gdb/testsuite: enable gdb.base/sect-cmd.exp test for all targets
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
4 techniques. Enable the test for all targets.
5
6 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.base/maint-info-sections.exp: Add new tests.
9 (check_maint_info_target_sections_output): New proc.
10
11 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * gdb.arch/riscv-default-tdesc.exp: New file.
14
15 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
18
19 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.arch/i386-biarch-core.exp: Add target check.
22
23 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
24
25 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
26
27 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.fortran/allocated.exp: New file.
30 * gdb.fortran/allocated.f90: New file.
31
32 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.fortran/lbound-ubound.exp: Remove old comment.
35
36 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.base/maint-info-sections.exp: Update expected output, and
39 add additional tests. Again.
40
41 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.base/maint-info-sections.exp: Update expected output, and
44 add additional tests.
45
46 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
47
48 * gdb.base/maint-info-sections.exp: New file, content is moved
49 from gdb.base/maint.exp and cleaned up to use latest testsuite
50 techniques.
51 * gdb.base/maint.exp: Tests moved out to
52 gdb.base/maint-info-sections.exp.
53
54 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
55
56 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
57 GDBFLAGS.
58
59 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
60
61 * gdb.fortran/lbound-ubound.F90: New file.
62 * gdb.fortran/lbound-ubound.exp: New file.
63
64 2021-02-10 Tom de Vries <tdevries@suse.de>
65
66 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
67 "Restore saved setting of complaints".
68
69 2021-02-09 Tom de Vries <tdevries@suse.de>
70
71 PR symtab/27341
72 * lib/gdb.exp (with_complaints): New proc, factored out of ...
73 (gdb_load_no_complaints): ... here.
74 * gdb.fortran/function-calls.exp: Add test-case.
75
76 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
77
78 * gdb.threads/signal-command-handle-nopass.exp: Call
79 'standard_testfile' before using 'testfile'.
80 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
81 * gdb.threads/signal-delivered-right-thread.exp: Likewise
82 * gdb.threads/signal-sigtrap.exp: Likewise
83
84 2021-02-08 Luis Machado <luis.machado@linaro.org>
85
86 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
87
88 2021-02-08 Tom de Vries <tdevries@suse.de>
89
90 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
91
92 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
93
94 * gdb.python/tui-window-disabled.c: New file.
95 * gdb.python/tui-window-disabled.exp: New file.
96 * gdb.python/tui-window-disabled.py: New file.
97
98 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * gdb.python/tui-window.exp: Add new tests.
101 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
102 TestWindow object into global the_window.
103 <remote_title>: New method.
104 (delete_window_title): New function.
105
106 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
107
108 * gdb.tui/winheight.exp: Add more tests.
109
110 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.python/py-framefilter.exp: Update expected results.
113 * gdb.python/python.exp: Update expected results.
114
115 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
118 about bug in GDB, update expected results, and add more tests.
119
120 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
121
122 * gdb.tui/scroll.exp: New file.
123 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
124 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
125 remaining lines up.
126 (Term::check_region_contents): New proc.
127 (Term::check_box_contents): Use check_region_contents.
128
129 2021-02-06 Tom de Vries <tdevries@suse.de>
130
131 PR testsuite/26922
132 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
133 scrolling.
134
135 2021-02-05 Tom de Vries <tdevries@suse.de>
136
137 PR breakpoints/27313
138 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
139 rejected.
140
141 2021-02-05 Tom de Vries <tdevries@suse.de>
142
143 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
144 * gdb.fortran/mixed-lang-stack.exp: Same.
145
146 2021-02-05 Tom de Vries <tdevries@suse.de>
147
148 PR exp/27265
149 * gdb.base/complex-parts.exp: Add tests.
150
151 2021-02-05 Tom de Vries <tdevries@suse.de>
152
153 PR symtab/27307
154 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
155
156 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
157
158 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
159
160 2021-02-03 Pedro Alves <pedro@palves.net>
161
162 * gdb.threads/detach-step-over.c: New file.
163 * gdb.threads/detach-step-over.exp: New file.
164
165 2021-02-03 Pedro Alves <pedro@palves.net>
166
167 * gdb.threads/attach-non-stop.c: New file.
168 * gdb.threads/attach-non-stop.exp: New file.
169
170 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
171
172 * gdb.base/inferior-noarg.c: New test.
173 * gdb.base/inferior-noarg.exp: New test.
174
175 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
176
177 * gdb.base/scope.exp: Use proc_with_prefix.
178
179 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
180
181 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
182 table proc.
183 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
184 .debug_rnglists table without offset array.
185 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
186 .debug_loclists table without offset array.
187
188 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
189
190 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
191 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
192 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
193 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
194 attribute
195
196 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
197
198 PR gdb/26813
199 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
200 (loclists): New proc.
201 * gdb.dwarf2/loclists-multiple-cus.c: New.
202 * gdb.dwarf2/loclists-multiple-cus.exp: New.
203 * gdb.dwarf2/loclists-sec-offset.c: New.
204 * gdb.dwarf2/loclists-sec-offset.exp: New.
205
206 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
207
208 * lib/dwarf.exp (_location): Add parameters.
209 (_handle_DW_FORM): Adjust.
210
211 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
212
213 PR gdb/26813
214 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
215 (cu): Generate header for DWARF 5.
216 (rnglists): New proc.
217 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
218 * gdb.dwarf2/rnglists-sec-offset.exp: New.
219
220 2021-02-02 Tom de Vries <tdevries@suse.de>
221
222 PR symtab/24620
223 * gdb.dwarf2/fission-reread.exp: Add test-case.
224
225 2021-02-01 Tom de Vries <tdevries@suse.de>
226
227 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
228 * gdb.dwarf2/fission-loclists-pie.S: Same.
229 * gdb.dwarf2/fission-loclists.S: Same.
230 * gdb.dwarf2/fission-multi-cu.S: Same.
231 * gdb.dwarf2/fission-reread.S: Same.
232 * gdb.dwarf2/fission-base.exp: Use DWO.
233 * gdb.dwarf2/fission-loclists-pie.exp: Same.
234 * gdb.dwarf2/fission-loclists.exp: Same.
235 * gdb.dwarf2/fission-multi-cu.exp: Same.
236 * gdb.dwarf2/fission-reread.exp: Same.
237
238 2021-01-29 Tom de Vries <tdevries@suse.de>
239
240 PR breakpoints/26063
241 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
242 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
243
244 2021-01-29 Tom de Vries <tdevries@suse.de>
245
246 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
247
248 2021-01-28 Tom de Vries <tdevries@suse.de>
249
250 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
251 in the backtrace, and use that in the rest of the test instead of
252 hardcoded constant 3. Use "frame" instead of "up" for robustness.
253
254 2021-01-28 Tom de Vries <tdevries@suse.de>
255
256 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
257 * gdb.arch/i386-sse-stack-align.c: Same.
258 * gdb.arch/i386-sse-stack-align.exp: Same.
259
260 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
263
264 2021-01-28 Tom de Vries <tdevries@suse.de>
265
266 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
267
268 2021-01-28 Tom de Vries <tdevries@suse.de>
269
270 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
271 "maint info line-table". Make PASS pattern more specific. Make
272 FAIL pattern work for -m32.
273
274 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
275
276 PR gdb/27133
277 * gdb.base/ui-redirect.exp: Add test case that ensures that
278 redirecting both logging and debug does not cause gdb to crash.
279
280
281 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
282
283 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
284
285 2021-01-26 Tom de Vries <tdevries@suse.de>
286
287 * gdb.threads/killed-outside.exp: Allow regular output.
288
289 2021-01-26 Tom de Vries <tdevries@suse.de>
290
291 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
292
293 2021-01-25 Tom de Vries <tdevries@suse.de>
294
295 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
296 * lib/gdb.exp: Use gdb_load_no_complaints.
297
298 2021-01-25 Tom Tromey <tromey@adacore.com>
299
300 * gdb.ada/fixed_points.exp: Add regression test.
301 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
302 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
303
304 2021-01-25 Tom Tromey <tromey@adacore.com>
305
306 * gdb.ada/local-enum.exp: Add enumerator resolution test.
307
308 2021-01-25 Tom Tromey <tromey@adacore.com>
309
310 * gdb.ada/local-enum.exp: New file.
311 * gdb.ada/local-enum/local.adb: New file.
312
313 2021-01-23 Tom Tromey <tom@tromey.com>
314
315 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
316
317 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
318
319 * gdb.base/line65535.exp: Fix test expectation.
320
321 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
322
323 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
324 suppression.
325 (default_gdb_exit): Likewise.
326 (default_gdb_spawn): Likewise.
327 (send_gdb): Likewise.
328 (gdb_expect): Likewise.
329 (gdb_expect_list): Likewise.
330 (default_gdb_init): Likewise.
331 (gdb_suppress_entire_file): Remove.
332 (gdb_suppress_tests): Remove.
333 (gdb_stop_suppressing_tests): Remove.
334 (gdb_clear_suppressed): Remove.
335 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
336 related to test suppression.
337 (default_mi_gdb_start): Likewise.
338 (mi_gdb_reinitialize_dir): Likewise.
339 (mi_gdb_test): Likewise.
340 (mi_run_cmd_full): Likewise.
341 (mi_runto_helper): Likewise.
342 (mi_execute_to): Likewise.
343 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
344 * gdb.base/bitfields.exp: Likewise.
345 * gdb.base/bitfields2.exp: Likewise.
346 * gdb.base/break.exp: Likewise.
347 * gdb.base/call-sc.exp: Likewise.
348 * gdb.base/callfuncs.exp: Likewise.
349 * gdb.base/dfp-test.exp: Likewise.
350 * gdb.base/endian.exp: Likewise.
351 * gdb.base/exprs.exp: Likewise.
352 * gdb.base/funcargs.exp: Likewise.
353 * gdb.base/hbreak2.exp: Likewise.
354 * gdb.base/recurse.exp: Likewise.
355 * gdb.base/scope.exp: Likewise.
356 * gdb.base/sepdebug.exp: Likewise.
357 * gdb.base/structs.exp: Likewise.
358 * gdb.base/until.exp: Likewise.
359 * gdb.cp/misc.exp: Likewise.
360
361 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
362
363 PR cli/25956
364 * gdb.base/style.exp (run_style_tests): Add version string test.
365 (test_startup_version_string): Use version style name.
366 * lib/gdb-utils.exp (style): Handle version style name.
367
368 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.base/style.exp (limited_style): New proc.
371 (clean_restart_and_disable): New proc.
372 (run_style_tests): New proc. Most of the old tests from this file
373 are now in this proc.
374 (test_startup_version_string): New proc. Reamining test from the
375 old file is in this proc.
376
377 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
378
379 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
380 Adjust to "set debug remote" changes.
381
382 2021-01-21 Luis Machado <luis.machado@linaro.org>
383
384 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
385 message.
386
387 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
388
389 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
390
391 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
392
393 PR python/19151
394 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
395
396 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
397
398 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
399
400 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
401
402 * lib/tuiterm.exp: Add links in comments.
403
404 2021-01-20 Tom de Vries <tdevries@suse.de>
405
406 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
407 offset.
408
409 2021-01-20 Tom de Vries <tdevries@suse.de>
410
411 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
412
413 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
414
415 * gdb.arch/amd64-stap-expressions.S: New file.
416 * gdb.arch/amd64-stap-expressions.exp: New file.
417
418 2021-01-19 Tom de Vries <tdevries@suse.de>
419
420 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
421 sequence.
422
423 2021-01-19 Tom de Vries <tdevries@suse.de>
424
425 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
426
427 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
428
429 * gdb.fortran/array-slices.exp (run_test): Avoid including
430 addresses in test names.
431
432 2021-01-15 Tom de Vries <tdevries@suse.de>
433
434 PR testsuite/26997
435 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
436 when adding sizeof.
437
438 2021-01-14 Tom de Vries <tdevries@suse.de>
439
440 PR testsuite/24590
441 * gdb.base/style.exp: Handle shorter argv in frame command output.
442
443 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 PR gdb/26819
446 * gdb.server/stop-reply-no-thread-multi.c: New file.
447 * gdb.server/stop-reply-no-thread-multi.exp: New file.
448
449 2021-01-12 Tom de Vries <tdevries@suse.de>
450
451 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
452 (main): Remove call to have_mpx.
453 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
454 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
455 (main): Remote call to have_mpx.
456 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
457 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
458 (main): Remove call to have_mpx.
459 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
460 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
461 (main): Remove call to have_mpx.
462 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
463 * gdb.arch/i386-mpx.c (have_mpx): Remove.
464 (main): Remote call to have_mpx.
465 * gdb.arch/i386-mpx.exp: Use have_mpx.
466 * lib/gdb.exp (have_mpx): New proc.
467
468 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
469
470 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
471
472 2021-01-12 Tom de Vries <tdevries@suse.de>
473
474 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
475
476 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
477
478 * gdb.fortran/debug-expr.exp: Add new tests.
479
480 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
481
482 * gdb.fortran/dot-ops.exp: Add new tests.
483
484 2021-01-11 Tom de Vries <tdevries@suse.de>
485
486 PR testsuite/26968
487 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
488 Move insn setting $eax to before probe point.
489
490 2021-01-09 Tom Tromey <tom@tromey.com>
491
492 * gdb.trace/ax.exp: Do not require an "ext".
493
494 2021-01-08 Tom Tromey <tromey@adacore.com>
495
496 * gdb.ada/voidctx/pck.adb: New file.
497 * gdb.ada/voidctx/pck.ads: New file.
498 * gdb.ada/voidctx/voidctx.adb: New file.
499 * gdb.ada/voidctx.exp: New file.
500
501 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
502
503 PR gdb/27157
504 * gdb.base/empty-host-env-vars.exp: New test.
505
506 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
507
508 * gdb.base/completion.exp: Add a new test.
509
510 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 * gdb.fortran/intvar-dynamic-types.exp: New file.
513 * gdb.fortran/intvar-dynamic-types.f90: New file.
514
515 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.fortran/intvar-array.exp: New file.
518 * gdb.fortran/intvar-array.f90: New file.
519
520 2021-01-07 Tom Tromey <tromey@adacore.com>
521
522 * gdb.ada/assign_arr.exp: Add 'others' test.
523
524 2021-01-06 Tom Tromey <tromey@adacore.com>
525
526 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
527 (FP4_Type): New type.
528 (FP4_Var): New variable.
529 * gdb.ada/fixed_points/fixed_points.adb: Update.
530 * gdb.ada/fixed_points.exp: Add tests for binary operators.
531
532 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
533
534 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
535 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
536 Pass prompt containing debug print to gdb_test_sequence.
537
538 2021-01-04 Tom de Vries <tdevries@suse.de>
539
540 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
541
542 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
543
544
545
546 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
547
548 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
549 * gdb.server/connect-without-multi-process.exp: Likewise.
550 * gdb.server/exit-multiple-threads.exp: Likewise.
551 * gdb.server/ext-attach.exp: Likewise.
552 * gdb.server/ext-restart.exp: Likewise.
553 * gdb.server/ext-run.exp: Likewise.
554 * gdb.server/ext-wrapper.exp: Likewise.
555 * gdb.server/multi-ui-errors.exp: Likewise.
556 * gdb.server/no-thread-db.exp: Likewise.
557 * gdb.server/reconnect-ctrl-c.exp: Likewise.
558 * gdb.server/run-without-local-binary.exp: Likewise.
559 * gdb.server/server-kill.exp: Likewise.
560 * gdb.server/server-run.exp: Likewise.
561 * gdb.server/solib-list.exp: Likewise.
562 * gdb.server/stop-reply-no-thread.exp: Likewise.
563 * gdb.server/wrapper.exp: Likewise.
564 * gdb.server/sysroot.exp: Increase timeout when testing the
565 target: sysroot.
566
567 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
568
569 * gdb.server/server-run.exp: Use clean_restart.
570
571 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
572
573 * gdb.server/ext-run.exp: Use clean_restart.
574
575 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
576
577 * gdb.server/stop-reply-no-thread.exp: Use build_executable
578 instead of prepare_for_testing.
579
580 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
581
582 * gdb.server/solib-list.exp: Use clean_restart.
583
584 2021-01-04 Tom de Vries <tdevries@suse.de>
585
586 * gdb.base/morestack.c: Remove printf.
587 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
588
589 2020-12-31 Tom Tromey <tom@tromey.com>
590
591 * gdb.rust/simple.exp: Update output for Rust 1.49.
592
593 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
594
595 * gdb.cp/step-and-next-inline.exp: Fix test case.
596
597 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
598
599 * gdb.python/py-frame-args.exp: De-duplicate test names.
600
601 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
602
603 PR gdb/27059
604 * gdb.dwarf2/dyn-type-unallocated.c: New file.
605 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
606
607 2020-12-21 Peter Waller <p@pwaller.net>
608
609 * gdb.base/style-interp-exec-mi.exp: New.
610 * gdb.base/style-interp-exec-mi.c: New.
611
612 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
613
614 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
615 gdb_test. Use proc_with_prefix.
616
617 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
618
619 * gdb.btrace/exception.exp: Build with nopie.
620 * gdb.btrace/function_call_history.exp: Likewise.
621 * gdb.btrace/unknown_functions.exp: Likewise.
622
623 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
624
625 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
626
627 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
628
629 * gdb.python/py-record-btrace.exp: Make test names unique.
630 * gdb.python/py-record-full.exp: Likewise.
631
632 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
633
634 * gdb.btrace/data.exp: Make test names unique.
635 * gdb.btrace/delta.exp: Likewise.
636 * gdb.btrace/enable.exp: Likewise.
637 * gdb.btrace/function_call_history.exp: Likewise.
638 * gdb.btrace/nohist.exp: Likewise.
639 * gdb.btrace/non-stop.exp: Likewise.
640 * gdb.btrace/rn-dl-bind.exp: Likewise.
641 * gdb.btrace/step.exp: Likewise.
642 * gdb.btrace/stepi.exp: Likewise.
643 * gdb.btrace/tailcall.exp: Likewise.
644
645 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
646
647 * gdb.btrace/enable.exp: Update error message.
648 * gdb.btrace/multi-inferior.exp: Likewise.
649 * gdb.btrace/reconnect.exp: Likewise.
650 * gdb.python/py-record-btrace.exp: Likewise.
651 * gdb.python/py-record-full.exp: Likewise.
652
653 2020-12-20 Tom de Vries <tdevries@suse.de>
654
655 * lib/gdb.exp (save_target_board_info): New proc.
656 (gdb_compile_shlib): Use save_target_board_info.
657
658 2020-12-19 Tom de Vries <tdevries@suse.de>
659
660 * lib/gdb.exp (supports_scalar_storage_order_attribute)
661 (supports_gnuc): New proc.
662 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
663 test_compiler_info calls. Add unsupported message.
664 * gdb.base/endianity.c: Use TEST_SSO.
665
666 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
667
668 PR exp/27070
669 * gdb.python/compare-enum-type-a.c: New test.
670 * gdb.python/compare-enum-type-b.c: New test.
671 * gdb.python/compare-enum-type.exp: New file.
672 * gdb.python/compare-enum-type.h: New test.
673
674 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
675
676 * gdb.python/py-format-string.exp: Add tests for address keyword.
677
678 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
679
680 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
681
682 2020-12-18 Tom Tromey <tromey@adacore.com>
683
684 * gdb.ada/fixed_points.exp: Also run with
685 -fgnat-encodings=minimal. Update expected output.
686
687 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
688
689 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
690 * gdb.base/continue-all-already-running.exp: Likewise.
691 * gdb.base/moribund-step.exp: Likewise.
692 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
693
694 2020-12-16 Tom de Vries <tdevries@suse.de>
695
696 * gdb.base/batch-preserve-term-settings.exp:
697
698 2020-12-16 Tom de Vries <tdevries@suse.de>
699
700 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
701 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
702
703 2020-12-16 Luis Machado <luis.machado@linaro.org>
704
705 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
706 pointer-based memory accesses.
707 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
708 hw watchpoint cases.
709
710 2020-12-15 Rae Kim <rae.kim@gmail.com>
711
712 * gdb.base/document.exp: New test.
713
714 2020-12-15 Tom Tromey <tromey@adacore.com>
715
716 * gdb.base/style.exp: Add deprecation tests.
717
718 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
719
720 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
721
722 2020-12-14 Mark Wielaard <mark@klomp.org>
723
724 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
725 specially, set attr_form_comment to the actual FORM string used.
726
727 2020-12-14 Mark Wielaard <mark@klomp.org>
728
729 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
730 _constants(SPECIAL_expr) here, but set it...
731 (Dwarf::cu): ...here based on _cu_version.
732
733 2020-12-14 Tom de Vries <tdevries@suse.de>
734
735 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
736 pass -fPIC.
737 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
738 * gdb.base/break-probes.exp: Same.
739 * gdb.base/ctxobj.exp: Same.
740 * gdb.base/dso2dso.exp: Same.
741 * gdb.base/global-var-nested-by-dso.exp: Same.
742 * gdb.base/info-shared.exp: Same.
743 * gdb.base/jit-reader-simple.exp: Same.
744 * gdb.base/print-file-var.exp: Same.
745 * gdb.base/skip-solib.exp: Same.
746 * gdb.btrace/dlopen.exp: Same.
747
748 2020-12-14 Tom de Vries <tdevries@suse.de>
749
750 PR testsuite/26963
751 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
752
753 2020-12-14 Tom de Vries <tdevries@suse.de>
754
755 PR testsuite/26962
756 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
757 cast it to its declared type".
758
759 2020-12-14 Tom de Vries <tdevries@suse.de>
760
761 PR testsuite/26951
762 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
763 shell prompt.
764
765 2020-12-14 Tom Tromey <tromey@adacore.com>
766
767 * gdb.ada/nested.exp: Add new tests.
768 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
769
770 2020-12-14 Tom Tromey <tromey@adacore.com>
771
772 * gdb.dwarf2/ada-thick-pointer.exp: New file.
773
774 2020-12-14 Tom Tromey <tromey@adacore.com>
775
776 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
777
778 2020-12-13 Tom de Vries <tdevries@suse.de>
779
780 PR testsuite/26953
781 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
782 attribute support if compiler doesn't support it.
783
784 2020-12-13 Tom de Vries <tdevries@suse.de>
785
786 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
787 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
788 source to shared lib. Add ada to options.
789
790 2020-12-13 Tom de Vries <tdevries@suse.de>
791
792 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
793 calling gnatbind and gnatlink.
794
795 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.base/dcache-flush.c: New file.
798 * gdb.base/dcache-flush.exp: New file.
799
800 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
801
802 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
803 commands.
804 * gdb.base/killed-outside.exp: Likewise.
805 * gdb.opt/inline-bt.exp: Likewise.
806 * gdb.perf/gmonster-null-lookup.py: Likewise.
807 * gdb.perf/gmonster-print-cerr.py: Likewise.
808 * gdb.perf/gmonster-ptype-string.py: Likewise.
809 * gdb.python/py-unwind.exp: Likewise.
810
811 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/commands.exp: Update expected results.
814
815 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 PR cli/15104
818 * gdb.base/commands.exp: Add additional tests.
819 * gdb.base/completion.exp: Add additional tests.
820
821 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
822
823 * gdb.base/completion.exp: Add additional tests.
824
825 2020-12-11 Tom de Vries <tdevries@suse.de>
826
827 PR testsuite/26991
828 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
829 violations by setting bounds registers if the bounds are passed in the
830 Bounds Table.
831
832 2020-12-11 Tom de Vries <tdevries@suse.de>
833
834 PR testsuite/26954
835 * gdb.base/float128.exp: Detect and handle no mpfr support.
836
837 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
838
839 PR gdb/24694
840 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
841 calls.
842
843 2020-12-10 Tom de Vries <tdevries@suse.de>
844
845 PR testsuite/26947
846 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
847 braces for tcl 8.5 and earlier.
848
849 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
850
851 PR 26875, PR 26901
852 * gdb.base/flexible-array-member.c: New test.
853 * gdb.base/flexible-array-member.exp: New test.
854
855 2020-12-08 Tom de Vries <tdevries@suse.de>
856
857 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
858 using is_amd64_regs_target.
859
860 2020-12-08 Tom de Vries <tdevries@suse.de>
861
862 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
863 self_id.
864
865 2020-12-07 Pedro Alves <pedro@palves.net>
866
867 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
868 'additional_flags' variable.
869
870 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
871
872 * gdb.linespec/explicit.exp: Extend with a test to check completing
873 '-' after seemingly complete options.
874
875 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
876
877 * gdb.linespec/keywords.exp: Add tests to check positional
878 flexibility of "-force-condition".
879
880 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
881
882 * gdb.base/bp-cmds-run-with-ex.c: New file.
883 * gdb.base/bp-cmds-run-with-ex.exp: New file.
884 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
885 * gdb.gdb/python-interrupts.exp: Update the call to
886 'catch_command_errors' with the new argument.
887 * gdb.gdb/python-selftest.exp: Ditto.
888
889 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
890
891 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
892 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
893 * gdb.threads/non-stop-fair-events.exp: Likewise.
894
895 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
896
897 * gdb.threads/step-over-exec.exp: New.
898 * gdb.threads/step-over-exec.c: New.
899 * gdb.threads/step-over-exec-execd.c: New.
900 * lib/my-syscalls.S: New.
901 * lib/my-syscalls.h: New.
902
903 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
904
905 * lib/dwarf.exp (declare_labels): Use name as text if text is
906 not provided.
907
908 2020-12-04 Tom de Vries <tdevries@suse.de>
909
910 PR testsuite/26990
911 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
912 are unsupported.
913
914 2020-12-04 Tom de Vries <tdevries@suse.de>
915
916 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
917 clause.
918
919 2020-12-04 Tom de Vries <tdevries@suse.de>
920
921 * gdb.reverse/insn-reverse.exp: Fix count handling.
922
923 2020-12-04 Tom de Vries <tdevries@suse.de>
924
925 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
926 __x86_64__.
927
928 2020-12-04 Tom de Vries <tdevries@suse.de>
929
930 * gdb.reverse/insn-reverse.c (test_nr): New var.
931 (usage, parse_args): New function.
932 (main): Call parse_args. Only run test for test_nr.
933 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
934 and bail out. Run subtests individually, using an inferior arg
935 specifying the subtest.
936
937 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
938
939 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
940
941 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
942
943 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
944 update test to use this.
945
946 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
947
948 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
949
950 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
951
952 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
953 (do_test): Don't use with_test_prefix.
954 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
955 (do_test): Don't use with_test_prefix.
956 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
957 (do_test): Don't use with_test_prefix.
958 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
959 (do_test): Don't use with_test_prefix.
960
961 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
962
963 * gdb.threads/non-ldr-exit.exp: Fix comment.
964
965 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.xml/maint-xml-dump-03.xml: New file.
968
969 2020-11-30 Tom de Vries <tdevries@suse.de>
970
971 PR symtab/26905
972 * gdb.dwarf2/count.exp: Remove kfails.
973
974 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
975
976 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
977 indices.
978
979 2020-11-24 Joel Brobecker <brobecker@adacore.com>
980
981 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
982 the "ptype pck__fp1_range_var" test for the module-2 and pascal
983 languages. Remove the associated setup_xfail.
984
985 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
986
987 * lib/gdb.exp (gdb_assert): Show error message on error.
988
989 2020-11-23 Tom de Vries <tdevries@suse.de>
990
991 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
992 * gdb.ada/mod_from_name.exp: Same.
993 * gdb.ada/pckd_arr_ren.exp: Same.
994
995 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
996
997 * gdb.base/template.exp: New.
998 * gdb.base/template.c: New.
999
1000 2020-11-22 Gary Benson <gbenson@redhat.com>
1001
1002 PR gdb/26905
1003 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1004 is defined using a DW_AT_count which references another DIE.
1005
1006 2020-11-21 Tom de Vries <tdevries@suse.de>
1007
1008 * gdb.base/vla-ptr.exp: Add XFAIL.
1009
1010 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.fortran/array-slices-bad.exp: New file.
1013 * gdb.fortran/array-slices-bad.f90: New file.
1014 * gdb.fortran/array-slices-sub-slices.exp: New file.
1015 * gdb.fortran/array-slices-sub-slices.f90: New file.
1016 * gdb.fortran/array-slices.exp: Rewrite tests.
1017 * gdb.fortran/array-slices.f90: Rewrite tests.
1018 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1019
1020 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1021
1022 * gdb.base/completion.exp: Add new completion tests.
1023
1024 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1025
1026 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1027 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1028 * gdb.mi/mi-nsintrall.exp: Likewise.
1029 * gdb.mi/mi-nsmoribund.exp: Likewise.
1030 * gdb.mi/mi-nsthrexec.exp: Likewise.
1031 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1032
1033 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1034
1035 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1036 of perror.
1037
1038 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1039
1040 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1041 $arg.exe exists but $arg does not.
1042
1043 2020-11-17 Gary Benson <gbenson@redhat.com>
1044
1045 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1046 __attribute__ ((used)).
1047
1048 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1049
1050 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1051
1052 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1053
1054 * gdb.base/completion.exp: Add new tests.
1055
1056 2020-11-16 Tom Tromey <tromey@adacore.com>
1057
1058 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1059 tests.
1060
1061 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1062
1063 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1064 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1065 (main): Add reference to pck__fp1_var2.
1066 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1067
1068 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1069
1070 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1071
1072 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1073
1074 * gdb.ada/fixed_points.exp: Add ptype tests.
1075 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1076
1077 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1078
1079 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1080
1081 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1082
1083 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1084 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1085 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1086 New files.
1087 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1088
1089 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1090 New files.
1091
1092 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1093
1094 PR cli/26879
1095 * gdb.fortran/completion.exp: New file.
1096 * gdb.fortran/completion.f90: New file.
1097
1098 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1099
1100 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1101 but $arg does not.
1102
1103 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.fortran/types.exp: Add more tests.
1106
1107 2020-11-12 Tom Tromey <tom@tromey.com>
1108
1109 PR rust/26799:
1110 * gdb.rust/traits.exp: Remove kfails.
1111
1112 2020-11-12 Gary Benson <gbenson@redhat.com>
1113
1114 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1115 statement.
1116
1117 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1118
1119 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1120 always-inserted" axis.
1121 (do_test): Add breakpoint_always_inserted parameter.
1122
1123 2020-11-10 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.ada/bias.exp: Update.
1126 * gdb.ada/bias/bias.adb (X): Change value.
1127
1128 2020-11-10 Gary Benson <gbenson@redhat.com>
1129
1130 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1131 regexp fragment in parentheses to prevent false matching.
1132
1133 2020-11-10 Gary Benson <gbenson@redhat.com>
1134
1135 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1136
1137 2020-11-10 Gary Benson <gbenson@redhat.com>
1138
1139 * gdb.cp/step-and-next-inline.exp: Only require
1140 -gstatement-frontiers when building with GCC.
1141 Only setup KFAIL's for GCC issues when using
1142 a GCC-built executable.
1143
1144 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.base/debug-expr.c: Add extra function to allow for an
1147 additional test.
1148 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1149 to this proc with gdb_test_debug_expr. Add an extra test.
1150 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1151 to this proc with gdb_test_debug_expr, give the tests names
1152 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1153 calls to this proc with gdb_test_debug_expr, give the tests names
1154 * gdb.fortran/debug-expr.exp: New file.
1155 * gdb.fortran/debug-expr.f90: New file.
1156 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1157
1158 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1159
1160 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1161 proceduresu.
1162 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1163 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1164 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1165 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1166 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1167 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1168 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1169 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1170
1171 2020-11-04 Tom Tromey <tromey@adacore.com>
1172
1173 * gdb.ada/funcall_ref.exp: Update.
1174 * gdb.ada/var_rec_arr.exp: Update.
1175
1176 2020-11-04 Tom Tromey <tromey@adacore.com>
1177
1178 * gdb.ada/rec_ptype.exp: New file.
1179 * gdb.ada/rec_ptype/main.adb: New file.
1180 * gdb.ada/rec_ptype/p.ads: New file.
1181
1182 2020-11-04 Tom Tromey <tromey@adacore.com>
1183
1184 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1185 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1186 (PT_Full): New variable.
1187 * gdb.ada/tick_length_array_enum_idx/pck.adb
1188 (Full_PT): New type.
1189
1190 2020-11-04 Tom Tromey <tromey@adacore.com>
1191
1192 * gdb.ada/array_of_variant.exp: New file.
1193 * gdb.ada/array_of_variant/p.adb: New file.
1194 * gdb.ada/array_of_variant/pck.ads: New file.
1195 * gdb.ada/array_of_variant/pck.adb: New file.
1196
1197 2020-11-04 Tom Tromey <tromey@adacore.com>
1198
1199 * gdb.ada/enum_idx_packed.exp: Add test.
1200 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1201 New variable.
1202 * gdb.ada/enum_idx_packed/pck.ads (Short)
1203 (Multi_Dimension, Multi_Dimension_Access): New types.
1204
1205 2020-11-04 Tom Tromey <tromey@adacore.com>
1206
1207 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1208
1209 2020-11-04 Tom Tromey <tromey@adacore.com>
1210
1211 * gdb.ada/set_pckd_arr_elt.exp: Also test
1212 -fgnat-encodings=minimal. Add tests.
1213 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1214 Call Update_Small a second time.
1215 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1216 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1217 (Variant_Access): New types.
1218 (New_Variant): Declare.
1219
1220 2020-11-04 Tom Tromey <tromey@adacore.com>
1221
1222 * gdb.ada/mod_from_name.exp: Test printing slice.
1223
1224 2020-11-04 Tom Tromey <tromey@adacore.com>
1225
1226 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1227 values.
1228 * gdb.ada/access_to_unbounded_array.exp: Test different
1229 -fgnat-encodings values.
1230 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1231 values.
1232 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1233 values.
1234 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1235 values.
1236 * gdb.ada/array_of_variable_length.exp: Test different
1237 -fgnat-encodings values.
1238 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1239 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1240 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1241 change.
1242 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1243 values.
1244 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1245 * gdb.ada/out_of_line_in_inlined.exp: Test different
1246 -fgnat-encodings values.
1247 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1248 values.
1249 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1250 values.
1251 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1252 -fgnat-encodings values.
1253 * gdb.ada/variant_record_packed_array.exp: Test different
1254 -fgnat-encodings values.
1255
1256 2020-11-04 Tom Tromey <tromey@adacore.com>
1257
1258 * gdb.ada/enum_idx_packed.exp: Add tests.
1259 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1260 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1261 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1262 declarations.
1263
1264 2020-11-03 Tom de Vries <tdevries@suse.de>
1265
1266 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1267 terminator comments.
1268 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1269 terminator.
1270
1271 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1272
1273 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1274 integer format test with regexp.
1275
1276 2020-11-02 Gary Benson <gbenson@redhat.com>
1277
1278 * gdb.base/print-file-var.exp (test): Separate compiler and
1279 linker options, and build using build_executable_from_specs
1280 to accommodate this.
1281
1282 2020-11-02 Gary Benson <gbenson@redhat.com>
1283
1284 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1285 for .c files compiled as C++ with Clang if any shared
1286 libraries are specified.
1287
1288 2020-11-02 Gary Benson <gbenson@redhat.com>
1289
1290 * lib/attributes.h: New header.
1291 * gdb.base/backtrace.c: Include the above. Replace
1292 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1293 * gdb.base/infcall-nested-structs.c: Likewise.
1294 * gdb.base/vla-optimized-out.c: Likewise.
1295
1296 2020-11-02 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1299
1300 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1301
1302 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1303 System.Min_Int and System.Max_Int with smaller hardcoded
1304 constants.
1305
1306 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1307
1308 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1309 * configure: Re-generate.
1310
1311 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1312
1313 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1314 expected output.
1315
1316 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1317
1318 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1319 behavior.
1320 * gdb.base/paginate-bg-execution.exp: Ditto.
1321 * gdb.base/paginate-inferior-exit.exp: Ditto.
1322 * gdb.base/double-prompt-target-event-error.c: Remove.
1323 * gdb.base/double-prompt-target-event-error.exp: Remove.
1324
1325 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1326
1327 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1328 inferiors' and 'detach inferiors' do not change the current
1329 inferior.
1330
1331 2020-10-29 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.threads/tls.exp: Fix DUPLICATEs.
1334
1335 2020-10-28 Tom de Vries <tdevries@suse.de>
1336
1337 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1338
1339 2020-10-28 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1342 * gdb.base/reread.exp: Same.
1343
1344 2020-10-28 Tom de Vries <tdevries@suse.de>
1345
1346 * lib/gdb.exp (readnow): Handle arg.
1347 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1348
1349 2020-10-28 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.base/relocate.exp: Update regexp for -readnow.
1352
1353 2020-10-28 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1356 -readnow.
1357
1358 2020-10-28 Tom de Vries <tdevries@suse.de>
1359
1360 PR symtab/26772
1361 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1362 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1363
1364 2020-10-28 Tom de Vries <tdevries@suse.de>
1365
1366 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1367 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1368 complaint during file command for -readnow.
1369
1370 2020-10-28 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.cp/nsalias.exp: Fix typo in test name.
1373
1374 2020-10-28 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1377
1378 2020-10-28 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1381 -readnow.
1382
1383 2020-10-27 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1386
1387 2020-10-27 Tom de Vries <tdevries@suse.de>
1388
1389 * gdb.base/maint.exp: Update for -readnow.
1390
1391 2020-10-27 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1394 -readnow.
1395
1396 2020-10-14 Gary Benson <gbenson@redhat.com>
1397
1398 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1399 "_vptr$Base" as correct, in addition to "_vptr.Base".
1400 (test_mixed): Likewise.
1401
1402 2020-10-27 Gary Benson <gbenson@redhat.com>
1403
1404 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1405 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1406
1407 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1408
1409 * gdb.base/condbreak.exp: Update the completion tests to
1410 consider the '-force' flag.
1411
1412 2020-10-27 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.base/list-ambiguous-readnow.exp: New file.
1415
1416 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1417
1418 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1419 the condition.
1420 * gdb.linespec/cpcompletion.exp: Update to consider the
1421 '-force-condition' keyword.
1422 * gdb.linespec/explicit.exp: Ditto.
1423 * lib/completion-support.exp: Ditto.
1424
1425 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1426
1427 * gdb.base/condbreak-multi-context.cc: New file.
1428 * gdb.base/condbreak-multi-context.exp: New file.
1429
1430 2020-10-26 Tom Tromey <tom@tromey.com>
1431
1432 * lib/mi-support.exp (default_mi_gdb_start): Call
1433 gdb_stdin_log_init.
1434 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1435 subtract one from gdb_instances.
1436 (gdb_stdin_log_write): Flush in_file.
1437
1438 2020-10-26 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1441
1442 2020-10-26 Tom Tromey <tromey@adacore.com>
1443
1444 * gdb.ada/unsigned_range/foo.adb: New file.
1445 * gdb.ada/unsigned_range/pack.adb: New file.
1446 * gdb.ada/unsigned_range/pack.ads: New file.
1447 * gdb.ada/unsigned_range.exp: New file.
1448
1449 2020-10-26 Tom de Vries <tdevries@suse.de>
1450
1451 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1452
1453 2020-10-26 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1456 for CU.
1457 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1458
1459 2020-10-23 Tom de Vries <tdevries@suse.de>
1460
1461 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1462 DW_FORM_string.
1463 (Dwarf::_default_form): New proc.
1464 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1465 guessed.
1466
1467 2020-10-23 Tom de Vries <tdevries@suse.de>
1468
1469 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1470 * gdb.dwarf2/atomic-type.exp: Same.
1471 * gdb.dwarf2/bad-regnum.exp: Same.
1472 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1473 * gdb.dwarf2/dw2-align.exp: Same.
1474 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1475 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1476 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1477 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1478 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1479 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1480 * gdb.dwarf2/enum-type.exp: Same.
1481 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1482 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1483 * gdb.dwarf2/main-subprogram.exp: Same.
1484 * gdb.dwarf2/missing-type-name.exp: Same.
1485 * gdb.dwarf2/nonvar-access.exp: Same.
1486 * gdb.dwarf2/typedef-void-finish.exp: Same.
1487 * gdb.dwarf2/var-access.exp: Same.
1488 * gdb.dwarf2/void-type.exp: Same.
1489
1490 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1491
1492 PR gdb/26693
1493 * gdb.dwarf2/template-specification-full-name.exp: New test.
1494
1495 2020-10-22 Luis Machado <luis.machado@linaro.org>
1496
1497 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1498 expected an offset from the function.
1499 * gdb.base/msym-bp.exp (test): Likewise.
1500
1501 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * gdb.fortran/array-slices.exp: Add a new test.
1504
1505 2020-10-21 Gary Benson <gbenson@redhat.com>
1506
1507 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1508 fullname test with Clang. Also expand comments generally.
1509
1510 2020-10-20 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1513
1514 2020-10-20 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.dwarf2/arr-stride.c: Remove.
1517 * gdb.dwarf2/arr-stride.exp: Use main.c.
1518 * gdb.dwarf2/arr-subrange.c: Remove.
1519 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1520 * gdb.dwarf2/bad-regnum.c: Remove.
1521 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1522 * gdb.dwarf2/corrupt.c: Remove.
1523 * gdb.dwarf2/corrupt.exp: Use main.c.
1524 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1525 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1526 * gdb.dwarf2/dw2-icycle.c: Remove.
1527 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1528 * gdb.dwarf2/formdata16.c: Remove.
1529 * gdb.dwarf2/formdata16.exp: Use main.c.
1530 * gdb.dwarf2/implptrconst.c: Remove.
1531 * gdb.dwarf2/implptrconst.exp: Use main.c.
1532 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1533 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1534 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1535 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1536
1537 2020-10-20 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1540 file.
1541 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1542
1543 2020-10-20 Tom de Vries <tdevries@suse.de>
1544
1545 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1546 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1547 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1548 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1549 * gdb.dwarf2/dw2-ranges.exp: Same.
1550 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1551 * gdb.dwarf2/var-access.exp: Same.
1552
1553 2020-10-19 Tom Tromey <tromey@adacore.com>
1554
1555 PR tui/26719
1556 * gdb.tui/list.exp: Check source window contents after focus
1557 change.
1558
1559 2020-10-17 Tom de Vries <tdevries@suse.de>
1560
1561 PR symtab/26317
1562 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1563
1564 2020-10-17 Tom de Vries <tdevries@suse.de>
1565
1566 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1567 as suffix.
1568 * gdb.dwarf2/atomic.c: Rename to ...
1569 * gdb.dwarf2/atomic-type.c: ... this.
1570 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1571 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1572 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1573 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1574 * gdb.dwarf2/fission-mix2.c: Rename to ...
1575 * gdb.dwarf2/fission-mix-2.c: ... this.
1576 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1577 standard_testfile.
1578 * gdb.dwarf2/ada-valprint-error.exp: Same.
1579 * gdb.dwarf2/arr-stride.exp: Same.
1580 * gdb.dwarf2/arr-subrange.exp: Same.
1581 * gdb.dwarf2/atomic-type.exp: Same.
1582 * gdb.dwarf2/bad-regnum.exp: Same.
1583 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1584 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1585 * gdb.dwarf2/clang-debug-names.exp: Same.
1586 * gdb.dwarf2/comp-unit-lang.exp: Same.
1587 * gdb.dwarf2/corrupt.exp: Same.
1588 * gdb.dwarf2/count.exp: Same.
1589 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1590 * gdb.dwarf2/data-loc.exp: Same.
1591 * gdb.dwarf2/dw2-align.exp: Same.
1592 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1593 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1594 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1595 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1596 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1597 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1598 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1599 * gdb.dwarf2/dw2-inline-param.exp: Same.
1600 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1601 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1602 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1603 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1604 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1605 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1606 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1607 * gdb.dwarf2/dw2-param-error.exp: Same.
1608 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1609 * gdb.dwarf2/dw2-ranges.exp: Same.
1610 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1611 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1612 * gdb.dwarf2/dw4-sig-types.exp: Same.
1613 * gdb.dwarf2/dynarr-ptr.exp: Same.
1614 * gdb.dwarf2/enum-type.exp: Same.
1615 * gdb.dwarf2/fission-mix.exp: Same.
1616 * gdb.dwarf2/formdata16.exp: Same.
1617 * gdb.dwarf2/implptrconst.exp: Same.
1618 * gdb.dwarf2/implptrpiece.exp: Same.
1619 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1620 * gdb.dwarf2/main-subprogram.exp: Same.
1621 * gdb.dwarf2/method-ptr.exp: Same.
1622 * gdb.dwarf2/missing-sig-type.exp: Same.
1623 * gdb.dwarf2/nonvar-access.exp: Same.
1624 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1625 * gdb.dwarf2/shortpiece.exp: Same.
1626 * gdb.dwarf2/staticvirtual.exp: Same.
1627 * gdb.dwarf2/subrange.exp: Same.
1628 * gdb.dwarf2/symtab-producer.exp: Same.
1629 * gdb.dwarf2/typedef-void-finish.exp: Same.
1630 * gdb.dwarf2/var-access.exp: Same.
1631 * gdb.dwarf2/variant.exp: Same.
1632 * gdb.dwarf2/void-type.exp: Same.
1633 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1634 dw2-ranges-main.c.
1635 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1636
1637 2020-10-16 Tom de Vries <tdevries@suse.de>
1638
1639 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1640
1641 2020-10-16 Tom de Vries <tdevries@suse.de>
1642
1643 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1644
1645 2020-10-14 Tom de Vries <tdevries@suse.de>
1646
1647 PR testsuite/26732
1648 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1649 scenario 2.
1650 * gdb.ada/mi_catch_ex_hand.exp: Same.
1651
1652 2020-10-13 Pedro Alves <pedro@palves.net>
1653
1654 * lib/mi-support.exp (mi_clean_restart): New.
1655 (mi_run_to_main): Delete.
1656 All callers adjust to use mi_clean_restart / mi_runto_main.
1657
1658 2020-10-13 Pedro Alves <pedro@palves.net>
1659
1660 * config/monitor.exp: Use "list -q".
1661 * gdb.arch/gdb1558.exp: Use "break -q".
1662 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1663 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1664 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1665 * gdb.base/commands.exp: Use "break -q".
1666 * gdb.base/condbreak.exp: Use "break -q".
1667 * gdb.base/ctf-ptype.exp: Use "list -q".
1668 * gdb.base/define.exp: Use "break -q".
1669 * gdb.base/del.exp: Use "break -q".
1670 * gdb.base/fullname.exp: Use "break -q".
1671 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1672 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1673 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1674 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1675 "hbreak -q".
1676 * gdb.base/included.exp: Use "list -q".
1677 * gdb.base/label.exp: Use "break -q".
1678 * gdb.base/lineinc.exp: Use "break -q".
1679 * gdb.base/list.exp: Use "list -q".
1680 * gdb.base/macscp.exp: Use "list -q".
1681 * gdb.base/pending.exp: Use "break -q".
1682 * gdb.base/prologue-include.exp: Use "break -q".
1683 * gdb.base/ptype.exp: Use "list -q".
1684 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1685 * gdb.base/server-del-break.exp: Use "break -q".
1686 * gdb.base/style.exp: Use "break -q".
1687 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1688 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1689 * gdb.cp/exception.exp: Use "tbreak -q".
1690 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1691 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1692 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1693 * gdb.dwarf2/pr13961.exp: Use "break -q".
1694 * gdb.linespec/explicit.exp: Use "list -q".
1695 * gdb.linespec/linespec.exp: Use "break -q".
1696 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1697 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1698 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1699 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1700 * gdb.trace/change-loc.exp: Use "break -q".
1701 * gdb.trace/pending.exp: Use "break -q".
1702 * gdb.tui/basic.exp: Use "list -q".
1703 * gdb.tui/list-before.exp: Use "list -q".
1704 * gdb.tui/list.exp: Use "list -q".
1705 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1706
1707 2020-10-13 Pedro Alves <pedro@palves.net>
1708
1709 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1710 saved breakpoints file.
1711 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1712 inspecting breakpoint list.
1713 * lib/gdb.exp (runto_main): Add "qualified" to options.
1714 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1715 and handle it.
1716 (mi_runto_main): Pass 1 as qualified argument.
1717
1718 2020-10-13 Pedro Alves <pedro@palves.net>
1719
1720 * lib/mi-support.exp (mi_runto_main): New proc.
1721 (mi_run_to_main): Use it.
1722 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1723 * gdb.mi/mi-var-cmd.exp: Likewise.
1724 * gdb.mi/mi-var-invalidate.exp: Likewise.
1725 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1726 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1727 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1728 * gdb.mi/user-selected-context-sync.exp: Likewise.
1729 * gdb.opt/inline-cmds.exp: Likewise.
1730 * gdb.python/py-framefilter-mi.exp: Likewise.
1731 * gdb.python/py-mi.exp: Likewise.
1732
1733 2020-10-13 Pedro Alves <pedro@palves.net>
1734
1735 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1736 "runto main".
1737 * gdb.ada/small_reg_param.exp: Likewise.
1738 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1739 * gdb.base/annota1.exp: Likewise.
1740 * gdb.base/anon.exp: Likewise.
1741 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1742 * gdb.base/dprintf-non-stop.exp: Likewise.
1743 * gdb.base/dprintf.exp: Likewise.
1744 * gdb.base/gdb11530.exp: Likewise.
1745 * gdb.base/gdb11531.exp: Likewise.
1746 * gdb.base/gnu_vector.exp: Likewise.
1747 * gdb.base/interrupt-noterm.exp: Likewise.
1748 * gdb.base/memattr.exp: Likewise.
1749 * gdb.base/step-over-syscall.exp: Likewise.
1750 * gdb.base/watch-cond-infcall.exp: Likewise.
1751 * gdb.base/watch-read.exp: Likewise.
1752 * gdb.base/watch-vfork.exp: Likewise.
1753 * gdb.base/watch_thread_num.exp: Likewise.
1754 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1755 * gdb.guile/scm-frame-inline.exp: Likewise.
1756 * gdb.linespec/explicit.exp: Likewise.
1757 * gdb.opt/inline-break.exp: Likewise.
1758 * gdb.python/py-frame-inline.exp: Likewise.
1759 * gdb.reverse/break-precsave.exp: Likewise.
1760 * gdb.reverse/break-reverse.exp: Likewise.
1761 * gdb.reverse/consecutive-precsave.exp: Likewise.
1762 * gdb.reverse/consecutive-reverse.exp: Likewise.
1763 * gdb.reverse/finish-precsave.exp: Likewise.
1764 * gdb.reverse/finish-reverse.exp: Likewise.
1765 * gdb.reverse/fstatat-reverse.exp: Likewise.
1766 * gdb.reverse/getresuid-reverse.exp: Likewise.
1767 * gdb.reverse/i386-precsave.exp: Likewise.
1768 * gdb.reverse/i386-reverse.exp: Likewise.
1769 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1770 * gdb.reverse/i387-env-reverse.exp: Likewise.
1771 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1772 * gdb.reverse/insn-reverse.exp: Likewise.
1773 * gdb.reverse/machinestate-precsave.exp: Likewise.
1774 * gdb.reverse/machinestate.exp: Likewise.
1775 * gdb.reverse/pipe-reverse.exp: Likewise.
1776 * gdb.reverse/readv-reverse.exp: Likewise.
1777 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1778 * gdb.reverse/rerun-prec.exp: Likewise.
1779 * gdb.reverse/s390-mvcle.exp: Likewise.
1780 * gdb.reverse/solib-precsave.exp: Likewise.
1781 * gdb.reverse/solib-reverse.exp: Likewise.
1782 * gdb.reverse/step-precsave.exp: Likewise.
1783 * gdb.reverse/step-reverse.exp: Likewise.
1784 * gdb.reverse/time-reverse.exp: Likewise.
1785 * gdb.reverse/until-precsave.exp: Likewise.
1786 * gdb.reverse/until-reverse.exp: Likewise.
1787 * gdb.reverse/waitpid-reverse.exp: Likewise.
1788 * gdb.reverse/watch-precsave.exp: Likewise.
1789 * gdb.reverse/watch-reverse.exp: Likewise.
1790 * gdb.threads/kill.exp: Likewise.
1791 * gdb.threads/tid-reuse.exp: Likewise.
1792
1793 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1794
1795 PR gdb/26642
1796 * gdb.base/maint-target-async-off.c: New test.
1797 * gdb.base/maint-target-async-off.exp: New test.
1798
1799 2020-10-13 Alan Modra <amodra@gmail.com>
1800
1801 * gdb.arch/powerpc-altivec.s,
1802 * gdb.arch/powerpc-power7.s,
1803 * gdb.arch/powerpc-power8.s,
1804 * gdb.arch/powerpc-power9.s,
1805 * gdb.arch/powerpc-vsx.s,
1806 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1807 * gdb.arch/powerpc-altivec.exp,
1808 * gdb.arch/powerpc-power7.exp,
1809 * gdb.arch/powerpc-power8.exp,
1810 * gdb.arch/powerpc-power9.exp,
1811 * gdb.arch/powerpc-vsx.exp,
1812 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1813 disassembly of mfvsrd/mtvsrd.
1814
1815 2020-10-13 Alan Modra <amodra@gmail.com>
1816
1817 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1818 "target architecture" output.
1819 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1820 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1821 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1822 * gdb.arch/s390-disassembler-options.exp: Likewise.
1823
1824 2020-10-12 Pedro Alves <pedro@palves.net>
1825
1826 PR exp/26602
1827 PR c++/26550
1828 * gdb.cp/ambiguous.cc (marker1): Delete.
1829 (main): Initialize all the fields of the locals. Replace marker1
1830 call with a "set breakpoint here" marker.
1831 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1832 instead of running to marker1. Add tests printing all the
1833 variables and all the fields of the variables.
1834 (test_ambiguous): New proc, expecting the new GDB output when a
1835 field access is ambiguous. Change all "warning: X ambiguous"
1836 tests to use it.
1837
1838 2020-10-12 Gary Benson <gbenson@redhat.com>
1839
1840 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1841 * gdb.base/msym-bp-2.c (foo): Likewise.
1842 * gdb.base/msym-lang.c (foo): Likewise.
1843 * gdb.base/msym-lang-main.c (foo): Likewise.
1844 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1845 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1846 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1847 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1848 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1849 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1850 * gdb.python/py-objfile.c (static_var): Likewise.
1851 * gdb.python/py-symbol.c (rr): Likewise.
1852 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1853 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1854
1855 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1858 output of backtrace.
1859
1860 2020-10-09 Tom Tromey <tromey@adacore.com>
1861
1862 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1863 (Rec): Add field. Fix range.
1864 * gdb.ada/scalar_storage.exp: Update.
1865
1866 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1867
1868 PR exp/26714
1869 * gdb.base/printcmds.exp: Add tests for void results.
1870
1871 2020-10-09 Jan Vrany <jan.vrany@labware.com>
1872
1873 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1874 is emmited for both 'set directories' and 'directory' commands.
1875
1876 2020-10-08 Tom Tromey <tom@tromey.com>
1877
1878 * gdb.base/style.exp: Check that "main"'s name is styled.
1879
1880 2020-10-07 Tom Tromey <tromey@adacore.com>
1881
1882 * gdb.base/find.exp: Rename some tests.
1883
1884 2020-10-06 Gary Benson <gbenson@redhat.com>
1885
1886 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1887 * gdb.base/list1.c (unused): Likewise.
1888
1889 2020-10-06 Gary Benson <gbenson@redhat.com>
1890
1891 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1892 __attribute__ ((used)).
1893 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1894
1895 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1896
1897 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1898 make use of regions throughout.
1899 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1900 not {...}.
1901 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1902
1903 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
1904
1905 * gdb.base/call-sc.c: Fix return struct on stack test case.
1906 * gdb.base/call-sc.exp: Likewise.
1907
1908 2020-10-02 Gary Benson <gbenson@redhat.com>
1909
1910 * README: Fix "paralell".
1911
1912 2020-09-30 Gary Benson <gbenson@redhat.com>
1913
1914 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1915 Convert directive to lowercase.
1916 (.Labbrev1_begin): Add missing label.
1917 (abbrev code 0x1): Remove DW_AT_stmt_list.
1918 (.Ldie_b): Likewise.
1919
1920 2020-09-27 Tom Tromey <tom@tromey.com>
1921
1922 * gdb.tui/new-layout.exp: Use with_test_prefix.
1923
1924 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1925
1926 PR python/26586
1927 * gdb.python/python.exp: add test cases for the from_tty
1928 argument to gdb.execute.
1929
1930 2020-09-25 Gary Benson <gbenson@redhat.com>
1931
1932 * gdb.base/infcall-nested-structs.exp.tcl: Add
1933 additional_flags=-Wno-tautological-compare for C++
1934 tests when compiling using Clang.
1935
1936 2020-09-25 Gary Benson <gbenson@redhat.com>
1937
1938 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1939 for .c files.
1940
1941 2020-09-24 Tom Tromey <tromey@adacore.com>
1942
1943 PR tui/26638:
1944 * gdb.tui/list.exp: Check output of "focus next".
1945
1946 2020-09-23 Tom Tromey <tom@tromey.com>
1947
1948 * gdb.dwarf2/intbits.exp: New file.
1949 * gdb.dwarf2/intbits.c: New file.
1950
1951 2020-09-20 Pedro Alves <pedro@palves.net>
1952
1953 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1954 spawn_id before calling remote_close. Close secondary MI channel.
1955
1956 2020-09-20 Pedro Alves <pedro@palves.net>
1957
1958 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1959 fails.
1960
1961 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.fortran/array-slices.exp: Update expected results.
1964 * gdb.fortran/class-allocatable-array.exp: Likewise.
1965 * gdb.fortran/multi-dim.exp: Likewise.
1966 * gdb.fortran/vla-type.exp: Likewise.
1967 * gdb.mi/mi-vla-fortran.exp: Likewise.
1968
1969 2020-09-18 Victor Collod <vcollod@nvidia.com>
1970
1971 PR gdb/26635
1972 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1973 compatible with i386, and move it to...
1974 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1975 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1976 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1977
1978 2020-09-18 Pedro Alves <pedro@palves.net>
1979
1980 PR gdb/26631
1981 * gdb.multi/multi-target-thread-find.exp: New file.
1982
1983 2020-09-18 Pedro Alves <pedro@palves.net>
1984
1985 * gdb.multi/multi-target-continue.exp: New file, factored out from
1986 multi-target.exp.
1987 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1988 multi-target.exp.
1989 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1990 multi-target.exp.
1991 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1992 multi-target.exp.
1993 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1994 multi-target.exp.
1995 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1996 multi-target.exp.
1997 * gdb.multi/multi-target.exp: Delete.
1998
1999 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2000
2001 * gdb.fortran/array-slices.exp: Add missing message data.
2002
2003 2020-09-17 Pedro Alves <pedro@palves.net>
2004
2005 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2006
2007 2020-09-17 Pedro Alves <pedro@palves.net>
2008
2009 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2010 full prototype.
2011
2012 2020-09-17 Pedro Alves <pedro@palves.net>
2013
2014 * gdb.python/py-as-string.c: Add cast.
2015
2016 2020-09-17 Pedro Alves <pedro@palves.net>
2017
2018 * gdb.base/sizeof.c (fill): Add cast.
2019
2020 2020-09-17 Pedro Alves <pedro@palves.net>
2021
2022 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2023
2024 2020-09-17 Pedro Alves <pedro@palves.net>
2025
2026 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2027 linkage name.
2028 * gdb.base/prologue.exp: Use print /d.
2029 * gdb.base/symbol-alias.exp: Handle C++ output.
2030 * gdb.base/symbol-alias2.c: Handle C++ output.
2031 [__cplusplus] (func): Explicitly specify linkage name.
2032
2033 2020-09-17 Pedro Alves <pedro@palves.net>
2034
2035 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2036 (struct my_key_t): ... this. Adjust all references.
2037 (struct value_t): Rename to ...
2038 (struct my_value_t): ... this. Adjust all references.
2039 (create_map, add_map_element, create_map_map)
2040 (add_map_map_element): Add casts.
2041
2042 2020-09-17 Pedro Alves <pedro@palves.net>
2043
2044 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2045 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2046
2047 2020-09-17 Pedro Alves <pedro@palves.net>
2048
2049 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2050
2051 2020-09-17 Pedro Alves <pedro@palves.net>
2052
2053 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2054 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2055 (charfoo, intfoo): Define full prototype.
2056 * gdb.base/ptype1.c (charfoo): Define full prototype.
2057 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2058 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2059
2060 2020-09-17 Pedro Alves <pedro@palves.net>
2061
2062 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2063 Don't define.
2064 (utf_32_string): Compile for both C and C++.
2065 * gdb.base/charset.exp: Use "print /d".
2066
2067 2020-09-17 Pedro Alves <pedro@palves.net>
2068
2069 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2070 (nullptr): Rename to ...
2071 (null_ptr): ... this.
2072 * gdb.base/watchpoint.exp: Adjust to rename.
2073
2074 2020-09-17 Pedro Alves <pedro@palves.net>
2075
2076 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2077 (three_not_flag): Add casts.
2078
2079 2020-09-17 Pedro Alves <pedro@palves.net>
2080
2081 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2082 char array.
2083 (main): Add references to Barrier, TestStrings, TestStringsH and
2084 TestStringsW.
2085 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2086 and expect a full prototype in C++.
2087
2088 2020-09-17 Pedro Alves <pedro@palves.net>
2089
2090 * gdb.base/nested-addr.c (main): Add cast.
2091 * gdb.base/nested-addr.exp: Use "print /d".
2092
2093 2020-09-17 Pedro Alves <pedro@palves.net>
2094
2095 * gdb.base/break.exp (func): New. Use it throughout when
2096 expecting a function name.
2097
2098 2020-09-17 Pedro Alves <pedro@palves.net>
2099
2100 * gdb.base/display.exp: Issue "set print asm-demangle on".
2101
2102 2020-09-17 Pedro Alves <pedro@palves.net>
2103
2104 * gdb.base/find.c: Include <string.h>.
2105 (init_bufs): Add cast.
2106 * gdb.base/find.exp: Issue "set print asm-demangle on".
2107
2108 2020-09-16 Tom Tromey <tromey@adacore.com>
2109
2110 PR gdb/26598:
2111 * gdb.base/skipcxx.exp: New file.
2112 * gdb.base/skipcxx.cc: New file.
2113
2114 2020-09-16 Tom de Vries <tdevries@suse.de>
2115
2116 PR testsuite/26617
2117 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2118 WITH_DEBUG_SECTIONS is defined.
2119 (xstr, str): New macro.
2120 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2121 to get start and size of _Dmain.
2122 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2123 using additional_flags.
2124
2125 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2126
2127 * gdb.base/bp-cmds-sourced-script.c: New file.
2128 * gdb.base/bp-cmds-sourced-script.exp: New test.
2129 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2130
2131 2020-09-16 Tom de Vries <tdevries@suse.de>
2132
2133 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2134 get the gdb prompt after issuing "monitor exit".
2135
2136 2020-09-16 Tom de Vries <tdevries@suse.de>
2137
2138 PR testsuite/26624
2139 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2140
2141 2020-09-16 Tom de Vries <tdevries@suse.de>
2142
2143 PR testsuite/26618
2144 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2145
2146 2020-09-15 Tom Tromey <tromey@adacore.com>
2147
2148 PR rust/26197:
2149 * lib/rust-support.exp (rust_llvm_version): New proc.
2150 * gdb.rust/simple.exp: Check rust_llvm_version.
2151
2152 2020-09-14 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.rust/traits.exp: Fix PATH warning.
2155
2156 2020-09-13 Pedro Alves <pedro@palves.net>
2157
2158 * gdb.base/catch-follow-exec.c (main): Add explicit return
2159 statement.
2160 * gdb.base/catch-signal.c (main): Likewise.
2161 * gdb.base/condbreak-call-false.c (main): Likewise.
2162 * gdb.base/consecutive.c (main): Add explicit return
2163 statement and return type.
2164 * gdb.base/cursal.c (main): Add explicit return statement.
2165 * gdb.base/cvexpr.c (main): Likewise.
2166 * gdb.base/display.c (main): Add explicit return statement and
2167 return type.
2168 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2169 * gdb.base/endianity.c (main): Likewise.
2170 * gdb.base/execd-prog.c (main): Likewise.
2171 * gdb.base/gdb1090.c (main): Likewise.
2172 * gdb.base/info_qt.c (main): Likewise.
2173 * gdb.base/lineinc.c (main): Likewise.
2174 * gdb.base/load-command.c (main): Likewise.
2175 * gdb.base/macscp1.c (main): Likewise.
2176 * gdb.base/pr10179-a.c (main): Likewise.
2177 * gdb.base/quit-live.c (main): Likewise.
2178 * gdb.base/scope0.c (main): Likewise.
2179 * gdb.base/settings.c (main): Likewise.
2180 * gdb.base/stack-checking.c (main): Return int.
2181 * gdb.base/varargs.c (main): Add explicit return statement.
2182 * gdb.cp/ambiguous.cc (main): Likewise.
2183 * gdb.cp/anon-struct.cc (main): Likewise.
2184 * gdb.cp/anon-union.cc (main): Likewise.
2185 * gdb.cp/bool.cc (main): Likewise.
2186 * gdb.cp/bs15503.cc (main): Likewise.
2187 * gdb.cp/cplusfuncs.cc (main): Likewise.
2188 * gdb.cp/cttiadd.cc (main): Likewise.
2189 * gdb.cp/extern-c.cc (main): Likewise.
2190 * gdb.cp/filename.cc (main): Likewise.
2191 * gdb.cp/formatted-ref.cc (main): Likewise.
2192 * gdb.cp/mb-ctor.cc (main): Likewise.
2193 * gdb.cp/member-ptr.cc (main): Likewise.
2194 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2195 * gdb.cp/overload-const.cc (main): Likewise.
2196 * gdb.cp/paren-type.cc (main): Likewise.
2197 * gdb.cp/parse-lang.cc (main): Likewise.
2198 * gdb.cp/pr-1023.cc (main): Likewise.
2199 * gdb.cp/psmang1.cc (main): Likewise.
2200 * gdb.cp/readnow-language.cc (main): Likewise.
2201 * gdb.cp/ref-params.cc (main): Likewise.
2202 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2203 * gdb.cp/virtbase2.cc (main): Likewise.
2204 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2205 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2206 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2207 * gdb.mi/mi-console.c (main): Likewise.
2208 * gdb.mi/mi-read-memory.c (main): Likewise.
2209 * gdb.modula2/multidim.c (main): Likewise.
2210 * gdb.opt/inline-small-func.c (main): Likewise.
2211 * gdb.python/py-rbreak.c (main): Likewise.
2212 * gdb.stabs/exclfwd1.c (main): Likewise.
2213 * gdb.trace/qtro.c (main): Likewise.
2214
2215 2020-09-13 Pedro Alves <pedro@palves.net>
2216
2217 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2218 instead of getenv.
2219
2220 2020-09-13 Pedro Alves <pedro@palves.net>
2221
2222 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2223 instead of spawning GDB with remote_spawn.
2224 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2225 gdb_spawn instead of spawning GDB with remote_spawn.
2226
2227 2020-09-13 Pedro Alves <pedro@palves.net>
2228
2229 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2230 file and add calls to first and second.
2231 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2232 add call to f.
2233
2234 2020-09-13 Pedro Alves <pedro@palves.net>
2235
2236 * gdb.mi/mi-break-qualified.cc: New file.
2237 * gdb.mi/mi-break-qualified.exp: New file.
2238 * lib/mi-support.exp (mi_create_breakpoint_multi)
2239 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2240 procedures.
2241 (mi_create_breakpoint_1): New, factored out from
2242 mi_create_breakpoint.
2243
2244 2020-09-13 Pedro Alves <pedro@palves.net>
2245
2246 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2247 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2248 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2249 (register_class): Delete.
2250 (main): Don't call register_class.
2251
2252 2020-09-13 Pedro Alves <pedro@palves.net>
2253
2254 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2255 (do_tests): Remove "calling method for small class" test.
2256 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2257 (register_class): Delete.
2258 (main): Don't call register_class.
2259 * gdb.cp/call-method-register.exp: New file, based on bits removed
2260 from classes.exp.
2261 * gdb.cp/call-method-register.cc: New file, based on bits removed
2262 from classes.cc.
2263
2264 2020-09-13 Pedro Alves <pedro@palves.net>
2265
2266 * gdb.base/msym-bp-2.c: New.
2267 * gdb.base/msym-bp-shl-lib.c: New file.
2268 * gdb.base/msym-bp-shl-main-2.c: New file.
2269 * gdb.base/msym-bp-shl-main.c: New file.
2270 * gdb.base/msym-bp-shl.exp: New file.
2271 * gdb.base/msym-bp.c: New file.
2272 * gdb.base/msym-bp.exp: New file.
2273
2274 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2275
2276 * gdb.base/default.exp: Change $_gdb_major to 11.
2277
2278 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2279 Felix Willgerodt <Felix.Willgerodt@intel.com>
2280
2281 * x86-avx512bf16.c: New file.
2282 * x86-avx512bf16.exp: Likewise.
2283 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2284
2285 2020-09-11 Tom de Vries <tdevries@suse.de>
2286
2287 PR exp/26602
2288 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2289
2290 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2291
2292 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2293
2294 2020-09-10 Alan Modra <amodra@gmail.com>
2295
2296 PR 26597
2297 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2298
2299 2020-09-08 Tom de Vries <tdevries@suse.de>
2300
2301 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2302 after gdb_starti_cmd.
2303
2304 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2305
2306 * lib/fortran.exp (fortran_complex8): New proc.
2307 (fortran_complex16): New proc.
2308 * gdb.fortran/complex.exp: Use routines from fortran.exp
2309 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2310 * gdb.fortran/vla-ptr-info.exp: Likewise.
2311
2312 2020-09-03 Tom de Vries <tdevries@suse.de>
2313
2314 PR breakpoint/26546
2315 * gdb.base/label-without-address.exp: Runto main first.
2316
2317 2020-09-02 Tom Tromey <tromey@adacore.com>
2318
2319 * gdb.ada/mi_var_access.exp: Test children of access variable.
2320 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2321 * gdb.ada/mi_var_array.exp: Update.
2322
2323 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2324
2325 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2326 on docker w/ AUFS storage driver.
2327
2328 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2329
2330 * gdb.base/corefile2.exp (renamed binfile): New tests.
2331
2332 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2333
2334 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2335
2336 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2337
2338 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2339 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2340
2341 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2342
2343 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2344 output, printing a "not saved" value from history and printing a
2345 convenience variable created from a "not saved" value.
2346
2347 2020-08-31 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/eh_return.exp: Use nopie.
2350
2351 2020-08-28 Pedro Alves <pedro@palves.net>
2352
2353 * gdb.base/advance-until-multiple-locations.exp
2354 (advance_overload, until_overload): Adjust to match the
2355 frame/function header instead of the source line text.
2356
2357 2020-08-28 Tom de Vries <tdevries@suse.de>
2358
2359 * gdb.base/label-without-address.c: New test.
2360 * gdb.base/label-without-address.exp: New file.
2361
2362 2020-08-27 Pedro Alves <pedro@palves.net>
2363
2364 PR gdb/26523
2365 PR gdb/26524
2366 * gdb.base/advance-until-multiple-locations.cc: New.
2367 * gdb.base/advance-until-multiple-locations.exp: New.
2368
2369 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2370
2371 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2372
2373 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 * gdb.arch/amd64-byte.exp: Make test names unique, use
2376 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2377 * gdb.arch/amd64-dword.exp: Likewise.
2378 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2379 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2380 unique.
2381 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2382 * gdb.arch/amd64-word.exp: Make test names unique, use
2383 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2384 * gdb.arch/i386-byte.exp: Make test names unique, use
2385 gdb_breakpoint.
2386 * gdb.arch/i386-word.exp: Likewise.
2387
2388 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2389
2390 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2391
2392 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2393
2394 PR gdb/26532
2395 * gdb.threads/stepi-random-signal.exp: Update pattern.
2396
2397 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2398
2399 PR gdb/26532
2400 * gdb.base/ui-redirect.exp: Update pattern.
2401
2402 2020-08-25 Gary Benson <gbenson@redhat.com>
2403
2404 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2405 when compiling with clang.
2406 * gdb.dwarf2/dw2-restore.exp: Likewise.
2407
2408 2020-08-25 Gary Benson <gbenson@redhat.com>
2409
2410 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2411 Add additional_flags=-Wno-inaccessible-base when compiling
2412 with GCC >= 10.1 or clang. Add additional_flags=-w when
2413 compiling with GCC < 10.
2414
2415 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2416
2417 PR m2/26372
2418 * gdb.modula2/multidim.c: New file.
2419 * gdb.modula2/multidim.exp: New file.
2420
2421 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2422
2423 * lib/gdb.exp (runto): Always emit fail on internal error.
2424
2425 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2426
2427 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2428 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2429 Likewise.
2430 * gdb.threads/stepi-random-signal.exp: Likewise.
2431
2432 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2433
2434 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2435 * gdb.trace/strace.exp: Ditto.
2436
2437 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2438
2439 * gdb.fortran/vla-type.exp: Skip commands not required for
2440 the Flang compiled binaries after prologue fix.
2441
2442 2020-08-17 Tom de Vries <tdevries@suse.de>
2443 Tom Tromey <tromey@adacore.com>
2444
2445 PR rust/26197:
2446 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2447
2448 2020-08-17 Tom Tromey <tromey@adacore.com>
2449
2450 * gdb.ada/mi_var_access.exp: New file.
2451 * gdb.ada/mi_var_access/mi_access.adb: New file.
2452 * gdb.ada/mi_var_access/pck.adb: New file.
2453 * gdb.ada/mi_var_access/pck.ads: New file.
2454
2455 2020-08-16 Tom de Vries <tdevries@suse.de>
2456
2457 PR gdb/25350
2458 * gdb.base/eh_return.c: New test.
2459 * gdb.base/eh_return.exp: New file.
2460
2461 2020-08-15 Tom de Vries <tdevries@suse.de>
2462
2463 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2464 (mixed_func_1d_): Use fortran_charlen_t in decl.
2465
2466 2020-08-15 Tom de Vries <tdevries@suse.de>
2467
2468 PR backtrace/26390
2469 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2470 Update expected pattern.
2471
2472 2020-08-13 Pedro Alves <pedro@palves.net>
2473
2474 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2475 * gdb.fortran/library-module.exp: Likewise.
2476 * gdb.fortran/logical.exp: Likewise.
2477 * gdb.fortran/module.exp: Likewise.
2478 * gdb.fortran/print_type.exp: Likewise.
2479 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2480 * gdb.fortran/vla-datatypes.exp: Likewise.
2481 * gdb.fortran/vla-history.exp: Likewise.
2482 * gdb.fortran/vla-ptr-info.exp: Likewise.
2483 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2484 * gdb.fortran/vla-ptype.exp: Likewise.
2485 * gdb.fortran/vla-sizeof.exp: Likewise.
2486 * gdb.fortran/vla-type.exp: Likewise.
2487 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2488 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2489 * gdb.fortran/vla-value-sub.exp: Likewise.
2490 * gdb.fortran/vla-value.exp: Likewise.
2491
2492 2020-08-13 Pedro Alves <pedro@palves.net>
2493
2494 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2495 * gdb.ada/access_to_packed_array.exp: Likewise.
2496 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2497 * gdb.ada/addr_arith.exp: Likewise.
2498 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2499 * gdb.ada/arr_arr.exp: Likewise.
2500 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2501 * gdb.ada/array_bounds.exp: Likewise.
2502 * gdb.ada/array_of_variable_length.exp: Likewise.
2503 * gdb.ada/array_ptr_renaming.exp: Likewise.
2504 * gdb.ada/array_subscript_addr.exp: Likewise.
2505 * gdb.ada/arraydim.exp: Likewise.
2506 * gdb.ada/arrayparam.exp: Likewise.
2507 * gdb.ada/arrayptr.exp: Likewise.
2508 * gdb.ada/assign_1.exp: Likewise.
2509 * gdb.ada/assign_arr.exp: Likewise.
2510 * gdb.ada/atomic_enum.exp: Likewise.
2511 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2512 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2513 * gdb.ada/bias.exp: Likewise.
2514 * gdb.ada/boolean_expr.exp: Likewise.
2515 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2516 * gdb.ada/bp_enum_homonym.exp: Likewise.
2517 * gdb.ada/bp_inlined_func.exp: Likewise.
2518 * gdb.ada/bp_on_var.exp: Likewise.
2519 * gdb.ada/bp_range_type.exp: Likewise.
2520 * gdb.ada/bp_reset.exp: Likewise.
2521 * gdb.ada/call_pn.exp: Likewise.
2522 * gdb.ada/catch_assert_if.exp: Likewise.
2523 * gdb.ada/catch_ex.exp: Likewise.
2524 * gdb.ada/catch_ex_std.exp: Likewise.
2525 * gdb.ada/char_enum.exp: Likewise.
2526 * gdb.ada/char_param.exp: Likewise.
2527 * gdb.ada/complete.exp: Likewise.
2528 * gdb.ada/cond_lang.exp: Likewise.
2529 * gdb.ada/convvar_comp.exp: Likewise.
2530 * gdb.ada/dgopt.exp: Likewise.
2531 * gdb.ada/disc_arr_bound.exp: Likewise.
2532 * gdb.ada/display_nested.exp: Likewise.
2533 * gdb.ada/dot_all.exp: Likewise.
2534 * gdb.ada/dyn_loc.exp: Likewise.
2535 * gdb.ada/dyn_stride.exp: Likewise.
2536 * gdb.ada/excep_handle.exp: Likewise.
2537 * gdb.ada/expr_delims.exp: Likewise.
2538 * gdb.ada/expr_with_funcall.exp: Likewise.
2539 * gdb.ada/exprs.exp: Likewise.
2540 * gdb.ada/fin_fun_out.exp: Likewise.
2541 * gdb.ada/fixed_cmp.exp: Likewise.
2542 * gdb.ada/formatted_ref.exp: Likewise.
2543 * gdb.ada/frame_arg_lang.exp: Likewise.
2544 * gdb.ada/frame_args.exp: Likewise.
2545 * gdb.ada/fullname_bp.exp: Likewise.
2546 * gdb.ada/fun_addr.exp: Likewise.
2547 * gdb.ada/fun_in_declare.exp: Likewise.
2548 * gdb.ada/fun_overload_menu.exp: Likewise.
2549 * gdb.ada/fun_renaming.exp: Likewise.
2550 * gdb.ada/funcall_char.exp: Likewise.
2551 * gdb.ada/funcall_param.exp: Likewise.
2552 * gdb.ada/funcall_ptr.exp: Likewise.
2553 * gdb.ada/funcall_ref.exp: Likewise.
2554 * gdb.ada/homonym.exp: Likewise.
2555 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2556 * gdb.ada/info_auto_lang.exp: Likewise.
2557 * gdb.ada/info_exc.exp: Likewise.
2558 * gdb.ada/info_types.exp: Likewise.
2559 * gdb.ada/int_deref.exp: Likewise.
2560 * gdb.ada/interface.exp: Likewise.
2561 * gdb.ada/iwide.exp: Likewise.
2562 * gdb.ada/lang_switch.exp: Likewise.
2563 * gdb.ada/length_cond.exp: Likewise.
2564 * gdb.ada/maint_with_ada.exp: Likewise.
2565 * gdb.ada/mi_catch_assert.exp: Likewise.
2566 * gdb.ada/mi_catch_ex.exp: Likewise.
2567 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2568 * gdb.ada/mi_dyn_arr.exp: Likewise.
2569 * gdb.ada/mi_ex_cond.exp: Likewise.
2570 * gdb.ada/mi_exc_info.exp: Likewise.
2571 * gdb.ada/mi_interface.exp: Likewise.
2572 * gdb.ada/mi_prot.exp: Likewise.
2573 * gdb.ada/mi_ref_changeable.exp: Likewise.
2574 * gdb.ada/mi_string_access.exp: Likewise.
2575 * gdb.ada/mi_task_arg.exp: Likewise.
2576 * gdb.ada/mi_task_info.exp: Likewise.
2577 * gdb.ada/mi_var_array.exp: Likewise.
2578 * gdb.ada/mi_var_union.exp: Likewise.
2579 * gdb.ada/mi_variant.exp: Likewise.
2580 * gdb.ada/minsyms.exp: Likewise.
2581 * gdb.ada/mod_from_name.exp: Likewise.
2582 * gdb.ada/nested.exp: Likewise.
2583 * gdb.ada/null_array.exp: Likewise.
2584 * gdb.ada/optim_drec.exp: Likewise.
2585 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2586 * gdb.ada/packed_array_assign.exp: Likewise.
2587 * gdb.ada/packed_tagged.exp: Likewise.
2588 * gdb.ada/pp-rec-component.exp: Likewise.
2589 * gdb.ada/print_chars.exp: Likewise.
2590 * gdb.ada/print_pc.exp: Likewise.
2591 * gdb.ada/ptr_typedef.exp: Likewise.
2592 * gdb.ada/ptype_arith_binop.exp: Likewise.
2593 * gdb.ada/ptype_array.exp: Likewise.
2594 * gdb.ada/ptype_field.exp: Likewise.
2595 * gdb.ada/ptype_tagged_param.exp: Likewise.
2596 * gdb.ada/ptype_union.exp: Likewise.
2597 * gdb.ada/py_range.exp: Likewise.
2598 * gdb.ada/py_taft.exp: Likewise.
2599 * gdb.ada/rdv_wait.exp: Likewise.
2600 * gdb.ada/rec_comp.exp: Likewise.
2601 * gdb.ada/rec_return.exp: Likewise.
2602 * gdb.ada/ref_param.exp: Likewise.
2603 * gdb.ada/ref_tick_size.exp: Likewise.
2604 * gdb.ada/rename_subscript_param.exp: Likewise.
2605 * gdb.ada/repeat_dyn.exp: Likewise.
2606 * gdb.ada/same_component_name.exp: Likewise.
2607 * gdb.ada/same_enum.exp: Likewise.
2608 * gdb.ada/scalar_storage.exp: Likewise.
2609 * gdb.ada/set_wstr.exp: Likewise.
2610 * gdb.ada/small_reg_param.exp: Likewise.
2611 * gdb.ada/str_binop_equal.exp: Likewise.
2612 * gdb.ada/str_ref_cmp.exp: Likewise.
2613 * gdb.ada/str_uninit.exp: Likewise.
2614 * gdb.ada/sub_variant.exp: Likewise.
2615 * gdb.ada/sym_print_name.exp: Likewise.
2616 * gdb.ada/taft_type.exp: Likewise.
2617 * gdb.ada/tagged.exp: Likewise.
2618 * gdb.ada/tagged_access.exp: Likewise.
2619 * gdb.ada/task_bp.exp: Likewise.
2620 * gdb.ada/task_switch_in_core.exp: Likewise.
2621 * gdb.ada/tasks.exp: Likewise.
2622 * gdb.ada/tick_last_segv.exp: Likewise.
2623 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2624 * gdb.ada/type_coercion.exp: Likewise.
2625 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2626 * gdb.ada/unchecked_union.exp: Likewise.
2627 * gdb.ada/uninitialized_vars.exp: Likewise.
2628 * gdb.ada/var_arr_attrs.exp: Likewise.
2629 * gdb.ada/var_arr_typedef.exp: Likewise.
2630 * gdb.ada/var_rec_arr.exp: Likewise.
2631 * gdb.ada/variant-record.exp: Likewise.
2632 * gdb.ada/variant.exp: Likewise.
2633 * gdb.ada/variant_record_packed_array.exp: Likewise.
2634 * gdb.ada/varsize_limit.exp: Likewise.
2635 * gdb.ada/whatis_array_val.exp: Likewise.
2636 * gdb.ada/widewide.exp: Likewise.
2637 * gdb.ada/win_fu_syms.exp: Likewise.
2638
2639 2020-08-12 Gary Benson <gbenson@redhat.com>
2640
2641 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2642
2643 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2646 unset the array variable.
2647
2648 2020-08-03 Tom de Vries <tdevries@suse.de>
2649
2650 PR symtab/26333
2651 * lib/dwarf.exp (DW_LNE_user): New proc.
2652 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2653 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2654
2655 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2656
2657 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2658 to 'uintptr_t'
2659 (inttypes.h): Include.
2660
2661 2020-07-31 Kevin Buettner <kevinb@redhat.com>
2662
2663 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2664 (C5_24k): Delete.
2665 (C5_8k, C5_64k, C5_256k): New macros.
2666 (buf_ro): Allocate 256 KiB of initialized data.
2667
2668 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2669
2670 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2671 that attempt to overwrite an existing condition with a condition
2672 that fails parsing and also with a condition that parses fine
2673 but contains junk at the end.
2674
2675 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2676
2677 * gdb.base/condbreak-bad.c: New test.
2678 * gdb.base/condbreak-bad.exp: New file.
2679
2680 2020-07-30 Tom de Vries <tdevries@suse.de>
2681
2682 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2683 out of ...
2684 (GDBInfoModuleSymbols::check_entry): ... here.
2685 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2686 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2687 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2688
2689 2020-07-30 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2692 "__class_some_module_Number_t" optional.
2693
2694 2020-07-29 Tom de Vries <tdevries@suse.de>
2695
2696 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2697 multiple locations.
2698
2699 2020-07-29 Tom de Vries <tdevries@suse.de>
2700
2701 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2702 rather than function name.
2703
2704 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2705
2706 PR symtab/26270:
2707 * gdb.cp/disasm-func-name.cc: New file.
2708 * gdb.cp/disasm-func-name.exp: New file.
2709
2710 2020-07-28 Tom Tromey <tromey@adacore.com>
2711
2712 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2713 'varval' location.
2714
2715 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * gdb.python/py-unwind.py: Update to make use of a register
2718 descriptor.
2719
2720 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2723
2724 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 PR fortran/23051
2727 PR fortran/26139
2728 * gdb.fortran/class-allocatable-array.exp: New file.
2729 * gdb.fortran/class-allocatable-array.f90: New file.
2730 * gdb.fortran/pointer-to-pointer.exp: New file.
2731 * gdb.fortran/pointer-to-pointer.f90: New file.
2732
2733 2020-07-25 Tom de Vries <tdevries@suse.de>
2734
2735 PR symtab/26243
2736 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2737 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2738
2739 2020-07-24 Tom de Vries <tdevries@suse.de>
2740
2741 PR testsuite/26293
2742 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2743
2744 2020-07-23 Pedro Alves <pedro@palves.net>
2745
2746 * gdb.server/server-kill.exp (prepare): New, factored out from the
2747 top level.
2748 (kill_server): New.
2749 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2750 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2751
2752 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2753
2754 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2755
2756 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2757
2758 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2759 Initialize to empty string at top level.
2760 (gdb_wrapper_init): Revert check for file existence on build.
2761 Build the wrapper in its default place, not a build-specific
2762 location. When host == build, make the pathname absolute.
2763 (gdb_compile): Delete leftover declaration of
2764 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2765 string instead of uninitialized.
2766
2767 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2768
2769 * gdb.base/corefile2.exp: New file.
2770 * gdb.base/coremaker2.exp: New file.
2771
2772 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2773
2774 * gdb.base/coredump-filter.exp: Add second
2775 non-Private-Shared-Anon-File test.
2776 (test_disasm): Rename binfile for test which is expected
2777 to fail.
2778
2779 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2780
2781 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2782 data in core file".
2783 * gdb.base/coremaker.c (buf2ro): New global.
2784 (mmapdata): Add a read-only mmap mapping.
2785
2786 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2787
2788 PR corefiles/25631
2789 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2790 New test.
2791 * gdb.base/coremaker.c (buf3): New global.
2792 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2793 flags.
2794
2795 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2796
2797 * gdb.base/coremaker.c (filler_ro): New global constant.
2798
2799 2020-07-22 Tom Tromey <tromey@adacore.com>
2800
2801 * gdb.ada/mi_prot.exp: New file.
2802 * gdb.ada/mi_prot/pkg.adb: New file.
2803 * gdb.ada/mi_prot/pkg.ads: New file.
2804 * gdb.ada/mi_prot/prot.adb: New file.
2805
2806 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2807
2808 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2809 loads two JITers.
2810
2811 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2814
2815 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.python/py-arch-reg-names.exp: Additional tests.
2818
2819 2020-07-21 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2822 breakpoint locations".
2823 * gdb.reverse/solib-reverse.exp: Same.
2824
2825 2020-07-21 Tom de Vries <tdevries@suse.de>
2826
2827 * gdb.reverse/step-reverse.c (callee): Merge statements.
2828
2829 2020-07-21 Tom de Vries <tdevries@suse.de>
2830
2831 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2832 line numbers for some variables.
2833
2834 2020-07-21 Tom de Vries <tdevries@suse.de>
2835
2836 * gdb.opt/inline-locals.c (init_array): New func.
2837 (func1): Use init_array.
2838 * gdb.opt/inline-locals.exp: Update pattern.
2839
2840 2020-07-21 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2843 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2844
2845 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2846
2847 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2848 * gdb.guile/types-module.exp: Remove "ERROR:" from
2849 regexps since Guile 3.0 no longer prints that.
2850
2851 2020-07-20 Ludovic Courtès <ludo@gnu.org>
2852
2853 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2854 error regexp to match on Guile 2.2.
2855
2856 2020-07-20 Gary Benson <gbenson@redhat.com>
2857
2858 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2859 with clang.
2860
2861 2020-07-20 Tom de Vries <tdevries@suse.de>
2862
2863 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2864 (omp_set_lock_in_order): New function.
2865 (single_scope, multi_scope, nested_func, nested_parallel): Use
2866 omp_set_lock_in_order and omp_unset_lock.
2867 (main): Init and destroy lock and lock2.
2868
2869 2020-07-20 Tom de Vries <tdevries@suse.de>
2870
2871 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2872
2873 2020-07-20 Tom de Vries <tdevries@suse.de>
2874
2875 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2876
2877 2020-07-17 Tom de Vries <tdevries@suse.de>
2878
2879 * gdb.base/valgrind-infcall-2.c: New test.
2880 * gdb.base/valgrind-infcall-2.exp: New file.
2881 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2882
2883 2020-07-17 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.dlang/circular.c (found): Use found_label as label name.
2886 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2887 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2888 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2889 * gdb.dwarf2/ada-linkage-name.exp: Same.
2890 * gdb.dwarf2/arr-subrange.exp: Same.
2891 * gdb.dwarf2/atomic-type.exp: Same.
2892 * gdb.dwarf2/comp-unit-lang.exp: Same.
2893 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2894 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2895 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2896 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2897 * gdb.dwarf2/implptr-64bit.exp: Same.
2898 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2899 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2900 * gdb.dwarf2/imported-unit.exp: Same.
2901 * gdb.dwarf2/main-subprogram.exp: Same.
2902 * gdb.dwarf2/missing-type-name.exp: Same.
2903 * gdb.dwarf2/nonvar-access.exp: Same.
2904 * gdb.dwarf2/struct-with-sig.exp: Same.
2905 * gdb.dwarf2/typedef-void-finish.exp: Same.
2906 * gdb.dwarf2/void-type.exp: Same.
2907
2908 2020-07-17 Tom de Vries <tdevries@suse.de>
2909
2910 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2911 src parameter.
2912 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2913 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2914 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2915 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2916 * gdb.dwarf2/dwz.exp: Same.
2917 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2918 * gdb.dwarf2/implref-array.exp: Same.
2919 * gdb.dwarf2/implref-const.exp: Same.
2920 * gdb.dwarf2/implref-global.exp: Same.
2921 * gdb.dwarf2/implref-struct.exp: Same.
2922 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2923 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2924 * gdb.dwarf2/var-access.exp: Same.
2925 * gdb.dwarf2/varval.exp: Same.
2926 * gdb.trace/entry-values.exp: Same.
2927
2928 2020-07-17 Tom de Vries <tdevries@suse.de>
2929
2930 * lib/dwarf.exp (Dwarf::extern): Remove.
2931 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2932 * gdb.dlang/circular.exp: Same.
2933 * gdb.dwarf2/comp-unit-lang.exp: Same.
2934 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2935 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2936 * gdb.dwarf2/dwz.exp: Same.
2937 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2938 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2939 * gdb.dwarf2/imported-unit.exp: Same.
2940 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2941
2942 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2943
2944 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2945 Use double quotes instead of single quotes.
2946
2947 2020-07-16 Caroline Tice <cmtice@google.com>
2948
2949 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2950 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2951
2952 2020-07-16 Tom de Vries <tdevries@suse.de>
2953
2954 * lib/dwarf.exp (program): Initialize _line.
2955 (DW_LNE_end_sequence): Reinitialize _line.
2956 (DW_LNS_advance_line): Update _line.
2957 (line): New proc.
2958 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2959 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2960 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2961 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2962 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2963 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2964
2965 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2968 generic.
2969
2970 2020-07-15 Tom de Vries <tdevries@suse.de>
2971
2972 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2973 is_amd64_regs_target.
2974
2975 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2978 * gdb.fortran/ptype-on-functions.f90: Likewise.
2979
2980 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2981
2982 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2983 values in documentation for addr_size to 4 and 8.
2984
2985 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.arch/amd64-osabi.exp: Update.
2988 * gdb.arch/arm-disassembler-options.exp: Update.
2989 * gdb.arch/powerpc-disassembler-options.exp: Update.
2990 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2991 * gdb.arch/s390-disassembler-options.exp: Update.
2992 * gdb.base/all-architectures.exp.tcl: Update.
2993 * gdb.base/attach-pie-noexec.exp: Update.
2994 * gdb.base/catch-syscall.exp: Update.
2995 * gdb.xml/tdesc-arch.exp: Update.
2996
2997 2020-07-14 Tom de Vries <tdevries@suse.de>
2998
2999 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3000 (local_gettid): ... this.
3001 (fn): Update.
3002
3003 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3004
3005 * gdb.base/info_sources.exp: Skip directory match tests on
3006 remote hosts.
3007
3008 2020-07-13 Gary Benson <gbenson@redhat.com>
3009
3010 * gdb.base/savedregs.exp (caller): Use parentheses to
3011 make expected expression evaluation ordering explicit.
3012
3013 2020-07-13 Gary Benson <gbenson@redhat.com>
3014
3015 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3016
3017 2020-07-13 Gary Benson <gbenson@redhat.com>
3018
3019 * gdb.base/bigcore.c (main): Use a volatile pointer when
3020 attempting to trigger a SIGSEGV.
3021 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3022 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3023 * gdb.base/savedregs.c (thrower): Likewise.
3024 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3025
3026 2020-07-13 Gary Benson <gbenson@redhat.com>
3027
3028 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3029 defining and using VLA structure fields into...
3030 * gdb.base/vla-struct-fields.c: New file.
3031 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3032 tests into...
3033 * gdb.base/vla-struct-fields.exp: New file.
3034
3035 2020-07-13 Tom de Vries <tdevries@suse.de>
3036
3037 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3038 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3039 * gdb.base/gold-gdb-index.exp: Same.
3040 * gdb.base/morestack.exp: Same.
3041
3042 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3043
3044 PR rust/26121
3045 * gdb.rust/modules.rs: Prevent linker from discarding test
3046 symbol.
3047
3048 2020-07-10 Pedro Alves <pedro@palves.net>
3049
3050 PR gdb/26199
3051 * gdb.multi/multi-target.c (exit_thread): New.
3052 (thread_start): Break loop if EXIT_THREAD.
3053 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3054 (top level) Call test_no_resumed.
3055
3056 2020-07-08 Tom Tromey <tromey@adacore.com>
3057
3058 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3059 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3060
3061 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 PR python/22748
3064 * gdb.opt/inline-frame-tailcall.c: New file.
3065 * gdb.opt/inline-frame-tailcall.exp: New file.
3066 * gdb.python/py-unwind-inline.c: New file.
3067 * gdb.python/py-unwind-inline.exp: New file.
3068 * gdb.python/py-unwind-inline.py: New file.
3069
3070 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.python/py-arch-reg-groups.exp: New file.
3073
3074 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.python/py-arch-reg-names.exp: New file.
3077
3078 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3081 gdb.PendingFrame.architecture method.
3082
3083 2020-07-06 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3086
3087 2020-07-03 Pedro Alves <palves@redhat.com>
3088
3089 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3090 explicitly write negative numbers.
3091 * gdb.base/structs2.exp: Adjust expected output.
3092
3093 2020-07-03 Pedro Alves <palves@redhat.com>
3094
3095 * gdb.base/charset.c (init_string): Change all char parameters to
3096 unsigned char parameters.
3097
3098 2020-07-03 Pedro Alves <palves@redhat.com>
3099
3100 * gdb.base/call-sc.exp (start_scalars_test): Use
3101 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3102 * gdb.base/overlays.c: Remove references to PARAMS.
3103 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3104 * gdb.base/reread.exp: Don't set 'prototypes' global.
3105 * gdb.base/structs.exp (start_structs_test): Use
3106 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3107 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3108 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3109 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3110 call.
3111 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3112
3113 2020-07-03 Pedro Alves <palves@redhat.com>
3114
3115 * gdb.base/m32rovly.c: Delete.
3116 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3117
3118 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3119
3120 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3121 of gdb_py_test_multiple.
3122 * gdb.python/py-cmd.exp: Likewise.
3123 * gdb.python/py-events.exp: Likewise.
3124 * gdb.python/py-function.exp: Likewise.
3125 * gdb.python/py-inferior.exp: Likewise.
3126 * gdb.python/py-infthread.exp: Likewise.
3127 * gdb.python/py-linetable.exp: Likewise.
3128 * gdb.python/py-parameter.exp: Likewise.
3129 * gdb.python/py-value.exp: Likewise.
3130
3131 2020-06-30 Tom de Vries <tdevries@suse.de>
3132
3133 PR testsuite/26175
3134 * lib/future.exp (gdb_default_target_compile): Detect and handle
3135 early_flags.
3136
3137 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3138
3139 * boards/simavr.exp (gdb_load): Catch errors when closing
3140 previous connection. Close connection, wait for process and
3141 unset simavr_spawn_id on failure.
3142
3143 2020-06-29 Tom de Vries <tdevries@suse.de>
3144
3145 * lib/gdb.exp (unknown): Make test-case unresolved.
3146
3147 2020-06-29 Tom de Vries <tdevries@suse.de>
3148
3149 PR gdb/25475
3150 * gdb.server/solib-list.exp: Verify that the symbol reload
3151 confirmation question is asked.
3152
3153 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3154
3155 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3156 have a input seq nr in each pass message.
3157 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3158 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3159 * gdb.python/python.exp: Make test names unique,
3160 use gdb_test_multiline instead of gdb_py_test_multiple,
3161 use $gdb_test_name.
3162 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3163
3164 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3165
3166 * configure.ac: Add --enable-libctf.
3167 * aclocal.m4: sinclude ../config/enable.m4.
3168 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3169 * lib/gdb.exp (skip_ctf_tests): Use it.
3170 * gdb.base/ctf-constvars.exp: Error message tweak.
3171 * gdb.base/ctf-ptype.exp: Likewise.
3172 * configure: Regenerate.
3173
3174 2020-06-26 Gary Benson <gbenson@redhat.com>
3175
3176 * gdb.cp/try_catch.cc: Include string.h.
3177 (main): Replace comparison against string literal with
3178 strcmp, avoiding build failure with -Wstring-compare.
3179 Add "marker test-complete".
3180 * gdb.cp/try_catch.exp: Run the test to the above marker,
3181 then verify that the value of "test" is still true.
3182
3183 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3186
3187 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3190
3191 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3194 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3195 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3196 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3197 * gdb.arch/riscv-tdesc-loading.exp: New file.
3198
3199 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3202
3203 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3204
3205 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3206 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3207 * gdb.arch/riscv-tdesc-regs.c: New file.
3208 * gdb.arch/riscv-tdesc-regs.exp: New file.
3209
3210 2020-06-24 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.arch/amd64-entry-value-paramref.exp: Use
3213 prepare_for_testing_full and don't pass "c++" for the .S file
3214 build spec.
3215 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3216 $options, since it's an assembly file. Remove -Wno-deprecated.
3217 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3218 compiling C++ programs.
3219
3220 2020-06-24 Pedro Alves <palves@redhat.com>
3221
3222 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3223 Clang, add "-Wno-unknown-warning-option" to the options.
3224
3225 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3226
3227 * gdb.xml/tdesc-reload.c: New file.
3228 * gdb.xml/tdesc-reload.exp: New file.
3229 * gdb.xml/maint-xml-dump-01.xml: New file.
3230 * gdb.xml/maint-xml-dump-02.xml: New file.
3231 * gdb.xml/maint-xml-dump.exp: New file.
3232
3233 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3234
3235 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3236 Adjust for omitted commands when TUI is disabled.
3237
3238 2020-06-23 Gary Benson <gbenson@redhat.com>
3239 Pedro Alves <palves@redhat.com>
3240
3241 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3242 * gdb.cp/nsimport.cc: Likewise.
3243 * gdb.cp/nsnested.cc: Likewise.
3244 * gdb.cp/nsnoimports.cc: Likewise.
3245 * gdb.cp/nsusing.cc: Likewise.
3246 * gdb.cp/smartp.cc: Likewise.
3247 * gdb.python/py-pp-integral.c: Likewise.
3248 * gdb.python/py-pp-re-notag.c: Likewise.
3249
3250 2020-06-23 Gary Benson <gbenson@redhat.com>
3251
3252 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3253 * gdb.cp/nsimport.cc: Likewise.
3254 * gdb.cp/nsnested.cc: Likewise.
3255 * gdb.cp/nsnoimports.cc: Likewise.
3256 * gdb.cp/nsusing.cc: Likewise.
3257 * gdb.cp/smartp.cc: Likewise.
3258 * gdb.python/py-pp-integral.c: Likewise.
3259 * gdb.python/py-pp-re-notag.c: Likewise.
3260
3261 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3262
3263 * gdb.base/default-args.exp: New test.
3264 * gdb.base/default-args.c: New file.
3265 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3266 * gdb.base/default.exp: Update to new help text.
3267 * gdb.base/help.exp: Likewise.
3268 * gdb.base/page.exp: Likewise.
3269 * gdb.base/style.exp: Likewise.
3270 * gdb.guile/guile.exp: Likewise.
3271 * gdb.python/python.exp: Likewise.
3272
3273 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3274
3275 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3276 remote host. Fix search path syntax on Windows host.
3277
3278 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3279
3280 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3281 over 'exec-file-mismatch'.
3282 * gdb.base/attach.c: Mark should_exit volatile.
3283 * gdb.base/attach2.c: Likewise. Add a comment explaining
3284 why the sleep cannot be big.
3285 * gdb.base/attach3.c: New file.
3286
3287 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3288
3289 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3290 prefix optional.
3291
3292 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3293
3294 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3295 for remote host.
3296
3297 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3298 Hafiz Abid Qadeer <abidh@codesourcery.com>
3299
3300 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3301 file sent to remote host.
3302 (top level): Allow int32_t as type of 32-bit register.
3303
3304 2020-06-19 Tom de Vries <tdevries@suse.de>
3305
3306 * lib/gdb.exp (gdb_note): New proc.
3307 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3308 (gdb_default_target_compile): ... here. Only call
3309 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3310 (use_gdb_compile): Change to array.
3311 (toplevel): Update sets of use_gdb_compile to specify language.
3312 Warn about default_target_compile override. Store dejagnu's version
3313 of default_target_compile in dejagnu_default_target_compile.
3314
3315 2020-06-18 Tom de Vries <tdevries@suse.de>
3316
3317 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3318 (default_gdb_init): ... here.
3319
3320 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3321
3322 Fix TUI support checks in gdb.tui tests.
3323
3324 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3325 just say UNSUPPORTED.
3326 * gdb.tui/corefile-run.exp: Likewise.
3327 * gdb.tui/empty.exp: Likewise.
3328 * gdb.tui/list-before.exp: Likewise.
3329 * gdb.tui/list.exp: Likewise.
3330 * gdb.tui/main.exp: Likewise.
3331 * gdb.tui/regs.exp: Likewise.
3332 * gdb.tui/resize.exp: Likewise.
3333 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3334 * gdb.tui/tui-layout-asm.exp: Likewise.
3335 * gdb.tui/tui-missing-src.exp: Likewise.
3336 * gdb.tui/winheight.exp: Likewise.
3337 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3338
3339 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3340
3341 Fix TCL error in gdb.python/py-format-string.exp.
3342
3343 * gdb.python/py-format-string.exp: Move test for python support
3344 earlier, out of function body.
3345
3346 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3347
3348 * gdb.base/index-cache-load-twice.c: New.
3349 * gdb.base/index-cache-load-twice.exp: New.
3350
3351 2020-06-17 Keith Seitz <keiths@redhat.com>
3352
3353 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3354 when executing "gdb --configuration".
3355
3356 2020-06-17 Tom de Vries <tdevries@suse.de>
3357
3358 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3359 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3360 conditional on presence of gdb_tcl_unknown.
3361 (gdb_finish): Make override undo conditional on presence of
3362 gdb_tcl_unknown.
3363
3364 2020-06-16 Tom Tromey <tom@tromey.com>
3365
3366 * gdb.python/tui-window.py (failwin): New function. Register it
3367 as a TUI window type.
3368 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3369
3370 2020-06-16 Gary Benson <gbenson@redhat.com>
3371
3372 * gdb.python/py-nested-maps.c (create_map): Add missing return
3373 value.
3374 (create_map_map): Likewise.
3375
3376 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3377
3378 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3379 variable.
3380 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3381 and use the already-defined 'options' variable.
3382
3383 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3384 Tom de Vries <tdevries@suse.de>
3385
3386 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3387 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3388 (gdb_setup_known_globals): New proc.
3389 (gdb_cleanup_globals): New proc.
3390 * lib/gdb.exp (load_lib): New override proc.
3391 (gdb_stdin_log_init): Set var in_file as persistent global.
3392 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3393 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3394 fpc_compiler as persistent global.
3395
3396 2020-06-12 Tom de Vries <tdevries@suse.de>
3397
3398 * lib/tuiterm.exp (spawn): Rename to ...
3399 (tui_spawn): ... this.
3400 (toplevel): Move rename of spawn ...
3401 (gdb_init_tuiterm): ... here. New proc.
3402 (gdb_finish_tuiterm): New proc.
3403 * lib/gdb.exp (gdb_finish_hooks): New global var.
3404 (gdb_finish): Handle gdb_finish_hooks.
3405 (tuiterm_env): New proc.
3406 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3407 tuiterm_env.
3408 * gdb.tui/basic.exp: Same.
3409 * gdb.tui/corefile-run.exp: Same.
3410 * gdb.tui/empty.exp: Same.
3411 * gdb.tui/list-before.exp: Same.
3412 * gdb.tui/list.exp: Same.
3413 * gdb.tui/main.exp: Same.
3414 * gdb.tui/new-layout.exp: Same.
3415 * gdb.tui/regs.exp: Same.
3416 * gdb.tui/resize.exp: Same.
3417 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3418 * gdb.tui/tui-layout-asm.exp: Same.
3419 * gdb.tui/tui-missing-src.exp: Same.
3420 * gdb.tui/winheight.exp: Same.
3421
3422 2020-06-12 Tom de Vries <tdevries@suse.de>
3423
3424 PR testsuite/26110
3425 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3426 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3427
3428 2020-06-11 Tom Tromey <tom@tromey.com>
3429
3430 PR gdb/18318:
3431 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3432 floating point tests.
3433
3434 2020-06-11 Keith Seitz <keiths@redhat.com>
3435
3436 PR gdb/21356
3437 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3438 vla_struct.
3439 Add new struct vla_typedef and union vla_typedef_union and
3440 corresponding instantiation objects.
3441 Initialize new objects.
3442 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3443 and vla_typedef_union_object.
3444 Fixup type for vla_struct_object.
3445
3446 2020-06-11 Tom de Vries <tdevries@suse.de>
3447
3448 * lib/gdb.exp (with_override): New proc, factored out of ...
3449 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3450
3451 2020-06-10 Tom de Vries <tdevries@suse.de>
3452
3453 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3454
3455 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3456
3457 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3458 parameter, update callers.
3459
3460 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3461
3462 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3463 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3464 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3465
3466 2020-06-04 Tom de Vries <tdevries@suse.de>
3467
3468 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3469
3470 2020-06-04 Tom de Vries <tdevries@suse.de>
3471
3472 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3473 exp_continue.
3474
3475 2020-06-04 Tom de Vries <tdevries@suse.de>
3476
3477 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3478
3479 2020-06-03 Tom de Vries <tdevries@suse.de>
3480
3481 PR symtab/26046
3482 * gdb.cp/breakpoint-locs-2.cc: New test.
3483 * gdb.cp/breakpoint-locs.cc: New test.
3484 * gdb.cp/breakpoint-locs.exp: New file.
3485 * gdb.cp/breakpoint-locs.h: New test.
3486
3487 2020-06-03 Tom de Vries <tdevries@suse.de>
3488
3489 PR testsuite/25609
3490 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3491 value of global verbose.
3492 * gdb.base/jit-elf.exp: Same.
3493 * gdb.base/jit-reader.exp: Same.
3494
3495 2020-06-02 Tom de Vries <tdevries@suse.de>
3496
3497 * gdb.dwarf2/multidictionary.exp: Don't use
3498 gdb_spawn_with_cmdline_opts.
3499
3500 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3501
3502 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3503 use_header case.
3504 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3505 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3506 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3507 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3508 * gdb.dwarf2/dw2-inline-header.c: New file.
3509 * gdb.dwarf2/dw2-inline-header.h: New file.
3510
3511 2020-05-30 Pedro Alves <palves@redhat.com>
3512
3513 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3514 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3515
3516 2020-05-29 Gary Benson <gbenson@redhat.com>
3517
3518 * gdb.compile/compile-cplus.exp (additional_flags): Also
3519 set when building with clang.
3520 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3521 when building with clang.
3522
3523 2020-05-29 Gary Benson <gbenson@redhat.com>
3524
3525 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3526 building with clang.
3527 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3528
3529 2020-05-29 Gary Benson <gbenson@redhat.com>
3530
3531 * gdb.cp/koenig.exp (prepare_for_testing): Add
3532 additional_flags=-Wno-unused-comparison.
3533 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3534
3535 2020-05-28 Gary Benson <gbenson@redhat.com>
3536
3537 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3538 statement.
3539
3540 2020-05-28 Gary Benson <gbenson@redhat.com>
3541
3542 * gdb.cp/classes.exp (prepare_for_testing): Add
3543 additional_flags=-Wno-deprecated-register.
3544 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3545 * gdb.cp/misc.exp: Likewise.
3546
3547 2020-05-28 Gary Benson <gbenson@redhat.com>
3548
3549 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3550 (test_op_new::operator new): Add return statement.
3551 (test_op_new_array::operator new[]): Likewise.
3552
3553 2020-05-27 Pedro Alves <palves@redhat.com>
3554
3555 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3556 check. Use test_gdb_complete_unique instead of
3557 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3558 test_gdb_complete_multiple instead of
3559 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3560
3561 2020-05-27 Luis Machado <luis.machado@linaro.org>
3562
3563 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3564 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3565 * gdb.arch/arm-disassembler-options.exp: Likewise.
3566 * gdb.arch/arm-disp-step.exp: Likewise.
3567 * gdb.arch/thumb-prologue.exp: Likewise.
3568 * gdb.base/async.exp: Likewise.
3569 * gdb.base/auxv.exp: Likewise.
3570 * gdb.base/complex-parts.exp: Likewise.
3571 * gdb.base/ena-dis-br.exp: Likewise.
3572 * gdb.base/foll-exec.exp: Likewise.
3573 * gdb.base/permissions.exp: Likewise.
3574 * gdb.base/relocate.exp: Likewise.
3575 * gdb.base/return2.exp: Likewise.
3576 * gdb.base/sigbpt.exp: Likewise.
3577 * gdb.base/siginfo-obj.exp: Likewise.
3578 * gdb.cp/converts.exp: Likewise.
3579 * gdb.cp/exceptprint.exp: Likewise.
3580 * gdb.cp/inherit.exp: Likewise.
3581 * gdb.cp/nsnoimports.exp: Likewise.
3582 * gdb.cp/virtbase2.exp: Likewise.
3583 * gdb.mi/mi-var-cmd.exp: Likewise.
3584 * gdb.mi/var-cmd.c: Likewise.
3585
3586 2020-05-26 Tom Tromey <tromey@adacore.com>
3587
3588 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3589
3590 2020-05-26 Tom Tromey <tromey@adacore.com>
3591
3592 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3593 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3594 type.
3595 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3596 variable.
3597
3598 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3599
3600 * Makefile.in: Use = instead of == for the test command
3601 for portability.
3602
3603 2020-05-26 Tom de Vries <tdevries@suse.de>
3604
3605 * gdb.base/gold-gdb-index-2.c: New test.
3606 * gdb.base/gold-gdb-index.c: New test.
3607 * gdb.base/gold-gdb-index.exp: New file.
3608 * gdb.base/gold-gdb-index.h: New test.
3609
3610 2020-05-25 Tom de Vries <tdevries@suse.de>
3611
3612 * boards/gold-gdb-index.exp: New file.
3613
3614 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3615
3616 * boards/simavr.exp: New file.
3617
3618 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3619
3620 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3621 * gdb.base/inferior-args.exp: New file.
3622 * gdb.base/inferior-args.c: New file.
3623
3624 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3625
3626 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3627 inferior_args. Pass it to gdb_reload.
3628 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3629 inferior_args.
3630 (gdb_reload): Add inferior_args argument.
3631 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3632 pass it to gdbserver_run.
3633 * boards/native-gdbserver.exp: Do not set noargs.
3634 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3635 inferior_args argument.
3636 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3637 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3638 * gdb.base/args.exp: Likewise.
3639
3640 2020-05-25 Tom de Vries <tdevries@suse.de>
3641
3642 * lib/gdb.exp (exec_is_pie): Add comment.
3643
3644 2020-05-25 Tom de Vries <tdevries@suse.de>
3645
3646 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3647 instead of $binfile in the untested message.
3648
3649 2020-05-25 Tom de Vries <tdevries@suse.de>
3650
3651 PR testsuite/26031
3652 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3653
3654 2020-05-25 Tom de Vries <tdevries@suse.de>
3655
3656 * boards/gold.exp: New file.
3657
3658 2020-05-23 Tom Tromey <tom@tromey.com>
3659
3660 * gdb.base/style.exp: Remove completion styling test.
3661 * lib/gdb-utils.exp (style): Remove completion styles.
3662
3663 2020-05-23 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.base/style.exp: Add completion styling test.
3666 * lib/gdb-utils.exp (style): Add completion styles.
3667
3668 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3669
3670 * gdb.base/annota1.exp: Update expected results.
3671 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3672 test name.
3673 * gdb.cp/annota3.exp: Update expected results.
3674
3675 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
3676
3677 PR gdb/26016
3678 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3679 against MAP_FAILED.
3680 * gdb.base/coremaker.c (mmapdata): Likewise.
3681 * gdb.base/jit-reader-host.c (main): Likewise.
3682 * gdb.base/sym-file-loader.c (load): Likewise.
3683 (load_shlib): Likewise.
3684
3685 2020-05-20 Tom Tromey <tromey@adacore.com>
3686
3687 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3688
3689 2020-05-20 Tom de Vries <tdevries@suse.de>
3690
3691 PR symtab/25833
3692 * gdb.base/with-mf-inc.c: New test.
3693 * gdb.base/with-mf-main.c: New test.
3694 * gdb.base/with-mf.exp: New file.
3695
3696 2020-05-19 Tom Tromey <tromey@adacore.com>
3697
3698 * gdb.rust/simple.exp: Restore missing test result.
3699
3700 2020-05-19 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/gdb-caching-proc.exp: Fix typo.
3703
3704 2020-05-19 Tom Tromey <tromey@adacore.com>
3705
3706 * gdb.rust/simple.exp: Add some test descriptions.
3707 (test_one_slice): Use with_test_prefix.
3708
3709 2020-05-18 Tom de Vries <tdevries@suse.de>
3710
3711 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3712
3713 2020-05-17 Pedro Alves <palves@redhat.com>
3714
3715 PR gdb/25741
3716 * gdb.base/hw-sw-break-same-address.exp: New file.
3717
3718 2020-05-16 Pedro Alves <palves@redhat.com>
3719
3720 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3721 LAST_LOADED_FILE accordingly.
3722
3723 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3724
3725 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3726
3727 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3728
3729 * gdb.base/help.exp: Test apropos and help for commands
3730 having aliases. Fixed comments not starting with an
3731 upper-case letter or not finishing with a dot.
3732
3733 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3734
3735 * gdb.base/alias.exp: Update help output check.
3736
3737 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3738
3739 * gdb.base/default.exp: Update output following fixes.
3740
3741 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3742
3743 * gdb.base/alias.exp: Test aliases starting with a prefix of
3744 another alias.
3745
3746 2020-05-15 Gary Benson <gbenson@redhat.com>
3747
3748 * gdb.base/info-os.c (main): Add return statement.
3749 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3750 * gdb.base/large-frame-2.c (func): Likewise.
3751 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3752 * gdb.base/pr10179-b.c (foo2): Likewise.
3753 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3754 * gdb.base/watch-cond.c (func): Likewise.
3755 * gdb.multi/goodbye.c (verylongfun): Likewise.
3756 * gdb.multi/hello.c (commonfun): Likewise.
3757 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3758 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3759 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3760 Likewise.
3761 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3762 * gdb.threads/interrupt-while-step-over.c (child_function):
3763 Likewise.
3764 * gdb.trace/actions-changed.c (end): Likewise.
3765
3766 2020-05-15 Gary Benson <gbenson@redhat.com>
3767
3768 * gdb.opencl/callfuncs.exp: Report when test skipped.
3769 * gdb.opencl/convs_casts.exp: Likewise.
3770 * gdb.opencl/datatypes.exp: Likewise.
3771 * gdb.opencl/operators.exp: Likewise.
3772 * gdb.opencl/vec_comps.exp: Likewise.
3773
3774 2020-05-15 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.base/align.exp.in: Rename to ...
3777 * gdb.base/align.exp.tcl: ... this.
3778 * gdb.base/align-c++.exp: Update.
3779 * gdb.base/align-c.exp: Update.
3780 * gdb.base/all-architectures.exp.in: Rename to ...
3781 * gdb.base/all-architectures.exp: ... this.
3782 * gdb.base/all-architectures-0.exp: Update.
3783 * gdb.base/all-architectures-1.exp: Update.
3784 * gdb.base/all-architectures-2.exp: Update.
3785 * gdb.base/all-architectures-3.exp: Update.
3786 * gdb.base/all-architectures-4.exp: Update.
3787 * gdb.base/all-architectures-5.exp: Update.
3788 * gdb.base/all-architectures-6.exp: Update.
3789 * gdb.base/all-architectures-7.exp: Update.
3790 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3791 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3792 * gdb.base/infcall-nested-structs-c++.exp: Update.
3793 * gdb.base/infcall-nested-structs-c.exp: Update.
3794 * gdb.base/info-types.exp.in: Rename to ...
3795 * gdb.base/info-types.exp.tcl: ... this.
3796 * gdb.base/info-types-c++.exp: Update.
3797 * gdb.base/info-types-c.exp: Update.
3798 * gdb.base/max-depth.exp.in: Rename to ...
3799 * gdb.base/max-depth.exp.tcl: ... this.
3800 * gdb.base/max-depth-c++.exp: Update.
3801 * gdb.base/max-depth-c.exp: Update.
3802 * gdb.cp/cpexprs.exp.in: Rename to ...
3803 * gdb.cp/cpexprs.exp.tcl: ... this.
3804 * gdb.cp/cpexprs-debug-types.exp: Update.
3805 * gdb.cp/cpexprs.exp: Update.
3806 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3807 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3808 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3809 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3810 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3811 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3812 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3813 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3814 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3815 * gdb.dwarf2/clang-debug-names.exp: Update.
3816
3817 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * lib/check-test-names.exp: Remove code that prevents this file
3820 loading when tests are run in parallel.
3821
3822 2020-05-15 Pedro Alves <palves@redhat.com>
3823
3824 * gdb.multi/multi-kill.exp (start_inferior): Remove
3825 'testpid' parameter. Refer to namespace variable directly.
3826 (testpid): Declare as namespace variable.
3827
3828 2020-05-15 Pedro Alves <palves@redhat.com>
3829
3830 * gdb.multi/multi-kill.exp: Wrap in namespace.
3831 (start_inferior): Add TESTPID parameter. Use it instead of the
3832 testpid global.
3833 (top level): Define empty TESTPID array, and pass it down to
3834 start_inferior.
3835
3836 2020-05-14 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3839 output.
3840
3841 2020-05-14 Tom de Vries <tdevries@suse.de>
3842
3843 * gdb.base/align.exp: Split into ...
3844 * gdb.base/align.exp.in: ...
3845 * gdb.base/align-c++.exp: ...
3846 * gdb.base/align-c.exp: ... these.
3847 * gdb.base/infcall-nested-structs.exp: Split into ...
3848 * gdb.base/infcall-nested-structs.exp.in: ...
3849 * gdb.base/infcall-nested-structs-c++.exp: ...
3850 * gdb.base/infcall-nested-structs-c.exp: ... these.
3851 * gdb.base/info-types.exp: Split into ...
3852 * gdb.base/info-types.exp.in: ...
3853 * gdb.base/info-types-c++.exp: ...
3854 * gdb.base/info-types-c.exp: ... these.
3855 * gdb.base/max-depth.exp: Split into ...
3856 * gdb.base/max-depth.exp.in: ...
3857 * gdb.base/max-depth-c++.exp: ...
3858 * gdb.base/max-depth-c.exp: ... these.
3859 * gdb.cp/infcall-nodebug.exp: Split into ...
3860 * gdb.cp/infcall-nodebug.exp.in: ...
3861 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3862 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3863 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3864 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3865
3866 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3867 Pedro Alves <palves@redhat.com>
3868
3869 * gdb.multi/multi-exit.c: New file.
3870 * gdb.multi/multi-exit.exp: New file.
3871 * gdb.multi/multi-kill.c: New file.
3872 * gdb.multi/multi-kill.exp: New file.
3873
3874 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3875
3876 * gdb.base/annota1.exp: Update the expected output.
3877 * gdb.cp/annota2.exp: Ditto.
3878
3879 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3880
3881 * lib/check-test-names.exp: Disable when testing is being run in
3882 parallel.
3883
3884 2020-05-12 Tom de Vries <tdevries@suse.de>
3885
3886 * gdb.base/jit-elf.exp: Fix string concat.
3887
3888 2020-05-12 Tom de Vries <tdevries@suse.de>
3889
3890 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3891 messages.
3892
3893 2020-05-12 Tom de Vries <tdevries@suse.de>
3894
3895 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3896
3897 2020-05-12 Tom de Vries <tdevries@suse.de>
3898
3899 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3900 * gdb.ada/mi_catch_ex.exp: Same.
3901 * gdb.ada/mi_catch_ex_hand.exp: Same.
3902
3903 2020-05-12 Tom de Vries <tdevries@suse.de>
3904
3905 * gdb.fortran/complex.exp: Use with_test_prefix.
3906
3907 2020-05-12 Tom de Vries <tdevries@suse.de>
3908
3909 * gdb.trace/passcount.exp: Fix test-names.
3910
3911 2020-05-12 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3914
3915 2020-05-12 Tom de Vries <tdevries@suse.de>
3916
3917 * gdb.gdb/complaints.exp: Use with_test_prefix.
3918 * gdb.xml/tdesc-regs.exp: Same.
3919 * gdb.opt/inline-locals.exp: Fix test name.
3920
3921 2020-05-12 Tom de Vries <tdevries@suse.de>
3922
3923 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3924 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3925 * gdb.dwarf2/implref-struct.exp: Same.
3926 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3927 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3928
3929 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3930
3931 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3932
3933 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * lib/check-test-names.exp (all_test_names): New module variable.
3936 (counts): Add 'duplicates' field.
3937 (_check_duplicates): New procedure.
3938 (check): Also check for duplicates.
3939 (do_log_summary): Print duplicates count.
3940 (do_reset_vars): Reset counter for duplicate test names, and
3941 discard all know test names.
3942
3943 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3944
3945 * lib/gdb.exp: Include check-test-names.exp library.
3946 * lib/check-test-names.exp: New file.
3947
3948 2020-05-11 Tom de Vries <tdevries@suse.de>
3949
3950 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3951
3952 2020-05-11 Keith Seitz <keiths@redhat.com>
3953
3954 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3955
3956 2020-05-11 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3959 * gdb.cp/cpexprs.exp.in: .. here.
3960 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3961 cpexprs.exp.
3962
3963 2020-05-11 Keith Seitz <keiths@redhat.com>
3964
3965 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3966 test names.
3967 * gdb.ada/arrayptr.exp: Likewise.
3968 * gdb.ada/assign_arr.exp: Likewise.
3969 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3970 * gdb.ada/bp_on_var.exp: Likewise.
3971 * gdb.ada/call_pn.exp: Likewise.
3972 * gdb.ada/complete.exp: Likewise.
3973 * gdb.ada/fun_overload_menu.exp: Likewise.
3974 * gdb.ada/funcall_param.exp: Likewise.
3975 * gdb.ada/funcall_ref.exp: Likewise.
3976 * gdb.ada/packed_array_assign.exp: Likewise.
3977 * gdb.ada/same_component_name.exp: Likewise.
3978 * gdb.ada/type_coercion.exp: Likewise.
3979 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3980 * gdb.ada/variant_record_packed_array.exp: Likewise.
3981
3982 2020-05-11 Tom de Vries <tdevries@suse.de>
3983
3984 PR symtab/25941
3985 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3986 out of ...
3987 * gdb.dwarf2/clang-debug-names.exp: ... here.
3988 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3989 clang-debug-names.exp.in.
3990 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3991 * gdb.dwarf2/clang-debug-names-2.c: New test.
3992
3993 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3994
3995 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3996 (fortran_runto_main): New Proc, fortran version of runto_main.
3997 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3998 * gdb.fortran/array-bounds.exp: Likewise.
3999 * gdb.fortran/array-slices.exp: Likewise.
4000 * gdb.fortran/block-data.exp: Likewise.
4001 * gdb.fortran/charset.exp: Likewise.
4002 * gdb.fortran/common-block.exp: Likewise.
4003 * gdb.fortran/complex.exp: Likewise.
4004 * gdb.fortran/derived-type-function.exp: Likewise.
4005 * gdb.fortran/derived-type.exp: Likewise.
4006 * gdb.fortran/info-modules.exp: Likewise.
4007 * gdb.fortran/info-types.exp: Likewise.
4008 * gdb.fortran/intrinsics.exp: Likewise.
4009 * gdb.fortran/library-module.exp: Likewise.
4010 * gdb.fortran/logical.exp: Likewise.
4011 * gdb.fortran/max-depth.exp: Likewise.
4012 * gdb.fortran/module.exp: Likewise.
4013 * gdb.fortran/multi-dim.exp: Likewise.
4014 * gdb.fortran/nested-funcs.exp: Likewise.
4015 * gdb.fortran/print-formatted.exp: Likewise.
4016 * gdb.fortran/print_type.exp: Likewise.
4017 * gdb.fortran/printing-types.exp: Likewise.
4018 * gdb.fortran/ptr-indentation.exp: Likewise.
4019 * gdb.fortran/ptype-on-functions.exp: Likewise.
4020 * gdb.fortran/subarray.exp: Likewise.
4021 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4022 * gdb.fortran/vla-datatypes.exp: Likewise.
4023 * gdb.fortran/vla-history.exp: Likewise.
4024 * gdb.fortran/vla-ptr-info.exp: Likewise.
4025 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4026 * gdb.fortran/vla-ptype.exp: Likewise.
4027 * gdb.fortran/vla-sizeof.exp: Likewise.
4028 * gdb.fortran/vla-type.exp: Likewise.
4029 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4030 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4031 * gdb.fortran/vla-value-sub.exp: Likewise.
4032 * gdb.fortran/vla-value.exp: Likewise.
4033 * gdb.fortran/whatis_type.exp: Likewise.
4034 * gdb.mi/mi-var-child-f.exp: Likewise.
4035
4036 2020-05-09 Tom de Vries <tdevries@suse.de>
4037
4038 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4039
4040 2020-05-08 Tom de Vries <tdevries@suse.de>
4041
4042 * gdb.dwarf2/clang-debug-names.c: New test.
4043 * gdb.dwarf2/clang-debug-names.exp: New file.
4044
4045 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4046
4047 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4048 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4049
4050 2020-05-06 Tom de Vries <tdevries@suse.de>
4051
4052 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4053 breakpoint is at a "recommended breakpoint location".
4054 * gdb.reverse/consecutive-reverse.exp: Same.
4055
4056 2020-05-06 Tom de Vries <tdevries@suse.de>
4057
4058 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4059 address.
4060
4061 2020-05-06 Tom de Vries <tdevries@suse.de>
4062
4063 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4064
4065 2020-05-06 Tom de Vries <tdevries@suse.de>
4066
4067 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4068 info for r.
4069
4070 2020-05-06 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4073 necessary.
4074
4075 2020-05-06 Tom de Vries <tdevries@suse.de>
4076
4077 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4078 void.
4079
4080 2020-05-06 Tom de Vries <tdevries@suse.de>
4081
4082 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4083 of ...
4084 * gdb.base/async.exp: ... here.
4085 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4086 "recommended breakpoint location".
4087
4088 2020-05-06 Tom de Vries <tdevries@suse.de>
4089
4090 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4091
4092 2020-05-04 Tom de Vries <tdevries@suse.de>
4093
4094 * gdb.base/async.exp: Check whether instruction addresses are a
4095 "recommended breakpoint location".
4096
4097 2020-05-03 Tom Tromey <tom@tromey.com>
4098
4099 * gdb.base/sepdebug.exp: Remove "catch" test.
4100 * gdb.base/break.exp: Remove "catch" test.
4101 * gdb.base/default.exp: Update expected output.
4102
4103 2020-05-02 Tom de Vries <tdevries@suse.de>
4104
4105 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4106 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4107 * gdb.arch/i386-mpx-map.exp: Same.
4108 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4109 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4110 * gdb.arch/i386-mpx.exp: Same.
4111
4112 2020-05-02 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4115
4116 2020-05-01 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.ada/operator_bp.exp: Allow more than required amount of
4119 breakpoint.
4120
4121 2020-05-01 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4124
4125 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4126
4127 PR gdb/18706
4128 * gdb.cp/stub-array-size.cc: New test.
4129 * gdb.cp/stub-array-size.exp: New file.
4130 * gdb.cp/stub-array-size.h: New test.
4131 * gdb.cp/stub-array-size2.cc: New test.
4132
4133 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4134
4135 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4136 output to the new format.
4137
4138 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4139
4140 * gdb.base/break.exp: Use with_test_prefix.
4141
4142 2020-04-29 Tom de Vries <tdevries@suse.de>
4143
4144 * lib/gdb.exp (debug_types): New proc.
4145 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4146 * gdb.python/py-symtab.exp: Same.
4147
4148 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4149
4150 PR gdb/17320
4151 * gdb.base/pretty-array.c: New test.
4152 * gdb.base/pretty-array.exp: New file.
4153
4154 2020-04-29 Tom de Vries <tdevries@suse.de>
4155
4156 PR symtab/25889
4157 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4158 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4159 and include cpexprs.exp.
4160
4161 2020-04-28 Mark Williams <mark@myosotissp.com>
4162
4163 PR gdb/24480
4164 * dw4-toplevel-types.exp: Test for top level types.
4165 * dw4-toplevel-types.cc: Test for top level types.
4166
4167 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4168
4169 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4170 (theads -> threads).
4171
4172 2020-04-28 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4175
4176 2020-04-28 Tom de Vries <tdevries@suse.de>
4177
4178 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4179
4180 2020-04-28 Tom de Vries <tdevries@suse.de>
4181
4182 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4183
4184 2020-04-28 Tom de Vries <tdevries@suse.de>
4185
4186 * gdb.dwarf2/main-foo.c: New test.
4187 * gdb.dwarf2/struct-with-sig.exp: New file.
4188
4189 2020-04-25 Tom de Vries <tdevries@suse.de>
4190
4191 * boards/debug-types.exp: New file.
4192
4193 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4196
4197 2020-04-24 Tom Tromey <tom@tromey.com>
4198
4199 PR symtab/12707:
4200 * gdb.python/py-symbol.exp: Update expected results for
4201 linkage_name test.
4202 * gdb.cp/print-demangle.exp: New file.
4203 * gdb.base/c-linkage-name.exp: Fix test.
4204 * gdb.guile/scm-symbol.exp: Update expected results for
4205 linkage_name test.
4206
4207 2020-04-24 Tom Tromey <tom@tromey.com>
4208
4209 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4210 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4211 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4212 assembler.
4213
4214 2020-04-24 Tom de Vries <tdevries@suse.de>
4215
4216 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4217 C++.
4218
4219 2020-04-24 Tom Tromey <tromey@adacore.com>
4220
4221 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4222 values.
4223 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4224 values. Update test for minimal encodings.
4225 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4226 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4227 values. Update test for minimal encodings.
4228
4229 2020-04-24 Tom Tromey <tromey@adacore.com>
4230
4231 PR python/23662:
4232 * gdb.ada/variant.exp: Add Python checks.
4233 * gdb.rust/simple.exp: Add dynamic type checks.
4234
4235 2020-04-24 Tom Tromey <tromey@adacore.com>
4236
4237 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4238 Make array type matching more lax.
4239 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4240 * gdb.ada/mi_variant.exp: New file.
4241 * gdb.ada/mi_variant/pck.ads: New file.
4242 * gdb.ada/mi_variant/pkg.adb: New file.
4243 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4244 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4245
4246 2020-04-24 Tom Tromey <tromey@adacore.com>
4247
4248 * gdb.ada/variant.exp: Add dynamic field offset tests.
4249 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4250 * gdb.ada/variant/pkg.adb: Add new variables.
4251
4252 2020-04-24 Tom Tromey <tromey@adacore.com>
4253
4254 * gdb.ada/variant.exp: New file
4255 * gdb.ada/variant/pkg.adb: New file
4256 * gdb.ada/variant/pck.adb: New file
4257
4258 2020-04-24 Tom de Vries <tdevries@suse.de>
4259
4260 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4261
4262 2020-04-24 Tom de Vries <tdevries@suse.de>
4263
4264 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4265 flags.
4266
4267 2020-04-24 Tom de Vries <tdevries@suse.de>
4268
4269 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4270
4271 2020-04-24 Tom de Vries <tdevries@suse.de>
4272
4273 * lib/gdb.exp (default_gdb_start): Handle eof.
4274 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4275 failure.
4276 * gdb.base/readnever.exp: Handle clean_restart failure.
4277
4278 2020-04-23 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.base/decl-before-def.exp: Run to main and print a again.
4281
4282 2020-04-23 Tom de Vries <tdevries@suse.de>
4283
4284 * gdb.base/decl-before-def-decl.c: New test.
4285 * gdb.base/decl-before-def-def.c: New test.
4286 * gdb.base/decl-before-def.exp: New file.
4287
4288 2020-04-23 Tom de Vries <tdevries@suse.de>
4289
4290 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4291
4292 2020-04-22 Tom de Vries <tdevries@suse.de>
4293
4294 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4295 debug_info_offset.
4296 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4297 before $objsfile in the line line.
4298
4299 2020-04-22 Tom de Vries <tdevries@suse.de>
4300
4301 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4302
4303 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4304
4305 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4306 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4307 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4308 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4309 * gdb.base/jit-protocol.h: Update definitions to match all usage
4310 contexts.
4311
4312 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4313
4314 * gdb.base: Rename all jit related test and source files.
4315
4316 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4317
4318 * gdb.base/jit-reader.exp: Relax register output check.
4319
4320 2020-04-22 Tom de Vries <tdevries@suse.de>
4321
4322 PR symtab/25764
4323 * gdb.base/psym-external-decl-2.c: New test.
4324 * gdb.base/psym-external-decl.c: New test.
4325 * gdb.base/psym-external-decl.exp: New file.
4326 * gdb.threads/tls.exp: Add PR25807 kfail.
4327
4328 2020-04-22 Tom de Vries <tdevries@suse.de>
4329
4330 PR symtab/25801
4331 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4332 in "info source" output.
4333
4334 2020-04-22 Tom de Vries <tdevries@suse.de>
4335
4336 PR symtab/25700
4337 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4338 symtab for imported_unit.c.
4339
4340 2020-04-21 Gary Benson <gbenson@redhat.com>
4341
4342 * gdb.base/advance.c (func): New argument, to match call site.
4343 (func2, func3): Add return statements.
4344
4345 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4346
4347 * gdb.multi/run-only-second-inf.c: New file.
4348 * gdb.multi/run-only-second-inf.exp: New file.
4349
4350 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4351
4352 * gdb.btrace/multi-inferior.c: New test.
4353 * gdb.btrace/multi-inferior.exp: New file.
4354
4355 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4356
4357 * gdb.btrace/enable-new-thread.c: New test.
4358 * gdb.btrace/enable-new-thread.exp: New file.
4359
4360 2020-04-21 Tom de Vries <tdevries@suse.de>
4361
4362 PR gdb/25471
4363 * gdb.threads/killed-outside.c: New test.
4364 * gdb.threads/killed-outside.exp: New file.
4365
4366 2020-04-20 Gary Benson <gbenson@redhat.com>
4367
4368 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4369 * gdb.base/nested-subp2.exp: Likewise.
4370 * gdb.base/nested-subp3.exp: Likewise.
4371
4372 2020-04-20 Gary Benson <gbenson@redhat.com>
4373
4374 * gdb.base/nested-subp1.exp: Disable test when using clang.
4375 * gdb.base/nested-subp2.exp: Likewise.
4376 * gdb.base/nested-subp3.exp: Likewise.
4377
4378 2020-04-20 Gary Benson <gbenson@redhat.com>
4379
4380 * gdb.cp/exception.cc: Fix compilation error with clang.
4381
4382 2020-04-20 Gary Benson <gbenson@redhat.com>
4383
4384 * gdb.trace/tspeed.c: Fix compilation error with clang.
4385
4386 2020-04-20 Gary Benson <gbenson@redhat.com>
4387
4388 * gdb.base/jit-main.c: Fix compilation error with clang.
4389
4390 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4391
4392 * gdb.base/attach-twice.c: Include "sys/types.h".
4393 (PTRACE_ATTACH): Add fallback definition.
4394 (main): Pass `0' to the 4th argument of `ptrace'.
4395
4396 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4397
4398 * gdb.base/fork-running-state.c: Include "signal.h".
4399
4400 2020-04-17 Tom Tromey <tromey@adacore.com>
4401
4402 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4403 Update tests.
4404 * gdb.btrace/cpu.exp: Update tests.
4405 * gdb.base/maint.exp: Update tests.
4406 * gdb.base/default.exp: Update tests.
4407 * gdb.base/completion.exp: Update tests.
4408
4409 2020-04-16 Tom de Vries <tdevries@suse.de>
4410
4411 PR symtab/25791
4412 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4413 (ensure_gdb_index): and factor out and move ...
4414 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4415 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4416
4417 2020-04-16 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4420 loading exec.
4421
4422 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 * gdb.base/many-completions.exp: New file.
4425
4426 2020-04-14 Tom de Vries <tdevries@suse.de>
4427
4428 PR symtab/25718
4429 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4430
4431 2020-04-14 Tom de Vries <tdevries@suse.de>
4432
4433 PR symtab/25720
4434 * gdb.base/maint-expand-symbols-header-file.c: New test.
4435 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4436 * gdb.base/maint-expand-symbols-header-file.h: New test.
4437
4438 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4439
4440 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4441 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4442 get_func_info.
4443 (get_func_info): Delete.
4444 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4445 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4446 * lib/dwarf.exp (get_func_info): New function.
4447
4448 2020-04-13 Tom de Vries <tdevries@suse.de>
4449
4450 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4451 to what find_gnatmake does.
4452
4453 2020-04-10 Tom de Vries <tdevries@suse.de>
4454
4455 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4456 -readnow.
4457
4458 2020-04-10 Tom de Vries <tdevries@suse.de>
4459
4460 PR cli/25808
4461 * gdb.base/style.c: Add leading newlines.
4462 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4463 Check listing of main's one-line body.
4464
4465 2020-04-08 Tom de Vries <tdevries@suse.de>
4466
4467 * lib/gdb.exp (psymtabs_p): New proc.
4468 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4469 importing unit" unsupported if there are no partial symbols.
4470
4471 2020-04-08 Tom de Vries <tdevries@suse.de>
4472
4473 PR testsuite/25760
4474 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4475
4476 2020-04-07 Tom de Vries <tdevries@suse.de>
4477
4478 PR symtab/25796
4479 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4480
4481 2020-04-07 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.base/check-psymtab.c: New test.
4484 * gdb.base/check-psymtab.exp: New file.
4485
4486 2020-04-06 Tom Tromey <tromey@adacore.com>
4487
4488 * gdb.ada/variant-record/proc.adb: New file.
4489 * gdb.ada/variant-record/value.adb: New file.
4490 * gdb.ada/variant-record/value.s: New file.
4491 * gdb.ada/variant-record.exp: New file.
4492
4493 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4494
4495 PR gdb/25325
4496 * gdb.cp/typed-enum.cc: New test.
4497 * gdb.cp/typed-enum.exp: New file.
4498
4499 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4502 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4503 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4504 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4505 * gdb.opt/inline-small-func.c: New file.
4506 * gdb.opt/inline-small-func.exp: New file.
4507 * gdb.opt/inline-small-func.h: New file.
4508
4509 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4510
4511 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4512 function.
4513
4514 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4515
4516 * lib/dwarf.exp (function_range): Allow compiler options to be
4517 specified.
4518
4519 2020-04-02 Tom de Vries <tdevries@suse.de>
4520
4521 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4522 __attribute__((always_inline)).
4523 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4524
4525 2020-04-02 Tom de Vries <tdevries@suse.de>
4526
4527 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4528 (gdbserver_gdb_exit): ... here. Add timeout warning.
4529 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4530 (connect_target_extended_remote): Append new server_spawn_id to
4531 server_spawn_ids.
4532 (cleanup): New proc.
4533 (setup, <toplevel>): Call cleanup.
4534
4535 2020-04-02 Tom de Vries <tdevries@suse.de>
4536
4537 * gdb.base/main-psymtab.exp: New file.
4538
4539 2020-04-02 Tom de Vries <tdevries@suse.de>
4540
4541 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4542
4543 2020-04-01 Tom Tromey <tom@tromey.com>
4544
4545 * gdb.base/complex-parts.exp: Add type tests.
4546
4547 2020-04-01 Tom Tromey <tom@tromey.com>
4548
4549 * gdb.base/complex-parts.exp: Add arithmetic tests.
4550
4551 2020-04-01 Tom Tromey <tom@tromey.com>
4552
4553 * gdb.compile/compile.exp: Update.
4554 * gdb.compile/compile-cplus.exp: Update.
4555 * gdb.base/varargs.exp: Update.
4556 * gdb.base/floatn.exp: Update.
4557 * gdb.base/endianity.exp: Update.
4558 * gdb.base/callfuncs.exp (do_function_calls): Update.
4559 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4560 (complex_float_integral_args): Update.
4561 * gdb.base/complex.exp: Update.
4562 * gdb.base/complex-parts.exp: Update.
4563
4564 2020-04-01 Tom Tromey <tromey@adacore.com>
4565
4566 * gdb.rust/union.rs: New file.
4567 * gdb.rust/union.exp: New file.
4568 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4569 (main): Update.
4570 * gdb.rust/simple.exp: Move union tests to union.exp.
4571
4572 2020-04-01 Tom Tromey <tromey@adacore.com>
4573
4574 * gdb.rust/simple.rs (main): Remove "y0".
4575
4576 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4577
4578 * gdb.multi/stop-all-on-exit.c: New test.
4579 * gdb.multi/stop-all-on-exit.exp: New file.
4580
4581 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4582
4583 PR gdb/24789
4584 * gdb.cp/misc.cc: Add integer reference variable.
4585 * gdb.cp/misc.exp: Add test.
4586
4587 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4588
4589 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4590 scenario to cover execution until the end and also the case
4591
4592 2020-03-31 Tom de Vries <tdevries@suse.de>
4593
4594 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4595 c. Use "maint info symtabs" to check symtab expansion.
4596
4597 2020-03-30 Tom de Vries <tdevries@suse.de>
4598
4599 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4600 unsupported.
4601 (verify_psymtab_expanded): Move ...
4602 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4603 test.
4604 (readnow): New proc.
4605
4606 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4609 with $hex.
4610
4611 2020-03-20 Tom Tromey <tromey@adacore.com>
4612
4613 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4614
4615 2020-03-20 Tom Tromey <tromey@adacore.com>
4616
4617 * gdb.ada/sub_variant/subv.adb: New file.
4618 * gdb.ada/sub_variant.exp: New file.
4619
4620 2020-03-20 Tom de Vries <tdevries@suse.de>
4621
4622 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4623 first break fails.
4624 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4625
4626 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4627
4628 * gdb.server/exit-multiple-threads.c: New file.
4629 * gdb.server/exit-multiple-threads.exp: New file.
4630
4631 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.fortran/mixed-lang-stack.c: New file.
4634 * gdb.fortran/mixed-lang-stack.cpp: New file.
4635 * gdb.fortran/mixed-lang-stack.exp: New file.
4636 * gdb.fortran/mixed-lang-stack.f90: New file.
4637
4638 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4639
4640 * gdb.linespec/cp-completion-aliases.cc: New file.
4641 * gdb.linespec/cp-completion-aliases.exp: New file.
4642
4643 2020-03-19 Tom de Vries <tdevries@suse.de>
4644
4645 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4646 more precise.
4647
4648 2020-03-18 Tom de Vries <tdevries@suse.de>
4649
4650 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4651 * gdb.dwarf2/break-inline-psymtab.c: New test.
4652 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4653
4654 2020-03-16 Tom de Vries <tdevries@suse.de>
4655
4656 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4657 cache_verify and cache_verify_proc.
4658
4659 2020-03-15 Tom de Vries <tdevries@suse.de>
4660
4661 * gdb.server/solib-list.exp: Handle
4662 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4663
4664 2020-03-15 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4667 objfiles".
4668
4669 2020-03-14 Tom Tromey <tom@tromey.com>
4670
4671 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4672
4673 2020-03-14 Tom de Vries <tdevries@suse.de>
4674
4675 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4676
4677 2020-03-14 Tom de Vries <tdevries@suse.de>
4678
4679 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4680 result in line-by-line fashion.
4681
4682 2020-03-14 Tom de Vries <tdevries@suse.de>
4683
4684 * lib/gdb.exp (supports_statement_frontiers): New proc.
4685 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4686
4687 2020-03-14 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.base/printcmds.exp: Add missing quoting for "print
4690 teststring2".
4691
4692 2020-03-13 Tom Tromey <tom@tromey.com>
4693
4694 * gdb.base/printcmds.exp (test_print_strings): Add regression
4695 test.
4696 * gdb.base/printcmds.c (charptr): New typedef.
4697 (teststring2): New global.
4698
4699 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4700
4701 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4702 full path in the test name.
4703 (test_ld): Add some with_test_prefix blocks to make test names
4704 unique.
4705
4706 2020-03-13 Tom de Vries <tdevries@suse.de>
4707
4708 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4709
4710 2020-03-13 Tom de Vries <tdevries@suse.de>
4711
4712 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4713
4714 2020-03-13 Tom de Vries <tdevries@suse.de>
4715
4716 PR symtab/25646
4717 * gdb.dwarf2/imported-unit.exp: Add test.
4718
4719 2020-03-13 Tom de Vries <tdevries@suse.de>
4720
4721 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4722 (var1, var2): New variable.
4723 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4724 matching symbols.
4725
4726 2020-03-13 Tom de Vries <tdevries@suse.de>
4727
4728 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4729 (Term::command): Use prompt prefix.
4730 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4731 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4732 command_no_prompt_prefix instead of prefix.
4733 * gdb.tui/tui-layout-asm.exp: Same.
4734
4735 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4736
4737 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4738
4739 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4740
4741 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4742 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4743 on" while stepping over the test instruction, match printed
4744 message.
4745
4746 2020-03-12 Tom de Vries <tdevries@suse.de>
4747
4748 * gdb.base/info-types.exp: Use exp_continue during matching of output
4749 of "info types".
4750
4751 2020-03-12 Tom de Vries <tdevries@suse.de>
4752
4753 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4754
4755 2020-03-12 Tom de Vries <tdevries@suse.de>
4756
4757 * gdb.fortran/module.exp: Use exp_continue during matching of output
4758 of "info variable -n".
4759
4760 2020-03-12 Tom de Vries <tdevries@suse.de>
4761
4762 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4763 gdb.dwarf2/dw2-ranges-base.c.
4764
4765 2020-03-12 Tom de Vries <tdevries@suse.de>
4766
4767 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4768 in presence of GLIBC debuginfo.
4769
4770 2020-03-12 Tom de Vries <tdevries@suse.de>
4771
4772 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4773 $core.
4774
4775 2020-03-12 Tom de Vries <tdevries@suse.de>
4776
4777 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4778 more precise.
4779
4780 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
4781
4782 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4783 from Unix to Windows path.
4784
4785 2020-03-11 Tom de Vries <tdevries@suse.de>
4786
4787 * gdb.ada/minsyms.exp: Set language to ada.
4788
4789 2020-03-11 Tom de Vries <tdevries@suse.de>
4790
4791 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4792
4793 2020-03-11 Tom de Vries <tdevries@suse.de>
4794
4795 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4796
4797 2020-03-11 Tom Tromey <tromey@adacore.com>
4798
4799 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4800
4801 2020-03-11 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4804
4805 2020-03-11 Tom de Vries <tdevries@suse.de>
4806
4807 * gdb.base/break-interp.exp: Limit verbose scope.
4808
4809 2020-03-11 Tom de Vries <tdevries@suse.de>
4810
4811 * gdb.fortran/logical.f90: Define variable with character type.
4812 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4813
4814 2020-03-11 Tom de Vries <tdevries@suse.de>
4815
4816 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4817
4818 2020-03-11 Tom de Vries <tdevries@suse.de>
4819
4820 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4821 symtabs.
4822
4823 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4824 Bernd Edlinger <bernd.edlinger@hotmail.de>
4825
4826 * gdb.cp/step-and-next-inline.cc: New file.
4827 * gdb.cp/step-and-next-inline.exp: New file.
4828 * gdb.cp/step-and-next-inline.h: New file.
4829 * gdb.dwarf2/dw2-is-stmt.c: New file.
4830 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4831 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4832 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4833 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4834
4835 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4836
4837 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4838 is-stmt flag in the line table.
4839
4840 2020-03-09 Tom de Vries <tdevries@suse.de>
4841
4842 * lib/gdb.exp (cached_file): Create cache dir.
4843
4844 2020-03-07 Tom de Vries <tdevries@suse.de>
4845
4846 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4847 * gdb.cp/rvalue-ref-params.exp: Same.
4848
4849 2020-03-06 Tom de Vries <tdevries@suse.de>
4850
4851 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4852 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4853
4854 2020-03-06 Tom de Vries <tdevries@suse.de>
4855
4856 * README: Fix "the the".
4857 * gdb.base/dprintf.exp: Same.
4858
4859 2020-03-05 Tom de Vries <tdevries@suse.de>
4860
4861 * gdb.base/maint.exp: Update "main print statistics" expected output.
4862
4863 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4864
4865 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4866 (fortran_int8): Likewise.
4867 (fortran_real4): Likewise.
4868 (fortran_real8): Likewise.
4869 (fortran_complex4): Likewise.
4870 (fortran_logical4): Likewise.
4871 (fortran_character1): Likewise.
4872
4873 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4874
4875 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4876 printed as true.
4877
4878 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4879
4880 * gdb.base/printcmds.exp: Add test to verify printf of a
4881 variable holding an address.
4882
4883 2020-03-03 Tom de Vries <tdevries@suse.de>
4884
4885 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4886
4887 2020-03-03 Tom de Vries <tdevries@suse.de>
4888
4889 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4890 gdb_test_multiple call.
4891
4892 2020-03-03 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4895 gdb_test_multiple calls.
4896
4897 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.base/default.exp: Remove test of 'set history filename'.
4900 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4901 filename to the empty string.
4902 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4903 and GDBHISTSIZE.
4904
4905 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4906
4907 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4908 disabled.
4909
4910 2020-03-02 Pedro Alves <palves@redhat.com>
4911 Tom de Vries <tdevries@suse.de>
4912
4913 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4914 -prompt prefix, before user_code argument. Add -lbl option likewise.
4915 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4916 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4917 argument.
4918 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4919 have "\r\n" at start-of-line, instead of at end-of-line.
4920
4921 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
4922
4923 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4924 libinproctrace.so.
4925
4926 2020-02-28 Luis Machado <luis.machado@linaro.org>
4927
4928 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4929 to "p/x".
4930
4931 2020-02-28 Luis Machado <luis.machado@linaro.org>
4932
4933 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4934 asm/ptrace.h and error.h.
4935
4936 2020-02-28 Tom de Vries <tdevries@suse.de>
4937
4938 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4939 (struct wrapper, do_something, mundane/symada__cS): Move ...
4940 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4941 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4942 Update "print symada__cS before partial symtab expansion" regexp.
4943 Update breakpoint location. Flush symbol cache after expansion.
4944
4945 2020-02-28 Luis Machado <luis.machado@linaro.org>
4946
4947 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4948
4949 2020-02-27 Tom de Vries <tdevries@suse.de>
4950
4951 * config/sid.exp: Remove unused globals.
4952 * gdb.base/attach.exp: Same.
4953 * gdb.base/catch-load.exp: Same.
4954 * gdb.base/dbx.exp: Same.
4955 * lib/gdb.exp: Same.
4956 * lib/mi-support.exp: Same.
4957 * lib/prompt.exp: Same.
4958
4959 2020-02-27 Tom de Vries <tdevries@suse.de>
4960
4961 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4962 not set.
4963
4964 2020-02-26 Aaron Merey <amerey@redhat.com>
4965
4966 * gdb.debuginfod: New directory for debuginfod tests.
4967 * gdb.debuginfod/main.c: New test file.
4968 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4969
4970 2020-02-26 Tom de Vries <tdevries@suse.de>
4971
4972 PR gdb/25603
4973 * gdb.base/persistent-lang.cc: New test.
4974 * gdb.base/persistent-lang.exp: New file.
4975
4976 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4977
4978 * gdb.fortran/derived-type-striding.exp: Add a new test.
4979 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4980 new test.
4981
4982 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4985 names.
4986
4987 2020-02-25 Tom de Vries <tdevries@suse.de>
4988
4989 PR go/18926
4990 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4991
4992 2020-02-24 Tom de Vries <tdevries@suse.de>
4993
4994 PR gdb/25592
4995 * gdb.base/info-locals-unused-static-var.c: New test.
4996 * gdb.base/info-locals-unused-static-var.exp: New file.
4997
4998 2020-02-22 Tom Tromey <tom@tromey.com>
4999
5000 * gdb.python/tui-window.exp: New file.
5001 * gdb.python/tui-window.py: New file.
5002
5003 2020-02-22 Tom Tromey <tom@tromey.com>
5004
5005 PR tui/17850:
5006 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5007 tests.
5008
5009 2020-02-22 Tom Tromey <tom@tromey.com>
5010
5011 * gdb.tui/new-layout.exp: Add sub-layout tests.
5012
5013 2020-02-22 Tom Tromey <tom@tromey.com>
5014
5015 * gdb.tui/new-layout.exp: New file.
5016
5017 2020-02-22 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.rust/rust-style.rs: New file.
5020 * gdb.rust/rust-style.exp: New file.
5021 * gdb.base/style.exp: Test structure printing.
5022 * gdb.base/style.c (struct some_struct): New type.
5023 (enum etype): New type.
5024 (struct_value): New global.
5025
5026 2020-02-21 Tom de Vries <tdevries@suse.de>
5027
5028 PR go/18926
5029 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5030 Remove blanket xfails. Use message argument for gdb_breakpoint.
5031 Make continuing to breakpoint test conditional on setting breakpoint.
5032 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5033 DW_AT_name attribute. Add xfail for GCC PR93866.
5034
5035 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5036
5037 * gdb.dwarf2/cpp-linkage-name.c: New file.
5038 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5039
5040 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5041
5042 * lib/gdb.exp (gdb_wrapper_init): Reset
5043 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5044 not exist.
5045
5046 2020-02-20 Tom de Vries <tdevries@suse.de>
5047
5048 PR go/17018
5049 * gdb.go/hello.exp: Copy ...
5050 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5051 print of st to print value of global definition. Add xfail for GCC
5052 PR93844.
5053 * gdb.go/hello.exp: Remove printing of st before definition.
5054 * gdb.go/hello.go: Copy ...
5055 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5056 to st.
5057 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5058
5059 2020-02-20 Tom de Vries <tdevries@suse.de>
5060
5061 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5062 (gdb_simple_compile): Handle compile_flags go by using .go extension
5063 for source file.
5064 * gdb.go/chan.exp: Use support_go_compile.
5065 * gdb.go/handcall.exp: Same.
5066 * gdb.go/hello.exp: Same.
5067 * gdb.go/integers.exp: Same.
5068 * gdb.go/max-depth.exp: Same.
5069 * gdb.go/methods.exp: Same.
5070 * gdb.go/package.exp: Same.
5071 * gdb.go/strings.exp: Same.
5072 * gdb.go/types.exp: Same.
5073 * gdb.go/unsafe.exp: Same.
5074
5075 2020-02-19 Tom de Vries <tdevries@suse.de>
5076
5077 * gdb.python/lib-types.exp: Make xfail more strict.
5078
5079 2020-02-19 Tom de Vries <tdevries@suse.de>
5080
5081 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5082
5083 2020-02-19 Doug Evans <dje@google.com>
5084
5085 PR rust/25535
5086 * gdb.rust/simple.exp: Add test.
5087 * gdb.rust/simple.rs: Add test.
5088
5089 2020-02-19 Tom de Vries <tdevries@suse.de>
5090
5091 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5092 output line-by-line.
5093
5094 2020-02-19 Tom de Vries <tdevries@suse.de>
5095
5096 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5097
5098 2020-02-19 Tom de Vries <tdevries@suse.de>
5099
5100 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5101 prelink.
5102
5103 2020-02-19 Tom de Vries <tdevries@suse.de>
5104
5105 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5106 (gdb_do_cache): Use gdb_do_cache_wrap.
5107 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5108
5109 2020-02-19 Tom de Vries <tdevries@suse.de>
5110
5111 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5112 gdb_compile option.
5113
5114 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5115
5116 * gdb.base/printcmds.exp (test_print_enums): Update expected
5117 output.
5118
5119 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5120
5121 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5122 for "unknown".
5123
5124 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5125
5126 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5127 enumerator.
5128
5129 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5130
5131 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5132 FE_, add FE_NONE.
5133 (three): Update.
5134 (enum flag_enum_without_zero): New enum.
5135 (flag_enum_without_zero): New variable.
5136 (enum not_flag_enum): New enum.
5137 (three_not_flag): New variable.
5138 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5139 (test_print_enums): Add more tests for printing flag enums.
5140
5141 2020-02-18 Tom de Vries <tdevries@suse.de>
5142
5143 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5144 (gdb_compile_ada): ... here.
5145 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5146 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5147
5148 2020-02-14 Tom Tromey <tom@tromey.com>
5149
5150 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5151 build directory.
5152 * boards/gdbserver-base.exp: Update path to gdbserver.
5153
5154 2020-02-13 Tom de Vries <tdevries@suse.de>
5155
5156 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5157
5158 2020-02-13 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5161 are missing.
5162
5163 2020-02-13 Tom de Vries <tdevries@suse.de>
5164
5165 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5166 call.
5167
5168 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5169
5170 PR tui/25126
5171 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5172 * gdb.base/cached-source-file.c: New file.
5173 * gdb.base/cached-source-file.exp: New file.
5174
5175 2020-02-11 Tom de Vries <tdevries@suse.de>
5176
5177 PR testsuite/25488
5178 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5179
5180 2020-02-10 Tom de Vries <tdevries@suse.de>
5181
5182 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5183
5184 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5185
5186 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5187 and $after_addr are both integers before making a comparison.
5188
5189 2020-02-09 Tom de Vries <tdevries@suse.de>
5190
5191 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5192 command output and paste it into gdb.log. If any, paste catch message
5193 to gdb.log.
5194
5195 2020-02-07 Tom Tromey <tromey@adacore.com>
5196
5197 PR breakpoints/24915:
5198 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5199
5200 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5201
5202 * gdb.tui/tui-missing-src.exp: Add the "missing source
5203 file" test for the TUI.
5204
5205 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5208 including a port number in the output.
5209
5210 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5211
5212 * lib/fortran.exp (fortran_int4): Handle clang.
5213 (fortran_int8): Likewise.
5214 (fortran_real4): Likewise.
5215 (fortran_real8): Likewise.
5216 (fortran_complex4): Likewise.
5217 (fortran_logical4): Likewise.
5218 (fortran_character1): Likewise.
5219
5220 2020-02-04 Tom de Vries <tdevries@suse.de>
5221
5222 * README (Race detection): Add note.
5223
5224 2020-02-04 Tom de Vries <tdevries@suse.de>
5225
5226 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5227
5228 2020-02-04 Tom de Vries <tdevries@suse.de>
5229
5230 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5231
5232 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5233
5234 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5235 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5236 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5237 blttar, bnetarl.
5238 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5239 binary for blttar, bnetarl.
5240 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5241 wait instruction. Delete ldmx test.
5242 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5243
5244 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5245
5246 * gdb.fortran/array-bounds-high.exp: New file.
5247 * gdb.fortran/array-bounds-high.f90: New file.
5248
5249 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5250
5251 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5252 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5253
5254 2020-02-01 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5257
5258 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 PR tui/9765
5261 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5262 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5263
5264 2020-01-29 Luis Machado <luis.machado@linaro.org>
5265
5266 * gdb.arch/aarch64-brk-patterns.c: New source file.
5267 * gdb.arch/aarch64-brk-patterns.exp: New test.
5268
5269 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5270
5271 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5272 GCC/Clang version.
5273 * gdb.cp/pass-by-ref.exp: Ditto.
5274
5275 2020-01-29 Tom de Vries <tdevries@suse.de>
5276
5277 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5278 * gdb.threads/watchpoint-fork-mt.c: Same.
5279 * gdb.threads/watchpoint-fork-parent.c: Same.
5280 * gdb.threads/watchpoint-fork-st.c: Same.
5281 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5282
5283 2020-01-27 Luis Machado <luis.machado@linaro.org>
5284
5285 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5286 sitting at a syscall instruction when we hit the syscall function's
5287 breakpoint.
5288 Check PC against one obtained with the x command.
5289 Validate syscall number.
5290 (step_over_syscall): Don't continue to the syscall instruction if
5291 we're already there.
5292
5293 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5294
5295 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5296
5297 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5298
5299 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5300 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5301
5302 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5303
5304 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5305 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5306
5307 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.base/maint.exp: Update line table parsing test.
5310 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5311
5312 2020-01-24 Pedro Alves <palves@redhat.com>
5313
5314 PR gdb/25410
5315 * gdb.multi/multi-re-run-1.c: New.
5316 * gdb.multi/multi-re-run-2.c: New.
5317 * gdb.multi/multi-re-run.exp: New.
5318
5319 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 PR gdb/23718
5322 * gdb.server/server-kill-python.exp: New file.
5323
5324 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.server/multi-ui-errors.c: New file.
5327 * gdb.server/multi-ui-errors.exp: New file.
5328
5329 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5330
5331 PR tui/9765
5332 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5333
5334 2020-01-19 Tom Tromey <tom@tromey.com>
5335
5336 * gdb.tui/main.exp: Add check for plain "file".
5337
5338 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5339
5340 * lib/gdb.exp: Fix spelling error (seperatelly).
5341
5342 2020-01-14 Tom Tromey <tom@tromey.com>
5343
5344 PR symtab/12535:
5345 * gdb.python/python.exp: Test decode_line with empty string
5346 argument.
5347
5348 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5349
5350 * gdb.base/skip-inline.exp: Extend test.
5351
5352 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5353
5354 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5355 * gdb.dwarf2/dw2-bad-elf.c: New file.
5356 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5357
5358 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5361 _line_saw_file.
5362
5363 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5366 border.
5367
5368 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5369
5370 * gdb.multi/multi-target.exp (setup): Factor out "info
5371 connections" and "info inferiors" tests to ...
5372 (test_info_inferiors): ... this new procedure.
5373 (top level): Run new "info-inferiors" tests.
5374
5375 2020-01-10 Pedro Alves <palves@redhat.com>
5376
5377 * gdb.server/bkpt-other-inferior.exp: New file.
5378
5379 2020-01-10 Pedro Alves <palves@redhat.com>
5380
5381 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5382 of "add-inferior".
5383 * gdb.base/quit-live.exp: Likewise.
5384 * gdb.base/remote-exec-file.exp: Likewise.
5385 * gdb.guile/scm-progspace.exp: Likewise.
5386 * gdb.linespec/linespec.exp: Likewise.
5387 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5388 * gdb.mi/user-selected-context-sync.exp: Likewise.
5389 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5390 "info inferiors" tests.
5391 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5392 "add-inferior".
5393 * gdb.multi/watchpoint-multi.exp: Likewise.
5394 * gdb.python/py-inferior.exp: Likewise.
5395 * gdb.server/extended-remote-restart.exp: Likewise.
5396 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5397 "info inferiors".
5398 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5399 * gdb.trace/report.exp: Likewise.
5400
5401 2020-01-10 Pedro Alves <palves@redhat.com>
5402
5403 * gdb.multi/multi-target.c: New file.
5404 * gdb.multi/multi-target.exp: New file.
5405 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5406 mode requested, but remote does not support non-stop".
5407
5408 2020-01-10 Pedro Alves <palves@redhat.com>
5409
5410 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5411 disconnect before reconnecting.
5412
5413 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5414 Pedro Alves <palves@redhat.com>
5415
5416 * gdb.server/connect-without-multi-process.exp: Also test
5417 continuing to end.
5418
5419 2020-01-10 Pedro Alves <palves@redhat.com>
5420
5421 * gdb.base/remote-exec-file.exp: New file.
5422
5423 2020-01-10 Pedro Alves <palves@redhat.com>
5424
5425 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5426 output.
5427 * gdb.threads/async.c: New.
5428 * gdb.threads/async.exp: New.
5429 * gdb.multi/tids-gid-reset.c: New.
5430 * gdb.multi/tids-gid-reset.exp: New.
5431
5432 2020-01-10 George Barrett <bob@bob131.so>
5433
5434 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5435 to help in finding the image relocation offset.
5436 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5437 options in arguments.
5438 (stap_test_no_debuginfo): Likewise.
5439 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5440 test variants.
5441 (stap_test): Add null semaphore relocation test.
5442
5443 2020-01-10 George Barrett <bob@bob131.so>
5444
5445 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5446 * gdb.base/stap-probe.exp: Likewise.
5447 (stap_test): Pass argument as an additional flag.
5448 (stap_test_no_debuginfo): Likewise.
5449 (stap_test): Check `info probes stap' output for semaphore
5450 addresses if the test binary is supposed to have them.
5451
5452 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5453
5454 * gdb.tui/basic.exp: Add more scrolling tests.
5455
5456 2020-01-09 Tom Tromey <tom@tromey.com>
5457
5458 PR tui/18932:
5459 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5460 meangingful value.
5461 (Term::command, Term::resize): Update.
5462 * gdb.tui/basic.exp: Add scrolling test.
5463
5464 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5465
5466 * gdb.tui/tui-layout-asm.exp: New file.
5467
5468 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5469
5470 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5471
5472 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5475 (Term::enter_tui): Use Term::prepare_for_tui.
5476
5477 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5478
5479 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5480 called.
5481
5482 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * gdb.base/skip.exp: Fix race condition in test.
5485
5486 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.base/backtrace.c: New file.
5489 * gdb.base/backtrace.exp: New file.
5490
5491 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5492
5493 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5494
5495 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5496
5497 * gdb.base/style.exp: Test that warnings are styled.
5498
5499 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5500
5501 * gdb.base/line65535.exp: New file.
5502 * gdb.base/line65535.c: New file.
5503
5504 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5505
5506 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5507 * lib/gnat_debug_info_test.adb: New file.
5508 * gdb.ada/ptype_tagged_param.exp: Use
5509 gnat_runtime_has_debug_info, expect a different output if
5510 runtime does not have debug info.
5511
5512 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5513
5514 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5515 (another) quote in test name.
5516
5517 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5518
5519 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5520 Add quote in test name.
5521
5522 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5523
5524 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5525 directory instead.
5526 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5527 * gdb.cp/pass-by-ref-2.cc: New file.
5528 * gdb.cp/pass-by-ref-2.exp: New file.
5529
5530 2019-12-20 Tom Tromey <tom@tromey.com>
5531
5532 * gdb.tui/list-before.exp: New file.
5533
5534 2019-12-20 Tom Tromey <tom@tromey.com>
5535
5536 * gdb.tui/list.exp: Check for source on initial listing.
5537
5538 2019-12-11 Tom Tromey <tromey@adacore.com>
5539
5540 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5541 Add crlf test.
5542
5543 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5544
5545 * gdb.base/default.exp: Update value of $_gdb_major.
5546
5547 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5548
5549 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5550
5551 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5552
5553 * gdb.base/skip.exp: Whitespace fix.
5554
5555 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5556
5557 * gdb.base/skip-inline.c: New file.
5558 * gdb.base/skip-inline.exp: New file.
5559
5560 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5561
5562 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5563 jit_function_00 to jit_function_stack_mangle.
5564 * gdb.base/jithost.c (jit_function_t): Rename to...
5565 (jit_function_stack_mangle_t): ... this.
5566 (jit_function_add_t): New typedef.
5567 (jit_function_00_code): Rename to...
5568 (jit_function_stack_mangle_code): ... this, make static.
5569 (jit_function_add_code): New.
5570 (main): Generate "add" function and call it. Adjust to changes
5571 in jithost_abi.
5572 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5573 (struct jithost_abi) <begin, end>: Remove fields.
5574 <object, function_stack_mangle, function_add>: New fields.
5575 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5576 code_end>: Remove fields.
5577 <func_stack_mangle>: New field.
5578 (read_debug_info): Adjust to renaming, create block for "add"
5579 function.
5580 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5581
5582 2019-12-11 Tom Tromey <tom@tromey.com>
5583
5584 * gdb.tui/resize.exp: Fix regexp.
5585 * gdb.tui/regs.exp: Fix regexps.
5586 * gdb.tui/main.exp: Fix regexp.
5587
5588 2019-12-11 Tom Tromey <tom@tromey.com>
5589
5590 * gdb.tui/resize.exp: Update.
5591 * gdb.tui/empty.exp (layouts): Update.
5592
5593 2019-12-11 Tom Tromey <tom@tromey.com>
5594
5595 * gdb.tui/regs.exp: Update.
5596 * gdb.tui/empty.exp (layouts): Update.
5597 * gdb.tui/basic.exp: Update.
5598 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5599
5600 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5601
5602 * gdb.base/options.exp: Add -raw-values in the print completion list.
5603 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5604
5605 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5606
5607 * gdb.threads/omp-par-scope.c: New file.
5608 * gdb/threads/omp-par-scope.exp: New file.
5609
5610 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5611
5612 * lib/gdb.exp (support_nested_function_tests): New proc.
5613
5614 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5615
5616 * lib/gdb.exp (gdb_compile_openmp): New proc.
5617 (build_executable_from_specs): Add an "openmp" option.
5618 (gdb_compile_pthreads): Add non-executable case.
5619
5620 2019-12-10 Tom Tromey <tromey@adacore.com>
5621
5622 * gdb.ada/unchecked_union.exp: New file.
5623 * gdb.ada/unchecked_union/pck.adb: New file.
5624 * gdb.ada/unchecked_union/pck.ads: New file.
5625 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5626 * gdb-utils.exp (string_to_regexp): Also quote "?".
5627
5628 2019-12-10 George Barrett <bob@bob131.so>
5629
5630 Test scripted probe breakpoints.
5631 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5632 * gdb.python/py-breakpoint.c (main): Likewise.
5633 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5634 specifier test.
5635 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5636
5637 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5638
5639 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5640 an rvalue parameter.
5641 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5642 parameter.
5643
5644 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5647 modules.
5648
5649 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5650
5651 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5652 broken version of GCC.
5653
5654 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5655
5656 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5657 sym-info-cmds library.
5658 * gdb.fortran/info-types.exp: Likewise.
5659 * lib/sym-info-cmds.exp: New file.
5660
5661 2019-12-08 Tom de Vries <tdevries@suse.de>
5662
5663 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5664
5665 2019-12-07 Keith Seitz <keiths@redhat.com>
5666
5667 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5668 * gdb.base/corefile-buildid-shlib.c: New file.
5669 * gdb.base/corefile-buildid.c: New file.
5670 * gdb.base/corefile-buildid.exp: New file.
5671
5672 2019-12-06 Tom de Vries <tdevries@suse.de>
5673
5674 * gdb.dwarf2/varval.exp: Add decl before def test.
5675
5676 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5677
5678 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5679
5680 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5681
5682 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5683 CV and reference conversion for overload resolution.
5684 * gdb.cp/rvalue-ref-overload.exp: Test it.
5685
5686 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5687
5688 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5689 * gdb.base/frameapply.exp: Test faas without command.
5690
5691 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5692
5693 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5694 Fortran tests.
5695 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5696 order.
5697
5698 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5699
5700 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5701 casting to type with no kind specified.
5702 (test_basic_parsing_of_type_kinds): Additional tests for types
5703 with no kind specified, and add tests for single/double
5704 precision/complex types.
5705
5706 2019-12-04 Tom Tromey <tromey@adacore.com>
5707
5708 * gdb.base/endianity.c (struct other) <x>: New field.
5709 (main): Initialize it.
5710 * gdb.base/endianity.exp: Update.
5711
5712 2019-12-04 Tom Tromey <tromey@adacore.com>
5713
5714 * gdb.ada/scalar_storage/storage.adb: New file.
5715 * gdb.ada/scalar_storage/pck.adb: New file.
5716 * gdb.ada/scalar_storage/pck.ads: New file.
5717 * gdb.ada/scalar_storage.exp: New file.
5718
5719 2019-12-04 Tom Tromey <tromey@adacore.com>
5720
5721 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5722 (main): Initialize it.
5723 * gdb.base/endianity.exp: Update.
5724
5725 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5726
5727 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5728
5729 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5730
5731 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5732 -symbol-info-module-functions and -symbol-info-module-variables.
5733
5734 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5735
5736 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5737
5738 2019-12-01 Richard Bunt <richard.bunt@arm.com>
5739 Andrew Burgess <andrew.burgess@embecosm.com>
5740
5741 * gdb.fortran/derived-type-striding.exp: New file.
5742 * gdb.fortran/derived-type-striding.f90: New file.
5743 * gdb.fortran/array-slices.exp: New file.
5744 * gdb.fortran/array-slices.f90: New file.
5745
5746 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5747
5748 * gdb.base/define.exp: Test . in command names.
5749 * gdb.base/setshow.exp: Update test, as . is now part of
5750 command name.
5751
5752 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5753
5754 * gdb.base/define-prefix.exp: New file.
5755
5756 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5757
5758 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5759 compile.
5760 (skip_btrace_pt_tests): Likewise.
5761
5762 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5763
5764 * gdb.fortran/info-modules.exp: Compile source files in correct
5765 order.
5766
5767 2019-11-27 Kevin Buettner <kevinb@redhat.com>
5768
5769 * gdb.dwarf2/imported-unit.exp: New file.
5770 * gdb.dwarf2/imported-unit.c: New file.
5771
5772 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.mi/mi-fortran-modules-2.f90: New file.
5775 * gdb.mi/mi-fortran-modules.exp: New file.
5776 * gdb.mi/mi-fortran-modules.f90: New file.
5777
5778 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5779
5780 * gdb.mi/mi-sym-info-1.c: New file.
5781 * gdb.mi/mi-sym-info-2.c: New file.
5782 * gdb.mi/mi-sym-info.exp: New file.
5783
5784 2019-11-22 Tom Tromey <tromey@adacore.com>
5785
5786 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5787 * gdb.ada/tasks/foo.adb: Add another stopping location.
5788
5789 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5790
5791 * gdb.base/endianity.c: New test.
5792 * gdb.base/endianity.exp: New file.
5793
5794 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5795
5796 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5797
5798 2019-11-21 Tom de Vries <tdevries@suse.de>
5799
5800 PR gdb/24956
5801 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5802
5803 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5804
5805 * gdb.python/py-progspace.exp: Add missing parentheses on some
5806 'print' commands.
5807
5808 2019-11-19 Tom Tromey <tom@tromey.com>
5809
5810 * gdb.tui/winheight.exp: New file.
5811
5812 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5813
5814 * gdb.base/ctf-whatis.c: Delete.
5815 * gdb.base/ctf-whatis.exp: Delete.
5816 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5817
5818 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.base/ctf-cvexpr.exp: Delete.
5821 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5822
5823 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5824
5825 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5826 the compiler. Clean up header comment a little.
5827 * gdb.base/ctf-ptype.exp: Likewise.
5828 * gdb.base/ctf-whatis.exp: Likewise.
5829 * lib/gdb.exp (skip_ctf_tests): New proc.
5830
5831 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5832
5833 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5834 * gdb.tui/corefile-run.exp: New file.
5835
5836 2019-11-14 Tom Tromey <tromey@adacore.com>
5837
5838 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5839 regression tests.
5840
5841 2019-11-12 Tom Tromey <tom@tromey.com>
5842
5843 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5844 after any command. Expect prompt after WAIT_FOR is seen.
5845 (enter_tui): Enable resize messages.
5846 (command): Expect command in output.
5847 (get_line): Avoid error when cursor appears to be off-screen.
5848 (dump_screen): Include screen size in title.
5849 (_do_resize): New proc, from "resize".
5850 (resize): Rewrite. Do resize in two steps.
5851 * gdb.tui/empty.exp (layouts): Fix entries.
5852 (check_boxes): Remove xfail.
5853 (check_text): Dump screen on failure.
5854
5855 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5856
5857 * gdb.python/py-symbol.exp: Add test for
5858 gdb.lookup_static_symbols.
5859
5860 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5861
5862 * gdb.python/py-symbol.c: Declare and call function from new
5863 py-symbol-2.c file.
5864 * gdb.python/py-symbol.exp: Compile both source files, and add new
5865 tests for gdb.lookup_static_symbol.
5866 * gdb.python/py-symbol-2.c: New file.
5867
5868 2019-11-02 Tom de Vries <tdevries@suse.de>
5869
5870 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5871 * gdb.base/anon.exp: Same.
5872 * gdb.base/auto-connect-native-target.exp: Same.
5873 * gdb.base/call-ar-st.exp: Same.
5874 * gdb.base/catch-syscall.exp: Same.
5875 * gdb.base/commands.exp: Same.
5876 * gdb.base/default.exp: Same.
5877 * gdb.base/display.exp: Same.
5878 * gdb.base/float.exp: Same.
5879 * gdb.base/foll-fork.exp: Same.
5880 * gdb.base/help.exp: Same.
5881 * gdb.base/info-macros.exp: Same.
5882 * gdb.base/info-proc.exp: Same.
5883 * gdb.base/info-target.exp: Same.
5884 * gdb.base/long_long.exp: Same.
5885 * gdb.base/macscp.exp: Same.
5886 * gdb.base/memattr.exp: Same.
5887 * gdb.base/nofield.exp: Same.
5888 * gdb.base/pointers.exp: Same.
5889 * gdb.base/printcmds.exp: Same.
5890 * gdb.base/ptype.exp: Same.
5891 * gdb.base/restore.exp: Same.
5892 * gdb.base/return.exp: Same.
5893 * gdb.base/scope.exp: Same.
5894 * gdb.base/set-noassign.exp: Same.
5895 * gdb.base/setshow.exp: Same.
5896 * gdb.base/shlib-call.exp: Same.
5897 * gdb.base/signals.exp: Same.
5898 * gdb.base/sigstep.exp: Same.
5899 * gdb.base/skip.exp: Same.
5900 * gdb.base/solib-symbol.exp: Same.
5901 * gdb.base/stap-probe.exp: Same.
5902 * gdb.base/step-line.exp: Same.
5903 * gdb.base/step-test.exp: Same.
5904 * gdb.base/style.exp: Same.
5905 * gdb.base/varargs.exp: Same.
5906 * gdb.base/vla-datatypes.exp: Same.
5907 * gdb.base/vla-ptr.exp: Same.
5908 * gdb.base/vla-sideeffect.exp: Same.
5909 * gdb.base/volatile.exp: Same.
5910 * gdb.base/watch-cond-infcall.exp: Same.
5911 * gdb.base/watchpoint.exp: Same.
5912
5913 2019-11-02 Tom de Vries <tdevries@suse.de>
5914
5915 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5916 * gdb.cp/cpexprs.exp: Same.
5917 * gdb.cp/except-multi-location.exp: Same.
5918 * gdb.cp/exceptprint.exp: Same.
5919 * gdb.cp/gdb2384.exp: Same.
5920 * gdb.cp/inherit.exp: Same.
5921 * gdb.cp/m-static.exp: Same.
5922 * gdb.cp/meth-typedefs.exp: Same.
5923 * gdb.cp/misc.exp: Same.
5924 * gdb.cp/namespace.exp: Same.
5925 * gdb.cp/non-trivial-retval.exp: Same.
5926 * gdb.cp/overload.exp: Same.
5927 * gdb.cp/pr17132.exp: Same.
5928 * gdb.cp/re-set-overloaded.exp: Same.
5929 * gdb.cp/rvalue-ref-types.exp: Same.
5930 * gdb.cp/templates.exp: Same.
5931
5932 2019-11-01 Luis Machado <luis.machado@linaro.org>
5933
5934 PR gdb/25124
5935
5936 * gdb.arch/pr25124.S: New file.
5937 * gdb.arch/pr25124.exp: New file.
5938
5939 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5940
5941 * gdb.fortran/info-modules.exp: Update expected results, and add
5942 additional tests for 'info module functinos', and 'info module
5943 variables'.
5944 * gdb.fortran/info-types.exp: Update expected results.
5945 * gdb.fortran/info-types.f90: Extend testcase with additional
5946 module variables and functions.
5947
5948 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5949
5950 * gdb.fortran/info-modules.exp: New file.
5951 * gdb.fortran/info-types.exp: Build with new file.
5952 * gdb.fortran/info-types.f90: Include and use new module.
5953 * gdb.fortran/info-types-2.f90: New file.
5954
5955 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5956
5957 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5958 * gdb.base/settings.exp: Test all settings types using
5959 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5960 that now verifies that the value of "maint show" is the same as
5961 returned by the settings functions. Test the type of the
5962 maintenance settings.
5963 * gdb.base/default.exp: Update show_conv_list.
5964
5965 2019-10-31 Tom de Vries <tdevries@suse.de>
5966
5967 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5968 gdb_test.
5969 * gdb.arch/amd64-disp-step.exp: Same.
5970 * gdb.asm/asm-source.exp: Same.
5971 * gdb.btrace/buffer-size.exp: Same.
5972 * gdb.btrace/cpu.exp: Same.
5973 * gdb.btrace/enable.exp: Same.
5974 * gdb.dwarf2/count.exp: Same.
5975 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5976 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5977 * gdb.fortran/vla-datatypes.exp: Same.
5978 * gdb.fortran/vla-history.exp: Same.
5979 * gdb.fortran/vla-ptype.exp: Same.
5980 * gdb.fortran/vla-value.exp: Same.
5981 * gdb.fortran/whatis_type.exp: Same.
5982 * gdb.guile/guile.exp: Same.
5983 * gdb.multi/tids.exp: Same.
5984 * gdb.python/py-finish-breakpoint.exp: Same.
5985 * gdb.python/py-framefilter.exp: Same.
5986 * gdb.python/py-pp-registration.exp: Same.
5987 * gdb.python/py-xmethods.exp: Same.
5988 * gdb.python/python.exp: Same.
5989 * gdb.server/connect-with-no-symbol-file.exp: Same.
5990 * gdb.server/no-thread-db.exp: Same.
5991 * gdb.server/run-without-local-binary.exp: Same.
5992 * gdb.stabs/weird.exp: Same.
5993 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5994 * gdb.threads/thread-find.exp: Same.
5995 * gdb.threads/tls-shared.exp: Same.
5996 * gdb.threads/tls.exp: Same.
5997 * gdb.threads/wp-replication.exp: Same.
5998 * gdb.trace/ax.exp: Same.
5999 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6000
6001 2019-10-31 Tom de Vries <tdevries@suse.de>
6002
6003 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6004 * gdb.ada/array_subscript_addr.exp: Same.
6005 * gdb.ada/arrayidx.exp: Same.
6006 * gdb.ada/arrayparam.exp: Same.
6007 * gdb.ada/arrayptr.exp: Same.
6008 * gdb.ada/boolean_expr.exp: Same.
6009 * gdb.ada/call_pn.exp: Same.
6010 * gdb.ada/complete.exp: Same.
6011 * gdb.ada/fixed_cmp.exp: Same.
6012 * gdb.ada/fun_addr.exp: Same.
6013 * gdb.ada/funcall_param.exp: Same.
6014 * gdb.ada/interface.exp: Same.
6015 * gdb.ada/mod_from_name.exp: Same.
6016 * gdb.ada/null_array.exp: Same.
6017 * gdb.ada/packed_array.exp: Same.
6018 * gdb.ada/packed_tagged.exp: Same.
6019 * gdb.ada/print_chars.exp: Same.
6020 * gdb.ada/print_pc.exp: Same.
6021 * gdb.ada/ptype_arith_binop.exp: Same.
6022 * gdb.ada/ptype_field.exp: Same.
6023 * gdb.ada/ptype_tagged_param.exp: Same.
6024 * gdb.ada/rec_return.exp: Same.
6025 * gdb.ada/ref_tick_size.exp: Same.
6026 * gdb.ada/str_ref_cmp.exp: Same.
6027 * gdb.ada/taft_type.exp: Same.
6028 * gdb.ada/tagged.exp: Same.
6029 * gdb.ada/type_coercion.exp: Same.
6030 * gdb.ada/uninitialized_vars.exp: Same.
6031
6032 2019-10-30 Tom de Vries <tdevries@suse.de>
6033
6034 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6035
6036 2019-10-26 Tom de Vries <tdevries@suse.de>
6037
6038 * gdb.base/bigcore.c: Fix typos in comments.
6039 * gdb.base/ctf-ptype.c: Same.
6040 * gdb.base/long_long.c: Same.
6041 * gdb.dwarf2/dw2-op-out-param.S: Same.
6042 * gdb.python/py-evthreads.c: Same.
6043 * gdb.reverse/i387-stack-reverse.c: Same.
6044 * gdb.trace/tfile.c: Same.
6045 * lib/compiler.c: Same.
6046 * lib/compiler.cc: Same.
6047
6048 2019-10-25 Tom de Vries <tdevries@suse.de>
6049
6050 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6051 gdb_test_multiple calls.
6052 * gdb.reverse/sigall-reverse.exp: Same.
6053 * gdb.reverse/solib-precsave.exp: Same.
6054 * gdb.reverse/solib-reverse.exp: Same.
6055 * gdb.reverse/until-precsave.exp: Same.
6056 * gdb.reverse/until-reverse.exp: Same.
6057
6058 2019-10-24 Tom de Vries <tdevries@suse.de>
6059
6060 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6061 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6062 kfail using -wrap pattern flag and convenience variable
6063 gdb_test_name.
6064
6065 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6066
6067 * gdb.python/py-progspace.exp: Add tests for the
6068 Progspace.block_for_pc method.
6069
6070 2019-10-23 Tom Tromey <tom@tromey.com>
6071
6072 * configure: Rebuild.
6073 * aclocal.m4: Use m4_include, not sinclude.
6074
6075 2019-10-21 Tom de Vries <tdevries@suse.de>
6076
6077 * gdb.base/infcall-nested-structs.c: Add
6078 __attribute__((noinline,noclone)) to all functions.
6079 (call_all): Add missing variable initialization. Simplify return value.
6080 (breakpt): Increment volatile variable, to prevent call from being
6081 optimized out.
6082 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6083
6084 2019-10-17 Tom de Vries <tdevries@suse.de>
6085
6086 * gdb.fortran/module.exp: Allow info variables to print info for files
6087 other than module.f90.
6088
6089 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6090
6091 * gdb.fortran/module.exp: Extend with 'info variables' test.
6092
6093 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6094
6095 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6096 F77_FOR_TARGET.
6097
6098 2019-10-16 Tom de Vries <tdevries@suse.de>
6099
6100 PR tdep/25096
6101 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6102
6103 2019-10-16 Tom de Vries <tdevries@suse.de>
6104
6105 PR tdep/24104
6106 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6107 Add KFAIL for PR tdep/25096.
6108
6109 2019-10-16 Tom de Vries <tdevries@suse.de>
6110
6111 PR testsuite/25059
6112 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6113
6114 2019-10-16 Tom de Vries <tdevries@suse.de>
6115
6116 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6117 as signed.
6118
6119 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6120
6121 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6122 one instead of increasing timeout.
6123
6124 2019-10-13 Tom de Vries <tdevries@suse.de>
6125
6126 PR record/25038
6127 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6128 * gdb.reverse/sigall-reverse.exp: Same.
6129 * gdb.reverse/solib-precsave.exp: Same.
6130 * gdb.reverse/solib-reverse.exp: Same.
6131 * gdb.reverse/step-precsave.exp: Same.
6132 * gdb.reverse/until-precsave.exp: Same.
6133 * gdb.reverse/until-reverse.exp: Same.
6134 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6135
6136 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6137
6138 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6139 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6140 (cmp_struct_05_01, cmp_struct_static_02_01)
6141 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6142 comparisons.
6143
6144 2019-10-10 Tom de Vries <tdevries@suse.de>
6145
6146 PR testsuite/24888
6147 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6148 gnatlink.
6149
6150 2019-10-09 Tom de Vries <tdevries@suse.de>
6151
6152 PR testsuite/25048
6153 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6154
6155 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6156
6157 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6158 exceptions due to missing debug information.
6159
6160 2019-10-07 Tom de Vries <tdevries@suse.de>
6161
6162 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6163
6164 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6165
6166 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6167 * gdb.base/annota1.exp: Update to use gdb_test_name.
6168
6169 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6170
6171 * gdb.base/ctf-whatis.exp: New file.
6172 * gdb.base/ctf-whatis.c: New file.
6173 * gdb.base/ctf-ptype.exp: New file.
6174 * gdb.base/ctf-ptype.c: New file.
6175 * gdb.base/ctf-constvars.exp: New file.
6176 * gdb.base/ctf-constvars.c: New file.
6177 * gdb.base/ctf-cvexpr.exp: New file.
6178
6179 2019-10-04 Tom de Vries <tdevries@suse.de>
6180
6181 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6182 for loop.
6183
6184 2019-10-03 Tom Tromey <tom@tromey.com>
6185
6186 PR rust/24976:
6187 * gdb.rust/simple.rs (Union2): New type.
6188 (main): Use Union2.
6189 * gdb.rust/simple.exp: Add test.
6190
6191 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6192
6193 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6194 nested function prefix.
6195
6196 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6197 Richard Bunt <richard.bunt@arm.com>
6198 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6201 nested functions.
6202 * gdb.fortran/nested-funcs.f90: Update expected results.
6203 * gdb.fortran/nested-funcs-2.exp: New file.
6204 * gdb.fortran/nested-funcs-2.f90: New file.
6205
6206 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6207
6208 * gdb.python/py-parameter.exp: Make test names unique.
6209 * gdb.python/py-template.exp: Likewise.
6210 * gdb.python/py-value.exp: Likewise.
6211
6212 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6213
6214 * gdb.base/break-interp.exp: Reduce test name duplication.
6215 * gdb.base/call-sc.exp: Likewise.
6216 * gdb.base/callfuncs.exp: Likewise.
6217 * gdb.base/charset.exp: Likewise.
6218 * gdb.base/dump.exp: Likewise.
6219 * gdb.base/ena-dis-br.exp: Likewise.
6220 * gdb.base/relational.exp: Likewise.
6221 * gdb.base/step-over-syscall.exp: Likewise.
6222 * gdb.base/structs.exp: Likewise.
6223
6224 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6225
6226 * gdb.linespec/explicit.exp: Make test names unique.
6227 * gdb.linespec/ls-errs.exp: Likewise.
6228
6229 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6230
6231 * gdb.reverse/break-precsave.exp: Make test names unique.
6232 * gdb.reverse/break-reverse.exp: Likewise.
6233 * gdb.reverse/finish-precsave.exp: Likewise.
6234 * gdb.reverse/finish-reverse.exp: Likewise.
6235 * gdb.reverse/machinestate-precsave.exp: Likewise.
6236 * gdb.reverse/machinestate.exp: Likewise.
6237 * gdb.reverse/readv-reverse.exp: Likewise.
6238 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6239 * gdb.reverse/sigall-precsave.exp: Likewise.
6240 * gdb.reverse/sigall-reverse.exp: Likewise.
6241 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6242 * gdb.reverse/watch-precsave.exp: Likewise.
6243 * gdb.reverse/watch-reverse.exp: Likewise.
6244
6245 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6246
6247 * gdb.threads/stop-with-handle.c: New file.
6248 * gdb.threads/stop-with-handle.exp: New file.
6249
6250 2019-10-03 Tom de Vries <tdevries@suse.de>
6251
6252 PR testsuite/25059
6253 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6254 directory" line to be missing.
6255
6256 2019-10-03 Tom de Vries <tdevries@suse.de>
6257
6258 PR testsuite/25059
6259 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6260 type optional.
6261
6262 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6263
6264 * gdb.python/py-format-string.c (string.h): New include.
6265 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6266 the same value, for endianness-independence.
6267 * gdb.python/py-format-string.exp (default_regexp_dict)
6268 (test_pretty_structs, test_format): Adjust expected output to the
6269 changed initialization.
6270
6271 2019-10-02 Tom Tromey <tromey@adacore.com>
6272
6273 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6274
6275 2019-10-02 Pedro Alves <palves@redhat.com>
6276 Andrew Burgess <andrew.burgess@embecosm.com>
6277
6278 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6279 "print-file-var.h".
6280 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6281 (get_version_1): Print this_version_id and its address.
6282 Add extern "C" wrappers around interface functions.
6283 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6284 "print-file-var.h".
6285 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6286 (get_version_2): Print this_version_id and its address.
6287 Add extern "C" wrappers around interface functions.
6288 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6289 <stddef.h> and "print-file-var.h".
6290 Add extern "C" wrappers around interface functions.
6291 [VERSION_ID_MAIN] (this_version_id): Define.
6292 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6293 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6294 up extern "C" blocks.
6295 * gdb.base/print-file-var.exp (test): New, factored out from top
6296 level.
6297 (top level): Test all combinations of attribute hidden or not,
6298 dlopen or not, and this_version_id symbol in main file or not.
6299 Compile tests as both C++ and C, make test names unique.
6300
6301 2019-10-01 Tom Tromey <tom@tromey.com>
6302
6303 * gdb.base/style.exp: Test "show logging filename".
6304
6305 2019-10-01 Tom Tromey <tom@tromey.com>
6306
6307 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6308 * gdb.base/style.exp: Add metadata style test.
6309
6310 2019-10-01 Tom Tromey <tom@tromey.com>
6311
6312 * gdb.base/style.exp: Test "pwd".
6313
6314 2019-10-01 Tom Tromey <tom@tromey.com>
6315
6316 * gdb.base/style.exp: Update tests.
6317
6318 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6319
6320 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6321 'six' to unsigned.
6322 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6323 'five'. Use an all-ones bit pattern for each.
6324 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6325 to its changed values.
6326
6327 2019-09-30 Tom Tromey <tromey@adacore.com>
6328
6329 * gdb.rust/traits.rs: Disable all warnings.
6330
6331 2019-09-29 Tom de Vries <tdevries@suse.de>
6332
6333 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6334
6335 2019-09-29 Tom de Vries <tdevries@suse.de>
6336
6337 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6338
6339 2019-09-27 Tom de Vries <tdevries@suse.de>
6340
6341 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6342
6343 2019-09-27 Tom de Vries <tdevries@suse.de>
6344
6345 PR record/23188
6346 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6347
6348 2019-09-26 Tom Tromey <tromey@adacore.com>
6349
6350 * gdb.ada/py_taft.exp: New file.
6351 * gdb.ada/py_taft/main.adb: New file.
6352 * gdb.ada/py_taft/pkg.adb: New file.
6353 * gdb.ada/py_taft/pkg.ads: New file.
6354
6355 2019-09-24 Tom de Vries <tdevries@suse.de>
6356
6357 PR gdb/24598
6358 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6359
6360 2019-09-22 Tom de Vries <tdevries@suse.de>
6361
6362 * gdb.base/restore.exp: Allow register variables to be optimized out at
6363 -O0.
6364
6365 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6366
6367 * gdb.arch/spu-info.exp: Remove file.
6368 * gdb.arch/spu-info.c: Remove file.
6369 * gdb.arch/spu-ls.exp: Remove file.
6370 * gdb.arch/spu-ls.c: Remove file.
6371
6372 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6373 * gdb.asm/spu.inc: Remove file.
6374
6375 * gdb.base/dump.exp: Remove support for spu*-*-*.
6376 * gdb.base/stack-checking.exp: Likewise.
6377 * gdb.base/overlays.exp: Likewise.
6378 * gdb.base/ovlymgr.c: Likewise.
6379 * gdb.base/spu.ld: Remove file.
6380
6381 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6382 * gdb.cp/cpexprs.exp: Likewise.
6383 * gdb.cp/exception.exp: Likewise.
6384 * gdb.cp/gdb2495.exp: Likewise.
6385 * gdb.cp/mb-templates.exp: Likewise.
6386 * gdb.cp/pr9167.exp: Likewise.
6387 * gdb.cp/userdef.exp: Likewise.
6388
6389 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6390
6391 * gdb.cell: Remove directory.
6392 * lib/cell.exp: Remove file.
6393
6394 2019-09-19 Tom de Vries <tdevries@suse.de>
6395
6396 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6397
6398 2019-09-19 Tom de Vries <tdevries@suse.de>
6399
6400 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6401
6402 2019-09-19 Tom de Vries <tdevries@suse.de>
6403
6404 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6405 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6406 (gdb_target_cmd): ... here.
6407 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6408 value 2.
6409
6410 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * gdb.base/source-dir.exp: Avoid having directory names in test
6413 names.
6414
6415 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6416
6417 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6418 directory.
6419
6420 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6421
6422 * gdb.base/list-missing-source.exp: New file.
6423
6424 2019-09-14 Tom de Vries <tdevries@suse.de>
6425
6426 PR teststuite/24599
6427 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6428 * lib/ada.exp (gnatmake_version_at_least): New proc.
6429
6430 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6431
6432 * gdb.base/maint.exp: Use exec_has_index_section.
6433
6434 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6435
6436 * gdb.base/maint.exp: Add test for 'maint info sections'.
6437
6438 2019-09-12 Tom de Vries <tdevries@suse.de>
6439
6440 * gdb.base/store.exp: Allow register variables to be optimized out at
6441 -O0.
6442
6443 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6444
6445 * gdb.ada/rdv_wait.exp: Update to new task names.
6446 * gdb.base/task_switch_in_core.exp: Likewise.
6447 * gdb.base/info_sources_base.c: Likewise.
6448
6449 2019-09-10 Tom Tromey <tromey@adacore.com>
6450
6451 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6452
6453 2019-09-10 Tom Tromey <tromey@adacore.com>
6454
6455 * gdb.ada/dgopt.exp: New file.
6456 * gdb.ada/dgopt/x.adb: New file.
6457
6458 2019-09-08 Tom Tromey <tom@tromey.com>
6459
6460 * gdb.tui/resize.exp: Remove setup_xfail.
6461 * gdb.tui/regs.exp: Remove setup_xfail.
6462 * gdb.tui/basic.exp: Remove setup_xfail.
6463
6464 2019-09-06 David Blaikie <dblaikie@gmail.com>
6465
6466 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6467 * gdb.cp/cplabel.exp: Ditto.
6468 * gdb.linespec/ls-errs.exp: Ditto.
6469
6470 2019-09-05 Tom de Vries <tdevries@suse.de>
6471
6472 * lib/gdb.exp (cmp_file_string): New proc.
6473 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6474 runto_main. Verify save breakpoints output.
6475
6476 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6477
6478 * gdb.base/info-var.exp: Test info variables without running
6479 to main, to avoid expect's buffer overflow.
6480
6481 2019-09-03 Tom Tromey <tromey@adacore.com>
6482
6483 * gdb.ada/bias.exp: New file.
6484 * gdb.ada/bias/bias.adb: New file.
6485 * gdb.ada/print_chars.exp: Add regression test.
6486 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6487 (MC): New variable.
6488
6489 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6490
6491 * gdb.base/argv0-symlink.exp: Run only on native target
6492 and local host.
6493
6494 2019-08-29 Tom de Vries <tdevries@suse.de>
6495
6496 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6497 diverse debug info.
6498 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6499
6500 2019-08-28 Tom de Vries <tdevries@suse.de>
6501
6502 * gdb.base/info-var.exp: Allow info variables to print info for files
6503 other than info-var-f1.c and info-var-f2.c.
6504
6505 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6506
6507 * gdb.fortran/info-types.exp: Add module.
6508 * gdb.fortran/info-types.f90: Update expected results.
6509
6510 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6511
6512 * gdb.fortran/info-types.exp: New file.
6513 * gdb.fortran/info-types.f90: New file.
6514 * lib/fortran.exp (fortran_character1): New proc.
6515
6516 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6519 functions'. Reindent as needed.
6520 * gdb.base/info-var-f1.c: New file.
6521 * gdb.base/info-var-f2.c: New file.
6522 * gdb.base/info-var.exp: New file.
6523 * gdb.base/info-var.h: New file.
6524
6525 2019-08-26 Tom de Vries <tdevries@suse.de>
6526
6527 PR c++/24852
6528 * gdb.cp/no-libstdcxx-probe.exp: New test.
6529
6530 2019-08-26 Tom de Vries <tdevries@suse.de>
6531
6532 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6533 * tests need to be skipped.
6534 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6535 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6536 mi_skip_libstdcxx_probe_tests.
6537
6538 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6539
6540 * gdb.python/py-xmethods.exp: Use raw strings when passing
6541 arguments to SimpleXMethodMatcher.
6542
6543 2019-08-22 Tom de Vries <tdevries@suse.de>
6544
6545 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6546 more informative.
6547
6548 2019-08-21 Pedro Alves <palves@redhat.com>
6549
6550 * gdb.base/with.exp: Test "with" with no arguments.
6551
6552 2019-08-21 Tom de Vries <tdevries@suse.de>
6553
6554 * gdb.base/gdb-caching-proc.exp: Sort files.
6555
6556 2019-08-20 Tom de Vries <tdevries@suse.de>
6557
6558 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6559 compilation.
6560
6561 2019-08-16 Tom de Vries <tdevries@suse.de>
6562
6563 * gdb.base/compare-sections.exp ("after run to main"): Allow
6564 mismatched read-only sections for PIE executables.
6565
6566 2019-08-16 Tom Tromey <tom@tromey.com>
6567
6568 * lib/tuiterm.exp (_csi_Z): New proc.
6569 * gdb.tui/basic.exp: Update window positions.
6570 * gdb.tui/empty.exp: Update window positions.
6571
6572 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6573
6574 * gdb.base/examine-backward.exp: Correct regexp for
6575 "examine 3 bytes backward from ${address_zero}".
6576
6577 2019-08-15 Tom Tromey <tom@tromey.com>
6578
6579 * gdb.tui/empty.exp: Enable resizing tests.
6580
6581 2019-08-15 Tom Tromey <tromey@adacore.com>
6582
6583 * gdb.ada/char_enum.exp: Add regression tests.
6584 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6585 and '0'.
6586 (Char, Gchar): Update.
6587 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6588
6589 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6590
6591 * gdb.python/python.exp: Expect a leading underscore on
6592 GdbOutput{,Error}File.
6593
6594 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6595
6596 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6597 Windows host.
6598
6599 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6600
6601 * gdb.base/batch-preserve-term-settings.exp
6602 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6603
6604 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6605
6606 * lib/gdb.exp: When running on a mingw target, replace
6607 /x/ with x:/.
6608
6609 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6610
6611 * gdb.arch/aarch64-prologue.c: New test.
6612 * gdb.arch/aarch64-prologue.exp: New file.
6613
6614 2019-08-13 Tom de Vries <tdevries@suse.de>
6615
6616 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6617 Thread.
6618
6619 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6620
6621 * gdb.python/py-completion.exp: Download the .py file to the host
6622 and use its host pathname. Conditionalize tests that use
6623 tab completion and manipulate files on the build machine.
6624 * gdb.python/py-events.exp: Download the .py file to the host
6625 and use its host pathname.
6626 * gdb.python/py-evsignal.exp: Likewise.
6627 * gdb.python/py-evthreads.exp: Likewise.
6628 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6629 pathname syntax.
6630 * gdb.python/py-framefilter.exp: Download the .py file to the right
6631 place on the host. Match Windows pathname syntax.
6632 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6633 .py file to the host and use its host pathname.
6634 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6635 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6636 build pathname. Skip symlink test on Windows host. Add missing
6637 newline at end of file.
6638 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6639 and use its host pathname.
6640 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6641 * gdb.python/py-section-script.exp: Use host location of binfile
6642 on safe-path. Use correct path separator on Windows host.
6643 Reorder alternatives in gdb_test_multiple to prevent matching
6644 the wrong alternative on success.
6645 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6646
6647 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6648
6649 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6650 expect the GDB inferior to no longer immediately stop after
6651 being resumed with "signal SIGINT".
6652
6653 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6654
6655 * gdb.linespec/break-ask.exp: Generalize regexps to match
6656 Windows pathnames too.
6657
6658 2019-08-08 Tom de Vries <tdevries@suse.de>
6659
6660 PR testsuite/24862
6661 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6662
6663 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6664
6665 * gdb.base/style.exp: Update tests for help doc new invariants.
6666 * gdb.base/help.exp: Likewise.
6667
6668 2019-08-06 Tom Tromey <tom@tromey.com>
6669
6670 * gdb.base/style.exp: Add disassemble test.
6671 * gdb.base/style.c (some_called_function): New function.
6672 (main): Use it.
6673
6674 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6675
6676 * gdb.python/py-block.exp: Test dictionary access on blocks.
6677
6678 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
6679
6680 PR gdb/24863
6681 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6682 -list-thread-groups --available test when running under
6683 check-read1.
6684
6685 2019-08-05 Tom de Vries <tdevries@suse.de>
6686
6687 PR testsuite/24863
6688 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6689 * gdb.base/help.exp: Use with_read1_timeout_factor.
6690 * gdb.base/info-macros.exp: Same.
6691 * gdb.cp/nested-types.exp: Same.
6692
6693 2019-08-05 Tom de Vries <tdevries@suse.de>
6694
6695 * lib/gdb.exp (version_at_least): Factor out of ...
6696 (tcl_version_at_least): ... here.
6697 (gdb_compile): Fail if pie results in non-PIE executable.
6698 (readelf_version, readelf_prints_pie): New proc.
6699 (exec_is_pie): Return -1 if unknown.
6700
6701 2019-08-05 Tom de Vries <tdevries@suse.de>
6702
6703 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6704
6705 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6706
6707 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6708
6709 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6710
6711 * lib/completion-support.exp (test_gdb_complete_none): Skip
6712 tab completion tests if no readline support.
6713 (test_gdb_complete_unique_re): Likewise.
6714 (test_gdb_complete_multiple): Likewise.
6715
6716 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6717
6718 * gdb.base/info_sources.exp: New file.
6719 * gdb.base/info_sources.c: New file.
6720 * gdb.base/info_sources_base.c: New file.
6721
6722 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6723
6724 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6725 prefix argument.
6726 (test_exit_status): Add prefix argument.
6727
6728 2019-08-01 Tom de Vries <tdevries@suse.de>
6729
6730 PR testsuite/24863
6731 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6732 calling exp_continue for new thread and thread exited messages.
6733
6734 2019-08-01 Tom de Vries <tdevries@suse.de>
6735
6736 PR testsuite/24863
6737 * gdb.base/structs.exp: Fix check-read1 timeout using
6738 gdb_test_sequence.
6739 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6740
6741 2019-08-01 Tom de Vries <tdevries@suse.de>
6742
6743 PR testsuite/24863
6744 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6745 line.
6746
6747 2019-08-01 Tom de Vries <tdevries@suse.de>
6748
6749 PR testsuite/24863
6750 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6751
6752 2019-07-30 Tom Tromey <tromey@adacore.com>
6753
6754 * gdb.ada/display_nested.exp: New file.
6755 * gdb.ada/display_nested/foo.adb: New file.
6756 * gdb.ada/display_nested/pack.adb: New file.
6757 * gdb.ada/display_nested/pack.ads: New file.
6758
6759 2019-07-30 Christian Biesinger <cbiesinger@google.com>
6760
6761 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6762 namespace.
6763 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6764
6765 2019-07-30 Tom de Vries <tdevries@suse.de>
6766
6767 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6768 instead.
6769
6770 2019-07-30 Tom de Vries <tdevries@suse.de>
6771
6772 PR testsuite/24834
6773 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6774 (exec_is_pie): New proc.
6775
6776 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6777
6778 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6779
6780 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6781
6782 * gdb.python/py-objfile.c: Add global and static vars.
6783 * gdb.python/py-objfile.exp: Test new functions Objfile.
6784 lookup_global_symbol and lookup_static_symbol.
6785
6786 2019-07-29 Tom Tromey <tom@tromey.com>
6787
6788 * lib/tuiterm.exp (Term::_csi_@): New proc.
6789 (Term::_csi_X): Don't move cursor.
6790
6791 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6792
6793 * gdb.base/options.exp: Update backtrace - completion to
6794 new option -frame-info.
6795 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6796 Test new 'set print frame-info'. Test backtrace -frame-info
6797 overriding 'set print frame-info'.
6798 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6799 Test new 'set print frame-info'.
6800 Verify consistency of backtrace with and without filters, with and
6801 without -no-filters.
6802 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6803 default.
6804
6805 2019-07-29 Tom de Vries <tdevries@suse.de>
6806
6807 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6808 no arguments".
6809
6810 2019-07-29 Tom de Vries <tdevries@suse.de>
6811
6812 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6813 is a substring of the first for "complete non-unique file name".
6814
6815 2019-07-29 Tom de Vries <tdevries@suse.de>
6816
6817 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6818 with ".*".
6819
6820 2019-07-29 Tom de Vries <tdevries@suse.de>
6821
6822 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6823 Pass prompt_regexp parameter to gdb_test_multiple calls.
6824
6825 2019-07-29 Tom de Vries <tdevries@suse.de>
6826
6827 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6828 print registers" regexps.
6829
6830 2019-07-29 Tom de Vries <tdevries@suse.de>
6831
6832 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6833
6834 2019-07-29 Tom de Vries <tdevries@suse.de>
6835
6836 PR gdb/24855
6837 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6838 (skip_python_tests_prompt): Add prompt_regexp argument to
6839 gdb_test_multiple calls.
6840
6841 2019-07-27 Tom Tromey <tom@tromey.com>
6842
6843 * gdb.tui/main.exp: New file.
6844
6845 2019-07-27 Tom Tromey <tom@tromey.com>
6846
6847 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6848 optional.
6849 * gdb.tui/empty.exp: New file.
6850
6851 2019-07-27 Tom Tromey <tom@tromey.com>
6852
6853 * lib/tuiterm.exp (spawn): New proc.
6854 (Term::resize): New proc.
6855 * gdb.tui/resize.exp: New file.
6856
6857 2019-07-27 Tom Tromey <tom@tromey.com>
6858
6859 * gdb.tui/list.exp: New file.
6860
6861 2019-07-27 Tom Tromey <tom@tromey.com>
6862
6863 * gdb.tui/regs.exp: New file.
6864
6865 2019-07-27 Tom Tromey <tom@tromey.com>
6866
6867 * gdb.tui/basic.exp: Add "layout split" test.
6868
6869 2019-07-27 Tom Tromey <tom@tromey.com>
6870
6871 * gdb.tui/basic.exp: Add "layout asm" test.
6872
6873 2019-07-27 Tom Tromey <tom@tromey.com>
6874
6875 * lib/tuiterm.exp: New file.
6876 * gdb.tui/basic.exp: New file.
6877
6878 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6879
6880 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6881 Enable tests associated with this flag. Adjust regex
6882 referencing "foo_low" to now refer to "foo_cold" instead.
6883
6884 2019-07-27 Kevin Buettner <kevinb@redhat.com>
6885
6886 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6887 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6888 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6889 foo_cold. Revise comments to match.
6890 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6891 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6892 were wrapped into this proc; Call do_test in loop from outermost
6893 level.
6894 (foo_low): Rename all occurrences to "foo_cold".
6895 (backtrace from baz): New test.
6896 (x2/i foo_cold): New test.
6897 (info line *foo_cold): New test.
6898
6899 2019-07-26 Tom de Vries <tdevries@suse.de>
6900
6901 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6902
6903 2019-07-25 Tom de Vries <tdevries@suse.de>
6904
6905 PR testsuite/24830
6906 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6907 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6908 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6909 (skip_libstdcxx_probe_tests): ... here.
6910 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6911
6912 2019-07-24 Tom de Vries <tdevries@suse.de>
6913
6914 PR testsuite/24807
6915 * gdb.objc/basicclass.m: Include stdio.h.
6916 * gdb.objc/nondebug.m: Same.
6917 * gdb.objc/objcdecode.m: Same.
6918
6919 2019-07-24 Tom de Vries <tdevries@suse.de>
6920
6921 PR testsuite/24612
6922 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6923 additional_flags.
6924
6925 2019-07-24 Tom de Vries <tdevries@suse.de>
6926
6927 PR testsuite/24831
6928 * gdb.multi/tids.exp: Update error messages for info threads.
6929
6930 2019-07-24 Tom de Vries <tdevries@suse.de>
6931
6932 * gdb.base/info-types.exp: Allow info types to print info for more than
6933 one file.
6934
6935 2019-07-23 Tom de Vries <tdevries@suse.de>
6936
6937 PR testsuite/24842
6938 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6939 gdb_spawn_with_cmdline_opts.
6940
6941 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6942
6943 * gdb.arch/arm-cmse-sgstubs.c: New test.
6944 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6945
6946 2019-07-23 Tom de Vries <tdevries@suse.de>
6947
6948 PR testsuite/24711
6949 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6950 issuing next command.
6951
6952 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6953
6954 * gdb.ada/info_auto_lang.exp: Update expected results.
6955 * gdb.base/info-types.c: Add additional types to check.
6956 * gdb.base/info-types.exp: Update expected results.
6957
6958 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 * gdb.base/info-types.c: New file.
6961 * gdb.base/info-types.exp: New file.
6962
6963 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6964
6965 * gdb.arch/riscv-bp-infcall.c: New file.
6966 * gdb.arch/riscv-bp-infcall.exp: New file.
6967
6968 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6969
6970 PR breakpoints/24541
6971 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6972
6973 2019-07-14 Tom de Vries <tdevries@suse.de>
6974
6975 PR testsuite/24760
6976 * gdb.objc/basicclass.exp: Fix unterminated string.
6977
6978 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6979 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6982 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6983 negative bounds.
6984 * gdb.fortran/vla-value.exp: Print elements of an array with
6985 negative bounds.
6986 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6987 testing.
6988
6989 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6990
6991 * gdb.base/options.exp (expect_string): Dequote strings in
6992 results.
6993 (test-string): Test strings with different quoting and reindent.
6994
6995 2019-07-10 Tom Tromey <tromey@adacore.com>
6996
6997 * gdb.ada/mi_ex_cond.exp: Update expected results.
6998 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6999 * gdb.ada/mi_catch_ex.exp: Update expected results.
7000 * gdb.ada/mi_catch_assert.exp: Update expected results.
7001 * gdb.ada/catch_ex.exp (catch_exception_info)
7002 (catch_exception_entry, catch_assert_entry)
7003 (catch_unhandled_entry): Update.
7004 * gdb.ada/catch_assert_if.exp: Update expected results.
7005
7006 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7007 Stephen Roberts <stephen.roberts@arm.com>
7008
7009 * gdb.base/define.exp: Restore original prompt.
7010
7011 2019-07-09 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7014 breakpoints" output.
7015 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7016 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7017 throw" creates breakpoint.
7018 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7019 'type="catchpoint"'.
7020
7021 2019-07-09 Pedro Alves <palves@redhat.com>
7022
7023 PR c++/15468
7024 * gdb.cp/except-multi-location-lib.cc: New.
7025 * gdb.cp/except-multi-location-main.cc: New.
7026 * gdb.cp/except-multi-location.exp: New.
7027
7028 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7029
7030 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7031 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7032 argument and update callers.
7033
7034 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7035
7036 * gdb.arch/amd64-break-on-asm-line.S: New file.
7037 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7038
7039 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7040
7041 * gdb.base/printcmds.exp: Test printing C string and
7042 C wide string convenience vars without transiting via the inferior.
7043 Also make test names unique.
7044
7045 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7046
7047 PR breakpoints/25011
7048 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7049
7050 2019-07-04 Pedro Alves <palves@redhat.com>
7051
7052 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7053 body returned ok(0), break(3) or continue(4).
7054 * gdb.testsuite/foreach_with_prefix.exp: New file.
7055
7056 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7057
7058 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7059
7060 2019-07-03 Pedro Alves <palves@redhat.com>
7061
7062 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7063 "return -code".
7064
7065 2019-07-03 Pedro Alves <palves@redhat.com>
7066
7067 PR cli/24732
7068 * gdb.base/shell.exp: Load completion-support.exp.
7069 Adjust expected error output. Add completion tests.
7070
7071 2019-07-03 Pedro Alves <palves@redhat.com>
7072
7073 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7074 string_to_regexp.
7075
7076 2019-07-03 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7079 (expect_integer): Adjust to expect "-string".
7080 (expect_string): New.
7081 (all_options): Expect "-string".
7082 (test-flag, test-boolean): Adjust to expect "-string".
7083 (test-string): New proc.
7084 (top level): Call it.
7085
7086 2019-07-03 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7089 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7090 the expected output in the success.
7091
7092 2019-07-03 Pedro Alves <palves@redhat.com>
7093
7094 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7095 Split one gdb_test_multiple call in two to avoid a race.
7096
7097 2019-07-03 Pedro Alves <palves@redhat.com>
7098
7099 * gdb.base/with.c: New file.
7100 * gdb.base/with.exp: New file.
7101
7102 2019-07-03 Pedro Alves <palves@redhat.com>
7103
7104 * gdb.base/settings.exp: Replace all references to "maint
7105 test-settings set" with references to "maint set test-settings",
7106 and all references to "maint test-settings show" with references
7107 to "maint show test-settings".
7108
7109 2019-07-03 Pedro Alves <palves@redhat.com>
7110
7111 * gdb.base/settings.exp (test-string): Adjust expected out when
7112 testing "maint test-settings show filename"
7113
7114 2019-07-02 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/options.exp (test-info-threads): New procedure.
7117 (top level): Call it.
7118
7119 2019-06-28 Tom Tromey <tromey@adacore.com>
7120
7121 * gdb.dwarf2/ada-linkage-name.c: New file.
7122 * gdb.dwarf2/ada-linkage-name.exp: New file.
7123
7124 2019-06-27 Tom Tromey <tromey@adacore.com>
7125
7126 PR c++/20020:
7127 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7128
7129 2019-06-26 Tom de Vries <tdevries@suse.de>
7130
7131 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7132
7133 2019-06-26 Tom de Vries <tdevries@suse.de>
7134
7135 * gdb.base/index-cache.exp: Add back missing debug option.
7136
7137 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7138
7139 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7140
7141 2019-06-25 Tom de Vries <tdevries@suse.de>
7142
7143 PR testsuite/24727
7144 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7145
7146 2019-06-24 Tom de Vries <tdevries@suse.de>
7147
7148 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7149
7150 2019-06-24 Tom de Vries <tdevries@suse.de>
7151
7152 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7153 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7154 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7155
7156 2019-06-24 Tom de Vries <tdevries@suse.de>
7157
7158 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7159
7160 2019-06-21 Tom de Vries <tdevries@suse.de>
7161
7162 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7163
7164 2019-06-21 Tom de Vries <tdevries@suse.de>
7165
7166 PR testsuite/24518
7167 PR ada/24713
7168 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7169 index.
7170
7171 2019-06-19 Tom Tromey <tromey@adacore.com>
7172
7173 * gdb.ada/length_cond.exp: Add intro comment.
7174
7175 2019-06-19 Tom Tromey <tromey@adacore.com>
7176
7177 * gdb.ada/length_cond.exp: New file.
7178 * gdb.ada/length_cond/length_cond.adb: New file.
7179 * gdb.ada/length_cond/pck.adb: New file.
7180 * gdb.ada/length_cond/pck.ads: New file.
7181
7182 2019-06-18 Tom de Vries <tdevries@suse.de>
7183
7184 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7185
7186 2019-06-18 Tom Tromey <tromey@adacore.com>
7187
7188 * gdb.base/list0.h: Add comment explaining control character.
7189
7190 2019-06-18 Tom de Vries <tdevries@suse.de>
7191
7192 * boards/fission.exp: Break up long debug_flags line.
7193
7194 2019-06-16 Tom de Vries <tdevries@suse.de>
7195
7196 PR gdb/24445
7197 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7198 generated index.
7199
7200 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 PR gdb/24686
7203 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7204 improve detection of bug gdb/24541.
7205
7206 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7207
7208 PR gdb/24669
7209 * gdb.base/index-cache.exp (uses_readnow,
7210 expecting_index_cache_use): Define global variable.
7211 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7212 expecting_index_cache_use.
7213
7214 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7215 Andrew Burgess <andrew.burgess@embecosm.com>
7216
7217 * gdb.fortran/pointers.f90: New file.
7218 * gdb.fortran/print_type.exp: New file.
7219 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7220 * gdb.fortran/vla-type.exp: Likewise.
7221 * gdb.fortran/vla-value.exp: Likewise.
7222 * gdb.mi/mi-vla-fortran.exp: Likewise.
7223
7224 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7225
7226 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7227 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7228 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7229 as a stop reason.
7230
7231 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7232
7233 * gdb.base/annota1.exp: Update expected results.
7234 * gdb.cp/annota2.exp: Likewise.
7235 * gdb.cp/annota3.exp: Likewise.
7236
7237 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7238
7239 * gdb.base/style-logging.exp: Remove path from test name.
7240
7241 2019-06-14 Tom Tromey <tromey@adacore.com>
7242
7243 PR gdb/24502:
7244 * gdb.base/style-logging.exp: New file.
7245
7246 2019-06-14 Tom Tromey <tromey@adacore.com>
7247
7248 * gdb.base/symfile-warn.exp: New file.
7249 * gdb.base/symfile-warn.c: New file.
7250
7251 2019-06-14 Tom Tromey <tromey@adacore.com>
7252
7253 * gdb.base/annotate-symlink.exp: New file.
7254
7255 2019-06-14 Tom Tromey <tromey@adacore.com>
7256
7257 * gdb.ada/set_wstr.exp: Add reassignment test.
7258
7259 2019-06-14 Tom Tromey <tromey@adacore.com>
7260
7261 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7262 'unchecked_access and 'unrestricted_access as well.
7263
7264 2019-06-14 Tom Tromey <tromey@adacore.com>
7265
7266 PR ada/24539:
7267 * gdb.ada/vla.exp: Update tests.
7268 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7269 pragma.
7270
7271 2019-06-13 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/settings.exp (test-integer): Test junk after
7274 "unlimited".
7275
7276 2019-06-13 Pedro Alves <palves@redhat.com>
7277
7278 * gdb.base/options.exp (test-thread-apply): New.
7279 (top level): Call it.
7280
7281 2019-06-13 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.base/options.exp (test-frame-apply): New.
7284 (top level): Test print commands with different "frame apply"
7285 prefixes.
7286
7287 2019-06-13 Pedro Alves <palves@redhat.com>
7288
7289 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7290 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7291 'max_completions' parameter and handle it.
7292 (test_gdb_completion_offers_commands): New.
7293
7294 2019-06-13 Pedro Alves <palves@redhat.com>
7295
7296 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7297
7298 2019-06-13 Pedro Alves <palves@redhat.com>
7299
7300 * gdb.base/options.exp (test-backtrace): New.
7301 (top level): Call it.
7302
7303 2019-06-13 Pedro Alves <palves@redhat.com>
7304
7305 * gdb.guile/scm-frame-args.exp: Use "set print
7306 raw-frame-arguments" instead of "set print raw frame-arguments".
7307 * gdb.python/py-frame-args.exp: Likewise.
7308
7309 2019-06-13 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.compile/compile.exp: Adjust expected output to option
7312 processing changes.
7313
7314 2019-06-13 Pedro Alves <palves@redhat.com>
7315
7316 * gdb.base/options.exp: Build executable.
7317 (test-print): New procedure.
7318 (top level): Call it, once for "print" and another for "compile
7319 print".
7320
7321 2019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/options.c: New file.
7324 * gdb.base/options.exp: New file.
7325
7326 2019-06-13 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7329 that "o" is ambiguous.
7330
7331 2019-06-13 Pedro Alves <palves@redhat.com>
7332
7333 * gdb.base/settings.c: New file.
7334 * gdb.base/settings.exp: New file.
7335
7336 2019-06-13 Pedro Alves <palves@redhat.com>
7337
7338 * gdb.base/completion.exp: Fix comment typo.
7339
7340 2019-06-13 Pedro Alves <palves@redhat.com>
7341
7342 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7343 foo --1" test.
7344
7345 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7346
7347 * gdb.fortran/block-data.f: New.
7348 * gdb.fortran/block-data.exp: New.
7349
7350 2019-06-11 Tom de Vries <tdevries@suse.de>
7351
7352 PR testsuite/24521
7353 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7354 message.
7355
7356 2019-06-11 Tom de Vries <tdevries@suse.de>
7357
7358 PR testsuite/24521
7359 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7360
7361 2019-06-11 Tom de Vries <tdevries@suse.de>
7362
7363 * boards/readnow.exp: New file.
7364
7365 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7366
7367 * gdb.fortran/vla-sizeof.exp: Update expected results.
7368
7369 2019-06-06 Amos Bird <amosbird@gmail.com>
7370
7371 * gdb.base/annota1.exp (thread_switch): Add test for
7372 thread-exited annotation.
7373
7374 2019-06-06 Tom Tromey <tromey@adacore.com>
7375
7376 * gdb.base/maint.exp: Expect command started/finished output.
7377
7378 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7379
7380 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7381 comment.
7382 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7383
7384 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7385
7386 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7387 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7388 * gdb.arch/riscv-unwind-long-insn.c: New file.
7389 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7390
7391 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7392
7393 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7394
7395 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7396
7397 * lib/gdb.exp (help_list_trailer): New regexp variable
7398 factorizing the help trailer message.
7399 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7400 arg to allow to better factorize various tests.
7401 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7402 (test_prefix_command_help): Use help_list_trailer.
7403 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7404 * gdb.guile/scm-cmd.exp: Likewise.
7405 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7406 * gdb.base/help.exp: Use test_user_defined_class_help.
7407 * gdb.base/style.exp: Add tests for styling of help and apropos.
7408 * lib/gdb-utils.exp (style): Add title and highlight styles.
7409
7410 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7411
7412 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7413 $_shell_exitsignal.
7414 * gdb.base/default.exp: Update for new convenience variables.
7415
7416 2019-05-29 Tom Tromey <tromey@adacore.com>
7417
7418 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7419 to "break complete ada" test case's regexp.
7420
7421 2019-05-29 Tom Tromey <tromey@adacore.com>
7422
7423 PR c++/20020:
7424 * gdb.cp/constexpr-field.exp: New file.
7425 * gdb.cp/constexpr-field.cc: New file.
7426
7427 2019-05-29 Tom Tromey <tromey@adacore.com>
7428
7429 * gdb.base/finish.exp (finish_no_print): New proc.
7430 (finish_tests): Call it.
7431
7432 2019-05-24 Tom de Vries <tdevries@suse.de>
7433
7434 * gdb.dwarf2/gdb-add-index.exp: New file.
7435
7436 2019-05-22 Tom Tromey <tromey@adacore.com>
7437
7438 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7439 * gdb.base/style.exp: Use "style".
7440 * lib/gdb-utils.exp (style): New proc.
7441
7442 2019-05-22 Tom de Vries <tdevries@suse.de>
7443
7444 * gdb.base/align.exp: Require c++11.
7445
7446 2019-05-22 Tom de Vries <tdevries@suse.de>
7447
7448 PR testsuite/24586
7449 * gdb.python/py-mi-var-info-path-expression.exp: Call
7450 mi_skip_python_tests to check if python is supported.
7451
7452 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7453
7454 * gdb.arch/aarch64-pauth.c: New test.
7455 * gdb.arch/aarch64-pauth.exp: New file.
7456
7457 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7458
7459 * README (Re-running Tests Outside The Testsuite): New section.
7460
7461 2019-05-21 Tom de Vries <tdevries@suse.de>
7462
7463 * gdb.arch/amd64-eval.exp: Require c++11.
7464 * gdb.base/max-depth.exp: Same.
7465 * gdb.compile/compile-cplus-array-decay.exp: Same.
7466 * gdb.cp/meth-typedefs.exp: Same.
7467 * gdb.cp/subtypes.exp: Same.
7468 * gdb.cp/temargs.exp: Same.
7469
7470 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7471
7472 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7473
7474 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7475
7476 PR gdb/18644
7477 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7478 * gdb.fortran/printing-types.exp: Add new test.
7479 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7480 testing.
7481 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7482 setup_kfail call.
7483
7484 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7485
7486 * README (Running the Testsuite): Change example.
7487 (Testsuite Parameters): Remove TRANSCRIPT.
7488 * lib/gdb.exp: Remove TRANSCRIPT check.
7489
7490 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7491
7492 * README (Testsuite Parameters): Add replay logging to
7493 GDBSERVER_DEBUG.
7494 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7495 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7496 as a comma separated list.
7497 (gdb_debug_init): Override procedure.
7498
7499 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7500
7501 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7502 (gdb_write_cmd_file): New procedure.
7503 * lib/gdbserver-support.exp (gdbserver_start): Call
7504 gdbserver_write_cmd_file.
7505 (gdbserver_write_cmd_file): New procedure.
7506
7507 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7508
7509 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7510 (delete_breakpoints): Likewise.
7511 (gdb_run_cmd): Likewise.
7512 (gdb_start_cmd): Likewise.
7513 (gdb_starti_cmd): Likewise.
7514 (gdb_internal_error_resync): Likewise.
7515 (gdb_test_multiple): Likewise.
7516 (gdb_reinitialize_dir): Likewise.
7517 (default_gdb_exit): Likewise.
7518 (gdb_file_cmd): Mark kill as optional.
7519 (default_gdb_start): Call gdb_stdin_log_init.
7520 (send_gdb): Call gdb_stdin_log_write.
7521 (rerun_to_main): Mark Y as an answer.
7522 (gdb_stdin_log_init): New function.
7523 (gdb_stdin_log_write): Likewise.
7524
7525 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7526
7527 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7528 * gdb.base/debug-expr.exp: Likewise.
7529 * gdb.base/foll-fork.exp: Likewise.
7530 * gdb.base/foll-vfork.exp: Likewise.
7531 * gdb.base/fork-print-inferior-events.exp: Likewise.
7532 * gdb.base/gdb-sigterm.exp: Likewise.
7533 * gdb.base/gdbinit-history.exp: Likewise.
7534 * gdb.base/osabi.exp: Likewise.
7535 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7536 * gdb.base/ui-redirect.exp: Likewise.
7537 * gdb.gdb/unittest.exp: Likewise.
7538 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7539 * gdb.mi/mi-watch.exp: Likewise.
7540 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7541 * gdb.mi/user-selected-context-sync.exp: Likewise.
7542 * gdb.python/python.exp: Disable debug test when debugging.
7543 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7544 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7545 Likewise.
7546 * gdb.threads/stepi-random-signal.exp: Likewise.
7547
7548 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7549
7550 * Makefile.in: Pass through GDB_DEBUG.
7551 * README (Testsuite Parameters): Add GDB_DEBUG.
7552 (gdb,debug): Add board setting.
7553 * lib/gdb.exp (default_gdb_start): Start debugging.
7554 (gdb_debug_enabled): New procedure.
7555 (gdb_debug_init): Likewise.
7556
7557 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7558
7559 * Makefile.in: Pass through GDB_DEBUG.
7560 * README (Testsuite Parameters): Add GDB_DEBUG.
7561 (gdb,debug): Add board setting.
7562 * lib/gdb.exp (default_gdb_start): Start debugging.
7563 (gdb_debug_enabled): New procedure.
7564 (gdb_debug_init): Likewise.
7565
7566 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7567
7568 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7569
7570 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7571
7572 * gdb.base/ui-redirect.exp: Test redirection.
7573
7574 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7575
7576 * gdb.mi/mi-complete.exp: New file.
7577 * gdb.mi/mi-complete.cc: Likewise.
7578
7579 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7580
7581 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7582 indexed and sliced arrays, and pointers to arrays.
7583
7584 2019-05-14 Tom Tromey <tromey@adacore.com>
7585
7586 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7587 styling test.
7588
7589 2019-05-14 Tom de Vries <tdevries@suse.de>
7590
7591 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7592 selection entry encoding.
7593
7594 2019-05-10 Tom Tromey <tromey@adacore.com>
7595
7596 * gdb.ada/info_exc.exp: Add "complete" test.
7597
7598 2019-05-09 Tom de Vries <tdevries@suse.de>
7599
7600 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7601 CU-relative.
7602
7603 2019-05-09 Tom de Vries <tdevries@suse.de>
7604
7605 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7606 CU-relative.
7607
7608 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7609
7610 * gdb.ada/frame_arg_lang.exp: New testcase.
7611 * gdb.ada/frame_arg_lang/bla.adb: New file.
7612 * gdb.ada/frame_arg_lang/pck.ads: New file.
7613 * gdb.ada/frame_arg_lang/pck.adb: New file.
7614 * gdb.ada/frame_arg_lang/foo.c: New file.
7615
7616 2019-05-08 Tom Tromey <tromey@adacore.com>
7617
7618 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7619
7620 2019-05-08 Tom Tromey <tromey@adacore.com>
7621
7622 * gdb.base/ptype-offsets.exp: Update tests.
7623
7624 2019-05-08 Tom Tromey <tromey@adacore.com>
7625
7626 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7627 cases.
7628 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7629 "short".
7630
7631 2019-05-08 Tom Tromey <tromey@adacore.com>
7632
7633 * gdb.ada/vla.exp: New file.
7634 * gdb.ada/vla/vla.adb: New file.
7635
7636 2019-05-07 Tom de Vries <tdevries@suse.de>
7637
7638 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7639
7640 2019-05-07 Tom de Vries <tdevries@suse.de>
7641
7642 PR testsuite/24522
7643 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7644 section.
7645
7646 2019-05-07 Tom de Vries <tdevries@suse.de>
7647
7648 PR testsuite/24522
7649 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7650 .debug_aranges section.
7651
7652 2019-05-07 Tom de Vries <tdevries@suse.de>
7653
7654 PR testsuite/24159
7655 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7656
7657 2019-05-06 Tom de Vries <tdevries@suse.de>
7658
7659 * lib/gdb.exp (exec_has_index_section): New proc.
7660 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7661 section.
7662
7663 2019-05-04 Tom de Vries <tdevries@suse.de>
7664
7665 * boards/cc-with-debug-names.exp: New file.
7666
7667 2019-05-03 Tom Tromey <tromey@adacore.com>
7668
7669 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7670 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7671 * gdb.ada/char_enum.exp: Add test.
7672
7673 2019-05-03 Tom de Vries <tdevries@suse.de>
7674
7675 * boards/cc-with-gdb-index.exp: New file.
7676
7677 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7678
7679 * gdb.rust/simple.exp: Add new test case.
7680 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7681 (main): Initialise an instance of the new struct.
7682
7683 2019-05-01 Tom Tromey <tromey@adacore.com>
7684
7685 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7686 record.
7687 (NPR): New variable.
7688 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7689 test.
7690
7691 2019-05-01 Tom Tromey <tromey@adacore.com>
7692
7693 * gdb.ada/packed_array_assign.exp: Add packed assignment
7694 regression test.
7695
7696 2019-05-01 Tom de Vries <tdevries@suse.de>
7697
7698 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7699
7700 2019-05-01 Tom de Vries <tdevries@suse.de>
7701
7702 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7703
7704 2019-04-30 Ali Tamur <tamur@google.com>
7705
7706 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7707
7708 2019-04-30 Tom Tromey <tromey@adacore.com>
7709
7710 * lib/ada.exp (find_ada_tool): New proc.
7711 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7712 * gdb.ada/catch_ex_std.exp: New file.
7713 * gdb.ada/catch_ex_std/foo.adb: New file.
7714 * gdb.ada/catch_ex_std/some_package.adb: New file.
7715 * gdb.ada/catch_ex_std/some_package.ads: New file.
7716
7717 2019-04-30 Tom Tromey <tromey@adacore.com>
7718
7719 PR c++/24470:
7720 * gdb.cp/temargs.cc: Add test code from PR.
7721
7722 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7723
7724 * gdb.fortran/vla-datatypes.exp: Update expected results.
7725 * gdb.fortran/vla-ptype.exp: Likewise.
7726 * gdb.fortran/vla-type.exp: Likewise.
7727 * gdb.fortran/vla-value.exp: Likewise.
7728
7729 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7730
7731 * gdb.fortran/ptr-indentation.exp: Update expected results.
7732 * gdb.fortran/ptype-on-functions.exp: Likewise.
7733 * gdb.fortran/vla-ptr-info.exp: Likewise.
7734 * gdb.fortran/vla-value.exp: Likewise.
7735
7736 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7737
7738 * gdb.fortran/ptype-on-functions.exp: New file.
7739 * gdb.fortran/ptype-on-functions.f90: New file.
7740
7741 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7742
7743 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7744 case void string.
7745
7746 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7747
7748 * gdb.fortran/complex.exp: Expand.
7749 * gdb.fortran/complex.f: Renamed to...
7750 * gdb.fortran/complex.f90: ...this, and extended to add more
7751 complex values.
7752
7753 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7754
7755 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7756 MODULO, CMPLX.
7757
7758 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7759 Richard Bunt <richard.bunt@arm.com>
7760
7761 * gdb.base/max-depth.c: New file.
7762 * gdb.base/max-depth.exp: New file.
7763 * gdb.python/py-nested-maps.c: New file.
7764 * gdb.python/py-nested-maps.exp: New file.
7765 * gdb.python/py-nested-maps.py: New file.
7766 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7767 (test_all_common): Call test_max_depth.
7768 * gdb.fortran/max-depth.exp: New file.
7769 * gdb.fortran/max-depth.f90: New file.
7770 * gdb.go/max-depth.exp: New file.
7771 * gdb.go/max-depth.go: New file.
7772 * gdb.modula2/max-depth.exp: New file.
7773 * gdb.modula2/max-depth.c: New file.
7774 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7775
7776 2019-04-29 Tom de Vries <tdevries@suse.de>
7777
7778 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7779
7780 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7781
7782 * gdb.base/callexit.exp: Test may-call-functions off.
7783
7784 2019-04-25 Keith Seitz <keiths@redhat.com>
7785
7786 PR c++/24367
7787 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7788 (another_incomplete_struct, test_incomplete): New definitions.
7789 (main): Use new definitions.
7790 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7791 functions.
7792
7793 2019-04-25 Ali Tamur <tamur@google.com>
7794
7795 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7796
7797 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7798
7799 PR corefiles/11608
7800 PR corefiles/18187
7801 * gdb.base/coredump-filter-build-id.exp: New file.
7802
7803 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7804
7805 * Makefile.in: Pass through GDBSERVER_DEBUG.
7806 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7807 (gdbserver,debug): Add board setting.
7808 * gdb.trace/tspeed.exp: Skip when debugging.
7809 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7810 * lib/gdbserver-support.exp: Likewise
7811
7812 2019-04-24 Tom Tromey <tromey@adacore.com>
7813
7814 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7815 Rust.
7816
7817 2019-04-24 Tom Tromey <tromey@adacore.com>
7818
7819 * gdb.arch/amd64-eval.exp: Test bitfield return.
7820 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7821 (class Foo) <return_bitfields>: New method.
7822 (main): Call it.
7823
7824 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7825
7826 * gdb.cp/many-args.cc: New file.
7827 * gdb.cp/many-args.exp: New file.
7828
7829 2019-04-23 Tom de Vries <tdevries@suse.de>
7830
7831 PR gdb/24433
7832 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7833
7834 2019-04-23 Alan Hayward <alan.hayward@arm.com>
7835
7836 * gdb.trace/backtrace.exp: Use nopie flag.
7837 * gdb.trace/circ.exp: Likewise.
7838 * gdb.trace/collection.exp: Likewise.
7839 * gdb.trace/ftrace.exp: Likewise.
7840 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7841 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7842 * gdb.trace/qtro.exp: Likewise.
7843 * gdb.trace/read-memory.exp: Likewise.
7844 * gdb.trace/report.exp: Likewise.
7845 * gdb.trace/tfile.exp: Likewise.
7846 * gdb.trace/tfind.exp: Likewise.
7847 * gdb.trace/unavailable.exp: Likewise.
7848
7849 2019-04-22 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.base/solib-probes-nosharedlibrary.c,
7852 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7853
7854 2019-04-19 Tom Tromey <tromey@adacore.com>
7855
7856 * gdb.ada/ptype_union.c: New file.
7857 * gdb.ada/ptype_union.exp: New file.
7858
7859 2019-04-19 Tom Tromey <tromey@adacore.com>
7860
7861 PR symtab/24423:
7862 * gdb.base/list0.h (foo): Add a control-l character.
7863
7864 2019-04-18 Tom de Vries <tdevries@suse.de>
7865
7866 PR gdb/24433
7867 * boards/local-board.exp: Set sysroot to "".
7868
7869 2019-04-18 Tom de Vries <tdevries@suse.de>
7870 Pedro Alves <palves@redhat.com>
7871
7872 PR gdb/24454
7873 * gdb.threads/vfork-follow-child-exec.c: New file.
7874 * gdb.threads/vfork-follow-child-exec.exp: New file.
7875 * gdb.threads/vfork-follow-child-exit.c: New file.
7876 * gdb.threads/vfork-follow-child-exit.exp: New file.
7877
7878 2019-04-15 Leszek Swirski <leszeks@google.com>
7879
7880 * gdb.arch/amd64-eval.cc: New file.
7881 * gdb.arch/amd64-eval.exp: New file.
7882
7883 2019-04-11 Alan Hayward <alan.hayward@arm.com>
7884
7885 * gdb.server/sysroot.c: New test.
7886 * gdb.server/sysroot.exp: New file.
7887 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7888 matching param.
7889
7890 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7891
7892 * gdb.base/align.exp: Extend test to cover structures containing
7893 only static fields.
7894
7895 2019-04-11 Tom de Vries <tdevries@suse.de>
7896
7897 * boards/cc-with-dwz-m.exp: New file.
7898 * boards/cc-with-dwz.exp: New file.
7899 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7900
7901 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
7902
7903 * gdb.base/start-cpp.exp: New file.
7904 * gdb.base/start-cpp.cc: New file.
7905
7906 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7907
7908 * gdb.python/py-thrhandle.exp: Adjust tests to call
7909 thread_from_handle instead of thread_from_thread_handle.
7910
7911 2019-04-08 Kevin Buettner <kevinb@redhat.com>
7912
7913 * gdb.python/py-thrhandle.exp: Add tests for
7914 gdb.InferiorThread.handle.
7915
7916 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7917
7918 * gdb.python/py-function.exp: Check calling helper function from
7919 all languages.
7920 * lib/gdb.exp (gdb_supported_languages): New proc.
7921
7922 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7923
7924 * gdb.base/complex-parts.c: New file.
7925 * gdb.base/complex-parts.exp: New file.
7926
7927 2019-04-01 Tom Tromey <tromey@adacore.com>
7928
7929 PR symtab/23331:
7930 * gdb.dwarf2/dw2-ranges-main.c: New file.
7931 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7932 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7933
7934 2019-03-30 Simon Marchi <simark@simark.ca>
7935
7936 * gdb.base/default.exp: Add values for $_gdb_major and
7937 $_gdb_minor.
7938
7939 2019-03-29 Tom Tromey <tromey@adacore.com>
7940
7941 * gdb.base/help.exp: Tighten apropos regexp.
7942
7943 2019-03-29 Keith Seitz <keiths@redhat.com>
7944
7945 * gdb.fortran/array-bounds.exp: New file.
7946 * gdb.fortran/array-bounds.f90: New file.
7947
7948 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7949
7950 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7951
7952 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7953
7954 * gdb.multi/hello.c (main): Increase alarm timer.
7955
7956 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7957
7958 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7959 factor when no hardware watchpoint support.
7960
7961 2019-03-28 Alan Hayward <alan.hayward@arm.com>
7962 Pedro Alves <palves@redhat.com>
7963
7964 * boards/local-board.exp: set sysroot to /.
7965
7966 2019-03-27 Alan Hayward <alan.hayward@arm.com>
7967
7968 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7969 in child.
7970
7971 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7972
7973 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7974 field.
7975 (make_container): Initialise new field.
7976 * gdb.python/py-prettyprint.exp: Add new tests.
7977 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7978 <display_hint>: New method.
7979
7980 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7981
7982 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7983 gdb_continue_to_breakpoint more throughout this test.
7984 (run_lang_tests) Supply unique test names, and use
7985 gdb_test_no_output.
7986
7987 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7988
7989 * gdb.base/finish-pretty.exp: Update expected results.
7990 * gdb.base/pretty-print.c: New file.
7991 * gdb.base/pretty-print.exp: New file.
7992
7993 2019-03-25 Pedro Alves <palves@redhat.com>
7994
7995 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7996 move comments outside list. Append '-i "" eof' section.
7997
7998 2019-03-22 Alan Hayward <alan.hayward@arm.com>
7999
8000 PR testsuite/25016
8001 * README: Add pie options.
8002 * gdb.base/break-interp.exp: Ensure pie is disabled.
8003 * gdb.base/dump.exp: Likewise.
8004 * lib/gdb.exp (gdb_compile): Add pie option.
8005
8006 2019-03-19 Tom Tromey <tromey@adacore.com>
8007
8008 * gdb.mi/mi2-cli-display.c: New file.
8009 * gdb.mi/mi2-cli-display.exp: New file.
8010
8011 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8012 Tom Tromey <tromey@adacore.com>
8013
8014 * gdb.ada/ptype_array/pck.adb: New file.
8015 * gdb.ada/ptype_array/pck.ads: New file.
8016 * gdb.ada/ptype_array/foo.adb: New file.
8017 * gdb.ada/ptype_array.exp: New file.
8018
8019 2019-03-14 Tom Tromey <tromey@adacore.com>
8020
8021 * gdb.base/style.exp: Add "set style sources" test.
8022
8023 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8024
8025 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8026 * mi-breakpoint-multiple-locations.exp: ... this.
8027 (make_breakpoints_pattern): New proc.
8028 (do_test): Add mi_version parameter, test -break-insert,
8029 -break-info and =breakpoint-created.
8030
8031 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8032
8033 * config/default.exp: Remove 'load_lib gdb.exp'.
8034 * config/monitor.exp: Likewise.
8035 * config/sid.exp: Likewise.
8036 * config/sim.exp: Likewise.
8037 * config/slite.exp: Likewise.
8038 * config/unix.exp: Likewise.
8039 * gdb.base/default.exp: Remove unhelpful comment.
8040
8041 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8042
8043 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8044
8045 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8046
8047 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8048
8049 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8050
8051 * gdb.fortran/type-kinds.exp: Update expected results.
8052
8053 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8054
8055 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8056
8057 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8058
8059 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8060 function.
8061 (test_basic_parsing_of_type_kinds): Expand types tested.
8062 (test_parsing_invalid_type_kinds): New function.
8063
8064 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8065
8066 * gdb.fortran/intrinsics.exp: New file.
8067 * gdb.fortran/intrinsics.f90: New file.
8068 * gdb.fortran/type-kinds.exp: New file.
8069
8070 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8071
8072 * gdb.fortran/dot-ops.exp: New file.
8073
8074 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8077 Check upper and lower case logical literals.
8078
8079 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8080
8081 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8082 Remove duplicate tests.
8083
8084 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8085
8086 * lib/gdb.exp (builtin_cd): rename of cd.
8087 (cd): Override builtin.
8088
8089 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8090
8091 * gdb.fortran/function-calls.exp: New file.
8092 * gdb.fortran/function-calls.f90: New test.
8093
8094 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8095
8096 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8097 on user program standard output.
8098 * gdb.fortran/short-circuit-argument-list.f90: Record function
8099 calls.
8100
8101 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8102
8103 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8104 failure.
8105
8106 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8107
8108 PR gdb/8527
8109 * gdb.base/interrupt-daemon-attach.c,
8110 gdb.base/interrupt-daemon-attach.exp: New test.
8111
8112 2019-02-27 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/page.exp: Add tests for "set width/height -1".
8115
8116 2019-02-27 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/page.exp: Add tests for "set/show width/height" with
8119 "infinite" values.
8120
8121 2019-02-27 Tom Tromey <tromey@adacore.com>
8122
8123 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8124 2.4.
8125 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8126 workaround.
8127
8128 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8129
8130 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8131 tests for structs with static members.
8132
8133 2019-02-26 Tom Tromey <tromey@adacore.com>
8134
8135 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8136 ValueError, not TypeError.
8137
8138 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8139
8140 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8141 call from main program.
8142
8143 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8144
8145 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8146 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8147 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8148 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8149 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8150
8151 2019-02-22 Keith Seitz <keiths@redhat.com>
8152
8153 PR symtab/23853
8154 * gdb.base/symlink-sourcefile.c: New file.
8155 * gdb.base/symlink-sourcefile.exp: New file.
8156
8157 2019-02-20 Tom Tromey <tom@tromey.com>
8158
8159 * gdb.base/info_qt.exp: Update.
8160
8161 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8162
8163 * gdb.base/source.exp: Move "error in sourced script" code to
8164 the end.
8165 * gdb.base/source-error.gdb: Move contents to
8166 source-error-1.gdb. Add new code to source source-error-1.gdb.
8167 * gdb.base/source-error-1.gdb: New file, from previous
8168 source-error.gdb.
8169
8170 2019-02-17 Tom Tromey <tom@tromey.com>
8171
8172 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8173 for macro styling.
8174 * gdb.base/style.c (SOME_MACRO): New macro.
8175
8176 2019-02-17 Tom Tromey <tom@tromey.com>
8177
8178 * gdb.base/style.exp: Add line-wrapping tests.
8179 * gdb.base/page.exp: Add test for quitting during pagination.
8180
8181 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8182
8183 * gdb.ada/big_packed_array: New testcase.
8184 * gdb.ada/homonym.exp: Fix incorrect expected output for
8185 "break <homonym__get_value>" test.
8186
8187 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8188
8189 PR breakpoints/21870
8190 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8191 and prepare_for_testing. Add comment.
8192 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8193 redundant cleanup call. Clean up comment.
8194
8195 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8196
8197 PR breakpoints/21870
8198 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8199 * gdb.arch/aarch64-dbreg-contents.c: New file.
8200
8201 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8202
8203 * gdb.ada/mi_ref_changeable: New testcase.
8204
8205 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8206
8207 * gdb.base/attach.exp: Add double attach test.
8208
8209 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8210
8211 * lib/gdb.exp (default_gdb_start): Don't match pagination
8212 prompt.
8213 (gdb_init): Set stty_init.
8214
8215 2019-01-27 Tom Tromey <tom@tromey.com>
8216
8217 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8218 skip_python_tests.
8219
8220 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8221
8222 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8223 New structure.
8224 (struct struct_static_02_02): Likewise.
8225 (struct struct_static_02_03): Likewise.
8226 (struct struct_static_02_04): Likewise.
8227 (struct struct_static_04_01): Likewise.
8228 (struct struct_static_04_02): Likewise.
8229 (struct struct_static_04_03): Likewise.
8230 (struct struct_static_04_04): Likewise.
8231 (struct struct_static_06_01): Likewise.
8232 (struct struct_static_06_02): Likewise.
8233 (struct struct_static_06_03): Likewise.
8234 (struct struct_static_06_04): Likewise.
8235 (cmp_struct_static_02_01): Likewise.
8236 (cmp_struct_static_02_02): Likewise.
8237 (cmp_struct_static_02_03): Likewise.
8238 (cmp_struct_static_02_04): Likewise.
8239 (cmp_struct_static_04_01): Likewise.
8240 (cmp_struct_static_04_02): Likewise.
8241 (cmp_struct_static_04_03): Likewise.
8242 (cmp_struct_static_04_04): Likewise.
8243 (cmp_struct_static_06_01): Likewise.
8244 (cmp_struct_static_06_02): Likewise.
8245 (cmp_struct_static_06_03): Likewise.
8246 (cmp_struct_static_06_04): Likewise.
8247 (call_all): Test new structs.
8248 * gdb.base/infcall-nested-structs.exp: Likewise.
8249
8250 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8251 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8252
8253 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8254 * gdb.base/stack-protector.c: New test.
8255 * gdb.base/stack-protector.exp: New file.
8256 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8257 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8258 option.
8259 (gdb_compile): Remove stack protector for GCC and prevent
8260 recursion.
8261
8262 2019-01-16 Keith Seitz <keiths@redhat.com>
8263
8264 PR gdb/23773
8265 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8266
8267 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8268
8269 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8270 aliases.
8271 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8272 tests.
8273 * gdb.arch/powerpc-vector-regs.c: New file.
8274 * gdb.arch/powerpc-vector-regs.exp: New file.
8275
8276 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8277
8278 * gdb.arch/altivec-regs.exp: Fix the list passed to
8279 gdb_expect_list when testing "info vector".
8280
8281 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8282
8283 * gdb.base/style.exp: Don't include path in testname.
8284
8285 2019-01-10 Keith Seitz <keiths@redhat.com>
8286
8287 PR gdb/23712
8288 PR symtab/23010
8289 * gdb.dwarf2/multidictionary.exp: New file.
8290
8291 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8292
8293 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8294 (test_gnuv3_style_demangling): ... this.
8295 (test_lucid_style_demangling): Remove.
8296 (test_arm_style_demangling): Remove.
8297 (test_hp_style_demangling): Remove.
8298 (do_tests): Remove calls to the above.
8299
8300 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8301
8302 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8303 case.
8304
8305 2019-01-06 Tom Tromey <tom@tromey.com>
8306
8307 PR gdb/28155:
8308 * gdb.dwarf2/typedef-void-finish.exp: New file.
8309
8310 2018-12-28 Tom Tromey <tom@tromey.com>
8311 Simon Marchi <simark@simark.ca>
8312
8313 * gdb.base/jit-exec.exp: New file.
8314 * gdb.base/jit-exec.c: New file.
8315 * gdb.base/jit-execd.c: New file.
8316
8317 2018-12-28 Tom Tromey <tom@tromey.com>
8318
8319 * gdb.base/style.exp: Update test to check for address styling.
8320
8321 2018-12-28 Tom Tromey <tom@tromey.com>
8322
8323 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8324 message.
8325
8326 2018-12-28 Tom Tromey <tom@tromey.com>
8327
8328 * gdb.base/style.exp: Add test for version number styling.
8329
8330 2018-12-28 Tom Tromey <tom@tromey.com>
8331
8332 * gdb.base/style.exp: Add test for print_address_symbolic.
8333
8334 2018-12-28 Tom Tromey <tom@tromey.com>
8335
8336 * gdb.base/style.exp: Add test for breakpoint setting.
8337
8338 2018-12-28 Tom Tromey <tom@tromey.com>
8339
8340 * gdb.base/style.exp: Add test for variable names.
8341
8342 2018-12-28 Tom Tromey <tom@tromey.com>
8343
8344 * gdb.base/style.exp: New file.
8345 * gdb.base/style.c: New file.
8346
8347 2018-12-28 Tom Tromey <tom@tromey.com>
8348
8349 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8350 "dumb".
8351 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8352 the TERM environment variable.
8353
8354 2018-12-27 Tom Tromey <tom@tromey.com>
8355
8356 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8357 pagination test.
8358
8359 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8360
8361 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8362 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8363
8364 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8365
8366 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8367 Filename a.adb changed to bp_fun_addr.adb.
8368 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8369
8370 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8371
8372 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8373 non-PIE executables.
8374 * README: Mention the gdb,nopie_flag board setting.
8375 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8376 non-PIE executable.
8377 * gdb.arch/amd64-entry-value.exp: Likewise.
8378 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8379 * gdb.arch/i386-float.exp: Likewise.
8380 * gdb.arch/i386-signal.exp: Likewise.
8381 * gdb.mi/mi-reg-undefined.exp: Likewise.
8382
8383 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8384
8385 PR gdb/23974
8386 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8387
8388 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8389
8390 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8391 Update order of results accordingly.
8392
8393 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8394
8395 * gdb.base/annota1.exp: Update a test regexp.
8396
8397 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8398
8399 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8400
8401 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8402
8403 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8404 (reuse_time): Initialize to REUSE_TIME_CAP.
8405 (check_rc): New function.
8406 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8407 Check pthread_create rc.
8408 (spawner_thread_func): Check pthread_create and pthread_join rc.
8409
8410 2018-12-08 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.base/list.exp (test_forward_search): Rename to ...
8413 (test_forward_reverse_search): ... this. Also test reverse-search
8414 and the forward-search alias.
8415
8416 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8417
8418 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8419 local timeout variable before return, and remove all local timeout
8420 variable entirely.
8421 (gdb_load): Likewise.
8422
8423 2018-12-01 Tom de Vries <tdevries@suse.de>
8424
8425 * gdb.base/gdb-caching-proc.exp: New file.
8426
8427 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8428
8429 * Makefile.in (TIMESTAMP): New variable.
8430 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8431 command.
8432 (check-single-racy): Likewise.
8433 (check/%.exp): Likewise.
8434 (check-racy/%.exp): Likewise.
8435 (workers/%.worker): Likewise.
8436 (build-perf): Likewise.
8437 (check-perf): Likewise.
8438 * README: Describe new "TS" and "TS_FORMAT" variables.
8439 * print-ts.py: New file.
8440
8441 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8442
8443 PR python/23714
8444 * gdb.python/python.exp: Test command repetition after
8445 gdb.execute.
8446
8447 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8448
8449 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8450 is correctly aligned.
8451
8452 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8453
8454 * gdb.ada/info_auto_lang.exp: New testcase.
8455 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8456 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8457 * gdb.ada/info_auto_lang/some_c.c: New file.
8458
8459 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8460
8461 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8462 FUNC_lang language syntax.
8463
8464 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8465
8466 * gdb.base/info_minsym.c: New file.
8467 * gdb.base/info_minsym.exp: New file.
8468
8469 2018-11-19 Tom Tromey <tom@tromey.com>
8470
8471 PR rust/23625:
8472 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8473 * gdb.rust/expr.exp: Update expected output. Change one test.
8474
8475 2018-11-19 Tom Tromey <tom@tromey.com>
8476
8477 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8478
8479 2018-11-19 Pedro Alves <palves@redhat.com>
8480
8481 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8482 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8483 see the expected warning.
8484
8485 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8486
8487 PR gdb/22736:
8488 * gdb.cp/infcall-nodebug-lib.c: New test.
8489 * gdb.cp/infcall-nodebug-main.c: New test.
8490 * gdb.cp/infcall-nodebug.exp: New file.
8491
8492 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8493
8494 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8495 completer tests.
8496
8497 2018-11-09 Tom de Vries <tdevries@suse.de>
8498
8499 * gdb.base/msym-lang.c: New test.
8500 * gdb.base/msym-lang.exp: New file.
8501 * gdb.base/msym-lang-main.c: New test.
8502
8503 2018-11-08 Tom Tromey <tom@tromey.com>
8504
8505 PR gdb/23555:
8506 PR gdb/23838:
8507 * gdb.base/warning.exp: New file.
8508
8509 2018-11-08 Jan Beulich <jbeulich@suse.com>
8510
8511 * testsuite/gdb.arch/i386-avx512.c,
8512 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8513
8514 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8515
8516 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8517 point hardware.
8518
8519 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8520
8521 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8522 * gdb.dwarf2/missing-type-name.exp: New file.
8523
8524 2018-11-06 Tom de Vries <tdevries@suse.de>
8525
8526 * gdb.base/many-headers.c: New test.
8527 * gdb.base/many-headers.exp: New file.
8528
8529 2018-11-06 Jim Wilson <jimw@sifive.com>
8530
8531 * gdb.base/code_elim.exp: For riscv, set additional_flags
8532 to include -msmall-data-limit=0.
8533
8534 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.ada/watch_minus_l: New testcase.
8537
8538 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8539
8540 * gdb.arch/aix-sighandle.c: New file.
8541 * gdb.arch/aix-sighandle.exp: New file.
8542
8543 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8546 registers being unions.
8547
8548 2018-10-31 Tom de Vries <tdevries@suse.de>
8549
8550 * lib/valgrind.exp: New file.
8551 (vgdb_start, vgdb_stop): New procs, factored out of ...
8552 * gdb.base/valgrind-bt.exp: ... here, ...
8553 * gdb.base/valgrind-disp-step.exp: ... here and ...
8554 * gdb.base/valgrind-infcall.exp: ... here.
8555
8556 2018-10-31 Tom de Vries <tdevries@suse.de>
8557
8558 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8559
8560 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8561
8562 * gdb.dwarf2/void-type.c: New file.
8563 * gdb.dwarf2/void-type.exp: New file.
8564
8565 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8566
8567 * gdb.base/info_qt.c: New file.
8568 * gdb.base/info_qt.exp: New file.
8569
8570 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8571
8572 * gdb.arch/powerpc-htm-regs.c: New file.
8573 * gdb.arch/powerpc-htm-regs.exp: New file.
8574
8575 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8576
8577 * gdb.arch/powerpc-tar.c: New file.
8578 * gdb.arch/powerpc-tar.exp: New file.
8579
8580 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8581
8582 * gdb.arch/powerpc-ppr-dscr.c: New file.
8583 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8584
8585 2018-10-25 Tom de Vries <tdevries@suse.de>
8586
8587 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8588
8589 2018-10-24 Tom de Vries <tdevries@suse.de>
8590
8591 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8592 longer exists error.
8593
8594 2018-10-24 Tom de Vries <tdevries@suse.de>
8595
8596 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8597
8598 2018-10-24 Tom de Vries <tdevries@suse.de>
8599
8600 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8601 --db-attach in valgrind.
8602
8603 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8604
8605 * gdb.arch/riscv-reg-aliases.c: New file.
8606 * gdb.arch/riscv-reg-aliases.exp: New file.
8607
8608 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8609
8610 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8611
8612 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8613
8614 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8615
8616 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8617
8618 * gdb.cp/ovldbreak.exp: Fix regexps.
8619
8620 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8621
8622 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8623
8624 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8625
8626 PR cli/23785
8627 * gdb.base/restore.exp: New test to check if "restore" with an
8628 invalid file doesn't segfault.
8629
8630 2018-10-18 Tom de Vries <tdevries@suse.de>
8631
8632 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8633 * gdb.ada/excep_handle.exp: Same.
8634 * gdb.ada/mi_string_access.exp: Same.
8635 * gdb.ada/mi_var_union.exp: Same.
8636 * gdb.arch/arc-analyze-prologue.exp: Same.
8637 * gdb.arch/arc-decode-insn.exp: Same.
8638 * gdb.base/readnever.exp: Same.
8639 * gdb.fortran/printing-types.exp: Same.
8640 * gdb.guile/scm-lazy-string.exp: Same.
8641
8642 2018-10-16 Tom de Vries <tdevries@suse.de>
8643
8644 PR gdb/23730
8645 * gdb.base/catch-follow-exec.c: Add copyright notice.
8646 * gdb.base/catch-follow-exec.exp: Rewrite to use
8647 gdb_spawn_with_cmdline_opts. Require gdb-native.
8648
8649 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8650
8651 * gdb.trace/actions-changed.exp: Check for arch support.
8652 * gdb.trace/actions.exp: Likewise.
8653 * gdb.trace/ax.exp: Likewise.
8654 * gdb.trace/backtrace.exp: Likewise.
8655 * gdb.trace/change-loc.exp: Likewise.
8656 * gdb.trace/deltrace.exp: Likewise.
8657 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8658 * gdb.trace/ftrace.exp: Likewise.
8659 * gdb.trace/infotrace.exp: Check for arch support.
8660 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8661 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8662 * gdb.trace/mi-tsv-changed.exp: Likewise.
8663 * gdb.trace/packetlen.exp: Likewise.
8664 * gdb.trace/passc-dyn.exp: Likewise.
8665 * gdb.trace/passcount.exp: Likewise.
8666 * gdb.trace/pending.exp: Likewise.
8667 * gdb.trace/range-stepping.exp: Check for shlib support.
8668 * gdb.trace/report.exp: Check for arch support.
8669 * gdb.trace/save-trace.exp: Likewise.
8670 * gdb.trace/signal.exp: Check for signal support.
8671 * gdb.trace/tfind.exp: Check for arch support.
8672 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8673 * gdb.trace/trace-common.h: Add comment.
8674 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8675 * gdb.trace/trace-enable-disable.exp: Likewise.
8676 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8677 * gdb.trace/tracecmd.exp: Check for arch support.
8678 * gdb.trace/tspeed.exp: Check for shlib and target support.
8679 * gdb.trace/tstatus.exp: Check for arch support.
8680 * gdb.trace/tsv.exp: Likewise.
8681 * gdb.trace/while-dyn.exp: Likewise.
8682 * gdb.trace/while-stepping.exp: Likewise.
8683 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8684
8685 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8686
8687 * gdb.trace/tspeed.exp: Remove nowarnings.
8688 (prepare_for_trace_test): Declare "global ipalib".
8689 * gdb.trace/tspeed.c: Include unistd.h.
8690 (main): Remove superfluous printf argument.
8691
8692 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8693
8694 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8695 directory prefix on the filename.
8696
8697 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8698
8699 * gdb.gdb/unittest.exp: Update expected message informing that
8700 selftests have been disabled.
8701 * gdb.server/unittest.exp: Likewise.
8702
8703 2018-10-09 Tom de Vries <tdevries@suse.de>
8704
8705 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8706 with runto_main.
8707
8708 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
8709
8710 PR c++/16841
8711 * gdb.cp/virtbase2.cc: New file.
8712 * gdb.cp/virtbase2.exp: New file.
8713
8714 2018-10-06 Tom Tromey <tom@tromey.com>
8715
8716 PR python/19399:
8717 * gdb.python/py-inferior.exp: Add architecture test.
8718
8719 2018-10-06 Tom Tromey <tom@tromey.com>
8720
8721 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8722 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8723
8724 2018-10-06 Tom Tromey <tom@tromey.com>
8725
8726 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8727 of a "throw" catchpoint.
8728
8729 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8730
8731 * gdb.base/info-proc.exp: Update string expected from "help info
8732 proc".
8733
8734 2018-10-04 Tom Tromey <tom@tromey.com>
8735
8736 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8737 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8738 (test_initial_complaints, test_empty_complaints): Update.
8739 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8740
8741 2018-10-04 Tom Tromey <tom@tromey.com>
8742
8743 PR cli/19551:
8744 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8745 * lib/gdb.exp (gdb_file_cmd): Update.
8746 * gdb.stabs/weird.exp (print_weird_var): Update.
8747 * gdb.server/solib-list.exp: Update.
8748 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8749 * gdb.mi/mi-cli.exp: Update.
8750 * gdb.linespec/linespec.exp: Update.
8751 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8752 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8753 * gdb.cp/cp-relocate.exp: Update.
8754 * gdb.base/sym-file.exp: Update.
8755 * gdb.base/relocate.exp: Update.
8756 * gdb.base/readnever.exp: Update.
8757 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8758 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8759 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8760 * gdb.base/code_elim.exp: Update.
8761 * gdb.base/break-unload-file.exp (test_break): Update.
8762 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8763 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8764 Update.
8765 * gdb.base/attach.exp (do_attach_tests): Update.
8766 * gdb.base/sepdebug.exp: Update.
8767 * gdb.python/py-section-script.exp: Update.
8768
8769 2018-10-04 Tom Tromey <tom@tromey.com>
8770
8771 PR cli/22234:
8772 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8773 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8774 output.
8775
8776 2018-10-04 Tom Tromey <tom@tromey.com>
8777
8778 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8779 set width and height to 0.
8780 (test_command_line_attach_run): Use -quiet.
8781
8782 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8783
8784 * lib/gdb.exp (skip_ifunc_tests): New.
8785 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8786 other compile failures.
8787 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8788
8789 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8790
8791 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8792 is_amd64_regs_target.
8793
8794 2018-10-01 Alan Hayward <alan.hayward@arm.com>
8795
8796 * gdb.arch/aarch64-sighandler-regs.c: New test.
8797 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8798 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8799
8800 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8801
8802 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8803 assembly.
8804
8805 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8806
8807 * gdb.base/frame-selection.exp: New file.
8808 * gdb.base/frame-selection.c: New file.
8809
8810 2018-09-27 Alan Hayward <alan.hayward@arm.com>
8811
8812 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8813 pthread barrier.
8814 (main): Likewise.
8815
8816 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8817
8818 * gdb.base/large-frame-1.c: New file.
8819 * gdb.base/large-frame-2.c: New file.
8820 * gdb.base/large-frame.exp: New file.
8821 * gdb.base/large-frame.h: New file.
8822
8823 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8824
8825 PR gdb/20948
8826 * gdb.base/write_mem.exp: New test.
8827 * gdb.base/write_mem.c: Likewise.
8828
8829 2018-09-23 Tom Tromey <tom@tromey.com>
8830
8831 PR python/18852:
8832 * gdb.python/py-parameter.exp: Add test for parameter that throws
8833 on "set".
8834
8835 2018-09-23 Tom Tromey <tom@tromey.com>
8836
8837 PR python/17284:
8838 * gdb.python/py-template.exp (test_template_arg): Add test for
8839 negative template argument number.
8840
8841 2018-09-23 Tom Tromey <tom@tromey.com>
8842
8843 PR python/14062:
8844 * gdb.python/python.exp: Add test for post_event error.
8845
8846 2018-09-23 Tom Tromey <tom@tromey.com>
8847
8848 PR python/18170:
8849 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8850 convert pointers to int and long.
8851
8852 2018-09-23 Tom Tromey <tom@tromey.com>
8853
8854 PR python/20126:
8855 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8856 signed-ness conversion tests.
8857
8858 2018-09-23 Tom Tromey <tom@tromey.com>
8859
8860 PR python/18352;
8861 * gdb.python/py-value.exp (test_float_conversion): New proc.
8862 Use it.
8863
8864 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8865
8866 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8867
8868 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8869
8870 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8871 no readline.
8872 * gdb.base/utf8-identifiers.exp: Likewise.
8873 * gdb.cp/cpcompletion.exp: Likewise.
8874 * gdb.linespec/cpcompletion.exp: Likewise.
8875 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8876 * gdb.linespec/cpls-ops.exp: Likewise.
8877
8878 2018-09-19 Richard Bunt <richard.bunt@arm.com>
8879 Chris January <chris.january@arm.com>
8880
8881 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8882 * gdb.fortran/short-circuit-argument-list.exp: New file.
8883 * gdb.fortran/short-circuit-argument-list.f90: New test.
8884
8885 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8886
8887 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8888 "arch=" keyword when executing "-stack-list-frames".
8889
8890 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8891
8892 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8893 "arch=" keyword when executing "-stack-list-frames".
8894
8895 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8896
8897 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8898 break ada".
8899
8900 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8901
8902 PR python/23669
8903 * gdb.python/python.exp: Test gdb.execute("show commands").
8904
8905 2018-09-16 Tom Tromey <tom@tromey.com>
8906
8907 * gdb.base/new-ui.exp (do_execution_tests): Update.
8908 * gdb.base/dbx.exp (test_breakpoints): Update.
8909
8910 2018-09-14 Alan Hayward <alan.hayward@arm.com>
8911
8912 * lib/gdb.exp (gdb_simple_compile): Add proc.
8913 (is_elf_target): Use gdb_simple_compile.
8914 (skip_altivec_tests): Likewise.
8915 (skip_vsx_tests): Likewise.
8916 (skip_tsx_tests): Likewise.
8917 (skip_btrace_tests): Likewise.
8918 (skip_btrace_pt_tests): Likewise.
8919 (gdb_can_simple_compile): Likewise.
8920 (gdb_has_argv0): Likewise.
8921 (gdb_target_symbol_prefix): Likewise.
8922 (target_supports_scheduler_locking): Likewise.
8923
8924 2018-09-13 Tom Tromey <tom@tromey.com>
8925
8926 * Makefile.in (TAGS): Recognize proc_with_prefix and
8927 gdb_caching_proc.
8928
8929 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8932 method.
8933
8934 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8935
8936 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8937 and a few other Inferior properties when the Inferior is no
8938 longer valid.
8939
8940 2018-09-13 Tom Tromey <tom@tromey.com>
8941
8942 PR rust/23650:
8943 * gdb.rust/simple.exp: Add test for enum field access error.
8944
8945 2018-09-13 Tom Tromey <tom@tromey.com>
8946
8947 PR rust/23626:
8948 * gdb.rust/simple.rs (EmptyEnum): New type.
8949 (main): Use it.
8950 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8951
8952 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8953
8954 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8955 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8956 * gdb.python/py-symtab.exp: Update test printing an objfile.
8957
8958 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8959
8960 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8961 object.
8962
8963 2018-09-12 Alan Hayward <alan.hayward@arm.com>
8964
8965 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8966 (support_complex_tests): Use gdb_can_simple_compile.
8967 (is_ilp32_target): Likewise.
8968 (is_lp64_target): Likewise.
8969 (is_64_target): Likewise.
8970 (is_amd64_regs_target): Likewise.
8971 (is_aarch32_target): Likewise.
8972 (gdb_int128_helper): Likewise.
8973
8974 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8977
8978 2018-09-10 Jerome Guitton <guitton@adacore.com>
8979
8980 * gdb.ada/same_component_name: Add test for case of tagged record
8981 with variable-length fields.
8982
8983 2018-09-10 Xavier Roirand <roirand@adacore.com>
8984
8985 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8986 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8987 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8988 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8989
8990 2018-09-10 Xavier Roirand <roirand@adacore.com>
8991
8992 * gdb.ada/mi_string_access.exp: New testcase.
8993 * gdb.ada/mi_string_access/bar.adb: New file.
8994 * gdb.ada/mi_string_access/pck.adb: New file.
8995 * gdb.ada/mi_string_access/pck.asd: New file.
8996
8997 2018-09-10 Xavier Roirand <roirand@adacore.com>
8998
8999 * gdb.ada/mi_var_union.exp: New testcase.
9000 * gdb.ada/mi_var_union/bar.adb: New file.
9001 * gdb.ada/mi_var_union/pck.adb: New file.
9002 * gdb.ada/mi_var_union/pck.asd: New file.
9003
9004 2018-09-08 Tom Tromey <tom@tromey.com>
9005
9006 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9007
9008 2018-09-08 Tom Tromey <tom@tromey.com>
9009
9010 PR python/16047:
9011 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9012 (register_pretty_printers): Register new printer.
9013 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9014 test.
9015 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9016 (an_int_type3): New global.
9017
9018 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9019
9020 * gdb.ada/expr_with_funcall: New testcase.
9021
9022 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9023
9024 * gdb.ada/packed_array_assign: New testcase.
9025
9026 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9027
9028 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9029 names, and add test prefixes to make test names unique.
9030
9031 2018-09-05 Tom de Vries <tdevries@suse.de>
9032
9033 * gdb.dwarf2/varval.exp: Add test.
9034
9035 2018-09-04 Gary Benson <gbenson@redhat.com>
9036
9037 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9038 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9039
9040 2018-08-31 Tom Tromey <tom@tromey.com>
9041
9042 * gdb.rust/simple.rs: Rename second variable "v".
9043
9044 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9045
9046 * gdb.base/funcargs.c (use_a): New function.
9047 (recurse): Call use_a.
9048
9049 2018-08-29 Keith Seitz <keiths@redhat.com>
9050
9051 * gdb.compile/compile-cplus-anonymous.cc: New file.
9052 * gdb.compile/compile-cplus-anonymous.exp: New file.
9053 * gdb.compile/compile-cplus-array-decay.cc: New file.
9054 * gdb.compile/compile-cplus-array-decay.exp: New file.
9055 * gdb.compile/compile-cplus-inherit.cc: New file.
9056 * gdb.compile/compile-cplus-inherit.exp: New file.
9057 * gdb.compile/compile-cplus-member.cc: New file.
9058 * gdb.compile/compile-cplus-member.exp: New file.
9059 * gdb.compile/compile-cplus-method.cc: New file.
9060 * gdb.compile/compile-cplus-method.exp: New file.
9061 * gdb.compile/compile-cplus-mod.c: "New" file.
9062 * gdb.compile/compile-cplus-namespace.cc: New file.
9063 * gdb.compile/compile-cplus-namespace.exp: New file.
9064 * gdb.compile/compile-cplus-nested.cc: New file.
9065 * gdb.compile/compile-cplus-nested.exp: New file.
9066 * gdb.compile/compile-cplus-print.c: "New" file.
9067 * gdb.compile/compile-cplus-print.exp: "New" file.
9068 * gdb.compile/compile-cplus-virtual.cc: New file.
9069 * gdb.compile/compile-cplus-virtual.exp: New file.
9070 * gdb.compile/compile-cplus.c: "New" file.
9071 * gdb.compile/compile-cplus.exp: "New" file.
9072 * lib/compile-support.exp: New file.
9073
9074 2018-08-16 Gary Benson <gbenson@redhat.com>
9075
9076 PR gdb/13000:
9077 * gdb.base/batch-exit-status.exp: New file.
9078 * gdb.base/batch-exit-status.good-commands: Likewise.
9079 * gdb.base/batch-exit-status.bad-commands: Likewise.
9080
9081 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9082
9083 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9084 (struct struct02): Likewise.
9085 (struct struct03): Likewise.
9086 (struct struct04): Likewise.
9087 (struct struct_01_01): New struct.
9088 (struct struct_01_02): Likewise.
9089 (struct struct_01_03): Likewise.
9090 (struct struct_01_04): Likewise.
9091 (struct struct_02_01): Likewise.
9092 (struct struct_02_02): Likewise.
9093 (struct struct_02_03): Likewise.
9094 (struct struct_02_04): Likewise.
9095 (struct struct_04_01): Likewise.
9096 (struct struct_04_02): Likewise.
9097 (struct struct_04_03): Likewise.
9098 (struct struct_04_04): Likewise.
9099 (struct struct_05_01): Likewise.
9100 (struct struct_05_02): Likewise.
9101 (struct struct_05_03): Likewise.
9102 (struct struct_05_04): Likewise.
9103 (cmp_struct01): Remove function.
9104 (cmp_struct02): Likewise.
9105 (cmp_struct03): Likewise.
9106 (cmp_struct04): Likewise.
9107 (cmp_struct_01_01): Add Function.
9108 (cmp_struct_01_02): Likewise.
9109 (cmp_struct_01_03): Likewise.
9110 (cmp_struct_01_04): Likewise.
9111 (cmp_struct_02_01): Likewise.
9112 (cmp_struct_02_02): Likewise.
9113 (cmp_struct_02_03): Likewise.
9114 (cmp_struct_02_04): Likewise.
9115 (cmp_struct_04_01): Likewise.
9116 (cmp_struct_04_02): Likewise.
9117 (cmp_struct_04_03): Likewise.
9118 (cmp_struct_04_04): Likewise.
9119 (cmp_struct_05_01): Likewise.
9120 (cmp_struct_05_02): Likewise.
9121 (cmp_struct_05_03): Likewise.
9122 (cmp_struct_05_04): Likewise.
9123 (call_all): Add new structs.
9124 * gdb.base/infcall-nested-structs.exp: Likewise.
9125
9126 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9127
9128 * gdb.python/py-framefilter-mi.exp: Update regexp to
9129 check for "arch" field in frame output.
9130
9131 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9132
9133 * gdb.dwarf2/dw2-ranges-func.c: New file.
9134 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9135
9136 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9137
9138 * gdb.base/term.exp: Compare terminal settings with values from
9139 the inferior.
9140 * gdb.base/term.c: Get and set terminal settings.
9141
9142 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9143
9144 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9145 accommodate new "arch" field in frame output.
9146 * gdb.mi/mi-return.exp: Likewise.
9147 * gdb.mi/mi-stack.exp: Likewise.
9148 * gdb.mi/mi-syn-frame.exp: Likewise.
9149 * gdb.mi/user-selected-context-sync.exp: Likewise.
9150
9151 2018-08-19 Michael Spang <spang@google.com>
9152
9153 PR gdb/11786
9154 * gdb.base/gcore-tls-pie.c: New file.
9155 * gdb.base/gcore-tls-pie.exp: New file.
9156
9157 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9158
9159 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9160 * gdb.dwarf2/varval.c: New file.
9161 * gdb.dwarf2/varval.exp: New file.
9162
9163 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9164
9165 PR gdb/18931
9166 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9167
9168 2018-08-16 Keith Seitz <keiths@redhat.com>
9169
9170 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9171 tests expected to pass.
9172
9173 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9174
9175 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9176 -data-disassemble -a.
9177 (test_disassembly_bogus_args): Likewise.
9178
9179 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9180
9181 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9182
9183 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9184
9185 * gdb.base/vla-optimized-out.exp: Add new test.
9186
9187 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9188
9189 * gdb.base/vla-optimized-out-o3.exp: Delete.
9190 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9191 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9192 deleted tests.
9193
9194 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9195
9196 PR gdb/18050:
9197 * gdb.server/extended-remote-restart.c: New file.
9198 * gdb.server/extended-remote-restart.exp: New file.
9199
9200 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9201
9202 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9203 "set variable index = 42".
9204
9205 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9206
9207 * boards/index-cache-gdb.exp: New file.
9208 * gdb.dwarf2/index-cache.exp: New file.
9209 * gdb.dwarf2/index-cache.c: New file.
9210 * gdb.base/maint.exp: Check if we are using the index cache.
9211
9212 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9213
9214 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9215 MAKEFLAGS.
9216
9217 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9218
9219 * dg-extract-results.sh: Move to toplevel contrib.
9220 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9221 * Makefile.in (check-parallel-racy): Likewise.
9222
9223 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9224
9225 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9226 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9227 tests if the target supports scheduler locking.
9228
9229 2018-08-04 Tom de Vries <tdevries@suse.de>
9230
9231 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9232
9233 2018-08-02 Tom Tromey <tom@tromey.com>
9234
9235 PR symtab/16842.
9236 * gdb.cp/temargs.exp: Test "info address" of a template
9237 parameter.
9238
9239 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9240
9241 * gdb.python/py-mi-var-info-path-expression.c: New file.
9242 * gdb.python/py-mi-var-info-path-expression.py: New file.
9243 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9244
9245 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9246
9247 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9248 error after "cannot resolve name" string.
9249
9250 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9251
9252 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9253 started.
9254 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9255
9256 2018-07-28 Tom de Vries <tdevries@suse.de>
9257
9258 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9259
9260 2018-07-26 Tom de Vries <tdevries@suse.de>
9261
9262 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9263
9264 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9265
9266 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9267 is visible.
9268
9269 2018-07-26 Tom de Vries <tdevries@suse.de>
9270
9271 PR breakpoints/23366
9272 * gdb.base/catch-follow-exec.c: New test.
9273 * gdb.base/catch-follow-exec.exp: New file.
9274
9275 2018-07-25 Tom de Vries <tdevries@suse.de>
9276
9277 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9278 vla-optimized-out.c.
9279
9280 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9281
9282 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9283 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9284
9285 2018-07-20 Tom de Vries <tdevries@suse.de>
9286
9287 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9288 NOCLONE macro.
9289 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9290
9291 2018-07-19 Tom de Vries <tdevries@suse.de>
9292
9293 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9294 regular expression.
9295
9296 2018-07-18 Tom de Vries <tdevries@suse.de>
9297
9298 * gdb.base/vla-optimized-out.c: New test.
9299 * gdb.base/vla-optimized-out.exp: New file.
9300
9301 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9302
9303 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9304 message "No address associated with hostname" when gdbserver
9305 cannot resolve the hostname.
9306
9307 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9308
9309 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9310 Add some test prefixes to make tests unique.
9311
9312 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9313
9314 * gdb.base/frameapply.c: New file.
9315 * gdb.base/frameapply.exp: New file.
9316
9317 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9318
9319 * gdb.base/skip.exp: Update expected error message.
9320
9321 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9322 Jan Kratochvil <jan.kratochvil@redhat.com>
9323 Paul Fertser <fercerpav@gmail.com>
9324 Tsutomu Seki <sekiriki@gmail.com>
9325
9326 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9327 parameter.
9328 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9329 by default.
9330 * boards/native-gdbserver.exp: Likewise.
9331 * gdb.server/run-without-local-binary.exp: Improve regexp used
9332 for detecting when a remote debugging connection succeeds.
9333 * gdb.server/server-connect.exp: New file.
9334 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9335 Do not prefix the port number with ":".
9336 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9337 support for detecting and using it. Add '$debughost_gdbserver'
9338 to the list of arguments used to start gdbserver. Handle case
9339 when gdbserver cannot resolve a network name.
9340
9341 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9342
9343 PR c++/23373
9344 * gdb.base/ptype-offsets.cc (struct static_member): New
9345 struct.
9346 (main) <stmember>: New variable.
9347 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9348 with a static member in it.
9349
9350 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9351
9352 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9353 watchpoints enabled and disabled.
9354
9355 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9356
9357 * gdb.base/examine-backward.exp: Still run tests around address
9358 0x0, even if address 0x0 is not readable. Update the pattern for
9359 matching address 0x0 in expected output.
9360
9361 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9362
9363 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9364 malloc/free.
9365
9366 2018-07-04 Tom de Vries <tdevries@suse.de>
9367
9368 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9369
9370 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9371
9372 PR tdep/8282
9373 * gdb.arch/mips-disassembler-options.exp: New test.
9374 * gdb.arch/mips-disassembler-options.s: New test source.
9375
9376 2018-06-29 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.threads/names.exp: Adjust expected "info threads" output.
9379
9380 2018-06-29 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.opt/inline-break.exp (line number, address): Add "info
9383 break" tests.
9384
9385 2018-06-29 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9388 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9389 number and address and running to them.
9390
9391 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9392
9393 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9394
9395 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 * lib/compiler.c: Remove executable permission flag.
9398
9399 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9400
9401 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9402 code.
9403 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9404
9405 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9406
9407 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9408
9409 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9410
9411 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9412 address argument is omitted.
9413
9414 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9415
9416 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9417
9418 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9419
9420 PR gdb/21695
9421 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9422 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9423
9424 2018-06-26 Tom Tromey <tom@tromey.com>
9425
9426 PR rust/22574:
9427 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9428 * gdb.rust/simple.rs (struct SimpleLayout): New.
9429
9430 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9431
9432 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9433 "info registers" output.
9434
9435 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9436
9437 * gdb.base/watchpoint-hw-attach.c: New test.
9438 * gdb.base/watchpoint-hw-attach.exp: New file.
9439
9440 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9441
9442 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9443 through /bin/sh.
9444 * boards/dwarf4-gdb-index.exp: Likewise.
9445 * boards/fission-dwp.exp: Likewise.
9446
9447 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9448
9449 * gdb.base/float128.exp: Add comment and improved fail message
9450 to the failure case of "print large128" test.
9451
9452 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9453
9454 * configure.ac: Remove AC_PREREQ.
9455 * configure: Re-generate.
9456
9457 2018-06-19 Pedro Alves <palves@redhat.com>
9458
9459 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9460 (func_extern_caller): New.
9461 (main): Call func_extern_caller.
9462 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9463 logic change.
9464
9465 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9466
9467 PR gdb/16841
9468 * gdb.cp/typedef-base.cc: New file.
9469 * gdb.cp/typedef-base.exp: New file.
9470
9471 2018-06-18 Tom de Vries <tdevries@suse.de>
9472
9473 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9474
9475 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9476 Richard Bunt <Richard.Bunt@arm.com>
9477
9478 * gdb.threads/attach-slow-waitpid.c: New file.
9479 * gdb.threads/attach-slow-waitpid.exp: New file.
9480 * gdb.threads/slow-waitpid.c: New file.
9481
9482 2018-06-14 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.base/fork-running-state.c: Include <errno.h>.
9485 (exit_if_relative_exits): New.
9486 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9487 exits.
9488 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9489 child exits.
9490
9491 2018-06-14 Tom de Vries <tdevries@suse.de>
9492
9493 PR cli/22573
9494 * gdb.base/finish-pretty.c: New test.
9495 * gdb.base/finish-pretty.exp: New file.
9496
9497 2018-06-14 Pedro Alves <palves@redhat.com>
9498
9499 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9500 gdb's expected startup output.
9501
9502 2018-06-14 Pedro Alves <palves@redhat.com>
9503
9504 * lib/selftest-support.exp (selftest_setup): Remove inlined
9505 function handling.
9506
9507 2018-06-14 Tom de Vries <tdevries@suse.de>
9508
9509 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9510 matching of breakpoint printing.
9511
9512 2018-06-13 Tom de Vries <tdevries@suse.de>
9513
9514 PR testsuite/23269
9515 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9516 (fork_child): ... here, and ...
9517 (fork_parent): ... here.
9518
9519 2018-06-12 Tom de Vries <tdevries@suse.de>
9520
9521 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9522
9523 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9524 Stephen Roberts <stephen.roberts@arm.com>
9525
9526 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9527 rewrite test to describe action performed, rather than possible
9528 failure.
9529
9530 2018-06-08 Gary Benson <gbenson@redhat.com>
9531
9532 * gdb.threads/check-libthread-db.exp: New file.
9533 * gdb.threads/check-libthread-db.c: Likewise.
9534
9535 2018-06-05 Tom Tromey <tom@tromey.com>
9536
9537 * gdb.base/default.exp: Update expected "show version" output.
9538
9539 2018-06-05 Tom Tromey <tom@tromey.com>
9540
9541 PR cli/12326:
9542 * gdb.cp/static-print-quit.exp: Update.
9543 * lib/gdb.exp (pagination_prompt): Update.
9544 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9545 * gdb.python/python.exp: Update.
9546
9547 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9548
9549 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9550
9551 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9552
9553 * gdb.ada/bp_fun_addr: New testcase.
9554
9555 2018-06-01 Tom Tromey <tom@tromey.com>
9556
9557 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9558 results.
9559 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9560 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9561 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9562 * gdb.base/maint.exp (maint_pass_if): Update.
9563
9564 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9565
9566 * gdb.base/endian.exp: New test.
9567 * gdb.base/endian.c: New test source.
9568
9569 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9570
9571 PR gdb/23203
9572 * gdb.base/bt-selected-frame.c: New file.
9573 * gdb.base/bt-selected-frame.exp: New file.
9574 * lib/gdb.exp (get_current_frame_number): New function.
9575
9576 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9577 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.threads/tls-core.c: Include <stdlib.h>
9580 (thread_proc): Call `abort'.
9581 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9582 (tls_core_test): New procedure, bits factored out from ...
9583 (top level): ... here. Test both native cores and gcore cores.
9584
9585 2018-05-23 Tom Tromey <tom@tromey.com>
9586
9587 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9588
9589 2018-05-23 Tom Tromey <tom@tromey.com>
9590
9591 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9592 symfile_complaints.
9593 (test_short_complaints): Likewise.
9594 (test_empty_complaints): Likewise.
9595 (test_initial_complaints): Update.
9596
9597 2018-05-23 Tom Tromey <tom@tromey.com>
9598
9599 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9600
9601 2018-05-23 Tom Tromey <tom@tromey.com>
9602
9603 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9604 (test_short_complaints): Update.
9605
9606 2018-05-22 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/remote.exp: Only gdb_start after compiling the
9609 testcase. Issue "disconnect" before testing "set remote" command
9610 defaults. Issue clean_restart before running to main.
9611
9612 2018-05-22 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.base/remote.exp: Adjust expected output of "show remote
9615 memory-write-packet-size". Add tests for "set remote
9616 memory-write-packet-size 0" and "set remote
9617 memory-write-packet-size fixed/limit".
9618
9619 2018-05-22 Pedro Alves <palves@redhat.com>
9620
9621 PR gdb/22973
9622 * gdb.base/utf8-identifiers.c: New file.
9623 * gdb.base/utf8-identifiers.exp: New file.
9624
9625 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9626
9627 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9628
9629 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9630
9631 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9632
9633 2018-05-18 Tom Tromey <tom@tromey.com>
9634
9635 * gdb.base/ptype-offsets.exp: Update.
9636
9637 2018-05-17 Keith Seitz <keiths@redhat.com>
9638
9639 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9640 in expected breakpoint stop locations.
9641 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9642 move to proper scope to test variable values.
9643 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9644 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9645 New functions.
9646 (main): Call not_inline_func3.
9647 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9648 inline_func1, inline_func2, and inline_func3. Test that when each
9649 breakpoint is hit, GDB properly reports both the stop location
9650 and the backtrace. Repeat tests for temporary breakpoints.
9651
9652 2018-05-15 Maciej W. Rozycki <macro@mips.com>
9653
9654 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9655 rather then trying to access it in determining whether the PID
9656 of `gdbserver' could have been retrieved.
9657
9658 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9659
9660 * gdb.arch/amd64-init-x87-values.S: New file.
9661 * gdb.arch/amd64-init-x87-values.exp: New file.
9662
9663 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9666
9667 2018-05-04 Tom Tromey <tom@tromey.com>
9668
9669 PR python/22730:
9670 * gdb.python/python.exp: Test multi-line execute.
9671
9672 2018-05-04 Tom Tromey <tom@tromey.com>
9673
9674 PR python/22731:
9675 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9676
9677 2018-05-04 Tom Tromey <tom@tromey.com>
9678
9679 PR gdb/11750:
9680 * gdb.base/define.exp: Test defining a user command inside a user
9681 command.
9682 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9683
9684 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9685 Pedro Alves <palves@redhat.com>
9686
9687 PR breakpoints/19806 and support for PR external/20207.
9688 * gdb.base/watchpoint-unaligned.c: New file.
9689 * gdb.base/watchpoint-unaligned.exp: New file.
9690
9691 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9692
9693 * gdb.base/maint.exp: Make test names unique, use
9694 test_prefix_command_help to test 'help maint info', and remove
9695 repeated test of 'help maint'.
9696
9697 2018-05-04 Tom Tromey <tom@tromey.com>
9698
9699 PR gdb/22619:
9700 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9701 behavior.
9702
9703 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9704
9705 * gdb.base/maint.exp: Process output from 'maint print registers'
9706 line at a time.
9707
9708 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9709
9710 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9711 timeout.
9712
9713 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9714
9715 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9716 filter pattern.
9717
9718 2018-05-02 Pedro Alves <palves@redhat.com>
9719
9720 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9721 to_log_command renames.
9722 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9723
9724 2018-05-02 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.python/py-parameter.exp: Set test message.
9727
9728 2018-05-02 Tom Tromey <tom@tromey.com>
9729
9730 PR python/20084:
9731 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9732 PARAM_ZUINTEGER_UNLIMITED tests.
9733
9734 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9735
9736 PR rust/23124
9737 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9738 when casting.
9739
9740 2018-04-30 Tom Tromey <tom@tromey.com>
9741
9742 * gdb.python/py-type.exp: Check align attribute.
9743 * gdb.python/py-type.c: New "aligncheck" global.
9744
9745 2018-04-30 Tom Tromey <tom@tromey.com>
9746
9747 PR exp/17095:
9748 * gdb.dwarf2/dw2-align.exp: New file.
9749 * gdb.cp/align.exp: New file.
9750 * gdb.base/align.exp: New file.
9751 * lib/gdb.exp (gdb_int128_helper): New proc.
9752 (has_int128_c, has_int128_cxx): New caching procs.
9753
9754 2018-04-27 Tom Tromey <tom@tromey.com>
9755
9756 PR rust/22545:
9757 * gdb.rust/simple.exp: Add inclusive range tests.
9758
9759 2018-04-26 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9762 ifunc breakpoint locations correctly of ifunc breakpoints set
9763 while the program resolves the ifunc.
9764
9765 2018-04-26 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.base/gnu-ifunc-final.c: New file.
9768 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9769 * gdb.base/gnu-ifunc.exp (executable): Delete.
9770 (staticexecutable): Adjust.
9771 (lib_opts, exec_opts): Delete.
9772 (make_binsuffix, build, set-break): New procedures.
9773 (misc_tests): New, with tests factored out from the top level.
9774 (top level): Test different combinations of ifunc resolver name,
9775 resolver with and with debug info, and ifunc target with and
9776 without debug info. Wrap static tests with with_target_prefix.
9777
9778 2018-04-26 Pedro Alves <palves@redhat.com>
9779
9780 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9781 return type" warnings.
9782
9783 2018-04-25 Pedro Alves <palves@redhat.com>
9784
9785 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9786 killed".
9787 * gdb.base/kill-after-signal.exp: Likewise.
9788 * gdb.threads/kill.exp: Likewise.
9789
9790 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9791 Sergio Durigan Junior <sergiodj@redhat.com>
9792 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9795 regexps to expect for '[Inferior ... detached]' as well.
9796 * gdb.base/attach.exp: Likewise.
9797 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9798 "gdb_continue_to_end".
9799 (test_catch_syscall_with_wrong_args): Likewise.
9800 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9801 ']'. Don't set 'verbose' on.
9802 * gdb.base/foll-vfork.exp: Likewise.
9803 * gdb.base/fork-print-inferior-events.c: New file.
9804 * gdb.base/fork-print-inferior-events.exp: New file.
9805 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9806 '[Inferior ... has been killed]' message.
9807 * gdb.base/kill-after-signal.exp: Likewise.
9808 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9809 detach message.
9810 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9811 message.
9812 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9813 regexps to expect for '[Inferior ... detached]' as well.
9814 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9815
9816 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9817
9818 PR gdb/23104
9819 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9820
9821 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9822
9823 PR gdb/23095
9824 * gdb.base/break-probes.exp: Pass shlib_load to
9825 prepare_for_testing. Set normal_bp to r_debug_state if target is
9826 bsd.
9827
9828 2018-04-19 Richard Bunt <richard.bunt@arm.com>
9829
9830 * gdb.threads/multiple-successive-infcall.c: New test.
9831 * gdb.threads/multiple-successive-infcall.exp: New file.
9832
9833 2018-04-17 Tom Tromey <tom@tromey.com>
9834
9835 * gdb.rust/simple.rs (Union): New type.
9836 (main): New local "u".
9837 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9838
9839 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9840
9841 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9842 number information in output of "whereis" command.
9843 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9844
9845 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9846
9847 * gdb.ada/info_types.exp: Adjust expected output to the line
9848 numbers now printed by "info var/func/type".
9849 * gdb.base/completion.exp: Likewise.
9850 * gdb.base/included.exp: Likewise.
9851 * gdb.cp/cp-relocate.exp: Likewise.
9852 * gdb.cp/cplusfuncs.exp: Likewise.
9853 * gdb.cp/namespace.exp: Likewise.
9854 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9855
9856 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9857
9858 * gdb.btrace/cpu.exp: New.
9859
9860 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9861
9862 * gdb.base/step-indirect-call-thunk.exp: New.
9863 * gdb.base/step-indirect-call-thunk.c: New.
9864 * gdb.reverse/step-indirect-call-thunk.exp: New.
9865 * gdb.reverse/step-indirect-call-thunk.c: New.
9866
9867 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * gdb.base/pie-fork.c: New file.
9870 * gdb.base/pie-fork.exp: New file.
9871
9872 2018-04-11 Tom Tromey <tom@tromey.com>
9873
9874 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9875
9876 2018-04-10 Pedro Alves <palves@redhat.com>
9877
9878 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9879 exits. Instead loop running forever.
9880 (fork_parent): Run forever too.
9881
9882 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9883
9884 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9885 mi_continue_to_line.
9886 * gdb.mi/mi-stack.c (callee4): Add comment.
9887
9888 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9889
9890 * gdb.mi/mi-stack.exp: Fix indentation.
9891
9892 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9893
9894 PR gdb/22979
9895 * gdb.arch/amd64-osabi.exp: New file.
9896
9897 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9898
9899 PR gdb/22980
9900 * gdb.base/osabi.exp: New file.
9901
9902 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9903
9904 * gdb.cp/static-typedef-print.exp: New file.
9905 * gdb.cp/static-typedef-print.cc: New file.
9906
9907 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9908
9909 * gdb.ada/varsize_limit: New testcase.
9910
9911 2018-03-27 Joel Brobecker <brobecker@adacore.com>
9912
9913 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9914
9915 * gdb.ada/notcplusplus: New testcase.
9916
9917 * gdb.base/c-linkage-name.c: New file.
9918 * gdb.base/c-linkage-name.exp: New testcase.
9919
9920 2018-03-26 Tom Tromey <tom@tromey.com>
9921
9922 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9923 * gdb.python/py-framefilter.py (name_error): New global.
9924 (ErrorInName.function): Use name_error.
9925
9926 2018-03-26 Tom Tromey <tom@tromey.com>
9927
9928 PR backtrace/15582:
9929 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9930
9931 2018-03-23 Keith Seitz <keiths@redhat.com>
9932
9933 PR c++/22968
9934 * gdb.cp/subtypes.exp: New file.
9935 * gdb.cp/subtypes.h: New file.
9936 * gdb.cp/subtypes.cc: New file.
9937 * gdb.cp/subtypes-2.cc: New file.
9938
9939 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9940
9941 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9942 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9943 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9944 -nostartfiles when compiling the test. Confirm that all registers
9945 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9946
9947 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9948
9949 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9950 option, syntax was wrong anyway.
9951 * gdb.arch/arm-disp-step.exp: Likewise.
9952 * gdb.arch/sparc64-regs.exp: Likewise.
9953 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9954 option, syntax was wrong anyway, switch to use
9955 prepare_for_testing.
9956 * gdb.arch/i386-disp-step.exp: Likewise.
9957
9958 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9959
9960 * gdb.ada/exec_changed.exp: Replace "target_info exists
9961 use_gdb_stub" by "use_gdb_stub".
9962 * gdb.ada/start.exp: Likewise.
9963 * gdb.base/async-shell.exp: Likewise.
9964 * gdb.base/attach-pie-misread.exp: Likewise.
9965 * gdb.base/attach-wait-input.exp: Likewise.
9966 * gdb.base/break-entry.exp: Likewise.
9967 * gdb.base/break-interp.exp: Likewise.
9968 * gdb.base/dprintf-detach.exp: Likewise.
9969 * gdb.base/nostdlib.exp: Likewise.
9970 * gdb.base/solib-nodir.exp: Likewise.
9971 * gdb.base/statistics.exp: Likewise.
9972 * gdb.base/testenv.exp: Likewise.
9973 * gdb.mi/mi-exec-run.exp: Likewise.
9974 * gdb.mi/mi-start.exp: Likewise.
9975 * gdb.multi/dummy-frame-restore.exp: Likewise.
9976 * gdb.multi/multi-arch-exec.exp: Likewise.
9977 * gdb.multi/multi-arch.exp: Likewise.
9978 * gdb.multi/tids.exp: Likewise.
9979 * gdb.multi/watchpoint-multi.exp: Likewise.
9980 * gdb.python/py-events.exp: Likewise.
9981 * gdb.threads/attach-into-signal.exp: Likewise.
9982 * gdb.threads/attach-stopped.exp: Likewise.
9983 * gdb.threads/threadapply.exp: Likewise.
9984 * lib/selftest-support.exp: Likewise.
9985
9986 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9987
9988 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9989
9990 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9991
9992 * gdb.perf/template-breakpoints.cc: New file.
9993 * gdb.perf/template-breakpoints.exp: New file.
9994 * gdb.perf/template-breakpoints.py: New file.
9995
9996 2018-03-19 Tom Tromey <tom@tromey.com>
9997
9998 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9999 y0.
10000 * gdb.rust/simple.exp: Test bare identifier form of struct
10001 initializer.
10002
10003 2018-03-19 Tom Tromey <tom@tromey.com>
10004
10005 * gdb.gdb/observer.exp: Remove.
10006
10007 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10008
10009 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10010 "qualified" option when setting breakpoints.
10011 * gdb.trace/backtrace.exp: Likewise.
10012 * gdb.trace/circ.exp: Likewise.
10013 * gdb.trace/collection.exp: Likewise.
10014 * gdb.trace/disconnected-tracing.exp: Likewise.
10015 * gdb.trace/ftrace-lock.exp: Likewise.
10016 * gdb.trace/ftrace.exp: Likewise.
10017 * gdb.trace/infotrace.exp: Likewise.
10018 * gdb.trace/packetlen.exp: Likewise.
10019 * gdb.trace/passc-dyn.exp: Likewise.
10020 * gdb.trace/qtro.exp: Likewise.
10021 * gdb.trace/read-memory.exp: Likewise.
10022 * gdb.trace/report.exp: Likewise.
10023 * gdb.trace/signal.exp: Likewise.
10024 * gdb.trace/status-stop.exp: Likewise.
10025 * gdb.trace/strace.exp: Likewise.
10026 * gdb.trace/tfind.exp: Likewise.
10027 * gdb.trace/trace-break.exp: Likewise.
10028 * gdb.trace/trace-condition.exp: Likewise.
10029 * gdb.trace/trace-mt.exp: Likewise.
10030 * gdb.trace/tstatus.exp: Likewise.
10031 * gdb.trace/tsv.exp: Likewise.
10032 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10033 * gdb.trace/unavailable.exp: Likewise.
10034 * gdb.trace/while-dyn.exp: Likewise.
10035
10036 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10037
10038 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10039 that libinproctrace is copied to the target.
10040
10041 2018-03-14 Tom Tromey <tom@tromey.com>
10042
10043 PR cli/14977:
10044 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10045 a null pointer.
10046 * gdb.base/wchar.exp: Likewise.
10047
10048 2018-03-14 Tom Tromey <tom@tromey.com>
10049
10050 PR cli/19918:
10051 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10052 flag.
10053
10054 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10055
10056 PR gdb/22841
10057 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10058 "target" to remote_exec.
10059
10060 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10061
10062 PR gdb/22841
10063 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10064 ${board}_upload): Remove.
10065
10066 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10067
10068 * gdb.cp/watch-cp.cc: New test.
10069 * gdb.cp/watch-cp.exp: New file.
10070
10071 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10072
10073 * gdb.base/infcall-nested-structs.exp: New file.
10074 * gdb.base/infcall-nested-structs.c: New file.
10075 * gdb.base/float.exp: Add riscv support.
10076
10077 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10078
10079 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10080 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10081
10082 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10083
10084 * gdb.server/abspath.exp: New file.
10085 * lib/gdb.exp (with_cwd): New procedure.
10086
10087 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10088
10089 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10090 use it.
10091 (gdb_is_target_remote_prompt): New proc.
10092 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10093 (gdb_is_target_native): Pass prompt parameter to
10094 gdb_is_target_1.
10095
10096 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10097
10098 * gdb.base/load-command.c: New file.
10099 * gdb.base/load-command.exp: New file.
10100 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10101 (gdb_is_target_1): ...this, and generalize for other targets
10102 than just remote.
10103 (gdb_is_target_remote): Use gdb_is_target_1.
10104 (gdb_is_target_native): use gdb_is_target_1.
10105
10106 2018-02-26 Tom Tromey <tom@tromey.com>
10107
10108 PR python/16497:
10109 * gdb.python/py-framefilter.exp: Update test.
10110
10111 2018-02-26 Tom Tromey <tom@tromey.com>
10112
10113 * gdb.dwarf2/variant.c: New file.
10114 * gdb.dwarf2/variant.exp: New file.
10115
10116 2018-02-26 Tom Tromey <tom@tromey.com>
10117
10118 * gdb.rust/simple.exp: Accept more possible results in enum test.
10119
10120 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10121
10122 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10123 parentheses.
10124
10125 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10126
10127 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10128 name of a variable: $actual_linejj -> $actual_line.
10129
10130 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10131
10132 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10133
10134 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10135
10136 * gdb.btrace/buffer-size.exp: Do not force BTS.
10137
10138 2018-02-14 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10141 getting a "Quit".
10142
10143 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10144
10145 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10146 Fix test name.
10147
10148 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10149
10150 * gdb.cp/m-static.exp: Check type of optimized out static
10151 member.
10152
10153 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10154
10155 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10156 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10157
10158 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10159 Leszek Swirski <leszeks@google.com>
10160
10161 * gdb.python/py-prettyprint.c
10162 (struct to_string_returns_value_inner,
10163 struct to_string_returns_value_wrapper): New.
10164 (main): Add tsrvw variable.
10165 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10166 ToStringReturnsValueWrapper): New classes.
10167 (register_pretty_printers): Register new pretty-printers.
10168 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10169 recursive pretty printer.
10170 * gdb.python/py-mi.exp: Likewise.
10171
10172 2018-02-01 Leszek Swirski <leszeks@google.com>
10173
10174 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10175 functions with the same name as an include file are parsed
10176 correctly.
10177
10178 2018-02-01 Yao Qi <yao.qi@linaro.org>
10179
10180 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10181 "\[^\r\n\]*".
10182
10183 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10184
10185 * gdb.arch/powerpc-prologue-frame.s: New file.
10186 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10187 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10188
10189 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10190
10191 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10192
10193 2018-01-30 Pedro Alves <palves@redhat.com>
10194
10195 PR gdb/13211
10196 * gdb.base/interrupt-daemon.c: New.
10197 * gdb.base/interrupt-daemon.exp: New.
10198 * gdb.multi/multi-term-settings.c: New.
10199 * gdb.multi/multi-term-settings.exp: New.
10200
10201 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10202
10203 * gdb.base/break.exp: Save the location where the breakpoint
10204 on break.c:47 was actually inserted when debugging the version
10205 compiled at -O2 and use it in the expected output of the "info
10206 break" test performed soon after.
10207
10208 2018-01-22 Pedro Alves <palves@redhat.com>
10209 Sergio Durigan Junior <sergiodj@redhat.com>
10210
10211 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10212 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10213
10214 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10215
10216 * gdb.base/break-include.c, gdb.base/break-include.inc,
10217 gdb.base/break-include.exp: New files.
10218 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10219 line number now being the actual line number where the breakpoint
10220 was inserted.
10221 * gdb.mi/mi-break.exp: Likewise.
10222 * gdb.mi/mi-reverse.exp: Likewise.
10223 * gdb.mi/mi-simplerun.exp: Ditto.
10224
10225 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10226
10227 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10228 varobj.
10229 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10230
10231 2018-01-21 Don Breazeal <donb@codesourcery.com>
10232 Andrew Burgess <andrew.burgess@embecosm.com>
10233
10234 * gdb.mi/basics.c: Add new global.
10235 * gdb.mi/mi-frame-regs.exp: New file.
10236 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10237 case.
10238
10239 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10240
10241 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10242 non-parameter, and on an unknown symbol.
10243
10244 2018-01-19 Tom Tromey <tom@tromey.com>
10245
10246 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10247 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10248
10249 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10250
10251 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10252 setrlimit and chdir to int.
10253
10254 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10255
10256 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10257 function.
10258 (my_tend): Likewise.
10259 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10260 rationale of avoiding FP- and vector instructions.
10261
10262 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10263
10264 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10265 "info reg" with "\[ \t\]*".
10266 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10267 "\[ \t\]+".
10268 * gdb.arch/s390-multiarch.exp: Ditto.
10269 * gdb.base/pc-fp.exp: Ditto.
10270 * gdb.reverse/i386-precsave.exp: Ditto.
10271 * gdb.reverse/i386-reverse.exp: Ditto.
10272 * gdb.reverse/i387-env-reverse.exp: Ditto.
10273 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10274
10275 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10276
10277 * lib/gdb.exp (gdb_compile): Re-enable use of
10278 universal_compile_options for languages other than Rust.
10279
10280 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10281
10282 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10283
10284 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10285
10286 PR gdb/16577
10287 * gdb.base/solib-vanish.exp: New.
10288 * gdb.base/solib-vanish-main.c: New.
10289 * gdb.base/solib-vanish-lib1.c: New.
10290 * gdb.base/solib-vanish-lib2.c: New.
10291
10292 2018-01-17 Yao Qi <yao.qi@linaro.org>
10293
10294 * gdb.compile/compile.exp: Match the address printed for
10295 frame in the output of command "bt".
10296
10297 2018-01-15 Tom Tromey <tom@tromey.com>
10298
10299 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10300 compute sp_reg.
10301
10302 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10303
10304 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10305 to prepare.
10306 (prepare): Return 0 on error, 1 on success.
10307
10308 2018-01-12 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/continue-after-aborted-step-over.c: New.
10311 * gdb.base/continue-after-aborted-step-over.exp: New.
10312
10313 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10316 options when not creating an executable.
10317
10318 2018-01-11 Pedro Alves <palves@redhat.com>
10319
10320 PR remote/22597
10321 * gdb.server/stop-reply-no-thread.c: New file.
10322 * gdb.server/stop-reply-no-thread.exp: New file.
10323
10324 2018-01-10 Pedro Alves <palves@redhat.com>
10325
10326 PR gdb/22670
10327 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10328 functions too. Test setting breakpoints and printing C functions
10329 with no debug info too.
10330 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10331
10332 2018-01-10 Pedro Alves <palves@redhat.com>
10333
10334 PR gdb/22670
10335 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10336 a fail.
10337
10338 2018-01-10 Pedro Alves <palves@redhat.com>
10339
10340 PR gdb/22670
10341 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10342
10343 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10344
10345 * gdb.server/unittest.exp: Match the output in non-development
10346 mode.
10347
10348 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10349
10350 * gdb.gdb/unittest.exp: Match output in non-development mode.
10351
10352 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10353
10354 * gdb.ada/access_tagged_param.exp: Relax expected output
10355 for value of "ObjL" in "continue" to pck.inspect breakpoint
10356 test.
10357
10358 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10359
10360 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10361 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10362
10363 2018-01-05 Pedro Alves <palves@redhat.com>
10364
10365 PR gdb/18653
10366 * gdb.base/libsegfault.exp: New.
10367
10368 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10369
10370 PR gdb/22670
10371 * gdb.ada/access_tagged_param.exp: New file.
10372 * gdb.ada/access_tagged_param/foo.adb: New file.
10373
10374 2018-01-05 Pedro Alves <palves@redhat.com>
10375
10376 PR gdb/22670
10377 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10378 exercise lower case too, and to exercise both full matching and
10379 wild matching.
10380
10381 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10382
10383 * gdb.ada/rename_subscript_param: New testcase.
10384
10385 2018-01-05 Jerome Guitton <guitton@adacore.com>
10386
10387 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10388
10389 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10390
10391 * gdb.ada/convvar_comp: New testcase.
10392
10393 2018-01-05 Xavier Roirand <roirand@adacore.com>
10394
10395 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10396 (My_Table): New global variable.
10397 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10398
10399 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10400
10401 PR gdb/22670
10402 * gdb.ada/maint_with_ada: New testcase.
10403
10404 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10405
10406 PR gdb/22670
10407 * gdb.ada/bp_c_mixed_case: New testcase.
10408
10409 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10410
10411 PR gdb/22670
10412 * gdb.ada/complete.exp: Add "complete break ada" test.
10413
10414 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10415
10416 PR gdb/22670
10417 * gdb.ada/info_addr_mixed_case: New testcase.
10418
10419 2018-01-03 Xavier Roirand <roirand@adacore.com>
10420
10421 * gdb.ada/excep_handle.exp: New testcase.
10422 * gdb.ada/excep_handle/foo.adb: New file.
10423 * gdb.ada/excep_handle/pck.ads: New file.
10424
10425 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10426
10427 * gdb.base/step-line.c: Add extra empty line in copyright header.
10428 * gdb.base/step-line.inp: Likewise.
10429
10430 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10431
10432 * gdb.ada/dyn_stride.exp: Add slice test.
10433
10434 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10435
10436 * gdb.ada/dyn_stride: New testcase.
10437
10438 2017-12-27 Stafford Horne <shorne@gmail.com>
10439
10440 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10441 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10442
10443 2017-12-27 Stafford Horne <shorne@gmail.com>
10444
10445 * gdb.base/reggroups.c: New file.
10446 * gdb.base/reggroups.exp: New file.
10447
10448 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10449
10450 * gdb.dwarf2/ada-valprint-error.c: New file.
10451 * gdb.dwarf2/ada-valprint-error.exp: New file.
10452
10453 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10454
10455 * gdb.ada/assign_arr: New testcase.
10456
10457 2017-12-18 Xavier Roirand <roirand@adacore.com>
10458
10459 * gdb.ada/funcall_ptr: New testcase.
10460
10461 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10462
10463 PR cli/16224
10464 * gdb.base/ptype-offsets.cc: New file.
10465 * gdb.base/ptype-offsets.exp: New file.
10466
10467 2017-12-15 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10470 if XML is disabled.
10471
10472 2017-12-15 Xavier Roirand <roirand@adacore.com>
10473
10474 * gdb.ada/same_component_name: New testcase.
10475
10476 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10477
10478 * gdb.ada/str_binop_equal: New testcase.
10479
10480 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10481
10482 * gdb.ada/task_switch_in_core: New testcase.
10483
10484 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10485
10486 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10487 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10488 call test_bkpt_qualified.
10489 (test_bkpt_qualified): New proc.
10490
10491 2017-12-13 Pedro Alves <palves@redhat.com>
10492
10493 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10494 Tighten regexp by matching with an anchor.
10495
10496 2017-12-13 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10499 ("expression with namespace"): New set of tests.
10500 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10501 (Nested::Test_NS::qux): New.
10502 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10503 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10504
10505 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10506
10507 * gdb.base/server-del-break.c: New file.
10508 * gdb.base/server-del-break.exp: New file.
10509
10510 2017-12-12 Stafford Horne <shorne@gmail.com>
10511
10512 * gdb.xml/tdesc-regs.exp: Add or1k support.
10513
10514 2017-12-12 Stafford Horne <shorne@gmail.com>
10515
10516 * gdb.base/bp-permanent.c: Define nop of or1k.
10517
10518 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10519
10520 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10521 output with components being reordered.
10522
10523 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10524
10525 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10526 output with components being reordered.
10527
10528 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10529 Pedro Alves <palves@redhat.com>
10530
10531 * gdb.base/maint.exp (check for .gdb_index): Check also for
10532 .debug_names.
10533 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10534 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10535 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10536 (.gdb_index used after symbol reloading): Support also .debug_names.
10537 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10538
10539 2017-12-08 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10542 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10543
10544 2017-12-08 Yao Qi <yao.qi@linaro.org>
10545
10546 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10547 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10548
10549 2017-12-08 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.arch/aarch64-tagged-pointer.c: New file.
10552 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10553
10554 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10555
10556 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10557 "int".
10558
10559 2017-12-07 Keith Seitz <keiths@redhat.com>
10560
10561 PR breakpoints/22569
10562 * gdb.linespec/ls-errs.exp: Change expected result of "break
10563 -source this file has spaces.c -line 3".
10564 Check that an explicit source file followed by whitespace is
10565 identified as an invalid explicit location.
10566
10567 2017-12-07 Keith Seitz <keiths@redhat.com>
10568
10569 * gdb.cp/nested-types.cc: New file.
10570 * gdb.cp/nested-types.exp: New file.
10571 * lib/cp-support.exp: Load data-structures.exp library.
10572 (debug_cp_test_ptype_class): New global.
10573 (cp_ptype_class_verbose, next_line): New procedures.
10574 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10575 Add and document new return value.
10576 Switch the list of lines to a queue.
10577 Add support for new `type' key for nested type definitions.
10578 Add debugging/troubleshooting messages.
10579 * lib/data-structures.exp: New file.
10580
10581 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10584 with proc_with_prefix, don't use with_test_prefix.
10585
10586 2017-12-07 Tom Tromey <tom@tromey.com>
10587
10588 * gdb.base/break.exp: Add test for empty "commands".
10589
10590 2017-12-07 Yao Qi <yao.qi@linaro.org>
10591
10592 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10593 malloc and catch syscall.
10594
10595 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10596
10597 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10598 tests for explicit locations.
10599
10600 2017-12-06 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10603 force-disabling XML descriptions.
10604
10605 2017-12-04 Pedro Alves <palves@redhat.com>
10606
10607 PR gdb/22499
10608 * gdb.arch/amd64-disp-step-avx.S: New file.
10609 * gdb.arch/amd64-disp-step-avx.exp: New file.
10610
10611 2017-12-03 Pedro Alves <palves@redhat.com>
10612
10613 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10614 and <string.h>.
10615 (parent_function): Print distinct messages when waitpid fails, or
10616 the child exits with a signal, or the child exits for an unhandled
10617 reason.
10618 * gdb.threads/process-dies-while-detaching.exp
10619 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10620 it. Wait for both inferior output and GDB's prompt. Use an
10621 indirect spawn id list.
10622 (do_detach): New parameter 'child_exit'. Use it to compute
10623 expected inferior output.
10624 (test_detach, test_detach_watch, test_detach_killed_outside):
10625 Adjust to pass down the expected child exit kind.
10626
10627 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10628 Sergio Durigan Junior <sergiodj@redhat.com>
10629 Pedro Alves <palves@redhat.com>
10630
10631 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10632
10633 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10634
10635 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10636 to 'symbol-file' and 'add-symbol-file' can be
10637 position-independent.
10638
10639 2017-12-01 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10642 the URL in copyright header.
10643 * gdb.arch/aarch64-fp.exp: Likewise.
10644 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10645 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10646 * gdb.base/expand-psymtabs.exp: Likewise.
10647 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10648 * gdb.fortran/common-block.exp: Likewise.
10649 * gdb.fortran/common-block.f90: Likewise.
10650 * gdb.fortran/logical.exp: Likewise.
10651 * gdb.fortran/vla-datatypes.f90: Likewise.
10652 * gdb.fortran/vla-sub.f90: Likewise.
10653
10654 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10655
10656 * gdb.ada/repeat_dyn: New testcase.
10657
10658 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10659
10660 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10661 Update for changed thread numbering.
10662 * gdb.cell/bt.exp: Update for changed GDB output.
10663
10664 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10665
10666 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10667 setting isremote by hand.
10668 * boards/dwarf4-gdb-index.exp: Likewise.
10669 * boards/fission.exp: Likewise.
10670 * boards/stabs.exp: Likewise.
10671
10672 2017-11-30 Pedro Alves <palves@redhat.com>
10673
10674 * gdb.linespec/cpls-ops.exp
10675 (check_explicit_skips_function_argument): Extract the underlying
10676 type of size_t instead of hardcoding it.
10677
10678 2017-11-29 Pedro Alves <palves@redhat.com>
10679
10680 PR c++/19436
10681 * gdb.linespec/cpls-abi-tag.cc: New file.
10682 * gdb.linespec/cpls-abi-tag.exp: New file.
10683
10684 2017-11-29 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.base/langs.exp: Use -qualified.
10687 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10688 it.
10689 * gdb.cp/namespace.exp: Use -qualified.
10690 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10691 (overload-3, template-overload, template-ret-type, const-overload)
10692 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10693 procedures.
10694 (test_driver): Call them.
10695 * gdb.cp/save-bp-qualified.cc: New.
10696 * gdb.cp/save-bp-qualified.exp: New.
10697 * gdb.linespec/explicit.exp: Test -qualified.
10698 * lib/completion-support.exp (completion::explicit_opts_list): Add
10699 "-qualified".
10700 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10701
10702 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10703
10704 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10705
10706 2017-11-29 Tom Tromey <tom@tromey.com>
10707
10708 * gdb.base/relocate.exp: Update invalid argument test.
10709 Add new tests for invalid arguments.
10710
10711 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10712
10713 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10714 Return 0 as a long.
10715 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10716
10717 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10718
10719 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10720 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10721 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10722 func ().
10723 * gdb.cp/shadow.cc (B.func): Return 0.
10724
10725 2017-11-27 Joel Brobecker <brobecker@adacore.com>
10726
10727 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10728 expected output in gdb_expect call to allow the exception
10729 message to be present as well. Fix syntax confusion to avoid
10730 TCL thinking that exception_name is an array.
10731
10732 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10733
10734 * gdb.arch/spu-info.c: Include <unistd.h>.
10735 (do_signal_test): Fix broken calls to write.
10736 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10737 Fix checks for empty mailboxes. Update signal tests for corrected
10738 do_signal_test routine. Allow nonzero event status.
10739 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10740 * gdb.cell/arch.exp: Use standard_output_file.
10741 * gdb.cell/break.exp: Likewise.
10742 * gdb.cell/bt.exp: Likewise.
10743 * gdb.cell/core.exp: Likewise.
10744 * gdb.cell/dwarfaddr.exp: Likewise.
10745 * gdb.cell/ea-cache.exp: Likewise.
10746 * gdb.cell/ea-standalone.exp: Likewise.
10747 * gdb.cell/f-regs.exp: Likewise.
10748 * gdb.cell/fork.exp: Likewise.
10749 * gdb.cell/gcore.exp: Likewise.
10750 * gdb.cell/mem-access.exp: Likewise.
10751 * gdb.cell/ptype.exp: Likewise.
10752 * gdb.cell/registers.exp: Likewise.
10753 * gdb.cell/sizeof.exp: Likewise.
10754 * gdb.cell/solib-symbol.exp: Likewise.
10755 * gdb.cell/solib.exp: Likewise.
10756
10757 2017-11-25 Pedro Alves <palves@redhat.com>
10758
10759 * gdb.base/complete-empty.exp: New file.
10760 * gdb.base/completion.exp: Adjust.
10761
10762 2017-11-25 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.linespec/cpls-ops.cc: New file.
10765 * gdb.linespec/cpls-ops.exp: New file.
10766 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10767 factored out from ...
10768 (test_complete_prefix_range): ... this.
10769
10770 2017-11-24 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.linespec/cpcompletion.exp: New file.
10773 * gdb.linespec/cpls-hyphen.cc: New file.
10774 * gdb.linespec/cpls.cc: New file.
10775 * gdb.linespec/cpls2.cc: New file.
10776 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10777 test to use test_gdb_complete_unique. Add label completion,
10778 keyword completion and explicit location completion tests.
10779 * lib/completion-support.exp: New file.
10780
10781 2017-11-24 Joel Brobecker <brobecker@adacore.com>
10782
10783 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10784 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10785 when hitting an exception catchpoint.
10786
10787 2017-11-22 Yao Qi <yao.qi@linaro.org>
10788
10789 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10790
10791 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10792
10793 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10794 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10795 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10796
10797 2017-11-22 Yao Qi <yao.qi@linaro.org>
10798
10799 * gdb.base/info-os.exp: Pass pthreads.
10800 * gdb.multi/multi-attach.exp: Likewise.
10801
10802 2017-11-22 Yao Qi <yao.qi@linaro.org>
10803
10804 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10805 compiler.
10806
10807 2017-11-22 Yao Qi <yao.qi@linaro.org>
10808
10809 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10810 * gdb.base/break-interp.exp: Likewise.
10811 * gdb.base/jit-attach-pie.exp: Likewise.
10812
10813 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10814
10815 * gdb.base/float128.c (large128): New variable.
10816 * gdb.base/float128.exp: Add test to print largest __float128 value.
10817
10818 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10819
10820 * gdb.arch/vsx-regs.exp: Update register content checks.
10821
10822 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10823
10824 * gdb.arch/ppc-longdouble.exp: New file.
10825 * gdb.arch/ppc-longdouble.c: Likewise.
10826
10827 2017-11-21 Pedro Alves <palves@redhat.com>
10828
10829 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10830
10831 2017-11-20 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10834 (long_double_typedef): New typedefs.
10835 Use DEF on double and long double.
10836 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10837 cases.
10838 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10839 and 'long_double_ptr_same_size' locals. Use them to decide
10840 whether cast from array/function to float is valid/invalid.
10841
10842 2017-11-17 Tom Tromey <tom@tromey.com>
10843
10844 * gdb.rust/traits.rs: New file.
10845 * gdb.rust/traits.exp: New file.
10846
10847 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10848
10849 * gdb.ada/minsyms: New testcase.
10850
10851 2017-11-16 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10854 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10855
10856 2017-11-16 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10859 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10860
10861 2017-11-16 Pedro Alves <palves@redhat.com>
10862
10863 * gdb.server/reconnect-ctrl-c.c: New file.
10864 * gdb.server/reconnect-ctrl-c.exp: New file.
10865
10866 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10867
10868 * gdb.python/py-rbreak.exp: New file.
10869 * gdb.python/py-rbreak.c: New file.
10870 * gdb.python/py-rbreak-func2.c: New file.
10871
10872 2017-11-16 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10875 pattern.
10876 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10877 GDB.
10878
10879 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10880
10881 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10882 regex.
10883
10884 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10885
10886 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10887 test names.
10888
10889 2017-11-09 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10892 factored out from ...
10893 (top level): ... here, and adjusted to avoid expecting beyond the
10894 prompt in a single gdb_test_multiple.
10895
10896 2017-11-09 Pedro Alves <palves@redhat.com>
10897
10898 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10899 output.
10900 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10901 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10902 * gdb.server/ext-run.exp ("kill" test): Likewise.
10903 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10904
10905 2017-11-09 Pedro Alves <palves@redhat.com>
10906
10907 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10908 match till end of line.
10909
10910 2017-11-09 Pedro Alves <palves@redhat.com>
10911
10912 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10913
10914 2017-11-09 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10917 New procedures, factored out from ...
10918 (top level): ... here, and adjusted to avoid expecting beyond the
10919 prompt in one go.
10920
10921 2017-11-09 Pedro Alves <palves@redhat.com>
10922
10923 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10924 output. Fix '?' match.
10925
10926 2017-11-08 Joel Brobecker <brobecker@adacore.com>
10927
10928 * gdb.ada/scoped_watch: New testcase.
10929 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10930 which is actually correct.
10931 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10932 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10933
10934 2017-11-08 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.gdb/complaints.exp (test_initial_complaints)
10937 (test_serial_complaints, test_short_complaints): Call
10938 complaint_internal instead of complaint.
10939
10940 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10941
10942 * gdb.threads/tls-core.c: New file.
10943 * gdb.threads/tls-core.exp: Likewise.
10944
10945 2017-11-08 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10948 (p Exported_Capitalized): New test.
10949 (p exported_capitalized): New test.
10950
10951 2017-11-07 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10954
10955 2017-11-07 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10958 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10959 (disable_invalid, disable_inverted, disable_negative): New
10960 procedures.
10961 ("bad numbers"): New set of tests.
10962
10963 2017-11-07 Pedro Alves <palves@redhat.com>
10964
10965 * gdb.cp/ena-dis-br-range.exp: Add tests.
10966
10967 2017-11-07 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10970
10971 2017-11-07 Xavier Roirand <roirand@adacore.com>
10972 Pedro Alves <palves@redhat.com>
10973
10974 * gdb.base/ena-dis-br.exp: Add reference to
10975 gdb.cp/ena-dis-br-range.exp.
10976 * gdb.cp/ena-dis-br-range.exp: New file.
10977 * gdb.cp/ena-dis-br-range.cc: New file.
10978
10979 2017-11-06 Pedro Alves <palves@redhat.com>
10980
10981 * gdb.base/attach-non-pgrp-leader.c: New.
10982 * gdb.base/attach-non-pgrp-leader.exp: New.
10983
10984 2017-11-06 Pedro Alves <palves@redhat.com>
10985
10986 * configure.ac: No longer check for termio.h and sgtty.h.
10987 * configure: Regenerate.
10988 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10989 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10990 Remove termio and sgtty code.
10991
10992 2017-11-03 Yao Qi <yao.qi@linaro.org>
10993
10994 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10995 in GDB is disabled.
10996
10997 2017-11-03 Yao Qi <yao.qi@linaro.org>
10998
10999 * gdb.python/py-thrhandle.exp: Skip it if python is not
11000 enabled.
11001
11002 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11003
11004 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11005 as a breakpoint command.
11006
11007 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11008
11009 PR python/21213
11010 * gdb.python/py-infthread.exp: Test calling
11011 InferiorThread.inferior () multiple times in a row.
11012
11013 2017-10-27 Keith Seitz <keiths@redhat.com>
11014
11015 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11016 Test "info break" for every inlined function breakpoint.
11017
11018 2017-10-27 Yao Qi <yao.qi@linaro.org>
11019
11020 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11021
11022 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11023
11024 * gdb.cp/classes.exp (test_static_members): Test printing
11025 Outer::instance.
11026 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11027 (Inner::instance, Outer::instance): New.
11028
11029 2017-10-24 Pedro Alves <palves@redhat.com>
11030
11031 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11032 extra console" test in two stages.
11033
11034 2017-10-24 Pedro Alves <palves@redhat.com>
11035
11036 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11037
11038 2017-10-24 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11041 loop.
11042
11043 2017-10-24 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11046 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11047
11048 2017-10-24 Pedro Alves <palves@redhat.com>
11049
11050 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11051 parameter and handle it. Don't output read value in test name.
11052
11053 2017-10-24 Pedro Alves <palves@redhat.com>
11054
11055 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11056 custom test name.
11057
11058 2017-10-24 Pedro Alves <palves@redhat.com>
11059
11060 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11061 include the unstable output directory name in the test's name.
11062 (initial_setup_simple) <'set args'>: Use custom test name.
11063
11064 2017-10-24 Pedro Alves <palves@redhat.com>
11065
11066 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11067 with explicit test name.
11068
11069 2017-10-20 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11072 'wait -i'. Use gdb_assert and remote_close.
11073
11074 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11075
11076 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11077 number from variable rather than hard-coded.
11078
11079 2017-10-19 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.base/long-inferior-output.c: New file.
11082 * gdb.base/long-inferior-output.exp: New file.
11083
11084 2017-11-18 Keith Seitz <keiths@redhat.com>
11085
11086 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11087 method.
11088 (main): Call it.
11089 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11090 Add additional user-defined conversion operator tests.
11091
11092 2017-10-17 Pedro Alves <palves@redhat.com>
11093
11094 * boards/native-stdio-gdbserver.exp: Load "local-board".
11095
11096 2017-10-17 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/quit-live.c: New file.
11099 * gdb.base/quit-live.exp: New file.
11100
11101 2017-10-16 Keith Seitz <keiths@redhat.com>
11102
11103 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11104 (class_with_protected_typedef, class_with_private_typedef)
11105 (struct_with_public_typedef, struct_with_protected_typedef)
11106 (struct_with_private_typedef): New classes/structs.
11107 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11108 typedefs and access specifiers.
11109
11110 2017-10-16 Pedro Alves <palves@redhat.com>
11111 Simon Marchi <simon.marchi@polymtl.ca>
11112
11113 * README (Local vs Remote vs Native): New section.
11114 * boards/local-board.exp: New file, with bits factored out from
11115 ...
11116 * boards/native-extended-gdbserver.exp: ... here. Load
11117 "local-board".
11118 * boards/native-gdbserver.exp: Load "local-board".
11119 (${board}_spawn, ${board}_exec): Delete.
11120 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11121 ...
11122 * boards/stdio-gdbserver-base.exp: ... this new file.
11123 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11124 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11125 procedure.
11126 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11127 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11128 stdio_gdbserver_command.
11129 (${board}_get_remote_address, ${board}_get_comm_port)
11130 (${board}_download, ${board}_upload): Delete.
11131 (get_target_remote_pipe_cmd): New.
11132
11133 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11134
11135 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11136 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11137 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11138 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11139 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11140 remove with_test_prefix.
11141
11142 2017-10-13 Pedro Alves <palves@redhat.com>
11143
11144 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11145 * gdb.base/annota1.exp: Use it instead of is_remote.
11146 * gdb.base/annota3.exp: Use it instead of is_remote.
11147 * gdb.cp/annota2.exp: Use it instead of is_remote.
11148 * gdb.cp/annota3.exp: Use it instead of is_remote.
11149 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11150
11151 2017-10-13 Pedro Alves <palves@redhat.com>
11152
11153 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11154 (test_num_test_vars, run_and_count_vars, find_env)
11155 (test_set_unset_env, test_inherit_env_var): New procedures.
11156 (top level): Use them.
11157
11158 2017-10-13 Pedro Alves <palves@redhat.com>
11159
11160 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11161 also skip on stub-like targets.
11162
11163 2017-10-13 Pedro Alves <palves@redhat.com>
11164
11165 PR gdb/22293
11166 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11167 (top level): Move some tests to ...
11168 (test_not_found): ... this new procedure.
11169 (top level): Call it.
11170
11171 2017-10-13 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11174 expect different "info terminal" output if testing with a
11175 non-native target.
11176
11177 2017-10-13 Pedro Alves <palves@redhat.com>
11178 Simon Marchi <simon.marchi@polymtl.ca>
11179
11180 PR python/12966
11181 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11182
11183 2017-10-13 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11186 already.
11187
11188 2017-10-13 Pedro Alves <palves@redhat.com>
11189
11190 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11191 is_remote.
11192
11193 2017-10-13 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11196 is_remote.
11197
11198 2017-10-13 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11201 is set.
11202 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11203 instead of is_remote.
11204
11205 2017-10-13 Pedro Alves <palves@redhat.com>
11206
11207 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11208 (top level): Add comment.
11209
11210 2017-10-13 Pedro Alves <palves@redhat.com>
11211
11212 * gdb.base/remote.exp (top level): Fix comment typo and add
11213 missing return.
11214
11215 2017-10-13 Pedro Alves <palves@redhat.com>
11216 Simon Marchi <simon.marchi@polymtl.ca>
11217
11218 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11219 calls and add comments. Skip test if use_gdb_stub is set.
11220 (top level): Use "set cwd" command instead of "cd" command.
11221
11222 2017-10-13 Pedro Alves <palves@redhat.com>
11223
11224 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11225 is_remote target check.
11226
11227 2017-10-13 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.base/scope.exp: Use build_executable + clean_restart +
11230 gdb_file_cmd instead of prepare_for_testing and no longer skip
11231 "before run" tests on is_remote target boards. Update comments.
11232 * boards/native-extended-gdbserver.exp
11233 (extended_gdbserver_load_last_file): New, factored out from ...
11234 (gdb_load): ... this. Move further below and add comment.
11235 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11236
11237 2017-10-12 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/attach.exp: Remove references to gdb64.
11240 * gdb.base/dbx.exp: Remove references to gdb64.
11241
11242 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11243 Pedro Alves <palves@redhat.com>
11244
11245 * gdb.base/label.exp: Remove is_remote target check.
11246
11247 2017-10-12 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/auvx.exp (coredir): Update comment.
11250 (top level) <core_works>: Use "set cwd" command instead of "cd"
11251 command.
11252
11253 2017-10-12 Pedro Alves <palves@redhat.com>
11254 Simon Marchi <simon.marchi@polymtl.ca>
11255
11256 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11257 target boards.
11258
11259 2017-10-12 Pedro Alves <palves@redhat.com>
11260 Simon Marchi <simon.marchi@polymtl.ca>
11261
11262 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11263 Instead skip if there's any gdb_protocol set.
11264
11265 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11266 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11269
11270 2017-10-12 Pedro Alves <palves@redhat.com>
11271 Simon Marchi <simon.marchi@polymtl.ca>
11272
11273 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11274 instead of on dejagnu remote boards.
11275
11276 2017-10-12 Pedro Alves <palves@redhat.com>
11277 Simon Marchi <simon.marchi@polymtl.ca>
11278
11279 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11280 checks. Use build_executable + clean_restart instead of
11281 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11282 of enabling non-stop after starting gdb.
11283
11284 2017-10-12 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11287 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11288 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11289 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11290
11291 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11292
11293 * gdb.arch/arc-tdesc-cpu.exp: New file.
11294 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11295
11296 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11297
11298 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11299
11300 2017-10-10 Pedro Alves <palves@redhat.com>
11301
11302 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11303 expect CLI output.
11304
11305 2017-10-10 Pedro Alves <palves@redhat.com>
11306
11307 * lib/selftest-support.exp (selftest_setup): Update for
11308 captured_command_loop's prototype change.
11309
11310 2017-10-09 Pedro Alves <palves@redhat.com>
11311
11312 Test both arch1=>arch2 and arch2=>arch1.
11313
11314 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11315 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11316 factored out to...
11317 (append_arch1_options, append_arch2_options, append_arch_options)
11318 (build_executables): New procedures.
11319 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11320 local.
11321 (top level): Add new 'first_arch' testing axis.
11322
11323 2017-10-09 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11326 (barrier): New.
11327 (thread_start, all_started): New functions.
11328 (main): Spawn new thread and wait until it is scheduled.
11329 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11330 option.
11331 (do_test): Add 'selected_thread' parameter. Run to all_started
11332 instead of main. Explicitly set the breakpoint at main. Switch
11333 to the SELECTED_THREAD thread.
11334 (top level): Test handling the exec event with either the main
11335 thread or the second thread selected.
11336
11337 2017-10-09 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11340 logic. Move STOP marker after the value checks.
11341 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11342 regexp.
11343
11344 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11345
11346 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11347
11348 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11349
11350 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11351 integer-to-dfp conversion.
11352 * gdb.base/dfp-test.exp: Likewise.
11353
11354 2017-10-04 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.multi/hangout.c: Include <unistd.h>.
11357 (hangout_loop): New function.
11358 (main): Call alarm. Call hangout_loop in a loop.
11359 * gdb.multi/hello.c: Include <unistd.h>.
11360 (hello_loop): New function.
11361 (main): Call alarm. Call hangout_loop in a loop.
11362 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11363 inferior with the other selected.
11364
11365 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11366
11367 * gdb.mi/list-thread-groups-available.exp: New file.
11368 * gdb.mi/list-thread-groups-available.c: New file.
11369
11370 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11371
11372 * gdb.base/set-cwd.exp: Make it available on
11373 native-extended-gdbserver.
11374
11375 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11376
11377 * gdb.base/set-cwd.c: New file.
11378 * gdb.base/set-cwd.exp: Likewise.
11379
11380 2017-10-02 Tom Tromey <tom@tromey.com>
11381
11382 PR rust/22236:
11383 * gdb.rust/simple.rs (main): New variable "fslice".
11384 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11385
11386 2017-10-02 Tom Tromey <tom@tromey.com>
11387
11388 * gdb.rust/simple.exp: Test ptype of a slice.
11389
11390 2017-10-02 Tom Tromey <tom@tromey.com>
11391
11392 * gdb.rust/simple.exp: Test index of slice.
11393
11394 2017-09-27 Tom Tromey <tom@tromey.com>
11395
11396 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11397
11398 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11399 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.base/compare-sections.exp (get value of read-only section): Read
11402 as unsigned value.
11403 (corrupt read-only section): Likewise and don't set written if patching
11404 failed.
11405
11406 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11407
11408 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11409 files.
11410
11411 2017-09-20 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11414 symbol names in gdb's output.
11415 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11416
11417 2017-09-20 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11420 Rename to ...
11421 (test_list_ambiguous_symbol): ... this and add a symbol name
11422 parameter. Adjust.
11423 (test_list_ambiguous_function): Reimplement on top of
11424 test_list_ambiguous_symbol and also test listing ambiguous
11425 variables.
11426 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11427 (ambiguous_fun): ... this.
11428 (ambiguous_var): New.
11429 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11430 (ambiguous_fun): ... this.
11431 (ambiguous_var): New.
11432
11433 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11434
11435 * gdb.base/starti.c: New file.
11436 * gdb.base/starti.exp: New file.
11437 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11438
11439 2017-09-14 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11442 (top level): Use it instead of runto.
11443
11444 2017-09-11 Tom Tromey <tom@tromey.com>
11445
11446 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11447
11448 2017-09-11 Tom Tromey <tom@tromey.com>
11449
11450 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11451 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11452
11453 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11454
11455 * gdb.fortran/printing-types.exp: New file.
11456 * gdb.fortran/printing-types.exp: New file.
11457
11458 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11459
11460 * gdb.fortran/vla-ptype.exp: Fix typos.
11461 * gdb.fortran/vla-value.exp: Same.
11462
11463 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11464
11465 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11466 * gdb.mi/mi-var-child-f.exp: Likewise.
11467 * gdb.mi/mi-vla-fortran.exp: Likewise.
11468
11469 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11470 Christoph Weinmann <christoph.t.weinmann@intel.com>
11471 Bernhard Heckel <bernhard.heckel@intel.com>
11472
11473 * gdb.fortran/ptr-indentation.f90: New file.
11474 * gdb.fortran/ptr-indentation.exp: New file.
11475
11476 2017-09-05 Tom Tromey <tom@tromey.com>
11477
11478 PR gdb/22010:
11479 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11480
11481 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11482
11483 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11484
11485 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11486
11487 * gdb.threads/tls-nodebug-pie.c: New file.
11488 * gdb.threads/tls-nodebug-pie.exp: New file.
11489
11490 2017-09-05 Tom Tromey <tom@tromey.com>
11491
11492 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11493 for rust.
11494
11495 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11496
11497 * gdb.multi/multi-arch-exec.exp: Test with different
11498 "follow-exec-mode" settings.
11499 (do_test): New procedure.
11500
11501 2017-09-04 Pedro Alves <palves@redhat.com>
11502
11503 * gdb.base/func-static.c (S::method const, S::method volatile)
11504 (S::method volatile const): New methods.
11505 (c_s, v_s, cv_s): New instances.
11506 (main): Call method() on them.
11507 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11508 (cannot_resolve): New procedure.
11509 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11510 print-quote-unquoted columns.
11511 (do_test): Test printing each scope too.
11512
11513 2017-09-04 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.base/local-static.exp: Also test with
11516 class::method::variable wholly quoted.
11517 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11518
11519 2017-09-04 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.base/local-static.c: New.
11522 * gdb.base/local-static.cc: New.
11523 * gdb.base/local-static.exp: New.
11524
11525 2017-09-04 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.asm/asm-source.exp: Add casts to int.
11528 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11529 (dataglobal64_1, dataglobal64_2): New globals.
11530 * gdb.base/nodebug.exp: Test different expressions involving the
11531 new globals, with print, whatis and ptype. Add casts to int.
11532 * gdb.base/solib-display.exp: Add casts to int.
11533 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11534 * gdb.cp/m-static.exp: Add cast to int.
11535 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11536 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11537 tls variable with no debug info without a cast. Test with a cast
11538 to int too.
11539 * gdb.trace/entry-values.exp: Add casts.
11540
11541 2017-09-04 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/nodebug.exp: Test that ptype's error about functions
11544 with unknown return type includes the function name too.
11545
11546 2017-09-04 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11549 return type of munmap in infcall.
11550 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11551 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11552 type of ftell in infcall.
11553 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11554 type of getpid in infcall.
11555 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11556 infcall.
11557 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11558 Bail on failure to extract the pid.
11559 * gdb.base/nodebug.c: #include <stdint.h>.
11560 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11561 New functions.
11562 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11563 Change expected output of print/whatis/ptype with functions with
11564 no debug info. Test all supported languages. Call
11565 test_call_promotion.
11566 * gdb.compile/compile.exp: Adjust expected output to expect
11567 warning.
11568 * gdb.threads/siginfo-threads.exp: Likewise.
11569
11570 2017-09-04 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11573 "prototypes". Test calling float functions via prototyped and
11574 unprototyped function pointers.
11575 (perform_all_tests): New parameter "prototypes". Pass it down.
11576 (top level): Pass down "prototypes" parameter to
11577 perform_all_tests.
11578
11579 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11582 Test with nested loops.
11583
11584 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11585
11586 * gdb.base/commands.exp: Call the new procedures.
11587 (loop_break_test, loop_continue_test): New procedures.
11588
11589 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11590
11591 * gdb.base/commands.exp: Call new procedure.
11592 (define_if_without_arg_test): New procedure.
11593
11594 2017-09-04 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.base/list-ambiguous.exp: New file.
11597 * gdb.base/list-ambiguous0.c: New file.
11598 * gdb.base/list-ambiguous1.c: New file.
11599 * gdb.base/list.exp (test_list_range): Adjust expected output.
11600
11601 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11602
11603 * gdb.base/share-env-with-gdbserver.c: New file.
11604 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11605
11606 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 * gdb.base/commands.exp (gdbvar_simple_if_test,
11609 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11610 progvar_simple_if_test, progvar_simple_while_test,
11611 progvar_complex_if_while_test, user_defined_command_test,
11612 user_defined_command_args_eval,
11613 user_defined_command_args_stack_test,
11614 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11615 temporary_breakpoint_commands,
11616 gdb_test_no_prompt, redefine_hook_test,
11617 redefine_backtrace_test): Remove "global gdb_prompt".
11618
11619 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11620
11621 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11622 New proc, call it from toplevel.
11623
11624 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11625
11626 PR remote/21852
11627 * gdb.server/normal.c: New file, copied from gdb.base.
11628 * gdb.server/run-without-local-binary.exp: New file.
11629
11630 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11631
11632 * gdb.arch/sparc64-adi.exp: New file.
11633 * gdb.arch/sparc64-adi.c: New file.
11634
11635 2017-08-22 Pedro Alves <palves@redhat.com>
11636
11637 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11638 (top level): Add "list all overloads" tests.
11639
11640 2017-08-22 Tom Tromey <tom@tromey.com>
11641
11642 * gdb.gdb/xfullpath.exp: Remove.
11643
11644 2017-08-21 Pedro Alves <palves@redhat.com>
11645
11646 PR gdb/19487
11647 * gdb.base/symbol-alias.c: New.
11648 * gdb.base/symbol-alias2.c: New.
11649 * gdb.base/symbol-alias.exp: New.
11650
11651 2017-08-21 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/dfp-test.c
11654 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11655 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11656 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11657 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11658 * gdb.base/whatis-ptype-typedefs.c: New.
11659 * gdb.base/whatis-ptype-typedefs.exp: New.
11660 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11661 (an_int, an_int_type, an_int_type2): New globals.
11662 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11663 involving typedefs and cast expressions.
11664 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11665 (lookup_typedefs_function): New.
11666 (typedefs_pretty_printers_dict): New.
11667 (top level): Register lookup_typedefs_function in
11668 gdb.pretty_printers.
11669
11670 2017-08-18 Yao Qi <yao.qi@linaro.org>
11671
11672 * gdb.server/unittest.exp: New.
11673
11674 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11675
11676 PR gdb/21954
11677 * gdb.base/environ.exp: Add test to check if 'unset environment'
11678 works.
11679
11680 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11681
11682 * lib/gdb.exp (universal_compile_options): New caching proc.
11683 (gdb_compile): Suppress GCC's coloring of messages.
11684
11685 2017-08-14 Tom Tromey <tom@tromey.com>
11686
11687 PR gdb/21675:
11688 * gdb.base/printcmds.exp (test_radices): New function.
11689 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11690 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11691 * lib/gdb.exp (get_integer_valueof): Use p/d.
11692
11693 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11694
11695 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11696 characters.
11697
11698 2017-08-05 Tom Tromey <tom@tromey.com>
11699
11700 * gdb.rust/simple.exp: Allow String to appear in a different
11701 namespace.
11702
11703 2017-07-26 Yao Qi <yao.qi@linaro.org>
11704
11705 * gdb.gdb/unittest.exp: Invoke command
11706 "maintenance check xml-descriptions".
11707
11708 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11709
11710 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11711 calling context.
11712 (hex128): Drop erroneous calculation of parameters.
11713
11714 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11715
11716 * gdb.python/py-unwind.exp: Disable stack protection when
11717 building test file.
11718
11719 2017-07-20 Pedro Alves <palves@redhat.com>
11720
11721 * gdb.base/default.exp (set language): Adjust expected output.
11722
11723 2017-07-20 Pedro Alves <palves@redhat.com>
11724
11725 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11726 (test_minsym): ... this, and make static.
11727 (get_pck__foo__bar__minsym): Rename to ...
11728 (get_test_minsym): ... this.
11729 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11730 symbol names and comments.
11731 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11732 (get_test_minsym): ... this.
11733 (pck__foo__bar__minsym__2): Rename to ...
11734 (test_minsym): ... this.
11735 (main): Adjust.
11736
11737 2017-07-17 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.base/completion.exp: Adjust expected output.
11740 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11741 the completer works.
11742
11743 2017-07-17 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11746
11747 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11748
11749 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11750
11751 2017-07-14 Tom Tromey <tom@tromey.com>
11752
11753 PR rust/21764:
11754 * gdb.rust/simple.exp: Add tests.
11755
11756 2017-07-14 Tom Tromey <tom@tromey.com>
11757
11758 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11759
11760 2017-07-14 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.linespec/base/one/thefile.cc (z1): New function.
11763 * gdb.linespec/base/two/thefile.cc (z2): New function.
11764 * gdb.linespec/linespec.exp: Add tests.
11765
11766 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11767
11768 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11769 to mi_create_breakpoint.
11770
11771 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11772
11773 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11774 mi_create_breakpoint.
11775
11776 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11777
11778 * gdb.dlang/demangle.exp: Update for demangling changes.
11779
11780 2017-07-09 Tom Tromey <tom@tromey.com>
11781
11782 * gdb.dwarf2/shortpiece.exp: New file.
11783
11784 2017-07-06 David Blaikie <dblaikie@gmail.com>
11785
11786 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11787 built from fissiont-multi-cu{1,2}.c.
11788 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11789 except putting 'main' and 'func' in separate CUs in the same DWO file.
11790 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11791 test.
11792 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11793 test.
11794
11795 2017-07-06 Pedro Alves <palves@redhat.com>
11796
11797 * gdb.python/py-unwind.exp: Test flushregs.
11798
11799 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11800
11801 PR cli/21688
11802 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11803 tests for alias commands and trailing whitespace.
11804
11805 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11806
11807 PR cli/21688
11808 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11809 procedure. Call it.
11810
11811 2017-06-29 Pedro Alves <palves@redhat.com>
11812
11813 * gdb.base/printcmds.exp: Add tests.
11814
11815 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11816
11817 PR gdb/21337
11818 * gdb.base/reread-readsym.exp: New file.
11819 * gdb.base/reread-readsym.c: New file.
11820
11821 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11822
11823 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11824 subpattern.
11825
11826 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11827
11828 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11829 extended mnemonic.
11830 * gdb.arch/powerpc-power9.s: Likewise.
11831
11832 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11833
11834 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11835 on 32-bit x86 targets. Exploit is_*_target macros where
11836 appropriate.
11837
11838 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11839
11840 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11841 register pieces.
11842
11843 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11844
11845 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11846 located in one or more DWARF pieces.
11847
11848 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11849
11850 * lib/gdb.exp (get_endianness): New proc.
11851 * gdb.arch/aarch64-fp.exp: Use it.
11852 * gdb.arch/altivec-regs.exp: Likewise.
11853 * gdb.arch/e500-regs.exp: Likewise.
11854 * gdb.arch/vsx-regs.exp: Likewise.
11855 * gdb.base/dump.exp: Likewise.
11856 * gdb.base/funcargs.exp: Likewise.
11857 * gdb.base/gnu_vector.exp: Likewise.
11858 * gdb.dwarf2/formdata16.exp: Likewise.
11859 * gdb.dwarf2/implptrpiece.exp: Likewise.
11860 * gdb.dwarf2/nonvar-access.exp: Likewise.
11861 * gdb.python/py-inferior.exp: Likewise.
11862 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11863
11864 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11865
11866 PR gdb/21226
11867 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11868 stack value pieces are taken from the LSB end.
11869
11870 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11871
11872 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11873 variable at nonzero offset.
11874
11875 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11876
11877 * gdb.dwarf2/var-access.c: New file.
11878 * gdb.dwarf2/var-access.exp: New test.
11879 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11880
11881 2017-06-12 Tom Tromey <tom@tromey.com>
11882
11883 * gdb.dwarf2/formdata16.exp: Add tests.
11884
11885 2017-06-12 Tom Tromey <tom@tromey.com>
11886
11887 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11888
11889 2017-06-12 Tom Tromey <tom@tromey.com>
11890
11891 PR exp/16225:
11892 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11893 * gdb.arch/vsx-regs.exp: Update tests.
11894 * gdb.arch/s390-vregs.exp (hex128): New proc.
11895 Update test.
11896 * gdb.arch/altivec-regs.exp: Update tests.
11897
11898 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11899
11900 * gdb.base/startup-with-shell.c: New file.
11901 * gdb.base/startup-with-shell.exp: Likewise.
11902
11903 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11904
11905 * gdb.server/non-existing-program.exp: Update regex in order to
11906 reflect the fact that gdbserver is now using fork_inferior (with a
11907 shell) to startup the inferior.
11908
11909 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11912 support function calls from GDB.
11913
11914 2017-05-21 Tom Tromey <tom@tromey.com>
11915
11916 PR rust/21466:
11917 * gdb.rust/unsized.exp: New file.
11918 * gdb.rust/unsized.rs: New file.
11919
11920 2017-05-19 Tom Tromey <tom@tromey.com>
11921
11922 PR rust/21484:
11923 * gdb.rust/watch.exp: New file.
11924 * gdb.rust/watch.rs: New file.
11925
11926 2017-05-18 Tom Tromey <tom@tromey.com>
11927
11928 * gdb.rust/simple.exp: Allow Box to be qualified.
11929
11930 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11931
11932 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11933
11934 2017-05-18 Pedro Alves <palves@redhat.com>
11935
11936 * gdb.base/fileio.c (test_write, test_read, test_close)
11937 (test_fstat): Don't print 'ret' in the fail path.
11938
11939 2017-05-18 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11942 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11943 (test_system, test_rename, test_unlink, test_time): Change
11944 prototypes.
11945 * gdb.base/fileio.exp (stop_msg): Adjust.
11946
11947 2017-05-18 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.base/fileio.c (null_str): New global.
11950 (test_stat): Use it.
11951 * gdb.base/fileio.exp: Remove nowarnings.
11952
11953 2017-05-17 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11956
11957 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11960 argument command.
11961 (top-level): Invoke test_set_inferior_tty.
11962
11963 2017-05-04 Pedro Alves <palves@redhat.com>
11964
11965 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11966 Add parens to print call for Python 3.
11967
11968 2017-05-03 Keith Seitz <keiths@redhat.com>
11969
11970 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11971 (main): Call it.
11972
11973 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11974
11975 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11976 to prev and next.
11977
11978 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11979
11980 * gdb.python/py-record-btrace.exp: Remove test for
11981 gdb.BtraceInstruction.error.
11982
11983 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11984
11985 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11986
11987 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11988
11989 * gdb.python/py-record-btrace-threads.c: New file.
11990 * gdb.python/py-record-btrace-threads.exp: New file.
11991
11992 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11993
11994 PR testsuite/8595
11995 * gdb.base/environ.exp: Make test available in all architectures.
11996 Move bits related to "info program" testing to
11997 gdb.base/info-program.exp. Rewrite tests to use the two new
11998 procedures mentione below.
11999 (test_set_show_env_var) New procedure.
12000 (test_set_show_env_var_equal): Likewise.
12001 * gdb.base/info-program.exp: New file.
12002
12003 2017-04-27 Keith Seitz <keiths@redhat.com>
12004
12005 * gdb.cp/oranking.cc (test15): New function.
12006 (main): Call test15 and declare additional variables for testing.
12007 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12008 "p foo101('abc')" tests.
12009 Add tests for cv qualifier overloads.
12010 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12011 "lvalue reference overload" test.
12012 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12013 "print value of f1 on Child&& in f2" test.
12014
12015 2017-04-19 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12018 procedure.
12019 (top level): Call it.
12020 * lib/gdb.exp (gdb_define_cmd): New procedure.
12021
12022 2017-04-12 Pedro Alves <palves@redhat.com>
12023
12024 PR gdb/21323
12025 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12026 (wchar): New global.
12027 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12028 (do_test_wide_char, wide_char_types_no_program, top level): Add
12029 wchar_t testing.
12030
12031 2017-04-12 Pedro Alves <palves@redhat.com>
12032
12033 PR c++/21323
12034 * gdb.cp/wide_char_types.c: New file.
12035 * gdb.cp/wide_char_types.exp: New file.
12036
12037 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12038
12039 PR gdb/21352
12040 * gdb.trace/tsv.exp: Add test for "tsave -r".
12041
12042 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12043
12044 * gdb.dlang/watch-loc.c: New file.
12045 * gdb.dlang/watch-loc.exp: New file.
12046
12047 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12050
12051 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12052
12053 * gdb.arch/arc-analyze-prologue.S: New file.
12054 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12055
12056 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12057
12058 * gdb.arch/arc-decode-insn.S: New file.
12059 * gdb.arch/arc-decode-insn.exp: Likewise.
12060
12061 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12062
12063 PR tdep/20928
12064 * gdb.arch/sparc64-regs.exp: New file.
12065 * gdb.arch/sparc64-regs.S: Likewise.
12066
12067 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12068
12069 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12070 and memory view on Python 3.
12071
12072 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12073 Keith Seitz <keiths@redhat.com>
12074
12075 PR gdb/14441
12076 * gdb.cp/demangle.exp: Add rvalue reference tests.
12077 * gdb.cp/rvalue-ref-casts.cc: New file.
12078 * gdb.cp/rvalue-ref-casts.exp: New file.
12079 * gdb.cp/rvalue-ref-overload.cc: New file.
12080 * gdb.cp/rvalue-ref-overload.exp: New file.
12081 * gdb.cp/rvalue-ref-params.cc: New file.
12082 * gdb.cp/rvalue-ref-params.exp: New file.
12083 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12084 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12085 * gdb.cp/rvalue-ref-types.cc: New file.
12086 * gdb.cp/rvalue-ref-types.exp: New file.
12087 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12088 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12089
12090 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12091
12092 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12093 New procedure.
12094
12095 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12096
12097 * lib/mi-support.exp (mi_gdb_test): Add additional message
12098 for unexpected output.
12099
12100 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12101
12102 * gdb.base/examine-backward.c (Barrier): New character array
12103 constant, to ensure that TestStrings is preceded by a string
12104 terminator.
12105
12106 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12107
12108 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12109 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12110 and implicit pointer into such a location.
12111
12112 2017-03-16 Doug Evans <dje@google.com>
12113
12114 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12115
12116 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12117
12118 * gdb.cp/m-static.exp: Fix expectation for prototype of
12119 test5.single_constructor and single_constructor::single_constructor.
12120
12121 2017-03-16 Doug Evans <dje@google.com>
12122
12123 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12124 * gdb.guile/scm-lazy-string.c: New file.
12125 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12126 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12127 for pointer, array, typedef lazy strings.
12128
12129 2017-03-16 Doug Evans <dje@google.com>
12130
12131 PR python/17728, python/18439, python/18779
12132 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12133 * gdb.python/py-lazy-string.c (pointer): New typedef.
12134 (main): New locals ptr, array, typedef_ptr.
12135 * gdb.python/py-value.exp: Move lazy string tests to ...
12136 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12137 array, typedef lazy strings.
12138
12139 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12140
12141 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12142 Add optional 'test' parameter.
12143
12144 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12145
12146 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12147 Skip for versions of DejaGnu < 1.5.
12148
12149 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12150
12151 * lib/gdb.exp (dejagnu_version): New proc.
12152 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12153 Use dejagnu_version.
12154
12155 2017-03-10 Keith Seitz <keiths@redhat.com>
12156
12157 PR c++/8128
12158 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12159 type from destructor regexps.
12160 Add a branch which actually passes the test.
12161 Adjust "ptype t5i" test names.
12162
12163 2017-03-08 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/step-over-exit.exp: Add explicit test message.
12166
12167 2017-03-08 Pedro Alves <palves@redhat.com>
12168
12169 PR gdb/18360
12170 * gdb.threads/interrupt-while-step-over.c: New file.
12171 * gdb.threads/interrupt-while-step-over.exp: New file.
12172
12173 2017-03-08 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12176 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12177
12178 2017-03-08 Pedro Alves <palves@redhat.com>
12179
12180 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12181 PKRU as not supported as a PASS.
12182
12183 2017-03-08 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12186 prefix instead of $binfile1/$binfile2.
12187 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12188 in test message.
12189 * gdb.python/py-completion.exp: Use "load python file" as test
12190 messages instead of unstable path names.
12191
12192 2017-03-08 Pedro Alves <palves@redhat.com>
12193 Jan Kratochvil <jan.kratochvil@redhat.com>
12194
12195 PR cli/21218
12196 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12197 New proc.
12198 (top level): Call it.
12199
12200 2017-03-08 Pedro Alves <palves@redhat.com>
12201
12202 PR tui/21216
12203 * gdb.tui/tui-nl-filtered-output.exp: New file.
12204
12205 2017-03-08 Pedro Alves <palves@redhat.com>
12206
12207 * gdb.base/completion.exp: Move TUI completion tests to ...
12208 * gdb.tui/completion.exp: ... this new file.
12209
12210 2017-03-08 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.base/tui-disasm-long-lines.c,
12213 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12214 gdb.base/tui-layout.exp: Move to ...
12215 * gdb.tui/: ... this new directory.
12216
12217 2017-03-07 Pedro Alves <palves@redhat.com>
12218
12219 * gdb.base/tui-layout.c: New file.
12220 * gdb.base/tui-layout.exp: New file.
12221
12222 2017-03-07 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/tui-layout.c: Rename to ...
12225 * gdb.base/tui-disasm-long-lines.c: ... this.
12226 * gdb.base/tui-layout.exp: Rename to ...
12227 * gdb.base/tui-disasm-long-lines.exp: ... this.
12228
12229 2017-03-07 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12232
12233 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12234
12235 * i386-mpx-call.c: New file.
12236 * i386-mpx-call.exp: New file.
12237
12238 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12239
12240 * gdb.arch/powerpc-power.exp: Delete test.
12241 * gdb.arch/powerpc-power.s: Likewise.
12242 * gdb.disasm/disassembler-options.exp: New test.
12243 * gdb.arch/powerpc-altivec.exp: Likewise.
12244 * gdb.arch/powerpc-altivec.s: Likewise.
12245 * gdb.arch/powerpc-altivec2.exp: Likewise.
12246 * gdb.arch/powerpc-altivec2.s: Likewise.
12247 * gdb.arch/powerpc-altivec3.exp: Likewise.
12248 * gdb.arch/powerpc-altivec3.s: Likewise.
12249 * gdb.arch/powerpc-power7.exp: Likewise.
12250 * gdb.arch/powerpc-power7.s: Likewise.
12251 * gdb.arch/powerpc-power8.exp: Likewise.
12252 * gdb.arch/powerpc-power8.s: Likewise.
12253 * gdb.arch/powerpc-power9.exp: Likewise.
12254 * gdb.arch/powerpc-power9.s: Likewise.
12255 * gdb.arch/powerpc-vsx.exp: Likewise.
12256 * gdb.arch/powerpc-vsx.s: Likewise.
12257 * gdb.arch/powerpc-vsx2.exp: Likewise.
12258 * gdb.arch/powerpc-vsx2.s: Likewise.
12259 * gdb.arch/powerpc-vsx3.exp: Likewise.
12260 * gdb.arch/powerpc-vsx3.s: Likewise.
12261 * gdb.arch/arm-disassembler-options.exp: Likewise.
12262 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12263 * gdb.arch/s390-disassembler-options.exp: Likewise.
12264
12265 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12266
12267 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12268 (check_supported_features): ... this. Changed return type to void.
12269 (supports_rdseed): New static global.
12270 (rdseed): Check supports_rdseed.
12271 (initialize): Call check_supported_features.
12272
12273 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12274
12275 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12276 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12277 and lqarx/stqcx.
12278 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12279 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12280
12281 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12282
12283 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12284 uppercase.
12285
12286 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12287
12288 * gdb.dwarf2/formdata16.c: New file.
12289 * gdb.dwarf2/formdata16.exp: New file.
12290 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12291
12292 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12293
12294 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12295 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12296 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12297 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12298 DW_AT_GNU_*.
12299
12300 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12303
12304 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12305
12306 PR gdb/21164
12307 * gdb.base/maint.exp: Add testcases for when the commands do
12308 not have arguments.
12309
12310 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12311
12312 * gdb.cp/chained-calls.exp: Use p instead of P.
12313
12314 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12315
12316 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12317 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12318
12319 2017-02-14 Tom Tromey <tom@tromey.com>
12320
12321 PR python/13598:
12322 * gdb.python/py-events.exp: Add before_prompt event tests.
12323
12324 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12325
12326 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12327
12328 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12329
12330 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12331 (main): Call my_unique_function_name.
12332 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12333 completion of patterns with a single match.
12334 Add missing -re switches to gdb_test_multiple calls.
12335
12336 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12337
12338 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12339 return if core file is not recognized.
12340
12341 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12342
12343 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12344 and extra UIs.
12345
12346 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12349 proc_with_prefix.
12350
12351 2017-02-10 Tom Tromey <tom@tromey.com>
12352
12353 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12354
12355 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12356
12357 PR gdb/21122
12358 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12359
12360 2017-02-08 Jerome Guitton <guitton@adacore.com>
12361
12362 * gdb.base/define.exp: Add test for command abbreviations
12363 in define.
12364
12365 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12366
12367 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12368 * gdb.reverse/insn-reverse-x86.c: New file.
12369
12370 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12371
12372 PR tdep/20936
12373 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12374
12375 2017-02-03 Tom Tromey <tom@tromey.com>
12376
12377 PR rust/21097:
12378 * gdb.rust/simple.exp: Add new tests.
12379
12380 2017-02-02 Pedro Alves <palves@redhat.com>
12381
12382 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12383 tests.
12384
12385 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12386
12387 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12388 taking a 2-byte value out of a 4-byte DWARF implicit value on
12389 big-endian targets.
12390 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12391 logic. Add test cases for DW_OP_implicit.
12392
12393 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12394
12395 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12396
12397 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12398
12399 * gdb.btrace/enable.exp: Call gdb_exit before
12400 skip_gdbserver_tests.
12401
12402 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12403
12404 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12405 GDBFLAGS.
12406
12407 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12408
12409 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12410 the test is skipped.
12411 * gdb.btrace/data.exp: Likewise.
12412 * gdb.btrace/delta.exp: Likewise.
12413 * gdb.btrace/dlopen.exp: Likewise.
12414 * gdb.btrace/enable-running.exp: Likewise.
12415 * gdb.btrace/enable.exp: Likewise.
12416 * gdb.btrace/exception.exp: Likewise.
12417 * gdb.btrace/function_call_history.exp: Likewise.
12418 * gdb.btrace/gcore.exp: Likewise.
12419 * gdb.btrace/instruction_history.exp: Likewise.
12420 * gdb.btrace/multi-thread-step.exp: Likewise.
12421 * gdb.btrace/nohist.exp: Likewise.
12422 * gdb.btrace/non-stop.exp: Likewise.
12423 * gdb.btrace/reconnect.exp: Likewise.
12424 * gdb.btrace/record_goto-step.exp: Likewise.
12425 * gdb.btrace/record_goto.exp: Likewise.
12426 * gdb.btrace/rn-dl-bind.exp: Likewise.
12427 * gdb.btrace/segv.exp: Likewise.
12428 * gdb.btrace/step.exp: Likewise.
12429 * gdb.btrace/stepi.exp: Likewise.
12430 * gdb.btrace/tailcall-only.exp: Likewise.
12431 * gdb.btrace/tailcall.exp: Likewise.
12432 * gdb.btrace/tsx.exp: Likewise.
12433 * gdb.btrace/unknown_functions.exp: Likewise.
12434 * gdb.btrace/vdso.exp: Likewise.
12435
12436 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12437
12438 * gdb.btrace/enable-running.c: New.
12439 * gdb.btrace/enable-running.exp: New.
12440
12441 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12442
12443 * gdb.arch/amd64-gs_base.c: New file.
12444 * gdb.arch/amd64-gs_base.exp: New file.
12445
12446 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12447
12448 * lib/memory.exp: Remove spurious empty newlines.
12449
12450 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12451
12452 * gdb.python/py-bad-printers.exp: Load python file using "source".
12453 * gdb.python/py-events.exp: Likewise.
12454 * gdb.python/py-evsignal.exp: Likewise.
12455 * gdb.python/py-evthreads.exp: Likewise.
12456 * gdb.python/py-frame-args.exp: Likewise.
12457 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12458 * gdb.python/py-framefilter-mi.exp: Likewise.
12459 * gdb.python/py-framefilter.exp: Likewise.
12460 * gdb.python/py-mi.exp: Likewise.
12461 * gdb.python/py-pp-maint.exp: Likewise.
12462 * gdb.python/py-pp-registration.exp: Likewise.
12463 * gdb.python/py-prettyprint.exp: Likewise.
12464 (run_lang_tests): Likewise.
12465 * gdb.python/py-typeprint.exp: Likewise.
12466
12467 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12468
12469 * lib/memory.exp: New file.
12470 * lib/gdb.exp: Load memory.exp.
12471 * gdb.base/memattr.exp (delete_memory): Move proc to
12472 lib/memory.exp and rename to delete_memory_regions.
12473 Replace delete_memory with delete_memory_regions.
12474 Cleanup memory regions before tests.
12475 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12476 before tests.
12477
12478 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12479
12480 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12481 files.
12482 (initialize): New function conditionally defined.
12483 (testcases): Move within conditional block.
12484 (main): Call initialize.
12485 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12486 of gdb.reverse/insn-reverse.c.
12487 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12488 gdb.reverse/insn-reverse.c.
12489
12490 2017-01-26 Yao Qi <yao.qi@linaro.org>
12491
12492 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12493 disassemble on address 0.
12494
12495 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12496 Yao Qi <yao.qi@linaro.org>
12497
12498 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12499 * gdb.dwarf2/implptr-64bit.S: Remove.
12500 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12501 variables in caller's context. Add DW_OP_implicit_value.
12502
12503 2017-01-25 Yao Qi <yao.qi@linaro.org>
12504
12505 * lib/dwarf.exp (Dwarf::_location): Handle
12506 DW_OP_GNU_implicit_pointer with proper size.
12507
12508 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12509
12510 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12511 and add untested calls.
12512
12513 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12514
12515 * gdb.python/python.exp: Check line number against what GDB thinks
12516 the line number is for func1.
12517
12518 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12519
12520 * gdb.dlang/debug-expr.exp: New file.
12521
12522 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12523
12524 Fix test names for the following files:
12525
12526 * gdb.ada/exec_changed.exp
12527 * gdb.ada/info_types.exp
12528 * gdb.arch/aarch64-atomic-inst.exp
12529 * gdb.arch/aarch64-fp.exp
12530 * gdb.arch/altivec-abi.exp
12531 * gdb.arch/altivec-regs.exp
12532 * gdb.arch/amd64-byte.exp
12533 * gdb.arch/amd64-disp-step.exp
12534 * gdb.arch/amd64-dword.exp
12535 * gdb.arch/amd64-entry-value-inline.exp
12536 * gdb.arch/amd64-entry-value-param.exp
12537 * gdb.arch/amd64-entry-value-paramref.exp
12538 * gdb.arch/amd64-entry-value.exp
12539 * gdb.arch/amd64-i386-address.exp
12540 * gdb.arch/amd64-invalid-stack-middle.exp
12541 * gdb.arch/amd64-invalid-stack-top.exp
12542 * gdb.arch/amd64-optimout-repeat.exp
12543 * gdb.arch/amd64-prologue-skip.exp
12544 * gdb.arch/amd64-prologue-xmm.exp
12545 * gdb.arch/amd64-stap-special-operands.exp
12546 * gdb.arch/amd64-stap-wrong-subexp.exp
12547 * gdb.arch/amd64-tailcall-cxx.exp
12548 * gdb.arch/amd64-tailcall-noret.exp
12549 * gdb.arch/amd64-tailcall-ret.exp
12550 * gdb.arch/amd64-tailcall-self.exp
12551 * gdb.arch/amd64-word.exp
12552 * gdb.arch/arm-bl-branch-dest.exp
12553 * gdb.arch/arm-disp-step.exp
12554 * gdb.arch/arm-neon.exp
12555 * gdb.arch/arm-single-step-kernel-helper.exp
12556 * gdb.arch/avr-flash-qualifier.exp
12557 * gdb.arch/disp-step-insn-reloc.exp
12558 * gdb.arch/e500-abi.exp
12559 * gdb.arch/e500-regs.exp
12560 * gdb.arch/ftrace-insn-reloc.exp
12561 * gdb.arch/i386-avx512.exp
12562 * gdb.arch/i386-bp_permanent.exp
12563 * gdb.arch/i386-byte.exp
12564 * gdb.arch/i386-cfi-notcurrent.exp
12565 * gdb.arch/i386-disp-step.exp
12566 * gdb.arch/i386-dr3-watch.exp
12567 * gdb.arch/i386-float.exp
12568 * gdb.arch/i386-gnu-cfi.exp
12569 * gdb.arch/i386-mpx-map.exp
12570 * gdb.arch/i386-mpx-sigsegv.exp
12571 * gdb.arch/i386-mpx-simple_segv.exp
12572 * gdb.arch/i386-mpx.exp
12573 * gdb.arch/i386-permbkpt.exp
12574 * gdb.arch/i386-prologue.exp
12575 * gdb.arch/i386-signal.exp
12576 * gdb.arch/i386-size-overlap.exp
12577 * gdb.arch/i386-unwind.exp
12578 * gdb.arch/i386-word.exp
12579 * gdb.arch/mips-fcr.exp
12580 * gdb.arch/powerpc-d128-regs.exp
12581 * gdb.arch/powerpc-stackless.exp
12582 * gdb.arch/ppc64-atomic-inst.exp
12583 * gdb.arch/s390-stackless.exp
12584 * gdb.arch/s390-tdbregs.exp
12585 * gdb.arch/s390-vregs.exp
12586 * gdb.arch/sparc-sysstep.exp
12587 * gdb.arch/thumb-bx-pc.exp
12588 * gdb.arch/thumb-singlestep.exp
12589 * gdb.arch/thumb2-it.exp
12590 * gdb.arch/vsx-regs.exp
12591 * gdb.asm/asm-source.exp
12592 * gdb.base/a2-run.exp
12593 * gdb.base/advance.exp
12594 * gdb.base/all-bin.exp
12595 * gdb.base/anon.exp
12596 * gdb.base/args.exp
12597 * gdb.base/arithmet.exp
12598 * gdb.base/async-shell.exp
12599 * gdb.base/async.exp
12600 * gdb.base/attach-pie-noexec.exp
12601 * gdb.base/attach-twice.exp
12602 * gdb.base/auto-load.exp
12603 * gdb.base/bang.exp
12604 * gdb.base/bitfields.exp
12605 * gdb.base/break-always.exp
12606 * gdb.base/break-caller-line.exp
12607 * gdb.base/break-entry.exp
12608 * gdb.base/break-inline.exp
12609 * gdb.base/break-on-linker-gcd-function.exp
12610 * gdb.base/break-probes.exp
12611 * gdb.base/break.exp
12612 * gdb.base/breakpoint-shadow.exp
12613 * gdb.base/call-ar-st.exp
12614 * gdb.base/call-sc.exp
12615 * gdb.base/call-signal-resume.exp
12616 * gdb.base/call-strs.exp
12617 * gdb.base/callfuncs.exp
12618 * gdb.base/catch-fork-static.exp
12619 * gdb.base/catch-gdb-caused-signals.exp
12620 * gdb.base/catch-load.exp
12621 * gdb.base/catch-signal-fork.exp
12622 * gdb.base/catch-signal.exp
12623 * gdb.base/catch-syscall.exp
12624 * gdb.base/charset.exp
12625 * gdb.base/checkpoint.exp
12626 * gdb.base/chng-syms.exp
12627 * gdb.base/code-expr.exp
12628 * gdb.base/code_elim.exp
12629 * gdb.base/commands.exp
12630 * gdb.base/completion.exp
12631 * gdb.base/complex.exp
12632 * gdb.base/cond-expr.exp
12633 * gdb.base/condbreak.exp
12634 * gdb.base/consecutive.exp
12635 * gdb.base/continue-all-already-running.exp
12636 * gdb.base/coredump-filter.exp
12637 * gdb.base/corefile.exp
12638 * gdb.base/dbx.exp
12639 * gdb.base/debug-expr.exp
12640 * gdb.base/define.exp
12641 * gdb.base/del.exp
12642 * gdb.base/disabled-location.exp
12643 * gdb.base/disasm-end-cu.exp
12644 * gdb.base/disasm-optim.exp
12645 * gdb.base/display.exp
12646 * gdb.base/duplicate-bp.exp
12647 * gdb.base/ena-dis-br.exp
12648 * gdb.base/ending-run.exp
12649 * gdb.base/enumval.exp
12650 * gdb.base/environ.exp
12651 * gdb.base/eu-strip-infcall.exp
12652 * gdb.base/eval-avoid-side-effects.exp
12653 * gdb.base/eval-skip.exp
12654 * gdb.base/exitsignal.exp
12655 * gdb.base/expand-psymtabs.exp
12656 * gdb.base/filesym.exp
12657 * gdb.base/find-unmapped.exp
12658 * gdb.base/finish.exp
12659 * gdb.base/float.exp
12660 * gdb.base/foll-exec-mode.exp
12661 * gdb.base/foll-exec.exp
12662 * gdb.base/foll-fork.exp
12663 * gdb.base/fortran-sym-case.exp
12664 * gdb.base/freebpcmd.exp
12665 * gdb.base/func-ptr.exp
12666 * gdb.base/func-ptrs.exp
12667 * gdb.base/funcargs.exp
12668 * gdb.base/gcore-buffer-overflow.exp
12669 * gdb.base/gcore-relro-pie.exp
12670 * gdb.base/gcore-relro.exp
12671 * gdb.base/gcore.exp
12672 * gdb.base/gdb1090.exp
12673 * gdb.base/gdb11530.exp
12674 * gdb.base/gdb11531.exp
12675 * gdb.base/gdb1821.exp
12676 * gdb.base/gdbindex-stabs.exp
12677 * gdb.base/gdbvars.exp
12678 * gdb.base/hbreak.exp
12679 * gdb.base/hbreak2.exp
12680 * gdb.base/included.exp
12681 * gdb.base/infcall-input.exp
12682 * gdb.base/inferior-died.exp
12683 * gdb.base/infnan.exp
12684 * gdb.base/info-macros.exp
12685 * gdb.base/info-os.exp
12686 * gdb.base/info-proc.exp
12687 * gdb.base/info-shared.exp
12688 * gdb.base/info-target.exp
12689 * gdb.base/infoline.exp
12690 * gdb.base/interp.exp
12691 * gdb.base/interrupt.exp
12692 * gdb.base/jit-reader.exp
12693 * gdb.base/jit-simple.exp
12694 * gdb.base/kill-after-signal.exp
12695 * gdb.base/kill-detach-inferiors-cmd.exp
12696 * gdb.base/label.exp
12697 * gdb.base/langs.exp
12698 * gdb.base/ldbl_e308.exp
12699 * gdb.base/line-symtabs.exp
12700 * gdb.base/linespecs.exp
12701 * gdb.base/list.exp
12702 * gdb.base/long_long.exp
12703 * gdb.base/longest-types.exp
12704 * gdb.base/maint.exp
12705 * gdb.base/max-value-size.exp
12706 * gdb.base/memattr.exp
12707 * gdb.base/mips_pro.exp
12708 * gdb.base/morestack.exp
12709 * gdb.base/moribund-step.exp
12710 * gdb.base/multi-forks.exp
12711 * gdb.base/nested-addr.exp
12712 * gdb.base/nextoverexit.exp
12713 * gdb.base/noreturn-finish.exp
12714 * gdb.base/noreturn-return.exp
12715 * gdb.base/nostdlib.exp
12716 * gdb.base/offsets.exp
12717 * gdb.base/opaque.exp
12718 * gdb.base/pc-fp.exp
12719 * gdb.base/permissions.exp
12720 * gdb.base/print-symbol-loading.exp
12721 * gdb.base/prologue-include.exp
12722 * gdb.base/psymtab.exp
12723 * gdb.base/ptype.exp
12724 * gdb.base/random-signal.exp
12725 * gdb.base/randomize.exp
12726 * gdb.base/range-stepping.exp
12727 * gdb.base/readline-ask.exp
12728 * gdb.base/recpar.exp
12729 * gdb.base/recurse.exp
12730 * gdb.base/relational.exp
12731 * gdb.base/restore.exp
12732 * gdb.base/return-nodebug.exp
12733 * gdb.base/return.exp
12734 * gdb.base/run-after-attach.exp
12735 * gdb.base/save-bp.exp
12736 * gdb.base/scope.exp
12737 * gdb.base/sect-cmd.exp
12738 * gdb.base/set-lang-auto.exp
12739 * gdb.base/set-noassign.exp
12740 * gdb.base/setvar.exp
12741 * gdb.base/sigall.exp
12742 * gdb.base/sigbpt.exp
12743 * gdb.base/siginfo-addr.exp
12744 * gdb.base/siginfo-infcall.exp
12745 * gdb.base/siginfo-obj.exp
12746 * gdb.base/siginfo.exp
12747 * gdb.base/signals-state-child.exp
12748 * gdb.base/signest.exp
12749 * gdb.base/sigstep.exp
12750 * gdb.base/sizeof.exp
12751 * gdb.base/skip.exp
12752 * gdb.base/solib-corrupted.exp
12753 * gdb.base/solib-nodir.exp
12754 * gdb.base/solib-search.exp
12755 * gdb.base/stack-checking.exp
12756 * gdb.base/stale-infcall.exp
12757 * gdb.base/stap-probe.exp
12758 * gdb.base/start.exp
12759 * gdb.base/step-break.exp
12760 * gdb.base/step-bt.exp
12761 * gdb.base/step-line.exp
12762 * gdb.base/step-over-exit.exp
12763 * gdb.base/step-over-syscall.exp
12764 * gdb.base/step-resume-infcall.exp
12765 * gdb.base/step-test.exp
12766 * gdb.base/store.exp
12767 * gdb.base/structs3.exp
12768 * gdb.base/sym-file.exp
12769 * gdb.base/symbol-without-target_section.exp
12770 * gdb.base/term.exp
12771 * gdb.base/testenv.exp
12772 * gdb.base/ui-redirect.exp
12773 * gdb.base/until.exp
12774 * gdb.base/unwindonsignal.exp
12775 * gdb.base/value-double-free.exp
12776 * gdb.base/vla-datatypes.exp
12777 * gdb.base/vla-ptr.exp
12778 * gdb.base/vla-sideeffect.exp
12779 * gdb.base/volatile.exp
12780 * gdb.base/watch-cond-infcall.exp
12781 * gdb.base/watch-cond.exp
12782 * gdb.base/watch-non-mem.exp
12783 * gdb.base/watch-read.exp
12784 * gdb.base/watch-vfork.exp
12785 * gdb.base/watchpoint-cond-gone.exp
12786 * gdb.base/watchpoint-delete.exp
12787 * gdb.base/watchpoint-hw-hit-once.exp
12788 * gdb.base/watchpoint-hw.exp
12789 * gdb.base/watchpoint-stops-at-right-insn.exp
12790 * gdb.base/watchpoints.exp
12791 * gdb.base/wchar.exp
12792 * gdb.base/whatis-exp.exp
12793 * gdb.btrace/buffer-size.exp
12794 * gdb.btrace/data.exp
12795 * gdb.btrace/delta.exp
12796 * gdb.btrace/dlopen.exp
12797 * gdb.btrace/enable.exp
12798 * gdb.btrace/exception.exp
12799 * gdb.btrace/function_call_history.exp
12800 * gdb.btrace/gcore.exp
12801 * gdb.btrace/instruction_history.exp
12802 * gdb.btrace/nohist.exp
12803 * gdb.btrace/reconnect.exp
12804 * gdb.btrace/record_goto-step.exp
12805 * gdb.btrace/record_goto.exp
12806 * gdb.btrace/rn-dl-bind.exp
12807 * gdb.btrace/segv.exp
12808 * gdb.btrace/step.exp
12809 * gdb.btrace/stepi.exp
12810 * gdb.btrace/tailcall-only.exp
12811 * gdb.btrace/tailcall.exp
12812 * gdb.btrace/tsx.exp
12813 * gdb.btrace/unknown_functions.exp
12814 * gdb.btrace/vdso.exp
12815 * gdb.compile/compile-ifunc.exp
12816 * gdb.compile/compile-ops.exp
12817 * gdb.compile/compile-print.exp
12818 * gdb.compile/compile-setjmp.exp
12819 * gdb.cp/abstract-origin.exp
12820 * gdb.cp/ambiguous.exp
12821 * gdb.cp/annota2.exp
12822 * gdb.cp/annota3.exp
12823 * gdb.cp/anon-ns.exp
12824 * gdb.cp/anon-struct.exp
12825 * gdb.cp/anon-union.exp
12826 * gdb.cp/arg-reference.exp
12827 * gdb.cp/baseenum.exp
12828 * gdb.cp/bool.exp
12829 * gdb.cp/breakpoint.exp
12830 * gdb.cp/bs15503.exp
12831 * gdb.cp/call-c.exp
12832 * gdb.cp/casts.exp
12833 * gdb.cp/chained-calls.exp
12834 * gdb.cp/class2.exp
12835 * gdb.cp/classes.exp
12836 * gdb.cp/cmpd-minsyms.exp
12837 * gdb.cp/converts.exp
12838 * gdb.cp/cp-relocate.exp
12839 * gdb.cp/cpcompletion.exp
12840 * gdb.cp/cpexprs.exp
12841 * gdb.cp/cplabel.exp
12842 * gdb.cp/cplusfuncs.exp
12843 * gdb.cp/cpsizeof.exp
12844 * gdb.cp/ctti.exp
12845 * gdb.cp/derivation.exp
12846 * gdb.cp/destrprint.exp
12847 * gdb.cp/dispcxx.exp
12848 * gdb.cp/enum-class.exp
12849 * gdb.cp/exception.exp
12850 * gdb.cp/exceptprint.exp
12851 * gdb.cp/expand-psymtabs-cxx.exp
12852 * gdb.cp/expand-sals.exp
12853 * gdb.cp/extern-c.exp
12854 * gdb.cp/filename.exp
12855 * gdb.cp/formatted-ref.exp
12856 * gdb.cp/fpointer.exp
12857 * gdb.cp/gdb1355.exp
12858 * gdb.cp/gdb2495.exp
12859 * gdb.cp/hang.exp
12860 * gdb.cp/impl-this.exp
12861 * gdb.cp/infcall-dlopen.exp
12862 * gdb.cp/inherit.exp
12863 * gdb.cp/iostream.exp
12864 * gdb.cp/koenig.exp
12865 * gdb.cp/local.exp
12866 * gdb.cp/m-data.exp
12867 * gdb.cp/m-static.exp
12868 * gdb.cp/mb-ctor.exp
12869 * gdb.cp/mb-inline.exp
12870 * gdb.cp/mb-templates.exp
12871 * gdb.cp/member-name.exp
12872 * gdb.cp/member-ptr.exp
12873 * gdb.cp/meth-typedefs.exp
12874 * gdb.cp/method.exp
12875 * gdb.cp/method2.exp
12876 * gdb.cp/minsym-fallback.exp
12877 * gdb.cp/misc.exp
12878 * gdb.cp/namelessclass.exp
12879 * gdb.cp/namespace-enum.exp
12880 * gdb.cp/namespace-nested-import.exp
12881 * gdb.cp/namespace.exp
12882 * gdb.cp/nextoverthrow.exp
12883 * gdb.cp/no-dmgl-verbose.exp
12884 * gdb.cp/non-trivial-retval.exp
12885 * gdb.cp/noparam.exp
12886 * gdb.cp/nsdecl.exp
12887 * gdb.cp/nsimport.exp
12888 * gdb.cp/nsnested.exp
12889 * gdb.cp/nsnoimports.exp
12890 * gdb.cp/nsrecurs.exp
12891 * gdb.cp/nsstress.exp
12892 * gdb.cp/nsusing.exp
12893 * gdb.cp/operator.exp
12894 * gdb.cp/oranking.exp
12895 * gdb.cp/overload-const.exp
12896 * gdb.cp/overload.exp
12897 * gdb.cp/ovldbreak.exp
12898 * gdb.cp/ovsrch.exp
12899 * gdb.cp/paren-type.exp
12900 * gdb.cp/parse-lang.exp
12901 * gdb.cp/pass-by-ref.exp
12902 * gdb.cp/pr-1023.exp
12903 * gdb.cp/pr-1210.exp
12904 * gdb.cp/pr-574.exp
12905 * gdb.cp/pr10687.exp
12906 * gdb.cp/pr12028.exp
12907 * gdb.cp/pr17132.exp
12908 * gdb.cp/pr17494.exp
12909 * gdb.cp/pr9067.exp
12910 * gdb.cp/pr9167.exp
12911 * gdb.cp/pr9631.exp
12912 * gdb.cp/printmethod.exp
12913 * gdb.cp/psmang.exp
12914 * gdb.cp/psymtab-parameter.exp
12915 * gdb.cp/ptype-cv-cp.exp
12916 * gdb.cp/ptype-flags.exp
12917 * gdb.cp/re-set-overloaded.exp
12918 * gdb.cp/ref-types.exp
12919 * gdb.cp/rtti.exp
12920 * gdb.cp/scope-err.exp
12921 * gdb.cp/shadow.exp
12922 * gdb.cp/smartp.exp
12923 * gdb.cp/static-method.exp
12924 * gdb.cp/static-print-quit.exp
12925 * gdb.cp/temargs.exp
12926 * gdb.cp/templates.exp
12927 * gdb.cp/try_catch.exp
12928 * gdb.cp/typedef-operator.exp
12929 * gdb.cp/typeid.exp
12930 * gdb.cp/userdef.exp
12931 * gdb.cp/using-crash.exp
12932 * gdb.cp/var-tag.exp
12933 * gdb.cp/virtbase.exp
12934 * gdb.cp/virtfunc.exp
12935 * gdb.cp/virtfunc2.exp
12936 * gdb.cp/vla-cxx.exp
12937 * gdb.disasm/t01_mov.exp
12938 * gdb.disasm/t02_mova.exp
12939 * gdb.disasm/t03_add.exp
12940 * gdb.disasm/t04_sub.exp
12941 * gdb.disasm/t05_cmp.exp
12942 * gdb.disasm/t06_ari2.exp
12943 * gdb.disasm/t07_ari3.exp
12944 * gdb.disasm/t08_or.exp
12945 * gdb.disasm/t09_xor.exp
12946 * gdb.disasm/t10_and.exp
12947 * gdb.disasm/t11_logs.exp
12948 * gdb.disasm/t12_bit.exp
12949 * gdb.disasm/t13_otr.exp
12950 * gdb.dlang/circular.exp
12951 * gdb.dwarf2/arr-stride.exp
12952 * gdb.dwarf2/arr-subrange.exp
12953 * gdb.dwarf2/atomic-type.exp
12954 * gdb.dwarf2/bad-regnum.exp
12955 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12956 * gdb.dwarf2/callframecfa.exp
12957 * gdb.dwarf2/clztest.exp
12958 * gdb.dwarf2/corrupt.exp
12959 * gdb.dwarf2/data-loc.exp
12960 * gdb.dwarf2/dup-psym.exp
12961 * gdb.dwarf2/dw2-anon-mptr.exp
12962 * gdb.dwarf2/dw2-anonymous-func.exp
12963 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12964 * gdb.dwarf2/dw2-bad-unresolved.exp
12965 * gdb.dwarf2/dw2-basic.exp
12966 * gdb.dwarf2/dw2-canonicalize-type.exp
12967 * gdb.dwarf2/dw2-case-insensitive.exp
12968 * gdb.dwarf2/dw2-common-block.exp
12969 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12970 * gdb.dwarf2/dw2-compressed.exp
12971 * gdb.dwarf2/dw2-const.exp
12972 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12973 * gdb.dwarf2/dw2-cu-size.exp
12974 * gdb.dwarf2/dw2-dup-frame.exp
12975 * gdb.dwarf2/dw2-entry-value.exp
12976 * gdb.dwarf2/dw2-icycle.exp
12977 * gdb.dwarf2/dw2-ifort-parameter.exp
12978 * gdb.dwarf2/dw2-inline-break.exp
12979 * gdb.dwarf2/dw2-inline-param.exp
12980 * gdb.dwarf2/dw2-intercu.exp
12981 * gdb.dwarf2/dw2-intermix.exp
12982 * gdb.dwarf2/dw2-lexical-block-bare.exp
12983 * gdb.dwarf2/dw2-linkage-name-trust.exp
12984 * gdb.dwarf2/dw2-minsym-in-cu.exp
12985 * gdb.dwarf2/dw2-noloc.exp
12986 * gdb.dwarf2/dw2-op-call.exp
12987 * gdb.dwarf2/dw2-op-out-param.exp
12988 * gdb.dwarf2/dw2-opt-structptr.exp
12989 * gdb.dwarf2/dw2-param-error.exp
12990 * gdb.dwarf2/dw2-producer.exp
12991 * gdb.dwarf2/dw2-ranges-base.exp
12992 * gdb.dwarf2/dw2-ref-missing-frame.exp
12993 * gdb.dwarf2/dw2-reg-undefined.exp
12994 * gdb.dwarf2/dw2-regno-invalid.exp
12995 * gdb.dwarf2/dw2-restore.exp
12996 * gdb.dwarf2/dw2-restrict.exp
12997 * gdb.dwarf2/dw2-single-line-discriminators.exp
12998 * gdb.dwarf2/dw2-strp.exp
12999 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13000 * gdb.dwarf2/dw2-unresolved.exp
13001 * gdb.dwarf2/dw2-var-zero-addr.exp
13002 * gdb.dwarf2/dw4-sig-types.exp
13003 * gdb.dwarf2/dwz.exp
13004 * gdb.dwarf2/dynarr-ptr.exp
13005 * gdb.dwarf2/enum-type.exp
13006 * gdb.dwarf2/gdb-index.exp
13007 * gdb.dwarf2/implptr-64bit.exp
13008 * gdb.dwarf2/implptr-optimized-out.exp
13009 * gdb.dwarf2/implptr.exp
13010 * gdb.dwarf2/implref-array.exp
13011 * gdb.dwarf2/implref-const.exp
13012 * gdb.dwarf2/implref-global.exp
13013 * gdb.dwarf2/implref-struct.exp
13014 * gdb.dwarf2/mac-fileno.exp
13015 * gdb.dwarf2/main-subprogram.exp
13016 * gdb.dwarf2/member-ptr-forwardref.exp
13017 * gdb.dwarf2/method-ptr.exp
13018 * gdb.dwarf2/missing-sig-type.exp
13019 * gdb.dwarf2/nonvar-access.exp
13020 * gdb.dwarf2/opaque-type-lookup.exp
13021 * gdb.dwarf2/pieces-optimized-out.exp
13022 * gdb.dwarf2/pieces.exp
13023 * gdb.dwarf2/pr10770.exp
13024 * gdb.dwarf2/pr13961.exp
13025 * gdb.dwarf2/staticvirtual.exp
13026 * gdb.dwarf2/subrange.exp
13027 * gdb.dwarf2/symtab-producer.exp
13028 * gdb.dwarf2/trace-crash.exp
13029 * gdb.dwarf2/typeddwarf.exp
13030 * gdb.dwarf2/valop.exp
13031 * gdb.dwarf2/watch-notconst.exp
13032 * gdb.fortran/array-element.exp
13033 * gdb.fortran/charset.exp
13034 * gdb.fortran/common-block.exp
13035 * gdb.fortran/complex.exp
13036 * gdb.fortran/derived-type-function.exp
13037 * gdb.fortran/derived-type.exp
13038 * gdb.fortran/logical.exp
13039 * gdb.fortran/module.exp
13040 * gdb.fortran/multi-dim.exp
13041 * gdb.fortran/nested-funcs.exp
13042 * gdb.fortran/print-formatted.exp
13043 * gdb.fortran/subarray.exp
13044 * gdb.fortran/vla-alloc-assoc.exp
13045 * gdb.fortran/vla-datatypes.exp
13046 * gdb.fortran/vla-history.exp
13047 * gdb.fortran/vla-ptr-info.exp
13048 * gdb.fortran/vla-ptype-sub.exp
13049 * gdb.fortran/vla-ptype.exp
13050 * gdb.fortran/vla-sizeof.exp
13051 * gdb.fortran/vla-type.exp
13052 * gdb.fortran/vla-value-sub-arbitrary.exp
13053 * gdb.fortran/vla-value-sub-finish.exp
13054 * gdb.fortran/vla-value-sub.exp
13055 * gdb.fortran/vla-value.exp
13056 * gdb.fortran/whatis_type.exp
13057 * gdb.go/chan.exp
13058 * gdb.go/handcall.exp
13059 * gdb.go/hello.exp
13060 * gdb.go/integers.exp
13061 * gdb.go/methods.exp
13062 * gdb.go/package.exp
13063 * gdb.go/strings.exp
13064 * gdb.go/types.exp
13065 * gdb.go/unsafe.exp
13066 * gdb.guile/scm-arch.exp
13067 * gdb.guile/scm-block.exp
13068 * gdb.guile/scm-breakpoint.exp
13069 * gdb.guile/scm-cmd.exp
13070 * gdb.guile/scm-disasm.exp
13071 * gdb.guile/scm-equal.exp
13072 * gdb.guile/scm-frame-args.exp
13073 * gdb.guile/scm-frame-inline.exp
13074 * gdb.guile/scm-frame.exp
13075 * gdb.guile/scm-iterator.exp
13076 * gdb.guile/scm-math.exp
13077 * gdb.guile/scm-objfile.exp
13078 * gdb.guile/scm-ports.exp
13079 * gdb.guile/scm-symbol.exp
13080 * gdb.guile/scm-symtab.exp
13081 * gdb.guile/scm-value-cc.exp
13082 * gdb.guile/types-module.exp
13083 * gdb.linespec/break-ask.exp
13084 * gdb.linespec/cpexplicit.exp
13085 * gdb.linespec/explicit.exp
13086 * gdb.linespec/keywords.exp
13087 * gdb.linespec/linespec.exp
13088 * gdb.linespec/ls-dollar.exp
13089 * gdb.linespec/ls-errs.exp
13090 * gdb.linespec/skip-two.exp
13091 * gdb.linespec/thread.exp
13092 * gdb.mi/mi-async.exp
13093 * gdb.mi/mi-basics.exp
13094 * gdb.mi/mi-break.exp
13095 * gdb.mi/mi-catch-load.exp
13096 * gdb.mi/mi-cli.exp
13097 * gdb.mi/mi-cmd-param-changed.exp
13098 * gdb.mi/mi-console.exp
13099 * gdb.mi/mi-detach.exp
13100 * gdb.mi/mi-disassemble.exp
13101 * gdb.mi/mi-eval.exp
13102 * gdb.mi/mi-file-transfer.exp
13103 * gdb.mi/mi-file.exp
13104 * gdb.mi/mi-fill-memory.exp
13105 * gdb.mi/mi-inheritance-syntax-error.exp
13106 * gdb.mi/mi-linespec-err-cp.exp
13107 * gdb.mi/mi-logging.exp
13108 * gdb.mi/mi-memory-changed.exp
13109 * gdb.mi/mi-read-memory.exp
13110 * gdb.mi/mi-record-changed.exp
13111 * gdb.mi/mi-reg-undefined.exp
13112 * gdb.mi/mi-regs.exp
13113 * gdb.mi/mi-return.exp
13114 * gdb.mi/mi-reverse.exp
13115 * gdb.mi/mi-simplerun.exp
13116 * gdb.mi/mi-solib.exp
13117 * gdb.mi/mi-stack.exp
13118 * gdb.mi/mi-stepi.exp
13119 * gdb.mi/mi-syn-frame.exp
13120 * gdb.mi/mi-until.exp
13121 * gdb.mi/mi-var-block.exp
13122 * gdb.mi/mi-var-child.exp
13123 * gdb.mi/mi-var-cmd.exp
13124 * gdb.mi/mi-var-cp.exp
13125 * gdb.mi/mi-var-display.exp
13126 * gdb.mi/mi-var-invalidate.exp
13127 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13128 * gdb.mi/mi-vla-fortran.exp
13129 * gdb.mi/mi-watch.exp
13130 * gdb.mi/mi2-var-child.exp
13131 * gdb.mi/user-selected-context-sync.exp
13132 * gdb.modula2/unbounded-array.exp
13133 * gdb.multi/dummy-frame-restore.exp
13134 * gdb.multi/multi-arch-exec.exp
13135 * gdb.multi/multi-arch.exp
13136 * gdb.multi/tids.exp
13137 * gdb.multi/watchpoint-multi.exp
13138 * gdb.opencl/callfuncs.exp
13139 * gdb.opencl/convs_casts.exp
13140 * gdb.opencl/datatypes.exp
13141 * gdb.opencl/operators.exp
13142 * gdb.opencl/vec_comps.exp
13143 * gdb.opt/clobbered-registers-O2.exp
13144 * gdb.opt/inline-break.exp
13145 * gdb.opt/inline-bt.exp
13146 * gdb.opt/inline-cmds.exp
13147 * gdb.opt/inline-locals.exp
13148 * gdb.pascal/case-insensitive-symbols.exp
13149 * gdb.pascal/floats.exp
13150 * gdb.pascal/gdb11492.exp
13151 * gdb.python/lib-types.exp
13152 * gdb.python/py-arch.exp
13153 * gdb.python/py-as-string.exp
13154 * gdb.python/py-bad-printers.exp
13155 * gdb.python/py-block.exp
13156 * gdb.python/py-breakpoint-create-fail.exp
13157 * gdb.python/py-breakpoint.exp
13158 * gdb.python/py-caller-is.exp
13159 * gdb.python/py-cmd.exp
13160 * gdb.python/py-explore-cc.exp
13161 * gdb.python/py-explore.exp
13162 * gdb.python/py-finish-breakpoint.exp
13163 * gdb.python/py-finish-breakpoint2.exp
13164 * gdb.python/py-frame-args.exp
13165 * gdb.python/py-frame-inline.exp
13166 * gdb.python/py-frame.exp
13167 * gdb.python/py-framefilter-mi.exp
13168 * gdb.python/py-infthread.exp
13169 * gdb.python/py-lazy-string.exp
13170 * gdb.python/py-linetable.exp
13171 * gdb.python/py-mi-events.exp
13172 * gdb.python/py-mi-objfile.exp
13173 * gdb.python/py-mi.exp
13174 * gdb.python/py-objfile.exp
13175 * gdb.python/py-pp-integral.exp
13176 * gdb.python/py-pp-maint.exp
13177 * gdb.python/py-pp-re-notag.exp
13178 * gdb.python/py-pp-registration.exp
13179 * gdb.python/py-recurse-unwind.exp
13180 * gdb.python/py-strfns.exp
13181 * gdb.python/py-symbol.exp
13182 * gdb.python/py-symtab.exp
13183 * gdb.python/py-sync-interp.exp
13184 * gdb.python/py-typeprint.exp
13185 * gdb.python/py-unwind-maint.exp
13186 * gdb.python/py-unwind.exp
13187 * gdb.python/py-value-cc.exp
13188 * gdb.python/py-xmethods.exp
13189 * gdb.reverse/amd64-tailcall-reverse.exp
13190 * gdb.reverse/break-precsave.exp
13191 * gdb.reverse/break-reverse.exp
13192 * gdb.reverse/consecutive-precsave.exp
13193 * gdb.reverse/consecutive-reverse.exp
13194 * gdb.reverse/finish-precsave.exp
13195 * gdb.reverse/finish-reverse-bkpt.exp
13196 * gdb.reverse/finish-reverse.exp
13197 * gdb.reverse/fstatat-reverse.exp
13198 * gdb.reverse/getresuid-reverse.exp
13199 * gdb.reverse/i386-precsave.exp
13200 * gdb.reverse/i386-reverse.exp
13201 * gdb.reverse/i386-sse-reverse.exp
13202 * gdb.reverse/i387-env-reverse.exp
13203 * gdb.reverse/i387-stack-reverse.exp
13204 * gdb.reverse/insn-reverse.exp
13205 * gdb.reverse/machinestate-precsave.exp
13206 * gdb.reverse/machinestate.exp
13207 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13208 * gdb.reverse/pipe-reverse.exp
13209 * gdb.reverse/readv-reverse.exp
13210 * gdb.reverse/recvmsg-reverse.exp
13211 * gdb.reverse/rerun-prec.exp
13212 * gdb.reverse/s390-mvcle.exp
13213 * gdb.reverse/step-precsave.exp
13214 * gdb.reverse/step-reverse.exp
13215 * gdb.reverse/time-reverse.exp
13216 * gdb.reverse/until-precsave.exp
13217 * gdb.reverse/until-reverse.exp
13218 * gdb.reverse/waitpid-reverse.exp
13219 * gdb.reverse/watch-precsave.exp
13220 * gdb.reverse/watch-reverse.exp
13221 * gdb.rust/generics.exp
13222 * gdb.rust/methods.exp
13223 * gdb.rust/modules.exp
13224 * gdb.rust/simple.exp
13225 * gdb.server/connect-with-no-symbol-file.exp
13226 * gdb.server/ext-attach.exp
13227 * gdb.server/ext-restart.exp
13228 * gdb.server/ext-wrapper.exp
13229 * gdb.server/file-transfer.exp
13230 * gdb.server/server-exec-info.exp
13231 * gdb.server/server-kill.exp
13232 * gdb.server/server-mon.exp
13233 * gdb.server/wrapper.exp
13234 * gdb.stabs/exclfwd.exp
13235 * gdb.stabs/gdb11479.exp
13236 * gdb.threads/clone-new-thread-event.exp
13237 * gdb.threads/corethreads.exp
13238 * gdb.threads/current-lwp-dead.exp
13239 * gdb.threads/dlopen-libpthread.exp
13240 * gdb.threads/gcore-thread.exp
13241 * gdb.threads/sigstep-threads.exp
13242 * gdb.threads/watchpoint-fork.exp
13243 * gdb.trace/actions-changed.exp
13244 * gdb.trace/backtrace.exp
13245 * gdb.trace/change-loc.exp
13246 * gdb.trace/circ.exp
13247 * gdb.trace/collection.exp
13248 * gdb.trace/disconnected-tracing.exp
13249 * gdb.trace/ftrace.exp
13250 * gdb.trace/mi-trace-frame-collected.exp
13251 * gdb.trace/mi-trace-unavailable.exp
13252 * gdb.trace/mi-traceframe-changed.exp
13253 * gdb.trace/mi-tsv-changed.exp
13254 * gdb.trace/no-attach-trace.exp
13255 * gdb.trace/passc-dyn.exp
13256 * gdb.trace/qtro.exp
13257 * gdb.trace/range-stepping.exp
13258 * gdb.trace/read-memory.exp
13259 * gdb.trace/save-trace.exp
13260 * gdb.trace/signal.exp
13261 * gdb.trace/status-stop.exp
13262 * gdb.trace/tfile.exp
13263 * gdb.trace/trace-break.exp
13264 * gdb.trace/trace-buffer-size.exp
13265 * gdb.trace/trace-condition.exp
13266 * gdb.trace/tracefile-pseudo-reg.exp
13267 * gdb.trace/tstatus.exp
13268 * gdb.trace/unavailable.exp
13269 * gdb.trace/while-dyn.exp
13270 * gdb.trace/while-stepping.exp
13271
13272 2016-12-22 Doug Evans <xdje42@gmail.com>
13273
13274 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13275 and msymbols.
13276
13277 2016-12-19 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13280 (test_with_self): Don't call do_steps_and_nexts, and remove
13281 code about stepping into xmalloc.
13282
13283 2016-12-09 Yao Qi <yao.qi@linaro.org>
13284
13285 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13286
13287 2016-12-09 Yao Qi <yao.qi@linaro.org>
13288
13289 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13290
13291 2016-12-09 Pedro Alves <palves@redhat.com>
13292
13293 * gdb.base/all-architectures-0.exp: New file.
13294 * gdb.base/all-architectures-1.exp: New file.
13295 * gdb.base/all-architectures-2.exp: New file.
13296 * gdb.base/all-architectures-3.exp: New file.
13297 * gdb.base/all-architectures-4.exp: New file.
13298 * gdb.base/all-architectures-5.exp: New file.
13299 * gdb.base/all-architectures-6.exp: New file.
13300 * gdb.base/all-architectures-7.exp: New file.
13301 * gdb.base/all-architectures.exp.in: New file.
13302
13303 2016-12-09 Yao Qi <yao.qi@linaro.org>
13304
13305 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13306
13307 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13308
13309 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13310 possible.
13311 Remove useless pattern-matching code.
13312
13313 2016-12-02 Pedro Alves <palves@redhat.com>
13314
13315 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13316 procedure.
13317 (top level): Call it.
13318
13319 2016-12-02 Pedro Alves <palves@redhat.com>
13320
13321 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13322 New procedure.
13323 (top level): Call it.
13324
13325 2016-12-02 Pedro Alves <palves@redhat.com>
13326
13327 PR cli/20559
13328 * gdb.base/commands.exp (user_defined_command_args_eval): New
13329 procedure.
13330 (top level): Call it.
13331
13332 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13333
13334 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13335 timeout handling.
13336
13337 2016-12-02 Tom Tromey <tom@tromey.com>
13338
13339 * gdb.dwarf2/main-subprogram.c: New file.
13340 * gdb.dwarf2/main-subprogram.exp: New file.
13341
13342 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13343
13344 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13345 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13346 gdb_test_no_output for a couple of cases.
13347 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13348
13349 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13350
13351 Fix test names and standardize compilation error messages throughout
13352 the following files:
13353
13354 * gdb.ada/start.exp
13355 * gdb.arch/alpha-step.exp
13356 * gdb.arch/e500-prologue.exp
13357 * gdb.arch/ftrace-insn-reloc.exp
13358 * gdb.arch/gdb1291.exp
13359 * gdb.arch/gdb1431.exp
13360 * gdb.arch/gdb1558.exp
13361 * gdb.arch/i386-dr3-watch.exp
13362 * gdb.arch/i386-sse-stack-align.exp
13363 * gdb.arch/ia64-breakpoint-shadow.exp
13364 * gdb.arch/pa-nullify.exp
13365 * gdb.arch/powerpc-aix-prologue.exp
13366 * gdb.arch/thumb-bx-pc.exp
13367 * gdb.base/annota1.exp
13368 * gdb.base/annota3.exp
13369 * gdb.base/arrayidx.exp
13370 * gdb.base/assign.exp
13371 * gdb.base/attach.exp
13372 * gdb.base/auxv.exp
13373 * gdb.base/bang.exp
13374 * gdb.base/bfp-test.exp
13375 * gdb.base/bigcore.exp
13376 * gdb.base/bitfields2.exp
13377 * gdb.base/break-fun-addr.exp
13378 * gdb.base/break-probes.exp
13379 * gdb.base/call-rt-st.exp
13380 * gdb.base/callexit.exp
13381 * gdb.base/catch-fork-kill.exp
13382 * gdb.base/charset.exp
13383 * gdb.base/checkpoint.exp
13384 * gdb.base/comprdebug.exp
13385 * gdb.base/constvars.exp
13386 * gdb.base/coredump-filter.exp
13387 * gdb.base/cursal.exp
13388 * gdb.base/cvexpr.exp
13389 * gdb.base/detach.exp
13390 * gdb.base/display.exp
13391 * gdb.base/dmsym.exp
13392 * gdb.base/dprintf-pending.exp
13393 * gdb.base/dso2dso.exp
13394 * gdb.base/dtrace-probe.exp
13395 * gdb.base/dump.exp
13396 * gdb.base/enum_cond.exp
13397 * gdb.base/exe-lock.exp
13398 * gdb.base/exec-invalid-sysroot.exp
13399 * gdb.base/execl-update-breakpoints.exp
13400 * gdb.base/exprs.exp
13401 * gdb.base/fileio.exp
13402 * gdb.base/find.exp
13403 * gdb.base/finish.exp
13404 * gdb.base/fixsection.exp
13405 * gdb.base/foll-vfork.exp
13406 * gdb.base/frame-args.exp
13407 * gdb.base/gcore.exp
13408 * gdb.base/gdb1250.exp
13409 * gdb.base/global-var-nested-by-dso.exp
13410 * gdb.base/gnu-ifunc.exp
13411 * gdb.base/hashline1.exp
13412 * gdb.base/hashline2.exp
13413 * gdb.base/hashline3.exp
13414 * gdb.base/hbreak-in-shr-unsupported.exp
13415 * gdb.base/huge.exp
13416 * gdb.base/infcall-input.exp
13417 * gdb.base/info-fun.exp
13418 * gdb.base/info-shared.exp
13419 * gdb.base/jit-simple.exp
13420 * gdb.base/jit-so.exp
13421 * gdb.base/jit.exp
13422 * gdb.base/jump.exp
13423 * gdb.base/label.exp
13424 * gdb.base/lineinc.exp
13425 * gdb.base/logical.exp
13426 * gdb.base/longjmp.exp
13427 * gdb.base/macscp.exp
13428 * gdb.base/miscexprs.exp
13429 * gdb.base/new-ui-echo.exp
13430 * gdb.base/new-ui-pending-input.exp
13431 * gdb.base/new-ui.exp
13432 * gdb.base/nodebug.exp
13433 * gdb.base/nofield.exp
13434 * gdb.base/offsets.exp
13435 * gdb.base/overlays.exp
13436 * gdb.base/pending.exp
13437 * gdb.base/pointers.exp
13438 * gdb.base/pr11022.exp
13439 * gdb.base/printcmds.exp
13440 * gdb.base/prologue.exp
13441 * gdb.base/ptr-typedef.exp
13442 * gdb.base/realname-expand.exp
13443 * gdb.base/relativedebug.exp
13444 * gdb.base/relocate.exp
13445 * gdb.base/remote.exp
13446 * gdb.base/reread.exp
13447 * gdb.base/return2.exp
13448 * gdb.base/savedregs.exp
13449 * gdb.base/sep.exp
13450 * gdb.base/sepdebug.exp
13451 * gdb.base/sepsymtab.exp
13452 * gdb.base/set-inferior-tty.exp
13453 * gdb.base/setshow.exp
13454 * gdb.base/shlib-call.exp
13455 * gdb.base/sigaltstack.exp
13456 * gdb.base/siginfo-addr.exp
13457 * gdb.base/signals.exp
13458 * gdb.base/signull.exp
13459 * gdb.base/sigrepeat.exp
13460 * gdb.base/so-impl-ld.exp
13461 * gdb.base/solib-display.exp
13462 * gdb.base/solib-overlap.exp
13463 * gdb.base/solib-search.exp
13464 * gdb.base/solib-symbol.exp
13465 * gdb.base/structs.exp
13466 * gdb.base/structs2.exp
13467 * gdb.base/symtab-search-order.exp
13468 * gdb.base/twice.exp
13469 * gdb.base/unload.exp
13470 * gdb.base/varargs.exp
13471 * gdb.base/watchpoint-solib.exp
13472 * gdb.base/watchpoint.exp
13473 * gdb.base/whatis.exp
13474 * gdb.base/wrong_frame_bt_full.exp
13475 * gdb.btrace/dlopen.exp
13476 * gdb.cell/ea-standalone.exp
13477 * gdb.cell/ea-test.exp
13478 * gdb.cp/dispcxx.exp
13479 * gdb.cp/gdb2384.exp
13480 * gdb.cp/method2.exp
13481 * gdb.cp/nextoverthrow.exp
13482 * gdb.cp/pr10728.exp
13483 * gdb.disasm/am33.exp
13484 * gdb.disasm/h8300s.exp
13485 * gdb.disasm/mn10300.exp
13486 * gdb.disasm/sh3.exp
13487 * gdb.dwarf2/dw2-dir-file-name.exp
13488 * gdb.fortran/complex.exp
13489 * gdb.fortran/library-module.exp
13490 * gdb.guile/scm-pretty-print.exp
13491 * gdb.guile/scm-symbol.exp
13492 * gdb.guile/scm-type.exp
13493 * gdb.guile/scm-value.exp
13494 * gdb.linespec/linespec.exp
13495 * gdb.mi/gdb701.exp
13496 * gdb.mi/gdb792.exp
13497 * gdb.mi/mi-breakpoint-changed.exp
13498 * gdb.mi/mi-dprintf-pending.exp
13499 * gdb.mi/mi-dprintf.exp
13500 * gdb.mi/mi-exit-code.exp
13501 * gdb.mi/mi-pending.exp
13502 * gdb.mi/mi-solib.exp
13503 * gdb.mi/new-ui-mi-sync.exp
13504 * gdb.mi/pr11022.exp
13505 * gdb.mi/user-selected-context-sync.exp
13506 * gdb.opt/solib-intra-step.exp
13507 * gdb.python/py-events.exp
13508 * gdb.python/py-finish-breakpoint.exp
13509 * gdb.python/py-mi.exp
13510 * gdb.python/py-prettyprint.exp
13511 * gdb.python/py-shared.exp
13512 * gdb.python/py-symbol.exp
13513 * gdb.python/py-template.exp
13514 * gdb.python/py-type.exp
13515 * gdb.python/py-value.exp
13516 * gdb.reverse/solib-precsave.exp
13517 * gdb.reverse/solib-reverse.exp
13518 * gdb.server/solib-list.exp
13519 * gdb.stabs/weird.exp
13520 * gdb.threads/reconnect-signal.exp
13521 * gdb.threads/stepi-random-signal.exp
13522 * gdb.trace/actions.exp
13523 * gdb.trace/ax.exp
13524 * gdb.trace/backtrace.exp
13525 * gdb.trace/change-loc.exp
13526 * gdb.trace/deltrace.exp
13527 * gdb.trace/ftrace-lock.exp
13528 * gdb.trace/ftrace.exp
13529 * gdb.trace/infotrace.exp
13530 * gdb.trace/mi-tracepoint-changed.exp
13531 * gdb.trace/packetlen.exp
13532 * gdb.trace/passcount.exp
13533 * gdb.trace/pending.exp
13534 * gdb.trace/range-stepping.exp
13535 * gdb.trace/report.exp
13536 * gdb.trace/stap-trace.exp
13537 * gdb.trace/tfind.exp
13538 * gdb.trace/trace-break.exp
13539 * gdb.trace/trace-condition.exp
13540 * gdb.trace/trace-enable-disable.exp
13541 * gdb.trace/trace-mt.exp
13542 * gdb.trace/tracecmd.exp
13543 * gdb.trace/tspeed.exp
13544 * gdb.trace/tsv.exp
13545 * lib/perftest.exp
13546
13547 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13548
13549 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13550 with gdb_test_no_output.
13551 Use command as test name.
13552
13553 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13554
13555 Fix test names starting with uppercase throughout the files.
13556
13557 * gdb.ada/assign_1.exp
13558 * gdb.ada/boolean_expr.exp
13559 * gdb.base/arrayidx.exp
13560 * gdb.base/del.exp
13561 * gdb.base/gcore-buffer-overflow.exp
13562 * gdb.base/testenv.exp
13563 * gdb.compile/compile.exp
13564 * gdb.python/py-framefilter-invalidarg.exp
13565 * gdb.python/py-framefilter.exp
13566
13567 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13568
13569 Fix test names starting with uppercase throughout the files.
13570
13571 * gdb.ada/array_return.exp
13572 * gdb.ada/expr_delims.exp
13573 * gdb.ada/mi_dyn_arr.exp
13574 * gdb.ada/mi_interface.exp
13575 * gdb.ada/mi_var_array.exp
13576 * gdb.ada/watch_arg.exp
13577 * gdb.arch/alpha-step.exp
13578 * gdb.arch/altivec-regs.exp
13579 * gdb.arch/e500-regs.exp
13580 * gdb.arch/powerpc-d128-regs.exp
13581 * gdb.base/arrayidx.exp
13582 * gdb.base/break.exp
13583 * gdb.base/checkpoint.exp
13584 * gdb.base/debug-expr.exp
13585 * gdb.base/dmsym.exp
13586 * gdb.base/radix.exp
13587 * gdb.base/sepdebug.exp
13588 * gdb.base/testenv.exp
13589 * gdb.base/watch_thread_num.exp
13590 * gdb.base/watchpoint-cond-gone.exp
13591 * gdb.cell/break.exp
13592 * gdb.cell/ea-cache.exp
13593 * gdb.compile/compile.exp
13594 * gdb.cp/gdb2495.exp
13595 * gdb.gdb/selftest.exp
13596 * gdb.gdb/xfullpath.exp
13597 * gdb.go/hello.exp
13598 * gdb.go/integers.exp
13599 * gdb.objc/basicclass.exp
13600 * gdb.pascal/hello.exp
13601 * gdb.pascal/integers.exp
13602 * gdb.python/py-breakpoint.exp
13603 * gdb.python/py-cmd.exp
13604 * gdb.python/py-linetable.exp
13605 * gdb.python/py-xmethods.exp
13606 * gdb.python/python.exp
13607 * gdb.reverse/consecutive-precsave.exp
13608 * gdb.reverse/finish-precsave.exp
13609 * gdb.reverse/i386-precsave.exp
13610 * gdb.reverse/machinestate-precsave.exp
13611 * gdb.reverse/sigall-precsave.exp
13612 * gdb.reverse/solib-precsave.exp
13613 * gdb.reverse/step-precsave.exp
13614 * gdb.reverse/until-precsave.exp
13615 * gdb.reverse/watch-precsave.exp
13616 * gdb.threads/leader-exit.exp
13617 * gdb.threads/pthreads.exp
13618 * gdb.threads/wp-replication.exp
13619 * gdb.trace/actions.exp
13620 * gdb.trace/mi-tsv-changed.exp
13621 * gdb.trace/tsv.exp
13622
13623 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13624
13625 Fix test names starting with uppercase throughout the files.
13626
13627 * gdb.arch/i386-bp_permanent.exp
13628 * gdb.arch/i386-gnu-cfi.exp
13629 * gdb.base/disasm-end-cu.exp
13630 * gdb.base/macscp.exp
13631 * gdb.base/pending.exp
13632 * gdb.base/watch_thread_num.exp
13633 * gdb.cp/exception.exp
13634 * gdb.cp/gdb2495.exp
13635 * gdb.cp/local.exp
13636 * gdb.python/py-evsignal.exp
13637 * gdb.python/python.exp
13638 * gdb.trace/tracecmd.exp
13639
13640 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13641
13642 Fix test names starting with uppercase throughout the files.
13643
13644 * gdb.base/charset.exp
13645 * gdb.base/eval.exp
13646 * gdb.base/multi-forks.exp
13647 * gdb.guile/scm-progspace.exp
13648 * gdb.opencl/datatypes.exp
13649 * gdb.python/py-block.exp
13650 * gdb.python/py-function.exp
13651 * gdb.python/py-symbol.exp
13652 * gdb.python/py-symtab.exp
13653 * gdb.python/py-xmethods.exp
13654 * gdb.reverse/break-precsave.exp
13655 * gdb.reverse/break-reverse.exp
13656 * gdb.reverse/consecutive-precsave.exp
13657 * gdb.reverse/consecutive-reverse.exp
13658 * gdb.reverse/finish-precsave.exp
13659 * gdb.reverse/finish-reverse-bkpt.exp
13660 * gdb.reverse/finish-reverse.exp
13661 * gdb.reverse/fstatat-reverse.exp
13662 * gdb.reverse/getresuid-reverse.exp
13663 * gdb.reverse/i386-precsave.exp
13664 * gdb.reverse/i386-reverse.exp
13665 * gdb.reverse/i386-sse-reverse.exp
13666 * gdb.reverse/i387-stack-reverse.exp
13667 * gdb.reverse/insn-reverse.exp
13668 * gdb.reverse/machinestate-precsave.exp
13669 * gdb.reverse/machinestate.exp
13670 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13671 * gdb.reverse/pipe-reverse.exp
13672 * gdb.reverse/readv-reverse.exp
13673 * gdb.reverse/recvmsg-reverse.exp
13674 * gdb.reverse/rerun-prec.exp
13675 * gdb.reverse/s390-mvcle.exp
13676 * gdb.reverse/sigall-precsave.exp
13677 * gdb.reverse/sigall-reverse.exp
13678 * gdb.reverse/solib-precsave.exp
13679 * gdb.reverse/solib-reverse.exp
13680 * gdb.reverse/step-precsave.exp
13681 * gdb.reverse/step-reverse.exp
13682 * gdb.reverse/time-reverse.exp
13683 * gdb.reverse/until-precsave.exp
13684 * gdb.reverse/until-reverse.exp
13685 * gdb.reverse/waitpid-reverse.exp
13686 * gdb.reverse/watch-precsave.exp
13687 * gdb.reverse/watch-reverse.exp
13688
13689 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13690
13691 Fix test names starting with uppercase throughout the files.
13692
13693 * gdb.arch/i386-mpx-simple_segv.exp
13694 * gdb.arch/i386-mpx.exp
13695 * gdb.arch/i386-permbkpt.exp
13696 * gdb.arch/pa-nullify.exp
13697 * gdb.arch/powerpc-d128-regs.exp
13698 * gdb.arch/vsx-regs.exp
13699 * gdb.base/bfp-test.exp
13700 * gdb.base/break.exp
13701 * gdb.base/breakpoint-shadow.exp
13702 * gdb.base/callfuncs.exp
13703 * gdb.base/charset.exp
13704 * gdb.base/commands.exp
13705 * gdb.base/completion.exp
13706 * gdb.base/dfp-test.exp
13707 * gdb.base/echo.exp
13708 * gdb.base/ending-run.exp
13709 * gdb.base/eval.exp
13710 * gdb.base/expand-psymtabs.exp
13711 * gdb.base/float128.exp
13712 * gdb.base/floatn.exp
13713 * gdb.base/foll-exec-mode.exp
13714 * gdb.base/gdb1056.exp
13715 * gdb.base/gdb11531.exp
13716 * gdb.base/kill-after-signal.exp
13717 * gdb.base/multi-forks.exp
13718 * gdb.base/overlays.exp
13719 * gdb.base/pending.exp
13720 * gdb.base/sepdebug.exp
13721 * gdb.base/testenv.exp
13722 * gdb.base/valgrind-db-attach.exp
13723 * gdb.base/watch_thread_num.exp
13724 * gdb.base/watchpoint-cond-gone.exp
13725 * gdb.base/watchpoint.exp
13726 * gdb.base/watchpoints.exp
13727 * gdb.cp/arg-reference.exp
13728 * gdb.cp/baseenum.exp
13729 * gdb.cp/operator.exp
13730 * gdb.cp/shadow.exp
13731 * gdb.dwarf2/dw2-op-out-param.exp
13732 * gdb.dwarf2/dw2-reg-undefined.exp
13733 * gdb.go/chan.exp
13734 * gdb.go/hello.exp
13735 * gdb.go/integers.exp
13736 * gdb.go/methods.exp
13737 * gdb.go/package.exp
13738 * gdb.guile/scm-parameter.exp
13739 * gdb.guile/scm-progspace.exp
13740 * gdb.guile/scm-value.exp
13741 * gdb.mi/mi-pending.exp
13742 * gdb.mi/user-selected-context-sync.exp
13743 * gdb.multi/multi-attach.exp
13744 * gdb.multi/tids.exp
13745 * gdb.opt/clobbered-registers-O2.exp
13746 * gdb.pascal/floats.exp
13747 * gdb.pascal/integers.exp
13748 * gdb.python/py-block.exp
13749 * gdb.python/py-events.exp
13750 * gdb.python/py-parameter.exp
13751 * gdb.python/py-symbol.exp
13752 * gdb.python/py-symtab.exp
13753 * gdb.python/py-type.exp
13754 * gdb.python/py-value.exp
13755 * gdb.python/py-xmethods.exp
13756 * gdb.python/python.exp
13757 * gdb.reverse/break-precsave.exp
13758 * gdb.reverse/consecutive-precsave.exp
13759 * gdb.reverse/finish-precsave.exp
13760 * gdb.reverse/i386-precsave.exp
13761 * gdb.reverse/machinestate-precsave.exp
13762 * gdb.reverse/sigall-precsave.exp
13763 * gdb.reverse/solib-precsave.exp
13764 * gdb.reverse/step-precsave.exp
13765 * gdb.reverse/until-precsave.exp
13766 * gdb.reverse/watch-precsave.exp
13767 * gdb.server/ext-attach.exp
13768 * gdb.server/ext-restart.exp
13769 * gdb.server/ext-run.exp
13770 * gdb.server/ext-wrapper.exp
13771 * gdb.stabs/gdb11479.exp
13772 * gdb.stabs/weird.exp
13773 * gdb.threads/attach-many-short-lived-threads.exp
13774 * gdb.threads/kill.exp
13775 * gdb.threads/watchpoint-fork.exp
13776
13777 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13778
13779 Fix test names starting with uppercase throughout all the files below.
13780
13781 * gdb.ada/array_return.exp
13782 * gdb.ada/catch_ex.exp
13783 * gdb.ada/info_exc.exp
13784 * gdb.ada/mi_catch_ex.exp
13785 * gdb.ada/mi_dyn_arr.exp
13786 * gdb.ada/mi_ex_cond.exp
13787 * gdb.ada/mi_exc_info.exp
13788 * gdb.ada/mi_interface.exp
13789 * gdb.ada/mi_task_arg.exp
13790 * gdb.ada/mi_task_info.exp
13791 * gdb.ada/mi_var_array.exp
13792 * gdb.arch/alpha-step.exp
13793 * gdb.arch/amd64-disp-step.exp
13794 * gdb.arch/arm-disp-step.exp
13795 * gdb.arch/disp-step-insn-reloc.exp
13796 * gdb.arch/e500-prologue.exp
13797 * gdb.arch/ftrace-insn-reloc.exp
13798 * gdb.arch/gdb1558.exp
13799 * gdb.arch/i386-bp_permanent.exp
13800 * gdb.arch/i386-disp-step.exp
13801 * gdb.arch/i386-float.exp
13802 * gdb.arch/i386-gnu-cfi.exp
13803 * gdb.arch/ia64-breakpoint-shadow.exp
13804 * gdb.arch/mips16-thunks.exp
13805 * gdb.arch/pa-nullify.exp
13806 * gdb.arch/powerpc-aix-prologue.exp
13807 * gdb.arch/powerpc-power.exp
13808 * gdb.arch/ppc-dfp.exp
13809 * gdb.arch/s390-tdbregs.exp
13810 * gdb.arch/spu-info.exp
13811 * gdb.arch/spu-ls.exp
13812 * gdb.arch/thumb-bx-pc.exp
13813 * gdb.base/advance.exp
13814 * gdb.base/annota-input-while-running.exp
13815 * gdb.base/arrayidx.exp
13816 * gdb.base/asmlabel.exp
13817 * gdb.base/async.exp
13818 * gdb.base/attach-wait-input.exp
13819 * gdb.base/auto-connect-native-target.exp
13820 * gdb.base/batch-preserve-term-settings.exp
13821 * gdb.base/bfp-test.exp
13822 * gdb.base/bigcore.exp
13823 * gdb.base/bp-permanent.exp
13824 * gdb.base/break-always.exp
13825 * gdb.base/break-fun-addr.exp
13826 * gdb.base/break-idempotent.exp
13827 * gdb.base/break-main-file-remove-fail.exp
13828 * gdb.base/break-probes.exp
13829 * gdb.base/break-unload-file.exp
13830 * gdb.base/break.exp
13831 * gdb.base/call-ar-st.exp
13832 * gdb.base/call-rt-st.exp
13833 * gdb.base/call-sc.exp
13834 * gdb.base/call-signal-resume.exp
13835 * gdb.base/call-strs.exp
13836 * gdb.base/callexit.exp
13837 * gdb.base/callfuncs.exp
13838 * gdb.base/catch-gdb-caused-signals.exp
13839 * gdb.base/catch-signal-siginfo-cond.exp
13840 * gdb.base/catch-syscall.exp
13841 * gdb.base/compare-sections.exp
13842 * gdb.base/cond-eval-mode.exp
13843 * gdb.base/condbreak-call-false.exp
13844 * gdb.base/consecutive-step-over.exp
13845 * gdb.base/cursal.exp
13846 * gdb.base/disabled-location.exp
13847 * gdb.base/disasm-end-cu.exp
13848 * gdb.base/display.exp
13849 * gdb.base/double-prompt-target-event-error.exp
13850 * gdb.base/dprintf-bp-same-addr.exp
13851 * gdb.base/dprintf-detach.exp
13852 * gdb.base/dprintf-next.exp
13853 * gdb.base/dprintf-non-stop.exp
13854 * gdb.base/dprintf-pending.exp
13855 * gdb.base/dso2dso.exp
13856 * gdb.base/ending-run.exp
13857 * gdb.base/enum_cond.exp
13858 * gdb.base/examine-backward.exp
13859 * gdb.base/exe-lock.exp
13860 * gdb.base/exec-invalid-sysroot.exp
13861 * gdb.base/execl-update-breakpoints.exp
13862 * gdb.base/execution-termios.exp
13863 * gdb.base/fileio.exp
13864 * gdb.base/fixsection.exp
13865 * gdb.base/foll-exec-mode.exp
13866 * gdb.base/foll-exec.exp
13867 * gdb.base/fork-running-state.exp
13868 * gdb.base/frame-args.exp
13869 * gdb.base/fullpath-expand.exp
13870 * gdb.base/func-ptr.exp
13871 * gdb.base/gcore-relro-pie.exp
13872 * gdb.base/gdb1090.exp
13873 * gdb.base/gdb1555.exp
13874 * gdb.base/global-var-nested-by-dso.exp
13875 * gdb.base/gnu-ifunc.exp
13876 * gdb.base/hbreak-in-shr-unsupported.exp
13877 * gdb.base/hbreak-unmapped.exp
13878 * gdb.base/hook-stop.exp
13879 * gdb.base/infcall-input.exp
13880 * gdb.base/info-fun.exp
13881 * gdb.base/info-shared.exp
13882 * gdb.base/interrupt-noterm.exp
13883 * gdb.base/jit-so.exp
13884 * gdb.base/jit.exp
13885 * gdb.base/line-symtabs.exp
13886 * gdb.base/list.exp
13887 * gdb.base/longjmp.exp
13888 * gdb.base/macscp.exp
13889 * gdb.base/max-value-size.exp
13890 * gdb.base/nodebug.exp
13891 * gdb.base/nofield.exp
13892 * gdb.base/overlays.exp
13893 * gdb.base/paginate-after-ctrl-c-running.exp
13894 * gdb.base/paginate-bg-execution.exp
13895 * gdb.base/paginate-inferior-exit.exp
13896 * gdb.base/pending.exp
13897 * gdb.base/pr11022.exp
13898 * gdb.base/printcmds.exp
13899 * gdb.base/ptr-typedef.exp
13900 * gdb.base/ptype.exp
13901 * gdb.base/randomize.exp
13902 * gdb.base/range-stepping.exp
13903 * gdb.base/realname-expand.exp
13904 * gdb.base/relativedebug.exp
13905 * gdb.base/remote.exp
13906 * gdb.base/savedregs.exp
13907 * gdb.base/sepdebug.exp
13908 * gdb.base/set-noassign.exp
13909 * gdb.base/shlib-call.exp
13910 * gdb.base/shreloc.exp
13911 * gdb.base/sigaltstack.exp
13912 * gdb.base/sigbpt.exp
13913 * gdb.base/siginfo-addr.exp
13914 * gdb.base/siginfo-obj.exp
13915 * gdb.base/siginfo-thread.exp
13916 * gdb.base/signest.exp
13917 * gdb.base/signull.exp
13918 * gdb.base/sigrepeat.exp
13919 * gdb.base/skip.exp
13920 * gdb.base/so-impl-ld.exp
13921 * gdb.base/solib-corrupted.exp
13922 * gdb.base/solib-disc.exp
13923 * gdb.base/solib-display.exp
13924 * gdb.base/solib-overlap.exp
13925 * gdb.base/solib-search.exp
13926 * gdb.base/solib-symbol.exp
13927 * gdb.base/source-execution.exp
13928 * gdb.base/sss-bp-on-user-bp-2.exp
13929 * gdb.base/sss-bp-on-user-bp.exp
13930 * gdb.base/stack-checking.exp
13931 * gdb.base/stale-infcall.exp
13932 * gdb.base/step-break.exp
13933 * gdb.base/step-line.exp
13934 * gdb.base/step-over-exit.exp
13935 * gdb.base/step-test.exp
13936 * gdb.base/structs.exp
13937 * gdb.base/sym-file.exp
13938 * gdb.base/symtab-search-order.exp
13939 * gdb.base/term.exp
13940 * gdb.base/type-opaque.exp
13941 * gdb.base/unload.exp
13942 * gdb.base/until-nodebug.exp
13943 * gdb.base/until.exp
13944 * gdb.base/unwindonsignal.exp
13945 * gdb.base/watch-cond.exp
13946 * gdb.base/watch-non-mem.exp
13947 * gdb.base/watch_thread_num.exp
13948 * gdb.base/watchpoint-reuse-slot.exp
13949 * gdb.base/watchpoint-solib.exp
13950 * gdb.base/watchpoint.exp
13951 * gdb.btrace/dlopen.exp
13952 * gdb.cell/arch.exp
13953 * gdb.cell/break.exp
13954 * gdb.cell/bt.exp
13955 * gdb.cell/core.exp
13956 * gdb.cell/data.exp
13957 * gdb.cell/dwarfaddr.exp
13958 * gdb.cell/ea-cache.exp
13959 * gdb.cell/ea-standalone.exp
13960 * gdb.cell/ea-test.exp
13961 * gdb.cell/f-regs.exp
13962 * gdb.cell/fork.exp
13963 * gdb.cell/gcore.exp
13964 * gdb.cell/mem-access.exp
13965 * gdb.cell/ptype.exp
13966 * gdb.cell/registers.exp
13967 * gdb.cell/sizeof.exp
13968 * gdb.cell/solib-symbol.exp
13969 * gdb.cell/solib.exp
13970 * gdb.compile/compile-tls.exp
13971 * gdb.cp/exception.exp
13972 * gdb.cp/gdb2495.exp
13973 * gdb.cp/local.exp
13974 * gdb.cp/mb-inline.exp
13975 * gdb.cp/mb-templates.exp
13976 * gdb.cp/pr10687.exp
13977 * gdb.cp/pr9167.exp
13978 * gdb.cp/scope-err.exp
13979 * gdb.cp/templates.exp
13980 * gdb.cp/virtfunc.exp
13981 * gdb.dwarf2/dw2-dir-file-name.exp
13982 * gdb.dwarf2/dw2-single-line-discriminators.exp
13983 * gdb.fortran/complex.exp
13984 * gdb.fortran/library-module.exp
13985 * gdb.guile/guile.exp
13986 * gdb.guile/scm-cmd.exp
13987 * gdb.guile/scm-frame-inline.exp
13988 * gdb.guile/scm-objfile.exp
13989 * gdb.guile/scm-pretty-print.exp
13990 * gdb.guile/scm-symbol.exp
13991 * gdb.guile/scm-type.exp
13992 * gdb.guile/scm-value.exp
13993 * gdb.linespec/keywords.exp
13994 * gdb.linespec/ls-errs.exp
13995 * gdb.linespec/macro-relative.exp
13996 * gdb.linespec/thread.exp
13997 * gdb.mi/mi-breakpoint-changed.exp
13998 * gdb.mi/mi-dprintf-pending.exp
13999 * gdb.mi/mi-fullname-deleted.exp
14000 * gdb.mi/mi-logging.exp
14001 * gdb.mi/mi-pending.exp
14002 * gdb.mi/mi-solib.exp
14003 * gdb.mi/new-ui-mi-sync.exp
14004 * gdb.mi/user-selected-context-sync.exp
14005 * gdb.multi/dummy-frame-restore.exp
14006 * gdb.multi/multi-arch-exec.exp
14007 * gdb.multi/remove-inferiors.exp
14008 * gdb.multi/watchpoint-multi-exit.exp
14009 * gdb.opt/solib-intra-step.exp
14010 * gdb.perf/backtrace.exp
14011 * gdb.perf/single-step.exp
14012 * gdb.perf/skip-command.exp
14013 * gdb.perf/skip-prologue.exp
14014 * gdb.perf/solib.exp
14015 * gdb.python/lib-types.exp
14016 * gdb.python/py-as-string.exp
14017 * gdb.python/py-bad-printers.exp
14018 * gdb.python/py-block.exp
14019 * gdb.python/py-breakpoint.exp
14020 * gdb.python/py-cmd.exp
14021 * gdb.python/py-events.exp
14022 * gdb.python/py-evthreads.exp
14023 * gdb.python/py-finish-breakpoint.exp
14024 * gdb.python/py-finish-breakpoint2.exp
14025 * gdb.python/py-frame-inline.exp
14026 * gdb.python/py-frame.exp
14027 * gdb.python/py-inferior.exp
14028 * gdb.python/py-infthread.exp
14029 * gdb.python/py-mi.exp
14030 * gdb.python/py-objfile.exp
14031 * gdb.python/py-pp-maint.exp
14032 * gdb.python/py-pp-registration.exp
14033 * gdb.python/py-prettyprint.exp
14034 * gdb.python/py-recurse-unwind.exp
14035 * gdb.python/py-shared.exp
14036 * gdb.python/py-symbol.exp
14037 * gdb.python/py-symtab.exp
14038 * gdb.python/py-template.exp
14039 * gdb.python/py-type.exp
14040 * gdb.python/py-unwind-maint.exp
14041 * gdb.python/py-unwind.exp
14042 * gdb.python/py-value.exp
14043 * gdb.python/python.exp
14044 * gdb.reverse/finish-reverse-bkpt.exp
14045 * gdb.reverse/insn-reverse.exp
14046 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14047 * gdb.reverse/solib-precsave.exp
14048 * gdb.reverse/solib-reverse.exp
14049 * gdb.stabs/gdb11479.exp
14050 * gdb.stabs/weird.exp
14051 * gdb.threads/fork-child-threads.exp
14052 * gdb.threads/fork-plus-threads.exp
14053 * gdb.threads/fork-thread-pending.exp
14054 * gdb.threads/forking-threads-plus-breakpoint.exp
14055 * gdb.threads/hand-call-in-threads.exp
14056 * gdb.threads/interrupted-hand-call.exp
14057 * gdb.threads/linux-dp.exp
14058 * gdb.threads/local-watch-wrong-thread.exp
14059 * gdb.threads/next-while-other-thread-longjmps.exp
14060 * gdb.threads/non-ldr-exit.exp
14061 * gdb.threads/pending-step.exp
14062 * gdb.threads/print-threads.exp
14063 * gdb.threads/process-dies-while-detaching.exp
14064 * gdb.threads/process-dies-while-handling-bp.exp
14065 * gdb.threads/pthreads.exp
14066 * gdb.threads/queue-signal.exp
14067 * gdb.threads/reconnect-signal.exp
14068 * gdb.threads/signal-command-handle-nopass.exp
14069 * gdb.threads/signal-command-multiple-signals-pending.exp
14070 * gdb.threads/signal-delivered-right-thread.exp
14071 * gdb.threads/signal-sigtrap.exp
14072 * gdb.threads/sigthread.exp
14073 * gdb.threads/staticthreads.exp
14074 * gdb.threads/stepi-random-signal.exp
14075 * gdb.threads/thread-unwindonsignal.exp
14076 * gdb.threads/thread_check.exp
14077 * gdb.threads/thread_events.exp
14078 * gdb.threads/tid-reuse.exp
14079 * gdb.threads/tls-nodebug.exp
14080 * gdb.threads/tls-shared.exp
14081 * gdb.threads/tls-so_extern.exp
14082 * gdb.threads/tls.exp
14083 * gdb.threads/wp-replication.exp
14084 * gdb.trace/actions-changed.exp
14085 * gdb.trace/actions.exp
14086 * gdb.trace/backtrace.exp
14087 * gdb.trace/change-loc.exp
14088 * gdb.trace/collection.exp
14089 * gdb.trace/deltrace.exp
14090 * gdb.trace/disconnected-tracing.exp
14091 * gdb.trace/entry-values.exp
14092 * gdb.trace/ftrace-lock.exp
14093 * gdb.trace/ftrace.exp
14094 * gdb.trace/infotrace.exp
14095 * gdb.trace/mi-trace-frame-collected.exp
14096 * gdb.trace/mi-trace-unavailable.exp
14097 * gdb.trace/mi-traceframe-changed.exp
14098 * gdb.trace/mi-tracepoint-changed.exp
14099 * gdb.trace/mi-tsv-changed.exp
14100 * gdb.trace/no-attach-trace.exp
14101 * gdb.trace/packetlen.exp
14102 * gdb.trace/passc-dyn.exp
14103 * gdb.trace/passcount.exp
14104 * gdb.trace/pending.exp
14105 * gdb.trace/pr16508.exp
14106 * gdb.trace/qtro.exp
14107 * gdb.trace/range-stepping.exp
14108 * gdb.trace/read-memory.exp
14109 * gdb.trace/report.exp
14110 * gdb.trace/save-trace.exp
14111 * gdb.trace/signal.exp
14112 * gdb.trace/stap-trace.exp
14113 * gdb.trace/status-stop.exp
14114 * gdb.trace/strace.exp
14115 * gdb.trace/tfile.exp
14116 * gdb.trace/tfind.exp
14117 * gdb.trace/trace-break.exp
14118 * gdb.trace/trace-condition.exp
14119 * gdb.trace/trace-enable-disable.exp
14120 * gdb.trace/trace-mt.exp
14121 * gdb.trace/tracecmd.exp
14122 * gdb.trace/tracefile-pseudo-reg.exp
14123 * gdb.trace/tspeed.exp
14124 * gdb.trace/tstatus.exp
14125 * gdb.trace/tsv.exp
14126 * gdb.trace/unavailable.exp
14127 * gdb.trace/while-dyn.exp
14128 * gdb.trace/while-stepping.exp
14129 * lib/gdb-guile.exp
14130 * lib/gdb.exp
14131 * lib/mi-support.exp
14132 * lib/pascal.exp
14133 * lib/perftest.exp
14134 * lib/prelink-support.exp
14135 * lib/selftest-support.exp
14136
14137 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14138
14139 * Makefile.in: Include disable-implicit-rules.mk.
14140
14141 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14142
14143 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14144 non-byte-aligned bit fields.
14145
14146 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14147
14148 PR gdb/12616
14149 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14150 respects the DW_AT_data_bit_offset attribute.
14151
14152 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14153
14154 * gdb.base/default.exp: Fix output of "set language".
14155
14156 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14157
14158 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14159 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14160 make.
14161 * configure.ac: Remove checks for the make program.
14162 * configure: Re-generate.
14163
14164 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14165
14166 * gdb.python/py-recurse-unwind.c (main): Add loop.
14167 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14168 to read_register() and gdb.parse_and_eval(). Make each code
14169 call a separate case that can be individually tested.
14170 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14171 proc. Call cont_and_backtrace for each of the code paths that
14172 we want to test in the unwinder.
14173
14174 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14175
14176 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14177 the definition of struct S.
14178
14179 2016-11-11 Catherine Moore <clm@codesourcery.com>
14180
14181 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14182
14183 2016-11-09 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.base/commands.exp (runto_or_return): New procedure.
14186 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14187 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14188 (progvar_simple_while_test, progvar_complex_if_while_test)
14189 (if_while_breakpoint_command_test)
14190 (infrun_breakpoint_command_test, breakpoint_command_test)
14191 (user_defined_command_test, watchpoint_command_test)
14192 (test_command_prompt_position, redefine_hook_test)
14193 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14194 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14195 multi_line_input and multi_line. Remove gdb_expect and
14196 gdb_stop_suppressing_tests uses.
14197 * lib/gdb.exp (valnum_re): New global.
14198 (multi_line_input): New procedure.
14199
14200 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14201
14202 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14203 Remove.
14204 (test_setup): Define with proc_with_prefix.
14205 (test_cli_inferior): Likewise.
14206 (test_cli_thread): Likewise.
14207 (test_cli_frame): Likewise.
14208 (test_cli_select_frame): Likewise.
14209 (test_cli_up_down): Likewise.
14210 (test_mi_thread_select): Likewise.
14211 (test_mi_stack_select_frame): Likewise.
14212 (test_cli_in_mi_inferior): Likewise.
14213 (test_cli_in_mi_thread): Likewise.
14214 (test_cli_in_mi_frame): Likewise.
14215 (top level): Do not use with_test_prefix_procname.
14216
14217 2016-11-09 Pedro Alves <palves@redhat.com>
14218
14219 * gdb.base/commands.exp (gdbvar_simple_if_test)
14220 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14221 (progvar_simple_if_test, progvar_simple_while_test)
14222 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14223 (infrun_breakpoint_command_test, breakpoint_command_test)
14224 (user_defined_command_test, watchpoint_command_test)
14225 (test_command_prompt_position, deprecated_command_test)
14226 (bp_deleted_in_command, temporary_breakpoint_commands)
14227 (stray_arg0_test, source_file_with_indented_comment)
14228 (recursive_source_test, if_commands_test)
14229 (error_clears_commands_left, redefine_hook_test)
14230 (redefine_backtrace_test): Use proc_with_prefix.
14231 * lib/gdb.exp (proc_with_prefix): New proc.
14232
14233 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14234
14235 * gdb.base/tui-layout.c: New file.
14236 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14237 disassembly window contains very long lines.
14238
14239 2016-11-08 Tom Tromey <tom@tromey.com>
14240
14241 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14242 depend on Python 2.
14243
14244 2016-11-08 Tom Tromey <tom@tromey.com>
14245
14246 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14247 New method.
14248
14249 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14250
14251 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14252
14253 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14254
14255 * gdb.rust/simple.rs: Add test for univariant enums without
14256 discriminants and for encoded struct-like enums.
14257
14258 2016-10-28 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14261 gdb_test_multiple, tighten regexps and match symtabs and line
14262 tables incrementally.
14263
14264 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14265
14266 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14267 general.
14268
14269 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14270
14271 * gdb.base/exec-invalid-sysroot.exp: New file.
14272
14273 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14274
14275 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14276
14277 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14278
14279 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14280
14281 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14282
14283 * gdb.base/killed-outside.exp: Remove $options from a call to
14284 `prepare_for_testing'.
14285
14286 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14287
14288 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14289 Change test message.
14290
14291 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14292
14293 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14294 Update comment.
14295
14296 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14297
14298 * gdb.trace/mi-trace-save.exp: New file.
14299
14300 2016-10-13 Yao Qi <yao.qi@linaro.org>
14301
14302 * gdb.base/code_elim.exp (get_var_address): Remove.
14303 * gdb.base/relocate.exp: Likewise.
14304 * gdb.base/shreloc.exp: Likewise.
14305 * lib/gdb.exp (get_var_address): New.
14306
14307 2016-10-13 Yao Qi <yao.qi@linaro.org>
14308
14309 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14310 floating point tests if $skip_float_test is false.
14311
14312 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14313
14314 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14315 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14316 argc values.
14317 Add 1 to argc so we guarantee distinct initial/modified argc values.
14318
14319 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14320
14321 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14322
14323 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14324
14325 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14326 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14327 * gdb.arch/vsx-regs.exp: Likewise.
14328
14329 2016-10-07 Yao Qi <yao.qi@linaro.org>
14330
14331 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14332
14333 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14334
14335 * gdb.python/python.exp: Test decode_line("*0").
14336
14337 2016-10-06 Doug Evans <dje@google.com>
14338
14339 * gdb.python/py-value.exp (test_value_creation): Add test for large
14340 unsigned 64-bit value.
14341
14342 2016-10-06 Tom Tromey <tom@tromey.com>
14343
14344 * gdb.compile/compile.exp: Change java tests to rust.
14345 * gdb.base/setshow.exp: Change java tests to rust.
14346 * gdb.base/default.exp: Remove java from language list.
14347 * README (Examples): Update language example.
14348 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14349 test.
14350 * lib/gdb.exp (skip_java_tests): Remove.
14351 * lib/java.exp: Remove.
14352 * gdb.java: Remove.
14353
14354 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14355
14356 * gdb.arch/mips-fcr.exp: New test.
14357 * gdb.arch/mips-fcr.c: Source for the new test.
14358
14359 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14360
14361 * gdb.base/solib-disc.exp: Use `standard_output_file'
14362 throughout.
14363
14364 2016-10-06 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/jit-simple-dl.c: New file.
14367 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14368 * gdb.base/jit-simple.c: ... this.
14369 * gdb.base/jit-simple.exp (jit_run): Delete.
14370 (build_jit): New proc.
14371 (jit_test_reread): Recompile either the main program or the shared
14372 library, depending on what is being tested. Skip changing address
14373 if caller wants to. Compare before/after addresses. If testing
14374 standalone, explicitly load the binary. Test "maint info
14375 breakpoints".
14376 (top level): Add "standalone vs shared lib" and "change address"
14377 vs "same address" axes.
14378
14379 2016-10-06 Pedro Alves <palves@redhat.com>
14380
14381 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14382 call.
14383 (jit_run): Delete.
14384 (jit_test_reread): Use with_test_prefix. Reload the main binary
14385 explicitly. Compare the before/after addresses of the JIT
14386 descriptor.
14387
14388 2016-08-15 Doug Evans <dje@google.com>
14389
14390 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14391 for single bitfields is bool.
14392 * gdb.xml/tdesc-regs.exp: Ditto.
14393
14394 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14395
14396 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14397
14398 2016-10-05 Yao Qi <yao.qi@linaro.org>
14399
14400 * lib/gdb.exp (support_complex_tests): Return zero if
14401 gdb_skip_float_test return true.
14402
14403 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14404 Simon Marchi <simon.marchi@ericsson.com>
14405
14406 PR gdb/20487
14407 * gdb.mi/user-selected-context-sync.exp: New file.
14408 * gdb.mi/user-selected-context-sync.c: New file.
14409
14410 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14411 Simon Marchi <simon.marchi@ericsson.com>
14412
14413 PR gdb/20487
14414 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14415 =thread-select-event check.
14416
14417 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14418
14419 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14420 the compulsory L operand changes.
14421 * gdb.arch/powerpc-power.s: Likewise.
14422
14423 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14424
14425 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14426 * gdb.base/jit-attach-pie.c: New file.
14427 * gdb.base/jit-attach-pie.exp: New file.
14428
14429 2016-09-28 Pedro Alves <palves@redhat.com>
14430
14431 * gdb.base/infcall-input.c: New file.
14432 * gdb.base/infcall-input.exp: New file.
14433
14434 2016-09-22 Yao Qi <yao.qi@linaro.org>
14435
14436 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14437 (gdb_exit): Rename it to ...
14438 (gdbserver_gdb_exit): ... Close GDBserver.
14439 (gdb_exit): New proc, call gdbserver_gdb_exit.
14440 (mi_gdb_exit): Likewise.
14441
14442 2016-09-22 Yao Qi <yao.qi@linaro.org>
14443
14444 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14445 path.
14446 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14447 Remove duplication.
14448
14449 2016-09-22 Yao Qi <yao.qi@linaro.org>
14450
14451 * lib/gdbserver-support.exp: Check the existence of
14452 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14453
14454 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14455
14456 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14457
14458 2016-09-21 Tom Tromey <tom@tromey.com>
14459
14460 PR gdb/20604:
14461 * gdb.base/quit.exp: New file.
14462
14463 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14464
14465 * .gitignore: New file.
14466
14467 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14468
14469 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14470 throughout.
14471
14472 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14473
14474 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14475
14476 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14477
14478 * gdb.cp/casts.cc (decltype): Move it ...
14479 (main): ... with its call to ...
14480 * gdb.cp/casts03.cc: ... a new file.
14481 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14482
14483 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14486
14487 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14488
14489 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14490 and sync up the test with tests in gas/testsuite/gas/ppc.
14491 * gdb.arch/powerpc-power.exp: Likewise.
14492
14493 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14494
14495 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14496
14497 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14498 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14501 make m1's definition to be different from m2's. Use 'dummy' as an
14502 argument for probe 'two'.
14503
14504 2016-09-10 Jon Beniston <jon@beniston.com>
14505
14506 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14507 for sim target.
14508
14509 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14510
14511 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14512 variable declaration.
14513 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14514 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14515 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14516 received HWCAP as its argument.
14517
14518 2016-09-06 Pedro Alves <palves@redhat.com>
14519
14520 * gdb.base/new-ui-pending-input.c: New file.
14521 * gdb.base/new-ui-pending-input.exp: New file.
14522 * gdb.exp (clear_gdb_spawn_id): New procedure.
14523 (with_spawn_id): Check whether gdb_spawn_id exists before
14524 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14525 on exit.
14526
14527 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14528
14529 * gdb.base/float128.c: New file.
14530 * gdb.base/float128.exp: Likewise.
14531 * gdb.base/floatn.c: Likewise.
14532 * gdb.base/floatn.exp: Likewise.
14533
14534 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14535
14536 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14537
14538 2016-09-05 Pedro Alves <palves@redhat.com>
14539
14540 PR backtrace/19927
14541 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14542 unwinders are immediately called as side effect of "source" or
14543 "disable unwinder" commands.
14544 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14545
14546 2016-09-02 Yao Qi <yao.qi@linaro.org>
14547
14548 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14549 is true and $type is "float" or "double".
14550
14551 2016-09-02 Yao Qi <yao.qi@linaro.org>
14552
14553 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14554 true.
14555 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14556 * gdb.base/call-rt-st.exp: Likewise.
14557 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14558 return value instead of gdb,skip_float_test.
14559 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14560 (do_function_calls): Use its return value instead of
14561 gdb,skip_float_test.
14562 * gdb.base/finish.exp: Likewise.
14563 * gdb.base/funcargs.exp: Likewise.
14564 * gdb.base/return.exp: Likewise.
14565 * gdb.base/return2.exp: Likewise.
14566 * gdb.base/varargs.exp: Likewise.
14567 * lib/gdb.exp (gdb_skip_float_test): Change it to
14568 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14569
14570 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14571
14572 * gdb.multi/tids.exp: Test "thread apply all".
14573
14574 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14575
14576 * gdb.base/default.exp (tty): Remove.
14577
14578 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14579
14580 * gdb.python/py-recurse-unwind.c: New file.
14581 * gdb.python/py-recurse-unwind.py: New file.
14582 * gdb.python/py-recurse-unwind.exp: New file.
14583
14584 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14585
14586 * gdb.base/set-inferior-tty.exp: New file.
14587 * gdb.base/set-inferior-tty.c: New file.
14588
14589 2016-08-23 Pedro Alves <palves@redhat.com>
14590
14591 PR gdb/20494
14592 * gdb.base/new-ui-echo.c: New file.
14593 * gdb.base/new-ui-echo.exp: New file.
14594
14595 2016-08-23 Yao Qi <yao.qi@linaro.org>
14596
14597 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14598 gdbserver_spawn.
14599 * gdb.server/connect-without-multi-process.exp (do_test):
14600 Likewise.
14601
14602 2016-08-23 Yao Qi <yao.qi@linaro.org>
14603
14604 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14605 standalone_txt. Delete gdb_txt and standalone_txt on host
14606 and target. Spawn the binary on target. Copy files from
14607 target to host.
14608
14609 2016-08-22 Pedro Alves <palves@redhat.com>
14610
14611 PR gdb/20505
14612 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14613 with_test_prefix. Factor out bits to ...
14614 (test_no_vdso): ... this new procedure.
14615
14616 2016-08-19 Carl Love <cel@us.ibm.com>
14617
14618 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14619 maintaining separate logic for constructing the output path.
14620 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14621 * gdb.arch/ppc-dfp.exp: Likewise.
14622 * gdb.arch/ppc-fp.exp: Likewise.
14623 * gdb.arch/vsx-regs.exp: Likewise.
14624 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14625 binprefix for generating the additional binary files.
14626
14627 2016-08-19 Pedro Alves <palves@redhat.com>
14628
14629 * gdb.trace/mi-trace-frame-collected.exp
14630 (test_trace_frame_collected): On x32, expect two registers.
14631
14632 2016-08-18 Carl Love <cel@us.ibm.com>
14633
14634 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14635 and sync up the test with tests in gas/testsuite/gas/ppc.
14636 * gdb.arch/powerpc-power.exp: Likewise.
14637
14638 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14639
14640 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14641 expected error message.
14642
14643 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14644
14645 * gdb.multi/remove-inferiors.exp: New file.
14646 * gdb.multi/remove-inferiors.c: New file.
14647
14648 2016-08-12 Yao Qi <yao.qi@linaro.org>
14649
14650 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14651 argument list.
14652
14653 2016-08-10 Pedro Alves <palves@redhat.com>
14654
14655 PR gdb/19187
14656 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14657 setup_kfails.
14658
14659 2016-08-09 Pedro Alves <palves@redhat.com>
14660 Simon Marchi <simon.marchi@ericsson.com>
14661
14662 PR gdb/20418
14663 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14664 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14665
14666 2016-08-09 Pedro Alves <palves@redhat.com>
14667
14668 PR mi/20431
14669 * gdb.mi/mi-cmd-error.exp: New file.
14670
14671 2016-08-09 Pedro Alves <palves@redhat.com>
14672
14673 PR gdb/18653
14674 * gdb.base/signals-state-child.c: New file.
14675 * gdb.base/signals-state-child.exp: New file.
14676 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14677
14678 2016-08-09 Pedro Alves <palves@redhat.com>
14679
14680 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14681
14682 2016-08-03 Tom Tromey <tom@tromey.com>
14683
14684 PR python/18565:
14685 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14686
14687 2016-08-01 Yao Qi <yao.qi@linaro.org>
14688
14689 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14690 variable mode to "multi-process" if $multi_process is 1, otherwise
14691 set it to "single-process".
14692
14693 2016-08-01 Yao Qi <yao.qi@linaro.org>
14694
14695 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14696 * gdb.cp/cpexprs.exp: Likewise.
14697 * gdb.cp/m-static.exp: Likewise.
14698
14699 2016-07-26 Tom Tromey <tom@tromey.com>
14700
14701 PR python/20190:
14702 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14703 test.
14704
14705 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14706
14707 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14708 selecting assembly source files.
14709 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14710 assembly source files.
14711 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14712 assembly source files.
14713 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14714 selecting assembly source files.
14715
14716 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14717
14718 * gdb.base/new-ui.exp (do_test_invalid_args): New
14719 procedure.
14720
14721 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14722
14723 * gdb.btrace/reconnect.c: New file.
14724 * gdb.btrace/reconnect.exp: New file.
14725
14726 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14727
14728 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14729 to test_catch_syscall_group.
14730 (test_catch_syscall_group): New.
14731
14732 2016-07-21 Tom Tromey <tom@tromey.com>
14733
14734 * gdb.rust/simple.rs (main): Use empty struct expression.
14735 * gdb.rust/simple.exp: Add tests for empty struct expression.
14736
14737 2016-07-21 Yao Qi <yao.qi@linaro.org>
14738
14739 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14740 if gdb_skip_xml_test is true on some targets.
14741
14742 2016-07-21 Yao Qi <yao.qi@linaro.org>
14743
14744 * gdb.server/solib-list.exp: Unset last_loaded_file.
14745
14746 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14747
14748 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14749 "step into captured_main (args)".
14750
14751 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14752
14753 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14754
14755 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14756
14757 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14758
14759 2016-07-19 Pedro Alves <palves@redhat.com>
14760
14761 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14762 * gdb.opt/inline-bt.exp: Likewise.
14763 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14764 additional_flags=-Winline.
14765 * gdb.opt/inline-locals.exp: Likewise.
14766 * gdb.opt/inline-markers.c (ATTR): Define.
14767 (inlined_fn): Use it.
14768
14769 2016-07-19 Yao Qi <yao.qi@linaro.org>
14770
14771 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14772 (test_with_self): Remove some code. Remove argument executable.
14773 (top-level): Use do_self_tests.
14774
14775 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
14776 Don Breazeal <donb@codesourcery.com>
14777
14778 * gdb.base/maint.exp: Escape paths used in regular expressions.
14779 * gdb.stabs/weird.exp: Likewise.
14780
14781 2016-07-13 Tom Tromey <tom@tromey.com>
14782
14783 PR python/15620, PR python/18620:
14784 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14785 (test_bkpt_events): New procs.
14786
14787 2016-07-13 Tom Tromey <tom@tromey.com>
14788
14789 PR python/17698:
14790 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14791 test.
14792 (test_watchpoints): Likewise.
14793 (test_bkpt_pending): New proc.
14794
14795 2016-07-13 Tom Tromey <tom@tromey.com>
14796
14797 PR cli/18053:
14798 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14799 completion test.
14800
14801 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14804 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14805 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14806 f_label.
14807 (g): Rename g_end_lbl to g_label.
14808 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14809 low_pc and high_pc.
14810 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14811
14812 2016-07-12 Tom Tromey <tom@tromey.com>
14813
14814 PR python/19293:
14815 * gdb.python/py-unwind-maint.exp: Update tests.
14816
14817 2016-07-12 Yao Qi <yao.qi@linaro.org>
14818
14819 * lib/selftest-support.exp (selftest_setup): Match the output
14820 when captured_main is inlined.
14821
14822 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14823
14824 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14825 New variables.
14826 (print this%a, print this%b, print this): New tests.
14827 * gdb.fortran/derived-types.f90 (this): New object and
14828 initialization.
14829
14830 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14831
14832 * gdb.ada/arraydim.exp: Remove extra directory level in build
14833 directory.
14834
14835 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14836
14837 * lib/ada.exp: Remove extra directory level in build directory.
14838 * gdb.ada/cond_lang.exp: Likewise.
14839 * gdb.ada/exec_changed.exp: Likewise.
14840 * gdb.ada/lang_switch.exp: Likewise.
14841
14842 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14843
14844 * simple.rs: Add test for raw pointer subscripting.
14845 * simple.exp: Add test expectations.
14846
14847 2016-07-05 Yao Qi <yao.qi@linaro.org>
14848
14849 * gdb.mi/mi-reverse.exp: Match =record-started output.
14850
14851 2016-07-01 Pedro Alves <palves@redhat.com>
14852
14853 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14854 procedure.
14855 (jit_reader_test): Test the jit reader's unwinder.
14856 * gdb.base/jithost.c (jit_function_00_code): New global.
14857 (main): Use memcpy to fill in the mmapped code, instead of poking
14858 bytes manually here.
14859 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14860 value.
14861 (read_debug_info): Save the function's range.
14862 (read_sp): New function.
14863 (unwind_frame): Use it. Also unwind RBP.
14864 (get_frame_id): Use read_sp.
14865 (gdb_init_reader): Use calloc instead of malloc.
14866 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14867 parameter. Use gdb_test_multiple.
14868
14869 2016-07-01 Pedro Alves <palves@redhat.com>
14870 Antoine Tremblay <antoine.tremblay@ericsson.com>
14871
14872 * gdb.threads/process-dies-while-detaching.c: New file.
14873 * gdb.threads/process-dies-while-detaching.exp: New file.
14874
14875 2016-07-01 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.multi/watchpoint-multi-exit.c: New file.
14878 * gdb.multi/watchpoint-multi-exit.exp: New file.
14879
14880 2016-06-30 Pedro Alves <palves@redhat.com>
14881
14882 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14883 unset inferior_spawn_id.
14884
14885 2016-06-30 Pedro Alves <palves@redhat.com>
14886
14887 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14888 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14889
14890 2016-06-29 Yao Qi <yao.qi@linaro.org>
14891
14892 * gdb.base/return.c: Add copyright header.
14893
14894 2016-06-29 Tom Tromey <tom@tromey.com>
14895
14896 PR python/20129:
14897 * gdb.python/py-framefilter.exp: Add tests for setting priority
14898 and disabling of non-existent frame filter.
14899
14900 2016-06-29 Yao Qi <yao.qi@linaro.org>
14901
14902 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14903 0x0f07ff.
14904
14905 2016-06-28 Yao Qi <yao.qi@linaro.org>
14906
14907 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14908 triplets. Start gdb, execute catch syscall, and continue. Check
14909 gdb's output to determine catch syscall is supported.
14910
14911 2016-06-27 Manish Goregaokar <manish@mozilla.com>
14912
14913 * gdb.rust/simple.rs: Add test for returning unit in a function.
14914 * gdb.rust/simple.exp: Add expectation for functions returning
14915 unit.
14916
14917 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14918
14919 * gdb.python/py-breakpoint-create-fail.c,
14920 gdb.python/py-breakpoint-create-fail.exp,
14921 gdb.python/py-breakpoint-create-fail.py: New testcase.
14922
14923 2016-06-25 Manish Goregaokar <manish@mozilla.com>
14924
14925 PR gdb/20239
14926 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
14927 * gdb.rust/simple.exp: Add test expectations for new NonZero
14928 tests.
14929
14930 2016-06-24 David Taylor <dtaylor@emc.com>
14931
14932 * gdb.base/offsets.exp: New file.
14933 * gdb.base/offsets.c: New file.
14934
14935 2016-06-23 Tom Tromey <tom@tromey.com>
14936
14937 PR gdb/16483:
14938 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14939 before any filters are loaded.
14940
14941 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14942
14943 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14944 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14945 structs.
14946 * gdb.fortran/derived-type-function.exp: New file.
14947 * gdb.fortran/derived-type-function.f90: New file.
14948
14949
14950 2016-06-21 Pedro Alves <palves@redhat.com>
14951
14952 * gdb.base/new-ui.exp: New file.
14953 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14954 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14955 (with_spawn_id): New procedure.
14956
14957 2016-06-21 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.mi/mi-exec-run.exp: New file.
14960
14961 2016-06-21 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14964 breakpoint command's output on the main UI.
14965 (test_break): New procedure, factored out from calls in the top
14966 level.
14967 (top level): Use foreach_with_prefix to test MI as main UI and as
14968 separate UI.
14969
14970 2016-06-21 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14973 (test_awatch_creation_and_listing)
14974 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14975 Remove 'type' parameter.
14976 (test_watchpoint_all): New parameter mi_mode. Remove
14977 with_test_prefix.
14978 (top level): Use foreach_with_prefix, and add main/separate UI MI
14979 testing axis.
14980
14981 2016-06-21 Pedro Alves <palves@redhat.com>
14982
14983 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14984 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14985 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14986 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14987 (gdb_main_spawn_id, mi_spawn_id): Declare and
14988 comment.
14989 (mi_create_inferior_pty): New procedure,
14990 factored out from default_mi_gdb_start.
14991 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14992 procedures.
14993 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14994 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14995 Use mi_create_inferior_pty.
14996 (mi_gdb_start): Use eval to pass down args list.
14997
14998 2016-06-21 Pedro Alves <palves@redhat.com>
14999
15000 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15001 * gdb.opt/inline-cmds.exp: Add MI tests.
15002
15003 2016-06-21 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15006
15007 2016-06-21 Pedro Alves <palves@redhat.com>
15008
15009 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15010 (top level): Use it instead of mi_execute_to.
15011
15012 2016-06-21 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15015 (cont_handler_str): New.
15016 (signal_stop_handler): Set stop_handler_str instead of printing to
15017 stdout.
15018 (continue_handler): Set cont_handler_str instead of printing to
15019 stdout.
15020 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15021 mi_send_resuming_command. Print stop_handler_str and
15022 cont_handler_str instead of expecting the python events print
15023 directly.
15024
15025 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15026
15027 * gdb.base/jit-reader.exp: New file.
15028 * gdb.base/jithost.c: New file.
15029 * gdb.base/jithost.h: New file.
15030 * gdb.base/jitreader.c : New file.
15031 * gdb.base/jit-protocol.h: New file.
15032
15033 2016-06-17 Yao Qi <yao.qi@linaro.org>
15034
15035 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15036 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15037 and detach-on-fork. Adjust tests.
15038 (top level): Invoke break_cond_on_syscall with combinations of
15039 syscall, follow-fork-mode and detach-on-fork.
15040
15041 2016-06-17 Yao Qi <yao.qi@linaro.org>
15042
15043 * gdb.base/step-over-exit.c: New.
15044 * gdb.base/step-over-exit.exp: New.
15045
15046 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15047
15048 * gdb.base/float.exp: Add target check for nds32*-*-*.
15049 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15050
15051 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15052
15053 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15054 for unsupported target features.
15055 * gdb.base/call-rt-st.exp: Likewise.
15056 * gdb.base/call-sc.exp: Likewise.
15057 * gdb.base/call-signal-resume.exp: Likewise.
15058 * gdb.base/call-strs.exp: Likewise.
15059 * gdb.base/callexit.exp: Likewise.
15060 * gdb.base/callfuncs.exp: Likewise.
15061 * gdb.base/nodebug.exp: Likewise.
15062 * gdb.base/printcmds.exp: Likewise.
15063 * gdb.base/ptype.exp: Likewise.
15064 * gdb.base/structs.exp: Likewise.
15065 * gdb.base/unwindonsignal.exp: Likewise.
15066 * gdb.cp/gdb2495.exp: Likewise.
15067 * gdb.cp/templates.exp: Likewise.
15068 * gdb.cp/virtfunc.exp: Likewise.
15069 * gdb.threads/hand-call-in-threads.exp: Likewise.
15070 * gdb.threads/interrupted-hand-call.exp: Likewise.
15071 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15072
15073 2016-06-10 Tom Tromey <tom@tromey.com>
15074
15075 PR rust/20110:
15076 * gdb.rust/expr.exp: Add test for integer constant larger than
15077 i32.
15078
15079 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15080
15081 * gdb.fortran/nested-funcs.exp: New.
15082 * gdb.fortran/nested-funcs.f90: New.
15083
15084 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15085
15086 * gdb.base/examine-backward.c: New file.
15087 * gdb.base/examine-backward.exp: New file.
15088
15089 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15090
15091 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15092 matching.
15093
15094 2016-06-02 Tom Tromey <tom@tromey.com>
15095
15096 PR python/18984:
15097 * gdb.python/py-shared.exp: Add solib_name test.
15098
15099 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15100
15101 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15102
15103 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15104
15105 PR c++/19893
15106 * gdb.dwarf2/implref.exp: Rename to...
15107 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15108 * gdb.dwarf2/implref-array.c: New file.
15109 * gdb.dwarf2/implref-array.exp: Likewise.
15110 * gdb.dwarf2/implref-global.c: Likewise.
15111 * gdb.dwarf2/implref-global.exp: Likewise.
15112 * gdb.dwarf2/implref-struct.c: Likewise.
15113 * gdb.dwarf2/implref-struct.exp: Likewise.
15114
15115 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15116
15117 * gdb.trace/trace-condition.exp: Add 64bit tests.
15118
15119 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15120
15121 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15122 bits types.
15123 (main): Adapt to 8 to 64 bits types.
15124 * gdb.trace/trace-condition.exp: Add new tests.
15125
15126 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15127
15128 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15129
15130 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15131
15132 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15133 Move condition tests...
15134 * gdb.trace/trace-condition.exp: Here.
15135
15136 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15137
15138 * gdb.trace/trace-condition.exp: Add counter-case tests.
15139
15140 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15141
15142 PR c++/15231
15143 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15144 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15145
15146 2016-05-27 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15149 New procedure.
15150 (top level): Call it, and bail out of DejaGnu is known to be bad.
15151
15152 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15153
15154 * gdb.base/whatis.c: Extend the test case.
15155 * gdb.base/whatis.exp: Add additional tests.
15156
15157 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15158
15159 * gdb.fortran/type.f90: Add pointer variable.
15160 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15161
15162 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15163
15164 * gdb.fortran/vla-type.exp: Fix testcase name.
15165
15166 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15167
15168 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15169
15170 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15171
15172 * gdb.fortran/type.f90: Add nested structures.
15173 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15174 * gdb.fortran/derived-type.exp: Adapt expected output.
15175 * gdb.fortran/vla-type.exp: Adapt expected output.
15176
15177 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15178
15179 * gdb.fortran/whatis_type.exp: Adapt expected output.
15180
15181 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15182
15183 * gdb.fortran/print_type.exp: Fix expected output.
15184 * gdb.fortran/whatis_type.exp: Fix expected output.
15185
15186 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15187
15188 * gdb.fortran/whatis_type.exp: Use multi_line.
15189
15190 2016-05-24 Tom Tromey <tom@tromey.com>
15191
15192 PR python/17386:
15193 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15194 use value as an index.
15195
15196 2016-05-23 Tom Tromey <tom@tromey.com>
15197
15198 PR python/17981:
15199 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15200 no-breakpoint case.
15201
15202 2016-05-24 Pedro Alves <palves@redhat.com>
15203
15204 PR gdb/19828
15205 * gdb.threads/clone-attach-detach.c: New file.
15206 * gdb.threads/clone-attach-detach.exp: New file.
15207
15208 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15209
15210 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15211
15212 2016-05-23 Tom Tromey <tom@tromey.com>
15213
15214 PR python/19438, PR python/18393:
15215 * gdb.python/py-progspace.exp: Add "dir" test.
15216 * gdb.python/py-objfile.exp: Add "dir" test.
15217
15218 2016-05-23 Yao Qi <yao.qi@linaro.org>
15219
15220 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15221 * gdb.arch/thumb2-it.exp: Likewise.
15222
15223 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15224
15225 * gdb.mi/mi-threads-interrupt.c: New file.
15226 * gdb.mi/mi-threads-interrupt.exp: New file.
15227
15228 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15229
15230 PR gdb/18077
15231 * gdb.mi/mi-async-run.exp: New file.
15232 * gdb.mi/mi-async-run.c: New file.
15233
15234 2016-05-17 Tom Tromey <tom@tromey.com>
15235 Manish Goregaokar <manishsmail@gmail.com>
15236
15237 * lib/rust-support.exp: New file.
15238 * lib/gdb.exp (skip_rust_tests): New proc.
15239 (build_executable_from_specs): Handle rust.
15240 * lib/future.exp (gdb_find_rustc): New proc.
15241 (gdb_default_target_compile): Handle rust.
15242 * gdb.rust/expr.exp: New file.
15243 * gdb.rust/generics.exp: New file.
15244 * gdb.rust/generics.rs: New file.
15245 * gdb.rust/methods.exp: New file.
15246 * gdb.rust/methods.rs: New file.
15247 * gdb.rust/modules.exp: New file.
15248 * gdb.rust/modules.rs: New file.
15249 * gdb.rust/simple.exp: New file.
15250 * gdb.rust/simple.rs: New file.
15251
15252 2016-05-17 Tom Tromey <tom@tromey.com>
15253
15254 * gdb.base/default.exp (set language): Add rust.
15255
15256 2016-05-17 Tom Tromey <tom@tromey.com>
15257
15258 * gdb.gdb/unittest.exp: New file.
15259
15260 2016-05-16 Yao Qi <yao.qi@linaro.org>
15261
15262 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15263 shell_prompt. Update shell_prompt_re.
15264
15265 2016-05-12 Doug Evans <dje@google.com>
15266
15267 PR symtab/19999
15268 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15269 $options when building executable.
15270 * gdb.dwarf2/fission-loclists-pie.S: New file.
15271 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15272
15273 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15274
15275 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15276 of [is_remote target],
15277
15278 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15279
15280 * lib/gdb.exp (use_gdb_stub): New procedure.
15281
15282 2016-05-03 Yunlian Jiang <yunlian@google.com>
15283 Doug Evans <dje@google.com>
15284
15285 PR symtab/19914
15286 * gdb.dwarf2/dwp-sepdebug.c: New file.
15287 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15288
15289 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 * gdb.base/detach.exp: Remove is_remote check.
15292
15293 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15294
15295 * gdb.base/annota-input-while-running.exp: Don't check for
15296 [is_remote target]. Enable annotations after running to main.
15297 Remove unused "set test..." line.
15298
15299 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15300
15301 * gdb.trace/trace-enable-disable.exp: New file.
15302 * gdb.trace/trace-enable-disable.c: New file.
15303
15304 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15305
15306 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15307 use it in info sharedlibrary test.
15308 * gdb.trace/ftrace-lock.exp: Likewise.
15309 * gdb.trace/ftrace.exp: Likewise.
15310 * gdb.trace/range-stepping.exp: Likewise.
15311 * gdb.trace/trace-break.exp: Likewise.
15312 * gdb.trace/trace-condition.exp: Likewise.
15313 * gdb.trace/trace-mt.exp: Likewise.
15314
15315 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15316
15317 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15318 (gdb_load_shlib): ... this.
15319 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15320 gdb_load_shlib.
15321 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15322 * gdb.base/ctxobj.exp: Likewise.
15323 * gdb.base/dprintf-pending.exp: Likewise.
15324 * gdb.base/dso2dso.exp: Likewise.
15325 * gdb.base/fixsection.exp: Likewise.
15326 * gdb.base/gcore-relro.exp: Likewise.
15327 * gdb.base/gdb1555.exp: Likewise.
15328 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15329 * gdb.base/gnu-ifunc.exp: Likewise.
15330 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15331 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15332 * gdb.base/pending.exp: Likewise.
15333 * gdb.base/print-file-var.exp: Likewise.
15334 * gdb.base/print-symbol-loading.exp: Likewise.
15335 * gdb.base/shlib-call.exp: Likewise.
15336 * gdb.base/shreloc.exp: Likewise.
15337 * gdb.base/so-impl-ld.exp: Likewise.
15338 * gdb.base/solib-disc.exp: Likewise.
15339 * gdb.base/solib-nodir.exp: Likewise.
15340 * gdb.base/solib-overlap.exp: Likewise.
15341 * gdb.base/solib-symbol.exp: Likewise.
15342 * gdb.base/solib-weak.exp (do_test): Likewise.
15343 * gdb.base/sym-file.exp: Likewise.
15344 * gdb.base/symtab-search-order.exp: Likewise.
15345 * gdb.base/type-opaque.exp: Likewise.
15346 * gdb.base/unload.exp: Likewise.
15347 * gdb.base/watchpoint-solib.exp: Likewise.
15348 * gdb.compile/compile.exp: Likewise.
15349 * gdb.cp/gdb2384.exp: Likewise.
15350 * gdb.cp/infcall-dlopen.exp: Likewise.
15351 * gdb.cp/re-set-overloaded.exp: Likewise.
15352 * gdb.fortran/library-module.exp: Likewise.
15353 * gdb.opt/solib-intra-step.exp: Likewise.
15354 * gdb.python/py-finish-breakpoint.exp: Likewise.
15355 * gdb.python/py-shared.exp: Likewise.
15356 * gdb.reverse/solib-precsave.exp: Likewise.
15357 * gdb.reverse/solib-reverse.exp: Likewise.
15358 * gdb.server/solib-list.exp: Likewise.
15359 * gdb.threads/dlopen-libpthread.exp: Likewise.
15360 * gdb.threads/tls-shared.exp: Likewise.
15361 * gdb.threads/tls-so_extern.exp: Likewise.
15362 * gdb.trace/change-loc.exp: Likewise.
15363 * gdb.trace/ftrace-lock.exp: Likewise.
15364 * gdb.trace/ftrace.exp: Likewise.
15365 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15366 * gdb.trace/pending.exp: Likewise.
15367 * gdb.trace/range-stepping.exp: Likewise.
15368 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15369 (strace_info_marker): Likewise.
15370 (strace_probe_marker): Likewise.
15371 (strace_trace_on_same_addr): Likewise.
15372 (strace_trace_on_diff_addr): Likewise.
15373 * gdb.trace/trace-break.exp: Likewise.
15374 * gdb.trace/trace-condition.exp: Likewise.
15375 * gdb.trace/trace-mt.exp: Likewise.
15376
15377 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15378
15379 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15380 result of gdb_remote_download.
15381 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15382 * gdb.base/dso2dso.exp: Likewise.
15383 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15384 * gdb.base/print-file-var.exp: Likewise.
15385 * gdb.base/shlib-call.exp: Likewise.
15386 * gdb.base/shreloc.exp: Likewise.
15387 * gdb.base/solib-overlap.exp: Likewise.
15388 * gdb.base/solib-weak.exp (do_test): Likewise.
15389 * gdb.base/unload.exp: Likewise.
15390
15391 2016-04-27 Yao Qi <yao.qi@linaro.org>
15392
15393 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15394 exists.
15395
15396 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15397
15398 * vla-type.exp: Print structure from toplevel.
15399
15400 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15401
15402 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15403 of dynamic types.
15404 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15405 of dynamic types.
15406
15407 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15408
15409 * gdb.fortran/vla-type.f90: New file.
15410 * gdb.fortran/vla-type.exp: New file.
15411
15412 2016-04-25 Yao Qi <yao.qi@linaro.org>
15413
15414 * gdb.base/branch-to-self.c: New file.
15415 * gdb.base/branch-to-self.exp: New file.
15416
15417 2016-04-22 Yao Qi <yao.qi@linaro.org>
15418
15419 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15420 more after $hex.
15421
15422 2016-04-22 Yao Qi <yao.qi@linaro.org>
15423
15424 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15425 * gdb.base/annota3.exp: Likewise.
15426
15427 2016-04-22 Yao Qi <yao.qi@linaro.org>
15428
15429 * gdb.reverse/step-precsave.exp: Do one step and test program
15430 stops in "callee" and do multiple steps until program goes out
15431 of "callee".
15432 * gdb.reverse/step-reverse.exp: Likewise.
15433
15434 2016-04-22 Yao Qi <yao.qi@linaro.org>
15435
15436 * gdb.trace/signal.exp: Also pass if
15437 $tracepoint_hits($i) > $iterations.
15438
15439 2016-04-22 Yao Qi <yao.qi@linaro.org>
15440
15441 * gdb.trace/signal.c: New file.
15442 * gdb.trace/signal.exp: New file.
15443
15444 2016-04-19 Doug Evans <xdje42@gmail.com>
15445
15446 * gdb.base/bad-file.exp: New file.
15447
15448 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15449
15450 * gdb.dwarf2/implref.exp: New file.
15451
15452 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15453
15454 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15455 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15456 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15457 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15458 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15459 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15460 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15461 * lib/fortran.exp (fortran_int4): New procedure.
15462 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15463 (fortran_logical4): Likewise.
15464
15465 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15466
15467 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15468
15469 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15470
15471 * lib/compiler.c: Add Intel specific preprocessor macros.
15472 * lib/compiler.cc: Likewise.
15473
15474 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15475
15476 * gdb.server/connect-with-no-symbol-file.c: New file.
15477 * gdb.server/connect-with-no-symbol-file.exp: New file.
15478
15479 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15480
15481 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15482
15483 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15484
15485 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15486 standard output directory.
15487
15488 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15489
15490 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15491
15492 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15493
15494 * gdb.btrace/instruction_history.c (loop): Add declaration.
15495
15496 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15497
15498 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15499
15500 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15501
15502 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15503 parentheses to print.
15504 (continue_handler): Likewise.
15505
15506 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15507
15508 * gdb.server/solib-list.exp: Remove is_remote check.
15509 Pass shlib= to gdb_compile. Don't link shared library with
15510 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15511 Run binary filename through "readlink -f" on the target.
15512
15513 2016-04-08 Pedro Alves <palves@redhat.com>
15514
15515 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15516 interpreter filename as argument to gdbserver_spawn.
15517 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15518 Return empty if $last_loaded_file does not exist.
15519
15520 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15521
15522 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15523 * gdb.base/jit-main.c: Use exit after usage.
15524
15525 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15526
15527 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15528 GDBHISTSIZE prior to the tests.
15529 * gdb.base/gdbinit-history.exp: Likewise.
15530
15531 2016-04-07 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15534 instead of build_executable. Use gdb_load_shlibs.
15535
15536 2016-04-07 Yao Qi <yao.qi@linaro.org>
15537
15538 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15539 Execute "si" command.
15540
15541 2016-04-07 Yao Qi <yao.qi@linaro.org>
15542
15543 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15544 number instead of the comments on some line.
15545
15546 2016-04-06 Don Breazeal <donb@codesourcery.com>
15547
15548 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15549 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15550
15551 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15552
15553 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15554 standard_output_file. Remove unused binfile variable.
15555
15556 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15557
15558 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15559 * gdb.python/py-mi-objfile.exp: Match "list main" output
15560 in console format.
15561
15562 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15563
15564 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15565 absolute.
15566
15567 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15568
15569 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15570 absolute.
15571 * gdb.trace/ftrace.exp: Likewise.
15572 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15573 targets as well.
15574 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15575 (gdb_load_shlibs): Copy libraries to test directory when testing
15576 natively. Only set solib-search-path if testing remotely.
15577 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15578
15579 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15580
15581 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15582 gdb_download. Use it even if the target is not remote.
15583 * gdb.base/jit.exp (compile_jit_test): Likewise.
15584 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15585 output directory if the destination board is local, otherwise use
15586 the standard remote_download from DejaGnu.
15587 (gdb_download): Remove.
15588 (gdb_load_shlibs): Use gdb_remote_download instead of
15589 gdb_download.
15590 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15591 Use gdb_remote_download instead of gdb_download. Use it even if
15592 the target is not remote.
15593 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15594 instead of gdb_download.
15595
15596 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15597
15598 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15599 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15600 run.
15601
15602 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15603
15604 PR gdb/19820
15605 * gdb.base/printcmds.exp: Add artificial arrays tests.
15606
15607 2016-03-31 Pedro Alves <palves@redhat.com>
15608
15609 PR gdb/19858
15610 * gdb.base/jit-main.c: Include unistd.h.
15611 (ATTACH): Define to 0 if not already defined.
15612 (wait_for_gdb, mypid): New globals.
15613 (WAIT_FOR_GDB): New macro.
15614 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15615 some breakpoint locations.
15616 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15617 New procedures.
15618 (one_jit_test): Add REATTACH parameter, and handle it. Use
15619 continue_to_test_location.
15620 (top level): Test attach, and adjusts calls to one_jit_test.
15621
15622 2016-03-31 Pedro Alves <palves@redhat.com>
15623
15624 PR gdb/19858
15625 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15626 BINSUFFIX parameter, and handle it.
15627 (top level): Adjust calls compile_jit_test.
15628
15629 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15630
15631 PR python/19743
15632 * gdb.python/py-mi-events-gdb.py: New file.
15633 * gdb.python/py-mi-events.c: New file.
15634 * gdb.python/py-mi-events.exp: New file.
15635
15636 2016-03-30 Yao Qi <yao.qi@linaro.org>
15637
15638 * gdb.reverse/until-precsave.exp: Match function name only.
15639 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15640 Move malloc to a condition block.
15641 * gdb.reverse/until-reverse.exp: Match function name only.
15642
15643 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15644
15645 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15646 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15647 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15648 variable for GPR 0 instead of assuming it is register 0.
15649 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15650 * lib/trace-support.exp: Add s390 registers.
15651
15652 2016-03-29 Yao Qi <yao.qi@linaro.org>
15653
15654 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15655
15656 2016-03-24 Yao Qi <yao.qi@linaro.org>
15657
15658 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15659 test message.
15660
15661 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15662
15663 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15664 maintaining separate logic for constructing the output path.
15665
15666 2016-03-16 Don Breazeal <donb@codesourcery.com>
15667
15668 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15669 Retry fork and waitpid on interrupted system call errors.
15670 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15671 Use with_timeout_factor to increase timeout by factor of 10.
15672
15673 2016-03-15 Don Breazeal <donb@codesourcery.com>
15674
15675 * gdb.cp/scope-err.cc: New test program.
15676 * gdb.cp/scope-err.exp: New test script.
15677 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15678 lines and "set breakpoint here" comment.
15679 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15680 Fixed some whitespace and format issues.
15681 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15682 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15683
15684 2016-03-15 Doug Evans <dje@google.com>
15685
15686 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15687 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15688 All callers updated. Add tests for enums, mixed flags register.
15689
15690 2016-03-15 Doug Evans <dje@google.com>
15691
15692 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15693 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15694
15695 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15696
15697 * gdb.base/default.exp: Add $_as_string to the list of expected
15698 convenience functions.
15699
15700 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15701
15702 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15703
15704 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15705
15706 * gdb.python/py-as-string.exp: New file.
15707 * gdb.python/py-as-string.c: New file.
15708
15709 2016-03-09 Pedro Alves <palves@redhat.com>
15710
15711 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15712 signal" -> "Thread NN received signal" output change.
15713 * gdb.threads/ia64-sigill.exp: Likewise.
15714 * gdb.threads/linux-dp.exp: Likewise.
15715 * gdb.threads/manythreads.exp: Likewise.
15716 * gdb.threads/pending-step.exp: Likewise.
15717 * gdb.threads/print-threads.exp: Likewise.
15718 * gdb.threads/sigstep-threads.exp: Likewise.
15719 * gdb.threads/staticthreads.exp: Likewise.
15720 * gdb.threads/tls.exp: Likewise.
15721
15722 2016-03-09 Pedro Alves <palves@redhat.com>
15723
15724 * gdb.base/command-line-input.exp: New file.
15725
15726 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15727
15728 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15729 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15730 * gdb.trace/pending.exp: Accept leading dot before function name.
15731 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15732 * lib/trace-support.exp: Set registers for ppc.
15733
15734 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15735
15736 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15737 use it for disassembly; accept .main in addition to main in backtrace.
15738
15739 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
15740 Marcin Kościelnicki <koriakin@0x04.net>
15741
15742 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15743 (gdb_recursion_test_ptr): New global variable.
15744 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15745 gdb_recursion_test.
15746 (gdb_c_test): Ditto.
15747
15748 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15749
15750 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15751 ordering.
15752
15753 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15754
15755 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15756 (bar): Add bar_start_lbl label.
15757 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15758 of foo/bar for emitting DWARF and tracing.
15759
15760 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15761
15762 * analyze-racy-logs.py: Set executable bit.
15763
15764 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15765
15766 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15767 (CHECK_TARGET_TMP): Likewise.
15768 (check-single-racy): New rule.
15769 (check-parallel-racy): Likewise.
15770 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15771 (do-check-parallel-racy): New rule.
15772 (check-racy/%.exp): Likewise.
15773 * README (Racy testcases): New section.
15774 * analyze-racy-logs.py: New file.
15775
15776 2016-03-03 Doug Evans <dje@google.com>
15777
15778 * gdb.base/skip.exp: Use with_test_prefix.
15779
15780 2016-03-03 Yao Qi <yao.qi@linaro.org>
15781
15782 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15783 Invoke step_over_syscall "clone" and break_cond_on_syscall
15784 "clone".
15785 * gdb.base/step-over-clone.c: New file.
15786
15787 2016-03-03 Yao Qi <yao.qi@linaro.org>
15788
15789 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15790 code format.
15791
15792 2016-03-03 Yao Qi <yao.qi@linaro.org>
15793
15794 * gdb.base/disp-step-fork.c: Rename to ...
15795 * gdb.base/step-over-fork.c: ... it. New file.
15796 * gdb.base/disp-step-vfork.c: Rename to ...
15797 * gdb.base/step-over-vfork.c: ... it. New file.
15798 * gdb.base/disp-step-syscall.exp: Rename to ...
15799 * gdb.base/step-over-syscall.exp: ... it. New file.
15800 (disp_step_cross_syscall): Rename to ...
15801 (step_over_syscall): ... it.
15802
15803 2016-03-03 Yao Qi <yao.qi@linaro.org>
15804
15805 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15806 If target supports condition evaluation on target, invoke
15807 break_cond_on_syscall for fork and vfork.
15808
15809 2016-03-03 Yao Qi <yao.qi@linaro.org>
15810
15811 * gdb.base/disp-step-syscall.exp: Don't invoke
15812 support_displaced_stepping.
15813 (disp_step_cross_syscall): Test with displaced stepping off and
15814 on if supported.
15815
15816 2016-03-03 Yao Qi <yao.qi@linaro.org>
15817
15818 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15819 proc.
15820 (setup): New proc.
15821 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15822 and setup.
15823
15824 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15825
15826 * gdb.fortran/vla-history.exp: Remove breakpoint.
15827
15828 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15829
15830 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15831 exceeds timeout.
15832
15833 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15834
15835 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15836 breakpoint.
15837
15838 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15839
15840 * gdb.mi/vla.f90: Nullify pointer after declaration.
15841
15842 2016-03-01 Pedro Alves <palves@redhat.com>
15843
15844 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15845
15846 2016-03-01 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15849 before anything else.
15850 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15851 _GNU_SOURCE here.
15852 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15853 before anything else.
15854 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15855
15856 2016-03-01 Pedro Alves <palves@redhat.com>
15857
15858 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15859
15860 2016-03-01 Yao Qi <yao.qi@linaro.org>
15861
15862 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15863 prepare_for_testing.
15864
15865 2016-03-01 Yao Qi <yao.qi@linaro.org>
15866
15867 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15868
15869 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15870
15871 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15872 manually constructing the output path.
15873
15874 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15875
15876 * gdb.arch/s390-stackless.S: New.
15877 * gdb.arch/s390-stackless.exp: New.
15878
15879 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15880
15881 * gdb.dlang/circular.c: New file.
15882 * gdb.dlang/circular.exp: New file.
15883
15884 2016-02-26 Yao Qi <yao.qi@linaro.org>
15885
15886 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15887 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15888 (testcases): Update.
15889
15890 2016-02-26 Yao Qi <yao.qi@linaro.org>
15891
15892 * gdb.reverse/aarch64.c: Rename to ...
15893 * gdb.reverse/insn-reverse.c: ... it.
15894 * gdb.reverse/aarch64.exp: Rename to ...
15895 * gdb.reverse/insn-reverse.exp: ... it.
15896
15897 2016-02-26 Yao Qi <yao.qi@linaro.org>
15898
15899 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15900 (testcase_ftype): New.
15901 (testcases): New array.
15902 (n_testcases): New.
15903 (main): Call each element in testcases.
15904 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15905 (read_testcase): New.
15906 Do the tests in a loop.
15907
15908 2016-02-25 Yao Qi <yao.qi@linaro.org>
15909
15910 * gdb.base/branches.c: Remove.
15911
15912 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15913
15914 PR gdb/13808
15915 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15916
15917 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15918
15919 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15920
15921 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15922
15923 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15924 change x86_64 call_insn to 'callq'.
15925
15926 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15927
15928 * gdb.trace/tfile-avx.c: Move to...
15929 * gdb.trace/tracefile-pseudo-reg.c: Here.
15930 * gdb.trace/tfile-avx.exp: Move to...
15931 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15932
15933 2016-02-24 Gary Benson <gbenson@redhat.com>
15934
15935 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15936 message on attach.
15937
15938 2016-02-23 Doug Evans <dje@google.com>
15939
15940 * gdb.base/skip.c (test_skip): New function.
15941 (end_test_skip_file_and_function): New function.
15942 (test_skip_file_and_function): New function.
15943 * gdb.base/skip1.c (test_skip): New function.
15944 (skip1_test_skip_file_and_function): New function.
15945 * gdb.base/skip.exp: Add tests for new skip options.
15946 * gdb.base/skip-solib.exp: Update expected output.
15947 * gdb.perf/skip-command.cc: New file.
15948 * gdb.perf/skip-command.exp: New file.
15949 * gdb.perf/skip-command.py: New file.
15950
15951 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15952
15953 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15954 info registers pattern.
15955
15956 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15957
15958 * lib/future.exp: Add D support.
15959 (gdb_find_gdc): New proc.
15960 (gdb_default_target_compile): Add D support.
15961
15962 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
15963
15964 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15965 user+system time.
15966 (trace_speed_test): Determine the iteration count for a time
15967 between 15..30 seconds.
15968
15969 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15970
15971 * gdb.arch/i386-mpx-sigsegv.c: New file.
15972 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15973 * gdb.arch/i386-mpx-simple_segv.c: New file.
15974 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15975
15976 2016-02-18 Yao Qi <yao.qi@linaro.org>
15977
15978 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15979 Don't call setup_kfail.
15980
15981 2016-02-18 Yao Qi <yao.qi@linaro.org>
15982
15983 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15984 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15985
15986 2016-02-16 Doug Evans <dje@google.com>
15987
15988 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15989 * gdb.base/skip1.c: Ditto.
15990 * gdb.base/skip.exp: Whitespace cleanup.
15991
15992 2016-02-16 Don Breazeal <donb@codesourcery.com>
15993
15994 PR remote/19496
15995 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15996 Remove kfail for PR remote/19496.
15997
15998 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15999
16000 * lib/gdb.exp (standard_temp_file): Return a path specific to
16001 the runtest invocation.
16002
16003 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16004
16005 * gdb.trace/save-trace.exp: Change relative path to be in the
16006 standard output directory.
16007
16008 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16009
16010 * gdb.arch/i386-prologue.c: Add missing prototypes.
16011
16012 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16013
16014 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16015 * gdb.arch/i386-prologue.exp: Likewise.
16016 * gdb.arch/i386-size.exp: Likewise.
16017
16018 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16019
16020 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16021 define object file path.
16022 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16023 file path.
16024 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16025 standard_output_file to define binfile.
16026
16027 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16028
16029 Fix compatibility with recent gfortran-5.3.1.
16030 * gdb.fortran/vla-history.exp (print vla1 allocated)
16031 (print vla2 allocated, print $2, print $3): Remove
16032 (print $4): Rename to ...
16033 (print $2): ... here.
16034 (print $9): Rename to ...
16035 (print $5): ... here.
16036 (print $10): Rename to ...
16037 (print $6): ... here.
16038 * gdb.fortran/vla.f90: Add pvla initialization.
16039
16040 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16041
16042 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16043 New test.
16044 * gdb.fortran/vla-value-sub.exp: Likewise.
16045
16046 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16047
16048 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16049
16050 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16051
16052 * i386-biarch-core.exp: Define corefile using
16053 standard_output_file.
16054
16055 2016-02-12 Yao Qi <yao.qi@linaro.org>
16056
16057 * gdb.arch/arm-single-step-kernel-helper.c: New.
16058 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16059
16060 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16061
16062 * gdb.btrace/tailcall-only.exp: New.
16063 * gdb.btrace/tailcall-only.c: New.
16064 * gdb.btrace/x86_64-tailcall-only.S: New.
16065 * gdb.btrace/i686-tailcall-only.S: New.
16066
16067 2016-02-11 Pedro Alves <palves@redhat.com>
16068
16069 * README (Parallel testing): Add missing double quotes.
16070
16071 2016-02-11 Pedro Alves <palves@redhat.com>
16072
16073 * README (Parallel testing): New section.
16074 (GDB_PARALLEL): Rewrite.
16075 (FORCE_PARALLEL): Document.
16076
16077 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16078
16079 * gdb.trace/tfile-avx.c: New test.
16080 * gdb.trace/tfile-avx.exp: New test.
16081
16082 2016-02-09 Keith Seitz <keiths@redhat.com>
16083
16084 PR breakpoints/19546
16085 * gdb.base/infcall-exec.c: New file.
16086 * gdb.base/infcall-exec2.c: New file.
16087 * gdb.base/infcall-exec.exp: New file.
16088
16089 2016-02-09 Keith Seitz <keiths@redhat.com>
16090
16091 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16092 (toplevel): Call test_bkpt_address.
16093
16094 2016-02-09 Keith Seitz <keiths@redhat.com>
16095
16096 PR python/19506
16097 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16098 (toplevel): Call test_bkpt_address.
16099
16100 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16101
16102 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16103 to AC_OUTPUT.
16104 * configure: Regenerate.
16105
16106 2016-02-09 Pedro Alves <palves@redhat.com>
16107
16108 PR breakpoints/19548
16109 * gdb.base/execl-update-breakpoints.c (some_function): New
16110 function.
16111 (main): Call it.
16112 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16113 Tighten expected GDB output.
16114
16115 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16116
16117 * Makefile.in (ALL_SUBDIRS): Remove.
16118 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16119 (distclean maintainer-clean realclean): Likewise.
16120 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16121 * configure: Regenerate.
16122 * gdb.ada/Makefile.in: Delete.
16123 * gdb.arch/Makefile.in: Likewise.
16124 * gdb.asm/Makefile.in: Likewise.
16125 * gdb.base/Makefile.in: Likewise.
16126 * gdb.btrace/Makefile.in: Likewise.
16127 * gdb.cell/Makefile.in: Likewise.
16128 * gdb.compile/Makefile.in: Likewise.
16129 * gdb.cp/Makefile.in: Likewise.
16130 * gdb.disasm/Makefile.in: Likewise.
16131 * gdb.dlang/Makefile.in: Likewise.
16132 * gdb.dwarf2/Makefile.in: Likewise.
16133 * gdb.fortran/Makefile.in: Likewise.
16134 * gdb.gdb/Makefile.in: Likewise.
16135 * gdb.go/Makefile.in: Likewise.
16136 * gdb.guile/Makefile.in: Likewise.
16137 * gdb.java/Makefile.in: Likewise.
16138 * gdb.linespec/Makefile.in: Likewise.
16139 * gdb.mi/Makefile.in: Likewise.
16140 * gdb.modula2/Makefile.in: Likewise.
16141 * gdb.multi/Makefile.in: Likewise.
16142 * gdb.objc/Makefile.in: Likewise.
16143 * gdb.opencl/Makefile.in: Likewise.
16144 * gdb.opt/Makefile.in: Likewise.
16145 * gdb.pascal/Makefile.in: Likewise.
16146 * gdb.perf/Makefile.in: Likewise.
16147 * gdb.python/Makefile.in: Likewise.
16148 * gdb.reverse/Makefile.in: Likewise.
16149 * gdb.server/Makefile.in: Likewise.
16150 * gdb.stabs/Makefile.in: Likewise.
16151 * gdb.threads/Makefile.in: Likewise.
16152 * gdb.trace/Makefile.in: Likewise.
16153 * gdb.xml/Makefile.in: Likewise.
16154 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16155 GDB_PARALLEL.
16156 (standard_output_file): Remove check for GDB_PARALLEL, always
16157 return path in outputs/$subdir/$testname.
16158
16159 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16160
16161 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16162 (site.exp): Assign abs_srcdir to tcl's srcdir.
16163
16164 2016-02-04 Yao Qi <yao.qi@linaro.org>
16165
16166 * gdb.base/foll-exec-mode.c: Include limits.h.
16167 (main): Add parameters argc and argv. Get directory from
16168 argv[0].
16169 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16170 compilation.
16171 * gdb.base/foll-exec.c: Include limits.h.
16172 (main): Add parameters argc and argv.
16173 Get directory from argv[0].
16174 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16175 Adjust tests on the number of lines as source code changed.
16176 * gdb.base/foll-vfork-exit.c: Include limits.h.
16177 (main): Add one line of statement before vfork.
16178 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16179 (main): Add parameters argc and argv. Get directory from
16180 argv[0].
16181 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16182 (setup_gdb): Set tbreak to skip some source lines.
16183 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16184 (main): Add parameters argc and argv. Get directory from
16185 argv[0].
16186 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16187 compilation.
16188 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16189 (main): Add parameters argc and argv. Get directory from
16190 argv[0].
16191 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16192 compilation.
16193
16194 2016-02-01 Doug Evans <dje@google.com>
16195
16196 * gdb.base/skip.exp: Clean up multiple references to same test name.
16197
16198 2016-02-01 Pedro Alves <palves@redhat.com>
16199
16200 PR remote/19496
16201 * gdb.threads/forking-threads-plus-breakpoint.exp
16202 (displaced_stepping_supported): New global.
16203 (probe_displaced_stepping_support): New procedure.
16204 (do_test): Add 'displaced' parameter, and use it.
16205 (top level): Check for displaced stepping support. Add displaced
16206 stepping on/off testing axis.
16207
16208 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16209
16210 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16211 pointer. Don't perform further tests on the unassociated pointer
16212 if the first test fails.
16213
16214 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16215
16216 * gdb.base/max-value-size.c: New file.
16217 * gdb.base/max-value-size.exp: New file.
16218 * gdb.base/huge.exp: Disable max-value-size for this test.
16219
16220 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16221
16222 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16223
16224 2016-01-28 Yao Qi <yao.qi@linaro.org>
16225
16226 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16227
16228 2016-01-25 Pedro Alves <palves@redhat.com>
16229
16230 PR threads/19461
16231 * gdb.base/fork-running-state.c: New file.
16232 * gdb.base/fork-running-state.exp: New file.
16233
16234 2016-01-25 Pedro Alves <palves@redhat.com>
16235
16236 PR gdb/19494
16237 * gdb.base/catch-fork-kill.c: New file.
16238 * gdb.base/catch-fork-kill.exp: New file.
16239
16240 2016-01-25 Pedro Alves <palves@redhat.com>
16241
16242 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16243 Delete, moved to lib/gdb.exp.
16244 * gdb.threads/forking-threads-plus-breakpoint.exp
16245 (foreach_with_prefix): Likewise.
16246 * gdb.threads/process-dies-while-handling-bp.exp
16247 (foreach_with_prefix): Likewise.
16248 * lib/gdb.exp (foreach_with_prefix): New procedure.
16249
16250 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16251
16252 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16253 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16254
16255 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16256
16257 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16258 endian targets.
16259
16260 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16261 Pedro Alves <palves@redhat.com>
16262
16263 Fix testsuite compatibility with Guile.
16264 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16265 number.
16266
16267 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16268
16269 Fix testsuite compatibility with Guile.
16270 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16271 (thread 1): New test for backtrace through signal handler.
16272
16273 2016-01-22 Yao Qi <yao.qi@linaro.org>
16274
16275 PR testsuite/19491
16276 * gdb.base/multi-forks.c: Include
16277 ../lib/unbuffer_output.c
16278 (main): Call gdb_unbuffer_output.
16279
16280 2016-01-21 Doug Evans <dje@google.com>
16281
16282 * lib/ada.exp (gdb_compile_ada): Fix typo.
16283
16284 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16285
16286 * gdb.base/break-fun-addr.exp: New file.
16287 * gdb.base/break-fun-addr1.c: New file.
16288 * gdb.base/break-fun-addr2.c: New file.
16289
16290 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16291
16292 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16293 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16294 enum flag values.
16295
16296 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16297
16298 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16299 when GDB can not set the vector return value. Add more comments
16300 for clarification.
16301
16302 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16303
16304 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16305 command.
16306
16307 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16308
16309 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16310
16311 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16312
16313 * Makefile.in (check-single): Pass --status to runtest.
16314 (check/%.exp): Likewise.
16315
16316 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16317
16318 * Makefile.in (check-parallel): Propagate return code from make
16319 do-check-parallel.
16320
16321 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16322
16323 * gdb.trace/ftrace.exp: Fix expected message on continue.
16324 * gdb.trace/pending.exp: Fix expected message on continue.
16325 * gdb.trace/trace-break.exp: Fix expected message on continue.
16326
16327 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16328
16329 * lib/gdb.exp (gdb_test): Remove unused global references.
16330
16331 2016-01-18 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/async-shell.exp: Adjust expected output.
16334 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16335 * gdb.base/siginfo-thread.exp: Adjust expected output.
16336 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16337 * gdb.java/jnpe.exp: Adjust expected output.
16338 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16339 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16340 * gdb.threads/leader-exit.exp: Adjust expected output.
16341 * gdb.threads/manythreads.exp: Adjust expected output.
16342 * gdb.threads/pthreads.exp: Adjust expected output.
16343 * gdb.threads/schedlock.exp: Adjust expected output.
16344 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16345 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16346 expected output.
16347 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16348 output.
16349 * gdb.threads/sigthread.exp: Adjust expected output.
16350 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16351
16352 2016-01-18 Yao Qi <yao.qi@linaro.org>
16353
16354 * gdb.guile/scm-section-script.c: Replace @progbits with
16355 %progbits.
16356 * gdb.python/py-section-script.c: Likewise.
16357
16358 2016-01-15 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.multi/tids.exp: Test star wildcard ranges.
16361
16362 2016-01-15 Pedro Alves <palves@redhat.com>
16363
16364 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16365 command from "thread apply" invocation.
16366 (thr_apply_info_thr_invalid): Default the expected output to the
16367 input tid list.
16368 (top level): Add tests that use convenience variables. Add tests
16369 for "thread apply" with a valid TID list, but missing the command.
16370
16371 2016-01-13 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.base/default.exp: Expect $_gthread as well.
16374 * gdb.multi/tids.exp: Test $_gthread.
16375 * gdb.threads/thread-specific.exp: Test $_gthread.
16376
16377 2016-01-13 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.multi/tids.exp: Test "info threads -gid".
16380
16381 2016-01-13 Pedro Alves <palves@redhat.com>
16382
16383 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16384 Breakpoint.thread.
16385 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16386
16387 2016-01-07 Pedro Alves <palves@redhat.com>
16388
16389 * gdb.base/break.exp: Adjust to output changes.
16390 * gdb.base/hbreak2.exp: Likewise.
16391 * gdb.base/sepdebug.exp: Likewise.
16392 * gdb.base/watch_thread_num.exp: Likewise.
16393 * gdb.linespec/keywords.exp: Likewise.
16394 * gdb.multi/info-threads.exp: Likewise.
16395 * gdb.threads/thread-find.exp: Likewise.
16396 * gdb.multi/tids.c: New file.
16397 * gdb.multi/tids.exp: New file.
16398
16399 2016-01-13 Pedro Alves <palves@redhat.com>
16400
16401 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16402
16403 2016-01-13 Pedro Alves <palves@redhat.com>
16404
16405 * gdb.base/default.exp: Expect $_inferior as well.
16406 * gdb.multi/base.exp: Test $_inferior.
16407
16408 2016-01-13 Pedro Alves <palves@redhat.com>
16409
16410 PR breakpoints/19388
16411 * gdb.base/catch-signal-siginfo-cond.c: New file.
16412 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16413
16414 2016-01-12 Josh Stone <jistone@redhat.com>
16415 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16416
16417 * gdb.base/catch-syscall.c (do_execve): New variable.
16418 (main): Conditionally trigger an execve.
16419 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16420 (test_catch_syscall_execve): New, check entry/return across execve.
16421 (do_syscall_tests): Call test_catch_syscall_execve.
16422
16423 2016-01-12 Pedro Alves <palves@redhat.com>
16424
16425 * gdb.base/random-signal.exp (do_test): New procedure, with body
16426 of testcase moved in.
16427
16428 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16429 Pedro Alves <palves@redhat.com>
16430
16431 * gdb.base/funcargs.exp (finish from indirectly called function):
16432 Reintroduce the case for 'First'.
16433
16434 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16435 Pedro Alves <palves@redhat.com>
16436
16437 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16438 (tcatch_vfork_then_child_follow_exec)
16439 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16440 identification.
16441
16442 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16443
16444 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16445 and repeats to unlimited.
16446 * gdb.python/py-value.exp: Likewise.
16447 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16448 and repeats to unlimited.
16449
16450 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16451
16452 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16453 and reordering the functions.
16454 * gdb.multi/hangout.c: Likewise.
16455 * gdb.multi/hello.c: Likewise.
16456
16457 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16458
16459 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16460 absolute.
16461 (SingleStatisticTestResult.report): Use dict.keys instead of
16462 dict.iterkeys.
16463
16464 2016-01-06 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16467
16468 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16469
16470 * gdb.btrace/dlopen.exp: New.
16471 * gdb.btrace/dlopen.c: New.
16472 * gdb.btrace/dlopen-dso.c: New.
16473
16474 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16475
16476 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16477 PATTERN argument is optional.
16478
16479 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16480
16481 * lib/ada.exp (target_compile_ada_from_dir): New function.
16482 (gdb_compile_ada): Reimplement avoiding the use of project files.
16483 * gdb.ada/gnat_ada.gpr: Delete.
16484 * gdb.ada/cond_lang.exp: Adjust test to make path before
16485 filename optional.
16486 * gdb.ada/small_reg_param.exp: Likewise.
16487
16488 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16489
16490 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16491
16492 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16493
16494 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16495 case.
16496
16497 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16498
16499 * gdb.base/break.exp: Remove dead code.
16500 * gdb.base/sepdebug.exp: Likewise.
16501
16502 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16503
16504 * gdb.asm/asm-source.exp: Remove HP-UX references.
16505 * gdb.base/annota1.exp: Likewise.
16506 * gdb.base/annota3.exp: Likewise.
16507 * gdb.base/attach.exp: Likewise.
16508 * gdb.base/bigcore.exp: Likewise.
16509 * gdb.base/break.exp: Likewise.
16510 * gdb.base/call-ar-st.exp: Likewise.
16511 * gdb.base/callfuncs.exp: Likewise.
16512 * gdb.base/catch-fork-static.exp: Likewise.
16513 * gdb.base/display.exp: Likewise.
16514 * gdb.base/foll-exec-mode.exp: Likewise.
16515 * gdb.base/foll-exec.exp: Likewise.
16516 * gdb.base/foll-fork.exp: Likewise.
16517 * gdb.base/foll-vfork.exp: Likewise.
16518 * gdb.base/funcargs.exp: Likewise.
16519 * gdb.base/hbreak2.exp: Likewise.
16520 * gdb.base/inferior-died.exp: Likewise.
16521 * gdb.base/interrupt.exp: Likewise.
16522 * gdb.base/multi-forks.exp: Likewise.
16523 * gdb.base/nodebug.exp: Likewise.
16524 * gdb.base/sepdebug.exp: Likewise.
16525 * gdb.base/solib1.c: Likewise.
16526 * gdb.base/step-test.exp: Likewise.
16527 * gdb.mi/non-stop.c: Likewise.
16528 * gdb.mi/pthreads.c: Likewise.
16529 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16530 * gdb.threads/pthreads.c: Likewise.
16531 * gdb.threads/staticthreads.exp: Likewise.
16532 * lib/future.exp: Likewise.
16533 * lib/gdb.exp: Likewise.
16534 * gdb.base/so-indr-cl.c: Remove.
16535 * gdb.base/so-indr-cl.exp: Likewise.
16536 * gdb.base/solib.c: Likewise.
16537 * gdb.base/solib.exp: Likewise.
16538 * gdb.base/solib2.c: Likewise.
16539
16540 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16541
16542 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16543 * gdb.base/call-ar-st.exp: Likewise.
16544 * gdb.base/callfuncs.exp: Likewise.
16545 * gdb.base/condbreak.exp: Likewise.
16546 * gdb.base/constvars.exp: Likewise.
16547 * gdb.base/hbreak2.exp: Likewise.
16548 * gdb.base/langs.exp: Likewise.
16549 * gdb.base/list.exp: Likewise.
16550 * gdb.base/long_long.exp: Likewise.
16551 * gdb.base/ptype.exp: Likewise.
16552 * gdb.base/scope.exp: Likewise.
16553 * gdb.base/signals.exp: Likewise.
16554 * gdb.base/so-impl-ld.exp: Likewise.
16555 * gdb.base/varargs.exp: Likewise.
16556 * gdb.base/volatile.exp: Likewise.
16557 * gdb.base/whatis.exp: Likewise.
16558 * gdb.cp/cplusfuncs.exp: Likewise.
16559 * gdb.cp/inherit.exp: Likewise.
16560 * gdb.cp/local.exp: Likewise.
16561 * gdb.cp/member-ptr.exp: Likewise.
16562 * gdb.cp/method.exp: Likewise.
16563 * gdb.cp/overload.exp: Likewise.
16564 * gdb.cp/templates.exp: Likewise.
16565 * gdb.stabs/weird.exp: Likewise.
16566 * lib/compiler.c: Likewise.
16567 * lib/compiler.cc: Likewise.
16568 * lib/cp-support.exp: Likewise.
16569 * lib/gdb.exp: Likewise.
16570
16571 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16572
16573 * configure.ac: Remove HP-UX case.
16574 * configure: Regenerate.
16575
16576 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16577
16578 * lib/gdb.exp (gdb_compile): Add function doc.
16579
16580 2015-12-17 Pedro Alves <palves@redhat.com>
16581
16582 PR threads/19354
16583 * gdb.multi/info-threads.exp: New file.
16584
16585 2015-12-15 Yao Qi <yao.qi@linaro.org>
16586
16587 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16588 is aarch64*-*-*.
16589
16590 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16591
16592 * gdb.base/history-duplicates.exp: Skip if no readline support.
16593
16594 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16595
16596 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16597
16598 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16599
16600 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16601
16602 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16603
16604 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16605 ctrl-C if nointerrupts target property is set.
16606 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16607 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16608 * gdb.base/paginate-bg-execution.exp: Likewise.
16609 * gdb.base/paginate-execution-startup.exp: Likewise.
16610 * gdb.base/random-signal.exp: Likewise.
16611 * gdb.base/range-stepping.exp: Likewise.
16612 * gdb.cp/annota2.exp: Likewise.
16613 * gdb.cp/annota3.exp: Likewise.
16614 * gdb.gdb/selftest.exp: Likewise.
16615 * gdb.threads/continue-pending-status.exp: Likewise.
16616 * gdb.threads/leader-exit.exp: Likewise.
16617 * gdb.threads/manythreads.exp: Likewise.
16618 * gdb.threads/pthreads.exp: Likewise.
16619 * gdb.threads/schedlock.exp: Likewise.
16620 * gdb.threads/sigthread.exp: Likewise.
16621
16622 2015-12-11 Don Breazeal <donb@codesourcery.com>
16623
16624 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16625 remote.
16626 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16627 * gdb.base/foll-exec.exp (main): Enable for target remote.
16628 * gdb.base/foll-fork.exp (main): Likewise.
16629 * gdb.base/foll-vfork.exp (main): Likewise.
16630 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16631 (proc continue_to_exit_bp_loc): Use clean_restart.
16632 * gdb.base/pie-execl.exp (main): Disable for target remote.
16633 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16634 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16635 * gdb.threads/execl.exp (main): Likewise.
16636 * gdb.threads/fork-child-threads.exp (main): Likewise.
16637 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16638 remote.
16639 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16640 remote.
16641 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16642 pid.tid style ptids, instead of just tid.
16643 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16644 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16645 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16646 ptids, instead of just tid.
16647
16648 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16649
16650 * gdb.base/list.exp (test_list_forward): Add end of file error
16651 test.
16652 (test_repeat_list_command): Add end of file error test.
16653 (test_list_backwards): Add beginning of file error test.
16654
16655 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16656
16657 * gdb.base/list.exp (test_list_invalid_args): New function,
16658 defined, and called.
16659
16660 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16661
16662 * gdb.base/list.exp (test_list): Make test names unique.
16663
16664 2015-12-11 Yao Qi <yao.qi@linaro.org>
16665
16666 * gdb.base/coremaker2.c: Remove.
16667
16668 2015-12-10 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.multi/base.exp: Remove stale "spaces" references.
16671
16672 2015-12-10 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.multi/base.exp: Don't use nowarnings.
16675 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16676 * gdb.multi/hangout.c: Include stdio.h.
16677 * gdb.multi/hello.c: Include stdlib.h.
16678 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16679 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16680 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16681
16682 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16683
16684 * gdb.dwarf2/dw2-ranges-base.c: New file.
16685 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16686 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16687 support additional line table, and debug ranges generation.
16688 (Dwarf::ranges): New function, generate .debug_ranges.
16689 (Dwarf::lines): Support generating simple line table programs.
16690 (Dwarf::assemble): Initialise new namespace variables.
16691
16692 2015-12-09 Kevin Buettner <kevinb@redhat.com>
16693
16694 * gdb.base/async.exp (proc test_background): Add case for
16695 asynchronous execution not supported.
16696
16697 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
16698
16699 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16700 format and change test names to make them unique.
16701
16702 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16703 Pedro Alves <pedro@redhat.com>
16704
16705 PR gdb/18702
16706 Add checking of floatformats setup on x86_64 hosts.
16707 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16708 (smallval, bigval): New labels/constants.
16709 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16710 float" after loading bigval and smallval.
16711
16712 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16713
16714 * gdb.ada/fun_overload_menu.exp: New testcase.
16715 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16716
16717 2015-12-04 Josh Stone <jistone@redhat.com>
16718
16719 * gdb.base/catch-fork-static.exp: New.
16720
16721 2015-12-03 Yao Qi <yao.qi@linaro.org>
16722
16723 * gdb.base/sizeof.c: Don't include stdio.h and
16724 ../lib/unbuffer_output.c.
16725 (main): New variable 'size' and 'value'. Remove printf and
16726 gdb_unbuffer_output. Assign return value to size and value.
16727 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16728 at the beginning.
16729 (check_sizeof): Check the result by printing variable 'size'.
16730 (check_valueof): Check the result by printing variable 'value'.
16731
16732 2015-12-01 Yao Qi <yao.qi@linaro.org>
16733
16734 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16735 for aarch64*-*-linux* target.
16736
16737 2015-11-30 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16740
16741 2015-11-30 Pedro Alves <palves@redhat.com>
16742
16743 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16744 Handle non-stop mode vCont replies.
16745
16746 2015-11-30 Pedro Alves <palves@redhat.com>
16747
16748 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16749 prepare_for_testing. Start gdb with "set non-stop on" appended to
16750 GDBFLAGS. Lax expected stop output.
16751
16752 2015-11-27 Yao Qi <yao.qi@linaro.org>
16753
16754 * gdb.arch/arm-neon.exp: New.
16755 * gdb.arch/arm-neon.c: New.
16756
16757 2015-11-27 Yao Qi <yao.qi@linaro.org>
16758
16759 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16760
16761 2015-11-27 Yao Qi <yao.qi@linaro.org>
16762
16763 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16764 frames-invalid annotation.
16765
16766 2015-11-27 Yao Qi <yao.qi@linaro.org>
16767
16768 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16769
16770 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16771
16772 * gdb.threads/names.exp: New file.
16773 * gdb.threads/names.c: New file.
16774 * README: Mention gdb,no_thread_names.
16775
16776 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16777
16778 PR 19297
16779 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16780 support" error.
16781
16782 2015-11-24 Pedro Alves <palves@redhat.com>
16783
16784 PR 17539
16785 * gdb.base/display.exp: Expect displays to be sorted in ascending
16786 order. Use multi_line.
16787 * gdb.base/solib-display.exp: Likewise.
16788
16789 2015-11-24 Pedro Alves <palves@redhat.com>
16790
16791 PR 17539
16792 * gdb.base/display.exp: Expect displays to be sorted in ascending
16793 order. Use multi_line.
16794 * gdb.base/solib-display.exp: Likewise.
16795
16796 2015-11-24 Pedro Alves <palves@redhat.com>
16797
16798 PR 17539
16799 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16800 threads in ascending order.
16801 * gdb.base/foll-fork.exp: Likewise.
16802 * gdb.base/foll-vfork.exp: Likewise.
16803 * gdb.base/multi-forks.exp: Likewise.
16804 * gdb.mi/mi-nonstop.exp: Likewise.
16805 * gdb.mi/mi-nsintrall.exp: Likewise.
16806 * gdb.multi/base.exp: Likewise.
16807 * gdb.multi/multi-arch.exp: Likewise.
16808 * gdb.python/py-inferior.exp: Likewise.
16809 * gdb.threads/break-while-running.exp: Likewise.
16810 * gdb.threads/execl.exp: Likewise.
16811 * gdb.threads/gcore-thread.exp: Likewise.
16812 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16813 * gdb.threads/kill.exp: Likewise.
16814 * gdb.threads/linux-dp.exp: Likewise.
16815 * gdb.threads/multiple-step-overs.exp: Likewise.
16816 * gdb.threads/next-bp-other-thread.exp: Likewise.
16817 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16818 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16819 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16820 * gdb.threads/thread-find.exp: Likewise.
16821 * gdb.threads/tls.exp: Likewise.
16822 * lib/mi-support.exp (mi_reverse_list): Delete.
16823 (mi_check_thread_states): No longer reverse list.
16824
16825 2015-11-24 Pedro Alves <palves@redhat.com>
16826
16827 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16828 use lowercase.
16829
16830 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16831
16832 * gdb.trace/actions.c: Include trace-common.h.
16833 (main): Add a location for a fast tracepoint.
16834 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16835 the normal tracepoints.
16836 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16837
16838 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16839
16840 * save-trace.exp: Factor out code to these...
16841 (gdb_save_tracepoints): New.
16842 (gdb_load_tracepoints): New.
16843 (do_save_load_test): New.
16844
16845 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16846
16847 * gdb.base/asmlabel.exp: New test.
16848 * gdb.base/asmlabel.c: New test case.
16849
16850 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16851
16852 * gdb.base/wrong_frame_bt_full-main.c: New file.
16853 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16854 * gdb.base/wrong_frame_bt_full.exp: New file.
16855
16856 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16857
16858 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16859
16860 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16861
16862 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16863 pstate register when comparing registers values in
16864 sparc64-*-linux-gnu targets to avoid spurious differences.
16865
16866 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16867
16868 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16869
16870 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16871
16872 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16873 as type argument to gdb_compile.
16874 * gdb.base/nested-subp2.exp: Likewise.
16875 * gdb.base/nested-subp3.exp: Likewise.
16876
16877 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16878
16879 * lib/dwarf.exp (_note): Fix left shift of negative value.
16880 * gdb.trace/trace-condition.exp: Likewise.
16881
16882 2015-11-13 Yao Qi <yao.qi@linaro.org>
16883
16884 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16885 comments about d10v.
16886 (test_scalar_returns): Likewise.
16887 * gdb.base/d10v.ld: Remove.
16888 * gdb.base/overlays.exp: Remove the target triplet checking for
16889 d10v-*-*.
16890 * gdb.base/structs.exp (test_struct_returns): Remove the
16891 comments about d10v.
16892 (test_struct_calls): Likewise.
16893
16894 2015-11-13 Yao Qi <yao.qi@linaro.org>
16895
16896 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16897 * gdb.base/gnu_vector.c: Don't include stdio.h.
16898 (main): Don't print res and call add_some_intvecs.
16899
16900 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16901
16902 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16903 macro.
16904 (func5): Removed.
16905 (func4): Use FAST_TRACEPOINT_LABEL.
16906 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16907 macro.
16908 (func): Removed.
16909 (thread_function): Use FAST_TRACEPOINT_LABEL.
16910 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16911 (func): Remove.
16912 (marker): Use FAST_TRACEPOINT_LABEL.
16913 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16914 (pendfunc1): Remove.
16915 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16916 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16917 (foo): Remove.
16918 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16919 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16920 macro.
16921 (func): Remove.
16922 (marker): Use FAST_TRACEPOINT_LABEL.
16923 * gdb.trace/trace-common.h: New header.
16924 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16925 macro.
16926 (func): Remove.
16927 (marker): Use FAST_TRACEPOINT_LABEL.
16928 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16929 (func): Remove.
16930 (thread_function): Use FAST_TRACEPOINT_LABEL.
16931
16932 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16933
16934 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16935 in front.
16936 * gdb.trace/change-loc.exp: Use global pcreg definition.
16937 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16938 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16939 in front.
16940 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16941 * gdb.trace/pending.exp: Likewise.
16942 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16943 * gdb.trace/trace-break.exp: Likewise.
16944 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16945 in front.
16946 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16947 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16948 in front.
16949 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16950
16951 2015-11-09 Joel Brobecker <brobecker@adacore.com>
16952
16953 * gdb.ada/fin_fun_out: New testcase.
16954
16955 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16956
16957 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16958 value associated with DW_AT_byte_size.
16959 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16960 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16961 DW_AT_upper_bound.
16962
16963 2015-11-07 Kevin Buettner <kevinb@redhat.com>
16964
16965 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16966 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16967 version.
16968 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16969 gdb.dwarf2/dw2-canonicalize-type.exp,
16970 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16971 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16972 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16973 provided by gdb_target_symbol_prefix_flags_asm.
16974 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16975 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16976 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16977 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16978 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16979 macros where needed). Use this macro for symbols which require
16980 the prefix provided by SYMBOL_PREFIX.
16981
16982 2015-11-05 Kevin Buettner <kevinb@redhat.com>
16983
16984 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16985 New procs.
16986 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16987 representing expressions, of more than one list element.
16988 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16989 to prepend linker symbol prefix to f.
16990 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16991 table_1 and table_2.
16992 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16993 Likewise, for f and g.
16994 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16995 for ptr.
16996 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16997 for main.
16998 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16999 table_1_ptr and table_2_ptr.
17000
17001 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17002 Joel Brobecker <brobecker@adacore.com>
17003
17004 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17005
17006 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17007
17008 * gdb.reverse/s390-mvcle.c: New test.
17009 * gdb.reverse/s390-mvcle.exp: New file.
17010 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17011
17012 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17013
17014 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17015
17016 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17017
17018 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17019 reaching marker2.
17020 * gdb.reverse/getresuid-reverse.exp: Likewise.
17021 * gdb.reverse/pipe-reverse.exp: Likewise.
17022 * gdb.reverse/readv-reverse.exp: Likewise.
17023 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17024 * gdb.reverse/time-reverse.exp: Likewise.
17025 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17026
17027 2015-10-30 Yao Qi <yao.qi@linaro.org>
17028
17029 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17030 (empty_cycle): Remove.
17031 (main): Don't call empty_cycle. Don't use watch_count_done.
17032 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17033 empty_cycle. Rewrite the code counting HW watchpoints.
17034
17035 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17036
17037 * gdb.reverse/fstatat-reverse.c: New test.
17038 * gdb.reverse/fstatat-reverse.exp: New file.
17039 * gdb.reverse/getresuid-reverse.c: New test.
17040 * gdb.reverse/getresuid-reverse.exp: New file.
17041 * gdb.reverse/pipe-reverse.c: New test.
17042 * gdb.reverse/pipe-reverse.exp: New file.
17043 * gdb.reverse/readv-reverse.c: New test.
17044 * gdb.reverse/readv-reverse.exp: New file.
17045 * gdb.reverse/recvmsg-reverse.c: New test.
17046 * gdb.reverse/recvmsg-reverse.exp: New file.
17047 * gdb.reverse/time-reverse.c: New test.
17048 * gdb.reverse/time-reverse.exp: New file.
17049 * gdb.reverse/waitpid-reverse.c: New test.
17050 * gdb.reverse/waitpid-reverse.exp: New file.
17051
17052 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17053
17054 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17055
17056 2015-10-26 Doug Evans <dje@google.com>
17057
17058 PR symtab/17391
17059 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17060 * gdb.dwarf2/bad-regnum.c: New file.
17061 * gdb.dwarf2/bad-regnum.exp: New file.
17062
17063 2015-10-26 Doug Evans <dje@google.com>
17064
17065 PR python/18938
17066 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17067 file.
17068
17069 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17070
17071 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17072 for a change by "Mention language in compile error message".
17073
17074 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17075
17076 PR python/18073
17077 * gdb.python/py-type.c (C::a_method): New.
17078 (C::a_const_method): New.
17079 (C::a_static_method): New.
17080 (a_function): New.
17081 * gdb.python/py-type.exp (test_fields): Test getting fields
17082 from function and method.
17083
17084 2015-10-21 Keven Boell <keven.boell@intel.com>
17085
17086 * gdb.fortran/vla-alloc-assoc.exp: New file.
17087 * gdb.fortran/vla-datatypes.exp: New file.
17088 * gdb.fortran/vla-datatypes.f90: New file.
17089 * gdb.fortran/vla-history.exp: New file.
17090 * gdb.fortran/vla-ptype-sub.exp: New file.
17091 * gdb.fortran/vla-ptype.exp: New file.
17092 * gdb.fortran/vla-sizeof.exp: New file.
17093 * gdb.fortran/vla-sub.f90: New file.
17094 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17095 * gdb.fortran/vla-value-sub-finish.exp: New file.
17096 * gdb.fortran/vla-value-sub.exp: New file.
17097 * gdb.fortran/vla-value.exp: New file.
17098 * gdb.fortran/vla-ptr-info.exp: New file.
17099 * gdb.mi/mi-vla-fortran.exp: New file.
17100 * gdb.mi/vla.f90: New file.
17101
17102 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17103
17104 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17105 of hardwired timeout value.
17106
17107 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17108 Pedro Alves <palves@redhat.com>
17109
17110 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17111 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17112
17113 2015-10-19 Josh Stone <jistone@redhat.com>
17114
17115 * gdb.base/catch-syscall.c: Include <sched.h>.
17116 (unknown_syscall): New variable.
17117 (main): Trigger a vfork and an unknown syscall.
17118 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17119 (unknown_syscall_number): Likewise.
17120 (check_call_to_syscall): Accept an optional syscall pattern.
17121 (check_return_from_syscall): Likewise.
17122 (check_continue): Likewise.
17123 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17124 (test_catch_syscall_skipping_return): New test toggling off 'catch
17125 syscall' to step over the syscall return, then toggling back on.
17126 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17127 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17128 (do_syscall_tests): Call test_catch_syscall_without_args and
17129 test_catch_syscall_mid_vfork.
17130 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17131 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17132
17133 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17134
17135 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17136 print g_vE): Add new pass patterns.
17137 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17138 print various symbol names for vptr fields.
17139
17140 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17141
17142 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17143 results.
17144
17145 2015-10-12 Yao Qi <yao.qi@linaro.org>
17146
17147 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17148
17149 2015-10-12 Yao Qi <yao.qi@linaro.org>
17150
17151 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17152 is aarch64*-*-linux*.
17153
17154 2015-10-12 Yao Qi <yao.qi@linaro.org>
17155
17156 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17157 (can_relocate_bcond_true): ... it.
17158 (can_relocate_bcond_false): New function.
17159 (foo): Likewise.
17160 (can_relocate_bl): Likewise.
17161 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17162 can_relocate_bl.
17163
17164 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17165
17166 * gdb.base/nested-addr.c: New file.
17167 * gdb.base/nested-addr.exp: New testcase.
17168
17169 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17170
17171 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17172 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17173 its output. Ignore the output of "record goto begin" and instead
17174 check that GDB is replaying.
17175
17176 2015-10-09 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17179 (top level): Use it in the run with no args test.
17180
17181 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17182
17183 * gdb.dlang/properties.exp: New file.
17184
17185 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17186
17187 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17188 whether or not address 0x1000 is mapped on the target.
17189
17190 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17191
17192 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17193 build.
17194
17195 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17196
17197 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17198 instruction-history test.
17199
17200 2015-09-28 Doug Evans <dje@google.com>
17201
17202 * gdb.base/gcore.c (array_func): Add reference to static_array.
17203
17204 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17205
17206 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17207 source line.
17208
17209 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17210
17211 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17212 short or char as base type.
17213
17214 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17215
17216 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17217 to allow any size enum.
17218
17219 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17220
17221 * gdb.ada/array_ptr_renaming.exp: New testcase.
17222 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17223 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17224
17225 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17226
17227 * gdb.trace/ftrace-lock.c: New file.
17228 * gdb.trace/ftrace-lock.exp: New file.
17229
17230 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17231
17232 * gdb.arch/insn-reloc.c: New file.
17233 * gdb.arch/ftrace-insn-reloc.exp: New file.
17234
17235 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17236
17237 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17238 instruction.
17239 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17240 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17241 * gdb.trace/range-stepping.c: Likewise.
17242 * gdb.trace/trace-break.c: Likewise.
17243 * gdb.trace/trace-mt.c (thread_function): Likewise.
17244 * gdb.trace/ftrace.c (marker): Likewise.
17245 * gdb.trace/trace-condition.c (marker): Likewise.
17246 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17247 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17248 is_aarch64_target.
17249
17250 2015-09-18 Doug Evans <xdje42@gmail.com>
17251
17252 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17253 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17254
17255 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17256
17257 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17258 the breakpoint.
17259
17260 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17261
17262 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17263 the pending breakpoint. Remove timeout override for "Run till
17264 MI pending breakpoint on pendfunc3 on thread 2" test.
17265
17266 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17267
17268 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17269 filename pattern.
17270
17271 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17272
17273 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17274 in breakpoint filename pattern.
17275
17276 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17277
17278 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17279
17280 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17281
17282 * gdb.linespec/explicit.exp: Check for readline support for
17283 tab-completion tests. Fix obvious typo.
17284
17285 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17286
17287 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17288 and replay.
17289
17290 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17291
17292 * gdb.btrace/non-stop.c: New.
17293 * gdb.btrace/non-stop.exp: New.
17294
17295 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17296 Yao Qi <yao.qi@linaro.org>
17297
17298 * gdb.trace/trace-condition.c: New file.
17299 * gdb.trace/trace-condition.exp: New file.
17300
17301 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17302
17303 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17304 for testing bytecode compilation.
17305
17306 2015-09-16 Pedro Alves <palves@redhat.com>
17307 Sandra Loosemore <sandra@codesourcery.com>
17308
17309 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17310 (SECONDS): Redefine.
17311 (main): Call pthread_kill and alarm early.
17312 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17313 support.
17314 (test): If the target can't hardware step and doesn't support
17315 displaced stepping, increase the timeout.
17316
17317 2015-09-16 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17320 (enable_debug): New procedures.
17321 (test): Use them. Bail out if waiting for threads fails.
17322 (top level): Bail out if a test fails.
17323
17324 2015-09-16 Yao Qi <yao.qi@linaro.org>
17325
17326 * gdb.asm/asm-source.exp: Set asm-arch for
17327 aarch64*-*-* target.
17328 * gdb.asm/aarch64.inc: New file.
17329
17330 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17331
17332 * gdb.ada/array_of_variable_length.exp: New testcase.
17333 * gdb.ada/array_of_variable_length/foo.adb: New file.
17334 * gdb.ada/array_of_variable_length/pck.adb: New file.
17335 * gdb.ada/array_of_variable_length/pck.ads: New file.
17336
17337 2015-09-15 Doug Evans <dje@google.com>
17338
17339 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17340 of function static local variable.
17341
17342 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17343
17344 * gdb.threads/tls-so_extern.exp: New test file.
17345 * gdb.threads/tls-so_extern.c: New test file.
17346 * gdb.threads/tls-so_extern_main.c: New test file.
17347
17348 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17349
17350 * gdb.opt/solib-intra-step-lib.c: New file.
17351 * gdb.opt/solib-intra-step-main.c: New file.
17352 * gdb.opt/solib-intra-step.exp: New file.
17353
17354 2015-09-15 Pedro Alves <palves@redhat.com>
17355
17356 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17357 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17358
17359 2015-09-14 Pedro Alves <palves@redhat.com>
17360
17361 * gdb.base/hook-stop-continue.c: Delete.
17362 * gdb.base/hook-stop-continue.exp: Delete.
17363 * gdb.base/hook-stop-frame.c: Delete.
17364 * gdb.base/hook-stop-frame.exp: Delete.
17365 * gdb.base/hook-stop.c: New file.
17366 * gdb.base/hook-stop.exp: New file.
17367
17368 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17369
17370 * gdb.ada/access_to_packed_array.exp: New testcase.
17371 * gdb.ada/access_to_packed_array/foo.adb: New file.
17372 * gdb.ada/access_to_packed_array/pack.adb: New file.
17373 * gdb.ada/access_to_packed_array/pack.ads: New file.
17374
17375 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17376
17377 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17378 buffer size test.
17379
17380 2015-09-11 Don Breazeal <donb@codesourcery.com>
17381
17382 * gdb.base/foll-exec.c: Add copyright header. Fix
17383 formatting issues.
17384 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17385 (do_exec_tests): Use clean_restart in place of zap_session,
17386 and for test initialization. Fix formatting issues. Use
17387 fail in place of perror.
17388 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17389 an expect statement to match an expression with output from
17390 the program under debug.
17391 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17392 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17393 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17394 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17395 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17396
17397 2015-09-09 Doug Evans <dje@google.com>
17398
17399 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17400
17401 2015-09-09 Doug Evans <dje@google.com>
17402
17403 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17404
17405 2015-09-09 Doug Evans <dje@google.com>
17406
17407 * gdb.base/savedregs.exp: Fix typo.
17408
17409 2015-09-09 Pedro Alves <palves@redhat.com>
17410
17411 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17412
17413 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17414
17415 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17416 command actually switches threads. Give up on remaining
17417 tests if target fails to stop at breakpoint.
17418
17419 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17420
17421 * gdb.ada/funcall_char.exp: New testcase.
17422 * gdb.ada/funcall_char/foo.adb: New file.
17423
17424 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17425
17426 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17427 expected outputs. Add two testcases for completing ambiguous
17428 functions.
17429 * gdb.ada/complete/aux_pck.adb: New file.
17430 * gdb.ada/complete/aux_pck.ads: New file.
17431 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17432 Ambiguous_Func functions.
17433 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17434 * gdb.ada/complete/pck.adb: Likewise.
17435
17436 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17437
17438 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17439 failures to run the test program under GDB.
17440
17441 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17442
17443 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17444 to C.
17445
17446 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17447
17448 * gdb.base/run-after-attach.exp: New test file.
17449 * gdb.base/run-after-attach.c: New test file.
17450
17451 2015-08-26 Don Breazeal <donb@codesourcery.com>
17452
17453 * gdb.base/foll-exec-2.c: New test program.
17454 * gdb.base/foll-exec-2.exp: New test.
17455
17456 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17457
17458 * gdb.base/nested-subp1.exp: New file.
17459 * gdb.base/nested-subp1.c: New file.
17460 * gdb.base/nested-subp2.exp: New file.
17461 * gdb.base/nested-subp2.c: New file.
17462 * gdb.base/nested-subp3.exp: New file.
17463 * gdb.base/nested-subp3.c: New file.
17464
17465 2015-08-24 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.server/connect-without-multi-process.c: New file.
17468 * gdb.server/connect-without-multi-process.exp: New file.
17469
17470 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17471
17472 * gdb.opt/inline-markers.c: Make z int.
17473
17474 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17475
17476 * gdb.opt/inline-markers.c: Make z volatile.
17477
17478 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17479
17480 * gdb.opt/inline-bt.c: New volatile global z.
17481 * gdb.opt/inline-cmds.c: Likewise.
17482 * gdb.opt/inline-locals.c: Likewise.
17483 * gdb.opt/inline-markers.c: New extern global z.
17484 (marker): Use z.
17485 (inline_fn): Likewise.
17486
17487 2015-08-24 Pedro Alves <palves@redhat.com>
17488
17489 * config/m32r-stub.exp: Remove file.
17490 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17491 * gdb.base/call-rt-st.exp: Likewise.
17492 * gdb.base/call-strs.exp: Likewise.
17493 * gdb.base/default.exp: Remove references to h8300-*-hms and
17494 *-*-udi*.
17495 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17496
17497 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17498
17499 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17500 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17501 and "return" use KFAIL when GDB can not read/write the vector
17502 return value.
17503
17504 2015-08-21 Gary Benson <gbenson@redhat.com>
17505
17506 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17507
17508 2015-08-20 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.server/solib-list.exp: No longer expect an interior stop in
17511 non-stop mode.
17512
17513 2015-08-20 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.server/connect-stopped-target.c: New file.
17516 * gdb.server/connect-stopped-target.exp: New file.
17517
17518 2015-08-20 Pedro Alves <palves@redhat.com>
17519
17520 * gdb.dwarf2/comp-unit-lang.exp: New file.
17521 * gdb.dwarf2/comp-unit-lang.c: New file.
17522
17523 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17524
17525 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17526 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17527
17528 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17529
17530 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17531 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17532
17533 2015-08-18 Doug Evans <dje@google.com>
17534 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17535
17536 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17537 skip_python_tests. New arg prompt_regexp.
17538 (skip_python_tests): New function.
17539 * lib/mi-support.exp (mi_skip_python_tests): New function.
17540 * gdb.python/py-mi-objfile-gdb.py: New file.
17541 * gdb.python/py-mi-objfile.c: New file.
17542 * gdb.python/py-mi-objfile.exp: New file.
17543
17544 2015-08-17 Keith Seitz <keiths@redhat.com>
17545
17546 * gdb.linespec/explicit.exp: Move strace test from here ...
17547 * gdb.trace/strace.exp: ... to here.
17548
17549 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17550
17551 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17552 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17553
17554 2015-08-14 Doug Evans <xdje42@gmail.com>
17555
17556 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17557 inferior before selecting a new file.
17558
17559 2015-08-14 Doug Evans <xdje42@gmail.com>
17560
17561 * gdb.mi/mi-disassemble.exp: Update.
17562 * gdb.base/disasm-optim.S: New file.
17563 * gdb.base/disasm-optim.c: New file.
17564 * gdb.base/disasm-optim.h: New file.
17565 * gdb.base/disasm-optim.exp: New file.
17566
17567 2015-08-14 Keith Seitz <keiths@redhat.com>
17568
17569 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17570 "evaluated-by".
17571
17572 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17573
17574 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17575
17576 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17577
17578 * gdb.ada/fun_renaming.exp: New testcase.
17579 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17580 * gdb.ada/fun_renaming/pack.adb: New file.
17581 * gdb.ada/fun_renaming/pack.ads: New file.
17582
17583 2015-08-12 Keith Seitz <keiths@redhat.com>
17584
17585 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17586 gdb_get_line_number.
17587
17588 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17589
17590 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17591 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17592 gdb.base/dso2dso.exp: New files.
17593
17594 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17595 Pedro Alves <palves@redhat.com>
17596 Keith Seitz <keiths@redhat.com>
17597
17598 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17599 GDBFLAGS.
17600
17601 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17602
17603 * gdb.base/gdbhistsize-history.exp
17604 (test_histsize_history_setting): Use save_vars.
17605 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17606 Use save_vars.
17607 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17608 * gdb.base/readline.exp: Use save_vars.
17609
17610 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17611
17612 * lib/gdb.exp (save_vars): New proc.
17613
17614 2015-08-11 Keith Seitz <keiths@redhat.com>
17615
17616 * gdb.base/help.exp: Update help_breakpoint_text.
17617
17618 2015-08-11 Keith Seitz <keiths@redhat.com>
17619
17620 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17621 (at toplevel): Call test_explicit_breakpoints.
17622 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17623 breakpoints.
17624 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17625 breakpoint conditions, "-cond".
17626
17627 2015-08-11 Keith Seitz <keiths@redhat.com>
17628
17629 * gdb.linespec/3explicit.c: New file.
17630 * gdb.linespec/cpexplicit.cc: New file.
17631 * gdb.linespec/cpexplicit.exp: New file.
17632 * gdb.linespec/explicit.c: New file.
17633 * gdb.linespec/explicit.exp: New file.
17634 * gdb.linespec/explicit2.c: New file.
17635 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17636 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17637 before using in the matching pattern.
17638 Clarify that `prefix' is a regular expression.
17639
17640 2015-08-11 Keith Seitz <keiths@redhat.com>
17641
17642 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17643 test.
17644 Add tests for missing ",FMT" and ",".
17645
17646 2015-08-10 Doug Evans <dje@google.com>
17647 Keith Seitz <keiths@redhat.com>
17648
17649 PR gdb/17960
17650 * gdb.base/completion.exp: Add location completer tests.
17651
17652 2015-08-07 Pedro Alves <palves@redhat.com>
17653
17654 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17655 tests here.
17656 (top level): Run do_test with and without displaced stepping.
17657
17658 2015-08-07 Pedro Alves <palves@redhat.com>
17659
17660 * gdb.base/valgrind-disp-step.c: New file.
17661 * gdb.base/valgrind-disp-step.exp: New file.
17662
17663 2015-08-07 Pedro Alves <palves@redhat.com>
17664
17665 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17666 Delete function.
17667 (main): Add alarm. Run an infinite loop instead of calling
17668 wait_threads.
17669 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17670 comment.
17671 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17672 Delete function.
17673 (main): Add alarm. Run an infinite loop instead of calling
17674 wait_threads.
17675 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17676 comment.
17677
17678 2015-08-07 Pedro Alves <palves@redhat.com>
17679
17680 * gdb.base/checkpoint-ns.exp: New file.
17681 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17682 standard_testfile.
17683
17684 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17685
17686 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17687 * gdb.btrace/instruction_history.exp: Update.
17688 * gdb.btrace/tsx.exp: New.
17689 * gdb.btrace/tsx.c: New.
17690
17691 2015-08-06 Pedro Alves <palves@redhat.com>
17692
17693 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17694 increase timeout.
17695 * gdb.reverse/until-precsave.exp: Bump timeouts.
17696
17697 2015-08-06 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17700
17701 2015-08-06 Pedro Alves <palves@redhat.com>
17702
17703 PR gdb/18749
17704 * gdb.threads/process-dies-while-handling-bp.c: New file.
17705 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17706
17707 2015-08-06 Pedro Alves <palves@redhat.com>
17708
17709 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17710 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17711
17712 2015-08-05 Pedro Alves <palves@redhat.com>
17713
17714 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17715 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17716
17717 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17718
17719 * gdb.base/bp-permanent.exp: Report test as unsupported if
17720 the target cannot stop at the permanent breakpoint.
17721
17722 2015-08-03 Doug Evans <dje@google.com>
17723
17724 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17725 10000.
17726
17727 2015-08-03 Doug Evans <dje@google.com>
17728
17729 * Makefile.in (workers/%.worker, build-perf): New rule.
17730 (GDB_PERFTEST_MODE): New variable.
17731 (check-perf): Use it.
17732 (clean): Clean up gdb.perf parallel build subdirs.
17733 * lib/build-piece.exp: New file.
17734 * lib/gdb.exp (make_gdb_parallel_path): New function
17735 (standard_output_file, standard_temp_file): Call it.
17736 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17737 of $GDB_PARALLEL.
17738 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17739
17740 2015-08-03 Doug Evans <dje@google.com>
17741
17742 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
17743 (LOG_FILE_NAME): New global.
17744 (TextReporter.__init__): Initialize self.txt_sum.
17745 (TextReporter.report): Add support for multiple data-points.
17746 Move report to perftest.sum, put raw data in perftest.log.
17747 (TextReporter.start): Open sum and log files.
17748 (TextReporter.end): Close sum and log files.
17749 * gdb.perf/lib/perftest/testresult.py
17750 (SingleStatisticTestResult.record): Handle multiple data-points.
17751
17752 2015-07-31 Pedro Alves <palves@redhat.com>
17753
17754 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17755 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17756 kill_wait_spawned_process instead of explicit "kill -9".
17757 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17758 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17759 kill_wait_spawned_process.
17760 * gdb.base/attach-twice.exp: Likewise.
17761 * gdb.base/attach.exp: Likewise.
17762 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17763 gdb_test_multiple.
17764 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17765 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17766 kill_wait_spawned_process.
17767 * gdb.base/valgrind-infcall.exp: Likewise.
17768 * gdb.multi/multi-attach.exp: Likewise.
17769 * gdb.python/py-prompt.exp: Likewise.
17770 * gdb.python/py-sync-interp.exp: Likewise.
17771 * gdb.server/ext-attach.exp: Likewise.
17772 * gdb.threads/attach-into-signal.exp (corefunc): Use
17773 spawn_wait_for_attach, spawn_id_get_pid and
17774 kill_wait_spawned_process.
17775 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17776 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17777 spawn_id_get_pid and kill_wait_spawned_process.
17778 * gdb.threads/attach-stopped.exp (corefunc): Use
17779 spawn_wait_for_attach, spawn_id_get_pid and
17780 kill_wait_spawned_process.
17781 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17782 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17783 kill_wait_spawned_process instead of explicit "kill -9".
17784 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17785 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17786 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17787 processes. Don't map cygwin/windows pids here. Now returns a
17788 spawn id list.
17789
17790 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17791
17792 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17793 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17794 correct patch.
17795
17796 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17797
17798 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17799
17800 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17801
17802 Reapply:
17803 2014-05-21 Mark Wielaard <mjw@redhat.com>
17804
17805 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17806
17807 2015-07-30 Pedro Alves <palves@redhat.com>
17808
17809 * linux-low.c (handle_extended_wait): Set the child's last
17810 reported status to TARGET_WAITKIND_STOPPED.
17811
17812 2015-07-30 Pedro Alves <palves@redhat.com>
17813
17814 PR threads/18600
17815 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17816 only shows inferior 1.
17817
17818 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17819 Pedro Alves <palves@redhat.com>
17820
17821 PR threads/18600
17822 * gdb.threads/fork-plus-threads.c: New file.
17823 * gdb.threads/fork-plus-threads.exp: New file.
17824
17825 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17826
17827 * gdb.base/batch-preserve-term-settings.exp
17828 (test_terminal_settings_preserved_after_cli_exit): Use
17829 send_quit_command.
17830
17831 2015-07-29 Pedro Alves <palves@redhat.com>
17832 Don Breazeal <donb@codesourcery.com>
17833
17834 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17835 output from both inferior_spawn_id and gdb_spawn_id.
17836
17837 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17838
17839 * gdb.threads/attach-into-signal.exp (corefunc): Use
17840 with_test_prefix on nested loops, uniquefying the test messages.
17841
17842 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17843
17844 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17845 commit.
17846
17847 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17848
17849 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17850 New proc.
17851 (test_terminal_settings_preserved_after_sigterm): New test.
17852
17853 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17854
17855 * gdb.base/batch-preserve-term-settings.exp
17856 (test_terminal_settings_preserved_after_cli_exit): New test.
17857
17858 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17859
17860 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17861 manipulation of saved_gdbflags.
17862 (test_terminal_settings_preserved): Remove global declaration of
17863 the unused variable pagination_prompt. Remove manipulation of
17864 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17865 GDBFLAGS.
17866
17867 2015-07-29 Pedro Alves <palves@redhat.com>
17868
17869 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17870
17871 2015-07-29 Pedro Alves <palves@redhat.com>
17872
17873 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17874 at the top.
17875
17876 2015-07-29 Pedro Alves <palves@redhat.com>
17877
17878 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17879 (main): Call gdb_unbuffer_output.
17880 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17881 (main): Call gdb_unbuffer_output.
17882 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17883 (main): Call gdb_unbuffer_output.
17884 * gdb.base/call-strs.exp: Adjust to step over the
17885 gdb_unbuffer_output call.
17886 * gdb.base/catch-gdb-caused-signals.c: Include
17887 "../lib/unbuffer_output.c".
17888 (main): Call gdb_unbuffer_output.
17889 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17890 (main): Call gdb_unbuffer_output.
17891 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17892 (main): Call gdb_unbuffer_output.
17893 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17894 (main): Call gdb_unbuffer_output.
17895 * gdb.base/shlib-call.exp: Adjust to step over the
17896 gdb_unbuffer_output call.
17897 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17898 (main): Call gdb_unbuffer_output.
17899 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17900 (main): Call gdb_unbuffer_output.
17901 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17902 (main): Rename to ...
17903 (test): ... this.
17904 (main): Reimplement.
17905 * gdb.base/varargs.exp: Run to test instead of to main.
17906 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17907 (main): Call gdb_unbuffer_output.
17908
17909 2015-07-29 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17912 factore out from mi_continue_dprintf. For call-style dprintfs,
17913 expect dprintf output out of $inferior_spawn_id.
17914 (mi_continue_dprintf): Use mi_expect_dprintf.
17915 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17916 (main): Call gdb_unbuffer_output.
17917
17918 2015-07-29 Pedro Alves <palves@redhat.com>
17919
17920 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17921 (default_mi_gdb_start): Set inferior_spawn_id instead of
17922 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17923 gdb_spawn_id.
17924 (mi_gdb_test): Always expect inferior output from both
17925 $inferior_spawn_id and $gdb_spawn_id.
17926
17927 2015-07-29 Pedro Alves <palves@redhat.com>
17928
17929 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17930 send_inferior and $inferior_spawn_id.
17931
17932 2015-07-29 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.gdb/complaints.exp (test_initial_complaints)
17935 (test_serial_complaints, test_short_complaints): Use
17936 gdb_test_stdio.
17937 (test_empty_complaint): Handle $inferior_spawn_id !=
17938 $gdb_spawn_id.
17939
17940 2015-07-29 Pedro Alves <palves@redhat.com>
17941
17942 * gdb.base/varargs.exp: Use gdb_test_stdio.
17943
17944 2015-07-29 Pedro Alves <palves@redhat.com>
17945
17946 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17947
17948 2015-07-29 Pedro Alves <palves@redhat.com>
17949
17950 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17951
17952 2015-07-29 Pedro Alves <palves@redhat.com>
17953
17954 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17955 parameter into two new parameters, "inf_result" and "gdb_result".
17956 Expect inferior output and gdb output from $inferior_spawn_id and
17957 $gdb_spawn_id, respectively. Adjust all callers.
17958
17959 2015-07-29 Pedro Alves <palves@redhat.com>
17960
17961 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17962 of gdb_test_sequence.
17963
17964 2015-07-29 Pedro Alves <palves@redhat.com>
17965
17966 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17967 (saw_spurious_output): Expect inferior output from
17968 $inferior_spawn_id. Use gdb_test_stdio.
17969
17970 2015-07-29 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/dprintf.exp: Use standard_testfile. Change
17973 prepare_for_testing call.
17974 (srcfile): Don't set.
17975 (restart): New procedure.
17976 (test_dprintf): New procecure, use to continue over dprintfs.
17977 (test_call, test_agent): New procedures, tests moved here.
17978 Restart gdb and recreate dprintfs. Adjust expected output.
17979
17980 2015-07-29 Pedro Alves <palves@redhat.com>
17981
17982 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17983
17984 2015-07-29 Pedro Alves <palves@redhat.com>
17985
17986 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17987
17988 2015-07-29 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17991 gdb_test_stdio.
17992
17993 2015-07-29 Pedro Alves <palves@redhat.com>
17994
17995 * lib/gdb.exp (gdb_test_stdio): New procedure.
17996
17997 2015-07-29 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18000
18001 2015-07-29 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/call-signal-resume.exp: Remove check for
18004 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18005 * gdb.base/unwindonsignal.exp: Likewise.
18006 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18007 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18008
18009 2015-07-29 Pedro Alves <palves@redhat.com>
18010
18011 * gdb.base/siginfo-addr.c (pass): New function.
18012 (handler): Call it iff si_addr is correct.
18013 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18014 Set a breakpoint at "pass" and continue to it.
18015
18016 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18017
18018 * gdb.python/py-objfile.exp: Make some tests have unique names.
18019 * gdb.python/py-pp-registration.exp: Likewise.
18020
18021 2015-07-28 Pedro Alves <palves@redhat.com>
18022
18023 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18024
18025 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18026
18027 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18028
18029 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18030
18031 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18032
18033 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18034
18035 * gdb.base/gdb-sigterm-2.exp: New test.
18036
18037 2015-07-25 Doug Evans <xdje42@gmail.com>
18038
18039 Revert:
18040 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18041 (workers/%.worker, build-perf): New rule.
18042 (GDB_PERFTEST_MODE): New variable.
18043 (check-perf): Use it.
18044 (clean): Clean up gdb.perf parallel build subdirs.
18045 * lib/build-piece.exp: New file.
18046 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18047 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18048 name.
18049 (standard_temp_file): Ditto.
18050 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18051 of $GDB_PARALLEL.
18052
18053 2015-07-24 Doug Evans <dje@google.com>
18054
18055 * gdb.perf/lib/perftest/utils.py: New file.
18056 * gdb.perf/gm-hello.cc: New file.
18057 * gdb.perf/gm-pervasive-typedef.cc: New file.
18058 * gdb.perf/gm-pervasive-typedef.h: New file.
18059 * gdb.perf/gm-std.cc: New file.
18060 * gdb.perf/gm-std.h: New file.
18061 * gdb.perf/gm-use-cerr.cc: New file.
18062 * gdb.perf/gm-utils.h: New file.
18063 * gdb.perf/gmonster-null-lookup.py: New file.
18064 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18065 * gdb.perf/gmonster-print-cerr.py: New file.
18066 * gdb.perf/gmonster-ptype-string.py: New file.
18067 * gdb.perf/gmonster-runto-main.py: New file.
18068 * gdb.perf/gmonster-select-file.py: New file.
18069 * gdb.perf/gmonster1-null-lookup.exp: New file.
18070 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18071 * gdb.perf/gmonster1-print-cerr.exp: New file.
18072 * gdb.perf/gmonster1-ptype-string.exp: New file.
18073 * gdb.perf/gmonster1-runto-main.exp: New file.
18074 * gdb.perf/gmonster1-select-file.exp: New file.
18075 * gdb.perf/gmonster1.cc: New file.
18076 * gdb.perf/gmonster1.exp: New file.
18077 * gdb.perf/gmonster2-null-lookup.exp: New file.
18078 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18079 * gdb.perf/gmonster2-print-cerr.exp: New file.
18080 * gdb.perf/gmonster2-ptype-string.exp: New file.
18081 * gdb.perf/gmonster2-runto-main.exp: New file.
18082 * gdb.perf/gmonster2-select-file.exp: New file.
18083 * gdb.perf/gmonster2.cc: New file.
18084 * gdb.perf/gmonster2.exp: New file.
18085
18086 2015-07-24 Doug Evans <dje@google.com>
18087
18088 * gdb.perf/README: New file.
18089 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18090 * lib/gen-perf-test.exp: New file.
18091
18092 2015-07-24 Doug Evans <dje@google.com>
18093
18094 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18095 (PerfTest::startup): New function.
18096 (PerfTest::run): Return result of calling body.
18097 (PerfTest::assemble): Rewrite.
18098 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18099 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18100 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18101 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18102 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18103
18104 2015-07-24 Doug Evans <dje@google.com>
18105
18106 * lib/gdb.exp (clean_restart): Make executable optional.
18107
18108 2015-07-24 Doug Evans <dje@google.com>
18109
18110 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18111 compiler_info references.
18112 * gdb.cp/temargs.exp: Ditto.
18113 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18114 (get_compiler_info): Early exit if already computed. Set compiler_info
18115 to "unknown" if there was a problem.
18116 (test_compiler_info): Add function comment. Call get_compiler_info.
18117
18118 2015-07-24 Doug Evans <dje@google.com>
18119
18120 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18121 (workers/%.worker, build-perf): New rule.
18122 (GDB_PERFTEST_MODE): New variable.
18123 (check-perf): Use it.
18124 (clean): Clean up gdb.perf parallel build subdirs.
18125 * lib/build-piece.exp: New file.
18126 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18127 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18128 name.
18129 (standard_temp_file): Ditto.
18130 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18131 of $GDB_PARALLEL.
18132
18133 2015-07-24 Doug Evans <dje@google.com>
18134
18135 * lib/future.exp (gdb_default_target_compile): New option
18136 "early_flags".
18137 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18138 --as-needed.
18139
18140 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18141
18142 * gdb.base/catch-syscall.exp: Call gdb_exit before
18143 gdb_skip_xml_test.
18144
18145 2015-07-24 Pedro Alves <palves@redhat.com>
18146
18147 * gdb.python/py-events.exp: Accept output between the stop event
18148 and the prompt.
18149 * gdb.python/py-evsignal.exp: Likewise.
18150 * gdb.python/py-evthreads.exp: Likewise.
18151
18152 2015-07-24 Pedro Alves <palves@redhat.com>
18153
18154 PR gdb/18717
18155 * gdb.threads/non-ldr-exit.c: New file.
18156 * gdb.threads/non-ldr-exit.exp: New file.
18157
18158 2015-07-24 Yao Qi <yao.qi@linaro.org>
18159
18160 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18161 restarting process.
18162
18163 2015-07-24 Yao Qi <yao.qi@linaro.org>
18164
18165 * gdb.server/ext-restart.exp: New file.
18166
18167 2015-07-24 Yao Qi <yao.qi@linaro.org>
18168
18169 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18170 argument options.
18171 * gdb.server/ext-wrapper.exp: New file.
18172
18173 2015-07-23 Doug Evans <dje@google.com>
18174
18175 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18176 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18177
18178 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18179
18180 * gdb.ada/var_arr_typedef.exp: New testcase.
18181 * gdb.ada/var_arr_typedef/pack.adb: New file.
18182 * gdb.ada/var_arr_typedef/pack.ads: New file.
18183 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18184
18185 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18186
18187 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18188
18189 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18190
18191 * gdb.arch/i386-biarch-core.exp: Replace istarget
18192 by "complete set gnutarget". Remove expectation for the "core-file"
18193 command.
18194
18195 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18196
18197 Revert the previous commit:
18198 Tests for validate symbol file using build-id.
18199
18200 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18201
18202 Tests for validate symbol file using build-id.
18203 * gdb.base/solib-mismatch-lib.c: New file.
18204 * gdb.base/solib-mismatch-libmod.c: New file.
18205 * gdb.base/solib-mismatch.c: New file.
18206 * gdb.base/solib-mismatch.exp: New file.
18207
18208 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18209
18210 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18211 nios2-*-linux*.
18212 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18213 * gdb.base/siginfo.exp: Likewise.
18214 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18215
18216 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18217
18218 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18219 Move it to ...
18220 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18221 ... here.
18222 * gdb.trace/range-stepping.exp: Check that the target supports
18223 range stepping.
18224
18225 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18226
18227 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18228
18229 2015-07-14 Pedro Alves <palves@redhat.com>
18230
18231 * gdb.base/killed-outside.exp: New file.
18232 * gdb.base/killed-outside.c: New file.
18233
18234 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18235
18236 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18237 (n at main): New.
18238 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18239
18240 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18241
18242 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18243 infcall tests instead of setting up for KFAIL.
18244
18245 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18246
18247 * gdb.btrace/record_goto-step.exp: New.
18248
18249 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18250
18251 PR compile/18484
18252 * gdb.compile/compile.c (struct struct_type): Add volatile to
18253 selffield's type.
18254 * gdb.compile/compile.exp
18255 (compile code struct_object.selffield = &struct_object): Skip further
18256 struct_object tests if this one xfails.
18257
18258 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18259
18260 PR exp/18617
18261 * gdb.trace/ax.exp: Add test.
18262
18263 2015-07-07 Yao Qi <yao.qi@linaro.org>
18264
18265 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18266 instead of istarget "aarch64*-*-*".
18267 * gdb.arch/aarch64-fp.exp: Likewise.
18268 * gdb.base/float.exp: Likewise.
18269 * gdb.reverse/aarch64.exp: Likewise.
18270 * lib/gdb.exp (is_aarch64_target): New proc.
18271
18272 2015-07-07 Yao Qi <yao.qi@linaro.org>
18273
18274 * lib/gdb.exp (is_aarch32_target): New proc.
18275 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18276 instead of "istarget "arm*-*-*"".
18277 * gdb.arch/arm-disp-step.exp: Likewise.
18278 * gdb.arch/thumb-bx-pc.exp: Likewise.
18279 * gdb.arch/thumb-prologue.exp: Likewise.
18280 * gdb.arch/thumb-singlestep.exp: Likewise.
18281 * gdb.base/disp-step-syscall.exp: Likewise.
18282 * gdb.base/float.exp: Likewise.
18283
18284 2015-07-07 Yao Qi <yao.qi@linaro.org>
18285
18286 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18287 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18288
18289 2015-07-07 Yao Qi <yao.qi@linaro.org>
18290
18291 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18292 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18293 if it exists.
18294 * gdb.multi/multi-arch.exp: Likewise.
18295
18296 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18297
18298 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18299 print.
18300
18301 2015-07-07 Yao Qi <yao.qi@linaro.org>
18302
18303 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18304
18305 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18306
18307 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18308 '[' and ']' characters.
18309
18310 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18311
18312 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18313
18314 2015-06-29 Pedro Alves <palves@redhat.com>
18315
18316 PR threads/18127
18317 * gdb.threads/hand-call-new-thread.c: New file.
18318 * gdb.threads/hand-call-new-thread.c: New file.
18319
18320 2015-06-26 Keith Seitz <keiths@redhat.com>
18321 Doug Evans <dje@google.com>
18322
18323 PR 16253
18324 * gdb.cp/var-tag-2.cc: New file.
18325 * gdb.cp/var-tag-3.cc: New file.
18326 * gdb.cp/var-tag-4.cc: New file.
18327 * gdb.cp/var-tag.cc: New file.
18328 * gdb.cp/var-tag.exp: New file.
18329
18330 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18331
18332 * gdb.base/history-duplicates.exp: New test.
18333
18334 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18335
18336 * gdb.base/completion.exp: Test the completion of the "focus"
18337 command.
18338
18339 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18340
18341 * gdb.arch/amd64-prologue-skip.S: New file.
18342 * gdb.arch/amd64-prologue-skip.exp: New file.
18343
18344 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18345
18346 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18347 is_address_zero_readable check.
18348
18349 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18350
18351 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18352 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18353
18354 2015-06-24 Yao Qi <yao.qi@linaro.org>
18355
18356 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18357 linux targets.
18358
18359 2015-06-24 Yao Qi <yao.qi@linaro.org>
18360
18361 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18362 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18363 * gdb.base/siginfo-thread.exp: Likewise.
18364
18365 2015-06-22 Yao Qi <yao.qi@linaro.org>
18366
18367 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18368
18369 2015-06-22 Yao Qi <yao.qi@linaro.org>
18370
18371 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18372 aarch64*-*-*.
18373 (skip_hw_watchpoint_tests): Likewise.
18374
18375 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18376
18377 * gdb.base/gdbinit-history.exp: Test the interaction between
18378 setting GDBHISTSIZE and setting the history size via .gdbinit.
18379
18380 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18381
18382 PR gdb/16999
18383 * gdb.base/gdbhistsize-history.exp: New test.
18384
18385 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18386
18387 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18388 with GDBHISTSIZE.
18389 * gdb.base/readline.exp: Likewise.
18390
18391 2015-06-17 Yao Qi <yao.qi@linaro.org>
18392
18393 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18394 line.
18395
18396 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18397
18398 * gdb.base/gdbinit-history.exp: Add test case to check that
18399 an unlimited history file does not get truncated on exit.
18400
18401 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18402
18403 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18404 (VECTOR): New macro. Use it...
18405 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18406 ...for these typedefs.
18407 (int8, char1, int1, double1): New typedefs.
18408 (struct just_int2, struct two_int2): New structures.
18409 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18410 (add_structvecs, add_singlevecs): New functions.
18411 (main): Call add_some_intvecs twice.
18412 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18413 the compile and exit upon failure. Try compiling for the "native"
18414 architecture. Test inferior function calls with vector arguments
18415 and vector return value handling with "finish" and "return".
18416
18417 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18418
18419 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18420 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18421 PE file.
18422 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18423
18424 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18425
18426 PR breakpoints/16465
18427 * gdb.mi/mi-dprintf-pending.c: New file.
18428 * gdb.mi/mi-dprintf-pending.exp: New test.
18429 * gdb.mi/mi-dprintf-pendshr.c: New file.
18430
18431 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18432 Mircea Gherzan <mircea.gherzan@intel.com>
18433
18434 * gdb.arch/i386-mpx-map.c: New file.
18435 * gdb.arch/i386-mpx-map.exp: New File.
18436
18437 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18438
18439 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18440 * gdb.arch/i386-mpx.exp: Indentation fixed.
18441
18442 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18443
18444 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18445 function and improved indentation.
18446 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18447 gdb_test_multiple. Added additional tests to skip the test.
18448
18449 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18450
18451 * gdb.arch/i386-avx512.c: Change path in include file.
18452 * gdb.arch/i386-avx512.exp: Change include dir path
18453 compilation flag.
18454 * gdb.arch/i386-mpx.c: Change path in include file.
18455 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18456 flag.
18457
18458 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18459
18460 * gdb.compile/compile-print.exp (compile print *vararray@3)
18461 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18462
18463 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18464
18465 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18466 (do not keep jit in memory): ... this.
18467 (expect 5): Change it to ...
18468 (expect no 5): ... this.
18469
18470 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18471
18472 PR gdb/15564
18473 * gdb.mi/mi-detach.exp: New file.
18474
18475 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18476
18477 PR symtab/18392
18478 * gdb.arch/amd64-tailcall-self.S: New file.
18479 * gdb.arch/amd64-tailcall-self.c: New file.
18480 * gdb.arch/amd64-tailcall-self.exp: New file.
18481
18482 2015-05-28 Don Breazeal <donb@codesourcery.com>
18483
18484 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18485 tests for remote targets by checking is_target_gdbserver.
18486
18487 2015-05-27 Doug Evans <dje@google.com>
18488
18489 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18490 * gdb.dwarf2/opaque-type-lookup.c: New file.
18491 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18492
18493 2015-05-26 Doug Evans <dje@google.com>
18494
18495 * gdb.cp/iostream.cc: New file.
18496 * gdb.cp/iostream.exp: New file.
18497
18498 2015-05-26 Doug Evans <dje@google.com>
18499
18500 * gdb.dwarf2/dw2-op-call.exp: Update.
18501 * gdb.dwarf2/dw4-sig-types.exp: Update.
18502 * gdb.dwarf2/implptr.exp: Update.
18503 * gdb.mi/mi-cmd-param-changed.exp: Update.
18504
18505 2015-05-26 Doug Evans <dje@google.com>
18506
18507 * gdb.python/py-lazy-string.c: New file.
18508 * gdb.python/py-lazy-string.exp: New file.
18509 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18510 (main): Update. Add estring3.
18511 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18512 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18513
18514 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18515 Yao Qi <yao.qi@linaro.org>
18516
18517 * gdb.reverse/aarch64.c: New.
18518 * gdb.reverse/aarch64.exp: New.
18519
18520 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18521
18522 * lib/gdb.exp (supports_process_record): Return true for
18523 aarch64*-linux*.
18524 (supports_reverse): Likewise.
18525
18526 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18527
18528 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18529 Use with_test_prefix.
18530
18531 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18532
18533 * gdb.base/completion.exp: Add test for completion of layout
18534 names.
18535
18536 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18537
18538 * lib/gdb.exp (skip_tui_tests): New proc.
18539 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18540
18541 2015-05-19 Pedro Alves <palves@redhat.com>
18542
18543 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18544 Save the whole env array instead of just HOME. Unset HISTSIZE in
18545 the environment while testing. Restore whole environment
18546 afterwards.
18547
18548 2015-05-16 Doug Evans <xdje42@gmail.com>
18549
18550 * gdb.guile/scm-ports.c: New file.
18551 * gdb.guile/scm-ports.exp: Add memory port tests.
18552
18553 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18554
18555 * gdb.compile/compile-print.c: New file.
18556 * gdb.compile/compile-print.exp: New file.
18557
18558 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18559
18560 * gdb.compile/compile-ops.exp: Cast param to void.
18561 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18562 (compile code struct_object.selffield = &struct_object): Add xfail.
18563
18564 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18565
18566 * gdb.ada/arr_enum_with_gap: New testcase.
18567
18568 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18569
18570 * gdb.ada/byte_packed_arr: New testcase.
18571
18572 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18573
18574 * gdb.ada/pckd_neg: New testcase.
18575
18576 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18577
18578 PR gdb/17820
18579 * gdb.base/gdbinit-history.exp: New test.
18580 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18581 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18582
18583 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18584
18585 * gdb.python/py-xmethods.cc: Enhance test case.
18586 * gdb.python/py-xmethods.exp: New tests.
18587 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18588 function.
18589 (B_indexoper): Likewise.
18590 (global_dm_list) : Add new xmethod worker functions.
18591
18592 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18593
18594 * gdb.base/coredump-filter.exp: Correctly unset
18595 "coredump_var_addr" array.
18596
18597 2015-05-08 Pedro Alves <palves@redhat.com>
18598
18599 * gdb.server/non-existing-program.exp: Unset spawn_id.
18600
18601 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18602
18603 PR python/18291
18604 * gdb.python/py-xmethods.exp: Add tests.
18605
18606 2015-05-08 Yao Qi <yao.qi@linaro.org>
18607
18608 PR gdb/18208
18609 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18610 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18611 function set_coredump_filter, and remove remote_exec call.
18612 Remove argument ipid. Callers update.
18613 (top level): Don't get inferior's PID.
18614
18615 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18616
18617 * gdb.base/watch_thread_num.exp: Skip test on targets without
18618 access watchpoints.
18619
18620 2015-05-06 Pedro Alves <palves@redhat.com>
18621
18622 PR server/18081
18623 * gdb.server/non-existing-program.exp: New file.
18624
18625 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18626
18627 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18628
18629 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18630
18631 * gdb.ada/out_of_line_in_inlined: New testcase.
18632
18633 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18634
18635 * gdb.ada/var_rec_arr: New testcase.
18636
18637 2015-04-30 Yao Qi <yao.qi@linaro.org>
18638
18639 * gdb.base/break-idempotent.exp: If
18640 skip_hw_watchpoint_multi_tests returns true, skip the tests
18641 on "rwatch" and "awatch".
18642
18643 2015-04-30 Yao Qi <yao.qi@linaro.org>
18644
18645 * gdb.base/relativedebug.exp: Invoke gdb command
18646 "info sharedlibrary", and if libc.so doesn't have debug info,
18647 skip the test.
18648
18649 2015-04-29 Doug Evans <dje@google.com>
18650
18651 * gdb.python/py-xmethods.exp: Add ptype tests.
18652 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18653 get_result_type method.
18654
18655 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18656
18657 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18658 the target does not support hardware watchpoints.
18659
18660 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
18661
18662 * gdb.base/break-always.exp: Abort testing if writing to memory
18663 causes an error.
18664
18665 2015-04-28 Doug Evans <dje@google.com>
18666
18667 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18668 * gdb.python/py-pp-registration.exp: ... here. New file.
18669 * gdb.python/py-pp-registration.c: New file.
18670 * gdb.python/py-pp-registration.py: New file.
18671
18672 2015-04-28 Doug Evans <dje@google.com>
18673
18674 * gdb.python/py-bad-printers.c: New file.
18675 * gdb.python/py-bad-printers.py: New file.
18676 * gdb.python/py-bad-printers.exp: New file.
18677
18678 2015-04-28 Sasha Smundak <asmundak@google.com>
18679
18680 * gdb.python/py-type.exp: New test.
18681
18682 2015-04-28 Andy Wingo <wingo@igalia.com>
18683
18684 * gdb.python/py-parameter.exp:
18685 * gdb.guile/scm-parameter.exp: Escape the path that we are
18686 matching against, as it might contain characters that are special
18687 to regular expressions.
18688
18689 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18690
18691 * gdb.ada/rec_comp: New testcase.
18692
18693 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18694
18695 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18696 before using it.
18697
18698 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18699
18700 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18701 new tests for verilog output.
18702
18703 2015-04-24 Yao Qi <yao.qi@linaro.org>
18704
18705 * boards/remote-gdbserver-on-localhost.exp: New file.
18706
18707 2015-04-23 Pedro Alves <palves@redhat.com>
18708
18709 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18710 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18711 "end of file", remove $inferior_spawn_id from the indirect list.
18712
18713 2015-04-23 Pedro Alves <palves@redhat.com>
18714
18715 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18716
18717 2015-04-23 Pedro Alves <palves@redhat.com>
18718
18719 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18720 on $any_spawn_id instead of only on $gdb_spawn_id.
18721
18722 2015-04-21 Pierre Muller <muller@sourceware.org>
18723
18724 PR pascal/17815
18725 * lib/pascal.exp (gpc_compile): Add new option "class".
18726 (fpc_compile): Likewise.
18727 * gdb.pascal/case-insensitive-symbols.pas: New file.
18728 * gdb.pascal/case-insensitive-symbols.exp: New file.
18729
18730 2015-04-20 Gary Benson <gbenson@redhat.com>
18731
18732 * gdb.base/attach.exp: Fix three extended remote failures.
18733
18734 2015-04-17 Gary Benson <gbenson@redhat.com>
18735
18736 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18737 the main executable over the remote protocol.
18738
18739 2015-04-16 Pedro Alves <palves@redhat.com>
18740
18741 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18742 a new gdbserver if gdbserver_reconnect_p is set.
18743
18744 2015-04-16 Pedro Alves <palves@redhat.com>
18745
18746 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18747 is set, don't exit gdbserver.
18748
18749 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18750
18751 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18752 appropriate .insn, such that an older assembler can be used.
18753 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18754 the z/Architecture instruction set on 31-bit targets as well.
18755
18756 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18757
18758 * gdb.go/handcall.exp: Remove all logic related to the first
18759 breakpoint and rely on go_runto_main instead.
18760 * gdb.go/strings.exp: Likewise.
18761 * gdb.go/unsafe.exp: Likewise.
18762 * gdb.go/hello.exp: Likewise. Also rename the remaining
18763 breakpoint marker to "breakpoint 1".
18764 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18765 * gdb.go/strings.go: Likewise.
18766 * gdb.go/unsafe.go: Likewise.
18767 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18768 "set breakpoint 2 here" and rename the remaining breakpoint marker
18769 to "breakpoint 1".
18770
18771 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18772
18773 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18774 if itertools.imap is not present.
18775 * gdb.python/py-objfile.exp: Add parentheses.
18776 * gdb.python/py-type.exp: Same.
18777 * gdb.python/py-unwind-maint.py: Same.
18778
18779 2015-04-15 Yao Qi <yao.qi@linaro.org>
18780
18781 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18782 of ":$ptr_size" and set its form explicitly.
18783
18784 2015-04-15 Pedro Alves <palves@redhat.com>
18785 Yao Qi <yao.qi@linaro.org>
18786
18787 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18788 timeout by factor of 4.
18789 (test_regular_watch): Likewise.
18790 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18791 * gdb.reverse/sigall-reverse.exp: Likewise.
18792 * gdb.reverse/until-precsave.exp: Likewise.
18793 * lib/gdb.exp (with_timeout_factor): New proc.
18794 (gdb_expect): Move some code to ...
18795 (get_largest_timeout): ... here. New procedure.
18796
18797 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18798
18799 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18800
18801 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18802
18803 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18804 to write to the .text section.
18805
18806 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
18807
18808 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18809 Handle the case of targets that do not provide PID information.
18810
18811 2015-04-13 Yao Qi <yao.qi@linaro.org>
18812
18813 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18814 and use expect instead of gdb_expect.
18815
18816 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18817
18818 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18819 "coredump_var_addr" to avoid naming conflict with other testcases.
18820
18821 2015-04-10 Pedro Alves <palves@redhat.com>
18822
18823 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18824 gdb_test_sequence and gdb_assert.
18825
18826 2015-04-10 Pedro Alves <palves@redhat.com>
18827
18828 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18829 test messages that don't include the breakpoint address.
18830
18831 2015-04-10 Yao Qi <yao.qi@linaro.org>
18832
18833 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18834 false for some offset and width combinations which aren't
18835 supported by linux kernel.
18836
18837 2015-04-10 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18840 procedure, factored out from ...
18841 (top level): ... here. Add "set displaced-stepping" testing axis.
18842 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18843 parameter "displaced". Use it.
18844 (top level): Use foreach and add "set displaced-stepping" testing
18845 axis.
18846
18847 2015-04-10 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18850 Remove comment.
18851 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18852 both the address of the instruction that triggers the watchpoint
18853 and the address of the instruction immediately after, and use
18854 those addresses for the test. Fix comment.
18855
18856 2015-04-10 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/sigstep.exp (breakpoint_to_handler)
18859 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18860 Test "backtrace" in handler.
18861 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18862 (top level): Add new "displaced" test axis to
18863 breakpoint_to_handler, breakpoint_to_handler_entry and
18864 breakpoint_over_handler.
18865
18866 2015-04-10 Pedro Alves <palves@redhat.com>
18867
18868 PR gdb/18216
18869 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18870
18871 2015-04-10 Yao Qi <yao.qi@linaro.org>
18872
18873 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18874 (test_add_rn_pc): New function.
18875 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18876 (top level): Invoke test_add_rn_pc.
18877
18878 2015-04-10 Pedro Alves <palves@redhat.com>
18879
18880 PR gdb/13858
18881 * gdb.base/step-over-no-symbols.exp: New file.
18882
18883 2015-04-09 Andy Wingo <wingo@igalia.com>
18884
18885 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18886 after the Python tests.
18887
18888 2015-04-08 Keith Seitz <keiths@redhat.com>
18889
18890 PR python/16699
18891 * gdb.python/py-completion.exp: New tests for completion.
18892 * gdb.python/py-completion.py (CompleteLimit1): New class.
18893 (CompleteLimit2): Likewise.
18894 (CompleteLimit3): Likewise.
18895 (CompleteLimit4): Likewise.
18896 (CompleteLimit5): Likewise.
18897 (CompleteLimit6): Likewise.
18898 (CompleteLimit7): Likewise.
18899
18900 2015-04-08 Pedro Alves <palves@redhat.com>
18901
18902 PR gdb/18214
18903 PR gdb/18216
18904 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18905 function.
18906 (main): Install it as SIGUSR1 handler.
18907 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18908 parameter. Always use "setup" as prefix. Toggle "set
18909 displaced-stepping" off/on depending on global. Don't switch to
18910 thread 1 here.
18911 (top level): Add displaced stepping "off/on" test axis. Update
18912 "setup" calls. Wrap each subtest with with_test_prefix. Test
18913 continuing with a queued signal in each thread.
18914
18915 2015-04-08 Pedro Alves <palves@redhat.com>
18916
18917 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18918 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18919 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18920 Return early if running to main fails.
18921 * gdb.trace/while-stepping.exp: Likewise.
18922
18923 2015-04-07 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18926 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18927 interact with inferior program.
18928
18929 2015-04-07 Pedro Alves <palves@redhat.com>
18930
18931 * lib/gdb.exp (inferior_spawn_id): New global.
18932 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18933 spawn id after processing the user code.
18934 (default_gdb_start): Set inferior_spawn_id.
18935 (send_inferior): New procedure.
18936 * lib/gdbserver-support.exp (gdbserver_start): Set
18937 inferior_spawn_id.
18938 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18939
18940 2015-04-07 Pedro Alves <palves@redhat.com>
18941
18942 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18943 * lib/gdbserver-support.exp (gdbserver_start): Make
18944 $server_spawn_id global.
18945 (gdbserver_start): Don't wait for gdbserver's spawn id with
18946 expect_background.
18947 (close_gdbserver): New procedure.
18948 (gdb_exit): Rename the default version and reimplement.
18949
18950 2015-04-07 Pedro Alves <palves@redhat.com>
18951
18952 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
18953 append the substituted item, not the original item.
18954
18955 2015-04-07 Pedro Alves <palves@redhat.com>
18956
18957 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18958 gdb_expect.
18959
18960 2015-04-07 Pedro Alves <palves@redhat.com>
18961
18962 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18963 output appearing once only.
18964
18965 2015-04-07 Pedro Alves <palves@redhat.com>
18966
18967 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18968 that doesn't expect anything. Return early if running to main
18969 fails.
18970
18971 2015-04-07 Yao Qi <yao.qi@linaro.org>
18972
18973 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18974 (child_function): Call alarm.
18975 (main): Move call to alarm into the loop.
18976 * gdb.threads/non-stop-fair-events.exp: Build program with
18977 -DTIMEOUT=$timeout.
18978
18979 2015-04-06 Doug Evans <xdje42@gmail.com>
18980
18981 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18982 Fix dest parameter to board_info.
18983 (fpc_compile): Ditto.
18984 (gdb_compile_pascal): Rename dest arg to destfile.
18985
18986 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18987
18988 * gdb.ada/funcall_ref.exp: New file.
18989 * gdb.ada/funcall_ref/foo.adb: New file.
18990
18991 2015-04-02 Yao Qi <yao.qi@linaro.org>
18992
18993 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18994 is remote.
18995
18996 2015-04-02 Gary Benson <gbenson@redhat.com>
18997
18998 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18999
19000 2015-04-01 Sasha Smundak <asmundak@google.com>
19001
19002 * gdb.python/py-unwind-maint.c: New file.
19003 * gdb.python/py-unwind-maint.exp: New test.
19004 * gdb.python/py-unwind-maint.py: New file.
19005 * gdb.python/py-unwind.c: New file.
19006 * gdb.python/py-unwind.exp: New test.
19007 * gdb.python/py-unwind.py: New test.
19008
19009 2015-04-01 Pedro Alves <palves@redhat.com>
19010
19011 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19012 to fail instead of non-existent $test.
19013
19014 2015-04-01 Pedro Alves <palves@redhat.com>
19015
19016 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19017 GDBFLAGS if not empty.
19018
19019 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19020
19021 * gdb.ada/complete.exp: Remove "multi_line".
19022 * gdb.ada/info_exc.exp: Remove "multi_line".
19023 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19024 * gdb.ada/ptype_field.exp: Remove "multi_line".
19025 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19026 * gdb.ada/tagged.exp: Remove "multi_line".
19027 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19028 [multi_line ...]
19029 * gdb.btrace/delta.exp: Likewise.
19030 * gdb.btrace/exception.exp: Likewise.
19031 * gdb.btrace/function_call_history.exp: Likewise.
19032 * gdb.btrace/instruction_history.exp: Likewise.
19033 * gdb.btrace/nohist.exp: Likewise.
19034 * gdb.btrace/record_goto.exp: Likewise.
19035 * gdb.btrace/segv.exp: Likewise.
19036 * gdb.btrace/stepi.exp: Likewise.
19037 * gdb.btrace/tailcall.exp: Likewise.
19038 * gdb.btrace/unknown_functions.exp: Likewise.
19039 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19040 * lib/gdb.exp: Add the "multi_line" helper.
19041
19042 2015-04-01 Pedro Alves <palves@redhat.com>
19043
19044 * gdb.threads/tid-reuse.c: New file.
19045 * gdb.threads/tid-reuse.exp: New file.
19046
19047 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19048
19049 PR corefiles/16092
19050 * gdb.base/coredump-filter.c: New file.
19051 * gdb.base/coredump-filter.exp: Likewise.
19052
19053 2015-03-27 Petr Machata <pmachata@redhat.com>
19054
19055 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19056 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19057 (Dwarf::assemble): Initialize them.
19058 (Dwarf::lines): New function.
19059
19060 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19061
19062 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19063 SYMBOL_PREFIX for x86_64-*-cygwin.
19064
19065 2015-03-26 Andy Wingo <wingo@igalia.com>
19066
19067 PR symtab/18148
19068 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19069 const_value but not a location.
19070 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19071 location defined in non-main CUs are visible.
19072
19073 2015-03-26 Yao Qi <yao.qi@linaro.org>
19074
19075 PR testsuite/18139
19076 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19077 Add a line number entry for the same line.
19078 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19079 Add a line number entry for the same line.
19080
19081 2015-03-26 Yao Qi <yao.qi@linaro.org>
19082
19083 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19084 .int 0.
19085 (func): Likewise. Add .Lfunc_1 label.
19086 Use .Lfunc_1 label.
19087 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19088 .int 0.
19089 (func): Likewise.
19090 Use .Lfunc_1 label.
19091
19092 2015-03-26 Yao Qi <yao.qi@linaro.org>
19093
19094 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19095 Call gdb_compile instead to compile each .s files without debug
19096 information.
19097
19098 2015-03-26 Yao Qi <yao.qi@linaro.org>
19099
19100 * gdb.base/savedregs.exp (process_saved_regs): Make
19101 "Saved registers:" optional in the pattern.
19102
19103 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19104
19105 * gdb.btrace/next.exp: Merged into step.exp.
19106 * gdb.btrace/finish.exp: Merged into step.exp.
19107 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19108 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19109 "record goto" and checking the exact replay position.
19110 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19111 check for "Recording format" in "info record" output.
19112 * gdb.btrace/record_goto.exp: Choose test file based on target.
19113 * gdb.btrace/x86-record_goto.S: Renamed into ...
19114 * gdb.btrace/x86_64-record_goto.S: ... this.
19115 * gdb.btrace/i686-record_goto.S: New.
19116 * gdb.btrace/x86-tailcall.S: Renamed into ...
19117 * gdb.btrace/x86_64-tailcall.S: ... this.
19118 * gdb.btrace/i686-tailcall.S: New.
19119 * gdb.btrace/x86-tailcall.c: Renamed into ...
19120 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19121 separate statements. Update test.
19122 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19123 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19124 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19125 * gdb.btrace/tailcall.exp: Choose test file based on target.
19126 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19127
19128 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19129
19130 * gdb.btrace/exception.exp: Increase BTS buffer size.
19131
19132 2015-03-24 Pedro Alves <palves@redhat.com>
19133
19134 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19135
19136 2015-03-24 Pedro Alves <palves@redhat.com>
19137
19138 * gdb.threads/schedlock.exp (test_step): No longer expect that
19139 "set scheduler-locking step" with "next" over a function call runs
19140 threads unlocked.
19141
19142 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19143
19144 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19145
19146 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19147
19148 PR breakpoints/16466
19149 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19150 * gdb.mi/mi-pending.c (thread_func): New function.
19151 (int main): Add threading support required.
19152 * gdb.mi/mi-pending.exp: Add tests for this issue.
19153 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19154 (pendfunc2): Remove stdio dependency.
19155 * gdb.mi/mi-pendshr2.c: New file.
19156
19157 2015-03-23 Keith Seitz <keiths@redhat.com>
19158
19159 * gdb.linespec/keywords.c: New file.
19160 * gdb.linespec/keywords.exp: New file.
19161
19162 2015-03-23 Keith Seitz <keiths@redhat.com>
19163
19164 PR gdb/18021
19165 * gdb.dwarf2/staticvirtual.exp: New test.
19166
19167 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19168
19169 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19170 * README: Remove HP-UX and gdb.hp.
19171 (configuration):
19172 * configure: Regenerate.
19173 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19174 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19175 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19176 gdb.hp/gdb.defects/Makefile.
19177 * gdb.hp/Makefile.in: File deleted.
19178 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19179 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19180 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19181 * gdb.hp/gdb.aCC/run.c: File deleted.
19182 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19183 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19184 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19185 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19186 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19187 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19188 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19189 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19190 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19191 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19192 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19193 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19194 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19195 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19196 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19197 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19198 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19199 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19200 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19201 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19202 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19203 * gdb.hp/gdb.compat/average.c: File deleted.
19204 * gdb.hp/gdb.compat/sum.c: File deleted.
19205 * gdb.hp/gdb.compat/xdb.c: File deleted.
19206 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19207 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19208 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19209 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19210 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19211 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19212 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19213 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19214 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19215 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19216 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19217 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19218 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19219 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19220 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19221 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19222 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19223 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19224 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19225 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19226 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19227 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19228 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19229 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19230 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19231 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19232 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19233 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19234 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19235 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19236 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19237 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19238 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19239 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19240 * gdb.hp/tools/odump: File deleted.
19241
19242 2015-03-19 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19245 (saw_thread_3): New globals.
19246 (top level): Increment them when an event for the corresponding
19247 thread is seen.
19248 (no thread starvation): New test.
19249
19250 2015-03-19 Pedro Alves <palves@redhat.com>
19251
19252 * gdb.threads/continue-pending-status.c: New file.
19253 * gdb.threads/continue-pending-status.exp: New file.
19254
19255 2015-03-18 Pedro Alves <palves@redhat.com>
19256
19257 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19258 Use gdb_is_target_remote instead of is_remote. Use
19259 gdb_test_multiple instead of gdb_expect. Exit early if
19260 gdb_test_multiple hits its internal matches. Tighten stepi tests
19261 expected output. Fail on exit with any signal, instead of just
19262 SIGILL.
19263
19264 2015-03-18 Yao Qi <yao.qi@linaro.org>
19265
19266 PR tdep/18107
19267 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19268 variable.
19269 * gdb.base/catch-syscall.exp: Don't skip it on
19270 aarch64*-*-linux* target. Remove elements in all_syscalls.
19271 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19272 target.
19273 (setup_all_syscalls): New proc.
19274
19275 2015-03-16 Yao Qi <yao.qi@linaro.org>
19276
19277 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19278 (top level): Skip tests if valid_addr_p returns false for
19279 $cmd1 or $cmd2.
19280
19281 2015-03-11 Andy Wingo <wingo@igalia.com>
19282
19283 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19284
19285 2015-03-11 Yao Qi <yao.qi@linaro.org>
19286
19287 * gdb.base/catch-syscall.exp: Fix typo in comments.
19288
19289 2015-03-11 Yao Qi <yao.qi@linaro.org>
19290
19291 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19292
19293 2015-03-09 Pedro Alves <palves@redhat.com>
19294
19295 * dg-extract-results.py: Delete.
19296
19297 2015-03-09 Pedro Alves <palves@redhat.com>
19298
19299 Merge dg-extract-results.sh from GCC upstream (r218843).
19300
19301 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19302 * dg-extract-results.sh: Use --text with grep to avoid issues with
19303 binary files. Fall back to cat -v, if that doesn't work.
19304
19305 2015-03-05 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19308
19309 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19310
19311 * lib/mi-support.exp (mi_expect_interrupt): Accept
19312 alternative event for when in all-stop mode.
19313
19314 2015-03-04 Pedro Alves <palves@redhat.com>
19315
19316 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19317
19318 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19319
19320 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19321
19322 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19323
19324 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19325 regexps for GDB's current line display, accept a hex address
19326 preceding the line number.
19327
19328 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19329
19330 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19331 the 'arch1' variable for "s390*-linux*" targets.
19332
19333 2015-03-04 Pedro Alves <palves@redhat.com>
19334
19335 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19336 (main): Pass missing retval argument to pthread_join call.
19337
19338 2015-03-02 Pedro Alves <palves@redhat.com>
19339
19340 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19341 (top level): Call do_test with non-stop as well.
19342
19343 2015-03-02 Pedro Alves <palves@redhat.com>
19344
19345 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19346 -1.
19347
19348 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19349
19350 * gdb.arch/s390-vregs.exp: New test.
19351 * gdb.arch/s390-vregs.S: New file.
19352
19353 2015-02-27 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19356 call to catch_command_errors.
19357 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19358 catch_command_errors.
19359
19360 2015-02-27 Pedro Alves <palves@redhat.com>
19361
19362 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19363 "true" for boolean result.
19364 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19365 prototype of main.
19366
19367 2015-02-27 Pedro Alves <palves@redhat.com>
19368
19369 * lib/unbuffer_output.c: New file.
19370 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19371 (main): Call gdb_unbuffer_output.
19372
19373 2015-02-27 Yao Qi <yao.qi@linaro.org>
19374
19375 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19376 target.
19377
19378 2015-02-26 Doug Evans <dje@google.com>
19379
19380 * gdb.cp/class2.cc (Dbase, D): New classes.
19381 (main): New local delta.
19382 * gdb.cp/class2.exp: Test printing delta.
19383 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19384 (dynbar): New global.
19385 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19386
19387 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19388
19389 * gdb.compile/compile-ifunc.c: New file.
19390 * gdb.compile/compile-ifunc.exp: New file.
19391
19392 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19393
19394 * gdb.base/structs.exp: Check for correct struct on finish.
19395
19396 2015-02-26 Yao Qi <yao.qi@linaro.org>
19397
19398 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19399 is zero.
19400
19401 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19402
19403 * gdb.arch/cordic.ko.bz2: New file.
19404 * gdb.arch/cordic.ko.debug.bz2: New file.
19405 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19406
19407 2015-02-25 Yao Qi <yao.qi@linaro.org>
19408
19409 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19410 aarch64*-*-* target.
19411
19412 2015-02-23 Pedro Alves <palves@redhat.com>
19413
19414 * lib/gdb.exp (delete_breakpoints): Rewrite using
19415 gdb_test_multiple.
19416
19417 2015-02-23 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.base/info-os.c: Include stdlib.h.
19420
19421 2015-02-22 Doug Evans <xdje42@gmail.com>
19422
19423 PR symtab/17855
19424 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19425 is read after symbols have been re-read.
19426 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19427 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19428
19429 2015-02-21 Doug Evans <dje@google.com>
19430
19431 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19432
19433 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19434
19435 PR corefiles/17808
19436 * gdb.arch/i386-biarch-core.core.bz2: New file.
19437 * gdb.arch/i386-biarch-core.exp: New file.
19438
19439 2015-02-21 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19442 runto_main fails.
19443
19444 2015-02-20 Pedro Alves <palves@redhat.com>
19445
19446 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19447 info probes.
19448
19449 2015-02-20 Pedro Alves <palves@redhat.com>
19450
19451 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19452
19453 2015-02-20 Pedro Alves <palves@redhat.com>
19454
19455 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19456 clean_restart before gdb_target_supports_trace.
19457
19458 2015-02-20 Pedro Alves <palves@redhat.com>
19459
19460 PR threads/18006
19461 * gdb.threads/clone-thread_db.c: New file.
19462 * gdb.threads/clone-thread_db.exp: New file.
19463
19464 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19465
19466 PR breakpoints/16812
19467 * gdb.base/catch-gdb-caused-signals.c: New file.
19468 * gdb.base/catch-gdb-caused-signals.exp: New file.
19469
19470 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19471
19472 * configure: Regenerated.
19473 * configure.ac: Use GDB_AC_TRANSFORM.
19474 * aclocal.m4: sinclude ../transform.m4.
19475
19476 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19477
19478 * lib/dtrace.exp: New file.
19479 * gdb.base/dtrace-probe.exp: Likewise.
19480 * gdb.base/dtrace-probe.d: Likewise.
19481 * gdb.base/dtrace-probe.c: Likewise.
19482 * lib/pdtrace.in: Likewise.
19483 * configure.ac: Output variables with the transformed names of
19484 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19485 * configure: Regenerated.
19486
19487 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19488
19489 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19490 expected message when trying to access $_probe_* convenience
19491 variables while not on a probe.
19492
19493 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19494
19495 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19496
19497 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19498
19499 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19500 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19501
19502 2015-02-10 Doug Evans <xdje42@gmail.com>
19503
19504 * lib/gdb.exp (gdb_load): Always return a result.
19505
19506 2015-02-10 Pedro Alves <palves@redhat.com>
19507
19508 * gdb.threads/signal-sigtrap.c: New file.
19509 * gdb.threads/signal-sigtrap.exp: New file.
19510
19511 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19512
19513 * gdb.trace/no-attach-trace.c: New file.
19514 * gdb.trace/no-attach-trace.exp: New file.
19515
19516 2015-02-09 Mark Wielaard <mjw@redhat.com>
19517
19518 * gdb.dwarf2/atomic.c: New file.
19519 * gdb.dwarf2/atomic-type.exp: Likewise.
19520
19521 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19522
19523 * gdb.btrace/buffer-size.exp: Update "info record" output.
19524 * gdb.btrace/delta.exp: Update "info record" output.
19525 * gdb.btrace/enable.exp: Update "info record" output.
19526 * gdb.btrace/finish.exp: Update "info record" output.
19527 * gdb.btrace/instruction_history.exp: Update "info record" output.
19528 * gdb.btrace/next.exp: Update "info record" output.
19529 * gdb.btrace/nexti.exp: Update "info record" output.
19530 * gdb.btrace/step.exp: Update "info record" output.
19531 * gdb.btrace/stepi.exp: Update "info record" output.
19532 * gdb.btrace/nohist.exp: Update "info record" output.
19533
19534 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19535
19536 * gdb.btrace/buffer-size: New.
19537
19538 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19539
19540 * gdb.btrace/delta.exp: Update "info record" output.
19541 * gdb.btrace/enable.exp: Update "info record" output.
19542 * gdb.btrace/finish.exp: Update "info record" output.
19543 * gdb.btrace/instruction_history.exp: Update "info record" output.
19544 * gdb.btrace/next.exp: Update "info record" output.
19545 * gdb.btrace/nexti.exp: Update "info record" output.
19546 * gdb.btrace/step.exp: Update "info record" output.
19547 * gdb.btrace/stepi.exp: Update "info record" output.
19548 * gdb.btrace/nohist.exp: Update "info record" output.
19549
19550 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19551
19552 PR gdb/15678
19553 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19554
19555 2015-02-06 Pedro Alves <palves@redhat.com>
19556
19557 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19558 macro.
19559 (seconds_left, again): New globals.
19560 (main): Wait seconds_left in a 1-second sleep loop instead of
19561 sleeping 180 seconds. If 'again' is set, reset the seconds
19562 counter.
19563 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19564 'again' in the inferior before detaching. Print the seconds left.
19565 (options): New global.
19566 (top level): Build program with -DTIMEOUT=$timeout.
19567
19568 2015-02-06 Pedro Alves <palves@redhat.com>
19569
19570 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19571 determine how many seconds to pass to 'alarm'.
19572 * gdb.base/gdb-sigterm.exp (top level): Build program with
19573 -DTIMEOUT=$timeout.
19574 (do_test): Return success/failure indication. Add more verbose
19575 logging. Don't fail if 200 single steps are seen. Instead, fail
19576 when the test times out.
19577 (passes): New global.
19578 (top level): Break the testing loop if testing fails on any
19579 iteration. Use gdb_assert.
19580
19581 2015-02-04 Don Breazeal <donb@codesourcery.com>
19582
19583 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19584 and initialize them.
19585 (ipc_cleanup): New function.
19586 (main): Don't declare shmid, semid, and msqid. Add a call to
19587 atexit so that we call ipc_cleanup on exit.
19588
19589 2015-02-04 Pedro Alves <palves@redhat.com>
19590
19591 * boards/native-extended-gdbserver.exp: Remove any target variant
19592 specifications from the board name before clearing the isremote
19593 flag from board_info.
19594
19595 2015-01-31 Doug Evans <xdje42@gmail.com>
19596
19597 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19598
19599 2015-01-31 Gary Benson <gbenson@redhat.com>
19600
19601 * gdb.base/completion.exp: Disable completion limiting for
19602 existing tests. Add new tests to check completion limiting.
19603 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19604
19605 2015-01-31 Doug Evans <xdje42@gmail.com>
19606
19607 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19608
19609 2015-01-31 Doug Evans <xdje42@gmail.com>
19610
19611 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19612 entries. Duplicate file section script entries.
19613 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19614 inlined entries. Add test for safe-path rejection.
19615 * gdb.python/py-section-script.c: Add duplicate inlined section script
19616 entries. Duplicate file section script entries.
19617 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19618 inlined entries. Add test for safe-path rejection.
19619
19620 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19621
19622 * gdb.ada/disc_arr_bound: New testcase.
19623
19624 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19625
19626 * gdb.ada/mi_var_array: New testcase.
19627
19628 2015-01-27 Doug Evans <dje@google.com>
19629
19630 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19631 Add test for objfile.filename, objfile.username after objfile
19632 has been unloaded.
19633
19634 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19635
19636 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19637 the second test to print the name attribute of value
19638 returned by the call to gdb.lookup_type, and adjust
19639 the expected output accordingly.
19640
19641 2015-01-25 Mark Wielaard <mjw@redhat.com>
19642
19643 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19644 * gdb.base/disp-step-fork.c: Include unistd.h.
19645 * gdb.base/siginfo-obj.c: Include stdio.h.
19646 * gdb.base/siginfo-thread.c: Likewise.
19647 * gdb.mi/non-stop.c: Include unistd.h.
19648 * gdb.mi/nsthrexec.c: Include stdio.h.
19649 * gdb.mi/pthreads.c: Include unistd.h.
19650 * gdb.modula2/unbounded1.c (main): Declare returns int.
19651 * gdb.reverse/consecutive-reverse.c: Likewise.
19652 * gdb.threads/create-fail.c: Include unistd.h.
19653 * gdb.threads/killed.c: Likewise.
19654 * gdb.threads/linux-dp.c: Likewise.
19655 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19656 * gdb.threads/non-ldr-exc-2.c: Likewise.
19657 * gdb.threads/non-ldr-exc-3.c: Likewise.
19658 * gdb.threads/non-ldr-exc-4.c: Likewise.
19659 * gdb.threads/pthreads.c: Include unistd.h.
19660 (main): Declare returns int.
19661 * gdb.threads/tls-main.c (foo): New declaration.
19662 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19663
19664 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19665
19666 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19667 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19668
19669 2015-01-15 Mark Wielaard <mjw@redhat.com>
19670
19671 * gdb.base/noreturn-return.c: New file.
19672 * gdb.base/noreturn-return.exp: New file.
19673 * gdb.base/noreturn-finish.c: New file.
19674 * gdb.base/noreturn-finish.exp: New file.
19675
19676 2015-01-23 Pedro Alves <palves@redhat.com>
19677
19678 * gdb.threads/continue-pending-after-query.c: New file.
19679 * gdb.threads/continue-pending-after-query.exp: New file.
19680
19681 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19682 Simon Marchi <simon.marchi@ericsson.com>
19683
19684 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19685 * gdb.base/valgrind-db-attach.exp: Same.
19686 * gdb.base/valgrind-infcall.exp: Same.
19687 * lib/mi-support.exp (default_mi_gdb_start): Same.
19688 * lib/prompt.exp (default_prompt_gdb_start): Same.
19689 * lib/gdb.exp (default_gdb_spawn): Same.
19690 (gdb_interact): New.
19691
19692
19693 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19694
19695 * gdb.compile/compile.exp (pointer to jit function): New test.
19696
19697 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
19698
19699 * lib/gdb.exp (supports_process_record): Return true for
19700 powerpc*-*-linux*.
19701 (supports_reverse): Likewise.
19702
19703 2015-01-15 Don Breazeal <donb@codesourcery.com>
19704
19705 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19706 instead of checking whether the target board is remote and
19707 use spawn_wait_for_attach instead of exec/sleep.
19708 * gdb.base/attach-twice.exp: Likewise.
19709
19710 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19711
19712 * gdb.ada/var_arr_attrs: New testcase.
19713
19714 2015-01-14 Pedro Alves <palves@redhat.com>
19715 Joel Brobecker <brobecker@adacore.com>
19716
19717 PR gdb/17525
19718 * gdb.base/bp-cmds-execution-x-script.c: New file.
19719 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19720 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19721
19722 2015-01-14 Pedro Alves <palves@redhat.com>
19723
19724 PR cli/17828
19725 * gdb.base/batch-preserve-term-settings.c: New file.
19726 * gdb.base/batch-preserve-term-settings.exp: New file.
19727
19728 2015-01-13 Doug Evans <dje@google.com>
19729
19730 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19731 binary.
19732
19733 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19734
19735 * Makefile.in (clean mostlyclean): Do not delete *.py.
19736
19737 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19738
19739 * gdb.python/py-lookup-type.exp: New file.
19740
19741 2015-01-12 Pedro Alves <palves@redhat.com>
19742
19743 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19744 restore GDBFLAGS before returning.
19745
19746 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19747
19748 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19749 is_amd64_regs_target and is_x86_like_target.
19750
19751 2015-01-11 Doug Evans <xdje42@gmail.com>
19752
19753 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19754 is given without an explicit form.
19755 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19756 attributes.
19757 * gdb.dwarf/corrupt.exp: Ditto.
19758 * gdb.dwarf2/enum-type.exp: Ditto.
19759 * gdb.trace/entry-values.exp: Ditto.
19760 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19761
19762 2015-01-11 Doug Evans <xdje42@gmail.com>
19763
19764 PR gdb/15830
19765 * gdb.base/maint.exp: Remove references to "maint demangle".
19766 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19767 Add tests for explicitly specifying language to demangle.
19768 * gdb.dlang/demangle.exp: Ditto.
19769
19770 2015-01-09 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.threads/non-stop-fair-events.c: New file.
19773 * gdb.threads/non-stop-fair-events.exp: New file.
19774
19775 2015-01-09 Pedro Alves <palves@redhat.com>
19776
19777 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19778 the global scope. Set a breakpoint after all threads are started
19779 rather than stepping over two source lines. Expect the prompt.
19780 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19781 global.
19782 (NUM): Now 15.
19783 (main): Use threads_started_barrier to wait for all threads to
19784 start. Main thread no longer calls thread_function. Exit after
19785 180 seconds.
19786 (loop): New function.
19787 (thread_function): Wait on threads_started_barrier barrier. Call
19788 'loop' at each iteration.
19789 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19790 threads have started, instead of hardcoding number of "next"
19791 steps. Use an access watchpoint instead of a write watchpoint.
19792
19793 2015-01-09 Pedro Alves <palves@redhat.com>
19794
19795 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19796 (thread_func): Wait on barrier.
19797 (main): Wait for all threads to start before stopping GDB.
19798 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19799 global.
19800 (thread1_func, thread2_func): Wait on barrier.
19801 (main): Wait for all threads to start before stopping GDB.
19802 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19803 New global.
19804 (thread1_func, thread2_func): Wait on barrier.
19805 (main): Wait for all threads to start before stopping GDB.
19806
19807 2015-01-09 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.threads/attach-many-short-lived-threads.c: New file.
19810 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19811
19812 2014-01-09 Pedro Alves <palves@redhat.com>
19813
19814 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19815 instead of to thread 2.
19816 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19817 Add barrier around each pthread_create call instead of around all
19818 calls.
19819 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19820 Set a break on thread_function and have the child threads hit it
19821 one at at a time.
19822
19823 2015-01-09 Pedro Alves <palves@redhat.com>
19824
19825 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19826 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19827 false.
19828 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19829 checking whether the target board is remote.
19830 * gdb.multi/multi-attach.exp: Likewise.
19831 * gdb.python/py-sync-interp.exp: Likewise.
19832 * gdb.server/ext-attach.exp: Likewise.
19833 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19834 tests that need to attach, instead of checking whether the target
19835 board is remote at the top of the file.
19836
19837 2015-01-08 Yao Qi <yao@codesourcery.com>
19838
19839 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19840
19841 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19842
19843 Fix testcase compilation.
19844 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19845
19846 2015-01-06 Joel Brobecker <brobecker@adacore.com>
19847
19848 * gdb.python/py-type.exp: Add a couple test about empty
19849 array creation, and negative-length array creation.
19850
19851 2015-01-02 Doug Evans <xdje42@gmail.com>
19852
19853 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19854
19855 2015-01-02 Doug Evans <dje@google.com>
19856
19857 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19858
19859 2014-12-29 Yao Qi <yao@codesourcery.com>
19860
19861 * gdb.trace/entry-values.exp: Update comments. Rename variable
19862 bar_call_foo to returned_from_foo.
19863
19864 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19865
19866 PR gdb/17394
19867 * gdb.linespec/break-asm-file.c: New file.
19868 * gdb.linespec/break-asm-file.exp: New file.
19869 * gdb.linespec/break-asm-file0.s: New file.
19870 * gdb.linespec/break-asm-file1.s: New file.
19871
19872 2014-12-18 Nigel Stephens <nigel@mips.com>
19873 Maciej W. Rozycki <macro@codesourcery.com>
19874
19875 * gdb.base/float.exp: Handle the new output from "info float" on
19876 MIPS targets.
19877
19878 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19879
19880 Fix MinGW compilation.
19881 * gdb.compile/compile-ops.exp: Update untested message if
19882 !skip_compile_feature_tests.
19883 * gdb.compile/compile-setjmp.exp: Likewise.
19884 * gdb.compile/compile-tls.exp: Likewise.
19885 * gdb.compile/compile.exp: Likewise.
19886 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19887 supported on this host".
19888
19889 2014-12-16 Doug Evans <xdje42@gmail.com>
19890
19891 * boards/stabs.exp: New file.
19892
19893 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19894
19895 * gdb.base/completion.exp: Adjust to format changes of "maint
19896 print user-registers".
19897
19898 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
19899
19900 PR server/17457
19901 * gdb.arch/aarch64-fp.c: New file.
19902 * gdb.arch/aarch64-fp.exp: New file.
19903
19904 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19905
19906 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19907 r210637, r210913, r211666, r215400, r215817).
19908
19909 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19910 * dg-extract-results.py: New file.
19911 * dg-extract-results.sh: Use it if the environment seems
19912 suitable.
19913
19914 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19915
19916 * dg-extract-results.py (parse_run): Handle warnings that
19917 are printed before a test harness is run.
19918
19919 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19920
19921 * dg-extract-results.py (Named): Remove __cmp__ method.
19922 (output_variation): Use a key to sort variation.harnesses.
19923
19924 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19925
19926 * dg-extract-results.py: For Python 3, force sys.stdout to
19927 handle surrogate escape sequences.
19928 (safe_open): New function.
19929 (output_segment, main): Use it.
19930
19931 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19932
19933 * dg-extract-results.py (Prog.result_re): Include options
19934 in test name.
19935
19936 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19937
19938 * dg-extract-results.py (output_variation): Always sort if
19939 do_sum.
19940
19941 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19942
19943 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19944 as long as we get pagination notifications.
19945
19946 2014-12-15 Jason Merrill <jason@redhat.com>
19947
19948 * Makefile.in (check-gdb.%): Restore.
19949 * README: Mention it.
19950
19951 2014-12-13 Joel Brobecker <brobecker@adacore.com>
19952
19953 * gdb.ada/str_uninit: New testcase.
19954
19955 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19956
19957 PR symtab/17642
19958 * gdb.base/vla-stub-define.c: New file.
19959 * gdb.base/vla-stub.c: New file.
19960 * gdb.base/vla-stub.exp: New file.
19961
19962 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19963 Jan Kratochvil <jan.kratochvil@redhat.com>
19964 Tom Tromey <tromey@redhat.com>
19965
19966 * configure.ac: Add gdb.compile/.
19967 * configure: Regenerate.
19968 * gdb.compile/Makefile.in: New file.
19969 * gdb.compile/compile-ops.exp: New file.
19970 * gdb.compile/compile-ops.c: New file.
19971 * gdb.compile/compile-tls.c: New file.
19972 * gdb.compile/compile-tls.exp: New file.
19973 * gdb.compile/compile-constvar.S: New file.
19974 * gdb.compile/compile-constvar.c: New file.
19975 * gdb.compile/compile-mod.c: New file.
19976 * gdb.compile/compile-nodebug.c: New file.
19977 * gdb.compile/compile-setjmp-mod.c: New file.
19978 * gdb.compile/compile-setjmp.c: New file.
19979 * gdb.compile/compile-setjmp.exp: New file.
19980 * gdb.compile/compile-shlib.c: New file.
19981 * gdb.compile/compile.c: New file.
19982 * gdb.compile/compile.exp: New file.
19983 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19984
19985 2014-12-12 Tom Tromey <tromey@redhat.com>
19986
19987 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19988 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19989
19990 2014-12-12 Doug Evans <dje@google.com>
19991
19992 * lib/gdb-python.exp (get_python_valueof): New function.
19993 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19994
19995 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19996
19997 * gdb.base/completion.exp: Add test for completion of "info
19998 registers ".
19999
20000 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20001
20002 * gdb.base/func-ptrs.c: New file.
20003 * gdb.base/func-ptrs.exp: New file.
20004
20005 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20006
20007 PR breakpoints/17012
20008 * gdb.base/dprintf-detach.c: New file.
20009 * gdb.base/dprintf-detach.exp: New file.
20010
20011 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20012
20013 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20014 * lib/gdb.exp (target_is_gdbserver): New procedure.
20015
20016 2014-12-08 Doug Evans <dje@google.com>
20017
20018 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20019
20020 2014-12-05 Yao Qi <yao@codesourcery.com>
20021
20022 * gdb.guile/scm-error.exp: Remove the third argument to
20023 gdb_remote_download.
20024 * gdb.guile/scm-frame-args.exp: Likewise.
20025 * gdb.guile/scm-section-script.exp: Likewise.
20026
20027 2014-12-05 Yao Qi <yao@codesourcery.com>
20028
20029 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20030
20031 2014-12-04 Doug Evans <dje@google.com>
20032
20033 * gdb.python/py-objfile.exp: Add tests for
20034 objfile.add_separate_debug_file.
20035
20036 2014-12-04 Doug Evans <dje@google.com>
20037
20038 * lib/gdb.exp (get_build_id): New function.
20039 (build_id_debug_filename_get): Rewrite to use it.
20040 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20041
20042 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20043
20044 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20045 `method(long)', not just 0x0.
20046 * gdb.cp/nsalias.exp: Align code labels to 4.
20047 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20048 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20049 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20050 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20051 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20052 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20053
20054 2014-12-02 Doug Evans <dje@google.com>
20055
20056 PR symtab/17602
20057 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20058 * gdb.cp/anon-ns2.cc: ... here. New file.
20059 * gdb.cp/anon-ns.exp: Update.
20060
20061 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20062
20063 * gdb.python/py-events.py (inferior_call_handler): New.
20064 (register_changed_handler, memory_changed_handler): New.
20065 (test_events.invoke): Register new handlers.
20066 * gdb.python/py-events.exp: Add tests for inferior call,
20067 memory_changed and register_changed events.
20068
20069 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20070
20071 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20072 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20073 if the linker doesn't understand this.
20074
20075 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20076
20077 * gdb.python/python.exp: Change expected reply to help().
20078
20079 2014-12-01 Yao Qi <yao@codesourcery.com>
20080
20081 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20082 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20083 * configure: Re-generated.
20084
20085 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20086
20087 * gdb.cp/chained-calls.cc: New file.
20088 * gdb.cp/chained-calls.exp: New file.
20089 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20090
20091 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20092
20093 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20094 * gdb.dwarf2/symtab-producer.exp: Same.
20095 * gdb.gdb/python-interrupts.exp: Same.
20096 * gdb.gdb/python-selftest.exp: Same.
20097 * gdb.python/py-linetable.exp: Same.
20098 * gdb.python/py-type.exp: Same.
20099 * gdb.python/py-value-cc.exp: Same.
20100 * gdb.python/py-value.exp: Same.
20101
20102 2014-11-28 Yao Qi <yao@codesourcery.com>
20103
20104 * gdb.base/break-probes.exp: Match library name prefixed with
20105 sysroot.
20106
20107 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20108
20109 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20110 test expected output. Add parentheses for the call to print.
20111 Remove L suffix from integers.
20112
20113 2014-11-26 Doug Evans <dje@google.com>
20114
20115 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20116
20117 2014-11-22 Yao Qi <yao@codesourcery.com>
20118
20119 * gdb.trace/entry-values.c: Remove asms.
20120 (foo): Add foo_label.
20121 (bar): Add bar_label.
20122 * gdb.trace/entry-values.exp: Remove code computing foo's
20123 length and bar's length.
20124 (Dwarf::assemble): Invoke function_range for bar and use
20125 MACRO_AT_func for foo.
20126
20127 2014-11-22 Yao Qi <yao@codesourcery.com>
20128
20129 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20130 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20131 Use .Lgcc43_procstart instead of gcc43.
20132
20133 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20134
20135 * gdb.ada/n_arr_bound: New testcase.
20136
20137 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20138
20139 PR breakpoints/10737
20140 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20141 test_catch_syscall_multi_arch.
20142 (test_catch_syscall_multi_arch): New function.
20143
20144 2014-11-20 Doug Evans <xdje42@gmail.com>
20145
20146 * gdb.base/maint.exp: Update expected output.
20147
20148 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20149
20150 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20151 4-byte instruction on S390.
20152
20153 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20154
20155 * gdb.ada/arr_arr: New testcase.
20156
20157 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20158
20159 * gdb.ada/pkd_arr_elem: New Testcase.
20160
20161 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20162
20163 * gdb.reverse/break-precsave: Expect completion message for
20164 core file reads.
20165 * gdb.reverse/consecutive-precsave.exp: Likewise.
20166 * gdb.reverse/finish-precsave.exp: Likewise.
20167 * gdb.reverse/i386-precsave.exp: Likewise.
20168 * gdb.reverse/machinestate-precsave.exp: Likewise.
20169 * gdb.reverse/sigall-precsave.exp: Likewise.
20170 * gdb.reverse/solib-precsave.exp: Likewise.
20171 * gdb.reverse/step-precsave.exp: Likewise.
20172 * gdb.reverse/until-precsave.exp: Likewise.
20173 * gdb.reverse/watch-precsave.exp: Likewise.
20174
20175 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20176
20177 * gdb.base/bp-permanent.c: Include unistd.h.
20178 * gdb.python/py-framefilter-mi.c (main): Add return type.
20179 * gdb.python/py-framefilter.c (main): Likewise.
20180 * gdb.trace/actions-changed.c (main): Likewise.
20181
20182 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20183
20184 * gdb.mi/until.c: Add eye-catchers.
20185 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20186 line numbers.
20187
20188 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20189
20190 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20191 function header variants in break1.c.
20192 * gdb.base/ena-dis-br.exp: Likewise.
20193 * gdb.base/hbreak2.exp: Likewise.
20194 * gdb.reverse/until-precsave.exp: Drop references to removed
20195 non-prototype function header variants in ur1.c.
20196 * gdb.reverse/until-reverse.exp: Likewise.
20197
20198 2014-11-17 Petr Machata <pmachata@redhat.com>
20199
20200 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20201 ${_cu_offset_size} bytes abbrev offset.
20202
20203 2014-11-15 Doug Evans <xdje42@gmail.com>
20204
20205 PR symtab/17559
20206 * gdb.base/line-symtabs.exp: New file.
20207 * gdb.base/line-symtabs.c: New file.
20208 * gdb.base/line-symtabs.h: New file.
20209
20210 2014-11-14 Yao Qi <yao@codesourcery.com>
20211
20212 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20213 (func): Add label func_label.
20214 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20215 Replace low_pc and high_pc with MACRO_AT_range.
20216 Replace name, low_pc and high_pc with MACRO_AT_func.
20217
20218 2014-11-14 Yao Qi <yao@codesourcery.com>
20219
20220 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20221 Replace name, low_pc and high_pc with MACRO_AT_func.
20222
20223 2014-11-14 Yao Qi <yao@codesourcery.com>
20224
20225 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20226 produce debug information.
20227 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20228
20229 2014-11-14 Yao Qi <yao@codesourcery.com>
20230
20231 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20232 object and get function length.
20233 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20234 with MACRO_AT_func.
20235 (top-level): Replace gdb_compile and clean_restart with
20236 prepare_for_testing.
20237 * gdb.dwarf2/main.c (main): Add label main_label.
20238
20239 2014-11-14 Yao Qi <yao@codesourcery.com>
20240
20241 * lib/dwarf.exp (function_range): New procedure.
20242 (Dwarf::_handle_macro_at_func): New procedure.
20243 (Dwarf::_handle_macro_at_range): New procedure.
20244 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20245
20246 2014-11-14 Yao Qi <yao@codesourcery.com>
20247
20248 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20249 (_handle_attribute): New procedure.
20250
20251 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20252
20253 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20254 * gdb.base/call-sc.c (zed): Likewise.
20255 * gdb.base/checkpoint.c (main): Likewise.
20256 * gdb.base/dump.c (main): Likewise.
20257 * gdb.base/gcore.c (main): Likewise.
20258 * gdb.base/huge.c (main): Likewise.
20259 * gdb.base/multi-forks.c (main): Likewise.
20260 * gdb.base/pr10179-a.c (main): Likewise.
20261 * gdb.base/savedregs.c (main): Likewise.
20262 * gdb.base/sigaltstack.c (main): Likewise.
20263 * gdb.base/siginfo.c (main): Likewise.
20264 * gdb.base/structs.c (zed): Likewise.
20265 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20266 * gdb.mi/mi-syn-frame.c (main): Likewise.
20267 * gdb.mi/until.c (foo, main): Likewise.
20268 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20269 * gdb.base/solib-weak.c (foo): Declare.
20270 * gdb.base/attach-twice.c: Include stdio.h.
20271 * gdb.base/weaklib1.c: Likewise.
20272 * gdb.base/weaklib2.c: Likewise.
20273 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20274 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20275 unistd.h.
20276 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20277 * gdb.mi/mi-exit-code.c: Likewise.
20278 * gdb.base/break-interp-lib.c: Include string.h.
20279 * gdb.base/coremaker.c: Likewise.
20280 * gdb.base/testenv.c: Likewise.
20281 * gdb.python/py-finish-breakpoint.c: Likewise.
20282 * gdb.base/inferior-died.c: Include sys/wait.h.
20283 * gdb.base/fileio.c: Include time.h.
20284 * gdb.base/async-shell.c: Include unistd.h.
20285 * gdb.base/dprintf-non-stop.c: Likewise.
20286 * gdb.base/info-os.c: Likewise.
20287 * gdb.mi/mi-console.c: Likewise.
20288 * gdb.mi/watch-nonstop.c: Likewise.
20289 * gdb.python/py-events.c: Likewise.
20290 * gdb.base/async.c (baz): Move up before its invocation.
20291 * gdb.base/code_elim2.c (my_global_func): Likewise.
20292 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20293 * gdb.base/advance.c (func2): Likewise.
20294
20295 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20296
20297 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20298 variant.
20299 * gdb.base/annota3.c: Likewise.
20300 * gdb.base/async.c: Likewise.
20301 * gdb.base/average.c: Likewise.
20302 * gdb.base/call-ar-st.c: Likewise.
20303 * gdb.base/call-rt-st.c: Likewise.
20304 * gdb.base/call-sc.c: Likewise.
20305 * gdb.base/call-strs.c: Likewise.
20306 * gdb.base/ending-run.c: Likewise.
20307 * gdb.base/execd-prog.c: Likewise.
20308 * gdb.base/exprs.c: Likewise.
20309 * gdb.base/foll-exec.c: Likewise.
20310 * gdb.base/foll-fork.c: Likewise.
20311 * gdb.base/foll-vfork.c: Likewise.
20312 * gdb.base/funcargs.c: Likewise.
20313 * gdb.base/gcore.c: Likewise.
20314 * gdb.base/jump.c: Likewise.
20315 * gdb.base/langs0.c: Likewise.
20316 * gdb.base/langs1.c: Likewise.
20317 * gdb.base/langs2.c: Likewise.
20318 * gdb.base/mips_pro.c: Likewise.
20319 * gdb.base/nodebug.c: Likewise.
20320 * gdb.base/opaque0.c: Likewise.
20321 * gdb.base/opaque1.c: Likewise.
20322 * gdb.base/recurse.c: Likewise.
20323 * gdb.base/run.c: Likewise.
20324 * gdb.base/scope0.c: Likewise.
20325 * gdb.base/scope1.c: Likewise.
20326 * gdb.base/setshow.c: Likewise.
20327 * gdb.base/setvar.c: Likewise.
20328 * gdb.base/shmain.c: Likewise.
20329 * gdb.base/shr1.c: Likewise.
20330 * gdb.base/shr2.c: Likewise.
20331 * gdb.base/sigall.c: Likewise.
20332 * gdb.base/signals.c: Likewise.
20333 * gdb.base/so-indr-cl.c: Likewise.
20334 * gdb.base/solib2.c: Likewise.
20335 * gdb.base/structs.c: Likewise.
20336 * gdb.base/sum.c: Likewise.
20337 * gdb.base/vforked-prog.c: Likewise.
20338 * gdb.base/watchpoint.c: Likewise.
20339 * gdb.reverse/shr2.c: Likewise.
20340 * gdb.reverse/until-reverse.c: Likewise.
20341 * gdb.reverse/ur1.c: Likewise.
20342 * gdb.reverse/watch-reverse.c: Likewise.
20343
20344 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20345
20346 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20347 variant.
20348 * gdb.base/sepdebug.exp: Drop references to removed code.
20349
20350 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20351
20352 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20353 variant. Preserve original line numbering.
20354 * gdb.base/list1.c: Likewise.
20355
20356 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20357
20358 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20359 variant.
20360 * gdb.base/break1.c: Likewise.
20361 * gdb.base/break.exp: Drop references to removed code.
20362
20363 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20364
20365 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20366 variant.
20367
20368 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20369
20370 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20371
20372 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20373
20374 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20375 logic into perform_all_tests() and invoke it with and without
20376 function header prototypes.
20377 (do_function_calls): Remove conditional XFAIL for PR 5318.
20378 (rerun_and_prepare): Remove duplicate code.
20379 (perform_all_tests): New. Main logic moved here.
20380
20381 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20382
20383 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20384 code guarded by #ifdef NO_PROTOTYPES.
20385 (t_double_many_args): Likewise.
20386 (DEF_FUNC_MANY_ARGS_1): Likewise.
20387 (DEF_FUNC_VALUES_1): Likewise.
20388 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20389 guarded by #ifdef PROTOTYPES.
20390
20391 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20392
20393 * gdb.mi/mi-console.c: Add eye-catcher.
20394 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20395 instead of literal line number.
20396
20397 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20398
20399 * gdb.base/shr2.c: Add eye-catcher.
20400 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20401 line number.
20402
20403 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20404
20405 * gdb.base/jump.c: Add eye-catchers.
20406 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20407 numbers.
20408
20409 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20410
20411 * gdb.base/execd-prog.c: Add eye-catchers.
20412 * gdb.base/foll-exec.c: Likewise.
20413 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20414 line numbers.
20415
20416 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20417
20418 * gdb.base/ending-run.c: Add eye-catchers.
20419 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20420 literal line numbers.
20421
20422 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20423
20424 * gdb.base/call-rt-st.c: Add eye-catchers.
20425 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20426 literal line numbers.
20427
20428 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20429
20430 * gdb.base/call-ar-st.c: Add eye-catchers.
20431 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20432 literal line numbers.
20433
20434 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20435
20436 * gdb.base/average.c: Add eye-catchers.
20437 * gdb.base/sum.c: Likewise.
20438 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20439 regexps dynamically.
20440
20441 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20442
20443 * gdb.base/solib1.c: Add eye-catchers.
20444 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20445 literal line numbers.
20446
20447 2014-11-12 Pedro Alves <palves@redhat.com>
20448
20449 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20450 leader has exited.
20451
20452 2014-11-12 Pedro Alves <palves@redhat.com>
20453
20454 * gdb.arch/i386-bp_permanent.c: New file.
20455 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20456 (srcfile): Set to i386-bp_permanent.c.
20457 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20458 that stepi does not execute the 'leave' instruction, instead of
20459 testing it does execute.
20460 * gdb.base/bp-permanent.c: New file.
20461 * gdb.base/bp-permanent.exp: New file.
20462
20463 2014-11-10 Doug Evans <xdje42@gmail.com>
20464
20465 PR symtab/17564
20466 * gdb.base/symtab-search-order.exp: New file.
20467 * gdb.base/symtab-search-order.c: New file.
20468 * gdb.base/symtab-search-order-1.c: New file.
20469 * gdb.base/symtab-search-order-shlib-1.c: New file.
20470
20471 2014-11-07 Pedro Alves <palves@redhat.com>
20472
20473 PR gdb/17511
20474 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20475 i?86-*-linux*.
20476
20477 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20478
20479 PR c++/17494
20480 * gdb.cp/pr17494.cc: New file.
20481 * gdb.cp/pr17494.exp: New file.
20482
20483 2014-11-02 Yao Qi <yao@codesourcery.com>
20484
20485 * gdb.python/python.exp: Get working directory and match the
20486 output of "set extended-prompt \\w " with it.
20487
20488 2014-10-30 Doug Evans <dje@google.com>
20489
20490 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20491 in objfiles.
20492 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20493 in progspaces.
20494
20495 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20496
20497 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20498 * gdb.base/realname-expand.exp: Likewise.
20499 * gdb.linespec/macro-relative.exp: Likewise.
20500
20501 2014-10-29 Pedro Alves <palves@redhat.com>
20502
20503 PR gdb/17408
20504 * gdb.threads/schedlock.c (some_function): New function.
20505 (call_function): New global.
20506 (MAYBE_CALL_SOME_FUNCTION): New macro.
20507 (thread_function): Call it.
20508 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20509 and use it instead of a global counter. Adjust all callers.
20510 (get_current_thread): Use "find current thread" for test message
20511 here rather than having all callers pass down the same string.
20512 (goto_loop): New procedure, factored out from ...
20513 (my_continue): ... this.
20514 (step_ten_loops): Change parameter from test message to command to
20515 use. Adjust.
20516 (list_count): Delete global.
20517 (check_result): New procedure, factored out from duplicate top
20518 level code.
20519 (continue tests): Wrap in with_test_prefix.
20520 (test_step): New procedure, factored out from duplicate top level
20521 code.
20522 (top level): Test "step" in combination with all scheduler-locking
20523 modes. Test "next" in combination with all scheduler-locking
20524 modes, and in combination with stepping over a function call or
20525 not.
20526 * gdb.threads/next-bp-other-thread.c: New file.
20527 * gdb.threads/next-bp-other-thread.exp: New file.
20528
20529 2014-10-29 Pedro Alves <palves@redhat.com>
20530
20531 PR python/17372
20532 * gdb.python/python.exp: Test a multi-line command that spawns
20533 interactive Python.
20534 * gdb.base/multi-line-starts-subshell.exp: New file.
20535
20536 2014-10-29 Yao Qi <yao@codesourcery.com>
20537
20538 * gdb.base/fileio.exp: Make directories on host.
20539
20540 2014-10-29 Yao Qi <yao@codesourcery.com>
20541
20542 * gdb.base/fileio.c (test_write): Close the file.
20543
20544 2014-10-28 Pedro Alves <palves@redhat.com>
20545
20546 PR gdb/12623
20547 * gdb.base/sigstep.c (no_handler): New global.
20548 (main): If 'no_handler is true, set the signal handlers to
20549 SIG_IGN.
20550 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20551 with_sw_watch and no_handler parameters. Handle them.
20552 (top level) <stepping over handler when stopped at a breakpoint
20553 test>: Add a test axis for testing with a software watchpoint, and
20554 another for testing with the signal handler set to SIG_IGN.
20555 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20556 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20557
20558 2014-10-28 Pedro Alves <palves@redhat.com>
20559
20560 PR gdb/17511
20561 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20562 * gdb.base/sigstep.exp (other_handler_location): New global.
20563 (advance): Support stepping into the signal handler, and running
20564 commands while in the handler.
20565 (in_handler_map): New global.
20566 (top level): In the advance test, add combinations for getting
20567 into the handler with stepping commands, and for running commands
20568 in the handler. Add comment descripting the advancei tests.
20569
20570 2014-10-28 Pedro Alves <palves@redhat.com>
20571
20572 * gdb.base/sigstep.exp: Use build_executable instead of
20573 prepare_for_testing.
20574 (top level): Move code that starts GDB, runs to main and creates a
20575 display to ...
20576 (restart): ... this new procedure.
20577 (top level): Move backtrace from signal handler test to ...
20578 (validate_backtrace): ... this new procedure.
20579 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20580 with_test_prefix. Always restart GDB.
20581 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20582 with_test_prefix. Always restart GDB. No need to delete
20583 breakpoints after the test.
20584 (test_skip_handler): Remove prefix parameter.
20585 (skip_over_handler, breakpoint_to_handler)
20586 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20587 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20588 restart GDB. No need to delete breakpoints after the test.
20589 (top level): Use foreach to call the test procedures with
20590 different commands.
20591
20592 2014-10-28 Pedro Alves <palves@redhat.com>
20593
20594 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20595 instead of GNATS numbers.
20596 * gdb.base/sigbpt.exp: Likewise.
20597 * gdb.base/siginfo.exp: Likewise.
20598 * gdb.base/sigstep.exp: Likewise.
20599
20600 2014-10-27 Pedro Alves <palves@redhat.com>
20601
20602 * gdb.base/sigstep.c (dummy): New global.
20603 (main): Issue a couple writes to the new global.
20604 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20605 procedures.
20606 (skip_over_handler): Use test_skip_handler.
20607 (top level): Call skip_over_handler for stepi and nexti too.
20608 (breakpoint_over_handler): Use test_skip_handler.
20609 (top level): Call breakpoint_over_handler for stepi and nexti too.
20610
20611 2014-10-27 Yao Qi <yao@codesourcery.com>
20612
20613 * gdb.trace/tfile.c (adjust_function_address)
20614 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20615 function descriptor.
20616
20617 2014-10-24 Don Breazeal <donb@codesourcery.com>
20618
20619 * gdb.base/foll-fork.exp (test_follow_fork,
20620 catch_fork_child_follow): Check for updated fork messages emitted
20621 from infrun.c.
20622 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20623 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20624 vfork_and_exec_child_follow_through_step): Check for updated vfork
20625 messages emitted from infrun.c.
20626
20627 2014-10-24 Pedro Alves <palves@redhat.com>
20628
20629 * gdb.base/corefile.exp: Remove references to ultrix.
20630 * gdb.base/interrupt.exp: Likewise.
20631 * gdb.base/whatis.exp: Likewise.
20632 * gdb.gdb/selftest.exp: Likewise.
20633 * gdb.threads/manythreads.exp: Likewise.
20634 * gdb.threads/print-threads.exp: Likewise.
20635 * gdb.threads/pthreads.exp:: Likewise.
20636 * gdb.threads/schedlock.exp: Likewise.
20637
20638 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20639
20640 * gdb.cp/non-trivial-retval.cc: Add a test case.
20641 * gdb.cp/non-trivial-retval.exp: Add a test.
20642
20643 2014-10-20 Yao Qi <yao@codesourcery.com>
20644
20645 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20646 * gdb.python/py-objfile-script-gdb.py: New file.
20647 * gdb.python/py-objfile-script.exp: Update reference to
20648 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20649 of remote_download. Remove the dest file.
20650
20651 2014-10-20 Yao Qi <yao@codesourcery.com>
20652
20653 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20654 * gdb.base/step-line.exp: Likewise.
20655 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20656 * gdb.dwarf2/dw2-basic.exp: Likewise.
20657 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20658 * gdb.dwarf2/dw2-filename.exp: Likewise.
20659 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20660 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20661 * gdb.dwarf2/dw2-producer.exp: Likewise.
20662 * gdb.dwarf2/mac-fileno.exp: Likewise.
20663 * gdb.python/py-frame-args.exp: Likewise.
20664 * gdb.python/py-framefilter.exp: Likewise.
20665 * gdb.python/py-mi.exp: Likewise.
20666 * gdb.python/py-objfile-script.exp: Likewise
20667 * gdb.python/py-pp-integral.exp: Likewise.
20668 * gdb.python/py-pp-re-notag.exp: Likewise.
20669 * gdb.python/py-prettyprint.exp: Likewise.
20670 * gdb.python/py-section-script.exp: Likewise.
20671 * gdb.python/py-typeprint.exp: Likewise.
20672 * gdb.python/py-xmethods.exp: Likewise.
20673 * gdb.stabs/weird.exp: Likewise.
20674 * gdb.xml/tdesc-regs.exp: Likewise.
20675
20676 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20677
20678 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20679 (out_cu): Use addr_len for the size of addresses.
20680 (out_line): Likewise. Size DW_LNE_set_address instruction
20681 according to addr_len.
20682 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20683 (FUNC): Add START_INSNS to definition.
20684
20685 2014-10-18 Yao Qi <yao@codesourcery.com>
20686
20687 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20688 gdb_has_argv0 return true.
20689 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20690 check [target_info exists noargs], check [gdb_has_argv0]
20691 instead.
20692 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20693 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20694 procedures.
20695
20696 2014-10-17 Doug Evans <dje@google.com>
20697
20698 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20699 event.
20700 * gdb.python/py-events.py: Add clear_objfiles event.
20701
20702 2014-10-17 Doug Evans <dje@google.com>
20703
20704 * gdb.python/py-objfile.exp: Test progspace attribute.
20705
20706 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
20707
20708 * gdb.guile/scm-breakpoint.exp: Do not assume any
20709 directory separators when matching source file paths.
20710 * gdb.python/py-breakpoint.exp: Likewise.
20711 * gdb.reverse/break-precsave.exp: Likewise.
20712 * gdb.reverse/break-reverse.exp: Likewise.
20713 * gdb.reverse/consecutive-precsave.exp: Likewise.
20714 * gdb.reverse/finish-precsave.exp: Likewise.
20715 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20716 * gdb.reverse/finish-reverse.exp: Likewise.
20717 * gdb.reverse/i386-precsave.exp: Likewise.
20718 * gdb.reverse/i387-env-reverse.exp: Likewise.
20719 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20720 * gdb.reverse/machinestate-precsave.exp: Likewise.
20721 * gdb.reverse/machinestate.exp: Likewise.
20722 * gdb.reverse/sigall-precsave.exp: Likewise.
20723 * gdb.reverse/solib-precsave.exp: Likewise.
20724 * gdb.reverse/step-precsave.exp: Likewise.
20725 * gdb.reverse/until-precsave.exp: Likewise.
20726 * gdb.reverse/watch-precsave.exp: Likewise.
20727 * gdb.reverse/watch-reverse.exp: Likewise.
20728
20729 2014-10-17 Yao Qi <yao@codesourcery.com>
20730
20731 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20732 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20733
20734 2014-10-17 Pedro Alves <palves@redhat.com>
20735
20736 PR gdb/17471
20737 * gdb.base/bg-execution-repeat.c: New file.
20738 * gdb.base/bg-execution-repeat.exp: New file.
20739
20740 2014-10-17 Pedro Alves <palves@redhat.com>
20741
20742 PR gdb/17300
20743 * gdb.base/continue-all-already-running.c: New file.
20744 * gdb.base/continue-all-already-running.exp: New file.
20745
20746 2014-10-17 Pedro Alves <palves@redhat.com>
20747
20748 PR gdb/17472
20749 * gdb.base/annota-input-while-running.c: New file.
20750 * gdb.base/annota-input-while-running.exp: New file.
20751
20752 2014-10-17 Pedro Alves <palves@redhat.com>
20753
20754 * gdb.base/callfuncs.exp: emove references to osf.
20755 * gdb.base/sigall.exp: Likewise.
20756 * gdb.gdb/selftest.exp: Likewise.
20757 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20758 * gdb.mi/non-stop.c: Likewise.
20759 * gdb.mi/pthreads.c: Likewise.
20760 * gdb.reverse/sigall-precsave.exp: Likewise.
20761 * gdb.reverse/sigall-reverse.exp: Likewise.
20762 * gdb.threads/pthreads.c: Likewise.
20763 * gdb.threads/pthreads.exp: Likewise.
20764
20765 2014-10-17 Yao Qi <yao@codesourcery.com>
20766
20767 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20768 check 'target_info exists noargs'.
20769 (test_command_prompt_position): Likewise.
20770 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20771 Remove "set args".
20772 (progvar_simple_while_test): Likewise.
20773 (progvar_complex_if_while_test): Likewise.
20774 (if_while_breakpoint_command_test): Likewise.
20775 (infrun_breakpoint_command_test): Likewise.
20776 (breakpoint_command_test): Likewise.
20777 (watchpoint_command_test): Likewise.
20778 (bp_deleted_in_command_test): Likewise.
20779 (temporary_breakpoint_commands): Likewise.
20780
20781 2014-10-16 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.base/remotetimeout.exp: Remove noargs checking.
20784
20785 2014-10-15 Pedro Alves <palves@redhat.com>
20786
20787 PR breakpoints/9649
20788 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20789 * gdb.base/breakpoint-in-ro-region.exp
20790 (probe_target_hardware_step): New procedure.
20791 (top level): Probe hardware stepping and hardware breakpoint
20792 support. Test stepping through a read-only region, with both
20793 "breakpoint auto-hw" on and off and both "always-inserted" on and
20794 off.
20795
20796 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20797
20798 * gdb.dlang/demangle.exp: Update for demangling changes.
20799
20800 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20801
20802 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20803 * gdb.cp/non-trivial-retval.exp: Add new tests.
20804
20805 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20806
20807 PR c++/13403
20808 PR c++/15154
20809 * gdb.cp/non-trivial-retval.cc: New file.
20810 * gdb.cp/non-trivial-retval.exp: New file.
20811
20812 2014-10-15 Yao Qi <yao@codesourcery.com>
20813
20814 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20815 remote host.
20816
20817 2014-10-15 Yao Qi <yao@codesourcery.com>
20818
20819 * gdb.python/py-symbol.exp: Match file base name if host is
20820 remote, otherwise match file name with dir name.
20821 * gdb.python/py-symtab.exp: Likewise.
20822 * gdb.python/python.exp: Likewise.
20823
20824 2014-10-15 Yao Qi <yao@codesourcery.com>
20825
20826 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20827 pattern.
20828 * gdb.python/py-symtab.exp: Likewise.
20829 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20830 locationn.
20831
20832 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20833
20834 * gdb.ada/addr_arith: New testcase.
20835
20836 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20837
20838 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20839 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20840 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20841 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20842
20843 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20844
20845 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20846 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20847 * gdb.arch/stap-eval-lang-ada.exp: New file.
20848
20849 2014-10-14 Yao Qi <yao@codesourcery.com>
20850
20851 * gdb.mi/mi-var-child.c (nothing1): New function.
20852 (nothing2): New function.
20853 (do_children_tests): Set function pointers by nothing1 and
20854 nothing2.
20855 * gdb.mi/mi-var-child.exp: Step over new added statements.
20856 Update test to match the new output.
20857 * gdb.mi/var-cmd.c (nothing1): New function.
20858 (nothing2): New function.
20859 (do_children_tests): Set function pointers by nothing1 and
20860 nothing2.
20861 * gdb.mi/mi-var-display.exp: Update test to match output.
20862 Step to the line specified by $line_dct_nothing.
20863 Increase the number of lines to step.
20864
20865 2014-10-14 Yao Qi <yao@codesourcery.com>
20866
20867 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20868 tests.
20869 * gdb.mi/mi2-var-child.exp: Likewise.
20870
20871 2014-10-13 Doug Evans <dje@google.com>
20872
20873 * gdb.python/py-objfile.exp: Change name of file name test.
20874
20875 2014-10-13 Doug Evans <dje@google.com>
20876
20877 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20878 from the start of the CU.
20879
20880 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20881 Yao Qi <yao@codesourcery.com>
20882
20883 Fix "save breakpoints" for "catch" command.
20884 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20885 Remove -nonewline. Match also the added "main" line.
20886
20887 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20888
20889 Fix "save breakpoints" for "disable $bpnum" command.
20890 * gdb.base/save-bp.c (main): Add label.
20891 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20892
20893 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20894
20895 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20896
20897 2014-10-11 Yao Qi <yao@codesourcery.com>
20898
20899 * gdb.server/server-kill.exp: Execute command
20900 "set remote trace-status-packet on" before "tstatus".
20901
20902 2014-10-11 Yao Qi <yao@codesourcery.com>
20903
20904 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20905 (main): Call getppid.
20906 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20907 and continue to it. Read variable "server_pid".
20908
20909 2014-10-11 Yao Qi <yao@codesourcery.com>
20910
20911 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20912
20913 2014-10-11 Yao Qi <yao@codesourcery.com>
20914
20915 * gdb.threads/thread-find.exp: Don't execute command
20916 "info threads".
20917 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20918 * gdb.threads/linux-dp.exp: Don't check the condition
20919 $threads_created equals to zero.
20920
20921 2014-10-10 Pedro Alves <palves@redhat.com>
20922
20923 * gdb.base/bigcore.exp: Remove references to IRIX.
20924 * gdb.base/funcargs.exp: Likewise.
20925 * gdb.base/interrupt.exp: Likewise.
20926 * gdb.base/mips_pro.exp: Likewise.
20927 * gdb.base/nodebug.exp: Likewise.
20928 * gdb.base/setvar.exp: Likewise.
20929 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20930
20931 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20932 Pedro Alves <palves@redhat.com>
20933
20934 PR symtab/14466
20935 * gdb.base/vdso-warning.c: New file.
20936 * gdb.base/vdso-warning.exp: New file.
20937
20938 2014-10-02 Doug Evans <dje@google.com>
20939
20940 * gdb.base/structs.c (main): Don't run forever.
20941
20942 2014-10-02 Pedro Alves <palves@redhat.com>
20943
20944 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20945 (top level) <stop threads 1, stop threads 2>: Use it.
20946
20947 2014-10-02 Pedro Alves <palves@redhat.com>
20948
20949 * gdb.threads/break-while-running.exp (test): Add new
20950 'update_thread_list' argument. Skip "info threads" if false.
20951 (top level): Add new 'update_thread_list' axis.
20952
20953 2014-10-02 Pedro Alves <palves@redhat.com>
20954
20955 PR breakpoints/17431
20956 * gdb.base/execl-update-breakpoints.c: New file.
20957 * gdb.base/execl-update-breakpoints.exp: New file.
20958
20959 2014-10-01 Pedro Alves <palves@redhat.com>
20960
20961 * gdb.base/breakpoint-in-ro-region.c: New file.
20962 * gdb.base/breakpoint-in-ro-region.exp: New file.
20963
20964 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20965
20966 * gdb.mi/mi-exit-code.exp: New file.
20967 * gdb.mi/mi-exit-code.c: New file.
20968
20969 2014-09-30 Yao Qi <yao@codesourcery.com>
20970
20971 * lib/prelink-support.exp (build_executable_own_libs): Error if
20972 the target isn't native.
20973
20974 2014-09-30 Yao Qi <yao@codesourcery.com>
20975
20976 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20977 false.
20978
20979 2014-09-22 Pedro Alves <palves@redhat.com>
20980
20981 * gdb.threads/break-while-running.exp: New file.
20982 * gdb.threads/break-while-running.c: New file.
20983
20984 2014-09-19 Yao Qi <yao@codesourcery.com>
20985
20986 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20987 Invoke test. Restart GDB with --readnow and invoke test again.
20988
20989 2014-09-19 Yao Qi <yao@codesourcery.com>
20990
20991 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20992 proc set_breakpoint_on_gcd_function. Invoke
20993 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20994 invoke set_breakpoint_on_gcd_function again.
20995
20996 2014-09-18 Doug Evans <dje@google.com>
20997
20998 * gdb.dwarf2/symtab-producer.exp: New file.
20999
21000 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21001
21002 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21003 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21004 * gdb.base/global-var-nested-by-dso.c: Likewise.
21005 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21006
21007 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21008 Pedro Alves <palves@redhat.com>
21009
21010 * gdb.base/watch-bitfields.exp: Pass string other than test file
21011 name to prepare_for_testing.
21012 (watch): New procedure.
21013 (expect_watchpoint): Use with_test_prefix.
21014 (top level): Factor out tests to ...
21015 (test_watch_location, test_regular_watch): ... these new
21016 procedures, and use with_test_prefix and gdb_continue_to_end.
21017
21018 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21019
21020 PR breakpoints/12526
21021 * gdb.base/watch-bitfields.exp: New file.
21022 * gdb.base/watch-bitfields.c: New file.
21023
21024 2014-09-16 Pedro Alves <palves@redhat.com>
21025
21026 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21027 software and hardware addresses, not software address against
21028 itself.
21029
21030 2014-09-16 Pedro Alves <palves@redhat.com>
21031
21032 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21033 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21034
21035 2014-09-16 Pedro Alves <palves@redhat.com>
21036
21037 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21038 files.
21039 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21040 "*-*-vxworks*" throughout.
21041 * gdb.base/break.exp: Likewise.
21042 * gdb.base/default.exp: Likewise.
21043 * gdb.base/scope.exp: Likewise.
21044 * gdb.base/sepdebug.exp: Likewise.
21045 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21046 throughout.
21047 * gdb.base/run.c: Likewise.
21048 * gdb.base/sepdebug.c: Likewise.
21049 * gdb.hp/gdb.aCC/run.c: Likewise.
21050 * gdb.reverse/until-reverse.c: Likewise.
21051 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21052
21053 2014-09-16 Yao Qi <yao@codesourcery.com>
21054
21055 * boards/local-remote-host-native.exp: New file.
21056
21057 2014-09-14 Doug Evans <xdje42@gmail.com>
21058
21059 * gdb.threads/queue-signal.c (thread_count): New variable.
21060 (thread_count_mutex, thread_count_condvar): New variables.
21061 (incr_thread_count, wait_all_threads_running): New functions.
21062 (main): Wait for all threads to be in their thread functions.
21063
21064 2014-09-13 Doug Evans <xdje42@gmail.com>
21065
21066 * gdb.threads/queue-signal.c: New file.
21067 * gdb.threads/queue-signal.exp: New file.
21068
21069 2014-09-13 Doug Evans <xdje42@gmail.com>
21070
21071 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21072 be consistent with what default_gdb_init uses.
21073 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21074 the plain text of the prompt. Add some logging printfs.
21075 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21076
21077 2014-09-12 Pedro Alves <palves@redhat.com>
21078
21079 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21080 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21081 * gdb.arch/i386-size-overlap.exp: Likewise.
21082 * gdb.arch/i386-size.exp: Likewise.
21083 * gdb.arch/i386-unwind.exp: Likewise.
21084 * gdb.base/a2-run.exp: Likewise.
21085 * gdb.base/break.exp: Likewise.
21086 * gdb.base/charset.exp: Likewise.
21087 * gdb.base/chng-syms.exp: Likewise.
21088 * gdb.base/commands.exp: Likewise.
21089 * gdb.base/dbx.exp: Likewise.
21090 * gdb.base/find.exp: Likewise.
21091 * gdb.base/funcargs.exp: Likewise.
21092 * gdb.base/jit-simple.exp: Likewise.
21093 * gdb.base/reread.exp: Likewise.
21094 * gdb.base/sepdebug.exp: Likewise.
21095 * gdb.base/step-bt.exp: Likewise.
21096 * gdb.cp/mb-inline.exp: Likewise.
21097 * gdb.cp/mb-templates.exp: Likewise.
21098 * gdb.objc/basicclass.exp: Likewise.
21099 * gdb.threads/killed.exp: Likewise.
21100
21101 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21102
21103 PR tdep/17379
21104 * gdb.arch/powerpc-stackless.S: New file.
21105 * gdb.arch/powerpc-stackless.exp: New file.
21106
21107 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21108
21109 * gdb.base/attach.c: Include unistd.h.
21110 (main): Call alarm. Add label postloop.
21111 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21112 gdb_breakpoint, gdb_continue_to_breakpoint.
21113 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21114
21115 2014-09-11 Pedro Alves <palves@redhat.com>
21116
21117 PR gdb/17347
21118 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21119 * gdb.base/attach.exp (test_command_line_attach_run): New
21120 procedure.
21121 (top level): Call it.
21122
21123 2014-09-11 Pedro Alves <palves@redhat.com>
21124
21125 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21126 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21127 (do_command_attach_tests): Use spawn_wait_for_attach.
21128 * gdb.base/solib-overlap.exp: Likewise.
21129 * gdb.multi/multi-attach.exp: Likewise.
21130 * gdb.python/py-prompt.exp: Likewise.
21131 * gdb.python/py-sync-interp.exp: Likewise.
21132 * gdb.server/ext-attach.exp: Likewise.
21133
21134 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21135
21136 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21137 command in testcase. Simplify testcase.
21138
21139 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21140
21141 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21142
21143 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21144
21145 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21146
21147 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21148
21149 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21150
21151 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21152
21153 * gdb.dwarf2/dynarr-ptr.c: New file.
21154 * gdb.dwarf2/dynarr-ptr.exp: New file.
21155
21156 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21157
21158 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21159 of 30 rather than hardcoding 120 for a slow test case. Take the
21160 `gdb,timeout' target setting into account for this calculation.
21161 Don't extend the timeout for the test cases that don't need it.
21162
21163 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21164
21165 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21166 a factor of 2 for a slow test case. Take the `gdb,timeout'
21167 target setting into account for this calculation.
21168 * gdb.reverse/until-precsave.exp: Increase the timeout by
21169 a factor of 15 and 3 respectively rather than adding 120
21170 for a pair of slow test cases. Take the `gdb,timeout'
21171 target setting into account for this calculation.
21172
21173 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21174
21175 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21176 timeout, don't pass one down to gdb_expect.
21177 (gdb_expect): Rework timeout selection.
21178
21179 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21180
21181 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21182 exception on timeout.
21183 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21184 (gdbserver_start_extended): Catch any `gdbserver_start' error
21185 exceptions.
21186 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21187 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21188 `gdbserver_gdb_load' error exceptions.
21189
21190 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21191
21192 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21193 120 on waiting for the TCP socket to open.
21194
21195 2014-09-09 Doug Evans <xdje42@gmail.com>
21196
21197 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21198 _caller_matches, _any_caller_is, _any_caller_matches.
21199
21200 2014-09-09 Doug Evans <xdje42@gmail.com>
21201
21202 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21203
21204 2014-09-09 Yao Qi <yao@codesourcery.com>
21205
21206 * gdb.mi/mi-var-display.exp: Set print symbol off.
21207
21208 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21209
21210 PR gdb/17035
21211 * gdb.base/commands.exp: Add tests to verify user-defined
21212 commands with empty bodies.
21213 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21214 python commands in `show user command`.
21215 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21216 scheme commands in `show user command`.
21217
21218 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21219
21220 PR python/17355
21221 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21222 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21223 * gdb.python/py-framefilter-invalidarg.exp: New file.
21224 * gdb.python/py-framefilter-invalidarg.py: New file.
21225
21226 2014-09-06 Doug Evans <xdje42@gmail.com>
21227
21228 PR 15276
21229 * gdb.python/py-caller-is.c: New file.
21230 * gdb.python/py-caller-is.exp: New file.
21231
21232 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21233
21234 PR gdb/17235
21235 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21236 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21237
21238 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21239
21240 PR fortran/17237
21241 * gdb.fortran/print-formatted.exp: New file.
21242 * gdb.fortran/print-formatted.f90: Likewise.
21243
21244 2014-09-03 Sasha Smundak <asmundak@google.com>
21245
21246 * gdb.python/py-frame.exp: Test Frame.read_register.
21247
21248 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21249
21250 PR python/16699
21251 * gdb.python/py-completion.exp: New file.
21252 * gdb.python/py-completion.py: Likewise.
21253
21254 2014-08-28 Doug Evans <dje@google.com>
21255
21256 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21257 eax,etc. are live with values set by gdb and thus the compiler can't
21258 use them.
21259 * gdb.arch/i386-pseudo.c (main): Ditto.
21260
21261 2014-08-27 Doug Evans <dje@google.com>
21262
21263 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21264
21265 2014-08-25 Doug Evans <dje@google.com>
21266
21267 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21268 (main): Ditto.
21269
21270 2014-08-25 Doug Evans <dje@google.com>
21271
21272 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21273
21274 2014-08-24 Yao Qi <yao@codesourcery.com>
21275
21276 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21277 symbol off.
21278 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21279
21280 2014-08-22 Doug Evans <dje@google.com>
21281
21282 PR 17276
21283 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21284 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21285 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21286
21287 2014-08-22 Yao Qi <yao@codesourcery.com>
21288
21289 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21290 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21291 * gdb.python/python.exp: Likewise. Use .py file on the host
21292 instead of the build.
21293
21294 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21295
21296 * gdb.threads/gcore-stale-thread.c: New file.
21297 * gdb.threads/gcore-stale-thread.exp: New file.
21298
21299 2014-08-21 Pedro Alves <palves@redhat.com>
21300
21301 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21302 * gdb.base/gcore-relro-pie.exp: Likewise.
21303 * gdb.base/gcore-relro.exp: Likewise.
21304 * gdb.base/gcore.exp: Likewise.
21305 * gdb.base/print-symbol-loading.exp: Likewise.
21306 * gdb.threads/gcore-thread.exp: Likewise.
21307 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21308
21309 2014-08-20 Pedro Alves <palves@redhat.com>
21310 Jan Kratochvil <jan.kratochvil@redhat.com>
21311
21312 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21313 configure.
21314 (EXPECT): Handle READ1 being set.
21315 (all): Depend on EXTRA_RULES.
21316 (check-read1, expect-read1, read1.so, read1): New rules.
21317 * README (Testsuite Parameters): Document the READ1 make variable.
21318 (Race detection): New section.
21319 * configure: Regenerate.
21320 * configure.ac: If build==host==target, and running under a
21321 GNU/glibc system, add read1 to the extra Makefile rules.
21322 (EXTRA_RULES): AC_SUBST it.
21323 * lib/read1.c: New file.
21324
21325 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21326
21327 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21328 the handling of variables declared as a typedef to an array
21329 which a DW_AT_data_location attribute.
21330
21331 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21332 Pedro Alves <palves@redhat.com>
21333
21334 PR symtab/14604
21335 PR symtab/14605
21336 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21337 gdb_test.
21338
21339 2014-08-19 Pedro Alves <palves@redhat.com>
21340
21341 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21342
21343 2014-08-19 Yao Qi <yao@codesourcery.com>
21344
21345 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21346 right line.
21347
21348 2014-08-18 David Blaikie <dblaikie@gmail.com>
21349
21350 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21351
21352 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21353
21354 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21355 attribute in array range.
21356
21357 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21358
21359 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21360
21361 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21362
21363 PR c++/17132
21364 * gdb.cp/pr17132.cc: New file.
21365 * gdb.cp/pr17132.exp: New file.
21366
21367 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21368
21369 * gdb.python/py-xmethods.py (A_getarrayind)
21370 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21371 Use 'print' with function call syntax.
21372 (E_method_matcher.match): Fix tab vs space indentation mixup.
21373
21374 2014-08-15 Yao Qi <yao@codesourcery.com>
21375
21376 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21377 false.
21378
21379 2014-08-15 Yao Qi <yao@codesourcery.com>
21380
21381 * gdb.cp/casts.exp: Set print symbol off.
21382 * gdb.cp/class2.exp: Likewise.
21383 * gdb.cp/overload.exp: Likewise.
21384 * gdb.cp/templates.exp: Likewise.
21385
21386 2014-08-11 Doug Evans <dje@google.com>
21387
21388 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21389 (test_load_shlib): Update.
21390
21391 2014-08-09 Yao Qi <yao@codesourcery.com>
21392
21393 * gdb.base/display.exp: Invoke is_address_zero_readable.
21394 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21395 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21396 * gdb.base/hbreak-unmapped.exp: Return if
21397 is_address_zero_readable returns true.
21398 * gdb.base/signest.exp: Likewise.
21399 * gdb.base/signull.exp: Likewise.
21400 * gdb.base/sigbpt.exp: Likewise.
21401 * gdb.guile/scm-disasm.exp: Do the test if
21402 is_address_zero_readable returns false.
21403 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21404 * gdb.python/py-arch.exp: Likewise.
21405 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21406 * lib/gdb.exp (is_address_zero_readable): New proc.
21407
21408 2014-08-09 Yao Qi <yao@codesourcery.com>
21409
21410 PR testsuite/13443
21411 * gdb.mi/mi-var-display.exp: Make test messages unique.
21412
21413 2014-08-04 Tom Tromey <tromey@redhat.com>
21414
21415 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21416 target 0".
21417
21418 2014-08-04 Tom Tromey <tromey@redhat.com>
21419
21420 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21421 "target_resume".
21422
21423 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21424
21425 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21426 inner_vla_struct_object_size.
21427 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21428 as xfail.
21429
21430 2014-07-30 Pedro Alves <palves@redhat.com>
21431
21432 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21433 comment.
21434
21435 2014-07-29 Yao Qi <yao@codesourcery.com>
21436
21437 PR gdb/17206
21438 * gdb.base/until-nodebug.exp: New.
21439
21440 2014-07-28 Doug Evans <xdje42@gmail.com>
21441
21442 PR guile/17203
21443 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21444 previously existing parameter, and previously ambiguously spelled
21445 parameter.
21446
21447 2014-07-28 Will Newton <will.newton@linaro.org>
21448
21449 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21450
21451 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21452 Doug Evans <xdje42@gmail.com>
21453
21454 PR guile/17146
21455 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21456
21457 2014-07-25 Pedro Alves <palves@redhat.com>
21458
21459 * gdb.threads/signal-command-handle-nopass.c: New file.
21460 * gdb.threads/signal-command-handle-nopass.exp: New file.
21461 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21462 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21463 * gdb.threads/signal-delivered-right-thread.c: New file.
21464 * gdb.threads/signal-delivered-right-thread.exp: New file.
21465
21466 2014-07-25 Pedro Alves <palves@redhat.com>
21467
21468 * gdb.base/double-prompt-target-event-error.exp
21469 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21470 match.
21471 (cancel_pagination_in_target_event): Rework double prompt
21472 detection.
21473 * gdb.base/paginate-after-ctrl-c-running.exp
21474 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21475 <return>' match.
21476 * gdb.base/paginate-bg-execution.exp
21477 (test_bg_execution_pagination_return)
21478 (test_bg_execution_pagination_cancel): Remove '-notransfer
21479 <return>' matches.
21480 * gdb.base/paginate-execution-startup.exp
21481 (test_fg_execution_pagination_return)
21482 (test_fg_execution_pagination_cancel): Remove '-notransfer
21483 <return>' matches.
21484 * gdb.base/paginate-inferior-exit.exp
21485 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21486 match.
21487 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21488 * lib/gdb.exp (pagination_prompt): Run text through
21489 string_to_regexp.
21490 (gdb_test_multiple): Match $pagination_prompt instead of
21491 "<return>".
21492 (string_to_regexp): Move to lib/gdb-utils.exp.
21493
21494 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21495
21496 * gdb.arch/amd64-entry-value-paramref.S: New file.
21497 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21498 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21499 * gdb.arch/amd64-optimout-repeat.S: New file.
21500 * gdb.arch/amd64-optimout-repeat.c: New file.
21501 * gdb.arch/amd64-optimout-repeat.exp: New file.
21502
21503 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21504
21505 PR gdb/17170
21506 * gdb.base/statistics.exp: New file.
21507
21508 2014-07-17 Doug Evans <dje@google.com>
21509
21510 PR gdb/17170
21511 * gdb.base/maint.exp: Update testing of per-command stats.
21512
21513 2014-07-16 Pedro Alves <palves@redhat.com>
21514
21515 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21516 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21517 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21518 (tfile_write_buf): New functions.
21519 (add_memory_block): Rewrite using the above.
21520 (adjust_function_address): New function.
21521 (FUNCTION_ADDRESS): New macro.
21522 (write_basic_trace_file): Remove short_x local, and use
21523 tfile_write_16. Change type of func_addr local to unsigned long
21524 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21525 here. Cast argument of add_memory_block to char pointer.
21526 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21527 (main): Remove parameters.
21528 * gdb.trace/tfile.exp: Remove nowarnings.
21529
21530 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21531
21532 * gdb.base/debug-expr.exp: Test string evaluation with
21533 "debug expression" on.
21534
21535 2014-07-15 Pedro Alves <palves@redhat.com>
21536
21537 * gdb.base/reread.exp: Use clean_restart.
21538
21539 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21540
21541 * gdb.arch/avr-flash-qualifer.c: New.
21542 * gdb.arch/avr-flash-qualifer.exp: New.
21543
21544 2014-07-14 Pedro Alves <palves@redhat.com>
21545
21546 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21547 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21548
21549 2014-07-14 Pedro Alves <palves@redhat.com>
21550
21551 * gdb.base/double-prompt-target-event-error.c: New file.
21552 * gdb.base/double-prompt-target-event-error.exp: New file.
21553
21554 2014-07-14 Pedro Alves <palves@redhat.com>
21555
21556 PR gdb/17072
21557 * gdb.base/paginate-inferior-exit.c: New file.
21558 * gdb.base/paginate-inferior-exit.exp: New file.
21559
21560 2014-07-14 Pedro Alves <palves@redhat.com>
21561
21562 PR gdb/17072
21563 * gdb.base/paginate-bg-execution.c: New file.
21564 * gdb.base/paginate-bg-execution.exp: New file.
21565
21566 2014-07-14 Pedro Alves <palves@redhat.com>
21567
21568 PR gdb/17072
21569 * gdb.base/paginate-execution-startup.c: New file.
21570 * gdb.base/paginate-execution-startup.exp: New file.
21571 * lib/gdb.exp (pagination_prompt): New global.
21572 (default_gdb_spawn): New procedure, factored out from
21573 default_gdb_spawn.
21574 (default_gdb_start): Adjust to call default_gdb_spawn.
21575 (gdb_spawn): New procedure.
21576
21577 2014-07-14 Pedro Alves <palves@redhat.com>
21578
21579 * lib/gdb.exp (gdb_assert): New procedure.
21580 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21581
21582 2014-07-14 Pedro Alves <palves@redhat.com>
21583
21584 * gdb.base/execution-termios.c: New file.
21585 * gdb.base/execution-termios.exp: New file.
21586
21587 2014-07-14 Tom Tromey <tromey@redhat.com>
21588
21589 * gdb.cp/vla-cxx.cc: New file.
21590 * gdb.cp/vla-cxx.exp: New file.
21591
21592 2014-07-14 Tom Tromey <tromey@redhat.com>
21593
21594 * gdb.reverse/rerun-prec.c: New file.
21595 * gdb.reverse/rerun-prec.exp: New file.
21596
21597 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21598 Maciej W. Rozycki <macro@codesourcery.com>
21599
21600 * lib/gdb-utils.exp: New file.
21601 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21602 inline `gdb_init_command' processing.
21603 (gdb_start_cmd): Likewise.
21604 * lib/mi-support.exp (mi_run_cmd): Likewise.
21605 * README: Document `gdb_init_command' and `gdb_init_commands'.
21606
21607 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21608
21609 Fix false FAIL running under a very long directory name.
21610 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21611 and "set print elements 10000". Twice.
21612
21613 2014-07-11 Yao Qi <yao@codesourcery.com>
21614
21615 * gdb.base/exprs.exp: "set print symbol off".
21616
21617 2014-07-11 Pedro Alves <palves@redhat.com>
21618
21619 * gdb.threads/kill.c: New file.
21620 * gdb.threads/kill.exp: New file.
21621
21622 2014-07-10 Yao Qi <yao@codesourcery.com>
21623
21624 * gdb.trace/tfile.c (write_basic_trace_file)
21625 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21626 address written to trace file.
21627
21628 2014-07-09 Pedro Alves <palves@redhat.com>
21629
21630 * gdb.base/attach-wait-input.exp: New file.
21631 * gdb.base/attach-wait-input.c: New file.
21632
21633 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21634
21635 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21636 setting up test structures.
21637 (main): Call new test function.
21638 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21639 test function, continue into test function and walk test
21640 structures.
21641
21642 2014-07-02 Yao Qi <yao@codesourcery.com>
21643
21644 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21645 'bar_start' at the beginning of functions 'foo' and 'bar'
21646 respectively.
21647 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21648 instead of 'foo' and 'bar'.
21649
21650 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21651
21652 * gdb.btrace/segv.exp: New.
21653 * gdb.btrace/segv.c: New.
21654
21655 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21656
21657 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21658 instruction.
21659
21660 2014-06-30 Mark Wielaard <mjw@redhat.com>
21661
21662 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21663 vulture, vilify, villar): New volatile array constants.
21664 (vindictive, vegetation): New const volatile array constants.
21665 * gdb.base/volatile.exp: Test volatile and const volatile array
21666 types.
21667
21668 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21669
21670 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21671 target lacks support for awatch, rwatch, or hbreak.
21672
21673 2014-06-27 Yao Qi <yao@codesourcery.com>
21674
21675 * gdb.multi/dummy-frame-restore.exp: New.
21676 * gdb.multi/dummy-frame-restore.c: New.
21677
21678 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21679
21680 * gdb.btrace/gcore.exp: New.
21681
21682 2014-06-23 Pedro Alves <palves@redhat.com>
21683
21684 * gdb.base/watchpoint-reuse-slot.c: New file.
21685 * gdb.base/watchpoint-reuse-slot.exp: New file.
21686
21687 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21688
21689 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21690 progspace's filename in 'info', 'enable' and 'disable' command
21691 tests.
21692
21693 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21694
21695 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21696 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21697 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21698
21699 2014-06-20 Gary Benson <gbenson@redhat.com>
21700
21701 * gdb.arch/i386-avx.exp: Fix include file location.
21702 * gdb.arch/i386-sse.exp: Likewise.
21703
21704 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21705
21706 * gdb.dlang/expression.exp: New file.
21707
21708 2014-06-19 Pedro Alves <palves@redhat.com>
21709
21710 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21711 out from ...
21712 (top level): ... here. Iterate running tests under different
21713 scheduler-locking settings.
21714
21715 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
21716
21717 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21718 to DW_FORM_addr and use non-zero addresses.
21719
21720 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21721
21722 PR gdb/17017
21723 * gdb.python/py-xmethods.cc: Add global function call counters and
21724 increment them in their respective functions. Remove "cout"
21725 statements.
21726 * gdb.python/py-xmethods.exp: Make tests check the global function
21727 call counters instead of depending on inferior IO.
21728
21729 2014-06-18 Don Breazeal <donb@codesourcery.com>
21730
21731 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21732 Deleted procedure.
21733 (explicit_fork_parent_follow): Deleted procedure.
21734 (explicit_fork_child_follow): Deleted procedure.
21735 (test_follow_fork): New procedure.
21736 (do_fork_tests): Replace calls to deleted procedures with
21737 calls to test_follow_fork and reset GDB for subsequent
21738 procedure calls.
21739
21740 2014-06-17 Yao Qi <yao@codesourcery.com>
21741
21742 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21743 CP1252.
21744
21745 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
21746
21747 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21748 Initialize ptr and S explicitly.
21749 (skip_type_update_when_not_use_rtti_test): Likewise.
21750
21751 2014-06-16 Keith Seitz <keiths@redhat.com>
21752
21753 PR mi/15863
21754 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21755 the inferior is started.
21756
21757 2014-06-16 Pedro Alves <palves@redhat.com>
21758
21759 * gdb.base/break-main-file-remove-fail.c: New file.
21760 * gdb.base/break-main-file-remove-fail.exp: New file.
21761 * gdb.base/break-unload-file.exp: Use build_executable instead of
21762 prepare_for_testing.
21763 (test_break): New parameter "initial_load". Handle it.
21764 (top level): Add initial_load cmdline/file axis.
21765
21766 2014-06-12 Tom Tromey <tromey@redhat.com>
21767
21768 * gdb.base/completion.exp: Don't use directory name in test.
21769
21770 2014-06-09 Gary Benson <gbenson@redhat.com>
21771
21772 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21773 separate the always-available ANSI-standard signals from the
21774 signals that require checking.
21775 (main): Likewise.
21776 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21777 Likewise.
21778 (main): Likewise.
21779
21780 2014-06-07 Keith Seitz <keiths@redhat.com>
21781
21782 Revert:
21783 PR c++/16253
21784 * gdb.cp/var-tag.cc: New file.
21785 * gdb.cp/var-tag.exp: New file.
21786 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21787 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21788 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21789 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21790
21791 2014-06-06 Doug Evans <xdje42@gmail.com>
21792
21793 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21794
21795 2014-06-06 Pedro Alves <palves@redhat.com>
21796
21797 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21798 in target debug output instead of looking at RSP packets,
21799 disabling the test on any target that uses hardware stepping.
21800 Update comments.
21801
21802 2014-06-06 Pedro Alves <palves@redhat.com>
21803
21804 * gdb.base/break-unload-file.exp: Fix typo.
21805
21806 2014-06-06 Yao Qi <yao@codesourcery.com>
21807
21808 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21809 from "jit_function" to "^jit_function".
21810
21811 2014-06-06 Yao Qi <yao@codesourcery.com>
21812
21813 * gdb.base/async.c (foo): Add one statement.
21814 * gdb.base/async.exp: Get the next instruction address and
21815 match the output of "nexti" by instruction address. Match
21816 the hex address in the output of "finish".
21817
21818 2014-06-06 Gary Benson <gbenson@redhat.com>
21819
21820 * gdb.base/call-signals.c: Remove preprocessor conditionals
21821 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21822 SIGSEGV and SIGTERM.
21823 * gdb.base/sigall.c: Likewise.
21824 * gdb.base/unwindonsignal.c: Likewise.
21825 * gdb.reverse/sigall-reverse.c: Likewise.
21826
21827 2014-06-06 Yao Qi <yao@codesourcery.com>
21828
21829 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21830 readable, skip the test.
21831
21832 2014-06-06 Yao Qi <yao@codesourcery.com>
21833
21834 * gdb.threads/staticthreads.c (thread_function): Move the line
21835 setting breakpoint on forward.
21836 * gdb.threads/staticthreads.exp: Update comments.
21837
21838 2014-06-05 Ludovic Courtès <ludo@gnu.org>
21839
21840 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21841 "history-append! type error".
21842
21843 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21844
21845 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21846 erroneous dprintf expected input.
21847
21848 2014-06-04 Doug Evans <xdje42@gmail.com>
21849
21850 * gdb.guile/scm-generics.exp: Delete.
21851
21852 2014-06-04 Doug Evans <xdje42@gmail.com>
21853
21854 * gdb.guile/scm-breakpoint.exp: Update.
21855 Add tests for breakpoint registration.
21856
21857 2014-06-04 Tom Tromey <tromey@redhat.com>
21858
21859 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21860 VLA-in-union.
21861 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21862 inner_vla_struct, vla_union types. Initialize objects of those
21863 types and compute their sizes.
21864
21865 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21866 Hui Zhu <hui@codesourcery.com>
21867
21868 * gdb.base/fileio.exp: Add test for shell not available as well as
21869 available.
21870 * gdb.base/fileio.c (test_system): Check for shell twice.
21871
21872 2014-06-04 Yao Qi <yao@codesourcery.com>
21873
21874 * gdb.base/auto-connect-native-target.exp: Remove redundant
21875 space from the regexp pattern.
21876
21877 2014-06-04 Yao Qi <yao@codesourcery.com>
21878
21879 * gdb.base/default.exp: Replace "child" with "native" in
21880 regexp pattern.
21881
21882 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21883
21884 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21885 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21886 * gdb.python/py-xmethods.py: Python script supporting the
21887 new testcase and tests.
21888
21889 2014-06-03 Joel Brobecker <brobecker@adacore.com>
21890 Pedro Alves <palves@redhat.com>
21891
21892 PR breakpoints/17000
21893 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21894 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21895
21896 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21897
21898 * gdb.base/subst.exp: Add tests to verify partial path matching
21899 output.
21900
21901 2014-06-03 Pedro Alves <palves@redhat.com>
21902
21903 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21904 target that doesn't use software single-stepping.
21905
21906 2014-06-03 Pedro Alves <palves@redhat.com>
21907
21908 PR breakpoints/17000
21909 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21910 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21911
21912 2014-06-02 Doug Evans <xdje42@gmail.com>
21913
21914 * gdb.guile/scm-parameter.exp: New file.
21915
21916 2014-06-02 Doug Evans <xdje42@gmail.com>
21917
21918 * gdb.guile/scm-cmd.c: New file.
21919 * gdb.guile/scm-cmd.exp: New file.
21920
21921 2014-06-02 Doug Evans <xdje42@gmail.com>
21922
21923 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21924 pretty-printer lookup.
21925 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21926 (make-pp_s-printer): Call it.
21927 (make-pretty-printer-from-dict): New function.
21928 (lookup-pretty-printer-maker-from-dict): New function.
21929 (*pretty-printer*): Simplify.
21930 (make-objfile-pp_s-printer): New function.
21931 (install-objfile-pretty-printers!): New function.
21932 (make-progspace-pp_s-printer): New function.
21933 (install-progspace-pretty-printers!): New function.
21934 * gdb.guile/scm-progspace.c: New file.
21935 * gdb.guile/scm-progspace.exp: New file.
21936
21937 2014-06-02 Pedro Alves <palves@redhat.com>
21938
21939 * gdb.base/dprintf-bp-same-addr.c: New file.
21940 * gdb.base/dprintf-bp-same-addr.exp: New file.
21941
21942 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21943
21944 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21945 * gdb.arch/powerpc-power.s: Likewise.
21946
21947 2014-06-02 Joel Brobecker <brobecker@adacore.com>
21948
21949 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21950
21951 2014-06-01 Yao Qi <yao@codesourcery.com>
21952
21953 * gdb.base/watchpoint.exp (test_watch_location): Check null
21954 pointer can be dereferenced. If not, do the test, otherwise
21955 skip it.
21956
21957 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21958
21959 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21960 results.
21961 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21962
21963 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
21964
21965 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21966 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21967 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21968 * gdb.arch/amd64-invalid-stack-top.c: New file.
21969 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21970
21971 2014-05-30 Pedro Alves <palves@redhat.com>
21972
21973 PR breakpoints/17000
21974 * gdb.base/sss-bp-on-user-bp.c: New file.
21975 * gdb.base/sss-bp-on-user-bp.exp: New file.
21976
21977 2014-05-30 David Blaikie <dblaikie@gmail.com>
21978
21979 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21980 gnu_inline semantics via attribute.
21981 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21982 source explicitly specifies the required semantics.
21983
21984 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21985
21986 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21987
21988 2014-05-29 Pedro Alves <palves@redhat.com>
21989 Tom Tromey <tromey@redhat.com>
21990
21991 * gdb.base/async-shell.exp: Don't enable target-async.
21992 * gdb.base/async.exp
21993 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21994 parameter. Adjust.
21995 (top level): Don't test with "target-async".
21996 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21997 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21998 * gdb.base/inferior-died.exp: Don't enable target-async.
21999 * gdb.base/interrupt-noterm.exp: Likewise.
22000 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22001 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22002 * gdb.mi/mi-nonstop.exp: Likewise.
22003 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22004 * gdb.mi/mi-nsintrall.exp: Likewise.
22005 * gdb.mi/mi-nsmoribund.exp: Likewise.
22006 * gdb.mi/mi-nsthrexec.exp: Likewise.
22007 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22008 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22009 * gdb.python/py-evsignal.exp: Don't enable target-async.
22010 * gdb.python/py-evthreads.exp: Likewise.
22011 * gdb.python/py-prompt.exp: Likewise.
22012 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22013 * gdb.server/solib-list.exp: Don't enable target-async.
22014 * gdb.threads/thread-specific-bp.exp: Likewise.
22015 * lib/mi-support.exp: Adjust to use mi-async.
22016
22017 2014-05-29 Pedro Alves <palves@redhat.com>
22018
22019 PR gdb/13860
22020 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22021 reason, even in sync mode.
22022
22023 2014-05-29 Pedro Alves <palves@redhat.com>
22024 Hui Zhu <hui@codesourcery.com>
22025
22026 PR PR15693
22027 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22028 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22029 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22030 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22031
22032 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22033
22034 * config/monitor.exp (gdb_target_monitor): Replace use of
22035 "set remotebaud" by "set serial baud".
22036
22037 2014-05-26 Andy Wingo <wingo@igalia.com>
22038
22039 * gdb.guile/scm-breakpoint.exp:
22040 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22041 properties instead of gdb-object-properties.
22042
22043 2014-05-26 Yao Qi <yao@codesourcery.com>
22044
22045 * gdb.server/no-thread-db.exp: Specify source file name
22046 explicitly when setting a breakpoint.
22047
22048 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22049
22050 * gdb.btrace/vdso.c: New.
22051 * gdb.btrace/vdso.exp: New.
22052
22053 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22054
22055 * gdb.base/gcore.exp (capture_command_output): Move ...
22056 * lib/gdb.exp (capture_command_output): ... here.
22057
22058 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22059
22060 * gdb.btrace/data.exp: Test memory access during btrace replay.
22061
22062 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22063
22064 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22065
22066 2014-05-21 Pedro Alves <palves@redhat.com>
22067
22068 PR gdb/13860
22069 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22070 (top level): Test that output related to execution commands is
22071 sent to the console with CLI commands, but not with MI commands.
22072 Test that breakpoint events are always mirrored to the console.
22073 Also expect the new source line to be output after a "next" in
22074 async mode too. Make it a pass/fail test.
22075 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22076 output.
22077 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22078
22079 2014-05-21 Pedro Alves <palves@redhat.com>
22080
22081 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22082 Use them to test variations of "list" after reaching a breakpoint.
22083 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22084 Test "list" with listsize 10 after reaching a breakpoint.
22085 * gdb.python/python.exp (decode_line current location line
22086 number): Adjust expected line number.
22087
22088 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22089
22090 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22091 behavior for $args, pass it directly to "run".
22092
22093 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22094
22095 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22096 30000 to 65536.
22097
22098 2014-05-21 Pedro Alves <palves@redhat.com>
22099
22100 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22101 auto-connect-native-target off".
22102 * gdb.base/auto-connect-native-target.c: New file.
22103 * gdb.base/auto-connect-native-target.exp: New file.
22104
22105 2014-05-21 Pedro Alves <palves@redhat.com>
22106
22107 * gdb.base/default.exp: Test "target native" instead of "target
22108 child".
22109
22110 2014-05-21 Mark Wielaard <mjw@redhat.com>
22111
22112 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22113
22114 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22115
22116 Fix TLS access for -static -pthread.
22117 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22118 <HAVE_TLS> (thread_function, main): Initialize it.
22119 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22120 Add clean_restart.
22121 <$have_tls != "">: Check TLSVAR.
22122
22123 2014-05-21 Pedro Alves <palves@redhat.com>
22124
22125 * gdb.base/dcache-line-read-error.c: New.
22126 * gdb.base/dcache-line-read-error.exp: New.
22127
22128 2014-05-20 Pedro Alves <palves@redhat.com>
22129
22130 * gdb.base/compare-sections.c: New file.
22131 * gdb.base/compare-sections.exp: New file.
22132
22133 2014-05-20 Pedro Alves <palves@redhat.com>
22134
22135 * gdb.base/break-idempotent.c: New file.
22136 * gdb.base/break-idempotent.exp: New file.
22137
22138 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22139
22140 * gdb.btrace/nohist.exp: New.
22141
22142 2014-05-20 Yao Qi <yao@codesourcery.com>
22143
22144 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22145 gdb.reverse directory and gdb_reverse_timeout exists in board
22146 setting.
22147 * README: Document gdb_reverse_timeout.
22148
22149 2014-05-20 Yao Qi <yao@codesourcery.com>
22150
22151 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22152 'test_file_name'. Treat args as a string instead of a list.
22153 (gdb_init): Rename argument 'args' by 'test_file_name'.
22154
22155 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22156
22157 * gdb.arch/powerpc-power.exp: New file.
22158 * gdb.arch/powerpc-power.s: New file.
22159
22160 2014-05-16 Doug Evans <dje@google.com>
22161
22162 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22163 * gdb.base/completion.exp: Check that all expected files exist
22164 before doing file completion.
22165
22166 2014-05-16 Doug Evans <dje@google.com>
22167
22168 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22169 Update.
22170 (do_syscall_tests_without_xml): Update.
22171
22172 2014-05-16 Pedro Alves <palves@redhat.com>
22173
22174 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22175 instead of "unknown output after running".
22176
22177 2014-05-16 Yao Qi <yao@codesourcery.com>
22178
22179 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22180 file1.txt from host at the end.
22181 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22182
22183 2014-05-15 Doug Evans <dje@google.com>
22184
22185 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22186 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22187 loading file. Add test for TU lookup.
22188
22189 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22190
22191 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22192 calling "-exec-arguments" or "set args" before running the
22193 inferior.
22194
22195 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22196
22197 * lib/mi-support.exp (mi_expect_stop): Expect message for
22198 inferiors that exit with non-zero exit code.
22199
22200 2014-05-14 Yao Qi <yao@codesourcery.com>
22201
22202 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22203 match absolute path on remote host.
22204 (test_file_list_exec_source_files): Remove "/" from the
22205 pattern.
22206
22207 2014-05-14 Yao Qi <yao@codesourcery.com>
22208
22209 * boards/local-remote-host-notty.exp (${board}_file): New
22210 proc.
22211
22212 2014-05-07 Kyle McMartin <kyle@redhat.com>
22213
22214 Pushed by Joel Brobecker <brobecker@adacore.com>.
22215 * gdb.arch/aarch64-atomic-inst.c: New file.
22216 * gdb.arch/aarch64-atomic-inst.exp: New file.
22217
22218 2014-05-07 Yao Qi <yao@codesourcery.com>
22219
22220 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22221 in current context" too.
22222
22223 2014-05-05 Keith Seitz <keiths@redhat.com>
22224
22225 * gdb.linespec/ls-dollar.exp: Add test for linespec
22226 file:convenience_variable.
22227
22228 2014-05-05 Yao Qi <yao@codesourcery.com>
22229
22230 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22231 traceframes into tfile and ctf trace files. Read data from
22232 trace file and test collected data.
22233 (gdb_collect_locals_test): Likewise.
22234 (gdb_unavailable_registers_test): Likewise.
22235 (gdb_unavailable_floats): Likewise.
22236 (gdb_collect_globals_test): Likewise.
22237 (top-level): Append "ctf" to trace_file_targets if GDB
22238 supports.
22239
22240 2014-05-05 Yao Qi <yao@codesourcery.com>
22241
22242 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22243 code to ...
22244 (gdb_collect_args_test_1): ... it. New proc.
22245 (gdb_collect_locals_test): Move some code to ...
22246 (gdb_collect_locals_test_1): ... it. New proc.
22247 (gdb_unavailable_registers_test): Move some code to ...
22248 (gdb_unavailable_registers_test_1): ... it. New proc.
22249 (gdb_unavailable_floats): Move some code to ...
22250 (gdb_unavailable_floats_1): ... it. New proc.
22251
22252 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22253
22254 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22255 probes to test for bitness recognition.
22256 * gdb.arch/amd64-stap-optional-prefix.exp
22257 (test_probe_value_without_reg): New procedure.
22258 Add code to test for different kinds of bitness.
22259
22260 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22261
22262 PR breakpoints/16889
22263 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22264 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22265
22266 2014-05-01 Pedro Alves <palves@redhat.com>
22267
22268 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22269 gdb_file_cmd if no file is specified.
22270 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22271 last_loaded_file to set the remote exec-file.
22272
22273 2014-05-01 Pedro Alves <palves@redhat.com>
22274
22275 * boards/local-remote-host.exp: New file.
22276
22277 2014-05-01 Pedro Alves <palves@redhat.com>
22278
22279 * boards/local-remote-host.exp: Rename to ...
22280 * boards/local-remote-host-notty.exp: ... this.
22281
22282 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22283
22284 * gdb.ada/dyn_arrayidx: New testcase.
22285
22286 2014-04-26 Yao Qi <yao@codesourcery.com>
22287
22288 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22289 and compute the length of function main. Save it in
22290 $main_length.
22291 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22292 (top-level): Use gdb_compile to compile objects into
22293 executable and restart GDB. Remove invocation to
22294 prepare_for_testing.
22295
22296 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22297 Pedro Alves <palves@redhat.com>
22298
22299 PR server/16255
22300 * gdb.multi/multi-attach.c: New file.
22301 * gdb.multi/multi-attach.exp: New file.
22302
22303 2014-04-25 Pedro Alves <palves@redhat.com>
22304
22305 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22306 user.
22307 (top level): Test that "set remote conditional-breakpoints-packet
22308 off" works as intended.
22309 * gdb.base/dprintf.exp: Test that "set remote
22310 breakpoint-commands-packet off" works as intended.
22311 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22312 New function.
22313 (top level): Call it.
22314 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22315 remote fast-tracepoints-packet off" works as intended.
22316 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22317 * lib/gdb.exp (gdb_is_target_remote): ... here.
22318
22319 2014-04-24 David Blaikie <dblaikie@gmail.com>
22320
22321 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22322 ensure clang would not discard them.
22323 * gdb.base/gdbvars.c: Ditto.
22324 * gdb.base/memattr.c: Ditto.
22325 * gdb.base/whatis.c: Ditto.
22326 * gdb.python/py-prettyprint.c: Ditto.
22327 * gdb.trace/actions.c: Ditto.
22328 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22329 ensure clang would not discard it.
22330
22331 2014-04-24 David Blaikie <dblaikie@gmail.com>
22332
22333 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22334 clang to emit the full definition of type required by the test
22335 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22336
22337 2014-04-24 David Blaikie <dblaikie@gmail.com>
22338
22339 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22340 coax Clang into emitting the definition of the type.
22341 * gdb.cp/pr10728-x.h (y): Ditto.
22342 * gdb.cp/pr10728-y.cc (y): Ditto.
22343
22344 2014-04-24 David Blaikie <dblaikie@gmail.com>
22345
22346 * gdb.base/label.exp: XFAIL label related tests under Clang.
22347 * gdb.cp/cplabel.exp: Ditto.
22348 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22349 under Clang those using labels.
22350
22351 2014-04-25 Yao Qi <yao@codesourcery.com>
22352
22353 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22354 double_label.
22355 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22356 partial_label and double_label.
22357
22358 2014-04-24 David Blaikie <dblaikie@gmail.com>
22359
22360 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22361
22362 2014-04-24 David Blaikie <dblaikie@gmail.com>
22363
22364 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22365 of the function to work across GCC and Clang.
22366 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22367 pointer types (const void ** const V void **).
22368
22369 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22370 Walfred Tedeschi <walfred.tedeschi@intel.com>
22371
22372 * Makefile.in (EXECUTABLES): Added i386-avx512.
22373 * gdb.arch/i386-avx512.c: New file.
22374 * gdb.arch/i386-avx512.exp: Likewise.
22375
22376 2014-04-23 Keith Seitz <keiths@redhat.com>
22377
22378 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22379 (mi_make_breakpoint_table): New procedure.
22380 (mi_create_breakpoint): Use mi_make_breakpoint
22381 and return the result.
22382 (mi_make_breakpoint): New procedure.
22383 (mi_build_kv_pairs): New procedure.
22384
22385 * gdb.mi/mi-break.exp: Remove unused globals,
22386 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22387 All callers updated.
22388 * gdb.mi/mi-dprintf.exp: Use variable to track command
22389 number.
22390 Update all callers of mi_create_breakpoint and use
22391 mi_make_breakpoint_table.
22392 Remove any unused global variables.
22393 * gdb.mi/mi-nonstop.exp: Likewise.
22394 * gdb.mi/mi-nsintrall.exp: Likewise.
22395 * gdb.mi/mi-nsmoribund.exp: Likewise.
22396 * gdb.mi/mi-nsthrexec.exp: Likewise.
22397 * gdb.mi/mi-reverse.exp: Likewise.
22398 * gdb.mi/mi-simplerun.exp: Likewise.
22399 * gdb.mi/mi-stepn.exp: Likewise.
22400 * gdb.mi/mi-syn-frame.exp: Likewise.
22401 * gdb.mi/mi-until.exp: Likewise.
22402 * gdb.mi/mi-var-cp.exp: Likewise.
22403 * gdb.mi/mi-var-display.exp: Likewise.
22404 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22405 * gdb.mi/mi2-var-child.exp: Likewise.
22406 * gdb.mi/mi-vla-c99.exp: Likewise.
22407 * lib/mi-support.exp: Likewise.
22408
22409 From Ian Lance Taylor <iant@cygnus.com>:
22410 * lib/gdb.exp (parse_args): New procedure.
22411
22412 2014-04-23 Pedro Alves <palves@redhat.com>
22413
22414 * gdb.base/break-unload-file.c: New file.
22415 * gdb.base/break-unload-file.exp: New file.
22416 * gdb.base/sym-file-lib.c (baz): New function.
22417 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22418 field.
22419 (load): Store the segment's mapped size.
22420 (unload): New function.
22421 (unload_shlib): New function.
22422 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22423 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22424 set a breakpoint at baz, and call it.
22425 * gdb.base/sym-file.exp: New tests for stale breakpoint
22426 instructions.
22427
22428 2014-04-23 Pedro Alves <palves@redhat.com>
22429
22430 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22431 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22432 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22433 * gdb.base/hbreak-unmapped.c: New file.
22434 * gdb.base/hbreak-unmapped.exp: New file.
22435 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22436 * lib/gdb.exp (gdb_is_target_remote): ... here.
22437
22438 2014-04-22 Pedro Alves <palves@redhat.com>
22439
22440 * gdb.base/consecutive-step-over.c: New file.
22441 * gdb.base/consecutive-step-over.exp: New file.
22442
22443 2014-04-22 Pedro Alves <palves@redhat.com>
22444
22445 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22446 instead of send_gdb/gdb_expect.
22447
22448 2014-04-22 Yao Qi <yao@codesourcery.com>
22449
22450 * lib/trace-support.exp (generate_tracefile): New procedure.
22451 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22452 return 0.
22453 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22454 if generate_tracefile returns 1.
22455
22456 2014-04-18 Tom Tromey <palves@redhat.com>
22457 Pedro alves <tromey@redhat.com>
22458
22459 PR backtrace/15558
22460 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22461 with a backtrace limit.
22462 * gdb.python/py-frame-inline.exp: Test running to an inline
22463 function with a backtrace limit, and printing the newest frame.
22464 * gdb.python/py-frame-inline.c (main): Call f.
22465
22466 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22467
22468 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22469
22470 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22471
22472 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22473 Drop prefix from unsupported source file path.
22474
22475 2014-04-17 Yao Qi <yao@codesourcery.com>
22476
22477 * lib/gdb.exp (with_target_charset): New proc.
22478 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22479 with_target_charset.
22480 (test_print_strings): Likewise.
22481 (test_repeat_bytes): Likewise.
22482 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22483 for some tests.
22484
22485 2014-04-16 Keith Seitz <keiths@redhat.com>
22486
22487 PR gdb/15827
22488 * gdb.dwarf2/corrupt.c: New file.
22489 * gdb.dwarf2/corrupt.exp: New file.
22490
22491 2014-04-16 Keith Seitz <keiths@redhat.com>
22492
22493 PR c++/16597
22494 * gdb.cp/namelessclass.cc: New file.
22495 * gdb.cp/namelessclass.exp: New file.
22496 * gdb.cp/namelessclass.S: New file.
22497
22498 2014-04-16 Doug Evans <dje@google.com>
22499
22500 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22501 Add comment.
22502 (gdbserver_default_get_comm_port): New function.
22503 (gdbserver_start): Check if board file provided
22504 "gdbserver,get_comm_port" and use it if so.
22505 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22506 (gdb,socketport): Set to "stdio".
22507 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22508 (stdio_gdbserver_template): Delete.
22509 (${board}_get_remote_address): Update.
22510 (${board}_build_remote_cmd): Delete.
22511 (${board}_get_comm_port): New function.
22512 (${board}_spawn): Update.
22513 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22514 Delete.
22515 (${board}_get_remote_address): Update.
22516 (${board}_get_comm_port): New function.
22517
22518 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22519
22520 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22521 appearing in any order.
22522
22523 2014-04-15 Doug Evans <dje@google.com>
22524
22525 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22526 uninitialized value of "description".
22527
22528 2014-04-15 Keith Seitz <keiths@redhat.com>
22529
22530 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22531 Remove unused globals.
22532 (test_running_the_program): Likewise.
22533 (test_controlled_execution): Likewise.
22534 (test_controlling_breakpoints): Likewise.
22535 (test_program_termination): Likewise.
22536
22537 2014-04-15 Keith Seitz <keiths@redhat.com>
22538
22539 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22540 unused globals.
22541 (test_rbreak_creation_and_listing): Likewise.
22542 (test_ignore_count): Likewise.
22543 (test_error): Likewise.
22544
22545 2014-04-15 Pedro Alves <palves@redhat.com>
22546
22547 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22548 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22549 sym-file-loader.c.
22550 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22551 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22552 to sym-file-loader.c.
22553 (struct library): Forward declare.
22554 (load_shlib, lookup_function): Change prototypes.
22555 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22556 (translate_offset): Remove declarations.
22557 (get_text_addr): New declaration.
22558 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22559 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22560 sym-file-loader.h.
22561 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22562 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22563 here from sym-file-loader.h.
22564 (struct library): New structure.
22565 (load_shlib, lookup_function): Change prototypes and adjust to
22566 work with a struct library.
22567 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22568 (translate_offset): Make static.
22569 (get_text_addr): New function.
22570 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22571
22572 2014-04-15 Pedro Alves <palves@redhat.com>
22573
22574 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22575
22576 2014-04-15 Pedro Alves <palves@redhat.com>
22577
22578 * gdb.base/sym-file-loader.c: Include <limits.h>.
22579 (SELF_LINK): New define.
22580 (get_origin): New function.
22581 (load_shlib): Use it.
22582 * gdb.base/sym-file.exp: Don't early return if the target is
22583 remote. Use runto_main, and issue fail is that fails. Use
22584 gdb_load_shlibs.
22585 (shlib_name): Delete.
22586 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22587
22588 2014-04-15 Pedro Alves <palves@redhat.com>
22589
22590 * gdb.base/sym-file.exp: Remove regex characters from test
22591 message. Don't refer to breakpoint numbers in test messages.
22592
22593 2014-04-14 Keith Seitz <keiths@redhat.com>
22594
22595 PR c++/16253
22596 * gdb.cp/var-tag.cc: New file.
22597 * gdb.cp/var-tag.exp: New file.
22598 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22599 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22600 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22601 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22602
22603 2014-04-14 Tom Tromey <tromey@redhat.com>
22604
22605 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22606 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22607 type.
22608 * gdb.cp/enum-class.exp: New file.
22609 * gdb.cp/enum-class.cc: New file.
22610
22611 2014-04-14 Tom Tromey <tromey@redhat.com>
22612
22613 * gdb.dwarf2/enum-type.exp: New file.
22614
22615 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22616
22617 * gdb.mi/mi-vla-c99.exp: New file.
22618 * gdb.mi/vla.c: New file.
22619
22620 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22621
22622 * gdb.base/vla-datatypes.c: New file.
22623 * gdb.base/vla-datatypes.exp: New file.
22624
22625 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22626
22627 * gdb.base/vla-ptr.c: New file.
22628 * gdb.base/vla-ptr.exp: New file.
22629
22630 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22631
22632 * gdb.dwarf2/count.exp: New file.
22633
22634 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22635
22636 * gdb.base/vla-sideeffect.c: New file.
22637 * gdb.base/vla-sideeffect.exp: New file.
22638
22639 2014-04-14 David Blaikie <dblaikie@gmail.com>
22640
22641 * gdb.mi/non-stop.c: Add return value for non-void function return
22642 statement.
22643 * gdb.threads/staticthreads.c: Ditto.
22644
22645 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22646 Doug Evans <xdje42@gmail.com>
22647
22648 * gdb.guile/scm-value.c: Improve test case.
22649 * gdb.guile/scm-value.exp: Add new test.
22650
22651 2014-04-11 David Blaikie <dblaikie@gmail.com>
22652
22653 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22654 override Clang's default.
22655
22656 2014-04-11 Joel Brobecker <brobecker@adacore.com>
22657
22658 Revert the following changes (regressions):
22659
22660 * gdb.base/vla-sideeffect.c: New file.
22661 * gdb.base/vla-sideeffect.exp: New file.
22662
22663 * gdb.dwarf2/count.exp: New file.
22664
22665 * gdb.base/vla-multi.c: New file.
22666 * gdb.base/vla-multi.exp: New file.
22667
22668 * gdb.base/vla-ptr.c: New file.
22669 * gdb.base/vla-ptr.exp: New file.
22670
22671 * gdb.base/vla-datatypes.c: New file.
22672 * gdb.base/vla-datatypes.exp: New file.
22673
22674 * gdb.mi/mi-vla-c99.exp: New file.
22675 * gdb.mi/vla.c: New file.
22676
22677 2014-04-11 Keith Seitz <keiths@redhat.com>
22678
22679 PR c++/16675
22680 * gdb.cp/cpsizeof.exp: New file.
22681 * gdb.cp/cpsizeof.cc: New file.
22682
22683 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22684
22685 * gdb.mi/mi-vla-c99.exp: New file.
22686 * gdb.mi/vla.c: New file.
22687
22688 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22689
22690 * gdb.base/vla-datatypes.c: New file.
22691 * gdb.base/vla-datatypes.exp: New file.
22692
22693 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22694
22695 * gdb.base/vla-ptr.c: New file.
22696 * gdb.base/vla-ptr.exp: New file.
22697
22698 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22699
22700 * gdb.base/vla-multi.c: New file.
22701 * gdb.base/vla-multi.exp: New file.
22702
22703 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22704
22705 * gdb.dwarf2/count.exp: New file.
22706
22707 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22708
22709 * gdb.base/vla-sideeffect.c: New file.
22710 * gdb.base/vla-sideeffect.exp: New file.
22711
22712 2014-04-11 Yao Qi <yao@codesourcery.com>
22713
22714 * gdb.base/completion.exp: Check file exists before running tests
22715 on file completion.
22716
22717 2014-04-10 Pedro Alves <palves@redhat.com>
22718
22719 * gdb.base/cond-eval-mode.c: New file.
22720 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22721 prepare_for_testing to build the new file. Check result of
22722 runto_main.
22723 (test_break, test_watch): New procedures.
22724 (top level): Use them.
22725
22726 2014-04-08 Pierre Muller <muller@sourceware.org>
22727
22728 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22729 Ctrl-V use for mingw hosts.
22730
22731 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22732
22733 * gdb.python/py-value.c: Improve test case.
22734 * gdb.python/py-value.exp: Add new test.
22735
22736 2014-04-07 David Blaikie <dblaikie@gmail.com>
22737
22738 * lib/compiler.c: Identify the clang compiler.
22739 * lib/compiler.cc: Ditto.
22740
22741 2014-04-03 Yao Qi <yao@codesourcery.com>
22742
22743 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22744
22745 2014-04-01 Anton Blanchard <anton@samba.org>
22746
22747 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22748 messages unique.
22749
22750 2014-04-01 Anton Blanchard <anton@samba.org>
22751
22752 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22753 prepare_for_testing.
22754
22755 2014-04-01 Anton Blanchard <anton@samba.org>
22756
22757 * gdb.arch/ppc64-atomic-inst.c: Remove.
22758 * gdb.arch/ppc64-atomic-inst.S: New file.
22759 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22760
22761 2014-03-31 Doug Evans <dje@google.com>
22762
22763 * gdb.base/print-symbol-loading-lib.c: New file.
22764 * gdb.base/print-symbol-loading-main.c: New file.
22765 * gdb.base/print-symbol-loading.exp: New file.
22766
22767 2014-03-31 Yao Qi <yao@codesourcery.com>
22768
22769 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22770
22771 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22772
22773 * gdb.ada/mi_dyn_arr: New testcase.
22774
22775 2014-03-27 Doug Evans <dje@google.com>
22776
22777 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22778
22779 2014-03-27 Yao Qi <yao@codesourcery.com>
22780
22781 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22782 if target is nios2-*-*.
22783
22784 2014-03-26 Yao Qi <yao@codesourcery.com>
22785
22786 * lib/gdb.exp (readline_is_used): New proc.
22787 * gdb.base/completion.exp: Move tests on command complete up.
22788 Skip the rest of tests if readline is not used.
22789 * gdb.ada/complete.exp: Skp the test if readline is not
22790 used.
22791 * gdb.base/filesym.exp: Likewise.
22792 * gdb.base/macscp.exp: Likewise.
22793 * gdb.base/readline-ask.exp: Likewise.
22794 * gdb.base/readline.exp: Likewise.
22795 * gdb.python/py-cmd.exp: Likewise.
22796 * gdb.trace/tfile.exp: Likewise.
22797
22798 2014-03-26 Yao Qi <yao@codesourcery.com>
22799
22800 * gdb.base/macscp.exp: Fix code format issues.
22801
22802 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22803
22804 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22805 * gdb.asm/powerpc64le.inc: New file.
22806
22807 2014-03-25 Pedro Alves <palves@redhat.com>
22808 Doug Evans <dje@google.com>
22809
22810 * gdb.base/source-execution.c: New file.
22811 * gdb.base/source-execution.exp: New file.
22812 * gdb.base/source-execution.gdb: New file.
22813
22814 2014-03-24 Doug Evans <dje@google.com>
22815
22816 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22817 using fission.
22818
22819 2014-03-24 Hui Zhu <hui@codesourcery.com>
22820 Pedro Alves <palves@redhat.com>
22821
22822 PR breakpoints/16101
22823 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22824 test pass/fail messages. Detect missing support for dprintf when
22825 breakpoints are actually inserted.
22826 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22827 breakpoints are actually inserted.
22828 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22829 fails.
22830
22831 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22832
22833 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22834
22835 2014-03-22 Doug Evans <xdje42@gmail.com>
22836
22837 * gdb.python/python.exp (python not supported): Verify multi-line
22838 python command issues an error.
22839 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22840 guile command issues an error.
22841
22842 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22843
22844 * gdb.threads/thread-specific.exp: Handle the lack of usable
22845 $this_breakpoint and $this_thread.
22846
22847 2014-03-21 Hui Zhu <hui@codesourcery.com>
22848
22849 * gdb.base/attach.exp (do_command_attach_tests): New.
22850
22851 2014-03-20 Tom Tromey <tromey@redhat.com>
22852 Pedro Alves <palves@redhat.com>
22853
22854 PR cli/15718
22855 * gdb.base/condbreak-call-false.c: New file.
22856 * gdb.base/condbreak-call-false.exp: New file.
22857
22858 2014-03-20 Pedro Alves <palves@redhat.com>
22859
22860 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22861 Delete.
22862 (block_signals, unblock_signals): Delete.
22863 (child_function_2, main): Remove references to deleted variable
22864 and functions.
22865
22866 2014-03-20 Pedro Alves <palves@redhat.com>
22867
22868 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22869 Use pthread_kill to signal thread 2.
22870 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22871 Adjust to make the test send itself a signal rather than using the
22872 host's "kill" command.
22873
22874 2014-03-20 Pedro Alves <palves@redhat.com>
22875
22876 * gdb.threads/multiple-step-overs.c: New file.
22877 * gdb.threads/multiple-step-overs.exp: New file.
22878 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22879 Adjust expected infrun debug output.
22880
22881 2014-03-20 Pedro Alves <palves@redhat.com>
22882
22883 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22884 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22885
22886 2014-03-20 Pedro Alves <palves@redhat.com>
22887
22888 PR breakpoints/7143
22889 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22890 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22891 of gdb_test_multiple.
22892 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22893 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22894
22895 2014-03-20 Pedro Alves <palves@redhat.com>
22896
22897 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22898 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22899
22900 2014-03-19 Pedro Alves <palves@redhat.com>
22901
22902 * gdb.base/async.exp: Remove early return.
22903
22904 2014-03-19 Pedro Alves <palves@redhat.com>
22905
22906 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22907
22908 2014-03-19 Pedro Alves <palves@redhat.com>
22909
22910 * gdb.base/async.exp (test_background): Expect \r\n after
22911 "completed." in the fail pattern.
22912
22913 2014-03-19 Pedro Alves <palves@redhat.com>
22914
22915 * gdb.base/async.exp (test_background): New procedure.
22916 Use it for all background execution command tests.
22917
22918 2014-03-19 Pedro Alves <palves@redhat.com>
22919
22920 * gdb.base/async.exp: Use prepare_for_testing.
22921
22922 2014-03-19 Pedro Alves <palves@redhat.com>
22923
22924 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22925 the same line.
22926
22927 2014-03-19 Pedro Alves <palves@redhat.com>
22928
22929 * gdb.base/async.c (main): Add "jump here" and "until here" line
22930 marker comments.
22931 * gdb.base/async.exp (jump_here): New global.
22932 (jump& test): Use it.
22933 (until_here): New global.
22934 (until& test): Use it.
22935
22936 2014-03-19 Pedro Alves <palves@redhat.com>
22937
22938 * gdb.base/async.exp: Don't frob gdb_protocol.
22939
22940 2014-03-18 Doug Evans <xdje42@gmail.com>
22941
22942 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22943 Fix spelling of exec-done-display.
22944
22945 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22946
22947 PR gdb/15358
22948 * gdb.base/gdb-sigterm.c: New file.
22949 * gdb.base/gdb-sigterm.exp: New file.
22950
22951 2014-03-18 Pedro Alves <palves@redhat.com>
22952
22953 PR gdb/13860
22954 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22955 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22956 solib-event.
22957
22958 2014-03-17 Joel Brobecker <brobecker@adacore.com>
22959
22960 * gdb.ada/pckd_arr_ren: New testcase.
22961
22962 2014-03-13 Doug Evans <xdje42@gmail.com>
22963
22964 PR guile/16612
22965 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22966 collect after discarding symbols.
22967
22968 2014-03-13 Ludovic Courtès <ludo@gnu.org>
22969 Doug Evans <xdje42@gmail.com>
22970
22971 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22972 to history survives a gc.
22973
22974 2014-03-13 Pedro Alves <palves@redhat.com>
22975
22976 * gdb.base/default.exp: Don't test "target procfs".
22977
22978 2014-03-13 Pedro Alves <palves@redhat.com>
22979
22980 * gdb.base/default.exp: Update "target child" and "target procfs"
22981 tests to not expect "Unix".
22982
22983 2014-03-12 Tom Tromey <tromey@redhat.com>
22984
22985 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22986 New procs. Add target-async tests.
22987 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22988 Add target-async tests.
22989
22990 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22991
22992 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22993 'func_start' and 'func_end' for the beginning and end of the
22994 function code, respectively.
22995 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22996 'func_end' instead of 'func' and 'main'.
22997
22998 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22999
23000 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23001 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23002 generate the debug info assembler source.
23003
23004 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23005
23006 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23007 * gdb.dwarf2/arr-subrange.exp: Likewise.
23008 * gdb.dwarf2/dwz.exp: Likewise.
23009 * gdb.dwarf2/method-ptr.exp: Likewise.
23010 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23011 * gdb.dwarf2/subrange.exp: Likewise.
23012 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23013 * gdb.dwarf2/implptrpiece.exp: Likewise.
23014 * gdb.dwarf2/nostaticblock.exp: Likewise.
23015
23016 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23017
23018 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23019 directory to absolute path name arguments.
23020
23021 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23022
23023 * gdb.ada/tagged_access: New testcase.
23024
23025 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23026
23027 * gdb.btrace/data.exp: Update expected output.
23028
23029 2014-03-06 Yao Qi <yao@codesourcery.com>
23030
23031 * gdb.trace/pr16508.exp: New file.
23032
23033 2014-03-05 Pedro Alves <palves@redhat.com>
23034
23035 PR gdb/16575
23036 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23037 procedure.
23038 (top level): Adjust to use it. Add tests that exercise breakpoint
23039 interaction with the code-cache.
23040
23041 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23042
23043 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23044 test for 'history-append!'.
23045
23046 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23047
23048 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23049 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23050 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23051 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23052 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23053 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23054
23055 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23056
23057 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23058 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23059 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23060
23061 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23062
23063 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23064
23065 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23066
23067 * gdb.dwarf2/arr-stride.c: New file.
23068 * gdb.dwarf2/arr-stride.exp: New file.
23069
23070 2014-02-26 Pedro Alves <palves@redhat.com>
23071
23072 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23073 that won't ever trigger. Make sure that GDB reports the correct
23074 breakpoint that caused the stop.
23075
23076 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23077
23078 PR gdb/16626
23079 * gdb.base/auto-load-script: New file.
23080 * gdb.base/auto-load.c: New file.
23081 * gdb.base/auto-load.exp: New file.
23082
23083 PR gdb/16626
23084 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23085
23086 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23087
23088 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23089 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23090
23091 2014-02-24 Doug Evans <dje@google.com>
23092
23093 * lib/gdb.exp (run_on_host): Log error output if program fails.
23094
23095 2014-02-21 Pedro Alves <palves@redhat.com>
23096
23097 * gdb.threads/step-after-sr-lock.c: Rename to ...
23098 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23099 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23100 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23101 ... this.
23102
23103 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23104
23105 PR tdep/16397
23106 * gdb.arch/amd64-stap-special-operands.exp: New file.
23107 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23108 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23109 * gdb.arch/amd64-stap-triplet.S: Likewise.
23110 * gdb.arch/amd64-stap-triplet.c: Likewise.
23111
23112 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23113
23114 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23115 in .section pseudo-op.
23116
23117 2014-02-20 lin zuojian <manjian2006@gmail.com>
23118 Joel Brobecker <brobecker@adacore.com>
23119 Doug Evans <xdje42@gmail.com>
23120
23121 PR symtab/16581
23122 * gdb.dwarf2/dw2-icycle.S: New file.
23123 * gdb.dwarf2/dw2-icycle.c: New file.
23124 * gdb.dwarf2/dw2-icycle.exp: New file.
23125
23126 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23127
23128 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23129 operations on gdb.Value objects.
23130 * gdb.python/py-value-cc.exp: Add new test to test operations on
23131 gdb.Value objects.
23132
23133 2014-02-18 Doug Evans <dje@google.com>
23134
23135 * Makefile.in (TESTS): New variable.
23136 (expanded_tests, expanded_tests_or_none): New variables
23137 (check-single): Pass $(expanded_tests_or_none) to runtest.
23138 (check-parallel): Only run tests in $(TESTS) if non-empty.
23139 (check/no-matching-tests-found): New rule.
23140 * README: Document TESTS makefile variable.
23141
23142 2014-02-18 Doug Evans <dje@google.com>
23143
23144 * Makefile.in (check-parallel): rm -rf outputs temp.
23145
23146 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23147
23148 Fix "ERROR: no fileid for" in the testsuite.
23149 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23150
23151 2014-02-12 Doug Evans <dje@google.com>
23152
23153 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23154 (MISCELLANEOUS): New variable.
23155 (clean): rm -rf $(MISCELLANEOUS).
23156 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23157 dwp live in the same directory as symlinks, with each symlink pointed
23158 to a differently named file in a different directory.
23159
23160 2014-02-11 Doug Evans <dje@google.com>
23161
23162 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23163 of Tcl file commands.
23164
23165 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23166
23167 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23168 "kill -SIGUSR1 -1".
23169
23170 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23171
23172 * gdb.ada/tick_length_array_enum_idx: New testcase.
23173
23174 2014-02-10 Doug Evans <xdje42@gmail.com>
23175
23176 * configure.ac (AC_OUTPUT): Add gdb.guile.
23177 * configure: Regenerate.
23178 * lib/gdb-guile.exp: New file.
23179 * lib/gdb.exp (get_target_charset): New function.
23180 * gdb.base/help.exp: Update expected output from "apropos apropos".
23181 * gdb.guile/Makefile.in: New file.
23182 * gdb.guile/guile.exp: New file.
23183 * gdb.guile/scm-arch.c: New file.
23184 * gdb.guile/scm-arch.exp: New file.
23185 * gdb.guile/scm-block.c: New file.
23186 * gdb.guile/scm-block.exp: New file.
23187 * gdb.guile/scm-breakpoint.c: New file.
23188 * gdb.guile/scm-breakpoint.exp: New file.
23189 * gdb.guile/scm-disasm.c: New file.
23190 * gdb.guile/scm-disasm.exp: New file.
23191 * gdb.guile/scm-equal.c: New file.
23192 * gdb.guile/scm-equal.exp: New file.
23193 * gdb.guile/scm-error.exp: New file.
23194 * gdb.guile/scm-error.scm: New file.
23195 * gdb.guile/scm-frame-args.c: New file.
23196 * gdb.guile/scm-frame-args.exp: New file.
23197 * gdb.guile/scm-frame-args.scm: New file.
23198 * gdb.guile/scm-frame-inline.c: New file.
23199 * gdb.guile/scm-frame-inline.exp: New file.
23200 * gdb.guile/scm-frame.c: New file.
23201 * gdb.guile/scm-frame.exp: New file.
23202 * gdb.guile/scm-generics.exp: New file.
23203 * gdb.guile/scm-gsmob.exp: New file.
23204 * gdb.guile/scm-iterator.c: New file.
23205 * gdb.guile/scm-iterator.exp: New file.
23206 * gdb.guile/scm-math.c: New file.
23207 * gdb.guile/scm-math.exp: New file.
23208 * gdb.guile/scm-objfile-script-gdb.in: New file.
23209 * gdb.guile/scm-objfile-script.c: New file.
23210 * gdb.guile/scm-objfile-script.exp: New file.
23211 * gdb.guile/scm-objfile.c: New file.
23212 * gdb.guile/scm-objfile.exp: New file.
23213 * gdb.guile/scm-ports.exp: New file.
23214 * gdb.guile/scm-pretty-print.c: New file.
23215 * gdb.guile/scm-pretty-print.exp: New file.
23216 * gdb.guile/scm-pretty-print.scm: New file.
23217 * gdb.guile/scm-section-script.c: New file.
23218 * gdb.guile/scm-section-script.exp: New file.
23219 * gdb.guile/scm-section-script.scm: New file.
23220 * gdb.guile/scm-symbol.c: New file.
23221 * gdb.guile/scm-symbol.exp: New file.
23222 * gdb.guile/scm-symtab-2.c: New file.
23223 * gdb.guile/scm-symtab.c: New file.
23224 * gdb.guile/scm-symtab.exp: New file.
23225 * gdb.guile/scm-type.c: New file.
23226 * gdb.guile/scm-type.exp: New file.
23227 * gdb.guile/scm-value-cc.cc: New file.
23228 * gdb.guile/scm-value-cc.exp: New file.
23229 * gdb.guile/scm-value.c: New file.
23230 * gdb.guile/scm-value.exp: New file.
23231 * gdb.guile/source2.scm: New file.
23232 * gdb.guile/types-module.cc: New file.
23233 * gdb.guile/types-module.exp: New file.
23234
23235 2014-02-10 Yao Qi <yao@codesourcery.com>
23236
23237 PR testsuite/16543
23238 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23239 * configure: Regenerated.
23240 * Makefile.in: New file.
23241
23242 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23243
23244 * gdb.python/py-framefilter.exp: Fix typo.
23245
23246 2014-02-08 Yao Qi <yao@codesourcery.com>
23247
23248 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23249 that no =breakpoint-modified is emitted when breakpoints are
23250 modified through MI commands.
23251
23252 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23253 Pedro Alves <palves@redhat.com>
23254
23255 * gdb.threads/step-after-sr-lock.c: New file.
23256 * gdb.threads/step-after-sr-lock.exp: New file.
23257
23258 2014-02-07 Pedro Alves <palves@redhat.com>
23259
23260 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23261
23262 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23263
23264 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23265 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23266
23267 2014-02-06 Doug Evans <xdje42@gmail.com>
23268
23269 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23270 output.
23271
23272 * gdb.gdb/python-interrupts.exp: New file.
23273
23274 2014-02-05 Yao Qi <yao@codesourcery.com>
23275
23276 * gdb.trace/report.exp (use_collected_data): Test the output
23277 of "info threads" and "info inferiors".
23278
23279 2014-02-05 Yao Qi <yao@codesourcery.com>
23280
23281 Revert this patch:
23282
23283 2013-05-24 Yao Qi <yao@codesourcery.com>
23284
23285 * gdb.trace/tfile.exp: Test inferior and thread.
23286
23287 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23288
23289 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23290 on a function.
23291 * gdb.base/step-bt.c: Call hello via function pointer to make
23292 sure its first instruction is executed on powerpc64le-linux.
23293
23294 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23295
23296 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23297
23298 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23299
23300 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23301 of the test patterns for use on little-endian systems.
23302
23303 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23304
23305 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23306 (decimal_vector): Fix for little-endian.
23307
23308 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23309
23310 * gdb.arch/sparc-sysstep.exp: New file.
23311 * gdb.arch/sparc-sysstep.c: Likewise.
23312
23313 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23314
23315 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23316
23317 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23318
23319 2014-01-23 Tom Tromey <tromey@redhat.com>
23320
23321 * gdb.ada/array_char_idx: New testcase.
23322
23323 2014-01-23 Tom Tromey <tromey@redhat.com>
23324
23325 PR python/16487:
23326 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23327 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23328 classes.
23329
23330 2014-01-23 Tom Tromey <tromey@redhat.com>
23331
23332 PR python/16491:
23333 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23334 string from an inferior frame.
23335 * gdb.python/py-framefilter-mi.exp: Update.
23336
23337 2014-01-22 Doug Evans <dje@google.com>
23338
23339 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23340
23341 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23342
23343 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23344
23345 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23346
23347 * gdb.trace/entry-values.exp: Remove excess space character from
23348 regex patterns. Handle s390 call instruction.
23349
23350 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23351
23352 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23353 define "*_start" label. Make "name" static.
23354 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23355 ${name} by references to ${name}_start.
23356
23357 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23358
23359 * gdb.base/info-macros.exp: Remove "debug" from the compile
23360 options.
23361
23362 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23363
23364 * gdb.dlang/demangle.exp: New file.
23365
23366 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23367
23368 * gdb.dlang/primitive-types.exp: New file.
23369
23370 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23371
23372 * configure.ac: Create gdb.dlang/Makefile.
23373 * configure: Regenerate.
23374 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23375 * gdb.dlang/Makefile.in: New file.
23376 * lib/d-support.exp: New file.
23377 * lib/gdb.exp (skip_d_tests): New proc.
23378
23379 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23380
23381 * gdb.btrace/delta.exp: Check reverse stepi.
23382 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23383 * gdb.btrace/finish.exp: New.
23384 * gdb.btrace/next.exp: New.
23385 * gdb.btrace/nexti.exp: New.
23386 * gdb.btrace/record_goto.c: Add comments.
23387 * gdb.btrace/step.exp: New.
23388 * gdb.btrace/stepi.exp: New.
23389 * gdb.btrace/multi-thread-step.c: New.
23390 * gdb.btrace/multi-thread-step.exp: New.
23391 * gdb.btrace/rn-dl-bind.c: New.
23392 * gdb.btrace/rn-dl-bind.exp: New.
23393 * gdb.btrace/data.c: New.
23394 * gdb.btrace/data.exp: New.
23395 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23396
23397 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23398
23399 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23400 * gdb.btrace/exception.exp: Update.
23401 * gdb.btrace/instruction_history.exp: Update.
23402 * gdb.btrace/record_goto.exp: Update.
23403 * gdb.btrace/tailcall.exp: Update.
23404 * gdb.btrace/unknown_functions.exp: Update.
23405 * gdb.btrace/delta.exp: New.
23406
23407 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23408
23409 * gdb.btrace/record_goto.exp: Add backtrace test.
23410 * gdb.btrace/tailcall.exp: Add backtrace test.
23411
23412 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23413
23414 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23415 * gdb.btrace/record_goto.c: New.
23416 * gdb.btrace/record_goto.exp: New.
23417 * gdb.btrace/x86-record_goto.S: New.
23418
23419 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23420
23421 * gdb.btrace/function_call_history.exp: Update tests.
23422 * gdb.btrace/instruction_history.exp: Update tests.
23423
23424 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23425
23426 * gdb.btrace/function_call_history.exp: Fix expected field
23427 order for "record function-call-history".
23428 Add new tests for "record function-call-history /c".
23429 * gdb.btrace/exception.cc: New.
23430 * gdb.btrace/exception.exp: New.
23431 * gdb.btrace/tailcall.exp: New.
23432 * gdb.btrace/x86-tailcall.S: New.
23433 * gdb.btrace/x86-tailcall.c: New.
23434 * gdb.btrace/unknown_functions.c: New.
23435 * gdb.btrace/unknown_functions.exp: New.
23436 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23437
23438 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23439
23440 * gdb.btrace/instruction_history.exp: Update.
23441 * gdb.btrace/function_call_history.exp: Update.
23442
23443 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23444
23445 * gdb.btrace/function_call_history.exp: Fix expected function
23446 trace.
23447 * gdb.btrace/instruction_history.exp: Initialize traced.
23448 Remove traced_functions.
23449
23450 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23451
23452 * gdb.btrace/function_call_history.exp: Update
23453 * gdb.btrace/instruction_history.exp: Update.
23454
23455 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23456
23457 * gdb.btrace/enable.exp: Update expected text.
23458
23459 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23460
23461 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23462 bytes.
23463
23464 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23465
23466 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23467
23468 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23469
23470 * lib/gdb.exp (supports_process_record): Return true for
23471 arm*-linux*. (supports_reverse): Likewise.
23472
23473 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23474
23475 PR python/15464
23476 PR python/16113
23477 * gdb.python/py-type.c: Enhance test case.
23478 * gdb.python/py-value-cc.cc: Likewise
23479 * gdb.python/py-type.exp: Add new tests.
23480 * gdb.python/py-value-cc.exp: Likewise
23481
23482 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23483 Pedro Alves <palves@redhat.com>
23484
23485 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23486 Make "name" extern.
23487 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23488 references to ${name}_start by references to ${name}.
23489
23490 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23491
23492 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23493
23494 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23495
23496 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23497
23498 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23499 Pedro Alves <palves@redhat.com>
23500
23501 * gdb.mi/mi-info-os.exp: Connect to the target with
23502 mi_gdb_target_load.
23503
23504 2014-01-08 Pedro Alves <palves@redhat.com>
23505
23506 * gdb.threads/reconnect-signal.c: New file.
23507 * gdb.threads/reconnect-signal.exp: New file.
23508
23509 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23510
23511 * gdb.base/source-dir.exp: New file.
23512
23513 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23514
23515 * gdb.ada/mi_interface: New testcase.
23516
23517 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23518
23519 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23520 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23521 gdb.ada/pp-rec-component/pck.ads: New files.
23522
23523 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23524
23525 * gdb.python/py-pp-integral.c: New file.
23526 * gdb.python/py-pp-integral.py: New file.
23527 * gdb.python/py-pp-integral.exp: New file.
23528
23529 For older changes see ChangeLog-1993-2013.
23530 \f
23531 ;; Local Variables:
23532 ;; mode: change-log
23533 ;; left-margin: 8
23534 ;; fill-column: 74
23535 ;; version-control: never
23536 ;; End:
23537
23538 Copyright 2014-2021 Free Software Foundation, Inc.
23539 Copying and distribution of this file, with or without modification,
23540 are permitted provided the copyright notice and this notice are preserved.
This page took 0.511172 seconds and 5 git commands to generate.