]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: Do not interrupt atomic sequences for ARC
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
29db1eb3
AB
12021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.python/tui-window-disabled.c: New file.
4 * gdb.python/tui-window-disabled.exp: New file.
5 * gdb.python/tui-window-disabled.py: New file.
6
e0c23e11
AB
72021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * gdb.python/tui-window.exp: Add new tests.
10 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
11 TestWindow object into global the_window.
12 <remote_title>: New method.
13 (delete_window_title): New function.
14
1cf23996
AB
152021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.tui/winheight.exp: Add more tests.
18
2708dbbd
AB
192021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
20
21 * gdb.python/py-framefilter.exp: Update expected results.
22 * gdb.python/python.exp: Update expected results.
23
cd074e04
AB
242021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
27 about bug in GDB, update expected results, and add more tests.
28
5fb97639
AB
292021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
30
31 * gdb.tui/scroll.exp: New file.
32 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
33 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
34 remaining lines up.
35 (Term::check_region_contents): New proc.
36 (Term::check_box_contents): Use check_region_contents.
37
c0e56745
TV
382021-02-06 Tom de Vries <tdevries@suse.de>
39
40 PR testsuite/26922
41 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
42 scrolling.
43
0e857c82
TV
442021-02-05 Tom de Vries <tdevries@suse.de>
45
46 PR breakpoints/27313
47 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
48 rejected.
49
a22ec6e8
TV
502021-02-05 Tom de Vries <tdevries@suse.de>
51
52 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
53 * gdb.fortran/mixed-lang-stack.exp: Same.
54
ae710496
TV
552021-02-05 Tom de Vries <tdevries@suse.de>
56
57 PR exp/27265
58 * gdb.base/complex-parts.exp: Add tests.
59
d3b54e63
TV
602021-02-05 Tom de Vries <tdevries@suse.de>
61
62 PR symtab/27307
63 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
64
3eccb1c8
SV
652021-02-04 Shahab Vahedi <shahab@synopsys.com>
66
67 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
68
a71501e2
PA
692021-02-03 Pedro Alves <pedro@palves.net>
70
71 * gdb.threads/detach-step-over.c: New file.
72 * gdb.threads/detach-step-over.exp: New file.
73
92234eb1
PA
742021-02-03 Pedro Alves <pedro@palves.net>
75
76 * gdb.threads/attach-non-stop.c: New file.
77 * gdb.threads/attach-non-stop.exp: New file.
78
2e3773ff
LS
792021-02-02 Lancelot SIX <lsix@lancelotsix.com>
80
81 * gdb.base/inferior-noarg.c: New test.
82 * gdb.base/inferior-noarg.exp: New test.
83
e0bd9202
SM
842021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
85
86 * gdb.base/scope.exp: Use proc_with_prefix.
87
9307efbe
SM
882021-02-02 Simon Marchi <simon.marchi@efficios.com>
89
90 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
91 table proc.
92 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
93 .debug_rnglists table without offset array.
94 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
95 .debug_loclists table without offset array.
96
2b0c7f41
SM
972021-02-02 Simon Marchi <simon.marchi@efficios.com>
98
99 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
100 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
101 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
102 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
103 attribute
104
ecfda20d
SM
1052021-02-02 Simon Marchi <simon.marchi@efficios.com>
106
107 PR gdb/26813
108 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
109 (loclists): New proc.
110 * gdb.dwarf2/loclists-multiple-cus.c: New.
111 * gdb.dwarf2/loclists-multiple-cus.exp: New.
112 * gdb.dwarf2/loclists-sec-offset.c: New.
113 * gdb.dwarf2/loclists-sec-offset.exp: New.
114
6b0933da
SM
1152021-02-02 Simon Marchi <simon.marchi@efficios.com>
116
117 * lib/dwarf.exp (_location): Add parameters.
118 (_handle_DW_FORM): Adjust.
119
962effa7
SM
1202021-02-02 Simon Marchi <simon.marchi@efficios.com>
121
122 PR gdb/26813
123 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
124 (cu): Generate header for DWARF 5.
125 (rnglists): New proc.
126 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
127 * gdb.dwarf2/rnglists-sec-offset.exp: New.
128
2bd3e4b8
TV
1292021-02-02 Tom de Vries <tdevries@suse.de>
130
131 PR symtab/24620
132 * gdb.dwarf2/fission-reread.exp: Add test-case.
133
c39c8637
TV
1342021-02-01 Tom de Vries <tdevries@suse.de>
135
136 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
137 * gdb.dwarf2/fission-loclists-pie.S: Same.
138 * gdb.dwarf2/fission-loclists.S: Same.
139 * gdb.dwarf2/fission-multi-cu.S: Same.
140 * gdb.dwarf2/fission-reread.S: Same.
141 * gdb.dwarf2/fission-base.exp: Use DWO.
142 * gdb.dwarf2/fission-loclists-pie.exp: Same.
143 * gdb.dwarf2/fission-loclists.exp: Same.
144 * gdb.dwarf2/fission-multi-cu.exp: Same.
145 * gdb.dwarf2/fission-reread.exp: Same.
146
ebde6f2d
TV
1472021-01-29 Tom de Vries <tdevries@suse.de>
148
149 PR breakpoints/26063
150 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
151 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
152
620ec3ca
TV
1532021-01-29 Tom de Vries <tdevries@suse.de>
154
155 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
156
cdeba395
TV
1572021-01-28 Tom de Vries <tdevries@suse.de>
158
159 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
160 in the backtrace, and use that in the rest of the test instead of
161 hardcoded constant 3. Use "frame" instead of "up" for robustness.
162
c47b145e
TV
1632021-01-28 Tom de Vries <tdevries@suse.de>
164
165 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
166 * gdb.arch/i386-sse-stack-align.c: Same.
167 * gdb.arch/i386-sse-stack-align.exp: Same.
168
47918cca
AB
1692021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
172
2f985dd1
TV
1732021-01-28 Tom de Vries <tdevries@suse.de>
174
175 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
176
22efa3d3
TV
1772021-01-28 Tom de Vries <tdevries@suse.de>
178
179 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
180 "maint info line-table". Make PASS pattern more specific. Make
181 FAIL pattern work for -m32.
182
59b59f08
LS
1832021-01-27 Lancelot SIX <lsix@lancelotsix.com>
184
185 PR gdb/27133
186 * gdb.base/ui-redirect.exp: Add test case that ensures that
187 redirecting both logging and debug does not cause gdb to crash.
188
189
807f647c
MM
1902021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
191
192 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
193
4ca40594
TV
1942021-01-26 Tom de Vries <tdevries@suse.de>
195
196 * gdb.threads/killed-outside.exp: Allow regular output.
197
d0021af3
TV
1982021-01-26 Tom de Vries <tdevries@suse.de>
199
200 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
201
9f6c202e
TV
2022021-01-25 Tom de Vries <tdevries@suse.de>
203
204 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
205 * lib/gdb.exp: Use gdb_load_no_complaints.
206
a625a8c9
TT
2072021-01-25 Tom Tromey <tromey@adacore.com>
208
209 * gdb.ada/fixed_points.exp: Add regression test.
210 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
211 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
212
19184910
TT
2132021-01-25 Tom Tromey <tromey@adacore.com>
214
215 * gdb.ada/local-enum.exp: Add enumerator resolution test.
216
acd6125f
TT
2172021-01-25 Tom Tromey <tromey@adacore.com>
218
219 * gdb.ada/local-enum.exp: New file.
220 * gdb.ada/local-enum/local.adb: New file.
221
1af4c9c4
TT
2222021-01-23 Tom Tromey <tom@tromey.com>
223
224 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
225
705646c0
BE
2262021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
227
228 * gdb.base/line65535.exp: Fix test expectation.
229
0ac85db5
SM
2302021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
231
232 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
233 suppression.
234 (default_gdb_exit): Likewise.
235 (default_gdb_spawn): Likewise.
236 (send_gdb): Likewise.
237 (gdb_expect): Likewise.
238 (gdb_expect_list): Likewise.
239 (default_gdb_init): Likewise.
240 (gdb_suppress_entire_file): Remove.
241 (gdb_suppress_tests): Remove.
242 (gdb_stop_suppressing_tests): Remove.
243 (gdb_clear_suppressed): Remove.
244 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
245 related to test suppression.
246 (default_mi_gdb_start): Likewise.
247 (mi_gdb_reinitialize_dir): Likewise.
248 (mi_gdb_test): Likewise.
249 (mi_run_cmd_full): Likewise.
250 (mi_runto_helper): Likewise.
251 (mi_execute_to): Likewise.
252 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
253 * gdb.base/bitfields.exp: Likewise.
254 * gdb.base/bitfields2.exp: Likewise.
255 * gdb.base/break.exp: Likewise.
256 * gdb.base/call-sc.exp: Likewise.
257 * gdb.base/callfuncs.exp: Likewise.
258 * gdb.base/dfp-test.exp: Likewise.
259 * gdb.base/endian.exp: Likewise.
260 * gdb.base/exprs.exp: Likewise.
261 * gdb.base/funcargs.exp: Likewise.
262 * gdb.base/hbreak2.exp: Likewise.
263 * gdb.base/recurse.exp: Likewise.
264 * gdb.base/scope.exp: Likewise.
265 * gdb.base/sepdebug.exp: Likewise.
266 * gdb.base/structs.exp: Likewise.
267 * gdb.base/until.exp: Likewise.
268 * gdb.cp/misc.exp: Likewise.
269
9d2d8a16
AB
2702021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
271
272 PR cli/25956
273 * gdb.base/style.exp (run_style_tests): Add version string test.
274 (test_startup_version_string): Use version style name.
275 * lib/gdb-utils.exp (style): Handle version style name.
276
e7b43072
AB
2772021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.base/style.exp (limited_style): New proc.
280 (clean_restart_and_disable): New proc.
281 (run_style_tests): New proc. Most of the old tests from this file
282 are now in this proc.
283 (test_startup_version_string): New proc. Reamining test from the
284 old file is in this proc.
285
2189c312
SM
2862021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
287
288 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
289 Adjust to "set debug remote" changes.
290
cd211c75
LM
2912021-01-21 Luis Machado <luis.machado@linaro.org>
292
293 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
294 message.
295
730af663
SM
2962021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
297
298 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
299
325d39e4
HD
3002021-01-21 Hannes Domani <ssbssa@yahoo.de>
301
302 PR python/19151
303 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
304
c3e96aa7
SM
3052021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
306
307 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
308
6571ffc6
SM
3092021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * lib/tuiterm.exp: Add links in comments.
312
7c794afd
TV
3132021-01-20 Tom de Vries <tdevries@suse.de>
314
315 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
316 offset.
317
1402665c
TV
3182021-01-20 Tom de Vries <tdevries@suse.de>
319
320 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
321
6f52fdf4
SDJ
3222021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
323
324 * gdb.arch/amd64-stap-expressions.S: New file.
325 * gdb.arch/amd64-stap-expressions.exp: New file.
326
14852123
TV
3272021-01-19 Tom de Vries <tdevries@suse.de>
328
329 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
330 sequence.
331
0c4e2c6c
TV
3322021-01-19 Tom de Vries <tdevries@suse.de>
333
334 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
335
02baa133
AB
3362021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.fortran/array-slices.exp (run_test): Avoid including
339 addresses in test names.
340
10f92414
TV
3412021-01-15 Tom de Vries <tdevries@suse.de>
342
343 PR testsuite/26997
344 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
345 when adding sizeof.
346
116d0cf1
TV
3472021-01-14 Tom de Vries <tdevries@suse.de>
348
349 PR testsuite/24590
350 * gdb.base/style.exp: Handle shorter argv in frame command output.
351
8f66807b
AB
3522021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 PR gdb/26819
355 * gdb.server/stop-reply-no-thread-multi.c: New file.
356 * gdb.server/stop-reply-no-thread-multi.exp: New file.
357
3f94e588
TV
3582021-01-12 Tom de Vries <tdevries@suse.de>
359
360 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
361 (main): Remove call to have_mpx.
362 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
363 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
364 (main): Remote call to have_mpx.
365 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
366 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
367 (main): Remove call to have_mpx.
368 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
369 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
370 (main): Remove call to have_mpx.
371 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
372 * gdb.arch/i386-mpx.c (have_mpx): Remove.
373 (main): Remote call to have_mpx.
374 * gdb.arch/i386-mpx.exp: Use have_mpx.
375 * lib/gdb.exp (have_mpx): New proc.
376
5291fe3c
SP
3772021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
378
379 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
380
18bfb505
TV
3812021-01-12 Tom de Vries <tdevries@suse.de>
382
383 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
384
ce38f5ed
AB
3852021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.fortran/debug-expr.exp: Add new tests.
388
7c654b71
AB
3892021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.fortran/dot-ops.exp: Add new tests.
392
10dadadc
TV
3932021-01-11 Tom de Vries <tdevries@suse.de>
394
395 PR testsuite/26968
396 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
397 Move insn setting $eax to before probe point.
398
66beed02
TT
3992021-01-09 Tom Tromey <tom@tromey.com>
400
401 * gdb.trace/ax.exp: Do not require an "ext".
402
8fc48b79
TT
4032021-01-08 Tom Tromey <tromey@adacore.com>
404
405 * gdb.ada/voidctx/pck.adb: New file.
406 * gdb.ada/voidctx/pck.ads: New file.
407 * gdb.ada/voidctx/voidctx.adb: New file.
408 * gdb.ada/voidctx.exp: New file.
409
6abd4cf2
SM
4102021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
411
412 PR gdb/27157
413 * gdb.base/empty-host-env-vars.exp: New test.
414
d00f0868
AB
4152021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
416
417 * gdb.base/completion.exp: Add a new test.
418
3c8c6de2
AB
4192021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.fortran/intvar-dynamic-types.exp: New file.
422 * gdb.fortran/intvar-dynamic-types.f90: New file.
423
e3436813
AB
4242021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.fortran/intvar-array.exp: New file.
427 * gdb.fortran/intvar-array.f90: New file.
428
d4813f10
TT
4292021-01-07 Tom Tromey <tromey@adacore.com>
430
431 * gdb.ada/assign_arr.exp: Add 'others' test.
432
b49180ac
TT
4332021-01-06 Tom Tromey <tromey@adacore.com>
434
435 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
436 (FP4_Type): New type.
437 (FP4_Var): New variable.
438 * gdb.ada/fixed_points/fixed_points.adb: Update.
439 * gdb.ada/fixed_points.exp: Add tests for binary operators.
440
3c55062c
SM
4412021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
442
443 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
444 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
445 Pass prompt containing debug print to gdb_test_sequence.
446
e4ad960a
TV
4472021-01-04 Tom de Vries <tdevries@suse.de>
448
449 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
450
3ec3145c
SM
4512021-01-04 Simon Marchi <simon.marchi@efficios.com>
452
453
454
8dc558a0
SM
4552021-01-04 Simon Marchi <simon.marchi@efficios.com>
456
457 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
458 * gdb.server/connect-without-multi-process.exp: Likewise.
459 * gdb.server/exit-multiple-threads.exp: Likewise.
460 * gdb.server/ext-attach.exp: Likewise.
461 * gdb.server/ext-restart.exp: Likewise.
462 * gdb.server/ext-run.exp: Likewise.
463 * gdb.server/ext-wrapper.exp: Likewise.
464 * gdb.server/multi-ui-errors.exp: Likewise.
465 * gdb.server/no-thread-db.exp: Likewise.
466 * gdb.server/reconnect-ctrl-c.exp: Likewise.
467 * gdb.server/run-without-local-binary.exp: Likewise.
468 * gdb.server/server-kill.exp: Likewise.
469 * gdb.server/server-run.exp: Likewise.
470 * gdb.server/solib-list.exp: Likewise.
471 * gdb.server/stop-reply-no-thread.exp: Likewise.
472 * gdb.server/wrapper.exp: Likewise.
473 * gdb.server/sysroot.exp: Increase timeout when testing the
474 target: sysroot.
475
d8387cc8
SM
4762021-01-04 Simon Marchi <simon.marchi@efficios.com>
477
478 * gdb.server/server-run.exp: Use clean_restart.
479
5169ae34
SM
4802021-01-04 Simon Marchi <simon.marchi@efficios.com>
481
482 * gdb.server/ext-run.exp: Use clean_restart.
483
7b0ff8a2
SM
4842021-01-04 Simon Marchi <simon.marchi@efficios.com>
485
486 * gdb.server/stop-reply-no-thread.exp: Use build_executable
487 instead of prepare_for_testing.
488
a754fbdf
SM
4892021-01-04 Simon Marchi <simon.marchi@efficios.com>
490
491 * gdb.server/solib-list.exp: Use clean_restart.
492
c5e71b33
TV
4932021-01-04 Tom de Vries <tdevries@suse.de>
494
495 * gdb.base/morestack.c: Remove printf.
496 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
497
9b243007
TT
4982020-12-31 Tom Tromey <tom@tromey.com>
499
500 * gdb.rust/simple.exp: Update output for Rust 1.49.
501
4ff509e7
BE
5022020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
503
504 * gdb.cp/step-and-next-inline.exp: Fix test case.
505
391750c3
SM
5062020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
507
508 * gdb.python/py-frame-args.exp: De-duplicate test names.
509
b7874836
AB
5102020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
511
512 PR gdb/27059
513 * gdb.dwarf2/dyn-type-unallocated.c: New file.
514 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
515
e1ff6226
PW
5162020-12-21 Peter Waller <p@pwaller.net>
517
518 * gdb.base/style-interp-exec-mi.exp: New.
519 * gdb.base/style-interp-exec-mi.c: New.
520
ca01f1bf
SM
5212020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
522
523 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
524 gdb_test. Use proc_with_prefix.
525
0fe69a94
MM
5262020-12-21 Markus Metzger <markus.t.metzger@intel.com>
527
528 * gdb.btrace/exception.exp: Build with nopie.
529 * gdb.btrace/function_call_history.exp: Likewise.
530 * gdb.btrace/unknown_functions.exp: Likewise.
531
806e7575
MM
5322020-12-21 Markus Metzger <markus.t.metzger@intel.com>
533
534 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
535
493d2172
MM
5362020-12-21 Markus Metzger <markus.t.metzger@intel.com>
537
538 * gdb.python/py-record-btrace.exp: Make test names unique.
539 * gdb.python/py-record-full.exp: Likewise.
540
1a1c0afc
MM
5412020-12-21 Markus Metzger <markus.t.metzger@intel.com>
542
543 * gdb.btrace/data.exp: Make test names unique.
544 * gdb.btrace/delta.exp: Likewise.
545 * gdb.btrace/enable.exp: Likewise.
546 * gdb.btrace/function_call_history.exp: Likewise.
547 * gdb.btrace/nohist.exp: Likewise.
548 * gdb.btrace/non-stop.exp: Likewise.
549 * gdb.btrace/rn-dl-bind.exp: Likewise.
550 * gdb.btrace/step.exp: Likewise.
551 * gdb.btrace/stepi.exp: Likewise.
552 * gdb.btrace/tailcall.exp: Likewise.
553
98d837f0
MM
5542020-12-21 Markus Metzger <markus.t.metzger@intel.com>
555
556 * gdb.btrace/enable.exp: Update error message.
557 * gdb.btrace/multi-inferior.exp: Likewise.
558 * gdb.btrace/reconnect.exp: Likewise.
559 * gdb.python/py-record-btrace.exp: Likewise.
560 * gdb.python/py-record-full.exp: Likewise.
561
c541fa7c
TV
5622020-12-20 Tom de Vries <tdevries@suse.de>
563
564 * lib/gdb.exp (save_target_board_info): New proc.
565 (gdb_compile_shlib): Use save_target_board_info.
566
60108e47
TV
5672020-12-19 Tom de Vries <tdevries@suse.de>
568
569 * lib/gdb.exp (supports_scalar_storage_order_attribute)
570 (supports_gnuc): New proc.
571 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
572 test_compiler_info calls. Add unsupported message.
573 * gdb.base/endianity.c: Use TEST_SSO.
574
fa639f55
HD
5752020-12-19 Hannes Domani <ssbssa@yahoo.de>
576
577 PR exp/27070
578 * gdb.python/compare-enum-type-a.c: New test.
579 * gdb.python/compare-enum-type-b.c: New test.
580 * gdb.python/compare-enum-type.exp: New file.
581 * gdb.python/compare-enum-type.h: New test.
582
4aea001f
HD
5832020-12-18 Hannes Domani <ssbssa@yahoo.de>
584
585 * gdb.python/py-format-string.exp: Add tests for address keyword.
586
b3f9469b
HD
5872020-12-18 Hannes Domani <ssbssa@yahoo.de>
588
589 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
590
86ef42bd
TT
5912020-12-18 Tom Tromey <tromey@adacore.com>
592
593 * gdb.ada/fixed_points.exp: Also run with
594 -fgnat-encodings=minimal. Update expected output.
595
93df4a1d
SM
5962020-12-16 Simon Marchi <simon.marchi@efficios.com>
597
598 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
599 * gdb.base/continue-all-already-running.exp: Likewise.
600 * gdb.base/moribund-step.exp: Likewise.
601 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
602
592995fa
TV
6032020-12-16 Tom de Vries <tdevries@suse.de>
604
605 * gdb.base/batch-preserve-term-settings.exp:
606
1e61189d
TV
6072020-12-16 Tom de Vries <tdevries@suse.de>
608
609 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
610 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
611
19007d95
LM
6122020-12-16 Luis Machado <luis.machado@linaro.org>
613
614 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
615 pointer-based memory accesses.
616 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
617 hw watchpoint cases.
618
a33fc9ae
RK
6192020-12-15 Rae Kim <rae.kim@gmail.com>
620
621 * gdb.base/document.exp: New test.
622
0e5ad442
TT
6232020-12-15 Tom Tromey <tromey@adacore.com>
624
625 * gdb.base/style.exp: Add deprecation tests.
626
60598dbd
SM
6272020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
628
629 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
630
8cd6d968
MW
6312020-12-14 Mark Wielaard <mark@klomp.org>
632
633 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
634 specially, set attr_form_comment to the actual FORM string used.
635
eab9267c
MW
6362020-12-14 Mark Wielaard <mark@klomp.org>
637
638 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
639 _constants(SPECIAL_expr) here, but set it...
640 (Dwarf::cu): ...here based on _cu_version.
641
2f413264
TV
6422020-12-14 Tom de Vries <tdevries@suse.de>
643
644 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
645 pass -fPIC.
646 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
647 * gdb.base/break-probes.exp: Same.
648 * gdb.base/ctxobj.exp: Same.
649 * gdb.base/dso2dso.exp: Same.
650 * gdb.base/global-var-nested-by-dso.exp: Same.
651 * gdb.base/info-shared.exp: Same.
652 * gdb.base/jit-reader-simple.exp: Same.
653 * gdb.base/print-file-var.exp: Same.
654 * gdb.base/skip-solib.exp: Same.
655 * gdb.btrace/dlopen.exp: Same.
656
18f1cb1f
TV
6572020-12-14 Tom de Vries <tdevries@suse.de>
658
659 PR testsuite/26963
660 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
661
519155c9
TV
6622020-12-14 Tom de Vries <tdevries@suse.de>
663
664 PR testsuite/26962
665 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
666 cast it to its declared type".
667
153f6e6c
TV
6682020-12-14 Tom de Vries <tdevries@suse.de>
669
670 PR testsuite/26951
671 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
672 shell prompt.
673
86b44259
TT
6742020-12-14 Tom Tromey <tromey@adacore.com>
675
676 * gdb.ada/nested.exp: Add new tests.
677 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
678
e26624c6
TT
6792020-12-14 Tom Tromey <tromey@adacore.com>
680
681 * gdb.dwarf2/ada-thick-pointer.exp: New file.
682
a3bdae4e
TT
6832020-12-14 Tom Tromey <tromey@adacore.com>
684
685 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
686
862fcbd8
TV
6872020-12-13 Tom de Vries <tdevries@suse.de>
688
689 PR testsuite/26953
690 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
691 attribute support if compiler doesn't support it.
692
a406a98e
TV
6932020-12-13 Tom de Vries <tdevries@suse.de>
694
695 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
696 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
697 source to shared lib. Add ada to options.
698
5d7e6ed0
TV
6992020-12-13 Tom de Vries <tdevries@suse.de>
700
701 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
702 calling gnatbind and gnatlink.
703
ee9812a0
AB
7042020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
705
706 * gdb.base/dcache-flush.c: New file.
707 * gdb.base/dcache-flush.exp: New file.
708
50a5f187
AB
7092020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
710
711 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
712 commands.
713 * gdb.base/killed-outside.exp: Likewise.
714 * gdb.opt/inline-bt.exp: Likewise.
715 * gdb.perf/gmonster-null-lookup.py: Likewise.
716 * gdb.perf/gmonster-print-cerr.py: Likewise.
717 * gdb.perf/gmonster-ptype-string.py: Likewise.
718 * gdb.python/py-unwind.exp: Likewise.
719
19c659f1
AB
7202020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
721
722 * gdb.base/commands.exp: Update expected results.
723
9ef6d4a1
AB
7242020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
725
726 PR cli/15104
727 * gdb.base/commands.exp: Add additional tests.
728 * gdb.base/completion.exp: Add additional tests.
729
1536146f
AB
7302020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
731
732 * gdb.base/completion.exp: Add additional tests.
733
346e7e19
TV
7342020-12-11 Tom de Vries <tdevries@suse.de>
735
736 PR testsuite/26991
737 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
738 violations by setting bounds registers if the bounds are passed in the
739 Bounds Table.
740
9cd7a95a
TV
7412020-12-11 Tom de Vries <tdevries@suse.de>
742
743 PR testsuite/26954
744 * gdb.base/float128.exp: Detect and handle no mpfr support.
745
4483a8e7
SM
7462020-12-10 Simon Marchi <simon.marchi@efficios.com>
747
748 PR gdb/24694
749 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
750 calls.
751
10067028
TV
7522020-12-10 Tom de Vries <tdevries@suse.de>
753
754 PR testsuite/26947
755 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
756 braces for tcl 8.5 and earlier.
757
5b56203a
SM
7582020-12-09 Simon Marchi <simon.marchi@efficios.com>
759
760 PR 26875, PR 26901
761 * gdb.base/flexible-array-member.c: New test.
762 * gdb.base/flexible-array-member.exp: New test.
763
b46551b2
TV
7642020-12-08 Tom de Vries <tdevries@suse.de>
765
766 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
767 using is_amd64_regs_target.
768
8439f446
TV
7692020-12-08 Tom de Vries <tdevries@suse.de>
770
771 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
772 self_id.
773
bc545da7
PA
7742020-12-07 Pedro Alves <pedro@palves.net>
775
776 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
777 'additional_flags' variable.
778
1f58f6c2
TBA
7792020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
780
781 * gdb.linespec/explicit.exp: Extend with a test to check completing
782 '-' after seemingly complete options.
783
5759831a
TBA
7842020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
785
786 * gdb.linespec/keywords.exp: Add tests to check positional
787 flexibility of "-force-condition".
788
21e051b3
TBA
7892020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
790
791 * gdb.base/bp-cmds-run-with-ex.c: New file.
792 * gdb.base/bp-cmds-run-with-ex.exp: New file.
793 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
794 * gdb.gdb/python-interrupts.exp: Update the call to
795 'catch_command_errors' with the new argument.
796 * gdb.gdb/python-selftest.exp: Ditto.
797
187b041e
SM
7982020-12-04 Simon Marchi <simon.marchi@efficios.com>
799
800 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
801 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
802 * gdb.threads/non-stop-fair-events.exp: Likewise.
803
3b7a962d
SM
8042020-12-04 Simon Marchi <simon.marchi@efficios.com>
805
806 * gdb.threads/step-over-exec.exp: New.
807 * gdb.threads/step-over-exec.c: New.
808 * gdb.threads/step-over-exec-execd.c: New.
809 * lib/my-syscalls.S: New.
810 * lib/my-syscalls.h: New.
811
e633b117
SM
8122020-12-04 Simon Marchi <simon.marchi@efficios.com>
813
814 * lib/dwarf.exp (declare_labels): Use name as text if text is
815 not provided.
816
67748e0f
TV
8172020-12-04 Tom de Vries <tdevries@suse.de>
818
819 PR testsuite/26990
820 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
821 are unsupported.
822
a8d13675
TV
8232020-12-04 Tom de Vries <tdevries@suse.de>
824
825 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
826 clause.
827
f17727b3
TV
8282020-12-04 Tom de Vries <tdevries@suse.de>
829
830 * gdb.reverse/insn-reverse.exp: Fix count handling.
831
a1499830
TV
8322020-12-04 Tom de Vries <tdevries@suse.de>
833
834 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
835 __x86_64__.
836
9c027c2f
TV
8372020-12-04 Tom de Vries <tdevries@suse.de>
838
839 * gdb.reverse/insn-reverse.c (test_nr): New var.
840 (usage, parse_args): New function.
841 (main): Call parse_args. Only run test for test_nr.
842 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
843 and bail out. Run subtests individually, using an inferior arg
844 specifying the subtest.
845
533b2ae0
AB
8462020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
847
848 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
849
e4502042
AB
8502020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
853 update test to use this.
854
f55a9a37
SM
8552020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
856
857 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
858
0a6155a0
SM
8592020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
860
861 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
862 (do_test): Don't use with_test_prefix.
863 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
864 (do_test): Don't use with_test_prefix.
865 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
866 (do_test): Don't use with_test_prefix.
867 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
868 (do_test): Don't use with_test_prefix.
869
4d56d64a
SM
8702020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
871
872 * gdb.threads/non-ldr-exit.exp: Fix comment.
873
54e75f29
AB
8742020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.xml/maint-xml-dump-03.xml: New file.
877
7ce05d21
TV
8782020-11-30 Tom de Vries <tdevries@suse.de>
879
880 PR symtab/26905
881 * gdb.dwarf2/count.exp: Remove kfails.
882
50757f95
TBA
8832020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
884
885 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
886 indices.
887
4afa9fd9
JB
8882020-11-24 Joel Brobecker <brobecker@adacore.com>
889
890 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
891 the "ptype pck__fp1_range_var" test for the module-2 and pascal
892 languages. Remove the associated setup_xfail.
893
15a491af
SM
8942020-11-23 Simon Marchi <simon.marchi@efficios.com>
895
896 * lib/gdb.exp (gdb_assert): Show error message on error.
897
891615f0
TV
8982020-11-23 Tom de Vries <tdevries@suse.de>
899
900 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
901 * gdb.ada/mod_from_name.exp: Same.
902 * gdb.ada/pckd_arr_ren.exp: Same.
903
19922582
SM
9042020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
905
906 * gdb.base/template.exp: New.
907 * gdb.base/template.c: New.
908
117c628d
GB
9092020-11-22 Gary Benson <gbenson@redhat.com>
910
911 PR gdb/26905
912 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
913 is defined using a DW_AT_count which references another DIE.
914
da39d3ba
TV
9152020-11-21 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/vla-ptr.exp: Add XFAIL.
918
a5c641b5
AB
9192020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
920
921 * gdb.fortran/array-slices-bad.exp: New file.
922 * gdb.fortran/array-slices-bad.f90: New file.
923 * gdb.fortran/array-slices-sub-slices.exp: New file.
924 * gdb.fortran/array-slices-sub-slices.f90: New file.
925 * gdb.fortran/array-slices.exp: Rewrite tests.
926 * gdb.fortran/array-slices.f90: Rewrite tests.
927 * gdb.fortran/vla-sizeof.exp: Correct expected results.
928
a15a5258
AB
9292020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * gdb.base/completion.exp: Add new completion tests.
932
7cb2893d
SM
9332020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
934
935 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
936 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
937 * gdb.mi/mi-nsintrall.exp: Likewise.
938 * gdb.mi/mi-nsmoribund.exp: Likewise.
939 * gdb.mi/mi-nsthrexec.exp: Likewise.
940 * gdb.mi/mi-watch-nonstop.exp: Likewise.
941
cf144ec8
SM
9422020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
943
944 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
945 of perror.
946
6b6a3e05
JM
9472020-11-18 Joseph Myers <joseph@codesourcery.com>
948
949 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
950 $arg.exe exists but $arg does not.
951
811bdca0
GB
9522020-11-17 Gary Benson <gbenson@redhat.com>
953
954 * gdb.trace/trace-common.h (x86_trace_dummy): Add
955 __attribute__ ((used)).
956
c72e3136
AB
9572020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
960
037d7135
AB
9612020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
962
963 * gdb.base/completion.exp: Add new tests.
964
119e99bb
TT
9652020-11-16 Tom Tromey <tromey@adacore.com>
966
967 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
968 tests.
969
b74dbc20
JB
9702020-11-15 Joel Brobecker <brobecker@adacore.com>
971
972 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
973 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
974 (main): Add reference to pck__fp1_var2.
975 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
976
0a12719e
JB
9772020-11-15 Joel Brobecker <brobecker@adacore.com>
978
979 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
980
0c9150e4
JB
9812020-11-15 Joel Brobecker <brobecker@adacore.com>
982
983 * gdb.ada/fixed_points.exp: Add ptype tests.
984 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
985
b26daff9
JB
9862020-11-15 Joel Brobecker <brobecker@adacore.com>
987
988 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
989
09584414
JB
9902020-11-15 Joel Brobecker <brobecker@adacore.com>
991
992 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
993 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
994 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
995 New files.
996 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
997
998 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
999 New files.
1000
9dd02fc0
AB
10012020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1002
1003 PR cli/26879
1004 * gdb.fortran/completion.exp: New file.
1005 * gdb.fortran/completion.f90: New file.
1006
5643c500
JM
10072020-11-12 Joseph Myers <joseph@codesourcery.com>
1008
1009 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1010 but $arg does not.
1011
7bea47f0
AB
10122020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1013
1014 * gdb.fortran/types.exp: Add more tests.
1015
1f2624a3
TT
10162020-11-12 Tom Tromey <tom@tromey.com>
1017
1018 PR rust/26799:
1019 * gdb.rust/traits.exp: Remove kfails.
1020
9e74f0ae
GB
10212020-11-12 Gary Benson <gbenson@redhat.com>
1022
1023 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1024 statement.
1025
acb994fa
SM
10262020-11-11 Simon Marchi <simon.marchi@efficios.com>
1027
1028 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1029 always-inserted" axis.
1030 (do_test): Add breakpoint_always_inserted parameter.
1031
95016fd2
TT
10322020-11-10 Tom Tromey <tromey@adacore.com>
1033
1034 * gdb.ada/bias.exp: Update.
1035 * gdb.ada/bias/bias.adb (X): Change value.
1036
83100a74
GB
10372020-11-10 Gary Benson <gbenson@redhat.com>
1038
1039 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1040 regexp fragment in parentheses to prevent false matching.
1041
6ff174a7
GB
10422020-11-10 Gary Benson <gbenson@redhat.com>
1043
1044 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1045
eb24648c
GB
10462020-11-10 Gary Benson <gbenson@redhat.com>
1047
1048 * gdb.cp/step-and-next-inline.exp: Only require
1049 -gstatement-frontiers when building with GCC.
1050 Only setup KFAIL's for GCC issues when using
1051 a GCC-built executable.
1052
86775fab
AB
10532020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1054
1055 * gdb.base/debug-expr.c: Add extra function to allow for an
1056 additional test.
1057 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1058 to this proc with gdb_test_debug_expr. Add an extra test.
1059 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1060 to this proc with gdb_test_debug_expr, give the tests names
1061 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1062 calls to this proc with gdb_test_debug_expr, give the tests names
1063 * gdb.fortran/debug-expr.exp: New file.
1064 * gdb.fortran/debug-expr.f90: New file.
1065 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1066
a1945bd4
SM
10672020-11-06 Simon Marchi <simon.marchi@efficios.com>
1068
1069 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1070 proceduresu.
1071 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1072 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1073 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1074 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1075 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1076 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1077 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1078 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1079
9c91c725
TT
10802020-11-04 Tom Tromey <tromey@adacore.com>
1081
1082 * gdb.ada/funcall_ref.exp: Update.
1083 * gdb.ada/var_rec_arr.exp: Update.
1084
8d9fd3a1
TT
10852020-11-04 Tom Tromey <tromey@adacore.com>
1086
1087 * gdb.ada/rec_ptype.exp: New file.
1088 * gdb.ada/rec_ptype/main.adb: New file.
1089 * gdb.ada/rec_ptype/p.ads: New file.
1090
d8f62e84
TT
10912020-11-04 Tom Tromey <tromey@adacore.com>
1092
1093 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1094 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1095 (PT_Full): New variable.
1096 * gdb.ada/tick_length_array_enum_idx/pck.adb
1097 (Full_PT): New type.
1098
7ff5b937
TT
10992020-11-04 Tom Tromey <tromey@adacore.com>
1100
1101 * gdb.ada/array_of_variant.exp: New file.
1102 * gdb.ada/array_of_variant/p.adb: New file.
1103 * gdb.ada/array_of_variant/pck.ads: New file.
1104 * gdb.ada/array_of_variant/pck.adb: New file.
1105
10f6a3ad
TT
11062020-11-04 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.ada/enum_idx_packed.exp: Add test.
1109 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1110 New variable.
1111 * gdb.ada/enum_idx_packed/pck.ads (Short)
1112 (Multi_Dimension, Multi_Dimension_Access): New types.
1113
b72795a8
TT
11142020-11-04 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1117
24aa1b02
TT
11182020-11-04 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/set_pckd_arr_elt.exp: Also test
1121 -fgnat-encodings=minimal. Add tests.
1122 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1123 Call Update_Small a second time.
1124 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1125 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1126 (Variant_Access): New types.
1127 (New_Variant): Declare.
1128
c9a28cbe
TT
11292020-11-04 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/mod_from_name.exp: Test printing slice.
1132
57567375
TT
11332020-11-04 Tom Tromey <tromey@adacore.com>
1134
1135 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1136 values.
1137 * gdb.ada/access_to_unbounded_array.exp: Test different
1138 -fgnat-encodings values.
1139 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1140 values.
1141 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1142 values.
1143 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1144 values.
1145 * gdb.ada/array_of_variable_length.exp: Test different
1146 -fgnat-encodings values.
1147 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1148 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1149 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1150 change.
1151 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1152 values.
1153 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1154 * gdb.ada/out_of_line_in_inlined.exp: Test different
1155 -fgnat-encodings values.
1156 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1157 values.
1158 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1159 values.
1160 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1161 -fgnat-encodings values.
1162 * gdb.ada/variant_record_packed_array.exp: Test different
1163 -fgnat-encodings values.
1164
a7400e44
TT
11652020-11-04 Tom Tromey <tromey@adacore.com>
1166
1167 * gdb.ada/enum_idx_packed.exp: Add tests.
1168 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1169 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1170 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1171 declarations.
1172
c40907bf
TV
11732020-11-03 Tom de Vries <tdevries@suse.de>
1174
1175 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1176 terminator comments.
1177 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1178 terminator.
1179
f468977a
SM
11802020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1181
1182 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1183 integer format test with regexp.
1184
1c2bec19
GB
11852020-11-02 Gary Benson <gbenson@redhat.com>
1186
1187 * gdb.base/print-file-var.exp (test): Separate compiler and
1188 linker options, and build using build_executable_from_specs
1189 to accommodate this.
1190
6539a36d
GB
11912020-11-02 Gary Benson <gbenson@redhat.com>
1192
1193 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1194 for .c files compiled as C++ with Clang if any shared
1195 libraries are specified.
1196
7ea44a51
GB
11972020-11-02 Gary Benson <gbenson@redhat.com>
1198
1199 * lib/attributes.h: New header.
1200 * gdb.base/backtrace.c: Include the above. Replace
1201 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1202 * gdb.base/infcall-nested-structs.c: Likewise.
1203 * gdb.base/vla-optimized-out.c: Likewise.
1204
ab8f783d
TV
12052020-11-02 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1208
d77c9224
JB
12092020-11-01 Joel Brobecker <brobecker@adacore.com>
1210
1211 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1212 System.Min_Int and System.Max_Int with smaller hardcoded
1213 constants.
1214
0e5b0dd0
SM
12152020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1216
1217 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1218 * configure: Re-generate.
1219
136821d9
SM
12202020-10-30 Simon Marchi <simon.marchi@efficios.com>
1221
1222 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1223 expected output.
1224
b78b3a29
TBA
12252020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1226
1227 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1228 behavior.
1229 * gdb.base/paginate-bg-execution.exp: Ditto.
1230 * gdb.base/paginate-inferior-exit.exp: Ditto.
1231 * gdb.base/double-prompt-target-event-error.c: Remove.
1232 * gdb.base/double-prompt-target-event-error.exp: Remove.
1233
cfaa8f76
TBA
12342020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1235
1236 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1237 inferiors' and 'detach inferiors' do not change the current
1238 inferior.
1239
0ad0e70c
TV
12402020-10-29 Tom de Vries <tdevries@suse.de>
1241
1242 * gdb.threads/tls.exp: Fix DUPLICATEs.
1243
99cc6b2a
TV
12442020-10-28 Tom de Vries <tdevries@suse.de>
1245
1246 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1247
efe9b873
TV
12482020-10-28 Tom de Vries <tdevries@suse.de>
1249
1250 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1251 * gdb.base/reread.exp: Same.
1252
6b68fd45
TV
12532020-10-28 Tom de Vries <tdevries@suse.de>
1254
1255 * lib/gdb.exp (readnow): Handle arg.
1256 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1257
32a5f98a
TV
12582020-10-28 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.base/relocate.exp: Update regexp for -readnow.
1261
f93b8760
TV
12622020-10-28 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1265 -readnow.
1266
1b00ef06
TV
12672020-10-28 Tom de Vries <tdevries@suse.de>
1268
1269 PR symtab/26772
1270 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1271 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1272
364bb903
TV
12732020-10-28 Tom de Vries <tdevries@suse.de>
1274
1275 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1276 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1277 complaint during file command for -readnow.
1278
445a033f
TV
12792020-10-28 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.cp/nsalias.exp: Fix typo in test name.
1282
fdd67a42
TV
12832020-10-28 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1286
706baf4c
TV
12872020-10-28 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1290 -readnow.
1291
b448cca5
TV
12922020-10-27 Tom de Vries <tdevries@suse.de>
1293
1294 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1295
5868da03
TV
12962020-10-27 Tom de Vries <tdevries@suse.de>
1297
1298 * gdb.base/maint.exp: Update for -readnow.
1299
06db6ec3
TV
13002020-10-27 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1303 -readnow.
1304
934a1764
GB
13052020-10-14 Gary Benson <gbenson@redhat.com>
1306
1307 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1308 "_vptr$Base" as correct, in addition to "_vptr.Base".
1309 (test_mixed): Likewise.
1310
0bf21fbd
GB
13112020-10-27 Gary Benson <gbenson@redhat.com>
1312
1313 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1314 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1315
b1d4d8d1
TBA
13162020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1317
1318 * gdb.base/condbreak.exp: Update the completion tests to
1319 consider the '-force' flag.
1320
bd24c5d6
TV
13212020-10-27 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.base/list-ambiguous-readnow.exp: New file.
1324
733d554a
TBA
13252020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1326
1327 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1328 the condition.
1329 * gdb.linespec/cpcompletion.exp: Update to consider the
1330 '-force-condition' keyword.
1331 * gdb.linespec/explicit.exp: Ditto.
1332 * lib/completion-support.exp: Ditto.
1333
b5fa468f
TBA
13342020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1335
1336 * gdb.base/condbreak-multi-context.cc: New file.
1337 * gdb.base/condbreak-multi-context.exp: New file.
1338
b3247276
TT
13392020-10-26 Tom Tromey <tom@tromey.com>
1340
1341 * lib/mi-support.exp (default_mi_gdb_start): Call
1342 gdb_stdin_log_init.
1343 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1344 subtract one from gdb_instances.
1345 (gdb_stdin_log_write): Flush in_file.
1346
1c47ec3e
TV
13472020-10-26 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1350
6390859c
TT
13512020-10-26 Tom Tromey <tromey@adacore.com>
1352
1353 * gdb.ada/unsigned_range/foo.adb: New file.
1354 * gdb.ada/unsigned_range/pack.adb: New file.
1355 * gdb.ada/unsigned_range/pack.ads: New file.
1356 * gdb.ada/unsigned_range.exp: New file.
1357
55c3ad88
TV
13582020-10-26 Tom de Vries <tdevries@suse.de>
1359
1360 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1361
1612c4bb
TV
13622020-10-26 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1365 for CU.
1366 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1367
7d72802b
TV
13682020-10-23 Tom de Vries <tdevries@suse.de>
1369
1370 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1371 DW_FORM_string.
1372 (Dwarf::_default_form): New proc.
1373 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1374 guessed.
1375
9476b583
TV
13762020-10-23 Tom de Vries <tdevries@suse.de>
1377
1378 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1379 * gdb.dwarf2/atomic-type.exp: Same.
1380 * gdb.dwarf2/bad-regnum.exp: Same.
1381 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1382 * gdb.dwarf2/dw2-align.exp: Same.
1383 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1384 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1385 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1386 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1387 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1388 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1389 * gdb.dwarf2/enum-type.exp: Same.
1390 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1391 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1392 * gdb.dwarf2/main-subprogram.exp: Same.
1393 * gdb.dwarf2/missing-type-name.exp: Same.
1394 * gdb.dwarf2/nonvar-access.exp: Same.
1395 * gdb.dwarf2/typedef-void-finish.exp: Same.
1396 * gdb.dwarf2/var-access.exp: Same.
1397 * gdb.dwarf2/void-type.exp: Same.
1398
4a636814
SM
13992020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1400
1401 PR gdb/26693
1402 * gdb.dwarf2/template-specification-full-name.exp: New test.
1403
557fc257
LM
14042020-10-22 Luis Machado <luis.machado@linaro.org>
1405
1406 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1407 expected an offset from the function.
1408 * gdb.base/msym-bp.exp (test): Likewise.
1409
6b4c676c
AB
14102020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1411
1412 * gdb.fortran/array-slices.exp: Add a new test.
1413
98cec4f6
GB
14142020-10-21 Gary Benson <gbenson@redhat.com>
1415
1416 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1417 fullname test with Clang. Also expand comments generally.
1418
ae86f581
TV
14192020-10-20 Tom de Vries <tdevries@suse.de>
1420
1421 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1422
8c161360
TV
14232020-10-20 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.dwarf2/arr-stride.c: Remove.
1426 * gdb.dwarf2/arr-stride.exp: Use main.c.
1427 * gdb.dwarf2/arr-subrange.c: Remove.
1428 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1429 * gdb.dwarf2/bad-regnum.c: Remove.
1430 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1431 * gdb.dwarf2/corrupt.c: Remove.
1432 * gdb.dwarf2/corrupt.exp: Use main.c.
1433 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1434 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1435 * gdb.dwarf2/dw2-icycle.c: Remove.
1436 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1437 * gdb.dwarf2/formdata16.c: Remove.
1438 * gdb.dwarf2/formdata16.exp: Use main.c.
1439 * gdb.dwarf2/implptrconst.c: Remove.
1440 * gdb.dwarf2/implptrconst.exp: Use main.c.
1441 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1442 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1443 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1444 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1445
9c2412ec
TV
14462020-10-20 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1449 file.
1450 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1451
0cd2ad78
TV
14522020-10-20 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1455 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1456 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1457 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1458 * gdb.dwarf2/dw2-ranges.exp: Same.
1459 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1460 * gdb.dwarf2/var-access.exp: Same.
1461
22cc388e
TT
14622020-10-19 Tom Tromey <tromey@adacore.com>
1463
1464 PR tui/26719
1465 * gdb.tui/list.exp: Check source window contents after focus
1466 change.
1467
520596f2
TV
14682020-10-17 Tom de Vries <tdevries@suse.de>
1469
1470 PR symtab/26317
1471 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1472
d1c8a76d
TV
14732020-10-17 Tom de Vries <tdevries@suse.de>
1474
1475 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1476 as suffix.
1477 * gdb.dwarf2/atomic.c: Rename to ...
1478 * gdb.dwarf2/atomic-type.c: ... this.
1479 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1480 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1481 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1482 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1483 * gdb.dwarf2/fission-mix2.c: Rename to ...
1484 * gdb.dwarf2/fission-mix-2.c: ... this.
1485 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1486 standard_testfile.
1487 * gdb.dwarf2/ada-valprint-error.exp: Same.
1488 * gdb.dwarf2/arr-stride.exp: Same.
1489 * gdb.dwarf2/arr-subrange.exp: Same.
1490 * gdb.dwarf2/atomic-type.exp: Same.
1491 * gdb.dwarf2/bad-regnum.exp: Same.
1492 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1493 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1494 * gdb.dwarf2/clang-debug-names.exp: Same.
1495 * gdb.dwarf2/comp-unit-lang.exp: Same.
1496 * gdb.dwarf2/corrupt.exp: Same.
1497 * gdb.dwarf2/count.exp: Same.
1498 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1499 * gdb.dwarf2/data-loc.exp: Same.
1500 * gdb.dwarf2/dw2-align.exp: Same.
1501 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1502 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1503 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1504 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1505 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1506 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1507 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1508 * gdb.dwarf2/dw2-inline-param.exp: Same.
1509 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1510 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1511 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1512 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1513 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1514 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1515 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1516 * gdb.dwarf2/dw2-param-error.exp: Same.
1517 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1518 * gdb.dwarf2/dw2-ranges.exp: Same.
1519 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1520 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1521 * gdb.dwarf2/dw4-sig-types.exp: Same.
1522 * gdb.dwarf2/dynarr-ptr.exp: Same.
1523 * gdb.dwarf2/enum-type.exp: Same.
1524 * gdb.dwarf2/fission-mix.exp: Same.
1525 * gdb.dwarf2/formdata16.exp: Same.
1526 * gdb.dwarf2/implptrconst.exp: Same.
1527 * gdb.dwarf2/implptrpiece.exp: Same.
1528 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1529 * gdb.dwarf2/main-subprogram.exp: Same.
1530 * gdb.dwarf2/method-ptr.exp: Same.
1531 * gdb.dwarf2/missing-sig-type.exp: Same.
1532 * gdb.dwarf2/nonvar-access.exp: Same.
1533 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1534 * gdb.dwarf2/shortpiece.exp: Same.
1535 * gdb.dwarf2/staticvirtual.exp: Same.
1536 * gdb.dwarf2/subrange.exp: Same.
1537 * gdb.dwarf2/symtab-producer.exp: Same.
1538 * gdb.dwarf2/typedef-void-finish.exp: Same.
1539 * gdb.dwarf2/var-access.exp: Same.
1540 * gdb.dwarf2/variant.exp: Same.
1541 * gdb.dwarf2/void-type.exp: Same.
1542 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1543 dw2-ranges-main.c.
1544 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1545
472d09c1
TV
15462020-10-16 Tom de Vries <tdevries@suse.de>
1547
1548 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1549
afe75f6d
TV
15502020-10-16 Tom de Vries <tdevries@suse.de>
1551
1552 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1553
8c8bd0ba
TV
15542020-10-14 Tom de Vries <tdevries@suse.de>
1555
1556 PR testsuite/26732
1557 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1558 scenario 2.
1559 * gdb.ada/mi_catch_ex_hand.exp: Same.
1560
b75d55d4
PA
15612020-10-13 Pedro Alves <pedro@palves.net>
1562
1563 * lib/mi-support.exp (mi_clean_restart): New.
1564 (mi_run_to_main): Delete.
1565 All callers adjust to use mi_clean_restart / mi_runto_main.
1566
e777225b
PA
15672020-10-13 Pedro Alves <pedro@palves.net>
1568
1569 * config/monitor.exp: Use "list -q".
1570 * gdb.arch/gdb1558.exp: Use "break -q".
1571 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1572 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1573 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1574 * gdb.base/commands.exp: Use "break -q".
1575 * gdb.base/condbreak.exp: Use "break -q".
1576 * gdb.base/ctf-ptype.exp: Use "list -q".
1577 * gdb.base/define.exp: Use "break -q".
1578 * gdb.base/del.exp: Use "break -q".
1579 * gdb.base/fullname.exp: Use "break -q".
1580 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1581 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1582 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1583 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1584 "hbreak -q".
1585 * gdb.base/included.exp: Use "list -q".
1586 * gdb.base/label.exp: Use "break -q".
1587 * gdb.base/lineinc.exp: Use "break -q".
1588 * gdb.base/list.exp: Use "list -q".
1589 * gdb.base/macscp.exp: Use "list -q".
1590 * gdb.base/pending.exp: Use "break -q".
1591 * gdb.base/prologue-include.exp: Use "break -q".
1592 * gdb.base/ptype.exp: Use "list -q".
1593 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1594 * gdb.base/server-del-break.exp: Use "break -q".
1595 * gdb.base/style.exp: Use "break -q".
1596 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1597 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1598 * gdb.cp/exception.exp: Use "tbreak -q".
1599 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1600 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1601 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1602 * gdb.dwarf2/pr13961.exp: Use "break -q".
1603 * gdb.linespec/explicit.exp: Use "list -q".
1604 * gdb.linespec/linespec.exp: Use "break -q".
1605 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1606 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1607 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1608 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1609 * gdb.trace/change-loc.exp: Use "break -q".
1610 * gdb.trace/pending.exp: Use "break -q".
1611 * gdb.tui/basic.exp: Use "list -q".
1612 * gdb.tui/list-before.exp: Use "list -q".
1613 * gdb.tui/list.exp: Use "list -q".
1614 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1615
8abd8ee8
PA
16162020-10-13 Pedro Alves <pedro@palves.net>
1617
1618 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1619 saved breakpoints file.
1620 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1621 inspecting breakpoint list.
1622 * lib/gdb.exp (runto_main): Add "qualified" to options.
1623 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1624 and handle it.
1625 (mi_runto_main): Pass 1 as qualified argument.
1626
f71e6719
PA
16272020-10-13 Pedro Alves <pedro@palves.net>
1628
1629 * lib/mi-support.exp (mi_runto_main): New proc.
1630 (mi_run_to_main): Use it.
1631 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1632 * gdb.mi/mi-var-cmd.exp: Likewise.
1633 * gdb.mi/mi-var-invalidate.exp: Likewise.
1634 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1635 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1636 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1637 * gdb.mi/user-selected-context-sync.exp: Likewise.
1638 * gdb.opt/inline-cmds.exp: Likewise.
1639 * gdb.python/py-framefilter-mi.exp: Likewise.
1640 * gdb.python/py-mi.exp: Likewise.
1641
50441f0f
PA
16422020-10-13 Pedro Alves <pedro@palves.net>
1643
1644 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1645 "runto main".
1646 * gdb.ada/small_reg_param.exp: Likewise.
1647 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1648 * gdb.base/annota1.exp: Likewise.
1649 * gdb.base/anon.exp: Likewise.
1650 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1651 * gdb.base/dprintf-non-stop.exp: Likewise.
1652 * gdb.base/dprintf.exp: Likewise.
1653 * gdb.base/gdb11530.exp: Likewise.
1654 * gdb.base/gdb11531.exp: Likewise.
1655 * gdb.base/gnu_vector.exp: Likewise.
1656 * gdb.base/interrupt-noterm.exp: Likewise.
1657 * gdb.base/memattr.exp: Likewise.
1658 * gdb.base/step-over-syscall.exp: Likewise.
1659 * gdb.base/watch-cond-infcall.exp: Likewise.
1660 * gdb.base/watch-read.exp: Likewise.
1661 * gdb.base/watch-vfork.exp: Likewise.
1662 * gdb.base/watch_thread_num.exp: Likewise.
1663 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1664 * gdb.guile/scm-frame-inline.exp: Likewise.
1665 * gdb.linespec/explicit.exp: Likewise.
1666 * gdb.opt/inline-break.exp: Likewise.
1667 * gdb.python/py-frame-inline.exp: Likewise.
1668 * gdb.reverse/break-precsave.exp: Likewise.
1669 * gdb.reverse/break-reverse.exp: Likewise.
1670 * gdb.reverse/consecutive-precsave.exp: Likewise.
1671 * gdb.reverse/consecutive-reverse.exp: Likewise.
1672 * gdb.reverse/finish-precsave.exp: Likewise.
1673 * gdb.reverse/finish-reverse.exp: Likewise.
1674 * gdb.reverse/fstatat-reverse.exp: Likewise.
1675 * gdb.reverse/getresuid-reverse.exp: Likewise.
1676 * gdb.reverse/i386-precsave.exp: Likewise.
1677 * gdb.reverse/i386-reverse.exp: Likewise.
1678 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1679 * gdb.reverse/i387-env-reverse.exp: Likewise.
1680 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1681 * gdb.reverse/insn-reverse.exp: Likewise.
1682 * gdb.reverse/machinestate-precsave.exp: Likewise.
1683 * gdb.reverse/machinestate.exp: Likewise.
1684 * gdb.reverse/pipe-reverse.exp: Likewise.
1685 * gdb.reverse/readv-reverse.exp: Likewise.
1686 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1687 * gdb.reverse/rerun-prec.exp: Likewise.
1688 * gdb.reverse/s390-mvcle.exp: Likewise.
1689 * gdb.reverse/solib-precsave.exp: Likewise.
1690 * gdb.reverse/solib-reverse.exp: Likewise.
1691 * gdb.reverse/step-precsave.exp: Likewise.
1692 * gdb.reverse/step-reverse.exp: Likewise.
1693 * gdb.reverse/time-reverse.exp: Likewise.
1694 * gdb.reverse/until-precsave.exp: Likewise.
1695 * gdb.reverse/until-reverse.exp: Likewise.
1696 * gdb.reverse/waitpid-reverse.exp: Likewise.
1697 * gdb.reverse/watch-precsave.exp: Likewise.
1698 * gdb.reverse/watch-reverse.exp: Likewise.
1699 * gdb.threads/kill.exp: Likewise.
1700 * gdb.threads/tid-reuse.exp: Likewise.
1701
d3a07122
SM
17022020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1703
1704 PR gdb/26642
1705 * gdb.base/maint-target-async-off.c: New test.
1706 * gdb.base/maint-target-async-off.exp: New test.
1707
c65c6c42
AM
17082020-10-13 Alan Modra <amodra@gmail.com>
1709
1710 * gdb.arch/powerpc-altivec.s,
1711 * gdb.arch/powerpc-power7.s,
1712 * gdb.arch/powerpc-power8.s,
1713 * gdb.arch/powerpc-power9.s,
1714 * gdb.arch/powerpc-vsx.s,
1715 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1716 * gdb.arch/powerpc-altivec.exp,
1717 * gdb.arch/powerpc-power7.exp,
1718 * gdb.arch/powerpc-power8.exp,
1719 * gdb.arch/powerpc-power9.exp,
1720 * gdb.arch/powerpc-vsx.exp,
1721 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1722 disassembly of mfvsrd/mtvsrd.
1723
f4a0f710
AM
17242020-10-13 Alan Modra <amodra@gmail.com>
1725
1726 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1727 "target architecture" output.
1728 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1729 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1730 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1731 * gdb.arch/s390-disassembler-options.exp: Likewise.
1732
87a37e5e
PA
17332020-10-12 Pedro Alves <pedro@palves.net>
1734
1735 PR exp/26602
1736 PR c++/26550
1737 * gdb.cp/ambiguous.cc (marker1): Delete.
1738 (main): Initialize all the fields of the locals. Replace marker1
1739 call with a "set breakpoint here" marker.
1740 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1741 instead of running to marker1. Add tests printing all the
1742 variables and all the fields of the variables.
1743 (test_ambiguous): New proc, expecting the new GDB output when a
1744 field access is ambiguous. Change all "warning: X ambiguous"
1745 tests to use it.
1746
71e1b6b0
GB
17472020-10-12 Gary Benson <gbenson@redhat.com>
1748
1749 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1750 * gdb.base/msym-bp-2.c (foo): Likewise.
1751 * gdb.base/msym-lang.c (foo): Likewise.
1752 * gdb.base/msym-lang-main.c (foo): Likewise.
1753 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1754 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1755 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1756 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1757 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1758 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1759 * gdb.python/py-objfile.c (static_var): Likewise.
1760 * gdb.python/py-symbol.c (rr): Likewise.
1761 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1762 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1763
9370fd51
AB
17642020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1765
1766 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1767 output of backtrace.
1768
7c184d33
TT
17692020-10-09 Tom Tromey <tromey@adacore.com>
1770
1771 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1772 (Rec): Add field. Fix range.
1773 * gdb.ada/scalar_storage.exp: Update.
1774
3d87245c
HD
17752020-10-09 Hannes Domani <ssbssa@yahoo.de>
1776
1777 PR exp/26714
1778 * gdb.base/printcmds.exp: Add tests for void results.
1779
f5c4b229
JV
17802020-10-09 Jan Vrany <jan.vrany@labware.com>
1781
1782 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1783 is emmited for both 'set directories' and 'directory' commands.
1784
b2701685
TT
17852020-10-08 Tom Tromey <tom@tromey.com>
1786
1787 * gdb.base/style.exp: Check that "main"'s name is styled.
1788
e86efb33
TT
17892020-10-07 Tom Tromey <tromey@adacore.com>
1790
1791 * gdb.base/find.exp: Rename some tests.
1792
30897591
GB
17932020-10-06 Gary Benson <gbenson@redhat.com>
1794
1795 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1796 * gdb.base/list1.c (unused): Likewise.
1797
ced4a4c1
GB
17982020-10-06 Gary Benson <gbenson@redhat.com>
1799
1800 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1801 __attribute__ ((used)).
1802 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1803
ed3bdac4
AB
18042020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1805
1806 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1807 make use of regions throughout.
1808 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1809 not {...}.
1810 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1811
cd096ec8
HD
18122020-10-05 Hannes Domani <ssbssa@yahoo.de>
1813
1814 * gdb.base/call-sc.c: Fix return struct on stack test case.
1815 * gdb.base/call-sc.exp: Likewise.
1816
3ee6f75d
GB
18172020-10-02 Gary Benson <gbenson@redhat.com>
1818
1819 * README: Fix "paralell".
1820
f65825ec
GB
18212020-09-30 Gary Benson <gbenson@redhat.com>
1822
1823 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1824 Convert directive to lowercase.
1825 (.Labbrev1_begin): Add missing label.
1826 (abbrev code 0x1): Remove DW_AT_stmt_list.
1827 (.Ldie_b): Likewise.
1828
5f278258
TT
18292020-09-27 Tom Tromey <tom@tromey.com>
1830
1831 * gdb.tui/new-layout.exp: Use with_test_prefix.
1832
8f9929bb
GR
18332020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1834
1835 PR python/26586
1836 * gdb.python/python.exp: add test cases for the from_tty
1837 argument to gdb.execute.
1838
c20c017b
GB
18392020-09-25 Gary Benson <gbenson@redhat.com>
1840
1841 * gdb.base/infcall-nested-structs.exp.tcl: Add
1842 additional_flags=-Wno-tautological-compare for C++
1843 tests when compiling using Clang.
1844
68d654af
GB
18452020-09-25 Gary Benson <gbenson@redhat.com>
1846
1847 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1848 for .c files.
1849
b551a89f
TT
18502020-09-24 Tom Tromey <tromey@adacore.com>
1851
1852 PR tui/26638:
1853 * gdb.tui/list.exp: Check output of "focus next".
1854
20a5fcbd
TT
18552020-09-23 Tom Tromey <tom@tromey.com>
1856
1857 * gdb.dwarf2/intbits.exp: New file.
1858 * gdb.dwarf2/intbits.c: New file.
1859
b167e53f
PA
18602020-09-20 Pedro Alves <pedro@palves.net>
1861
1862 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1863 spawn_id before calling remote_close. Close secondary MI channel.
1864
dbc49e9f
PA
18652020-09-20 Pedro Alves <pedro@palves.net>
1866
1867 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1868 fails.
1869
c8d5abea
AB
18702020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1871
1872 * gdb.fortran/array-slices.exp: Update expected results.
1873 * gdb.fortran/class-allocatable-array.exp: Likewise.
1874 * gdb.fortran/multi-dim.exp: Likewise.
1875 * gdb.fortran/vla-type.exp: Likewise.
1876 * gdb.mi/mi-vla-fortran.exp: Likewise.
1877
14f9473c
VC
18782020-09-18 Victor Collod <vcollod@nvidia.com>
1879
1880 PR gdb/26635
1881 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1882 compatible with i386, and move it to...
1883 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1884 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1885 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1886
e8ef12b9
PA
18872020-09-18 Pedro Alves <pedro@palves.net>
1888
1889 PR gdb/26631
1890 * gdb.multi/multi-target-thread-find.exp: New file.
1891
e11daf7a
PA
18922020-09-18 Pedro Alves <pedro@palves.net>
1893
1894 * gdb.multi/multi-target-continue.exp: New file, factored out from
1895 multi-target.exp.
1896 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1897 multi-target.exp.
1898 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1899 multi-target.exp.
1900 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1901 multi-target.exp.
1902 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1903 multi-target.exp.
1904 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1905 multi-target.exp.
1906 * gdb.multi/multi-target.exp: Delete.
1907
d0edc2b8
AB
19082020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1909
1910 * gdb.fortran/array-slices.exp: Add missing message data.
1911
7474326c
PA
19122020-09-17 Pedro Alves <pedro@palves.net>
1913
1914 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1915
dd23068d
PA
19162020-09-17 Pedro Alves <pedro@palves.net>
1917
1918 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1919 full prototype.
1920
0640a543
PA
19212020-09-17 Pedro Alves <pedro@palves.net>
1922
1923 * gdb.python/py-as-string.c: Add cast.
1924
ef0cdbc1
PA
19252020-09-17 Pedro Alves <pedro@palves.net>
1926
1927 * gdb.base/sizeof.c (fill): Add cast.
1928
3a5eeb8b
PA
19292020-09-17 Pedro Alves <pedro@palves.net>
1930
1931 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1932
a8129512
PA
19332020-09-17 Pedro Alves <pedro@palves.net>
1934
1935 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1936 linkage name.
1937 * gdb.base/prologue.exp: Use print /d.
1938 * gdb.base/symbol-alias.exp: Handle C++ output.
1939 * gdb.base/symbol-alias2.c: Handle C++ output.
1940 [__cplusplus] (func): Explicitly specify linkage name.
1941
a83cdcb6
PA
19422020-09-17 Pedro Alves <pedro@palves.net>
1943
1944 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1945 (struct my_key_t): ... this. Adjust all references.
1946 (struct value_t): Rename to ...
1947 (struct my_value_t): ... this. Adjust all references.
1948 (create_map, add_map_element, create_map_map)
1949 (add_map_map_element): Add casts.
1950
d4bcee5c
PA
19512020-09-17 Pedro Alves <pedro@palves.net>
1952
1953 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1954 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1955
81f90489
PA
19562020-09-17 Pedro Alves <pedro@palves.net>
1957
1958 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1959
0a229804
PA
19602020-09-17 Pedro Alves <pedro@palves.net>
1961
1962 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1963 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1964 (charfoo, intfoo): Define full prototype.
1965 * gdb.base/ptype1.c (charfoo): Define full prototype.
1966 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1967 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1968
c3e5138d
PA
19692020-09-17 Pedro Alves <pedro@palves.net>
1970
1971 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1972 Don't define.
1973 (utf_32_string): Compile for both C and C++.
1974 * gdb.base/charset.exp: Use "print /d".
1975
151fdbad
PA
19762020-09-17 Pedro Alves <pedro@palves.net>
1977
1978 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1979 (nullptr): Rename to ...
1980 (null_ptr): ... this.
1981 * gdb.base/watchpoint.exp: Adjust to rename.
1982
18a25b64
PA
19832020-09-17 Pedro Alves <pedro@palves.net>
1984
1985 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1986 (three_not_flag): Add casts.
1987
11fac337
PA
19882020-09-17 Pedro Alves <pedro@palves.net>
1989
1990 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1991 char array.
1992 (main): Add references to Barrier, TestStrings, TestStringsH and
1993 TestStringsW.
1994 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1995 and expect a full prototype in C++.
1996
52626c58
PA
19972020-09-17 Pedro Alves <pedro@palves.net>
1998
1999 * gdb.base/nested-addr.c (main): Add cast.
2000 * gdb.base/nested-addr.exp: Use "print /d".
2001
52bb0902
PA
20022020-09-17 Pedro Alves <pedro@palves.net>
2003
2004 * gdb.base/break.exp (func): New. Use it throughout when
2005 expecting a function name.
2006
73e18ac9
PA
20072020-09-17 Pedro Alves <pedro@palves.net>
2008
2009 * gdb.base/display.exp: Issue "set print asm-demangle on".
2010
c8b18808
PA
20112020-09-17 Pedro Alves <pedro@palves.net>
2012
2013 * gdb.base/find.c: Include <string.h>.
2014 (init_bufs): Add cast.
2015 * gdb.base/find.exp: Issue "set print asm-demangle on".
2016
fe830662
TT
20172020-09-16 Tom Tromey <tromey@adacore.com>
2018
2019 PR gdb/26598:
2020 * gdb.base/skipcxx.exp: New file.
2021 * gdb.base/skipcxx.cc: New file.
2022
945ff6e2
TV
20232020-09-16 Tom de Vries <tdevries@suse.de>
2024
2025 PR testsuite/26617
2026 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2027 WITH_DEBUG_SECTIONS is defined.
2028 (xstr, str): New macro.
2029 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2030 to get start and size of _Dmain.
2031 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2032 using additional_flags.
2033
da1df1db
TBA
20342020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2035
2036 * gdb.base/bp-cmds-sourced-script.c: New file.
2037 * gdb.base/bp-cmds-sourced-script.exp: New test.
2038 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2039
337882d4
TV
20402020-09-16 Tom de Vries <tdevries@suse.de>
2041
2042 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2043 get the gdb prompt after issuing "monitor exit".
2044
7361f908
TV
20452020-09-16 Tom de Vries <tdevries@suse.de>
2046
2047 PR testsuite/26624
2048 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2049
4d91ddd3
TV
20502020-09-16 Tom de Vries <tdevries@suse.de>
2051
2052 PR testsuite/26618
2053 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2054
08cc37dd
TT
20552020-09-15 Tom Tromey <tromey@adacore.com>
2056
2057 PR rust/26197:
2058 * lib/rust-support.exp (rust_llvm_version): New proc.
2059 * gdb.rust/simple.exp: Check rust_llvm_version.
2060
ee6372f2
TV
20612020-09-14 Tom de Vries <tdevries@suse.de>
2062
2063 * gdb.rust/traits.exp: Fix PATH warning.
2064
dc3a371e
PA
20652020-09-13 Pedro Alves <pedro@palves.net>
2066
2067 * gdb.base/catch-follow-exec.c (main): Add explicit return
2068 statement.
2069 * gdb.base/catch-signal.c (main): Likewise.
2070 * gdb.base/condbreak-call-false.c (main): Likewise.
2071 * gdb.base/consecutive.c (main): Add explicit return
2072 statement and return type.
2073 * gdb.base/cursal.c (main): Add explicit return statement.
2074 * gdb.base/cvexpr.c (main): Likewise.
2075 * gdb.base/display.c (main): Add explicit return statement and
2076 return type.
2077 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2078 * gdb.base/endianity.c (main): Likewise.
2079 * gdb.base/execd-prog.c (main): Likewise.
2080 * gdb.base/gdb1090.c (main): Likewise.
2081 * gdb.base/info_qt.c (main): Likewise.
2082 * gdb.base/lineinc.c (main): Likewise.
2083 * gdb.base/load-command.c (main): Likewise.
2084 * gdb.base/macscp1.c (main): Likewise.
2085 * gdb.base/pr10179-a.c (main): Likewise.
2086 * gdb.base/quit-live.c (main): Likewise.
2087 * gdb.base/scope0.c (main): Likewise.
2088 * gdb.base/settings.c (main): Likewise.
2089 * gdb.base/stack-checking.c (main): Return int.
2090 * gdb.base/varargs.c (main): Add explicit return statement.
2091 * gdb.cp/ambiguous.cc (main): Likewise.
2092 * gdb.cp/anon-struct.cc (main): Likewise.
2093 * gdb.cp/anon-union.cc (main): Likewise.
2094 * gdb.cp/bool.cc (main): Likewise.
2095 * gdb.cp/bs15503.cc (main): Likewise.
2096 * gdb.cp/cplusfuncs.cc (main): Likewise.
2097 * gdb.cp/cttiadd.cc (main): Likewise.
2098 * gdb.cp/extern-c.cc (main): Likewise.
2099 * gdb.cp/filename.cc (main): Likewise.
2100 * gdb.cp/formatted-ref.cc (main): Likewise.
2101 * gdb.cp/mb-ctor.cc (main): Likewise.
2102 * gdb.cp/member-ptr.cc (main): Likewise.
2103 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2104 * gdb.cp/overload-const.cc (main): Likewise.
2105 * gdb.cp/paren-type.cc (main): Likewise.
2106 * gdb.cp/parse-lang.cc (main): Likewise.
2107 * gdb.cp/pr-1023.cc (main): Likewise.
2108 * gdb.cp/psmang1.cc (main): Likewise.
2109 * gdb.cp/readnow-language.cc (main): Likewise.
2110 * gdb.cp/ref-params.cc (main): Likewise.
2111 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2112 * gdb.cp/virtbase2.cc (main): Likewise.
2113 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2114 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2115 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2116 * gdb.mi/mi-console.c (main): Likewise.
2117 * gdb.mi/mi-read-memory.c (main): Likewise.
2118 * gdb.modula2/multidim.c (main): Likewise.
2119 * gdb.opt/inline-small-func.c (main): Likewise.
2120 * gdb.python/py-rbreak.c (main): Likewise.
2121 * gdb.stabs/exclfwd1.c (main): Likewise.
2122 * gdb.trace/qtro.c (main): Likewise.
2123
af26601c
PA
21242020-09-13 Pedro Alves <pedro@palves.net>
2125
2126 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2127 instead of getenv.
2128
2f4b83cd
PA
21292020-09-13 Pedro Alves <pedro@palves.net>
2130
2131 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2132 instead of spawning GDB with remote_spawn.
2133 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2134 gdb_spawn instead of spawning GDB with remote_spawn.
2135
c49da0e4
PA
21362020-09-13 Pedro Alves <pedro@palves.net>
2137
2138 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2139 file and add calls to first and second.
2140 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2141 add call to f.
2142
6791b117
PA
21432020-09-13 Pedro Alves <pedro@palves.net>
2144
2145 * gdb.mi/mi-break-qualified.cc: New file.
2146 * gdb.mi/mi-break-qualified.exp: New file.
2147 * lib/mi-support.exp (mi_create_breakpoint_multi)
2148 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2149 procedures.
2150 (mi_create_breakpoint_1): New, factored out from
2151 mi_create_breakpoint.
2152
3b8d4c5c
PA
21532020-09-13 Pedro Alves <pedro@palves.net>
2154
2155 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2156 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2157 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2158 (register_class): Delete.
2159 (main): Don't call register_class.
2160
d5f96005
PA
21612020-09-13 Pedro Alves <pedro@palves.net>
2162
2163 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2164 (do_tests): Remove "calling method for small class" test.
2165 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2166 (register_class): Delete.
2167 (main): Don't call register_class.
2168 * gdb.cp/call-method-register.exp: New file, based on bits removed
2169 from classes.exp.
2170 * gdb.cp/call-method-register.cc: New file, based on bits removed
2171 from classes.cc.
2172
77f2120b
PA
21732020-09-13 Pedro Alves <pedro@palves.net>
2174
2175 * gdb.base/msym-bp-2.c: New.
2176 * gdb.base/msym-bp-shl-lib.c: New file.
2177 * gdb.base/msym-bp-shl-main-2.c: New file.
2178 * gdb.base/msym-bp-shl-main.c: New file.
2179 * gdb.base/msym-bp-shl.exp: New file.
2180 * gdb.base/msym-bp.c: New file.
2181 * gdb.base/msym-bp.exp: New file.
2182
32aea73e
JB
21832020-09-13 Joel Brobecker <brobecker@adacore.com>
2184
2185 * gdb.base/default.exp: Change $_gdb_major to 11.
2186
2a67f09d
FW
21872020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2188 Felix Willgerodt <Felix.Willgerodt@intel.com>
2189
2190 * x86-avx512bf16.c: New file.
2191 * x86-avx512bf16.exp: Likewise.
2192 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2193
ad570dd7
TV
21942020-09-11 Tom de Vries <tdevries@suse.de>
2195
2196 PR exp/26602
2197 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2198
a56f7391
TBA
21992020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2200
2201 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2202
918619e5
AM
22032020-09-10 Alan Modra <amodra@gmail.com>
2204
2205 PR 26597
2206 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2207
cac1e71d
TV
22082020-09-08 Tom de Vries <tdevries@suse.de>
2209
2210 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2211 after gdb_starti_cmd.
2212
c5cd900e
AKS
22132020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2214
2215 * lib/fortran.exp (fortran_complex8): New proc.
2216 (fortran_complex16): New proc.
2217 * gdb.fortran/complex.exp: Use routines from fortran.exp
2218 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2219 * gdb.fortran/vla-ptr-info.exp: Likewise.
2220
8f5c6526
TV
22212020-09-03 Tom de Vries <tdevries@suse.de>
2222
2223 PR breakpoint/26546
2224 * gdb.base/label-without-address.exp: Runto main first.
2225
02c6f3f1
TT
22262020-09-02 Tom Tromey <tromey@adacore.com>
2227
2228 * gdb.ada/mi_var_access.exp: Test children of access variable.
2229 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2230 * gdb.ada/mi_var_array.exp: Update.
2231
efe24f05
KB
22322020-08-31 Kevin Buettner <kevinb@redhat.com>
2233
2234 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2235 on docker w/ AUFS storage driver.
2236
973695d6
KB
22372020-08-31 Kevin Buettner <kevinb@redhat.com>
2238
2239 * gdb.base/corefile2.exp (renamed binfile): New tests.
2240
f3bd50f1
SM
22412020-08-31 Simon Marchi <simon.marchi@efficios.com>
2242
2243 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2244
22b9b4b0
SL
22452020-08-31 Simon Marchi <simon.marchi@efficios.com>
2246
2247 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2248 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2249
8efaf6b3
SM
22502020-08-31 Simon Marchi <simon.marchi@efficios.com>
2251
2252 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2253 output, printing a "not saved" value from history and printing a
2254 convenience variable created from a "not saved" value.
2255
e840f2e3
TV
22562020-08-31 Tom de Vries <tdevries@suse.de>
2257
2258 * gdb.base/eh_return.exp: Use nopie.
2259
8f57f343
PA
22602020-08-28 Pedro Alves <pedro@palves.net>
2261
2262 * gdb.base/advance-until-multiple-locations.exp
2263 (advance_overload, until_overload): Adjust to match the
2264 frame/function header instead of the source line text.
2265
626d2320
TV
22662020-08-28 Tom de Vries <tdevries@suse.de>
2267
2268 * gdb.base/label-without-address.c: New test.
2269 * gdb.base/label-without-address.exp: New file.
2270
df631783
PA
22712020-08-27 Pedro Alves <pedro@palves.net>
2272
2273 PR gdb/26523
2274 PR gdb/26524
2275 * gdb.base/advance-until-multiple-locations.cc: New.
2276 * gdb.base/advance-until-multiple-locations.exp: New.
2277
48b076bb
SM
22782020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2279
2280 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2281
c2015ce4
AB
22822020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2283
2284 * gdb.arch/amd64-byte.exp: Make test names unique, use
2285 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2286 * gdb.arch/amd64-dword.exp: Likewise.
2287 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2288 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2289 unique.
2290 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2291 * gdb.arch/amd64-word.exp: Make test names unique, use
2292 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2293 * gdb.arch/i386-byte.exp: Make test names unique, use
2294 gdb_breakpoint.
2295 * gdb.arch/i386-word.exp: Likewise.
2296
995d3a19
SV
22972020-08-25 Shahab Vahedi <shahab@synopsys.com>
2298
2299 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2300
8cac2b31
SM
23012020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2302
2303 PR gdb/26532
2304 * gdb.threads/stepi-random-signal.exp: Update pattern.
2305
2bc19622
SM
23062020-08-25 Simon Marchi <simon.marchi@efficios.com>
2307
2308 PR gdb/26532
2309 * gdb.base/ui-redirect.exp: Update pattern.
2310
b04aa1fc
GB
23112020-08-25 Gary Benson <gbenson@redhat.com>
2312
2313 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2314 when compiling with clang.
8571e9c8 2315 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2316
9f68b453
GB
23172020-08-25 Gary Benson <gbenson@redhat.com>
2318
2319 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2320 Add additional_flags=-Wno-inaccessible-base when compiling
2321 with GCC >= 10.1 or clang. Add additional_flags=-w when
2322 compiling with GCC < 10.
2323
3945d2d7
GM
23242020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2325
2326 PR m2/26372
fc5d6901
SM
2327 * gdb.modula2/multidim.c: New file.
2328 * gdb.modula2/multidim.exp: New file.
3945d2d7 2329
60122dbe
SM
23302020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2331
2332 * lib/gdb.exp (runto): Always emit fail on internal error.
2333
1eb8556f
SM
23342020-08-24 Simon Marchi <simon.marchi@efficios.com>
2335
2336 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2337 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2338 Likewise.
2339 * gdb.threads/stepi-random-signal.exp: Likewise.
2340
33bf4c5c
TBA
23412020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2342
2343 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2344 * gdb.trace/strace.exp: Ditto.
2345
c2fd7fae
AKS
23462020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2347
2348 * gdb.fortran/vla-type.exp: Skip commands not required for
2349 the Flang compiled binaries after prologue fix.
2350
326afb72
TT
23512020-08-17 Tom de Vries <tdevries@suse.de>
2352 Tom Tromey <tromey@adacore.com>
2353
2354 PR rust/26197:
2355 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2356
3ae7ab99
TT
23572020-08-17 Tom Tromey <tromey@adacore.com>
2358
2359 * gdb.ada/mi_var_access.exp: New file.
2360 * gdb.ada/mi_var_access/mi_access.adb: New file.
2361 * gdb.ada/mi_var_access/pck.adb: New file.
2362 * gdb.ada/mi_var_access/pck.ads: New file.
2363
f569c1c5
TV
23642020-08-16 Tom de Vries <tdevries@suse.de>
2365
2366 PR gdb/25350
2367 * gdb.base/eh_return.c: New test.
2368 * gdb.base/eh_return.exp: New file.
2369
3d11c30a
TV
23702020-08-15 Tom de Vries <tdevries@suse.de>
2371
2372 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2373 (mixed_func_1d_): Use fortran_charlen_t in decl.
2374
547ce8f0
TV
23752020-08-15 Tom de Vries <tdevries@suse.de>
2376
2377 PR backtrace/26390
2378 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2379 Update expected pattern.
2380
a54a7f13
PA
23812020-08-13 Pedro Alves <pedro@palves.net>
2382
2383 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2384 * gdb.fortran/library-module.exp: Likewise.
2385 * gdb.fortran/logical.exp: Likewise.
2386 * gdb.fortran/module.exp: Likewise.
2387 * gdb.fortran/print_type.exp: Likewise.
2388 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2389 * gdb.fortran/vla-datatypes.exp: Likewise.
2390 * gdb.fortran/vla-history.exp: Likewise.
2391 * gdb.fortran/vla-ptr-info.exp: Likewise.
2392 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2393 * gdb.fortran/vla-ptype.exp: Likewise.
2394 * gdb.fortran/vla-sizeof.exp: Likewise.
2395 * gdb.fortran/vla-type.exp: Likewise.
2396 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2397 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2398 * gdb.fortran/vla-value-sub.exp: Likewise.
2399 * gdb.fortran/vla-value.exp: Likewise.
2400
7a82e903
PA
24012020-08-13 Pedro Alves <pedro@palves.net>
2402
2403 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2404 * gdb.ada/access_to_packed_array.exp: Likewise.
2405 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2406 * gdb.ada/addr_arith.exp: Likewise.
2407 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2408 * gdb.ada/arr_arr.exp: Likewise.
2409 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2410 * gdb.ada/array_bounds.exp: Likewise.
2411 * gdb.ada/array_of_variable_length.exp: Likewise.
2412 * gdb.ada/array_ptr_renaming.exp: Likewise.
2413 * gdb.ada/array_subscript_addr.exp: Likewise.
2414 * gdb.ada/arraydim.exp: Likewise.
2415 * gdb.ada/arrayparam.exp: Likewise.
2416 * gdb.ada/arrayptr.exp: Likewise.
2417 * gdb.ada/assign_1.exp: Likewise.
2418 * gdb.ada/assign_arr.exp: Likewise.
2419 * gdb.ada/atomic_enum.exp: Likewise.
2420 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2421 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2422 * gdb.ada/bias.exp: Likewise.
2423 * gdb.ada/boolean_expr.exp: Likewise.
2424 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2425 * gdb.ada/bp_enum_homonym.exp: Likewise.
2426 * gdb.ada/bp_inlined_func.exp: Likewise.
2427 * gdb.ada/bp_on_var.exp: Likewise.
2428 * gdb.ada/bp_range_type.exp: Likewise.
2429 * gdb.ada/bp_reset.exp: Likewise.
2430 * gdb.ada/call_pn.exp: Likewise.
2431 * gdb.ada/catch_assert_if.exp: Likewise.
2432 * gdb.ada/catch_ex.exp: Likewise.
2433 * gdb.ada/catch_ex_std.exp: Likewise.
2434 * gdb.ada/char_enum.exp: Likewise.
2435 * gdb.ada/char_param.exp: Likewise.
2436 * gdb.ada/complete.exp: Likewise.
2437 * gdb.ada/cond_lang.exp: Likewise.
2438 * gdb.ada/convvar_comp.exp: Likewise.
2439 * gdb.ada/dgopt.exp: Likewise.
2440 * gdb.ada/disc_arr_bound.exp: Likewise.
2441 * gdb.ada/display_nested.exp: Likewise.
2442 * gdb.ada/dot_all.exp: Likewise.
2443 * gdb.ada/dyn_loc.exp: Likewise.
2444 * gdb.ada/dyn_stride.exp: Likewise.
2445 * gdb.ada/excep_handle.exp: Likewise.
2446 * gdb.ada/expr_delims.exp: Likewise.
2447 * gdb.ada/expr_with_funcall.exp: Likewise.
2448 * gdb.ada/exprs.exp: Likewise.
2449 * gdb.ada/fin_fun_out.exp: Likewise.
2450 * gdb.ada/fixed_cmp.exp: Likewise.
2451 * gdb.ada/formatted_ref.exp: Likewise.
2452 * gdb.ada/frame_arg_lang.exp: Likewise.
2453 * gdb.ada/frame_args.exp: Likewise.
2454 * gdb.ada/fullname_bp.exp: Likewise.
2455 * gdb.ada/fun_addr.exp: Likewise.
2456 * gdb.ada/fun_in_declare.exp: Likewise.
2457 * gdb.ada/fun_overload_menu.exp: Likewise.
2458 * gdb.ada/fun_renaming.exp: Likewise.
2459 * gdb.ada/funcall_char.exp: Likewise.
2460 * gdb.ada/funcall_param.exp: Likewise.
2461 * gdb.ada/funcall_ptr.exp: Likewise.
2462 * gdb.ada/funcall_ref.exp: Likewise.
2463 * gdb.ada/homonym.exp: Likewise.
2464 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2465 * gdb.ada/info_auto_lang.exp: Likewise.
2466 * gdb.ada/info_exc.exp: Likewise.
2467 * gdb.ada/info_types.exp: Likewise.
2468 * gdb.ada/int_deref.exp: Likewise.
2469 * gdb.ada/interface.exp: Likewise.
2470 * gdb.ada/iwide.exp: Likewise.
2471 * gdb.ada/lang_switch.exp: Likewise.
2472 * gdb.ada/length_cond.exp: Likewise.
2473 * gdb.ada/maint_with_ada.exp: Likewise.
2474 * gdb.ada/mi_catch_assert.exp: Likewise.
2475 * gdb.ada/mi_catch_ex.exp: Likewise.
2476 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2477 * gdb.ada/mi_dyn_arr.exp: Likewise.
2478 * gdb.ada/mi_ex_cond.exp: Likewise.
2479 * gdb.ada/mi_exc_info.exp: Likewise.
2480 * gdb.ada/mi_interface.exp: Likewise.
2481 * gdb.ada/mi_prot.exp: Likewise.
2482 * gdb.ada/mi_ref_changeable.exp: Likewise.
2483 * gdb.ada/mi_string_access.exp: Likewise.
2484 * gdb.ada/mi_task_arg.exp: Likewise.
2485 * gdb.ada/mi_task_info.exp: Likewise.
2486 * gdb.ada/mi_var_array.exp: Likewise.
2487 * gdb.ada/mi_var_union.exp: Likewise.
2488 * gdb.ada/mi_variant.exp: Likewise.
2489 * gdb.ada/minsyms.exp: Likewise.
2490 * gdb.ada/mod_from_name.exp: Likewise.
2491 * gdb.ada/nested.exp: Likewise.
2492 * gdb.ada/null_array.exp: Likewise.
2493 * gdb.ada/optim_drec.exp: Likewise.
2494 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2495 * gdb.ada/packed_array_assign.exp: Likewise.
2496 * gdb.ada/packed_tagged.exp: Likewise.
2497 * gdb.ada/pp-rec-component.exp: Likewise.
2498 * gdb.ada/print_chars.exp: Likewise.
2499 * gdb.ada/print_pc.exp: Likewise.
2500 * gdb.ada/ptr_typedef.exp: Likewise.
2501 * gdb.ada/ptype_arith_binop.exp: Likewise.
2502 * gdb.ada/ptype_array.exp: Likewise.
2503 * gdb.ada/ptype_field.exp: Likewise.
2504 * gdb.ada/ptype_tagged_param.exp: Likewise.
2505 * gdb.ada/ptype_union.exp: Likewise.
2506 * gdb.ada/py_range.exp: Likewise.
2507 * gdb.ada/py_taft.exp: Likewise.
2508 * gdb.ada/rdv_wait.exp: Likewise.
2509 * gdb.ada/rec_comp.exp: Likewise.
2510 * gdb.ada/rec_return.exp: Likewise.
2511 * gdb.ada/ref_param.exp: Likewise.
2512 * gdb.ada/ref_tick_size.exp: Likewise.
2513 * gdb.ada/rename_subscript_param.exp: Likewise.
2514 * gdb.ada/repeat_dyn.exp: Likewise.
2515 * gdb.ada/same_component_name.exp: Likewise.
2516 * gdb.ada/same_enum.exp: Likewise.
2517 * gdb.ada/scalar_storage.exp: Likewise.
2518 * gdb.ada/set_wstr.exp: Likewise.
2519 * gdb.ada/small_reg_param.exp: Likewise.
2520 * gdb.ada/str_binop_equal.exp: Likewise.
2521 * gdb.ada/str_ref_cmp.exp: Likewise.
2522 * gdb.ada/str_uninit.exp: Likewise.
2523 * gdb.ada/sub_variant.exp: Likewise.
2524 * gdb.ada/sym_print_name.exp: Likewise.
2525 * gdb.ada/taft_type.exp: Likewise.
2526 * gdb.ada/tagged.exp: Likewise.
2527 * gdb.ada/tagged_access.exp: Likewise.
2528 * gdb.ada/task_bp.exp: Likewise.
2529 * gdb.ada/task_switch_in_core.exp: Likewise.
2530 * gdb.ada/tasks.exp: Likewise.
2531 * gdb.ada/tick_last_segv.exp: Likewise.
2532 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2533 * gdb.ada/type_coercion.exp: Likewise.
2534 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2535 * gdb.ada/unchecked_union.exp: Likewise.
2536 * gdb.ada/uninitialized_vars.exp: Likewise.
2537 * gdb.ada/var_arr_attrs.exp: Likewise.
2538 * gdb.ada/var_arr_typedef.exp: Likewise.
2539 * gdb.ada/var_rec_arr.exp: Likewise.
2540 * gdb.ada/variant-record.exp: Likewise.
2541 * gdb.ada/variant.exp: Likewise.
2542 * gdb.ada/variant_record_packed_array.exp: Likewise.
2543 * gdb.ada/varsize_limit.exp: Likewise.
2544 * gdb.ada/whatis_array_val.exp: Likewise.
2545 * gdb.ada/widewide.exp: Likewise.
2546 * gdb.ada/win_fu_syms.exp: Likewise.
2547
25482020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2549
2550 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2551
10c381b5
AB
25522020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2555 unset the array variable.
2556
8f34b746
TV
25572020-08-03 Tom de Vries <tdevries@suse.de>
2558
2559 PR symtab/26333
2560 * lib/dwarf.exp (DW_LNE_user): New proc.
2561 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2562 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2563
0245e136
KB
25642020-07-31 Kevin Buettner <kevinb@redhat.com>
2565
2566 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2567 to 'uintptr_t'
2568 (inttypes.h): Include.
2569
9ef1ec5d
KB
25702020-07-31 Kevin Buettner <kevinb@redhat.com>
2571
2572 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2573 (C5_24k): Delete.
2574 (C5_8k, C5_64k, C5_256k): New macros.
2575 (buf_ro): Allocate 256 KiB of initialized data.
2576
4c55e970
TBA
25772020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2578
2579 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2580 that attempt to overwrite an existing condition with a condition
2581 that fails parsing and also with a condition that parses fine
2582 but contains junk at the end.
2583
1e620590
TBA
25842020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2585
2586 * gdb.base/condbreak-bad.c: New test.
2587 * gdb.base/condbreak-bad.exp: New file.
2588
e12dcc50
TV
25892020-07-30 Tom de Vries <tdevries@suse.de>
2590
2591 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2592 out of ...
2593 (GDBInfoModuleSymbols::check_entry): ... here.
2594 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2595 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2596 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2597
6cc64caa
TV
25982020-07-30 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2601 "__class_some_module_Number_t" optional.
2602
90fd07fc
TV
26032020-07-29 Tom de Vries <tdevries@suse.de>
2604
2605 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2606 multiple locations.
2607
f5c79e97
TV
26082020-07-29 Tom de Vries <tdevries@suse.de>
2609
2610 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2611 rather than function name.
2612
f75a0693
AB
26132020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 PR symtab/26270:
2616 * gdb.cp/disasm-func-name.cc: New file.
2617 * gdb.cp/disasm-func-name.exp: New file.
2618
4888741a
TT
26192020-07-28 Tom Tromey <tromey@adacore.com>
2620
2621 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2622 'varval' location.
2623
43d5901d
AB
26242020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.python/py-unwind.py: Update to make use of a register
2627 descriptor.
2628
14fa8fb3
AB
26292020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2632
e79eb02f
AB
26332020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 PR fortran/23051
2636 PR fortran/26139
2637 * gdb.fortran/class-allocatable-array.exp: New file.
2638 * gdb.fortran/class-allocatable-array.f90: New file.
2639 * gdb.fortran/pointer-to-pointer.exp: New file.
2640 * gdb.fortran/pointer-to-pointer.f90: New file.
2641
876518dd
TV
26422020-07-25 Tom de Vries <tdevries@suse.de>
2643
2644 PR symtab/26243
2645 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2646 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2647
6dcfb80a
TV
26482020-07-24 Tom de Vries <tdevries@suse.de>
2649
2650 PR testsuite/26293
2651 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2652
e7bc9db8
PA
26532020-07-23 Pedro Alves <pedro@palves.net>
2654
2655 * gdb.server/server-kill.exp (prepare): New, factored out from the
2656 top level.
2657 (kill_server): New.
2658 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2659 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2660
78344df7
AB
26612020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2662
2663 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2664
25dfed24
SL
26652020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2666
2667 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2668 Initialize to empty string at top level.
2669 (gdb_wrapper_init): Revert check for file existence on build.
2670 Build the wrapper in its default place, not a build-specific
2671 location. When host == build, make the pathname absolute.
2672 (gdb_compile): Delete leftover declaration of
2673 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2674 string instead of uninitialized.
2675
7da515fd
KB
26762020-07-22 Kevin Buettner <kevinb@redhat.com>
2677
2678 * gdb.base/corefile2.exp: New file.
2679 * gdb.base/coremaker2.exp: New file.
2680
9c5ec5c2
KB
26812020-07-22 Kevin Buettner <kevinb@redhat.com>
2682
2683 * gdb.base/coredump-filter.exp: Add second
2684 non-Private-Shared-Anon-File test.
2685 (test_disasm): Rename binfile for test which is expected
2686 to fail.
2687
f9e233c9
KB
26882020-07-22 Kevin Buettner <kevinb@redhat.com>
2689
2690 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2691 data in core file".
2692 * gdb.base/coremaker.c (buf2ro): New global.
2693 (mmapdata): Add a read-only mmap mapping.
2694
94c265d7
KB
26952020-07-22 Kevin Buettner <kevinb@redhat.com>
2696
2697 PR corefiles/25631
2698 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2699 New test.
2700 * gdb.base/coremaker.c (buf3): New global.
2701 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2702 flags.
2703
27042020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2705
2706 * gdb.base/coremaker.c (filler_ro): New global constant.
2707
32fa152e
TT
27082020-07-22 Tom Tromey <tromey@adacore.com>
2709
2710 * gdb.ada/mi_prot.exp: New file.
2711 * gdb.ada/mi_prot/pkg.adb: New file.
2712 * gdb.ada/mi_prot/pkg.ads: New file.
2713 * gdb.ada/mi_prot/prot.adb: New file.
2714
c8474dc3
TBA
27152020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2716
2717 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2718 loads two JITers.
2719
baf8791e
AB
27202020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2723
f7306dac
AB
27242020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2725
2726 * gdb.python/py-arch-reg-names.exp: Additional tests.
2727
6d3d6e4b
TV
27282020-07-21 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2731 breakpoint locations".
2732 * gdb.reverse/solib-reverse.exp: Same.
2733
803d0592
TV
27342020-07-21 Tom de Vries <tdevries@suse.de>
2735
2736 * gdb.reverse/step-reverse.c (callee): Merge statements.
2737
e9bdc510
TV
27382020-07-21 Tom de Vries <tdevries@suse.de>
2739
2740 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2741 line numbers for some variables.
2742
f0f9e75a
TV
27432020-07-21 Tom de Vries <tdevries@suse.de>
2744
2745 * gdb.opt/inline-locals.c (init_array): New func.
2746 (func1): Use init_array.
2747 * gdb.opt/inline-locals.exp: Update pattern.
2748
bd460ecb
TV
27492020-07-21 Tom de Vries <tdevries@suse.de>
2750
2751 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2752 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2753
ae5369e7
LC
27542020-07-20 Ludovic Courtès <ludo@gnu.org>
2755
2756 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2757 * gdb.guile/types-module.exp: Remove "ERROR:" from
2758 regexps since Guile 3.0 no longer prints that.
2759
68cf161c
LC
27602020-07-20 Ludovic Courtès <ludo@gnu.org>
2761
2762 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2763 error regexp to match on Guile 2.2.
2764
c14b4913
GB
27652020-07-20 Gary Benson <gbenson@redhat.com>
2766
2767 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2768 with clang.
2769
b243ba58
TV
27702020-07-20 Tom de Vries <tdevries@suse.de>
2771
2772 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2773 (omp_set_lock_in_order): New function.
2774 (single_scope, multi_scope, nested_func, nested_parallel): Use
2775 omp_set_lock_in_order and omp_unset_lock.
2776 (main): Init and destroy lock and lock2.
2777
c06ad8b5
TV
27782020-07-20 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2781
6e22f117
TV
27822020-07-20 Tom de Vries <tdevries@suse.de>
2783
2784 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2785
33176ea7
TV
27862020-07-17 Tom de Vries <tdevries@suse.de>
2787
2788 * gdb.base/valgrind-infcall-2.c: New test.
2789 * gdb.base/valgrind-infcall-2.exp: New file.
2790 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2791
90c3ec2d
TV
27922020-07-17 Tom de Vries <tdevries@suse.de>
2793
2794 * gdb.dlang/circular.c (found): Use found_label as label name.
2795 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2796 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2797 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2798 * gdb.dwarf2/ada-linkage-name.exp: Same.
2799 * gdb.dwarf2/arr-subrange.exp: Same.
2800 * gdb.dwarf2/atomic-type.exp: Same.
2801 * gdb.dwarf2/comp-unit-lang.exp: Same.
2802 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2803 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2804 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2805 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2806 * gdb.dwarf2/implptr-64bit.exp: Same.
2807 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2808 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2809 * gdb.dwarf2/imported-unit.exp: Same.
2810 * gdb.dwarf2/main-subprogram.exp: Same.
2811 * gdb.dwarf2/missing-type-name.exp: Same.
2812 * gdb.dwarf2/nonvar-access.exp: Same.
2813 * gdb.dwarf2/struct-with-sig.exp: Same.
2814 * gdb.dwarf2/typedef-void-finish.exp: Same.
2815 * gdb.dwarf2/void-type.exp: Same.
2816
10da644d
TV
28172020-07-17 Tom de Vries <tdevries@suse.de>
2818
2819 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2820 src parameter.
2821 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2822 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2823 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2824 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2825 * gdb.dwarf2/dwz.exp: Same.
2826 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2827 * gdb.dwarf2/implref-array.exp: Same.
2828 * gdb.dwarf2/implref-const.exp: Same.
2829 * gdb.dwarf2/implref-global.exp: Same.
2830 * gdb.dwarf2/implref-struct.exp: Same.
2831 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2832 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2833 * gdb.dwarf2/var-access.exp: Same.
2834 * gdb.dwarf2/varval.exp: Same.
2835 * gdb.trace/entry-values.exp: Same.
2836
315e6afc
TV
28372020-07-17 Tom de Vries <tdevries@suse.de>
2838
2839 * lib/dwarf.exp (Dwarf::extern): Remove.
2840 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2841 * gdb.dlang/circular.exp: Same.
2842 * gdb.dwarf2/comp-unit-lang.exp: Same.
2843 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2844 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2845 * gdb.dwarf2/dwz.exp: Same.
2846 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2847 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2848 * gdb.dwarf2/imported-unit.exp: Same.
2849 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2850
5597c940
SL
28512020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2852
2853 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2854 Use double quotes instead of single quotes.
2855
d0ce17d8
CT
28562020-07-16 Caroline Tice <cmtice@google.com>
2857
2858 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2859 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2860
853772cc
TV
28612020-07-16 Tom de Vries <tdevries@suse.de>
2862
2863 * lib/dwarf.exp (program): Initialize _line.
2864 (DW_LNE_end_sequence): Reinitialize _line.
2865 (DW_LNS_advance_line): Update _line.
2866 (line): New proc.
2867 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2868 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2869 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2870 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2871 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2872 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2873
fe07b572
AB
28742020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2877 generic.
2878
52781cce
TV
28792020-07-15 Tom de Vries <tdevries@suse.de>
2880
2881 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2882 is_amd64_regs_target.
2883
3dcc261c
AB
28842020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2887 * gdb.fortran/ptype-on-functions.f90: Likewise.
2888
054a0959
SM
28892020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2890
2891 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2892 values in documentation for addr_size to 4 and 8.
2893
ccb9eba6
AB
28942020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.arch/amd64-osabi.exp: Update.
2897 * gdb.arch/arm-disassembler-options.exp: Update.
2898 * gdb.arch/powerpc-disassembler-options.exp: Update.
2899 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2900 * gdb.arch/s390-disassembler-options.exp: Update.
2901 * gdb.base/all-architectures.exp.tcl: Update.
2902 * gdb.base/attach-pie-noexec.exp: Update.
2903 * gdb.base/catch-syscall.exp: Update.
2904 * gdb.xml/tdesc-arch.exp: Update.
2905
025a39a7
TV
29062020-07-14 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2909 (local_gettid): ... this.
2910 (fn): Update.
2911
74e4b667
SL
29122020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2913
2914 * gdb.base/info_sources.exp: Skip directory match tests on
2915 remote hosts.
2916
f413dd74
GB
29172020-07-13 Gary Benson <gbenson@redhat.com>
2918
2919 * gdb.base/savedregs.exp (caller): Use parentheses to
2920 make expected expression evaluation ordering explicit.
2921
915771bb
GB
29222020-07-13 Gary Benson <gbenson@redhat.com>
2923
2924 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2925
2a122642
GB
29262020-07-13 Gary Benson <gbenson@redhat.com>
2927
2928 * gdb.base/bigcore.c (main): Use a volatile pointer when
2929 attempting to trigger a SIGSEGV.
2930 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2931 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2932 * gdb.base/savedregs.c (thrower): Likewise.
2933 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2934
3f00c730
GB
29352020-07-13 Gary Benson <gbenson@redhat.com>
2936
2937 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2938 defining and using VLA structure fields into...
2939 * gdb.base/vla-struct-fields.c: New file.
2940 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2941 tests into...
2942 * gdb.base/vla-struct-fields.exp: New file.
2943
963eeee4
TV
29442020-07-13 Tom de Vries <tdevries@suse.de>
2945
2946 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2947 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2948 * gdb.base/gold-gdb-index.exp: Same.
2949 * gdb.base/morestack.exp: Same.
2950
0ed35c9a
DX
29512020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2952
2953 PR rust/26121
2954 * gdb.rust/modules.rs: Prevent linker from discarding test
2955 symbol.
2956
4fdba23d
PA
29572020-07-10 Pedro Alves <pedro@palves.net>
2958
2959 PR gdb/26199
2960 * gdb.multi/multi-target.c (exit_thread): New.
2961 (thread_start): Break loop if EXIT_THREAD.
2962 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2963 (top level) Call test_no_resumed.
2964
15f3b077
TT
29652020-07-08 Tom Tromey <tromey@adacore.com>
2966
2967 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2968 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2969
9fc501fd
AB
29702020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 PR python/22748
2973 * gdb.opt/inline-frame-tailcall.c: New file.
2974 * gdb.opt/inline-frame-tailcall.exp: New file.
2975 * gdb.python/py-unwind-inline.c: New file.
2976 * gdb.python/py-unwind-inline.exp: New file.
2977 * gdb.python/py-unwind-inline.py: New file.
2978
64cb3757
AB
29792020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.python/py-arch-reg-groups.exp: New file.
2982
0f767f94
AB
29832020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.python/py-arch-reg-names.exp: New file.
2986
87dbc774
AB
29872020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2990 gdb.PendingFrame.architecture method.
2991
d8cc8af6
TV
29922020-07-06 Tom de Vries <tdevries@suse.de>
2993
2994 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2995
3c8ea5be
PA
29962020-07-03 Pedro Alves <palves@redhat.com>
2997
2998 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2999 explicitly write negative numbers.
3000 * gdb.base/structs2.exp: Adjust expected output.
3001
bf90c83a
PA
30022020-07-03 Pedro Alves <palves@redhat.com>
3003
3004 * gdb.base/charset.c (init_string): Change all char parameters to
3005 unsigned char parameters.
3006
2eb82157
PA
30072020-07-03 Pedro Alves <palves@redhat.com>
3008
3009 * gdb.base/call-sc.exp (start_scalars_test): Use
3010 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3011 * gdb.base/overlays.c: Remove references to PARAMS.
3012 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3013 * gdb.base/reread.exp: Don't set 'prototypes' global.
3014 * gdb.base/structs.exp (start_structs_test): Use
3015 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3016 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3017 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3018 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3019 call.
3020 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3021
9adda7af
PA
30222020-07-03 Pedro Alves <palves@redhat.com>
3023
3024 * gdb.base/m32rovly.c: Delete.
3025 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3026
2a17c803
PW
30272020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3028
3029 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3030 of gdb_py_test_multiple.
3031 * gdb.python/py-cmd.exp: Likewise.
3032 * gdb.python/py-events.exp: Likewise.
3033 * gdb.python/py-function.exp: Likewise.
3034 * gdb.python/py-inferior.exp: Likewise.
3035 * gdb.python/py-infthread.exp: Likewise.
3036 * gdb.python/py-linetable.exp: Likewise.
3037 * gdb.python/py-parameter.exp: Likewise.
3038 * gdb.python/py-value.exp: Likewise.
3039
b011fe1a
TV
30402020-06-30 Tom de Vries <tdevries@suse.de>
3041
3042 PR testsuite/26175
3043 * lib/future.exp (gdb_default_target_compile): Detect and handle
3044 early_flags.
3045
df5b8876
SM
30462020-06-29 Simon Marchi <simon.marchi@efficios.com>
3047
3048 * boards/simavr.exp (gdb_load): Catch errors when closing
3049 previous connection. Close connection, wait for process and
3050 unset simavr_spawn_id on failure.
3051
a3ca48cd
TV
30522020-06-29 Tom de Vries <tdevries@suse.de>
3053
3054 * lib/gdb.exp (unknown): Make test-case unresolved.
3055
b0237c0e
TV
30562020-06-29 Tom de Vries <tdevries@suse.de>
3057
3058 PR gdb/25475
3059 * gdb.server/solib-list.exp: Verify that the symbol reload
3060 confirmation question is asked.
3061
c0b3b3bd
PW
30622020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3063
3064 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3065 have a input seq nr in each pass message.
fe4c3d43 3066 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3067 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3068 * gdb.python/python.exp: Make test names unique,
3069 use gdb_test_multiline instead of gdb_py_test_multiple,
3070 use $gdb_test_name.
3071 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3072
1776e3e5
NA
30732020-06-26 Nick Alcock <nick.alcock@oracle.com>
3074
3075 * configure.ac: Add --enable-libctf.
3076 * aclocal.m4: sinclude ../config/enable.m4.
3077 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3078 * lib/gdb.exp (skip_ctf_tests): Use it.
3079 * gdb.base/ctf-constvars.exp: Error message tweak.
3080 * gdb.base/ctf-ptype.exp: Likewise.
3081 * configure: Regenerate.
3082
f53b3eeb
GB
30832020-06-26 Gary Benson <gbenson@redhat.com>
3084
3085 * gdb.cp/try_catch.cc: Include string.h.
3086 (main): Replace comparison against string literal with
3087 strcmp, avoiding build failure with -Wstring-compare.
3088 Add "marker test-complete".
3089 * gdb.cp/try_catch.exp: Run the test to the above marker,
3090 then verify that the value of "test" is still true.
3091
6d74da72
AB
30922020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3095
2e52d038
AB
30962020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3099
3b9fce96
AB
31002020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3103 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3104 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3105 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3106 * gdb.arch/riscv-tdesc-loading.exp: New file.
3107
ed69cbc8
AB
31082020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3109
3110 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3111
767a879e
AB
31122020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3113
3114 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3115 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3116 * gdb.arch/riscv-tdesc-regs.c: New file.
3117 * gdb.arch/riscv-tdesc-regs.exp: New file.
3118
221db974
PA
31192020-06-24 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.arch/amd64-entry-value-paramref.exp: Use
3122 prepare_for_testing_full and don't pass "c++" for the .S file
3123 build spec.
3124 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3125 $options, since it's an assembly file. Remove -Wno-deprecated.
3126 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3127 compiling C++ programs.
3128
331733cd
PA
31292020-06-24 Pedro Alves <palves@redhat.com>
3130
3131 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3132 Clang, add "-Wno-unknown-warning-option" to the options.
3133
caa7fd04
AB
31342020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.xml/tdesc-reload.c: New file.
3137 * gdb.xml/tdesc-reload.exp: New file.
3138 * gdb.xml/maint-xml-dump-01.xml: New file.
3139 * gdb.xml/maint-xml-dump-02.xml: New file.
3140 * gdb.xml/maint-xml-dump.exp: New file.
3141
bb8d1260
SL
31422020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3143
3144 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3145 Adjust for omitted commands when TUI is disabled.
3146
7e4b9c4c
GB
31472020-06-23 Gary Benson <gbenson@redhat.com>
3148 Pedro Alves <palves@redhat.com>
3149
3150 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3151 * gdb.cp/nsimport.cc: Likewise.
3152 * gdb.cp/nsnested.cc: Likewise.
3153 * gdb.cp/nsnoimports.cc: Likewise.
3154 * gdb.cp/nsusing.cc: Likewise.
3155 * gdb.cp/smartp.cc: Likewise.
3156 * gdb.python/py-pp-integral.c: Likewise.
3157 * gdb.python/py-pp-re-notag.c: Likewise.
3158
2e573c0a
GB
31592020-06-23 Gary Benson <gbenson@redhat.com>
3160
3161 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3162 * gdb.cp/nsimport.cc: Likewise.
3163 * gdb.cp/nsnested.cc: Likewise.
3164 * gdb.cp/nsnoimports.cc: Likewise.
3165 * gdb.cp/nsusing.cc: Likewise.
3166 * gdb.cp/smartp.cc: Likewise.
3167 * gdb.python/py-pp-integral.c: Likewise.
3168 * gdb.python/py-pp-re-notag.c: Likewise.
3169
746ebfe8
PW
31702020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * gdb.base/default-args.exp: New test.
3173 * gdb.base/default-args.c: New file.
3174 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3175 * gdb.base/default.exp: Update to new help text.
3176 * gdb.base/help.exp: Likewise.
3177 * gdb.base/page.exp: Likewise.
3178 * gdb.base/style.exp: Likewise.
3179 * gdb.guile/guile.exp: Likewise.
3180 * gdb.python/python.exp: Likewise.
3181
e822f2cd
SL
31822020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3183
3184 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3185 remote host. Fix search path syntax on Windows host.
3186
48e9cc84
PW
31872020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3188
3189 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3190 over 'exec-file-mismatch'.
3191 * gdb.base/attach.c: Mark should_exit volatile.
3192 * gdb.base/attach2.c: Likewise. Add a comment explaining
3193 why the sleep cannot be big.
3194 * gdb.base/attach3.c: New file.
3195
160f8a8f
SL
31962020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3197
3198 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3199 prefix optional.
3200
4d91c2a4
SL
32012020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3202
3203 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3204 for remote host.
3205
87f83f20
SL
32062020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3207 Hafiz Abid Qadeer <abidh@codesourcery.com>
3208
3209 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3210 file sent to remote host.
3211 (top level): Allow int32_t as type of 32-bit register.
3212
37ab8655
TV
32132020-06-19 Tom de Vries <tdevries@suse.de>
3214
3215 * lib/gdb.exp (gdb_note): New proc.
3216 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3217 (gdb_default_target_compile): ... here. Only call
3218 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3219 (use_gdb_compile): Change to array.
3220 (toplevel): Update sets of use_gdb_compile to specify language.
3221 Warn about default_target_compile override. Store dejagnu's version
3222 of default_target_compile in dejagnu_default_target_compile.
3223
a8a56685
TV
32242020-06-18 Tom de Vries <tdevries@suse.de>
3225
3226 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3227 (default_gdb_init): ... here.
3228
581bea2c
SL
32292020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3230
3231 Fix TUI support checks in gdb.tui tests.
3232
3233 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3234 just say UNSUPPORTED.
3235 * gdb.tui/corefile-run.exp: Likewise.
3236 * gdb.tui/empty.exp: Likewise.
3237 * gdb.tui/list-before.exp: Likewise.
3238 * gdb.tui/list.exp: Likewise.
3239 * gdb.tui/main.exp: Likewise.
3240 * gdb.tui/regs.exp: Likewise.
3241 * gdb.tui/resize.exp: Likewise.
3242 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3243 * gdb.tui/tui-layout-asm.exp: Likewise.
3244 * gdb.tui/tui-missing-src.exp: Likewise.
3245 * gdb.tui/winheight.exp: Likewise.
3246 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3247
05e682e3
SL
32482020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3249
3250 Fix TCL error in gdb.python/py-format-string.exp.
3251
3252 * gdb.python/py-format-string.exp: Move test for python support
3253 earlier, out of function body.
3254
efb763a5
SM
32552020-06-15 Simon Marchi <simon.marchi@efficios.com>
3256
3257 * gdb.base/index-cache-load-twice.c: New.
3258 * gdb.base/index-cache-load-twice.exp: New.
3259
43327b20
KS
32602020-06-17 Keith Seitz <keiths@redhat.com>
3261
99cf27cf 3262 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3263 when executing "gdb --configuration".
3264
081e778c
TV
32652020-06-17 Tom de Vries <tdevries@suse.de>
3266
3267 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3268 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3269 conditional on presence of gdb_tcl_unknown.
3270 (gdb_finish): Make override undo conditional on presence of
3271 gdb_tcl_unknown.
3272
d2d1ea20
TT
32732020-06-16 Tom Tromey <tom@tromey.com>
3274
3275 * gdb.python/tui-window.py (failwin): New function. Register it
3276 as a TUI window type.
3277 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3278
c802e8a7
GB
32792020-06-16 Gary Benson <gbenson@redhat.com>
3280
3281 * gdb.python/py-nested-maps.c (create_map): Add missing return
3282 value.
3283 (create_map_map): Likewise.
3284
ff08abb8
TBA
32852020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3286
3287 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3288 variable.
3289 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3290 and use the already-defined 'options' variable.
3291
a29d5112
AB
32922020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3293 Tom de Vries <tdevries@suse.de>
3294
3295 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3296 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3297 (gdb_setup_known_globals): New proc.
3298 (gdb_cleanup_globals): New proc.
3299 * lib/gdb.exp (load_lib): New override proc.
3300 (gdb_stdin_log_init): Set var in_file as persistent global.
3301 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3302 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3303 fpc_compiler as persistent global.
3304
8c74a764
TV
33052020-06-12 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/tuiterm.exp (spawn): Rename to ...
3308 (tui_spawn): ... this.
3309 (toplevel): Move rename of spawn ...
3310 (gdb_init_tuiterm): ... here. New proc.
3311 (gdb_finish_tuiterm): New proc.
3312 * lib/gdb.exp (gdb_finish_hooks): New global var.
3313 (gdb_finish): Handle gdb_finish_hooks.
3314 (tuiterm_env): New proc.
3315 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3316 tuiterm_env.
3317 * gdb.tui/basic.exp: Same.
3318 * gdb.tui/corefile-run.exp: Same.
3319 * gdb.tui/empty.exp: Same.
3320 * gdb.tui/list-before.exp: Same.
3321 * gdb.tui/list.exp: Same.
3322 * gdb.tui/main.exp: Same.
3323 * gdb.tui/new-layout.exp: Same.
3324 * gdb.tui/regs.exp: Same.
3325 * gdb.tui/resize.exp: Same.
3326 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3327 * gdb.tui/tui-layout-asm.exp: Same.
3328 * gdb.tui/tui-missing-src.exp: Same.
3329 * gdb.tui/winheight.exp: Same.
3330
26783bce
TV
33312020-06-12 Tom de Vries <tdevries@suse.de>
3332
3333 PR testsuite/26110
3334 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3335 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3336
2b4e6a3f
TT
33372020-06-11 Tom Tromey <tom@tromey.com>
3338
3339 PR gdb/18318:
3340 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3341 floating point tests.
3342
2f33032a
KS
33432020-06-11 Keith Seitz <keiths@redhat.com>
3344
3345 PR gdb/21356
3346 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3347 vla_struct.
3348 Add new struct vla_typedef and union vla_typedef_union and
3349 corresponding instantiation objects.
3350 Initialize new objects.
3351 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3352 and vla_typedef_union_object.
3353 Fixup type for vla_struct_object.
3354
a8baf0a3
TV
33552020-06-11 Tom de Vries <tdevries@suse.de>
3356
3357 * lib/gdb.exp (with_override): New proc, factored out of ...
3358 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3359
7ab96794
TV
33602020-06-10 Tom de Vries <tdevries@suse.de>
3361
3362 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3363
cab5c3b7
SM
33642020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3365
3366 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3367 parameter, update callers.
3368
f8c41851
SM
33692020-06-04 Simon Marchi <simon.marchi@efficios.com>
3370
3371 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3372 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3373 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3374
1c07a73f
TV
33752020-06-04 Tom de Vries <tdevries@suse.de>
3376
3377 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3378
95146b5d
TV
33792020-06-04 Tom de Vries <tdevries@suse.de>
3380
3381 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3382 exp_continue.
3383
0cfcd4f0
TV
33842020-06-04 Tom de Vries <tdevries@suse.de>
3385
3386 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3387
f9b5d5ea
TV
33882020-06-03 Tom de Vries <tdevries@suse.de>
3389
3390 PR symtab/26046
3391 * gdb.cp/breakpoint-locs-2.cc: New test.
3392 * gdb.cp/breakpoint-locs.cc: New test.
3393 * gdb.cp/breakpoint-locs.exp: New file.
3394 * gdb.cp/breakpoint-locs.h: New test.
3395
5144dfba
TV
33962020-06-03 Tom de Vries <tdevries@suse.de>
3397
3398 PR testsuite/25609
3399 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3400 value of global verbose.
3401 * gdb.base/jit-elf.exp: Same.
3402 * gdb.base/jit-reader.exp: Same.
3403
621eacdf
TV
34042020-06-02 Tom de Vries <tdevries@suse.de>
3405
3406 * gdb.dwarf2/multidictionary.exp: Don't use
3407 gdb_spawn_with_cmdline_opts.
3408
1313c56e
AB
34092020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3410
3411 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3412 use_header case.
3413 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3414 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3415 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3416 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3417 * gdb.dwarf2/dw2-inline-header.c: New file.
3418 * gdb.dwarf2/dw2-inline-header.h: New file.
3419
f68f85b5
PA
34202020-05-30 Pedro Alves <palves@redhat.com>
3421
3422 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3423 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3424
678048e8
GB
34252020-05-29 Gary Benson <gbenson@redhat.com>
3426
3427 * gdb.compile/compile-cplus.exp (additional_flags): Also
3428 set when building with clang.
3429 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3430 when building with clang.
3431
9fcafd23
GB
34322020-05-29 Gary Benson <gbenson@redhat.com>
3433
3434 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3435 building with clang.
3436 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3437
735d5a07
GB
34382020-05-29 Gary Benson <gbenson@redhat.com>
3439
3440 * gdb.cp/koenig.exp (prepare_for_testing): Add
3441 additional_flags=-Wno-unused-comparison.
3442 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3443
4ad2c6a0
GB
34442020-05-28 Gary Benson <gbenson@redhat.com>
3445
3446 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3447 statement.
3448
09fe663e
GB
34492020-05-28 Gary Benson <gbenson@redhat.com>
3450
3451 * gdb.cp/classes.exp (prepare_for_testing): Add
3452 additional_flags=-Wno-deprecated-register.
3453 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3454 * gdb.cp/misc.exp: Likewise.
3455
cee00f17
GB
34562020-05-28 Gary Benson <gbenson@redhat.com>
3457
3458 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3459 (test_op_new::operator new): Add return statement.
3460 (test_op_new_array::operator new[]): Likewise.
3461
636edd00
PA
34622020-05-27 Pedro Alves <palves@redhat.com>
3463
3464 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3465 check. Use test_gdb_complete_unique instead of
3466 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3467 test_gdb_complete_multiple instead of
3468 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3469
c2b75043
LM
34702020-05-27 Luis Machado <luis.machado@linaro.org>
3471
3472 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3473 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3474 * gdb.arch/arm-disassembler-options.exp: Likewise.
3475 * gdb.arch/arm-disp-step.exp: Likewise.
3476 * gdb.arch/thumb-prologue.exp: Likewise.
3477 * gdb.base/async.exp: Likewise.
3478 * gdb.base/auxv.exp: Likewise.
3479 * gdb.base/complex-parts.exp: Likewise.
3480 * gdb.base/ena-dis-br.exp: Likewise.
3481 * gdb.base/foll-exec.exp: Likewise.
3482 * gdb.base/permissions.exp: Likewise.
3483 * gdb.base/relocate.exp: Likewise.
3484 * gdb.base/return2.exp: Likewise.
3485 * gdb.base/sigbpt.exp: Likewise.
3486 * gdb.base/siginfo-obj.exp: Likewise.
3487 * gdb.cp/converts.exp: Likewise.
3488 * gdb.cp/exceptprint.exp: Likewise.
3489 * gdb.cp/inherit.exp: Likewise.
3490 * gdb.cp/nsnoimports.exp: Likewise.
3491 * gdb.cp/virtbase2.exp: Likewise.
3492 * gdb.mi/mi-var-cmd.exp: Likewise.
3493 * gdb.mi/var-cmd.c: Likewise.
3494
53a47a3e
TT
34952020-05-26 Tom Tromey <tromey@adacore.com>
3496
3497 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3498
0bc2354b
TT
34992020-05-26 Tom Tromey <tromey@adacore.com>
3500
3501 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3502 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3503 type.
3504 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3505 variable.
3506
0db49895
CBG
35072020-05-26 Christian Biesinger <cbiesinger@google.com>
3508
3509 * Makefile.in: Use = instead of == for the test command
3510 for portability.
3511
40d22035
TV
35122020-05-26 Tom de Vries <tdevries@suse.de>
3513
3514 * gdb.base/gold-gdb-index-2.c: New test.
3515 * gdb.base/gold-gdb-index.c: New test.
3516 * gdb.base/gold-gdb-index.exp: New file.
3517 * gdb.base/gold-gdb-index.h: New test.
3518
043e2e02
TV
35192020-05-25 Tom de Vries <tdevries@suse.de>
3520
3521 * boards/gold-gdb-index.exp: New file.
3522
462f72c5
SM
35232020-05-25 Simon Marchi <simon.marchi@efficios.com>
3524
3525 * boards/simavr.exp: New file.
3526
6cf66e76
SM
35272020-05-25 Simon Marchi <simon.marchi@efficios.com>
3528
3529 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3530 * gdb.base/inferior-args.exp: New file.
3531 * gdb.base/inferior-args.c: New file.
3532
75d04512
SM
35332020-05-25 Simon Marchi <simon.marchi@efficios.com>
3534
3535 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3536 inferior_args. Pass it to gdb_reload.
3537 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3538 inferior_args.
3539 (gdb_reload): Add inferior_args argument.
3540 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3541 pass it to gdbserver_run.
3542 * boards/native-gdbserver.exp: Do not set noargs.
3543 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3544 inferior_args argument.
3545 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3546 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3547 * gdb.base/args.exp: Likewise.
3548
42cf1844
TV
35492020-05-25 Tom de Vries <tdevries@suse.de>
3550
3551 * lib/gdb.exp (exec_is_pie): Add comment.
3552
8f7d38ef
TV
35532020-05-25 Tom de Vries <tdevries@suse.de>
3554
3555 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3556 instead of $binfile in the untested message.
3557
465e1b0f
TV
35582020-05-25 Tom de Vries <tdevries@suse.de>
3559
3560 PR testsuite/26031
3561 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3562
3c5a0e02
TV
35632020-05-25 Tom de Vries <tdevries@suse.de>
3564
3565 * boards/gold.exp: New file.
3566
0a4f5f8c
TT
35672020-05-23 Tom Tromey <tom@tromey.com>
3568
3569 * gdb.base/style.exp: Remove completion styling test.
3570 * lib/gdb-utils.exp (style): Remove completion styles.
3571
eca1f90c
TT
35722020-05-23 Tom Tromey <tom@tromey.com>
3573
3574 * gdb.base/style.exp: Add completion styling test.
3575 * lib/gdb-utils.exp (style): Add completion styles.
3576
7c13f4e8
AB
35772020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3578
3579 * gdb.base/annota1.exp: Update expected results.
3580 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3581 test name.
3582 * gdb.cp/annota3.exp: Update expected results.
3583
41977d16
SM
35842020-05-20 Simon Marchi <simon.marchi@efficios.com>
3585
3586 PR gdb/26016
3587 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3588 against MAP_FAILED.
3589 * gdb.base/coremaker.c (mmapdata): Likewise.
3590 * gdb.base/jit-reader-host.c (main): Likewise.
3591 * gdb.base/sym-file-loader.c (load): Likewise.
3592 (load_shlib): Likewise.
3593
b4757f2e
TT
35942020-05-20 Tom Tromey <tromey@adacore.com>
3595
3596 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3597
9a0bacfb
TV
35982020-05-20 Tom de Vries <tdevries@suse.de>
3599
3600 PR symtab/25833
3601 * gdb.base/with-mf-inc.c: New test.
3602 * gdb.base/with-mf-main.c: New test.
3603 * gdb.base/with-mf.exp: New file.
3604
76571211
TT
36052020-05-19 Tom Tromey <tromey@adacore.com>
3606
3607 * gdb.rust/simple.exp: Restore missing test result.
3608
4cd9f3d5
TV
36092020-05-19 Tom de Vries <tdevries@suse.de>
3610
3611 * gdb.base/gdb-caching-proc.exp: Fix typo.
3612
7d874253
TT
36132020-05-19 Tom Tromey <tromey@adacore.com>
3614
3615 * gdb.rust/simple.exp: Add some test descriptions.
3616 (test_one_slice): Use with_test_prefix.
3617
1d727695
TV
36182020-05-18 Tom de Vries <tdevries@suse.de>
3619
3620 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3621
7f32a4d5
PA
36222020-05-17 Pedro Alves <palves@redhat.com>
3623
3624 PR gdb/25741
3625 * gdb.base/hw-sw-break-same-address.exp: New file.
3626
7cfd74cf
PA
36272020-05-16 Pedro Alves <palves@redhat.com>
3628
3629 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3630 LAST_LOADED_FILE accordingly.
3631
57b4f16e
PW
36322020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3633
3634 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3635
7c05caf7
PW
36362020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3637
3638 * gdb.base/help.exp: Test apropos and help for commands
3639 having aliases. Fixed comments not starting with an
3640 upper-case letter or not finishing with a dot.
3641
7aa1b46f
PW
36422020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3643
3b3aaacb
PW
3644 * gdb.base/alias.exp: Update help output check.
3645
57b4f16e 36462020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3647
7aa1b46f
PW
3648 * gdb.base/default.exp: Update output following fixes.
3649
0605465f
PW
36502020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3651
3652 * gdb.base/alias.exp: Test aliases starting with a prefix of
3653 another alias.
3654
86e4e63d
GB
36552020-05-15 Gary Benson <gbenson@redhat.com>
3656
3657 * gdb.base/info-os.c (main): Add return statement.
3658 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3659 * gdb.base/large-frame-2.c (func): Likewise.
3660 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3661 * gdb.base/pr10179-b.c (foo2): Likewise.
3662 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3663 * gdb.base/watch-cond.c (func): Likewise.
3664 * gdb.multi/goodbye.c (verylongfun): Likewise.
3665 * gdb.multi/hello.c (commonfun): Likewise.
3666 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3667 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3668 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3669 Likewise.
3670 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3671 * gdb.threads/interrupt-while-step-over.c (child_function):
3672 Likewise.
3673 * gdb.trace/actions-changed.c (end): Likewise.
3674
163df4df
GB
36752020-05-15 Gary Benson <gbenson@redhat.com>
3676
3677 * gdb.opencl/callfuncs.exp: Report when test skipped.
3678 * gdb.opencl/convs_casts.exp: Likewise.
3679 * gdb.opencl/datatypes.exp: Likewise.
3680 * gdb.opencl/operators.exp: Likewise.
3681 * gdb.opencl/vec_comps.exp: Likewise.
3682
6dbc505a
TV
36832020-05-15 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.base/align.exp.in: Rename to ...
3686 * gdb.base/align.exp.tcl: ... this.
3687 * gdb.base/align-c++.exp: Update.
3688 * gdb.base/align-c.exp: Update.
3689 * gdb.base/all-architectures.exp.in: Rename to ...
3690 * gdb.base/all-architectures.exp: ... this.
3691 * gdb.base/all-architectures-0.exp: Update.
3692 * gdb.base/all-architectures-1.exp: Update.
3693 * gdb.base/all-architectures-2.exp: Update.
3694 * gdb.base/all-architectures-3.exp: Update.
3695 * gdb.base/all-architectures-4.exp: Update.
3696 * gdb.base/all-architectures-5.exp: Update.
3697 * gdb.base/all-architectures-6.exp: Update.
3698 * gdb.base/all-architectures-7.exp: Update.
3699 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3700 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3701 * gdb.base/infcall-nested-structs-c++.exp: Update.
3702 * gdb.base/infcall-nested-structs-c.exp: Update.
3703 * gdb.base/info-types.exp.in: Rename to ...
3704 * gdb.base/info-types.exp.tcl: ... this.
3705 * gdb.base/info-types-c++.exp: Update.
3706 * gdb.base/info-types-c.exp: Update.
3707 * gdb.base/max-depth.exp.in: Rename to ...
3708 * gdb.base/max-depth.exp.tcl: ... this.
3709 * gdb.base/max-depth-c++.exp: Update.
3710 * gdb.base/max-depth-c.exp: Update.
3711 * gdb.cp/cpexprs.exp.in: Rename to ...
3712 * gdb.cp/cpexprs.exp.tcl: ... this.
3713 * gdb.cp/cpexprs-debug-types.exp: Update.
3714 * gdb.cp/cpexprs.exp: Update.
3715 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3716 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3717 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3718 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3719 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3720 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3721 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3722 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3723 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3724 * gdb.dwarf2/clang-debug-names.exp: Update.
3725
d1034d78
AB
37262020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3727
3728 * lib/check-test-names.exp: Remove code that prevents this file
3729 loading when tests are run in parallel.
3730
3c5c3649
PA
37312020-05-15 Pedro Alves <palves@redhat.com>
3732
3733 * gdb.multi/multi-kill.exp (start_inferior): Remove
3734 'testpid' parameter. Refer to namespace variable directly.
3735 (testpid): Declare as namespace variable.
3736
272c36b8
PA
37372020-05-15 Pedro Alves <palves@redhat.com>
3738
3739 * gdb.multi/multi-kill.exp: Wrap in namespace.
3740 (start_inferior): Add TESTPID parameter. Use it instead of the
3741 testpid global.
3742 (top level): Define empty TESTPID array, and pass it down to
3743 start_inferior.
3744
02eba61a
TV
37452020-05-14 Tom de Vries <tdevries@suse.de>
3746
3747 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3748 output.
3749
971a3747
TV
37502020-05-14 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/align.exp: Split into ...
3753 * gdb.base/align.exp.in: ...
3754 * gdb.base/align-c++.exp: ...
3755 * gdb.base/align-c.exp: ... these.
3756 * gdb.base/infcall-nested-structs.exp: Split into ...
3757 * gdb.base/infcall-nested-structs.exp.in: ...
3758 * gdb.base/infcall-nested-structs-c++.exp: ...
3759 * gdb.base/infcall-nested-structs-c.exp: ... these.
3760 * gdb.base/info-types.exp: Split into ...
3761 * gdb.base/info-types.exp.in: ...
3762 * gdb.base/info-types-c++.exp: ...
3763 * gdb.base/info-types-c.exp: ... these.
3764 * gdb.base/max-depth.exp: Split into ...
3765 * gdb.base/max-depth.exp.in: ...
3766 * gdb.base/max-depth-c++.exp: ...
3767 * gdb.base/max-depth-c.exp: ... these.
3768 * gdb.cp/infcall-nodebug.exp: Split into ...
3769 * gdb.cp/infcall-nodebug.exp.in: ...
3770 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3771 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3772 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3773 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3774
a05575d3
TBA
37752020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3776 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.multi/multi-exit.c: New file.
3779 * gdb.multi/multi-exit.exp: New file.
3780 * gdb.multi/multi-kill.c: New file.
3781 * gdb.multi/multi-kill.exp: New file.
3782
6ad82919
TBA
37832020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3784
3785 * gdb.base/annota1.exp: Update the expected output.
3786 * gdb.cp/annota2.exp: Ditto.
3787
843f4d93
AB
37882020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * lib/check-test-names.exp: Disable when testing is being run in
3791 parallel.
3792
c7c66341
TV
37932020-05-12 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.base/jit-elf.exp: Fix string concat.
3796
1b59ca1c
TV
37972020-05-12 Tom de Vries <tdevries@suse.de>
3798
3799 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3800 messages.
3801
b4991d29
TV
38022020-05-12 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3805
dbb0ab10
TV
38062020-05-12 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3809 * gdb.ada/mi_catch_ex.exp: Same.
3810 * gdb.ada/mi_catch_ex_hand.exp: Same.
3811
7549fed8
TV
38122020-05-12 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.fortran/complex.exp: Use with_test_prefix.
3815
af2d5cd8
TV
38162020-05-12 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.trace/passcount.exp: Fix test-names.
3819
7c121311
TV
38202020-05-12 Tom de Vries <tdevries@suse.de>
3821
3822 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3823
c9f3b40e
TV
38242020-05-12 Tom de Vries <tdevries@suse.de>
3825
3826 * gdb.gdb/complaints.exp: Use with_test_prefix.
3827 * gdb.xml/tdesc-regs.exp: Same.
3828 * gdb.opt/inline-locals.exp: Fix test name.
3829
111b33f0
TV
38302020-05-12 Tom de Vries <tdevries@suse.de>
3831
3832 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3833 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3834 * gdb.dwarf2/implref-struct.exp: Same.
3835 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3836 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3837
ebf47080
SM
38382020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3839
3840 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3841
d30dcd12
AB
38422020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3843
3844 * lib/check-test-names.exp (all_test_names): New module variable.
3845 (counts): Add 'duplicates' field.
3846 (_check_duplicates): New procedure.
3847 (check): Also check for duplicates.
3848 (do_log_summary): Print duplicates count.
3849 (do_reset_vars): Reset counter for duplicate test names, and
3850 discard all know test names.
3851
34584c09
AB
38522020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3853
3854 * lib/gdb.exp: Include check-test-names.exp library.
3855 * lib/check-test-names.exp: New file.
3856
e0002117
TV
38572020-05-11 Tom de Vries <tdevries@suse.de>
3858
3859 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3860
53f539a3
KS
38612020-05-11 Keith Seitz <keiths@redhat.com>
3862
3863 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3864
113ee09a
TV
38652020-05-11 Tom de Vries <tdevries@suse.de>
3866
3867 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3868 * gdb.cp/cpexprs.exp.in: .. here.
3869 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3870 cpexprs.exp.
3871
ba3e70b0
KS
38722020-05-11 Keith Seitz <keiths@redhat.com>
3873
3874 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3875 test names.
3876 * gdb.ada/arrayptr.exp: Likewise.
3877 * gdb.ada/assign_arr.exp: Likewise.
3878 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3879 * gdb.ada/bp_on_var.exp: Likewise.
3880 * gdb.ada/call_pn.exp: Likewise.
3881 * gdb.ada/complete.exp: Likewise.
3882 * gdb.ada/fun_overload_menu.exp: Likewise.
3883 * gdb.ada/funcall_param.exp: Likewise.
3884 * gdb.ada/funcall_ref.exp: Likewise.
3885 * gdb.ada/packed_array_assign.exp: Likewise.
3886 * gdb.ada/same_component_name.exp: Likewise.
3887 * gdb.ada/type_coercion.exp: Likewise.
3888 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3889 * gdb.ada/variant_record_packed_array.exp: Likewise.
3890
3ee6bb11
TV
38912020-05-11 Tom de Vries <tdevries@suse.de>
3892
3893 PR symtab/25941
3894 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3895 out of ...
3896 * gdb.dwarf2/clang-debug-names.exp: ... here.
3897 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3898 clang-debug-names.exp.in.
3899 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3900 * gdb.dwarf2/clang-debug-names-2.c: New test.
3901
86cd6bc8
AKS
39022020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3903
3904 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3905 (fortran_runto_main): New Proc, fortran version of runto_main.
3906 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3907 * gdb.fortran/array-bounds.exp: Likewise.
3908 * gdb.fortran/array-slices.exp: Likewise.
3909 * gdb.fortran/block-data.exp: Likewise.
3910 * gdb.fortran/charset.exp: Likewise.
3911 * gdb.fortran/common-block.exp: Likewise.
3912 * gdb.fortran/complex.exp: Likewise.
3913 * gdb.fortran/derived-type-function.exp: Likewise.
3914 * gdb.fortran/derived-type.exp: Likewise.
3915 * gdb.fortran/info-modules.exp: Likewise.
3916 * gdb.fortran/info-types.exp: Likewise.
3917 * gdb.fortran/intrinsics.exp: Likewise.
3918 * gdb.fortran/library-module.exp: Likewise.
3919 * gdb.fortran/logical.exp: Likewise.
3920 * gdb.fortran/max-depth.exp: Likewise.
3921 * gdb.fortran/module.exp: Likewise.
3922 * gdb.fortran/multi-dim.exp: Likewise.
3923 * gdb.fortran/nested-funcs.exp: Likewise.
3924 * gdb.fortran/print-formatted.exp: Likewise.
3925 * gdb.fortran/print_type.exp: Likewise.
3926 * gdb.fortran/printing-types.exp: Likewise.
3927 * gdb.fortran/ptr-indentation.exp: Likewise.
3928 * gdb.fortran/ptype-on-functions.exp: Likewise.
3929 * gdb.fortran/subarray.exp: Likewise.
3930 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3931 * gdb.fortran/vla-datatypes.exp: Likewise.
3932 * gdb.fortran/vla-history.exp: Likewise.
3933 * gdb.fortran/vla-ptr-info.exp: Likewise.
3934 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3935 * gdb.fortran/vla-ptype.exp: Likewise.
3936 * gdb.fortran/vla-sizeof.exp: Likewise.
3937 * gdb.fortran/vla-type.exp: Likewise.
3938 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3939 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3940 * gdb.fortran/vla-value-sub.exp: Likewise.
3941 * gdb.fortran/vla-value.exp: Likewise.
3942 * gdb.fortran/whatis_type.exp: Likewise.
3943 * gdb.mi/mi-var-child-f.exp: Likewise.
3944
6dc55ce9 39452020-05-09 Tom de Vries <tdevries@suse.de>
3946
3947 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3948
283cb58c
TV
39492020-05-08 Tom de Vries <tdevries@suse.de>
3950
3951 * gdb.dwarf2/clang-debug-names.c: New test.
3952 * gdb.dwarf2/clang-debug-names.exp: New file.
3953
ac4a4f1c
SM
39542020-05-06 Simon Marchi <simon.marchi@efficios.com>
3955
3956 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3957 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3958
24fe640b
TV
39592020-05-06 Tom de Vries <tdevries@suse.de>
3960
3961 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3962 breakpoint is at a "recommended breakpoint location".
3963 * gdb.reverse/consecutive-reverse.exp: Same.
3964
0d8683a3
TV
39652020-05-06 Tom de Vries <tdevries@suse.de>
3966
3967 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3968 address.
3969
b8983c46
TV
39702020-05-06 Tom de Vries <tdevries@suse.de>
3971
3972 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3973
abf6d805
TV
39742020-05-06 Tom de Vries <tdevries@suse.de>
3975
3976 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3977 info for r.
3978
0fc2a808
TV
39792020-05-06 Tom de Vries <tdevries@suse.de>
3980
3981 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3982 necessary.
3983
873dd427
TV
39842020-05-06 Tom de Vries <tdevries@suse.de>
3985
3986 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3987 void.
3988
7c99e7e2
TV
39892020-05-06 Tom de Vries <tdevries@suse.de>
3990
3991 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3992 of ...
3993 * gdb.base/async.exp: ... here.
3994 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3995 "recommended breakpoint location".
3996
6173d6a6
TV
39972020-05-06 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4000
6015a067
TV
40012020-05-04 Tom de Vries <tdevries@suse.de>
4002
4003 * gdb.base/async.exp: Check whether instruction addresses are a
4004 "recommended breakpoint location".
4005
3b6acaee
TT
40062020-05-03 Tom Tromey <tom@tromey.com>
4007
4008 * gdb.base/sepdebug.exp: Remove "catch" test.
4009 * gdb.base/break.exp: Remove "catch" test.
4010 * gdb.base/default.exp: Update expected output.
4011
5beb4d17
TV
40122020-05-02 Tom de Vries <tdevries@suse.de>
4013
4014 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4015 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4016 * gdb.arch/i386-mpx-map.exp: Same.
4017 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4018 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4019 * gdb.arch/i386-mpx.exp: Same.
4020
8caf140d
TV
40212020-05-02 Tom de Vries <tdevries@suse.de>
4022
4023 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4024
693196cb
TV
40252020-05-01 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.ada/operator_bp.exp: Allow more than required amount of
4028 breakpoint.
4029
53ae0aa9
TV
40302020-05-01 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4033
ee9d1e5f
HD
40342020-04-30 Hannes Domani <ssbssa@yahoo.de>
4035
4036 PR gdb/18706
4037 * gdb.cp/stub-array-size.cc: New test.
4038 * gdb.cp/stub-array-size.exp: New file.
4039 * gdb.cp/stub-array-size.h: New test.
4040 * gdb.cp/stub-array-size2.cc: New test.
4041
d5cf82c0
HD
40422020-04-30 Hannes Domani <ssbssa@yahoo.de>
4043
4044 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4045 output to the new format.
4046
42e165c3
SM
40472020-04-29 Simon Marchi <simon.marchi@efficios.com>
4048
4049 * gdb.base/break.exp: Use with_test_prefix.
4050
6e4e3fe1
TV
40512020-04-29 Tom de Vries <tdevries@suse.de>
4052
4053 * lib/gdb.exp (debug_types): New proc.
4054 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4055 * gdb.python/py-symtab.exp: Same.
4056
d642b692
HD
40572020-04-29 Hannes Domani <ssbssa@yahoo.de>
4058
4059 PR gdb/17320
4060 * gdb.base/pretty-array.c: New test.
4061 * gdb.base/pretty-array.exp: New file.
4062
ea90f227
TV
40632020-04-29 Tom de Vries <tdevries@suse.de>
4064
4065 PR symtab/25889
4066 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4067 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4068 and include cpexprs.exp.
4069
a65189c9
TV
40702020-04-28 Mark Williams <mark@myosotissp.com>
4071
4072 PR gdb/24480
4073 * dw4-toplevel-types.exp: Test for top level types.
4074 * dw4-toplevel-types.cc: Test for top level types.
4075
32d1f47a
TBA
40762020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4077
4078 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4079 (theads -> threads).
4080
56a4f5a1
TV
40812020-04-28 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4084
0b2f8a3b
TV
40852020-04-28 Tom de Vries <tdevries@suse.de>
4086
4087 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4088
5390c717
TV
40892020-04-28 Tom de Vries <tdevries@suse.de>
4090
4091 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4092
15cd93d0
TV
40932020-04-28 Tom de Vries <tdevries@suse.de>
4094
4095 * gdb.dwarf2/main-foo.c: New test.
4096 * gdb.dwarf2/struct-with-sig.exp: New file.
4097
d472f0fb
TV
40982020-04-25 Tom de Vries <tdevries@suse.de>
4099
4100 * boards/debug-types.exp: New file.
4101
8d840e05
AB
41022020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4105
bcfe6157
TT
41062020-04-24 Tom Tromey <tom@tromey.com>
4107
4108 PR symtab/12707:
4109 * gdb.python/py-symbol.exp: Update expected results for
4110 linkage_name test.
4111 * gdb.cp/print-demangle.exp: New file.
4112 * gdb.base/c-linkage-name.exp: Fix test.
4113 * gdb.guile/scm-symbol.exp: Update expected results for
4114 linkage_name test.
4115
f049a313
TT
41162020-04-24 Tom Tromey <tom@tromey.com>
4117
4118 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4119 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4120 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4121 assembler.
4122
7cf28874
TV
41232020-04-24 Tom de Vries <tdevries@suse.de>
4124
4125 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4126 C++.
4127
dac2fef7
TT
41282020-04-24 Tom Tromey <tromey@adacore.com>
4129
4130 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4131 values.
4132 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4133 values. Update test for minimal encodings.
4134 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4135 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4136 values. Update test for minimal encodings.
4137
1acda803
TT
41382020-04-24 Tom Tromey <tromey@adacore.com>
4139
4140 PR python/23662:
4141 * gdb.ada/variant.exp: Add Python checks.
4142 * gdb.rust/simple.exp: Add dynamic type checks.
4143
adfb9815
TT
41442020-04-24 Tom Tromey <tromey@adacore.com>
4145
4146 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4147 Make array type matching more lax.
4148 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4149 * gdb.ada/mi_variant.exp: New file.
4150 * gdb.ada/mi_variant/pck.ads: New file.
4151 * gdb.ada/mi_variant/pkg.adb: New file.
4152 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4153 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4154
7d79de9a
TT
41552020-04-24 Tom Tromey <tromey@adacore.com>
4156
4157 * gdb.ada/variant.exp: Add dynamic field offset tests.
4158 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4159 * gdb.ada/variant/pkg.adb: Add new variables.
4160
f8e89861
TT
41612020-04-24 Tom Tromey <tromey@adacore.com>
4162
4163 * gdb.ada/variant.exp: New file
4164 * gdb.ada/variant/pkg.adb: New file
4165 * gdb.ada/variant/pck.adb: New file
4166
86e887ae
TV
41672020-04-24 Tom de Vries <tdevries@suse.de>
4168
4169 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4170
88428775
TV
41712020-04-24 Tom de Vries <tdevries@suse.de>
4172
4173 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4174 flags.
4175
4e86f6e7
TV
41762020-04-24 Tom de Vries <tdevries@suse.de>
4177
4178 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4179
2016d3e6
TV
41802020-04-24 Tom de Vries <tdevries@suse.de>
4181
4182 * lib/gdb.exp (default_gdb_start): Handle eof.
4183 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4184 failure.
4185 * gdb.base/readnever.exp: Handle clean_restart failure.
4186
70bc38f5
TV
41872020-04-23 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.base/decl-before-def.exp: Run to main and print a again.
4190
de82891c
TV
41912020-04-23 Tom de Vries <tdevries@suse.de>
4192
4193 * gdb.base/decl-before-def-decl.c: New test.
4194 * gdb.base/decl-before-def-def.c: New test.
4195 * gdb.base/decl-before-def.exp: New file.
4196
96038148
TV
41972020-04-23 Tom de Vries <tdevries@suse.de>
4198
4199 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4200
54ac3df1
TV
42012020-04-22 Tom de Vries <tdevries@suse.de>
4202
4203 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4204 debug_info_offset.
4205 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4206 before $objsfile in the line line.
4207
714534e1
TV
42082020-04-22 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4211
16a7dbf4
MS
42122020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4213
4214 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4215 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4216 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4217 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4218 * gdb.base/jit-protocol.h: Update definitions to match all usage
4219 contexts.
4220
42212020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4222
4223 * gdb.base: Rename all jit related test and source files.
4224
42252020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4226
4227 * gdb.base/jit-reader.exp: Relax register output check.
4228
317d2668
TV
42292020-04-22 Tom de Vries <tdevries@suse.de>
4230
4231 PR symtab/25764
4232 * gdb.base/psym-external-decl-2.c: New test.
4233 * gdb.base/psym-external-decl.c: New test.
4234 * gdb.base/psym-external-decl.exp: New file.
4235 * gdb.threads/tls.exp: Add PR25807 kfail.
4236
eea9e357
TV
42372020-04-22 Tom de Vries <tdevries@suse.de>
4238
4239 PR symtab/25801
4240 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4241 in "info source" output.
4242
3d5afab3
TV
42432020-04-22 Tom de Vries <tdevries@suse.de>
4244
4245 PR symtab/25700
4246 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4247 symtab for imported_unit.c.
4248
b32102f6
GB
42492020-04-21 Gary Benson <gbenson@redhat.com>
4250
4251 * gdb.base/advance.c (func): New argument, to match call site.
4252 (func2, func3): Add return statements.
4253
d43b7a2d
TBA
42542020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4255
4256 * gdb.multi/run-only-second-inf.c: New file.
4257 * gdb.multi/run-only-second-inf.exp: New file.
4258
d89edf9b
MM
42592020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4260
4261 * gdb.btrace/multi-inferior.c: New test.
4262 * gdb.btrace/multi-inferior.exp: New file.
4263
1a476b6d
MM
42642020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4265
4266 * gdb.btrace/enable-new-thread.c: New test.
4267 * gdb.btrace/enable-new-thread.exp: New file.
4268
4778a5f8
TV
42692020-04-21 Tom de Vries <tdevries@suse.de>
4270
4271 PR gdb/25471
4272 * gdb.threads/killed-outside.c: New test.
4273 * gdb.threads/killed-outside.exp: New file.
4274
9b2c992c
GB
42752020-04-20 Gary Benson <gbenson@redhat.com>
4276
4277 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4278 * gdb.base/nested-subp2.exp: Likewise.
4279 * gdb.base/nested-subp3.exp: Likewise.
4280
b5d1d6f7
GB
42812020-04-20 Gary Benson <gbenson@redhat.com>
4282
4283 * gdb.base/nested-subp1.exp: Disable test when using clang.
4284 * gdb.base/nested-subp2.exp: Likewise.
4285 * gdb.base/nested-subp3.exp: Likewise.
4286
25230285
GB
42872020-04-20 Gary Benson <gbenson@redhat.com>
4288
4289 * gdb.cp/exception.cc: Fix compilation error with clang.
4290
fa93cc8f
GB
42912020-04-20 Gary Benson <gbenson@redhat.com>
4292
809730f3 4293 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4294
e0c45f30
GB
42952020-04-20 Gary Benson <gbenson@redhat.com>
4296
4297 * gdb.base/jit-main.c: Fix compilation error with clang.
4298
4ddfec93
KR
42992020-04-17 Kamil Rytarowski <n54@gmx.com>
4300
4301 * gdb.base/attach-twice.c: Include "sys/types.h".
4302 (PTRACE_ATTACH): Add fallback definition.
4303 (main): Pass `0' to the 4th argument of `ptrace'.
4304
2bed205e
KR
43052020-04-17 Kamil Rytarowski <n54@gmx.com>
4306
4307 * gdb.base/fork-running-state.c: Include "signal.h".
4308
0743fc83
TT
43092020-04-17 Tom Tromey <tromey@adacore.com>
4310
4311 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4312 Update tests.
4313 * gdb.btrace/cpu.exp: Update tests.
4314 * gdb.base/maint.exp: Update tests.
4315 * gdb.base/default.exp: Update tests.
4316 * gdb.base/completion.exp: Update tests.
4317
efba5c23
TV
43182020-04-16 Tom de Vries <tdevries@suse.de>
4319
4320 PR symtab/25791
4321 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4322 (ensure_gdb_index): and factor out and move ...
4323 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4324 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4325
d191d716
TV
43262020-04-16 Tom de Vries <tdevries@suse.de>
4327
4328 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4329 loading exec.
4330
99f1bc6a
AB
43312020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * gdb.base/many-completions.exp: New file.
4334
194d088f
TV
43352020-04-14 Tom de Vries <tdevries@suse.de>
4336
4337 PR symtab/25718
4338 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4339
c1a66c06
TV
43402020-04-14 Tom de Vries <tdevries@suse.de>
4341
4342 PR symtab/25720
4343 * gdb.base/maint-expand-symbols-header-file.c: New test.
4344 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4345 * gdb.base/maint-expand-symbols-header-file.h: New test.
4346
21b0982c
AB
43472020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4350 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4351 get_func_info.
4352 (get_func_info): Delete.
4353 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4354 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4355 * lib/dwarf.exp (get_func_info): New function.
4356
dd1cab06
TV
43572020-04-13 Tom de Vries <tdevries@suse.de>
4358
4359 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4360 to what find_gnatmake does.
4361
71ea2b6b
TV
43622020-04-10 Tom de Vries <tdevries@suse.de>
4363
4364 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4365 -readnow.
4366
bdfc1e8a
TV
43672020-04-10 Tom de Vries <tdevries@suse.de>
4368
4369 PR cli/25808
4370 * gdb.base/style.c: Add leading newlines.
4371 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4372 Check listing of main's one-line body.
4373
14ca8ecf
TV
43742020-04-08 Tom de Vries <tdevries@suse.de>
4375
4376 * lib/gdb.exp (psymtabs_p): New proc.
4377 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4378 importing unit" unsupported if there are no partial symbols.
4379
e21d048f
TV
43802020-04-08 Tom de Vries <tdevries@suse.de>
4381
4382 PR testsuite/25760
4383 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4384
25c11aca
TV
43852020-04-07 Tom de Vries <tdevries@suse.de>
4386
4387 PR symtab/25796
4388 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4389
5707e24b
TV
43902020-04-07 Tom de Vries <tdevries@suse.de>
4391
4392 * gdb.base/check-psymtab.c: New test.
4393 * gdb.base/check-psymtab.exp: New file.
4394
6ee448cc
TT
43952020-04-06 Tom Tromey <tromey@adacore.com>
4396
4397 * gdb.ada/variant-record/proc.adb: New file.
4398 * gdb.ada/variant-record/value.adb: New file.
4399 * gdb.ada/variant-record/value.s: New file.
4400 * gdb.ada/variant-record.exp: New file.
4401
9e7c9a03
HD
44022020-04-03 Hannes Domani <ssbssa@yahoo.de>
4403
4404 PR gdb/25325
4405 * gdb.cp/typed-enum.cc: New test.
4406 * gdb.cp/typed-enum.exp: New file.
4407
c90d28ac
AB
44082020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4411 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4412 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4413 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4414 * gdb.opt/inline-small-func.c: New file.
4415 * gdb.opt/inline-small-func.exp: New file.
4416 * gdb.opt/inline-small-func.h: New file.
4417
34e9a9fa
AB
44182020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4419
4420 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4421 function.
4422
6a354911
AB
44232020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4424
4425 * lib/dwarf.exp (function_range): Allow compiler options to be
4426 specified.
4427
880d9777
TV
44282020-04-02 Tom de Vries <tdevries@suse.de>
4429
4430 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4431 __attribute__((always_inline)).
4432 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4433
f32682ea
TV
44342020-04-02 Tom de Vries <tdevries@suse.de>
4435
4436 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4437 (gdbserver_gdb_exit): ... here. Add timeout warning.
4438 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4439 (connect_target_extended_remote): Append new server_spawn_id to
4440 server_spawn_ids.
4441 (cleanup): New proc.
4442 (setup, <toplevel>): Call cleanup.
4443
d3214198
TV
44442020-04-02 Tom de Vries <tdevries@suse.de>
4445
4446 * gdb.base/main-psymtab.exp: New file.
4447
cc77ed24
TV
44482020-04-02 Tom de Vries <tdevries@suse.de>
4449
4450 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4451
3638a098
TT
44522020-04-01 Tom Tromey <tom@tromey.com>
4453
4454 * gdb.base/complex-parts.exp: Add type tests.
4455
c34e8714
TT
44562020-04-01 Tom Tromey <tom@tromey.com>
4457
4458 * gdb.base/complex-parts.exp: Add arithmetic tests.
4459
981c08ce
TT
44602020-04-01 Tom Tromey <tom@tromey.com>
4461
4462 * gdb.compile/compile.exp: Update.
4463 * gdb.compile/compile-cplus.exp: Update.
4464 * gdb.base/varargs.exp: Update.
4465 * gdb.base/floatn.exp: Update.
4466 * gdb.base/endianity.exp: Update.
4467 * gdb.base/callfuncs.exp (do_function_calls): Update.
4468 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4469 (complex_float_integral_args): Update.
4470 * gdb.base/complex.exp: Update.
4471 * gdb.base/complex-parts.exp: Update.
4472
3d1cfd43
TT
44732020-04-01 Tom Tromey <tromey@adacore.com>
4474
4475 * gdb.rust/union.rs: New file.
4476 * gdb.rust/union.exp: New file.
4477 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4478 (main): Update.
4479 * gdb.rust/simple.exp: Move union tests to union.exp.
4480
e033dfa9
TT
44812020-04-01 Tom Tromey <tromey@adacore.com>
4482
4483 * gdb.rust/simple.rs (main): Remove "y0".
4484
53cccef1
TBA
44852020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4486
4487 * gdb.multi/stop-all-on-exit.c: New test.
4488 * gdb.multi/stop-all-on-exit.exp: New file.
4489
60e22c1e
HD
44902020-04-01 Hannes Domani <ssbssa@yahoo.de>
4491
4492 PR gdb/24789
4493 * gdb.cp/misc.cc: Add integer reference variable.
4494 * gdb.cp/misc.exp: Add test.
4495
e139a727
TBA
44962020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4497
4498 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4499 scenario to cover execution until the end and also the case
4500
16b0db75
TV
45012020-03-31 Tom de Vries <tdevries@suse.de>
4502
4503 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4504 c. Use "maint info symtabs" to check symtab expansion.
4505
c0502da6
TV
45062020-03-30 Tom de Vries <tdevries@suse.de>
4507
4508 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4509 unsupported.
4510 (verify_psymtab_expanded): Move ...
4511 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4512 test.
4513 (readnow): New proc.
4514
5935fd15
AB
45152020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4518 with $hex.
4519
1773be9e
TT
45202020-03-20 Tom Tromey <tromey@adacore.com>
4521
4522 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4523
70304be9
TT
45242020-03-20 Tom Tromey <tromey@adacore.com>
4525
4526 * gdb.ada/sub_variant/subv.adb: New file.
4527 * gdb.ada/sub_variant.exp: New file.
4528
0dd7b8f7
TV
45292020-03-20 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4532 first break fails.
4533 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4534
cada5fc9
AB
45352020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4536
4537 * gdb.server/exit-multiple-threads.c: New file.
4538 * gdb.server/exit-multiple-threads.exp: New file.
4539
6b8c53f2
AB
45402020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4541
4542 * gdb.fortran/mixed-lang-stack.c: New file.
4543 * gdb.fortran/mixed-lang-stack.cpp: New file.
4544 * gdb.fortran/mixed-lang-stack.exp: New file.
4545 * gdb.fortran/mixed-lang-stack.f90: New file.
4546
19a2740f
AB
45472020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.linespec/cp-completion-aliases.cc: New file.
4550 * gdb.linespec/cp-completion-aliases.exp: New file.
4551
d8c8b848
TV
45522020-03-19 Tom de Vries <tdevries@suse.de>
4553
4554 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4555 more precise.
4556
a9933ccf
TV
45572020-03-18 Tom de Vries <tdevries@suse.de>
4558
4559 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4560 * gdb.dwarf2/break-inline-psymtab.c: New test.
4561 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4562
2f89101f
TV
45632020-03-16 Tom de Vries <tdevries@suse.de>
4564
4565 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4566 cache_verify and cache_verify_proc.
4567
6b9374f1
TV
45682020-03-15 Tom de Vries <tdevries@suse.de>
4569
4570 * gdb.server/solib-list.exp: Handle
4571 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4572
eaeaf44c
TV
45732020-03-15 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4576 objfiles".
4577
3293bbaf
TT
45782020-03-14 Tom Tromey <tom@tromey.com>
4579
4580 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4581
ab44624c
TV
45822020-03-14 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4585
54c43825
TV
45862020-03-14 Tom de Vries <tdevries@suse.de>
4587
4588 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4589 result in line-by-line fashion.
4590
2ac70237
TV
45912020-03-14 Tom de Vries <tdevries@suse.de>
4592
4593 * lib/gdb.exp (supports_statement_frontiers): New proc.
4594 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4595
09546b56
TV
45962020-03-14 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.base/printcmds.exp: Add missing quoting for "print
4599 teststring2".
4600
a1f6a07c
TT
46012020-03-13 Tom Tromey <tom@tromey.com>
4602
4603 * gdb.base/printcmds.exp (test_print_strings): Add regression
4604 test.
4605 * gdb.base/printcmds.c (charptr): New typedef.
4606 (teststring2): New global.
4607
1b83d09c
AB
46082020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4609
4610 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4611 full path in the test name.
4612 (test_ld): Add some with_test_prefix blocks to make test names
4613 unique.
4614
2d61316c
TV
46152020-03-13 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4618
2e9145ac
TV
46192020-03-13 Tom de Vries <tdevries@suse.de>
4620
4621 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4622
96c7f873
TV
46232020-03-13 Tom de Vries <tdevries@suse.de>
4624
4625 PR symtab/25646
4626 * gdb.dwarf2/imported-unit.exp: Add test.
4627
49ba92c0
TV
46282020-03-13 Tom de Vries <tdevries@suse.de>
4629
4630 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4631 (var1, var2): New variable.
4632 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4633 matching symbols.
4634
301b21e0
TV
46352020-03-13 Tom de Vries <tdevries@suse.de>
4636
4637 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4638 (Term::command): Use prompt prefix.
4639 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4640 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4641 command_no_prompt_prefix instead of prefix.
4642 * gdb.tui/tui-layout-asm.exp: Same.
4643
3f512721
SM
46442020-03-12 Simon Marchi <simon.marchi@efficios.com>
4645
4646 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4647
40310f30
SM
46482020-03-12 Simon Marchi <simon.marchi@efficios.com>
4649
4650 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4651 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4652 on" while stepping over the test instruction, match printed
4653 message.
4654
09252140
TV
46552020-03-12 Tom de Vries <tdevries@suse.de>
4656
4657 * gdb.base/info-types.exp: Use exp_continue during matching of output
4658 of "info types".
4659
14e9c72c
TV
46602020-03-12 Tom de Vries <tdevries@suse.de>
4661
4662 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4663
e515d67e
TV
46642020-03-12 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.fortran/module.exp: Use exp_continue during matching of output
4667 of "info variable -n".
4668
307eafd8
TV
46692020-03-12 Tom de Vries <tdevries@suse.de>
4670
4671 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4672 gdb.dwarf2/dw2-ranges-base.c.
4673
9a2de3fc
TV
46742020-03-12 Tom de Vries <tdevries@suse.de>
4675
4676 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4677 in presence of GLIBC debuginfo.
4678
3217502e
TV
46792020-03-12 Tom de Vries <tdevries@suse.de>
4680
4681 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4682 $core.
4683
1281424c
TV
46842020-03-12 Tom de Vries <tdevries@suse.de>
4685
4686 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4687 more precise.
4688
038b97fc
SM
46892020-03-11 Simon Marchi <simon.marchi@efficios.com>
4690
4691 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4692 from Unix to Windows path.
4693
5308d1e7
TV
46942020-03-11 Tom de Vries <tdevries@suse.de>
4695
4696 * gdb.ada/minsyms.exp: Set language to ada.
4697
f870f78f
TV
46982020-03-11 Tom de Vries <tdevries@suse.de>
4699
4700 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4701
5a13315d
TV
47022020-03-11 Tom de Vries <tdevries@suse.de>
4703
4704 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4705
976862ed
TT
47062020-03-11 Tom Tromey <tromey@adacore.com>
4707
4708 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4709
7462c383
TV
47102020-03-11 Tom de Vries <tdevries@suse.de>
4711
4712 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4713
1c6c46a0
TV
47142020-03-11 Tom de Vries <tdevries@suse.de>
4715
4716 * gdb.base/break-interp.exp: Limit verbose scope.
4717
44f41bb7
TV
47182020-03-11 Tom de Vries <tdevries@suse.de>
4719
4720 * gdb.fortran/logical.f90: Define variable with character type.
4721 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4722
b76f3a42
TV
47232020-03-11 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4726
1c33af77
TV
47272020-03-11 Tom de Vries <tdevries@suse.de>
4728
4729 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4730 symtabs.
4731
8c95582d
AB
47322020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4733 Bernd Edlinger <bernd.edlinger@hotmail.de>
4734
4735 * gdb.cp/step-and-next-inline.cc: New file.
4736 * gdb.cp/step-and-next-inline.exp: New file.
4737 * gdb.cp/step-and-next-inline.h: New file.
4738 * gdb.dwarf2/dw2-is-stmt.c: New file.
4739 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4740 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4741 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4742 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4743
cecf8547
AB
47442020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4745
4746 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4747 is-stmt flag in the line table.
4748
0ba678c9
TV
47492020-03-09 Tom de Vries <tdevries@suse.de>
4750
4751 * lib/gdb.exp (cached_file): Create cache dir.
4752
72fbdf83
TV
47532020-03-07 Tom de Vries <tdevries@suse.de>
4754
4755 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4756 * gdb.cp/rvalue-ref-params.exp: Same.
4757
436b5e99
TV
47582020-03-06 Tom de Vries <tdevries@suse.de>
4759
4760 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4761 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4762
09f2921c
TV
47632020-03-06 Tom de Vries <tdevries@suse.de>
4764
4765 * README: Fix "the the".
4766 * gdb.base/dprintf.exp: Same.
4767
50a3cc5d
TV
47682020-03-05 Tom de Vries <tdevries@suse.de>
4769
4770 * gdb.base/maint.exp: Update "main print statistics" expected output.
4771
0a709cba
AKS
47722020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4773
4774 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4775 (fortran_int8): Likewise.
4776 (fortran_real4): Likewise.
4777 (fortran_real8): Likewise.
4778 (fortran_complex4): Likewise.
4779 (fortran_logical4): Likewise.
4780 (fortran_character1): Likewise.
4781
5e5d66b6
AB
47822020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4783
4784 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4785 printed as true.
4786
7b973adc
SDJ
47872020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4788
4789 * gdb.base/printcmds.exp: Add test to verify printf of a
4790 variable holding an address.
4791
478e490a
TV
47922020-03-03 Tom de Vries <tdevries@suse.de>
4793
4794 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4795
1ef44e86
TV
47962020-03-03 Tom de Vries <tdevries@suse.de>
4797
4798 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4799 gdb_test_multiple call.
4800
b98cc2cf
TV
48012020-03-03 Tom de Vries <tdevries@suse.de>
4802
4803 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4804 gdb_test_multiple calls.
4805
63e163f2
AB
48062020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4807
4808 * gdb.base/default.exp: Remove test of 'set history filename'.
4809 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4810 filename to the empty string.
4811 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4812 and GDBHISTSIZE.
4813
24ed6739
AB
48142020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4815
4816 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4817 disabled.
4818
590003dc 48192020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4820 Tom de Vries <tdevries@suse.de>
590003dc
TV
4821
4822 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4823 -prompt prefix, before user_code argument. Add -lbl option likewise.
4824 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4825 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4826 argument.
4827 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4828 have "\r\n" at start-of-line, instead of at end-of-line.
4829
f5e46084
SM
48302020-02-28 Simon Marchi <simon.marchi@efficios.com>
4831
4832 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4833 libinproctrace.so.
4834
f7a7000d
LM
48352020-02-28 Luis Machado <luis.machado@linaro.org>
4836
4837 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4838 to "p/x".
4839
718e0816
LM
48402020-02-28 Luis Machado <luis.machado@linaro.org>
4841
4842 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4843 asm/ptrace.h and error.h.
4844
13c3a74a
TV
48452020-02-28 Tom de Vries <tdevries@suse.de>
4846
4847 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4848 (struct wrapper, do_something, mundane/symada__cS): Move ...
4849 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4850 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4851 Update "print symada__cS before partial symtab expansion" regexp.
4852 Update breakpoint location. Flush symbol cache after expansion.
4853
85d2d5bb
LM
48542020-02-28 Luis Machado <luis.machado@linaro.org>
4855
4856 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4857
3608f86c
TV
48582020-02-27 Tom de Vries <tdevries@suse.de>
4859
4860 * config/sid.exp: Remove unused globals.
4861 * gdb.base/attach.exp: Same.
4862 * gdb.base/catch-load.exp: Same.
4863 * gdb.base/dbx.exp: Same.
4864 * lib/gdb.exp: Same.
4865 * lib/mi-support.exp: Same.
4866 * lib/prompt.exp: Same.
4867
c8d4f6df
TV
48682020-02-27 Tom de Vries <tdevries@suse.de>
4869
4870 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4871 not set.
4872
0d79cdc4
AM
48732020-02-26 Aaron Merey <amerey@redhat.com>
4874
4875 * gdb.debuginfod: New directory for debuginfod tests.
4876 * gdb.debuginfod/main.c: New test file.
4877 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4878
0dce4280
TV
48792020-02-26 Tom de Vries <tdevries@suse.de>
4880
4881 PR gdb/25603
4882 * gdb.base/persistent-lang.cc: New test.
4883 * gdb.base/persistent-lang.exp: New file.
4884
9e80cfa1
AB
48852020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4886
4887 * gdb.fortran/derived-type-striding.exp: Add a new test.
4888 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4889 new test.
4890
2078dbb2
AB
48912020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4894 names.
4895
70d49700
TV
48962020-02-25 Tom de Vries <tdevries@suse.de>
4897
4898 PR go/18926
4899 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4900
a88ef40d
TV
49012020-02-24 Tom de Vries <tdevries@suse.de>
4902
4903 PR gdb/25592
4904 * gdb.base/info-locals-unused-static-var.c: New test.
4905 * gdb.base/info-locals-unused-static-var.exp: New file.
4906
01b1af32
TT
49072020-02-22 Tom Tromey <tom@tromey.com>
4908
4909 * gdb.python/tui-window.exp: New file.
4910 * gdb.python/tui-window.py: New file.
4911
7c043ba6
TT
49122020-02-22 Tom Tromey <tom@tromey.com>
4913
4914 PR tui/17850:
4915 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4916 tests.
4917
c22fef7e
TT
49182020-02-22 Tom Tromey <tom@tromey.com>
4919
4920 * gdb.tui/new-layout.exp: Add sub-layout tests.
4921
ee325b61
TT
49222020-02-22 Tom Tromey <tom@tromey.com>
4923
4924 * gdb.tui/new-layout.exp: New file.
4925
3f0cbb04
TT
49262020-02-22 Tom Tromey <tom@tromey.com>
4927
4928 * gdb.rust/rust-style.rs: New file.
4929 * gdb.rust/rust-style.exp: New file.
4930 * gdb.base/style.exp: Test structure printing.
4931 * gdb.base/style.c (struct some_struct): New type.
4932 (enum etype): New type.
4933 (struct_value): New global.
4934
75525152
TV
49352020-02-21 Tom de Vries <tdevries@suse.de>
4936
4937 PR go/18926
4938 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4939 Remove blanket xfails. Use message argument for gdb_breakpoint.
4940 Make continuing to breakpoint test conditional on setting breakpoint.
4941 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4942 DW_AT_name attribute. Add xfail for GCC PR93866.
4943
bd360d30
AB
49442020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * gdb.dwarf2/cpp-linkage-name.c: New file.
4947 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4948
c7adb09f 49492020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
4950
4951 * lib/gdb.exp (gdb_wrapper_init): Reset
4952 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4953 not exist.
4954
a9c79803
TV
49552020-02-20 Tom de Vries <tdevries@suse.de>
4956
4957 PR go/17018
4958 * gdb.go/hello.exp: Copy ...
4959 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4960 print of st to print value of global definition. Add xfail for GCC
4961 PR93844.
4962 * gdb.go/hello.exp: Remove printing of st before definition.
4963 * gdb.go/hello.go: Copy ...
4964 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4965 to st.
4966 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4967
d7445728
TV
49682020-02-20 Tom de Vries <tdevries@suse.de>
4969
4970 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4971 (gdb_simple_compile): Handle compile_flags go by using .go extension
4972 for source file.
4973 * gdb.go/chan.exp: Use support_go_compile.
4974 * gdb.go/handcall.exp: Same.
4975 * gdb.go/hello.exp: Same.
4976 * gdb.go/integers.exp: Same.
4977 * gdb.go/max-depth.exp: Same.
4978 * gdb.go/methods.exp: Same.
4979 * gdb.go/package.exp: Same.
4980 * gdb.go/strings.exp: Same.
4981 * gdb.go/types.exp: Same.
4982 * gdb.go/unsafe.exp: Same.
4983
c9c41e6d
TV
49842020-02-19 Tom de Vries <tdevries@suse.de>
4985
4986 * gdb.python/lib-types.exp: Make xfail more strict.
4987
f20ff837
TV
49882020-02-19 Tom de Vries <tdevries@suse.de>
4989
4990 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4991
08410482
DE
49922020-02-19 Doug Evans <dje@google.com>
4993
4994 PR rust/25535
4995 * gdb.rust/simple.exp: Add test.
4996 * gdb.rust/simple.rs: Add test.
4997
623563f7
TV
49982020-02-19 Tom de Vries <tdevries@suse.de>
4999
5000 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5001 output line-by-line.
5002
d3308cfd
TV
50032020-02-19 Tom de Vries <tdevries@suse.de>
5004
5005 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5006
86cbc5dc
TV
50072020-02-19 Tom de Vries <tdevries@suse.de>
5008
5009 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5010 prelink.
5011
9db2b96b
TV
50122020-02-19 Tom de Vries <tdevries@suse.de>
5013
5014 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5015 (gdb_do_cache): Use gdb_do_cache_wrap.
5016 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5017
89e2fdc5
TV
50182020-02-19 Tom de Vries <tdevries@suse.de>
5019
5020 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5021 gdb_compile option.
5022
373d7ac0
SM
50232020-02-18 Simon Marchi <simon.marchi@efficios.com>
5024
5025 * gdb.base/printcmds.exp (test_print_enums): Update expected
5026 output.
5027
b29a2df0
SM
50282020-02-18 Simon Marchi <simon.marchi@efficios.com>
5029
5030 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5031 for "unknown".
5032
6740f0cc
SM
50332020-02-18 Simon Marchi <simon.marchi@efficios.com>
5034
5035 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5036 enumerator.
5037
edd45eb0
SM
50382020-02-18 Simon Marchi <simon.marchi@efficios.com>
5039
5040 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5041 FE_, add FE_NONE.
5042 (three): Update.
5043 (enum flag_enum_without_zero): New enum.
5044 (flag_enum_without_zero): New variable.
5045 (enum not_flag_enum): New enum.
5046 (three_not_flag): New variable.
5047 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5048 (test_print_enums): Add more tests for printing flag enums.
5049
d4295de4
TV
50502020-02-18 Tom de Vries <tdevries@suse.de>
5051
5052 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5053 (gdb_compile_ada): ... here.
5054 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5055 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5056
f251f505
TT
50572020-02-14 Tom Tromey <tom@tromey.com>
5058
5059 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5060 build directory.
5061 * boards/gdbserver-base.exp: Update path to gdbserver.
5062
8f432634
TV
50632020-02-13 Tom de Vries <tdevries@suse.de>
5064
5065 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5066
92b6eaf7
TV
50672020-02-13 Tom de Vries <tdevries@suse.de>
5068
5069 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5070 are missing.
5071
f3b0f7fe
TV
50722020-02-13 Tom de Vries <tdevries@suse.de>
5073
5074 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5075 call.
5076
f6be8713
SDJ
50772020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5078
5079 PR tui/25126
5080 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5081 * gdb.base/cached-source-file.c: New file.
5082 * gdb.base/cached-source-file.exp: New file.
5083
b2770d5e
TV
50842020-02-11 Tom de Vries <tdevries@suse.de>
5085
5086 PR testsuite/25488
5087 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5088
44f6938e
TV
50892020-02-10 Tom de Vries <tdevries@suse.de>
5090
5091 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5092
5f0e2eb7
MR
50932020-02-10 Maciej W. Rozycki <macro@wdc.com>
5094
5095 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5096 and $after_addr are both integers before making a comparison.
5097
46ce2b6f
TV
50982020-02-09 Tom de Vries <tdevries@suse.de>
5099
5100 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5101 command output and paste it into gdb.log. If any, paste catch message
5102 to gdb.log.
5103
5abbbe1d
TT
51042020-02-07 Tom Tromey <tromey@adacore.com>
5105
5106 PR breakpoints/24915:
5107 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5108
1d5d29e7
SV
51092020-02-06 Shahab Vahedi <shahab@synopsys.com>
5110
5111 * gdb.tui/tui-missing-src.exp: Add the "missing source
5112 file" test for the TUI.
5113
b0999b9b
AB
51142020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5115
5116 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5117 including a port number in the output.
5118
c3b149eb
AKS
51192020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5120
5121 * lib/fortran.exp (fortran_int4): Handle clang.
5122 (fortran_int8): Likewise.
5123 (fortran_real4): Likewise.
5124 (fortran_real8): Likewise.
5125 (fortran_complex4): Likewise.
5126 (fortran_logical4): Likewise.
5127 (fortran_character1): Likewise.
5128
f8dcc90b
TV
51292020-02-04 Tom de Vries <tdevries@suse.de>
5130
5131 * README (Race detection): Add note.
5132
f90ac7c2
TV
51332020-02-04 Tom de Vries <tdevries@suse.de>
5134
5135 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5136
780636ae
TV
51372020-02-04 Tom de Vries <tdevries@suse.de>
5138
5139 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5140
5d2e1193
RA
51412020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5142
5143 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5144 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5145 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5146 blttar, bnetarl.
5147 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5148 binary for blttar, bnetarl.
5149 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5150 wait instruction. Delete ldmx test.
5151 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5152
e409c542
AKS
51532020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5154
5155 * gdb.fortran/array-bounds-high.exp: New file.
5156 * gdb.fortran/array-bounds-high.f90: New file.
5157
b0029748
LD
51582020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5159
5160 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5161 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5162
195a8287
TV
51632020-02-01 Tom de Vries <tdevries@suse.de>
5164
5165 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5166
42330a68
AB
51672020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 PR tui/9765
5170 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5171 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5172
b62a8028
LM
51732020-01-29 Luis Machado <luis.machado@linaro.org>
5174
5175 * gdb.arch/aarch64-brk-patterns.c: New source file.
5176 * gdb.arch/aarch64-brk-patterns.exp: New test.
5177
5f440116
TBA
51782020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5179
5180 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5181 GCC/Clang version.
5182 * gdb.cp/pass-by-ref.exp: Ditto.
5183
ee2a6fc6
TV
51842020-01-29 Tom de Vries <tdevries@suse.de>
5185
5186 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5187 * gdb.threads/watchpoint-fork-mt.c: Same.
5188 * gdb.threads/watchpoint-fork-parent.c: Same.
5189 * gdb.threads/watchpoint-fork-st.c: Same.
5190 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5191
16b10d6e
LM
51922020-01-27 Luis Machado <luis.machado@linaro.org>
5193
5194 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5195 sitting at a syscall instruction when we hit the syscall function's
5196 breakpoint.
5197 Check PC against one obtained with the x command.
5198 Validate syscall number.
5199 (step_over_syscall): Don't continue to the syscall instruction if
5200 we're already there.
5201
b1468492
PW
52022020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5203
5204 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5205
7ffa82e1
AB
52062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5207
5208 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5209 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5210
3d92a3e3
AB
52112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5212
5213 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5214 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5215
94a72be7
AB
52162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * gdb.base/maint.exp: Update line table parsing test.
5219 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5220
53af73bf
PA
52212020-01-24 Pedro Alves <palves@redhat.com>
5222
5223 PR gdb/25410
5224 * gdb.multi/multi-re-run-1.c: New.
5225 * gdb.multi/multi-re-run-2.c: New.
5226 * gdb.multi/multi-re-run.exp: New.
5227
1ba1ac88
AB
52282020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 PR gdb/23718
5231 * gdb.server/server-kill-python.exp: New file.
5232
f3364a6d
AB
52332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.server/multi-ui-errors.c: New file.
5236 * gdb.server/multi-ui-errors.exp: New file.
5237
733d0a67
AB
52382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 PR tui/9765
5241 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5242
4f13c1c0
TT
52432020-01-19 Tom Tromey <tom@tromey.com>
5244
5245 * gdb.tui/main.exp: Add check for plain "file".
5246
40c94099
CB
52472020-01-16 Christian Biesinger <cbiesinger@google.com>
5248
5249 * lib/gdb.exp: Fix spelling error (seperatelly).
5250
ff47f4f0
TT
52512020-01-14 Tom Tromey <tom@tromey.com>
5252
5253 PR symtab/12535:
5254 * gdb.python/python.exp: Test decode_line with empty string
5255 argument.
5256
717c684d
BE
52572020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5258
5259 * gdb.base/skip-inline.exp: Extend test.
5260
44e4c775
AB
52612020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5262
5263 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5264 * gdb.dwarf2/dw2-bad-elf.c: New file.
5265 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5266
d93c6db7
AB
52672020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5268
5269 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5270 _line_saw_file.
5271
9a6d629c
AB
52722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5273
5274 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5275 border.
5276
d9ebdab7
TBA
52772020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5278
5279 * gdb.multi/multi-target.exp (setup): Factor out "info
5280 connections" and "info inferiors" tests to ...
5281 (test_info_inferiors): ... this new procedure.
5282 (top level): Run new "info-inferiors" tests.
5283
f3c469b9
PA
52842020-01-10 Pedro Alves <palves@redhat.com>
5285
5286 * gdb.server/bkpt-other-inferior.exp: New file.
5287
121b3efd
PA
52882020-01-10 Pedro Alves <palves@redhat.com>
5289
5290 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5291 of "add-inferior".
5292 * gdb.base/quit-live.exp: Likewise.
5293 * gdb.base/remote-exec-file.exp: Likewise.
5294 * gdb.guile/scm-progspace.exp: Likewise.
5295 * gdb.linespec/linespec.exp: Likewise.
5296 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5297 * gdb.mi/user-selected-context-sync.exp: Likewise.
5298 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5299 "info inferiors" tests.
5300 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5301 "add-inferior".
5302 * gdb.multi/watchpoint-multi.exp: Likewise.
5303 * gdb.python/py-inferior.exp: Likewise.
5304 * gdb.server/extended-remote-restart.exp: Likewise.
5305 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5306 "info inferiors".
5307 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5308 * gdb.trace/report.exp: Likewise.
5309
1dadb1dd
PA
53102020-01-10 Pedro Alves <palves@redhat.com>
5311
5312 * gdb.multi/multi-target.c: New file.
5313 * gdb.multi/multi-target.exp: New file.
5314 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5315 mode requested, but remote does not support non-stop".
5316
78f2c40a
PA
53172020-01-10 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5320 disconnect before reconnecting.
5321
e7af6c70
TBA
53222020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5323 Pedro Alves <palves@redhat.com>
5324
5325 * gdb.server/connect-without-multi-process.exp: Also test
5326 continuing to end.
5327
acdf84a6
PA
53282020-01-10 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/remote-exec-file.exp: New file.
5331
873657b9
PA
53322020-01-10 Pedro Alves <palves@redhat.com>
5333
5334 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5335 output.
5336 * gdb.threads/async.c: New.
5337 * gdb.threads/async.exp: New.
5338 * gdb.multi/tids-gid-reset.c: New.
5339 * gdb.multi/tids-gid-reset.exp: New.
5340
7f0ae84c
GB
53412020-01-10 George Barrett <bob@bob131.so>
5342
5343 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5344 to help in finding the image relocation offset.
5345 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5346 options in arguments.
5347 (stap_test_no_debuginfo): Likewise.
5348 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5349 test variants.
5350 (stap_test): Add null semaphore relocation test.
5351
47e9d49d
GB
53522020-01-10 George Barrett <bob@bob131.so>
5353
5354 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5355 * gdb.base/stap-probe.exp: Likewise.
5356 (stap_test): Pass argument as an additional flag.
5357 (stap_test_no_debuginfo): Likewise.
5358 (stap_test): Check `info probes stap' output for semaphore
5359 addresses if the test binary is supposed to have them.
5360
f5a7c406
AB
53612020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.tui/basic.exp: Add more scrolling tests.
5364
9ae6bf64
TT
53652020-01-09 Tom Tromey <tom@tromey.com>
5366
5367 PR tui/18932:
5368 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5369 meangingful value.
5370 (Term::command, Term::resize): Update.
5371 * gdb.tui/basic.exp: Add scrolling test.
5372
b2efe70c
AB
53732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * gdb.tui/tui-layout-asm.exp: New file.
5376
3804da7e
AB
53772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5380
b40aa28f
AB
53812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5384 (Term::enter_tui): Use Term::prepare_for_tui.
5385
63ffd7c9
AB
53862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5389 called.
5390
3be966f6
AB
53912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.base/skip.exp: Fix race condition in test.
5394
153d79c4
AB
53952020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5396
5397 * gdb.base/backtrace.c: New file.
5398 * gdb.base/backtrace.exp: New file.
5399
f2302a34
AB
54002020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5401
5402 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5403
6ec1d75e
PW
54042020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5405
5406 * gdb.base/style.exp: Test that warnings are styled.
5407
c296cbe6
BE
54082019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5409
5410 * gdb.base/line65535.exp: New file.
5411 * gdb.base/line65535.c: New file.
5412
b28a729d
SM
54132019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5414
5415 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5416 * lib/gnat_debug_info_test.adb: New file.
5417 * gdb.ada/ptype_tagged_param.exp: Use
5418 gnat_runtime_has_debug_info, expect a different output if
5419 runtime does not have debug info.
5420
7f2d7a0d
SM
54212019-12-20 Simon Marchi <simon.marchi@efficios.com>
5422
5423 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5424 (another) quote in test name.
5425
f3bce483
SM
54262019-12-20 Simon Marchi <simon.marchi@efficios.com>
5427
5428 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5429 Add quote in test name.
5430
c855a912
TBA
54312019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5432
5433 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5434 directory instead.
5435 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5436 * gdb.cp/pass-by-ref-2.cc: New file.
5437 * gdb.cp/pass-by-ref-2.exp: New file.
5438
fc9d2d72
TT
54392019-12-20 Tom Tromey <tom@tromey.com>
5440
5441 * gdb.tui/list-before.exp: New file.
5442
77b97e00
TT
54432019-12-20 Tom Tromey <tom@tromey.com>
5444
5445 * gdb.tui/list.exp: Check for source on initial listing.
5446
f69656d0
TT
54472019-12-11 Tom Tromey <tromey@adacore.com>
5448
5449 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5450 Add crlf test.
5451
99a55965
SM
54522019-12-18 Simon Marchi <simon.marchi@efficios.com>
5453
5454 * gdb.base/default.exp: Update value of $_gdb_major.
5455
5024637f
BE
54562019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5457
5458 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5459
b63634be
BE
54602019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5461
5462 * gdb.base/skip.exp: Whitespace fix.
5463
45d73523
BE
54642019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5465
5466 * gdb.base/skip-inline.c: New file.
5467 * gdb.base/skip-inline.exp: New file.
5468
d043f8c8
SM
54692019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5470
5471 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5472 jit_function_00 to jit_function_stack_mangle.
5473 * gdb.base/jithost.c (jit_function_t): Rename to...
5474 (jit_function_stack_mangle_t): ... this.
5475 (jit_function_add_t): New typedef.
5476 (jit_function_00_code): Rename to...
5477 (jit_function_stack_mangle_code): ... this, make static.
5478 (jit_function_add_code): New.
5479 (main): Generate "add" function and call it. Adjust to changes
5480 in jithost_abi.
5481 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5482 (struct jithost_abi) <begin, end>: Remove fields.
5483 <object, function_stack_mangle, function_add>: New fields.
5484 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5485 code_end>: Remove fields.
5486 <func_stack_mangle>: New field.
5487 (read_debug_info): Adjust to renaming, create block for "add"
5488 function.
5489 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5490
873de05c
TT
54912019-12-11 Tom Tromey <tom@tromey.com>
5492
5493 * gdb.tui/resize.exp: Fix regexp.
5494 * gdb.tui/regs.exp: Fix regexps.
5495 * gdb.tui/main.exp: Fix regexp.
5496
3d979945
TT
54972019-12-11 Tom Tromey <tom@tromey.com>
5498
5499 * gdb.tui/resize.exp: Update.
5500 * gdb.tui/empty.exp (layouts): Update.
5501
2192a9d3
TT
55022019-12-11 Tom Tromey <tom@tromey.com>
5503
5504 * gdb.tui/regs.exp: Update.
5505 * gdb.tui/empty.exp (layouts): Update.
5506 * gdb.tui/basic.exp: Update.
5507 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5508
d8edc8b7
PW
55092019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5510
5511 * gdb.base/options.exp: Add -raw-values in the print completion list.
5512 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5513
4c12d936
KB
55142019-12-10 Kevin Buettner <kevinb@redhat.com>
5515
5516 * gdb.threads/omp-par-scope.c: New file.
5517 * gdb/threads/omp-par-scope.exp: New file.
5518
26b911fb
KB
55192019-12-10 Kevin Buettner <kevinb@redhat.com>
5520
bb47f919
KB
5521 * lib/gdb.exp (support_nested_function_tests): New proc.
5522
55232019-12-10 Kevin Buettner <kevinb@redhat.com>
5524
5525 * lib/gdb.exp (gdb_compile_openmp): New proc.
5526 (build_executable_from_specs): Add an "openmp" option.
5527 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5528
6c71eb7d
TT
55292019-12-10 Tom Tromey <tromey@adacore.com>
5530
5531 * gdb.ada/unchecked_union.exp: New file.
5532 * gdb.ada/unchecked_union/pck.adb: New file.
5533 * gdb.ada/unchecked_union/pck.ads: New file.
5534 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5535 * gdb-utils.exp (string_to_regexp): Also quote "?".
5536
bac7c5cf
GB
55372019-12-10 George Barrett <bob@bob131.so>
5538
5539 Test scripted probe breakpoints.
5540 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5541 * gdb.python/py-breakpoint.c (main): Likewise.
5542 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5543 specifier test.
5544 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5545
330f1d38
TBA
55462019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5547
5548 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5549 an rvalue parameter.
5550 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5551 parameter.
5552
b43315e2
AB
55532019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5554
5555 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5556 modules.
5557
54f73dad
AB
55582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5561 broken version of GCC.
5562
d57cbee9
AB
55632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5564
5565 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5566 sym-info-cmds library.
5567 * gdb.fortran/info-types.exp: Likewise.
5568 * lib/sym-info-cmds.exp: New file.
5569
c14aab8c
TV
55702019-12-08 Tom de Vries <tdevries@suse.de>
5571
5572 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5573
aa2d5a42
KS
55742019-12-07 Keith Seitz <keiths@redhat.com>
5575
5576 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5577 * gdb.base/corefile-buildid-shlib.c: New file.
5578 * gdb.base/corefile-buildid.c: New file.
5579 * gdb.base/corefile-buildid.exp: New file.
5580
93e55f0a
TV
55812019-12-06 Tom de Vries <tdevries@suse.de>
5582
5583 * gdb.dwarf2/varval.exp: Add decl before def test.
5584
c7d12402
TBA
55852019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5586
5587 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5588
06acc08f
TBA
55892019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5590
5591 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5592 CV and reference conversion for overload resolution.
5593 * gdb.cp/rvalue-ref-overload.exp: Test it.
5594
e0fad1ea
PW
55952019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5596
5597 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5598 * gdb.base/frameapply.exp: Test faas without command.
5599
8d70a9f0
AB
56002019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5603 Fortran tests.
5604 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5605 order.
5606
36c8fb93
AB
56072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5608
5609 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5610 casting to type with no kind specified.
5611 (test_basic_parsing_of_type_kinds): Additional tests for types
5612 with no kind specified, and add tests for single/double
5613 precision/complex types.
5614
4139ff00
TT
56152019-12-04 Tom Tromey <tromey@adacore.com>
5616
5617 * gdb.base/endianity.c (struct other) <x>: New field.
5618 (main): Initialize it.
5619 * gdb.base/endianity.exp: Update.
5620
a05cf17a
TT
56212019-12-04 Tom Tromey <tromey@adacore.com>
5622
5623 * gdb.ada/scalar_storage/storage.adb: New file.
5624 * gdb.ada/scalar_storage/pck.adb: New file.
5625 * gdb.ada/scalar_storage/pck.ads: New file.
5626 * gdb.ada/scalar_storage.exp: New file.
5627
103a685e
TT
56282019-12-04 Tom Tromey <tromey@adacore.com>
5629
5630 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5631 (main): Initialize it.
5632 * gdb.base/endianity.exp: Update.
5633
c2512106
AB
56342019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5637
293b38d6
AB
56382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5639
5640 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5641 -symbol-info-module-functions and -symbol-info-module-variables.
5642
216a7e6b
AB
56432019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5644
5645 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5646
5bbd8269
AB
56472019-12-01 Richard Bunt <richard.bunt@arm.com>
5648 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 * gdb.fortran/derived-type-striding.exp: New file.
5651 * gdb.fortran/derived-type-striding.f90: New file.
5652 * gdb.fortran/array-slices.exp: New file.
5653 * gdb.fortran/array-slices.f90: New file.
5654
be09caf1
PW
56552019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5656
5657 * gdb.base/define.exp: Test . in command names.
5658 * gdb.base/setshow.exp: Update test, as . is now part of
5659 command name.
5660
643c0cbe
PW
56612019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5662
5663 * gdb.base/define-prefix.exp: New file.
5664
dcdec678
AB
56652019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5668 compile.
5669 (skip_btrace_pt_tests): Likewise.
5670
640ab947
AB
56712019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.fortran/info-modules.exp: Compile source files in correct
5674 order.
5675
d22670f0
KB
56762019-11-27 Kevin Buettner <kevinb@redhat.com>
5677
5678 * gdb.dwarf2/imported-unit.exp: New file.
5679 * gdb.dwarf2/imported-unit.c: New file.
5680
db5960b4
AB
56812019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * gdb.mi/mi-fortran-modules-2.f90: New file.
5684 * gdb.mi/mi-fortran-modules.exp: New file.
5685 * gdb.mi/mi-fortran-modules.f90: New file.
5686
7dc42066
AB
56872019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5688
5689 * gdb.mi/mi-sym-info-1.c: New file.
5690 * gdb.mi/mi-sym-info-2.c: New file.
5691 * gdb.mi/mi-sym-info.exp: New file.
5692
0dfeecca
TT
56932019-11-22 Tom Tromey <tromey@adacore.com>
5694
5695 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5696 * gdb.ada/tasks/foo.adb: Add another stopping location.
5697
34877895
PJ
56982019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5699
5700 * gdb.base/endianity.c: New test.
5701 * gdb.base/endianity.exp: New file.
5702
2e84f897
LD
57032019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5704
5705 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5706
65d1cd5f
TV
57072019-11-21 Tom de Vries <tdevries@suse.de>
5708
5709 PR gdb/24956
5710 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5711
4f22c3f4
SDJ
57122019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5713
5714 * gdb.python/py-progspace.exp: Add missing parentheses on some
5715 'print' commands.
5716
9f6ad286
TT
57172019-11-19 Tom Tromey <tom@tromey.com>
5718
5719 * gdb.tui/winheight.exp: New file.
5720
0b8dbf3f
AB
57212019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5722
5723 * gdb.base/ctf-whatis.c: Delete.
5724 * gdb.base/ctf-whatis.exp: Delete.
5725 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5726
f833b7a7
AB
57272019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5728
5729 * gdb.base/ctf-cvexpr.exp: Delete.
5730 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5731
30d0a636
AB
57322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5733
5734 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5735 the compiler. Clean up header comment a little.
5736 * gdb.base/ctf-ptype.exp: Likewise.
5737 * gdb.base/ctf-whatis.exp: Likewise.
5738 * lib/gdb.exp (skip_ctf_tests): New proc.
5739
494409bb
SDJ
57402019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5741
5742 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5743 * gdb.tui/corefile-run.exp: New file.
5744
55708e99
TT
57452019-11-14 Tom Tromey <tromey@adacore.com>
5746
5747 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5748 regression tests.
5749
45e42163
TT
57502019-11-12 Tom Tromey <tom@tromey.com>
5751
5752 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5753 after any command. Expect prompt after WAIT_FOR is seen.
5754 (enter_tui): Enable resize messages.
5755 (command): Expect command in output.
5756 (get_line): Avoid error when cursor appears to be off-screen.
5757 (dump_screen): Include screen size in title.
5758 (_do_resize): New proc, from "resize".
5759 (resize): Rewrite. Do resize in two steps.
5760 * gdb.tui/empty.exp (layouts): Fix entries.
5761 (check_boxes): Remove xfail.
5762 (check_text): Dump screen on failure.
5763
086baaf1
AB
57642019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.python/py-symbol.exp: Add test for
5767 gdb.lookup_static_symbols.
5768
09ff83af
AB
57692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5770
5771 * gdb.python/py-symbol.c: Declare and call function from new
5772 py-symbol-2.c file.
5773 * gdb.python/py-symbol.exp: Compile both source files, and add new
5774 tests for gdb.lookup_static_symbol.
5775 * gdb.python/py-symbol-2.c: New file.
5776
11af934b
TV
57772019-11-02 Tom de Vries <tdevries@suse.de>
5778
5779 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5780 * gdb.base/anon.exp: Same.
5781 * gdb.base/auto-connect-native-target.exp: Same.
5782 * gdb.base/call-ar-st.exp: Same.
5783 * gdb.base/catch-syscall.exp: Same.
5784 * gdb.base/commands.exp: Same.
5785 * gdb.base/default.exp: Same.
5786 * gdb.base/display.exp: Same.
5787 * gdb.base/float.exp: Same.
5788 * gdb.base/foll-fork.exp: Same.
5789 * gdb.base/help.exp: Same.
5790 * gdb.base/info-macros.exp: Same.
5791 * gdb.base/info-proc.exp: Same.
5792 * gdb.base/info-target.exp: Same.
5793 * gdb.base/long_long.exp: Same.
5794 * gdb.base/macscp.exp: Same.
5795 * gdb.base/memattr.exp: Same.
5796 * gdb.base/nofield.exp: Same.
5797 * gdb.base/pointers.exp: Same.
5798 * gdb.base/printcmds.exp: Same.
5799 * gdb.base/ptype.exp: Same.
5800 * gdb.base/restore.exp: Same.
5801 * gdb.base/return.exp: Same.
5802 * gdb.base/scope.exp: Same.
5803 * gdb.base/set-noassign.exp: Same.
5804 * gdb.base/setshow.exp: Same.
5805 * gdb.base/shlib-call.exp: Same.
5806 * gdb.base/signals.exp: Same.
5807 * gdb.base/sigstep.exp: Same.
5808 * gdb.base/skip.exp: Same.
5809 * gdb.base/solib-symbol.exp: Same.
5810 * gdb.base/stap-probe.exp: Same.
5811 * gdb.base/step-line.exp: Same.
5812 * gdb.base/step-test.exp: Same.
5813 * gdb.base/style.exp: Same.
5814 * gdb.base/varargs.exp: Same.
5815 * gdb.base/vla-datatypes.exp: Same.
5816 * gdb.base/vla-ptr.exp: Same.
5817 * gdb.base/vla-sideeffect.exp: Same.
5818 * gdb.base/volatile.exp: Same.
5819 * gdb.base/watch-cond-infcall.exp: Same.
5820 * gdb.base/watchpoint.exp: Same.
5821
e96ec2ba
TV
58222019-11-02 Tom de Vries <tdevries@suse.de>
5823
5824 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5825 * gdb.cp/cpexprs.exp: Same.
5826 * gdb.cp/except-multi-location.exp: Same.
5827 * gdb.cp/exceptprint.exp: Same.
5828 * gdb.cp/gdb2384.exp: Same.
5829 * gdb.cp/inherit.exp: Same.
5830 * gdb.cp/m-static.exp: Same.
5831 * gdb.cp/meth-typedefs.exp: Same.
5832 * gdb.cp/misc.exp: Same.
5833 * gdb.cp/namespace.exp: Same.
5834 * gdb.cp/non-trivial-retval.exp: Same.
5835 * gdb.cp/overload.exp: Same.
5836 * gdb.cp/pr17132.exp: Same.
5837 * gdb.cp/re-set-overloaded.exp: Same.
5838 * gdb.cp/rvalue-ref-types.exp: Same.
5839 * gdb.cp/templates.exp: Same.
5840
bd5766ec
LM
58412019-11-01 Luis Machado <luis.machado@linaro.org>
5842
5843 PR gdb/25124
5844
5845 * gdb.arch/pr25124.S: New file.
5846 * gdb.arch/pr25124.exp: New file.
5847
165f8965
AB
58482019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.fortran/info-modules.exp: Update expected results, and add
5851 additional tests for 'info module functinos', and 'info module
5852 variables'.
5853 * gdb.fortran/info-types.exp: Update expected results.
5854 * gdb.fortran/info-types.f90: Extend testcase with additional
5855 module variables and functions.
5856
59c35742
AB
58572019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5858
5859 * gdb.fortran/info-modules.exp: New file.
5860 * gdb.fortran/info-types.exp: Build with new file.
5861 * gdb.fortran/info-types.f90: Include and use new module.
5862 * gdb.fortran/info-types-2.f90: New file.
5863
f3fb2519
PW
58642019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5865
5866 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5867 * gdb.base/settings.exp: Test all settings types using
5868 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5869 that now verifies that the value of "maint show" is the same as
5870 returned by the settings functions. Test the type of the
5871 maintenance settings.
5872 * gdb.base/default.exp: Update show_conv_list.
5873
d1e36019
TV
58742019-10-31 Tom de Vries <tdevries@suse.de>
5875
5876 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5877 gdb_test.
5878 * gdb.arch/amd64-disp-step.exp: Same.
5879 * gdb.asm/asm-source.exp: Same.
5880 * gdb.btrace/buffer-size.exp: Same.
5881 * gdb.btrace/cpu.exp: Same.
5882 * gdb.btrace/enable.exp: Same.
5883 * gdb.dwarf2/count.exp: Same.
5884 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5885 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5886 * gdb.fortran/vla-datatypes.exp: Same.
5887 * gdb.fortran/vla-history.exp: Same.
5888 * gdb.fortran/vla-ptype.exp: Same.
5889 * gdb.fortran/vla-value.exp: Same.
5890 * gdb.fortran/whatis_type.exp: Same.
5891 * gdb.guile/guile.exp: Same.
5892 * gdb.multi/tids.exp: Same.
5893 * gdb.python/py-finish-breakpoint.exp: Same.
5894 * gdb.python/py-framefilter.exp: Same.
5895 * gdb.python/py-pp-registration.exp: Same.
5896 * gdb.python/py-xmethods.exp: Same.
5897 * gdb.python/python.exp: Same.
5898 * gdb.server/connect-with-no-symbol-file.exp: Same.
5899 * gdb.server/no-thread-db.exp: Same.
5900 * gdb.server/run-without-local-binary.exp: Same.
5901 * gdb.stabs/weird.exp: Same.
5902 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5903 * gdb.threads/thread-find.exp: Same.
5904 * gdb.threads/tls-shared.exp: Same.
5905 * gdb.threads/tls.exp: Same.
5906 * gdb.threads/wp-replication.exp: Same.
5907 * gdb.trace/ax.exp: Same.
5908 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5909
3d11e68e
TV
59102019-10-31 Tom de Vries <tdevries@suse.de>
5911
5912 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5913 * gdb.ada/array_subscript_addr.exp: Same.
5914 * gdb.ada/arrayidx.exp: Same.
5915 * gdb.ada/arrayparam.exp: Same.
5916 * gdb.ada/arrayptr.exp: Same.
5917 * gdb.ada/boolean_expr.exp: Same.
5918 * gdb.ada/call_pn.exp: Same.
5919 * gdb.ada/complete.exp: Same.
5920 * gdb.ada/fixed_cmp.exp: Same.
5921 * gdb.ada/fun_addr.exp: Same.
5922 * gdb.ada/funcall_param.exp: Same.
5923 * gdb.ada/interface.exp: Same.
5924 * gdb.ada/mod_from_name.exp: Same.
5925 * gdb.ada/null_array.exp: Same.
5926 * gdb.ada/packed_array.exp: Same.
5927 * gdb.ada/packed_tagged.exp: Same.
5928 * gdb.ada/print_chars.exp: Same.
5929 * gdb.ada/print_pc.exp: Same.
5930 * gdb.ada/ptype_arith_binop.exp: Same.
5931 * gdb.ada/ptype_field.exp: Same.
5932 * gdb.ada/ptype_tagged_param.exp: Same.
5933 * gdb.ada/rec_return.exp: Same.
5934 * gdb.ada/ref_tick_size.exp: Same.
5935 * gdb.ada/str_ref_cmp.exp: Same.
5936 * gdb.ada/taft_type.exp: Same.
5937 * gdb.ada/tagged.exp: Same.
5938 * gdb.ada/type_coercion.exp: Same.
5939 * gdb.ada/uninitialized_vars.exp: Same.
5940
60b6ede8
TV
59412019-10-30 Tom de Vries <tdevries@suse.de>
5942
5943 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5944
30baf67b
TV
59452019-10-26 Tom de Vries <tdevries@suse.de>
5946
5947 * gdb.base/bigcore.c: Fix typos in comments.
5948 * gdb.base/ctf-ptype.c: Same.
5949 * gdb.base/long_long.c: Same.
5950 * gdb.dwarf2/dw2-op-out-param.S: Same.
5951 * gdb.python/py-evthreads.c: Same.
5952 * gdb.reverse/i387-stack-reverse.c: Same.
5953 * gdb.trace/tfile.c: Same.
5954 * lib/compiler.c: Same.
5955 * lib/compiler.cc: Same.
5956
158da0d1
TV
59572019-10-25 Tom de Vries <tdevries@suse.de>
5958
5959 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5960 gdb_test_multiple calls.
5961 * gdb.reverse/sigall-reverse.exp: Same.
5962 * gdb.reverse/solib-precsave.exp: Same.
5963 * gdb.reverse/solib-reverse.exp: Same.
5964 * gdb.reverse/until-precsave.exp: Same.
5965 * gdb.reverse/until-reverse.exp: Same.
5966
4ccdfbec
TV
59672019-10-24 Tom de Vries <tdevries@suse.de>
5968
5969 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5970 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5971 kfail using -wrap pattern flag and convenience variable
5972 gdb_test_name.
5973
33d569b7
AB
59742019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5975
5976 * gdb.python/py-progspace.exp: Add tests for the
5977 Progspace.block_for_pc method.
5978
4d0b984b
TT
59792019-10-23 Tom Tromey <tom@tromey.com>
5980
5981 * configure: Rebuild.
5982 * aclocal.m4: Use m4_include, not sinclude.
5983
94cb3754
TV
59842019-10-21 Tom de Vries <tdevries@suse.de>
5985
5986 * gdb.base/infcall-nested-structs.c: Add
5987 __attribute__((noinline,noclone)) to all functions.
5988 (call_all): Add missing variable initialization. Simplify return value.
5989 (breakpt): Increment volatile variable, to prevent call from being
5990 optimized out.
5991 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5992
062f1fc1
TV
59932019-10-17 Tom de Vries <tdevries@suse.de>
5994
5995 * gdb.fortran/module.exp: Allow info variables to print info for files
5996 other than module.f90.
5997
0b54364d
AB
59982019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * gdb.fortran/module.exp: Extend with 'info variables' test.
6001
7ff5fae7
AB
60022019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6003
6004 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6005 F77_FOR_TARGET.
6006
d10eccaa
TV
60072019-10-16 Tom de Vries <tdevries@suse.de>
6008
6009 PR tdep/25096
6010 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6011
745ff14e
TV
60122019-10-16 Tom de Vries <tdevries@suse.de>
6013
6014 PR tdep/24104
6015 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6016 Add KFAIL for PR tdep/25096.
6017
03e1ab94
TV
60182019-10-16 Tom de Vries <tdevries@suse.de>
6019
6020 PR testsuite/25059
6021 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6022
b17fcc10
TV
60232019-10-16 Tom de Vries <tdevries@suse.de>
6024
6025 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6026 as signed.
6027
9223170f
SM
60282019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6029
6030 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6031 one instead of increasing timeout.
6032
d6e76313
TV
60332019-10-13 Tom de Vries <tdevries@suse.de>
6034
6035 PR record/25038
6036 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6037 * gdb.reverse/sigall-reverse.exp: Same.
6038 * gdb.reverse/solib-precsave.exp: Same.
6039 * gdb.reverse/solib-reverse.exp: Same.
6040 * gdb.reverse/step-precsave.exp: Same.
6041 * gdb.reverse/until-precsave.exp: Same.
6042 * gdb.reverse/until-reverse.exp: Same.
6043 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6044
6dfc0041
AA
60452019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6046
6047 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6048 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6049 (cmp_struct_05_01, cmp_struct_static_02_01)
6050 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6051 comparisons.
6052
abcf2cc8
TV
60532019-10-10 Tom de Vries <tdevries@suse.de>
6054
6055 PR testsuite/24888
6056 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6057 gnatlink.
6058
a50faaf6
TV
60592019-10-09 Tom de Vries <tdevries@suse.de>
6060
6061 PR testsuite/25048
6062 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6063
60ff3cd7
AB
60642019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6065
6066 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6067 exceptions due to missing debug information.
6068
dfee8566
TV
60692019-10-07 Tom de Vries <tdevries@suse.de>
6070
6071 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6072
3d63690a
AB
60732019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6074
6075 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6076 * gdb.base/annota1.exp: Update to use gdb_test_name.
6077
30d1f018
WP
60782019-10-07 Weimin Pan <weimin.pan@oracle.com>
6079
6080 * gdb.base/ctf-whatis.exp: New file.
6081 * gdb.base/ctf-whatis.c: New file.
6082 * gdb.base/ctf-ptype.exp: New file.
6083 * gdb.base/ctf-ptype.c: New file.
6084 * gdb.base/ctf-constvars.exp: New file.
6085 * gdb.base/ctf-constvars.c: New file.
6086 * gdb.base/ctf-cvexpr.exp: New file.
6087
4dbbb47c
TV
60882019-10-04 Tom de Vries <tdevries@suse.de>
6089
6090 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6091 for loop.
6092
77c2dba3
TT
60932019-10-03 Tom Tromey <tom@tromey.com>
6094
6095 PR rust/24976:
6096 * gdb.rust/simple.rs (Union2): New type.
6097 (main): Use Union2.
6098 * gdb.rust/simple.exp: Add test.
6099
179aed7f
AB
61002019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6101
6102 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6103 nested function prefix.
6104
0a4b0913
AB
61052019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6106 Richard Bunt <richard.bunt@arm.com>
6107 Andrew Burgess <andrew.burgess@embecosm.com>
6108
6109 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6110 nested functions.
6111 * gdb.fortran/nested-funcs.f90: Update expected results.
6112 * gdb.fortran/nested-funcs-2.exp: New file.
6113 * gdb.fortran/nested-funcs-2.f90: New file.
6114
082cce05
AB
61152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.python/py-parameter.exp: Make test names unique.
6118 * gdb.python/py-template.exp: Likewise.
6119 * gdb.python/py-value.exp: Likewise.
6120
2b74ba5a
AB
61212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6122
6123 * gdb.base/break-interp.exp: Reduce test name duplication.
6124 * gdb.base/call-sc.exp: Likewise.
6125 * gdb.base/callfuncs.exp: Likewise.
6126 * gdb.base/charset.exp: Likewise.
6127 * gdb.base/dump.exp: Likewise.
6128 * gdb.base/ena-dis-br.exp: Likewise.
6129 * gdb.base/relational.exp: Likewise.
6130 * gdb.base/step-over-syscall.exp: Likewise.
6131 * gdb.base/structs.exp: Likewise.
6132
58eb20d5
AB
61332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * gdb.linespec/explicit.exp: Make test names unique.
6136 * gdb.linespec/ls-errs.exp: Likewise.
6137
4d421147
AB
61382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6139
6140 * gdb.reverse/break-precsave.exp: Make test names unique.
6141 * gdb.reverse/break-reverse.exp: Likewise.
6142 * gdb.reverse/finish-precsave.exp: Likewise.
6143 * gdb.reverse/finish-reverse.exp: Likewise.
6144 * gdb.reverse/machinestate-precsave.exp: Likewise.
6145 * gdb.reverse/machinestate.exp: Likewise.
6146 * gdb.reverse/readv-reverse.exp: Likewise.
6147 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6148 * gdb.reverse/sigall-precsave.exp: Likewise.
6149 * gdb.reverse/sigall-reverse.exp: Likewise.
6150 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6151 * gdb.reverse/watch-precsave.exp: Likewise.
6152 * gdb.reverse/watch-reverse.exp: Likewise.
6153
d8c06f22
AB
61542019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * gdb.threads/stop-with-handle.c: New file.
6157 * gdb.threads/stop-with-handle.exp: New file.
6158
3a56ed86
TV
61592019-10-03 Tom de Vries <tdevries@suse.de>
6160
6161 PR testsuite/25059
6162 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6163 directory" line to be missing.
6164
42275044
TV
61652019-10-03 Tom de Vries <tdevries@suse.de>
6166
6167 PR testsuite/25059
6168 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6169 type optional.
6170
9ef62df0
AA
61712019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6172
6173 * gdb.python/py-format-string.c (string.h): New include.
6174 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6175 the same value, for endianness-independence.
6176 * gdb.python/py-format-string.exp (default_regexp_dict)
6177 (test_pretty_structs, test_format): Adjust expected output to the
6178 changed initialization.
6179
37f6a7f4
TT
61802019-10-02 Tom Tromey <tromey@adacore.com>
6181
6182 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6183
1d58d6a2
PA
61842019-10-02 Pedro Alves <palves@redhat.com>
6185 Andrew Burgess <andrew.burgess@embecosm.com>
6186
6187 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6188 "print-file-var.h".
6189 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6190 (get_version_1): Print this_version_id and its address.
6191 Add extern "C" wrappers around interface functions.
6192 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6193 "print-file-var.h".
6194 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6195 (get_version_2): Print this_version_id and its address.
6196 Add extern "C" wrappers around interface functions.
6197 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6198 <stddef.h> and "print-file-var.h".
6199 Add extern "C" wrappers around interface functions.
6200 [VERSION_ID_MAIN] (this_version_id): Define.
6201 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6202 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6203 up extern "C" blocks.
6204 * gdb.base/print-file-var.exp (test): New, factored out from top
6205 level.
6206 (top level): Test all combinations of attribute hidden or not,
6207 dlopen or not, and this_version_id symbol in main file or not.
6208 Compile tests as both C++ and C, make test names unique.
6209
d770d56f
TT
62102019-10-01 Tom Tromey <tom@tromey.com>
6211
6212 * gdb.base/style.exp: Test "show logging filename".
6213
7f6aba03
TT
62142019-10-01 Tom Tromey <tom@tromey.com>
6215
6216 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6217 * gdb.base/style.exp: Add metadata style test.
6218
14309bb6
TT
62192019-10-01 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.base/style.exp: Test "pwd".
6222
2a3c1174
PA
62232019-10-01 Tom Tromey <tom@tromey.com>
6224
6225 * gdb.base/style.exp: Update tests.
6226
53d666ec
AA
62272019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6228
6229 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6230 'six' to unsigned.
6231 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6232 'five'. Use an all-ones bit pattern for each.
6233 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6234 to its changed values.
6235
4a56a520
TT
62362019-09-30 Tom Tromey <tromey@adacore.com>
6237
6238 * gdb.rust/traits.rs: Disable all warnings.
6239
0df0352a
TV
62402019-09-29 Tom de Vries <tdevries@suse.de>
6241
aac66a4c 6242 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6243
73d9a918
TV
62442019-09-29 Tom de Vries <tdevries@suse.de>
6245
6246 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6247
060b3ab4
TV
62482019-09-27 Tom de Vries <tdevries@suse.de>
6249
6250 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6251
68f7d34d
TV
62522019-09-27 Tom de Vries <tdevries@suse.de>
6253
6254 PR record/23188
6255 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6256
5d63b30a
TT
62572019-09-26 Tom Tromey <tromey@adacore.com>
6258
6259 * gdb.ada/py_taft.exp: New file.
6260 * gdb.ada/py_taft/main.adb: New file.
6261 * gdb.ada/py_taft/pkg.adb: New file.
6262 * gdb.ada/py_taft/pkg.ads: New file.
6263
3d435220
TV
62642019-09-24 Tom de Vries <tdevries@suse.de>
6265
6266 PR gdb/24598
6267 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6268
77d03678
TV
62692019-09-22 Tom de Vries <tdevries@suse.de>
6270
6271 * gdb.base/restore.exp: Allow register variables to be optimized out at
6272 -O0.
6273
abf516c6
UW
62742019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6275
6276 * gdb.arch/spu-info.exp: Remove file.
6277 * gdb.arch/spu-info.c: Remove file.
6278 * gdb.arch/spu-ls.exp: Remove file.
6279 * gdb.arch/spu-ls.c: Remove file.
6280
6281 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6282 * gdb.asm/spu.inc: Remove file.
6283
6284 * gdb.base/dump.exp: Remove support for spu*-*-*.
6285 * gdb.base/stack-checking.exp: Likewise.
6286 * gdb.base/overlays.exp: Likewise.
6287 * gdb.base/ovlymgr.c: Likewise.
6288 * gdb.base/spu.ld: Remove file.
6289
6290 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6291 * gdb.cp/cpexprs.exp: Likewise.
6292 * gdb.cp/exception.exp: Likewise.
6293 * gdb.cp/gdb2495.exp: Likewise.
6294 * gdb.cp/mb-templates.exp: Likewise.
6295 * gdb.cp/pr9167.exp: Likewise.
6296 * gdb.cp/userdef.exp: Likewise.
6297
6298 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6299
6300 * gdb.cell: Remove directory.
6301 * lib/cell.exp: Remove file.
6302
e452e88f
TV
63032019-09-19 Tom de Vries <tdevries@suse.de>
6304
6305 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6306
8a625130
TV
63072019-09-19 Tom de Vries <tdevries@suse.de>
6308
6309 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6310
81dc3ab5
TV
63112019-09-19 Tom de Vries <tdevries@suse.de>
6312
6313 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6314 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6315 (gdb_target_cmd): ... here.
6316 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6317 value 2.
6318
b078f3ac
AB
63192019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6320
6321 * gdb.base/source-dir.exp: Avoid having directory names in test
6322 names.
6323
f1b620e9
MG
63242019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6325
6326 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6327 directory.
6328
67f3ed6a
AB
63292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.base/list-missing-source.exp: New file.
6332
d1b70248
TV
63332019-09-14 Tom de Vries <tdevries@suse.de>
6334
6335 PR teststuite/24599
6336 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6337 * lib/ada.exp (gnatmake_version_at_least): New proc.
6338
5fabdcd6
AB
63392019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6340
6341 * gdb.base/maint.exp: Use exec_has_index_section.
6342
aa17805f
AB
63432019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6344
6345 * gdb.base/maint.exp: Add test for 'maint info sections'.
6346
25e5c209
TV
63472019-09-12 Tom de Vries <tdevries@suse.de>
6348
6349 * gdb.base/store.exp: Allow register variables to be optimized out at
6350 -O0.
6351
4993045d
PW
63522019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6353
6354 * gdb.ada/rdv_wait.exp: Update to new task names.
6355 * gdb.base/task_switch_in_core.exp: Likewise.
6356 * gdb.base/info_sources_base.c: Likewise.
6357
8a516164
TT
63582019-09-10 Tom Tromey <tromey@adacore.com>
6359
6360 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6361
aa391654
TT
63622019-09-10 Tom Tromey <tromey@adacore.com>
6363
6364 * gdb.ada/dgopt.exp: New file.
6365 * gdb.ada/dgopt/x.adb: New file.
6366
8634b462
TT
63672019-09-08 Tom Tromey <tom@tromey.com>
6368
6369 * gdb.tui/resize.exp: Remove setup_xfail.
6370 * gdb.tui/regs.exp: Remove setup_xfail.
6371 * gdb.tui/basic.exp: Remove setup_xfail.
6372
736b0f76
DB
63732019-09-06 David Blaikie <dblaikie@gmail.com>
6374
6375 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6376 * gdb.cp/cplabel.exp: Ditto.
6377 * gdb.linespec/ls-errs.exp: Ditto.
6378
30331a6c
TV
63792019-09-05 Tom de Vries <tdevries@suse.de>
6380
6381 * lib/gdb.exp (cmp_file_string): New proc.
6382 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6383 runto_main. Verify save breakpoints output.
6384
98b0ebab
PW
63852019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6386
6387 * gdb.base/info-var.exp: Test info variables without running
6388 to main, to avoid expect's buffer overflow.
6389
4e962e74
TT
63902019-09-03 Tom Tromey <tromey@adacore.com>
6391
6392 * gdb.ada/bias.exp: New file.
6393 * gdb.ada/bias/bias.adb: New file.
6394 * gdb.ada/print_chars.exp: Add regression test.
6395 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6396 (MC): New variable.
6397
2ea1a07a
SL
63982019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6399
6400 * gdb.base/argv0-symlink.exp: Run only on native target
6401 and local host.
6402
8077c50d
TV
64032019-08-29 Tom de Vries <tdevries@suse.de>
6404
6405 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6406 diverse debug info.
6407 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6408
48352473
TV
64092019-08-28 Tom de Vries <tdevries@suse.de>
6410
6411 * gdb.base/info-var.exp: Allow info variables to print info for files
6412 other than info-var-f1.c and info-var-f2.c.
6413
d8f27c60
AB
64142019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * gdb.fortran/info-types.exp: Add module.
6417 * gdb.fortran/info-types.f90: Update expected results.
6418
1f20c35e
AB
64192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6420
6421 * gdb.fortran/info-types.exp: New file.
6422 * gdb.fortran/info-types.f90: New file.
6423 * lib/fortran.exp (fortran_character1): New proc.
6424
4acfdd20
AB
64252019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6426
6427 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6428 functions'. Reindent as needed.
6429 * gdb.base/info-var-f1.c: New file.
6430 * gdb.base/info-var-f2.c: New file.
6431 * gdb.base/info-var.exp: New file.
6432 * gdb.base/info-var.h: New file.
6433
5c31b358
TV
64342019-08-26 Tom de Vries <tdevries@suse.de>
6435
6436 PR c++/24852
6437 * gdb.cp/no-libstdcxx-probe.exp: New test.
6438
b694989f
TV
64392019-08-26 Tom de Vries <tdevries@suse.de>
6440
6441 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6442 * tests need to be skipped.
6443 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6444 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6445 mi_skip_libstdcxx_probe_tests.
6446
d9c4ba53
SDJ
64472019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6448
6449 * gdb.python/py-xmethods.exp: Use raw strings when passing
6450 arguments to SimpleXMethodMatcher.
6451
395fad09
TV
64522019-08-22 Tom de Vries <tdevries@suse.de>
6453
6454 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6455 more informative.
6456
26c957f1
PA
64572019-08-21 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.base/with.exp: Test "with" with no arguments.
6460
61f80d5d
TV
64612019-08-21 Tom de Vries <tdevries@suse.de>
6462
6463 * gdb.base/gdb-caching-proc.exp: Sort files.
6464
d7a11d13
TV
64652019-08-20 Tom de Vries <tdevries@suse.de>
6466
6467 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6468 compilation.
6469
34dafe9f
TV
64702019-08-16 Tom de Vries <tdevries@suse.de>
6471
6472 * gdb.base/compare-sections.exp ("after run to main"): Allow
6473 mismatched read-only sections for PIE executables.
6474
398fdd60
TT
64752019-08-16 Tom Tromey <tom@tromey.com>
6476
6477 * lib/tuiterm.exp (_csi_Z): New proc.
6478 * gdb.tui/basic.exp: Update window positions.
6479 * gdb.tui/empty.exp: Update window positions.
6480
d8f9e51c
SL
64812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6482
6483 * gdb.base/examine-backward.exp: Correct regexp for
6484 "examine 3 bytes backward from ${address_zero}".
6485
3df505f6
TT
64862019-08-15 Tom Tromey <tom@tromey.com>
6487
6488 * gdb.tui/empty.exp: Enable resizing tests.
6489
272560b5
TT
64902019-08-15 Tom Tromey <tromey@adacore.com>
6491
6492 * gdb.ada/char_enum.exp: Add regression tests.
6493 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6494 and '0'.
6495 (Char, Gchar): Update.
6496 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6497
08235187
CB
64982019-08-15 Christian Biesinger <cbiesinger@google.com>
6499
6500 * gdb.python/python.exp: Expect a leading underscore on
6501 GdbOutput{,Error}File.
6502
22a2ab04
SL
65032019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6504
6505 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6506 Windows host.
6507
835b995b
SL
65082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6509
6510 * gdb.base/batch-preserve-term-settings.exp
6511 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6512
97dd8e07
CB
65132019-08-15 Christian Biesinger <cbiesinger@google.com>
6514
6515 * lib/gdb.exp: When running on a mingw target, replace
6516 /x/ with x:/.
6517
75faf5c4
AH
65182019-08-14 Alan Hayward <alan.hayward@arm.com>
6519
6520 * gdb.arch/aarch64-prologue.c: New test.
6521 * gdb.arch/aarch64-prologue.exp: New file.
6522
abc6c00f
TV
65232019-08-13 Tom de Vries <tdevries@suse.de>
6524
6525 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6526 Thread.
6527
74c2c1f4
SL
65282019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6529
6530 * gdb.python/py-completion.exp: Download the .py file to the host
6531 and use its host pathname. Conditionalize tests that use
6532 tab completion and manipulate files on the build machine.
6533 * gdb.python/py-events.exp: Download the .py file to the host
6534 and use its host pathname.
6535 * gdb.python/py-evsignal.exp: Likewise.
6536 * gdb.python/py-evthreads.exp: Likewise.
6537 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6538 pathname syntax.
6539 * gdb.python/py-framefilter.exp: Download the .py file to the right
6540 place on the host. Match Windows pathname syntax.
6541 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6542 .py file to the host and use its host pathname.
6543 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6544 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6545 build pathname. Skip symlink test on Windows host. Add missing
6546 newline at end of file.
6547 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6548 and use its host pathname.
6549 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6550 * gdb.python/py-section-script.exp: Use host location of binfile
6551 on safe-path. Use correct path separator on Windows host.
6552 Reorder alternatives in gdb_test_multiple to prevent matching
6553 the wrong alternative on success.
6554 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6555
ca2589f3
PP
65562019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6557
6558 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6559 expect the GDB inferior to no longer immediately stop after
6560 being resumed with "signal SIGINT".
6561
020a839d
SL
65622019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6563
6564 * gdb.linespec/break-ask.exp: Generalize regexps to match
6565 Windows pathnames too.
6566
128d6509
TV
65672019-08-08 Tom de Vries <tdevries@suse.de>
6568
6569 PR testsuite/24862
6570 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6571
590042fc
PW
65722019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6573
6574 * gdb.base/style.exp: Update tests for help doc new invariants.
6575 * gdb.base/help.exp: Likewise.
6576
046bebe1
TT
65772019-08-06 Tom Tromey <tom@tromey.com>
6578
6579 * gdb.base/style.exp: Add disassemble test.
6580 * gdb.base/style.c (some_called_function): New function.
6581 (main): Use it.
6582
0b27c27d
CB
65832019-08-05 Christian Biesinger <cbiesinger@google.com>
6584
6585 * gdb.python/py-block.exp: Test dictionary access on blocks.
6586
580f1034
SM
65872019-08-05 Simon Marchi <simon.marchi@efficios.com>
6588
6589 PR gdb/24863
6590 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6591 -list-thread-groups --available test when running under
6592 check-read1.
6593
d86bd7cb
TV
65942019-08-05 Tom de Vries <tdevries@suse.de>
6595
6596 PR testsuite/24863
6597 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6598 * gdb.base/help.exp: Use with_read1_timeout_factor.
6599 * gdb.base/info-macros.exp: Same.
6600 * gdb.cp/nested-types.exp: Same.
6601
a80cf5d8
TV
66022019-08-05 Tom de Vries <tdevries@suse.de>
6603
6604 * lib/gdb.exp (version_at_least): Factor out of ...
6605 (tcl_version_at_least): ... here.
6606 (gdb_compile): Fail if pie results in non-PIE executable.
6607 (readelf_version, readelf_prints_pie): New proc.
6608 (exec_is_pie): Return -1 if unknown.
6609
d0962838
TV
66102019-08-05 Tom de Vries <tdevries@suse.de>
6611
6612 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6613
2252ff3d
SL
66142019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6615
6616 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6617
26655f53
SL
66182019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6619
6620 * lib/completion-support.exp (test_gdb_complete_none): Skip
6621 tab completion tests if no readline support.
6622 (test_gdb_complete_unique_re): Likewise.
6623 (test_gdb_complete_multiple): Likewise.
6624
db4dc13e
PW
66252019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6626
6627 * gdb.base/info_sources.exp: New file.
6628 * gdb.base/info_sources.c: New file.
6629 * gdb.base/info_sources_base.c: New file.
6630
0eba165a
PFC
66312019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6632
6633 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6634 prefix argument.
6635 (test_exit_status): Add prefix argument.
6636
59bd512b
TV
66372019-08-01 Tom de Vries <tdevries@suse.de>
6638
6639 PR testsuite/24863
6640 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6641 calling exp_continue for new thread and thread exited messages.
6642
2a3ad588
TV
66432019-08-01 Tom de Vries <tdevries@suse.de>
6644
6645 PR testsuite/24863
6646 * gdb.base/structs.exp: Fix check-read1 timeout using
6647 gdb_test_sequence.
6648 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6649
117eb594
TV
66502019-08-01 Tom de Vries <tdevries@suse.de>
6651
6652 PR testsuite/24863
6653 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6654 line.
6655
ed591340
TV
66562019-08-01 Tom de Vries <tdevries@suse.de>
6657
6658 PR testsuite/24863
6659 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6660
aa3b6533
TT
66612019-07-30 Tom Tromey <tromey@adacore.com>
6662
6663 * gdb.ada/display_nested.exp: New file.
6664 * gdb.ada/display_nested/foo.adb: New file.
6665 * gdb.ada/display_nested/pack.adb: New file.
6666 * gdb.ada/display_nested/pack.ads: New file.
6667
2906593f
CB
66682019-07-30 Christian Biesinger <cbiesinger@google.com>
6669
6670 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6671 namespace.
6672 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6673
0f575925
TV
66742019-07-30 Tom de Vries <tdevries@suse.de>
6675
6676 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6677 instead.
6678
b13057d9
TV
66792019-07-30 Tom de Vries <tdevries@suse.de>
6680
6681 PR testsuite/24834
6682 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6683 (exec_is_pie): New proc.
6684
5c4dde85
CB
66852019-07-29 Christian Biesinger <cbiesinger@google.com>
6686
6687 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6688
c620ed88
CB
66892019-07-29 Christian Biesinger <cbiesinger@google.com>
6690
6691 * gdb.python/py-objfile.c: Add global and static vars.
6692 * gdb.python/py-objfile.exp: Test new functions Objfile.
6693 lookup_global_symbol and lookup_static_symbol.
6694
3d235706
TT
66952019-07-29 Tom Tromey <tom@tromey.com>
6696
6697 * lib/tuiterm.exp (Term::_csi_@): New proc.
6698 (Term::_csi_X): Don't move cursor.
6699
c7e4c0a6
PW
67002019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6701
6702 * gdb.base/options.exp: Update backtrace - completion to
6703 new option -frame-info.
6704 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6705 Test new 'set print frame-info'. Test backtrace -frame-info
6706 overriding 'set print frame-info'.
6707 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6708 Test new 'set print frame-info'.
6709 Verify consistency of backtrace with and without filters, with and
6710 without -no-filters.
6711 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6712 default.
6713
de28a3b7
TV
67142019-07-29 Tom de Vries <tdevries@suse.de>
6715
6716 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6717 no arguments".
6718
507dd60e
TV
67192019-07-29 Tom de Vries <tdevries@suse.de>
6720
6721 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6722 is a substring of the first for "complete non-unique file name".
6723
5beafce9
TV
67242019-07-29 Tom de Vries <tdevries@suse.de>
6725
6726 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6727 with ".*".
6728
2d274232
TV
67292019-07-29 Tom de Vries <tdevries@suse.de>
6730
6731 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6732 Pass prompt_regexp parameter to gdb_test_multiple calls.
6733
9197cd8b
TV
67342019-07-29 Tom de Vries <tdevries@suse.de>
6735
6736 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6737 print registers" regexps.
9197cd8b 6738
b528dae0
TV
67392019-07-29 Tom de Vries <tdevries@suse.de>
6740
6741 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6742
d17725d7
TV
67432019-07-29 Tom de Vries <tdevries@suse.de>
6744
6745 PR gdb/24855
6746 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6747 (skip_python_tests_prompt): Add prompt_regexp argument to
6748 gdb_test_multiple calls.
6749
52b75bf1
TT
67502019-07-27 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.tui/main.exp: New file.
6753
2b1d00c2
TT
67542019-07-27 Tom Tromey <tom@tromey.com>
6755
6756 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6757 optional.
6758 * gdb.tui/empty.exp: New file.
6759
ded631d5
TT
67602019-07-27 Tom Tromey <tom@tromey.com>
6761
6762 * lib/tuiterm.exp (spawn): New proc.
6763 (Term::resize): New proc.
6764 * gdb.tui/resize.exp: New file.
6765
58ac439d
TT
67662019-07-27 Tom Tromey <tom@tromey.com>
6767
6768 * gdb.tui/list.exp: New file.
6769
fe1f56ee
TT
67702019-07-27 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.tui/regs.exp: New file.
6773
f790b310
TT
67742019-07-27 Tom Tromey <tom@tromey.com>
6775
6776 * gdb.tui/basic.exp: Add "layout split" test.
6777
d95fc6ee
TT
67782019-07-27 Tom Tromey <tom@tromey.com>
6779
6780 * gdb.tui/basic.exp: Add "layout asm" test.
6781
c3786b3a
TT
67822019-07-27 Tom Tromey <tom@tromey.com>
6783
6784 * lib/tuiterm.exp: New file.
6785 * gdb.tui/basic.exp: New file.
6786
98a617f8
KB
67872019-07-27 Kevin Buettner <kevinb@redhat.com>
6788
6789 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6790 Enable tests associated with this flag. Adjust regex
6791 referencing "foo_low" to now refer to "foo_cold" instead.
6792
5c076da4
KB
67932019-07-27 Kevin Buettner <kevinb@redhat.com>
6794
6795 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6796 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6797 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6798 foo_cold. Revise comments to match.
6799 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6800 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6801 were wrapped into this proc; Call do_test in loop from outermost
6802 level.
6803 (foo_low): Rename all occurrences to "foo_cold".
6804 (backtrace from baz): New test.
6805 (x2/i foo_cold): New test.
6806 (info line *foo_cold): New test.
6807
1512d3b7
TV
68082019-07-26 Tom de Vries <tdevries@suse.de>
6809
6810 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6811
297989a1
TV
68122019-07-25 Tom de Vries <tdevries@suse.de>
6813
6814 PR testsuite/24830
6815 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6816 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6817 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6818 (skip_libstdcxx_probe_tests): ... here.
6819 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6820
b3b965fb
TV
68212019-07-24 Tom de Vries <tdevries@suse.de>
6822
6823 PR testsuite/24807
6824 * gdb.objc/basicclass.m: Include stdio.h.
6825 * gdb.objc/nondebug.m: Same.
6826 * gdb.objc/objcdecode.m: Same.
6827
4625b4d0
TV
68282019-07-24 Tom de Vries <tdevries@suse.de>
6829
6830 PR testsuite/24612
6831 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6832 additional_flags.
6833
024a5840
TV
68342019-07-24 Tom de Vries <tdevries@suse.de>
6835
6836 PR testsuite/24831
6837 * gdb.multi/tids.exp: Update error messages for info threads.
6838
c76ddaa3
TV
68392019-07-24 Tom de Vries <tdevries@suse.de>
6840
6841 * gdb.base/info-types.exp: Allow info types to print info for more than
6842 one file.
6843
9a618ef6
TV
68442019-07-23 Tom de Vries <tdevries@suse.de>
6845
6846 PR testsuite/24842
6847 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6848 gdb_spawn_with_cmdline_opts.
6849
40eadf04
SP
68502019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6851
6852 * gdb.arch/arm-cmse-sgstubs.c: New test.
6853 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6854
5ba29434
TV
68552019-07-23 Tom de Vries <tdevries@suse.de>
6856
6857 PR testsuite/24711
6858 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6859 issuing next command.
6860
a8e9d247
AB
68612019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6862
6863 * gdb.ada/info_auto_lang.exp: Update expected results.
6864 * gdb.base/info-types.c: Add additional types to check.
6865 * gdb.base/info-types.exp: Update expected results.
6866
eb86c5e2
AB
68672019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6868
6869 * gdb.base/info-types.c: New file.
6870 * gdb.base/info-types.exp: New file.
6871
01e175fe
AB
68722019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6873
6874 * gdb.arch/riscv-bp-infcall.c: New file.
6875 * gdb.arch/riscv-bp-infcall.exp: New file.
6876
6b78c3f8
AB
68772019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6878
6879 PR breakpoints/24541
6880 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6881
da738167
TV
68822019-07-14 Tom de Vries <tdevries@suse.de>
6883
6884 PR testsuite/24760
6885 * gdb.objc/basicclass.exp: Fix unterminated string.
6886
0d4e84ed
AB
68872019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6888 Andrew Burgess <andrew.burgess@embecosm.com>
6889
6890 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6891 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6892 negative bounds.
6893 * gdb.fortran/vla-value.exp: Print elements of an array with
6894 negative bounds.
6895 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6896 testing.
6897
021d8588
AB
68982019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6899
6900 * gdb.base/options.exp (expect_string): Dequote strings in
6901 results.
6902 (test-string): Test strings with different quoting and reindent.
6903
f06f1252
TT
69042019-07-10 Tom Tromey <tromey@adacore.com>
6905
6906 * gdb.ada/mi_ex_cond.exp: Update expected results.
6907 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6908 * gdb.ada/mi_catch_ex.exp: Update expected results.
6909 * gdb.ada/mi_catch_assert.exp: Update expected results.
6910 * gdb.ada/catch_ex.exp (catch_exception_info)
6911 (catch_exception_entry, catch_assert_entry)
6912 (catch_unhandled_entry): Update.
6913 * gdb.ada/catch_assert_if.exp: Update expected results.
6914
b863685d
RB
69152019-07-10 Richard Bunt <richard.bunt@arm.com>
6916 Stephen Roberts <stephen.roberts@arm.com>
6917
6918 * gdb.base/define.exp: Restore original prompt.
6919
cb1e4e32
PA
69202019-07-09 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6923 breakpoints" output.
6924 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6925 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6926 throw" creates breakpoint.
6927 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6928 'type="catchpoint"'.
6929
b58a68fe
PA
69302019-07-09 Pedro Alves <palves@redhat.com>
6931
6932 PR c++/15468
6933 * gdb.cp/except-multi-location-lib.cc: New.
6934 * gdb.cp/except-multi-location-main.cc: New.
6935 * gdb.cp/except-multi-location.exp: New.
6936
0826779b
PW
69372019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6938
6939 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6940 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6941 argument and update callers.
6942
5b0e2db4
AB
69432019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6944
6945 * gdb.arch/amd64-break-on-asm-line.S: New file.
6946 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6947
1f6f6e21
PW
69482019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6949
6950 * gdb.base/printcmds.exp: Test printing C string and
6951 C wide string convenience vars without transiting via the inferior.
6952 Also make test names unique.
6953
ea142fbf
AH
69542019-07-08 Alan Hayward <alan.hayward@arm.com>
6955
5862c886 6956 PR breakpoints/25011
ea142fbf
AH
6957 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6958
213fd9fa
PA
69592019-07-04 Pedro Alves <palves@redhat.com>
6960
6961 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6962 body returned ok(0), break(3) or continue(4).
6963 * gdb.testsuite/foreach_with_prefix.exp: New file.
6964
2b40fda7
AH
69652019-07-04 Alan Hayward <alan.hayward@arm.com>
6966
6967 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6968
a26c8de0
PA
69692019-07-03 Pedro Alves <palves@redhat.com>
6970
6971 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6972 "return -code".
6973
5f4ba3e7
PA
69742019-07-03 Pedro Alves <palves@redhat.com>
6975
6976 PR cli/24732
6977 * gdb.base/shell.exp: Load completion-support.exp.
6978 Adjust expected error output. Add completion tests.
6979
a994424f
PA
69802019-07-03 Pedro Alves <palves@redhat.com>
6981
6982 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6983 string_to_regexp.
6984
3d9be6f5
PA
69852019-07-03 Pedro Alves <palves@redhat.com>
6986
6987 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6988 (expect_integer): Adjust to expect "-string".
6989 (expect_string): New.
6990 (all_options): Expect "-string".
6991 (test-flag, test-boolean): Adjust to expect "-string".
6992 (test-string): New proc.
6993 (top level): Call it.
6994
41fc454c
PA
69952019-07-03 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6998 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6999 the expected output in the success.
7000
b2b2a215
PA
70012019-07-03 Pedro Alves <palves@redhat.com>
7002
7003 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7004 Split one gdb_test_multiple call in two to avoid a race.
7005
fdbc9870
PA
70062019-07-03 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.base/with.c: New file.
7009 * gdb.base/with.exp: New file.
7010
c6ac8931
PA
70112019-07-03 Pedro Alves <palves@redhat.com>
7012
7013 * gdb.base/settings.exp: Replace all references to "maint
7014 test-settings set" with references to "maint set test-settings",
7015 and all references to "maint test-settings show" with references
7016 to "maint show test-settings".
7017
970f9d09
PA
70182019-07-03 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.base/settings.exp (test-string): Adjust expected out when
7021 testing "maint test-settings show filename"
7022
54d66006
PA
70232019-07-02 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.base/options.exp (test-info-threads): New procedure.
7026 (top level): Call it.
7027
10d06d82
TT
70282019-06-28 Tom Tromey <tromey@adacore.com>
7029
7030 * gdb.dwarf2/ada-linkage-name.c: New file.
7031 * gdb.dwarf2/ada-linkage-name.exp: New file.
7032
3d507ff2
TT
70332019-06-27 Tom Tromey <tromey@adacore.com>
7034
d039f014 7035 PR c++/20020:
3d507ff2
TT
7036 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7037
8af58ffe
TV
70382019-06-26 Tom de Vries <tdevries@suse.de>
7039
7040 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7041
22e21752
TV
70422019-06-26 Tom de Vries <tdevries@suse.de>
7043
7044 * gdb.base/index-cache.exp: Add back missing debug option.
7045
b65b566c
PW
70462019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7047
7048 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7049
5c2c8c69
TV
70502019-06-25 Tom de Vries <tdevries@suse.de>
7051
7052 PR testsuite/24727
7053 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7054
164e3873
TV
70552019-06-24 Tom de Vries <tdevries@suse.de>
7056
7057 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7058
824eacee
TV
70592019-06-24 Tom de Vries <tdevries@suse.de>
7060
7061 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7062 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7063 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7064
385b97d3
TV
70652019-06-24 Tom de Vries <tdevries@suse.de>
7066
7067 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7068
c596f180
TV
70692019-06-21 Tom de Vries <tdevries@suse.de>
7070
7071 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7072
b13a7d03
TV
70732019-06-21 Tom de Vries <tdevries@suse.de>
7074
7075 PR testsuite/24518
7076 PR ada/24713
7077 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7078 index.
7079
899277ae
TT
70802019-06-19 Tom Tromey <tromey@adacore.com>
7081
7082 * gdb.ada/length_cond.exp: Add intro comment.
7083
680e1bee
TT
70842019-06-19 Tom Tromey <tromey@adacore.com>
7085
7086 * gdb.ada/length_cond.exp: New file.
7087 * gdb.ada/length_cond/length_cond.adb: New file.
7088 * gdb.ada/length_cond/pck.adb: New file.
7089 * gdb.ada/length_cond/pck.ads: New file.
7090
0ed4690a
TV
70912019-06-18 Tom de Vries <tdevries@suse.de>
7092
7093 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7094
d20ed5fd
TT
70952019-06-18 Tom Tromey <tromey@adacore.com>
7096
7097 * gdb.base/list0.h: Add comment explaining control character.
7098
86e04673
TV
70992019-06-18 Tom de Vries <tdevries@suse.de>
7100
7101 * boards/fission.exp: Break up long debug_flags line.
7102
c4973306
SM
71032019-06-16 Tom de Vries <tdevries@suse.de>
7104
7105 PR gdb/24445
7106 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7107 generated index.
7108
93cb9841
AB
71092019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7110
7111 PR gdb/24686
7112 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7113 improve detection of bug gdb/24541.
7114
399aaebd
SM
71152019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7116
7117 PR gdb/24669
7118 * gdb.base/index-cache.exp (uses_readnow,
7119 expecting_index_cache_use): Define global variable.
7120 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7121 expecting_index_cache_use.
7122
584a927c
AB
71232019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7124 Andrew Burgess <andrew.burgess@embecosm.com>
7125
7126 * gdb.fortran/pointers.f90: New file.
7127 * gdb.fortran/print_type.exp: New file.
7128 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7129 * gdb.fortran/vla-type.exp: Likewise.
7130 * gdb.fortran/vla-value.exp: Likewise.
7131 * gdb.mi/mi-vla-fortran.exp: Likewise.
7132
30056ea0
AB
71332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7134
7135 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7136 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7137 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7138 as a stop reason.
7139
ec8e2b6d
AB
71402019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7141
7142 * gdb.base/annota1.exp: Update expected results.
7143 * gdb.cp/annota2.exp: Likewise.
7144 * gdb.cp/annota3.exp: Likewise.
7145
09e4c4e1
AB
71462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7147
7148 * gdb.base/style-logging.exp: Remove path from test name.
7149
0735b091
TT
71502019-06-14 Tom Tromey <tromey@adacore.com>
7151
7152 PR gdb/24502:
7153 * gdb.base/style-logging.exp: New file.
7154
f5686554
TT
71552019-06-14 Tom Tromey <tromey@adacore.com>
7156
7157 * gdb.base/symfile-warn.exp: New file.
7158 * gdb.base/symfile-warn.c: New file.
7159
a0c1ffed
TT
71602019-06-14 Tom Tromey <tromey@adacore.com>
7161
7162 * gdb.base/annotate-symlink.exp: New file.
7163
f411722c
TT
71642019-06-14 Tom Tromey <tromey@adacore.com>
7165
7166 * gdb.ada/set_wstr.exp: Add reassignment test.
7167
4268ec18
TT
71682019-06-14 Tom Tromey <tromey@adacore.com>
7169
7170 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7171 'unchecked_access and 'unrestricted_access as well.
7172
9a9e394b
TT
71732019-06-14 Tom Tromey <tromey@adacore.com>
7174
7175 PR ada/24539:
7176 * gdb.ada/vla.exp: Update tests.
7177 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7178 pragma.
7179
4c048731
PA
71802019-06-13 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/settings.exp (test-integer): Test junk after
7183 "unlimited".
7184
6665660a
PA
71852019-06-13 Pedro Alves <palves@redhat.com>
7186
7187 * gdb.base/options.exp (test-thread-apply): New.
7188 (top level): Call it.
7189
5d707134
PA
71902019-06-13 Pedro Alves <palves@redhat.com>
7191
7192 * gdb.base/options.exp (test-frame-apply): New.
7193 (top level): Test print commands with different "frame apply"
7194 prefixes.
7195
e2a689da
PA
71962019-06-13 Pedro Alves <palves@redhat.com>
7197
e79be6e5 7198 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7199 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7200 'max_completions' parameter and handle it.
7201 (test_gdb_completion_offers_commands): New.
7202
90a1ef87
PA
72032019-06-13 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7206
d4c16835
PA
72072019-06-13 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/options.exp (test-backtrace): New.
7210 (top level): Call it.
7211
2daf894e
PA
72122019-06-13 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.guile/scm-frame-args.exp: Use "set print
7215 raw-frame-arguments" instead of "set print raw frame-arguments".
7216 * gdb.python/py-frame-args.exp: Likewise.
7217
e6ed716c
PA
72182019-06-13 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.compile/compile.exp: Adjust expected output to option
7221 processing changes.
7222
7d8062de
PA
72232019-06-13 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/options.exp: Build executable.
7226 (test-print): New procedure.
7227 (top level): Call it, once for "print" and another for "compile
7228 print".
7229
9d0faba9
PA
72302019-06-13 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.base/options.c: New file.
7233 * gdb.base/options.exp: New file.
7234
dee7b4c8
PA
72352019-06-13 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7238 that "o" is ambiguous.
7239
dca0f6c0
PA
72402019-06-13 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/settings.c: New file.
7243 * gdb.base/settings.exp: New file.
7244
ccf46844
PA
72452019-06-13 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/completion.exp: Fix comment typo.
7248
b9a3f842
PA
72492019-06-13 Pedro Alves <palves@redhat.com>
7250
7251 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7252 foo --1" test.
7253
d106773e
PA
72542019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7255
7256 * gdb.fortran/block-data.f: New.
7257 * gdb.fortran/block-data.exp: New.
7258
fea82da0
TV
72592019-06-11 Tom de Vries <tdevries@suse.de>
7260
7261 PR testsuite/24521
7262 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7263 message.
7264
8c2e74f1
TV
72652019-06-11 Tom de Vries <tdevries@suse.de>
7266
7267 PR testsuite/24521
7268 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7269
b49851c8
TV
72702019-06-11 Tom de Vries <tdevries@suse.de>
7271
7272 * boards/readnow.exp: New file.
7273
a7067863
AB
72742019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7275
7276 * gdb.fortran/vla-sizeof.exp: Update expected results.
7277
1a3da2cd
AB
72782019-06-06 Amos Bird <amosbird@gmail.com>
7279
7280 * gdb.base/annota1.exp (thread_switch): Add test for
7281 thread-exited annotation.
7282
3847a7bf
TT
72832019-06-06 Tom Tromey <tromey@adacore.com>
7284
7285 * gdb.base/maint.exp: Expect command started/finished output.
7286
0088ba59
AB
72872019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7288
7289 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7290 comment.
7291 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7292
312617a3
AB
72932019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7296 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7297 * gdb.arch/riscv-unwind-long-insn.c: New file.
7298 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7299
e1f2e1a2
CB
73002019-06-04 Christian Biesinger <cbiesinger@google.com>
7301
d3238f7d 7302 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7303
206584bd
PW
73042019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7305
7306 * lib/gdb.exp (help_list_trailer): New regexp variable
7307 factorizing the help trailer message.
7308 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7309 arg to allow to better factorize various tests.
7310 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7311 (test_prefix_command_help): Use help_list_trailer.
7312 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7313 * gdb.guile/scm-cmd.exp: Likewise.
7314 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7315 * gdb.base/help.exp: Use test_user_defined_class_help.
7316 * gdb.base/style.exp: Add tests for styling of help and apropos.
7317 * lib/gdb-utils.exp (style): Add title and highlight styles.
7318
708dc93e
PW
73192019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7320
7321 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7322 $_shell_exitsignal.
7323 * gdb.base/default.exp: Update for new convenience variables.
7324
f49055a5
TT
73252019-05-29 Tom Tromey <tromey@adacore.com>
7326
7327 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7328 to "break complete ada" test case's regexp.
7329
4330d61d
TT
73302019-05-29 Tom Tromey <tromey@adacore.com>
7331
7332 PR c++/20020:
7333 * gdb.cp/constexpr-field.exp: New file.
7334 * gdb.cp/constexpr-field.cc: New file.
7335
000439d5
TT
73362019-05-29 Tom Tromey <tromey@adacore.com>
7337
7338 * gdb.base/finish.exp (finish_no_print): New proc.
7339 (finish_tests): Call it.
7340
5a01c34c
TV
73412019-05-24 Tom de Vries <tdevries@suse.de>
7342
7343 * gdb.dwarf2/gdb-add-index.exp: New file.
7344
18125b16
TT
73452019-05-22 Tom Tromey <tromey@adacore.com>
7346
7347 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7348 * gdb.base/style.exp: Use "style".
7349 * lib/gdb-utils.exp (style): New proc.
7350
af1a8d03
TV
73512019-05-22 Tom de Vries <tdevries@suse.de>
7352
7353 * gdb.base/align.exp: Require c++11.
7354
e7fe496b
TV
73552019-05-22 Tom de Vries <tdevries@suse.de>
7356
7357 PR testsuite/24586
7358 * gdb.python/py-mi-var-info-path-expression.exp: Call
7359 mi_skip_python_tests to check if python is supported.
7360
8fca4da0
AH
73612019-05-22 Alan Hayward <alan.hayward@arm.com>
7362
7363 * gdb.arch/aarch64-pauth.c: New test.
7364 * gdb.arch/aarch64-pauth.exp: New file.
7365
b7060614
AH
73662019-05-22 Alan Hayward <alan.hayward@arm.com>
7367
7368 * README (Re-running Tests Outside The Testsuite): New section.
7369
669d0468
TV
73702019-05-21 Tom de Vries <tdevries@suse.de>
7371
7372 * gdb.arch/amd64-eval.exp: Require c++11.
7373 * gdb.base/max-depth.exp: Same.
7374 * gdb.compile/compile-cplus-array-decay.exp: Same.
7375 * gdb.cp/meth-typedefs.exp: Same.
7376 * gdb.cp/subtypes.exp: Same.
7377 * gdb.cp/temargs.exp: Same.
7378
ce3ebcaa
AH
73792019-05-21 Alan Hayward <alan.hayward@arm.com>
7380
7381 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7382
34d11c68
AB
73832019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7384
7385 PR gdb/18644
7386 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7387 * gdb.fortran/printing-types.exp: Add new test.
7388 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7389 testing.
7390 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7391 setup_kfail call.
7392
87781e84
AH
73932019-05-17 Alan Hayward <alan.hayward@arm.com>
7394
7395 * README (Running the Testsuite): Change example.
7396 (Testsuite Parameters): Remove TRANSCRIPT.
7397 * lib/gdb.exp: Remove TRANSCRIPT check.
7398
b420b89e
AH
73992019-05-17 Alan Hayward <alan.hayward@arm.com>
7400
7401 * README (Testsuite Parameters): Add replay logging to
7402 GDBSERVER_DEBUG.
7403 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7404 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7405 as a comma separated list.
7406 (gdb_debug_init): Override procedure.
7407
408e9b8b
AH
74082019-05-17 Alan Hayward <alan.hayward@arm.com>
7409
7410 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7411 (gdb_write_cmd_file): New procedure.
7412 * lib/gdbserver-support.exp (gdbserver_start): Call
7413 gdbserver_write_cmd_file.
7414 (gdbserver_write_cmd_file): New procedure.
7415
f9e2e39d
AH
74162019-05-17 Alan Hayward <alan.hayward@arm.com>
7417
7418 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7419 (delete_breakpoints): Likewise.
7420 (gdb_run_cmd): Likewise.
7421 (gdb_start_cmd): Likewise.
7422 (gdb_starti_cmd): Likewise.
7423 (gdb_internal_error_resync): Likewise.
7424 (gdb_test_multiple): Likewise.
7425 (gdb_reinitialize_dir): Likewise.
7426 (default_gdb_exit): Likewise.
7427 (gdb_file_cmd): Mark kill as optional.
7428 (default_gdb_start): Call gdb_stdin_log_init.
7429 (send_gdb): Call gdb_stdin_log_write.
7430 (rerun_to_main): Mark Y as an answer.
7431 (gdb_stdin_log_init): New function.
7432 (gdb_stdin_log_write): Likewise.
7433
81f47ac2
AH
74342019-05-17 Alan Hayward <alan.hayward@arm.com>
7435
7436 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7437 * gdb.base/debug-expr.exp: Likewise.
7438 * gdb.base/foll-fork.exp: Likewise.
7439 * gdb.base/foll-vfork.exp: Likewise.
7440 * gdb.base/fork-print-inferior-events.exp: Likewise.
7441 * gdb.base/gdb-sigterm.exp: Likewise.
7442 * gdb.base/gdbinit-history.exp: Likewise.
7443 * gdb.base/osabi.exp: Likewise.
7444 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7445 * gdb.base/ui-redirect.exp: Likewise.
7446 * gdb.gdb/unittest.exp: Likewise.
7447 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7448 * gdb.mi/mi-watch.exp: Likewise.
7449 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7450 * gdb.mi/user-selected-context-sync.exp: Likewise.
7451 * gdb.python/python.exp: Disable debug test when debugging.
7452 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7453 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7454 Likewise.
7455 * gdb.threads/stepi-random-signal.exp: Likewise.
7456
29b52314
AH
74572019-05-17 Alan Hayward <alan.hayward@arm.com>
7458
7459 * Makefile.in: Pass through GDB_DEBUG.
7460 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7461 (gdb,debug): Add board setting.
7462 * lib/gdb.exp (default_gdb_start): Start debugging.
7463 (gdb_debug_enabled): New procedure.
7464 (gdb_debug_init): Likewise.
29b52314
AH
7465
74662019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7467
29b52314
AH
7468 * Makefile.in: Pass through GDB_DEBUG.
7469 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7470 (gdb,debug): Add board setting.
7471 * lib/gdb.exp (default_gdb_start): Start debugging.
7472 (gdb_debug_enabled): New procedure.
7473 (gdb_debug_init): Likewise.
29b52314 7474
ca1285d1
AH
74752019-05-17 Alan Hayward <alan.hayward@arm.com>
7476
7477 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7478
f3a09c80
AH
74792019-05-17 Alan Hayward <alan.hayward@arm.com>
7480
7481 * gdb.base/ui-redirect.exp: Test redirection.
7482
26648588
JV
74832019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7484
7485 * gdb.mi/mi-complete.exp: New file.
7486 * gdb.mi/mi-complete.cc: Likewise.
7487
14237686
AB
74882019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7489
7490 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7491 indexed and sliced arrays, and pointers to arrays.
7492
e7bd7fba
TT
74932019-05-14 Tom Tromey <tromey@adacore.com>
7494
7495 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7496 styling test.
7497
2764128d
TV
74982019-05-14 Tom de Vries <tdevries@suse.de>
7499
7500 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7501 selection entry encoding.
7502
71bed2db
TT
75032019-05-10 Tom Tromey <tromey@adacore.com>
7504
7505 * gdb.ada/info_exc.exp: Add "complete" test.
7506
63b667ad
TV
75072019-05-09 Tom de Vries <tdevries@suse.de>
7508
7509 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7510 CU-relative.
7511
9cfd2b89
TV
75122019-05-09 Tom de Vries <tdevries@suse.de>
7513
7514 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7515 CU-relative.
7516
2228ef77
XR
75172019-05-08 Joel Brobecker <brobecker@adacore.com>
7518
7519 * gdb.ada/frame_arg_lang.exp: New testcase.
7520 * gdb.ada/frame_arg_lang/bla.adb: New file.
7521 * gdb.ada/frame_arg_lang/pck.ads: New file.
7522 * gdb.ada/frame_arg_lang/pck.adb: New file.
7523 * gdb.ada/frame_arg_lang/foo.c: New file.
7524
80e55b13
TT
75252019-05-08 Tom Tromey <tromey@adacore.com>
7526
7527 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7528
9d3421af
TT
75292019-05-08 Tom Tromey <tromey@adacore.com>
7530
7531 * gdb.base/ptype-offsets.exp: Update tests.
7532
844333e2
TT
75332019-05-08 Tom Tromey <tromey@adacore.com>
7534
7535 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7536 cases.
7537 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7538 "short".
7539
988915ee
TT
75402019-05-08 Tom Tromey <tromey@adacore.com>
7541
7542 * gdb.ada/vla.exp: New file.
7543 * gdb.ada/vla/vla.adb: New file.
7544
7bd55dac
TV
75452019-05-07 Tom de Vries <tdevries@suse.de>
7546
7547 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7548
75f06e9d
TV
75492019-05-07 Tom de Vries <tdevries@suse.de>
7550
7551 PR testsuite/24522
7552 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7553 section.
7554
77e7aaa4
TV
75552019-05-07 Tom de Vries <tdevries@suse.de>
7556
7557 PR testsuite/24522
7558 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7559 .debug_aranges section.
7560
456ba0fa
TV
75612019-05-07 Tom de Vries <tdevries@suse.de>
7562
7563 PR testsuite/24159
7564 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7565
5a56d6a6
TV
75662019-05-06 Tom de Vries <tdevries@suse.de>
7567
7568 * lib/gdb.exp (exec_has_index_section): New proc.
7569 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7570 section.
7571
9d6d4be8
TV
75722019-05-04 Tom de Vries <tdevries@suse.de>
7573
7574 * boards/cc-with-debug-names.exp: New file.
7575
222a8d25
TT
75762019-05-03 Tom Tromey <tromey@adacore.com>
7577
7578 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7579 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7580 * gdb.ada/char_enum.exp: Add test.
7581
0fdfd794
TV
75822019-05-03 Tom de Vries <tdevries@suse.de>
7583
7584 * boards/cc-with-gdb-index.exp: New file.
7585
80062eb9
AB
75862019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7587
7588 * gdb.rust/simple.exp: Add new test case.
7589 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7590 (main): Initialise an instance of the new struct.
7591
4504bbde
TT
75922019-05-01 Tom Tromey <tromey@adacore.com>
7593
7594 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7595 record.
7596 (NPR): New variable.
7597 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7598 test.
7599
d48e62f4
TT
76002019-05-01 Tom Tromey <tromey@adacore.com>
7601
7602 * gdb.ada/packed_array_assign.exp: Add packed assignment
7603 regression test.
7604
f59f30f5
TV
76052019-05-01 Tom de Vries <tdevries@suse.de>
7606
7607 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7608
b70bfc54
TV
76092019-05-01 Tom de Vries <tdevries@suse.de>
7610
7611 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7612
15f18d14
AT
76132019-04-30 Ali Tamur <tamur@google.com>
7614
7615 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7616
2ff0a947
TT
76172019-04-30 Tom Tromey <tromey@adacore.com>
7618
7619 * lib/ada.exp (find_ada_tool): New proc.
7620 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7621 * gdb.ada/catch_ex_std.exp: New file.
7622 * gdb.ada/catch_ex_std/foo.adb: New file.
7623 * gdb.ada/catch_ex_std/some_package.adb: New file.
7624 * gdb.ada/catch_ex_std/some_package.ads: New file.
7625
a776957c
TT
76262019-04-30 Tom Tromey <tromey@adacore.com>
7627
7628 PR c++/24470:
7629 * gdb.cp/temargs.cc: Add test code from PR.
7630
bc68014d
AB
76312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7632
7633 * gdb.fortran/vla-datatypes.exp: Update expected results.
7634 * gdb.fortran/vla-ptype.exp: Likewise.
7635 * gdb.fortran/vla-type.exp: Likewise.
7636 * gdb.fortran/vla-value.exp: Likewise.
7637
f1fdc960
AB
76382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7639
7640 * gdb.fortran/ptr-indentation.exp: Update expected results.
7641 * gdb.fortran/ptype-on-functions.exp: Likewise.
7642 * gdb.fortran/vla-ptr-info.exp: Likewise.
7643 * gdb.fortran/vla-value.exp: Likewise.
7644
bf7a4de1
AB
76452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7646
7647 * gdb.fortran/ptype-on-functions.exp: New file.
7648 * gdb.fortran/ptype-on-functions.f90: New file.
7649
bbe75b9d
AB
76502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7651
7652 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7653 case void string.
7654
1db455a7
AB
76552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7656
7657 * gdb.fortran/complex.exp: Expand.
7658 * gdb.fortran/complex.f: Renamed to...
7659 * gdb.fortran/complex.f90: ...this, and extended to add more
7660 complex values.
7661
b6d03bb2
AB
76622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7663
7664 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7665 MODULO, CMPLX.
7666
2e62ab40
AB
76672019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7668 Richard Bunt <richard.bunt@arm.com>
7669
7670 * gdb.base/max-depth.c: New file.
7671 * gdb.base/max-depth.exp: New file.
7672 * gdb.python/py-nested-maps.c: New file.
7673 * gdb.python/py-nested-maps.exp: New file.
7674 * gdb.python/py-nested-maps.py: New file.
7675 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7676 (test_all_common): Call test_max_depth.
7677 * gdb.fortran/max-depth.exp: New file.
7678 * gdb.fortran/max-depth.f90: New file.
7679 * gdb.go/max-depth.exp: New file.
7680 * gdb.go/max-depth.go: New file.
7681 * gdb.modula2/max-depth.exp: New file.
7682 * gdb.modula2/max-depth.c: New file.
7683 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7684
d2b584a5
TV
76852019-04-29 Tom de Vries <tdevries@suse.de>
7686
7687 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7688
136afab8
PW
76892019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7690
7691 * gdb.base/callexit.exp: Test may-call-functions off.
7692
725cbb63
KS
76932019-04-25 Keith Seitz <keiths@redhat.com>
7694
7695 PR c++/24367
7696 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7697 (another_incomplete_struct, test_incomplete): New definitions.
7698 (main): Use new definitions.
7699 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7700 functions.
7701
701adfb0
PA
77022019-04-25 Ali Tamur <tamur@google.com>
7703
7704 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7705
82433e3e
SDJ
77062019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7707
7708 PR corefiles/11608
7709 PR corefiles/18187
7710 * gdb.base/coredump-filter-build-id.exp: New file.
7711
dd06d4d6
AH
77122019-04-25 Alan Hayward <alan.hayward@arm.com>
7713
e79be6e5
SM
7714 * Makefile.in: Pass through GDBSERVER_DEBUG.
7715 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7716 (gdbserver,debug): Add board setting.
7717 * gdb.trace/tspeed.exp: Skip when debugging.
7718 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7719 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7720
1670072e
TT
77212019-04-24 Tom Tromey <tromey@adacore.com>
7722
7723 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7724 Rust.
7725
a59240a4
TT
77262019-04-24 Tom Tromey <tromey@adacore.com>
7727
7728 * gdb.arch/amd64-eval.exp: Test bitfield return.
7729 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7730 (class Foo) <return_bitfields>: New method.
7731 (main): Call it.
7732
b907456c
AB
77332019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7734
7735 * gdb.cp/many-args.cc: New file.
7736 * gdb.cp/many-args.exp: New file.
7737
5c565afd
TV
77382019-04-23 Tom de Vries <tdevries@suse.de>
7739
7740 PR gdb/24433
7741 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7742
ba22ff86
AH
77432019-04-23 Alan Hayward <alan.hayward@arm.com>
7744
7745 * gdb.trace/backtrace.exp: Use nopie flag.
7746 * gdb.trace/circ.exp: Likewise.
7747 * gdb.trace/collection.exp: Likewise.
7748 * gdb.trace/ftrace.exp: Likewise.
7749 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7750 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7751 * gdb.trace/qtro.exp: Likewise.
7752 * gdb.trace/read-memory.exp: Likewise.
7753 * gdb.trace/report.exp: Likewise.
7754 * gdb.trace/tfile.exp: Likewise.
7755 * gdb.trace/tfind.exp: Likewise.
7756 * gdb.trace/unavailable.exp: Likewise.
7757
7905fc35
PA
77582019-04-22 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/solib-probes-nosharedlibrary.c,
7761 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7762
8ecb59f8
TT
77632019-04-19 Tom Tromey <tromey@adacore.com>
7764
7765 * gdb.ada/ptype_union.c: New file.
7766 * gdb.ada/ptype_union.exp: New file.
7767
62160ec9
TT
77682019-04-19 Tom Tromey <tromey@adacore.com>
7769
7770 PR symtab/24423:
7771 * gdb.base/list0.h (foo): Add a control-l character.
7772
36cd4ba5
TV
77732019-04-18 Tom de Vries <tdevries@suse.de>
7774
7775 PR gdb/24433
7776 * boards/local-board.exp: Set sysroot to "".
7777
b73715df
TV
77782019-04-18 Tom de Vries <tdevries@suse.de>
7779 Pedro Alves <palves@redhat.com>
7780
7781 PR gdb/24454
7782 * gdb.threads/vfork-follow-child-exec.c: New file.
7783 * gdb.threads/vfork-follow-child-exec.exp: New file.
7784 * gdb.threads/vfork-follow-child-exit.c: New file.
7785 * gdb.threads/vfork-follow-child-exit.exp: New file.
7786
4aa866af
LS
77872019-04-15 Leszek Swirski <leszeks@google.com>
7788
7789 * gdb.arch/amd64-eval.cc: New file.
7790 * gdb.arch/amd64-eval.exp: New file.
7791
e5a1a79a
AH
77922019-04-11 Alan Hayward <alan.hayward@arm.com>
7793
7794 * gdb.server/sysroot.c: New test.
7795 * gdb.server/sysroot.exp: New file.
7796 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7797 matching param.
7798
41077b66
AB
77992019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7800
7801 * gdb.base/align.exp: Extend test to cover structures containing
7802 only static fields.
7803
c30391f8
TV
78042019-04-11 Tom de Vries <tdevries@suse.de>
7805
7806 * boards/cc-with-dwz-m.exp: New file.
7807 * boards/cc-with-dwz.exp: New file.
7808 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7809
e242fd12
SM
78102019-04-09 Simon Marchi <simon.marchi@efficios.com>
7811
7812 * gdb.base/start-cpp.exp: New file.
7813 * gdb.base/start-cpp.cc: New file.
7814
2b0c8b01
KB
78152019-04-08 Kevin Buettner <kevinb@redhat.com>
7816
7817 * gdb.python/py-thrhandle.exp: Adjust tests to call
7818 thread_from_handle instead of thread_from_thread_handle.
7819
947210e5
KB
78202019-04-08 Kevin Buettner <kevinb@redhat.com>
7821
7822 * gdb.python/py-thrhandle.exp: Add tests for
7823 gdb.InferiorThread.handle.
7824
d7df6549
AB
78252019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7826
7827 * gdb.python/py-function.exp: Check calling helper function from
7828 all languages.
7829 * lib/gdb.exp (gdb_supported_languages): New proc.
7830
8bdc1658
AB
78312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7832
7833 * gdb.base/complex-parts.c: New file.
7834 * gdb.base/complex-parts.exp: New file.
7835
05caa1d2
TT
78362019-04-01 Tom Tromey <tromey@adacore.com>
7837
7838 PR symtab/23331:
7839 * gdb.dwarf2/dw2-ranges-main.c: New file.
7840 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7841 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7842
7734102d
EZ
78432019-03-30 Simon Marchi <simark@simark.ca>
7844
7845 * gdb.base/default.exp: Add values for $_gdb_major and
7846 $_gdb_minor.
7847
188e1fa9
TT
78482019-03-29 Tom Tromey <tromey@adacore.com>
7849
7850 * gdb.base/help.exp: Tighten apropos regexp.
7851
2880242d
KS
78522019-03-29 Keith Seitz <keiths@redhat.com>
7853
7854 * gdb.fortran/array-bounds.exp: New file.
7855 * gdb.fortran/array-bounds.f90: New file.
7856
077cad8e
PW
78572019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7858
7859 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7860
80047cfc
PW
78612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7862
7863 * gdb.multi/hello.c (main): Increase alarm timer.
7864
f489207e
SL
78652019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7866
7867 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7868 factor when no hardware watchpoint support.
7869
c92df149
AH
78702019-03-28 Alan Hayward <alan.hayward@arm.com>
7871 Pedro Alves <palves@redhat.com>
7872
7873 * boards/local-board.exp: set sysroot to /.
7874
933aebfa
AH
78752019-03-27 Alan Hayward <alan.hayward@arm.com>
7876
7877 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7878 in child.
7879
9f9aa852
AB
78802019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7881
7882 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7883 field.
7884 (make_container): Initialise new field.
7885 * gdb.python/py-prettyprint.exp: Add new tests.
7886 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7887 <display_hint>: New method.
7888
3714a195
AB
78892019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7890
7891 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7892 gdb_continue_to_breakpoint more throughout this test.
7893 (run_lang_tests) Supply unique test names, and use
7894 gdb_test_no_output.
7895
18c77628
AB
78962019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7897
7898 * gdb.base/finish-pretty.exp: Update expected results.
7899 * gdb.base/pretty-print.c: New file.
7900 * gdb.base/pretty-print.exp: New file.
7901
9a93502f
PA
79022019-03-25 Pedro Alves <palves@redhat.com>
7903
7904 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7905 move comments outside list. Append '-i "" eof' section.
7906
968aa7ae
AH
79072019-03-22 Alan Hayward <alan.hayward@arm.com>
7908
34a7f2a4 7909 PR testsuite/25016
968aa7ae
AH
7910 * README: Add pie options.
7911 * gdb.base/break-interp.exp: Ensure pie is disabled.
7912 * gdb.base/dump.exp: Likewise.
7913 * lib/gdb.exp (gdb_compile): Add pie option.
7914
4c7d57e7
TT
79152019-03-19 Tom Tromey <tromey@adacore.com>
7916
7917 * gdb.mi/mi2-cli-display.c: New file.
7918 * gdb.mi/mi2-cli-display.exp: New file.
7919
bff8c71f
TT
79202019-03-18 Joel Brobecker <brobecker@adacore.com>
7921 Tom Tromey <tromey@adacore.com>
7922
7923 * gdb.ada/ptype_array/pck.adb: New file.
7924 * gdb.ada/ptype_array/pck.ads: New file.
7925 * gdb.ada/ptype_array/foo.adb: New file.
7926 * gdb.ada/ptype_array.exp: New file.
7927
d085f989
TT
79282019-03-14 Tom Tromey <tromey@adacore.com>
7929
7930 * gdb.base/style.exp: Add "set style sources" test.
7931
b4be1b06
SM
79322019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7933
7934 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7935 * mi-breakpoint-multiple-locations.exp: ... this.
7936 (make_breakpoints_pattern): New proc.
7937 (do_test): Add mi_version parameter, test -break-insert,
7938 -break-info and =breakpoint-created.
7939
7cde5fc2
AB
79402019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * config/default.exp: Remove 'load_lib gdb.exp'.
7943 * config/monitor.exp: Likewise.
7944 * config/sid.exp: Likewise.
7945 * config/sim.exp: Likewise.
7946 * config/slite.exp: Likewise.
7947 * config/unix.exp: Likewise.
7948 * gdb.base/default.exp: Remove unhelpful comment.
7949
efbecbc1
AB
79502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7953
0841c79a
AB
79542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7955
7956 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7957
4a270568
AB
79582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7959
7960 * gdb.fortran/type-kinds.exp: Update expected results.
7961
067630bd
AB
79622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7963
7964 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7965
3be47f7a
AB
79662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7967
7968 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7969 function.
7970 (test_basic_parsing_of_type_kinds): Expand types tested.
7971 (test_parsing_invalid_type_kinds): New function.
7972
4d00f5d8
AB
79732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7974
7975 * gdb.fortran/intrinsics.exp: New file.
7976 * gdb.fortran/intrinsics.f90: New file.
7977 * gdb.fortran/type-kinds.exp: New file.
7978
c8f91604
AB
79792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7980
7981 * gdb.fortran/dot-ops.exp: New file.
7982
dd9f2c76
AB
79832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7984
7985 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7986 Check upper and lower case logical literals.
7987
84ec9724
AB
79882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7989
7990 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7991 Remove duplicate tests.
7992
c3734e09
AH
79932019-03-06 Alan Hayward <alan.hayward@arm.com>
7994
7995 * lib/gdb.exp (builtin_cd): rename of cd.
7996 (cd): Override builtin.
7997
aa3cfbda
RB
79982019-03-06 Richard Bunt <richard.bunt@arm.com>
7999
8000 * gdb.fortran/function-calls.exp: New file.
8001 * gdb.fortran/function-calls.f90: New test.
8002
7b63ad86
RB
80032019-03-04 Richard Bunt <richard.bunt@arm.com>
8004
8005 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8006 on user program standard output.
8007 * gdb.fortran/short-circuit-argument-list.f90: Record function
8008 calls.
8009
01abb042
AH
80102019-02-28 Alan Hayward <alan.hayward@arm.com>
8011
c3734e09
AH
8012 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8013 failure.
01abb042 8014
92137da0
RO
80152019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8016
8017 PR gdb/8527
8018 * gdb.base/interrupt-daemon-attach.c,
8019 gdb.base/interrupt-daemon-attach.exp: New test.
8020
5862844d
PA
80212019-02-27 Pedro Alves <palves@redhat.com>
8022
8023 * gdb.base/page.exp: Add tests for "set width/height -1".
8024
8ed25214
PA
80252019-02-27 Pedro Alves <palves@redhat.com>
8026
8027 * gdb.base/page.exp: Add tests for "set/show width/height" with
8028 "infinite" values.
8029
6c28e44a
TT
80302019-02-27 Tom Tromey <tromey@adacore.com>
8031
8032 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8033 2.4.
8034 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8035 workaround.
8036
bf9a735e
AB
80372019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8038
8039 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8040 tests for structs with static members.
8041
8791793c
TT
80422019-02-26 Tom Tromey <tromey@adacore.com>
8043
8044 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8045 ValueError, not TypeError.
8046
bc2a507e
KB
80472019-02-26 Kevin Buettner <kevinb@redhat.com>
8048
8049 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8050 call from main program.
8051
e0e7d3bd
JB
80522019-02-23 Joel Brobecker <brobecker@adacore.com>
8053
8054 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8055 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8056 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8057 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8058 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8059
9600246d
KS
80602019-02-22 Keith Seitz <keiths@redhat.com>
8061
8062 PR symtab/23853
8063 * gdb.base/symlink-sourcefile.c: New file.
8064 * gdb.base/symlink-sourcefile.exp: New file.
8065
0c95f9ed
TT
80662019-02-20 Tom Tromey <tom@tromey.com>
8067
8068 * gdb.base/info_qt.exp: Update.
8069
6caa91b6
SM
80702019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8071
8072 * gdb.base/source.exp: Move "error in sourced script" code to
8073 the end.
8074 * gdb.base/source-error.gdb: Move contents to
8075 source-error-1.gdb. Add new code to source source-error-1.gdb.
8076 * gdb.base/source-error-1.gdb: New file, from previous
8077 source-error.gdb.
8078
6506371f
TT
80792019-02-17 Tom Tromey <tom@tromey.com>
8080
8081 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8082 for macro styling.
8083 * gdb.base/style.c (SOME_MACRO): New macro.
8084
a0087920
TT
80852019-02-17 Tom Tromey <tom@tromey.com>
8086
8087 * gdb.base/style.exp: Add line-wrapping tests.
8088 * gdb.base/page.exp: Add test for quitting during pagination.
8089
a2cd4f14
JB
80902019-02-17 Joel Brobecker <brobecker@adacore.com>
8091
8092 * gdb.ada/big_packed_array: New testcase.
8093 * gdb.ada/homonym.exp: Fix incorrect expected output for
8094 "break <homonym__get_value>" test.
8095
9d70ffbc
WP
80962019-02-13 Weimin Pan <weimin.pan@oracle.com>
8097
8098 PR breakpoints/21870
8099 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8100 and prepare_for_testing. Add comment.
8101 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8102 redundant cleanup call. Clean up comment.
8103
01c7ae81
WP
81042019-02-12 Weimin Pan <weimin.pan@oracle.com>
8105
8106 PR breakpoints/21870
8107 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8108 * gdb.arch/aarch64-dbreg-contents.c: New file.
8109
aff29d1c
JB
81102019-02-10 Joel Brobecker <brobecker@adacore.com>
8111
8112 * gdb.ada/mi_ref_changeable: New testcase.
8113
df0da8a2
AH
81142019-02-07 Alan Hayward <alan.hayward@arm.com>
8115
8116 * gdb.base/attach.exp: Add double attach test.
8117
bd447abb
SM
81182019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8119
8120 * lib/gdb.exp (default_gdb_start): Don't match pagination
8121 prompt.
8122 (gdb_init): Set stty_init.
8123
1dbc40b9
TT
81242019-01-27 Tom Tromey <tom@tromey.com>
8125
8126 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8127 skip_python_tests.
8128
353229bf
AH
81292019-01-24 Alan Hayward <alan.hayward@arm.com>
8130
8131 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8132 New structure.
8133 (struct struct_static_02_02): Likewise.
8134 (struct struct_static_02_03): Likewise.
8135 (struct struct_static_02_04): Likewise.
8136 (struct struct_static_04_01): Likewise.
8137 (struct struct_static_04_02): Likewise.
8138 (struct struct_static_04_03): Likewise.
8139 (struct struct_static_04_04): Likewise.
8140 (struct struct_static_06_01): Likewise.
8141 (struct struct_static_06_02): Likewise.
8142 (struct struct_static_06_03): Likewise.
8143 (struct struct_static_06_04): Likewise.
8144 (cmp_struct_static_02_01): Likewise.
8145 (cmp_struct_static_02_02): Likewise.
8146 (cmp_struct_static_02_03): Likewise.
8147 (cmp_struct_static_02_04): Likewise.
8148 (cmp_struct_static_04_01): Likewise.
8149 (cmp_struct_static_04_02): Likewise.
8150 (cmp_struct_static_04_03): Likewise.
8151 (cmp_struct_static_04_04): Likewise.
8152 (cmp_struct_static_06_01): Likewise.
8153 (cmp_struct_static_06_02): Likewise.
8154 (cmp_struct_static_06_03): Likewise.
8155 (cmp_struct_static_06_04): Likewise.
8156 (call_all): Test new structs.
8157 * gdb.base/infcall-nested-structs.exp: Likewise.
8158
73021deb
AH
81592019-01-21 Alan Hayward <alan.hayward@arm.com>
8160 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8161
fc65c7db
AH
81622019-01-21 Alan Hayward <alan.hayward@arm.com>
8163 * gdb.base/stack-protector.c: New test.
8164 * gdb.base/stack-protector.exp: New file.
8165 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8166 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8167 option.
8168 (gdb_compile): Remove stack protector for GCC and prevent
8169 recursion.
8170
c24bdb02
KS
81712019-01-16 Keith Seitz <keiths@redhat.com>
8172
8173 PR gdb/23773
8174 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8175
6f072a10
PFC
81762019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8177
8178 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8179 aliases.
8180 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8181 tests.
8182 * gdb.arch/powerpc-vector-regs.c: New file.
8183 * gdb.arch/powerpc-vector-regs.exp: New file.
8184
a7b8d682
PFC
81852019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8186
8187 * gdb.arch/altivec-regs.exp: Fix the list passed to
8188 gdb_expect_list when testing "info vector".
8189
6eb6fb67
AB
81902019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8191
8192 * gdb.base/style.exp: Don't include path in testname.
8193
b56f80d8
KS
81942019-01-10 Keith Seitz <keiths@redhat.com>
8195
8196 PR gdb/23712
8197 PR symtab/23010
8198 * gdb.dwarf2/multidictionary.exp: New file.
8199
041be526
SM
82002019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8201
8202 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8203 (test_gnuv3_style_demangling): ... this.
8204 (test_lucid_style_demangling): Remove.
8205 (test_arm_style_demangling): Remove.
8206 (test_hp_style_demangling): Remove.
8207 (do_tests): Remove calls to the above.
8208
d820d0c3
AB
82092019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8210
8211 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8212 case.
8213
f097f5ad
TT
82142019-01-06 Tom Tromey <tom@tromey.com>
8215
8216 PR gdb/28155:
8217 * gdb.dwarf2/typedef-void-finish.exp: New file.
8218
2cd8cc0b
TT
82192018-12-28 Tom Tromey <tom@tromey.com>
8220 Simon Marchi <simark@simark.ca>
8221
8222 * gdb.base/jit-exec.exp: New file.
8223 * gdb.base/jit-exec.c: New file.
8224 * gdb.base/jit-execd.c: New file.
8225
35fb8261
TT
82262018-12-28 Tom Tromey <tom@tromey.com>
8227
8228 * gdb.base/style.exp: Update test to check for address styling.
8229
47fd17cd
TT
82302018-12-28 Tom Tromey <tom@tromey.com>
8231
8232 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8233 message.
8234
d47032b7
TT
82352018-12-28 Tom Tromey <tom@tromey.com>
8236
8237 * gdb.base/style.exp: Add test for version number styling.
8238
af79b68d
TT
82392018-12-28 Tom Tromey <tom@tromey.com>
8240
8241 * gdb.base/style.exp: Add test for print_address_symbolic.
8242
0bb296cb
TT
82432018-12-28 Tom Tromey <tom@tromey.com>
8244
8245 * gdb.base/style.exp: Add test for breakpoint setting.
8246
80ae2043
TT
82472018-12-28 Tom Tromey <tom@tromey.com>
8248
8249 * gdb.base/style.exp: Add test for variable names.
8250
cbe56571
TT
82512018-12-28 Tom Tromey <tom@tromey.com>
8252
8253 * gdb.base/style.exp: New file.
8254 * gdb.base/style.c: New file.
8255
9162a27c
TT
82562018-12-28 Tom Tromey <tom@tromey.com>
8257
8258 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8259 "dumb".
8260 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8261 the TERM environment variable.
8262
bc543c90
TT
82632018-12-27 Tom Tromey <tom@tromey.com>
8264
8265 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8266 pagination test.
8267
6f0ffe50
AB
82682018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8269
8270 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8271 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8272
b5a1e557
PW
82732018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8274
8275 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8276 Filename a.adb changed to bp_fun_addr.adb.
8277 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8278
6e8b1ab2
JV
82792018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8280
8281 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8282 non-PIE executables.
8283 * README: Mention the gdb,nopie_flag board setting.
8284 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8285 non-PIE executable.
8286 * gdb.arch/amd64-entry-value.exp: Likewise.
8287 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8288 * gdb.arch/i386-float.exp: Likewise.
8289 * gdb.arch/i386-signal.exp: Likewise.
8290 * gdb.mi/mi-reg-undefined.exp: Likewise.
8291
d00a27c5
PM
82922018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8293
8294 PR gdb/23974
8295 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8296
161d081c
PW
82972018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8298
8299 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8300 Update order of results accordingly.
8301
b001de23
AB
83022018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8303
8304 * gdb.base/annota1.exp: Update a test regexp.
8305
99e1a184
AB
83062018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8307
8308 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8309
7a81c1e2
PW
83102018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8311
8312 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8313 (reuse_time): Initialize to REUSE_TIME_CAP.
8314 (check_rc): New function.
8315 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8316 Check pthread_create rc.
8317 (spawner_thread_func): Check pthread_create and pthread_join rc.
8318
73e8dc90
PA
83192018-12-08 Pedro Alves <palves@redhat.com>
8320
8321 * gdb.base/list.exp (test_forward_search): Rename to ...
8322 (test_forward_reverse_search): ... this. Also test reverse-search
8323 and the forward-search alias.
8324
13f2ed32
AB
83252018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8326
8327 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8328 local timeout variable before return, and remove all local timeout
8329 variable entirely.
8330 (gdb_load): Likewise.
8331
64d27cfc
TV
83322018-12-01 Tom de Vries <tdevries@suse.de>
8333
8334 * gdb.base/gdb-caching-proc.exp: New file.
8335
f63c03b4
SDJ
83362018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8337
8338 * Makefile.in (TIMESTAMP): New variable.
8339 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8340 command.
8341 (check-single-racy): Likewise.
8342 (check/%.exp): Likewise.
8343 (check-racy/%.exp): Likewise.
8344 (workers/%.worker): Likewise.
8345 (build-perf): Likewise.
8346 (check-perf): Likewise.
8347 * README: Describe new "TS" and "TS_FORMAT" variables.
8348 * print-ts.py: New file.
8349
1c97054b
BF
83502018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8351
8352 PR python/23714
8353 * gdb.python/python.exp: Test command repetition after
8354 gdb.execute.
8355
1871a62d
AB
83562018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8357
8358 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8359 is correctly aligned.
8360
fb5e1ed9
PW
83612018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8362
8363 * gdb.ada/info_auto_lang.exp: New testcase.
8364 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8365 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8366 * gdb.ada/info_auto_lang/some_c.c: New file.
8367
43d397ca
PW
83682018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8369
8370 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8371 FUNC_lang language syntax.
8372
beddd671
PW
83732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8374
8375 * gdb.base/info_minsym.c: New file.
8376 * gdb.base/info_minsym.exp: New file.
8377
73fc52c4
TT
83782018-11-19 Tom Tromey <tom@tromey.com>
8379
8380 PR rust/23625:
8381 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8382 * gdb.rust/expr.exp: Update expected output. Change one test.
8383
994b876a
TT
83842018-11-19 Tom Tromey <tom@tromey.com>
8385
8386 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8387
6769f276
PA
83882018-11-19 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8391 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8392 see the expected warning.
8393
38a72da0
AH
83942018-11-16 Alan Hayward <alan.hayward@arm.com>
8395
8396 PR gdb/22736:
8397 * gdb.cp/infcall-nodebug-lib.c: New test.
8398 * gdb.cp/infcall-nodebug-main.c: New test.
8399 * gdb.cp/infcall-nodebug.exp: New file.
8400
53a89d6e
SM
84012018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8402
8403 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8404 completer tests.
8405
9325300d
TV
84062018-11-09 Tom de Vries <tdevries@suse.de>
8407
8408 * gdb.base/msym-lang.c: New test.
8409 * gdb.base/msym-lang.exp: New file.
8410 * gdb.base/msym-lang-main.c: New test.
8411
20f0d60d
TT
84122018-11-08 Tom Tromey <tom@tromey.com>
8413
8414 PR gdb/23555:
8415 PR gdb/23838:
8416 * gdb.base/warning.exp: New file.
8417
b5420128
JB
84182018-11-08 Jan Beulich <jbeulich@suse.com>
8419
8420 * testsuite/gdb.arch/i386-avx512.c,
8421 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8422
cd115d61
AB
84232018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8424
8425 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8426 point hardware.
8427
35ee2dc2
AB
84282018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8429
8430 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8431 * gdb.dwarf2/missing-type-name.exp: New file.
8432
31aceee8
TV
84332018-11-06 Tom de Vries <tdevries@suse.de>
8434
8435 * gdb.base/many-headers.c: New test.
8436 * gdb.base/many-headers.exp: New file.
8437
109be305
JW
84382018-11-06 Jim Wilson <jimw@sifive.com>
8439
8440 * gdb.base/code_elim.exp: For riscv, set additional_flags
8441 to include -msmall-data-limit=0.
8442
e2b7af72
JB
84432018-11-01 Joel Brobecker <brobecker@adacore.com>
8444
8445 * gdb.ada/watch_minus_l: New testcase.
8446
cdcda965
SM
84472018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8448
8449 * gdb.arch/aix-sighandle.c: New file.
8450 * gdb.arch/aix-sighandle.exp: New file.
8451
92dcebf3
AB
84522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8453
8454 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8455 registers being unions.
8456
68b9ac18
TV
84572018-10-31 Tom de Vries <tdevries@suse.de>
8458
8459 * lib/valgrind.exp: New file.
8460 (vgdb_start, vgdb_stop): New procs, factored out of ...
8461 * gdb.base/valgrind-bt.exp: ... here, ...
8462 * gdb.base/valgrind-disp-step.exp: ... here and ...
8463 * gdb.base/valgrind-infcall.exp: ... here.
8464
1443936e
TV
84652018-10-31 Tom de Vries <tdevries@suse.de>
8466
8467 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8468
eb77c9df
AB
84692018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8470
8471 * gdb.dwarf2/void-type.c: New file.
8472 * gdb.dwarf2/void-type.exp: New file.
8473
82b5e646
PW
84742018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8475
8476 * gdb.base/info_qt.c: New file.
8477 * gdb.base/info_qt.exp: New file.
8478
8d619c01
EBM
84792018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8480
8481 * gdb.arch/powerpc-htm-regs.c: New file.
8482 * gdb.arch/powerpc-htm-regs.exp: New file.
8483
f2cf6173
EBM
84842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8485
8486 * gdb.arch/powerpc-tar.c: New file.
8487 * gdb.arch/powerpc-tar.exp: New file.
8488
7ca18ed6
EBM
84892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8490
8491 * gdb.arch/powerpc-ppr-dscr.c: New file.
8492 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8493
bfcc0eba
TV
84942018-10-25 Tom de Vries <tdevries@suse.de>
8495
8496 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8497
fe1a5cad
TV
84982018-10-24 Tom de Vries <tdevries@suse.de>
8499
8500 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8501 longer exists error.
8502
a76dc3b7
TV
85032018-10-24 Tom de Vries <tdevries@suse.de>
8504
8505 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8506
4df46df7
TV
85072018-10-24 Tom de Vries <tdevries@suse.de>
8508
8509 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8510 --db-attach in valgrind.
8511
0dbfcfff
AB
85122018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * gdb.arch/riscv-reg-aliases.c: New file.
8515 * gdb.arch/riscv-reg-aliases.exp: New file.
8516
b04480b1
AH
85172018-10-19 Alan Hayward <alan.hayward@arm.com>
8518
8519 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8520
2c6ac8d7
AH
85212018-10-19 Alan Hayward <alan.hayward@arm.com>
8522
8523 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8524
2bc69f25
AH
85252018-10-19 Alan Hayward <alan.hayward@arm.com>
8526
8527 * gdb.cp/ovldbreak.exp: Fix regexps.
8528
1f1ae3a3
AH
85292018-10-19 Alan Hayward <alan.hayward@arm.com>
8530
8531 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8532
94c18618
SDJ
85332018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8534
8535 PR cli/23785
8536 * gdb.base/restore.exp: New test to check if "restore" with an
8537 invalid file doesn't segfault.
8538
812cd6eb
TV
85392018-10-18 Tom de Vries <tdevries@suse.de>
8540
8541 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8542 * gdb.ada/excep_handle.exp: Same.
8543 * gdb.ada/mi_string_access.exp: Same.
8544 * gdb.ada/mi_var_union.exp: Same.
8545 * gdb.arch/arc-analyze-prologue.exp: Same.
8546 * gdb.arch/arc-decode-insn.exp: Same.
8547 * gdb.base/readnever.exp: Same.
8548 * gdb.fortran/printing-types.exp: Same.
8549 * gdb.guile/scm-lazy-string.exp: Same.
8550
c4b90788
TV
85512018-10-16 Tom de Vries <tdevries@suse.de>
8552
8553 PR gdb/23730
8554 * gdb.base/catch-follow-exec.c: Add copyright notice.
8555 * gdb.base/catch-follow-exec.exp: Rewrite to use
8556 gdb_spawn_with_cmdline_opts. Require gdb-native.
8557
8bca2978
SL
85582018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8559
8560 * gdb.trace/actions-changed.exp: Check for arch support.
8561 * gdb.trace/actions.exp: Likewise.
8562 * gdb.trace/ax.exp: Likewise.
8563 * gdb.trace/backtrace.exp: Likewise.
8564 * gdb.trace/change-loc.exp: Likewise.
8565 * gdb.trace/deltrace.exp: Likewise.
8566 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8567 * gdb.trace/ftrace.exp: Likewise.
8568 * gdb.trace/infotrace.exp: Check for arch support.
8569 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8570 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8571 * gdb.trace/mi-tsv-changed.exp: Likewise.
8572 * gdb.trace/packetlen.exp: Likewise.
8573 * gdb.trace/passc-dyn.exp: Likewise.
8574 * gdb.trace/passcount.exp: Likewise.
8575 * gdb.trace/pending.exp: Likewise.
8576 * gdb.trace/range-stepping.exp: Check for shlib support.
8577 * gdb.trace/report.exp: Check for arch support.
8578 * gdb.trace/save-trace.exp: Likewise.
8579 * gdb.trace/signal.exp: Check for signal support.
8580 * gdb.trace/tfind.exp: Check for arch support.
8581 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8582 * gdb.trace/trace-common.h: Add comment.
8583 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8584 * gdb.trace/trace-enable-disable.exp: Likewise.
8585 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8586 * gdb.trace/tracecmd.exp: Check for arch support.
8587 * gdb.trace/tspeed.exp: Check for shlib and target support.
8588 * gdb.trace/tstatus.exp: Check for arch support.
8589 * gdb.trace/tsv.exp: Likewise.
8590 * gdb.trace/while-dyn.exp: Likewise.
8591 * gdb.trace/while-stepping.exp: Likewise.
8592 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8593
f9c49bff
SM
85942018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8595
8596 * gdb.trace/tspeed.exp: Remove nowarnings.
8597 (prepare_for_trace_test): Declare "global ipalib".
8598 * gdb.trace/tspeed.c: Include unistd.h.
8599 (main): Remove superfluous printf argument.
8600
d4330bde
SL
86012018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8602
8603 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8604 directory prefix on the filename.
8605
8ecfd7bd
SDJ
86062018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8607
8608 * gdb.gdb/unittest.exp: Update expected message informing that
8609 selftests have been disabled.
8610 * gdb.server/unittest.exp: Likewise.
8611
58bbcd02
TV
86122018-10-09 Tom de Vries <tdevries@suse.de>
8613
8614 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8615 with runto_main.
8616
9f6b697b
WP
86172018-10-08 Weimin Pan <weimin.pan@oracle.com>
8618
8619 PR c++/16841
8620 * gdb.cp/virtbase2.cc: New file.
8621 * gdb.cp/virtbase2.exp: New file.
8622
add5ded5
TT
86232018-10-06 Tom Tromey <tom@tromey.com>
8624
8625 PR python/19399:
8626 * gdb.python/py-inferior.exp: Add architecture test.
8627
f9e48344
TT
86282018-10-06 Tom Tromey <tom@tromey.com>
8629
8630 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8631 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8632
2a8be203
TT
86332018-10-06 Tom Tromey <tom@tromey.com>
8634
8635 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8636 of a "throw" catchpoint.
8637
e04caa70
SDJ
86382018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8639
8640 * gdb.base/info-proc.exp: Update string expected from "help info
8641 proc".
8642
5ca8c39f
TT
86432018-10-04 Tom Tromey <tom@tromey.com>
8644
8645 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8646 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8647 (test_initial_complaints, test_empty_complaints): Update.
8648 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8649
3453e7e4
TT
86502018-10-04 Tom Tromey <tom@tromey.com>
8651
8652 PR cli/19551:
8653 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8654 * lib/gdb.exp (gdb_file_cmd): Update.
8655 * gdb.stabs/weird.exp (print_weird_var): Update.
8656 * gdb.server/solib-list.exp: Update.
8657 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8658 * gdb.mi/mi-cli.exp: Update.
8659 * gdb.linespec/linespec.exp: Update.
8660 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8661 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8662 * gdb.cp/cp-relocate.exp: Update.
8663 * gdb.base/sym-file.exp: Update.
8664 * gdb.base/relocate.exp: Update.
8665 * gdb.base/readnever.exp: Update.
8666 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8667 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8668 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8669 * gdb.base/code_elim.exp: Update.
8670 * gdb.base/break-unload-file.exp (test_break): Update.
8671 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8672 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8673 Update.
8674 * gdb.base/attach.exp (do_attach_tests): Update.
8675 * gdb.base/sepdebug.exp: Update.
8676 * gdb.python/py-section-script.exp: Update.
8677
6afcf761
TT
86782018-10-04 Tom Tromey <tom@tromey.com>
8679
8680 PR cli/22234:
8681 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8682 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8683 output.
8684
fef1b293
TT
86852018-10-04 Tom Tromey <tom@tromey.com>
8686
8687 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8688 set width and height to 0.
8689 (test_command_line_attach_run): Use -quiet.
8690
ca98345e
SL
86912018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8692
8693 * lib/gdb.exp (skip_ifunc_tests): New.
8694 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8695 other compile failures.
8696 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8697
ff34e6ae
SM
86982018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8699
8700 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8701 is_amd64_regs_target.
8702
6bb8890e
AH
87032018-10-01 Alan Hayward <alan.hayward@arm.com>
8704
8705 * gdb.arch/aarch64-sighandler-regs.c: New test.
8706 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8707 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8708
224d30d3
MM
87092018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8710
8711 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8712 assembly.
8713
f67ffa6a
AB
87142018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8715
8716 * gdb.base/frame-selection.exp: New file.
8717 * gdb.base/frame-selection.c: New file.
8718
9fc3183f
AH
87192018-09-27 Alan Hayward <alan.hayward@arm.com>
8720
8721 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8722 pthread barrier.
8723 (main): Likewise.
8724
d354055e
AB
87252018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8726
8727 * gdb.base/large-frame-1.c: New file.
8728 * gdb.base/large-frame-2.c: New file.
8729 * gdb.base/large-frame.exp: New file.
8730 * gdb.base/large-frame.h: New file.
8731
db727370
JL
87322018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8733
8734 PR gdb/20948
8735 * gdb.base/write_mem.exp: New test.
8736 * gdb.base/write_mem.c: Likewise.
8737
ae778caf
TT
87382018-09-23 Tom Tromey <tom@tromey.com>
8739
8740 PR python/18852:
8741 * gdb.python/py-parameter.exp: Add test for parameter that throws
8742 on "set".
8743
fd3ba736
TT
87442018-09-23 Tom Tromey <tom@tromey.com>
8745
8746 PR python/17284:
8747 * gdb.python/py-template.exp (test_template_arg): Add test for
8748 negative template argument number.
8749
39a24317
TT
87502018-09-23 Tom Tromey <tom@tromey.com>
8751
8752 PR python/14062:
8753 * gdb.python/python.exp: Add test for post_event error.
8754
f5769a2c
TT
87552018-09-23 Tom Tromey <tom@tromey.com>
8756
8757 PR python/18170:
8758 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8759 convert pointers to int and long.
8760
1c1e54f6
TT
87612018-09-23 Tom Tromey <tom@tromey.com>
8762
8763 PR python/20126:
8764 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8765 signed-ness conversion tests.
8766
fb4fa946
TT
87672018-09-23 Tom Tromey <tom@tromey.com>
8768
8769 PR python/18352;
8770 * gdb.python/py-value.exp (test_float_conversion): New proc.
8771 Use it.
8772
a466edac
HAQ
87732018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8774
8775 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8776
4ee9b0c5
SL
87772018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8778
8779 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8780 no readline.
8781 * gdb.base/utf8-identifiers.exp: Likewise.
8782 * gdb.cp/cpcompletion.exp: Likewise.
8783 * gdb.linespec/cpcompletion.exp: Likewise.
8784 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8785 * gdb.linespec/cpls-ops.exp: Likewise.
8786
23be8da7
RB
87872018-09-19 Richard Bunt <richard.bunt@arm.com>
8788 Chris January <chris.january@arm.com>
8789
8790 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8791 * gdb.fortran/short-circuit-argument-list.exp: New file.
8792 * gdb.fortran/short-circuit-argument-list.f90: New test.
8793
5031d0ae
SDJ
87942018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8795
8796 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8797 "arch=" keyword when executing "-stack-list-frames".
8798
b4c0d1a4
SDJ
87992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8800
8801 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8802 "arch=" keyword when executing "-stack-list-frames".
8803
7a6d2b45
SDJ
88042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8805
8806 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8807 break ada".
8808
8588b356
SM
88092018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8810
8811 PR python/23669
8812 * gdb.python/python.exp: Test gdb.execute("show commands").
8813
65e65158
TT
88142018-09-16 Tom Tromey <tom@tromey.com>
8815
8816 * gdb.base/new-ui.exp (do_execution_tests): Update.
8817 * gdb.base/dbx.exp (test_breakpoints): Update.
8818
bf326452
AH
88192018-09-14 Alan Hayward <alan.hayward@arm.com>
8820
8821 * lib/gdb.exp (gdb_simple_compile): Add proc.
8822 (is_elf_target): Use gdb_simple_compile.
8823 (skip_altivec_tests): Likewise.
8824 (skip_vsx_tests): Likewise.
8825 (skip_tsx_tests): Likewise.
8826 (skip_btrace_tests): Likewise.
8827 (skip_btrace_pt_tests): Likewise.
8828 (gdb_can_simple_compile): Likewise.
8829 (gdb_has_argv0): Likewise.
8830 (gdb_target_symbol_prefix): Likewise.
8831 (target_supports_scheduler_locking): Likewise.
8832
2361b0fb
TT
88332018-09-13 Tom Tromey <tom@tromey.com>
8834
8835 * Makefile.in (TAGS): Recognize proc_with_prefix and
8836 gdb_caching_proc.
8837
0ae1a321
SM
88382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8841 method.
8842
a40bf0c2
SM
88432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8846 and a few other Inferior properties when the Inferior is no
8847 longer valid.
8848
4a3fe98f
TT
88492018-09-13 Tom Tromey <tom@tromey.com>
8850
8851 PR rust/23650:
8852 * gdb.rust/simple.exp: Add test for enum field access error.
8853
098b2108
TT
88542018-09-13 Tom Tromey <tom@tromey.com>
8855
8856 PR rust/23626:
8857 * gdb.rust/simple.rs (EmptyEnum): New type.
8858 (main): Use it.
8859 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8860
1256af7d
SM
88612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8864 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8865 * gdb.python/py-symtab.exp: Update test printing an objfile.
8866
4aa8e6c2
SM
88672018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8868
8869 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8870 object.
8871
c221b2f7
AH
88722018-09-12 Alan Hayward <alan.hayward@arm.com>
8873
8874 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8875 (support_complex_tests): Use gdb_can_simple_compile.
8876 (is_ilp32_target): Likewise.
8877 (is_lp64_target): Likewise.
8878 (is_64_target): Likewise.
8879 (is_amd64_regs_target): Likewise.
8880 (is_aarch32_target): Likewise.
8881 (gdb_int128_helper): Likewise.
8882
6f1107b5
JK
88832018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8884
8885 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8886
1f5d1570
JG
88872018-09-10 Jerome Guitton <guitton@adacore.com>
8888
8889 * gdb.ada/same_component_name: Add test for case of tagged record
8890 with variable-length fields.
8891
cc330e39
XR
88922018-09-10 Xavier Roirand <roirand@adacore.com>
8893
8894 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8895 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8896 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8897 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8898
b9c50e9a
XR
88992018-09-10 Xavier Roirand <roirand@adacore.com>
8900
8901 * gdb.ada/mi_string_access.exp: New testcase.
8902 * gdb.ada/mi_string_access/bar.adb: New file.
8903 * gdb.ada/mi_string_access/pck.adb: New file.
8904 * gdb.ada/mi_string_access/pck.asd: New file.
8905
2963898f
XR
89062018-09-10 Xavier Roirand <roirand@adacore.com>
8907
8908 * gdb.ada/mi_var_union.exp: New testcase.
8909 * gdb.ada/mi_var_union/bar.adb: New file.
8910 * gdb.ada/mi_var_union/pck.adb: New file.
8911 * gdb.ada/mi_var_union/pck.asd: New file.
8912
1aac008f
TT
89132018-09-08 Tom Tromey <tom@tromey.com>
8914
8915 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8916
332cf4c9
TT
89172018-09-08 Tom Tromey <tom@tromey.com>
8918
8919 PR python/16047:
8920 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8921 (register_pretty_printers): Register new printer.
8922 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8923 test.
8924 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8925 (an_int_type3): New global.
8926
424da6cf
JB
89272018-09-08 Joel Brobecker <brobecker@adacore.com>
8928
8929 * gdb.ada/expr_with_funcall: New testcase.
8930
2a62dfa9
JB
89312018-09-08 Joel Brobecker <brobecker@adacore.com>
8932
8933 * gdb.ada/packed_array_assign: New testcase.
8934
96b6697f
AB
89352018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8936
8937 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8938 names, and add test prefixes to make test names unique.
8939
e4a62c65
TV
89402018-09-05 Tom de Vries <tdevries@suse.de>
8941
8942 * gdb.dwarf2/varval.exp: Add test.
8943
dd083ee2
GB
89442018-09-04 Gary Benson <gbenson@redhat.com>
8945
8946 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8947 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8948
aef9346c
TT
89492018-08-31 Tom Tromey <tom@tromey.com>
8950
8951 * gdb.rust/simple.rs: Rename second variable "v".
8952
c67f2e15
AB
89532018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8954
8955 * gdb.base/funcargs.c (use_a): New function.
8956 (recurse): Call use_a.
8957
078a0207
KS
89582018-08-29 Keith Seitz <keiths@redhat.com>
8959
8960 * gdb.compile/compile-cplus-anonymous.cc: New file.
8961 * gdb.compile/compile-cplus-anonymous.exp: New file.
8962 * gdb.compile/compile-cplus-array-decay.cc: New file.
8963 * gdb.compile/compile-cplus-array-decay.exp: New file.
8964 * gdb.compile/compile-cplus-inherit.cc: New file.
8965 * gdb.compile/compile-cplus-inherit.exp: New file.
8966 * gdb.compile/compile-cplus-member.cc: New file.
8967 * gdb.compile/compile-cplus-member.exp: New file.
8968 * gdb.compile/compile-cplus-method.cc: New file.
8969 * gdb.compile/compile-cplus-method.exp: New file.
8970 * gdb.compile/compile-cplus-mod.c: "New" file.
8971 * gdb.compile/compile-cplus-namespace.cc: New file.
8972 * gdb.compile/compile-cplus-namespace.exp: New file.
8973 * gdb.compile/compile-cplus-nested.cc: New file.
8974 * gdb.compile/compile-cplus-nested.exp: New file.
8975 * gdb.compile/compile-cplus-print.c: "New" file.
8976 * gdb.compile/compile-cplus-print.exp: "New" file.
8977 * gdb.compile/compile-cplus-virtual.cc: New file.
8978 * gdb.compile/compile-cplus-virtual.exp: New file.
8979 * gdb.compile/compile-cplus.c: "New" file.
8980 * gdb.compile/compile-cplus.exp: "New" file.
8981 * lib/compile-support.exp: New file.
8982
b0f492b9
GB
89832018-08-16 Gary Benson <gbenson@redhat.com>
8984
8985 PR gdb/13000:
8986 * gdb.base/batch-exit-status.exp: New file.
8987 * gdb.base/batch-exit-status.good-commands: Likewise.
8988 * gdb.base/batch-exit-status.bad-commands: Likewise.
8989
36eb4c5f
AH
89902018-08-29 Alan Hayward <alan.hayward@arm.com>
8991
8992 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8993 (struct struct02): Likewise.
8994 (struct struct03): Likewise.
8995 (struct struct04): Likewise.
8996 (struct struct_01_01): New struct.
8997 (struct struct_01_02): Likewise.
8998 (struct struct_01_03): Likewise.
8999 (struct struct_01_04): Likewise.
9000 (struct struct_02_01): Likewise.
9001 (struct struct_02_02): Likewise.
9002 (struct struct_02_03): Likewise.
9003 (struct struct_02_04): Likewise.
9004 (struct struct_04_01): Likewise.
9005 (struct struct_04_02): Likewise.
9006 (struct struct_04_03): Likewise.
9007 (struct struct_04_04): Likewise.
9008 (struct struct_05_01): Likewise.
9009 (struct struct_05_02): Likewise.
9010 (struct struct_05_03): Likewise.
9011 (struct struct_05_04): Likewise.
9012 (cmp_struct01): Remove function.
9013 (cmp_struct02): Likewise.
9014 (cmp_struct03): Likewise.
9015 (cmp_struct04): Likewise.
9016 (cmp_struct_01_01): Add Function.
9017 (cmp_struct_01_02): Likewise.
9018 (cmp_struct_01_03): Likewise.
9019 (cmp_struct_01_04): Likewise.
9020 (cmp_struct_02_01): Likewise.
9021 (cmp_struct_02_02): Likewise.
9022 (cmp_struct_02_03): Likewise.
9023 (cmp_struct_02_04): Likewise.
9024 (cmp_struct_04_01): Likewise.
9025 (cmp_struct_04_02): Likewise.
9026 (cmp_struct_04_03): Likewise.
9027 (cmp_struct_04_04): Likewise.
9028 (cmp_struct_05_01): Likewise.
9029 (cmp_struct_05_02): Likewise.
9030 (cmp_struct_05_03): Likewise.
9031 (cmp_struct_05_04): Likewise.
9032 (call_all): Add new structs.
9033 * gdb.base/infcall-nested-structs.exp: Likewise.
9034
3bf9c013
JV
90352018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9036
9037 * gdb.python/py-framefilter-mi.exp: Update regexp to
9038 check for "arch" field in frame output.
9039
450d1e88
KB
90402018-08-23 Kevin Buettner <kevinb@redhat.com>
9041
9042 * gdb.dwarf2/dw2-ranges-func.c: New file.
9043 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9044
ae739fe7
SM
90452018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9046
9047 * gdb.base/term.exp: Compare terminal settings with values from
9048 the inferior.
9049 * gdb.base/term.c: Get and set terminal settings.
9050
6d52907e
JV
90512018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9052
9053 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9054 accommodate new "arch" field in frame output.
9055 * gdb.mi/mi-return.exp: Likewise.
9056 * gdb.mi/mi-stack.exp: Likewise.
9057 * gdb.mi/mi-syn-frame.exp: Likewise.
9058 * gdb.mi/user-selected-context-sync.exp: Likewise.
9059
be2d111a
MS
90602018-08-19 Michael Spang <spang@google.com>
9061
9062 PR gdb/11786
9063 * gdb.base/gcore-tls-pie.c: New file.
9064 * gdb.base/gcore-tls-pie.exp: New file.
9065
ae3a7c47
KB
90662018-08-18 Kevin Buettner <kevinb@redhat.com>
9067
9068 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9069 * gdb.dwarf2/varval.c: New file.
9070 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9071
2ecae92e
AH
90722018-08-17 Alan Hayward <alan.hayward@arm.com>
9073
9074 PR gdb/18931
9075 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9076
c1854f1d
KS
90772018-08-16 Keith Seitz <keiths@redhat.com>
9078
9079 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9080 tests expected to pass.
9081
26fb3983
JV
90822018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9083
9084 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9085 -data-disassemble -a.
9086 (test_disassembly_bogus_args): Likewise.
9087
67943c00
AB
90882018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9089
9090 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9091
5ff2bbae
AB
90922018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9093
9094 * gdb.base/vla-optimized-out.exp: Add new test.
9095
e5bbcd0f
AB
90962018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9097
9098 * gdb.base/vla-optimized-out-o3.exp: Delete.
9099 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9100 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9101 deleted tests.
9102
9d4a934c
AB
91032018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9104
9105 PR gdb/18050:
9106 * gdb.server/extended-remote-restart.c: New file.
9107 * gdb.server/extended-remote-restart.exp: New file.
9108
045cf012
SM
91092018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9110
9111 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9112 "set variable index = 42".
9113
87d6a7aa
SM
91142018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9115
9116 * boards/index-cache-gdb.exp: New file.
9117 * gdb.dwarf2/index-cache.exp: New file.
9118 * gdb.dwarf2/index-cache.c: New file.
9119 * gdb.base/maint.exp: Check if we are using the index cache.
9120
96d68bd4
RO
91212018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9122
9123 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9124 MAKEFLAGS.
9125
5a699617
RO
91262018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9127
9128 * dg-extract-results.sh: Move to toplevel contrib.
9129 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9130 * Makefile.in (check-parallel-racy): Likewise.
9131
5bd18990
AB
91322018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9133
9134 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9135 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9136 tests if the target supports scheduler locking.
9137
3fbbcf47
TV
91382018-08-04 Tom de Vries <tdevries@suse.de>
9139
9140 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9141
3e1d3d8c
TT
91422018-08-02 Tom Tromey <tom@tromey.com>
9143
9144 PR symtab/16842.
9145 * gdb.cp/temargs.exp: Test "info address" of a template
9146 parameter.
9147
5abe0f0c
JV
91482018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9149
9150 * gdb.python/py-mi-var-info-path-expression.c: New file.
9151 * gdb.python/py-mi-var-info-path-expression.py: New file.
9152 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9153
fb66cde8
SDJ
91542018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9155
9156 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9157 error after "cannot resolve name" string.
9158
c708f4d2
AB
91592018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9160
9161 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9162 started.
9163 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9164
37cc0cae
TV
91652018-07-28 Tom de Vries <tdevries@suse.de>
9166
9167 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9168
63b4ecf7
TV
91692018-07-26 Tom de Vries <tdevries@suse.de>
9170
9171 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9172
3c3bb058
AB
91732018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9174
9175 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9176 is visible.
9177
9e7f3bbb
TV
91782018-07-26 Tom de Vries <tdevries@suse.de>
9179
9180 PR breakpoints/23366
9181 * gdb.base/catch-follow-exec.c: New test.
9182 * gdb.base/catch-follow-exec.exp: New file.
9183
16f808ec
TV
91842018-07-25 Tom de Vries <tdevries@suse.de>
9185
9186 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9187 vla-optimized-out.c.
9188
d7154a8d
JV
91892018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9190
9191 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9192 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9193
232a0032
TV
91942018-07-20 Tom de Vries <tdevries@suse.de>
9195
9196 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9197 NOCLONE macro.
9198 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9199
fbb1d502
TV
92002018-07-19 Tom de Vries <tdevries@suse.de>
9201
9202 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9203 regular expression.
9204
42dc7699
TV
92052018-07-18 Tom de Vries <tdevries@suse.de>
9206
9207 * gdb.base/vla-optimized-out.c: New test.
9208 * gdb.base/vla-optimized-out.exp: New file.
9209
7f1f7e23
SDJ
92102018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9211
9212 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9213 message "No address associated with hostname" when gdbserver
9214 cannot resolve the hostname.
9215
5759ebb3
PW
92162018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9217
9218 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9219 Add some test prefixes to make tests unique.
9220
3606ccab
PW
92212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9222
9223 * gdb.base/frameapply.c: New file.
9224 * gdb.base/frameapply.exp: New file.
9225
529c08b2
PW
92262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9227
9228 * gdb.base/skip.exp: Update expected error message.
9229
c7ab0aef
SDJ
92302018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9231 Jan Kratochvil <jan.kratochvil@redhat.com>
9232 Paul Fertser <fercerpav@gmail.com>
9233 Tsutomu Seki <sekiriki@gmail.com>
9234
9235 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9236 parameter.
9237 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9238 by default.
9239 * boards/native-gdbserver.exp: Likewise.
9240 * gdb.server/run-without-local-binary.exp: Improve regexp used
9241 for detecting when a remote debugging connection succeeds.
9242 * gdb.server/server-connect.exp: New file.
9243 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9244 Do not prefix the port number with ":".
9245 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9246 support for detecting and using it. Add '$debughost_gdbserver'
9247 to the list of arguments used to start gdbserver. Handle case
9248 when gdbserver cannot resolve a network name.
9249
16ff70dd
SDJ
92502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9251
9252 PR c++/23373
9253 * gdb.base/ptype-offsets.cc (struct static_member): New
9254 struct.
9255 (main) <stmember>: New variable.
9256 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9257 with a static member in it.
9258
3541979f
AB
92592018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9260
9261 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9262 watchpoints enabled and disabled.
9263
c8ad9b9a
AB
92642018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9265
9266 * gdb.base/examine-backward.exp: Still run tests around address
9267 0x0, even if address 0x0 is not readable. Update the pattern for
9268 matching address 0x0 in expected output.
9269
e0e5e971
AB
92702018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9271
9272 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9273 malloc/free.
9274
1ea5da02
TV
92752018-07-04 Tom de Vries <tdevries@suse.de>
9276
9277 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9278
471b9d15
MR
92792018-07-02 Maciej W. Rozycki <macro@mips.com>
9280
9281 PR tdep/8282
9282 * gdb.arch/mips-disassembler-options.exp: New test.
9283 * gdb.arch/mips-disassembler-options.s: New test source.
9284
75acb486
PA
92852018-06-29 Pedro Alves <palves@redhat.com>
9286
9287 * gdb.threads/names.exp: Adjust expected "info threads" output.
9288
cd2bb709
PA
92892018-06-29 Pedro Alves <palves@redhat.com>
9290
9291 * gdb.opt/inline-break.exp (line number, address): Add "info
9292 break" tests.
9293
991ff292
PA
92942018-06-29 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9297 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9298 number and address and running to them.
9299
356819b6 93002018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9301
9302 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9303
2512d7ef
JK
93042018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9305
9306 * lib/compiler.c: Remove executable permission flag.
9307
be1b6474
RB
93082018-06-28 Richard Bunt <richard.bunt@arm.com>
9309
9310 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9311 code.
9312 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9313
291f9a96
PT
93142018-06-28 Petr Tesarik <ptesarik@suse.cz>
9315
9316 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9317
ed6dfe51
PT
93182018-06-28 Petr Tesarik <ptesarik@suse.cz>
9319
9320 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9321 address argument is omitted.
9322
d4d429d5
PT
93232018-06-28 Petr Tesarik <ptesarik@suse.cz>
9324
9325 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9326
7ab6656f
OJ
93272018-06-27 Omair Javaid <omair.javaid@linaro.org>
9328
9329 PR gdb/21695
9330 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9331 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9332
a33ccfc7
TT
93332018-06-26 Tom Tromey <tom@tromey.com>
9334
9335 PR rust/22574:
9336 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9337 * gdb.rust/simple.rs (struct SimpleLayout): New.
9338
6d72d289
SM
93392018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9342 "info registers" output.
9343
8363f9d5
RB
93442018-06-21 Richard Bunt <richard.bunt@arm.com>
9345
9346 * gdb.base/watchpoint-hw-attach.c: New test.
9347 * gdb.base/watchpoint-hw-attach.exp: New file.
9348
f00674fe
SM
93492018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9350
9351 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9352 through /bin/sh.
9353 * boards/dwarf4-gdb-index.exp: Likewise.
9354 * boards/fission-dwp.exp: Likewise.
9355
1d554008
UW
93562018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9357
9358 * gdb.base/float128.exp: Add comment and improved fail message
9359 to the failure case of "print large128" test.
9360
d0ac1c44
SM
93612018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9362
9363 * configure.ac: Remove AC_PREREQ.
9364 * configure: Re-generate.
9365
61b04dd0
PA
93662018-06-19 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9369 (func_extern_caller): New.
9370 (main): Call func_extern_caller.
9371 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9372 logic change.
9373
f63b508a
SM
93742018-06-18 Weimin Pan <weimin.pan@oracle.com>
9375
9376 PR gdb/16841
9377 * gdb.cp/typedef-base.cc: New file.
9378 * gdb.cp/typedef-base.exp: New file.
9379
0fe3a558
TV
93802018-06-18 Tom de Vries <tdevries@suse.de>
9381
9382 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9383
7010835a
AB
93842018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9385 Richard Bunt <Richard.Bunt@arm.com>
9386
9387 * gdb.threads/attach-slow-waitpid.c: New file.
9388 * gdb.threads/attach-slow-waitpid.exp: New file.
9389 * gdb.threads/slow-waitpid.c: New file.
9390
14897d65
PA
93912018-06-14 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/fork-running-state.c: Include <errno.h>.
9394 (exit_if_relative_exits): New.
9395 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9396 exits.
9397 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9398 child exits.
9399
5d9a0608
TV
94002018-06-14 Tom de Vries <tdevries@suse.de>
9401
9402 PR cli/22573
9403 * gdb.base/finish-pretty.c: New test.
9404 * gdb.base/finish-pretty.exp: New file.
9405
11ae5818
PA
94062018-06-14 Pedro Alves <palves@redhat.com>
9407
9408 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9409 gdb's expected startup output.
9410
1d39de44
PA
94112018-06-14 Pedro Alves <palves@redhat.com>
9412
9413 * lib/selftest-support.exp (selftest_setup): Remove inlined
9414 function handling.
9415
70ee0000
TV
94162018-06-14 Tom de Vries <tdevries@suse.de>
9417
9418 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9419 matching of breakpoint printing.
9420
11f4b608
TV
94212018-06-13 Tom de Vries <tdevries@suse.de>
9422
9423 PR testsuite/23269
9424 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9425 (fork_child): ... here, and ...
9426 (fork_parent): ... here.
9427
94282018-06-12 Tom de Vries <tdevries@suse.de>
9429
9430 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9431
9516f85a
AB
94322018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9433 Stephen Roberts <stephen.roberts@arm.com>
9434
9435 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9436 rewrite test to describe action performed, rather than possible
9437 failure.
9438
5045b3d7
GB
94392018-06-08 Gary Benson <gbenson@redhat.com>
9440
9441 * gdb.threads/check-libthread-db.exp: New file.
9442 * gdb.threads/check-libthread-db.c: Likewise.
9443
c61b06a1
TT
94442018-06-05 Tom Tromey <tom@tromey.com>
9445
9446 * gdb.base/default.exp: Update expected "show version" output.
9447
eb6af809
TT
94482018-06-05 Tom Tromey <tom@tromey.com>
9449
9450 PR cli/12326:
9451 * gdb.cp/static-print-quit.exp: Update.
9452 * lib/gdb.exp (pagination_prompt): Update.
9453 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9454 * gdb.python/python.exp: Update.
9455
178d6a63
JB
94562018-06-04 Joel Brobecker <brobecker@adacore.com>
9457
9458 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9459
8e817061
JB
94602018-06-01 Joel Brobecker <brobecker@adacore.com>
9461
9462 * gdb.ada/bp_fun_addr: New testcase.
9463
e86ca25f
TT
94642018-06-01 Tom Tromey <tom@tromey.com>
9465
9466 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9467 results.
9468 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9469 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9470 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9471 * gdb.base/maint.exp (maint_pass_if): Update.
9472
4b2dfa9d
MR
94732018-05-31 Maciej W. Rozycki <macro@mips.com>
9474
9475 * gdb.base/endian.exp: New test.
9476 * gdb.base/endian.c: New test source.
9477
45f25d6c
AB
94782018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9479
9480 PR gdb/23203
9481 * gdb.base/bt-selected-frame.c: New file.
9482 * gdb.base/bt-selected-frame.exp: New file.
9483 * lib/gdb.exp (get_current_frame_number): New function.
9484
d9f6d7f8
MR
94852018-05-24 Maciej W. Rozycki <macro@mips.com>
9486 Pedro Alves <palves@redhat.com>
9487
9488 * gdb.threads/tls-core.c: Include <stdlib.h>
9489 (thread_proc): Call `abort'.
9490 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9491 (tls_core_test): New procedure, bits factored out from ...
9492 (top level): ... here. Test both native cores and gcore cores.
9493
ff1cf532
TT
94942018-05-23 Tom Tromey <tom@tromey.com>
9495
9496 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9497
b98664d3
TT
94982018-05-23 Tom Tromey <tom@tromey.com>
9499
9500 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9501 symfile_complaints.
9502 (test_short_complaints): Likewise.
9503 (test_empty_complaints): Likewise.
9504 (test_initial_complaints): Update.
9505
4e9668d0
TT
95062018-05-23 Tom Tromey <tom@tromey.com>
9507
9508 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9509
43ba33c7
TT
95102018-05-23 Tom Tromey <tom@tromey.com>
9511
9512 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9513 (test_short_complaints): Update.
9514
035522c0
PA
95152018-05-22 Pedro Alves <palves@redhat.com>
9516
9517 * gdb.base/remote.exp: Only gdb_start after compiling the
9518 testcase. Issue "disconnect" before testing "set remote" command
9519 defaults. Issue clean_restart before running to main.
9520
cc0be08f
PA
95212018-05-22 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/remote.exp: Adjust expected output of "show remote
9524 memory-write-packet-size". Add tests for "set remote
9525 memory-write-packet-size 0" and "set remote
9526 memory-write-packet-size fixed/limit".
9527
b1b60145
PA
95282018-05-22 Pedro Alves <palves@redhat.com>
9529
9530 PR gdb/22973
9531 * gdb.base/utf8-identifiers.c: New file.
9532 * gdb.base/utf8-identifiers.exp: New file.
9533
0ec848ad
PFC
95342018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9535
9536 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9537
2c3305f6
PFC
95382018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9539
9540 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9541
ce1e8424
TT
95422018-05-18 Tom Tromey <tom@tromey.com>
9543
9544 * gdb.base/ptype-offsets.exp: Update.
9545
ddfe970e
KS
95462018-05-17 Keith Seitz <keiths@redhat.com>
9547
9548 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9549 in expected breakpoint stop locations.
9550 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9551 move to proper scope to test variable values.
9552 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9553 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9554 New functions.
9555 (main): Call not_inline_func3.
9556 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9557 inline_func1, inline_func2, and inline_func3. Test that when each
9558 breakpoint is hit, GDB properly reports both the stop location
9559 and the backtrace. Repeat tests for temporary breakpoints.
9560
0726fcc6
MR
95612018-05-15 Maciej W. Rozycki <macro@mips.com>
9562
9563 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9564 rather then trying to access it in determining whether the PID
9565 of `gdbserver' could have been retrieved.
9566
8ee22052
AB
95672018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9568
9569 * gdb.arch/amd64-init-x87-values.S: New file.
9570 * gdb.arch/amd64-init-x87-values.exp: New file.
9571
7785df48
JK
95722018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9573
9574 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9575
56bcdbea
TT
95762018-05-04 Tom Tromey <tom@tromey.com>
9577
9578 PR python/22730:
9579 * gdb.python/python.exp: Test multi-line execute.
9580
a913fffb
TT
95812018-05-04 Tom Tromey <tom@tromey.com>
9582
9583 PR python/22731:
9584 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9585
7a2c85f2
TT
95862018-05-04 Tom Tromey <tom@tromey.com>
9587
9588 PR gdb/11750:
9589 * gdb.base/define.exp: Test defining a user command inside a user
9590 command.
9591 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9592
a3b60e45
JK
95932018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9594 Pedro Alves <palves@redhat.com>
9595
9596 PR breakpoints/19806 and support for PR external/20207.
9597 * gdb.base/watchpoint-unaligned.c: New file.
9598 * gdb.base/watchpoint-unaligned.exp: New file.
9599
45fe4a03
AB
96002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9601
9602 * gdb.base/maint.exp: Make test names unique, use
9603 test_prefix_command_help to test 'help maint info', and remove
9604 repeated test of 'help maint'.
9605
9be2ae8f
TT
96062018-05-04 Tom Tromey <tom@tromey.com>
9607
9608 PR gdb/22619:
9609 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9610 behavior.
9611
11859c31
AB
96122018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9613
9614 * gdb.base/maint.exp: Process output from 'maint print registers'
9615 line at a time.
9616
089a9490
AB
96172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9618
9619 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9620 timeout.
9621
9b0797e2
AB
96222018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9623
9624 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9625 filter pattern.
9626
f6ac5f3d
PA
96272018-05-02 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9630 to_log_command renames.
9631 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9632
77d3c63b
TT
96332018-05-02 Tom Tromey <tom@tromey.com>
9634
9635 * gdb.python/py-parameter.exp: Set test message.
9636
0489430a
TT
96372018-05-02 Tom Tromey <tom@tromey.com>
9638
9639 PR python/20084:
9640 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9641 PARAM_ZUINTEGER_UNLIMITED tests.
9642
1632f8ba
DR
96432018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9644
9645 PR rust/23124
9646 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9647 when casting.
9648
6d7bb824
TT
96492018-04-30 Tom Tromey <tom@tromey.com>
9650
9651 * gdb.python/py-type.exp: Check align attribute.
9652 * gdb.python/py-type.c: New "aligncheck" global.
9653
007e1530
TT
96542018-04-30 Tom Tromey <tom@tromey.com>
9655
9656 PR exp/17095:
9657 * gdb.dwarf2/dw2-align.exp: New file.
9658 * gdb.cp/align.exp: New file.
9659 * gdb.base/align.exp: New file.
9660 * lib/gdb.exp (gdb_int128_helper): New proc.
9661 (has_int128_c, has_int128_cxx): New caching procs.
9662
6873858b
TT
96632018-04-27 Tom Tromey <tom@tromey.com>
9664
9665 PR rust/22545:
9666 * gdb.rust/simple.exp: Add inclusive range tests.
9667
79188d8d
PA
96682018-04-26 Pedro Alves <palves@redhat.com>
9669
9670 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9671 ifunc breakpoint locations correctly of ifunc breakpoints set
9672 while the program resolves the ifunc.
9673
c7075ad5
PA
96742018-04-26 Pedro Alves <palves@redhat.com>
9675
9676 * gdb.base/gnu-ifunc-final.c: New file.
9677 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9678 * gdb.base/gnu-ifunc.exp (executable): Delete.
9679 (staticexecutable): Adjust.
9680 (lib_opts, exec_opts): Delete.
9681 (make_binsuffix, build, set-break): New procedures.
9682 (misc_tests): New, with tests factored out from the top level.
9683 (top level): Test different combinations of ifunc resolver name,
9684 resolver with and with debug info, and ifunc target with and
9685 without debug info. Wrap static tests with with_target_prefix.
9686
8388016d
PA
96872018-04-26 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9690 return type" warnings.
9691
249b5733
PA
96922018-04-25 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9695 killed".
9696 * gdb.base/kill-after-signal.exp: Likewise.
9697 * gdb.threads/kill.exp: Likewise.
9698
f67c0c91
SDJ
96992018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9700 Sergio Durigan Junior <sergiodj@redhat.com>
9701 Pedro Alves <palves@redhat.com>
9702
9703 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9704 regexps to expect for '[Inferior ... detached]' as well.
9705 * gdb.base/attach.exp: Likewise.
9706 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9707 "gdb_continue_to_end".
9708 (test_catch_syscall_with_wrong_args): Likewise.
9709 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9710 ']'. Don't set 'verbose' on.
9711 * gdb.base/foll-vfork.exp: Likewise.
9712 * gdb.base/fork-print-inferior-events.c: New file.
9713 * gdb.base/fork-print-inferior-events.exp: New file.
9714 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9715 '[Inferior ... has been killed]' message.
9716 * gdb.base/kill-after-signal.exp: Likewise.
9717 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9718 detach message.
9719 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9720 message.
9721 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9722 regexps to expect for '[Inferior ... detached]' as well.
9723 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9724
0a8ddac4
SM
97252018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9726
9727 PR gdb/23104
9728 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9729
701adfb0
PA
97302018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9731
9732 PR gdb/23095
9733 * gdb.base/break-probes.exp: Pass shlib_load to
9734 prepare_for_testing. Set normal_bp to r_debug_state if target is
9735 bsd.
9736
d27d16bf
RB
97372018-04-19 Richard Bunt <richard.bunt@arm.com>
9738
9739 * gdb.threads/multiple-successive-infcall.c: New test.
9740 * gdb.threads/multiple-successive-infcall.exp: New file.
9741
a037790e
TT
97422018-04-17 Tom Tromey <tom@tromey.com>
9743
9744 * gdb.rust/simple.rs (Union): New type.
9745 (main): New local "u".
9746 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9747
e3a91079
AA
97482018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9749
9750 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9751 number information in output of "whereis" command.
9752 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9753
b744723f
AA
97542018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9755
9756 * gdb.ada/info_types.exp: Adjust expected output to the line
9757 numbers now printed by "info var/func/type".
9758 * gdb.base/completion.exp: Likewise.
9759 * gdb.base/included.exp: Likewise.
9760 * gdb.cp/cp-relocate.exp: Likewise.
9761 * gdb.cp/cplusfuncs.exp: Likewise.
9762 * gdb.cp/namespace.exp: Likewise.
9763 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9764
4a4495d6
MM
97652018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9766
9767 * gdb.btrace/cpu.exp: New.
9768
1d509aa6
MM
97692018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9770
9771 * gdb.base/step-indirect-call-thunk.exp: New.
9772 * gdb.base/step-indirect-call-thunk.c: New.
9773 * gdb.reverse/step-indirect-call-thunk.exp: New.
9774 * gdb.reverse/step-indirect-call-thunk.c: New.
9775
6295b6da
SM
97762018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9777
9778 * gdb.base/pie-fork.c: New file.
9779 * gdb.base/pie-fork.exp: New file.
9780
50146e70
TT
97812018-04-11 Tom Tromey <tom@tromey.com>
9782
9783 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9784
f50d8a2e
PA
97852018-04-10 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9788 exits. Instead loop running forever.
9789 (fork_parent): Run forever too.
9790
a0be7a36
SM
97912018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9792
9793 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9794 mi_continue_to_line.
9795 * gdb.mi/mi-stack.c (callee4): Add comment.
9796
9b73db36
SM
97972018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9798
9799 * gdb.mi/mi-stack.exp: Fix indentation.
9800
c912f608
SM
98012018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9802
9803 PR gdb/22979
9804 * gdb.arch/amd64-osabi.exp: New file.
9805
26540402
SM
98062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 PR gdb/22980
9809 * gdb.base/osabi.exp: New file.
9810
121ad66c 98112018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9812
9813 * gdb.cp/static-typedef-print.exp: New file.
9814 * gdb.cp/static-typedef-print.cc: New file.
9815
3fcded8f
JB
98162018-03-27 Joel Brobecker <brobecker@adacore.com>
9817
9818 * gdb.ada/varsize_limit: New testcase.
9819
59cc4834
JB
98202018-03-27 Joel Brobecker <brobecker@adacore.com>
9821
9822 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9823
9824 * gdb.ada/notcplusplus: New testcase.
9825
9826 * gdb.base/c-linkage-name.c: New file.
9827 * gdb.base/c-linkage-name.exp: New testcase.
9828
4ca59a9f
TT
98292018-03-26 Tom Tromey <tom@tromey.com>
9830
9831 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9832 * gdb.python/py-framefilter.py (name_error): New global.
9833 (ErrorInName.function): Use name_error.
9834
978d6c75
TT
98352018-03-26 Tom Tromey <tom@tromey.com>
9836
9837 PR backtrace/15582:
9838 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9839
b7fee5a3
KS
98402018-03-23 Keith Seitz <keiths@redhat.com>
9841
9842 PR c++/22968
9843 * gdb.cp/subtypes.exp: New file.
9844 * gdb.cp/subtypes.h: New file.
9845 * gdb.cp/subtypes.cc: New file.
9846 * gdb.cp/subtypes-2.cc: New file.
9847
376be529
AB
98482018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9849
9850 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9851 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9852 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9853 -nostartfiles when compiling the test. Confirm that all registers
9854 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9855
066cfa98
AB
98562018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9857
9858 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9859 option, syntax was wrong anyway.
9860 * gdb.arch/arm-disp-step.exp: Likewise.
9861 * gdb.arch/sparc64-regs.exp: Likewise.
9862 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9863 option, syntax was wrong anyway, switch to use
9864 prepare_for_testing.
9865 * gdb.arch/i386-disp-step.exp: Likewise.
9866
079670b9
AA
98672018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9868
9869 * gdb.ada/exec_changed.exp: Replace "target_info exists
9870 use_gdb_stub" by "use_gdb_stub".
9871 * gdb.ada/start.exp: Likewise.
9872 * gdb.base/async-shell.exp: Likewise.
9873 * gdb.base/attach-pie-misread.exp: Likewise.
9874 * gdb.base/attach-wait-input.exp: Likewise.
9875 * gdb.base/break-entry.exp: Likewise.
9876 * gdb.base/break-interp.exp: Likewise.
9877 * gdb.base/dprintf-detach.exp: Likewise.
9878 * gdb.base/nostdlib.exp: Likewise.
9879 * gdb.base/solib-nodir.exp: Likewise.
9880 * gdb.base/statistics.exp: Likewise.
9881 * gdb.base/testenv.exp: Likewise.
9882 * gdb.mi/mi-exec-run.exp: Likewise.
9883 * gdb.mi/mi-start.exp: Likewise.
9884 * gdb.multi/dummy-frame-restore.exp: Likewise.
9885 * gdb.multi/multi-arch-exec.exp: Likewise.
9886 * gdb.multi/multi-arch.exp: Likewise.
9887 * gdb.multi/tids.exp: Likewise.
9888 * gdb.multi/watchpoint-multi.exp: Likewise.
9889 * gdb.python/py-events.exp: Likewise.
9890 * gdb.threads/attach-into-signal.exp: Likewise.
9891 * gdb.threads/attach-stopped.exp: Likewise.
9892 * gdb.threads/threadapply.exp: Likewise.
9893 * lib/selftest-support.exp: Likewise.
9894
26d6cec4
AA
98952018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9896
9897 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9898
4ee89e90
SR
98992018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9900
9901 * gdb.perf/template-breakpoints.cc: New file.
9902 * gdb.perf/template-breakpoints.exp: New file.
9903 * gdb.perf/template-breakpoints.py: New file.
9904
92630041
TT
99052018-03-19 Tom Tromey <tom@tromey.com>
9906
9907 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9908 y0.
9909 * gdb.rust/simple.exp: Test bare identifier form of struct
9910 initializer.
9911
76727919
TT
99122018-03-19 Tom Tromey <tom@tromey.com>
9913
9914 * gdb.gdb/observer.exp: Remove.
9915
194ed413
AA
99162018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9917
9918 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9919 "qualified" option when setting breakpoints.
9920 * gdb.trace/backtrace.exp: Likewise.
9921 * gdb.trace/circ.exp: Likewise.
9922 * gdb.trace/collection.exp: Likewise.
9923 * gdb.trace/disconnected-tracing.exp: Likewise.
9924 * gdb.trace/ftrace-lock.exp: Likewise.
9925 * gdb.trace/ftrace.exp: Likewise.
9926 * gdb.trace/infotrace.exp: Likewise.
9927 * gdb.trace/packetlen.exp: Likewise.
9928 * gdb.trace/passc-dyn.exp: Likewise.
9929 * gdb.trace/qtro.exp: Likewise.
9930 * gdb.trace/read-memory.exp: Likewise.
9931 * gdb.trace/report.exp: Likewise.
9932 * gdb.trace/signal.exp: Likewise.
9933 * gdb.trace/status-stop.exp: Likewise.
9934 * gdb.trace/strace.exp: Likewise.
9935 * gdb.trace/tfind.exp: Likewise.
9936 * gdb.trace/trace-break.exp: Likewise.
9937 * gdb.trace/trace-condition.exp: Likewise.
9938 * gdb.trace/trace-mt.exp: Likewise.
9939 * gdb.trace/tstatus.exp: Likewise.
9940 * gdb.trace/tsv.exp: Likewise.
9941 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9942 * gdb.trace/unavailable.exp: Likewise.
9943 * gdb.trace/while-dyn.exp: Likewise.
9944
8b067d2c
AA
99452018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9946
9947 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9948 that libinproctrace is copied to the target.
9949
3ae9ce5d
TT
99502018-03-14 Tom Tromey <tom@tromey.com>
9951
9952 PR cli/14977:
9953 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9954 a null pointer.
9955 * gdb.base/wchar.exp: Likewise.
9956
b8c2339b
TT
99572018-03-14 Tom Tromey <tom@tromey.com>
9958
9959 PR cli/19918:
9960 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9961 flag.
9962
4872dc46
SM
99632018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 PR gdb/22841
9966 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9967 "target" to remote_exec.
9968
e4fe3756
SM
99692018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9970
9971 PR gdb/22841
9972 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9973 ${board}_upload): Remove.
9974
e95a97d4
AA
99752018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9976
9977 * gdb.cp/watch-cp.cc: New test.
9978 * gdb.cp/watch-cp.exp: New file.
9979
dbbb1059
AB
99802018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9981
9982 * gdb.base/infcall-nested-structs.exp: New file.
9983 * gdb.base/infcall-nested-structs.c: New file.
9984 * gdb.base/float.exp: Add riscv support.
9985
ecc054c0
TP
99862018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9987
9988 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9989 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9990
25e3c82c
SDJ
99912018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9992
9993 * gdb.server/abspath.exp: New file.
9994 * lib/gdb.exp (with_cwd): New procedure.
9995
3083294d
SM
99962018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9997
9998 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9999 use it.
10000 (gdb_is_target_remote_prompt): New proc.
10001 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10002 (gdb_is_target_native): Pass prompt parameter to
10003 gdb_is_target_1.
10004
3275ef47
SM
100052018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10006
10007 * gdb.base/load-command.c: New file.
10008 * gdb.base/load-command.exp: New file.
10009 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10010 (gdb_is_target_1): ...this, and generalize for other targets
10011 than just remote.
10012 (gdb_is_target_remote): Use gdb_is_target_1.
10013 (gdb_is_target_native): use gdb_is_target_1.
10014
6893c19a
TT
100152018-02-26 Tom Tromey <tom@tromey.com>
10016
10017 PR python/16497:
10018 * gdb.python/py-framefilter.exp: Update test.
10019
2ddeaf8a
TT
100202018-02-26 Tom Tromey <tom@tromey.com>
10021
10022 * gdb.dwarf2/variant.c: New file.
10023 * gdb.dwarf2/variant.exp: New file.
10024
c9317f21
TT
100252018-02-26 Tom Tromey <tom@tromey.com>
10026
10027 * gdb.rust/simple.exp: Accept more possible results in enum test.
10028
6f6d0c26
SM
100292018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10030
10031 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10032 parentheses.
10033
11b03145
MR
100342018-02-23 Maciej W. Rozycki <macro@mips.com>
10035
10036 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10037 name of a variable: $actual_linejj -> $actual_line.
10038
54a27fe5
JB
100392018-02-21 John Baldwin <jhb@FreeBSD.org>
10040
10041 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10042
de65820c
MM
100432018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10044
10045 * gdb.btrace/buffer-size.exp: Do not force BTS.
10046
980548fd
PA
100472018-02-14 Pedro Alves <palves@redhat.com>
10048
10049 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10050 getting a "Quit".
10051
c4e12631
MM
100522018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10053
10054 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10055 Fix test name.
10056
c2e0e465
SM
100572018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10058
10059 * gdb.cp/m-static.exp: Check type of optimized out static
10060 member.
10061
f7216783
AB
100622018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10063
10064 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10065 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10066
0625771b
LS
100672018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10068 Leszek Swirski <leszeks@google.com>
10069
10070 * gdb.python/py-prettyprint.c
10071 (struct to_string_returns_value_inner,
10072 struct to_string_returns_value_wrapper): New.
10073 (main): Add tsrvw variable.
10074 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10075 ToStringReturnsValueWrapper): New classes.
10076 (register_pretty_printers): Register new pretty-printers.
10077 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10078 recursive pretty printer.
10079 * gdb.python/py-mi.exp: Likewise.
10080
59498c30
LS
100812018-02-01 Leszek Swirski <leszeks@google.com>
10082
10083 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10084 functions with the same name as an include file are parsed
10085 correctly.
10086
d4d38844
YQ
100872018-02-01 Yao Qi <yao.qi@linaro.org>
10088
10089 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10090 "\[^\r\n\]*".
10091
07e5f5cf
NP
100922018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10093
10094 * gdb.arch/powerpc-prologue-frame.s: New file.
10095 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10096 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10097
929b5ad4
JB
100982018-01-31 Joel Brobecker <brobecker@adacore.com>
10099
10100 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10101
e671cd59
PA
101022018-01-30 Pedro Alves <palves@redhat.com>
10103
10104 PR gdb/13211
10105 * gdb.base/interrupt-daemon.c: New.
10106 * gdb.base/interrupt-daemon.exp: New.
10107 * gdb.multi/multi-term-settings.c: New.
10108 * gdb.multi/multi-term-settings.exp: New.
10109
fc413dc4
JB
101102018-01-30 Joel Brobecker <brobecker@adacore.com>
10111
10112 * gdb.base/break.exp: Save the location where the breakpoint
10113 on break.c:47 was actually inserted when debugging the version
10114 compiled at -O2 and use it in the expected output of the "info
10115 break" test performed soon after.
10116
5c319bb2
PA
101172018-01-22 Pedro Alves <palves@redhat.com>
10118 Sergio Durigan Junior <sergiodj@redhat.com>
10119
10120 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10121 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10122
a9e40818
JB
101232018-01-22 Joel Brobecker <brobecker@adacore.com>
10124
10125 * gdb.base/break-include.c, gdb.base/break-include.inc,
10126 gdb.base/break-include.exp: New files.
10127 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10128 line number now being the actual line number where the breakpoint
10129 was inserted.
10130 * gdb.mi/mi-break.exp: Likewise.
10131 * gdb.mi/mi-reverse.exp: Likewise.
10132 * gdb.mi/mi-simplerun.exp: Ditto.
10133
e707fc44
AB
101342018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10135
10136 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10137 varobj.
10138 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10139
ae451627
AB
101402018-01-21 Don Breazeal <donb@codesourcery.com>
10141 Andrew Burgess <andrew.burgess@embecosm.com>
10142
10143 * gdb.mi/basics.c: Add new global.
10144 * gdb.mi/mi-frame-regs.exp: New file.
10145 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10146 case.
10147
b1b189e0
AB
101482018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10149
10150 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10151 non-parameter, and on an unknown symbol.
10152
fcfcc376
TT
101532018-01-19 Tom Tromey <tom@tromey.com>
10154
10155 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10156 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10157
634c1c31
AA
101582018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10159
10160 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10161 setrlimit and chdir to int.
10162
d6ad07fd
AA
101632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10164
10165 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10166 function.
10167 (my_tend): Likewise.
10168 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10169 rationale of avoiding FP- and vector instructions.
10170
adf8243b
RK
101712018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10172
10173 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10174 "info reg" with "\[ \t\]*".
10175 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10176 "\[ \t\]+".
10177 * gdb.arch/s390-multiarch.exp: Ditto.
10178 * gdb.base/pc-fp.exp: Ditto.
10179 * gdb.reverse/i386-precsave.exp: Ditto.
10180 * gdb.reverse/i386-reverse.exp: Ditto.
10181 * gdb.reverse/i387-env-reverse.exp: Ditto.
10182 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10183
dcc06925
AA
101842018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10185
10186 * lib/gdb.exp (gdb_compile): Re-enable use of
10187 universal_compile_options for languages other than Rust.
10188
25d4fd80
AA
101892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10190
10191 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10192
ee7f689e 101932018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10194
10195 PR gdb/16577
10196 * gdb.base/solib-vanish.exp: New.
10197 * gdb.base/solib-vanish-main.c: New.
10198 * gdb.base/solib-vanish-lib1.c: New.
10199 * gdb.base/solib-vanish-lib2.c: New.
10200
d8447b6b
YQ
102012018-01-17 Yao Qi <yao.qi@linaro.org>
10202
10203 * gdb.compile/compile.exp: Match the address printed for
10204 frame in the output of command "bt".
10205
86d6a90c
TT
102062018-01-15 Tom Tromey <tom@tromey.com>
10207
10208 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10209 compute sp_reg.
10210
cbcdb1aa
AB
102112018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10212
10213 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10214 to prepare.
10215 (prepare): Return 0 on error, 1 on success.
10216
eea61984
PA
102172018-01-12 Pedro Alves <palves@redhat.com>
10218
10219 * gdb.base/continue-after-aborted-step-over.c: New.
10220 * gdb.base/continue-after-aborted-step-over.exp: New.
10221
6181e9c2
SM
102222018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10223
10224 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10225 options when not creating an executable.
10226
3cada740
PA
102272018-01-11 Pedro Alves <palves@redhat.com>
10228
10229 PR remote/22597
10230 * gdb.server/stop-reply-no-thread.c: New file.
10231 * gdb.server/stop-reply-no-thread.exp: New file.
10232
c63d3e8d
PA
102332018-01-10 Pedro Alves <palves@redhat.com>
10234
10235 PR gdb/22670
10236 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10237 functions too. Test setting breakpoints and printing C functions
10238 with no debug info too.
10239 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10240
d4c2a405
PA
102412018-01-10 Pedro Alves <palves@redhat.com>
10242
10243 PR gdb/22670
10244 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10245 a fail.
10246
8825213e
PA
102472018-01-10 Pedro Alves <palves@redhat.com>
10248
10249 PR gdb/22670
10250 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10251
605fd3c6
YQ
102522018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10253
10254 * gdb.server/unittest.exp: Match the output in non-development
10255 mode.
10256
1e5ded6c
YQ
102572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10258
10259 * gdb.gdb/unittest.exp: Match output in non-development mode.
10260
30066b0b
JB
102612018-01-08 Joel Brobecker <brobecker@adacore.com>
10262
10263 * gdb.ada/access_tagged_param.exp: Relax expected output
10264 for value of "ObjL" in "continue" to pck.inspect breakpoint
10265 test.
10266
04bafb1e
XR
102672018-01-08 Joel Brobecker <brobecker@adacore.com>
10268
9f86398b
JB
10269 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10270 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10271
e379cee6
PA
102722018-01-05 Pedro Alves <palves@redhat.com>
10273
10274 PR gdb/18653
10275 * gdb.base/libsegfault.exp: New.
10276
de63c46b
PA
102772018-01-05 Joel Brobecker <brobecker@adacore.com>
10278
10279 PR gdb/22670
10280 * gdb.ada/access_tagged_param.exp: New file.
10281 * gdb.ada/access_tagged_param/foo.adb: New file.
10282
f98fc17b
PA
102832018-01-05 Pedro Alves <palves@redhat.com>
10284
10285 PR gdb/22670
10286 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10287 exercise lower case too, and to exercise both full matching and
10288 wild matching.
10289
342f8240
JB
102902018-01-05 Joel Brobecker <brobecker@adacore.com>
10291
10292 * gdb.ada/rename_subscript_param: New testcase.
10293
7150d33c
JG
102942018-01-05 Jerome Guitton <guitton@adacore.com>
10295
10296 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10297
cc0e770c
JB
102982018-01-05 Joel Brobecker <brobecker@adacore.com>
10299
10300 * gdb.ada/convvar_comp: New testcase.
10301
672a41aa 103022018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10303
10304 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10305 (My_Table): New global variable.
10306 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10307
7365ec2f
JB
103082018-01-04 Joel Brobecker <brobecker@adacore.com>
10309
10310 PR gdb/22670
10311 * gdb.ada/maint_with_ada: New testcase.
10312
289483b6
JB
103132018-01-04 Joel Brobecker <brobecker@adacore.com>
10314
10315 PR gdb/22670
10316 * gdb.ada/bp_c_mixed_case: New testcase.
10317
344420da
JB
103182018-01-04 Joel Brobecker <brobecker@adacore.com>
10319
10320 PR gdb/22670
10321 * gdb.ada/complete.exp: Add "complete break ada" test.
10322
66fc87a0
JB
103232018-01-04 Joel Brobecker <brobecker@adacore.com>
10324
10325 PR gdb/22670
10326 * gdb.ada/info_addr_mixed_case: New testcase.
10327
9f757bf7
XR
103282018-01-03 Xavier Roirand <roirand@adacore.com>
10329
10330 * gdb.ada/excep_handle.exp: New testcase.
10331 * gdb.ada/excep_handle/foo.adb: New file.
10332 * gdb.ada/excep_handle/pck.ads: New file.
10333
bd570f80
JB
103342018-01-03 Joel Brobecker <brobecker@adacore.com>
10335
10336 * gdb.base/step-line.c: Add extra empty line in copyright header.
10337 * gdb.base/step-line.inp: Likewise.
10338
9fe561ab
JB
103392018-01-02 Joel Brobecker <brobecker@adacore.com>
10340
10341 * gdb.ada/dyn_stride.exp: Add slice test.
10342
a405673c
JB
103432018-01-02 Joel Brobecker <brobecker@adacore.com>
10344
10345 * gdb.ada/dyn_stride: New testcase.
10346
cef0f868
SH
103472017-12-27 Stafford Horne <shorne@gmail.com>
10348
10349 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10350 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10351
b67d92b0
SH
103522017-12-27 Stafford Horne <shorne@gmail.com>
10353
10354 * gdb.base/reggroups.c: New file.
10355 * gdb.base/reggroups.exp: New file.
10356
eccab96d
JB
103572017-12-18 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.dwarf2/ada-valprint-error.c: New file.
10360 * gdb.dwarf2/ada-valprint-error.exp: New file.
10361
0e2da9f0
JB
103622017-12-18 Joel Brobecker <brobecker@adacore.com>
10363
10364 * gdb.ada/assign_arr: New testcase.
10365
cb923fcc
XR
103662017-12-18 Xavier Roirand <roirand@adacore.com>
10367
10368 * gdb.ada/funcall_ptr: New testcase.
10369
7c161838
SDJ
103702017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10371
10372 PR cli/16224
10373 * gdb.base/ptype-offsets.cc: New file.
10374 * gdb.base/ptype-offsets.exp: New file.
10375
1af17fd9
YQ
103762017-12-15 Yao Qi <yao.qi@linaro.org>
10377
10378 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10379 if XML is disabled.
10380
828d5846
XR
103812017-12-15 Xavier Roirand <roirand@adacore.com>
10382
10383 * gdb.ada/same_component_name: New testcase.
10384
79e8fcaa
JB
103852017-12-14 Joel Brobecker <brobecker@adacore.com>
10386
10387 * gdb.ada/str_binop_equal: New testcase.
10388
e05fa6f9
JB
103892017-12-14 Joel Brobecker <brobecker@adacore.com>
10390
10391 * gdb.ada/task_switch_in_core: New testcase.
10392
b89641ba
SM
103932017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10394
10395 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10396 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10397 call test_bkpt_qualified.
10398 (test_bkpt_qualified): New proc.
10399
6892d2e4
PA
104002017-12-13 Pedro Alves <palves@redhat.com>
10401
10402 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10403 Tighten regexp by matching with an anchor.
10404
a22ecf70
PA
104052017-12-13 Pedro Alves <palves@redhat.com>
10406
10407 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10408 ("expression with namespace"): New set of tests.
10409 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10410 (Nested::Test_NS::qux): New.
10411 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10412 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10413
9937536c
JB
104142017-12-13 Joel Brobecker <brobecker@adacore.com>
10415
10416 * gdb.base/server-del-break.c: New file.
10417 * gdb.base/server-del-break.exp: New file.
10418
fe49c6f5
SH
104192017-12-12 Stafford Horne <shorne@gmail.com>
10420
10421 * gdb.xml/tdesc-regs.exp: Add or1k support.
10422
c3d18620
SH
104232017-12-12 Stafford Horne <shorne@gmail.com>
10424
10425 * gdb.base/bp-permanent.c: Define nop of or1k.
10426
c5f9cfc8
JB
104272017-12-11 Joel Brobecker <brobecker@adacore.com>
10428
10429 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10430 output with components being reordered.
10431
a9c135fc
JB
104322017-12-11 Joel Brobecker <brobecker@adacore.com>
10433
10434 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10435 output with components being reordered.
10436
927aa2e7
JK
104372017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10438 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.base/maint.exp (check for .gdb_index): Check also for
10441 .debug_names.
10442 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10443 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10444 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10445 (.gdb_index used after symbol reloading): Support also .debug_names.
10446 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10447
f17d9474
YQ
104482017-12-08 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10451 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10452
a0de8c21
YQ
104532017-12-08 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10456 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10457
a738ea1d
YQ
104582017-12-08 Yao Qi <yao.qi@linaro.org>
10459
10460 * gdb.arch/aarch64-tagged-pointer.c: New file.
10461 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10462
1cd9a73b
SDJ
104632017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10464
10465 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10466 "int".
10467
fa6eb693
KS
104682017-12-07 Keith Seitz <keiths@redhat.com>
10469
10470 PR breakpoints/22569
10471 * gdb.linespec/ls-errs.exp: Change expected result of "break
10472 -source this file has spaces.c -line 3".
10473 Check that an explicit source file followed by whitespace is
10474 identified as an invalid explicit location.
10475
883fd55a
KS
104762017-12-07 Keith Seitz <keiths@redhat.com>
10477
10478 * gdb.cp/nested-types.cc: New file.
10479 * gdb.cp/nested-types.exp: New file.
10480 * lib/cp-support.exp: Load data-structures.exp library.
10481 (debug_cp_test_ptype_class): New global.
10482 (cp_ptype_class_verbose, next_line): New procedures.
10483 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10484 Add and document new return value.
10485 Switch the list of lines to a queue.
10486 Add support for new `type' key for nested type definitions.
10487 Add debugging/troubleshooting messages.
10488 * lib/data-structures.exp: New file.
10489
ec72db3e
SM
104902017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10491
10492 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10493 with proc_with_prefix, don't use with_test_prefix.
10494
99598d71
TT
104952017-12-07 Tom Tromey <tom@tromey.com>
10496
10497 * gdb.base/break.exp: Add test for empty "commands".
10498
a8806230
YQ
104992017-12-07 Yao Qi <yao.qi@linaro.org>
10500
10501 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10502 malloc and catch syscall.
10503
824cc835
PM
105042017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10505
e79be6e5 10506 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10507 tests for explicit locations.
10508
7cc244de
PA
105092017-12-06 Pedro Alves <palves@redhat.com>
10510
10511 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10512 force-disabling XML descriptions.
10513
50a1fdd5
PA
105142017-12-04 Pedro Alves <palves@redhat.com>
10515
10516 PR gdb/22499
10517 * gdb.arch/amd64-disp-step-avx.S: New file.
10518 * gdb.arch/amd64-disp-step-avx.exp: New file.
10519
f0fb2488
PA
105202017-12-03 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10523 and <string.h>.
10524 (parent_function): Print distinct messages when waitpid fails, or
10525 the child exits with a signal, or the child exits for an unhandled
10526 reason.
10527 * gdb.threads/process-dies-while-detaching.exp
10528 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10529 it. Wait for both inferior output and GDB's prompt. Use an
10530 indirect spawn id list.
10531 (do_detach): New parameter 'child_exit'. Use it to compute
10532 expected inferior output.
10533 (test_detach, test_detach_watch, test_detach_killed_outside):
10534 Adjust to pass down the expected child exit kind.
10535
97cbe998
SDJ
105362017-12-01 Joel Brobecker <brobecker@adacore.com>
10537 Sergio Durigan Junior <sergiodj@redhat.com>
10538 Pedro Alves <palves@redhat.com>
10539
10540 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10541
40fc416f
SDJ
105422017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10543
10544 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10545 to 'symbol-file' and 'add-symbol-file' can be
10546 position-independent.
10547
1cc75e92
YQ
105482017-12-01 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10551 the URL in copyright header.
10552 * gdb.arch/aarch64-fp.exp: Likewise.
10553 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10554 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10555 * gdb.base/expand-psymtabs.exp: Likewise.
10556 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10557 * gdb.fortran/common-block.exp: Likewise.
10558 * gdb.fortran/common-block.f90: Likewise.
10559 * gdb.fortran/logical.exp: Likewise.
10560 * gdb.fortran/vla-datatypes.f90: Likewise.
10561 * gdb.fortran/vla-sub.f90: Likewise.
10562
875fb7a7
JB
105632017-11-30 Joel Brobecker <brobecker@adacore.com>
10564
10565 * gdb.ada/repeat_dyn: New testcase.
10566
6f14765f
UW
105672017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10568
10569 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10570 Update for changed thread numbering.
10571 * gdb.cell/bt.exp: Update for changed GDB output.
10572
f1af7b94
SM
105732017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10574
10575 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10576 setting isremote by hand.
10577 * boards/dwarf4-gdb-index.exp: Likewise.
10578 * boards/fission.exp: Likewise.
10579 * boards/stabs.exp: Likewise.
10580
e3919f3e
PA
105812017-11-30 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.linespec/cpls-ops.exp
10584 (check_explicit_skips_function_argument): Extract the underlying
10585 type of size_t instead of hardcoding it.
10586
bd69330d
PA
105872017-11-29 Pedro Alves <palves@redhat.com>
10588
10589 PR c++/19436
10590 * gdb.linespec/cpls-abi-tag.cc: New file.
10591 * gdb.linespec/cpls-abi-tag.exp: New file.
10592
a20714ff
PA
105932017-11-29 Pedro Alves <palves@redhat.com>
10594
10595 * gdb.base/langs.exp: Use -qualified.
10596 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10597 it.
10598 * gdb.cp/namespace.exp: Use -qualified.
10599 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10600 (overload-3, template-overload, template-ret-type, const-overload)
10601 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10602 procedures.
10603 (test_driver): Call them.
10604 * gdb.cp/save-bp-qualified.cc: New.
10605 * gdb.cp/save-bp-qualified.exp: New.
10606 * gdb.linespec/explicit.exp: Test -qualified.
10607 * lib/completion-support.exp (completion::explicit_opts_list): Add
10608 "-qualified".
10609 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10610
f6f1d339
PM
106112017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10612
10613 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10614
02ca603a
TT
106152017-11-29 Tom Tromey <tom@tromey.com>
10616
10617 * gdb.base/relocate.exp: Update invalid argument test.
10618 Add new tests for invalid arguments.
10619
ed6c0bfb
TP
106202017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10621
10622 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10623 Return 0 as a long.
10624 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10625
f106e10e
TP
106262017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10627
10628 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10629 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10630 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10631 func ().
10632 * gdb.cp/shadow.cc (B.func): Return 0.
10633
10329bb2
JB
106342017-11-27 Joel Brobecker <brobecker@adacore.com>
10635
10636 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10637 expected output in gdb_expect call to allow the exception
10638 message to be present as well. Fix syntax confusion to avoid
10639 TCL thinking that exception_name is an array.
10640
617cd4bc
UW
106412017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10642
10643 * gdb.arch/spu-info.c: Include <unistd.h>.
10644 (do_signal_test): Fix broken calls to write.
10645 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10646 Fix checks for empty mailboxes. Update signal tests for corrected
10647 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10648 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10649 * gdb.cell/arch.exp: Use standard_output_file.
10650 * gdb.cell/break.exp: Likewise.
10651 * gdb.cell/bt.exp: Likewise.
10652 * gdb.cell/core.exp: Likewise.
10653 * gdb.cell/dwarfaddr.exp: Likewise.
10654 * gdb.cell/ea-cache.exp: Likewise.
10655 * gdb.cell/ea-standalone.exp: Likewise.
10656 * gdb.cell/f-regs.exp: Likewise.
10657 * gdb.cell/fork.exp: Likewise.
10658 * gdb.cell/gcore.exp: Likewise.
10659 * gdb.cell/mem-access.exp: Likewise.
10660 * gdb.cell/ptype.exp: Likewise.
10661 * gdb.cell/registers.exp: Likewise.
10662 * gdb.cell/sizeof.exp: Likewise.
10663 * gdb.cell/solib-symbol.exp: Likewise.
10664 * gdb.cell/solib.exp: Likewise.
617cd4bc 10665
a81aaca0
PA
106662017-11-25 Pedro Alves <palves@redhat.com>
10667
10668 * gdb.base/complete-empty.exp: New file.
10669 * gdb.base/completion.exp: Adjust.
10670
6a3c6ee4
PA
106712017-11-25 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.linespec/cpls-ops.cc: New file.
10674 * gdb.linespec/cpls-ops.exp: New file.
10675 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10676 factored out from ...
10677 (test_complete_prefix_range): ... this.
10678
8955eb2d
PA
106792017-11-24 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.linespec/cpcompletion.exp: New file.
10682 * gdb.linespec/cpls-hyphen.cc: New file.
10683 * gdb.linespec/cpls.cc: New file.
10684 * gdb.linespec/cpls2.cc: New file.
10685 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10686 test to use test_gdb_complete_unique. Add label completion,
10687 keyword completion and explicit location completion tests.
10688 * lib/completion-support.exp: New file.
10689
e547c119
JB
106902017-11-24 Joel Brobecker <brobecker@adacore.com>
10691
10692 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10693 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10694 when hitting an exception catchpoint.
10695
7c3c1aa8
YQ
106962017-11-22 Yao Qi <yao.qi@linaro.org>
10697
10698 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10699
41bd68f5
SM
107002017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10701
10702 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10703 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10704 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10705
1daad298
YQ
107062017-11-22 Yao Qi <yao.qi@linaro.org>
10707
10708 * gdb.base/info-os.exp: Pass pthreads.
10709 * gdb.multi/multi-attach.exp: Likewise.
10710
88465e87
YQ
107112017-11-22 Yao Qi <yao.qi@linaro.org>
10712
10713 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10714 compiler.
10715
dc196b23
YQ
107162017-11-22 Yao Qi <yao.qi@linaro.org>
10717
10718 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10719 * gdb.base/break-interp.exp: Likewise.
10720 * gdb.base/jit-attach-pie.exp: Likewise.
10721
2400729e
UW
107222017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10723
10724 * gdb.base/float128.c (large128): New variable.
10725 * gdb.base/float128.exp: Add test to print largest __float128 value.
10726
7a26362d
UW
107272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10728
10729 * gdb.arch/vsx-regs.exp: Update register content checks.
10730
ed0f4273
UW
107312017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10732
10733 * gdb.arch/ppc-longdouble.exp: New file.
10734 * gdb.arch/ppc-longdouble.c: Likewise.
10735
a25d69c6
PA
107362017-11-21 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10739
73fcf641
PA
107402017-11-20 Pedro Alves <palves@redhat.com>
10741
10742 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10743 (long_double_typedef): New typedefs.
10744 Use DEF on double and long double.
10745 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10746 cases.
10747 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10748 and 'long_double_ptr_same_size' locals. Use them to decide
10749 whether cast from array/function to float is valid/invalid.
10750
71a3c369
TT
107512017-11-17 Tom Tromey <tom@tromey.com>
10752
10753 * gdb.rust/traits.rs: New file.
10754 * gdb.rust/traits.exp: New file.
10755
ced9779b
JB
107562017-11-17 Joel Brobecker <brobecker@adacore.com>
10757
10758 * gdb.ada/minsyms: New testcase.
10759
a0922d80
PA
107602017-11-16 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10763 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10764
ea04e54c
PA
107652017-11-16 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10768 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10769
e849ea89
PA
107702017-11-16 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.server/reconnect-ctrl-c.c: New file.
10773 * gdb.server/reconnect-ctrl-c.exp: New file.
10774
d8ae99a7
PM
107752017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10776
10777 * gdb.python/py-rbreak.exp: New file.
10778 * gdb.python/py-rbreak.c: New file.
10779 * gdb.python/py-rbreak-func2.c: New file.
10780
968a13f8
PA
107812017-11-16 Pedro Alves <palves@redhat.com>
10782
10783 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10784 pattern.
10785 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10786 GDB.
10787
71774bc9
SM
107882017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10789
10790 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10791 regex.
10792
ddbb44cf
SM
107932017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10794
10795 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10796 test names.
10797
584a564f
PA
107982017-11-09 Pedro Alves <palves@redhat.com>
10799
10800 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10801 factored out from ...
10802 (top level): ... here, and adjusted to avoid expecting beyond the
10803 prompt in a single gdb_test_multiple.
10804
5ed7a928
PA
108052017-11-09 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10808 output.
10809 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10810 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10811 * gdb.server/ext-run.exp ("kill" test): Likewise.
10812 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10813
a60e0738
PA
108142017-11-09 Pedro Alves <palves@redhat.com>
10815
10816 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10817 match till end of line.
10818
2c88253f
PA
108192017-11-09 Pedro Alves <palves@redhat.com>
10820
10821 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10822
c7a38517
PA
108232017-11-09 Pedro Alves <palves@redhat.com>
10824
10825 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10826 New procedures, factored out from ...
10827 (top level): ... here, and adjusted to avoid expecting beyond the
10828 prompt in one go.
10829
f29f4b6b
PA
108302017-11-09 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10833 output. Fix '?' match.
10834
286acbb5
JB
108352017-11-08 Joel Brobecker <brobecker@adacore.com>
10836
10837 * gdb.ada/scoped_watch: New testcase.
10838 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10839 which is actually correct.
10840 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10841 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10842
62d7ae92
PA
108432017-11-08 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.gdb/complaints.exp (test_initial_complaints)
10846 (test_serial_complaints, test_short_complaints): Call
10847 complaint_internal instead of complaint.
10848
280ca31f
DT
108492017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10850
10851 * gdb.threads/tls-core.c: New file.
10852 * gdb.threads/tls-core.exp: Likewise.
10853
b5ec771e
PA
108542017-11-08 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10857 (p Exported_Capitalized): New test.
10858 (p exported_capitalized): New test.
10859
a02b41a7
PA
108602017-11-07 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10863
95e95a6d
PA
108642017-11-07 Pedro Alves <palves@redhat.com>
10865
10866 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10867 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10868 (disable_invalid, disable_inverted, disable_negative): New
10869 procedures.
10870 ("bad numbers"): New set of tests.
10871
cee62dbd
PA
108722017-11-07 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.cp/ena-dis-br-range.exp: Add tests.
10875
cc638e86
PA
108762017-11-07 Pedro Alves <palves@redhat.com>
10877
10878 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10879
d0fe4701
XR
108802017-11-07 Xavier Roirand <roirand@adacore.com>
10881 Pedro Alves <palves@redhat.com>
10882
10883 * gdb.base/ena-dis-br.exp: Add reference to
10884 gdb.cp/ena-dis-br-range.exp.
10885 * gdb.cp/ena-dis-br-range.exp: New file.
10886 * gdb.cp/ena-dis-br-range.cc: New file.
10887
46f67f80
PA
108882017-11-06 Pedro Alves <palves@redhat.com>
10889
10890 * gdb.base/attach-non-pgrp-leader.c: New.
10891 * gdb.base/attach-non-pgrp-leader.exp: New.
10892
726e1356
PA
108932017-11-06 Pedro Alves <palves@redhat.com>
10894
10895 * configure.ac: No longer check for termio.h and sgtty.h.
10896 * configure: Regenerate.
10897 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10898 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10899 Remove termio and sgtty code.
10900
50ab6ace
YQ
109012017-11-03 Yao Qi <yao.qi@linaro.org>
10902
10903 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10904 in GDB is disabled.
10905
8e68731c
YQ
109062017-11-03 Yao Qi <yao.qi@linaro.org>
10907
10908 * gdb.python/py-thrhandle.exp: Skip it if python is not
10909 enabled.
10910
3a87ae65
SM
109112017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10912
10913 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10914 as a breakpoint command.
10915
484d8d36
MD
109162017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10917
10918 PR python/21213
10919 * gdb.python/py-infthread.exp: Test calling
10920 InferiorThread.inferior () multiple times in a row.
10921
4a27f119
KS
109222017-10-27 Keith Seitz <keiths@redhat.com>
10923
10924 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10925 Test "info break" for every inlined function breakpoint.
10926
bb11dd58
YQ
109272017-10-27 Yao Qi <yao.qi@linaro.org>
10928
10929 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10930
a43f3893
PF
109312017-10-26 Patrick Frants <osscontribute@gmail.com>
10932
10933 * gdb.cp/classes.exp (test_static_members): Test printing
10934 Outer::instance.
10935 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10936 (Inner::instance, Outer::instance): New.
10937
792ccf00
PA
109382017-10-24 Pedro Alves <palves@redhat.com>
10939
10940 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10941 extra console" test in two stages.
10942
eb2bfbad
PA
109432017-10-24 Pedro Alves <palves@redhat.com>
10944
10945 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10946
1f75a651
PA
109472017-10-24 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10950 loop.
10951
779990d9
PA
109522017-10-24 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10955 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10956
ad9b8f5d
PA
109572017-10-24 Pedro Alves <palves@redhat.com>
10958
10959 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10960 parameter and handle it. Don't output read value in test name.
10961
fee6da6e
PA
109622017-10-24 Pedro Alves <palves@redhat.com>
10963
10964 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10965 custom test name.
10966
10389c2c
PA
109672017-10-24 Pedro Alves <palves@redhat.com>
10968
10969 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10970 include the unstable output directory name in the test's name.
10971 (initial_setup_simple) <'set args'>: Use custom test name.
10972
a80e65a9
PA
109732017-10-24 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10976 with explicit test name.
10977
15763a09
PA
109782017-10-20 Pedro Alves <palves@redhat.com>
10979
10980 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10981 'wait -i'. Use gdb_assert and remote_close.
10982
49a4ce2e
AB
109832017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10984
10985 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10986 number from variable rather than hard-coded.
10987
a75868f5
PA
109882017-10-19 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.base/long-inferior-output.c: New file.
10991 * gdb.base/long-inferior-output.exp: New file.
10992
c8ba13ad
KS
109932017-11-18 Keith Seitz <keiths@redhat.com>
10994
10995 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10996 method.
10997 (main): Call it.
10998 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10999 Add additional user-defined conversion operator tests.
11000
b27de576
PA
110012017-10-17 Pedro Alves <palves@redhat.com>
11002
11003 * boards/native-stdio-gdbserver.exp: Load "local-board".
11004
8484c955
PA
110052017-10-17 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.base/quit-live.c: New file.
11008 * gdb.base/quit-live.exp: New file.
11009
83d5a34d
KS
110102017-10-16 Keith Seitz <keiths@redhat.com>
11011
11012 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11013 (class_with_protected_typedef, class_with_private_typedef)
11014 (struct_with_public_typedef, struct_with_protected_typedef)
11015 (struct_with_private_typedef): New classes/structs.
11016 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11017 typedefs and access specifiers.
11018
739b3f1d
PA
110192017-10-16 Pedro Alves <palves@redhat.com>
11020 Simon Marchi <simon.marchi@polymtl.ca>
11021
11022 * README (Local vs Remote vs Native): New section.
11023 * boards/local-board.exp: New file, with bits factored out from
11024 ...
11025 * boards/native-extended-gdbserver.exp: ... here. Load
11026 "local-board".
11027 * boards/native-gdbserver.exp: Load "local-board".
11028 (${board}_spawn, ${board}_exec): Delete.
11029 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11030 ...
11031 * boards/stdio-gdbserver-base.exp: ... this new file.
11032 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11033 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11034 procedure.
11035 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11036 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11037 stdio_gdbserver_command.
11038 (${board}_get_remote_address, ${board}_get_comm_port)
11039 (${board}_download, ${board}_upload): Delete.
11040 (get_target_remote_pipe_cmd): New.
11041
fe68b953
SM
110422017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11043
11044 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11045 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11046 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11047 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11048 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11049 remove with_test_prefix.
11050
300b6685
PA
110512017-10-13 Pedro Alves <palves@redhat.com>
11052
11053 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11054 * gdb.base/annota1.exp: Use it instead of is_remote.
11055 * gdb.base/annota3.exp: Use it instead of is_remote.
11056 * gdb.cp/annota2.exp: Use it instead of is_remote.
11057 * gdb.cp/annota3.exp: Use it instead of is_remote.
11058 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11059
50500caf
PA
110602017-10-13 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11063 (test_num_test_vars, run_and_count_vars, find_env)
11064 (test_set_unset_env, test_inherit_env_var): New procedures.
11065 (top level): Use them.
11066
dad0c6d2
PA
110672017-10-13 Pedro Alves <palves@redhat.com>
11068
11069 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11070 also skip on stub-like targets.
11071
8b0553c1
PA
110722017-10-13 Pedro Alves <palves@redhat.com>
11073
11074 PR gdb/22293
11075 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11076 (top level): Move some tests to ...
11077 (test_not_found): ... this new procedure.
11078 (top level): Call it.
11079
7594f623
PA
110802017-10-13 Pedro Alves <palves@redhat.com>
11081
11082 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11083 expect different "info terminal" output if testing with a
11084 non-native target.
11085
ebe3b402
PA
110862017-10-13 Pedro Alves <palves@redhat.com>
11087 Simon Marchi <simon.marchi@polymtl.ca>
11088
11089 PR python/12966
11090 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11091
42f1b161
PA
110922017-10-13 Pedro Alves <palves@redhat.com>
11093
11094 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11095 already.
11096
8d6ef72b
PA
110972017-10-13 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11100 is_remote.
11101
d7bcd5b8
PA
111022017-10-13 Pedro Alves <palves@redhat.com>
11103
11104 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11105 is_remote.
11106
df479dc6
PA
111072017-10-13 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11110 is set.
11111 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11112 instead of is_remote.
11113
23fb630a
PA
111142017-10-13 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11117 (top level): Add comment.
11118
cc77b1dc
PA
111192017-10-13 Pedro Alves <palves@redhat.com>
11120
11121 * gdb.base/remote.exp (top level): Fix comment typo and add
11122 missing return.
11123
27c9e813
PA
111242017-10-13 Pedro Alves <palves@redhat.com>
11125 Simon Marchi <simon.marchi@polymtl.ca>
11126
11127 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11128 calls and add comments. Skip test if use_gdb_stub is set.
11129 (top level): Use "set cwd" command instead of "cd" command.
11130
5e830d98
PA
111312017-10-13 Pedro Alves <palves@redhat.com>
11132
11133 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11134 is_remote target check.
11135
f5ca0032
PA
111362017-10-13 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.base/scope.exp: Use build_executable + clean_restart +
11139 gdb_file_cmd instead of prepare_for_testing and no longer skip
11140 "before run" tests on is_remote target boards. Update comments.
11141 * boards/native-extended-gdbserver.exp
11142 (extended_gdbserver_load_last_file): New, factored out from ...
11143 (gdb_load): ... this. Move further below and add comment.
11144 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11145
8aed1c0d
PA
111462017-10-12 Pedro Alves <palves@redhat.com>
11147
11148 * gdb.base/attach.exp: Remove references to gdb64.
11149 * gdb.base/dbx.exp: Remove references to gdb64.
11150
cfa34c87
SM
111512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11152 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/label.exp: Remove is_remote target check.
11155
9192b7de
PA
111562017-10-12 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.base/auvx.exp (coredir): Update comment.
11159 (top level) <core_works>: Use "set cwd" command instead of "cd"
11160 command.
11161
6bf0052d
PA
111622017-10-12 Pedro Alves <palves@redhat.com>
11163 Simon Marchi <simon.marchi@polymtl.ca>
11164
11165 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11166 target boards.
11167
e48ef82d
PA
111682017-10-12 Pedro Alves <palves@redhat.com>
11169 Simon Marchi <simon.marchi@polymtl.ca>
11170
11171 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11172 Instead skip if there's any gdb_protocol set.
11173
8d7aea57
SM
111742017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11175 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11178
30440677
PA
111792017-10-12 Pedro Alves <palves@redhat.com>
11180 Simon Marchi <simon.marchi@polymtl.ca>
11181
11182 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11183 instead of on dejagnu remote boards.
11184
4e04f045 111852017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11186 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11187
11188 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11189 checks. Use build_executable + clean_restart instead of
11190 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11191 of enabling non-stop after starting gdb.
11192
871a186e
PA
111932017-10-12 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11196 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11197 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11198 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11199
56d704da
AK
112002017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11201
11202 * gdb.arch/arc-tdesc-cpu.exp: New file.
11203 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11204
2f20e312
SM
112052017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11206
11207 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11208
65630365
PA
112092017-10-10 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11212 expect CLI output.
11213
bf469271
PA
112142017-10-10 Pedro Alves <palves@redhat.com>
11215
11216 * lib/selftest-support.exp (selftest_setup): Update for
11217 captured_command_loop's prototype change.
11218
777a42f1
PA
112192017-10-09 Pedro Alves <palves@redhat.com>
11220
11221 Test both arch1=>arch2 and arch2=>arch1.
11222
11223 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11224 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11225 factored out to...
11226 (append_arch1_options, append_arch2_options, append_arch_options)
11227 (build_executables): New procedures.
11228 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11229 local.
11230 (top level): Add new 'first_arch' testing axis.
11231
cbd2b4e3
PA
112322017-10-09 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11235 (barrier): New.
11236 (thread_start, all_started): New functions.
11237 (main): Spawn new thread and wait until it is scheduled.
11238 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11239 option.
11240 (do_test): Add 'selected_thread' parameter. Run to all_started
11241 instead of main. Explicitly set the breakpoint at main. Switch
11242 to the SELECTED_THREAD thread.
11243 (top level): Test handling the exec event with either the main
11244 thread or the second thread selected.
11245
5c9e4427
PA
112462017-10-09 Pedro Alves <palves@redhat.com>
11247
11248 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11249 logic. Move STOP marker after the value checks.
11250 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11251 regexp.
11252
b3b7c423
SL
112532017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11254
11255 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11256
3b4b2f16
UW
112572017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11258
11259 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11260 integer-to-dfp conversion.
11261 * gdb.base/dfp-test.exp: Likewise.
11262
5cd63fda
PA
112632017-10-04 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.multi/hangout.c: Include <unistd.h>.
11266 (hangout_loop): New function.
11267 (main): Call alarm. Call hangout_loop in a loop.
11268 * gdb.multi/hello.c: Include <unistd.h>.
11269 (hello_loop): New function.
11270 (main): Call alarm. Call hangout_loop in a loop.
11271 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11272 inferior with the other selected.
11273
4c71c105
SM
112742017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11275
11276 * gdb.mi/list-thread-groups-available.exp: New file.
11277 * gdb.mi/list-thread-groups-available.c: New file.
11278
bc3b087d
SDJ
112792017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11280
11281 * gdb.base/set-cwd.exp: Make it available on
11282 native-extended-gdbserver.
11283
d092c5a2
SDJ
112842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11285
11286 * gdb.base/set-cwd.c: New file.
11287 * gdb.base/set-cwd.exp: Likewise.
11288
45320ffa
TT
112892017-10-02 Tom Tromey <tom@tromey.com>
11290
11291 PR rust/22236:
11292 * gdb.rust/simple.rs (main): New variable "fslice".
11293 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11294
b3e3859b
TT
112952017-10-02 Tom Tromey <tom@tromey.com>
11296
11297 * gdb.rust/simple.exp: Test ptype of a slice.
11298
01af5e0d
TT
112992017-10-02 Tom Tromey <tom@tromey.com>
11300
11301 * gdb.rust/simple.exp: Test index of slice.
11302
a9bbfbd8
TT
113032017-09-27 Tom Tromey <tom@tromey.com>
11304
11305 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11306
df8899e5
TP
113072017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11308 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/compare-sections.exp (get value of read-only section): Read
11311 as unsigned value.
11312 (corrupt read-only section): Likewise and don't set written if patching
11313 failed.
11314
757bf54b
KB
113152017-09-21 Kevin Buettner <kevinb@redhat.com>
11316
11317 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11318 files.
11319
06871ae8
PA
113202017-09-20 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11323 symbol names in gdb's output.
11324 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11325
e5f25bc5
PA
113262017-09-20 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11329 Rename to ...
11330 (test_list_ambiguous_symbol): ... this and add a symbol name
11331 parameter. Adjust.
11332 (test_list_ambiguous_function): Reimplement on top of
11333 test_list_ambiguous_symbol and also test listing ambiguous
11334 variables.
11335 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11336 (ambiguous_fun): ... this.
11337 (ambiguous_var): New.
11338 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11339 (ambiguous_fun): ... this.
11340 (ambiguous_var): New.
11341
4e5a4f58
JB
113422017-09-19 John Baldwin <jhb@FreeBSD.org>
11343
11344 * gdb.base/starti.c: New file.
11345 * gdb.base/starti.exp: New file.
11346 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11347
26e53f3e
PA
113482017-09-14 Pedro Alves <palves@redhat.com>
11349
11350 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11351 (top level): Use it instead of runto.
11352
cb791d59
TT
113532017-09-11 Tom Tromey <tom@tromey.com>
11354
11355 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11356
7c96f8c1
TT
113572017-09-11 Tom Tromey <tom@tromey.com>
11358
11359 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11360 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11361
469412dd
CW
113622017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11363
11364 * gdb.fortran/printing-types.exp: New file.
11365 * gdb.fortran/printing-types.exp: New file.
11366
e0f86435
BH
113672017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11368
11369 * gdb.fortran/vla-ptype.exp: Fix typos.
11370 * gdb.fortran/vla-value.exp: Same.
11371
9e9af4be
BH
113722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11373
11374 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11375 * gdb.mi/mi-var-child-f.exp: Likewise.
11376 * gdb.mi/mi-vla-fortran.exp: Likewise.
11377
a5ad232b 113782017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11379 Christoph Weinmann <christoph.t.weinmann@intel.com>
11380 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11381
11382 * gdb.fortran/ptr-indentation.f90: New file.
11383 * gdb.fortran/ptr-indentation.exp: New file.
11384
5aec60eb
TT
113852017-09-05 Tom Tromey <tom@tromey.com>
11386
11387 PR gdb/22010:
11388 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11389
8f8f8152
TP
113902017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11391
11392 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11393
fbd1b771
JK
113942017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11395
11396 * gdb.threads/tls-nodebug-pie.c: New file.
11397 * gdb.threads/tls-nodebug-pie.exp: New file.
11398
5eb5f850
TT
113992017-09-05 Tom Tromey <tom@tromey.com>
11400
11401 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11402 for rust.
11403
ae780a21
SM
114042017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11405
11406 * gdb.multi/multi-arch-exec.exp: Test with different
11407 "follow-exec-mode" settings.
11408 (do_test): New procedure.
11409
3693fdb3
PA
114102017-09-04 Pedro Alves <palves@redhat.com>
11411
11412 * gdb.base/func-static.c (S::method const, S::method volatile)
11413 (S::method volatile const): New methods.
11414 (c_s, v_s, cv_s): New instances.
11415 (main): Call method() on them.
11416 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11417 (cannot_resolve): New procedure.
11418 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11419 print-quote-unquoted columns.
11420 (do_test): Test printing each scope too.
11421
e68cb8e0
PA
114222017-09-04 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/local-static.exp: Also test with
11425 class::method::variable wholly quoted.
11426 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11427
858be34c
PA
114282017-09-04 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/local-static.c: New.
11431 * gdb.base/local-static.cc: New.
11432 * gdb.base/local-static.exp: New.
11433
46a4882b
PA
114342017-09-04 Pedro Alves <palves@redhat.com>
11435
11436 * gdb.asm/asm-source.exp: Add casts to int.
11437 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11438 (dataglobal64_1, dataglobal64_2): New globals.
11439 * gdb.base/nodebug.exp: Test different expressions involving the
11440 new globals, with print, whatis and ptype. Add casts to int.
11441 * gdb.base/solib-display.exp: Add casts to int.
11442 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11443 * gdb.cp/m-static.exp: Add cast to int.
11444 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11445 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11446 tls variable with no debug info without a cast. Test with a cast
11447 to int too.
11448 * gdb.trace/entry-values.exp: Add casts.
11449
2c5a2be1
PA
114502017-09-04 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.base/nodebug.exp: Test that ptype's error about functions
11453 with unknown return type includes the function name too.
11454
7022349d
PA
114552017-09-04 Pedro Alves <palves@redhat.com>
11456
11457 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11458 return type of munmap in infcall.
11459 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11460 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11461 type of ftell in infcall.
11462 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11463 type of getpid in infcall.
11464 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11465 infcall.
11466 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11467 Bail on failure to extract the pid.
11468 * gdb.base/nodebug.c: #include <stdint.h>.
11469 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11470 New functions.
11471 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11472 Change expected output of print/whatis/ptype with functions with
11473 no debug info. Test all supported languages. Call
11474 test_call_promotion.
11475 * gdb.compile/compile.exp: Adjust expected output to expect
11476 warning.
11477 * gdb.threads/siginfo-threads.exp: Likewise.
11478
54990598
PA
114792017-09-04 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11482 "prototypes". Test calling float functions via prototyped and
11483 unprototyped function pointers.
11484 (perform_all_tests): New parameter "prototypes". Pass it down.
11485 (top level): Pass down "prototypes" parameter to
11486 perform_all_tests.
11487
34d16ea2
SM
114882017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11489
11490 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11491 Test with nested loops.
11492
9521ecda
SM
114932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11494
11495 * gdb.base/commands.exp: Call the new procedures.
11496 (loop_break_test, loop_continue_test): New procedures.
11497
80a65e9b
SM
114982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11499
11500 * gdb.base/commands.exp: Call new procedure.
11501 (define_if_without_arg_test): New procedure.
11502
e439fa14
PA
115032017-09-04 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/list-ambiguous.exp: New file.
11506 * gdb.base/list-ambiguous0.c: New file.
11507 * gdb.base/list-ambiguous1.c: New file.
11508 * gdb.base/list.exp (test_list_range): Adjust expected output.
11509
0a2dde4a
SDJ
115102017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11511
11512 * gdb.base/share-env-with-gdbserver.c: New file.
11513 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11514
5e89eb3a
SM
115152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11516
11517 * gdb.base/commands.exp (gdbvar_simple_if_test,
11518 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11519 progvar_simple_if_test, progvar_simple_while_test,
11520 progvar_complex_if_while_test, user_defined_command_test,
11521 user_defined_command_args_eval,
11522 user_defined_command_args_stack_test,
11523 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11524 temporary_breakpoint_commands,
11525 gdb_test_no_prompt, redefine_hook_test,
11526 redefine_backtrace_test): Remove "global gdb_prompt".
11527
fd437cbc
SM
115282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11529
11530 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11531 New proc, call it from toplevel.
11532
87215ad1
SDJ
115332017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11534
11535 PR remote/21852
11536 * gdb.server/normal.c: New file, copied from gdb.base.
11537 * gdb.server/run-without-local-binary.exp: New file.
11538
58afddc6
WP
115392017-08-07 Weimin Pan <weimin.pan@oracle.com>
11540
11541 * gdb.arch/sparc64-adi.exp: New file.
11542 * gdb.arch/sparc64-adi.c: New file.
11543
5277199a
PA
115442017-08-22 Pedro Alves <palves@redhat.com>
11545
11546 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11547 (top level): Add "list all overloads" tests.
11548
14278e1f
TT
115492017-08-22 Tom Tromey <tom@tromey.com>
11550
11551 * gdb.gdb/xfullpath.exp: Remove.
11552
bf223d3e
PA
115532017-08-21 Pedro Alves <palves@redhat.com>
11554
11555 PR gdb/19487
11556 * gdb.base/symbol-alias.c: New.
11557 * gdb.base/symbol-alias2.c: New.
11558 * gdb.base/symbol-alias.exp: New.
11559
c973d0aa
PA
115602017-08-21 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/dfp-test.c
11563 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11564 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11565 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11566 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11567 * gdb.base/whatis-ptype-typedefs.c: New.
11568 * gdb.base/whatis-ptype-typedefs.exp: New.
11569 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11570 (an_int, an_int_type, an_int_type2): New globals.
11571 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11572 involving typedefs and cast expressions.
11573 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11574 (lookup_typedefs_function): New.
11575 (typedefs_pretty_printers_dict): New.
11576 (top level): Register lookup_typedefs_function in
11577 gdb.pretty_printers.
11578
6d580b63
YQ
115792017-08-18 Yao Qi <yao.qi@linaro.org>
11580
11581 * gdb.server/unittest.exp: New.
11582
206726fb
SDJ
115832017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11584
11585 PR gdb/21954
11586 * gdb.base/environ.exp: Add test to check if 'unset environment'
11587 works.
11588
bf0ec4c2
AA
115892017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11590
11591 * lib/gdb.exp (universal_compile_options): New caching proc.
11592 (gdb_compile): Suppress GCC's coloring of messages.
11593
d6382fff
TT
115942017-08-14 Tom Tromey <tom@tromey.com>
11595
11596 PR gdb/21675:
11597 * gdb.base/printcmds.exp (test_radices): New function.
11598 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11599 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11600 * lib/gdb.exp (get_integer_valueof): Use p/d.
11601
c2c2dd9f
SM
116022017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11603
11604 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11605 characters.
11606
fdffd6f4
TT
116072017-08-05 Tom Tromey <tom@tromey.com>
11608
11609 * gdb.rust/simple.exp: Allow String to appear in a different
11610 namespace.
11611
27d41eac
YQ
116122017-07-26 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.gdb/unittest.exp: Invoke command
11615 "maintenance check xml-descriptions".
11616
031ed05d
AA
116172017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11618
11619 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11620 calling context.
11621 (hex128): Drop erroneous calculation of parameters.
11622
dcd27ddf
SM
116232017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11624
11625 * gdb.python/py-unwind.exp: Disable stack protection when
11626 building test file.
11627
47e77640
PA
116282017-07-20 Pedro Alves <palves@redhat.com>
11629
11630 * gdb.base/default.exp (set language): Adjust expected output.
11631
62d2a18a
PA
116322017-07-20 Pedro Alves <palves@redhat.com>
11633
11634 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11635 (test_minsym): ... this, and make static.
11636 (get_pck__foo__bar__minsym): Rename to ...
11637 (get_test_minsym): ... this.
11638 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11639 symbol names and comments.
11640 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11641 (get_test_minsym): ... this.
11642 (pck__foo__bar__minsym__2): Rename to ...
11643 (test_minsym): ... this.
11644 (main): Adjust.
11645
c45ec17c
PA
116462017-07-17 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.base/completion.exp: Adjust expected output.
11649 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11650 the completer works.
11651
c6756f62
PA
116522017-07-17 Pedro Alves <palves@redhat.com>
11653
11654 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11655
5bd68487
AB
116562017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11657
11658 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11659
8880f2a9
TT
116602017-07-14 Tom Tromey <tom@tromey.com>
11661
11662 PR rust/21764:
11663 * gdb.rust/simple.exp: Add tests.
11664
65547233
TT
116652017-07-14 Tom Tromey <tom@tromey.com>
11666
11667 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11668
8f14146e
PA
116692017-07-14 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.linespec/base/one/thefile.cc (z1): New function.
11672 * gdb.linespec/base/two/thefile.cc (z2): New function.
11673 * gdb.linespec/linespec.exp: Add tests.
11674
b4365d02
AB
116752017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11676
11677 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11678 to mi_create_breakpoint.
11679
5d2cbaa5
AB
116802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11681
11682 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11683 mi_create_breakpoint.
11684
11cb5716
IB
116852017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11686
11687 * gdb.dlang/demangle.exp: Update for demangling changes.
11688
03278692
TT
116892017-07-09 Tom Tromey <tom@tromey.com>
11690
11691 * gdb.dwarf2/shortpiece.exp: New file.
11692
33c5cd75
DB
116932017-07-06 David Blaikie <dblaikie@gmail.com>
11694
11695 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11696 built from fissiont-multi-cu{1,2}.c.
11697 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11698 except putting 'main' and 'func' in separate CUs in the same DWO file.
11699 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11700 test.
11701 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11702 test.
11703
8455d262
PA
117042017-07-06 Pedro Alves <palves@redhat.com>
11705
11706 * gdb.python/py-unwind.exp: Test flushregs.
11707
dc4bde35
SDJ
117082017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11709
11710 PR cli/21688
11711 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11712 tests for alias commands and trailing whitespace.
11713
51ed89aa
SDJ
117142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11715
11716 PR cli/21688
11717 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11718 procedure. Call it.
11719
eb17d413
PA
117202017-06-29 Pedro Alves <palves@redhat.com>
11721
11722 * gdb.base/printcmds.exp: Add tests.
11723
41664b45
DG
117242017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11725
11726 PR gdb/21337
11727 * gdb.base/reread-readsym.exp: New file.
11728 * gdb.base/reread-readsym.c: New file.
11729
75312ae3
KB
117302017-06-21 Kevin Buettner <kevinb@redhat.com>
11731
11732 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11733 subpattern.
11734
66953522
PB
117352017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11736
11737 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11738 extended mnemonic.
11739 * gdb.arch/powerpc-power9.s: Likewise.
11740
5524b525
AA
117412017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11742
11743 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11744 on 32-bit x86 targets. Exploit is_*_target macros where
11745 appropriate.
11746
03c8af18
AA
117472017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11748
11749 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11750 register pieces.
11751
3bf31011
AA
117522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11753
11754 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11755 located in one or more DWARF pieces.
11756
805acca0
AA
117572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11758
11759 * lib/gdb.exp (get_endianness): New proc.
11760 * gdb.arch/aarch64-fp.exp: Use it.
11761 * gdb.arch/altivec-regs.exp: Likewise.
11762 * gdb.arch/e500-regs.exp: Likewise.
11763 * gdb.arch/vsx-regs.exp: Likewise.
11764 * gdb.base/dump.exp: Likewise.
11765 * gdb.base/funcargs.exp: Likewise.
11766 * gdb.base/gnu_vector.exp: Likewise.
11767 * gdb.dwarf2/formdata16.exp: Likewise.
11768 * gdb.dwarf2/implptrpiece.exp: Likewise.
11769 * gdb.dwarf2/nonvar-access.exp: Likewise.
11770 * gdb.python/py-inferior.exp: Likewise.
11771 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11772
e9352324
AA
117732017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11774
11775 PR gdb/21226
11776 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11777 stack value pieces are taken from the LSB end.
11778
d5d1163e
AA
117792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11780
11781 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11782 variable at nonzero offset.
11783
0567c986
AA
117842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11785
11786 * gdb.dwarf2/var-access.c: New file.
11787 * gdb.dwarf2/var-access.exp: New test.
11788 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11789
973e9aab
TT
117902017-06-12 Tom Tromey <tom@tromey.com>
11791
11792 * gdb.dwarf2/formdata16.exp: Add tests.
11793
d9109c80
TT
117942017-06-12 Tom Tromey <tom@tromey.com>
11795
11796 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11797
30a25466
TT
117982017-06-12 Tom Tromey <tom@tromey.com>
11799
11800 PR exp/16225:
11801 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11802 * gdb.arch/vsx-regs.exp: Update tests.
11803 * gdb.arch/s390-vregs.exp (hex128): New proc.
11804 Update test.
11805 * gdb.arch/altivec-regs.exp: Update tests.
11806
aefd8b33
SDJ
118072017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11808
11809 * gdb.base/startup-with-shell.c: New file.
11810 * gdb.base/startup-with-shell.exp: Likewise.
11811
2090129c
SDJ
118122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11813
11814 * gdb.server/non-existing-program.exp: Update regex in order to
11815 reflect the fact that gdbserver is now using fork_inferior (with a
11816 shell) to startup the inferior.
11817
8e86a419
SM
118182017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11819
11820 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11821 support function calls from GDB.
11822
e6cf65f2
TT
118232017-05-21 Tom Tromey <tom@tromey.com>
11824
11825 PR rust/21466:
11826 * gdb.rust/unsized.exp: New file.
11827 * gdb.rust/unsized.rs: New file.
11828
43cc5389
TT
118292017-05-19 Tom Tromey <tom@tromey.com>
11830
11831 PR rust/21484:
11832 * gdb.rust/watch.exp: New file.
11833 * gdb.rust/watch.rs: New file.
11834
ec8df234
TT
118352017-05-18 Tom Tromey <tom@tromey.com>
11836
11837 * gdb.rust/simple.exp: Allow Box to be qualified.
11838
3e3e7fae
TP
118392017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11840
11841 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11842
59cc050d
PA
118432017-05-18 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.base/fileio.c (test_write, test_read, test_close)
11846 (test_fstat): Don't print 'ret' in the fail path.
11847
c8f6abd1
PA
118482017-05-18 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11851 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11852 (test_system, test_rename, test_unlink, test_time): Change
11853 prototypes.
11854 * gdb.base/fileio.exp (stop_msg): Adjust.
11855
d2a03b77
PA
118562017-05-18 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.base/fileio.c (null_str): New global.
11859 (test_stat): Use it.
11860 * gdb.base/fileio.exp: Remove nowarnings.
11861
0d5c6999
YQ
118622017-05-17 Yao Qi <yao.qi@linaro.org>
11863
11864 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11865
21873064
YQ
118662017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11869 argument command.
11870 (top-level): Invoke test_set_inferior_tty.
11871
d512d31c
PA
118722017-05-04 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11875 Add parens to print call for Python 3.
11876
90cef2ed
KS
118772017-05-03 Keith Seitz <keiths@redhat.com>
11878
11879 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11880 (main): Call it.
11881
14f819c8
TW
118822017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11883
11884 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11885 to prev and next.
11886
913aeadd
TW
118872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11888
11889 * gdb.python/py-record-btrace.exp: Remove test for
11890 gdb.BtraceInstruction.error.
11891
a3be24ad
TW
118922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11893
11894 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11895
ae20e79a
TW
118962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11897
11898 * gdb.python/py-record-btrace-threads.c: New file.
11899 * gdb.python/py-record-btrace-threads.exp: New file.
11900
45ce1b47
SDJ
119012017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11902
11903 PR testsuite/8595
11904 * gdb.base/environ.exp: Make test available in all architectures.
11905 Move bits related to "info program" testing to
11906 gdb.base/info-program.exp. Rewrite tests to use the two new
11907 procedures mentione below.
11908 (test_set_show_env_var) New procedure.
11909 (test_set_show_env_var_equal): Likewise.
11910 * gdb.base/info-program.exp: New file.
11911
e15c3eb4
KS
119122017-04-27 Keith Seitz <keiths@redhat.com>
11913
11914 * gdb.cp/oranking.cc (test15): New function.
11915 (main): Call test15 and declare additional variables for testing.
11916 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11917 "p foo101('abc')" tests.
11918 Add tests for cv qualifier overloads.
11919 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11920 "lvalue reference overload" test.
11921 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11922 "print value of f1 on Child&& in f2" test.
11923
3a3fd0fd
PA
119242017-04-19 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11927 procedure.
11928 (top level): Call it.
11929 * lib/gdb.exp (gdb_define_cmd): New procedure.
11930
53375380
PA
119312017-04-12 Pedro Alves <palves@redhat.com>
11932
11933 PR gdb/21323
11934 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11935 (wchar): New global.
11936 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11937 (do_test_wide_char, wide_char_types_no_program, top level): Add
11938 wchar_t testing.
11939
53e710ac
PA
119402017-04-12 Pedro Alves <palves@redhat.com>
11941
11942 PR c++/21323
11943 * gdb.cp/wide_char_types.c: New file.
11944 * gdb.cp/wide_char_types.exp: New file.
11945
0ad9d8c7
SDJ
119462017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11947
11948 PR gdb/21352
11949 * gdb.trace/tsv.exp: Add test for "tsave -r".
11950
b1b45502
IB
119512017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11952
11953 * gdb.dlang/watch-loc.c: New file.
11954 * gdb.dlang/watch-loc.exp: New file.
11955
ec13808e
JK
119562017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11957
11958 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11959
fe5f7374
AK
119602017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11961
11962 * gdb.arch/arc-analyze-prologue.S: New file.
11963 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11964
eea78757
AK
119652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11966
11967 * gdb.arch/arc-decode-insn.S: New file.
11968 * gdb.arch/arc-decode-insn.exp: Likewise.
11969
5badf10a
IR
119702017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11971
11972 PR tdep/20928
11973 * gdb.arch/sparc64-regs.exp: New file.
11974 * gdb.arch/sparc64-regs.S: Likewise.
11975
cee59b3f
TW
119762017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11977
11978 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11979 and memory view on Python 3.
11980
c0f55cc6
AV
119812017-03-20 Artemiy Volkov <artemiyv@acm.org>
11982 Keith Seitz <keiths@redhat.com>
11983
11984 PR gdb/14441
11985 * gdb.cp/demangle.exp: Add rvalue reference tests.
11986 * gdb.cp/rvalue-ref-casts.cc: New file.
11987 * gdb.cp/rvalue-ref-casts.exp: New file.
11988 * gdb.cp/rvalue-ref-overload.cc: New file.
11989 * gdb.cp/rvalue-ref-overload.exp: New file.
11990 * gdb.cp/rvalue-ref-params.cc: New file.
11991 * gdb.cp/rvalue-ref-params.exp: New file.
11992 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11993 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11994 * gdb.cp/rvalue-ref-types.cc: New file.
11995 * gdb.cp/rvalue-ref-types.exp: New file.
11996 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11997 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11998
51457a05
MAL
119992017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12000
12001 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12002 New procedure.
12003
5b291c04
MAL
120042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12005
12006 * lib/mi-support.exp (mi_gdb_test): Add additional message
12007 for unexpected output.
12008
59a56148
AA
120092017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12010
12011 * gdb.base/examine-backward.c (Barrier): New character array
12012 constant, to ensure that TestStrings is preceded by a string
12013 terminator.
12014
7942e96e
AA
120152017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12016
12017 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12018 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12019 and implicit pointer into such a location.
12020
6ebac3fb
DE
120212017-03-16 Doug Evans <dje@google.com>
12022
12023 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12024
ec3b243d
TP
120252017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12026
12027 * gdb.cp/m-static.exp: Fix expectation for prototype of
12028 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12029
120302017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12031
12032 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12033 * gdb.guile/scm-lazy-string.c: New file.
12034 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12035 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12036 for pointer, array, typedef lazy strings.
12037
2cc36e25 120382017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12039
12040 PR python/17728, python/18439, python/18779
12041 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12042 * gdb.python/py-lazy-string.c (pointer): New typedef.
12043 (main): New locals ptr, array, typedef_ptr.
12044 * gdb.python/py-value.exp: Move lazy string tests to ...
12045 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12046 array, typedef lazy strings.
ec3b243d 12047
0efcde63
AK
120482017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12049
12050 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12051 Add optional 'test' parameter.
12052
7978d7c3
SM
120532017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12054
12055 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12056 Skip for versions of DejaGnu < 1.5.
12057
896c0c1e
SM
120582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12059
12060 * lib/gdb.exp (dejagnu_version): New proc.
12061 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12062 Use dejagnu_version.
12063
5f4d1085
KS
120642017-03-10 Keith Seitz <keiths@redhat.com>
12065
12066 PR c++/8128
12067 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12068 type from destructor regexps.
12069 Add a branch which actually passes the test.
12070 Adjust "ptype t5i" test names.
12071
1de05205
PA
120722017-03-08 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.base/step-over-exit.exp: Add explicit test message.
12075
c65d6b55
PA
120762017-03-08 Pedro Alves <palves@redhat.com>
12077
12078 PR gdb/18360
12079 * gdb.threads/interrupt-while-step-over.c: New file.
12080 * gdb.threads/interrupt-while-step-over.exp: New file.
12081
2e86a283
PA
120822017-03-08 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12085 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12086
25dcbff6
PA
120872017-03-08 Pedro Alves <palves@redhat.com>
12088
12089 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12090 PKRU as not supported as a PASS.
12091
dc9366eb
PA
120922017-03-08 Pedro Alves <palves@redhat.com>
12093
12094 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12095 prefix instead of $binfile1/$binfile2.
12096 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12097 in test message.
12098 * gdb.python/py-completion.exp: Use "load python file" as test
12099 messages instead of unstable path names.
12100
6e5d74e7
PA
121012017-03-08 Pedro Alves <palves@redhat.com>
12102 Jan Kratochvil <jan.kratochvil@redhat.com>
12103
12104 PR cli/21218
12105 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12106 New proc.
12107 (top level): Call it.
12108
9753a2f6
PA
121092017-03-08 Pedro Alves <palves@redhat.com>
12110
12111 PR tui/21216
12112 * gdb.tui/tui-nl-filtered-output.exp: New file.
12113
1a4dd9dd
PA
121142017-03-08 Pedro Alves <palves@redhat.com>
12115
12116 * gdb.base/completion.exp: Move TUI completion tests to ...
12117 * gdb.tui/completion.exp: ... this new file.
12118
7cbbff33
PA
121192017-03-08 Pedro Alves <palves@redhat.com>
12120
12121 * gdb.base/tui-disasm-long-lines.c,
12122 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12123 gdb.base/tui-layout.exp: Move to ...
12124 * gdb.tui/: ... this new directory.
12125
5f6fd321
PA
121262017-03-07 Pedro Alves <palves@redhat.com>
12127
12128 * gdb.base/tui-layout.c: New file.
12129 * gdb.base/tui-layout.exp: New file.
12130
44959fa8
PA
121312017-03-07 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.base/tui-layout.c: Rename to ...
12134 * gdb.base/tui-disasm-long-lines.c: ... this.
12135 * gdb.base/tui-layout.exp: Rename to ...
12136 * gdb.base/tui-disasm-long-lines.exp: ... this.
12137
f8c4e718
PA
121382017-03-07 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12141
6dbb839a 121422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12143
12144 * i386-mpx-call.c: New file.
12145 * i386-mpx-call.exp: New file.
12146
65b48a81
PB
121472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12148
12149 * gdb.arch/powerpc-power.exp: Delete test.
12150 * gdb.arch/powerpc-power.s: Likewise.
12151 * gdb.disasm/disassembler-options.exp: New test.
12152 * gdb.arch/powerpc-altivec.exp: Likewise.
12153 * gdb.arch/powerpc-altivec.s: Likewise.
12154 * gdb.arch/powerpc-altivec2.exp: Likewise.
12155 * gdb.arch/powerpc-altivec2.s: Likewise.
12156 * gdb.arch/powerpc-altivec3.exp: Likewise.
12157 * gdb.arch/powerpc-altivec3.s: Likewise.
12158 * gdb.arch/powerpc-power7.exp: Likewise.
12159 * gdb.arch/powerpc-power7.s: Likewise.
12160 * gdb.arch/powerpc-power8.exp: Likewise.
12161 * gdb.arch/powerpc-power8.s: Likewise.
12162 * gdb.arch/powerpc-power9.exp: Likewise.
12163 * gdb.arch/powerpc-power9.s: Likewise.
12164 * gdb.arch/powerpc-vsx.exp: Likewise.
12165 * gdb.arch/powerpc-vsx.s: Likewise.
12166 * gdb.arch/powerpc-vsx2.exp: Likewise.
12167 * gdb.arch/powerpc-vsx2.s: Likewise.
12168 * gdb.arch/powerpc-vsx3.exp: Likewise.
12169 * gdb.arch/powerpc-vsx3.s: Likewise.
12170 * gdb.arch/arm-disassembler-options.exp: Likewise.
12171 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12172 * gdb.arch/s390-disassembler-options.exp: Likewise.
12173
17cd4947
LM
121742017-02-23 Luis Machado <lgustavo@codesourcery.com>
12175
12176 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12177 (check_supported_features): ... this. Changed return type to void.
12178 (supports_rdseed): New static global.
12179 (rdseed): Check supports_rdseed.
12180 (initialize): Call check_supported_features.
12181
2039d74e
EBM
121822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12183
12184 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12185 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12186 and lqarx/stqcx.
12187 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12188 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12189
a51d7ecf
EBM
121902017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12191
12192 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12193 uppercase.
12194
0224619f
JK
121952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12196
12197 * gdb.dwarf2/formdata16.c: New file.
12198 * gdb.dwarf2/formdata16.exp: New file.
12199 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12200
216f72a1
JK
122012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12202
12203 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12204 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12205 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12206 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12207 DW_AT_GNU_*.
12208
43988095
JK
122092017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12210
12211 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12212
99e8a4f9
SDJ
122132017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12214
12215 PR gdb/21164
12216 * gdb.base/maint.exp: Add testcases for when the commands do
12217 not have arguments.
12218
b58a8c0c
TP
122192017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12220
12221 * gdb.cp/chained-calls.exp: Use p instead of P.
12222
4e746bb6
TW
122232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12224
12225 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12226 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12227
3f77c769
TT
122282017-02-14 Tom Tromey <tom@tromey.com>
12229
12230 PR python/13598:
12231 * gdb.python/py-events.exp: Add before_prompt event tests.
12232
075beec0
AA
122332017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12234
12235 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12236
bf5f525c
LM
122372017-02-13 Luis Machado <lgustavo@codesourcery.com>
12238
12239 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12240 (main): Call my_unique_function_name.
12241 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12242 completion of patterns with a single match.
12243 Add missing -re switches to gdb_test_multiple calls.
12244
13a66184
LM
122452017-02-13 Luis Machado <lgustavo@codesourcery.com>
12246
12247 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12248 return if core file is not recognized.
12249
26a06916
SM
122502017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12251
12252 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12253 and extra UIs.
12254
b761ca9e
SM
122552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12256
12257 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12258 proc_with_prefix.
12259
b964bee0
TT
122602017-02-10 Tom Tromey <tom@tromey.com>
12261
12262 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12263
18da0c51
MG
122642017-02-10 Martin Galvan <martingalvan@sourceware.org>
12265
12266 PR gdb/21122
12267 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12268
604c4576
JG
122692017-02-08 Jerome Guitton <guitton@adacore.com>
12270
12271 * gdb.base/define.exp: Add test for command abbreviations
12272 in define.
12273
20b477a7
LM
122742017-02-06 Luis Machado <lgustavo@codesourcery.com>
12275
12276 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12277 * gdb.reverse/insn-reverse-x86.c: New file.
12278
3f7b46f2
IR
122792017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12280
12281 PR tdep/20936
12282 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12283
f0fd41c1
TT
122842017-02-03 Tom Tromey <tom@tromey.com>
12285
12286 PR rust/21097:
12287 * gdb.rust/simple.exp: Add new tests.
12288
5be5dbf0
PA
122892017-02-02 Pedro Alves <palves@redhat.com>
12290
12291 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12292 tests.
12293
7346ef59
AA
122942017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12295
12296 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12297 taking a 2-byte value out of a 4-byte DWARF implicit value on
12298 big-endian targets.
12299 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12300 logic. Add test cases for DW_OP_implicit.
12301
787f0025
MM
123022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12303
12304 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12305
68777c29
MM
123062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12307
12308 * gdb.btrace/enable.exp: Call gdb_exit before
12309 skip_gdbserver_tests.
12310
0a1c7e28
MM
123112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12312
12313 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12314 GDBFLAGS.
12315
b5ac99b0
MM
123162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12317
12318 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12319 the test is skipped.
12320 * gdb.btrace/data.exp: Likewise.
12321 * gdb.btrace/delta.exp: Likewise.
12322 * gdb.btrace/dlopen.exp: Likewise.
12323 * gdb.btrace/enable-running.exp: Likewise.
12324 * gdb.btrace/enable.exp: Likewise.
12325 * gdb.btrace/exception.exp: Likewise.
12326 * gdb.btrace/function_call_history.exp: Likewise.
12327 * gdb.btrace/gcore.exp: Likewise.
12328 * gdb.btrace/instruction_history.exp: Likewise.
12329 * gdb.btrace/multi-thread-step.exp: Likewise.
12330 * gdb.btrace/nohist.exp: Likewise.
12331 * gdb.btrace/non-stop.exp: Likewise.
12332 * gdb.btrace/reconnect.exp: Likewise.
12333 * gdb.btrace/record_goto-step.exp: Likewise.
12334 * gdb.btrace/record_goto.exp: Likewise.
12335 * gdb.btrace/rn-dl-bind.exp: Likewise.
12336 * gdb.btrace/segv.exp: Likewise.
12337 * gdb.btrace/step.exp: Likewise.
12338 * gdb.btrace/stepi.exp: Likewise.
12339 * gdb.btrace/tailcall-only.exp: Likewise.
12340 * gdb.btrace/tailcall.exp: Likewise.
12341 * gdb.btrace/tsx.exp: Likewise.
12342 * gdb.btrace/unknown_functions.exp: Likewise.
12343 * gdb.btrace/vdso.exp: Likewise.
12344
cd4007e4
MM
123452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12346
12347 * gdb.btrace/enable-running.c: New.
12348 * gdb.btrace/enable-running.exp: New.
12349
2735833d
WT
123502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12351
12352 * gdb.arch/amd64-gs_base.c: New file.
12353 * gdb.arch/amd64-gs_base.exp: New file.
12354
b51e1e94
LM
123552017-01-26 Luis Machado <lgustavo@codesourcery.com>
12356
12357 * lib/memory.exp: Remove spurious empty newlines.
12358
72ca0410
SM
123592017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12360
12361 * gdb.python/py-bad-printers.exp: Load python file using "source".
12362 * gdb.python/py-events.exp: Likewise.
12363 * gdb.python/py-evsignal.exp: Likewise.
12364 * gdb.python/py-evthreads.exp: Likewise.
12365 * gdb.python/py-frame-args.exp: Likewise.
12366 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12367 * gdb.python/py-framefilter-mi.exp: Likewise.
12368 * gdb.python/py-framefilter.exp: Likewise.
12369 * gdb.python/py-mi.exp: Likewise.
12370 * gdb.python/py-pp-maint.exp: Likewise.
12371 * gdb.python/py-pp-registration.exp: Likewise.
12372 * gdb.python/py-prettyprint.exp: Likewise.
12373 (run_lang_tests): Likewise.
12374 * gdb.python/py-typeprint.exp: Likewise.
12375
e309aa65
LM
123762017-01-26 Luis Machado <lgustavo@codesourcery.com>
12377
12378 * lib/memory.exp: New file.
12379 * lib/gdb.exp: Load memory.exp.
12380 * gdb.base/memattr.exp (delete_memory): Move proc to
12381 lib/memory.exp and rename to delete_memory_regions.
12382 Replace delete_memory with delete_memory_regions.
12383 Cleanup memory regions before tests.
12384 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12385 before tests.
12386
515aff23
LM
123872017-01-26 Luis Machado <lgustavo@codesourcery.com>
12388
12389 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12390 files.
12391 (initialize): New function conditionally defined.
12392 (testcases): Move within conditional block.
12393 (main): Call initialize.
12394 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12395 of gdb.reverse/insn-reverse.c.
12396 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12397 gdb.reverse/insn-reverse.c.
12398
d8b49cf0
YQ
123992017-01-26 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12402 disassemble on address 0.
12403
f13a9a0c
YQ
124042017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12405 Yao Qi <yao.qi@linaro.org>
12406
12407 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12408 * gdb.dwarf2/implptr-64bit.S: Remove.
12409 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12410 variables in caller's context. Add DW_OP_implicit_value.
12411
5ac95241
YQ
124122017-01-25 Yao Qi <yao.qi@linaro.org>
12413
12414 * lib/dwarf.exp (Dwarf::_location): Handle
12415 DW_OP_GNU_implicit_pointer with proper size.
12416
23e82930
LM
124172017-01-20 Luis Machado <lgustavo@codesourcery.com>
12418
12419 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12420 and add untested calls.
12421
d334ae25
LM
124222017-01-20 Luis Machado <lgustavo@codesourcery.com>
12423
12424 * gdb.python/python.exp: Check line number against what GDB thinks
12425 the line number is for func1.
12426
f5e6296e
IB
124272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12428
12429 * gdb.dlang/debug-expr.exp: New file.
12430
5b362f04
LM
124312016-12-23 Luis Machado <lgustavo@codesourcery.com>
12432
12433 Fix test names for the following files:
12434
12435 * gdb.ada/exec_changed.exp
12436 * gdb.ada/info_types.exp
12437 * gdb.arch/aarch64-atomic-inst.exp
12438 * gdb.arch/aarch64-fp.exp
12439 * gdb.arch/altivec-abi.exp
12440 * gdb.arch/altivec-regs.exp
12441 * gdb.arch/amd64-byte.exp
12442 * gdb.arch/amd64-disp-step.exp
12443 * gdb.arch/amd64-dword.exp
12444 * gdb.arch/amd64-entry-value-inline.exp
12445 * gdb.arch/amd64-entry-value-param.exp
12446 * gdb.arch/amd64-entry-value-paramref.exp
12447 * gdb.arch/amd64-entry-value.exp
12448 * gdb.arch/amd64-i386-address.exp
12449 * gdb.arch/amd64-invalid-stack-middle.exp
12450 * gdb.arch/amd64-invalid-stack-top.exp
12451 * gdb.arch/amd64-optimout-repeat.exp
12452 * gdb.arch/amd64-prologue-skip.exp
12453 * gdb.arch/amd64-prologue-xmm.exp
12454 * gdb.arch/amd64-stap-special-operands.exp
12455 * gdb.arch/amd64-stap-wrong-subexp.exp
12456 * gdb.arch/amd64-tailcall-cxx.exp
12457 * gdb.arch/amd64-tailcall-noret.exp
12458 * gdb.arch/amd64-tailcall-ret.exp
12459 * gdb.arch/amd64-tailcall-self.exp
12460 * gdb.arch/amd64-word.exp
12461 * gdb.arch/arm-bl-branch-dest.exp
12462 * gdb.arch/arm-disp-step.exp
12463 * gdb.arch/arm-neon.exp
12464 * gdb.arch/arm-single-step-kernel-helper.exp
12465 * gdb.arch/avr-flash-qualifier.exp
12466 * gdb.arch/disp-step-insn-reloc.exp
12467 * gdb.arch/e500-abi.exp
12468 * gdb.arch/e500-regs.exp
12469 * gdb.arch/ftrace-insn-reloc.exp
12470 * gdb.arch/i386-avx512.exp
12471 * gdb.arch/i386-bp_permanent.exp
12472 * gdb.arch/i386-byte.exp
12473 * gdb.arch/i386-cfi-notcurrent.exp
12474 * gdb.arch/i386-disp-step.exp
12475 * gdb.arch/i386-dr3-watch.exp
12476 * gdb.arch/i386-float.exp
12477 * gdb.arch/i386-gnu-cfi.exp
12478 * gdb.arch/i386-mpx-map.exp
12479 * gdb.arch/i386-mpx-sigsegv.exp
12480 * gdb.arch/i386-mpx-simple_segv.exp
12481 * gdb.arch/i386-mpx.exp
12482 * gdb.arch/i386-permbkpt.exp
12483 * gdb.arch/i386-prologue.exp
12484 * gdb.arch/i386-signal.exp
12485 * gdb.arch/i386-size-overlap.exp
12486 * gdb.arch/i386-unwind.exp
12487 * gdb.arch/i386-word.exp
12488 * gdb.arch/mips-fcr.exp
12489 * gdb.arch/powerpc-d128-regs.exp
12490 * gdb.arch/powerpc-stackless.exp
12491 * gdb.arch/ppc64-atomic-inst.exp
12492 * gdb.arch/s390-stackless.exp
12493 * gdb.arch/s390-tdbregs.exp
12494 * gdb.arch/s390-vregs.exp
12495 * gdb.arch/sparc-sysstep.exp
12496 * gdb.arch/thumb-bx-pc.exp
12497 * gdb.arch/thumb-singlestep.exp
12498 * gdb.arch/thumb2-it.exp
12499 * gdb.arch/vsx-regs.exp
12500 * gdb.asm/asm-source.exp
12501 * gdb.base/a2-run.exp
12502 * gdb.base/advance.exp
12503 * gdb.base/all-bin.exp
12504 * gdb.base/anon.exp
12505 * gdb.base/args.exp
12506 * gdb.base/arithmet.exp
12507 * gdb.base/async-shell.exp
12508 * gdb.base/async.exp
12509 * gdb.base/attach-pie-noexec.exp
12510 * gdb.base/attach-twice.exp
12511 * gdb.base/auto-load.exp
12512 * gdb.base/bang.exp
12513 * gdb.base/bitfields.exp
12514 * gdb.base/break-always.exp
12515 * gdb.base/break-caller-line.exp
12516 * gdb.base/break-entry.exp
12517 * gdb.base/break-inline.exp
12518 * gdb.base/break-on-linker-gcd-function.exp
12519 * gdb.base/break-probes.exp
12520 * gdb.base/break.exp
12521 * gdb.base/breakpoint-shadow.exp
12522 * gdb.base/call-ar-st.exp
12523 * gdb.base/call-sc.exp
12524 * gdb.base/call-signal-resume.exp
12525 * gdb.base/call-strs.exp
12526 * gdb.base/callfuncs.exp
12527 * gdb.base/catch-fork-static.exp
12528 * gdb.base/catch-gdb-caused-signals.exp
12529 * gdb.base/catch-load.exp
12530 * gdb.base/catch-signal-fork.exp
12531 * gdb.base/catch-signal.exp
12532 * gdb.base/catch-syscall.exp
12533 * gdb.base/charset.exp
12534 * gdb.base/checkpoint.exp
12535 * gdb.base/chng-syms.exp
12536 * gdb.base/code-expr.exp
12537 * gdb.base/code_elim.exp
12538 * gdb.base/commands.exp
12539 * gdb.base/completion.exp
12540 * gdb.base/complex.exp
12541 * gdb.base/cond-expr.exp
12542 * gdb.base/condbreak.exp
12543 * gdb.base/consecutive.exp
12544 * gdb.base/continue-all-already-running.exp
12545 * gdb.base/coredump-filter.exp
12546 * gdb.base/corefile.exp
12547 * gdb.base/dbx.exp
12548 * gdb.base/debug-expr.exp
12549 * gdb.base/define.exp
12550 * gdb.base/del.exp
12551 * gdb.base/disabled-location.exp
12552 * gdb.base/disasm-end-cu.exp
12553 * gdb.base/disasm-optim.exp
12554 * gdb.base/display.exp
12555 * gdb.base/duplicate-bp.exp
12556 * gdb.base/ena-dis-br.exp
12557 * gdb.base/ending-run.exp
12558 * gdb.base/enumval.exp
12559 * gdb.base/environ.exp
12560 * gdb.base/eu-strip-infcall.exp
12561 * gdb.base/eval-avoid-side-effects.exp
12562 * gdb.base/eval-skip.exp
12563 * gdb.base/exitsignal.exp
12564 * gdb.base/expand-psymtabs.exp
12565 * gdb.base/filesym.exp
12566 * gdb.base/find-unmapped.exp
12567 * gdb.base/finish.exp
12568 * gdb.base/float.exp
12569 * gdb.base/foll-exec-mode.exp
12570 * gdb.base/foll-exec.exp
12571 * gdb.base/foll-fork.exp
12572 * gdb.base/fortran-sym-case.exp
12573 * gdb.base/freebpcmd.exp
12574 * gdb.base/func-ptr.exp
12575 * gdb.base/func-ptrs.exp
12576 * gdb.base/funcargs.exp
12577 * gdb.base/gcore-buffer-overflow.exp
12578 * gdb.base/gcore-relro-pie.exp
12579 * gdb.base/gcore-relro.exp
12580 * gdb.base/gcore.exp
12581 * gdb.base/gdb1090.exp
12582 * gdb.base/gdb11530.exp
12583 * gdb.base/gdb11531.exp
12584 * gdb.base/gdb1821.exp
12585 * gdb.base/gdbindex-stabs.exp
12586 * gdb.base/gdbvars.exp
12587 * gdb.base/hbreak.exp
12588 * gdb.base/hbreak2.exp
12589 * gdb.base/included.exp
12590 * gdb.base/infcall-input.exp
12591 * gdb.base/inferior-died.exp
12592 * gdb.base/infnan.exp
12593 * gdb.base/info-macros.exp
12594 * gdb.base/info-os.exp
12595 * gdb.base/info-proc.exp
12596 * gdb.base/info-shared.exp
12597 * gdb.base/info-target.exp
12598 * gdb.base/infoline.exp
12599 * gdb.base/interp.exp
12600 * gdb.base/interrupt.exp
12601 * gdb.base/jit-reader.exp
12602 * gdb.base/jit-simple.exp
12603 * gdb.base/kill-after-signal.exp
12604 * gdb.base/kill-detach-inferiors-cmd.exp
12605 * gdb.base/label.exp
12606 * gdb.base/langs.exp
12607 * gdb.base/ldbl_e308.exp
12608 * gdb.base/line-symtabs.exp
12609 * gdb.base/linespecs.exp
12610 * gdb.base/list.exp
12611 * gdb.base/long_long.exp
12612 * gdb.base/longest-types.exp
12613 * gdb.base/maint.exp
12614 * gdb.base/max-value-size.exp
12615 * gdb.base/memattr.exp
12616 * gdb.base/mips_pro.exp
12617 * gdb.base/morestack.exp
12618 * gdb.base/moribund-step.exp
12619 * gdb.base/multi-forks.exp
12620 * gdb.base/nested-addr.exp
12621 * gdb.base/nextoverexit.exp
12622 * gdb.base/noreturn-finish.exp
12623 * gdb.base/noreturn-return.exp
12624 * gdb.base/nostdlib.exp
12625 * gdb.base/offsets.exp
12626 * gdb.base/opaque.exp
12627 * gdb.base/pc-fp.exp
12628 * gdb.base/permissions.exp
12629 * gdb.base/print-symbol-loading.exp
12630 * gdb.base/prologue-include.exp
12631 * gdb.base/psymtab.exp
12632 * gdb.base/ptype.exp
12633 * gdb.base/random-signal.exp
12634 * gdb.base/randomize.exp
12635 * gdb.base/range-stepping.exp
12636 * gdb.base/readline-ask.exp
12637 * gdb.base/recpar.exp
12638 * gdb.base/recurse.exp
12639 * gdb.base/relational.exp
12640 * gdb.base/restore.exp
12641 * gdb.base/return-nodebug.exp
12642 * gdb.base/return.exp
12643 * gdb.base/run-after-attach.exp
12644 * gdb.base/save-bp.exp
12645 * gdb.base/scope.exp
12646 * gdb.base/sect-cmd.exp
12647 * gdb.base/set-lang-auto.exp
12648 * gdb.base/set-noassign.exp
12649 * gdb.base/setvar.exp
12650 * gdb.base/sigall.exp
12651 * gdb.base/sigbpt.exp
12652 * gdb.base/siginfo-addr.exp
12653 * gdb.base/siginfo-infcall.exp
12654 * gdb.base/siginfo-obj.exp
12655 * gdb.base/siginfo.exp
12656 * gdb.base/signals-state-child.exp
12657 * gdb.base/signest.exp
12658 * gdb.base/sigstep.exp
12659 * gdb.base/sizeof.exp
12660 * gdb.base/skip.exp
12661 * gdb.base/solib-corrupted.exp
12662 * gdb.base/solib-nodir.exp
12663 * gdb.base/solib-search.exp
12664 * gdb.base/stack-checking.exp
12665 * gdb.base/stale-infcall.exp
12666 * gdb.base/stap-probe.exp
12667 * gdb.base/start.exp
12668 * gdb.base/step-break.exp
12669 * gdb.base/step-bt.exp
12670 * gdb.base/step-line.exp
12671 * gdb.base/step-over-exit.exp
12672 * gdb.base/step-over-syscall.exp
12673 * gdb.base/step-resume-infcall.exp
12674 * gdb.base/step-test.exp
12675 * gdb.base/store.exp
12676 * gdb.base/structs3.exp
12677 * gdb.base/sym-file.exp
12678 * gdb.base/symbol-without-target_section.exp
12679 * gdb.base/term.exp
12680 * gdb.base/testenv.exp
12681 * gdb.base/ui-redirect.exp
12682 * gdb.base/until.exp
12683 * gdb.base/unwindonsignal.exp
12684 * gdb.base/value-double-free.exp
12685 * gdb.base/vla-datatypes.exp
12686 * gdb.base/vla-ptr.exp
12687 * gdb.base/vla-sideeffect.exp
12688 * gdb.base/volatile.exp
12689 * gdb.base/watch-cond-infcall.exp
12690 * gdb.base/watch-cond.exp
12691 * gdb.base/watch-non-mem.exp
12692 * gdb.base/watch-read.exp
12693 * gdb.base/watch-vfork.exp
12694 * gdb.base/watchpoint-cond-gone.exp
12695 * gdb.base/watchpoint-delete.exp
12696 * gdb.base/watchpoint-hw-hit-once.exp
12697 * gdb.base/watchpoint-hw.exp
12698 * gdb.base/watchpoint-stops-at-right-insn.exp
12699 * gdb.base/watchpoints.exp
12700 * gdb.base/wchar.exp
12701 * gdb.base/whatis-exp.exp
12702 * gdb.btrace/buffer-size.exp
12703 * gdb.btrace/data.exp
12704 * gdb.btrace/delta.exp
12705 * gdb.btrace/dlopen.exp
12706 * gdb.btrace/enable.exp
12707 * gdb.btrace/exception.exp
12708 * gdb.btrace/function_call_history.exp
12709 * gdb.btrace/gcore.exp
12710 * gdb.btrace/instruction_history.exp
12711 * gdb.btrace/nohist.exp
12712 * gdb.btrace/reconnect.exp
12713 * gdb.btrace/record_goto-step.exp
12714 * gdb.btrace/record_goto.exp
12715 * gdb.btrace/rn-dl-bind.exp
12716 * gdb.btrace/segv.exp
12717 * gdb.btrace/step.exp
12718 * gdb.btrace/stepi.exp
12719 * gdb.btrace/tailcall-only.exp
12720 * gdb.btrace/tailcall.exp
12721 * gdb.btrace/tsx.exp
12722 * gdb.btrace/unknown_functions.exp
12723 * gdb.btrace/vdso.exp
12724 * gdb.compile/compile-ifunc.exp
12725 * gdb.compile/compile-ops.exp
12726 * gdb.compile/compile-print.exp
12727 * gdb.compile/compile-setjmp.exp
12728 * gdb.cp/abstract-origin.exp
12729 * gdb.cp/ambiguous.exp
12730 * gdb.cp/annota2.exp
12731 * gdb.cp/annota3.exp
12732 * gdb.cp/anon-ns.exp
12733 * gdb.cp/anon-struct.exp
12734 * gdb.cp/anon-union.exp
12735 * gdb.cp/arg-reference.exp
12736 * gdb.cp/baseenum.exp
12737 * gdb.cp/bool.exp
12738 * gdb.cp/breakpoint.exp
12739 * gdb.cp/bs15503.exp
12740 * gdb.cp/call-c.exp
12741 * gdb.cp/casts.exp
12742 * gdb.cp/chained-calls.exp
12743 * gdb.cp/class2.exp
12744 * gdb.cp/classes.exp
12745 * gdb.cp/cmpd-minsyms.exp
12746 * gdb.cp/converts.exp
12747 * gdb.cp/cp-relocate.exp
12748 * gdb.cp/cpcompletion.exp
12749 * gdb.cp/cpexprs.exp
12750 * gdb.cp/cplabel.exp
12751 * gdb.cp/cplusfuncs.exp
12752 * gdb.cp/cpsizeof.exp
12753 * gdb.cp/ctti.exp
12754 * gdb.cp/derivation.exp
12755 * gdb.cp/destrprint.exp
12756 * gdb.cp/dispcxx.exp
12757 * gdb.cp/enum-class.exp
12758 * gdb.cp/exception.exp
12759 * gdb.cp/exceptprint.exp
12760 * gdb.cp/expand-psymtabs-cxx.exp
12761 * gdb.cp/expand-sals.exp
12762 * gdb.cp/extern-c.exp
12763 * gdb.cp/filename.exp
12764 * gdb.cp/formatted-ref.exp
12765 * gdb.cp/fpointer.exp
12766 * gdb.cp/gdb1355.exp
12767 * gdb.cp/gdb2495.exp
12768 * gdb.cp/hang.exp
12769 * gdb.cp/impl-this.exp
12770 * gdb.cp/infcall-dlopen.exp
12771 * gdb.cp/inherit.exp
12772 * gdb.cp/iostream.exp
12773 * gdb.cp/koenig.exp
12774 * gdb.cp/local.exp
12775 * gdb.cp/m-data.exp
12776 * gdb.cp/m-static.exp
12777 * gdb.cp/mb-ctor.exp
12778 * gdb.cp/mb-inline.exp
12779 * gdb.cp/mb-templates.exp
12780 * gdb.cp/member-name.exp
12781 * gdb.cp/member-ptr.exp
12782 * gdb.cp/meth-typedefs.exp
12783 * gdb.cp/method.exp
12784 * gdb.cp/method2.exp
12785 * gdb.cp/minsym-fallback.exp
12786 * gdb.cp/misc.exp
12787 * gdb.cp/namelessclass.exp
12788 * gdb.cp/namespace-enum.exp
12789 * gdb.cp/namespace-nested-import.exp
12790 * gdb.cp/namespace.exp
12791 * gdb.cp/nextoverthrow.exp
12792 * gdb.cp/no-dmgl-verbose.exp
12793 * gdb.cp/non-trivial-retval.exp
12794 * gdb.cp/noparam.exp
12795 * gdb.cp/nsdecl.exp
12796 * gdb.cp/nsimport.exp
12797 * gdb.cp/nsnested.exp
12798 * gdb.cp/nsnoimports.exp
12799 * gdb.cp/nsrecurs.exp
12800 * gdb.cp/nsstress.exp
12801 * gdb.cp/nsusing.exp
12802 * gdb.cp/operator.exp
12803 * gdb.cp/oranking.exp
12804 * gdb.cp/overload-const.exp
12805 * gdb.cp/overload.exp
12806 * gdb.cp/ovldbreak.exp
12807 * gdb.cp/ovsrch.exp
12808 * gdb.cp/paren-type.exp
12809 * gdb.cp/parse-lang.exp
12810 * gdb.cp/pass-by-ref.exp
12811 * gdb.cp/pr-1023.exp
12812 * gdb.cp/pr-1210.exp
12813 * gdb.cp/pr-574.exp
12814 * gdb.cp/pr10687.exp
12815 * gdb.cp/pr12028.exp
12816 * gdb.cp/pr17132.exp
12817 * gdb.cp/pr17494.exp
12818 * gdb.cp/pr9067.exp
12819 * gdb.cp/pr9167.exp
12820 * gdb.cp/pr9631.exp
12821 * gdb.cp/printmethod.exp
12822 * gdb.cp/psmang.exp
12823 * gdb.cp/psymtab-parameter.exp
12824 * gdb.cp/ptype-cv-cp.exp
12825 * gdb.cp/ptype-flags.exp
12826 * gdb.cp/re-set-overloaded.exp
12827 * gdb.cp/ref-types.exp
12828 * gdb.cp/rtti.exp
12829 * gdb.cp/scope-err.exp
12830 * gdb.cp/shadow.exp
12831 * gdb.cp/smartp.exp
12832 * gdb.cp/static-method.exp
12833 * gdb.cp/static-print-quit.exp
12834 * gdb.cp/temargs.exp
12835 * gdb.cp/templates.exp
12836 * gdb.cp/try_catch.exp
12837 * gdb.cp/typedef-operator.exp
12838 * gdb.cp/typeid.exp
12839 * gdb.cp/userdef.exp
12840 * gdb.cp/using-crash.exp
12841 * gdb.cp/var-tag.exp
12842 * gdb.cp/virtbase.exp
12843 * gdb.cp/virtfunc.exp
12844 * gdb.cp/virtfunc2.exp
12845 * gdb.cp/vla-cxx.exp
12846 * gdb.disasm/t01_mov.exp
12847 * gdb.disasm/t02_mova.exp
12848 * gdb.disasm/t03_add.exp
12849 * gdb.disasm/t04_sub.exp
12850 * gdb.disasm/t05_cmp.exp
12851 * gdb.disasm/t06_ari2.exp
12852 * gdb.disasm/t07_ari3.exp
12853 * gdb.disasm/t08_or.exp
12854 * gdb.disasm/t09_xor.exp
12855 * gdb.disasm/t10_and.exp
12856 * gdb.disasm/t11_logs.exp
12857 * gdb.disasm/t12_bit.exp
12858 * gdb.disasm/t13_otr.exp
12859 * gdb.dlang/circular.exp
12860 * gdb.dwarf2/arr-stride.exp
12861 * gdb.dwarf2/arr-subrange.exp
12862 * gdb.dwarf2/atomic-type.exp
12863 * gdb.dwarf2/bad-regnum.exp
12864 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12865 * gdb.dwarf2/callframecfa.exp
12866 * gdb.dwarf2/clztest.exp
12867 * gdb.dwarf2/corrupt.exp
12868 * gdb.dwarf2/data-loc.exp
12869 * gdb.dwarf2/dup-psym.exp
12870 * gdb.dwarf2/dw2-anon-mptr.exp
12871 * gdb.dwarf2/dw2-anonymous-func.exp
12872 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12873 * gdb.dwarf2/dw2-bad-unresolved.exp
12874 * gdb.dwarf2/dw2-basic.exp
12875 * gdb.dwarf2/dw2-canonicalize-type.exp
12876 * gdb.dwarf2/dw2-case-insensitive.exp
12877 * gdb.dwarf2/dw2-common-block.exp
12878 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12879 * gdb.dwarf2/dw2-compressed.exp
12880 * gdb.dwarf2/dw2-const.exp
12881 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12882 * gdb.dwarf2/dw2-cu-size.exp
12883 * gdb.dwarf2/dw2-dup-frame.exp
12884 * gdb.dwarf2/dw2-entry-value.exp
12885 * gdb.dwarf2/dw2-icycle.exp
12886 * gdb.dwarf2/dw2-ifort-parameter.exp
12887 * gdb.dwarf2/dw2-inline-break.exp
12888 * gdb.dwarf2/dw2-inline-param.exp
12889 * gdb.dwarf2/dw2-intercu.exp
12890 * gdb.dwarf2/dw2-intermix.exp
12891 * gdb.dwarf2/dw2-lexical-block-bare.exp
12892 * gdb.dwarf2/dw2-linkage-name-trust.exp
12893 * gdb.dwarf2/dw2-minsym-in-cu.exp
12894 * gdb.dwarf2/dw2-noloc.exp
12895 * gdb.dwarf2/dw2-op-call.exp
12896 * gdb.dwarf2/dw2-op-out-param.exp
12897 * gdb.dwarf2/dw2-opt-structptr.exp
12898 * gdb.dwarf2/dw2-param-error.exp
12899 * gdb.dwarf2/dw2-producer.exp
12900 * gdb.dwarf2/dw2-ranges-base.exp
12901 * gdb.dwarf2/dw2-ref-missing-frame.exp
12902 * gdb.dwarf2/dw2-reg-undefined.exp
12903 * gdb.dwarf2/dw2-regno-invalid.exp
12904 * gdb.dwarf2/dw2-restore.exp
12905 * gdb.dwarf2/dw2-restrict.exp
12906 * gdb.dwarf2/dw2-single-line-discriminators.exp
12907 * gdb.dwarf2/dw2-strp.exp
12908 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12909 * gdb.dwarf2/dw2-unresolved.exp
12910 * gdb.dwarf2/dw2-var-zero-addr.exp
12911 * gdb.dwarf2/dw4-sig-types.exp
12912 * gdb.dwarf2/dwz.exp
12913 * gdb.dwarf2/dynarr-ptr.exp
12914 * gdb.dwarf2/enum-type.exp
12915 * gdb.dwarf2/gdb-index.exp
12916 * gdb.dwarf2/implptr-64bit.exp
12917 * gdb.dwarf2/implptr-optimized-out.exp
12918 * gdb.dwarf2/implptr.exp
12919 * gdb.dwarf2/implref-array.exp
12920 * gdb.dwarf2/implref-const.exp
12921 * gdb.dwarf2/implref-global.exp
12922 * gdb.dwarf2/implref-struct.exp
12923 * gdb.dwarf2/mac-fileno.exp
12924 * gdb.dwarf2/main-subprogram.exp
12925 * gdb.dwarf2/member-ptr-forwardref.exp
12926 * gdb.dwarf2/method-ptr.exp
12927 * gdb.dwarf2/missing-sig-type.exp
12928 * gdb.dwarf2/nonvar-access.exp
12929 * gdb.dwarf2/opaque-type-lookup.exp
12930 * gdb.dwarf2/pieces-optimized-out.exp
12931 * gdb.dwarf2/pieces.exp
12932 * gdb.dwarf2/pr10770.exp
12933 * gdb.dwarf2/pr13961.exp
12934 * gdb.dwarf2/staticvirtual.exp
12935 * gdb.dwarf2/subrange.exp
12936 * gdb.dwarf2/symtab-producer.exp
12937 * gdb.dwarf2/trace-crash.exp
12938 * gdb.dwarf2/typeddwarf.exp
12939 * gdb.dwarf2/valop.exp
12940 * gdb.dwarf2/watch-notconst.exp
12941 * gdb.fortran/array-element.exp
12942 * gdb.fortran/charset.exp
12943 * gdb.fortran/common-block.exp
12944 * gdb.fortran/complex.exp
12945 * gdb.fortran/derived-type-function.exp
12946 * gdb.fortran/derived-type.exp
12947 * gdb.fortran/logical.exp
12948 * gdb.fortran/module.exp
12949 * gdb.fortran/multi-dim.exp
12950 * gdb.fortran/nested-funcs.exp
12951 * gdb.fortran/print-formatted.exp
12952 * gdb.fortran/subarray.exp
12953 * gdb.fortran/vla-alloc-assoc.exp
12954 * gdb.fortran/vla-datatypes.exp
12955 * gdb.fortran/vla-history.exp
12956 * gdb.fortran/vla-ptr-info.exp
12957 * gdb.fortran/vla-ptype-sub.exp
12958 * gdb.fortran/vla-ptype.exp
12959 * gdb.fortran/vla-sizeof.exp
12960 * gdb.fortran/vla-type.exp
12961 * gdb.fortran/vla-value-sub-arbitrary.exp
12962 * gdb.fortran/vla-value-sub-finish.exp
12963 * gdb.fortran/vla-value-sub.exp
12964 * gdb.fortran/vla-value.exp
12965 * gdb.fortran/whatis_type.exp
12966 * gdb.go/chan.exp
12967 * gdb.go/handcall.exp
12968 * gdb.go/hello.exp
12969 * gdb.go/integers.exp
12970 * gdb.go/methods.exp
12971 * gdb.go/package.exp
12972 * gdb.go/strings.exp
12973 * gdb.go/types.exp
12974 * gdb.go/unsafe.exp
12975 * gdb.guile/scm-arch.exp
12976 * gdb.guile/scm-block.exp
12977 * gdb.guile/scm-breakpoint.exp
12978 * gdb.guile/scm-cmd.exp
12979 * gdb.guile/scm-disasm.exp
12980 * gdb.guile/scm-equal.exp
12981 * gdb.guile/scm-frame-args.exp
12982 * gdb.guile/scm-frame-inline.exp
12983 * gdb.guile/scm-frame.exp
12984 * gdb.guile/scm-iterator.exp
12985 * gdb.guile/scm-math.exp
12986 * gdb.guile/scm-objfile.exp
12987 * gdb.guile/scm-ports.exp
12988 * gdb.guile/scm-symbol.exp
12989 * gdb.guile/scm-symtab.exp
12990 * gdb.guile/scm-value-cc.exp
12991 * gdb.guile/types-module.exp
12992 * gdb.linespec/break-ask.exp
12993 * gdb.linespec/cpexplicit.exp
12994 * gdb.linespec/explicit.exp
12995 * gdb.linespec/keywords.exp
12996 * gdb.linespec/linespec.exp
12997 * gdb.linespec/ls-dollar.exp
12998 * gdb.linespec/ls-errs.exp
12999 * gdb.linespec/skip-two.exp
13000 * gdb.linespec/thread.exp
13001 * gdb.mi/mi-async.exp
13002 * gdb.mi/mi-basics.exp
13003 * gdb.mi/mi-break.exp
13004 * gdb.mi/mi-catch-load.exp
13005 * gdb.mi/mi-cli.exp
13006 * gdb.mi/mi-cmd-param-changed.exp
13007 * gdb.mi/mi-console.exp
13008 * gdb.mi/mi-detach.exp
13009 * gdb.mi/mi-disassemble.exp
13010 * gdb.mi/mi-eval.exp
13011 * gdb.mi/mi-file-transfer.exp
13012 * gdb.mi/mi-file.exp
13013 * gdb.mi/mi-fill-memory.exp
13014 * gdb.mi/mi-inheritance-syntax-error.exp
13015 * gdb.mi/mi-linespec-err-cp.exp
13016 * gdb.mi/mi-logging.exp
13017 * gdb.mi/mi-memory-changed.exp
13018 * gdb.mi/mi-read-memory.exp
13019 * gdb.mi/mi-record-changed.exp
13020 * gdb.mi/mi-reg-undefined.exp
13021 * gdb.mi/mi-regs.exp
13022 * gdb.mi/mi-return.exp
13023 * gdb.mi/mi-reverse.exp
13024 * gdb.mi/mi-simplerun.exp
13025 * gdb.mi/mi-solib.exp
13026 * gdb.mi/mi-stack.exp
13027 * gdb.mi/mi-stepi.exp
13028 * gdb.mi/mi-syn-frame.exp
13029 * gdb.mi/mi-until.exp
13030 * gdb.mi/mi-var-block.exp
13031 * gdb.mi/mi-var-child.exp
13032 * gdb.mi/mi-var-cmd.exp
13033 * gdb.mi/mi-var-cp.exp
13034 * gdb.mi/mi-var-display.exp
13035 * gdb.mi/mi-var-invalidate.exp
13036 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13037 * gdb.mi/mi-vla-fortran.exp
13038 * gdb.mi/mi-watch.exp
13039 * gdb.mi/mi2-var-child.exp
13040 * gdb.mi/user-selected-context-sync.exp
13041 * gdb.modula2/unbounded-array.exp
13042 * gdb.multi/dummy-frame-restore.exp
13043 * gdb.multi/multi-arch-exec.exp
13044 * gdb.multi/multi-arch.exp
13045 * gdb.multi/tids.exp
13046 * gdb.multi/watchpoint-multi.exp
13047 * gdb.opencl/callfuncs.exp
13048 * gdb.opencl/convs_casts.exp
13049 * gdb.opencl/datatypes.exp
13050 * gdb.opencl/operators.exp
13051 * gdb.opencl/vec_comps.exp
13052 * gdb.opt/clobbered-registers-O2.exp
13053 * gdb.opt/inline-break.exp
13054 * gdb.opt/inline-bt.exp
13055 * gdb.opt/inline-cmds.exp
13056 * gdb.opt/inline-locals.exp
13057 * gdb.pascal/case-insensitive-symbols.exp
13058 * gdb.pascal/floats.exp
13059 * gdb.pascal/gdb11492.exp
13060 * gdb.python/lib-types.exp
13061 * gdb.python/py-arch.exp
13062 * gdb.python/py-as-string.exp
13063 * gdb.python/py-bad-printers.exp
13064 * gdb.python/py-block.exp
13065 * gdb.python/py-breakpoint-create-fail.exp
13066 * gdb.python/py-breakpoint.exp
13067 * gdb.python/py-caller-is.exp
13068 * gdb.python/py-cmd.exp
13069 * gdb.python/py-explore-cc.exp
13070 * gdb.python/py-explore.exp
13071 * gdb.python/py-finish-breakpoint.exp
13072 * gdb.python/py-finish-breakpoint2.exp
13073 * gdb.python/py-frame-args.exp
13074 * gdb.python/py-frame-inline.exp
13075 * gdb.python/py-frame.exp
13076 * gdb.python/py-framefilter-mi.exp
13077 * gdb.python/py-infthread.exp
13078 * gdb.python/py-lazy-string.exp
13079 * gdb.python/py-linetable.exp
13080 * gdb.python/py-mi-events.exp
13081 * gdb.python/py-mi-objfile.exp
13082 * gdb.python/py-mi.exp
13083 * gdb.python/py-objfile.exp
13084 * gdb.python/py-pp-integral.exp
13085 * gdb.python/py-pp-maint.exp
13086 * gdb.python/py-pp-re-notag.exp
13087 * gdb.python/py-pp-registration.exp
13088 * gdb.python/py-recurse-unwind.exp
13089 * gdb.python/py-strfns.exp
13090 * gdb.python/py-symbol.exp
13091 * gdb.python/py-symtab.exp
13092 * gdb.python/py-sync-interp.exp
13093 * gdb.python/py-typeprint.exp
13094 * gdb.python/py-unwind-maint.exp
13095 * gdb.python/py-unwind.exp
13096 * gdb.python/py-value-cc.exp
13097 * gdb.python/py-xmethods.exp
13098 * gdb.reverse/amd64-tailcall-reverse.exp
13099 * gdb.reverse/break-precsave.exp
13100 * gdb.reverse/break-reverse.exp
13101 * gdb.reverse/consecutive-precsave.exp
13102 * gdb.reverse/consecutive-reverse.exp
13103 * gdb.reverse/finish-precsave.exp
13104 * gdb.reverse/finish-reverse-bkpt.exp
13105 * gdb.reverse/finish-reverse.exp
13106 * gdb.reverse/fstatat-reverse.exp
13107 * gdb.reverse/getresuid-reverse.exp
13108 * gdb.reverse/i386-precsave.exp
13109 * gdb.reverse/i386-reverse.exp
13110 * gdb.reverse/i386-sse-reverse.exp
13111 * gdb.reverse/i387-env-reverse.exp
13112 * gdb.reverse/i387-stack-reverse.exp
13113 * gdb.reverse/insn-reverse.exp
13114 * gdb.reverse/machinestate-precsave.exp
13115 * gdb.reverse/machinestate.exp
13116 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13117 * gdb.reverse/pipe-reverse.exp
13118 * gdb.reverse/readv-reverse.exp
13119 * gdb.reverse/recvmsg-reverse.exp
13120 * gdb.reverse/rerun-prec.exp
13121 * gdb.reverse/s390-mvcle.exp
13122 * gdb.reverse/step-precsave.exp
13123 * gdb.reverse/step-reverse.exp
13124 * gdb.reverse/time-reverse.exp
13125 * gdb.reverse/until-precsave.exp
13126 * gdb.reverse/until-reverse.exp
13127 * gdb.reverse/waitpid-reverse.exp
13128 * gdb.reverse/watch-precsave.exp
13129 * gdb.reverse/watch-reverse.exp
13130 * gdb.rust/generics.exp
13131 * gdb.rust/methods.exp
13132 * gdb.rust/modules.exp
13133 * gdb.rust/simple.exp
13134 * gdb.server/connect-with-no-symbol-file.exp
13135 * gdb.server/ext-attach.exp
13136 * gdb.server/ext-restart.exp
13137 * gdb.server/ext-wrapper.exp
13138 * gdb.server/file-transfer.exp
13139 * gdb.server/server-exec-info.exp
13140 * gdb.server/server-kill.exp
13141 * gdb.server/server-mon.exp
13142 * gdb.server/wrapper.exp
13143 * gdb.stabs/exclfwd.exp
13144 * gdb.stabs/gdb11479.exp
13145 * gdb.threads/clone-new-thread-event.exp
13146 * gdb.threads/corethreads.exp
13147 * gdb.threads/current-lwp-dead.exp
13148 * gdb.threads/dlopen-libpthread.exp
13149 * gdb.threads/gcore-thread.exp
13150 * gdb.threads/sigstep-threads.exp
13151 * gdb.threads/watchpoint-fork.exp
13152 * gdb.trace/actions-changed.exp
13153 * gdb.trace/backtrace.exp
13154 * gdb.trace/change-loc.exp
13155 * gdb.trace/circ.exp
13156 * gdb.trace/collection.exp
13157 * gdb.trace/disconnected-tracing.exp
13158 * gdb.trace/ftrace.exp
13159 * gdb.trace/mi-trace-frame-collected.exp
13160 * gdb.trace/mi-trace-unavailable.exp
13161 * gdb.trace/mi-traceframe-changed.exp
13162 * gdb.trace/mi-tsv-changed.exp
13163 * gdb.trace/no-attach-trace.exp
13164 * gdb.trace/passc-dyn.exp
13165 * gdb.trace/qtro.exp
13166 * gdb.trace/range-stepping.exp
13167 * gdb.trace/read-memory.exp
13168 * gdb.trace/save-trace.exp
13169 * gdb.trace/signal.exp
13170 * gdb.trace/status-stop.exp
13171 * gdb.trace/tfile.exp
13172 * gdb.trace/trace-break.exp
13173 * gdb.trace/trace-buffer-size.exp
13174 * gdb.trace/trace-condition.exp
13175 * gdb.trace/tracefile-pseudo-reg.exp
13176 * gdb.trace/tstatus.exp
13177 * gdb.trace/unavailable.exp
13178 * gdb.trace/while-dyn.exp
13179 * gdb.trace/while-stepping.exp
13180
34c41c68
DE
131812016-12-22 Doug Evans <xdje42@gmail.com>
13182
13183 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13184 and msymbols.
13185
16e69324
YQ
131862016-12-19 Yao Qi <yao.qi@linaro.org>
13187
13188 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13189 (test_with_self): Don't call do_steps_and_nexts, and remove
13190 code about stepping into xmalloc.
13191
f94f411b
YQ
131922016-12-09 Yao Qi <yao.qi@linaro.org>
13193
13194 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13195
131962016-12-09 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13199
f1b5deee
PA
132002016-12-09 Pedro Alves <palves@redhat.com>
13201
13202 * gdb.base/all-architectures-0.exp: New file.
13203 * gdb.base/all-architectures-1.exp: New file.
13204 * gdb.base/all-architectures-2.exp: New file.
13205 * gdb.base/all-architectures-3.exp: New file.
13206 * gdb.base/all-architectures-4.exp: New file.
13207 * gdb.base/all-architectures-5.exp: New file.
13208 * gdb.base/all-architectures-6.exp: New file.
13209 * gdb.base/all-architectures-7.exp: New file.
13210 * gdb.base/all-architectures.exp.in: New file.
13211
364ca42e
YQ
132122016-12-09 Yao Qi <yao.qi@linaro.org>
13213
13214 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13215
107c2d62
LM
132162016-12-02 Luis Machado <lgustavo@codesourcery.com>
13217
13218 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13219 possible.
13220 Remove useless pattern-matching code.
13221
df3ee9ca
PA
132222016-12-02 Pedro Alves <palves@redhat.com>
13223
13224 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13225 procedure.
13226 (top level): Call it.
13227
ec835369
PA
132282016-12-02 Pedro Alves <palves@redhat.com>
13229
13230 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13231 New procedure.
13232 (top level): Call it.
13233
01770bbd
PA
132342016-12-02 Pedro Alves <palves@redhat.com>
13235
13236 PR cli/20559
13237 * gdb.base/commands.exp (user_defined_command_args_eval): New
13238 procedure.
13239 (top level): Call it.
13240
008459ea
LM
132412016-12-02 Luis Machado <lgustavo@codesourcery.com>
13242
13243 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13244 timeout handling.
13245
0c1b455e
TT
132462016-12-02 Tom Tromey <tom@tromey.com>
13247
13248 * gdb.dwarf2/main-subprogram.c: New file.
13249 * gdb.dwarf2/main-subprogram.exp: New file.
13250
018572b8
LM
132512016-12-01 Luis Machado <lgustavo@codesourcery.com>
13252
13253 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13254 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13255 gdb_test_no_output for a couple of cases.
13256 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13257
84c93cd5
LM
132582016-12-01 Luis Machado <lgustavo@codesourcery.com>
13259
13260 Fix test names and standardize compilation error messages throughout
13261 the following files:
13262
13263 * gdb.ada/start.exp
13264 * gdb.arch/alpha-step.exp
13265 * gdb.arch/e500-prologue.exp
13266 * gdb.arch/ftrace-insn-reloc.exp
13267 * gdb.arch/gdb1291.exp
13268 * gdb.arch/gdb1431.exp
13269 * gdb.arch/gdb1558.exp
13270 * gdb.arch/i386-dr3-watch.exp
13271 * gdb.arch/i386-sse-stack-align.exp
13272 * gdb.arch/ia64-breakpoint-shadow.exp
13273 * gdb.arch/pa-nullify.exp
13274 * gdb.arch/powerpc-aix-prologue.exp
13275 * gdb.arch/thumb-bx-pc.exp
13276 * gdb.base/annota1.exp
13277 * gdb.base/annota3.exp
13278 * gdb.base/arrayidx.exp
13279 * gdb.base/assign.exp
13280 * gdb.base/attach.exp
13281 * gdb.base/auxv.exp
13282 * gdb.base/bang.exp
13283 * gdb.base/bfp-test.exp
13284 * gdb.base/bigcore.exp
13285 * gdb.base/bitfields2.exp
13286 * gdb.base/break-fun-addr.exp
13287 * gdb.base/break-probes.exp
13288 * gdb.base/call-rt-st.exp
13289 * gdb.base/callexit.exp
13290 * gdb.base/catch-fork-kill.exp
13291 * gdb.base/charset.exp
13292 * gdb.base/checkpoint.exp
13293 * gdb.base/comprdebug.exp
13294 * gdb.base/constvars.exp
13295 * gdb.base/coredump-filter.exp
13296 * gdb.base/cursal.exp
13297 * gdb.base/cvexpr.exp
13298 * gdb.base/detach.exp
13299 * gdb.base/display.exp
13300 * gdb.base/dmsym.exp
13301 * gdb.base/dprintf-pending.exp
13302 * gdb.base/dso2dso.exp
13303 * gdb.base/dtrace-probe.exp
13304 * gdb.base/dump.exp
13305 * gdb.base/enum_cond.exp
13306 * gdb.base/exe-lock.exp
13307 * gdb.base/exec-invalid-sysroot.exp
13308 * gdb.base/execl-update-breakpoints.exp
13309 * gdb.base/exprs.exp
13310 * gdb.base/fileio.exp
13311 * gdb.base/find.exp
13312 * gdb.base/finish.exp
13313 * gdb.base/fixsection.exp
13314 * gdb.base/foll-vfork.exp
13315 * gdb.base/frame-args.exp
13316 * gdb.base/gcore.exp
13317 * gdb.base/gdb1250.exp
13318 * gdb.base/global-var-nested-by-dso.exp
13319 * gdb.base/gnu-ifunc.exp
13320 * gdb.base/hashline1.exp
13321 * gdb.base/hashline2.exp
13322 * gdb.base/hashline3.exp
13323 * gdb.base/hbreak-in-shr-unsupported.exp
13324 * gdb.base/huge.exp
13325 * gdb.base/infcall-input.exp
13326 * gdb.base/info-fun.exp
13327 * gdb.base/info-shared.exp
13328 * gdb.base/jit-simple.exp
13329 * gdb.base/jit-so.exp
13330 * gdb.base/jit.exp
13331 * gdb.base/jump.exp
13332 * gdb.base/label.exp
13333 * gdb.base/lineinc.exp
13334 * gdb.base/logical.exp
13335 * gdb.base/longjmp.exp
13336 * gdb.base/macscp.exp
13337 * gdb.base/miscexprs.exp
13338 * gdb.base/new-ui-echo.exp
13339 * gdb.base/new-ui-pending-input.exp
13340 * gdb.base/new-ui.exp
13341 * gdb.base/nodebug.exp
13342 * gdb.base/nofield.exp
13343 * gdb.base/offsets.exp
13344 * gdb.base/overlays.exp
13345 * gdb.base/pending.exp
13346 * gdb.base/pointers.exp
13347 * gdb.base/pr11022.exp
13348 * gdb.base/printcmds.exp
13349 * gdb.base/prologue.exp
13350 * gdb.base/ptr-typedef.exp
13351 * gdb.base/realname-expand.exp
13352 * gdb.base/relativedebug.exp
13353 * gdb.base/relocate.exp
13354 * gdb.base/remote.exp
13355 * gdb.base/reread.exp
13356 * gdb.base/return2.exp
13357 * gdb.base/savedregs.exp
13358 * gdb.base/sep.exp
13359 * gdb.base/sepdebug.exp
13360 * gdb.base/sepsymtab.exp
13361 * gdb.base/set-inferior-tty.exp
13362 * gdb.base/setshow.exp
13363 * gdb.base/shlib-call.exp
13364 * gdb.base/sigaltstack.exp
13365 * gdb.base/siginfo-addr.exp
13366 * gdb.base/signals.exp
13367 * gdb.base/signull.exp
13368 * gdb.base/sigrepeat.exp
13369 * gdb.base/so-impl-ld.exp
13370 * gdb.base/solib-display.exp
13371 * gdb.base/solib-overlap.exp
13372 * gdb.base/solib-search.exp
13373 * gdb.base/solib-symbol.exp
13374 * gdb.base/structs.exp
13375 * gdb.base/structs2.exp
13376 * gdb.base/symtab-search-order.exp
13377 * gdb.base/twice.exp
13378 * gdb.base/unload.exp
13379 * gdb.base/varargs.exp
13380 * gdb.base/watchpoint-solib.exp
13381 * gdb.base/watchpoint.exp
13382 * gdb.base/whatis.exp
13383 * gdb.base/wrong_frame_bt_full.exp
13384 * gdb.btrace/dlopen.exp
13385 * gdb.cell/ea-standalone.exp
13386 * gdb.cell/ea-test.exp
13387 * gdb.cp/dispcxx.exp
13388 * gdb.cp/gdb2384.exp
13389 * gdb.cp/method2.exp
13390 * gdb.cp/nextoverthrow.exp
13391 * gdb.cp/pr10728.exp
13392 * gdb.disasm/am33.exp
13393 * gdb.disasm/h8300s.exp
13394 * gdb.disasm/mn10300.exp
13395 * gdb.disasm/sh3.exp
13396 * gdb.dwarf2/dw2-dir-file-name.exp
13397 * gdb.fortran/complex.exp
13398 * gdb.fortran/library-module.exp
13399 * gdb.guile/scm-pretty-print.exp
13400 * gdb.guile/scm-symbol.exp
13401 * gdb.guile/scm-type.exp
13402 * gdb.guile/scm-value.exp
13403 * gdb.linespec/linespec.exp
13404 * gdb.mi/gdb701.exp
13405 * gdb.mi/gdb792.exp
13406 * gdb.mi/mi-breakpoint-changed.exp
13407 * gdb.mi/mi-dprintf-pending.exp
13408 * gdb.mi/mi-dprintf.exp
13409 * gdb.mi/mi-exit-code.exp
13410 * gdb.mi/mi-pending.exp
13411 * gdb.mi/mi-solib.exp
13412 * gdb.mi/new-ui-mi-sync.exp
13413 * gdb.mi/pr11022.exp
13414 * gdb.mi/user-selected-context-sync.exp
13415 * gdb.opt/solib-intra-step.exp
13416 * gdb.python/py-events.exp
13417 * gdb.python/py-finish-breakpoint.exp
13418 * gdb.python/py-mi.exp
13419 * gdb.python/py-prettyprint.exp
13420 * gdb.python/py-shared.exp
13421 * gdb.python/py-symbol.exp
13422 * gdb.python/py-template.exp
13423 * gdb.python/py-type.exp
13424 * gdb.python/py-value.exp
13425 * gdb.reverse/solib-precsave.exp
13426 * gdb.reverse/solib-reverse.exp
13427 * gdb.server/solib-list.exp
13428 * gdb.stabs/weird.exp
13429 * gdb.threads/reconnect-signal.exp
13430 * gdb.threads/stepi-random-signal.exp
13431 * gdb.trace/actions.exp
13432 * gdb.trace/ax.exp
13433 * gdb.trace/backtrace.exp
13434 * gdb.trace/change-loc.exp
13435 * gdb.trace/deltrace.exp
13436 * gdb.trace/ftrace-lock.exp
13437 * gdb.trace/ftrace.exp
13438 * gdb.trace/infotrace.exp
13439 * gdb.trace/mi-tracepoint-changed.exp
13440 * gdb.trace/packetlen.exp
13441 * gdb.trace/passcount.exp
13442 * gdb.trace/pending.exp
13443 * gdb.trace/range-stepping.exp
13444 * gdb.trace/report.exp
13445 * gdb.trace/stap-trace.exp
13446 * gdb.trace/tfind.exp
13447 * gdb.trace/trace-break.exp
13448 * gdb.trace/trace-condition.exp
13449 * gdb.trace/trace-enable-disable.exp
13450 * gdb.trace/trace-mt.exp
13451 * gdb.trace/tracecmd.exp
13452 * gdb.trace/tspeed.exp
13453 * gdb.trace/tsv.exp
13454 * lib/perftest.exp
13455
fb9feb35
LM
134562016-12-01 Luis Machado <lgustavo@codesourcery.com>
13457
13458 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13459 with gdb_test_no_output.
13460 Use command as test name.
13461
cd2ddb6c
LM
134622016-12-01 Luis Machado <lgustavo@codesourcery.com>
13463
13464 Fix test names starting with uppercase throughout the files.
13465
13466 * gdb.ada/assign_1.exp
13467 * gdb.ada/boolean_expr.exp
13468 * gdb.base/arrayidx.exp
13469 * gdb.base/del.exp
13470 * gdb.base/gcore-buffer-overflow.exp
13471 * gdb.base/testenv.exp
13472 * gdb.compile/compile.exp
13473 * gdb.python/py-framefilter-invalidarg.exp
13474 * gdb.python/py-framefilter.exp
13475
bb95117e
LM
134762016-12-01 Luis Machado <lgustavo@codesourcery.com>
13477
13478 Fix test names starting with uppercase throughout the files.
13479
13480 * gdb.ada/array_return.exp
13481 * gdb.ada/expr_delims.exp
13482 * gdb.ada/mi_dyn_arr.exp
13483 * gdb.ada/mi_interface.exp
13484 * gdb.ada/mi_var_array.exp
13485 * gdb.ada/watch_arg.exp
13486 * gdb.arch/alpha-step.exp
13487 * gdb.arch/altivec-regs.exp
13488 * gdb.arch/e500-regs.exp
13489 * gdb.arch/powerpc-d128-regs.exp
13490 * gdb.base/arrayidx.exp
13491 * gdb.base/break.exp
13492 * gdb.base/checkpoint.exp
13493 * gdb.base/debug-expr.exp
13494 * gdb.base/dmsym.exp
13495 * gdb.base/radix.exp
13496 * gdb.base/sepdebug.exp
13497 * gdb.base/testenv.exp
13498 * gdb.base/watch_thread_num.exp
13499 * gdb.base/watchpoint-cond-gone.exp
13500 * gdb.cell/break.exp
13501 * gdb.cell/ea-cache.exp
13502 * gdb.compile/compile.exp
13503 * gdb.cp/gdb2495.exp
13504 * gdb.gdb/selftest.exp
13505 * gdb.gdb/xfullpath.exp
13506 * gdb.go/hello.exp
13507 * gdb.go/integers.exp
13508 * gdb.objc/basicclass.exp
13509 * gdb.pascal/hello.exp
13510 * gdb.pascal/integers.exp
13511 * gdb.python/py-breakpoint.exp
13512 * gdb.python/py-cmd.exp
13513 * gdb.python/py-linetable.exp
13514 * gdb.python/py-xmethods.exp
13515 * gdb.python/python.exp
13516 * gdb.reverse/consecutive-precsave.exp
13517 * gdb.reverse/finish-precsave.exp
13518 * gdb.reverse/i386-precsave.exp
13519 * gdb.reverse/machinestate-precsave.exp
13520 * gdb.reverse/sigall-precsave.exp
13521 * gdb.reverse/solib-precsave.exp
13522 * gdb.reverse/step-precsave.exp
13523 * gdb.reverse/until-precsave.exp
13524 * gdb.reverse/watch-precsave.exp
13525 * gdb.threads/leader-exit.exp
13526 * gdb.threads/pthreads.exp
13527 * gdb.threads/wp-replication.exp
13528 * gdb.trace/actions.exp
13529 * gdb.trace/mi-tsv-changed.exp
13530 * gdb.trace/tsv.exp
13531
de97fdd4
LM
135322016-12-01 Luis Machado <lgustavo@codesourcery.com>
13533
13534 Fix test names starting with uppercase throughout the files.
13535
13536 * gdb.arch/i386-bp_permanent.exp
13537 * gdb.arch/i386-gnu-cfi.exp
13538 * gdb.base/disasm-end-cu.exp
13539 * gdb.base/macscp.exp
13540 * gdb.base/pending.exp
13541 * gdb.base/watch_thread_num.exp
13542 * gdb.cp/exception.exp
13543 * gdb.cp/gdb2495.exp
13544 * gdb.cp/local.exp
13545 * gdb.python/py-evsignal.exp
13546 * gdb.python/python.exp
13547 * gdb.trace/tracecmd.exp
13548
9f058c10
LM
135492016-12-01 Luis Machado <lgustavo@codesourcery.com>
13550
13551 Fix test names starting with uppercase throughout the files.
13552
13553 * gdb.base/charset.exp
13554 * gdb.base/eval.exp
13555 * gdb.base/multi-forks.exp
13556 * gdb.guile/scm-progspace.exp
13557 * gdb.opencl/datatypes.exp
13558 * gdb.python/py-block.exp
13559 * gdb.python/py-function.exp
13560 * gdb.python/py-symbol.exp
13561 * gdb.python/py-symtab.exp
13562 * gdb.python/py-xmethods.exp
13563 * gdb.reverse/break-precsave.exp
13564 * gdb.reverse/break-reverse.exp
13565 * gdb.reverse/consecutive-precsave.exp
13566 * gdb.reverse/consecutive-reverse.exp
13567 * gdb.reverse/finish-precsave.exp
13568 * gdb.reverse/finish-reverse-bkpt.exp
13569 * gdb.reverse/finish-reverse.exp
13570 * gdb.reverse/fstatat-reverse.exp
13571 * gdb.reverse/getresuid-reverse.exp
13572 * gdb.reverse/i386-precsave.exp
13573 * gdb.reverse/i386-reverse.exp
13574 * gdb.reverse/i386-sse-reverse.exp
13575 * gdb.reverse/i387-stack-reverse.exp
13576 * gdb.reverse/insn-reverse.exp
13577 * gdb.reverse/machinestate-precsave.exp
13578 * gdb.reverse/machinestate.exp
13579 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13580 * gdb.reverse/pipe-reverse.exp
13581 * gdb.reverse/readv-reverse.exp
13582 * gdb.reverse/recvmsg-reverse.exp
13583 * gdb.reverse/rerun-prec.exp
13584 * gdb.reverse/s390-mvcle.exp
13585 * gdb.reverse/sigall-precsave.exp
13586 * gdb.reverse/sigall-reverse.exp
13587 * gdb.reverse/solib-precsave.exp
13588 * gdb.reverse/solib-reverse.exp
13589 * gdb.reverse/step-precsave.exp
13590 * gdb.reverse/step-reverse.exp
13591 * gdb.reverse/time-reverse.exp
13592 * gdb.reverse/until-precsave.exp
13593 * gdb.reverse/until-reverse.exp
13594 * gdb.reverse/waitpid-reverse.exp
13595 * gdb.reverse/watch-precsave.exp
13596 * gdb.reverse/watch-reverse.exp
13597
cdc7edd7
LM
135982016-12-01 Luis Machado <lgustavo@codesourcery.com>
13599
13600 Fix test names starting with uppercase throughout the files.
13601
13602 * gdb.arch/i386-mpx-simple_segv.exp
13603 * gdb.arch/i386-mpx.exp
13604 * gdb.arch/i386-permbkpt.exp
13605 * gdb.arch/pa-nullify.exp
13606 * gdb.arch/powerpc-d128-regs.exp
13607 * gdb.arch/vsx-regs.exp
13608 * gdb.base/bfp-test.exp
13609 * gdb.base/break.exp
13610 * gdb.base/breakpoint-shadow.exp
13611 * gdb.base/callfuncs.exp
13612 * gdb.base/charset.exp
13613 * gdb.base/commands.exp
13614 * gdb.base/completion.exp
13615 * gdb.base/dfp-test.exp
13616 * gdb.base/echo.exp
13617 * gdb.base/ending-run.exp
13618 * gdb.base/eval.exp
13619 * gdb.base/expand-psymtabs.exp
13620 * gdb.base/float128.exp
13621 * gdb.base/floatn.exp
13622 * gdb.base/foll-exec-mode.exp
13623 * gdb.base/gdb1056.exp
13624 * gdb.base/gdb11531.exp
13625 * gdb.base/kill-after-signal.exp
13626 * gdb.base/multi-forks.exp
13627 * gdb.base/overlays.exp
13628 * gdb.base/pending.exp
13629 * gdb.base/sepdebug.exp
13630 * gdb.base/testenv.exp
13631 * gdb.base/valgrind-db-attach.exp
13632 * gdb.base/watch_thread_num.exp
13633 * gdb.base/watchpoint-cond-gone.exp
13634 * gdb.base/watchpoint.exp
13635 * gdb.base/watchpoints.exp
13636 * gdb.cp/arg-reference.exp
13637 * gdb.cp/baseenum.exp
13638 * gdb.cp/operator.exp
13639 * gdb.cp/shadow.exp
13640 * gdb.dwarf2/dw2-op-out-param.exp
13641 * gdb.dwarf2/dw2-reg-undefined.exp
13642 * gdb.go/chan.exp
13643 * gdb.go/hello.exp
13644 * gdb.go/integers.exp
13645 * gdb.go/methods.exp
13646 * gdb.go/package.exp
13647 * gdb.guile/scm-parameter.exp
13648 * gdb.guile/scm-progspace.exp
13649 * gdb.guile/scm-value.exp
13650 * gdb.mi/mi-pending.exp
13651 * gdb.mi/user-selected-context-sync.exp
13652 * gdb.multi/multi-attach.exp
13653 * gdb.multi/tids.exp
13654 * gdb.opt/clobbered-registers-O2.exp
13655 * gdb.pascal/floats.exp
13656 * gdb.pascal/integers.exp
13657 * gdb.python/py-block.exp
13658 * gdb.python/py-events.exp
13659 * gdb.python/py-parameter.exp
13660 * gdb.python/py-symbol.exp
13661 * gdb.python/py-symtab.exp
13662 * gdb.python/py-type.exp
13663 * gdb.python/py-value.exp
13664 * gdb.python/py-xmethods.exp
13665 * gdb.python/python.exp
13666 * gdb.reverse/break-precsave.exp
13667 * gdb.reverse/consecutive-precsave.exp
13668 * gdb.reverse/finish-precsave.exp
13669 * gdb.reverse/i386-precsave.exp
13670 * gdb.reverse/machinestate-precsave.exp
13671 * gdb.reverse/sigall-precsave.exp
13672 * gdb.reverse/solib-precsave.exp
13673 * gdb.reverse/step-precsave.exp
13674 * gdb.reverse/until-precsave.exp
13675 * gdb.reverse/watch-precsave.exp
13676 * gdb.server/ext-attach.exp
13677 * gdb.server/ext-restart.exp
13678 * gdb.server/ext-run.exp
13679 * gdb.server/ext-wrapper.exp
13680 * gdb.stabs/gdb11479.exp
13681 * gdb.stabs/weird.exp
13682 * gdb.threads/attach-many-short-lived-threads.exp
13683 * gdb.threads/kill.exp
13684 * gdb.threads/watchpoint-fork.exp
13685
bc6c7af4
LM
136862016-12-01 Luis Machado <lgustavo@codesourcery.com>
13687
13688 Fix test names starting with uppercase throughout all the files below.
13689
13690 * gdb.ada/array_return.exp
13691 * gdb.ada/catch_ex.exp
13692 * gdb.ada/info_exc.exp
13693 * gdb.ada/mi_catch_ex.exp
13694 * gdb.ada/mi_dyn_arr.exp
13695 * gdb.ada/mi_ex_cond.exp
13696 * gdb.ada/mi_exc_info.exp
13697 * gdb.ada/mi_interface.exp
13698 * gdb.ada/mi_task_arg.exp
13699 * gdb.ada/mi_task_info.exp
13700 * gdb.ada/mi_var_array.exp
13701 * gdb.arch/alpha-step.exp
13702 * gdb.arch/amd64-disp-step.exp
13703 * gdb.arch/arm-disp-step.exp
13704 * gdb.arch/disp-step-insn-reloc.exp
13705 * gdb.arch/e500-prologue.exp
13706 * gdb.arch/ftrace-insn-reloc.exp
13707 * gdb.arch/gdb1558.exp
13708 * gdb.arch/i386-bp_permanent.exp
13709 * gdb.arch/i386-disp-step.exp
13710 * gdb.arch/i386-float.exp
13711 * gdb.arch/i386-gnu-cfi.exp
13712 * gdb.arch/ia64-breakpoint-shadow.exp
13713 * gdb.arch/mips16-thunks.exp
13714 * gdb.arch/pa-nullify.exp
13715 * gdb.arch/powerpc-aix-prologue.exp
13716 * gdb.arch/powerpc-power.exp
13717 * gdb.arch/ppc-dfp.exp
13718 * gdb.arch/s390-tdbregs.exp
13719 * gdb.arch/spu-info.exp
13720 * gdb.arch/spu-ls.exp
13721 * gdb.arch/thumb-bx-pc.exp
13722 * gdb.base/advance.exp
13723 * gdb.base/annota-input-while-running.exp
13724 * gdb.base/arrayidx.exp
13725 * gdb.base/asmlabel.exp
13726 * gdb.base/async.exp
13727 * gdb.base/attach-wait-input.exp
13728 * gdb.base/auto-connect-native-target.exp
13729 * gdb.base/batch-preserve-term-settings.exp
13730 * gdb.base/bfp-test.exp
13731 * gdb.base/bigcore.exp
13732 * gdb.base/bp-permanent.exp
13733 * gdb.base/break-always.exp
13734 * gdb.base/break-fun-addr.exp
13735 * gdb.base/break-idempotent.exp
13736 * gdb.base/break-main-file-remove-fail.exp
13737 * gdb.base/break-probes.exp
13738 * gdb.base/break-unload-file.exp
13739 * gdb.base/break.exp
13740 * gdb.base/call-ar-st.exp
13741 * gdb.base/call-rt-st.exp
13742 * gdb.base/call-sc.exp
13743 * gdb.base/call-signal-resume.exp
13744 * gdb.base/call-strs.exp
13745 * gdb.base/callexit.exp
13746 * gdb.base/callfuncs.exp
13747 * gdb.base/catch-gdb-caused-signals.exp
13748 * gdb.base/catch-signal-siginfo-cond.exp
13749 * gdb.base/catch-syscall.exp
13750 * gdb.base/compare-sections.exp
13751 * gdb.base/cond-eval-mode.exp
13752 * gdb.base/condbreak-call-false.exp
13753 * gdb.base/consecutive-step-over.exp
13754 * gdb.base/cursal.exp
13755 * gdb.base/disabled-location.exp
13756 * gdb.base/disasm-end-cu.exp
13757 * gdb.base/display.exp
13758 * gdb.base/double-prompt-target-event-error.exp
13759 * gdb.base/dprintf-bp-same-addr.exp
13760 * gdb.base/dprintf-detach.exp
13761 * gdb.base/dprintf-next.exp
13762 * gdb.base/dprintf-non-stop.exp
13763 * gdb.base/dprintf-pending.exp
13764 * gdb.base/dso2dso.exp
13765 * gdb.base/ending-run.exp
13766 * gdb.base/enum_cond.exp
13767 * gdb.base/examine-backward.exp
13768 * gdb.base/exe-lock.exp
13769 * gdb.base/exec-invalid-sysroot.exp
13770 * gdb.base/execl-update-breakpoints.exp
13771 * gdb.base/execution-termios.exp
13772 * gdb.base/fileio.exp
13773 * gdb.base/fixsection.exp
13774 * gdb.base/foll-exec-mode.exp
13775 * gdb.base/foll-exec.exp
13776 * gdb.base/fork-running-state.exp
13777 * gdb.base/frame-args.exp
13778 * gdb.base/fullpath-expand.exp
13779 * gdb.base/func-ptr.exp
13780 * gdb.base/gcore-relro-pie.exp
13781 * gdb.base/gdb1090.exp
13782 * gdb.base/gdb1555.exp
13783 * gdb.base/global-var-nested-by-dso.exp
13784 * gdb.base/gnu-ifunc.exp
13785 * gdb.base/hbreak-in-shr-unsupported.exp
13786 * gdb.base/hbreak-unmapped.exp
13787 * gdb.base/hook-stop.exp
13788 * gdb.base/infcall-input.exp
13789 * gdb.base/info-fun.exp
13790 * gdb.base/info-shared.exp
13791 * gdb.base/interrupt-noterm.exp
13792 * gdb.base/jit-so.exp
13793 * gdb.base/jit.exp
13794 * gdb.base/line-symtabs.exp
13795 * gdb.base/list.exp
13796 * gdb.base/longjmp.exp
13797 * gdb.base/macscp.exp
13798 * gdb.base/max-value-size.exp
13799 * gdb.base/nodebug.exp
13800 * gdb.base/nofield.exp
13801 * gdb.base/overlays.exp
13802 * gdb.base/paginate-after-ctrl-c-running.exp
13803 * gdb.base/paginate-bg-execution.exp
13804 * gdb.base/paginate-inferior-exit.exp
13805 * gdb.base/pending.exp
13806 * gdb.base/pr11022.exp
13807 * gdb.base/printcmds.exp
13808 * gdb.base/ptr-typedef.exp
13809 * gdb.base/ptype.exp
13810 * gdb.base/randomize.exp
13811 * gdb.base/range-stepping.exp
13812 * gdb.base/realname-expand.exp
13813 * gdb.base/relativedebug.exp
13814 * gdb.base/remote.exp
13815 * gdb.base/savedregs.exp
13816 * gdb.base/sepdebug.exp
13817 * gdb.base/set-noassign.exp
13818 * gdb.base/shlib-call.exp
13819 * gdb.base/shreloc.exp
13820 * gdb.base/sigaltstack.exp
13821 * gdb.base/sigbpt.exp
13822 * gdb.base/siginfo-addr.exp
13823 * gdb.base/siginfo-obj.exp
13824 * gdb.base/siginfo-thread.exp
13825 * gdb.base/signest.exp
13826 * gdb.base/signull.exp
13827 * gdb.base/sigrepeat.exp
13828 * gdb.base/skip.exp
13829 * gdb.base/so-impl-ld.exp
13830 * gdb.base/solib-corrupted.exp
13831 * gdb.base/solib-disc.exp
13832 * gdb.base/solib-display.exp
13833 * gdb.base/solib-overlap.exp
13834 * gdb.base/solib-search.exp
13835 * gdb.base/solib-symbol.exp
13836 * gdb.base/source-execution.exp
13837 * gdb.base/sss-bp-on-user-bp-2.exp
13838 * gdb.base/sss-bp-on-user-bp.exp
13839 * gdb.base/stack-checking.exp
13840 * gdb.base/stale-infcall.exp
13841 * gdb.base/step-break.exp
13842 * gdb.base/step-line.exp
13843 * gdb.base/step-over-exit.exp
13844 * gdb.base/step-test.exp
13845 * gdb.base/structs.exp
13846 * gdb.base/sym-file.exp
13847 * gdb.base/symtab-search-order.exp
13848 * gdb.base/term.exp
13849 * gdb.base/type-opaque.exp
13850 * gdb.base/unload.exp
13851 * gdb.base/until-nodebug.exp
13852 * gdb.base/until.exp
13853 * gdb.base/unwindonsignal.exp
13854 * gdb.base/watch-cond.exp
13855 * gdb.base/watch-non-mem.exp
13856 * gdb.base/watch_thread_num.exp
13857 * gdb.base/watchpoint-reuse-slot.exp
13858 * gdb.base/watchpoint-solib.exp
13859 * gdb.base/watchpoint.exp
13860 * gdb.btrace/dlopen.exp
13861 * gdb.cell/arch.exp
13862 * gdb.cell/break.exp
13863 * gdb.cell/bt.exp
13864 * gdb.cell/core.exp
13865 * gdb.cell/data.exp
13866 * gdb.cell/dwarfaddr.exp
13867 * gdb.cell/ea-cache.exp
13868 * gdb.cell/ea-standalone.exp
13869 * gdb.cell/ea-test.exp
13870 * gdb.cell/f-regs.exp
13871 * gdb.cell/fork.exp
13872 * gdb.cell/gcore.exp
13873 * gdb.cell/mem-access.exp
13874 * gdb.cell/ptype.exp
13875 * gdb.cell/registers.exp
13876 * gdb.cell/sizeof.exp
13877 * gdb.cell/solib-symbol.exp
13878 * gdb.cell/solib.exp
13879 * gdb.compile/compile-tls.exp
13880 * gdb.cp/exception.exp
13881 * gdb.cp/gdb2495.exp
13882 * gdb.cp/local.exp
13883 * gdb.cp/mb-inline.exp
13884 * gdb.cp/mb-templates.exp
13885 * gdb.cp/pr10687.exp
13886 * gdb.cp/pr9167.exp
13887 * gdb.cp/scope-err.exp
13888 * gdb.cp/templates.exp
13889 * gdb.cp/virtfunc.exp
13890 * gdb.dwarf2/dw2-dir-file-name.exp
13891 * gdb.dwarf2/dw2-single-line-discriminators.exp
13892 * gdb.fortran/complex.exp
13893 * gdb.fortran/library-module.exp
13894 * gdb.guile/guile.exp
13895 * gdb.guile/scm-cmd.exp
13896 * gdb.guile/scm-frame-inline.exp
13897 * gdb.guile/scm-objfile.exp
13898 * gdb.guile/scm-pretty-print.exp
13899 * gdb.guile/scm-symbol.exp
13900 * gdb.guile/scm-type.exp
13901 * gdb.guile/scm-value.exp
13902 * gdb.linespec/keywords.exp
13903 * gdb.linespec/ls-errs.exp
13904 * gdb.linespec/macro-relative.exp
13905 * gdb.linespec/thread.exp
13906 * gdb.mi/mi-breakpoint-changed.exp
13907 * gdb.mi/mi-dprintf-pending.exp
13908 * gdb.mi/mi-fullname-deleted.exp
13909 * gdb.mi/mi-logging.exp
13910 * gdb.mi/mi-pending.exp
13911 * gdb.mi/mi-solib.exp
13912 * gdb.mi/new-ui-mi-sync.exp
13913 * gdb.mi/user-selected-context-sync.exp
13914 * gdb.multi/dummy-frame-restore.exp
13915 * gdb.multi/multi-arch-exec.exp
13916 * gdb.multi/remove-inferiors.exp
13917 * gdb.multi/watchpoint-multi-exit.exp
13918 * gdb.opt/solib-intra-step.exp
13919 * gdb.perf/backtrace.exp
13920 * gdb.perf/single-step.exp
13921 * gdb.perf/skip-command.exp
13922 * gdb.perf/skip-prologue.exp
13923 * gdb.perf/solib.exp
13924 * gdb.python/lib-types.exp
13925 * gdb.python/py-as-string.exp
13926 * gdb.python/py-bad-printers.exp
13927 * gdb.python/py-block.exp
13928 * gdb.python/py-breakpoint.exp
13929 * gdb.python/py-cmd.exp
13930 * gdb.python/py-events.exp
13931 * gdb.python/py-evthreads.exp
13932 * gdb.python/py-finish-breakpoint.exp
13933 * gdb.python/py-finish-breakpoint2.exp
13934 * gdb.python/py-frame-inline.exp
13935 * gdb.python/py-frame.exp
13936 * gdb.python/py-inferior.exp
13937 * gdb.python/py-infthread.exp
13938 * gdb.python/py-mi.exp
13939 * gdb.python/py-objfile.exp
13940 * gdb.python/py-pp-maint.exp
13941 * gdb.python/py-pp-registration.exp
13942 * gdb.python/py-prettyprint.exp
13943 * gdb.python/py-recurse-unwind.exp
13944 * gdb.python/py-shared.exp
13945 * gdb.python/py-symbol.exp
13946 * gdb.python/py-symtab.exp
13947 * gdb.python/py-template.exp
13948 * gdb.python/py-type.exp
13949 * gdb.python/py-unwind-maint.exp
13950 * gdb.python/py-unwind.exp
13951 * gdb.python/py-value.exp
13952 * gdb.python/python.exp
13953 * gdb.reverse/finish-reverse-bkpt.exp
13954 * gdb.reverse/insn-reverse.exp
13955 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13956 * gdb.reverse/solib-precsave.exp
13957 * gdb.reverse/solib-reverse.exp
13958 * gdb.stabs/gdb11479.exp
13959 * gdb.stabs/weird.exp
13960 * gdb.threads/fork-child-threads.exp
13961 * gdb.threads/fork-plus-threads.exp
13962 * gdb.threads/fork-thread-pending.exp
13963 * gdb.threads/forking-threads-plus-breakpoint.exp
13964 * gdb.threads/hand-call-in-threads.exp
13965 * gdb.threads/interrupted-hand-call.exp
13966 * gdb.threads/linux-dp.exp
13967 * gdb.threads/local-watch-wrong-thread.exp
13968 * gdb.threads/next-while-other-thread-longjmps.exp
13969 * gdb.threads/non-ldr-exit.exp
13970 * gdb.threads/pending-step.exp
13971 * gdb.threads/print-threads.exp
13972 * gdb.threads/process-dies-while-detaching.exp
13973 * gdb.threads/process-dies-while-handling-bp.exp
13974 * gdb.threads/pthreads.exp
13975 * gdb.threads/queue-signal.exp
13976 * gdb.threads/reconnect-signal.exp
13977 * gdb.threads/signal-command-handle-nopass.exp
13978 * gdb.threads/signal-command-multiple-signals-pending.exp
13979 * gdb.threads/signal-delivered-right-thread.exp
13980 * gdb.threads/signal-sigtrap.exp
13981 * gdb.threads/sigthread.exp
13982 * gdb.threads/staticthreads.exp
13983 * gdb.threads/stepi-random-signal.exp
13984 * gdb.threads/thread-unwindonsignal.exp
13985 * gdb.threads/thread_check.exp
13986 * gdb.threads/thread_events.exp
13987 * gdb.threads/tid-reuse.exp
13988 * gdb.threads/tls-nodebug.exp
13989 * gdb.threads/tls-shared.exp
13990 * gdb.threads/tls-so_extern.exp
13991 * gdb.threads/tls.exp
13992 * gdb.threads/wp-replication.exp
13993 * gdb.trace/actions-changed.exp
13994 * gdb.trace/actions.exp
13995 * gdb.trace/backtrace.exp
13996 * gdb.trace/change-loc.exp
13997 * gdb.trace/collection.exp
13998 * gdb.trace/deltrace.exp
13999 * gdb.trace/disconnected-tracing.exp
14000 * gdb.trace/entry-values.exp
14001 * gdb.trace/ftrace-lock.exp
14002 * gdb.trace/ftrace.exp
14003 * gdb.trace/infotrace.exp
14004 * gdb.trace/mi-trace-frame-collected.exp
14005 * gdb.trace/mi-trace-unavailable.exp
14006 * gdb.trace/mi-traceframe-changed.exp
14007 * gdb.trace/mi-tracepoint-changed.exp
14008 * gdb.trace/mi-tsv-changed.exp
14009 * gdb.trace/no-attach-trace.exp
14010 * gdb.trace/packetlen.exp
14011 * gdb.trace/passc-dyn.exp
14012 * gdb.trace/passcount.exp
14013 * gdb.trace/pending.exp
14014 * gdb.trace/pr16508.exp
14015 * gdb.trace/qtro.exp
14016 * gdb.trace/range-stepping.exp
14017 * gdb.trace/read-memory.exp
14018 * gdb.trace/report.exp
14019 * gdb.trace/save-trace.exp
14020 * gdb.trace/signal.exp
14021 * gdb.trace/stap-trace.exp
14022 * gdb.trace/status-stop.exp
14023 * gdb.trace/strace.exp
14024 * gdb.trace/tfile.exp
14025 * gdb.trace/tfind.exp
14026 * gdb.trace/trace-break.exp
14027 * gdb.trace/trace-condition.exp
14028 * gdb.trace/trace-enable-disable.exp
14029 * gdb.trace/trace-mt.exp
14030 * gdb.trace/tracecmd.exp
14031 * gdb.trace/tracefile-pseudo-reg.exp
14032 * gdb.trace/tspeed.exp
14033 * gdb.trace/tstatus.exp
14034 * gdb.trace/tsv.exp
14035 * gdb.trace/unavailable.exp
14036 * gdb.trace/while-dyn.exp
14037 * gdb.trace/while-stepping.exp
14038 * lib/gdb-guile.exp
14039 * lib/gdb.exp
14040 * lib/mi-support.exp
14041 * lib/pascal.exp
14042 * lib/perftest.exp
14043 * lib/prelink-support.exp
14044 * lib/selftest-support.exp
14045
ad02e4fe
SM
140462016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14047
14048 * Makefile.in: Include disable-implicit-rules.mk.
14049
22347e55
AA
140502016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14051
14052 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14053 non-byte-aligned bit fields.
14054
da5b30da
AA
140552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14056
14057 PR gdb/12616
14058 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14059 respects the DW_AT_data_bit_offset attribute.
14060
b593ecca
SM
140612016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14062
14063 * gdb.base/default.exp: Fix output of "set language".
14064
3b165252
SM
140652016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14066
14067 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14068 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14069 make.
14070 * configure.ac: Remove checks for the make program.
14071 * configure: Re-generate.
14072
1a2f3d7f
KB
140732016-11-16 Kevin Buettner <kevinb@redhat.com>
14074
14075 * gdb.python/py-recurse-unwind.c (main): Add loop.
14076 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14077 to read_register() and gdb.parse_and_eval(). Make each code
14078 call a separate case that can be individually tested.
14079 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14080 proc. Call cont_and_backtrace for each of the code paths that
14081 we want to test in the unwinder.
14082
b7f38fda
AA
140832016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14084
14085 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14086 the definition of struct S.
14087
1f8db343
CM
140882016-11-11 Catherine Moore <clm@codesourcery.com>
14089
14090 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14091
fad0c9fb
PA
140922016-11-09 Pedro Alves <palves@redhat.com>
14093
14094 * gdb.base/commands.exp (runto_or_return): New procedure.
14095 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14096 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14097 (progvar_simple_while_test, progvar_complex_if_while_test)
14098 (if_while_breakpoint_command_test)
14099 (infrun_breakpoint_command_test, breakpoint_command_test)
14100 (user_defined_command_test, watchpoint_command_test)
14101 (test_command_prompt_position, redefine_hook_test)
14102 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14103 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14104 multi_line_input and multi_line. Remove gdb_expect and
14105 gdb_stop_suppressing_tests uses.
14106 * lib/gdb.exp (valnum_re): New global.
14107 (multi_line_input): New procedure.
14108
8354c62c
SM
141092016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14110
14111 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14112 Remove.
14113 (test_setup): Define with proc_with_prefix.
14114 (test_cli_inferior): Likewise.
14115 (test_cli_thread): Likewise.
14116 (test_cli_frame): Likewise.
14117 (test_cli_select_frame): Likewise.
14118 (test_cli_up_down): Likewise.
14119 (test_mi_thread_select): Likewise.
14120 (test_mi_stack_select_frame): Likewise.
14121 (test_cli_in_mi_inferior): Likewise.
14122 (test_cli_in_mi_thread): Likewise.
14123 (test_cli_in_mi_frame): Likewise.
14124 (top level): Do not use with_test_prefix_procname.
14125
64f367a2
PA
141262016-11-09 Pedro Alves <palves@redhat.com>
14127
14128 * gdb.base/commands.exp (gdbvar_simple_if_test)
14129 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14130 (progvar_simple_if_test, progvar_simple_while_test)
14131 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14132 (infrun_breakpoint_command_test, breakpoint_command_test)
14133 (user_defined_command_test, watchpoint_command_test)
14134 (test_command_prompt_position, deprecated_command_test)
14135 (bp_deleted_in_command, temporary_breakpoint_commands)
14136 (stray_arg0_test, source_file_with_indented_comment)
14137 (recursive_source_test, if_commands_test)
14138 (error_clears_commands_left, redefine_hook_test)
14139 (redefine_backtrace_test): Use proc_with_prefix.
14140 * lib/gdb.exp (proc_with_prefix): New proc.
14141
0bb65f1e
AA
141422016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14143
14144 * gdb.base/tui-layout.c: New file.
14145 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14146 disassembly window contains very long lines.
14147
7353f247
TT
141482016-11-08 Tom Tromey <tom@tromey.com>
14149
14150 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14151 depend on Python 2.
14152
30a7bb83
TT
141532016-11-08 Tom Tromey <tom@tromey.com>
14154
14155 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14156 New method.
14157
cdf5a07c
MG
141582016-10-29 Manish Goregaokar <manish@mozilla.com>
14159
2806dc7e 14160 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14161
51a789c3
MG
141622016-10-27 Manish Goregaokar <manish@mozilla.com>
14163
2806dc7e
PA
14164 * gdb.rust/simple.rs: Add test for univariant enums without
14165 discriminants and for encoded struct-like enums.
51a789c3 14166
f610ab6d
PA
141672016-10-28 Pedro Alves <palves@redhat.com>
14168
14169 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14170 gdb_test_multiple, tighten regexps and match symtabs and line
14171 tables incrementally.
14172
b129b0ca
LM
141732016-10-28 Luis Machado <lgustavo@codesourcery.com>
14174
14175 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14176 general.
14177
ecf45d2c
SL
141782016-10-25 Luis Machado <lgustavo@codesourcery.com>
14179
14180 * gdb.base/exec-invalid-sysroot.exp: New file.
14181
b8d38ee4
JK
141822016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14183
14184 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14185
f90fd8c2
JK
141862016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14187
14188 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14189
2d2476aa
MR
141902016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14191
2806dc7e
PA
14192 * gdb.base/killed-outside.exp: Remove $options from a call to
14193 `prepare_for_testing'.
2d2476aa 14194
e42b25a0
SM
141952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14196
14197 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14198 Change test message.
14199
3ccdb432
SM
142002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14201
14202 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14203 Update comment.
14204
5bad3170
SM
142052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14206
14207 * gdb.trace/mi-trace-save.exp: New file.
14208
5ad9dba7
YQ
142092016-10-13 Yao Qi <yao.qi@linaro.org>
14210
14211 * gdb.base/code_elim.exp (get_var_address): Remove.
14212 * gdb.base/relocate.exp: Likewise.
14213 * gdb.base/shreloc.exp: Likewise.
14214 * lib/gdb.exp (get_var_address): New.
14215
62df7e21
YQ
142162016-10-13 Yao Qi <yao.qi@linaro.org>
14217
14218 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14219 floating point tests if $skip_float_test is false.
14220
4dac951e
LM
142212016-10-12 Luis Machado <lgustavo@codesourcery.com>
14222
14223 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14224 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14225 argc values.
14226 Add 1 to argc so we guarantee distinct initial/modified argc values.
14227
8f1a8fc4
JK
142282016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14229
14230 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14231
16c85b5d
JK
142322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14233
14234 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14235 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14236 * gdb.arch/vsx-regs.exp: Likewise.
14237
1d0e042a
YQ
142382016-10-07 Yao Qi <yao.qi@linaro.org>
14239
14240 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14241
68dadef5
MM
142422016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14243
14244 * gdb.python/python.exp: Test decode_line("*0").
14245
33fa2c6e
DE
142462016-10-06 Doug Evans <dje@google.com>
14247
14248 * gdb.python/py-value.exp (test_value_creation): Add test for large
14249 unsigned 64-bit value.
14250
9c37b5ae
TT
142512016-10-06 Tom Tromey <tom@tromey.com>
14252
14253 * gdb.compile/compile.exp: Change java tests to rust.
14254 * gdb.base/setshow.exp: Change java tests to rust.
14255 * gdb.base/default.exp: Remove java from language list.
14256 * README (Examples): Update language example.
14257 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14258 test.
14259 * lib/gdb.exp (skip_java_tests): Remove.
14260 * lib/java.exp: Remove.
14261 * gdb.java: Remove.
14262
78b86327
MR
142632016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14264
14265 * gdb.arch/mips-fcr.exp: New test.
14266 * gdb.arch/mips-fcr.c: Source for the new test.
14267
7470adbb
MR
142682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14269
14270 * gdb.base/solib-disc.exp: Use `standard_output_file'
14271 throughout.
14272
4a556533
PA
142732016-10-06 Pedro Alves <palves@redhat.com>
14274
14275 * gdb.base/jit-simple-dl.c: New file.
14276 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14277 * gdb.base/jit-simple.c: ... this.
14278 * gdb.base/jit-simple.exp (jit_run): Delete.
14279 (build_jit): New proc.
14280 (jit_test_reread): Recompile either the main program or the shared
14281 library, depending on what is being tested. Skip changing address
14282 if caller wants to. Compare before/after addresses. If testing
14283 standalone, explicitly load the binary. Test "maint info
14284 breakpoints".
14285 (top level): Add "standalone vs shared lib" and "change address"
14286 vs "same address" axes.
14287
5a122fbc
PA
142882016-10-06 Pedro Alves <palves@redhat.com>
14289
14290 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14291 call.
14292 (jit_run): Delete.
14293 (jit_test_reread): Use with_test_prefix. Reload the main binary
14294 explicitly. Compare the before/after addresses of the JIT
14295 descriptor.
14296
ee8da4b8
DE
142972016-08-15 Doug Evans <dje@google.com>
14298
14299 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14300 for single bitfields is bool.
14301 * gdb.xml/tdesc-regs.exp: Ditto.
14302
f389f6fe
JK
143032016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14304
14305 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14306
fdebf1a4
YQ
143072016-10-05 Yao Qi <yao.qi@linaro.org>
14308
14309 * lib/gdb.exp (support_complex_tests): Return zero if
14310 gdb_skip_float_test return true.
14311
9c36d954 143122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14313 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14314
14315 PR gdb/20487
14316 * gdb.mi/user-selected-context-sync.exp: New file.
14317 * gdb.mi/user-selected-context-sync.c: New file.
14318
4034d0ff 143192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14320 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14321
14322 PR gdb/20487
14323 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14324 =thread-select-event check.
14325
a4297203
PB
143262016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14327
14328 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14329 the compulsory L operand changes.
14330 * gdb.arch/powerpc-power.s: Likewise.
14331
bb805577
JK
143322016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14333
14334 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14335 * gdb.base/jit-attach-pie.c: New file.
14336 * gdb.base/jit-attach-pie.exp: New file.
14337
6d61dee5
PA
143382016-09-28 Pedro Alves <palves@redhat.com>
14339
14340 * gdb.base/infcall-input.c: New file.
14341 * gdb.base/infcall-input.exp: New file.
14342
f73842fc
YQ
143432016-09-22 Yao Qi <yao.qi@linaro.org>
14344
14345 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14346 (gdb_exit): Rename it to ...
14347 (gdbserver_gdb_exit): ... Close GDBserver.
14348 (gdb_exit): New proc, call gdbserver_gdb_exit.
14349 (mi_gdb_exit): Likewise.
14350
90681dab
YQ
143512016-09-22 Yao Qi <yao.qi@linaro.org>
14352
14353 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14354 path.
14355 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14356 Remove duplication.
14357
9c211fd8
YQ
143582016-09-22 Yao Qi <yao.qi@linaro.org>
14359
14360 * lib/gdbserver-support.exp: Check the existence of
14361 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14362
ad0a504f
AK
143632016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14364
14365 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14366
36cf1806
TT
143672016-09-21 Tom Tromey <tom@tromey.com>
14368
14369 PR gdb/20604:
14370 * gdb.base/quit.exp: New file.
14371
74172ecf
SM
143722016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14373
14374 * .gitignore: New file.
14375
3d0ec882
MR
143762016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14377
14378 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14379 throughout.
14380
8193adea
AA
143812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14382
14383 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14384
d41a5c09
JK
143852016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14386
14387 * gdb.cp/casts.cc (decltype): Move it ...
14388 (main): ... with its call to ...
14389 * gdb.cp/casts03.cc: ... a new file.
14390 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14391
d2dfe700
JK
143922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14393
14394 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14395
e2a92b16
PB
143962016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14397
14398 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14399 and sync up the test with tests in gas/testsuite/gas/ppc.
14400 * gdb.arch/powerpc-power.exp: Likewise.
14401
49b4de64
JK
144022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14403
14404 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14405
2c29df25
SDJ
144062016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14407 Jan Kratochvil <jan.kratochvil@redhat.com>
14408
14409 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14410 make m1's definition to be different from m2's. Use 'dummy' as an
14411 argument for probe 'two'.
14412
cc3c2846
JB
144132016-09-10 Jon Beniston <jon@beniston.com>
14414
14415 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14416 for sim target.
14417
e1b2624a
AA
144182016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14419
14420 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14421 variable declaration.
14422 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14423 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14424 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14425 received HWCAP as its argument.
14426
4295e285
PA
144272016-09-06 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/new-ui-pending-input.c: New file.
14430 * gdb.base/new-ui-pending-input.exp: New file.
14431 * gdb.exp (clear_gdb_spawn_id): New procedure.
14432 (with_spawn_id): Check whether gdb_spawn_id exists before
14433 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14434 on exit.
14435
00d5215e
UW
144362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14437
14438 * gdb.base/float128.c: New file.
14439 * gdb.base/float128.exp: Likewise.
14440 * gdb.base/floatn.c: Likewise.
14441 * gdb.base/floatn.exp: Likewise.
14442
a9ff5f12
UW
144432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14444
14445 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14446
f245535c
PA
144472016-09-05 Pedro Alves <palves@redhat.com>
14448
14449 PR backtrace/19927
14450 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14451 unwinders are immediately called as side effect of "source" or
14452 "disable unwinder" commands.
14453 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14454
ae9cf263
YQ
144552016-09-02 Yao Qi <yao.qi@linaro.org>
14456
14457 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14458 is true and $type is "float" or "double".
14459
27aba047
YQ
144602016-09-02 Yao Qi <yao.qi@linaro.org>
14461
14462 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14463 true.
14464 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14465 * gdb.base/call-rt-st.exp: Likewise.
14466 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14467 return value instead of gdb,skip_float_test.
14468 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14469 (do_function_calls): Use its return value instead of
14470 gdb,skip_float_test.
14471 * gdb.base/finish.exp: Likewise.
14472 * gdb.base/funcargs.exp: Likewise.
14473 * gdb.base/return.exp: Likewise.
14474 * gdb.base/return2.exp: Likewise.
14475 * gdb.base/varargs.exp: Likewise.
14476 * lib/gdb.exp (gdb_skip_float_test): Change it to
14477 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14478
5af962df
AA
144792016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14480
14481 * gdb.multi/tids.exp: Test "thread apply all".
14482
7fac6910
JK
144832016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.base/default.exp (tty): Remove.
14486
bb1fe4ac
KB
144872016-08-24 Kevin Buettner <kevinb@redhat.com>
14488
2806dc7e
PA
14489 * gdb.python/py-recurse-unwind.c: New file.
14490 * gdb.python/py-recurse-unwind.py: New file.
14491 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14492
0a1ddfa6
SM
144932016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14494
14495 * gdb.base/set-inferior-tty.exp: New file.
14496 * gdb.base/set-inferior-tty.c: New file.
14497
d9de1fe3
PA
144982016-08-23 Pedro Alves <palves@redhat.com>
14499
14500 PR gdb/20494
14501 * gdb.base/new-ui-echo.c: New file.
14502 * gdb.base/new-ui-echo.exp: New file.
14503
e9d9abd7
YQ
145042016-08-23 Yao Qi <yao.qi@linaro.org>
14505
14506 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14507 gdbserver_spawn.
14508 * gdb.server/connect-without-multi-process.exp (do_test):
14509 Likewise.
14510
3589529e
YQ
145112016-08-23 Yao Qi <yao.qi@linaro.org>
14512
14513 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14514 standalone_txt. Delete gdb_txt and standalone_txt on host
14515 and target. Spawn the binary on target. Copy files from
14516 target to host.
14517
6bb90213
PA
145182016-08-22 Pedro Alves <palves@redhat.com>
14519
14520 PR gdb/20505
14521 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14522 with_test_prefix. Factor out bits to ...
14523 (test_no_vdso): ... this new procedure.
14524
20c2c024
CL
145252016-08-19 Carl Love <cel@us.ibm.com>
14526
14527 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14528 maintaining separate logic for constructing the output path.
14529 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14530 * gdb.arch/ppc-dfp.exp: Likewise.
14531 * gdb.arch/ppc-fp.exp: Likewise.
14532 * gdb.arch/vsx-regs.exp: Likewise.
14533 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14534 binprefix for generating the additional binary files.
14535
0646e07d
PA
145362016-08-19 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.trace/mi-trace-frame-collected.exp
14539 (test_trace_frame_collected): On x32, expect two registers.
14540
46da9242
CL
145412016-08-18 Carl Love <cel@us.ibm.com>
14542
14543 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14544 and sync up the test with tests in gas/testsuite/gas/ppc.
14545 * gdb.arch/powerpc-power.exp: Likewise.
14546
eb2332d7
SM
145472016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14548
14549 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14550 expected error message.
14551
63c61e04
SM
145522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14553
14554 * gdb.multi/remove-inferiors.exp: New file.
14555 * gdb.multi/remove-inferiors.c: New file.
14556
7b17065f
YQ
145572016-08-12 Yao Qi <yao.qi@linaro.org>
14558
14559 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14560 argument list.
14561
01d3dedf
PA
145622016-08-10 Pedro Alves <palves@redhat.com>
14563
14564 PR gdb/19187
14565 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14566 setup_kfails.
14567
3eb7562a
PA
145682016-08-09 Pedro Alves <palves@redhat.com>
14569 Simon Marchi <simon.marchi@ericsson.com>
14570
14571 PR gdb/20418
14572 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14573 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14574
80614914
PA
145752016-08-09 Pedro Alves <palves@redhat.com>
14576
14577 PR mi/20431
14578 * gdb.mi/mi-cmd-error.exp: New file.
14579
f348d89a
PA
145802016-08-09 Pedro Alves <palves@redhat.com>
14581
14582 PR gdb/18653
14583 * gdb.base/signals-state-child.c: New file.
14584 * gdb.base/signals-state-child.exp: New file.
14585 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14586
e5ca03b4
PA
145872016-08-09 Pedro Alves <palves@redhat.com>
14588
14589 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14590
282a0691
TT
145912016-08-03 Tom Tromey <tom@tromey.com>
14592
14593 PR python/18565:
14594 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14595
41bfcd63
YQ
145962016-08-01 Yao Qi <yao.qi@linaro.org>
14597
14598 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14599 variable mode to "multi-process" if $multi_process is 1, otherwise
14600 set it to "single-process".
14601
e3465b24
YQ
146022016-08-01 Yao Qi <yao.qi@linaro.org>
14603
14604 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14605 * gdb.cp/cpexprs.exp: Likewise.
14606 * gdb.cp/m-static.exp: Likewise.
14607
0b31a4bc
TT
146082016-07-26 Tom Tromey <tom@tromey.com>
14609
14610 PR python/20190:
14611 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14612 test.
14613
e0461dbb
MM
146142016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14615
14616 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14617 selecting assembly source files.
14618 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14619 assembly source files.
14620 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14621 assembly source files.
14622 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14623 selecting assembly source files.
14624
8194e927
SM
146252016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14626
14627 * gdb.base/new-ui.exp (do_test_invalid_args): New
14628 procedure.
14629
c0272db5
TW
146302016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14631
14632 * gdb.btrace/reconnect.c: New file.
14633 * gdb.btrace/reconnect.exp: New file.
14634
e3487908
GKB
146352016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14636
14637 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14638 to test_catch_syscall_group.
14639 (test_catch_syscall_group): New.
14640
12df5c00
TT
146412016-07-21 Tom Tromey <tom@tromey.com>
14642
14643 * gdb.rust/simple.rs (main): Use empty struct expression.
14644 * gdb.rust/simple.exp: Add tests for empty struct expression.
14645
bae62ee2
YQ
146462016-07-21 Yao Qi <yao.qi@linaro.org>
14647
14648 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14649 if gdb_skip_xml_test is true on some targets.
14650
b1b53fb3
YQ
146512016-07-21 Yao Qi <yao.qi@linaro.org>
14652
14653 * gdb.server/solib-list.exp: Unset last_loaded_file.
14654
027d97f8
JK
146552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14656
14657 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14658 "step into captured_main (args)".
14659
7674d381
JK
146602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14661
14662 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14663
72b5d099
JK
146642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14665
14666 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14667
1f960ced
PA
146682016-07-19 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14671 * gdb.opt/inline-bt.exp: Likewise.
14672 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14673 additional_flags=-Winline.
14674 * gdb.opt/inline-locals.exp: Likewise.
14675 * gdb.opt/inline-markers.c (ATTR): Define.
14676 (inlined_fn): Use it.
14677
f25827c1
YQ
146782016-07-19 Yao Qi <yao.qi@linaro.org>
14679
14680 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14681 (test_with_self): Remove some code. Remove argument executable.
14682 (top-level): Use do_self_tests.
14683
37539ebe
DB
146842016-07-15 Zachary Welch <zwelch@codesourcery.com>
14685 Don Breazeal <donb@codesourcery.com>
14686
14687 * gdb.base/maint.exp: Escape paths used in regular expressions.
14688 * gdb.stabs/weird.exp: Likewise.
14689
dac790e1
TT
146902016-07-13 Tom Tromey <tom@tromey.com>
14691
14692 PR python/15620, PR python/18620:
14693 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14694 (test_bkpt_events): New procs.
14695
93daf339
TT
146962016-07-13 Tom Tromey <tom@tromey.com>
14697
14698 PR python/17698:
14699 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14700 test.
14701 (test_watchpoints): Likewise.
14702 (test_bkpt_pending): New proc.
14703
6571a381
TT
147042016-07-13 Tom Tromey <tom@tromey.com>
14705
14706 PR cli/18053:
14707 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14708 completion test.
14709
e8732474
JK
147102016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14711
14712 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14713 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14714 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14715 f_label.
14716 (g): Rename g_end_lbl to g_label.
14717 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14718 low_pc and high_pc.
14719 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14720
e0f3fd7c
TT
147212016-07-12 Tom Tromey <tom@tromey.com>
14722
14723 PR python/19293:
14724 * gdb.python/py-unwind-maint.exp: Update tests.
14725
3cfe46b6
YQ
147262016-07-12 Yao Qi <yao.qi@linaro.org>
14727
14728 * lib/selftest-support.exp (selftest_setup): Match the output
14729 when captured_main is inlined.
14730
4f19a0e6
WT
147312016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14732
14733 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14734 New variables.
14735 (print this%a, print this%b, print this): New tests.
14736 * gdb.fortran/derived-types.f90 (this): New object and
14737 initialization.
14738
986cf455
SM
147392016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.ada/arraydim.exp: Remove extra directory level in build
14742 directory.
14743
f0464b23
SM
147442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14745
14746 * lib/ada.exp: Remove extra directory level in build directory.
14747 * gdb.ada/cond_lang.exp: Likewise.
14748 * gdb.ada/exec_changed.exp: Likewise.
14749 * gdb.ada/lang_switch.exp: Likewise.
14750
42d94011
MG
147512016-07-06 Manish Goregaokar <manish@mozilla.com>
14752
2806dc7e
PA
14753 * simple.rs: Add test for raw pointer subscripting.
14754 * simple.exp: Add test expectations.
42d94011 14755
647c264c
YQ
147562016-07-05 Yao Qi <yao.qi@linaro.org>
14757
14758 * gdb.mi/mi-reverse.exp: Match =record-started output.
14759
20aa2c60
PA
147602016-07-01 Pedro Alves <palves@redhat.com>
14761
14762 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14763 procedure.
14764 (jit_reader_test): Test the jit reader's unwinder.
14765 * gdb.base/jithost.c (jit_function_00_code): New global.
14766 (main): Use memcpy to fill in the mmapped code, instead of poking
14767 bytes manually here.
14768 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14769 value.
14770 (read_debug_info): Save the function's range.
14771 (read_sp): New function.
14772 (unwind_frame): Use it. Also unwind RBP.
14773 (get_frame_id): Use read_sp.
14774 (gdb_init_reader): Use calloc instead of malloc.
14775 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14776 parameter. Use gdb_test_multiple.
14777
ced2dffb
PA
147782016-07-01 Pedro Alves <palves@redhat.com>
14779 Antoine Tremblay <antoine.tremblay@ericsson.com>
14780
14781 * gdb.threads/process-dies-while-detaching.c: New file.
14782 * gdb.threads/process-dies-while-detaching.exp: New file.
14783
63000888
PA
147842016-07-01 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.multi/watchpoint-multi-exit.c: New file.
14787 * gdb.multi/watchpoint-multi-exit.exp: New file.
14788
038d4868
PA
147892016-06-30 Pedro Alves <palves@redhat.com>
14790
14791 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14792 unset inferior_spawn_id.
14793
994e9c83
PA
147942016-06-30 Pedro Alves <palves@redhat.com>
14795
14796 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14797 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14798
e5653468
YQ
147992016-06-29 Yao Qi <yao.qi@linaro.org>
14800
14801 * gdb.base/return.c: Add copyright header.
14802
803b47e5
TT
148032016-06-29 Tom Tromey <tom@tromey.com>
14804
14805 PR python/20129:
14806 * gdb.python/py-framefilter.exp: Add tests for setting priority
14807 and disabling of non-existent frame filter.
14808
28244707
YQ
148092016-06-29 Yao Qi <yao.qi@linaro.org>
14810
14811 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14812 0x0f07ff.
14813
a31d2f06
YQ
148142016-06-28 Yao Qi <yao.qi@linaro.org>
14815
14816 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14817 triplets. Start gdb, execute catch syscall, and continue. Check
14818 gdb's output to determine catch syscall is supported.
14819
921d8f54
MG
148202016-06-27 Manish Goregaokar <manish@mozilla.com>
14821
25d49b86
PA
14822 * gdb.rust/simple.rs: Add test for returning unit in a function.
14823 * gdb.rust/simple.exp: Add expectation for functions returning
14824 unit.
921d8f54 14825
f4952523
PMR
148262016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14827
14828 * gdb.python/py-breakpoint-create-fail.c,
14829 gdb.python/py-breakpoint-create-fail.exp,
14830 gdb.python/py-breakpoint-create-fail.py: New testcase.
14831
fccb08f8
MG
148322016-06-25 Manish Goregaokar <manish@mozilla.com>
14833
14834 PR gdb/20239
14835 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14836 * gdb.rust/simple.exp: Add test expectations for new NonZero
14837 tests.
fccb08f8 14838
6b850546
DT
148392016-06-24 David Taylor <dtaylor@emc.com>
14840
14841 * gdb.base/offsets.exp: New file.
14842 * gdb.base/offsets.c: New file.
14843
17621150
TT
148442016-06-23 Tom Tromey <tom@tromey.com>
14845
14846 PR gdb/16483:
14847 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14848 before any filters are loaded.
14849
04d59df6
WT
148502016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14851
14852 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14853 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14854 structs.
14855 * gdb.fortran/derived-type-function.exp: New file.
14856 * gdb.fortran/derived-type-function.f90: New file.
14857
14858
ac69f786
PA
148592016-06-21 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.base/new-ui.exp: New file.
14862 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14863 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14864 (with_spawn_id): New procedure.
14865
49940788
PA
148662016-06-21 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.mi/mi-exec-run.exp: New file.
14869
ef274d26
PA
148702016-06-21 Pedro Alves <palves@redhat.com>
14871
14872 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14873 breakpoint command's output on the main UI.
14874 (test_break): New procedure, factored out from calls in the top
14875 level.
14876 (top level): Use foreach_with_prefix to test MI as main UI and as
14877 separate UI.
14878
468afe6c
PA
148792016-06-21 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14882 (test_awatch_creation_and_listing)
14883 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14884 Remove 'type' parameter.
14885 (test_watchpoint_all): New parameter mi_mode. Remove
14886 with_test_prefix.
14887 (top level): Use foreach_with_prefix, and add main/separate UI MI
14888 testing axis.
14889
51f77c37
PA
148902016-06-21 Pedro Alves <palves@redhat.com>
14891
14892 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14893 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14894 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14895 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14896 (gdb_main_spawn_id, mi_spawn_id): Declare and
14897 comment.
14898 (mi_create_inferior_pty): New procedure,
14899 factored out from default_mi_gdb_start.
14900 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14901 procedures.
14902 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14903 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14904 Use mi_create_inferior_pty.
14905 (mi_gdb_start): Use eval to pass down args list.
14906
8980e177
PA
149072016-06-21 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14910 * gdb.opt/inline-cmds.exp: Add MI tests.
14911
f38d3ad1
PA
149122016-06-21 Pedro Alves <palves@redhat.com>
14913
14914 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14915
45db7c09
PA
149162016-06-21 Pedro Alves <palves@redhat.com>
14917
14918 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14919 (top level): Use it instead of mi_execute_to.
14920
5a069ab3
PA
149212016-06-21 Pedro Alves <palves@redhat.com>
14922
14923 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14924 (cont_handler_str): New.
14925 (signal_stop_handler): Set stop_handler_str instead of printing to
14926 stdout.
14927 (continue_handler): Set cont_handler_str instead of printing to
14928 stdout.
14929 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14930 mi_send_resuming_command. Print stop_handler_str and
14931 cont_handler_str instead of expecting the python events print
14932 directly.
14933
2838cc1d
SD
149342016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14935
14936 * gdb.base/jit-reader.exp: New file.
14937 * gdb.base/jithost.c: New file.
14938 * gdb.base/jithost.h: New file.
14939 * gdb.base/jitreader.c : New file.
14940 * gdb.base/jit-protocol.h: New file.
14941
21a77091
YQ
149422016-06-17 Yao Qi <yao.qi@linaro.org>
14943
14944 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14945 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14946 and detach-on-fork. Adjust tests.
14947 (top level): Invoke break_cond_on_syscall with combinations of
14948 syscall, follow-fork-mode and detach-on-fork.
14949
f50bf8e5
YQ
149502016-06-17 Yao Qi <yao.qi@linaro.org>
14951
14952 * gdb.base/step-over-exit.c: New.
14953 * gdb.base/step-over-exit.exp: New.
14954
a28d8e50
YTL
149552016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14956
14957 * gdb.base/float.exp: Add target check for nds32*-*-*.
14958 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14959
cad8e26d
AB
149602016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14961
14962 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14963 for unsupported target features.
14964 * gdb.base/call-rt-st.exp: Likewise.
14965 * gdb.base/call-sc.exp: Likewise.
14966 * gdb.base/call-signal-resume.exp: Likewise.
14967 * gdb.base/call-strs.exp: Likewise.
14968 * gdb.base/callexit.exp: Likewise.
14969 * gdb.base/callfuncs.exp: Likewise.
14970 * gdb.base/nodebug.exp: Likewise.
14971 * gdb.base/printcmds.exp: Likewise.
14972 * gdb.base/ptype.exp: Likewise.
14973 * gdb.base/structs.exp: Likewise.
14974 * gdb.base/unwindonsignal.exp: Likewise.
14975 * gdb.cp/gdb2495.exp: Likewise.
14976 * gdb.cp/templates.exp: Likewise.
14977 * gdb.cp/virtfunc.exp: Likewise.
14978 * gdb.threads/hand-call-in-threads.exp: Likewise.
14979 * gdb.threads/interrupted-hand-call.exp: Likewise.
14980 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14981
347dc102
TT
149822016-06-10 Tom Tromey <tom@tromey.com>
14983
14984 PR rust/20110:
14985 * gdb.rust/expr.exp: Add test for integer constant larger than
14986 i32.
14987
5e13cf25
BH
149882016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14989
14990 * gdb.fortran/nested-funcs.exp: New.
14991 * gdb.fortran/nested-funcs.f90: New.
14992
bb556f1f
TK
149932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14994
14995 * gdb.base/examine-backward.c: New file.
14996 * gdb.base/examine-backward.exp: New file.
14997
38b022b4
SM
149982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14999
15000 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15001 matching.
15002
1b40ec05
TT
150032016-06-02 Tom Tromey <tom@tromey.com>
15004
15005 PR python/18984:
15006 * gdb.python/py-shared.exp: Add solib_name test.
15007
193bd378
SM
150082016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15009
15010 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15011
3326303b
MG
150122016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15013
15014 PR c++/19893
15015 * gdb.dwarf2/implref.exp: Rename to...
15016 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15017 * gdb.dwarf2/implref-array.c: New file.
15018 * gdb.dwarf2/implref-array.exp: Likewise.
15019 * gdb.dwarf2/implref-global.c: Likewise.
15020 * gdb.dwarf2/implref-global.exp: Likewise.
15021 * gdb.dwarf2/implref-struct.c: Likewise.
15022 * gdb.dwarf2/implref-struct.exp: Likewise.
15023
825c8ef2
AT
150242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15025
15026 * gdb.trace/trace-condition.exp: Add 64bit tests.
15027
2320162a
AT
150282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15029
15030 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15031 bits types.
15032 (main): Adapt to 8 to 64 bits types.
15033 * gdb.trace/trace-condition.exp: Add new tests.
15034
a7818233
AT
150352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15036
15037 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15038
0d336466
AT
150392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15040
15041 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15042 Move condition tests...
15043 * gdb.trace/trace-condition.exp: Here.
15044
7faeb45a
AT
150452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15046
15047 * gdb.trace/trace-condition.exp: Add counter-case tests.
15048
e385593e
JK
150492016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15050
15051 PR c++/15231
15052 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15053 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15054
744608cc
PA
150552016-05-27 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15058 New procedure.
15059 (top level): Call it, and bail out of DejaGnu is known to be bad.
15060
ac775bf4
AB
150612016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15062
15063 * gdb.base/whatis.c: Extend the test case.
15064 * gdb.base/whatis.exp: Add additional tests.
15065
2bbad2ea
BH
150662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15067
15068* gdb.fortran/type.f90: Add pointer variable.
15069* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15070
8b70175d
BH
150712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15072
15073 * gdb.fortran/vla-type.exp: Fix testcase name.
15074
86d8a848
BH
150752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15076
15077 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15078
e188eb36
BH
150792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15080
15081 * gdb.fortran/type.f90: Add nested structures.
15082 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15083 * gdb.fortran/derived-type.exp: Adapt expected output.
15084 * gdb.fortran/vla-type.exp: Adapt expected output.
15085
9b2db1fd
BH
150862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15087
15088 * gdb.fortran/whatis_type.exp: Adapt expected output.
15089
72b17055
BH
150902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15091
15092 * gdb.fortran/print_type.exp: Fix expected output.
15093 * gdb.fortran/whatis_type.exp: Fix expected output.
15094
3cd81d8d
BH
150952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15096
15097 * gdb.fortran/whatis_type.exp: Use multi_line.
15098
ddae9462
TT
150992016-05-24 Tom Tromey <tom@tromey.com>
15100
15101 PR python/17386:
15102 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15103 use value as an index.
15104
1957f6b8
TT
151052016-05-23 Tom Tromey <tom@tromey.com>
15106
15107 PR python/17981:
15108 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15109 no-breakpoint case.
15110
026a9174
PA
151112016-05-24 Pedro Alves <palves@redhat.com>
15112
15113 PR gdb/19828
15114 * gdb.threads/clone-attach-detach.c: New file.
15115 * gdb.threads/clone-attach-detach.exp: New file.
15116
e70a7231
FR
151172016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15118
15119 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15120
0f6ed0e0
TT
151212016-05-23 Tom Tromey <tom@tromey.com>
15122
15123 PR python/19438, PR python/18393:
15124 * gdb.python/py-progspace.exp: Add "dir" test.
15125 * gdb.python/py-objfile.exp: Add "dir" test.
15126
ffd19d61
YQ
151272016-05-23 Yao Qi <yao.qi@linaro.org>
15128
15129 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15130 * gdb.arch/thumb2-it.exp: Likewise.
15131
9e8f9b05
SM
151322016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15133
15134 * gdb.mi/mi-threads-interrupt.c: New file.
15135 * gdb.mi/mi-threads-interrupt.exp: New file.
15136
61c6156d
SM
151372016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15138
15139 PR gdb/18077
15140 * gdb.mi/mi-async-run.exp: New file.
15141 * gdb.mi/mi-async-run.c: New file.
15142
67218854
TT
151432016-05-17 Tom Tromey <tom@tromey.com>
15144 Manish Goregaokar <manishsmail@gmail.com>
15145
15146 * lib/rust-support.exp: New file.
15147 * lib/gdb.exp (skip_rust_tests): New proc.
15148 (build_executable_from_specs): Handle rust.
15149 * lib/future.exp (gdb_find_rustc): New proc.
15150 (gdb_default_target_compile): Handle rust.
15151 * gdb.rust/expr.exp: New file.
15152 * gdb.rust/generics.exp: New file.
15153 * gdb.rust/generics.rs: New file.
15154 * gdb.rust/methods.exp: New file.
15155 * gdb.rust/methods.rs: New file.
15156 * gdb.rust/modules.exp: New file.
15157 * gdb.rust/modules.rs: New file.
15158 * gdb.rust/simple.exp: New file.
15159 * gdb.rust/simple.rs: New file.
15160
c44af4eb
TT
151612016-05-17 Tom Tromey <tom@tromey.com>
15162
15163 * gdb.base/default.exp (set language): Add rust.
15164
dcd1f979
TT
151652016-05-17 Tom Tromey <tom@tromey.com>
15166
15167 * gdb.gdb/unittest.exp: New file.
15168
155b7f57
YQ
151692016-05-16 Yao Qi <yao.qi@linaro.org>
15170
15171 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15172 shell_prompt. Update shell_prompt_re.
15173
8ddd5a6c
DE
151742016-05-12 Doug Evans <dje@google.com>
15175
15176 PR symtab/19999
15177 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15178 $options when building executable.
15179 * gdb.dwarf2/fission-loclists-pie.S: New file.
15180 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15181
02e370d9
SM
151822016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15183
15184 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15185 of [is_remote target],
15186
8929ad8b
SM
151872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15188
15189 * lib/gdb.exp (use_gdb_stub): New procedure.
15190
6c447423
DE
151912016-05-03 Yunlian Jiang <yunlian@google.com>
15192 Doug Evans <dje@google.com>
15193
15194 PR symtab/19914
15195 * gdb.dwarf2/dwp-sepdebug.c: New file.
15196 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15197
444e826c
SM
151982016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15199
15200 * gdb.base/detach.exp: Remove is_remote check.
15201
740feeaa
SM
152022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15203
15204 * gdb.base/annota-input-while-running.exp: Don't check for
15205 [is_remote target]. Enable annotations after running to main.
15206 Remove unused "set test..." line.
15207
9080ac9d
SM
152082016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15209
15210 * gdb.trace/trace-enable-disable.exp: New file.
15211 * gdb.trace/trace-enable-disable.c: New file.
15212
952ebca5
SM
152132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15214
15215 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15216 use it in info sharedlibrary test.
15217 * gdb.trace/ftrace-lock.exp: Likewise.
15218 * gdb.trace/ftrace.exp: Likewise.
15219 * gdb.trace/range-stepping.exp: Likewise.
15220 * gdb.trace/trace-break.exp: Likewise.
15221 * gdb.trace/trace-condition.exp: Likewise.
15222 * gdb.trace/trace-mt.exp: Likewise.
15223
d9019901
SM
152242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15225
15226 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15227 (gdb_load_shlib): ... this.
15228 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15229 gdb_load_shlib.
15230 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15231 * gdb.base/ctxobj.exp: Likewise.
15232 * gdb.base/dprintf-pending.exp: Likewise.
15233 * gdb.base/dso2dso.exp: Likewise.
15234 * gdb.base/fixsection.exp: Likewise.
15235 * gdb.base/gcore-relro.exp: Likewise.
15236 * gdb.base/gdb1555.exp: Likewise.
15237 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15238 * gdb.base/gnu-ifunc.exp: Likewise.
15239 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15240 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15241 * gdb.base/pending.exp: Likewise.
15242 * gdb.base/print-file-var.exp: Likewise.
15243 * gdb.base/print-symbol-loading.exp: Likewise.
15244 * gdb.base/shlib-call.exp: Likewise.
15245 * gdb.base/shreloc.exp: Likewise.
15246 * gdb.base/so-impl-ld.exp: Likewise.
15247 * gdb.base/solib-disc.exp: Likewise.
15248 * gdb.base/solib-nodir.exp: Likewise.
15249 * gdb.base/solib-overlap.exp: Likewise.
15250 * gdb.base/solib-symbol.exp: Likewise.
15251 * gdb.base/solib-weak.exp (do_test): Likewise.
15252 * gdb.base/sym-file.exp: Likewise.
15253 * gdb.base/symtab-search-order.exp: Likewise.
15254 * gdb.base/type-opaque.exp: Likewise.
15255 * gdb.base/unload.exp: Likewise.
15256 * gdb.base/watchpoint-solib.exp: Likewise.
15257 * gdb.compile/compile.exp: Likewise.
15258 * gdb.cp/gdb2384.exp: Likewise.
15259 * gdb.cp/infcall-dlopen.exp: Likewise.
15260 * gdb.cp/re-set-overloaded.exp: Likewise.
15261 * gdb.fortran/library-module.exp: Likewise.
15262 * gdb.opt/solib-intra-step.exp: Likewise.
15263 * gdb.python/py-finish-breakpoint.exp: Likewise.
15264 * gdb.python/py-shared.exp: Likewise.
15265 * gdb.reverse/solib-precsave.exp: Likewise.
15266 * gdb.reverse/solib-reverse.exp: Likewise.
15267 * gdb.server/solib-list.exp: Likewise.
15268 * gdb.threads/dlopen-libpthread.exp: Likewise.
15269 * gdb.threads/tls-shared.exp: Likewise.
15270 * gdb.threads/tls-so_extern.exp: Likewise.
15271 * gdb.trace/change-loc.exp: Likewise.
15272 * gdb.trace/ftrace-lock.exp: Likewise.
15273 * gdb.trace/ftrace.exp: Likewise.
15274 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15275 * gdb.trace/pending.exp: Likewise.
15276 * gdb.trace/range-stepping.exp: Likewise.
15277 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15278 (strace_info_marker): Likewise.
15279 (strace_probe_marker): Likewise.
15280 (strace_trace_on_same_addr): Likewise.
15281 (strace_trace_on_diff_addr): Likewise.
15282 * gdb.trace/trace-break.exp: Likewise.
15283 * gdb.trace/trace-condition.exp: Likewise.
15284 * gdb.trace/trace-mt.exp: Likewise.
15285
fca4cfd9
SM
152862016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15287
15288 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15289 result of gdb_remote_download.
15290 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15291 * gdb.base/dso2dso.exp: Likewise.
15292 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15293 * gdb.base/print-file-var.exp: Likewise.
15294 * gdb.base/shlib-call.exp: Likewise.
15295 * gdb.base/shreloc.exp: Likewise.
15296 * gdb.base/solib-overlap.exp: Likewise.
15297 * gdb.base/solib-weak.exp (do_test): Likewise.
15298 * gdb.base/unload.exp: Likewise.
15299
11cf4ffb
YQ
153002016-04-27 Yao Qi <yao.qi@linaro.org>
15301
15302 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15303 exists.
15304
3e2e34f8
KB
153052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15306
15307 * vla-type.exp: Print structure from toplevel.
15308
8f07e298
BH
153092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15310
15311 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15312 of dynamic types.
15313 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15314 of dynamic types.
15315
9920b434
BH
153162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15317
15318 * gdb.fortran/vla-type.f90: New file.
15319 * gdb.fortran/vla-type.exp: New file.
15320
f3abeff5
YQ
153212016-04-25 Yao Qi <yao.qi@linaro.org>
15322
15323 * gdb.base/branch-to-self.c: New file.
15324 * gdb.base/branch-to-self.exp: New file.
15325
0a5d52f0
YQ
153262016-04-22 Yao Qi <yao.qi@linaro.org>
15327
15328 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15329 more after $hex.
15330
495346f6
YQ
153312016-04-22 Yao Qi <yao.qi@linaro.org>
15332
15333 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15334 * gdb.base/annota3.exp: Likewise.
15335
4a7e075c
YQ
153362016-04-22 Yao Qi <yao.qi@linaro.org>
15337
15338 * gdb.reverse/step-precsave.exp: Do one step and test program
15339 stops in "callee" and do multiple steps until program goes out
15340 of "callee".
15341 * gdb.reverse/step-reverse.exp: Likewise.
15342
5b061e98
YQ
153432016-04-22 Yao Qi <yao.qi@linaro.org>
15344
15345 * gdb.trace/signal.exp: Also pass if
15346 $tracepoint_hits($i) > $iterations.
15347
5c5dc57f
YQ
153482016-04-22 Yao Qi <yao.qi@linaro.org>
15349
15350 * gdb.trace/signal.c: New file.
15351 * gdb.trace/signal.exp: New file.
15352
a55411b9
DE
153532016-04-19 Doug Evans <xdje42@gmail.com>
15354
15355 * gdb.base/bad-file.exp: New file.
15356
a22df60a
MG
153572016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15358
15359 * gdb.dwarf2/implref.exp: New file.
15360
0c13f7e5
BH
153612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15362
15363 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15364 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15365 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15366 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15367 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15368 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15369 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15370 * lib/fortran.exp (fortran_int4): New procedure.
15371 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15372 (fortran_logical4): Likewise.
15373
9b9b09e9
BH
153742016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15375
15376 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15377
a14d1f4d
BH
153782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15379
15380 * lib/compiler.c: Add Intel specific preprocessor macros.
15381 * lib/compiler.cc: Likewise.
25d49b86 15382
7d49b1d0
LM
153832016-04-13 Luis Machado <lgustavo@codesourcery.com>
15384
15385 * gdb.server/connect-with-no-symbol-file.c: New file.
15386 * gdb.server/connect-with-no-symbol-file.exp: New file.
15387
8392fa22
SM
153882016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15389
15390 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15391
8c4c4aeb
SM
153922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15393
15394 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15395 standard output directory.
15396
45e3745e
AT
153972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15398
15399 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15400
e26b7e41
MM
154012016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15402
15403 * gdb.btrace/instruction_history.c (loop): Add declaration.
15404
8ce09462
AT
154052016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15406
15407 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15408
2e88a1ea
SM
154092016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15410
15411 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15412 parentheses to print.
15413 (continue_handler): Likewise.
15414
f48e22e3
SM
154152016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 * gdb.server/solib-list.exp: Remove is_remote check.
15418 Pass shlib= to gdb_compile. Don't link shared library with
15419 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15420 Run binary filename through "readlink -f" on the target.
15421
096be756
PA
154222016-04-08 Pedro Alves <palves@redhat.com>
15423
15424 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15425 interpreter filename as argument to gdbserver_spawn.
15426 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15427 Return empty if $last_loaded_file does not exist.
15428
06500533
JK
154292016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15430
15431 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15432 * gdb.base/jit-main.c: Use exit after usage.
15433
2d35e871
JK
154342016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15435
15436 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15437 GDBHISTSIZE prior to the tests.
15438 * gdb.base/gdbinit-history.exp: Likewise.
15439
154402016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15441
15442 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15443 instead of build_executable. Use gdb_load_shlibs.
15444
c8064e7e
YQ
154452016-04-07 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15448 Execute "si" command.
15449
bde47561
YQ
154502016-04-07 Yao Qi <yao.qi@linaro.org>
15451
15452 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15453 number instead of the comments on some line.
15454
b16f8a3b
DB
154552016-04-06 Don Breazeal <donb@codesourcery.com>
15456
15457 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15458 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15459
c2f901df
SM
154602016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15461
15462 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15463 standard_output_file. Remove unused binfile variable.
15464
ac17fda0
CU
154652016-04-05 Catalin Udma <catalin.udma@freescale.com>
15466
15467 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15468 * gdb.python/py-mi-objfile.exp: Match "list main" output
15469 in console format.
15470
03a8c4df
SM
154712016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15472
15473 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15474 absolute.
15475
6e774b13
SM
154762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15477
15478 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15479 absolute.
15480 * gdb.trace/ftrace.exp: Likewise.
15481 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15482 targets as well.
15483 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15484 (gdb_load_shlibs): Copy libraries to test directory when testing
15485 natively. Only set solib-search-path if testing remotely.
15486 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15487
7817ea46
SM
154882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15489
15490 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15491 gdb_download. Use it even if the target is not remote.
15492 * gdb.base/jit.exp (compile_jit_test): Likewise.
15493 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15494 output directory if the destination board is local, otherwise use
15495 the standard remote_download from DejaGnu.
15496 (gdb_download): Remove.
15497 (gdb_load_shlibs): Use gdb_remote_download instead of
15498 gdb_download.
15499 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15500 Use gdb_remote_download instead of gdb_download. Use it even if
15501 the target is not remote.
15502 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15503 instead of gdb_download.
15504
7beb7f68
SM
155052016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15506
15507 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15508 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15509 run.
15510
cc63428a
AV
155112016-04-01 Artemiy Volkov <artemiyv@acm.org>
15512
15513 PR gdb/19820
15514 * gdb.base/printcmds.exp: Add artificial arrays tests.
15515
64cdf930
PA
155162016-03-31 Pedro Alves <palves@redhat.com>
15517
15518 PR gdb/19858
15519 * gdb.base/jit-main.c: Include unistd.h.
15520 (ATTACH): Define to 0 if not already defined.
15521 (wait_for_gdb, mypid): New globals.
15522 (WAIT_FOR_GDB): New macro.
15523 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15524 some breakpoint locations.
15525 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15526 New procedures.
15527 (one_jit_test): Add REATTACH parameter, and handle it. Use
15528 continue_to_test_location.
15529 (top level): Test attach, and adjusts calls to one_jit_test.
15530
40dea8cb
PA
155312016-03-31 Pedro Alves <palves@redhat.com>
15532
15533 PR gdb/19858
15534 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15535 BINSUFFIX parameter, and handle it.
15536 (top level): Adjust calls compile_jit_test.
15537
e7ea3ec7
CU
155382016-03-31 Catalin Udma <catalin.udma@freescale.com>
15539
15540 PR python/19743
15541 * gdb.python/py-mi-events-gdb.py: New file.
15542 * gdb.python/py-mi-events.c: New file.
15543 * gdb.python/py-mi-events.exp: New file.
15544
e6359af3
YQ
155452016-03-30 Yao Qi <yao.qi@linaro.org>
15546
15547 * gdb.reverse/until-precsave.exp: Match function name only.
15548 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15549 Move malloc to a condition block.
15550 * gdb.reverse/until-reverse.exp: Match function name only.
15551
a4105d04
MK
155522016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15553
15554 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15555 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15556 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15557 variable for GPR 0 instead of assuming it is register 0.
15558 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15559 * lib/trace-support.exp: Add s390 registers.
15560
bfa6adb9
YQ
155612016-03-29 Yao Qi <yao.qi@linaro.org>
15562
15563 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15564
1e6697ea
YQ
155652016-03-24 Yao Qi <yao.qi@linaro.org>
15566
15567 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15568 test message.
15569
64bcd522
AA
155702016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15571
15572 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15573 maintaining separate logic for constructing the output path.
15574
7868401b
DB
155752016-03-16 Don Breazeal <donb@codesourcery.com>
15576
15577 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15578 Retry fork and waitpid on interrupted system call errors.
15579 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15580 Use with_timeout_factor to increase timeout by factor of 10.
15581
1cafadb4
DB
155822016-03-15 Don Breazeal <donb@codesourcery.com>
15583
15584 * gdb.cp/scope-err.cc: New test program.
15585 * gdb.cp/scope-err.exp: New test script.
15586 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15587 lines and "set breakpoint here" comment.
15588 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15589 Fixed some whitespace and format issues.
15590 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15591 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15592
81516450
DE
155932016-03-15 Doug Evans <dje@google.com>
15594
15595 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15596 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15597 All callers updated. Add tests for enums, mixed flags register.
15598
aa52b601
DE
155992016-03-15 Doug Evans <dje@google.com>
15600
15601 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15602 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15603
fa4ff313
SM
156042016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15605
15606 * gdb.base/default.exp: Add $_as_string to the list of expected
15607 convenience functions.
15608
f2403c39
AB
156092016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15610
15611 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15612
f2f3ccb9
SM
156132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15614
15615 * gdb.python/py-as-string.exp: New file.
15616 * gdb.python/py-as-string.c: New file.
15617
00dbd492
PA
156182016-03-09 Pedro Alves <palves@redhat.com>
15619
15620 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15621 signal" -> "Thread NN received signal" output change.
15622 * gdb.threads/ia64-sigill.exp: Likewise.
15623 * gdb.threads/linux-dp.exp: Likewise.
15624 * gdb.threads/manythreads.exp: Likewise.
15625 * gdb.threads/pending-step.exp: Likewise.
15626 * gdb.threads/print-threads.exp: Likewise.
15627 * gdb.threads/sigstep-threads.exp: Likewise.
15628 * gdb.threads/staticthreads.exp: Likewise.
15629 * gdb.threads/tls.exp: Likewise.
15630
1e6697ea
YQ
156312016-03-09 Pedro Alves <palves@redhat.com>
15632
15633 * gdb.base/command-line-input.exp: New file.
15634
b04fd3be
MK
156352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15636
15637 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15638 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15639 * gdb.trace/pending.exp: Accept leading dot before function name.
15640 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15641 * lib/trace-support.exp: Set registers for ppc.
15642
98fa59e9
MK
156432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15644
15645 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15646 use it for disassembly; accept .main in addition to main in backtrace.
15647
f77198c8
MK
156482016-03-09 Wei-cheng Wang <cole945@gmail.com>
15649 Marcin Kościelnicki <koriakin@0x04.net>
15650
15651 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15652 (gdb_recursion_test_ptr): New global variable.
15653 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15654 gdb_recursion_test.
15655 (gdb_c_test): Ditto.
15656
ba84e0da
MK
156572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15658
15659 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15660 ordering.
15661
4366d36e
MK
156622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15663
15664 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15665 (bar): Add bar_start_lbl label.
15666 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15667 of foo/bar for emitting DWARF and tracing.
15668
5eb264df
SDJ
156692016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15670
15671 * analyze-racy-logs.py: Set executable bit.
15672
fb6a751f
SDJ
156732016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15674
15675 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15676 (CHECK_TARGET_TMP): Likewise.
15677 (check-single-racy): New rule.
15678 (check-parallel-racy): Likewise.
15679 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15680 (do-check-parallel-racy): New rule.
15681 (check-racy/%.exp): Likewise.
15682 * README (Racy testcases): New section.
15683 * analyze-racy-logs.py: New file.
15684
bdf7e230
DE
156852016-03-03 Doug Evans <dje@google.com>
15686
15687 * gdb.base/skip.exp: Use with_test_prefix.
15688
4719d415
YQ
156892016-03-03 Yao Qi <yao.qi@linaro.org>
15690
15691 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15692 Invoke step_over_syscall "clone" and break_cond_on_syscall
15693 "clone".
15694 * gdb.base/step-over-clone.c: New file.
15695
ea507862
YQ
156962016-03-03 Yao Qi <yao.qi@linaro.org>
15697
15698 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15699 code format.
15700
8fc8cbda
YQ
157012016-03-03 Yao Qi <yao.qi@linaro.org>
15702
15703 * gdb.base/disp-step-fork.c: Rename to ...
15704 * gdb.base/step-over-fork.c: ... it. New file.
15705 * gdb.base/disp-step-vfork.c: Rename to ...
15706 * gdb.base/step-over-vfork.c: ... it. New file.
15707 * gdb.base/disp-step-syscall.exp: Rename to ...
15708 * gdb.base/step-over-syscall.exp: ... it. New file.
15709 (disp_step_cross_syscall): Rename to ...
15710 (step_over_syscall): ... it.
15711
92fa70b0
YQ
157122016-03-03 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15715 If target supports condition evaluation on target, invoke
15716 break_cond_on_syscall for fork and vfork.
15717
e197ad3c
YQ
157182016-03-03 Yao Qi <yao.qi@linaro.org>
15719
15720 * gdb.base/disp-step-syscall.exp: Don't invoke
15721 support_displaced_stepping.
15722 (disp_step_cross_syscall): Test with displaced stepping off and
15723 on if supported.
15724
0b47da9f
YQ
157252016-03-03 Yao Qi <yao.qi@linaro.org>
15726
15727 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15728 proc.
15729 (setup): New proc.
15730 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15731 and setup.
15732
065ab6dc
BH
157332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15734
15735 * gdb.fortran/vla-history.exp: Remove breakpoint.
15736
07e448ad 157372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15738
25d49b86
PA
15739 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15740 exceeds timeout.
07e448ad 15741
9ac2d526 157422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15743
25d49b86
PA
15744 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15745 breakpoint.
9ac2d526 15746
17807369
BH
157472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15748
15749 * gdb.mi/vla.f90: Nullify pointer after declaration.
15750
86e501af
PA
157512016-03-01 Pedro Alves <palves@redhat.com>
15752
15753 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15754
1e903e32
PA
157552016-03-01 Pedro Alves <palves@redhat.com>
15756
15757 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15758 before anything else.
15759 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15760 _GNU_SOURCE here.
15761 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15762 before anything else.
15763 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15764
6ccb54e2
PA
157652016-03-01 Pedro Alves <palves@redhat.com>
15766
15767 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15768
30ca9da1
YQ
157692016-03-01 Yao Qi <yao.qi@linaro.org>
15770
15771 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15772 prepare_for_testing.
15773
dc856b38
YQ
157742016-03-01 Yao Qi <yao.qi@linaro.org>
15775
15776 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15777
4a932159
AA
157782016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15779
15780 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15781 manually constructing the output path.
15782
f2489477
AA
157832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15784
15785 * gdb.arch/s390-stackless.S: New.
15786 * gdb.arch/s390-stackless.exp: New.
15787
38899f16
IB
157882016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15789
15790 * gdb.dlang/circular.c: New file.
15791 * gdb.dlang/circular.exp: New file.
15792
9fde51ed
YQ
157932016-02-26 Yao Qi <yao.qi@linaro.org>
15794
15795 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15796 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15797 (testcases): Update.
15798
ce90fefe
YQ
157992016-02-26 Yao Qi <yao.qi@linaro.org>
15800
15801 * gdb.reverse/aarch64.c: Rename to ...
15802 * gdb.reverse/insn-reverse.c: ... it.
15803 * gdb.reverse/aarch64.exp: Rename to ...
15804 * gdb.reverse/insn-reverse.exp: ... it.
15805
3263bceb
YQ
158062016-02-26 Yao Qi <yao.qi@linaro.org>
15807
15808 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15809 (testcase_ftype): New.
15810 (testcases): New array.
15811 (n_testcases): New.
15812 (main): Call each element in testcases.
15813 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15814 (read_testcase): New.
15815 Do the tests in a loop.
15816
6cb59ff1
YQ
158172016-02-25 Yao Qi <yao.qi@linaro.org>
15818
15819 * gdb.base/branches.c: Remove.
15820
ae91f625
MK
158212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15822
15823 PR gdb/13808
15824 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15825
678b48b7
MK
158262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15827
15828 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15829
7337a6f2
MK
158302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15831
15832 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15833 change x86_64 call_insn to 'callq'.
15834
861ca91f
AT
158352016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15836
15837 * gdb.trace/tfile-avx.c: Move to...
15838 * gdb.trace/tracefile-pseudo-reg.c: Here.
15839 * gdb.trace/tfile-avx.exp: Move to...
15840 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15841
bf74e428
GB
158422016-02-24 Gary Benson <gbenson@redhat.com>
15843
15844 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15845 message on attach.
15846
cce0e923
DE
158472016-02-23 Doug Evans <dje@google.com>
15848
15849 * gdb.base/skip.c (test_skip): New function.
15850 (end_test_skip_file_and_function): New function.
15851 (test_skip_file_and_function): New function.
15852 * gdb.base/skip1.c (test_skip): New function.
15853 (skip1_test_skip_file_and_function): New function.
15854 * gdb.base/skip.exp: Add tests for new skip options.
15855 * gdb.base/skip-solib.exp: Update expected output.
15856 * gdb.perf/skip-command.cc: New file.
15857 * gdb.perf/skip-command.exp: New file.
15858 * gdb.perf/skip-command.py: New file.
15859
4000e47e
MK
158602016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15861
15862 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15863 info registers pattern.
15864
24f75ead
IB
158652016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15866
15867 * lib/future.exp: Add D support.
15868 (gdb_find_gdc): New proc.
15869 (gdb_default_target_compile): Add D support.
15870
fbb7bcbe
WW
158712016-02-18 Wei-cheng Wang <cole945@gmail.com>
15872
15873 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15874 user+system time.
15875 (trace_speed_test): Determine the iteration count for a time
15876 between 15..30 seconds.
15877
012b3a21
WT
158782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15879
15880 * gdb.arch/i386-mpx-sigsegv.c: New file.
15881 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15882 * gdb.arch/i386-mpx-simple_segv.c: New file.
15883 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15884
2d5189bd
YQ
158852016-02-18 Yao Qi <yao.qi@linaro.org>
15886
15887 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15888 Don't call setup_kfail.
15889
40fb20d0
YQ
158902016-02-18 Yao Qi <yao.qi@linaro.org>
15891
15892 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15893 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15894
21b1f8d2
DE
158952016-02-16 Doug Evans <dje@google.com>
15896
15897 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15898 * gdb.base/skip1.c: Ditto.
15899 * gdb.base/skip.exp: Whitespace cleanup.
15900
4041ed77
DB
159012016-02-16 Don Breazeal <donb@codesourcery.com>
15902
15903 PR remote/19496
15904 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15905 Remove kfail for PR remote/19496.
15906
c4ef31bf
SM
159072016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15908
15909 * lib/gdb.exp (standard_temp_file): Return a path specific to
15910 the runtest invocation.
15911
266b65b3
SM
159122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15913
15914 * gdb.trace/save-trace.exp: Change relative path to be in the
15915 standard output directory.
15916
a7a0a6a9
JK
159172016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15918
15919 * gdb.arch/i386-prologue.c: Add missing prototypes.
15920
c99dbb42
JK
159212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15922
15923 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15924 * gdb.arch/i386-prologue.exp: Likewise.
15925 * gdb.arch/i386-size.exp: Likewise.
15926
aa480355
SM
159272016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15928
15929 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15930 define object file path.
15931 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15932 file path.
15933 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15934 standard_output_file to define binfile.
15935
ba881f50
JK
159362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15937
15938 Fix compatibility with recent gfortran-5.3.1.
15939 * gdb.fortran/vla-history.exp (print vla1 allocated)
15940 (print vla2 allocated, print $2, print $3): Remove
15941 (print $4): Rename to ...
15942 (print $2): ... here.
15943 (print $9): Rename to ...
15944 (print $5): ... here.
15945 (print $10): Rename to ...
15946 (print $6): ... here.
15947 * gdb.fortran/vla.f90: Add pvla initialization.
15948
e9fb005c
JK
159492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15950
15951 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15952 New test.
15953 * gdb.fortran/vla-value-sub.exp: Likewise.
15954
e44e00ff
MK
159552016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15956
15957 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15958
97e94151
SM
159592016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15960
15961 * i386-biarch-core.exp: Define corefile using
15962 standard_output_file.
15963
01113bc1
YQ
159642016-02-12 Yao Qi <yao.qi@linaro.org>
15965
15966 * gdb.arch/arm-single-step-kernel-helper.c: New.
15967 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15968
33b4777c
MM
159692016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15970
15971 * gdb.btrace/tailcall-only.exp: New.
15972 * gdb.btrace/tailcall-only.c: New.
15973 * gdb.btrace/x86_64-tailcall-only.S: New.
15974 * gdb.btrace/i686-tailcall-only.S: New.
15975
acc23c11
PA
159762016-02-11 Pedro Alves <palves@redhat.com>
15977
15978 * README (Parallel testing): Add missing double quotes.
15979
e352bf0a
PA
159802016-02-11 Pedro Alves <palves@redhat.com>
15981
15982 * README (Parallel testing): New section.
15983 (GDB_PARALLEL): Rewrite.
15984 (FORCE_PARALLEL): Document.
15985
9f5fed78
MK
159862016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15987
15988 * gdb.trace/tfile-avx.c: New test.
15989 * gdb.trace/tfile-avx.exp: New test.
15990
9ef9e6a6
KS
159912016-02-09 Keith Seitz <keiths@redhat.com>
15992
15993 PR breakpoints/19546
15994 * gdb.base/infcall-exec.c: New file.
15995 * gdb.base/infcall-exec2.c: New file.
15996 * gdb.base/infcall-exec.exp: New file.
15997
a96e36da
KS
159982016-02-09 Keith Seitz <keiths@redhat.com>
15999
16000 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16001 (toplevel): Call test_bkpt_address.
16002
9f61929f
KS
160032016-02-09 Keith Seitz <keiths@redhat.com>
16004
16005 PR python/19506
16006 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16007 (toplevel): Call test_bkpt_address.
16008
1e94266c
SM
160092016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16010
16011 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16012 to AC_OUTPUT.
16013 * configure: Regenerate.
16014
2a7f3dff
PA
160152016-02-09 Pedro Alves <palves@redhat.com>
16016
16017 PR breakpoints/19548
16018 * gdb.base/execl-update-breakpoints.c (some_function): New
16019 function.
16020 (main): Call it.
16021 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16022 Tighten expected GDB output.
16023
2151ccc5
SM
160242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16025
16026 * Makefile.in (ALL_SUBDIRS): Remove.
16027 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16028 (distclean maintainer-clean realclean): Likewise.
16029 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16030 * configure: Regenerate.
16031 * gdb.ada/Makefile.in: Delete.
16032 * gdb.arch/Makefile.in: Likewise.
16033 * gdb.asm/Makefile.in: Likewise.
16034 * gdb.base/Makefile.in: Likewise.
16035 * gdb.btrace/Makefile.in: Likewise.
16036 * gdb.cell/Makefile.in: Likewise.
16037 * gdb.compile/Makefile.in: Likewise.
16038 * gdb.cp/Makefile.in: Likewise.
16039 * gdb.disasm/Makefile.in: Likewise.
16040 * gdb.dlang/Makefile.in: Likewise.
16041 * gdb.dwarf2/Makefile.in: Likewise.
16042 * gdb.fortran/Makefile.in: Likewise.
16043 * gdb.gdb/Makefile.in: Likewise.
16044 * gdb.go/Makefile.in: Likewise.
16045 * gdb.guile/Makefile.in: Likewise.
16046 * gdb.java/Makefile.in: Likewise.
16047 * gdb.linespec/Makefile.in: Likewise.
16048 * gdb.mi/Makefile.in: Likewise.
16049 * gdb.modula2/Makefile.in: Likewise.
16050 * gdb.multi/Makefile.in: Likewise.
16051 * gdb.objc/Makefile.in: Likewise.
16052 * gdb.opencl/Makefile.in: Likewise.
16053 * gdb.opt/Makefile.in: Likewise.
16054 * gdb.pascal/Makefile.in: Likewise.
16055 * gdb.perf/Makefile.in: Likewise.
16056 * gdb.python/Makefile.in: Likewise.
16057 * gdb.reverse/Makefile.in: Likewise.
16058 * gdb.server/Makefile.in: Likewise.
16059 * gdb.stabs/Makefile.in: Likewise.
16060 * gdb.threads/Makefile.in: Likewise.
16061 * gdb.trace/Makefile.in: Likewise.
16062 * gdb.xml/Makefile.in: Likewise.
16063 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16064 GDB_PARALLEL.
16065 (standard_output_file): Remove check for GDB_PARALLEL, always
16066 return path in outputs/$subdir/$testname.
16067
437277d4
SM
160682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16069
16070 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16071 (site.exp): Assign abs_srcdir to tcl's srcdir.
16072
31d913c7
YQ
160732016-02-04 Yao Qi <yao.qi@linaro.org>
16074
16075 * gdb.base/foll-exec-mode.c: Include limits.h.
16076 (main): Add parameters argc and argv. Get directory from
16077 argv[0].
16078 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16079 compilation.
16080 * gdb.base/foll-exec.c: Include limits.h.
16081 (main): Add parameters argc and argv.
16082 Get directory from argv[0].
16083 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16084 Adjust tests on the number of lines as source code changed.
16085 * gdb.base/foll-vfork-exit.c: Include limits.h.
16086 (main): Add one line of statement before vfork.
16087 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16088 (main): Add parameters argc and argv. Get directory from
16089 argv[0].
16090 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16091 (setup_gdb): Set tbreak to skip some source lines.
16092 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16093 (main): Add parameters argc and argv. Get directory from
16094 argv[0].
16095 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16096 compilation.
16097 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16098 (main): Add parameters argc and argv. Get directory from
16099 argv[0].
16100 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16101 compilation.
16102
9482b9fb
DE
161032016-02-01 Doug Evans <dje@google.com>
16104
16105 * gdb.base/skip.exp: Clean up multiple references to same test name.
16106
6b2e4f10
PA
161072016-02-01 Pedro Alves <palves@redhat.com>
16108
ccb6afd6 16109 PR remote/19496
6b2e4f10
PA
16110 * gdb.threads/forking-threads-plus-breakpoint.exp
16111 (displaced_stepping_supported): New global.
16112 (probe_displaced_stepping_support): New procedure.
16113 (do_test): Add 'displaced' parameter, and use it.
16114 (top level): Check for displaced stepping support. Add displaced
16115 stepping on/off testing axis.
16116
37a8db1a
AB
161172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16118
16119 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16120 pointer. Don't perform further tests on the unassociated pointer
16121 if the first test fails.
16122
5fdf6324
AB
161232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16124
16125 * gdb.base/max-value-size.c: New file.
16126 * gdb.base/max-value-size.exp: New file.
16127 * gdb.base/huge.exp: Disable max-value-size for this test.
16128
935c6144
IB
161292016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16130
16131 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16132
7fe8399d
YQ
161332016-01-28 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16136
a2077e25
PA
161372016-01-25 Pedro Alves <palves@redhat.com>
16138
16139 PR threads/19461
16140 * gdb.base/fork-running-state.c: New file.
16141 * gdb.base/fork-running-state.exp: New file.
16142
1d2736d4
PA
161432016-01-25 Pedro Alves <palves@redhat.com>
16144
16145 PR gdb/19494
16146 * gdb.base/catch-fork-kill.c: New file.
16147 * gdb.base/catch-fork-kill.exp: New file.
16148
f1da4b11
PA
161492016-01-25 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16152 Delete, moved to lib/gdb.exp.
16153 * gdb.threads/forking-threads-plus-breakpoint.exp
16154 (foreach_with_prefix): Likewise.
16155 * gdb.threads/process-dies-while-handling-bp.exp
16156 (foreach_with_prefix): Likewise.
16157 * lib/gdb.exp (foreach_with_prefix): New procedure.
16158
45f38546
MK
161592016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16160
16161 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16162 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16163
dc29a1ce
MK
161642016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16165
16166 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16167 endian targets.
16168
092127d7
JK
161692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16170 Pedro Alves <palves@redhat.com>
16171
16172 Fix testsuite compatibility with Guile.
16173 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16174 number.
16175
31d765d3
JK
161762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16177
16178 Fix testsuite compatibility with Guile.
16179 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16180 (thread 1): New test for backtrace through signal handler.
16181
1ac78c04
YQ
161822016-01-22 Yao Qi <yao.qi@linaro.org>
16183
16184 PR testsuite/19491
16185 * gdb.base/multi-forks.c: Include
16186 ../lib/unbuffer_output.c
16187 (main): Call gdb_unbuffer_output.
16188
4f5946a8
DE
161892016-01-21 Doug Evans <dje@google.com>
16190
16191 * lib/ada.exp (gdb_compile_ada): Fix typo.
16192
305e13e6
JB
161932016-01-21 Joel Brobecker <brobecker@adacore.com>
16194
16195 * gdb.base/break-fun-addr.exp: New file.
16196 * gdb.base/break-fun-addr1.c: New file.
16197 * gdb.base/break-fun-addr2.c: New file.
16198
5f5dfff6
SM
161992016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16200
16201 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16202 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16203 enum flag values.
16204
fd356fa2
AA
162052016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16206
16207 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16208 when GDB can not set the vector return value. Add more comments
16209 for clarification.
16210
9df22175
AT
162112016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16212
16213 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16214 command.
16215
41d1845e
SM
162162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16217
16218 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16219
01ac6840
SM
162202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16221
16222 * Makefile.in (check-single): Pass --status to runtest.
16223 (check/%.exp): Likewise.
16224
162252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16226
16227 * Makefile.in (check-parallel): Propagate return code from make
16228 do-check-parallel.
16229
bd0a71fa
MK
162302016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16231
16232 * gdb.trace/ftrace.exp: Fix expected message on continue.
16233 * gdb.trace/pending.exp: Fix expected message on continue.
16234 * gdb.trace/trace-break.exp: Fix expected message on continue.
16235
8bcbad33
SM
162362016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16237
16238 * lib/gdb.exp (gdb_test): Remove unused global references.
16239
f303dbd6
PA
162402016-01-18 Pedro Alves <palves@redhat.com>
16241
16242 * gdb.base/async-shell.exp: Adjust expected output.
16243 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16244 * gdb.base/siginfo-thread.exp: Adjust expected output.
16245 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16246 * gdb.java/jnpe.exp: Adjust expected output.
16247 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16248 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16249 * gdb.threads/leader-exit.exp: Adjust expected output.
16250 * gdb.threads/manythreads.exp: Adjust expected output.
16251 * gdb.threads/pthreads.exp: Adjust expected output.
16252 * gdb.threads/schedlock.exp: Adjust expected output.
16253 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16254 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16255 expected output.
16256 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16257 output.
16258 * gdb.threads/sigthread.exp: Adjust expected output.
16259 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16260
b2789696
YQ
162612016-01-18 Yao Qi <yao.qi@linaro.org>
16262
16263 * gdb.guile/scm-section-script.c: Replace @progbits with
16264 %progbits.
16265 * gdb.python/py-section-script.c: Likewise.
16266
71ef29a8
PA
162672016-01-15 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.multi/tids.exp: Test star wildcard ranges.
16270
3f5b7598
PA
162712016-01-15 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16274 command from "thread apply" invocation.
16275 (thr_apply_info_thr_invalid): Default the expected output to the
16276 input tid list.
16277 (top level): Add tests that use convenience variables. Add tests
16278 for "thread apply" with a valid TID list, but missing the command.
16279
663f6d42
PA
162802016-01-13 Pedro Alves <palves@redhat.com>
16281
16282 * gdb.base/default.exp: Expect $_gthread as well.
16283 * gdb.multi/tids.exp: Test $_gthread.
16284 * gdb.threads/thread-specific.exp: Test $_gthread.
16285
c84f6bbf
PA
162862016-01-13 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.multi/tids.exp: Test "info threads -gid".
16289
22a02324
PA
162902016-01-13 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16293 Breakpoint.thread.
16294 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16295
5d5658a1
PA
162962016-01-07 Pedro Alves <palves@redhat.com>
16297
16298 * gdb.base/break.exp: Adjust to output changes.
16299 * gdb.base/hbreak2.exp: Likewise.
16300 * gdb.base/sepdebug.exp: Likewise.
16301 * gdb.base/watch_thread_num.exp: Likewise.
16302 * gdb.linespec/keywords.exp: Likewise.
16303 * gdb.multi/info-threads.exp: Likewise.
16304 * gdb.threads/thread-find.exp: Likewise.
16305 * gdb.multi/tids.c: New file.
16306 * gdb.multi/tids.exp: New file.
16307
84654457
PA
163082016-01-13 Pedro Alves <palves@redhat.com>
16309
16310 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16311
e3940304
PA
163122016-01-13 Pedro Alves <palves@redhat.com>
16313
16314 * gdb.base/default.exp: Expect $_inferior as well.
16315 * gdb.multi/base.exp: Test $_inferior.
16316
a911d87a
PA
163172016-01-13 Pedro Alves <palves@redhat.com>
16318
16319 PR breakpoints/19388
16320 * gdb.base/catch-signal-siginfo-cond.c: New file.
16321 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16322
82075af2
JS
163232016-01-12 Josh Stone <jistone@redhat.com>
16324 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16325
16326 * gdb.base/catch-syscall.c (do_execve): New variable.
16327 (main): Conditionally trigger an execve.
16328 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16329 (test_catch_syscall_execve): New, check entry/return across execve.
16330 (do_syscall_tests): Call test_catch_syscall_execve.
16331
e46eeedd
PA
163322016-01-12 Pedro Alves <palves@redhat.com>
16333
16334 * gdb.base/random-signal.exp (do_test): New procedure, with body
16335 of testcase moved in.
16336
01d8c27e
JK
163372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16338 Pedro Alves <palves@redhat.com>
16339
16340 * gdb.base/funcargs.exp (finish from indirectly called function):
16341 Reintroduce the case for 'First'.
16342
9a706302
JK
163432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16344 Pedro Alves <palves@redhat.com>
16345
16346 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16347 (tcatch_vfork_then_child_follow_exec)
16348 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16349 identification.
16350
c0ecb95f
JK
163512016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16352
16353 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16354 and repeats to unlimited.
16355 * gdb.python/py-value.exp: Likewise.
16356 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16357 and repeats to unlimited.
16358
6cfc1fcb
JK
163592016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16360
16361 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16362 and reordering the functions.
16363 * gdb.multi/hangout.c: Likewise.
16364 * gdb.multi/hello.c: Likewise.
16365
582a1b00
SM
163662016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16367
16368 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16369 absolute.
16370 (SingleStatisticTestResult.report): Use dict.keys instead of
16371 dict.iterkeys.
16372
79bc59cb
PA
163732016-01-06 Pedro Alves <palves@redhat.com>
16374
16375 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16376
43368e1d
MM
163772016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16378
16379 * gdb.btrace/dlopen.exp: New.
16380 * gdb.btrace/dlopen.c: New.
16381 * gdb.btrace/dlopen-dso.c: New.
16382
79fad5b8
SL
163832015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16384
16385 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16386 PATTERN argument is optional.
16387
ab8314b3
JB
163882015-12-24 Joel Brobecker <brobecker@adacore.com>
16389
16390 * lib/ada.exp (target_compile_ada_from_dir): New function.
16391 (gdb_compile_ada): Reimplement avoiding the use of project files.
16392 * gdb.ada/gnat_ada.gpr: Delete.
16393 * gdb.ada/cond_lang.exp: Adjust test to make path before
16394 filename optional.
16395 * gdb.ada/small_reg_param.exp: Likewise.
16396
fe33faff
SM
163972015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16398
16399 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16400
6d265cb4
TP
164012015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16402
16403 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16404 case.
16405
10125099
SM
164062015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16407
16408 * gdb.base/break.exp: Remove dead code.
16409 * gdb.base/sepdebug.exp: Likewise.
16410
3ca22649
SM
164112015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16412
16413 * gdb.asm/asm-source.exp: Remove HP-UX references.
16414 * gdb.base/annota1.exp: Likewise.
16415 * gdb.base/annota3.exp: Likewise.
16416 * gdb.base/attach.exp: Likewise.
16417 * gdb.base/bigcore.exp: Likewise.
16418 * gdb.base/break.exp: Likewise.
16419 * gdb.base/call-ar-st.exp: Likewise.
16420 * gdb.base/callfuncs.exp: Likewise.
16421 * gdb.base/catch-fork-static.exp: Likewise.
16422 * gdb.base/display.exp: Likewise.
16423 * gdb.base/foll-exec-mode.exp: Likewise.
16424 * gdb.base/foll-exec.exp: Likewise.
16425 * gdb.base/foll-fork.exp: Likewise.
16426 * gdb.base/foll-vfork.exp: Likewise.
16427 * gdb.base/funcargs.exp: Likewise.
16428 * gdb.base/hbreak2.exp: Likewise.
16429 * gdb.base/inferior-died.exp: Likewise.
16430 * gdb.base/interrupt.exp: Likewise.
16431 * gdb.base/multi-forks.exp: Likewise.
16432 * gdb.base/nodebug.exp: Likewise.
16433 * gdb.base/sepdebug.exp: Likewise.
16434 * gdb.base/solib1.c: Likewise.
16435 * gdb.base/step-test.exp: Likewise.
16436 * gdb.mi/non-stop.c: Likewise.
16437 * gdb.mi/pthreads.c: Likewise.
16438 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16439 * gdb.threads/pthreads.c: Likewise.
16440 * gdb.threads/staticthreads.exp: Likewise.
16441 * lib/future.exp: Likewise.
16442 * lib/gdb.exp: Likewise.
16443 * gdb.base/so-indr-cl.c: Remove.
16444 * gdb.base/so-indr-cl.exp: Likewise.
16445 * gdb.base/solib.c: Likewise.
16446 * gdb.base/solib.exp: Likewise.
16447 * gdb.base/solib2.c: Likewise.
16448
b6304613
SM
164492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16450
16451 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16452 * gdb.base/call-ar-st.exp: Likewise.
16453 * gdb.base/callfuncs.exp: Likewise.
16454 * gdb.base/condbreak.exp: Likewise.
16455 * gdb.base/constvars.exp: Likewise.
16456 * gdb.base/hbreak2.exp: Likewise.
16457 * gdb.base/langs.exp: Likewise.
16458 * gdb.base/list.exp: Likewise.
16459 * gdb.base/long_long.exp: Likewise.
16460 * gdb.base/ptype.exp: Likewise.
16461 * gdb.base/scope.exp: Likewise.
16462 * gdb.base/signals.exp: Likewise.
16463 * gdb.base/so-impl-ld.exp: Likewise.
16464 * gdb.base/varargs.exp: Likewise.
16465 * gdb.base/volatile.exp: Likewise.
16466 * gdb.base/whatis.exp: Likewise.
16467 * gdb.cp/cplusfuncs.exp: Likewise.
16468 * gdb.cp/inherit.exp: Likewise.
16469 * gdb.cp/local.exp: Likewise.
16470 * gdb.cp/member-ptr.exp: Likewise.
16471 * gdb.cp/method.exp: Likewise.
16472 * gdb.cp/overload.exp: Likewise.
16473 * gdb.cp/templates.exp: Likewise.
16474 * gdb.stabs/weird.exp: Likewise.
16475 * lib/compiler.c: Likewise.
16476 * lib/compiler.cc: Likewise.
16477 * lib/cp-support.exp: Likewise.
16478 * lib/gdb.exp: Likewise.
16479
bf401b07
SM
164802015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16481
16482 * configure.ac: Remove HP-UX case.
16483 * configure: Regenerate.
16484
aff9c0f8
SM
164852015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16486
16487 * lib/gdb.exp (gdb_compile): Add function doc.
16488
a6904d5a
PA
164892015-12-17 Pedro Alves <palves@redhat.com>
16490
16491 PR threads/19354
16492 * gdb.multi/info-threads.exp: New file.
16493
a22279dd
YQ
164942015-12-15 Yao Qi <yao.qi@linaro.org>
16495
16496 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16497 is aarch64*-*-*.
16498
0588c796
SL
164992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16500
16501 * gdb.base/history-duplicates.exp: Skip if no readline support.
16502
5d978e17
SL
165032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16504
16505 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16506
7e763b86
SL
165072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16508
16509 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16510
87a3a92c
SL
165112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16512
16513 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16514 ctrl-C if nointerrupts target property is set.
16515 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16516 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16517 * gdb.base/paginate-bg-execution.exp: Likewise.
16518 * gdb.base/paginate-execution-startup.exp: Likewise.
16519 * gdb.base/random-signal.exp: Likewise.
16520 * gdb.base/range-stepping.exp: Likewise.
16521 * gdb.cp/annota2.exp: Likewise.
16522 * gdb.cp/annota3.exp: Likewise.
16523 * gdb.gdb/selftest.exp: Likewise.
16524 * gdb.threads/continue-pending-status.exp: Likewise.
16525 * gdb.threads/leader-exit.exp: Likewise.
16526 * gdb.threads/manythreads.exp: Likewise.
16527 * gdb.threads/pthreads.exp: Likewise.
16528 * gdb.threads/schedlock.exp: Likewise.
16529 * gdb.threads/sigthread.exp: Likewise.
16530
a8f077dc
DB
165312015-12-11 Don Breazeal <donb@codesourcery.com>
16532
16533 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16534 remote.
16535 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16536 * gdb.base/foll-exec.exp (main): Enable for target remote.
16537 * gdb.base/foll-fork.exp (main): Likewise.
16538 * gdb.base/foll-vfork.exp (main): Likewise.
16539 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16540 (proc continue_to_exit_bp_loc): Use clean_restart.
16541 * gdb.base/pie-execl.exp (main): Disable for target remote.
16542 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16543 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16544 * gdb.threads/execl.exp (main): Likewise.
16545 * gdb.threads/fork-child-threads.exp (main): Likewise.
16546 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16547 remote.
16548 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16549 remote.
16550 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16551 pid.tid style ptids, instead of just tid.
16552 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16553 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16554 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16555 ptids, instead of just tid.
16556
3b2464a8
AB
165572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16558
16559 * gdb.base/list.exp (test_list_forward): Add end of file error
16560 test.
16561 (test_repeat_list_command): Add end of file error test.
16562 (test_list_backwards): Add beginning of file error test.
16563
a0def019
AB
165642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16565
16566 * gdb.base/list.exp (test_list_invalid_args): New function,
16567 defined, and called.
16568
5c000dff
AB
165692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16570
16571 * gdb.base/list.exp (test_list): Make test names unique.
16572
f1637ebe
YQ
165732015-12-11 Yao Qi <yao.qi@linaro.org>
16574
16575 * gdb.base/coremaker2.c: Remove.
16576
36d6fc0a
PA
165772015-12-10 Pedro Alves <palves@redhat.com>
16578
16579 * gdb.multi/base.exp: Remove stale "spaces" references.
16580
762f7747
PA
165812015-12-10 Pedro Alves <palves@redhat.com>
16582
16583 * gdb.multi/base.exp: Don't use nowarnings.
16584 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16585 * gdb.multi/hangout.c: Include stdio.h.
16586 * gdb.multi/hello.c: Include stdlib.h.
16587 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16588 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16589 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16590
28d2bfb9
AB
165912015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16592
16593 * gdb.dwarf2/dw2-ranges-base.c: New file.
16594 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16595 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16596 support additional line table, and debug ranges generation.
16597 (Dwarf::ranges): New function, generate .debug_ranges.
16598 (Dwarf::lines): Support generating simple line table programs.
16599 (Dwarf::assemble): Initialise new namespace variables.
16600
5fc2beac
KB
166012015-12-09 Kevin Buettner <kevinb@redhat.com>
16602
16603 * gdb.base/async.exp (proc test_background): Add case for
16604 asynchronous execution not supported.
16605
1c35a88f
LM
166062015-12-09 Luis Machado <lgustavo@codesourcery.com>
16607
16608 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16609 format and change test names to make them unique.
16610
b593e3d9
RK
166112015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16612 Pedro Alves <pedro@redhat.com>
16613
16614 PR gdb/18702
16615 Add checking of floatformats setup on x86_64 hosts.
16616 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16617 (smallval, bigval): New labels/constants.
16618 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16619 float" after loading bigval and smallval.
16620
d72413e6
PMR
166212015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16622
16623 * gdb.ada/fun_overload_menu.exp: New testcase.
16624 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16625
ece66d65
JS
166262015-12-04 Josh Stone <jistone@redhat.com>
16627
16628 * gdb.base/catch-fork-static.exp: New.
16629
41d0efca
YQ
166302015-12-03 Yao Qi <yao.qi@linaro.org>
16631
16632 * gdb.base/sizeof.c: Don't include stdio.h and
16633 ../lib/unbuffer_output.c.
16634 (main): New variable 'size' and 'value'. Remove printf and
16635 gdb_unbuffer_output. Assign return value to size and value.
16636 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16637 at the beginning.
16638 (check_sizeof): Check the result by printing variable 'size'.
16639 (check_valueof): Check the result by printing variable 'value'.
16640
99fd02d9
YQ
166412015-12-01 Yao Qi <yao.qi@linaro.org>
16642
16643 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16644 for aarch64*-*-linux* target.
16645
f2faf941
PA
166462015-11-30 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16649
04bf20c5
PA
166502015-11-30 Pedro Alves <palves@redhat.com>
16651
16652 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16653 Handle non-stop mode vCont replies.
16654
09df4675
PA
166552015-11-30 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16658 prepare_for_testing. Start gdb with "set non-stop on" appended to
16659 GDBFLAGS. Lax expected stop output.
16660
58b584af
YQ
166612015-11-27 Yao Qi <yao.qi@linaro.org>
16662
16663 * gdb.arch/arm-neon.exp: New.
16664 * gdb.arch/arm-neon.c: New.
16665
dfcb77a8
YQ
166662015-11-27 Yao Qi <yao.qi@linaro.org>
16667
16668 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16669
88e8ec1b
YQ
166702015-11-27 Yao Qi <yao.qi@linaro.org>
16671
16672 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16673 frames-invalid annotation.
16674
bfde72c2
YQ
166752015-11-27 Yao Qi <yao.qi@linaro.org>
16676
16677 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16678
f6512a69
SM
166792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16680
16681 * gdb.threads/names.exp: New file.
16682 * gdb.threads/names.c: New file.
16683 * README: Mention gdb,no_thread_names.
16684
46a3515b
MM
166852015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16686
16687 PR 19297
16688 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16689 support" error.
16690
62147a22
PA
166912015-11-24 Pedro Alves <palves@redhat.com>
16692
16693 PR 17539
16694 * gdb.base/display.exp: Expect displays to be sorted in ascending
16695 order. Use multi_line.
16696 * gdb.base/solib-display.exp: Likewise.
16697
2f341b6e
PA
166982015-11-24 Pedro Alves <palves@redhat.com>
16699
16700 PR 17539
25d49b86
PA
16701 * gdb.base/display.exp: Expect displays to be sorted in ascending
16702 order. Use multi_line.
16703 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16704
7e0aa6aa
PA
167052015-11-24 Pedro Alves <palves@redhat.com>
16706
16707 PR 17539
16708 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16709 threads in ascending order.
16710 * gdb.base/foll-fork.exp: Likewise.
16711 * gdb.base/foll-vfork.exp: Likewise.
16712 * gdb.base/multi-forks.exp: Likewise.
16713 * gdb.mi/mi-nonstop.exp: Likewise.
16714 * gdb.mi/mi-nsintrall.exp: Likewise.
16715 * gdb.multi/base.exp: Likewise.
16716 * gdb.multi/multi-arch.exp: Likewise.
16717 * gdb.python/py-inferior.exp: Likewise.
16718 * gdb.threads/break-while-running.exp: Likewise.
16719 * gdb.threads/execl.exp: Likewise.
16720 * gdb.threads/gcore-thread.exp: Likewise.
16721 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16722 * gdb.threads/kill.exp: Likewise.
16723 * gdb.threads/linux-dp.exp: Likewise.
16724 * gdb.threads/multiple-step-overs.exp: Likewise.
16725 * gdb.threads/next-bp-other-thread.exp: Likewise.
16726 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16727 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16728 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16729 * gdb.threads/thread-find.exp: Likewise.
16730 * gdb.threads/tls.exp: Likewise.
16731 * lib/mi-support.exp (mi_reverse_list): Delete.
16732 (mi_check_thread_states): No longer reverse list.
16733
2cc57ad8
PA
167342015-11-24 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16737 use lowercase.
16738
c93e8391
SM
167392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16740
16741 * gdb.trace/actions.c: Include trace-common.h.
16742 (main): Add a location for a fast tracepoint.
16743 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16744 the normal tracepoints.
16745 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16746
045ccf91
SM
167472015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16748
16749 * save-trace.exp: Factor out code to these...
16750 (gdb_save_tracepoints): New.
16751 (gdb_load_tracepoints): New.
16752 (do_save_load_test): New.
16753
5506f9f6
KB
167542015-11-23 Kevin Buettner <kevinb@redhat.com>
16755
16756 * gdb.base/asmlabel.exp: New test.
16757 * gdb.base/asmlabel.c: New test case.
16758
16c3b12f
JB
167592015-11-23 Joel Brobecker <brobecker@adacore.com>
16760
16761 * gdb.base/wrong_frame_bt_full-main.c: New file.
16762 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16763 * gdb.base/wrong_frame_bt_full.exp: New file.
16764
155bfbd3
JB
167652015-11-23 Joel Brobecker <brobecker@adacore.com>
16766
16767 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16768
bb097445
JM
167692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16770
206853a0 16771 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16772 pstate register when comparing registers values in
16773 sparc64-*-linux-gnu targets to avoid spurious differences.
16774
9c88ed8f
JM
167752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16776
206853a0 16777 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16778
96161e25
SL
167792015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16780
16781 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16782 as type argument to gdb_compile.
16783 * gdb.base/nested-subp2.exp: Likewise.
16784 * gdb.base/nested-subp3.exp: Likewise.
16785
340c2830
DV
167862015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16787
16788 * lib/dwarf.exp (_note): Fix left shift of negative value.
16789 * gdb.trace/trace-condition.exp: Likewise.
16790
c1862d0f
YQ
167912015-11-13 Yao Qi <yao.qi@linaro.org>
16792
16793 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16794 comments about d10v.
16795 (test_scalar_returns): Likewise.
16796 * gdb.base/d10v.ld: Remove.
16797 * gdb.base/overlays.exp: Remove the target triplet checking for
16798 d10v-*-*.
16799 * gdb.base/structs.exp (test_struct_returns): Remove the
16800 comments about d10v.
16801 (test_struct_calls): Likewise.
16802
77ae9c19
YQ
168032015-11-13 Yao Qi <yao.qi@linaro.org>
16804
16805 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16806 * gdb.base/gnu_vector.c: Don't include stdio.h.
16807 (main): Don't print res and call add_some_intvecs.
16808
430e004e
MK
168092015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16810
16811 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16812 macro.
16813 (func5): Removed.
16814 (func4): Use FAST_TRACEPOINT_LABEL.
16815 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16816 macro.
16817 (func): Removed.
16818 (thread_function): Use FAST_TRACEPOINT_LABEL.
16819 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16820 (func): Remove.
16821 (marker): Use FAST_TRACEPOINT_LABEL.
16822 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16823 (pendfunc1): Remove.
16824 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16825 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16826 (foo): Remove.
16827 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16828 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16829 macro.
16830 (func): Remove.
16831 (marker): Use FAST_TRACEPOINT_LABEL.
16832 * gdb.trace/trace-common.h: New header.
16833 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16834 macro.
16835 (func): Remove.
16836 (marker): Use FAST_TRACEPOINT_LABEL.
16837 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16838 (func): Remove.
16839 (thread_function): Use FAST_TRACEPOINT_LABEL.
16840
6e7675a7
MK
168412015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16842
16843 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16844 in front.
16845 * gdb.trace/change-loc.exp: Use global pcreg definition.
16846 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16847 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16848 in front.
16849 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16850 * gdb.trace/pending.exp: Likewise.
16851 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16852 * gdb.trace/trace-break.exp: Likewise.
16853 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16854 in front.
16855 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16856 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16857 in front.
16858 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16859
dddc0e16
JB
168602015-11-09 Joel Brobecker <brobecker@adacore.com>
16861
16862 * gdb.ada/fin_fun_out: New testcase.
16863
c6f0b406
KB
168642015-11-07 Kevin Buettner <kevinb@redhat.com>
16865
16866 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16867 value associated with DW_AT_byte_size.
16868 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16869 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16870 DW_AT_upper_bound.
16871
f01dcfd9
KB
168722015-11-07 Kevin Buettner <kevinb@redhat.com>
16873
16874 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16875 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16876 version.
16877 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16878 gdb.dwarf2/dw2-canonicalize-type.exp,
16879 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16880 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16881 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16882 provided by gdb_target_symbol_prefix_flags_asm.
16883 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16884 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16885 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16886 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16887 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16888 macros where needed). Use this macro for symbols which require
16889 the prefix provided by SYMBOL_PREFIX.
16890
2223449a
KB
168912015-11-05 Kevin Buettner <kevinb@redhat.com>
16892
16893 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16894 New procs.
16895 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16896 representing expressions, of more than one list element.
16897 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16898 to prepend linker symbol prefix to f.
16899 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16900 table_1 and table_2.
16901 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16902 Likewise, for f and g.
16903 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16904 for ptr.
16905 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16906 for main.
16907 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16908 table_1_ptr and table_2_ptr.
16909
6f2f1a3a
JK
169102015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16911 Joel Brobecker <brobecker@adacore.com>
16912
16913 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16914
566c56c9
MK
169152015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16916
16917 * gdb.reverse/s390-mvcle.c: New test.
16918 * gdb.reverse/s390-mvcle.exp: New file.
16919 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16920
d5f0636b
MK
169212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16922
16923 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16924
7ad8b86c
MK
169252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16926
16927 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16928 reaching marker2.
16929 * gdb.reverse/getresuid-reverse.exp: Likewise.
16930 * gdb.reverse/pipe-reverse.exp: Likewise.
16931 * gdb.reverse/readv-reverse.exp: Likewise.
16932 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16933 * gdb.reverse/time-reverse.exp: Likewise.
16934 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16935
4081c0f1
YQ
169362015-10-30 Yao Qi <yao.qi@linaro.org>
16937
16938 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16939 (empty_cycle): Remove.
16940 (main): Don't call empty_cycle. Don't use watch_count_done.
16941 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16942 empty_cycle. Rewrite the code counting HW watchpoints.
16943
452b4ba5
MK
169442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16945
16946 * gdb.reverse/fstatat-reverse.c: New test.
16947 * gdb.reverse/fstatat-reverse.exp: New file.
16948 * gdb.reverse/getresuid-reverse.c: New test.
16949 * gdb.reverse/getresuid-reverse.exp: New file.
16950 * gdb.reverse/pipe-reverse.c: New test.
16951 * gdb.reverse/pipe-reverse.exp: New file.
16952 * gdb.reverse/readv-reverse.c: New test.
16953 * gdb.reverse/readv-reverse.exp: New file.
16954 * gdb.reverse/recvmsg-reverse.c: New test.
16955 * gdb.reverse/recvmsg-reverse.exp: New file.
16956 * gdb.reverse/time-reverse.c: New test.
16957 * gdb.reverse/time-reverse.exp: New file.
16958 * gdb.reverse/waitpid-reverse.c: New test.
16959 * gdb.reverse/waitpid-reverse.exp: New file.
16960
5e2e7507
JK
169612015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16962
16963 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16964
0fde2c53
DE
169652015-10-26 Doug Evans <dje@google.com>
16966
16967 PR symtab/17391
16968 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16969 * gdb.dwarf2/bad-regnum.c: New file.
16970 * gdb.dwarf2/bad-regnum.exp: New file.
16971
1a70ae97
DE
169722015-10-26 Doug Evans <dje@google.com>
16973
16974 PR python/18938
16975 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16976 file.
16977
27dc26ab
JK
169782015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16979
16980 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16981 for a change by "Mention language in compile error message".
16982
bed91f4d
SM
169832015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16984
16985 PR python/18073
16986 * gdb.python/py-type.c (C::a_method): New.
16987 (C::a_const_method): New.
16988 (C::a_static_method): New.
16989 (a_function): New.
16990 * gdb.python/py-type.exp (test_fields): Test getting fields
16991 from function and method.
16992
3f2f83dd
KB
169932015-10-21 Keven Boell <keven.boell@intel.com>
16994
16995 * gdb.fortran/vla-alloc-assoc.exp: New file.
16996 * gdb.fortran/vla-datatypes.exp: New file.
16997 * gdb.fortran/vla-datatypes.f90: New file.
16998 * gdb.fortran/vla-history.exp: New file.
16999 * gdb.fortran/vla-ptype-sub.exp: New file.
17000 * gdb.fortran/vla-ptype.exp: New file.
17001 * gdb.fortran/vla-sizeof.exp: New file.
17002 * gdb.fortran/vla-sub.f90: New file.
17003 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17004 * gdb.fortran/vla-value-sub-finish.exp: New file.
17005 * gdb.fortran/vla-value-sub.exp: New file.
17006 * gdb.fortran/vla-value.exp: New file.
17007 * gdb.fortran/vla-ptr-info.exp: New file.
17008 * gdb.mi/mi-vla-fortran.exp: New file.
17009 * gdb.mi/vla.f90: New file.
17010
27145d50
SL
170112015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17012
17013 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17014 of hardwired timeout value.
17015
5f3ff4f8
JK
170162015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17017 Pedro Alves <palves@redhat.com>
17018
17019 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17020 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17021
bfd09d20
JS
170222015-10-19 Josh Stone <jistone@redhat.com>
17023
17024 * gdb.base/catch-syscall.c: Include <sched.h>.
17025 (unknown_syscall): New variable.
17026 (main): Trigger a vfork and an unknown syscall.
17027 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17028 (unknown_syscall_number): Likewise.
17029 (check_call_to_syscall): Accept an optional syscall pattern.
17030 (check_return_from_syscall): Likewise.
17031 (check_continue): Likewise.
17032 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17033 (test_catch_syscall_skipping_return): New test toggling off 'catch
17034 syscall' to step over the syscall return, then toggling back on.
17035 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17036 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17037 (do_syscall_tests): Call test_catch_syscall_without_args and
17038 test_catch_syscall_mid_vfork.
17039 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17040 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17041
b32b93c6
AS
170422015-10-19 Andrew Stubbs <ams@codesourcery.com>
17043
17044 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17045 print g_vE): Add new pass patterns.
17046 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17047 print various symbol names for vptr fields.
17048
9d622bda
AB
170492015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17050
17051 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17052 results.
17053
0fd8ac1c
YQ
170542015-10-12 Yao Qi <yao.qi@linaro.org>
17055
17056 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17057
34240514
YQ
170582015-10-12 Yao Qi <yao.qi@linaro.org>
17059
17060 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17061 is aarch64*-*-linux*.
17062
8240f442
YQ
170632015-10-12 Yao Qi <yao.qi@linaro.org>
17064
17065 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17066 (can_relocate_bcond_true): ... it.
17067 (can_relocate_bcond_false): New function.
17068 (foo): Likewise.
17069 (can_relocate_bl): Likewise.
17070 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17071 can_relocate_bl.
17072
2520f728
PMR
170732015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17074
17075 * gdb.base/nested-addr.c: New file.
17076 * gdb.base/nested-addr.exp: New testcase.
17077
abcef95a
MM
170782015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17079
17080 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17081 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17082 its output. Ignore the output of "record goto begin" and instead
17083 check that GDB is replaying.
17084
145e3ddb
PA
170852015-10-09 Pedro Alves <palves@redhat.com>
17086
17087 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17088 (top level): Use it in the run with no args test.
17089
d5d8c4e1
IB
170902015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17091
17092 * gdb.dlang/properties.exp: New file.
17093
06e635ef
SL
170942015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17095
17096 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17097 whether or not address 0x1000 is mapped on the target.
17098
e019fd1d
SM
170992015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17100
17101 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17102 build.
17103
77ba2a67
MM
171042015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17105
17106 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17107 instruction-history test.
17108
c60eb31f
DE
171092015-09-28 Doug Evans <dje@google.com>
17110
17111 * gdb.base/gcore.c (array_func): Add reference to static_array.
17112
9a3c8263
SM
171132015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17114
17115 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17116 source line.
17117
9720e656
SL
171182015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17119
17120 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17121 short or char as base type.
17122
938d3bf2
SL
171232015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17124
17125 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17126 to allow any size enum.
17127
e6c2c623
PMR
171282015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17129
17130 * gdb.ada/array_ptr_renaming.exp: New testcase.
17131 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17132 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17133
06da0f77
PL
171342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17135
17136 * gdb.trace/ftrace-lock.c: New file.
17137 * gdb.trace/ftrace-lock.exp: New file.
17138
4f51c22a
PL
171392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17140
17141 * gdb.arch/insn-reloc.c: New file.
17142 * gdb.arch/ftrace-insn-reloc.exp: New file.
17143
7041adf4
PL
171442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17145
17146 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17147 instruction.
17148 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17149 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17150 * gdb.trace/range-stepping.c: Likewise.
17151 * gdb.trace/trace-break.c: Likewise.
17152 * gdb.trace/trace-mt.c (thread_function): Likewise.
17153 * gdb.trace/ftrace.c (marker): Likewise.
17154 * gdb.trace/trace-condition.c (marker): Likewise.
17155 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17156 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17157 is_aarch64_target.
17158
015d2e7e
DE
171592015-09-18 Doug Evans <xdje42@gmail.com>
17160
17161 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17162 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17163
26b188a2
SL
171642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17165
17166 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17167 the breakpoint.
17168
79dc332b
SL
171692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17170
17171 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17172 the pending breakpoint. Remove timeout override for "Run till
17173 MI pending breakpoint on pendfunc3 on thread 2" test.
17174
f57929f2
SL
171752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17176
17177 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17178 filename pattern.
17179
3f469b17
SL
171802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17181
17182 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17183 in breakpoint filename pattern.
17184
515b89b3
SL
171852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17186
7800dbe4
SL
17187 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17188
171892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17190
515b89b3
SL
17191 * gdb.linespec/explicit.exp: Check for readline support for
17192 tab-completion tests. Fix obvious typo.
17193
d2939ba2
MM
171942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17195
17196 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17197 and replay.
17198
cbb55fa7
MM
171992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17200
17201 * gdb.btrace/non-stop.c: New.
17202 * gdb.btrace/non-stop.exp: New.
17203
43691ca1
PL
172042015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17205 Yao Qi <yao.qi@linaro.org>
17206
17207 * gdb.trace/trace-condition.c: New file.
17208 * gdb.trace/trace-condition.exp: New file.
17209
d78908cf
WW
172102015-09-16 Wei-cheng Wang <cole945@gmail.com>
17211
17212 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17213 for testing bytecode compilation.
17214
1ed415e2
PA
172152015-09-16 Pedro Alves <palves@redhat.com>
17216 Sandra Loosemore <sandra@codesourcery.com>
17217
17218 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17219 (SECONDS): Redefine.
17220 (main): Call pthread_kill and alarm early.
17221 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17222 support.
17223 (test): If the target can't hardware step and doesn't support
17224 displaced stepping, increase the timeout.
17225
d136eff5
PA
172262015-09-16 Pedro Alves <palves@redhat.com>
17227
17228 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17229 (enable_debug): New procedures.
17230 (test): Use them. Bail out if waiting for threads fails.
17231 (top level): Bail out if a test fails.
17232
991f019c
YQ
172332015-09-16 Yao Qi <yao.qi@linaro.org>
17234
17235 * gdb.asm/asm-source.exp: Set asm-arch for
17236 aarch64*-*-* target.
17237 * gdb.asm/aarch64.inc: New file.
17238
bfca584f
PMR
172392015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17240
17241 * gdb.ada/array_of_variable_length.exp: New testcase.
17242 * gdb.ada/array_of_variable_length/foo.adb: New file.
17243 * gdb.ada/array_of_variable_length/pck.adb: New file.
17244 * gdb.ada/array_of_variable_length/pck.ads: New file.
17245
b326e587
DE
172462015-09-15 Doug Evans <dje@google.com>
17247
17248 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17249 of function static local variable.
17250
5382cfab
PW
172512015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17252
17253 * gdb.threads/tls-so_extern.exp: New test file.
17254 * gdb.threads/tls-so_extern.c: New test file.
17255 * gdb.threads/tls-so_extern_main.c: New test file.
17256
141c5cc4
JK
172572015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17258
17259 * gdb.opt/solib-intra-step-lib.c: New file.
17260 * gdb.opt/solib-intra-step-main.c: New file.
17261 * gdb.opt/solib-intra-step.exp: New file.
17262
d15dcecd
PA
172632015-09-15 Pedro Alves <palves@redhat.com>
17264
17265 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17266 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17267
4c2f2a79
PA
172682015-09-14 Pedro Alves <palves@redhat.com>
17269
17270 * gdb.base/hook-stop-continue.c: Delete.
17271 * gdb.base/hook-stop-continue.exp: Delete.
17272 * gdb.base/hook-stop-frame.c: Delete.
17273 * gdb.base/hook-stop-frame.exp: Delete.
17274 * gdb.base/hook-stop.c: New file.
17275 * gdb.base/hook-stop.exp: New file.
17276
919e6dbe
PMR
172772015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17278
17279 * gdb.ada/access_to_packed_array.exp: New testcase.
17280 * gdb.ada/access_to_packed_array/foo.adb: New file.
17281 * gdb.ada/access_to_packed_array/pack.adb: New file.
17282 * gdb.ada/access_to_packed_array/pack.ads: New file.
17283
157280a4
MM
172842015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17285
17286 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17287 buffer size test.
17288
2fd33e94
DB
172892015-09-11 Don Breazeal <donb@codesourcery.com>
17290
17291 * gdb.base/foll-exec.c: Add copyright header. Fix
17292 formatting issues.
17293 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17294 (do_exec_tests): Use clean_restart in place of zap_session,
17295 and for test initialization. Fix formatting issues. Use
17296 fail in place of perror.
17297 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17298 an expect statement to match an expression with output from
17299 the program under debug.
17300 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17301 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17302 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17303 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17304 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17305
e70b6e8e
DE
173062015-09-09 Doug Evans <dje@google.com>
17307
17308 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17309
7a551a51
DE
173102015-09-09 Doug Evans <dje@google.com>
17311
17312 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17313
4c666f84
DE
173142015-09-09 Doug Evans <dje@google.com>
17315
17316 * gdb.base/savedregs.exp: Fix typo.
17317
243a9253
PA
173182015-09-09 Pedro Alves <palves@redhat.com>
17319
17320 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17321
c0fa8fbd
SL
173222015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17323
17324 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17325 command actually switches threads. Give up on remaining
17326 tests if target fails to stop at breakpoint.
17327
cd7c1778
PMR
173282015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17329
17330 * gdb.ada/funcall_char.exp: New testcase.
17331 * gdb.ada/funcall_char/foo.adb: New file.
17332
dc5c8746
PMR
173332015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17334
17335 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17336 expected outputs. Add two testcases for completing ambiguous
17337 functions.
17338 * gdb.ada/complete/aux_pck.adb: New file.
17339 * gdb.ada/complete/aux_pck.ads: New file.
17340 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17341 Ambiguous_Func functions.
17342 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17343 * gdb.ada/complete/pck.adb: Likewise.
17344
4e83a1e7
UW
173452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17346
17347 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17348 failures to run the test program under GDB.
17349
8ce74153
LM
173502015-08-26 Luis Machado <lgustavo@codesourcery.com>
17351
17352 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17353 to C.
17354
e9756d52
PP
173552015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17356
17357 * gdb.base/run-after-attach.exp: New test file.
17358 * gdb.base/run-after-attach.c: New test file.
17359
8d37573b
DB
173602015-08-26 Don Breazeal <donb@codesourcery.com>
17361
17362 * gdb.base/foll-exec-2.c: New test program.
17363 * gdb.base/foll-exec-2.exp: New test.
17364
63e43d3a
PMR
173652015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17366
17367 * gdb.base/nested-subp1.exp: New file.
17368 * gdb.base/nested-subp1.c: New file.
17369 * gdb.base/nested-subp2.exp: New file.
17370 * gdb.base/nested-subp2.c: New file.
17371 * gdb.base/nested-subp3.exp: New file.
17372 * gdb.base/nested-subp3.c: New file.
17373
3d40fbb5
PA
173742015-08-24 Pedro Alves <palves@redhat.com>
17375
17376 * gdb.server/connect-without-multi-process.c: New file.
17377 * gdb.server/connect-without-multi-process.exp: New file.
17378
4422ac93
LM
173792015-08-24 Luis Machado <lgustavo@codesourcery.com>
17380
17381 * gdb.opt/inline-markers.c: Make z int.
17382
91dddb86
LM
173832015-08-24 Luis Machado <lgustavo@codesourcery.com>
17384
17385 * gdb.opt/inline-markers.c: Make z volatile.
17386
a48847ee
LM
173872015-08-24 Luis Machado <lgustavo@codesourcery.com>
17388
17389 * gdb.opt/inline-bt.c: New volatile global z.
17390 * gdb.opt/inline-cmds.c: Likewise.
17391 * gdb.opt/inline-locals.c: Likewise.
17392 * gdb.opt/inline-markers.c: New extern global z.
17393 (marker): Use z.
17394 (inline_fn): Likewise.
17395
0ebbc52b
PA
173962015-08-24 Pedro Alves <palves@redhat.com>
17397
17398 * config/m32r-stub.exp: Remove file.
17399 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17400 * gdb.base/call-rt-st.exp: Likewise.
17401 * gdb.base/call-strs.exp: Likewise.
17402 * gdb.base/default.exp: Remove references to h8300-*-hms and
17403 *-*-udi*.
17404 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17405
77c365df
AA
174062015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17407
17408 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17409 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17410 and "return" use KFAIL when GDB can not read/write the vector
17411 return value.
17412
4313b8c0
GB
174132015-08-21 Gary Benson <gbenson@redhat.com>
17414
17415 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17416
0e433b32
PA
174172015-08-20 Pedro Alves <palves@redhat.com>
17418
17419 * gdb.server/solib-list.exp: No longer expect an interior stop in
17420 non-stop mode.
17421
221e1a37
PA
174222015-08-20 Pedro Alves <palves@redhat.com>
17423
17424 * gdb.server/connect-stopped-target.c: New file.
17425 * gdb.server/connect-stopped-target.exp: New file.
17426
40e3ad0e
PA
174272015-08-20 Pedro Alves <palves@redhat.com>
17428
17429 * gdb.dwarf2/comp-unit-lang.exp: New file.
17430 * gdb.dwarf2/comp-unit-lang.c: New file.
17431
af39b327
PMR
174322015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17433
17434 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17435 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17436
7d45c7c3 174372015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17438
7d45c7c3
KB
17439 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17440 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17441
4d6cceb4
DE
174422015-08-18 Doug Evans <dje@google.com>
17443 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17444
17445 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17446 skip_python_tests. New arg prompt_regexp.
17447 (skip_python_tests): New function.
17448 * lib/mi-support.exp (mi_skip_python_tests): New function.
17449 * gdb.python/py-mi-objfile-gdb.py: New file.
17450 * gdb.python/py-mi-objfile.c: New file.
17451 * gdb.python/py-mi-objfile.exp: New file.
17452
ad89c2aa
KS
174532015-08-17 Keith Seitz <keiths@redhat.com>
17454
17455 * gdb.linespec/explicit.exp: Move strace test from here ...
17456 * gdb.trace/strace.exp: ... to here.
17457
e3ae3c43
PP
174582015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17459
17460 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17461 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17462
604b2636
DE
174632015-08-14 Doug Evans <xdje42@gmail.com>
17464
17465 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17466 inferior before selecting a new file.
17467
6ff0ba5f
DE
174682015-08-14 Doug Evans <xdje42@gmail.com>
17469
17470 * gdb.mi/mi-disassemble.exp: Update.
17471 * gdb.base/disasm-optim.S: New file.
17472 * gdb.base/disasm-optim.c: New file.
17473 * gdb.base/disasm-optim.h: New file.
17474 * gdb.base/disasm-optim.exp: New file.
17475
9ca98f92
KS
174762015-08-14 Keith Seitz <keiths@redhat.com>
17477
17478 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17479 "evaluated-by".
17480
52bbc560
JB
174812015-08-13 Joel Brobecker <brobecker@adacore.com>
17482
17483 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17484
5d8c3ed3
PMR
174852015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17486
17487 * gdb.ada/fun_renaming.exp: New testcase.
17488 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17489 * gdb.ada/fun_renaming/pack.adb: New file.
17490 * gdb.ada/fun_renaming/pack.ads: New file.
17491
ea8812bc
KS
174922015-08-12 Keith Seitz <keiths@redhat.com>
17493
17494 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17495 gdb_get_line_number.
17496
4dafcdeb
JB
174972015-08-12 Joel Brobecker <brobecker@adacore.com>
17498
17499 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17500 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17501 gdb.base/dso2dso.exp: New files.
17502
5ba32597
SDJ
175032015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17504 Pedro Alves <palves@redhat.com>
17505 Keith Seitz <keiths@redhat.com>
17506
17507 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17508 GDBFLAGS.
17509
b6dafabf
PP
175102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17511
17512 * gdb.base/gdbhistsize-history.exp
17513 (test_histsize_history_setting): Use save_vars.
17514 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17515 Use save_vars.
17516 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17517 * gdb.base/readline.exp: Use save_vars.
17518
abe8e607
PP
175192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17520
17521 * lib/gdb.exp (save_vars): New proc.
17522
629500fa
KS
175232015-08-11 Keith Seitz <keiths@redhat.com>
17524
17525 * gdb.base/help.exp: Update help_breakpoint_text.
17526
eb8c4e2e
KS
175272015-08-11 Keith Seitz <keiths@redhat.com>
17528
17529 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17530 (at toplevel): Call test_explicit_breakpoints.
17531 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17532 breakpoints.
17533 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17534 breakpoint conditions, "-cond".
17535
87f0e720
KS
175362015-08-11 Keith Seitz <keiths@redhat.com>
17537
17538 * gdb.linespec/3explicit.c: New file.
17539 * gdb.linespec/cpexplicit.cc: New file.
17540 * gdb.linespec/cpexplicit.exp: New file.
17541 * gdb.linespec/explicit.c: New file.
17542 * gdb.linespec/explicit.exp: New file.
17543 * gdb.linespec/explicit2.c: New file.
17544 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17545 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17546 before using in the matching pattern.
17547 Clarify that `prefix' is a regular expression.
17548
f00aae0f
KS
175492015-08-11 Keith Seitz <keiths@redhat.com>
17550
17551 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17552 test.
17553 Add tests for missing ",FMT" and ",".
17554
e27852be
DE
175552015-08-10 Doug Evans <dje@google.com>
17556 Keith Seitz <keiths@redhat.com>
17557
17558 PR gdb/17960
17559 * gdb.base/completion.exp: Add location completer tests.
17560
7f03bd92
PA
175612015-08-07 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17564 tests here.
17565 (top level): Run do_test with and without displaced stepping.
17566
3fc8eb30
PA
175672015-08-07 Pedro Alves <palves@redhat.com>
17568
17569 * gdb.base/valgrind-disp-step.c: New file.
17570 * gdb.base/valgrind-disp-step.exp: New file.
17571
d4569d7b
PA
175722015-08-07 Pedro Alves <palves@redhat.com>
17573
17574 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17575 Delete function.
17576 (main): Add alarm. Run an infinite loop instead of calling
17577 wait_threads.
17578 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17579 comment.
17580 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17581 Delete function.
17582 (main): Add alarm. Run an infinite loop instead of calling
17583 wait_threads.
17584 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17585 comment.
17586
e1316e60
PA
175872015-08-07 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.base/checkpoint-ns.exp: New file.
17590 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17591 standard_testfile.
17592
da8c46d2
MM
175932015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17594
17595 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17596 * gdb.btrace/instruction_history.exp: Update.
17597 * gdb.btrace/tsx.exp: New.
17598 * gdb.btrace/tsx.c: New.
17599
de1c2c52
PA
176002015-08-06 Pedro Alves <palves@redhat.com>
17601
17602 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17603 increase timeout.
17604 * gdb.reverse/until-precsave.exp: Bump timeouts.
17605
782e0bf4
PA
176062015-08-06 Pedro Alves <palves@redhat.com>
17607
17608 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17609
83e97ed0
PA
176102015-08-06 Pedro Alves <palves@redhat.com>
17611
17612 PR gdb/18749
17613 * gdb.threads/process-dies-while-handling-bp.c: New file.
17614 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17615
863d01bd
PA
176162015-08-06 Pedro Alves <palves@redhat.com>
17617
17618 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17619 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17620
0a39bb32
PA
176212015-08-05 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17624 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17625
ee2d2b10
SL
176262015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17627
17628 * gdb.base/bp-permanent.exp: Report test as unsupported if
17629 the target cannot stop at the permanent breakpoint.
17630
4e1bdb00
DE
176312015-08-03 Doug Evans <dje@google.com>
17632
17633 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17634 10000.
17635
3d338901
DE
176362015-08-03 Doug Evans <dje@google.com>
17637
17638 * Makefile.in (workers/%.worker, build-perf): New rule.
17639 (GDB_PERFTEST_MODE): New variable.
17640 (check-perf): Use it.
17641 (clean): Clean up gdb.perf parallel build subdirs.
17642 * lib/build-piece.exp: New file.
17643 * lib/gdb.exp (make_gdb_parallel_path): New function
17644 (standard_output_file, standard_temp_file): Call it.
17645 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17646 of $GDB_PARALLEL.
17647 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17648
af061d3e
DE
176492015-08-03 Doug Evans <dje@google.com>
17650
8e1afc81 17651 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17652 (LOG_FILE_NAME): New global.
17653 (TextReporter.__init__): Initialize self.txt_sum.
17654 (TextReporter.report): Add support for multiple data-points.
17655 Move report to perftest.sum, put raw data in perftest.log.
17656 (TextReporter.start): Open sum and log files.
17657 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17658 * gdb.perf/lib/perftest/testresult.py
17659 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17660
2c8c5d37
PA
176612015-07-31 Pedro Alves <palves@redhat.com>
17662
17663 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17664 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17665 kill_wait_spawned_process instead of explicit "kill -9".
17666 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17667 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17668 kill_wait_spawned_process.
17669 * gdb.base/attach-twice.exp: Likewise.
17670 * gdb.base/attach.exp: Likewise.
17671 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17672 gdb_test_multiple.
17673 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17674 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17675 kill_wait_spawned_process.
17676 * gdb.base/valgrind-infcall.exp: Likewise.
17677 * gdb.multi/multi-attach.exp: Likewise.
17678 * gdb.python/py-prompt.exp: Likewise.
17679 * gdb.python/py-sync-interp.exp: Likewise.
17680 * gdb.server/ext-attach.exp: Likewise.
17681 * gdb.threads/attach-into-signal.exp (corefunc): Use
17682 spawn_wait_for_attach, spawn_id_get_pid and
17683 kill_wait_spawned_process.
17684 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17685 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17686 spawn_id_get_pid and kill_wait_spawned_process.
17687 * gdb.threads/attach-stopped.exp (corefunc): Use
17688 spawn_wait_for_attach, spawn_id_get_pid and
17689 kill_wait_spawned_process.
17690 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17691 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17692 kill_wait_spawned_process instead of explicit "kill -9".
17693 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17694 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17695 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17696 processes. Don't map cygwin/windows pids here. Now returns a
17697 spawn id list.
17698
032a0fca
SL
176992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17700
17701 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17702 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17703 correct patch.
17704
61a934ca
SL
177052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17706
17707 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17708
4bc4d428
SL
177092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17710
17711 Reapply:
17712 2014-05-21 Mark Wielaard <mjw@redhat.com>
17713
17714 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17715
998d452a
PA
177162015-07-30 Pedro Alves <palves@redhat.com>
17717
17718 * linux-low.c (handle_extended_wait): Set the child's last
17719 reported status to TARGET_WAITKIND_STOPPED.
17720
69dde7dc
PA
177212015-07-30 Pedro Alves <palves@redhat.com>
17722
17723 PR threads/18600
17724 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17725 only shows inferior 1.
17726
4dd63d48
PA
177272015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17728 Pedro Alves <palves@redhat.com>
17729
17730 PR threads/18600
17731 * gdb.threads/fork-plus-threads.c: New file.
17732 * gdb.threads/fork-plus-threads.exp: New file.
17733
d618e4c5
PP
177342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17735
17736 * gdb.base/batch-preserve-term-settings.exp
17737 (test_terminal_settings_preserved_after_cli_exit): Use
17738 send_quit_command.
17739
1eef6428
PA
177402015-07-29 Pedro Alves <palves@redhat.com>
17741 Don Breazeal <donb@codesourcery.com>
17742
17743 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17744 output from both inferior_spawn_id and gdb_spawn_id.
17745
7da5b897
SDJ
177462015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17747
17748 * gdb.threads/attach-into-signal.exp (corefunc): Use
17749 with_test_prefix on nested loops, uniquefying the test messages.
17750
dac804df
SDJ
177512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17752
17753 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17754 commit.
17755
06265e53
PP
177562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17757
17758 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17759 New proc.
17760 (test_terminal_settings_preserved_after_sigterm): New test.
17761
18206ca3
PP
177622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17763
17764 * gdb.base/batch-preserve-term-settings.exp
17765 (test_terminal_settings_preserved_after_cli_exit): New test.
17766
90074d11
PP
177672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17768
17769 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17770 manipulation of saved_gdbflags.
17771 (test_terminal_settings_preserved): Remove global declaration of
17772 the unused variable pagination_prompt. Remove manipulation of
17773 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17774 GDBFLAGS.
17775
eb1a7902
PA
177762015-07-29 Pedro Alves <palves@redhat.com>
17777
17778 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17779
8b75dd3b
PA
177802015-07-29 Pedro Alves <palves@redhat.com>
17781
17782 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17783 at the top.
17784
dedad4e3
PA
177852015-07-29 Pedro Alves <palves@redhat.com>
17786
17787 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17788 (main): Call gdb_unbuffer_output.
17789 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17790 (main): Call gdb_unbuffer_output.
17791 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17792 (main): Call gdb_unbuffer_output.
17793 * gdb.base/call-strs.exp: Adjust to step over the
17794 gdb_unbuffer_output call.
17795 * gdb.base/catch-gdb-caused-signals.c: Include
17796 "../lib/unbuffer_output.c".
17797 (main): Call gdb_unbuffer_output.
17798 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17799 (main): Call gdb_unbuffer_output.
17800 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17801 (main): Call gdb_unbuffer_output.
17802 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17803 (main): Call gdb_unbuffer_output.
17804 * gdb.base/shlib-call.exp: Adjust to step over the
17805 gdb_unbuffer_output call.
17806 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17807 (main): Call gdb_unbuffer_output.
17808 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17809 (main): Call gdb_unbuffer_output.
17810 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17811 (main): Rename to ...
17812 (test): ... this.
17813 (main): Reimplement.
17814 * gdb.base/varargs.exp: Run to test instead of to main.
17815 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17816 (main): Call gdb_unbuffer_output.
17817
58789a91
PA
178182015-07-29 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17821 factore out from mi_continue_dprintf. For call-style dprintfs,
17822 expect dprintf output out of $inferior_spawn_id.
17823 (mi_continue_dprintf): Use mi_expect_dprintf.
17824 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17825 (main): Call gdb_unbuffer_output.
17826
e8376742
PA
178272015-07-29 Pedro Alves <palves@redhat.com>
17828
17829 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17830 (default_mi_gdb_start): Set inferior_spawn_id instead of
17831 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17832 gdb_spawn_id.
17833 (mi_gdb_test): Always expect inferior output from both
17834 $inferior_spawn_id and $gdb_spawn_id.
17835
08280010
PA
178362015-07-29 Pedro Alves <palves@redhat.com>
17837
17838 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17839 send_inferior and $inferior_spawn_id.
17840
4d30e432
PA
178412015-07-29 Pedro Alves <palves@redhat.com>
17842
17843 * gdb.gdb/complaints.exp (test_initial_complaints)
17844 (test_serial_complaints, test_short_complaints): Use
17845 gdb_test_stdio.
17846 (test_empty_complaint): Handle $inferior_spawn_id !=
17847 $gdb_spawn_id.
17848
0d30a335
PA
178492015-07-29 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.base/varargs.exp: Use gdb_test_stdio.
17852
39413b29
PA
178532015-07-29 Pedro Alves <palves@redhat.com>
17854
17855 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17856
7cb000a9
PA
178572015-07-29 Pedro Alves <palves@redhat.com>
17858
17859 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17860
d7b8ac82
PA
178612015-07-29 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17864 parameter into two new parameters, "inf_result" and "gdb_result".
17865 Expect inferior output and gdb output from $inferior_spawn_id and
17866 $gdb_spawn_id, respectively. Adjust all callers.
17867
789c3a0c
PA
178682015-07-29 Pedro Alves <palves@redhat.com>
17869
17870 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17871 of gdb_test_sequence.
17872
77e760c3
PA
178732015-07-29 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17876 (saw_spurious_output): Expect inferior output from
17877 $inferior_spawn_id. Use gdb_test_stdio.
17878
8396d2cd
PA
178792015-07-29 Pedro Alves <palves@redhat.com>
17880
17881 * gdb.base/dprintf.exp: Use standard_testfile. Change
17882 prepare_for_testing call.
17883 (srcfile): Don't set.
17884 (restart): New procedure.
17885 (test_dprintf): New procecure, use to continue over dprintfs.
17886 (test_call, test_agent): New procedures, tests moved here.
17887 Restart gdb and recreate dprintfs. Adjust expected output.
17888
2051d61f
PA
178892015-07-29 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17892
452397af
PA
178932015-07-29 Pedro Alves <palves@redhat.com>
17894
17895 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17896
8aed9555
PA
178972015-07-29 Pedro Alves <palves@redhat.com>
17898
17899 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17900 gdb_test_stdio.
17901
188a61b4
PA
179022015-07-29 Pedro Alves <palves@redhat.com>
17903
17904 * lib/gdb.exp (gdb_test_stdio): New procedure.
17905
12264a45
PA
179062015-07-29 Pedro Alves <palves@redhat.com>
17907
17908 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17909
23ffc893
PA
179102015-07-29 Pedro Alves <palves@redhat.com>
17911
17912 * gdb.base/call-signal-resume.exp: Remove check for
17913 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17914 * gdb.base/unwindonsignal.exp: Likewise.
17915 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17916 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17917
65566918
PA
179182015-07-29 Pedro Alves <palves@redhat.com>
17919
17920 * gdb.base/siginfo-addr.c (pass): New function.
17921 (handler): Call it iff si_addr is correct.
17922 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17923 Set a breakpoint at "pass" and continue to it.
17924
d60a9221
SDJ
179252015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17926
17927 * gdb.python/py-objfile.exp: Make some tests have unique names.
17928 * gdb.python/py-pp-registration.exp: Likewise.
17929
bde40b8f
PA
179302015-07-28 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17933
13e1dec8
SM
179342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17935
17936 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17937
da33c9a7
SM
179382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17939
17940 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17941
077836f7
PP
179422015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17943
17944 * gdb.base/gdb-sigterm-2.exp: New test.
17945
b8cc7b2e
DE
179462015-07-25 Doug Evans <xdje42@gmail.com>
17947
17948 Revert:
17949 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17950 (workers/%.worker, build-perf): New rule.
17951 (GDB_PERFTEST_MODE): New variable.
17952 (check-perf): Use it.
17953 (clean): Clean up gdb.perf parallel build subdirs.
17954 * lib/build-piece.exp: New file.
17955 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17956 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17957 name.
17958 (standard_temp_file): Ditto.
17959 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17960 of $GDB_PARALLEL.
17961
c8bd4544
DE
179622015-07-24 Doug Evans <dje@google.com>
17963
17964 * gdb.perf/lib/perftest/utils.py: New file.
17965 * gdb.perf/gm-hello.cc: New file.
17966 * gdb.perf/gm-pervasive-typedef.cc: New file.
17967 * gdb.perf/gm-pervasive-typedef.h: New file.
17968 * gdb.perf/gm-std.cc: New file.
17969 * gdb.perf/gm-std.h: New file.
17970 * gdb.perf/gm-use-cerr.cc: New file.
17971 * gdb.perf/gm-utils.h: New file.
17972 * gdb.perf/gmonster-null-lookup.py: New file.
17973 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17974 * gdb.perf/gmonster-print-cerr.py: New file.
17975 * gdb.perf/gmonster-ptype-string.py: New file.
17976 * gdb.perf/gmonster-runto-main.py: New file.
17977 * gdb.perf/gmonster-select-file.py: New file.
17978 * gdb.perf/gmonster1-null-lookup.exp: New file.
17979 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17980 * gdb.perf/gmonster1-print-cerr.exp: New file.
17981 * gdb.perf/gmonster1-ptype-string.exp: New file.
17982 * gdb.perf/gmonster1-runto-main.exp: New file.
17983 * gdb.perf/gmonster1-select-file.exp: New file.
17984 * gdb.perf/gmonster1.cc: New file.
17985 * gdb.perf/gmonster1.exp: New file.
17986 * gdb.perf/gmonster2-null-lookup.exp: New file.
17987 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17988 * gdb.perf/gmonster2-print-cerr.exp: New file.
17989 * gdb.perf/gmonster2-ptype-string.exp: New file.
17990 * gdb.perf/gmonster2-runto-main.exp: New file.
17991 * gdb.perf/gmonster2-select-file.exp: New file.
17992 * gdb.perf/gmonster2.cc: New file.
17993 * gdb.perf/gmonster2.exp: New file.
17994
6eab34f3
DE
179952015-07-24 Doug Evans <dje@google.com>
17996
17997 * gdb.perf/README: New file.
17998 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17999 * lib/gen-perf-test.exp: New file.
18000
63738bfd
DE
180012015-07-24 Doug Evans <dje@google.com>
18002
18003 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18004 (PerfTest::startup): New function.
18005 (PerfTest::run): Return result of calling body.
18006 (PerfTest::assemble): Rewrite.
18007 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18008 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18009 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18010 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18011 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18012
7b606f95
DE
180132015-07-24 Doug Evans <dje@google.com>
18014
18015 * lib/gdb.exp (clean_restart): Make executable optional.
18016
a97b16b8
DE
180172015-07-24 Doug Evans <dje@google.com>
18018
18019 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18020 compiler_info references.
18021 * gdb.cp/temargs.exp: Ditto.
18022 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18023 (get_compiler_info): Early exit if already computed. Set compiler_info
18024 to "unknown" if there was a problem.
18025 (test_compiler_info): Add function comment. Call get_compiler_info.
18026
35baa57f
DE
180272015-07-24 Doug Evans <dje@google.com>
18028
18029 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18030 (workers/%.worker, build-perf): New rule.
18031 (GDB_PERFTEST_MODE): New variable.
18032 (check-perf): Use it.
18033 (clean): Clean up gdb.perf parallel build subdirs.
18034 * lib/build-piece.exp: New file.
18035 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18036 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18037 name.
18038 (standard_temp_file): Ditto.
18039 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18040 of $GDB_PARALLEL.
18041
6ebea266
DE
180422015-07-24 Doug Evans <dje@google.com>
18043
18044 * lib/future.exp (gdb_default_target_compile): New option
18045 "early_flags".
18046 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18047 --as-needed.
18048
1e76a7e9
SDJ
180492015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18050
18051 * gdb.base/catch-syscall.exp: Call gdb_exit before
18052 gdb_skip_xml_test.
18053
5068630a
PA
180542015-07-24 Pedro Alves <palves@redhat.com>
18055
18056 * gdb.python/py-events.exp: Accept output between the stop event
18057 and the prompt.
18058 * gdb.python/py-evsignal.exp: Likewise.
18059 * gdb.python/py-evthreads.exp: Likewise.
18060
77598427
PA
180612015-07-24 Pedro Alves <palves@redhat.com>
18062
18063 PR gdb/18717
18064 * gdb.threads/non-ldr-exit.c: New file.
18065 * gdb.threads/non-ldr-exit.exp: New file.
18066
11e6c98f
YQ
180672015-07-24 Yao Qi <yao.qi@linaro.org>
18068
18069 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18070 restarting process.
18071
51aee833
YQ
180722015-07-24 Yao Qi <yao.qi@linaro.org>
18073
18074 * gdb.server/ext-restart.exp: New file.
18075
8cfe207c
YQ
180762015-07-24 Yao Qi <yao.qi@linaro.org>
18077
18078 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18079 argument options.
18080 * gdb.server/ext-wrapper.exp: New file.
18081
cc12ce38
DE
180822015-07-23 Doug Evans <dje@google.com>
18083
18084 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18085 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18086
d0d84780
PMR
180872015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18088
18089 * gdb.ada/var_arr_typedef.exp: New testcase.
18090 * gdb.ada/var_arr_typedef/pack.adb: New file.
18091 * gdb.ada/var_arr_typedef/pack.ads: New file.
18092 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18093
8b558f79
JB
180942015-07-20 Joel Brobecker <brobecker@adacore.com>
18095
18096 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18097
775a3298
JK
180982015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18099
18100 * gdb.arch/i386-biarch-core.exp: Replace istarget
18101 by "complete set gnutarget". Remove expectation for the "core-file"
18102 command.
18103
db1ff28b
JK
181042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18105
18106 Revert the previous commit:
18107 Tests for validate symbol file using build-id.
18108
0a94970d
JK
181092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18110
18111 Tests for validate symbol file using build-id.
18112 * gdb.base/solib-mismatch-lib.c: New file.
18113 * gdb.base/solib-mismatch-libmod.c: New file.
18114 * gdb.base/solib-mismatch.c: New file.
18115 * gdb.base/solib-mismatch.exp: New file.
18116
03346981
SL
181172015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18118
18119 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18120 nios2-*-linux*.
18121 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18122 * gdb.base/siginfo.exp: Likewise.
18123 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18124
42422cc7
PL
181252015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18126
18127 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18128 Move it to ...
18129 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18130 ... here.
18131 * gdb.trace/range-stepping.exp: Check that the target supports
18132 range stepping.
18133
cfa68bae
JK
181342015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18135
18136 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18137
8ffdba26
PA
181382015-07-14 Pedro Alves <palves@redhat.com>
18139
18140 * gdb.base/killed-outside.exp: New file.
18141 * gdb.base/killed-outside.c: New file.
18142
218a5a11
JK
181432015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18144
18145 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18146 (n at main): New.
18147 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18148
e03ed3c6
AA
181492015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18150
18151 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18152 infcall tests instead of setting up for KFAIL.
18153
485668e5
MM
181542015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18155
18156 * gdb.btrace/record_goto-step.exp: New.
18157
08464196
JK
181582015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18159
18160 PR compile/18484
18161 * gdb.compile/compile.c (struct struct_type): Add volatile to
18162 selffield's type.
18163 * gdb.compile/compile.exp
18164 (compile code struct_object.selffield = &struct_object): Skip further
18165 struct_object tests if this one xfails.
18166
bcf5c1d9
RC
181672015-07-08 Robert O'Callahan <robert@ocallahan.org>
18168
18169 PR exp/18617
18170 * gdb.trace/ax.exp: Add test.
18171
4931af25
YQ
181722015-07-07 Yao Qi <yao.qi@linaro.org>
18173
18174 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18175 instead of istarget "aarch64*-*-*".
18176 * gdb.arch/aarch64-fp.exp: Likewise.
18177 * gdb.base/float.exp: Likewise.
18178 * gdb.reverse/aarch64.exp: Likewise.
18179 * lib/gdb.exp (is_aarch64_target): New proc.
18180
9fcf688e
YQ
181812015-07-07 Yao Qi <yao.qi@linaro.org>
18182
18183 * lib/gdb.exp (is_aarch32_target): New proc.
18184 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18185 instead of "istarget "arm*-*-*"".
18186 * gdb.arch/arm-disp-step.exp: Likewise.
18187 * gdb.arch/thumb-bx-pc.exp: Likewise.
18188 * gdb.arch/thumb-prologue.exp: Likewise.
18189 * gdb.arch/thumb-singlestep.exp: Likewise.
18190 * gdb.base/disp-step-syscall.exp: Likewise.
18191 * gdb.base/float.exp: Likewise.
18192
fbd8d50d
YQ
181932015-07-07 Yao Qi <yao.qi@linaro.org>
18194
18195 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18196 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18197
71be1fdc
YQ
181982015-07-07 Yao Qi <yao.qi@linaro.org>
18199
18200 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18201 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18202 if it exists.
18203 * gdb.multi/multi-arch.exp: Likewise.
18204
3e221d36
SM
182052015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18206
18207 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18208 print.
18209
d441430b
YQ
182102015-07-07 Yao Qi <yao.qi@linaro.org>
18211
18212 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18213
06f810bd
MG
182142015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18215
18216 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18217 '[' and ']' characters.
18218
5e61e7c0
IB
182192015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18220
18221 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18222
28bf096c
PA
182232015-06-29 Pedro Alves <palves@redhat.com>
18224
18225 PR threads/18127
18226 * gdb.threads/hand-call-new-thread.c: New file.
18227 * gdb.threads/hand-call-new-thread.c: New file.
18228
ee93cd5e
KS
182292015-06-26 Keith Seitz <keiths@redhat.com>
18230 Doug Evans <dje@google.com>
18231
18232 PR 16253
18233 * gdb.cp/var-tag-2.cc: New file.
18234 * gdb.cp/var-tag-3.cc: New file.
18235 * gdb.cp/var-tag-4.cc: New file.
18236 * gdb.cp/var-tag.cc: New file.
18237 * gdb.cp/var-tag.exp: New file.
18238
fc637f04
PP
182392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18240
18241 * gdb.base/history-duplicates.exp: New test.
18242
2e52ae68
PP
182432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18244
18245 * gdb.base/completion.exp: Test the completion of the "focus"
18246 command.
18247
6e22494e
JK
182482015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18249
18250 * gdb.arch/amd64-prologue-skip.S: New file.
18251 * gdb.arch/amd64-prologue-skip.exp: New file.
18252
bf7b9cd9
SM
182532015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18254
18255 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18256 is_address_zero_readable check.
18257
201e8dfd
PB
182582015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18259
18260 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18261 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18262
5cd867b4
YQ
182632015-06-24 Yao Qi <yao.qi@linaro.org>
18264
18265 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18266 linux targets.
18267
4d7be007
YQ
182682015-06-24 Yao Qi <yao.qi@linaro.org>
18269
18270 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18271 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18272 * gdb.base/siginfo-thread.exp: Likewise.
18273
07fcd301
YQ
182742015-06-22 Yao Qi <yao.qi@linaro.org>
18275
18276 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18277
52042a00
YQ
182782015-06-22 Yao Qi <yao.qi@linaro.org>
18279
18280 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18281 aarch64*-*-*.
18282 (skip_hw_watchpoint_tests): Likewise.
18283
74bd41ce
PP
182842015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18285
18286 * gdb.base/gdbinit-history.exp: Test the interaction between
18287 setting GDBHISTSIZE and setting the history size via .gdbinit.
18288
bc460514
PP
182892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18290
18291 PR gdb/16999
18292 * gdb.base/gdbhistsize-history.exp: New test.
18293
b58c513b
PP
182942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18295
18296 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18297 with GDBHISTSIZE.
18298 * gdb.base/readline.exp: Likewise.
18299
92046791
YQ
183002015-06-17 Yao Qi <yao.qi@linaro.org>
18301
18302 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18303 line.
18304
2093d2d3
PP
183052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18306
18307 * gdb.base/gdbinit-history.exp: Add test case to check that
18308 an unlimited history file does not get truncated on exit.
18309
e6c693af
AA
183102015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18311
18312 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18313 (VECTOR): New macro. Use it...
18314 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18315 ...for these typedefs.
18316 (int8, char1, int1, double1): New typedefs.
18317 (struct just_int2, struct two_int2): New structures.
18318 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18319 (add_structvecs, add_singlevecs): New functions.
18320 (main): Call add_some_intvecs twice.
18321 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18322 the compile and exit upon failure. Try compiling for the "native"
18323 architecture. Test inferior function calls with vector arguments
18324 and vector return value handling with "finish" and "return".
18325
c74f7d1c
JT
183262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18327
18328 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18329 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18330 PE file.
18331 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18332
98aa42ee
AT
183332015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18334
18335 PR breakpoints/16465
18336 * gdb.mi/mi-dprintf-pending.c: New file.
18337 * gdb.mi/mi-dprintf-pending.exp: New test.
18338 * gdb.mi/mi-dprintf-pendshr.c: New file.
18339
7d73c23c 183402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18341 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18342
18343 * gdb.arch/i386-mpx-map.c: New file.
18344 * gdb.arch/i386-mpx-map.exp: New File.
18345
183462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18347
18348 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18349 * gdb.arch/i386-mpx.exp: Indentation fixed.
18350
183512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18352
18353 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18354 function and improved indentation.
18355 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18356 gdb_test_multiple. Added additional tests to skip the test.
18357
183582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18359
18360 * gdb.arch/i386-avx512.c: Change path in include file.
18361 * gdb.arch/i386-avx512.exp: Change include dir path
18362 compilation flag.
18363 * gdb.arch/i386-mpx.c: Change path in include file.
18364 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18365 flag.
18366
d5eba19a
JK
183672015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18368
18369 * gdb.compile/compile-print.exp (compile print *vararray@3)
18370 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18371
7f361056
JK
183722015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18373
18374 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18375 (do not keep jit in memory): ... this.
18376 (expect 5): Change it to ...
18377 (expect no 5): ... this.
18378
3b462ec2
SM
183792015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18380
18381 PR gdb/15564
18382 * gdb.mi/mi-detach.exp: New file.
18383
e0619de6
JK
183842015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18385
18386 PR symtab/18392
18387 * gdb.arch/amd64-tailcall-self.S: New file.
18388 * gdb.arch/amd64-tailcall-self.c: New file.
18389 * gdb.arch/amd64-tailcall-self.exp: New file.
18390
e970cb34
DB
183912015-05-28 Don Breazeal <donb@codesourcery.com>
18392
18393 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18394 tests for remote targets by checking is_target_gdbserver.
18395
b2e2f908
DE
183962015-05-27 Doug Evans <dje@google.com>
18397
18398 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18399 * gdb.dwarf2/opaque-type-lookup.c: New file.
18400 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18401
82c7be31
DE
184022015-05-26 Doug Evans <dje@google.com>
18403
18404 * gdb.cp/iostream.cc: New file.
18405 * gdb.cp/iostream.exp: New file.
18406
b4f54984
DE
184072015-05-26 Doug Evans <dje@google.com>
18408
18409 * gdb.dwarf2/dw2-op-call.exp: Update.
18410 * gdb.dwarf2/dw4-sig-types.exp: Update.
18411 * gdb.dwarf2/implptr.exp: Update.
18412 * gdb.mi/mi-cmd-param-changed.exp: Update.
18413
4ea6efe9
DE
184142015-05-26 Doug Evans <dje@google.com>
18415
18416 * gdb.python/py-lazy-string.c: New file.
18417 * gdb.python/py-lazy-string.exp: New file.
18418 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18419 (main): Update. Add estring3.
18420 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18421 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18422
f6bb7db3
YQ
184232015-05-26 Omair Javaid <omair.javaid@linaro.org>
18424 Yao Qi <yao.qi@linaro.org>
18425
18426 * gdb.reverse/aarch64.c: New.
18427 * gdb.reverse/aarch64.exp: New.
18428
a81bfbd0
OJ
184292015-05-26 Omair Javaid <omair.javaid@linaro.org>
18430
25d49b86
PA
18431 * lib/gdb.exp (supports_process_record): Return true for
18432 aarch64*-linux*.
a81bfbd0
OJ
18433 (supports_reverse): Likewise.
18434
158bf1b4
PP
184352015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18436
18437 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18438 Use with_test_prefix.
18439
a0145030
AB
184402015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18441
18442 * gdb.base/completion.exp: Add test for completion of layout
18443 names.
18444
ebe3b578
AB
184452015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18446
18447 * lib/gdb.exp (skip_tui_tests): New proc.
18448 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18449
84204ed7
PA
184502015-05-19 Pedro Alves <palves@redhat.com>
18451
18452 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18453 Save the whole env array instead of just HOME. Unset HISTSIZE in
18454 the environment while testing. Restore whole environment
18455 afterwards.
18456
37442ce1
DE
184572015-05-16 Doug Evans <xdje42@gmail.com>
18458
18459 * gdb.guile/scm-ports.c: New file.
18460 * gdb.guile/scm-ports.exp: Add memory port tests.
18461
36de76f9
JK
184622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18463
18464 * gdb.compile/compile-print.c: New file.
18465 * gdb.compile/compile-print.exp: New file.
18466
3a9558c4
JK
184672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18468
18469 * gdb.compile/compile-ops.exp: Cast param to void.
18470 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18471 (compile code struct_object.selffield = &struct_object): Add xfail.
18472
aa715135
JG
184732015-05-15 Joel Brobecker <brobecker@adacore.com>
18474
18475 * gdb.ada/arr_enum_with_gap: New testcase.
18476
931e5bc3
JG
184772015-05-15 Joel Brobecker <brobecker@adacore.com>
18478
18479 * gdb.ada/byte_packed_arr: New testcase.
18480
9cd4d857
JB
184812015-05-15 Joel Brobecker <brobecker@adacore.com>
18482
18483 * gdb.ada/pckd_neg: New testcase.
18484
ebfd00d2
PP
184852015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18486
18487 PR gdb/17820
18488 * gdb.base/gdbinit-history.exp: New test.
18489 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18490 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18491
4c082a81
SC
184922015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18493
18494 * gdb.python/py-xmethods.cc: Enhance test case.
18495 * gdb.python/py-xmethods.exp: New tests.
18496 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18497 function.
18498 (B_indexoper): Likewise.
18499 (global_dm_list) : Add new xmethod worker functions.
18500
f7797074
SDJ
185012015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18502
18503 * gdb.base/coredump-filter.exp: Correctly unset
18504 "coredump_var_addr" array.
18505
a4674e4e
PA
185062015-05-08 Pedro Alves <palves@redhat.com>
18507
18508 * gdb.server/non-existing-program.exp: Unset spawn_id.
18509
df2eb078
SC
185102015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18511
18512 PR python/18291
18513 * gdb.python/py-xmethods.exp: Add tests.
18514
422349a3
YQ
185152015-05-08 Yao Qi <yao.qi@linaro.org>
18516
18517 PR gdb/18208
18518 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18519 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18520 function set_coredump_filter, and remove remote_exec call.
18521 Remove argument ipid. Callers update.
18522 (top level): Don't get inferior's PID.
18523
63fc80ce
AA
185242015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18525
18526 * gdb.base/watch_thread_num.exp: Skip test on targets without
18527 access watchpoints.
18528
80ad801e
PA
185292015-05-06 Pedro Alves <palves@redhat.com>
18530
18531 PR server/18081
18532 * gdb.server/non-existing-program.exp: New file.
18533
0fa7fe50
JB
185342015-05-05 Joel Brobecker <brobecker@adacore.com>
18535
18536 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18537
3ea89b92
PMR
185382015-05-05 Joel Brobecker <brobecker@adacore.com>
18539
18540 * gdb.ada/out_of_line_in_inlined: New testcase.
18541
87b8eff0
JB
185422015-05-05 Joel Brobecker <brobecker@adacore.com>
18543
18544 * gdb.ada/var_rec_arr: New testcase.
18545
5fccc635
YQ
185462015-04-30 Yao Qi <yao.qi@linaro.org>
18547
18548 * gdb.base/break-idempotent.exp: If
18549 skip_hw_watchpoint_multi_tests returns true, skip the tests
18550 on "rwatch" and "awatch".
18551
42d38f42
YQ
185522015-04-30 Yao Qi <yao.qi@linaro.org>
18553
18554 * gdb.base/relativedebug.exp: Invoke gdb command
18555 "info sharedlibrary", and if libc.so doesn't have debug info,
18556 skip the test.
18557
2ce1cdbf
DE
185582015-04-29 Doug Evans <dje@google.com>
18559
18560 * gdb.python/py-xmethods.exp: Add ptype tests.
18561 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18562 get_result_type method.
18563
f24a38c5
LM
185642015-04-29 Luis Machado <lgustavo@codesourcery.com>
18565
18566 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18567 the target does not support hardware watchpoints.
18568
ecbf2b3c
LM
185692015-04-29 Luis Machado <lgustavo@codesourcery.com>
18570
18571 * gdb.base/break-always.exp: Abort testing if writing to memory
18572 causes an error.
18573
34f5f757
DE
185742015-04-28 Doug Evans <dje@google.com>
18575
18576 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18577 * gdb.python/py-pp-registration.exp: ... here. New file.
18578 * gdb.python/py-pp-registration.c: New file.
18579 * gdb.python/py-pp-registration.py: New file.
18580
69b4374a
DE
185812015-04-28 Doug Evans <dje@google.com>
18582
18583 * gdb.python/py-bad-printers.c: New file.
18584 * gdb.python/py-bad-printers.py: New file.
18585 * gdb.python/py-bad-printers.exp: New file.
18586
59fb7612
SS
185872015-04-28 Sasha Smundak <asmundak@google.com>
18588
18589 * gdb.python/py-type.exp: New test.
18590
2631b16a
AW
185912015-04-28 Andy Wingo <wingo@igalia.com>
18592
18593 * gdb.python/py-parameter.exp:
18594 * gdb.guile/scm-parameter.exp: Escape the path that we are
18595 matching against, as it might contain characters that are special
18596 to regular expressions.
18597
460efde1
JB
185982015-04-27 Joel Brobecker <brobecker@adacore.com>
18599
18600 * gdb.ada/rec_comp: New testcase.
18601
2d369d8e
SDJ
186022015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18603
18604 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18605 before using it.
18606
cf75d6c3
AB
186072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18608
18609 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18610 new tests for verilog output.
18611
8dbe7ca5
YQ
186122015-04-24 Yao Qi <yao.qi@linaro.org>
18613
18614 * boards/remote-gdbserver-on-localhost.exp: New file.
18615
4ef9fb2f
PA
186162015-04-23 Pedro Alves <palves@redhat.com>
18617
18618 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18619 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18620 "end of file", remove $inferior_spawn_id from the indirect list.
18621
0a803169
PA
186222015-04-23 Pedro Alves <palves@redhat.com>
18623
18624 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18625
749ef8f8
PA
186262015-04-23 Pedro Alves <palves@redhat.com>
18627
18628 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18629 on $any_spawn_id instead of only on $gdb_spawn_id.
18630
8aae4344
PM
186312015-04-21 Pierre Muller <muller@sourceware.org>
18632
18633 PR pascal/17815
18634 * lib/pascal.exp (gpc_compile): Add new option "class".
18635 (fpc_compile): Likewise.
18636 * gdb.pascal/case-insensitive-symbols.pas: New file.
18637 * gdb.pascal/case-insensitive-symbols.exp: New file.
18638
1586c8fb
GB
186392015-04-20 Gary Benson <gbenson@redhat.com>
18640
18641 * gdb.base/attach.exp: Fix three extended remote failures.
18642
1b6e6f5c
GB
186432015-04-17 Gary Benson <gbenson@redhat.com>
18644
18645 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18646 the main executable over the remote protocol.
18647
e797481d
PA
186482015-04-16 Pedro Alves <palves@redhat.com>
18649
18650 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18651 a new gdbserver if gdbserver_reconnect_p is set.
18652
1ca99c42
PA
186532015-04-16 Pedro Alves <palves@redhat.com>
18654
18655 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18656 is set, don't exit gdbserver.
18657
af9fd6f8
AA
186582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18659
18660 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18661 appropriate .insn, such that an older assembler can be used.
18662 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18663 the z/Architecture instruction set on 31-bit targets as well.
18664
04ff1e61
AA
186652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18666
18667 * gdb.go/handcall.exp: Remove all logic related to the first
18668 breakpoint and rely on go_runto_main instead.
18669 * gdb.go/strings.exp: Likewise.
18670 * gdb.go/unsafe.exp: Likewise.
18671 * gdb.go/hello.exp: Likewise. Also rename the remaining
18672 breakpoint marker to "breakpoint 1".
18673 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18674 * gdb.go/strings.go: Likewise.
18675 * gdb.go/unsafe.go: Likewise.
18676 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18677 "set breakpoint 2 here" and rename the remaining breakpoint marker
18678 to "breakpoint 1".
18679
40d2f8d6
SM
186802015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18681
18682 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18683 if itertools.imap is not present.
18684 * gdb.python/py-objfile.exp: Add parentheses.
18685 * gdb.python/py-type.exp: Same.
18686 * gdb.python/py-unwind-maint.py: Same.
18687
8cbc97c6
YQ
186882015-04-15 Yao Qi <yao.qi@linaro.org>
18689
18690 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18691 of ":$ptr_size" and set its form explicitly.
18692
45fd756c
YQ
186932015-04-15 Pedro Alves <palves@redhat.com>
18694 Yao Qi <yao.qi@linaro.org>
18695
18696 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18697 timeout by factor of 4.
18698 (test_regular_watch): Likewise.
18699 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18700 * gdb.reverse/sigall-reverse.exp: Likewise.
18701 * gdb.reverse/until-precsave.exp: Likewise.
18702 * lib/gdb.exp (with_timeout_factor): New proc.
18703 (gdb_expect): Move some code to ...
18704 (get_largest_timeout): ... here. New procedure.
18705
9e811bc3
LM
187062015-04-14 Luis Machado <lgustavo@codesourcery.com>
18707
18708 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18709
0ff6fcb2
LM
187102015-04-13 Luis Machado <lgustavo@codesourcery.com>
18711
18712 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18713 to write to the .text section.
18714
7578d5f7
LM
187152015-04-13 Luis Machado <lgustavo@codesourcery.com>
18716
18717 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18718 Handle the case of targets that do not provide PID information.
18719
2efe15c4
YQ
187202015-04-13 Yao Qi <yao.qi@linaro.org>
18721
18722 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18723 and use expect instead of gdb_expect.
18724
8cd8f2f8
SDJ
187252015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18726
18727 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18728 "coredump_var_addr" to avoid naming conflict with other testcases.
18729
9ee41772
PA
187302015-04-10 Pedro Alves <palves@redhat.com>
18731
18732 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18733 gdb_test_sequence and gdb_assert.
18734
07473109
PA
187352015-04-10 Pedro Alves <palves@redhat.com>
18736
18737 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18738 test messages that don't include the breakpoint address.
18739
de3db44c
YQ
187402015-04-10 Yao Qi <yao.qi@linaro.org>
18741
18742 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18743 false for some offset and width combinations which aren't
18744 supported by linux kernel.
18745
c79d856c
PA
187462015-04-10 Pedro Alves <palves@redhat.com>
18747
18748 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18749 procedure, factored out from ...
18750 (top level): ... here. Add "set displaced-stepping" testing axis.
18751 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18752 parameter "displaced". Use it.
18753 (top level): Use foreach and add "set displaced-stepping" testing
18754 axis.
18755
ebc90b50
PA
187562015-04-10 Pedro Alves <palves@redhat.com>
18757
18758 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18759 Remove comment.
18760 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18761 both the address of the instruction that triggers the watchpoint
18762 and the address of the instruction immediately after, and use
18763 those addresses for the test. Fix comment.
18764
8f572e5c
PA
187652015-04-10 Pedro Alves <palves@redhat.com>
18766
18767 * gdb.base/sigstep.exp (breakpoint_to_handler)
18768 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18769 Test "backtrace" in handler.
18770 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18771 (top level): Add new "displaced" test axis to
18772 breakpoint_to_handler, breakpoint_to_handler_entry and
18773 breakpoint_over_handler.
18774
8d707a12
PA
187752015-04-10 Pedro Alves <palves@redhat.com>
18776
18777 PR gdb/18216
18778 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18779
ef713951
YQ
187802015-04-10 Yao Qi <yao.qi@linaro.org>
18781
18782 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18783 (test_add_rn_pc): New function.
18784 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18785 (top level): Invoke test_add_rn_pc.
18786
906d60cf
PA
187872015-04-10 Pedro Alves <palves@redhat.com>
18788
18789 PR gdb/13858
18790 * gdb.base/step-over-no-symbols.exp: New file.
18791
f2983cc3
AW
187922015-04-09 Andy Wingo <wingo@igalia.com>
18793
18794 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18795 after the Python tests.
18796
6d62641c
SDJ
187972015-04-08 Keith Seitz <keiths@redhat.com>
18798
18799 PR python/16699
18800 * gdb.python/py-completion.exp: New tests for completion.
18801 * gdb.python/py-completion.py (CompleteLimit1): New class.
18802 (CompleteLimit2): Likewise.
18803 (CompleteLimit3): Likewise.
18804 (CompleteLimit4): Likewise.
18805 (CompleteLimit5): Likewise.
18806 (CompleteLimit6): Likewise.
18807 (CompleteLimit7): Likewise.
18808
f3770638
PA
188092015-04-08 Pedro Alves <palves@redhat.com>
18810
18811 PR gdb/18214
18812 PR gdb/18216
18813 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18814 function.
18815 (main): Install it as SIGUSR1 handler.
18816 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18817 parameter. Always use "setup" as prefix. Toggle "set
18818 displaced-stepping" off/on depending on global. Don't switch to
18819 thread 1 here.
18820 (top level): Add displaced stepping "off/on" test axis. Update
18821 "setup" calls. Wrap each subtest with with_test_prefix. Test
18822 continuing with a queued signal in each thread.
18823
4496bed7
PA
188242015-04-08 Pedro Alves <palves@redhat.com>
18825
18826 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18827 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18828 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18829 Return early if running to main fails.
18830 * gdb.trace/while-stepping.exp: Likewise.
18831
b97fde92
PA
188322015-04-07 Pedro Alves <palves@redhat.com>
18833
18834 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18835 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18836 interact with inferior program.
18837
f71c18e7
PA
188382015-04-07 Pedro Alves <palves@redhat.com>
18839
18840 * lib/gdb.exp (inferior_spawn_id): New global.
18841 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18842 spawn id after processing the user code.
18843 (default_gdb_start): Set inferior_spawn_id.
18844 (send_inferior): New procedure.
18845 * lib/gdbserver-support.exp (gdbserver_start): Set
18846 inferior_spawn_id.
18847 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18848
6423214f
PA
188492015-04-07 Pedro Alves <palves@redhat.com>
18850
18851 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18852 * lib/gdbserver-support.exp (gdbserver_start): Make
18853 $server_spawn_id global.
18854 (gdbserver_start): Don't wait for gdbserver's spawn id with
18855 expect_background.
18856 (close_gdbserver): New procedure.
18857 (gdb_exit): Rename the default version and reimplement.
18858
71c0ee8c
PA
188592015-04-07 Pedro Alves <palves@redhat.com>
18860
72f4393d 18861 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18862 append the substituted item, not the original item.
18863
203bc29b
PA
188642015-04-07 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18867 gdb_expect.
18868
508a3ddf
PA
188692015-04-07 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18872 output appearing once only.
18873
9f6dbe2b
PA
188742015-04-07 Pedro Alves <palves@redhat.com>
18875
18876 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18877 that doesn't expect anything. Return early if running to main
18878 fails.
18879
337532fa
YQ
188802015-04-07 Yao Qi <yao.qi@linaro.org>
18881
18882 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18883 (child_function): Call alarm.
18884 (main): Move call to alarm into the loop.
18885 * gdb.threads/non-stop-fair-events.exp: Build program with
18886 -DTIMEOUT=$timeout.
18887
01b622d4
DE
188882015-04-06 Doug Evans <xdje42@gmail.com>
18889
18890 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18891 Fix dest parameter to board_info.
18892 (fpc_compile): Ditto.
18893 (gdb_compile_pascal): Rename dest arg to destfile.
18894
961f4160
PMR
188952015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18896
18897 * gdb.ada/funcall_ref.exp: New file.
18898 * gdb.ada/funcall_ref/foo.adb: New file.
18899
cafda597
YQ
189002015-04-02 Yao Qi <yao.qi@linaro.org>
18901
18902 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18903 is remote.
18904
fed040c6
GB
189052015-04-02 Gary Benson <gbenson@redhat.com>
18906
18907 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18908
d11916aa
SS
189092015-04-01 Sasha Smundak <asmundak@google.com>
18910
18911 * gdb.python/py-unwind-maint.c: New file.
18912 * gdb.python/py-unwind-maint.exp: New test.
18913 * gdb.python/py-unwind-maint.py: New file.
18914 * gdb.python/py-unwind.c: New file.
18915 * gdb.python/py-unwind.exp: New test.
18916 * gdb.python/py-unwind.py: New test.
18917
a1471180
PA
189182015-04-01 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18921 to fail instead of non-existent $test.
18922
0bbeccb1
PA
189232015-04-01 Pedro Alves <palves@redhat.com>
18924
18925 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18926 GDBFLAGS if not empty.
18927
3c724c8c
PMR
189282015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18929
18930 * gdb.ada/complete.exp: Remove "multi_line".
18931 * gdb.ada/info_exc.exp: Remove "multi_line".
18932 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18933 * gdb.ada/ptype_field.exp: Remove "multi_line".
18934 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18935 * gdb.ada/tagged.exp: Remove "multi_line".
18936 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18937 [multi_line ...]
18938 * gdb.btrace/delta.exp: Likewise.
18939 * gdb.btrace/exception.exp: Likewise.
18940 * gdb.btrace/function_call_history.exp: Likewise.
18941 * gdb.btrace/instruction_history.exp: Likewise.
18942 * gdb.btrace/nohist.exp: Likewise.
18943 * gdb.btrace/record_goto.exp: Likewise.
18944 * gdb.btrace/segv.exp: Likewise.
18945 * gdb.btrace/stepi.exp: Likewise.
18946 * gdb.btrace/tailcall.exp: Likewise.
18947 * gdb.btrace/unknown_functions.exp: Likewise.
18948 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18949 * lib/gdb.exp: Add the "multi_line" helper.
18950
4eec2deb
PA
189512015-04-01 Pedro Alves <palves@redhat.com>
18952
18953 * gdb.threads/tid-reuse.c: New file.
18954 * gdb.threads/tid-reuse.exp: New file.
18955
df8411da
SDJ
189562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18957
18958 PR corefiles/16092
18959 * gdb.base/coredump-filter.c: New file.
18960 * gdb.base/coredump-filter.exp: Likewise.
18961
6ef37366
PM
189622015-03-27 Petr Machata <pmachata@redhat.com>
18963
18964 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18965 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18966 (Dwarf::assemble): Initialize them.
18967 (Dwarf::lines): New function.
18968
7ec911b0
JT
189692015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18970
18971 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18972 SYMBOL_PREFIX for x86_64-*-cygwin.
18973
ff908ebf
AW
189742015-03-26 Andy Wingo <wingo@igalia.com>
18975
18976 PR symtab/18148
18977 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18978 const_value but not a location.
18979 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18980 location defined in non-main CUs are visible.
18981
6d5f0679
YQ
189822015-03-26 Yao Qi <yao.qi@linaro.org>
18983
18984 PR testsuite/18139
18985 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18986 Add a line number entry for the same line.
18987 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18988 Add a line number entry for the same line.
18989
2898689b
YQ
189902015-03-26 Yao Qi <yao.qi@linaro.org>
18991
18992 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18993 .int 0.
18994 (func): Likewise. Add .Lfunc_1 label.
18995 Use .Lfunc_1 label.
18996 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18997 .int 0.
18998 (func): Likewise.
18999 Use .Lfunc_1 label.
19000
85180498
YQ
190012015-03-26 Yao Qi <yao.qi@linaro.org>
19002
19003 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19004 Call gdb_compile instead to compile each .s files without debug
19005 information.
19006
8aa08a8d
YQ
190072015-03-26 Yao Qi <yao.qi@linaro.org>
19008
19009 * gdb.base/savedregs.exp (process_saved_regs): Make
19010 "Saved registers:" optional in the pattern.
19011
66849923
MM
190122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19013
19014 * gdb.btrace/next.exp: Merged into step.exp.
19015 * gdb.btrace/finish.exp: Merged into step.exp.
19016 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19017 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19018 "record goto" and checking the exact replay position.
19019 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19020 check for "Recording format" in "info record" output.
19021 * gdb.btrace/record_goto.exp: Choose test file based on target.
19022 * gdb.btrace/x86-record_goto.S: Renamed into ...
19023 * gdb.btrace/x86_64-record_goto.S: ... this.
19024 * gdb.btrace/i686-record_goto.S: New.
19025 * gdb.btrace/x86-tailcall.S: Renamed into ...
19026 * gdb.btrace/x86_64-tailcall.S: ... this.
19027 * gdb.btrace/i686-tailcall.S: New.
19028 * gdb.btrace/x86-tailcall.c: Renamed into ...
19029 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19030 separate statements. Update test.
19031 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19032 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19033 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19034 * gdb.btrace/tailcall.exp: Choose test file based on target.
19035 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19036
11cc1b74
MM
190372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19038
19039 * gdb.btrace/exception.exp: Increase BTS buffer size.
19040
a25d8bf9
PA
190412015-03-24 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19044
856e7dd6
PA
190452015-03-24 Pedro Alves <palves@redhat.com>
19046
19047 * gdb.threads/schedlock.exp (test_step): No longer expect that
19048 "set scheduler-locking step" with "next" over a function call runs
19049 threads unlocked.
19050
ad235a41
AT
190512015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19052
19053 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19054
15630549
AT
190552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19056
19057 PR breakpoints/16466
19058 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19059 * gdb.mi/mi-pending.c (thread_func): New function.
19060 (int main): Add threading support required.
19061 * gdb.mi/mi-pending.exp: Add tests for this issue.
19062 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19063 (pendfunc2): Remove stdio dependency.
19064 * gdb.mi/mi-pendshr2.c: New file.
19065
693dca06
KS
190662015-03-23 Keith Seitz <keiths@redhat.com>
19067
19068 * gdb.linespec/keywords.c: New file.
19069 * gdb.linespec/keywords.exp: New file.
19070
7e993ebf
KS
190712015-03-23 Keith Seitz <keiths@redhat.com>
19072
19073 PR gdb/18021
19074 * gdb.dwarf2/staticvirtual.exp: New test.
19075
bc23328c
JK
190762015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19077
19078 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19079 * README: Remove HP-UX and gdb.hp.
19080 (configuration):
19081 * configure: Regenerate.
19082 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19083 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19084 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19085 gdb.hp/gdb.defects/Makefile.
19086 * gdb.hp/Makefile.in: File deleted.
19087 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19088 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19089 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19090 * gdb.hp/gdb.aCC/run.c: File deleted.
19091 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19092 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19093 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19094 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19095 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19096 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19097 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19098 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19099 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19100 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19101 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19102 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19103 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19104 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19105 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19106 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19107 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19108 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19109 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19110 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19111 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19112 * gdb.hp/gdb.compat/average.c: File deleted.
19113 * gdb.hp/gdb.compat/sum.c: File deleted.
19114 * gdb.hp/gdb.compat/xdb.c: File deleted.
19115 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19116 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19117 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19118 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19119 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19120 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19121 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19122 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19123 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19124 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19125 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19126 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19127 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19128 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19129 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19130 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19131 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19132 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19133 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19134 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19135 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19136 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19137 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19138 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19139 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19140 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19141 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19142 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19143 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19144 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19145 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19146 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19147 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19148 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19149 * gdb.hp/tools/odump: File deleted.
19150
8bf3b159
PA
191512015-03-19 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19154 (saw_thread_3): New globals.
19155 (top level): Increment them when an event for the corresponding
19156 thread is seen.
19157 (no thread starvation): New test.
19158
eb54c8bf
PA
191592015-03-19 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.threads/continue-pending-status.c: New file.
19162 * gdb.threads/continue-pending-status.exp: New file.
19163
32d2e5d6
PA
191642015-03-18 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19167 Use gdb_is_target_remote instead of is_remote. Use
19168 gdb_test_multiple instead of gdb_expect. Exit early if
19169 gdb_test_multiple hits its internal matches. Tighten stepi tests
19170 expected output. Fail on exit with any signal, instead of just
19171 SIGILL.
19172
f68f11b7
YQ
191732015-03-18 Yao Qi <yao.qi@linaro.org>
19174
19175 PR tdep/18107
19176 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19177 variable.
19178 * gdb.base/catch-syscall.exp: Don't skip it on
19179 aarch64*-*-linux* target. Remove elements in all_syscalls.
19180 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19181 target.
19182 (setup_all_syscalls): New proc.
19183
ca5fd19b
YQ
191842015-03-16 Yao Qi <yao.qi@linaro.org>
19185
19186 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19187 (top level): Skip tests if valid_addr_p returns false for
19188 $cmd1 or $cmd2.
19189
85642ba0
AW
191902015-03-11 Andy Wingo <wingo@igalia.com>
19191
19192 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19193
e03f9645
YQ
191942015-03-11 Yao Qi <yao.qi@linaro.org>
19195
19196 * gdb.base/catch-syscall.exp: Fix typo in comments.
19197
5d0962b2
YQ
191982015-03-11 Yao Qi <yao.qi@linaro.org>
19199
19200 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19201
b2df3cef
PA
192022015-03-09 Pedro Alves <palves@redhat.com>
19203
19204 * dg-extract-results.py: Delete.
19205
ef878e53
PA
192062015-03-09 Pedro Alves <palves@redhat.com>
19207
19208 Merge dg-extract-results.sh from GCC upstream (r218843).
19209
19210 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19211 * dg-extract-results.sh: Use --text with grep to avoid issues with
19212 binary files. Fall back to cat -v, if that doesn't work.
19213
9494d219
PA
192142015-03-05 Pedro Alves <palves@redhat.com>
19215
19216 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19217
a8d9763a
SM
192182015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19219
19220 * lib/mi-support.exp (mi_expect_interrupt): Accept
19221 alternative event for when in all-stop mode.
19222
be9957b8
PA
192232015-03-04 Pedro Alves <palves@redhat.com>
19224
19225 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19226
d57be0f4 192272015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19228
19229 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19230
c214c7cf
AA
192312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19232
19233 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19234 regexps for GDB's current line display, accept a hex address
19235 preceding the line number.
19236
6d74a497
AA
192372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19238
19239 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19240 the 'arch1' variable for "s390*-linux*" targets.
19241
511aee7c
PA
192422015-03-04 Pedro Alves <palves@redhat.com>
19243
19244 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19245 (main): Pass missing retval argument to pthread_join call.
19246
95e50b27
PA
192472015-03-02 Pedro Alves <palves@redhat.com>
19248
19249 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19250 (top level): Call do_test with non-stop as well.
19251
28054d69
PA
192522015-03-02 Pedro Alves <palves@redhat.com>
19253
19254 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19255 -1.
19256
4fa5d7b4
AA
192572015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19258
19259 * gdb.arch/s390-vregs.exp: New test.
19260 * gdb.arch/s390-vregs.S: New file.
19261
97c18565
PA
192622015-02-27 Pedro Alves <palves@redhat.com>
19263
19264 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19265 call to catch_command_errors.
19266 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19267 catch_command_errors.
19268
a37bfa30
PA
192692015-02-27 Pedro Alves <palves@redhat.com>
19270
19271 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19272 "true" for boolean result.
19273 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19274 prototype of main.
19275
6f98576f
PA
192762015-02-27 Pedro Alves <palves@redhat.com>
19277
19278 * lib/unbuffer_output.c: New file.
19279 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19280 (main): Call gdb_unbuffer_output.
19281
eba5ab56
YQ
192822015-02-27 Yao Qi <yao.qi@linaro.org>
19283
19284 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19285 target.
19286
0def5aaa
DE
192872015-02-26 Doug Evans <dje@google.com>
19288
19289 * gdb.cp/class2.cc (Dbase, D): New classes.
19290 (main): New local delta.
19291 * gdb.cp/class2.exp: Test printing delta.
19292 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19293 (dynbar): New global.
19294 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19295
081a1c2c
JK
192962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19297
19298 * gdb.compile/compile-ifunc.c: New file.
19299 * gdb.compile/compile-ifunc.exp: New file.
19300
2f41223f
AT
193012015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19302
19303 * gdb.base/structs.exp: Check for correct struct on finish.
19304
03eddd80
YQ
193052015-02-26 Yao Qi <yao.qi@linaro.org>
19306
19307 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19308 is zero.
19309
80c57053
JK
193102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19311
19312 * gdb.arch/cordic.ko.bz2: New file.
19313 * gdb.arch/cordic.ko.debug.bz2: New file.
19314 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19315
21613c12
YQ
193162015-02-25 Yao Qi <yao.qi@linaro.org>
19317
19318 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19319 aarch64*-*-* target.
19320
d8b901ed
PA
193212015-02-23 Pedro Alves <palves@redhat.com>
19322
19323 * lib/gdb.exp (delete_breakpoints): Rewrite using
19324 gdb_test_multiple.
19325
e5b85ead
PA
193262015-02-23 Pedro Alves <palves@redhat.com>
19327
19328 * gdb.base/info-os.c: Include stdlib.h.
19329
85c3a371
DE
193302015-02-22 Doug Evans <xdje42@gmail.com>
19331
19332 PR symtab/17855
19333 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19334 is read after symbols have been re-read.
19335 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19336 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19337
96553a0c
DE
193382015-02-21 Doug Evans <dje@google.com>
19339
19340 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19341
97a0c697
JK
193422015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19343
19344 PR corefiles/17808
19345 * gdb.arch/i386-biarch-core.core.bz2: New file.
19346 * gdb.arch/i386-biarch-core.exp: New file.
19347
a47cd6e9
PA
193482015-02-21 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19351 runto_main fails.
19352
c5facdc4
PA
193532015-02-20 Pedro Alves <palves@redhat.com>
19354
19355 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19356 info probes.
19357
2db9a427
PA
193582015-02-20 Pedro Alves <palves@redhat.com>
19359
19360 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19361
60fb7e9e
PA
193622015-02-20 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19365 clean_restart before gdb_target_supports_trace.
19366
5c5019c2
PA
193672015-02-20 Pedro Alves <palves@redhat.com>
19368
19369 PR threads/18006
19370 * gdb.threads/clone-thread_db.c: New file.
19371 * gdb.threads/clone-thread_db.exp: New file.
19372
c9587f88
AT
193732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19374
19375 PR breakpoints/16812
19376 * gdb.base/catch-gdb-caused-signals.c: New file.
19377 * gdb.base/catch-gdb-caused-signals.exp: New file.
19378
f6a88844
JM
193792015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19380
19381 * configure: Regenerated.
19382 * configure.ac: Use GDB_AC_TRANSFORM.
19383 * aclocal.m4: sinclude ../transform.m4.
19384
497c491b
JM
193852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19386
19387 * lib/dtrace.exp: New file.
19388 * gdb.base/dtrace-probe.exp: Likewise.
19389 * gdb.base/dtrace-probe.d: Likewise.
19390 * gdb.base/dtrace-probe.c: Likewise.
19391 * lib/pdtrace.in: Likewise.
19392 * configure.ac: Output variables with the transformed names of
19393 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19394 * configure: Regenerated.
19395
03e98035
JM
193962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19397
19398 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19399 expected message when trying to access $_probe_* convenience
19400 variables while not on a probe.
19401
63cc30e9
JK
194022015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19403
19404 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19405
0703599a
PA
194062015-02-11 Pedro Alves <pedro@codesourcery.com>
19407
19408 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19409 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19410
7e60a48e
DE
194112015-02-10 Doug Evans <xdje42@gmail.com>
19412
19413 * lib/gdb.exp (gdb_load): Always return a result.
19414
01b088bc
PA
194152015-02-10 Pedro Alves <palves@redhat.com>
19416
19417 * gdb.threads/signal-sigtrap.c: New file.
19418 * gdb.threads/signal-sigtrap.exp: New file.
19419
b05ec7a5
AT
194202015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19421
19422 * gdb.trace/no-attach-trace.c: New file.
19423 * gdb.trace/no-attach-trace.exp: New file.
19424
a2c2acaf
MW
194252015-02-09 Mark Wielaard <mjw@redhat.com>
19426
19427 * gdb.dwarf2/atomic.c: New file.
19428 * gdb.dwarf2/atomic-type.exp: Likewise.
19429
31fd9caa
MM
194302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19431
19432 * gdb.btrace/buffer-size.exp: Update "info record" output.
19433 * gdb.btrace/delta.exp: Update "info record" output.
19434 * gdb.btrace/enable.exp: Update "info record" output.
19435 * gdb.btrace/finish.exp: Update "info record" output.
19436 * gdb.btrace/instruction_history.exp: Update "info record" output.
19437 * gdb.btrace/next.exp: Update "info record" output.
19438 * gdb.btrace/nexti.exp: Update "info record" output.
19439 * gdb.btrace/step.exp: Update "info record" output.
19440 * gdb.btrace/stepi.exp: Update "info record" output.
19441 * gdb.btrace/nohist.exp: Update "info record" output.
19442
d33501a5
MM
194432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19444
19445 * gdb.btrace/buffer-size: New.
19446
f4abbc16
MM
194472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19448
19449 * gdb.btrace/delta.exp: Update "info record" output.
19450 * gdb.btrace/enable.exp: Update "info record" output.
19451 * gdb.btrace/finish.exp: Update "info record" output.
19452 * gdb.btrace/instruction_history.exp: Update "info record" output.
19453 * gdb.btrace/next.exp: Update "info record" output.
19454 * gdb.btrace/nexti.exp: Update "info record" output.
19455 * gdb.btrace/step.exp: Update "info record" output.
19456 * gdb.btrace/stepi.exp: Update "info record" output.
19457 * gdb.btrace/nohist.exp: Update "info record" output.
19458
b9d61307
SM
194592015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19460
19461 PR gdb/15678
19462 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19463
e584fdbc
PA
194642015-02-06 Pedro Alves <palves@redhat.com>
19465
19466 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19467 macro.
19468 (seconds_left, again): New globals.
19469 (main): Wait seconds_left in a 1-second sleep loop instead of
19470 sleeping 180 seconds. If 'again' is set, reset the seconds
19471 counter.
19472 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19473 'again' in the inferior before detaching. Print the seconds left.
19474 (options): New global.
19475 (top level): Build program with -DTIMEOUT=$timeout.
19476
77f41761
PA
194772015-02-06 Pedro Alves <palves@redhat.com>
19478
19479 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19480 determine how many seconds to pass to 'alarm'.
19481 * gdb.base/gdb-sigterm.exp (top level): Build program with
19482 -DTIMEOUT=$timeout.
19483 (do_test): Return success/failure indication. Add more verbose
19484 logging. Don't fail if 200 single steps are seen. Instead, fail
19485 when the test times out.
19486 (passes): New global.
19487 (top level): Break the testing loop if testing fails on any
19488 iteration. Use gdb_assert.
19489
b9394193
DB
194902015-02-04 Don Breazeal <donb@codesourcery.com>
19491
19492 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19493 and initialize them.
19494 (ipc_cleanup): New function.
19495 (main): Don't declare shmid, semid, and msqid. Add a call to
19496 atexit so that we call ipc_cleanup on exit.
19497
42d9e528
PA
194982015-02-04 Pedro Alves <palves@redhat.com>
19499
19500 * boards/native-extended-gdbserver.exp: Remove any target variant
19501 specifications from the board name before clearing the isremote
19502 flag from board_info.
19503
ae6ae975
DE
195042015-01-31 Doug Evans <xdje42@gmail.com>
19505
19506 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19507
cfb069a8
GB
195082015-01-31 Gary Benson <gbenson@redhat.com>
19509
19510 * gdb.base/completion.exp: Disable completion limiting for
19511 existing tests. Add new tests to check completion limiting.
19512 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19513
5dd31d79
DE
195142015-01-31 Doug Evans <xdje42@gmail.com>
19515
19516 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19517
9f050062
DE
195182015-01-31 Doug Evans <xdje42@gmail.com>
19519
19520 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19521 entries. Duplicate file section script entries.
19522 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19523 inlined entries. Add test for safe-path rejection.
19524 * gdb.python/py-section-script.c: Add duplicate inlined section script
19525 entries. Duplicate file section script entries.
19526 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19527 inlined entries. Add test for safe-path rejection.
19528
df25ebbd
JB
195292015-01-29 Joel Brobecker <brobecker@adacore.com>
19530
19531 * gdb.ada/disc_arr_bound: New testcase.
19532
4a0ca9ec
JB
195332015-01-29 Joel Brobecker <brobecker@adacore.com>
19534
19535 * gdb.ada/mi_var_array: New testcase.
19536
3a8b707a
DE
195372015-01-27 Doug Evans <dje@google.com>
19538
19539 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19540 Add test for objfile.filename, objfile.username after objfile
19541 has been unloaded.
19542
f8313f6e
JB
195432015-01-26 Joel Brobecker <brobecker@adacore.com>
19544
19545 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19546 the second test to print the name attribute of value
19547 returned by the call to gdb.lookup_type, and adjust
19548 the expected output accordingly.
19549
37bc665e
MW
195502015-01-25 Mark Wielaard <mjw@redhat.com>
19551
19552 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19553 * gdb.base/disp-step-fork.c: Include unistd.h.
19554 * gdb.base/siginfo-obj.c: Include stdio.h.
19555 * gdb.base/siginfo-thread.c: Likewise.
19556 * gdb.mi/non-stop.c: Include unistd.h.
19557 * gdb.mi/nsthrexec.c: Include stdio.h.
19558 * gdb.mi/pthreads.c: Include unistd.h.
19559 * gdb.modula2/unbounded1.c (main): Declare returns int.
19560 * gdb.reverse/consecutive-reverse.c: Likewise.
19561 * gdb.threads/create-fail.c: Include unistd.h.
19562 * gdb.threads/killed.c: Likewise.
19563 * gdb.threads/linux-dp.c: Likewise.
19564 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19565 * gdb.threads/non-ldr-exc-2.c: Likewise.
19566 * gdb.threads/non-ldr-exc-3.c: Likewise.
19567 * gdb.threads/non-ldr-exc-4.c: Likewise.
19568 * gdb.threads/pthreads.c: Include unistd.h.
19569 (main): Declare returns int.
19570 * gdb.threads/tls-main.c (foo): New declaration.
19571 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19572
f7e5394d
SM
195732015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19574
19575 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19576 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19577
743649fd
MW
195782015-01-15 Mark Wielaard <mjw@redhat.com>
19579
19580 * gdb.base/noreturn-return.c: New file.
19581 * gdb.base/noreturn-return.exp: New file.
19582 * gdb.base/noreturn-finish.c: New file.
19583 * gdb.base/noreturn-finish.exp: New file.
19584
198297aa
PA
195852015-01-23 Pedro Alves <palves@redhat.com>
19586
19587 * gdb.threads/continue-pending-after-query.c: New file.
19588 * gdb.threads/continue-pending-after-query.exp: New file.
19589
717cf30c
AG
195902015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19591 Simon Marchi <simon.marchi@ericsson.com>
19592
19593 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19594 * gdb.base/valgrind-db-attach.exp: Same.
19595 * gdb.base/valgrind-infcall.exp: Same.
19596 * lib/mi-support.exp (default_mi_gdb_start): Same.
19597 * lib/prompt.exp (default_prompt_gdb_start): Same.
19598 * lib/gdb.exp (default_gdb_spawn): Same.
19599 (gdb_interact): New.
19600
19601
4b62a76e
JK
196022015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19603
19604 * gdb.compile/compile.exp (pointer to jit function): New test.
19605
b4cdae6f
WW
196062015-01-17 Wei-cheng Wang <cole945@gmail.com>
19607
19608 * lib/gdb.exp (supports_process_record): Return true for
19609 powerpc*-*-linux*.
19610 (supports_reverse): Likewise.
19611
d221e7ef
DB
196122015-01-15 Don Breazeal <donb@codesourcery.com>
19613
19614 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19615 instead of checking whether the target board is remote and
19616 use spawn_wait_for_attach instead of exec/sleep.
19617 * gdb.base/attach-twice.exp: Likewise.
19618
bafffb51
JB
196192015-01-15 Joel Brobecker <brobecker@adacore.com>
19620
19621 * gdb.ada/var_arr_attrs: New testcase.
19622
5589af0e
PA
196232015-01-14 Pedro Alves <palves@redhat.com>
19624 Joel Brobecker <brobecker@adacore.com>
19625
19626 PR gdb/17525
19627 * gdb.base/bp-cmds-execution-x-script.c: New file.
19628 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19629 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19630
6c400b59
PA
196312015-01-14 Pedro Alves <palves@redhat.com>
19632
19633 PR cli/17828
19634 * gdb.base/batch-preserve-term-settings.c: New file.
19635 * gdb.base/batch-preserve-term-settings.exp: New file.
19636
e02c96a7
DE
196372015-01-13 Doug Evans <dje@google.com>
19638
19639 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19640 binary.
19641
576fd14c
JB
196422015-01-13 Joel Brobecker <brobecker@adacore.com>
19643
19644 * Makefile.in (clean mostlyclean): Do not delete *.py.
19645
04dccad0
JB
196462015-01-13 Joel Brobecker <brobecker@adacore.com>
19647
19648 * gdb.python/py-lookup-type.exp: New file.
19649
3d230f71
PA
196502015-01-12 Pedro Alves <palves@redhat.com>
19651
19652 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19653 restore GDBFLAGS before returning.
19654
7e67715d
JK
196552015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19656
19657 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19658 is_amd64_regs_target and is_x86_like_target.
19659
f2e0d4b4
DE
196602015-01-11 Doug Evans <xdje42@gmail.com>
19661
19662 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19663 is given without an explicit form.
19664 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19665 attributes.
19666 * gdb.dwarf/corrupt.exp: Ditto.
19667 * gdb.dwarf2/enum-type.exp: Ditto.
19668 * gdb.trace/entry-values.exp: Ditto.
19669 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19670
439250fb
DE
196712015-01-11 Doug Evans <xdje42@gmail.com>
19672
19673 PR gdb/15830
19674 * gdb.base/maint.exp: Remove references to "maint demangle".
19675 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19676 Add tests for explicitly specifying language to demangle.
19677 * gdb.dlang/demangle.exp: Ditto.
19678
ede9f622
PA
196792015-01-09 Pedro Alves <palves@redhat.com>
19680
19681 * gdb.threads/non-stop-fair-events.c: New file.
19682 * gdb.threads/non-stop-fair-events.exp: New file.
19683
a7b796db
PA
196842015-01-09 Pedro Alves <palves@redhat.com>
19685
19686 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19687 the global scope. Set a breakpoint after all threads are started
19688 rather than stepping over two source lines. Expect the prompt.
19689 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19690 global.
19691 (NUM): Now 15.
19692 (main): Use threads_started_barrier to wait for all threads to
19693 start. Main thread no longer calls thread_function. Exit after
19694 180 seconds.
19695 (loop): New function.
19696 (thread_function): Wait on threads_started_barrier barrier. Call
19697 'loop' at each iteration.
19698 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19699 threads have started, instead of hardcoding number of "next"
19700 steps. Use an access watchpoint instead of a write watchpoint.
19701
9665ffdd
PA
197022015-01-09 Pedro Alves <palves@redhat.com>
19703
19704 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19705 (thread_func): Wait on barrier.
19706 (main): Wait for all threads to start before stopping GDB.
19707 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19708 global.
19709 (thread1_func, thread2_func): Wait on barrier.
19710 (main): Wait for all threads to start before stopping GDB.
19711 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19712 New global.
19713 (thread1_func, thread2_func): Wait on barrier.
19714 (main): Wait for all threads to start before stopping GDB.
19715
c945a99f
PA
197162015-01-09 Pedro Alves <palves@redhat.com>
19717
19718 * gdb.threads/attach-many-short-lived-threads.c: New file.
19719 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19720
c1a747c1
PA
197212014-01-09 Pedro Alves <palves@redhat.com>
19722
19723 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19724 instead of to thread 2.
19725 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19726 Add barrier around each pthread_create call instead of around all
19727 calls.
19728 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19729 Set a break on thread_function and have the child threads hit it
19730 one at at a time.
19731
60b3033e
PA
197322015-01-09 Pedro Alves <palves@redhat.com>
19733
19734 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19735 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19736 false.
19737 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19738 checking whether the target board is remote.
19739 * gdb.multi/multi-attach.exp: Likewise.
19740 * gdb.python/py-sync-interp.exp: Likewise.
19741 * gdb.server/ext-attach.exp: Likewise.
19742 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19743 tests that need to attach, instead of checking whether the target
19744 board is remote at the top of the file.
19745
acc018ac
YQ
197462015-01-08 Yao Qi <yao@codesourcery.com>
19747
19748 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19749
50a18af8
JK
197502015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19751
19752 Fix testcase compilation.
19753 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19754
8503d6e1
JB
197552015-01-06 Joel Brobecker <brobecker@adacore.com>
19756
19757 * gdb.python/py-type.exp: Add a couple test about empty
19758 array creation, and negative-length array creation.
19759
cc73dbcc
DE
197602015-01-02 Doug Evans <xdje42@gmail.com>
19761
19762 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19763
0300bbc7
DE
197642015-01-02 Doug Evans <dje@google.com>
19765
19766 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19767
9d85a0ec
YQ
197682014-12-29 Yao Qi <yao@codesourcery.com>
19769
19770 * gdb.trace/entry-values.exp: Update comments. Rename variable
19771 bar_call_foo to returned_from_foo.
19772
87186c6a
MMN
197732014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19774
19775 PR gdb/17394
19776 * gdb.linespec/break-asm-file.c: New file.
19777 * gdb.linespec/break-asm-file.exp: New file.
19778 * gdb.linespec/break-asm-file0.s: New file.
19779 * gdb.linespec/break-asm-file1.s: New file.
19780
1bab7383
YQ
197812014-12-18 Nigel Stephens <nigel@mips.com>
19782 Maciej W. Rozycki <macro@codesourcery.com>
19783
19784 * gdb.base/float.exp: Handle the new output from "info float" on
19785 MIPS targets.
19786
1bc1068a
JK
197872014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19788
19789 Fix MinGW compilation.
19790 * gdb.compile/compile-ops.exp: Update untested message if
19791 !skip_compile_feature_tests.
19792 * gdb.compile/compile-setjmp.exp: Likewise.
19793 * gdb.compile/compile-tls.exp: Likewise.
19794 * gdb.compile/compile.exp: Likewise.
19795 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19796 supported on this host".
19797
b6615d10
DE
197982014-12-16 Doug Evans <xdje42@gmail.com>
19799
19800 * boards/stabs.exp: New file.
19801
25dda427
AA
198022014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19803
19804 * gdb.base/completion.exp: Adjust to format changes of "maint
19805 print user-registers".
19806
bf330350
CU
198072014-12-16 Catalin Udma <catalin.udma@freescale.com>
19808
19809 PR server/17457
19810 * gdb.arch/aarch64-fp.c: New file.
19811 * gdb.arch/aarch64-fp.exp: New file.
19812
395cf596
SDJ
198132014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19814
19815 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19816 r210637, r210913, r211666, r215400, r215817).
19817
19818 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19819 * dg-extract-results.py: New file.
19820 * dg-extract-results.sh: Use it if the environment seems
19821 suitable.
19822
19823 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19824
19825 * dg-extract-results.py (parse_run): Handle warnings that
19826 are printed before a test harness is run.
19827
19828 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19829
19830 * dg-extract-results.py (Named): Remove __cmp__ method.
19831 (output_variation): Use a key to sort variation.harnesses.
19832
19833 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19834
19835 * dg-extract-results.py: For Python 3, force sys.stdout to
19836 handle surrogate escape sequences.
19837 (safe_open): New function.
19838 (output_segment, main): Use it.
19839
19840 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19841
19842 * dg-extract-results.py (Prog.result_re): Include options
19843 in test name.
19844
19845 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19846
19847 * dg-extract-results.py (output_variation): Always sort if
19848 do_sum.
19849
e882ef3c
SM
198502014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19851
19852 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19853 as long as we get pagination notifications.
19854
4992aa20
JM
198552014-12-15 Jason Merrill <jason@redhat.com>
19856
19857 * Makefile.in (check-gdb.%): Restore.
19858 * README: Mention it.
19859
c1b5a1a6
JB
198602014-12-13 Joel Brobecker <brobecker@adacore.com>
19861
19862 * gdb.ada/str_uninit: New testcase.
19863
5537b577
JK
198642014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19865
19866 PR symtab/17642
19867 * gdb.base/vla-stub-define.c: New file.
19868 * gdb.base/vla-stub.c: New file.
19869 * gdb.base/vla-stub.exp: New file.
19870
bb2ec1b3
TT
198712014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19872 Jan Kratochvil <jan.kratochvil@redhat.com>
19873 Tom Tromey <tromey@redhat.com>
19874
19875 * configure.ac: Add gdb.compile/.
19876 * configure: Regenerate.
19877 * gdb.compile/Makefile.in: New file.
19878 * gdb.compile/compile-ops.exp: New file.
19879 * gdb.compile/compile-ops.c: New file.
19880 * gdb.compile/compile-tls.c: New file.
19881 * gdb.compile/compile-tls.exp: New file.
19882 * gdb.compile/compile-constvar.S: New file.
19883 * gdb.compile/compile-constvar.c: New file.
19884 * gdb.compile/compile-mod.c: New file.
19885 * gdb.compile/compile-nodebug.c: New file.
19886 * gdb.compile/compile-setjmp-mod.c: New file.
19887 * gdb.compile/compile-setjmp.c: New file.
19888 * gdb.compile/compile-setjmp.exp: New file.
19889 * gdb.compile/compile-shlib.c: New file.
19890 * gdb.compile/compile.c: New file.
19891 * gdb.compile/compile.exp: New file.
19892 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19893
4ff709eb
TT
198942014-12-12 Tom Tromey <tromey@redhat.com>
19895
19896 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19897 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19898
6dddd6a5
DE
198992014-12-12 Doug Evans <dje@google.com>
19900
19901 * lib/gdb-python.exp (get_python_valueof): New function.
19902 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19903
71c24708
AA
199042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19905
19906 * gdb.base/completion.exp: Add test for completion of "info
19907 registers ".
19908
3e29f34a
MR
199092014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19910
19911 * gdb.base/func-ptrs.c: New file.
19912 * gdb.base/func-ptrs.exp: New file.
19913
fc126975
SM
199142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19915
19916 PR breakpoints/17012
19917 * gdb.base/dprintf-detach.c: New file.
19918 * gdb.base/dprintf-detach.exp: New file.
19919
0a46d518
SM
199202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19921
19922 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19923 * lib/gdb.exp (target_is_gdbserver): New procedure.
19924
a0be3e44
DE
199252014-12-08 Doug Evans <dje@google.com>
19926
19927 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19928
df1b803a
YQ
199292014-12-05 Yao Qi <yao@codesourcery.com>
19930
19931 * gdb.guile/scm-error.exp: Remove the third argument to
19932 gdb_remote_download.
19933 * gdb.guile/scm-frame-args.exp: Likewise.
19934 * gdb.guile/scm-section-script.exp: Likewise.
19935
ddb9f679
YQ
199362014-12-05 Yao Qi <yao@codesourcery.com>
19937
19938 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19939
86e4ed39
DE
199402014-12-04 Doug Evans <dje@google.com>
19941
19942 * gdb.python/py-objfile.exp: Add tests for
19943 objfile.add_separate_debug_file.
19944
7c50a931
DE
199452014-12-04 Doug Evans <dje@google.com>
19946
19947 * lib/gdb.exp (get_build_id): New function.
19948 (build_id_debug_filename_get): Rewrite to use it.
19949 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19950
621661e3
MR
199512014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19952
19953 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19954 `method(long)', not just 0x0.
19955 * gdb.cp/nsalias.exp: Align code labels to 4.
19956 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19957 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19958 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19959 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19960 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19961 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19962
29f0c3b7
DE
199632014-12-02 Doug Evans <dje@google.com>
19964
e1e061e7 19965 PR symtab/17602
29f0c3b7 19966 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 19967 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
19968 * gdb.cp/anon-ns.exp: Update.
19969
162078c8
NB
199702014-12-02 Nick Bull <nicholaspbull@gmail.com>
19971
19972 * gdb.python/py-events.py (inferior_call_handler): New.
19973 (register_changed_handler, memory_changed_handler): New.
19974 (test_events.invoke): Register new handlers.
19975 * gdb.python/py-events.exp: Add tests for inferior call,
19976 memory_changed and register_changed events.
19977
fdb09caf
AA
199782014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19979
19980 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19981 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19982 if the linker doesn't understand this.
19983
55cfb2c4
SM
199842014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19985
19986 * gdb.python/python.exp: Change expected reply to help().
19987
9e8cd6df
YQ
199882014-12-01 Yao Qi <yao@codesourcery.com>
19989
19990 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19991 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19992 * configure: Re-generated.
19993
6c659fc2
SC
199942014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19995
19996 * gdb.cp/chained-calls.cc: New file.
19997 * gdb.cp/chained-calls.exp: New file.
19998 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19999
d7fc3181
SM
200002014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20001
20002 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20003 * gdb.dwarf2/symtab-producer.exp: Same.
20004 * gdb.gdb/python-interrupts.exp: Same.
20005 * gdb.gdb/python-selftest.exp: Same.
20006 * gdb.python/py-linetable.exp: Same.
20007 * gdb.python/py-type.exp: Same.
20008 * gdb.python/py-value-cc.exp: Same.
20009 * gdb.python/py-value.exp: Same.
20010
10e79639
YQ
200112014-11-28 Yao Qi <yao@codesourcery.com>
20012
20013 * gdb.base/break-probes.exp: Match library name prefixed with
20014 sysroot.
20015
f28a0564
SM
200162014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20017
20018 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20019 test expected output. Add parentheses for the call to print.
20020 Remove L suffix from integers.
20021
3fe1ce1d
DE
200222014-11-26 Doug Evans <dje@google.com>
20023
20024 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20025
84429e27
YQ
200262014-11-22 Yao Qi <yao@codesourcery.com>
20027
20028 * gdb.trace/entry-values.c: Remove asms.
20029 (foo): Add foo_label.
20030 (bar): Add bar_label.
20031 * gdb.trace/entry-values.exp: Remove code computing foo's
20032 length and bar's length.
20033 (Dwarf::assemble): Invoke function_range for bar and use
20034 MACRO_AT_func for foo.
20035
26741859
YQ
200362014-11-22 Yao Qi <yao@codesourcery.com>
20037
20038 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20039 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20040 Use .Lgcc43_procstart instead of gcc43.
20041
45e44d27
JB
200422014-11-21 Joel Brobecker <brobecker@adacore.com>
20043
20044 * gdb.ada/n_arr_bound: New testcase.
20045
458c8db8
SDJ
200462014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20047
20048 PR breakpoints/10737
20049 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20050 test_catch_syscall_multi_arch.
20051 (test_catch_syscall_multi_arch): New function.
20052
43f3e411
DE
200532014-11-20 Doug Evans <xdje42@gmail.com>
20054
20055 * gdb.base/maint.exp: Update expected output.
20056
0d7b2549
AA
200572014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20058
20059 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20060 4-byte instruction on S390.
20061
8908fca5
JB
200622014-11-19 Joel Brobecker <brobecker@adacore.com>
20063
20064 * gdb.ada/arr_arr: New testcase.
20065
4a46959e
JB
200662014-11-19 Joel Brobecker <brobecker@adacore.com>
20067
20068 * gdb.ada/pkd_arr_elem: New Testcase.
20069
470e2f4e
LM
200702014-11-18 Luis Machado <lgustavo@codesourcery.com>
20071
20072 * gdb.reverse/break-precsave: Expect completion message for
20073 core file reads.
20074 * gdb.reverse/consecutive-precsave.exp: Likewise.
20075 * gdb.reverse/finish-precsave.exp: Likewise.
20076 * gdb.reverse/i386-precsave.exp: Likewise.
20077 * gdb.reverse/machinestate-precsave.exp: Likewise.
20078 * gdb.reverse/sigall-precsave.exp: Likewise.
20079 * gdb.reverse/solib-precsave.exp: Likewise.
20080 * gdb.reverse/step-precsave.exp: Likewise.
20081 * gdb.reverse/until-precsave.exp: Likewise.
20082 * gdb.reverse/watch-precsave.exp: Likewise.
20083
a267f3ad
AA
200842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20085
20086 * gdb.base/bp-permanent.c: Include unistd.h.
20087 * gdb.python/py-framefilter-mi.c (main): Add return type.
20088 * gdb.python/py-framefilter.c (main): Likewise.
20089 * gdb.trace/actions-changed.c (main): Likewise.
20090
12084a9a
AA
200912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20092
20093 * gdb.mi/until.c: Add eye-catchers.
20094 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20095 line numbers.
20096
dc7e1a77
AA
200972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20098
20099 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20100 function header variants in break1.c.
20101 * gdb.base/ena-dis-br.exp: Likewise.
20102 * gdb.base/hbreak2.exp: Likewise.
20103 * gdb.reverse/until-precsave.exp: Drop references to removed
20104 non-prototype function header variants in ur1.c.
20105 * gdb.reverse/until-reverse.exp: Likewise.
20106
41c77605
PM
201072014-11-17 Petr Machata <pmachata@redhat.com>
20108
20109 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20110 ${_cu_offset_size} bytes abbrev offset.
20111
34248c3a
DE
201122014-11-15 Doug Evans <xdje42@gmail.com>
20113
20114 PR symtab/17559
20115 * gdb.base/line-symtabs.exp: New file.
20116 * gdb.base/line-symtabs.c: New file.
20117 * gdb.base/line-symtabs.h: New file.
20118
646da059
YQ
201192014-11-14 Yao Qi <yao@codesourcery.com>
20120
20121 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20122 (func): Add label func_label.
20123 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20124 Replace low_pc and high_pc with MACRO_AT_range.
20125 Replace name, low_pc and high_pc with MACRO_AT_func.
20126
9301ebe6
YQ
201272014-11-14 Yao Qi <yao@codesourcery.com>
20128
20129 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20130 Replace name, low_pc and high_pc with MACRO_AT_func.
20131
f166b542
YQ
201322014-11-14 Yao Qi <yao@codesourcery.com>
20133
20134 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20135 produce debug information.
20136 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20137
0f6e71e3
YQ
201382014-11-14 Yao Qi <yao@codesourcery.com>
20139
20140 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20141 object and get function length.
20142 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20143 with MACRO_AT_func.
20144 (top-level): Replace gdb_compile and clean_restart with
20145 prepare_for_testing.
20146 * gdb.dwarf2/main.c (main): Add label main_label.
20147
876c4df9
YQ
201482014-11-14 Yao Qi <yao@codesourcery.com>
20149
20150 * lib/dwarf.exp (function_range): New procedure.
20151 (Dwarf::_handle_macro_at_func): New procedure.
20152 (Dwarf::_handle_macro_at_range): New procedure.
20153 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20154
02ad9cf1
YQ
201552014-11-14 Yao Qi <yao@codesourcery.com>
20156
20157 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20158 (_handle_attribute): New procedure.
20159
a59add0c
AA
201602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20161
20162 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20163 * gdb.base/call-sc.c (zed): Likewise.
20164 * gdb.base/checkpoint.c (main): Likewise.
20165 * gdb.base/dump.c (main): Likewise.
20166 * gdb.base/gcore.c (main): Likewise.
20167 * gdb.base/huge.c (main): Likewise.
20168 * gdb.base/multi-forks.c (main): Likewise.
20169 * gdb.base/pr10179-a.c (main): Likewise.
20170 * gdb.base/savedregs.c (main): Likewise.
20171 * gdb.base/sigaltstack.c (main): Likewise.
20172 * gdb.base/siginfo.c (main): Likewise.
20173 * gdb.base/structs.c (zed): Likewise.
20174 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20175 * gdb.mi/mi-syn-frame.c (main): Likewise.
20176 * gdb.mi/until.c (foo, main): Likewise.
20177 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20178 * gdb.base/solib-weak.c (foo): Declare.
20179 * gdb.base/attach-twice.c: Include stdio.h.
20180 * gdb.base/weaklib1.c: Likewise.
20181 * gdb.base/weaklib2.c: Likewise.
20182 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20183 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20184 unistd.h.
20185 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20186 * gdb.mi/mi-exit-code.c: Likewise.
20187 * gdb.base/break-interp-lib.c: Include string.h.
20188 * gdb.base/coremaker.c: Likewise.
20189 * gdb.base/testenv.c: Likewise.
20190 * gdb.python/py-finish-breakpoint.c: Likewise.
20191 * gdb.base/inferior-died.c: Include sys/wait.h.
20192 * gdb.base/fileio.c: Include time.h.
20193 * gdb.base/async-shell.c: Include unistd.h.
20194 * gdb.base/dprintf-non-stop.c: Likewise.
20195 * gdb.base/info-os.c: Likewise.
20196 * gdb.mi/mi-console.c: Likewise.
20197 * gdb.mi/watch-nonstop.c: Likewise.
20198 * gdb.python/py-events.c: Likewise.
20199 * gdb.base/async.c (baz): Move up before its invocation.
20200 * gdb.base/code_elim2.c (my_global_func): Likewise.
20201 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20202 * gdb.base/advance.c (func2): Likewise.
20203
3b5d5997
AA
202042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20205
20206 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20207 variant.
20208 * gdb.base/annota3.c: Likewise.
20209 * gdb.base/async.c: Likewise.
20210 * gdb.base/average.c: Likewise.
20211 * gdb.base/call-ar-st.c: Likewise.
20212 * gdb.base/call-rt-st.c: Likewise.
20213 * gdb.base/call-sc.c: Likewise.
20214 * gdb.base/call-strs.c: Likewise.
20215 * gdb.base/ending-run.c: Likewise.
20216 * gdb.base/execd-prog.c: Likewise.
20217 * gdb.base/exprs.c: Likewise.
20218 * gdb.base/foll-exec.c: Likewise.
20219 * gdb.base/foll-fork.c: Likewise.
20220 * gdb.base/foll-vfork.c: Likewise.
20221 * gdb.base/funcargs.c: Likewise.
20222 * gdb.base/gcore.c: Likewise.
20223 * gdb.base/jump.c: Likewise.
20224 * gdb.base/langs0.c: Likewise.
20225 * gdb.base/langs1.c: Likewise.
20226 * gdb.base/langs2.c: Likewise.
20227 * gdb.base/mips_pro.c: Likewise.
20228 * gdb.base/nodebug.c: Likewise.
20229 * gdb.base/opaque0.c: Likewise.
20230 * gdb.base/opaque1.c: Likewise.
20231 * gdb.base/recurse.c: Likewise.
20232 * gdb.base/run.c: Likewise.
20233 * gdb.base/scope0.c: Likewise.
20234 * gdb.base/scope1.c: Likewise.
20235 * gdb.base/setshow.c: Likewise.
20236 * gdb.base/setvar.c: Likewise.
20237 * gdb.base/shmain.c: Likewise.
20238 * gdb.base/shr1.c: Likewise.
20239 * gdb.base/shr2.c: Likewise.
20240 * gdb.base/sigall.c: Likewise.
20241 * gdb.base/signals.c: Likewise.
20242 * gdb.base/so-indr-cl.c: Likewise.
20243 * gdb.base/solib2.c: Likewise.
20244 * gdb.base/structs.c: Likewise.
20245 * gdb.base/sum.c: Likewise.
20246 * gdb.base/vforked-prog.c: Likewise.
20247 * gdb.base/watchpoint.c: Likewise.
20248 * gdb.reverse/shr2.c: Likewise.
20249 * gdb.reverse/until-reverse.c: Likewise.
20250 * gdb.reverse/ur1.c: Likewise.
20251 * gdb.reverse/watch-reverse.c: Likewise.
20252
066a77c5
AA
202532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20254
20255 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20256 variant.
20257 * gdb.base/sepdebug.exp: Drop references to removed code.
20258
4f204ea5
AA
202592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20260
20261 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20262 variant. Preserve original line numbering.
20263 * gdb.base/list1.c: Likewise.
20264
3b377a3a
AA
202652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20266
20267 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20268 variant.
20269 * gdb.base/break1.c: Likewise.
20270 * gdb.base/break.exp: Drop references to removed code.
20271
e444df73
AA
202722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20273
20274 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20275 variant.
20276
8008f2a7
AA
202772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20278
20279 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20280
a5a06887
AA
202812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20282
20283 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20284 logic into perform_all_tests() and invoke it with and without
20285 function header prototypes.
20286 (do_function_calls): Remove conditional XFAIL for PR 5318.
20287 (rerun_and_prepare): Remove duplicate code.
20288 (perform_all_tests): New. Main logic moved here.
20289
44dba9b9
AA
202902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20291
20292 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20293 code guarded by #ifdef NO_PROTOTYPES.
20294 (t_double_many_args): Likewise.
20295 (DEF_FUNC_MANY_ARGS_1): Likewise.
20296 (DEF_FUNC_VALUES_1): Likewise.
20297 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20298 guarded by #ifdef PROTOTYPES.
20299
d1fbcd56
AA
203002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20301
20302 * gdb.mi/mi-console.c: Add eye-catcher.
20303 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20304 instead of literal line number.
20305
b0e59b8f
AA
203062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20307
20308 * gdb.base/shr2.c: Add eye-catcher.
20309 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20310 line number.
20311
78f98cca
AA
203122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20313
20314 * gdb.base/jump.c: Add eye-catchers.
20315 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20316 numbers.
20317
58fa2af0
AA
203182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20319
20320 * gdb.base/execd-prog.c: Add eye-catchers.
20321 * gdb.base/foll-exec.c: Likewise.
20322 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20323 line numbers.
20324
04e5059b
AA
203252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20326
20327 * gdb.base/ending-run.c: Add eye-catchers.
20328 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20329 literal line numbers.
20330
dbfdb174
AA
203312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20332
20333 * gdb.base/call-rt-st.c: Add eye-catchers.
20334 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20335 literal line numbers.
20336
888a2ade
AA
203372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20338
20339 * gdb.base/call-ar-st.c: Add eye-catchers.
20340 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20341 literal line numbers.
20342
6acc2dde
AA
203432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20344
20345 * gdb.base/average.c: Add eye-catchers.
20346 * gdb.base/sum.c: Likewise.
20347 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20348 regexps dynamically.
20349
9ecfcd1d
AA
203502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20351
20352 * gdb.base/solib1.c: Add eye-catchers.
20353 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20354 literal line numbers.
20355
78708b7c
PA
203562014-11-12 Pedro Alves <palves@redhat.com>
20357
20358 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20359 leader has exited.
20360
af48d08f
PA
203612014-11-12 Pedro Alves <palves@redhat.com>
20362
20363 * gdb.arch/i386-bp_permanent.c: New file.
20364 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20365 (srcfile): Set to i386-bp_permanent.c.
20366 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20367 that stepi does not execute the 'leave' instruction, instead of
20368 testing it does execute.
20369 * gdb.base/bp-permanent.c: New file.
20370 * gdb.base/bp-permanent.exp: New file.
20371
af3768e9
DE
203722014-11-10 Doug Evans <xdje42@gmail.com>
20373
20374 PR symtab/17564
20375 * gdb.base/symtab-search-order.exp: New file.
20376 * gdb.base/symtab-search-order.c: New file.
20377 * gdb.base/symtab-search-order-1.c: New file.
20378 * gdb.base/symtab-search-order-shlib-1.c: New file.
20379
9de00a4a
PA
203802014-11-07 Pedro Alves <palves@redhat.com>
20381
20382 PR gdb/17511
20383 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20384 i?86-*-linux*.
20385
e0f52461
SC
203862014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20387
20388 PR c++/17494
20389 * gdb.cp/pr17494.cc: New file.
20390 * gdb.cp/pr17494.exp: New file.
20391
6ce8c980
YQ
203922014-11-02 Yao Qi <yao@codesourcery.com>
20393
20394 * gdb.python/python.exp: Get working directory and match the
20395 output of "set extended-prompt \\w " with it.
20396
02be9a71
DE
203972014-10-30 Doug Evans <dje@google.com>
20398
20399 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20400 in objfiles.
20401 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20402 in progspaces.
20403
3bdff46b
LM
204042014-10-30 Janis Johnson <janisjo@codesourcery.com>
20405
20406 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20407 * gdb.base/realname-expand.exp: Likewise.
20408 * gdb.linespec/macro-relative.exp: Likewise.
20409
ab917dfb
PA
204102014-10-29 Pedro Alves <palves@redhat.com>
20411
20412 PR gdb/17408
20413 * gdb.threads/schedlock.c (some_function): New function.
20414 (call_function): New global.
20415 (MAYBE_CALL_SOME_FUNCTION): New macro.
20416 (thread_function): Call it.
20417 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20418 and use it instead of a global counter. Adjust all callers.
20419 (get_current_thread): Use "find current thread" for test message
20420 here rather than having all callers pass down the same string.
20421 (goto_loop): New procedure, factored out from ...
20422 (my_continue): ... this.
20423 (step_ten_loops): Change parameter from test message to command to
20424 use. Adjust.
20425 (list_count): Delete global.
20426 (check_result): New procedure, factored out from duplicate top
20427 level code.
20428 (continue tests): Wrap in with_test_prefix.
20429 (test_step): New procedure, factored out from duplicate top level
20430 code.
20431 (top level): Test "step" in combination with all scheduler-locking
20432 modes. Test "next" in combination with all scheduler-locking
20433 modes, and in combination with stepping over a function call or
20434 not.
20435 * gdb.threads/next-bp-other-thread.c: New file.
20436 * gdb.threads/next-bp-other-thread.exp: New file.
20437
d3d4baed
PA
204382014-10-29 Pedro Alves <palves@redhat.com>
20439
20440 PR python/17372
20441 * gdb.python/python.exp: Test a multi-line command that spawns
20442 interactive Python.
20443 * gdb.base/multi-line-starts-subshell.exp: New file.
20444
563e8d85
YQ
204452014-10-29 Yao Qi <yao@codesourcery.com>
20446
20447 * gdb.base/fileio.exp: Make directories on host.
20448
0ea4d52e
YQ
204492014-10-29 Yao Qi <yao@codesourcery.com>
20450
20451 * gdb.base/fileio.c (test_write): Close the file.
20452
7f5ef605
PA
204532014-10-28 Pedro Alves <palves@redhat.com>
20454
20455 PR gdb/12623
20456 * gdb.base/sigstep.c (no_handler): New global.
20457 (main): If 'no_handler is true, set the signal handlers to
20458 SIG_IGN.
20459 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20460 with_sw_watch and no_handler parameters. Handle them.
20461 (top level) <stepping over handler when stopped at a breakpoint
20462 test>: Add a test axis for testing with a software watchpoint, and
20463 another for testing with the signal handler set to SIG_IGN.
20464 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20465 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20466
abbdbd03
PA
204672014-10-28 Pedro Alves <palves@redhat.com>
20468
20469 PR gdb/17511
20470 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20471 * gdb.base/sigstep.exp (other_handler_location): New global.
20472 (advance): Support stepping into the signal handler, and running
20473 commands while in the handler.
20474 (in_handler_map): New global.
20475 (top level): In the advance test, add combinations for getting
20476 into the handler with stepping commands, and for running commands
20477 in the handler. Add comment descripting the advancei tests.
20478
1df4399f
PA
204792014-10-28 Pedro Alves <palves@redhat.com>
20480
20481 * gdb.base/sigstep.exp: Use build_executable instead of
20482 prepare_for_testing.
20483 (top level): Move code that starts GDB, runs to main and creates a
20484 display to ...
20485 (restart): ... this new procedure.
20486 (top level): Move backtrace from signal handler test to ...
20487 (validate_backtrace): ... this new procedure.
20488 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20489 with_test_prefix. Always restart GDB.
20490 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20491 with_test_prefix. Always restart GDB. No need to delete
20492 breakpoints after the test.
20493 (test_skip_handler): Remove prefix parameter.
20494 (skip_over_handler, breakpoint_to_handler)
20495 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20496 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20497 restart GDB. No need to delete breakpoints after the test.
20498 (top level): Use foreach to call the test procedures with
20499 different commands.
20500
a5b6e449
PA
205012014-10-28 Pedro Alves <palves@redhat.com>
20502
20503 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20504 instead of GNATS numbers.
20505 * gdb.base/sigbpt.exp: Likewise.
20506 * gdb.base/siginfo.exp: Likewise.
20507 * gdb.base/sigstep.exp: Likewise.
20508
e5f8a7cc
PA
205092014-10-27 Pedro Alves <palves@redhat.com>
20510
20511 * gdb.base/sigstep.c (dummy): New global.
20512 (main): Issue a couple writes to the new global.
20513 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20514 procedures.
20515 (skip_over_handler): Use test_skip_handler.
20516 (top level): Call skip_over_handler for stepi and nexti too.
20517 (breakpoint_over_handler): Use test_skip_handler.
20518 (top level): Call breakpoint_over_handler for stepi and nexti too.
20519
763905a3
YQ
205202014-10-27 Yao Qi <yao@codesourcery.com>
20521
20522 * gdb.trace/tfile.c (adjust_function_address)
20523 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20524 function descriptor.
20525
6f259a23
DB
205262014-10-24 Don Breazeal <donb@codesourcery.com>
20527
20528 * gdb.base/foll-fork.exp (test_follow_fork,
20529 catch_fork_child_follow): Check for updated fork messages emitted
20530 from infrun.c.
20531 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20532 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20533 vfork_and_exec_child_follow_through_step): Check for updated vfork
20534 messages emitted from infrun.c.
20535
09dd9a69
PA
205362014-10-24 Pedro Alves <palves@redhat.com>
20537
20538 * gdb.base/corefile.exp: Remove references to ultrix.
20539 * gdb.base/interrupt.exp: Likewise.
20540 * gdb.base/whatis.exp: Likewise.
20541 * gdb.gdb/selftest.exp: Likewise.
20542 * gdb.threads/manythreads.exp: Likewise.
20543 * gdb.threads/print-threads.exp: Likewise.
20544 * gdb.threads/pthreads.exp:: Likewise.
20545 * gdb.threads/schedlock.exp: Likewise.
20546
3433cfa5
SC
205472014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20548
20549 * gdb.cp/non-trivial-retval.cc: Add a test case.
20550 * gdb.cp/non-trivial-retval.exp: Add a test.
20551
092f880b
YQ
205522014-10-20 Yao Qi <yao@codesourcery.com>
20553
20554 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20555 * gdb.python/py-objfile-script-gdb.py: New file.
20556 * gdb.python/py-objfile-script.exp: Update reference to
20557 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20558 of remote_download. Remove the dest file.
20559
acbdb7f3
YQ
205602014-10-20 Yao Qi <yao@codesourcery.com>
20561
20562 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20563 * gdb.base/step-line.exp: Likewise.
20564 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20565 * gdb.dwarf2/dw2-basic.exp: Likewise.
20566 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20567 * gdb.dwarf2/dw2-filename.exp: Likewise.
20568 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20569 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20570 * gdb.dwarf2/dw2-producer.exp: Likewise.
20571 * gdb.dwarf2/mac-fileno.exp: Likewise.
20572 * gdb.python/py-frame-args.exp: Likewise.
20573 * gdb.python/py-framefilter.exp: Likewise.
20574 * gdb.python/py-mi.exp: Likewise.
20575 * gdb.python/py-objfile-script.exp: Likewise
20576 * gdb.python/py-pp-integral.exp: Likewise.
20577 * gdb.python/py-pp-re-notag.exp: Likewise.
20578 * gdb.python/py-prettyprint.exp: Likewise.
20579 * gdb.python/py-section-script.exp: Likewise.
20580 * gdb.python/py-typeprint.exp: Likewise.
20581 * gdb.python/py-xmethods.exp: Likewise.
20582 * gdb.stabs/weird.exp: Likewise.
20583 * gdb.xml/tdesc-regs.exp: Likewise.
20584
bd286a29
KCY
205852014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20586
20587 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20588 (out_cu): Use addr_len for the size of addresses.
20589 (out_line): Likewise. Size DW_LNE_set_address instruction
20590 according to addr_len.
20591 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20592 (FUNC): Add START_INSNS to definition.
20593
673dc4a0
YQ
205942014-10-18 Yao Qi <yao@codesourcery.com>
20595
20596 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20597 gdb_has_argv0 return true.
20598 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20599 check [target_info exists noargs], check [gdb_has_argv0]
20600 instead.
20601 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20602 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20603 procedures.
20604
4ffbba72
DE
206052014-10-17 Doug Evans <dje@google.com>
20606
20607 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20608 event.
20609 * gdb.python/py-events.py: Add clear_objfiles event.
20610
d096d8c1
DE
206112014-10-17 Doug Evans <dje@google.com>
20612
20613 * gdb.python/py-objfile.exp: Test progspace attribute.
20614
a80db015
LM
206152014-10-17 Luis Machado <lgustavo@codesourcery.com>
20616
20617 * gdb.guile/scm-breakpoint.exp: Do not assume any
20618 directory separators when matching source file paths.
20619 * gdb.python/py-breakpoint.exp: Likewise.
20620 * gdb.reverse/break-precsave.exp: Likewise.
20621 * gdb.reverse/break-reverse.exp: Likewise.
20622 * gdb.reverse/consecutive-precsave.exp: Likewise.
20623 * gdb.reverse/finish-precsave.exp: Likewise.
20624 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20625 * gdb.reverse/finish-reverse.exp: Likewise.
20626 * gdb.reverse/i386-precsave.exp: Likewise.
20627 * gdb.reverse/i387-env-reverse.exp: Likewise.
20628 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20629 * gdb.reverse/machinestate-precsave.exp: Likewise.
20630 * gdb.reverse/machinestate.exp: Likewise.
20631 * gdb.reverse/sigall-precsave.exp: Likewise.
20632 * gdb.reverse/solib-precsave.exp: Likewise.
20633 * gdb.reverse/step-precsave.exp: Likewise.
20634 * gdb.reverse/until-precsave.exp: Likewise.
20635 * gdb.reverse/watch-precsave.exp: Likewise.
20636 * gdb.reverse/watch-reverse.exp: Likewise.
20637
b22089ab
YQ
206382014-10-17 Yao Qi <yao@codesourcery.com>
20639
20640 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20641 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20642
6c4486e6
PA
206432014-10-17 Pedro Alves <palves@redhat.com>
20644
20645 PR gdb/17471
20646 * gdb.base/bg-execution-repeat.c: New file.
20647 * gdb.base/bg-execution-repeat.exp: New file.
20648
0ff33695
PA
206492014-10-17 Pedro Alves <palves@redhat.com>
20650
20651 PR gdb/17300
20652 * gdb.base/continue-all-already-running.c: New file.
20653 * gdb.base/continue-all-already-running.exp: New file.
20654
6fdebc3d
PA
206552014-10-17 Pedro Alves <palves@redhat.com>
20656
20657 PR gdb/17472
20658 * gdb.base/annota-input-while-running.c: New file.
20659 * gdb.base/annota-input-while-running.exp: New file.
20660
32a8097b
PA
206612014-10-17 Pedro Alves <palves@redhat.com>
20662
20663 * gdb.base/callfuncs.exp: emove references to osf.
20664 * gdb.base/sigall.exp: Likewise.
20665 * gdb.gdb/selftest.exp: Likewise.
20666 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20667 * gdb.mi/non-stop.c: Likewise.
20668 * gdb.mi/pthreads.c: Likewise.
20669 * gdb.reverse/sigall-precsave.exp: Likewise.
20670 * gdb.reverse/sigall-reverse.exp: Likewise.
20671 * gdb.threads/pthreads.c: Likewise.
20672 * gdb.threads/pthreads.exp: Likewise.
20673
7a3517ff
YQ
206742014-10-17 Yao Qi <yao@codesourcery.com>
20675
20676 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20677 check 'target_info exists noargs'.
20678 (test_command_prompt_position): Likewise.
20679 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20680 Remove "set args".
20681 (progvar_simple_while_test): Likewise.
20682 (progvar_complex_if_while_test): Likewise.
20683 (if_while_breakpoint_command_test): Likewise.
20684 (infrun_breakpoint_command_test): Likewise.
20685 (breakpoint_command_test): Likewise.
20686 (watchpoint_command_test): Likewise.
20687 (bp_deleted_in_command_test): Likewise.
20688 (temporary_breakpoint_commands): Likewise.
20689
bb99c472
YQ
206902014-10-16 Yao Qi <yao@codesourcery.com>
20691
20692 * gdb.base/remotetimeout.exp: Remove noargs checking.
20693
7c16b83e
PA
206942014-10-15 Pedro Alves <palves@redhat.com>
20695
20696 PR breakpoints/9649
20697 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20698 * gdb.base/breakpoint-in-ro-region.exp
20699 (probe_target_hardware_step): New procedure.
20700 (top level): Probe hardware stepping and hardware breakpoint
20701 support. Test stepping through a read-only region, with both
20702 "breakpoint auto-hw" on and off and both "always-inserted" on and
20703 off.
20704
35a49624
IB
207052014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20706
20707 * gdb.dlang/demangle.exp: Update for demangling changes.
20708
2d1c107c
SC
207092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20710
20711 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20712 * gdb.cp/non-trivial-retval.exp: Add new tests.
20713
778811d5
SC
207142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20715
20716 PR c++/13403
20717 PR c++/15154
20718 * gdb.cp/non-trivial-retval.cc: New file.
20719 * gdb.cp/non-trivial-retval.exp: New file.
20720
10c5f0a8
YQ
207212014-10-15 Yao Qi <yao@codesourcery.com>
20722
20723 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20724 remote host.
20725
65d7b369
YQ
207262014-10-15 Yao Qi <yao@codesourcery.com>
20727
20728 * gdb.python/py-symbol.exp: Match file base name if host is
20729 remote, otherwise match file name with dir name.
20730 * gdb.python/py-symtab.exp: Likewise.
20731 * gdb.python/python.exp: Likewise.
20732
46dc1394
YQ
207332014-10-15 Yao Qi <yao@codesourcery.com>
20734
20735 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20736 pattern.
20737 * gdb.python/py-symtab.exp: Likewise.
20738 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20739 locationn.
20740
c40cc657
JB
207412014-10-14 Joel Brobecker <brobecker@adacore.com>
20742
20743 * gdb.ada/addr_arith: New testcase.
20744
2abf49e1
MR
207452014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20746
20747 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20748 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20749 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20750 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20751
f7088df3
SDJ
207522014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20753
20754 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20755 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20756 * gdb.arch/stap-eval-lang-ada.exp: New file.
20757
4dc06805
YQ
207582014-10-14 Yao Qi <yao@codesourcery.com>
20759
20760 * gdb.mi/mi-var-child.c (nothing1): New function.
20761 (nothing2): New function.
20762 (do_children_tests): Set function pointers by nothing1 and
20763 nothing2.
20764 * gdb.mi/mi-var-child.exp: Step over new added statements.
20765 Update test to match the new output.
20766 * gdb.mi/var-cmd.c (nothing1): New function.
20767 (nothing2): New function.
20768 (do_children_tests): Set function pointers by nothing1 and
20769 nothing2.
20770 * gdb.mi/mi-var-display.exp: Update test to match output.
20771 Step to the line specified by $line_dct_nothing.
20772 Increase the number of lines to step.
20773
46a93de2
YQ
207742014-10-14 Yao Qi <yao@codesourcery.com>
20775
20776 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20777 tests.
20778 * gdb.mi/mi2-var-child.exp: Likewise.
20779
14ea52ee
DE
207802014-10-13 Doug Evans <dje@google.com>
20781
20782 * gdb.python/py-objfile.exp: Change name of file name test.
20783
e5c6e92b
DE
207842014-10-13 Doug Evans <dje@google.com>
20785
20786 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20787 from the start of the CU.
20788
c780cc2f
JK
207892014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20790 Yao Qi <yao@codesourcery.com>
20791
20792 Fix "save breakpoints" for "catch" command.
20793 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20794 Remove -nonewline. Match also the added "main" line.
20795
99894e11
JK
207962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20797
20798 Fix "save breakpoints" for "disable $bpnum" command.
20799 * gdb.base/save-bp.c (main): Add label.
20800 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20801
6e1ac5a3
JK
208022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20803
20804 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20805
754dd2b0
YQ
208062014-10-11 Yao Qi <yao@codesourcery.com>
20807
20808 * gdb.server/server-kill.exp: Execute command
20809 "set remote trace-status-packet on" before "tstatus".
20810
f90183d7
YQ
208112014-10-11 Yao Qi <yao@codesourcery.com>
20812
20813 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20814 (main): Call getppid.
20815 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20816 and continue to it. Read variable "server_pid".
20817
bf40a607
YQ
208182014-10-11 Yao Qi <yao@codesourcery.com>
20819
20820 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20821
052ca370
YQ
208222014-10-11 Yao Qi <yao@codesourcery.com>
20823
20824 * gdb.threads/thread-find.exp: Don't execute command
20825 "info threads".
20826 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20827 * gdb.threads/linux-dp.exp: Don't check the condition
20828 $threads_created equals to zero.
20829
3831839c
PA
208302014-10-10 Pedro Alves <palves@redhat.com>
20831
20832 * gdb.base/bigcore.exp: Remove references to IRIX.
20833 * gdb.base/funcargs.exp: Likewise.
20834 * gdb.base/interrupt.exp: Likewise.
20835 * gdb.base/mips_pro.exp: Likewise.
20836 * gdb.base/nodebug.exp: Likewise.
20837 * gdb.base/setvar.exp: Likewise.
20838 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20839
8b9a549d
PA
208402014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20841 Pedro Alves <palves@redhat.com>
20842
20843 PR symtab/14466
20844 * gdb.base/vdso-warning.c: New file.
20845 * gdb.base/vdso-warning.exp: New file.
20846
d48ba5e8
DE
208472014-10-02 Doug Evans <dje@google.com>
20848
20849 * gdb.base/structs.c (main): Don't run forever.
20850
2278c276
PA
208512014-10-02 Pedro Alves <palves@redhat.com>
20852
20853 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20854 (top level) <stop threads 1, stop threads 2>: Use it.
20855
b57bacec
PA
208562014-10-02 Pedro Alves <palves@redhat.com>
20857
20858 * gdb.threads/break-while-running.exp (test): Add new
20859 'update_thread_list' argument. Skip "info threads" if false.
20860 (top level): Add new 'update_thread_list' axis.
20861
13fd3ff3
PA
208622014-10-02 Pedro Alves <palves@redhat.com>
20863
20864 PR breakpoints/17431
20865 * gdb.base/execl-update-breakpoints.c: New file.
20866 * gdb.base/execl-update-breakpoints.exp: New file.
20867
0fec99e8
PA
208682014-10-01 Pedro Alves <palves@redhat.com>
20869
20870 * gdb.base/breakpoint-in-ro-region.c: New file.
20871 * gdb.base/breakpoint-in-ro-region.exp: New file.
20872
2ddf4301
SM
208732014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20874
20875 * gdb.mi/mi-exit-code.exp: New file.
20876 * gdb.mi/mi-exit-code.c: New file.
20877
6a5f3f43
YQ
208782014-09-30 Yao Qi <yao@codesourcery.com>
20879
20880 * lib/prelink-support.exp (build_executable_own_libs): Error if
20881 the target isn't native.
20882
345bcc73
YQ
208832014-09-30 Yao Qi <yao@codesourcery.com>
20884
20885 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20886 false.
20887
a25a5a45
PA
208882014-09-22 Pedro Alves <palves@redhat.com>
20889
20890 * gdb.threads/break-while-running.exp: New file.
20891 * gdb.threads/break-while-running.c: New file.
20892
00ba3162
YQ
208932014-09-19 Yao Qi <yao@codesourcery.com>
20894
20895 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20896 Invoke test. Restart GDB with --readnow and invoke test again.
20897
c3b7b696
YQ
208982014-09-19 Yao Qi <yao@codesourcery.com>
20899
20900 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20901 proc set_breakpoint_on_gcd_function. Invoke
20902 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20903 invoke set_breakpoint_on_gcd_function again.
20904
2b4fd423
DE
209052014-09-18 Doug Evans <dje@google.com>
20906
20907 * gdb.dwarf2/symtab-producer.exp: New file.
20908
a5947601
SDJ
209092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20910
20911 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20912 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20913 * gdb.base/global-var-nested-by-dso.c: Likewise.
20914 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20915
91c19059
SDJ
209162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20917 Pedro Alves <palves@redhat.com>
20918
20919 * gdb.base/watch-bitfields.exp: Pass string other than test file
20920 name to prepare_for_testing.
20921 (watch): New procedure.
20922 (expect_watchpoint): Use with_test_prefix.
20923 (top level): Factor out tests to ...
20924 (test_watch_location, test_regular_watch): ... these new
20925 procedures, and use with_test_prefix and gdb_continue_to_end.
20926
bb9d5f81
PP
209272014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20928
20929 PR breakpoints/12526
20930 * gdb.base/watch-bitfields.exp: New file.
20931 * gdb.base/watch-bitfields.c: New file.
20932
635856f5
PA
209332014-09-16 Pedro Alves <palves@redhat.com>
20934
20935 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20936 software and hardware addresses, not software address against
20937 itself.
20938
7280ceea
PA
209392014-09-16 Pedro Alves <palves@redhat.com>
20940
20941 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20942 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20943
428b16bd
PA
209442014-09-16 Pedro Alves <palves@redhat.com>
20945
20946 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20947 files.
20948 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20949 "*-*-vxworks*" throughout.
20950 * gdb.base/break.exp: Likewise.
20951 * gdb.base/default.exp: Likewise.
20952 * gdb.base/scope.exp: Likewise.
20953 * gdb.base/sepdebug.exp: Likewise.
20954 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20955 throughout.
20956 * gdb.base/run.c: Likewise.
20957 * gdb.base/sepdebug.c: Likewise.
20958 * gdb.hp/gdb.aCC/run.c: Likewise.
20959 * gdb.reverse/until-reverse.c: Likewise.
20960 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20961
666d413c
YQ
209622014-09-16 Yao Qi <yao@codesourcery.com>
20963
20964 * boards/local-remote-host-native.exp: New file.
20965
57cbd724
DE
209662014-09-14 Doug Evans <xdje42@gmail.com>
20967
20968 * gdb.threads/queue-signal.c (thread_count): New variable.
20969 (thread_count_mutex, thread_count_condvar): New variables.
20970 (incr_thread_count, wait_all_threads_running): New functions.
20971 (main): Wait for all threads to be in their thread functions.
20972
81219e53
DE
209732014-09-13 Doug Evans <xdje42@gmail.com>
20974
20975 * gdb.threads/queue-signal.c: New file.
20976 * gdb.threads/queue-signal.exp: New file.
20977
3714cea7
DE
209782014-09-13 Doug Evans <xdje42@gmail.com>
20979
20980 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20981 be consistent with what default_gdb_init uses.
20982 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20983 the plain text of the prompt. Add some logging printfs.
20984 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20985
fa43b1d7
PA
209862014-09-12 Pedro Alves <palves@redhat.com>
20987
20988 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20989 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20990 * gdb.arch/i386-size-overlap.exp: Likewise.
20991 * gdb.arch/i386-size.exp: Likewise.
20992 * gdb.arch/i386-unwind.exp: Likewise.
20993 * gdb.base/a2-run.exp: Likewise.
20994 * gdb.base/break.exp: Likewise.
20995 * gdb.base/charset.exp: Likewise.
20996 * gdb.base/chng-syms.exp: Likewise.
20997 * gdb.base/commands.exp: Likewise.
20998 * gdb.base/dbx.exp: Likewise.
20999 * gdb.base/find.exp: Likewise.
21000 * gdb.base/funcargs.exp: Likewise.
21001 * gdb.base/jit-simple.exp: Likewise.
21002 * gdb.base/reread.exp: Likewise.
21003 * gdb.base/sepdebug.exp: Likewise.
21004 * gdb.base/step-bt.exp: Likewise.
21005 * gdb.cp/mb-inline.exp: Likewise.
21006 * gdb.cp/mb-templates.exp: Likewise.
21007 * gdb.objc/basicclass.exp: Likewise.
21008 * gdb.threads/killed.exp: Likewise.
21009
9d9bf2df
EBM
210102014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21011
21012 PR tdep/17379
21013 * gdb.arch/powerpc-stackless.S: New file.
21014 * gdb.arch/powerpc-stackless.exp: New file.
21015
1cf2f1b0
JK
210162014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21017
21018 * gdb.base/attach.c: Include unistd.h.
21019 (main): Call alarm. Add label postloop.
21020 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21021 gdb_breakpoint, gdb_continue_to_breakpoint.
21022 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21023
98880d46
PA
210242014-09-11 Pedro Alves <palves@redhat.com>
21025
21026 PR gdb/17347
21027 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21028 * gdb.base/attach.exp (test_command_line_attach_run): New
21029 procedure.
21030 (top level): Call it.
21031
4c92ff2c
PA
210322014-09-11 Pedro Alves <palves@redhat.com>
21033
21034 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21035 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21036 (do_command_attach_tests): Use spawn_wait_for_attach.
21037 * gdb.base/solib-overlap.exp: Likewise.
21038 * gdb.multi/multi-attach.exp: Likewise.
21039 * gdb.python/py-prompt.exp: Likewise.
21040 * gdb.python/py-sync-interp.exp: Likewise.
21041 * gdb.server/ext-attach.exp: Likewise.
21042
3adc1a7d
GKB
210432014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21044
21045 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21046 command in testcase. Simplify testcase.
21047
96334934
JB
210482014-09-10 Joel Brobecker <brobecker@adacore.com>
21049
21050 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21051
eb479039
JB
210522014-09-10 Joel Brobecker <brobecker@adacore.com>
21053
21054 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21055
deede10c
JB
210562014-09-10 Joel Brobecker <brobecker@adacore.com>
21057
21058 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21059
7828a5f5
JB
210602014-09-10 Joel Brobecker <brobecker@adacore.com>
21061
21062 * gdb.dwarf2/dynarr-ptr.c: New file.
21063 * gdb.dwarf2/dynarr-ptr.exp: New file.
21064
33aeebcf
MR
210652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21066
21067 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21068 of 30 rather than hardcoding 120 for a slow test case. Take the
21069 `gdb,timeout' target setting into account for this calculation.
21070 Don't extend the timeout for the test cases that don't need it.
21071
7b415901
MR
210722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21073
21074 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21075 a factor of 2 for a slow test case. Take the `gdb,timeout'
21076 target setting into account for this calculation.
21077 * gdb.reverse/until-precsave.exp: Increase the timeout by
21078 a factor of 15 and 3 respectively rather than adding 120
21079 for a pair of slow test cases. Take the `gdb,timeout'
21080 target setting into account for this calculation.
21081
4a40f85a
MR
210822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21083
21084 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21085 timeout, don't pass one down to gdb_expect.
21086 (gdb_expect): Rework timeout selection.
21087
09635af7
MR
210882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21089
21090 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21091 exception on timeout.
21092 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21093 (gdbserver_start_extended): Catch any `gdbserver_start' error
21094 exceptions.
21095 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21096 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21097 `gdbserver_gdb_load' error exceptions.
21098
2bdd10b7
MR
210992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21100
21101 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21102 120 on waiting for the TCP socket to open.
21103
316935f0
DE
211042014-09-09 Doug Evans <xdje42@gmail.com>
21105
21106 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21107 _caller_matches, _any_caller_is, _any_caller_matches.
21108
83740597
DE
211092014-09-09 Doug Evans <xdje42@gmail.com>
21110
21111 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21112
4c122fc3
YQ
211132014-09-09 Yao Qi <yao@codesourcery.com>
21114
21115 * gdb.mi/mi-var-display.exp: Set print symbol off.
21116
a9f116cb
GKB
211172014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21118
21119 PR gdb/17035
21120 * gdb.base/commands.exp: Add tests to verify user-defined
21121 commands with empty bodies.
21122 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21123 python commands in `show user command`.
21124 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21125 scheme commands in `show user command`.
21126
c75bd3a2
JK
211272014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21128
21129 PR python/17355
21130 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21131 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21132 * gdb.python/py-framefilter-invalidarg.exp: New file.
21133 * gdb.python/py-framefilter-invalidarg.py: New file.
21134
faa42425
DE
211352014-09-06 Doug Evans <xdje42@gmail.com>
21136
21137 PR 15276
21138 * gdb.python/py-caller-is.c: New file.
21139 * gdb.python/py-caller-is.exp: New file.
21140
474ca4f6
SDJ
211412014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21142
21143 PR gdb/17235
21144 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21145 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21146
eb0b0463
SDJ
211472014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21148
21149 PR fortran/17237
21150 * gdb.fortran/print-formatted.exp: New file.
21151 * gdb.fortran/print-formatted.f90: Likewise.
21152
5f3b99cf
SS
211532014-09-03 Sasha Smundak <asmundak@google.com>
21154
21155 * gdb.python/py-frame.exp: Test Frame.read_register.
21156
7d793aa9
SDJ
211572014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21158
21159 PR python/16699
21160 * gdb.python/py-completion.exp: New file.
21161 * gdb.python/py-completion.py: Likewise.
21162
fb0576e9
DE
211632014-08-28 Doug Evans <dje@google.com>
21164
21165 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21166 eax,etc. are live with values set by gdb and thus the compiler can't
21167 use them.
21168 * gdb.arch/i386-pseudo.c (main): Ditto.
21169
ee92b0dd
DE
211702014-08-27 Doug Evans <dje@google.com>
21171
21172 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21173
6649db35
DE
211742014-08-25 Doug Evans <dje@google.com>
21175
21176 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21177 (main): Ditto.
21178
564b7600
DE
211792014-08-25 Doug Evans <dje@google.com>
21180
21181 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21182
3881fb67
YQ
211832014-08-24 Yao Qi <yao@codesourcery.com>
21184
21185 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21186 symbol off.
21187 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21188
a05a36a5
DE
211892014-08-22 Doug Evans <dje@google.com>
21190
21191 PR 17276
21192 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21193 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21194 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21195
7c343b48
YQ
211962014-08-22 Yao Qi <yao@codesourcery.com>
21197
21198 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21199 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21200 * gdb.python/python.exp: Likewise. Use .py file on the host
21201 instead of the build.
21202
22fd09ae
JK
212032014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21204
21205 * gdb.threads/gcore-stale-thread.c: New file.
21206 * gdb.threads/gcore-stale-thread.exp: New file.
21207
a8454a7c
PA
212082014-08-21 Pedro Alves <palves@redhat.com>
21209
21210 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21211 * gdb.base/gcore-relro-pie.exp: Likewise.
21212 * gdb.base/gcore-relro.exp: Likewise.
21213 * gdb.base/gcore.exp: Likewise.
21214 * gdb.base/print-symbol-loading.exp: Likewise.
21215 * gdb.threads/gcore-thread.exp: Likewise.
21216 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21217
2a31c623
PA
212182014-08-20 Pedro Alves <palves@redhat.com>
21219 Jan Kratochvil <jan.kratochvil@redhat.com>
21220
21221 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21222 configure.
21223 (EXPECT): Handle READ1 being set.
21224 (all): Depend on EXTRA_RULES.
21225 (check-read1, expect-read1, read1.so, read1): New rules.
21226 * README (Testsuite Parameters): Document the READ1 make variable.
21227 (Race detection): New section.
21228 * configure: Regenerate.
21229 * configure.ac: If build==host==target, and running under a
21230 GNU/glibc system, add read1 to the extra Makefile rules.
21231 (EXTRA_RULES): AC_SUBST it.
21232 * lib/read1.c: New file.
21233
d36430db
JB
212342014-08-20 Joel Brobecker <brobecker@adacore.com>
21235
21236 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21237 the handling of variables declared as a typedef to an array
21238 which a DW_AT_data_location attribute.
21239
9a0dc9e3
PA
212402014-08-19 Andrew Burgess <aburgess@broadcom.com>
21241 Pedro Alves <palves@redhat.com>
21242
21243 PR symtab/14604
21244 PR symtab/14605
21245 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21246 gdb_test.
21247
0718a8da
PA
212482014-08-19 Pedro Alves <palves@redhat.com>
21249
21250 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21251
13b448cd
YQ
212522014-08-19 Yao Qi <yao@codesourcery.com>
21253
21254 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21255 right line.
21256
1cbf5077
DB
212572014-08-18 David Blaikie <dblaikie@gmail.com>
21258
21259 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21260
bf0fae19
JB
212612014-08-18 Joel Brobecker <brobecker@adacore.com>
21262
21263 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21264 attribute in array range.
21265
3c8c5dcc
JB
212662014-08-18 Joel Brobecker <brobecker@adacore.com>
21267
21268 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21269
e66d4446
SC
212702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21271
21272 PR c++/17132
21273 * gdb.cp/pr17132.cc: New file.
21274 * gdb.cp/pr17132.exp: New file.
21275
940df408
SC
212762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21277
21278 * gdb.python/py-xmethods.py (A_getarrayind)
21279 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21280 Use 'print' with function call syntax.
21281 (E_method_matcher.match): Fix tab vs space indentation mixup.
21282
ebcc6c3a
YQ
212832014-08-15 Yao Qi <yao@codesourcery.com>
21284
21285 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21286 false.
21287
775e0f04
YQ
212882014-08-15 Yao Qi <yao@codesourcery.com>
21289
21290 * gdb.cp/casts.exp: Set print symbol off.
21291 * gdb.cp/class2.exp: Likewise.
21292 * gdb.cp/overload.exp: Likewise.
21293 * gdb.cp/templates.exp: Likewise.
21294
d769e349
DE
212952014-08-11 Doug Evans <dje@google.com>
21296
21297 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21298 (test_load_shlib): Update.
21299
20c6f1e1
YQ
213002014-08-09 Yao Qi <yao@codesourcery.com>
21301
21302 * gdb.base/display.exp: Invoke is_address_zero_readable.
21303 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21304 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21305 * gdb.base/hbreak-unmapped.exp: Return if
21306 is_address_zero_readable returns true.
21307 * gdb.base/signest.exp: Likewise.
21308 * gdb.base/signull.exp: Likewise.
21309 * gdb.base/sigbpt.exp: Likewise.
21310 * gdb.guile/scm-disasm.exp: Do the test if
21311 is_address_zero_readable returns false.
21312 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21313 * gdb.python/py-arch.exp: Likewise.
21314 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21315 * lib/gdb.exp (is_address_zero_readable): New proc.
21316
5792e8e3
YQ
213172014-08-09 Yao Qi <yao@codesourcery.com>
21318
21319 PR testsuite/13443
21320 * gdb.mi/mi-var-display.exp: Make test messages unique.
21321
3cecbbbe
TT
213222014-08-04 Tom Tromey <tromey@redhat.com>
21323
21324 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21325 target 0".
21326
00b51ff5
TT
213272014-08-04 Tom Tromey <tromey@redhat.com>
21328
21329 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21330 "target_resume".
21331
6908c509
JB
213322014-08-01 Joel Brobecker <brobecker@adacore.com>
21333
21334 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21335 inner_vla_struct_object_size.
21336 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21337 as xfail.
21338
cc6563d2
PA
213392014-07-30 Pedro Alves <palves@redhat.com>
21340
21341 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21342 comment.
21343
7e09a223
YQ
213442014-07-29 Yao Qi <yao@codesourcery.com>
21345
21346 PR gdb/17206
21347 * gdb.base/until-nodebug.exp: New.
21348
7ebdbe92
DE
213492014-07-28 Doug Evans <xdje42@gmail.com>
21350
21351 PR guile/17203
21352 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21353 previously existing parameter, and previously ambiguously spelled
21354 parameter.
21355
fdb1adc6
WN
213562014-07-28 Will Newton <will.newton@linaro.org>
21357
21358 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21359
186fcde0
DE
213602014-07-26 Ludovic Courtès <ludo@gnu.org>
21361 Doug Evans <xdje42@gmail.com>
21362
21363 PR guile/17146
21364 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21365
70509625
PA
213662014-07-25 Pedro Alves <palves@redhat.com>
21367
21368 * gdb.threads/signal-command-handle-nopass.c: New file.
21369 * gdb.threads/signal-command-handle-nopass.exp: New file.
21370 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21371 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21372 * gdb.threads/signal-delivered-right-thread.c: New file.
21373 * gdb.threads/signal-delivered-right-thread.exp: New file.
21374
c3f814a1
PA
213752014-07-25 Pedro Alves <palves@redhat.com>
21376
21377 * gdb.base/double-prompt-target-event-error.exp
21378 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21379 match.
21380 (cancel_pagination_in_target_event): Rework double prompt
21381 detection.
21382 * gdb.base/paginate-after-ctrl-c-running.exp
21383 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21384 <return>' match.
21385 * gdb.base/paginate-bg-execution.exp
21386 (test_bg_execution_pagination_return)
21387 (test_bg_execution_pagination_cancel): Remove '-notransfer
21388 <return>' matches.
21389 * gdb.base/paginate-execution-startup.exp
21390 (test_fg_execution_pagination_return)
21391 (test_fg_execution_pagination_cancel): Remove '-notransfer
21392 <return>' matches.
21393 * gdb.base/paginate-inferior-exit.exp
21394 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21395 match.
21396 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21397 * lib/gdb.exp (pagination_prompt): Run text through
21398 string_to_regexp.
21399 (gdb_test_multiple): Match $pagination_prompt instead of
21400 "<return>".
21401 (string_to_regexp): Move to lib/gdb-utils.exp.
21402
e214cf6c
JK
214032014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21404
21405 * gdb.arch/amd64-entry-value-paramref.S: New file.
21406 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21407 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21408 * gdb.arch/amd64-optimout-repeat.S: New file.
21409 * gdb.arch/amd64-optimout-repeat.c: New file.
21410 * gdb.arch/amd64-optimout-repeat.exp: New file.
21411
17d0c5c8
JK
214122014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21413
21414 PR gdb/17170
21415 * gdb.base/statistics.exp: New file.
21416
b8b8facf
DE
214172014-07-17 Doug Evans <dje@google.com>
21418
74b49205 21419 PR gdb/17170
b8b8facf
DE
21420 * gdb.base/maint.exp: Update testing of per-command stats.
21421
1b5d0ab3
PA
214222014-07-16 Pedro Alves <palves@redhat.com>
21423
21424 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21425 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21426 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21427 (tfile_write_buf): New functions.
21428 (add_memory_block): Rewrite using the above.
21429 (adjust_function_address): New function.
21430 (FUNCTION_ADDRESS): New macro.
21431 (write_basic_trace_file): Remove short_x local, and use
21432 tfile_write_16. Change type of func_addr local to unsigned long
21433 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21434 here. Cast argument of add_memory_block to char pointer.
21435 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21436 (main): Remove parameters.
21437 * gdb.trace/tfile.exp: Remove nowarnings.
21438
4d974e88
SM
214392014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21440
21441 * gdb.base/debug-expr.exp: Test string evaluation with
21442 "debug expression" on.
21443
41e99568
PA
214442014-07-15 Pedro Alves <palves@redhat.com>
21445
21446 * gdb.base/reread.exp: Use clean_restart.
21447
487d9753
PL
214482014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21449
21450 * gdb.arch/avr-flash-qualifer.c: New.
21451 * gdb.arch/avr-flash-qualifer.exp: New.
21452
cc1c52ad
PA
214532014-07-14 Pedro Alves <palves@redhat.com>
21454
21455 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21456 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21457
1e973570
PA
214582014-07-14 Pedro Alves <palves@redhat.com>
21459
21460 * gdb.base/double-prompt-target-event-error.c: New file.
21461 * gdb.base/double-prompt-target-event-error.exp: New file.
21462
93d6eb10
PA
214632014-07-14 Pedro Alves <palves@redhat.com>
21464
21465 PR gdb/17072
21466 * gdb.base/paginate-inferior-exit.c: New file.
21467 * gdb.base/paginate-inferior-exit.exp: New file.
21468
0017922d
PA
214692014-07-14 Pedro Alves <palves@redhat.com>
21470
21471 PR gdb/17072
21472 * gdb.base/paginate-bg-execution.c: New file.
21473 * gdb.base/paginate-bg-execution.exp: New file.
21474
94696ad3
PA
214752014-07-14 Pedro Alves <palves@redhat.com>
21476
21477 PR gdb/17072
21478 * gdb.base/paginate-execution-startup.c: New file.
21479 * gdb.base/paginate-execution-startup.exp: New file.
21480 * lib/gdb.exp (pagination_prompt): New global.
21481 (default_gdb_spawn): New procedure, factored out from
21482 default_gdb_spawn.
21483 (default_gdb_start): Adjust to call default_gdb_spawn.
21484 (gdb_spawn): New procedure.
21485
bd293940
PA
214862014-07-14 Pedro Alves <palves@redhat.com>
21487
21488 * lib/gdb.exp (gdb_assert): New procedure.
21489 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21490
c933f875
PA
214912014-07-14 Pedro Alves <palves@redhat.com>
21492
21493 * gdb.base/execution-termios.c: New file.
21494 * gdb.base/execution-termios.exp: New file.
21495
d98b7a16
TT
214962014-07-14 Tom Tromey <tromey@redhat.com>
21497
21498 * gdb.cp/vla-cxx.cc: New file.
21499 * gdb.cp/vla-cxx.exp: New file.
21500
548740d6
TT
215012014-07-14 Tom Tromey <tromey@redhat.com>
21502
21503 * gdb.reverse/rerun-prec.c: New file.
21504 * gdb.reverse/rerun-prec.exp: New file.
21505
a25eb028
MR
215062014-07-12 Maciej W. Rozycki <macro@mips.com>
21507 Maciej W. Rozycki <macro@codesourcery.com>
21508
21509 * lib/gdb-utils.exp: New file.
21510 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21511 inline `gdb_init_command' processing.
21512 (gdb_start_cmd): Likewise.
21513 * lib/mi-support.exp (mi_run_cmd): Likewise.
21514 * README: Document `gdb_init_command' and `gdb_init_commands'.
21515
218c2655
JK
215162014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21517
21518 Fix false FAIL running under a very long directory name.
21519 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21520 and "set print elements 10000". Twice.
21521
5401fde3
YQ
215222014-07-11 Yao Qi <yao@codesourcery.com>
21523
21524 * gdb.base/exprs.exp: "set print symbol off".
21525
e76126e8
PA
215262014-07-11 Pedro Alves <palves@redhat.com>
21527
21528 * gdb.threads/kill.c: New file.
21529 * gdb.threads/kill.exp: New file.
21530
2d6f0de6
YQ
215312014-07-10 Yao Qi <yao@codesourcery.com>
21532
21533 * gdb.trace/tfile.c (write_basic_trace_file)
21534 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21535 address written to trace file.
21536
7180e04a
PA
215372014-07-09 Pedro Alves <palves@redhat.com>
21538
21539 * gdb.base/attach-wait-input.exp: New file.
21540 * gdb.base/attach-wait-input.c: New file.
21541
9a9a7608
AB
215422014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21543
21544 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21545 setting up test structures.
21546 (main): Call new test function.
21547 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21548 test function, continue into test function and walk test
21549 structures.
21550
161ac41e
YQ
215512014-07-02 Yao Qi <yao@codesourcery.com>
21552
21553 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21554 'bar_start' at the beginning of functions 'foo' and 'bar'
21555 respectively.
21556 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21557 instead of 'foo' and 'bar'.
21558
1f267ae3
MM
215592014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21560
21561 * gdb.btrace/segv.exp: New.
21562 * gdb.btrace/segv.c: New.
21563
2b239efb
LM
215642014-07-02 Luis Machado <lgustavo@codesourcery.com>
21565
21566 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21567 instruction.
21568
cf363f18
MW
215692014-06-30 Mark Wielaard <mjw@redhat.com>
21570
21571 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21572 vulture, vilify, villar): New volatile array constants.
21573 (vindictive, vegetation): New const volatile array constants.
21574 * gdb.base/volatile.exp: Test volatile and const volatile array
21575 types.
21576
aebf9d24
AA
215772014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21578
21579 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21580 target lacks support for awatch, rwatch, or hbreak.
21581
b67a2c6f
YQ
215822014-06-27 Yao Qi <yao@codesourcery.com>
21583
21584 * gdb.multi/dummy-frame-restore.exp: New.
21585 * gdb.multi/dummy-frame-restore.c: New.
21586
aef92902
MM
215872014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21588
21589 * gdb.btrace/gcore.exp: New.
21590
8e9db26e
PA
215912014-06-23 Pedro Alves <palves@redhat.com>
21592
21593 * gdb.base/watchpoint-reuse-slot.c: New file.
21594 * gdb.base/watchpoint-reuse-slot.exp: New file.
21595
70afc5b7
SC
215962014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21597
21598 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21599 progspace's filename in 'info', 'enable' and 'disable' command
21600 tests.
21601
b972bd9c
JK
216022014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21603
21604 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21605 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21606 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21607
125f8a3d
GB
216082014-06-20 Gary Benson <gbenson@redhat.com>
21609
21610 * gdb.arch/i386-avx.exp: Fix include file location.
21611 * gdb.arch/i386-sse.exp: Likewise.
21612
3ed9baed
IB
216132014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21614
21615 * gdb.dlang/expression.exp: New file.
21616
034f788c
PA
216172014-06-19 Pedro Alves <palves@redhat.com>
21618
21619 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21620 out from ...
21621 (top level): ... here. Iterate running tests under different
21622 scheduler-locking settings.
21623
45371d0c
LM
216242014-06-18 Luis Machado <lgustavo@codesourcery.com>
21625
21626 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21627 to DW_FORM_addr and use non-zero addresses.
21628
5d376983
SC
216292014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21630
21631 PR gdb/17017
21632 * gdb.python/py-xmethods.cc: Add global function call counters and
21633 increment them in their respective functions. Remove "cout"
21634 statements.
21635 * gdb.python/py-xmethods.exp: Make tests check the global function
21636 call counters instead of depending on inferior IO.
21637
a1aa2221
LM
216382014-06-18 Don Breazeal <donb@codesourcery.com>
21639
21640 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21641 Deleted procedure.
21642 (explicit_fork_parent_follow): Deleted procedure.
21643 (explicit_fork_child_follow): Deleted procedure.
21644 (test_follow_fork): New procedure.
21645 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21646 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21647 procedure calls.
21648
0fc05997
YQ
216492014-06-17 Yao Qi <yao@codesourcery.com>
21650
21651 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21652 CP1252.
21653
70795c52
LM
216542014-06-17 Luis Machado <lgustavo@codesourcery.com>
21655
21656 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21657 Initialize ptr and S explicitly.
21658 (skip_type_update_when_not_use_rtti_test): Likewise.
21659
6be47f0c
KS
216602014-06-16 Keith Seitz <keiths@redhat.com>
21661
21662 PR mi/15863
21663 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21664 the inferior is started.
21665
d03de421
PA
216662014-06-16 Pedro Alves <palves@redhat.com>
21667
21668 * gdb.base/break-main-file-remove-fail.c: New file.
21669 * gdb.base/break-main-file-remove-fail.exp: New file.
21670 * gdb.base/break-unload-file.exp: Use build_executable instead of
21671 prepare_for_testing.
21672 (test_break): New parameter "initial_load". Handle it.
21673 (top level): Add initial_load cmdline/file axis.
21674
f9579b99
TT
216752014-06-12 Tom Tromey <tromey@redhat.com>
21676
21677 * gdb.base/completion.exp: Don't use directory name in test.
21678
3657956b
GB
216792014-06-09 Gary Benson <gbenson@redhat.com>
21680
21681 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21682 separate the always-available ANSI-standard signals from the
21683 signals that require checking.
21684 (main): Likewise.
21685 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21686 Likewise.
21687 (main): Likewise.
21688
4186eb54
KS
216892014-06-07 Keith Seitz <keiths@redhat.com>
21690
21691 Revert:
21692 PR c++/16253
21693 * gdb.cp/var-tag.cc: New file.
21694 * gdb.cp/var-tag.exp: New file.
21695 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21696 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21697 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21698 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21699
25326a28 217002014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21701
21702 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21703
829155c9
PA
217042014-06-06 Pedro Alves <palves@redhat.com>
21705
21706 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21707 in target debug output instead of looking at RSP packets,
21708 disabling the test on any target that uses hardware stepping.
21709 Update comments.
21710
61c8d22e
PA
217112014-06-06 Pedro Alves <palves@redhat.com>
21712
21713 * gdb.base/break-unload-file.exp: Fix typo.
21714
d9a47287
YQ
217152014-06-06 Yao Qi <yao@codesourcery.com>
21716
21717 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21718 from "jit_function" to "^jit_function".
21719
e5e01dbf
YQ
217202014-06-06 Yao Qi <yao@codesourcery.com>
21721
21722 * gdb.base/async.c (foo): Add one statement.
21723 * gdb.base/async.exp: Get the next instruction address and
21724 match the output of "nexti" by instruction address. Match
21725 the hex address in the output of "finish".
21726
73ba372c
GB
217272014-06-06 Gary Benson <gbenson@redhat.com>
21728
21729 * gdb.base/call-signals.c: Remove preprocessor conditionals
21730 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21731 SIGSEGV and SIGTERM.
21732 * gdb.base/sigall.c: Likewise.
21733 * gdb.base/unwindonsignal.c: Likewise.
21734 * gdb.reverse/sigall-reverse.c: Likewise.
21735
831517df
YQ
217362014-06-06 Yao Qi <yao@codesourcery.com>
21737
21738 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21739 readable, skip the test.
21740
b8b91e98
YQ
217412014-06-06 Yao Qi <yao@codesourcery.com>
21742
21743 * gdb.threads/staticthreads.c (thread_function): Move the line
21744 setting breakpoint on forward.
21745 * gdb.threads/staticthreads.exp: Update comments.
21746
fb934770
LC
217472014-06-05 Ludovic Courtès <ludo@gnu.org>
21748
21749 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21750 "history-append! type error".
21751
6ef284bd
SM
217522014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21753
21754 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21755 erroneous dprintf expected input.
21756
a872e241
DE
217572014-06-04 Doug Evans <xdje42@gmail.com>
21758
21759 * gdb.guile/scm-generics.exp: Delete.
21760
16f691fb
DE
217612014-06-04 Doug Evans <xdje42@gmail.com>
21762
21763 * gdb.guile/scm-breakpoint.exp: Update.
21764 Add tests for breakpoint registration.
21765
012370f6
TT
217662014-06-04 Tom Tromey <tromey@redhat.com>
21767
21768 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21769 VLA-in-union.
21770 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21771 inner_vla_struct, vla_union types. Initialize objects of those
21772 types and compute their sizes.
21773
9f5a4cef
HZ
217742014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21775 Hui Zhu <hui@codesourcery.com>
21776
21777 * gdb.base/fileio.exp: Add test for shell not available as well as
21778 available.
21779 * gdb.base/fileio.c (test_system): Check for shell twice.
21780
90a45c4d
YQ
217812014-06-04 Yao Qi <yao@codesourcery.com>
21782
21783 * gdb.base/auto-connect-native-target.exp: Remove redundant
21784 space from the regexp pattern.
21785
70017e41
YQ
217862014-06-04 Yao Qi <yao@codesourcery.com>
21787
21788 * gdb.base/default.exp: Replace "child" with "native" in
21789 regexp pattern.
21790
883964a7
SC
217912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21792
21793 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21794 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21795 * gdb.python/py-xmethods.py: Python script supporting the
21796 new testcase and tests.
21797
ef370185
JB
217982014-06-03 Joel Brobecker <brobecker@adacore.com>
21799 Pedro Alves <palves@redhat.com>
21800
21801 PR breakpoints/17000
21802 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21803 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21804
1e2ccb61
BM
218052014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21806
21807 * gdb.base/subst.exp: Add tests to verify partial path matching
21808 output.
21809
c6ec5ab2
PA
218102014-06-03 Pedro Alves <palves@redhat.com>
21811
21812 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21813 target that doesn't use software single-stepping.
21814
835c559f
PA
218152014-06-03 Pedro Alves <palves@redhat.com>
21816
21817 PR breakpoints/17000
21818 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21819 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21820
06eb1586
DE
218212014-06-02 Doug Evans <xdje42@gmail.com>
21822
21823 * gdb.guile/scm-parameter.exp: New file.
21824
e698b8c4
DE
218252014-06-02 Doug Evans <xdje42@gmail.com>
21826
21827 * gdb.guile/scm-cmd.c: New file.
21828 * gdb.guile/scm-cmd.exp: New file.
21829
ded03782
DE
218302014-06-02 Doug Evans <xdje42@gmail.com>
21831
21832 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21833 pretty-printer lookup.
21834 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21835 (make-pp_s-printer): Call it.
21836 (make-pretty-printer-from-dict): New function.
21837 (lookup-pretty-printer-maker-from-dict): New function.
21838 (*pretty-printer*): Simplify.
21839 (make-objfile-pp_s-printer): New function.
21840 (install-objfile-pretty-printers!): New function.
21841 (make-progspace-pp_s-printer): New function.
21842 (install-progspace-pretty-printers!): New function.
21843 * gdb.guile/scm-progspace.c: New file.
21844 * gdb.guile/scm-progspace.exp: New file.
21845
41fac0cf
PA
218462014-06-02 Pedro Alves <palves@redhat.com>
21847
21848 * gdb.base/dprintf-bp-same-addr.c: New file.
21849 * gdb.base/dprintf-bp-same-addr.exp: New file.
21850
96ae5695
EBM
218512014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21852
21853 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21854 * gdb.arch/powerpc-power.s: Likewise.
21855
da02b3a8
JB
218562014-06-02 Joel Brobecker <brobecker@adacore.com>
21857
21858 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21859
c72b2e7b
YQ
218602014-06-01 Yao Qi <yao@codesourcery.com>
21861
21862 * gdb.base/watchpoint.exp (test_watch_location): Check null
21863 pointer can be dereferenced. If not, do the test, otherwise
21864 skip it.
21865
53e8a631
AB
218662014-05-30 Andrew Burgess <aburgess@broadcom.com>
21867
21868 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21869 results.
21870 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21871
938f0e2f
AB
218722014-05-30 Andrew Burgess <aburgess@broadcom.com>
21873
21874 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21875 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21876 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21877 * gdb.arch/amd64-invalid-stack-top.c: New file.
21878 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21879
9ba6657a
PA
218802014-05-30 Pedro Alves <palves@redhat.com>
21881
21882 PR breakpoints/17000
21883 * gdb.base/sss-bp-on-user-bp.c: New file.
21884 * gdb.base/sss-bp-on-user-bp.exp: New file.
21885
522c09bf
DB
218862014-05-30 David Blaikie <dblaikie@gmail.com>
21887
21888 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21889 gnu_inline semantics via attribute.
21890 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21891 source explicitly specifies the required semantics.
21892
bf4ef81e
MR
218932014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21894
21895 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21896
329ea579
PA
218972014-05-29 Pedro Alves <palves@redhat.com>
21898 Tom Tromey <tromey@redhat.com>
21899
21900 * gdb.base/async-shell.exp: Don't enable target-async.
21901 * gdb.base/async.exp
21902 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21903 parameter. Adjust.
21904 (top level): Don't test with "target-async".
21905 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21906 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21907 * gdb.base/inferior-died.exp: Don't enable target-async.
21908 * gdb.base/interrupt-noterm.exp: Likewise.
21909 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21910 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21911 * gdb.mi/mi-nonstop.exp: Likewise.
21912 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21913 * gdb.mi/mi-nsintrall.exp: Likewise.
21914 * gdb.mi/mi-nsmoribund.exp: Likewise.
21915 * gdb.mi/mi-nsthrexec.exp: Likewise.
21916 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21917 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21918 * gdb.python/py-evsignal.exp: Don't enable target-async.
21919 * gdb.python/py-evthreads.exp: Likewise.
21920 * gdb.python/py-prompt.exp: Likewise.
21921 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21922 * gdb.server/solib-list.exp: Don't enable target-async.
21923 * gdb.threads/thread-specific-bp.exp: Likewise.
21924 * lib/mi-support.exp: Adjust to use mi-async.
21925
fd664c91
PA
219262014-05-29 Pedro Alves <palves@redhat.com>
21927
21928 PR gdb/13860
21929 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21930 reason, even in sync mode.
21931
251bde03
PA
219322014-05-29 Pedro Alves <palves@redhat.com>
21933 Hui Zhu <hui@codesourcery.com>
21934
21935 PR PR15693
21936 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21937 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21938 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21939 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21940
7f3c0343
JB
219412014-05-28 Joel Brobecker <brobecker@adacore.com>
21942
21943 * config/monitor.exp (gdb_target_monitor): Replace use of
21944 "set remotebaud" by "set serial baud".
21945
b2715b27
AW
219462014-05-26 Andy Wingo <wingo@igalia.com>
21947
21948 * gdb.guile/scm-breakpoint.exp:
21949 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21950 properties instead of gdb-object-properties.
21951
498a4489
YQ
219522014-05-26 Yao Qi <yao@codesourcery.com>
21953
21954 * gdb.server/no-thread-db.exp: Specify source file name
21955 explicitly when setting a breakpoint.
21956
589fdceb
MM
219572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21958
21959 * gdb.btrace/vdso.c: New.
21960 * gdb.btrace/vdso.exp: New.
21961
e9089e05
MM
219622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21963
21964 * gdb.base/gcore.exp (capture_command_output): Move ...
21965 * lib/gdb.exp (capture_command_output): ... here.
21966
67b5c0c1
MM
219672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21968
21969 * gdb.btrace/data.exp: Test memory access during btrace replay.
21970
a2199296
SM
219712014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21972
21973 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21974
17b2616c
PA
219752014-05-21 Pedro Alves <palves@redhat.com>
21976
21977 PR gdb/13860
21978 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21979 (top level): Test that output related to execution commands is
21980 sent to the console with CLI commands, but not with MI commands.
21981 Test that breakpoint events are always mirrored to the console.
21982 Also expect the new source line to be output after a "next" in
21983 async mode too. Make it a pass/fail test.
21984 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21985 output.
21986 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21987
5166082f
PA
219882014-05-21 Pedro Alves <palves@redhat.com>
21989
21990 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21991 Use them to test variations of "list" after reaching a breakpoint.
21992 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21993 Test "list" with listsize 10 after reaching a breakpoint.
21994 * gdb.python/python.exp (decode_line current location line
21995 number): Adjust expected line number.
21996
2f25d70f
SM
219972014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21998
21999 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22000 behavior for $args, pass it directly to "run".
22001
ff604a67
MR
220022014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22003
22004 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22005 30000 to 65536.
22006
6a3cb8e8
PA
220072014-05-21 Pedro Alves <palves@redhat.com>
22008
22009 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22010 auto-connect-native-target off".
22011 * gdb.base/auto-connect-native-target.c: New file.
22012 * gdb.base/auto-connect-native-target.exp: New file.
22013
4ebfc96e
PA
220142014-05-21 Pedro Alves <palves@redhat.com>
22015
22016 * gdb.base/default.exp: Test "target native" instead of "target
22017 child".
22018
36d46afb
MW
220192014-05-21 Mark Wielaard <mjw@redhat.com>
22020
22021 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22022
5876f503
JK
220232014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22024
22025 Fix TLS access for -static -pthread.
22026 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22027 <HAVE_TLS> (thread_function, main): Initialize it.
22028 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22029 Add clean_restart.
22030 <$have_tls != "">: Check TLSVAR.
22031
0256a6ac
PA
220322014-05-21 Pedro Alves <palves@redhat.com>
22033
22034 * gdb.base/dcache-line-read-error.c: New.
22035 * gdb.base/dcache-line-read-error.exp: New.
22036
936d2992
PA
220372014-05-20 Pedro Alves <palves@redhat.com>
22038
22039 * gdb.base/compare-sections.c: New file.
22040 * gdb.base/compare-sections.exp: New file.
22041
802e8e6d
PA
220422014-05-20 Pedro Alves <palves@redhat.com>
22043
22044 * gdb.base/break-idempotent.c: New file.
22045 * gdb.base/break-idempotent.exp: New file.
22046
e59fa00f
MM
220472014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22048
22049 * gdb.btrace/nohist.exp: New.
22050
8b696e31
YQ
220512014-05-20 Yao Qi <yao@codesourcery.com>
22052
22053 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22054 gdb.reverse directory and gdb_reverse_timeout exists in board
22055 setting.
22056 * README: Document gdb_reverse_timeout.
22057
73c9764f
YQ
220582014-05-20 Yao Qi <yao@codesourcery.com>
22059
22060 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22061 'test_file_name'. Treat args as a string instead of a list.
22062 (gdb_init): Rename argument 'args' by 'test_file_name'.
22063
f1f4348a
JK
220642014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22065
22066 * gdb.arch/powerpc-power.exp: New file.
22067 * gdb.arch/powerpc-power.s: New file.
22068
0dbe70ce
DE
220692014-05-16 Doug Evans <dje@google.com>
22070
22071 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22072 * gdb.base/completion.exp: Check that all expected files exist
22073 before doing file completion.
0dbe70ce 22074
8d551b02
DE
220752014-05-16 Doug Evans <dje@google.com>
22076
22077 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22078 Update.
22079 (do_syscall_tests_without_xml): Update.
22080
73eb7709
PA
220812014-05-16 Pedro Alves <palves@redhat.com>
22082
22083 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22084 instead of "unknown output after running".
22085
3fae92fc
YQ
220862014-05-16 Yao Qi <yao@codesourcery.com>
22087
22088 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22089 file1.txt from host at the end.
22090 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22091
c2b2ccc5
DE
220922014-05-15 Doug Evans <dje@google.com>
22093
22094 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22095 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22096 loading file. Add test for TU lookup.
22097
8c217a4b
SM
220982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22099
22100 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22101 calling "-exec-arguments" or "set args" before running the
22102 inferior.
22103
3deb39c6
SM
221042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22105
22106 * lib/mi-support.exp (mi_expect_stop): Expect message for
22107 inferiors that exit with non-zero exit code.
22108
71a79f8c
YQ
221092014-05-14 Yao Qi <yao@codesourcery.com>
22110
22111 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22112 match absolute path on remote host.
22113 (test_file_list_exec_source_files): Remove "/" from the
22114 pattern.
22115
f23fcd46
YQ
221162014-05-14 Yao Qi <yao@codesourcery.com>
22117
22118 * boards/local-remote-host-notty.exp (${board}_file): New
22119 proc.
22120
9404b58f
KM
221212014-05-07 Kyle McMartin <kyle@redhat.com>
22122
22123 Pushed by Joel Brobecker <brobecker@adacore.com>.
22124 * gdb.arch/aarch64-atomic-inst.c: New file.
22125 * gdb.arch/aarch64-atomic-inst.exp: New file.
22126
5e45f04c
YQ
221272014-05-07 Yao Qi <yao@codesourcery.com>
22128
22129 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22130 in current context" too.
22131
c888a17d
KS
221322014-05-05 Keith Seitz <keiths@redhat.com>
22133
22134 * gdb.linespec/ls-dollar.exp: Add test for linespec
22135 file:convenience_variable.
22136
290a839c
YQ
221372014-05-05 Yao Qi <yao@codesourcery.com>
22138
22139 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22140 traceframes into tfile and ctf trace files. Read data from
22141 trace file and test collected data.
22142 (gdb_collect_locals_test): Likewise.
22143 (gdb_unavailable_registers_test): Likewise.
22144 (gdb_unavailable_floats): Likewise.
22145 (gdb_collect_globals_test): Likewise.
22146 (top-level): Append "ctf" to trace_file_targets if GDB
22147 supports.
22148
b5262cd0
YQ
221492014-05-05 Yao Qi <yao@codesourcery.com>
22150
22151 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22152 code to ...
22153 (gdb_collect_args_test_1): ... it. New proc.
22154 (gdb_collect_locals_test): Move some code to ...
22155 (gdb_collect_locals_test_1): ... it. New proc.
22156 (gdb_unavailable_registers_test): Move some code to ...
22157 (gdb_unavailable_registers_test_1): ... it. New proc.
22158 (gdb_unavailable_floats): Move some code to ...
22159 (gdb_unavailable_floats_1): ... it. New proc.
22160
30a1e6cc
SDJ
221612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22162
22163 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22164 probes to test for bitness recognition.
22165 * gdb.arch/amd64-stap-optional-prefix.exp
22166 (test_probe_value_without_reg): New procedure.
22167 Add code to test for different kinds of bitness.
22168
f33da99a
SDJ
221692014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22170
22171 PR breakpoints/16889
22172 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22173 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22174
5b80f00d
PA
221752014-05-01 Pedro Alves <palves@redhat.com>
22176
22177 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22178 gdb_file_cmd if no file is specified.
22179 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22180 last_loaded_file to set the remote exec-file.
22181
f8c2a73c
PA
221822014-05-01 Pedro Alves <palves@redhat.com>
22183
22184 * boards/local-remote-host.exp: New file.
22185
be6e8ac7
PA
221862014-05-01 Pedro Alves <palves@redhat.com>
22187
22188 * boards/local-remote-host.exp: Rename to ...
22189 * boards/local-remote-host-notty.exp: ... this.
22190
cac0dc8f
JB
221912014-04-28 Joel Brobecker <brobecker@adacore.com>
22192
22193 * gdb.ada/dyn_arrayidx: New testcase.
22194
9730e6cc
YQ
221952014-04-26 Yao Qi <yao@codesourcery.com>
22196
22197 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22198 and compute the length of function main. Save it in
22199 $main_length.
22200 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22201 (top-level): Use gdb_compile to compile objects into
22202 executable and restart GDB. Remove invocation to
22203 prepare_for_testing.
22204
7ae1a6a6
PA
222052014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22206 Pedro Alves <palves@redhat.com>
22207
22208 PR server/16255
22209 * gdb.multi/multi-attach.c: New file.
22210 * gdb.multi/multi-attach.exp: New file.
22211
4082afcc
PA
222122014-04-25 Pedro Alves <palves@redhat.com>
22213
22214 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22215 user.
22216 (top level): Test that "set remote conditional-breakpoints-packet
22217 off" works as intended.
22218 * gdb.base/dprintf.exp: Test that "set remote
22219 breakpoint-commands-packet off" works as intended.
22220 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22221 New function.
22222 (top level): Call it.
22223 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22224 remote fast-tracepoints-packet off" works as intended.
22225 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22226 * lib/gdb.exp (gdb_is_target_remote): ... here.
22227
2abc3f8d
DB
222282014-04-24 David Blaikie <dblaikie@gmail.com>
22229
22230 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22231 ensure clang would not discard them.
22232 * gdb.base/gdbvars.c: Ditto.
22233 * gdb.base/memattr.c: Ditto.
22234 * gdb.base/whatis.c: Ditto.
22235 * gdb.python/py-prettyprint.c: Ditto.
22236 * gdb.trace/actions.c: Ditto.
22237 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22238 ensure clang would not discard it.
22239
bfd39632
DB
222402014-04-24 David Blaikie <dblaikie@gmail.com>
22241
22242 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22243 clang to emit the full definition of type required by the test
22244 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22245
22842ff6
DB
222462014-04-24 David Blaikie <dblaikie@gmail.com>
22247
22248 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22249 coax Clang into emitting the definition of the type.
22250 * gdb.cp/pr10728-x.h (y): Ditto.
22251 * gdb.cp/pr10728-y.cc (y): Ditto.
22252
c2e827ad
DB
222532014-04-24 David Blaikie <dblaikie@gmail.com>
22254
22255 * gdb.base/label.exp: XFAIL label related tests under Clang.
22256 * gdb.cp/cplabel.exp: Ditto.
22257 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22258 under Clang those using labels.
22259
4c2d33e7
YQ
222602014-04-25 Yao Qi <yao@codesourcery.com>
22261
22262 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22263 double_label.
22264 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22265 partial_label and double_label.
22266
56083b99
DB
222672014-04-24 David Blaikie <dblaikie@gmail.com>
22268
22269 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22270
25d4e99d
DB
222712014-04-24 David Blaikie <dblaikie@gmail.com>
22272
22273 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22274 of the function to work across GCC and Clang.
22275 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22276 pointer types (const void ** const V void **).
22277
01f9f808
MS
222782014-04-24 Michael Sturm <michael.sturm@mintel.com>
22279 Walfred Tedeschi <walfred.tedeschi@intel.com>
22280
22281 * Makefile.in (EXECUTABLES): Added i386-avx512.
22282 * gdb.arch/i386-avx512.c: New file.
22283 * gdb.arch/i386-avx512.exp: Likewise.
22284
4b48d439
KS
222852014-04-23 Keith Seitz <keiths@redhat.com>
22286
22287 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22288 (mi_make_breakpoint_table): New procedure.
22289 (mi_create_breakpoint): Use mi_make_breakpoint
22290 and return the result.
22291 (mi_make_breakpoint): New procedure.
22292 (mi_build_kv_pairs): New procedure.
22293
22294 * gdb.mi/mi-break.exp: Remove unused globals,
22295 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22296 All callers updated.
22297 * gdb.mi/mi-dprintf.exp: Use variable to track command
22298 number.
22299 Update all callers of mi_create_breakpoint and use
22300 mi_make_breakpoint_table.
22301 Remove any unused global variables.
22302 * gdb.mi/mi-nonstop.exp: Likewise.
22303 * gdb.mi/mi-nsintrall.exp: Likewise.
22304 * gdb.mi/mi-nsmoribund.exp: Likewise.
22305 * gdb.mi/mi-nsthrexec.exp: Likewise.
22306 * gdb.mi/mi-reverse.exp: Likewise.
22307 * gdb.mi/mi-simplerun.exp: Likewise.
22308 * gdb.mi/mi-stepn.exp: Likewise.
22309 * gdb.mi/mi-syn-frame.exp: Likewise.
22310 * gdb.mi/mi-until.exp: Likewise.
22311 * gdb.mi/mi-var-cp.exp: Likewise.
22312 * gdb.mi/mi-var-display.exp: Likewise.
22313 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22314 * gdb.mi/mi2-var-child.exp: Likewise.
22315 * gdb.mi/mi-vla-c99.exp: Likewise.
22316 * lib/mi-support.exp: Likewise.
22317
22318 From Ian Lance Taylor <iant@cygnus.com>:
22319 * lib/gdb.exp (parse_args): New procedure.
22320
08351840
PA
223212014-04-23 Pedro Alves <palves@redhat.com>
22322
22323 * gdb.base/break-unload-file.c: New file.
22324 * gdb.base/break-unload-file.exp: New file.
22325 * gdb.base/sym-file-lib.c (baz): New function.
22326 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22327 field.
22328 (load): Store the segment's mapped size.
22329 (unload): New function.
22330 (unload_shlib): New function.
22331 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22332 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22333 set a breakpoint at baz, and call it.
22334 * gdb.base/sym-file.exp: New tests for stale breakpoint
22335 instructions.
22336
076855f9
PA
223372014-04-23 Pedro Alves <palves@redhat.com>
22338
22339 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22340 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22341 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22342 * gdb.base/hbreak-unmapped.c: New file.
22343 * gdb.base/hbreak-unmapped.exp: New file.
22344 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22345 * lib/gdb.exp (gdb_is_target_remote): ... here.
22346
483805cf
PA
223472014-04-22 Pedro Alves <palves@redhat.com>
22348
22349 * gdb.base/consecutive-step-over.c: New file.
22350 * gdb.base/consecutive-step-over.exp: New file.
22351
06d97543
PA
223522014-04-22 Pedro Alves <palves@redhat.com>
22353
22354 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22355 instead of send_gdb/gdb_expect.
22356
b4429ea2
YQ
223572014-04-22 Yao Qi <yao@codesourcery.com>
22358
22359 * lib/trace-support.exp (generate_tracefile): New procedure.
22360 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22361 return 0.
22362 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22363 if generate_tracefile returns 1.
22364
51d48146
PA
223652014-04-18 Tom Tromey <palves@redhat.com>
22366 Pedro alves <tromey@redhat.com>
22367
22368 PR backtrace/15558
22369 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22370 with a backtrace limit.
22371 * gdb.python/py-frame-inline.exp: Test running to an inline
22372 function with a backtrace limit, and printing the newest frame.
22373 * gdb.python/py-frame-inline.c (main): Call f.
22374
bd1dce5f
MS
223752014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22376
22377 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22378
40d1a503
MS
223792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22380
22381 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22382 Drop prefix from unsupported source file path.
22383
389b98f7
YQ
223842014-04-17 Yao Qi <yao@codesourcery.com>
22385
22386 * lib/gdb.exp (with_target_charset): New proc.
22387 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22388 with_target_charset.
22389 (test_print_strings): Likewise.
22390 (test_repeat_bytes): Likewise.
22391 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22392 for some tests.
22393
22869d73
KS
223942014-04-16 Keith Seitz <keiths@redhat.com>
22395
22396 PR gdb/15827
22397 * gdb.dwarf2/corrupt.c: New file.
22398 * gdb.dwarf2/corrupt.exp: New file.
22399
c4f87ca6
KS
224002014-04-16 Keith Seitz <keiths@redhat.com>
22401
22402 PR c++/16597
22403 * gdb.cp/namelessclass.cc: New file.
22404 * gdb.cp/namelessclass.exp: New file.
22405 * gdb.cp/namelessclass.S: New file.
22406
ab19de87
DE
224072014-04-16 Doug Evans <dje@google.com>
22408
22409 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22410 Add comment.
22411 (gdbserver_default_get_comm_port): New function.
22412 (gdbserver_start): Check if board file provided
22413 "gdbserver,get_comm_port" and use it if so.
22414 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22415 (gdb,socketport): Set to "stdio".
22416 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22417 (stdio_gdbserver_template): Delete.
22418 (${board}_get_remote_address): Update.
22419 (${board}_build_remote_cmd): Delete.
22420 (${board}_get_comm_port): New function.
22421 (${board}_spawn): Update.
22422 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22423 Delete.
22424 (${board}_get_remote_address): Update.
22425 (${board}_get_comm_port): New function.
22426
fc98a809
AB
224272014-04-16 Andrew Burgess <aburgess@broadcom.com>
22428
22429 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22430 appearing in any order.
22431
87fd9e6e
DE
224322014-04-15 Doug Evans <dje@google.com>
22433
22434 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22435 uninitialized value of "description".
22436
099fc3ea
KS
224372014-04-15 Keith Seitz <keiths@redhat.com>
22438
22439 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22440 Remove unused globals.
22441 (test_running_the_program): Likewise.
22442 (test_controlled_execution): Likewise.
22443 (test_controlling_breakpoints): Likewise.
22444 (test_program_termination): Likewise.
22445
5da151d4
KS
224462014-04-15 Keith Seitz <keiths@redhat.com>
22447
22448 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22449 unused globals.
22450 (test_rbreak_creation_and_listing): Likewise.
22451 (test_ignore_count): Likewise.
22452 (test_error): Likewise.
22453
35e5d2f0
PA
224542014-04-15 Pedro Alves <palves@redhat.com>
22455
22456 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22457 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22458 sym-file-loader.c.
22459 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22460 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22461 to sym-file-loader.c.
22462 (struct library): Forward declare.
22463 (load_shlib, lookup_function): Change prototypes.
22464 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22465 (translate_offset): Remove declarations.
22466 (get_text_addr): New declaration.
22467 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22468 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22469 sym-file-loader.h.
22470 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22471 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22472 here from sym-file-loader.h.
22473 (struct library): New structure.
22474 (load_shlib, lookup_function): Change prototypes and adjust to
22475 work with a struct library.
22476 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22477 (translate_offset): Make static.
22478 (get_text_addr): New function.
22479 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22480
eb4c1710
PA
224812014-04-15 Pedro Alves <palves@redhat.com>
22482
22483 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22484
2d1baf52
PA
224852014-04-15 Pedro Alves <palves@redhat.com>
22486
22487 * gdb.base/sym-file-loader.c: Include <limits.h>.
22488 (SELF_LINK): New define.
22489 (get_origin): New function.
22490 (load_shlib): Use it.
22491 * gdb.base/sym-file.exp: Don't early return if the target is
22492 remote. Use runto_main, and issue fail is that fails. Use
22493 gdb_load_shlibs.
22494 (shlib_name): Delete.
22495 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22496
7dd6df01
PA
224972014-04-15 Pedro Alves <palves@redhat.com>
22498
22499 * gdb.base/sym-file.exp: Remove regex characters from test
22500 message. Don't refer to breakpoint numbers in test messages.
22501
b50c8614
KS
225022014-04-14 Keith Seitz <keiths@redhat.com>
22503
22504 PR c++/16253
22505 * gdb.cp/var-tag.cc: New file.
22506 * gdb.cp/var-tag.exp: New file.
22507 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22508 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22509 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22510 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22511
3d567982
TT
225122014-04-14 Tom Tromey <tromey@redhat.com>
22513
22514 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22515 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22516 type.
22517 * gdb.cp/enum-class.exp: New file.
22518 * gdb.cp/enum-class.cc: New file.
22519
0626fc76
TT
225202014-04-14 Tom Tromey <tromey@redhat.com>
22521
22522 * gdb.dwarf2/enum-type.exp: New file.
22523
dca325b3
SA
225242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22525
22526 * gdb.mi/mi-vla-c99.exp: New file.
22527 * gdb.mi/vla.c: New file.
22528
5854b38a
SA
225292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22530
22531 * gdb.base/vla-datatypes.c: New file.
22532 * gdb.base/vla-datatypes.exp: New file.
22533
463bb957
SA
225342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22535
22536 * gdb.base/vla-ptr.c: New file.
22537 * gdb.base/vla-ptr.exp: New file.
22538
3dd170be
SA
225392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22540
22541 * gdb.dwarf2/count.exp: New file.
22542
5ecaaa66
SA
225432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22544
22545 * gdb.base/vla-sideeffect.c: New file.
22546 * gdb.base/vla-sideeffect.exp: New file.
22547
41f1ada5
DB
225482014-04-14 David Blaikie <dblaikie@gmail.com>
22549
22550 * gdb.mi/non-stop.c: Add return value for non-void function return
22551 statement.
22552 * gdb.threads/staticthreads.c: Ditto.
22553
0be03e84
DE
225542014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22555 Doug Evans <xdje42@gmail.com>
22556
22557 * gdb.guile/scm-value.c: Improve test case.
22558 * gdb.guile/scm-value.exp: Add new test.
22559
f180a1fb
DB
225602014-04-11 David Blaikie <dblaikie@gmail.com>
22561
22562 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22563 override Clang's default.
22564
6b662e19
JB
225652014-04-11 Joel Brobecker <brobecker@adacore.com>
22566
22567 Revert the following changes (regressions):
22568
22569 * gdb.base/vla-sideeffect.c: New file.
22570 * gdb.base/vla-sideeffect.exp: New file.
22571
22572 * gdb.dwarf2/count.exp: New file.
22573
22574 * gdb.base/vla-multi.c: New file.
22575 * gdb.base/vla-multi.exp: New file.
22576
22577 * gdb.base/vla-ptr.c: New file.
22578 * gdb.base/vla-ptr.exp: New file.
22579
22580 * gdb.base/vla-datatypes.c: New file.
22581 * gdb.base/vla-datatypes.exp: New file.
22582
22583 * gdb.mi/mi-vla-c99.exp: New file.
22584 * gdb.mi/vla.c: New file.
22585
245a5f0b
KS
225862014-04-11 Keith Seitz <keiths@redhat.com>
22587
22588 PR c++/16675
22589 * gdb.cp/cpsizeof.exp: New file.
22590 * gdb.cp/cpsizeof.cc: New file.
22591
58a84dcf
SA
225922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22593
191a8a90
JB
22594 * gdb.mi/mi-vla-c99.exp: New file.
22595 * gdb.mi/vla.c: New file.
58a84dcf 22596
c8655f75
SA
225972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22598
22599 * gdb.base/vla-datatypes.c: New file.
22600 * gdb.base/vla-datatypes.exp: New file.
22601
024e13b4
SA
226022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22603
22604 * gdb.base/vla-ptr.c: New file.
22605 * gdb.base/vla-ptr.exp: New file.
22606
1a237e0e
SA
226072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22608
22609 * gdb.base/vla-multi.c: New file.
22610 * gdb.base/vla-multi.exp: New file.
22611
504f3432
SA
226122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22613
22614 * gdb.dwarf2/count.exp: New file.
22615
3bce8237
SA
226162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22617
191a8a90
JB
22618 * gdb.base/vla-sideeffect.c: New file.
22619 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22620
322f9c21
YQ
226212014-04-11 Yao Qi <yao@codesourcery.com>
22622
22623 * gdb.base/completion.exp: Check file exists before running tests
22624 on file completion.
22625
d708bcd1
PA
226262014-04-10 Pedro Alves <palves@redhat.com>
22627
22628 * gdb.base/cond-eval-mode.c: New file.
22629 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22630 prepare_for_testing to build the new file. Check result of
22631 runto_main.
22632 (test_break, test_watch): New procedures.
22633 (top level): Use them.
22634
ae1d2761
PM
226352014-04-08 Pierre Muller <muller@sourceware.org>
22636
22637 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22638 Ctrl-V use for mingw hosts.
22639
7af389b8
SC
226402014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22641
22642 * gdb.python/py-value.c: Improve test case.
22643 * gdb.python/py-value.exp: Add new test.
22644
5e703181
DE
226452014-04-07 David Blaikie <dblaikie@gmail.com>
22646
22647 * lib/compiler.c: Identify the clang compiler.
22648 * lib/compiler.cc: Ditto.
22649
9810b410
YQ
226502014-04-03 Yao Qi <yao@codesourcery.com>
22651
22652 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22653
98d1b8dc
AB
226542014-04-01 Anton Blanchard <anton@samba.org>
22655
22656 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22657 messages unique.
22658
3114cea1
AB
226592014-04-01 Anton Blanchard <anton@samba.org>
22660
22661 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22662 prepare_for_testing.
22663
62f7182c
AB
226642014-04-01 Anton Blanchard <anton@samba.org>
22665
22666 * gdb.arch/ppc64-atomic-inst.c: Remove.
22667 * gdb.arch/ppc64-atomic-inst.S: New file.
22668 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22669
770e7fc7
DE
226702014-03-31 Doug Evans <dje@google.com>
22671
22672 * gdb.base/print-symbol-loading-lib.c: New file.
22673 * gdb.base/print-symbol-loading-main.c: New file.
22674 * gdb.base/print-symbol-loading.exp: New file.
22675
46e2bafa
YQ
226762014-03-31 Yao Qi <yao@codesourcery.com>
22677
22678 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22679
8776cfe9
JB
226802014-03-28 Joel Brobecker <brobecker@adacore.com>
22681
22682 * gdb.ada/mi_dyn_arr: New testcase.
22683
5d1ef361
DE
226842014-03-27 Doug Evans <dje@google.com>
22685
22686 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22687
b5bee914
YQ
226882014-03-27 Yao Qi <yao@codesourcery.com>
22689
22690 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22691 if target is nios2-*-*.
22692
0d4d0e77
YQ
226932014-03-26 Yao Qi <yao@codesourcery.com>
22694
22695 * lib/gdb.exp (readline_is_used): New proc.
22696 * gdb.base/completion.exp: Move tests on command complete up.
22697 Skip the rest of tests if readline is not used.
22698 * gdb.ada/complete.exp: Skp the test if readline is not
22699 used.
22700 * gdb.base/filesym.exp: Likewise.
22701 * gdb.base/macscp.exp: Likewise.
22702 * gdb.base/readline-ask.exp: Likewise.
22703 * gdb.base/readline.exp: Likewise.
22704 * gdb.python/py-cmd.exp: Likewise.
22705 * gdb.trace/tfile.exp: Likewise.
22706
29361eee
YQ
227072014-03-26 Yao Qi <yao@codesourcery.com>
22708
22709 * gdb.base/macscp.exp: Fix code format issues.
22710
bc9a5525
UW
227112014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22712
22713 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22714 * gdb.asm/powerpc64le.inc: New file.
22715
d3839ede
PA
227162014-03-25 Pedro Alves <palves@redhat.com>
22717 Doug Evans <dje@google.com>
22718
22719 * gdb.base/source-execution.c: New file.
22720 * gdb.base/source-execution.exp: New file.
22721 * gdb.base/source-execution.gdb: New file.
22722
01672a57
DE
227232014-03-24 Doug Evans <dje@google.com>
22724
22725 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22726 using fission.
22727
88bbeca9
HZ
227282014-03-24 Hui Zhu <hui@codesourcery.com>
22729 Pedro Alves <palves@redhat.com>
22730
22731 PR breakpoints/16101
22732 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22733 test pass/fail messages. Detect missing support for dprintf when
22734 breakpoints are actually inserted.
22735 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22736 breakpoints are actually inserted.
22737 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22738 fails.
22739
d2348791
JK
227402014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22741
22742 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22743
feef67ab
DE
227442014-03-22 Doug Evans <xdje42@gmail.com>
22745
22746 * gdb.python/python.exp (python not supported): Verify multi-line
22747 python command issues an error.
25d743f9 22748 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22749 guile command issues an error.
feef67ab 22750
ecebef6a
MR
227512014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22752
22753 * gdb.threads/thread-specific.exp: Handle the lack of usable
22754 $this_breakpoint and $this_thread.
22755
ccdd1909
HZ
227562014-03-21 Hui Zhu <hui@codesourcery.com>
22757
22758 * gdb.base/attach.exp (do_command_attach_tests): New.
22759
beb460e8
PA
227602014-03-20 Tom Tromey <tromey@redhat.com>
22761 Pedro Alves <palves@redhat.com>
22762
22763 PR cli/15718
22764 * gdb.base/condbreak-call-false.c: New file.
22765 * gdb.base/condbreak-call-false.exp: New file.
22766
40acf43a
PA
227672014-03-20 Pedro Alves <palves@redhat.com>
22768
22769 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22770 Delete.
22771 (block_signals, unblock_signals): Delete.
22772 (child_function_2, main): Remove references to deleted variable
22773 and functions.
22774
9f5e1e02
PA
227752014-03-20 Pedro Alves <palves@redhat.com>
22776
22777 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22778 Use pthread_kill to signal thread 2.
22779 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22780 Adjust to make the test send itself a signal rather than using the
22781 host's "kill" command.
22782
99619bea
PA
227832014-03-20 Pedro Alves <palves@redhat.com>
22784
22785 * gdb.threads/multiple-step-overs.c: New file.
22786 * gdb.threads/multiple-step-overs.exp: New file.
22787 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22788 Adjust expected infrun debug output.
22789
2adfaa28
PA
227902014-03-20 Pedro Alves <palves@redhat.com>
22791
22792 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22793 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22794
31e77af2
PA
227952014-03-20 Pedro Alves <palves@redhat.com>
22796
22797 PR breakpoints/7143
22798 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22799 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22800 of gdb_test_multiple.
22801 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22802 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22803
b9f437de
PA
228042014-03-20 Pedro Alves <palves@redhat.com>
22805
22806 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22807 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22808
05adc73e
PA
228092014-03-19 Pedro Alves <palves@redhat.com>
22810
22811 * gdb.base/async.exp: Remove early return.
22812
6048b950
PA
228132014-03-19 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22816
8bcfb00a
PA
228172014-03-19 Pedro Alves <palves@redhat.com>
22818
22819 * gdb.base/async.exp (test_background): Expect \r\n after
22820 "completed." in the fail pattern.
22821
884e37dc
PA
228222014-03-19 Pedro Alves <palves@redhat.com>
22823
22824 * gdb.base/async.exp (test_background): New procedure.
22825 Use it for all background execution command tests.
22826
148e57e2
PA
228272014-03-19 Pedro Alves <palves@redhat.com>
22828
22829 * gdb.base/async.exp: Use prepare_for_testing.
22830
f48088c7
PA
228312014-03-19 Pedro Alves <palves@redhat.com>
22832
22833 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22834 the same line.
22835
e2f6c966
PA
228362014-03-19 Pedro Alves <palves@redhat.com>
22837
22838 * gdb.base/async.c (main): Add "jump here" and "until here" line
22839 marker comments.
22840 * gdb.base/async.exp (jump_here): New global.
22841 (jump& test): Use it.
22842 (until_here): New global.
22843 (until& test): Use it.
22844
c30568d4
PA
228452014-03-19 Pedro Alves <palves@redhat.com>
22846
22847 * gdb.base/async.exp: Don't frob gdb_protocol.
22848
0172b6a7
DE
228492014-03-18 Doug Evans <xdje42@gmail.com>
22850
22851 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22852 Fix spelling of exec-done-display.
22853
06c868a8
JK
228542014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22855
22856 PR gdb/15358
22857 * gdb.base/gdb-sigterm.c: New file.
22858 * gdb.base/gdb-sigterm.exp: New file.
22859
0c7e1a46
PA
228602014-03-18 Pedro Alves <palves@redhat.com>
22861
22862 PR gdb/13860
22863 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22864 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22865 solib-event.
22866
f7c77d93
JB
228672014-03-17 Joel Brobecker <brobecker@adacore.com>
22868
22869 * gdb.ada/pckd_arr_ren: New testcase.
22870
5a1e8c7a
DE
228712014-03-13 Doug Evans <xdje42@gmail.com>
22872
22873 PR guile/16612
22874 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22875 collect after discarding symbols.
22876
350e1a76
DE
228772014-03-13 Ludovic Courtès <ludo@gnu.org>
22878 Doug Evans <xdje42@gmail.com>
22879
22880 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22881 to history survives a gc.
22882
a69900ae
PA
228832014-03-13 Pedro Alves <palves@redhat.com>
22884
22885 * gdb.base/default.exp: Don't test "target procfs".
22886
5db9f0bd
PA
228872014-03-13 Pedro Alves <palves@redhat.com>
22888
22889 * gdb.base/default.exp: Update "target child" and "target procfs"
22890 tests to not expect "Unix".
22891
b3ccfe11
TT
228922014-03-12 Tom Tromey <tromey@redhat.com>
22893
22894 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22895 New procs. Add target-async tests.
22896 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22897 Add target-async tests.
22898
646f4417
AA
228992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22900
22901 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22902 'func_start' and 'func_end' for the beginning and end of the
22903 function code, respectively.
22904 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22905 'func_end' instead of 'func' and 'main'.
22906
288c211f
AA
229072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22908
22909 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22910 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22911 generate the debug info assembler source.
22912
e0c0f156
AA
229132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22914
22915 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22916 * gdb.dwarf2/arr-subrange.exp: Likewise.
22917 * gdb.dwarf2/dwz.exp: Likewise.
22918 * gdb.dwarf2/method-ptr.exp: Likewise.
22919 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22920 * gdb.dwarf2/subrange.exp: Likewise.
22921 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22922 * gdb.dwarf2/implptrpiece.exp: Likewise.
22923 * gdb.dwarf2/nostaticblock.exp: Likewise.
22924
0e5c4555
AA
229252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22926
22927 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22928 directory to absolute path name arguments.
22929
5ec18f2b
JG
229302014-03-10 Joel Brobecker <brobecker@adacore.com>
22931
22932 * gdb.ada/tagged_access: New testcase.
22933
847fc4f2
MM
229342014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22935
22936 * gdb.btrace/data.exp: Update expected output.
22937
cc3da688
YQ
229382014-03-06 Yao Qi <yao@codesourcery.com>
22939
22940 * gdb.trace/pr16508.exp: New file.
22941
0f26cec1
PA
229422014-03-05 Pedro Alves <palves@redhat.com>
22943
22944 PR gdb/16575
22945 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22946 procedure.
22947 (top level): Adjust to use it. Add tests that exercise breakpoint
22948 interaction with the code-cache.
22949
7a5a839f
LC
229502014-02-26 Ludovic Courtès <ludo@gnu.org>
22951
22952 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22953 test for 'history-append!'.
22954
31aa7e4e
JB
229552014-02-26 Joel Brobecker <brobecker@adacore.com>
22956
22957 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22958 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22959 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22960 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22961 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22962 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22963
1b588015
JB
229642014-02-26 Joel Brobecker <brobecker@adacore.com>
22965
22966 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22967 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22968 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22969
55426c9d
JB
229702014-02-26 Joel Brobecker <brobecker@adacore.com>
22971
22972 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22973
dc53a7ad
JB
229742014-02-26 Joel Brobecker <brobecker@adacore.com>
22975
22976 * gdb.dwarf2/arr-stride.c: New file.
22977 * gdb.dwarf2/arr-stride.exp: New file.
22978
12ab52e9
PA
229792014-02-26 Pedro Alves <palves@redhat.com>
22980
22981 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22982 that won't ever trigger. Make sure that GDB reports the correct
22983 breakpoint that caused the stop.
22984
849c862e
JK
229852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22986
22987 PR gdb/16626
22988 * gdb.base/auto-load-script: New file.
22989 * gdb.base/auto-load.c: New file.
22990 * gdb.base/auto-load.exp: New file.
22991
71b7d793
JK
22992 PR gdb/16626
22993 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22994
e2f0d509
JK
229952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22996
22997 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22998 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22999
50cc37c8
DE
230002014-02-24 Doug Evans <dje@google.com>
23001
23002 * lib/gdb.exp (run_on_host): Log error output if program fails.
23003
ea4758f2
PA
230042014-02-21 Pedro Alves <palves@redhat.com>
23005
23006 * gdb.threads/step-after-sr-lock.c: Rename to ...
23007 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23008 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23009 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23010 ... this.
23011
d7b30f67
SDJ
230122014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23013
23014 PR tdep/16397
23015 * gdb.arch/amd64-stap-special-operands.exp: New file.
23016 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23017 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23018 * gdb.arch/amd64-stap-triplet.S: Likewise.
23019 * gdb.arch/amd64-stap-triplet.c: Likewise.
23020
83deb43f
JB
230212014-02-20 Joel Brobecker <brobecker@adacore.com>
23022
23023 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23024 in .section pseudo-op.
23025
adde2bff
DE
230262014-02-20 lin zuojian <manjian2006@gmail.com>
23027 Joel Brobecker <brobecker@adacore.com>
23028 Doug Evans <xdje42@gmail.com>
23029
23030 PR symtab/16581
23031 * gdb.dwarf2/dw2-icycle.S: New file.
23032 * gdb.dwarf2/dw2-icycle.c: New file.
23033 * gdb.dwarf2/dw2-icycle.exp: New file.
23034
f7bd0f78
SC
230352014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23036
23037 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23038 operations on gdb.Value objects.
23039 * gdb.python/py-value-cc.exp: Add new test to test operations on
23040 gdb.Value objects.
23041
c17ef0d5
DE
230422014-02-18 Doug Evans <dje@google.com>
23043
23044 * Makefile.in (TESTS): New variable.
23045 (expanded_tests, expanded_tests_or_none): New variables
23046 (check-single): Pass $(expanded_tests_or_none) to runtest.
23047 (check-parallel): Only run tests in $(TESTS) if non-empty.
23048 (check/no-matching-tests-found): New rule.
23049 * README: Document TESTS makefile variable.
23050
5dd3176f
DE
230512014-02-18 Doug Evans <dje@google.com>
23052
23053 * Makefile.in (check-parallel): rm -rf outputs temp.
23054
0b10be4f
JK
230552014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23056
23057 Fix "ERROR: no fileid for" in the testsuite.
23058 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23059
85f224e7
DE
230602014-02-12 Doug Evans <dje@google.com>
23061
23062 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23063 (MISCELLANEOUS): New variable.
23064 (clean): rm -rf $(MISCELLANEOUS).
23065 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23066 dwp live in the same directory as symlinks, with each symlink pointed
23067 to a differently named file in a different directory.
23068
149b30ff
DE
230692014-02-11 Doug Evans <dje@google.com>
23070
23071 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23072 of Tcl file commands.
23073
1dfdac32
MK
230742014-02-10 Mark Kettenis <kettenis@gnu.org>
23075
23076 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23077 "kill -SIGUSR1 -1".
23078
aa4fb036
JB
230792014-02-10 Joel Brobecker <brobecker@adacore.com>
23080
23081 * gdb.ada/tick_length_array_enum_idx: New testcase.
23082
ed3ef339
DE
230832014-02-10 Doug Evans <xdje42@gmail.com>
23084
23085 * configure.ac (AC_OUTPUT): Add gdb.guile.
23086 * configure: Regenerate.
23087 * lib/gdb-guile.exp: New file.
23088 * lib/gdb.exp (get_target_charset): New function.
23089 * gdb.base/help.exp: Update expected output from "apropos apropos".
23090 * gdb.guile/Makefile.in: New file.
23091 * gdb.guile/guile.exp: New file.
23092 * gdb.guile/scm-arch.c: New file.
23093 * gdb.guile/scm-arch.exp: New file.
23094 * gdb.guile/scm-block.c: New file.
23095 * gdb.guile/scm-block.exp: New file.
23096 * gdb.guile/scm-breakpoint.c: New file.
23097 * gdb.guile/scm-breakpoint.exp: New file.
23098 * gdb.guile/scm-disasm.c: New file.
23099 * gdb.guile/scm-disasm.exp: New file.
23100 * gdb.guile/scm-equal.c: New file.
23101 * gdb.guile/scm-equal.exp: New file.
23102 * gdb.guile/scm-error.exp: New file.
23103 * gdb.guile/scm-error.scm: New file.
23104 * gdb.guile/scm-frame-args.c: New file.
23105 * gdb.guile/scm-frame-args.exp: New file.
23106 * gdb.guile/scm-frame-args.scm: New file.
23107 * gdb.guile/scm-frame-inline.c: New file.
23108 * gdb.guile/scm-frame-inline.exp: New file.
23109 * gdb.guile/scm-frame.c: New file.
23110 * gdb.guile/scm-frame.exp: New file.
23111 * gdb.guile/scm-generics.exp: New file.
23112 * gdb.guile/scm-gsmob.exp: New file.
23113 * gdb.guile/scm-iterator.c: New file.
23114 * gdb.guile/scm-iterator.exp: New file.
23115 * gdb.guile/scm-math.c: New file.
23116 * gdb.guile/scm-math.exp: New file.
23117 * gdb.guile/scm-objfile-script-gdb.in: New file.
23118 * gdb.guile/scm-objfile-script.c: New file.
23119 * gdb.guile/scm-objfile-script.exp: New file.
23120 * gdb.guile/scm-objfile.c: New file.
23121 * gdb.guile/scm-objfile.exp: New file.
23122 * gdb.guile/scm-ports.exp: New file.
23123 * gdb.guile/scm-pretty-print.c: New file.
23124 * gdb.guile/scm-pretty-print.exp: New file.
23125 * gdb.guile/scm-pretty-print.scm: New file.
23126 * gdb.guile/scm-section-script.c: New file.
23127 * gdb.guile/scm-section-script.exp: New file.
23128 * gdb.guile/scm-section-script.scm: New file.
23129 * gdb.guile/scm-symbol.c: New file.
23130 * gdb.guile/scm-symbol.exp: New file.
23131 * gdb.guile/scm-symtab-2.c: New file.
23132 * gdb.guile/scm-symtab.c: New file.
23133 * gdb.guile/scm-symtab.exp: New file.
23134 * gdb.guile/scm-type.c: New file.
23135 * gdb.guile/scm-type.exp: New file.
23136 * gdb.guile/scm-value-cc.cc: New file.
23137 * gdb.guile/scm-value-cc.exp: New file.
23138 * gdb.guile/scm-value.c: New file.
23139 * gdb.guile/scm-value.exp: New file.
23140 * gdb.guile/source2.scm: New file.
23141 * gdb.guile/types-module.cc: New file.
23142 * gdb.guile/types-module.exp: New file.
23143
7026a7c1
YQ
231442014-02-10 Yao Qi <yao@codesourcery.com>
23145
23146 PR testsuite/16543
23147 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23148 * configure: Regenerated.
23149 * Makefile.in: New file.
23150
6c466447
AS
231512014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23152
23153 * gdb.python/py-framefilter.exp: Fix typo.
23154
6e854735
YQ
231552014-02-08 Yao Qi <yao@codesourcery.com>
23156
23157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23158 that no =breakpoint-modified is emitted when breakpoints are
23159 modified through MI commands.
23160
d137e6dc
PA
231612014-02-07 Pedro Alves <pedro@codesourcery.com>
23162 Pedro Alves <palves@redhat.com>
23163
23164 * gdb.threads/step-after-sr-lock.c: New file.
23165 * gdb.threads/step-after-sr-lock.exp: New file.
23166
b5ee5a50
PA
231672014-02-07 Pedro Alves <palves@redhat.com>
23168
23169 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23170
3c77faf3
JK
231712014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23172
23173 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23174 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23175
6dddc817
DE
231762014-02-06 Doug Evans <xdje42@gmail.com>
23177
23178 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23179 output.
23180
23181 * gdb.gdb/python-interrupts.exp: New file.
23182
de7b2893
YQ
231832014-02-05 Yao Qi <yao@codesourcery.com>
23184
23185 * gdb.trace/report.exp (use_collected_data): Test the output
23186 of "info threads" and "info inferiors".
23187
66d032ac
YQ
231882014-02-05 Yao Qi <yao@codesourcery.com>
23189
23190 Revert this patch:
23191
23192 2013-05-24 Yao Qi <yao@codesourcery.com>
23193
23194 * gdb.trace/tfile.exp: Test inferior and thread.
23195
591a12a1
UW
231962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23197
23198 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23199 on a function.
23200 * gdb.base/step-bt.c: Call hello via function pointer to make
23201 sure its first instruction is executed on powerpc64le-linux.
23202
0ff3e01f
UW
232032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23204
23205 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23206
084ee545
UW
232072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23208
23209 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23210 of the test patterns for use on little-endian systems.
23211
6ed14ff3
UW
232122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23213
23214 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23215 (decimal_vector): Fix for little-endian.
23216
401e27fd
JM
232172014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23218
23219 * gdb.arch/sparc-sysstep.exp: New file.
23220 * gdb.arch/sparc-sysstep.c: Likewise.
23221
23222 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23223
8b924729
EBM
232242014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23225
23226 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23227
fb151210
JB
232282014-01-23 Tom Tromey <tromey@redhat.com>
23229
23230 * gdb.ada/array_char_idx: New testcase.
23231
0740f8d8
TT
232322014-01-23 Tom Tromey <tromey@redhat.com>
23233
23234 PR python/16487:
23235 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23236 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23237 classes.
23238
21909fa1
TT
232392014-01-23 Tom Tromey <tromey@redhat.com>
23240
23241 PR python/16491:
23242 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23243 string from an inferior frame.
23244 * gdb.python/py-framefilter-mi.exp: Update.
23245
87ce2a04
DE
232462014-01-22 Doug Evans <dje@google.com>
23247
23248 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23249
237b092b
AA
232502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23251
23252 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23253
d674a709
AA
232542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23255
23256 * gdb.trace/entry-values.exp: Remove excess space character from
23257 regex patterns. Handle s390 call instruction.
23258
20fa3390
AA
232592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23260
23261 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23262 define "*_start" label. Make "name" static.
23263 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23264 ${name} by references to ${name}_start.
23265
78466714
AA
232662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23267
23268 * gdb.base/info-macros.exp: Remove "debug" from the compile
23269 options.
23270
ec9f644a
IB
232712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23272
23273 * gdb.dlang/demangle.exp: New file.
23274
94b1b47e
IB
232752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23276
23277 * gdb.dlang/primitive-types.exp: New file.
23278
7f420862
IB
232792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23280
23281 * configure.ac: Create gdb.dlang/Makefile.
23282 * configure: Regenerate.
23283 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23284 * gdb.dlang/Makefile.in: New file.
23285 * lib/d-support.exp: New file.
23286 * lib/gdb.exp (skip_d_tests): New proc.
23287
52834460
MM
232882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23289
23290 * gdb.btrace/delta.exp: Check reverse stepi.
23291 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23292 * gdb.btrace/finish.exp: New.
23293 * gdb.btrace/next.exp: New.
23294 * gdb.btrace/nexti.exp: New.
23295 * gdb.btrace/record_goto.c: Add comments.
23296 * gdb.btrace/step.exp: New.
23297 * gdb.btrace/stepi.exp: New.
23298 * gdb.btrace/multi-thread-step.c: New.
23299 * gdb.btrace/multi-thread-step.exp: New.
23300 * gdb.btrace/rn-dl-bind.c: New.
23301 * gdb.btrace/rn-dl-bind.exp: New.
23302 * gdb.btrace/data.c: New.
23303 * gdb.btrace/data.exp: New.
23304 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23305
6e07b1d2
MM
233062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23307
23308 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23309 * gdb.btrace/exception.exp: Update.
23310 * gdb.btrace/instruction_history.exp: Update.
23311 * gdb.btrace/record_goto.exp: Update.
23312 * gdb.btrace/tailcall.exp: Update.
23313 * gdb.btrace/unknown_functions.exp: Update.
23314 * gdb.btrace/delta.exp: New.
23315
0b722aec
MM
233162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23317
23318 * gdb.btrace/record_goto.exp: Add backtrace test.
23319 * gdb.btrace/tailcall.exp: Add backtrace test.
23320
066ce621
MM
233212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23322
23323 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23324 * gdb.btrace/record_goto.c: New.
23325 * gdb.btrace/record_goto.exp: New.
23326 * gdb.btrace/x86-record_goto.S: New.
23327
0688d04e
MM
233282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23329
23330 * gdb.btrace/function_call_history.exp: Update tests.
23331 * gdb.btrace/instruction_history.exp: Update tests.
23332
8710b709
MM
233332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23334
23335 * gdb.btrace/function_call_history.exp: Fix expected field
23336 order for "record function-call-history".
23337 Add new tests for "record function-call-history /c".
23338 * gdb.btrace/exception.cc: New.
23339 * gdb.btrace/exception.exp: New.
23340 * gdb.btrace/tailcall.exp: New.
23341 * gdb.btrace/x86-tailcall.S: New.
23342 * gdb.btrace/x86-tailcall.c: New.
23343 * gdb.btrace/unknown_functions.c: New.
23344 * gdb.btrace/unknown_functions.exp: New.
23345 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23346
5de9129b
MM
233472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23348
23349 * gdb.btrace/instruction_history.exp: Update.
23350 * gdb.btrace/function_call_history.exp: Update.
23351
23a7fe75
MM
233522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23353
23354 * gdb.btrace/function_call_history.exp: Fix expected function
23355 trace.
23356 * gdb.btrace/instruction_history.exp: Initialize traced.
23357 Remove traced_functions.
23358
724c7dd8
MM
233592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23360
23361 * gdb.btrace/function_call_history.exp: Update
23362 * gdb.btrace/instruction_history.exp: Update.
23363
6d78d93b
MM
233642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23365
23366 * gdb.btrace/enable.exp: Update expected text.
23367
93a360cc
OJ
233682014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23369
23370 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23371 bytes.
23372
3772b53f
MR
233732014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23374
23375 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23376
596662fa
OJ
233772014-01-15 Omair Javaid <omair.javaid@linaro.org>
23378
23379 * lib/gdb.exp (supports_process_record): Return true for
23380 arm*-linux*. (supports_reverse): Likewise.
23381
b5b08fb4
SC
233822014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23383
23384 PR python/15464
23385 PR python/16113
23386 * gdb.python/py-type.c: Enhance test case.
23387 * gdb.python/py-value-cc.cc: Likewise
23388 * gdb.python/py-type.exp: Add new tests.
23389 * gdb.python/py-value-cc.exp: Likewise
23390
52d7fb13
AA
233912014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23392 Pedro Alves <palves@redhat.com>
23393
23394 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23395 Make "name" extern.
23396 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23397 references to ${name}_start by references to ${name}.
23398
a2cd8cfe
JB
233992014-01-10 Joel Brobecker <brobecker@adacore.com>
23400
23401 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23402
4e23fced
JB
234032014-01-10 Joel Brobecker <brobecker@adacore.com>
23404
23405 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23406
c6a9e42c
PA
234072014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23408 Pedro Alves <palves@redhat.com>
23409
23410 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23411 mi_gdb_target_load.
c6a9e42c 23412
b7ea362b
PA
234132014-01-08 Pedro Alves <palves@redhat.com>
23414
23415 * gdb.threads/reconnect-signal.c: New file.
23416 * gdb.threads/reconnect-signal.exp: New file.
23417
5e3f4fab
EBM
234182014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23419
23420 * gdb.base/source-dir.exp: New file.
23421
79301218
JB
234222014-01-07 Joel Brobecker <brobecker@adacore.com>
23423
23424 * gdb.ada/mi_interface: New testcase.
23425
8e355c5d
JB
234262014-01-07 Joel Brobecker <brobecker@adacore.com>
23427
23428 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23429 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23430 gdb.ada/pp-rec-component/pck.ads: New files.
23431
c0d48811
JB
234322014-01-07 Joel Brobecker <brobecker@adacore.com>
23433
23434 * gdb.python/py-pp-integral.c: New file.
23435 * gdb.python/py-pp-integral.py: New file.
23436 * gdb.python/py-pp-integral.exp: New file.
23437
17b609c3 23438For older changes see ChangeLog-1993-2013.
c906108c 23439\f
8d8cb839
EZ
23440;; Local Variables:
23441;; mode: change-log
23442;; left-margin: 8
23443;; fill-column: 74
23444;; version-control: never
23445;; End:
902f2ccb 23446
3666a048 23447 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23448 Copying and distribution of this file, with or without modification,
23449 are permitted provided the copyright notice and this notice are preserved.