gdb/riscv: select rv32 target by default when requested
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
895b7b4e
AB
12021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.arch/riscv-default-tdesc.exp: New file.
4
bc3c0632
AB
52021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
8
acde2092
AB
92021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
10
11 * gdb.arch/i386-biarch-core.exp: Add target check.
12
7d2e5095
AKS
132021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
14
15 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
16
96df3e28
AB
172021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.fortran/allocated.exp: New file.
20 * gdb.fortran/allocated.f90: New file.
21
a1670b72
AB
222021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
23
24 * gdb.fortran/lbound-ubound.exp: Remove old comment.
25
bf3386f0
AB
262021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.base/maint-info-sections.exp: Update expected output, and
29 add additional tests. Again.
30
4790db14
AB
312021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * gdb.base/maint-info-sections.exp: Update expected output, and
34 add additional tests.
35
f4be6772
AB
362021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 * gdb.base/maint-info-sections.exp: New file, content is moved
39 from gdb.base/maint.exp and cleaned up to use latest testsuite
40 techniques.
41 * gdb.base/maint.exp: Tests moved out to
42 gdb.base/maint-info-sections.exp.
43
25ad1e83
SM
442021-02-10 Simon Marchi <simon.marchi@efficios.com>
45
46 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
47 GDBFLAGS.
48
e92c8eb8
AB
492021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.fortran/lbound-ubound.F90: New file.
52 * gdb.fortran/lbound-ubound.exp: New file.
53
ee4c3d88
TV
542021-02-10 Tom de Vries <tdevries@suse.de>
55
56 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
57 "Restore saved setting of complaints".
58
cf2b2075
TV
592021-02-09 Tom de Vries <tdevries@suse.de>
60
61 PR symtab/27341
62 * lib/gdb.exp (with_complaints): New proc, factored out of ...
63 (gdb_load_no_complaints): ... here.
64 * gdb.fortran/function-calls.exp: Add test-case.
65
b61f7811
HAQ
662021-02-09 Abid Qadeer <abidh@codesourcery.com>
67
68 * gdb.threads/signal-command-handle-nopass.exp: Call
69 'standard_testfile' before using 'testfile'.
70 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
71 * gdb.threads/signal-delivered-right-thread.exp: Likewise
72 * gdb.threads/signal-sigtrap.exp: Likewise
73
3d4aae48
LM
742021-02-08 Luis Machado <luis.machado@linaro.org>
75
76 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
77
4001d90d
TV
782021-02-08 Tom de Vries <tdevries@suse.de>
79
80 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
81
29db1eb3
AB
822021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.python/tui-window-disabled.c: New file.
85 * gdb.python/tui-window-disabled.exp: New file.
86 * gdb.python/tui-window-disabled.py: New file.
87
e0c23e11
AB
882021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
89
90 * gdb.python/tui-window.exp: Add new tests.
91 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
92 TestWindow object into global the_window.
93 <remote_title>: New method.
94 (delete_window_title): New function.
95
1cf23996
AB
962021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
97
98 * gdb.tui/winheight.exp: Add more tests.
99
2708dbbd
AB
1002021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
101
102 * gdb.python/py-framefilter.exp: Update expected results.
103 * gdb.python/python.exp: Update expected results.
104
cd074e04
AB
1052021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
108 about bug in GDB, update expected results, and add more tests.
109
5fb97639
AB
1102021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.tui/scroll.exp: New file.
113 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
114 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
115 remaining lines up.
116 (Term::check_region_contents): New proc.
117 (Term::check_box_contents): Use check_region_contents.
118
c0e56745
TV
1192021-02-06 Tom de Vries <tdevries@suse.de>
120
121 PR testsuite/26922
122 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
123 scrolling.
124
0e857c82
TV
1252021-02-05 Tom de Vries <tdevries@suse.de>
126
127 PR breakpoints/27313
128 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
129 rejected.
130
a22ec6e8
TV
1312021-02-05 Tom de Vries <tdevries@suse.de>
132
133 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
134 * gdb.fortran/mixed-lang-stack.exp: Same.
135
ae710496
TV
1362021-02-05 Tom de Vries <tdevries@suse.de>
137
138 PR exp/27265
139 * gdb.base/complex-parts.exp: Add tests.
140
d3b54e63
TV
1412021-02-05 Tom de Vries <tdevries@suse.de>
142
143 PR symtab/27307
144 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
145
3eccb1c8
SV
1462021-02-04 Shahab Vahedi <shahab@synopsys.com>
147
148 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
149
a71501e2
PA
1502021-02-03 Pedro Alves <pedro@palves.net>
151
152 * gdb.threads/detach-step-over.c: New file.
153 * gdb.threads/detach-step-over.exp: New file.
154
92234eb1
PA
1552021-02-03 Pedro Alves <pedro@palves.net>
156
157 * gdb.threads/attach-non-stop.c: New file.
158 * gdb.threads/attach-non-stop.exp: New file.
159
2e3773ff
LS
1602021-02-02 Lancelot SIX <lsix@lancelotsix.com>
161
162 * gdb.base/inferior-noarg.c: New test.
163 * gdb.base/inferior-noarg.exp: New test.
164
e0bd9202
SM
1652021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
166
167 * gdb.base/scope.exp: Use proc_with_prefix.
168
9307efbe
SM
1692021-02-02 Simon Marchi <simon.marchi@efficios.com>
170
171 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
172 table proc.
173 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
174 .debug_rnglists table without offset array.
175 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
176 .debug_loclists table without offset array.
177
2b0c7f41
SM
1782021-02-02 Simon Marchi <simon.marchi@efficios.com>
179
180 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
181 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
182 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
183 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
184 attribute
185
ecfda20d
SM
1862021-02-02 Simon Marchi <simon.marchi@efficios.com>
187
188 PR gdb/26813
189 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
190 (loclists): New proc.
191 * gdb.dwarf2/loclists-multiple-cus.c: New.
192 * gdb.dwarf2/loclists-multiple-cus.exp: New.
193 * gdb.dwarf2/loclists-sec-offset.c: New.
194 * gdb.dwarf2/loclists-sec-offset.exp: New.
195
6b0933da
SM
1962021-02-02 Simon Marchi <simon.marchi@efficios.com>
197
198 * lib/dwarf.exp (_location): Add parameters.
199 (_handle_DW_FORM): Adjust.
200
962effa7
SM
2012021-02-02 Simon Marchi <simon.marchi@efficios.com>
202
203 PR gdb/26813
204 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
205 (cu): Generate header for DWARF 5.
206 (rnglists): New proc.
207 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
208 * gdb.dwarf2/rnglists-sec-offset.exp: New.
209
2bd3e4b8
TV
2102021-02-02 Tom de Vries <tdevries@suse.de>
211
212 PR symtab/24620
213 * gdb.dwarf2/fission-reread.exp: Add test-case.
214
c39c8637
TV
2152021-02-01 Tom de Vries <tdevries@suse.de>
216
217 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
218 * gdb.dwarf2/fission-loclists-pie.S: Same.
219 * gdb.dwarf2/fission-loclists.S: Same.
220 * gdb.dwarf2/fission-multi-cu.S: Same.
221 * gdb.dwarf2/fission-reread.S: Same.
222 * gdb.dwarf2/fission-base.exp: Use DWO.
223 * gdb.dwarf2/fission-loclists-pie.exp: Same.
224 * gdb.dwarf2/fission-loclists.exp: Same.
225 * gdb.dwarf2/fission-multi-cu.exp: Same.
226 * gdb.dwarf2/fission-reread.exp: Same.
227
ebde6f2d
TV
2282021-01-29 Tom de Vries <tdevries@suse.de>
229
230 PR breakpoints/26063
231 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
232 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
233
620ec3ca
TV
2342021-01-29 Tom de Vries <tdevries@suse.de>
235
236 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
237
cdeba395
TV
2382021-01-28 Tom de Vries <tdevries@suse.de>
239
240 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
241 in the backtrace, and use that in the rest of the test instead of
242 hardcoded constant 3. Use "frame" instead of "up" for robustness.
243
c47b145e
TV
2442021-01-28 Tom de Vries <tdevries@suse.de>
245
246 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
247 * gdb.arch/i386-sse-stack-align.c: Same.
248 * gdb.arch/i386-sse-stack-align.exp: Same.
249
47918cca
AB
2502021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
253
2f985dd1
TV
2542021-01-28 Tom de Vries <tdevries@suse.de>
255
256 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
257
22efa3d3
TV
2582021-01-28 Tom de Vries <tdevries@suse.de>
259
260 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
261 "maint info line-table". Make PASS pattern more specific. Make
262 FAIL pattern work for -m32.
263
59b59f08
LS
2642021-01-27 Lancelot SIX <lsix@lancelotsix.com>
265
266 PR gdb/27133
267 * gdb.base/ui-redirect.exp: Add test case that ensures that
268 redirecting both logging and debug does not cause gdb to crash.
269
270
807f647c
MM
2712021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
272
273 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
274
4ca40594
TV
2752021-01-26 Tom de Vries <tdevries@suse.de>
276
277 * gdb.threads/killed-outside.exp: Allow regular output.
278
d0021af3
TV
2792021-01-26 Tom de Vries <tdevries@suse.de>
280
281 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
282
9f6c202e
TV
2832021-01-25 Tom de Vries <tdevries@suse.de>
284
285 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
286 * lib/gdb.exp: Use gdb_load_no_complaints.
287
a625a8c9
TT
2882021-01-25 Tom Tromey <tromey@adacore.com>
289
290 * gdb.ada/fixed_points.exp: Add regression test.
291 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
292 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
293
19184910
TT
2942021-01-25 Tom Tromey <tromey@adacore.com>
295
296 * gdb.ada/local-enum.exp: Add enumerator resolution test.
297
acd6125f
TT
2982021-01-25 Tom Tromey <tromey@adacore.com>
299
300 * gdb.ada/local-enum.exp: New file.
301 * gdb.ada/local-enum/local.adb: New file.
302
1af4c9c4
TT
3032021-01-23 Tom Tromey <tom@tromey.com>
304
305 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
306
705646c0
BE
3072021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
308
309 * gdb.base/line65535.exp: Fix test expectation.
310
0ac85db5
SM
3112021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
312
313 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
314 suppression.
315 (default_gdb_exit): Likewise.
316 (default_gdb_spawn): Likewise.
317 (send_gdb): Likewise.
318 (gdb_expect): Likewise.
319 (gdb_expect_list): Likewise.
320 (default_gdb_init): Likewise.
321 (gdb_suppress_entire_file): Remove.
322 (gdb_suppress_tests): Remove.
323 (gdb_stop_suppressing_tests): Remove.
324 (gdb_clear_suppressed): Remove.
325 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
326 related to test suppression.
327 (default_mi_gdb_start): Likewise.
328 (mi_gdb_reinitialize_dir): Likewise.
329 (mi_gdb_test): Likewise.
330 (mi_run_cmd_full): Likewise.
331 (mi_runto_helper): Likewise.
332 (mi_execute_to): Likewise.
333 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
334 * gdb.base/bitfields.exp: Likewise.
335 * gdb.base/bitfields2.exp: Likewise.
336 * gdb.base/break.exp: Likewise.
337 * gdb.base/call-sc.exp: Likewise.
338 * gdb.base/callfuncs.exp: Likewise.
339 * gdb.base/dfp-test.exp: Likewise.
340 * gdb.base/endian.exp: Likewise.
341 * gdb.base/exprs.exp: Likewise.
342 * gdb.base/funcargs.exp: Likewise.
343 * gdb.base/hbreak2.exp: Likewise.
344 * gdb.base/recurse.exp: Likewise.
345 * gdb.base/scope.exp: Likewise.
346 * gdb.base/sepdebug.exp: Likewise.
347 * gdb.base/structs.exp: Likewise.
348 * gdb.base/until.exp: Likewise.
349 * gdb.cp/misc.exp: Likewise.
350
9d2d8a16
AB
3512021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
352
353 PR cli/25956
354 * gdb.base/style.exp (run_style_tests): Add version string test.
355 (test_startup_version_string): Use version style name.
356 * lib/gdb-utils.exp (style): Handle version style name.
357
e7b43072
AB
3582021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
359
360 * gdb.base/style.exp (limited_style): New proc.
361 (clean_restart_and_disable): New proc.
362 (run_style_tests): New proc. Most of the old tests from this file
363 are now in this proc.
364 (test_startup_version_string): New proc. Reamining test from the
365 old file is in this proc.
366
2189c312
SM
3672021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
368
369 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
370 Adjust to "set debug remote" changes.
371
cd211c75
LM
3722021-01-21 Luis Machado <luis.machado@linaro.org>
373
374 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
375 message.
376
730af663
SM
3772021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
378
379 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
380
325d39e4
HD
3812021-01-21 Hannes Domani <ssbssa@yahoo.de>
382
383 PR python/19151
384 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
385
c3e96aa7
SM
3862021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
387
388 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
389
6571ffc6
SM
3902021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
391
392 * lib/tuiterm.exp: Add links in comments.
393
7c794afd
TV
3942021-01-20 Tom de Vries <tdevries@suse.de>
395
396 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
397 offset.
398
1402665c
TV
3992021-01-20 Tom de Vries <tdevries@suse.de>
400
401 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
402
6f52fdf4
SDJ
4032021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
404
405 * gdb.arch/amd64-stap-expressions.S: New file.
406 * gdb.arch/amd64-stap-expressions.exp: New file.
407
14852123
TV
4082021-01-19 Tom de Vries <tdevries@suse.de>
409
410 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
411 sequence.
412
0c4e2c6c
TV
4132021-01-19 Tom de Vries <tdevries@suse.de>
414
415 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
416
02baa133
AB
4172021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
418
419 * gdb.fortran/array-slices.exp (run_test): Avoid including
420 addresses in test names.
421
10f92414
TV
4222021-01-15 Tom de Vries <tdevries@suse.de>
423
424 PR testsuite/26997
425 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
426 when adding sizeof.
427
116d0cf1
TV
4282021-01-14 Tom de Vries <tdevries@suse.de>
429
430 PR testsuite/24590
431 * gdb.base/style.exp: Handle shorter argv in frame command output.
432
8f66807b
AB
4332021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
434
435 PR gdb/26819
436 * gdb.server/stop-reply-no-thread-multi.c: New file.
437 * gdb.server/stop-reply-no-thread-multi.exp: New file.
438
3f94e588
TV
4392021-01-12 Tom de Vries <tdevries@suse.de>
440
441 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
442 (main): Remove call to have_mpx.
443 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
444 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
445 (main): Remote call to have_mpx.
446 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
447 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
448 (main): Remove call to have_mpx.
449 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
450 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
451 (main): Remove call to have_mpx.
452 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
453 * gdb.arch/i386-mpx.c (have_mpx): Remove.
454 (main): Remote call to have_mpx.
455 * gdb.arch/i386-mpx.exp: Use have_mpx.
456 * lib/gdb.exp (have_mpx): New proc.
457
5291fe3c
SP
4582021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
459
460 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
461
18bfb505
TV
4622021-01-12 Tom de Vries <tdevries@suse.de>
463
464 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
465
ce38f5ed
AB
4662021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.fortran/debug-expr.exp: Add new tests.
469
7c654b71
AB
4702021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.fortran/dot-ops.exp: Add new tests.
473
10dadadc
TV
4742021-01-11 Tom de Vries <tdevries@suse.de>
475
476 PR testsuite/26968
477 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
478 Move insn setting $eax to before probe point.
479
66beed02
TT
4802021-01-09 Tom Tromey <tom@tromey.com>
481
482 * gdb.trace/ax.exp: Do not require an "ext".
483
8fc48b79
TT
4842021-01-08 Tom Tromey <tromey@adacore.com>
485
486 * gdb.ada/voidctx/pck.adb: New file.
487 * gdb.ada/voidctx/pck.ads: New file.
488 * gdb.ada/voidctx/voidctx.adb: New file.
489 * gdb.ada/voidctx.exp: New file.
490
6abd4cf2
SM
4912021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
492
493 PR gdb/27157
494 * gdb.base/empty-host-env-vars.exp: New test.
495
d00f0868
AB
4962021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.base/completion.exp: Add a new test.
499
3c8c6de2
AB
5002021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.fortran/intvar-dynamic-types.exp: New file.
503 * gdb.fortran/intvar-dynamic-types.f90: New file.
504
e3436813
AB
5052021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.fortran/intvar-array.exp: New file.
508 * gdb.fortran/intvar-array.f90: New file.
509
d4813f10
TT
5102021-01-07 Tom Tromey <tromey@adacore.com>
511
512 * gdb.ada/assign_arr.exp: Add 'others' test.
513
b49180ac
TT
5142021-01-06 Tom Tromey <tromey@adacore.com>
515
516 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
517 (FP4_Type): New type.
518 (FP4_Var): New variable.
519 * gdb.ada/fixed_points/fixed_points.adb: Update.
520 * gdb.ada/fixed_points.exp: Add tests for binary operators.
521
3c55062c
SM
5222021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
523
524 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
525 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
526 Pass prompt containing debug print to gdb_test_sequence.
527
e4ad960a
TV
5282021-01-04 Tom de Vries <tdevries@suse.de>
529
530 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
531
3ec3145c
SM
5322021-01-04 Simon Marchi <simon.marchi@efficios.com>
533
534
535
8dc558a0
SM
5362021-01-04 Simon Marchi <simon.marchi@efficios.com>
537
538 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
539 * gdb.server/connect-without-multi-process.exp: Likewise.
540 * gdb.server/exit-multiple-threads.exp: Likewise.
541 * gdb.server/ext-attach.exp: Likewise.
542 * gdb.server/ext-restart.exp: Likewise.
543 * gdb.server/ext-run.exp: Likewise.
544 * gdb.server/ext-wrapper.exp: Likewise.
545 * gdb.server/multi-ui-errors.exp: Likewise.
546 * gdb.server/no-thread-db.exp: Likewise.
547 * gdb.server/reconnect-ctrl-c.exp: Likewise.
548 * gdb.server/run-without-local-binary.exp: Likewise.
549 * gdb.server/server-kill.exp: Likewise.
550 * gdb.server/server-run.exp: Likewise.
551 * gdb.server/solib-list.exp: Likewise.
552 * gdb.server/stop-reply-no-thread.exp: Likewise.
553 * gdb.server/wrapper.exp: Likewise.
554 * gdb.server/sysroot.exp: Increase timeout when testing the
555 target: sysroot.
556
d8387cc8
SM
5572021-01-04 Simon Marchi <simon.marchi@efficios.com>
558
559 * gdb.server/server-run.exp: Use clean_restart.
560
5169ae34
SM
5612021-01-04 Simon Marchi <simon.marchi@efficios.com>
562
563 * gdb.server/ext-run.exp: Use clean_restart.
564
7b0ff8a2
SM
5652021-01-04 Simon Marchi <simon.marchi@efficios.com>
566
567 * gdb.server/stop-reply-no-thread.exp: Use build_executable
568 instead of prepare_for_testing.
569
a754fbdf
SM
5702021-01-04 Simon Marchi <simon.marchi@efficios.com>
571
572 * gdb.server/solib-list.exp: Use clean_restart.
573
c5e71b33
TV
5742021-01-04 Tom de Vries <tdevries@suse.de>
575
576 * gdb.base/morestack.c: Remove printf.
577 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
578
9b243007
TT
5792020-12-31 Tom Tromey <tom@tromey.com>
580
581 * gdb.rust/simple.exp: Update output for Rust 1.49.
582
4ff509e7
BE
5832020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
584
585 * gdb.cp/step-and-next-inline.exp: Fix test case.
586
391750c3
SM
5872020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
588
589 * gdb.python/py-frame-args.exp: De-duplicate test names.
590
b7874836
AB
5912020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
592
593 PR gdb/27059
594 * gdb.dwarf2/dyn-type-unallocated.c: New file.
595 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
596
e1ff6226
PW
5972020-12-21 Peter Waller <p@pwaller.net>
598
599 * gdb.base/style-interp-exec-mi.exp: New.
600 * gdb.base/style-interp-exec-mi.c: New.
601
ca01f1bf
SM
6022020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
603
604 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
605 gdb_test. Use proc_with_prefix.
606
0fe69a94
MM
6072020-12-21 Markus Metzger <markus.t.metzger@intel.com>
608
609 * gdb.btrace/exception.exp: Build with nopie.
610 * gdb.btrace/function_call_history.exp: Likewise.
611 * gdb.btrace/unknown_functions.exp: Likewise.
612
806e7575
MM
6132020-12-21 Markus Metzger <markus.t.metzger@intel.com>
614
615 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
616
493d2172
MM
6172020-12-21 Markus Metzger <markus.t.metzger@intel.com>
618
619 * gdb.python/py-record-btrace.exp: Make test names unique.
620 * gdb.python/py-record-full.exp: Likewise.
621
1a1c0afc
MM
6222020-12-21 Markus Metzger <markus.t.metzger@intel.com>
623
624 * gdb.btrace/data.exp: Make test names unique.
625 * gdb.btrace/delta.exp: Likewise.
626 * gdb.btrace/enable.exp: Likewise.
627 * gdb.btrace/function_call_history.exp: Likewise.
628 * gdb.btrace/nohist.exp: Likewise.
629 * gdb.btrace/non-stop.exp: Likewise.
630 * gdb.btrace/rn-dl-bind.exp: Likewise.
631 * gdb.btrace/step.exp: Likewise.
632 * gdb.btrace/stepi.exp: Likewise.
633 * gdb.btrace/tailcall.exp: Likewise.
634
98d837f0
MM
6352020-12-21 Markus Metzger <markus.t.metzger@intel.com>
636
637 * gdb.btrace/enable.exp: Update error message.
638 * gdb.btrace/multi-inferior.exp: Likewise.
639 * gdb.btrace/reconnect.exp: Likewise.
640 * gdb.python/py-record-btrace.exp: Likewise.
641 * gdb.python/py-record-full.exp: Likewise.
642
c541fa7c
TV
6432020-12-20 Tom de Vries <tdevries@suse.de>
644
645 * lib/gdb.exp (save_target_board_info): New proc.
646 (gdb_compile_shlib): Use save_target_board_info.
647
60108e47
TV
6482020-12-19 Tom de Vries <tdevries@suse.de>
649
650 * lib/gdb.exp (supports_scalar_storage_order_attribute)
651 (supports_gnuc): New proc.
652 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
653 test_compiler_info calls. Add unsupported message.
654 * gdb.base/endianity.c: Use TEST_SSO.
655
fa639f55
HD
6562020-12-19 Hannes Domani <ssbssa@yahoo.de>
657
658 PR exp/27070
659 * gdb.python/compare-enum-type-a.c: New test.
660 * gdb.python/compare-enum-type-b.c: New test.
661 * gdb.python/compare-enum-type.exp: New file.
662 * gdb.python/compare-enum-type.h: New test.
663
4aea001f
HD
6642020-12-18 Hannes Domani <ssbssa@yahoo.de>
665
666 * gdb.python/py-format-string.exp: Add tests for address keyword.
667
b3f9469b
HD
6682020-12-18 Hannes Domani <ssbssa@yahoo.de>
669
670 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
671
86ef42bd
TT
6722020-12-18 Tom Tromey <tromey@adacore.com>
673
674 * gdb.ada/fixed_points.exp: Also run with
675 -fgnat-encodings=minimal. Update expected output.
676
93df4a1d
SM
6772020-12-16 Simon Marchi <simon.marchi@efficios.com>
678
679 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
680 * gdb.base/continue-all-already-running.exp: Likewise.
681 * gdb.base/moribund-step.exp: Likewise.
682 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
683
592995fa
TV
6842020-12-16 Tom de Vries <tdevries@suse.de>
685
686 * gdb.base/batch-preserve-term-settings.exp:
687
1e61189d
TV
6882020-12-16 Tom de Vries <tdevries@suse.de>
689
690 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
691 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
692
19007d95
LM
6932020-12-16 Luis Machado <luis.machado@linaro.org>
694
695 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
696 pointer-based memory accesses.
697 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
698 hw watchpoint cases.
699
a33fc9ae
RK
7002020-12-15 Rae Kim <rae.kim@gmail.com>
701
702 * gdb.base/document.exp: New test.
703
0e5ad442
TT
7042020-12-15 Tom Tromey <tromey@adacore.com>
705
706 * gdb.base/style.exp: Add deprecation tests.
707
60598dbd
SM
7082020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
709
710 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
711
8cd6d968
MW
7122020-12-14 Mark Wielaard <mark@klomp.org>
713
714 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
715 specially, set attr_form_comment to the actual FORM string used.
716
eab9267c
MW
7172020-12-14 Mark Wielaard <mark@klomp.org>
718
719 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
720 _constants(SPECIAL_expr) here, but set it...
721 (Dwarf::cu): ...here based on _cu_version.
722
2f413264
TV
7232020-12-14 Tom de Vries <tdevries@suse.de>
724
725 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
726 pass -fPIC.
727 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
728 * gdb.base/break-probes.exp: Same.
729 * gdb.base/ctxobj.exp: Same.
730 * gdb.base/dso2dso.exp: Same.
731 * gdb.base/global-var-nested-by-dso.exp: Same.
732 * gdb.base/info-shared.exp: Same.
733 * gdb.base/jit-reader-simple.exp: Same.
734 * gdb.base/print-file-var.exp: Same.
735 * gdb.base/skip-solib.exp: Same.
736 * gdb.btrace/dlopen.exp: Same.
737
18f1cb1f
TV
7382020-12-14 Tom de Vries <tdevries@suse.de>
739
740 PR testsuite/26963
741 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
742
519155c9
TV
7432020-12-14 Tom de Vries <tdevries@suse.de>
744
745 PR testsuite/26962
746 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
747 cast it to its declared type".
748
153f6e6c
TV
7492020-12-14 Tom de Vries <tdevries@suse.de>
750
751 PR testsuite/26951
752 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
753 shell prompt.
754
86b44259
TT
7552020-12-14 Tom Tromey <tromey@adacore.com>
756
757 * gdb.ada/nested.exp: Add new tests.
758 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
759
e26624c6
TT
7602020-12-14 Tom Tromey <tromey@adacore.com>
761
762 * gdb.dwarf2/ada-thick-pointer.exp: New file.
763
a3bdae4e
TT
7642020-12-14 Tom Tromey <tromey@adacore.com>
765
766 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
767
862fcbd8
TV
7682020-12-13 Tom de Vries <tdevries@suse.de>
769
770 PR testsuite/26953
771 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
772 attribute support if compiler doesn't support it.
773
a406a98e
TV
7742020-12-13 Tom de Vries <tdevries@suse.de>
775
776 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
777 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
778 source to shared lib. Add ada to options.
779
5d7e6ed0
TV
7802020-12-13 Tom de Vries <tdevries@suse.de>
781
782 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
783 calling gnatbind and gnatlink.
784
ee9812a0
AB
7852020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
786
787 * gdb.base/dcache-flush.c: New file.
788 * gdb.base/dcache-flush.exp: New file.
789
50a5f187
AB
7902020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
793 commands.
794 * gdb.base/killed-outside.exp: Likewise.
795 * gdb.opt/inline-bt.exp: Likewise.
796 * gdb.perf/gmonster-null-lookup.py: Likewise.
797 * gdb.perf/gmonster-print-cerr.py: Likewise.
798 * gdb.perf/gmonster-ptype-string.py: Likewise.
799 * gdb.python/py-unwind.exp: Likewise.
800
19c659f1
AB
8012020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * gdb.base/commands.exp: Update expected results.
804
9ef6d4a1
AB
8052020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
806
807 PR cli/15104
808 * gdb.base/commands.exp: Add additional tests.
809 * gdb.base/completion.exp: Add additional tests.
810
1536146f
AB
8112020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
812
813 * gdb.base/completion.exp: Add additional tests.
814
346e7e19
TV
8152020-12-11 Tom de Vries <tdevries@suse.de>
816
817 PR testsuite/26991
818 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
819 violations by setting bounds registers if the bounds are passed in the
820 Bounds Table.
821
9cd7a95a
TV
8222020-12-11 Tom de Vries <tdevries@suse.de>
823
824 PR testsuite/26954
825 * gdb.base/float128.exp: Detect and handle no mpfr support.
826
4483a8e7
SM
8272020-12-10 Simon Marchi <simon.marchi@efficios.com>
828
829 PR gdb/24694
830 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
831 calls.
832
10067028
TV
8332020-12-10 Tom de Vries <tdevries@suse.de>
834
835 PR testsuite/26947
836 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
837 braces for tcl 8.5 and earlier.
838
5b56203a
SM
8392020-12-09 Simon Marchi <simon.marchi@efficios.com>
840
841 PR 26875, PR 26901
842 * gdb.base/flexible-array-member.c: New test.
843 * gdb.base/flexible-array-member.exp: New test.
844
b46551b2
TV
8452020-12-08 Tom de Vries <tdevries@suse.de>
846
847 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
848 using is_amd64_regs_target.
849
8439f446
TV
8502020-12-08 Tom de Vries <tdevries@suse.de>
851
852 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
853 self_id.
854
bc545da7
PA
8552020-12-07 Pedro Alves <pedro@palves.net>
856
857 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
858 'additional_flags' variable.
859
1f58f6c2
TBA
8602020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
861
862 * gdb.linespec/explicit.exp: Extend with a test to check completing
863 '-' after seemingly complete options.
864
5759831a
TBA
8652020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
866
867 * gdb.linespec/keywords.exp: Add tests to check positional
868 flexibility of "-force-condition".
869
21e051b3
TBA
8702020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
871
872 * gdb.base/bp-cmds-run-with-ex.c: New file.
873 * gdb.base/bp-cmds-run-with-ex.exp: New file.
874 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
875 * gdb.gdb/python-interrupts.exp: Update the call to
876 'catch_command_errors' with the new argument.
877 * gdb.gdb/python-selftest.exp: Ditto.
878
187b041e
SM
8792020-12-04 Simon Marchi <simon.marchi@efficios.com>
880
881 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
882 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
883 * gdb.threads/non-stop-fair-events.exp: Likewise.
884
3b7a962d
SM
8852020-12-04 Simon Marchi <simon.marchi@efficios.com>
886
887 * gdb.threads/step-over-exec.exp: New.
888 * gdb.threads/step-over-exec.c: New.
889 * gdb.threads/step-over-exec-execd.c: New.
890 * lib/my-syscalls.S: New.
891 * lib/my-syscalls.h: New.
892
e633b117
SM
8932020-12-04 Simon Marchi <simon.marchi@efficios.com>
894
895 * lib/dwarf.exp (declare_labels): Use name as text if text is
896 not provided.
897
67748e0f
TV
8982020-12-04 Tom de Vries <tdevries@suse.de>
899
900 PR testsuite/26990
901 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
902 are unsupported.
903
a8d13675
TV
9042020-12-04 Tom de Vries <tdevries@suse.de>
905
906 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
907 clause.
908
f17727b3
TV
9092020-12-04 Tom de Vries <tdevries@suse.de>
910
911 * gdb.reverse/insn-reverse.exp: Fix count handling.
912
a1499830
TV
9132020-12-04 Tom de Vries <tdevries@suse.de>
914
915 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
916 __x86_64__.
917
9c027c2f
TV
9182020-12-04 Tom de Vries <tdevries@suse.de>
919
920 * gdb.reverse/insn-reverse.c (test_nr): New var.
921 (usage, parse_args): New function.
922 (main): Call parse_args. Only run test for test_nr.
923 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
924 and bail out. Run subtests individually, using an inferior arg
925 specifying the subtest.
926
533b2ae0
AB
9272020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
928
929 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
930
e4502042
AB
9312020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
934 update test to use this.
935
f55a9a37
SM
9362020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
937
938 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
939
0a6155a0
SM
9402020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
941
942 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
943 (do_test): Don't use with_test_prefix.
944 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
945 (do_test): Don't use with_test_prefix.
946 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
947 (do_test): Don't use with_test_prefix.
948 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
949 (do_test): Don't use with_test_prefix.
950
4d56d64a
SM
9512020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
952
953 * gdb.threads/non-ldr-exit.exp: Fix comment.
954
54e75f29
AB
9552020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
956
957 * gdb.xml/maint-xml-dump-03.xml: New file.
958
7ce05d21
TV
9592020-11-30 Tom de Vries <tdevries@suse.de>
960
961 PR symtab/26905
962 * gdb.dwarf2/count.exp: Remove kfails.
963
50757f95
TBA
9642020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
965
966 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
967 indices.
968
4afa9fd9
JB
9692020-11-24 Joel Brobecker <brobecker@adacore.com>
970
971 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
972 the "ptype pck__fp1_range_var" test for the module-2 and pascal
973 languages. Remove the associated setup_xfail.
974
15a491af
SM
9752020-11-23 Simon Marchi <simon.marchi@efficios.com>
976
977 * lib/gdb.exp (gdb_assert): Show error message on error.
978
891615f0
TV
9792020-11-23 Tom de Vries <tdevries@suse.de>
980
981 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
982 * gdb.ada/mod_from_name.exp: Same.
983 * gdb.ada/pckd_arr_ren.exp: Same.
984
19922582
SM
9852020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
986
987 * gdb.base/template.exp: New.
988 * gdb.base/template.c: New.
989
117c628d
GB
9902020-11-22 Gary Benson <gbenson@redhat.com>
991
992 PR gdb/26905
993 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
994 is defined using a DW_AT_count which references another DIE.
995
da39d3ba
TV
9962020-11-21 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/vla-ptr.exp: Add XFAIL.
999
a5c641b5
AB
10002020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1001
1002 * gdb.fortran/array-slices-bad.exp: New file.
1003 * gdb.fortran/array-slices-bad.f90: New file.
1004 * gdb.fortran/array-slices-sub-slices.exp: New file.
1005 * gdb.fortran/array-slices-sub-slices.f90: New file.
1006 * gdb.fortran/array-slices.exp: Rewrite tests.
1007 * gdb.fortran/array-slices.f90: Rewrite tests.
1008 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1009
a15a5258
AB
10102020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1011
1012 * gdb.base/completion.exp: Add new completion tests.
1013
7cb2893d
SM
10142020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1015
1016 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1017 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1018 * gdb.mi/mi-nsintrall.exp: Likewise.
1019 * gdb.mi/mi-nsmoribund.exp: Likewise.
1020 * gdb.mi/mi-nsthrexec.exp: Likewise.
1021 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1022
cf144ec8
SM
10232020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1024
1025 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1026 of perror.
1027
6b6a3e05
JM
10282020-11-18 Joseph Myers <joseph@codesourcery.com>
1029
1030 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1031 $arg.exe exists but $arg does not.
1032
811bdca0
GB
10332020-11-17 Gary Benson <gbenson@redhat.com>
1034
1035 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1036 __attribute__ ((used)).
1037
c72e3136
AB
10382020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1039
1040 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1041
037d7135
AB
10422020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1043
1044 * gdb.base/completion.exp: Add new tests.
1045
119e99bb
TT
10462020-11-16 Tom Tromey <tromey@adacore.com>
1047
1048 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1049 tests.
1050
b74dbc20
JB
10512020-11-15 Joel Brobecker <brobecker@adacore.com>
1052
1053 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1054 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1055 (main): Add reference to pck__fp1_var2.
1056 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1057
0a12719e
JB
10582020-11-15 Joel Brobecker <brobecker@adacore.com>
1059
1060 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1061
0c9150e4
JB
10622020-11-15 Joel Brobecker <brobecker@adacore.com>
1063
1064 * gdb.ada/fixed_points.exp: Add ptype tests.
1065 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1066
b26daff9
JB
10672020-11-15 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1070
09584414
JB
10712020-11-15 Joel Brobecker <brobecker@adacore.com>
1072
1073 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1074 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1075 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1076 New files.
1077 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1078
1079 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1080 New files.
1081
9dd02fc0
AB
10822020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1083
1084 PR cli/26879
1085 * gdb.fortran/completion.exp: New file.
1086 * gdb.fortran/completion.f90: New file.
1087
5643c500
JM
10882020-11-12 Joseph Myers <joseph@codesourcery.com>
1089
1090 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1091 but $arg does not.
1092
7bea47f0
AB
10932020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * gdb.fortran/types.exp: Add more tests.
1096
1f2624a3
TT
10972020-11-12 Tom Tromey <tom@tromey.com>
1098
1099 PR rust/26799:
1100 * gdb.rust/traits.exp: Remove kfails.
1101
9e74f0ae
GB
11022020-11-12 Gary Benson <gbenson@redhat.com>
1103
1104 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1105 statement.
1106
acb994fa
SM
11072020-11-11 Simon Marchi <simon.marchi@efficios.com>
1108
1109 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1110 always-inserted" axis.
1111 (do_test): Add breakpoint_always_inserted parameter.
1112
95016fd2
TT
11132020-11-10 Tom Tromey <tromey@adacore.com>
1114
1115 * gdb.ada/bias.exp: Update.
1116 * gdb.ada/bias/bias.adb (X): Change value.
1117
83100a74
GB
11182020-11-10 Gary Benson <gbenson@redhat.com>
1119
1120 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1121 regexp fragment in parentheses to prevent false matching.
1122
6ff174a7
GB
11232020-11-10 Gary Benson <gbenson@redhat.com>
1124
1125 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1126
eb24648c
GB
11272020-11-10 Gary Benson <gbenson@redhat.com>
1128
1129 * gdb.cp/step-and-next-inline.exp: Only require
1130 -gstatement-frontiers when building with GCC.
1131 Only setup KFAIL's for GCC issues when using
1132 a GCC-built executable.
1133
86775fab
AB
11342020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.base/debug-expr.c: Add extra function to allow for an
1137 additional test.
1138 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1139 to this proc with gdb_test_debug_expr. Add an extra test.
1140 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1141 to this proc with gdb_test_debug_expr, give the tests names
1142 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1143 calls to this proc with gdb_test_debug_expr, give the tests names
1144 * gdb.fortran/debug-expr.exp: New file.
1145 * gdb.fortran/debug-expr.f90: New file.
1146 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1147
a1945bd4
SM
11482020-11-06 Simon Marchi <simon.marchi@efficios.com>
1149
1150 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1151 proceduresu.
1152 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1153 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1154 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1155 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1156 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1157 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1158 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1159 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1160
9c91c725
TT
11612020-11-04 Tom Tromey <tromey@adacore.com>
1162
1163 * gdb.ada/funcall_ref.exp: Update.
1164 * gdb.ada/var_rec_arr.exp: Update.
1165
8d9fd3a1
TT
11662020-11-04 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/rec_ptype.exp: New file.
1169 * gdb.ada/rec_ptype/main.adb: New file.
1170 * gdb.ada/rec_ptype/p.ads: New file.
1171
d8f62e84
TT
11722020-11-04 Tom Tromey <tromey@adacore.com>
1173
1174 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1175 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1176 (PT_Full): New variable.
1177 * gdb.ada/tick_length_array_enum_idx/pck.adb
1178 (Full_PT): New type.
1179
7ff5b937
TT
11802020-11-04 Tom Tromey <tromey@adacore.com>
1181
1182 * gdb.ada/array_of_variant.exp: New file.
1183 * gdb.ada/array_of_variant/p.adb: New file.
1184 * gdb.ada/array_of_variant/pck.ads: New file.
1185 * gdb.ada/array_of_variant/pck.adb: New file.
1186
10f6a3ad
TT
11872020-11-04 Tom Tromey <tromey@adacore.com>
1188
1189 * gdb.ada/enum_idx_packed.exp: Add test.
1190 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1191 New variable.
1192 * gdb.ada/enum_idx_packed/pck.ads (Short)
1193 (Multi_Dimension, Multi_Dimension_Access): New types.
1194
b72795a8
TT
11952020-11-04 Tom Tromey <tromey@adacore.com>
1196
1197 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1198
24aa1b02
TT
11992020-11-04 Tom Tromey <tromey@adacore.com>
1200
1201 * gdb.ada/set_pckd_arr_elt.exp: Also test
1202 -fgnat-encodings=minimal. Add tests.
1203 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1204 Call Update_Small a second time.
1205 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1206 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1207 (Variant_Access): New types.
1208 (New_Variant): Declare.
1209
c9a28cbe
TT
12102020-11-04 Tom Tromey <tromey@adacore.com>
1211
1212 * gdb.ada/mod_from_name.exp: Test printing slice.
1213
57567375
TT
12142020-11-04 Tom Tromey <tromey@adacore.com>
1215
1216 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1217 values.
1218 * gdb.ada/access_to_unbounded_array.exp: Test different
1219 -fgnat-encodings values.
1220 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1221 values.
1222 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1223 values.
1224 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1225 values.
1226 * gdb.ada/array_of_variable_length.exp: Test different
1227 -fgnat-encodings values.
1228 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1229 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1230 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1231 change.
1232 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1233 values.
1234 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1235 * gdb.ada/out_of_line_in_inlined.exp: Test different
1236 -fgnat-encodings values.
1237 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1238 values.
1239 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1240 values.
1241 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1242 -fgnat-encodings values.
1243 * gdb.ada/variant_record_packed_array.exp: Test different
1244 -fgnat-encodings values.
1245
a7400e44
TT
12462020-11-04 Tom Tromey <tromey@adacore.com>
1247
1248 * gdb.ada/enum_idx_packed.exp: Add tests.
1249 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1250 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1251 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1252 declarations.
1253
c40907bf
TV
12542020-11-03 Tom de Vries <tdevries@suse.de>
1255
1256 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1257 terminator comments.
1258 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1259 terminator.
1260
f468977a
SM
12612020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1262
1263 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1264 integer format test with regexp.
1265
1c2bec19
GB
12662020-11-02 Gary Benson <gbenson@redhat.com>
1267
1268 * gdb.base/print-file-var.exp (test): Separate compiler and
1269 linker options, and build using build_executable_from_specs
1270 to accommodate this.
1271
6539a36d
GB
12722020-11-02 Gary Benson <gbenson@redhat.com>
1273
1274 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1275 for .c files compiled as C++ with Clang if any shared
1276 libraries are specified.
1277
7ea44a51
GB
12782020-11-02 Gary Benson <gbenson@redhat.com>
1279
1280 * lib/attributes.h: New header.
1281 * gdb.base/backtrace.c: Include the above. Replace
1282 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1283 * gdb.base/infcall-nested-structs.c: Likewise.
1284 * gdb.base/vla-optimized-out.c: Likewise.
1285
ab8f783d
TV
12862020-11-02 Tom de Vries <tdevries@suse.de>
1287
1288 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1289
d77c9224
JB
12902020-11-01 Joel Brobecker <brobecker@adacore.com>
1291
1292 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1293 System.Min_Int and System.Max_Int with smaller hardcoded
1294 constants.
1295
0e5b0dd0
SM
12962020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1297
1298 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1299 * configure: Re-generate.
1300
136821d9
SM
13012020-10-30 Simon Marchi <simon.marchi@efficios.com>
1302
1303 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1304 expected output.
1305
b78b3a29
TBA
13062020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1307
1308 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1309 behavior.
1310 * gdb.base/paginate-bg-execution.exp: Ditto.
1311 * gdb.base/paginate-inferior-exit.exp: Ditto.
1312 * gdb.base/double-prompt-target-event-error.c: Remove.
1313 * gdb.base/double-prompt-target-event-error.exp: Remove.
1314
cfaa8f76
TBA
13152020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1316
1317 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1318 inferiors' and 'detach inferiors' do not change the current
1319 inferior.
1320
0ad0e70c
TV
13212020-10-29 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.threads/tls.exp: Fix DUPLICATEs.
1324
99cc6b2a
TV
13252020-10-28 Tom de Vries <tdevries@suse.de>
1326
1327 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1328
efe9b873
TV
13292020-10-28 Tom de Vries <tdevries@suse.de>
1330
1331 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1332 * gdb.base/reread.exp: Same.
1333
6b68fd45
TV
13342020-10-28 Tom de Vries <tdevries@suse.de>
1335
1336 * lib/gdb.exp (readnow): Handle arg.
1337 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1338
32a5f98a
TV
13392020-10-28 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.base/relocate.exp: Update regexp for -readnow.
1342
f93b8760
TV
13432020-10-28 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1346 -readnow.
1347
1b00ef06
TV
13482020-10-28 Tom de Vries <tdevries@suse.de>
1349
1350 PR symtab/26772
1351 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1352 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1353
364bb903
TV
13542020-10-28 Tom de Vries <tdevries@suse.de>
1355
1356 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1357 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1358 complaint during file command for -readnow.
1359
445a033f
TV
13602020-10-28 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.cp/nsalias.exp: Fix typo in test name.
1363
fdd67a42
TV
13642020-10-28 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1367
706baf4c
TV
13682020-10-28 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1371 -readnow.
1372
b448cca5
TV
13732020-10-27 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1376
5868da03
TV
13772020-10-27 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/maint.exp: Update for -readnow.
1380
06db6ec3
TV
13812020-10-27 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1384 -readnow.
1385
934a1764
GB
13862020-10-14 Gary Benson <gbenson@redhat.com>
1387
1388 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1389 "_vptr$Base" as correct, in addition to "_vptr.Base".
1390 (test_mixed): Likewise.
1391
0bf21fbd
GB
13922020-10-27 Gary Benson <gbenson@redhat.com>
1393
1394 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1395 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1396
b1d4d8d1
TBA
13972020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1398
1399 * gdb.base/condbreak.exp: Update the completion tests to
1400 consider the '-force' flag.
1401
bd24c5d6
TV
14022020-10-27 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.base/list-ambiguous-readnow.exp: New file.
1405
733d554a
TBA
14062020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1407
1408 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1409 the condition.
1410 * gdb.linespec/cpcompletion.exp: Update to consider the
1411 '-force-condition' keyword.
1412 * gdb.linespec/explicit.exp: Ditto.
1413 * lib/completion-support.exp: Ditto.
1414
b5fa468f
TBA
14152020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1416
1417 * gdb.base/condbreak-multi-context.cc: New file.
1418 * gdb.base/condbreak-multi-context.exp: New file.
1419
b3247276
TT
14202020-10-26 Tom Tromey <tom@tromey.com>
1421
1422 * lib/mi-support.exp (default_mi_gdb_start): Call
1423 gdb_stdin_log_init.
1424 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1425 subtract one from gdb_instances.
1426 (gdb_stdin_log_write): Flush in_file.
1427
1c47ec3e
TV
14282020-10-26 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1431
6390859c
TT
14322020-10-26 Tom Tromey <tromey@adacore.com>
1433
1434 * gdb.ada/unsigned_range/foo.adb: New file.
1435 * gdb.ada/unsigned_range/pack.adb: New file.
1436 * gdb.ada/unsigned_range/pack.ads: New file.
1437 * gdb.ada/unsigned_range.exp: New file.
1438
55c3ad88
TV
14392020-10-26 Tom de Vries <tdevries@suse.de>
1440
1441 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1442
1612c4bb
TV
14432020-10-26 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1446 for CU.
1447 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1448
7d72802b
TV
14492020-10-23 Tom de Vries <tdevries@suse.de>
1450
1451 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1452 DW_FORM_string.
1453 (Dwarf::_default_form): New proc.
1454 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1455 guessed.
1456
9476b583
TV
14572020-10-23 Tom de Vries <tdevries@suse.de>
1458
1459 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1460 * gdb.dwarf2/atomic-type.exp: Same.
1461 * gdb.dwarf2/bad-regnum.exp: Same.
1462 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1463 * gdb.dwarf2/dw2-align.exp: Same.
1464 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1465 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1466 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1467 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1468 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1469 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1470 * gdb.dwarf2/enum-type.exp: Same.
1471 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1472 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1473 * gdb.dwarf2/main-subprogram.exp: Same.
1474 * gdb.dwarf2/missing-type-name.exp: Same.
1475 * gdb.dwarf2/nonvar-access.exp: Same.
1476 * gdb.dwarf2/typedef-void-finish.exp: Same.
1477 * gdb.dwarf2/var-access.exp: Same.
1478 * gdb.dwarf2/void-type.exp: Same.
1479
4a636814
SM
14802020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1481
1482 PR gdb/26693
1483 * gdb.dwarf2/template-specification-full-name.exp: New test.
1484
557fc257
LM
14852020-10-22 Luis Machado <luis.machado@linaro.org>
1486
1487 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1488 expected an offset from the function.
1489 * gdb.base/msym-bp.exp (test): Likewise.
1490
6b4c676c
AB
14912020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1492
1493 * gdb.fortran/array-slices.exp: Add a new test.
1494
98cec4f6
GB
14952020-10-21 Gary Benson <gbenson@redhat.com>
1496
1497 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1498 fullname test with Clang. Also expand comments generally.
1499
ae86f581
TV
15002020-10-20 Tom de Vries <tdevries@suse.de>
1501
1502 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1503
8c161360
TV
15042020-10-20 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.dwarf2/arr-stride.c: Remove.
1507 * gdb.dwarf2/arr-stride.exp: Use main.c.
1508 * gdb.dwarf2/arr-subrange.c: Remove.
1509 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1510 * gdb.dwarf2/bad-regnum.c: Remove.
1511 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1512 * gdb.dwarf2/corrupt.c: Remove.
1513 * gdb.dwarf2/corrupt.exp: Use main.c.
1514 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1515 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1516 * gdb.dwarf2/dw2-icycle.c: Remove.
1517 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1518 * gdb.dwarf2/formdata16.c: Remove.
1519 * gdb.dwarf2/formdata16.exp: Use main.c.
1520 * gdb.dwarf2/implptrconst.c: Remove.
1521 * gdb.dwarf2/implptrconst.exp: Use main.c.
1522 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1523 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1524 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1525 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1526
9c2412ec
TV
15272020-10-20 Tom de Vries <tdevries@suse.de>
1528
1529 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1530 file.
1531 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1532
0cd2ad78
TV
15332020-10-20 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1536 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1537 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1538 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1539 * gdb.dwarf2/dw2-ranges.exp: Same.
1540 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1541 * gdb.dwarf2/var-access.exp: Same.
1542
22cc388e
TT
15432020-10-19 Tom Tromey <tromey@adacore.com>
1544
1545 PR tui/26719
1546 * gdb.tui/list.exp: Check source window contents after focus
1547 change.
1548
520596f2
TV
15492020-10-17 Tom de Vries <tdevries@suse.de>
1550
1551 PR symtab/26317
1552 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1553
d1c8a76d
TV
15542020-10-17 Tom de Vries <tdevries@suse.de>
1555
1556 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1557 as suffix.
1558 * gdb.dwarf2/atomic.c: Rename to ...
1559 * gdb.dwarf2/atomic-type.c: ... this.
1560 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1561 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1562 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1563 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1564 * gdb.dwarf2/fission-mix2.c: Rename to ...
1565 * gdb.dwarf2/fission-mix-2.c: ... this.
1566 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1567 standard_testfile.
1568 * gdb.dwarf2/ada-valprint-error.exp: Same.
1569 * gdb.dwarf2/arr-stride.exp: Same.
1570 * gdb.dwarf2/arr-subrange.exp: Same.
1571 * gdb.dwarf2/atomic-type.exp: Same.
1572 * gdb.dwarf2/bad-regnum.exp: Same.
1573 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1574 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1575 * gdb.dwarf2/clang-debug-names.exp: Same.
1576 * gdb.dwarf2/comp-unit-lang.exp: Same.
1577 * gdb.dwarf2/corrupt.exp: Same.
1578 * gdb.dwarf2/count.exp: Same.
1579 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1580 * gdb.dwarf2/data-loc.exp: Same.
1581 * gdb.dwarf2/dw2-align.exp: Same.
1582 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1583 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1584 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1585 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1586 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1587 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1588 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1589 * gdb.dwarf2/dw2-inline-param.exp: Same.
1590 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1591 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1592 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1593 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1594 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1595 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1596 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1597 * gdb.dwarf2/dw2-param-error.exp: Same.
1598 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1599 * gdb.dwarf2/dw2-ranges.exp: Same.
1600 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1601 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1602 * gdb.dwarf2/dw4-sig-types.exp: Same.
1603 * gdb.dwarf2/dynarr-ptr.exp: Same.
1604 * gdb.dwarf2/enum-type.exp: Same.
1605 * gdb.dwarf2/fission-mix.exp: Same.
1606 * gdb.dwarf2/formdata16.exp: Same.
1607 * gdb.dwarf2/implptrconst.exp: Same.
1608 * gdb.dwarf2/implptrpiece.exp: Same.
1609 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1610 * gdb.dwarf2/main-subprogram.exp: Same.
1611 * gdb.dwarf2/method-ptr.exp: Same.
1612 * gdb.dwarf2/missing-sig-type.exp: Same.
1613 * gdb.dwarf2/nonvar-access.exp: Same.
1614 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1615 * gdb.dwarf2/shortpiece.exp: Same.
1616 * gdb.dwarf2/staticvirtual.exp: Same.
1617 * gdb.dwarf2/subrange.exp: Same.
1618 * gdb.dwarf2/symtab-producer.exp: Same.
1619 * gdb.dwarf2/typedef-void-finish.exp: Same.
1620 * gdb.dwarf2/var-access.exp: Same.
1621 * gdb.dwarf2/variant.exp: Same.
1622 * gdb.dwarf2/void-type.exp: Same.
1623 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1624 dw2-ranges-main.c.
1625 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1626
472d09c1
TV
16272020-10-16 Tom de Vries <tdevries@suse.de>
1628
1629 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1630
afe75f6d
TV
16312020-10-16 Tom de Vries <tdevries@suse.de>
1632
1633 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1634
8c8bd0ba
TV
16352020-10-14 Tom de Vries <tdevries@suse.de>
1636
1637 PR testsuite/26732
1638 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1639 scenario 2.
1640 * gdb.ada/mi_catch_ex_hand.exp: Same.
1641
b75d55d4
PA
16422020-10-13 Pedro Alves <pedro@palves.net>
1643
1644 * lib/mi-support.exp (mi_clean_restart): New.
1645 (mi_run_to_main): Delete.
1646 All callers adjust to use mi_clean_restart / mi_runto_main.
1647
e777225b
PA
16482020-10-13 Pedro Alves <pedro@palves.net>
1649
1650 * config/monitor.exp: Use "list -q".
1651 * gdb.arch/gdb1558.exp: Use "break -q".
1652 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1653 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1654 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1655 * gdb.base/commands.exp: Use "break -q".
1656 * gdb.base/condbreak.exp: Use "break -q".
1657 * gdb.base/ctf-ptype.exp: Use "list -q".
1658 * gdb.base/define.exp: Use "break -q".
1659 * gdb.base/del.exp: Use "break -q".
1660 * gdb.base/fullname.exp: Use "break -q".
1661 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1662 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1663 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1664 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1665 "hbreak -q".
1666 * gdb.base/included.exp: Use "list -q".
1667 * gdb.base/label.exp: Use "break -q".
1668 * gdb.base/lineinc.exp: Use "break -q".
1669 * gdb.base/list.exp: Use "list -q".
1670 * gdb.base/macscp.exp: Use "list -q".
1671 * gdb.base/pending.exp: Use "break -q".
1672 * gdb.base/prologue-include.exp: Use "break -q".
1673 * gdb.base/ptype.exp: Use "list -q".
1674 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1675 * gdb.base/server-del-break.exp: Use "break -q".
1676 * gdb.base/style.exp: Use "break -q".
1677 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1678 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1679 * gdb.cp/exception.exp: Use "tbreak -q".
1680 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1681 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1682 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1683 * gdb.dwarf2/pr13961.exp: Use "break -q".
1684 * gdb.linespec/explicit.exp: Use "list -q".
1685 * gdb.linespec/linespec.exp: Use "break -q".
1686 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1687 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1688 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1689 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1690 * gdb.trace/change-loc.exp: Use "break -q".
1691 * gdb.trace/pending.exp: Use "break -q".
1692 * gdb.tui/basic.exp: Use "list -q".
1693 * gdb.tui/list-before.exp: Use "list -q".
1694 * gdb.tui/list.exp: Use "list -q".
1695 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1696
8abd8ee8
PA
16972020-10-13 Pedro Alves <pedro@palves.net>
1698
1699 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1700 saved breakpoints file.
1701 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1702 inspecting breakpoint list.
1703 * lib/gdb.exp (runto_main): Add "qualified" to options.
1704 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1705 and handle it.
1706 (mi_runto_main): Pass 1 as qualified argument.
1707
f71e6719
PA
17082020-10-13 Pedro Alves <pedro@palves.net>
1709
1710 * lib/mi-support.exp (mi_runto_main): New proc.
1711 (mi_run_to_main): Use it.
1712 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1713 * gdb.mi/mi-var-cmd.exp: Likewise.
1714 * gdb.mi/mi-var-invalidate.exp: Likewise.
1715 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1717 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1718 * gdb.mi/user-selected-context-sync.exp: Likewise.
1719 * gdb.opt/inline-cmds.exp: Likewise.
1720 * gdb.python/py-framefilter-mi.exp: Likewise.
1721 * gdb.python/py-mi.exp: Likewise.
1722
50441f0f
PA
17232020-10-13 Pedro Alves <pedro@palves.net>
1724
1725 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1726 "runto main".
1727 * gdb.ada/small_reg_param.exp: Likewise.
1728 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1729 * gdb.base/annota1.exp: Likewise.
1730 * gdb.base/anon.exp: Likewise.
1731 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1732 * gdb.base/dprintf-non-stop.exp: Likewise.
1733 * gdb.base/dprintf.exp: Likewise.
1734 * gdb.base/gdb11530.exp: Likewise.
1735 * gdb.base/gdb11531.exp: Likewise.
1736 * gdb.base/gnu_vector.exp: Likewise.
1737 * gdb.base/interrupt-noterm.exp: Likewise.
1738 * gdb.base/memattr.exp: Likewise.
1739 * gdb.base/step-over-syscall.exp: Likewise.
1740 * gdb.base/watch-cond-infcall.exp: Likewise.
1741 * gdb.base/watch-read.exp: Likewise.
1742 * gdb.base/watch-vfork.exp: Likewise.
1743 * gdb.base/watch_thread_num.exp: Likewise.
1744 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1745 * gdb.guile/scm-frame-inline.exp: Likewise.
1746 * gdb.linespec/explicit.exp: Likewise.
1747 * gdb.opt/inline-break.exp: Likewise.
1748 * gdb.python/py-frame-inline.exp: Likewise.
1749 * gdb.reverse/break-precsave.exp: Likewise.
1750 * gdb.reverse/break-reverse.exp: Likewise.
1751 * gdb.reverse/consecutive-precsave.exp: Likewise.
1752 * gdb.reverse/consecutive-reverse.exp: Likewise.
1753 * gdb.reverse/finish-precsave.exp: Likewise.
1754 * gdb.reverse/finish-reverse.exp: Likewise.
1755 * gdb.reverse/fstatat-reverse.exp: Likewise.
1756 * gdb.reverse/getresuid-reverse.exp: Likewise.
1757 * gdb.reverse/i386-precsave.exp: Likewise.
1758 * gdb.reverse/i386-reverse.exp: Likewise.
1759 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1760 * gdb.reverse/i387-env-reverse.exp: Likewise.
1761 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1762 * gdb.reverse/insn-reverse.exp: Likewise.
1763 * gdb.reverse/machinestate-precsave.exp: Likewise.
1764 * gdb.reverse/machinestate.exp: Likewise.
1765 * gdb.reverse/pipe-reverse.exp: Likewise.
1766 * gdb.reverse/readv-reverse.exp: Likewise.
1767 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1768 * gdb.reverse/rerun-prec.exp: Likewise.
1769 * gdb.reverse/s390-mvcle.exp: Likewise.
1770 * gdb.reverse/solib-precsave.exp: Likewise.
1771 * gdb.reverse/solib-reverse.exp: Likewise.
1772 * gdb.reverse/step-precsave.exp: Likewise.
1773 * gdb.reverse/step-reverse.exp: Likewise.
1774 * gdb.reverse/time-reverse.exp: Likewise.
1775 * gdb.reverse/until-precsave.exp: Likewise.
1776 * gdb.reverse/until-reverse.exp: Likewise.
1777 * gdb.reverse/waitpid-reverse.exp: Likewise.
1778 * gdb.reverse/watch-precsave.exp: Likewise.
1779 * gdb.reverse/watch-reverse.exp: Likewise.
1780 * gdb.threads/kill.exp: Likewise.
1781 * gdb.threads/tid-reuse.exp: Likewise.
1782
d3a07122
SM
17832020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 PR gdb/26642
1786 * gdb.base/maint-target-async-off.c: New test.
1787 * gdb.base/maint-target-async-off.exp: New test.
1788
c65c6c42
AM
17892020-10-13 Alan Modra <amodra@gmail.com>
1790
1791 * gdb.arch/powerpc-altivec.s,
1792 * gdb.arch/powerpc-power7.s,
1793 * gdb.arch/powerpc-power8.s,
1794 * gdb.arch/powerpc-power9.s,
1795 * gdb.arch/powerpc-vsx.s,
1796 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1797 * gdb.arch/powerpc-altivec.exp,
1798 * gdb.arch/powerpc-power7.exp,
1799 * gdb.arch/powerpc-power8.exp,
1800 * gdb.arch/powerpc-power9.exp,
1801 * gdb.arch/powerpc-vsx.exp,
1802 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1803 disassembly of mfvsrd/mtvsrd.
1804
f4a0f710
AM
18052020-10-13 Alan Modra <amodra@gmail.com>
1806
1807 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1808 "target architecture" output.
1809 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1810 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1811 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1812 * gdb.arch/s390-disassembler-options.exp: Likewise.
1813
87a37e5e
PA
18142020-10-12 Pedro Alves <pedro@palves.net>
1815
1816 PR exp/26602
1817 PR c++/26550
1818 * gdb.cp/ambiguous.cc (marker1): Delete.
1819 (main): Initialize all the fields of the locals. Replace marker1
1820 call with a "set breakpoint here" marker.
1821 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1822 instead of running to marker1. Add tests printing all the
1823 variables and all the fields of the variables.
1824 (test_ambiguous): New proc, expecting the new GDB output when a
1825 field access is ambiguous. Change all "warning: X ambiguous"
1826 tests to use it.
1827
71e1b6b0
GB
18282020-10-12 Gary Benson <gbenson@redhat.com>
1829
1830 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1831 * gdb.base/msym-bp-2.c (foo): Likewise.
1832 * gdb.base/msym-lang.c (foo): Likewise.
1833 * gdb.base/msym-lang-main.c (foo): Likewise.
1834 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1835 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1836 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1837 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1838 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1839 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1840 * gdb.python/py-objfile.c (static_var): Likewise.
1841 * gdb.python/py-symbol.c (rr): Likewise.
1842 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1843 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1844
9370fd51
AB
18452020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1846
1847 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1848 output of backtrace.
1849
7c184d33
TT
18502020-10-09 Tom Tromey <tromey@adacore.com>
1851
1852 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1853 (Rec): Add field. Fix range.
1854 * gdb.ada/scalar_storage.exp: Update.
1855
3d87245c
HD
18562020-10-09 Hannes Domani <ssbssa@yahoo.de>
1857
1858 PR exp/26714
1859 * gdb.base/printcmds.exp: Add tests for void results.
1860
f5c4b229
JV
18612020-10-09 Jan Vrany <jan.vrany@labware.com>
1862
1863 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1864 is emmited for both 'set directories' and 'directory' commands.
1865
b2701685
TT
18662020-10-08 Tom Tromey <tom@tromey.com>
1867
1868 * gdb.base/style.exp: Check that "main"'s name is styled.
1869
e86efb33
TT
18702020-10-07 Tom Tromey <tromey@adacore.com>
1871
1872 * gdb.base/find.exp: Rename some tests.
1873
30897591
GB
18742020-10-06 Gary Benson <gbenson@redhat.com>
1875
1876 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1877 * gdb.base/list1.c (unused): Likewise.
1878
ced4a4c1
GB
18792020-10-06 Gary Benson <gbenson@redhat.com>
1880
1881 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1882 __attribute__ ((used)).
1883 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1884
ed3bdac4
AB
18852020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1888 make use of regions throughout.
1889 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1890 not {...}.
1891 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1892
cd096ec8
HD
18932020-10-05 Hannes Domani <ssbssa@yahoo.de>
1894
1895 * gdb.base/call-sc.c: Fix return struct on stack test case.
1896 * gdb.base/call-sc.exp: Likewise.
1897
3ee6f75d
GB
18982020-10-02 Gary Benson <gbenson@redhat.com>
1899
1900 * README: Fix "paralell".
1901
f65825ec
GB
19022020-09-30 Gary Benson <gbenson@redhat.com>
1903
1904 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1905 Convert directive to lowercase.
1906 (.Labbrev1_begin): Add missing label.
1907 (abbrev code 0x1): Remove DW_AT_stmt_list.
1908 (.Ldie_b): Likewise.
1909
5f278258
TT
19102020-09-27 Tom Tromey <tom@tromey.com>
1911
1912 * gdb.tui/new-layout.exp: Use with_test_prefix.
1913
8f9929bb
GR
19142020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1915
1916 PR python/26586
1917 * gdb.python/python.exp: add test cases for the from_tty
1918 argument to gdb.execute.
1919
c20c017b
GB
19202020-09-25 Gary Benson <gbenson@redhat.com>
1921
1922 * gdb.base/infcall-nested-structs.exp.tcl: Add
1923 additional_flags=-Wno-tautological-compare for C++
1924 tests when compiling using Clang.
1925
68d654af
GB
19262020-09-25 Gary Benson <gbenson@redhat.com>
1927
1928 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1929 for .c files.
1930
b551a89f
TT
19312020-09-24 Tom Tromey <tromey@adacore.com>
1932
1933 PR tui/26638:
1934 * gdb.tui/list.exp: Check output of "focus next".
1935
20a5fcbd
TT
19362020-09-23 Tom Tromey <tom@tromey.com>
1937
1938 * gdb.dwarf2/intbits.exp: New file.
1939 * gdb.dwarf2/intbits.c: New file.
1940
b167e53f
PA
19412020-09-20 Pedro Alves <pedro@palves.net>
1942
1943 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1944 spawn_id before calling remote_close. Close secondary MI channel.
1945
dbc49e9f
PA
19462020-09-20 Pedro Alves <pedro@palves.net>
1947
1948 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1949 fails.
1950
c8d5abea
AB
19512020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.fortran/array-slices.exp: Update expected results.
1954 * gdb.fortran/class-allocatable-array.exp: Likewise.
1955 * gdb.fortran/multi-dim.exp: Likewise.
1956 * gdb.fortran/vla-type.exp: Likewise.
1957 * gdb.mi/mi-vla-fortran.exp: Likewise.
1958
14f9473c
VC
19592020-09-18 Victor Collod <vcollod@nvidia.com>
1960
1961 PR gdb/26635
1962 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1963 compatible with i386, and move it to...
1964 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1965 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1966 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1967
e8ef12b9
PA
19682020-09-18 Pedro Alves <pedro@palves.net>
1969
1970 PR gdb/26631
1971 * gdb.multi/multi-target-thread-find.exp: New file.
1972
e11daf7a
PA
19732020-09-18 Pedro Alves <pedro@palves.net>
1974
1975 * gdb.multi/multi-target-continue.exp: New file, factored out from
1976 multi-target.exp.
1977 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1978 multi-target.exp.
1979 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1980 multi-target.exp.
1981 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1982 multi-target.exp.
1983 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1984 multi-target.exp.
1985 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1986 multi-target.exp.
1987 * gdb.multi/multi-target.exp: Delete.
1988
d0edc2b8
AB
19892020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.fortran/array-slices.exp: Add missing message data.
1992
7474326c
PA
19932020-09-17 Pedro Alves <pedro@palves.net>
1994
1995 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1996
dd23068d
PA
19972020-09-17 Pedro Alves <pedro@palves.net>
1998
1999 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2000 full prototype.
2001
0640a543
PA
20022020-09-17 Pedro Alves <pedro@palves.net>
2003
2004 * gdb.python/py-as-string.c: Add cast.
2005
ef0cdbc1
PA
20062020-09-17 Pedro Alves <pedro@palves.net>
2007
2008 * gdb.base/sizeof.c (fill): Add cast.
2009
3a5eeb8b
PA
20102020-09-17 Pedro Alves <pedro@palves.net>
2011
2012 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2013
a8129512
PA
20142020-09-17 Pedro Alves <pedro@palves.net>
2015
2016 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2017 linkage name.
2018 * gdb.base/prologue.exp: Use print /d.
2019 * gdb.base/symbol-alias.exp: Handle C++ output.
2020 * gdb.base/symbol-alias2.c: Handle C++ output.
2021 [__cplusplus] (func): Explicitly specify linkage name.
2022
a83cdcb6
PA
20232020-09-17 Pedro Alves <pedro@palves.net>
2024
2025 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2026 (struct my_key_t): ... this. Adjust all references.
2027 (struct value_t): Rename to ...
2028 (struct my_value_t): ... this. Adjust all references.
2029 (create_map, add_map_element, create_map_map)
2030 (add_map_map_element): Add casts.
2031
d4bcee5c
PA
20322020-09-17 Pedro Alves <pedro@palves.net>
2033
2034 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2035 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2036
81f90489
PA
20372020-09-17 Pedro Alves <pedro@palves.net>
2038
2039 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2040
0a229804
PA
20412020-09-17 Pedro Alves <pedro@palves.net>
2042
2043 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2044 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2045 (charfoo, intfoo): Define full prototype.
2046 * gdb.base/ptype1.c (charfoo): Define full prototype.
2047 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2048 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2049
c3e5138d
PA
20502020-09-17 Pedro Alves <pedro@palves.net>
2051
2052 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2053 Don't define.
2054 (utf_32_string): Compile for both C and C++.
2055 * gdb.base/charset.exp: Use "print /d".
2056
151fdbad
PA
20572020-09-17 Pedro Alves <pedro@palves.net>
2058
2059 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2060 (nullptr): Rename to ...
2061 (null_ptr): ... this.
2062 * gdb.base/watchpoint.exp: Adjust to rename.
2063
18a25b64
PA
20642020-09-17 Pedro Alves <pedro@palves.net>
2065
2066 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2067 (three_not_flag): Add casts.
2068
11fac337
PA
20692020-09-17 Pedro Alves <pedro@palves.net>
2070
2071 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2072 char array.
2073 (main): Add references to Barrier, TestStrings, TestStringsH and
2074 TestStringsW.
2075 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2076 and expect a full prototype in C++.
2077
52626c58
PA
20782020-09-17 Pedro Alves <pedro@palves.net>
2079
2080 * gdb.base/nested-addr.c (main): Add cast.
2081 * gdb.base/nested-addr.exp: Use "print /d".
2082
52bb0902
PA
20832020-09-17 Pedro Alves <pedro@palves.net>
2084
2085 * gdb.base/break.exp (func): New. Use it throughout when
2086 expecting a function name.
2087
73e18ac9
PA
20882020-09-17 Pedro Alves <pedro@palves.net>
2089
2090 * gdb.base/display.exp: Issue "set print asm-demangle on".
2091
c8b18808
PA
20922020-09-17 Pedro Alves <pedro@palves.net>
2093
2094 * gdb.base/find.c: Include <string.h>.
2095 (init_bufs): Add cast.
2096 * gdb.base/find.exp: Issue "set print asm-demangle on".
2097
fe830662
TT
20982020-09-16 Tom Tromey <tromey@adacore.com>
2099
2100 PR gdb/26598:
2101 * gdb.base/skipcxx.exp: New file.
2102 * gdb.base/skipcxx.cc: New file.
2103
945ff6e2
TV
21042020-09-16 Tom de Vries <tdevries@suse.de>
2105
2106 PR testsuite/26617
2107 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2108 WITH_DEBUG_SECTIONS is defined.
2109 (xstr, str): New macro.
2110 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2111 to get start and size of _Dmain.
2112 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2113 using additional_flags.
2114
da1df1db
TBA
21152020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2116
2117 * gdb.base/bp-cmds-sourced-script.c: New file.
2118 * gdb.base/bp-cmds-sourced-script.exp: New test.
2119 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2120
337882d4
TV
21212020-09-16 Tom de Vries <tdevries@suse.de>
2122
2123 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2124 get the gdb prompt after issuing "monitor exit".
2125
7361f908
TV
21262020-09-16 Tom de Vries <tdevries@suse.de>
2127
2128 PR testsuite/26624
2129 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2130
4d91ddd3
TV
21312020-09-16 Tom de Vries <tdevries@suse.de>
2132
2133 PR testsuite/26618
2134 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2135
08cc37dd
TT
21362020-09-15 Tom Tromey <tromey@adacore.com>
2137
2138 PR rust/26197:
2139 * lib/rust-support.exp (rust_llvm_version): New proc.
2140 * gdb.rust/simple.exp: Check rust_llvm_version.
2141
ee6372f2
TV
21422020-09-14 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.rust/traits.exp: Fix PATH warning.
2145
dc3a371e
PA
21462020-09-13 Pedro Alves <pedro@palves.net>
2147
2148 * gdb.base/catch-follow-exec.c (main): Add explicit return
2149 statement.
2150 * gdb.base/catch-signal.c (main): Likewise.
2151 * gdb.base/condbreak-call-false.c (main): Likewise.
2152 * gdb.base/consecutive.c (main): Add explicit return
2153 statement and return type.
2154 * gdb.base/cursal.c (main): Add explicit return statement.
2155 * gdb.base/cvexpr.c (main): Likewise.
2156 * gdb.base/display.c (main): Add explicit return statement and
2157 return type.
2158 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2159 * gdb.base/endianity.c (main): Likewise.
2160 * gdb.base/execd-prog.c (main): Likewise.
2161 * gdb.base/gdb1090.c (main): Likewise.
2162 * gdb.base/info_qt.c (main): Likewise.
2163 * gdb.base/lineinc.c (main): Likewise.
2164 * gdb.base/load-command.c (main): Likewise.
2165 * gdb.base/macscp1.c (main): Likewise.
2166 * gdb.base/pr10179-a.c (main): Likewise.
2167 * gdb.base/quit-live.c (main): Likewise.
2168 * gdb.base/scope0.c (main): Likewise.
2169 * gdb.base/settings.c (main): Likewise.
2170 * gdb.base/stack-checking.c (main): Return int.
2171 * gdb.base/varargs.c (main): Add explicit return statement.
2172 * gdb.cp/ambiguous.cc (main): Likewise.
2173 * gdb.cp/anon-struct.cc (main): Likewise.
2174 * gdb.cp/anon-union.cc (main): Likewise.
2175 * gdb.cp/bool.cc (main): Likewise.
2176 * gdb.cp/bs15503.cc (main): Likewise.
2177 * gdb.cp/cplusfuncs.cc (main): Likewise.
2178 * gdb.cp/cttiadd.cc (main): Likewise.
2179 * gdb.cp/extern-c.cc (main): Likewise.
2180 * gdb.cp/filename.cc (main): Likewise.
2181 * gdb.cp/formatted-ref.cc (main): Likewise.
2182 * gdb.cp/mb-ctor.cc (main): Likewise.
2183 * gdb.cp/member-ptr.cc (main): Likewise.
2184 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2185 * gdb.cp/overload-const.cc (main): Likewise.
2186 * gdb.cp/paren-type.cc (main): Likewise.
2187 * gdb.cp/parse-lang.cc (main): Likewise.
2188 * gdb.cp/pr-1023.cc (main): Likewise.
2189 * gdb.cp/psmang1.cc (main): Likewise.
2190 * gdb.cp/readnow-language.cc (main): Likewise.
2191 * gdb.cp/ref-params.cc (main): Likewise.
2192 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2193 * gdb.cp/virtbase2.cc (main): Likewise.
2194 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2195 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2196 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2197 * gdb.mi/mi-console.c (main): Likewise.
2198 * gdb.mi/mi-read-memory.c (main): Likewise.
2199 * gdb.modula2/multidim.c (main): Likewise.
2200 * gdb.opt/inline-small-func.c (main): Likewise.
2201 * gdb.python/py-rbreak.c (main): Likewise.
2202 * gdb.stabs/exclfwd1.c (main): Likewise.
2203 * gdb.trace/qtro.c (main): Likewise.
2204
af26601c
PA
22052020-09-13 Pedro Alves <pedro@palves.net>
2206
2207 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2208 instead of getenv.
2209
2f4b83cd
PA
22102020-09-13 Pedro Alves <pedro@palves.net>
2211
2212 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2213 instead of spawning GDB with remote_spawn.
2214 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2215 gdb_spawn instead of spawning GDB with remote_spawn.
2216
c49da0e4
PA
22172020-09-13 Pedro Alves <pedro@palves.net>
2218
2219 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2220 file and add calls to first and second.
2221 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2222 add call to f.
2223
6791b117
PA
22242020-09-13 Pedro Alves <pedro@palves.net>
2225
2226 * gdb.mi/mi-break-qualified.cc: New file.
2227 * gdb.mi/mi-break-qualified.exp: New file.
2228 * lib/mi-support.exp (mi_create_breakpoint_multi)
2229 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2230 procedures.
2231 (mi_create_breakpoint_1): New, factored out from
2232 mi_create_breakpoint.
2233
3b8d4c5c
PA
22342020-09-13 Pedro Alves <pedro@palves.net>
2235
2236 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2237 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2238 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2239 (register_class): Delete.
2240 (main): Don't call register_class.
2241
d5f96005
PA
22422020-09-13 Pedro Alves <pedro@palves.net>
2243
2244 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2245 (do_tests): Remove "calling method for small class" test.
2246 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2247 (register_class): Delete.
2248 (main): Don't call register_class.
2249 * gdb.cp/call-method-register.exp: New file, based on bits removed
2250 from classes.exp.
2251 * gdb.cp/call-method-register.cc: New file, based on bits removed
2252 from classes.cc.
2253
77f2120b
PA
22542020-09-13 Pedro Alves <pedro@palves.net>
2255
2256 * gdb.base/msym-bp-2.c: New.
2257 * gdb.base/msym-bp-shl-lib.c: New file.
2258 * gdb.base/msym-bp-shl-main-2.c: New file.
2259 * gdb.base/msym-bp-shl-main.c: New file.
2260 * gdb.base/msym-bp-shl.exp: New file.
2261 * gdb.base/msym-bp.c: New file.
2262 * gdb.base/msym-bp.exp: New file.
2263
32aea73e
JB
22642020-09-13 Joel Brobecker <brobecker@adacore.com>
2265
2266 * gdb.base/default.exp: Change $_gdb_major to 11.
2267
2a67f09d
FW
22682020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2269 Felix Willgerodt <Felix.Willgerodt@intel.com>
2270
2271 * x86-avx512bf16.c: New file.
2272 * x86-avx512bf16.exp: Likewise.
2273 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2274
ad570dd7
TV
22752020-09-11 Tom de Vries <tdevries@suse.de>
2276
2277 PR exp/26602
2278 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2279
a56f7391
TBA
22802020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2281
2282 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2283
918619e5
AM
22842020-09-10 Alan Modra <amodra@gmail.com>
2285
2286 PR 26597
2287 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2288
cac1e71d
TV
22892020-09-08 Tom de Vries <tdevries@suse.de>
2290
2291 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2292 after gdb_starti_cmd.
2293
c5cd900e
AKS
22942020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2295
2296 * lib/fortran.exp (fortran_complex8): New proc.
2297 (fortran_complex16): New proc.
2298 * gdb.fortran/complex.exp: Use routines from fortran.exp
2299 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2300 * gdb.fortran/vla-ptr-info.exp: Likewise.
2301
8f5c6526
TV
23022020-09-03 Tom de Vries <tdevries@suse.de>
2303
2304 PR breakpoint/26546
2305 * gdb.base/label-without-address.exp: Runto main first.
2306
02c6f3f1
TT
23072020-09-02 Tom Tromey <tromey@adacore.com>
2308
2309 * gdb.ada/mi_var_access.exp: Test children of access variable.
2310 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2311 * gdb.ada/mi_var_array.exp: Update.
2312
efe24f05
KB
23132020-08-31 Kevin Buettner <kevinb@redhat.com>
2314
2315 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2316 on docker w/ AUFS storage driver.
2317
973695d6
KB
23182020-08-31 Kevin Buettner <kevinb@redhat.com>
2319
2320 * gdb.base/corefile2.exp (renamed binfile): New tests.
2321
f3bd50f1
SM
23222020-08-31 Simon Marchi <simon.marchi@efficios.com>
2323
2324 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2325
22b9b4b0
SL
23262020-08-31 Simon Marchi <simon.marchi@efficios.com>
2327
2328 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2329 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2330
8efaf6b3
SM
23312020-08-31 Simon Marchi <simon.marchi@efficios.com>
2332
2333 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2334 output, printing a "not saved" value from history and printing a
2335 convenience variable created from a "not saved" value.
2336
e840f2e3
TV
23372020-08-31 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.base/eh_return.exp: Use nopie.
2340
8f57f343
PA
23412020-08-28 Pedro Alves <pedro@palves.net>
2342
2343 * gdb.base/advance-until-multiple-locations.exp
2344 (advance_overload, until_overload): Adjust to match the
2345 frame/function header instead of the source line text.
2346
626d2320
TV
23472020-08-28 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/label-without-address.c: New test.
2350 * gdb.base/label-without-address.exp: New file.
2351
df631783
PA
23522020-08-27 Pedro Alves <pedro@palves.net>
2353
2354 PR gdb/26523
2355 PR gdb/26524
2356 * gdb.base/advance-until-multiple-locations.cc: New.
2357 * gdb.base/advance-until-multiple-locations.exp: New.
2358
48b076bb
SM
23592020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2360
2361 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2362
c2015ce4
AB
23632020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2364
2365 * gdb.arch/amd64-byte.exp: Make test names unique, use
2366 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2367 * gdb.arch/amd64-dword.exp: Likewise.
2368 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2369 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2370 unique.
2371 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2372 * gdb.arch/amd64-word.exp: Make test names unique, use
2373 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2374 * gdb.arch/i386-byte.exp: Make test names unique, use
2375 gdb_breakpoint.
2376 * gdb.arch/i386-word.exp: Likewise.
2377
995d3a19
SV
23782020-08-25 Shahab Vahedi <shahab@synopsys.com>
2379
2380 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2381
8cac2b31
SM
23822020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2383
2384 PR gdb/26532
2385 * gdb.threads/stepi-random-signal.exp: Update pattern.
2386
2bc19622
SM
23872020-08-25 Simon Marchi <simon.marchi@efficios.com>
2388
2389 PR gdb/26532
2390 * gdb.base/ui-redirect.exp: Update pattern.
2391
b04aa1fc
GB
23922020-08-25 Gary Benson <gbenson@redhat.com>
2393
2394 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2395 when compiling with clang.
8571e9c8 2396 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2397
9f68b453
GB
23982020-08-25 Gary Benson <gbenson@redhat.com>
2399
2400 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2401 Add additional_flags=-Wno-inaccessible-base when compiling
2402 with GCC >= 10.1 or clang. Add additional_flags=-w when
2403 compiling with GCC < 10.
2404
3945d2d7
GM
24052020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2406
2407 PR m2/26372
fc5d6901
SM
2408 * gdb.modula2/multidim.c: New file.
2409 * gdb.modula2/multidim.exp: New file.
3945d2d7 2410
60122dbe
SM
24112020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2412
2413 * lib/gdb.exp (runto): Always emit fail on internal error.
2414
1eb8556f
SM
24152020-08-24 Simon Marchi <simon.marchi@efficios.com>
2416
2417 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2418 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2419 Likewise.
2420 * gdb.threads/stepi-random-signal.exp: Likewise.
2421
33bf4c5c
TBA
24222020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2423
2424 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2425 * gdb.trace/strace.exp: Ditto.
2426
c2fd7fae
AKS
24272020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2428
2429 * gdb.fortran/vla-type.exp: Skip commands not required for
2430 the Flang compiled binaries after prologue fix.
2431
326afb72
TT
24322020-08-17 Tom de Vries <tdevries@suse.de>
2433 Tom Tromey <tromey@adacore.com>
2434
2435 PR rust/26197:
2436 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2437
3ae7ab99
TT
24382020-08-17 Tom Tromey <tromey@adacore.com>
2439
2440 * gdb.ada/mi_var_access.exp: New file.
2441 * gdb.ada/mi_var_access/mi_access.adb: New file.
2442 * gdb.ada/mi_var_access/pck.adb: New file.
2443 * gdb.ada/mi_var_access/pck.ads: New file.
2444
f569c1c5
TV
24452020-08-16 Tom de Vries <tdevries@suse.de>
2446
2447 PR gdb/25350
2448 * gdb.base/eh_return.c: New test.
2449 * gdb.base/eh_return.exp: New file.
2450
3d11c30a
TV
24512020-08-15 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2454 (mixed_func_1d_): Use fortran_charlen_t in decl.
2455
547ce8f0
TV
24562020-08-15 Tom de Vries <tdevries@suse.de>
2457
2458 PR backtrace/26390
2459 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2460 Update expected pattern.
2461
a54a7f13
PA
24622020-08-13 Pedro Alves <pedro@palves.net>
2463
2464 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2465 * gdb.fortran/library-module.exp: Likewise.
2466 * gdb.fortran/logical.exp: Likewise.
2467 * gdb.fortran/module.exp: Likewise.
2468 * gdb.fortran/print_type.exp: Likewise.
2469 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2470 * gdb.fortran/vla-datatypes.exp: Likewise.
2471 * gdb.fortran/vla-history.exp: Likewise.
2472 * gdb.fortran/vla-ptr-info.exp: Likewise.
2473 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2474 * gdb.fortran/vla-ptype.exp: Likewise.
2475 * gdb.fortran/vla-sizeof.exp: Likewise.
2476 * gdb.fortran/vla-type.exp: Likewise.
2477 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2478 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2479 * gdb.fortran/vla-value-sub.exp: Likewise.
2480 * gdb.fortran/vla-value.exp: Likewise.
2481
7a82e903
PA
24822020-08-13 Pedro Alves <pedro@palves.net>
2483
2484 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2485 * gdb.ada/access_to_packed_array.exp: Likewise.
2486 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2487 * gdb.ada/addr_arith.exp: Likewise.
2488 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2489 * gdb.ada/arr_arr.exp: Likewise.
2490 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2491 * gdb.ada/array_bounds.exp: Likewise.
2492 * gdb.ada/array_of_variable_length.exp: Likewise.
2493 * gdb.ada/array_ptr_renaming.exp: Likewise.
2494 * gdb.ada/array_subscript_addr.exp: Likewise.
2495 * gdb.ada/arraydim.exp: Likewise.
2496 * gdb.ada/arrayparam.exp: Likewise.
2497 * gdb.ada/arrayptr.exp: Likewise.
2498 * gdb.ada/assign_1.exp: Likewise.
2499 * gdb.ada/assign_arr.exp: Likewise.
2500 * gdb.ada/atomic_enum.exp: Likewise.
2501 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2502 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2503 * gdb.ada/bias.exp: Likewise.
2504 * gdb.ada/boolean_expr.exp: Likewise.
2505 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2506 * gdb.ada/bp_enum_homonym.exp: Likewise.
2507 * gdb.ada/bp_inlined_func.exp: Likewise.
2508 * gdb.ada/bp_on_var.exp: Likewise.
2509 * gdb.ada/bp_range_type.exp: Likewise.
2510 * gdb.ada/bp_reset.exp: Likewise.
2511 * gdb.ada/call_pn.exp: Likewise.
2512 * gdb.ada/catch_assert_if.exp: Likewise.
2513 * gdb.ada/catch_ex.exp: Likewise.
2514 * gdb.ada/catch_ex_std.exp: Likewise.
2515 * gdb.ada/char_enum.exp: Likewise.
2516 * gdb.ada/char_param.exp: Likewise.
2517 * gdb.ada/complete.exp: Likewise.
2518 * gdb.ada/cond_lang.exp: Likewise.
2519 * gdb.ada/convvar_comp.exp: Likewise.
2520 * gdb.ada/dgopt.exp: Likewise.
2521 * gdb.ada/disc_arr_bound.exp: Likewise.
2522 * gdb.ada/display_nested.exp: Likewise.
2523 * gdb.ada/dot_all.exp: Likewise.
2524 * gdb.ada/dyn_loc.exp: Likewise.
2525 * gdb.ada/dyn_stride.exp: Likewise.
2526 * gdb.ada/excep_handle.exp: Likewise.
2527 * gdb.ada/expr_delims.exp: Likewise.
2528 * gdb.ada/expr_with_funcall.exp: Likewise.
2529 * gdb.ada/exprs.exp: Likewise.
2530 * gdb.ada/fin_fun_out.exp: Likewise.
2531 * gdb.ada/fixed_cmp.exp: Likewise.
2532 * gdb.ada/formatted_ref.exp: Likewise.
2533 * gdb.ada/frame_arg_lang.exp: Likewise.
2534 * gdb.ada/frame_args.exp: Likewise.
2535 * gdb.ada/fullname_bp.exp: Likewise.
2536 * gdb.ada/fun_addr.exp: Likewise.
2537 * gdb.ada/fun_in_declare.exp: Likewise.
2538 * gdb.ada/fun_overload_menu.exp: Likewise.
2539 * gdb.ada/fun_renaming.exp: Likewise.
2540 * gdb.ada/funcall_char.exp: Likewise.
2541 * gdb.ada/funcall_param.exp: Likewise.
2542 * gdb.ada/funcall_ptr.exp: Likewise.
2543 * gdb.ada/funcall_ref.exp: Likewise.
2544 * gdb.ada/homonym.exp: Likewise.
2545 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2546 * gdb.ada/info_auto_lang.exp: Likewise.
2547 * gdb.ada/info_exc.exp: Likewise.
2548 * gdb.ada/info_types.exp: Likewise.
2549 * gdb.ada/int_deref.exp: Likewise.
2550 * gdb.ada/interface.exp: Likewise.
2551 * gdb.ada/iwide.exp: Likewise.
2552 * gdb.ada/lang_switch.exp: Likewise.
2553 * gdb.ada/length_cond.exp: Likewise.
2554 * gdb.ada/maint_with_ada.exp: Likewise.
2555 * gdb.ada/mi_catch_assert.exp: Likewise.
2556 * gdb.ada/mi_catch_ex.exp: Likewise.
2557 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2558 * gdb.ada/mi_dyn_arr.exp: Likewise.
2559 * gdb.ada/mi_ex_cond.exp: Likewise.
2560 * gdb.ada/mi_exc_info.exp: Likewise.
2561 * gdb.ada/mi_interface.exp: Likewise.
2562 * gdb.ada/mi_prot.exp: Likewise.
2563 * gdb.ada/mi_ref_changeable.exp: Likewise.
2564 * gdb.ada/mi_string_access.exp: Likewise.
2565 * gdb.ada/mi_task_arg.exp: Likewise.
2566 * gdb.ada/mi_task_info.exp: Likewise.
2567 * gdb.ada/mi_var_array.exp: Likewise.
2568 * gdb.ada/mi_var_union.exp: Likewise.
2569 * gdb.ada/mi_variant.exp: Likewise.
2570 * gdb.ada/minsyms.exp: Likewise.
2571 * gdb.ada/mod_from_name.exp: Likewise.
2572 * gdb.ada/nested.exp: Likewise.
2573 * gdb.ada/null_array.exp: Likewise.
2574 * gdb.ada/optim_drec.exp: Likewise.
2575 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2576 * gdb.ada/packed_array_assign.exp: Likewise.
2577 * gdb.ada/packed_tagged.exp: Likewise.
2578 * gdb.ada/pp-rec-component.exp: Likewise.
2579 * gdb.ada/print_chars.exp: Likewise.
2580 * gdb.ada/print_pc.exp: Likewise.
2581 * gdb.ada/ptr_typedef.exp: Likewise.
2582 * gdb.ada/ptype_arith_binop.exp: Likewise.
2583 * gdb.ada/ptype_array.exp: Likewise.
2584 * gdb.ada/ptype_field.exp: Likewise.
2585 * gdb.ada/ptype_tagged_param.exp: Likewise.
2586 * gdb.ada/ptype_union.exp: Likewise.
2587 * gdb.ada/py_range.exp: Likewise.
2588 * gdb.ada/py_taft.exp: Likewise.
2589 * gdb.ada/rdv_wait.exp: Likewise.
2590 * gdb.ada/rec_comp.exp: Likewise.
2591 * gdb.ada/rec_return.exp: Likewise.
2592 * gdb.ada/ref_param.exp: Likewise.
2593 * gdb.ada/ref_tick_size.exp: Likewise.
2594 * gdb.ada/rename_subscript_param.exp: Likewise.
2595 * gdb.ada/repeat_dyn.exp: Likewise.
2596 * gdb.ada/same_component_name.exp: Likewise.
2597 * gdb.ada/same_enum.exp: Likewise.
2598 * gdb.ada/scalar_storage.exp: Likewise.
2599 * gdb.ada/set_wstr.exp: Likewise.
2600 * gdb.ada/small_reg_param.exp: Likewise.
2601 * gdb.ada/str_binop_equal.exp: Likewise.
2602 * gdb.ada/str_ref_cmp.exp: Likewise.
2603 * gdb.ada/str_uninit.exp: Likewise.
2604 * gdb.ada/sub_variant.exp: Likewise.
2605 * gdb.ada/sym_print_name.exp: Likewise.
2606 * gdb.ada/taft_type.exp: Likewise.
2607 * gdb.ada/tagged.exp: Likewise.
2608 * gdb.ada/tagged_access.exp: Likewise.
2609 * gdb.ada/task_bp.exp: Likewise.
2610 * gdb.ada/task_switch_in_core.exp: Likewise.
2611 * gdb.ada/tasks.exp: Likewise.
2612 * gdb.ada/tick_last_segv.exp: Likewise.
2613 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2614 * gdb.ada/type_coercion.exp: Likewise.
2615 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2616 * gdb.ada/unchecked_union.exp: Likewise.
2617 * gdb.ada/uninitialized_vars.exp: Likewise.
2618 * gdb.ada/var_arr_attrs.exp: Likewise.
2619 * gdb.ada/var_arr_typedef.exp: Likewise.
2620 * gdb.ada/var_rec_arr.exp: Likewise.
2621 * gdb.ada/variant-record.exp: Likewise.
2622 * gdb.ada/variant.exp: Likewise.
2623 * gdb.ada/variant_record_packed_array.exp: Likewise.
2624 * gdb.ada/varsize_limit.exp: Likewise.
2625 * gdb.ada/whatis_array_val.exp: Likewise.
2626 * gdb.ada/widewide.exp: Likewise.
2627 * gdb.ada/win_fu_syms.exp: Likewise.
2628
26292020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2630
2631 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2632
10c381b5
AB
26332020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2636 unset the array variable.
2637
8f34b746
TV
26382020-08-03 Tom de Vries <tdevries@suse.de>
2639
2640 PR symtab/26333
2641 * lib/dwarf.exp (DW_LNE_user): New proc.
2642 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2643 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2644
0245e136
KB
26452020-07-31 Kevin Buettner <kevinb@redhat.com>
2646
2647 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2648 to 'uintptr_t'
2649 (inttypes.h): Include.
2650
9ef1ec5d
KB
26512020-07-31 Kevin Buettner <kevinb@redhat.com>
2652
2653 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2654 (C5_24k): Delete.
2655 (C5_8k, C5_64k, C5_256k): New macros.
2656 (buf_ro): Allocate 256 KiB of initialized data.
2657
4c55e970
TBA
26582020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2659
2660 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2661 that attempt to overwrite an existing condition with a condition
2662 that fails parsing and also with a condition that parses fine
2663 but contains junk at the end.
2664
1e620590
TBA
26652020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2666
2667 * gdb.base/condbreak-bad.c: New test.
2668 * gdb.base/condbreak-bad.exp: New file.
2669
e12dcc50
TV
26702020-07-30 Tom de Vries <tdevries@suse.de>
2671
2672 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2673 out of ...
2674 (GDBInfoModuleSymbols::check_entry): ... here.
2675 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2676 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2677 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2678
6cc64caa
TV
26792020-07-30 Tom de Vries <tdevries@suse.de>
2680
2681 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2682 "__class_some_module_Number_t" optional.
2683
90fd07fc
TV
26842020-07-29 Tom de Vries <tdevries@suse.de>
2685
2686 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2687 multiple locations.
2688
f5c79e97
TV
26892020-07-29 Tom de Vries <tdevries@suse.de>
2690
2691 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2692 rather than function name.
2693
f75a0693
AB
26942020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 PR symtab/26270:
2697 * gdb.cp/disasm-func-name.cc: New file.
2698 * gdb.cp/disasm-func-name.exp: New file.
2699
4888741a
TT
27002020-07-28 Tom Tromey <tromey@adacore.com>
2701
2702 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2703 'varval' location.
2704
43d5901d
AB
27052020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2706
2707 * gdb.python/py-unwind.py: Update to make use of a register
2708 descriptor.
2709
14fa8fb3
AB
27102020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2713
e79eb02f
AB
27142020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 PR fortran/23051
2717 PR fortran/26139
2718 * gdb.fortran/class-allocatable-array.exp: New file.
2719 * gdb.fortran/class-allocatable-array.f90: New file.
2720 * gdb.fortran/pointer-to-pointer.exp: New file.
2721 * gdb.fortran/pointer-to-pointer.f90: New file.
2722
876518dd
TV
27232020-07-25 Tom de Vries <tdevries@suse.de>
2724
2725 PR symtab/26243
2726 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2727 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2728
6dcfb80a
TV
27292020-07-24 Tom de Vries <tdevries@suse.de>
2730
2731 PR testsuite/26293
2732 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2733
e7bc9db8
PA
27342020-07-23 Pedro Alves <pedro@palves.net>
2735
2736 * gdb.server/server-kill.exp (prepare): New, factored out from the
2737 top level.
2738 (kill_server): New.
2739 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2740 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2741
78344df7
AB
27422020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2743
2744 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2745
25dfed24
SL
27462020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2747
2748 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2749 Initialize to empty string at top level.
2750 (gdb_wrapper_init): Revert check for file existence on build.
2751 Build the wrapper in its default place, not a build-specific
2752 location. When host == build, make the pathname absolute.
2753 (gdb_compile): Delete leftover declaration of
2754 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2755 string instead of uninitialized.
2756
7da515fd
KB
27572020-07-22 Kevin Buettner <kevinb@redhat.com>
2758
2759 * gdb.base/corefile2.exp: New file.
2760 * gdb.base/coremaker2.exp: New file.
2761
9c5ec5c2
KB
27622020-07-22 Kevin Buettner <kevinb@redhat.com>
2763
2764 * gdb.base/coredump-filter.exp: Add second
2765 non-Private-Shared-Anon-File test.
2766 (test_disasm): Rename binfile for test which is expected
2767 to fail.
2768
f9e233c9
KB
27692020-07-22 Kevin Buettner <kevinb@redhat.com>
2770
2771 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2772 data in core file".
2773 * gdb.base/coremaker.c (buf2ro): New global.
2774 (mmapdata): Add a read-only mmap mapping.
2775
94c265d7
KB
27762020-07-22 Kevin Buettner <kevinb@redhat.com>
2777
2778 PR corefiles/25631
2779 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2780 New test.
2781 * gdb.base/coremaker.c (buf3): New global.
2782 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2783 flags.
2784
27852020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2786
2787 * gdb.base/coremaker.c (filler_ro): New global constant.
2788
32fa152e
TT
27892020-07-22 Tom Tromey <tromey@adacore.com>
2790
2791 * gdb.ada/mi_prot.exp: New file.
2792 * gdb.ada/mi_prot/pkg.adb: New file.
2793 * gdb.ada/mi_prot/pkg.ads: New file.
2794 * gdb.ada/mi_prot/prot.adb: New file.
2795
c8474dc3
TBA
27962020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2797
2798 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2799 loads two JITers.
2800
baf8791e
AB
28012020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2802
2803 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2804
f7306dac
AB
28052020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * gdb.python/py-arch-reg-names.exp: Additional tests.
2808
6d3d6e4b
TV
28092020-07-21 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2812 breakpoint locations".
2813 * gdb.reverse/solib-reverse.exp: Same.
2814
803d0592
TV
28152020-07-21 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.reverse/step-reverse.c (callee): Merge statements.
2818
e9bdc510
TV
28192020-07-21 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2822 line numbers for some variables.
2823
f0f9e75a
TV
28242020-07-21 Tom de Vries <tdevries@suse.de>
2825
2826 * gdb.opt/inline-locals.c (init_array): New func.
2827 (func1): Use init_array.
2828 * gdb.opt/inline-locals.exp: Update pattern.
2829
bd460ecb
TV
28302020-07-21 Tom de Vries <tdevries@suse.de>
2831
2832 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2833 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2834
ae5369e7
LC
28352020-07-20 Ludovic Courtès <ludo@gnu.org>
2836
2837 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2838 * gdb.guile/types-module.exp: Remove "ERROR:" from
2839 regexps since Guile 3.0 no longer prints that.
2840
68cf161c
LC
28412020-07-20 Ludovic Courtès <ludo@gnu.org>
2842
2843 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2844 error regexp to match on Guile 2.2.
2845
c14b4913
GB
28462020-07-20 Gary Benson <gbenson@redhat.com>
2847
2848 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2849 with clang.
2850
b243ba58
TV
28512020-07-20 Tom de Vries <tdevries@suse.de>
2852
2853 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2854 (omp_set_lock_in_order): New function.
2855 (single_scope, multi_scope, nested_func, nested_parallel): Use
2856 omp_set_lock_in_order and omp_unset_lock.
2857 (main): Init and destroy lock and lock2.
2858
c06ad8b5
TV
28592020-07-20 Tom de Vries <tdevries@suse.de>
2860
2861 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2862
6e22f117
TV
28632020-07-20 Tom de Vries <tdevries@suse.de>
2864
2865 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2866
33176ea7
TV
28672020-07-17 Tom de Vries <tdevries@suse.de>
2868
2869 * gdb.base/valgrind-infcall-2.c: New test.
2870 * gdb.base/valgrind-infcall-2.exp: New file.
2871 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2872
90c3ec2d
TV
28732020-07-17 Tom de Vries <tdevries@suse.de>
2874
2875 * gdb.dlang/circular.c (found): Use found_label as label name.
2876 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2877 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2878 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2879 * gdb.dwarf2/ada-linkage-name.exp: Same.
2880 * gdb.dwarf2/arr-subrange.exp: Same.
2881 * gdb.dwarf2/atomic-type.exp: Same.
2882 * gdb.dwarf2/comp-unit-lang.exp: Same.
2883 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2884 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2885 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2886 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2887 * gdb.dwarf2/implptr-64bit.exp: Same.
2888 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2889 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2890 * gdb.dwarf2/imported-unit.exp: Same.
2891 * gdb.dwarf2/main-subprogram.exp: Same.
2892 * gdb.dwarf2/missing-type-name.exp: Same.
2893 * gdb.dwarf2/nonvar-access.exp: Same.
2894 * gdb.dwarf2/struct-with-sig.exp: Same.
2895 * gdb.dwarf2/typedef-void-finish.exp: Same.
2896 * gdb.dwarf2/void-type.exp: Same.
2897
10da644d
TV
28982020-07-17 Tom de Vries <tdevries@suse.de>
2899
2900 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2901 src parameter.
2902 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2903 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2904 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2905 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2906 * gdb.dwarf2/dwz.exp: Same.
2907 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2908 * gdb.dwarf2/implref-array.exp: Same.
2909 * gdb.dwarf2/implref-const.exp: Same.
2910 * gdb.dwarf2/implref-global.exp: Same.
2911 * gdb.dwarf2/implref-struct.exp: Same.
2912 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2913 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2914 * gdb.dwarf2/var-access.exp: Same.
2915 * gdb.dwarf2/varval.exp: Same.
2916 * gdb.trace/entry-values.exp: Same.
2917
315e6afc
TV
29182020-07-17 Tom de Vries <tdevries@suse.de>
2919
2920 * lib/dwarf.exp (Dwarf::extern): Remove.
2921 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2922 * gdb.dlang/circular.exp: Same.
2923 * gdb.dwarf2/comp-unit-lang.exp: Same.
2924 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2925 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2926 * gdb.dwarf2/dwz.exp: Same.
2927 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2928 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2929 * gdb.dwarf2/imported-unit.exp: Same.
2930 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2931
5597c940
SL
29322020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2933
2934 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2935 Use double quotes instead of single quotes.
2936
d0ce17d8
CT
29372020-07-16 Caroline Tice <cmtice@google.com>
2938
2939 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2940 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2941
853772cc
TV
29422020-07-16 Tom de Vries <tdevries@suse.de>
2943
2944 * lib/dwarf.exp (program): Initialize _line.
2945 (DW_LNE_end_sequence): Reinitialize _line.
2946 (DW_LNS_advance_line): Update _line.
2947 (line): New proc.
2948 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2949 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2950 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2951 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2952 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2953 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2954
fe07b572
AB
29552020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2956
2957 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2958 generic.
2959
52781cce
TV
29602020-07-15 Tom de Vries <tdevries@suse.de>
2961
2962 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2963 is_amd64_regs_target.
2964
3dcc261c
AB
29652020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2966
2967 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2968 * gdb.fortran/ptype-on-functions.f90: Likewise.
2969
054a0959
SM
29702020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2971
2972 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2973 values in documentation for addr_size to 4 and 8.
2974
ccb9eba6
AB
29752020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2976
2977 * gdb.arch/amd64-osabi.exp: Update.
2978 * gdb.arch/arm-disassembler-options.exp: Update.
2979 * gdb.arch/powerpc-disassembler-options.exp: Update.
2980 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2981 * gdb.arch/s390-disassembler-options.exp: Update.
2982 * gdb.base/all-architectures.exp.tcl: Update.
2983 * gdb.base/attach-pie-noexec.exp: Update.
2984 * gdb.base/catch-syscall.exp: Update.
2985 * gdb.xml/tdesc-arch.exp: Update.
2986
025a39a7
TV
29872020-07-14 Tom de Vries <tdevries@suse.de>
2988
2989 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2990 (local_gettid): ... this.
2991 (fn): Update.
2992
74e4b667
SL
29932020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2994
2995 * gdb.base/info_sources.exp: Skip directory match tests on
2996 remote hosts.
2997
f413dd74
GB
29982020-07-13 Gary Benson <gbenson@redhat.com>
2999
3000 * gdb.base/savedregs.exp (caller): Use parentheses to
3001 make expected expression evaluation ordering explicit.
3002
915771bb
GB
30032020-07-13 Gary Benson <gbenson@redhat.com>
3004
3005 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3006
2a122642
GB
30072020-07-13 Gary Benson <gbenson@redhat.com>
3008
3009 * gdb.base/bigcore.c (main): Use a volatile pointer when
3010 attempting to trigger a SIGSEGV.
3011 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3012 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3013 * gdb.base/savedregs.c (thrower): Likewise.
3014 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3015
3f00c730
GB
30162020-07-13 Gary Benson <gbenson@redhat.com>
3017
3018 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3019 defining and using VLA structure fields into...
3020 * gdb.base/vla-struct-fields.c: New file.
3021 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3022 tests into...
3023 * gdb.base/vla-struct-fields.exp: New file.
3024
963eeee4
TV
30252020-07-13 Tom de Vries <tdevries@suse.de>
3026
3027 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3028 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3029 * gdb.base/gold-gdb-index.exp: Same.
3030 * gdb.base/morestack.exp: Same.
3031
0ed35c9a
DX
30322020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3033
3034 PR rust/26121
3035 * gdb.rust/modules.rs: Prevent linker from discarding test
3036 symbol.
3037
4fdba23d
PA
30382020-07-10 Pedro Alves <pedro@palves.net>
3039
3040 PR gdb/26199
3041 * gdb.multi/multi-target.c (exit_thread): New.
3042 (thread_start): Break loop if EXIT_THREAD.
3043 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3044 (top level) Call test_no_resumed.
3045
15f3b077
TT
30462020-07-08 Tom Tromey <tromey@adacore.com>
3047
3048 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3049 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3050
9fc501fd
AB
30512020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 PR python/22748
3054 * gdb.opt/inline-frame-tailcall.c: New file.
3055 * gdb.opt/inline-frame-tailcall.exp: New file.
3056 * gdb.python/py-unwind-inline.c: New file.
3057 * gdb.python/py-unwind-inline.exp: New file.
3058 * gdb.python/py-unwind-inline.py: New file.
3059
64cb3757
AB
30602020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.python/py-arch-reg-groups.exp: New file.
3063
0f767f94
AB
30642020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.python/py-arch-reg-names.exp: New file.
3067
87dbc774
AB
30682020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3071 gdb.PendingFrame.architecture method.
3072
d8cc8af6
TV
30732020-07-06 Tom de Vries <tdevries@suse.de>
3074
3075 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3076
3c8ea5be
PA
30772020-07-03 Pedro Alves <palves@redhat.com>
3078
3079 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3080 explicitly write negative numbers.
3081 * gdb.base/structs2.exp: Adjust expected output.
3082
bf90c83a
PA
30832020-07-03 Pedro Alves <palves@redhat.com>
3084
3085 * gdb.base/charset.c (init_string): Change all char parameters to
3086 unsigned char parameters.
3087
2eb82157
PA
30882020-07-03 Pedro Alves <palves@redhat.com>
3089
3090 * gdb.base/call-sc.exp (start_scalars_test): Use
3091 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3092 * gdb.base/overlays.c: Remove references to PARAMS.
3093 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3094 * gdb.base/reread.exp: Don't set 'prototypes' global.
3095 * gdb.base/structs.exp (start_structs_test): Use
3096 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3097 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3098 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3099 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3100 call.
3101 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3102
9adda7af
PA
31032020-07-03 Pedro Alves <palves@redhat.com>
3104
3105 * gdb.base/m32rovly.c: Delete.
3106 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3107
2a17c803
PW
31082020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3109
3110 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3111 of gdb_py_test_multiple.
3112 * gdb.python/py-cmd.exp: Likewise.
3113 * gdb.python/py-events.exp: Likewise.
3114 * gdb.python/py-function.exp: Likewise.
3115 * gdb.python/py-inferior.exp: Likewise.
3116 * gdb.python/py-infthread.exp: Likewise.
3117 * gdb.python/py-linetable.exp: Likewise.
3118 * gdb.python/py-parameter.exp: Likewise.
3119 * gdb.python/py-value.exp: Likewise.
3120
b011fe1a
TV
31212020-06-30 Tom de Vries <tdevries@suse.de>
3122
3123 PR testsuite/26175
3124 * lib/future.exp (gdb_default_target_compile): Detect and handle
3125 early_flags.
3126
df5b8876
SM
31272020-06-29 Simon Marchi <simon.marchi@efficios.com>
3128
3129 * boards/simavr.exp (gdb_load): Catch errors when closing
3130 previous connection. Close connection, wait for process and
3131 unset simavr_spawn_id on failure.
3132
a3ca48cd
TV
31332020-06-29 Tom de Vries <tdevries@suse.de>
3134
3135 * lib/gdb.exp (unknown): Make test-case unresolved.
3136
b0237c0e
TV
31372020-06-29 Tom de Vries <tdevries@suse.de>
3138
3139 PR gdb/25475
3140 * gdb.server/solib-list.exp: Verify that the symbol reload
3141 confirmation question is asked.
3142
c0b3b3bd
PW
31432020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3144
3145 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3146 have a input seq nr in each pass message.
fe4c3d43 3147 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3148 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3149 * gdb.python/python.exp: Make test names unique,
3150 use gdb_test_multiline instead of gdb_py_test_multiple,
3151 use $gdb_test_name.
3152 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3153
1776e3e5
NA
31542020-06-26 Nick Alcock <nick.alcock@oracle.com>
3155
3156 * configure.ac: Add --enable-libctf.
3157 * aclocal.m4: sinclude ../config/enable.m4.
3158 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3159 * lib/gdb.exp (skip_ctf_tests): Use it.
3160 * gdb.base/ctf-constvars.exp: Error message tweak.
3161 * gdb.base/ctf-ptype.exp: Likewise.
3162 * configure: Regenerate.
3163
f53b3eeb
GB
31642020-06-26 Gary Benson <gbenson@redhat.com>
3165
3166 * gdb.cp/try_catch.cc: Include string.h.
3167 (main): Replace comparison against string literal with
3168 strcmp, avoiding build failure with -Wstring-compare.
3169 Add "marker test-complete".
3170 * gdb.cp/try_catch.exp: Run the test to the above marker,
3171 then verify that the value of "test" is still true.
3172
6d74da72
AB
31732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3176
2e52d038
AB
31772020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3180
3b9fce96
AB
31812020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3184 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3185 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3186 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3187 * gdb.arch/riscv-tdesc-loading.exp: New file.
3188
ed69cbc8
AB
31892020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3190
3191 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3192
767a879e
AB
31932020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3196 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3197 * gdb.arch/riscv-tdesc-regs.c: New file.
3198 * gdb.arch/riscv-tdesc-regs.exp: New file.
3199
221db974
PA
32002020-06-24 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.arch/amd64-entry-value-paramref.exp: Use
3203 prepare_for_testing_full and don't pass "c++" for the .S file
3204 build spec.
3205 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3206 $options, since it's an assembly file. Remove -Wno-deprecated.
3207 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3208 compiling C++ programs.
3209
331733cd
PA
32102020-06-24 Pedro Alves <palves@redhat.com>
3211
3212 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3213 Clang, add "-Wno-unknown-warning-option" to the options.
3214
caa7fd04
AB
32152020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.xml/tdesc-reload.c: New file.
3218 * gdb.xml/tdesc-reload.exp: New file.
3219 * gdb.xml/maint-xml-dump-01.xml: New file.
3220 * gdb.xml/maint-xml-dump-02.xml: New file.
3221 * gdb.xml/maint-xml-dump.exp: New file.
3222
bb8d1260
SL
32232020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3224
3225 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3226 Adjust for omitted commands when TUI is disabled.
3227
7e4b9c4c
GB
32282020-06-23 Gary Benson <gbenson@redhat.com>
3229 Pedro Alves <palves@redhat.com>
3230
3231 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3232 * gdb.cp/nsimport.cc: Likewise.
3233 * gdb.cp/nsnested.cc: Likewise.
3234 * gdb.cp/nsnoimports.cc: Likewise.
3235 * gdb.cp/nsusing.cc: Likewise.
3236 * gdb.cp/smartp.cc: Likewise.
3237 * gdb.python/py-pp-integral.c: Likewise.
3238 * gdb.python/py-pp-re-notag.c: Likewise.
3239
2e573c0a
GB
32402020-06-23 Gary Benson <gbenson@redhat.com>
3241
3242 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3243 * gdb.cp/nsimport.cc: Likewise.
3244 * gdb.cp/nsnested.cc: Likewise.
3245 * gdb.cp/nsnoimports.cc: Likewise.
3246 * gdb.cp/nsusing.cc: Likewise.
3247 * gdb.cp/smartp.cc: Likewise.
3248 * gdb.python/py-pp-integral.c: Likewise.
3249 * gdb.python/py-pp-re-notag.c: Likewise.
3250
746ebfe8
PW
32512020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3252
3253 * gdb.base/default-args.exp: New test.
3254 * gdb.base/default-args.c: New file.
3255 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3256 * gdb.base/default.exp: Update to new help text.
3257 * gdb.base/help.exp: Likewise.
3258 * gdb.base/page.exp: Likewise.
3259 * gdb.base/style.exp: Likewise.
3260 * gdb.guile/guile.exp: Likewise.
3261 * gdb.python/python.exp: Likewise.
3262
e822f2cd
SL
32632020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3264
3265 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3266 remote host. Fix search path syntax on Windows host.
3267
48e9cc84
PW
32682020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3269
3270 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3271 over 'exec-file-mismatch'.
3272 * gdb.base/attach.c: Mark should_exit volatile.
3273 * gdb.base/attach2.c: Likewise. Add a comment explaining
3274 why the sleep cannot be big.
3275 * gdb.base/attach3.c: New file.
3276
160f8a8f
SL
32772020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3278
3279 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3280 prefix optional.
3281
4d91c2a4
SL
32822020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3283
3284 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3285 for remote host.
3286
87f83f20
SL
32872020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3288 Hafiz Abid Qadeer <abidh@codesourcery.com>
3289
3290 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3291 file sent to remote host.
3292 (top level): Allow int32_t as type of 32-bit register.
3293
37ab8655
TV
32942020-06-19 Tom de Vries <tdevries@suse.de>
3295
3296 * lib/gdb.exp (gdb_note): New proc.
3297 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3298 (gdb_default_target_compile): ... here. Only call
3299 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3300 (use_gdb_compile): Change to array.
3301 (toplevel): Update sets of use_gdb_compile to specify language.
3302 Warn about default_target_compile override. Store dejagnu's version
3303 of default_target_compile in dejagnu_default_target_compile.
3304
a8a56685
TV
33052020-06-18 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3308 (default_gdb_init): ... here.
3309
581bea2c
SL
33102020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3311
3312 Fix TUI support checks in gdb.tui tests.
3313
3314 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3315 just say UNSUPPORTED.
3316 * gdb.tui/corefile-run.exp: Likewise.
3317 * gdb.tui/empty.exp: Likewise.
3318 * gdb.tui/list-before.exp: Likewise.
3319 * gdb.tui/list.exp: Likewise.
3320 * gdb.tui/main.exp: Likewise.
3321 * gdb.tui/regs.exp: Likewise.
3322 * gdb.tui/resize.exp: Likewise.
3323 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3324 * gdb.tui/tui-layout-asm.exp: Likewise.
3325 * gdb.tui/tui-missing-src.exp: Likewise.
3326 * gdb.tui/winheight.exp: Likewise.
3327 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3328
05e682e3
SL
33292020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3330
3331 Fix TCL error in gdb.python/py-format-string.exp.
3332
3333 * gdb.python/py-format-string.exp: Move test for python support
3334 earlier, out of function body.
3335
efb763a5
SM
33362020-06-15 Simon Marchi <simon.marchi@efficios.com>
3337
3338 * gdb.base/index-cache-load-twice.c: New.
3339 * gdb.base/index-cache-load-twice.exp: New.
3340
43327b20
KS
33412020-06-17 Keith Seitz <keiths@redhat.com>
3342
99cf27cf 3343 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3344 when executing "gdb --configuration".
3345
081e778c
TV
33462020-06-17 Tom de Vries <tdevries@suse.de>
3347
3348 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3349 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3350 conditional on presence of gdb_tcl_unknown.
3351 (gdb_finish): Make override undo conditional on presence of
3352 gdb_tcl_unknown.
3353
d2d1ea20
TT
33542020-06-16 Tom Tromey <tom@tromey.com>
3355
3356 * gdb.python/tui-window.py (failwin): New function. Register it
3357 as a TUI window type.
3358 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3359
c802e8a7
GB
33602020-06-16 Gary Benson <gbenson@redhat.com>
3361
3362 * gdb.python/py-nested-maps.c (create_map): Add missing return
3363 value.
3364 (create_map_map): Likewise.
3365
ff08abb8
TBA
33662020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3367
3368 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3369 variable.
3370 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3371 and use the already-defined 'options' variable.
3372
a29d5112
AB
33732020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3374 Tom de Vries <tdevries@suse.de>
3375
3376 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3377 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3378 (gdb_setup_known_globals): New proc.
3379 (gdb_cleanup_globals): New proc.
3380 * lib/gdb.exp (load_lib): New override proc.
3381 (gdb_stdin_log_init): Set var in_file as persistent global.
3382 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3383 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3384 fpc_compiler as persistent global.
3385
8c74a764
TV
33862020-06-12 Tom de Vries <tdevries@suse.de>
3387
3388 * lib/tuiterm.exp (spawn): Rename to ...
3389 (tui_spawn): ... this.
3390 (toplevel): Move rename of spawn ...
3391 (gdb_init_tuiterm): ... here. New proc.
3392 (gdb_finish_tuiterm): New proc.
3393 * lib/gdb.exp (gdb_finish_hooks): New global var.
3394 (gdb_finish): Handle gdb_finish_hooks.
3395 (tuiterm_env): New proc.
3396 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3397 tuiterm_env.
3398 * gdb.tui/basic.exp: Same.
3399 * gdb.tui/corefile-run.exp: Same.
3400 * gdb.tui/empty.exp: Same.
3401 * gdb.tui/list-before.exp: Same.
3402 * gdb.tui/list.exp: Same.
3403 * gdb.tui/main.exp: Same.
3404 * gdb.tui/new-layout.exp: Same.
3405 * gdb.tui/regs.exp: Same.
3406 * gdb.tui/resize.exp: Same.
3407 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3408 * gdb.tui/tui-layout-asm.exp: Same.
3409 * gdb.tui/tui-missing-src.exp: Same.
3410 * gdb.tui/winheight.exp: Same.
3411
26783bce
TV
34122020-06-12 Tom de Vries <tdevries@suse.de>
3413
3414 PR testsuite/26110
3415 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3416 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3417
2b4e6a3f
TT
34182020-06-11 Tom Tromey <tom@tromey.com>
3419
3420 PR gdb/18318:
3421 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3422 floating point tests.
3423
2f33032a
KS
34242020-06-11 Keith Seitz <keiths@redhat.com>
3425
3426 PR gdb/21356
3427 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3428 vla_struct.
3429 Add new struct vla_typedef and union vla_typedef_union and
3430 corresponding instantiation objects.
3431 Initialize new objects.
3432 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3433 and vla_typedef_union_object.
3434 Fixup type for vla_struct_object.
3435
a8baf0a3
TV
34362020-06-11 Tom de Vries <tdevries@suse.de>
3437
3438 * lib/gdb.exp (with_override): New proc, factored out of ...
3439 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3440
7ab96794
TV
34412020-06-10 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3444
cab5c3b7
SM
34452020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3446
3447 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3448 parameter, update callers.
3449
f8c41851
SM
34502020-06-04 Simon Marchi <simon.marchi@efficios.com>
3451
3452 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3453 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3454 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3455
1c07a73f
TV
34562020-06-04 Tom de Vries <tdevries@suse.de>
3457
3458 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3459
95146b5d
TV
34602020-06-04 Tom de Vries <tdevries@suse.de>
3461
3462 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3463 exp_continue.
3464
0cfcd4f0
TV
34652020-06-04 Tom de Vries <tdevries@suse.de>
3466
3467 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3468
f9b5d5ea
TV
34692020-06-03 Tom de Vries <tdevries@suse.de>
3470
3471 PR symtab/26046
3472 * gdb.cp/breakpoint-locs-2.cc: New test.
3473 * gdb.cp/breakpoint-locs.cc: New test.
3474 * gdb.cp/breakpoint-locs.exp: New file.
3475 * gdb.cp/breakpoint-locs.h: New test.
3476
5144dfba
TV
34772020-06-03 Tom de Vries <tdevries@suse.de>
3478
3479 PR testsuite/25609
3480 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3481 value of global verbose.
3482 * gdb.base/jit-elf.exp: Same.
3483 * gdb.base/jit-reader.exp: Same.
3484
621eacdf
TV
34852020-06-02 Tom de Vries <tdevries@suse.de>
3486
3487 * gdb.dwarf2/multidictionary.exp: Don't use
3488 gdb_spawn_with_cmdline_opts.
3489
1313c56e
AB
34902020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3493 use_header case.
3494 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3495 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3496 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3497 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3498 * gdb.dwarf2/dw2-inline-header.c: New file.
3499 * gdb.dwarf2/dw2-inline-header.h: New file.
3500
f68f85b5
PA
35012020-05-30 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3504 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3505
678048e8
GB
35062020-05-29 Gary Benson <gbenson@redhat.com>
3507
3508 * gdb.compile/compile-cplus.exp (additional_flags): Also
3509 set when building with clang.
3510 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3511 when building with clang.
3512
9fcafd23
GB
35132020-05-29 Gary Benson <gbenson@redhat.com>
3514
3515 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3516 building with clang.
3517 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3518
735d5a07
GB
35192020-05-29 Gary Benson <gbenson@redhat.com>
3520
3521 * gdb.cp/koenig.exp (prepare_for_testing): Add
3522 additional_flags=-Wno-unused-comparison.
3523 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3524
4ad2c6a0
GB
35252020-05-28 Gary Benson <gbenson@redhat.com>
3526
3527 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3528 statement.
3529
09fe663e
GB
35302020-05-28 Gary Benson <gbenson@redhat.com>
3531
3532 * gdb.cp/classes.exp (prepare_for_testing): Add
3533 additional_flags=-Wno-deprecated-register.
3534 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3535 * gdb.cp/misc.exp: Likewise.
3536
cee00f17
GB
35372020-05-28 Gary Benson <gbenson@redhat.com>
3538
3539 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3540 (test_op_new::operator new): Add return statement.
3541 (test_op_new_array::operator new[]): Likewise.
3542
636edd00
PA
35432020-05-27 Pedro Alves <palves@redhat.com>
3544
3545 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3546 check. Use test_gdb_complete_unique instead of
3547 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3548 test_gdb_complete_multiple instead of
3549 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3550
c2b75043
LM
35512020-05-27 Luis Machado <luis.machado@linaro.org>
3552
3553 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3554 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3555 * gdb.arch/arm-disassembler-options.exp: Likewise.
3556 * gdb.arch/arm-disp-step.exp: Likewise.
3557 * gdb.arch/thumb-prologue.exp: Likewise.
3558 * gdb.base/async.exp: Likewise.
3559 * gdb.base/auxv.exp: Likewise.
3560 * gdb.base/complex-parts.exp: Likewise.
3561 * gdb.base/ena-dis-br.exp: Likewise.
3562 * gdb.base/foll-exec.exp: Likewise.
3563 * gdb.base/permissions.exp: Likewise.
3564 * gdb.base/relocate.exp: Likewise.
3565 * gdb.base/return2.exp: Likewise.
3566 * gdb.base/sigbpt.exp: Likewise.
3567 * gdb.base/siginfo-obj.exp: Likewise.
3568 * gdb.cp/converts.exp: Likewise.
3569 * gdb.cp/exceptprint.exp: Likewise.
3570 * gdb.cp/inherit.exp: Likewise.
3571 * gdb.cp/nsnoimports.exp: Likewise.
3572 * gdb.cp/virtbase2.exp: Likewise.
3573 * gdb.mi/mi-var-cmd.exp: Likewise.
3574 * gdb.mi/var-cmd.c: Likewise.
3575
53a47a3e
TT
35762020-05-26 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3579
0bc2354b
TT
35802020-05-26 Tom Tromey <tromey@adacore.com>
3581
3582 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3583 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3584 type.
3585 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3586 variable.
3587
0db49895
CBG
35882020-05-26 Christian Biesinger <cbiesinger@google.com>
3589
3590 * Makefile.in: Use = instead of == for the test command
3591 for portability.
3592
40d22035
TV
35932020-05-26 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.base/gold-gdb-index-2.c: New test.
3596 * gdb.base/gold-gdb-index.c: New test.
3597 * gdb.base/gold-gdb-index.exp: New file.
3598 * gdb.base/gold-gdb-index.h: New test.
3599
043e2e02
TV
36002020-05-25 Tom de Vries <tdevries@suse.de>
3601
3602 * boards/gold-gdb-index.exp: New file.
3603
462f72c5
SM
36042020-05-25 Simon Marchi <simon.marchi@efficios.com>
3605
3606 * boards/simavr.exp: New file.
3607
6cf66e76
SM
36082020-05-25 Simon Marchi <simon.marchi@efficios.com>
3609
3610 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3611 * gdb.base/inferior-args.exp: New file.
3612 * gdb.base/inferior-args.c: New file.
3613
75d04512
SM
36142020-05-25 Simon Marchi <simon.marchi@efficios.com>
3615
3616 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3617 inferior_args. Pass it to gdb_reload.
3618 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3619 inferior_args.
3620 (gdb_reload): Add inferior_args argument.
3621 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3622 pass it to gdbserver_run.
3623 * boards/native-gdbserver.exp: Do not set noargs.
3624 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3625 inferior_args argument.
3626 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3627 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3628 * gdb.base/args.exp: Likewise.
3629
42cf1844
TV
36302020-05-25 Tom de Vries <tdevries@suse.de>
3631
3632 * lib/gdb.exp (exec_is_pie): Add comment.
3633
8f7d38ef
TV
36342020-05-25 Tom de Vries <tdevries@suse.de>
3635
3636 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3637 instead of $binfile in the untested message.
3638
465e1b0f
TV
36392020-05-25 Tom de Vries <tdevries@suse.de>
3640
3641 PR testsuite/26031
3642 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3643
3c5a0e02
TV
36442020-05-25 Tom de Vries <tdevries@suse.de>
3645
3646 * boards/gold.exp: New file.
3647
0a4f5f8c
TT
36482020-05-23 Tom Tromey <tom@tromey.com>
3649
3650 * gdb.base/style.exp: Remove completion styling test.
3651 * lib/gdb-utils.exp (style): Remove completion styles.
3652
eca1f90c
TT
36532020-05-23 Tom Tromey <tom@tromey.com>
3654
3655 * gdb.base/style.exp: Add completion styling test.
3656 * lib/gdb-utils.exp (style): Add completion styles.
3657
7c13f4e8
AB
36582020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3659
3660 * gdb.base/annota1.exp: Update expected results.
3661 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3662 test name.
3663 * gdb.cp/annota3.exp: Update expected results.
3664
41977d16
SM
36652020-05-20 Simon Marchi <simon.marchi@efficios.com>
3666
3667 PR gdb/26016
3668 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3669 against MAP_FAILED.
3670 * gdb.base/coremaker.c (mmapdata): Likewise.
3671 * gdb.base/jit-reader-host.c (main): Likewise.
3672 * gdb.base/sym-file-loader.c (load): Likewise.
3673 (load_shlib): Likewise.
3674
b4757f2e
TT
36752020-05-20 Tom Tromey <tromey@adacore.com>
3676
3677 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3678
9a0bacfb
TV
36792020-05-20 Tom de Vries <tdevries@suse.de>
3680
3681 PR symtab/25833
3682 * gdb.base/with-mf-inc.c: New test.
3683 * gdb.base/with-mf-main.c: New test.
3684 * gdb.base/with-mf.exp: New file.
3685
76571211
TT
36862020-05-19 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.rust/simple.exp: Restore missing test result.
3689
4cd9f3d5
TV
36902020-05-19 Tom de Vries <tdevries@suse.de>
3691
3692 * gdb.base/gdb-caching-proc.exp: Fix typo.
3693
7d874253
TT
36942020-05-19 Tom Tromey <tromey@adacore.com>
3695
3696 * gdb.rust/simple.exp: Add some test descriptions.
3697 (test_one_slice): Use with_test_prefix.
3698
1d727695
TV
36992020-05-18 Tom de Vries <tdevries@suse.de>
3700
3701 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3702
7f32a4d5
PA
37032020-05-17 Pedro Alves <palves@redhat.com>
3704
3705 PR gdb/25741
3706 * gdb.base/hw-sw-break-same-address.exp: New file.
3707
7cfd74cf
PA
37082020-05-16 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3711 LAST_LOADED_FILE accordingly.
3712
57b4f16e
PW
37132020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3714
3715 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3716
7c05caf7
PW
37172020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3718
3719 * gdb.base/help.exp: Test apropos and help for commands
3720 having aliases. Fixed comments not starting with an
3721 upper-case letter or not finishing with a dot.
3722
7aa1b46f
PW
37232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3724
3b3aaacb
PW
3725 * gdb.base/alias.exp: Update help output check.
3726
57b4f16e 37272020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3728
7aa1b46f
PW
3729 * gdb.base/default.exp: Update output following fixes.
3730
0605465f
PW
37312020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3732
3733 * gdb.base/alias.exp: Test aliases starting with a prefix of
3734 another alias.
3735
86e4e63d
GB
37362020-05-15 Gary Benson <gbenson@redhat.com>
3737
3738 * gdb.base/info-os.c (main): Add return statement.
3739 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3740 * gdb.base/large-frame-2.c (func): Likewise.
3741 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3742 * gdb.base/pr10179-b.c (foo2): Likewise.
3743 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3744 * gdb.base/watch-cond.c (func): Likewise.
3745 * gdb.multi/goodbye.c (verylongfun): Likewise.
3746 * gdb.multi/hello.c (commonfun): Likewise.
3747 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3748 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3749 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3750 Likewise.
3751 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3752 * gdb.threads/interrupt-while-step-over.c (child_function):
3753 Likewise.
3754 * gdb.trace/actions-changed.c (end): Likewise.
3755
163df4df
GB
37562020-05-15 Gary Benson <gbenson@redhat.com>
3757
3758 * gdb.opencl/callfuncs.exp: Report when test skipped.
3759 * gdb.opencl/convs_casts.exp: Likewise.
3760 * gdb.opencl/datatypes.exp: Likewise.
3761 * gdb.opencl/operators.exp: Likewise.
3762 * gdb.opencl/vec_comps.exp: Likewise.
3763
6dbc505a
TV
37642020-05-15 Tom de Vries <tdevries@suse.de>
3765
3766 * gdb.base/align.exp.in: Rename to ...
3767 * gdb.base/align.exp.tcl: ... this.
3768 * gdb.base/align-c++.exp: Update.
3769 * gdb.base/align-c.exp: Update.
3770 * gdb.base/all-architectures.exp.in: Rename to ...
3771 * gdb.base/all-architectures.exp: ... this.
3772 * gdb.base/all-architectures-0.exp: Update.
3773 * gdb.base/all-architectures-1.exp: Update.
3774 * gdb.base/all-architectures-2.exp: Update.
3775 * gdb.base/all-architectures-3.exp: Update.
3776 * gdb.base/all-architectures-4.exp: Update.
3777 * gdb.base/all-architectures-5.exp: Update.
3778 * gdb.base/all-architectures-6.exp: Update.
3779 * gdb.base/all-architectures-7.exp: Update.
3780 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3781 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3782 * gdb.base/infcall-nested-structs-c++.exp: Update.
3783 * gdb.base/infcall-nested-structs-c.exp: Update.
3784 * gdb.base/info-types.exp.in: Rename to ...
3785 * gdb.base/info-types.exp.tcl: ... this.
3786 * gdb.base/info-types-c++.exp: Update.
3787 * gdb.base/info-types-c.exp: Update.
3788 * gdb.base/max-depth.exp.in: Rename to ...
3789 * gdb.base/max-depth.exp.tcl: ... this.
3790 * gdb.base/max-depth-c++.exp: Update.
3791 * gdb.base/max-depth-c.exp: Update.
3792 * gdb.cp/cpexprs.exp.in: Rename to ...
3793 * gdb.cp/cpexprs.exp.tcl: ... this.
3794 * gdb.cp/cpexprs-debug-types.exp: Update.
3795 * gdb.cp/cpexprs.exp: Update.
3796 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3797 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3798 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3799 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3800 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3801 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3802 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3803 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3804 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3805 * gdb.dwarf2/clang-debug-names.exp: Update.
3806
d1034d78
AB
38072020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3808
3809 * lib/check-test-names.exp: Remove code that prevents this file
3810 loading when tests are run in parallel.
3811
3c5c3649
PA
38122020-05-15 Pedro Alves <palves@redhat.com>
3813
3814 * gdb.multi/multi-kill.exp (start_inferior): Remove
3815 'testpid' parameter. Refer to namespace variable directly.
3816 (testpid): Declare as namespace variable.
3817
272c36b8
PA
38182020-05-15 Pedro Alves <palves@redhat.com>
3819
3820 * gdb.multi/multi-kill.exp: Wrap in namespace.
3821 (start_inferior): Add TESTPID parameter. Use it instead of the
3822 testpid global.
3823 (top level): Define empty TESTPID array, and pass it down to
3824 start_inferior.
3825
02eba61a
TV
38262020-05-14 Tom de Vries <tdevries@suse.de>
3827
3828 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3829 output.
3830
971a3747
TV
38312020-05-14 Tom de Vries <tdevries@suse.de>
3832
3833 * gdb.base/align.exp: Split into ...
3834 * gdb.base/align.exp.in: ...
3835 * gdb.base/align-c++.exp: ...
3836 * gdb.base/align-c.exp: ... these.
3837 * gdb.base/infcall-nested-structs.exp: Split into ...
3838 * gdb.base/infcall-nested-structs.exp.in: ...
3839 * gdb.base/infcall-nested-structs-c++.exp: ...
3840 * gdb.base/infcall-nested-structs-c.exp: ... these.
3841 * gdb.base/info-types.exp: Split into ...
3842 * gdb.base/info-types.exp.in: ...
3843 * gdb.base/info-types-c++.exp: ...
3844 * gdb.base/info-types-c.exp: ... these.
3845 * gdb.base/max-depth.exp: Split into ...
3846 * gdb.base/max-depth.exp.in: ...
3847 * gdb.base/max-depth-c++.exp: ...
3848 * gdb.base/max-depth-c.exp: ... these.
3849 * gdb.cp/infcall-nodebug.exp: Split into ...
3850 * gdb.cp/infcall-nodebug.exp.in: ...
3851 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3852 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3853 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3854 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3855
a05575d3
TBA
38562020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3857 Pedro Alves <palves@redhat.com>
3858
3859 * gdb.multi/multi-exit.c: New file.
3860 * gdb.multi/multi-exit.exp: New file.
3861 * gdb.multi/multi-kill.c: New file.
3862 * gdb.multi/multi-kill.exp: New file.
3863
6ad82919
TBA
38642020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3865
3866 * gdb.base/annota1.exp: Update the expected output.
3867 * gdb.cp/annota2.exp: Ditto.
3868
843f4d93
AB
38692020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3870
3871 * lib/check-test-names.exp: Disable when testing is being run in
3872 parallel.
3873
c7c66341
TV
38742020-05-12 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.base/jit-elf.exp: Fix string concat.
3877
1b59ca1c
TV
38782020-05-12 Tom de Vries <tdevries@suse.de>
3879
3880 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3881 messages.
3882
b4991d29
TV
38832020-05-12 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3886
dbb0ab10
TV
38872020-05-12 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3890 * gdb.ada/mi_catch_ex.exp: Same.
3891 * gdb.ada/mi_catch_ex_hand.exp: Same.
3892
7549fed8
TV
38932020-05-12 Tom de Vries <tdevries@suse.de>
3894
3895 * gdb.fortran/complex.exp: Use with_test_prefix.
3896
af2d5cd8
TV
38972020-05-12 Tom de Vries <tdevries@suse.de>
3898
3899 * gdb.trace/passcount.exp: Fix test-names.
3900
7c121311
TV
39012020-05-12 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3904
c9f3b40e
TV
39052020-05-12 Tom de Vries <tdevries@suse.de>
3906
3907 * gdb.gdb/complaints.exp: Use with_test_prefix.
3908 * gdb.xml/tdesc-regs.exp: Same.
3909 * gdb.opt/inline-locals.exp: Fix test name.
3910
111b33f0
TV
39112020-05-12 Tom de Vries <tdevries@suse.de>
3912
3913 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3914 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3915 * gdb.dwarf2/implref-struct.exp: Same.
3916 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3917 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3918
ebf47080
SM
39192020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3920
3921 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3922
d30dcd12
AB
39232020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3924
3925 * lib/check-test-names.exp (all_test_names): New module variable.
3926 (counts): Add 'duplicates' field.
3927 (_check_duplicates): New procedure.
3928 (check): Also check for duplicates.
3929 (do_log_summary): Print duplicates count.
3930 (do_reset_vars): Reset counter for duplicate test names, and
3931 discard all know test names.
3932
34584c09
AB
39332020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3934
3935 * lib/gdb.exp: Include check-test-names.exp library.
3936 * lib/check-test-names.exp: New file.
3937
e0002117
TV
39382020-05-11 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3941
53f539a3
KS
39422020-05-11 Keith Seitz <keiths@redhat.com>
3943
3944 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3945
113ee09a
TV
39462020-05-11 Tom de Vries <tdevries@suse.de>
3947
3948 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3949 * gdb.cp/cpexprs.exp.in: .. here.
3950 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3951 cpexprs.exp.
3952
ba3e70b0
KS
39532020-05-11 Keith Seitz <keiths@redhat.com>
3954
3955 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3956 test names.
3957 * gdb.ada/arrayptr.exp: Likewise.
3958 * gdb.ada/assign_arr.exp: Likewise.
3959 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3960 * gdb.ada/bp_on_var.exp: Likewise.
3961 * gdb.ada/call_pn.exp: Likewise.
3962 * gdb.ada/complete.exp: Likewise.
3963 * gdb.ada/fun_overload_menu.exp: Likewise.
3964 * gdb.ada/funcall_param.exp: Likewise.
3965 * gdb.ada/funcall_ref.exp: Likewise.
3966 * gdb.ada/packed_array_assign.exp: Likewise.
3967 * gdb.ada/same_component_name.exp: Likewise.
3968 * gdb.ada/type_coercion.exp: Likewise.
3969 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3970 * gdb.ada/variant_record_packed_array.exp: Likewise.
3971
3ee6bb11
TV
39722020-05-11 Tom de Vries <tdevries@suse.de>
3973
3974 PR symtab/25941
3975 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3976 out of ...
3977 * gdb.dwarf2/clang-debug-names.exp: ... here.
3978 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3979 clang-debug-names.exp.in.
3980 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3981 * gdb.dwarf2/clang-debug-names-2.c: New test.
3982
86cd6bc8
AKS
39832020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3984
3985 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3986 (fortran_runto_main): New Proc, fortran version of runto_main.
3987 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3988 * gdb.fortran/array-bounds.exp: Likewise.
3989 * gdb.fortran/array-slices.exp: Likewise.
3990 * gdb.fortran/block-data.exp: Likewise.
3991 * gdb.fortran/charset.exp: Likewise.
3992 * gdb.fortran/common-block.exp: Likewise.
3993 * gdb.fortran/complex.exp: Likewise.
3994 * gdb.fortran/derived-type-function.exp: Likewise.
3995 * gdb.fortran/derived-type.exp: Likewise.
3996 * gdb.fortran/info-modules.exp: Likewise.
3997 * gdb.fortran/info-types.exp: Likewise.
3998 * gdb.fortran/intrinsics.exp: Likewise.
3999 * gdb.fortran/library-module.exp: Likewise.
4000 * gdb.fortran/logical.exp: Likewise.
4001 * gdb.fortran/max-depth.exp: Likewise.
4002 * gdb.fortran/module.exp: Likewise.
4003 * gdb.fortran/multi-dim.exp: Likewise.
4004 * gdb.fortran/nested-funcs.exp: Likewise.
4005 * gdb.fortran/print-formatted.exp: Likewise.
4006 * gdb.fortran/print_type.exp: Likewise.
4007 * gdb.fortran/printing-types.exp: Likewise.
4008 * gdb.fortran/ptr-indentation.exp: Likewise.
4009 * gdb.fortran/ptype-on-functions.exp: Likewise.
4010 * gdb.fortran/subarray.exp: Likewise.
4011 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4012 * gdb.fortran/vla-datatypes.exp: Likewise.
4013 * gdb.fortran/vla-history.exp: Likewise.
4014 * gdb.fortran/vla-ptr-info.exp: Likewise.
4015 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4016 * gdb.fortran/vla-ptype.exp: Likewise.
4017 * gdb.fortran/vla-sizeof.exp: Likewise.
4018 * gdb.fortran/vla-type.exp: Likewise.
4019 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4020 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4021 * gdb.fortran/vla-value-sub.exp: Likewise.
4022 * gdb.fortran/vla-value.exp: Likewise.
4023 * gdb.fortran/whatis_type.exp: Likewise.
4024 * gdb.mi/mi-var-child-f.exp: Likewise.
4025
6dc55ce9 40262020-05-09 Tom de Vries <tdevries@suse.de>
4027
4028 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4029
283cb58c
TV
40302020-05-08 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.dwarf2/clang-debug-names.c: New test.
4033 * gdb.dwarf2/clang-debug-names.exp: New file.
4034
ac4a4f1c
SM
40352020-05-06 Simon Marchi <simon.marchi@efficios.com>
4036
4037 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4038 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4039
24fe640b
TV
40402020-05-06 Tom de Vries <tdevries@suse.de>
4041
4042 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4043 breakpoint is at a "recommended breakpoint location".
4044 * gdb.reverse/consecutive-reverse.exp: Same.
4045
0d8683a3
TV
40462020-05-06 Tom de Vries <tdevries@suse.de>
4047
4048 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4049 address.
4050
b8983c46
TV
40512020-05-06 Tom de Vries <tdevries@suse.de>
4052
4053 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4054
abf6d805
TV
40552020-05-06 Tom de Vries <tdevries@suse.de>
4056
4057 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4058 info for r.
4059
0fc2a808
TV
40602020-05-06 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4063 necessary.
4064
873dd427
TV
40652020-05-06 Tom de Vries <tdevries@suse.de>
4066
4067 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4068 void.
4069
7c99e7e2
TV
40702020-05-06 Tom de Vries <tdevries@suse.de>
4071
4072 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4073 of ...
4074 * gdb.base/async.exp: ... here.
4075 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4076 "recommended breakpoint location".
4077
6173d6a6
TV
40782020-05-06 Tom de Vries <tdevries@suse.de>
4079
4080 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4081
6015a067
TV
40822020-05-04 Tom de Vries <tdevries@suse.de>
4083
4084 * gdb.base/async.exp: Check whether instruction addresses are a
4085 "recommended breakpoint location".
4086
3b6acaee
TT
40872020-05-03 Tom Tromey <tom@tromey.com>
4088
4089 * gdb.base/sepdebug.exp: Remove "catch" test.
4090 * gdb.base/break.exp: Remove "catch" test.
4091 * gdb.base/default.exp: Update expected output.
4092
5beb4d17
TV
40932020-05-02 Tom de Vries <tdevries@suse.de>
4094
4095 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4096 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4097 * gdb.arch/i386-mpx-map.exp: Same.
4098 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4099 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4100 * gdb.arch/i386-mpx.exp: Same.
4101
8caf140d
TV
41022020-05-02 Tom de Vries <tdevries@suse.de>
4103
4104 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4105
693196cb
TV
41062020-05-01 Tom de Vries <tdevries@suse.de>
4107
4108 * gdb.ada/operator_bp.exp: Allow more than required amount of
4109 breakpoint.
4110
53ae0aa9
TV
41112020-05-01 Tom de Vries <tdevries@suse.de>
4112
4113 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4114
ee9d1e5f
HD
41152020-04-30 Hannes Domani <ssbssa@yahoo.de>
4116
4117 PR gdb/18706
4118 * gdb.cp/stub-array-size.cc: New test.
4119 * gdb.cp/stub-array-size.exp: New file.
4120 * gdb.cp/stub-array-size.h: New test.
4121 * gdb.cp/stub-array-size2.cc: New test.
4122
d5cf82c0
HD
41232020-04-30 Hannes Domani <ssbssa@yahoo.de>
4124
4125 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4126 output to the new format.
4127
42e165c3
SM
41282020-04-29 Simon Marchi <simon.marchi@efficios.com>
4129
4130 * gdb.base/break.exp: Use with_test_prefix.
4131
6e4e3fe1
TV
41322020-04-29 Tom de Vries <tdevries@suse.de>
4133
4134 * lib/gdb.exp (debug_types): New proc.
4135 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4136 * gdb.python/py-symtab.exp: Same.
4137
d642b692
HD
41382020-04-29 Hannes Domani <ssbssa@yahoo.de>
4139
4140 PR gdb/17320
4141 * gdb.base/pretty-array.c: New test.
4142 * gdb.base/pretty-array.exp: New file.
4143
ea90f227
TV
41442020-04-29 Tom de Vries <tdevries@suse.de>
4145
4146 PR symtab/25889
4147 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4148 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4149 and include cpexprs.exp.
4150
a65189c9
TV
41512020-04-28 Mark Williams <mark@myosotissp.com>
4152
4153 PR gdb/24480
4154 * dw4-toplevel-types.exp: Test for top level types.
4155 * dw4-toplevel-types.cc: Test for top level types.
4156
32d1f47a
TBA
41572020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4158
4159 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4160 (theads -> threads).
4161
56a4f5a1
TV
41622020-04-28 Tom de Vries <tdevries@suse.de>
4163
4164 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4165
0b2f8a3b
TV
41662020-04-28 Tom de Vries <tdevries@suse.de>
4167
4168 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4169
5390c717
TV
41702020-04-28 Tom de Vries <tdevries@suse.de>
4171
4172 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4173
15cd93d0
TV
41742020-04-28 Tom de Vries <tdevries@suse.de>
4175
4176 * gdb.dwarf2/main-foo.c: New test.
4177 * gdb.dwarf2/struct-with-sig.exp: New file.
4178
d472f0fb
TV
41792020-04-25 Tom de Vries <tdevries@suse.de>
4180
4181 * boards/debug-types.exp: New file.
4182
8d840e05
AB
41832020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4186
bcfe6157
TT
41872020-04-24 Tom Tromey <tom@tromey.com>
4188
4189 PR symtab/12707:
4190 * gdb.python/py-symbol.exp: Update expected results for
4191 linkage_name test.
4192 * gdb.cp/print-demangle.exp: New file.
4193 * gdb.base/c-linkage-name.exp: Fix test.
4194 * gdb.guile/scm-symbol.exp: Update expected results for
4195 linkage_name test.
4196
f049a313
TT
41972020-04-24 Tom Tromey <tom@tromey.com>
4198
4199 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4200 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4201 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4202 assembler.
4203
7cf28874
TV
42042020-04-24 Tom de Vries <tdevries@suse.de>
4205
4206 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4207 C++.
4208
dac2fef7
TT
42092020-04-24 Tom Tromey <tromey@adacore.com>
4210
4211 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4212 values.
4213 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4214 values. Update test for minimal encodings.
4215 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4216 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4217 values. Update test for minimal encodings.
4218
1acda803
TT
42192020-04-24 Tom Tromey <tromey@adacore.com>
4220
4221 PR python/23662:
4222 * gdb.ada/variant.exp: Add Python checks.
4223 * gdb.rust/simple.exp: Add dynamic type checks.
4224
adfb9815
TT
42252020-04-24 Tom Tromey <tromey@adacore.com>
4226
4227 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4228 Make array type matching more lax.
4229 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4230 * gdb.ada/mi_variant.exp: New file.
4231 * gdb.ada/mi_variant/pck.ads: New file.
4232 * gdb.ada/mi_variant/pkg.adb: New file.
4233 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4234 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4235
7d79de9a
TT
42362020-04-24 Tom Tromey <tromey@adacore.com>
4237
4238 * gdb.ada/variant.exp: Add dynamic field offset tests.
4239 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4240 * gdb.ada/variant/pkg.adb: Add new variables.
4241
f8e89861
TT
42422020-04-24 Tom Tromey <tromey@adacore.com>
4243
4244 * gdb.ada/variant.exp: New file
4245 * gdb.ada/variant/pkg.adb: New file
4246 * gdb.ada/variant/pck.adb: New file
4247
86e887ae
TV
42482020-04-24 Tom de Vries <tdevries@suse.de>
4249
4250 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4251
88428775
TV
42522020-04-24 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4255 flags.
4256
4e86f6e7
TV
42572020-04-24 Tom de Vries <tdevries@suse.de>
4258
4259 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4260
2016d3e6
TV
42612020-04-24 Tom de Vries <tdevries@suse.de>
4262
4263 * lib/gdb.exp (default_gdb_start): Handle eof.
4264 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4265 failure.
4266 * gdb.base/readnever.exp: Handle clean_restart failure.
4267
70bc38f5
TV
42682020-04-23 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.base/decl-before-def.exp: Run to main and print a again.
4271
de82891c
TV
42722020-04-23 Tom de Vries <tdevries@suse.de>
4273
4274 * gdb.base/decl-before-def-decl.c: New test.
4275 * gdb.base/decl-before-def-def.c: New test.
4276 * gdb.base/decl-before-def.exp: New file.
4277
96038148
TV
42782020-04-23 Tom de Vries <tdevries@suse.de>
4279
4280 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4281
54ac3df1
TV
42822020-04-22 Tom de Vries <tdevries@suse.de>
4283
4284 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4285 debug_info_offset.
4286 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4287 before $objsfile in the line line.
4288
714534e1
TV
42892020-04-22 Tom de Vries <tdevries@suse.de>
4290
4291 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4292
16a7dbf4
MS
42932020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4294
4295 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4296 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4297 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4298 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4299 * gdb.base/jit-protocol.h: Update definitions to match all usage
4300 contexts.
4301
43022020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4303
4304 * gdb.base: Rename all jit related test and source files.
4305
43062020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4307
4308 * gdb.base/jit-reader.exp: Relax register output check.
4309
317d2668
TV
43102020-04-22 Tom de Vries <tdevries@suse.de>
4311
4312 PR symtab/25764
4313 * gdb.base/psym-external-decl-2.c: New test.
4314 * gdb.base/psym-external-decl.c: New test.
4315 * gdb.base/psym-external-decl.exp: New file.
4316 * gdb.threads/tls.exp: Add PR25807 kfail.
4317
eea9e357
TV
43182020-04-22 Tom de Vries <tdevries@suse.de>
4319
4320 PR symtab/25801
4321 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4322 in "info source" output.
4323
3d5afab3
TV
43242020-04-22 Tom de Vries <tdevries@suse.de>
4325
4326 PR symtab/25700
4327 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4328 symtab for imported_unit.c.
4329
b32102f6
GB
43302020-04-21 Gary Benson <gbenson@redhat.com>
4331
4332 * gdb.base/advance.c (func): New argument, to match call site.
4333 (func2, func3): Add return statements.
4334
d43b7a2d
TBA
43352020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4336
4337 * gdb.multi/run-only-second-inf.c: New file.
4338 * gdb.multi/run-only-second-inf.exp: New file.
4339
d89edf9b
MM
43402020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4341
4342 * gdb.btrace/multi-inferior.c: New test.
4343 * gdb.btrace/multi-inferior.exp: New file.
4344
1a476b6d
MM
43452020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4346
4347 * gdb.btrace/enable-new-thread.c: New test.
4348 * gdb.btrace/enable-new-thread.exp: New file.
4349
4778a5f8
TV
43502020-04-21 Tom de Vries <tdevries@suse.de>
4351
4352 PR gdb/25471
4353 * gdb.threads/killed-outside.c: New test.
4354 * gdb.threads/killed-outside.exp: New file.
4355
9b2c992c
GB
43562020-04-20 Gary Benson <gbenson@redhat.com>
4357
4358 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4359 * gdb.base/nested-subp2.exp: Likewise.
4360 * gdb.base/nested-subp3.exp: Likewise.
4361
b5d1d6f7
GB
43622020-04-20 Gary Benson <gbenson@redhat.com>
4363
4364 * gdb.base/nested-subp1.exp: Disable test when using clang.
4365 * gdb.base/nested-subp2.exp: Likewise.
4366 * gdb.base/nested-subp3.exp: Likewise.
4367
25230285
GB
43682020-04-20 Gary Benson <gbenson@redhat.com>
4369
4370 * gdb.cp/exception.cc: Fix compilation error with clang.
4371
fa93cc8f
GB
43722020-04-20 Gary Benson <gbenson@redhat.com>
4373
809730f3 4374 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4375
e0c45f30
GB
43762020-04-20 Gary Benson <gbenson@redhat.com>
4377
4378 * gdb.base/jit-main.c: Fix compilation error with clang.
4379
4ddfec93
KR
43802020-04-17 Kamil Rytarowski <n54@gmx.com>
4381
4382 * gdb.base/attach-twice.c: Include "sys/types.h".
4383 (PTRACE_ATTACH): Add fallback definition.
4384 (main): Pass `0' to the 4th argument of `ptrace'.
4385
2bed205e
KR
43862020-04-17 Kamil Rytarowski <n54@gmx.com>
4387
4388 * gdb.base/fork-running-state.c: Include "signal.h".
4389
0743fc83
TT
43902020-04-17 Tom Tromey <tromey@adacore.com>
4391
4392 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4393 Update tests.
4394 * gdb.btrace/cpu.exp: Update tests.
4395 * gdb.base/maint.exp: Update tests.
4396 * gdb.base/default.exp: Update tests.
4397 * gdb.base/completion.exp: Update tests.
4398
efba5c23
TV
43992020-04-16 Tom de Vries <tdevries@suse.de>
4400
4401 PR symtab/25791
4402 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4403 (ensure_gdb_index): and factor out and move ...
4404 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4405 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4406
d191d716
TV
44072020-04-16 Tom de Vries <tdevries@suse.de>
4408
4409 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4410 loading exec.
4411
99f1bc6a
AB
44122020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4413
4414 * gdb.base/many-completions.exp: New file.
4415
194d088f
TV
44162020-04-14 Tom de Vries <tdevries@suse.de>
4417
4418 PR symtab/25718
4419 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4420
c1a66c06
TV
44212020-04-14 Tom de Vries <tdevries@suse.de>
4422
4423 PR symtab/25720
4424 * gdb.base/maint-expand-symbols-header-file.c: New test.
4425 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4426 * gdb.base/maint-expand-symbols-header-file.h: New test.
4427
21b0982c
AB
44282020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4431 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4432 get_func_info.
4433 (get_func_info): Delete.
4434 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4435 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4436 * lib/dwarf.exp (get_func_info): New function.
4437
dd1cab06
TV
44382020-04-13 Tom de Vries <tdevries@suse.de>
4439
4440 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4441 to what find_gnatmake does.
4442
71ea2b6b
TV
44432020-04-10 Tom de Vries <tdevries@suse.de>
4444
4445 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4446 -readnow.
4447
bdfc1e8a
TV
44482020-04-10 Tom de Vries <tdevries@suse.de>
4449
4450 PR cli/25808
4451 * gdb.base/style.c: Add leading newlines.
4452 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4453 Check listing of main's one-line body.
4454
14ca8ecf
TV
44552020-04-08 Tom de Vries <tdevries@suse.de>
4456
4457 * lib/gdb.exp (psymtabs_p): New proc.
4458 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4459 importing unit" unsupported if there are no partial symbols.
4460
e21d048f
TV
44612020-04-08 Tom de Vries <tdevries@suse.de>
4462
4463 PR testsuite/25760
4464 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4465
25c11aca
TV
44662020-04-07 Tom de Vries <tdevries@suse.de>
4467
4468 PR symtab/25796
4469 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4470
5707e24b
TV
44712020-04-07 Tom de Vries <tdevries@suse.de>
4472
4473 * gdb.base/check-psymtab.c: New test.
4474 * gdb.base/check-psymtab.exp: New file.
4475
6ee448cc
TT
44762020-04-06 Tom Tromey <tromey@adacore.com>
4477
4478 * gdb.ada/variant-record/proc.adb: New file.
4479 * gdb.ada/variant-record/value.adb: New file.
4480 * gdb.ada/variant-record/value.s: New file.
4481 * gdb.ada/variant-record.exp: New file.
4482
9e7c9a03
HD
44832020-04-03 Hannes Domani <ssbssa@yahoo.de>
4484
4485 PR gdb/25325
4486 * gdb.cp/typed-enum.cc: New test.
4487 * gdb.cp/typed-enum.exp: New file.
4488
c90d28ac
AB
44892020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4490
4491 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4492 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4493 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4494 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4495 * gdb.opt/inline-small-func.c: New file.
4496 * gdb.opt/inline-small-func.exp: New file.
4497 * gdb.opt/inline-small-func.h: New file.
4498
34e9a9fa
AB
44992020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4502 function.
4503
6a354911
AB
45042020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4505
4506 * lib/dwarf.exp (function_range): Allow compiler options to be
4507 specified.
4508
880d9777
TV
45092020-04-02 Tom de Vries <tdevries@suse.de>
4510
4511 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4512 __attribute__((always_inline)).
4513 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4514
f32682ea
TV
45152020-04-02 Tom de Vries <tdevries@suse.de>
4516
4517 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4518 (gdbserver_gdb_exit): ... here. Add timeout warning.
4519 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4520 (connect_target_extended_remote): Append new server_spawn_id to
4521 server_spawn_ids.
4522 (cleanup): New proc.
4523 (setup, <toplevel>): Call cleanup.
4524
d3214198
TV
45252020-04-02 Tom de Vries <tdevries@suse.de>
4526
4527 * gdb.base/main-psymtab.exp: New file.
4528
cc77ed24
TV
45292020-04-02 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4532
3638a098
TT
45332020-04-01 Tom Tromey <tom@tromey.com>
4534
4535 * gdb.base/complex-parts.exp: Add type tests.
4536
c34e8714
TT
45372020-04-01 Tom Tromey <tom@tromey.com>
4538
4539 * gdb.base/complex-parts.exp: Add arithmetic tests.
4540
981c08ce
TT
45412020-04-01 Tom Tromey <tom@tromey.com>
4542
4543 * gdb.compile/compile.exp: Update.
4544 * gdb.compile/compile-cplus.exp: Update.
4545 * gdb.base/varargs.exp: Update.
4546 * gdb.base/floatn.exp: Update.
4547 * gdb.base/endianity.exp: Update.
4548 * gdb.base/callfuncs.exp (do_function_calls): Update.
4549 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4550 (complex_float_integral_args): Update.
4551 * gdb.base/complex.exp: Update.
4552 * gdb.base/complex-parts.exp: Update.
4553
3d1cfd43
TT
45542020-04-01 Tom Tromey <tromey@adacore.com>
4555
4556 * gdb.rust/union.rs: New file.
4557 * gdb.rust/union.exp: New file.
4558 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4559 (main): Update.
4560 * gdb.rust/simple.exp: Move union tests to union.exp.
4561
e033dfa9
TT
45622020-04-01 Tom Tromey <tromey@adacore.com>
4563
4564 * gdb.rust/simple.rs (main): Remove "y0".
4565
53cccef1
TBA
45662020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4567
4568 * gdb.multi/stop-all-on-exit.c: New test.
4569 * gdb.multi/stop-all-on-exit.exp: New file.
4570
60e22c1e
HD
45712020-04-01 Hannes Domani <ssbssa@yahoo.de>
4572
4573 PR gdb/24789
4574 * gdb.cp/misc.cc: Add integer reference variable.
4575 * gdb.cp/misc.exp: Add test.
4576
e139a727
TBA
45772020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4578
4579 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4580 scenario to cover execution until the end and also the case
4581
16b0db75
TV
45822020-03-31 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4585 c. Use "maint info symtabs" to check symtab expansion.
4586
c0502da6
TV
45872020-03-30 Tom de Vries <tdevries@suse.de>
4588
4589 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4590 unsupported.
4591 (verify_psymtab_expanded): Move ...
4592 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4593 test.
4594 (readnow): New proc.
4595
5935fd15
AB
45962020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4597
4598 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4599 with $hex.
4600
1773be9e
TT
46012020-03-20 Tom Tromey <tromey@adacore.com>
4602
4603 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4604
70304be9
TT
46052020-03-20 Tom Tromey <tromey@adacore.com>
4606
4607 * gdb.ada/sub_variant/subv.adb: New file.
4608 * gdb.ada/sub_variant.exp: New file.
4609
0dd7b8f7
TV
46102020-03-20 Tom de Vries <tdevries@suse.de>
4611
4612 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4613 first break fails.
4614 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4615
cada5fc9
AB
46162020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4617
4618 * gdb.server/exit-multiple-threads.c: New file.
4619 * gdb.server/exit-multiple-threads.exp: New file.
4620
6b8c53f2
AB
46212020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4622
4623 * gdb.fortran/mixed-lang-stack.c: New file.
4624 * gdb.fortran/mixed-lang-stack.cpp: New file.
4625 * gdb.fortran/mixed-lang-stack.exp: New file.
4626 * gdb.fortran/mixed-lang-stack.f90: New file.
4627
19a2740f
AB
46282020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4629
4630 * gdb.linespec/cp-completion-aliases.cc: New file.
4631 * gdb.linespec/cp-completion-aliases.exp: New file.
4632
d8c8b848
TV
46332020-03-19 Tom de Vries <tdevries@suse.de>
4634
4635 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4636 more precise.
4637
a9933ccf
TV
46382020-03-18 Tom de Vries <tdevries@suse.de>
4639
4640 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4641 * gdb.dwarf2/break-inline-psymtab.c: New test.
4642 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4643
2f89101f
TV
46442020-03-16 Tom de Vries <tdevries@suse.de>
4645
4646 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4647 cache_verify and cache_verify_proc.
4648
6b9374f1
TV
46492020-03-15 Tom de Vries <tdevries@suse.de>
4650
4651 * gdb.server/solib-list.exp: Handle
4652 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4653
eaeaf44c
TV
46542020-03-15 Tom de Vries <tdevries@suse.de>
4655
4656 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4657 objfiles".
4658
3293bbaf
TT
46592020-03-14 Tom Tromey <tom@tromey.com>
4660
4661 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4662
ab44624c
TV
46632020-03-14 Tom de Vries <tdevries@suse.de>
4664
4665 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4666
54c43825
TV
46672020-03-14 Tom de Vries <tdevries@suse.de>
4668
4669 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4670 result in line-by-line fashion.
4671
2ac70237
TV
46722020-03-14 Tom de Vries <tdevries@suse.de>
4673
4674 * lib/gdb.exp (supports_statement_frontiers): New proc.
4675 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4676
09546b56
TV
46772020-03-14 Tom de Vries <tdevries@suse.de>
4678
4679 * gdb.base/printcmds.exp: Add missing quoting for "print
4680 teststring2".
4681
a1f6a07c
TT
46822020-03-13 Tom Tromey <tom@tromey.com>
4683
4684 * gdb.base/printcmds.exp (test_print_strings): Add regression
4685 test.
4686 * gdb.base/printcmds.c (charptr): New typedef.
4687 (teststring2): New global.
4688
1b83d09c
AB
46892020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4690
4691 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4692 full path in the test name.
4693 (test_ld): Add some with_test_prefix blocks to make test names
4694 unique.
4695
2d61316c
TV
46962020-03-13 Tom de Vries <tdevries@suse.de>
4697
4698 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4699
2e9145ac
TV
47002020-03-13 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4703
96c7f873
TV
47042020-03-13 Tom de Vries <tdevries@suse.de>
4705
4706 PR symtab/25646
4707 * gdb.dwarf2/imported-unit.exp: Add test.
4708
49ba92c0
TV
47092020-03-13 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4712 (var1, var2): New variable.
4713 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4714 matching symbols.
4715
301b21e0
TV
47162020-03-13 Tom de Vries <tdevries@suse.de>
4717
4718 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4719 (Term::command): Use prompt prefix.
4720 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4721 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4722 command_no_prompt_prefix instead of prefix.
4723 * gdb.tui/tui-layout-asm.exp: Same.
4724
3f512721
SM
47252020-03-12 Simon Marchi <simon.marchi@efficios.com>
4726
4727 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4728
40310f30
SM
47292020-03-12 Simon Marchi <simon.marchi@efficios.com>
4730
4731 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4732 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4733 on" while stepping over the test instruction, match printed
4734 message.
4735
09252140
TV
47362020-03-12 Tom de Vries <tdevries@suse.de>
4737
4738 * gdb.base/info-types.exp: Use exp_continue during matching of output
4739 of "info types".
4740
14e9c72c
TV
47412020-03-12 Tom de Vries <tdevries@suse.de>
4742
4743 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4744
e515d67e
TV
47452020-03-12 Tom de Vries <tdevries@suse.de>
4746
4747 * gdb.fortran/module.exp: Use exp_continue during matching of output
4748 of "info variable -n".
4749
307eafd8
TV
47502020-03-12 Tom de Vries <tdevries@suse.de>
4751
4752 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4753 gdb.dwarf2/dw2-ranges-base.c.
4754
9a2de3fc
TV
47552020-03-12 Tom de Vries <tdevries@suse.de>
4756
4757 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4758 in presence of GLIBC debuginfo.
4759
3217502e
TV
47602020-03-12 Tom de Vries <tdevries@suse.de>
4761
4762 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4763 $core.
4764
1281424c
TV
47652020-03-12 Tom de Vries <tdevries@suse.de>
4766
4767 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4768 more precise.
4769
038b97fc
SM
47702020-03-11 Simon Marchi <simon.marchi@efficios.com>
4771
4772 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4773 from Unix to Windows path.
4774
5308d1e7
TV
47752020-03-11 Tom de Vries <tdevries@suse.de>
4776
4777 * gdb.ada/minsyms.exp: Set language to ada.
4778
f870f78f
TV
47792020-03-11 Tom de Vries <tdevries@suse.de>
4780
4781 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4782
5a13315d
TV
47832020-03-11 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4786
976862ed
TT
47872020-03-11 Tom Tromey <tromey@adacore.com>
4788
4789 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4790
7462c383
TV
47912020-03-11 Tom de Vries <tdevries@suse.de>
4792
4793 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4794
1c6c46a0
TV
47952020-03-11 Tom de Vries <tdevries@suse.de>
4796
4797 * gdb.base/break-interp.exp: Limit verbose scope.
4798
44f41bb7
TV
47992020-03-11 Tom de Vries <tdevries@suse.de>
4800
4801 * gdb.fortran/logical.f90: Define variable with character type.
4802 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4803
b76f3a42
TV
48042020-03-11 Tom de Vries <tdevries@suse.de>
4805
4806 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4807
1c33af77
TV
48082020-03-11 Tom de Vries <tdevries@suse.de>
4809
4810 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4811 symtabs.
4812
8c95582d
AB
48132020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4814 Bernd Edlinger <bernd.edlinger@hotmail.de>
4815
4816 * gdb.cp/step-and-next-inline.cc: New file.
4817 * gdb.cp/step-and-next-inline.exp: New file.
4818 * gdb.cp/step-and-next-inline.h: New file.
4819 * gdb.dwarf2/dw2-is-stmt.c: New file.
4820 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4821 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4822 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4823 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4824
cecf8547
AB
48252020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4826
4827 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4828 is-stmt flag in the line table.
4829
0ba678c9
TV
48302020-03-09 Tom de Vries <tdevries@suse.de>
4831
4832 * lib/gdb.exp (cached_file): Create cache dir.
4833
72fbdf83
TV
48342020-03-07 Tom de Vries <tdevries@suse.de>
4835
4836 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4837 * gdb.cp/rvalue-ref-params.exp: Same.
4838
436b5e99
TV
48392020-03-06 Tom de Vries <tdevries@suse.de>
4840
4841 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4842 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4843
09f2921c
TV
48442020-03-06 Tom de Vries <tdevries@suse.de>
4845
4846 * README: Fix "the the".
4847 * gdb.base/dprintf.exp: Same.
4848
50a3cc5d
TV
48492020-03-05 Tom de Vries <tdevries@suse.de>
4850
4851 * gdb.base/maint.exp: Update "main print statistics" expected output.
4852
0a709cba
AKS
48532020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4854
4855 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4856 (fortran_int8): Likewise.
4857 (fortran_real4): Likewise.
4858 (fortran_real8): Likewise.
4859 (fortran_complex4): Likewise.
4860 (fortran_logical4): Likewise.
4861 (fortran_character1): Likewise.
4862
5e5d66b6
AB
48632020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4864
4865 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4866 printed as true.
4867
7b973adc
SDJ
48682020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4869
4870 * gdb.base/printcmds.exp: Add test to verify printf of a
4871 variable holding an address.
4872
478e490a
TV
48732020-03-03 Tom de Vries <tdevries@suse.de>
4874
4875 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4876
1ef44e86
TV
48772020-03-03 Tom de Vries <tdevries@suse.de>
4878
4879 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4880 gdb_test_multiple call.
4881
b98cc2cf
TV
48822020-03-03 Tom de Vries <tdevries@suse.de>
4883
4884 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4885 gdb_test_multiple calls.
4886
63e163f2
AB
48872020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4888
4889 * gdb.base/default.exp: Remove test of 'set history filename'.
4890 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4891 filename to the empty string.
4892 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4893 and GDBHISTSIZE.
4894
24ed6739
AB
48952020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4896
4897 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4898 disabled.
4899
590003dc 49002020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4901 Tom de Vries <tdevries@suse.de>
590003dc
TV
4902
4903 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4904 -prompt prefix, before user_code argument. Add -lbl option likewise.
4905 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4906 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4907 argument.
4908 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4909 have "\r\n" at start-of-line, instead of at end-of-line.
4910
f5e46084
SM
49112020-02-28 Simon Marchi <simon.marchi@efficios.com>
4912
4913 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4914 libinproctrace.so.
4915
f7a7000d
LM
49162020-02-28 Luis Machado <luis.machado@linaro.org>
4917
4918 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4919 to "p/x".
4920
718e0816
LM
49212020-02-28 Luis Machado <luis.machado@linaro.org>
4922
4923 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4924 asm/ptrace.h and error.h.
4925
13c3a74a
TV
49262020-02-28 Tom de Vries <tdevries@suse.de>
4927
4928 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4929 (struct wrapper, do_something, mundane/symada__cS): Move ...
4930 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4931 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4932 Update "print symada__cS before partial symtab expansion" regexp.
4933 Update breakpoint location. Flush symbol cache after expansion.
4934
85d2d5bb
LM
49352020-02-28 Luis Machado <luis.machado@linaro.org>
4936
4937 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4938
3608f86c
TV
49392020-02-27 Tom de Vries <tdevries@suse.de>
4940
4941 * config/sid.exp: Remove unused globals.
4942 * gdb.base/attach.exp: Same.
4943 * gdb.base/catch-load.exp: Same.
4944 * gdb.base/dbx.exp: Same.
4945 * lib/gdb.exp: Same.
4946 * lib/mi-support.exp: Same.
4947 * lib/prompt.exp: Same.
4948
c8d4f6df
TV
49492020-02-27 Tom de Vries <tdevries@suse.de>
4950
4951 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4952 not set.
4953
0d79cdc4
AM
49542020-02-26 Aaron Merey <amerey@redhat.com>
4955
4956 * gdb.debuginfod: New directory for debuginfod tests.
4957 * gdb.debuginfod/main.c: New test file.
4958 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4959
0dce4280
TV
49602020-02-26 Tom de Vries <tdevries@suse.de>
4961
4962 PR gdb/25603
4963 * gdb.base/persistent-lang.cc: New test.
4964 * gdb.base/persistent-lang.exp: New file.
4965
9e80cfa1
AB
49662020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4967
4968 * gdb.fortran/derived-type-striding.exp: Add a new test.
4969 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4970 new test.
4971
2078dbb2
AB
49722020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4973
4974 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4975 names.
4976
70d49700
TV
49772020-02-25 Tom de Vries <tdevries@suse.de>
4978
4979 PR go/18926
4980 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4981
a88ef40d
TV
49822020-02-24 Tom de Vries <tdevries@suse.de>
4983
4984 PR gdb/25592
4985 * gdb.base/info-locals-unused-static-var.c: New test.
4986 * gdb.base/info-locals-unused-static-var.exp: New file.
4987
01b1af32
TT
49882020-02-22 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.python/tui-window.exp: New file.
4991 * gdb.python/tui-window.py: New file.
4992
7c043ba6
TT
49932020-02-22 Tom Tromey <tom@tromey.com>
4994
4995 PR tui/17850:
4996 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4997 tests.
4998
c22fef7e
TT
49992020-02-22 Tom Tromey <tom@tromey.com>
5000
5001 * gdb.tui/new-layout.exp: Add sub-layout tests.
5002
ee325b61
TT
50032020-02-22 Tom Tromey <tom@tromey.com>
5004
5005 * gdb.tui/new-layout.exp: New file.
5006
3f0cbb04
TT
50072020-02-22 Tom Tromey <tom@tromey.com>
5008
5009 * gdb.rust/rust-style.rs: New file.
5010 * gdb.rust/rust-style.exp: New file.
5011 * gdb.base/style.exp: Test structure printing.
5012 * gdb.base/style.c (struct some_struct): New type.
5013 (enum etype): New type.
5014 (struct_value): New global.
5015
75525152
TV
50162020-02-21 Tom de Vries <tdevries@suse.de>
5017
5018 PR go/18926
5019 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5020 Remove blanket xfails. Use message argument for gdb_breakpoint.
5021 Make continuing to breakpoint test conditional on setting breakpoint.
5022 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5023 DW_AT_name attribute. Add xfail for GCC PR93866.
5024
bd360d30
AB
50252020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5026
5027 * gdb.dwarf2/cpp-linkage-name.c: New file.
5028 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5029
c7adb09f 50302020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
5031
5032 * lib/gdb.exp (gdb_wrapper_init): Reset
5033 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5034 not exist.
5035
a9c79803
TV
50362020-02-20 Tom de Vries <tdevries@suse.de>
5037
5038 PR go/17018
5039 * gdb.go/hello.exp: Copy ...
5040 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5041 print of st to print value of global definition. Add xfail for GCC
5042 PR93844.
5043 * gdb.go/hello.exp: Remove printing of st before definition.
5044 * gdb.go/hello.go: Copy ...
5045 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5046 to st.
5047 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5048
d7445728
TV
50492020-02-20 Tom de Vries <tdevries@suse.de>
5050
5051 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5052 (gdb_simple_compile): Handle compile_flags go by using .go extension
5053 for source file.
5054 * gdb.go/chan.exp: Use support_go_compile.
5055 * gdb.go/handcall.exp: Same.
5056 * gdb.go/hello.exp: Same.
5057 * gdb.go/integers.exp: Same.
5058 * gdb.go/max-depth.exp: Same.
5059 * gdb.go/methods.exp: Same.
5060 * gdb.go/package.exp: Same.
5061 * gdb.go/strings.exp: Same.
5062 * gdb.go/types.exp: Same.
5063 * gdb.go/unsafe.exp: Same.
5064
c9c41e6d
TV
50652020-02-19 Tom de Vries <tdevries@suse.de>
5066
5067 * gdb.python/lib-types.exp: Make xfail more strict.
5068
f20ff837
TV
50692020-02-19 Tom de Vries <tdevries@suse.de>
5070
5071 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5072
08410482
DE
50732020-02-19 Doug Evans <dje@google.com>
5074
5075 PR rust/25535
5076 * gdb.rust/simple.exp: Add test.
5077 * gdb.rust/simple.rs: Add test.
5078
623563f7
TV
50792020-02-19 Tom de Vries <tdevries@suse.de>
5080
5081 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5082 output line-by-line.
5083
d3308cfd
TV
50842020-02-19 Tom de Vries <tdevries@suse.de>
5085
5086 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5087
86cbc5dc
TV
50882020-02-19 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5091 prelink.
5092
9db2b96b
TV
50932020-02-19 Tom de Vries <tdevries@suse.de>
5094
5095 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5096 (gdb_do_cache): Use gdb_do_cache_wrap.
5097 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5098
89e2fdc5
TV
50992020-02-19 Tom de Vries <tdevries@suse.de>
5100
5101 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5102 gdb_compile option.
5103
373d7ac0
SM
51042020-02-18 Simon Marchi <simon.marchi@efficios.com>
5105
5106 * gdb.base/printcmds.exp (test_print_enums): Update expected
5107 output.
5108
b29a2df0
SM
51092020-02-18 Simon Marchi <simon.marchi@efficios.com>
5110
5111 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5112 for "unknown".
5113
6740f0cc
SM
51142020-02-18 Simon Marchi <simon.marchi@efficios.com>
5115
5116 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5117 enumerator.
5118
edd45eb0
SM
51192020-02-18 Simon Marchi <simon.marchi@efficios.com>
5120
5121 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5122 FE_, add FE_NONE.
5123 (three): Update.
5124 (enum flag_enum_without_zero): New enum.
5125 (flag_enum_without_zero): New variable.
5126 (enum not_flag_enum): New enum.
5127 (three_not_flag): New variable.
5128 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5129 (test_print_enums): Add more tests for printing flag enums.
5130
d4295de4
TV
51312020-02-18 Tom de Vries <tdevries@suse.de>
5132
5133 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5134 (gdb_compile_ada): ... here.
5135 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5136 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5137
f251f505
TT
51382020-02-14 Tom Tromey <tom@tromey.com>
5139
5140 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5141 build directory.
5142 * boards/gdbserver-base.exp: Update path to gdbserver.
5143
8f432634
TV
51442020-02-13 Tom de Vries <tdevries@suse.de>
5145
5146 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5147
92b6eaf7
TV
51482020-02-13 Tom de Vries <tdevries@suse.de>
5149
5150 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5151 are missing.
5152
f3b0f7fe
TV
51532020-02-13 Tom de Vries <tdevries@suse.de>
5154
5155 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5156 call.
5157
f6be8713
SDJ
51582020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5159
5160 PR tui/25126
5161 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5162 * gdb.base/cached-source-file.c: New file.
5163 * gdb.base/cached-source-file.exp: New file.
5164
b2770d5e
TV
51652020-02-11 Tom de Vries <tdevries@suse.de>
5166
5167 PR testsuite/25488
5168 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5169
44f6938e
TV
51702020-02-10 Tom de Vries <tdevries@suse.de>
5171
5172 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5173
5f0e2eb7
MR
51742020-02-10 Maciej W. Rozycki <macro@wdc.com>
5175
5176 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5177 and $after_addr are both integers before making a comparison.
5178
46ce2b6f
TV
51792020-02-09 Tom de Vries <tdevries@suse.de>
5180
5181 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5182 command output and paste it into gdb.log. If any, paste catch message
5183 to gdb.log.
5184
5abbbe1d
TT
51852020-02-07 Tom Tromey <tromey@adacore.com>
5186
5187 PR breakpoints/24915:
5188 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5189
1d5d29e7
SV
51902020-02-06 Shahab Vahedi <shahab@synopsys.com>
5191
5192 * gdb.tui/tui-missing-src.exp: Add the "missing source
5193 file" test for the TUI.
5194
b0999b9b
AB
51952020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5198 including a port number in the output.
5199
c3b149eb
AKS
52002020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5201
5202 * lib/fortran.exp (fortran_int4): Handle clang.
5203 (fortran_int8): Likewise.
5204 (fortran_real4): Likewise.
5205 (fortran_real8): Likewise.
5206 (fortran_complex4): Likewise.
5207 (fortran_logical4): Likewise.
5208 (fortran_character1): Likewise.
5209
f8dcc90b
TV
52102020-02-04 Tom de Vries <tdevries@suse.de>
5211
5212 * README (Race detection): Add note.
5213
f90ac7c2
TV
52142020-02-04 Tom de Vries <tdevries@suse.de>
5215
5216 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5217
780636ae
TV
52182020-02-04 Tom de Vries <tdevries@suse.de>
5219
5220 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5221
5d2e1193
RA
52222020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5223
5224 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5225 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5226 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5227 blttar, bnetarl.
5228 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5229 binary for blttar, bnetarl.
5230 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5231 wait instruction. Delete ldmx test.
5232 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5233
e409c542
AKS
52342020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5235
5236 * gdb.fortran/array-bounds-high.exp: New file.
5237 * gdb.fortran/array-bounds-high.f90: New file.
5238
b0029748
LD
52392020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5240
5241 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5242 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5243
195a8287
TV
52442020-02-01 Tom de Vries <tdevries@suse.de>
5245
5246 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5247
42330a68
AB
52482020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 PR tui/9765
5251 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5252 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5253
b62a8028
LM
52542020-01-29 Luis Machado <luis.machado@linaro.org>
5255
5256 * gdb.arch/aarch64-brk-patterns.c: New source file.
5257 * gdb.arch/aarch64-brk-patterns.exp: New test.
5258
5f440116
TBA
52592020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5260
5261 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5262 GCC/Clang version.
5263 * gdb.cp/pass-by-ref.exp: Ditto.
5264
ee2a6fc6
TV
52652020-01-29 Tom de Vries <tdevries@suse.de>
5266
5267 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5268 * gdb.threads/watchpoint-fork-mt.c: Same.
5269 * gdb.threads/watchpoint-fork-parent.c: Same.
5270 * gdb.threads/watchpoint-fork-st.c: Same.
5271 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5272
16b10d6e
LM
52732020-01-27 Luis Machado <luis.machado@linaro.org>
5274
5275 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5276 sitting at a syscall instruction when we hit the syscall function's
5277 breakpoint.
5278 Check PC against one obtained with the x command.
5279 Validate syscall number.
5280 (step_over_syscall): Don't continue to the syscall instruction if
5281 we're already there.
5282
b1468492
PW
52832020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5284
5285 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5286
7ffa82e1
AB
52872020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5288
5289 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5290 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5291
3d92a3e3
AB
52922020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5295 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5296
94a72be7
AB
52972020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5298
5299 * gdb.base/maint.exp: Update line table parsing test.
5300 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5301
53af73bf
PA
53022020-01-24 Pedro Alves <palves@redhat.com>
5303
5304 PR gdb/25410
5305 * gdb.multi/multi-re-run-1.c: New.
5306 * gdb.multi/multi-re-run-2.c: New.
5307 * gdb.multi/multi-re-run.exp: New.
5308
1ba1ac88
AB
53092020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5310
5311 PR gdb/23718
5312 * gdb.server/server-kill-python.exp: New file.
5313
f3364a6d
AB
53142020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5315
5316 * gdb.server/multi-ui-errors.c: New file.
5317 * gdb.server/multi-ui-errors.exp: New file.
5318
733d0a67
AB
53192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 PR tui/9765
5322 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5323
4f13c1c0
TT
53242020-01-19 Tom Tromey <tom@tromey.com>
5325
5326 * gdb.tui/main.exp: Add check for plain "file".
5327
40c94099
CB
53282020-01-16 Christian Biesinger <cbiesinger@google.com>
5329
5330 * lib/gdb.exp: Fix spelling error (seperatelly).
5331
ff47f4f0
TT
53322020-01-14 Tom Tromey <tom@tromey.com>
5333
5334 PR symtab/12535:
5335 * gdb.python/python.exp: Test decode_line with empty string
5336 argument.
5337
717c684d
BE
53382020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5339
5340 * gdb.base/skip-inline.exp: Extend test.
5341
44e4c775
AB
53422020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5345 * gdb.dwarf2/dw2-bad-elf.c: New file.
5346 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5347
d93c6db7
AB
53482020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5349
5350 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5351 _line_saw_file.
5352
9a6d629c
AB
53532020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5356 border.
5357
d9ebdab7
TBA
53582020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5359
5360 * gdb.multi/multi-target.exp (setup): Factor out "info
5361 connections" and "info inferiors" tests to ...
5362 (test_info_inferiors): ... this new procedure.
5363 (top level): Run new "info-inferiors" tests.
5364
f3c469b9
PA
53652020-01-10 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.server/bkpt-other-inferior.exp: New file.
5368
121b3efd
PA
53692020-01-10 Pedro Alves <palves@redhat.com>
5370
5371 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5372 of "add-inferior".
5373 * gdb.base/quit-live.exp: Likewise.
5374 * gdb.base/remote-exec-file.exp: Likewise.
5375 * gdb.guile/scm-progspace.exp: Likewise.
5376 * gdb.linespec/linespec.exp: Likewise.
5377 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5378 * gdb.mi/user-selected-context-sync.exp: Likewise.
5379 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5380 "info inferiors" tests.
5381 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5382 "add-inferior".
5383 * gdb.multi/watchpoint-multi.exp: Likewise.
5384 * gdb.python/py-inferior.exp: Likewise.
5385 * gdb.server/extended-remote-restart.exp: Likewise.
5386 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5387 "info inferiors".
5388 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5389 * gdb.trace/report.exp: Likewise.
5390
1dadb1dd
PA
53912020-01-10 Pedro Alves <palves@redhat.com>
5392
5393 * gdb.multi/multi-target.c: New file.
5394 * gdb.multi/multi-target.exp: New file.
5395 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5396 mode requested, but remote does not support non-stop".
5397
78f2c40a
PA
53982020-01-10 Pedro Alves <palves@redhat.com>
5399
5400 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5401 disconnect before reconnecting.
5402
e7af6c70
TBA
54032020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5404 Pedro Alves <palves@redhat.com>
5405
5406 * gdb.server/connect-without-multi-process.exp: Also test
5407 continuing to end.
5408
acdf84a6
PA
54092020-01-10 Pedro Alves <palves@redhat.com>
5410
5411 * gdb.base/remote-exec-file.exp: New file.
5412
873657b9
PA
54132020-01-10 Pedro Alves <palves@redhat.com>
5414
5415 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5416 output.
5417 * gdb.threads/async.c: New.
5418 * gdb.threads/async.exp: New.
5419 * gdb.multi/tids-gid-reset.c: New.
5420 * gdb.multi/tids-gid-reset.exp: New.
5421
7f0ae84c
GB
54222020-01-10 George Barrett <bob@bob131.so>
5423
5424 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5425 to help in finding the image relocation offset.
5426 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5427 options in arguments.
5428 (stap_test_no_debuginfo): Likewise.
5429 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5430 test variants.
5431 (stap_test): Add null semaphore relocation test.
5432
47e9d49d
GB
54332020-01-10 George Barrett <bob@bob131.so>
5434
5435 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5436 * gdb.base/stap-probe.exp: Likewise.
5437 (stap_test): Pass argument as an additional flag.
5438 (stap_test_no_debuginfo): Likewise.
5439 (stap_test): Check `info probes stap' output for semaphore
5440 addresses if the test binary is supposed to have them.
5441
f5a7c406
AB
54422020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.tui/basic.exp: Add more scrolling tests.
5445
9ae6bf64
TT
54462020-01-09 Tom Tromey <tom@tromey.com>
5447
5448 PR tui/18932:
5449 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5450 meangingful value.
5451 (Term::command, Term::resize): Update.
5452 * gdb.tui/basic.exp: Add scrolling test.
5453
b2efe70c
AB
54542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5455
5456 * gdb.tui/tui-layout-asm.exp: New file.
5457
3804da7e
AB
54582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5459
5460 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5461
b40aa28f
AB
54622020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5463
5464 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5465 (Term::enter_tui): Use Term::prepare_for_tui.
5466
63ffd7c9
AB
54672020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5470 called.
5471
3be966f6
AB
54722020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5473
5474 * gdb.base/skip.exp: Fix race condition in test.
5475
153d79c4
AB
54762020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.base/backtrace.c: New file.
5479 * gdb.base/backtrace.exp: New file.
5480
f2302a34
AB
54812020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5482
5483 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5484
6ec1d75e
PW
54852020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5486
5487 * gdb.base/style.exp: Test that warnings are styled.
5488
c296cbe6
BE
54892019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5490
5491 * gdb.base/line65535.exp: New file.
5492 * gdb.base/line65535.c: New file.
5493
b28a729d
SM
54942019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5495
5496 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5497 * lib/gnat_debug_info_test.adb: New file.
5498 * gdb.ada/ptype_tagged_param.exp: Use
5499 gnat_runtime_has_debug_info, expect a different output if
5500 runtime does not have debug info.
5501
7f2d7a0d
SM
55022019-12-20 Simon Marchi <simon.marchi@efficios.com>
5503
5504 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5505 (another) quote in test name.
5506
f3bce483
SM
55072019-12-20 Simon Marchi <simon.marchi@efficios.com>
5508
5509 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5510 Add quote in test name.
5511
c855a912
TBA
55122019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5513
5514 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5515 directory instead.
5516 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5517 * gdb.cp/pass-by-ref-2.cc: New file.
5518 * gdb.cp/pass-by-ref-2.exp: New file.
5519
fc9d2d72
TT
55202019-12-20 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.tui/list-before.exp: New file.
5523
77b97e00
TT
55242019-12-20 Tom Tromey <tom@tromey.com>
5525
5526 * gdb.tui/list.exp: Check for source on initial listing.
5527
f69656d0
TT
55282019-12-11 Tom Tromey <tromey@adacore.com>
5529
5530 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5531 Add crlf test.
5532
99a55965
SM
55332019-12-18 Simon Marchi <simon.marchi@efficios.com>
5534
5535 * gdb.base/default.exp: Update value of $_gdb_major.
5536
5024637f
BE
55372019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5538
5539 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5540
b63634be
BE
55412019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5542
5543 * gdb.base/skip.exp: Whitespace fix.
5544
45d73523
BE
55452019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5546
5547 * gdb.base/skip-inline.c: New file.
5548 * gdb.base/skip-inline.exp: New file.
5549
d043f8c8
SM
55502019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5551
5552 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5553 jit_function_00 to jit_function_stack_mangle.
5554 * gdb.base/jithost.c (jit_function_t): Rename to...
5555 (jit_function_stack_mangle_t): ... this.
5556 (jit_function_add_t): New typedef.
5557 (jit_function_00_code): Rename to...
5558 (jit_function_stack_mangle_code): ... this, make static.
5559 (jit_function_add_code): New.
5560 (main): Generate "add" function and call it. Adjust to changes
5561 in jithost_abi.
5562 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5563 (struct jithost_abi) <begin, end>: Remove fields.
5564 <object, function_stack_mangle, function_add>: New fields.
5565 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5566 code_end>: Remove fields.
5567 <func_stack_mangle>: New field.
5568 (read_debug_info): Adjust to renaming, create block for "add"
5569 function.
5570 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5571
873de05c
TT
55722019-12-11 Tom Tromey <tom@tromey.com>
5573
5574 * gdb.tui/resize.exp: Fix regexp.
5575 * gdb.tui/regs.exp: Fix regexps.
5576 * gdb.tui/main.exp: Fix regexp.
5577
3d979945
TT
55782019-12-11 Tom Tromey <tom@tromey.com>
5579
5580 * gdb.tui/resize.exp: Update.
5581 * gdb.tui/empty.exp (layouts): Update.
5582
2192a9d3
TT
55832019-12-11 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.tui/regs.exp: Update.
5586 * gdb.tui/empty.exp (layouts): Update.
5587 * gdb.tui/basic.exp: Update.
5588 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5589
d8edc8b7
PW
55902019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5591
5592 * gdb.base/options.exp: Add -raw-values in the print completion list.
5593 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5594
4c12d936
KB
55952019-12-10 Kevin Buettner <kevinb@redhat.com>
5596
5597 * gdb.threads/omp-par-scope.c: New file.
5598 * gdb/threads/omp-par-scope.exp: New file.
5599
26b911fb
KB
56002019-12-10 Kevin Buettner <kevinb@redhat.com>
5601
bb47f919
KB
5602 * lib/gdb.exp (support_nested_function_tests): New proc.
5603
56042019-12-10 Kevin Buettner <kevinb@redhat.com>
5605
5606 * lib/gdb.exp (gdb_compile_openmp): New proc.
5607 (build_executable_from_specs): Add an "openmp" option.
5608 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5609
6c71eb7d
TT
56102019-12-10 Tom Tromey <tromey@adacore.com>
5611
5612 * gdb.ada/unchecked_union.exp: New file.
5613 * gdb.ada/unchecked_union/pck.adb: New file.
5614 * gdb.ada/unchecked_union/pck.ads: New file.
5615 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5616 * gdb-utils.exp (string_to_regexp): Also quote "?".
5617
bac7c5cf
GB
56182019-12-10 George Barrett <bob@bob131.so>
5619
5620 Test scripted probe breakpoints.
5621 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5622 * gdb.python/py-breakpoint.c (main): Likewise.
5623 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5624 specifier test.
5625 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5626
330f1d38
TBA
56272019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5628
5629 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5630 an rvalue parameter.
5631 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5632 parameter.
5633
b43315e2
AB
56342019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5637 modules.
5638
54f73dad
AB
56392019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5642 broken version of GCC.
5643
d57cbee9
AB
56442019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5645
5646 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5647 sym-info-cmds library.
5648 * gdb.fortran/info-types.exp: Likewise.
5649 * lib/sym-info-cmds.exp: New file.
5650
c14aab8c
TV
56512019-12-08 Tom de Vries <tdevries@suse.de>
5652
5653 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5654
aa2d5a42
KS
56552019-12-07 Keith Seitz <keiths@redhat.com>
5656
5657 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5658 * gdb.base/corefile-buildid-shlib.c: New file.
5659 * gdb.base/corefile-buildid.c: New file.
5660 * gdb.base/corefile-buildid.exp: New file.
5661
93e55f0a
TV
56622019-12-06 Tom de Vries <tdevries@suse.de>
5663
5664 * gdb.dwarf2/varval.exp: Add decl before def test.
5665
c7d12402
TBA
56662019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5667
5668 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5669
06acc08f
TBA
56702019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5671
5672 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5673 CV and reference conversion for overload resolution.
5674 * gdb.cp/rvalue-ref-overload.exp: Test it.
5675
e0fad1ea
PW
56762019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5677
5678 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5679 * gdb.base/frameapply.exp: Test faas without command.
5680
8d70a9f0
AB
56812019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5682
5683 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5684 Fortran tests.
5685 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5686 order.
5687
36c8fb93
AB
56882019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5689
5690 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5691 casting to type with no kind specified.
5692 (test_basic_parsing_of_type_kinds): Additional tests for types
5693 with no kind specified, and add tests for single/double
5694 precision/complex types.
5695
4139ff00
TT
56962019-12-04 Tom Tromey <tromey@adacore.com>
5697
5698 * gdb.base/endianity.c (struct other) <x>: New field.
5699 (main): Initialize it.
5700 * gdb.base/endianity.exp: Update.
5701
a05cf17a
TT
57022019-12-04 Tom Tromey <tromey@adacore.com>
5703
5704 * gdb.ada/scalar_storage/storage.adb: New file.
5705 * gdb.ada/scalar_storage/pck.adb: New file.
5706 * gdb.ada/scalar_storage/pck.ads: New file.
5707 * gdb.ada/scalar_storage.exp: New file.
5708
103a685e
TT
57092019-12-04 Tom Tromey <tromey@adacore.com>
5710
5711 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5712 (main): Initialize it.
5713 * gdb.base/endianity.exp: Update.
5714
c2512106
AB
57152019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5716
5717 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5718
293b38d6
AB
57192019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5720
5721 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5722 -symbol-info-module-functions and -symbol-info-module-variables.
5723
216a7e6b
AB
57242019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5725
5726 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5727
5bbd8269
AB
57282019-12-01 Richard Bunt <richard.bunt@arm.com>
5729 Andrew Burgess <andrew.burgess@embecosm.com>
5730
5731 * gdb.fortran/derived-type-striding.exp: New file.
5732 * gdb.fortran/derived-type-striding.f90: New file.
5733 * gdb.fortran/array-slices.exp: New file.
5734 * gdb.fortran/array-slices.f90: New file.
5735
be09caf1
PW
57362019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5737
5738 * gdb.base/define.exp: Test . in command names.
5739 * gdb.base/setshow.exp: Update test, as . is now part of
5740 command name.
5741
643c0cbe
PW
57422019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5743
5744 * gdb.base/define-prefix.exp: New file.
5745
dcdec678
AB
57462019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5749 compile.
5750 (skip_btrace_pt_tests): Likewise.
5751
640ab947
AB
57522019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5753
5754 * gdb.fortran/info-modules.exp: Compile source files in correct
5755 order.
5756
d22670f0
KB
57572019-11-27 Kevin Buettner <kevinb@redhat.com>
5758
5759 * gdb.dwarf2/imported-unit.exp: New file.
5760 * gdb.dwarf2/imported-unit.c: New file.
5761
db5960b4
AB
57622019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5763
5764 * gdb.mi/mi-fortran-modules-2.f90: New file.
5765 * gdb.mi/mi-fortran-modules.exp: New file.
5766 * gdb.mi/mi-fortran-modules.f90: New file.
5767
7dc42066
AB
57682019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5769
5770 * gdb.mi/mi-sym-info-1.c: New file.
5771 * gdb.mi/mi-sym-info-2.c: New file.
5772 * gdb.mi/mi-sym-info.exp: New file.
5773
0dfeecca
TT
57742019-11-22 Tom Tromey <tromey@adacore.com>
5775
5776 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5777 * gdb.ada/tasks/foo.adb: Add another stopping location.
5778
34877895
PJ
57792019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5780
5781 * gdb.base/endianity.c: New test.
5782 * gdb.base/endianity.exp: New file.
5783
2e84f897
LD
57842019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5785
5786 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5787
65d1cd5f
TV
57882019-11-21 Tom de Vries <tdevries@suse.de>
5789
5790 PR gdb/24956
5791 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5792
4f22c3f4
SDJ
57932019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5794
5795 * gdb.python/py-progspace.exp: Add missing parentheses on some
5796 'print' commands.
5797
9f6ad286
TT
57982019-11-19 Tom Tromey <tom@tromey.com>
5799
5800 * gdb.tui/winheight.exp: New file.
5801
0b8dbf3f
AB
58022019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5803
5804 * gdb.base/ctf-whatis.c: Delete.
5805 * gdb.base/ctf-whatis.exp: Delete.
5806 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5807
f833b7a7
AB
58082019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5809
5810 * gdb.base/ctf-cvexpr.exp: Delete.
5811 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5812
30d0a636
AB
58132019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5814
5815 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5816 the compiler. Clean up header comment a little.
5817 * gdb.base/ctf-ptype.exp: Likewise.
5818 * gdb.base/ctf-whatis.exp: Likewise.
5819 * lib/gdb.exp (skip_ctf_tests): New proc.
5820
494409bb
SDJ
58212019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5822
5823 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5824 * gdb.tui/corefile-run.exp: New file.
5825
55708e99
TT
58262019-11-14 Tom Tromey <tromey@adacore.com>
5827
5828 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5829 regression tests.
5830
45e42163
TT
58312019-11-12 Tom Tromey <tom@tromey.com>
5832
5833 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5834 after any command. Expect prompt after WAIT_FOR is seen.
5835 (enter_tui): Enable resize messages.
5836 (command): Expect command in output.
5837 (get_line): Avoid error when cursor appears to be off-screen.
5838 (dump_screen): Include screen size in title.
5839 (_do_resize): New proc, from "resize".
5840 (resize): Rewrite. Do resize in two steps.
5841 * gdb.tui/empty.exp (layouts): Fix entries.
5842 (check_boxes): Remove xfail.
5843 (check_text): Dump screen on failure.
5844
086baaf1
AB
58452019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5846
5847 * gdb.python/py-symbol.exp: Add test for
5848 gdb.lookup_static_symbols.
5849
09ff83af
AB
58502019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5851
5852 * gdb.python/py-symbol.c: Declare and call function from new
5853 py-symbol-2.c file.
5854 * gdb.python/py-symbol.exp: Compile both source files, and add new
5855 tests for gdb.lookup_static_symbol.
5856 * gdb.python/py-symbol-2.c: New file.
5857
11af934b
TV
58582019-11-02 Tom de Vries <tdevries@suse.de>
5859
5860 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5861 * gdb.base/anon.exp: Same.
5862 * gdb.base/auto-connect-native-target.exp: Same.
5863 * gdb.base/call-ar-st.exp: Same.
5864 * gdb.base/catch-syscall.exp: Same.
5865 * gdb.base/commands.exp: Same.
5866 * gdb.base/default.exp: Same.
5867 * gdb.base/display.exp: Same.
5868 * gdb.base/float.exp: Same.
5869 * gdb.base/foll-fork.exp: Same.
5870 * gdb.base/help.exp: Same.
5871 * gdb.base/info-macros.exp: Same.
5872 * gdb.base/info-proc.exp: Same.
5873 * gdb.base/info-target.exp: Same.
5874 * gdb.base/long_long.exp: Same.
5875 * gdb.base/macscp.exp: Same.
5876 * gdb.base/memattr.exp: Same.
5877 * gdb.base/nofield.exp: Same.
5878 * gdb.base/pointers.exp: Same.
5879 * gdb.base/printcmds.exp: Same.
5880 * gdb.base/ptype.exp: Same.
5881 * gdb.base/restore.exp: Same.
5882 * gdb.base/return.exp: Same.
5883 * gdb.base/scope.exp: Same.
5884 * gdb.base/set-noassign.exp: Same.
5885 * gdb.base/setshow.exp: Same.
5886 * gdb.base/shlib-call.exp: Same.
5887 * gdb.base/signals.exp: Same.
5888 * gdb.base/sigstep.exp: Same.
5889 * gdb.base/skip.exp: Same.
5890 * gdb.base/solib-symbol.exp: Same.
5891 * gdb.base/stap-probe.exp: Same.
5892 * gdb.base/step-line.exp: Same.
5893 * gdb.base/step-test.exp: Same.
5894 * gdb.base/style.exp: Same.
5895 * gdb.base/varargs.exp: Same.
5896 * gdb.base/vla-datatypes.exp: Same.
5897 * gdb.base/vla-ptr.exp: Same.
5898 * gdb.base/vla-sideeffect.exp: Same.
5899 * gdb.base/volatile.exp: Same.
5900 * gdb.base/watch-cond-infcall.exp: Same.
5901 * gdb.base/watchpoint.exp: Same.
5902
e96ec2ba
TV
59032019-11-02 Tom de Vries <tdevries@suse.de>
5904
5905 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5906 * gdb.cp/cpexprs.exp: Same.
5907 * gdb.cp/except-multi-location.exp: Same.
5908 * gdb.cp/exceptprint.exp: Same.
5909 * gdb.cp/gdb2384.exp: Same.
5910 * gdb.cp/inherit.exp: Same.
5911 * gdb.cp/m-static.exp: Same.
5912 * gdb.cp/meth-typedefs.exp: Same.
5913 * gdb.cp/misc.exp: Same.
5914 * gdb.cp/namespace.exp: Same.
5915 * gdb.cp/non-trivial-retval.exp: Same.
5916 * gdb.cp/overload.exp: Same.
5917 * gdb.cp/pr17132.exp: Same.
5918 * gdb.cp/re-set-overloaded.exp: Same.
5919 * gdb.cp/rvalue-ref-types.exp: Same.
5920 * gdb.cp/templates.exp: Same.
5921
bd5766ec
LM
59222019-11-01 Luis Machado <luis.machado@linaro.org>
5923
5924 PR gdb/25124
5925
5926 * gdb.arch/pr25124.S: New file.
5927 * gdb.arch/pr25124.exp: New file.
5928
165f8965
AB
59292019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5930
5931 * gdb.fortran/info-modules.exp: Update expected results, and add
5932 additional tests for 'info module functinos', and 'info module
5933 variables'.
5934 * gdb.fortran/info-types.exp: Update expected results.
5935 * gdb.fortran/info-types.f90: Extend testcase with additional
5936 module variables and functions.
5937
59c35742
AB
59382019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5939
5940 * gdb.fortran/info-modules.exp: New file.
5941 * gdb.fortran/info-types.exp: Build with new file.
5942 * gdb.fortran/info-types.f90: Include and use new module.
5943 * gdb.fortran/info-types-2.f90: New file.
5944
f3fb2519
PW
59452019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5946
5947 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5948 * gdb.base/settings.exp: Test all settings types using
5949 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5950 that now verifies that the value of "maint show" is the same as
5951 returned by the settings functions. Test the type of the
5952 maintenance settings.
5953 * gdb.base/default.exp: Update show_conv_list.
5954
d1e36019
TV
59552019-10-31 Tom de Vries <tdevries@suse.de>
5956
5957 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5958 gdb_test.
5959 * gdb.arch/amd64-disp-step.exp: Same.
5960 * gdb.asm/asm-source.exp: Same.
5961 * gdb.btrace/buffer-size.exp: Same.
5962 * gdb.btrace/cpu.exp: Same.
5963 * gdb.btrace/enable.exp: Same.
5964 * gdb.dwarf2/count.exp: Same.
5965 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5966 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5967 * gdb.fortran/vla-datatypes.exp: Same.
5968 * gdb.fortran/vla-history.exp: Same.
5969 * gdb.fortran/vla-ptype.exp: Same.
5970 * gdb.fortran/vla-value.exp: Same.
5971 * gdb.fortran/whatis_type.exp: Same.
5972 * gdb.guile/guile.exp: Same.
5973 * gdb.multi/tids.exp: Same.
5974 * gdb.python/py-finish-breakpoint.exp: Same.
5975 * gdb.python/py-framefilter.exp: Same.
5976 * gdb.python/py-pp-registration.exp: Same.
5977 * gdb.python/py-xmethods.exp: Same.
5978 * gdb.python/python.exp: Same.
5979 * gdb.server/connect-with-no-symbol-file.exp: Same.
5980 * gdb.server/no-thread-db.exp: Same.
5981 * gdb.server/run-without-local-binary.exp: Same.
5982 * gdb.stabs/weird.exp: Same.
5983 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5984 * gdb.threads/thread-find.exp: Same.
5985 * gdb.threads/tls-shared.exp: Same.
5986 * gdb.threads/tls.exp: Same.
5987 * gdb.threads/wp-replication.exp: Same.
5988 * gdb.trace/ax.exp: Same.
5989 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5990
3d11e68e
TV
59912019-10-31 Tom de Vries <tdevries@suse.de>
5992
5993 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5994 * gdb.ada/array_subscript_addr.exp: Same.
5995 * gdb.ada/arrayidx.exp: Same.
5996 * gdb.ada/arrayparam.exp: Same.
5997 * gdb.ada/arrayptr.exp: Same.
5998 * gdb.ada/boolean_expr.exp: Same.
5999 * gdb.ada/call_pn.exp: Same.
6000 * gdb.ada/complete.exp: Same.
6001 * gdb.ada/fixed_cmp.exp: Same.
6002 * gdb.ada/fun_addr.exp: Same.
6003 * gdb.ada/funcall_param.exp: Same.
6004 * gdb.ada/interface.exp: Same.
6005 * gdb.ada/mod_from_name.exp: Same.
6006 * gdb.ada/null_array.exp: Same.
6007 * gdb.ada/packed_array.exp: Same.
6008 * gdb.ada/packed_tagged.exp: Same.
6009 * gdb.ada/print_chars.exp: Same.
6010 * gdb.ada/print_pc.exp: Same.
6011 * gdb.ada/ptype_arith_binop.exp: Same.
6012 * gdb.ada/ptype_field.exp: Same.
6013 * gdb.ada/ptype_tagged_param.exp: Same.
6014 * gdb.ada/rec_return.exp: Same.
6015 * gdb.ada/ref_tick_size.exp: Same.
6016 * gdb.ada/str_ref_cmp.exp: Same.
6017 * gdb.ada/taft_type.exp: Same.
6018 * gdb.ada/tagged.exp: Same.
6019 * gdb.ada/type_coercion.exp: Same.
6020 * gdb.ada/uninitialized_vars.exp: Same.
6021
60b6ede8
TV
60222019-10-30 Tom de Vries <tdevries@suse.de>
6023
6024 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6025
30baf67b
TV
60262019-10-26 Tom de Vries <tdevries@suse.de>
6027
6028 * gdb.base/bigcore.c: Fix typos in comments.
6029 * gdb.base/ctf-ptype.c: Same.
6030 * gdb.base/long_long.c: Same.
6031 * gdb.dwarf2/dw2-op-out-param.S: Same.
6032 * gdb.python/py-evthreads.c: Same.
6033 * gdb.reverse/i387-stack-reverse.c: Same.
6034 * gdb.trace/tfile.c: Same.
6035 * lib/compiler.c: Same.
6036 * lib/compiler.cc: Same.
6037
158da0d1
TV
60382019-10-25 Tom de Vries <tdevries@suse.de>
6039
6040 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6041 gdb_test_multiple calls.
6042 * gdb.reverse/sigall-reverse.exp: Same.
6043 * gdb.reverse/solib-precsave.exp: Same.
6044 * gdb.reverse/solib-reverse.exp: Same.
6045 * gdb.reverse/until-precsave.exp: Same.
6046 * gdb.reverse/until-reverse.exp: Same.
6047
4ccdfbec
TV
60482019-10-24 Tom de Vries <tdevries@suse.de>
6049
6050 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6051 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6052 kfail using -wrap pattern flag and convenience variable
6053 gdb_test_name.
6054
33d569b7
AB
60552019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6056
6057 * gdb.python/py-progspace.exp: Add tests for the
6058 Progspace.block_for_pc method.
6059
4d0b984b
TT
60602019-10-23 Tom Tromey <tom@tromey.com>
6061
6062 * configure: Rebuild.
6063 * aclocal.m4: Use m4_include, not sinclude.
6064
94cb3754
TV
60652019-10-21 Tom de Vries <tdevries@suse.de>
6066
6067 * gdb.base/infcall-nested-structs.c: Add
6068 __attribute__((noinline,noclone)) to all functions.
6069 (call_all): Add missing variable initialization. Simplify return value.
6070 (breakpt): Increment volatile variable, to prevent call from being
6071 optimized out.
6072 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6073
062f1fc1
TV
60742019-10-17 Tom de Vries <tdevries@suse.de>
6075
6076 * gdb.fortran/module.exp: Allow info variables to print info for files
6077 other than module.f90.
6078
0b54364d
AB
60792019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6080
6081 * gdb.fortran/module.exp: Extend with 'info variables' test.
6082
7ff5fae7
AB
60832019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6084
6085 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6086 F77_FOR_TARGET.
6087
d10eccaa
TV
60882019-10-16 Tom de Vries <tdevries@suse.de>
6089
6090 PR tdep/25096
6091 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6092
745ff14e
TV
60932019-10-16 Tom de Vries <tdevries@suse.de>
6094
6095 PR tdep/24104
6096 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6097 Add KFAIL for PR tdep/25096.
6098
03e1ab94
TV
60992019-10-16 Tom de Vries <tdevries@suse.de>
6100
6101 PR testsuite/25059
6102 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6103
b17fcc10
TV
61042019-10-16 Tom de Vries <tdevries@suse.de>
6105
6106 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6107 as signed.
6108
9223170f
SM
61092019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6110
6111 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6112 one instead of increasing timeout.
6113
d6e76313
TV
61142019-10-13 Tom de Vries <tdevries@suse.de>
6115
6116 PR record/25038
6117 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6118 * gdb.reverse/sigall-reverse.exp: Same.
6119 * gdb.reverse/solib-precsave.exp: Same.
6120 * gdb.reverse/solib-reverse.exp: Same.
6121 * gdb.reverse/step-precsave.exp: Same.
6122 * gdb.reverse/until-precsave.exp: Same.
6123 * gdb.reverse/until-reverse.exp: Same.
6124 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6125
6dfc0041
AA
61262019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6127
6128 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6129 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6130 (cmp_struct_05_01, cmp_struct_static_02_01)
6131 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6132 comparisons.
6133
abcf2cc8
TV
61342019-10-10 Tom de Vries <tdevries@suse.de>
6135
6136 PR testsuite/24888
6137 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6138 gnatlink.
6139
a50faaf6
TV
61402019-10-09 Tom de Vries <tdevries@suse.de>
6141
6142 PR testsuite/25048
6143 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6144
60ff3cd7
AB
61452019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6146
6147 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6148 exceptions due to missing debug information.
6149
dfee8566
TV
61502019-10-07 Tom de Vries <tdevries@suse.de>
6151
6152 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6153
3d63690a
AB
61542019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6155
6156 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6157 * gdb.base/annota1.exp: Update to use gdb_test_name.
6158
30d1f018
WP
61592019-10-07 Weimin Pan <weimin.pan@oracle.com>
6160
6161 * gdb.base/ctf-whatis.exp: New file.
6162 * gdb.base/ctf-whatis.c: New file.
6163 * gdb.base/ctf-ptype.exp: New file.
6164 * gdb.base/ctf-ptype.c: New file.
6165 * gdb.base/ctf-constvars.exp: New file.
6166 * gdb.base/ctf-constvars.c: New file.
6167 * gdb.base/ctf-cvexpr.exp: New file.
6168
4dbbb47c
TV
61692019-10-04 Tom de Vries <tdevries@suse.de>
6170
6171 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6172 for loop.
6173
77c2dba3
TT
61742019-10-03 Tom Tromey <tom@tromey.com>
6175
6176 PR rust/24976:
6177 * gdb.rust/simple.rs (Union2): New type.
6178 (main): Use Union2.
6179 * gdb.rust/simple.exp: Add test.
6180
179aed7f
AB
61812019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6184 nested function prefix.
6185
0a4b0913
AB
61862019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6187 Richard Bunt <richard.bunt@arm.com>
6188 Andrew Burgess <andrew.burgess@embecosm.com>
6189
6190 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6191 nested functions.
6192 * gdb.fortran/nested-funcs.f90: Update expected results.
6193 * gdb.fortran/nested-funcs-2.exp: New file.
6194 * gdb.fortran/nested-funcs-2.f90: New file.
6195
082cce05
AB
61962019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6197
6198 * gdb.python/py-parameter.exp: Make test names unique.
6199 * gdb.python/py-template.exp: Likewise.
6200 * gdb.python/py-value.exp: Likewise.
6201
2b74ba5a
AB
62022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6203
6204 * gdb.base/break-interp.exp: Reduce test name duplication.
6205 * gdb.base/call-sc.exp: Likewise.
6206 * gdb.base/callfuncs.exp: Likewise.
6207 * gdb.base/charset.exp: Likewise.
6208 * gdb.base/dump.exp: Likewise.
6209 * gdb.base/ena-dis-br.exp: Likewise.
6210 * gdb.base/relational.exp: Likewise.
6211 * gdb.base/step-over-syscall.exp: Likewise.
6212 * gdb.base/structs.exp: Likewise.
6213
58eb20d5
AB
62142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.linespec/explicit.exp: Make test names unique.
6217 * gdb.linespec/ls-errs.exp: Likewise.
6218
4d421147
AB
62192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6220
6221 * gdb.reverse/break-precsave.exp: Make test names unique.
6222 * gdb.reverse/break-reverse.exp: Likewise.
6223 * gdb.reverse/finish-precsave.exp: Likewise.
6224 * gdb.reverse/finish-reverse.exp: Likewise.
6225 * gdb.reverse/machinestate-precsave.exp: Likewise.
6226 * gdb.reverse/machinestate.exp: Likewise.
6227 * gdb.reverse/readv-reverse.exp: Likewise.
6228 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6229 * gdb.reverse/sigall-precsave.exp: Likewise.
6230 * gdb.reverse/sigall-reverse.exp: Likewise.
6231 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6232 * gdb.reverse/watch-precsave.exp: Likewise.
6233 * gdb.reverse/watch-reverse.exp: Likewise.
6234
d8c06f22
AB
62352019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6236
6237 * gdb.threads/stop-with-handle.c: New file.
6238 * gdb.threads/stop-with-handle.exp: New file.
6239
3a56ed86
TV
62402019-10-03 Tom de Vries <tdevries@suse.de>
6241
6242 PR testsuite/25059
6243 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6244 directory" line to be missing.
6245
42275044
TV
62462019-10-03 Tom de Vries <tdevries@suse.de>
6247
6248 PR testsuite/25059
6249 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6250 type optional.
6251
9ef62df0
AA
62522019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6253
6254 * gdb.python/py-format-string.c (string.h): New include.
6255 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6256 the same value, for endianness-independence.
6257 * gdb.python/py-format-string.exp (default_regexp_dict)
6258 (test_pretty_structs, test_format): Adjust expected output to the
6259 changed initialization.
6260
37f6a7f4
TT
62612019-10-02 Tom Tromey <tromey@adacore.com>
6262
6263 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6264
1d58d6a2
PA
62652019-10-02 Pedro Alves <palves@redhat.com>
6266 Andrew Burgess <andrew.burgess@embecosm.com>
6267
6268 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6269 "print-file-var.h".
6270 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6271 (get_version_1): Print this_version_id and its address.
6272 Add extern "C" wrappers around interface functions.
6273 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6274 "print-file-var.h".
6275 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6276 (get_version_2): Print this_version_id and its address.
6277 Add extern "C" wrappers around interface functions.
6278 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6279 <stddef.h> and "print-file-var.h".
6280 Add extern "C" wrappers around interface functions.
6281 [VERSION_ID_MAIN] (this_version_id): Define.
6282 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6283 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6284 up extern "C" blocks.
6285 * gdb.base/print-file-var.exp (test): New, factored out from top
6286 level.
6287 (top level): Test all combinations of attribute hidden or not,
6288 dlopen or not, and this_version_id symbol in main file or not.
6289 Compile tests as both C++ and C, make test names unique.
6290
d770d56f
TT
62912019-10-01 Tom Tromey <tom@tromey.com>
6292
6293 * gdb.base/style.exp: Test "show logging filename".
6294
7f6aba03
TT
62952019-10-01 Tom Tromey <tom@tromey.com>
6296
6297 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6298 * gdb.base/style.exp: Add metadata style test.
6299
14309bb6
TT
63002019-10-01 Tom Tromey <tom@tromey.com>
6301
6302 * gdb.base/style.exp: Test "pwd".
6303
2a3c1174
PA
63042019-10-01 Tom Tromey <tom@tromey.com>
6305
6306 * gdb.base/style.exp: Update tests.
6307
53d666ec
AA
63082019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6309
6310 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6311 'six' to unsigned.
6312 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6313 'five'. Use an all-ones bit pattern for each.
6314 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6315 to its changed values.
6316
4a56a520
TT
63172019-09-30 Tom Tromey <tromey@adacore.com>
6318
6319 * gdb.rust/traits.rs: Disable all warnings.
6320
0df0352a
TV
63212019-09-29 Tom de Vries <tdevries@suse.de>
6322
aac66a4c 6323 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6324
73d9a918
TV
63252019-09-29 Tom de Vries <tdevries@suse.de>
6326
6327 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6328
060b3ab4
TV
63292019-09-27 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6332
68f7d34d
TV
63332019-09-27 Tom de Vries <tdevries@suse.de>
6334
6335 PR record/23188
6336 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6337
5d63b30a
TT
63382019-09-26 Tom Tromey <tromey@adacore.com>
6339
6340 * gdb.ada/py_taft.exp: New file.
6341 * gdb.ada/py_taft/main.adb: New file.
6342 * gdb.ada/py_taft/pkg.adb: New file.
6343 * gdb.ada/py_taft/pkg.ads: New file.
6344
3d435220
TV
63452019-09-24 Tom de Vries <tdevries@suse.de>
6346
6347 PR gdb/24598
6348 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6349
77d03678
TV
63502019-09-22 Tom de Vries <tdevries@suse.de>
6351
6352 * gdb.base/restore.exp: Allow register variables to be optimized out at
6353 -O0.
6354
abf516c6
UW
63552019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6356
6357 * gdb.arch/spu-info.exp: Remove file.
6358 * gdb.arch/spu-info.c: Remove file.
6359 * gdb.arch/spu-ls.exp: Remove file.
6360 * gdb.arch/spu-ls.c: Remove file.
6361
6362 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6363 * gdb.asm/spu.inc: Remove file.
6364
6365 * gdb.base/dump.exp: Remove support for spu*-*-*.
6366 * gdb.base/stack-checking.exp: Likewise.
6367 * gdb.base/overlays.exp: Likewise.
6368 * gdb.base/ovlymgr.c: Likewise.
6369 * gdb.base/spu.ld: Remove file.
6370
6371 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6372 * gdb.cp/cpexprs.exp: Likewise.
6373 * gdb.cp/exception.exp: Likewise.
6374 * gdb.cp/gdb2495.exp: Likewise.
6375 * gdb.cp/mb-templates.exp: Likewise.
6376 * gdb.cp/pr9167.exp: Likewise.
6377 * gdb.cp/userdef.exp: Likewise.
6378
6379 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6380
6381 * gdb.cell: Remove directory.
6382 * lib/cell.exp: Remove file.
6383
e452e88f
TV
63842019-09-19 Tom de Vries <tdevries@suse.de>
6385
6386 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6387
8a625130
TV
63882019-09-19 Tom de Vries <tdevries@suse.de>
6389
6390 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6391
81dc3ab5
TV
63922019-09-19 Tom de Vries <tdevries@suse.de>
6393
6394 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6395 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6396 (gdb_target_cmd): ... here.
6397 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6398 value 2.
6399
b078f3ac
AB
64002019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6401
6402 * gdb.base/source-dir.exp: Avoid having directory names in test
6403 names.
6404
f1b620e9
MG
64052019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6408 directory.
6409
67f3ed6a
AB
64102019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6411
6412 * gdb.base/list-missing-source.exp: New file.
6413
d1b70248
TV
64142019-09-14 Tom de Vries <tdevries@suse.de>
6415
6416 PR teststuite/24599
6417 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6418 * lib/ada.exp (gnatmake_version_at_least): New proc.
6419
5fabdcd6
AB
64202019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6421
6422 * gdb.base/maint.exp: Use exec_has_index_section.
6423
aa17805f
AB
64242019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.base/maint.exp: Add test for 'maint info sections'.
6427
25e5c209
TV
64282019-09-12 Tom de Vries <tdevries@suse.de>
6429
6430 * gdb.base/store.exp: Allow register variables to be optimized out at
6431 -O0.
6432
4993045d
PW
64332019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6434
6435 * gdb.ada/rdv_wait.exp: Update to new task names.
6436 * gdb.base/task_switch_in_core.exp: Likewise.
6437 * gdb.base/info_sources_base.c: Likewise.
6438
8a516164
TT
64392019-09-10 Tom Tromey <tromey@adacore.com>
6440
6441 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6442
aa391654
TT
64432019-09-10 Tom Tromey <tromey@adacore.com>
6444
6445 * gdb.ada/dgopt.exp: New file.
6446 * gdb.ada/dgopt/x.adb: New file.
6447
8634b462
TT
64482019-09-08 Tom Tromey <tom@tromey.com>
6449
6450 * gdb.tui/resize.exp: Remove setup_xfail.
6451 * gdb.tui/regs.exp: Remove setup_xfail.
6452 * gdb.tui/basic.exp: Remove setup_xfail.
6453
736b0f76
DB
64542019-09-06 David Blaikie <dblaikie@gmail.com>
6455
6456 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6457 * gdb.cp/cplabel.exp: Ditto.
6458 * gdb.linespec/ls-errs.exp: Ditto.
6459
30331a6c
TV
64602019-09-05 Tom de Vries <tdevries@suse.de>
6461
6462 * lib/gdb.exp (cmp_file_string): New proc.
6463 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6464 runto_main. Verify save breakpoints output.
6465
98b0ebab
PW
64662019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6467
6468 * gdb.base/info-var.exp: Test info variables without running
6469 to main, to avoid expect's buffer overflow.
6470
4e962e74
TT
64712019-09-03 Tom Tromey <tromey@adacore.com>
6472
6473 * gdb.ada/bias.exp: New file.
6474 * gdb.ada/bias/bias.adb: New file.
6475 * gdb.ada/print_chars.exp: Add regression test.
6476 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6477 (MC): New variable.
6478
2ea1a07a
SL
64792019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6480
6481 * gdb.base/argv0-symlink.exp: Run only on native target
6482 and local host.
6483
8077c50d
TV
64842019-08-29 Tom de Vries <tdevries@suse.de>
6485
6486 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6487 diverse debug info.
6488 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6489
48352473
TV
64902019-08-28 Tom de Vries <tdevries@suse.de>
6491
6492 * gdb.base/info-var.exp: Allow info variables to print info for files
6493 other than info-var-f1.c and info-var-f2.c.
6494
d8f27c60
AB
64952019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.fortran/info-types.exp: Add module.
6498 * gdb.fortran/info-types.f90: Update expected results.
6499
1f20c35e
AB
65002019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 * gdb.fortran/info-types.exp: New file.
6503 * gdb.fortran/info-types.f90: New file.
6504 * lib/fortran.exp (fortran_character1): New proc.
6505
4acfdd20
AB
65062019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6509 functions'. Reindent as needed.
6510 * gdb.base/info-var-f1.c: New file.
6511 * gdb.base/info-var-f2.c: New file.
6512 * gdb.base/info-var.exp: New file.
6513 * gdb.base/info-var.h: New file.
6514
5c31b358
TV
65152019-08-26 Tom de Vries <tdevries@suse.de>
6516
6517 PR c++/24852
6518 * gdb.cp/no-libstdcxx-probe.exp: New test.
6519
b694989f
TV
65202019-08-26 Tom de Vries <tdevries@suse.de>
6521
6522 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6523 * tests need to be skipped.
6524 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6525 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6526 mi_skip_libstdcxx_probe_tests.
6527
d9c4ba53
SDJ
65282019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6529
6530 * gdb.python/py-xmethods.exp: Use raw strings when passing
6531 arguments to SimpleXMethodMatcher.
6532
395fad09
TV
65332019-08-22 Tom de Vries <tdevries@suse.de>
6534
6535 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6536 more informative.
6537
26c957f1
PA
65382019-08-21 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/with.exp: Test "with" with no arguments.
6541
61f80d5d
TV
65422019-08-21 Tom de Vries <tdevries@suse.de>
6543
6544 * gdb.base/gdb-caching-proc.exp: Sort files.
6545
d7a11d13
TV
65462019-08-20 Tom de Vries <tdevries@suse.de>
6547
6548 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6549 compilation.
6550
34dafe9f
TV
65512019-08-16 Tom de Vries <tdevries@suse.de>
6552
6553 * gdb.base/compare-sections.exp ("after run to main"): Allow
6554 mismatched read-only sections for PIE executables.
6555
398fdd60
TT
65562019-08-16 Tom Tromey <tom@tromey.com>
6557
6558 * lib/tuiterm.exp (_csi_Z): New proc.
6559 * gdb.tui/basic.exp: Update window positions.
6560 * gdb.tui/empty.exp: Update window positions.
6561
d8f9e51c
SL
65622019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6563
6564 * gdb.base/examine-backward.exp: Correct regexp for
6565 "examine 3 bytes backward from ${address_zero}".
6566
3df505f6
TT
65672019-08-15 Tom Tromey <tom@tromey.com>
6568
6569 * gdb.tui/empty.exp: Enable resizing tests.
6570
272560b5
TT
65712019-08-15 Tom Tromey <tromey@adacore.com>
6572
6573 * gdb.ada/char_enum.exp: Add regression tests.
6574 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6575 and '0'.
6576 (Char, Gchar): Update.
6577 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6578
08235187
CB
65792019-08-15 Christian Biesinger <cbiesinger@google.com>
6580
6581 * gdb.python/python.exp: Expect a leading underscore on
6582 GdbOutput{,Error}File.
6583
22a2ab04
SL
65842019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6585
6586 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6587 Windows host.
6588
835b995b
SL
65892019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6590
6591 * gdb.base/batch-preserve-term-settings.exp
6592 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6593
97dd8e07
CB
65942019-08-15 Christian Biesinger <cbiesinger@google.com>
6595
6596 * lib/gdb.exp: When running on a mingw target, replace
6597 /x/ with x:/.
6598
75faf5c4
AH
65992019-08-14 Alan Hayward <alan.hayward@arm.com>
6600
6601 * gdb.arch/aarch64-prologue.c: New test.
6602 * gdb.arch/aarch64-prologue.exp: New file.
6603
abc6c00f
TV
66042019-08-13 Tom de Vries <tdevries@suse.de>
6605
6606 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6607 Thread.
6608
74c2c1f4
SL
66092019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6610
6611 * gdb.python/py-completion.exp: Download the .py file to the host
6612 and use its host pathname. Conditionalize tests that use
6613 tab completion and manipulate files on the build machine.
6614 * gdb.python/py-events.exp: Download the .py file to the host
6615 and use its host pathname.
6616 * gdb.python/py-evsignal.exp: Likewise.
6617 * gdb.python/py-evthreads.exp: Likewise.
6618 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6619 pathname syntax.
6620 * gdb.python/py-framefilter.exp: Download the .py file to the right
6621 place on the host. Match Windows pathname syntax.
6622 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6623 .py file to the host and use its host pathname.
6624 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6625 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6626 build pathname. Skip symlink test on Windows host. Add missing
6627 newline at end of file.
6628 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6629 and use its host pathname.
6630 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6631 * gdb.python/py-section-script.exp: Use host location of binfile
6632 on safe-path. Use correct path separator on Windows host.
6633 Reorder alternatives in gdb_test_multiple to prevent matching
6634 the wrong alternative on success.
6635 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6636
ca2589f3
PP
66372019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6638
6639 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6640 expect the GDB inferior to no longer immediately stop after
6641 being resumed with "signal SIGINT".
6642
020a839d
SL
66432019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6644
6645 * gdb.linespec/break-ask.exp: Generalize regexps to match
6646 Windows pathnames too.
6647
128d6509
TV
66482019-08-08 Tom de Vries <tdevries@suse.de>
6649
6650 PR testsuite/24862
6651 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6652
590042fc
PW
66532019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6654
6655 * gdb.base/style.exp: Update tests for help doc new invariants.
6656 * gdb.base/help.exp: Likewise.
6657
046bebe1
TT
66582019-08-06 Tom Tromey <tom@tromey.com>
6659
6660 * gdb.base/style.exp: Add disassemble test.
6661 * gdb.base/style.c (some_called_function): New function.
6662 (main): Use it.
6663
0b27c27d
CB
66642019-08-05 Christian Biesinger <cbiesinger@google.com>
6665
6666 * gdb.python/py-block.exp: Test dictionary access on blocks.
6667
580f1034
SM
66682019-08-05 Simon Marchi <simon.marchi@efficios.com>
6669
6670 PR gdb/24863
6671 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6672 -list-thread-groups --available test when running under
6673 check-read1.
6674
d86bd7cb
TV
66752019-08-05 Tom de Vries <tdevries@suse.de>
6676
6677 PR testsuite/24863
6678 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6679 * gdb.base/help.exp: Use with_read1_timeout_factor.
6680 * gdb.base/info-macros.exp: Same.
6681 * gdb.cp/nested-types.exp: Same.
6682
a80cf5d8
TV
66832019-08-05 Tom de Vries <tdevries@suse.de>
6684
6685 * lib/gdb.exp (version_at_least): Factor out of ...
6686 (tcl_version_at_least): ... here.
6687 (gdb_compile): Fail if pie results in non-PIE executable.
6688 (readelf_version, readelf_prints_pie): New proc.
6689 (exec_is_pie): Return -1 if unknown.
6690
d0962838
TV
66912019-08-05 Tom de Vries <tdevries@suse.de>
6692
6693 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6694
2252ff3d
SL
66952019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6696
6697 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6698
26655f53
SL
66992019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6700
6701 * lib/completion-support.exp (test_gdb_complete_none): Skip
6702 tab completion tests if no readline support.
6703 (test_gdb_complete_unique_re): Likewise.
6704 (test_gdb_complete_multiple): Likewise.
6705
db4dc13e
PW
67062019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6707
6708 * gdb.base/info_sources.exp: New file.
6709 * gdb.base/info_sources.c: New file.
6710 * gdb.base/info_sources_base.c: New file.
6711
0eba165a
PFC
67122019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6713
6714 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6715 prefix argument.
6716 (test_exit_status): Add prefix argument.
6717
59bd512b
TV
67182019-08-01 Tom de Vries <tdevries@suse.de>
6719
6720 PR testsuite/24863
6721 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6722 calling exp_continue for new thread and thread exited messages.
6723
2a3ad588
TV
67242019-08-01 Tom de Vries <tdevries@suse.de>
6725
6726 PR testsuite/24863
6727 * gdb.base/structs.exp: Fix check-read1 timeout using
6728 gdb_test_sequence.
6729 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6730
117eb594
TV
67312019-08-01 Tom de Vries <tdevries@suse.de>
6732
6733 PR testsuite/24863
6734 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6735 line.
6736
ed591340
TV
67372019-08-01 Tom de Vries <tdevries@suse.de>
6738
6739 PR testsuite/24863
6740 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6741
aa3b6533
TT
67422019-07-30 Tom Tromey <tromey@adacore.com>
6743
6744 * gdb.ada/display_nested.exp: New file.
6745 * gdb.ada/display_nested/foo.adb: New file.
6746 * gdb.ada/display_nested/pack.adb: New file.
6747 * gdb.ada/display_nested/pack.ads: New file.
6748
2906593f
CB
67492019-07-30 Christian Biesinger <cbiesinger@google.com>
6750
6751 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6752 namespace.
6753 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6754
0f575925
TV
67552019-07-30 Tom de Vries <tdevries@suse.de>
6756
6757 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6758 instead.
6759
b13057d9
TV
67602019-07-30 Tom de Vries <tdevries@suse.de>
6761
6762 PR testsuite/24834
6763 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6764 (exec_is_pie): New proc.
6765
5c4dde85
CB
67662019-07-29 Christian Biesinger <cbiesinger@google.com>
6767
6768 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6769
c620ed88
CB
67702019-07-29 Christian Biesinger <cbiesinger@google.com>
6771
6772 * gdb.python/py-objfile.c: Add global and static vars.
6773 * gdb.python/py-objfile.exp: Test new functions Objfile.
6774 lookup_global_symbol and lookup_static_symbol.
6775
3d235706
TT
67762019-07-29 Tom Tromey <tom@tromey.com>
6777
6778 * lib/tuiterm.exp (Term::_csi_@): New proc.
6779 (Term::_csi_X): Don't move cursor.
6780
c7e4c0a6
PW
67812019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6782
6783 * gdb.base/options.exp: Update backtrace - completion to
6784 new option -frame-info.
6785 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6786 Test new 'set print frame-info'. Test backtrace -frame-info
6787 overriding 'set print frame-info'.
6788 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6789 Test new 'set print frame-info'.
6790 Verify consistency of backtrace with and without filters, with and
6791 without -no-filters.
6792 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6793 default.
6794
de28a3b7
TV
67952019-07-29 Tom de Vries <tdevries@suse.de>
6796
6797 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6798 no arguments".
6799
507dd60e
TV
68002019-07-29 Tom de Vries <tdevries@suse.de>
6801
6802 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6803 is a substring of the first for "complete non-unique file name".
6804
5beafce9
TV
68052019-07-29 Tom de Vries <tdevries@suse.de>
6806
6807 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6808 with ".*".
6809
2d274232
TV
68102019-07-29 Tom de Vries <tdevries@suse.de>
6811
6812 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6813 Pass prompt_regexp parameter to gdb_test_multiple calls.
6814
9197cd8b
TV
68152019-07-29 Tom de Vries <tdevries@suse.de>
6816
6817 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6818 print registers" regexps.
9197cd8b 6819
b528dae0
TV
68202019-07-29 Tom de Vries <tdevries@suse.de>
6821
6822 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6823
d17725d7
TV
68242019-07-29 Tom de Vries <tdevries@suse.de>
6825
6826 PR gdb/24855
6827 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6828 (skip_python_tests_prompt): Add prompt_regexp argument to
6829 gdb_test_multiple calls.
6830
52b75bf1
TT
68312019-07-27 Tom Tromey <tom@tromey.com>
6832
6833 * gdb.tui/main.exp: New file.
6834
2b1d00c2
TT
68352019-07-27 Tom Tromey <tom@tromey.com>
6836
6837 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6838 optional.
6839 * gdb.tui/empty.exp: New file.
6840
ded631d5
TT
68412019-07-27 Tom Tromey <tom@tromey.com>
6842
6843 * lib/tuiterm.exp (spawn): New proc.
6844 (Term::resize): New proc.
6845 * gdb.tui/resize.exp: New file.
6846
58ac439d
TT
68472019-07-27 Tom Tromey <tom@tromey.com>
6848
6849 * gdb.tui/list.exp: New file.
6850
fe1f56ee
TT
68512019-07-27 Tom Tromey <tom@tromey.com>
6852
6853 * gdb.tui/regs.exp: New file.
6854
f790b310
TT
68552019-07-27 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.tui/basic.exp: Add "layout split" test.
6858
d95fc6ee
TT
68592019-07-27 Tom Tromey <tom@tromey.com>
6860
6861 * gdb.tui/basic.exp: Add "layout asm" test.
6862
c3786b3a
TT
68632019-07-27 Tom Tromey <tom@tromey.com>
6864
6865 * lib/tuiterm.exp: New file.
6866 * gdb.tui/basic.exp: New file.
6867
98a617f8
KB
68682019-07-27 Kevin Buettner <kevinb@redhat.com>
6869
6870 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6871 Enable tests associated with this flag. Adjust regex
6872 referencing "foo_low" to now refer to "foo_cold" instead.
6873
5c076da4
KB
68742019-07-27 Kevin Buettner <kevinb@redhat.com>
6875
6876 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6877 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6878 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6879 foo_cold. Revise comments to match.
6880 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6881 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6882 were wrapped into this proc; Call do_test in loop from outermost
6883 level.
6884 (foo_low): Rename all occurrences to "foo_cold".
6885 (backtrace from baz): New test.
6886 (x2/i foo_cold): New test.
6887 (info line *foo_cold): New test.
6888
1512d3b7
TV
68892019-07-26 Tom de Vries <tdevries@suse.de>
6890
6891 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6892
297989a1
TV
68932019-07-25 Tom de Vries <tdevries@suse.de>
6894
6895 PR testsuite/24830
6896 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6897 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6898 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6899 (skip_libstdcxx_probe_tests): ... here.
6900 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6901
b3b965fb
TV
69022019-07-24 Tom de Vries <tdevries@suse.de>
6903
6904 PR testsuite/24807
6905 * gdb.objc/basicclass.m: Include stdio.h.
6906 * gdb.objc/nondebug.m: Same.
6907 * gdb.objc/objcdecode.m: Same.
6908
4625b4d0
TV
69092019-07-24 Tom de Vries <tdevries@suse.de>
6910
6911 PR testsuite/24612
6912 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6913 additional_flags.
6914
024a5840
TV
69152019-07-24 Tom de Vries <tdevries@suse.de>
6916
6917 PR testsuite/24831
6918 * gdb.multi/tids.exp: Update error messages for info threads.
6919
c76ddaa3
TV
69202019-07-24 Tom de Vries <tdevries@suse.de>
6921
6922 * gdb.base/info-types.exp: Allow info types to print info for more than
6923 one file.
6924
9a618ef6
TV
69252019-07-23 Tom de Vries <tdevries@suse.de>
6926
6927 PR testsuite/24842
6928 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6929 gdb_spawn_with_cmdline_opts.
6930
40eadf04
SP
69312019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6932
6933 * gdb.arch/arm-cmse-sgstubs.c: New test.
6934 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6935
5ba29434
TV
69362019-07-23 Tom de Vries <tdevries@suse.de>
6937
6938 PR testsuite/24711
6939 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6940 issuing next command.
6941
a8e9d247
AB
69422019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6943
6944 * gdb.ada/info_auto_lang.exp: Update expected results.
6945 * gdb.base/info-types.c: Add additional types to check.
6946 * gdb.base/info-types.exp: Update expected results.
6947
eb86c5e2
AB
69482019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6949
6950 * gdb.base/info-types.c: New file.
6951 * gdb.base/info-types.exp: New file.
6952
01e175fe
AB
69532019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.arch/riscv-bp-infcall.c: New file.
6956 * gdb.arch/riscv-bp-infcall.exp: New file.
6957
6b78c3f8
AB
69582019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 PR breakpoints/24541
6961 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6962
da738167
TV
69632019-07-14 Tom de Vries <tdevries@suse.de>
6964
6965 PR testsuite/24760
6966 * gdb.objc/basicclass.exp: Fix unterminated string.
6967
0d4e84ed
AB
69682019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6969 Andrew Burgess <andrew.burgess@embecosm.com>
6970
6971 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6972 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6973 negative bounds.
6974 * gdb.fortran/vla-value.exp: Print elements of an array with
6975 negative bounds.
6976 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6977 testing.
6978
021d8588
AB
69792019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6980
6981 * gdb.base/options.exp (expect_string): Dequote strings in
6982 results.
6983 (test-string): Test strings with different quoting and reindent.
6984
f06f1252
TT
69852019-07-10 Tom Tromey <tromey@adacore.com>
6986
6987 * gdb.ada/mi_ex_cond.exp: Update expected results.
6988 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6989 * gdb.ada/mi_catch_ex.exp: Update expected results.
6990 * gdb.ada/mi_catch_assert.exp: Update expected results.
6991 * gdb.ada/catch_ex.exp (catch_exception_info)
6992 (catch_exception_entry, catch_assert_entry)
6993 (catch_unhandled_entry): Update.
6994 * gdb.ada/catch_assert_if.exp: Update expected results.
6995
b863685d
RB
69962019-07-10 Richard Bunt <richard.bunt@arm.com>
6997 Stephen Roberts <stephen.roberts@arm.com>
6998
6999 * gdb.base/define.exp: Restore original prompt.
7000
cb1e4e32
PA
70012019-07-09 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7004 breakpoints" output.
7005 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7006 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7007 throw" creates breakpoint.
7008 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7009 'type="catchpoint"'.
7010
b58a68fe
PA
70112019-07-09 Pedro Alves <palves@redhat.com>
7012
7013 PR c++/15468
7014 * gdb.cp/except-multi-location-lib.cc: New.
7015 * gdb.cp/except-multi-location-main.cc: New.
7016 * gdb.cp/except-multi-location.exp: New.
7017
0826779b
PW
70182019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7019
7020 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7021 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7022 argument and update callers.
7023
5b0e2db4
AB
70242019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7025
7026 * gdb.arch/amd64-break-on-asm-line.S: New file.
7027 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7028
1f6f6e21
PW
70292019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7030
7031 * gdb.base/printcmds.exp: Test printing C string and
7032 C wide string convenience vars without transiting via the inferior.
7033 Also make test names unique.
7034
ea142fbf
AH
70352019-07-08 Alan Hayward <alan.hayward@arm.com>
7036
5862c886 7037 PR breakpoints/25011
ea142fbf
AH
7038 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7039
213fd9fa
PA
70402019-07-04 Pedro Alves <palves@redhat.com>
7041
7042 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7043 body returned ok(0), break(3) or continue(4).
7044 * gdb.testsuite/foreach_with_prefix.exp: New file.
7045
2b40fda7
AH
70462019-07-04 Alan Hayward <alan.hayward@arm.com>
7047
7048 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7049
a26c8de0
PA
70502019-07-03 Pedro Alves <palves@redhat.com>
7051
7052 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7053 "return -code".
7054
5f4ba3e7
PA
70552019-07-03 Pedro Alves <palves@redhat.com>
7056
7057 PR cli/24732
7058 * gdb.base/shell.exp: Load completion-support.exp.
7059 Adjust expected error output. Add completion tests.
7060
a994424f
PA
70612019-07-03 Pedro Alves <palves@redhat.com>
7062
7063 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7064 string_to_regexp.
7065
3d9be6f5
PA
70662019-07-03 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7069 (expect_integer): Adjust to expect "-string".
7070 (expect_string): New.
7071 (all_options): Expect "-string".
7072 (test-flag, test-boolean): Adjust to expect "-string".
7073 (test-string): New proc.
7074 (top level): Call it.
7075
41fc454c
PA
70762019-07-03 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7079 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7080 the expected output in the success.
7081
b2b2a215
PA
70822019-07-03 Pedro Alves <palves@redhat.com>
7083
7084 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7085 Split one gdb_test_multiple call in two to avoid a race.
7086
fdbc9870
PA
70872019-07-03 Pedro Alves <palves@redhat.com>
7088
7089 * gdb.base/with.c: New file.
7090 * gdb.base/with.exp: New file.
7091
c6ac8931
PA
70922019-07-03 Pedro Alves <palves@redhat.com>
7093
7094 * gdb.base/settings.exp: Replace all references to "maint
7095 test-settings set" with references to "maint set test-settings",
7096 and all references to "maint test-settings show" with references
7097 to "maint show test-settings".
7098
970f9d09
PA
70992019-07-03 Pedro Alves <palves@redhat.com>
7100
7101 * gdb.base/settings.exp (test-string): Adjust expected out when
7102 testing "maint test-settings show filename"
7103
54d66006
PA
71042019-07-02 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/options.exp (test-info-threads): New procedure.
7107 (top level): Call it.
7108
10d06d82
TT
71092019-06-28 Tom Tromey <tromey@adacore.com>
7110
7111 * gdb.dwarf2/ada-linkage-name.c: New file.
7112 * gdb.dwarf2/ada-linkage-name.exp: New file.
7113
3d507ff2
TT
71142019-06-27 Tom Tromey <tromey@adacore.com>
7115
d039f014 7116 PR c++/20020:
3d507ff2
TT
7117 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7118
8af58ffe
TV
71192019-06-26 Tom de Vries <tdevries@suse.de>
7120
7121 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7122
22e21752
TV
71232019-06-26 Tom de Vries <tdevries@suse.de>
7124
7125 * gdb.base/index-cache.exp: Add back missing debug option.
7126
b65b566c
PW
71272019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7128
7129 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7130
5c2c8c69
TV
71312019-06-25 Tom de Vries <tdevries@suse.de>
7132
7133 PR testsuite/24727
7134 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7135
164e3873
TV
71362019-06-24 Tom de Vries <tdevries@suse.de>
7137
7138 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7139
824eacee
TV
71402019-06-24 Tom de Vries <tdevries@suse.de>
7141
7142 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7143 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7144 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7145
385b97d3
TV
71462019-06-24 Tom de Vries <tdevries@suse.de>
7147
7148 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7149
c596f180
TV
71502019-06-21 Tom de Vries <tdevries@suse.de>
7151
7152 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7153
b13a7d03
TV
71542019-06-21 Tom de Vries <tdevries@suse.de>
7155
7156 PR testsuite/24518
7157 PR ada/24713
7158 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7159 index.
7160
899277ae
TT
71612019-06-19 Tom Tromey <tromey@adacore.com>
7162
7163 * gdb.ada/length_cond.exp: Add intro comment.
7164
680e1bee
TT
71652019-06-19 Tom Tromey <tromey@adacore.com>
7166
7167 * gdb.ada/length_cond.exp: New file.
7168 * gdb.ada/length_cond/length_cond.adb: New file.
7169 * gdb.ada/length_cond/pck.adb: New file.
7170 * gdb.ada/length_cond/pck.ads: New file.
7171
0ed4690a
TV
71722019-06-18 Tom de Vries <tdevries@suse.de>
7173
7174 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7175
d20ed5fd
TT
71762019-06-18 Tom Tromey <tromey@adacore.com>
7177
7178 * gdb.base/list0.h: Add comment explaining control character.
7179
86e04673
TV
71802019-06-18 Tom de Vries <tdevries@suse.de>
7181
7182 * boards/fission.exp: Break up long debug_flags line.
7183
c4973306
SM
71842019-06-16 Tom de Vries <tdevries@suse.de>
7185
7186 PR gdb/24445
7187 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7188 generated index.
7189
93cb9841
AB
71902019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7191
7192 PR gdb/24686
7193 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7194 improve detection of bug gdb/24541.
7195
399aaebd
SM
71962019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7197
7198 PR gdb/24669
7199 * gdb.base/index-cache.exp (uses_readnow,
7200 expecting_index_cache_use): Define global variable.
7201 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7202 expecting_index_cache_use.
7203
584a927c
AB
72042019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7205 Andrew Burgess <andrew.burgess@embecosm.com>
7206
7207 * gdb.fortran/pointers.f90: New file.
7208 * gdb.fortran/print_type.exp: New file.
7209 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7210 * gdb.fortran/vla-type.exp: Likewise.
7211 * gdb.fortran/vla-value.exp: Likewise.
7212 * gdb.mi/mi-vla-fortran.exp: Likewise.
7213
30056ea0
AB
72142019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7215
7216 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7217 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7218 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7219 as a stop reason.
7220
ec8e2b6d
AB
72212019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7222
7223 * gdb.base/annota1.exp: Update expected results.
7224 * gdb.cp/annota2.exp: Likewise.
7225 * gdb.cp/annota3.exp: Likewise.
7226
09e4c4e1
AB
72272019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7228
7229 * gdb.base/style-logging.exp: Remove path from test name.
7230
0735b091
TT
72312019-06-14 Tom Tromey <tromey@adacore.com>
7232
7233 PR gdb/24502:
7234 * gdb.base/style-logging.exp: New file.
7235
f5686554
TT
72362019-06-14 Tom Tromey <tromey@adacore.com>
7237
7238 * gdb.base/symfile-warn.exp: New file.
7239 * gdb.base/symfile-warn.c: New file.
7240
a0c1ffed
TT
72412019-06-14 Tom Tromey <tromey@adacore.com>
7242
7243 * gdb.base/annotate-symlink.exp: New file.
7244
f411722c
TT
72452019-06-14 Tom Tromey <tromey@adacore.com>
7246
7247 * gdb.ada/set_wstr.exp: Add reassignment test.
7248
4268ec18
TT
72492019-06-14 Tom Tromey <tromey@adacore.com>
7250
7251 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7252 'unchecked_access and 'unrestricted_access as well.
7253
9a9e394b
TT
72542019-06-14 Tom Tromey <tromey@adacore.com>
7255
7256 PR ada/24539:
7257 * gdb.ada/vla.exp: Update tests.
7258 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7259 pragma.
7260
4c048731
PA
72612019-06-13 Pedro Alves <palves@redhat.com>
7262
7263 * gdb.base/settings.exp (test-integer): Test junk after
7264 "unlimited".
7265
6665660a
PA
72662019-06-13 Pedro Alves <palves@redhat.com>
7267
7268 * gdb.base/options.exp (test-thread-apply): New.
7269 (top level): Call it.
7270
5d707134
PA
72712019-06-13 Pedro Alves <palves@redhat.com>
7272
7273 * gdb.base/options.exp (test-frame-apply): New.
7274 (top level): Test print commands with different "frame apply"
7275 prefixes.
7276
e2a689da
PA
72772019-06-13 Pedro Alves <palves@redhat.com>
7278
e79be6e5 7279 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7280 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7281 'max_completions' parameter and handle it.
7282 (test_gdb_completion_offers_commands): New.
7283
90a1ef87
PA
72842019-06-13 Pedro Alves <palves@redhat.com>
7285
7286 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7287
d4c16835
PA
72882019-06-13 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/options.exp (test-backtrace): New.
7291 (top level): Call it.
7292
2daf894e
PA
72932019-06-13 Pedro Alves <palves@redhat.com>
7294
7295 * gdb.guile/scm-frame-args.exp: Use "set print
7296 raw-frame-arguments" instead of "set print raw frame-arguments".
7297 * gdb.python/py-frame-args.exp: Likewise.
7298
e6ed716c
PA
72992019-06-13 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.compile/compile.exp: Adjust expected output to option
7302 processing changes.
7303
7d8062de
PA
73042019-06-13 Pedro Alves <palves@redhat.com>
7305
7306 * gdb.base/options.exp: Build executable.
7307 (test-print): New procedure.
7308 (top level): Call it, once for "print" and another for "compile
7309 print".
7310
9d0faba9
PA
73112019-06-13 Pedro Alves <palves@redhat.com>
7312
7313 * gdb.base/options.c: New file.
7314 * gdb.base/options.exp: New file.
7315
dee7b4c8
PA
73162019-06-13 Pedro Alves <palves@redhat.com>
7317
7318 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7319 that "o" is ambiguous.
7320
dca0f6c0
PA
73212019-06-13 Pedro Alves <palves@redhat.com>
7322
7323 * gdb.base/settings.c: New file.
7324 * gdb.base/settings.exp: New file.
7325
ccf46844
PA
73262019-06-13 Pedro Alves <palves@redhat.com>
7327
7328 * gdb.base/completion.exp: Fix comment typo.
7329
b9a3f842
PA
73302019-06-13 Pedro Alves <palves@redhat.com>
7331
7332 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7333 foo --1" test.
7334
d106773e
PA
73352019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7336
7337 * gdb.fortran/block-data.f: New.
7338 * gdb.fortran/block-data.exp: New.
7339
fea82da0
TV
73402019-06-11 Tom de Vries <tdevries@suse.de>
7341
7342 PR testsuite/24521
7343 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7344 message.
7345
8c2e74f1
TV
73462019-06-11 Tom de Vries <tdevries@suse.de>
7347
7348 PR testsuite/24521
7349 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7350
b49851c8
TV
73512019-06-11 Tom de Vries <tdevries@suse.de>
7352
7353 * boards/readnow.exp: New file.
7354
a7067863
AB
73552019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7356
7357 * gdb.fortran/vla-sizeof.exp: Update expected results.
7358
1a3da2cd
AB
73592019-06-06 Amos Bird <amosbird@gmail.com>
7360
7361 * gdb.base/annota1.exp (thread_switch): Add test for
7362 thread-exited annotation.
7363
3847a7bf
TT
73642019-06-06 Tom Tromey <tromey@adacore.com>
7365
7366 * gdb.base/maint.exp: Expect command started/finished output.
7367
0088ba59
AB
73682019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7369
7370 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7371 comment.
7372 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7373
312617a3
AB
73742019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7375
7376 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7377 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7378 * gdb.arch/riscv-unwind-long-insn.c: New file.
7379 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7380
e1f2e1a2
CB
73812019-06-04 Christian Biesinger <cbiesinger@google.com>
7382
d3238f7d 7383 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7384
206584bd
PW
73852019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7386
7387 * lib/gdb.exp (help_list_trailer): New regexp variable
7388 factorizing the help trailer message.
7389 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7390 arg to allow to better factorize various tests.
7391 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7392 (test_prefix_command_help): Use help_list_trailer.
7393 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7394 * gdb.guile/scm-cmd.exp: Likewise.
7395 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7396 * gdb.base/help.exp: Use test_user_defined_class_help.
7397 * gdb.base/style.exp: Add tests for styling of help and apropos.
7398 * lib/gdb-utils.exp (style): Add title and highlight styles.
7399
708dc93e
PW
74002019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7401
7402 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7403 $_shell_exitsignal.
7404 * gdb.base/default.exp: Update for new convenience variables.
7405
f49055a5
TT
74062019-05-29 Tom Tromey <tromey@adacore.com>
7407
7408 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7409 to "break complete ada" test case's regexp.
7410
4330d61d
TT
74112019-05-29 Tom Tromey <tromey@adacore.com>
7412
7413 PR c++/20020:
7414 * gdb.cp/constexpr-field.exp: New file.
7415 * gdb.cp/constexpr-field.cc: New file.
7416
000439d5
TT
74172019-05-29 Tom Tromey <tromey@adacore.com>
7418
7419 * gdb.base/finish.exp (finish_no_print): New proc.
7420 (finish_tests): Call it.
7421
5a01c34c
TV
74222019-05-24 Tom de Vries <tdevries@suse.de>
7423
7424 * gdb.dwarf2/gdb-add-index.exp: New file.
7425
18125b16
TT
74262019-05-22 Tom Tromey <tromey@adacore.com>
7427
7428 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7429 * gdb.base/style.exp: Use "style".
7430 * lib/gdb-utils.exp (style): New proc.
7431
af1a8d03
TV
74322019-05-22 Tom de Vries <tdevries@suse.de>
7433
7434 * gdb.base/align.exp: Require c++11.
7435
e7fe496b
TV
74362019-05-22 Tom de Vries <tdevries@suse.de>
7437
7438 PR testsuite/24586
7439 * gdb.python/py-mi-var-info-path-expression.exp: Call
7440 mi_skip_python_tests to check if python is supported.
7441
8fca4da0
AH
74422019-05-22 Alan Hayward <alan.hayward@arm.com>
7443
7444 * gdb.arch/aarch64-pauth.c: New test.
7445 * gdb.arch/aarch64-pauth.exp: New file.
7446
b7060614
AH
74472019-05-22 Alan Hayward <alan.hayward@arm.com>
7448
7449 * README (Re-running Tests Outside The Testsuite): New section.
7450
669d0468
TV
74512019-05-21 Tom de Vries <tdevries@suse.de>
7452
7453 * gdb.arch/amd64-eval.exp: Require c++11.
7454 * gdb.base/max-depth.exp: Same.
7455 * gdb.compile/compile-cplus-array-decay.exp: Same.
7456 * gdb.cp/meth-typedefs.exp: Same.
7457 * gdb.cp/subtypes.exp: Same.
7458 * gdb.cp/temargs.exp: Same.
7459
ce3ebcaa
AH
74602019-05-21 Alan Hayward <alan.hayward@arm.com>
7461
7462 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7463
34d11c68
AB
74642019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7465
7466 PR gdb/18644
7467 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7468 * gdb.fortran/printing-types.exp: Add new test.
7469 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7470 testing.
7471 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7472 setup_kfail call.
7473
87781e84
AH
74742019-05-17 Alan Hayward <alan.hayward@arm.com>
7475
7476 * README (Running the Testsuite): Change example.
7477 (Testsuite Parameters): Remove TRANSCRIPT.
7478 * lib/gdb.exp: Remove TRANSCRIPT check.
7479
b420b89e
AH
74802019-05-17 Alan Hayward <alan.hayward@arm.com>
7481
7482 * README (Testsuite Parameters): Add replay logging to
7483 GDBSERVER_DEBUG.
7484 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7485 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7486 as a comma separated list.
7487 (gdb_debug_init): Override procedure.
7488
408e9b8b
AH
74892019-05-17 Alan Hayward <alan.hayward@arm.com>
7490
7491 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7492 (gdb_write_cmd_file): New procedure.
7493 * lib/gdbserver-support.exp (gdbserver_start): Call
7494 gdbserver_write_cmd_file.
7495 (gdbserver_write_cmd_file): New procedure.
7496
f9e2e39d
AH
74972019-05-17 Alan Hayward <alan.hayward@arm.com>
7498
7499 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7500 (delete_breakpoints): Likewise.
7501 (gdb_run_cmd): Likewise.
7502 (gdb_start_cmd): Likewise.
7503 (gdb_starti_cmd): Likewise.
7504 (gdb_internal_error_resync): Likewise.
7505 (gdb_test_multiple): Likewise.
7506 (gdb_reinitialize_dir): Likewise.
7507 (default_gdb_exit): Likewise.
7508 (gdb_file_cmd): Mark kill as optional.
7509 (default_gdb_start): Call gdb_stdin_log_init.
7510 (send_gdb): Call gdb_stdin_log_write.
7511 (rerun_to_main): Mark Y as an answer.
7512 (gdb_stdin_log_init): New function.
7513 (gdb_stdin_log_write): Likewise.
7514
81f47ac2
AH
75152019-05-17 Alan Hayward <alan.hayward@arm.com>
7516
7517 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7518 * gdb.base/debug-expr.exp: Likewise.
7519 * gdb.base/foll-fork.exp: Likewise.
7520 * gdb.base/foll-vfork.exp: Likewise.
7521 * gdb.base/fork-print-inferior-events.exp: Likewise.
7522 * gdb.base/gdb-sigterm.exp: Likewise.
7523 * gdb.base/gdbinit-history.exp: Likewise.
7524 * gdb.base/osabi.exp: Likewise.
7525 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7526 * gdb.base/ui-redirect.exp: Likewise.
7527 * gdb.gdb/unittest.exp: Likewise.
7528 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7529 * gdb.mi/mi-watch.exp: Likewise.
7530 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7531 * gdb.mi/user-selected-context-sync.exp: Likewise.
7532 * gdb.python/python.exp: Disable debug test when debugging.
7533 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7534 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7535 Likewise.
7536 * gdb.threads/stepi-random-signal.exp: Likewise.
7537
29b52314
AH
75382019-05-17 Alan Hayward <alan.hayward@arm.com>
7539
7540 * Makefile.in: Pass through GDB_DEBUG.
7541 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7542 (gdb,debug): Add board setting.
7543 * lib/gdb.exp (default_gdb_start): Start debugging.
7544 (gdb_debug_enabled): New procedure.
7545 (gdb_debug_init): Likewise.
29b52314
AH
7546
75472019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7548
29b52314
AH
7549 * Makefile.in: Pass through GDB_DEBUG.
7550 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7551 (gdb,debug): Add board setting.
7552 * lib/gdb.exp (default_gdb_start): Start debugging.
7553 (gdb_debug_enabled): New procedure.
7554 (gdb_debug_init): Likewise.
29b52314 7555
ca1285d1
AH
75562019-05-17 Alan Hayward <alan.hayward@arm.com>
7557
7558 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7559
f3a09c80
AH
75602019-05-17 Alan Hayward <alan.hayward@arm.com>
7561
7562 * gdb.base/ui-redirect.exp: Test redirection.
7563
26648588
JV
75642019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7565
7566 * gdb.mi/mi-complete.exp: New file.
7567 * gdb.mi/mi-complete.cc: Likewise.
7568
14237686
AB
75692019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7570
7571 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7572 indexed and sliced arrays, and pointers to arrays.
7573
e7bd7fba
TT
75742019-05-14 Tom Tromey <tromey@adacore.com>
7575
7576 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7577 styling test.
7578
2764128d
TV
75792019-05-14 Tom de Vries <tdevries@suse.de>
7580
7581 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7582 selection entry encoding.
7583
71bed2db
TT
75842019-05-10 Tom Tromey <tromey@adacore.com>
7585
7586 * gdb.ada/info_exc.exp: Add "complete" test.
7587
63b667ad
TV
75882019-05-09 Tom de Vries <tdevries@suse.de>
7589
7590 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7591 CU-relative.
7592
9cfd2b89
TV
75932019-05-09 Tom de Vries <tdevries@suse.de>
7594
7595 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7596 CU-relative.
7597
2228ef77
XR
75982019-05-08 Joel Brobecker <brobecker@adacore.com>
7599
7600 * gdb.ada/frame_arg_lang.exp: New testcase.
7601 * gdb.ada/frame_arg_lang/bla.adb: New file.
7602 * gdb.ada/frame_arg_lang/pck.ads: New file.
7603 * gdb.ada/frame_arg_lang/pck.adb: New file.
7604 * gdb.ada/frame_arg_lang/foo.c: New file.
7605
80e55b13
TT
76062019-05-08 Tom Tromey <tromey@adacore.com>
7607
7608 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7609
9d3421af
TT
76102019-05-08 Tom Tromey <tromey@adacore.com>
7611
7612 * gdb.base/ptype-offsets.exp: Update tests.
7613
844333e2
TT
76142019-05-08 Tom Tromey <tromey@adacore.com>
7615
7616 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7617 cases.
7618 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7619 "short".
7620
988915ee
TT
76212019-05-08 Tom Tromey <tromey@adacore.com>
7622
7623 * gdb.ada/vla.exp: New file.
7624 * gdb.ada/vla/vla.adb: New file.
7625
7bd55dac
TV
76262019-05-07 Tom de Vries <tdevries@suse.de>
7627
7628 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7629
75f06e9d
TV
76302019-05-07 Tom de Vries <tdevries@suse.de>
7631
7632 PR testsuite/24522
7633 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7634 section.
7635
77e7aaa4
TV
76362019-05-07 Tom de Vries <tdevries@suse.de>
7637
7638 PR testsuite/24522
7639 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7640 .debug_aranges section.
7641
456ba0fa
TV
76422019-05-07 Tom de Vries <tdevries@suse.de>
7643
7644 PR testsuite/24159
7645 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7646
5a56d6a6
TV
76472019-05-06 Tom de Vries <tdevries@suse.de>
7648
7649 * lib/gdb.exp (exec_has_index_section): New proc.
7650 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7651 section.
7652
9d6d4be8
TV
76532019-05-04 Tom de Vries <tdevries@suse.de>
7654
7655 * boards/cc-with-debug-names.exp: New file.
7656
222a8d25
TT
76572019-05-03 Tom Tromey <tromey@adacore.com>
7658
7659 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7660 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7661 * gdb.ada/char_enum.exp: Add test.
7662
0fdfd794
TV
76632019-05-03 Tom de Vries <tdevries@suse.de>
7664
7665 * boards/cc-with-gdb-index.exp: New file.
7666
80062eb9
AB
76672019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7668
7669 * gdb.rust/simple.exp: Add new test case.
7670 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7671 (main): Initialise an instance of the new struct.
7672
4504bbde
TT
76732019-05-01 Tom Tromey <tromey@adacore.com>
7674
7675 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7676 record.
7677 (NPR): New variable.
7678 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7679 test.
7680
d48e62f4
TT
76812019-05-01 Tom Tromey <tromey@adacore.com>
7682
7683 * gdb.ada/packed_array_assign.exp: Add packed assignment
7684 regression test.
7685
f59f30f5
TV
76862019-05-01 Tom de Vries <tdevries@suse.de>
7687
7688 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7689
b70bfc54
TV
76902019-05-01 Tom de Vries <tdevries@suse.de>
7691
7692 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7693
15f18d14
AT
76942019-04-30 Ali Tamur <tamur@google.com>
7695
7696 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7697
2ff0a947
TT
76982019-04-30 Tom Tromey <tromey@adacore.com>
7699
7700 * lib/ada.exp (find_ada_tool): New proc.
7701 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7702 * gdb.ada/catch_ex_std.exp: New file.
7703 * gdb.ada/catch_ex_std/foo.adb: New file.
7704 * gdb.ada/catch_ex_std/some_package.adb: New file.
7705 * gdb.ada/catch_ex_std/some_package.ads: New file.
7706
a776957c
TT
77072019-04-30 Tom Tromey <tromey@adacore.com>
7708
7709 PR c++/24470:
7710 * gdb.cp/temargs.cc: Add test code from PR.
7711
bc68014d
AB
77122019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7713
7714 * gdb.fortran/vla-datatypes.exp: Update expected results.
7715 * gdb.fortran/vla-ptype.exp: Likewise.
7716 * gdb.fortran/vla-type.exp: Likewise.
7717 * gdb.fortran/vla-value.exp: Likewise.
7718
f1fdc960
AB
77192019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7720
7721 * gdb.fortran/ptr-indentation.exp: Update expected results.
7722 * gdb.fortran/ptype-on-functions.exp: Likewise.
7723 * gdb.fortran/vla-ptr-info.exp: Likewise.
7724 * gdb.fortran/vla-value.exp: Likewise.
7725
bf7a4de1
AB
77262019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7727
7728 * gdb.fortran/ptype-on-functions.exp: New file.
7729 * gdb.fortran/ptype-on-functions.f90: New file.
7730
bbe75b9d
AB
77312019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7734 case void string.
7735
1db455a7
AB
77362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7737
7738 * gdb.fortran/complex.exp: Expand.
7739 * gdb.fortran/complex.f: Renamed to...
7740 * gdb.fortran/complex.f90: ...this, and extended to add more
7741 complex values.
7742
b6d03bb2
AB
77432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7744
7745 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7746 MODULO, CMPLX.
7747
2e62ab40
AB
77482019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7749 Richard Bunt <richard.bunt@arm.com>
7750
7751 * gdb.base/max-depth.c: New file.
7752 * gdb.base/max-depth.exp: New file.
7753 * gdb.python/py-nested-maps.c: New file.
7754 * gdb.python/py-nested-maps.exp: New file.
7755 * gdb.python/py-nested-maps.py: New file.
7756 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7757 (test_all_common): Call test_max_depth.
7758 * gdb.fortran/max-depth.exp: New file.
7759 * gdb.fortran/max-depth.f90: New file.
7760 * gdb.go/max-depth.exp: New file.
7761 * gdb.go/max-depth.go: New file.
7762 * gdb.modula2/max-depth.exp: New file.
7763 * gdb.modula2/max-depth.c: New file.
7764 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7765
d2b584a5
TV
77662019-04-29 Tom de Vries <tdevries@suse.de>
7767
7768 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7769
136afab8
PW
77702019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7771
7772 * gdb.base/callexit.exp: Test may-call-functions off.
7773
725cbb63
KS
77742019-04-25 Keith Seitz <keiths@redhat.com>
7775
7776 PR c++/24367
7777 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7778 (another_incomplete_struct, test_incomplete): New definitions.
7779 (main): Use new definitions.
7780 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7781 functions.
7782
701adfb0
PA
77832019-04-25 Ali Tamur <tamur@google.com>
7784
7785 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7786
82433e3e
SDJ
77872019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7788
7789 PR corefiles/11608
7790 PR corefiles/18187
7791 * gdb.base/coredump-filter-build-id.exp: New file.
7792
dd06d4d6
AH
77932019-04-25 Alan Hayward <alan.hayward@arm.com>
7794
e79be6e5
SM
7795 * Makefile.in: Pass through GDBSERVER_DEBUG.
7796 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7797 (gdbserver,debug): Add board setting.
7798 * gdb.trace/tspeed.exp: Skip when debugging.
7799 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7800 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7801
1670072e
TT
78022019-04-24 Tom Tromey <tromey@adacore.com>
7803
7804 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7805 Rust.
7806
a59240a4
TT
78072019-04-24 Tom Tromey <tromey@adacore.com>
7808
7809 * gdb.arch/amd64-eval.exp: Test bitfield return.
7810 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7811 (class Foo) <return_bitfields>: New method.
7812 (main): Call it.
7813
b907456c
AB
78142019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7815
7816 * gdb.cp/many-args.cc: New file.
7817 * gdb.cp/many-args.exp: New file.
7818
5c565afd
TV
78192019-04-23 Tom de Vries <tdevries@suse.de>
7820
7821 PR gdb/24433
7822 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7823
ba22ff86
AH
78242019-04-23 Alan Hayward <alan.hayward@arm.com>
7825
7826 * gdb.trace/backtrace.exp: Use nopie flag.
7827 * gdb.trace/circ.exp: Likewise.
7828 * gdb.trace/collection.exp: Likewise.
7829 * gdb.trace/ftrace.exp: Likewise.
7830 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7831 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7832 * gdb.trace/qtro.exp: Likewise.
7833 * gdb.trace/read-memory.exp: Likewise.
7834 * gdb.trace/report.exp: Likewise.
7835 * gdb.trace/tfile.exp: Likewise.
7836 * gdb.trace/tfind.exp: Likewise.
7837 * gdb.trace/unavailable.exp: Likewise.
7838
7905fc35
PA
78392019-04-22 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/solib-probes-nosharedlibrary.c,
7842 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7843
8ecb59f8
TT
78442019-04-19 Tom Tromey <tromey@adacore.com>
7845
7846 * gdb.ada/ptype_union.c: New file.
7847 * gdb.ada/ptype_union.exp: New file.
7848
62160ec9
TT
78492019-04-19 Tom Tromey <tromey@adacore.com>
7850
7851 PR symtab/24423:
7852 * gdb.base/list0.h (foo): Add a control-l character.
7853
36cd4ba5
TV
78542019-04-18 Tom de Vries <tdevries@suse.de>
7855
7856 PR gdb/24433
7857 * boards/local-board.exp: Set sysroot to "".
7858
b73715df
TV
78592019-04-18 Tom de Vries <tdevries@suse.de>
7860 Pedro Alves <palves@redhat.com>
7861
7862 PR gdb/24454
7863 * gdb.threads/vfork-follow-child-exec.c: New file.
7864 * gdb.threads/vfork-follow-child-exec.exp: New file.
7865 * gdb.threads/vfork-follow-child-exit.c: New file.
7866 * gdb.threads/vfork-follow-child-exit.exp: New file.
7867
4aa866af
LS
78682019-04-15 Leszek Swirski <leszeks@google.com>
7869
7870 * gdb.arch/amd64-eval.cc: New file.
7871 * gdb.arch/amd64-eval.exp: New file.
7872
e5a1a79a
AH
78732019-04-11 Alan Hayward <alan.hayward@arm.com>
7874
7875 * gdb.server/sysroot.c: New test.
7876 * gdb.server/sysroot.exp: New file.
7877 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7878 matching param.
7879
41077b66
AB
78802019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7881
7882 * gdb.base/align.exp: Extend test to cover structures containing
7883 only static fields.
7884
c30391f8
TV
78852019-04-11 Tom de Vries <tdevries@suse.de>
7886
7887 * boards/cc-with-dwz-m.exp: New file.
7888 * boards/cc-with-dwz.exp: New file.
7889 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7890
e242fd12
SM
78912019-04-09 Simon Marchi <simon.marchi@efficios.com>
7892
7893 * gdb.base/start-cpp.exp: New file.
7894 * gdb.base/start-cpp.cc: New file.
7895
2b0c8b01
KB
78962019-04-08 Kevin Buettner <kevinb@redhat.com>
7897
7898 * gdb.python/py-thrhandle.exp: Adjust tests to call
7899 thread_from_handle instead of thread_from_thread_handle.
7900
947210e5
KB
79012019-04-08 Kevin Buettner <kevinb@redhat.com>
7902
7903 * gdb.python/py-thrhandle.exp: Add tests for
7904 gdb.InferiorThread.handle.
7905
d7df6549
AB
79062019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7907
7908 * gdb.python/py-function.exp: Check calling helper function from
7909 all languages.
7910 * lib/gdb.exp (gdb_supported_languages): New proc.
7911
8bdc1658
AB
79122019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7913
7914 * gdb.base/complex-parts.c: New file.
7915 * gdb.base/complex-parts.exp: New file.
7916
05caa1d2
TT
79172019-04-01 Tom Tromey <tromey@adacore.com>
7918
7919 PR symtab/23331:
7920 * gdb.dwarf2/dw2-ranges-main.c: New file.
7921 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7922 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7923
7734102d
EZ
79242019-03-30 Simon Marchi <simark@simark.ca>
7925
7926 * gdb.base/default.exp: Add values for $_gdb_major and
7927 $_gdb_minor.
7928
188e1fa9
TT
79292019-03-29 Tom Tromey <tromey@adacore.com>
7930
7931 * gdb.base/help.exp: Tighten apropos regexp.
7932
2880242d
KS
79332019-03-29 Keith Seitz <keiths@redhat.com>
7934
7935 * gdb.fortran/array-bounds.exp: New file.
7936 * gdb.fortran/array-bounds.f90: New file.
7937
077cad8e
PW
79382019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7939
7940 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7941
80047cfc
PW
79422019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7943
7944 * gdb.multi/hello.c (main): Increase alarm timer.
7945
f489207e
SL
79462019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7947
7948 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7949 factor when no hardware watchpoint support.
7950
c92df149
AH
79512019-03-28 Alan Hayward <alan.hayward@arm.com>
7952 Pedro Alves <palves@redhat.com>
7953
7954 * boards/local-board.exp: set sysroot to /.
7955
933aebfa
AH
79562019-03-27 Alan Hayward <alan.hayward@arm.com>
7957
7958 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7959 in child.
7960
9f9aa852
AB
79612019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7962
7963 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7964 field.
7965 (make_container): Initialise new field.
7966 * gdb.python/py-prettyprint.exp: Add new tests.
7967 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7968 <display_hint>: New method.
7969
3714a195
AB
79702019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7971
7972 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7973 gdb_continue_to_breakpoint more throughout this test.
7974 (run_lang_tests) Supply unique test names, and use
7975 gdb_test_no_output.
7976
18c77628
AB
79772019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7978
7979 * gdb.base/finish-pretty.exp: Update expected results.
7980 * gdb.base/pretty-print.c: New file.
7981 * gdb.base/pretty-print.exp: New file.
7982
9a93502f
PA
79832019-03-25 Pedro Alves <palves@redhat.com>
7984
7985 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7986 move comments outside list. Append '-i "" eof' section.
7987
968aa7ae
AH
79882019-03-22 Alan Hayward <alan.hayward@arm.com>
7989
34a7f2a4 7990 PR testsuite/25016
968aa7ae
AH
7991 * README: Add pie options.
7992 * gdb.base/break-interp.exp: Ensure pie is disabled.
7993 * gdb.base/dump.exp: Likewise.
7994 * lib/gdb.exp (gdb_compile): Add pie option.
7995
4c7d57e7
TT
79962019-03-19 Tom Tromey <tromey@adacore.com>
7997
7998 * gdb.mi/mi2-cli-display.c: New file.
7999 * gdb.mi/mi2-cli-display.exp: New file.
8000
bff8c71f
TT
80012019-03-18 Joel Brobecker <brobecker@adacore.com>
8002 Tom Tromey <tromey@adacore.com>
8003
8004 * gdb.ada/ptype_array/pck.adb: New file.
8005 * gdb.ada/ptype_array/pck.ads: New file.
8006 * gdb.ada/ptype_array/foo.adb: New file.
8007 * gdb.ada/ptype_array.exp: New file.
8008
d085f989
TT
80092019-03-14 Tom Tromey <tromey@adacore.com>
8010
8011 * gdb.base/style.exp: Add "set style sources" test.
8012
b4be1b06
SM
80132019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8016 * mi-breakpoint-multiple-locations.exp: ... this.
8017 (make_breakpoints_pattern): New proc.
8018 (do_test): Add mi_version parameter, test -break-insert,
8019 -break-info and =breakpoint-created.
8020
7cde5fc2
AB
80212019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8022
8023 * config/default.exp: Remove 'load_lib gdb.exp'.
8024 * config/monitor.exp: Likewise.
8025 * config/sid.exp: Likewise.
8026 * config/sim.exp: Likewise.
8027 * config/slite.exp: Likewise.
8028 * config/unix.exp: Likewise.
8029 * gdb.base/default.exp: Remove unhelpful comment.
8030
efbecbc1
AB
80312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8032
8033 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8034
0841c79a
AB
80352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8036
8037 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8038
4a270568
AB
80392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * gdb.fortran/type-kinds.exp: Update expected results.
8042
067630bd
AB
80432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8044
8045 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8046
3be47f7a
AB
80472019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8048
8049 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8050 function.
8051 (test_basic_parsing_of_type_kinds): Expand types tested.
8052 (test_parsing_invalid_type_kinds): New function.
8053
4d00f5d8
AB
80542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8055
8056 * gdb.fortran/intrinsics.exp: New file.
8057 * gdb.fortran/intrinsics.f90: New file.
8058 * gdb.fortran/type-kinds.exp: New file.
8059
c8f91604
AB
80602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.fortran/dot-ops.exp: New file.
8063
dd9f2c76
AB
80642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8065
8066 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8067 Check upper and lower case logical literals.
8068
84ec9724
AB
80692019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8070
8071 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8072 Remove duplicate tests.
8073
c3734e09
AH
80742019-03-06 Alan Hayward <alan.hayward@arm.com>
8075
8076 * lib/gdb.exp (builtin_cd): rename of cd.
8077 (cd): Override builtin.
8078
aa3cfbda
RB
80792019-03-06 Richard Bunt <richard.bunt@arm.com>
8080
8081 * gdb.fortran/function-calls.exp: New file.
8082 * gdb.fortran/function-calls.f90: New test.
8083
7b63ad86
RB
80842019-03-04 Richard Bunt <richard.bunt@arm.com>
8085
8086 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8087 on user program standard output.
8088 * gdb.fortran/short-circuit-argument-list.f90: Record function
8089 calls.
8090
01abb042
AH
80912019-02-28 Alan Hayward <alan.hayward@arm.com>
8092
c3734e09
AH
8093 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8094 failure.
01abb042 8095
92137da0
RO
80962019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8097
8098 PR gdb/8527
8099 * gdb.base/interrupt-daemon-attach.c,
8100 gdb.base/interrupt-daemon-attach.exp: New test.
8101
5862844d
PA
81022019-02-27 Pedro Alves <palves@redhat.com>
8103
8104 * gdb.base/page.exp: Add tests for "set width/height -1".
8105
8ed25214
PA
81062019-02-27 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.base/page.exp: Add tests for "set/show width/height" with
8109 "infinite" values.
8110
6c28e44a
TT
81112019-02-27 Tom Tromey <tromey@adacore.com>
8112
8113 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8114 2.4.
8115 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8116 workaround.
8117
bf9a735e
AB
81182019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8119
8120 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8121 tests for structs with static members.
8122
8791793c
TT
81232019-02-26 Tom Tromey <tromey@adacore.com>
8124
8125 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8126 ValueError, not TypeError.
8127
bc2a507e
KB
81282019-02-26 Kevin Buettner <kevinb@redhat.com>
8129
8130 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8131 call from main program.
8132
e0e7d3bd
JB
81332019-02-23 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8136 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8137 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8138 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8139 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8140
9600246d
KS
81412019-02-22 Keith Seitz <keiths@redhat.com>
8142
8143 PR symtab/23853
8144 * gdb.base/symlink-sourcefile.c: New file.
8145 * gdb.base/symlink-sourcefile.exp: New file.
8146
0c95f9ed
TT
81472019-02-20 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.base/info_qt.exp: Update.
8150
6caa91b6
SM
81512019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8152
8153 * gdb.base/source.exp: Move "error in sourced script" code to
8154 the end.
8155 * gdb.base/source-error.gdb: Move contents to
8156 source-error-1.gdb. Add new code to source source-error-1.gdb.
8157 * gdb.base/source-error-1.gdb: New file, from previous
8158 source-error.gdb.
8159
6506371f
TT
81602019-02-17 Tom Tromey <tom@tromey.com>
8161
8162 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8163 for macro styling.
8164 * gdb.base/style.c (SOME_MACRO): New macro.
8165
a0087920
TT
81662019-02-17 Tom Tromey <tom@tromey.com>
8167
8168 * gdb.base/style.exp: Add line-wrapping tests.
8169 * gdb.base/page.exp: Add test for quitting during pagination.
8170
a2cd4f14
JB
81712019-02-17 Joel Brobecker <brobecker@adacore.com>
8172
8173 * gdb.ada/big_packed_array: New testcase.
8174 * gdb.ada/homonym.exp: Fix incorrect expected output for
8175 "break <homonym__get_value>" test.
8176
9d70ffbc
WP
81772019-02-13 Weimin Pan <weimin.pan@oracle.com>
8178
8179 PR breakpoints/21870
8180 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8181 and prepare_for_testing. Add comment.
8182 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8183 redundant cleanup call. Clean up comment.
8184
01c7ae81
WP
81852019-02-12 Weimin Pan <weimin.pan@oracle.com>
8186
8187 PR breakpoints/21870
8188 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8189 * gdb.arch/aarch64-dbreg-contents.c: New file.
8190
aff29d1c
JB
81912019-02-10 Joel Brobecker <brobecker@adacore.com>
8192
8193 * gdb.ada/mi_ref_changeable: New testcase.
8194
df0da8a2
AH
81952019-02-07 Alan Hayward <alan.hayward@arm.com>
8196
8197 * gdb.base/attach.exp: Add double attach test.
8198
bd447abb
SM
81992019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8200
8201 * lib/gdb.exp (default_gdb_start): Don't match pagination
8202 prompt.
8203 (gdb_init): Set stty_init.
8204
1dbc40b9
TT
82052019-01-27 Tom Tromey <tom@tromey.com>
8206
8207 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8208 skip_python_tests.
8209
353229bf
AH
82102019-01-24 Alan Hayward <alan.hayward@arm.com>
8211
8212 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8213 New structure.
8214 (struct struct_static_02_02): Likewise.
8215 (struct struct_static_02_03): Likewise.
8216 (struct struct_static_02_04): Likewise.
8217 (struct struct_static_04_01): Likewise.
8218 (struct struct_static_04_02): Likewise.
8219 (struct struct_static_04_03): Likewise.
8220 (struct struct_static_04_04): Likewise.
8221 (struct struct_static_06_01): Likewise.
8222 (struct struct_static_06_02): Likewise.
8223 (struct struct_static_06_03): Likewise.
8224 (struct struct_static_06_04): Likewise.
8225 (cmp_struct_static_02_01): Likewise.
8226 (cmp_struct_static_02_02): Likewise.
8227 (cmp_struct_static_02_03): Likewise.
8228 (cmp_struct_static_02_04): Likewise.
8229 (cmp_struct_static_04_01): Likewise.
8230 (cmp_struct_static_04_02): Likewise.
8231 (cmp_struct_static_04_03): Likewise.
8232 (cmp_struct_static_04_04): Likewise.
8233 (cmp_struct_static_06_01): Likewise.
8234 (cmp_struct_static_06_02): Likewise.
8235 (cmp_struct_static_06_03): Likewise.
8236 (cmp_struct_static_06_04): Likewise.
8237 (call_all): Test new structs.
8238 * gdb.base/infcall-nested-structs.exp: Likewise.
8239
73021deb
AH
82402019-01-21 Alan Hayward <alan.hayward@arm.com>
8241 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8242
fc65c7db
AH
82432019-01-21 Alan Hayward <alan.hayward@arm.com>
8244 * gdb.base/stack-protector.c: New test.
8245 * gdb.base/stack-protector.exp: New file.
8246 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8247 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8248 option.
8249 (gdb_compile): Remove stack protector for GCC and prevent
8250 recursion.
8251
c24bdb02
KS
82522019-01-16 Keith Seitz <keiths@redhat.com>
8253
8254 PR gdb/23773
8255 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8256
6f072a10
PFC
82572019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8258
8259 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8260 aliases.
8261 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8262 tests.
8263 * gdb.arch/powerpc-vector-regs.c: New file.
8264 * gdb.arch/powerpc-vector-regs.exp: New file.
8265
a7b8d682
PFC
82662019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8267
8268 * gdb.arch/altivec-regs.exp: Fix the list passed to
8269 gdb_expect_list when testing "info vector".
8270
6eb6fb67
AB
82712019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8272
8273 * gdb.base/style.exp: Don't include path in testname.
8274
b56f80d8
KS
82752019-01-10 Keith Seitz <keiths@redhat.com>
8276
8277 PR gdb/23712
8278 PR symtab/23010
8279 * gdb.dwarf2/multidictionary.exp: New file.
8280
041be526
SM
82812019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8282
8283 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8284 (test_gnuv3_style_demangling): ... this.
8285 (test_lucid_style_demangling): Remove.
8286 (test_arm_style_demangling): Remove.
8287 (test_hp_style_demangling): Remove.
8288 (do_tests): Remove calls to the above.
8289
d820d0c3
AB
82902019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8291
8292 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8293 case.
8294
f097f5ad
TT
82952019-01-06 Tom Tromey <tom@tromey.com>
8296
8297 PR gdb/28155:
8298 * gdb.dwarf2/typedef-void-finish.exp: New file.
8299
2cd8cc0b
TT
83002018-12-28 Tom Tromey <tom@tromey.com>
8301 Simon Marchi <simark@simark.ca>
8302
8303 * gdb.base/jit-exec.exp: New file.
8304 * gdb.base/jit-exec.c: New file.
8305 * gdb.base/jit-execd.c: New file.
8306
35fb8261
TT
83072018-12-28 Tom Tromey <tom@tromey.com>
8308
8309 * gdb.base/style.exp: Update test to check for address styling.
8310
47fd17cd
TT
83112018-12-28 Tom Tromey <tom@tromey.com>
8312
8313 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8314 message.
8315
d47032b7
TT
83162018-12-28 Tom Tromey <tom@tromey.com>
8317
8318 * gdb.base/style.exp: Add test for version number styling.
8319
af79b68d
TT
83202018-12-28 Tom Tromey <tom@tromey.com>
8321
8322 * gdb.base/style.exp: Add test for print_address_symbolic.
8323
0bb296cb
TT
83242018-12-28 Tom Tromey <tom@tromey.com>
8325
8326 * gdb.base/style.exp: Add test for breakpoint setting.
8327
80ae2043
TT
83282018-12-28 Tom Tromey <tom@tromey.com>
8329
8330 * gdb.base/style.exp: Add test for variable names.
8331
cbe56571
TT
83322018-12-28 Tom Tromey <tom@tromey.com>
8333
8334 * gdb.base/style.exp: New file.
8335 * gdb.base/style.c: New file.
8336
9162a27c
TT
83372018-12-28 Tom Tromey <tom@tromey.com>
8338
8339 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8340 "dumb".
8341 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8342 the TERM environment variable.
8343
bc543c90
TT
83442018-12-27 Tom Tromey <tom@tromey.com>
8345
8346 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8347 pagination test.
8348
6f0ffe50
AB
83492018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8350
8351 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8352 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8353
b5a1e557
PW
83542018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8355
8356 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8357 Filename a.adb changed to bp_fun_addr.adb.
8358 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8359
6e8b1ab2
JV
83602018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8361
8362 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8363 non-PIE executables.
8364 * README: Mention the gdb,nopie_flag board setting.
8365 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8366 non-PIE executable.
8367 * gdb.arch/amd64-entry-value.exp: Likewise.
8368 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8369 * gdb.arch/i386-float.exp: Likewise.
8370 * gdb.arch/i386-signal.exp: Likewise.
8371 * gdb.mi/mi-reg-undefined.exp: Likewise.
8372
d00a27c5
PM
83732018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8374
8375 PR gdb/23974
8376 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8377
161d081c
PW
83782018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8379
8380 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8381 Update order of results accordingly.
8382
b001de23
AB
83832018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8384
8385 * gdb.base/annota1.exp: Update a test regexp.
8386
99e1a184
AB
83872018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8388
8389 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8390
7a81c1e2
PW
83912018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8392
8393 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8394 (reuse_time): Initialize to REUSE_TIME_CAP.
8395 (check_rc): New function.
8396 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8397 Check pthread_create rc.
8398 (spawner_thread_func): Check pthread_create and pthread_join rc.
8399
73e8dc90
PA
84002018-12-08 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/list.exp (test_forward_search): Rename to ...
8403 (test_forward_reverse_search): ... this. Also test reverse-search
8404 and the forward-search alias.
8405
13f2ed32
AB
84062018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8407
8408 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8409 local timeout variable before return, and remove all local timeout
8410 variable entirely.
8411 (gdb_load): Likewise.
8412
64d27cfc
TV
84132018-12-01 Tom de Vries <tdevries@suse.de>
8414
8415 * gdb.base/gdb-caching-proc.exp: New file.
8416
f63c03b4
SDJ
84172018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8418
8419 * Makefile.in (TIMESTAMP): New variable.
8420 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8421 command.
8422 (check-single-racy): Likewise.
8423 (check/%.exp): Likewise.
8424 (check-racy/%.exp): Likewise.
8425 (workers/%.worker): Likewise.
8426 (build-perf): Likewise.
8427 (check-perf): Likewise.
8428 * README: Describe new "TS" and "TS_FORMAT" variables.
8429 * print-ts.py: New file.
8430
1c97054b
BF
84312018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8432
8433 PR python/23714
8434 * gdb.python/python.exp: Test command repetition after
8435 gdb.execute.
8436
1871a62d
AB
84372018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8438
8439 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8440 is correctly aligned.
8441
fb5e1ed9
PW
84422018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8443
8444 * gdb.ada/info_auto_lang.exp: New testcase.
8445 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8446 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8447 * gdb.ada/info_auto_lang/some_c.c: New file.
8448
43d397ca
PW
84492018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8450
8451 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8452 FUNC_lang language syntax.
8453
beddd671
PW
84542018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8455
8456 * gdb.base/info_minsym.c: New file.
8457 * gdb.base/info_minsym.exp: New file.
8458
73fc52c4
TT
84592018-11-19 Tom Tromey <tom@tromey.com>
8460
8461 PR rust/23625:
8462 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8463 * gdb.rust/expr.exp: Update expected output. Change one test.
8464
994b876a
TT
84652018-11-19 Tom Tromey <tom@tromey.com>
8466
8467 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8468
6769f276
PA
84692018-11-19 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8472 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8473 see the expected warning.
8474
38a72da0
AH
84752018-11-16 Alan Hayward <alan.hayward@arm.com>
8476
8477 PR gdb/22736:
8478 * gdb.cp/infcall-nodebug-lib.c: New test.
8479 * gdb.cp/infcall-nodebug-main.c: New test.
8480 * gdb.cp/infcall-nodebug.exp: New file.
8481
53a89d6e
SM
84822018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8483
8484 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8485 completer tests.
8486
9325300d
TV
84872018-11-09 Tom de Vries <tdevries@suse.de>
8488
8489 * gdb.base/msym-lang.c: New test.
8490 * gdb.base/msym-lang.exp: New file.
8491 * gdb.base/msym-lang-main.c: New test.
8492
20f0d60d
TT
84932018-11-08 Tom Tromey <tom@tromey.com>
8494
8495 PR gdb/23555:
8496 PR gdb/23838:
8497 * gdb.base/warning.exp: New file.
8498
b5420128
JB
84992018-11-08 Jan Beulich <jbeulich@suse.com>
8500
8501 * testsuite/gdb.arch/i386-avx512.c,
8502 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8503
cd115d61
AB
85042018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8505
8506 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8507 point hardware.
8508
35ee2dc2
AB
85092018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8510
8511 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8512 * gdb.dwarf2/missing-type-name.exp: New file.
8513
31aceee8
TV
85142018-11-06 Tom de Vries <tdevries@suse.de>
8515
8516 * gdb.base/many-headers.c: New test.
8517 * gdb.base/many-headers.exp: New file.
8518
109be305
JW
85192018-11-06 Jim Wilson <jimw@sifive.com>
8520
8521 * gdb.base/code_elim.exp: For riscv, set additional_flags
8522 to include -msmall-data-limit=0.
8523
e2b7af72
JB
85242018-11-01 Joel Brobecker <brobecker@adacore.com>
8525
8526 * gdb.ada/watch_minus_l: New testcase.
8527
cdcda965
SM
85282018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8529
8530 * gdb.arch/aix-sighandle.c: New file.
8531 * gdb.arch/aix-sighandle.exp: New file.
8532
92dcebf3
AB
85332018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8534
8535 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8536 registers being unions.
8537
68b9ac18
TV
85382018-10-31 Tom de Vries <tdevries@suse.de>
8539
8540 * lib/valgrind.exp: New file.
8541 (vgdb_start, vgdb_stop): New procs, factored out of ...
8542 * gdb.base/valgrind-bt.exp: ... here, ...
8543 * gdb.base/valgrind-disp-step.exp: ... here and ...
8544 * gdb.base/valgrind-infcall.exp: ... here.
8545
1443936e
TV
85462018-10-31 Tom de Vries <tdevries@suse.de>
8547
8548 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8549
eb77c9df
AB
85502018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8551
8552 * gdb.dwarf2/void-type.c: New file.
8553 * gdb.dwarf2/void-type.exp: New file.
8554
82b5e646
PW
85552018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8556
8557 * gdb.base/info_qt.c: New file.
8558 * gdb.base/info_qt.exp: New file.
8559
8d619c01
EBM
85602018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8561
8562 * gdb.arch/powerpc-htm-regs.c: New file.
8563 * gdb.arch/powerpc-htm-regs.exp: New file.
8564
f2cf6173
EBM
85652018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8566
8567 * gdb.arch/powerpc-tar.c: New file.
8568 * gdb.arch/powerpc-tar.exp: New file.
8569
7ca18ed6
EBM
85702018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8571
8572 * gdb.arch/powerpc-ppr-dscr.c: New file.
8573 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8574
bfcc0eba
TV
85752018-10-25 Tom de Vries <tdevries@suse.de>
8576
8577 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8578
fe1a5cad
TV
85792018-10-24 Tom de Vries <tdevries@suse.de>
8580
8581 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8582 longer exists error.
8583
a76dc3b7
TV
85842018-10-24 Tom de Vries <tdevries@suse.de>
8585
8586 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8587
4df46df7
TV
85882018-10-24 Tom de Vries <tdevries@suse.de>
8589
8590 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8591 --db-attach in valgrind.
8592
0dbfcfff
AB
85932018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8594
8595 * gdb.arch/riscv-reg-aliases.c: New file.
8596 * gdb.arch/riscv-reg-aliases.exp: New file.
8597
b04480b1
AH
85982018-10-19 Alan Hayward <alan.hayward@arm.com>
8599
8600 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8601
2c6ac8d7
AH
86022018-10-19 Alan Hayward <alan.hayward@arm.com>
8603
8604 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8605
2bc69f25
AH
86062018-10-19 Alan Hayward <alan.hayward@arm.com>
8607
8608 * gdb.cp/ovldbreak.exp: Fix regexps.
8609
1f1ae3a3
AH
86102018-10-19 Alan Hayward <alan.hayward@arm.com>
8611
8612 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8613
94c18618
SDJ
86142018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8615
8616 PR cli/23785
8617 * gdb.base/restore.exp: New test to check if "restore" with an
8618 invalid file doesn't segfault.
8619
812cd6eb
TV
86202018-10-18 Tom de Vries <tdevries@suse.de>
8621
8622 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8623 * gdb.ada/excep_handle.exp: Same.
8624 * gdb.ada/mi_string_access.exp: Same.
8625 * gdb.ada/mi_var_union.exp: Same.
8626 * gdb.arch/arc-analyze-prologue.exp: Same.
8627 * gdb.arch/arc-decode-insn.exp: Same.
8628 * gdb.base/readnever.exp: Same.
8629 * gdb.fortran/printing-types.exp: Same.
8630 * gdb.guile/scm-lazy-string.exp: Same.
8631
c4b90788
TV
86322018-10-16 Tom de Vries <tdevries@suse.de>
8633
8634 PR gdb/23730
8635 * gdb.base/catch-follow-exec.c: Add copyright notice.
8636 * gdb.base/catch-follow-exec.exp: Rewrite to use
8637 gdb_spawn_with_cmdline_opts. Require gdb-native.
8638
8bca2978
SL
86392018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8640
8641 * gdb.trace/actions-changed.exp: Check for arch support.
8642 * gdb.trace/actions.exp: Likewise.
8643 * gdb.trace/ax.exp: Likewise.
8644 * gdb.trace/backtrace.exp: Likewise.
8645 * gdb.trace/change-loc.exp: Likewise.
8646 * gdb.trace/deltrace.exp: Likewise.
8647 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8648 * gdb.trace/ftrace.exp: Likewise.
8649 * gdb.trace/infotrace.exp: Check for arch support.
8650 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8651 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8652 * gdb.trace/mi-tsv-changed.exp: Likewise.
8653 * gdb.trace/packetlen.exp: Likewise.
8654 * gdb.trace/passc-dyn.exp: Likewise.
8655 * gdb.trace/passcount.exp: Likewise.
8656 * gdb.trace/pending.exp: Likewise.
8657 * gdb.trace/range-stepping.exp: Check for shlib support.
8658 * gdb.trace/report.exp: Check for arch support.
8659 * gdb.trace/save-trace.exp: Likewise.
8660 * gdb.trace/signal.exp: Check for signal support.
8661 * gdb.trace/tfind.exp: Check for arch support.
8662 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8663 * gdb.trace/trace-common.h: Add comment.
8664 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8665 * gdb.trace/trace-enable-disable.exp: Likewise.
8666 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8667 * gdb.trace/tracecmd.exp: Check for arch support.
8668 * gdb.trace/tspeed.exp: Check for shlib and target support.
8669 * gdb.trace/tstatus.exp: Check for arch support.
8670 * gdb.trace/tsv.exp: Likewise.
8671 * gdb.trace/while-dyn.exp: Likewise.
8672 * gdb.trace/while-stepping.exp: Likewise.
8673 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8674
f9c49bff
SM
86752018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 * gdb.trace/tspeed.exp: Remove nowarnings.
8678 (prepare_for_trace_test): Declare "global ipalib".
8679 * gdb.trace/tspeed.c: Include unistd.h.
8680 (main): Remove superfluous printf argument.
8681
d4330bde
SL
86822018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8683
8684 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8685 directory prefix on the filename.
8686
8ecfd7bd
SDJ
86872018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 * gdb.gdb/unittest.exp: Update expected message informing that
8690 selftests have been disabled.
8691 * gdb.server/unittest.exp: Likewise.
8692
58bbcd02
TV
86932018-10-09 Tom de Vries <tdevries@suse.de>
8694
8695 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8696 with runto_main.
8697
9f6b697b
WP
86982018-10-08 Weimin Pan <weimin.pan@oracle.com>
8699
8700 PR c++/16841
8701 * gdb.cp/virtbase2.cc: New file.
8702 * gdb.cp/virtbase2.exp: New file.
8703
add5ded5
TT
87042018-10-06 Tom Tromey <tom@tromey.com>
8705
8706 PR python/19399:
8707 * gdb.python/py-inferior.exp: Add architecture test.
8708
f9e48344
TT
87092018-10-06 Tom Tromey <tom@tromey.com>
8710
8711 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8712 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8713
2a8be203
TT
87142018-10-06 Tom Tromey <tom@tromey.com>
8715
8716 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8717 of a "throw" catchpoint.
8718
e04caa70
SDJ
87192018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8720
8721 * gdb.base/info-proc.exp: Update string expected from "help info
8722 proc".
8723
5ca8c39f
TT
87242018-10-04 Tom Tromey <tom@tromey.com>
8725
8726 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8727 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8728 (test_initial_complaints, test_empty_complaints): Update.
8729 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8730
3453e7e4
TT
87312018-10-04 Tom Tromey <tom@tromey.com>
8732
8733 PR cli/19551:
8734 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8735 * lib/gdb.exp (gdb_file_cmd): Update.
8736 * gdb.stabs/weird.exp (print_weird_var): Update.
8737 * gdb.server/solib-list.exp: Update.
8738 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8739 * gdb.mi/mi-cli.exp: Update.
8740 * gdb.linespec/linespec.exp: Update.
8741 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8742 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8743 * gdb.cp/cp-relocate.exp: Update.
8744 * gdb.base/sym-file.exp: Update.
8745 * gdb.base/relocate.exp: Update.
8746 * gdb.base/readnever.exp: Update.
8747 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8748 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8749 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8750 * gdb.base/code_elim.exp: Update.
8751 * gdb.base/break-unload-file.exp (test_break): Update.
8752 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8753 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8754 Update.
8755 * gdb.base/attach.exp (do_attach_tests): Update.
8756 * gdb.base/sepdebug.exp: Update.
8757 * gdb.python/py-section-script.exp: Update.
8758
6afcf761
TT
87592018-10-04 Tom Tromey <tom@tromey.com>
8760
8761 PR cli/22234:
8762 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8763 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8764 output.
8765
fef1b293
TT
87662018-10-04 Tom Tromey <tom@tromey.com>
8767
8768 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8769 set width and height to 0.
8770 (test_command_line_attach_run): Use -quiet.
8771
ca98345e
SL
87722018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8773
8774 * lib/gdb.exp (skip_ifunc_tests): New.
8775 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8776 other compile failures.
8777 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8778
ff34e6ae
SM
87792018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8780
8781 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8782 is_amd64_regs_target.
8783
6bb8890e
AH
87842018-10-01 Alan Hayward <alan.hayward@arm.com>
8785
8786 * gdb.arch/aarch64-sighandler-regs.c: New test.
8787 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8788 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8789
224d30d3
MM
87902018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8791
8792 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8793 assembly.
8794
f67ffa6a
AB
87952018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8796
8797 * gdb.base/frame-selection.exp: New file.
8798 * gdb.base/frame-selection.c: New file.
8799
9fc3183f
AH
88002018-09-27 Alan Hayward <alan.hayward@arm.com>
8801
8802 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8803 pthread barrier.
8804 (main): Likewise.
8805
d354055e
AB
88062018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8807
8808 * gdb.base/large-frame-1.c: New file.
8809 * gdb.base/large-frame-2.c: New file.
8810 * gdb.base/large-frame.exp: New file.
8811 * gdb.base/large-frame.h: New file.
8812
db727370
JL
88132018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8814
8815 PR gdb/20948
8816 * gdb.base/write_mem.exp: New test.
8817 * gdb.base/write_mem.c: Likewise.
8818
ae778caf
TT
88192018-09-23 Tom Tromey <tom@tromey.com>
8820
8821 PR python/18852:
8822 * gdb.python/py-parameter.exp: Add test for parameter that throws
8823 on "set".
8824
fd3ba736
TT
88252018-09-23 Tom Tromey <tom@tromey.com>
8826
8827 PR python/17284:
8828 * gdb.python/py-template.exp (test_template_arg): Add test for
8829 negative template argument number.
8830
39a24317
TT
88312018-09-23 Tom Tromey <tom@tromey.com>
8832
8833 PR python/14062:
8834 * gdb.python/python.exp: Add test for post_event error.
8835
f5769a2c
TT
88362018-09-23 Tom Tromey <tom@tromey.com>
8837
8838 PR python/18170:
8839 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8840 convert pointers to int and long.
8841
1c1e54f6
TT
88422018-09-23 Tom Tromey <tom@tromey.com>
8843
8844 PR python/20126:
8845 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8846 signed-ness conversion tests.
8847
fb4fa946
TT
88482018-09-23 Tom Tromey <tom@tromey.com>
8849
8850 PR python/18352;
8851 * gdb.python/py-value.exp (test_float_conversion): New proc.
8852 Use it.
8853
a466edac
HAQ
88542018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8855
8856 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8857
4ee9b0c5
SL
88582018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8859
8860 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8861 no readline.
8862 * gdb.base/utf8-identifiers.exp: Likewise.
8863 * gdb.cp/cpcompletion.exp: Likewise.
8864 * gdb.linespec/cpcompletion.exp: Likewise.
8865 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8866 * gdb.linespec/cpls-ops.exp: Likewise.
8867
23be8da7
RB
88682018-09-19 Richard Bunt <richard.bunt@arm.com>
8869 Chris January <chris.january@arm.com>
8870
8871 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8872 * gdb.fortran/short-circuit-argument-list.exp: New file.
8873 * gdb.fortran/short-circuit-argument-list.f90: New test.
8874
5031d0ae
SDJ
88752018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8876
8877 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8878 "arch=" keyword when executing "-stack-list-frames".
8879
b4c0d1a4
SDJ
88802018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8881
8882 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8883 "arch=" keyword when executing "-stack-list-frames".
8884
7a6d2b45
SDJ
88852018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8886
8887 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8888 break ada".
8889
8588b356
SM
88902018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8891
8892 PR python/23669
8893 * gdb.python/python.exp: Test gdb.execute("show commands").
8894
65e65158
TT
88952018-09-16 Tom Tromey <tom@tromey.com>
8896
8897 * gdb.base/new-ui.exp (do_execution_tests): Update.
8898 * gdb.base/dbx.exp (test_breakpoints): Update.
8899
bf326452
AH
89002018-09-14 Alan Hayward <alan.hayward@arm.com>
8901
8902 * lib/gdb.exp (gdb_simple_compile): Add proc.
8903 (is_elf_target): Use gdb_simple_compile.
8904 (skip_altivec_tests): Likewise.
8905 (skip_vsx_tests): Likewise.
8906 (skip_tsx_tests): Likewise.
8907 (skip_btrace_tests): Likewise.
8908 (skip_btrace_pt_tests): Likewise.
8909 (gdb_can_simple_compile): Likewise.
8910 (gdb_has_argv0): Likewise.
8911 (gdb_target_symbol_prefix): Likewise.
8912 (target_supports_scheduler_locking): Likewise.
8913
2361b0fb
TT
89142018-09-13 Tom Tromey <tom@tromey.com>
8915
8916 * Makefile.in (TAGS): Recognize proc_with_prefix and
8917 gdb_caching_proc.
8918
0ae1a321
SM
89192018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8920
8921 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8922 method.
8923
a40bf0c2
SM
89242018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8925
8926 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8927 and a few other Inferior properties when the Inferior is no
8928 longer valid.
8929
4a3fe98f
TT
89302018-09-13 Tom Tromey <tom@tromey.com>
8931
8932 PR rust/23650:
8933 * gdb.rust/simple.exp: Add test for enum field access error.
8934
098b2108
TT
89352018-09-13 Tom Tromey <tom@tromey.com>
8936
8937 PR rust/23626:
8938 * gdb.rust/simple.rs (EmptyEnum): New type.
8939 (main): Use it.
8940 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8941
1256af7d
SM
89422018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8943
8944 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8945 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8946 * gdb.python/py-symtab.exp: Update test printing an objfile.
8947
4aa8e6c2
SM
89482018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8949
8950 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8951 object.
8952
c221b2f7
AH
89532018-09-12 Alan Hayward <alan.hayward@arm.com>
8954
8955 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8956 (support_complex_tests): Use gdb_can_simple_compile.
8957 (is_ilp32_target): Likewise.
8958 (is_lp64_target): Likewise.
8959 (is_64_target): Likewise.
8960 (is_amd64_regs_target): Likewise.
8961 (is_aarch32_target): Likewise.
8962 (gdb_int128_helper): Likewise.
8963
6f1107b5
JK
89642018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8965
8966 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8967
1f5d1570
JG
89682018-09-10 Jerome Guitton <guitton@adacore.com>
8969
8970 * gdb.ada/same_component_name: Add test for case of tagged record
8971 with variable-length fields.
8972
cc330e39
XR
89732018-09-10 Xavier Roirand <roirand@adacore.com>
8974
8975 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8976 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8977 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8978 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8979
b9c50e9a
XR
89802018-09-10 Xavier Roirand <roirand@adacore.com>
8981
8982 * gdb.ada/mi_string_access.exp: New testcase.
8983 * gdb.ada/mi_string_access/bar.adb: New file.
8984 * gdb.ada/mi_string_access/pck.adb: New file.
8985 * gdb.ada/mi_string_access/pck.asd: New file.
8986
2963898f
XR
89872018-09-10 Xavier Roirand <roirand@adacore.com>
8988
8989 * gdb.ada/mi_var_union.exp: New testcase.
8990 * gdb.ada/mi_var_union/bar.adb: New file.
8991 * gdb.ada/mi_var_union/pck.adb: New file.
8992 * gdb.ada/mi_var_union/pck.asd: New file.
8993
1aac008f
TT
89942018-09-08 Tom Tromey <tom@tromey.com>
8995
8996 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8997
332cf4c9
TT
89982018-09-08 Tom Tromey <tom@tromey.com>
8999
9000 PR python/16047:
9001 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9002 (register_pretty_printers): Register new printer.
9003 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9004 test.
9005 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9006 (an_int_type3): New global.
9007
424da6cf
JB
90082018-09-08 Joel Brobecker <brobecker@adacore.com>
9009
9010 * gdb.ada/expr_with_funcall: New testcase.
9011
2a62dfa9
JB
90122018-09-08 Joel Brobecker <brobecker@adacore.com>
9013
9014 * gdb.ada/packed_array_assign: New testcase.
9015
96b6697f
AB
90162018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9017
9018 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9019 names, and add test prefixes to make test names unique.
9020
e4a62c65
TV
90212018-09-05 Tom de Vries <tdevries@suse.de>
9022
9023 * gdb.dwarf2/varval.exp: Add test.
9024
dd083ee2
GB
90252018-09-04 Gary Benson <gbenson@redhat.com>
9026
9027 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9028 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9029
aef9346c
TT
90302018-08-31 Tom Tromey <tom@tromey.com>
9031
9032 * gdb.rust/simple.rs: Rename second variable "v".
9033
c67f2e15
AB
90342018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9035
9036 * gdb.base/funcargs.c (use_a): New function.
9037 (recurse): Call use_a.
9038
078a0207
KS
90392018-08-29 Keith Seitz <keiths@redhat.com>
9040
9041 * gdb.compile/compile-cplus-anonymous.cc: New file.
9042 * gdb.compile/compile-cplus-anonymous.exp: New file.
9043 * gdb.compile/compile-cplus-array-decay.cc: New file.
9044 * gdb.compile/compile-cplus-array-decay.exp: New file.
9045 * gdb.compile/compile-cplus-inherit.cc: New file.
9046 * gdb.compile/compile-cplus-inherit.exp: New file.
9047 * gdb.compile/compile-cplus-member.cc: New file.
9048 * gdb.compile/compile-cplus-member.exp: New file.
9049 * gdb.compile/compile-cplus-method.cc: New file.
9050 * gdb.compile/compile-cplus-method.exp: New file.
9051 * gdb.compile/compile-cplus-mod.c: "New" file.
9052 * gdb.compile/compile-cplus-namespace.cc: New file.
9053 * gdb.compile/compile-cplus-namespace.exp: New file.
9054 * gdb.compile/compile-cplus-nested.cc: New file.
9055 * gdb.compile/compile-cplus-nested.exp: New file.
9056 * gdb.compile/compile-cplus-print.c: "New" file.
9057 * gdb.compile/compile-cplus-print.exp: "New" file.
9058 * gdb.compile/compile-cplus-virtual.cc: New file.
9059 * gdb.compile/compile-cplus-virtual.exp: New file.
9060 * gdb.compile/compile-cplus.c: "New" file.
9061 * gdb.compile/compile-cplus.exp: "New" file.
9062 * lib/compile-support.exp: New file.
9063
b0f492b9
GB
90642018-08-16 Gary Benson <gbenson@redhat.com>
9065
9066 PR gdb/13000:
9067 * gdb.base/batch-exit-status.exp: New file.
9068 * gdb.base/batch-exit-status.good-commands: Likewise.
9069 * gdb.base/batch-exit-status.bad-commands: Likewise.
9070
36eb4c5f
AH
90712018-08-29 Alan Hayward <alan.hayward@arm.com>
9072
9073 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9074 (struct struct02): Likewise.
9075 (struct struct03): Likewise.
9076 (struct struct04): Likewise.
9077 (struct struct_01_01): New struct.
9078 (struct struct_01_02): Likewise.
9079 (struct struct_01_03): Likewise.
9080 (struct struct_01_04): Likewise.
9081 (struct struct_02_01): Likewise.
9082 (struct struct_02_02): Likewise.
9083 (struct struct_02_03): Likewise.
9084 (struct struct_02_04): Likewise.
9085 (struct struct_04_01): Likewise.
9086 (struct struct_04_02): Likewise.
9087 (struct struct_04_03): Likewise.
9088 (struct struct_04_04): Likewise.
9089 (struct struct_05_01): Likewise.
9090 (struct struct_05_02): Likewise.
9091 (struct struct_05_03): Likewise.
9092 (struct struct_05_04): Likewise.
9093 (cmp_struct01): Remove function.
9094 (cmp_struct02): Likewise.
9095 (cmp_struct03): Likewise.
9096 (cmp_struct04): Likewise.
9097 (cmp_struct_01_01): Add Function.
9098 (cmp_struct_01_02): Likewise.
9099 (cmp_struct_01_03): Likewise.
9100 (cmp_struct_01_04): Likewise.
9101 (cmp_struct_02_01): Likewise.
9102 (cmp_struct_02_02): Likewise.
9103 (cmp_struct_02_03): Likewise.
9104 (cmp_struct_02_04): Likewise.
9105 (cmp_struct_04_01): Likewise.
9106 (cmp_struct_04_02): Likewise.
9107 (cmp_struct_04_03): Likewise.
9108 (cmp_struct_04_04): Likewise.
9109 (cmp_struct_05_01): Likewise.
9110 (cmp_struct_05_02): Likewise.
9111 (cmp_struct_05_03): Likewise.
9112 (cmp_struct_05_04): Likewise.
9113 (call_all): Add new structs.
9114 * gdb.base/infcall-nested-structs.exp: Likewise.
9115
3bf9c013
JV
91162018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9117
9118 * gdb.python/py-framefilter-mi.exp: Update regexp to
9119 check for "arch" field in frame output.
9120
450d1e88
KB
91212018-08-23 Kevin Buettner <kevinb@redhat.com>
9122
9123 * gdb.dwarf2/dw2-ranges-func.c: New file.
9124 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9125
ae739fe7
SM
91262018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9127
9128 * gdb.base/term.exp: Compare terminal settings with values from
9129 the inferior.
9130 * gdb.base/term.c: Get and set terminal settings.
9131
6d52907e
JV
91322018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9133
9134 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9135 accommodate new "arch" field in frame output.
9136 * gdb.mi/mi-return.exp: Likewise.
9137 * gdb.mi/mi-stack.exp: Likewise.
9138 * gdb.mi/mi-syn-frame.exp: Likewise.
9139 * gdb.mi/user-selected-context-sync.exp: Likewise.
9140
be2d111a
MS
91412018-08-19 Michael Spang <spang@google.com>
9142
9143 PR gdb/11786
9144 * gdb.base/gcore-tls-pie.c: New file.
9145 * gdb.base/gcore-tls-pie.exp: New file.
9146
ae3a7c47
KB
91472018-08-18 Kevin Buettner <kevinb@redhat.com>
9148
9149 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9150 * gdb.dwarf2/varval.c: New file.
9151 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9152
2ecae92e
AH
91532018-08-17 Alan Hayward <alan.hayward@arm.com>
9154
9155 PR gdb/18931
9156 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9157
c1854f1d
KS
91582018-08-16 Keith Seitz <keiths@redhat.com>
9159
9160 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9161 tests expected to pass.
9162
26fb3983
JV
91632018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9164
9165 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9166 -data-disassemble -a.
9167 (test_disassembly_bogus_args): Likewise.
9168
67943c00
AB
91692018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9170
9171 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9172
5ff2bbae
AB
91732018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9174
9175 * gdb.base/vla-optimized-out.exp: Add new test.
9176
e5bbcd0f
AB
91772018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * gdb.base/vla-optimized-out-o3.exp: Delete.
9180 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9181 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9182 deleted tests.
9183
9d4a934c
AB
91842018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9185
9186 PR gdb/18050:
9187 * gdb.server/extended-remote-restart.c: New file.
9188 * gdb.server/extended-remote-restart.exp: New file.
9189
045cf012
SM
91902018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9191
9192 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9193 "set variable index = 42".
9194
87d6a7aa
SM
91952018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9196
9197 * boards/index-cache-gdb.exp: New file.
9198 * gdb.dwarf2/index-cache.exp: New file.
9199 * gdb.dwarf2/index-cache.c: New file.
9200 * gdb.base/maint.exp: Check if we are using the index cache.
9201
96d68bd4
RO
92022018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9203
9204 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9205 MAKEFLAGS.
9206
5a699617
RO
92072018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9208
9209 * dg-extract-results.sh: Move to toplevel contrib.
9210 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9211 * Makefile.in (check-parallel-racy): Likewise.
9212
5bd18990
AB
92132018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9214
9215 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9216 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9217 tests if the target supports scheduler locking.
9218
3fbbcf47
TV
92192018-08-04 Tom de Vries <tdevries@suse.de>
9220
9221 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9222
3e1d3d8c
TT
92232018-08-02 Tom Tromey <tom@tromey.com>
9224
9225 PR symtab/16842.
9226 * gdb.cp/temargs.exp: Test "info address" of a template
9227 parameter.
9228
5abe0f0c
JV
92292018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9230
9231 * gdb.python/py-mi-var-info-path-expression.c: New file.
9232 * gdb.python/py-mi-var-info-path-expression.py: New file.
9233 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9234
fb66cde8
SDJ
92352018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9236
9237 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9238 error after "cannot resolve name" string.
9239
c708f4d2
AB
92402018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9241
9242 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9243 started.
9244 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9245
37cc0cae
TV
92462018-07-28 Tom de Vries <tdevries@suse.de>
9247
9248 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9249
63b4ecf7
TV
92502018-07-26 Tom de Vries <tdevries@suse.de>
9251
9252 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9253
3c3bb058
AB
92542018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9255
9256 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9257 is visible.
9258
9e7f3bbb
TV
92592018-07-26 Tom de Vries <tdevries@suse.de>
9260
9261 PR breakpoints/23366
9262 * gdb.base/catch-follow-exec.c: New test.
9263 * gdb.base/catch-follow-exec.exp: New file.
9264
16f808ec
TV
92652018-07-25 Tom de Vries <tdevries@suse.de>
9266
9267 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9268 vla-optimized-out.c.
9269
d7154a8d
JV
92702018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9271
9272 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9273 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9274
232a0032
TV
92752018-07-20 Tom de Vries <tdevries@suse.de>
9276
9277 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9278 NOCLONE macro.
9279 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9280
fbb1d502
TV
92812018-07-19 Tom de Vries <tdevries@suse.de>
9282
9283 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9284 regular expression.
9285
42dc7699
TV
92862018-07-18 Tom de Vries <tdevries@suse.de>
9287
9288 * gdb.base/vla-optimized-out.c: New test.
9289 * gdb.base/vla-optimized-out.exp: New file.
9290
7f1f7e23
SDJ
92912018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9292
9293 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9294 message "No address associated with hostname" when gdbserver
9295 cannot resolve the hostname.
9296
5759ebb3
PW
92972018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9298
9299 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9300 Add some test prefixes to make tests unique.
9301
3606ccab
PW
93022018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9303
9304 * gdb.base/frameapply.c: New file.
9305 * gdb.base/frameapply.exp: New file.
9306
529c08b2
PW
93072018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9308
9309 * gdb.base/skip.exp: Update expected error message.
9310
c7ab0aef
SDJ
93112018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9312 Jan Kratochvil <jan.kratochvil@redhat.com>
9313 Paul Fertser <fercerpav@gmail.com>
9314 Tsutomu Seki <sekiriki@gmail.com>
9315
9316 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9317 parameter.
9318 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9319 by default.
9320 * boards/native-gdbserver.exp: Likewise.
9321 * gdb.server/run-without-local-binary.exp: Improve regexp used
9322 for detecting when a remote debugging connection succeeds.
9323 * gdb.server/server-connect.exp: New file.
9324 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9325 Do not prefix the port number with ":".
9326 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9327 support for detecting and using it. Add '$debughost_gdbserver'
9328 to the list of arguments used to start gdbserver. Handle case
9329 when gdbserver cannot resolve a network name.
9330
16ff70dd
SDJ
93312018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9332
9333 PR c++/23373
9334 * gdb.base/ptype-offsets.cc (struct static_member): New
9335 struct.
9336 (main) <stmember>: New variable.
9337 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9338 with a static member in it.
9339
3541979f
AB
93402018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9341
9342 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9343 watchpoints enabled and disabled.
9344
c8ad9b9a
AB
93452018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9346
9347 * gdb.base/examine-backward.exp: Still run tests around address
9348 0x0, even if address 0x0 is not readable. Update the pattern for
9349 matching address 0x0 in expected output.
9350
e0e5e971
AB
93512018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9352
9353 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9354 malloc/free.
9355
1ea5da02
TV
93562018-07-04 Tom de Vries <tdevries@suse.de>
9357
9358 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9359
471b9d15
MR
93602018-07-02 Maciej W. Rozycki <macro@mips.com>
9361
9362 PR tdep/8282
9363 * gdb.arch/mips-disassembler-options.exp: New test.
9364 * gdb.arch/mips-disassembler-options.s: New test source.
9365
75acb486
PA
93662018-06-29 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.threads/names.exp: Adjust expected "info threads" output.
9369
cd2bb709
PA
93702018-06-29 Pedro Alves <palves@redhat.com>
9371
9372 * gdb.opt/inline-break.exp (line number, address): Add "info
9373 break" tests.
9374
991ff292
PA
93752018-06-29 Pedro Alves <palves@redhat.com>
9376
9377 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9378 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9379 number and address and running to them.
9380
356819b6 93812018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9382
9383 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9384
2512d7ef
JK
93852018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 * lib/compiler.c: Remove executable permission flag.
9388
be1b6474
RB
93892018-06-28 Richard Bunt <richard.bunt@arm.com>
9390
9391 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9392 code.
9393 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9394
291f9a96
PT
93952018-06-28 Petr Tesarik <ptesarik@suse.cz>
9396
9397 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9398
ed6dfe51
PT
93992018-06-28 Petr Tesarik <ptesarik@suse.cz>
9400
9401 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9402 address argument is omitted.
9403
d4d429d5
PT
94042018-06-28 Petr Tesarik <ptesarik@suse.cz>
9405
9406 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9407
7ab6656f
OJ
94082018-06-27 Omair Javaid <omair.javaid@linaro.org>
9409
9410 PR gdb/21695
9411 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9412 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9413
a33ccfc7
TT
94142018-06-26 Tom Tromey <tom@tromey.com>
9415
9416 PR rust/22574:
9417 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9418 * gdb.rust/simple.rs (struct SimpleLayout): New.
9419
6d72d289
SM
94202018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9421
9422 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9423 "info registers" output.
9424
8363f9d5
RB
94252018-06-21 Richard Bunt <richard.bunt@arm.com>
9426
9427 * gdb.base/watchpoint-hw-attach.c: New test.
9428 * gdb.base/watchpoint-hw-attach.exp: New file.
9429
f00674fe
SM
94302018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9431
9432 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9433 through /bin/sh.
9434 * boards/dwarf4-gdb-index.exp: Likewise.
9435 * boards/fission-dwp.exp: Likewise.
9436
1d554008
UW
94372018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9438
9439 * gdb.base/float128.exp: Add comment and improved fail message
9440 to the failure case of "print large128" test.
9441
d0ac1c44
SM
94422018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9443
9444 * configure.ac: Remove AC_PREREQ.
9445 * configure: Re-generate.
9446
61b04dd0
PA
94472018-06-19 Pedro Alves <palves@redhat.com>
9448
9449 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9450 (func_extern_caller): New.
9451 (main): Call func_extern_caller.
9452 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9453 logic change.
9454
f63b508a
SM
94552018-06-18 Weimin Pan <weimin.pan@oracle.com>
9456
9457 PR gdb/16841
9458 * gdb.cp/typedef-base.cc: New file.
9459 * gdb.cp/typedef-base.exp: New file.
9460
0fe3a558
TV
94612018-06-18 Tom de Vries <tdevries@suse.de>
9462
9463 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9464
7010835a
AB
94652018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9466 Richard Bunt <Richard.Bunt@arm.com>
9467
9468 * gdb.threads/attach-slow-waitpid.c: New file.
9469 * gdb.threads/attach-slow-waitpid.exp: New file.
9470 * gdb.threads/slow-waitpid.c: New file.
9471
14897d65
PA
94722018-06-14 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/fork-running-state.c: Include <errno.h>.
9475 (exit_if_relative_exits): New.
9476 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9477 exits.
9478 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9479 child exits.
9480
5d9a0608
TV
94812018-06-14 Tom de Vries <tdevries@suse.de>
9482
9483 PR cli/22573
9484 * gdb.base/finish-pretty.c: New test.
9485 * gdb.base/finish-pretty.exp: New file.
9486
11ae5818
PA
94872018-06-14 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9490 gdb's expected startup output.
9491
1d39de44
PA
94922018-06-14 Pedro Alves <palves@redhat.com>
9493
9494 * lib/selftest-support.exp (selftest_setup): Remove inlined
9495 function handling.
9496
70ee0000
TV
94972018-06-14 Tom de Vries <tdevries@suse.de>
9498
9499 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9500 matching of breakpoint printing.
9501
11f4b608
TV
95022018-06-13 Tom de Vries <tdevries@suse.de>
9503
9504 PR testsuite/23269
9505 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9506 (fork_child): ... here, and ...
9507 (fork_parent): ... here.
9508
95092018-06-12 Tom de Vries <tdevries@suse.de>
9510
9511 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9512
9516f85a
AB
95132018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9514 Stephen Roberts <stephen.roberts@arm.com>
9515
9516 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9517 rewrite test to describe action performed, rather than possible
9518 failure.
9519
5045b3d7
GB
95202018-06-08 Gary Benson <gbenson@redhat.com>
9521
9522 * gdb.threads/check-libthread-db.exp: New file.
9523 * gdb.threads/check-libthread-db.c: Likewise.
9524
c61b06a1
TT
95252018-06-05 Tom Tromey <tom@tromey.com>
9526
9527 * gdb.base/default.exp: Update expected "show version" output.
9528
eb6af809
TT
95292018-06-05 Tom Tromey <tom@tromey.com>
9530
9531 PR cli/12326:
9532 * gdb.cp/static-print-quit.exp: Update.
9533 * lib/gdb.exp (pagination_prompt): Update.
9534 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9535 * gdb.python/python.exp: Update.
9536
178d6a63
JB
95372018-06-04 Joel Brobecker <brobecker@adacore.com>
9538
9539 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9540
8e817061
JB
95412018-06-01 Joel Brobecker <brobecker@adacore.com>
9542
9543 * gdb.ada/bp_fun_addr: New testcase.
9544
e86ca25f
TT
95452018-06-01 Tom Tromey <tom@tromey.com>
9546
9547 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9548 results.
9549 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9550 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9551 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9552 * gdb.base/maint.exp (maint_pass_if): Update.
9553
4b2dfa9d
MR
95542018-05-31 Maciej W. Rozycki <macro@mips.com>
9555
9556 * gdb.base/endian.exp: New test.
9557 * gdb.base/endian.c: New test source.
9558
45f25d6c
AB
95592018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9560
9561 PR gdb/23203
9562 * gdb.base/bt-selected-frame.c: New file.
9563 * gdb.base/bt-selected-frame.exp: New file.
9564 * lib/gdb.exp (get_current_frame_number): New function.
9565
d9f6d7f8
MR
95662018-05-24 Maciej W. Rozycki <macro@mips.com>
9567 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.threads/tls-core.c: Include <stdlib.h>
9570 (thread_proc): Call `abort'.
9571 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9572 (tls_core_test): New procedure, bits factored out from ...
9573 (top level): ... here. Test both native cores and gcore cores.
9574
ff1cf532
TT
95752018-05-23 Tom Tromey <tom@tromey.com>
9576
9577 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9578
b98664d3
TT
95792018-05-23 Tom Tromey <tom@tromey.com>
9580
9581 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9582 symfile_complaints.
9583 (test_short_complaints): Likewise.
9584 (test_empty_complaints): Likewise.
9585 (test_initial_complaints): Update.
9586
4e9668d0
TT
95872018-05-23 Tom Tromey <tom@tromey.com>
9588
9589 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9590
43ba33c7
TT
95912018-05-23 Tom Tromey <tom@tromey.com>
9592
9593 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9594 (test_short_complaints): Update.
9595
035522c0
PA
95962018-05-22 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/remote.exp: Only gdb_start after compiling the
9599 testcase. Issue "disconnect" before testing "set remote" command
9600 defaults. Issue clean_restart before running to main.
9601
cc0be08f
PA
96022018-05-22 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/remote.exp: Adjust expected output of "show remote
9605 memory-write-packet-size". Add tests for "set remote
9606 memory-write-packet-size 0" and "set remote
9607 memory-write-packet-size fixed/limit".
9608
b1b60145
PA
96092018-05-22 Pedro Alves <palves@redhat.com>
9610
9611 PR gdb/22973
9612 * gdb.base/utf8-identifiers.c: New file.
9613 * gdb.base/utf8-identifiers.exp: New file.
9614
0ec848ad
PFC
96152018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9616
9617 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9618
2c3305f6
PFC
96192018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9620
9621 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9622
ce1e8424
TT
96232018-05-18 Tom Tromey <tom@tromey.com>
9624
9625 * gdb.base/ptype-offsets.exp: Update.
9626
ddfe970e
KS
96272018-05-17 Keith Seitz <keiths@redhat.com>
9628
9629 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9630 in expected breakpoint stop locations.
9631 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9632 move to proper scope to test variable values.
9633 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9634 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9635 New functions.
9636 (main): Call not_inline_func3.
9637 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9638 inline_func1, inline_func2, and inline_func3. Test that when each
9639 breakpoint is hit, GDB properly reports both the stop location
9640 and the backtrace. Repeat tests for temporary breakpoints.
9641
0726fcc6
MR
96422018-05-15 Maciej W. Rozycki <macro@mips.com>
9643
9644 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9645 rather then trying to access it in determining whether the PID
9646 of `gdbserver' could have been retrieved.
9647
8ee22052
AB
96482018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9649
9650 * gdb.arch/amd64-init-x87-values.S: New file.
9651 * gdb.arch/amd64-init-x87-values.exp: New file.
9652
7785df48
JK
96532018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9656
56bcdbea
TT
96572018-05-04 Tom Tromey <tom@tromey.com>
9658
9659 PR python/22730:
9660 * gdb.python/python.exp: Test multi-line execute.
9661
a913fffb
TT
96622018-05-04 Tom Tromey <tom@tromey.com>
9663
9664 PR python/22731:
9665 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9666
7a2c85f2
TT
96672018-05-04 Tom Tromey <tom@tromey.com>
9668
9669 PR gdb/11750:
9670 * gdb.base/define.exp: Test defining a user command inside a user
9671 command.
9672 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9673
a3b60e45
JK
96742018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9675 Pedro Alves <palves@redhat.com>
9676
9677 PR breakpoints/19806 and support for PR external/20207.
9678 * gdb.base/watchpoint-unaligned.c: New file.
9679 * gdb.base/watchpoint-unaligned.exp: New file.
9680
45fe4a03
AB
96812018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9682
9683 * gdb.base/maint.exp: Make test names unique, use
9684 test_prefix_command_help to test 'help maint info', and remove
9685 repeated test of 'help maint'.
9686
9be2ae8f
TT
96872018-05-04 Tom Tromey <tom@tromey.com>
9688
9689 PR gdb/22619:
9690 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9691 behavior.
9692
11859c31
AB
96932018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9694
9695 * gdb.base/maint.exp: Process output from 'maint print registers'
9696 line at a time.
9697
089a9490
AB
96982018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9699
9700 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9701 timeout.
9702
9b0797e2
AB
97032018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9704
9705 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9706 filter pattern.
9707
f6ac5f3d
PA
97082018-05-02 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9711 to_log_command renames.
9712 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9713
77d3c63b
TT
97142018-05-02 Tom Tromey <tom@tromey.com>
9715
9716 * gdb.python/py-parameter.exp: Set test message.
9717
0489430a
TT
97182018-05-02 Tom Tromey <tom@tromey.com>
9719
9720 PR python/20084:
9721 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9722 PARAM_ZUINTEGER_UNLIMITED tests.
9723
1632f8ba
DR
97242018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9725
9726 PR rust/23124
9727 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9728 when casting.
9729
6d7bb824
TT
97302018-04-30 Tom Tromey <tom@tromey.com>
9731
9732 * gdb.python/py-type.exp: Check align attribute.
9733 * gdb.python/py-type.c: New "aligncheck" global.
9734
007e1530
TT
97352018-04-30 Tom Tromey <tom@tromey.com>
9736
9737 PR exp/17095:
9738 * gdb.dwarf2/dw2-align.exp: New file.
9739 * gdb.cp/align.exp: New file.
9740 * gdb.base/align.exp: New file.
9741 * lib/gdb.exp (gdb_int128_helper): New proc.
9742 (has_int128_c, has_int128_cxx): New caching procs.
9743
6873858b
TT
97442018-04-27 Tom Tromey <tom@tromey.com>
9745
9746 PR rust/22545:
9747 * gdb.rust/simple.exp: Add inclusive range tests.
9748
79188d8d
PA
97492018-04-26 Pedro Alves <palves@redhat.com>
9750
9751 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9752 ifunc breakpoint locations correctly of ifunc breakpoints set
9753 while the program resolves the ifunc.
9754
c7075ad5
PA
97552018-04-26 Pedro Alves <palves@redhat.com>
9756
9757 * gdb.base/gnu-ifunc-final.c: New file.
9758 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9759 * gdb.base/gnu-ifunc.exp (executable): Delete.
9760 (staticexecutable): Adjust.
9761 (lib_opts, exec_opts): Delete.
9762 (make_binsuffix, build, set-break): New procedures.
9763 (misc_tests): New, with tests factored out from the top level.
9764 (top level): Test different combinations of ifunc resolver name,
9765 resolver with and with debug info, and ifunc target with and
9766 without debug info. Wrap static tests with with_target_prefix.
9767
8388016d
PA
97682018-04-26 Pedro Alves <palves@redhat.com>
9769
9770 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9771 return type" warnings.
9772
249b5733
PA
97732018-04-25 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9776 killed".
9777 * gdb.base/kill-after-signal.exp: Likewise.
9778 * gdb.threads/kill.exp: Likewise.
9779
f67c0c91
SDJ
97802018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9781 Sergio Durigan Junior <sergiodj@redhat.com>
9782 Pedro Alves <palves@redhat.com>
9783
9784 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9785 regexps to expect for '[Inferior ... detached]' as well.
9786 * gdb.base/attach.exp: Likewise.
9787 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9788 "gdb_continue_to_end".
9789 (test_catch_syscall_with_wrong_args): Likewise.
9790 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9791 ']'. Don't set 'verbose' on.
9792 * gdb.base/foll-vfork.exp: Likewise.
9793 * gdb.base/fork-print-inferior-events.c: New file.
9794 * gdb.base/fork-print-inferior-events.exp: New file.
9795 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9796 '[Inferior ... has been killed]' message.
9797 * gdb.base/kill-after-signal.exp: Likewise.
9798 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9799 detach message.
9800 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9801 message.
9802 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9803 regexps to expect for '[Inferior ... detached]' as well.
9804 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9805
0a8ddac4
SM
98062018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9807
9808 PR gdb/23104
9809 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9810
701adfb0
PA
98112018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9812
9813 PR gdb/23095
9814 * gdb.base/break-probes.exp: Pass shlib_load to
9815 prepare_for_testing. Set normal_bp to r_debug_state if target is
9816 bsd.
9817
d27d16bf
RB
98182018-04-19 Richard Bunt <richard.bunt@arm.com>
9819
9820 * gdb.threads/multiple-successive-infcall.c: New test.
9821 * gdb.threads/multiple-successive-infcall.exp: New file.
9822
a037790e
TT
98232018-04-17 Tom Tromey <tom@tromey.com>
9824
9825 * gdb.rust/simple.rs (Union): New type.
9826 (main): New local "u".
9827 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9828
e3a91079
AA
98292018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9832 number information in output of "whereis" command.
9833 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9834
b744723f
AA
98352018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9836
9837 * gdb.ada/info_types.exp: Adjust expected output to the line
9838 numbers now printed by "info var/func/type".
9839 * gdb.base/completion.exp: Likewise.
9840 * gdb.base/included.exp: Likewise.
9841 * gdb.cp/cp-relocate.exp: Likewise.
9842 * gdb.cp/cplusfuncs.exp: Likewise.
9843 * gdb.cp/namespace.exp: Likewise.
9844 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9845
4a4495d6
MM
98462018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9847
9848 * gdb.btrace/cpu.exp: New.
9849
1d509aa6
MM
98502018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9851
9852 * gdb.base/step-indirect-call-thunk.exp: New.
9853 * gdb.base/step-indirect-call-thunk.c: New.
9854 * gdb.reverse/step-indirect-call-thunk.exp: New.
9855 * gdb.reverse/step-indirect-call-thunk.c: New.
9856
6295b6da
SM
98572018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9858
9859 * gdb.base/pie-fork.c: New file.
9860 * gdb.base/pie-fork.exp: New file.
9861
50146e70
TT
98622018-04-11 Tom Tromey <tom@tromey.com>
9863
9864 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9865
f50d8a2e
PA
98662018-04-10 Pedro Alves <palves@redhat.com>
9867
9868 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9869 exits. Instead loop running forever.
9870 (fork_parent): Run forever too.
9871
a0be7a36
SM
98722018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9873
9874 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9875 mi_continue_to_line.
9876 * gdb.mi/mi-stack.c (callee4): Add comment.
9877
9b73db36
SM
98782018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9879
9880 * gdb.mi/mi-stack.exp: Fix indentation.
9881
c912f608
SM
98822018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9883
9884 PR gdb/22979
9885 * gdb.arch/amd64-osabi.exp: New file.
9886
26540402
SM
98872018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9888
9889 PR gdb/22980
9890 * gdb.base/osabi.exp: New file.
9891
121ad66c 98922018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9893
9894 * gdb.cp/static-typedef-print.exp: New file.
9895 * gdb.cp/static-typedef-print.cc: New file.
9896
3fcded8f
JB
98972018-03-27 Joel Brobecker <brobecker@adacore.com>
9898
9899 * gdb.ada/varsize_limit: New testcase.
9900
59cc4834
JB
99012018-03-27 Joel Brobecker <brobecker@adacore.com>
9902
9903 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9904
9905 * gdb.ada/notcplusplus: New testcase.
9906
9907 * gdb.base/c-linkage-name.c: New file.
9908 * gdb.base/c-linkage-name.exp: New testcase.
9909
4ca59a9f
TT
99102018-03-26 Tom Tromey <tom@tromey.com>
9911
9912 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9913 * gdb.python/py-framefilter.py (name_error): New global.
9914 (ErrorInName.function): Use name_error.
9915
978d6c75
TT
99162018-03-26 Tom Tromey <tom@tromey.com>
9917
9918 PR backtrace/15582:
9919 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9920
b7fee5a3
KS
99212018-03-23 Keith Seitz <keiths@redhat.com>
9922
9923 PR c++/22968
9924 * gdb.cp/subtypes.exp: New file.
9925 * gdb.cp/subtypes.h: New file.
9926 * gdb.cp/subtypes.cc: New file.
9927 * gdb.cp/subtypes-2.cc: New file.
9928
376be529
AB
99292018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9930
9931 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9932 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9933 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9934 -nostartfiles when compiling the test. Confirm that all registers
9935 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9936
066cfa98
AB
99372018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9938
9939 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9940 option, syntax was wrong anyway.
9941 * gdb.arch/arm-disp-step.exp: Likewise.
9942 * gdb.arch/sparc64-regs.exp: Likewise.
9943 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9944 option, syntax was wrong anyway, switch to use
9945 prepare_for_testing.
9946 * gdb.arch/i386-disp-step.exp: Likewise.
9947
079670b9
AA
99482018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9949
9950 * gdb.ada/exec_changed.exp: Replace "target_info exists
9951 use_gdb_stub" by "use_gdb_stub".
9952 * gdb.ada/start.exp: Likewise.
9953 * gdb.base/async-shell.exp: Likewise.
9954 * gdb.base/attach-pie-misread.exp: Likewise.
9955 * gdb.base/attach-wait-input.exp: Likewise.
9956 * gdb.base/break-entry.exp: Likewise.
9957 * gdb.base/break-interp.exp: Likewise.
9958 * gdb.base/dprintf-detach.exp: Likewise.
9959 * gdb.base/nostdlib.exp: Likewise.
9960 * gdb.base/solib-nodir.exp: Likewise.
9961 * gdb.base/statistics.exp: Likewise.
9962 * gdb.base/testenv.exp: Likewise.
9963 * gdb.mi/mi-exec-run.exp: Likewise.
9964 * gdb.mi/mi-start.exp: Likewise.
9965 * gdb.multi/dummy-frame-restore.exp: Likewise.
9966 * gdb.multi/multi-arch-exec.exp: Likewise.
9967 * gdb.multi/multi-arch.exp: Likewise.
9968 * gdb.multi/tids.exp: Likewise.
9969 * gdb.multi/watchpoint-multi.exp: Likewise.
9970 * gdb.python/py-events.exp: Likewise.
9971 * gdb.threads/attach-into-signal.exp: Likewise.
9972 * gdb.threads/attach-stopped.exp: Likewise.
9973 * gdb.threads/threadapply.exp: Likewise.
9974 * lib/selftest-support.exp: Likewise.
9975
26d6cec4
AA
99762018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9977
9978 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9979
4ee89e90
SR
99802018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9981
9982 * gdb.perf/template-breakpoints.cc: New file.
9983 * gdb.perf/template-breakpoints.exp: New file.
9984 * gdb.perf/template-breakpoints.py: New file.
9985
92630041
TT
99862018-03-19 Tom Tromey <tom@tromey.com>
9987
9988 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9989 y0.
9990 * gdb.rust/simple.exp: Test bare identifier form of struct
9991 initializer.
9992
76727919
TT
99932018-03-19 Tom Tromey <tom@tromey.com>
9994
9995 * gdb.gdb/observer.exp: Remove.
9996
194ed413
AA
99972018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9998
9999 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10000 "qualified" option when setting breakpoints.
10001 * gdb.trace/backtrace.exp: Likewise.
10002 * gdb.trace/circ.exp: Likewise.
10003 * gdb.trace/collection.exp: Likewise.
10004 * gdb.trace/disconnected-tracing.exp: Likewise.
10005 * gdb.trace/ftrace-lock.exp: Likewise.
10006 * gdb.trace/ftrace.exp: Likewise.
10007 * gdb.trace/infotrace.exp: Likewise.
10008 * gdb.trace/packetlen.exp: Likewise.
10009 * gdb.trace/passc-dyn.exp: Likewise.
10010 * gdb.trace/qtro.exp: Likewise.
10011 * gdb.trace/read-memory.exp: Likewise.
10012 * gdb.trace/report.exp: Likewise.
10013 * gdb.trace/signal.exp: Likewise.
10014 * gdb.trace/status-stop.exp: Likewise.
10015 * gdb.trace/strace.exp: Likewise.
10016 * gdb.trace/tfind.exp: Likewise.
10017 * gdb.trace/trace-break.exp: Likewise.
10018 * gdb.trace/trace-condition.exp: Likewise.
10019 * gdb.trace/trace-mt.exp: Likewise.
10020 * gdb.trace/tstatus.exp: Likewise.
10021 * gdb.trace/tsv.exp: Likewise.
10022 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10023 * gdb.trace/unavailable.exp: Likewise.
10024 * gdb.trace/while-dyn.exp: Likewise.
10025
8b067d2c
AA
100262018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10027
10028 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10029 that libinproctrace is copied to the target.
10030
3ae9ce5d
TT
100312018-03-14 Tom Tromey <tom@tromey.com>
10032
10033 PR cli/14977:
10034 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10035 a null pointer.
10036 * gdb.base/wchar.exp: Likewise.
10037
b8c2339b
TT
100382018-03-14 Tom Tromey <tom@tromey.com>
10039
10040 PR cli/19918:
10041 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10042 flag.
10043
4872dc46
SM
100442018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10045
10046 PR gdb/22841
10047 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10048 "target" to remote_exec.
10049
e4fe3756
SM
100502018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10051
10052 PR gdb/22841
10053 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10054 ${board}_upload): Remove.
10055
e95a97d4
AA
100562018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10057
10058 * gdb.cp/watch-cp.cc: New test.
10059 * gdb.cp/watch-cp.exp: New file.
10060
dbbb1059
AB
100612018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10062
10063 * gdb.base/infcall-nested-structs.exp: New file.
10064 * gdb.base/infcall-nested-structs.c: New file.
10065 * gdb.base/float.exp: Add riscv support.
10066
ecc054c0
TP
100672018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10068
10069 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10070 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10071
25e3c82c
SDJ
100722018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10073
10074 * gdb.server/abspath.exp: New file.
10075 * lib/gdb.exp (with_cwd): New procedure.
10076
3083294d
SM
100772018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10078
10079 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10080 use it.
10081 (gdb_is_target_remote_prompt): New proc.
10082 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10083 (gdb_is_target_native): Pass prompt parameter to
10084 gdb_is_target_1.
10085
3275ef47
SM
100862018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10087
10088 * gdb.base/load-command.c: New file.
10089 * gdb.base/load-command.exp: New file.
10090 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10091 (gdb_is_target_1): ...this, and generalize for other targets
10092 than just remote.
10093 (gdb_is_target_remote): Use gdb_is_target_1.
10094 (gdb_is_target_native): use gdb_is_target_1.
10095
6893c19a
TT
100962018-02-26 Tom Tromey <tom@tromey.com>
10097
10098 PR python/16497:
10099 * gdb.python/py-framefilter.exp: Update test.
10100
2ddeaf8a
TT
101012018-02-26 Tom Tromey <tom@tromey.com>
10102
10103 * gdb.dwarf2/variant.c: New file.
10104 * gdb.dwarf2/variant.exp: New file.
10105
c9317f21
TT
101062018-02-26 Tom Tromey <tom@tromey.com>
10107
10108 * gdb.rust/simple.exp: Accept more possible results in enum test.
10109
6f6d0c26
SM
101102018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10111
10112 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10113 parentheses.
10114
11b03145
MR
101152018-02-23 Maciej W. Rozycki <macro@mips.com>
10116
10117 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10118 name of a variable: $actual_linejj -> $actual_line.
10119
54a27fe5
JB
101202018-02-21 John Baldwin <jhb@FreeBSD.org>
10121
10122 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10123
de65820c
MM
101242018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10125
10126 * gdb.btrace/buffer-size.exp: Do not force BTS.
10127
980548fd
PA
101282018-02-14 Pedro Alves <palves@redhat.com>
10129
10130 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10131 getting a "Quit".
10132
c4e12631
MM
101332018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10134
10135 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10136 Fix test name.
10137
c2e0e465
SM
101382018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10139
10140 * gdb.cp/m-static.exp: Check type of optimized out static
10141 member.
10142
f7216783
AB
101432018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10144
10145 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10146 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10147
0625771b
LS
101482018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10149 Leszek Swirski <leszeks@google.com>
10150
10151 * gdb.python/py-prettyprint.c
10152 (struct to_string_returns_value_inner,
10153 struct to_string_returns_value_wrapper): New.
10154 (main): Add tsrvw variable.
10155 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10156 ToStringReturnsValueWrapper): New classes.
10157 (register_pretty_printers): Register new pretty-printers.
10158 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10159 recursive pretty printer.
10160 * gdb.python/py-mi.exp: Likewise.
10161
59498c30
LS
101622018-02-01 Leszek Swirski <leszeks@google.com>
10163
10164 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10165 functions with the same name as an include file are parsed
10166 correctly.
10167
d4d38844
YQ
101682018-02-01 Yao Qi <yao.qi@linaro.org>
10169
10170 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10171 "\[^\r\n\]*".
10172
07e5f5cf
NP
101732018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10174
10175 * gdb.arch/powerpc-prologue-frame.s: New file.
10176 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10177 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10178
929b5ad4
JB
101792018-01-31 Joel Brobecker <brobecker@adacore.com>
10180
10181 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10182
e671cd59
PA
101832018-01-30 Pedro Alves <palves@redhat.com>
10184
10185 PR gdb/13211
10186 * gdb.base/interrupt-daemon.c: New.
10187 * gdb.base/interrupt-daemon.exp: New.
10188 * gdb.multi/multi-term-settings.c: New.
10189 * gdb.multi/multi-term-settings.exp: New.
10190
fc413dc4
JB
101912018-01-30 Joel Brobecker <brobecker@adacore.com>
10192
10193 * gdb.base/break.exp: Save the location where the breakpoint
10194 on break.c:47 was actually inserted when debugging the version
10195 compiled at -O2 and use it in the expected output of the "info
10196 break" test performed soon after.
10197
5c319bb2
PA
101982018-01-22 Pedro Alves <palves@redhat.com>
10199 Sergio Durigan Junior <sergiodj@redhat.com>
10200
10201 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10202 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10203
a9e40818
JB
102042018-01-22 Joel Brobecker <brobecker@adacore.com>
10205
10206 * gdb.base/break-include.c, gdb.base/break-include.inc,
10207 gdb.base/break-include.exp: New files.
10208 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10209 line number now being the actual line number where the breakpoint
10210 was inserted.
10211 * gdb.mi/mi-break.exp: Likewise.
10212 * gdb.mi/mi-reverse.exp: Likewise.
10213 * gdb.mi/mi-simplerun.exp: Ditto.
10214
e707fc44
AB
102152018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10216
10217 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10218 varobj.
10219 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10220
ae451627
AB
102212018-01-21 Don Breazeal <donb@codesourcery.com>
10222 Andrew Burgess <andrew.burgess@embecosm.com>
10223
10224 * gdb.mi/basics.c: Add new global.
10225 * gdb.mi/mi-frame-regs.exp: New file.
10226 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10227 case.
10228
b1b189e0
AB
102292018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10230
10231 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10232 non-parameter, and on an unknown symbol.
10233
fcfcc376
TT
102342018-01-19 Tom Tromey <tom@tromey.com>
10235
10236 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10237 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10238
634c1c31
AA
102392018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10240
10241 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10242 setrlimit and chdir to int.
10243
d6ad07fd
AA
102442018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10245
10246 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10247 function.
10248 (my_tend): Likewise.
10249 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10250 rationale of avoiding FP- and vector instructions.
10251
adf8243b
RK
102522018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10253
10254 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10255 "info reg" with "\[ \t\]*".
10256 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10257 "\[ \t\]+".
10258 * gdb.arch/s390-multiarch.exp: Ditto.
10259 * gdb.base/pc-fp.exp: Ditto.
10260 * gdb.reverse/i386-precsave.exp: Ditto.
10261 * gdb.reverse/i386-reverse.exp: Ditto.
10262 * gdb.reverse/i387-env-reverse.exp: Ditto.
10263 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10264
dcc06925
AA
102652018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10266
10267 * lib/gdb.exp (gdb_compile): Re-enable use of
10268 universal_compile_options for languages other than Rust.
10269
25d4fd80
AA
102702018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10271
10272 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10273
ee7f689e 102742018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10275
10276 PR gdb/16577
10277 * gdb.base/solib-vanish.exp: New.
10278 * gdb.base/solib-vanish-main.c: New.
10279 * gdb.base/solib-vanish-lib1.c: New.
10280 * gdb.base/solib-vanish-lib2.c: New.
10281
d8447b6b
YQ
102822018-01-17 Yao Qi <yao.qi@linaro.org>
10283
10284 * gdb.compile/compile.exp: Match the address printed for
10285 frame in the output of command "bt".
10286
86d6a90c
TT
102872018-01-15 Tom Tromey <tom@tromey.com>
10288
10289 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10290 compute sp_reg.
10291
cbcdb1aa
AB
102922018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10293
10294 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10295 to prepare.
10296 (prepare): Return 0 on error, 1 on success.
10297
eea61984
PA
102982018-01-12 Pedro Alves <palves@redhat.com>
10299
10300 * gdb.base/continue-after-aborted-step-over.c: New.
10301 * gdb.base/continue-after-aborted-step-over.exp: New.
10302
6181e9c2
SM
103032018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10306 options when not creating an executable.
10307
3cada740
PA
103082018-01-11 Pedro Alves <palves@redhat.com>
10309
10310 PR remote/22597
10311 * gdb.server/stop-reply-no-thread.c: New file.
10312 * gdb.server/stop-reply-no-thread.exp: New file.
10313
c63d3e8d
PA
103142018-01-10 Pedro Alves <palves@redhat.com>
10315
10316 PR gdb/22670
10317 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10318 functions too. Test setting breakpoints and printing C functions
10319 with no debug info too.
10320 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10321
d4c2a405
PA
103222018-01-10 Pedro Alves <palves@redhat.com>
10323
10324 PR gdb/22670
10325 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10326 a fail.
10327
8825213e
PA
103282018-01-10 Pedro Alves <palves@redhat.com>
10329
10330 PR gdb/22670
10331 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10332
605fd3c6
YQ
103332018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10334
10335 * gdb.server/unittest.exp: Match the output in non-development
10336 mode.
10337
1e5ded6c
YQ
103382018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10339
10340 * gdb.gdb/unittest.exp: Match output in non-development mode.
10341
30066b0b
JB
103422018-01-08 Joel Brobecker <brobecker@adacore.com>
10343
10344 * gdb.ada/access_tagged_param.exp: Relax expected output
10345 for value of "ObjL" in "continue" to pck.inspect breakpoint
10346 test.
10347
04bafb1e
XR
103482018-01-08 Joel Brobecker <brobecker@adacore.com>
10349
9f86398b
JB
10350 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10351 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10352
e379cee6
PA
103532018-01-05 Pedro Alves <palves@redhat.com>
10354
10355 PR gdb/18653
10356 * gdb.base/libsegfault.exp: New.
10357
de63c46b
PA
103582018-01-05 Joel Brobecker <brobecker@adacore.com>
10359
10360 PR gdb/22670
10361 * gdb.ada/access_tagged_param.exp: New file.
10362 * gdb.ada/access_tagged_param/foo.adb: New file.
10363
f98fc17b
PA
103642018-01-05 Pedro Alves <palves@redhat.com>
10365
10366 PR gdb/22670
10367 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10368 exercise lower case too, and to exercise both full matching and
10369 wild matching.
10370
342f8240
JB
103712018-01-05 Joel Brobecker <brobecker@adacore.com>
10372
10373 * gdb.ada/rename_subscript_param: New testcase.
10374
7150d33c
JG
103752018-01-05 Jerome Guitton <guitton@adacore.com>
10376
10377 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10378
cc0e770c
JB
103792018-01-05 Joel Brobecker <brobecker@adacore.com>
10380
10381 * gdb.ada/convvar_comp: New testcase.
10382
672a41aa 103832018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10384
10385 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10386 (My_Table): New global variable.
10387 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10388
7365ec2f
JB
103892018-01-04 Joel Brobecker <brobecker@adacore.com>
10390
10391 PR gdb/22670
10392 * gdb.ada/maint_with_ada: New testcase.
10393
289483b6
JB
103942018-01-04 Joel Brobecker <brobecker@adacore.com>
10395
10396 PR gdb/22670
10397 * gdb.ada/bp_c_mixed_case: New testcase.
10398
344420da
JB
103992018-01-04 Joel Brobecker <brobecker@adacore.com>
10400
10401 PR gdb/22670
10402 * gdb.ada/complete.exp: Add "complete break ada" test.
10403
66fc87a0
JB
104042018-01-04 Joel Brobecker <brobecker@adacore.com>
10405
10406 PR gdb/22670
10407 * gdb.ada/info_addr_mixed_case: New testcase.
10408
9f757bf7
XR
104092018-01-03 Xavier Roirand <roirand@adacore.com>
10410
10411 * gdb.ada/excep_handle.exp: New testcase.
10412 * gdb.ada/excep_handle/foo.adb: New file.
10413 * gdb.ada/excep_handle/pck.ads: New file.
10414
bd570f80
JB
104152018-01-03 Joel Brobecker <brobecker@adacore.com>
10416
10417 * gdb.base/step-line.c: Add extra empty line in copyright header.
10418 * gdb.base/step-line.inp: Likewise.
10419
9fe561ab
JB
104202018-01-02 Joel Brobecker <brobecker@adacore.com>
10421
10422 * gdb.ada/dyn_stride.exp: Add slice test.
10423
a405673c
JB
104242018-01-02 Joel Brobecker <brobecker@adacore.com>
10425
10426 * gdb.ada/dyn_stride: New testcase.
10427
cef0f868
SH
104282017-12-27 Stafford Horne <shorne@gmail.com>
10429
10430 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10431 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10432
b67d92b0
SH
104332017-12-27 Stafford Horne <shorne@gmail.com>
10434
10435 * gdb.base/reggroups.c: New file.
10436 * gdb.base/reggroups.exp: New file.
10437
eccab96d
JB
104382017-12-18 Joel Brobecker <brobecker@adacore.com>
10439
10440 * gdb.dwarf2/ada-valprint-error.c: New file.
10441 * gdb.dwarf2/ada-valprint-error.exp: New file.
10442
0e2da9f0
JB
104432017-12-18 Joel Brobecker <brobecker@adacore.com>
10444
10445 * gdb.ada/assign_arr: New testcase.
10446
cb923fcc
XR
104472017-12-18 Xavier Roirand <roirand@adacore.com>
10448
10449 * gdb.ada/funcall_ptr: New testcase.
10450
7c161838
SDJ
104512017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10452
10453 PR cli/16224
10454 * gdb.base/ptype-offsets.cc: New file.
10455 * gdb.base/ptype-offsets.exp: New file.
10456
1af17fd9
YQ
104572017-12-15 Yao Qi <yao.qi@linaro.org>
10458
10459 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10460 if XML is disabled.
10461
828d5846
XR
104622017-12-15 Xavier Roirand <roirand@adacore.com>
10463
10464 * gdb.ada/same_component_name: New testcase.
10465
79e8fcaa
JB
104662017-12-14 Joel Brobecker <brobecker@adacore.com>
10467
10468 * gdb.ada/str_binop_equal: New testcase.
10469
e05fa6f9
JB
104702017-12-14 Joel Brobecker <brobecker@adacore.com>
10471
10472 * gdb.ada/task_switch_in_core: New testcase.
10473
b89641ba
SM
104742017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10475
10476 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10477 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10478 call test_bkpt_qualified.
10479 (test_bkpt_qualified): New proc.
10480
6892d2e4
PA
104812017-12-13 Pedro Alves <palves@redhat.com>
10482
10483 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10484 Tighten regexp by matching with an anchor.
10485
a22ecf70
PA
104862017-12-13 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10489 ("expression with namespace"): New set of tests.
10490 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10491 (Nested::Test_NS::qux): New.
10492 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10493 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10494
9937536c
JB
104952017-12-13 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.base/server-del-break.c: New file.
10498 * gdb.base/server-del-break.exp: New file.
10499
fe49c6f5
SH
105002017-12-12 Stafford Horne <shorne@gmail.com>
10501
10502 * gdb.xml/tdesc-regs.exp: Add or1k support.
10503
c3d18620
SH
105042017-12-12 Stafford Horne <shorne@gmail.com>
10505
10506 * gdb.base/bp-permanent.c: Define nop of or1k.
10507
c5f9cfc8
JB
105082017-12-11 Joel Brobecker <brobecker@adacore.com>
10509
10510 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10511 output with components being reordered.
10512
a9c135fc
JB
105132017-12-11 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10516 output with components being reordered.
10517
927aa2e7
JK
105182017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10519 Pedro Alves <palves@redhat.com>
10520
10521 * gdb.base/maint.exp (check for .gdb_index): Check also for
10522 .debug_names.
10523 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10524 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10525 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10526 (.gdb_index used after symbol reloading): Support also .debug_names.
10527 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10528
f17d9474
YQ
105292017-12-08 Yao Qi <yao.qi@linaro.org>
10530
10531 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10532 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10533
a0de8c21
YQ
105342017-12-08 Yao Qi <yao.qi@linaro.org>
10535
10536 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10537 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10538
a738ea1d
YQ
105392017-12-08 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.arch/aarch64-tagged-pointer.c: New file.
10542 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10543
1cd9a73b
SDJ
105442017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10545
10546 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10547 "int".
10548
fa6eb693
KS
105492017-12-07 Keith Seitz <keiths@redhat.com>
10550
10551 PR breakpoints/22569
10552 * gdb.linespec/ls-errs.exp: Change expected result of "break
10553 -source this file has spaces.c -line 3".
10554 Check that an explicit source file followed by whitespace is
10555 identified as an invalid explicit location.
10556
883fd55a
KS
105572017-12-07 Keith Seitz <keiths@redhat.com>
10558
10559 * gdb.cp/nested-types.cc: New file.
10560 * gdb.cp/nested-types.exp: New file.
10561 * lib/cp-support.exp: Load data-structures.exp library.
10562 (debug_cp_test_ptype_class): New global.
10563 (cp_ptype_class_verbose, next_line): New procedures.
10564 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10565 Add and document new return value.
10566 Switch the list of lines to a queue.
10567 Add support for new `type' key for nested type definitions.
10568 Add debugging/troubleshooting messages.
10569 * lib/data-structures.exp: New file.
10570
ec72db3e
SM
105712017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10572
10573 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10574 with proc_with_prefix, don't use with_test_prefix.
10575
99598d71
TT
105762017-12-07 Tom Tromey <tom@tromey.com>
10577
10578 * gdb.base/break.exp: Add test for empty "commands".
10579
a8806230
YQ
105802017-12-07 Yao Qi <yao.qi@linaro.org>
10581
10582 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10583 malloc and catch syscall.
10584
824cc835
PM
105852017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10586
e79be6e5 10587 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10588 tests for explicit locations.
10589
7cc244de
PA
105902017-12-06 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10593 force-disabling XML descriptions.
10594
50a1fdd5
PA
105952017-12-04 Pedro Alves <palves@redhat.com>
10596
10597 PR gdb/22499
10598 * gdb.arch/amd64-disp-step-avx.S: New file.
10599 * gdb.arch/amd64-disp-step-avx.exp: New file.
10600
f0fb2488
PA
106012017-12-03 Pedro Alves <palves@redhat.com>
10602
10603 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10604 and <string.h>.
10605 (parent_function): Print distinct messages when waitpid fails, or
10606 the child exits with a signal, or the child exits for an unhandled
10607 reason.
10608 * gdb.threads/process-dies-while-detaching.exp
10609 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10610 it. Wait for both inferior output and GDB's prompt. Use an
10611 indirect spawn id list.
10612 (do_detach): New parameter 'child_exit'. Use it to compute
10613 expected inferior output.
10614 (test_detach, test_detach_watch, test_detach_killed_outside):
10615 Adjust to pass down the expected child exit kind.
10616
97cbe998
SDJ
106172017-12-01 Joel Brobecker <brobecker@adacore.com>
10618 Sergio Durigan Junior <sergiodj@redhat.com>
10619 Pedro Alves <palves@redhat.com>
10620
10621 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10622
40fc416f
SDJ
106232017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10624
10625 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10626 to 'symbol-file' and 'add-symbol-file' can be
10627 position-independent.
10628
1cc75e92
YQ
106292017-12-01 Yao Qi <yao.qi@linaro.org>
10630
10631 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10632 the URL in copyright header.
10633 * gdb.arch/aarch64-fp.exp: Likewise.
10634 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10635 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10636 * gdb.base/expand-psymtabs.exp: Likewise.
10637 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10638 * gdb.fortran/common-block.exp: Likewise.
10639 * gdb.fortran/common-block.f90: Likewise.
10640 * gdb.fortran/logical.exp: Likewise.
10641 * gdb.fortran/vla-datatypes.f90: Likewise.
10642 * gdb.fortran/vla-sub.f90: Likewise.
10643
875fb7a7
JB
106442017-11-30 Joel Brobecker <brobecker@adacore.com>
10645
10646 * gdb.ada/repeat_dyn: New testcase.
10647
6f14765f
UW
106482017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10649
10650 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10651 Update for changed thread numbering.
10652 * gdb.cell/bt.exp: Update for changed GDB output.
10653
f1af7b94
SM
106542017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10655
10656 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10657 setting isremote by hand.
10658 * boards/dwarf4-gdb-index.exp: Likewise.
10659 * boards/fission.exp: Likewise.
10660 * boards/stabs.exp: Likewise.
10661
e3919f3e
PA
106622017-11-30 Pedro Alves <palves@redhat.com>
10663
10664 * gdb.linespec/cpls-ops.exp
10665 (check_explicit_skips_function_argument): Extract the underlying
10666 type of size_t instead of hardcoding it.
10667
bd69330d
PA
106682017-11-29 Pedro Alves <palves@redhat.com>
10669
10670 PR c++/19436
10671 * gdb.linespec/cpls-abi-tag.cc: New file.
10672 * gdb.linespec/cpls-abi-tag.exp: New file.
10673
a20714ff
PA
106742017-11-29 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.base/langs.exp: Use -qualified.
10677 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10678 it.
10679 * gdb.cp/namespace.exp: Use -qualified.
10680 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10681 (overload-3, template-overload, template-ret-type, const-overload)
10682 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10683 procedures.
10684 (test_driver): Call them.
10685 * gdb.cp/save-bp-qualified.cc: New.
10686 * gdb.cp/save-bp-qualified.exp: New.
10687 * gdb.linespec/explicit.exp: Test -qualified.
10688 * lib/completion-support.exp (completion::explicit_opts_list): Add
10689 "-qualified".
10690 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10691
f6f1d339
PM
106922017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10693
10694 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10695
02ca603a
TT
106962017-11-29 Tom Tromey <tom@tromey.com>
10697
10698 * gdb.base/relocate.exp: Update invalid argument test.
10699 Add new tests for invalid arguments.
10700
ed6c0bfb
TP
107012017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10702
10703 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10704 Return 0 as a long.
10705 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10706
f106e10e
TP
107072017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10708
10709 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10710 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10711 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10712 func ().
10713 * gdb.cp/shadow.cc (B.func): Return 0.
10714
10329bb2
JB
107152017-11-27 Joel Brobecker <brobecker@adacore.com>
10716
10717 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10718 expected output in gdb_expect call to allow the exception
10719 message to be present as well. Fix syntax confusion to avoid
10720 TCL thinking that exception_name is an array.
10721
617cd4bc
UW
107222017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10723
10724 * gdb.arch/spu-info.c: Include <unistd.h>.
10725 (do_signal_test): Fix broken calls to write.
10726 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10727 Fix checks for empty mailboxes. Update signal tests for corrected
10728 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10729 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10730 * gdb.cell/arch.exp: Use standard_output_file.
10731 * gdb.cell/break.exp: Likewise.
10732 * gdb.cell/bt.exp: Likewise.
10733 * gdb.cell/core.exp: Likewise.
10734 * gdb.cell/dwarfaddr.exp: Likewise.
10735 * gdb.cell/ea-cache.exp: Likewise.
10736 * gdb.cell/ea-standalone.exp: Likewise.
10737 * gdb.cell/f-regs.exp: Likewise.
10738 * gdb.cell/fork.exp: Likewise.
10739 * gdb.cell/gcore.exp: Likewise.
10740 * gdb.cell/mem-access.exp: Likewise.
10741 * gdb.cell/ptype.exp: Likewise.
10742 * gdb.cell/registers.exp: Likewise.
10743 * gdb.cell/sizeof.exp: Likewise.
10744 * gdb.cell/solib-symbol.exp: Likewise.
10745 * gdb.cell/solib.exp: Likewise.
617cd4bc 10746
a81aaca0
PA
107472017-11-25 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.base/complete-empty.exp: New file.
10750 * gdb.base/completion.exp: Adjust.
10751
6a3c6ee4
PA
107522017-11-25 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.linespec/cpls-ops.cc: New file.
10755 * gdb.linespec/cpls-ops.exp: New file.
10756 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10757 factored out from ...
10758 (test_complete_prefix_range): ... this.
10759
8955eb2d
PA
107602017-11-24 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.linespec/cpcompletion.exp: New file.
10763 * gdb.linespec/cpls-hyphen.cc: New file.
10764 * gdb.linespec/cpls.cc: New file.
10765 * gdb.linespec/cpls2.cc: New file.
10766 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10767 test to use test_gdb_complete_unique. Add label completion,
10768 keyword completion and explicit location completion tests.
10769 * lib/completion-support.exp: New file.
10770
e547c119
JB
107712017-11-24 Joel Brobecker <brobecker@adacore.com>
10772
10773 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10774 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10775 when hitting an exception catchpoint.
10776
7c3c1aa8
YQ
107772017-11-22 Yao Qi <yao.qi@linaro.org>
10778
10779 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10780
41bd68f5
SM
107812017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10782
10783 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10784 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10785 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10786
1daad298
YQ
107872017-11-22 Yao Qi <yao.qi@linaro.org>
10788
10789 * gdb.base/info-os.exp: Pass pthreads.
10790 * gdb.multi/multi-attach.exp: Likewise.
10791
88465e87
YQ
107922017-11-22 Yao Qi <yao.qi@linaro.org>
10793
10794 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10795 compiler.
10796
dc196b23
YQ
107972017-11-22 Yao Qi <yao.qi@linaro.org>
10798
10799 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10800 * gdb.base/break-interp.exp: Likewise.
10801 * gdb.base/jit-attach-pie.exp: Likewise.
10802
2400729e
UW
108032017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10804
10805 * gdb.base/float128.c (large128): New variable.
10806 * gdb.base/float128.exp: Add test to print largest __float128 value.
10807
7a26362d
UW
108082017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10809
10810 * gdb.arch/vsx-regs.exp: Update register content checks.
10811
ed0f4273
UW
108122017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10813
10814 * gdb.arch/ppc-longdouble.exp: New file.
10815 * gdb.arch/ppc-longdouble.c: Likewise.
10816
a25d69c6
PA
108172017-11-21 Pedro Alves <palves@redhat.com>
10818
10819 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10820
73fcf641
PA
108212017-11-20 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10824 (long_double_typedef): New typedefs.
10825 Use DEF on double and long double.
10826 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10827 cases.
10828 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10829 and 'long_double_ptr_same_size' locals. Use them to decide
10830 whether cast from array/function to float is valid/invalid.
10831
71a3c369
TT
108322017-11-17 Tom Tromey <tom@tromey.com>
10833
10834 * gdb.rust/traits.rs: New file.
10835 * gdb.rust/traits.exp: New file.
10836
ced9779b
JB
108372017-11-17 Joel Brobecker <brobecker@adacore.com>
10838
10839 * gdb.ada/minsyms: New testcase.
10840
a0922d80
PA
108412017-11-16 Pedro Alves <palves@redhat.com>
10842
10843 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10844 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10845
ea04e54c
PA
108462017-11-16 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10849 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10850
e849ea89
PA
108512017-11-16 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.server/reconnect-ctrl-c.c: New file.
10854 * gdb.server/reconnect-ctrl-c.exp: New file.
10855
d8ae99a7
PM
108562017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10857
10858 * gdb.python/py-rbreak.exp: New file.
10859 * gdb.python/py-rbreak.c: New file.
10860 * gdb.python/py-rbreak-func2.c: New file.
10861
968a13f8
PA
108622017-11-16 Pedro Alves <palves@redhat.com>
10863
10864 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10865 pattern.
10866 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10867 GDB.
10868
71774bc9
SM
108692017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10870
10871 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10872 regex.
10873
ddbb44cf
SM
108742017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10875
10876 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10877 test names.
10878
584a564f
PA
108792017-11-09 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10882 factored out from ...
10883 (top level): ... here, and adjusted to avoid expecting beyond the
10884 prompt in a single gdb_test_multiple.
10885
5ed7a928
PA
108862017-11-09 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10889 output.
10890 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10891 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10892 * gdb.server/ext-run.exp ("kill" test): Likewise.
10893 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10894
a60e0738
PA
108952017-11-09 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10898 match till end of line.
10899
2c88253f
PA
109002017-11-09 Pedro Alves <palves@redhat.com>
10901
10902 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10903
c7a38517
PA
109042017-11-09 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10907 New procedures, factored out from ...
10908 (top level): ... here, and adjusted to avoid expecting beyond the
10909 prompt in one go.
10910
f29f4b6b
PA
109112017-11-09 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10914 output. Fix '?' match.
10915
286acbb5
JB
109162017-11-08 Joel Brobecker <brobecker@adacore.com>
10917
10918 * gdb.ada/scoped_watch: New testcase.
10919 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10920 which is actually correct.
10921 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10922 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10923
62d7ae92
PA
109242017-11-08 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.gdb/complaints.exp (test_initial_complaints)
10927 (test_serial_complaints, test_short_complaints): Call
10928 complaint_internal instead of complaint.
10929
280ca31f
DT
109302017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10931
10932 * gdb.threads/tls-core.c: New file.
10933 * gdb.threads/tls-core.exp: Likewise.
10934
b5ec771e
PA
109352017-11-08 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10938 (p Exported_Capitalized): New test.
10939 (p exported_capitalized): New test.
10940
a02b41a7
PA
109412017-11-07 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10944
95e95a6d
PA
109452017-11-07 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10948 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10949 (disable_invalid, disable_inverted, disable_negative): New
10950 procedures.
10951 ("bad numbers"): New set of tests.
10952
cee62dbd
PA
109532017-11-07 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.cp/ena-dis-br-range.exp: Add tests.
10956
cc638e86
PA
109572017-11-07 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10960
d0fe4701
XR
109612017-11-07 Xavier Roirand <roirand@adacore.com>
10962 Pedro Alves <palves@redhat.com>
10963
10964 * gdb.base/ena-dis-br.exp: Add reference to
10965 gdb.cp/ena-dis-br-range.exp.
10966 * gdb.cp/ena-dis-br-range.exp: New file.
10967 * gdb.cp/ena-dis-br-range.cc: New file.
10968
46f67f80
PA
109692017-11-06 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.base/attach-non-pgrp-leader.c: New.
10972 * gdb.base/attach-non-pgrp-leader.exp: New.
10973
726e1356
PA
109742017-11-06 Pedro Alves <palves@redhat.com>
10975
10976 * configure.ac: No longer check for termio.h and sgtty.h.
10977 * configure: Regenerate.
10978 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10979 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10980 Remove termio and sgtty code.
10981
50ab6ace
YQ
109822017-11-03 Yao Qi <yao.qi@linaro.org>
10983
10984 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10985 in GDB is disabled.
10986
8e68731c
YQ
109872017-11-03 Yao Qi <yao.qi@linaro.org>
10988
10989 * gdb.python/py-thrhandle.exp: Skip it if python is not
10990 enabled.
10991
3a87ae65
SM
109922017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10993
10994 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10995 as a breakpoint command.
10996
484d8d36
MD
109972017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10998
10999 PR python/21213
11000 * gdb.python/py-infthread.exp: Test calling
11001 InferiorThread.inferior () multiple times in a row.
11002
4a27f119
KS
110032017-10-27 Keith Seitz <keiths@redhat.com>
11004
11005 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11006 Test "info break" for every inlined function breakpoint.
11007
bb11dd58
YQ
110082017-10-27 Yao Qi <yao.qi@linaro.org>
11009
11010 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11011
a43f3893
PF
110122017-10-26 Patrick Frants <osscontribute@gmail.com>
11013
11014 * gdb.cp/classes.exp (test_static_members): Test printing
11015 Outer::instance.
11016 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11017 (Inner::instance, Outer::instance): New.
11018
792ccf00
PA
110192017-10-24 Pedro Alves <palves@redhat.com>
11020
11021 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11022 extra console" test in two stages.
11023
eb2bfbad
PA
110242017-10-24 Pedro Alves <palves@redhat.com>
11025
11026 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11027
1f75a651
PA
110282017-10-24 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11031 loop.
11032
779990d9
PA
110332017-10-24 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11036 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11037
ad9b8f5d
PA
110382017-10-24 Pedro Alves <palves@redhat.com>
11039
11040 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11041 parameter and handle it. Don't output read value in test name.
11042
fee6da6e
PA
110432017-10-24 Pedro Alves <palves@redhat.com>
11044
11045 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11046 custom test name.
11047
10389c2c
PA
110482017-10-24 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11051 include the unstable output directory name in the test's name.
11052 (initial_setup_simple) <'set args'>: Use custom test name.
11053
a80e65a9
PA
110542017-10-24 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11057 with explicit test name.
11058
15763a09
PA
110592017-10-20 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11062 'wait -i'. Use gdb_assert and remote_close.
11063
49a4ce2e
AB
110642017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11065
11066 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11067 number from variable rather than hard-coded.
11068
a75868f5
PA
110692017-10-19 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/long-inferior-output.c: New file.
11072 * gdb.base/long-inferior-output.exp: New file.
11073
c8ba13ad
KS
110742017-11-18 Keith Seitz <keiths@redhat.com>
11075
11076 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11077 method.
11078 (main): Call it.
11079 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11080 Add additional user-defined conversion operator tests.
11081
b27de576
PA
110822017-10-17 Pedro Alves <palves@redhat.com>
11083
11084 * boards/native-stdio-gdbserver.exp: Load "local-board".
11085
8484c955
PA
110862017-10-17 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.base/quit-live.c: New file.
11089 * gdb.base/quit-live.exp: New file.
11090
83d5a34d
KS
110912017-10-16 Keith Seitz <keiths@redhat.com>
11092
11093 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11094 (class_with_protected_typedef, class_with_private_typedef)
11095 (struct_with_public_typedef, struct_with_protected_typedef)
11096 (struct_with_private_typedef): New classes/structs.
11097 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11098 typedefs and access specifiers.
11099
739b3f1d
PA
111002017-10-16 Pedro Alves <palves@redhat.com>
11101 Simon Marchi <simon.marchi@polymtl.ca>
11102
11103 * README (Local vs Remote vs Native): New section.
11104 * boards/local-board.exp: New file, with bits factored out from
11105 ...
11106 * boards/native-extended-gdbserver.exp: ... here. Load
11107 "local-board".
11108 * boards/native-gdbserver.exp: Load "local-board".
11109 (${board}_spawn, ${board}_exec): Delete.
11110 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11111 ...
11112 * boards/stdio-gdbserver-base.exp: ... this new file.
11113 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11114 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11115 procedure.
11116 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11117 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11118 stdio_gdbserver_command.
11119 (${board}_get_remote_address, ${board}_get_comm_port)
11120 (${board}_download, ${board}_upload): Delete.
11121 (get_target_remote_pipe_cmd): New.
11122
fe68b953
SM
111232017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11124
11125 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11126 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11127 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11128 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11129 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11130 remove with_test_prefix.
11131
300b6685
PA
111322017-10-13 Pedro Alves <palves@redhat.com>
11133
11134 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11135 * gdb.base/annota1.exp: Use it instead of is_remote.
11136 * gdb.base/annota3.exp: Use it instead of is_remote.
11137 * gdb.cp/annota2.exp: Use it instead of is_remote.
11138 * gdb.cp/annota3.exp: Use it instead of is_remote.
11139 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11140
50500caf
PA
111412017-10-13 Pedro Alves <palves@redhat.com>
11142
11143 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11144 (test_num_test_vars, run_and_count_vars, find_env)
11145 (test_set_unset_env, test_inherit_env_var): New procedures.
11146 (top level): Use them.
11147
dad0c6d2
PA
111482017-10-13 Pedro Alves <palves@redhat.com>
11149
11150 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11151 also skip on stub-like targets.
11152
8b0553c1
PA
111532017-10-13 Pedro Alves <palves@redhat.com>
11154
11155 PR gdb/22293
11156 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11157 (top level): Move some tests to ...
11158 (test_not_found): ... this new procedure.
11159 (top level): Call it.
11160
7594f623
PA
111612017-10-13 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11164 expect different "info terminal" output if testing with a
11165 non-native target.
11166
ebe3b402
PA
111672017-10-13 Pedro Alves <palves@redhat.com>
11168 Simon Marchi <simon.marchi@polymtl.ca>
11169
11170 PR python/12966
11171 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11172
42f1b161
PA
111732017-10-13 Pedro Alves <palves@redhat.com>
11174
11175 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11176 already.
11177
8d6ef72b
PA
111782017-10-13 Pedro Alves <palves@redhat.com>
11179
11180 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11181 is_remote.
11182
d7bcd5b8
PA
111832017-10-13 Pedro Alves <palves@redhat.com>
11184
11185 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11186 is_remote.
11187
df479dc6
PA
111882017-10-13 Pedro Alves <palves@redhat.com>
11189
11190 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11191 is set.
11192 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11193 instead of is_remote.
11194
23fb630a
PA
111952017-10-13 Pedro Alves <palves@redhat.com>
11196
11197 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11198 (top level): Add comment.
11199
cc77b1dc
PA
112002017-10-13 Pedro Alves <palves@redhat.com>
11201
11202 * gdb.base/remote.exp (top level): Fix comment typo and add
11203 missing return.
11204
27c9e813
PA
112052017-10-13 Pedro Alves <palves@redhat.com>
11206 Simon Marchi <simon.marchi@polymtl.ca>
11207
11208 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11209 calls and add comments. Skip test if use_gdb_stub is set.
11210 (top level): Use "set cwd" command instead of "cd" command.
11211
5e830d98
PA
112122017-10-13 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11215 is_remote target check.
11216
f5ca0032
PA
112172017-10-13 Pedro Alves <palves@redhat.com>
11218
11219 * gdb.base/scope.exp: Use build_executable + clean_restart +
11220 gdb_file_cmd instead of prepare_for_testing and no longer skip
11221 "before run" tests on is_remote target boards. Update comments.
11222 * boards/native-extended-gdbserver.exp
11223 (extended_gdbserver_load_last_file): New, factored out from ...
11224 (gdb_load): ... this. Move further below and add comment.
11225 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11226
8aed1c0d
PA
112272017-10-12 Pedro Alves <palves@redhat.com>
11228
11229 * gdb.base/attach.exp: Remove references to gdb64.
11230 * gdb.base/dbx.exp: Remove references to gdb64.
11231
cfa34c87
SM
112322017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11233 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.base/label.exp: Remove is_remote target check.
11236
9192b7de
PA
112372017-10-12 Pedro Alves <palves@redhat.com>
11238
11239 * gdb.base/auvx.exp (coredir): Update comment.
11240 (top level) <core_works>: Use "set cwd" command instead of "cd"
11241 command.
11242
6bf0052d
PA
112432017-10-12 Pedro Alves <palves@redhat.com>
11244 Simon Marchi <simon.marchi@polymtl.ca>
11245
11246 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11247 target boards.
11248
e48ef82d
PA
112492017-10-12 Pedro Alves <palves@redhat.com>
11250 Simon Marchi <simon.marchi@polymtl.ca>
11251
11252 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11253 Instead skip if there's any gdb_protocol set.
11254
8d7aea57
SM
112552017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11256 Pedro Alves <palves@redhat.com>
11257
11258 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11259
30440677
PA
112602017-10-12 Pedro Alves <palves@redhat.com>
11261 Simon Marchi <simon.marchi@polymtl.ca>
11262
11263 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11264 instead of on dejagnu remote boards.
11265
4e04f045 112662017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11267 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11268
11269 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11270 checks. Use build_executable + clean_restart instead of
11271 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11272 of enabling non-stop after starting gdb.
11273
871a186e
PA
112742017-10-12 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11277 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11278 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11279 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11280
56d704da
AK
112812017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11282
11283 * gdb.arch/arc-tdesc-cpu.exp: New file.
11284 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11285
2f20e312
SM
112862017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11287
11288 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11289
65630365
PA
112902017-10-10 Pedro Alves <palves@redhat.com>
11291
11292 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11293 expect CLI output.
11294
bf469271
PA
112952017-10-10 Pedro Alves <palves@redhat.com>
11296
11297 * lib/selftest-support.exp (selftest_setup): Update for
11298 captured_command_loop's prototype change.
11299
777a42f1
PA
113002017-10-09 Pedro Alves <palves@redhat.com>
11301
11302 Test both arch1=>arch2 and arch2=>arch1.
11303
11304 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11305 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11306 factored out to...
11307 (append_arch1_options, append_arch2_options, append_arch_options)
11308 (build_executables): New procedures.
11309 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11310 local.
11311 (top level): Add new 'first_arch' testing axis.
11312
cbd2b4e3
PA
113132017-10-09 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11316 (barrier): New.
11317 (thread_start, all_started): New functions.
11318 (main): Spawn new thread and wait until it is scheduled.
11319 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11320 option.
11321 (do_test): Add 'selected_thread' parameter. Run to all_started
11322 instead of main. Explicitly set the breakpoint at main. Switch
11323 to the SELECTED_THREAD thread.
11324 (top level): Test handling the exec event with either the main
11325 thread or the second thread selected.
11326
5c9e4427
PA
113272017-10-09 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11330 logic. Move STOP marker after the value checks.
11331 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11332 regexp.
11333
b3b7c423
SL
113342017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11335
11336 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11337
3b4b2f16
UW
113382017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11339
11340 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11341 integer-to-dfp conversion.
11342 * gdb.base/dfp-test.exp: Likewise.
11343
5cd63fda
PA
113442017-10-04 Pedro Alves <palves@redhat.com>
11345
11346 * gdb.multi/hangout.c: Include <unistd.h>.
11347 (hangout_loop): New function.
11348 (main): Call alarm. Call hangout_loop in a loop.
11349 * gdb.multi/hello.c: Include <unistd.h>.
11350 (hello_loop): New function.
11351 (main): Call alarm. Call hangout_loop in a loop.
11352 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11353 inferior with the other selected.
11354
4c71c105
SM
113552017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11356
11357 * gdb.mi/list-thread-groups-available.exp: New file.
11358 * gdb.mi/list-thread-groups-available.c: New file.
11359
bc3b087d
SDJ
113602017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11361
11362 * gdb.base/set-cwd.exp: Make it available on
11363 native-extended-gdbserver.
11364
d092c5a2
SDJ
113652017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11366
11367 * gdb.base/set-cwd.c: New file.
11368 * gdb.base/set-cwd.exp: Likewise.
11369
45320ffa
TT
113702017-10-02 Tom Tromey <tom@tromey.com>
11371
11372 PR rust/22236:
11373 * gdb.rust/simple.rs (main): New variable "fslice".
11374 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11375
b3e3859b
TT
113762017-10-02 Tom Tromey <tom@tromey.com>
11377
11378 * gdb.rust/simple.exp: Test ptype of a slice.
11379
01af5e0d
TT
113802017-10-02 Tom Tromey <tom@tromey.com>
11381
11382 * gdb.rust/simple.exp: Test index of slice.
11383
a9bbfbd8
TT
113842017-09-27 Tom Tromey <tom@tromey.com>
11385
11386 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11387
df8899e5
TP
113882017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11389 Pedro Alves <palves@redhat.com>
11390
11391 * gdb.base/compare-sections.exp (get value of read-only section): Read
11392 as unsigned value.
11393 (corrupt read-only section): Likewise and don't set written if patching
11394 failed.
11395
757bf54b
KB
113962017-09-21 Kevin Buettner <kevinb@redhat.com>
11397
11398 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11399 files.
11400
06871ae8
PA
114012017-09-20 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11404 symbol names in gdb's output.
11405 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11406
e5f25bc5
PA
114072017-09-20 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11410 Rename to ...
11411 (test_list_ambiguous_symbol): ... this and add a symbol name
11412 parameter. Adjust.
11413 (test_list_ambiguous_function): Reimplement on top of
11414 test_list_ambiguous_symbol and also test listing ambiguous
11415 variables.
11416 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11417 (ambiguous_fun): ... this.
11418 (ambiguous_var): New.
11419 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11420 (ambiguous_fun): ... this.
11421 (ambiguous_var): New.
11422
4e5a4f58
JB
114232017-09-19 John Baldwin <jhb@FreeBSD.org>
11424
11425 * gdb.base/starti.c: New file.
11426 * gdb.base/starti.exp: New file.
11427 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11428
26e53f3e
PA
114292017-09-14 Pedro Alves <palves@redhat.com>
11430
11431 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11432 (top level): Use it instead of runto.
11433
cb791d59
TT
114342017-09-11 Tom Tromey <tom@tromey.com>
11435
11436 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11437
7c96f8c1
TT
114382017-09-11 Tom Tromey <tom@tromey.com>
11439
11440 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11441 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11442
469412dd
CW
114432017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11444
11445 * gdb.fortran/printing-types.exp: New file.
11446 * gdb.fortran/printing-types.exp: New file.
11447
e0f86435
BH
114482017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11449
11450 * gdb.fortran/vla-ptype.exp: Fix typos.
11451 * gdb.fortran/vla-value.exp: Same.
11452
9e9af4be
BH
114532017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11454
11455 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11456 * gdb.mi/mi-var-child-f.exp: Likewise.
11457 * gdb.mi/mi-vla-fortran.exp: Likewise.
11458
a5ad232b 114592017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11460 Christoph Weinmann <christoph.t.weinmann@intel.com>
11461 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11462
11463 * gdb.fortran/ptr-indentation.f90: New file.
11464 * gdb.fortran/ptr-indentation.exp: New file.
11465
5aec60eb
TT
114662017-09-05 Tom Tromey <tom@tromey.com>
11467
11468 PR gdb/22010:
11469 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11470
8f8f8152
TP
114712017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11472
11473 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11474
fbd1b771
JK
114752017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 * gdb.threads/tls-nodebug-pie.c: New file.
11478 * gdb.threads/tls-nodebug-pie.exp: New file.
11479
5eb5f850
TT
114802017-09-05 Tom Tromey <tom@tromey.com>
11481
11482 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11483 for rust.
11484
ae780a21
SM
114852017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11486
11487 * gdb.multi/multi-arch-exec.exp: Test with different
11488 "follow-exec-mode" settings.
11489 (do_test): New procedure.
11490
3693fdb3
PA
114912017-09-04 Pedro Alves <palves@redhat.com>
11492
11493 * gdb.base/func-static.c (S::method const, S::method volatile)
11494 (S::method volatile const): New methods.
11495 (c_s, v_s, cv_s): New instances.
11496 (main): Call method() on them.
11497 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11498 (cannot_resolve): New procedure.
11499 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11500 print-quote-unquoted columns.
11501 (do_test): Test printing each scope too.
11502
e68cb8e0
PA
115032017-09-04 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/local-static.exp: Also test with
11506 class::method::variable wholly quoted.
11507 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11508
858be34c
PA
115092017-09-04 Pedro Alves <palves@redhat.com>
11510
11511 * gdb.base/local-static.c: New.
11512 * gdb.base/local-static.cc: New.
11513 * gdb.base/local-static.exp: New.
11514
46a4882b
PA
115152017-09-04 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.asm/asm-source.exp: Add casts to int.
11518 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11519 (dataglobal64_1, dataglobal64_2): New globals.
11520 * gdb.base/nodebug.exp: Test different expressions involving the
11521 new globals, with print, whatis and ptype. Add casts to int.
11522 * gdb.base/solib-display.exp: Add casts to int.
11523 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11524 * gdb.cp/m-static.exp: Add cast to int.
11525 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11526 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11527 tls variable with no debug info without a cast. Test with a cast
11528 to int too.
11529 * gdb.trace/entry-values.exp: Add casts.
11530
2c5a2be1
PA
115312017-09-04 Pedro Alves <palves@redhat.com>
11532
11533 * gdb.base/nodebug.exp: Test that ptype's error about functions
11534 with unknown return type includes the function name too.
11535
7022349d
PA
115362017-09-04 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11539 return type of munmap in infcall.
11540 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11541 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11542 type of ftell in infcall.
11543 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11544 type of getpid in infcall.
11545 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11546 infcall.
11547 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11548 Bail on failure to extract the pid.
11549 * gdb.base/nodebug.c: #include <stdint.h>.
11550 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11551 New functions.
11552 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11553 Change expected output of print/whatis/ptype with functions with
11554 no debug info. Test all supported languages. Call
11555 test_call_promotion.
11556 * gdb.compile/compile.exp: Adjust expected output to expect
11557 warning.
11558 * gdb.threads/siginfo-threads.exp: Likewise.
11559
54990598
PA
115602017-09-04 Pedro Alves <palves@redhat.com>
11561
11562 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11563 "prototypes". Test calling float functions via prototyped and
11564 unprototyped function pointers.
11565 (perform_all_tests): New parameter "prototypes". Pass it down.
11566 (top level): Pass down "prototypes" parameter to
11567 perform_all_tests.
11568
34d16ea2
SM
115692017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11570
11571 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11572 Test with nested loops.
11573
9521ecda
SM
115742017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11575
11576 * gdb.base/commands.exp: Call the new procedures.
11577 (loop_break_test, loop_continue_test): New procedures.
11578
80a65e9b
SM
115792017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * gdb.base/commands.exp: Call new procedure.
11582 (define_if_without_arg_test): New procedure.
11583
e439fa14
PA
115842017-09-04 Pedro Alves <palves@redhat.com>
11585
11586 * gdb.base/list-ambiguous.exp: New file.
11587 * gdb.base/list-ambiguous0.c: New file.
11588 * gdb.base/list-ambiguous1.c: New file.
11589 * gdb.base/list.exp (test_list_range): Adjust expected output.
11590
0a2dde4a
SDJ
115912017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11592
11593 * gdb.base/share-env-with-gdbserver.c: New file.
11594 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11595
5e89eb3a
SM
115962017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11597
11598 * gdb.base/commands.exp (gdbvar_simple_if_test,
11599 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11600 progvar_simple_if_test, progvar_simple_while_test,
11601 progvar_complex_if_while_test, user_defined_command_test,
11602 user_defined_command_args_eval,
11603 user_defined_command_args_stack_test,
11604 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11605 temporary_breakpoint_commands,
11606 gdb_test_no_prompt, redefine_hook_test,
11607 redefine_backtrace_test): Remove "global gdb_prompt".
11608
fd437cbc
SM
116092017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11610
11611 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11612 New proc, call it from toplevel.
11613
87215ad1
SDJ
116142017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11615
11616 PR remote/21852
11617 * gdb.server/normal.c: New file, copied from gdb.base.
11618 * gdb.server/run-without-local-binary.exp: New file.
11619
58afddc6
WP
116202017-08-07 Weimin Pan <weimin.pan@oracle.com>
11621
11622 * gdb.arch/sparc64-adi.exp: New file.
11623 * gdb.arch/sparc64-adi.c: New file.
11624
5277199a
PA
116252017-08-22 Pedro Alves <palves@redhat.com>
11626
11627 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11628 (top level): Add "list all overloads" tests.
11629
14278e1f
TT
116302017-08-22 Tom Tromey <tom@tromey.com>
11631
11632 * gdb.gdb/xfullpath.exp: Remove.
11633
bf223d3e
PA
116342017-08-21 Pedro Alves <palves@redhat.com>
11635
11636 PR gdb/19487
11637 * gdb.base/symbol-alias.c: New.
11638 * gdb.base/symbol-alias2.c: New.
11639 * gdb.base/symbol-alias.exp: New.
11640
c973d0aa
PA
116412017-08-21 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/dfp-test.c
11644 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11645 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11646 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11647 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11648 * gdb.base/whatis-ptype-typedefs.c: New.
11649 * gdb.base/whatis-ptype-typedefs.exp: New.
11650 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11651 (an_int, an_int_type, an_int_type2): New globals.
11652 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11653 involving typedefs and cast expressions.
11654 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11655 (lookup_typedefs_function): New.
11656 (typedefs_pretty_printers_dict): New.
11657 (top level): Register lookup_typedefs_function in
11658 gdb.pretty_printers.
11659
6d580b63
YQ
116602017-08-18 Yao Qi <yao.qi@linaro.org>
11661
11662 * gdb.server/unittest.exp: New.
11663
206726fb
SDJ
116642017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11665
11666 PR gdb/21954
11667 * gdb.base/environ.exp: Add test to check if 'unset environment'
11668 works.
11669
bf0ec4c2
AA
116702017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11671
11672 * lib/gdb.exp (universal_compile_options): New caching proc.
11673 (gdb_compile): Suppress GCC's coloring of messages.
11674
d6382fff
TT
116752017-08-14 Tom Tromey <tom@tromey.com>
11676
11677 PR gdb/21675:
11678 * gdb.base/printcmds.exp (test_radices): New function.
11679 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11680 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11681 * lib/gdb.exp (get_integer_valueof): Use p/d.
11682
c2c2dd9f
SM
116832017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11684
11685 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11686 characters.
11687
fdffd6f4
TT
116882017-08-05 Tom Tromey <tom@tromey.com>
11689
11690 * gdb.rust/simple.exp: Allow String to appear in a different
11691 namespace.
11692
27d41eac
YQ
116932017-07-26 Yao Qi <yao.qi@linaro.org>
11694
11695 * gdb.gdb/unittest.exp: Invoke command
11696 "maintenance check xml-descriptions".
11697
031ed05d
AA
116982017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11699
11700 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11701 calling context.
11702 (hex128): Drop erroneous calculation of parameters.
11703
dcd27ddf
SM
117042017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11705
11706 * gdb.python/py-unwind.exp: Disable stack protection when
11707 building test file.
11708
47e77640
PA
117092017-07-20 Pedro Alves <palves@redhat.com>
11710
11711 * gdb.base/default.exp (set language): Adjust expected output.
11712
62d2a18a
PA
117132017-07-20 Pedro Alves <palves@redhat.com>
11714
11715 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11716 (test_minsym): ... this, and make static.
11717 (get_pck__foo__bar__minsym): Rename to ...
11718 (get_test_minsym): ... this.
11719 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11720 symbol names and comments.
11721 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11722 (get_test_minsym): ... this.
11723 (pck__foo__bar__minsym__2): Rename to ...
11724 (test_minsym): ... this.
11725 (main): Adjust.
11726
c45ec17c
PA
117272017-07-17 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.base/completion.exp: Adjust expected output.
11730 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11731 the completer works.
11732
c6756f62
PA
117332017-07-17 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11736
5bd68487
AB
117372017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11738
11739 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11740
8880f2a9
TT
117412017-07-14 Tom Tromey <tom@tromey.com>
11742
11743 PR rust/21764:
11744 * gdb.rust/simple.exp: Add tests.
11745
65547233
TT
117462017-07-14 Tom Tromey <tom@tromey.com>
11747
11748 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11749
8f14146e
PA
117502017-07-14 Pedro Alves <palves@redhat.com>
11751
11752 * gdb.linespec/base/one/thefile.cc (z1): New function.
11753 * gdb.linespec/base/two/thefile.cc (z2): New function.
11754 * gdb.linespec/linespec.exp: Add tests.
11755
b4365d02
AB
117562017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11757
11758 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11759 to mi_create_breakpoint.
11760
5d2cbaa5
AB
117612017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11762
11763 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11764 mi_create_breakpoint.
11765
11cb5716
IB
117662017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11767
11768 * gdb.dlang/demangle.exp: Update for demangling changes.
11769
03278692
TT
117702017-07-09 Tom Tromey <tom@tromey.com>
11771
11772 * gdb.dwarf2/shortpiece.exp: New file.
11773
33c5cd75
DB
117742017-07-06 David Blaikie <dblaikie@gmail.com>
11775
11776 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11777 built from fissiont-multi-cu{1,2}.c.
11778 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11779 except putting 'main' and 'func' in separate CUs in the same DWO file.
11780 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11781 test.
11782 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11783 test.
11784
8455d262
PA
117852017-07-06 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.python/py-unwind.exp: Test flushregs.
11788
dc4bde35
SDJ
117892017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11790
11791 PR cli/21688
11792 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11793 tests for alias commands and trailing whitespace.
11794
51ed89aa
SDJ
117952017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11796
11797 PR cli/21688
11798 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11799 procedure. Call it.
11800
eb17d413
PA
118012017-06-29 Pedro Alves <palves@redhat.com>
11802
11803 * gdb.base/printcmds.exp: Add tests.
11804
41664b45
DG
118052017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11806
11807 PR gdb/21337
11808 * gdb.base/reread-readsym.exp: New file.
11809 * gdb.base/reread-readsym.c: New file.
11810
75312ae3
KB
118112017-06-21 Kevin Buettner <kevinb@redhat.com>
11812
11813 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11814 subpattern.
11815
66953522
PB
118162017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11817
11818 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11819 extended mnemonic.
11820 * gdb.arch/powerpc-power9.s: Likewise.
11821
5524b525
AA
118222017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11823
11824 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11825 on 32-bit x86 targets. Exploit is_*_target macros where
11826 appropriate.
11827
03c8af18
AA
118282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11829
11830 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11831 register pieces.
11832
3bf31011
AA
118332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11834
11835 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11836 located in one or more DWARF pieces.
11837
805acca0
AA
118382017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11839
11840 * lib/gdb.exp (get_endianness): New proc.
11841 * gdb.arch/aarch64-fp.exp: Use it.
11842 * gdb.arch/altivec-regs.exp: Likewise.
11843 * gdb.arch/e500-regs.exp: Likewise.
11844 * gdb.arch/vsx-regs.exp: Likewise.
11845 * gdb.base/dump.exp: Likewise.
11846 * gdb.base/funcargs.exp: Likewise.
11847 * gdb.base/gnu_vector.exp: Likewise.
11848 * gdb.dwarf2/formdata16.exp: Likewise.
11849 * gdb.dwarf2/implptrpiece.exp: Likewise.
11850 * gdb.dwarf2/nonvar-access.exp: Likewise.
11851 * gdb.python/py-inferior.exp: Likewise.
11852 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11853
e9352324
AA
118542017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11855
11856 PR gdb/21226
11857 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11858 stack value pieces are taken from the LSB end.
11859
d5d1163e
AA
118602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11861
11862 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11863 variable at nonzero offset.
11864
0567c986
AA
118652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11866
11867 * gdb.dwarf2/var-access.c: New file.
11868 * gdb.dwarf2/var-access.exp: New test.
11869 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11870
973e9aab
TT
118712017-06-12 Tom Tromey <tom@tromey.com>
11872
11873 * gdb.dwarf2/formdata16.exp: Add tests.
11874
d9109c80
TT
118752017-06-12 Tom Tromey <tom@tromey.com>
11876
11877 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11878
30a25466
TT
118792017-06-12 Tom Tromey <tom@tromey.com>
11880
11881 PR exp/16225:
11882 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11883 * gdb.arch/vsx-regs.exp: Update tests.
11884 * gdb.arch/s390-vregs.exp (hex128): New proc.
11885 Update test.
11886 * gdb.arch/altivec-regs.exp: Update tests.
11887
aefd8b33
SDJ
118882017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11889
11890 * gdb.base/startup-with-shell.c: New file.
11891 * gdb.base/startup-with-shell.exp: Likewise.
11892
2090129c
SDJ
118932017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11894
11895 * gdb.server/non-existing-program.exp: Update regex in order to
11896 reflect the fact that gdbserver is now using fork_inferior (with a
11897 shell) to startup the inferior.
11898
8e86a419
SM
118992017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11900
11901 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11902 support function calls from GDB.
11903
e6cf65f2
TT
119042017-05-21 Tom Tromey <tom@tromey.com>
11905
11906 PR rust/21466:
11907 * gdb.rust/unsized.exp: New file.
11908 * gdb.rust/unsized.rs: New file.
11909
43cc5389
TT
119102017-05-19 Tom Tromey <tom@tromey.com>
11911
11912 PR rust/21484:
11913 * gdb.rust/watch.exp: New file.
11914 * gdb.rust/watch.rs: New file.
11915
ec8df234
TT
119162017-05-18 Tom Tromey <tom@tromey.com>
11917
11918 * gdb.rust/simple.exp: Allow Box to be qualified.
11919
3e3e7fae
TP
119202017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11921
11922 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11923
59cc050d
PA
119242017-05-18 Pedro Alves <palves@redhat.com>
11925
11926 * gdb.base/fileio.c (test_write, test_read, test_close)
11927 (test_fstat): Don't print 'ret' in the fail path.
11928
c8f6abd1
PA
119292017-05-18 Pedro Alves <palves@redhat.com>
11930
11931 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11932 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11933 (test_system, test_rename, test_unlink, test_time): Change
11934 prototypes.
11935 * gdb.base/fileio.exp (stop_msg): Adjust.
11936
d2a03b77
PA
119372017-05-18 Pedro Alves <palves@redhat.com>
11938
11939 * gdb.base/fileio.c (null_str): New global.
11940 (test_stat): Use it.
11941 * gdb.base/fileio.exp: Remove nowarnings.
11942
0d5c6999
YQ
119432017-05-17 Yao Qi <yao.qi@linaro.org>
11944
11945 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11946
21873064
YQ
119472017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11948
11949 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11950 argument command.
11951 (top-level): Invoke test_set_inferior_tty.
11952
d512d31c
PA
119532017-05-04 Pedro Alves <palves@redhat.com>
11954
11955 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11956 Add parens to print call for Python 3.
11957
90cef2ed
KS
119582017-05-03 Keith Seitz <keiths@redhat.com>
11959
11960 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11961 (main): Call it.
11962
14f819c8
TW
119632017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11964
11965 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11966 to prev and next.
11967
913aeadd
TW
119682017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11969
11970 * gdb.python/py-record-btrace.exp: Remove test for
11971 gdb.BtraceInstruction.error.
11972
a3be24ad
TW
119732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11974
11975 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11976
ae20e79a
TW
119772017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11978
11979 * gdb.python/py-record-btrace-threads.c: New file.
11980 * gdb.python/py-record-btrace-threads.exp: New file.
11981
45ce1b47
SDJ
119822017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11983
11984 PR testsuite/8595
11985 * gdb.base/environ.exp: Make test available in all architectures.
11986 Move bits related to "info program" testing to
11987 gdb.base/info-program.exp. Rewrite tests to use the two new
11988 procedures mentione below.
11989 (test_set_show_env_var) New procedure.
11990 (test_set_show_env_var_equal): Likewise.
11991 * gdb.base/info-program.exp: New file.
11992
e15c3eb4
KS
119932017-04-27 Keith Seitz <keiths@redhat.com>
11994
11995 * gdb.cp/oranking.cc (test15): New function.
11996 (main): Call test15 and declare additional variables for testing.
11997 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11998 "p foo101('abc')" tests.
11999 Add tests for cv qualifier overloads.
12000 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12001 "lvalue reference overload" test.
12002 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12003 "print value of f1 on Child&& in f2" test.
12004
3a3fd0fd
PA
120052017-04-19 Pedro Alves <palves@redhat.com>
12006
12007 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12008 procedure.
12009 (top level): Call it.
12010 * lib/gdb.exp (gdb_define_cmd): New procedure.
12011
53375380
PA
120122017-04-12 Pedro Alves <palves@redhat.com>
12013
12014 PR gdb/21323
12015 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12016 (wchar): New global.
12017 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12018 (do_test_wide_char, wide_char_types_no_program, top level): Add
12019 wchar_t testing.
12020
53e710ac
PA
120212017-04-12 Pedro Alves <palves@redhat.com>
12022
12023 PR c++/21323
12024 * gdb.cp/wide_char_types.c: New file.
12025 * gdb.cp/wide_char_types.exp: New file.
12026
0ad9d8c7
SDJ
120272017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12028
12029 PR gdb/21352
12030 * gdb.trace/tsv.exp: Add test for "tsave -r".
12031
b1b45502
IB
120322017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12033
12034 * gdb.dlang/watch-loc.c: New file.
12035 * gdb.dlang/watch-loc.exp: New file.
12036
ec13808e
JK
120372017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12038
12039 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12040
fe5f7374
AK
120412017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12042
12043 * gdb.arch/arc-analyze-prologue.S: New file.
12044 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12045
eea78757
AK
120462017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12047
12048 * gdb.arch/arc-decode-insn.S: New file.
12049 * gdb.arch/arc-decode-insn.exp: Likewise.
12050
5badf10a
IR
120512017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12052
12053 PR tdep/20928
12054 * gdb.arch/sparc64-regs.exp: New file.
12055 * gdb.arch/sparc64-regs.S: Likewise.
12056
cee59b3f
TW
120572017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12058
12059 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12060 and memory view on Python 3.
12061
c0f55cc6
AV
120622017-03-20 Artemiy Volkov <artemiyv@acm.org>
12063 Keith Seitz <keiths@redhat.com>
12064
12065 PR gdb/14441
12066 * gdb.cp/demangle.exp: Add rvalue reference tests.
12067 * gdb.cp/rvalue-ref-casts.cc: New file.
12068 * gdb.cp/rvalue-ref-casts.exp: New file.
12069 * gdb.cp/rvalue-ref-overload.cc: New file.
12070 * gdb.cp/rvalue-ref-overload.exp: New file.
12071 * gdb.cp/rvalue-ref-params.cc: New file.
12072 * gdb.cp/rvalue-ref-params.exp: New file.
12073 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12074 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12075 * gdb.cp/rvalue-ref-types.cc: New file.
12076 * gdb.cp/rvalue-ref-types.exp: New file.
12077 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12078 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12079
51457a05
MAL
120802017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12081
12082 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12083 New procedure.
12084
5b291c04
MAL
120852017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12086
12087 * lib/mi-support.exp (mi_gdb_test): Add additional message
12088 for unexpected output.
12089
59a56148
AA
120902017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12091
12092 * gdb.base/examine-backward.c (Barrier): New character array
12093 constant, to ensure that TestStrings is preceded by a string
12094 terminator.
12095
7942e96e
AA
120962017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12097
12098 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12099 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12100 and implicit pointer into such a location.
12101
6ebac3fb
DE
121022017-03-16 Doug Evans <dje@google.com>
12103
12104 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12105
ec3b243d
TP
121062017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12107
12108 * gdb.cp/m-static.exp: Fix expectation for prototype of
12109 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12110
121112017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12112
12113 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12114 * gdb.guile/scm-lazy-string.c: New file.
12115 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12116 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12117 for pointer, array, typedef lazy strings.
12118
2cc36e25 121192017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12120
12121 PR python/17728, python/18439, python/18779
12122 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12123 * gdb.python/py-lazy-string.c (pointer): New typedef.
12124 (main): New locals ptr, array, typedef_ptr.
12125 * gdb.python/py-value.exp: Move lazy string tests to ...
12126 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12127 array, typedef lazy strings.
ec3b243d 12128
0efcde63
AK
121292017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12130
12131 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12132 Add optional 'test' parameter.
12133
7978d7c3
SM
121342017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12135
12136 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12137 Skip for versions of DejaGnu < 1.5.
12138
896c0c1e
SM
121392017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12140
12141 * lib/gdb.exp (dejagnu_version): New proc.
12142 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12143 Use dejagnu_version.
12144
5f4d1085
KS
121452017-03-10 Keith Seitz <keiths@redhat.com>
12146
12147 PR c++/8128
12148 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12149 type from destructor regexps.
12150 Add a branch which actually passes the test.
12151 Adjust "ptype t5i" test names.
12152
1de05205
PA
121532017-03-08 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.base/step-over-exit.exp: Add explicit test message.
12156
c65d6b55
PA
121572017-03-08 Pedro Alves <palves@redhat.com>
12158
12159 PR gdb/18360
12160 * gdb.threads/interrupt-while-step-over.c: New file.
12161 * gdb.threads/interrupt-while-step-over.exp: New file.
12162
2e86a283
PA
121632017-03-08 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12166 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12167
25dcbff6
PA
121682017-03-08 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12171 PKRU as not supported as a PASS.
12172
dc9366eb
PA
121732017-03-08 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12176 prefix instead of $binfile1/$binfile2.
12177 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12178 in test message.
12179 * gdb.python/py-completion.exp: Use "load python file" as test
12180 messages instead of unstable path names.
12181
6e5d74e7
PA
121822017-03-08 Pedro Alves <palves@redhat.com>
12183 Jan Kratochvil <jan.kratochvil@redhat.com>
12184
12185 PR cli/21218
12186 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12187 New proc.
12188 (top level): Call it.
12189
9753a2f6
PA
121902017-03-08 Pedro Alves <palves@redhat.com>
12191
12192 PR tui/21216
12193 * gdb.tui/tui-nl-filtered-output.exp: New file.
12194
1a4dd9dd
PA
121952017-03-08 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/completion.exp: Move TUI completion tests to ...
12198 * gdb.tui/completion.exp: ... this new file.
12199
7cbbff33
PA
122002017-03-08 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.base/tui-disasm-long-lines.c,
12203 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12204 gdb.base/tui-layout.exp: Move to ...
12205 * gdb.tui/: ... this new directory.
12206
5f6fd321
PA
122072017-03-07 Pedro Alves <palves@redhat.com>
12208
12209 * gdb.base/tui-layout.c: New file.
12210 * gdb.base/tui-layout.exp: New file.
12211
44959fa8
PA
122122017-03-07 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/tui-layout.c: Rename to ...
12215 * gdb.base/tui-disasm-long-lines.c: ... this.
12216 * gdb.base/tui-layout.exp: Rename to ...
12217 * gdb.base/tui-disasm-long-lines.exp: ... this.
12218
f8c4e718
PA
122192017-03-07 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12222
6dbb839a 122232017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12224
12225 * i386-mpx-call.c: New file.
12226 * i386-mpx-call.exp: New file.
12227
65b48a81
PB
122282017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12229
12230 * gdb.arch/powerpc-power.exp: Delete test.
12231 * gdb.arch/powerpc-power.s: Likewise.
12232 * gdb.disasm/disassembler-options.exp: New test.
12233 * gdb.arch/powerpc-altivec.exp: Likewise.
12234 * gdb.arch/powerpc-altivec.s: Likewise.
12235 * gdb.arch/powerpc-altivec2.exp: Likewise.
12236 * gdb.arch/powerpc-altivec2.s: Likewise.
12237 * gdb.arch/powerpc-altivec3.exp: Likewise.
12238 * gdb.arch/powerpc-altivec3.s: Likewise.
12239 * gdb.arch/powerpc-power7.exp: Likewise.
12240 * gdb.arch/powerpc-power7.s: Likewise.
12241 * gdb.arch/powerpc-power8.exp: Likewise.
12242 * gdb.arch/powerpc-power8.s: Likewise.
12243 * gdb.arch/powerpc-power9.exp: Likewise.
12244 * gdb.arch/powerpc-power9.s: Likewise.
12245 * gdb.arch/powerpc-vsx.exp: Likewise.
12246 * gdb.arch/powerpc-vsx.s: Likewise.
12247 * gdb.arch/powerpc-vsx2.exp: Likewise.
12248 * gdb.arch/powerpc-vsx2.s: Likewise.
12249 * gdb.arch/powerpc-vsx3.exp: Likewise.
12250 * gdb.arch/powerpc-vsx3.s: Likewise.
12251 * gdb.arch/arm-disassembler-options.exp: Likewise.
12252 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12253 * gdb.arch/s390-disassembler-options.exp: Likewise.
12254
17cd4947
LM
122552017-02-23 Luis Machado <lgustavo@codesourcery.com>
12256
12257 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12258 (check_supported_features): ... this. Changed return type to void.
12259 (supports_rdseed): New static global.
12260 (rdseed): Check supports_rdseed.
12261 (initialize): Call check_supported_features.
12262
2039d74e
EBM
122632017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12264
12265 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12266 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12267 and lqarx/stqcx.
12268 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12269 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12270
a51d7ecf
EBM
122712017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12272
12273 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12274 uppercase.
12275
0224619f
JK
122762017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12277
12278 * gdb.dwarf2/formdata16.c: New file.
12279 * gdb.dwarf2/formdata16.exp: New file.
12280 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12281
216f72a1
JK
122822017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12285 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12286 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12287 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12288 DW_AT_GNU_*.
12289
43988095
JK
122902017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12291
12292 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12293
99e8a4f9
SDJ
122942017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12295
12296 PR gdb/21164
12297 * gdb.base/maint.exp: Add testcases for when the commands do
12298 not have arguments.
12299
b58a8c0c
TP
123002017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12301
12302 * gdb.cp/chained-calls.exp: Use p instead of P.
12303
4e746bb6
TW
123042017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12305
12306 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12307 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12308
3f77c769
TT
123092017-02-14 Tom Tromey <tom@tromey.com>
12310
12311 PR python/13598:
12312 * gdb.python/py-events.exp: Add before_prompt event tests.
12313
075beec0
AA
123142017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12315
12316 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12317
bf5f525c
LM
123182017-02-13 Luis Machado <lgustavo@codesourcery.com>
12319
12320 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12321 (main): Call my_unique_function_name.
12322 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12323 completion of patterns with a single match.
12324 Add missing -re switches to gdb_test_multiple calls.
12325
13a66184
LM
123262017-02-13 Luis Machado <lgustavo@codesourcery.com>
12327
12328 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12329 return if core file is not recognized.
12330
26a06916
SM
123312017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12332
12333 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12334 and extra UIs.
12335
b761ca9e
SM
123362017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12337
12338 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12339 proc_with_prefix.
12340
b964bee0
TT
123412017-02-10 Tom Tromey <tom@tromey.com>
12342
12343 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12344
18da0c51
MG
123452017-02-10 Martin Galvan <martingalvan@sourceware.org>
12346
12347 PR gdb/21122
12348 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12349
604c4576
JG
123502017-02-08 Jerome Guitton <guitton@adacore.com>
12351
12352 * gdb.base/define.exp: Add test for command abbreviations
12353 in define.
12354
20b477a7
LM
123552017-02-06 Luis Machado <lgustavo@codesourcery.com>
12356
12357 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12358 * gdb.reverse/insn-reverse-x86.c: New file.
12359
3f7b46f2
IR
123602017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12361
12362 PR tdep/20936
12363 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12364
f0fd41c1
TT
123652017-02-03 Tom Tromey <tom@tromey.com>
12366
12367 PR rust/21097:
12368 * gdb.rust/simple.exp: Add new tests.
12369
5be5dbf0
PA
123702017-02-02 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12373 tests.
12374
7346ef59
AA
123752017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12376
12377 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12378 taking a 2-byte value out of a 4-byte DWARF implicit value on
12379 big-endian targets.
12380 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12381 logic. Add test cases for DW_OP_implicit.
12382
787f0025
MM
123832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12384
12385 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12386
68777c29
MM
123872017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12388
12389 * gdb.btrace/enable.exp: Call gdb_exit before
12390 skip_gdbserver_tests.
12391
0a1c7e28
MM
123922017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12393
12394 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12395 GDBFLAGS.
12396
b5ac99b0
MM
123972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12398
12399 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12400 the test is skipped.
12401 * gdb.btrace/data.exp: Likewise.
12402 * gdb.btrace/delta.exp: Likewise.
12403 * gdb.btrace/dlopen.exp: Likewise.
12404 * gdb.btrace/enable-running.exp: Likewise.
12405 * gdb.btrace/enable.exp: Likewise.
12406 * gdb.btrace/exception.exp: Likewise.
12407 * gdb.btrace/function_call_history.exp: Likewise.
12408 * gdb.btrace/gcore.exp: Likewise.
12409 * gdb.btrace/instruction_history.exp: Likewise.
12410 * gdb.btrace/multi-thread-step.exp: Likewise.
12411 * gdb.btrace/nohist.exp: Likewise.
12412 * gdb.btrace/non-stop.exp: Likewise.
12413 * gdb.btrace/reconnect.exp: Likewise.
12414 * gdb.btrace/record_goto-step.exp: Likewise.
12415 * gdb.btrace/record_goto.exp: Likewise.
12416 * gdb.btrace/rn-dl-bind.exp: Likewise.
12417 * gdb.btrace/segv.exp: Likewise.
12418 * gdb.btrace/step.exp: Likewise.
12419 * gdb.btrace/stepi.exp: Likewise.
12420 * gdb.btrace/tailcall-only.exp: Likewise.
12421 * gdb.btrace/tailcall.exp: Likewise.
12422 * gdb.btrace/tsx.exp: Likewise.
12423 * gdb.btrace/unknown_functions.exp: Likewise.
12424 * gdb.btrace/vdso.exp: Likewise.
12425
cd4007e4
MM
124262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12427
12428 * gdb.btrace/enable-running.c: New.
12429 * gdb.btrace/enable-running.exp: New.
12430
2735833d
WT
124312017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12432
12433 * gdb.arch/amd64-gs_base.c: New file.
12434 * gdb.arch/amd64-gs_base.exp: New file.
12435
b51e1e94
LM
124362017-01-26 Luis Machado <lgustavo@codesourcery.com>
12437
12438 * lib/memory.exp: Remove spurious empty newlines.
12439
72ca0410
SM
124402017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12441
12442 * gdb.python/py-bad-printers.exp: Load python file using "source".
12443 * gdb.python/py-events.exp: Likewise.
12444 * gdb.python/py-evsignal.exp: Likewise.
12445 * gdb.python/py-evthreads.exp: Likewise.
12446 * gdb.python/py-frame-args.exp: Likewise.
12447 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12448 * gdb.python/py-framefilter-mi.exp: Likewise.
12449 * gdb.python/py-framefilter.exp: Likewise.
12450 * gdb.python/py-mi.exp: Likewise.
12451 * gdb.python/py-pp-maint.exp: Likewise.
12452 * gdb.python/py-pp-registration.exp: Likewise.
12453 * gdb.python/py-prettyprint.exp: Likewise.
12454 (run_lang_tests): Likewise.
12455 * gdb.python/py-typeprint.exp: Likewise.
12456
e309aa65
LM
124572017-01-26 Luis Machado <lgustavo@codesourcery.com>
12458
12459 * lib/memory.exp: New file.
12460 * lib/gdb.exp: Load memory.exp.
12461 * gdb.base/memattr.exp (delete_memory): Move proc to
12462 lib/memory.exp and rename to delete_memory_regions.
12463 Replace delete_memory with delete_memory_regions.
12464 Cleanup memory regions before tests.
12465 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12466 before tests.
12467
515aff23
LM
124682017-01-26 Luis Machado <lgustavo@codesourcery.com>
12469
12470 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12471 files.
12472 (initialize): New function conditionally defined.
12473 (testcases): Move within conditional block.
12474 (main): Call initialize.
12475 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12476 of gdb.reverse/insn-reverse.c.
12477 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12478 gdb.reverse/insn-reverse.c.
12479
d8b49cf0
YQ
124802017-01-26 Yao Qi <yao.qi@linaro.org>
12481
12482 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12483 disassemble on address 0.
12484
f13a9a0c
YQ
124852017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12486 Yao Qi <yao.qi@linaro.org>
12487
12488 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12489 * gdb.dwarf2/implptr-64bit.S: Remove.
12490 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12491 variables in caller's context. Add DW_OP_implicit_value.
12492
5ac95241
YQ
124932017-01-25 Yao Qi <yao.qi@linaro.org>
12494
12495 * lib/dwarf.exp (Dwarf::_location): Handle
12496 DW_OP_GNU_implicit_pointer with proper size.
12497
23e82930
LM
124982017-01-20 Luis Machado <lgustavo@codesourcery.com>
12499
12500 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12501 and add untested calls.
12502
d334ae25
LM
125032017-01-20 Luis Machado <lgustavo@codesourcery.com>
12504
12505 * gdb.python/python.exp: Check line number against what GDB thinks
12506 the line number is for func1.
12507
f5e6296e
IB
125082017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12509
12510 * gdb.dlang/debug-expr.exp: New file.
12511
5b362f04
LM
125122016-12-23 Luis Machado <lgustavo@codesourcery.com>
12513
12514 Fix test names for the following files:
12515
12516 * gdb.ada/exec_changed.exp
12517 * gdb.ada/info_types.exp
12518 * gdb.arch/aarch64-atomic-inst.exp
12519 * gdb.arch/aarch64-fp.exp
12520 * gdb.arch/altivec-abi.exp
12521 * gdb.arch/altivec-regs.exp
12522 * gdb.arch/amd64-byte.exp
12523 * gdb.arch/amd64-disp-step.exp
12524 * gdb.arch/amd64-dword.exp
12525 * gdb.arch/amd64-entry-value-inline.exp
12526 * gdb.arch/amd64-entry-value-param.exp
12527 * gdb.arch/amd64-entry-value-paramref.exp
12528 * gdb.arch/amd64-entry-value.exp
12529 * gdb.arch/amd64-i386-address.exp
12530 * gdb.arch/amd64-invalid-stack-middle.exp
12531 * gdb.arch/amd64-invalid-stack-top.exp
12532 * gdb.arch/amd64-optimout-repeat.exp
12533 * gdb.arch/amd64-prologue-skip.exp
12534 * gdb.arch/amd64-prologue-xmm.exp
12535 * gdb.arch/amd64-stap-special-operands.exp
12536 * gdb.arch/amd64-stap-wrong-subexp.exp
12537 * gdb.arch/amd64-tailcall-cxx.exp
12538 * gdb.arch/amd64-tailcall-noret.exp
12539 * gdb.arch/amd64-tailcall-ret.exp
12540 * gdb.arch/amd64-tailcall-self.exp
12541 * gdb.arch/amd64-word.exp
12542 * gdb.arch/arm-bl-branch-dest.exp
12543 * gdb.arch/arm-disp-step.exp
12544 * gdb.arch/arm-neon.exp
12545 * gdb.arch/arm-single-step-kernel-helper.exp
12546 * gdb.arch/avr-flash-qualifier.exp
12547 * gdb.arch/disp-step-insn-reloc.exp
12548 * gdb.arch/e500-abi.exp
12549 * gdb.arch/e500-regs.exp
12550 * gdb.arch/ftrace-insn-reloc.exp
12551 * gdb.arch/i386-avx512.exp
12552 * gdb.arch/i386-bp_permanent.exp
12553 * gdb.arch/i386-byte.exp
12554 * gdb.arch/i386-cfi-notcurrent.exp
12555 * gdb.arch/i386-disp-step.exp
12556 * gdb.arch/i386-dr3-watch.exp
12557 * gdb.arch/i386-float.exp
12558 * gdb.arch/i386-gnu-cfi.exp
12559 * gdb.arch/i386-mpx-map.exp
12560 * gdb.arch/i386-mpx-sigsegv.exp
12561 * gdb.arch/i386-mpx-simple_segv.exp
12562 * gdb.arch/i386-mpx.exp
12563 * gdb.arch/i386-permbkpt.exp
12564 * gdb.arch/i386-prologue.exp
12565 * gdb.arch/i386-signal.exp
12566 * gdb.arch/i386-size-overlap.exp
12567 * gdb.arch/i386-unwind.exp
12568 * gdb.arch/i386-word.exp
12569 * gdb.arch/mips-fcr.exp
12570 * gdb.arch/powerpc-d128-regs.exp
12571 * gdb.arch/powerpc-stackless.exp
12572 * gdb.arch/ppc64-atomic-inst.exp
12573 * gdb.arch/s390-stackless.exp
12574 * gdb.arch/s390-tdbregs.exp
12575 * gdb.arch/s390-vregs.exp
12576 * gdb.arch/sparc-sysstep.exp
12577 * gdb.arch/thumb-bx-pc.exp
12578 * gdb.arch/thumb-singlestep.exp
12579 * gdb.arch/thumb2-it.exp
12580 * gdb.arch/vsx-regs.exp
12581 * gdb.asm/asm-source.exp
12582 * gdb.base/a2-run.exp
12583 * gdb.base/advance.exp
12584 * gdb.base/all-bin.exp
12585 * gdb.base/anon.exp
12586 * gdb.base/args.exp
12587 * gdb.base/arithmet.exp
12588 * gdb.base/async-shell.exp
12589 * gdb.base/async.exp
12590 * gdb.base/attach-pie-noexec.exp
12591 * gdb.base/attach-twice.exp
12592 * gdb.base/auto-load.exp
12593 * gdb.base/bang.exp
12594 * gdb.base/bitfields.exp
12595 * gdb.base/break-always.exp
12596 * gdb.base/break-caller-line.exp
12597 * gdb.base/break-entry.exp
12598 * gdb.base/break-inline.exp
12599 * gdb.base/break-on-linker-gcd-function.exp
12600 * gdb.base/break-probes.exp
12601 * gdb.base/break.exp
12602 * gdb.base/breakpoint-shadow.exp
12603 * gdb.base/call-ar-st.exp
12604 * gdb.base/call-sc.exp
12605 * gdb.base/call-signal-resume.exp
12606 * gdb.base/call-strs.exp
12607 * gdb.base/callfuncs.exp
12608 * gdb.base/catch-fork-static.exp
12609 * gdb.base/catch-gdb-caused-signals.exp
12610 * gdb.base/catch-load.exp
12611 * gdb.base/catch-signal-fork.exp
12612 * gdb.base/catch-signal.exp
12613 * gdb.base/catch-syscall.exp
12614 * gdb.base/charset.exp
12615 * gdb.base/checkpoint.exp
12616 * gdb.base/chng-syms.exp
12617 * gdb.base/code-expr.exp
12618 * gdb.base/code_elim.exp
12619 * gdb.base/commands.exp
12620 * gdb.base/completion.exp
12621 * gdb.base/complex.exp
12622 * gdb.base/cond-expr.exp
12623 * gdb.base/condbreak.exp
12624 * gdb.base/consecutive.exp
12625 * gdb.base/continue-all-already-running.exp
12626 * gdb.base/coredump-filter.exp
12627 * gdb.base/corefile.exp
12628 * gdb.base/dbx.exp
12629 * gdb.base/debug-expr.exp
12630 * gdb.base/define.exp
12631 * gdb.base/del.exp
12632 * gdb.base/disabled-location.exp
12633 * gdb.base/disasm-end-cu.exp
12634 * gdb.base/disasm-optim.exp
12635 * gdb.base/display.exp
12636 * gdb.base/duplicate-bp.exp
12637 * gdb.base/ena-dis-br.exp
12638 * gdb.base/ending-run.exp
12639 * gdb.base/enumval.exp
12640 * gdb.base/environ.exp
12641 * gdb.base/eu-strip-infcall.exp
12642 * gdb.base/eval-avoid-side-effects.exp
12643 * gdb.base/eval-skip.exp
12644 * gdb.base/exitsignal.exp
12645 * gdb.base/expand-psymtabs.exp
12646 * gdb.base/filesym.exp
12647 * gdb.base/find-unmapped.exp
12648 * gdb.base/finish.exp
12649 * gdb.base/float.exp
12650 * gdb.base/foll-exec-mode.exp
12651 * gdb.base/foll-exec.exp
12652 * gdb.base/foll-fork.exp
12653 * gdb.base/fortran-sym-case.exp
12654 * gdb.base/freebpcmd.exp
12655 * gdb.base/func-ptr.exp
12656 * gdb.base/func-ptrs.exp
12657 * gdb.base/funcargs.exp
12658 * gdb.base/gcore-buffer-overflow.exp
12659 * gdb.base/gcore-relro-pie.exp
12660 * gdb.base/gcore-relro.exp
12661 * gdb.base/gcore.exp
12662 * gdb.base/gdb1090.exp
12663 * gdb.base/gdb11530.exp
12664 * gdb.base/gdb11531.exp
12665 * gdb.base/gdb1821.exp
12666 * gdb.base/gdbindex-stabs.exp
12667 * gdb.base/gdbvars.exp
12668 * gdb.base/hbreak.exp
12669 * gdb.base/hbreak2.exp
12670 * gdb.base/included.exp
12671 * gdb.base/infcall-input.exp
12672 * gdb.base/inferior-died.exp
12673 * gdb.base/infnan.exp
12674 * gdb.base/info-macros.exp
12675 * gdb.base/info-os.exp
12676 * gdb.base/info-proc.exp
12677 * gdb.base/info-shared.exp
12678 * gdb.base/info-target.exp
12679 * gdb.base/infoline.exp
12680 * gdb.base/interp.exp
12681 * gdb.base/interrupt.exp
12682 * gdb.base/jit-reader.exp
12683 * gdb.base/jit-simple.exp
12684 * gdb.base/kill-after-signal.exp
12685 * gdb.base/kill-detach-inferiors-cmd.exp
12686 * gdb.base/label.exp
12687 * gdb.base/langs.exp
12688 * gdb.base/ldbl_e308.exp
12689 * gdb.base/line-symtabs.exp
12690 * gdb.base/linespecs.exp
12691 * gdb.base/list.exp
12692 * gdb.base/long_long.exp
12693 * gdb.base/longest-types.exp
12694 * gdb.base/maint.exp
12695 * gdb.base/max-value-size.exp
12696 * gdb.base/memattr.exp
12697 * gdb.base/mips_pro.exp
12698 * gdb.base/morestack.exp
12699 * gdb.base/moribund-step.exp
12700 * gdb.base/multi-forks.exp
12701 * gdb.base/nested-addr.exp
12702 * gdb.base/nextoverexit.exp
12703 * gdb.base/noreturn-finish.exp
12704 * gdb.base/noreturn-return.exp
12705 * gdb.base/nostdlib.exp
12706 * gdb.base/offsets.exp
12707 * gdb.base/opaque.exp
12708 * gdb.base/pc-fp.exp
12709 * gdb.base/permissions.exp
12710 * gdb.base/print-symbol-loading.exp
12711 * gdb.base/prologue-include.exp
12712 * gdb.base/psymtab.exp
12713 * gdb.base/ptype.exp
12714 * gdb.base/random-signal.exp
12715 * gdb.base/randomize.exp
12716 * gdb.base/range-stepping.exp
12717 * gdb.base/readline-ask.exp
12718 * gdb.base/recpar.exp
12719 * gdb.base/recurse.exp
12720 * gdb.base/relational.exp
12721 * gdb.base/restore.exp
12722 * gdb.base/return-nodebug.exp
12723 * gdb.base/return.exp
12724 * gdb.base/run-after-attach.exp
12725 * gdb.base/save-bp.exp
12726 * gdb.base/scope.exp
12727 * gdb.base/sect-cmd.exp
12728 * gdb.base/set-lang-auto.exp
12729 * gdb.base/set-noassign.exp
12730 * gdb.base/setvar.exp
12731 * gdb.base/sigall.exp
12732 * gdb.base/sigbpt.exp
12733 * gdb.base/siginfo-addr.exp
12734 * gdb.base/siginfo-infcall.exp
12735 * gdb.base/siginfo-obj.exp
12736 * gdb.base/siginfo.exp
12737 * gdb.base/signals-state-child.exp
12738 * gdb.base/signest.exp
12739 * gdb.base/sigstep.exp
12740 * gdb.base/sizeof.exp
12741 * gdb.base/skip.exp
12742 * gdb.base/solib-corrupted.exp
12743 * gdb.base/solib-nodir.exp
12744 * gdb.base/solib-search.exp
12745 * gdb.base/stack-checking.exp
12746 * gdb.base/stale-infcall.exp
12747 * gdb.base/stap-probe.exp
12748 * gdb.base/start.exp
12749 * gdb.base/step-break.exp
12750 * gdb.base/step-bt.exp
12751 * gdb.base/step-line.exp
12752 * gdb.base/step-over-exit.exp
12753 * gdb.base/step-over-syscall.exp
12754 * gdb.base/step-resume-infcall.exp
12755 * gdb.base/step-test.exp
12756 * gdb.base/store.exp
12757 * gdb.base/structs3.exp
12758 * gdb.base/sym-file.exp
12759 * gdb.base/symbol-without-target_section.exp
12760 * gdb.base/term.exp
12761 * gdb.base/testenv.exp
12762 * gdb.base/ui-redirect.exp
12763 * gdb.base/until.exp
12764 * gdb.base/unwindonsignal.exp
12765 * gdb.base/value-double-free.exp
12766 * gdb.base/vla-datatypes.exp
12767 * gdb.base/vla-ptr.exp
12768 * gdb.base/vla-sideeffect.exp
12769 * gdb.base/volatile.exp
12770 * gdb.base/watch-cond-infcall.exp
12771 * gdb.base/watch-cond.exp
12772 * gdb.base/watch-non-mem.exp
12773 * gdb.base/watch-read.exp
12774 * gdb.base/watch-vfork.exp
12775 * gdb.base/watchpoint-cond-gone.exp
12776 * gdb.base/watchpoint-delete.exp
12777 * gdb.base/watchpoint-hw-hit-once.exp
12778 * gdb.base/watchpoint-hw.exp
12779 * gdb.base/watchpoint-stops-at-right-insn.exp
12780 * gdb.base/watchpoints.exp
12781 * gdb.base/wchar.exp
12782 * gdb.base/whatis-exp.exp
12783 * gdb.btrace/buffer-size.exp
12784 * gdb.btrace/data.exp
12785 * gdb.btrace/delta.exp
12786 * gdb.btrace/dlopen.exp
12787 * gdb.btrace/enable.exp
12788 * gdb.btrace/exception.exp
12789 * gdb.btrace/function_call_history.exp
12790 * gdb.btrace/gcore.exp
12791 * gdb.btrace/instruction_history.exp
12792 * gdb.btrace/nohist.exp
12793 * gdb.btrace/reconnect.exp
12794 * gdb.btrace/record_goto-step.exp
12795 * gdb.btrace/record_goto.exp
12796 * gdb.btrace/rn-dl-bind.exp
12797 * gdb.btrace/segv.exp
12798 * gdb.btrace/step.exp
12799 * gdb.btrace/stepi.exp
12800 * gdb.btrace/tailcall-only.exp
12801 * gdb.btrace/tailcall.exp
12802 * gdb.btrace/tsx.exp
12803 * gdb.btrace/unknown_functions.exp
12804 * gdb.btrace/vdso.exp
12805 * gdb.compile/compile-ifunc.exp
12806 * gdb.compile/compile-ops.exp
12807 * gdb.compile/compile-print.exp
12808 * gdb.compile/compile-setjmp.exp
12809 * gdb.cp/abstract-origin.exp
12810 * gdb.cp/ambiguous.exp
12811 * gdb.cp/annota2.exp
12812 * gdb.cp/annota3.exp
12813 * gdb.cp/anon-ns.exp
12814 * gdb.cp/anon-struct.exp
12815 * gdb.cp/anon-union.exp
12816 * gdb.cp/arg-reference.exp
12817 * gdb.cp/baseenum.exp
12818 * gdb.cp/bool.exp
12819 * gdb.cp/breakpoint.exp
12820 * gdb.cp/bs15503.exp
12821 * gdb.cp/call-c.exp
12822 * gdb.cp/casts.exp
12823 * gdb.cp/chained-calls.exp
12824 * gdb.cp/class2.exp
12825 * gdb.cp/classes.exp
12826 * gdb.cp/cmpd-minsyms.exp
12827 * gdb.cp/converts.exp
12828 * gdb.cp/cp-relocate.exp
12829 * gdb.cp/cpcompletion.exp
12830 * gdb.cp/cpexprs.exp
12831 * gdb.cp/cplabel.exp
12832 * gdb.cp/cplusfuncs.exp
12833 * gdb.cp/cpsizeof.exp
12834 * gdb.cp/ctti.exp
12835 * gdb.cp/derivation.exp
12836 * gdb.cp/destrprint.exp
12837 * gdb.cp/dispcxx.exp
12838 * gdb.cp/enum-class.exp
12839 * gdb.cp/exception.exp
12840 * gdb.cp/exceptprint.exp
12841 * gdb.cp/expand-psymtabs-cxx.exp
12842 * gdb.cp/expand-sals.exp
12843 * gdb.cp/extern-c.exp
12844 * gdb.cp/filename.exp
12845 * gdb.cp/formatted-ref.exp
12846 * gdb.cp/fpointer.exp
12847 * gdb.cp/gdb1355.exp
12848 * gdb.cp/gdb2495.exp
12849 * gdb.cp/hang.exp
12850 * gdb.cp/impl-this.exp
12851 * gdb.cp/infcall-dlopen.exp
12852 * gdb.cp/inherit.exp
12853 * gdb.cp/iostream.exp
12854 * gdb.cp/koenig.exp
12855 * gdb.cp/local.exp
12856 * gdb.cp/m-data.exp
12857 * gdb.cp/m-static.exp
12858 * gdb.cp/mb-ctor.exp
12859 * gdb.cp/mb-inline.exp
12860 * gdb.cp/mb-templates.exp
12861 * gdb.cp/member-name.exp
12862 * gdb.cp/member-ptr.exp
12863 * gdb.cp/meth-typedefs.exp
12864 * gdb.cp/method.exp
12865 * gdb.cp/method2.exp
12866 * gdb.cp/minsym-fallback.exp
12867 * gdb.cp/misc.exp
12868 * gdb.cp/namelessclass.exp
12869 * gdb.cp/namespace-enum.exp
12870 * gdb.cp/namespace-nested-import.exp
12871 * gdb.cp/namespace.exp
12872 * gdb.cp/nextoverthrow.exp
12873 * gdb.cp/no-dmgl-verbose.exp
12874 * gdb.cp/non-trivial-retval.exp
12875 * gdb.cp/noparam.exp
12876 * gdb.cp/nsdecl.exp
12877 * gdb.cp/nsimport.exp
12878 * gdb.cp/nsnested.exp
12879 * gdb.cp/nsnoimports.exp
12880 * gdb.cp/nsrecurs.exp
12881 * gdb.cp/nsstress.exp
12882 * gdb.cp/nsusing.exp
12883 * gdb.cp/operator.exp
12884 * gdb.cp/oranking.exp
12885 * gdb.cp/overload-const.exp
12886 * gdb.cp/overload.exp
12887 * gdb.cp/ovldbreak.exp
12888 * gdb.cp/ovsrch.exp
12889 * gdb.cp/paren-type.exp
12890 * gdb.cp/parse-lang.exp
12891 * gdb.cp/pass-by-ref.exp
12892 * gdb.cp/pr-1023.exp
12893 * gdb.cp/pr-1210.exp
12894 * gdb.cp/pr-574.exp
12895 * gdb.cp/pr10687.exp
12896 * gdb.cp/pr12028.exp
12897 * gdb.cp/pr17132.exp
12898 * gdb.cp/pr17494.exp
12899 * gdb.cp/pr9067.exp
12900 * gdb.cp/pr9167.exp
12901 * gdb.cp/pr9631.exp
12902 * gdb.cp/printmethod.exp
12903 * gdb.cp/psmang.exp
12904 * gdb.cp/psymtab-parameter.exp
12905 * gdb.cp/ptype-cv-cp.exp
12906 * gdb.cp/ptype-flags.exp
12907 * gdb.cp/re-set-overloaded.exp
12908 * gdb.cp/ref-types.exp
12909 * gdb.cp/rtti.exp
12910 * gdb.cp/scope-err.exp
12911 * gdb.cp/shadow.exp
12912 * gdb.cp/smartp.exp
12913 * gdb.cp/static-method.exp
12914 * gdb.cp/static-print-quit.exp
12915 * gdb.cp/temargs.exp
12916 * gdb.cp/templates.exp
12917 * gdb.cp/try_catch.exp
12918 * gdb.cp/typedef-operator.exp
12919 * gdb.cp/typeid.exp
12920 * gdb.cp/userdef.exp
12921 * gdb.cp/using-crash.exp
12922 * gdb.cp/var-tag.exp
12923 * gdb.cp/virtbase.exp
12924 * gdb.cp/virtfunc.exp
12925 * gdb.cp/virtfunc2.exp
12926 * gdb.cp/vla-cxx.exp
12927 * gdb.disasm/t01_mov.exp
12928 * gdb.disasm/t02_mova.exp
12929 * gdb.disasm/t03_add.exp
12930 * gdb.disasm/t04_sub.exp
12931 * gdb.disasm/t05_cmp.exp
12932 * gdb.disasm/t06_ari2.exp
12933 * gdb.disasm/t07_ari3.exp
12934 * gdb.disasm/t08_or.exp
12935 * gdb.disasm/t09_xor.exp
12936 * gdb.disasm/t10_and.exp
12937 * gdb.disasm/t11_logs.exp
12938 * gdb.disasm/t12_bit.exp
12939 * gdb.disasm/t13_otr.exp
12940 * gdb.dlang/circular.exp
12941 * gdb.dwarf2/arr-stride.exp
12942 * gdb.dwarf2/arr-subrange.exp
12943 * gdb.dwarf2/atomic-type.exp
12944 * gdb.dwarf2/bad-regnum.exp
12945 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12946 * gdb.dwarf2/callframecfa.exp
12947 * gdb.dwarf2/clztest.exp
12948 * gdb.dwarf2/corrupt.exp
12949 * gdb.dwarf2/data-loc.exp
12950 * gdb.dwarf2/dup-psym.exp
12951 * gdb.dwarf2/dw2-anon-mptr.exp
12952 * gdb.dwarf2/dw2-anonymous-func.exp
12953 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12954 * gdb.dwarf2/dw2-bad-unresolved.exp
12955 * gdb.dwarf2/dw2-basic.exp
12956 * gdb.dwarf2/dw2-canonicalize-type.exp
12957 * gdb.dwarf2/dw2-case-insensitive.exp
12958 * gdb.dwarf2/dw2-common-block.exp
12959 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12960 * gdb.dwarf2/dw2-compressed.exp
12961 * gdb.dwarf2/dw2-const.exp
12962 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12963 * gdb.dwarf2/dw2-cu-size.exp
12964 * gdb.dwarf2/dw2-dup-frame.exp
12965 * gdb.dwarf2/dw2-entry-value.exp
12966 * gdb.dwarf2/dw2-icycle.exp
12967 * gdb.dwarf2/dw2-ifort-parameter.exp
12968 * gdb.dwarf2/dw2-inline-break.exp
12969 * gdb.dwarf2/dw2-inline-param.exp
12970 * gdb.dwarf2/dw2-intercu.exp
12971 * gdb.dwarf2/dw2-intermix.exp
12972 * gdb.dwarf2/dw2-lexical-block-bare.exp
12973 * gdb.dwarf2/dw2-linkage-name-trust.exp
12974 * gdb.dwarf2/dw2-minsym-in-cu.exp
12975 * gdb.dwarf2/dw2-noloc.exp
12976 * gdb.dwarf2/dw2-op-call.exp
12977 * gdb.dwarf2/dw2-op-out-param.exp
12978 * gdb.dwarf2/dw2-opt-structptr.exp
12979 * gdb.dwarf2/dw2-param-error.exp
12980 * gdb.dwarf2/dw2-producer.exp
12981 * gdb.dwarf2/dw2-ranges-base.exp
12982 * gdb.dwarf2/dw2-ref-missing-frame.exp
12983 * gdb.dwarf2/dw2-reg-undefined.exp
12984 * gdb.dwarf2/dw2-regno-invalid.exp
12985 * gdb.dwarf2/dw2-restore.exp
12986 * gdb.dwarf2/dw2-restrict.exp
12987 * gdb.dwarf2/dw2-single-line-discriminators.exp
12988 * gdb.dwarf2/dw2-strp.exp
12989 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12990 * gdb.dwarf2/dw2-unresolved.exp
12991 * gdb.dwarf2/dw2-var-zero-addr.exp
12992 * gdb.dwarf2/dw4-sig-types.exp
12993 * gdb.dwarf2/dwz.exp
12994 * gdb.dwarf2/dynarr-ptr.exp
12995 * gdb.dwarf2/enum-type.exp
12996 * gdb.dwarf2/gdb-index.exp
12997 * gdb.dwarf2/implptr-64bit.exp
12998 * gdb.dwarf2/implptr-optimized-out.exp
12999 * gdb.dwarf2/implptr.exp
13000 * gdb.dwarf2/implref-array.exp
13001 * gdb.dwarf2/implref-const.exp
13002 * gdb.dwarf2/implref-global.exp
13003 * gdb.dwarf2/implref-struct.exp
13004 * gdb.dwarf2/mac-fileno.exp
13005 * gdb.dwarf2/main-subprogram.exp
13006 * gdb.dwarf2/member-ptr-forwardref.exp
13007 * gdb.dwarf2/method-ptr.exp
13008 * gdb.dwarf2/missing-sig-type.exp
13009 * gdb.dwarf2/nonvar-access.exp
13010 * gdb.dwarf2/opaque-type-lookup.exp
13011 * gdb.dwarf2/pieces-optimized-out.exp
13012 * gdb.dwarf2/pieces.exp
13013 * gdb.dwarf2/pr10770.exp
13014 * gdb.dwarf2/pr13961.exp
13015 * gdb.dwarf2/staticvirtual.exp
13016 * gdb.dwarf2/subrange.exp
13017 * gdb.dwarf2/symtab-producer.exp
13018 * gdb.dwarf2/trace-crash.exp
13019 * gdb.dwarf2/typeddwarf.exp
13020 * gdb.dwarf2/valop.exp
13021 * gdb.dwarf2/watch-notconst.exp
13022 * gdb.fortran/array-element.exp
13023 * gdb.fortran/charset.exp
13024 * gdb.fortran/common-block.exp
13025 * gdb.fortran/complex.exp
13026 * gdb.fortran/derived-type-function.exp
13027 * gdb.fortran/derived-type.exp
13028 * gdb.fortran/logical.exp
13029 * gdb.fortran/module.exp
13030 * gdb.fortran/multi-dim.exp
13031 * gdb.fortran/nested-funcs.exp
13032 * gdb.fortran/print-formatted.exp
13033 * gdb.fortran/subarray.exp
13034 * gdb.fortran/vla-alloc-assoc.exp
13035 * gdb.fortran/vla-datatypes.exp
13036 * gdb.fortran/vla-history.exp
13037 * gdb.fortran/vla-ptr-info.exp
13038 * gdb.fortran/vla-ptype-sub.exp
13039 * gdb.fortran/vla-ptype.exp
13040 * gdb.fortran/vla-sizeof.exp
13041 * gdb.fortran/vla-type.exp
13042 * gdb.fortran/vla-value-sub-arbitrary.exp
13043 * gdb.fortran/vla-value-sub-finish.exp
13044 * gdb.fortran/vla-value-sub.exp
13045 * gdb.fortran/vla-value.exp
13046 * gdb.fortran/whatis_type.exp
13047 * gdb.go/chan.exp
13048 * gdb.go/handcall.exp
13049 * gdb.go/hello.exp
13050 * gdb.go/integers.exp
13051 * gdb.go/methods.exp
13052 * gdb.go/package.exp
13053 * gdb.go/strings.exp
13054 * gdb.go/types.exp
13055 * gdb.go/unsafe.exp
13056 * gdb.guile/scm-arch.exp
13057 * gdb.guile/scm-block.exp
13058 * gdb.guile/scm-breakpoint.exp
13059 * gdb.guile/scm-cmd.exp
13060 * gdb.guile/scm-disasm.exp
13061 * gdb.guile/scm-equal.exp
13062 * gdb.guile/scm-frame-args.exp
13063 * gdb.guile/scm-frame-inline.exp
13064 * gdb.guile/scm-frame.exp
13065 * gdb.guile/scm-iterator.exp
13066 * gdb.guile/scm-math.exp
13067 * gdb.guile/scm-objfile.exp
13068 * gdb.guile/scm-ports.exp
13069 * gdb.guile/scm-symbol.exp
13070 * gdb.guile/scm-symtab.exp
13071 * gdb.guile/scm-value-cc.exp
13072 * gdb.guile/types-module.exp
13073 * gdb.linespec/break-ask.exp
13074 * gdb.linespec/cpexplicit.exp
13075 * gdb.linespec/explicit.exp
13076 * gdb.linespec/keywords.exp
13077 * gdb.linespec/linespec.exp
13078 * gdb.linespec/ls-dollar.exp
13079 * gdb.linespec/ls-errs.exp
13080 * gdb.linespec/skip-two.exp
13081 * gdb.linespec/thread.exp
13082 * gdb.mi/mi-async.exp
13083 * gdb.mi/mi-basics.exp
13084 * gdb.mi/mi-break.exp
13085 * gdb.mi/mi-catch-load.exp
13086 * gdb.mi/mi-cli.exp
13087 * gdb.mi/mi-cmd-param-changed.exp
13088 * gdb.mi/mi-console.exp
13089 * gdb.mi/mi-detach.exp
13090 * gdb.mi/mi-disassemble.exp
13091 * gdb.mi/mi-eval.exp
13092 * gdb.mi/mi-file-transfer.exp
13093 * gdb.mi/mi-file.exp
13094 * gdb.mi/mi-fill-memory.exp
13095 * gdb.mi/mi-inheritance-syntax-error.exp
13096 * gdb.mi/mi-linespec-err-cp.exp
13097 * gdb.mi/mi-logging.exp
13098 * gdb.mi/mi-memory-changed.exp
13099 * gdb.mi/mi-read-memory.exp
13100 * gdb.mi/mi-record-changed.exp
13101 * gdb.mi/mi-reg-undefined.exp
13102 * gdb.mi/mi-regs.exp
13103 * gdb.mi/mi-return.exp
13104 * gdb.mi/mi-reverse.exp
13105 * gdb.mi/mi-simplerun.exp
13106 * gdb.mi/mi-solib.exp
13107 * gdb.mi/mi-stack.exp
13108 * gdb.mi/mi-stepi.exp
13109 * gdb.mi/mi-syn-frame.exp
13110 * gdb.mi/mi-until.exp
13111 * gdb.mi/mi-var-block.exp
13112 * gdb.mi/mi-var-child.exp
13113 * gdb.mi/mi-var-cmd.exp
13114 * gdb.mi/mi-var-cp.exp
13115 * gdb.mi/mi-var-display.exp
13116 * gdb.mi/mi-var-invalidate.exp
13117 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13118 * gdb.mi/mi-vla-fortran.exp
13119 * gdb.mi/mi-watch.exp
13120 * gdb.mi/mi2-var-child.exp
13121 * gdb.mi/user-selected-context-sync.exp
13122 * gdb.modula2/unbounded-array.exp
13123 * gdb.multi/dummy-frame-restore.exp
13124 * gdb.multi/multi-arch-exec.exp
13125 * gdb.multi/multi-arch.exp
13126 * gdb.multi/tids.exp
13127 * gdb.multi/watchpoint-multi.exp
13128 * gdb.opencl/callfuncs.exp
13129 * gdb.opencl/convs_casts.exp
13130 * gdb.opencl/datatypes.exp
13131 * gdb.opencl/operators.exp
13132 * gdb.opencl/vec_comps.exp
13133 * gdb.opt/clobbered-registers-O2.exp
13134 * gdb.opt/inline-break.exp
13135 * gdb.opt/inline-bt.exp
13136 * gdb.opt/inline-cmds.exp
13137 * gdb.opt/inline-locals.exp
13138 * gdb.pascal/case-insensitive-symbols.exp
13139 * gdb.pascal/floats.exp
13140 * gdb.pascal/gdb11492.exp
13141 * gdb.python/lib-types.exp
13142 * gdb.python/py-arch.exp
13143 * gdb.python/py-as-string.exp
13144 * gdb.python/py-bad-printers.exp
13145 * gdb.python/py-block.exp
13146 * gdb.python/py-breakpoint-create-fail.exp
13147 * gdb.python/py-breakpoint.exp
13148 * gdb.python/py-caller-is.exp
13149 * gdb.python/py-cmd.exp
13150 * gdb.python/py-explore-cc.exp
13151 * gdb.python/py-explore.exp
13152 * gdb.python/py-finish-breakpoint.exp
13153 * gdb.python/py-finish-breakpoint2.exp
13154 * gdb.python/py-frame-args.exp
13155 * gdb.python/py-frame-inline.exp
13156 * gdb.python/py-frame.exp
13157 * gdb.python/py-framefilter-mi.exp
13158 * gdb.python/py-infthread.exp
13159 * gdb.python/py-lazy-string.exp
13160 * gdb.python/py-linetable.exp
13161 * gdb.python/py-mi-events.exp
13162 * gdb.python/py-mi-objfile.exp
13163 * gdb.python/py-mi.exp
13164 * gdb.python/py-objfile.exp
13165 * gdb.python/py-pp-integral.exp
13166 * gdb.python/py-pp-maint.exp
13167 * gdb.python/py-pp-re-notag.exp
13168 * gdb.python/py-pp-registration.exp
13169 * gdb.python/py-recurse-unwind.exp
13170 * gdb.python/py-strfns.exp
13171 * gdb.python/py-symbol.exp
13172 * gdb.python/py-symtab.exp
13173 * gdb.python/py-sync-interp.exp
13174 * gdb.python/py-typeprint.exp
13175 * gdb.python/py-unwind-maint.exp
13176 * gdb.python/py-unwind.exp
13177 * gdb.python/py-value-cc.exp
13178 * gdb.python/py-xmethods.exp
13179 * gdb.reverse/amd64-tailcall-reverse.exp
13180 * gdb.reverse/break-precsave.exp
13181 * gdb.reverse/break-reverse.exp
13182 * gdb.reverse/consecutive-precsave.exp
13183 * gdb.reverse/consecutive-reverse.exp
13184 * gdb.reverse/finish-precsave.exp
13185 * gdb.reverse/finish-reverse-bkpt.exp
13186 * gdb.reverse/finish-reverse.exp
13187 * gdb.reverse/fstatat-reverse.exp
13188 * gdb.reverse/getresuid-reverse.exp
13189 * gdb.reverse/i386-precsave.exp
13190 * gdb.reverse/i386-reverse.exp
13191 * gdb.reverse/i386-sse-reverse.exp
13192 * gdb.reverse/i387-env-reverse.exp
13193 * gdb.reverse/i387-stack-reverse.exp
13194 * gdb.reverse/insn-reverse.exp
13195 * gdb.reverse/machinestate-precsave.exp
13196 * gdb.reverse/machinestate.exp
13197 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13198 * gdb.reverse/pipe-reverse.exp
13199 * gdb.reverse/readv-reverse.exp
13200 * gdb.reverse/recvmsg-reverse.exp
13201 * gdb.reverse/rerun-prec.exp
13202 * gdb.reverse/s390-mvcle.exp
13203 * gdb.reverse/step-precsave.exp
13204 * gdb.reverse/step-reverse.exp
13205 * gdb.reverse/time-reverse.exp
13206 * gdb.reverse/until-precsave.exp
13207 * gdb.reverse/until-reverse.exp
13208 * gdb.reverse/waitpid-reverse.exp
13209 * gdb.reverse/watch-precsave.exp
13210 * gdb.reverse/watch-reverse.exp
13211 * gdb.rust/generics.exp
13212 * gdb.rust/methods.exp
13213 * gdb.rust/modules.exp
13214 * gdb.rust/simple.exp
13215 * gdb.server/connect-with-no-symbol-file.exp
13216 * gdb.server/ext-attach.exp
13217 * gdb.server/ext-restart.exp
13218 * gdb.server/ext-wrapper.exp
13219 * gdb.server/file-transfer.exp
13220 * gdb.server/server-exec-info.exp
13221 * gdb.server/server-kill.exp
13222 * gdb.server/server-mon.exp
13223 * gdb.server/wrapper.exp
13224 * gdb.stabs/exclfwd.exp
13225 * gdb.stabs/gdb11479.exp
13226 * gdb.threads/clone-new-thread-event.exp
13227 * gdb.threads/corethreads.exp
13228 * gdb.threads/current-lwp-dead.exp
13229 * gdb.threads/dlopen-libpthread.exp
13230 * gdb.threads/gcore-thread.exp
13231 * gdb.threads/sigstep-threads.exp
13232 * gdb.threads/watchpoint-fork.exp
13233 * gdb.trace/actions-changed.exp
13234 * gdb.trace/backtrace.exp
13235 * gdb.trace/change-loc.exp
13236 * gdb.trace/circ.exp
13237 * gdb.trace/collection.exp
13238 * gdb.trace/disconnected-tracing.exp
13239 * gdb.trace/ftrace.exp
13240 * gdb.trace/mi-trace-frame-collected.exp
13241 * gdb.trace/mi-trace-unavailable.exp
13242 * gdb.trace/mi-traceframe-changed.exp
13243 * gdb.trace/mi-tsv-changed.exp
13244 * gdb.trace/no-attach-trace.exp
13245 * gdb.trace/passc-dyn.exp
13246 * gdb.trace/qtro.exp
13247 * gdb.trace/range-stepping.exp
13248 * gdb.trace/read-memory.exp
13249 * gdb.trace/save-trace.exp
13250 * gdb.trace/signal.exp
13251 * gdb.trace/status-stop.exp
13252 * gdb.trace/tfile.exp
13253 * gdb.trace/trace-break.exp
13254 * gdb.trace/trace-buffer-size.exp
13255 * gdb.trace/trace-condition.exp
13256 * gdb.trace/tracefile-pseudo-reg.exp
13257 * gdb.trace/tstatus.exp
13258 * gdb.trace/unavailable.exp
13259 * gdb.trace/while-dyn.exp
13260 * gdb.trace/while-stepping.exp
13261
34c41c68
DE
132622016-12-22 Doug Evans <xdje42@gmail.com>
13263
13264 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13265 and msymbols.
13266
16e69324
YQ
132672016-12-19 Yao Qi <yao.qi@linaro.org>
13268
13269 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13270 (test_with_self): Don't call do_steps_and_nexts, and remove
13271 code about stepping into xmalloc.
13272
f94f411b
YQ
132732016-12-09 Yao Qi <yao.qi@linaro.org>
13274
13275 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13276
132772016-12-09 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13280
f1b5deee
PA
132812016-12-09 Pedro Alves <palves@redhat.com>
13282
13283 * gdb.base/all-architectures-0.exp: New file.
13284 * gdb.base/all-architectures-1.exp: New file.
13285 * gdb.base/all-architectures-2.exp: New file.
13286 * gdb.base/all-architectures-3.exp: New file.
13287 * gdb.base/all-architectures-4.exp: New file.
13288 * gdb.base/all-architectures-5.exp: New file.
13289 * gdb.base/all-architectures-6.exp: New file.
13290 * gdb.base/all-architectures-7.exp: New file.
13291 * gdb.base/all-architectures.exp.in: New file.
13292
364ca42e
YQ
132932016-12-09 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13296
107c2d62
LM
132972016-12-02 Luis Machado <lgustavo@codesourcery.com>
13298
13299 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13300 possible.
13301 Remove useless pattern-matching code.
13302
df3ee9ca
PA
133032016-12-02 Pedro Alves <palves@redhat.com>
13304
13305 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13306 procedure.
13307 (top level): Call it.
13308
ec835369
PA
133092016-12-02 Pedro Alves <palves@redhat.com>
13310
13311 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13312 New procedure.
13313 (top level): Call it.
13314
01770bbd
PA
133152016-12-02 Pedro Alves <palves@redhat.com>
13316
13317 PR cli/20559
13318 * gdb.base/commands.exp (user_defined_command_args_eval): New
13319 procedure.
13320 (top level): Call it.
13321
008459ea
LM
133222016-12-02 Luis Machado <lgustavo@codesourcery.com>
13323
13324 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13325 timeout handling.
13326
0c1b455e
TT
133272016-12-02 Tom Tromey <tom@tromey.com>
13328
13329 * gdb.dwarf2/main-subprogram.c: New file.
13330 * gdb.dwarf2/main-subprogram.exp: New file.
13331
018572b8
LM
133322016-12-01 Luis Machado <lgustavo@codesourcery.com>
13333
13334 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13335 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13336 gdb_test_no_output for a couple of cases.
13337 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13338
84c93cd5
LM
133392016-12-01 Luis Machado <lgustavo@codesourcery.com>
13340
13341 Fix test names and standardize compilation error messages throughout
13342 the following files:
13343
13344 * gdb.ada/start.exp
13345 * gdb.arch/alpha-step.exp
13346 * gdb.arch/e500-prologue.exp
13347 * gdb.arch/ftrace-insn-reloc.exp
13348 * gdb.arch/gdb1291.exp
13349 * gdb.arch/gdb1431.exp
13350 * gdb.arch/gdb1558.exp
13351 * gdb.arch/i386-dr3-watch.exp
13352 * gdb.arch/i386-sse-stack-align.exp
13353 * gdb.arch/ia64-breakpoint-shadow.exp
13354 * gdb.arch/pa-nullify.exp
13355 * gdb.arch/powerpc-aix-prologue.exp
13356 * gdb.arch/thumb-bx-pc.exp
13357 * gdb.base/annota1.exp
13358 * gdb.base/annota3.exp
13359 * gdb.base/arrayidx.exp
13360 * gdb.base/assign.exp
13361 * gdb.base/attach.exp
13362 * gdb.base/auxv.exp
13363 * gdb.base/bang.exp
13364 * gdb.base/bfp-test.exp
13365 * gdb.base/bigcore.exp
13366 * gdb.base/bitfields2.exp
13367 * gdb.base/break-fun-addr.exp
13368 * gdb.base/break-probes.exp
13369 * gdb.base/call-rt-st.exp
13370 * gdb.base/callexit.exp
13371 * gdb.base/catch-fork-kill.exp
13372 * gdb.base/charset.exp
13373 * gdb.base/checkpoint.exp
13374 * gdb.base/comprdebug.exp
13375 * gdb.base/constvars.exp
13376 * gdb.base/coredump-filter.exp
13377 * gdb.base/cursal.exp
13378 * gdb.base/cvexpr.exp
13379 * gdb.base/detach.exp
13380 * gdb.base/display.exp
13381 * gdb.base/dmsym.exp
13382 * gdb.base/dprintf-pending.exp
13383 * gdb.base/dso2dso.exp
13384 * gdb.base/dtrace-probe.exp
13385 * gdb.base/dump.exp
13386 * gdb.base/enum_cond.exp
13387 * gdb.base/exe-lock.exp
13388 * gdb.base/exec-invalid-sysroot.exp
13389 * gdb.base/execl-update-breakpoints.exp
13390 * gdb.base/exprs.exp
13391 * gdb.base/fileio.exp
13392 * gdb.base/find.exp
13393 * gdb.base/finish.exp
13394 * gdb.base/fixsection.exp
13395 * gdb.base/foll-vfork.exp
13396 * gdb.base/frame-args.exp
13397 * gdb.base/gcore.exp
13398 * gdb.base/gdb1250.exp
13399 * gdb.base/global-var-nested-by-dso.exp
13400 * gdb.base/gnu-ifunc.exp
13401 * gdb.base/hashline1.exp
13402 * gdb.base/hashline2.exp
13403 * gdb.base/hashline3.exp
13404 * gdb.base/hbreak-in-shr-unsupported.exp
13405 * gdb.base/huge.exp
13406 * gdb.base/infcall-input.exp
13407 * gdb.base/info-fun.exp
13408 * gdb.base/info-shared.exp
13409 * gdb.base/jit-simple.exp
13410 * gdb.base/jit-so.exp
13411 * gdb.base/jit.exp
13412 * gdb.base/jump.exp
13413 * gdb.base/label.exp
13414 * gdb.base/lineinc.exp
13415 * gdb.base/logical.exp
13416 * gdb.base/longjmp.exp
13417 * gdb.base/macscp.exp
13418 * gdb.base/miscexprs.exp
13419 * gdb.base/new-ui-echo.exp
13420 * gdb.base/new-ui-pending-input.exp
13421 * gdb.base/new-ui.exp
13422 * gdb.base/nodebug.exp
13423 * gdb.base/nofield.exp
13424 * gdb.base/offsets.exp
13425 * gdb.base/overlays.exp
13426 * gdb.base/pending.exp
13427 * gdb.base/pointers.exp
13428 * gdb.base/pr11022.exp
13429 * gdb.base/printcmds.exp
13430 * gdb.base/prologue.exp
13431 * gdb.base/ptr-typedef.exp
13432 * gdb.base/realname-expand.exp
13433 * gdb.base/relativedebug.exp
13434 * gdb.base/relocate.exp
13435 * gdb.base/remote.exp
13436 * gdb.base/reread.exp
13437 * gdb.base/return2.exp
13438 * gdb.base/savedregs.exp
13439 * gdb.base/sep.exp
13440 * gdb.base/sepdebug.exp
13441 * gdb.base/sepsymtab.exp
13442 * gdb.base/set-inferior-tty.exp
13443 * gdb.base/setshow.exp
13444 * gdb.base/shlib-call.exp
13445 * gdb.base/sigaltstack.exp
13446 * gdb.base/siginfo-addr.exp
13447 * gdb.base/signals.exp
13448 * gdb.base/signull.exp
13449 * gdb.base/sigrepeat.exp
13450 * gdb.base/so-impl-ld.exp
13451 * gdb.base/solib-display.exp
13452 * gdb.base/solib-overlap.exp
13453 * gdb.base/solib-search.exp
13454 * gdb.base/solib-symbol.exp
13455 * gdb.base/structs.exp
13456 * gdb.base/structs2.exp
13457 * gdb.base/symtab-search-order.exp
13458 * gdb.base/twice.exp
13459 * gdb.base/unload.exp
13460 * gdb.base/varargs.exp
13461 * gdb.base/watchpoint-solib.exp
13462 * gdb.base/watchpoint.exp
13463 * gdb.base/whatis.exp
13464 * gdb.base/wrong_frame_bt_full.exp
13465 * gdb.btrace/dlopen.exp
13466 * gdb.cell/ea-standalone.exp
13467 * gdb.cell/ea-test.exp
13468 * gdb.cp/dispcxx.exp
13469 * gdb.cp/gdb2384.exp
13470 * gdb.cp/method2.exp
13471 * gdb.cp/nextoverthrow.exp
13472 * gdb.cp/pr10728.exp
13473 * gdb.disasm/am33.exp
13474 * gdb.disasm/h8300s.exp
13475 * gdb.disasm/mn10300.exp
13476 * gdb.disasm/sh3.exp
13477 * gdb.dwarf2/dw2-dir-file-name.exp
13478 * gdb.fortran/complex.exp
13479 * gdb.fortran/library-module.exp
13480 * gdb.guile/scm-pretty-print.exp
13481 * gdb.guile/scm-symbol.exp
13482 * gdb.guile/scm-type.exp
13483 * gdb.guile/scm-value.exp
13484 * gdb.linespec/linespec.exp
13485 * gdb.mi/gdb701.exp
13486 * gdb.mi/gdb792.exp
13487 * gdb.mi/mi-breakpoint-changed.exp
13488 * gdb.mi/mi-dprintf-pending.exp
13489 * gdb.mi/mi-dprintf.exp
13490 * gdb.mi/mi-exit-code.exp
13491 * gdb.mi/mi-pending.exp
13492 * gdb.mi/mi-solib.exp
13493 * gdb.mi/new-ui-mi-sync.exp
13494 * gdb.mi/pr11022.exp
13495 * gdb.mi/user-selected-context-sync.exp
13496 * gdb.opt/solib-intra-step.exp
13497 * gdb.python/py-events.exp
13498 * gdb.python/py-finish-breakpoint.exp
13499 * gdb.python/py-mi.exp
13500 * gdb.python/py-prettyprint.exp
13501 * gdb.python/py-shared.exp
13502 * gdb.python/py-symbol.exp
13503 * gdb.python/py-template.exp
13504 * gdb.python/py-type.exp
13505 * gdb.python/py-value.exp
13506 * gdb.reverse/solib-precsave.exp
13507 * gdb.reverse/solib-reverse.exp
13508 * gdb.server/solib-list.exp
13509 * gdb.stabs/weird.exp
13510 * gdb.threads/reconnect-signal.exp
13511 * gdb.threads/stepi-random-signal.exp
13512 * gdb.trace/actions.exp
13513 * gdb.trace/ax.exp
13514 * gdb.trace/backtrace.exp
13515 * gdb.trace/change-loc.exp
13516 * gdb.trace/deltrace.exp
13517 * gdb.trace/ftrace-lock.exp
13518 * gdb.trace/ftrace.exp
13519 * gdb.trace/infotrace.exp
13520 * gdb.trace/mi-tracepoint-changed.exp
13521 * gdb.trace/packetlen.exp
13522 * gdb.trace/passcount.exp
13523 * gdb.trace/pending.exp
13524 * gdb.trace/range-stepping.exp
13525 * gdb.trace/report.exp
13526 * gdb.trace/stap-trace.exp
13527 * gdb.trace/tfind.exp
13528 * gdb.trace/trace-break.exp
13529 * gdb.trace/trace-condition.exp
13530 * gdb.trace/trace-enable-disable.exp
13531 * gdb.trace/trace-mt.exp
13532 * gdb.trace/tracecmd.exp
13533 * gdb.trace/tspeed.exp
13534 * gdb.trace/tsv.exp
13535 * lib/perftest.exp
13536
fb9feb35
LM
135372016-12-01 Luis Machado <lgustavo@codesourcery.com>
13538
13539 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13540 with gdb_test_no_output.
13541 Use command as test name.
13542
cd2ddb6c
LM
135432016-12-01 Luis Machado <lgustavo@codesourcery.com>
13544
13545 Fix test names starting with uppercase throughout the files.
13546
13547 * gdb.ada/assign_1.exp
13548 * gdb.ada/boolean_expr.exp
13549 * gdb.base/arrayidx.exp
13550 * gdb.base/del.exp
13551 * gdb.base/gcore-buffer-overflow.exp
13552 * gdb.base/testenv.exp
13553 * gdb.compile/compile.exp
13554 * gdb.python/py-framefilter-invalidarg.exp
13555 * gdb.python/py-framefilter.exp
13556
bb95117e
LM
135572016-12-01 Luis Machado <lgustavo@codesourcery.com>
13558
13559 Fix test names starting with uppercase throughout the files.
13560
13561 * gdb.ada/array_return.exp
13562 * gdb.ada/expr_delims.exp
13563 * gdb.ada/mi_dyn_arr.exp
13564 * gdb.ada/mi_interface.exp
13565 * gdb.ada/mi_var_array.exp
13566 * gdb.ada/watch_arg.exp
13567 * gdb.arch/alpha-step.exp
13568 * gdb.arch/altivec-regs.exp
13569 * gdb.arch/e500-regs.exp
13570 * gdb.arch/powerpc-d128-regs.exp
13571 * gdb.base/arrayidx.exp
13572 * gdb.base/break.exp
13573 * gdb.base/checkpoint.exp
13574 * gdb.base/debug-expr.exp
13575 * gdb.base/dmsym.exp
13576 * gdb.base/radix.exp
13577 * gdb.base/sepdebug.exp
13578 * gdb.base/testenv.exp
13579 * gdb.base/watch_thread_num.exp
13580 * gdb.base/watchpoint-cond-gone.exp
13581 * gdb.cell/break.exp
13582 * gdb.cell/ea-cache.exp
13583 * gdb.compile/compile.exp
13584 * gdb.cp/gdb2495.exp
13585 * gdb.gdb/selftest.exp
13586 * gdb.gdb/xfullpath.exp
13587 * gdb.go/hello.exp
13588 * gdb.go/integers.exp
13589 * gdb.objc/basicclass.exp
13590 * gdb.pascal/hello.exp
13591 * gdb.pascal/integers.exp
13592 * gdb.python/py-breakpoint.exp
13593 * gdb.python/py-cmd.exp
13594 * gdb.python/py-linetable.exp
13595 * gdb.python/py-xmethods.exp
13596 * gdb.python/python.exp
13597 * gdb.reverse/consecutive-precsave.exp
13598 * gdb.reverse/finish-precsave.exp
13599 * gdb.reverse/i386-precsave.exp
13600 * gdb.reverse/machinestate-precsave.exp
13601 * gdb.reverse/sigall-precsave.exp
13602 * gdb.reverse/solib-precsave.exp
13603 * gdb.reverse/step-precsave.exp
13604 * gdb.reverse/until-precsave.exp
13605 * gdb.reverse/watch-precsave.exp
13606 * gdb.threads/leader-exit.exp
13607 * gdb.threads/pthreads.exp
13608 * gdb.threads/wp-replication.exp
13609 * gdb.trace/actions.exp
13610 * gdb.trace/mi-tsv-changed.exp
13611 * gdb.trace/tsv.exp
13612
de97fdd4
LM
136132016-12-01 Luis Machado <lgustavo@codesourcery.com>
13614
13615 Fix test names starting with uppercase throughout the files.
13616
13617 * gdb.arch/i386-bp_permanent.exp
13618 * gdb.arch/i386-gnu-cfi.exp
13619 * gdb.base/disasm-end-cu.exp
13620 * gdb.base/macscp.exp
13621 * gdb.base/pending.exp
13622 * gdb.base/watch_thread_num.exp
13623 * gdb.cp/exception.exp
13624 * gdb.cp/gdb2495.exp
13625 * gdb.cp/local.exp
13626 * gdb.python/py-evsignal.exp
13627 * gdb.python/python.exp
13628 * gdb.trace/tracecmd.exp
13629
9f058c10
LM
136302016-12-01 Luis Machado <lgustavo@codesourcery.com>
13631
13632 Fix test names starting with uppercase throughout the files.
13633
13634 * gdb.base/charset.exp
13635 * gdb.base/eval.exp
13636 * gdb.base/multi-forks.exp
13637 * gdb.guile/scm-progspace.exp
13638 * gdb.opencl/datatypes.exp
13639 * gdb.python/py-block.exp
13640 * gdb.python/py-function.exp
13641 * gdb.python/py-symbol.exp
13642 * gdb.python/py-symtab.exp
13643 * gdb.python/py-xmethods.exp
13644 * gdb.reverse/break-precsave.exp
13645 * gdb.reverse/break-reverse.exp
13646 * gdb.reverse/consecutive-precsave.exp
13647 * gdb.reverse/consecutive-reverse.exp
13648 * gdb.reverse/finish-precsave.exp
13649 * gdb.reverse/finish-reverse-bkpt.exp
13650 * gdb.reverse/finish-reverse.exp
13651 * gdb.reverse/fstatat-reverse.exp
13652 * gdb.reverse/getresuid-reverse.exp
13653 * gdb.reverse/i386-precsave.exp
13654 * gdb.reverse/i386-reverse.exp
13655 * gdb.reverse/i386-sse-reverse.exp
13656 * gdb.reverse/i387-stack-reverse.exp
13657 * gdb.reverse/insn-reverse.exp
13658 * gdb.reverse/machinestate-precsave.exp
13659 * gdb.reverse/machinestate.exp
13660 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13661 * gdb.reverse/pipe-reverse.exp
13662 * gdb.reverse/readv-reverse.exp
13663 * gdb.reverse/recvmsg-reverse.exp
13664 * gdb.reverse/rerun-prec.exp
13665 * gdb.reverse/s390-mvcle.exp
13666 * gdb.reverse/sigall-precsave.exp
13667 * gdb.reverse/sigall-reverse.exp
13668 * gdb.reverse/solib-precsave.exp
13669 * gdb.reverse/solib-reverse.exp
13670 * gdb.reverse/step-precsave.exp
13671 * gdb.reverse/step-reverse.exp
13672 * gdb.reverse/time-reverse.exp
13673 * gdb.reverse/until-precsave.exp
13674 * gdb.reverse/until-reverse.exp
13675 * gdb.reverse/waitpid-reverse.exp
13676 * gdb.reverse/watch-precsave.exp
13677 * gdb.reverse/watch-reverse.exp
13678
cdc7edd7
LM
136792016-12-01 Luis Machado <lgustavo@codesourcery.com>
13680
13681 Fix test names starting with uppercase throughout the files.
13682
13683 * gdb.arch/i386-mpx-simple_segv.exp
13684 * gdb.arch/i386-mpx.exp
13685 * gdb.arch/i386-permbkpt.exp
13686 * gdb.arch/pa-nullify.exp
13687 * gdb.arch/powerpc-d128-regs.exp
13688 * gdb.arch/vsx-regs.exp
13689 * gdb.base/bfp-test.exp
13690 * gdb.base/break.exp
13691 * gdb.base/breakpoint-shadow.exp
13692 * gdb.base/callfuncs.exp
13693 * gdb.base/charset.exp
13694 * gdb.base/commands.exp
13695 * gdb.base/completion.exp
13696 * gdb.base/dfp-test.exp
13697 * gdb.base/echo.exp
13698 * gdb.base/ending-run.exp
13699 * gdb.base/eval.exp
13700 * gdb.base/expand-psymtabs.exp
13701 * gdb.base/float128.exp
13702 * gdb.base/floatn.exp
13703 * gdb.base/foll-exec-mode.exp
13704 * gdb.base/gdb1056.exp
13705 * gdb.base/gdb11531.exp
13706 * gdb.base/kill-after-signal.exp
13707 * gdb.base/multi-forks.exp
13708 * gdb.base/overlays.exp
13709 * gdb.base/pending.exp
13710 * gdb.base/sepdebug.exp
13711 * gdb.base/testenv.exp
13712 * gdb.base/valgrind-db-attach.exp
13713 * gdb.base/watch_thread_num.exp
13714 * gdb.base/watchpoint-cond-gone.exp
13715 * gdb.base/watchpoint.exp
13716 * gdb.base/watchpoints.exp
13717 * gdb.cp/arg-reference.exp
13718 * gdb.cp/baseenum.exp
13719 * gdb.cp/operator.exp
13720 * gdb.cp/shadow.exp
13721 * gdb.dwarf2/dw2-op-out-param.exp
13722 * gdb.dwarf2/dw2-reg-undefined.exp
13723 * gdb.go/chan.exp
13724 * gdb.go/hello.exp
13725 * gdb.go/integers.exp
13726 * gdb.go/methods.exp
13727 * gdb.go/package.exp
13728 * gdb.guile/scm-parameter.exp
13729 * gdb.guile/scm-progspace.exp
13730 * gdb.guile/scm-value.exp
13731 * gdb.mi/mi-pending.exp
13732 * gdb.mi/user-selected-context-sync.exp
13733 * gdb.multi/multi-attach.exp
13734 * gdb.multi/tids.exp
13735 * gdb.opt/clobbered-registers-O2.exp
13736 * gdb.pascal/floats.exp
13737 * gdb.pascal/integers.exp
13738 * gdb.python/py-block.exp
13739 * gdb.python/py-events.exp
13740 * gdb.python/py-parameter.exp
13741 * gdb.python/py-symbol.exp
13742 * gdb.python/py-symtab.exp
13743 * gdb.python/py-type.exp
13744 * gdb.python/py-value.exp
13745 * gdb.python/py-xmethods.exp
13746 * gdb.python/python.exp
13747 * gdb.reverse/break-precsave.exp
13748 * gdb.reverse/consecutive-precsave.exp
13749 * gdb.reverse/finish-precsave.exp
13750 * gdb.reverse/i386-precsave.exp
13751 * gdb.reverse/machinestate-precsave.exp
13752 * gdb.reverse/sigall-precsave.exp
13753 * gdb.reverse/solib-precsave.exp
13754 * gdb.reverse/step-precsave.exp
13755 * gdb.reverse/until-precsave.exp
13756 * gdb.reverse/watch-precsave.exp
13757 * gdb.server/ext-attach.exp
13758 * gdb.server/ext-restart.exp
13759 * gdb.server/ext-run.exp
13760 * gdb.server/ext-wrapper.exp
13761 * gdb.stabs/gdb11479.exp
13762 * gdb.stabs/weird.exp
13763 * gdb.threads/attach-many-short-lived-threads.exp
13764 * gdb.threads/kill.exp
13765 * gdb.threads/watchpoint-fork.exp
13766
bc6c7af4
LM
137672016-12-01 Luis Machado <lgustavo@codesourcery.com>
13768
13769 Fix test names starting with uppercase throughout all the files below.
13770
13771 * gdb.ada/array_return.exp
13772 * gdb.ada/catch_ex.exp
13773 * gdb.ada/info_exc.exp
13774 * gdb.ada/mi_catch_ex.exp
13775 * gdb.ada/mi_dyn_arr.exp
13776 * gdb.ada/mi_ex_cond.exp
13777 * gdb.ada/mi_exc_info.exp
13778 * gdb.ada/mi_interface.exp
13779 * gdb.ada/mi_task_arg.exp
13780 * gdb.ada/mi_task_info.exp
13781 * gdb.ada/mi_var_array.exp
13782 * gdb.arch/alpha-step.exp
13783 * gdb.arch/amd64-disp-step.exp
13784 * gdb.arch/arm-disp-step.exp
13785 * gdb.arch/disp-step-insn-reloc.exp
13786 * gdb.arch/e500-prologue.exp
13787 * gdb.arch/ftrace-insn-reloc.exp
13788 * gdb.arch/gdb1558.exp
13789 * gdb.arch/i386-bp_permanent.exp
13790 * gdb.arch/i386-disp-step.exp
13791 * gdb.arch/i386-float.exp
13792 * gdb.arch/i386-gnu-cfi.exp
13793 * gdb.arch/ia64-breakpoint-shadow.exp
13794 * gdb.arch/mips16-thunks.exp
13795 * gdb.arch/pa-nullify.exp
13796 * gdb.arch/powerpc-aix-prologue.exp
13797 * gdb.arch/powerpc-power.exp
13798 * gdb.arch/ppc-dfp.exp
13799 * gdb.arch/s390-tdbregs.exp
13800 * gdb.arch/spu-info.exp
13801 * gdb.arch/spu-ls.exp
13802 * gdb.arch/thumb-bx-pc.exp
13803 * gdb.base/advance.exp
13804 * gdb.base/annota-input-while-running.exp
13805 * gdb.base/arrayidx.exp
13806 * gdb.base/asmlabel.exp
13807 * gdb.base/async.exp
13808 * gdb.base/attach-wait-input.exp
13809 * gdb.base/auto-connect-native-target.exp
13810 * gdb.base/batch-preserve-term-settings.exp
13811 * gdb.base/bfp-test.exp
13812 * gdb.base/bigcore.exp
13813 * gdb.base/bp-permanent.exp
13814 * gdb.base/break-always.exp
13815 * gdb.base/break-fun-addr.exp
13816 * gdb.base/break-idempotent.exp
13817 * gdb.base/break-main-file-remove-fail.exp
13818 * gdb.base/break-probes.exp
13819 * gdb.base/break-unload-file.exp
13820 * gdb.base/break.exp
13821 * gdb.base/call-ar-st.exp
13822 * gdb.base/call-rt-st.exp
13823 * gdb.base/call-sc.exp
13824 * gdb.base/call-signal-resume.exp
13825 * gdb.base/call-strs.exp
13826 * gdb.base/callexit.exp
13827 * gdb.base/callfuncs.exp
13828 * gdb.base/catch-gdb-caused-signals.exp
13829 * gdb.base/catch-signal-siginfo-cond.exp
13830 * gdb.base/catch-syscall.exp
13831 * gdb.base/compare-sections.exp
13832 * gdb.base/cond-eval-mode.exp
13833 * gdb.base/condbreak-call-false.exp
13834 * gdb.base/consecutive-step-over.exp
13835 * gdb.base/cursal.exp
13836 * gdb.base/disabled-location.exp
13837 * gdb.base/disasm-end-cu.exp
13838 * gdb.base/display.exp
13839 * gdb.base/double-prompt-target-event-error.exp
13840 * gdb.base/dprintf-bp-same-addr.exp
13841 * gdb.base/dprintf-detach.exp
13842 * gdb.base/dprintf-next.exp
13843 * gdb.base/dprintf-non-stop.exp
13844 * gdb.base/dprintf-pending.exp
13845 * gdb.base/dso2dso.exp
13846 * gdb.base/ending-run.exp
13847 * gdb.base/enum_cond.exp
13848 * gdb.base/examine-backward.exp
13849 * gdb.base/exe-lock.exp
13850 * gdb.base/exec-invalid-sysroot.exp
13851 * gdb.base/execl-update-breakpoints.exp
13852 * gdb.base/execution-termios.exp
13853 * gdb.base/fileio.exp
13854 * gdb.base/fixsection.exp
13855 * gdb.base/foll-exec-mode.exp
13856 * gdb.base/foll-exec.exp
13857 * gdb.base/fork-running-state.exp
13858 * gdb.base/frame-args.exp
13859 * gdb.base/fullpath-expand.exp
13860 * gdb.base/func-ptr.exp
13861 * gdb.base/gcore-relro-pie.exp
13862 * gdb.base/gdb1090.exp
13863 * gdb.base/gdb1555.exp
13864 * gdb.base/global-var-nested-by-dso.exp
13865 * gdb.base/gnu-ifunc.exp
13866 * gdb.base/hbreak-in-shr-unsupported.exp
13867 * gdb.base/hbreak-unmapped.exp
13868 * gdb.base/hook-stop.exp
13869 * gdb.base/infcall-input.exp
13870 * gdb.base/info-fun.exp
13871 * gdb.base/info-shared.exp
13872 * gdb.base/interrupt-noterm.exp
13873 * gdb.base/jit-so.exp
13874 * gdb.base/jit.exp
13875 * gdb.base/line-symtabs.exp
13876 * gdb.base/list.exp
13877 * gdb.base/longjmp.exp
13878 * gdb.base/macscp.exp
13879 * gdb.base/max-value-size.exp
13880 * gdb.base/nodebug.exp
13881 * gdb.base/nofield.exp
13882 * gdb.base/overlays.exp
13883 * gdb.base/paginate-after-ctrl-c-running.exp
13884 * gdb.base/paginate-bg-execution.exp
13885 * gdb.base/paginate-inferior-exit.exp
13886 * gdb.base/pending.exp
13887 * gdb.base/pr11022.exp
13888 * gdb.base/printcmds.exp
13889 * gdb.base/ptr-typedef.exp
13890 * gdb.base/ptype.exp
13891 * gdb.base/randomize.exp
13892 * gdb.base/range-stepping.exp
13893 * gdb.base/realname-expand.exp
13894 * gdb.base/relativedebug.exp
13895 * gdb.base/remote.exp
13896 * gdb.base/savedregs.exp
13897 * gdb.base/sepdebug.exp
13898 * gdb.base/set-noassign.exp
13899 * gdb.base/shlib-call.exp
13900 * gdb.base/shreloc.exp
13901 * gdb.base/sigaltstack.exp
13902 * gdb.base/sigbpt.exp
13903 * gdb.base/siginfo-addr.exp
13904 * gdb.base/siginfo-obj.exp
13905 * gdb.base/siginfo-thread.exp
13906 * gdb.base/signest.exp
13907 * gdb.base/signull.exp
13908 * gdb.base/sigrepeat.exp
13909 * gdb.base/skip.exp
13910 * gdb.base/so-impl-ld.exp
13911 * gdb.base/solib-corrupted.exp
13912 * gdb.base/solib-disc.exp
13913 * gdb.base/solib-display.exp
13914 * gdb.base/solib-overlap.exp
13915 * gdb.base/solib-search.exp
13916 * gdb.base/solib-symbol.exp
13917 * gdb.base/source-execution.exp
13918 * gdb.base/sss-bp-on-user-bp-2.exp
13919 * gdb.base/sss-bp-on-user-bp.exp
13920 * gdb.base/stack-checking.exp
13921 * gdb.base/stale-infcall.exp
13922 * gdb.base/step-break.exp
13923 * gdb.base/step-line.exp
13924 * gdb.base/step-over-exit.exp
13925 * gdb.base/step-test.exp
13926 * gdb.base/structs.exp
13927 * gdb.base/sym-file.exp
13928 * gdb.base/symtab-search-order.exp
13929 * gdb.base/term.exp
13930 * gdb.base/type-opaque.exp
13931 * gdb.base/unload.exp
13932 * gdb.base/until-nodebug.exp
13933 * gdb.base/until.exp
13934 * gdb.base/unwindonsignal.exp
13935 * gdb.base/watch-cond.exp
13936 * gdb.base/watch-non-mem.exp
13937 * gdb.base/watch_thread_num.exp
13938 * gdb.base/watchpoint-reuse-slot.exp
13939 * gdb.base/watchpoint-solib.exp
13940 * gdb.base/watchpoint.exp
13941 * gdb.btrace/dlopen.exp
13942 * gdb.cell/arch.exp
13943 * gdb.cell/break.exp
13944 * gdb.cell/bt.exp
13945 * gdb.cell/core.exp
13946 * gdb.cell/data.exp
13947 * gdb.cell/dwarfaddr.exp
13948 * gdb.cell/ea-cache.exp
13949 * gdb.cell/ea-standalone.exp
13950 * gdb.cell/ea-test.exp
13951 * gdb.cell/f-regs.exp
13952 * gdb.cell/fork.exp
13953 * gdb.cell/gcore.exp
13954 * gdb.cell/mem-access.exp
13955 * gdb.cell/ptype.exp
13956 * gdb.cell/registers.exp
13957 * gdb.cell/sizeof.exp
13958 * gdb.cell/solib-symbol.exp
13959 * gdb.cell/solib.exp
13960 * gdb.compile/compile-tls.exp
13961 * gdb.cp/exception.exp
13962 * gdb.cp/gdb2495.exp
13963 * gdb.cp/local.exp
13964 * gdb.cp/mb-inline.exp
13965 * gdb.cp/mb-templates.exp
13966 * gdb.cp/pr10687.exp
13967 * gdb.cp/pr9167.exp
13968 * gdb.cp/scope-err.exp
13969 * gdb.cp/templates.exp
13970 * gdb.cp/virtfunc.exp
13971 * gdb.dwarf2/dw2-dir-file-name.exp
13972 * gdb.dwarf2/dw2-single-line-discriminators.exp
13973 * gdb.fortran/complex.exp
13974 * gdb.fortran/library-module.exp
13975 * gdb.guile/guile.exp
13976 * gdb.guile/scm-cmd.exp
13977 * gdb.guile/scm-frame-inline.exp
13978 * gdb.guile/scm-objfile.exp
13979 * gdb.guile/scm-pretty-print.exp
13980 * gdb.guile/scm-symbol.exp
13981 * gdb.guile/scm-type.exp
13982 * gdb.guile/scm-value.exp
13983 * gdb.linespec/keywords.exp
13984 * gdb.linespec/ls-errs.exp
13985 * gdb.linespec/macro-relative.exp
13986 * gdb.linespec/thread.exp
13987 * gdb.mi/mi-breakpoint-changed.exp
13988 * gdb.mi/mi-dprintf-pending.exp
13989 * gdb.mi/mi-fullname-deleted.exp
13990 * gdb.mi/mi-logging.exp
13991 * gdb.mi/mi-pending.exp
13992 * gdb.mi/mi-solib.exp
13993 * gdb.mi/new-ui-mi-sync.exp
13994 * gdb.mi/user-selected-context-sync.exp
13995 * gdb.multi/dummy-frame-restore.exp
13996 * gdb.multi/multi-arch-exec.exp
13997 * gdb.multi/remove-inferiors.exp
13998 * gdb.multi/watchpoint-multi-exit.exp
13999 * gdb.opt/solib-intra-step.exp
14000 * gdb.perf/backtrace.exp
14001 * gdb.perf/single-step.exp
14002 * gdb.perf/skip-command.exp
14003 * gdb.perf/skip-prologue.exp
14004 * gdb.perf/solib.exp
14005 * gdb.python/lib-types.exp
14006 * gdb.python/py-as-string.exp
14007 * gdb.python/py-bad-printers.exp
14008 * gdb.python/py-block.exp
14009 * gdb.python/py-breakpoint.exp
14010 * gdb.python/py-cmd.exp
14011 * gdb.python/py-events.exp
14012 * gdb.python/py-evthreads.exp
14013 * gdb.python/py-finish-breakpoint.exp
14014 * gdb.python/py-finish-breakpoint2.exp
14015 * gdb.python/py-frame-inline.exp
14016 * gdb.python/py-frame.exp
14017 * gdb.python/py-inferior.exp
14018 * gdb.python/py-infthread.exp
14019 * gdb.python/py-mi.exp
14020 * gdb.python/py-objfile.exp
14021 * gdb.python/py-pp-maint.exp
14022 * gdb.python/py-pp-registration.exp
14023 * gdb.python/py-prettyprint.exp
14024 * gdb.python/py-recurse-unwind.exp
14025 * gdb.python/py-shared.exp
14026 * gdb.python/py-symbol.exp
14027 * gdb.python/py-symtab.exp
14028 * gdb.python/py-template.exp
14029 * gdb.python/py-type.exp
14030 * gdb.python/py-unwind-maint.exp
14031 * gdb.python/py-unwind.exp
14032 * gdb.python/py-value.exp
14033 * gdb.python/python.exp
14034 * gdb.reverse/finish-reverse-bkpt.exp
14035 * gdb.reverse/insn-reverse.exp
14036 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14037 * gdb.reverse/solib-precsave.exp
14038 * gdb.reverse/solib-reverse.exp
14039 * gdb.stabs/gdb11479.exp
14040 * gdb.stabs/weird.exp
14041 * gdb.threads/fork-child-threads.exp
14042 * gdb.threads/fork-plus-threads.exp
14043 * gdb.threads/fork-thread-pending.exp
14044 * gdb.threads/forking-threads-plus-breakpoint.exp
14045 * gdb.threads/hand-call-in-threads.exp
14046 * gdb.threads/interrupted-hand-call.exp
14047 * gdb.threads/linux-dp.exp
14048 * gdb.threads/local-watch-wrong-thread.exp
14049 * gdb.threads/next-while-other-thread-longjmps.exp
14050 * gdb.threads/non-ldr-exit.exp
14051 * gdb.threads/pending-step.exp
14052 * gdb.threads/print-threads.exp
14053 * gdb.threads/process-dies-while-detaching.exp
14054 * gdb.threads/process-dies-while-handling-bp.exp
14055 * gdb.threads/pthreads.exp
14056 * gdb.threads/queue-signal.exp
14057 * gdb.threads/reconnect-signal.exp
14058 * gdb.threads/signal-command-handle-nopass.exp
14059 * gdb.threads/signal-command-multiple-signals-pending.exp
14060 * gdb.threads/signal-delivered-right-thread.exp
14061 * gdb.threads/signal-sigtrap.exp
14062 * gdb.threads/sigthread.exp
14063 * gdb.threads/staticthreads.exp
14064 * gdb.threads/stepi-random-signal.exp
14065 * gdb.threads/thread-unwindonsignal.exp
14066 * gdb.threads/thread_check.exp
14067 * gdb.threads/thread_events.exp
14068 * gdb.threads/tid-reuse.exp
14069 * gdb.threads/tls-nodebug.exp
14070 * gdb.threads/tls-shared.exp
14071 * gdb.threads/tls-so_extern.exp
14072 * gdb.threads/tls.exp
14073 * gdb.threads/wp-replication.exp
14074 * gdb.trace/actions-changed.exp
14075 * gdb.trace/actions.exp
14076 * gdb.trace/backtrace.exp
14077 * gdb.trace/change-loc.exp
14078 * gdb.trace/collection.exp
14079 * gdb.trace/deltrace.exp
14080 * gdb.trace/disconnected-tracing.exp
14081 * gdb.trace/entry-values.exp
14082 * gdb.trace/ftrace-lock.exp
14083 * gdb.trace/ftrace.exp
14084 * gdb.trace/infotrace.exp
14085 * gdb.trace/mi-trace-frame-collected.exp
14086 * gdb.trace/mi-trace-unavailable.exp
14087 * gdb.trace/mi-traceframe-changed.exp
14088 * gdb.trace/mi-tracepoint-changed.exp
14089 * gdb.trace/mi-tsv-changed.exp
14090 * gdb.trace/no-attach-trace.exp
14091 * gdb.trace/packetlen.exp
14092 * gdb.trace/passc-dyn.exp
14093 * gdb.trace/passcount.exp
14094 * gdb.trace/pending.exp
14095 * gdb.trace/pr16508.exp
14096 * gdb.trace/qtro.exp
14097 * gdb.trace/range-stepping.exp
14098 * gdb.trace/read-memory.exp
14099 * gdb.trace/report.exp
14100 * gdb.trace/save-trace.exp
14101 * gdb.trace/signal.exp
14102 * gdb.trace/stap-trace.exp
14103 * gdb.trace/status-stop.exp
14104 * gdb.trace/strace.exp
14105 * gdb.trace/tfile.exp
14106 * gdb.trace/tfind.exp
14107 * gdb.trace/trace-break.exp
14108 * gdb.trace/trace-condition.exp
14109 * gdb.trace/trace-enable-disable.exp
14110 * gdb.trace/trace-mt.exp
14111 * gdb.trace/tracecmd.exp
14112 * gdb.trace/tracefile-pseudo-reg.exp
14113 * gdb.trace/tspeed.exp
14114 * gdb.trace/tstatus.exp
14115 * gdb.trace/tsv.exp
14116 * gdb.trace/unavailable.exp
14117 * gdb.trace/while-dyn.exp
14118 * gdb.trace/while-stepping.exp
14119 * lib/gdb-guile.exp
14120 * lib/gdb.exp
14121 * lib/mi-support.exp
14122 * lib/pascal.exp
14123 * lib/perftest.exp
14124 * lib/prelink-support.exp
14125 * lib/selftest-support.exp
14126
ad02e4fe
SM
141272016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14128
14129 * Makefile.in: Include disable-implicit-rules.mk.
14130
22347e55
AA
141312016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14132
14133 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14134 non-byte-aligned bit fields.
14135
da5b30da
AA
141362016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14137
14138 PR gdb/12616
14139 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14140 respects the DW_AT_data_bit_offset attribute.
14141
b593ecca
SM
141422016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14143
14144 * gdb.base/default.exp: Fix output of "set language".
14145
3b165252
SM
141462016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14147
14148 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14149 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14150 make.
14151 * configure.ac: Remove checks for the make program.
14152 * configure: Re-generate.
14153
1a2f3d7f
KB
141542016-11-16 Kevin Buettner <kevinb@redhat.com>
14155
14156 * gdb.python/py-recurse-unwind.c (main): Add loop.
14157 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14158 to read_register() and gdb.parse_and_eval(). Make each code
14159 call a separate case that can be individually tested.
14160 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14161 proc. Call cont_and_backtrace for each of the code paths that
14162 we want to test in the unwinder.
14163
b7f38fda
AA
141642016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14165
14166 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14167 the definition of struct S.
14168
1f8db343
CM
141692016-11-11 Catherine Moore <clm@codesourcery.com>
14170
14171 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14172
fad0c9fb
PA
141732016-11-09 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.base/commands.exp (runto_or_return): New procedure.
14176 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14177 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14178 (progvar_simple_while_test, progvar_complex_if_while_test)
14179 (if_while_breakpoint_command_test)
14180 (infrun_breakpoint_command_test, breakpoint_command_test)
14181 (user_defined_command_test, watchpoint_command_test)
14182 (test_command_prompt_position, redefine_hook_test)
14183 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14184 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14185 multi_line_input and multi_line. Remove gdb_expect and
14186 gdb_stop_suppressing_tests uses.
14187 * lib/gdb.exp (valnum_re): New global.
14188 (multi_line_input): New procedure.
14189
8354c62c
SM
141902016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14191
14192 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14193 Remove.
14194 (test_setup): Define with proc_with_prefix.
14195 (test_cli_inferior): Likewise.
14196 (test_cli_thread): Likewise.
14197 (test_cli_frame): Likewise.
14198 (test_cli_select_frame): Likewise.
14199 (test_cli_up_down): Likewise.
14200 (test_mi_thread_select): Likewise.
14201 (test_mi_stack_select_frame): Likewise.
14202 (test_cli_in_mi_inferior): Likewise.
14203 (test_cli_in_mi_thread): Likewise.
14204 (test_cli_in_mi_frame): Likewise.
14205 (top level): Do not use with_test_prefix_procname.
14206
64f367a2
PA
142072016-11-09 Pedro Alves <palves@redhat.com>
14208
14209 * gdb.base/commands.exp (gdbvar_simple_if_test)
14210 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14211 (progvar_simple_if_test, progvar_simple_while_test)
14212 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14213 (infrun_breakpoint_command_test, breakpoint_command_test)
14214 (user_defined_command_test, watchpoint_command_test)
14215 (test_command_prompt_position, deprecated_command_test)
14216 (bp_deleted_in_command, temporary_breakpoint_commands)
14217 (stray_arg0_test, source_file_with_indented_comment)
14218 (recursive_source_test, if_commands_test)
14219 (error_clears_commands_left, redefine_hook_test)
14220 (redefine_backtrace_test): Use proc_with_prefix.
14221 * lib/gdb.exp (proc_with_prefix): New proc.
14222
0bb65f1e
AA
142232016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14224
14225 * gdb.base/tui-layout.c: New file.
14226 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14227 disassembly window contains very long lines.
14228
7353f247
TT
142292016-11-08 Tom Tromey <tom@tromey.com>
14230
14231 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14232 depend on Python 2.
14233
30a7bb83
TT
142342016-11-08 Tom Tromey <tom@tromey.com>
14235
14236 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14237 New method.
14238
cdf5a07c
MG
142392016-10-29 Manish Goregaokar <manish@mozilla.com>
14240
2806dc7e 14241 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14242
51a789c3
MG
142432016-10-27 Manish Goregaokar <manish@mozilla.com>
14244
2806dc7e
PA
14245 * gdb.rust/simple.rs: Add test for univariant enums without
14246 discriminants and for encoded struct-like enums.
51a789c3 14247
f610ab6d
PA
142482016-10-28 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14251 gdb_test_multiple, tighten regexps and match symtabs and line
14252 tables incrementally.
14253
b129b0ca
LM
142542016-10-28 Luis Machado <lgustavo@codesourcery.com>
14255
14256 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14257 general.
14258
ecf45d2c
SL
142592016-10-25 Luis Machado <lgustavo@codesourcery.com>
14260
14261 * gdb.base/exec-invalid-sysroot.exp: New file.
14262
b8d38ee4
JK
142632016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14264
14265 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14266
f90fd8c2
JK
142672016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14270
2d2476aa
MR
142712016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14272
2806dc7e
PA
14273 * gdb.base/killed-outside.exp: Remove $options from a call to
14274 `prepare_for_testing'.
2d2476aa 14275
e42b25a0
SM
142762016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14279 Change test message.
14280
3ccdb432
SM
142812016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14282
14283 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14284 Update comment.
14285
5bad3170
SM
142862016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14287
14288 * gdb.trace/mi-trace-save.exp: New file.
14289
5ad9dba7
YQ
142902016-10-13 Yao Qi <yao.qi@linaro.org>
14291
14292 * gdb.base/code_elim.exp (get_var_address): Remove.
14293 * gdb.base/relocate.exp: Likewise.
14294 * gdb.base/shreloc.exp: Likewise.
14295 * lib/gdb.exp (get_var_address): New.
14296
62df7e21
YQ
142972016-10-13 Yao Qi <yao.qi@linaro.org>
14298
14299 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14300 floating point tests if $skip_float_test is false.
14301
4dac951e
LM
143022016-10-12 Luis Machado <lgustavo@codesourcery.com>
14303
14304 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14305 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14306 argc values.
14307 Add 1 to argc so we guarantee distinct initial/modified argc values.
14308
8f1a8fc4
JK
143092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14310
14311 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14312
16c85b5d
JK
143132016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14314
14315 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14316 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14317 * gdb.arch/vsx-regs.exp: Likewise.
14318
1d0e042a
YQ
143192016-10-07 Yao Qi <yao.qi@linaro.org>
14320
14321 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14322
68dadef5
MM
143232016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14324
14325 * gdb.python/python.exp: Test decode_line("*0").
14326
33fa2c6e
DE
143272016-10-06 Doug Evans <dje@google.com>
14328
14329 * gdb.python/py-value.exp (test_value_creation): Add test for large
14330 unsigned 64-bit value.
14331
9c37b5ae
TT
143322016-10-06 Tom Tromey <tom@tromey.com>
14333
14334 * gdb.compile/compile.exp: Change java tests to rust.
14335 * gdb.base/setshow.exp: Change java tests to rust.
14336 * gdb.base/default.exp: Remove java from language list.
14337 * README (Examples): Update language example.
14338 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14339 test.
14340 * lib/gdb.exp (skip_java_tests): Remove.
14341 * lib/java.exp: Remove.
14342 * gdb.java: Remove.
14343
78b86327
MR
143442016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14345
14346 * gdb.arch/mips-fcr.exp: New test.
14347 * gdb.arch/mips-fcr.c: Source for the new test.
14348
7470adbb
MR
143492016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14350
14351 * gdb.base/solib-disc.exp: Use `standard_output_file'
14352 throughout.
14353
4a556533
PA
143542016-10-06 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/jit-simple-dl.c: New file.
14357 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14358 * gdb.base/jit-simple.c: ... this.
14359 * gdb.base/jit-simple.exp (jit_run): Delete.
14360 (build_jit): New proc.
14361 (jit_test_reread): Recompile either the main program or the shared
14362 library, depending on what is being tested. Skip changing address
14363 if caller wants to. Compare before/after addresses. If testing
14364 standalone, explicitly load the binary. Test "maint info
14365 breakpoints".
14366 (top level): Add "standalone vs shared lib" and "change address"
14367 vs "same address" axes.
14368
5a122fbc
PA
143692016-10-06 Pedro Alves <palves@redhat.com>
14370
14371 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14372 call.
14373 (jit_run): Delete.
14374 (jit_test_reread): Use with_test_prefix. Reload the main binary
14375 explicitly. Compare the before/after addresses of the JIT
14376 descriptor.
14377
ee8da4b8
DE
143782016-08-15 Doug Evans <dje@google.com>
14379
14380 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14381 for single bitfields is bool.
14382 * gdb.xml/tdesc-regs.exp: Ditto.
14383
f389f6fe
JK
143842016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14385
14386 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14387
fdebf1a4
YQ
143882016-10-05 Yao Qi <yao.qi@linaro.org>
14389
14390 * lib/gdb.exp (support_complex_tests): Return zero if
14391 gdb_skip_float_test return true.
14392
9c36d954 143932016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14394 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14395
14396 PR gdb/20487
14397 * gdb.mi/user-selected-context-sync.exp: New file.
14398 * gdb.mi/user-selected-context-sync.c: New file.
14399
4034d0ff 144002016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14401 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14402
14403 PR gdb/20487
14404 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14405 =thread-select-event check.
14406
a4297203
PB
144072016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14408
14409 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14410 the compulsory L operand changes.
14411 * gdb.arch/powerpc-power.s: Likewise.
14412
bb805577
JK
144132016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14414
14415 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14416 * gdb.base/jit-attach-pie.c: New file.
14417 * gdb.base/jit-attach-pie.exp: New file.
14418
6d61dee5
PA
144192016-09-28 Pedro Alves <palves@redhat.com>
14420
14421 * gdb.base/infcall-input.c: New file.
14422 * gdb.base/infcall-input.exp: New file.
14423
f73842fc
YQ
144242016-09-22 Yao Qi <yao.qi@linaro.org>
14425
14426 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14427 (gdb_exit): Rename it to ...
14428 (gdbserver_gdb_exit): ... Close GDBserver.
14429 (gdb_exit): New proc, call gdbserver_gdb_exit.
14430 (mi_gdb_exit): Likewise.
14431
90681dab
YQ
144322016-09-22 Yao Qi <yao.qi@linaro.org>
14433
14434 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14435 path.
14436 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14437 Remove duplication.
14438
9c211fd8
YQ
144392016-09-22 Yao Qi <yao.qi@linaro.org>
14440
14441 * lib/gdbserver-support.exp: Check the existence of
14442 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14443
ad0a504f
AK
144442016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14445
14446 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14447
36cf1806
TT
144482016-09-21 Tom Tromey <tom@tromey.com>
14449
14450 PR gdb/20604:
14451 * gdb.base/quit.exp: New file.
14452
74172ecf
SM
144532016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14454
14455 * .gitignore: New file.
14456
3d0ec882
MR
144572016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14458
14459 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14460 throughout.
14461
8193adea
AA
144622016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14463
14464 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14465
d41a5c09
JK
144662016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14467
14468 * gdb.cp/casts.cc (decltype): Move it ...
14469 (main): ... with its call to ...
14470 * gdb.cp/casts03.cc: ... a new file.
14471 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14472
d2dfe700
JK
144732016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14474
14475 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14476
e2a92b16
PB
144772016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14478
14479 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14480 and sync up the test with tests in gas/testsuite/gas/ppc.
14481 * gdb.arch/powerpc-power.exp: Likewise.
14482
49b4de64
JK
144832016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14486
2c29df25
SDJ
144872016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14488 Jan Kratochvil <jan.kratochvil@redhat.com>
14489
14490 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14491 make m1's definition to be different from m2's. Use 'dummy' as an
14492 argument for probe 'two'.
14493
cc3c2846
JB
144942016-09-10 Jon Beniston <jon@beniston.com>
14495
14496 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14497 for sim target.
14498
e1b2624a
AA
144992016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14500
14501 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14502 variable declaration.
14503 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14504 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14505 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14506 received HWCAP as its argument.
14507
4295e285
PA
145082016-09-06 Pedro Alves <palves@redhat.com>
14509
14510 * gdb.base/new-ui-pending-input.c: New file.
14511 * gdb.base/new-ui-pending-input.exp: New file.
14512 * gdb.exp (clear_gdb_spawn_id): New procedure.
14513 (with_spawn_id): Check whether gdb_spawn_id exists before
14514 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14515 on exit.
14516
00d5215e
UW
145172016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14518
14519 * gdb.base/float128.c: New file.
14520 * gdb.base/float128.exp: Likewise.
14521 * gdb.base/floatn.c: Likewise.
14522 * gdb.base/floatn.exp: Likewise.
14523
a9ff5f12
UW
145242016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14525
14526 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14527
f245535c
PA
145282016-09-05 Pedro Alves <palves@redhat.com>
14529
14530 PR backtrace/19927
14531 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14532 unwinders are immediately called as side effect of "source" or
14533 "disable unwinder" commands.
14534 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14535
ae9cf263
YQ
145362016-09-02 Yao Qi <yao.qi@linaro.org>
14537
14538 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14539 is true and $type is "float" or "double".
14540
27aba047
YQ
145412016-09-02 Yao Qi <yao.qi@linaro.org>
14542
14543 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14544 true.
14545 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14546 * gdb.base/call-rt-st.exp: Likewise.
14547 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14548 return value instead of gdb,skip_float_test.
14549 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14550 (do_function_calls): Use its return value instead of
14551 gdb,skip_float_test.
14552 * gdb.base/finish.exp: Likewise.
14553 * gdb.base/funcargs.exp: Likewise.
14554 * gdb.base/return.exp: Likewise.
14555 * gdb.base/return2.exp: Likewise.
14556 * gdb.base/varargs.exp: Likewise.
14557 * lib/gdb.exp (gdb_skip_float_test): Change it to
14558 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14559
5af962df
AA
145602016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14561
14562 * gdb.multi/tids.exp: Test "thread apply all".
14563
7fac6910
JK
145642016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14565
14566 * gdb.base/default.exp (tty): Remove.
14567
bb1fe4ac
KB
145682016-08-24 Kevin Buettner <kevinb@redhat.com>
14569
2806dc7e
PA
14570 * gdb.python/py-recurse-unwind.c: New file.
14571 * gdb.python/py-recurse-unwind.py: New file.
14572 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14573
0a1ddfa6
SM
145742016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14575
14576 * gdb.base/set-inferior-tty.exp: New file.
14577 * gdb.base/set-inferior-tty.c: New file.
14578
d9de1fe3
PA
145792016-08-23 Pedro Alves <palves@redhat.com>
14580
14581 PR gdb/20494
14582 * gdb.base/new-ui-echo.c: New file.
14583 * gdb.base/new-ui-echo.exp: New file.
14584
e9d9abd7
YQ
145852016-08-23 Yao Qi <yao.qi@linaro.org>
14586
14587 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14588 gdbserver_spawn.
14589 * gdb.server/connect-without-multi-process.exp (do_test):
14590 Likewise.
14591
3589529e
YQ
145922016-08-23 Yao Qi <yao.qi@linaro.org>
14593
14594 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14595 standalone_txt. Delete gdb_txt and standalone_txt on host
14596 and target. Spawn the binary on target. Copy files from
14597 target to host.
14598
6bb90213
PA
145992016-08-22 Pedro Alves <palves@redhat.com>
14600
14601 PR gdb/20505
14602 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14603 with_test_prefix. Factor out bits to ...
14604 (test_no_vdso): ... this new procedure.
14605
20c2c024
CL
146062016-08-19 Carl Love <cel@us.ibm.com>
14607
14608 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14609 maintaining separate logic for constructing the output path.
14610 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14611 * gdb.arch/ppc-dfp.exp: Likewise.
14612 * gdb.arch/ppc-fp.exp: Likewise.
14613 * gdb.arch/vsx-regs.exp: Likewise.
14614 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14615 binprefix for generating the additional binary files.
14616
0646e07d
PA
146172016-08-19 Pedro Alves <palves@redhat.com>
14618
14619 * gdb.trace/mi-trace-frame-collected.exp
14620 (test_trace_frame_collected): On x32, expect two registers.
14621
46da9242
CL
146222016-08-18 Carl Love <cel@us.ibm.com>
14623
14624 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14625 and sync up the test with tests in gas/testsuite/gas/ppc.
14626 * gdb.arch/powerpc-power.exp: Likewise.
14627
eb2332d7
SM
146282016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14629
14630 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14631 expected error message.
14632
63c61e04
SM
146332016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14634
14635 * gdb.multi/remove-inferiors.exp: New file.
14636 * gdb.multi/remove-inferiors.c: New file.
14637
7b17065f
YQ
146382016-08-12 Yao Qi <yao.qi@linaro.org>
14639
14640 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14641 argument list.
14642
01d3dedf
PA
146432016-08-10 Pedro Alves <palves@redhat.com>
14644
14645 PR gdb/19187
14646 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14647 setup_kfails.
14648
3eb7562a
PA
146492016-08-09 Pedro Alves <palves@redhat.com>
14650 Simon Marchi <simon.marchi@ericsson.com>
14651
14652 PR gdb/20418
14653 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14654 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14655
80614914
PA
146562016-08-09 Pedro Alves <palves@redhat.com>
14657
14658 PR mi/20431
14659 * gdb.mi/mi-cmd-error.exp: New file.
14660
f348d89a
PA
146612016-08-09 Pedro Alves <palves@redhat.com>
14662
14663 PR gdb/18653
14664 * gdb.base/signals-state-child.c: New file.
14665 * gdb.base/signals-state-child.exp: New file.
14666 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14667
e5ca03b4
PA
146682016-08-09 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14671
282a0691
TT
146722016-08-03 Tom Tromey <tom@tromey.com>
14673
14674 PR python/18565:
14675 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14676
41bfcd63
YQ
146772016-08-01 Yao Qi <yao.qi@linaro.org>
14678
14679 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14680 variable mode to "multi-process" if $multi_process is 1, otherwise
14681 set it to "single-process".
14682
e3465b24
YQ
146832016-08-01 Yao Qi <yao.qi@linaro.org>
14684
14685 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14686 * gdb.cp/cpexprs.exp: Likewise.
14687 * gdb.cp/m-static.exp: Likewise.
14688
0b31a4bc
TT
146892016-07-26 Tom Tromey <tom@tromey.com>
14690
14691 PR python/20190:
14692 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14693 test.
14694
e0461dbb
MM
146952016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14696
14697 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14698 selecting assembly source files.
14699 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14700 assembly source files.
14701 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14702 assembly source files.
14703 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14704 selecting assembly source files.
14705
8194e927
SM
147062016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14707
14708 * gdb.base/new-ui.exp (do_test_invalid_args): New
14709 procedure.
14710
c0272db5
TW
147112016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14712
14713 * gdb.btrace/reconnect.c: New file.
14714 * gdb.btrace/reconnect.exp: New file.
14715
e3487908
GKB
147162016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14717
14718 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14719 to test_catch_syscall_group.
14720 (test_catch_syscall_group): New.
14721
12df5c00
TT
147222016-07-21 Tom Tromey <tom@tromey.com>
14723
14724 * gdb.rust/simple.rs (main): Use empty struct expression.
14725 * gdb.rust/simple.exp: Add tests for empty struct expression.
14726
bae62ee2
YQ
147272016-07-21 Yao Qi <yao.qi@linaro.org>
14728
14729 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14730 if gdb_skip_xml_test is true on some targets.
14731
b1b53fb3
YQ
147322016-07-21 Yao Qi <yao.qi@linaro.org>
14733
14734 * gdb.server/solib-list.exp: Unset last_loaded_file.
14735
027d97f8
JK
147362016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14737
14738 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14739 "step into captured_main (args)".
14740
7674d381
JK
147412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14742
14743 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14744
72b5d099
JK
147452016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14746
14747 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14748
1f960ced
PA
147492016-07-19 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14752 * gdb.opt/inline-bt.exp: Likewise.
14753 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14754 additional_flags=-Winline.
14755 * gdb.opt/inline-locals.exp: Likewise.
14756 * gdb.opt/inline-markers.c (ATTR): Define.
14757 (inlined_fn): Use it.
14758
f25827c1
YQ
147592016-07-19 Yao Qi <yao.qi@linaro.org>
14760
14761 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14762 (test_with_self): Remove some code. Remove argument executable.
14763 (top-level): Use do_self_tests.
14764
37539ebe
DB
147652016-07-15 Zachary Welch <zwelch@codesourcery.com>
14766 Don Breazeal <donb@codesourcery.com>
14767
14768 * gdb.base/maint.exp: Escape paths used in regular expressions.
14769 * gdb.stabs/weird.exp: Likewise.
14770
dac790e1
TT
147712016-07-13 Tom Tromey <tom@tromey.com>
14772
14773 PR python/15620, PR python/18620:
14774 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14775 (test_bkpt_events): New procs.
14776
93daf339
TT
147772016-07-13 Tom Tromey <tom@tromey.com>
14778
14779 PR python/17698:
14780 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14781 test.
14782 (test_watchpoints): Likewise.
14783 (test_bkpt_pending): New proc.
14784
6571a381
TT
147852016-07-13 Tom Tromey <tom@tromey.com>
14786
14787 PR cli/18053:
14788 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14789 completion test.
14790
e8732474
JK
147912016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14792
14793 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14794 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14795 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14796 f_label.
14797 (g): Rename g_end_lbl to g_label.
14798 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14799 low_pc and high_pc.
14800 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14801
e0f3fd7c
TT
148022016-07-12 Tom Tromey <tom@tromey.com>
14803
14804 PR python/19293:
14805 * gdb.python/py-unwind-maint.exp: Update tests.
14806
3cfe46b6
YQ
148072016-07-12 Yao Qi <yao.qi@linaro.org>
14808
14809 * lib/selftest-support.exp (selftest_setup): Match the output
14810 when captured_main is inlined.
14811
4f19a0e6
WT
148122016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14813
14814 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14815 New variables.
14816 (print this%a, print this%b, print this): New tests.
14817 * gdb.fortran/derived-types.f90 (this): New object and
14818 initialization.
14819
986cf455
SM
148202016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14821
14822 * gdb.ada/arraydim.exp: Remove extra directory level in build
14823 directory.
14824
f0464b23
SM
148252016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14826
14827 * lib/ada.exp: Remove extra directory level in build directory.
14828 * gdb.ada/cond_lang.exp: Likewise.
14829 * gdb.ada/exec_changed.exp: Likewise.
14830 * gdb.ada/lang_switch.exp: Likewise.
14831
42d94011
MG
148322016-07-06 Manish Goregaokar <manish@mozilla.com>
14833
2806dc7e
PA
14834 * simple.rs: Add test for raw pointer subscripting.
14835 * simple.exp: Add test expectations.
42d94011 14836
647c264c
YQ
148372016-07-05 Yao Qi <yao.qi@linaro.org>
14838
14839 * gdb.mi/mi-reverse.exp: Match =record-started output.
14840
20aa2c60
PA
148412016-07-01 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14844 procedure.
14845 (jit_reader_test): Test the jit reader's unwinder.
14846 * gdb.base/jithost.c (jit_function_00_code): New global.
14847 (main): Use memcpy to fill in the mmapped code, instead of poking
14848 bytes manually here.
14849 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14850 value.
14851 (read_debug_info): Save the function's range.
14852 (read_sp): New function.
14853 (unwind_frame): Use it. Also unwind RBP.
14854 (get_frame_id): Use read_sp.
14855 (gdb_init_reader): Use calloc instead of malloc.
14856 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14857 parameter. Use gdb_test_multiple.
14858
ced2dffb
PA
148592016-07-01 Pedro Alves <palves@redhat.com>
14860 Antoine Tremblay <antoine.tremblay@ericsson.com>
14861
14862 * gdb.threads/process-dies-while-detaching.c: New file.
14863 * gdb.threads/process-dies-while-detaching.exp: New file.
14864
63000888
PA
148652016-07-01 Pedro Alves <palves@redhat.com>
14866
14867 * gdb.multi/watchpoint-multi-exit.c: New file.
14868 * gdb.multi/watchpoint-multi-exit.exp: New file.
14869
038d4868
PA
148702016-06-30 Pedro Alves <palves@redhat.com>
14871
14872 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14873 unset inferior_spawn_id.
14874
994e9c83
PA
148752016-06-30 Pedro Alves <palves@redhat.com>
14876
14877 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14878 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14879
e5653468
YQ
148802016-06-29 Yao Qi <yao.qi@linaro.org>
14881
14882 * gdb.base/return.c: Add copyright header.
14883
803b47e5
TT
148842016-06-29 Tom Tromey <tom@tromey.com>
14885
14886 PR python/20129:
14887 * gdb.python/py-framefilter.exp: Add tests for setting priority
14888 and disabling of non-existent frame filter.
14889
28244707
YQ
148902016-06-29 Yao Qi <yao.qi@linaro.org>
14891
14892 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14893 0x0f07ff.
14894
a31d2f06
YQ
148952016-06-28 Yao Qi <yao.qi@linaro.org>
14896
14897 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14898 triplets. Start gdb, execute catch syscall, and continue. Check
14899 gdb's output to determine catch syscall is supported.
14900
921d8f54
MG
149012016-06-27 Manish Goregaokar <manish@mozilla.com>
14902
25d49b86
PA
14903 * gdb.rust/simple.rs: Add test for returning unit in a function.
14904 * gdb.rust/simple.exp: Add expectation for functions returning
14905 unit.
921d8f54 14906
f4952523
PMR
149072016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14908
14909 * gdb.python/py-breakpoint-create-fail.c,
14910 gdb.python/py-breakpoint-create-fail.exp,
14911 gdb.python/py-breakpoint-create-fail.py: New testcase.
14912
fccb08f8
MG
149132016-06-25 Manish Goregaokar <manish@mozilla.com>
14914
14915 PR gdb/20239
14916 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14917 * gdb.rust/simple.exp: Add test expectations for new NonZero
14918 tests.
fccb08f8 14919
6b850546
DT
149202016-06-24 David Taylor <dtaylor@emc.com>
14921
14922 * gdb.base/offsets.exp: New file.
14923 * gdb.base/offsets.c: New file.
14924
17621150
TT
149252016-06-23 Tom Tromey <tom@tromey.com>
14926
14927 PR gdb/16483:
14928 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14929 before any filters are loaded.
14930
04d59df6
WT
149312016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14932
14933 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14934 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14935 structs.
14936 * gdb.fortran/derived-type-function.exp: New file.
14937 * gdb.fortran/derived-type-function.f90: New file.
14938
14939
ac69f786
PA
149402016-06-21 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.base/new-ui.exp: New file.
14943 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14944 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14945 (with_spawn_id): New procedure.
14946
49940788
PA
149472016-06-21 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.mi/mi-exec-run.exp: New file.
14950
ef274d26
PA
149512016-06-21 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14954 breakpoint command's output on the main UI.
14955 (test_break): New procedure, factored out from calls in the top
14956 level.
14957 (top level): Use foreach_with_prefix to test MI as main UI and as
14958 separate UI.
14959
468afe6c
PA
149602016-06-21 Pedro Alves <palves@redhat.com>
14961
14962 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14963 (test_awatch_creation_and_listing)
14964 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14965 Remove 'type' parameter.
14966 (test_watchpoint_all): New parameter mi_mode. Remove
14967 with_test_prefix.
14968 (top level): Use foreach_with_prefix, and add main/separate UI MI
14969 testing axis.
14970
51f77c37
PA
149712016-06-21 Pedro Alves <palves@redhat.com>
14972
14973 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14974 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14975 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14976 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14977 (gdb_main_spawn_id, mi_spawn_id): Declare and
14978 comment.
14979 (mi_create_inferior_pty): New procedure,
14980 factored out from default_mi_gdb_start.
14981 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14982 procedures.
14983 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14984 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14985 Use mi_create_inferior_pty.
14986 (mi_gdb_start): Use eval to pass down args list.
14987
8980e177
PA
149882016-06-21 Pedro Alves <palves@redhat.com>
14989
14990 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14991 * gdb.opt/inline-cmds.exp: Add MI tests.
14992
f38d3ad1
PA
149932016-06-21 Pedro Alves <palves@redhat.com>
14994
14995 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14996
45db7c09
PA
149972016-06-21 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15000 (top level): Use it instead of mi_execute_to.
15001
5a069ab3
PA
150022016-06-21 Pedro Alves <palves@redhat.com>
15003
15004 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15005 (cont_handler_str): New.
15006 (signal_stop_handler): Set stop_handler_str instead of printing to
15007 stdout.
15008 (continue_handler): Set cont_handler_str instead of printing to
15009 stdout.
15010 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15011 mi_send_resuming_command. Print stop_handler_str and
15012 cont_handler_str instead of expecting the python events print
15013 directly.
15014
2838cc1d
SD
150152016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15016
15017 * gdb.base/jit-reader.exp: New file.
15018 * gdb.base/jithost.c: New file.
15019 * gdb.base/jithost.h: New file.
15020 * gdb.base/jitreader.c : New file.
15021 * gdb.base/jit-protocol.h: New file.
15022
21a77091
YQ
150232016-06-17 Yao Qi <yao.qi@linaro.org>
15024
15025 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15026 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15027 and detach-on-fork. Adjust tests.
15028 (top level): Invoke break_cond_on_syscall with combinations of
15029 syscall, follow-fork-mode and detach-on-fork.
15030
f50bf8e5
YQ
150312016-06-17 Yao Qi <yao.qi@linaro.org>
15032
15033 * gdb.base/step-over-exit.c: New.
15034 * gdb.base/step-over-exit.exp: New.
15035
a28d8e50
YTL
150362016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15037
15038 * gdb.base/float.exp: Add target check for nds32*-*-*.
15039 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15040
cad8e26d
AB
150412016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15042
15043 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15044 for unsupported target features.
15045 * gdb.base/call-rt-st.exp: Likewise.
15046 * gdb.base/call-sc.exp: Likewise.
15047 * gdb.base/call-signal-resume.exp: Likewise.
15048 * gdb.base/call-strs.exp: Likewise.
15049 * gdb.base/callexit.exp: Likewise.
15050 * gdb.base/callfuncs.exp: Likewise.
15051 * gdb.base/nodebug.exp: Likewise.
15052 * gdb.base/printcmds.exp: Likewise.
15053 * gdb.base/ptype.exp: Likewise.
15054 * gdb.base/structs.exp: Likewise.
15055 * gdb.base/unwindonsignal.exp: Likewise.
15056 * gdb.cp/gdb2495.exp: Likewise.
15057 * gdb.cp/templates.exp: Likewise.
15058 * gdb.cp/virtfunc.exp: Likewise.
15059 * gdb.threads/hand-call-in-threads.exp: Likewise.
15060 * gdb.threads/interrupted-hand-call.exp: Likewise.
15061 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15062
347dc102
TT
150632016-06-10 Tom Tromey <tom@tromey.com>
15064
15065 PR rust/20110:
15066 * gdb.rust/expr.exp: Add test for integer constant larger than
15067 i32.
15068
5e13cf25
BH
150692016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15070
15071 * gdb.fortran/nested-funcs.exp: New.
15072 * gdb.fortran/nested-funcs.f90: New.
15073
bb556f1f
TK
150742016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15075
15076 * gdb.base/examine-backward.c: New file.
15077 * gdb.base/examine-backward.exp: New file.
15078
38b022b4
SM
150792016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15080
15081 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15082 matching.
15083
1b40ec05
TT
150842016-06-02 Tom Tromey <tom@tromey.com>
15085
15086 PR python/18984:
15087 * gdb.python/py-shared.exp: Add solib_name test.
15088
193bd378
SM
150892016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15090
15091 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15092
3326303b
MG
150932016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15094
15095 PR c++/19893
15096 * gdb.dwarf2/implref.exp: Rename to...
15097 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15098 * gdb.dwarf2/implref-array.c: New file.
15099 * gdb.dwarf2/implref-array.exp: Likewise.
15100 * gdb.dwarf2/implref-global.c: Likewise.
15101 * gdb.dwarf2/implref-global.exp: Likewise.
15102 * gdb.dwarf2/implref-struct.c: Likewise.
15103 * gdb.dwarf2/implref-struct.exp: Likewise.
15104
825c8ef2
AT
151052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15106
15107 * gdb.trace/trace-condition.exp: Add 64bit tests.
15108
2320162a
AT
151092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15110
15111 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15112 bits types.
15113 (main): Adapt to 8 to 64 bits types.
15114 * gdb.trace/trace-condition.exp: Add new tests.
15115
a7818233
AT
151162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15117
15118 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15119
0d336466
AT
151202016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15121
15122 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15123 Move condition tests...
15124 * gdb.trace/trace-condition.exp: Here.
15125
7faeb45a
AT
151262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15127
15128 * gdb.trace/trace-condition.exp: Add counter-case tests.
15129
e385593e
JK
151302016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15131
15132 PR c++/15231
15133 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15134 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15135
744608cc
PA
151362016-05-27 Pedro Alves <palves@redhat.com>
15137
15138 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15139 New procedure.
15140 (top level): Call it, and bail out of DejaGnu is known to be bad.
15141
ac775bf4
AB
151422016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15143
15144 * gdb.base/whatis.c: Extend the test case.
15145 * gdb.base/whatis.exp: Add additional tests.
15146
2bbad2ea
BH
151472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15148
15149* gdb.fortran/type.f90: Add pointer variable.
15150* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15151
8b70175d
BH
151522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15153
15154 * gdb.fortran/vla-type.exp: Fix testcase name.
15155
86d8a848
BH
151562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15157
15158 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15159
e188eb36
BH
151602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15161
15162 * gdb.fortran/type.f90: Add nested structures.
15163 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15164 * gdb.fortran/derived-type.exp: Adapt expected output.
15165 * gdb.fortran/vla-type.exp: Adapt expected output.
15166
9b2db1fd
BH
151672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15168
15169 * gdb.fortran/whatis_type.exp: Adapt expected output.
15170
72b17055
BH
151712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15172
15173 * gdb.fortran/print_type.exp: Fix expected output.
15174 * gdb.fortran/whatis_type.exp: Fix expected output.
15175
3cd81d8d
BH
151762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15177
15178 * gdb.fortran/whatis_type.exp: Use multi_line.
15179
ddae9462
TT
151802016-05-24 Tom Tromey <tom@tromey.com>
15181
15182 PR python/17386:
15183 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15184 use value as an index.
15185
1957f6b8
TT
151862016-05-23 Tom Tromey <tom@tromey.com>
15187
15188 PR python/17981:
15189 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15190 no-breakpoint case.
15191
026a9174
PA
151922016-05-24 Pedro Alves <palves@redhat.com>
15193
15194 PR gdb/19828
15195 * gdb.threads/clone-attach-detach.c: New file.
15196 * gdb.threads/clone-attach-detach.exp: New file.
15197
e70a7231
FR
151982016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15199
15200 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15201
0f6ed0e0
TT
152022016-05-23 Tom Tromey <tom@tromey.com>
15203
15204 PR python/19438, PR python/18393:
15205 * gdb.python/py-progspace.exp: Add "dir" test.
15206 * gdb.python/py-objfile.exp: Add "dir" test.
15207
ffd19d61
YQ
152082016-05-23 Yao Qi <yao.qi@linaro.org>
15209
15210 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15211 * gdb.arch/thumb2-it.exp: Likewise.
15212
9e8f9b05
SM
152132016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15214
15215 * gdb.mi/mi-threads-interrupt.c: New file.
15216 * gdb.mi/mi-threads-interrupt.exp: New file.
15217
61c6156d
SM
152182016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15219
15220 PR gdb/18077
15221 * gdb.mi/mi-async-run.exp: New file.
15222 * gdb.mi/mi-async-run.c: New file.
15223
67218854
TT
152242016-05-17 Tom Tromey <tom@tromey.com>
15225 Manish Goregaokar <manishsmail@gmail.com>
15226
15227 * lib/rust-support.exp: New file.
15228 * lib/gdb.exp (skip_rust_tests): New proc.
15229 (build_executable_from_specs): Handle rust.
15230 * lib/future.exp (gdb_find_rustc): New proc.
15231 (gdb_default_target_compile): Handle rust.
15232 * gdb.rust/expr.exp: New file.
15233 * gdb.rust/generics.exp: New file.
15234 * gdb.rust/generics.rs: New file.
15235 * gdb.rust/methods.exp: New file.
15236 * gdb.rust/methods.rs: New file.
15237 * gdb.rust/modules.exp: New file.
15238 * gdb.rust/modules.rs: New file.
15239 * gdb.rust/simple.exp: New file.
15240 * gdb.rust/simple.rs: New file.
15241
c44af4eb
TT
152422016-05-17 Tom Tromey <tom@tromey.com>
15243
15244 * gdb.base/default.exp (set language): Add rust.
15245
dcd1f979
TT
152462016-05-17 Tom Tromey <tom@tromey.com>
15247
15248 * gdb.gdb/unittest.exp: New file.
15249
155b7f57
YQ
152502016-05-16 Yao Qi <yao.qi@linaro.org>
15251
15252 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15253 shell_prompt. Update shell_prompt_re.
15254
8ddd5a6c
DE
152552016-05-12 Doug Evans <dje@google.com>
15256
15257 PR symtab/19999
15258 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15259 $options when building executable.
15260 * gdb.dwarf2/fission-loclists-pie.S: New file.
15261 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15262
02e370d9
SM
152632016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15264
15265 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15266 of [is_remote target],
15267
8929ad8b
SM
152682016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15269
15270 * lib/gdb.exp (use_gdb_stub): New procedure.
15271
6c447423
DE
152722016-05-03 Yunlian Jiang <yunlian@google.com>
15273 Doug Evans <dje@google.com>
15274
15275 PR symtab/19914
15276 * gdb.dwarf2/dwp-sepdebug.c: New file.
15277 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15278
444e826c
SM
152792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15280
15281 * gdb.base/detach.exp: Remove is_remote check.
15282
740feeaa
SM
152832016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15284
15285 * gdb.base/annota-input-while-running.exp: Don't check for
15286 [is_remote target]. Enable annotations after running to main.
15287 Remove unused "set test..." line.
15288
9080ac9d
SM
152892016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15290
15291 * gdb.trace/trace-enable-disable.exp: New file.
15292 * gdb.trace/trace-enable-disable.c: New file.
15293
952ebca5
SM
152942016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15295
15296 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15297 use it in info sharedlibrary test.
15298 * gdb.trace/ftrace-lock.exp: Likewise.
15299 * gdb.trace/ftrace.exp: Likewise.
15300 * gdb.trace/range-stepping.exp: Likewise.
15301 * gdb.trace/trace-break.exp: Likewise.
15302 * gdb.trace/trace-condition.exp: Likewise.
15303 * gdb.trace/trace-mt.exp: Likewise.
15304
d9019901
SM
153052016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15306
15307 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15308 (gdb_load_shlib): ... this.
15309 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15310 gdb_load_shlib.
15311 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15312 * gdb.base/ctxobj.exp: Likewise.
15313 * gdb.base/dprintf-pending.exp: Likewise.
15314 * gdb.base/dso2dso.exp: Likewise.
15315 * gdb.base/fixsection.exp: Likewise.
15316 * gdb.base/gcore-relro.exp: Likewise.
15317 * gdb.base/gdb1555.exp: Likewise.
15318 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15319 * gdb.base/gnu-ifunc.exp: Likewise.
15320 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15321 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15322 * gdb.base/pending.exp: Likewise.
15323 * gdb.base/print-file-var.exp: Likewise.
15324 * gdb.base/print-symbol-loading.exp: Likewise.
15325 * gdb.base/shlib-call.exp: Likewise.
15326 * gdb.base/shreloc.exp: Likewise.
15327 * gdb.base/so-impl-ld.exp: Likewise.
15328 * gdb.base/solib-disc.exp: Likewise.
15329 * gdb.base/solib-nodir.exp: Likewise.
15330 * gdb.base/solib-overlap.exp: Likewise.
15331 * gdb.base/solib-symbol.exp: Likewise.
15332 * gdb.base/solib-weak.exp (do_test): Likewise.
15333 * gdb.base/sym-file.exp: Likewise.
15334 * gdb.base/symtab-search-order.exp: Likewise.
15335 * gdb.base/type-opaque.exp: Likewise.
15336 * gdb.base/unload.exp: Likewise.
15337 * gdb.base/watchpoint-solib.exp: Likewise.
15338 * gdb.compile/compile.exp: Likewise.
15339 * gdb.cp/gdb2384.exp: Likewise.
15340 * gdb.cp/infcall-dlopen.exp: Likewise.
15341 * gdb.cp/re-set-overloaded.exp: Likewise.
15342 * gdb.fortran/library-module.exp: Likewise.
15343 * gdb.opt/solib-intra-step.exp: Likewise.
15344 * gdb.python/py-finish-breakpoint.exp: Likewise.
15345 * gdb.python/py-shared.exp: Likewise.
15346 * gdb.reverse/solib-precsave.exp: Likewise.
15347 * gdb.reverse/solib-reverse.exp: Likewise.
15348 * gdb.server/solib-list.exp: Likewise.
15349 * gdb.threads/dlopen-libpthread.exp: Likewise.
15350 * gdb.threads/tls-shared.exp: Likewise.
15351 * gdb.threads/tls-so_extern.exp: Likewise.
15352 * gdb.trace/change-loc.exp: Likewise.
15353 * gdb.trace/ftrace-lock.exp: Likewise.
15354 * gdb.trace/ftrace.exp: Likewise.
15355 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15356 * gdb.trace/pending.exp: Likewise.
15357 * gdb.trace/range-stepping.exp: Likewise.
15358 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15359 (strace_info_marker): Likewise.
15360 (strace_probe_marker): Likewise.
15361 (strace_trace_on_same_addr): Likewise.
15362 (strace_trace_on_diff_addr): Likewise.
15363 * gdb.trace/trace-break.exp: Likewise.
15364 * gdb.trace/trace-condition.exp: Likewise.
15365 * gdb.trace/trace-mt.exp: Likewise.
15366
fca4cfd9
SM
153672016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15368
15369 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15370 result of gdb_remote_download.
15371 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15372 * gdb.base/dso2dso.exp: Likewise.
15373 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15374 * gdb.base/print-file-var.exp: Likewise.
15375 * gdb.base/shlib-call.exp: Likewise.
15376 * gdb.base/shreloc.exp: Likewise.
15377 * gdb.base/solib-overlap.exp: Likewise.
15378 * gdb.base/solib-weak.exp (do_test): Likewise.
15379 * gdb.base/unload.exp: Likewise.
15380
11cf4ffb
YQ
153812016-04-27 Yao Qi <yao.qi@linaro.org>
15382
15383 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15384 exists.
15385
3e2e34f8
KB
153862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15387
15388 * vla-type.exp: Print structure from toplevel.
15389
8f07e298
BH
153902016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15391
15392 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15393 of dynamic types.
15394 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15395 of dynamic types.
15396
9920b434
BH
153972016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15398
15399 * gdb.fortran/vla-type.f90: New file.
15400 * gdb.fortran/vla-type.exp: New file.
15401
f3abeff5
YQ
154022016-04-25 Yao Qi <yao.qi@linaro.org>
15403
15404 * gdb.base/branch-to-self.c: New file.
15405 * gdb.base/branch-to-self.exp: New file.
15406
0a5d52f0
YQ
154072016-04-22 Yao Qi <yao.qi@linaro.org>
15408
15409 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15410 more after $hex.
15411
495346f6
YQ
154122016-04-22 Yao Qi <yao.qi@linaro.org>
15413
15414 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15415 * gdb.base/annota3.exp: Likewise.
15416
4a7e075c
YQ
154172016-04-22 Yao Qi <yao.qi@linaro.org>
15418
15419 * gdb.reverse/step-precsave.exp: Do one step and test program
15420 stops in "callee" and do multiple steps until program goes out
15421 of "callee".
15422 * gdb.reverse/step-reverse.exp: Likewise.
15423
5b061e98
YQ
154242016-04-22 Yao Qi <yao.qi@linaro.org>
15425
15426 * gdb.trace/signal.exp: Also pass if
15427 $tracepoint_hits($i) > $iterations.
15428
5c5dc57f
YQ
154292016-04-22 Yao Qi <yao.qi@linaro.org>
15430
15431 * gdb.trace/signal.c: New file.
15432 * gdb.trace/signal.exp: New file.
15433
a55411b9
DE
154342016-04-19 Doug Evans <xdje42@gmail.com>
15435
15436 * gdb.base/bad-file.exp: New file.
15437
a22df60a
MG
154382016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15439
15440 * gdb.dwarf2/implref.exp: New file.
15441
0c13f7e5
BH
154422016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15443
15444 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15445 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15446 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15447 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15448 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15449 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15450 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15451 * lib/fortran.exp (fortran_int4): New procedure.
15452 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15453 (fortran_logical4): Likewise.
15454
9b9b09e9
BH
154552016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15456
15457 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15458
a14d1f4d
BH
154592016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15460
15461 * lib/compiler.c: Add Intel specific preprocessor macros.
15462 * lib/compiler.cc: Likewise.
25d49b86 15463
7d49b1d0
LM
154642016-04-13 Luis Machado <lgustavo@codesourcery.com>
15465
15466 * gdb.server/connect-with-no-symbol-file.c: New file.
15467 * gdb.server/connect-with-no-symbol-file.exp: New file.
15468
8392fa22
SM
154692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15470
15471 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15472
8c4c4aeb
SM
154732016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15474
15475 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15476 standard output directory.
15477
45e3745e
AT
154782016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15479
15480 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15481
e26b7e41
MM
154822016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15483
15484 * gdb.btrace/instruction_history.c (loop): Add declaration.
15485
8ce09462
AT
154862016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15487
15488 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15489
2e88a1ea
SM
154902016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15491
15492 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15493 parentheses to print.
15494 (continue_handler): Likewise.
15495
f48e22e3
SM
154962016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15497
15498 * gdb.server/solib-list.exp: Remove is_remote check.
15499 Pass shlib= to gdb_compile. Don't link shared library with
15500 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15501 Run binary filename through "readlink -f" on the target.
15502
096be756
PA
155032016-04-08 Pedro Alves <palves@redhat.com>
15504
15505 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15506 interpreter filename as argument to gdbserver_spawn.
15507 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15508 Return empty if $last_loaded_file does not exist.
15509
06500533
JK
155102016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15511
15512 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15513 * gdb.base/jit-main.c: Use exit after usage.
15514
2d35e871
JK
155152016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15516
15517 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15518 GDBHISTSIZE prior to the tests.
15519 * gdb.base/gdbinit-history.exp: Likewise.
15520
155212016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15522
15523 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15524 instead of build_executable. Use gdb_load_shlibs.
15525
c8064e7e
YQ
155262016-04-07 Yao Qi <yao.qi@linaro.org>
15527
15528 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15529 Execute "si" command.
15530
bde47561
YQ
155312016-04-07 Yao Qi <yao.qi@linaro.org>
15532
15533 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15534 number instead of the comments on some line.
15535
b16f8a3b
DB
155362016-04-06 Don Breazeal <donb@codesourcery.com>
15537
15538 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15539 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15540
c2f901df
SM
155412016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15542
15543 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15544 standard_output_file. Remove unused binfile variable.
15545
ac17fda0
CU
155462016-04-05 Catalin Udma <catalin.udma@freescale.com>
15547
15548 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15549 * gdb.python/py-mi-objfile.exp: Match "list main" output
15550 in console format.
15551
03a8c4df
SM
155522016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15553
15554 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15555 absolute.
15556
6e774b13
SM
155572016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15558
15559 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15560 absolute.
15561 * gdb.trace/ftrace.exp: Likewise.
15562 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15563 targets as well.
15564 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15565 (gdb_load_shlibs): Copy libraries to test directory when testing
15566 natively. Only set solib-search-path if testing remotely.
15567 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15568
7817ea46
SM
155692016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15570
15571 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15572 gdb_download. Use it even if the target is not remote.
15573 * gdb.base/jit.exp (compile_jit_test): Likewise.
15574 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15575 output directory if the destination board is local, otherwise use
15576 the standard remote_download from DejaGnu.
15577 (gdb_download): Remove.
15578 (gdb_load_shlibs): Use gdb_remote_download instead of
15579 gdb_download.
15580 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15581 Use gdb_remote_download instead of gdb_download. Use it even if
15582 the target is not remote.
15583 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15584 instead of gdb_download.
15585
7beb7f68
SM
155862016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15587
15588 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15589 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15590 run.
15591
cc63428a
AV
155922016-04-01 Artemiy Volkov <artemiyv@acm.org>
15593
15594 PR gdb/19820
15595 * gdb.base/printcmds.exp: Add artificial arrays tests.
15596
64cdf930
PA
155972016-03-31 Pedro Alves <palves@redhat.com>
15598
15599 PR gdb/19858
15600 * gdb.base/jit-main.c: Include unistd.h.
15601 (ATTACH): Define to 0 if not already defined.
15602 (wait_for_gdb, mypid): New globals.
15603 (WAIT_FOR_GDB): New macro.
15604 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15605 some breakpoint locations.
15606 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15607 New procedures.
15608 (one_jit_test): Add REATTACH parameter, and handle it. Use
15609 continue_to_test_location.
15610 (top level): Test attach, and adjusts calls to one_jit_test.
15611
40dea8cb
PA
156122016-03-31 Pedro Alves <palves@redhat.com>
15613
15614 PR gdb/19858
15615 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15616 BINSUFFIX parameter, and handle it.
15617 (top level): Adjust calls compile_jit_test.
15618
e7ea3ec7
CU
156192016-03-31 Catalin Udma <catalin.udma@freescale.com>
15620
15621 PR python/19743
15622 * gdb.python/py-mi-events-gdb.py: New file.
15623 * gdb.python/py-mi-events.c: New file.
15624 * gdb.python/py-mi-events.exp: New file.
15625
e6359af3
YQ
156262016-03-30 Yao Qi <yao.qi@linaro.org>
15627
15628 * gdb.reverse/until-precsave.exp: Match function name only.
15629 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15630 Move malloc to a condition block.
15631 * gdb.reverse/until-reverse.exp: Match function name only.
15632
a4105d04
MK
156332016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15634
15635 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15636 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15637 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15638 variable for GPR 0 instead of assuming it is register 0.
15639 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15640 * lib/trace-support.exp: Add s390 registers.
15641
bfa6adb9
YQ
156422016-03-29 Yao Qi <yao.qi@linaro.org>
15643
15644 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15645
1e6697ea
YQ
156462016-03-24 Yao Qi <yao.qi@linaro.org>
15647
15648 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15649 test message.
15650
64bcd522
AA
156512016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15652
15653 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15654 maintaining separate logic for constructing the output path.
15655
7868401b
DB
156562016-03-16 Don Breazeal <donb@codesourcery.com>
15657
15658 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15659 Retry fork and waitpid on interrupted system call errors.
15660 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15661 Use with_timeout_factor to increase timeout by factor of 10.
15662
1cafadb4
DB
156632016-03-15 Don Breazeal <donb@codesourcery.com>
15664
15665 * gdb.cp/scope-err.cc: New test program.
15666 * gdb.cp/scope-err.exp: New test script.
15667 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15668 lines and "set breakpoint here" comment.
15669 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15670 Fixed some whitespace and format issues.
15671 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15672 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15673
81516450
DE
156742016-03-15 Doug Evans <dje@google.com>
15675
15676 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15677 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15678 All callers updated. Add tests for enums, mixed flags register.
15679
aa52b601
DE
156802016-03-15 Doug Evans <dje@google.com>
15681
15682 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15683 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15684
fa4ff313
SM
156852016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 * gdb.base/default.exp: Add $_as_string to the list of expected
15688 convenience functions.
15689
f2403c39
AB
156902016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15691
15692 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15693
f2f3ccb9
SM
156942016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15695
15696 * gdb.python/py-as-string.exp: New file.
15697 * gdb.python/py-as-string.c: New file.
15698
00dbd492
PA
156992016-03-09 Pedro Alves <palves@redhat.com>
15700
15701 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15702 signal" -> "Thread NN received signal" output change.
15703 * gdb.threads/ia64-sigill.exp: Likewise.
15704 * gdb.threads/linux-dp.exp: Likewise.
15705 * gdb.threads/manythreads.exp: Likewise.
15706 * gdb.threads/pending-step.exp: Likewise.
15707 * gdb.threads/print-threads.exp: Likewise.
15708 * gdb.threads/sigstep-threads.exp: Likewise.
15709 * gdb.threads/staticthreads.exp: Likewise.
15710 * gdb.threads/tls.exp: Likewise.
15711
1e6697ea
YQ
157122016-03-09 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/command-line-input.exp: New file.
15715
b04fd3be
MK
157162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15717
15718 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15719 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15720 * gdb.trace/pending.exp: Accept leading dot before function name.
15721 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15722 * lib/trace-support.exp: Set registers for ppc.
15723
98fa59e9
MK
157242016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15725
15726 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15727 use it for disassembly; accept .main in addition to main in backtrace.
15728
f77198c8
MK
157292016-03-09 Wei-cheng Wang <cole945@gmail.com>
15730 Marcin Kościelnicki <koriakin@0x04.net>
15731
15732 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15733 (gdb_recursion_test_ptr): New global variable.
15734 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15735 gdb_recursion_test.
15736 (gdb_c_test): Ditto.
15737
ba84e0da
MK
157382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15739
15740 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15741 ordering.
15742
4366d36e
MK
157432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15744
15745 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15746 (bar): Add bar_start_lbl label.
15747 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15748 of foo/bar for emitting DWARF and tracing.
15749
5eb264df
SDJ
157502016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15751
15752 * analyze-racy-logs.py: Set executable bit.
15753
fb6a751f
SDJ
157542016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15755
15756 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15757 (CHECK_TARGET_TMP): Likewise.
15758 (check-single-racy): New rule.
15759 (check-parallel-racy): Likewise.
15760 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15761 (do-check-parallel-racy): New rule.
15762 (check-racy/%.exp): Likewise.
15763 * README (Racy testcases): New section.
15764 * analyze-racy-logs.py: New file.
15765
bdf7e230
DE
157662016-03-03 Doug Evans <dje@google.com>
15767
15768 * gdb.base/skip.exp: Use with_test_prefix.
15769
4719d415
YQ
157702016-03-03 Yao Qi <yao.qi@linaro.org>
15771
15772 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15773 Invoke step_over_syscall "clone" and break_cond_on_syscall
15774 "clone".
15775 * gdb.base/step-over-clone.c: New file.
15776
ea507862
YQ
157772016-03-03 Yao Qi <yao.qi@linaro.org>
15778
15779 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15780 code format.
15781
8fc8cbda
YQ
157822016-03-03 Yao Qi <yao.qi@linaro.org>
15783
15784 * gdb.base/disp-step-fork.c: Rename to ...
15785 * gdb.base/step-over-fork.c: ... it. New file.
15786 * gdb.base/disp-step-vfork.c: Rename to ...
15787 * gdb.base/step-over-vfork.c: ... it. New file.
15788 * gdb.base/disp-step-syscall.exp: Rename to ...
15789 * gdb.base/step-over-syscall.exp: ... it. New file.
15790 (disp_step_cross_syscall): Rename to ...
15791 (step_over_syscall): ... it.
15792
92fa70b0
YQ
157932016-03-03 Yao Qi <yao.qi@linaro.org>
15794
15795 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15796 If target supports condition evaluation on target, invoke
15797 break_cond_on_syscall for fork and vfork.
15798
e197ad3c
YQ
157992016-03-03 Yao Qi <yao.qi@linaro.org>
15800
15801 * gdb.base/disp-step-syscall.exp: Don't invoke
15802 support_displaced_stepping.
15803 (disp_step_cross_syscall): Test with displaced stepping off and
15804 on if supported.
15805
0b47da9f
YQ
158062016-03-03 Yao Qi <yao.qi@linaro.org>
15807
15808 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15809 proc.
15810 (setup): New proc.
15811 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15812 and setup.
15813
065ab6dc
BH
158142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15815
15816 * gdb.fortran/vla-history.exp: Remove breakpoint.
15817
07e448ad 158182016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15819
25d49b86
PA
15820 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15821 exceeds timeout.
07e448ad 15822
9ac2d526 158232016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15824
25d49b86
PA
15825 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15826 breakpoint.
9ac2d526 15827
17807369
BH
158282016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15829
15830 * gdb.mi/vla.f90: Nullify pointer after declaration.
15831
86e501af
PA
158322016-03-01 Pedro Alves <palves@redhat.com>
15833
15834 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15835
1e903e32
PA
158362016-03-01 Pedro Alves <palves@redhat.com>
15837
15838 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15839 before anything else.
15840 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15841 _GNU_SOURCE here.
15842 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15843 before anything else.
15844 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15845
6ccb54e2
PA
158462016-03-01 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15849
30ca9da1
YQ
158502016-03-01 Yao Qi <yao.qi@linaro.org>
15851
15852 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15853 prepare_for_testing.
15854
dc856b38
YQ
158552016-03-01 Yao Qi <yao.qi@linaro.org>
15856
15857 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15858
4a932159
AA
158592016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15860
15861 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15862 manually constructing the output path.
15863
f2489477
AA
158642016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15865
15866 * gdb.arch/s390-stackless.S: New.
15867 * gdb.arch/s390-stackless.exp: New.
15868
38899f16
IB
158692016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15870
15871 * gdb.dlang/circular.c: New file.
15872 * gdb.dlang/circular.exp: New file.
15873
9fde51ed
YQ
158742016-02-26 Yao Qi <yao.qi@linaro.org>
15875
15876 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15877 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15878 (testcases): Update.
15879
ce90fefe
YQ
158802016-02-26 Yao Qi <yao.qi@linaro.org>
15881
15882 * gdb.reverse/aarch64.c: Rename to ...
15883 * gdb.reverse/insn-reverse.c: ... it.
15884 * gdb.reverse/aarch64.exp: Rename to ...
15885 * gdb.reverse/insn-reverse.exp: ... it.
15886
3263bceb
YQ
158872016-02-26 Yao Qi <yao.qi@linaro.org>
15888
15889 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15890 (testcase_ftype): New.
15891 (testcases): New array.
15892 (n_testcases): New.
15893 (main): Call each element in testcases.
15894 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15895 (read_testcase): New.
15896 Do the tests in a loop.
15897
6cb59ff1
YQ
158982016-02-25 Yao Qi <yao.qi@linaro.org>
15899
15900 * gdb.base/branches.c: Remove.
15901
ae91f625
MK
159022016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15903
15904 PR gdb/13808
15905 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15906
678b48b7
MK
159072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15908
15909 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15910
7337a6f2
MK
159112016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15912
15913 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15914 change x86_64 call_insn to 'callq'.
15915
861ca91f
AT
159162016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15917
15918 * gdb.trace/tfile-avx.c: Move to...
15919 * gdb.trace/tracefile-pseudo-reg.c: Here.
15920 * gdb.trace/tfile-avx.exp: Move to...
15921 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15922
bf74e428
GB
159232016-02-24 Gary Benson <gbenson@redhat.com>
15924
15925 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15926 message on attach.
15927
cce0e923
DE
159282016-02-23 Doug Evans <dje@google.com>
15929
15930 * gdb.base/skip.c (test_skip): New function.
15931 (end_test_skip_file_and_function): New function.
15932 (test_skip_file_and_function): New function.
15933 * gdb.base/skip1.c (test_skip): New function.
15934 (skip1_test_skip_file_and_function): New function.
15935 * gdb.base/skip.exp: Add tests for new skip options.
15936 * gdb.base/skip-solib.exp: Update expected output.
15937 * gdb.perf/skip-command.cc: New file.
15938 * gdb.perf/skip-command.exp: New file.
15939 * gdb.perf/skip-command.py: New file.
15940
4000e47e
MK
159412016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15942
15943 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15944 info registers pattern.
15945
24f75ead
IB
159462016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15947
15948 * lib/future.exp: Add D support.
15949 (gdb_find_gdc): New proc.
15950 (gdb_default_target_compile): Add D support.
15951
fbb7bcbe
WW
159522016-02-18 Wei-cheng Wang <cole945@gmail.com>
15953
15954 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15955 user+system time.
15956 (trace_speed_test): Determine the iteration count for a time
15957 between 15..30 seconds.
15958
012b3a21
WT
159592016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15960
15961 * gdb.arch/i386-mpx-sigsegv.c: New file.
15962 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15963 * gdb.arch/i386-mpx-simple_segv.c: New file.
15964 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15965
2d5189bd
YQ
159662016-02-18 Yao Qi <yao.qi@linaro.org>
15967
15968 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15969 Don't call setup_kfail.
15970
40fb20d0
YQ
159712016-02-18 Yao Qi <yao.qi@linaro.org>
15972
15973 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15974 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15975
21b1f8d2
DE
159762016-02-16 Doug Evans <dje@google.com>
15977
15978 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15979 * gdb.base/skip1.c: Ditto.
15980 * gdb.base/skip.exp: Whitespace cleanup.
15981
4041ed77
DB
159822016-02-16 Don Breazeal <donb@codesourcery.com>
15983
15984 PR remote/19496
15985 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15986 Remove kfail for PR remote/19496.
15987
c4ef31bf
SM
159882016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15989
15990 * lib/gdb.exp (standard_temp_file): Return a path specific to
15991 the runtest invocation.
15992
266b65b3
SM
159932016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15994
15995 * gdb.trace/save-trace.exp: Change relative path to be in the
15996 standard output directory.
15997
a7a0a6a9
JK
159982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15999
16000 * gdb.arch/i386-prologue.c: Add missing prototypes.
16001
c99dbb42
JK
160022016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16003
16004 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16005 * gdb.arch/i386-prologue.exp: Likewise.
16006 * gdb.arch/i386-size.exp: Likewise.
16007
aa480355
SM
160082016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16009
16010 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16011 define object file path.
16012 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16013 file path.
16014 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16015 standard_output_file to define binfile.
16016
ba881f50
JK
160172016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16018
16019 Fix compatibility with recent gfortran-5.3.1.
16020 * gdb.fortran/vla-history.exp (print vla1 allocated)
16021 (print vla2 allocated, print $2, print $3): Remove
16022 (print $4): Rename to ...
16023 (print $2): ... here.
16024 (print $9): Rename to ...
16025 (print $5): ... here.
16026 (print $10): Rename to ...
16027 (print $6): ... here.
16028 * gdb.fortran/vla.f90: Add pvla initialization.
16029
e9fb005c
JK
160302016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16031
16032 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16033 New test.
16034 * gdb.fortran/vla-value-sub.exp: Likewise.
16035
e44e00ff
MK
160362016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16037
16038 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16039
97e94151
SM
160402016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16041
16042 * i386-biarch-core.exp: Define corefile using
16043 standard_output_file.
16044
01113bc1
YQ
160452016-02-12 Yao Qi <yao.qi@linaro.org>
16046
16047 * gdb.arch/arm-single-step-kernel-helper.c: New.
16048 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16049
33b4777c
MM
160502016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16051
16052 * gdb.btrace/tailcall-only.exp: New.
16053 * gdb.btrace/tailcall-only.c: New.
16054 * gdb.btrace/x86_64-tailcall-only.S: New.
16055 * gdb.btrace/i686-tailcall-only.S: New.
16056
acc23c11
PA
160572016-02-11 Pedro Alves <palves@redhat.com>
16058
16059 * README (Parallel testing): Add missing double quotes.
16060
e352bf0a
PA
160612016-02-11 Pedro Alves <palves@redhat.com>
16062
16063 * README (Parallel testing): New section.
16064 (GDB_PARALLEL): Rewrite.
16065 (FORCE_PARALLEL): Document.
16066
9f5fed78
MK
160672016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16068
16069 * gdb.trace/tfile-avx.c: New test.
16070 * gdb.trace/tfile-avx.exp: New test.
16071
9ef9e6a6
KS
160722016-02-09 Keith Seitz <keiths@redhat.com>
16073
16074 PR breakpoints/19546
16075 * gdb.base/infcall-exec.c: New file.
16076 * gdb.base/infcall-exec2.c: New file.
16077 * gdb.base/infcall-exec.exp: New file.
16078
a96e36da
KS
160792016-02-09 Keith Seitz <keiths@redhat.com>
16080
16081 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16082 (toplevel): Call test_bkpt_address.
16083
9f61929f
KS
160842016-02-09 Keith Seitz <keiths@redhat.com>
16085
16086 PR python/19506
16087 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16088 (toplevel): Call test_bkpt_address.
16089
1e94266c
SM
160902016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16091
16092 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16093 to AC_OUTPUT.
16094 * configure: Regenerate.
16095
2a7f3dff
PA
160962016-02-09 Pedro Alves <palves@redhat.com>
16097
16098 PR breakpoints/19548
16099 * gdb.base/execl-update-breakpoints.c (some_function): New
16100 function.
16101 (main): Call it.
16102 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16103 Tighten expected GDB output.
16104
2151ccc5
SM
161052016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16106
16107 * Makefile.in (ALL_SUBDIRS): Remove.
16108 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16109 (distclean maintainer-clean realclean): Likewise.
16110 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16111 * configure: Regenerate.
16112 * gdb.ada/Makefile.in: Delete.
16113 * gdb.arch/Makefile.in: Likewise.
16114 * gdb.asm/Makefile.in: Likewise.
16115 * gdb.base/Makefile.in: Likewise.
16116 * gdb.btrace/Makefile.in: Likewise.
16117 * gdb.cell/Makefile.in: Likewise.
16118 * gdb.compile/Makefile.in: Likewise.
16119 * gdb.cp/Makefile.in: Likewise.
16120 * gdb.disasm/Makefile.in: Likewise.
16121 * gdb.dlang/Makefile.in: Likewise.
16122 * gdb.dwarf2/Makefile.in: Likewise.
16123 * gdb.fortran/Makefile.in: Likewise.
16124 * gdb.gdb/Makefile.in: Likewise.
16125 * gdb.go/Makefile.in: Likewise.
16126 * gdb.guile/Makefile.in: Likewise.
16127 * gdb.java/Makefile.in: Likewise.
16128 * gdb.linespec/Makefile.in: Likewise.
16129 * gdb.mi/Makefile.in: Likewise.
16130 * gdb.modula2/Makefile.in: Likewise.
16131 * gdb.multi/Makefile.in: Likewise.
16132 * gdb.objc/Makefile.in: Likewise.
16133 * gdb.opencl/Makefile.in: Likewise.
16134 * gdb.opt/Makefile.in: Likewise.
16135 * gdb.pascal/Makefile.in: Likewise.
16136 * gdb.perf/Makefile.in: Likewise.
16137 * gdb.python/Makefile.in: Likewise.
16138 * gdb.reverse/Makefile.in: Likewise.
16139 * gdb.server/Makefile.in: Likewise.
16140 * gdb.stabs/Makefile.in: Likewise.
16141 * gdb.threads/Makefile.in: Likewise.
16142 * gdb.trace/Makefile.in: Likewise.
16143 * gdb.xml/Makefile.in: Likewise.
16144 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16145 GDB_PARALLEL.
16146 (standard_output_file): Remove check for GDB_PARALLEL, always
16147 return path in outputs/$subdir/$testname.
16148
437277d4
SM
161492016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16150
16151 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16152 (site.exp): Assign abs_srcdir to tcl's srcdir.
16153
31d913c7
YQ
161542016-02-04 Yao Qi <yao.qi@linaro.org>
16155
16156 * gdb.base/foll-exec-mode.c: Include limits.h.
16157 (main): Add parameters argc and argv. Get directory from
16158 argv[0].
16159 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16160 compilation.
16161 * gdb.base/foll-exec.c: Include limits.h.
16162 (main): Add parameters argc and argv.
16163 Get directory from argv[0].
16164 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16165 Adjust tests on the number of lines as source code changed.
16166 * gdb.base/foll-vfork-exit.c: Include limits.h.
16167 (main): Add one line of statement before vfork.
16168 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16169 (main): Add parameters argc and argv. Get directory from
16170 argv[0].
16171 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16172 (setup_gdb): Set tbreak to skip some source lines.
16173 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16174 (main): Add parameters argc and argv. Get directory from
16175 argv[0].
16176 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16177 compilation.
16178 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16179 (main): Add parameters argc and argv. Get directory from
16180 argv[0].
16181 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16182 compilation.
16183
9482b9fb
DE
161842016-02-01 Doug Evans <dje@google.com>
16185
16186 * gdb.base/skip.exp: Clean up multiple references to same test name.
16187
6b2e4f10
PA
161882016-02-01 Pedro Alves <palves@redhat.com>
16189
ccb6afd6 16190 PR remote/19496
6b2e4f10
PA
16191 * gdb.threads/forking-threads-plus-breakpoint.exp
16192 (displaced_stepping_supported): New global.
16193 (probe_displaced_stepping_support): New procedure.
16194 (do_test): Add 'displaced' parameter, and use it.
16195 (top level): Check for displaced stepping support. Add displaced
16196 stepping on/off testing axis.
16197
37a8db1a
AB
161982016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16199
16200 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16201 pointer. Don't perform further tests on the unassociated pointer
16202 if the first test fails.
16203
5fdf6324
AB
162042016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16205
16206 * gdb.base/max-value-size.c: New file.
16207 * gdb.base/max-value-size.exp: New file.
16208 * gdb.base/huge.exp: Disable max-value-size for this test.
16209
935c6144
IB
162102016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16211
16212 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16213
7fe8399d
YQ
162142016-01-28 Yao Qi <yao.qi@linaro.org>
16215
16216 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16217
a2077e25
PA
162182016-01-25 Pedro Alves <palves@redhat.com>
16219
16220 PR threads/19461
16221 * gdb.base/fork-running-state.c: New file.
16222 * gdb.base/fork-running-state.exp: New file.
16223
1d2736d4
PA
162242016-01-25 Pedro Alves <palves@redhat.com>
16225
16226 PR gdb/19494
16227 * gdb.base/catch-fork-kill.c: New file.
16228 * gdb.base/catch-fork-kill.exp: New file.
16229
f1da4b11
PA
162302016-01-25 Pedro Alves <palves@redhat.com>
16231
16232 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16233 Delete, moved to lib/gdb.exp.
16234 * gdb.threads/forking-threads-plus-breakpoint.exp
16235 (foreach_with_prefix): Likewise.
16236 * gdb.threads/process-dies-while-handling-bp.exp
16237 (foreach_with_prefix): Likewise.
16238 * lib/gdb.exp (foreach_with_prefix): New procedure.
16239
45f38546
MK
162402016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16241
16242 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16243 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16244
dc29a1ce
MK
162452016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16246
16247 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16248 endian targets.
16249
092127d7
JK
162502016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16251 Pedro Alves <palves@redhat.com>
16252
16253 Fix testsuite compatibility with Guile.
16254 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16255 number.
16256
31d765d3
JK
162572016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16258
16259 Fix testsuite compatibility with Guile.
16260 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16261 (thread 1): New test for backtrace through signal handler.
16262
1ac78c04
YQ
162632016-01-22 Yao Qi <yao.qi@linaro.org>
16264
16265 PR testsuite/19491
16266 * gdb.base/multi-forks.c: Include
16267 ../lib/unbuffer_output.c
16268 (main): Call gdb_unbuffer_output.
16269
4f5946a8
DE
162702016-01-21 Doug Evans <dje@google.com>
16271
16272 * lib/ada.exp (gdb_compile_ada): Fix typo.
16273
305e13e6
JB
162742016-01-21 Joel Brobecker <brobecker@adacore.com>
16275
16276 * gdb.base/break-fun-addr.exp: New file.
16277 * gdb.base/break-fun-addr1.c: New file.
16278 * gdb.base/break-fun-addr2.c: New file.
16279
5f5dfff6
SM
162802016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16281
16282 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16283 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16284 enum flag values.
16285
fd356fa2
AA
162862016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16287
16288 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16289 when GDB can not set the vector return value. Add more comments
16290 for clarification.
16291
9df22175
AT
162922016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16293
16294 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16295 command.
16296
41d1845e
SM
162972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16298
16299 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16300
01ac6840
SM
163012016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16302
16303 * Makefile.in (check-single): Pass --status to runtest.
16304 (check/%.exp): Likewise.
16305
163062016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16307
16308 * Makefile.in (check-parallel): Propagate return code from make
16309 do-check-parallel.
16310
bd0a71fa
MK
163112016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16312
16313 * gdb.trace/ftrace.exp: Fix expected message on continue.
16314 * gdb.trace/pending.exp: Fix expected message on continue.
16315 * gdb.trace/trace-break.exp: Fix expected message on continue.
16316
8bcbad33
SM
163172016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16318
16319 * lib/gdb.exp (gdb_test): Remove unused global references.
16320
f303dbd6
PA
163212016-01-18 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.base/async-shell.exp: Adjust expected output.
16324 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16325 * gdb.base/siginfo-thread.exp: Adjust expected output.
16326 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16327 * gdb.java/jnpe.exp: Adjust expected output.
16328 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16329 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16330 * gdb.threads/leader-exit.exp: Adjust expected output.
16331 * gdb.threads/manythreads.exp: Adjust expected output.
16332 * gdb.threads/pthreads.exp: Adjust expected output.
16333 * gdb.threads/schedlock.exp: Adjust expected output.
16334 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16335 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16336 expected output.
16337 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16338 output.
16339 * gdb.threads/sigthread.exp: Adjust expected output.
16340 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16341
b2789696
YQ
163422016-01-18 Yao Qi <yao.qi@linaro.org>
16343
16344 * gdb.guile/scm-section-script.c: Replace @progbits with
16345 %progbits.
16346 * gdb.python/py-section-script.c: Likewise.
16347
71ef29a8
PA
163482016-01-15 Pedro Alves <palves@redhat.com>
16349
16350 * gdb.multi/tids.exp: Test star wildcard ranges.
16351
3f5b7598
PA
163522016-01-15 Pedro Alves <palves@redhat.com>
16353
16354 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16355 command from "thread apply" invocation.
16356 (thr_apply_info_thr_invalid): Default the expected output to the
16357 input tid list.
16358 (top level): Add tests that use convenience variables. Add tests
16359 for "thread apply" with a valid TID list, but missing the command.
16360
663f6d42
PA
163612016-01-13 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.base/default.exp: Expect $_gthread as well.
16364 * gdb.multi/tids.exp: Test $_gthread.
16365 * gdb.threads/thread-specific.exp: Test $_gthread.
16366
c84f6bbf
PA
163672016-01-13 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.multi/tids.exp: Test "info threads -gid".
16370
22a02324
PA
163712016-01-13 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16374 Breakpoint.thread.
16375 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16376
5d5658a1
PA
163772016-01-07 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.base/break.exp: Adjust to output changes.
16380 * gdb.base/hbreak2.exp: Likewise.
16381 * gdb.base/sepdebug.exp: Likewise.
16382 * gdb.base/watch_thread_num.exp: Likewise.
16383 * gdb.linespec/keywords.exp: Likewise.
16384 * gdb.multi/info-threads.exp: Likewise.
16385 * gdb.threads/thread-find.exp: Likewise.
16386 * gdb.multi/tids.c: New file.
16387 * gdb.multi/tids.exp: New file.
16388
84654457
PA
163892016-01-13 Pedro Alves <palves@redhat.com>
16390
16391 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16392
e3940304
PA
163932016-01-13 Pedro Alves <palves@redhat.com>
16394
16395 * gdb.base/default.exp: Expect $_inferior as well.
16396 * gdb.multi/base.exp: Test $_inferior.
16397
a911d87a
PA
163982016-01-13 Pedro Alves <palves@redhat.com>
16399
16400 PR breakpoints/19388
16401 * gdb.base/catch-signal-siginfo-cond.c: New file.
16402 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16403
82075af2
JS
164042016-01-12 Josh Stone <jistone@redhat.com>
16405 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16406
16407 * gdb.base/catch-syscall.c (do_execve): New variable.
16408 (main): Conditionally trigger an execve.
16409 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16410 (test_catch_syscall_execve): New, check entry/return across execve.
16411 (do_syscall_tests): Call test_catch_syscall_execve.
16412
e46eeedd
PA
164132016-01-12 Pedro Alves <palves@redhat.com>
16414
16415 * gdb.base/random-signal.exp (do_test): New procedure, with body
16416 of testcase moved in.
16417
01d8c27e
JK
164182016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16419 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.base/funcargs.exp (finish from indirectly called function):
16422 Reintroduce the case for 'First'.
16423
9a706302
JK
164242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16425 Pedro Alves <palves@redhat.com>
16426
16427 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16428 (tcatch_vfork_then_child_follow_exec)
16429 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16430 identification.
16431
c0ecb95f
JK
164322016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16433
16434 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16435 and repeats to unlimited.
16436 * gdb.python/py-value.exp: Likewise.
16437 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16438 and repeats to unlimited.
16439
6cfc1fcb
JK
164402016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16441
16442 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16443 and reordering the functions.
16444 * gdb.multi/hangout.c: Likewise.
16445 * gdb.multi/hello.c: Likewise.
16446
582a1b00
SM
164472016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16448
16449 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16450 absolute.
16451 (SingleStatisticTestResult.report): Use dict.keys instead of
16452 dict.iterkeys.
16453
79bc59cb
PA
164542016-01-06 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16457
43368e1d
MM
164582016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16459
16460 * gdb.btrace/dlopen.exp: New.
16461 * gdb.btrace/dlopen.c: New.
16462 * gdb.btrace/dlopen-dso.c: New.
16463
79fad5b8
SL
164642015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16465
16466 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16467 PATTERN argument is optional.
16468
ab8314b3
JB
164692015-12-24 Joel Brobecker <brobecker@adacore.com>
16470
16471 * lib/ada.exp (target_compile_ada_from_dir): New function.
16472 (gdb_compile_ada): Reimplement avoiding the use of project files.
16473 * gdb.ada/gnat_ada.gpr: Delete.
16474 * gdb.ada/cond_lang.exp: Adjust test to make path before
16475 filename optional.
16476 * gdb.ada/small_reg_param.exp: Likewise.
16477
fe33faff
SM
164782015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16479
16480 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16481
6d265cb4
TP
164822015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16483
16484 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16485 case.
16486
10125099
SM
164872015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16488
16489 * gdb.base/break.exp: Remove dead code.
16490 * gdb.base/sepdebug.exp: Likewise.
16491
3ca22649
SM
164922015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16493
16494 * gdb.asm/asm-source.exp: Remove HP-UX references.
16495 * gdb.base/annota1.exp: Likewise.
16496 * gdb.base/annota3.exp: Likewise.
16497 * gdb.base/attach.exp: Likewise.
16498 * gdb.base/bigcore.exp: Likewise.
16499 * gdb.base/break.exp: Likewise.
16500 * gdb.base/call-ar-st.exp: Likewise.
16501 * gdb.base/callfuncs.exp: Likewise.
16502 * gdb.base/catch-fork-static.exp: Likewise.
16503 * gdb.base/display.exp: Likewise.
16504 * gdb.base/foll-exec-mode.exp: Likewise.
16505 * gdb.base/foll-exec.exp: Likewise.
16506 * gdb.base/foll-fork.exp: Likewise.
16507 * gdb.base/foll-vfork.exp: Likewise.
16508 * gdb.base/funcargs.exp: Likewise.
16509 * gdb.base/hbreak2.exp: Likewise.
16510 * gdb.base/inferior-died.exp: Likewise.
16511 * gdb.base/interrupt.exp: Likewise.
16512 * gdb.base/multi-forks.exp: Likewise.
16513 * gdb.base/nodebug.exp: Likewise.
16514 * gdb.base/sepdebug.exp: Likewise.
16515 * gdb.base/solib1.c: Likewise.
16516 * gdb.base/step-test.exp: Likewise.
16517 * gdb.mi/non-stop.c: Likewise.
16518 * gdb.mi/pthreads.c: Likewise.
16519 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16520 * gdb.threads/pthreads.c: Likewise.
16521 * gdb.threads/staticthreads.exp: Likewise.
16522 * lib/future.exp: Likewise.
16523 * lib/gdb.exp: Likewise.
16524 * gdb.base/so-indr-cl.c: Remove.
16525 * gdb.base/so-indr-cl.exp: Likewise.
16526 * gdb.base/solib.c: Likewise.
16527 * gdb.base/solib.exp: Likewise.
16528 * gdb.base/solib2.c: Likewise.
16529
b6304613
SM
165302015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16531
16532 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16533 * gdb.base/call-ar-st.exp: Likewise.
16534 * gdb.base/callfuncs.exp: Likewise.
16535 * gdb.base/condbreak.exp: Likewise.
16536 * gdb.base/constvars.exp: Likewise.
16537 * gdb.base/hbreak2.exp: Likewise.
16538 * gdb.base/langs.exp: Likewise.
16539 * gdb.base/list.exp: Likewise.
16540 * gdb.base/long_long.exp: Likewise.
16541 * gdb.base/ptype.exp: Likewise.
16542 * gdb.base/scope.exp: Likewise.
16543 * gdb.base/signals.exp: Likewise.
16544 * gdb.base/so-impl-ld.exp: Likewise.
16545 * gdb.base/varargs.exp: Likewise.
16546 * gdb.base/volatile.exp: Likewise.
16547 * gdb.base/whatis.exp: Likewise.
16548 * gdb.cp/cplusfuncs.exp: Likewise.
16549 * gdb.cp/inherit.exp: Likewise.
16550 * gdb.cp/local.exp: Likewise.
16551 * gdb.cp/member-ptr.exp: Likewise.
16552 * gdb.cp/method.exp: Likewise.
16553 * gdb.cp/overload.exp: Likewise.
16554 * gdb.cp/templates.exp: Likewise.
16555 * gdb.stabs/weird.exp: Likewise.
16556 * lib/compiler.c: Likewise.
16557 * lib/compiler.cc: Likewise.
16558 * lib/cp-support.exp: Likewise.
16559 * lib/gdb.exp: Likewise.
16560
bf401b07
SM
165612015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16562
16563 * configure.ac: Remove HP-UX case.
16564 * configure: Regenerate.
16565
aff9c0f8
SM
165662015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16567
16568 * lib/gdb.exp (gdb_compile): Add function doc.
16569
a6904d5a
PA
165702015-12-17 Pedro Alves <palves@redhat.com>
16571
16572 PR threads/19354
16573 * gdb.multi/info-threads.exp: New file.
16574
a22279dd
YQ
165752015-12-15 Yao Qi <yao.qi@linaro.org>
16576
16577 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16578 is aarch64*-*-*.
16579
0588c796
SL
165802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16581
16582 * gdb.base/history-duplicates.exp: Skip if no readline support.
16583
5d978e17
SL
165842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16585
16586 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16587
7e763b86
SL
165882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16589
16590 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16591
87a3a92c
SL
165922015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16593
16594 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16595 ctrl-C if nointerrupts target property is set.
16596 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16597 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16598 * gdb.base/paginate-bg-execution.exp: Likewise.
16599 * gdb.base/paginate-execution-startup.exp: Likewise.
16600 * gdb.base/random-signal.exp: Likewise.
16601 * gdb.base/range-stepping.exp: Likewise.
16602 * gdb.cp/annota2.exp: Likewise.
16603 * gdb.cp/annota3.exp: Likewise.
16604 * gdb.gdb/selftest.exp: Likewise.
16605 * gdb.threads/continue-pending-status.exp: Likewise.
16606 * gdb.threads/leader-exit.exp: Likewise.
16607 * gdb.threads/manythreads.exp: Likewise.
16608 * gdb.threads/pthreads.exp: Likewise.
16609 * gdb.threads/schedlock.exp: Likewise.
16610 * gdb.threads/sigthread.exp: Likewise.
16611
a8f077dc
DB
166122015-12-11 Don Breazeal <donb@codesourcery.com>
16613
16614 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16615 remote.
16616 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16617 * gdb.base/foll-exec.exp (main): Enable for target remote.
16618 * gdb.base/foll-fork.exp (main): Likewise.
16619 * gdb.base/foll-vfork.exp (main): Likewise.
16620 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16621 (proc continue_to_exit_bp_loc): Use clean_restart.
16622 * gdb.base/pie-execl.exp (main): Disable for target remote.
16623 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16624 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16625 * gdb.threads/execl.exp (main): Likewise.
16626 * gdb.threads/fork-child-threads.exp (main): Likewise.
16627 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16628 remote.
16629 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16630 remote.
16631 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16632 pid.tid style ptids, instead of just tid.
16633 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16634 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16635 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16636 ptids, instead of just tid.
16637
3b2464a8
AB
166382015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16639
16640 * gdb.base/list.exp (test_list_forward): Add end of file error
16641 test.
16642 (test_repeat_list_command): Add end of file error test.
16643 (test_list_backwards): Add beginning of file error test.
16644
a0def019
AB
166452015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16646
16647 * gdb.base/list.exp (test_list_invalid_args): New function,
16648 defined, and called.
16649
5c000dff
AB
166502015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16651
16652 * gdb.base/list.exp (test_list): Make test names unique.
16653
f1637ebe
YQ
166542015-12-11 Yao Qi <yao.qi@linaro.org>
16655
16656 * gdb.base/coremaker2.c: Remove.
16657
36d6fc0a
PA
166582015-12-10 Pedro Alves <palves@redhat.com>
16659
16660 * gdb.multi/base.exp: Remove stale "spaces" references.
16661
762f7747
PA
166622015-12-10 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.multi/base.exp: Don't use nowarnings.
16665 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16666 * gdb.multi/hangout.c: Include stdio.h.
16667 * gdb.multi/hello.c: Include stdlib.h.
16668 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16669 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16670 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16671
28d2bfb9
AB
166722015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16673
16674 * gdb.dwarf2/dw2-ranges-base.c: New file.
16675 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16676 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16677 support additional line table, and debug ranges generation.
16678 (Dwarf::ranges): New function, generate .debug_ranges.
16679 (Dwarf::lines): Support generating simple line table programs.
16680 (Dwarf::assemble): Initialise new namespace variables.
16681
5fc2beac
KB
166822015-12-09 Kevin Buettner <kevinb@redhat.com>
16683
16684 * gdb.base/async.exp (proc test_background): Add case for
16685 asynchronous execution not supported.
16686
1c35a88f
LM
166872015-12-09 Luis Machado <lgustavo@codesourcery.com>
16688
16689 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16690 format and change test names to make them unique.
16691
b593e3d9
RK
166922015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16693 Pedro Alves <pedro@redhat.com>
16694
16695 PR gdb/18702
16696 Add checking of floatformats setup on x86_64 hosts.
16697 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16698 (smallval, bigval): New labels/constants.
16699 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16700 float" after loading bigval and smallval.
16701
d72413e6
PMR
167022015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16703
16704 * gdb.ada/fun_overload_menu.exp: New testcase.
16705 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16706
ece66d65
JS
167072015-12-04 Josh Stone <jistone@redhat.com>
16708
16709 * gdb.base/catch-fork-static.exp: New.
16710
41d0efca
YQ
167112015-12-03 Yao Qi <yao.qi@linaro.org>
16712
16713 * gdb.base/sizeof.c: Don't include stdio.h and
16714 ../lib/unbuffer_output.c.
16715 (main): New variable 'size' and 'value'. Remove printf and
16716 gdb_unbuffer_output. Assign return value to size and value.
16717 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16718 at the beginning.
16719 (check_sizeof): Check the result by printing variable 'size'.
16720 (check_valueof): Check the result by printing variable 'value'.
16721
99fd02d9
YQ
167222015-12-01 Yao Qi <yao.qi@linaro.org>
16723
16724 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16725 for aarch64*-*-linux* target.
16726
f2faf941
PA
167272015-11-30 Pedro Alves <palves@redhat.com>
16728
16729 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16730
04bf20c5
PA
167312015-11-30 Pedro Alves <palves@redhat.com>
16732
16733 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16734 Handle non-stop mode vCont replies.
16735
09df4675
PA
167362015-11-30 Pedro Alves <palves@redhat.com>
16737
16738 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16739 prepare_for_testing. Start gdb with "set non-stop on" appended to
16740 GDBFLAGS. Lax expected stop output.
16741
58b584af
YQ
167422015-11-27 Yao Qi <yao.qi@linaro.org>
16743
16744 * gdb.arch/arm-neon.exp: New.
16745 * gdb.arch/arm-neon.c: New.
16746
dfcb77a8
YQ
167472015-11-27 Yao Qi <yao.qi@linaro.org>
16748
16749 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16750
88e8ec1b
YQ
167512015-11-27 Yao Qi <yao.qi@linaro.org>
16752
16753 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16754 frames-invalid annotation.
16755
bfde72c2
YQ
167562015-11-27 Yao Qi <yao.qi@linaro.org>
16757
16758 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16759
f6512a69
SM
167602015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16761
16762 * gdb.threads/names.exp: New file.
16763 * gdb.threads/names.c: New file.
16764 * README: Mention gdb,no_thread_names.
16765
46a3515b
MM
167662015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16767
16768 PR 19297
16769 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16770 support" error.
16771
62147a22
PA
167722015-11-24 Pedro Alves <palves@redhat.com>
16773
16774 PR 17539
16775 * gdb.base/display.exp: Expect displays to be sorted in ascending
16776 order. Use multi_line.
16777 * gdb.base/solib-display.exp: Likewise.
16778
2f341b6e
PA
167792015-11-24 Pedro Alves <palves@redhat.com>
16780
16781 PR 17539
25d49b86
PA
16782 * gdb.base/display.exp: Expect displays to be sorted in ascending
16783 order. Use multi_line.
16784 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16785
7e0aa6aa
PA
167862015-11-24 Pedro Alves <palves@redhat.com>
16787
16788 PR 17539
16789 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16790 threads in ascending order.
16791 * gdb.base/foll-fork.exp: Likewise.
16792 * gdb.base/foll-vfork.exp: Likewise.
16793 * gdb.base/multi-forks.exp: Likewise.
16794 * gdb.mi/mi-nonstop.exp: Likewise.
16795 * gdb.mi/mi-nsintrall.exp: Likewise.
16796 * gdb.multi/base.exp: Likewise.
16797 * gdb.multi/multi-arch.exp: Likewise.
16798 * gdb.python/py-inferior.exp: Likewise.
16799 * gdb.threads/break-while-running.exp: Likewise.
16800 * gdb.threads/execl.exp: Likewise.
16801 * gdb.threads/gcore-thread.exp: Likewise.
16802 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16803 * gdb.threads/kill.exp: Likewise.
16804 * gdb.threads/linux-dp.exp: Likewise.
16805 * gdb.threads/multiple-step-overs.exp: Likewise.
16806 * gdb.threads/next-bp-other-thread.exp: Likewise.
16807 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16808 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16809 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16810 * gdb.threads/thread-find.exp: Likewise.
16811 * gdb.threads/tls.exp: Likewise.
16812 * lib/mi-support.exp (mi_reverse_list): Delete.
16813 (mi_check_thread_states): No longer reverse list.
16814
2cc57ad8
PA
168152015-11-24 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16818 use lowercase.
16819
c93e8391
SM
168202015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16821
16822 * gdb.trace/actions.c: Include trace-common.h.
16823 (main): Add a location for a fast tracepoint.
16824 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16825 the normal tracepoints.
16826 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16827
045ccf91
SM
168282015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16829
16830 * save-trace.exp: Factor out code to these...
16831 (gdb_save_tracepoints): New.
16832 (gdb_load_tracepoints): New.
16833 (do_save_load_test): New.
16834
5506f9f6
KB
168352015-11-23 Kevin Buettner <kevinb@redhat.com>
16836
16837 * gdb.base/asmlabel.exp: New test.
16838 * gdb.base/asmlabel.c: New test case.
16839
16c3b12f
JB
168402015-11-23 Joel Brobecker <brobecker@adacore.com>
16841
16842 * gdb.base/wrong_frame_bt_full-main.c: New file.
16843 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16844 * gdb.base/wrong_frame_bt_full.exp: New file.
16845
155bfbd3
JB
168462015-11-23 Joel Brobecker <brobecker@adacore.com>
16847
16848 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16849
bb097445
JM
168502015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16851
206853a0 16852 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16853 pstate register when comparing registers values in
16854 sparc64-*-linux-gnu targets to avoid spurious differences.
16855
9c88ed8f
JM
168562015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16857
206853a0 16858 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16859
96161e25
SL
168602015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16861
16862 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16863 as type argument to gdb_compile.
16864 * gdb.base/nested-subp2.exp: Likewise.
16865 * gdb.base/nested-subp3.exp: Likewise.
16866
340c2830
DV
168672015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16868
16869 * lib/dwarf.exp (_note): Fix left shift of negative value.
16870 * gdb.trace/trace-condition.exp: Likewise.
16871
c1862d0f
YQ
168722015-11-13 Yao Qi <yao.qi@linaro.org>
16873
16874 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16875 comments about d10v.
16876 (test_scalar_returns): Likewise.
16877 * gdb.base/d10v.ld: Remove.
16878 * gdb.base/overlays.exp: Remove the target triplet checking for
16879 d10v-*-*.
16880 * gdb.base/structs.exp (test_struct_returns): Remove the
16881 comments about d10v.
16882 (test_struct_calls): Likewise.
16883
77ae9c19
YQ
168842015-11-13 Yao Qi <yao.qi@linaro.org>
16885
16886 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16887 * gdb.base/gnu_vector.c: Don't include stdio.h.
16888 (main): Don't print res and call add_some_intvecs.
16889
430e004e
MK
168902015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16891
16892 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16893 macro.
16894 (func5): Removed.
16895 (func4): Use FAST_TRACEPOINT_LABEL.
16896 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16897 macro.
16898 (func): Removed.
16899 (thread_function): Use FAST_TRACEPOINT_LABEL.
16900 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16901 (func): Remove.
16902 (marker): Use FAST_TRACEPOINT_LABEL.
16903 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16904 (pendfunc1): Remove.
16905 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16906 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16907 (foo): Remove.
16908 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16909 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16910 macro.
16911 (func): Remove.
16912 (marker): Use FAST_TRACEPOINT_LABEL.
16913 * gdb.trace/trace-common.h: New header.
16914 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16915 macro.
16916 (func): Remove.
16917 (marker): Use FAST_TRACEPOINT_LABEL.
16918 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16919 (func): Remove.
16920 (thread_function): Use FAST_TRACEPOINT_LABEL.
16921
6e7675a7
MK
169222015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16923
16924 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16925 in front.
16926 * gdb.trace/change-loc.exp: Use global pcreg definition.
16927 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16928 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16929 in front.
16930 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16931 * gdb.trace/pending.exp: Likewise.
16932 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16933 * gdb.trace/trace-break.exp: Likewise.
16934 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16935 in front.
16936 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16937 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16938 in front.
16939 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16940
dddc0e16
JB
169412015-11-09 Joel Brobecker <brobecker@adacore.com>
16942
16943 * gdb.ada/fin_fun_out: New testcase.
16944
c6f0b406
KB
169452015-11-07 Kevin Buettner <kevinb@redhat.com>
16946
16947 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16948 value associated with DW_AT_byte_size.
16949 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16950 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16951 DW_AT_upper_bound.
16952
f01dcfd9
KB
169532015-11-07 Kevin Buettner <kevinb@redhat.com>
16954
16955 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16956 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16957 version.
16958 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16959 gdb.dwarf2/dw2-canonicalize-type.exp,
16960 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16961 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16962 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16963 provided by gdb_target_symbol_prefix_flags_asm.
16964 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16965 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16966 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16967 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16968 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16969 macros where needed). Use this macro for symbols which require
16970 the prefix provided by SYMBOL_PREFIX.
16971
2223449a
KB
169722015-11-05 Kevin Buettner <kevinb@redhat.com>
16973
16974 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16975 New procs.
16976 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16977 representing expressions, of more than one list element.
16978 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16979 to prepend linker symbol prefix to f.
16980 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16981 table_1 and table_2.
16982 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16983 Likewise, for f and g.
16984 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16985 for ptr.
16986 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16987 for main.
16988 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16989 table_1_ptr and table_2_ptr.
16990
6f2f1a3a
JK
169912015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16992 Joel Brobecker <brobecker@adacore.com>
16993
16994 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16995
566c56c9
MK
169962015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16997
16998 * gdb.reverse/s390-mvcle.c: New test.
16999 * gdb.reverse/s390-mvcle.exp: New file.
17000 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17001
d5f0636b
MK
170022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17003
17004 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17005
7ad8b86c
MK
170062015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17007
17008 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17009 reaching marker2.
17010 * gdb.reverse/getresuid-reverse.exp: Likewise.
17011 * gdb.reverse/pipe-reverse.exp: Likewise.
17012 * gdb.reverse/readv-reverse.exp: Likewise.
17013 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17014 * gdb.reverse/time-reverse.exp: Likewise.
17015 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17016
4081c0f1
YQ
170172015-10-30 Yao Qi <yao.qi@linaro.org>
17018
17019 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17020 (empty_cycle): Remove.
17021 (main): Don't call empty_cycle. Don't use watch_count_done.
17022 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17023 empty_cycle. Rewrite the code counting HW watchpoints.
17024
452b4ba5
MK
170252015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17026
17027 * gdb.reverse/fstatat-reverse.c: New test.
17028 * gdb.reverse/fstatat-reverse.exp: New file.
17029 * gdb.reverse/getresuid-reverse.c: New test.
17030 * gdb.reverse/getresuid-reverse.exp: New file.
17031 * gdb.reverse/pipe-reverse.c: New test.
17032 * gdb.reverse/pipe-reverse.exp: New file.
17033 * gdb.reverse/readv-reverse.c: New test.
17034 * gdb.reverse/readv-reverse.exp: New file.
17035 * gdb.reverse/recvmsg-reverse.c: New test.
17036 * gdb.reverse/recvmsg-reverse.exp: New file.
17037 * gdb.reverse/time-reverse.c: New test.
17038 * gdb.reverse/time-reverse.exp: New file.
17039 * gdb.reverse/waitpid-reverse.c: New test.
17040 * gdb.reverse/waitpid-reverse.exp: New file.
17041
5e2e7507
JK
170422015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17043
17044 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17045
0fde2c53
DE
170462015-10-26 Doug Evans <dje@google.com>
17047
17048 PR symtab/17391
17049 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17050 * gdb.dwarf2/bad-regnum.c: New file.
17051 * gdb.dwarf2/bad-regnum.exp: New file.
17052
1a70ae97
DE
170532015-10-26 Doug Evans <dje@google.com>
17054
17055 PR python/18938
17056 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17057 file.
17058
27dc26ab
JK
170592015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17060
17061 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17062 for a change by "Mention language in compile error message".
17063
bed91f4d
SM
170642015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17065
17066 PR python/18073
17067 * gdb.python/py-type.c (C::a_method): New.
17068 (C::a_const_method): New.
17069 (C::a_static_method): New.
17070 (a_function): New.
17071 * gdb.python/py-type.exp (test_fields): Test getting fields
17072 from function and method.
17073
3f2f83dd
KB
170742015-10-21 Keven Boell <keven.boell@intel.com>
17075
17076 * gdb.fortran/vla-alloc-assoc.exp: New file.
17077 * gdb.fortran/vla-datatypes.exp: New file.
17078 * gdb.fortran/vla-datatypes.f90: New file.
17079 * gdb.fortran/vla-history.exp: New file.
17080 * gdb.fortran/vla-ptype-sub.exp: New file.
17081 * gdb.fortran/vla-ptype.exp: New file.
17082 * gdb.fortran/vla-sizeof.exp: New file.
17083 * gdb.fortran/vla-sub.f90: New file.
17084 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17085 * gdb.fortran/vla-value-sub-finish.exp: New file.
17086 * gdb.fortran/vla-value-sub.exp: New file.
17087 * gdb.fortran/vla-value.exp: New file.
17088 * gdb.fortran/vla-ptr-info.exp: New file.
17089 * gdb.mi/mi-vla-fortran.exp: New file.
17090 * gdb.mi/vla.f90: New file.
17091
27145d50
SL
170922015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17093
17094 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17095 of hardwired timeout value.
17096
5f3ff4f8
JK
170972015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17098 Pedro Alves <palves@redhat.com>
17099
17100 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17101 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17102
bfd09d20
JS
171032015-10-19 Josh Stone <jistone@redhat.com>
17104
17105 * gdb.base/catch-syscall.c: Include <sched.h>.
17106 (unknown_syscall): New variable.
17107 (main): Trigger a vfork and an unknown syscall.
17108 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17109 (unknown_syscall_number): Likewise.
17110 (check_call_to_syscall): Accept an optional syscall pattern.
17111 (check_return_from_syscall): Likewise.
17112 (check_continue): Likewise.
17113 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17114 (test_catch_syscall_skipping_return): New test toggling off 'catch
17115 syscall' to step over the syscall return, then toggling back on.
17116 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17117 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17118 (do_syscall_tests): Call test_catch_syscall_without_args and
17119 test_catch_syscall_mid_vfork.
17120 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17121 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17122
b32b93c6
AS
171232015-10-19 Andrew Stubbs <ams@codesourcery.com>
17124
17125 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17126 print g_vE): Add new pass patterns.
17127 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17128 print various symbol names for vptr fields.
17129
9d622bda
AB
171302015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17131
17132 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17133 results.
17134
0fd8ac1c
YQ
171352015-10-12 Yao Qi <yao.qi@linaro.org>
17136
17137 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17138
34240514
YQ
171392015-10-12 Yao Qi <yao.qi@linaro.org>
17140
17141 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17142 is aarch64*-*-linux*.
17143
8240f442
YQ
171442015-10-12 Yao Qi <yao.qi@linaro.org>
17145
17146 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17147 (can_relocate_bcond_true): ... it.
17148 (can_relocate_bcond_false): New function.
17149 (foo): Likewise.
17150 (can_relocate_bl): Likewise.
17151 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17152 can_relocate_bl.
17153
2520f728
PMR
171542015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17155
17156 * gdb.base/nested-addr.c: New file.
17157 * gdb.base/nested-addr.exp: New testcase.
17158
abcef95a
MM
171592015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17160
17161 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17162 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17163 its output. Ignore the output of "record goto begin" and instead
17164 check that GDB is replaying.
17165
145e3ddb
PA
171662015-10-09 Pedro Alves <palves@redhat.com>
17167
17168 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17169 (top level): Use it in the run with no args test.
17170
d5d8c4e1
IB
171712015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17172
17173 * gdb.dlang/properties.exp: New file.
17174
06e635ef
SL
171752015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17176
17177 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17178 whether or not address 0x1000 is mapped on the target.
17179
e019fd1d
SM
171802015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17181
17182 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17183 build.
17184
77ba2a67
MM
171852015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17186
17187 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17188 instruction-history test.
17189
c60eb31f
DE
171902015-09-28 Doug Evans <dje@google.com>
17191
17192 * gdb.base/gcore.c (array_func): Add reference to static_array.
17193
9a3c8263
SM
171942015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17195
17196 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17197 source line.
17198
9720e656
SL
171992015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17200
17201 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17202 short or char as base type.
17203
938d3bf2
SL
172042015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17205
17206 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17207 to allow any size enum.
17208
e6c2c623
PMR
172092015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17210
17211 * gdb.ada/array_ptr_renaming.exp: New testcase.
17212 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17213 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17214
06da0f77
PL
172152015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17216
17217 * gdb.trace/ftrace-lock.c: New file.
17218 * gdb.trace/ftrace-lock.exp: New file.
17219
4f51c22a
PL
172202015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17221
17222 * gdb.arch/insn-reloc.c: New file.
17223 * gdb.arch/ftrace-insn-reloc.exp: New file.
17224
7041adf4
PL
172252015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17226
17227 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17228 instruction.
17229 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17230 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17231 * gdb.trace/range-stepping.c: Likewise.
17232 * gdb.trace/trace-break.c: Likewise.
17233 * gdb.trace/trace-mt.c (thread_function): Likewise.
17234 * gdb.trace/ftrace.c (marker): Likewise.
17235 * gdb.trace/trace-condition.c (marker): Likewise.
17236 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17237 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17238 is_aarch64_target.
17239
015d2e7e
DE
172402015-09-18 Doug Evans <xdje42@gmail.com>
17241
17242 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17243 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17244
26b188a2
SL
172452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17246
17247 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17248 the breakpoint.
17249
79dc332b
SL
172502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17251
17252 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17253 the pending breakpoint. Remove timeout override for "Run till
17254 MI pending breakpoint on pendfunc3 on thread 2" test.
17255
f57929f2
SL
172562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17257
17258 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17259 filename pattern.
17260
3f469b17
SL
172612015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17262
17263 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17264 in breakpoint filename pattern.
17265
515b89b3
SL
172662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17267
7800dbe4
SL
17268 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17269
172702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17271
515b89b3
SL
17272 * gdb.linespec/explicit.exp: Check for readline support for
17273 tab-completion tests. Fix obvious typo.
17274
d2939ba2
MM
172752015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17276
17277 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17278 and replay.
17279
cbb55fa7
MM
172802015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17281
17282 * gdb.btrace/non-stop.c: New.
17283 * gdb.btrace/non-stop.exp: New.
17284
43691ca1
PL
172852015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17286 Yao Qi <yao.qi@linaro.org>
17287
17288 * gdb.trace/trace-condition.c: New file.
17289 * gdb.trace/trace-condition.exp: New file.
17290
d78908cf
WW
172912015-09-16 Wei-cheng Wang <cole945@gmail.com>
17292
17293 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17294 for testing bytecode compilation.
17295
1ed415e2
PA
172962015-09-16 Pedro Alves <palves@redhat.com>
17297 Sandra Loosemore <sandra@codesourcery.com>
17298
17299 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17300 (SECONDS): Redefine.
17301 (main): Call pthread_kill and alarm early.
17302 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17303 support.
17304 (test): If the target can't hardware step and doesn't support
17305 displaced stepping, increase the timeout.
17306
d136eff5
PA
173072015-09-16 Pedro Alves <palves@redhat.com>
17308
17309 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17310 (enable_debug): New procedures.
17311 (test): Use them. Bail out if waiting for threads fails.
17312 (top level): Bail out if a test fails.
17313
991f019c
YQ
173142015-09-16 Yao Qi <yao.qi@linaro.org>
17315
17316 * gdb.asm/asm-source.exp: Set asm-arch for
17317 aarch64*-*-* target.
17318 * gdb.asm/aarch64.inc: New file.
17319
bfca584f
PMR
173202015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17321
17322 * gdb.ada/array_of_variable_length.exp: New testcase.
17323 * gdb.ada/array_of_variable_length/foo.adb: New file.
17324 * gdb.ada/array_of_variable_length/pck.adb: New file.
17325 * gdb.ada/array_of_variable_length/pck.ads: New file.
17326
b326e587
DE
173272015-09-15 Doug Evans <dje@google.com>
17328
17329 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17330 of function static local variable.
17331
5382cfab
PW
173322015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17333
17334 * gdb.threads/tls-so_extern.exp: New test file.
17335 * gdb.threads/tls-so_extern.c: New test file.
17336 * gdb.threads/tls-so_extern_main.c: New test file.
17337
141c5cc4
JK
173382015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17339
17340 * gdb.opt/solib-intra-step-lib.c: New file.
17341 * gdb.opt/solib-intra-step-main.c: New file.
17342 * gdb.opt/solib-intra-step.exp: New file.
17343
d15dcecd
PA
173442015-09-15 Pedro Alves <palves@redhat.com>
17345
17346 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17347 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17348
4c2f2a79
PA
173492015-09-14 Pedro Alves <palves@redhat.com>
17350
17351 * gdb.base/hook-stop-continue.c: Delete.
17352 * gdb.base/hook-stop-continue.exp: Delete.
17353 * gdb.base/hook-stop-frame.c: Delete.
17354 * gdb.base/hook-stop-frame.exp: Delete.
17355 * gdb.base/hook-stop.c: New file.
17356 * gdb.base/hook-stop.exp: New file.
17357
919e6dbe
PMR
173582015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17359
17360 * gdb.ada/access_to_packed_array.exp: New testcase.
17361 * gdb.ada/access_to_packed_array/foo.adb: New file.
17362 * gdb.ada/access_to_packed_array/pack.adb: New file.
17363 * gdb.ada/access_to_packed_array/pack.ads: New file.
17364
157280a4
MM
173652015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17366
17367 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17368 buffer size test.
17369
2fd33e94
DB
173702015-09-11 Don Breazeal <donb@codesourcery.com>
17371
17372 * gdb.base/foll-exec.c: Add copyright header. Fix
17373 formatting issues.
17374 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17375 (do_exec_tests): Use clean_restart in place of zap_session,
17376 and for test initialization. Fix formatting issues. Use
17377 fail in place of perror.
17378 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17379 an expect statement to match an expression with output from
17380 the program under debug.
17381 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17382 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17383 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17384 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17385 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17386
e70b6e8e
DE
173872015-09-09 Doug Evans <dje@google.com>
17388
17389 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17390
7a551a51
DE
173912015-09-09 Doug Evans <dje@google.com>
17392
17393 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17394
4c666f84
DE
173952015-09-09 Doug Evans <dje@google.com>
17396
17397 * gdb.base/savedregs.exp: Fix typo.
17398
243a9253
PA
173992015-09-09 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17402
c0fa8fbd
SL
174032015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17404
17405 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17406 command actually switches threads. Give up on remaining
17407 tests if target fails to stop at breakpoint.
17408
cd7c1778
PMR
174092015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17410
17411 * gdb.ada/funcall_char.exp: New testcase.
17412 * gdb.ada/funcall_char/foo.adb: New file.
17413
dc5c8746
PMR
174142015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17415
17416 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17417 expected outputs. Add two testcases for completing ambiguous
17418 functions.
17419 * gdb.ada/complete/aux_pck.adb: New file.
17420 * gdb.ada/complete/aux_pck.ads: New file.
17421 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17422 Ambiguous_Func functions.
17423 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17424 * gdb.ada/complete/pck.adb: Likewise.
17425
4e83a1e7
UW
174262015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17427
17428 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17429 failures to run the test program under GDB.
17430
8ce74153
LM
174312015-08-26 Luis Machado <lgustavo@codesourcery.com>
17432
17433 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17434 to C.
17435
e9756d52
PP
174362015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17437
17438 * gdb.base/run-after-attach.exp: New test file.
17439 * gdb.base/run-after-attach.c: New test file.
17440
8d37573b
DB
174412015-08-26 Don Breazeal <donb@codesourcery.com>
17442
17443 * gdb.base/foll-exec-2.c: New test program.
17444 * gdb.base/foll-exec-2.exp: New test.
17445
63e43d3a
PMR
174462015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17447
17448 * gdb.base/nested-subp1.exp: New file.
17449 * gdb.base/nested-subp1.c: New file.
17450 * gdb.base/nested-subp2.exp: New file.
17451 * gdb.base/nested-subp2.c: New file.
17452 * gdb.base/nested-subp3.exp: New file.
17453 * gdb.base/nested-subp3.c: New file.
17454
3d40fbb5
PA
174552015-08-24 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.server/connect-without-multi-process.c: New file.
17458 * gdb.server/connect-without-multi-process.exp: New file.
17459
4422ac93
LM
174602015-08-24 Luis Machado <lgustavo@codesourcery.com>
17461
17462 * gdb.opt/inline-markers.c: Make z int.
17463
91dddb86
LM
174642015-08-24 Luis Machado <lgustavo@codesourcery.com>
17465
17466 * gdb.opt/inline-markers.c: Make z volatile.
17467
a48847ee
LM
174682015-08-24 Luis Machado <lgustavo@codesourcery.com>
17469
17470 * gdb.opt/inline-bt.c: New volatile global z.
17471 * gdb.opt/inline-cmds.c: Likewise.
17472 * gdb.opt/inline-locals.c: Likewise.
17473 * gdb.opt/inline-markers.c: New extern global z.
17474 (marker): Use z.
17475 (inline_fn): Likewise.
17476
0ebbc52b
PA
174772015-08-24 Pedro Alves <palves@redhat.com>
17478
17479 * config/m32r-stub.exp: Remove file.
17480 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17481 * gdb.base/call-rt-st.exp: Likewise.
17482 * gdb.base/call-strs.exp: Likewise.
17483 * gdb.base/default.exp: Remove references to h8300-*-hms and
17484 *-*-udi*.
17485 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17486
77c365df
AA
174872015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17488
17489 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17490 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17491 and "return" use KFAIL when GDB can not read/write the vector
17492 return value.
17493
4313b8c0
GB
174942015-08-21 Gary Benson <gbenson@redhat.com>
17495
17496 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17497
0e433b32
PA
174982015-08-20 Pedro Alves <palves@redhat.com>
17499
17500 * gdb.server/solib-list.exp: No longer expect an interior stop in
17501 non-stop mode.
17502
221e1a37
PA
175032015-08-20 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.server/connect-stopped-target.c: New file.
17506 * gdb.server/connect-stopped-target.exp: New file.
17507
40e3ad0e
PA
175082015-08-20 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.dwarf2/comp-unit-lang.exp: New file.
17511 * gdb.dwarf2/comp-unit-lang.c: New file.
17512
af39b327
PMR
175132015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17514
17515 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17516 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17517
7d45c7c3 175182015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17519
7d45c7c3
KB
17520 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17521 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17522
4d6cceb4
DE
175232015-08-18 Doug Evans <dje@google.com>
17524 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17525
17526 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17527 skip_python_tests. New arg prompt_regexp.
17528 (skip_python_tests): New function.
17529 * lib/mi-support.exp (mi_skip_python_tests): New function.
17530 * gdb.python/py-mi-objfile-gdb.py: New file.
17531 * gdb.python/py-mi-objfile.c: New file.
17532 * gdb.python/py-mi-objfile.exp: New file.
17533
ad89c2aa
KS
175342015-08-17 Keith Seitz <keiths@redhat.com>
17535
17536 * gdb.linespec/explicit.exp: Move strace test from here ...
17537 * gdb.trace/strace.exp: ... to here.
17538
e3ae3c43
PP
175392015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17540
17541 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17542 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17543
604b2636
DE
175442015-08-14 Doug Evans <xdje42@gmail.com>
17545
17546 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17547 inferior before selecting a new file.
17548
6ff0ba5f
DE
175492015-08-14 Doug Evans <xdje42@gmail.com>
17550
17551 * gdb.mi/mi-disassemble.exp: Update.
17552 * gdb.base/disasm-optim.S: New file.
17553 * gdb.base/disasm-optim.c: New file.
17554 * gdb.base/disasm-optim.h: New file.
17555 * gdb.base/disasm-optim.exp: New file.
17556
9ca98f92
KS
175572015-08-14 Keith Seitz <keiths@redhat.com>
17558
17559 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17560 "evaluated-by".
17561
52bbc560
JB
175622015-08-13 Joel Brobecker <brobecker@adacore.com>
17563
17564 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17565
5d8c3ed3
PMR
175662015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17567
17568 * gdb.ada/fun_renaming.exp: New testcase.
17569 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17570 * gdb.ada/fun_renaming/pack.adb: New file.
17571 * gdb.ada/fun_renaming/pack.ads: New file.
17572
ea8812bc
KS
175732015-08-12 Keith Seitz <keiths@redhat.com>
17574
17575 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17576 gdb_get_line_number.
17577
4dafcdeb
JB
175782015-08-12 Joel Brobecker <brobecker@adacore.com>
17579
17580 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17581 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17582 gdb.base/dso2dso.exp: New files.
17583
5ba32597
SDJ
175842015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17585 Pedro Alves <palves@redhat.com>
17586 Keith Seitz <keiths@redhat.com>
17587
17588 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17589 GDBFLAGS.
17590
b6dafabf
PP
175912015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17592
17593 * gdb.base/gdbhistsize-history.exp
17594 (test_histsize_history_setting): Use save_vars.
17595 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17596 Use save_vars.
17597 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17598 * gdb.base/readline.exp: Use save_vars.
17599
abe8e607
PP
176002015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17601
17602 * lib/gdb.exp (save_vars): New proc.
17603
629500fa
KS
176042015-08-11 Keith Seitz <keiths@redhat.com>
17605
17606 * gdb.base/help.exp: Update help_breakpoint_text.
17607
eb8c4e2e
KS
176082015-08-11 Keith Seitz <keiths@redhat.com>
17609
17610 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17611 (at toplevel): Call test_explicit_breakpoints.
17612 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17613 breakpoints.
17614 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17615 breakpoint conditions, "-cond".
17616
87f0e720
KS
176172015-08-11 Keith Seitz <keiths@redhat.com>
17618
17619 * gdb.linespec/3explicit.c: New file.
17620 * gdb.linespec/cpexplicit.cc: New file.
17621 * gdb.linespec/cpexplicit.exp: New file.
17622 * gdb.linespec/explicit.c: New file.
17623 * gdb.linespec/explicit.exp: New file.
17624 * gdb.linespec/explicit2.c: New file.
17625 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17626 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17627 before using in the matching pattern.
17628 Clarify that `prefix' is a regular expression.
17629
f00aae0f
KS
176302015-08-11 Keith Seitz <keiths@redhat.com>
17631
17632 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17633 test.
17634 Add tests for missing ",FMT" and ",".
17635
e27852be
DE
176362015-08-10 Doug Evans <dje@google.com>
17637 Keith Seitz <keiths@redhat.com>
17638
17639 PR gdb/17960
17640 * gdb.base/completion.exp: Add location completer tests.
17641
7f03bd92
PA
176422015-08-07 Pedro Alves <palves@redhat.com>
17643
17644 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17645 tests here.
17646 (top level): Run do_test with and without displaced stepping.
17647
3fc8eb30
PA
176482015-08-07 Pedro Alves <palves@redhat.com>
17649
17650 * gdb.base/valgrind-disp-step.c: New file.
17651 * gdb.base/valgrind-disp-step.exp: New file.
17652
d4569d7b
PA
176532015-08-07 Pedro Alves <palves@redhat.com>
17654
17655 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17656 Delete function.
17657 (main): Add alarm. Run an infinite loop instead of calling
17658 wait_threads.
17659 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17660 comment.
17661 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17662 Delete function.
17663 (main): Add alarm. Run an infinite loop instead of calling
17664 wait_threads.
17665 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17666 comment.
17667
e1316e60
PA
176682015-08-07 Pedro Alves <palves@redhat.com>
17669
17670 * gdb.base/checkpoint-ns.exp: New file.
17671 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17672 standard_testfile.
17673
da8c46d2
MM
176742015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17675
17676 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17677 * gdb.btrace/instruction_history.exp: Update.
17678 * gdb.btrace/tsx.exp: New.
17679 * gdb.btrace/tsx.c: New.
17680
de1c2c52
PA
176812015-08-06 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17684 increase timeout.
17685 * gdb.reverse/until-precsave.exp: Bump timeouts.
17686
782e0bf4
PA
176872015-08-06 Pedro Alves <palves@redhat.com>
17688
17689 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17690
83e97ed0
PA
176912015-08-06 Pedro Alves <palves@redhat.com>
17692
17693 PR gdb/18749
17694 * gdb.threads/process-dies-while-handling-bp.c: New file.
17695 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17696
863d01bd
PA
176972015-08-06 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17700 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17701
0a39bb32
PA
177022015-08-05 Pedro Alves <palves@redhat.com>
17703
17704 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17705 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17706
ee2d2b10
SL
177072015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17708
17709 * gdb.base/bp-permanent.exp: Report test as unsupported if
17710 the target cannot stop at the permanent breakpoint.
17711
4e1bdb00
DE
177122015-08-03 Doug Evans <dje@google.com>
17713
17714 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17715 10000.
17716
3d338901
DE
177172015-08-03 Doug Evans <dje@google.com>
17718
17719 * Makefile.in (workers/%.worker, build-perf): New rule.
17720 (GDB_PERFTEST_MODE): New variable.
17721 (check-perf): Use it.
17722 (clean): Clean up gdb.perf parallel build subdirs.
17723 * lib/build-piece.exp: New file.
17724 * lib/gdb.exp (make_gdb_parallel_path): New function
17725 (standard_output_file, standard_temp_file): Call it.
17726 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17727 of $GDB_PARALLEL.
17728 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17729
af061d3e
DE
177302015-08-03 Doug Evans <dje@google.com>
17731
8e1afc81 17732 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17733 (LOG_FILE_NAME): New global.
17734 (TextReporter.__init__): Initialize self.txt_sum.
17735 (TextReporter.report): Add support for multiple data-points.
17736 Move report to perftest.sum, put raw data in perftest.log.
17737 (TextReporter.start): Open sum and log files.
17738 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17739 * gdb.perf/lib/perftest/testresult.py
17740 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17741
2c8c5d37
PA
177422015-07-31 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17745 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17746 kill_wait_spawned_process instead of explicit "kill -9".
17747 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17748 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17749 kill_wait_spawned_process.
17750 * gdb.base/attach-twice.exp: Likewise.
17751 * gdb.base/attach.exp: Likewise.
17752 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17753 gdb_test_multiple.
17754 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17755 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17756 kill_wait_spawned_process.
17757 * gdb.base/valgrind-infcall.exp: Likewise.
17758 * gdb.multi/multi-attach.exp: Likewise.
17759 * gdb.python/py-prompt.exp: Likewise.
17760 * gdb.python/py-sync-interp.exp: Likewise.
17761 * gdb.server/ext-attach.exp: Likewise.
17762 * gdb.threads/attach-into-signal.exp (corefunc): Use
17763 spawn_wait_for_attach, spawn_id_get_pid and
17764 kill_wait_spawned_process.
17765 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17766 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17767 spawn_id_get_pid and kill_wait_spawned_process.
17768 * gdb.threads/attach-stopped.exp (corefunc): Use
17769 spawn_wait_for_attach, spawn_id_get_pid and
17770 kill_wait_spawned_process.
17771 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17772 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17773 kill_wait_spawned_process instead of explicit "kill -9".
17774 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17775 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17776 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17777 processes. Don't map cygwin/windows pids here. Now returns a
17778 spawn id list.
17779
032a0fca
SL
177802015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17781
17782 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17783 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17784 correct patch.
17785
61a934ca
SL
177862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17787
17788 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17789
4bc4d428
SL
177902015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17791
17792 Reapply:
17793 2014-05-21 Mark Wielaard <mjw@redhat.com>
17794
17795 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17796
998d452a
PA
177972015-07-30 Pedro Alves <palves@redhat.com>
17798
17799 * linux-low.c (handle_extended_wait): Set the child's last
17800 reported status to TARGET_WAITKIND_STOPPED.
17801
69dde7dc
PA
178022015-07-30 Pedro Alves <palves@redhat.com>
17803
17804 PR threads/18600
17805 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17806 only shows inferior 1.
17807
4dd63d48
PA
178082015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17809 Pedro Alves <palves@redhat.com>
17810
17811 PR threads/18600
17812 * gdb.threads/fork-plus-threads.c: New file.
17813 * gdb.threads/fork-plus-threads.exp: New file.
17814
d618e4c5
PP
178152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17816
17817 * gdb.base/batch-preserve-term-settings.exp
17818 (test_terminal_settings_preserved_after_cli_exit): Use
17819 send_quit_command.
17820
1eef6428
PA
178212015-07-29 Pedro Alves <palves@redhat.com>
17822 Don Breazeal <donb@codesourcery.com>
17823
17824 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17825 output from both inferior_spawn_id and gdb_spawn_id.
17826
7da5b897
SDJ
178272015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17828
17829 * gdb.threads/attach-into-signal.exp (corefunc): Use
17830 with_test_prefix on nested loops, uniquefying the test messages.
17831
dac804df
SDJ
178322015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17833
17834 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17835 commit.
17836
06265e53
PP
178372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17838
17839 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17840 New proc.
17841 (test_terminal_settings_preserved_after_sigterm): New test.
17842
18206ca3
PP
178432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17844
17845 * gdb.base/batch-preserve-term-settings.exp
17846 (test_terminal_settings_preserved_after_cli_exit): New test.
17847
90074d11
PP
178482015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17849
17850 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17851 manipulation of saved_gdbflags.
17852 (test_terminal_settings_preserved): Remove global declaration of
17853 the unused variable pagination_prompt. Remove manipulation of
17854 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17855 GDBFLAGS.
17856
eb1a7902
PA
178572015-07-29 Pedro Alves <palves@redhat.com>
17858
17859 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17860
8b75dd3b
PA
178612015-07-29 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17864 at the top.
17865
dedad4e3
PA
178662015-07-29 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17869 (main): Call gdb_unbuffer_output.
17870 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17871 (main): Call gdb_unbuffer_output.
17872 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17873 (main): Call gdb_unbuffer_output.
17874 * gdb.base/call-strs.exp: Adjust to step over the
17875 gdb_unbuffer_output call.
17876 * gdb.base/catch-gdb-caused-signals.c: Include
17877 "../lib/unbuffer_output.c".
17878 (main): Call gdb_unbuffer_output.
17879 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17880 (main): Call gdb_unbuffer_output.
17881 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17882 (main): Call gdb_unbuffer_output.
17883 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17884 (main): Call gdb_unbuffer_output.
17885 * gdb.base/shlib-call.exp: Adjust to step over the
17886 gdb_unbuffer_output call.
17887 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17888 (main): Call gdb_unbuffer_output.
17889 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17890 (main): Call gdb_unbuffer_output.
17891 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17892 (main): Rename to ...
17893 (test): ... this.
17894 (main): Reimplement.
17895 * gdb.base/varargs.exp: Run to test instead of to main.
17896 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17897 (main): Call gdb_unbuffer_output.
17898
58789a91
PA
178992015-07-29 Pedro Alves <palves@redhat.com>
17900
17901 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17902 factore out from mi_continue_dprintf. For call-style dprintfs,
17903 expect dprintf output out of $inferior_spawn_id.
17904 (mi_continue_dprintf): Use mi_expect_dprintf.
17905 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17906 (main): Call gdb_unbuffer_output.
17907
e8376742
PA
179082015-07-29 Pedro Alves <palves@redhat.com>
17909
17910 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17911 (default_mi_gdb_start): Set inferior_spawn_id instead of
17912 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17913 gdb_spawn_id.
17914 (mi_gdb_test): Always expect inferior output from both
17915 $inferior_spawn_id and $gdb_spawn_id.
17916
08280010
PA
179172015-07-29 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17920 send_inferior and $inferior_spawn_id.
17921
4d30e432
PA
179222015-07-29 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.gdb/complaints.exp (test_initial_complaints)
17925 (test_serial_complaints, test_short_complaints): Use
17926 gdb_test_stdio.
17927 (test_empty_complaint): Handle $inferior_spawn_id !=
17928 $gdb_spawn_id.
17929
0d30a335
PA
179302015-07-29 Pedro Alves <palves@redhat.com>
17931
17932 * gdb.base/varargs.exp: Use gdb_test_stdio.
17933
39413b29
PA
179342015-07-29 Pedro Alves <palves@redhat.com>
17935
17936 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17937
7cb000a9
PA
179382015-07-29 Pedro Alves <palves@redhat.com>
17939
17940 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17941
d7b8ac82
PA
179422015-07-29 Pedro Alves <palves@redhat.com>
17943
17944 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17945 parameter into two new parameters, "inf_result" and "gdb_result".
17946 Expect inferior output and gdb output from $inferior_spawn_id and
17947 $gdb_spawn_id, respectively. Adjust all callers.
17948
789c3a0c
PA
179492015-07-29 Pedro Alves <palves@redhat.com>
17950
17951 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17952 of gdb_test_sequence.
17953
77e760c3
PA
179542015-07-29 Pedro Alves <palves@redhat.com>
17955
17956 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17957 (saw_spurious_output): Expect inferior output from
17958 $inferior_spawn_id. Use gdb_test_stdio.
17959
8396d2cd
PA
179602015-07-29 Pedro Alves <palves@redhat.com>
17961
17962 * gdb.base/dprintf.exp: Use standard_testfile. Change
17963 prepare_for_testing call.
17964 (srcfile): Don't set.
17965 (restart): New procedure.
17966 (test_dprintf): New procecure, use to continue over dprintfs.
17967 (test_call, test_agent): New procedures, tests moved here.
17968 Restart gdb and recreate dprintfs. Adjust expected output.
17969
2051d61f
PA
179702015-07-29 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17973
452397af
PA
179742015-07-29 Pedro Alves <palves@redhat.com>
17975
17976 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17977
8aed9555
PA
179782015-07-29 Pedro Alves <palves@redhat.com>
17979
17980 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17981 gdb_test_stdio.
17982
188a61b4
PA
179832015-07-29 Pedro Alves <palves@redhat.com>
17984
17985 * lib/gdb.exp (gdb_test_stdio): New procedure.
17986
12264a45
PA
179872015-07-29 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17990
23ffc893
PA
179912015-07-29 Pedro Alves <palves@redhat.com>
17992
17993 * gdb.base/call-signal-resume.exp: Remove check for
17994 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17995 * gdb.base/unwindonsignal.exp: Likewise.
17996 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17997 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17998
65566918
PA
179992015-07-29 Pedro Alves <palves@redhat.com>
18000
18001 * gdb.base/siginfo-addr.c (pass): New function.
18002 (handler): Call it iff si_addr is correct.
18003 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18004 Set a breakpoint at "pass" and continue to it.
18005
d60a9221
SDJ
180062015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18007
18008 * gdb.python/py-objfile.exp: Make some tests have unique names.
18009 * gdb.python/py-pp-registration.exp: Likewise.
18010
bde40b8f
PA
180112015-07-28 Pedro Alves <palves@redhat.com>
18012
18013 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18014
13e1dec8
SM
180152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18016
18017 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18018
da33c9a7
SM
180192015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18020
18021 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18022
077836f7
PP
180232015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18024
18025 * gdb.base/gdb-sigterm-2.exp: New test.
18026
b8cc7b2e
DE
180272015-07-25 Doug Evans <xdje42@gmail.com>
18028
18029 Revert:
18030 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18031 (workers/%.worker, build-perf): New rule.
18032 (GDB_PERFTEST_MODE): New variable.
18033 (check-perf): Use it.
18034 (clean): Clean up gdb.perf parallel build subdirs.
18035 * lib/build-piece.exp: New file.
18036 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18037 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18038 name.
18039 (standard_temp_file): Ditto.
18040 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18041 of $GDB_PARALLEL.
18042
c8bd4544
DE
180432015-07-24 Doug Evans <dje@google.com>
18044
18045 * gdb.perf/lib/perftest/utils.py: New file.
18046 * gdb.perf/gm-hello.cc: New file.
18047 * gdb.perf/gm-pervasive-typedef.cc: New file.
18048 * gdb.perf/gm-pervasive-typedef.h: New file.
18049 * gdb.perf/gm-std.cc: New file.
18050 * gdb.perf/gm-std.h: New file.
18051 * gdb.perf/gm-use-cerr.cc: New file.
18052 * gdb.perf/gm-utils.h: New file.
18053 * gdb.perf/gmonster-null-lookup.py: New file.
18054 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18055 * gdb.perf/gmonster-print-cerr.py: New file.
18056 * gdb.perf/gmonster-ptype-string.py: New file.
18057 * gdb.perf/gmonster-runto-main.py: New file.
18058 * gdb.perf/gmonster-select-file.py: New file.
18059 * gdb.perf/gmonster1-null-lookup.exp: New file.
18060 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18061 * gdb.perf/gmonster1-print-cerr.exp: New file.
18062 * gdb.perf/gmonster1-ptype-string.exp: New file.
18063 * gdb.perf/gmonster1-runto-main.exp: New file.
18064 * gdb.perf/gmonster1-select-file.exp: New file.
18065 * gdb.perf/gmonster1.cc: New file.
18066 * gdb.perf/gmonster1.exp: New file.
18067 * gdb.perf/gmonster2-null-lookup.exp: New file.
18068 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18069 * gdb.perf/gmonster2-print-cerr.exp: New file.
18070 * gdb.perf/gmonster2-ptype-string.exp: New file.
18071 * gdb.perf/gmonster2-runto-main.exp: New file.
18072 * gdb.perf/gmonster2-select-file.exp: New file.
18073 * gdb.perf/gmonster2.cc: New file.
18074 * gdb.perf/gmonster2.exp: New file.
18075
6eab34f3
DE
180762015-07-24 Doug Evans <dje@google.com>
18077
18078 * gdb.perf/README: New file.
18079 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18080 * lib/gen-perf-test.exp: New file.
18081
63738bfd
DE
180822015-07-24 Doug Evans <dje@google.com>
18083
18084 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18085 (PerfTest::startup): New function.
18086 (PerfTest::run): Return result of calling body.
18087 (PerfTest::assemble): Rewrite.
18088 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18089 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18090 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18091 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18092 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18093
7b606f95
DE
180942015-07-24 Doug Evans <dje@google.com>
18095
18096 * lib/gdb.exp (clean_restart): Make executable optional.
18097
a97b16b8
DE
180982015-07-24 Doug Evans <dje@google.com>
18099
18100 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18101 compiler_info references.
18102 * gdb.cp/temargs.exp: Ditto.
18103 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18104 (get_compiler_info): Early exit if already computed. Set compiler_info
18105 to "unknown" if there was a problem.
18106 (test_compiler_info): Add function comment. Call get_compiler_info.
18107
35baa57f
DE
181082015-07-24 Doug Evans <dje@google.com>
18109
18110 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18111 (workers/%.worker, build-perf): New rule.
18112 (GDB_PERFTEST_MODE): New variable.
18113 (check-perf): Use it.
18114 (clean): Clean up gdb.perf parallel build subdirs.
18115 * lib/build-piece.exp: New file.
18116 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18117 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18118 name.
18119 (standard_temp_file): Ditto.
18120 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18121 of $GDB_PARALLEL.
18122
6ebea266
DE
181232015-07-24 Doug Evans <dje@google.com>
18124
18125 * lib/future.exp (gdb_default_target_compile): New option
18126 "early_flags".
18127 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18128 --as-needed.
18129
1e76a7e9
SDJ
181302015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18131
18132 * gdb.base/catch-syscall.exp: Call gdb_exit before
18133 gdb_skip_xml_test.
18134
5068630a
PA
181352015-07-24 Pedro Alves <palves@redhat.com>
18136
18137 * gdb.python/py-events.exp: Accept output between the stop event
18138 and the prompt.
18139 * gdb.python/py-evsignal.exp: Likewise.
18140 * gdb.python/py-evthreads.exp: Likewise.
18141
77598427
PA
181422015-07-24 Pedro Alves <palves@redhat.com>
18143
18144 PR gdb/18717
18145 * gdb.threads/non-ldr-exit.c: New file.
18146 * gdb.threads/non-ldr-exit.exp: New file.
18147
11e6c98f
YQ
181482015-07-24 Yao Qi <yao.qi@linaro.org>
18149
18150 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18151 restarting process.
18152
51aee833
YQ
181532015-07-24 Yao Qi <yao.qi@linaro.org>
18154
18155 * gdb.server/ext-restart.exp: New file.
18156
8cfe207c
YQ
181572015-07-24 Yao Qi <yao.qi@linaro.org>
18158
18159 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18160 argument options.
18161 * gdb.server/ext-wrapper.exp: New file.
18162
cc12ce38
DE
181632015-07-23 Doug Evans <dje@google.com>
18164
18165 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18166 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18167
d0d84780
PMR
181682015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18169
18170 * gdb.ada/var_arr_typedef.exp: New testcase.
18171 * gdb.ada/var_arr_typedef/pack.adb: New file.
18172 * gdb.ada/var_arr_typedef/pack.ads: New file.
18173 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18174
8b558f79
JB
181752015-07-20 Joel Brobecker <brobecker@adacore.com>
18176
18177 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18178
775a3298
JK
181792015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18180
18181 * gdb.arch/i386-biarch-core.exp: Replace istarget
18182 by "complete set gnutarget". Remove expectation for the "core-file"
18183 command.
18184
db1ff28b
JK
181852015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18186
18187 Revert the previous commit:
18188 Tests for validate symbol file using build-id.
18189
0a94970d
JK
181902015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18191
18192 Tests for validate symbol file using build-id.
18193 * gdb.base/solib-mismatch-lib.c: New file.
18194 * gdb.base/solib-mismatch-libmod.c: New file.
18195 * gdb.base/solib-mismatch.c: New file.
18196 * gdb.base/solib-mismatch.exp: New file.
18197
03346981
SL
181982015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18199
18200 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18201 nios2-*-linux*.
18202 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18203 * gdb.base/siginfo.exp: Likewise.
18204 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18205
42422cc7
PL
182062015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18207
18208 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18209 Move it to ...
18210 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18211 ... here.
18212 * gdb.trace/range-stepping.exp: Check that the target supports
18213 range stepping.
18214
cfa68bae
JK
182152015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18216
18217 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18218
8ffdba26
PA
182192015-07-14 Pedro Alves <palves@redhat.com>
18220
18221 * gdb.base/killed-outside.exp: New file.
18222 * gdb.base/killed-outside.c: New file.
18223
218a5a11
JK
182242015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18225
18226 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18227 (n at main): New.
18228 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18229
e03ed3c6
AA
182302015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18231
18232 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18233 infcall tests instead of setting up for KFAIL.
18234
485668e5
MM
182352015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18236
18237 * gdb.btrace/record_goto-step.exp: New.
18238
08464196
JK
182392015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18240
18241 PR compile/18484
18242 * gdb.compile/compile.c (struct struct_type): Add volatile to
18243 selffield's type.
18244 * gdb.compile/compile.exp
18245 (compile code struct_object.selffield = &struct_object): Skip further
18246 struct_object tests if this one xfails.
18247
bcf5c1d9
RC
182482015-07-08 Robert O'Callahan <robert@ocallahan.org>
18249
18250 PR exp/18617
18251 * gdb.trace/ax.exp: Add test.
18252
4931af25
YQ
182532015-07-07 Yao Qi <yao.qi@linaro.org>
18254
18255 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18256 instead of istarget "aarch64*-*-*".
18257 * gdb.arch/aarch64-fp.exp: Likewise.
18258 * gdb.base/float.exp: Likewise.
18259 * gdb.reverse/aarch64.exp: Likewise.
18260 * lib/gdb.exp (is_aarch64_target): New proc.
18261
9fcf688e
YQ
182622015-07-07 Yao Qi <yao.qi@linaro.org>
18263
18264 * lib/gdb.exp (is_aarch32_target): New proc.
18265 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18266 instead of "istarget "arm*-*-*"".
18267 * gdb.arch/arm-disp-step.exp: Likewise.
18268 * gdb.arch/thumb-bx-pc.exp: Likewise.
18269 * gdb.arch/thumb-prologue.exp: Likewise.
18270 * gdb.arch/thumb-singlestep.exp: Likewise.
18271 * gdb.base/disp-step-syscall.exp: Likewise.
18272 * gdb.base/float.exp: Likewise.
18273
fbd8d50d
YQ
182742015-07-07 Yao Qi <yao.qi@linaro.org>
18275
18276 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18277 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18278
71be1fdc
YQ
182792015-07-07 Yao Qi <yao.qi@linaro.org>
18280
18281 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18282 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18283 if it exists.
18284 * gdb.multi/multi-arch.exp: Likewise.
18285
3e221d36
SM
182862015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18287
18288 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18289 print.
18290
d441430b
YQ
182912015-07-07 Yao Qi <yao.qi@linaro.org>
18292
18293 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18294
06f810bd
MG
182952015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18296
18297 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18298 '[' and ']' characters.
18299
5e61e7c0
IB
183002015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18301
18302 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18303
28bf096c
PA
183042015-06-29 Pedro Alves <palves@redhat.com>
18305
18306 PR threads/18127
18307 * gdb.threads/hand-call-new-thread.c: New file.
18308 * gdb.threads/hand-call-new-thread.c: New file.
18309
ee93cd5e
KS
183102015-06-26 Keith Seitz <keiths@redhat.com>
18311 Doug Evans <dje@google.com>
18312
18313 PR 16253
18314 * gdb.cp/var-tag-2.cc: New file.
18315 * gdb.cp/var-tag-3.cc: New file.
18316 * gdb.cp/var-tag-4.cc: New file.
18317 * gdb.cp/var-tag.cc: New file.
18318 * gdb.cp/var-tag.exp: New file.
18319
fc637f04
PP
183202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18321
18322 * gdb.base/history-duplicates.exp: New test.
18323
2e52ae68
PP
183242015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18325
18326 * gdb.base/completion.exp: Test the completion of the "focus"
18327 command.
18328
6e22494e
JK
183292015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18330
18331 * gdb.arch/amd64-prologue-skip.S: New file.
18332 * gdb.arch/amd64-prologue-skip.exp: New file.
18333
bf7b9cd9
SM
183342015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18335
18336 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18337 is_address_zero_readable check.
18338
201e8dfd
PB
183392015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18340
18341 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18342 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18343
5cd867b4
YQ
183442015-06-24 Yao Qi <yao.qi@linaro.org>
18345
18346 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18347 linux targets.
18348
4d7be007
YQ
183492015-06-24 Yao Qi <yao.qi@linaro.org>
18350
18351 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18352 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18353 * gdb.base/siginfo-thread.exp: Likewise.
18354
07fcd301
YQ
183552015-06-22 Yao Qi <yao.qi@linaro.org>
18356
18357 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18358
52042a00
YQ
183592015-06-22 Yao Qi <yao.qi@linaro.org>
18360
18361 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18362 aarch64*-*-*.
18363 (skip_hw_watchpoint_tests): Likewise.
18364
74bd41ce
PP
183652015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18366
18367 * gdb.base/gdbinit-history.exp: Test the interaction between
18368 setting GDBHISTSIZE and setting the history size via .gdbinit.
18369
bc460514
PP
183702015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18371
18372 PR gdb/16999
18373 * gdb.base/gdbhistsize-history.exp: New test.
18374
b58c513b
PP
183752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18376
18377 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18378 with GDBHISTSIZE.
18379 * gdb.base/readline.exp: Likewise.
18380
92046791
YQ
183812015-06-17 Yao Qi <yao.qi@linaro.org>
18382
18383 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18384 line.
18385
2093d2d3
PP
183862015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18387
18388 * gdb.base/gdbinit-history.exp: Add test case to check that
18389 an unlimited history file does not get truncated on exit.
18390
e6c693af
AA
183912015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18392
18393 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18394 (VECTOR): New macro. Use it...
18395 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18396 ...for these typedefs.
18397 (int8, char1, int1, double1): New typedefs.
18398 (struct just_int2, struct two_int2): New structures.
18399 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18400 (add_structvecs, add_singlevecs): New functions.
18401 (main): Call add_some_intvecs twice.
18402 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18403 the compile and exit upon failure. Try compiling for the "native"
18404 architecture. Test inferior function calls with vector arguments
18405 and vector return value handling with "finish" and "return".
18406
c74f7d1c
JT
184072015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18408
18409 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18410 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18411 PE file.
18412 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18413
98aa42ee
AT
184142015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18415
18416 PR breakpoints/16465
18417 * gdb.mi/mi-dprintf-pending.c: New file.
18418 * gdb.mi/mi-dprintf-pending.exp: New test.
18419 * gdb.mi/mi-dprintf-pendshr.c: New file.
18420
7d73c23c 184212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18422 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18423
18424 * gdb.arch/i386-mpx-map.c: New file.
18425 * gdb.arch/i386-mpx-map.exp: New File.
18426
184272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18428
18429 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18430 * gdb.arch/i386-mpx.exp: Indentation fixed.
18431
184322015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18433
18434 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18435 function and improved indentation.
18436 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18437 gdb_test_multiple. Added additional tests to skip the test.
18438
184392015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18440
18441 * gdb.arch/i386-avx512.c: Change path in include file.
18442 * gdb.arch/i386-avx512.exp: Change include dir path
18443 compilation flag.
18444 * gdb.arch/i386-mpx.c: Change path in include file.
18445 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18446 flag.
18447
d5eba19a
JK
184482015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18449
18450 * gdb.compile/compile-print.exp (compile print *vararray@3)
18451 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18452
7f361056
JK
184532015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18454
18455 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18456 (do not keep jit in memory): ... this.
18457 (expect 5): Change it to ...
18458 (expect no 5): ... this.
18459
3b462ec2
SM
184602015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18461
18462 PR gdb/15564
18463 * gdb.mi/mi-detach.exp: New file.
18464
e0619de6
JK
184652015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18466
18467 PR symtab/18392
18468 * gdb.arch/amd64-tailcall-self.S: New file.
18469 * gdb.arch/amd64-tailcall-self.c: New file.
18470 * gdb.arch/amd64-tailcall-self.exp: New file.
18471
e970cb34
DB
184722015-05-28 Don Breazeal <donb@codesourcery.com>
18473
18474 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18475 tests for remote targets by checking is_target_gdbserver.
18476
b2e2f908
DE
184772015-05-27 Doug Evans <dje@google.com>
18478
18479 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18480 * gdb.dwarf2/opaque-type-lookup.c: New file.
18481 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18482
82c7be31
DE
184832015-05-26 Doug Evans <dje@google.com>
18484
18485 * gdb.cp/iostream.cc: New file.
18486 * gdb.cp/iostream.exp: New file.
18487
b4f54984
DE
184882015-05-26 Doug Evans <dje@google.com>
18489
18490 * gdb.dwarf2/dw2-op-call.exp: Update.
18491 * gdb.dwarf2/dw4-sig-types.exp: Update.
18492 * gdb.dwarf2/implptr.exp: Update.
18493 * gdb.mi/mi-cmd-param-changed.exp: Update.
18494
4ea6efe9
DE
184952015-05-26 Doug Evans <dje@google.com>
18496
18497 * gdb.python/py-lazy-string.c: New file.
18498 * gdb.python/py-lazy-string.exp: New file.
18499 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18500 (main): Update. Add estring3.
18501 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18502 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18503
f6bb7db3
YQ
185042015-05-26 Omair Javaid <omair.javaid@linaro.org>
18505 Yao Qi <yao.qi@linaro.org>
18506
18507 * gdb.reverse/aarch64.c: New.
18508 * gdb.reverse/aarch64.exp: New.
18509
a81bfbd0
OJ
185102015-05-26 Omair Javaid <omair.javaid@linaro.org>
18511
25d49b86
PA
18512 * lib/gdb.exp (supports_process_record): Return true for
18513 aarch64*-linux*.
a81bfbd0
OJ
18514 (supports_reverse): Likewise.
18515
158bf1b4
PP
185162015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18517
18518 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18519 Use with_test_prefix.
18520
a0145030
AB
185212015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18522
18523 * gdb.base/completion.exp: Add test for completion of layout
18524 names.
18525
ebe3b578
AB
185262015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18527
18528 * lib/gdb.exp (skip_tui_tests): New proc.
18529 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18530
84204ed7
PA
185312015-05-19 Pedro Alves <palves@redhat.com>
18532
18533 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18534 Save the whole env array instead of just HOME. Unset HISTSIZE in
18535 the environment while testing. Restore whole environment
18536 afterwards.
18537
37442ce1
DE
185382015-05-16 Doug Evans <xdje42@gmail.com>
18539
18540 * gdb.guile/scm-ports.c: New file.
18541 * gdb.guile/scm-ports.exp: Add memory port tests.
18542
36de76f9
JK
185432015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18544
18545 * gdb.compile/compile-print.c: New file.
18546 * gdb.compile/compile-print.exp: New file.
18547
3a9558c4
JK
185482015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18549
18550 * gdb.compile/compile-ops.exp: Cast param to void.
18551 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18552 (compile code struct_object.selffield = &struct_object): Add xfail.
18553
aa715135
JG
185542015-05-15 Joel Brobecker <brobecker@adacore.com>
18555
18556 * gdb.ada/arr_enum_with_gap: New testcase.
18557
931e5bc3
JG
185582015-05-15 Joel Brobecker <brobecker@adacore.com>
18559
18560 * gdb.ada/byte_packed_arr: New testcase.
18561
9cd4d857
JB
185622015-05-15 Joel Brobecker <brobecker@adacore.com>
18563
18564 * gdb.ada/pckd_neg: New testcase.
18565
ebfd00d2
PP
185662015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18567
18568 PR gdb/17820
18569 * gdb.base/gdbinit-history.exp: New test.
18570 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18571 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18572
4c082a81
SC
185732015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18574
18575 * gdb.python/py-xmethods.cc: Enhance test case.
18576 * gdb.python/py-xmethods.exp: New tests.
18577 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18578 function.
18579 (B_indexoper): Likewise.
18580 (global_dm_list) : Add new xmethod worker functions.
18581
f7797074
SDJ
185822015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18583
18584 * gdb.base/coredump-filter.exp: Correctly unset
18585 "coredump_var_addr" array.
18586
a4674e4e
PA
185872015-05-08 Pedro Alves <palves@redhat.com>
18588
18589 * gdb.server/non-existing-program.exp: Unset spawn_id.
18590
df2eb078
SC
185912015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18592
18593 PR python/18291
18594 * gdb.python/py-xmethods.exp: Add tests.
18595
422349a3
YQ
185962015-05-08 Yao Qi <yao.qi@linaro.org>
18597
18598 PR gdb/18208
18599 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18600 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18601 function set_coredump_filter, and remove remote_exec call.
18602 Remove argument ipid. Callers update.
18603 (top level): Don't get inferior's PID.
18604
63fc80ce
AA
186052015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18606
18607 * gdb.base/watch_thread_num.exp: Skip test on targets without
18608 access watchpoints.
18609
80ad801e
PA
186102015-05-06 Pedro Alves <palves@redhat.com>
18611
18612 PR server/18081
18613 * gdb.server/non-existing-program.exp: New file.
18614
0fa7fe50
JB
186152015-05-05 Joel Brobecker <brobecker@adacore.com>
18616
18617 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18618
3ea89b92
PMR
186192015-05-05 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.ada/out_of_line_in_inlined: New testcase.
18622
87b8eff0
JB
186232015-05-05 Joel Brobecker <brobecker@adacore.com>
18624
18625 * gdb.ada/var_rec_arr: New testcase.
18626
5fccc635
YQ
186272015-04-30 Yao Qi <yao.qi@linaro.org>
18628
18629 * gdb.base/break-idempotent.exp: If
18630 skip_hw_watchpoint_multi_tests returns true, skip the tests
18631 on "rwatch" and "awatch".
18632
42d38f42
YQ
186332015-04-30 Yao Qi <yao.qi@linaro.org>
18634
18635 * gdb.base/relativedebug.exp: Invoke gdb command
18636 "info sharedlibrary", and if libc.so doesn't have debug info,
18637 skip the test.
18638
2ce1cdbf
DE
186392015-04-29 Doug Evans <dje@google.com>
18640
18641 * gdb.python/py-xmethods.exp: Add ptype tests.
18642 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18643 get_result_type method.
18644
f24a38c5
LM
186452015-04-29 Luis Machado <lgustavo@codesourcery.com>
18646
18647 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18648 the target does not support hardware watchpoints.
18649
ecbf2b3c
LM
186502015-04-29 Luis Machado <lgustavo@codesourcery.com>
18651
18652 * gdb.base/break-always.exp: Abort testing if writing to memory
18653 causes an error.
18654
34f5f757
DE
186552015-04-28 Doug Evans <dje@google.com>
18656
18657 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18658 * gdb.python/py-pp-registration.exp: ... here. New file.
18659 * gdb.python/py-pp-registration.c: New file.
18660 * gdb.python/py-pp-registration.py: New file.
18661
69b4374a
DE
186622015-04-28 Doug Evans <dje@google.com>
18663
18664 * gdb.python/py-bad-printers.c: New file.
18665 * gdb.python/py-bad-printers.py: New file.
18666 * gdb.python/py-bad-printers.exp: New file.
18667
59fb7612
SS
186682015-04-28 Sasha Smundak <asmundak@google.com>
18669
18670 * gdb.python/py-type.exp: New test.
18671
2631b16a
AW
186722015-04-28 Andy Wingo <wingo@igalia.com>
18673
18674 * gdb.python/py-parameter.exp:
18675 * gdb.guile/scm-parameter.exp: Escape the path that we are
18676 matching against, as it might contain characters that are special
18677 to regular expressions.
18678
460efde1
JB
186792015-04-27 Joel Brobecker <brobecker@adacore.com>
18680
18681 * gdb.ada/rec_comp: New testcase.
18682
2d369d8e
SDJ
186832015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18684
18685 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18686 before using it.
18687
cf75d6c3
AB
186882015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18689
18690 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18691 new tests for verilog output.
18692
8dbe7ca5
YQ
186932015-04-24 Yao Qi <yao.qi@linaro.org>
18694
18695 * boards/remote-gdbserver-on-localhost.exp: New file.
18696
4ef9fb2f
PA
186972015-04-23 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18700 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18701 "end of file", remove $inferior_spawn_id from the indirect list.
18702
0a803169
PA
187032015-04-23 Pedro Alves <palves@redhat.com>
18704
18705 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18706
749ef8f8
PA
187072015-04-23 Pedro Alves <palves@redhat.com>
18708
18709 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18710 on $any_spawn_id instead of only on $gdb_spawn_id.
18711
8aae4344
PM
187122015-04-21 Pierre Muller <muller@sourceware.org>
18713
18714 PR pascal/17815
18715 * lib/pascal.exp (gpc_compile): Add new option "class".
18716 (fpc_compile): Likewise.
18717 * gdb.pascal/case-insensitive-symbols.pas: New file.
18718 * gdb.pascal/case-insensitive-symbols.exp: New file.
18719
1586c8fb
GB
187202015-04-20 Gary Benson <gbenson@redhat.com>
18721
18722 * gdb.base/attach.exp: Fix three extended remote failures.
18723
1b6e6f5c
GB
187242015-04-17 Gary Benson <gbenson@redhat.com>
18725
18726 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18727 the main executable over the remote protocol.
18728
e797481d
PA
187292015-04-16 Pedro Alves <palves@redhat.com>
18730
18731 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18732 a new gdbserver if gdbserver_reconnect_p is set.
18733
1ca99c42
PA
187342015-04-16 Pedro Alves <palves@redhat.com>
18735
18736 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18737 is set, don't exit gdbserver.
18738
af9fd6f8
AA
187392015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18740
18741 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18742 appropriate .insn, such that an older assembler can be used.
18743 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18744 the z/Architecture instruction set on 31-bit targets as well.
18745
04ff1e61
AA
187462015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18747
18748 * gdb.go/handcall.exp: Remove all logic related to the first
18749 breakpoint and rely on go_runto_main instead.
18750 * gdb.go/strings.exp: Likewise.
18751 * gdb.go/unsafe.exp: Likewise.
18752 * gdb.go/hello.exp: Likewise. Also rename the remaining
18753 breakpoint marker to "breakpoint 1".
18754 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18755 * gdb.go/strings.go: Likewise.
18756 * gdb.go/unsafe.go: Likewise.
18757 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18758 "set breakpoint 2 here" and rename the remaining breakpoint marker
18759 to "breakpoint 1".
18760
40d2f8d6
SM
187612015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18762
18763 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18764 if itertools.imap is not present.
18765 * gdb.python/py-objfile.exp: Add parentheses.
18766 * gdb.python/py-type.exp: Same.
18767 * gdb.python/py-unwind-maint.py: Same.
18768
8cbc97c6
YQ
187692015-04-15 Yao Qi <yao.qi@linaro.org>
18770
18771 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18772 of ":$ptr_size" and set its form explicitly.
18773
45fd756c
YQ
187742015-04-15 Pedro Alves <palves@redhat.com>
18775 Yao Qi <yao.qi@linaro.org>
18776
18777 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18778 timeout by factor of 4.
18779 (test_regular_watch): Likewise.
18780 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18781 * gdb.reverse/sigall-reverse.exp: Likewise.
18782 * gdb.reverse/until-precsave.exp: Likewise.
18783 * lib/gdb.exp (with_timeout_factor): New proc.
18784 (gdb_expect): Move some code to ...
18785 (get_largest_timeout): ... here. New procedure.
18786
9e811bc3
LM
187872015-04-14 Luis Machado <lgustavo@codesourcery.com>
18788
18789 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18790
0ff6fcb2
LM
187912015-04-13 Luis Machado <lgustavo@codesourcery.com>
18792
18793 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18794 to write to the .text section.
18795
7578d5f7
LM
187962015-04-13 Luis Machado <lgustavo@codesourcery.com>
18797
18798 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18799 Handle the case of targets that do not provide PID information.
18800
2efe15c4
YQ
188012015-04-13 Yao Qi <yao.qi@linaro.org>
18802
18803 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18804 and use expect instead of gdb_expect.
18805
8cd8f2f8
SDJ
188062015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18807
18808 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18809 "coredump_var_addr" to avoid naming conflict with other testcases.
18810
9ee41772
PA
188112015-04-10 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18814 gdb_test_sequence and gdb_assert.
18815
07473109
PA
188162015-04-10 Pedro Alves <palves@redhat.com>
18817
18818 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18819 test messages that don't include the breakpoint address.
18820
de3db44c
YQ
188212015-04-10 Yao Qi <yao.qi@linaro.org>
18822
18823 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18824 false for some offset and width combinations which aren't
18825 supported by linux kernel.
18826
c79d856c
PA
188272015-04-10 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18830 procedure, factored out from ...
18831 (top level): ... here. Add "set displaced-stepping" testing axis.
18832 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18833 parameter "displaced". Use it.
18834 (top level): Use foreach and add "set displaced-stepping" testing
18835 axis.
18836
ebc90b50
PA
188372015-04-10 Pedro Alves <palves@redhat.com>
18838
18839 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18840 Remove comment.
18841 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18842 both the address of the instruction that triggers the watchpoint
18843 and the address of the instruction immediately after, and use
18844 those addresses for the test. Fix comment.
18845
8f572e5c
PA
188462015-04-10 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/sigstep.exp (breakpoint_to_handler)
18849 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18850 Test "backtrace" in handler.
18851 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18852 (top level): Add new "displaced" test axis to
18853 breakpoint_to_handler, breakpoint_to_handler_entry and
18854 breakpoint_over_handler.
18855
8d707a12
PA
188562015-04-10 Pedro Alves <palves@redhat.com>
18857
18858 PR gdb/18216
18859 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18860
ef713951
YQ
188612015-04-10 Yao Qi <yao.qi@linaro.org>
18862
18863 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18864 (test_add_rn_pc): New function.
18865 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18866 (top level): Invoke test_add_rn_pc.
18867
906d60cf
PA
188682015-04-10 Pedro Alves <palves@redhat.com>
18869
18870 PR gdb/13858
18871 * gdb.base/step-over-no-symbols.exp: New file.
18872
f2983cc3
AW
188732015-04-09 Andy Wingo <wingo@igalia.com>
18874
18875 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18876 after the Python tests.
18877
6d62641c
SDJ
188782015-04-08 Keith Seitz <keiths@redhat.com>
18879
18880 PR python/16699
18881 * gdb.python/py-completion.exp: New tests for completion.
18882 * gdb.python/py-completion.py (CompleteLimit1): New class.
18883 (CompleteLimit2): Likewise.
18884 (CompleteLimit3): Likewise.
18885 (CompleteLimit4): Likewise.
18886 (CompleteLimit5): Likewise.
18887 (CompleteLimit6): Likewise.
18888 (CompleteLimit7): Likewise.
18889
f3770638
PA
188902015-04-08 Pedro Alves <palves@redhat.com>
18891
18892 PR gdb/18214
18893 PR gdb/18216
18894 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18895 function.
18896 (main): Install it as SIGUSR1 handler.
18897 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18898 parameter. Always use "setup" as prefix. Toggle "set
18899 displaced-stepping" off/on depending on global. Don't switch to
18900 thread 1 here.
18901 (top level): Add displaced stepping "off/on" test axis. Update
18902 "setup" calls. Wrap each subtest with with_test_prefix. Test
18903 continuing with a queued signal in each thread.
18904
4496bed7
PA
189052015-04-08 Pedro Alves <palves@redhat.com>
18906
18907 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18908 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18909 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18910 Return early if running to main fails.
18911 * gdb.trace/while-stepping.exp: Likewise.
18912
b97fde92
PA
189132015-04-07 Pedro Alves <palves@redhat.com>
18914
18915 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18916 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18917 interact with inferior program.
18918
f71c18e7
PA
189192015-04-07 Pedro Alves <palves@redhat.com>
18920
18921 * lib/gdb.exp (inferior_spawn_id): New global.
18922 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18923 spawn id after processing the user code.
18924 (default_gdb_start): Set inferior_spawn_id.
18925 (send_inferior): New procedure.
18926 * lib/gdbserver-support.exp (gdbserver_start): Set
18927 inferior_spawn_id.
18928 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18929
6423214f
PA
189302015-04-07 Pedro Alves <palves@redhat.com>
18931
18932 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18933 * lib/gdbserver-support.exp (gdbserver_start): Make
18934 $server_spawn_id global.
18935 (gdbserver_start): Don't wait for gdbserver's spawn id with
18936 expect_background.
18937 (close_gdbserver): New procedure.
18938 (gdb_exit): Rename the default version and reimplement.
18939
71c0ee8c
PA
189402015-04-07 Pedro Alves <palves@redhat.com>
18941
72f4393d 18942 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18943 append the substituted item, not the original item.
18944
203bc29b
PA
189452015-04-07 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18948 gdb_expect.
18949
508a3ddf
PA
189502015-04-07 Pedro Alves <palves@redhat.com>
18951
18952 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18953 output appearing once only.
18954
9f6dbe2b
PA
189552015-04-07 Pedro Alves <palves@redhat.com>
18956
18957 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18958 that doesn't expect anything. Return early if running to main
18959 fails.
18960
337532fa
YQ
189612015-04-07 Yao Qi <yao.qi@linaro.org>
18962
18963 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18964 (child_function): Call alarm.
18965 (main): Move call to alarm into the loop.
18966 * gdb.threads/non-stop-fair-events.exp: Build program with
18967 -DTIMEOUT=$timeout.
18968
01b622d4
DE
189692015-04-06 Doug Evans <xdje42@gmail.com>
18970
18971 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18972 Fix dest parameter to board_info.
18973 (fpc_compile): Ditto.
18974 (gdb_compile_pascal): Rename dest arg to destfile.
18975
961f4160
PMR
189762015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18977
18978 * gdb.ada/funcall_ref.exp: New file.
18979 * gdb.ada/funcall_ref/foo.adb: New file.
18980
cafda597
YQ
189812015-04-02 Yao Qi <yao.qi@linaro.org>
18982
18983 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18984 is remote.
18985
fed040c6
GB
189862015-04-02 Gary Benson <gbenson@redhat.com>
18987
18988 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18989
d11916aa
SS
189902015-04-01 Sasha Smundak <asmundak@google.com>
18991
18992 * gdb.python/py-unwind-maint.c: New file.
18993 * gdb.python/py-unwind-maint.exp: New test.
18994 * gdb.python/py-unwind-maint.py: New file.
18995 * gdb.python/py-unwind.c: New file.
18996 * gdb.python/py-unwind.exp: New test.
18997 * gdb.python/py-unwind.py: New test.
18998
a1471180
PA
189992015-04-01 Pedro Alves <palves@redhat.com>
19000
19001 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19002 to fail instead of non-existent $test.
19003
0bbeccb1
PA
190042015-04-01 Pedro Alves <palves@redhat.com>
19005
19006 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19007 GDBFLAGS if not empty.
19008
3c724c8c
PMR
190092015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19010
19011 * gdb.ada/complete.exp: Remove "multi_line".
19012 * gdb.ada/info_exc.exp: Remove "multi_line".
19013 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19014 * gdb.ada/ptype_field.exp: Remove "multi_line".
19015 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19016 * gdb.ada/tagged.exp: Remove "multi_line".
19017 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19018 [multi_line ...]
19019 * gdb.btrace/delta.exp: Likewise.
19020 * gdb.btrace/exception.exp: Likewise.
19021 * gdb.btrace/function_call_history.exp: Likewise.
19022 * gdb.btrace/instruction_history.exp: Likewise.
19023 * gdb.btrace/nohist.exp: Likewise.
19024 * gdb.btrace/record_goto.exp: Likewise.
19025 * gdb.btrace/segv.exp: Likewise.
19026 * gdb.btrace/stepi.exp: Likewise.
19027 * gdb.btrace/tailcall.exp: Likewise.
19028 * gdb.btrace/unknown_functions.exp: Likewise.
19029 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19030 * lib/gdb.exp: Add the "multi_line" helper.
19031
4eec2deb
PA
190322015-04-01 Pedro Alves <palves@redhat.com>
19033
19034 * gdb.threads/tid-reuse.c: New file.
19035 * gdb.threads/tid-reuse.exp: New file.
19036
df8411da
SDJ
190372015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19038
19039 PR corefiles/16092
19040 * gdb.base/coredump-filter.c: New file.
19041 * gdb.base/coredump-filter.exp: Likewise.
19042
6ef37366
PM
190432015-03-27 Petr Machata <pmachata@redhat.com>
19044
19045 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19046 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19047 (Dwarf::assemble): Initialize them.
19048 (Dwarf::lines): New function.
19049
7ec911b0
JT
190502015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19051
19052 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19053 SYMBOL_PREFIX for x86_64-*-cygwin.
19054
ff908ebf
AW
190552015-03-26 Andy Wingo <wingo@igalia.com>
19056
19057 PR symtab/18148
19058 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19059 const_value but not a location.
19060 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19061 location defined in non-main CUs are visible.
19062
6d5f0679
YQ
190632015-03-26 Yao Qi <yao.qi@linaro.org>
19064
19065 PR testsuite/18139
19066 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19067 Add a line number entry for the same line.
19068 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19069 Add a line number entry for the same line.
19070
2898689b
YQ
190712015-03-26 Yao Qi <yao.qi@linaro.org>
19072
19073 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19074 .int 0.
19075 (func): Likewise. Add .Lfunc_1 label.
19076 Use .Lfunc_1 label.
19077 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19078 .int 0.
19079 (func): Likewise.
19080 Use .Lfunc_1 label.
19081
85180498
YQ
190822015-03-26 Yao Qi <yao.qi@linaro.org>
19083
19084 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19085 Call gdb_compile instead to compile each .s files without debug
19086 information.
19087
8aa08a8d
YQ
190882015-03-26 Yao Qi <yao.qi@linaro.org>
19089
19090 * gdb.base/savedregs.exp (process_saved_regs): Make
19091 "Saved registers:" optional in the pattern.
19092
66849923
MM
190932015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19094
19095 * gdb.btrace/next.exp: Merged into step.exp.
19096 * gdb.btrace/finish.exp: Merged into step.exp.
19097 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19098 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19099 "record goto" and checking the exact replay position.
19100 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19101 check for "Recording format" in "info record" output.
19102 * gdb.btrace/record_goto.exp: Choose test file based on target.
19103 * gdb.btrace/x86-record_goto.S: Renamed into ...
19104 * gdb.btrace/x86_64-record_goto.S: ... this.
19105 * gdb.btrace/i686-record_goto.S: New.
19106 * gdb.btrace/x86-tailcall.S: Renamed into ...
19107 * gdb.btrace/x86_64-tailcall.S: ... this.
19108 * gdb.btrace/i686-tailcall.S: New.
19109 * gdb.btrace/x86-tailcall.c: Renamed into ...
19110 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19111 separate statements. Update test.
19112 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19113 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19114 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19115 * gdb.btrace/tailcall.exp: Choose test file based on target.
19116 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19117
11cc1b74
MM
191182015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19119
19120 * gdb.btrace/exception.exp: Increase BTS buffer size.
19121
a25d8bf9
PA
191222015-03-24 Pedro Alves <palves@redhat.com>
19123
19124 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19125
856e7dd6
PA
191262015-03-24 Pedro Alves <palves@redhat.com>
19127
19128 * gdb.threads/schedlock.exp (test_step): No longer expect that
19129 "set scheduler-locking step" with "next" over a function call runs
19130 threads unlocked.
19131
ad235a41
AT
191322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19133
19134 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19135
15630549
AT
191362015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19137
19138 PR breakpoints/16466
19139 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19140 * gdb.mi/mi-pending.c (thread_func): New function.
19141 (int main): Add threading support required.
19142 * gdb.mi/mi-pending.exp: Add tests for this issue.
19143 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19144 (pendfunc2): Remove stdio dependency.
19145 * gdb.mi/mi-pendshr2.c: New file.
19146
693dca06
KS
191472015-03-23 Keith Seitz <keiths@redhat.com>
19148
19149 * gdb.linespec/keywords.c: New file.
19150 * gdb.linespec/keywords.exp: New file.
19151
7e993ebf
KS
191522015-03-23 Keith Seitz <keiths@redhat.com>
19153
19154 PR gdb/18021
19155 * gdb.dwarf2/staticvirtual.exp: New test.
19156
bc23328c
JK
191572015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19158
19159 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19160 * README: Remove HP-UX and gdb.hp.
19161 (configuration):
19162 * configure: Regenerate.
19163 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19164 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19165 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19166 gdb.hp/gdb.defects/Makefile.
19167 * gdb.hp/Makefile.in: File deleted.
19168 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19169 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19170 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19171 * gdb.hp/gdb.aCC/run.c: File deleted.
19172 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19173 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19174 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19175 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19176 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19177 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19178 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19179 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19180 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19181 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19182 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19183 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19184 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19185 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19186 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19187 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19188 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19189 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19190 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19191 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19192 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19193 * gdb.hp/gdb.compat/average.c: File deleted.
19194 * gdb.hp/gdb.compat/sum.c: File deleted.
19195 * gdb.hp/gdb.compat/xdb.c: File deleted.
19196 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19197 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19198 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19199 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19200 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19201 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19202 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19203 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19204 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19205 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19206 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19207 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19208 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19209 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19210 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19211 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19212 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19213 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19214 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19215 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19216 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19217 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19218 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19219 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19220 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19221 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19222 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19223 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19224 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19225 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19226 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19227 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19228 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19229 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19230 * gdb.hp/tools/odump: File deleted.
19231
8bf3b159
PA
192322015-03-19 Pedro Alves <palves@redhat.com>
19233
19234 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19235 (saw_thread_3): New globals.
19236 (top level): Increment them when an event for the corresponding
19237 thread is seen.
19238 (no thread starvation): New test.
19239
eb54c8bf
PA
192402015-03-19 Pedro Alves <palves@redhat.com>
19241
19242 * gdb.threads/continue-pending-status.c: New file.
19243 * gdb.threads/continue-pending-status.exp: New file.
19244
32d2e5d6
PA
192452015-03-18 Pedro Alves <palves@redhat.com>
19246
19247 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19248 Use gdb_is_target_remote instead of is_remote. Use
19249 gdb_test_multiple instead of gdb_expect. Exit early if
19250 gdb_test_multiple hits its internal matches. Tighten stepi tests
19251 expected output. Fail on exit with any signal, instead of just
19252 SIGILL.
19253
f68f11b7
YQ
192542015-03-18 Yao Qi <yao.qi@linaro.org>
19255
19256 PR tdep/18107
19257 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19258 variable.
19259 * gdb.base/catch-syscall.exp: Don't skip it on
19260 aarch64*-*-linux* target. Remove elements in all_syscalls.
19261 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19262 target.
19263 (setup_all_syscalls): New proc.
19264
ca5fd19b
YQ
192652015-03-16 Yao Qi <yao.qi@linaro.org>
19266
19267 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19268 (top level): Skip tests if valid_addr_p returns false for
19269 $cmd1 or $cmd2.
19270
85642ba0
AW
192712015-03-11 Andy Wingo <wingo@igalia.com>
19272
19273 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19274
e03f9645
YQ
192752015-03-11 Yao Qi <yao.qi@linaro.org>
19276
19277 * gdb.base/catch-syscall.exp: Fix typo in comments.
19278
5d0962b2
YQ
192792015-03-11 Yao Qi <yao.qi@linaro.org>
19280
19281 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19282
b2df3cef
PA
192832015-03-09 Pedro Alves <palves@redhat.com>
19284
19285 * dg-extract-results.py: Delete.
19286
ef878e53
PA
192872015-03-09 Pedro Alves <palves@redhat.com>
19288
19289 Merge dg-extract-results.sh from GCC upstream (r218843).
19290
19291 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19292 * dg-extract-results.sh: Use --text with grep to avoid issues with
19293 binary files. Fall back to cat -v, if that doesn't work.
19294
9494d219
PA
192952015-03-05 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19298
a8d9763a
SM
192992015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19300
19301 * lib/mi-support.exp (mi_expect_interrupt): Accept
19302 alternative event for when in all-stop mode.
19303
be9957b8
PA
193042015-03-04 Pedro Alves <palves@redhat.com>
19305
19306 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19307
d57be0f4 193082015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19309
19310 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19311
c214c7cf
AA
193122015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19313
19314 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19315 regexps for GDB's current line display, accept a hex address
19316 preceding the line number.
19317
6d74a497
AA
193182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19319
19320 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19321 the 'arch1' variable for "s390*-linux*" targets.
19322
511aee7c
PA
193232015-03-04 Pedro Alves <palves@redhat.com>
19324
19325 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19326 (main): Pass missing retval argument to pthread_join call.
19327
95e50b27
PA
193282015-03-02 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19331 (top level): Call do_test with non-stop as well.
19332
28054d69
PA
193332015-03-02 Pedro Alves <palves@redhat.com>
19334
19335 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19336 -1.
19337
4fa5d7b4
AA
193382015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19339
19340 * gdb.arch/s390-vregs.exp: New test.
19341 * gdb.arch/s390-vregs.S: New file.
19342
97c18565
PA
193432015-02-27 Pedro Alves <palves@redhat.com>
19344
19345 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19346 call to catch_command_errors.
19347 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19348 catch_command_errors.
19349
a37bfa30
PA
193502015-02-27 Pedro Alves <palves@redhat.com>
19351
19352 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19353 "true" for boolean result.
19354 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19355 prototype of main.
19356
6f98576f
PA
193572015-02-27 Pedro Alves <palves@redhat.com>
19358
19359 * lib/unbuffer_output.c: New file.
19360 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19361 (main): Call gdb_unbuffer_output.
19362
eba5ab56
YQ
193632015-02-27 Yao Qi <yao.qi@linaro.org>
19364
19365 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19366 target.
19367
0def5aaa
DE
193682015-02-26 Doug Evans <dje@google.com>
19369
19370 * gdb.cp/class2.cc (Dbase, D): New classes.
19371 (main): New local delta.
19372 * gdb.cp/class2.exp: Test printing delta.
19373 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19374 (dynbar): New global.
19375 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19376
081a1c2c
JK
193772015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19378
19379 * gdb.compile/compile-ifunc.c: New file.
19380 * gdb.compile/compile-ifunc.exp: New file.
19381
2f41223f
AT
193822015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19383
19384 * gdb.base/structs.exp: Check for correct struct on finish.
19385
03eddd80
YQ
193862015-02-26 Yao Qi <yao.qi@linaro.org>
19387
19388 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19389 is zero.
19390
80c57053
JK
193912015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19392
19393 * gdb.arch/cordic.ko.bz2: New file.
19394 * gdb.arch/cordic.ko.debug.bz2: New file.
19395 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19396
21613c12
YQ
193972015-02-25 Yao Qi <yao.qi@linaro.org>
19398
19399 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19400 aarch64*-*-* target.
19401
d8b901ed
PA
194022015-02-23 Pedro Alves <palves@redhat.com>
19403
19404 * lib/gdb.exp (delete_breakpoints): Rewrite using
19405 gdb_test_multiple.
19406
e5b85ead
PA
194072015-02-23 Pedro Alves <palves@redhat.com>
19408
19409 * gdb.base/info-os.c: Include stdlib.h.
19410
85c3a371
DE
194112015-02-22 Doug Evans <xdje42@gmail.com>
19412
19413 PR symtab/17855
19414 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19415 is read after symbols have been re-read.
19416 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19417 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19418
96553a0c
DE
194192015-02-21 Doug Evans <dje@google.com>
19420
19421 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19422
97a0c697
JK
194232015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19424
19425 PR corefiles/17808
19426 * gdb.arch/i386-biarch-core.core.bz2: New file.
19427 * gdb.arch/i386-biarch-core.exp: New file.
19428
a47cd6e9
PA
194292015-02-21 Pedro Alves <palves@redhat.com>
19430
19431 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19432 runto_main fails.
19433
c5facdc4
PA
194342015-02-20 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19437 info probes.
19438
2db9a427
PA
194392015-02-20 Pedro Alves <palves@redhat.com>
19440
19441 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19442
60fb7e9e
PA
194432015-02-20 Pedro Alves <palves@redhat.com>
19444
19445 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19446 clean_restart before gdb_target_supports_trace.
19447
5c5019c2
PA
194482015-02-20 Pedro Alves <palves@redhat.com>
19449
19450 PR threads/18006
19451 * gdb.threads/clone-thread_db.c: New file.
19452 * gdb.threads/clone-thread_db.exp: New file.
19453
c9587f88
AT
194542015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19455
19456 PR breakpoints/16812
19457 * gdb.base/catch-gdb-caused-signals.c: New file.
19458 * gdb.base/catch-gdb-caused-signals.exp: New file.
19459
f6a88844
JM
194602015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19461
19462 * configure: Regenerated.
19463 * configure.ac: Use GDB_AC_TRANSFORM.
19464 * aclocal.m4: sinclude ../transform.m4.
19465
497c491b
JM
194662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19467
19468 * lib/dtrace.exp: New file.
19469 * gdb.base/dtrace-probe.exp: Likewise.
19470 * gdb.base/dtrace-probe.d: Likewise.
19471 * gdb.base/dtrace-probe.c: Likewise.
19472 * lib/pdtrace.in: Likewise.
19473 * configure.ac: Output variables with the transformed names of
19474 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19475 * configure: Regenerated.
19476
03e98035
JM
194772015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19478
19479 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19480 expected message when trying to access $_probe_* convenience
19481 variables while not on a probe.
19482
63cc30e9
JK
194832015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19484
19485 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19486
0703599a
PA
194872015-02-11 Pedro Alves <pedro@codesourcery.com>
19488
19489 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19490 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19491
7e60a48e
DE
194922015-02-10 Doug Evans <xdje42@gmail.com>
19493
19494 * lib/gdb.exp (gdb_load): Always return a result.
19495
01b088bc
PA
194962015-02-10 Pedro Alves <palves@redhat.com>
19497
19498 * gdb.threads/signal-sigtrap.c: New file.
19499 * gdb.threads/signal-sigtrap.exp: New file.
19500
b05ec7a5
AT
195012015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19502
19503 * gdb.trace/no-attach-trace.c: New file.
19504 * gdb.trace/no-attach-trace.exp: New file.
19505
a2c2acaf
MW
195062015-02-09 Mark Wielaard <mjw@redhat.com>
19507
19508 * gdb.dwarf2/atomic.c: New file.
19509 * gdb.dwarf2/atomic-type.exp: Likewise.
19510
31fd9caa
MM
195112015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19512
19513 * gdb.btrace/buffer-size.exp: Update "info record" output.
19514 * gdb.btrace/delta.exp: Update "info record" output.
19515 * gdb.btrace/enable.exp: Update "info record" output.
19516 * gdb.btrace/finish.exp: Update "info record" output.
19517 * gdb.btrace/instruction_history.exp: Update "info record" output.
19518 * gdb.btrace/next.exp: Update "info record" output.
19519 * gdb.btrace/nexti.exp: Update "info record" output.
19520 * gdb.btrace/step.exp: Update "info record" output.
19521 * gdb.btrace/stepi.exp: Update "info record" output.
19522 * gdb.btrace/nohist.exp: Update "info record" output.
19523
d33501a5
MM
195242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19525
19526 * gdb.btrace/buffer-size: New.
19527
f4abbc16
MM
195282015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19529
19530 * gdb.btrace/delta.exp: Update "info record" output.
19531 * gdb.btrace/enable.exp: Update "info record" output.
19532 * gdb.btrace/finish.exp: Update "info record" output.
19533 * gdb.btrace/instruction_history.exp: Update "info record" output.
19534 * gdb.btrace/next.exp: Update "info record" output.
19535 * gdb.btrace/nexti.exp: Update "info record" output.
19536 * gdb.btrace/step.exp: Update "info record" output.
19537 * gdb.btrace/stepi.exp: Update "info record" output.
19538 * gdb.btrace/nohist.exp: Update "info record" output.
19539
b9d61307
SM
195402015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19541
19542 PR gdb/15678
19543 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19544
e584fdbc
PA
195452015-02-06 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19548 macro.
19549 (seconds_left, again): New globals.
19550 (main): Wait seconds_left in a 1-second sleep loop instead of
19551 sleeping 180 seconds. If 'again' is set, reset the seconds
19552 counter.
19553 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19554 'again' in the inferior before detaching. Print the seconds left.
19555 (options): New global.
19556 (top level): Build program with -DTIMEOUT=$timeout.
19557
77f41761
PA
195582015-02-06 Pedro Alves <palves@redhat.com>
19559
19560 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19561 determine how many seconds to pass to 'alarm'.
19562 * gdb.base/gdb-sigterm.exp (top level): Build program with
19563 -DTIMEOUT=$timeout.
19564 (do_test): Return success/failure indication. Add more verbose
19565 logging. Don't fail if 200 single steps are seen. Instead, fail
19566 when the test times out.
19567 (passes): New global.
19568 (top level): Break the testing loop if testing fails on any
19569 iteration. Use gdb_assert.
19570
b9394193
DB
195712015-02-04 Don Breazeal <donb@codesourcery.com>
19572
19573 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19574 and initialize them.
19575 (ipc_cleanup): New function.
19576 (main): Don't declare shmid, semid, and msqid. Add a call to
19577 atexit so that we call ipc_cleanup on exit.
19578
42d9e528
PA
195792015-02-04 Pedro Alves <palves@redhat.com>
19580
19581 * boards/native-extended-gdbserver.exp: Remove any target variant
19582 specifications from the board name before clearing the isremote
19583 flag from board_info.
19584
ae6ae975
DE
195852015-01-31 Doug Evans <xdje42@gmail.com>
19586
19587 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19588
cfb069a8
GB
195892015-01-31 Gary Benson <gbenson@redhat.com>
19590
19591 * gdb.base/completion.exp: Disable completion limiting for
19592 existing tests. Add new tests to check completion limiting.
19593 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19594
5dd31d79
DE
195952015-01-31 Doug Evans <xdje42@gmail.com>
19596
19597 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19598
9f050062
DE
195992015-01-31 Doug Evans <xdje42@gmail.com>
19600
19601 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19602 entries. Duplicate file section script entries.
19603 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19604 inlined entries. Add test for safe-path rejection.
19605 * gdb.python/py-section-script.c: Add duplicate inlined section script
19606 entries. Duplicate file section script entries.
19607 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19608 inlined entries. Add test for safe-path rejection.
19609
df25ebbd
JB
196102015-01-29 Joel Brobecker <brobecker@adacore.com>
19611
19612 * gdb.ada/disc_arr_bound: New testcase.
19613
4a0ca9ec
JB
196142015-01-29 Joel Brobecker <brobecker@adacore.com>
19615
19616 * gdb.ada/mi_var_array: New testcase.
19617
3a8b707a
DE
196182015-01-27 Doug Evans <dje@google.com>
19619
19620 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19621 Add test for objfile.filename, objfile.username after objfile
19622 has been unloaded.
19623
f8313f6e
JB
196242015-01-26 Joel Brobecker <brobecker@adacore.com>
19625
19626 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19627 the second test to print the name attribute of value
19628 returned by the call to gdb.lookup_type, and adjust
19629 the expected output accordingly.
19630
37bc665e
MW
196312015-01-25 Mark Wielaard <mjw@redhat.com>
19632
19633 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19634 * gdb.base/disp-step-fork.c: Include unistd.h.
19635 * gdb.base/siginfo-obj.c: Include stdio.h.
19636 * gdb.base/siginfo-thread.c: Likewise.
19637 * gdb.mi/non-stop.c: Include unistd.h.
19638 * gdb.mi/nsthrexec.c: Include stdio.h.
19639 * gdb.mi/pthreads.c: Include unistd.h.
19640 * gdb.modula2/unbounded1.c (main): Declare returns int.
19641 * gdb.reverse/consecutive-reverse.c: Likewise.
19642 * gdb.threads/create-fail.c: Include unistd.h.
19643 * gdb.threads/killed.c: Likewise.
19644 * gdb.threads/linux-dp.c: Likewise.
19645 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19646 * gdb.threads/non-ldr-exc-2.c: Likewise.
19647 * gdb.threads/non-ldr-exc-3.c: Likewise.
19648 * gdb.threads/non-ldr-exc-4.c: Likewise.
19649 * gdb.threads/pthreads.c: Include unistd.h.
19650 (main): Declare returns int.
19651 * gdb.threads/tls-main.c (foo): New declaration.
19652 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19653
f7e5394d
SM
196542015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19655
19656 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19657 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19658
743649fd
MW
196592015-01-15 Mark Wielaard <mjw@redhat.com>
19660
19661 * gdb.base/noreturn-return.c: New file.
19662 * gdb.base/noreturn-return.exp: New file.
19663 * gdb.base/noreturn-finish.c: New file.
19664 * gdb.base/noreturn-finish.exp: New file.
19665
198297aa
PA
196662015-01-23 Pedro Alves <palves@redhat.com>
19667
19668 * gdb.threads/continue-pending-after-query.c: New file.
19669 * gdb.threads/continue-pending-after-query.exp: New file.
19670
717cf30c
AG
196712015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19672 Simon Marchi <simon.marchi@ericsson.com>
19673
19674 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19675 * gdb.base/valgrind-db-attach.exp: Same.
19676 * gdb.base/valgrind-infcall.exp: Same.
19677 * lib/mi-support.exp (default_mi_gdb_start): Same.
19678 * lib/prompt.exp (default_prompt_gdb_start): Same.
19679 * lib/gdb.exp (default_gdb_spawn): Same.
19680 (gdb_interact): New.
19681
19682
4b62a76e
JK
196832015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19684
19685 * gdb.compile/compile.exp (pointer to jit function): New test.
19686
b4cdae6f
WW
196872015-01-17 Wei-cheng Wang <cole945@gmail.com>
19688
19689 * lib/gdb.exp (supports_process_record): Return true for
19690 powerpc*-*-linux*.
19691 (supports_reverse): Likewise.
19692
d221e7ef
DB
196932015-01-15 Don Breazeal <donb@codesourcery.com>
19694
19695 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19696 instead of checking whether the target board is remote and
19697 use spawn_wait_for_attach instead of exec/sleep.
19698 * gdb.base/attach-twice.exp: Likewise.
19699
bafffb51
JB
197002015-01-15 Joel Brobecker <brobecker@adacore.com>
19701
19702 * gdb.ada/var_arr_attrs: New testcase.
19703
5589af0e
PA
197042015-01-14 Pedro Alves <palves@redhat.com>
19705 Joel Brobecker <brobecker@adacore.com>
19706
19707 PR gdb/17525
19708 * gdb.base/bp-cmds-execution-x-script.c: New file.
19709 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19710 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19711
6c400b59
PA
197122015-01-14 Pedro Alves <palves@redhat.com>
19713
19714 PR cli/17828
19715 * gdb.base/batch-preserve-term-settings.c: New file.
19716 * gdb.base/batch-preserve-term-settings.exp: New file.
19717
e02c96a7
DE
197182015-01-13 Doug Evans <dje@google.com>
19719
19720 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19721 binary.
19722
576fd14c
JB
197232015-01-13 Joel Brobecker <brobecker@adacore.com>
19724
19725 * Makefile.in (clean mostlyclean): Do not delete *.py.
19726
04dccad0
JB
197272015-01-13 Joel Brobecker <brobecker@adacore.com>
19728
19729 * gdb.python/py-lookup-type.exp: New file.
19730
3d230f71
PA
197312015-01-12 Pedro Alves <palves@redhat.com>
19732
19733 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19734 restore GDBFLAGS before returning.
19735
7e67715d
JK
197362015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19737
19738 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19739 is_amd64_regs_target and is_x86_like_target.
19740
f2e0d4b4
DE
197412015-01-11 Doug Evans <xdje42@gmail.com>
19742
19743 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19744 is given without an explicit form.
19745 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19746 attributes.
19747 * gdb.dwarf/corrupt.exp: Ditto.
19748 * gdb.dwarf2/enum-type.exp: Ditto.
19749 * gdb.trace/entry-values.exp: Ditto.
19750 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19751
439250fb
DE
197522015-01-11 Doug Evans <xdje42@gmail.com>
19753
19754 PR gdb/15830
19755 * gdb.base/maint.exp: Remove references to "maint demangle".
19756 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19757 Add tests for explicitly specifying language to demangle.
19758 * gdb.dlang/demangle.exp: Ditto.
19759
ede9f622
PA
197602015-01-09 Pedro Alves <palves@redhat.com>
19761
19762 * gdb.threads/non-stop-fair-events.c: New file.
19763 * gdb.threads/non-stop-fair-events.exp: New file.
19764
a7b796db
PA
197652015-01-09 Pedro Alves <palves@redhat.com>
19766
19767 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19768 the global scope. Set a breakpoint after all threads are started
19769 rather than stepping over two source lines. Expect the prompt.
19770 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19771 global.
19772 (NUM): Now 15.
19773 (main): Use threads_started_barrier to wait for all threads to
19774 start. Main thread no longer calls thread_function. Exit after
19775 180 seconds.
19776 (loop): New function.
19777 (thread_function): Wait on threads_started_barrier barrier. Call
19778 'loop' at each iteration.
19779 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19780 threads have started, instead of hardcoding number of "next"
19781 steps. Use an access watchpoint instead of a write watchpoint.
19782
9665ffdd
PA
197832015-01-09 Pedro Alves <palves@redhat.com>
19784
19785 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19786 (thread_func): Wait on barrier.
19787 (main): Wait for all threads to start before stopping GDB.
19788 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19789 global.
19790 (thread1_func, thread2_func): Wait on barrier.
19791 (main): Wait for all threads to start before stopping GDB.
19792 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19793 New global.
19794 (thread1_func, thread2_func): Wait on barrier.
19795 (main): Wait for all threads to start before stopping GDB.
19796
c945a99f
PA
197972015-01-09 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.threads/attach-many-short-lived-threads.c: New file.
19800 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19801
c1a747c1
PA
198022014-01-09 Pedro Alves <palves@redhat.com>
19803
19804 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19805 instead of to thread 2.
19806 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19807 Add barrier around each pthread_create call instead of around all
19808 calls.
19809 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19810 Set a break on thread_function and have the child threads hit it
19811 one at at a time.
19812
60b3033e
PA
198132015-01-09 Pedro Alves <palves@redhat.com>
19814
19815 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19816 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19817 false.
19818 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19819 checking whether the target board is remote.
19820 * gdb.multi/multi-attach.exp: Likewise.
19821 * gdb.python/py-sync-interp.exp: Likewise.
19822 * gdb.server/ext-attach.exp: Likewise.
19823 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19824 tests that need to attach, instead of checking whether the target
19825 board is remote at the top of the file.
19826
acc018ac
YQ
198272015-01-08 Yao Qi <yao@codesourcery.com>
19828
19829 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19830
50a18af8
JK
198312015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19832
19833 Fix testcase compilation.
19834 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19835
8503d6e1
JB
198362015-01-06 Joel Brobecker <brobecker@adacore.com>
19837
19838 * gdb.python/py-type.exp: Add a couple test about empty
19839 array creation, and negative-length array creation.
19840
cc73dbcc
DE
198412015-01-02 Doug Evans <xdje42@gmail.com>
19842
19843 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19844
0300bbc7
DE
198452015-01-02 Doug Evans <dje@google.com>
19846
19847 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19848
9d85a0ec
YQ
198492014-12-29 Yao Qi <yao@codesourcery.com>
19850
19851 * gdb.trace/entry-values.exp: Update comments. Rename variable
19852 bar_call_foo to returned_from_foo.
19853
87186c6a
MMN
198542014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19855
19856 PR gdb/17394
19857 * gdb.linespec/break-asm-file.c: New file.
19858 * gdb.linespec/break-asm-file.exp: New file.
19859 * gdb.linespec/break-asm-file0.s: New file.
19860 * gdb.linespec/break-asm-file1.s: New file.
19861
1bab7383
YQ
198622014-12-18 Nigel Stephens <nigel@mips.com>
19863 Maciej W. Rozycki <macro@codesourcery.com>
19864
19865 * gdb.base/float.exp: Handle the new output from "info float" on
19866 MIPS targets.
19867
1bc1068a
JK
198682014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19869
19870 Fix MinGW compilation.
19871 * gdb.compile/compile-ops.exp: Update untested message if
19872 !skip_compile_feature_tests.
19873 * gdb.compile/compile-setjmp.exp: Likewise.
19874 * gdb.compile/compile-tls.exp: Likewise.
19875 * gdb.compile/compile.exp: Likewise.
19876 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19877 supported on this host".
19878
b6615d10
DE
198792014-12-16 Doug Evans <xdje42@gmail.com>
19880
19881 * boards/stabs.exp: New file.
19882
25dda427
AA
198832014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19884
19885 * gdb.base/completion.exp: Adjust to format changes of "maint
19886 print user-registers".
19887
bf330350
CU
198882014-12-16 Catalin Udma <catalin.udma@freescale.com>
19889
19890 PR server/17457
19891 * gdb.arch/aarch64-fp.c: New file.
19892 * gdb.arch/aarch64-fp.exp: New file.
19893
395cf596
SDJ
198942014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19895
19896 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19897 r210637, r210913, r211666, r215400, r215817).
19898
19899 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19900 * dg-extract-results.py: New file.
19901 * dg-extract-results.sh: Use it if the environment seems
19902 suitable.
19903
19904 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19905
19906 * dg-extract-results.py (parse_run): Handle warnings that
19907 are printed before a test harness is run.
19908
19909 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19910
19911 * dg-extract-results.py (Named): Remove __cmp__ method.
19912 (output_variation): Use a key to sort variation.harnesses.
19913
19914 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19915
19916 * dg-extract-results.py: For Python 3, force sys.stdout to
19917 handle surrogate escape sequences.
19918 (safe_open): New function.
19919 (output_segment, main): Use it.
19920
19921 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19922
19923 * dg-extract-results.py (Prog.result_re): Include options
19924 in test name.
19925
19926 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19927
19928 * dg-extract-results.py (output_variation): Always sort if
19929 do_sum.
19930
e882ef3c
SM
199312014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19932
19933 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19934 as long as we get pagination notifications.
19935
4992aa20
JM
199362014-12-15 Jason Merrill <jason@redhat.com>
19937
19938 * Makefile.in (check-gdb.%): Restore.
19939 * README: Mention it.
19940
c1b5a1a6
JB
199412014-12-13 Joel Brobecker <brobecker@adacore.com>
19942
19943 * gdb.ada/str_uninit: New testcase.
19944
5537b577
JK
199452014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19946
19947 PR symtab/17642
19948 * gdb.base/vla-stub-define.c: New file.
19949 * gdb.base/vla-stub.c: New file.
19950 * gdb.base/vla-stub.exp: New file.
19951
bb2ec1b3
TT
199522014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19953 Jan Kratochvil <jan.kratochvil@redhat.com>
19954 Tom Tromey <tromey@redhat.com>
19955
19956 * configure.ac: Add gdb.compile/.
19957 * configure: Regenerate.
19958 * gdb.compile/Makefile.in: New file.
19959 * gdb.compile/compile-ops.exp: New file.
19960 * gdb.compile/compile-ops.c: New file.
19961 * gdb.compile/compile-tls.c: New file.
19962 * gdb.compile/compile-tls.exp: New file.
19963 * gdb.compile/compile-constvar.S: New file.
19964 * gdb.compile/compile-constvar.c: New file.
19965 * gdb.compile/compile-mod.c: New file.
19966 * gdb.compile/compile-nodebug.c: New file.
19967 * gdb.compile/compile-setjmp-mod.c: New file.
19968 * gdb.compile/compile-setjmp.c: New file.
19969 * gdb.compile/compile-setjmp.exp: New file.
19970 * gdb.compile/compile-shlib.c: New file.
19971 * gdb.compile/compile.c: New file.
19972 * gdb.compile/compile.exp: New file.
19973 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19974
4ff709eb
TT
199752014-12-12 Tom Tromey <tromey@redhat.com>
19976
19977 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19978 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19979
6dddd6a5
DE
199802014-12-12 Doug Evans <dje@google.com>
19981
19982 * lib/gdb-python.exp (get_python_valueof): New function.
19983 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19984
71c24708
AA
199852014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19986
19987 * gdb.base/completion.exp: Add test for completion of "info
19988 registers ".
19989
3e29f34a
MR
199902014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19991
19992 * gdb.base/func-ptrs.c: New file.
19993 * gdb.base/func-ptrs.exp: New file.
19994
fc126975
SM
199952014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19996
19997 PR breakpoints/17012
19998 * gdb.base/dprintf-detach.c: New file.
19999 * gdb.base/dprintf-detach.exp: New file.
20000
0a46d518
SM
200012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20002
20003 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20004 * lib/gdb.exp (target_is_gdbserver): New procedure.
20005
a0be3e44
DE
200062014-12-08 Doug Evans <dje@google.com>
20007
20008 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20009
df1b803a
YQ
200102014-12-05 Yao Qi <yao@codesourcery.com>
20011
20012 * gdb.guile/scm-error.exp: Remove the third argument to
20013 gdb_remote_download.
20014 * gdb.guile/scm-frame-args.exp: Likewise.
20015 * gdb.guile/scm-section-script.exp: Likewise.
20016
ddb9f679
YQ
200172014-12-05 Yao Qi <yao@codesourcery.com>
20018
20019 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20020
86e4ed39
DE
200212014-12-04 Doug Evans <dje@google.com>
20022
20023 * gdb.python/py-objfile.exp: Add tests for
20024 objfile.add_separate_debug_file.
20025
7c50a931
DE
200262014-12-04 Doug Evans <dje@google.com>
20027
20028 * lib/gdb.exp (get_build_id): New function.
20029 (build_id_debug_filename_get): Rewrite to use it.
20030 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20031
621661e3
MR
200322014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20033
20034 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20035 `method(long)', not just 0x0.
20036 * gdb.cp/nsalias.exp: Align code labels to 4.
20037 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20038 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20039 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20040 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20041 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20042 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20043
29f0c3b7
DE
200442014-12-02 Doug Evans <dje@google.com>
20045
e1e061e7 20046 PR symtab/17602
29f0c3b7 20047 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 20048 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
20049 * gdb.cp/anon-ns.exp: Update.
20050
162078c8
NB
200512014-12-02 Nick Bull <nicholaspbull@gmail.com>
20052
20053 * gdb.python/py-events.py (inferior_call_handler): New.
20054 (register_changed_handler, memory_changed_handler): New.
20055 (test_events.invoke): Register new handlers.
20056 * gdb.python/py-events.exp: Add tests for inferior call,
20057 memory_changed and register_changed events.
20058
fdb09caf
AA
200592014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20060
20061 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20062 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20063 if the linker doesn't understand this.
20064
55cfb2c4
SM
200652014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20066
20067 * gdb.python/python.exp: Change expected reply to help().
20068
9e8cd6df
YQ
200692014-12-01 Yao Qi <yao@codesourcery.com>
20070
20071 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20072 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20073 * configure: Re-generated.
20074
6c659fc2
SC
200752014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20076
20077 * gdb.cp/chained-calls.cc: New file.
20078 * gdb.cp/chained-calls.exp: New file.
20079 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20080
d7fc3181
SM
200812014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20082
20083 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20084 * gdb.dwarf2/symtab-producer.exp: Same.
20085 * gdb.gdb/python-interrupts.exp: Same.
20086 * gdb.gdb/python-selftest.exp: Same.
20087 * gdb.python/py-linetable.exp: Same.
20088 * gdb.python/py-type.exp: Same.
20089 * gdb.python/py-value-cc.exp: Same.
20090 * gdb.python/py-value.exp: Same.
20091
10e79639
YQ
200922014-11-28 Yao Qi <yao@codesourcery.com>
20093
20094 * gdb.base/break-probes.exp: Match library name prefixed with
20095 sysroot.
20096
f28a0564
SM
200972014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20098
20099 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20100 test expected output. Add parentheses for the call to print.
20101 Remove L suffix from integers.
20102
3fe1ce1d
DE
201032014-11-26 Doug Evans <dje@google.com>
20104
20105 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20106
84429e27
YQ
201072014-11-22 Yao Qi <yao@codesourcery.com>
20108
20109 * gdb.trace/entry-values.c: Remove asms.
20110 (foo): Add foo_label.
20111 (bar): Add bar_label.
20112 * gdb.trace/entry-values.exp: Remove code computing foo's
20113 length and bar's length.
20114 (Dwarf::assemble): Invoke function_range for bar and use
20115 MACRO_AT_func for foo.
20116
26741859
YQ
201172014-11-22 Yao Qi <yao@codesourcery.com>
20118
20119 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20120 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20121 Use .Lgcc43_procstart instead of gcc43.
20122
45e44d27
JB
201232014-11-21 Joel Brobecker <brobecker@adacore.com>
20124
20125 * gdb.ada/n_arr_bound: New testcase.
20126
458c8db8
SDJ
201272014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20128
20129 PR breakpoints/10737
20130 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20131 test_catch_syscall_multi_arch.
20132 (test_catch_syscall_multi_arch): New function.
20133
43f3e411
DE
201342014-11-20 Doug Evans <xdje42@gmail.com>
20135
20136 * gdb.base/maint.exp: Update expected output.
20137
0d7b2549
AA
201382014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20139
20140 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20141 4-byte instruction on S390.
20142
8908fca5
JB
201432014-11-19 Joel Brobecker <brobecker@adacore.com>
20144
20145 * gdb.ada/arr_arr: New testcase.
20146
4a46959e
JB
201472014-11-19 Joel Brobecker <brobecker@adacore.com>
20148
20149 * gdb.ada/pkd_arr_elem: New Testcase.
20150
470e2f4e
LM
201512014-11-18 Luis Machado <lgustavo@codesourcery.com>
20152
20153 * gdb.reverse/break-precsave: Expect completion message for
20154 core file reads.
20155 * gdb.reverse/consecutive-precsave.exp: Likewise.
20156 * gdb.reverse/finish-precsave.exp: Likewise.
20157 * gdb.reverse/i386-precsave.exp: Likewise.
20158 * gdb.reverse/machinestate-precsave.exp: Likewise.
20159 * gdb.reverse/sigall-precsave.exp: Likewise.
20160 * gdb.reverse/solib-precsave.exp: Likewise.
20161 * gdb.reverse/step-precsave.exp: Likewise.
20162 * gdb.reverse/until-precsave.exp: Likewise.
20163 * gdb.reverse/watch-precsave.exp: Likewise.
20164
a267f3ad
AA
201652014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20166
20167 * gdb.base/bp-permanent.c: Include unistd.h.
20168 * gdb.python/py-framefilter-mi.c (main): Add return type.
20169 * gdb.python/py-framefilter.c (main): Likewise.
20170 * gdb.trace/actions-changed.c (main): Likewise.
20171
12084a9a
AA
201722014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20173
20174 * gdb.mi/until.c: Add eye-catchers.
20175 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20176 line numbers.
20177
dc7e1a77
AA
201782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20179
20180 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20181 function header variants in break1.c.
20182 * gdb.base/ena-dis-br.exp: Likewise.
20183 * gdb.base/hbreak2.exp: Likewise.
20184 * gdb.reverse/until-precsave.exp: Drop references to removed
20185 non-prototype function header variants in ur1.c.
20186 * gdb.reverse/until-reverse.exp: Likewise.
20187
41c77605
PM
201882014-11-17 Petr Machata <pmachata@redhat.com>
20189
20190 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20191 ${_cu_offset_size} bytes abbrev offset.
20192
34248c3a
DE
201932014-11-15 Doug Evans <xdje42@gmail.com>
20194
20195 PR symtab/17559
20196 * gdb.base/line-symtabs.exp: New file.
20197 * gdb.base/line-symtabs.c: New file.
20198 * gdb.base/line-symtabs.h: New file.
20199
646da059
YQ
202002014-11-14 Yao Qi <yao@codesourcery.com>
20201
20202 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20203 (func): Add label func_label.
20204 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20205 Replace low_pc and high_pc with MACRO_AT_range.
20206 Replace name, low_pc and high_pc with MACRO_AT_func.
20207
9301ebe6
YQ
202082014-11-14 Yao Qi <yao@codesourcery.com>
20209
20210 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20211 Replace name, low_pc and high_pc with MACRO_AT_func.
20212
f166b542
YQ
202132014-11-14 Yao Qi <yao@codesourcery.com>
20214
20215 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20216 produce debug information.
20217 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20218
0f6e71e3
YQ
202192014-11-14 Yao Qi <yao@codesourcery.com>
20220
20221 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20222 object and get function length.
20223 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20224 with MACRO_AT_func.
20225 (top-level): Replace gdb_compile and clean_restart with
20226 prepare_for_testing.
20227 * gdb.dwarf2/main.c (main): Add label main_label.
20228
876c4df9
YQ
202292014-11-14 Yao Qi <yao@codesourcery.com>
20230
20231 * lib/dwarf.exp (function_range): New procedure.
20232 (Dwarf::_handle_macro_at_func): New procedure.
20233 (Dwarf::_handle_macro_at_range): New procedure.
20234 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20235
02ad9cf1
YQ
202362014-11-14 Yao Qi <yao@codesourcery.com>
20237
20238 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20239 (_handle_attribute): New procedure.
20240
a59add0c
AA
202412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20242
20243 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20244 * gdb.base/call-sc.c (zed): Likewise.
20245 * gdb.base/checkpoint.c (main): Likewise.
20246 * gdb.base/dump.c (main): Likewise.
20247 * gdb.base/gcore.c (main): Likewise.
20248 * gdb.base/huge.c (main): Likewise.
20249 * gdb.base/multi-forks.c (main): Likewise.
20250 * gdb.base/pr10179-a.c (main): Likewise.
20251 * gdb.base/savedregs.c (main): Likewise.
20252 * gdb.base/sigaltstack.c (main): Likewise.
20253 * gdb.base/siginfo.c (main): Likewise.
20254 * gdb.base/structs.c (zed): Likewise.
20255 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20256 * gdb.mi/mi-syn-frame.c (main): Likewise.
20257 * gdb.mi/until.c (foo, main): Likewise.
20258 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20259 * gdb.base/solib-weak.c (foo): Declare.
20260 * gdb.base/attach-twice.c: Include stdio.h.
20261 * gdb.base/weaklib1.c: Likewise.
20262 * gdb.base/weaklib2.c: Likewise.
20263 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20264 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20265 unistd.h.
20266 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20267 * gdb.mi/mi-exit-code.c: Likewise.
20268 * gdb.base/break-interp-lib.c: Include string.h.
20269 * gdb.base/coremaker.c: Likewise.
20270 * gdb.base/testenv.c: Likewise.
20271 * gdb.python/py-finish-breakpoint.c: Likewise.
20272 * gdb.base/inferior-died.c: Include sys/wait.h.
20273 * gdb.base/fileio.c: Include time.h.
20274 * gdb.base/async-shell.c: Include unistd.h.
20275 * gdb.base/dprintf-non-stop.c: Likewise.
20276 * gdb.base/info-os.c: Likewise.
20277 * gdb.mi/mi-console.c: Likewise.
20278 * gdb.mi/watch-nonstop.c: Likewise.
20279 * gdb.python/py-events.c: Likewise.
20280 * gdb.base/async.c (baz): Move up before its invocation.
20281 * gdb.base/code_elim2.c (my_global_func): Likewise.
20282 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20283 * gdb.base/advance.c (func2): Likewise.
20284
3b5d5997
AA
202852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20286
20287 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20288 variant.
20289 * gdb.base/annota3.c: Likewise.
20290 * gdb.base/async.c: Likewise.
20291 * gdb.base/average.c: Likewise.
20292 * gdb.base/call-ar-st.c: Likewise.
20293 * gdb.base/call-rt-st.c: Likewise.
20294 * gdb.base/call-sc.c: Likewise.
20295 * gdb.base/call-strs.c: Likewise.
20296 * gdb.base/ending-run.c: Likewise.
20297 * gdb.base/execd-prog.c: Likewise.
20298 * gdb.base/exprs.c: Likewise.
20299 * gdb.base/foll-exec.c: Likewise.
20300 * gdb.base/foll-fork.c: Likewise.
20301 * gdb.base/foll-vfork.c: Likewise.
20302 * gdb.base/funcargs.c: Likewise.
20303 * gdb.base/gcore.c: Likewise.
20304 * gdb.base/jump.c: Likewise.
20305 * gdb.base/langs0.c: Likewise.
20306 * gdb.base/langs1.c: Likewise.
20307 * gdb.base/langs2.c: Likewise.
20308 * gdb.base/mips_pro.c: Likewise.
20309 * gdb.base/nodebug.c: Likewise.
20310 * gdb.base/opaque0.c: Likewise.
20311 * gdb.base/opaque1.c: Likewise.
20312 * gdb.base/recurse.c: Likewise.
20313 * gdb.base/run.c: Likewise.
20314 * gdb.base/scope0.c: Likewise.
20315 * gdb.base/scope1.c: Likewise.
20316 * gdb.base/setshow.c: Likewise.
20317 * gdb.base/setvar.c: Likewise.
20318 * gdb.base/shmain.c: Likewise.
20319 * gdb.base/shr1.c: Likewise.
20320 * gdb.base/shr2.c: Likewise.
20321 * gdb.base/sigall.c: Likewise.
20322 * gdb.base/signals.c: Likewise.
20323 * gdb.base/so-indr-cl.c: Likewise.
20324 * gdb.base/solib2.c: Likewise.
20325 * gdb.base/structs.c: Likewise.
20326 * gdb.base/sum.c: Likewise.
20327 * gdb.base/vforked-prog.c: Likewise.
20328 * gdb.base/watchpoint.c: Likewise.
20329 * gdb.reverse/shr2.c: Likewise.
20330 * gdb.reverse/until-reverse.c: Likewise.
20331 * gdb.reverse/ur1.c: Likewise.
20332 * gdb.reverse/watch-reverse.c: Likewise.
20333
066a77c5
AA
203342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20335
20336 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20337 variant.
20338 * gdb.base/sepdebug.exp: Drop references to removed code.
20339
4f204ea5
AA
203402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20341
20342 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20343 variant. Preserve original line numbering.
20344 * gdb.base/list1.c: Likewise.
20345
3b377a3a
AA
203462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20347
20348 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20349 variant.
20350 * gdb.base/break1.c: Likewise.
20351 * gdb.base/break.exp: Drop references to removed code.
20352
e444df73
AA
203532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20354
20355 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20356 variant.
20357
8008f2a7
AA
203582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20359
20360 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20361
a5a06887
AA
203622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20363
20364 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20365 logic into perform_all_tests() and invoke it with and without
20366 function header prototypes.
20367 (do_function_calls): Remove conditional XFAIL for PR 5318.
20368 (rerun_and_prepare): Remove duplicate code.
20369 (perform_all_tests): New. Main logic moved here.
20370
44dba9b9
AA
203712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20372
20373 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20374 code guarded by #ifdef NO_PROTOTYPES.
20375 (t_double_many_args): Likewise.
20376 (DEF_FUNC_MANY_ARGS_1): Likewise.
20377 (DEF_FUNC_VALUES_1): Likewise.
20378 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20379 guarded by #ifdef PROTOTYPES.
20380
d1fbcd56
AA
203812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20382
20383 * gdb.mi/mi-console.c: Add eye-catcher.
20384 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20385 instead of literal line number.
20386
b0e59b8f
AA
203872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20388
20389 * gdb.base/shr2.c: Add eye-catcher.
20390 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20391 line number.
20392
78f98cca
AA
203932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20394
20395 * gdb.base/jump.c: Add eye-catchers.
20396 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20397 numbers.
20398
58fa2af0
AA
203992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20400
20401 * gdb.base/execd-prog.c: Add eye-catchers.
20402 * gdb.base/foll-exec.c: Likewise.
20403 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20404 line numbers.
20405
04e5059b
AA
204062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20407
20408 * gdb.base/ending-run.c: Add eye-catchers.
20409 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20410 literal line numbers.
20411
dbfdb174
AA
204122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20413
20414 * gdb.base/call-rt-st.c: Add eye-catchers.
20415 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20416 literal line numbers.
20417
888a2ade
AA
204182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20419
20420 * gdb.base/call-ar-st.c: Add eye-catchers.
20421 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20422 literal line numbers.
20423
6acc2dde
AA
204242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20425
20426 * gdb.base/average.c: Add eye-catchers.
20427 * gdb.base/sum.c: Likewise.
20428 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20429 regexps dynamically.
20430
9ecfcd1d
AA
204312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20432
20433 * gdb.base/solib1.c: Add eye-catchers.
20434 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20435 literal line numbers.
20436
78708b7c
PA
204372014-11-12 Pedro Alves <palves@redhat.com>
20438
20439 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20440 leader has exited.
20441
af48d08f
PA
204422014-11-12 Pedro Alves <palves@redhat.com>
20443
20444 * gdb.arch/i386-bp_permanent.c: New file.
20445 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20446 (srcfile): Set to i386-bp_permanent.c.
20447 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20448 that stepi does not execute the 'leave' instruction, instead of
20449 testing it does execute.
20450 * gdb.base/bp-permanent.c: New file.
20451 * gdb.base/bp-permanent.exp: New file.
20452
af3768e9
DE
204532014-11-10 Doug Evans <xdje42@gmail.com>
20454
20455 PR symtab/17564
20456 * gdb.base/symtab-search-order.exp: New file.
20457 * gdb.base/symtab-search-order.c: New file.
20458 * gdb.base/symtab-search-order-1.c: New file.
20459 * gdb.base/symtab-search-order-shlib-1.c: New file.
20460
9de00a4a
PA
204612014-11-07 Pedro Alves <palves@redhat.com>
20462
20463 PR gdb/17511
20464 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20465 i?86-*-linux*.
20466
e0f52461
SC
204672014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20468
20469 PR c++/17494
20470 * gdb.cp/pr17494.cc: New file.
20471 * gdb.cp/pr17494.exp: New file.
20472
6ce8c980
YQ
204732014-11-02 Yao Qi <yao@codesourcery.com>
20474
20475 * gdb.python/python.exp: Get working directory and match the
20476 output of "set extended-prompt \\w " with it.
20477
02be9a71
DE
204782014-10-30 Doug Evans <dje@google.com>
20479
20480 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20481 in objfiles.
20482 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20483 in progspaces.
20484
3bdff46b
LM
204852014-10-30 Janis Johnson <janisjo@codesourcery.com>
20486
20487 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20488 * gdb.base/realname-expand.exp: Likewise.
20489 * gdb.linespec/macro-relative.exp: Likewise.
20490
ab917dfb
PA
204912014-10-29 Pedro Alves <palves@redhat.com>
20492
20493 PR gdb/17408
20494 * gdb.threads/schedlock.c (some_function): New function.
20495 (call_function): New global.
20496 (MAYBE_CALL_SOME_FUNCTION): New macro.
20497 (thread_function): Call it.
20498 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20499 and use it instead of a global counter. Adjust all callers.
20500 (get_current_thread): Use "find current thread" for test message
20501 here rather than having all callers pass down the same string.
20502 (goto_loop): New procedure, factored out from ...
20503 (my_continue): ... this.
20504 (step_ten_loops): Change parameter from test message to command to
20505 use. Adjust.
20506 (list_count): Delete global.
20507 (check_result): New procedure, factored out from duplicate top
20508 level code.
20509 (continue tests): Wrap in with_test_prefix.
20510 (test_step): New procedure, factored out from duplicate top level
20511 code.
20512 (top level): Test "step" in combination with all scheduler-locking
20513 modes. Test "next" in combination with all scheduler-locking
20514 modes, and in combination with stepping over a function call or
20515 not.
20516 * gdb.threads/next-bp-other-thread.c: New file.
20517 * gdb.threads/next-bp-other-thread.exp: New file.
20518
d3d4baed
PA
205192014-10-29 Pedro Alves <palves@redhat.com>
20520
20521 PR python/17372
20522 * gdb.python/python.exp: Test a multi-line command that spawns
20523 interactive Python.
20524 * gdb.base/multi-line-starts-subshell.exp: New file.
20525
563e8d85
YQ
205262014-10-29 Yao Qi <yao@codesourcery.com>
20527
20528 * gdb.base/fileio.exp: Make directories on host.
20529
0ea4d52e
YQ
205302014-10-29 Yao Qi <yao@codesourcery.com>
20531
20532 * gdb.base/fileio.c (test_write): Close the file.
20533
7f5ef605
PA
205342014-10-28 Pedro Alves <palves@redhat.com>
20535
20536 PR gdb/12623
20537 * gdb.base/sigstep.c (no_handler): New global.
20538 (main): If 'no_handler is true, set the signal handlers to
20539 SIG_IGN.
20540 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20541 with_sw_watch and no_handler parameters. Handle them.
20542 (top level) <stepping over handler when stopped at a breakpoint
20543 test>: Add a test axis for testing with a software watchpoint, and
20544 another for testing with the signal handler set to SIG_IGN.
20545 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20546 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20547
abbdbd03
PA
205482014-10-28 Pedro Alves <palves@redhat.com>
20549
20550 PR gdb/17511
20551 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20552 * gdb.base/sigstep.exp (other_handler_location): New global.
20553 (advance): Support stepping into the signal handler, and running
20554 commands while in the handler.
20555 (in_handler_map): New global.
20556 (top level): In the advance test, add combinations for getting
20557 into the handler with stepping commands, and for running commands
20558 in the handler. Add comment descripting the advancei tests.
20559
1df4399f
PA
205602014-10-28 Pedro Alves <palves@redhat.com>
20561
20562 * gdb.base/sigstep.exp: Use build_executable instead of
20563 prepare_for_testing.
20564 (top level): Move code that starts GDB, runs to main and creates a
20565 display to ...
20566 (restart): ... this new procedure.
20567 (top level): Move backtrace from signal handler test to ...
20568 (validate_backtrace): ... this new procedure.
20569 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20570 with_test_prefix. Always restart GDB.
20571 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20572 with_test_prefix. Always restart GDB. No need to delete
20573 breakpoints after the test.
20574 (test_skip_handler): Remove prefix parameter.
20575 (skip_over_handler, breakpoint_to_handler)
20576 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20577 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20578 restart GDB. No need to delete breakpoints after the test.
20579 (top level): Use foreach to call the test procedures with
20580 different commands.
20581
a5b6e449
PA
205822014-10-28 Pedro Alves <palves@redhat.com>
20583
20584 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20585 instead of GNATS numbers.
20586 * gdb.base/sigbpt.exp: Likewise.
20587 * gdb.base/siginfo.exp: Likewise.
20588 * gdb.base/sigstep.exp: Likewise.
20589
e5f8a7cc
PA
205902014-10-27 Pedro Alves <palves@redhat.com>
20591
20592 * gdb.base/sigstep.c (dummy): New global.
20593 (main): Issue a couple writes to the new global.
20594 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20595 procedures.
20596 (skip_over_handler): Use test_skip_handler.
20597 (top level): Call skip_over_handler for stepi and nexti too.
20598 (breakpoint_over_handler): Use test_skip_handler.
20599 (top level): Call breakpoint_over_handler for stepi and nexti too.
20600
763905a3
YQ
206012014-10-27 Yao Qi <yao@codesourcery.com>
20602
20603 * gdb.trace/tfile.c (adjust_function_address)
20604 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20605 function descriptor.
20606
6f259a23
DB
206072014-10-24 Don Breazeal <donb@codesourcery.com>
20608
20609 * gdb.base/foll-fork.exp (test_follow_fork,
20610 catch_fork_child_follow): Check for updated fork messages emitted
20611 from infrun.c.
20612 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20613 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20614 vfork_and_exec_child_follow_through_step): Check for updated vfork
20615 messages emitted from infrun.c.
20616
09dd9a69
PA
206172014-10-24 Pedro Alves <palves@redhat.com>
20618
20619 * gdb.base/corefile.exp: Remove references to ultrix.
20620 * gdb.base/interrupt.exp: Likewise.
20621 * gdb.base/whatis.exp: Likewise.
20622 * gdb.gdb/selftest.exp: Likewise.
20623 * gdb.threads/manythreads.exp: Likewise.
20624 * gdb.threads/print-threads.exp: Likewise.
20625 * gdb.threads/pthreads.exp:: Likewise.
20626 * gdb.threads/schedlock.exp: Likewise.
20627
3433cfa5
SC
206282014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20629
20630 * gdb.cp/non-trivial-retval.cc: Add a test case.
20631 * gdb.cp/non-trivial-retval.exp: Add a test.
20632
092f880b
YQ
206332014-10-20 Yao Qi <yao@codesourcery.com>
20634
20635 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20636 * gdb.python/py-objfile-script-gdb.py: New file.
20637 * gdb.python/py-objfile-script.exp: Update reference to
20638 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20639 of remote_download. Remove the dest file.
20640
acbdb7f3
YQ
206412014-10-20 Yao Qi <yao@codesourcery.com>
20642
20643 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20644 * gdb.base/step-line.exp: Likewise.
20645 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20646 * gdb.dwarf2/dw2-basic.exp: Likewise.
20647 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20648 * gdb.dwarf2/dw2-filename.exp: Likewise.
20649 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20650 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20651 * gdb.dwarf2/dw2-producer.exp: Likewise.
20652 * gdb.dwarf2/mac-fileno.exp: Likewise.
20653 * gdb.python/py-frame-args.exp: Likewise.
20654 * gdb.python/py-framefilter.exp: Likewise.
20655 * gdb.python/py-mi.exp: Likewise.
20656 * gdb.python/py-objfile-script.exp: Likewise
20657 * gdb.python/py-pp-integral.exp: Likewise.
20658 * gdb.python/py-pp-re-notag.exp: Likewise.
20659 * gdb.python/py-prettyprint.exp: Likewise.
20660 * gdb.python/py-section-script.exp: Likewise.
20661 * gdb.python/py-typeprint.exp: Likewise.
20662 * gdb.python/py-xmethods.exp: Likewise.
20663 * gdb.stabs/weird.exp: Likewise.
20664 * gdb.xml/tdesc-regs.exp: Likewise.
20665
bd286a29
KCY
206662014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20667
20668 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20669 (out_cu): Use addr_len for the size of addresses.
20670 (out_line): Likewise. Size DW_LNE_set_address instruction
20671 according to addr_len.
20672 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20673 (FUNC): Add START_INSNS to definition.
20674
673dc4a0
YQ
206752014-10-18 Yao Qi <yao@codesourcery.com>
20676
20677 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20678 gdb_has_argv0 return true.
20679 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20680 check [target_info exists noargs], check [gdb_has_argv0]
20681 instead.
20682 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20683 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20684 procedures.
20685
4ffbba72
DE
206862014-10-17 Doug Evans <dje@google.com>
20687
20688 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20689 event.
20690 * gdb.python/py-events.py: Add clear_objfiles event.
20691
d096d8c1
DE
206922014-10-17 Doug Evans <dje@google.com>
20693
20694 * gdb.python/py-objfile.exp: Test progspace attribute.
20695
a80db015
LM
206962014-10-17 Luis Machado <lgustavo@codesourcery.com>
20697
20698 * gdb.guile/scm-breakpoint.exp: Do not assume any
20699 directory separators when matching source file paths.
20700 * gdb.python/py-breakpoint.exp: Likewise.
20701 * gdb.reverse/break-precsave.exp: Likewise.
20702 * gdb.reverse/break-reverse.exp: Likewise.
20703 * gdb.reverse/consecutive-precsave.exp: Likewise.
20704 * gdb.reverse/finish-precsave.exp: Likewise.
20705 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20706 * gdb.reverse/finish-reverse.exp: Likewise.
20707 * gdb.reverse/i386-precsave.exp: Likewise.
20708 * gdb.reverse/i387-env-reverse.exp: Likewise.
20709 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20710 * gdb.reverse/machinestate-precsave.exp: Likewise.
20711 * gdb.reverse/machinestate.exp: Likewise.
20712 * gdb.reverse/sigall-precsave.exp: Likewise.
20713 * gdb.reverse/solib-precsave.exp: Likewise.
20714 * gdb.reverse/step-precsave.exp: Likewise.
20715 * gdb.reverse/until-precsave.exp: Likewise.
20716 * gdb.reverse/watch-precsave.exp: Likewise.
20717 * gdb.reverse/watch-reverse.exp: Likewise.
20718
b22089ab
YQ
207192014-10-17 Yao Qi <yao@codesourcery.com>
20720
20721 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20722 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20723
6c4486e6
PA
207242014-10-17 Pedro Alves <palves@redhat.com>
20725
20726 PR gdb/17471
20727 * gdb.base/bg-execution-repeat.c: New file.
20728 * gdb.base/bg-execution-repeat.exp: New file.
20729
0ff33695
PA
207302014-10-17 Pedro Alves <palves@redhat.com>
20731
20732 PR gdb/17300
20733 * gdb.base/continue-all-already-running.c: New file.
20734 * gdb.base/continue-all-already-running.exp: New file.
20735
6fdebc3d
PA
207362014-10-17 Pedro Alves <palves@redhat.com>
20737
20738 PR gdb/17472
20739 * gdb.base/annota-input-while-running.c: New file.
20740 * gdb.base/annota-input-while-running.exp: New file.
20741
32a8097b
PA
207422014-10-17 Pedro Alves <palves@redhat.com>
20743
20744 * gdb.base/callfuncs.exp: emove references to osf.
20745 * gdb.base/sigall.exp: Likewise.
20746 * gdb.gdb/selftest.exp: Likewise.
20747 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20748 * gdb.mi/non-stop.c: Likewise.
20749 * gdb.mi/pthreads.c: Likewise.
20750 * gdb.reverse/sigall-precsave.exp: Likewise.
20751 * gdb.reverse/sigall-reverse.exp: Likewise.
20752 * gdb.threads/pthreads.c: Likewise.
20753 * gdb.threads/pthreads.exp: Likewise.
20754
7a3517ff
YQ
207552014-10-17 Yao Qi <yao@codesourcery.com>
20756
20757 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20758 check 'target_info exists noargs'.
20759 (test_command_prompt_position): Likewise.
20760 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20761 Remove "set args".
20762 (progvar_simple_while_test): Likewise.
20763 (progvar_complex_if_while_test): Likewise.
20764 (if_while_breakpoint_command_test): Likewise.
20765 (infrun_breakpoint_command_test): Likewise.
20766 (breakpoint_command_test): Likewise.
20767 (watchpoint_command_test): Likewise.
20768 (bp_deleted_in_command_test): Likewise.
20769 (temporary_breakpoint_commands): Likewise.
20770
bb99c472
YQ
207712014-10-16 Yao Qi <yao@codesourcery.com>
20772
20773 * gdb.base/remotetimeout.exp: Remove noargs checking.
20774
7c16b83e
PA
207752014-10-15 Pedro Alves <palves@redhat.com>
20776
20777 PR breakpoints/9649
20778 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20779 * gdb.base/breakpoint-in-ro-region.exp
20780 (probe_target_hardware_step): New procedure.
20781 (top level): Probe hardware stepping and hardware breakpoint
20782 support. Test stepping through a read-only region, with both
20783 "breakpoint auto-hw" on and off and both "always-inserted" on and
20784 off.
20785
35a49624
IB
207862014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20787
20788 * gdb.dlang/demangle.exp: Update for demangling changes.
20789
2d1c107c
SC
207902014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20791
20792 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20793 * gdb.cp/non-trivial-retval.exp: Add new tests.
20794
778811d5
SC
207952014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20796
20797 PR c++/13403
20798 PR c++/15154
20799 * gdb.cp/non-trivial-retval.cc: New file.
20800 * gdb.cp/non-trivial-retval.exp: New file.
20801
10c5f0a8
YQ
208022014-10-15 Yao Qi <yao@codesourcery.com>
20803
20804 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20805 remote host.
20806
65d7b369
YQ
208072014-10-15 Yao Qi <yao@codesourcery.com>
20808
20809 * gdb.python/py-symbol.exp: Match file base name if host is
20810 remote, otherwise match file name with dir name.
20811 * gdb.python/py-symtab.exp: Likewise.
20812 * gdb.python/python.exp: Likewise.
20813
46dc1394
YQ
208142014-10-15 Yao Qi <yao@codesourcery.com>
20815
20816 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20817 pattern.
20818 * gdb.python/py-symtab.exp: Likewise.
20819 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20820 locationn.
20821
c40cc657
JB
208222014-10-14 Joel Brobecker <brobecker@adacore.com>
20823
20824 * gdb.ada/addr_arith: New testcase.
20825
2abf49e1
MR
208262014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20827
20828 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20829 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20830 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20831 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20832
f7088df3
SDJ
208332014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20834
20835 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20836 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20837 * gdb.arch/stap-eval-lang-ada.exp: New file.
20838
4dc06805
YQ
208392014-10-14 Yao Qi <yao@codesourcery.com>
20840
20841 * gdb.mi/mi-var-child.c (nothing1): New function.
20842 (nothing2): New function.
20843 (do_children_tests): Set function pointers by nothing1 and
20844 nothing2.
20845 * gdb.mi/mi-var-child.exp: Step over new added statements.
20846 Update test to match the new output.
20847 * gdb.mi/var-cmd.c (nothing1): New function.
20848 (nothing2): New function.
20849 (do_children_tests): Set function pointers by nothing1 and
20850 nothing2.
20851 * gdb.mi/mi-var-display.exp: Update test to match output.
20852 Step to the line specified by $line_dct_nothing.
20853 Increase the number of lines to step.
20854
46a93de2
YQ
208552014-10-14 Yao Qi <yao@codesourcery.com>
20856
20857 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20858 tests.
20859 * gdb.mi/mi2-var-child.exp: Likewise.
20860
14ea52ee
DE
208612014-10-13 Doug Evans <dje@google.com>
20862
20863 * gdb.python/py-objfile.exp: Change name of file name test.
20864
e5c6e92b
DE
208652014-10-13 Doug Evans <dje@google.com>
20866
20867 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20868 from the start of the CU.
20869
c780cc2f
JK
208702014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20871 Yao Qi <yao@codesourcery.com>
20872
20873 Fix "save breakpoints" for "catch" command.
20874 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20875 Remove -nonewline. Match also the added "main" line.
20876
99894e11
JK
208772014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20878
20879 Fix "save breakpoints" for "disable $bpnum" command.
20880 * gdb.base/save-bp.c (main): Add label.
20881 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20882
6e1ac5a3
JK
208832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20884
20885 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20886
754dd2b0
YQ
208872014-10-11 Yao Qi <yao@codesourcery.com>
20888
20889 * gdb.server/server-kill.exp: Execute command
20890 "set remote trace-status-packet on" before "tstatus".
20891
f90183d7
YQ
208922014-10-11 Yao Qi <yao@codesourcery.com>
20893
20894 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20895 (main): Call getppid.
20896 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20897 and continue to it. Read variable "server_pid".
20898
bf40a607
YQ
208992014-10-11 Yao Qi <yao@codesourcery.com>
20900
20901 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20902
052ca370
YQ
209032014-10-11 Yao Qi <yao@codesourcery.com>
20904
20905 * gdb.threads/thread-find.exp: Don't execute command
20906 "info threads".
20907 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20908 * gdb.threads/linux-dp.exp: Don't check the condition
20909 $threads_created equals to zero.
20910
3831839c
PA
209112014-10-10 Pedro Alves <palves@redhat.com>
20912
20913 * gdb.base/bigcore.exp: Remove references to IRIX.
20914 * gdb.base/funcargs.exp: Likewise.
20915 * gdb.base/interrupt.exp: Likewise.
20916 * gdb.base/mips_pro.exp: Likewise.
20917 * gdb.base/nodebug.exp: Likewise.
20918 * gdb.base/setvar.exp: Likewise.
20919 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20920
8b9a549d
PA
209212014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20922 Pedro Alves <palves@redhat.com>
20923
20924 PR symtab/14466
20925 * gdb.base/vdso-warning.c: New file.
20926 * gdb.base/vdso-warning.exp: New file.
20927
d48ba5e8
DE
209282014-10-02 Doug Evans <dje@google.com>
20929
20930 * gdb.base/structs.c (main): Don't run forever.
20931
2278c276
PA
209322014-10-02 Pedro Alves <palves@redhat.com>
20933
20934 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20935 (top level) <stop threads 1, stop threads 2>: Use it.
20936
b57bacec
PA
209372014-10-02 Pedro Alves <palves@redhat.com>
20938
20939 * gdb.threads/break-while-running.exp (test): Add new
20940 'update_thread_list' argument. Skip "info threads" if false.
20941 (top level): Add new 'update_thread_list' axis.
20942
13fd3ff3
PA
209432014-10-02 Pedro Alves <palves@redhat.com>
20944
20945 PR breakpoints/17431
20946 * gdb.base/execl-update-breakpoints.c: New file.
20947 * gdb.base/execl-update-breakpoints.exp: New file.
20948
0fec99e8
PA
209492014-10-01 Pedro Alves <palves@redhat.com>
20950
20951 * gdb.base/breakpoint-in-ro-region.c: New file.
20952 * gdb.base/breakpoint-in-ro-region.exp: New file.
20953
2ddf4301
SM
209542014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20955
20956 * gdb.mi/mi-exit-code.exp: New file.
20957 * gdb.mi/mi-exit-code.c: New file.
20958
6a5f3f43
YQ
209592014-09-30 Yao Qi <yao@codesourcery.com>
20960
20961 * lib/prelink-support.exp (build_executable_own_libs): Error if
20962 the target isn't native.
20963
345bcc73
YQ
209642014-09-30 Yao Qi <yao@codesourcery.com>
20965
20966 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20967 false.
20968
a25a5a45
PA
209692014-09-22 Pedro Alves <palves@redhat.com>
20970
20971 * gdb.threads/break-while-running.exp: New file.
20972 * gdb.threads/break-while-running.c: New file.
20973
00ba3162
YQ
209742014-09-19 Yao Qi <yao@codesourcery.com>
20975
20976 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20977 Invoke test. Restart GDB with --readnow and invoke test again.
20978
c3b7b696
YQ
209792014-09-19 Yao Qi <yao@codesourcery.com>
20980
20981 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20982 proc set_breakpoint_on_gcd_function. Invoke
20983 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20984 invoke set_breakpoint_on_gcd_function again.
20985
2b4fd423
DE
209862014-09-18 Doug Evans <dje@google.com>
20987
20988 * gdb.dwarf2/symtab-producer.exp: New file.
20989
a5947601
SDJ
209902014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20991
20992 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20993 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20994 * gdb.base/global-var-nested-by-dso.c: Likewise.
20995 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20996
91c19059
SDJ
209972014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20998 Pedro Alves <palves@redhat.com>
20999
21000 * gdb.base/watch-bitfields.exp: Pass string other than test file
21001 name to prepare_for_testing.
21002 (watch): New procedure.
21003 (expect_watchpoint): Use with_test_prefix.
21004 (top level): Factor out tests to ...
21005 (test_watch_location, test_regular_watch): ... these new
21006 procedures, and use with_test_prefix and gdb_continue_to_end.
21007
bb9d5f81
PP
210082014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21009
21010 PR breakpoints/12526
21011 * gdb.base/watch-bitfields.exp: New file.
21012 * gdb.base/watch-bitfields.c: New file.
21013
635856f5
PA
210142014-09-16 Pedro Alves <palves@redhat.com>
21015
21016 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21017 software and hardware addresses, not software address against
21018 itself.
21019
7280ceea
PA
210202014-09-16 Pedro Alves <palves@redhat.com>
21021
21022 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21023 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21024
428b16bd
PA
210252014-09-16 Pedro Alves <palves@redhat.com>
21026
21027 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21028 files.
21029 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21030 "*-*-vxworks*" throughout.
21031 * gdb.base/break.exp: Likewise.
21032 * gdb.base/default.exp: Likewise.
21033 * gdb.base/scope.exp: Likewise.
21034 * gdb.base/sepdebug.exp: Likewise.
21035 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21036 throughout.
21037 * gdb.base/run.c: Likewise.
21038 * gdb.base/sepdebug.c: Likewise.
21039 * gdb.hp/gdb.aCC/run.c: Likewise.
21040 * gdb.reverse/until-reverse.c: Likewise.
21041 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21042
666d413c
YQ
210432014-09-16 Yao Qi <yao@codesourcery.com>
21044
21045 * boards/local-remote-host-native.exp: New file.
21046
57cbd724
DE
210472014-09-14 Doug Evans <xdje42@gmail.com>
21048
21049 * gdb.threads/queue-signal.c (thread_count): New variable.
21050 (thread_count_mutex, thread_count_condvar): New variables.
21051 (incr_thread_count, wait_all_threads_running): New functions.
21052 (main): Wait for all threads to be in their thread functions.
21053
81219e53
DE
210542014-09-13 Doug Evans <xdje42@gmail.com>
21055
21056 * gdb.threads/queue-signal.c: New file.
21057 * gdb.threads/queue-signal.exp: New file.
21058
3714cea7
DE
210592014-09-13 Doug Evans <xdje42@gmail.com>
21060
21061 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21062 be consistent with what default_gdb_init uses.
21063 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21064 the plain text of the prompt. Add some logging printfs.
21065 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21066
fa43b1d7
PA
210672014-09-12 Pedro Alves <palves@redhat.com>
21068
21069 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21070 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21071 * gdb.arch/i386-size-overlap.exp: Likewise.
21072 * gdb.arch/i386-size.exp: Likewise.
21073 * gdb.arch/i386-unwind.exp: Likewise.
21074 * gdb.base/a2-run.exp: Likewise.
21075 * gdb.base/break.exp: Likewise.
21076 * gdb.base/charset.exp: Likewise.
21077 * gdb.base/chng-syms.exp: Likewise.
21078 * gdb.base/commands.exp: Likewise.
21079 * gdb.base/dbx.exp: Likewise.
21080 * gdb.base/find.exp: Likewise.
21081 * gdb.base/funcargs.exp: Likewise.
21082 * gdb.base/jit-simple.exp: Likewise.
21083 * gdb.base/reread.exp: Likewise.
21084 * gdb.base/sepdebug.exp: Likewise.
21085 * gdb.base/step-bt.exp: Likewise.
21086 * gdb.cp/mb-inline.exp: Likewise.
21087 * gdb.cp/mb-templates.exp: Likewise.
21088 * gdb.objc/basicclass.exp: Likewise.
21089 * gdb.threads/killed.exp: Likewise.
21090
9d9bf2df
EBM
210912014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21092
21093 PR tdep/17379
21094 * gdb.arch/powerpc-stackless.S: New file.
21095 * gdb.arch/powerpc-stackless.exp: New file.
21096
1cf2f1b0
JK
210972014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21098
21099 * gdb.base/attach.c: Include unistd.h.
21100 (main): Call alarm. Add label postloop.
21101 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21102 gdb_breakpoint, gdb_continue_to_breakpoint.
21103 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21104
98880d46
PA
211052014-09-11 Pedro Alves <palves@redhat.com>
21106
21107 PR gdb/17347
21108 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21109 * gdb.base/attach.exp (test_command_line_attach_run): New
21110 procedure.
21111 (top level): Call it.
21112
4c92ff2c
PA
211132014-09-11 Pedro Alves <palves@redhat.com>
21114
21115 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21116 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21117 (do_command_attach_tests): Use spawn_wait_for_attach.
21118 * gdb.base/solib-overlap.exp: Likewise.
21119 * gdb.multi/multi-attach.exp: Likewise.
21120 * gdb.python/py-prompt.exp: Likewise.
21121 * gdb.python/py-sync-interp.exp: Likewise.
21122 * gdb.server/ext-attach.exp: Likewise.
21123
3adc1a7d
GKB
211242014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21125
21126 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21127 command in testcase. Simplify testcase.
21128
96334934
JB
211292014-09-10 Joel Brobecker <brobecker@adacore.com>
21130
21131 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21132
eb479039
JB
211332014-09-10 Joel Brobecker <brobecker@adacore.com>
21134
21135 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21136
deede10c
JB
211372014-09-10 Joel Brobecker <brobecker@adacore.com>
21138
21139 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21140
7828a5f5
JB
211412014-09-10 Joel Brobecker <brobecker@adacore.com>
21142
21143 * gdb.dwarf2/dynarr-ptr.c: New file.
21144 * gdb.dwarf2/dynarr-ptr.exp: New file.
21145
33aeebcf
MR
211462014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21147
21148 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21149 of 30 rather than hardcoding 120 for a slow test case. Take the
21150 `gdb,timeout' target setting into account for this calculation.
21151 Don't extend the timeout for the test cases that don't need it.
21152
7b415901
MR
211532014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21154
21155 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21156 a factor of 2 for a slow test case. Take the `gdb,timeout'
21157 target setting into account for this calculation.
21158 * gdb.reverse/until-precsave.exp: Increase the timeout by
21159 a factor of 15 and 3 respectively rather than adding 120
21160 for a pair of slow test cases. Take the `gdb,timeout'
21161 target setting into account for this calculation.
21162
4a40f85a
MR
211632014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21164
21165 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21166 timeout, don't pass one down to gdb_expect.
21167 (gdb_expect): Rework timeout selection.
21168
09635af7
MR
211692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21170
21171 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21172 exception on timeout.
21173 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21174 (gdbserver_start_extended): Catch any `gdbserver_start' error
21175 exceptions.
21176 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21177 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21178 `gdbserver_gdb_load' error exceptions.
21179
2bdd10b7
MR
211802014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21181
21182 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21183 120 on waiting for the TCP socket to open.
21184
316935f0
DE
211852014-09-09 Doug Evans <xdje42@gmail.com>
21186
21187 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21188 _caller_matches, _any_caller_is, _any_caller_matches.
21189
83740597
DE
211902014-09-09 Doug Evans <xdje42@gmail.com>
21191
21192 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21193
4c122fc3
YQ
211942014-09-09 Yao Qi <yao@codesourcery.com>
21195
21196 * gdb.mi/mi-var-display.exp: Set print symbol off.
21197
a9f116cb
GKB
211982014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21199
21200 PR gdb/17035
21201 * gdb.base/commands.exp: Add tests to verify user-defined
21202 commands with empty bodies.
21203 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21204 python commands in `show user command`.
21205 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21206 scheme commands in `show user command`.
21207
c75bd3a2
JK
212082014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21209
21210 PR python/17355
21211 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21212 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21213 * gdb.python/py-framefilter-invalidarg.exp: New file.
21214 * gdb.python/py-framefilter-invalidarg.py: New file.
21215
faa42425
DE
212162014-09-06 Doug Evans <xdje42@gmail.com>
21217
21218 PR 15276
21219 * gdb.python/py-caller-is.c: New file.
21220 * gdb.python/py-caller-is.exp: New file.
21221
474ca4f6
SDJ
212222014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21223
21224 PR gdb/17235
21225 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21226 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21227
eb0b0463
SDJ
212282014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21229
21230 PR fortran/17237
21231 * gdb.fortran/print-formatted.exp: New file.
21232 * gdb.fortran/print-formatted.f90: Likewise.
21233
5f3b99cf
SS
212342014-09-03 Sasha Smundak <asmundak@google.com>
21235
21236 * gdb.python/py-frame.exp: Test Frame.read_register.
21237
7d793aa9
SDJ
212382014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21239
21240 PR python/16699
21241 * gdb.python/py-completion.exp: New file.
21242 * gdb.python/py-completion.py: Likewise.
21243
fb0576e9
DE
212442014-08-28 Doug Evans <dje@google.com>
21245
21246 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21247 eax,etc. are live with values set by gdb and thus the compiler can't
21248 use them.
21249 * gdb.arch/i386-pseudo.c (main): Ditto.
21250
ee92b0dd
DE
212512014-08-27 Doug Evans <dje@google.com>
21252
21253 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21254
6649db35
DE
212552014-08-25 Doug Evans <dje@google.com>
21256
21257 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21258 (main): Ditto.
21259
564b7600
DE
212602014-08-25 Doug Evans <dje@google.com>
21261
21262 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21263
3881fb67
YQ
212642014-08-24 Yao Qi <yao@codesourcery.com>
21265
21266 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21267 symbol off.
21268 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21269
a05a36a5
DE
212702014-08-22 Doug Evans <dje@google.com>
21271
21272 PR 17276
21273 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21274 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21275 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21276
7c343b48
YQ
212772014-08-22 Yao Qi <yao@codesourcery.com>
21278
21279 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21280 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21281 * gdb.python/python.exp: Likewise. Use .py file on the host
21282 instead of the build.
21283
22fd09ae
JK
212842014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21285
21286 * gdb.threads/gcore-stale-thread.c: New file.
21287 * gdb.threads/gcore-stale-thread.exp: New file.
21288
a8454a7c
PA
212892014-08-21 Pedro Alves <palves@redhat.com>
21290
21291 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21292 * gdb.base/gcore-relro-pie.exp: Likewise.
21293 * gdb.base/gcore-relro.exp: Likewise.
21294 * gdb.base/gcore.exp: Likewise.
21295 * gdb.base/print-symbol-loading.exp: Likewise.
21296 * gdb.threads/gcore-thread.exp: Likewise.
21297 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21298
2a31c623
PA
212992014-08-20 Pedro Alves <palves@redhat.com>
21300 Jan Kratochvil <jan.kratochvil@redhat.com>
21301
21302 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21303 configure.
21304 (EXPECT): Handle READ1 being set.
21305 (all): Depend on EXTRA_RULES.
21306 (check-read1, expect-read1, read1.so, read1): New rules.
21307 * README (Testsuite Parameters): Document the READ1 make variable.
21308 (Race detection): New section.
21309 * configure: Regenerate.
21310 * configure.ac: If build==host==target, and running under a
21311 GNU/glibc system, add read1 to the extra Makefile rules.
21312 (EXTRA_RULES): AC_SUBST it.
21313 * lib/read1.c: New file.
21314
d36430db
JB
213152014-08-20 Joel Brobecker <brobecker@adacore.com>
21316
21317 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21318 the handling of variables declared as a typedef to an array
21319 which a DW_AT_data_location attribute.
21320
9a0dc9e3
PA
213212014-08-19 Andrew Burgess <aburgess@broadcom.com>
21322 Pedro Alves <palves@redhat.com>
21323
21324 PR symtab/14604
21325 PR symtab/14605
21326 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21327 gdb_test.
21328
0718a8da
PA
213292014-08-19 Pedro Alves <palves@redhat.com>
21330
21331 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21332
13b448cd
YQ
213332014-08-19 Yao Qi <yao@codesourcery.com>
21334
21335 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21336 right line.
21337
1cbf5077
DB
213382014-08-18 David Blaikie <dblaikie@gmail.com>
21339
21340 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21341
bf0fae19
JB
213422014-08-18 Joel Brobecker <brobecker@adacore.com>
21343
21344 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21345 attribute in array range.
21346
3c8c5dcc
JB
213472014-08-18 Joel Brobecker <brobecker@adacore.com>
21348
21349 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21350
e66d4446
SC
213512014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21352
21353 PR c++/17132
21354 * gdb.cp/pr17132.cc: New file.
21355 * gdb.cp/pr17132.exp: New file.
21356
940df408
SC
213572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21358
21359 * gdb.python/py-xmethods.py (A_getarrayind)
21360 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21361 Use 'print' with function call syntax.
21362 (E_method_matcher.match): Fix tab vs space indentation mixup.
21363
ebcc6c3a
YQ
213642014-08-15 Yao Qi <yao@codesourcery.com>
21365
21366 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21367 false.
21368
775e0f04
YQ
213692014-08-15 Yao Qi <yao@codesourcery.com>
21370
21371 * gdb.cp/casts.exp: Set print symbol off.
21372 * gdb.cp/class2.exp: Likewise.
21373 * gdb.cp/overload.exp: Likewise.
21374 * gdb.cp/templates.exp: Likewise.
21375
d769e349
DE
213762014-08-11 Doug Evans <dje@google.com>
21377
21378 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21379 (test_load_shlib): Update.
21380
20c6f1e1
YQ
213812014-08-09 Yao Qi <yao@codesourcery.com>
21382
21383 * gdb.base/display.exp: Invoke is_address_zero_readable.
21384 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21385 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21386 * gdb.base/hbreak-unmapped.exp: Return if
21387 is_address_zero_readable returns true.
21388 * gdb.base/signest.exp: Likewise.
21389 * gdb.base/signull.exp: Likewise.
21390 * gdb.base/sigbpt.exp: Likewise.
21391 * gdb.guile/scm-disasm.exp: Do the test if
21392 is_address_zero_readable returns false.
21393 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21394 * gdb.python/py-arch.exp: Likewise.
21395 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21396 * lib/gdb.exp (is_address_zero_readable): New proc.
21397
5792e8e3
YQ
213982014-08-09 Yao Qi <yao@codesourcery.com>
21399
21400 PR testsuite/13443
21401 * gdb.mi/mi-var-display.exp: Make test messages unique.
21402
3cecbbbe
TT
214032014-08-04 Tom Tromey <tromey@redhat.com>
21404
21405 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21406 target 0".
21407
00b51ff5
TT
214082014-08-04 Tom Tromey <tromey@redhat.com>
21409
21410 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21411 "target_resume".
21412
6908c509
JB
214132014-08-01 Joel Brobecker <brobecker@adacore.com>
21414
21415 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21416 inner_vla_struct_object_size.
21417 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21418 as xfail.
21419
cc6563d2
PA
214202014-07-30 Pedro Alves <palves@redhat.com>
21421
21422 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21423 comment.
21424
7e09a223
YQ
214252014-07-29 Yao Qi <yao@codesourcery.com>
21426
21427 PR gdb/17206
21428 * gdb.base/until-nodebug.exp: New.
21429
7ebdbe92
DE
214302014-07-28 Doug Evans <xdje42@gmail.com>
21431
21432 PR guile/17203
21433 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21434 previously existing parameter, and previously ambiguously spelled
21435 parameter.
21436
fdb1adc6
WN
214372014-07-28 Will Newton <will.newton@linaro.org>
21438
21439 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21440
186fcde0
DE
214412014-07-26 Ludovic Courtès <ludo@gnu.org>
21442 Doug Evans <xdje42@gmail.com>
21443
21444 PR guile/17146
21445 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21446
70509625
PA
214472014-07-25 Pedro Alves <palves@redhat.com>
21448
21449 * gdb.threads/signal-command-handle-nopass.c: New file.
21450 * gdb.threads/signal-command-handle-nopass.exp: New file.
21451 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21452 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21453 * gdb.threads/signal-delivered-right-thread.c: New file.
21454 * gdb.threads/signal-delivered-right-thread.exp: New file.
21455
c3f814a1
PA
214562014-07-25 Pedro Alves <palves@redhat.com>
21457
21458 * gdb.base/double-prompt-target-event-error.exp
21459 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21460 match.
21461 (cancel_pagination_in_target_event): Rework double prompt
21462 detection.
21463 * gdb.base/paginate-after-ctrl-c-running.exp
21464 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21465 <return>' match.
21466 * gdb.base/paginate-bg-execution.exp
21467 (test_bg_execution_pagination_return)
21468 (test_bg_execution_pagination_cancel): Remove '-notransfer
21469 <return>' matches.
21470 * gdb.base/paginate-execution-startup.exp
21471 (test_fg_execution_pagination_return)
21472 (test_fg_execution_pagination_cancel): Remove '-notransfer
21473 <return>' matches.
21474 * gdb.base/paginate-inferior-exit.exp
21475 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21476 match.
21477 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21478 * lib/gdb.exp (pagination_prompt): Run text through
21479 string_to_regexp.
21480 (gdb_test_multiple): Match $pagination_prompt instead of
21481 "<return>".
21482 (string_to_regexp): Move to lib/gdb-utils.exp.
21483
e214cf6c
JK
214842014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21485
21486 * gdb.arch/amd64-entry-value-paramref.S: New file.
21487 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21488 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21489 * gdb.arch/amd64-optimout-repeat.S: New file.
21490 * gdb.arch/amd64-optimout-repeat.c: New file.
21491 * gdb.arch/amd64-optimout-repeat.exp: New file.
21492
17d0c5c8
JK
214932014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21494
21495 PR gdb/17170
21496 * gdb.base/statistics.exp: New file.
21497
b8b8facf
DE
214982014-07-17 Doug Evans <dje@google.com>
21499
74b49205 21500 PR gdb/17170
b8b8facf
DE
21501 * gdb.base/maint.exp: Update testing of per-command stats.
21502
1b5d0ab3
PA
215032014-07-16 Pedro Alves <palves@redhat.com>
21504
21505 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21506 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21507 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21508 (tfile_write_buf): New functions.
21509 (add_memory_block): Rewrite using the above.
21510 (adjust_function_address): New function.
21511 (FUNCTION_ADDRESS): New macro.
21512 (write_basic_trace_file): Remove short_x local, and use
21513 tfile_write_16. Change type of func_addr local to unsigned long
21514 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21515 here. Cast argument of add_memory_block to char pointer.
21516 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21517 (main): Remove parameters.
21518 * gdb.trace/tfile.exp: Remove nowarnings.
21519
4d974e88
SM
215202014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21521
21522 * gdb.base/debug-expr.exp: Test string evaluation with
21523 "debug expression" on.
21524
41e99568
PA
215252014-07-15 Pedro Alves <palves@redhat.com>
21526
21527 * gdb.base/reread.exp: Use clean_restart.
21528
487d9753
PL
215292014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21530
21531 * gdb.arch/avr-flash-qualifer.c: New.
21532 * gdb.arch/avr-flash-qualifer.exp: New.
21533
cc1c52ad
PA
215342014-07-14 Pedro Alves <palves@redhat.com>
21535
21536 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21537 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21538
1e973570
PA
215392014-07-14 Pedro Alves <palves@redhat.com>
21540
21541 * gdb.base/double-prompt-target-event-error.c: New file.
21542 * gdb.base/double-prompt-target-event-error.exp: New file.
21543
93d6eb10
PA
215442014-07-14 Pedro Alves <palves@redhat.com>
21545
21546 PR gdb/17072
21547 * gdb.base/paginate-inferior-exit.c: New file.
21548 * gdb.base/paginate-inferior-exit.exp: New file.
21549
0017922d
PA
215502014-07-14 Pedro Alves <palves@redhat.com>
21551
21552 PR gdb/17072
21553 * gdb.base/paginate-bg-execution.c: New file.
21554 * gdb.base/paginate-bg-execution.exp: New file.
21555
94696ad3
PA
215562014-07-14 Pedro Alves <palves@redhat.com>
21557
21558 PR gdb/17072
21559 * gdb.base/paginate-execution-startup.c: New file.
21560 * gdb.base/paginate-execution-startup.exp: New file.
21561 * lib/gdb.exp (pagination_prompt): New global.
21562 (default_gdb_spawn): New procedure, factored out from
21563 default_gdb_spawn.
21564 (default_gdb_start): Adjust to call default_gdb_spawn.
21565 (gdb_spawn): New procedure.
21566
bd293940
PA
215672014-07-14 Pedro Alves <palves@redhat.com>
21568
21569 * lib/gdb.exp (gdb_assert): New procedure.
21570 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21571
c933f875
PA
215722014-07-14 Pedro Alves <palves@redhat.com>
21573
21574 * gdb.base/execution-termios.c: New file.
21575 * gdb.base/execution-termios.exp: New file.
21576
d98b7a16
TT
215772014-07-14 Tom Tromey <tromey@redhat.com>
21578
21579 * gdb.cp/vla-cxx.cc: New file.
21580 * gdb.cp/vla-cxx.exp: New file.
21581
548740d6
TT
215822014-07-14 Tom Tromey <tromey@redhat.com>
21583
21584 * gdb.reverse/rerun-prec.c: New file.
21585 * gdb.reverse/rerun-prec.exp: New file.
21586
a25eb028
MR
215872014-07-12 Maciej W. Rozycki <macro@mips.com>
21588 Maciej W. Rozycki <macro@codesourcery.com>
21589
21590 * lib/gdb-utils.exp: New file.
21591 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21592 inline `gdb_init_command' processing.
21593 (gdb_start_cmd): Likewise.
21594 * lib/mi-support.exp (mi_run_cmd): Likewise.
21595 * README: Document `gdb_init_command' and `gdb_init_commands'.
21596
218c2655
JK
215972014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21598
21599 Fix false FAIL running under a very long directory name.
21600 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21601 and "set print elements 10000". Twice.
21602
5401fde3
YQ
216032014-07-11 Yao Qi <yao@codesourcery.com>
21604
21605 * gdb.base/exprs.exp: "set print symbol off".
21606
e76126e8
PA
216072014-07-11 Pedro Alves <palves@redhat.com>
21608
21609 * gdb.threads/kill.c: New file.
21610 * gdb.threads/kill.exp: New file.
21611
2d6f0de6
YQ
216122014-07-10 Yao Qi <yao@codesourcery.com>
21613
21614 * gdb.trace/tfile.c (write_basic_trace_file)
21615 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21616 address written to trace file.
21617
7180e04a
PA
216182014-07-09 Pedro Alves <palves@redhat.com>
21619
21620 * gdb.base/attach-wait-input.exp: New file.
21621 * gdb.base/attach-wait-input.c: New file.
21622
9a9a7608
AB
216232014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21624
21625 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21626 setting up test structures.
21627 (main): Call new test function.
21628 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21629 test function, continue into test function and walk test
21630 structures.
21631
161ac41e
YQ
216322014-07-02 Yao Qi <yao@codesourcery.com>
21633
21634 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21635 'bar_start' at the beginning of functions 'foo' and 'bar'
21636 respectively.
21637 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21638 instead of 'foo' and 'bar'.
21639
1f267ae3
MM
216402014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21641
21642 * gdb.btrace/segv.exp: New.
21643 * gdb.btrace/segv.c: New.
21644
2b239efb
LM
216452014-07-02 Luis Machado <lgustavo@codesourcery.com>
21646
21647 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21648 instruction.
21649
cf363f18
MW
216502014-06-30 Mark Wielaard <mjw@redhat.com>
21651
21652 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21653 vulture, vilify, villar): New volatile array constants.
21654 (vindictive, vegetation): New const volatile array constants.
21655 * gdb.base/volatile.exp: Test volatile and const volatile array
21656 types.
21657
aebf9d24
AA
216582014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21659
21660 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21661 target lacks support for awatch, rwatch, or hbreak.
21662
b67a2c6f
YQ
216632014-06-27 Yao Qi <yao@codesourcery.com>
21664
21665 * gdb.multi/dummy-frame-restore.exp: New.
21666 * gdb.multi/dummy-frame-restore.c: New.
21667
aef92902
MM
216682014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21669
21670 * gdb.btrace/gcore.exp: New.
21671
8e9db26e
PA
216722014-06-23 Pedro Alves <palves@redhat.com>
21673
21674 * gdb.base/watchpoint-reuse-slot.c: New file.
21675 * gdb.base/watchpoint-reuse-slot.exp: New file.
21676
70afc5b7
SC
216772014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21678
21679 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21680 progspace's filename in 'info', 'enable' and 'disable' command
21681 tests.
21682
b972bd9c
JK
216832014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21684
21685 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21686 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21687 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21688
125f8a3d
GB
216892014-06-20 Gary Benson <gbenson@redhat.com>
21690
21691 * gdb.arch/i386-avx.exp: Fix include file location.
21692 * gdb.arch/i386-sse.exp: Likewise.
21693
3ed9baed
IB
216942014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21695
21696 * gdb.dlang/expression.exp: New file.
21697
034f788c
PA
216982014-06-19 Pedro Alves <palves@redhat.com>
21699
21700 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21701 out from ...
21702 (top level): ... here. Iterate running tests under different
21703 scheduler-locking settings.
21704
45371d0c
LM
217052014-06-18 Luis Machado <lgustavo@codesourcery.com>
21706
21707 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21708 to DW_FORM_addr and use non-zero addresses.
21709
5d376983
SC
217102014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21711
21712 PR gdb/17017
21713 * gdb.python/py-xmethods.cc: Add global function call counters and
21714 increment them in their respective functions. Remove "cout"
21715 statements.
21716 * gdb.python/py-xmethods.exp: Make tests check the global function
21717 call counters instead of depending on inferior IO.
21718
a1aa2221
LM
217192014-06-18 Don Breazeal <donb@codesourcery.com>
21720
21721 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21722 Deleted procedure.
21723 (explicit_fork_parent_follow): Deleted procedure.
21724 (explicit_fork_child_follow): Deleted procedure.
21725 (test_follow_fork): New procedure.
21726 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21727 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21728 procedure calls.
21729
0fc05997
YQ
217302014-06-17 Yao Qi <yao@codesourcery.com>
21731
21732 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21733 CP1252.
21734
70795c52
LM
217352014-06-17 Luis Machado <lgustavo@codesourcery.com>
21736
21737 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21738 Initialize ptr and S explicitly.
21739 (skip_type_update_when_not_use_rtti_test): Likewise.
21740
6be47f0c
KS
217412014-06-16 Keith Seitz <keiths@redhat.com>
21742
21743 PR mi/15863
21744 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21745 the inferior is started.
21746
d03de421
PA
217472014-06-16 Pedro Alves <palves@redhat.com>
21748
21749 * gdb.base/break-main-file-remove-fail.c: New file.
21750 * gdb.base/break-main-file-remove-fail.exp: New file.
21751 * gdb.base/break-unload-file.exp: Use build_executable instead of
21752 prepare_for_testing.
21753 (test_break): New parameter "initial_load". Handle it.
21754 (top level): Add initial_load cmdline/file axis.
21755
f9579b99
TT
217562014-06-12 Tom Tromey <tromey@redhat.com>
21757
21758 * gdb.base/completion.exp: Don't use directory name in test.
21759
3657956b
GB
217602014-06-09 Gary Benson <gbenson@redhat.com>
21761
21762 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21763 separate the always-available ANSI-standard signals from the
21764 signals that require checking.
21765 (main): Likewise.
21766 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21767 Likewise.
21768 (main): Likewise.
21769
4186eb54
KS
217702014-06-07 Keith Seitz <keiths@redhat.com>
21771
21772 Revert:
21773 PR c++/16253
21774 * gdb.cp/var-tag.cc: New file.
21775 * gdb.cp/var-tag.exp: New file.
21776 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21777 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21778 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21779 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21780
25326a28 217812014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21782
21783 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21784
829155c9
PA
217852014-06-06 Pedro Alves <palves@redhat.com>
21786
21787 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21788 in target debug output instead of looking at RSP packets,
21789 disabling the test on any target that uses hardware stepping.
21790 Update comments.
21791
61c8d22e
PA
217922014-06-06 Pedro Alves <palves@redhat.com>
21793
21794 * gdb.base/break-unload-file.exp: Fix typo.
21795
d9a47287
YQ
217962014-06-06 Yao Qi <yao@codesourcery.com>
21797
21798 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21799 from "jit_function" to "^jit_function".
21800
e5e01dbf
YQ
218012014-06-06 Yao Qi <yao@codesourcery.com>
21802
21803 * gdb.base/async.c (foo): Add one statement.
21804 * gdb.base/async.exp: Get the next instruction address and
21805 match the output of "nexti" by instruction address. Match
21806 the hex address in the output of "finish".
21807
73ba372c
GB
218082014-06-06 Gary Benson <gbenson@redhat.com>
21809
21810 * gdb.base/call-signals.c: Remove preprocessor conditionals
21811 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21812 SIGSEGV and SIGTERM.
21813 * gdb.base/sigall.c: Likewise.
21814 * gdb.base/unwindonsignal.c: Likewise.
21815 * gdb.reverse/sigall-reverse.c: Likewise.
21816
831517df
YQ
218172014-06-06 Yao Qi <yao@codesourcery.com>
21818
21819 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21820 readable, skip the test.
21821
b8b91e98
YQ
218222014-06-06 Yao Qi <yao@codesourcery.com>
21823
21824 * gdb.threads/staticthreads.c (thread_function): Move the line
21825 setting breakpoint on forward.
21826 * gdb.threads/staticthreads.exp: Update comments.
21827
fb934770
LC
218282014-06-05 Ludovic Courtès <ludo@gnu.org>
21829
21830 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21831 "history-append! type error".
21832
6ef284bd
SM
218332014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21834
21835 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21836 erroneous dprintf expected input.
21837
a872e241
DE
218382014-06-04 Doug Evans <xdje42@gmail.com>
21839
21840 * gdb.guile/scm-generics.exp: Delete.
21841
16f691fb
DE
218422014-06-04 Doug Evans <xdje42@gmail.com>
21843
21844 * gdb.guile/scm-breakpoint.exp: Update.
21845 Add tests for breakpoint registration.
21846
012370f6
TT
218472014-06-04 Tom Tromey <tromey@redhat.com>
21848
21849 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21850 VLA-in-union.
21851 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21852 inner_vla_struct, vla_union types. Initialize objects of those
21853 types and compute their sizes.
21854
9f5a4cef
HZ
218552014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21856 Hui Zhu <hui@codesourcery.com>
21857
21858 * gdb.base/fileio.exp: Add test for shell not available as well as
21859 available.
21860 * gdb.base/fileio.c (test_system): Check for shell twice.
21861
90a45c4d
YQ
218622014-06-04 Yao Qi <yao@codesourcery.com>
21863
21864 * gdb.base/auto-connect-native-target.exp: Remove redundant
21865 space from the regexp pattern.
21866
70017e41
YQ
218672014-06-04 Yao Qi <yao@codesourcery.com>
21868
21869 * gdb.base/default.exp: Replace "child" with "native" in
21870 regexp pattern.
21871
883964a7
SC
218722014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21873
21874 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21875 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21876 * gdb.python/py-xmethods.py: Python script supporting the
21877 new testcase and tests.
21878
ef370185
JB
218792014-06-03 Joel Brobecker <brobecker@adacore.com>
21880 Pedro Alves <palves@redhat.com>
21881
21882 PR breakpoints/17000
21883 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21884 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21885
1e2ccb61
BM
218862014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21887
21888 * gdb.base/subst.exp: Add tests to verify partial path matching
21889 output.
21890
c6ec5ab2
PA
218912014-06-03 Pedro Alves <palves@redhat.com>
21892
21893 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21894 target that doesn't use software single-stepping.
21895
835c559f
PA
218962014-06-03 Pedro Alves <palves@redhat.com>
21897
21898 PR breakpoints/17000
21899 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21900 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21901
06eb1586
DE
219022014-06-02 Doug Evans <xdje42@gmail.com>
21903
21904 * gdb.guile/scm-parameter.exp: New file.
21905
e698b8c4
DE
219062014-06-02 Doug Evans <xdje42@gmail.com>
21907
21908 * gdb.guile/scm-cmd.c: New file.
21909 * gdb.guile/scm-cmd.exp: New file.
21910
ded03782
DE
219112014-06-02 Doug Evans <xdje42@gmail.com>
21912
21913 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21914 pretty-printer lookup.
21915 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21916 (make-pp_s-printer): Call it.
21917 (make-pretty-printer-from-dict): New function.
21918 (lookup-pretty-printer-maker-from-dict): New function.
21919 (*pretty-printer*): Simplify.
21920 (make-objfile-pp_s-printer): New function.
21921 (install-objfile-pretty-printers!): New function.
21922 (make-progspace-pp_s-printer): New function.
21923 (install-progspace-pretty-printers!): New function.
21924 * gdb.guile/scm-progspace.c: New file.
21925 * gdb.guile/scm-progspace.exp: New file.
21926
41fac0cf
PA
219272014-06-02 Pedro Alves <palves@redhat.com>
21928
21929 * gdb.base/dprintf-bp-same-addr.c: New file.
21930 * gdb.base/dprintf-bp-same-addr.exp: New file.
21931
96ae5695
EBM
219322014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21933
21934 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21935 * gdb.arch/powerpc-power.s: Likewise.
21936
da02b3a8
JB
219372014-06-02 Joel Brobecker <brobecker@adacore.com>
21938
21939 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21940
c72b2e7b
YQ
219412014-06-01 Yao Qi <yao@codesourcery.com>
21942
21943 * gdb.base/watchpoint.exp (test_watch_location): Check null
21944 pointer can be dereferenced. If not, do the test, otherwise
21945 skip it.
21946
53e8a631
AB
219472014-05-30 Andrew Burgess <aburgess@broadcom.com>
21948
21949 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21950 results.
21951 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21952
938f0e2f
AB
219532014-05-30 Andrew Burgess <aburgess@broadcom.com>
21954
21955 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21956 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21957 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21958 * gdb.arch/amd64-invalid-stack-top.c: New file.
21959 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21960
9ba6657a
PA
219612014-05-30 Pedro Alves <palves@redhat.com>
21962
21963 PR breakpoints/17000
21964 * gdb.base/sss-bp-on-user-bp.c: New file.
21965 * gdb.base/sss-bp-on-user-bp.exp: New file.
21966
522c09bf
DB
219672014-05-30 David Blaikie <dblaikie@gmail.com>
21968
21969 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21970 gnu_inline semantics via attribute.
21971 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21972 source explicitly specifies the required semantics.
21973
bf4ef81e
MR
219742014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21975
21976 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21977
329ea579
PA
219782014-05-29 Pedro Alves <palves@redhat.com>
21979 Tom Tromey <tromey@redhat.com>
21980
21981 * gdb.base/async-shell.exp: Don't enable target-async.
21982 * gdb.base/async.exp
21983 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21984 parameter. Adjust.
21985 (top level): Don't test with "target-async".
21986 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21987 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21988 * gdb.base/inferior-died.exp: Don't enable target-async.
21989 * gdb.base/interrupt-noterm.exp: Likewise.
21990 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21991 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21992 * gdb.mi/mi-nonstop.exp: Likewise.
21993 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21994 * gdb.mi/mi-nsintrall.exp: Likewise.
21995 * gdb.mi/mi-nsmoribund.exp: Likewise.
21996 * gdb.mi/mi-nsthrexec.exp: Likewise.
21997 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21998 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21999 * gdb.python/py-evsignal.exp: Don't enable target-async.
22000 * gdb.python/py-evthreads.exp: Likewise.
22001 * gdb.python/py-prompt.exp: Likewise.
22002 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22003 * gdb.server/solib-list.exp: Don't enable target-async.
22004 * gdb.threads/thread-specific-bp.exp: Likewise.
22005 * lib/mi-support.exp: Adjust to use mi-async.
22006
fd664c91
PA
220072014-05-29 Pedro Alves <palves@redhat.com>
22008
22009 PR gdb/13860
22010 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22011 reason, even in sync mode.
22012
251bde03
PA
220132014-05-29 Pedro Alves <palves@redhat.com>
22014 Hui Zhu <hui@codesourcery.com>
22015
22016 PR PR15693
22017 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22018 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22019 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22020 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22021
7f3c0343
JB
220222014-05-28 Joel Brobecker <brobecker@adacore.com>
22023
22024 * config/monitor.exp (gdb_target_monitor): Replace use of
22025 "set remotebaud" by "set serial baud".
22026
b2715b27
AW
220272014-05-26 Andy Wingo <wingo@igalia.com>
22028
22029 * gdb.guile/scm-breakpoint.exp:
22030 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22031 properties instead of gdb-object-properties.
22032
498a4489
YQ
220332014-05-26 Yao Qi <yao@codesourcery.com>
22034
22035 * gdb.server/no-thread-db.exp: Specify source file name
22036 explicitly when setting a breakpoint.
22037
589fdceb
MM
220382014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22039
22040 * gdb.btrace/vdso.c: New.
22041 * gdb.btrace/vdso.exp: New.
22042
e9089e05
MM
220432014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22044
22045 * gdb.base/gcore.exp (capture_command_output): Move ...
22046 * lib/gdb.exp (capture_command_output): ... here.
22047
67b5c0c1
MM
220482014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22049
22050 * gdb.btrace/data.exp: Test memory access during btrace replay.
22051
a2199296
SM
220522014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22053
22054 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22055
17b2616c
PA
220562014-05-21 Pedro Alves <palves@redhat.com>
22057
22058 PR gdb/13860
22059 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22060 (top level): Test that output related to execution commands is
22061 sent to the console with CLI commands, but not with MI commands.
22062 Test that breakpoint events are always mirrored to the console.
22063 Also expect the new source line to be output after a "next" in
22064 async mode too. Make it a pass/fail test.
22065 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22066 output.
22067 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22068
5166082f
PA
220692014-05-21 Pedro Alves <palves@redhat.com>
22070
22071 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22072 Use them to test variations of "list" after reaching a breakpoint.
22073 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22074 Test "list" with listsize 10 after reaching a breakpoint.
22075 * gdb.python/python.exp (decode_line current location line
22076 number): Adjust expected line number.
22077
2f25d70f
SM
220782014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22079
22080 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22081 behavior for $args, pass it directly to "run".
22082
ff604a67
MR
220832014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22084
22085 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22086 30000 to 65536.
22087
6a3cb8e8
PA
220882014-05-21 Pedro Alves <palves@redhat.com>
22089
22090 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22091 auto-connect-native-target off".
22092 * gdb.base/auto-connect-native-target.c: New file.
22093 * gdb.base/auto-connect-native-target.exp: New file.
22094
4ebfc96e
PA
220952014-05-21 Pedro Alves <palves@redhat.com>
22096
22097 * gdb.base/default.exp: Test "target native" instead of "target
22098 child".
22099
36d46afb
MW
221002014-05-21 Mark Wielaard <mjw@redhat.com>
22101
22102 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22103
5876f503
JK
221042014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22105
22106 Fix TLS access for -static -pthread.
22107 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22108 <HAVE_TLS> (thread_function, main): Initialize it.
22109 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22110 Add clean_restart.
22111 <$have_tls != "">: Check TLSVAR.
22112
0256a6ac
PA
221132014-05-21 Pedro Alves <palves@redhat.com>
22114
22115 * gdb.base/dcache-line-read-error.c: New.
22116 * gdb.base/dcache-line-read-error.exp: New.
22117
936d2992
PA
221182014-05-20 Pedro Alves <palves@redhat.com>
22119
22120 * gdb.base/compare-sections.c: New file.
22121 * gdb.base/compare-sections.exp: New file.
22122
802e8e6d
PA
221232014-05-20 Pedro Alves <palves@redhat.com>
22124
22125 * gdb.base/break-idempotent.c: New file.
22126 * gdb.base/break-idempotent.exp: New file.
22127
e59fa00f
MM
221282014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22129
22130 * gdb.btrace/nohist.exp: New.
22131
8b696e31
YQ
221322014-05-20 Yao Qi <yao@codesourcery.com>
22133
22134 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22135 gdb.reverse directory and gdb_reverse_timeout exists in board
22136 setting.
22137 * README: Document gdb_reverse_timeout.
22138
73c9764f
YQ
221392014-05-20 Yao Qi <yao@codesourcery.com>
22140
22141 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22142 'test_file_name'. Treat args as a string instead of a list.
22143 (gdb_init): Rename argument 'args' by 'test_file_name'.
22144
f1f4348a
JK
221452014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22146
22147 * gdb.arch/powerpc-power.exp: New file.
22148 * gdb.arch/powerpc-power.s: New file.
22149
0dbe70ce
DE
221502014-05-16 Doug Evans <dje@google.com>
22151
22152 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22153 * gdb.base/completion.exp: Check that all expected files exist
22154 before doing file completion.
0dbe70ce 22155
8d551b02
DE
221562014-05-16 Doug Evans <dje@google.com>
22157
22158 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22159 Update.
22160 (do_syscall_tests_without_xml): Update.
22161
73eb7709
PA
221622014-05-16 Pedro Alves <palves@redhat.com>
22163
22164 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22165 instead of "unknown output after running".
22166
3fae92fc
YQ
221672014-05-16 Yao Qi <yao@codesourcery.com>
22168
22169 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22170 file1.txt from host at the end.
22171 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22172
c2b2ccc5
DE
221732014-05-15 Doug Evans <dje@google.com>
22174
22175 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22176 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22177 loading file. Add test for TU lookup.
22178
8c217a4b
SM
221792014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22180
22181 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22182 calling "-exec-arguments" or "set args" before running the
22183 inferior.
22184
3deb39c6
SM
221852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22186
22187 * lib/mi-support.exp (mi_expect_stop): Expect message for
22188 inferiors that exit with non-zero exit code.
22189
71a79f8c
YQ
221902014-05-14 Yao Qi <yao@codesourcery.com>
22191
22192 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22193 match absolute path on remote host.
22194 (test_file_list_exec_source_files): Remove "/" from the
22195 pattern.
22196
f23fcd46
YQ
221972014-05-14 Yao Qi <yao@codesourcery.com>
22198
22199 * boards/local-remote-host-notty.exp (${board}_file): New
22200 proc.
22201
9404b58f
KM
222022014-05-07 Kyle McMartin <kyle@redhat.com>
22203
22204 Pushed by Joel Brobecker <brobecker@adacore.com>.
22205 * gdb.arch/aarch64-atomic-inst.c: New file.
22206 * gdb.arch/aarch64-atomic-inst.exp: New file.
22207
5e45f04c
YQ
222082014-05-07 Yao Qi <yao@codesourcery.com>
22209
22210 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22211 in current context" too.
22212
c888a17d
KS
222132014-05-05 Keith Seitz <keiths@redhat.com>
22214
22215 * gdb.linespec/ls-dollar.exp: Add test for linespec
22216 file:convenience_variable.
22217
290a839c
YQ
222182014-05-05 Yao Qi <yao@codesourcery.com>
22219
22220 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22221 traceframes into tfile and ctf trace files. Read data from
22222 trace file and test collected data.
22223 (gdb_collect_locals_test): Likewise.
22224 (gdb_unavailable_registers_test): Likewise.
22225 (gdb_unavailable_floats): Likewise.
22226 (gdb_collect_globals_test): Likewise.
22227 (top-level): Append "ctf" to trace_file_targets if GDB
22228 supports.
22229
b5262cd0
YQ
222302014-05-05 Yao Qi <yao@codesourcery.com>
22231
22232 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22233 code to ...
22234 (gdb_collect_args_test_1): ... it. New proc.
22235 (gdb_collect_locals_test): Move some code to ...
22236 (gdb_collect_locals_test_1): ... it. New proc.
22237 (gdb_unavailable_registers_test): Move some code to ...
22238 (gdb_unavailable_registers_test_1): ... it. New proc.
22239 (gdb_unavailable_floats): Move some code to ...
22240 (gdb_unavailable_floats_1): ... it. New proc.
22241
30a1e6cc
SDJ
222422014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22243
22244 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22245 probes to test for bitness recognition.
22246 * gdb.arch/amd64-stap-optional-prefix.exp
22247 (test_probe_value_without_reg): New procedure.
22248 Add code to test for different kinds of bitness.
22249
f33da99a
SDJ
222502014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22251
22252 PR breakpoints/16889
22253 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22254 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22255
5b80f00d
PA
222562014-05-01 Pedro Alves <palves@redhat.com>
22257
22258 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22259 gdb_file_cmd if no file is specified.
22260 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22261 last_loaded_file to set the remote exec-file.
22262
f8c2a73c
PA
222632014-05-01 Pedro Alves <palves@redhat.com>
22264
22265 * boards/local-remote-host.exp: New file.
22266
be6e8ac7
PA
222672014-05-01 Pedro Alves <palves@redhat.com>
22268
22269 * boards/local-remote-host.exp: Rename to ...
22270 * boards/local-remote-host-notty.exp: ... this.
22271
cac0dc8f
JB
222722014-04-28 Joel Brobecker <brobecker@adacore.com>
22273
22274 * gdb.ada/dyn_arrayidx: New testcase.
22275
9730e6cc
YQ
222762014-04-26 Yao Qi <yao@codesourcery.com>
22277
22278 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22279 and compute the length of function main. Save it in
22280 $main_length.
22281 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22282 (top-level): Use gdb_compile to compile objects into
22283 executable and restart GDB. Remove invocation to
22284 prepare_for_testing.
22285
7ae1a6a6
PA
222862014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22287 Pedro Alves <palves@redhat.com>
22288
22289 PR server/16255
22290 * gdb.multi/multi-attach.c: New file.
22291 * gdb.multi/multi-attach.exp: New file.
22292
4082afcc
PA
222932014-04-25 Pedro Alves <palves@redhat.com>
22294
22295 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22296 user.
22297 (top level): Test that "set remote conditional-breakpoints-packet
22298 off" works as intended.
22299 * gdb.base/dprintf.exp: Test that "set remote
22300 breakpoint-commands-packet off" works as intended.
22301 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22302 New function.
22303 (top level): Call it.
22304 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22305 remote fast-tracepoints-packet off" works as intended.
22306 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22307 * lib/gdb.exp (gdb_is_target_remote): ... here.
22308
2abc3f8d
DB
223092014-04-24 David Blaikie <dblaikie@gmail.com>
22310
22311 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22312 ensure clang would not discard them.
22313 * gdb.base/gdbvars.c: Ditto.
22314 * gdb.base/memattr.c: Ditto.
22315 * gdb.base/whatis.c: Ditto.
22316 * gdb.python/py-prettyprint.c: Ditto.
22317 * gdb.trace/actions.c: Ditto.
22318 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22319 ensure clang would not discard it.
22320
bfd39632
DB
223212014-04-24 David Blaikie <dblaikie@gmail.com>
22322
22323 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22324 clang to emit the full definition of type required by the test
22325 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22326
22842ff6
DB
223272014-04-24 David Blaikie <dblaikie@gmail.com>
22328
22329 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22330 coax Clang into emitting the definition of the type.
22331 * gdb.cp/pr10728-x.h (y): Ditto.
22332 * gdb.cp/pr10728-y.cc (y): Ditto.
22333
c2e827ad
DB
223342014-04-24 David Blaikie <dblaikie@gmail.com>
22335
22336 * gdb.base/label.exp: XFAIL label related tests under Clang.
22337 * gdb.cp/cplabel.exp: Ditto.
22338 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22339 under Clang those using labels.
22340
4c2d33e7
YQ
223412014-04-25 Yao Qi <yao@codesourcery.com>
22342
22343 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22344 double_label.
22345 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22346 partial_label and double_label.
22347
56083b99
DB
223482014-04-24 David Blaikie <dblaikie@gmail.com>
22349
22350 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22351
25d4e99d
DB
223522014-04-24 David Blaikie <dblaikie@gmail.com>
22353
22354 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22355 of the function to work across GCC and Clang.
22356 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22357 pointer types (const void ** const V void **).
22358
01f9f808
MS
223592014-04-24 Michael Sturm <michael.sturm@mintel.com>
22360 Walfred Tedeschi <walfred.tedeschi@intel.com>
22361
22362 * Makefile.in (EXECUTABLES): Added i386-avx512.
22363 * gdb.arch/i386-avx512.c: New file.
22364 * gdb.arch/i386-avx512.exp: Likewise.
22365
4b48d439
KS
223662014-04-23 Keith Seitz <keiths@redhat.com>
22367
22368 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22369 (mi_make_breakpoint_table): New procedure.
22370 (mi_create_breakpoint): Use mi_make_breakpoint
22371 and return the result.
22372 (mi_make_breakpoint): New procedure.
22373 (mi_build_kv_pairs): New procedure.
22374
22375 * gdb.mi/mi-break.exp: Remove unused globals,
22376 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22377 All callers updated.
22378 * gdb.mi/mi-dprintf.exp: Use variable to track command
22379 number.
22380 Update all callers of mi_create_breakpoint and use
22381 mi_make_breakpoint_table.
22382 Remove any unused global variables.
22383 * gdb.mi/mi-nonstop.exp: Likewise.
22384 * gdb.mi/mi-nsintrall.exp: Likewise.
22385 * gdb.mi/mi-nsmoribund.exp: Likewise.
22386 * gdb.mi/mi-nsthrexec.exp: Likewise.
22387 * gdb.mi/mi-reverse.exp: Likewise.
22388 * gdb.mi/mi-simplerun.exp: Likewise.
22389 * gdb.mi/mi-stepn.exp: Likewise.
22390 * gdb.mi/mi-syn-frame.exp: Likewise.
22391 * gdb.mi/mi-until.exp: Likewise.
22392 * gdb.mi/mi-var-cp.exp: Likewise.
22393 * gdb.mi/mi-var-display.exp: Likewise.
22394 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22395 * gdb.mi/mi2-var-child.exp: Likewise.
22396 * gdb.mi/mi-vla-c99.exp: Likewise.
22397 * lib/mi-support.exp: Likewise.
22398
22399 From Ian Lance Taylor <iant@cygnus.com>:
22400 * lib/gdb.exp (parse_args): New procedure.
22401
08351840
PA
224022014-04-23 Pedro Alves <palves@redhat.com>
22403
22404 * gdb.base/break-unload-file.c: New file.
22405 * gdb.base/break-unload-file.exp: New file.
22406 * gdb.base/sym-file-lib.c (baz): New function.
22407 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22408 field.
22409 (load): Store the segment's mapped size.
22410 (unload): New function.
22411 (unload_shlib): New function.
22412 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22413 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22414 set a breakpoint at baz, and call it.
22415 * gdb.base/sym-file.exp: New tests for stale breakpoint
22416 instructions.
22417
076855f9
PA
224182014-04-23 Pedro Alves <palves@redhat.com>
22419
22420 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22421 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22422 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22423 * gdb.base/hbreak-unmapped.c: New file.
22424 * gdb.base/hbreak-unmapped.exp: New file.
22425 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22426 * lib/gdb.exp (gdb_is_target_remote): ... here.
22427
483805cf
PA
224282014-04-22 Pedro Alves <palves@redhat.com>
22429
22430 * gdb.base/consecutive-step-over.c: New file.
22431 * gdb.base/consecutive-step-over.exp: New file.
22432
06d97543
PA
224332014-04-22 Pedro Alves <palves@redhat.com>
22434
22435 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22436 instead of send_gdb/gdb_expect.
22437
b4429ea2
YQ
224382014-04-22 Yao Qi <yao@codesourcery.com>
22439
22440 * lib/trace-support.exp (generate_tracefile): New procedure.
22441 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22442 return 0.
22443 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22444 if generate_tracefile returns 1.
22445
51d48146
PA
224462014-04-18 Tom Tromey <palves@redhat.com>
22447 Pedro alves <tromey@redhat.com>
22448
22449 PR backtrace/15558
22450 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22451 with a backtrace limit.
22452 * gdb.python/py-frame-inline.exp: Test running to an inline
22453 function with a backtrace limit, and printing the newest frame.
22454 * gdb.python/py-frame-inline.c (main): Call f.
22455
bd1dce5f
MS
224562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22457
22458 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22459
40d1a503
MS
224602014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22461
22462 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22463 Drop prefix from unsupported source file path.
22464
389b98f7
YQ
224652014-04-17 Yao Qi <yao@codesourcery.com>
22466
22467 * lib/gdb.exp (with_target_charset): New proc.
22468 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22469 with_target_charset.
22470 (test_print_strings): Likewise.
22471 (test_repeat_bytes): Likewise.
22472 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22473 for some tests.
22474
22869d73
KS
224752014-04-16 Keith Seitz <keiths@redhat.com>
22476
22477 PR gdb/15827
22478 * gdb.dwarf2/corrupt.c: New file.
22479 * gdb.dwarf2/corrupt.exp: New file.
22480
c4f87ca6
KS
224812014-04-16 Keith Seitz <keiths@redhat.com>
22482
22483 PR c++/16597
22484 * gdb.cp/namelessclass.cc: New file.
22485 * gdb.cp/namelessclass.exp: New file.
22486 * gdb.cp/namelessclass.S: New file.
22487
ab19de87
DE
224882014-04-16 Doug Evans <dje@google.com>
22489
22490 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22491 Add comment.
22492 (gdbserver_default_get_comm_port): New function.
22493 (gdbserver_start): Check if board file provided
22494 "gdbserver,get_comm_port" and use it if so.
22495 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22496 (gdb,socketport): Set to "stdio".
22497 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22498 (stdio_gdbserver_template): Delete.
22499 (${board}_get_remote_address): Update.
22500 (${board}_build_remote_cmd): Delete.
22501 (${board}_get_comm_port): New function.
22502 (${board}_spawn): Update.
22503 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22504 Delete.
22505 (${board}_get_remote_address): Update.
22506 (${board}_get_comm_port): New function.
22507
fc98a809
AB
225082014-04-16 Andrew Burgess <aburgess@broadcom.com>
22509
22510 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22511 appearing in any order.
22512
87fd9e6e
DE
225132014-04-15 Doug Evans <dje@google.com>
22514
22515 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22516 uninitialized value of "description".
22517
099fc3ea
KS
225182014-04-15 Keith Seitz <keiths@redhat.com>
22519
22520 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22521 Remove unused globals.
22522 (test_running_the_program): Likewise.
22523 (test_controlled_execution): Likewise.
22524 (test_controlling_breakpoints): Likewise.
22525 (test_program_termination): Likewise.
22526
5da151d4
KS
225272014-04-15 Keith Seitz <keiths@redhat.com>
22528
22529 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22530 unused globals.
22531 (test_rbreak_creation_and_listing): Likewise.
22532 (test_ignore_count): Likewise.
22533 (test_error): Likewise.
22534
35e5d2f0
PA
225352014-04-15 Pedro Alves <palves@redhat.com>
22536
22537 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22538 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22539 sym-file-loader.c.
22540 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22541 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22542 to sym-file-loader.c.
22543 (struct library): Forward declare.
22544 (load_shlib, lookup_function): Change prototypes.
22545 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22546 (translate_offset): Remove declarations.
22547 (get_text_addr): New declaration.
22548 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22549 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22550 sym-file-loader.h.
22551 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22552 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22553 here from sym-file-loader.h.
22554 (struct library): New structure.
22555 (load_shlib, lookup_function): Change prototypes and adjust to
22556 work with a struct library.
22557 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22558 (translate_offset): Make static.
22559 (get_text_addr): New function.
22560 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22561
eb4c1710
PA
225622014-04-15 Pedro Alves <palves@redhat.com>
22563
22564 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22565
2d1baf52
PA
225662014-04-15 Pedro Alves <palves@redhat.com>
22567
22568 * gdb.base/sym-file-loader.c: Include <limits.h>.
22569 (SELF_LINK): New define.
22570 (get_origin): New function.
22571 (load_shlib): Use it.
22572 * gdb.base/sym-file.exp: Don't early return if the target is
22573 remote. Use runto_main, and issue fail is that fails. Use
22574 gdb_load_shlibs.
22575 (shlib_name): Delete.
22576 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22577
7dd6df01
PA
225782014-04-15 Pedro Alves <palves@redhat.com>
22579
22580 * gdb.base/sym-file.exp: Remove regex characters from test
22581 message. Don't refer to breakpoint numbers in test messages.
22582
b50c8614
KS
225832014-04-14 Keith Seitz <keiths@redhat.com>
22584
22585 PR c++/16253
22586 * gdb.cp/var-tag.cc: New file.
22587 * gdb.cp/var-tag.exp: New file.
22588 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22589 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22590 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22591 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22592
3d567982
TT
225932014-04-14 Tom Tromey <tromey@redhat.com>
22594
22595 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22596 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22597 type.
22598 * gdb.cp/enum-class.exp: New file.
22599 * gdb.cp/enum-class.cc: New file.
22600
0626fc76
TT
226012014-04-14 Tom Tromey <tromey@redhat.com>
22602
22603 * gdb.dwarf2/enum-type.exp: New file.
22604
dca325b3
SA
226052014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22606
22607 * gdb.mi/mi-vla-c99.exp: New file.
22608 * gdb.mi/vla.c: New file.
22609
5854b38a
SA
226102014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22611
22612 * gdb.base/vla-datatypes.c: New file.
22613 * gdb.base/vla-datatypes.exp: New file.
22614
463bb957
SA
226152014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22616
22617 * gdb.base/vla-ptr.c: New file.
22618 * gdb.base/vla-ptr.exp: New file.
22619
3dd170be
SA
226202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22621
22622 * gdb.dwarf2/count.exp: New file.
22623
5ecaaa66
SA
226242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22625
22626 * gdb.base/vla-sideeffect.c: New file.
22627 * gdb.base/vla-sideeffect.exp: New file.
22628
41f1ada5
DB
226292014-04-14 David Blaikie <dblaikie@gmail.com>
22630
22631 * gdb.mi/non-stop.c: Add return value for non-void function return
22632 statement.
22633 * gdb.threads/staticthreads.c: Ditto.
22634
0be03e84
DE
226352014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22636 Doug Evans <xdje42@gmail.com>
22637
22638 * gdb.guile/scm-value.c: Improve test case.
22639 * gdb.guile/scm-value.exp: Add new test.
22640
f180a1fb
DB
226412014-04-11 David Blaikie <dblaikie@gmail.com>
22642
22643 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22644 override Clang's default.
22645
6b662e19
JB
226462014-04-11 Joel Brobecker <brobecker@adacore.com>
22647
22648 Revert the following changes (regressions):
22649
22650 * gdb.base/vla-sideeffect.c: New file.
22651 * gdb.base/vla-sideeffect.exp: New file.
22652
22653 * gdb.dwarf2/count.exp: New file.
22654
22655 * gdb.base/vla-multi.c: New file.
22656 * gdb.base/vla-multi.exp: New file.
22657
22658 * gdb.base/vla-ptr.c: New file.
22659 * gdb.base/vla-ptr.exp: New file.
22660
22661 * gdb.base/vla-datatypes.c: New file.
22662 * gdb.base/vla-datatypes.exp: New file.
22663
22664 * gdb.mi/mi-vla-c99.exp: New file.
22665 * gdb.mi/vla.c: New file.
22666
245a5f0b
KS
226672014-04-11 Keith Seitz <keiths@redhat.com>
22668
22669 PR c++/16675
22670 * gdb.cp/cpsizeof.exp: New file.
22671 * gdb.cp/cpsizeof.cc: New file.
22672
58a84dcf
SA
226732014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22674
191a8a90
JB
22675 * gdb.mi/mi-vla-c99.exp: New file.
22676 * gdb.mi/vla.c: New file.
58a84dcf 22677
c8655f75
SA
226782014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22679
22680 * gdb.base/vla-datatypes.c: New file.
22681 * gdb.base/vla-datatypes.exp: New file.
22682
024e13b4
SA
226832014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22684
22685 * gdb.base/vla-ptr.c: New file.
22686 * gdb.base/vla-ptr.exp: New file.
22687
1a237e0e
SA
226882014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22689
22690 * gdb.base/vla-multi.c: New file.
22691 * gdb.base/vla-multi.exp: New file.
22692
504f3432
SA
226932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22694
22695 * gdb.dwarf2/count.exp: New file.
22696
3bce8237
SA
226972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22698
191a8a90
JB
22699 * gdb.base/vla-sideeffect.c: New file.
22700 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22701
322f9c21
YQ
227022014-04-11 Yao Qi <yao@codesourcery.com>
22703
22704 * gdb.base/completion.exp: Check file exists before running tests
22705 on file completion.
22706
d708bcd1
PA
227072014-04-10 Pedro Alves <palves@redhat.com>
22708
22709 * gdb.base/cond-eval-mode.c: New file.
22710 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22711 prepare_for_testing to build the new file. Check result of
22712 runto_main.
22713 (test_break, test_watch): New procedures.
22714 (top level): Use them.
22715
ae1d2761
PM
227162014-04-08 Pierre Muller <muller@sourceware.org>
22717
22718 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22719 Ctrl-V use for mingw hosts.
22720
7af389b8
SC
227212014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22722
22723 * gdb.python/py-value.c: Improve test case.
22724 * gdb.python/py-value.exp: Add new test.
22725
5e703181
DE
227262014-04-07 David Blaikie <dblaikie@gmail.com>
22727
22728 * lib/compiler.c: Identify the clang compiler.
22729 * lib/compiler.cc: Ditto.
22730
9810b410
YQ
227312014-04-03 Yao Qi <yao@codesourcery.com>
22732
22733 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22734
98d1b8dc
AB
227352014-04-01 Anton Blanchard <anton@samba.org>
22736
22737 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22738 messages unique.
22739
3114cea1
AB
227402014-04-01 Anton Blanchard <anton@samba.org>
22741
22742 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22743 prepare_for_testing.
22744
62f7182c
AB
227452014-04-01 Anton Blanchard <anton@samba.org>
22746
22747 * gdb.arch/ppc64-atomic-inst.c: Remove.
22748 * gdb.arch/ppc64-atomic-inst.S: New file.
22749 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22750
770e7fc7
DE
227512014-03-31 Doug Evans <dje@google.com>
22752
22753 * gdb.base/print-symbol-loading-lib.c: New file.
22754 * gdb.base/print-symbol-loading-main.c: New file.
22755 * gdb.base/print-symbol-loading.exp: New file.
22756
46e2bafa
YQ
227572014-03-31 Yao Qi <yao@codesourcery.com>
22758
22759 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22760
8776cfe9
JB
227612014-03-28 Joel Brobecker <brobecker@adacore.com>
22762
22763 * gdb.ada/mi_dyn_arr: New testcase.
22764
5d1ef361
DE
227652014-03-27 Doug Evans <dje@google.com>
22766
22767 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22768
b5bee914
YQ
227692014-03-27 Yao Qi <yao@codesourcery.com>
22770
22771 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22772 if target is nios2-*-*.
22773
0d4d0e77
YQ
227742014-03-26 Yao Qi <yao@codesourcery.com>
22775
22776 * lib/gdb.exp (readline_is_used): New proc.
22777 * gdb.base/completion.exp: Move tests on command complete up.
22778 Skip the rest of tests if readline is not used.
22779 * gdb.ada/complete.exp: Skp the test if readline is not
22780 used.
22781 * gdb.base/filesym.exp: Likewise.
22782 * gdb.base/macscp.exp: Likewise.
22783 * gdb.base/readline-ask.exp: Likewise.
22784 * gdb.base/readline.exp: Likewise.
22785 * gdb.python/py-cmd.exp: Likewise.
22786 * gdb.trace/tfile.exp: Likewise.
22787
29361eee
YQ
227882014-03-26 Yao Qi <yao@codesourcery.com>
22789
22790 * gdb.base/macscp.exp: Fix code format issues.
22791
bc9a5525
UW
227922014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22793
22794 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22795 * gdb.asm/powerpc64le.inc: New file.
22796
d3839ede
PA
227972014-03-25 Pedro Alves <palves@redhat.com>
22798 Doug Evans <dje@google.com>
22799
22800 * gdb.base/source-execution.c: New file.
22801 * gdb.base/source-execution.exp: New file.
22802 * gdb.base/source-execution.gdb: New file.
22803
01672a57
DE
228042014-03-24 Doug Evans <dje@google.com>
22805
22806 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22807 using fission.
22808
88bbeca9
HZ
228092014-03-24 Hui Zhu <hui@codesourcery.com>
22810 Pedro Alves <palves@redhat.com>
22811
22812 PR breakpoints/16101
22813 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22814 test pass/fail messages. Detect missing support for dprintf when
22815 breakpoints are actually inserted.
22816 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22817 breakpoints are actually inserted.
22818 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22819 fails.
22820
d2348791
JK
228212014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22822
22823 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22824
feef67ab
DE
228252014-03-22 Doug Evans <xdje42@gmail.com>
22826
22827 * gdb.python/python.exp (python not supported): Verify multi-line
22828 python command issues an error.
25d743f9 22829 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22830 guile command issues an error.
feef67ab 22831
ecebef6a
MR
228322014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22833
22834 * gdb.threads/thread-specific.exp: Handle the lack of usable
22835 $this_breakpoint and $this_thread.
22836
ccdd1909
HZ
228372014-03-21 Hui Zhu <hui@codesourcery.com>
22838
22839 * gdb.base/attach.exp (do_command_attach_tests): New.
22840
beb460e8
PA
228412014-03-20 Tom Tromey <tromey@redhat.com>
22842 Pedro Alves <palves@redhat.com>
22843
22844 PR cli/15718
22845 * gdb.base/condbreak-call-false.c: New file.
22846 * gdb.base/condbreak-call-false.exp: New file.
22847
40acf43a
PA
228482014-03-20 Pedro Alves <palves@redhat.com>
22849
22850 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22851 Delete.
22852 (block_signals, unblock_signals): Delete.
22853 (child_function_2, main): Remove references to deleted variable
22854 and functions.
22855
9f5e1e02
PA
228562014-03-20 Pedro Alves <palves@redhat.com>
22857
22858 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22859 Use pthread_kill to signal thread 2.
22860 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22861 Adjust to make the test send itself a signal rather than using the
22862 host's "kill" command.
22863
99619bea
PA
228642014-03-20 Pedro Alves <palves@redhat.com>
22865
22866 * gdb.threads/multiple-step-overs.c: New file.
22867 * gdb.threads/multiple-step-overs.exp: New file.
22868 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22869 Adjust expected infrun debug output.
22870
2adfaa28
PA
228712014-03-20 Pedro Alves <palves@redhat.com>
22872
22873 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22874 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22875
31e77af2
PA
228762014-03-20 Pedro Alves <palves@redhat.com>
22877
22878 PR breakpoints/7143
22879 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22880 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22881 of gdb_test_multiple.
22882 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22883 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22884
b9f437de
PA
228852014-03-20 Pedro Alves <palves@redhat.com>
22886
22887 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22888 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22889
05adc73e
PA
228902014-03-19 Pedro Alves <palves@redhat.com>
22891
22892 * gdb.base/async.exp: Remove early return.
22893
6048b950
PA
228942014-03-19 Pedro Alves <palves@redhat.com>
22895
22896 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22897
8bcfb00a
PA
228982014-03-19 Pedro Alves <palves@redhat.com>
22899
22900 * gdb.base/async.exp (test_background): Expect \r\n after
22901 "completed." in the fail pattern.
22902
884e37dc
PA
229032014-03-19 Pedro Alves <palves@redhat.com>
22904
22905 * gdb.base/async.exp (test_background): New procedure.
22906 Use it for all background execution command tests.
22907
148e57e2
PA
229082014-03-19 Pedro Alves <palves@redhat.com>
22909
22910 * gdb.base/async.exp: Use prepare_for_testing.
22911
f48088c7
PA
229122014-03-19 Pedro Alves <palves@redhat.com>
22913
22914 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22915 the same line.
22916
e2f6c966
PA
229172014-03-19 Pedro Alves <palves@redhat.com>
22918
22919 * gdb.base/async.c (main): Add "jump here" and "until here" line
22920 marker comments.
22921 * gdb.base/async.exp (jump_here): New global.
22922 (jump& test): Use it.
22923 (until_here): New global.
22924 (until& test): Use it.
22925
c30568d4
PA
229262014-03-19 Pedro Alves <palves@redhat.com>
22927
22928 * gdb.base/async.exp: Don't frob gdb_protocol.
22929
0172b6a7
DE
229302014-03-18 Doug Evans <xdje42@gmail.com>
22931
22932 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22933 Fix spelling of exec-done-display.
22934
06c868a8
JK
229352014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22936
22937 PR gdb/15358
22938 * gdb.base/gdb-sigterm.c: New file.
22939 * gdb.base/gdb-sigterm.exp: New file.
22940
0c7e1a46
PA
229412014-03-18 Pedro Alves <palves@redhat.com>
22942
22943 PR gdb/13860
22944 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22945 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22946 solib-event.
22947
f7c77d93
JB
229482014-03-17 Joel Brobecker <brobecker@adacore.com>
22949
22950 * gdb.ada/pckd_arr_ren: New testcase.
22951
5a1e8c7a
DE
229522014-03-13 Doug Evans <xdje42@gmail.com>
22953
22954 PR guile/16612
22955 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22956 collect after discarding symbols.
22957
350e1a76
DE
229582014-03-13 Ludovic Courtès <ludo@gnu.org>
22959 Doug Evans <xdje42@gmail.com>
22960
22961 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22962 to history survives a gc.
22963
a69900ae
PA
229642014-03-13 Pedro Alves <palves@redhat.com>
22965
22966 * gdb.base/default.exp: Don't test "target procfs".
22967
5db9f0bd
PA
229682014-03-13 Pedro Alves <palves@redhat.com>
22969
22970 * gdb.base/default.exp: Update "target child" and "target procfs"
22971 tests to not expect "Unix".
22972
b3ccfe11
TT
229732014-03-12 Tom Tromey <tromey@redhat.com>
22974
22975 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22976 New procs. Add target-async tests.
22977 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22978 Add target-async tests.
22979
646f4417
AA
229802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22981
22982 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22983 'func_start' and 'func_end' for the beginning and end of the
22984 function code, respectively.
22985 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22986 'func_end' instead of 'func' and 'main'.
22987
288c211f
AA
229882014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22989
22990 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22991 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22992 generate the debug info assembler source.
22993
e0c0f156
AA
229942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22995
22996 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22997 * gdb.dwarf2/arr-subrange.exp: Likewise.
22998 * gdb.dwarf2/dwz.exp: Likewise.
22999 * gdb.dwarf2/method-ptr.exp: Likewise.
23000 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23001 * gdb.dwarf2/subrange.exp: Likewise.
23002 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23003 * gdb.dwarf2/implptrpiece.exp: Likewise.
23004 * gdb.dwarf2/nostaticblock.exp: Likewise.
23005
0e5c4555
AA
230062014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23007
23008 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23009 directory to absolute path name arguments.
23010
5ec18f2b
JG
230112014-03-10 Joel Brobecker <brobecker@adacore.com>
23012
23013 * gdb.ada/tagged_access: New testcase.
23014
847fc4f2
MM
230152014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23016
23017 * gdb.btrace/data.exp: Update expected output.
23018
cc3da688
YQ
230192014-03-06 Yao Qi <yao@codesourcery.com>
23020
23021 * gdb.trace/pr16508.exp: New file.
23022
0f26cec1
PA
230232014-03-05 Pedro Alves <palves@redhat.com>
23024
23025 PR gdb/16575
23026 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23027 procedure.
23028 (top level): Adjust to use it. Add tests that exercise breakpoint
23029 interaction with the code-cache.
23030
7a5a839f
LC
230312014-02-26 Ludovic Courtès <ludo@gnu.org>
23032
23033 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23034 test for 'history-append!'.
23035
31aa7e4e
JB
230362014-02-26 Joel Brobecker <brobecker@adacore.com>
23037
23038 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23039 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23040 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23041 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23042 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23043 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23044
1b588015
JB
230452014-02-26 Joel Brobecker <brobecker@adacore.com>
23046
23047 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23048 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23049 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23050
55426c9d
JB
230512014-02-26 Joel Brobecker <brobecker@adacore.com>
23052
23053 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23054
dc53a7ad
JB
230552014-02-26 Joel Brobecker <brobecker@adacore.com>
23056
23057 * gdb.dwarf2/arr-stride.c: New file.
23058 * gdb.dwarf2/arr-stride.exp: New file.
23059
12ab52e9
PA
230602014-02-26 Pedro Alves <palves@redhat.com>
23061
23062 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23063 that won't ever trigger. Make sure that GDB reports the correct
23064 breakpoint that caused the stop.
23065
849c862e
JK
230662014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23067
23068 PR gdb/16626
23069 * gdb.base/auto-load-script: New file.
23070 * gdb.base/auto-load.c: New file.
23071 * gdb.base/auto-load.exp: New file.
23072
71b7d793
JK
23073 PR gdb/16626
23074 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23075
e2f0d509
JK
230762014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23077
23078 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23079 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23080
50cc37c8
DE
230812014-02-24 Doug Evans <dje@google.com>
23082
23083 * lib/gdb.exp (run_on_host): Log error output if program fails.
23084
ea4758f2
PA
230852014-02-21 Pedro Alves <palves@redhat.com>
23086
23087 * gdb.threads/step-after-sr-lock.c: Rename to ...
23088 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23089 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23090 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23091 ... this.
23092
d7b30f67
SDJ
230932014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23094
23095 PR tdep/16397
23096 * gdb.arch/amd64-stap-special-operands.exp: New file.
23097 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23098 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23099 * gdb.arch/amd64-stap-triplet.S: Likewise.
23100 * gdb.arch/amd64-stap-triplet.c: Likewise.
23101
83deb43f
JB
231022014-02-20 Joel Brobecker <brobecker@adacore.com>
23103
23104 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23105 in .section pseudo-op.
23106
adde2bff
DE
231072014-02-20 lin zuojian <manjian2006@gmail.com>
23108 Joel Brobecker <brobecker@adacore.com>
23109 Doug Evans <xdje42@gmail.com>
23110
23111 PR symtab/16581
23112 * gdb.dwarf2/dw2-icycle.S: New file.
23113 * gdb.dwarf2/dw2-icycle.c: New file.
23114 * gdb.dwarf2/dw2-icycle.exp: New file.
23115
f7bd0f78
SC
231162014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23117
23118 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23119 operations on gdb.Value objects.
23120 * gdb.python/py-value-cc.exp: Add new test to test operations on
23121 gdb.Value objects.
23122
c17ef0d5
DE
231232014-02-18 Doug Evans <dje@google.com>
23124
23125 * Makefile.in (TESTS): New variable.
23126 (expanded_tests, expanded_tests_or_none): New variables
23127 (check-single): Pass $(expanded_tests_or_none) to runtest.
23128 (check-parallel): Only run tests in $(TESTS) if non-empty.
23129 (check/no-matching-tests-found): New rule.
23130 * README: Document TESTS makefile variable.
23131
5dd3176f
DE
231322014-02-18 Doug Evans <dje@google.com>
23133
23134 * Makefile.in (check-parallel): rm -rf outputs temp.
23135
0b10be4f
JK
231362014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23137
23138 Fix "ERROR: no fileid for" in the testsuite.
23139 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23140
85f224e7
DE
231412014-02-12 Doug Evans <dje@google.com>
23142
23143 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23144 (MISCELLANEOUS): New variable.
23145 (clean): rm -rf $(MISCELLANEOUS).
23146 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23147 dwp live in the same directory as symlinks, with each symlink pointed
23148 to a differently named file in a different directory.
23149
149b30ff
DE
231502014-02-11 Doug Evans <dje@google.com>
23151
23152 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23153 of Tcl file commands.
23154
1dfdac32
MK
231552014-02-10 Mark Kettenis <kettenis@gnu.org>
23156
23157 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23158 "kill -SIGUSR1 -1".
23159
aa4fb036
JB
231602014-02-10 Joel Brobecker <brobecker@adacore.com>
23161
23162 * gdb.ada/tick_length_array_enum_idx: New testcase.
23163
ed3ef339
DE
231642014-02-10 Doug Evans <xdje42@gmail.com>
23165
23166 * configure.ac (AC_OUTPUT): Add gdb.guile.
23167 * configure: Regenerate.
23168 * lib/gdb-guile.exp: New file.
23169 * lib/gdb.exp (get_target_charset): New function.
23170 * gdb.base/help.exp: Update expected output from "apropos apropos".
23171 * gdb.guile/Makefile.in: New file.
23172 * gdb.guile/guile.exp: New file.
23173 * gdb.guile/scm-arch.c: New file.
23174 * gdb.guile/scm-arch.exp: New file.
23175 * gdb.guile/scm-block.c: New file.
23176 * gdb.guile/scm-block.exp: New file.
23177 * gdb.guile/scm-breakpoint.c: New file.
23178 * gdb.guile/scm-breakpoint.exp: New file.
23179 * gdb.guile/scm-disasm.c: New file.
23180 * gdb.guile/scm-disasm.exp: New file.
23181 * gdb.guile/scm-equal.c: New file.
23182 * gdb.guile/scm-equal.exp: New file.
23183 * gdb.guile/scm-error.exp: New file.
23184 * gdb.guile/scm-error.scm: New file.
23185 * gdb.guile/scm-frame-args.c: New file.
23186 * gdb.guile/scm-frame-args.exp: New file.
23187 * gdb.guile/scm-frame-args.scm: New file.
23188 * gdb.guile/scm-frame-inline.c: New file.
23189 * gdb.guile/scm-frame-inline.exp: New file.
23190 * gdb.guile/scm-frame.c: New file.
23191 * gdb.guile/scm-frame.exp: New file.
23192 * gdb.guile/scm-generics.exp: New file.
23193 * gdb.guile/scm-gsmob.exp: New file.
23194 * gdb.guile/scm-iterator.c: New file.
23195 * gdb.guile/scm-iterator.exp: New file.
23196 * gdb.guile/scm-math.c: New file.
23197 * gdb.guile/scm-math.exp: New file.
23198 * gdb.guile/scm-objfile-script-gdb.in: New file.
23199 * gdb.guile/scm-objfile-script.c: New file.
23200 * gdb.guile/scm-objfile-script.exp: New file.
23201 * gdb.guile/scm-objfile.c: New file.
23202 * gdb.guile/scm-objfile.exp: New file.
23203 * gdb.guile/scm-ports.exp: New file.
23204 * gdb.guile/scm-pretty-print.c: New file.
23205 * gdb.guile/scm-pretty-print.exp: New file.
23206 * gdb.guile/scm-pretty-print.scm: New file.
23207 * gdb.guile/scm-section-script.c: New file.
23208 * gdb.guile/scm-section-script.exp: New file.
23209 * gdb.guile/scm-section-script.scm: New file.
23210 * gdb.guile/scm-symbol.c: New file.
23211 * gdb.guile/scm-symbol.exp: New file.
23212 * gdb.guile/scm-symtab-2.c: New file.
23213 * gdb.guile/scm-symtab.c: New file.
23214 * gdb.guile/scm-symtab.exp: New file.
23215 * gdb.guile/scm-type.c: New file.
23216 * gdb.guile/scm-type.exp: New file.
23217 * gdb.guile/scm-value-cc.cc: New file.
23218 * gdb.guile/scm-value-cc.exp: New file.
23219 * gdb.guile/scm-value.c: New file.
23220 * gdb.guile/scm-value.exp: New file.
23221 * gdb.guile/source2.scm: New file.
23222 * gdb.guile/types-module.cc: New file.
23223 * gdb.guile/types-module.exp: New file.
23224
7026a7c1
YQ
232252014-02-10 Yao Qi <yao@codesourcery.com>
23226
23227 PR testsuite/16543
23228 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23229 * configure: Regenerated.
23230 * Makefile.in: New file.
23231
6c466447
AS
232322014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23233
23234 * gdb.python/py-framefilter.exp: Fix typo.
23235
6e854735
YQ
232362014-02-08 Yao Qi <yao@codesourcery.com>
23237
23238 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23239 that no =breakpoint-modified is emitted when breakpoints are
23240 modified through MI commands.
23241
d137e6dc
PA
232422014-02-07 Pedro Alves <pedro@codesourcery.com>
23243 Pedro Alves <palves@redhat.com>
23244
23245 * gdb.threads/step-after-sr-lock.c: New file.
23246 * gdb.threads/step-after-sr-lock.exp: New file.
23247
b5ee5a50
PA
232482014-02-07 Pedro Alves <palves@redhat.com>
23249
23250 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23251
3c77faf3
JK
232522014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23253
23254 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23255 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23256
6dddc817
DE
232572014-02-06 Doug Evans <xdje42@gmail.com>
23258
23259 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23260 output.
23261
23262 * gdb.gdb/python-interrupts.exp: New file.
23263
de7b2893
YQ
232642014-02-05 Yao Qi <yao@codesourcery.com>
23265
23266 * gdb.trace/report.exp (use_collected_data): Test the output
23267 of "info threads" and "info inferiors".
23268
66d032ac
YQ
232692014-02-05 Yao Qi <yao@codesourcery.com>
23270
23271 Revert this patch:
23272
23273 2013-05-24 Yao Qi <yao@codesourcery.com>
23274
23275 * gdb.trace/tfile.exp: Test inferior and thread.
23276
591a12a1
UW
232772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23278
23279 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23280 on a function.
23281 * gdb.base/step-bt.c: Call hello via function pointer to make
23282 sure its first instruction is executed on powerpc64le-linux.
23283
0ff3e01f
UW
232842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23285
23286 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23287
084ee545
UW
232882014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23289
23290 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23291 of the test patterns for use on little-endian systems.
23292
6ed14ff3
UW
232932014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23294
23295 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23296 (decimal_vector): Fix for little-endian.
23297
401e27fd
JM
232982014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23299
23300 * gdb.arch/sparc-sysstep.exp: New file.
23301 * gdb.arch/sparc-sysstep.c: Likewise.
23302
23303 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23304
8b924729
EBM
233052014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23306
23307 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23308
fb151210
JB
233092014-01-23 Tom Tromey <tromey@redhat.com>
23310
23311 * gdb.ada/array_char_idx: New testcase.
23312
0740f8d8
TT
233132014-01-23 Tom Tromey <tromey@redhat.com>
23314
23315 PR python/16487:
23316 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23317 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23318 classes.
23319
21909fa1
TT
233202014-01-23 Tom Tromey <tromey@redhat.com>
23321
23322 PR python/16491:
23323 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23324 string from an inferior frame.
23325 * gdb.python/py-framefilter-mi.exp: Update.
23326
87ce2a04
DE
233272014-01-22 Doug Evans <dje@google.com>
23328
23329 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23330
237b092b
AA
233312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23332
23333 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23334
d674a709
AA
233352014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23336
23337 * gdb.trace/entry-values.exp: Remove excess space character from
23338 regex patterns. Handle s390 call instruction.
23339
20fa3390
AA
233402014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23341
23342 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23343 define "*_start" label. Make "name" static.
23344 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23345 ${name} by references to ${name}_start.
23346
78466714
AA
233472014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23348
23349 * gdb.base/info-macros.exp: Remove "debug" from the compile
23350 options.
23351
ec9f644a
IB
233522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23353
23354 * gdb.dlang/demangle.exp: New file.
23355
94b1b47e
IB
233562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23357
23358 * gdb.dlang/primitive-types.exp: New file.
23359
7f420862
IB
233602014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23361
23362 * configure.ac: Create gdb.dlang/Makefile.
23363 * configure: Regenerate.
23364 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23365 * gdb.dlang/Makefile.in: New file.
23366 * lib/d-support.exp: New file.
23367 * lib/gdb.exp (skip_d_tests): New proc.
23368
52834460
MM
233692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23370
23371 * gdb.btrace/delta.exp: Check reverse stepi.
23372 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23373 * gdb.btrace/finish.exp: New.
23374 * gdb.btrace/next.exp: New.
23375 * gdb.btrace/nexti.exp: New.
23376 * gdb.btrace/record_goto.c: Add comments.
23377 * gdb.btrace/step.exp: New.
23378 * gdb.btrace/stepi.exp: New.
23379 * gdb.btrace/multi-thread-step.c: New.
23380 * gdb.btrace/multi-thread-step.exp: New.
23381 * gdb.btrace/rn-dl-bind.c: New.
23382 * gdb.btrace/rn-dl-bind.exp: New.
23383 * gdb.btrace/data.c: New.
23384 * gdb.btrace/data.exp: New.
23385 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23386
6e07b1d2
MM
233872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23388
23389 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23390 * gdb.btrace/exception.exp: Update.
23391 * gdb.btrace/instruction_history.exp: Update.
23392 * gdb.btrace/record_goto.exp: Update.
23393 * gdb.btrace/tailcall.exp: Update.
23394 * gdb.btrace/unknown_functions.exp: Update.
23395 * gdb.btrace/delta.exp: New.
23396
0b722aec
MM
233972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23398
23399 * gdb.btrace/record_goto.exp: Add backtrace test.
23400 * gdb.btrace/tailcall.exp: Add backtrace test.
23401
066ce621
MM
234022014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23403
23404 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23405 * gdb.btrace/record_goto.c: New.
23406 * gdb.btrace/record_goto.exp: New.
23407 * gdb.btrace/x86-record_goto.S: New.
23408
0688d04e
MM
234092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23410
23411 * gdb.btrace/function_call_history.exp: Update tests.
23412 * gdb.btrace/instruction_history.exp: Update tests.
23413
8710b709
MM
234142014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23415
23416 * gdb.btrace/function_call_history.exp: Fix expected field
23417 order for "record function-call-history".
23418 Add new tests for "record function-call-history /c".
23419 * gdb.btrace/exception.cc: New.
23420 * gdb.btrace/exception.exp: New.
23421 * gdb.btrace/tailcall.exp: New.
23422 * gdb.btrace/x86-tailcall.S: New.
23423 * gdb.btrace/x86-tailcall.c: New.
23424 * gdb.btrace/unknown_functions.c: New.
23425 * gdb.btrace/unknown_functions.exp: New.
23426 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23427
5de9129b
MM
234282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23429
23430 * gdb.btrace/instruction_history.exp: Update.
23431 * gdb.btrace/function_call_history.exp: Update.
23432
23a7fe75
MM
234332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23434
23435 * gdb.btrace/function_call_history.exp: Fix expected function
23436 trace.
23437 * gdb.btrace/instruction_history.exp: Initialize traced.
23438 Remove traced_functions.
23439
724c7dd8
MM
234402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23441
23442 * gdb.btrace/function_call_history.exp: Update
23443 * gdb.btrace/instruction_history.exp: Update.
23444
6d78d93b
MM
234452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23446
23447 * gdb.btrace/enable.exp: Update expected text.
23448
93a360cc
OJ
234492014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23450
23451 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23452 bytes.
23453
3772b53f
MR
234542014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23455
23456 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23457
596662fa
OJ
234582014-01-15 Omair Javaid <omair.javaid@linaro.org>
23459
23460 * lib/gdb.exp (supports_process_record): Return true for
23461 arm*-linux*. (supports_reverse): Likewise.
23462
b5b08fb4
SC
234632014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23464
23465 PR python/15464
23466 PR python/16113
23467 * gdb.python/py-type.c: Enhance test case.
23468 * gdb.python/py-value-cc.cc: Likewise
23469 * gdb.python/py-type.exp: Add new tests.
23470 * gdb.python/py-value-cc.exp: Likewise
23471
52d7fb13
AA
234722014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23473 Pedro Alves <palves@redhat.com>
23474
23475 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23476 Make "name" extern.
23477 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23478 references to ${name}_start by references to ${name}.
23479
a2cd8cfe
JB
234802014-01-10 Joel Brobecker <brobecker@adacore.com>
23481
23482 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23483
4e23fced
JB
234842014-01-10 Joel Brobecker <brobecker@adacore.com>
23485
23486 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23487
c6a9e42c
PA
234882014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23489 Pedro Alves <palves@redhat.com>
23490
23491 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23492 mi_gdb_target_load.
c6a9e42c 23493
b7ea362b
PA
234942014-01-08 Pedro Alves <palves@redhat.com>
23495
23496 * gdb.threads/reconnect-signal.c: New file.
23497 * gdb.threads/reconnect-signal.exp: New file.
23498
5e3f4fab
EBM
234992014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23500
23501 * gdb.base/source-dir.exp: New file.
23502
79301218
JB
235032014-01-07 Joel Brobecker <brobecker@adacore.com>
23504
23505 * gdb.ada/mi_interface: New testcase.
23506
8e355c5d
JB
235072014-01-07 Joel Brobecker <brobecker@adacore.com>
23508
23509 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23510 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23511 gdb.ada/pp-rec-component/pck.ads: New files.
23512
c0d48811
JB
235132014-01-07 Joel Brobecker <brobecker@adacore.com>
23514
23515 * gdb.python/py-pp-integral.c: New file.
23516 * gdb.python/py-pp-integral.py: New file.
23517 * gdb.python/py-pp-integral.exp: New file.
23518
17b609c3 23519For older changes see ChangeLog-1993-2013.
c906108c 23520\f
8d8cb839
EZ
23521;; Local Variables:
23522;; mode: change-log
23523;; left-margin: 8
23524;; fill-column: 74
23525;; version-control: never
23526;; End:
902f2ccb 23527
3666a048 23528 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23529 Copying and distribution of this file, with or without modification,
23530 are permitted provided the copyright notice and this notice are preserved.
This page took 4.38322 seconds and 4 git commands to generate.