]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
binutils testsuite: replace unresolved with unsupported
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a1670b72
AB
12021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.fortran/lbound-ubound.exp: Remove old comment.
4
bf3386f0
AB
52021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.base/maint-info-sections.exp: Update expected output, and
8 add additional tests. Again.
9
4790db14
AB
102021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
11
12 * gdb.base/maint-info-sections.exp: Update expected output, and
13 add additional tests.
14
f4be6772
AB
152021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.base/maint-info-sections.exp: New file, content is moved
18 from gdb.base/maint.exp and cleaned up to use latest testsuite
19 techniques.
20 * gdb.base/maint.exp: Tests moved out to
21 gdb.base/maint-info-sections.exp.
22
25ad1e83
SM
232021-02-10 Simon Marchi <simon.marchi@efficios.com>
24
25 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
26 GDBFLAGS.
27
e92c8eb8
AB
282021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
29
30 * gdb.fortran/lbound-ubound.F90: New file.
31 * gdb.fortran/lbound-ubound.exp: New file.
32
ee4c3d88
TV
332021-02-10 Tom de Vries <tdevries@suse.de>
34
35 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
36 "Restore saved setting of complaints".
37
cf2b2075
TV
382021-02-09 Tom de Vries <tdevries@suse.de>
39
40 PR symtab/27341
41 * lib/gdb.exp (with_complaints): New proc, factored out of ...
42 (gdb_load_no_complaints): ... here.
43 * gdb.fortran/function-calls.exp: Add test-case.
44
b61f7811
HAQ
452021-02-09 Abid Qadeer <abidh@codesourcery.com>
46
47 * gdb.threads/signal-command-handle-nopass.exp: Call
48 'standard_testfile' before using 'testfile'.
49 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
50 * gdb.threads/signal-delivered-right-thread.exp: Likewise
51 * gdb.threads/signal-sigtrap.exp: Likewise
52
3d4aae48
LM
532021-02-08 Luis Machado <luis.machado@linaro.org>
54
55 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
56
4001d90d
TV
572021-02-08 Tom de Vries <tdevries@suse.de>
58
59 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
60
29db1eb3
AB
612021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
62
63 * gdb.python/tui-window-disabled.c: New file.
64 * gdb.python/tui-window-disabled.exp: New file.
65 * gdb.python/tui-window-disabled.py: New file.
66
e0c23e11
AB
672021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
68
69 * gdb.python/tui-window.exp: Add new tests.
70 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
71 TestWindow object into global the_window.
72 <remote_title>: New method.
73 (delete_window_title): New function.
74
1cf23996
AB
752021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
76
77 * gdb.tui/winheight.exp: Add more tests.
78
2708dbbd
AB
792021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
80
81 * gdb.python/py-framefilter.exp: Update expected results.
82 * gdb.python/python.exp: Update expected results.
83
cd074e04
AB
842021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
87 about bug in GDB, update expected results, and add more tests.
88
5fb97639
AB
892021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.tui/scroll.exp: New file.
92 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
93 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
94 remaining lines up.
95 (Term::check_region_contents): New proc.
96 (Term::check_box_contents): Use check_region_contents.
97
c0e56745
TV
982021-02-06 Tom de Vries <tdevries@suse.de>
99
100 PR testsuite/26922
101 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
102 scrolling.
103
0e857c82
TV
1042021-02-05 Tom de Vries <tdevries@suse.de>
105
106 PR breakpoints/27313
107 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
108 rejected.
109
a22ec6e8
TV
1102021-02-05 Tom de Vries <tdevries@suse.de>
111
112 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
113 * gdb.fortran/mixed-lang-stack.exp: Same.
114
ae710496
TV
1152021-02-05 Tom de Vries <tdevries@suse.de>
116
117 PR exp/27265
118 * gdb.base/complex-parts.exp: Add tests.
119
d3b54e63
TV
1202021-02-05 Tom de Vries <tdevries@suse.de>
121
122 PR symtab/27307
123 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
124
3eccb1c8
SV
1252021-02-04 Shahab Vahedi <shahab@synopsys.com>
126
127 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
128
a71501e2
PA
1292021-02-03 Pedro Alves <pedro@palves.net>
130
131 * gdb.threads/detach-step-over.c: New file.
132 * gdb.threads/detach-step-over.exp: New file.
133
92234eb1
PA
1342021-02-03 Pedro Alves <pedro@palves.net>
135
136 * gdb.threads/attach-non-stop.c: New file.
137 * gdb.threads/attach-non-stop.exp: New file.
138
2e3773ff
LS
1392021-02-02 Lancelot SIX <lsix@lancelotsix.com>
140
141 * gdb.base/inferior-noarg.c: New test.
142 * gdb.base/inferior-noarg.exp: New test.
143
e0bd9202
SM
1442021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
145
146 * gdb.base/scope.exp: Use proc_with_prefix.
147
9307efbe
SM
1482021-02-02 Simon Marchi <simon.marchi@efficios.com>
149
150 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
151 table proc.
152 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
153 .debug_rnglists table without offset array.
154 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
155 .debug_loclists table without offset array.
156
2b0c7f41
SM
1572021-02-02 Simon Marchi <simon.marchi@efficios.com>
158
159 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
160 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
161 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
162 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
163 attribute
164
ecfda20d
SM
1652021-02-02 Simon Marchi <simon.marchi@efficios.com>
166
167 PR gdb/26813
168 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
169 (loclists): New proc.
170 * gdb.dwarf2/loclists-multiple-cus.c: New.
171 * gdb.dwarf2/loclists-multiple-cus.exp: New.
172 * gdb.dwarf2/loclists-sec-offset.c: New.
173 * gdb.dwarf2/loclists-sec-offset.exp: New.
174
6b0933da
SM
1752021-02-02 Simon Marchi <simon.marchi@efficios.com>
176
177 * lib/dwarf.exp (_location): Add parameters.
178 (_handle_DW_FORM): Adjust.
179
962effa7
SM
1802021-02-02 Simon Marchi <simon.marchi@efficios.com>
181
182 PR gdb/26813
183 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
184 (cu): Generate header for DWARF 5.
185 (rnglists): New proc.
186 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
187 * gdb.dwarf2/rnglists-sec-offset.exp: New.
188
2bd3e4b8
TV
1892021-02-02 Tom de Vries <tdevries@suse.de>
190
191 PR symtab/24620
192 * gdb.dwarf2/fission-reread.exp: Add test-case.
193
c39c8637
TV
1942021-02-01 Tom de Vries <tdevries@suse.de>
195
196 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
197 * gdb.dwarf2/fission-loclists-pie.S: Same.
198 * gdb.dwarf2/fission-loclists.S: Same.
199 * gdb.dwarf2/fission-multi-cu.S: Same.
200 * gdb.dwarf2/fission-reread.S: Same.
201 * gdb.dwarf2/fission-base.exp: Use DWO.
202 * gdb.dwarf2/fission-loclists-pie.exp: Same.
203 * gdb.dwarf2/fission-loclists.exp: Same.
204 * gdb.dwarf2/fission-multi-cu.exp: Same.
205 * gdb.dwarf2/fission-reread.exp: Same.
206
ebde6f2d
TV
2072021-01-29 Tom de Vries <tdevries@suse.de>
208
209 PR breakpoints/26063
210 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
211 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
212
620ec3ca
TV
2132021-01-29 Tom de Vries <tdevries@suse.de>
214
215 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
216
cdeba395
TV
2172021-01-28 Tom de Vries <tdevries@suse.de>
218
219 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
220 in the backtrace, and use that in the rest of the test instead of
221 hardcoded constant 3. Use "frame" instead of "up" for robustness.
222
c47b145e
TV
2232021-01-28 Tom de Vries <tdevries@suse.de>
224
225 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
226 * gdb.arch/i386-sse-stack-align.c: Same.
227 * gdb.arch/i386-sse-stack-align.exp: Same.
228
47918cca
AB
2292021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
230
231 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
232
2f985dd1
TV
2332021-01-28 Tom de Vries <tdevries@suse.de>
234
235 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
236
22efa3d3
TV
2372021-01-28 Tom de Vries <tdevries@suse.de>
238
239 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
240 "maint info line-table". Make PASS pattern more specific. Make
241 FAIL pattern work for -m32.
242
59b59f08
LS
2432021-01-27 Lancelot SIX <lsix@lancelotsix.com>
244
245 PR gdb/27133
246 * gdb.base/ui-redirect.exp: Add test case that ensures that
247 redirecting both logging and debug does not cause gdb to crash.
248
249
807f647c
MM
2502021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
251
252 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
253
4ca40594
TV
2542021-01-26 Tom de Vries <tdevries@suse.de>
255
256 * gdb.threads/killed-outside.exp: Allow regular output.
257
d0021af3
TV
2582021-01-26 Tom de Vries <tdevries@suse.de>
259
260 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
261
9f6c202e
TV
2622021-01-25 Tom de Vries <tdevries@suse.de>
263
264 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
265 * lib/gdb.exp: Use gdb_load_no_complaints.
266
a625a8c9
TT
2672021-01-25 Tom Tromey <tromey@adacore.com>
268
269 * gdb.ada/fixed_points.exp: Add regression test.
270 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
271 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
272
19184910
TT
2732021-01-25 Tom Tromey <tromey@adacore.com>
274
275 * gdb.ada/local-enum.exp: Add enumerator resolution test.
276
acd6125f
TT
2772021-01-25 Tom Tromey <tromey@adacore.com>
278
279 * gdb.ada/local-enum.exp: New file.
280 * gdb.ada/local-enum/local.adb: New file.
281
1af4c9c4
TT
2822021-01-23 Tom Tromey <tom@tromey.com>
283
284 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
285
705646c0
BE
2862021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
287
288 * gdb.base/line65535.exp: Fix test expectation.
289
0ac85db5
SM
2902021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
291
292 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
293 suppression.
294 (default_gdb_exit): Likewise.
295 (default_gdb_spawn): Likewise.
296 (send_gdb): Likewise.
297 (gdb_expect): Likewise.
298 (gdb_expect_list): Likewise.
299 (default_gdb_init): Likewise.
300 (gdb_suppress_entire_file): Remove.
301 (gdb_suppress_tests): Remove.
302 (gdb_stop_suppressing_tests): Remove.
303 (gdb_clear_suppressed): Remove.
304 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
305 related to test suppression.
306 (default_mi_gdb_start): Likewise.
307 (mi_gdb_reinitialize_dir): Likewise.
308 (mi_gdb_test): Likewise.
309 (mi_run_cmd_full): Likewise.
310 (mi_runto_helper): Likewise.
311 (mi_execute_to): Likewise.
312 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
313 * gdb.base/bitfields.exp: Likewise.
314 * gdb.base/bitfields2.exp: Likewise.
315 * gdb.base/break.exp: Likewise.
316 * gdb.base/call-sc.exp: Likewise.
317 * gdb.base/callfuncs.exp: Likewise.
318 * gdb.base/dfp-test.exp: Likewise.
319 * gdb.base/endian.exp: Likewise.
320 * gdb.base/exprs.exp: Likewise.
321 * gdb.base/funcargs.exp: Likewise.
322 * gdb.base/hbreak2.exp: Likewise.
323 * gdb.base/recurse.exp: Likewise.
324 * gdb.base/scope.exp: Likewise.
325 * gdb.base/sepdebug.exp: Likewise.
326 * gdb.base/structs.exp: Likewise.
327 * gdb.base/until.exp: Likewise.
328 * gdb.cp/misc.exp: Likewise.
329
9d2d8a16
AB
3302021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 PR cli/25956
333 * gdb.base/style.exp (run_style_tests): Add version string test.
334 (test_startup_version_string): Use version style name.
335 * lib/gdb-utils.exp (style): Handle version style name.
336
e7b43072
AB
3372021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.base/style.exp (limited_style): New proc.
340 (clean_restart_and_disable): New proc.
341 (run_style_tests): New proc. Most of the old tests from this file
342 are now in this proc.
343 (test_startup_version_string): New proc. Reamining test from the
344 old file is in this proc.
345
2189c312
SM
3462021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
347
348 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
349 Adjust to "set debug remote" changes.
350
cd211c75
LM
3512021-01-21 Luis Machado <luis.machado@linaro.org>
352
353 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
354 message.
355
730af663
SM
3562021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
357
358 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
359
325d39e4
HD
3602021-01-21 Hannes Domani <ssbssa@yahoo.de>
361
362 PR python/19151
363 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
364
c3e96aa7
SM
3652021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
366
367 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
368
6571ffc6
SM
3692021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
370
371 * lib/tuiterm.exp: Add links in comments.
372
7c794afd
TV
3732021-01-20 Tom de Vries <tdevries@suse.de>
374
375 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
376 offset.
377
1402665c
TV
3782021-01-20 Tom de Vries <tdevries@suse.de>
379
380 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
381
6f52fdf4
SDJ
3822021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
383
384 * gdb.arch/amd64-stap-expressions.S: New file.
385 * gdb.arch/amd64-stap-expressions.exp: New file.
386
14852123
TV
3872021-01-19 Tom de Vries <tdevries@suse.de>
388
389 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
390 sequence.
391
0c4e2c6c
TV
3922021-01-19 Tom de Vries <tdevries@suse.de>
393
394 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
395
02baa133
AB
3962021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.fortran/array-slices.exp (run_test): Avoid including
399 addresses in test names.
400
10f92414
TV
4012021-01-15 Tom de Vries <tdevries@suse.de>
402
403 PR testsuite/26997
404 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
405 when adding sizeof.
406
116d0cf1
TV
4072021-01-14 Tom de Vries <tdevries@suse.de>
408
409 PR testsuite/24590
410 * gdb.base/style.exp: Handle shorter argv in frame command output.
411
8f66807b
AB
4122021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 PR gdb/26819
415 * gdb.server/stop-reply-no-thread-multi.c: New file.
416 * gdb.server/stop-reply-no-thread-multi.exp: New file.
417
3f94e588
TV
4182021-01-12 Tom de Vries <tdevries@suse.de>
419
420 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
421 (main): Remove call to have_mpx.
422 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
423 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
424 (main): Remote call to have_mpx.
425 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
426 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
427 (main): Remove call to have_mpx.
428 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
429 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
430 (main): Remove call to have_mpx.
431 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
432 * gdb.arch/i386-mpx.c (have_mpx): Remove.
433 (main): Remote call to have_mpx.
434 * gdb.arch/i386-mpx.exp: Use have_mpx.
435 * lib/gdb.exp (have_mpx): New proc.
436
5291fe3c
SP
4372021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
438
439 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
440
18bfb505
TV
4412021-01-12 Tom de Vries <tdevries@suse.de>
442
443 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
444
ce38f5ed
AB
4452021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.fortran/debug-expr.exp: Add new tests.
448
7c654b71
AB
4492021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.fortran/dot-ops.exp: Add new tests.
452
10dadadc
TV
4532021-01-11 Tom de Vries <tdevries@suse.de>
454
455 PR testsuite/26968
456 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
457 Move insn setting $eax to before probe point.
458
66beed02
TT
4592021-01-09 Tom Tromey <tom@tromey.com>
460
461 * gdb.trace/ax.exp: Do not require an "ext".
462
8fc48b79
TT
4632021-01-08 Tom Tromey <tromey@adacore.com>
464
465 * gdb.ada/voidctx/pck.adb: New file.
466 * gdb.ada/voidctx/pck.ads: New file.
467 * gdb.ada/voidctx/voidctx.adb: New file.
468 * gdb.ada/voidctx.exp: New file.
469
6abd4cf2
SM
4702021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
471
472 PR gdb/27157
473 * gdb.base/empty-host-env-vars.exp: New test.
474
d00f0868
AB
4752021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
476
477 * gdb.base/completion.exp: Add a new test.
478
3c8c6de2
AB
4792021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
480
481 * gdb.fortran/intvar-dynamic-types.exp: New file.
482 * gdb.fortran/intvar-dynamic-types.f90: New file.
483
e3436813
AB
4842021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
485
486 * gdb.fortran/intvar-array.exp: New file.
487 * gdb.fortran/intvar-array.f90: New file.
488
d4813f10
TT
4892021-01-07 Tom Tromey <tromey@adacore.com>
490
491 * gdb.ada/assign_arr.exp: Add 'others' test.
492
b49180ac
TT
4932021-01-06 Tom Tromey <tromey@adacore.com>
494
495 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
496 (FP4_Type): New type.
497 (FP4_Var): New variable.
498 * gdb.ada/fixed_points/fixed_points.adb: Update.
499 * gdb.ada/fixed_points.exp: Add tests for binary operators.
500
3c55062c
SM
5012021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
502
503 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
504 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
505 Pass prompt containing debug print to gdb_test_sequence.
506
e4ad960a
TV
5072021-01-04 Tom de Vries <tdevries@suse.de>
508
509 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
510
3ec3145c
SM
5112021-01-04 Simon Marchi <simon.marchi@efficios.com>
512
513
514
8dc558a0
SM
5152021-01-04 Simon Marchi <simon.marchi@efficios.com>
516
517 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
518 * gdb.server/connect-without-multi-process.exp: Likewise.
519 * gdb.server/exit-multiple-threads.exp: Likewise.
520 * gdb.server/ext-attach.exp: Likewise.
521 * gdb.server/ext-restart.exp: Likewise.
522 * gdb.server/ext-run.exp: Likewise.
523 * gdb.server/ext-wrapper.exp: Likewise.
524 * gdb.server/multi-ui-errors.exp: Likewise.
525 * gdb.server/no-thread-db.exp: Likewise.
526 * gdb.server/reconnect-ctrl-c.exp: Likewise.
527 * gdb.server/run-without-local-binary.exp: Likewise.
528 * gdb.server/server-kill.exp: Likewise.
529 * gdb.server/server-run.exp: Likewise.
530 * gdb.server/solib-list.exp: Likewise.
531 * gdb.server/stop-reply-no-thread.exp: Likewise.
532 * gdb.server/wrapper.exp: Likewise.
533 * gdb.server/sysroot.exp: Increase timeout when testing the
534 target: sysroot.
535
d8387cc8
SM
5362021-01-04 Simon Marchi <simon.marchi@efficios.com>
537
538 * gdb.server/server-run.exp: Use clean_restart.
539
5169ae34
SM
5402021-01-04 Simon Marchi <simon.marchi@efficios.com>
541
542 * gdb.server/ext-run.exp: Use clean_restart.
543
7b0ff8a2
SM
5442021-01-04 Simon Marchi <simon.marchi@efficios.com>
545
546 * gdb.server/stop-reply-no-thread.exp: Use build_executable
547 instead of prepare_for_testing.
548
a754fbdf
SM
5492021-01-04 Simon Marchi <simon.marchi@efficios.com>
550
551 * gdb.server/solib-list.exp: Use clean_restart.
552
c5e71b33
TV
5532021-01-04 Tom de Vries <tdevries@suse.de>
554
555 * gdb.base/morestack.c: Remove printf.
556 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
557
9b243007
TT
5582020-12-31 Tom Tromey <tom@tromey.com>
559
560 * gdb.rust/simple.exp: Update output for Rust 1.49.
561
4ff509e7
BE
5622020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
563
564 * gdb.cp/step-and-next-inline.exp: Fix test case.
565
391750c3
SM
5662020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
567
568 * gdb.python/py-frame-args.exp: De-duplicate test names.
569
b7874836
AB
5702020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
571
572 PR gdb/27059
573 * gdb.dwarf2/dyn-type-unallocated.c: New file.
574 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
575
e1ff6226
PW
5762020-12-21 Peter Waller <p@pwaller.net>
577
578 * gdb.base/style-interp-exec-mi.exp: New.
579 * gdb.base/style-interp-exec-mi.c: New.
580
ca01f1bf
SM
5812020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
582
583 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
584 gdb_test. Use proc_with_prefix.
585
0fe69a94
MM
5862020-12-21 Markus Metzger <markus.t.metzger@intel.com>
587
588 * gdb.btrace/exception.exp: Build with nopie.
589 * gdb.btrace/function_call_history.exp: Likewise.
590 * gdb.btrace/unknown_functions.exp: Likewise.
591
806e7575
MM
5922020-12-21 Markus Metzger <markus.t.metzger@intel.com>
593
594 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
595
493d2172
MM
5962020-12-21 Markus Metzger <markus.t.metzger@intel.com>
597
598 * gdb.python/py-record-btrace.exp: Make test names unique.
599 * gdb.python/py-record-full.exp: Likewise.
600
1a1c0afc
MM
6012020-12-21 Markus Metzger <markus.t.metzger@intel.com>
602
603 * gdb.btrace/data.exp: Make test names unique.
604 * gdb.btrace/delta.exp: Likewise.
605 * gdb.btrace/enable.exp: Likewise.
606 * gdb.btrace/function_call_history.exp: Likewise.
607 * gdb.btrace/nohist.exp: Likewise.
608 * gdb.btrace/non-stop.exp: Likewise.
609 * gdb.btrace/rn-dl-bind.exp: Likewise.
610 * gdb.btrace/step.exp: Likewise.
611 * gdb.btrace/stepi.exp: Likewise.
612 * gdb.btrace/tailcall.exp: Likewise.
613
98d837f0
MM
6142020-12-21 Markus Metzger <markus.t.metzger@intel.com>
615
616 * gdb.btrace/enable.exp: Update error message.
617 * gdb.btrace/multi-inferior.exp: Likewise.
618 * gdb.btrace/reconnect.exp: Likewise.
619 * gdb.python/py-record-btrace.exp: Likewise.
620 * gdb.python/py-record-full.exp: Likewise.
621
c541fa7c
TV
6222020-12-20 Tom de Vries <tdevries@suse.de>
623
624 * lib/gdb.exp (save_target_board_info): New proc.
625 (gdb_compile_shlib): Use save_target_board_info.
626
60108e47
TV
6272020-12-19 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (supports_scalar_storage_order_attribute)
630 (supports_gnuc): New proc.
631 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
632 test_compiler_info calls. Add unsupported message.
633 * gdb.base/endianity.c: Use TEST_SSO.
634
fa639f55
HD
6352020-12-19 Hannes Domani <ssbssa@yahoo.de>
636
637 PR exp/27070
638 * gdb.python/compare-enum-type-a.c: New test.
639 * gdb.python/compare-enum-type-b.c: New test.
640 * gdb.python/compare-enum-type.exp: New file.
641 * gdb.python/compare-enum-type.h: New test.
642
4aea001f
HD
6432020-12-18 Hannes Domani <ssbssa@yahoo.de>
644
645 * gdb.python/py-format-string.exp: Add tests for address keyword.
646
b3f9469b
HD
6472020-12-18 Hannes Domani <ssbssa@yahoo.de>
648
649 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
650
86ef42bd
TT
6512020-12-18 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/fixed_points.exp: Also run with
654 -fgnat-encodings=minimal. Update expected output.
655
93df4a1d
SM
6562020-12-16 Simon Marchi <simon.marchi@efficios.com>
657
658 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
659 * gdb.base/continue-all-already-running.exp: Likewise.
660 * gdb.base/moribund-step.exp: Likewise.
661 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
662
592995fa
TV
6632020-12-16 Tom de Vries <tdevries@suse.de>
664
665 * gdb.base/batch-preserve-term-settings.exp:
666
1e61189d
TV
6672020-12-16 Tom de Vries <tdevries@suse.de>
668
669 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
670 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
671
19007d95
LM
6722020-12-16 Luis Machado <luis.machado@linaro.org>
673
674 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
675 pointer-based memory accesses.
676 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
677 hw watchpoint cases.
678
a33fc9ae
RK
6792020-12-15 Rae Kim <rae.kim@gmail.com>
680
681 * gdb.base/document.exp: New test.
682
0e5ad442
TT
6832020-12-15 Tom Tromey <tromey@adacore.com>
684
685 * gdb.base/style.exp: Add deprecation tests.
686
60598dbd
SM
6872020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
688
689 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
690
8cd6d968
MW
6912020-12-14 Mark Wielaard <mark@klomp.org>
692
693 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
694 specially, set attr_form_comment to the actual FORM string used.
695
eab9267c
MW
6962020-12-14 Mark Wielaard <mark@klomp.org>
697
698 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
699 _constants(SPECIAL_expr) here, but set it...
700 (Dwarf::cu): ...here based on _cu_version.
701
2f413264
TV
7022020-12-14 Tom de Vries <tdevries@suse.de>
703
704 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
705 pass -fPIC.
706 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
707 * gdb.base/break-probes.exp: Same.
708 * gdb.base/ctxobj.exp: Same.
709 * gdb.base/dso2dso.exp: Same.
710 * gdb.base/global-var-nested-by-dso.exp: Same.
711 * gdb.base/info-shared.exp: Same.
712 * gdb.base/jit-reader-simple.exp: Same.
713 * gdb.base/print-file-var.exp: Same.
714 * gdb.base/skip-solib.exp: Same.
715 * gdb.btrace/dlopen.exp: Same.
716
18f1cb1f
TV
7172020-12-14 Tom de Vries <tdevries@suse.de>
718
719 PR testsuite/26963
720 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
721
519155c9
TV
7222020-12-14 Tom de Vries <tdevries@suse.de>
723
724 PR testsuite/26962
725 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
726 cast it to its declared type".
727
153f6e6c
TV
7282020-12-14 Tom de Vries <tdevries@suse.de>
729
730 PR testsuite/26951
731 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
732 shell prompt.
733
86b44259
TT
7342020-12-14 Tom Tromey <tromey@adacore.com>
735
736 * gdb.ada/nested.exp: Add new tests.
737 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
738
e26624c6
TT
7392020-12-14 Tom Tromey <tromey@adacore.com>
740
741 * gdb.dwarf2/ada-thick-pointer.exp: New file.
742
a3bdae4e
TT
7432020-12-14 Tom Tromey <tromey@adacore.com>
744
745 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
746
862fcbd8
TV
7472020-12-13 Tom de Vries <tdevries@suse.de>
748
749 PR testsuite/26953
750 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
751 attribute support if compiler doesn't support it.
752
a406a98e
TV
7532020-12-13 Tom de Vries <tdevries@suse.de>
754
755 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
756 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
757 source to shared lib. Add ada to options.
758
5d7e6ed0
TV
7592020-12-13 Tom de Vries <tdevries@suse.de>
760
761 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
762 calling gnatbind and gnatlink.
763
ee9812a0
AB
7642020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.base/dcache-flush.c: New file.
767 * gdb.base/dcache-flush.exp: New file.
768
50a5f187
AB
7692020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
770
771 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
772 commands.
773 * gdb.base/killed-outside.exp: Likewise.
774 * gdb.opt/inline-bt.exp: Likewise.
775 * gdb.perf/gmonster-null-lookup.py: Likewise.
776 * gdb.perf/gmonster-print-cerr.py: Likewise.
777 * gdb.perf/gmonster-ptype-string.py: Likewise.
778 * gdb.python/py-unwind.exp: Likewise.
779
19c659f1
AB
7802020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.base/commands.exp: Update expected results.
783
9ef6d4a1
AB
7842020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
785
786 PR cli/15104
787 * gdb.base/commands.exp: Add additional tests.
788 * gdb.base/completion.exp: Add additional tests.
789
1536146f
AB
7902020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * gdb.base/completion.exp: Add additional tests.
793
346e7e19
TV
7942020-12-11 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/26991
797 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
798 violations by setting bounds registers if the bounds are passed in the
799 Bounds Table.
800
9cd7a95a
TV
8012020-12-11 Tom de Vries <tdevries@suse.de>
802
803 PR testsuite/26954
804 * gdb.base/float128.exp: Detect and handle no mpfr support.
805
4483a8e7
SM
8062020-12-10 Simon Marchi <simon.marchi@efficios.com>
807
808 PR gdb/24694
809 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
810 calls.
811
10067028
TV
8122020-12-10 Tom de Vries <tdevries@suse.de>
813
814 PR testsuite/26947
815 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
816 braces for tcl 8.5 and earlier.
817
5b56203a
SM
8182020-12-09 Simon Marchi <simon.marchi@efficios.com>
819
820 PR 26875, PR 26901
821 * gdb.base/flexible-array-member.c: New test.
822 * gdb.base/flexible-array-member.exp: New test.
823
b46551b2
TV
8242020-12-08 Tom de Vries <tdevries@suse.de>
825
826 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
827 using is_amd64_regs_target.
828
8439f446
TV
8292020-12-08 Tom de Vries <tdevries@suse.de>
830
831 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
832 self_id.
833
bc545da7
PA
8342020-12-07 Pedro Alves <pedro@palves.net>
835
836 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
837 'additional_flags' variable.
838
1f58f6c2
TBA
8392020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
840
841 * gdb.linespec/explicit.exp: Extend with a test to check completing
842 '-' after seemingly complete options.
843
5759831a
TBA
8442020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
845
846 * gdb.linespec/keywords.exp: Add tests to check positional
847 flexibility of "-force-condition".
848
21e051b3
TBA
8492020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
850
851 * gdb.base/bp-cmds-run-with-ex.c: New file.
852 * gdb.base/bp-cmds-run-with-ex.exp: New file.
853 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
854 * gdb.gdb/python-interrupts.exp: Update the call to
855 'catch_command_errors' with the new argument.
856 * gdb.gdb/python-selftest.exp: Ditto.
857
187b041e
SM
8582020-12-04 Simon Marchi <simon.marchi@efficios.com>
859
860 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
861 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
862 * gdb.threads/non-stop-fair-events.exp: Likewise.
863
3b7a962d
SM
8642020-12-04 Simon Marchi <simon.marchi@efficios.com>
865
866 * gdb.threads/step-over-exec.exp: New.
867 * gdb.threads/step-over-exec.c: New.
868 * gdb.threads/step-over-exec-execd.c: New.
869 * lib/my-syscalls.S: New.
870 * lib/my-syscalls.h: New.
871
e633b117
SM
8722020-12-04 Simon Marchi <simon.marchi@efficios.com>
873
874 * lib/dwarf.exp (declare_labels): Use name as text if text is
875 not provided.
876
67748e0f
TV
8772020-12-04 Tom de Vries <tdevries@suse.de>
878
879 PR testsuite/26990
880 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
881 are unsupported.
882
a8d13675
TV
8832020-12-04 Tom de Vries <tdevries@suse.de>
884
885 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
886 clause.
887
f17727b3
TV
8882020-12-04 Tom de Vries <tdevries@suse.de>
889
890 * gdb.reverse/insn-reverse.exp: Fix count handling.
891
a1499830
TV
8922020-12-04 Tom de Vries <tdevries@suse.de>
893
894 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
895 __x86_64__.
896
9c027c2f
TV
8972020-12-04 Tom de Vries <tdevries@suse.de>
898
899 * gdb.reverse/insn-reverse.c (test_nr): New var.
900 (usage, parse_args): New function.
901 (main): Call parse_args. Only run test for test_nr.
902 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
903 and bail out. Run subtests individually, using an inferior arg
904 specifying the subtest.
905
533b2ae0
AB
9062020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
909
e4502042
AB
9102020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
911
912 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
913 update test to use this.
914
f55a9a37
SM
9152020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
916
917 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
918
0a6155a0
SM
9192020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
920
921 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
922 (do_test): Don't use with_test_prefix.
923 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
924 (do_test): Don't use with_test_prefix.
925 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
926 (do_test): Don't use with_test_prefix.
927 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
928 (do_test): Don't use with_test_prefix.
929
4d56d64a
SM
9302020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
931
932 * gdb.threads/non-ldr-exit.exp: Fix comment.
933
54e75f29
AB
9342020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.xml/maint-xml-dump-03.xml: New file.
937
7ce05d21
TV
9382020-11-30 Tom de Vries <tdevries@suse.de>
939
940 PR symtab/26905
941 * gdb.dwarf2/count.exp: Remove kfails.
942
50757f95
TBA
9432020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
944
945 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
946 indices.
947
4afa9fd9
JB
9482020-11-24 Joel Brobecker <brobecker@adacore.com>
949
950 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
951 the "ptype pck__fp1_range_var" test for the module-2 and pascal
952 languages. Remove the associated setup_xfail.
953
15a491af
SM
9542020-11-23 Simon Marchi <simon.marchi@efficios.com>
955
956 * lib/gdb.exp (gdb_assert): Show error message on error.
957
891615f0
TV
9582020-11-23 Tom de Vries <tdevries@suse.de>
959
960 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
961 * gdb.ada/mod_from_name.exp: Same.
962 * gdb.ada/pckd_arr_ren.exp: Same.
963
19922582
SM
9642020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
965
966 * gdb.base/template.exp: New.
967 * gdb.base/template.c: New.
968
117c628d
GB
9692020-11-22 Gary Benson <gbenson@redhat.com>
970
971 PR gdb/26905
972 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
973 is defined using a DW_AT_count which references another DIE.
974
da39d3ba
TV
9752020-11-21 Tom de Vries <tdevries@suse.de>
976
977 * gdb.base/vla-ptr.exp: Add XFAIL.
978
a5c641b5
AB
9792020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
980
981 * gdb.fortran/array-slices-bad.exp: New file.
982 * gdb.fortran/array-slices-bad.f90: New file.
983 * gdb.fortran/array-slices-sub-slices.exp: New file.
984 * gdb.fortran/array-slices-sub-slices.f90: New file.
985 * gdb.fortran/array-slices.exp: Rewrite tests.
986 * gdb.fortran/array-slices.f90: Rewrite tests.
987 * gdb.fortran/vla-sizeof.exp: Correct expected results.
988
a15a5258
AB
9892020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.base/completion.exp: Add new completion tests.
992
7cb2893d
SM
9932020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
994
995 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
996 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
997 * gdb.mi/mi-nsintrall.exp: Likewise.
998 * gdb.mi/mi-nsmoribund.exp: Likewise.
999 * gdb.mi/mi-nsthrexec.exp: Likewise.
1000 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1001
cf144ec8
SM
10022020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1003
1004 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1005 of perror.
1006
6b6a3e05
JM
10072020-11-18 Joseph Myers <joseph@codesourcery.com>
1008
1009 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1010 $arg.exe exists but $arg does not.
1011
811bdca0
GB
10122020-11-17 Gary Benson <gbenson@redhat.com>
1013
1014 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1015 __attribute__ ((used)).
1016
c72e3136
AB
10172020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1018
1019 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1020
037d7135
AB
10212020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1022
1023 * gdb.base/completion.exp: Add new tests.
1024
119e99bb
TT
10252020-11-16 Tom Tromey <tromey@adacore.com>
1026
1027 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1028 tests.
1029
b74dbc20
JB
10302020-11-15 Joel Brobecker <brobecker@adacore.com>
1031
1032 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1033 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1034 (main): Add reference to pck__fp1_var2.
1035 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1036
0a12719e
JB
10372020-11-15 Joel Brobecker <brobecker@adacore.com>
1038
1039 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1040
0c9150e4
JB
10412020-11-15 Joel Brobecker <brobecker@adacore.com>
1042
1043 * gdb.ada/fixed_points.exp: Add ptype tests.
1044 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1045
b26daff9
JB
10462020-11-15 Joel Brobecker <brobecker@adacore.com>
1047
1048 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1049
09584414
JB
10502020-11-15 Joel Brobecker <brobecker@adacore.com>
1051
1052 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1053 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1054 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1055 New files.
1056 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1057
1058 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1059 New files.
1060
9dd02fc0
AB
10612020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 PR cli/26879
1064 * gdb.fortran/completion.exp: New file.
1065 * gdb.fortran/completion.f90: New file.
1066
5643c500
JM
10672020-11-12 Joseph Myers <joseph@codesourcery.com>
1068
1069 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1070 but $arg does not.
1071
7bea47f0
AB
10722020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1073
1074 * gdb.fortran/types.exp: Add more tests.
1075
1f2624a3
TT
10762020-11-12 Tom Tromey <tom@tromey.com>
1077
1078 PR rust/26799:
1079 * gdb.rust/traits.exp: Remove kfails.
1080
9e74f0ae
GB
10812020-11-12 Gary Benson <gbenson@redhat.com>
1082
1083 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1084 statement.
1085
acb994fa
SM
10862020-11-11 Simon Marchi <simon.marchi@efficios.com>
1087
1088 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1089 always-inserted" axis.
1090 (do_test): Add breakpoint_always_inserted parameter.
1091
95016fd2
TT
10922020-11-10 Tom Tromey <tromey@adacore.com>
1093
1094 * gdb.ada/bias.exp: Update.
1095 * gdb.ada/bias/bias.adb (X): Change value.
1096
83100a74
GB
10972020-11-10 Gary Benson <gbenson@redhat.com>
1098
1099 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1100 regexp fragment in parentheses to prevent false matching.
1101
6ff174a7
GB
11022020-11-10 Gary Benson <gbenson@redhat.com>
1103
1104 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1105
eb24648c
GB
11062020-11-10 Gary Benson <gbenson@redhat.com>
1107
1108 * gdb.cp/step-and-next-inline.exp: Only require
1109 -gstatement-frontiers when building with GCC.
1110 Only setup KFAIL's for GCC issues when using
1111 a GCC-built executable.
1112
86775fab
AB
11132020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1114
1115 * gdb.base/debug-expr.c: Add extra function to allow for an
1116 additional test.
1117 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1118 to this proc with gdb_test_debug_expr. Add an extra test.
1119 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1120 to this proc with gdb_test_debug_expr, give the tests names
1121 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1122 calls to this proc with gdb_test_debug_expr, give the tests names
1123 * gdb.fortran/debug-expr.exp: New file.
1124 * gdb.fortran/debug-expr.f90: New file.
1125 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1126
a1945bd4
SM
11272020-11-06 Simon Marchi <simon.marchi@efficios.com>
1128
1129 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1130 proceduresu.
1131 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1132 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1133 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1134 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1135 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1136 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1137 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1138 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1139
9c91c725
TT
11402020-11-04 Tom Tromey <tromey@adacore.com>
1141
1142 * gdb.ada/funcall_ref.exp: Update.
1143 * gdb.ada/var_rec_arr.exp: Update.
1144
8d9fd3a1
TT
11452020-11-04 Tom Tromey <tromey@adacore.com>
1146
1147 * gdb.ada/rec_ptype.exp: New file.
1148 * gdb.ada/rec_ptype/main.adb: New file.
1149 * gdb.ada/rec_ptype/p.ads: New file.
1150
d8f62e84
TT
11512020-11-04 Tom Tromey <tromey@adacore.com>
1152
1153 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1154 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1155 (PT_Full): New variable.
1156 * gdb.ada/tick_length_array_enum_idx/pck.adb
1157 (Full_PT): New type.
1158
7ff5b937
TT
11592020-11-04 Tom Tromey <tromey@adacore.com>
1160
1161 * gdb.ada/array_of_variant.exp: New file.
1162 * gdb.ada/array_of_variant/p.adb: New file.
1163 * gdb.ada/array_of_variant/pck.ads: New file.
1164 * gdb.ada/array_of_variant/pck.adb: New file.
1165
10f6a3ad
TT
11662020-11-04 Tom Tromey <tromey@adacore.com>
1167
1168 * gdb.ada/enum_idx_packed.exp: Add test.
1169 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1170 New variable.
1171 * gdb.ada/enum_idx_packed/pck.ads (Short)
1172 (Multi_Dimension, Multi_Dimension_Access): New types.
1173
b72795a8
TT
11742020-11-04 Tom Tromey <tromey@adacore.com>
1175
1176 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1177
24aa1b02
TT
11782020-11-04 Tom Tromey <tromey@adacore.com>
1179
1180 * gdb.ada/set_pckd_arr_elt.exp: Also test
1181 -fgnat-encodings=minimal. Add tests.
1182 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1183 Call Update_Small a second time.
1184 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1185 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1186 (Variant_Access): New types.
1187 (New_Variant): Declare.
1188
c9a28cbe
TT
11892020-11-04 Tom Tromey <tromey@adacore.com>
1190
1191 * gdb.ada/mod_from_name.exp: Test printing slice.
1192
57567375
TT
11932020-11-04 Tom Tromey <tromey@adacore.com>
1194
1195 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1196 values.
1197 * gdb.ada/access_to_unbounded_array.exp: Test different
1198 -fgnat-encodings values.
1199 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1200 values.
1201 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1202 values.
1203 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1204 values.
1205 * gdb.ada/array_of_variable_length.exp: Test different
1206 -fgnat-encodings values.
1207 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1208 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1209 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1210 change.
1211 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1212 values.
1213 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1214 * gdb.ada/out_of_line_in_inlined.exp: Test different
1215 -fgnat-encodings values.
1216 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1217 values.
1218 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1219 values.
1220 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1221 -fgnat-encodings values.
1222 * gdb.ada/variant_record_packed_array.exp: Test different
1223 -fgnat-encodings values.
1224
a7400e44
TT
12252020-11-04 Tom Tromey <tromey@adacore.com>
1226
1227 * gdb.ada/enum_idx_packed.exp: Add tests.
1228 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1229 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1230 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1231 declarations.
1232
c40907bf
TV
12332020-11-03 Tom de Vries <tdevries@suse.de>
1234
1235 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1236 terminator comments.
1237 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1238 terminator.
1239
f468977a
SM
12402020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1241
1242 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1243 integer format test with regexp.
1244
1c2bec19
GB
12452020-11-02 Gary Benson <gbenson@redhat.com>
1246
1247 * gdb.base/print-file-var.exp (test): Separate compiler and
1248 linker options, and build using build_executable_from_specs
1249 to accommodate this.
1250
6539a36d
GB
12512020-11-02 Gary Benson <gbenson@redhat.com>
1252
1253 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1254 for .c files compiled as C++ with Clang if any shared
1255 libraries are specified.
1256
7ea44a51
GB
12572020-11-02 Gary Benson <gbenson@redhat.com>
1258
1259 * lib/attributes.h: New header.
1260 * gdb.base/backtrace.c: Include the above. Replace
1261 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1262 * gdb.base/infcall-nested-structs.c: Likewise.
1263 * gdb.base/vla-optimized-out.c: Likewise.
1264
ab8f783d
TV
12652020-11-02 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1268
d77c9224
JB
12692020-11-01 Joel Brobecker <brobecker@adacore.com>
1270
1271 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1272 System.Min_Int and System.Max_Int with smaller hardcoded
1273 constants.
1274
0e5b0dd0
SM
12752020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1276
1277 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1278 * configure: Re-generate.
1279
136821d9
SM
12802020-10-30 Simon Marchi <simon.marchi@efficios.com>
1281
1282 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1283 expected output.
1284
b78b3a29
TBA
12852020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1286
1287 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1288 behavior.
1289 * gdb.base/paginate-bg-execution.exp: Ditto.
1290 * gdb.base/paginate-inferior-exit.exp: Ditto.
1291 * gdb.base/double-prompt-target-event-error.c: Remove.
1292 * gdb.base/double-prompt-target-event-error.exp: Remove.
1293
cfaa8f76
TBA
12942020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1295
1296 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1297 inferiors' and 'detach inferiors' do not change the current
1298 inferior.
1299
0ad0e70c
TV
13002020-10-29 Tom de Vries <tdevries@suse.de>
1301
1302 * gdb.threads/tls.exp: Fix DUPLICATEs.
1303
99cc6b2a
TV
13042020-10-28 Tom de Vries <tdevries@suse.de>
1305
1306 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1307
efe9b873
TV
13082020-10-28 Tom de Vries <tdevries@suse.de>
1309
1310 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1311 * gdb.base/reread.exp: Same.
1312
6b68fd45
TV
13132020-10-28 Tom de Vries <tdevries@suse.de>
1314
1315 * lib/gdb.exp (readnow): Handle arg.
1316 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1317
32a5f98a
TV
13182020-10-28 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/relocate.exp: Update regexp for -readnow.
1321
f93b8760
TV
13222020-10-28 Tom de Vries <tdevries@suse.de>
1323
1324 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1325 -readnow.
1326
1b00ef06
TV
13272020-10-28 Tom de Vries <tdevries@suse.de>
1328
1329 PR symtab/26772
1330 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1331 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1332
364bb903
TV
13332020-10-28 Tom de Vries <tdevries@suse.de>
1334
1335 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1336 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1337 complaint during file command for -readnow.
1338
445a033f
TV
13392020-10-28 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.cp/nsalias.exp: Fix typo in test name.
1342
fdd67a42
TV
13432020-10-28 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1346
706baf4c
TV
13472020-10-28 Tom de Vries <tdevries@suse.de>
1348
1349 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1350 -readnow.
1351
b448cca5
TV
13522020-10-27 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1355
5868da03
TV
13562020-10-27 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.base/maint.exp: Update for -readnow.
1359
06db6ec3
TV
13602020-10-27 Tom de Vries <tdevries@suse.de>
1361
1362 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1363 -readnow.
1364
934a1764
GB
13652020-10-14 Gary Benson <gbenson@redhat.com>
1366
1367 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1368 "_vptr$Base" as correct, in addition to "_vptr.Base".
1369 (test_mixed): Likewise.
1370
0bf21fbd
GB
13712020-10-27 Gary Benson <gbenson@redhat.com>
1372
1373 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1374 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1375
b1d4d8d1
TBA
13762020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1377
1378 * gdb.base/condbreak.exp: Update the completion tests to
1379 consider the '-force' flag.
1380
bd24c5d6
TV
13812020-10-27 Tom de Vries <tdevries@suse.de>
1382
1383 * gdb.base/list-ambiguous-readnow.exp: New file.
1384
733d554a
TBA
13852020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1386
1387 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1388 the condition.
1389 * gdb.linespec/cpcompletion.exp: Update to consider the
1390 '-force-condition' keyword.
1391 * gdb.linespec/explicit.exp: Ditto.
1392 * lib/completion-support.exp: Ditto.
1393
b5fa468f
TBA
13942020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1395
1396 * gdb.base/condbreak-multi-context.cc: New file.
1397 * gdb.base/condbreak-multi-context.exp: New file.
1398
b3247276
TT
13992020-10-26 Tom Tromey <tom@tromey.com>
1400
1401 * lib/mi-support.exp (default_mi_gdb_start): Call
1402 gdb_stdin_log_init.
1403 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1404 subtract one from gdb_instances.
1405 (gdb_stdin_log_write): Flush in_file.
1406
1c47ec3e
TV
14072020-10-26 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1410
6390859c
TT
14112020-10-26 Tom Tromey <tromey@adacore.com>
1412
1413 * gdb.ada/unsigned_range/foo.adb: New file.
1414 * gdb.ada/unsigned_range/pack.adb: New file.
1415 * gdb.ada/unsigned_range/pack.ads: New file.
1416 * gdb.ada/unsigned_range.exp: New file.
1417
55c3ad88
TV
14182020-10-26 Tom de Vries <tdevries@suse.de>
1419
1420 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1421
1612c4bb
TV
14222020-10-26 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1425 for CU.
1426 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1427
7d72802b
TV
14282020-10-23 Tom de Vries <tdevries@suse.de>
1429
1430 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1431 DW_FORM_string.
1432 (Dwarf::_default_form): New proc.
1433 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1434 guessed.
1435
9476b583
TV
14362020-10-23 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1439 * gdb.dwarf2/atomic-type.exp: Same.
1440 * gdb.dwarf2/bad-regnum.exp: Same.
1441 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1442 * gdb.dwarf2/dw2-align.exp: Same.
1443 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1444 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1445 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1446 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1447 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1448 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1449 * gdb.dwarf2/enum-type.exp: Same.
1450 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1451 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1452 * gdb.dwarf2/main-subprogram.exp: Same.
1453 * gdb.dwarf2/missing-type-name.exp: Same.
1454 * gdb.dwarf2/nonvar-access.exp: Same.
1455 * gdb.dwarf2/typedef-void-finish.exp: Same.
1456 * gdb.dwarf2/var-access.exp: Same.
1457 * gdb.dwarf2/void-type.exp: Same.
1458
4a636814
SM
14592020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1460
1461 PR gdb/26693
1462 * gdb.dwarf2/template-specification-full-name.exp: New test.
1463
557fc257
LM
14642020-10-22 Luis Machado <luis.machado@linaro.org>
1465
1466 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1467 expected an offset from the function.
1468 * gdb.base/msym-bp.exp (test): Likewise.
1469
6b4c676c
AB
14702020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1471
1472 * gdb.fortran/array-slices.exp: Add a new test.
1473
98cec4f6
GB
14742020-10-21 Gary Benson <gbenson@redhat.com>
1475
1476 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1477 fullname test with Clang. Also expand comments generally.
1478
ae86f581
TV
14792020-10-20 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1482
8c161360
TV
14832020-10-20 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.dwarf2/arr-stride.c: Remove.
1486 * gdb.dwarf2/arr-stride.exp: Use main.c.
1487 * gdb.dwarf2/arr-subrange.c: Remove.
1488 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1489 * gdb.dwarf2/bad-regnum.c: Remove.
1490 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1491 * gdb.dwarf2/corrupt.c: Remove.
1492 * gdb.dwarf2/corrupt.exp: Use main.c.
1493 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1494 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1495 * gdb.dwarf2/dw2-icycle.c: Remove.
1496 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1497 * gdb.dwarf2/formdata16.c: Remove.
1498 * gdb.dwarf2/formdata16.exp: Use main.c.
1499 * gdb.dwarf2/implptrconst.c: Remove.
1500 * gdb.dwarf2/implptrconst.exp: Use main.c.
1501 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1502 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1503 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1504 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1505
9c2412ec
TV
15062020-10-20 Tom de Vries <tdevries@suse.de>
1507
1508 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1509 file.
1510 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1511
0cd2ad78
TV
15122020-10-20 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1515 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1516 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1517 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1518 * gdb.dwarf2/dw2-ranges.exp: Same.
1519 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1520 * gdb.dwarf2/var-access.exp: Same.
1521
22cc388e
TT
15222020-10-19 Tom Tromey <tromey@adacore.com>
1523
1524 PR tui/26719
1525 * gdb.tui/list.exp: Check source window contents after focus
1526 change.
1527
520596f2
TV
15282020-10-17 Tom de Vries <tdevries@suse.de>
1529
1530 PR symtab/26317
1531 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1532
d1c8a76d
TV
15332020-10-17 Tom de Vries <tdevries@suse.de>
1534
1535 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1536 as suffix.
1537 * gdb.dwarf2/atomic.c: Rename to ...
1538 * gdb.dwarf2/atomic-type.c: ... this.
1539 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1540 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1541 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1542 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1543 * gdb.dwarf2/fission-mix2.c: Rename to ...
1544 * gdb.dwarf2/fission-mix-2.c: ... this.
1545 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1546 standard_testfile.
1547 * gdb.dwarf2/ada-valprint-error.exp: Same.
1548 * gdb.dwarf2/arr-stride.exp: Same.
1549 * gdb.dwarf2/arr-subrange.exp: Same.
1550 * gdb.dwarf2/atomic-type.exp: Same.
1551 * gdb.dwarf2/bad-regnum.exp: Same.
1552 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1553 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1554 * gdb.dwarf2/clang-debug-names.exp: Same.
1555 * gdb.dwarf2/comp-unit-lang.exp: Same.
1556 * gdb.dwarf2/corrupt.exp: Same.
1557 * gdb.dwarf2/count.exp: Same.
1558 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1559 * gdb.dwarf2/data-loc.exp: Same.
1560 * gdb.dwarf2/dw2-align.exp: Same.
1561 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1562 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1563 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1564 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1565 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1566 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1567 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1568 * gdb.dwarf2/dw2-inline-param.exp: Same.
1569 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1570 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1571 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1572 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1573 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1574 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1575 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1576 * gdb.dwarf2/dw2-param-error.exp: Same.
1577 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1578 * gdb.dwarf2/dw2-ranges.exp: Same.
1579 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1580 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1581 * gdb.dwarf2/dw4-sig-types.exp: Same.
1582 * gdb.dwarf2/dynarr-ptr.exp: Same.
1583 * gdb.dwarf2/enum-type.exp: Same.
1584 * gdb.dwarf2/fission-mix.exp: Same.
1585 * gdb.dwarf2/formdata16.exp: Same.
1586 * gdb.dwarf2/implptrconst.exp: Same.
1587 * gdb.dwarf2/implptrpiece.exp: Same.
1588 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1589 * gdb.dwarf2/main-subprogram.exp: Same.
1590 * gdb.dwarf2/method-ptr.exp: Same.
1591 * gdb.dwarf2/missing-sig-type.exp: Same.
1592 * gdb.dwarf2/nonvar-access.exp: Same.
1593 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1594 * gdb.dwarf2/shortpiece.exp: Same.
1595 * gdb.dwarf2/staticvirtual.exp: Same.
1596 * gdb.dwarf2/subrange.exp: Same.
1597 * gdb.dwarf2/symtab-producer.exp: Same.
1598 * gdb.dwarf2/typedef-void-finish.exp: Same.
1599 * gdb.dwarf2/var-access.exp: Same.
1600 * gdb.dwarf2/variant.exp: Same.
1601 * gdb.dwarf2/void-type.exp: Same.
1602 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1603 dw2-ranges-main.c.
1604 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1605
472d09c1
TV
16062020-10-16 Tom de Vries <tdevries@suse.de>
1607
1608 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1609
afe75f6d
TV
16102020-10-16 Tom de Vries <tdevries@suse.de>
1611
1612 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1613
8c8bd0ba
TV
16142020-10-14 Tom de Vries <tdevries@suse.de>
1615
1616 PR testsuite/26732
1617 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1618 scenario 2.
1619 * gdb.ada/mi_catch_ex_hand.exp: Same.
1620
b75d55d4
PA
16212020-10-13 Pedro Alves <pedro@palves.net>
1622
1623 * lib/mi-support.exp (mi_clean_restart): New.
1624 (mi_run_to_main): Delete.
1625 All callers adjust to use mi_clean_restart / mi_runto_main.
1626
e777225b
PA
16272020-10-13 Pedro Alves <pedro@palves.net>
1628
1629 * config/monitor.exp: Use "list -q".
1630 * gdb.arch/gdb1558.exp: Use "break -q".
1631 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1632 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1633 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1634 * gdb.base/commands.exp: Use "break -q".
1635 * gdb.base/condbreak.exp: Use "break -q".
1636 * gdb.base/ctf-ptype.exp: Use "list -q".
1637 * gdb.base/define.exp: Use "break -q".
1638 * gdb.base/del.exp: Use "break -q".
1639 * gdb.base/fullname.exp: Use "break -q".
1640 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1641 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1642 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1643 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1644 "hbreak -q".
1645 * gdb.base/included.exp: Use "list -q".
1646 * gdb.base/label.exp: Use "break -q".
1647 * gdb.base/lineinc.exp: Use "break -q".
1648 * gdb.base/list.exp: Use "list -q".
1649 * gdb.base/macscp.exp: Use "list -q".
1650 * gdb.base/pending.exp: Use "break -q".
1651 * gdb.base/prologue-include.exp: Use "break -q".
1652 * gdb.base/ptype.exp: Use "list -q".
1653 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1654 * gdb.base/server-del-break.exp: Use "break -q".
1655 * gdb.base/style.exp: Use "break -q".
1656 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1657 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1658 * gdb.cp/exception.exp: Use "tbreak -q".
1659 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1660 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1661 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1662 * gdb.dwarf2/pr13961.exp: Use "break -q".
1663 * gdb.linespec/explicit.exp: Use "list -q".
1664 * gdb.linespec/linespec.exp: Use "break -q".
1665 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1666 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1667 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1668 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1669 * gdb.trace/change-loc.exp: Use "break -q".
1670 * gdb.trace/pending.exp: Use "break -q".
1671 * gdb.tui/basic.exp: Use "list -q".
1672 * gdb.tui/list-before.exp: Use "list -q".
1673 * gdb.tui/list.exp: Use "list -q".
1674 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1675
8abd8ee8
PA
16762020-10-13 Pedro Alves <pedro@palves.net>
1677
1678 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1679 saved breakpoints file.
1680 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1681 inspecting breakpoint list.
1682 * lib/gdb.exp (runto_main): Add "qualified" to options.
1683 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1684 and handle it.
1685 (mi_runto_main): Pass 1 as qualified argument.
1686
f71e6719
PA
16872020-10-13 Pedro Alves <pedro@palves.net>
1688
1689 * lib/mi-support.exp (mi_runto_main): New proc.
1690 (mi_run_to_main): Use it.
1691 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1692 * gdb.mi/mi-var-cmd.exp: Likewise.
1693 * gdb.mi/mi-var-invalidate.exp: Likewise.
1694 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1695 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1696 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1697 * gdb.mi/user-selected-context-sync.exp: Likewise.
1698 * gdb.opt/inline-cmds.exp: Likewise.
1699 * gdb.python/py-framefilter-mi.exp: Likewise.
1700 * gdb.python/py-mi.exp: Likewise.
1701
50441f0f
PA
17022020-10-13 Pedro Alves <pedro@palves.net>
1703
1704 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1705 "runto main".
1706 * gdb.ada/small_reg_param.exp: Likewise.
1707 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1708 * gdb.base/annota1.exp: Likewise.
1709 * gdb.base/anon.exp: Likewise.
1710 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1711 * gdb.base/dprintf-non-stop.exp: Likewise.
1712 * gdb.base/dprintf.exp: Likewise.
1713 * gdb.base/gdb11530.exp: Likewise.
1714 * gdb.base/gdb11531.exp: Likewise.
1715 * gdb.base/gnu_vector.exp: Likewise.
1716 * gdb.base/interrupt-noterm.exp: Likewise.
1717 * gdb.base/memattr.exp: Likewise.
1718 * gdb.base/step-over-syscall.exp: Likewise.
1719 * gdb.base/watch-cond-infcall.exp: Likewise.
1720 * gdb.base/watch-read.exp: Likewise.
1721 * gdb.base/watch-vfork.exp: Likewise.
1722 * gdb.base/watch_thread_num.exp: Likewise.
1723 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1724 * gdb.guile/scm-frame-inline.exp: Likewise.
1725 * gdb.linespec/explicit.exp: Likewise.
1726 * gdb.opt/inline-break.exp: Likewise.
1727 * gdb.python/py-frame-inline.exp: Likewise.
1728 * gdb.reverse/break-precsave.exp: Likewise.
1729 * gdb.reverse/break-reverse.exp: Likewise.
1730 * gdb.reverse/consecutive-precsave.exp: Likewise.
1731 * gdb.reverse/consecutive-reverse.exp: Likewise.
1732 * gdb.reverse/finish-precsave.exp: Likewise.
1733 * gdb.reverse/finish-reverse.exp: Likewise.
1734 * gdb.reverse/fstatat-reverse.exp: Likewise.
1735 * gdb.reverse/getresuid-reverse.exp: Likewise.
1736 * gdb.reverse/i386-precsave.exp: Likewise.
1737 * gdb.reverse/i386-reverse.exp: Likewise.
1738 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1739 * gdb.reverse/i387-env-reverse.exp: Likewise.
1740 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1741 * gdb.reverse/insn-reverse.exp: Likewise.
1742 * gdb.reverse/machinestate-precsave.exp: Likewise.
1743 * gdb.reverse/machinestate.exp: Likewise.
1744 * gdb.reverse/pipe-reverse.exp: Likewise.
1745 * gdb.reverse/readv-reverse.exp: Likewise.
1746 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1747 * gdb.reverse/rerun-prec.exp: Likewise.
1748 * gdb.reverse/s390-mvcle.exp: Likewise.
1749 * gdb.reverse/solib-precsave.exp: Likewise.
1750 * gdb.reverse/solib-reverse.exp: Likewise.
1751 * gdb.reverse/step-precsave.exp: Likewise.
1752 * gdb.reverse/step-reverse.exp: Likewise.
1753 * gdb.reverse/time-reverse.exp: Likewise.
1754 * gdb.reverse/until-precsave.exp: Likewise.
1755 * gdb.reverse/until-reverse.exp: Likewise.
1756 * gdb.reverse/waitpid-reverse.exp: Likewise.
1757 * gdb.reverse/watch-precsave.exp: Likewise.
1758 * gdb.reverse/watch-reverse.exp: Likewise.
1759 * gdb.threads/kill.exp: Likewise.
1760 * gdb.threads/tid-reuse.exp: Likewise.
1761
d3a07122
SM
17622020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1763
1764 PR gdb/26642
1765 * gdb.base/maint-target-async-off.c: New test.
1766 * gdb.base/maint-target-async-off.exp: New test.
1767
c65c6c42
AM
17682020-10-13 Alan Modra <amodra@gmail.com>
1769
1770 * gdb.arch/powerpc-altivec.s,
1771 * gdb.arch/powerpc-power7.s,
1772 * gdb.arch/powerpc-power8.s,
1773 * gdb.arch/powerpc-power9.s,
1774 * gdb.arch/powerpc-vsx.s,
1775 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1776 * gdb.arch/powerpc-altivec.exp,
1777 * gdb.arch/powerpc-power7.exp,
1778 * gdb.arch/powerpc-power8.exp,
1779 * gdb.arch/powerpc-power9.exp,
1780 * gdb.arch/powerpc-vsx.exp,
1781 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1782 disassembly of mfvsrd/mtvsrd.
1783
f4a0f710
AM
17842020-10-13 Alan Modra <amodra@gmail.com>
1785
1786 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1787 "target architecture" output.
1788 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1789 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1790 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1791 * gdb.arch/s390-disassembler-options.exp: Likewise.
1792
87a37e5e
PA
17932020-10-12 Pedro Alves <pedro@palves.net>
1794
1795 PR exp/26602
1796 PR c++/26550
1797 * gdb.cp/ambiguous.cc (marker1): Delete.
1798 (main): Initialize all the fields of the locals. Replace marker1
1799 call with a "set breakpoint here" marker.
1800 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1801 instead of running to marker1. Add tests printing all the
1802 variables and all the fields of the variables.
1803 (test_ambiguous): New proc, expecting the new GDB output when a
1804 field access is ambiguous. Change all "warning: X ambiguous"
1805 tests to use it.
1806
71e1b6b0
GB
18072020-10-12 Gary Benson <gbenson@redhat.com>
1808
1809 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1810 * gdb.base/msym-bp-2.c (foo): Likewise.
1811 * gdb.base/msym-lang.c (foo): Likewise.
1812 * gdb.base/msym-lang-main.c (foo): Likewise.
1813 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1814 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1815 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1816 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1817 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1818 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1819 * gdb.python/py-objfile.c (static_var): Likewise.
1820 * gdb.python/py-symbol.c (rr): Likewise.
1821 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1822 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1823
9370fd51
AB
18242020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1825
1826 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1827 output of backtrace.
1828
7c184d33
TT
18292020-10-09 Tom Tromey <tromey@adacore.com>
1830
1831 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1832 (Rec): Add field. Fix range.
1833 * gdb.ada/scalar_storage.exp: Update.
1834
3d87245c
HD
18352020-10-09 Hannes Domani <ssbssa@yahoo.de>
1836
1837 PR exp/26714
1838 * gdb.base/printcmds.exp: Add tests for void results.
1839
f5c4b229
JV
18402020-10-09 Jan Vrany <jan.vrany@labware.com>
1841
1842 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1843 is emmited for both 'set directories' and 'directory' commands.
1844
b2701685
TT
18452020-10-08 Tom Tromey <tom@tromey.com>
1846
1847 * gdb.base/style.exp: Check that "main"'s name is styled.
1848
e86efb33
TT
18492020-10-07 Tom Tromey <tromey@adacore.com>
1850
1851 * gdb.base/find.exp: Rename some tests.
1852
30897591
GB
18532020-10-06 Gary Benson <gbenson@redhat.com>
1854
1855 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1856 * gdb.base/list1.c (unused): Likewise.
1857
ced4a4c1
GB
18582020-10-06 Gary Benson <gbenson@redhat.com>
1859
1860 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1861 __attribute__ ((used)).
1862 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1863
ed3bdac4
AB
18642020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1865
1866 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1867 make use of regions throughout.
1868 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1869 not {...}.
1870 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1871
cd096ec8
HD
18722020-10-05 Hannes Domani <ssbssa@yahoo.de>
1873
1874 * gdb.base/call-sc.c: Fix return struct on stack test case.
1875 * gdb.base/call-sc.exp: Likewise.
1876
3ee6f75d
GB
18772020-10-02 Gary Benson <gbenson@redhat.com>
1878
1879 * README: Fix "paralell".
1880
f65825ec
GB
18812020-09-30 Gary Benson <gbenson@redhat.com>
1882
1883 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1884 Convert directive to lowercase.
1885 (.Labbrev1_begin): Add missing label.
1886 (abbrev code 0x1): Remove DW_AT_stmt_list.
1887 (.Ldie_b): Likewise.
1888
5f278258
TT
18892020-09-27 Tom Tromey <tom@tromey.com>
1890
1891 * gdb.tui/new-layout.exp: Use with_test_prefix.
1892
8f9929bb
GR
18932020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1894
1895 PR python/26586
1896 * gdb.python/python.exp: add test cases for the from_tty
1897 argument to gdb.execute.
1898
c20c017b
GB
18992020-09-25 Gary Benson <gbenson@redhat.com>
1900
1901 * gdb.base/infcall-nested-structs.exp.tcl: Add
1902 additional_flags=-Wno-tautological-compare for C++
1903 tests when compiling using Clang.
1904
68d654af
GB
19052020-09-25 Gary Benson <gbenson@redhat.com>
1906
1907 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1908 for .c files.
1909
b551a89f
TT
19102020-09-24 Tom Tromey <tromey@adacore.com>
1911
1912 PR tui/26638:
1913 * gdb.tui/list.exp: Check output of "focus next".
1914
20a5fcbd
TT
19152020-09-23 Tom Tromey <tom@tromey.com>
1916
1917 * gdb.dwarf2/intbits.exp: New file.
1918 * gdb.dwarf2/intbits.c: New file.
1919
b167e53f
PA
19202020-09-20 Pedro Alves <pedro@palves.net>
1921
1922 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1923 spawn_id before calling remote_close. Close secondary MI channel.
1924
dbc49e9f
PA
19252020-09-20 Pedro Alves <pedro@palves.net>
1926
1927 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1928 fails.
1929
c8d5abea
AB
19302020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1931
1932 * gdb.fortran/array-slices.exp: Update expected results.
1933 * gdb.fortran/class-allocatable-array.exp: Likewise.
1934 * gdb.fortran/multi-dim.exp: Likewise.
1935 * gdb.fortran/vla-type.exp: Likewise.
1936 * gdb.mi/mi-vla-fortran.exp: Likewise.
1937
14f9473c
VC
19382020-09-18 Victor Collod <vcollod@nvidia.com>
1939
1940 PR gdb/26635
1941 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1942 compatible with i386, and move it to...
1943 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1944 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1945 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1946
e8ef12b9
PA
19472020-09-18 Pedro Alves <pedro@palves.net>
1948
1949 PR gdb/26631
1950 * gdb.multi/multi-target-thread-find.exp: New file.
1951
e11daf7a
PA
19522020-09-18 Pedro Alves <pedro@palves.net>
1953
1954 * gdb.multi/multi-target-continue.exp: New file, factored out from
1955 multi-target.exp.
1956 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1957 multi-target.exp.
1958 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1959 multi-target.exp.
1960 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1961 multi-target.exp.
1962 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1963 multi-target.exp.
1964 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1965 multi-target.exp.
1966 * gdb.multi/multi-target.exp: Delete.
1967
d0edc2b8
AB
19682020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.fortran/array-slices.exp: Add missing message data.
1971
7474326c
PA
19722020-09-17 Pedro Alves <pedro@palves.net>
1973
1974 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1975
dd23068d
PA
19762020-09-17 Pedro Alves <pedro@palves.net>
1977
1978 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1979 full prototype.
1980
0640a543
PA
19812020-09-17 Pedro Alves <pedro@palves.net>
1982
1983 * gdb.python/py-as-string.c: Add cast.
1984
ef0cdbc1
PA
19852020-09-17 Pedro Alves <pedro@palves.net>
1986
1987 * gdb.base/sizeof.c (fill): Add cast.
1988
3a5eeb8b
PA
19892020-09-17 Pedro Alves <pedro@palves.net>
1990
1991 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1992
a8129512
PA
19932020-09-17 Pedro Alves <pedro@palves.net>
1994
1995 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1996 linkage name.
1997 * gdb.base/prologue.exp: Use print /d.
1998 * gdb.base/symbol-alias.exp: Handle C++ output.
1999 * gdb.base/symbol-alias2.c: Handle C++ output.
2000 [__cplusplus] (func): Explicitly specify linkage name.
2001
a83cdcb6
PA
20022020-09-17 Pedro Alves <pedro@palves.net>
2003
2004 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2005 (struct my_key_t): ... this. Adjust all references.
2006 (struct value_t): Rename to ...
2007 (struct my_value_t): ... this. Adjust all references.
2008 (create_map, add_map_element, create_map_map)
2009 (add_map_map_element): Add casts.
2010
d4bcee5c
PA
20112020-09-17 Pedro Alves <pedro@palves.net>
2012
2013 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2014 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2015
81f90489
PA
20162020-09-17 Pedro Alves <pedro@palves.net>
2017
2018 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2019
0a229804
PA
20202020-09-17 Pedro Alves <pedro@palves.net>
2021
2022 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2023 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2024 (charfoo, intfoo): Define full prototype.
2025 * gdb.base/ptype1.c (charfoo): Define full prototype.
2026 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2027 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2028
c3e5138d
PA
20292020-09-17 Pedro Alves <pedro@palves.net>
2030
2031 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2032 Don't define.
2033 (utf_32_string): Compile for both C and C++.
2034 * gdb.base/charset.exp: Use "print /d".
2035
151fdbad
PA
20362020-09-17 Pedro Alves <pedro@palves.net>
2037
2038 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2039 (nullptr): Rename to ...
2040 (null_ptr): ... this.
2041 * gdb.base/watchpoint.exp: Adjust to rename.
2042
18a25b64
PA
20432020-09-17 Pedro Alves <pedro@palves.net>
2044
2045 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2046 (three_not_flag): Add casts.
2047
11fac337
PA
20482020-09-17 Pedro Alves <pedro@palves.net>
2049
2050 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2051 char array.
2052 (main): Add references to Barrier, TestStrings, TestStringsH and
2053 TestStringsW.
2054 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2055 and expect a full prototype in C++.
2056
52626c58
PA
20572020-09-17 Pedro Alves <pedro@palves.net>
2058
2059 * gdb.base/nested-addr.c (main): Add cast.
2060 * gdb.base/nested-addr.exp: Use "print /d".
2061
52bb0902
PA
20622020-09-17 Pedro Alves <pedro@palves.net>
2063
2064 * gdb.base/break.exp (func): New. Use it throughout when
2065 expecting a function name.
2066
73e18ac9
PA
20672020-09-17 Pedro Alves <pedro@palves.net>
2068
2069 * gdb.base/display.exp: Issue "set print asm-demangle on".
2070
c8b18808
PA
20712020-09-17 Pedro Alves <pedro@palves.net>
2072
2073 * gdb.base/find.c: Include <string.h>.
2074 (init_bufs): Add cast.
2075 * gdb.base/find.exp: Issue "set print asm-demangle on".
2076
fe830662
TT
20772020-09-16 Tom Tromey <tromey@adacore.com>
2078
2079 PR gdb/26598:
2080 * gdb.base/skipcxx.exp: New file.
2081 * gdb.base/skipcxx.cc: New file.
2082
945ff6e2
TV
20832020-09-16 Tom de Vries <tdevries@suse.de>
2084
2085 PR testsuite/26617
2086 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2087 WITH_DEBUG_SECTIONS is defined.
2088 (xstr, str): New macro.
2089 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2090 to get start and size of _Dmain.
2091 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2092 using additional_flags.
2093
da1df1db
TBA
20942020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2095
2096 * gdb.base/bp-cmds-sourced-script.c: New file.
2097 * gdb.base/bp-cmds-sourced-script.exp: New test.
2098 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2099
337882d4
TV
21002020-09-16 Tom de Vries <tdevries@suse.de>
2101
2102 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2103 get the gdb prompt after issuing "monitor exit".
2104
7361f908
TV
21052020-09-16 Tom de Vries <tdevries@suse.de>
2106
2107 PR testsuite/26624
2108 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2109
4d91ddd3
TV
21102020-09-16 Tom de Vries <tdevries@suse.de>
2111
2112 PR testsuite/26618
2113 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2114
08cc37dd
TT
21152020-09-15 Tom Tromey <tromey@adacore.com>
2116
2117 PR rust/26197:
2118 * lib/rust-support.exp (rust_llvm_version): New proc.
2119 * gdb.rust/simple.exp: Check rust_llvm_version.
2120
ee6372f2
TV
21212020-09-14 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.rust/traits.exp: Fix PATH warning.
2124
dc3a371e
PA
21252020-09-13 Pedro Alves <pedro@palves.net>
2126
2127 * gdb.base/catch-follow-exec.c (main): Add explicit return
2128 statement.
2129 * gdb.base/catch-signal.c (main): Likewise.
2130 * gdb.base/condbreak-call-false.c (main): Likewise.
2131 * gdb.base/consecutive.c (main): Add explicit return
2132 statement and return type.
2133 * gdb.base/cursal.c (main): Add explicit return statement.
2134 * gdb.base/cvexpr.c (main): Likewise.
2135 * gdb.base/display.c (main): Add explicit return statement and
2136 return type.
2137 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2138 * gdb.base/endianity.c (main): Likewise.
2139 * gdb.base/execd-prog.c (main): Likewise.
2140 * gdb.base/gdb1090.c (main): Likewise.
2141 * gdb.base/info_qt.c (main): Likewise.
2142 * gdb.base/lineinc.c (main): Likewise.
2143 * gdb.base/load-command.c (main): Likewise.
2144 * gdb.base/macscp1.c (main): Likewise.
2145 * gdb.base/pr10179-a.c (main): Likewise.
2146 * gdb.base/quit-live.c (main): Likewise.
2147 * gdb.base/scope0.c (main): Likewise.
2148 * gdb.base/settings.c (main): Likewise.
2149 * gdb.base/stack-checking.c (main): Return int.
2150 * gdb.base/varargs.c (main): Add explicit return statement.
2151 * gdb.cp/ambiguous.cc (main): Likewise.
2152 * gdb.cp/anon-struct.cc (main): Likewise.
2153 * gdb.cp/anon-union.cc (main): Likewise.
2154 * gdb.cp/bool.cc (main): Likewise.
2155 * gdb.cp/bs15503.cc (main): Likewise.
2156 * gdb.cp/cplusfuncs.cc (main): Likewise.
2157 * gdb.cp/cttiadd.cc (main): Likewise.
2158 * gdb.cp/extern-c.cc (main): Likewise.
2159 * gdb.cp/filename.cc (main): Likewise.
2160 * gdb.cp/formatted-ref.cc (main): Likewise.
2161 * gdb.cp/mb-ctor.cc (main): Likewise.
2162 * gdb.cp/member-ptr.cc (main): Likewise.
2163 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2164 * gdb.cp/overload-const.cc (main): Likewise.
2165 * gdb.cp/paren-type.cc (main): Likewise.
2166 * gdb.cp/parse-lang.cc (main): Likewise.
2167 * gdb.cp/pr-1023.cc (main): Likewise.
2168 * gdb.cp/psmang1.cc (main): Likewise.
2169 * gdb.cp/readnow-language.cc (main): Likewise.
2170 * gdb.cp/ref-params.cc (main): Likewise.
2171 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2172 * gdb.cp/virtbase2.cc (main): Likewise.
2173 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2174 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2175 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2176 * gdb.mi/mi-console.c (main): Likewise.
2177 * gdb.mi/mi-read-memory.c (main): Likewise.
2178 * gdb.modula2/multidim.c (main): Likewise.
2179 * gdb.opt/inline-small-func.c (main): Likewise.
2180 * gdb.python/py-rbreak.c (main): Likewise.
2181 * gdb.stabs/exclfwd1.c (main): Likewise.
2182 * gdb.trace/qtro.c (main): Likewise.
2183
af26601c
PA
21842020-09-13 Pedro Alves <pedro@palves.net>
2185
2186 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2187 instead of getenv.
2188
2f4b83cd
PA
21892020-09-13 Pedro Alves <pedro@palves.net>
2190
2191 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2192 instead of spawning GDB with remote_spawn.
2193 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2194 gdb_spawn instead of spawning GDB with remote_spawn.
2195
c49da0e4
PA
21962020-09-13 Pedro Alves <pedro@palves.net>
2197
2198 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2199 file and add calls to first and second.
2200 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2201 add call to f.
2202
6791b117
PA
22032020-09-13 Pedro Alves <pedro@palves.net>
2204
2205 * gdb.mi/mi-break-qualified.cc: New file.
2206 * gdb.mi/mi-break-qualified.exp: New file.
2207 * lib/mi-support.exp (mi_create_breakpoint_multi)
2208 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2209 procedures.
2210 (mi_create_breakpoint_1): New, factored out from
2211 mi_create_breakpoint.
2212
3b8d4c5c
PA
22132020-09-13 Pedro Alves <pedro@palves.net>
2214
2215 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2216 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2217 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2218 (register_class): Delete.
2219 (main): Don't call register_class.
2220
d5f96005
PA
22212020-09-13 Pedro Alves <pedro@palves.net>
2222
2223 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2224 (do_tests): Remove "calling method for small class" test.
2225 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2226 (register_class): Delete.
2227 (main): Don't call register_class.
2228 * gdb.cp/call-method-register.exp: New file, based on bits removed
2229 from classes.exp.
2230 * gdb.cp/call-method-register.cc: New file, based on bits removed
2231 from classes.cc.
2232
77f2120b
PA
22332020-09-13 Pedro Alves <pedro@palves.net>
2234
2235 * gdb.base/msym-bp-2.c: New.
2236 * gdb.base/msym-bp-shl-lib.c: New file.
2237 * gdb.base/msym-bp-shl-main-2.c: New file.
2238 * gdb.base/msym-bp-shl-main.c: New file.
2239 * gdb.base/msym-bp-shl.exp: New file.
2240 * gdb.base/msym-bp.c: New file.
2241 * gdb.base/msym-bp.exp: New file.
2242
32aea73e
JB
22432020-09-13 Joel Brobecker <brobecker@adacore.com>
2244
2245 * gdb.base/default.exp: Change $_gdb_major to 11.
2246
2a67f09d
FW
22472020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2248 Felix Willgerodt <Felix.Willgerodt@intel.com>
2249
2250 * x86-avx512bf16.c: New file.
2251 * x86-avx512bf16.exp: Likewise.
2252 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2253
ad570dd7
TV
22542020-09-11 Tom de Vries <tdevries@suse.de>
2255
2256 PR exp/26602
2257 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2258
a56f7391
TBA
22592020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2260
2261 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2262
918619e5
AM
22632020-09-10 Alan Modra <amodra@gmail.com>
2264
2265 PR 26597
2266 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2267
cac1e71d
TV
22682020-09-08 Tom de Vries <tdevries@suse.de>
2269
2270 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2271 after gdb_starti_cmd.
2272
c5cd900e
AKS
22732020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2274
2275 * lib/fortran.exp (fortran_complex8): New proc.
2276 (fortran_complex16): New proc.
2277 * gdb.fortran/complex.exp: Use routines from fortran.exp
2278 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2279 * gdb.fortran/vla-ptr-info.exp: Likewise.
2280
8f5c6526
TV
22812020-09-03 Tom de Vries <tdevries@suse.de>
2282
2283 PR breakpoint/26546
2284 * gdb.base/label-without-address.exp: Runto main first.
2285
02c6f3f1
TT
22862020-09-02 Tom Tromey <tromey@adacore.com>
2287
2288 * gdb.ada/mi_var_access.exp: Test children of access variable.
2289 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2290 * gdb.ada/mi_var_array.exp: Update.
2291
efe24f05
KB
22922020-08-31 Kevin Buettner <kevinb@redhat.com>
2293
2294 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2295 on docker w/ AUFS storage driver.
2296
973695d6
KB
22972020-08-31 Kevin Buettner <kevinb@redhat.com>
2298
2299 * gdb.base/corefile2.exp (renamed binfile): New tests.
2300
f3bd50f1
SM
23012020-08-31 Simon Marchi <simon.marchi@efficios.com>
2302
2303 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2304
22b9b4b0
SL
23052020-08-31 Simon Marchi <simon.marchi@efficios.com>
2306
2307 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2308 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2309
8efaf6b3
SM
23102020-08-31 Simon Marchi <simon.marchi@efficios.com>
2311
2312 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2313 output, printing a "not saved" value from history and printing a
2314 convenience variable created from a "not saved" value.
2315
e840f2e3
TV
23162020-08-31 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.base/eh_return.exp: Use nopie.
2319
8f57f343
PA
23202020-08-28 Pedro Alves <pedro@palves.net>
2321
2322 * gdb.base/advance-until-multiple-locations.exp
2323 (advance_overload, until_overload): Adjust to match the
2324 frame/function header instead of the source line text.
2325
626d2320
TV
23262020-08-28 Tom de Vries <tdevries@suse.de>
2327
2328 * gdb.base/label-without-address.c: New test.
2329 * gdb.base/label-without-address.exp: New file.
2330
df631783
PA
23312020-08-27 Pedro Alves <pedro@palves.net>
2332
2333 PR gdb/26523
2334 PR gdb/26524
2335 * gdb.base/advance-until-multiple-locations.cc: New.
2336 * gdb.base/advance-until-multiple-locations.exp: New.
2337
48b076bb
SM
23382020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2339
2340 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2341
c2015ce4
AB
23422020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 * gdb.arch/amd64-byte.exp: Make test names unique, use
2345 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2346 * gdb.arch/amd64-dword.exp: Likewise.
2347 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2348 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2349 unique.
2350 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2351 * gdb.arch/amd64-word.exp: Make test names unique, use
2352 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2353 * gdb.arch/i386-byte.exp: Make test names unique, use
2354 gdb_breakpoint.
2355 * gdb.arch/i386-word.exp: Likewise.
2356
995d3a19
SV
23572020-08-25 Shahab Vahedi <shahab@synopsys.com>
2358
2359 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2360
8cac2b31
SM
23612020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2362
2363 PR gdb/26532
2364 * gdb.threads/stepi-random-signal.exp: Update pattern.
2365
2bc19622
SM
23662020-08-25 Simon Marchi <simon.marchi@efficios.com>
2367
2368 PR gdb/26532
2369 * gdb.base/ui-redirect.exp: Update pattern.
2370
b04aa1fc
GB
23712020-08-25 Gary Benson <gbenson@redhat.com>
2372
2373 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2374 when compiling with clang.
8571e9c8 2375 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2376
9f68b453
GB
23772020-08-25 Gary Benson <gbenson@redhat.com>
2378
2379 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2380 Add additional_flags=-Wno-inaccessible-base when compiling
2381 with GCC >= 10.1 or clang. Add additional_flags=-w when
2382 compiling with GCC < 10.
2383
3945d2d7
GM
23842020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2385
2386 PR m2/26372
fc5d6901
SM
2387 * gdb.modula2/multidim.c: New file.
2388 * gdb.modula2/multidim.exp: New file.
3945d2d7 2389
60122dbe
SM
23902020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2391
2392 * lib/gdb.exp (runto): Always emit fail on internal error.
2393
1eb8556f
SM
23942020-08-24 Simon Marchi <simon.marchi@efficios.com>
2395
2396 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2397 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2398 Likewise.
2399 * gdb.threads/stepi-random-signal.exp: Likewise.
2400
33bf4c5c
TBA
24012020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2402
2403 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2404 * gdb.trace/strace.exp: Ditto.
2405
c2fd7fae
AKS
24062020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2407
2408 * gdb.fortran/vla-type.exp: Skip commands not required for
2409 the Flang compiled binaries after prologue fix.
2410
326afb72
TT
24112020-08-17 Tom de Vries <tdevries@suse.de>
2412 Tom Tromey <tromey@adacore.com>
2413
2414 PR rust/26197:
2415 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2416
3ae7ab99
TT
24172020-08-17 Tom Tromey <tromey@adacore.com>
2418
2419 * gdb.ada/mi_var_access.exp: New file.
2420 * gdb.ada/mi_var_access/mi_access.adb: New file.
2421 * gdb.ada/mi_var_access/pck.adb: New file.
2422 * gdb.ada/mi_var_access/pck.ads: New file.
2423
f569c1c5
TV
24242020-08-16 Tom de Vries <tdevries@suse.de>
2425
2426 PR gdb/25350
2427 * gdb.base/eh_return.c: New test.
2428 * gdb.base/eh_return.exp: New file.
2429
3d11c30a
TV
24302020-08-15 Tom de Vries <tdevries@suse.de>
2431
2432 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2433 (mixed_func_1d_): Use fortran_charlen_t in decl.
2434
547ce8f0
TV
24352020-08-15 Tom de Vries <tdevries@suse.de>
2436
2437 PR backtrace/26390
2438 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2439 Update expected pattern.
2440
a54a7f13
PA
24412020-08-13 Pedro Alves <pedro@palves.net>
2442
2443 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2444 * gdb.fortran/library-module.exp: Likewise.
2445 * gdb.fortran/logical.exp: Likewise.
2446 * gdb.fortran/module.exp: Likewise.
2447 * gdb.fortran/print_type.exp: Likewise.
2448 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2449 * gdb.fortran/vla-datatypes.exp: Likewise.
2450 * gdb.fortran/vla-history.exp: Likewise.
2451 * gdb.fortran/vla-ptr-info.exp: Likewise.
2452 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2453 * gdb.fortran/vla-ptype.exp: Likewise.
2454 * gdb.fortran/vla-sizeof.exp: Likewise.
2455 * gdb.fortran/vla-type.exp: Likewise.
2456 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2457 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2458 * gdb.fortran/vla-value-sub.exp: Likewise.
2459 * gdb.fortran/vla-value.exp: Likewise.
2460
7a82e903
PA
24612020-08-13 Pedro Alves <pedro@palves.net>
2462
2463 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2464 * gdb.ada/access_to_packed_array.exp: Likewise.
2465 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2466 * gdb.ada/addr_arith.exp: Likewise.
2467 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2468 * gdb.ada/arr_arr.exp: Likewise.
2469 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2470 * gdb.ada/array_bounds.exp: Likewise.
2471 * gdb.ada/array_of_variable_length.exp: Likewise.
2472 * gdb.ada/array_ptr_renaming.exp: Likewise.
2473 * gdb.ada/array_subscript_addr.exp: Likewise.
2474 * gdb.ada/arraydim.exp: Likewise.
2475 * gdb.ada/arrayparam.exp: Likewise.
2476 * gdb.ada/arrayptr.exp: Likewise.
2477 * gdb.ada/assign_1.exp: Likewise.
2478 * gdb.ada/assign_arr.exp: Likewise.
2479 * gdb.ada/atomic_enum.exp: Likewise.
2480 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2481 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2482 * gdb.ada/bias.exp: Likewise.
2483 * gdb.ada/boolean_expr.exp: Likewise.
2484 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2485 * gdb.ada/bp_enum_homonym.exp: Likewise.
2486 * gdb.ada/bp_inlined_func.exp: Likewise.
2487 * gdb.ada/bp_on_var.exp: Likewise.
2488 * gdb.ada/bp_range_type.exp: Likewise.
2489 * gdb.ada/bp_reset.exp: Likewise.
2490 * gdb.ada/call_pn.exp: Likewise.
2491 * gdb.ada/catch_assert_if.exp: Likewise.
2492 * gdb.ada/catch_ex.exp: Likewise.
2493 * gdb.ada/catch_ex_std.exp: Likewise.
2494 * gdb.ada/char_enum.exp: Likewise.
2495 * gdb.ada/char_param.exp: Likewise.
2496 * gdb.ada/complete.exp: Likewise.
2497 * gdb.ada/cond_lang.exp: Likewise.
2498 * gdb.ada/convvar_comp.exp: Likewise.
2499 * gdb.ada/dgopt.exp: Likewise.
2500 * gdb.ada/disc_arr_bound.exp: Likewise.
2501 * gdb.ada/display_nested.exp: Likewise.
2502 * gdb.ada/dot_all.exp: Likewise.
2503 * gdb.ada/dyn_loc.exp: Likewise.
2504 * gdb.ada/dyn_stride.exp: Likewise.
2505 * gdb.ada/excep_handle.exp: Likewise.
2506 * gdb.ada/expr_delims.exp: Likewise.
2507 * gdb.ada/expr_with_funcall.exp: Likewise.
2508 * gdb.ada/exprs.exp: Likewise.
2509 * gdb.ada/fin_fun_out.exp: Likewise.
2510 * gdb.ada/fixed_cmp.exp: Likewise.
2511 * gdb.ada/formatted_ref.exp: Likewise.
2512 * gdb.ada/frame_arg_lang.exp: Likewise.
2513 * gdb.ada/frame_args.exp: Likewise.
2514 * gdb.ada/fullname_bp.exp: Likewise.
2515 * gdb.ada/fun_addr.exp: Likewise.
2516 * gdb.ada/fun_in_declare.exp: Likewise.
2517 * gdb.ada/fun_overload_menu.exp: Likewise.
2518 * gdb.ada/fun_renaming.exp: Likewise.
2519 * gdb.ada/funcall_char.exp: Likewise.
2520 * gdb.ada/funcall_param.exp: Likewise.
2521 * gdb.ada/funcall_ptr.exp: Likewise.
2522 * gdb.ada/funcall_ref.exp: Likewise.
2523 * gdb.ada/homonym.exp: Likewise.
2524 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2525 * gdb.ada/info_auto_lang.exp: Likewise.
2526 * gdb.ada/info_exc.exp: Likewise.
2527 * gdb.ada/info_types.exp: Likewise.
2528 * gdb.ada/int_deref.exp: Likewise.
2529 * gdb.ada/interface.exp: Likewise.
2530 * gdb.ada/iwide.exp: Likewise.
2531 * gdb.ada/lang_switch.exp: Likewise.
2532 * gdb.ada/length_cond.exp: Likewise.
2533 * gdb.ada/maint_with_ada.exp: Likewise.
2534 * gdb.ada/mi_catch_assert.exp: Likewise.
2535 * gdb.ada/mi_catch_ex.exp: Likewise.
2536 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2537 * gdb.ada/mi_dyn_arr.exp: Likewise.
2538 * gdb.ada/mi_ex_cond.exp: Likewise.
2539 * gdb.ada/mi_exc_info.exp: Likewise.
2540 * gdb.ada/mi_interface.exp: Likewise.
2541 * gdb.ada/mi_prot.exp: Likewise.
2542 * gdb.ada/mi_ref_changeable.exp: Likewise.
2543 * gdb.ada/mi_string_access.exp: Likewise.
2544 * gdb.ada/mi_task_arg.exp: Likewise.
2545 * gdb.ada/mi_task_info.exp: Likewise.
2546 * gdb.ada/mi_var_array.exp: Likewise.
2547 * gdb.ada/mi_var_union.exp: Likewise.
2548 * gdb.ada/mi_variant.exp: Likewise.
2549 * gdb.ada/minsyms.exp: Likewise.
2550 * gdb.ada/mod_from_name.exp: Likewise.
2551 * gdb.ada/nested.exp: Likewise.
2552 * gdb.ada/null_array.exp: Likewise.
2553 * gdb.ada/optim_drec.exp: Likewise.
2554 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2555 * gdb.ada/packed_array_assign.exp: Likewise.
2556 * gdb.ada/packed_tagged.exp: Likewise.
2557 * gdb.ada/pp-rec-component.exp: Likewise.
2558 * gdb.ada/print_chars.exp: Likewise.
2559 * gdb.ada/print_pc.exp: Likewise.
2560 * gdb.ada/ptr_typedef.exp: Likewise.
2561 * gdb.ada/ptype_arith_binop.exp: Likewise.
2562 * gdb.ada/ptype_array.exp: Likewise.
2563 * gdb.ada/ptype_field.exp: Likewise.
2564 * gdb.ada/ptype_tagged_param.exp: Likewise.
2565 * gdb.ada/ptype_union.exp: Likewise.
2566 * gdb.ada/py_range.exp: Likewise.
2567 * gdb.ada/py_taft.exp: Likewise.
2568 * gdb.ada/rdv_wait.exp: Likewise.
2569 * gdb.ada/rec_comp.exp: Likewise.
2570 * gdb.ada/rec_return.exp: Likewise.
2571 * gdb.ada/ref_param.exp: Likewise.
2572 * gdb.ada/ref_tick_size.exp: Likewise.
2573 * gdb.ada/rename_subscript_param.exp: Likewise.
2574 * gdb.ada/repeat_dyn.exp: Likewise.
2575 * gdb.ada/same_component_name.exp: Likewise.
2576 * gdb.ada/same_enum.exp: Likewise.
2577 * gdb.ada/scalar_storage.exp: Likewise.
2578 * gdb.ada/set_wstr.exp: Likewise.
2579 * gdb.ada/small_reg_param.exp: Likewise.
2580 * gdb.ada/str_binop_equal.exp: Likewise.
2581 * gdb.ada/str_ref_cmp.exp: Likewise.
2582 * gdb.ada/str_uninit.exp: Likewise.
2583 * gdb.ada/sub_variant.exp: Likewise.
2584 * gdb.ada/sym_print_name.exp: Likewise.
2585 * gdb.ada/taft_type.exp: Likewise.
2586 * gdb.ada/tagged.exp: Likewise.
2587 * gdb.ada/tagged_access.exp: Likewise.
2588 * gdb.ada/task_bp.exp: Likewise.
2589 * gdb.ada/task_switch_in_core.exp: Likewise.
2590 * gdb.ada/tasks.exp: Likewise.
2591 * gdb.ada/tick_last_segv.exp: Likewise.
2592 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2593 * gdb.ada/type_coercion.exp: Likewise.
2594 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2595 * gdb.ada/unchecked_union.exp: Likewise.
2596 * gdb.ada/uninitialized_vars.exp: Likewise.
2597 * gdb.ada/var_arr_attrs.exp: Likewise.
2598 * gdb.ada/var_arr_typedef.exp: Likewise.
2599 * gdb.ada/var_rec_arr.exp: Likewise.
2600 * gdb.ada/variant-record.exp: Likewise.
2601 * gdb.ada/variant.exp: Likewise.
2602 * gdb.ada/variant_record_packed_array.exp: Likewise.
2603 * gdb.ada/varsize_limit.exp: Likewise.
2604 * gdb.ada/whatis_array_val.exp: Likewise.
2605 * gdb.ada/widewide.exp: Likewise.
2606 * gdb.ada/win_fu_syms.exp: Likewise.
2607
26082020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2609
2610 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2611
10c381b5
AB
26122020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2615 unset the array variable.
2616
8f34b746
TV
26172020-08-03 Tom de Vries <tdevries@suse.de>
2618
2619 PR symtab/26333
2620 * lib/dwarf.exp (DW_LNE_user): New proc.
2621 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2622 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2623
0245e136
KB
26242020-07-31 Kevin Buettner <kevinb@redhat.com>
2625
2626 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2627 to 'uintptr_t'
2628 (inttypes.h): Include.
2629
9ef1ec5d
KB
26302020-07-31 Kevin Buettner <kevinb@redhat.com>
2631
2632 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2633 (C5_24k): Delete.
2634 (C5_8k, C5_64k, C5_256k): New macros.
2635 (buf_ro): Allocate 256 KiB of initialized data.
2636
4c55e970
TBA
26372020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2638
2639 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2640 that attempt to overwrite an existing condition with a condition
2641 that fails parsing and also with a condition that parses fine
2642 but contains junk at the end.
2643
1e620590
TBA
26442020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2645
2646 * gdb.base/condbreak-bad.c: New test.
2647 * gdb.base/condbreak-bad.exp: New file.
2648
e12dcc50
TV
26492020-07-30 Tom de Vries <tdevries@suse.de>
2650
2651 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2652 out of ...
2653 (GDBInfoModuleSymbols::check_entry): ... here.
2654 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2655 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2656 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2657
6cc64caa
TV
26582020-07-30 Tom de Vries <tdevries@suse.de>
2659
2660 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2661 "__class_some_module_Number_t" optional.
2662
90fd07fc
TV
26632020-07-29 Tom de Vries <tdevries@suse.de>
2664
2665 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2666 multiple locations.
2667
f5c79e97
TV
26682020-07-29 Tom de Vries <tdevries@suse.de>
2669
2670 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2671 rather than function name.
2672
f75a0693
AB
26732020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 PR symtab/26270:
2676 * gdb.cp/disasm-func-name.cc: New file.
2677 * gdb.cp/disasm-func-name.exp: New file.
2678
4888741a
TT
26792020-07-28 Tom Tromey <tromey@adacore.com>
2680
2681 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2682 'varval' location.
2683
43d5901d
AB
26842020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.python/py-unwind.py: Update to make use of a register
2687 descriptor.
2688
14fa8fb3
AB
26892020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2690
2691 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2692
e79eb02f
AB
26932020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 PR fortran/23051
2696 PR fortran/26139
2697 * gdb.fortran/class-allocatable-array.exp: New file.
2698 * gdb.fortran/class-allocatable-array.f90: New file.
2699 * gdb.fortran/pointer-to-pointer.exp: New file.
2700 * gdb.fortran/pointer-to-pointer.f90: New file.
2701
876518dd
TV
27022020-07-25 Tom de Vries <tdevries@suse.de>
2703
2704 PR symtab/26243
2705 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2706 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2707
6dcfb80a
TV
27082020-07-24 Tom de Vries <tdevries@suse.de>
2709
2710 PR testsuite/26293
2711 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2712
e7bc9db8
PA
27132020-07-23 Pedro Alves <pedro@palves.net>
2714
2715 * gdb.server/server-kill.exp (prepare): New, factored out from the
2716 top level.
2717 (kill_server): New.
2718 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2719 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2720
78344df7
AB
27212020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2724
25dfed24
SL
27252020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2726
2727 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2728 Initialize to empty string at top level.
2729 (gdb_wrapper_init): Revert check for file existence on build.
2730 Build the wrapper in its default place, not a build-specific
2731 location. When host == build, make the pathname absolute.
2732 (gdb_compile): Delete leftover declaration of
2733 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2734 string instead of uninitialized.
2735
7da515fd
KB
27362020-07-22 Kevin Buettner <kevinb@redhat.com>
2737
2738 * gdb.base/corefile2.exp: New file.
2739 * gdb.base/coremaker2.exp: New file.
2740
9c5ec5c2
KB
27412020-07-22 Kevin Buettner <kevinb@redhat.com>
2742
2743 * gdb.base/coredump-filter.exp: Add second
2744 non-Private-Shared-Anon-File test.
2745 (test_disasm): Rename binfile for test which is expected
2746 to fail.
2747
f9e233c9
KB
27482020-07-22 Kevin Buettner <kevinb@redhat.com>
2749
2750 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2751 data in core file".
2752 * gdb.base/coremaker.c (buf2ro): New global.
2753 (mmapdata): Add a read-only mmap mapping.
2754
94c265d7
KB
27552020-07-22 Kevin Buettner <kevinb@redhat.com>
2756
2757 PR corefiles/25631
2758 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2759 New test.
2760 * gdb.base/coremaker.c (buf3): New global.
2761 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2762 flags.
2763
27642020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2765
2766 * gdb.base/coremaker.c (filler_ro): New global constant.
2767
32fa152e
TT
27682020-07-22 Tom Tromey <tromey@adacore.com>
2769
2770 * gdb.ada/mi_prot.exp: New file.
2771 * gdb.ada/mi_prot/pkg.adb: New file.
2772 * gdb.ada/mi_prot/pkg.ads: New file.
2773 * gdb.ada/mi_prot/prot.adb: New file.
2774
c8474dc3
TBA
27752020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2776
2777 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2778 loads two JITers.
2779
baf8791e
AB
27802020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2783
f7306dac
AB
27842020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.python/py-arch-reg-names.exp: Additional tests.
2787
6d3d6e4b
TV
27882020-07-21 Tom de Vries <tdevries@suse.de>
2789
2790 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2791 breakpoint locations".
2792 * gdb.reverse/solib-reverse.exp: Same.
2793
803d0592
TV
27942020-07-21 Tom de Vries <tdevries@suse.de>
2795
2796 * gdb.reverse/step-reverse.c (callee): Merge statements.
2797
e9bdc510
TV
27982020-07-21 Tom de Vries <tdevries@suse.de>
2799
2800 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2801 line numbers for some variables.
2802
f0f9e75a
TV
28032020-07-21 Tom de Vries <tdevries@suse.de>
2804
2805 * gdb.opt/inline-locals.c (init_array): New func.
2806 (func1): Use init_array.
2807 * gdb.opt/inline-locals.exp: Update pattern.
2808
bd460ecb
TV
28092020-07-21 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2812 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2813
ae5369e7
LC
28142020-07-20 Ludovic Courtès <ludo@gnu.org>
2815
2816 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2817 * gdb.guile/types-module.exp: Remove "ERROR:" from
2818 regexps since Guile 3.0 no longer prints that.
2819
68cf161c
LC
28202020-07-20 Ludovic Courtès <ludo@gnu.org>
2821
2822 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2823 error regexp to match on Guile 2.2.
2824
c14b4913
GB
28252020-07-20 Gary Benson <gbenson@redhat.com>
2826
2827 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2828 with clang.
2829
b243ba58
TV
28302020-07-20 Tom de Vries <tdevries@suse.de>
2831
2832 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2833 (omp_set_lock_in_order): New function.
2834 (single_scope, multi_scope, nested_func, nested_parallel): Use
2835 omp_set_lock_in_order and omp_unset_lock.
2836 (main): Init and destroy lock and lock2.
2837
c06ad8b5
TV
28382020-07-20 Tom de Vries <tdevries@suse.de>
2839
2840 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2841
6e22f117
TV
28422020-07-20 Tom de Vries <tdevries@suse.de>
2843
2844 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2845
33176ea7
TV
28462020-07-17 Tom de Vries <tdevries@suse.de>
2847
2848 * gdb.base/valgrind-infcall-2.c: New test.
2849 * gdb.base/valgrind-infcall-2.exp: New file.
2850 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2851
90c3ec2d
TV
28522020-07-17 Tom de Vries <tdevries@suse.de>
2853
2854 * gdb.dlang/circular.c (found): Use found_label as label name.
2855 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2856 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2857 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2858 * gdb.dwarf2/ada-linkage-name.exp: Same.
2859 * gdb.dwarf2/arr-subrange.exp: Same.
2860 * gdb.dwarf2/atomic-type.exp: Same.
2861 * gdb.dwarf2/comp-unit-lang.exp: Same.
2862 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2863 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2864 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2865 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2866 * gdb.dwarf2/implptr-64bit.exp: Same.
2867 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2868 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2869 * gdb.dwarf2/imported-unit.exp: Same.
2870 * gdb.dwarf2/main-subprogram.exp: Same.
2871 * gdb.dwarf2/missing-type-name.exp: Same.
2872 * gdb.dwarf2/nonvar-access.exp: Same.
2873 * gdb.dwarf2/struct-with-sig.exp: Same.
2874 * gdb.dwarf2/typedef-void-finish.exp: Same.
2875 * gdb.dwarf2/void-type.exp: Same.
2876
10da644d
TV
28772020-07-17 Tom de Vries <tdevries@suse.de>
2878
2879 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2880 src parameter.
2881 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2882 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2883 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2884 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2885 * gdb.dwarf2/dwz.exp: Same.
2886 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2887 * gdb.dwarf2/implref-array.exp: Same.
2888 * gdb.dwarf2/implref-const.exp: Same.
2889 * gdb.dwarf2/implref-global.exp: Same.
2890 * gdb.dwarf2/implref-struct.exp: Same.
2891 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2892 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2893 * gdb.dwarf2/var-access.exp: Same.
2894 * gdb.dwarf2/varval.exp: Same.
2895 * gdb.trace/entry-values.exp: Same.
2896
315e6afc
TV
28972020-07-17 Tom de Vries <tdevries@suse.de>
2898
2899 * lib/dwarf.exp (Dwarf::extern): Remove.
2900 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2901 * gdb.dlang/circular.exp: Same.
2902 * gdb.dwarf2/comp-unit-lang.exp: Same.
2903 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2904 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2905 * gdb.dwarf2/dwz.exp: Same.
2906 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2907 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2908 * gdb.dwarf2/imported-unit.exp: Same.
2909 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2910
5597c940
SL
29112020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2912
2913 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2914 Use double quotes instead of single quotes.
2915
d0ce17d8
CT
29162020-07-16 Caroline Tice <cmtice@google.com>
2917
2918 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2919 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2920
853772cc
TV
29212020-07-16 Tom de Vries <tdevries@suse.de>
2922
2923 * lib/dwarf.exp (program): Initialize _line.
2924 (DW_LNE_end_sequence): Reinitialize _line.
2925 (DW_LNS_advance_line): Update _line.
2926 (line): New proc.
2927 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2928 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2929 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2930 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2931 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2932 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2933
fe07b572
AB
29342020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2935
2936 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2937 generic.
2938
52781cce
TV
29392020-07-15 Tom de Vries <tdevries@suse.de>
2940
2941 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2942 is_amd64_regs_target.
2943
3dcc261c
AB
29442020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2947 * gdb.fortran/ptype-on-functions.f90: Likewise.
2948
054a0959
SM
29492020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2950
2951 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2952 values in documentation for addr_size to 4 and 8.
2953
ccb9eba6
AB
29542020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.arch/amd64-osabi.exp: Update.
2957 * gdb.arch/arm-disassembler-options.exp: Update.
2958 * gdb.arch/powerpc-disassembler-options.exp: Update.
2959 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2960 * gdb.arch/s390-disassembler-options.exp: Update.
2961 * gdb.base/all-architectures.exp.tcl: Update.
2962 * gdb.base/attach-pie-noexec.exp: Update.
2963 * gdb.base/catch-syscall.exp: Update.
2964 * gdb.xml/tdesc-arch.exp: Update.
2965
025a39a7
TV
29662020-07-14 Tom de Vries <tdevries@suse.de>
2967
2968 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2969 (local_gettid): ... this.
2970 (fn): Update.
2971
74e4b667
SL
29722020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2973
2974 * gdb.base/info_sources.exp: Skip directory match tests on
2975 remote hosts.
2976
f413dd74
GB
29772020-07-13 Gary Benson <gbenson@redhat.com>
2978
2979 * gdb.base/savedregs.exp (caller): Use parentheses to
2980 make expected expression evaluation ordering explicit.
2981
915771bb
GB
29822020-07-13 Gary Benson <gbenson@redhat.com>
2983
2984 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2985
2a122642
GB
29862020-07-13 Gary Benson <gbenson@redhat.com>
2987
2988 * gdb.base/bigcore.c (main): Use a volatile pointer when
2989 attempting to trigger a SIGSEGV.
2990 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2991 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2992 * gdb.base/savedregs.c (thrower): Likewise.
2993 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2994
3f00c730
GB
29952020-07-13 Gary Benson <gbenson@redhat.com>
2996
2997 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2998 defining and using VLA structure fields into...
2999 * gdb.base/vla-struct-fields.c: New file.
3000 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3001 tests into...
3002 * gdb.base/vla-struct-fields.exp: New file.
3003
963eeee4
TV
30042020-07-13 Tom de Vries <tdevries@suse.de>
3005
3006 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3007 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3008 * gdb.base/gold-gdb-index.exp: Same.
3009 * gdb.base/morestack.exp: Same.
3010
0ed35c9a
DX
30112020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3012
3013 PR rust/26121
3014 * gdb.rust/modules.rs: Prevent linker from discarding test
3015 symbol.
3016
4fdba23d
PA
30172020-07-10 Pedro Alves <pedro@palves.net>
3018
3019 PR gdb/26199
3020 * gdb.multi/multi-target.c (exit_thread): New.
3021 (thread_start): Break loop if EXIT_THREAD.
3022 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3023 (top level) Call test_no_resumed.
3024
15f3b077
TT
30252020-07-08 Tom Tromey <tromey@adacore.com>
3026
3027 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3028 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3029
9fc501fd
AB
30302020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3031
3032 PR python/22748
3033 * gdb.opt/inline-frame-tailcall.c: New file.
3034 * gdb.opt/inline-frame-tailcall.exp: New file.
3035 * gdb.python/py-unwind-inline.c: New file.
3036 * gdb.python/py-unwind-inline.exp: New file.
3037 * gdb.python/py-unwind-inline.py: New file.
3038
64cb3757
AB
30392020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3040
3041 * gdb.python/py-arch-reg-groups.exp: New file.
3042
0f767f94
AB
30432020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3044
3045 * gdb.python/py-arch-reg-names.exp: New file.
3046
87dbc774
AB
30472020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3050 gdb.PendingFrame.architecture method.
3051
d8cc8af6
TV
30522020-07-06 Tom de Vries <tdevries@suse.de>
3053
3054 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3055
3c8ea5be
PA
30562020-07-03 Pedro Alves <palves@redhat.com>
3057
3058 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3059 explicitly write negative numbers.
3060 * gdb.base/structs2.exp: Adjust expected output.
3061
bf90c83a
PA
30622020-07-03 Pedro Alves <palves@redhat.com>
3063
3064 * gdb.base/charset.c (init_string): Change all char parameters to
3065 unsigned char parameters.
3066
2eb82157
PA
30672020-07-03 Pedro Alves <palves@redhat.com>
3068
3069 * gdb.base/call-sc.exp (start_scalars_test): Use
3070 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3071 * gdb.base/overlays.c: Remove references to PARAMS.
3072 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3073 * gdb.base/reread.exp: Don't set 'prototypes' global.
3074 * gdb.base/structs.exp (start_structs_test): Use
3075 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3076 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3077 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3078 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3079 call.
3080 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3081
9adda7af
PA
30822020-07-03 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/m32rovly.c: Delete.
3085 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3086
2a17c803
PW
30872020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3088
3089 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3090 of gdb_py_test_multiple.
3091 * gdb.python/py-cmd.exp: Likewise.
3092 * gdb.python/py-events.exp: Likewise.
3093 * gdb.python/py-function.exp: Likewise.
3094 * gdb.python/py-inferior.exp: Likewise.
3095 * gdb.python/py-infthread.exp: Likewise.
3096 * gdb.python/py-linetable.exp: Likewise.
3097 * gdb.python/py-parameter.exp: Likewise.
3098 * gdb.python/py-value.exp: Likewise.
3099
b011fe1a
TV
31002020-06-30 Tom de Vries <tdevries@suse.de>
3101
3102 PR testsuite/26175
3103 * lib/future.exp (gdb_default_target_compile): Detect and handle
3104 early_flags.
3105
df5b8876
SM
31062020-06-29 Simon Marchi <simon.marchi@efficios.com>
3107
3108 * boards/simavr.exp (gdb_load): Catch errors when closing
3109 previous connection. Close connection, wait for process and
3110 unset simavr_spawn_id on failure.
3111
a3ca48cd
TV
31122020-06-29 Tom de Vries <tdevries@suse.de>
3113
3114 * lib/gdb.exp (unknown): Make test-case unresolved.
3115
b0237c0e
TV
31162020-06-29 Tom de Vries <tdevries@suse.de>
3117
3118 PR gdb/25475
3119 * gdb.server/solib-list.exp: Verify that the symbol reload
3120 confirmation question is asked.
3121
c0b3b3bd
PW
31222020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3123
3124 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3125 have a input seq nr in each pass message.
fe4c3d43 3126 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3127 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3128 * gdb.python/python.exp: Make test names unique,
3129 use gdb_test_multiline instead of gdb_py_test_multiple,
3130 use $gdb_test_name.
3131 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3132
1776e3e5
NA
31332020-06-26 Nick Alcock <nick.alcock@oracle.com>
3134
3135 * configure.ac: Add --enable-libctf.
3136 * aclocal.m4: sinclude ../config/enable.m4.
3137 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3138 * lib/gdb.exp (skip_ctf_tests): Use it.
3139 * gdb.base/ctf-constvars.exp: Error message tweak.
3140 * gdb.base/ctf-ptype.exp: Likewise.
3141 * configure: Regenerate.
3142
f53b3eeb
GB
31432020-06-26 Gary Benson <gbenson@redhat.com>
3144
3145 * gdb.cp/try_catch.cc: Include string.h.
3146 (main): Replace comparison against string literal with
3147 strcmp, avoiding build failure with -Wstring-compare.
3148 Add "marker test-complete".
3149 * gdb.cp/try_catch.exp: Run the test to the above marker,
3150 then verify that the value of "test" is still true.
3151
6d74da72
AB
31522020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3155
2e52d038
AB
31562020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3157
3158 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3159
3b9fce96
AB
31602020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3161
3162 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3163 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3164 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3165 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3166 * gdb.arch/riscv-tdesc-loading.exp: New file.
3167
ed69cbc8
AB
31682020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3171
767a879e
AB
31722020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3175 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3176 * gdb.arch/riscv-tdesc-regs.c: New file.
3177 * gdb.arch/riscv-tdesc-regs.exp: New file.
3178
221db974
PA
31792020-06-24 Pedro Alves <palves@redhat.com>
3180
3181 * gdb.arch/amd64-entry-value-paramref.exp: Use
3182 prepare_for_testing_full and don't pass "c++" for the .S file
3183 build spec.
3184 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3185 $options, since it's an assembly file. Remove -Wno-deprecated.
3186 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3187 compiling C++ programs.
3188
331733cd
PA
31892020-06-24 Pedro Alves <palves@redhat.com>
3190
3191 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3192 Clang, add "-Wno-unknown-warning-option" to the options.
3193
caa7fd04
AB
31942020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3195
3196 * gdb.xml/tdesc-reload.c: New file.
3197 * gdb.xml/tdesc-reload.exp: New file.
3198 * gdb.xml/maint-xml-dump-01.xml: New file.
3199 * gdb.xml/maint-xml-dump-02.xml: New file.
3200 * gdb.xml/maint-xml-dump.exp: New file.
3201
bb8d1260
SL
32022020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3203
3204 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3205 Adjust for omitted commands when TUI is disabled.
3206
7e4b9c4c
GB
32072020-06-23 Gary Benson <gbenson@redhat.com>
3208 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3211 * gdb.cp/nsimport.cc: Likewise.
3212 * gdb.cp/nsnested.cc: Likewise.
3213 * gdb.cp/nsnoimports.cc: Likewise.
3214 * gdb.cp/nsusing.cc: Likewise.
3215 * gdb.cp/smartp.cc: Likewise.
3216 * gdb.python/py-pp-integral.c: Likewise.
3217 * gdb.python/py-pp-re-notag.c: Likewise.
3218
2e573c0a
GB
32192020-06-23 Gary Benson <gbenson@redhat.com>
3220
3221 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3222 * gdb.cp/nsimport.cc: Likewise.
3223 * gdb.cp/nsnested.cc: Likewise.
3224 * gdb.cp/nsnoimports.cc: Likewise.
3225 * gdb.cp/nsusing.cc: Likewise.
3226 * gdb.cp/smartp.cc: Likewise.
3227 * gdb.python/py-pp-integral.c: Likewise.
3228 * gdb.python/py-pp-re-notag.c: Likewise.
3229
746ebfe8
PW
32302020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3231
3232 * gdb.base/default-args.exp: New test.
3233 * gdb.base/default-args.c: New file.
3234 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3235 * gdb.base/default.exp: Update to new help text.
3236 * gdb.base/help.exp: Likewise.
3237 * gdb.base/page.exp: Likewise.
3238 * gdb.base/style.exp: Likewise.
3239 * gdb.guile/guile.exp: Likewise.
3240 * gdb.python/python.exp: Likewise.
3241
e822f2cd
SL
32422020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3243
3244 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3245 remote host. Fix search path syntax on Windows host.
3246
48e9cc84
PW
32472020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3248
3249 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3250 over 'exec-file-mismatch'.
3251 * gdb.base/attach.c: Mark should_exit volatile.
3252 * gdb.base/attach2.c: Likewise. Add a comment explaining
3253 why the sleep cannot be big.
3254 * gdb.base/attach3.c: New file.
3255
160f8a8f
SL
32562020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3257
3258 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3259 prefix optional.
3260
4d91c2a4
SL
32612020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3262
3263 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3264 for remote host.
3265
87f83f20
SL
32662020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3267 Hafiz Abid Qadeer <abidh@codesourcery.com>
3268
3269 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3270 file sent to remote host.
3271 (top level): Allow int32_t as type of 32-bit register.
3272
37ab8655
TV
32732020-06-19 Tom de Vries <tdevries@suse.de>
3274
3275 * lib/gdb.exp (gdb_note): New proc.
3276 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3277 (gdb_default_target_compile): ... here. Only call
3278 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3279 (use_gdb_compile): Change to array.
3280 (toplevel): Update sets of use_gdb_compile to specify language.
3281 Warn about default_target_compile override. Store dejagnu's version
3282 of default_target_compile in dejagnu_default_target_compile.
3283
a8a56685
TV
32842020-06-18 Tom de Vries <tdevries@suse.de>
3285
3286 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3287 (default_gdb_init): ... here.
3288
581bea2c
SL
32892020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3290
3291 Fix TUI support checks in gdb.tui tests.
3292
3293 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3294 just say UNSUPPORTED.
3295 * gdb.tui/corefile-run.exp: Likewise.
3296 * gdb.tui/empty.exp: Likewise.
3297 * gdb.tui/list-before.exp: Likewise.
3298 * gdb.tui/list.exp: Likewise.
3299 * gdb.tui/main.exp: Likewise.
3300 * gdb.tui/regs.exp: Likewise.
3301 * gdb.tui/resize.exp: Likewise.
3302 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3303 * gdb.tui/tui-layout-asm.exp: Likewise.
3304 * gdb.tui/tui-missing-src.exp: Likewise.
3305 * gdb.tui/winheight.exp: Likewise.
3306 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3307
05e682e3
SL
33082020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3309
3310 Fix TCL error in gdb.python/py-format-string.exp.
3311
3312 * gdb.python/py-format-string.exp: Move test for python support
3313 earlier, out of function body.
3314
efb763a5
SM
33152020-06-15 Simon Marchi <simon.marchi@efficios.com>
3316
3317 * gdb.base/index-cache-load-twice.c: New.
3318 * gdb.base/index-cache-load-twice.exp: New.
3319
43327b20
KS
33202020-06-17 Keith Seitz <keiths@redhat.com>
3321
99cf27cf 3322 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3323 when executing "gdb --configuration".
3324
081e778c
TV
33252020-06-17 Tom de Vries <tdevries@suse.de>
3326
3327 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3328 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3329 conditional on presence of gdb_tcl_unknown.
3330 (gdb_finish): Make override undo conditional on presence of
3331 gdb_tcl_unknown.
3332
d2d1ea20
TT
33332020-06-16 Tom Tromey <tom@tromey.com>
3334
3335 * gdb.python/tui-window.py (failwin): New function. Register it
3336 as a TUI window type.
3337 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3338
c802e8a7
GB
33392020-06-16 Gary Benson <gbenson@redhat.com>
3340
3341 * gdb.python/py-nested-maps.c (create_map): Add missing return
3342 value.
3343 (create_map_map): Likewise.
3344
ff08abb8
TBA
33452020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3346
3347 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3348 variable.
3349 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3350 and use the already-defined 'options' variable.
3351
a29d5112
AB
33522020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3353 Tom de Vries <tdevries@suse.de>
3354
3355 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3356 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3357 (gdb_setup_known_globals): New proc.
3358 (gdb_cleanup_globals): New proc.
3359 * lib/gdb.exp (load_lib): New override proc.
3360 (gdb_stdin_log_init): Set var in_file as persistent global.
3361 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3362 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3363 fpc_compiler as persistent global.
3364
8c74a764
TV
33652020-06-12 Tom de Vries <tdevries@suse.de>
3366
3367 * lib/tuiterm.exp (spawn): Rename to ...
3368 (tui_spawn): ... this.
3369 (toplevel): Move rename of spawn ...
3370 (gdb_init_tuiterm): ... here. New proc.
3371 (gdb_finish_tuiterm): New proc.
3372 * lib/gdb.exp (gdb_finish_hooks): New global var.
3373 (gdb_finish): Handle gdb_finish_hooks.
3374 (tuiterm_env): New proc.
3375 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3376 tuiterm_env.
3377 * gdb.tui/basic.exp: Same.
3378 * gdb.tui/corefile-run.exp: Same.
3379 * gdb.tui/empty.exp: Same.
3380 * gdb.tui/list-before.exp: Same.
3381 * gdb.tui/list.exp: Same.
3382 * gdb.tui/main.exp: Same.
3383 * gdb.tui/new-layout.exp: Same.
3384 * gdb.tui/regs.exp: Same.
3385 * gdb.tui/resize.exp: Same.
3386 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3387 * gdb.tui/tui-layout-asm.exp: Same.
3388 * gdb.tui/tui-missing-src.exp: Same.
3389 * gdb.tui/winheight.exp: Same.
3390
26783bce
TV
33912020-06-12 Tom de Vries <tdevries@suse.de>
3392
3393 PR testsuite/26110
3394 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3395 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3396
2b4e6a3f
TT
33972020-06-11 Tom Tromey <tom@tromey.com>
3398
3399 PR gdb/18318:
3400 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3401 floating point tests.
3402
2f33032a
KS
34032020-06-11 Keith Seitz <keiths@redhat.com>
3404
3405 PR gdb/21356
3406 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3407 vla_struct.
3408 Add new struct vla_typedef and union vla_typedef_union and
3409 corresponding instantiation objects.
3410 Initialize new objects.
3411 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3412 and vla_typedef_union_object.
3413 Fixup type for vla_struct_object.
3414
a8baf0a3
TV
34152020-06-11 Tom de Vries <tdevries@suse.de>
3416
3417 * lib/gdb.exp (with_override): New proc, factored out of ...
3418 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3419
7ab96794
TV
34202020-06-10 Tom de Vries <tdevries@suse.de>
3421
3422 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3423
cab5c3b7
SM
34242020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3425
3426 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3427 parameter, update callers.
3428
f8c41851
SM
34292020-06-04 Simon Marchi <simon.marchi@efficios.com>
3430
3431 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3432 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3433 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3434
1c07a73f
TV
34352020-06-04 Tom de Vries <tdevries@suse.de>
3436
3437 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3438
95146b5d
TV
34392020-06-04 Tom de Vries <tdevries@suse.de>
3440
3441 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3442 exp_continue.
3443
0cfcd4f0
TV
34442020-06-04 Tom de Vries <tdevries@suse.de>
3445
3446 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3447
f9b5d5ea
TV
34482020-06-03 Tom de Vries <tdevries@suse.de>
3449
3450 PR symtab/26046
3451 * gdb.cp/breakpoint-locs-2.cc: New test.
3452 * gdb.cp/breakpoint-locs.cc: New test.
3453 * gdb.cp/breakpoint-locs.exp: New file.
3454 * gdb.cp/breakpoint-locs.h: New test.
3455
5144dfba
TV
34562020-06-03 Tom de Vries <tdevries@suse.de>
3457
3458 PR testsuite/25609
3459 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3460 value of global verbose.
3461 * gdb.base/jit-elf.exp: Same.
3462 * gdb.base/jit-reader.exp: Same.
3463
621eacdf
TV
34642020-06-02 Tom de Vries <tdevries@suse.de>
3465
3466 * gdb.dwarf2/multidictionary.exp: Don't use
3467 gdb_spawn_with_cmdline_opts.
3468
1313c56e
AB
34692020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3472 use_header case.
3473 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3474 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3475 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3476 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3477 * gdb.dwarf2/dw2-inline-header.c: New file.
3478 * gdb.dwarf2/dw2-inline-header.h: New file.
3479
f68f85b5
PA
34802020-05-30 Pedro Alves <palves@redhat.com>
3481
3482 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3483 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3484
678048e8
GB
34852020-05-29 Gary Benson <gbenson@redhat.com>
3486
3487 * gdb.compile/compile-cplus.exp (additional_flags): Also
3488 set when building with clang.
3489 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3490 when building with clang.
3491
9fcafd23
GB
34922020-05-29 Gary Benson <gbenson@redhat.com>
3493
3494 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3495 building with clang.
3496 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3497
735d5a07
GB
34982020-05-29 Gary Benson <gbenson@redhat.com>
3499
3500 * gdb.cp/koenig.exp (prepare_for_testing): Add
3501 additional_flags=-Wno-unused-comparison.
3502 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3503
4ad2c6a0
GB
35042020-05-28 Gary Benson <gbenson@redhat.com>
3505
3506 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3507 statement.
3508
09fe663e
GB
35092020-05-28 Gary Benson <gbenson@redhat.com>
3510
3511 * gdb.cp/classes.exp (prepare_for_testing): Add
3512 additional_flags=-Wno-deprecated-register.
3513 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3514 * gdb.cp/misc.exp: Likewise.
3515
cee00f17
GB
35162020-05-28 Gary Benson <gbenson@redhat.com>
3517
3518 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3519 (test_op_new::operator new): Add return statement.
3520 (test_op_new_array::operator new[]): Likewise.
3521
636edd00
PA
35222020-05-27 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3525 check. Use test_gdb_complete_unique instead of
3526 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3527 test_gdb_complete_multiple instead of
3528 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3529
c2b75043
LM
35302020-05-27 Luis Machado <luis.machado@linaro.org>
3531
3532 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3533 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3534 * gdb.arch/arm-disassembler-options.exp: Likewise.
3535 * gdb.arch/arm-disp-step.exp: Likewise.
3536 * gdb.arch/thumb-prologue.exp: Likewise.
3537 * gdb.base/async.exp: Likewise.
3538 * gdb.base/auxv.exp: Likewise.
3539 * gdb.base/complex-parts.exp: Likewise.
3540 * gdb.base/ena-dis-br.exp: Likewise.
3541 * gdb.base/foll-exec.exp: Likewise.
3542 * gdb.base/permissions.exp: Likewise.
3543 * gdb.base/relocate.exp: Likewise.
3544 * gdb.base/return2.exp: Likewise.
3545 * gdb.base/sigbpt.exp: Likewise.
3546 * gdb.base/siginfo-obj.exp: Likewise.
3547 * gdb.cp/converts.exp: Likewise.
3548 * gdb.cp/exceptprint.exp: Likewise.
3549 * gdb.cp/inherit.exp: Likewise.
3550 * gdb.cp/nsnoimports.exp: Likewise.
3551 * gdb.cp/virtbase2.exp: Likewise.
3552 * gdb.mi/mi-var-cmd.exp: Likewise.
3553 * gdb.mi/var-cmd.c: Likewise.
3554
53a47a3e
TT
35552020-05-26 Tom Tromey <tromey@adacore.com>
3556
3557 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3558
0bc2354b
TT
35592020-05-26 Tom Tromey <tromey@adacore.com>
3560
3561 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3562 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3563 type.
3564 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3565 variable.
3566
0db49895
CBG
35672020-05-26 Christian Biesinger <cbiesinger@google.com>
3568
3569 * Makefile.in: Use = instead of == for the test command
3570 for portability.
3571
40d22035
TV
35722020-05-26 Tom de Vries <tdevries@suse.de>
3573
3574 * gdb.base/gold-gdb-index-2.c: New test.
3575 * gdb.base/gold-gdb-index.c: New test.
3576 * gdb.base/gold-gdb-index.exp: New file.
3577 * gdb.base/gold-gdb-index.h: New test.
3578
043e2e02
TV
35792020-05-25 Tom de Vries <tdevries@suse.de>
3580
3581 * boards/gold-gdb-index.exp: New file.
3582
462f72c5
SM
35832020-05-25 Simon Marchi <simon.marchi@efficios.com>
3584
3585 * boards/simavr.exp: New file.
3586
6cf66e76
SM
35872020-05-25 Simon Marchi <simon.marchi@efficios.com>
3588
3589 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3590 * gdb.base/inferior-args.exp: New file.
3591 * gdb.base/inferior-args.c: New file.
3592
75d04512
SM
35932020-05-25 Simon Marchi <simon.marchi@efficios.com>
3594
3595 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3596 inferior_args. Pass it to gdb_reload.
3597 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3598 inferior_args.
3599 (gdb_reload): Add inferior_args argument.
3600 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3601 pass it to gdbserver_run.
3602 * boards/native-gdbserver.exp: Do not set noargs.
3603 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3604 inferior_args argument.
3605 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3606 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3607 * gdb.base/args.exp: Likewise.
3608
42cf1844
TV
36092020-05-25 Tom de Vries <tdevries@suse.de>
3610
3611 * lib/gdb.exp (exec_is_pie): Add comment.
3612
8f7d38ef
TV
36132020-05-25 Tom de Vries <tdevries@suse.de>
3614
3615 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3616 instead of $binfile in the untested message.
3617
465e1b0f
TV
36182020-05-25 Tom de Vries <tdevries@suse.de>
3619
3620 PR testsuite/26031
3621 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3622
3c5a0e02
TV
36232020-05-25 Tom de Vries <tdevries@suse.de>
3624
3625 * boards/gold.exp: New file.
3626
0a4f5f8c
TT
36272020-05-23 Tom Tromey <tom@tromey.com>
3628
3629 * gdb.base/style.exp: Remove completion styling test.
3630 * lib/gdb-utils.exp (style): Remove completion styles.
3631
eca1f90c
TT
36322020-05-23 Tom Tromey <tom@tromey.com>
3633
3634 * gdb.base/style.exp: Add completion styling test.
3635 * lib/gdb-utils.exp (style): Add completion styles.
3636
7c13f4e8
AB
36372020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.base/annota1.exp: Update expected results.
3640 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3641 test name.
3642 * gdb.cp/annota3.exp: Update expected results.
3643
41977d16
SM
36442020-05-20 Simon Marchi <simon.marchi@efficios.com>
3645
3646 PR gdb/26016
3647 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3648 against MAP_FAILED.
3649 * gdb.base/coremaker.c (mmapdata): Likewise.
3650 * gdb.base/jit-reader-host.c (main): Likewise.
3651 * gdb.base/sym-file-loader.c (load): Likewise.
3652 (load_shlib): Likewise.
3653
b4757f2e
TT
36542020-05-20 Tom Tromey <tromey@adacore.com>
3655
3656 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3657
9a0bacfb
TV
36582020-05-20 Tom de Vries <tdevries@suse.de>
3659
3660 PR symtab/25833
3661 * gdb.base/with-mf-inc.c: New test.
3662 * gdb.base/with-mf-main.c: New test.
3663 * gdb.base/with-mf.exp: New file.
3664
76571211
TT
36652020-05-19 Tom Tromey <tromey@adacore.com>
3666
3667 * gdb.rust/simple.exp: Restore missing test result.
3668
4cd9f3d5
TV
36692020-05-19 Tom de Vries <tdevries@suse.de>
3670
3671 * gdb.base/gdb-caching-proc.exp: Fix typo.
3672
7d874253
TT
36732020-05-19 Tom Tromey <tromey@adacore.com>
3674
3675 * gdb.rust/simple.exp: Add some test descriptions.
3676 (test_one_slice): Use with_test_prefix.
3677
1d727695
TV
36782020-05-18 Tom de Vries <tdevries@suse.de>
3679
3680 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3681
7f32a4d5
PA
36822020-05-17 Pedro Alves <palves@redhat.com>
3683
3684 PR gdb/25741
3685 * gdb.base/hw-sw-break-same-address.exp: New file.
3686
7cfd74cf
PA
36872020-05-16 Pedro Alves <palves@redhat.com>
3688
3689 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3690 LAST_LOADED_FILE accordingly.
3691
57b4f16e
PW
36922020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3693
3694 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3695
7c05caf7
PW
36962020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3697
3698 * gdb.base/help.exp: Test apropos and help for commands
3699 having aliases. Fixed comments not starting with an
3700 upper-case letter or not finishing with a dot.
3701
7aa1b46f
PW
37022020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3703
3b3aaacb
PW
3704 * gdb.base/alias.exp: Update help output check.
3705
57b4f16e 37062020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3707
7aa1b46f
PW
3708 * gdb.base/default.exp: Update output following fixes.
3709
0605465f
PW
37102020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3711
3712 * gdb.base/alias.exp: Test aliases starting with a prefix of
3713 another alias.
3714
86e4e63d
GB
37152020-05-15 Gary Benson <gbenson@redhat.com>
3716
3717 * gdb.base/info-os.c (main): Add return statement.
3718 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3719 * gdb.base/large-frame-2.c (func): Likewise.
3720 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3721 * gdb.base/pr10179-b.c (foo2): Likewise.
3722 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3723 * gdb.base/watch-cond.c (func): Likewise.
3724 * gdb.multi/goodbye.c (verylongfun): Likewise.
3725 * gdb.multi/hello.c (commonfun): Likewise.
3726 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3727 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3728 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3729 Likewise.
3730 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3731 * gdb.threads/interrupt-while-step-over.c (child_function):
3732 Likewise.
3733 * gdb.trace/actions-changed.c (end): Likewise.
3734
163df4df
GB
37352020-05-15 Gary Benson <gbenson@redhat.com>
3736
3737 * gdb.opencl/callfuncs.exp: Report when test skipped.
3738 * gdb.opencl/convs_casts.exp: Likewise.
3739 * gdb.opencl/datatypes.exp: Likewise.
3740 * gdb.opencl/operators.exp: Likewise.
3741 * gdb.opencl/vec_comps.exp: Likewise.
3742
6dbc505a
TV
37432020-05-15 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.base/align.exp.in: Rename to ...
3746 * gdb.base/align.exp.tcl: ... this.
3747 * gdb.base/align-c++.exp: Update.
3748 * gdb.base/align-c.exp: Update.
3749 * gdb.base/all-architectures.exp.in: Rename to ...
3750 * gdb.base/all-architectures.exp: ... this.
3751 * gdb.base/all-architectures-0.exp: Update.
3752 * gdb.base/all-architectures-1.exp: Update.
3753 * gdb.base/all-architectures-2.exp: Update.
3754 * gdb.base/all-architectures-3.exp: Update.
3755 * gdb.base/all-architectures-4.exp: Update.
3756 * gdb.base/all-architectures-5.exp: Update.
3757 * gdb.base/all-architectures-6.exp: Update.
3758 * gdb.base/all-architectures-7.exp: Update.
3759 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3760 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3761 * gdb.base/infcall-nested-structs-c++.exp: Update.
3762 * gdb.base/infcall-nested-structs-c.exp: Update.
3763 * gdb.base/info-types.exp.in: Rename to ...
3764 * gdb.base/info-types.exp.tcl: ... this.
3765 * gdb.base/info-types-c++.exp: Update.
3766 * gdb.base/info-types-c.exp: Update.
3767 * gdb.base/max-depth.exp.in: Rename to ...
3768 * gdb.base/max-depth.exp.tcl: ... this.
3769 * gdb.base/max-depth-c++.exp: Update.
3770 * gdb.base/max-depth-c.exp: Update.
3771 * gdb.cp/cpexprs.exp.in: Rename to ...
3772 * gdb.cp/cpexprs.exp.tcl: ... this.
3773 * gdb.cp/cpexprs-debug-types.exp: Update.
3774 * gdb.cp/cpexprs.exp: Update.
3775 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3776 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3777 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3778 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3779 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3780 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3781 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3782 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3783 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3784 * gdb.dwarf2/clang-debug-names.exp: Update.
3785
d1034d78
AB
37862020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3787
3788 * lib/check-test-names.exp: Remove code that prevents this file
3789 loading when tests are run in parallel.
3790
3c5c3649
PA
37912020-05-15 Pedro Alves <palves@redhat.com>
3792
3793 * gdb.multi/multi-kill.exp (start_inferior): Remove
3794 'testpid' parameter. Refer to namespace variable directly.
3795 (testpid): Declare as namespace variable.
3796
272c36b8
PA
37972020-05-15 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.multi/multi-kill.exp: Wrap in namespace.
3800 (start_inferior): Add TESTPID parameter. Use it instead of the
3801 testpid global.
3802 (top level): Define empty TESTPID array, and pass it down to
3803 start_inferior.
3804
02eba61a
TV
38052020-05-14 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3808 output.
3809
971a3747
TV
38102020-05-14 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.base/align.exp: Split into ...
3813 * gdb.base/align.exp.in: ...
3814 * gdb.base/align-c++.exp: ...
3815 * gdb.base/align-c.exp: ... these.
3816 * gdb.base/infcall-nested-structs.exp: Split into ...
3817 * gdb.base/infcall-nested-structs.exp.in: ...
3818 * gdb.base/infcall-nested-structs-c++.exp: ...
3819 * gdb.base/infcall-nested-structs-c.exp: ... these.
3820 * gdb.base/info-types.exp: Split into ...
3821 * gdb.base/info-types.exp.in: ...
3822 * gdb.base/info-types-c++.exp: ...
3823 * gdb.base/info-types-c.exp: ... these.
3824 * gdb.base/max-depth.exp: Split into ...
3825 * gdb.base/max-depth.exp.in: ...
3826 * gdb.base/max-depth-c++.exp: ...
3827 * gdb.base/max-depth-c.exp: ... these.
3828 * gdb.cp/infcall-nodebug.exp: Split into ...
3829 * gdb.cp/infcall-nodebug.exp.in: ...
3830 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3831 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3832 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3833 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3834
a05575d3
TBA
38352020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3836 Pedro Alves <palves@redhat.com>
3837
3838 * gdb.multi/multi-exit.c: New file.
3839 * gdb.multi/multi-exit.exp: New file.
3840 * gdb.multi/multi-kill.c: New file.
3841 * gdb.multi/multi-kill.exp: New file.
3842
6ad82919
TBA
38432020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3844
3845 * gdb.base/annota1.exp: Update the expected output.
3846 * gdb.cp/annota2.exp: Ditto.
3847
843f4d93
AB
38482020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3849
3850 * lib/check-test-names.exp: Disable when testing is being run in
3851 parallel.
3852
c7c66341
TV
38532020-05-12 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.base/jit-elf.exp: Fix string concat.
3856
1b59ca1c
TV
38572020-05-12 Tom de Vries <tdevries@suse.de>
3858
3859 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3860 messages.
3861
b4991d29
TV
38622020-05-12 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3865
dbb0ab10
TV
38662020-05-12 Tom de Vries <tdevries@suse.de>
3867
3868 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3869 * gdb.ada/mi_catch_ex.exp: Same.
3870 * gdb.ada/mi_catch_ex_hand.exp: Same.
3871
7549fed8
TV
38722020-05-12 Tom de Vries <tdevries@suse.de>
3873
3874 * gdb.fortran/complex.exp: Use with_test_prefix.
3875
af2d5cd8
TV
38762020-05-12 Tom de Vries <tdevries@suse.de>
3877
3878 * gdb.trace/passcount.exp: Fix test-names.
3879
7c121311
TV
38802020-05-12 Tom de Vries <tdevries@suse.de>
3881
3882 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3883
c9f3b40e
TV
38842020-05-12 Tom de Vries <tdevries@suse.de>
3885
3886 * gdb.gdb/complaints.exp: Use with_test_prefix.
3887 * gdb.xml/tdesc-regs.exp: Same.
3888 * gdb.opt/inline-locals.exp: Fix test name.
3889
111b33f0
TV
38902020-05-12 Tom de Vries <tdevries@suse.de>
3891
3892 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3893 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3894 * gdb.dwarf2/implref-struct.exp: Same.
3895 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3896 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3897
ebf47080
SM
38982020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3899
3900 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3901
d30dcd12
AB
39022020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3903
3904 * lib/check-test-names.exp (all_test_names): New module variable.
3905 (counts): Add 'duplicates' field.
3906 (_check_duplicates): New procedure.
3907 (check): Also check for duplicates.
3908 (do_log_summary): Print duplicates count.
3909 (do_reset_vars): Reset counter for duplicate test names, and
3910 discard all know test names.
3911
34584c09
AB
39122020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3913
3914 * lib/gdb.exp: Include check-test-names.exp library.
3915 * lib/check-test-names.exp: New file.
3916
e0002117
TV
39172020-05-11 Tom de Vries <tdevries@suse.de>
3918
3919 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3920
53f539a3
KS
39212020-05-11 Keith Seitz <keiths@redhat.com>
3922
3923 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3924
113ee09a
TV
39252020-05-11 Tom de Vries <tdevries@suse.de>
3926
3927 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3928 * gdb.cp/cpexprs.exp.in: .. here.
3929 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3930 cpexprs.exp.
3931
ba3e70b0
KS
39322020-05-11 Keith Seitz <keiths@redhat.com>
3933
3934 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3935 test names.
3936 * gdb.ada/arrayptr.exp: Likewise.
3937 * gdb.ada/assign_arr.exp: Likewise.
3938 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3939 * gdb.ada/bp_on_var.exp: Likewise.
3940 * gdb.ada/call_pn.exp: Likewise.
3941 * gdb.ada/complete.exp: Likewise.
3942 * gdb.ada/fun_overload_menu.exp: Likewise.
3943 * gdb.ada/funcall_param.exp: Likewise.
3944 * gdb.ada/funcall_ref.exp: Likewise.
3945 * gdb.ada/packed_array_assign.exp: Likewise.
3946 * gdb.ada/same_component_name.exp: Likewise.
3947 * gdb.ada/type_coercion.exp: Likewise.
3948 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3949 * gdb.ada/variant_record_packed_array.exp: Likewise.
3950
3ee6bb11
TV
39512020-05-11 Tom de Vries <tdevries@suse.de>
3952
3953 PR symtab/25941
3954 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3955 out of ...
3956 * gdb.dwarf2/clang-debug-names.exp: ... here.
3957 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3958 clang-debug-names.exp.in.
3959 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3960 * gdb.dwarf2/clang-debug-names-2.c: New test.
3961
86cd6bc8
AKS
39622020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3963
3964 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3965 (fortran_runto_main): New Proc, fortran version of runto_main.
3966 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3967 * gdb.fortran/array-bounds.exp: Likewise.
3968 * gdb.fortran/array-slices.exp: Likewise.
3969 * gdb.fortran/block-data.exp: Likewise.
3970 * gdb.fortran/charset.exp: Likewise.
3971 * gdb.fortran/common-block.exp: Likewise.
3972 * gdb.fortran/complex.exp: Likewise.
3973 * gdb.fortran/derived-type-function.exp: Likewise.
3974 * gdb.fortran/derived-type.exp: Likewise.
3975 * gdb.fortran/info-modules.exp: Likewise.
3976 * gdb.fortran/info-types.exp: Likewise.
3977 * gdb.fortran/intrinsics.exp: Likewise.
3978 * gdb.fortran/library-module.exp: Likewise.
3979 * gdb.fortran/logical.exp: Likewise.
3980 * gdb.fortran/max-depth.exp: Likewise.
3981 * gdb.fortran/module.exp: Likewise.
3982 * gdb.fortran/multi-dim.exp: Likewise.
3983 * gdb.fortran/nested-funcs.exp: Likewise.
3984 * gdb.fortran/print-formatted.exp: Likewise.
3985 * gdb.fortran/print_type.exp: Likewise.
3986 * gdb.fortran/printing-types.exp: Likewise.
3987 * gdb.fortran/ptr-indentation.exp: Likewise.
3988 * gdb.fortran/ptype-on-functions.exp: Likewise.
3989 * gdb.fortran/subarray.exp: Likewise.
3990 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3991 * gdb.fortran/vla-datatypes.exp: Likewise.
3992 * gdb.fortran/vla-history.exp: Likewise.
3993 * gdb.fortran/vla-ptr-info.exp: Likewise.
3994 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3995 * gdb.fortran/vla-ptype.exp: Likewise.
3996 * gdb.fortran/vla-sizeof.exp: Likewise.
3997 * gdb.fortran/vla-type.exp: Likewise.
3998 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3999 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4000 * gdb.fortran/vla-value-sub.exp: Likewise.
4001 * gdb.fortran/vla-value.exp: Likewise.
4002 * gdb.fortran/whatis_type.exp: Likewise.
4003 * gdb.mi/mi-var-child-f.exp: Likewise.
4004
6dc55ce9 40052020-05-09 Tom de Vries <tdevries@suse.de>
4006
4007 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4008
283cb58c
TV
40092020-05-08 Tom de Vries <tdevries@suse.de>
4010
4011 * gdb.dwarf2/clang-debug-names.c: New test.
4012 * gdb.dwarf2/clang-debug-names.exp: New file.
4013
ac4a4f1c
SM
40142020-05-06 Simon Marchi <simon.marchi@efficios.com>
4015
4016 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4017 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4018
24fe640b
TV
40192020-05-06 Tom de Vries <tdevries@suse.de>
4020
4021 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4022 breakpoint is at a "recommended breakpoint location".
4023 * gdb.reverse/consecutive-reverse.exp: Same.
4024
0d8683a3
TV
40252020-05-06 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4028 address.
4029
b8983c46
TV
40302020-05-06 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4033
abf6d805
TV
40342020-05-06 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4037 info for r.
4038
0fc2a808
TV
40392020-05-06 Tom de Vries <tdevries@suse.de>
4040
4041 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4042 necessary.
4043
873dd427
TV
40442020-05-06 Tom de Vries <tdevries@suse.de>
4045
4046 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4047 void.
4048
7c99e7e2
TV
40492020-05-06 Tom de Vries <tdevries@suse.de>
4050
4051 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4052 of ...
4053 * gdb.base/async.exp: ... here.
4054 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4055 "recommended breakpoint location".
4056
6173d6a6
TV
40572020-05-06 Tom de Vries <tdevries@suse.de>
4058
4059 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4060
6015a067
TV
40612020-05-04 Tom de Vries <tdevries@suse.de>
4062
4063 * gdb.base/async.exp: Check whether instruction addresses are a
4064 "recommended breakpoint location".
4065
3b6acaee
TT
40662020-05-03 Tom Tromey <tom@tromey.com>
4067
4068 * gdb.base/sepdebug.exp: Remove "catch" test.
4069 * gdb.base/break.exp: Remove "catch" test.
4070 * gdb.base/default.exp: Update expected output.
4071
5beb4d17
TV
40722020-05-02 Tom de Vries <tdevries@suse.de>
4073
4074 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4075 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4076 * gdb.arch/i386-mpx-map.exp: Same.
4077 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4078 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4079 * gdb.arch/i386-mpx.exp: Same.
4080
8caf140d
TV
40812020-05-02 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4084
693196cb
TV
40852020-05-01 Tom de Vries <tdevries@suse.de>
4086
4087 * gdb.ada/operator_bp.exp: Allow more than required amount of
4088 breakpoint.
4089
53ae0aa9
TV
40902020-05-01 Tom de Vries <tdevries@suse.de>
4091
4092 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4093
ee9d1e5f
HD
40942020-04-30 Hannes Domani <ssbssa@yahoo.de>
4095
4096 PR gdb/18706
4097 * gdb.cp/stub-array-size.cc: New test.
4098 * gdb.cp/stub-array-size.exp: New file.
4099 * gdb.cp/stub-array-size.h: New test.
4100 * gdb.cp/stub-array-size2.cc: New test.
4101
d5cf82c0
HD
41022020-04-30 Hannes Domani <ssbssa@yahoo.de>
4103
4104 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4105 output to the new format.
4106
42e165c3
SM
41072020-04-29 Simon Marchi <simon.marchi@efficios.com>
4108
4109 * gdb.base/break.exp: Use with_test_prefix.
4110
6e4e3fe1
TV
41112020-04-29 Tom de Vries <tdevries@suse.de>
4112
4113 * lib/gdb.exp (debug_types): New proc.
4114 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4115 * gdb.python/py-symtab.exp: Same.
4116
d642b692
HD
41172020-04-29 Hannes Domani <ssbssa@yahoo.de>
4118
4119 PR gdb/17320
4120 * gdb.base/pretty-array.c: New test.
4121 * gdb.base/pretty-array.exp: New file.
4122
ea90f227
TV
41232020-04-29 Tom de Vries <tdevries@suse.de>
4124
4125 PR symtab/25889
4126 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4127 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4128 and include cpexprs.exp.
4129
a65189c9
TV
41302020-04-28 Mark Williams <mark@myosotissp.com>
4131
4132 PR gdb/24480
4133 * dw4-toplevel-types.exp: Test for top level types.
4134 * dw4-toplevel-types.cc: Test for top level types.
4135
32d1f47a
TBA
41362020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4137
4138 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4139 (theads -> threads).
4140
56a4f5a1
TV
41412020-04-28 Tom de Vries <tdevries@suse.de>
4142
4143 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4144
0b2f8a3b
TV
41452020-04-28 Tom de Vries <tdevries@suse.de>
4146
4147 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4148
5390c717
TV
41492020-04-28 Tom de Vries <tdevries@suse.de>
4150
4151 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4152
15cd93d0
TV
41532020-04-28 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.dwarf2/main-foo.c: New test.
4156 * gdb.dwarf2/struct-with-sig.exp: New file.
4157
d472f0fb
TV
41582020-04-25 Tom de Vries <tdevries@suse.de>
4159
4160 * boards/debug-types.exp: New file.
4161
8d840e05
AB
41622020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4163
4164 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4165
bcfe6157
TT
41662020-04-24 Tom Tromey <tom@tromey.com>
4167
4168 PR symtab/12707:
4169 * gdb.python/py-symbol.exp: Update expected results for
4170 linkage_name test.
4171 * gdb.cp/print-demangle.exp: New file.
4172 * gdb.base/c-linkage-name.exp: Fix test.
4173 * gdb.guile/scm-symbol.exp: Update expected results for
4174 linkage_name test.
4175
f049a313
TT
41762020-04-24 Tom Tromey <tom@tromey.com>
4177
4178 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4179 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4180 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4181 assembler.
4182
7cf28874
TV
41832020-04-24 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4186 C++.
4187
dac2fef7
TT
41882020-04-24 Tom Tromey <tromey@adacore.com>
4189
4190 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4191 values.
4192 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4193 values. Update test for minimal encodings.
4194 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4195 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4196 values. Update test for minimal encodings.
4197
1acda803
TT
41982020-04-24 Tom Tromey <tromey@adacore.com>
4199
4200 PR python/23662:
4201 * gdb.ada/variant.exp: Add Python checks.
4202 * gdb.rust/simple.exp: Add dynamic type checks.
4203
adfb9815
TT
42042020-04-24 Tom Tromey <tromey@adacore.com>
4205
4206 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4207 Make array type matching more lax.
4208 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4209 * gdb.ada/mi_variant.exp: New file.
4210 * gdb.ada/mi_variant/pck.ads: New file.
4211 * gdb.ada/mi_variant/pkg.adb: New file.
4212 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4213 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4214
7d79de9a
TT
42152020-04-24 Tom Tromey <tromey@adacore.com>
4216
4217 * gdb.ada/variant.exp: Add dynamic field offset tests.
4218 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4219 * gdb.ada/variant/pkg.adb: Add new variables.
4220
f8e89861
TT
42212020-04-24 Tom Tromey <tromey@adacore.com>
4222
4223 * gdb.ada/variant.exp: New file
4224 * gdb.ada/variant/pkg.adb: New file
4225 * gdb.ada/variant/pck.adb: New file
4226
86e887ae
TV
42272020-04-24 Tom de Vries <tdevries@suse.de>
4228
4229 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4230
88428775
TV
42312020-04-24 Tom de Vries <tdevries@suse.de>
4232
4233 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4234 flags.
4235
4e86f6e7
TV
42362020-04-24 Tom de Vries <tdevries@suse.de>
4237
4238 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4239
2016d3e6
TV
42402020-04-24 Tom de Vries <tdevries@suse.de>
4241
4242 * lib/gdb.exp (default_gdb_start): Handle eof.
4243 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4244 failure.
4245 * gdb.base/readnever.exp: Handle clean_restart failure.
4246
70bc38f5
TV
42472020-04-23 Tom de Vries <tdevries@suse.de>
4248
4249 * gdb.base/decl-before-def.exp: Run to main and print a again.
4250
de82891c
TV
42512020-04-23 Tom de Vries <tdevries@suse.de>
4252
4253 * gdb.base/decl-before-def-decl.c: New test.
4254 * gdb.base/decl-before-def-def.c: New test.
4255 * gdb.base/decl-before-def.exp: New file.
4256
96038148
TV
42572020-04-23 Tom de Vries <tdevries@suse.de>
4258
4259 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4260
54ac3df1
TV
42612020-04-22 Tom de Vries <tdevries@suse.de>
4262
4263 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4264 debug_info_offset.
4265 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4266 before $objsfile in the line line.
4267
714534e1
TV
42682020-04-22 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4271
16a7dbf4
MS
42722020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4273
4274 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4275 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4276 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4277 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4278 * gdb.base/jit-protocol.h: Update definitions to match all usage
4279 contexts.
4280
42812020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4282
4283 * gdb.base: Rename all jit related test and source files.
4284
42852020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4286
4287 * gdb.base/jit-reader.exp: Relax register output check.
4288
317d2668
TV
42892020-04-22 Tom de Vries <tdevries@suse.de>
4290
4291 PR symtab/25764
4292 * gdb.base/psym-external-decl-2.c: New test.
4293 * gdb.base/psym-external-decl.c: New test.
4294 * gdb.base/psym-external-decl.exp: New file.
4295 * gdb.threads/tls.exp: Add PR25807 kfail.
4296
eea9e357
TV
42972020-04-22 Tom de Vries <tdevries@suse.de>
4298
4299 PR symtab/25801
4300 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4301 in "info source" output.
4302
3d5afab3
TV
43032020-04-22 Tom de Vries <tdevries@suse.de>
4304
4305 PR symtab/25700
4306 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4307 symtab for imported_unit.c.
4308
b32102f6
GB
43092020-04-21 Gary Benson <gbenson@redhat.com>
4310
4311 * gdb.base/advance.c (func): New argument, to match call site.
4312 (func2, func3): Add return statements.
4313
d43b7a2d
TBA
43142020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4315
4316 * gdb.multi/run-only-second-inf.c: New file.
4317 * gdb.multi/run-only-second-inf.exp: New file.
4318
d89edf9b
MM
43192020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4320
4321 * gdb.btrace/multi-inferior.c: New test.
4322 * gdb.btrace/multi-inferior.exp: New file.
4323
1a476b6d
MM
43242020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4325
4326 * gdb.btrace/enable-new-thread.c: New test.
4327 * gdb.btrace/enable-new-thread.exp: New file.
4328
4778a5f8
TV
43292020-04-21 Tom de Vries <tdevries@suse.de>
4330
4331 PR gdb/25471
4332 * gdb.threads/killed-outside.c: New test.
4333 * gdb.threads/killed-outside.exp: New file.
4334
9b2c992c
GB
43352020-04-20 Gary Benson <gbenson@redhat.com>
4336
4337 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4338 * gdb.base/nested-subp2.exp: Likewise.
4339 * gdb.base/nested-subp3.exp: Likewise.
4340
b5d1d6f7
GB
43412020-04-20 Gary Benson <gbenson@redhat.com>
4342
4343 * gdb.base/nested-subp1.exp: Disable test when using clang.
4344 * gdb.base/nested-subp2.exp: Likewise.
4345 * gdb.base/nested-subp3.exp: Likewise.
4346
25230285
GB
43472020-04-20 Gary Benson <gbenson@redhat.com>
4348
4349 * gdb.cp/exception.cc: Fix compilation error with clang.
4350
fa93cc8f
GB
43512020-04-20 Gary Benson <gbenson@redhat.com>
4352
809730f3 4353 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4354
e0c45f30
GB
43552020-04-20 Gary Benson <gbenson@redhat.com>
4356
4357 * gdb.base/jit-main.c: Fix compilation error with clang.
4358
4ddfec93
KR
43592020-04-17 Kamil Rytarowski <n54@gmx.com>
4360
4361 * gdb.base/attach-twice.c: Include "sys/types.h".
4362 (PTRACE_ATTACH): Add fallback definition.
4363 (main): Pass `0' to the 4th argument of `ptrace'.
4364
2bed205e
KR
43652020-04-17 Kamil Rytarowski <n54@gmx.com>
4366
4367 * gdb.base/fork-running-state.c: Include "signal.h".
4368
0743fc83
TT
43692020-04-17 Tom Tromey <tromey@adacore.com>
4370
4371 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4372 Update tests.
4373 * gdb.btrace/cpu.exp: Update tests.
4374 * gdb.base/maint.exp: Update tests.
4375 * gdb.base/default.exp: Update tests.
4376 * gdb.base/completion.exp: Update tests.
4377
efba5c23
TV
43782020-04-16 Tom de Vries <tdevries@suse.de>
4379
4380 PR symtab/25791
4381 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4382 (ensure_gdb_index): and factor out and move ...
4383 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4384 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4385
d191d716
TV
43862020-04-16 Tom de Vries <tdevries@suse.de>
4387
4388 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4389 loading exec.
4390
99f1bc6a
AB
43912020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4392
4393 * gdb.base/many-completions.exp: New file.
4394
194d088f
TV
43952020-04-14 Tom de Vries <tdevries@suse.de>
4396
4397 PR symtab/25718
4398 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4399
c1a66c06
TV
44002020-04-14 Tom de Vries <tdevries@suse.de>
4401
4402 PR symtab/25720
4403 * gdb.base/maint-expand-symbols-header-file.c: New test.
4404 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4405 * gdb.base/maint-expand-symbols-header-file.h: New test.
4406
21b0982c
AB
44072020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4408
4409 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4410 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4411 get_func_info.
4412 (get_func_info): Delete.
4413 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4414 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4415 * lib/dwarf.exp (get_func_info): New function.
4416
dd1cab06
TV
44172020-04-13 Tom de Vries <tdevries@suse.de>
4418
4419 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4420 to what find_gnatmake does.
4421
71ea2b6b
TV
44222020-04-10 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4425 -readnow.
4426
bdfc1e8a
TV
44272020-04-10 Tom de Vries <tdevries@suse.de>
4428
4429 PR cli/25808
4430 * gdb.base/style.c: Add leading newlines.
4431 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4432 Check listing of main's one-line body.
4433
14ca8ecf
TV
44342020-04-08 Tom de Vries <tdevries@suse.de>
4435
4436 * lib/gdb.exp (psymtabs_p): New proc.
4437 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4438 importing unit" unsupported if there are no partial symbols.
4439
e21d048f
TV
44402020-04-08 Tom de Vries <tdevries@suse.de>
4441
4442 PR testsuite/25760
4443 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4444
25c11aca
TV
44452020-04-07 Tom de Vries <tdevries@suse.de>
4446
4447 PR symtab/25796
4448 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4449
5707e24b
TV
44502020-04-07 Tom de Vries <tdevries@suse.de>
4451
4452 * gdb.base/check-psymtab.c: New test.
4453 * gdb.base/check-psymtab.exp: New file.
4454
6ee448cc
TT
44552020-04-06 Tom Tromey <tromey@adacore.com>
4456
4457 * gdb.ada/variant-record/proc.adb: New file.
4458 * gdb.ada/variant-record/value.adb: New file.
4459 * gdb.ada/variant-record/value.s: New file.
4460 * gdb.ada/variant-record.exp: New file.
4461
9e7c9a03
HD
44622020-04-03 Hannes Domani <ssbssa@yahoo.de>
4463
4464 PR gdb/25325
4465 * gdb.cp/typed-enum.cc: New test.
4466 * gdb.cp/typed-enum.exp: New file.
4467
c90d28ac
AB
44682020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4469
4470 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4471 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4472 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4473 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4474 * gdb.opt/inline-small-func.c: New file.
4475 * gdb.opt/inline-small-func.exp: New file.
4476 * gdb.opt/inline-small-func.h: New file.
4477
34e9a9fa
AB
44782020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4479
4480 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4481 function.
4482
6a354911
AB
44832020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * lib/dwarf.exp (function_range): Allow compiler options to be
4486 specified.
4487
880d9777
TV
44882020-04-02 Tom de Vries <tdevries@suse.de>
4489
4490 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4491 __attribute__((always_inline)).
4492 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4493
f32682ea
TV
44942020-04-02 Tom de Vries <tdevries@suse.de>
4495
4496 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4497 (gdbserver_gdb_exit): ... here. Add timeout warning.
4498 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4499 (connect_target_extended_remote): Append new server_spawn_id to
4500 server_spawn_ids.
4501 (cleanup): New proc.
4502 (setup, <toplevel>): Call cleanup.
4503
d3214198
TV
45042020-04-02 Tom de Vries <tdevries@suse.de>
4505
4506 * gdb.base/main-psymtab.exp: New file.
4507
cc77ed24
TV
45082020-04-02 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4511
3638a098
TT
45122020-04-01 Tom Tromey <tom@tromey.com>
4513
4514 * gdb.base/complex-parts.exp: Add type tests.
4515
c34e8714
TT
45162020-04-01 Tom Tromey <tom@tromey.com>
4517
4518 * gdb.base/complex-parts.exp: Add arithmetic tests.
4519
981c08ce
TT
45202020-04-01 Tom Tromey <tom@tromey.com>
4521
4522 * gdb.compile/compile.exp: Update.
4523 * gdb.compile/compile-cplus.exp: Update.
4524 * gdb.base/varargs.exp: Update.
4525 * gdb.base/floatn.exp: Update.
4526 * gdb.base/endianity.exp: Update.
4527 * gdb.base/callfuncs.exp (do_function_calls): Update.
4528 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4529 (complex_float_integral_args): Update.
4530 * gdb.base/complex.exp: Update.
4531 * gdb.base/complex-parts.exp: Update.
4532
3d1cfd43
TT
45332020-04-01 Tom Tromey <tromey@adacore.com>
4534
4535 * gdb.rust/union.rs: New file.
4536 * gdb.rust/union.exp: New file.
4537 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4538 (main): Update.
4539 * gdb.rust/simple.exp: Move union tests to union.exp.
4540
e033dfa9
TT
45412020-04-01 Tom Tromey <tromey@adacore.com>
4542
4543 * gdb.rust/simple.rs (main): Remove "y0".
4544
53cccef1
TBA
45452020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4546
4547 * gdb.multi/stop-all-on-exit.c: New test.
4548 * gdb.multi/stop-all-on-exit.exp: New file.
4549
60e22c1e
HD
45502020-04-01 Hannes Domani <ssbssa@yahoo.de>
4551
4552 PR gdb/24789
4553 * gdb.cp/misc.cc: Add integer reference variable.
4554 * gdb.cp/misc.exp: Add test.
4555
e139a727
TBA
45562020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4557
4558 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4559 scenario to cover execution until the end and also the case
4560
16b0db75
TV
45612020-03-31 Tom de Vries <tdevries@suse.de>
4562
4563 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4564 c. Use "maint info symtabs" to check symtab expansion.
4565
c0502da6
TV
45662020-03-30 Tom de Vries <tdevries@suse.de>
4567
4568 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4569 unsupported.
4570 (verify_psymtab_expanded): Move ...
4571 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4572 test.
4573 (readnow): New proc.
4574
5935fd15
AB
45752020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4576
4577 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4578 with $hex.
4579
1773be9e
TT
45802020-03-20 Tom Tromey <tromey@adacore.com>
4581
4582 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4583
70304be9
TT
45842020-03-20 Tom Tromey <tromey@adacore.com>
4585
4586 * gdb.ada/sub_variant/subv.adb: New file.
4587 * gdb.ada/sub_variant.exp: New file.
4588
0dd7b8f7
TV
45892020-03-20 Tom de Vries <tdevries@suse.de>
4590
4591 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4592 first break fails.
4593 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4594
cada5fc9
AB
45952020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.server/exit-multiple-threads.c: New file.
4598 * gdb.server/exit-multiple-threads.exp: New file.
4599
6b8c53f2
AB
46002020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.fortran/mixed-lang-stack.c: New file.
4603 * gdb.fortran/mixed-lang-stack.cpp: New file.
4604 * gdb.fortran/mixed-lang-stack.exp: New file.
4605 * gdb.fortran/mixed-lang-stack.f90: New file.
4606
19a2740f
AB
46072020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4608
4609 * gdb.linespec/cp-completion-aliases.cc: New file.
4610 * gdb.linespec/cp-completion-aliases.exp: New file.
4611
d8c8b848
TV
46122020-03-19 Tom de Vries <tdevries@suse.de>
4613
4614 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4615 more precise.
4616
a9933ccf
TV
46172020-03-18 Tom de Vries <tdevries@suse.de>
4618
4619 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4620 * gdb.dwarf2/break-inline-psymtab.c: New test.
4621 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4622
2f89101f
TV
46232020-03-16 Tom de Vries <tdevries@suse.de>
4624
4625 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4626 cache_verify and cache_verify_proc.
4627
6b9374f1
TV
46282020-03-15 Tom de Vries <tdevries@suse.de>
4629
4630 * gdb.server/solib-list.exp: Handle
4631 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4632
eaeaf44c
TV
46332020-03-15 Tom de Vries <tdevries@suse.de>
4634
4635 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4636 objfiles".
4637
3293bbaf
TT
46382020-03-14 Tom Tromey <tom@tromey.com>
4639
4640 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4641
ab44624c
TV
46422020-03-14 Tom de Vries <tdevries@suse.de>
4643
4644 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4645
54c43825
TV
46462020-03-14 Tom de Vries <tdevries@suse.de>
4647
4648 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4649 result in line-by-line fashion.
4650
2ac70237
TV
46512020-03-14 Tom de Vries <tdevries@suse.de>
4652
4653 * lib/gdb.exp (supports_statement_frontiers): New proc.
4654 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4655
09546b56
TV
46562020-03-14 Tom de Vries <tdevries@suse.de>
4657
4658 * gdb.base/printcmds.exp: Add missing quoting for "print
4659 teststring2".
4660
a1f6a07c
TT
46612020-03-13 Tom Tromey <tom@tromey.com>
4662
4663 * gdb.base/printcmds.exp (test_print_strings): Add regression
4664 test.
4665 * gdb.base/printcmds.c (charptr): New typedef.
4666 (teststring2): New global.
4667
1b83d09c
AB
46682020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4669
4670 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4671 full path in the test name.
4672 (test_ld): Add some with_test_prefix blocks to make test names
4673 unique.
4674
2d61316c
TV
46752020-03-13 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4678
2e9145ac
TV
46792020-03-13 Tom de Vries <tdevries@suse.de>
4680
4681 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4682
96c7f873
TV
46832020-03-13 Tom de Vries <tdevries@suse.de>
4684
4685 PR symtab/25646
4686 * gdb.dwarf2/imported-unit.exp: Add test.
4687
49ba92c0
TV
46882020-03-13 Tom de Vries <tdevries@suse.de>
4689
4690 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4691 (var1, var2): New variable.
4692 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4693 matching symbols.
4694
301b21e0
TV
46952020-03-13 Tom de Vries <tdevries@suse.de>
4696
4697 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4698 (Term::command): Use prompt prefix.
4699 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4700 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4701 command_no_prompt_prefix instead of prefix.
4702 * gdb.tui/tui-layout-asm.exp: Same.
4703
3f512721
SM
47042020-03-12 Simon Marchi <simon.marchi@efficios.com>
4705
4706 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4707
40310f30
SM
47082020-03-12 Simon Marchi <simon.marchi@efficios.com>
4709
4710 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4711 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4712 on" while stepping over the test instruction, match printed
4713 message.
4714
09252140
TV
47152020-03-12 Tom de Vries <tdevries@suse.de>
4716
4717 * gdb.base/info-types.exp: Use exp_continue during matching of output
4718 of "info types".
4719
14e9c72c
TV
47202020-03-12 Tom de Vries <tdevries@suse.de>
4721
4722 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4723
e515d67e
TV
47242020-03-12 Tom de Vries <tdevries@suse.de>
4725
4726 * gdb.fortran/module.exp: Use exp_continue during matching of output
4727 of "info variable -n".
4728
307eafd8
TV
47292020-03-12 Tom de Vries <tdevries@suse.de>
4730
4731 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4732 gdb.dwarf2/dw2-ranges-base.c.
4733
9a2de3fc
TV
47342020-03-12 Tom de Vries <tdevries@suse.de>
4735
4736 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4737 in presence of GLIBC debuginfo.
4738
3217502e
TV
47392020-03-12 Tom de Vries <tdevries@suse.de>
4740
4741 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4742 $core.
4743
1281424c
TV
47442020-03-12 Tom de Vries <tdevries@suse.de>
4745
4746 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4747 more precise.
4748
038b97fc
SM
47492020-03-11 Simon Marchi <simon.marchi@efficios.com>
4750
4751 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4752 from Unix to Windows path.
4753
5308d1e7
TV
47542020-03-11 Tom de Vries <tdevries@suse.de>
4755
4756 * gdb.ada/minsyms.exp: Set language to ada.
4757
f870f78f
TV
47582020-03-11 Tom de Vries <tdevries@suse.de>
4759
4760 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4761
5a13315d
TV
47622020-03-11 Tom de Vries <tdevries@suse.de>
4763
4764 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4765
976862ed
TT
47662020-03-11 Tom Tromey <tromey@adacore.com>
4767
4768 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4769
7462c383
TV
47702020-03-11 Tom de Vries <tdevries@suse.de>
4771
4772 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4773
1c6c46a0
TV
47742020-03-11 Tom de Vries <tdevries@suse.de>
4775
4776 * gdb.base/break-interp.exp: Limit verbose scope.
4777
44f41bb7
TV
47782020-03-11 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.fortran/logical.f90: Define variable with character type.
4781 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4782
b76f3a42
TV
47832020-03-11 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4786
1c33af77
TV
47872020-03-11 Tom de Vries <tdevries@suse.de>
4788
4789 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4790 symtabs.
4791
8c95582d
AB
47922020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4793 Bernd Edlinger <bernd.edlinger@hotmail.de>
4794
4795 * gdb.cp/step-and-next-inline.cc: New file.
4796 * gdb.cp/step-and-next-inline.exp: New file.
4797 * gdb.cp/step-and-next-inline.h: New file.
4798 * gdb.dwarf2/dw2-is-stmt.c: New file.
4799 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4800 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4801 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4802 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4803
cecf8547
AB
48042020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4807 is-stmt flag in the line table.
4808
0ba678c9
TV
48092020-03-09 Tom de Vries <tdevries@suse.de>
4810
4811 * lib/gdb.exp (cached_file): Create cache dir.
4812
72fbdf83
TV
48132020-03-07 Tom de Vries <tdevries@suse.de>
4814
4815 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4816 * gdb.cp/rvalue-ref-params.exp: Same.
4817
436b5e99
TV
48182020-03-06 Tom de Vries <tdevries@suse.de>
4819
4820 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4821 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4822
09f2921c
TV
48232020-03-06 Tom de Vries <tdevries@suse.de>
4824
4825 * README: Fix "the the".
4826 * gdb.base/dprintf.exp: Same.
4827
50a3cc5d
TV
48282020-03-05 Tom de Vries <tdevries@suse.de>
4829
4830 * gdb.base/maint.exp: Update "main print statistics" expected output.
4831
0a709cba
AKS
48322020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4833
4834 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4835 (fortran_int8): Likewise.
4836 (fortran_real4): Likewise.
4837 (fortran_real8): Likewise.
4838 (fortran_complex4): Likewise.
4839 (fortran_logical4): Likewise.
4840 (fortran_character1): Likewise.
4841
5e5d66b6
AB
48422020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4843
4844 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4845 printed as true.
4846
7b973adc
SDJ
48472020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4848
4849 * gdb.base/printcmds.exp: Add test to verify printf of a
4850 variable holding an address.
4851
478e490a
TV
48522020-03-03 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4855
1ef44e86
TV
48562020-03-03 Tom de Vries <tdevries@suse.de>
4857
4858 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4859 gdb_test_multiple call.
4860
b98cc2cf
TV
48612020-03-03 Tom de Vries <tdevries@suse.de>
4862
4863 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4864 gdb_test_multiple calls.
4865
63e163f2
AB
48662020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4867
4868 * gdb.base/default.exp: Remove test of 'set history filename'.
4869 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4870 filename to the empty string.
4871 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4872 and GDBHISTSIZE.
4873
24ed6739
AB
48742020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4875
4876 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4877 disabled.
4878
590003dc 48792020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4880 Tom de Vries <tdevries@suse.de>
590003dc
TV
4881
4882 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4883 -prompt prefix, before user_code argument. Add -lbl option likewise.
4884 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4885 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4886 argument.
4887 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4888 have "\r\n" at start-of-line, instead of at end-of-line.
4889
f5e46084
SM
48902020-02-28 Simon Marchi <simon.marchi@efficios.com>
4891
4892 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4893 libinproctrace.so.
4894
f7a7000d
LM
48952020-02-28 Luis Machado <luis.machado@linaro.org>
4896
4897 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4898 to "p/x".
4899
718e0816
LM
49002020-02-28 Luis Machado <luis.machado@linaro.org>
4901
4902 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4903 asm/ptrace.h and error.h.
4904
13c3a74a
TV
49052020-02-28 Tom de Vries <tdevries@suse.de>
4906
4907 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4908 (struct wrapper, do_something, mundane/symada__cS): Move ...
4909 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4910 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4911 Update "print symada__cS before partial symtab expansion" regexp.
4912 Update breakpoint location. Flush symbol cache after expansion.
4913
85d2d5bb
LM
49142020-02-28 Luis Machado <luis.machado@linaro.org>
4915
4916 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4917
3608f86c
TV
49182020-02-27 Tom de Vries <tdevries@suse.de>
4919
4920 * config/sid.exp: Remove unused globals.
4921 * gdb.base/attach.exp: Same.
4922 * gdb.base/catch-load.exp: Same.
4923 * gdb.base/dbx.exp: Same.
4924 * lib/gdb.exp: Same.
4925 * lib/mi-support.exp: Same.
4926 * lib/prompt.exp: Same.
4927
c8d4f6df
TV
49282020-02-27 Tom de Vries <tdevries@suse.de>
4929
4930 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4931 not set.
4932
0d79cdc4
AM
49332020-02-26 Aaron Merey <amerey@redhat.com>
4934
4935 * gdb.debuginfod: New directory for debuginfod tests.
4936 * gdb.debuginfod/main.c: New test file.
4937 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4938
0dce4280
TV
49392020-02-26 Tom de Vries <tdevries@suse.de>
4940
4941 PR gdb/25603
4942 * gdb.base/persistent-lang.cc: New test.
4943 * gdb.base/persistent-lang.exp: New file.
4944
9e80cfa1
AB
49452020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * gdb.fortran/derived-type-striding.exp: Add a new test.
4948 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4949 new test.
4950
2078dbb2
AB
49512020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4954 names.
4955
70d49700
TV
49562020-02-25 Tom de Vries <tdevries@suse.de>
4957
4958 PR go/18926
4959 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4960
a88ef40d
TV
49612020-02-24 Tom de Vries <tdevries@suse.de>
4962
4963 PR gdb/25592
4964 * gdb.base/info-locals-unused-static-var.c: New test.
4965 * gdb.base/info-locals-unused-static-var.exp: New file.
4966
01b1af32
TT
49672020-02-22 Tom Tromey <tom@tromey.com>
4968
4969 * gdb.python/tui-window.exp: New file.
4970 * gdb.python/tui-window.py: New file.
4971
7c043ba6
TT
49722020-02-22 Tom Tromey <tom@tromey.com>
4973
4974 PR tui/17850:
4975 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4976 tests.
4977
c22fef7e
TT
49782020-02-22 Tom Tromey <tom@tromey.com>
4979
4980 * gdb.tui/new-layout.exp: Add sub-layout tests.
4981
ee325b61
TT
49822020-02-22 Tom Tromey <tom@tromey.com>
4983
4984 * gdb.tui/new-layout.exp: New file.
4985
3f0cbb04
TT
49862020-02-22 Tom Tromey <tom@tromey.com>
4987
4988 * gdb.rust/rust-style.rs: New file.
4989 * gdb.rust/rust-style.exp: New file.
4990 * gdb.base/style.exp: Test structure printing.
4991 * gdb.base/style.c (struct some_struct): New type.
4992 (enum etype): New type.
4993 (struct_value): New global.
4994
75525152
TV
49952020-02-21 Tom de Vries <tdevries@suse.de>
4996
4997 PR go/18926
4998 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4999 Remove blanket xfails. Use message argument for gdb_breakpoint.
5000 Make continuing to breakpoint test conditional on setting breakpoint.
5001 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5002 DW_AT_name attribute. Add xfail for GCC PR93866.
5003
bd360d30
AB
50042020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5005
5006 * gdb.dwarf2/cpp-linkage-name.c: New file.
5007 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5008
c7adb09f 50092020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
5010
5011 * lib/gdb.exp (gdb_wrapper_init): Reset
5012 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5013 not exist.
5014
a9c79803
TV
50152020-02-20 Tom de Vries <tdevries@suse.de>
5016
5017 PR go/17018
5018 * gdb.go/hello.exp: Copy ...
5019 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5020 print of st to print value of global definition. Add xfail for GCC
5021 PR93844.
5022 * gdb.go/hello.exp: Remove printing of st before definition.
5023 * gdb.go/hello.go: Copy ...
5024 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5025 to st.
5026 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5027
d7445728
TV
50282020-02-20 Tom de Vries <tdevries@suse.de>
5029
5030 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5031 (gdb_simple_compile): Handle compile_flags go by using .go extension
5032 for source file.
5033 * gdb.go/chan.exp: Use support_go_compile.
5034 * gdb.go/handcall.exp: Same.
5035 * gdb.go/hello.exp: Same.
5036 * gdb.go/integers.exp: Same.
5037 * gdb.go/max-depth.exp: Same.
5038 * gdb.go/methods.exp: Same.
5039 * gdb.go/package.exp: Same.
5040 * gdb.go/strings.exp: Same.
5041 * gdb.go/types.exp: Same.
5042 * gdb.go/unsafe.exp: Same.
5043
c9c41e6d
TV
50442020-02-19 Tom de Vries <tdevries@suse.de>
5045
5046 * gdb.python/lib-types.exp: Make xfail more strict.
5047
f20ff837
TV
50482020-02-19 Tom de Vries <tdevries@suse.de>
5049
5050 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5051
08410482
DE
50522020-02-19 Doug Evans <dje@google.com>
5053
5054 PR rust/25535
5055 * gdb.rust/simple.exp: Add test.
5056 * gdb.rust/simple.rs: Add test.
5057
623563f7
TV
50582020-02-19 Tom de Vries <tdevries@suse.de>
5059
5060 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5061 output line-by-line.
5062
d3308cfd
TV
50632020-02-19 Tom de Vries <tdevries@suse.de>
5064
5065 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5066
86cbc5dc
TV
50672020-02-19 Tom de Vries <tdevries@suse.de>
5068
5069 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5070 prelink.
5071
9db2b96b
TV
50722020-02-19 Tom de Vries <tdevries@suse.de>
5073
5074 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5075 (gdb_do_cache): Use gdb_do_cache_wrap.
5076 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5077
89e2fdc5
TV
50782020-02-19 Tom de Vries <tdevries@suse.de>
5079
5080 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5081 gdb_compile option.
5082
373d7ac0
SM
50832020-02-18 Simon Marchi <simon.marchi@efficios.com>
5084
5085 * gdb.base/printcmds.exp (test_print_enums): Update expected
5086 output.
5087
b29a2df0
SM
50882020-02-18 Simon Marchi <simon.marchi@efficios.com>
5089
5090 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5091 for "unknown".
5092
6740f0cc
SM
50932020-02-18 Simon Marchi <simon.marchi@efficios.com>
5094
5095 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5096 enumerator.
5097
edd45eb0
SM
50982020-02-18 Simon Marchi <simon.marchi@efficios.com>
5099
5100 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5101 FE_, add FE_NONE.
5102 (three): Update.
5103 (enum flag_enum_without_zero): New enum.
5104 (flag_enum_without_zero): New variable.
5105 (enum not_flag_enum): New enum.
5106 (three_not_flag): New variable.
5107 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5108 (test_print_enums): Add more tests for printing flag enums.
5109
d4295de4
TV
51102020-02-18 Tom de Vries <tdevries@suse.de>
5111
5112 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5113 (gdb_compile_ada): ... here.
5114 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5115 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5116
f251f505
TT
51172020-02-14 Tom Tromey <tom@tromey.com>
5118
5119 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5120 build directory.
5121 * boards/gdbserver-base.exp: Update path to gdbserver.
5122
8f432634
TV
51232020-02-13 Tom de Vries <tdevries@suse.de>
5124
5125 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5126
92b6eaf7
TV
51272020-02-13 Tom de Vries <tdevries@suse.de>
5128
5129 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5130 are missing.
5131
f3b0f7fe
TV
51322020-02-13 Tom de Vries <tdevries@suse.de>
5133
5134 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5135 call.
5136
f6be8713
SDJ
51372020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5138
5139 PR tui/25126
5140 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5141 * gdb.base/cached-source-file.c: New file.
5142 * gdb.base/cached-source-file.exp: New file.
5143
b2770d5e
TV
51442020-02-11 Tom de Vries <tdevries@suse.de>
5145
5146 PR testsuite/25488
5147 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5148
44f6938e
TV
51492020-02-10 Tom de Vries <tdevries@suse.de>
5150
5151 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5152
5f0e2eb7
MR
51532020-02-10 Maciej W. Rozycki <macro@wdc.com>
5154
5155 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5156 and $after_addr are both integers before making a comparison.
5157
46ce2b6f
TV
51582020-02-09 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5161 command output and paste it into gdb.log. If any, paste catch message
5162 to gdb.log.
5163
5abbbe1d
TT
51642020-02-07 Tom Tromey <tromey@adacore.com>
5165
5166 PR breakpoints/24915:
5167 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5168
1d5d29e7
SV
51692020-02-06 Shahab Vahedi <shahab@synopsys.com>
5170
5171 * gdb.tui/tui-missing-src.exp: Add the "missing source
5172 file" test for the TUI.
5173
b0999b9b
AB
51742020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5177 including a port number in the output.
5178
c3b149eb
AKS
51792020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5180
5181 * lib/fortran.exp (fortran_int4): Handle clang.
5182 (fortran_int8): Likewise.
5183 (fortran_real4): Likewise.
5184 (fortran_real8): Likewise.
5185 (fortran_complex4): Likewise.
5186 (fortran_logical4): Likewise.
5187 (fortran_character1): Likewise.
5188
f8dcc90b
TV
51892020-02-04 Tom de Vries <tdevries@suse.de>
5190
5191 * README (Race detection): Add note.
5192
f90ac7c2
TV
51932020-02-04 Tom de Vries <tdevries@suse.de>
5194
5195 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5196
780636ae
TV
51972020-02-04 Tom de Vries <tdevries@suse.de>
5198
5199 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5200
5d2e1193
RA
52012020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5202
5203 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5204 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5205 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5206 blttar, bnetarl.
5207 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5208 binary for blttar, bnetarl.
5209 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5210 wait instruction. Delete ldmx test.
5211 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5212
e409c542
AKS
52132020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5214
5215 * gdb.fortran/array-bounds-high.exp: New file.
5216 * gdb.fortran/array-bounds-high.f90: New file.
5217
b0029748
LD
52182020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5219
5220 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5221 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5222
195a8287
TV
52232020-02-01 Tom de Vries <tdevries@suse.de>
5224
5225 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5226
42330a68
AB
52272020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5228
5229 PR tui/9765
5230 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5231 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5232
b62a8028
LM
52332020-01-29 Luis Machado <luis.machado@linaro.org>
5234
5235 * gdb.arch/aarch64-brk-patterns.c: New source file.
5236 * gdb.arch/aarch64-brk-patterns.exp: New test.
5237
5f440116
TBA
52382020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5239
5240 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5241 GCC/Clang version.
5242 * gdb.cp/pass-by-ref.exp: Ditto.
5243
ee2a6fc6
TV
52442020-01-29 Tom de Vries <tdevries@suse.de>
5245
5246 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5247 * gdb.threads/watchpoint-fork-mt.c: Same.
5248 * gdb.threads/watchpoint-fork-parent.c: Same.
5249 * gdb.threads/watchpoint-fork-st.c: Same.
5250 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5251
16b10d6e
LM
52522020-01-27 Luis Machado <luis.machado@linaro.org>
5253
5254 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5255 sitting at a syscall instruction when we hit the syscall function's
5256 breakpoint.
5257 Check PC against one obtained with the x command.
5258 Validate syscall number.
5259 (step_over_syscall): Don't continue to the syscall instruction if
5260 we're already there.
5261
b1468492
PW
52622020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5263
5264 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5265
7ffa82e1
AB
52662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5267
5268 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5269 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5270
3d92a3e3
AB
52712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5274 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5275
94a72be7
AB
52762020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5277
5278 * gdb.base/maint.exp: Update line table parsing test.
5279 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5280
53af73bf
PA
52812020-01-24 Pedro Alves <palves@redhat.com>
5282
5283 PR gdb/25410
5284 * gdb.multi/multi-re-run-1.c: New.
5285 * gdb.multi/multi-re-run-2.c: New.
5286 * gdb.multi/multi-re-run.exp: New.
5287
1ba1ac88
AB
52882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5289
5290 PR gdb/23718
5291 * gdb.server/server-kill-python.exp: New file.
5292
f3364a6d
AB
52932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * gdb.server/multi-ui-errors.c: New file.
5296 * gdb.server/multi-ui-errors.exp: New file.
5297
733d0a67
AB
52982020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 PR tui/9765
5301 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5302
4f13c1c0
TT
53032020-01-19 Tom Tromey <tom@tromey.com>
5304
5305 * gdb.tui/main.exp: Add check for plain "file".
5306
40c94099
CB
53072020-01-16 Christian Biesinger <cbiesinger@google.com>
5308
5309 * lib/gdb.exp: Fix spelling error (seperatelly).
5310
ff47f4f0
TT
53112020-01-14 Tom Tromey <tom@tromey.com>
5312
5313 PR symtab/12535:
5314 * gdb.python/python.exp: Test decode_line with empty string
5315 argument.
5316
717c684d
BE
53172020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5318
5319 * gdb.base/skip-inline.exp: Extend test.
5320
44e4c775
AB
53212020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5322
5323 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5324 * gdb.dwarf2/dw2-bad-elf.c: New file.
5325 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5326
d93c6db7
AB
53272020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5328
5329 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5330 _line_saw_file.
5331
9a6d629c
AB
53322020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5335 border.
5336
d9ebdab7
TBA
53372020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5338
5339 * gdb.multi/multi-target.exp (setup): Factor out "info
5340 connections" and "info inferiors" tests to ...
5341 (test_info_inferiors): ... this new procedure.
5342 (top level): Run new "info-inferiors" tests.
5343
f3c469b9
PA
53442020-01-10 Pedro Alves <palves@redhat.com>
5345
5346 * gdb.server/bkpt-other-inferior.exp: New file.
5347
121b3efd
PA
53482020-01-10 Pedro Alves <palves@redhat.com>
5349
5350 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5351 of "add-inferior".
5352 * gdb.base/quit-live.exp: Likewise.
5353 * gdb.base/remote-exec-file.exp: Likewise.
5354 * gdb.guile/scm-progspace.exp: Likewise.
5355 * gdb.linespec/linespec.exp: Likewise.
5356 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5357 * gdb.mi/user-selected-context-sync.exp: Likewise.
5358 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5359 "info inferiors" tests.
5360 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5361 "add-inferior".
5362 * gdb.multi/watchpoint-multi.exp: Likewise.
5363 * gdb.python/py-inferior.exp: Likewise.
5364 * gdb.server/extended-remote-restart.exp: Likewise.
5365 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5366 "info inferiors".
5367 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5368 * gdb.trace/report.exp: Likewise.
5369
1dadb1dd
PA
53702020-01-10 Pedro Alves <palves@redhat.com>
5371
5372 * gdb.multi/multi-target.c: New file.
5373 * gdb.multi/multi-target.exp: New file.
5374 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5375 mode requested, but remote does not support non-stop".
5376
78f2c40a
PA
53772020-01-10 Pedro Alves <palves@redhat.com>
5378
5379 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5380 disconnect before reconnecting.
5381
e7af6c70
TBA
53822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5383 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.server/connect-without-multi-process.exp: Also test
5386 continuing to end.
5387
acdf84a6
PA
53882020-01-10 Pedro Alves <palves@redhat.com>
5389
5390 * gdb.base/remote-exec-file.exp: New file.
5391
873657b9
PA
53922020-01-10 Pedro Alves <palves@redhat.com>
5393
5394 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5395 output.
5396 * gdb.threads/async.c: New.
5397 * gdb.threads/async.exp: New.
5398 * gdb.multi/tids-gid-reset.c: New.
5399 * gdb.multi/tids-gid-reset.exp: New.
5400
7f0ae84c
GB
54012020-01-10 George Barrett <bob@bob131.so>
5402
5403 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5404 to help in finding the image relocation offset.
5405 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5406 options in arguments.
5407 (stap_test_no_debuginfo): Likewise.
5408 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5409 test variants.
5410 (stap_test): Add null semaphore relocation test.
5411
47e9d49d
GB
54122020-01-10 George Barrett <bob@bob131.so>
5413
5414 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5415 * gdb.base/stap-probe.exp: Likewise.
5416 (stap_test): Pass argument as an additional flag.
5417 (stap_test_no_debuginfo): Likewise.
5418 (stap_test): Check `info probes stap' output for semaphore
5419 addresses if the test binary is supposed to have them.
5420
f5a7c406
AB
54212020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5422
5423 * gdb.tui/basic.exp: Add more scrolling tests.
5424
9ae6bf64
TT
54252020-01-09 Tom Tromey <tom@tromey.com>
5426
5427 PR tui/18932:
5428 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5429 meangingful value.
5430 (Term::command, Term::resize): Update.
5431 * gdb.tui/basic.exp: Add scrolling test.
5432
b2efe70c
AB
54332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5434
5435 * gdb.tui/tui-layout-asm.exp: New file.
5436
3804da7e
AB
54372020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5440
b40aa28f
AB
54412020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5442
5443 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5444 (Term::enter_tui): Use Term::prepare_for_tui.
5445
63ffd7c9
AB
54462020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5447
5448 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5449 called.
5450
3be966f6
AB
54512020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5452
5453 * gdb.base/skip.exp: Fix race condition in test.
5454
153d79c4
AB
54552020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5456
5457 * gdb.base/backtrace.c: New file.
5458 * gdb.base/backtrace.exp: New file.
5459
f2302a34
AB
54602020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5461
5462 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5463
6ec1d75e
PW
54642020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5465
5466 * gdb.base/style.exp: Test that warnings are styled.
5467
c296cbe6
BE
54682019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5469
5470 * gdb.base/line65535.exp: New file.
5471 * gdb.base/line65535.c: New file.
5472
b28a729d
SM
54732019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5474
5475 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5476 * lib/gnat_debug_info_test.adb: New file.
5477 * gdb.ada/ptype_tagged_param.exp: Use
5478 gnat_runtime_has_debug_info, expect a different output if
5479 runtime does not have debug info.
5480
7f2d7a0d
SM
54812019-12-20 Simon Marchi <simon.marchi@efficios.com>
5482
5483 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5484 (another) quote in test name.
5485
f3bce483
SM
54862019-12-20 Simon Marchi <simon.marchi@efficios.com>
5487
5488 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5489 Add quote in test name.
5490
c855a912
TBA
54912019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5492
5493 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5494 directory instead.
5495 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5496 * gdb.cp/pass-by-ref-2.cc: New file.
5497 * gdb.cp/pass-by-ref-2.exp: New file.
5498
fc9d2d72
TT
54992019-12-20 Tom Tromey <tom@tromey.com>
5500
5501 * gdb.tui/list-before.exp: New file.
5502
77b97e00
TT
55032019-12-20 Tom Tromey <tom@tromey.com>
5504
5505 * gdb.tui/list.exp: Check for source on initial listing.
5506
f69656d0
TT
55072019-12-11 Tom Tromey <tromey@adacore.com>
5508
5509 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5510 Add crlf test.
5511
99a55965
SM
55122019-12-18 Simon Marchi <simon.marchi@efficios.com>
5513
5514 * gdb.base/default.exp: Update value of $_gdb_major.
5515
5024637f
BE
55162019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5517
5518 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5519
b63634be
BE
55202019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5521
5522 * gdb.base/skip.exp: Whitespace fix.
5523
45d73523
BE
55242019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5525
5526 * gdb.base/skip-inline.c: New file.
5527 * gdb.base/skip-inline.exp: New file.
5528
d043f8c8
SM
55292019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5530
5531 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5532 jit_function_00 to jit_function_stack_mangle.
5533 * gdb.base/jithost.c (jit_function_t): Rename to...
5534 (jit_function_stack_mangle_t): ... this.
5535 (jit_function_add_t): New typedef.
5536 (jit_function_00_code): Rename to...
5537 (jit_function_stack_mangle_code): ... this, make static.
5538 (jit_function_add_code): New.
5539 (main): Generate "add" function and call it. Adjust to changes
5540 in jithost_abi.
5541 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5542 (struct jithost_abi) <begin, end>: Remove fields.
5543 <object, function_stack_mangle, function_add>: New fields.
5544 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5545 code_end>: Remove fields.
5546 <func_stack_mangle>: New field.
5547 (read_debug_info): Adjust to renaming, create block for "add"
5548 function.
5549 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5550
873de05c
TT
55512019-12-11 Tom Tromey <tom@tromey.com>
5552
5553 * gdb.tui/resize.exp: Fix regexp.
5554 * gdb.tui/regs.exp: Fix regexps.
5555 * gdb.tui/main.exp: Fix regexp.
5556
3d979945
TT
55572019-12-11 Tom Tromey <tom@tromey.com>
5558
5559 * gdb.tui/resize.exp: Update.
5560 * gdb.tui/empty.exp (layouts): Update.
5561
2192a9d3
TT
55622019-12-11 Tom Tromey <tom@tromey.com>
5563
5564 * gdb.tui/regs.exp: Update.
5565 * gdb.tui/empty.exp (layouts): Update.
5566 * gdb.tui/basic.exp: Update.
5567 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5568
d8edc8b7
PW
55692019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5570
5571 * gdb.base/options.exp: Add -raw-values in the print completion list.
5572 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5573
4c12d936
KB
55742019-12-10 Kevin Buettner <kevinb@redhat.com>
5575
5576 * gdb.threads/omp-par-scope.c: New file.
5577 * gdb/threads/omp-par-scope.exp: New file.
5578
26b911fb
KB
55792019-12-10 Kevin Buettner <kevinb@redhat.com>
5580
bb47f919
KB
5581 * lib/gdb.exp (support_nested_function_tests): New proc.
5582
55832019-12-10 Kevin Buettner <kevinb@redhat.com>
5584
5585 * lib/gdb.exp (gdb_compile_openmp): New proc.
5586 (build_executable_from_specs): Add an "openmp" option.
5587 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5588
6c71eb7d
TT
55892019-12-10 Tom Tromey <tromey@adacore.com>
5590
5591 * gdb.ada/unchecked_union.exp: New file.
5592 * gdb.ada/unchecked_union/pck.adb: New file.
5593 * gdb.ada/unchecked_union/pck.ads: New file.
5594 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5595 * gdb-utils.exp (string_to_regexp): Also quote "?".
5596
bac7c5cf
GB
55972019-12-10 George Barrett <bob@bob131.so>
5598
5599 Test scripted probe breakpoints.
5600 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5601 * gdb.python/py-breakpoint.c (main): Likewise.
5602 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5603 specifier test.
5604 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5605
330f1d38
TBA
56062019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5607
5608 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5609 an rvalue parameter.
5610 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5611 parameter.
5612
b43315e2
AB
56132019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5614
5615 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5616 modules.
5617
54f73dad
AB
56182019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5619
5620 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5621 broken version of GCC.
5622
d57cbee9
AB
56232019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5626 sym-info-cmds library.
5627 * gdb.fortran/info-types.exp: Likewise.
5628 * lib/sym-info-cmds.exp: New file.
5629
c14aab8c
TV
56302019-12-08 Tom de Vries <tdevries@suse.de>
5631
5632 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5633
aa2d5a42
KS
56342019-12-07 Keith Seitz <keiths@redhat.com>
5635
5636 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5637 * gdb.base/corefile-buildid-shlib.c: New file.
5638 * gdb.base/corefile-buildid.c: New file.
5639 * gdb.base/corefile-buildid.exp: New file.
5640
93e55f0a
TV
56412019-12-06 Tom de Vries <tdevries@suse.de>
5642
5643 * gdb.dwarf2/varval.exp: Add decl before def test.
5644
c7d12402
TBA
56452019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5646
5647 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5648
06acc08f
TBA
56492019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5650
5651 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5652 CV and reference conversion for overload resolution.
5653 * gdb.cp/rvalue-ref-overload.exp: Test it.
5654
e0fad1ea
PW
56552019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5656
5657 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5658 * gdb.base/frameapply.exp: Test faas without command.
5659
8d70a9f0
AB
56602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5663 Fortran tests.
5664 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5665 order.
5666
36c8fb93
AB
56672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5668
5669 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5670 casting to type with no kind specified.
5671 (test_basic_parsing_of_type_kinds): Additional tests for types
5672 with no kind specified, and add tests for single/double
5673 precision/complex types.
5674
4139ff00
TT
56752019-12-04 Tom Tromey <tromey@adacore.com>
5676
5677 * gdb.base/endianity.c (struct other) <x>: New field.
5678 (main): Initialize it.
5679 * gdb.base/endianity.exp: Update.
5680
a05cf17a
TT
56812019-12-04 Tom Tromey <tromey@adacore.com>
5682
5683 * gdb.ada/scalar_storage/storage.adb: New file.
5684 * gdb.ada/scalar_storage/pck.adb: New file.
5685 * gdb.ada/scalar_storage/pck.ads: New file.
5686 * gdb.ada/scalar_storage.exp: New file.
5687
103a685e
TT
56882019-12-04 Tom Tromey <tromey@adacore.com>
5689
5690 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5691 (main): Initialize it.
5692 * gdb.base/endianity.exp: Update.
5693
c2512106
AB
56942019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5697
293b38d6
AB
56982019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5699
5700 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5701 -symbol-info-module-functions and -symbol-info-module-variables.
5702
216a7e6b
AB
57032019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5704
5705 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5706
5bbd8269
AB
57072019-12-01 Richard Bunt <richard.bunt@arm.com>
5708 Andrew Burgess <andrew.burgess@embecosm.com>
5709
5710 * gdb.fortran/derived-type-striding.exp: New file.
5711 * gdb.fortran/derived-type-striding.f90: New file.
5712 * gdb.fortran/array-slices.exp: New file.
5713 * gdb.fortran/array-slices.f90: New file.
5714
be09caf1
PW
57152019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5716
5717 * gdb.base/define.exp: Test . in command names.
5718 * gdb.base/setshow.exp: Update test, as . is now part of
5719 command name.
5720
643c0cbe
PW
57212019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5722
5723 * gdb.base/define-prefix.exp: New file.
5724
dcdec678
AB
57252019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5726
5727 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5728 compile.
5729 (skip_btrace_pt_tests): Likewise.
5730
640ab947
AB
57312019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5732
5733 * gdb.fortran/info-modules.exp: Compile source files in correct
5734 order.
5735
d22670f0
KB
57362019-11-27 Kevin Buettner <kevinb@redhat.com>
5737
5738 * gdb.dwarf2/imported-unit.exp: New file.
5739 * gdb.dwarf2/imported-unit.c: New file.
5740
db5960b4
AB
57412019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * gdb.mi/mi-fortran-modules-2.f90: New file.
5744 * gdb.mi/mi-fortran-modules.exp: New file.
5745 * gdb.mi/mi-fortran-modules.f90: New file.
5746
7dc42066
AB
57472019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5748
5749 * gdb.mi/mi-sym-info-1.c: New file.
5750 * gdb.mi/mi-sym-info-2.c: New file.
5751 * gdb.mi/mi-sym-info.exp: New file.
5752
0dfeecca
TT
57532019-11-22 Tom Tromey <tromey@adacore.com>
5754
5755 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5756 * gdb.ada/tasks/foo.adb: Add another stopping location.
5757
34877895
PJ
57582019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5759
5760 * gdb.base/endianity.c: New test.
5761 * gdb.base/endianity.exp: New file.
5762
2e84f897
LD
57632019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5764
5765 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5766
65d1cd5f
TV
57672019-11-21 Tom de Vries <tdevries@suse.de>
5768
5769 PR gdb/24956
5770 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5771
4f22c3f4
SDJ
57722019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5773
5774 * gdb.python/py-progspace.exp: Add missing parentheses on some
5775 'print' commands.
5776
9f6ad286
TT
57772019-11-19 Tom Tromey <tom@tromey.com>
5778
5779 * gdb.tui/winheight.exp: New file.
5780
0b8dbf3f
AB
57812019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.base/ctf-whatis.c: Delete.
5784 * gdb.base/ctf-whatis.exp: Delete.
5785 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5786
f833b7a7
AB
57872019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.base/ctf-cvexpr.exp: Delete.
5790 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5791
30d0a636
AB
57922019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5795 the compiler. Clean up header comment a little.
5796 * gdb.base/ctf-ptype.exp: Likewise.
5797 * gdb.base/ctf-whatis.exp: Likewise.
5798 * lib/gdb.exp (skip_ctf_tests): New proc.
5799
494409bb
SDJ
58002019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5801
5802 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5803 * gdb.tui/corefile-run.exp: New file.
5804
55708e99
TT
58052019-11-14 Tom Tromey <tromey@adacore.com>
5806
5807 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5808 regression tests.
5809
45e42163
TT
58102019-11-12 Tom Tromey <tom@tromey.com>
5811
5812 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5813 after any command. Expect prompt after WAIT_FOR is seen.
5814 (enter_tui): Enable resize messages.
5815 (command): Expect command in output.
5816 (get_line): Avoid error when cursor appears to be off-screen.
5817 (dump_screen): Include screen size in title.
5818 (_do_resize): New proc, from "resize".
5819 (resize): Rewrite. Do resize in two steps.
5820 * gdb.tui/empty.exp (layouts): Fix entries.
5821 (check_boxes): Remove xfail.
5822 (check_text): Dump screen on failure.
5823
086baaf1
AB
58242019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 * gdb.python/py-symbol.exp: Add test for
5827 gdb.lookup_static_symbols.
5828
09ff83af
AB
58292019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5830
5831 * gdb.python/py-symbol.c: Declare and call function from new
5832 py-symbol-2.c file.
5833 * gdb.python/py-symbol.exp: Compile both source files, and add new
5834 tests for gdb.lookup_static_symbol.
5835 * gdb.python/py-symbol-2.c: New file.
5836
11af934b
TV
58372019-11-02 Tom de Vries <tdevries@suse.de>
5838
5839 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5840 * gdb.base/anon.exp: Same.
5841 * gdb.base/auto-connect-native-target.exp: Same.
5842 * gdb.base/call-ar-st.exp: Same.
5843 * gdb.base/catch-syscall.exp: Same.
5844 * gdb.base/commands.exp: Same.
5845 * gdb.base/default.exp: Same.
5846 * gdb.base/display.exp: Same.
5847 * gdb.base/float.exp: Same.
5848 * gdb.base/foll-fork.exp: Same.
5849 * gdb.base/help.exp: Same.
5850 * gdb.base/info-macros.exp: Same.
5851 * gdb.base/info-proc.exp: Same.
5852 * gdb.base/info-target.exp: Same.
5853 * gdb.base/long_long.exp: Same.
5854 * gdb.base/macscp.exp: Same.
5855 * gdb.base/memattr.exp: Same.
5856 * gdb.base/nofield.exp: Same.
5857 * gdb.base/pointers.exp: Same.
5858 * gdb.base/printcmds.exp: Same.
5859 * gdb.base/ptype.exp: Same.
5860 * gdb.base/restore.exp: Same.
5861 * gdb.base/return.exp: Same.
5862 * gdb.base/scope.exp: Same.
5863 * gdb.base/set-noassign.exp: Same.
5864 * gdb.base/setshow.exp: Same.
5865 * gdb.base/shlib-call.exp: Same.
5866 * gdb.base/signals.exp: Same.
5867 * gdb.base/sigstep.exp: Same.
5868 * gdb.base/skip.exp: Same.
5869 * gdb.base/solib-symbol.exp: Same.
5870 * gdb.base/stap-probe.exp: Same.
5871 * gdb.base/step-line.exp: Same.
5872 * gdb.base/step-test.exp: Same.
5873 * gdb.base/style.exp: Same.
5874 * gdb.base/varargs.exp: Same.
5875 * gdb.base/vla-datatypes.exp: Same.
5876 * gdb.base/vla-ptr.exp: Same.
5877 * gdb.base/vla-sideeffect.exp: Same.
5878 * gdb.base/volatile.exp: Same.
5879 * gdb.base/watch-cond-infcall.exp: Same.
5880 * gdb.base/watchpoint.exp: Same.
5881
e96ec2ba
TV
58822019-11-02 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5885 * gdb.cp/cpexprs.exp: Same.
5886 * gdb.cp/except-multi-location.exp: Same.
5887 * gdb.cp/exceptprint.exp: Same.
5888 * gdb.cp/gdb2384.exp: Same.
5889 * gdb.cp/inherit.exp: Same.
5890 * gdb.cp/m-static.exp: Same.
5891 * gdb.cp/meth-typedefs.exp: Same.
5892 * gdb.cp/misc.exp: Same.
5893 * gdb.cp/namespace.exp: Same.
5894 * gdb.cp/non-trivial-retval.exp: Same.
5895 * gdb.cp/overload.exp: Same.
5896 * gdb.cp/pr17132.exp: Same.
5897 * gdb.cp/re-set-overloaded.exp: Same.
5898 * gdb.cp/rvalue-ref-types.exp: Same.
5899 * gdb.cp/templates.exp: Same.
5900
bd5766ec
LM
59012019-11-01 Luis Machado <luis.machado@linaro.org>
5902
5903 PR gdb/25124
5904
5905 * gdb.arch/pr25124.S: New file.
5906 * gdb.arch/pr25124.exp: New file.
5907
165f8965
AB
59082019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5909
5910 * gdb.fortran/info-modules.exp: Update expected results, and add
5911 additional tests for 'info module functinos', and 'info module
5912 variables'.
5913 * gdb.fortran/info-types.exp: Update expected results.
5914 * gdb.fortran/info-types.f90: Extend testcase with additional
5915 module variables and functions.
5916
59c35742
AB
59172019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5918
5919 * gdb.fortran/info-modules.exp: New file.
5920 * gdb.fortran/info-types.exp: Build with new file.
5921 * gdb.fortran/info-types.f90: Include and use new module.
5922 * gdb.fortran/info-types-2.f90: New file.
5923
f3fb2519
PW
59242019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5925
5926 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5927 * gdb.base/settings.exp: Test all settings types using
5928 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5929 that now verifies that the value of "maint show" is the same as
5930 returned by the settings functions. Test the type of the
5931 maintenance settings.
5932 * gdb.base/default.exp: Update show_conv_list.
5933
d1e36019
TV
59342019-10-31 Tom de Vries <tdevries@suse.de>
5935
5936 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5937 gdb_test.
5938 * gdb.arch/amd64-disp-step.exp: Same.
5939 * gdb.asm/asm-source.exp: Same.
5940 * gdb.btrace/buffer-size.exp: Same.
5941 * gdb.btrace/cpu.exp: Same.
5942 * gdb.btrace/enable.exp: Same.
5943 * gdb.dwarf2/count.exp: Same.
5944 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5945 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5946 * gdb.fortran/vla-datatypes.exp: Same.
5947 * gdb.fortran/vla-history.exp: Same.
5948 * gdb.fortran/vla-ptype.exp: Same.
5949 * gdb.fortran/vla-value.exp: Same.
5950 * gdb.fortran/whatis_type.exp: Same.
5951 * gdb.guile/guile.exp: Same.
5952 * gdb.multi/tids.exp: Same.
5953 * gdb.python/py-finish-breakpoint.exp: Same.
5954 * gdb.python/py-framefilter.exp: Same.
5955 * gdb.python/py-pp-registration.exp: Same.
5956 * gdb.python/py-xmethods.exp: Same.
5957 * gdb.python/python.exp: Same.
5958 * gdb.server/connect-with-no-symbol-file.exp: Same.
5959 * gdb.server/no-thread-db.exp: Same.
5960 * gdb.server/run-without-local-binary.exp: Same.
5961 * gdb.stabs/weird.exp: Same.
5962 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5963 * gdb.threads/thread-find.exp: Same.
5964 * gdb.threads/tls-shared.exp: Same.
5965 * gdb.threads/tls.exp: Same.
5966 * gdb.threads/wp-replication.exp: Same.
5967 * gdb.trace/ax.exp: Same.
5968 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5969
3d11e68e
TV
59702019-10-31 Tom de Vries <tdevries@suse.de>
5971
5972 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5973 * gdb.ada/array_subscript_addr.exp: Same.
5974 * gdb.ada/arrayidx.exp: Same.
5975 * gdb.ada/arrayparam.exp: Same.
5976 * gdb.ada/arrayptr.exp: Same.
5977 * gdb.ada/boolean_expr.exp: Same.
5978 * gdb.ada/call_pn.exp: Same.
5979 * gdb.ada/complete.exp: Same.
5980 * gdb.ada/fixed_cmp.exp: Same.
5981 * gdb.ada/fun_addr.exp: Same.
5982 * gdb.ada/funcall_param.exp: Same.
5983 * gdb.ada/interface.exp: Same.
5984 * gdb.ada/mod_from_name.exp: Same.
5985 * gdb.ada/null_array.exp: Same.
5986 * gdb.ada/packed_array.exp: Same.
5987 * gdb.ada/packed_tagged.exp: Same.
5988 * gdb.ada/print_chars.exp: Same.
5989 * gdb.ada/print_pc.exp: Same.
5990 * gdb.ada/ptype_arith_binop.exp: Same.
5991 * gdb.ada/ptype_field.exp: Same.
5992 * gdb.ada/ptype_tagged_param.exp: Same.
5993 * gdb.ada/rec_return.exp: Same.
5994 * gdb.ada/ref_tick_size.exp: Same.
5995 * gdb.ada/str_ref_cmp.exp: Same.
5996 * gdb.ada/taft_type.exp: Same.
5997 * gdb.ada/tagged.exp: Same.
5998 * gdb.ada/type_coercion.exp: Same.
5999 * gdb.ada/uninitialized_vars.exp: Same.
6000
60b6ede8
TV
60012019-10-30 Tom de Vries <tdevries@suse.de>
6002
6003 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6004
30baf67b
TV
60052019-10-26 Tom de Vries <tdevries@suse.de>
6006
6007 * gdb.base/bigcore.c: Fix typos in comments.
6008 * gdb.base/ctf-ptype.c: Same.
6009 * gdb.base/long_long.c: Same.
6010 * gdb.dwarf2/dw2-op-out-param.S: Same.
6011 * gdb.python/py-evthreads.c: Same.
6012 * gdb.reverse/i387-stack-reverse.c: Same.
6013 * gdb.trace/tfile.c: Same.
6014 * lib/compiler.c: Same.
6015 * lib/compiler.cc: Same.
6016
158da0d1
TV
60172019-10-25 Tom de Vries <tdevries@suse.de>
6018
6019 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6020 gdb_test_multiple calls.
6021 * gdb.reverse/sigall-reverse.exp: Same.
6022 * gdb.reverse/solib-precsave.exp: Same.
6023 * gdb.reverse/solib-reverse.exp: Same.
6024 * gdb.reverse/until-precsave.exp: Same.
6025 * gdb.reverse/until-reverse.exp: Same.
6026
4ccdfbec
TV
60272019-10-24 Tom de Vries <tdevries@suse.de>
6028
6029 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6030 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6031 kfail using -wrap pattern flag and convenience variable
6032 gdb_test_name.
6033
33d569b7
AB
60342019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.python/py-progspace.exp: Add tests for the
6037 Progspace.block_for_pc method.
6038
4d0b984b
TT
60392019-10-23 Tom Tromey <tom@tromey.com>
6040
6041 * configure: Rebuild.
6042 * aclocal.m4: Use m4_include, not sinclude.
6043
94cb3754
TV
60442019-10-21 Tom de Vries <tdevries@suse.de>
6045
6046 * gdb.base/infcall-nested-structs.c: Add
6047 __attribute__((noinline,noclone)) to all functions.
6048 (call_all): Add missing variable initialization. Simplify return value.
6049 (breakpt): Increment volatile variable, to prevent call from being
6050 optimized out.
6051 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6052
062f1fc1
TV
60532019-10-17 Tom de Vries <tdevries@suse.de>
6054
6055 * gdb.fortran/module.exp: Allow info variables to print info for files
6056 other than module.f90.
6057
0b54364d
AB
60582019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.fortran/module.exp: Extend with 'info variables' test.
6061
7ff5fae7
AB
60622019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6063
6064 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6065 F77_FOR_TARGET.
6066
d10eccaa
TV
60672019-10-16 Tom de Vries <tdevries@suse.de>
6068
6069 PR tdep/25096
6070 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6071
745ff14e
TV
60722019-10-16 Tom de Vries <tdevries@suse.de>
6073
6074 PR tdep/24104
6075 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6076 Add KFAIL for PR tdep/25096.
6077
03e1ab94
TV
60782019-10-16 Tom de Vries <tdevries@suse.de>
6079
6080 PR testsuite/25059
6081 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6082
b17fcc10
TV
60832019-10-16 Tom de Vries <tdevries@suse.de>
6084
6085 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6086 as signed.
6087
9223170f
SM
60882019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6089
6090 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6091 one instead of increasing timeout.
6092
d6e76313
TV
60932019-10-13 Tom de Vries <tdevries@suse.de>
6094
6095 PR record/25038
6096 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6097 * gdb.reverse/sigall-reverse.exp: Same.
6098 * gdb.reverse/solib-precsave.exp: Same.
6099 * gdb.reverse/solib-reverse.exp: Same.
6100 * gdb.reverse/step-precsave.exp: Same.
6101 * gdb.reverse/until-precsave.exp: Same.
6102 * gdb.reverse/until-reverse.exp: Same.
6103 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6104
6dfc0041
AA
61052019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6106
6107 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6108 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6109 (cmp_struct_05_01, cmp_struct_static_02_01)
6110 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6111 comparisons.
6112
abcf2cc8
TV
61132019-10-10 Tom de Vries <tdevries@suse.de>
6114
6115 PR testsuite/24888
6116 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6117 gnatlink.
6118
a50faaf6
TV
61192019-10-09 Tom de Vries <tdevries@suse.de>
6120
6121 PR testsuite/25048
6122 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6123
60ff3cd7
AB
61242019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6125
6126 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6127 exceptions due to missing debug information.
6128
dfee8566
TV
61292019-10-07 Tom de Vries <tdevries@suse.de>
6130
6131 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6132
3d63690a
AB
61332019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6134
6135 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6136 * gdb.base/annota1.exp: Update to use gdb_test_name.
6137
30d1f018
WP
61382019-10-07 Weimin Pan <weimin.pan@oracle.com>
6139
6140 * gdb.base/ctf-whatis.exp: New file.
6141 * gdb.base/ctf-whatis.c: New file.
6142 * gdb.base/ctf-ptype.exp: New file.
6143 * gdb.base/ctf-ptype.c: New file.
6144 * gdb.base/ctf-constvars.exp: New file.
6145 * gdb.base/ctf-constvars.c: New file.
6146 * gdb.base/ctf-cvexpr.exp: New file.
6147
4dbbb47c
TV
61482019-10-04 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6151 for loop.
6152
77c2dba3
TT
61532019-10-03 Tom Tromey <tom@tromey.com>
6154
6155 PR rust/24976:
6156 * gdb.rust/simple.rs (Union2): New type.
6157 (main): Use Union2.
6158 * gdb.rust/simple.exp: Add test.
6159
179aed7f
AB
61602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6161
6162 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6163 nested function prefix.
6164
0a4b0913
AB
61652019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6166 Richard Bunt <richard.bunt@arm.com>
6167 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6170 nested functions.
6171 * gdb.fortran/nested-funcs.f90: Update expected results.
6172 * gdb.fortran/nested-funcs-2.exp: New file.
6173 * gdb.fortran/nested-funcs-2.f90: New file.
6174
082cce05
AB
61752019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6176
6177 * gdb.python/py-parameter.exp: Make test names unique.
6178 * gdb.python/py-template.exp: Likewise.
6179 * gdb.python/py-value.exp: Likewise.
6180
2b74ba5a
AB
61812019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6182
6183 * gdb.base/break-interp.exp: Reduce test name duplication.
6184 * gdb.base/call-sc.exp: Likewise.
6185 * gdb.base/callfuncs.exp: Likewise.
6186 * gdb.base/charset.exp: Likewise.
6187 * gdb.base/dump.exp: Likewise.
6188 * gdb.base/ena-dis-br.exp: Likewise.
6189 * gdb.base/relational.exp: Likewise.
6190 * gdb.base/step-over-syscall.exp: Likewise.
6191 * gdb.base/structs.exp: Likewise.
6192
58eb20d5
AB
61932019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6194
6195 * gdb.linespec/explicit.exp: Make test names unique.
6196 * gdb.linespec/ls-errs.exp: Likewise.
6197
4d421147
AB
61982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6199
6200 * gdb.reverse/break-precsave.exp: Make test names unique.
6201 * gdb.reverse/break-reverse.exp: Likewise.
6202 * gdb.reverse/finish-precsave.exp: Likewise.
6203 * gdb.reverse/finish-reverse.exp: Likewise.
6204 * gdb.reverse/machinestate-precsave.exp: Likewise.
6205 * gdb.reverse/machinestate.exp: Likewise.
6206 * gdb.reverse/readv-reverse.exp: Likewise.
6207 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6208 * gdb.reverse/sigall-precsave.exp: Likewise.
6209 * gdb.reverse/sigall-reverse.exp: Likewise.
6210 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6211 * gdb.reverse/watch-precsave.exp: Likewise.
6212 * gdb.reverse/watch-reverse.exp: Likewise.
6213
d8c06f22
AB
62142019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6215
6216 * gdb.threads/stop-with-handle.c: New file.
6217 * gdb.threads/stop-with-handle.exp: New file.
6218
3a56ed86
TV
62192019-10-03 Tom de Vries <tdevries@suse.de>
6220
6221 PR testsuite/25059
6222 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6223 directory" line to be missing.
6224
42275044
TV
62252019-10-03 Tom de Vries <tdevries@suse.de>
6226
6227 PR testsuite/25059
6228 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6229 type optional.
6230
9ef62df0
AA
62312019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6232
6233 * gdb.python/py-format-string.c (string.h): New include.
6234 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6235 the same value, for endianness-independence.
6236 * gdb.python/py-format-string.exp (default_regexp_dict)
6237 (test_pretty_structs, test_format): Adjust expected output to the
6238 changed initialization.
6239
37f6a7f4
TT
62402019-10-02 Tom Tromey <tromey@adacore.com>
6241
6242 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6243
1d58d6a2
PA
62442019-10-02 Pedro Alves <palves@redhat.com>
6245 Andrew Burgess <andrew.burgess@embecosm.com>
6246
6247 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6248 "print-file-var.h".
6249 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6250 (get_version_1): Print this_version_id and its address.
6251 Add extern "C" wrappers around interface functions.
6252 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6253 "print-file-var.h".
6254 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6255 (get_version_2): Print this_version_id and its address.
6256 Add extern "C" wrappers around interface functions.
6257 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6258 <stddef.h> and "print-file-var.h".
6259 Add extern "C" wrappers around interface functions.
6260 [VERSION_ID_MAIN] (this_version_id): Define.
6261 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6262 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6263 up extern "C" blocks.
6264 * gdb.base/print-file-var.exp (test): New, factored out from top
6265 level.
6266 (top level): Test all combinations of attribute hidden or not,
6267 dlopen or not, and this_version_id symbol in main file or not.
6268 Compile tests as both C++ and C, make test names unique.
6269
d770d56f
TT
62702019-10-01 Tom Tromey <tom@tromey.com>
6271
6272 * gdb.base/style.exp: Test "show logging filename".
6273
7f6aba03
TT
62742019-10-01 Tom Tromey <tom@tromey.com>
6275
6276 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6277 * gdb.base/style.exp: Add metadata style test.
6278
14309bb6
TT
62792019-10-01 Tom Tromey <tom@tromey.com>
6280
6281 * gdb.base/style.exp: Test "pwd".
6282
2a3c1174
PA
62832019-10-01 Tom Tromey <tom@tromey.com>
6284
6285 * gdb.base/style.exp: Update tests.
6286
53d666ec
AA
62872019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6288
6289 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6290 'six' to unsigned.
6291 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6292 'five'. Use an all-ones bit pattern for each.
6293 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6294 to its changed values.
6295
4a56a520
TT
62962019-09-30 Tom Tromey <tromey@adacore.com>
6297
6298 * gdb.rust/traits.rs: Disable all warnings.
6299
0df0352a
TV
63002019-09-29 Tom de Vries <tdevries@suse.de>
6301
aac66a4c 6302 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6303
73d9a918
TV
63042019-09-29 Tom de Vries <tdevries@suse.de>
6305
6306 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6307
060b3ab4
TV
63082019-09-27 Tom de Vries <tdevries@suse.de>
6309
6310 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6311
68f7d34d
TV
63122019-09-27 Tom de Vries <tdevries@suse.de>
6313
6314 PR record/23188
6315 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6316
5d63b30a
TT
63172019-09-26 Tom Tromey <tromey@adacore.com>
6318
6319 * gdb.ada/py_taft.exp: New file.
6320 * gdb.ada/py_taft/main.adb: New file.
6321 * gdb.ada/py_taft/pkg.adb: New file.
6322 * gdb.ada/py_taft/pkg.ads: New file.
6323
3d435220
TV
63242019-09-24 Tom de Vries <tdevries@suse.de>
6325
6326 PR gdb/24598
6327 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6328
77d03678
TV
63292019-09-22 Tom de Vries <tdevries@suse.de>
6330
6331 * gdb.base/restore.exp: Allow register variables to be optimized out at
6332 -O0.
6333
abf516c6
UW
63342019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6335
6336 * gdb.arch/spu-info.exp: Remove file.
6337 * gdb.arch/spu-info.c: Remove file.
6338 * gdb.arch/spu-ls.exp: Remove file.
6339 * gdb.arch/spu-ls.c: Remove file.
6340
6341 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6342 * gdb.asm/spu.inc: Remove file.
6343
6344 * gdb.base/dump.exp: Remove support for spu*-*-*.
6345 * gdb.base/stack-checking.exp: Likewise.
6346 * gdb.base/overlays.exp: Likewise.
6347 * gdb.base/ovlymgr.c: Likewise.
6348 * gdb.base/spu.ld: Remove file.
6349
6350 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6351 * gdb.cp/cpexprs.exp: Likewise.
6352 * gdb.cp/exception.exp: Likewise.
6353 * gdb.cp/gdb2495.exp: Likewise.
6354 * gdb.cp/mb-templates.exp: Likewise.
6355 * gdb.cp/pr9167.exp: Likewise.
6356 * gdb.cp/userdef.exp: Likewise.
6357
6358 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6359
6360 * gdb.cell: Remove directory.
6361 * lib/cell.exp: Remove file.
6362
e452e88f
TV
63632019-09-19 Tom de Vries <tdevries@suse.de>
6364
6365 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6366
8a625130
TV
63672019-09-19 Tom de Vries <tdevries@suse.de>
6368
6369 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6370
81dc3ab5
TV
63712019-09-19 Tom de Vries <tdevries@suse.de>
6372
6373 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6374 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6375 (gdb_target_cmd): ... here.
6376 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6377 value 2.
6378
b078f3ac
AB
63792019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6380
6381 * gdb.base/source-dir.exp: Avoid having directory names in test
6382 names.
6383
f1b620e9
MG
63842019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6387 directory.
6388
67f3ed6a
AB
63892019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6390
6391 * gdb.base/list-missing-source.exp: New file.
6392
d1b70248
TV
63932019-09-14 Tom de Vries <tdevries@suse.de>
6394
6395 PR teststuite/24599
6396 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6397 * lib/ada.exp (gnatmake_version_at_least): New proc.
6398
5fabdcd6
AB
63992019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6400
6401 * gdb.base/maint.exp: Use exec_has_index_section.
6402
aa17805f
AB
64032019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6404
6405 * gdb.base/maint.exp: Add test for 'maint info sections'.
6406
25e5c209
TV
64072019-09-12 Tom de Vries <tdevries@suse.de>
6408
6409 * gdb.base/store.exp: Allow register variables to be optimized out at
6410 -O0.
6411
4993045d
PW
64122019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6413
6414 * gdb.ada/rdv_wait.exp: Update to new task names.
6415 * gdb.base/task_switch_in_core.exp: Likewise.
6416 * gdb.base/info_sources_base.c: Likewise.
6417
8a516164
TT
64182019-09-10 Tom Tromey <tromey@adacore.com>
6419
6420 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6421
aa391654
TT
64222019-09-10 Tom Tromey <tromey@adacore.com>
6423
6424 * gdb.ada/dgopt.exp: New file.
6425 * gdb.ada/dgopt/x.adb: New file.
6426
8634b462
TT
64272019-09-08 Tom Tromey <tom@tromey.com>
6428
6429 * gdb.tui/resize.exp: Remove setup_xfail.
6430 * gdb.tui/regs.exp: Remove setup_xfail.
6431 * gdb.tui/basic.exp: Remove setup_xfail.
6432
736b0f76
DB
64332019-09-06 David Blaikie <dblaikie@gmail.com>
6434
6435 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6436 * gdb.cp/cplabel.exp: Ditto.
6437 * gdb.linespec/ls-errs.exp: Ditto.
6438
30331a6c
TV
64392019-09-05 Tom de Vries <tdevries@suse.de>
6440
6441 * lib/gdb.exp (cmp_file_string): New proc.
6442 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6443 runto_main. Verify save breakpoints output.
6444
98b0ebab
PW
64452019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6446
6447 * gdb.base/info-var.exp: Test info variables without running
6448 to main, to avoid expect's buffer overflow.
6449
4e962e74
TT
64502019-09-03 Tom Tromey <tromey@adacore.com>
6451
6452 * gdb.ada/bias.exp: New file.
6453 * gdb.ada/bias/bias.adb: New file.
6454 * gdb.ada/print_chars.exp: Add regression test.
6455 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6456 (MC): New variable.
6457
2ea1a07a
SL
64582019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6459
6460 * gdb.base/argv0-symlink.exp: Run only on native target
6461 and local host.
6462
8077c50d
TV
64632019-08-29 Tom de Vries <tdevries@suse.de>
6464
6465 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6466 diverse debug info.
6467 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6468
48352473
TV
64692019-08-28 Tom de Vries <tdevries@suse.de>
6470
6471 * gdb.base/info-var.exp: Allow info variables to print info for files
6472 other than info-var-f1.c and info-var-f2.c.
6473
d8f27c60
AB
64742019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6475
6476 * gdb.fortran/info-types.exp: Add module.
6477 * gdb.fortran/info-types.f90: Update expected results.
6478
1f20c35e
AB
64792019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6480
6481 * gdb.fortran/info-types.exp: New file.
6482 * gdb.fortran/info-types.f90: New file.
6483 * lib/fortran.exp (fortran_character1): New proc.
6484
4acfdd20
AB
64852019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6486
6487 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6488 functions'. Reindent as needed.
6489 * gdb.base/info-var-f1.c: New file.
6490 * gdb.base/info-var-f2.c: New file.
6491 * gdb.base/info-var.exp: New file.
6492 * gdb.base/info-var.h: New file.
6493
5c31b358
TV
64942019-08-26 Tom de Vries <tdevries@suse.de>
6495
6496 PR c++/24852
6497 * gdb.cp/no-libstdcxx-probe.exp: New test.
6498
b694989f
TV
64992019-08-26 Tom de Vries <tdevries@suse.de>
6500
6501 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6502 * tests need to be skipped.
6503 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6504 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6505 mi_skip_libstdcxx_probe_tests.
6506
d9c4ba53
SDJ
65072019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6508
6509 * gdb.python/py-xmethods.exp: Use raw strings when passing
6510 arguments to SimpleXMethodMatcher.
6511
395fad09
TV
65122019-08-22 Tom de Vries <tdevries@suse.de>
6513
6514 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6515 more informative.
6516
26c957f1
PA
65172019-08-21 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.base/with.exp: Test "with" with no arguments.
6520
61f80d5d
TV
65212019-08-21 Tom de Vries <tdevries@suse.de>
6522
6523 * gdb.base/gdb-caching-proc.exp: Sort files.
6524
d7a11d13
TV
65252019-08-20 Tom de Vries <tdevries@suse.de>
6526
6527 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6528 compilation.
6529
34dafe9f
TV
65302019-08-16 Tom de Vries <tdevries@suse.de>
6531
6532 * gdb.base/compare-sections.exp ("after run to main"): Allow
6533 mismatched read-only sections for PIE executables.
6534
398fdd60
TT
65352019-08-16 Tom Tromey <tom@tromey.com>
6536
6537 * lib/tuiterm.exp (_csi_Z): New proc.
6538 * gdb.tui/basic.exp: Update window positions.
6539 * gdb.tui/empty.exp: Update window positions.
6540
d8f9e51c
SL
65412019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6542
6543 * gdb.base/examine-backward.exp: Correct regexp for
6544 "examine 3 bytes backward from ${address_zero}".
6545
3df505f6
TT
65462019-08-15 Tom Tromey <tom@tromey.com>
6547
6548 * gdb.tui/empty.exp: Enable resizing tests.
6549
272560b5
TT
65502019-08-15 Tom Tromey <tromey@adacore.com>
6551
6552 * gdb.ada/char_enum.exp: Add regression tests.
6553 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6554 and '0'.
6555 (Char, Gchar): Update.
6556 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6557
08235187
CB
65582019-08-15 Christian Biesinger <cbiesinger@google.com>
6559
6560 * gdb.python/python.exp: Expect a leading underscore on
6561 GdbOutput{,Error}File.
6562
22a2ab04
SL
65632019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6564
6565 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6566 Windows host.
6567
835b995b
SL
65682019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6569
6570 * gdb.base/batch-preserve-term-settings.exp
6571 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6572
97dd8e07
CB
65732019-08-15 Christian Biesinger <cbiesinger@google.com>
6574
6575 * lib/gdb.exp: When running on a mingw target, replace
6576 /x/ with x:/.
6577
75faf5c4
AH
65782019-08-14 Alan Hayward <alan.hayward@arm.com>
6579
6580 * gdb.arch/aarch64-prologue.c: New test.
6581 * gdb.arch/aarch64-prologue.exp: New file.
6582
abc6c00f
TV
65832019-08-13 Tom de Vries <tdevries@suse.de>
6584
6585 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6586 Thread.
6587
74c2c1f4
SL
65882019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6589
6590 * gdb.python/py-completion.exp: Download the .py file to the host
6591 and use its host pathname. Conditionalize tests that use
6592 tab completion and manipulate files on the build machine.
6593 * gdb.python/py-events.exp: Download the .py file to the host
6594 and use its host pathname.
6595 * gdb.python/py-evsignal.exp: Likewise.
6596 * gdb.python/py-evthreads.exp: Likewise.
6597 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6598 pathname syntax.
6599 * gdb.python/py-framefilter.exp: Download the .py file to the right
6600 place on the host. Match Windows pathname syntax.
6601 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6602 .py file to the host and use its host pathname.
6603 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6604 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6605 build pathname. Skip symlink test on Windows host. Add missing
6606 newline at end of file.
6607 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6608 and use its host pathname.
6609 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6610 * gdb.python/py-section-script.exp: Use host location of binfile
6611 on safe-path. Use correct path separator on Windows host.
6612 Reorder alternatives in gdb_test_multiple to prevent matching
6613 the wrong alternative on success.
6614 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6615
ca2589f3
PP
66162019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6617
6618 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6619 expect the GDB inferior to no longer immediately stop after
6620 being resumed with "signal SIGINT".
6621
020a839d
SL
66222019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6623
6624 * gdb.linespec/break-ask.exp: Generalize regexps to match
6625 Windows pathnames too.
6626
128d6509
TV
66272019-08-08 Tom de Vries <tdevries@suse.de>
6628
6629 PR testsuite/24862
6630 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6631
590042fc
PW
66322019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6633
6634 * gdb.base/style.exp: Update tests for help doc new invariants.
6635 * gdb.base/help.exp: Likewise.
6636
046bebe1
TT
66372019-08-06 Tom Tromey <tom@tromey.com>
6638
6639 * gdb.base/style.exp: Add disassemble test.
6640 * gdb.base/style.c (some_called_function): New function.
6641 (main): Use it.
6642
0b27c27d
CB
66432019-08-05 Christian Biesinger <cbiesinger@google.com>
6644
6645 * gdb.python/py-block.exp: Test dictionary access on blocks.
6646
580f1034
SM
66472019-08-05 Simon Marchi <simon.marchi@efficios.com>
6648
6649 PR gdb/24863
6650 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6651 -list-thread-groups --available test when running under
6652 check-read1.
6653
d86bd7cb
TV
66542019-08-05 Tom de Vries <tdevries@suse.de>
6655
6656 PR testsuite/24863
6657 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6658 * gdb.base/help.exp: Use with_read1_timeout_factor.
6659 * gdb.base/info-macros.exp: Same.
6660 * gdb.cp/nested-types.exp: Same.
6661
a80cf5d8
TV
66622019-08-05 Tom de Vries <tdevries@suse.de>
6663
6664 * lib/gdb.exp (version_at_least): Factor out of ...
6665 (tcl_version_at_least): ... here.
6666 (gdb_compile): Fail if pie results in non-PIE executable.
6667 (readelf_version, readelf_prints_pie): New proc.
6668 (exec_is_pie): Return -1 if unknown.
6669
d0962838
TV
66702019-08-05 Tom de Vries <tdevries@suse.de>
6671
6672 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6673
2252ff3d
SL
66742019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6675
6676 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6677
26655f53
SL
66782019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6679
6680 * lib/completion-support.exp (test_gdb_complete_none): Skip
6681 tab completion tests if no readline support.
6682 (test_gdb_complete_unique_re): Likewise.
6683 (test_gdb_complete_multiple): Likewise.
6684
db4dc13e
PW
66852019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6686
6687 * gdb.base/info_sources.exp: New file.
6688 * gdb.base/info_sources.c: New file.
6689 * gdb.base/info_sources_base.c: New file.
6690
0eba165a
PFC
66912019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6692
6693 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6694 prefix argument.
6695 (test_exit_status): Add prefix argument.
6696
59bd512b
TV
66972019-08-01 Tom de Vries <tdevries@suse.de>
6698
6699 PR testsuite/24863
6700 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6701 calling exp_continue for new thread and thread exited messages.
6702
2a3ad588
TV
67032019-08-01 Tom de Vries <tdevries@suse.de>
6704
6705 PR testsuite/24863
6706 * gdb.base/structs.exp: Fix check-read1 timeout using
6707 gdb_test_sequence.
6708 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6709
117eb594
TV
67102019-08-01 Tom de Vries <tdevries@suse.de>
6711
6712 PR testsuite/24863
6713 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6714 line.
6715
ed591340
TV
67162019-08-01 Tom de Vries <tdevries@suse.de>
6717
6718 PR testsuite/24863
6719 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6720
aa3b6533
TT
67212019-07-30 Tom Tromey <tromey@adacore.com>
6722
6723 * gdb.ada/display_nested.exp: New file.
6724 * gdb.ada/display_nested/foo.adb: New file.
6725 * gdb.ada/display_nested/pack.adb: New file.
6726 * gdb.ada/display_nested/pack.ads: New file.
6727
2906593f
CB
67282019-07-30 Christian Biesinger <cbiesinger@google.com>
6729
6730 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6731 namespace.
6732 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6733
0f575925
TV
67342019-07-30 Tom de Vries <tdevries@suse.de>
6735
6736 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6737 instead.
6738
b13057d9
TV
67392019-07-30 Tom de Vries <tdevries@suse.de>
6740
6741 PR testsuite/24834
6742 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6743 (exec_is_pie): New proc.
6744
5c4dde85
CB
67452019-07-29 Christian Biesinger <cbiesinger@google.com>
6746
6747 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6748
c620ed88
CB
67492019-07-29 Christian Biesinger <cbiesinger@google.com>
6750
6751 * gdb.python/py-objfile.c: Add global and static vars.
6752 * gdb.python/py-objfile.exp: Test new functions Objfile.
6753 lookup_global_symbol and lookup_static_symbol.
6754
3d235706
TT
67552019-07-29 Tom Tromey <tom@tromey.com>
6756
6757 * lib/tuiterm.exp (Term::_csi_@): New proc.
6758 (Term::_csi_X): Don't move cursor.
6759
c7e4c0a6
PW
67602019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6761
6762 * gdb.base/options.exp: Update backtrace - completion to
6763 new option -frame-info.
6764 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6765 Test new 'set print frame-info'. Test backtrace -frame-info
6766 overriding 'set print frame-info'.
6767 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6768 Test new 'set print frame-info'.
6769 Verify consistency of backtrace with and without filters, with and
6770 without -no-filters.
6771 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6772 default.
6773
de28a3b7
TV
67742019-07-29 Tom de Vries <tdevries@suse.de>
6775
6776 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6777 no arguments".
6778
507dd60e
TV
67792019-07-29 Tom de Vries <tdevries@suse.de>
6780
6781 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6782 is a substring of the first for "complete non-unique file name".
6783
5beafce9
TV
67842019-07-29 Tom de Vries <tdevries@suse.de>
6785
6786 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6787 with ".*".
6788
2d274232
TV
67892019-07-29 Tom de Vries <tdevries@suse.de>
6790
6791 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6792 Pass prompt_regexp parameter to gdb_test_multiple calls.
6793
9197cd8b
TV
67942019-07-29 Tom de Vries <tdevries@suse.de>
6795
6796 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6797 print registers" regexps.
9197cd8b 6798
b528dae0
TV
67992019-07-29 Tom de Vries <tdevries@suse.de>
6800
6801 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6802
d17725d7
TV
68032019-07-29 Tom de Vries <tdevries@suse.de>
6804
6805 PR gdb/24855
6806 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6807 (skip_python_tests_prompt): Add prompt_regexp argument to
6808 gdb_test_multiple calls.
6809
52b75bf1
TT
68102019-07-27 Tom Tromey <tom@tromey.com>
6811
6812 * gdb.tui/main.exp: New file.
6813
2b1d00c2
TT
68142019-07-27 Tom Tromey <tom@tromey.com>
6815
6816 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6817 optional.
6818 * gdb.tui/empty.exp: New file.
6819
ded631d5
TT
68202019-07-27 Tom Tromey <tom@tromey.com>
6821
6822 * lib/tuiterm.exp (spawn): New proc.
6823 (Term::resize): New proc.
6824 * gdb.tui/resize.exp: New file.
6825
58ac439d
TT
68262019-07-27 Tom Tromey <tom@tromey.com>
6827
6828 * gdb.tui/list.exp: New file.
6829
fe1f56ee
TT
68302019-07-27 Tom Tromey <tom@tromey.com>
6831
6832 * gdb.tui/regs.exp: New file.
6833
f790b310
TT
68342019-07-27 Tom Tromey <tom@tromey.com>
6835
6836 * gdb.tui/basic.exp: Add "layout split" test.
6837
d95fc6ee
TT
68382019-07-27 Tom Tromey <tom@tromey.com>
6839
6840 * gdb.tui/basic.exp: Add "layout asm" test.
6841
c3786b3a
TT
68422019-07-27 Tom Tromey <tom@tromey.com>
6843
6844 * lib/tuiterm.exp: New file.
6845 * gdb.tui/basic.exp: New file.
6846
98a617f8
KB
68472019-07-27 Kevin Buettner <kevinb@redhat.com>
6848
6849 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6850 Enable tests associated with this flag. Adjust regex
6851 referencing "foo_low" to now refer to "foo_cold" instead.
6852
5c076da4
KB
68532019-07-27 Kevin Buettner <kevinb@redhat.com>
6854
6855 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6856 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6857 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6858 foo_cold. Revise comments to match.
6859 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6860 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6861 were wrapped into this proc; Call do_test in loop from outermost
6862 level.
6863 (foo_low): Rename all occurrences to "foo_cold".
6864 (backtrace from baz): New test.
6865 (x2/i foo_cold): New test.
6866 (info line *foo_cold): New test.
6867
1512d3b7
TV
68682019-07-26 Tom de Vries <tdevries@suse.de>
6869
6870 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6871
297989a1
TV
68722019-07-25 Tom de Vries <tdevries@suse.de>
6873
6874 PR testsuite/24830
6875 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6876 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6877 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6878 (skip_libstdcxx_probe_tests): ... here.
6879 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6880
b3b965fb
TV
68812019-07-24 Tom de Vries <tdevries@suse.de>
6882
6883 PR testsuite/24807
6884 * gdb.objc/basicclass.m: Include stdio.h.
6885 * gdb.objc/nondebug.m: Same.
6886 * gdb.objc/objcdecode.m: Same.
6887
4625b4d0
TV
68882019-07-24 Tom de Vries <tdevries@suse.de>
6889
6890 PR testsuite/24612
6891 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6892 additional_flags.
6893
024a5840
TV
68942019-07-24 Tom de Vries <tdevries@suse.de>
6895
6896 PR testsuite/24831
6897 * gdb.multi/tids.exp: Update error messages for info threads.
6898
c76ddaa3
TV
68992019-07-24 Tom de Vries <tdevries@suse.de>
6900
6901 * gdb.base/info-types.exp: Allow info types to print info for more than
6902 one file.
6903
9a618ef6
TV
69042019-07-23 Tom de Vries <tdevries@suse.de>
6905
6906 PR testsuite/24842
6907 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6908 gdb_spawn_with_cmdline_opts.
6909
40eadf04
SP
69102019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6911
6912 * gdb.arch/arm-cmse-sgstubs.c: New test.
6913 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6914
5ba29434
TV
69152019-07-23 Tom de Vries <tdevries@suse.de>
6916
6917 PR testsuite/24711
6918 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6919 issuing next command.
6920
a8e9d247
AB
69212019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6922
6923 * gdb.ada/info_auto_lang.exp: Update expected results.
6924 * gdb.base/info-types.c: Add additional types to check.
6925 * gdb.base/info-types.exp: Update expected results.
6926
eb86c5e2
AB
69272019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 * gdb.base/info-types.c: New file.
6930 * gdb.base/info-types.exp: New file.
6931
01e175fe
AB
69322019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6933
6934 * gdb.arch/riscv-bp-infcall.c: New file.
6935 * gdb.arch/riscv-bp-infcall.exp: New file.
6936
6b78c3f8
AB
69372019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 PR breakpoints/24541
6940 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6941
da738167
TV
69422019-07-14 Tom de Vries <tdevries@suse.de>
6943
6944 PR testsuite/24760
6945 * gdb.objc/basicclass.exp: Fix unterminated string.
6946
0d4e84ed
AB
69472019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6948 Andrew Burgess <andrew.burgess@embecosm.com>
6949
6950 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6951 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6952 negative bounds.
6953 * gdb.fortran/vla-value.exp: Print elements of an array with
6954 negative bounds.
6955 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6956 testing.
6957
021d8588
AB
69582019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 * gdb.base/options.exp (expect_string): Dequote strings in
6961 results.
6962 (test-string): Test strings with different quoting and reindent.
6963
f06f1252
TT
69642019-07-10 Tom Tromey <tromey@adacore.com>
6965
6966 * gdb.ada/mi_ex_cond.exp: Update expected results.
6967 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6968 * gdb.ada/mi_catch_ex.exp: Update expected results.
6969 * gdb.ada/mi_catch_assert.exp: Update expected results.
6970 * gdb.ada/catch_ex.exp (catch_exception_info)
6971 (catch_exception_entry, catch_assert_entry)
6972 (catch_unhandled_entry): Update.
6973 * gdb.ada/catch_assert_if.exp: Update expected results.
6974
b863685d
RB
69752019-07-10 Richard Bunt <richard.bunt@arm.com>
6976 Stephen Roberts <stephen.roberts@arm.com>
6977
6978 * gdb.base/define.exp: Restore original prompt.
6979
cb1e4e32
PA
69802019-07-09 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6983 breakpoints" output.
6984 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6985 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6986 throw" creates breakpoint.
6987 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6988 'type="catchpoint"'.
6989
b58a68fe
PA
69902019-07-09 Pedro Alves <palves@redhat.com>
6991
6992 PR c++/15468
6993 * gdb.cp/except-multi-location-lib.cc: New.
6994 * gdb.cp/except-multi-location-main.cc: New.
6995 * gdb.cp/except-multi-location.exp: New.
6996
0826779b
PW
69972019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6998
6999 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7000 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7001 argument and update callers.
7002
5b0e2db4
AB
70032019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.arch/amd64-break-on-asm-line.S: New file.
7006 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7007
1f6f6e21
PW
70082019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7009
7010 * gdb.base/printcmds.exp: Test printing C string and
7011 C wide string convenience vars without transiting via the inferior.
7012 Also make test names unique.
7013
ea142fbf
AH
70142019-07-08 Alan Hayward <alan.hayward@arm.com>
7015
5862c886 7016 PR breakpoints/25011
ea142fbf
AH
7017 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7018
213fd9fa
PA
70192019-07-04 Pedro Alves <palves@redhat.com>
7020
7021 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7022 body returned ok(0), break(3) or continue(4).
7023 * gdb.testsuite/foreach_with_prefix.exp: New file.
7024
2b40fda7
AH
70252019-07-04 Alan Hayward <alan.hayward@arm.com>
7026
7027 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7028
a26c8de0
PA
70292019-07-03 Pedro Alves <palves@redhat.com>
7030
7031 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7032 "return -code".
7033
5f4ba3e7
PA
70342019-07-03 Pedro Alves <palves@redhat.com>
7035
7036 PR cli/24732
7037 * gdb.base/shell.exp: Load completion-support.exp.
7038 Adjust expected error output. Add completion tests.
7039
a994424f
PA
70402019-07-03 Pedro Alves <palves@redhat.com>
7041
7042 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7043 string_to_regexp.
7044
3d9be6f5
PA
70452019-07-03 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7048 (expect_integer): Adjust to expect "-string".
7049 (expect_string): New.
7050 (all_options): Expect "-string".
7051 (test-flag, test-boolean): Adjust to expect "-string".
7052 (test-string): New proc.
7053 (top level): Call it.
7054
41fc454c
PA
70552019-07-03 Pedro Alves <palves@redhat.com>
7056
7057 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7058 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7059 the expected output in the success.
7060
b2b2a215
PA
70612019-07-03 Pedro Alves <palves@redhat.com>
7062
7063 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7064 Split one gdb_test_multiple call in two to avoid a race.
7065
fdbc9870
PA
70662019-07-03 Pedro Alves <palves@redhat.com>
7067
7068 * gdb.base/with.c: New file.
7069 * gdb.base/with.exp: New file.
7070
c6ac8931
PA
70712019-07-03 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/settings.exp: Replace all references to "maint
7074 test-settings set" with references to "maint set test-settings",
7075 and all references to "maint test-settings show" with references
7076 to "maint show test-settings".
7077
970f9d09
PA
70782019-07-03 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.base/settings.exp (test-string): Adjust expected out when
7081 testing "maint test-settings show filename"
7082
54d66006
PA
70832019-07-02 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/options.exp (test-info-threads): New procedure.
7086 (top level): Call it.
7087
10d06d82
TT
70882019-06-28 Tom Tromey <tromey@adacore.com>
7089
7090 * gdb.dwarf2/ada-linkage-name.c: New file.
7091 * gdb.dwarf2/ada-linkage-name.exp: New file.
7092
3d507ff2
TT
70932019-06-27 Tom Tromey <tromey@adacore.com>
7094
d039f014 7095 PR c++/20020:
3d507ff2
TT
7096 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7097
8af58ffe
TV
70982019-06-26 Tom de Vries <tdevries@suse.de>
7099
7100 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7101
22e21752
TV
71022019-06-26 Tom de Vries <tdevries@suse.de>
7103
7104 * gdb.base/index-cache.exp: Add back missing debug option.
7105
b65b566c
PW
71062019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7107
7108 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7109
5c2c8c69
TV
71102019-06-25 Tom de Vries <tdevries@suse.de>
7111
7112 PR testsuite/24727
7113 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7114
164e3873
TV
71152019-06-24 Tom de Vries <tdevries@suse.de>
7116
7117 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7118
824eacee
TV
71192019-06-24 Tom de Vries <tdevries@suse.de>
7120
7121 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7122 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7123 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7124
385b97d3
TV
71252019-06-24 Tom de Vries <tdevries@suse.de>
7126
7127 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7128
c596f180
TV
71292019-06-21 Tom de Vries <tdevries@suse.de>
7130
7131 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7132
b13a7d03
TV
71332019-06-21 Tom de Vries <tdevries@suse.de>
7134
7135 PR testsuite/24518
7136 PR ada/24713
7137 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7138 index.
7139
899277ae
TT
71402019-06-19 Tom Tromey <tromey@adacore.com>
7141
7142 * gdb.ada/length_cond.exp: Add intro comment.
7143
680e1bee
TT
71442019-06-19 Tom Tromey <tromey@adacore.com>
7145
7146 * gdb.ada/length_cond.exp: New file.
7147 * gdb.ada/length_cond/length_cond.adb: New file.
7148 * gdb.ada/length_cond/pck.adb: New file.
7149 * gdb.ada/length_cond/pck.ads: New file.
7150
0ed4690a
TV
71512019-06-18 Tom de Vries <tdevries@suse.de>
7152
7153 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7154
d20ed5fd
TT
71552019-06-18 Tom Tromey <tromey@adacore.com>
7156
7157 * gdb.base/list0.h: Add comment explaining control character.
7158
86e04673
TV
71592019-06-18 Tom de Vries <tdevries@suse.de>
7160
7161 * boards/fission.exp: Break up long debug_flags line.
7162
c4973306
SM
71632019-06-16 Tom de Vries <tdevries@suse.de>
7164
7165 PR gdb/24445
7166 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7167 generated index.
7168
93cb9841
AB
71692019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7170
7171 PR gdb/24686
7172 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7173 improve detection of bug gdb/24541.
7174
399aaebd
SM
71752019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7176
7177 PR gdb/24669
7178 * gdb.base/index-cache.exp (uses_readnow,
7179 expecting_index_cache_use): Define global variable.
7180 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7181 expecting_index_cache_use.
7182
584a927c
AB
71832019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7184 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.fortran/pointers.f90: New file.
7187 * gdb.fortran/print_type.exp: New file.
7188 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7189 * gdb.fortran/vla-type.exp: Likewise.
7190 * gdb.fortran/vla-value.exp: Likewise.
7191 * gdb.mi/mi-vla-fortran.exp: Likewise.
7192
30056ea0
AB
71932019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7194
7195 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7196 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7197 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7198 as a stop reason.
7199
ec8e2b6d
AB
72002019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 * gdb.base/annota1.exp: Update expected results.
7203 * gdb.cp/annota2.exp: Likewise.
7204 * gdb.cp/annota3.exp: Likewise.
7205
09e4c4e1
AB
72062019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7207
7208 * gdb.base/style-logging.exp: Remove path from test name.
7209
0735b091
TT
72102019-06-14 Tom Tromey <tromey@adacore.com>
7211
7212 PR gdb/24502:
7213 * gdb.base/style-logging.exp: New file.
7214
f5686554
TT
72152019-06-14 Tom Tromey <tromey@adacore.com>
7216
7217 * gdb.base/symfile-warn.exp: New file.
7218 * gdb.base/symfile-warn.c: New file.
7219
a0c1ffed
TT
72202019-06-14 Tom Tromey <tromey@adacore.com>
7221
7222 * gdb.base/annotate-symlink.exp: New file.
7223
f411722c
TT
72242019-06-14 Tom Tromey <tromey@adacore.com>
7225
7226 * gdb.ada/set_wstr.exp: Add reassignment test.
7227
4268ec18
TT
72282019-06-14 Tom Tromey <tromey@adacore.com>
7229
7230 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7231 'unchecked_access and 'unrestricted_access as well.
7232
9a9e394b
TT
72332019-06-14 Tom Tromey <tromey@adacore.com>
7234
7235 PR ada/24539:
7236 * gdb.ada/vla.exp: Update tests.
7237 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7238 pragma.
7239
4c048731
PA
72402019-06-13 Pedro Alves <palves@redhat.com>
7241
7242 * gdb.base/settings.exp (test-integer): Test junk after
7243 "unlimited".
7244
6665660a
PA
72452019-06-13 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/options.exp (test-thread-apply): New.
7248 (top level): Call it.
7249
5d707134
PA
72502019-06-13 Pedro Alves <palves@redhat.com>
7251
7252 * gdb.base/options.exp (test-frame-apply): New.
7253 (top level): Test print commands with different "frame apply"
7254 prefixes.
7255
e2a689da
PA
72562019-06-13 Pedro Alves <palves@redhat.com>
7257
e79be6e5 7258 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7259 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7260 'max_completions' parameter and handle it.
7261 (test_gdb_completion_offers_commands): New.
7262
90a1ef87
PA
72632019-06-13 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7266
d4c16835
PA
72672019-06-13 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.base/options.exp (test-backtrace): New.
7270 (top level): Call it.
7271
2daf894e
PA
72722019-06-13 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.guile/scm-frame-args.exp: Use "set print
7275 raw-frame-arguments" instead of "set print raw frame-arguments".
7276 * gdb.python/py-frame-args.exp: Likewise.
7277
e6ed716c
PA
72782019-06-13 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.compile/compile.exp: Adjust expected output to option
7281 processing changes.
7282
7d8062de
PA
72832019-06-13 Pedro Alves <palves@redhat.com>
7284
7285 * gdb.base/options.exp: Build executable.
7286 (test-print): New procedure.
7287 (top level): Call it, once for "print" and another for "compile
7288 print".
7289
9d0faba9
PA
72902019-06-13 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.base/options.c: New file.
7293 * gdb.base/options.exp: New file.
7294
dee7b4c8
PA
72952019-06-13 Pedro Alves <palves@redhat.com>
7296
7297 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7298 that "o" is ambiguous.
7299
dca0f6c0
PA
73002019-06-13 Pedro Alves <palves@redhat.com>
7301
7302 * gdb.base/settings.c: New file.
7303 * gdb.base/settings.exp: New file.
7304
ccf46844
PA
73052019-06-13 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/completion.exp: Fix comment typo.
7308
b9a3f842
PA
73092019-06-13 Pedro Alves <palves@redhat.com>
7310
7311 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7312 foo --1" test.
7313
d106773e
PA
73142019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7315
7316 * gdb.fortran/block-data.f: New.
7317 * gdb.fortran/block-data.exp: New.
7318
fea82da0
TV
73192019-06-11 Tom de Vries <tdevries@suse.de>
7320
7321 PR testsuite/24521
7322 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7323 message.
7324
8c2e74f1
TV
73252019-06-11 Tom de Vries <tdevries@suse.de>
7326
7327 PR testsuite/24521
7328 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7329
b49851c8
TV
73302019-06-11 Tom de Vries <tdevries@suse.de>
7331
7332 * boards/readnow.exp: New file.
7333
a7067863
AB
73342019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7335
7336 * gdb.fortran/vla-sizeof.exp: Update expected results.
7337
1a3da2cd
AB
73382019-06-06 Amos Bird <amosbird@gmail.com>
7339
7340 * gdb.base/annota1.exp (thread_switch): Add test for
7341 thread-exited annotation.
7342
3847a7bf
TT
73432019-06-06 Tom Tromey <tromey@adacore.com>
7344
7345 * gdb.base/maint.exp: Expect command started/finished output.
7346
0088ba59
AB
73472019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7348
7349 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7350 comment.
7351 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7352
312617a3
AB
73532019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7354
7355 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7356 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7357 * gdb.arch/riscv-unwind-long-insn.c: New file.
7358 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7359
e1f2e1a2
CB
73602019-06-04 Christian Biesinger <cbiesinger@google.com>
7361
d3238f7d 7362 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7363
206584bd
PW
73642019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7365
7366 * lib/gdb.exp (help_list_trailer): New regexp variable
7367 factorizing the help trailer message.
7368 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7369 arg to allow to better factorize various tests.
7370 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7371 (test_prefix_command_help): Use help_list_trailer.
7372 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7373 * gdb.guile/scm-cmd.exp: Likewise.
7374 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7375 * gdb.base/help.exp: Use test_user_defined_class_help.
7376 * gdb.base/style.exp: Add tests for styling of help and apropos.
7377 * lib/gdb-utils.exp (style): Add title and highlight styles.
7378
708dc93e
PW
73792019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7380
7381 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7382 $_shell_exitsignal.
7383 * gdb.base/default.exp: Update for new convenience variables.
7384
f49055a5
TT
73852019-05-29 Tom Tromey <tromey@adacore.com>
7386
7387 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7388 to "break complete ada" test case's regexp.
7389
4330d61d
TT
73902019-05-29 Tom Tromey <tromey@adacore.com>
7391
7392 PR c++/20020:
7393 * gdb.cp/constexpr-field.exp: New file.
7394 * gdb.cp/constexpr-field.cc: New file.
7395
000439d5
TT
73962019-05-29 Tom Tromey <tromey@adacore.com>
7397
7398 * gdb.base/finish.exp (finish_no_print): New proc.
7399 (finish_tests): Call it.
7400
5a01c34c
TV
74012019-05-24 Tom de Vries <tdevries@suse.de>
7402
7403 * gdb.dwarf2/gdb-add-index.exp: New file.
7404
18125b16
TT
74052019-05-22 Tom Tromey <tromey@adacore.com>
7406
7407 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7408 * gdb.base/style.exp: Use "style".
7409 * lib/gdb-utils.exp (style): New proc.
7410
af1a8d03
TV
74112019-05-22 Tom de Vries <tdevries@suse.de>
7412
7413 * gdb.base/align.exp: Require c++11.
7414
e7fe496b
TV
74152019-05-22 Tom de Vries <tdevries@suse.de>
7416
7417 PR testsuite/24586
7418 * gdb.python/py-mi-var-info-path-expression.exp: Call
7419 mi_skip_python_tests to check if python is supported.
7420
8fca4da0
AH
74212019-05-22 Alan Hayward <alan.hayward@arm.com>
7422
7423 * gdb.arch/aarch64-pauth.c: New test.
7424 * gdb.arch/aarch64-pauth.exp: New file.
7425
b7060614
AH
74262019-05-22 Alan Hayward <alan.hayward@arm.com>
7427
7428 * README (Re-running Tests Outside The Testsuite): New section.
7429
669d0468
TV
74302019-05-21 Tom de Vries <tdevries@suse.de>
7431
7432 * gdb.arch/amd64-eval.exp: Require c++11.
7433 * gdb.base/max-depth.exp: Same.
7434 * gdb.compile/compile-cplus-array-decay.exp: Same.
7435 * gdb.cp/meth-typedefs.exp: Same.
7436 * gdb.cp/subtypes.exp: Same.
7437 * gdb.cp/temargs.exp: Same.
7438
ce3ebcaa
AH
74392019-05-21 Alan Hayward <alan.hayward@arm.com>
7440
7441 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7442
34d11c68
AB
74432019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7444
7445 PR gdb/18644
7446 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7447 * gdb.fortran/printing-types.exp: Add new test.
7448 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7449 testing.
7450 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7451 setup_kfail call.
7452
87781e84
AH
74532019-05-17 Alan Hayward <alan.hayward@arm.com>
7454
7455 * README (Running the Testsuite): Change example.
7456 (Testsuite Parameters): Remove TRANSCRIPT.
7457 * lib/gdb.exp: Remove TRANSCRIPT check.
7458
b420b89e
AH
74592019-05-17 Alan Hayward <alan.hayward@arm.com>
7460
7461 * README (Testsuite Parameters): Add replay logging to
7462 GDBSERVER_DEBUG.
7463 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7464 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7465 as a comma separated list.
7466 (gdb_debug_init): Override procedure.
7467
408e9b8b
AH
74682019-05-17 Alan Hayward <alan.hayward@arm.com>
7469
7470 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7471 (gdb_write_cmd_file): New procedure.
7472 * lib/gdbserver-support.exp (gdbserver_start): Call
7473 gdbserver_write_cmd_file.
7474 (gdbserver_write_cmd_file): New procedure.
7475
f9e2e39d
AH
74762019-05-17 Alan Hayward <alan.hayward@arm.com>
7477
7478 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7479 (delete_breakpoints): Likewise.
7480 (gdb_run_cmd): Likewise.
7481 (gdb_start_cmd): Likewise.
7482 (gdb_starti_cmd): Likewise.
7483 (gdb_internal_error_resync): Likewise.
7484 (gdb_test_multiple): Likewise.
7485 (gdb_reinitialize_dir): Likewise.
7486 (default_gdb_exit): Likewise.
7487 (gdb_file_cmd): Mark kill as optional.
7488 (default_gdb_start): Call gdb_stdin_log_init.
7489 (send_gdb): Call gdb_stdin_log_write.
7490 (rerun_to_main): Mark Y as an answer.
7491 (gdb_stdin_log_init): New function.
7492 (gdb_stdin_log_write): Likewise.
7493
81f47ac2
AH
74942019-05-17 Alan Hayward <alan.hayward@arm.com>
7495
7496 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7497 * gdb.base/debug-expr.exp: Likewise.
7498 * gdb.base/foll-fork.exp: Likewise.
7499 * gdb.base/foll-vfork.exp: Likewise.
7500 * gdb.base/fork-print-inferior-events.exp: Likewise.
7501 * gdb.base/gdb-sigterm.exp: Likewise.
7502 * gdb.base/gdbinit-history.exp: Likewise.
7503 * gdb.base/osabi.exp: Likewise.
7504 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7505 * gdb.base/ui-redirect.exp: Likewise.
7506 * gdb.gdb/unittest.exp: Likewise.
7507 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7508 * gdb.mi/mi-watch.exp: Likewise.
7509 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7510 * gdb.mi/user-selected-context-sync.exp: Likewise.
7511 * gdb.python/python.exp: Disable debug test when debugging.
7512 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7513 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7514 Likewise.
7515 * gdb.threads/stepi-random-signal.exp: Likewise.
7516
29b52314
AH
75172019-05-17 Alan Hayward <alan.hayward@arm.com>
7518
7519 * Makefile.in: Pass through GDB_DEBUG.
7520 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7521 (gdb,debug): Add board setting.
7522 * lib/gdb.exp (default_gdb_start): Start debugging.
7523 (gdb_debug_enabled): New procedure.
7524 (gdb_debug_init): Likewise.
29b52314
AH
7525
75262019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7527
29b52314
AH
7528 * Makefile.in: Pass through GDB_DEBUG.
7529 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7530 (gdb,debug): Add board setting.
7531 * lib/gdb.exp (default_gdb_start): Start debugging.
7532 (gdb_debug_enabled): New procedure.
7533 (gdb_debug_init): Likewise.
29b52314 7534
ca1285d1
AH
75352019-05-17 Alan Hayward <alan.hayward@arm.com>
7536
7537 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7538
f3a09c80
AH
75392019-05-17 Alan Hayward <alan.hayward@arm.com>
7540
7541 * gdb.base/ui-redirect.exp: Test redirection.
7542
26648588
JV
75432019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7544
7545 * gdb.mi/mi-complete.exp: New file.
7546 * gdb.mi/mi-complete.cc: Likewise.
7547
14237686
AB
75482019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7549
7550 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7551 indexed and sliced arrays, and pointers to arrays.
7552
e7bd7fba
TT
75532019-05-14 Tom Tromey <tromey@adacore.com>
7554
7555 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7556 styling test.
7557
2764128d
TV
75582019-05-14 Tom de Vries <tdevries@suse.de>
7559
7560 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7561 selection entry encoding.
7562
71bed2db
TT
75632019-05-10 Tom Tromey <tromey@adacore.com>
7564
7565 * gdb.ada/info_exc.exp: Add "complete" test.
7566
63b667ad
TV
75672019-05-09 Tom de Vries <tdevries@suse.de>
7568
7569 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7570 CU-relative.
7571
9cfd2b89
TV
75722019-05-09 Tom de Vries <tdevries@suse.de>
7573
7574 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7575 CU-relative.
7576
2228ef77
XR
75772019-05-08 Joel Brobecker <brobecker@adacore.com>
7578
7579 * gdb.ada/frame_arg_lang.exp: New testcase.
7580 * gdb.ada/frame_arg_lang/bla.adb: New file.
7581 * gdb.ada/frame_arg_lang/pck.ads: New file.
7582 * gdb.ada/frame_arg_lang/pck.adb: New file.
7583 * gdb.ada/frame_arg_lang/foo.c: New file.
7584
80e55b13
TT
75852019-05-08 Tom Tromey <tromey@adacore.com>
7586
7587 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7588
9d3421af
TT
75892019-05-08 Tom Tromey <tromey@adacore.com>
7590
7591 * gdb.base/ptype-offsets.exp: Update tests.
7592
844333e2
TT
75932019-05-08 Tom Tromey <tromey@adacore.com>
7594
7595 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7596 cases.
7597 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7598 "short".
7599
988915ee
TT
76002019-05-08 Tom Tromey <tromey@adacore.com>
7601
7602 * gdb.ada/vla.exp: New file.
7603 * gdb.ada/vla/vla.adb: New file.
7604
7bd55dac
TV
76052019-05-07 Tom de Vries <tdevries@suse.de>
7606
7607 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7608
75f06e9d
TV
76092019-05-07 Tom de Vries <tdevries@suse.de>
7610
7611 PR testsuite/24522
7612 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7613 section.
7614
77e7aaa4
TV
76152019-05-07 Tom de Vries <tdevries@suse.de>
7616
7617 PR testsuite/24522
7618 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7619 .debug_aranges section.
7620
456ba0fa
TV
76212019-05-07 Tom de Vries <tdevries@suse.de>
7622
7623 PR testsuite/24159
7624 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7625
5a56d6a6
TV
76262019-05-06 Tom de Vries <tdevries@suse.de>
7627
7628 * lib/gdb.exp (exec_has_index_section): New proc.
7629 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7630 section.
7631
9d6d4be8
TV
76322019-05-04 Tom de Vries <tdevries@suse.de>
7633
7634 * boards/cc-with-debug-names.exp: New file.
7635
222a8d25
TT
76362019-05-03 Tom Tromey <tromey@adacore.com>
7637
7638 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7639 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7640 * gdb.ada/char_enum.exp: Add test.
7641
0fdfd794
TV
76422019-05-03 Tom de Vries <tdevries@suse.de>
7643
7644 * boards/cc-with-gdb-index.exp: New file.
7645
80062eb9
AB
76462019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.rust/simple.exp: Add new test case.
7649 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7650 (main): Initialise an instance of the new struct.
7651
4504bbde
TT
76522019-05-01 Tom Tromey <tromey@adacore.com>
7653
7654 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7655 record.
7656 (NPR): New variable.
7657 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7658 test.
7659
d48e62f4
TT
76602019-05-01 Tom Tromey <tromey@adacore.com>
7661
7662 * gdb.ada/packed_array_assign.exp: Add packed assignment
7663 regression test.
7664
f59f30f5
TV
76652019-05-01 Tom de Vries <tdevries@suse.de>
7666
7667 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7668
b70bfc54
TV
76692019-05-01 Tom de Vries <tdevries@suse.de>
7670
7671 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7672
15f18d14
AT
76732019-04-30 Ali Tamur <tamur@google.com>
7674
7675 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7676
2ff0a947
TT
76772019-04-30 Tom Tromey <tromey@adacore.com>
7678
7679 * lib/ada.exp (find_ada_tool): New proc.
7680 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7681 * gdb.ada/catch_ex_std.exp: New file.
7682 * gdb.ada/catch_ex_std/foo.adb: New file.
7683 * gdb.ada/catch_ex_std/some_package.adb: New file.
7684 * gdb.ada/catch_ex_std/some_package.ads: New file.
7685
a776957c
TT
76862019-04-30 Tom Tromey <tromey@adacore.com>
7687
7688 PR c++/24470:
7689 * gdb.cp/temargs.cc: Add test code from PR.
7690
bc68014d
AB
76912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7692
7693 * gdb.fortran/vla-datatypes.exp: Update expected results.
7694 * gdb.fortran/vla-ptype.exp: Likewise.
7695 * gdb.fortran/vla-type.exp: Likewise.
7696 * gdb.fortran/vla-value.exp: Likewise.
7697
f1fdc960
AB
76982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7699
7700 * gdb.fortran/ptr-indentation.exp: Update expected results.
7701 * gdb.fortran/ptype-on-functions.exp: Likewise.
7702 * gdb.fortran/vla-ptr-info.exp: Likewise.
7703 * gdb.fortran/vla-value.exp: Likewise.
7704
bf7a4de1
AB
77052019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7706
7707 * gdb.fortran/ptype-on-functions.exp: New file.
7708 * gdb.fortran/ptype-on-functions.f90: New file.
7709
bbe75b9d
AB
77102019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7713 case void string.
7714
1db455a7
AB
77152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7716
7717 * gdb.fortran/complex.exp: Expand.
7718 * gdb.fortran/complex.f: Renamed to...
7719 * gdb.fortran/complex.f90: ...this, and extended to add more
7720 complex values.
7721
b6d03bb2
AB
77222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7723
7724 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7725 MODULO, CMPLX.
7726
2e62ab40
AB
77272019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7728 Richard Bunt <richard.bunt@arm.com>
7729
7730 * gdb.base/max-depth.c: New file.
7731 * gdb.base/max-depth.exp: New file.
7732 * gdb.python/py-nested-maps.c: New file.
7733 * gdb.python/py-nested-maps.exp: New file.
7734 * gdb.python/py-nested-maps.py: New file.
7735 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7736 (test_all_common): Call test_max_depth.
7737 * gdb.fortran/max-depth.exp: New file.
7738 * gdb.fortran/max-depth.f90: New file.
7739 * gdb.go/max-depth.exp: New file.
7740 * gdb.go/max-depth.go: New file.
7741 * gdb.modula2/max-depth.exp: New file.
7742 * gdb.modula2/max-depth.c: New file.
7743 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7744
d2b584a5
TV
77452019-04-29 Tom de Vries <tdevries@suse.de>
7746
7747 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7748
136afab8
PW
77492019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7750
7751 * gdb.base/callexit.exp: Test may-call-functions off.
7752
725cbb63
KS
77532019-04-25 Keith Seitz <keiths@redhat.com>
7754
7755 PR c++/24367
7756 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7757 (another_incomplete_struct, test_incomplete): New definitions.
7758 (main): Use new definitions.
7759 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7760 functions.
7761
701adfb0
PA
77622019-04-25 Ali Tamur <tamur@google.com>
7763
7764 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7765
82433e3e
SDJ
77662019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7767
7768 PR corefiles/11608
7769 PR corefiles/18187
7770 * gdb.base/coredump-filter-build-id.exp: New file.
7771
dd06d4d6
AH
77722019-04-25 Alan Hayward <alan.hayward@arm.com>
7773
e79be6e5
SM
7774 * Makefile.in: Pass through GDBSERVER_DEBUG.
7775 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7776 (gdbserver,debug): Add board setting.
7777 * gdb.trace/tspeed.exp: Skip when debugging.
7778 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7779 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7780
1670072e
TT
77812019-04-24 Tom Tromey <tromey@adacore.com>
7782
7783 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7784 Rust.
7785
a59240a4
TT
77862019-04-24 Tom Tromey <tromey@adacore.com>
7787
7788 * gdb.arch/amd64-eval.exp: Test bitfield return.
7789 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7790 (class Foo) <return_bitfields>: New method.
7791 (main): Call it.
7792
b907456c
AB
77932019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.cp/many-args.cc: New file.
7796 * gdb.cp/many-args.exp: New file.
7797
5c565afd
TV
77982019-04-23 Tom de Vries <tdevries@suse.de>
7799
7800 PR gdb/24433
7801 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7802
ba22ff86
AH
78032019-04-23 Alan Hayward <alan.hayward@arm.com>
7804
7805 * gdb.trace/backtrace.exp: Use nopie flag.
7806 * gdb.trace/circ.exp: Likewise.
7807 * gdb.trace/collection.exp: Likewise.
7808 * gdb.trace/ftrace.exp: Likewise.
7809 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7810 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7811 * gdb.trace/qtro.exp: Likewise.
7812 * gdb.trace/read-memory.exp: Likewise.
7813 * gdb.trace/report.exp: Likewise.
7814 * gdb.trace/tfile.exp: Likewise.
7815 * gdb.trace/tfind.exp: Likewise.
7816 * gdb.trace/unavailable.exp: Likewise.
7817
7905fc35
PA
78182019-04-22 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.base/solib-probes-nosharedlibrary.c,
7821 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7822
8ecb59f8
TT
78232019-04-19 Tom Tromey <tromey@adacore.com>
7824
7825 * gdb.ada/ptype_union.c: New file.
7826 * gdb.ada/ptype_union.exp: New file.
7827
62160ec9
TT
78282019-04-19 Tom Tromey <tromey@adacore.com>
7829
7830 PR symtab/24423:
7831 * gdb.base/list0.h (foo): Add a control-l character.
7832
36cd4ba5
TV
78332019-04-18 Tom de Vries <tdevries@suse.de>
7834
7835 PR gdb/24433
7836 * boards/local-board.exp: Set sysroot to "".
7837
b73715df
TV
78382019-04-18 Tom de Vries <tdevries@suse.de>
7839 Pedro Alves <palves@redhat.com>
7840
7841 PR gdb/24454
7842 * gdb.threads/vfork-follow-child-exec.c: New file.
7843 * gdb.threads/vfork-follow-child-exec.exp: New file.
7844 * gdb.threads/vfork-follow-child-exit.c: New file.
7845 * gdb.threads/vfork-follow-child-exit.exp: New file.
7846
4aa866af
LS
78472019-04-15 Leszek Swirski <leszeks@google.com>
7848
7849 * gdb.arch/amd64-eval.cc: New file.
7850 * gdb.arch/amd64-eval.exp: New file.
7851
e5a1a79a
AH
78522019-04-11 Alan Hayward <alan.hayward@arm.com>
7853
7854 * gdb.server/sysroot.c: New test.
7855 * gdb.server/sysroot.exp: New file.
7856 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7857 matching param.
7858
41077b66
AB
78592019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7860
7861 * gdb.base/align.exp: Extend test to cover structures containing
7862 only static fields.
7863
c30391f8
TV
78642019-04-11 Tom de Vries <tdevries@suse.de>
7865
7866 * boards/cc-with-dwz-m.exp: New file.
7867 * boards/cc-with-dwz.exp: New file.
7868 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7869
e242fd12
SM
78702019-04-09 Simon Marchi <simon.marchi@efficios.com>
7871
7872 * gdb.base/start-cpp.exp: New file.
7873 * gdb.base/start-cpp.cc: New file.
7874
2b0c8b01
KB
78752019-04-08 Kevin Buettner <kevinb@redhat.com>
7876
7877 * gdb.python/py-thrhandle.exp: Adjust tests to call
7878 thread_from_handle instead of thread_from_thread_handle.
7879
947210e5
KB
78802019-04-08 Kevin Buettner <kevinb@redhat.com>
7881
7882 * gdb.python/py-thrhandle.exp: Add tests for
7883 gdb.InferiorThread.handle.
7884
d7df6549
AB
78852019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7886
7887 * gdb.python/py-function.exp: Check calling helper function from
7888 all languages.
7889 * lib/gdb.exp (gdb_supported_languages): New proc.
7890
8bdc1658
AB
78912019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7892
7893 * gdb.base/complex-parts.c: New file.
7894 * gdb.base/complex-parts.exp: New file.
7895
05caa1d2
TT
78962019-04-01 Tom Tromey <tromey@adacore.com>
7897
7898 PR symtab/23331:
7899 * gdb.dwarf2/dw2-ranges-main.c: New file.
7900 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7901 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7902
7734102d
EZ
79032019-03-30 Simon Marchi <simark@simark.ca>
7904
7905 * gdb.base/default.exp: Add values for $_gdb_major and
7906 $_gdb_minor.
7907
188e1fa9
TT
79082019-03-29 Tom Tromey <tromey@adacore.com>
7909
7910 * gdb.base/help.exp: Tighten apropos regexp.
7911
2880242d
KS
79122019-03-29 Keith Seitz <keiths@redhat.com>
7913
7914 * gdb.fortran/array-bounds.exp: New file.
7915 * gdb.fortran/array-bounds.f90: New file.
7916
077cad8e
PW
79172019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7918
7919 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7920
80047cfc
PW
79212019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7922
7923 * gdb.multi/hello.c (main): Increase alarm timer.
7924
f489207e
SL
79252019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7926
7927 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7928 factor when no hardware watchpoint support.
7929
c92df149
AH
79302019-03-28 Alan Hayward <alan.hayward@arm.com>
7931 Pedro Alves <palves@redhat.com>
7932
7933 * boards/local-board.exp: set sysroot to /.
7934
933aebfa
AH
79352019-03-27 Alan Hayward <alan.hayward@arm.com>
7936
7937 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7938 in child.
7939
9f9aa852
AB
79402019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7941
7942 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7943 field.
7944 (make_container): Initialise new field.
7945 * gdb.python/py-prettyprint.exp: Add new tests.
7946 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7947 <display_hint>: New method.
7948
3714a195
AB
79492019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7950
7951 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7952 gdb_continue_to_breakpoint more throughout this test.
7953 (run_lang_tests) Supply unique test names, and use
7954 gdb_test_no_output.
7955
18c77628
AB
79562019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7957
7958 * gdb.base/finish-pretty.exp: Update expected results.
7959 * gdb.base/pretty-print.c: New file.
7960 * gdb.base/pretty-print.exp: New file.
7961
9a93502f
PA
79622019-03-25 Pedro Alves <palves@redhat.com>
7963
7964 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7965 move comments outside list. Append '-i "" eof' section.
7966
968aa7ae
AH
79672019-03-22 Alan Hayward <alan.hayward@arm.com>
7968
34a7f2a4 7969 PR testsuite/25016
968aa7ae
AH
7970 * README: Add pie options.
7971 * gdb.base/break-interp.exp: Ensure pie is disabled.
7972 * gdb.base/dump.exp: Likewise.
7973 * lib/gdb.exp (gdb_compile): Add pie option.
7974
4c7d57e7
TT
79752019-03-19 Tom Tromey <tromey@adacore.com>
7976
7977 * gdb.mi/mi2-cli-display.c: New file.
7978 * gdb.mi/mi2-cli-display.exp: New file.
7979
bff8c71f
TT
79802019-03-18 Joel Brobecker <brobecker@adacore.com>
7981 Tom Tromey <tromey@adacore.com>
7982
7983 * gdb.ada/ptype_array/pck.adb: New file.
7984 * gdb.ada/ptype_array/pck.ads: New file.
7985 * gdb.ada/ptype_array/foo.adb: New file.
7986 * gdb.ada/ptype_array.exp: New file.
7987
d085f989
TT
79882019-03-14 Tom Tromey <tromey@adacore.com>
7989
7990 * gdb.base/style.exp: Add "set style sources" test.
7991
b4be1b06
SM
79922019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7993
7994 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7995 * mi-breakpoint-multiple-locations.exp: ... this.
7996 (make_breakpoints_pattern): New proc.
7997 (do_test): Add mi_version parameter, test -break-insert,
7998 -break-info and =breakpoint-created.
7999
7cde5fc2
AB
80002019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8001
8002 * config/default.exp: Remove 'load_lib gdb.exp'.
8003 * config/monitor.exp: Likewise.
8004 * config/sid.exp: Likewise.
8005 * config/sim.exp: Likewise.
8006 * config/slite.exp: Likewise.
8007 * config/unix.exp: Likewise.
8008 * gdb.base/default.exp: Remove unhelpful comment.
8009
efbecbc1
AB
80102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8011
8012 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8013
0841c79a
AB
80142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8015
8016 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8017
4a270568
AB
80182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8019
8020 * gdb.fortran/type-kinds.exp: Update expected results.
8021
067630bd
AB
80222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8023
8024 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8025
3be47f7a
AB
80262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8027
8028 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8029 function.
8030 (test_basic_parsing_of_type_kinds): Expand types tested.
8031 (test_parsing_invalid_type_kinds): New function.
8032
4d00f5d8
AB
80332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8034
8035 * gdb.fortran/intrinsics.exp: New file.
8036 * gdb.fortran/intrinsics.f90: New file.
8037 * gdb.fortran/type-kinds.exp: New file.
8038
c8f91604
AB
80392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8040
8041 * gdb.fortran/dot-ops.exp: New file.
8042
dd9f2c76
AB
80432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8044
8045 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8046 Check upper and lower case logical literals.
8047
84ec9724
AB
80482019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8049
8050 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8051 Remove duplicate tests.
8052
c3734e09
AH
80532019-03-06 Alan Hayward <alan.hayward@arm.com>
8054
8055 * lib/gdb.exp (builtin_cd): rename of cd.
8056 (cd): Override builtin.
8057
aa3cfbda
RB
80582019-03-06 Richard Bunt <richard.bunt@arm.com>
8059
8060 * gdb.fortran/function-calls.exp: New file.
8061 * gdb.fortran/function-calls.f90: New test.
8062
7b63ad86
RB
80632019-03-04 Richard Bunt <richard.bunt@arm.com>
8064
8065 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8066 on user program standard output.
8067 * gdb.fortran/short-circuit-argument-list.f90: Record function
8068 calls.
8069
01abb042
AH
80702019-02-28 Alan Hayward <alan.hayward@arm.com>
8071
c3734e09
AH
8072 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8073 failure.
01abb042 8074
92137da0
RO
80752019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8076
8077 PR gdb/8527
8078 * gdb.base/interrupt-daemon-attach.c,
8079 gdb.base/interrupt-daemon-attach.exp: New test.
8080
5862844d
PA
80812019-02-27 Pedro Alves <palves@redhat.com>
8082
8083 * gdb.base/page.exp: Add tests for "set width/height -1".
8084
8ed25214
PA
80852019-02-27 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.base/page.exp: Add tests for "set/show width/height" with
8088 "infinite" values.
8089
6c28e44a
TT
80902019-02-27 Tom Tromey <tromey@adacore.com>
8091
8092 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8093 2.4.
8094 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8095 workaround.
8096
bf9a735e
AB
80972019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8098
8099 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8100 tests for structs with static members.
8101
8791793c
TT
81022019-02-26 Tom Tromey <tromey@adacore.com>
8103
8104 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8105 ValueError, not TypeError.
8106
bc2a507e
KB
81072019-02-26 Kevin Buettner <kevinb@redhat.com>
8108
8109 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8110 call from main program.
8111
e0e7d3bd
JB
81122019-02-23 Joel Brobecker <brobecker@adacore.com>
8113
8114 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8115 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8116 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8117 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8118 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8119
9600246d
KS
81202019-02-22 Keith Seitz <keiths@redhat.com>
8121
8122 PR symtab/23853
8123 * gdb.base/symlink-sourcefile.c: New file.
8124 * gdb.base/symlink-sourcefile.exp: New file.
8125
0c95f9ed
TT
81262019-02-20 Tom Tromey <tom@tromey.com>
8127
8128 * gdb.base/info_qt.exp: Update.
8129
6caa91b6
SM
81302019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8131
8132 * gdb.base/source.exp: Move "error in sourced script" code to
8133 the end.
8134 * gdb.base/source-error.gdb: Move contents to
8135 source-error-1.gdb. Add new code to source source-error-1.gdb.
8136 * gdb.base/source-error-1.gdb: New file, from previous
8137 source-error.gdb.
8138
6506371f
TT
81392019-02-17 Tom Tromey <tom@tromey.com>
8140
8141 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8142 for macro styling.
8143 * gdb.base/style.c (SOME_MACRO): New macro.
8144
a0087920
TT
81452019-02-17 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.base/style.exp: Add line-wrapping tests.
8148 * gdb.base/page.exp: Add test for quitting during pagination.
8149
a2cd4f14
JB
81502019-02-17 Joel Brobecker <brobecker@adacore.com>
8151
8152 * gdb.ada/big_packed_array: New testcase.
8153 * gdb.ada/homonym.exp: Fix incorrect expected output for
8154 "break <homonym__get_value>" test.
8155
9d70ffbc
WP
81562019-02-13 Weimin Pan <weimin.pan@oracle.com>
8157
8158 PR breakpoints/21870
8159 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8160 and prepare_for_testing. Add comment.
8161 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8162 redundant cleanup call. Clean up comment.
8163
01c7ae81
WP
81642019-02-12 Weimin Pan <weimin.pan@oracle.com>
8165
8166 PR breakpoints/21870
8167 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8168 * gdb.arch/aarch64-dbreg-contents.c: New file.
8169
aff29d1c
JB
81702019-02-10 Joel Brobecker <brobecker@adacore.com>
8171
8172 * gdb.ada/mi_ref_changeable: New testcase.
8173
df0da8a2
AH
81742019-02-07 Alan Hayward <alan.hayward@arm.com>
8175
8176 * gdb.base/attach.exp: Add double attach test.
8177
bd447abb
SM
81782019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8179
8180 * lib/gdb.exp (default_gdb_start): Don't match pagination
8181 prompt.
8182 (gdb_init): Set stty_init.
8183
1dbc40b9
TT
81842019-01-27 Tom Tromey <tom@tromey.com>
8185
8186 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8187 skip_python_tests.
8188
353229bf
AH
81892019-01-24 Alan Hayward <alan.hayward@arm.com>
8190
8191 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8192 New structure.
8193 (struct struct_static_02_02): Likewise.
8194 (struct struct_static_02_03): Likewise.
8195 (struct struct_static_02_04): Likewise.
8196 (struct struct_static_04_01): Likewise.
8197 (struct struct_static_04_02): Likewise.
8198 (struct struct_static_04_03): Likewise.
8199 (struct struct_static_04_04): Likewise.
8200 (struct struct_static_06_01): Likewise.
8201 (struct struct_static_06_02): Likewise.
8202 (struct struct_static_06_03): Likewise.
8203 (struct struct_static_06_04): Likewise.
8204 (cmp_struct_static_02_01): Likewise.
8205 (cmp_struct_static_02_02): Likewise.
8206 (cmp_struct_static_02_03): Likewise.
8207 (cmp_struct_static_02_04): Likewise.
8208 (cmp_struct_static_04_01): Likewise.
8209 (cmp_struct_static_04_02): Likewise.
8210 (cmp_struct_static_04_03): Likewise.
8211 (cmp_struct_static_04_04): Likewise.
8212 (cmp_struct_static_06_01): Likewise.
8213 (cmp_struct_static_06_02): Likewise.
8214 (cmp_struct_static_06_03): Likewise.
8215 (cmp_struct_static_06_04): Likewise.
8216 (call_all): Test new structs.
8217 * gdb.base/infcall-nested-structs.exp: Likewise.
8218
73021deb
AH
82192019-01-21 Alan Hayward <alan.hayward@arm.com>
8220 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8221
fc65c7db
AH
82222019-01-21 Alan Hayward <alan.hayward@arm.com>
8223 * gdb.base/stack-protector.c: New test.
8224 * gdb.base/stack-protector.exp: New file.
8225 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8226 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8227 option.
8228 (gdb_compile): Remove stack protector for GCC and prevent
8229 recursion.
8230
c24bdb02
KS
82312019-01-16 Keith Seitz <keiths@redhat.com>
8232
8233 PR gdb/23773
8234 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8235
6f072a10
PFC
82362019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8237
8238 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8239 aliases.
8240 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8241 tests.
8242 * gdb.arch/powerpc-vector-regs.c: New file.
8243 * gdb.arch/powerpc-vector-regs.exp: New file.
8244
a7b8d682
PFC
82452019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8246
8247 * gdb.arch/altivec-regs.exp: Fix the list passed to
8248 gdb_expect_list when testing "info vector".
8249
6eb6fb67
AB
82502019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8251
8252 * gdb.base/style.exp: Don't include path in testname.
8253
b56f80d8
KS
82542019-01-10 Keith Seitz <keiths@redhat.com>
8255
8256 PR gdb/23712
8257 PR symtab/23010
8258 * gdb.dwarf2/multidictionary.exp: New file.
8259
041be526
SM
82602019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8261
8262 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8263 (test_gnuv3_style_demangling): ... this.
8264 (test_lucid_style_demangling): Remove.
8265 (test_arm_style_demangling): Remove.
8266 (test_hp_style_demangling): Remove.
8267 (do_tests): Remove calls to the above.
8268
d820d0c3
AB
82692019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8272 case.
8273
f097f5ad
TT
82742019-01-06 Tom Tromey <tom@tromey.com>
8275
8276 PR gdb/28155:
8277 * gdb.dwarf2/typedef-void-finish.exp: New file.
8278
2cd8cc0b
TT
82792018-12-28 Tom Tromey <tom@tromey.com>
8280 Simon Marchi <simark@simark.ca>
8281
8282 * gdb.base/jit-exec.exp: New file.
8283 * gdb.base/jit-exec.c: New file.
8284 * gdb.base/jit-execd.c: New file.
8285
35fb8261
TT
82862018-12-28 Tom Tromey <tom@tromey.com>
8287
8288 * gdb.base/style.exp: Update test to check for address styling.
8289
47fd17cd
TT
82902018-12-28 Tom Tromey <tom@tromey.com>
8291
8292 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8293 message.
8294
d47032b7
TT
82952018-12-28 Tom Tromey <tom@tromey.com>
8296
8297 * gdb.base/style.exp: Add test for version number styling.
8298
af79b68d
TT
82992018-12-28 Tom Tromey <tom@tromey.com>
8300
8301 * gdb.base/style.exp: Add test for print_address_symbolic.
8302
0bb296cb
TT
83032018-12-28 Tom Tromey <tom@tromey.com>
8304
8305 * gdb.base/style.exp: Add test for breakpoint setting.
8306
80ae2043
TT
83072018-12-28 Tom Tromey <tom@tromey.com>
8308
8309 * gdb.base/style.exp: Add test for variable names.
8310
cbe56571
TT
83112018-12-28 Tom Tromey <tom@tromey.com>
8312
8313 * gdb.base/style.exp: New file.
8314 * gdb.base/style.c: New file.
8315
9162a27c
TT
83162018-12-28 Tom Tromey <tom@tromey.com>
8317
8318 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8319 "dumb".
8320 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8321 the TERM environment variable.
8322
bc543c90
TT
83232018-12-27 Tom Tromey <tom@tromey.com>
8324
8325 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8326 pagination test.
8327
6f0ffe50
AB
83282018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8329
8330 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8331 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8332
b5a1e557
PW
83332018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8334
8335 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8336 Filename a.adb changed to bp_fun_addr.adb.
8337 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8338
6e8b1ab2
JV
83392018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8340
8341 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8342 non-PIE executables.
8343 * README: Mention the gdb,nopie_flag board setting.
8344 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8345 non-PIE executable.
8346 * gdb.arch/amd64-entry-value.exp: Likewise.
8347 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8348 * gdb.arch/i386-float.exp: Likewise.
8349 * gdb.arch/i386-signal.exp: Likewise.
8350 * gdb.mi/mi-reg-undefined.exp: Likewise.
8351
d00a27c5
PM
83522018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8353
8354 PR gdb/23974
8355 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8356
161d081c
PW
83572018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8358
8359 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8360 Update order of results accordingly.
8361
b001de23
AB
83622018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8363
8364 * gdb.base/annota1.exp: Update a test regexp.
8365
99e1a184
AB
83662018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8367
8368 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8369
7a81c1e2
PW
83702018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8371
8372 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8373 (reuse_time): Initialize to REUSE_TIME_CAP.
8374 (check_rc): New function.
8375 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8376 Check pthread_create rc.
8377 (spawner_thread_func): Check pthread_create and pthread_join rc.
8378
73e8dc90
PA
83792018-12-08 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/list.exp (test_forward_search): Rename to ...
8382 (test_forward_reverse_search): ... this. Also test reverse-search
8383 and the forward-search alias.
8384
13f2ed32
AB
83852018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8386
8387 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8388 local timeout variable before return, and remove all local timeout
8389 variable entirely.
8390 (gdb_load): Likewise.
8391
64d27cfc
TV
83922018-12-01 Tom de Vries <tdevries@suse.de>
8393
8394 * gdb.base/gdb-caching-proc.exp: New file.
8395
f63c03b4
SDJ
83962018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8397
8398 * Makefile.in (TIMESTAMP): New variable.
8399 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8400 command.
8401 (check-single-racy): Likewise.
8402 (check/%.exp): Likewise.
8403 (check-racy/%.exp): Likewise.
8404 (workers/%.worker): Likewise.
8405 (build-perf): Likewise.
8406 (check-perf): Likewise.
8407 * README: Describe new "TS" and "TS_FORMAT" variables.
8408 * print-ts.py: New file.
8409
1c97054b
BF
84102018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8411
8412 PR python/23714
8413 * gdb.python/python.exp: Test command repetition after
8414 gdb.execute.
8415
1871a62d
AB
84162018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8417
8418 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8419 is correctly aligned.
8420
fb5e1ed9
PW
84212018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8422
8423 * gdb.ada/info_auto_lang.exp: New testcase.
8424 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8425 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8426 * gdb.ada/info_auto_lang/some_c.c: New file.
8427
43d397ca
PW
84282018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8429
8430 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8431 FUNC_lang language syntax.
8432
beddd671
PW
84332018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8434
8435 * gdb.base/info_minsym.c: New file.
8436 * gdb.base/info_minsym.exp: New file.
8437
73fc52c4
TT
84382018-11-19 Tom Tromey <tom@tromey.com>
8439
8440 PR rust/23625:
8441 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8442 * gdb.rust/expr.exp: Update expected output. Change one test.
8443
994b876a
TT
84442018-11-19 Tom Tromey <tom@tromey.com>
8445
8446 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8447
6769f276
PA
84482018-11-19 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8451 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8452 see the expected warning.
8453
38a72da0
AH
84542018-11-16 Alan Hayward <alan.hayward@arm.com>
8455
8456 PR gdb/22736:
8457 * gdb.cp/infcall-nodebug-lib.c: New test.
8458 * gdb.cp/infcall-nodebug-main.c: New test.
8459 * gdb.cp/infcall-nodebug.exp: New file.
8460
53a89d6e
SM
84612018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8462
8463 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8464 completer tests.
8465
9325300d
TV
84662018-11-09 Tom de Vries <tdevries@suse.de>
8467
8468 * gdb.base/msym-lang.c: New test.
8469 * gdb.base/msym-lang.exp: New file.
8470 * gdb.base/msym-lang-main.c: New test.
8471
20f0d60d
TT
84722018-11-08 Tom Tromey <tom@tromey.com>
8473
8474 PR gdb/23555:
8475 PR gdb/23838:
8476 * gdb.base/warning.exp: New file.
8477
b5420128
JB
84782018-11-08 Jan Beulich <jbeulich@suse.com>
8479
8480 * testsuite/gdb.arch/i386-avx512.c,
8481 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8482
cd115d61
AB
84832018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8484
8485 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8486 point hardware.
8487
35ee2dc2
AB
84882018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8489
8490 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8491 * gdb.dwarf2/missing-type-name.exp: New file.
8492
31aceee8
TV
84932018-11-06 Tom de Vries <tdevries@suse.de>
8494
8495 * gdb.base/many-headers.c: New test.
8496 * gdb.base/many-headers.exp: New file.
8497
109be305
JW
84982018-11-06 Jim Wilson <jimw@sifive.com>
8499
8500 * gdb.base/code_elim.exp: For riscv, set additional_flags
8501 to include -msmall-data-limit=0.
8502
e2b7af72
JB
85032018-11-01 Joel Brobecker <brobecker@adacore.com>
8504
8505 * gdb.ada/watch_minus_l: New testcase.
8506
cdcda965
SM
85072018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8508
8509 * gdb.arch/aix-sighandle.c: New file.
8510 * gdb.arch/aix-sighandle.exp: New file.
8511
92dcebf3
AB
85122018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8515 registers being unions.
8516
68b9ac18
TV
85172018-10-31 Tom de Vries <tdevries@suse.de>
8518
8519 * lib/valgrind.exp: New file.
8520 (vgdb_start, vgdb_stop): New procs, factored out of ...
8521 * gdb.base/valgrind-bt.exp: ... here, ...
8522 * gdb.base/valgrind-disp-step.exp: ... here and ...
8523 * gdb.base/valgrind-infcall.exp: ... here.
8524
1443936e
TV
85252018-10-31 Tom de Vries <tdevries@suse.de>
8526
8527 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8528
eb77c9df
AB
85292018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8530
8531 * gdb.dwarf2/void-type.c: New file.
8532 * gdb.dwarf2/void-type.exp: New file.
8533
82b5e646
PW
85342018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8535
8536 * gdb.base/info_qt.c: New file.
8537 * gdb.base/info_qt.exp: New file.
8538
8d619c01
EBM
85392018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8540
8541 * gdb.arch/powerpc-htm-regs.c: New file.
8542 * gdb.arch/powerpc-htm-regs.exp: New file.
8543
f2cf6173
EBM
85442018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8545
8546 * gdb.arch/powerpc-tar.c: New file.
8547 * gdb.arch/powerpc-tar.exp: New file.
8548
7ca18ed6
EBM
85492018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8550
8551 * gdb.arch/powerpc-ppr-dscr.c: New file.
8552 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8553
bfcc0eba
TV
85542018-10-25 Tom de Vries <tdevries@suse.de>
8555
8556 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8557
fe1a5cad
TV
85582018-10-24 Tom de Vries <tdevries@suse.de>
8559
8560 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8561 longer exists error.
8562
a76dc3b7
TV
85632018-10-24 Tom de Vries <tdevries@suse.de>
8564
8565 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8566
4df46df7
TV
85672018-10-24 Tom de Vries <tdevries@suse.de>
8568
8569 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8570 --db-attach in valgrind.
8571
0dbfcfff
AB
85722018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8573
8574 * gdb.arch/riscv-reg-aliases.c: New file.
8575 * gdb.arch/riscv-reg-aliases.exp: New file.
8576
b04480b1
AH
85772018-10-19 Alan Hayward <alan.hayward@arm.com>
8578
8579 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8580
2c6ac8d7
AH
85812018-10-19 Alan Hayward <alan.hayward@arm.com>
8582
8583 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8584
2bc69f25
AH
85852018-10-19 Alan Hayward <alan.hayward@arm.com>
8586
8587 * gdb.cp/ovldbreak.exp: Fix regexps.
8588
1f1ae3a3
AH
85892018-10-19 Alan Hayward <alan.hayward@arm.com>
8590
8591 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8592
94c18618
SDJ
85932018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8594
8595 PR cli/23785
8596 * gdb.base/restore.exp: New test to check if "restore" with an
8597 invalid file doesn't segfault.
8598
812cd6eb
TV
85992018-10-18 Tom de Vries <tdevries@suse.de>
8600
8601 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8602 * gdb.ada/excep_handle.exp: Same.
8603 * gdb.ada/mi_string_access.exp: Same.
8604 * gdb.ada/mi_var_union.exp: Same.
8605 * gdb.arch/arc-analyze-prologue.exp: Same.
8606 * gdb.arch/arc-decode-insn.exp: Same.
8607 * gdb.base/readnever.exp: Same.
8608 * gdb.fortran/printing-types.exp: Same.
8609 * gdb.guile/scm-lazy-string.exp: Same.
8610
c4b90788
TV
86112018-10-16 Tom de Vries <tdevries@suse.de>
8612
8613 PR gdb/23730
8614 * gdb.base/catch-follow-exec.c: Add copyright notice.
8615 * gdb.base/catch-follow-exec.exp: Rewrite to use
8616 gdb_spawn_with_cmdline_opts. Require gdb-native.
8617
8bca2978
SL
86182018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8619
8620 * gdb.trace/actions-changed.exp: Check for arch support.
8621 * gdb.trace/actions.exp: Likewise.
8622 * gdb.trace/ax.exp: Likewise.
8623 * gdb.trace/backtrace.exp: Likewise.
8624 * gdb.trace/change-loc.exp: Likewise.
8625 * gdb.trace/deltrace.exp: Likewise.
8626 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8627 * gdb.trace/ftrace.exp: Likewise.
8628 * gdb.trace/infotrace.exp: Check for arch support.
8629 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8630 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8631 * gdb.trace/mi-tsv-changed.exp: Likewise.
8632 * gdb.trace/packetlen.exp: Likewise.
8633 * gdb.trace/passc-dyn.exp: Likewise.
8634 * gdb.trace/passcount.exp: Likewise.
8635 * gdb.trace/pending.exp: Likewise.
8636 * gdb.trace/range-stepping.exp: Check for shlib support.
8637 * gdb.trace/report.exp: Check for arch support.
8638 * gdb.trace/save-trace.exp: Likewise.
8639 * gdb.trace/signal.exp: Check for signal support.
8640 * gdb.trace/tfind.exp: Check for arch support.
8641 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8642 * gdb.trace/trace-common.h: Add comment.
8643 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8644 * gdb.trace/trace-enable-disable.exp: Likewise.
8645 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8646 * gdb.trace/tracecmd.exp: Check for arch support.
8647 * gdb.trace/tspeed.exp: Check for shlib and target support.
8648 * gdb.trace/tstatus.exp: Check for arch support.
8649 * gdb.trace/tsv.exp: Likewise.
8650 * gdb.trace/while-dyn.exp: Likewise.
8651 * gdb.trace/while-stepping.exp: Likewise.
8652 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8653
f9c49bff
SM
86542018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 * gdb.trace/tspeed.exp: Remove nowarnings.
8657 (prepare_for_trace_test): Declare "global ipalib".
8658 * gdb.trace/tspeed.c: Include unistd.h.
8659 (main): Remove superfluous printf argument.
8660
d4330bde
SL
86612018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8662
8663 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8664 directory prefix on the filename.
8665
8ecfd7bd
SDJ
86662018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8667
8668 * gdb.gdb/unittest.exp: Update expected message informing that
8669 selftests have been disabled.
8670 * gdb.server/unittest.exp: Likewise.
8671
58bbcd02
TV
86722018-10-09 Tom de Vries <tdevries@suse.de>
8673
8674 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8675 with runto_main.
8676
9f6b697b
WP
86772018-10-08 Weimin Pan <weimin.pan@oracle.com>
8678
8679 PR c++/16841
8680 * gdb.cp/virtbase2.cc: New file.
8681 * gdb.cp/virtbase2.exp: New file.
8682
add5ded5
TT
86832018-10-06 Tom Tromey <tom@tromey.com>
8684
8685 PR python/19399:
8686 * gdb.python/py-inferior.exp: Add architecture test.
8687
f9e48344
TT
86882018-10-06 Tom Tromey <tom@tromey.com>
8689
8690 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8691 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8692
2a8be203
TT
86932018-10-06 Tom Tromey <tom@tromey.com>
8694
8695 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8696 of a "throw" catchpoint.
8697
e04caa70
SDJ
86982018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8699
8700 * gdb.base/info-proc.exp: Update string expected from "help info
8701 proc".
8702
5ca8c39f
TT
87032018-10-04 Tom Tromey <tom@tromey.com>
8704
8705 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8706 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8707 (test_initial_complaints, test_empty_complaints): Update.
8708 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8709
3453e7e4
TT
87102018-10-04 Tom Tromey <tom@tromey.com>
8711
8712 PR cli/19551:
8713 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8714 * lib/gdb.exp (gdb_file_cmd): Update.
8715 * gdb.stabs/weird.exp (print_weird_var): Update.
8716 * gdb.server/solib-list.exp: Update.
8717 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8718 * gdb.mi/mi-cli.exp: Update.
8719 * gdb.linespec/linespec.exp: Update.
8720 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8721 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8722 * gdb.cp/cp-relocate.exp: Update.
8723 * gdb.base/sym-file.exp: Update.
8724 * gdb.base/relocate.exp: Update.
8725 * gdb.base/readnever.exp: Update.
8726 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8727 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8728 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8729 * gdb.base/code_elim.exp: Update.
8730 * gdb.base/break-unload-file.exp (test_break): Update.
8731 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8732 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8733 Update.
8734 * gdb.base/attach.exp (do_attach_tests): Update.
8735 * gdb.base/sepdebug.exp: Update.
8736 * gdb.python/py-section-script.exp: Update.
8737
6afcf761
TT
87382018-10-04 Tom Tromey <tom@tromey.com>
8739
8740 PR cli/22234:
8741 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8742 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8743 output.
8744
fef1b293
TT
87452018-10-04 Tom Tromey <tom@tromey.com>
8746
8747 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8748 set width and height to 0.
8749 (test_command_line_attach_run): Use -quiet.
8750
ca98345e
SL
87512018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8752
8753 * lib/gdb.exp (skip_ifunc_tests): New.
8754 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8755 other compile failures.
8756 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8757
ff34e6ae
SM
87582018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8759
8760 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8761 is_amd64_regs_target.
8762
6bb8890e
AH
87632018-10-01 Alan Hayward <alan.hayward@arm.com>
8764
8765 * gdb.arch/aarch64-sighandler-regs.c: New test.
8766 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8767 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8768
224d30d3
MM
87692018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8770
8771 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8772 assembly.
8773
f67ffa6a
AB
87742018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8775
8776 * gdb.base/frame-selection.exp: New file.
8777 * gdb.base/frame-selection.c: New file.
8778
9fc3183f
AH
87792018-09-27 Alan Hayward <alan.hayward@arm.com>
8780
8781 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8782 pthread barrier.
8783 (main): Likewise.
8784
d354055e
AB
87852018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8786
8787 * gdb.base/large-frame-1.c: New file.
8788 * gdb.base/large-frame-2.c: New file.
8789 * gdb.base/large-frame.exp: New file.
8790 * gdb.base/large-frame.h: New file.
8791
db727370
JL
87922018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8793
8794 PR gdb/20948
8795 * gdb.base/write_mem.exp: New test.
8796 * gdb.base/write_mem.c: Likewise.
8797
ae778caf
TT
87982018-09-23 Tom Tromey <tom@tromey.com>
8799
8800 PR python/18852:
8801 * gdb.python/py-parameter.exp: Add test for parameter that throws
8802 on "set".
8803
fd3ba736
TT
88042018-09-23 Tom Tromey <tom@tromey.com>
8805
8806 PR python/17284:
8807 * gdb.python/py-template.exp (test_template_arg): Add test for
8808 negative template argument number.
8809
39a24317
TT
88102018-09-23 Tom Tromey <tom@tromey.com>
8811
8812 PR python/14062:
8813 * gdb.python/python.exp: Add test for post_event error.
8814
f5769a2c
TT
88152018-09-23 Tom Tromey <tom@tromey.com>
8816
8817 PR python/18170:
8818 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8819 convert pointers to int and long.
8820
1c1e54f6
TT
88212018-09-23 Tom Tromey <tom@tromey.com>
8822
8823 PR python/20126:
8824 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8825 signed-ness conversion tests.
8826
fb4fa946
TT
88272018-09-23 Tom Tromey <tom@tromey.com>
8828
8829 PR python/18352;
8830 * gdb.python/py-value.exp (test_float_conversion): New proc.
8831 Use it.
8832
a466edac
HAQ
88332018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8834
8835 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8836
4ee9b0c5
SL
88372018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8838
8839 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8840 no readline.
8841 * gdb.base/utf8-identifiers.exp: Likewise.
8842 * gdb.cp/cpcompletion.exp: Likewise.
8843 * gdb.linespec/cpcompletion.exp: Likewise.
8844 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8845 * gdb.linespec/cpls-ops.exp: Likewise.
8846
23be8da7
RB
88472018-09-19 Richard Bunt <richard.bunt@arm.com>
8848 Chris January <chris.january@arm.com>
8849
8850 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8851 * gdb.fortran/short-circuit-argument-list.exp: New file.
8852 * gdb.fortran/short-circuit-argument-list.f90: New test.
8853
5031d0ae
SDJ
88542018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8855
8856 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8857 "arch=" keyword when executing "-stack-list-frames".
8858
b4c0d1a4
SDJ
88592018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8860
8861 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8862 "arch=" keyword when executing "-stack-list-frames".
8863
7a6d2b45
SDJ
88642018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8865
8866 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8867 break ada".
8868
8588b356
SM
88692018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8870
8871 PR python/23669
8872 * gdb.python/python.exp: Test gdb.execute("show commands").
8873
65e65158
TT
88742018-09-16 Tom Tromey <tom@tromey.com>
8875
8876 * gdb.base/new-ui.exp (do_execution_tests): Update.
8877 * gdb.base/dbx.exp (test_breakpoints): Update.
8878
bf326452
AH
88792018-09-14 Alan Hayward <alan.hayward@arm.com>
8880
8881 * lib/gdb.exp (gdb_simple_compile): Add proc.
8882 (is_elf_target): Use gdb_simple_compile.
8883 (skip_altivec_tests): Likewise.
8884 (skip_vsx_tests): Likewise.
8885 (skip_tsx_tests): Likewise.
8886 (skip_btrace_tests): Likewise.
8887 (skip_btrace_pt_tests): Likewise.
8888 (gdb_can_simple_compile): Likewise.
8889 (gdb_has_argv0): Likewise.
8890 (gdb_target_symbol_prefix): Likewise.
8891 (target_supports_scheduler_locking): Likewise.
8892
2361b0fb
TT
88932018-09-13 Tom Tromey <tom@tromey.com>
8894
8895 * Makefile.in (TAGS): Recognize proc_with_prefix and
8896 gdb_caching_proc.
8897
0ae1a321
SM
88982018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8899
8900 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8901 method.
8902
a40bf0c2
SM
89032018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8904
8905 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8906 and a few other Inferior properties when the Inferior is no
8907 longer valid.
8908
4a3fe98f
TT
89092018-09-13 Tom Tromey <tom@tromey.com>
8910
8911 PR rust/23650:
8912 * gdb.rust/simple.exp: Add test for enum field access error.
8913
098b2108
TT
89142018-09-13 Tom Tromey <tom@tromey.com>
8915
8916 PR rust/23626:
8917 * gdb.rust/simple.rs (EmptyEnum): New type.
8918 (main): Use it.
8919 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8920
1256af7d
SM
89212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8922
8923 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8924 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8925 * gdb.python/py-symtab.exp: Update test printing an objfile.
8926
4aa8e6c2
SM
89272018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8928
8929 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8930 object.
8931
c221b2f7
AH
89322018-09-12 Alan Hayward <alan.hayward@arm.com>
8933
8934 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8935 (support_complex_tests): Use gdb_can_simple_compile.
8936 (is_ilp32_target): Likewise.
8937 (is_lp64_target): Likewise.
8938 (is_64_target): Likewise.
8939 (is_amd64_regs_target): Likewise.
8940 (is_aarch32_target): Likewise.
8941 (gdb_int128_helper): Likewise.
8942
6f1107b5
JK
89432018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8946
1f5d1570
JG
89472018-09-10 Jerome Guitton <guitton@adacore.com>
8948
8949 * gdb.ada/same_component_name: Add test for case of tagged record
8950 with variable-length fields.
8951
cc330e39
XR
89522018-09-10 Xavier Roirand <roirand@adacore.com>
8953
8954 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8955 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8956 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8957 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8958
b9c50e9a
XR
89592018-09-10 Xavier Roirand <roirand@adacore.com>
8960
8961 * gdb.ada/mi_string_access.exp: New testcase.
8962 * gdb.ada/mi_string_access/bar.adb: New file.
8963 * gdb.ada/mi_string_access/pck.adb: New file.
8964 * gdb.ada/mi_string_access/pck.asd: New file.
8965
2963898f
XR
89662018-09-10 Xavier Roirand <roirand@adacore.com>
8967
8968 * gdb.ada/mi_var_union.exp: New testcase.
8969 * gdb.ada/mi_var_union/bar.adb: New file.
8970 * gdb.ada/mi_var_union/pck.adb: New file.
8971 * gdb.ada/mi_var_union/pck.asd: New file.
8972
1aac008f
TT
89732018-09-08 Tom Tromey <tom@tromey.com>
8974
8975 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8976
332cf4c9
TT
89772018-09-08 Tom Tromey <tom@tromey.com>
8978
8979 PR python/16047:
8980 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8981 (register_pretty_printers): Register new printer.
8982 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8983 test.
8984 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8985 (an_int_type3): New global.
8986
424da6cf
JB
89872018-09-08 Joel Brobecker <brobecker@adacore.com>
8988
8989 * gdb.ada/expr_with_funcall: New testcase.
8990
2a62dfa9
JB
89912018-09-08 Joel Brobecker <brobecker@adacore.com>
8992
8993 * gdb.ada/packed_array_assign: New testcase.
8994
96b6697f
AB
89952018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8996
8997 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8998 names, and add test prefixes to make test names unique.
8999
e4a62c65
TV
90002018-09-05 Tom de Vries <tdevries@suse.de>
9001
9002 * gdb.dwarf2/varval.exp: Add test.
9003
dd083ee2
GB
90042018-09-04 Gary Benson <gbenson@redhat.com>
9005
9006 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9007 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9008
aef9346c
TT
90092018-08-31 Tom Tromey <tom@tromey.com>
9010
9011 * gdb.rust/simple.rs: Rename second variable "v".
9012
c67f2e15
AB
90132018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9014
9015 * gdb.base/funcargs.c (use_a): New function.
9016 (recurse): Call use_a.
9017
078a0207
KS
90182018-08-29 Keith Seitz <keiths@redhat.com>
9019
9020 * gdb.compile/compile-cplus-anonymous.cc: New file.
9021 * gdb.compile/compile-cplus-anonymous.exp: New file.
9022 * gdb.compile/compile-cplus-array-decay.cc: New file.
9023 * gdb.compile/compile-cplus-array-decay.exp: New file.
9024 * gdb.compile/compile-cplus-inherit.cc: New file.
9025 * gdb.compile/compile-cplus-inherit.exp: New file.
9026 * gdb.compile/compile-cplus-member.cc: New file.
9027 * gdb.compile/compile-cplus-member.exp: New file.
9028 * gdb.compile/compile-cplus-method.cc: New file.
9029 * gdb.compile/compile-cplus-method.exp: New file.
9030 * gdb.compile/compile-cplus-mod.c: "New" file.
9031 * gdb.compile/compile-cplus-namespace.cc: New file.
9032 * gdb.compile/compile-cplus-namespace.exp: New file.
9033 * gdb.compile/compile-cplus-nested.cc: New file.
9034 * gdb.compile/compile-cplus-nested.exp: New file.
9035 * gdb.compile/compile-cplus-print.c: "New" file.
9036 * gdb.compile/compile-cplus-print.exp: "New" file.
9037 * gdb.compile/compile-cplus-virtual.cc: New file.
9038 * gdb.compile/compile-cplus-virtual.exp: New file.
9039 * gdb.compile/compile-cplus.c: "New" file.
9040 * gdb.compile/compile-cplus.exp: "New" file.
9041 * lib/compile-support.exp: New file.
9042
b0f492b9
GB
90432018-08-16 Gary Benson <gbenson@redhat.com>
9044
9045 PR gdb/13000:
9046 * gdb.base/batch-exit-status.exp: New file.
9047 * gdb.base/batch-exit-status.good-commands: Likewise.
9048 * gdb.base/batch-exit-status.bad-commands: Likewise.
9049
36eb4c5f
AH
90502018-08-29 Alan Hayward <alan.hayward@arm.com>
9051
9052 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9053 (struct struct02): Likewise.
9054 (struct struct03): Likewise.
9055 (struct struct04): Likewise.
9056 (struct struct_01_01): New struct.
9057 (struct struct_01_02): Likewise.
9058 (struct struct_01_03): Likewise.
9059 (struct struct_01_04): Likewise.
9060 (struct struct_02_01): Likewise.
9061 (struct struct_02_02): Likewise.
9062 (struct struct_02_03): Likewise.
9063 (struct struct_02_04): Likewise.
9064 (struct struct_04_01): Likewise.
9065 (struct struct_04_02): Likewise.
9066 (struct struct_04_03): Likewise.
9067 (struct struct_04_04): Likewise.
9068 (struct struct_05_01): Likewise.
9069 (struct struct_05_02): Likewise.
9070 (struct struct_05_03): Likewise.
9071 (struct struct_05_04): Likewise.
9072 (cmp_struct01): Remove function.
9073 (cmp_struct02): Likewise.
9074 (cmp_struct03): Likewise.
9075 (cmp_struct04): Likewise.
9076 (cmp_struct_01_01): Add Function.
9077 (cmp_struct_01_02): Likewise.
9078 (cmp_struct_01_03): Likewise.
9079 (cmp_struct_01_04): Likewise.
9080 (cmp_struct_02_01): Likewise.
9081 (cmp_struct_02_02): Likewise.
9082 (cmp_struct_02_03): Likewise.
9083 (cmp_struct_02_04): Likewise.
9084 (cmp_struct_04_01): Likewise.
9085 (cmp_struct_04_02): Likewise.
9086 (cmp_struct_04_03): Likewise.
9087 (cmp_struct_04_04): Likewise.
9088 (cmp_struct_05_01): Likewise.
9089 (cmp_struct_05_02): Likewise.
9090 (cmp_struct_05_03): Likewise.
9091 (cmp_struct_05_04): Likewise.
9092 (call_all): Add new structs.
9093 * gdb.base/infcall-nested-structs.exp: Likewise.
9094
3bf9c013
JV
90952018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9096
9097 * gdb.python/py-framefilter-mi.exp: Update regexp to
9098 check for "arch" field in frame output.
9099
450d1e88
KB
91002018-08-23 Kevin Buettner <kevinb@redhat.com>
9101
9102 * gdb.dwarf2/dw2-ranges-func.c: New file.
9103 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9104
ae739fe7
SM
91052018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9106
9107 * gdb.base/term.exp: Compare terminal settings with values from
9108 the inferior.
9109 * gdb.base/term.c: Get and set terminal settings.
9110
6d52907e
JV
91112018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9112
9113 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9114 accommodate new "arch" field in frame output.
9115 * gdb.mi/mi-return.exp: Likewise.
9116 * gdb.mi/mi-stack.exp: Likewise.
9117 * gdb.mi/mi-syn-frame.exp: Likewise.
9118 * gdb.mi/user-selected-context-sync.exp: Likewise.
9119
be2d111a
MS
91202018-08-19 Michael Spang <spang@google.com>
9121
9122 PR gdb/11786
9123 * gdb.base/gcore-tls-pie.c: New file.
9124 * gdb.base/gcore-tls-pie.exp: New file.
9125
ae3a7c47
KB
91262018-08-18 Kevin Buettner <kevinb@redhat.com>
9127
9128 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9129 * gdb.dwarf2/varval.c: New file.
9130 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9131
2ecae92e
AH
91322018-08-17 Alan Hayward <alan.hayward@arm.com>
9133
9134 PR gdb/18931
9135 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9136
c1854f1d
KS
91372018-08-16 Keith Seitz <keiths@redhat.com>
9138
9139 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9140 tests expected to pass.
9141
26fb3983
JV
91422018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9143
9144 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9145 -data-disassemble -a.
9146 (test_disassembly_bogus_args): Likewise.
9147
67943c00
AB
91482018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9149
9150 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9151
5ff2bbae
AB
91522018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9153
9154 * gdb.base/vla-optimized-out.exp: Add new test.
9155
e5bbcd0f
AB
91562018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9157
9158 * gdb.base/vla-optimized-out-o3.exp: Delete.
9159 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9160 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9161 deleted tests.
9162
9d4a934c
AB
91632018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9164
9165 PR gdb/18050:
9166 * gdb.server/extended-remote-restart.c: New file.
9167 * gdb.server/extended-remote-restart.exp: New file.
9168
045cf012
SM
91692018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9170
9171 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9172 "set variable index = 42".
9173
87d6a7aa
SM
91742018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9175
9176 * boards/index-cache-gdb.exp: New file.
9177 * gdb.dwarf2/index-cache.exp: New file.
9178 * gdb.dwarf2/index-cache.c: New file.
9179 * gdb.base/maint.exp: Check if we are using the index cache.
9180
96d68bd4
RO
91812018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9182
9183 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9184 MAKEFLAGS.
9185
5a699617
RO
91862018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9187
9188 * dg-extract-results.sh: Move to toplevel contrib.
9189 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9190 * Makefile.in (check-parallel-racy): Likewise.
9191
5bd18990
AB
91922018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9193
9194 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9195 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9196 tests if the target supports scheduler locking.
9197
3fbbcf47
TV
91982018-08-04 Tom de Vries <tdevries@suse.de>
9199
9200 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9201
3e1d3d8c
TT
92022018-08-02 Tom Tromey <tom@tromey.com>
9203
9204 PR symtab/16842.
9205 * gdb.cp/temargs.exp: Test "info address" of a template
9206 parameter.
9207
5abe0f0c
JV
92082018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9209
9210 * gdb.python/py-mi-var-info-path-expression.c: New file.
9211 * gdb.python/py-mi-var-info-path-expression.py: New file.
9212 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9213
fb66cde8
SDJ
92142018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9215
9216 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9217 error after "cannot resolve name" string.
9218
c708f4d2
AB
92192018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9220
9221 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9222 started.
9223 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9224
37cc0cae
TV
92252018-07-28 Tom de Vries <tdevries@suse.de>
9226
9227 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9228
63b4ecf7
TV
92292018-07-26 Tom de Vries <tdevries@suse.de>
9230
9231 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9232
3c3bb058
AB
92332018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9234
9235 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9236 is visible.
9237
9e7f3bbb
TV
92382018-07-26 Tom de Vries <tdevries@suse.de>
9239
9240 PR breakpoints/23366
9241 * gdb.base/catch-follow-exec.c: New test.
9242 * gdb.base/catch-follow-exec.exp: New file.
9243
16f808ec
TV
92442018-07-25 Tom de Vries <tdevries@suse.de>
9245
9246 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9247 vla-optimized-out.c.
9248
d7154a8d
JV
92492018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9250
9251 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9252 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9253
232a0032
TV
92542018-07-20 Tom de Vries <tdevries@suse.de>
9255
9256 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9257 NOCLONE macro.
9258 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9259
fbb1d502
TV
92602018-07-19 Tom de Vries <tdevries@suse.de>
9261
9262 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9263 regular expression.
9264
42dc7699
TV
92652018-07-18 Tom de Vries <tdevries@suse.de>
9266
9267 * gdb.base/vla-optimized-out.c: New test.
9268 * gdb.base/vla-optimized-out.exp: New file.
9269
7f1f7e23
SDJ
92702018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9271
9272 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9273 message "No address associated with hostname" when gdbserver
9274 cannot resolve the hostname.
9275
5759ebb3
PW
92762018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9277
9278 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9279 Add some test prefixes to make tests unique.
9280
3606ccab
PW
92812018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9282
9283 * gdb.base/frameapply.c: New file.
9284 * gdb.base/frameapply.exp: New file.
9285
529c08b2
PW
92862018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9287
9288 * gdb.base/skip.exp: Update expected error message.
9289
c7ab0aef
SDJ
92902018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9291 Jan Kratochvil <jan.kratochvil@redhat.com>
9292 Paul Fertser <fercerpav@gmail.com>
9293 Tsutomu Seki <sekiriki@gmail.com>
9294
9295 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9296 parameter.
9297 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9298 by default.
9299 * boards/native-gdbserver.exp: Likewise.
9300 * gdb.server/run-without-local-binary.exp: Improve regexp used
9301 for detecting when a remote debugging connection succeeds.
9302 * gdb.server/server-connect.exp: New file.
9303 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9304 Do not prefix the port number with ":".
9305 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9306 support for detecting and using it. Add '$debughost_gdbserver'
9307 to the list of arguments used to start gdbserver. Handle case
9308 when gdbserver cannot resolve a network name.
9309
16ff70dd
SDJ
93102018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9311
9312 PR c++/23373
9313 * gdb.base/ptype-offsets.cc (struct static_member): New
9314 struct.
9315 (main) <stmember>: New variable.
9316 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9317 with a static member in it.
9318
3541979f
AB
93192018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9320
9321 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9322 watchpoints enabled and disabled.
9323
c8ad9b9a
AB
93242018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9325
9326 * gdb.base/examine-backward.exp: Still run tests around address
9327 0x0, even if address 0x0 is not readable. Update the pattern for
9328 matching address 0x0 in expected output.
9329
e0e5e971
AB
93302018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9331
9332 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9333 malloc/free.
9334
1ea5da02
TV
93352018-07-04 Tom de Vries <tdevries@suse.de>
9336
9337 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9338
471b9d15
MR
93392018-07-02 Maciej W. Rozycki <macro@mips.com>
9340
9341 PR tdep/8282
9342 * gdb.arch/mips-disassembler-options.exp: New test.
9343 * gdb.arch/mips-disassembler-options.s: New test source.
9344
75acb486
PA
93452018-06-29 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.threads/names.exp: Adjust expected "info threads" output.
9348
cd2bb709
PA
93492018-06-29 Pedro Alves <palves@redhat.com>
9350
9351 * gdb.opt/inline-break.exp (line number, address): Add "info
9352 break" tests.
9353
991ff292
PA
93542018-06-29 Pedro Alves <palves@redhat.com>
9355
9356 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9357 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9358 number and address and running to them.
9359
356819b6 93602018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9361
9362 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9363
2512d7ef
JK
93642018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 * lib/compiler.c: Remove executable permission flag.
9367
be1b6474
RB
93682018-06-28 Richard Bunt <richard.bunt@arm.com>
9369
9370 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9371 code.
9372 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9373
291f9a96
PT
93742018-06-28 Petr Tesarik <ptesarik@suse.cz>
9375
9376 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9377
ed6dfe51
PT
93782018-06-28 Petr Tesarik <ptesarik@suse.cz>
9379
9380 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9381 address argument is omitted.
9382
d4d429d5
PT
93832018-06-28 Petr Tesarik <ptesarik@suse.cz>
9384
9385 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9386
7ab6656f
OJ
93872018-06-27 Omair Javaid <omair.javaid@linaro.org>
9388
9389 PR gdb/21695
9390 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9391 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9392
a33ccfc7
TT
93932018-06-26 Tom Tromey <tom@tromey.com>
9394
9395 PR rust/22574:
9396 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9397 * gdb.rust/simple.rs (struct SimpleLayout): New.
9398
6d72d289
SM
93992018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9400
9401 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9402 "info registers" output.
9403
8363f9d5
RB
94042018-06-21 Richard Bunt <richard.bunt@arm.com>
9405
9406 * gdb.base/watchpoint-hw-attach.c: New test.
9407 * gdb.base/watchpoint-hw-attach.exp: New file.
9408
f00674fe
SM
94092018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9410
9411 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9412 through /bin/sh.
9413 * boards/dwarf4-gdb-index.exp: Likewise.
9414 * boards/fission-dwp.exp: Likewise.
9415
1d554008
UW
94162018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9417
9418 * gdb.base/float128.exp: Add comment and improved fail message
9419 to the failure case of "print large128" test.
9420
d0ac1c44
SM
94212018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9422
9423 * configure.ac: Remove AC_PREREQ.
9424 * configure: Re-generate.
9425
61b04dd0
PA
94262018-06-19 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9429 (func_extern_caller): New.
9430 (main): Call func_extern_caller.
9431 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9432 logic change.
9433
f63b508a
SM
94342018-06-18 Weimin Pan <weimin.pan@oracle.com>
9435
9436 PR gdb/16841
9437 * gdb.cp/typedef-base.cc: New file.
9438 * gdb.cp/typedef-base.exp: New file.
9439
0fe3a558
TV
94402018-06-18 Tom de Vries <tdevries@suse.de>
9441
9442 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9443
7010835a
AB
94442018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9445 Richard Bunt <Richard.Bunt@arm.com>
9446
9447 * gdb.threads/attach-slow-waitpid.c: New file.
9448 * gdb.threads/attach-slow-waitpid.exp: New file.
9449 * gdb.threads/slow-waitpid.c: New file.
9450
14897d65
PA
94512018-06-14 Pedro Alves <palves@redhat.com>
9452
9453 * gdb.base/fork-running-state.c: Include <errno.h>.
9454 (exit_if_relative_exits): New.
9455 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9456 exits.
9457 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9458 child exits.
9459
5d9a0608
TV
94602018-06-14 Tom de Vries <tdevries@suse.de>
9461
9462 PR cli/22573
9463 * gdb.base/finish-pretty.c: New test.
9464 * gdb.base/finish-pretty.exp: New file.
9465
11ae5818
PA
94662018-06-14 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9469 gdb's expected startup output.
9470
1d39de44
PA
94712018-06-14 Pedro Alves <palves@redhat.com>
9472
9473 * lib/selftest-support.exp (selftest_setup): Remove inlined
9474 function handling.
9475
70ee0000
TV
94762018-06-14 Tom de Vries <tdevries@suse.de>
9477
9478 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9479 matching of breakpoint printing.
9480
11f4b608
TV
94812018-06-13 Tom de Vries <tdevries@suse.de>
9482
9483 PR testsuite/23269
9484 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9485 (fork_child): ... here, and ...
9486 (fork_parent): ... here.
9487
94882018-06-12 Tom de Vries <tdevries@suse.de>
9489
9490 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9491
9516f85a
AB
94922018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9493 Stephen Roberts <stephen.roberts@arm.com>
9494
9495 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9496 rewrite test to describe action performed, rather than possible
9497 failure.
9498
5045b3d7
GB
94992018-06-08 Gary Benson <gbenson@redhat.com>
9500
9501 * gdb.threads/check-libthread-db.exp: New file.
9502 * gdb.threads/check-libthread-db.c: Likewise.
9503
c61b06a1
TT
95042018-06-05 Tom Tromey <tom@tromey.com>
9505
9506 * gdb.base/default.exp: Update expected "show version" output.
9507
eb6af809
TT
95082018-06-05 Tom Tromey <tom@tromey.com>
9509
9510 PR cli/12326:
9511 * gdb.cp/static-print-quit.exp: Update.
9512 * lib/gdb.exp (pagination_prompt): Update.
9513 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9514 * gdb.python/python.exp: Update.
9515
178d6a63
JB
95162018-06-04 Joel Brobecker <brobecker@adacore.com>
9517
9518 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9519
8e817061
JB
95202018-06-01 Joel Brobecker <brobecker@adacore.com>
9521
9522 * gdb.ada/bp_fun_addr: New testcase.
9523
e86ca25f
TT
95242018-06-01 Tom Tromey <tom@tromey.com>
9525
9526 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9527 results.
9528 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9529 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9530 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9531 * gdb.base/maint.exp (maint_pass_if): Update.
9532
4b2dfa9d
MR
95332018-05-31 Maciej W. Rozycki <macro@mips.com>
9534
9535 * gdb.base/endian.exp: New test.
9536 * gdb.base/endian.c: New test source.
9537
45f25d6c
AB
95382018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9539
9540 PR gdb/23203
9541 * gdb.base/bt-selected-frame.c: New file.
9542 * gdb.base/bt-selected-frame.exp: New file.
9543 * lib/gdb.exp (get_current_frame_number): New function.
9544
d9f6d7f8
MR
95452018-05-24 Maciej W. Rozycki <macro@mips.com>
9546 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/tls-core.c: Include <stdlib.h>
9549 (thread_proc): Call `abort'.
9550 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9551 (tls_core_test): New procedure, bits factored out from ...
9552 (top level): ... here. Test both native cores and gcore cores.
9553
ff1cf532
TT
95542018-05-23 Tom Tromey <tom@tromey.com>
9555
9556 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9557
b98664d3
TT
95582018-05-23 Tom Tromey <tom@tromey.com>
9559
9560 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9561 symfile_complaints.
9562 (test_short_complaints): Likewise.
9563 (test_empty_complaints): Likewise.
9564 (test_initial_complaints): Update.
9565
4e9668d0
TT
95662018-05-23 Tom Tromey <tom@tromey.com>
9567
9568 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9569
43ba33c7
TT
95702018-05-23 Tom Tromey <tom@tromey.com>
9571
9572 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9573 (test_short_complaints): Update.
9574
035522c0
PA
95752018-05-22 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.base/remote.exp: Only gdb_start after compiling the
9578 testcase. Issue "disconnect" before testing "set remote" command
9579 defaults. Issue clean_restart before running to main.
9580
cc0be08f
PA
95812018-05-22 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/remote.exp: Adjust expected output of "show remote
9584 memory-write-packet-size". Add tests for "set remote
9585 memory-write-packet-size 0" and "set remote
9586 memory-write-packet-size fixed/limit".
9587
b1b60145
PA
95882018-05-22 Pedro Alves <palves@redhat.com>
9589
9590 PR gdb/22973
9591 * gdb.base/utf8-identifiers.c: New file.
9592 * gdb.base/utf8-identifiers.exp: New file.
9593
0ec848ad
PFC
95942018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9595
9596 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9597
2c3305f6
PFC
95982018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9599
9600 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9601
ce1e8424
TT
96022018-05-18 Tom Tromey <tom@tromey.com>
9603
9604 * gdb.base/ptype-offsets.exp: Update.
9605
ddfe970e
KS
96062018-05-17 Keith Seitz <keiths@redhat.com>
9607
9608 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9609 in expected breakpoint stop locations.
9610 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9611 move to proper scope to test variable values.
9612 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9613 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9614 New functions.
9615 (main): Call not_inline_func3.
9616 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9617 inline_func1, inline_func2, and inline_func3. Test that when each
9618 breakpoint is hit, GDB properly reports both the stop location
9619 and the backtrace. Repeat tests for temporary breakpoints.
9620
0726fcc6
MR
96212018-05-15 Maciej W. Rozycki <macro@mips.com>
9622
9623 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9624 rather then trying to access it in determining whether the PID
9625 of `gdbserver' could have been retrieved.
9626
8ee22052
AB
96272018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9628
9629 * gdb.arch/amd64-init-x87-values.S: New file.
9630 * gdb.arch/amd64-init-x87-values.exp: New file.
9631
7785df48
JK
96322018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9633
9634 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9635
56bcdbea
TT
96362018-05-04 Tom Tromey <tom@tromey.com>
9637
9638 PR python/22730:
9639 * gdb.python/python.exp: Test multi-line execute.
9640
a913fffb
TT
96412018-05-04 Tom Tromey <tom@tromey.com>
9642
9643 PR python/22731:
9644 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9645
7a2c85f2
TT
96462018-05-04 Tom Tromey <tom@tromey.com>
9647
9648 PR gdb/11750:
9649 * gdb.base/define.exp: Test defining a user command inside a user
9650 command.
9651 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9652
a3b60e45
JK
96532018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9654 Pedro Alves <palves@redhat.com>
9655
9656 PR breakpoints/19806 and support for PR external/20207.
9657 * gdb.base/watchpoint-unaligned.c: New file.
9658 * gdb.base/watchpoint-unaligned.exp: New file.
9659
45fe4a03
AB
96602018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9661
9662 * gdb.base/maint.exp: Make test names unique, use
9663 test_prefix_command_help to test 'help maint info', and remove
9664 repeated test of 'help maint'.
9665
9be2ae8f
TT
96662018-05-04 Tom Tromey <tom@tromey.com>
9667
9668 PR gdb/22619:
9669 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9670 behavior.
9671
11859c31
AB
96722018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9673
9674 * gdb.base/maint.exp: Process output from 'maint print registers'
9675 line at a time.
9676
089a9490
AB
96772018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9678
9679 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9680 timeout.
9681
9b0797e2
AB
96822018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9683
9684 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9685 filter pattern.
9686
f6ac5f3d
PA
96872018-05-02 Pedro Alves <palves@redhat.com>
9688
9689 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9690 to_log_command renames.
9691 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9692
77d3c63b
TT
96932018-05-02 Tom Tromey <tom@tromey.com>
9694
9695 * gdb.python/py-parameter.exp: Set test message.
9696
0489430a
TT
96972018-05-02 Tom Tromey <tom@tromey.com>
9698
9699 PR python/20084:
9700 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9701 PARAM_ZUINTEGER_UNLIMITED tests.
9702
1632f8ba
DR
97032018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9704
9705 PR rust/23124
9706 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9707 when casting.
9708
6d7bb824
TT
97092018-04-30 Tom Tromey <tom@tromey.com>
9710
9711 * gdb.python/py-type.exp: Check align attribute.
9712 * gdb.python/py-type.c: New "aligncheck" global.
9713
007e1530
TT
97142018-04-30 Tom Tromey <tom@tromey.com>
9715
9716 PR exp/17095:
9717 * gdb.dwarf2/dw2-align.exp: New file.
9718 * gdb.cp/align.exp: New file.
9719 * gdb.base/align.exp: New file.
9720 * lib/gdb.exp (gdb_int128_helper): New proc.
9721 (has_int128_c, has_int128_cxx): New caching procs.
9722
6873858b
TT
97232018-04-27 Tom Tromey <tom@tromey.com>
9724
9725 PR rust/22545:
9726 * gdb.rust/simple.exp: Add inclusive range tests.
9727
79188d8d
PA
97282018-04-26 Pedro Alves <palves@redhat.com>
9729
9730 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9731 ifunc breakpoint locations correctly of ifunc breakpoints set
9732 while the program resolves the ifunc.
9733
c7075ad5
PA
97342018-04-26 Pedro Alves <palves@redhat.com>
9735
9736 * gdb.base/gnu-ifunc-final.c: New file.
9737 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9738 * gdb.base/gnu-ifunc.exp (executable): Delete.
9739 (staticexecutable): Adjust.
9740 (lib_opts, exec_opts): Delete.
9741 (make_binsuffix, build, set-break): New procedures.
9742 (misc_tests): New, with tests factored out from the top level.
9743 (top level): Test different combinations of ifunc resolver name,
9744 resolver with and with debug info, and ifunc target with and
9745 without debug info. Wrap static tests with with_target_prefix.
9746
8388016d
PA
97472018-04-26 Pedro Alves <palves@redhat.com>
9748
9749 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9750 return type" warnings.
9751
249b5733
PA
97522018-04-25 Pedro Alves <palves@redhat.com>
9753
9754 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9755 killed".
9756 * gdb.base/kill-after-signal.exp: Likewise.
9757 * gdb.threads/kill.exp: Likewise.
9758
f67c0c91
SDJ
97592018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9760 Sergio Durigan Junior <sergiodj@redhat.com>
9761 Pedro Alves <palves@redhat.com>
9762
9763 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9764 regexps to expect for '[Inferior ... detached]' as well.
9765 * gdb.base/attach.exp: Likewise.
9766 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9767 "gdb_continue_to_end".
9768 (test_catch_syscall_with_wrong_args): Likewise.
9769 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9770 ']'. Don't set 'verbose' on.
9771 * gdb.base/foll-vfork.exp: Likewise.
9772 * gdb.base/fork-print-inferior-events.c: New file.
9773 * gdb.base/fork-print-inferior-events.exp: New file.
9774 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9775 '[Inferior ... has been killed]' message.
9776 * gdb.base/kill-after-signal.exp: Likewise.
9777 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9778 detach message.
9779 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9780 message.
9781 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9782 regexps to expect for '[Inferior ... detached]' as well.
9783 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9784
0a8ddac4
SM
97852018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9786
9787 PR gdb/23104
9788 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9789
701adfb0
PA
97902018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9791
9792 PR gdb/23095
9793 * gdb.base/break-probes.exp: Pass shlib_load to
9794 prepare_for_testing. Set normal_bp to r_debug_state if target is
9795 bsd.
9796
d27d16bf
RB
97972018-04-19 Richard Bunt <richard.bunt@arm.com>
9798
9799 * gdb.threads/multiple-successive-infcall.c: New test.
9800 * gdb.threads/multiple-successive-infcall.exp: New file.
9801
a037790e
TT
98022018-04-17 Tom Tromey <tom@tromey.com>
9803
9804 * gdb.rust/simple.rs (Union): New type.
9805 (main): New local "u".
9806 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9807
e3a91079
AA
98082018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9809
9810 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9811 number information in output of "whereis" command.
9812 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9813
b744723f
AA
98142018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9815
9816 * gdb.ada/info_types.exp: Adjust expected output to the line
9817 numbers now printed by "info var/func/type".
9818 * gdb.base/completion.exp: Likewise.
9819 * gdb.base/included.exp: Likewise.
9820 * gdb.cp/cp-relocate.exp: Likewise.
9821 * gdb.cp/cplusfuncs.exp: Likewise.
9822 * gdb.cp/namespace.exp: Likewise.
9823 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9824
4a4495d6
MM
98252018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9826
9827 * gdb.btrace/cpu.exp: New.
9828
1d509aa6
MM
98292018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9830
9831 * gdb.base/step-indirect-call-thunk.exp: New.
9832 * gdb.base/step-indirect-call-thunk.c: New.
9833 * gdb.reverse/step-indirect-call-thunk.exp: New.
9834 * gdb.reverse/step-indirect-call-thunk.c: New.
9835
6295b6da
SM
98362018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9837
9838 * gdb.base/pie-fork.c: New file.
9839 * gdb.base/pie-fork.exp: New file.
9840
50146e70
TT
98412018-04-11 Tom Tromey <tom@tromey.com>
9842
9843 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9844
f50d8a2e
PA
98452018-04-10 Pedro Alves <palves@redhat.com>
9846
9847 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9848 exits. Instead loop running forever.
9849 (fork_parent): Run forever too.
9850
a0be7a36
SM
98512018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9852
9853 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9854 mi_continue_to_line.
9855 * gdb.mi/mi-stack.c (callee4): Add comment.
9856
9b73db36
SM
98572018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9858
9859 * gdb.mi/mi-stack.exp: Fix indentation.
9860
c912f608
SM
98612018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9862
9863 PR gdb/22979
9864 * gdb.arch/amd64-osabi.exp: New file.
9865
26540402
SM
98662018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 PR gdb/22980
9869 * gdb.base/osabi.exp: New file.
9870
121ad66c 98712018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9872
9873 * gdb.cp/static-typedef-print.exp: New file.
9874 * gdb.cp/static-typedef-print.cc: New file.
9875
3fcded8f
JB
98762018-03-27 Joel Brobecker <brobecker@adacore.com>
9877
9878 * gdb.ada/varsize_limit: New testcase.
9879
59cc4834
JB
98802018-03-27 Joel Brobecker <brobecker@adacore.com>
9881
9882 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9883
9884 * gdb.ada/notcplusplus: New testcase.
9885
9886 * gdb.base/c-linkage-name.c: New file.
9887 * gdb.base/c-linkage-name.exp: New testcase.
9888
4ca59a9f
TT
98892018-03-26 Tom Tromey <tom@tromey.com>
9890
9891 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9892 * gdb.python/py-framefilter.py (name_error): New global.
9893 (ErrorInName.function): Use name_error.
9894
978d6c75
TT
98952018-03-26 Tom Tromey <tom@tromey.com>
9896
9897 PR backtrace/15582:
9898 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9899
b7fee5a3
KS
99002018-03-23 Keith Seitz <keiths@redhat.com>
9901
9902 PR c++/22968
9903 * gdb.cp/subtypes.exp: New file.
9904 * gdb.cp/subtypes.h: New file.
9905 * gdb.cp/subtypes.cc: New file.
9906 * gdb.cp/subtypes-2.cc: New file.
9907
376be529
AB
99082018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9909
9910 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9911 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9912 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9913 -nostartfiles when compiling the test. Confirm that all registers
9914 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9915
066cfa98
AB
99162018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9917
9918 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9919 option, syntax was wrong anyway.
9920 * gdb.arch/arm-disp-step.exp: Likewise.
9921 * gdb.arch/sparc64-regs.exp: Likewise.
9922 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9923 option, syntax was wrong anyway, switch to use
9924 prepare_for_testing.
9925 * gdb.arch/i386-disp-step.exp: Likewise.
9926
079670b9
AA
99272018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9928
9929 * gdb.ada/exec_changed.exp: Replace "target_info exists
9930 use_gdb_stub" by "use_gdb_stub".
9931 * gdb.ada/start.exp: Likewise.
9932 * gdb.base/async-shell.exp: Likewise.
9933 * gdb.base/attach-pie-misread.exp: Likewise.
9934 * gdb.base/attach-wait-input.exp: Likewise.
9935 * gdb.base/break-entry.exp: Likewise.
9936 * gdb.base/break-interp.exp: Likewise.
9937 * gdb.base/dprintf-detach.exp: Likewise.
9938 * gdb.base/nostdlib.exp: Likewise.
9939 * gdb.base/solib-nodir.exp: Likewise.
9940 * gdb.base/statistics.exp: Likewise.
9941 * gdb.base/testenv.exp: Likewise.
9942 * gdb.mi/mi-exec-run.exp: Likewise.
9943 * gdb.mi/mi-start.exp: Likewise.
9944 * gdb.multi/dummy-frame-restore.exp: Likewise.
9945 * gdb.multi/multi-arch-exec.exp: Likewise.
9946 * gdb.multi/multi-arch.exp: Likewise.
9947 * gdb.multi/tids.exp: Likewise.
9948 * gdb.multi/watchpoint-multi.exp: Likewise.
9949 * gdb.python/py-events.exp: Likewise.
9950 * gdb.threads/attach-into-signal.exp: Likewise.
9951 * gdb.threads/attach-stopped.exp: Likewise.
9952 * gdb.threads/threadapply.exp: Likewise.
9953 * lib/selftest-support.exp: Likewise.
9954
26d6cec4
AA
99552018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9956
9957 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9958
4ee89e90
SR
99592018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9960
9961 * gdb.perf/template-breakpoints.cc: New file.
9962 * gdb.perf/template-breakpoints.exp: New file.
9963 * gdb.perf/template-breakpoints.py: New file.
9964
92630041
TT
99652018-03-19 Tom Tromey <tom@tromey.com>
9966
9967 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9968 y0.
9969 * gdb.rust/simple.exp: Test bare identifier form of struct
9970 initializer.
9971
76727919
TT
99722018-03-19 Tom Tromey <tom@tromey.com>
9973
9974 * gdb.gdb/observer.exp: Remove.
9975
194ed413
AA
99762018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9977
9978 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9979 "qualified" option when setting breakpoints.
9980 * gdb.trace/backtrace.exp: Likewise.
9981 * gdb.trace/circ.exp: Likewise.
9982 * gdb.trace/collection.exp: Likewise.
9983 * gdb.trace/disconnected-tracing.exp: Likewise.
9984 * gdb.trace/ftrace-lock.exp: Likewise.
9985 * gdb.trace/ftrace.exp: Likewise.
9986 * gdb.trace/infotrace.exp: Likewise.
9987 * gdb.trace/packetlen.exp: Likewise.
9988 * gdb.trace/passc-dyn.exp: Likewise.
9989 * gdb.trace/qtro.exp: Likewise.
9990 * gdb.trace/read-memory.exp: Likewise.
9991 * gdb.trace/report.exp: Likewise.
9992 * gdb.trace/signal.exp: Likewise.
9993 * gdb.trace/status-stop.exp: Likewise.
9994 * gdb.trace/strace.exp: Likewise.
9995 * gdb.trace/tfind.exp: Likewise.
9996 * gdb.trace/trace-break.exp: Likewise.
9997 * gdb.trace/trace-condition.exp: Likewise.
9998 * gdb.trace/trace-mt.exp: Likewise.
9999 * gdb.trace/tstatus.exp: Likewise.
10000 * gdb.trace/tsv.exp: Likewise.
10001 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10002 * gdb.trace/unavailable.exp: Likewise.
10003 * gdb.trace/while-dyn.exp: Likewise.
10004
8b067d2c
AA
100052018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10006
10007 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10008 that libinproctrace is copied to the target.
10009
3ae9ce5d
TT
100102018-03-14 Tom Tromey <tom@tromey.com>
10011
10012 PR cli/14977:
10013 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10014 a null pointer.
10015 * gdb.base/wchar.exp: Likewise.
10016
b8c2339b
TT
100172018-03-14 Tom Tromey <tom@tromey.com>
10018
10019 PR cli/19918:
10020 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10021 flag.
10022
4872dc46
SM
100232018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 PR gdb/22841
10026 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10027 "target" to remote_exec.
10028
e4fe3756
SM
100292018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10030
10031 PR gdb/22841
10032 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10033 ${board}_upload): Remove.
10034
e95a97d4
AA
100352018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10036
10037 * gdb.cp/watch-cp.cc: New test.
10038 * gdb.cp/watch-cp.exp: New file.
10039
dbbb1059
AB
100402018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10041
10042 * gdb.base/infcall-nested-structs.exp: New file.
10043 * gdb.base/infcall-nested-structs.c: New file.
10044 * gdb.base/float.exp: Add riscv support.
10045
ecc054c0
TP
100462018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10047
10048 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10049 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10050
25e3c82c
SDJ
100512018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10052
10053 * gdb.server/abspath.exp: New file.
10054 * lib/gdb.exp (with_cwd): New procedure.
10055
3083294d
SM
100562018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10057
10058 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10059 use it.
10060 (gdb_is_target_remote_prompt): New proc.
10061 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10062 (gdb_is_target_native): Pass prompt parameter to
10063 gdb_is_target_1.
10064
3275ef47
SM
100652018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10066
10067 * gdb.base/load-command.c: New file.
10068 * gdb.base/load-command.exp: New file.
10069 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10070 (gdb_is_target_1): ...this, and generalize for other targets
10071 than just remote.
10072 (gdb_is_target_remote): Use gdb_is_target_1.
10073 (gdb_is_target_native): use gdb_is_target_1.
10074
6893c19a
TT
100752018-02-26 Tom Tromey <tom@tromey.com>
10076
10077 PR python/16497:
10078 * gdb.python/py-framefilter.exp: Update test.
10079
2ddeaf8a
TT
100802018-02-26 Tom Tromey <tom@tromey.com>
10081
10082 * gdb.dwarf2/variant.c: New file.
10083 * gdb.dwarf2/variant.exp: New file.
10084
c9317f21
TT
100852018-02-26 Tom Tromey <tom@tromey.com>
10086
10087 * gdb.rust/simple.exp: Accept more possible results in enum test.
10088
6f6d0c26
SM
100892018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10090
10091 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10092 parentheses.
10093
11b03145
MR
100942018-02-23 Maciej W. Rozycki <macro@mips.com>
10095
10096 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10097 name of a variable: $actual_linejj -> $actual_line.
10098
54a27fe5
JB
100992018-02-21 John Baldwin <jhb@FreeBSD.org>
10100
10101 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10102
de65820c
MM
101032018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10104
10105 * gdb.btrace/buffer-size.exp: Do not force BTS.
10106
980548fd
PA
101072018-02-14 Pedro Alves <palves@redhat.com>
10108
10109 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10110 getting a "Quit".
10111
c4e12631
MM
101122018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10113
10114 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10115 Fix test name.
10116
c2e0e465
SM
101172018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10118
10119 * gdb.cp/m-static.exp: Check type of optimized out static
10120 member.
10121
f7216783
AB
101222018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10123
10124 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10125 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10126
0625771b
LS
101272018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10128 Leszek Swirski <leszeks@google.com>
10129
10130 * gdb.python/py-prettyprint.c
10131 (struct to_string_returns_value_inner,
10132 struct to_string_returns_value_wrapper): New.
10133 (main): Add tsrvw variable.
10134 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10135 ToStringReturnsValueWrapper): New classes.
10136 (register_pretty_printers): Register new pretty-printers.
10137 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10138 recursive pretty printer.
10139 * gdb.python/py-mi.exp: Likewise.
10140
59498c30
LS
101412018-02-01 Leszek Swirski <leszeks@google.com>
10142
10143 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10144 functions with the same name as an include file are parsed
10145 correctly.
10146
d4d38844
YQ
101472018-02-01 Yao Qi <yao.qi@linaro.org>
10148
10149 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10150 "\[^\r\n\]*".
10151
07e5f5cf
NP
101522018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10153
10154 * gdb.arch/powerpc-prologue-frame.s: New file.
10155 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10156 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10157
929b5ad4
JB
101582018-01-31 Joel Brobecker <brobecker@adacore.com>
10159
10160 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10161
e671cd59
PA
101622018-01-30 Pedro Alves <palves@redhat.com>
10163
10164 PR gdb/13211
10165 * gdb.base/interrupt-daemon.c: New.
10166 * gdb.base/interrupt-daemon.exp: New.
10167 * gdb.multi/multi-term-settings.c: New.
10168 * gdb.multi/multi-term-settings.exp: New.
10169
fc413dc4
JB
101702018-01-30 Joel Brobecker <brobecker@adacore.com>
10171
10172 * gdb.base/break.exp: Save the location where the breakpoint
10173 on break.c:47 was actually inserted when debugging the version
10174 compiled at -O2 and use it in the expected output of the "info
10175 break" test performed soon after.
10176
5c319bb2
PA
101772018-01-22 Pedro Alves <palves@redhat.com>
10178 Sergio Durigan Junior <sergiodj@redhat.com>
10179
10180 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10181 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10182
a9e40818
JB
101832018-01-22 Joel Brobecker <brobecker@adacore.com>
10184
10185 * gdb.base/break-include.c, gdb.base/break-include.inc,
10186 gdb.base/break-include.exp: New files.
10187 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10188 line number now being the actual line number where the breakpoint
10189 was inserted.
10190 * gdb.mi/mi-break.exp: Likewise.
10191 * gdb.mi/mi-reverse.exp: Likewise.
10192 * gdb.mi/mi-simplerun.exp: Ditto.
10193
e707fc44
AB
101942018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10195
10196 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10197 varobj.
10198 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10199
ae451627
AB
102002018-01-21 Don Breazeal <donb@codesourcery.com>
10201 Andrew Burgess <andrew.burgess@embecosm.com>
10202
10203 * gdb.mi/basics.c: Add new global.
10204 * gdb.mi/mi-frame-regs.exp: New file.
10205 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10206 case.
10207
b1b189e0
AB
102082018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10209
10210 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10211 non-parameter, and on an unknown symbol.
10212
fcfcc376
TT
102132018-01-19 Tom Tromey <tom@tromey.com>
10214
10215 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10216 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10217
634c1c31
AA
102182018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10219
10220 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10221 setrlimit and chdir to int.
10222
d6ad07fd
AA
102232018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10224
10225 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10226 function.
10227 (my_tend): Likewise.
10228 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10229 rationale of avoiding FP- and vector instructions.
10230
adf8243b
RK
102312018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10232
10233 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10234 "info reg" with "\[ \t\]*".
10235 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10236 "\[ \t\]+".
10237 * gdb.arch/s390-multiarch.exp: Ditto.
10238 * gdb.base/pc-fp.exp: Ditto.
10239 * gdb.reverse/i386-precsave.exp: Ditto.
10240 * gdb.reverse/i386-reverse.exp: Ditto.
10241 * gdb.reverse/i387-env-reverse.exp: Ditto.
10242 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10243
dcc06925
AA
102442018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10245
10246 * lib/gdb.exp (gdb_compile): Re-enable use of
10247 universal_compile_options for languages other than Rust.
10248
25d4fd80
AA
102492018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10250
10251 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10252
ee7f689e 102532018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10254
10255 PR gdb/16577
10256 * gdb.base/solib-vanish.exp: New.
10257 * gdb.base/solib-vanish-main.c: New.
10258 * gdb.base/solib-vanish-lib1.c: New.
10259 * gdb.base/solib-vanish-lib2.c: New.
10260
d8447b6b
YQ
102612018-01-17 Yao Qi <yao.qi@linaro.org>
10262
10263 * gdb.compile/compile.exp: Match the address printed for
10264 frame in the output of command "bt".
10265
86d6a90c
TT
102662018-01-15 Tom Tromey <tom@tromey.com>
10267
10268 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10269 compute sp_reg.
10270
cbcdb1aa
AB
102712018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10272
10273 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10274 to prepare.
10275 (prepare): Return 0 on error, 1 on success.
10276
eea61984
PA
102772018-01-12 Pedro Alves <palves@redhat.com>
10278
10279 * gdb.base/continue-after-aborted-step-over.c: New.
10280 * gdb.base/continue-after-aborted-step-over.exp: New.
10281
6181e9c2
SM
102822018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10283
10284 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10285 options when not creating an executable.
10286
3cada740
PA
102872018-01-11 Pedro Alves <palves@redhat.com>
10288
10289 PR remote/22597
10290 * gdb.server/stop-reply-no-thread.c: New file.
10291 * gdb.server/stop-reply-no-thread.exp: New file.
10292
c63d3e8d
PA
102932018-01-10 Pedro Alves <palves@redhat.com>
10294
10295 PR gdb/22670
10296 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10297 functions too. Test setting breakpoints and printing C functions
10298 with no debug info too.
10299 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10300
d4c2a405
PA
103012018-01-10 Pedro Alves <palves@redhat.com>
10302
10303 PR gdb/22670
10304 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10305 a fail.
10306
8825213e
PA
103072018-01-10 Pedro Alves <palves@redhat.com>
10308
10309 PR gdb/22670
10310 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10311
605fd3c6
YQ
103122018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10313
10314 * gdb.server/unittest.exp: Match the output in non-development
10315 mode.
10316
1e5ded6c
YQ
103172018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10318
10319 * gdb.gdb/unittest.exp: Match output in non-development mode.
10320
30066b0b
JB
103212018-01-08 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.ada/access_tagged_param.exp: Relax expected output
10324 for value of "ObjL" in "continue" to pck.inspect breakpoint
10325 test.
10326
04bafb1e
XR
103272018-01-08 Joel Brobecker <brobecker@adacore.com>
10328
9f86398b
JB
10329 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10330 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10331
e379cee6
PA
103322018-01-05 Pedro Alves <palves@redhat.com>
10333
10334 PR gdb/18653
10335 * gdb.base/libsegfault.exp: New.
10336
de63c46b
PA
103372018-01-05 Joel Brobecker <brobecker@adacore.com>
10338
10339 PR gdb/22670
10340 * gdb.ada/access_tagged_param.exp: New file.
10341 * gdb.ada/access_tagged_param/foo.adb: New file.
10342
f98fc17b
PA
103432018-01-05 Pedro Alves <palves@redhat.com>
10344
10345 PR gdb/22670
10346 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10347 exercise lower case too, and to exercise both full matching and
10348 wild matching.
10349
342f8240
JB
103502018-01-05 Joel Brobecker <brobecker@adacore.com>
10351
10352 * gdb.ada/rename_subscript_param: New testcase.
10353
7150d33c
JG
103542018-01-05 Jerome Guitton <guitton@adacore.com>
10355
10356 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10357
cc0e770c
JB
103582018-01-05 Joel Brobecker <brobecker@adacore.com>
10359
10360 * gdb.ada/convvar_comp: New testcase.
10361
672a41aa 103622018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10363
10364 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10365 (My_Table): New global variable.
10366 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10367
7365ec2f
JB
103682018-01-04 Joel Brobecker <brobecker@adacore.com>
10369
10370 PR gdb/22670
10371 * gdb.ada/maint_with_ada: New testcase.
10372
289483b6
JB
103732018-01-04 Joel Brobecker <brobecker@adacore.com>
10374
10375 PR gdb/22670
10376 * gdb.ada/bp_c_mixed_case: New testcase.
10377
344420da
JB
103782018-01-04 Joel Brobecker <brobecker@adacore.com>
10379
10380 PR gdb/22670
10381 * gdb.ada/complete.exp: Add "complete break ada" test.
10382
66fc87a0
JB
103832018-01-04 Joel Brobecker <brobecker@adacore.com>
10384
10385 PR gdb/22670
10386 * gdb.ada/info_addr_mixed_case: New testcase.
10387
9f757bf7
XR
103882018-01-03 Xavier Roirand <roirand@adacore.com>
10389
10390 * gdb.ada/excep_handle.exp: New testcase.
10391 * gdb.ada/excep_handle/foo.adb: New file.
10392 * gdb.ada/excep_handle/pck.ads: New file.
10393
bd570f80
JB
103942018-01-03 Joel Brobecker <brobecker@adacore.com>
10395
10396 * gdb.base/step-line.c: Add extra empty line in copyright header.
10397 * gdb.base/step-line.inp: Likewise.
10398
9fe561ab
JB
103992018-01-02 Joel Brobecker <brobecker@adacore.com>
10400
10401 * gdb.ada/dyn_stride.exp: Add slice test.
10402
a405673c
JB
104032018-01-02 Joel Brobecker <brobecker@adacore.com>
10404
10405 * gdb.ada/dyn_stride: New testcase.
10406
cef0f868
SH
104072017-12-27 Stafford Horne <shorne@gmail.com>
10408
10409 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10410 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10411
b67d92b0
SH
104122017-12-27 Stafford Horne <shorne@gmail.com>
10413
10414 * gdb.base/reggroups.c: New file.
10415 * gdb.base/reggroups.exp: New file.
10416
eccab96d
JB
104172017-12-18 Joel Brobecker <brobecker@adacore.com>
10418
10419 * gdb.dwarf2/ada-valprint-error.c: New file.
10420 * gdb.dwarf2/ada-valprint-error.exp: New file.
10421
0e2da9f0
JB
104222017-12-18 Joel Brobecker <brobecker@adacore.com>
10423
10424 * gdb.ada/assign_arr: New testcase.
10425
cb923fcc
XR
104262017-12-18 Xavier Roirand <roirand@adacore.com>
10427
10428 * gdb.ada/funcall_ptr: New testcase.
10429
7c161838
SDJ
104302017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10431
10432 PR cli/16224
10433 * gdb.base/ptype-offsets.cc: New file.
10434 * gdb.base/ptype-offsets.exp: New file.
10435
1af17fd9
YQ
104362017-12-15 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10439 if XML is disabled.
10440
828d5846
XR
104412017-12-15 Xavier Roirand <roirand@adacore.com>
10442
10443 * gdb.ada/same_component_name: New testcase.
10444
79e8fcaa
JB
104452017-12-14 Joel Brobecker <brobecker@adacore.com>
10446
10447 * gdb.ada/str_binop_equal: New testcase.
10448
e05fa6f9
JB
104492017-12-14 Joel Brobecker <brobecker@adacore.com>
10450
10451 * gdb.ada/task_switch_in_core: New testcase.
10452
b89641ba
SM
104532017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10454
10455 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10456 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10457 call test_bkpt_qualified.
10458 (test_bkpt_qualified): New proc.
10459
6892d2e4
PA
104602017-12-13 Pedro Alves <palves@redhat.com>
10461
10462 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10463 Tighten regexp by matching with an anchor.
10464
a22ecf70
PA
104652017-12-13 Pedro Alves <palves@redhat.com>
10466
10467 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10468 ("expression with namespace"): New set of tests.
10469 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10470 (Nested::Test_NS::qux): New.
10471 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10472 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10473
9937536c
JB
104742017-12-13 Joel Brobecker <brobecker@adacore.com>
10475
10476 * gdb.base/server-del-break.c: New file.
10477 * gdb.base/server-del-break.exp: New file.
10478
fe49c6f5
SH
104792017-12-12 Stafford Horne <shorne@gmail.com>
10480
10481 * gdb.xml/tdesc-regs.exp: Add or1k support.
10482
c3d18620
SH
104832017-12-12 Stafford Horne <shorne@gmail.com>
10484
10485 * gdb.base/bp-permanent.c: Define nop of or1k.
10486
c5f9cfc8
JB
104872017-12-11 Joel Brobecker <brobecker@adacore.com>
10488
10489 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10490 output with components being reordered.
10491
a9c135fc
JB
104922017-12-11 Joel Brobecker <brobecker@adacore.com>
10493
10494 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10495 output with components being reordered.
10496
927aa2e7
JK
104972017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10498 Pedro Alves <palves@redhat.com>
10499
10500 * gdb.base/maint.exp (check for .gdb_index): Check also for
10501 .debug_names.
10502 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10503 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10504 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10505 (.gdb_index used after symbol reloading): Support also .debug_names.
10506 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10507
f17d9474
YQ
105082017-12-08 Yao Qi <yao.qi@linaro.org>
10509
10510 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10511 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10512
a0de8c21
YQ
105132017-12-08 Yao Qi <yao.qi@linaro.org>
10514
10515 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10516 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10517
a738ea1d
YQ
105182017-12-08 Yao Qi <yao.qi@linaro.org>
10519
10520 * gdb.arch/aarch64-tagged-pointer.c: New file.
10521 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10522
1cd9a73b
SDJ
105232017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10524
10525 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10526 "int".
10527
fa6eb693
KS
105282017-12-07 Keith Seitz <keiths@redhat.com>
10529
10530 PR breakpoints/22569
10531 * gdb.linespec/ls-errs.exp: Change expected result of "break
10532 -source this file has spaces.c -line 3".
10533 Check that an explicit source file followed by whitespace is
10534 identified as an invalid explicit location.
10535
883fd55a
KS
105362017-12-07 Keith Seitz <keiths@redhat.com>
10537
10538 * gdb.cp/nested-types.cc: New file.
10539 * gdb.cp/nested-types.exp: New file.
10540 * lib/cp-support.exp: Load data-structures.exp library.
10541 (debug_cp_test_ptype_class): New global.
10542 (cp_ptype_class_verbose, next_line): New procedures.
10543 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10544 Add and document new return value.
10545 Switch the list of lines to a queue.
10546 Add support for new `type' key for nested type definitions.
10547 Add debugging/troubleshooting messages.
10548 * lib/data-structures.exp: New file.
10549
ec72db3e
SM
105502017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10553 with proc_with_prefix, don't use with_test_prefix.
10554
99598d71
TT
105552017-12-07 Tom Tromey <tom@tromey.com>
10556
10557 * gdb.base/break.exp: Add test for empty "commands".
10558
a8806230
YQ
105592017-12-07 Yao Qi <yao.qi@linaro.org>
10560
10561 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10562 malloc and catch syscall.
10563
824cc835
PM
105642017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10565
e79be6e5 10566 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10567 tests for explicit locations.
10568
7cc244de
PA
105692017-12-06 Pedro Alves <palves@redhat.com>
10570
10571 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10572 force-disabling XML descriptions.
10573
50a1fdd5
PA
105742017-12-04 Pedro Alves <palves@redhat.com>
10575
10576 PR gdb/22499
10577 * gdb.arch/amd64-disp-step-avx.S: New file.
10578 * gdb.arch/amd64-disp-step-avx.exp: New file.
10579
f0fb2488
PA
105802017-12-03 Pedro Alves <palves@redhat.com>
10581
10582 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10583 and <string.h>.
10584 (parent_function): Print distinct messages when waitpid fails, or
10585 the child exits with a signal, or the child exits for an unhandled
10586 reason.
10587 * gdb.threads/process-dies-while-detaching.exp
10588 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10589 it. Wait for both inferior output and GDB's prompt. Use an
10590 indirect spawn id list.
10591 (do_detach): New parameter 'child_exit'. Use it to compute
10592 expected inferior output.
10593 (test_detach, test_detach_watch, test_detach_killed_outside):
10594 Adjust to pass down the expected child exit kind.
10595
97cbe998
SDJ
105962017-12-01 Joel Brobecker <brobecker@adacore.com>
10597 Sergio Durigan Junior <sergiodj@redhat.com>
10598 Pedro Alves <palves@redhat.com>
10599
10600 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10601
40fc416f
SDJ
106022017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10603
10604 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10605 to 'symbol-file' and 'add-symbol-file' can be
10606 position-independent.
10607
1cc75e92
YQ
106082017-12-01 Yao Qi <yao.qi@linaro.org>
10609
10610 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10611 the URL in copyright header.
10612 * gdb.arch/aarch64-fp.exp: Likewise.
10613 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10614 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10615 * gdb.base/expand-psymtabs.exp: Likewise.
10616 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10617 * gdb.fortran/common-block.exp: Likewise.
10618 * gdb.fortran/common-block.f90: Likewise.
10619 * gdb.fortran/logical.exp: Likewise.
10620 * gdb.fortran/vla-datatypes.f90: Likewise.
10621 * gdb.fortran/vla-sub.f90: Likewise.
10622
875fb7a7
JB
106232017-11-30 Joel Brobecker <brobecker@adacore.com>
10624
10625 * gdb.ada/repeat_dyn: New testcase.
10626
6f14765f
UW
106272017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10628
10629 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10630 Update for changed thread numbering.
10631 * gdb.cell/bt.exp: Update for changed GDB output.
10632
f1af7b94
SM
106332017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10634
10635 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10636 setting isremote by hand.
10637 * boards/dwarf4-gdb-index.exp: Likewise.
10638 * boards/fission.exp: Likewise.
10639 * boards/stabs.exp: Likewise.
10640
e3919f3e
PA
106412017-11-30 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.linespec/cpls-ops.exp
10644 (check_explicit_skips_function_argument): Extract the underlying
10645 type of size_t instead of hardcoding it.
10646
bd69330d
PA
106472017-11-29 Pedro Alves <palves@redhat.com>
10648
10649 PR c++/19436
10650 * gdb.linespec/cpls-abi-tag.cc: New file.
10651 * gdb.linespec/cpls-abi-tag.exp: New file.
10652
a20714ff
PA
106532017-11-29 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/langs.exp: Use -qualified.
10656 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10657 it.
10658 * gdb.cp/namespace.exp: Use -qualified.
10659 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10660 (overload-3, template-overload, template-ret-type, const-overload)
10661 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10662 procedures.
10663 (test_driver): Call them.
10664 * gdb.cp/save-bp-qualified.cc: New.
10665 * gdb.cp/save-bp-qualified.exp: New.
10666 * gdb.linespec/explicit.exp: Test -qualified.
10667 * lib/completion-support.exp (completion::explicit_opts_list): Add
10668 "-qualified".
10669 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10670
f6f1d339
PM
106712017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10672
10673 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10674
02ca603a
TT
106752017-11-29 Tom Tromey <tom@tromey.com>
10676
10677 * gdb.base/relocate.exp: Update invalid argument test.
10678 Add new tests for invalid arguments.
10679
ed6c0bfb
TP
106802017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10681
10682 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10683 Return 0 as a long.
10684 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10685
f106e10e
TP
106862017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10687
10688 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10689 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10690 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10691 func ().
10692 * gdb.cp/shadow.cc (B.func): Return 0.
10693
10329bb2
JB
106942017-11-27 Joel Brobecker <brobecker@adacore.com>
10695
10696 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10697 expected output in gdb_expect call to allow the exception
10698 message to be present as well. Fix syntax confusion to avoid
10699 TCL thinking that exception_name is an array.
10700
617cd4bc
UW
107012017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10702
10703 * gdb.arch/spu-info.c: Include <unistd.h>.
10704 (do_signal_test): Fix broken calls to write.
10705 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10706 Fix checks for empty mailboxes. Update signal tests for corrected
10707 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10708 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10709 * gdb.cell/arch.exp: Use standard_output_file.
10710 * gdb.cell/break.exp: Likewise.
10711 * gdb.cell/bt.exp: Likewise.
10712 * gdb.cell/core.exp: Likewise.
10713 * gdb.cell/dwarfaddr.exp: Likewise.
10714 * gdb.cell/ea-cache.exp: Likewise.
10715 * gdb.cell/ea-standalone.exp: Likewise.
10716 * gdb.cell/f-regs.exp: Likewise.
10717 * gdb.cell/fork.exp: Likewise.
10718 * gdb.cell/gcore.exp: Likewise.
10719 * gdb.cell/mem-access.exp: Likewise.
10720 * gdb.cell/ptype.exp: Likewise.
10721 * gdb.cell/registers.exp: Likewise.
10722 * gdb.cell/sizeof.exp: Likewise.
10723 * gdb.cell/solib-symbol.exp: Likewise.
10724 * gdb.cell/solib.exp: Likewise.
617cd4bc 10725
a81aaca0
PA
107262017-11-25 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.base/complete-empty.exp: New file.
10729 * gdb.base/completion.exp: Adjust.
10730
6a3c6ee4
PA
107312017-11-25 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.linespec/cpls-ops.cc: New file.
10734 * gdb.linespec/cpls-ops.exp: New file.
10735 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10736 factored out from ...
10737 (test_complete_prefix_range): ... this.
10738
8955eb2d
PA
107392017-11-24 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.linespec/cpcompletion.exp: New file.
10742 * gdb.linespec/cpls-hyphen.cc: New file.
10743 * gdb.linespec/cpls.cc: New file.
10744 * gdb.linespec/cpls2.cc: New file.
10745 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10746 test to use test_gdb_complete_unique. Add label completion,
10747 keyword completion and explicit location completion tests.
10748 * lib/completion-support.exp: New file.
10749
e547c119
JB
107502017-11-24 Joel Brobecker <brobecker@adacore.com>
10751
10752 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10753 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10754 when hitting an exception catchpoint.
10755
7c3c1aa8
YQ
107562017-11-22 Yao Qi <yao.qi@linaro.org>
10757
10758 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10759
41bd68f5
SM
107602017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10761
10762 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10763 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10764 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10765
1daad298
YQ
107662017-11-22 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.base/info-os.exp: Pass pthreads.
10769 * gdb.multi/multi-attach.exp: Likewise.
10770
88465e87
YQ
107712017-11-22 Yao Qi <yao.qi@linaro.org>
10772
10773 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10774 compiler.
10775
dc196b23
YQ
107762017-11-22 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10779 * gdb.base/break-interp.exp: Likewise.
10780 * gdb.base/jit-attach-pie.exp: Likewise.
10781
2400729e
UW
107822017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10783
10784 * gdb.base/float128.c (large128): New variable.
10785 * gdb.base/float128.exp: Add test to print largest __float128 value.
10786
7a26362d
UW
107872017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10788
10789 * gdb.arch/vsx-regs.exp: Update register content checks.
10790
ed0f4273
UW
107912017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10792
10793 * gdb.arch/ppc-longdouble.exp: New file.
10794 * gdb.arch/ppc-longdouble.c: Likewise.
10795
a25d69c6
PA
107962017-11-21 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10799
73fcf641
PA
108002017-11-20 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10803 (long_double_typedef): New typedefs.
10804 Use DEF on double and long double.
10805 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10806 cases.
10807 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10808 and 'long_double_ptr_same_size' locals. Use them to decide
10809 whether cast from array/function to float is valid/invalid.
10810
71a3c369
TT
108112017-11-17 Tom Tromey <tom@tromey.com>
10812
10813 * gdb.rust/traits.rs: New file.
10814 * gdb.rust/traits.exp: New file.
10815
ced9779b
JB
108162017-11-17 Joel Brobecker <brobecker@adacore.com>
10817
10818 * gdb.ada/minsyms: New testcase.
10819
a0922d80
PA
108202017-11-16 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10823 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10824
ea04e54c
PA
108252017-11-16 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10828 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10829
e849ea89
PA
108302017-11-16 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.server/reconnect-ctrl-c.c: New file.
10833 * gdb.server/reconnect-ctrl-c.exp: New file.
10834
d8ae99a7
PM
108352017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10836
10837 * gdb.python/py-rbreak.exp: New file.
10838 * gdb.python/py-rbreak.c: New file.
10839 * gdb.python/py-rbreak-func2.c: New file.
10840
968a13f8
PA
108412017-11-16 Pedro Alves <palves@redhat.com>
10842
10843 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10844 pattern.
10845 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10846 GDB.
10847
71774bc9
SM
108482017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10849
10850 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10851 regex.
10852
ddbb44cf
SM
108532017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10854
10855 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10856 test names.
10857
584a564f
PA
108582017-11-09 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10861 factored out from ...
10862 (top level): ... here, and adjusted to avoid expecting beyond the
10863 prompt in a single gdb_test_multiple.
10864
5ed7a928
PA
108652017-11-09 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10868 output.
10869 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10870 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10871 * gdb.server/ext-run.exp ("kill" test): Likewise.
10872 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10873
a60e0738
PA
108742017-11-09 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10877 match till end of line.
10878
2c88253f
PA
108792017-11-09 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10882
c7a38517
PA
108832017-11-09 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10886 New procedures, factored out from ...
10887 (top level): ... here, and adjusted to avoid expecting beyond the
10888 prompt in one go.
10889
f29f4b6b
PA
108902017-11-09 Pedro Alves <palves@redhat.com>
10891
10892 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10893 output. Fix '?' match.
10894
286acbb5
JB
108952017-11-08 Joel Brobecker <brobecker@adacore.com>
10896
10897 * gdb.ada/scoped_watch: New testcase.
10898 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10899 which is actually correct.
10900 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10901 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10902
62d7ae92
PA
109032017-11-08 Pedro Alves <palves@redhat.com>
10904
10905 * gdb.gdb/complaints.exp (test_initial_complaints)
10906 (test_serial_complaints, test_short_complaints): Call
10907 complaint_internal instead of complaint.
10908
280ca31f
DT
109092017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10910
10911 * gdb.threads/tls-core.c: New file.
10912 * gdb.threads/tls-core.exp: Likewise.
10913
b5ec771e
PA
109142017-11-08 Pedro Alves <palves@redhat.com>
10915
10916 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10917 (p Exported_Capitalized): New test.
10918 (p exported_capitalized): New test.
10919
a02b41a7
PA
109202017-11-07 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10923
95e95a6d
PA
109242017-11-07 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10927 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10928 (disable_invalid, disable_inverted, disable_negative): New
10929 procedures.
10930 ("bad numbers"): New set of tests.
10931
cee62dbd
PA
109322017-11-07 Pedro Alves <palves@redhat.com>
10933
10934 * gdb.cp/ena-dis-br-range.exp: Add tests.
10935
cc638e86
PA
109362017-11-07 Pedro Alves <palves@redhat.com>
10937
10938 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10939
d0fe4701
XR
109402017-11-07 Xavier Roirand <roirand@adacore.com>
10941 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.base/ena-dis-br.exp: Add reference to
10944 gdb.cp/ena-dis-br-range.exp.
10945 * gdb.cp/ena-dis-br-range.exp: New file.
10946 * gdb.cp/ena-dis-br-range.cc: New file.
10947
46f67f80
PA
109482017-11-06 Pedro Alves <palves@redhat.com>
10949
10950 * gdb.base/attach-non-pgrp-leader.c: New.
10951 * gdb.base/attach-non-pgrp-leader.exp: New.
10952
726e1356
PA
109532017-11-06 Pedro Alves <palves@redhat.com>
10954
10955 * configure.ac: No longer check for termio.h and sgtty.h.
10956 * configure: Regenerate.
10957 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10958 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10959 Remove termio and sgtty code.
10960
50ab6ace
YQ
109612017-11-03 Yao Qi <yao.qi@linaro.org>
10962
10963 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10964 in GDB is disabled.
10965
8e68731c
YQ
109662017-11-03 Yao Qi <yao.qi@linaro.org>
10967
10968 * gdb.python/py-thrhandle.exp: Skip it if python is not
10969 enabled.
10970
3a87ae65
SM
109712017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10972
10973 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10974 as a breakpoint command.
10975
484d8d36
MD
109762017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10977
10978 PR python/21213
10979 * gdb.python/py-infthread.exp: Test calling
10980 InferiorThread.inferior () multiple times in a row.
10981
4a27f119
KS
109822017-10-27 Keith Seitz <keiths@redhat.com>
10983
10984 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10985 Test "info break" for every inlined function breakpoint.
10986
bb11dd58
YQ
109872017-10-27 Yao Qi <yao.qi@linaro.org>
10988
10989 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10990
a43f3893
PF
109912017-10-26 Patrick Frants <osscontribute@gmail.com>
10992
10993 * gdb.cp/classes.exp (test_static_members): Test printing
10994 Outer::instance.
10995 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10996 (Inner::instance, Outer::instance): New.
10997
792ccf00
PA
109982017-10-24 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11001 extra console" test in two stages.
11002
eb2bfbad
PA
110032017-10-24 Pedro Alves <palves@redhat.com>
11004
11005 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11006
1f75a651
PA
110072017-10-24 Pedro Alves <palves@redhat.com>
11008
11009 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11010 loop.
11011
779990d9
PA
110122017-10-24 Pedro Alves <palves@redhat.com>
11013
11014 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11015 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11016
ad9b8f5d
PA
110172017-10-24 Pedro Alves <palves@redhat.com>
11018
11019 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11020 parameter and handle it. Don't output read value in test name.
11021
fee6da6e
PA
110222017-10-24 Pedro Alves <palves@redhat.com>
11023
11024 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11025 custom test name.
11026
10389c2c
PA
110272017-10-24 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11030 include the unstable output directory name in the test's name.
11031 (initial_setup_simple) <'set args'>: Use custom test name.
11032
a80e65a9
PA
110332017-10-24 Pedro Alves <palves@redhat.com>
11034
11035 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11036 with explicit test name.
11037
15763a09
PA
110382017-10-20 Pedro Alves <palves@redhat.com>
11039
11040 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11041 'wait -i'. Use gdb_assert and remote_close.
11042
49a4ce2e
AB
110432017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11044
11045 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11046 number from variable rather than hard-coded.
11047
a75868f5
PA
110482017-10-19 Pedro Alves <palves@redhat.com>
11049
11050 * gdb.base/long-inferior-output.c: New file.
11051 * gdb.base/long-inferior-output.exp: New file.
11052
c8ba13ad
KS
110532017-11-18 Keith Seitz <keiths@redhat.com>
11054
11055 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11056 method.
11057 (main): Call it.
11058 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11059 Add additional user-defined conversion operator tests.
11060
b27de576
PA
110612017-10-17 Pedro Alves <palves@redhat.com>
11062
11063 * boards/native-stdio-gdbserver.exp: Load "local-board".
11064
8484c955
PA
110652017-10-17 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/quit-live.c: New file.
11068 * gdb.base/quit-live.exp: New file.
11069
83d5a34d
KS
110702017-10-16 Keith Seitz <keiths@redhat.com>
11071
11072 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11073 (class_with_protected_typedef, class_with_private_typedef)
11074 (struct_with_public_typedef, struct_with_protected_typedef)
11075 (struct_with_private_typedef): New classes/structs.
11076 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11077 typedefs and access specifiers.
11078
739b3f1d
PA
110792017-10-16 Pedro Alves <palves@redhat.com>
11080 Simon Marchi <simon.marchi@polymtl.ca>
11081
11082 * README (Local vs Remote vs Native): New section.
11083 * boards/local-board.exp: New file, with bits factored out from
11084 ...
11085 * boards/native-extended-gdbserver.exp: ... here. Load
11086 "local-board".
11087 * boards/native-gdbserver.exp: Load "local-board".
11088 (${board}_spawn, ${board}_exec): Delete.
11089 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11090 ...
11091 * boards/stdio-gdbserver-base.exp: ... this new file.
11092 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11093 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11094 procedure.
11095 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11096 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11097 stdio_gdbserver_command.
11098 (${board}_get_remote_address, ${board}_get_comm_port)
11099 (${board}_download, ${board}_upload): Delete.
11100 (get_target_remote_pipe_cmd): New.
11101
fe68b953
SM
111022017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11103
11104 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11105 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11106 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11107 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11108 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11109 remove with_test_prefix.
11110
300b6685
PA
111112017-10-13 Pedro Alves <palves@redhat.com>
11112
11113 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11114 * gdb.base/annota1.exp: Use it instead of is_remote.
11115 * gdb.base/annota3.exp: Use it instead of is_remote.
11116 * gdb.cp/annota2.exp: Use it instead of is_remote.
11117 * gdb.cp/annota3.exp: Use it instead of is_remote.
11118 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11119
50500caf
PA
111202017-10-13 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11123 (test_num_test_vars, run_and_count_vars, find_env)
11124 (test_set_unset_env, test_inherit_env_var): New procedures.
11125 (top level): Use them.
11126
dad0c6d2
PA
111272017-10-13 Pedro Alves <palves@redhat.com>
11128
11129 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11130 also skip on stub-like targets.
11131
8b0553c1
PA
111322017-10-13 Pedro Alves <palves@redhat.com>
11133
11134 PR gdb/22293
11135 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11136 (top level): Move some tests to ...
11137 (test_not_found): ... this new procedure.
11138 (top level): Call it.
11139
7594f623
PA
111402017-10-13 Pedro Alves <palves@redhat.com>
11141
11142 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11143 expect different "info terminal" output if testing with a
11144 non-native target.
11145
ebe3b402
PA
111462017-10-13 Pedro Alves <palves@redhat.com>
11147 Simon Marchi <simon.marchi@polymtl.ca>
11148
11149 PR python/12966
11150 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11151
42f1b161
PA
111522017-10-13 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11155 already.
11156
8d6ef72b
PA
111572017-10-13 Pedro Alves <palves@redhat.com>
11158
11159 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11160 is_remote.
11161
d7bcd5b8
PA
111622017-10-13 Pedro Alves <palves@redhat.com>
11163
11164 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11165 is_remote.
11166
df479dc6
PA
111672017-10-13 Pedro Alves <palves@redhat.com>
11168
11169 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11170 is set.
11171 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11172 instead of is_remote.
11173
23fb630a
PA
111742017-10-13 Pedro Alves <palves@redhat.com>
11175
11176 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11177 (top level): Add comment.
11178
cc77b1dc
PA
111792017-10-13 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.base/remote.exp (top level): Fix comment typo and add
11182 missing return.
11183
27c9e813
PA
111842017-10-13 Pedro Alves <palves@redhat.com>
11185 Simon Marchi <simon.marchi@polymtl.ca>
11186
11187 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11188 calls and add comments. Skip test if use_gdb_stub is set.
11189 (top level): Use "set cwd" command instead of "cd" command.
11190
5e830d98
PA
111912017-10-13 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11194 is_remote target check.
11195
f5ca0032
PA
111962017-10-13 Pedro Alves <palves@redhat.com>
11197
11198 * gdb.base/scope.exp: Use build_executable + clean_restart +
11199 gdb_file_cmd instead of prepare_for_testing and no longer skip
11200 "before run" tests on is_remote target boards. Update comments.
11201 * boards/native-extended-gdbserver.exp
11202 (extended_gdbserver_load_last_file): New, factored out from ...
11203 (gdb_load): ... this. Move further below and add comment.
11204 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11205
8aed1c0d
PA
112062017-10-12 Pedro Alves <palves@redhat.com>
11207
11208 * gdb.base/attach.exp: Remove references to gdb64.
11209 * gdb.base/dbx.exp: Remove references to gdb64.
11210
cfa34c87
SM
112112017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11212 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.base/label.exp: Remove is_remote target check.
11215
9192b7de
PA
112162017-10-12 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.base/auvx.exp (coredir): Update comment.
11219 (top level) <core_works>: Use "set cwd" command instead of "cd"
11220 command.
11221
6bf0052d
PA
112222017-10-12 Pedro Alves <palves@redhat.com>
11223 Simon Marchi <simon.marchi@polymtl.ca>
11224
11225 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11226 target boards.
11227
e48ef82d
PA
112282017-10-12 Pedro Alves <palves@redhat.com>
11229 Simon Marchi <simon.marchi@polymtl.ca>
11230
11231 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11232 Instead skip if there's any gdb_protocol set.
11233
8d7aea57
SM
112342017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11235 Pedro Alves <palves@redhat.com>
11236
11237 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11238
30440677
PA
112392017-10-12 Pedro Alves <palves@redhat.com>
11240 Simon Marchi <simon.marchi@polymtl.ca>
11241
11242 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11243 instead of on dejagnu remote boards.
11244
4e04f045 112452017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11246 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11247
11248 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11249 checks. Use build_executable + clean_restart instead of
11250 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11251 of enabling non-stop after starting gdb.
11252
871a186e
PA
112532017-10-12 Pedro Alves <palves@redhat.com>
11254
11255 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11256 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11257 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11258 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11259
56d704da
AK
112602017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11261
11262 * gdb.arch/arc-tdesc-cpu.exp: New file.
11263 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11264
2f20e312
SM
112652017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11266
11267 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11268
65630365
PA
112692017-10-10 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11272 expect CLI output.
11273
bf469271
PA
112742017-10-10 Pedro Alves <palves@redhat.com>
11275
11276 * lib/selftest-support.exp (selftest_setup): Update for
11277 captured_command_loop's prototype change.
11278
777a42f1
PA
112792017-10-09 Pedro Alves <palves@redhat.com>
11280
11281 Test both arch1=>arch2 and arch2=>arch1.
11282
11283 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11284 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11285 factored out to...
11286 (append_arch1_options, append_arch2_options, append_arch_options)
11287 (build_executables): New procedures.
11288 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11289 local.
11290 (top level): Add new 'first_arch' testing axis.
11291
cbd2b4e3
PA
112922017-10-09 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11295 (barrier): New.
11296 (thread_start, all_started): New functions.
11297 (main): Spawn new thread and wait until it is scheduled.
11298 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11299 option.
11300 (do_test): Add 'selected_thread' parameter. Run to all_started
11301 instead of main. Explicitly set the breakpoint at main. Switch
11302 to the SELECTED_THREAD thread.
11303 (top level): Test handling the exec event with either the main
11304 thread or the second thread selected.
11305
5c9e4427
PA
113062017-10-09 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11309 logic. Move STOP marker after the value checks.
11310 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11311 regexp.
11312
b3b7c423
SL
113132017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11314
11315 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11316
3b4b2f16
UW
113172017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11318
11319 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11320 integer-to-dfp conversion.
11321 * gdb.base/dfp-test.exp: Likewise.
11322
5cd63fda
PA
113232017-10-04 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.multi/hangout.c: Include <unistd.h>.
11326 (hangout_loop): New function.
11327 (main): Call alarm. Call hangout_loop in a loop.
11328 * gdb.multi/hello.c: Include <unistd.h>.
11329 (hello_loop): New function.
11330 (main): Call alarm. Call hangout_loop in a loop.
11331 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11332 inferior with the other selected.
11333
4c71c105
SM
113342017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11335
11336 * gdb.mi/list-thread-groups-available.exp: New file.
11337 * gdb.mi/list-thread-groups-available.c: New file.
11338
bc3b087d
SDJ
113392017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11340
11341 * gdb.base/set-cwd.exp: Make it available on
11342 native-extended-gdbserver.
11343
d092c5a2
SDJ
113442017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11345
11346 * gdb.base/set-cwd.c: New file.
11347 * gdb.base/set-cwd.exp: Likewise.
11348
45320ffa
TT
113492017-10-02 Tom Tromey <tom@tromey.com>
11350
11351 PR rust/22236:
11352 * gdb.rust/simple.rs (main): New variable "fslice".
11353 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11354
b3e3859b
TT
113552017-10-02 Tom Tromey <tom@tromey.com>
11356
11357 * gdb.rust/simple.exp: Test ptype of a slice.
11358
01af5e0d
TT
113592017-10-02 Tom Tromey <tom@tromey.com>
11360
11361 * gdb.rust/simple.exp: Test index of slice.
11362
a9bbfbd8
TT
113632017-09-27 Tom Tromey <tom@tromey.com>
11364
11365 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11366
df8899e5
TP
113672017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11368 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.base/compare-sections.exp (get value of read-only section): Read
11371 as unsigned value.
11372 (corrupt read-only section): Likewise and don't set written if patching
11373 failed.
11374
757bf54b
KB
113752017-09-21 Kevin Buettner <kevinb@redhat.com>
11376
11377 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11378 files.
11379
06871ae8
PA
113802017-09-20 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11383 symbol names in gdb's output.
11384 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11385
e5f25bc5
PA
113862017-09-20 Pedro Alves <palves@redhat.com>
11387
11388 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11389 Rename to ...
11390 (test_list_ambiguous_symbol): ... this and add a symbol name
11391 parameter. Adjust.
11392 (test_list_ambiguous_function): Reimplement on top of
11393 test_list_ambiguous_symbol and also test listing ambiguous
11394 variables.
11395 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11396 (ambiguous_fun): ... this.
11397 (ambiguous_var): New.
11398 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11399 (ambiguous_fun): ... this.
11400 (ambiguous_var): New.
11401
4e5a4f58
JB
114022017-09-19 John Baldwin <jhb@FreeBSD.org>
11403
11404 * gdb.base/starti.c: New file.
11405 * gdb.base/starti.exp: New file.
11406 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11407
26e53f3e
PA
114082017-09-14 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11411 (top level): Use it instead of runto.
11412
cb791d59
TT
114132017-09-11 Tom Tromey <tom@tromey.com>
11414
11415 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11416
7c96f8c1
TT
114172017-09-11 Tom Tromey <tom@tromey.com>
11418
11419 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11420 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11421
469412dd
CW
114222017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11423
11424 * gdb.fortran/printing-types.exp: New file.
11425 * gdb.fortran/printing-types.exp: New file.
11426
e0f86435
BH
114272017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11428
11429 * gdb.fortran/vla-ptype.exp: Fix typos.
11430 * gdb.fortran/vla-value.exp: Same.
11431
9e9af4be
BH
114322017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11433
11434 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11435 * gdb.mi/mi-var-child-f.exp: Likewise.
11436 * gdb.mi/mi-vla-fortran.exp: Likewise.
11437
a5ad232b 114382017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11439 Christoph Weinmann <christoph.t.weinmann@intel.com>
11440 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11441
11442 * gdb.fortran/ptr-indentation.f90: New file.
11443 * gdb.fortran/ptr-indentation.exp: New file.
11444
5aec60eb
TT
114452017-09-05 Tom Tromey <tom@tromey.com>
11446
11447 PR gdb/22010:
11448 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11449
8f8f8152
TP
114502017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11451
11452 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11453
fbd1b771
JK
114542017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11455
11456 * gdb.threads/tls-nodebug-pie.c: New file.
11457 * gdb.threads/tls-nodebug-pie.exp: New file.
11458
5eb5f850
TT
114592017-09-05 Tom Tromey <tom@tromey.com>
11460
11461 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11462 for rust.
11463
ae780a21
SM
114642017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11465
11466 * gdb.multi/multi-arch-exec.exp: Test with different
11467 "follow-exec-mode" settings.
11468 (do_test): New procedure.
11469
3693fdb3
PA
114702017-09-04 Pedro Alves <palves@redhat.com>
11471
11472 * gdb.base/func-static.c (S::method const, S::method volatile)
11473 (S::method volatile const): New methods.
11474 (c_s, v_s, cv_s): New instances.
11475 (main): Call method() on them.
11476 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11477 (cannot_resolve): New procedure.
11478 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11479 print-quote-unquoted columns.
11480 (do_test): Test printing each scope too.
11481
e68cb8e0
PA
114822017-09-04 Pedro Alves <palves@redhat.com>
11483
11484 * gdb.base/local-static.exp: Also test with
11485 class::method::variable wholly quoted.
11486 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11487
858be34c
PA
114882017-09-04 Pedro Alves <palves@redhat.com>
11489
11490 * gdb.base/local-static.c: New.
11491 * gdb.base/local-static.cc: New.
11492 * gdb.base/local-static.exp: New.
11493
46a4882b
PA
114942017-09-04 Pedro Alves <palves@redhat.com>
11495
11496 * gdb.asm/asm-source.exp: Add casts to int.
11497 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11498 (dataglobal64_1, dataglobal64_2): New globals.
11499 * gdb.base/nodebug.exp: Test different expressions involving the
11500 new globals, with print, whatis and ptype. Add casts to int.
11501 * gdb.base/solib-display.exp: Add casts to int.
11502 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11503 * gdb.cp/m-static.exp: Add cast to int.
11504 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11505 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11506 tls variable with no debug info without a cast. Test with a cast
11507 to int too.
11508 * gdb.trace/entry-values.exp: Add casts.
11509
2c5a2be1
PA
115102017-09-04 Pedro Alves <palves@redhat.com>
11511
11512 * gdb.base/nodebug.exp: Test that ptype's error about functions
11513 with unknown return type includes the function name too.
11514
7022349d
PA
115152017-09-04 Pedro Alves <palves@redhat.com>
11516
11517 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11518 return type of munmap in infcall.
11519 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11520 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11521 type of ftell in infcall.
11522 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11523 type of getpid in infcall.
11524 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11525 infcall.
11526 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11527 Bail on failure to extract the pid.
11528 * gdb.base/nodebug.c: #include <stdint.h>.
11529 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11530 New functions.
11531 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11532 Change expected output of print/whatis/ptype with functions with
11533 no debug info. Test all supported languages. Call
11534 test_call_promotion.
11535 * gdb.compile/compile.exp: Adjust expected output to expect
11536 warning.
11537 * gdb.threads/siginfo-threads.exp: Likewise.
11538
54990598
PA
115392017-09-04 Pedro Alves <palves@redhat.com>
11540
11541 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11542 "prototypes". Test calling float functions via prototyped and
11543 unprototyped function pointers.
11544 (perform_all_tests): New parameter "prototypes". Pass it down.
11545 (top level): Pass down "prototypes" parameter to
11546 perform_all_tests.
11547
34d16ea2
SM
115482017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11551 Test with nested loops.
11552
9521ecda
SM
115532017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.base/commands.exp: Call the new procedures.
11556 (loop_break_test, loop_continue_test): New procedures.
11557
80a65e9b
SM
115582017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11559
11560 * gdb.base/commands.exp: Call new procedure.
11561 (define_if_without_arg_test): New procedure.
11562
e439fa14
PA
115632017-09-04 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.base/list-ambiguous.exp: New file.
11566 * gdb.base/list-ambiguous0.c: New file.
11567 * gdb.base/list-ambiguous1.c: New file.
11568 * gdb.base/list.exp (test_list_range): Adjust expected output.
11569
0a2dde4a
SDJ
115702017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11571
11572 * gdb.base/share-env-with-gdbserver.c: New file.
11573 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11574
5e89eb3a
SM
115752017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11576
11577 * gdb.base/commands.exp (gdbvar_simple_if_test,
11578 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11579 progvar_simple_if_test, progvar_simple_while_test,
11580 progvar_complex_if_while_test, user_defined_command_test,
11581 user_defined_command_args_eval,
11582 user_defined_command_args_stack_test,
11583 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11584 temporary_breakpoint_commands,
11585 gdb_test_no_prompt, redefine_hook_test,
11586 redefine_backtrace_test): Remove "global gdb_prompt".
11587
fd437cbc
SM
115882017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11589
11590 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11591 New proc, call it from toplevel.
11592
87215ad1
SDJ
115932017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11594
11595 PR remote/21852
11596 * gdb.server/normal.c: New file, copied from gdb.base.
11597 * gdb.server/run-without-local-binary.exp: New file.
11598
58afddc6
WP
115992017-08-07 Weimin Pan <weimin.pan@oracle.com>
11600
11601 * gdb.arch/sparc64-adi.exp: New file.
11602 * gdb.arch/sparc64-adi.c: New file.
11603
5277199a
PA
116042017-08-22 Pedro Alves <palves@redhat.com>
11605
11606 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11607 (top level): Add "list all overloads" tests.
11608
14278e1f
TT
116092017-08-22 Tom Tromey <tom@tromey.com>
11610
11611 * gdb.gdb/xfullpath.exp: Remove.
11612
bf223d3e
PA
116132017-08-21 Pedro Alves <palves@redhat.com>
11614
11615 PR gdb/19487
11616 * gdb.base/symbol-alias.c: New.
11617 * gdb.base/symbol-alias2.c: New.
11618 * gdb.base/symbol-alias.exp: New.
11619
c973d0aa
PA
116202017-08-21 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/dfp-test.c
11623 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11624 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11625 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11626 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11627 * gdb.base/whatis-ptype-typedefs.c: New.
11628 * gdb.base/whatis-ptype-typedefs.exp: New.
11629 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11630 (an_int, an_int_type, an_int_type2): New globals.
11631 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11632 involving typedefs and cast expressions.
11633 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11634 (lookup_typedefs_function): New.
11635 (typedefs_pretty_printers_dict): New.
11636 (top level): Register lookup_typedefs_function in
11637 gdb.pretty_printers.
11638
6d580b63
YQ
116392017-08-18 Yao Qi <yao.qi@linaro.org>
11640
11641 * gdb.server/unittest.exp: New.
11642
206726fb
SDJ
116432017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11644
11645 PR gdb/21954
11646 * gdb.base/environ.exp: Add test to check if 'unset environment'
11647 works.
11648
bf0ec4c2
AA
116492017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11650
11651 * lib/gdb.exp (universal_compile_options): New caching proc.
11652 (gdb_compile): Suppress GCC's coloring of messages.
11653
d6382fff
TT
116542017-08-14 Tom Tromey <tom@tromey.com>
11655
11656 PR gdb/21675:
11657 * gdb.base/printcmds.exp (test_radices): New function.
11658 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11659 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11660 * lib/gdb.exp (get_integer_valueof): Use p/d.
11661
c2c2dd9f
SM
116622017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11663
11664 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11665 characters.
11666
fdffd6f4
TT
116672017-08-05 Tom Tromey <tom@tromey.com>
11668
11669 * gdb.rust/simple.exp: Allow String to appear in a different
11670 namespace.
11671
27d41eac
YQ
116722017-07-26 Yao Qi <yao.qi@linaro.org>
11673
11674 * gdb.gdb/unittest.exp: Invoke command
11675 "maintenance check xml-descriptions".
11676
031ed05d
AA
116772017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11678
11679 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11680 calling context.
11681 (hex128): Drop erroneous calculation of parameters.
11682
dcd27ddf
SM
116832017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11684
11685 * gdb.python/py-unwind.exp: Disable stack protection when
11686 building test file.
11687
47e77640
PA
116882017-07-20 Pedro Alves <palves@redhat.com>
11689
11690 * gdb.base/default.exp (set language): Adjust expected output.
11691
62d2a18a
PA
116922017-07-20 Pedro Alves <palves@redhat.com>
11693
11694 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11695 (test_minsym): ... this, and make static.
11696 (get_pck__foo__bar__minsym): Rename to ...
11697 (get_test_minsym): ... this.
11698 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11699 symbol names and comments.
11700 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11701 (get_test_minsym): ... this.
11702 (pck__foo__bar__minsym__2): Rename to ...
11703 (test_minsym): ... this.
11704 (main): Adjust.
11705
c45ec17c
PA
117062017-07-17 Pedro Alves <palves@redhat.com>
11707
11708 * gdb.base/completion.exp: Adjust expected output.
11709 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11710 the completer works.
11711
c6756f62
PA
117122017-07-17 Pedro Alves <palves@redhat.com>
11713
11714 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11715
5bd68487
AB
117162017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11717
11718 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11719
8880f2a9
TT
117202017-07-14 Tom Tromey <tom@tromey.com>
11721
11722 PR rust/21764:
11723 * gdb.rust/simple.exp: Add tests.
11724
65547233
TT
117252017-07-14 Tom Tromey <tom@tromey.com>
11726
11727 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11728
8f14146e
PA
117292017-07-14 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.linespec/base/one/thefile.cc (z1): New function.
11732 * gdb.linespec/base/two/thefile.cc (z2): New function.
11733 * gdb.linespec/linespec.exp: Add tests.
11734
b4365d02
AB
117352017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11736
11737 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11738 to mi_create_breakpoint.
11739
5d2cbaa5
AB
117402017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11741
11742 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11743 mi_create_breakpoint.
11744
11cb5716
IB
117452017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11746
11747 * gdb.dlang/demangle.exp: Update for demangling changes.
11748
03278692
TT
117492017-07-09 Tom Tromey <tom@tromey.com>
11750
11751 * gdb.dwarf2/shortpiece.exp: New file.
11752
33c5cd75
DB
117532017-07-06 David Blaikie <dblaikie@gmail.com>
11754
11755 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11756 built from fissiont-multi-cu{1,2}.c.
11757 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11758 except putting 'main' and 'func' in separate CUs in the same DWO file.
11759 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11760 test.
11761 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11762 test.
11763
8455d262
PA
117642017-07-06 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.python/py-unwind.exp: Test flushregs.
11767
dc4bde35
SDJ
117682017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11769
11770 PR cli/21688
11771 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11772 tests for alias commands and trailing whitespace.
11773
51ed89aa
SDJ
117742017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11775
11776 PR cli/21688
11777 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11778 procedure. Call it.
11779
eb17d413
PA
117802017-06-29 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.base/printcmds.exp: Add tests.
11783
41664b45
DG
117842017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11785
11786 PR gdb/21337
11787 * gdb.base/reread-readsym.exp: New file.
11788 * gdb.base/reread-readsym.c: New file.
11789
75312ae3
KB
117902017-06-21 Kevin Buettner <kevinb@redhat.com>
11791
11792 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11793 subpattern.
11794
66953522
PB
117952017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11796
11797 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11798 extended mnemonic.
11799 * gdb.arch/powerpc-power9.s: Likewise.
11800
5524b525
AA
118012017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11802
11803 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11804 on 32-bit x86 targets. Exploit is_*_target macros where
11805 appropriate.
11806
03c8af18
AA
118072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11808
11809 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11810 register pieces.
11811
3bf31011
AA
118122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11815 located in one or more DWARF pieces.
11816
805acca0
AA
118172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11818
11819 * lib/gdb.exp (get_endianness): New proc.
11820 * gdb.arch/aarch64-fp.exp: Use it.
11821 * gdb.arch/altivec-regs.exp: Likewise.
11822 * gdb.arch/e500-regs.exp: Likewise.
11823 * gdb.arch/vsx-regs.exp: Likewise.
11824 * gdb.base/dump.exp: Likewise.
11825 * gdb.base/funcargs.exp: Likewise.
11826 * gdb.base/gnu_vector.exp: Likewise.
11827 * gdb.dwarf2/formdata16.exp: Likewise.
11828 * gdb.dwarf2/implptrpiece.exp: Likewise.
11829 * gdb.dwarf2/nonvar-access.exp: Likewise.
11830 * gdb.python/py-inferior.exp: Likewise.
11831 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11832
e9352324
AA
118332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11834
11835 PR gdb/21226
11836 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11837 stack value pieces are taken from the LSB end.
11838
d5d1163e
AA
118392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11840
11841 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11842 variable at nonzero offset.
11843
0567c986
AA
118442017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11845
11846 * gdb.dwarf2/var-access.c: New file.
11847 * gdb.dwarf2/var-access.exp: New test.
11848 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11849
973e9aab
TT
118502017-06-12 Tom Tromey <tom@tromey.com>
11851
11852 * gdb.dwarf2/formdata16.exp: Add tests.
11853
d9109c80
TT
118542017-06-12 Tom Tromey <tom@tromey.com>
11855
11856 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11857
30a25466
TT
118582017-06-12 Tom Tromey <tom@tromey.com>
11859
11860 PR exp/16225:
11861 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11862 * gdb.arch/vsx-regs.exp: Update tests.
11863 * gdb.arch/s390-vregs.exp (hex128): New proc.
11864 Update test.
11865 * gdb.arch/altivec-regs.exp: Update tests.
11866
aefd8b33
SDJ
118672017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11868
11869 * gdb.base/startup-with-shell.c: New file.
11870 * gdb.base/startup-with-shell.exp: Likewise.
11871
2090129c
SDJ
118722017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11873
11874 * gdb.server/non-existing-program.exp: Update regex in order to
11875 reflect the fact that gdbserver is now using fork_inferior (with a
11876 shell) to startup the inferior.
11877
8e86a419
SM
118782017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11879
11880 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11881 support function calls from GDB.
11882
e6cf65f2
TT
118832017-05-21 Tom Tromey <tom@tromey.com>
11884
11885 PR rust/21466:
11886 * gdb.rust/unsized.exp: New file.
11887 * gdb.rust/unsized.rs: New file.
11888
43cc5389
TT
118892017-05-19 Tom Tromey <tom@tromey.com>
11890
11891 PR rust/21484:
11892 * gdb.rust/watch.exp: New file.
11893 * gdb.rust/watch.rs: New file.
11894
ec8df234
TT
118952017-05-18 Tom Tromey <tom@tromey.com>
11896
11897 * gdb.rust/simple.exp: Allow Box to be qualified.
11898
3e3e7fae
TP
118992017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11900
11901 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11902
59cc050d
PA
119032017-05-18 Pedro Alves <palves@redhat.com>
11904
11905 * gdb.base/fileio.c (test_write, test_read, test_close)
11906 (test_fstat): Don't print 'ret' in the fail path.
11907
c8f6abd1
PA
119082017-05-18 Pedro Alves <palves@redhat.com>
11909
11910 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11911 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11912 (test_system, test_rename, test_unlink, test_time): Change
11913 prototypes.
11914 * gdb.base/fileio.exp (stop_msg): Adjust.
11915
d2a03b77
PA
119162017-05-18 Pedro Alves <palves@redhat.com>
11917
11918 * gdb.base/fileio.c (null_str): New global.
11919 (test_stat): Use it.
11920 * gdb.base/fileio.exp: Remove nowarnings.
11921
0d5c6999
YQ
119222017-05-17 Yao Qi <yao.qi@linaro.org>
11923
11924 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11925
21873064
YQ
119262017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11927
11928 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11929 argument command.
11930 (top-level): Invoke test_set_inferior_tty.
11931
d512d31c
PA
119322017-05-04 Pedro Alves <palves@redhat.com>
11933
11934 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11935 Add parens to print call for Python 3.
11936
90cef2ed
KS
119372017-05-03 Keith Seitz <keiths@redhat.com>
11938
11939 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11940 (main): Call it.
11941
14f819c8
TW
119422017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11943
11944 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11945 to prev and next.
11946
913aeadd
TW
119472017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11948
11949 * gdb.python/py-record-btrace.exp: Remove test for
11950 gdb.BtraceInstruction.error.
11951
a3be24ad
TW
119522017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11953
11954 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11955
ae20e79a
TW
119562017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11957
11958 * gdb.python/py-record-btrace-threads.c: New file.
11959 * gdb.python/py-record-btrace-threads.exp: New file.
11960
45ce1b47
SDJ
119612017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11962
11963 PR testsuite/8595
11964 * gdb.base/environ.exp: Make test available in all architectures.
11965 Move bits related to "info program" testing to
11966 gdb.base/info-program.exp. Rewrite tests to use the two new
11967 procedures mentione below.
11968 (test_set_show_env_var) New procedure.
11969 (test_set_show_env_var_equal): Likewise.
11970 * gdb.base/info-program.exp: New file.
11971
e15c3eb4
KS
119722017-04-27 Keith Seitz <keiths@redhat.com>
11973
11974 * gdb.cp/oranking.cc (test15): New function.
11975 (main): Call test15 and declare additional variables for testing.
11976 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11977 "p foo101('abc')" tests.
11978 Add tests for cv qualifier overloads.
11979 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11980 "lvalue reference overload" test.
11981 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11982 "print value of f1 on Child&& in f2" test.
11983
3a3fd0fd
PA
119842017-04-19 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11987 procedure.
11988 (top level): Call it.
11989 * lib/gdb.exp (gdb_define_cmd): New procedure.
11990
53375380
PA
119912017-04-12 Pedro Alves <palves@redhat.com>
11992
11993 PR gdb/21323
11994 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11995 (wchar): New global.
11996 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11997 (do_test_wide_char, wide_char_types_no_program, top level): Add
11998 wchar_t testing.
11999
53e710ac
PA
120002017-04-12 Pedro Alves <palves@redhat.com>
12001
12002 PR c++/21323
12003 * gdb.cp/wide_char_types.c: New file.
12004 * gdb.cp/wide_char_types.exp: New file.
12005
0ad9d8c7
SDJ
120062017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12007
12008 PR gdb/21352
12009 * gdb.trace/tsv.exp: Add test for "tsave -r".
12010
b1b45502
IB
120112017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12012
12013 * gdb.dlang/watch-loc.c: New file.
12014 * gdb.dlang/watch-loc.exp: New file.
12015
ec13808e
JK
120162017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12017
12018 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12019
fe5f7374
AK
120202017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12021
12022 * gdb.arch/arc-analyze-prologue.S: New file.
12023 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12024
eea78757
AK
120252017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12026
12027 * gdb.arch/arc-decode-insn.S: New file.
12028 * gdb.arch/arc-decode-insn.exp: Likewise.
12029
5badf10a
IR
120302017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12031
12032 PR tdep/20928
12033 * gdb.arch/sparc64-regs.exp: New file.
12034 * gdb.arch/sparc64-regs.S: Likewise.
12035
cee59b3f
TW
120362017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12037
12038 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12039 and memory view on Python 3.
12040
c0f55cc6
AV
120412017-03-20 Artemiy Volkov <artemiyv@acm.org>
12042 Keith Seitz <keiths@redhat.com>
12043
12044 PR gdb/14441
12045 * gdb.cp/demangle.exp: Add rvalue reference tests.
12046 * gdb.cp/rvalue-ref-casts.cc: New file.
12047 * gdb.cp/rvalue-ref-casts.exp: New file.
12048 * gdb.cp/rvalue-ref-overload.cc: New file.
12049 * gdb.cp/rvalue-ref-overload.exp: New file.
12050 * gdb.cp/rvalue-ref-params.cc: New file.
12051 * gdb.cp/rvalue-ref-params.exp: New file.
12052 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12053 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12054 * gdb.cp/rvalue-ref-types.cc: New file.
12055 * gdb.cp/rvalue-ref-types.exp: New file.
12056 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12057 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12058
51457a05
MAL
120592017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12060
12061 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12062 New procedure.
12063
5b291c04
MAL
120642017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12065
12066 * lib/mi-support.exp (mi_gdb_test): Add additional message
12067 for unexpected output.
12068
59a56148
AA
120692017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12070
12071 * gdb.base/examine-backward.c (Barrier): New character array
12072 constant, to ensure that TestStrings is preceded by a string
12073 terminator.
12074
7942e96e
AA
120752017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12076
12077 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12078 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12079 and implicit pointer into such a location.
12080
6ebac3fb
DE
120812017-03-16 Doug Evans <dje@google.com>
12082
12083 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12084
ec3b243d
TP
120852017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12086
12087 * gdb.cp/m-static.exp: Fix expectation for prototype of
12088 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12089
120902017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12091
12092 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12093 * gdb.guile/scm-lazy-string.c: New file.
12094 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12095 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12096 for pointer, array, typedef lazy strings.
12097
2cc36e25 120982017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12099
12100 PR python/17728, python/18439, python/18779
12101 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12102 * gdb.python/py-lazy-string.c (pointer): New typedef.
12103 (main): New locals ptr, array, typedef_ptr.
12104 * gdb.python/py-value.exp: Move lazy string tests to ...
12105 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12106 array, typedef lazy strings.
ec3b243d 12107
0efcde63
AK
121082017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12109
12110 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12111 Add optional 'test' parameter.
12112
7978d7c3
SM
121132017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12114
12115 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12116 Skip for versions of DejaGnu < 1.5.
12117
896c0c1e
SM
121182017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12119
12120 * lib/gdb.exp (dejagnu_version): New proc.
12121 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12122 Use dejagnu_version.
12123
5f4d1085
KS
121242017-03-10 Keith Seitz <keiths@redhat.com>
12125
12126 PR c++/8128
12127 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12128 type from destructor regexps.
12129 Add a branch which actually passes the test.
12130 Adjust "ptype t5i" test names.
12131
1de05205
PA
121322017-03-08 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/step-over-exit.exp: Add explicit test message.
12135
c65d6b55
PA
121362017-03-08 Pedro Alves <palves@redhat.com>
12137
12138 PR gdb/18360
12139 * gdb.threads/interrupt-while-step-over.c: New file.
12140 * gdb.threads/interrupt-while-step-over.exp: New file.
12141
2e86a283
PA
121422017-03-08 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12145 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12146
25dcbff6
PA
121472017-03-08 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12150 PKRU as not supported as a PASS.
12151
dc9366eb
PA
121522017-03-08 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12155 prefix instead of $binfile1/$binfile2.
12156 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12157 in test message.
12158 * gdb.python/py-completion.exp: Use "load python file" as test
12159 messages instead of unstable path names.
12160
6e5d74e7
PA
121612017-03-08 Pedro Alves <palves@redhat.com>
12162 Jan Kratochvil <jan.kratochvil@redhat.com>
12163
12164 PR cli/21218
12165 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12166 New proc.
12167 (top level): Call it.
12168
9753a2f6
PA
121692017-03-08 Pedro Alves <palves@redhat.com>
12170
12171 PR tui/21216
12172 * gdb.tui/tui-nl-filtered-output.exp: New file.
12173
1a4dd9dd
PA
121742017-03-08 Pedro Alves <palves@redhat.com>
12175
12176 * gdb.base/completion.exp: Move TUI completion tests to ...
12177 * gdb.tui/completion.exp: ... this new file.
12178
7cbbff33
PA
121792017-03-08 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/tui-disasm-long-lines.c,
12182 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12183 gdb.base/tui-layout.exp: Move to ...
12184 * gdb.tui/: ... this new directory.
12185
5f6fd321
PA
121862017-03-07 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.base/tui-layout.c: New file.
12189 * gdb.base/tui-layout.exp: New file.
12190
44959fa8
PA
121912017-03-07 Pedro Alves <palves@redhat.com>
12192
12193 * gdb.base/tui-layout.c: Rename to ...
12194 * gdb.base/tui-disasm-long-lines.c: ... this.
12195 * gdb.base/tui-layout.exp: Rename to ...
12196 * gdb.base/tui-disasm-long-lines.exp: ... this.
12197
f8c4e718
PA
121982017-03-07 Pedro Alves <palves@redhat.com>
12199
12200 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12201
6dbb839a 122022017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12203
12204 * i386-mpx-call.c: New file.
12205 * i386-mpx-call.exp: New file.
12206
65b48a81
PB
122072017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12208
12209 * gdb.arch/powerpc-power.exp: Delete test.
12210 * gdb.arch/powerpc-power.s: Likewise.
12211 * gdb.disasm/disassembler-options.exp: New test.
12212 * gdb.arch/powerpc-altivec.exp: Likewise.
12213 * gdb.arch/powerpc-altivec.s: Likewise.
12214 * gdb.arch/powerpc-altivec2.exp: Likewise.
12215 * gdb.arch/powerpc-altivec2.s: Likewise.
12216 * gdb.arch/powerpc-altivec3.exp: Likewise.
12217 * gdb.arch/powerpc-altivec3.s: Likewise.
12218 * gdb.arch/powerpc-power7.exp: Likewise.
12219 * gdb.arch/powerpc-power7.s: Likewise.
12220 * gdb.arch/powerpc-power8.exp: Likewise.
12221 * gdb.arch/powerpc-power8.s: Likewise.
12222 * gdb.arch/powerpc-power9.exp: Likewise.
12223 * gdb.arch/powerpc-power9.s: Likewise.
12224 * gdb.arch/powerpc-vsx.exp: Likewise.
12225 * gdb.arch/powerpc-vsx.s: Likewise.
12226 * gdb.arch/powerpc-vsx2.exp: Likewise.
12227 * gdb.arch/powerpc-vsx2.s: Likewise.
12228 * gdb.arch/powerpc-vsx3.exp: Likewise.
12229 * gdb.arch/powerpc-vsx3.s: Likewise.
12230 * gdb.arch/arm-disassembler-options.exp: Likewise.
12231 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12232 * gdb.arch/s390-disassembler-options.exp: Likewise.
12233
17cd4947
LM
122342017-02-23 Luis Machado <lgustavo@codesourcery.com>
12235
12236 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12237 (check_supported_features): ... this. Changed return type to void.
12238 (supports_rdseed): New static global.
12239 (rdseed): Check supports_rdseed.
12240 (initialize): Call check_supported_features.
12241
2039d74e
EBM
122422017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12243
12244 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12245 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12246 and lqarx/stqcx.
12247 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12248 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12249
a51d7ecf
EBM
122502017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12251
12252 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12253 uppercase.
12254
0224619f
JK
122552017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12256
12257 * gdb.dwarf2/formdata16.c: New file.
12258 * gdb.dwarf2/formdata16.exp: New file.
12259 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12260
216f72a1
JK
122612017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12262
12263 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12264 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12265 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12266 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12267 DW_AT_GNU_*.
12268
43988095
JK
122692017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12270
12271 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12272
99e8a4f9
SDJ
122732017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12274
12275 PR gdb/21164
12276 * gdb.base/maint.exp: Add testcases for when the commands do
12277 not have arguments.
12278
b58a8c0c
TP
122792017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12280
12281 * gdb.cp/chained-calls.exp: Use p instead of P.
12282
4e746bb6
TW
122832017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12284
12285 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12286 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12287
3f77c769
TT
122882017-02-14 Tom Tromey <tom@tromey.com>
12289
12290 PR python/13598:
12291 * gdb.python/py-events.exp: Add before_prompt event tests.
12292
075beec0
AA
122932017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12294
12295 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12296
bf5f525c
LM
122972017-02-13 Luis Machado <lgustavo@codesourcery.com>
12298
12299 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12300 (main): Call my_unique_function_name.
12301 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12302 completion of patterns with a single match.
12303 Add missing -re switches to gdb_test_multiple calls.
12304
13a66184
LM
123052017-02-13 Luis Machado <lgustavo@codesourcery.com>
12306
12307 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12308 return if core file is not recognized.
12309
26a06916
SM
123102017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12311
12312 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12313 and extra UIs.
12314
b761ca9e
SM
123152017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12316
12317 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12318 proc_with_prefix.
12319
b964bee0
TT
123202017-02-10 Tom Tromey <tom@tromey.com>
12321
12322 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12323
18da0c51
MG
123242017-02-10 Martin Galvan <martingalvan@sourceware.org>
12325
12326 PR gdb/21122
12327 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12328
604c4576
JG
123292017-02-08 Jerome Guitton <guitton@adacore.com>
12330
12331 * gdb.base/define.exp: Add test for command abbreviations
12332 in define.
12333
20b477a7
LM
123342017-02-06 Luis Machado <lgustavo@codesourcery.com>
12335
12336 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12337 * gdb.reverse/insn-reverse-x86.c: New file.
12338
3f7b46f2
IR
123392017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12340
12341 PR tdep/20936
12342 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12343
f0fd41c1
TT
123442017-02-03 Tom Tromey <tom@tromey.com>
12345
12346 PR rust/21097:
12347 * gdb.rust/simple.exp: Add new tests.
12348
5be5dbf0
PA
123492017-02-02 Pedro Alves <palves@redhat.com>
12350
12351 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12352 tests.
12353
7346ef59
AA
123542017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12355
12356 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12357 taking a 2-byte value out of a 4-byte DWARF implicit value on
12358 big-endian targets.
12359 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12360 logic. Add test cases for DW_OP_implicit.
12361
787f0025
MM
123622017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12363
12364 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12365
68777c29
MM
123662017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12367
12368 * gdb.btrace/enable.exp: Call gdb_exit before
12369 skip_gdbserver_tests.
12370
0a1c7e28
MM
123712017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12372
12373 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12374 GDBFLAGS.
12375
b5ac99b0
MM
123762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12377
12378 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12379 the test is skipped.
12380 * gdb.btrace/data.exp: Likewise.
12381 * gdb.btrace/delta.exp: Likewise.
12382 * gdb.btrace/dlopen.exp: Likewise.
12383 * gdb.btrace/enable-running.exp: Likewise.
12384 * gdb.btrace/enable.exp: Likewise.
12385 * gdb.btrace/exception.exp: Likewise.
12386 * gdb.btrace/function_call_history.exp: Likewise.
12387 * gdb.btrace/gcore.exp: Likewise.
12388 * gdb.btrace/instruction_history.exp: Likewise.
12389 * gdb.btrace/multi-thread-step.exp: Likewise.
12390 * gdb.btrace/nohist.exp: Likewise.
12391 * gdb.btrace/non-stop.exp: Likewise.
12392 * gdb.btrace/reconnect.exp: Likewise.
12393 * gdb.btrace/record_goto-step.exp: Likewise.
12394 * gdb.btrace/record_goto.exp: Likewise.
12395 * gdb.btrace/rn-dl-bind.exp: Likewise.
12396 * gdb.btrace/segv.exp: Likewise.
12397 * gdb.btrace/step.exp: Likewise.
12398 * gdb.btrace/stepi.exp: Likewise.
12399 * gdb.btrace/tailcall-only.exp: Likewise.
12400 * gdb.btrace/tailcall.exp: Likewise.
12401 * gdb.btrace/tsx.exp: Likewise.
12402 * gdb.btrace/unknown_functions.exp: Likewise.
12403 * gdb.btrace/vdso.exp: Likewise.
12404
cd4007e4
MM
124052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12406
12407 * gdb.btrace/enable-running.c: New.
12408 * gdb.btrace/enable-running.exp: New.
12409
2735833d
WT
124102017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12411
12412 * gdb.arch/amd64-gs_base.c: New file.
12413 * gdb.arch/amd64-gs_base.exp: New file.
12414
b51e1e94
LM
124152017-01-26 Luis Machado <lgustavo@codesourcery.com>
12416
12417 * lib/memory.exp: Remove spurious empty newlines.
12418
72ca0410
SM
124192017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12420
12421 * gdb.python/py-bad-printers.exp: Load python file using "source".
12422 * gdb.python/py-events.exp: Likewise.
12423 * gdb.python/py-evsignal.exp: Likewise.
12424 * gdb.python/py-evthreads.exp: Likewise.
12425 * gdb.python/py-frame-args.exp: Likewise.
12426 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12427 * gdb.python/py-framefilter-mi.exp: Likewise.
12428 * gdb.python/py-framefilter.exp: Likewise.
12429 * gdb.python/py-mi.exp: Likewise.
12430 * gdb.python/py-pp-maint.exp: Likewise.
12431 * gdb.python/py-pp-registration.exp: Likewise.
12432 * gdb.python/py-prettyprint.exp: Likewise.
12433 (run_lang_tests): Likewise.
12434 * gdb.python/py-typeprint.exp: Likewise.
12435
e309aa65
LM
124362017-01-26 Luis Machado <lgustavo@codesourcery.com>
12437
12438 * lib/memory.exp: New file.
12439 * lib/gdb.exp: Load memory.exp.
12440 * gdb.base/memattr.exp (delete_memory): Move proc to
12441 lib/memory.exp and rename to delete_memory_regions.
12442 Replace delete_memory with delete_memory_regions.
12443 Cleanup memory regions before tests.
12444 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12445 before tests.
12446
515aff23
LM
124472017-01-26 Luis Machado <lgustavo@codesourcery.com>
12448
12449 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12450 files.
12451 (initialize): New function conditionally defined.
12452 (testcases): Move within conditional block.
12453 (main): Call initialize.
12454 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12455 of gdb.reverse/insn-reverse.c.
12456 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12457 gdb.reverse/insn-reverse.c.
12458
d8b49cf0
YQ
124592017-01-26 Yao Qi <yao.qi@linaro.org>
12460
12461 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12462 disassemble on address 0.
12463
f13a9a0c
YQ
124642017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12465 Yao Qi <yao.qi@linaro.org>
12466
12467 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12468 * gdb.dwarf2/implptr-64bit.S: Remove.
12469 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12470 variables in caller's context. Add DW_OP_implicit_value.
12471
5ac95241
YQ
124722017-01-25 Yao Qi <yao.qi@linaro.org>
12473
12474 * lib/dwarf.exp (Dwarf::_location): Handle
12475 DW_OP_GNU_implicit_pointer with proper size.
12476
23e82930
LM
124772017-01-20 Luis Machado <lgustavo@codesourcery.com>
12478
12479 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12480 and add untested calls.
12481
d334ae25
LM
124822017-01-20 Luis Machado <lgustavo@codesourcery.com>
12483
12484 * gdb.python/python.exp: Check line number against what GDB thinks
12485 the line number is for func1.
12486
f5e6296e
IB
124872017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12488
12489 * gdb.dlang/debug-expr.exp: New file.
12490
5b362f04
LM
124912016-12-23 Luis Machado <lgustavo@codesourcery.com>
12492
12493 Fix test names for the following files:
12494
12495 * gdb.ada/exec_changed.exp
12496 * gdb.ada/info_types.exp
12497 * gdb.arch/aarch64-atomic-inst.exp
12498 * gdb.arch/aarch64-fp.exp
12499 * gdb.arch/altivec-abi.exp
12500 * gdb.arch/altivec-regs.exp
12501 * gdb.arch/amd64-byte.exp
12502 * gdb.arch/amd64-disp-step.exp
12503 * gdb.arch/amd64-dword.exp
12504 * gdb.arch/amd64-entry-value-inline.exp
12505 * gdb.arch/amd64-entry-value-param.exp
12506 * gdb.arch/amd64-entry-value-paramref.exp
12507 * gdb.arch/amd64-entry-value.exp
12508 * gdb.arch/amd64-i386-address.exp
12509 * gdb.arch/amd64-invalid-stack-middle.exp
12510 * gdb.arch/amd64-invalid-stack-top.exp
12511 * gdb.arch/amd64-optimout-repeat.exp
12512 * gdb.arch/amd64-prologue-skip.exp
12513 * gdb.arch/amd64-prologue-xmm.exp
12514 * gdb.arch/amd64-stap-special-operands.exp
12515 * gdb.arch/amd64-stap-wrong-subexp.exp
12516 * gdb.arch/amd64-tailcall-cxx.exp
12517 * gdb.arch/amd64-tailcall-noret.exp
12518 * gdb.arch/amd64-tailcall-ret.exp
12519 * gdb.arch/amd64-tailcall-self.exp
12520 * gdb.arch/amd64-word.exp
12521 * gdb.arch/arm-bl-branch-dest.exp
12522 * gdb.arch/arm-disp-step.exp
12523 * gdb.arch/arm-neon.exp
12524 * gdb.arch/arm-single-step-kernel-helper.exp
12525 * gdb.arch/avr-flash-qualifier.exp
12526 * gdb.arch/disp-step-insn-reloc.exp
12527 * gdb.arch/e500-abi.exp
12528 * gdb.arch/e500-regs.exp
12529 * gdb.arch/ftrace-insn-reloc.exp
12530 * gdb.arch/i386-avx512.exp
12531 * gdb.arch/i386-bp_permanent.exp
12532 * gdb.arch/i386-byte.exp
12533 * gdb.arch/i386-cfi-notcurrent.exp
12534 * gdb.arch/i386-disp-step.exp
12535 * gdb.arch/i386-dr3-watch.exp
12536 * gdb.arch/i386-float.exp
12537 * gdb.arch/i386-gnu-cfi.exp
12538 * gdb.arch/i386-mpx-map.exp
12539 * gdb.arch/i386-mpx-sigsegv.exp
12540 * gdb.arch/i386-mpx-simple_segv.exp
12541 * gdb.arch/i386-mpx.exp
12542 * gdb.arch/i386-permbkpt.exp
12543 * gdb.arch/i386-prologue.exp
12544 * gdb.arch/i386-signal.exp
12545 * gdb.arch/i386-size-overlap.exp
12546 * gdb.arch/i386-unwind.exp
12547 * gdb.arch/i386-word.exp
12548 * gdb.arch/mips-fcr.exp
12549 * gdb.arch/powerpc-d128-regs.exp
12550 * gdb.arch/powerpc-stackless.exp
12551 * gdb.arch/ppc64-atomic-inst.exp
12552 * gdb.arch/s390-stackless.exp
12553 * gdb.arch/s390-tdbregs.exp
12554 * gdb.arch/s390-vregs.exp
12555 * gdb.arch/sparc-sysstep.exp
12556 * gdb.arch/thumb-bx-pc.exp
12557 * gdb.arch/thumb-singlestep.exp
12558 * gdb.arch/thumb2-it.exp
12559 * gdb.arch/vsx-regs.exp
12560 * gdb.asm/asm-source.exp
12561 * gdb.base/a2-run.exp
12562 * gdb.base/advance.exp
12563 * gdb.base/all-bin.exp
12564 * gdb.base/anon.exp
12565 * gdb.base/args.exp
12566 * gdb.base/arithmet.exp
12567 * gdb.base/async-shell.exp
12568 * gdb.base/async.exp
12569 * gdb.base/attach-pie-noexec.exp
12570 * gdb.base/attach-twice.exp
12571 * gdb.base/auto-load.exp
12572 * gdb.base/bang.exp
12573 * gdb.base/bitfields.exp
12574 * gdb.base/break-always.exp
12575 * gdb.base/break-caller-line.exp
12576 * gdb.base/break-entry.exp
12577 * gdb.base/break-inline.exp
12578 * gdb.base/break-on-linker-gcd-function.exp
12579 * gdb.base/break-probes.exp
12580 * gdb.base/break.exp
12581 * gdb.base/breakpoint-shadow.exp
12582 * gdb.base/call-ar-st.exp
12583 * gdb.base/call-sc.exp
12584 * gdb.base/call-signal-resume.exp
12585 * gdb.base/call-strs.exp
12586 * gdb.base/callfuncs.exp
12587 * gdb.base/catch-fork-static.exp
12588 * gdb.base/catch-gdb-caused-signals.exp
12589 * gdb.base/catch-load.exp
12590 * gdb.base/catch-signal-fork.exp
12591 * gdb.base/catch-signal.exp
12592 * gdb.base/catch-syscall.exp
12593 * gdb.base/charset.exp
12594 * gdb.base/checkpoint.exp
12595 * gdb.base/chng-syms.exp
12596 * gdb.base/code-expr.exp
12597 * gdb.base/code_elim.exp
12598 * gdb.base/commands.exp
12599 * gdb.base/completion.exp
12600 * gdb.base/complex.exp
12601 * gdb.base/cond-expr.exp
12602 * gdb.base/condbreak.exp
12603 * gdb.base/consecutive.exp
12604 * gdb.base/continue-all-already-running.exp
12605 * gdb.base/coredump-filter.exp
12606 * gdb.base/corefile.exp
12607 * gdb.base/dbx.exp
12608 * gdb.base/debug-expr.exp
12609 * gdb.base/define.exp
12610 * gdb.base/del.exp
12611 * gdb.base/disabled-location.exp
12612 * gdb.base/disasm-end-cu.exp
12613 * gdb.base/disasm-optim.exp
12614 * gdb.base/display.exp
12615 * gdb.base/duplicate-bp.exp
12616 * gdb.base/ena-dis-br.exp
12617 * gdb.base/ending-run.exp
12618 * gdb.base/enumval.exp
12619 * gdb.base/environ.exp
12620 * gdb.base/eu-strip-infcall.exp
12621 * gdb.base/eval-avoid-side-effects.exp
12622 * gdb.base/eval-skip.exp
12623 * gdb.base/exitsignal.exp
12624 * gdb.base/expand-psymtabs.exp
12625 * gdb.base/filesym.exp
12626 * gdb.base/find-unmapped.exp
12627 * gdb.base/finish.exp
12628 * gdb.base/float.exp
12629 * gdb.base/foll-exec-mode.exp
12630 * gdb.base/foll-exec.exp
12631 * gdb.base/foll-fork.exp
12632 * gdb.base/fortran-sym-case.exp
12633 * gdb.base/freebpcmd.exp
12634 * gdb.base/func-ptr.exp
12635 * gdb.base/func-ptrs.exp
12636 * gdb.base/funcargs.exp
12637 * gdb.base/gcore-buffer-overflow.exp
12638 * gdb.base/gcore-relro-pie.exp
12639 * gdb.base/gcore-relro.exp
12640 * gdb.base/gcore.exp
12641 * gdb.base/gdb1090.exp
12642 * gdb.base/gdb11530.exp
12643 * gdb.base/gdb11531.exp
12644 * gdb.base/gdb1821.exp
12645 * gdb.base/gdbindex-stabs.exp
12646 * gdb.base/gdbvars.exp
12647 * gdb.base/hbreak.exp
12648 * gdb.base/hbreak2.exp
12649 * gdb.base/included.exp
12650 * gdb.base/infcall-input.exp
12651 * gdb.base/inferior-died.exp
12652 * gdb.base/infnan.exp
12653 * gdb.base/info-macros.exp
12654 * gdb.base/info-os.exp
12655 * gdb.base/info-proc.exp
12656 * gdb.base/info-shared.exp
12657 * gdb.base/info-target.exp
12658 * gdb.base/infoline.exp
12659 * gdb.base/interp.exp
12660 * gdb.base/interrupt.exp
12661 * gdb.base/jit-reader.exp
12662 * gdb.base/jit-simple.exp
12663 * gdb.base/kill-after-signal.exp
12664 * gdb.base/kill-detach-inferiors-cmd.exp
12665 * gdb.base/label.exp
12666 * gdb.base/langs.exp
12667 * gdb.base/ldbl_e308.exp
12668 * gdb.base/line-symtabs.exp
12669 * gdb.base/linespecs.exp
12670 * gdb.base/list.exp
12671 * gdb.base/long_long.exp
12672 * gdb.base/longest-types.exp
12673 * gdb.base/maint.exp
12674 * gdb.base/max-value-size.exp
12675 * gdb.base/memattr.exp
12676 * gdb.base/mips_pro.exp
12677 * gdb.base/morestack.exp
12678 * gdb.base/moribund-step.exp
12679 * gdb.base/multi-forks.exp
12680 * gdb.base/nested-addr.exp
12681 * gdb.base/nextoverexit.exp
12682 * gdb.base/noreturn-finish.exp
12683 * gdb.base/noreturn-return.exp
12684 * gdb.base/nostdlib.exp
12685 * gdb.base/offsets.exp
12686 * gdb.base/opaque.exp
12687 * gdb.base/pc-fp.exp
12688 * gdb.base/permissions.exp
12689 * gdb.base/print-symbol-loading.exp
12690 * gdb.base/prologue-include.exp
12691 * gdb.base/psymtab.exp
12692 * gdb.base/ptype.exp
12693 * gdb.base/random-signal.exp
12694 * gdb.base/randomize.exp
12695 * gdb.base/range-stepping.exp
12696 * gdb.base/readline-ask.exp
12697 * gdb.base/recpar.exp
12698 * gdb.base/recurse.exp
12699 * gdb.base/relational.exp
12700 * gdb.base/restore.exp
12701 * gdb.base/return-nodebug.exp
12702 * gdb.base/return.exp
12703 * gdb.base/run-after-attach.exp
12704 * gdb.base/save-bp.exp
12705 * gdb.base/scope.exp
12706 * gdb.base/sect-cmd.exp
12707 * gdb.base/set-lang-auto.exp
12708 * gdb.base/set-noassign.exp
12709 * gdb.base/setvar.exp
12710 * gdb.base/sigall.exp
12711 * gdb.base/sigbpt.exp
12712 * gdb.base/siginfo-addr.exp
12713 * gdb.base/siginfo-infcall.exp
12714 * gdb.base/siginfo-obj.exp
12715 * gdb.base/siginfo.exp
12716 * gdb.base/signals-state-child.exp
12717 * gdb.base/signest.exp
12718 * gdb.base/sigstep.exp
12719 * gdb.base/sizeof.exp
12720 * gdb.base/skip.exp
12721 * gdb.base/solib-corrupted.exp
12722 * gdb.base/solib-nodir.exp
12723 * gdb.base/solib-search.exp
12724 * gdb.base/stack-checking.exp
12725 * gdb.base/stale-infcall.exp
12726 * gdb.base/stap-probe.exp
12727 * gdb.base/start.exp
12728 * gdb.base/step-break.exp
12729 * gdb.base/step-bt.exp
12730 * gdb.base/step-line.exp
12731 * gdb.base/step-over-exit.exp
12732 * gdb.base/step-over-syscall.exp
12733 * gdb.base/step-resume-infcall.exp
12734 * gdb.base/step-test.exp
12735 * gdb.base/store.exp
12736 * gdb.base/structs3.exp
12737 * gdb.base/sym-file.exp
12738 * gdb.base/symbol-without-target_section.exp
12739 * gdb.base/term.exp
12740 * gdb.base/testenv.exp
12741 * gdb.base/ui-redirect.exp
12742 * gdb.base/until.exp
12743 * gdb.base/unwindonsignal.exp
12744 * gdb.base/value-double-free.exp
12745 * gdb.base/vla-datatypes.exp
12746 * gdb.base/vla-ptr.exp
12747 * gdb.base/vla-sideeffect.exp
12748 * gdb.base/volatile.exp
12749 * gdb.base/watch-cond-infcall.exp
12750 * gdb.base/watch-cond.exp
12751 * gdb.base/watch-non-mem.exp
12752 * gdb.base/watch-read.exp
12753 * gdb.base/watch-vfork.exp
12754 * gdb.base/watchpoint-cond-gone.exp
12755 * gdb.base/watchpoint-delete.exp
12756 * gdb.base/watchpoint-hw-hit-once.exp
12757 * gdb.base/watchpoint-hw.exp
12758 * gdb.base/watchpoint-stops-at-right-insn.exp
12759 * gdb.base/watchpoints.exp
12760 * gdb.base/wchar.exp
12761 * gdb.base/whatis-exp.exp
12762 * gdb.btrace/buffer-size.exp
12763 * gdb.btrace/data.exp
12764 * gdb.btrace/delta.exp
12765 * gdb.btrace/dlopen.exp
12766 * gdb.btrace/enable.exp
12767 * gdb.btrace/exception.exp
12768 * gdb.btrace/function_call_history.exp
12769 * gdb.btrace/gcore.exp
12770 * gdb.btrace/instruction_history.exp
12771 * gdb.btrace/nohist.exp
12772 * gdb.btrace/reconnect.exp
12773 * gdb.btrace/record_goto-step.exp
12774 * gdb.btrace/record_goto.exp
12775 * gdb.btrace/rn-dl-bind.exp
12776 * gdb.btrace/segv.exp
12777 * gdb.btrace/step.exp
12778 * gdb.btrace/stepi.exp
12779 * gdb.btrace/tailcall-only.exp
12780 * gdb.btrace/tailcall.exp
12781 * gdb.btrace/tsx.exp
12782 * gdb.btrace/unknown_functions.exp
12783 * gdb.btrace/vdso.exp
12784 * gdb.compile/compile-ifunc.exp
12785 * gdb.compile/compile-ops.exp
12786 * gdb.compile/compile-print.exp
12787 * gdb.compile/compile-setjmp.exp
12788 * gdb.cp/abstract-origin.exp
12789 * gdb.cp/ambiguous.exp
12790 * gdb.cp/annota2.exp
12791 * gdb.cp/annota3.exp
12792 * gdb.cp/anon-ns.exp
12793 * gdb.cp/anon-struct.exp
12794 * gdb.cp/anon-union.exp
12795 * gdb.cp/arg-reference.exp
12796 * gdb.cp/baseenum.exp
12797 * gdb.cp/bool.exp
12798 * gdb.cp/breakpoint.exp
12799 * gdb.cp/bs15503.exp
12800 * gdb.cp/call-c.exp
12801 * gdb.cp/casts.exp
12802 * gdb.cp/chained-calls.exp
12803 * gdb.cp/class2.exp
12804 * gdb.cp/classes.exp
12805 * gdb.cp/cmpd-minsyms.exp
12806 * gdb.cp/converts.exp
12807 * gdb.cp/cp-relocate.exp
12808 * gdb.cp/cpcompletion.exp
12809 * gdb.cp/cpexprs.exp
12810 * gdb.cp/cplabel.exp
12811 * gdb.cp/cplusfuncs.exp
12812 * gdb.cp/cpsizeof.exp
12813 * gdb.cp/ctti.exp
12814 * gdb.cp/derivation.exp
12815 * gdb.cp/destrprint.exp
12816 * gdb.cp/dispcxx.exp
12817 * gdb.cp/enum-class.exp
12818 * gdb.cp/exception.exp
12819 * gdb.cp/exceptprint.exp
12820 * gdb.cp/expand-psymtabs-cxx.exp
12821 * gdb.cp/expand-sals.exp
12822 * gdb.cp/extern-c.exp
12823 * gdb.cp/filename.exp
12824 * gdb.cp/formatted-ref.exp
12825 * gdb.cp/fpointer.exp
12826 * gdb.cp/gdb1355.exp
12827 * gdb.cp/gdb2495.exp
12828 * gdb.cp/hang.exp
12829 * gdb.cp/impl-this.exp
12830 * gdb.cp/infcall-dlopen.exp
12831 * gdb.cp/inherit.exp
12832 * gdb.cp/iostream.exp
12833 * gdb.cp/koenig.exp
12834 * gdb.cp/local.exp
12835 * gdb.cp/m-data.exp
12836 * gdb.cp/m-static.exp
12837 * gdb.cp/mb-ctor.exp
12838 * gdb.cp/mb-inline.exp
12839 * gdb.cp/mb-templates.exp
12840 * gdb.cp/member-name.exp
12841 * gdb.cp/member-ptr.exp
12842 * gdb.cp/meth-typedefs.exp
12843 * gdb.cp/method.exp
12844 * gdb.cp/method2.exp
12845 * gdb.cp/minsym-fallback.exp
12846 * gdb.cp/misc.exp
12847 * gdb.cp/namelessclass.exp
12848 * gdb.cp/namespace-enum.exp
12849 * gdb.cp/namespace-nested-import.exp
12850 * gdb.cp/namespace.exp
12851 * gdb.cp/nextoverthrow.exp
12852 * gdb.cp/no-dmgl-verbose.exp
12853 * gdb.cp/non-trivial-retval.exp
12854 * gdb.cp/noparam.exp
12855 * gdb.cp/nsdecl.exp
12856 * gdb.cp/nsimport.exp
12857 * gdb.cp/nsnested.exp
12858 * gdb.cp/nsnoimports.exp
12859 * gdb.cp/nsrecurs.exp
12860 * gdb.cp/nsstress.exp
12861 * gdb.cp/nsusing.exp
12862 * gdb.cp/operator.exp
12863 * gdb.cp/oranking.exp
12864 * gdb.cp/overload-const.exp
12865 * gdb.cp/overload.exp
12866 * gdb.cp/ovldbreak.exp
12867 * gdb.cp/ovsrch.exp
12868 * gdb.cp/paren-type.exp
12869 * gdb.cp/parse-lang.exp
12870 * gdb.cp/pass-by-ref.exp
12871 * gdb.cp/pr-1023.exp
12872 * gdb.cp/pr-1210.exp
12873 * gdb.cp/pr-574.exp
12874 * gdb.cp/pr10687.exp
12875 * gdb.cp/pr12028.exp
12876 * gdb.cp/pr17132.exp
12877 * gdb.cp/pr17494.exp
12878 * gdb.cp/pr9067.exp
12879 * gdb.cp/pr9167.exp
12880 * gdb.cp/pr9631.exp
12881 * gdb.cp/printmethod.exp
12882 * gdb.cp/psmang.exp
12883 * gdb.cp/psymtab-parameter.exp
12884 * gdb.cp/ptype-cv-cp.exp
12885 * gdb.cp/ptype-flags.exp
12886 * gdb.cp/re-set-overloaded.exp
12887 * gdb.cp/ref-types.exp
12888 * gdb.cp/rtti.exp
12889 * gdb.cp/scope-err.exp
12890 * gdb.cp/shadow.exp
12891 * gdb.cp/smartp.exp
12892 * gdb.cp/static-method.exp
12893 * gdb.cp/static-print-quit.exp
12894 * gdb.cp/temargs.exp
12895 * gdb.cp/templates.exp
12896 * gdb.cp/try_catch.exp
12897 * gdb.cp/typedef-operator.exp
12898 * gdb.cp/typeid.exp
12899 * gdb.cp/userdef.exp
12900 * gdb.cp/using-crash.exp
12901 * gdb.cp/var-tag.exp
12902 * gdb.cp/virtbase.exp
12903 * gdb.cp/virtfunc.exp
12904 * gdb.cp/virtfunc2.exp
12905 * gdb.cp/vla-cxx.exp
12906 * gdb.disasm/t01_mov.exp
12907 * gdb.disasm/t02_mova.exp
12908 * gdb.disasm/t03_add.exp
12909 * gdb.disasm/t04_sub.exp
12910 * gdb.disasm/t05_cmp.exp
12911 * gdb.disasm/t06_ari2.exp
12912 * gdb.disasm/t07_ari3.exp
12913 * gdb.disasm/t08_or.exp
12914 * gdb.disasm/t09_xor.exp
12915 * gdb.disasm/t10_and.exp
12916 * gdb.disasm/t11_logs.exp
12917 * gdb.disasm/t12_bit.exp
12918 * gdb.disasm/t13_otr.exp
12919 * gdb.dlang/circular.exp
12920 * gdb.dwarf2/arr-stride.exp
12921 * gdb.dwarf2/arr-subrange.exp
12922 * gdb.dwarf2/atomic-type.exp
12923 * gdb.dwarf2/bad-regnum.exp
12924 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12925 * gdb.dwarf2/callframecfa.exp
12926 * gdb.dwarf2/clztest.exp
12927 * gdb.dwarf2/corrupt.exp
12928 * gdb.dwarf2/data-loc.exp
12929 * gdb.dwarf2/dup-psym.exp
12930 * gdb.dwarf2/dw2-anon-mptr.exp
12931 * gdb.dwarf2/dw2-anonymous-func.exp
12932 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12933 * gdb.dwarf2/dw2-bad-unresolved.exp
12934 * gdb.dwarf2/dw2-basic.exp
12935 * gdb.dwarf2/dw2-canonicalize-type.exp
12936 * gdb.dwarf2/dw2-case-insensitive.exp
12937 * gdb.dwarf2/dw2-common-block.exp
12938 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12939 * gdb.dwarf2/dw2-compressed.exp
12940 * gdb.dwarf2/dw2-const.exp
12941 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12942 * gdb.dwarf2/dw2-cu-size.exp
12943 * gdb.dwarf2/dw2-dup-frame.exp
12944 * gdb.dwarf2/dw2-entry-value.exp
12945 * gdb.dwarf2/dw2-icycle.exp
12946 * gdb.dwarf2/dw2-ifort-parameter.exp
12947 * gdb.dwarf2/dw2-inline-break.exp
12948 * gdb.dwarf2/dw2-inline-param.exp
12949 * gdb.dwarf2/dw2-intercu.exp
12950 * gdb.dwarf2/dw2-intermix.exp
12951 * gdb.dwarf2/dw2-lexical-block-bare.exp
12952 * gdb.dwarf2/dw2-linkage-name-trust.exp
12953 * gdb.dwarf2/dw2-minsym-in-cu.exp
12954 * gdb.dwarf2/dw2-noloc.exp
12955 * gdb.dwarf2/dw2-op-call.exp
12956 * gdb.dwarf2/dw2-op-out-param.exp
12957 * gdb.dwarf2/dw2-opt-structptr.exp
12958 * gdb.dwarf2/dw2-param-error.exp
12959 * gdb.dwarf2/dw2-producer.exp
12960 * gdb.dwarf2/dw2-ranges-base.exp
12961 * gdb.dwarf2/dw2-ref-missing-frame.exp
12962 * gdb.dwarf2/dw2-reg-undefined.exp
12963 * gdb.dwarf2/dw2-regno-invalid.exp
12964 * gdb.dwarf2/dw2-restore.exp
12965 * gdb.dwarf2/dw2-restrict.exp
12966 * gdb.dwarf2/dw2-single-line-discriminators.exp
12967 * gdb.dwarf2/dw2-strp.exp
12968 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12969 * gdb.dwarf2/dw2-unresolved.exp
12970 * gdb.dwarf2/dw2-var-zero-addr.exp
12971 * gdb.dwarf2/dw4-sig-types.exp
12972 * gdb.dwarf2/dwz.exp
12973 * gdb.dwarf2/dynarr-ptr.exp
12974 * gdb.dwarf2/enum-type.exp
12975 * gdb.dwarf2/gdb-index.exp
12976 * gdb.dwarf2/implptr-64bit.exp
12977 * gdb.dwarf2/implptr-optimized-out.exp
12978 * gdb.dwarf2/implptr.exp
12979 * gdb.dwarf2/implref-array.exp
12980 * gdb.dwarf2/implref-const.exp
12981 * gdb.dwarf2/implref-global.exp
12982 * gdb.dwarf2/implref-struct.exp
12983 * gdb.dwarf2/mac-fileno.exp
12984 * gdb.dwarf2/main-subprogram.exp
12985 * gdb.dwarf2/member-ptr-forwardref.exp
12986 * gdb.dwarf2/method-ptr.exp
12987 * gdb.dwarf2/missing-sig-type.exp
12988 * gdb.dwarf2/nonvar-access.exp
12989 * gdb.dwarf2/opaque-type-lookup.exp
12990 * gdb.dwarf2/pieces-optimized-out.exp
12991 * gdb.dwarf2/pieces.exp
12992 * gdb.dwarf2/pr10770.exp
12993 * gdb.dwarf2/pr13961.exp
12994 * gdb.dwarf2/staticvirtual.exp
12995 * gdb.dwarf2/subrange.exp
12996 * gdb.dwarf2/symtab-producer.exp
12997 * gdb.dwarf2/trace-crash.exp
12998 * gdb.dwarf2/typeddwarf.exp
12999 * gdb.dwarf2/valop.exp
13000 * gdb.dwarf2/watch-notconst.exp
13001 * gdb.fortran/array-element.exp
13002 * gdb.fortran/charset.exp
13003 * gdb.fortran/common-block.exp
13004 * gdb.fortran/complex.exp
13005 * gdb.fortran/derived-type-function.exp
13006 * gdb.fortran/derived-type.exp
13007 * gdb.fortran/logical.exp
13008 * gdb.fortran/module.exp
13009 * gdb.fortran/multi-dim.exp
13010 * gdb.fortran/nested-funcs.exp
13011 * gdb.fortran/print-formatted.exp
13012 * gdb.fortran/subarray.exp
13013 * gdb.fortran/vla-alloc-assoc.exp
13014 * gdb.fortran/vla-datatypes.exp
13015 * gdb.fortran/vla-history.exp
13016 * gdb.fortran/vla-ptr-info.exp
13017 * gdb.fortran/vla-ptype-sub.exp
13018 * gdb.fortran/vla-ptype.exp
13019 * gdb.fortran/vla-sizeof.exp
13020 * gdb.fortran/vla-type.exp
13021 * gdb.fortran/vla-value-sub-arbitrary.exp
13022 * gdb.fortran/vla-value-sub-finish.exp
13023 * gdb.fortran/vla-value-sub.exp
13024 * gdb.fortran/vla-value.exp
13025 * gdb.fortran/whatis_type.exp
13026 * gdb.go/chan.exp
13027 * gdb.go/handcall.exp
13028 * gdb.go/hello.exp
13029 * gdb.go/integers.exp
13030 * gdb.go/methods.exp
13031 * gdb.go/package.exp
13032 * gdb.go/strings.exp
13033 * gdb.go/types.exp
13034 * gdb.go/unsafe.exp
13035 * gdb.guile/scm-arch.exp
13036 * gdb.guile/scm-block.exp
13037 * gdb.guile/scm-breakpoint.exp
13038 * gdb.guile/scm-cmd.exp
13039 * gdb.guile/scm-disasm.exp
13040 * gdb.guile/scm-equal.exp
13041 * gdb.guile/scm-frame-args.exp
13042 * gdb.guile/scm-frame-inline.exp
13043 * gdb.guile/scm-frame.exp
13044 * gdb.guile/scm-iterator.exp
13045 * gdb.guile/scm-math.exp
13046 * gdb.guile/scm-objfile.exp
13047 * gdb.guile/scm-ports.exp
13048 * gdb.guile/scm-symbol.exp
13049 * gdb.guile/scm-symtab.exp
13050 * gdb.guile/scm-value-cc.exp
13051 * gdb.guile/types-module.exp
13052 * gdb.linespec/break-ask.exp
13053 * gdb.linespec/cpexplicit.exp
13054 * gdb.linespec/explicit.exp
13055 * gdb.linespec/keywords.exp
13056 * gdb.linespec/linespec.exp
13057 * gdb.linespec/ls-dollar.exp
13058 * gdb.linespec/ls-errs.exp
13059 * gdb.linespec/skip-two.exp
13060 * gdb.linespec/thread.exp
13061 * gdb.mi/mi-async.exp
13062 * gdb.mi/mi-basics.exp
13063 * gdb.mi/mi-break.exp
13064 * gdb.mi/mi-catch-load.exp
13065 * gdb.mi/mi-cli.exp
13066 * gdb.mi/mi-cmd-param-changed.exp
13067 * gdb.mi/mi-console.exp
13068 * gdb.mi/mi-detach.exp
13069 * gdb.mi/mi-disassemble.exp
13070 * gdb.mi/mi-eval.exp
13071 * gdb.mi/mi-file-transfer.exp
13072 * gdb.mi/mi-file.exp
13073 * gdb.mi/mi-fill-memory.exp
13074 * gdb.mi/mi-inheritance-syntax-error.exp
13075 * gdb.mi/mi-linespec-err-cp.exp
13076 * gdb.mi/mi-logging.exp
13077 * gdb.mi/mi-memory-changed.exp
13078 * gdb.mi/mi-read-memory.exp
13079 * gdb.mi/mi-record-changed.exp
13080 * gdb.mi/mi-reg-undefined.exp
13081 * gdb.mi/mi-regs.exp
13082 * gdb.mi/mi-return.exp
13083 * gdb.mi/mi-reverse.exp
13084 * gdb.mi/mi-simplerun.exp
13085 * gdb.mi/mi-solib.exp
13086 * gdb.mi/mi-stack.exp
13087 * gdb.mi/mi-stepi.exp
13088 * gdb.mi/mi-syn-frame.exp
13089 * gdb.mi/mi-until.exp
13090 * gdb.mi/mi-var-block.exp
13091 * gdb.mi/mi-var-child.exp
13092 * gdb.mi/mi-var-cmd.exp
13093 * gdb.mi/mi-var-cp.exp
13094 * gdb.mi/mi-var-display.exp
13095 * gdb.mi/mi-var-invalidate.exp
13096 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13097 * gdb.mi/mi-vla-fortran.exp
13098 * gdb.mi/mi-watch.exp
13099 * gdb.mi/mi2-var-child.exp
13100 * gdb.mi/user-selected-context-sync.exp
13101 * gdb.modula2/unbounded-array.exp
13102 * gdb.multi/dummy-frame-restore.exp
13103 * gdb.multi/multi-arch-exec.exp
13104 * gdb.multi/multi-arch.exp
13105 * gdb.multi/tids.exp
13106 * gdb.multi/watchpoint-multi.exp
13107 * gdb.opencl/callfuncs.exp
13108 * gdb.opencl/convs_casts.exp
13109 * gdb.opencl/datatypes.exp
13110 * gdb.opencl/operators.exp
13111 * gdb.opencl/vec_comps.exp
13112 * gdb.opt/clobbered-registers-O2.exp
13113 * gdb.opt/inline-break.exp
13114 * gdb.opt/inline-bt.exp
13115 * gdb.opt/inline-cmds.exp
13116 * gdb.opt/inline-locals.exp
13117 * gdb.pascal/case-insensitive-symbols.exp
13118 * gdb.pascal/floats.exp
13119 * gdb.pascal/gdb11492.exp
13120 * gdb.python/lib-types.exp
13121 * gdb.python/py-arch.exp
13122 * gdb.python/py-as-string.exp
13123 * gdb.python/py-bad-printers.exp
13124 * gdb.python/py-block.exp
13125 * gdb.python/py-breakpoint-create-fail.exp
13126 * gdb.python/py-breakpoint.exp
13127 * gdb.python/py-caller-is.exp
13128 * gdb.python/py-cmd.exp
13129 * gdb.python/py-explore-cc.exp
13130 * gdb.python/py-explore.exp
13131 * gdb.python/py-finish-breakpoint.exp
13132 * gdb.python/py-finish-breakpoint2.exp
13133 * gdb.python/py-frame-args.exp
13134 * gdb.python/py-frame-inline.exp
13135 * gdb.python/py-frame.exp
13136 * gdb.python/py-framefilter-mi.exp
13137 * gdb.python/py-infthread.exp
13138 * gdb.python/py-lazy-string.exp
13139 * gdb.python/py-linetable.exp
13140 * gdb.python/py-mi-events.exp
13141 * gdb.python/py-mi-objfile.exp
13142 * gdb.python/py-mi.exp
13143 * gdb.python/py-objfile.exp
13144 * gdb.python/py-pp-integral.exp
13145 * gdb.python/py-pp-maint.exp
13146 * gdb.python/py-pp-re-notag.exp
13147 * gdb.python/py-pp-registration.exp
13148 * gdb.python/py-recurse-unwind.exp
13149 * gdb.python/py-strfns.exp
13150 * gdb.python/py-symbol.exp
13151 * gdb.python/py-symtab.exp
13152 * gdb.python/py-sync-interp.exp
13153 * gdb.python/py-typeprint.exp
13154 * gdb.python/py-unwind-maint.exp
13155 * gdb.python/py-unwind.exp
13156 * gdb.python/py-value-cc.exp
13157 * gdb.python/py-xmethods.exp
13158 * gdb.reverse/amd64-tailcall-reverse.exp
13159 * gdb.reverse/break-precsave.exp
13160 * gdb.reverse/break-reverse.exp
13161 * gdb.reverse/consecutive-precsave.exp
13162 * gdb.reverse/consecutive-reverse.exp
13163 * gdb.reverse/finish-precsave.exp
13164 * gdb.reverse/finish-reverse-bkpt.exp
13165 * gdb.reverse/finish-reverse.exp
13166 * gdb.reverse/fstatat-reverse.exp
13167 * gdb.reverse/getresuid-reverse.exp
13168 * gdb.reverse/i386-precsave.exp
13169 * gdb.reverse/i386-reverse.exp
13170 * gdb.reverse/i386-sse-reverse.exp
13171 * gdb.reverse/i387-env-reverse.exp
13172 * gdb.reverse/i387-stack-reverse.exp
13173 * gdb.reverse/insn-reverse.exp
13174 * gdb.reverse/machinestate-precsave.exp
13175 * gdb.reverse/machinestate.exp
13176 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13177 * gdb.reverse/pipe-reverse.exp
13178 * gdb.reverse/readv-reverse.exp
13179 * gdb.reverse/recvmsg-reverse.exp
13180 * gdb.reverse/rerun-prec.exp
13181 * gdb.reverse/s390-mvcle.exp
13182 * gdb.reverse/step-precsave.exp
13183 * gdb.reverse/step-reverse.exp
13184 * gdb.reverse/time-reverse.exp
13185 * gdb.reverse/until-precsave.exp
13186 * gdb.reverse/until-reverse.exp
13187 * gdb.reverse/waitpid-reverse.exp
13188 * gdb.reverse/watch-precsave.exp
13189 * gdb.reverse/watch-reverse.exp
13190 * gdb.rust/generics.exp
13191 * gdb.rust/methods.exp
13192 * gdb.rust/modules.exp
13193 * gdb.rust/simple.exp
13194 * gdb.server/connect-with-no-symbol-file.exp
13195 * gdb.server/ext-attach.exp
13196 * gdb.server/ext-restart.exp
13197 * gdb.server/ext-wrapper.exp
13198 * gdb.server/file-transfer.exp
13199 * gdb.server/server-exec-info.exp
13200 * gdb.server/server-kill.exp
13201 * gdb.server/server-mon.exp
13202 * gdb.server/wrapper.exp
13203 * gdb.stabs/exclfwd.exp
13204 * gdb.stabs/gdb11479.exp
13205 * gdb.threads/clone-new-thread-event.exp
13206 * gdb.threads/corethreads.exp
13207 * gdb.threads/current-lwp-dead.exp
13208 * gdb.threads/dlopen-libpthread.exp
13209 * gdb.threads/gcore-thread.exp
13210 * gdb.threads/sigstep-threads.exp
13211 * gdb.threads/watchpoint-fork.exp
13212 * gdb.trace/actions-changed.exp
13213 * gdb.trace/backtrace.exp
13214 * gdb.trace/change-loc.exp
13215 * gdb.trace/circ.exp
13216 * gdb.trace/collection.exp
13217 * gdb.trace/disconnected-tracing.exp
13218 * gdb.trace/ftrace.exp
13219 * gdb.trace/mi-trace-frame-collected.exp
13220 * gdb.trace/mi-trace-unavailable.exp
13221 * gdb.trace/mi-traceframe-changed.exp
13222 * gdb.trace/mi-tsv-changed.exp
13223 * gdb.trace/no-attach-trace.exp
13224 * gdb.trace/passc-dyn.exp
13225 * gdb.trace/qtro.exp
13226 * gdb.trace/range-stepping.exp
13227 * gdb.trace/read-memory.exp
13228 * gdb.trace/save-trace.exp
13229 * gdb.trace/signal.exp
13230 * gdb.trace/status-stop.exp
13231 * gdb.trace/tfile.exp
13232 * gdb.trace/trace-break.exp
13233 * gdb.trace/trace-buffer-size.exp
13234 * gdb.trace/trace-condition.exp
13235 * gdb.trace/tracefile-pseudo-reg.exp
13236 * gdb.trace/tstatus.exp
13237 * gdb.trace/unavailable.exp
13238 * gdb.trace/while-dyn.exp
13239 * gdb.trace/while-stepping.exp
13240
34c41c68
DE
132412016-12-22 Doug Evans <xdje42@gmail.com>
13242
13243 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13244 and msymbols.
13245
16e69324
YQ
132462016-12-19 Yao Qi <yao.qi@linaro.org>
13247
13248 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13249 (test_with_self): Don't call do_steps_and_nexts, and remove
13250 code about stepping into xmalloc.
13251
f94f411b
YQ
132522016-12-09 Yao Qi <yao.qi@linaro.org>
13253
13254 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13255
132562016-12-09 Yao Qi <yao.qi@linaro.org>
13257
13258 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13259
f1b5deee
PA
132602016-12-09 Pedro Alves <palves@redhat.com>
13261
13262 * gdb.base/all-architectures-0.exp: New file.
13263 * gdb.base/all-architectures-1.exp: New file.
13264 * gdb.base/all-architectures-2.exp: New file.
13265 * gdb.base/all-architectures-3.exp: New file.
13266 * gdb.base/all-architectures-4.exp: New file.
13267 * gdb.base/all-architectures-5.exp: New file.
13268 * gdb.base/all-architectures-6.exp: New file.
13269 * gdb.base/all-architectures-7.exp: New file.
13270 * gdb.base/all-architectures.exp.in: New file.
13271
364ca42e
YQ
132722016-12-09 Yao Qi <yao.qi@linaro.org>
13273
13274 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13275
107c2d62
LM
132762016-12-02 Luis Machado <lgustavo@codesourcery.com>
13277
13278 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13279 possible.
13280 Remove useless pattern-matching code.
13281
df3ee9ca
PA
132822016-12-02 Pedro Alves <palves@redhat.com>
13283
13284 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13285 procedure.
13286 (top level): Call it.
13287
ec835369
PA
132882016-12-02 Pedro Alves <palves@redhat.com>
13289
13290 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13291 New procedure.
13292 (top level): Call it.
13293
01770bbd
PA
132942016-12-02 Pedro Alves <palves@redhat.com>
13295
13296 PR cli/20559
13297 * gdb.base/commands.exp (user_defined_command_args_eval): New
13298 procedure.
13299 (top level): Call it.
13300
008459ea
LM
133012016-12-02 Luis Machado <lgustavo@codesourcery.com>
13302
13303 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13304 timeout handling.
13305
0c1b455e
TT
133062016-12-02 Tom Tromey <tom@tromey.com>
13307
13308 * gdb.dwarf2/main-subprogram.c: New file.
13309 * gdb.dwarf2/main-subprogram.exp: New file.
13310
018572b8
LM
133112016-12-01 Luis Machado <lgustavo@codesourcery.com>
13312
13313 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13314 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13315 gdb_test_no_output for a couple of cases.
13316 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13317
84c93cd5
LM
133182016-12-01 Luis Machado <lgustavo@codesourcery.com>
13319
13320 Fix test names and standardize compilation error messages throughout
13321 the following files:
13322
13323 * gdb.ada/start.exp
13324 * gdb.arch/alpha-step.exp
13325 * gdb.arch/e500-prologue.exp
13326 * gdb.arch/ftrace-insn-reloc.exp
13327 * gdb.arch/gdb1291.exp
13328 * gdb.arch/gdb1431.exp
13329 * gdb.arch/gdb1558.exp
13330 * gdb.arch/i386-dr3-watch.exp
13331 * gdb.arch/i386-sse-stack-align.exp
13332 * gdb.arch/ia64-breakpoint-shadow.exp
13333 * gdb.arch/pa-nullify.exp
13334 * gdb.arch/powerpc-aix-prologue.exp
13335 * gdb.arch/thumb-bx-pc.exp
13336 * gdb.base/annota1.exp
13337 * gdb.base/annota3.exp
13338 * gdb.base/arrayidx.exp
13339 * gdb.base/assign.exp
13340 * gdb.base/attach.exp
13341 * gdb.base/auxv.exp
13342 * gdb.base/bang.exp
13343 * gdb.base/bfp-test.exp
13344 * gdb.base/bigcore.exp
13345 * gdb.base/bitfields2.exp
13346 * gdb.base/break-fun-addr.exp
13347 * gdb.base/break-probes.exp
13348 * gdb.base/call-rt-st.exp
13349 * gdb.base/callexit.exp
13350 * gdb.base/catch-fork-kill.exp
13351 * gdb.base/charset.exp
13352 * gdb.base/checkpoint.exp
13353 * gdb.base/comprdebug.exp
13354 * gdb.base/constvars.exp
13355 * gdb.base/coredump-filter.exp
13356 * gdb.base/cursal.exp
13357 * gdb.base/cvexpr.exp
13358 * gdb.base/detach.exp
13359 * gdb.base/display.exp
13360 * gdb.base/dmsym.exp
13361 * gdb.base/dprintf-pending.exp
13362 * gdb.base/dso2dso.exp
13363 * gdb.base/dtrace-probe.exp
13364 * gdb.base/dump.exp
13365 * gdb.base/enum_cond.exp
13366 * gdb.base/exe-lock.exp
13367 * gdb.base/exec-invalid-sysroot.exp
13368 * gdb.base/execl-update-breakpoints.exp
13369 * gdb.base/exprs.exp
13370 * gdb.base/fileio.exp
13371 * gdb.base/find.exp
13372 * gdb.base/finish.exp
13373 * gdb.base/fixsection.exp
13374 * gdb.base/foll-vfork.exp
13375 * gdb.base/frame-args.exp
13376 * gdb.base/gcore.exp
13377 * gdb.base/gdb1250.exp
13378 * gdb.base/global-var-nested-by-dso.exp
13379 * gdb.base/gnu-ifunc.exp
13380 * gdb.base/hashline1.exp
13381 * gdb.base/hashline2.exp
13382 * gdb.base/hashline3.exp
13383 * gdb.base/hbreak-in-shr-unsupported.exp
13384 * gdb.base/huge.exp
13385 * gdb.base/infcall-input.exp
13386 * gdb.base/info-fun.exp
13387 * gdb.base/info-shared.exp
13388 * gdb.base/jit-simple.exp
13389 * gdb.base/jit-so.exp
13390 * gdb.base/jit.exp
13391 * gdb.base/jump.exp
13392 * gdb.base/label.exp
13393 * gdb.base/lineinc.exp
13394 * gdb.base/logical.exp
13395 * gdb.base/longjmp.exp
13396 * gdb.base/macscp.exp
13397 * gdb.base/miscexprs.exp
13398 * gdb.base/new-ui-echo.exp
13399 * gdb.base/new-ui-pending-input.exp
13400 * gdb.base/new-ui.exp
13401 * gdb.base/nodebug.exp
13402 * gdb.base/nofield.exp
13403 * gdb.base/offsets.exp
13404 * gdb.base/overlays.exp
13405 * gdb.base/pending.exp
13406 * gdb.base/pointers.exp
13407 * gdb.base/pr11022.exp
13408 * gdb.base/printcmds.exp
13409 * gdb.base/prologue.exp
13410 * gdb.base/ptr-typedef.exp
13411 * gdb.base/realname-expand.exp
13412 * gdb.base/relativedebug.exp
13413 * gdb.base/relocate.exp
13414 * gdb.base/remote.exp
13415 * gdb.base/reread.exp
13416 * gdb.base/return2.exp
13417 * gdb.base/savedregs.exp
13418 * gdb.base/sep.exp
13419 * gdb.base/sepdebug.exp
13420 * gdb.base/sepsymtab.exp
13421 * gdb.base/set-inferior-tty.exp
13422 * gdb.base/setshow.exp
13423 * gdb.base/shlib-call.exp
13424 * gdb.base/sigaltstack.exp
13425 * gdb.base/siginfo-addr.exp
13426 * gdb.base/signals.exp
13427 * gdb.base/signull.exp
13428 * gdb.base/sigrepeat.exp
13429 * gdb.base/so-impl-ld.exp
13430 * gdb.base/solib-display.exp
13431 * gdb.base/solib-overlap.exp
13432 * gdb.base/solib-search.exp
13433 * gdb.base/solib-symbol.exp
13434 * gdb.base/structs.exp
13435 * gdb.base/structs2.exp
13436 * gdb.base/symtab-search-order.exp
13437 * gdb.base/twice.exp
13438 * gdb.base/unload.exp
13439 * gdb.base/varargs.exp
13440 * gdb.base/watchpoint-solib.exp
13441 * gdb.base/watchpoint.exp
13442 * gdb.base/whatis.exp
13443 * gdb.base/wrong_frame_bt_full.exp
13444 * gdb.btrace/dlopen.exp
13445 * gdb.cell/ea-standalone.exp
13446 * gdb.cell/ea-test.exp
13447 * gdb.cp/dispcxx.exp
13448 * gdb.cp/gdb2384.exp
13449 * gdb.cp/method2.exp
13450 * gdb.cp/nextoverthrow.exp
13451 * gdb.cp/pr10728.exp
13452 * gdb.disasm/am33.exp
13453 * gdb.disasm/h8300s.exp
13454 * gdb.disasm/mn10300.exp
13455 * gdb.disasm/sh3.exp
13456 * gdb.dwarf2/dw2-dir-file-name.exp
13457 * gdb.fortran/complex.exp
13458 * gdb.fortran/library-module.exp
13459 * gdb.guile/scm-pretty-print.exp
13460 * gdb.guile/scm-symbol.exp
13461 * gdb.guile/scm-type.exp
13462 * gdb.guile/scm-value.exp
13463 * gdb.linespec/linespec.exp
13464 * gdb.mi/gdb701.exp
13465 * gdb.mi/gdb792.exp
13466 * gdb.mi/mi-breakpoint-changed.exp
13467 * gdb.mi/mi-dprintf-pending.exp
13468 * gdb.mi/mi-dprintf.exp
13469 * gdb.mi/mi-exit-code.exp
13470 * gdb.mi/mi-pending.exp
13471 * gdb.mi/mi-solib.exp
13472 * gdb.mi/new-ui-mi-sync.exp
13473 * gdb.mi/pr11022.exp
13474 * gdb.mi/user-selected-context-sync.exp
13475 * gdb.opt/solib-intra-step.exp
13476 * gdb.python/py-events.exp
13477 * gdb.python/py-finish-breakpoint.exp
13478 * gdb.python/py-mi.exp
13479 * gdb.python/py-prettyprint.exp
13480 * gdb.python/py-shared.exp
13481 * gdb.python/py-symbol.exp
13482 * gdb.python/py-template.exp
13483 * gdb.python/py-type.exp
13484 * gdb.python/py-value.exp
13485 * gdb.reverse/solib-precsave.exp
13486 * gdb.reverse/solib-reverse.exp
13487 * gdb.server/solib-list.exp
13488 * gdb.stabs/weird.exp
13489 * gdb.threads/reconnect-signal.exp
13490 * gdb.threads/stepi-random-signal.exp
13491 * gdb.trace/actions.exp
13492 * gdb.trace/ax.exp
13493 * gdb.trace/backtrace.exp
13494 * gdb.trace/change-loc.exp
13495 * gdb.trace/deltrace.exp
13496 * gdb.trace/ftrace-lock.exp
13497 * gdb.trace/ftrace.exp
13498 * gdb.trace/infotrace.exp
13499 * gdb.trace/mi-tracepoint-changed.exp
13500 * gdb.trace/packetlen.exp
13501 * gdb.trace/passcount.exp
13502 * gdb.trace/pending.exp
13503 * gdb.trace/range-stepping.exp
13504 * gdb.trace/report.exp
13505 * gdb.trace/stap-trace.exp
13506 * gdb.trace/tfind.exp
13507 * gdb.trace/trace-break.exp
13508 * gdb.trace/trace-condition.exp
13509 * gdb.trace/trace-enable-disable.exp
13510 * gdb.trace/trace-mt.exp
13511 * gdb.trace/tracecmd.exp
13512 * gdb.trace/tspeed.exp
13513 * gdb.trace/tsv.exp
13514 * lib/perftest.exp
13515
fb9feb35
LM
135162016-12-01 Luis Machado <lgustavo@codesourcery.com>
13517
13518 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13519 with gdb_test_no_output.
13520 Use command as test name.
13521
cd2ddb6c
LM
135222016-12-01 Luis Machado <lgustavo@codesourcery.com>
13523
13524 Fix test names starting with uppercase throughout the files.
13525
13526 * gdb.ada/assign_1.exp
13527 * gdb.ada/boolean_expr.exp
13528 * gdb.base/arrayidx.exp
13529 * gdb.base/del.exp
13530 * gdb.base/gcore-buffer-overflow.exp
13531 * gdb.base/testenv.exp
13532 * gdb.compile/compile.exp
13533 * gdb.python/py-framefilter-invalidarg.exp
13534 * gdb.python/py-framefilter.exp
13535
bb95117e
LM
135362016-12-01 Luis Machado <lgustavo@codesourcery.com>
13537
13538 Fix test names starting with uppercase throughout the files.
13539
13540 * gdb.ada/array_return.exp
13541 * gdb.ada/expr_delims.exp
13542 * gdb.ada/mi_dyn_arr.exp
13543 * gdb.ada/mi_interface.exp
13544 * gdb.ada/mi_var_array.exp
13545 * gdb.ada/watch_arg.exp
13546 * gdb.arch/alpha-step.exp
13547 * gdb.arch/altivec-regs.exp
13548 * gdb.arch/e500-regs.exp
13549 * gdb.arch/powerpc-d128-regs.exp
13550 * gdb.base/arrayidx.exp
13551 * gdb.base/break.exp
13552 * gdb.base/checkpoint.exp
13553 * gdb.base/debug-expr.exp
13554 * gdb.base/dmsym.exp
13555 * gdb.base/radix.exp
13556 * gdb.base/sepdebug.exp
13557 * gdb.base/testenv.exp
13558 * gdb.base/watch_thread_num.exp
13559 * gdb.base/watchpoint-cond-gone.exp
13560 * gdb.cell/break.exp
13561 * gdb.cell/ea-cache.exp
13562 * gdb.compile/compile.exp
13563 * gdb.cp/gdb2495.exp
13564 * gdb.gdb/selftest.exp
13565 * gdb.gdb/xfullpath.exp
13566 * gdb.go/hello.exp
13567 * gdb.go/integers.exp
13568 * gdb.objc/basicclass.exp
13569 * gdb.pascal/hello.exp
13570 * gdb.pascal/integers.exp
13571 * gdb.python/py-breakpoint.exp
13572 * gdb.python/py-cmd.exp
13573 * gdb.python/py-linetable.exp
13574 * gdb.python/py-xmethods.exp
13575 * gdb.python/python.exp
13576 * gdb.reverse/consecutive-precsave.exp
13577 * gdb.reverse/finish-precsave.exp
13578 * gdb.reverse/i386-precsave.exp
13579 * gdb.reverse/machinestate-precsave.exp
13580 * gdb.reverse/sigall-precsave.exp
13581 * gdb.reverse/solib-precsave.exp
13582 * gdb.reverse/step-precsave.exp
13583 * gdb.reverse/until-precsave.exp
13584 * gdb.reverse/watch-precsave.exp
13585 * gdb.threads/leader-exit.exp
13586 * gdb.threads/pthreads.exp
13587 * gdb.threads/wp-replication.exp
13588 * gdb.trace/actions.exp
13589 * gdb.trace/mi-tsv-changed.exp
13590 * gdb.trace/tsv.exp
13591
de97fdd4
LM
135922016-12-01 Luis Machado <lgustavo@codesourcery.com>
13593
13594 Fix test names starting with uppercase throughout the files.
13595
13596 * gdb.arch/i386-bp_permanent.exp
13597 * gdb.arch/i386-gnu-cfi.exp
13598 * gdb.base/disasm-end-cu.exp
13599 * gdb.base/macscp.exp
13600 * gdb.base/pending.exp
13601 * gdb.base/watch_thread_num.exp
13602 * gdb.cp/exception.exp
13603 * gdb.cp/gdb2495.exp
13604 * gdb.cp/local.exp
13605 * gdb.python/py-evsignal.exp
13606 * gdb.python/python.exp
13607 * gdb.trace/tracecmd.exp
13608
9f058c10
LM
136092016-12-01 Luis Machado <lgustavo@codesourcery.com>
13610
13611 Fix test names starting with uppercase throughout the files.
13612
13613 * gdb.base/charset.exp
13614 * gdb.base/eval.exp
13615 * gdb.base/multi-forks.exp
13616 * gdb.guile/scm-progspace.exp
13617 * gdb.opencl/datatypes.exp
13618 * gdb.python/py-block.exp
13619 * gdb.python/py-function.exp
13620 * gdb.python/py-symbol.exp
13621 * gdb.python/py-symtab.exp
13622 * gdb.python/py-xmethods.exp
13623 * gdb.reverse/break-precsave.exp
13624 * gdb.reverse/break-reverse.exp
13625 * gdb.reverse/consecutive-precsave.exp
13626 * gdb.reverse/consecutive-reverse.exp
13627 * gdb.reverse/finish-precsave.exp
13628 * gdb.reverse/finish-reverse-bkpt.exp
13629 * gdb.reverse/finish-reverse.exp
13630 * gdb.reverse/fstatat-reverse.exp
13631 * gdb.reverse/getresuid-reverse.exp
13632 * gdb.reverse/i386-precsave.exp
13633 * gdb.reverse/i386-reverse.exp
13634 * gdb.reverse/i386-sse-reverse.exp
13635 * gdb.reverse/i387-stack-reverse.exp
13636 * gdb.reverse/insn-reverse.exp
13637 * gdb.reverse/machinestate-precsave.exp
13638 * gdb.reverse/machinestate.exp
13639 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13640 * gdb.reverse/pipe-reverse.exp
13641 * gdb.reverse/readv-reverse.exp
13642 * gdb.reverse/recvmsg-reverse.exp
13643 * gdb.reverse/rerun-prec.exp
13644 * gdb.reverse/s390-mvcle.exp
13645 * gdb.reverse/sigall-precsave.exp
13646 * gdb.reverse/sigall-reverse.exp
13647 * gdb.reverse/solib-precsave.exp
13648 * gdb.reverse/solib-reverse.exp
13649 * gdb.reverse/step-precsave.exp
13650 * gdb.reverse/step-reverse.exp
13651 * gdb.reverse/time-reverse.exp
13652 * gdb.reverse/until-precsave.exp
13653 * gdb.reverse/until-reverse.exp
13654 * gdb.reverse/waitpid-reverse.exp
13655 * gdb.reverse/watch-precsave.exp
13656 * gdb.reverse/watch-reverse.exp
13657
cdc7edd7
LM
136582016-12-01 Luis Machado <lgustavo@codesourcery.com>
13659
13660 Fix test names starting with uppercase throughout the files.
13661
13662 * gdb.arch/i386-mpx-simple_segv.exp
13663 * gdb.arch/i386-mpx.exp
13664 * gdb.arch/i386-permbkpt.exp
13665 * gdb.arch/pa-nullify.exp
13666 * gdb.arch/powerpc-d128-regs.exp
13667 * gdb.arch/vsx-regs.exp
13668 * gdb.base/bfp-test.exp
13669 * gdb.base/break.exp
13670 * gdb.base/breakpoint-shadow.exp
13671 * gdb.base/callfuncs.exp
13672 * gdb.base/charset.exp
13673 * gdb.base/commands.exp
13674 * gdb.base/completion.exp
13675 * gdb.base/dfp-test.exp
13676 * gdb.base/echo.exp
13677 * gdb.base/ending-run.exp
13678 * gdb.base/eval.exp
13679 * gdb.base/expand-psymtabs.exp
13680 * gdb.base/float128.exp
13681 * gdb.base/floatn.exp
13682 * gdb.base/foll-exec-mode.exp
13683 * gdb.base/gdb1056.exp
13684 * gdb.base/gdb11531.exp
13685 * gdb.base/kill-after-signal.exp
13686 * gdb.base/multi-forks.exp
13687 * gdb.base/overlays.exp
13688 * gdb.base/pending.exp
13689 * gdb.base/sepdebug.exp
13690 * gdb.base/testenv.exp
13691 * gdb.base/valgrind-db-attach.exp
13692 * gdb.base/watch_thread_num.exp
13693 * gdb.base/watchpoint-cond-gone.exp
13694 * gdb.base/watchpoint.exp
13695 * gdb.base/watchpoints.exp
13696 * gdb.cp/arg-reference.exp
13697 * gdb.cp/baseenum.exp
13698 * gdb.cp/operator.exp
13699 * gdb.cp/shadow.exp
13700 * gdb.dwarf2/dw2-op-out-param.exp
13701 * gdb.dwarf2/dw2-reg-undefined.exp
13702 * gdb.go/chan.exp
13703 * gdb.go/hello.exp
13704 * gdb.go/integers.exp
13705 * gdb.go/methods.exp
13706 * gdb.go/package.exp
13707 * gdb.guile/scm-parameter.exp
13708 * gdb.guile/scm-progspace.exp
13709 * gdb.guile/scm-value.exp
13710 * gdb.mi/mi-pending.exp
13711 * gdb.mi/user-selected-context-sync.exp
13712 * gdb.multi/multi-attach.exp
13713 * gdb.multi/tids.exp
13714 * gdb.opt/clobbered-registers-O2.exp
13715 * gdb.pascal/floats.exp
13716 * gdb.pascal/integers.exp
13717 * gdb.python/py-block.exp
13718 * gdb.python/py-events.exp
13719 * gdb.python/py-parameter.exp
13720 * gdb.python/py-symbol.exp
13721 * gdb.python/py-symtab.exp
13722 * gdb.python/py-type.exp
13723 * gdb.python/py-value.exp
13724 * gdb.python/py-xmethods.exp
13725 * gdb.python/python.exp
13726 * gdb.reverse/break-precsave.exp
13727 * gdb.reverse/consecutive-precsave.exp
13728 * gdb.reverse/finish-precsave.exp
13729 * gdb.reverse/i386-precsave.exp
13730 * gdb.reverse/machinestate-precsave.exp
13731 * gdb.reverse/sigall-precsave.exp
13732 * gdb.reverse/solib-precsave.exp
13733 * gdb.reverse/step-precsave.exp
13734 * gdb.reverse/until-precsave.exp
13735 * gdb.reverse/watch-precsave.exp
13736 * gdb.server/ext-attach.exp
13737 * gdb.server/ext-restart.exp
13738 * gdb.server/ext-run.exp
13739 * gdb.server/ext-wrapper.exp
13740 * gdb.stabs/gdb11479.exp
13741 * gdb.stabs/weird.exp
13742 * gdb.threads/attach-many-short-lived-threads.exp
13743 * gdb.threads/kill.exp
13744 * gdb.threads/watchpoint-fork.exp
13745
bc6c7af4
LM
137462016-12-01 Luis Machado <lgustavo@codesourcery.com>
13747
13748 Fix test names starting with uppercase throughout all the files below.
13749
13750 * gdb.ada/array_return.exp
13751 * gdb.ada/catch_ex.exp
13752 * gdb.ada/info_exc.exp
13753 * gdb.ada/mi_catch_ex.exp
13754 * gdb.ada/mi_dyn_arr.exp
13755 * gdb.ada/mi_ex_cond.exp
13756 * gdb.ada/mi_exc_info.exp
13757 * gdb.ada/mi_interface.exp
13758 * gdb.ada/mi_task_arg.exp
13759 * gdb.ada/mi_task_info.exp
13760 * gdb.ada/mi_var_array.exp
13761 * gdb.arch/alpha-step.exp
13762 * gdb.arch/amd64-disp-step.exp
13763 * gdb.arch/arm-disp-step.exp
13764 * gdb.arch/disp-step-insn-reloc.exp
13765 * gdb.arch/e500-prologue.exp
13766 * gdb.arch/ftrace-insn-reloc.exp
13767 * gdb.arch/gdb1558.exp
13768 * gdb.arch/i386-bp_permanent.exp
13769 * gdb.arch/i386-disp-step.exp
13770 * gdb.arch/i386-float.exp
13771 * gdb.arch/i386-gnu-cfi.exp
13772 * gdb.arch/ia64-breakpoint-shadow.exp
13773 * gdb.arch/mips16-thunks.exp
13774 * gdb.arch/pa-nullify.exp
13775 * gdb.arch/powerpc-aix-prologue.exp
13776 * gdb.arch/powerpc-power.exp
13777 * gdb.arch/ppc-dfp.exp
13778 * gdb.arch/s390-tdbregs.exp
13779 * gdb.arch/spu-info.exp
13780 * gdb.arch/spu-ls.exp
13781 * gdb.arch/thumb-bx-pc.exp
13782 * gdb.base/advance.exp
13783 * gdb.base/annota-input-while-running.exp
13784 * gdb.base/arrayidx.exp
13785 * gdb.base/asmlabel.exp
13786 * gdb.base/async.exp
13787 * gdb.base/attach-wait-input.exp
13788 * gdb.base/auto-connect-native-target.exp
13789 * gdb.base/batch-preserve-term-settings.exp
13790 * gdb.base/bfp-test.exp
13791 * gdb.base/bigcore.exp
13792 * gdb.base/bp-permanent.exp
13793 * gdb.base/break-always.exp
13794 * gdb.base/break-fun-addr.exp
13795 * gdb.base/break-idempotent.exp
13796 * gdb.base/break-main-file-remove-fail.exp
13797 * gdb.base/break-probes.exp
13798 * gdb.base/break-unload-file.exp
13799 * gdb.base/break.exp
13800 * gdb.base/call-ar-st.exp
13801 * gdb.base/call-rt-st.exp
13802 * gdb.base/call-sc.exp
13803 * gdb.base/call-signal-resume.exp
13804 * gdb.base/call-strs.exp
13805 * gdb.base/callexit.exp
13806 * gdb.base/callfuncs.exp
13807 * gdb.base/catch-gdb-caused-signals.exp
13808 * gdb.base/catch-signal-siginfo-cond.exp
13809 * gdb.base/catch-syscall.exp
13810 * gdb.base/compare-sections.exp
13811 * gdb.base/cond-eval-mode.exp
13812 * gdb.base/condbreak-call-false.exp
13813 * gdb.base/consecutive-step-over.exp
13814 * gdb.base/cursal.exp
13815 * gdb.base/disabled-location.exp
13816 * gdb.base/disasm-end-cu.exp
13817 * gdb.base/display.exp
13818 * gdb.base/double-prompt-target-event-error.exp
13819 * gdb.base/dprintf-bp-same-addr.exp
13820 * gdb.base/dprintf-detach.exp
13821 * gdb.base/dprintf-next.exp
13822 * gdb.base/dprintf-non-stop.exp
13823 * gdb.base/dprintf-pending.exp
13824 * gdb.base/dso2dso.exp
13825 * gdb.base/ending-run.exp
13826 * gdb.base/enum_cond.exp
13827 * gdb.base/examine-backward.exp
13828 * gdb.base/exe-lock.exp
13829 * gdb.base/exec-invalid-sysroot.exp
13830 * gdb.base/execl-update-breakpoints.exp
13831 * gdb.base/execution-termios.exp
13832 * gdb.base/fileio.exp
13833 * gdb.base/fixsection.exp
13834 * gdb.base/foll-exec-mode.exp
13835 * gdb.base/foll-exec.exp
13836 * gdb.base/fork-running-state.exp
13837 * gdb.base/frame-args.exp
13838 * gdb.base/fullpath-expand.exp
13839 * gdb.base/func-ptr.exp
13840 * gdb.base/gcore-relro-pie.exp
13841 * gdb.base/gdb1090.exp
13842 * gdb.base/gdb1555.exp
13843 * gdb.base/global-var-nested-by-dso.exp
13844 * gdb.base/gnu-ifunc.exp
13845 * gdb.base/hbreak-in-shr-unsupported.exp
13846 * gdb.base/hbreak-unmapped.exp
13847 * gdb.base/hook-stop.exp
13848 * gdb.base/infcall-input.exp
13849 * gdb.base/info-fun.exp
13850 * gdb.base/info-shared.exp
13851 * gdb.base/interrupt-noterm.exp
13852 * gdb.base/jit-so.exp
13853 * gdb.base/jit.exp
13854 * gdb.base/line-symtabs.exp
13855 * gdb.base/list.exp
13856 * gdb.base/longjmp.exp
13857 * gdb.base/macscp.exp
13858 * gdb.base/max-value-size.exp
13859 * gdb.base/nodebug.exp
13860 * gdb.base/nofield.exp
13861 * gdb.base/overlays.exp
13862 * gdb.base/paginate-after-ctrl-c-running.exp
13863 * gdb.base/paginate-bg-execution.exp
13864 * gdb.base/paginate-inferior-exit.exp
13865 * gdb.base/pending.exp
13866 * gdb.base/pr11022.exp
13867 * gdb.base/printcmds.exp
13868 * gdb.base/ptr-typedef.exp
13869 * gdb.base/ptype.exp
13870 * gdb.base/randomize.exp
13871 * gdb.base/range-stepping.exp
13872 * gdb.base/realname-expand.exp
13873 * gdb.base/relativedebug.exp
13874 * gdb.base/remote.exp
13875 * gdb.base/savedregs.exp
13876 * gdb.base/sepdebug.exp
13877 * gdb.base/set-noassign.exp
13878 * gdb.base/shlib-call.exp
13879 * gdb.base/shreloc.exp
13880 * gdb.base/sigaltstack.exp
13881 * gdb.base/sigbpt.exp
13882 * gdb.base/siginfo-addr.exp
13883 * gdb.base/siginfo-obj.exp
13884 * gdb.base/siginfo-thread.exp
13885 * gdb.base/signest.exp
13886 * gdb.base/signull.exp
13887 * gdb.base/sigrepeat.exp
13888 * gdb.base/skip.exp
13889 * gdb.base/so-impl-ld.exp
13890 * gdb.base/solib-corrupted.exp
13891 * gdb.base/solib-disc.exp
13892 * gdb.base/solib-display.exp
13893 * gdb.base/solib-overlap.exp
13894 * gdb.base/solib-search.exp
13895 * gdb.base/solib-symbol.exp
13896 * gdb.base/source-execution.exp
13897 * gdb.base/sss-bp-on-user-bp-2.exp
13898 * gdb.base/sss-bp-on-user-bp.exp
13899 * gdb.base/stack-checking.exp
13900 * gdb.base/stale-infcall.exp
13901 * gdb.base/step-break.exp
13902 * gdb.base/step-line.exp
13903 * gdb.base/step-over-exit.exp
13904 * gdb.base/step-test.exp
13905 * gdb.base/structs.exp
13906 * gdb.base/sym-file.exp
13907 * gdb.base/symtab-search-order.exp
13908 * gdb.base/term.exp
13909 * gdb.base/type-opaque.exp
13910 * gdb.base/unload.exp
13911 * gdb.base/until-nodebug.exp
13912 * gdb.base/until.exp
13913 * gdb.base/unwindonsignal.exp
13914 * gdb.base/watch-cond.exp
13915 * gdb.base/watch-non-mem.exp
13916 * gdb.base/watch_thread_num.exp
13917 * gdb.base/watchpoint-reuse-slot.exp
13918 * gdb.base/watchpoint-solib.exp
13919 * gdb.base/watchpoint.exp
13920 * gdb.btrace/dlopen.exp
13921 * gdb.cell/arch.exp
13922 * gdb.cell/break.exp
13923 * gdb.cell/bt.exp
13924 * gdb.cell/core.exp
13925 * gdb.cell/data.exp
13926 * gdb.cell/dwarfaddr.exp
13927 * gdb.cell/ea-cache.exp
13928 * gdb.cell/ea-standalone.exp
13929 * gdb.cell/ea-test.exp
13930 * gdb.cell/f-regs.exp
13931 * gdb.cell/fork.exp
13932 * gdb.cell/gcore.exp
13933 * gdb.cell/mem-access.exp
13934 * gdb.cell/ptype.exp
13935 * gdb.cell/registers.exp
13936 * gdb.cell/sizeof.exp
13937 * gdb.cell/solib-symbol.exp
13938 * gdb.cell/solib.exp
13939 * gdb.compile/compile-tls.exp
13940 * gdb.cp/exception.exp
13941 * gdb.cp/gdb2495.exp
13942 * gdb.cp/local.exp
13943 * gdb.cp/mb-inline.exp
13944 * gdb.cp/mb-templates.exp
13945 * gdb.cp/pr10687.exp
13946 * gdb.cp/pr9167.exp
13947 * gdb.cp/scope-err.exp
13948 * gdb.cp/templates.exp
13949 * gdb.cp/virtfunc.exp
13950 * gdb.dwarf2/dw2-dir-file-name.exp
13951 * gdb.dwarf2/dw2-single-line-discriminators.exp
13952 * gdb.fortran/complex.exp
13953 * gdb.fortran/library-module.exp
13954 * gdb.guile/guile.exp
13955 * gdb.guile/scm-cmd.exp
13956 * gdb.guile/scm-frame-inline.exp
13957 * gdb.guile/scm-objfile.exp
13958 * gdb.guile/scm-pretty-print.exp
13959 * gdb.guile/scm-symbol.exp
13960 * gdb.guile/scm-type.exp
13961 * gdb.guile/scm-value.exp
13962 * gdb.linespec/keywords.exp
13963 * gdb.linespec/ls-errs.exp
13964 * gdb.linespec/macro-relative.exp
13965 * gdb.linespec/thread.exp
13966 * gdb.mi/mi-breakpoint-changed.exp
13967 * gdb.mi/mi-dprintf-pending.exp
13968 * gdb.mi/mi-fullname-deleted.exp
13969 * gdb.mi/mi-logging.exp
13970 * gdb.mi/mi-pending.exp
13971 * gdb.mi/mi-solib.exp
13972 * gdb.mi/new-ui-mi-sync.exp
13973 * gdb.mi/user-selected-context-sync.exp
13974 * gdb.multi/dummy-frame-restore.exp
13975 * gdb.multi/multi-arch-exec.exp
13976 * gdb.multi/remove-inferiors.exp
13977 * gdb.multi/watchpoint-multi-exit.exp
13978 * gdb.opt/solib-intra-step.exp
13979 * gdb.perf/backtrace.exp
13980 * gdb.perf/single-step.exp
13981 * gdb.perf/skip-command.exp
13982 * gdb.perf/skip-prologue.exp
13983 * gdb.perf/solib.exp
13984 * gdb.python/lib-types.exp
13985 * gdb.python/py-as-string.exp
13986 * gdb.python/py-bad-printers.exp
13987 * gdb.python/py-block.exp
13988 * gdb.python/py-breakpoint.exp
13989 * gdb.python/py-cmd.exp
13990 * gdb.python/py-events.exp
13991 * gdb.python/py-evthreads.exp
13992 * gdb.python/py-finish-breakpoint.exp
13993 * gdb.python/py-finish-breakpoint2.exp
13994 * gdb.python/py-frame-inline.exp
13995 * gdb.python/py-frame.exp
13996 * gdb.python/py-inferior.exp
13997 * gdb.python/py-infthread.exp
13998 * gdb.python/py-mi.exp
13999 * gdb.python/py-objfile.exp
14000 * gdb.python/py-pp-maint.exp
14001 * gdb.python/py-pp-registration.exp
14002 * gdb.python/py-prettyprint.exp
14003 * gdb.python/py-recurse-unwind.exp
14004 * gdb.python/py-shared.exp
14005 * gdb.python/py-symbol.exp
14006 * gdb.python/py-symtab.exp
14007 * gdb.python/py-template.exp
14008 * gdb.python/py-type.exp
14009 * gdb.python/py-unwind-maint.exp
14010 * gdb.python/py-unwind.exp
14011 * gdb.python/py-value.exp
14012 * gdb.python/python.exp
14013 * gdb.reverse/finish-reverse-bkpt.exp
14014 * gdb.reverse/insn-reverse.exp
14015 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14016 * gdb.reverse/solib-precsave.exp
14017 * gdb.reverse/solib-reverse.exp
14018 * gdb.stabs/gdb11479.exp
14019 * gdb.stabs/weird.exp
14020 * gdb.threads/fork-child-threads.exp
14021 * gdb.threads/fork-plus-threads.exp
14022 * gdb.threads/fork-thread-pending.exp
14023 * gdb.threads/forking-threads-plus-breakpoint.exp
14024 * gdb.threads/hand-call-in-threads.exp
14025 * gdb.threads/interrupted-hand-call.exp
14026 * gdb.threads/linux-dp.exp
14027 * gdb.threads/local-watch-wrong-thread.exp
14028 * gdb.threads/next-while-other-thread-longjmps.exp
14029 * gdb.threads/non-ldr-exit.exp
14030 * gdb.threads/pending-step.exp
14031 * gdb.threads/print-threads.exp
14032 * gdb.threads/process-dies-while-detaching.exp
14033 * gdb.threads/process-dies-while-handling-bp.exp
14034 * gdb.threads/pthreads.exp
14035 * gdb.threads/queue-signal.exp
14036 * gdb.threads/reconnect-signal.exp
14037 * gdb.threads/signal-command-handle-nopass.exp
14038 * gdb.threads/signal-command-multiple-signals-pending.exp
14039 * gdb.threads/signal-delivered-right-thread.exp
14040 * gdb.threads/signal-sigtrap.exp
14041 * gdb.threads/sigthread.exp
14042 * gdb.threads/staticthreads.exp
14043 * gdb.threads/stepi-random-signal.exp
14044 * gdb.threads/thread-unwindonsignal.exp
14045 * gdb.threads/thread_check.exp
14046 * gdb.threads/thread_events.exp
14047 * gdb.threads/tid-reuse.exp
14048 * gdb.threads/tls-nodebug.exp
14049 * gdb.threads/tls-shared.exp
14050 * gdb.threads/tls-so_extern.exp
14051 * gdb.threads/tls.exp
14052 * gdb.threads/wp-replication.exp
14053 * gdb.trace/actions-changed.exp
14054 * gdb.trace/actions.exp
14055 * gdb.trace/backtrace.exp
14056 * gdb.trace/change-loc.exp
14057 * gdb.trace/collection.exp
14058 * gdb.trace/deltrace.exp
14059 * gdb.trace/disconnected-tracing.exp
14060 * gdb.trace/entry-values.exp
14061 * gdb.trace/ftrace-lock.exp
14062 * gdb.trace/ftrace.exp
14063 * gdb.trace/infotrace.exp
14064 * gdb.trace/mi-trace-frame-collected.exp
14065 * gdb.trace/mi-trace-unavailable.exp
14066 * gdb.trace/mi-traceframe-changed.exp
14067 * gdb.trace/mi-tracepoint-changed.exp
14068 * gdb.trace/mi-tsv-changed.exp
14069 * gdb.trace/no-attach-trace.exp
14070 * gdb.trace/packetlen.exp
14071 * gdb.trace/passc-dyn.exp
14072 * gdb.trace/passcount.exp
14073 * gdb.trace/pending.exp
14074 * gdb.trace/pr16508.exp
14075 * gdb.trace/qtro.exp
14076 * gdb.trace/range-stepping.exp
14077 * gdb.trace/read-memory.exp
14078 * gdb.trace/report.exp
14079 * gdb.trace/save-trace.exp
14080 * gdb.trace/signal.exp
14081 * gdb.trace/stap-trace.exp
14082 * gdb.trace/status-stop.exp
14083 * gdb.trace/strace.exp
14084 * gdb.trace/tfile.exp
14085 * gdb.trace/tfind.exp
14086 * gdb.trace/trace-break.exp
14087 * gdb.trace/trace-condition.exp
14088 * gdb.trace/trace-enable-disable.exp
14089 * gdb.trace/trace-mt.exp
14090 * gdb.trace/tracecmd.exp
14091 * gdb.trace/tracefile-pseudo-reg.exp
14092 * gdb.trace/tspeed.exp
14093 * gdb.trace/tstatus.exp
14094 * gdb.trace/tsv.exp
14095 * gdb.trace/unavailable.exp
14096 * gdb.trace/while-dyn.exp
14097 * gdb.trace/while-stepping.exp
14098 * lib/gdb-guile.exp
14099 * lib/gdb.exp
14100 * lib/mi-support.exp
14101 * lib/pascal.exp
14102 * lib/perftest.exp
14103 * lib/prelink-support.exp
14104 * lib/selftest-support.exp
14105
ad02e4fe
SM
141062016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14107
14108 * Makefile.in: Include disable-implicit-rules.mk.
14109
22347e55
AA
141102016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14111
14112 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14113 non-byte-aligned bit fields.
14114
da5b30da
AA
141152016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14116
14117 PR gdb/12616
14118 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14119 respects the DW_AT_data_bit_offset attribute.
14120
b593ecca
SM
141212016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14122
14123 * gdb.base/default.exp: Fix output of "set language".
14124
3b165252
SM
141252016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14126
14127 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14128 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14129 make.
14130 * configure.ac: Remove checks for the make program.
14131 * configure: Re-generate.
14132
1a2f3d7f
KB
141332016-11-16 Kevin Buettner <kevinb@redhat.com>
14134
14135 * gdb.python/py-recurse-unwind.c (main): Add loop.
14136 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14137 to read_register() and gdb.parse_and_eval(). Make each code
14138 call a separate case that can be individually tested.
14139 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14140 proc. Call cont_and_backtrace for each of the code paths that
14141 we want to test in the unwinder.
14142
b7f38fda
AA
141432016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14144
14145 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14146 the definition of struct S.
14147
1f8db343
CM
141482016-11-11 Catherine Moore <clm@codesourcery.com>
14149
14150 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14151
fad0c9fb
PA
141522016-11-09 Pedro Alves <palves@redhat.com>
14153
14154 * gdb.base/commands.exp (runto_or_return): New procedure.
14155 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14156 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14157 (progvar_simple_while_test, progvar_complex_if_while_test)
14158 (if_while_breakpoint_command_test)
14159 (infrun_breakpoint_command_test, breakpoint_command_test)
14160 (user_defined_command_test, watchpoint_command_test)
14161 (test_command_prompt_position, redefine_hook_test)
14162 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14163 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14164 multi_line_input and multi_line. Remove gdb_expect and
14165 gdb_stop_suppressing_tests uses.
14166 * lib/gdb.exp (valnum_re): New global.
14167 (multi_line_input): New procedure.
14168
8354c62c
SM
141692016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14170
14171 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14172 Remove.
14173 (test_setup): Define with proc_with_prefix.
14174 (test_cli_inferior): Likewise.
14175 (test_cli_thread): Likewise.
14176 (test_cli_frame): Likewise.
14177 (test_cli_select_frame): Likewise.
14178 (test_cli_up_down): Likewise.
14179 (test_mi_thread_select): Likewise.
14180 (test_mi_stack_select_frame): Likewise.
14181 (test_cli_in_mi_inferior): Likewise.
14182 (test_cli_in_mi_thread): Likewise.
14183 (test_cli_in_mi_frame): Likewise.
14184 (top level): Do not use with_test_prefix_procname.
14185
64f367a2
PA
141862016-11-09 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.base/commands.exp (gdbvar_simple_if_test)
14189 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14190 (progvar_simple_if_test, progvar_simple_while_test)
14191 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14192 (infrun_breakpoint_command_test, breakpoint_command_test)
14193 (user_defined_command_test, watchpoint_command_test)
14194 (test_command_prompt_position, deprecated_command_test)
14195 (bp_deleted_in_command, temporary_breakpoint_commands)
14196 (stray_arg0_test, source_file_with_indented_comment)
14197 (recursive_source_test, if_commands_test)
14198 (error_clears_commands_left, redefine_hook_test)
14199 (redefine_backtrace_test): Use proc_with_prefix.
14200 * lib/gdb.exp (proc_with_prefix): New proc.
14201
0bb65f1e
AA
142022016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14203
14204 * gdb.base/tui-layout.c: New file.
14205 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14206 disassembly window contains very long lines.
14207
7353f247
TT
142082016-11-08 Tom Tromey <tom@tromey.com>
14209
14210 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14211 depend on Python 2.
14212
30a7bb83
TT
142132016-11-08 Tom Tromey <tom@tromey.com>
14214
14215 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14216 New method.
14217
cdf5a07c
MG
142182016-10-29 Manish Goregaokar <manish@mozilla.com>
14219
2806dc7e 14220 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14221
51a789c3
MG
142222016-10-27 Manish Goregaokar <manish@mozilla.com>
14223
2806dc7e
PA
14224 * gdb.rust/simple.rs: Add test for univariant enums without
14225 discriminants and for encoded struct-like enums.
51a789c3 14226
f610ab6d
PA
142272016-10-28 Pedro Alves <palves@redhat.com>
14228
14229 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14230 gdb_test_multiple, tighten regexps and match symtabs and line
14231 tables incrementally.
14232
b129b0ca
LM
142332016-10-28 Luis Machado <lgustavo@codesourcery.com>
14234
14235 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14236 general.
14237
ecf45d2c
SL
142382016-10-25 Luis Machado <lgustavo@codesourcery.com>
14239
14240 * gdb.base/exec-invalid-sysroot.exp: New file.
14241
b8d38ee4
JK
142422016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14243
14244 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14245
f90fd8c2
JK
142462016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14247
14248 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14249
2d2476aa
MR
142502016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14251
2806dc7e
PA
14252 * gdb.base/killed-outside.exp: Remove $options from a call to
14253 `prepare_for_testing'.
2d2476aa 14254
e42b25a0
SM
142552016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14256
14257 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14258 Change test message.
14259
3ccdb432
SM
142602016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14261
14262 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14263 Update comment.
14264
5bad3170
SM
142652016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14266
14267 * gdb.trace/mi-trace-save.exp: New file.
14268
5ad9dba7
YQ
142692016-10-13 Yao Qi <yao.qi@linaro.org>
14270
14271 * gdb.base/code_elim.exp (get_var_address): Remove.
14272 * gdb.base/relocate.exp: Likewise.
14273 * gdb.base/shreloc.exp: Likewise.
14274 * lib/gdb.exp (get_var_address): New.
14275
62df7e21
YQ
142762016-10-13 Yao Qi <yao.qi@linaro.org>
14277
14278 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14279 floating point tests if $skip_float_test is false.
14280
4dac951e
LM
142812016-10-12 Luis Machado <lgustavo@codesourcery.com>
14282
14283 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14284 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14285 argc values.
14286 Add 1 to argc so we guarantee distinct initial/modified argc values.
14287
8f1a8fc4
JK
142882016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14289
14290 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14291
16c85b5d
JK
142922016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14293
14294 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14295 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14296 * gdb.arch/vsx-regs.exp: Likewise.
14297
1d0e042a
YQ
142982016-10-07 Yao Qi <yao.qi@linaro.org>
14299
14300 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14301
68dadef5
MM
143022016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14303
14304 * gdb.python/python.exp: Test decode_line("*0").
14305
33fa2c6e
DE
143062016-10-06 Doug Evans <dje@google.com>
14307
14308 * gdb.python/py-value.exp (test_value_creation): Add test for large
14309 unsigned 64-bit value.
14310
9c37b5ae
TT
143112016-10-06 Tom Tromey <tom@tromey.com>
14312
14313 * gdb.compile/compile.exp: Change java tests to rust.
14314 * gdb.base/setshow.exp: Change java tests to rust.
14315 * gdb.base/default.exp: Remove java from language list.
14316 * README (Examples): Update language example.
14317 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14318 test.
14319 * lib/gdb.exp (skip_java_tests): Remove.
14320 * lib/java.exp: Remove.
14321 * gdb.java: Remove.
14322
78b86327
MR
143232016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14324
14325 * gdb.arch/mips-fcr.exp: New test.
14326 * gdb.arch/mips-fcr.c: Source for the new test.
14327
7470adbb
MR
143282016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14329
14330 * gdb.base/solib-disc.exp: Use `standard_output_file'
14331 throughout.
14332
4a556533
PA
143332016-10-06 Pedro Alves <palves@redhat.com>
14334
14335 * gdb.base/jit-simple-dl.c: New file.
14336 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14337 * gdb.base/jit-simple.c: ... this.
14338 * gdb.base/jit-simple.exp (jit_run): Delete.
14339 (build_jit): New proc.
14340 (jit_test_reread): Recompile either the main program or the shared
14341 library, depending on what is being tested. Skip changing address
14342 if caller wants to. Compare before/after addresses. If testing
14343 standalone, explicitly load the binary. Test "maint info
14344 breakpoints".
14345 (top level): Add "standalone vs shared lib" and "change address"
14346 vs "same address" axes.
14347
5a122fbc
PA
143482016-10-06 Pedro Alves <palves@redhat.com>
14349
14350 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14351 call.
14352 (jit_run): Delete.
14353 (jit_test_reread): Use with_test_prefix. Reload the main binary
14354 explicitly. Compare the before/after addresses of the JIT
14355 descriptor.
14356
ee8da4b8
DE
143572016-08-15 Doug Evans <dje@google.com>
14358
14359 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14360 for single bitfields is bool.
14361 * gdb.xml/tdesc-regs.exp: Ditto.
14362
f389f6fe
JK
143632016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14364
14365 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14366
fdebf1a4
YQ
143672016-10-05 Yao Qi <yao.qi@linaro.org>
14368
14369 * lib/gdb.exp (support_complex_tests): Return zero if
14370 gdb_skip_float_test return true.
14371
9c36d954 143722016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14373 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14374
14375 PR gdb/20487
14376 * gdb.mi/user-selected-context-sync.exp: New file.
14377 * gdb.mi/user-selected-context-sync.c: New file.
14378
4034d0ff 143792016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14380 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14381
14382 PR gdb/20487
14383 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14384 =thread-select-event check.
14385
a4297203
PB
143862016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14387
14388 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14389 the compulsory L operand changes.
14390 * gdb.arch/powerpc-power.s: Likewise.
14391
bb805577
JK
143922016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14393
14394 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14395 * gdb.base/jit-attach-pie.c: New file.
14396 * gdb.base/jit-attach-pie.exp: New file.
14397
6d61dee5
PA
143982016-09-28 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.base/infcall-input.c: New file.
14401 * gdb.base/infcall-input.exp: New file.
14402
f73842fc
YQ
144032016-09-22 Yao Qi <yao.qi@linaro.org>
14404
14405 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14406 (gdb_exit): Rename it to ...
14407 (gdbserver_gdb_exit): ... Close GDBserver.
14408 (gdb_exit): New proc, call gdbserver_gdb_exit.
14409 (mi_gdb_exit): Likewise.
14410
90681dab
YQ
144112016-09-22 Yao Qi <yao.qi@linaro.org>
14412
14413 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14414 path.
14415 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14416 Remove duplication.
14417
9c211fd8
YQ
144182016-09-22 Yao Qi <yao.qi@linaro.org>
14419
14420 * lib/gdbserver-support.exp: Check the existence of
14421 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14422
ad0a504f
AK
144232016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14424
14425 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14426
36cf1806
TT
144272016-09-21 Tom Tromey <tom@tromey.com>
14428
14429 PR gdb/20604:
14430 * gdb.base/quit.exp: New file.
14431
74172ecf
SM
144322016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14433
14434 * .gitignore: New file.
14435
3d0ec882
MR
144362016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14437
14438 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14439 throughout.
14440
8193adea
AA
144412016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14442
14443 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14444
d41a5c09
JK
144452016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14446
14447 * gdb.cp/casts.cc (decltype): Move it ...
14448 (main): ... with its call to ...
14449 * gdb.cp/casts03.cc: ... a new file.
14450 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14451
d2dfe700
JK
144522016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14455
e2a92b16
PB
144562016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14457
14458 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14459 and sync up the test with tests in gas/testsuite/gas/ppc.
14460 * gdb.arch/powerpc-power.exp: Likewise.
14461
49b4de64
JK
144622016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14465
2c29df25
SDJ
144662016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14467 Jan Kratochvil <jan.kratochvil@redhat.com>
14468
14469 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14470 make m1's definition to be different from m2's. Use 'dummy' as an
14471 argument for probe 'two'.
14472
cc3c2846
JB
144732016-09-10 Jon Beniston <jon@beniston.com>
14474
14475 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14476 for sim target.
14477
e1b2624a
AA
144782016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14479
14480 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14481 variable declaration.
14482 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14483 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14484 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14485 received HWCAP as its argument.
14486
4295e285
PA
144872016-09-06 Pedro Alves <palves@redhat.com>
14488
14489 * gdb.base/new-ui-pending-input.c: New file.
14490 * gdb.base/new-ui-pending-input.exp: New file.
14491 * gdb.exp (clear_gdb_spawn_id): New procedure.
14492 (with_spawn_id): Check whether gdb_spawn_id exists before
14493 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14494 on exit.
14495
00d5215e
UW
144962016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14497
14498 * gdb.base/float128.c: New file.
14499 * gdb.base/float128.exp: Likewise.
14500 * gdb.base/floatn.c: Likewise.
14501 * gdb.base/floatn.exp: Likewise.
14502
a9ff5f12
UW
145032016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14504
14505 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14506
f245535c
PA
145072016-09-05 Pedro Alves <palves@redhat.com>
14508
14509 PR backtrace/19927
14510 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14511 unwinders are immediately called as side effect of "source" or
14512 "disable unwinder" commands.
14513 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14514
ae9cf263
YQ
145152016-09-02 Yao Qi <yao.qi@linaro.org>
14516
14517 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14518 is true and $type is "float" or "double".
14519
27aba047
YQ
145202016-09-02 Yao Qi <yao.qi@linaro.org>
14521
14522 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14523 true.
14524 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14525 * gdb.base/call-rt-st.exp: Likewise.
14526 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14527 return value instead of gdb,skip_float_test.
14528 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14529 (do_function_calls): Use its return value instead of
14530 gdb,skip_float_test.
14531 * gdb.base/finish.exp: Likewise.
14532 * gdb.base/funcargs.exp: Likewise.
14533 * gdb.base/return.exp: Likewise.
14534 * gdb.base/return2.exp: Likewise.
14535 * gdb.base/varargs.exp: Likewise.
14536 * lib/gdb.exp (gdb_skip_float_test): Change it to
14537 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14538
5af962df
AA
145392016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14540
14541 * gdb.multi/tids.exp: Test "thread apply all".
14542
7fac6910
JK
145432016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14544
14545 * gdb.base/default.exp (tty): Remove.
14546
bb1fe4ac
KB
145472016-08-24 Kevin Buettner <kevinb@redhat.com>
14548
2806dc7e
PA
14549 * gdb.python/py-recurse-unwind.c: New file.
14550 * gdb.python/py-recurse-unwind.py: New file.
14551 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14552
0a1ddfa6
SM
145532016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14554
14555 * gdb.base/set-inferior-tty.exp: New file.
14556 * gdb.base/set-inferior-tty.c: New file.
14557
d9de1fe3
PA
145582016-08-23 Pedro Alves <palves@redhat.com>
14559
14560 PR gdb/20494
14561 * gdb.base/new-ui-echo.c: New file.
14562 * gdb.base/new-ui-echo.exp: New file.
14563
e9d9abd7
YQ
145642016-08-23 Yao Qi <yao.qi@linaro.org>
14565
14566 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14567 gdbserver_spawn.
14568 * gdb.server/connect-without-multi-process.exp (do_test):
14569 Likewise.
14570
3589529e
YQ
145712016-08-23 Yao Qi <yao.qi@linaro.org>
14572
14573 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14574 standalone_txt. Delete gdb_txt and standalone_txt on host
14575 and target. Spawn the binary on target. Copy files from
14576 target to host.
14577
6bb90213
PA
145782016-08-22 Pedro Alves <palves@redhat.com>
14579
14580 PR gdb/20505
14581 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14582 with_test_prefix. Factor out bits to ...
14583 (test_no_vdso): ... this new procedure.
14584
20c2c024
CL
145852016-08-19 Carl Love <cel@us.ibm.com>
14586
14587 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14588 maintaining separate logic for constructing the output path.
14589 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14590 * gdb.arch/ppc-dfp.exp: Likewise.
14591 * gdb.arch/ppc-fp.exp: Likewise.
14592 * gdb.arch/vsx-regs.exp: Likewise.
14593 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14594 binprefix for generating the additional binary files.
14595
0646e07d
PA
145962016-08-19 Pedro Alves <palves@redhat.com>
14597
14598 * gdb.trace/mi-trace-frame-collected.exp
14599 (test_trace_frame_collected): On x32, expect two registers.
14600
46da9242
CL
146012016-08-18 Carl Love <cel@us.ibm.com>
14602
14603 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14604 and sync up the test with tests in gas/testsuite/gas/ppc.
14605 * gdb.arch/powerpc-power.exp: Likewise.
14606
eb2332d7
SM
146072016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14608
14609 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14610 expected error message.
14611
63c61e04
SM
146122016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14613
14614 * gdb.multi/remove-inferiors.exp: New file.
14615 * gdb.multi/remove-inferiors.c: New file.
14616
7b17065f
YQ
146172016-08-12 Yao Qi <yao.qi@linaro.org>
14618
14619 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14620 argument list.
14621
01d3dedf
PA
146222016-08-10 Pedro Alves <palves@redhat.com>
14623
14624 PR gdb/19187
14625 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14626 setup_kfails.
14627
3eb7562a
PA
146282016-08-09 Pedro Alves <palves@redhat.com>
14629 Simon Marchi <simon.marchi@ericsson.com>
14630
14631 PR gdb/20418
14632 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14633 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14634
80614914
PA
146352016-08-09 Pedro Alves <palves@redhat.com>
14636
14637 PR mi/20431
14638 * gdb.mi/mi-cmd-error.exp: New file.
14639
f348d89a
PA
146402016-08-09 Pedro Alves <palves@redhat.com>
14641
14642 PR gdb/18653
14643 * gdb.base/signals-state-child.c: New file.
14644 * gdb.base/signals-state-child.exp: New file.
14645 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14646
e5ca03b4
PA
146472016-08-09 Pedro Alves <palves@redhat.com>
14648
14649 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14650
282a0691
TT
146512016-08-03 Tom Tromey <tom@tromey.com>
14652
14653 PR python/18565:
14654 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14655
41bfcd63
YQ
146562016-08-01 Yao Qi <yao.qi@linaro.org>
14657
14658 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14659 variable mode to "multi-process" if $multi_process is 1, otherwise
14660 set it to "single-process".
14661
e3465b24
YQ
146622016-08-01 Yao Qi <yao.qi@linaro.org>
14663
14664 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14665 * gdb.cp/cpexprs.exp: Likewise.
14666 * gdb.cp/m-static.exp: Likewise.
14667
0b31a4bc
TT
146682016-07-26 Tom Tromey <tom@tromey.com>
14669
14670 PR python/20190:
14671 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14672 test.
14673
e0461dbb
MM
146742016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14675
14676 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14677 selecting assembly source files.
14678 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14679 assembly source files.
14680 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14681 assembly source files.
14682 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14683 selecting assembly source files.
14684
8194e927
SM
146852016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14686
14687 * gdb.base/new-ui.exp (do_test_invalid_args): New
14688 procedure.
14689
c0272db5
TW
146902016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14691
14692 * gdb.btrace/reconnect.c: New file.
14693 * gdb.btrace/reconnect.exp: New file.
14694
e3487908
GKB
146952016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14696
14697 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14698 to test_catch_syscall_group.
14699 (test_catch_syscall_group): New.
14700
12df5c00
TT
147012016-07-21 Tom Tromey <tom@tromey.com>
14702
14703 * gdb.rust/simple.rs (main): Use empty struct expression.
14704 * gdb.rust/simple.exp: Add tests for empty struct expression.
14705
bae62ee2
YQ
147062016-07-21 Yao Qi <yao.qi@linaro.org>
14707
14708 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14709 if gdb_skip_xml_test is true on some targets.
14710
b1b53fb3
YQ
147112016-07-21 Yao Qi <yao.qi@linaro.org>
14712
14713 * gdb.server/solib-list.exp: Unset last_loaded_file.
14714
027d97f8
JK
147152016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14716
14717 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14718 "step into captured_main (args)".
14719
7674d381
JK
147202016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14723
72b5d099
JK
147242016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14725
14726 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14727
1f960ced
PA
147282016-07-19 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14731 * gdb.opt/inline-bt.exp: Likewise.
14732 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14733 additional_flags=-Winline.
14734 * gdb.opt/inline-locals.exp: Likewise.
14735 * gdb.opt/inline-markers.c (ATTR): Define.
14736 (inlined_fn): Use it.
14737
f25827c1
YQ
147382016-07-19 Yao Qi <yao.qi@linaro.org>
14739
14740 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14741 (test_with_self): Remove some code. Remove argument executable.
14742 (top-level): Use do_self_tests.
14743
37539ebe
DB
147442016-07-15 Zachary Welch <zwelch@codesourcery.com>
14745 Don Breazeal <donb@codesourcery.com>
14746
14747 * gdb.base/maint.exp: Escape paths used in regular expressions.
14748 * gdb.stabs/weird.exp: Likewise.
14749
dac790e1
TT
147502016-07-13 Tom Tromey <tom@tromey.com>
14751
14752 PR python/15620, PR python/18620:
14753 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14754 (test_bkpt_events): New procs.
14755
93daf339
TT
147562016-07-13 Tom Tromey <tom@tromey.com>
14757
14758 PR python/17698:
14759 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14760 test.
14761 (test_watchpoints): Likewise.
14762 (test_bkpt_pending): New proc.
14763
6571a381
TT
147642016-07-13 Tom Tromey <tom@tromey.com>
14765
14766 PR cli/18053:
14767 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14768 completion test.
14769
e8732474
JK
147702016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14771
14772 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14773 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14774 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14775 f_label.
14776 (g): Rename g_end_lbl to g_label.
14777 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14778 low_pc and high_pc.
14779 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14780
e0f3fd7c
TT
147812016-07-12 Tom Tromey <tom@tromey.com>
14782
14783 PR python/19293:
14784 * gdb.python/py-unwind-maint.exp: Update tests.
14785
3cfe46b6
YQ
147862016-07-12 Yao Qi <yao.qi@linaro.org>
14787
14788 * lib/selftest-support.exp (selftest_setup): Match the output
14789 when captured_main is inlined.
14790
4f19a0e6
WT
147912016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14792
14793 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14794 New variables.
14795 (print this%a, print this%b, print this): New tests.
14796 * gdb.fortran/derived-types.f90 (this): New object and
14797 initialization.
14798
986cf455
SM
147992016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14800
14801 * gdb.ada/arraydim.exp: Remove extra directory level in build
14802 directory.
14803
f0464b23
SM
148042016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14805
14806 * lib/ada.exp: Remove extra directory level in build directory.
14807 * gdb.ada/cond_lang.exp: Likewise.
14808 * gdb.ada/exec_changed.exp: Likewise.
14809 * gdb.ada/lang_switch.exp: Likewise.
14810
42d94011
MG
148112016-07-06 Manish Goregaokar <manish@mozilla.com>
14812
2806dc7e
PA
14813 * simple.rs: Add test for raw pointer subscripting.
14814 * simple.exp: Add test expectations.
42d94011 14815
647c264c
YQ
148162016-07-05 Yao Qi <yao.qi@linaro.org>
14817
14818 * gdb.mi/mi-reverse.exp: Match =record-started output.
14819
20aa2c60
PA
148202016-07-01 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14823 procedure.
14824 (jit_reader_test): Test the jit reader's unwinder.
14825 * gdb.base/jithost.c (jit_function_00_code): New global.
14826 (main): Use memcpy to fill in the mmapped code, instead of poking
14827 bytes manually here.
14828 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14829 value.
14830 (read_debug_info): Save the function's range.
14831 (read_sp): New function.
14832 (unwind_frame): Use it. Also unwind RBP.
14833 (get_frame_id): Use read_sp.
14834 (gdb_init_reader): Use calloc instead of malloc.
14835 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14836 parameter. Use gdb_test_multiple.
14837
ced2dffb
PA
148382016-07-01 Pedro Alves <palves@redhat.com>
14839 Antoine Tremblay <antoine.tremblay@ericsson.com>
14840
14841 * gdb.threads/process-dies-while-detaching.c: New file.
14842 * gdb.threads/process-dies-while-detaching.exp: New file.
14843
63000888
PA
148442016-07-01 Pedro Alves <palves@redhat.com>
14845
14846 * gdb.multi/watchpoint-multi-exit.c: New file.
14847 * gdb.multi/watchpoint-multi-exit.exp: New file.
14848
038d4868
PA
148492016-06-30 Pedro Alves <palves@redhat.com>
14850
14851 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14852 unset inferior_spawn_id.
14853
994e9c83
PA
148542016-06-30 Pedro Alves <palves@redhat.com>
14855
14856 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14857 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14858
e5653468
YQ
148592016-06-29 Yao Qi <yao.qi@linaro.org>
14860
14861 * gdb.base/return.c: Add copyright header.
14862
803b47e5
TT
148632016-06-29 Tom Tromey <tom@tromey.com>
14864
14865 PR python/20129:
14866 * gdb.python/py-framefilter.exp: Add tests for setting priority
14867 and disabling of non-existent frame filter.
14868
28244707
YQ
148692016-06-29 Yao Qi <yao.qi@linaro.org>
14870
14871 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14872 0x0f07ff.
14873
a31d2f06
YQ
148742016-06-28 Yao Qi <yao.qi@linaro.org>
14875
14876 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14877 triplets. Start gdb, execute catch syscall, and continue. Check
14878 gdb's output to determine catch syscall is supported.
14879
921d8f54
MG
148802016-06-27 Manish Goregaokar <manish@mozilla.com>
14881
25d49b86
PA
14882 * gdb.rust/simple.rs: Add test for returning unit in a function.
14883 * gdb.rust/simple.exp: Add expectation for functions returning
14884 unit.
921d8f54 14885
f4952523
PMR
148862016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14887
14888 * gdb.python/py-breakpoint-create-fail.c,
14889 gdb.python/py-breakpoint-create-fail.exp,
14890 gdb.python/py-breakpoint-create-fail.py: New testcase.
14891
fccb08f8
MG
148922016-06-25 Manish Goregaokar <manish@mozilla.com>
14893
14894 PR gdb/20239
14895 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14896 * gdb.rust/simple.exp: Add test expectations for new NonZero
14897 tests.
fccb08f8 14898
6b850546
DT
148992016-06-24 David Taylor <dtaylor@emc.com>
14900
14901 * gdb.base/offsets.exp: New file.
14902 * gdb.base/offsets.c: New file.
14903
17621150
TT
149042016-06-23 Tom Tromey <tom@tromey.com>
14905
14906 PR gdb/16483:
14907 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14908 before any filters are loaded.
14909
04d59df6
WT
149102016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14911
14912 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14913 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14914 structs.
14915 * gdb.fortran/derived-type-function.exp: New file.
14916 * gdb.fortran/derived-type-function.f90: New file.
14917
14918
ac69f786
PA
149192016-06-21 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/new-ui.exp: New file.
14922 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14923 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14924 (with_spawn_id): New procedure.
14925
49940788
PA
149262016-06-21 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.mi/mi-exec-run.exp: New file.
14929
ef274d26
PA
149302016-06-21 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14933 breakpoint command's output on the main UI.
14934 (test_break): New procedure, factored out from calls in the top
14935 level.
14936 (top level): Use foreach_with_prefix to test MI as main UI and as
14937 separate UI.
14938
468afe6c
PA
149392016-06-21 Pedro Alves <palves@redhat.com>
14940
14941 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14942 (test_awatch_creation_and_listing)
14943 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14944 Remove 'type' parameter.
14945 (test_watchpoint_all): New parameter mi_mode. Remove
14946 with_test_prefix.
14947 (top level): Use foreach_with_prefix, and add main/separate UI MI
14948 testing axis.
14949
51f77c37
PA
149502016-06-21 Pedro Alves <palves@redhat.com>
14951
14952 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14953 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14954 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14955 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14956 (gdb_main_spawn_id, mi_spawn_id): Declare and
14957 comment.
14958 (mi_create_inferior_pty): New procedure,
14959 factored out from default_mi_gdb_start.
14960 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14961 procedures.
14962 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14963 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14964 Use mi_create_inferior_pty.
14965 (mi_gdb_start): Use eval to pass down args list.
14966
8980e177
PA
149672016-06-21 Pedro Alves <palves@redhat.com>
14968
14969 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14970 * gdb.opt/inline-cmds.exp: Add MI tests.
14971
f38d3ad1
PA
149722016-06-21 Pedro Alves <palves@redhat.com>
14973
14974 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14975
45db7c09
PA
149762016-06-21 Pedro Alves <palves@redhat.com>
14977
14978 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14979 (top level): Use it instead of mi_execute_to.
14980
5a069ab3
PA
149812016-06-21 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14984 (cont_handler_str): New.
14985 (signal_stop_handler): Set stop_handler_str instead of printing to
14986 stdout.
14987 (continue_handler): Set cont_handler_str instead of printing to
14988 stdout.
14989 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14990 mi_send_resuming_command. Print stop_handler_str and
14991 cont_handler_str instead of expecting the python events print
14992 directly.
14993
2838cc1d
SD
149942016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14995
14996 * gdb.base/jit-reader.exp: New file.
14997 * gdb.base/jithost.c: New file.
14998 * gdb.base/jithost.h: New file.
14999 * gdb.base/jitreader.c : New file.
15000 * gdb.base/jit-protocol.h: New file.
15001
21a77091
YQ
150022016-06-17 Yao Qi <yao.qi@linaro.org>
15003
15004 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15005 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15006 and detach-on-fork. Adjust tests.
15007 (top level): Invoke break_cond_on_syscall with combinations of
15008 syscall, follow-fork-mode and detach-on-fork.
15009
f50bf8e5
YQ
150102016-06-17 Yao Qi <yao.qi@linaro.org>
15011
15012 * gdb.base/step-over-exit.c: New.
15013 * gdb.base/step-over-exit.exp: New.
15014
a28d8e50
YTL
150152016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15016
15017 * gdb.base/float.exp: Add target check for nds32*-*-*.
15018 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15019
cad8e26d
AB
150202016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15021
15022 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15023 for unsupported target features.
15024 * gdb.base/call-rt-st.exp: Likewise.
15025 * gdb.base/call-sc.exp: Likewise.
15026 * gdb.base/call-signal-resume.exp: Likewise.
15027 * gdb.base/call-strs.exp: Likewise.
15028 * gdb.base/callexit.exp: Likewise.
15029 * gdb.base/callfuncs.exp: Likewise.
15030 * gdb.base/nodebug.exp: Likewise.
15031 * gdb.base/printcmds.exp: Likewise.
15032 * gdb.base/ptype.exp: Likewise.
15033 * gdb.base/structs.exp: Likewise.
15034 * gdb.base/unwindonsignal.exp: Likewise.
15035 * gdb.cp/gdb2495.exp: Likewise.
15036 * gdb.cp/templates.exp: Likewise.
15037 * gdb.cp/virtfunc.exp: Likewise.
15038 * gdb.threads/hand-call-in-threads.exp: Likewise.
15039 * gdb.threads/interrupted-hand-call.exp: Likewise.
15040 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15041
347dc102
TT
150422016-06-10 Tom Tromey <tom@tromey.com>
15043
15044 PR rust/20110:
15045 * gdb.rust/expr.exp: Add test for integer constant larger than
15046 i32.
15047
5e13cf25
BH
150482016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15049
15050 * gdb.fortran/nested-funcs.exp: New.
15051 * gdb.fortran/nested-funcs.f90: New.
15052
bb556f1f
TK
150532016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15054
15055 * gdb.base/examine-backward.c: New file.
15056 * gdb.base/examine-backward.exp: New file.
15057
38b022b4
SM
150582016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15059
15060 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15061 matching.
15062
1b40ec05
TT
150632016-06-02 Tom Tromey <tom@tromey.com>
15064
15065 PR python/18984:
15066 * gdb.python/py-shared.exp: Add solib_name test.
15067
193bd378
SM
150682016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15069
15070 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15071
3326303b
MG
150722016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15073
15074 PR c++/19893
15075 * gdb.dwarf2/implref.exp: Rename to...
15076 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15077 * gdb.dwarf2/implref-array.c: New file.
15078 * gdb.dwarf2/implref-array.exp: Likewise.
15079 * gdb.dwarf2/implref-global.c: Likewise.
15080 * gdb.dwarf2/implref-global.exp: Likewise.
15081 * gdb.dwarf2/implref-struct.c: Likewise.
15082 * gdb.dwarf2/implref-struct.exp: Likewise.
15083
825c8ef2
AT
150842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15085
15086 * gdb.trace/trace-condition.exp: Add 64bit tests.
15087
2320162a
AT
150882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15089
15090 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15091 bits types.
15092 (main): Adapt to 8 to 64 bits types.
15093 * gdb.trace/trace-condition.exp: Add new tests.
15094
a7818233
AT
150952016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15096
15097 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15098
0d336466
AT
150992016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15100
15101 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15102 Move condition tests...
15103 * gdb.trace/trace-condition.exp: Here.
15104
7faeb45a
AT
151052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15106
15107 * gdb.trace/trace-condition.exp: Add counter-case tests.
15108
e385593e
JK
151092016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 PR c++/15231
15112 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15113 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15114
744608cc
PA
151152016-05-27 Pedro Alves <palves@redhat.com>
15116
15117 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15118 New procedure.
15119 (top level): Call it, and bail out of DejaGnu is known to be bad.
15120
ac775bf4
AB
151212016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15122
15123 * gdb.base/whatis.c: Extend the test case.
15124 * gdb.base/whatis.exp: Add additional tests.
15125
2bbad2ea
BH
151262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15127
15128* gdb.fortran/type.f90: Add pointer variable.
15129* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15130
8b70175d
BH
151312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15132
15133 * gdb.fortran/vla-type.exp: Fix testcase name.
15134
86d8a848
BH
151352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15136
15137 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15138
e188eb36
BH
151392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15140
15141 * gdb.fortran/type.f90: Add nested structures.
15142 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15143 * gdb.fortran/derived-type.exp: Adapt expected output.
15144 * gdb.fortran/vla-type.exp: Adapt expected output.
15145
9b2db1fd
BH
151462016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15147
15148 * gdb.fortran/whatis_type.exp: Adapt expected output.
15149
72b17055
BH
151502016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15151
15152 * gdb.fortran/print_type.exp: Fix expected output.
15153 * gdb.fortran/whatis_type.exp: Fix expected output.
15154
3cd81d8d
BH
151552016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15156
15157 * gdb.fortran/whatis_type.exp: Use multi_line.
15158
ddae9462
TT
151592016-05-24 Tom Tromey <tom@tromey.com>
15160
15161 PR python/17386:
15162 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15163 use value as an index.
15164
1957f6b8
TT
151652016-05-23 Tom Tromey <tom@tromey.com>
15166
15167 PR python/17981:
15168 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15169 no-breakpoint case.
15170
026a9174
PA
151712016-05-24 Pedro Alves <palves@redhat.com>
15172
15173 PR gdb/19828
15174 * gdb.threads/clone-attach-detach.c: New file.
15175 * gdb.threads/clone-attach-detach.exp: New file.
15176
e70a7231
FR
151772016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15178
15179 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15180
0f6ed0e0
TT
151812016-05-23 Tom Tromey <tom@tromey.com>
15182
15183 PR python/19438, PR python/18393:
15184 * gdb.python/py-progspace.exp: Add "dir" test.
15185 * gdb.python/py-objfile.exp: Add "dir" test.
15186
ffd19d61
YQ
151872016-05-23 Yao Qi <yao.qi@linaro.org>
15188
15189 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15190 * gdb.arch/thumb2-it.exp: Likewise.
15191
9e8f9b05
SM
151922016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15193
15194 * gdb.mi/mi-threads-interrupt.c: New file.
15195 * gdb.mi/mi-threads-interrupt.exp: New file.
15196
61c6156d
SM
151972016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15198
15199 PR gdb/18077
15200 * gdb.mi/mi-async-run.exp: New file.
15201 * gdb.mi/mi-async-run.c: New file.
15202
67218854
TT
152032016-05-17 Tom Tromey <tom@tromey.com>
15204 Manish Goregaokar <manishsmail@gmail.com>
15205
15206 * lib/rust-support.exp: New file.
15207 * lib/gdb.exp (skip_rust_tests): New proc.
15208 (build_executable_from_specs): Handle rust.
15209 * lib/future.exp (gdb_find_rustc): New proc.
15210 (gdb_default_target_compile): Handle rust.
15211 * gdb.rust/expr.exp: New file.
15212 * gdb.rust/generics.exp: New file.
15213 * gdb.rust/generics.rs: New file.
15214 * gdb.rust/methods.exp: New file.
15215 * gdb.rust/methods.rs: New file.
15216 * gdb.rust/modules.exp: New file.
15217 * gdb.rust/modules.rs: New file.
15218 * gdb.rust/simple.exp: New file.
15219 * gdb.rust/simple.rs: New file.
15220
c44af4eb
TT
152212016-05-17 Tom Tromey <tom@tromey.com>
15222
15223 * gdb.base/default.exp (set language): Add rust.
15224
dcd1f979
TT
152252016-05-17 Tom Tromey <tom@tromey.com>
15226
15227 * gdb.gdb/unittest.exp: New file.
15228
155b7f57
YQ
152292016-05-16 Yao Qi <yao.qi@linaro.org>
15230
15231 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15232 shell_prompt. Update shell_prompt_re.
15233
8ddd5a6c
DE
152342016-05-12 Doug Evans <dje@google.com>
15235
15236 PR symtab/19999
15237 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15238 $options when building executable.
15239 * gdb.dwarf2/fission-loclists-pie.S: New file.
15240 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15241
02e370d9
SM
152422016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15243
15244 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15245 of [is_remote target],
15246
8929ad8b
SM
152472016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15248
15249 * lib/gdb.exp (use_gdb_stub): New procedure.
15250
6c447423
DE
152512016-05-03 Yunlian Jiang <yunlian@google.com>
15252 Doug Evans <dje@google.com>
15253
15254 PR symtab/19914
15255 * gdb.dwarf2/dwp-sepdebug.c: New file.
15256 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15257
444e826c
SM
152582016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15259
15260 * gdb.base/detach.exp: Remove is_remote check.
15261
740feeaa
SM
152622016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15263
15264 * gdb.base/annota-input-while-running.exp: Don't check for
15265 [is_remote target]. Enable annotations after running to main.
15266 Remove unused "set test..." line.
15267
9080ac9d
SM
152682016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15269
15270 * gdb.trace/trace-enable-disable.exp: New file.
15271 * gdb.trace/trace-enable-disable.c: New file.
15272
952ebca5
SM
152732016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15274
15275 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15276 use it in info sharedlibrary test.
15277 * gdb.trace/ftrace-lock.exp: Likewise.
15278 * gdb.trace/ftrace.exp: Likewise.
15279 * gdb.trace/range-stepping.exp: Likewise.
15280 * gdb.trace/trace-break.exp: Likewise.
15281 * gdb.trace/trace-condition.exp: Likewise.
15282 * gdb.trace/trace-mt.exp: Likewise.
15283
d9019901
SM
152842016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15285
15286 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15287 (gdb_load_shlib): ... this.
15288 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15289 gdb_load_shlib.
15290 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15291 * gdb.base/ctxobj.exp: Likewise.
15292 * gdb.base/dprintf-pending.exp: Likewise.
15293 * gdb.base/dso2dso.exp: Likewise.
15294 * gdb.base/fixsection.exp: Likewise.
15295 * gdb.base/gcore-relro.exp: Likewise.
15296 * gdb.base/gdb1555.exp: Likewise.
15297 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15298 * gdb.base/gnu-ifunc.exp: Likewise.
15299 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15300 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15301 * gdb.base/pending.exp: Likewise.
15302 * gdb.base/print-file-var.exp: Likewise.
15303 * gdb.base/print-symbol-loading.exp: Likewise.
15304 * gdb.base/shlib-call.exp: Likewise.
15305 * gdb.base/shreloc.exp: Likewise.
15306 * gdb.base/so-impl-ld.exp: Likewise.
15307 * gdb.base/solib-disc.exp: Likewise.
15308 * gdb.base/solib-nodir.exp: Likewise.
15309 * gdb.base/solib-overlap.exp: Likewise.
15310 * gdb.base/solib-symbol.exp: Likewise.
15311 * gdb.base/solib-weak.exp (do_test): Likewise.
15312 * gdb.base/sym-file.exp: Likewise.
15313 * gdb.base/symtab-search-order.exp: Likewise.
15314 * gdb.base/type-opaque.exp: Likewise.
15315 * gdb.base/unload.exp: Likewise.
15316 * gdb.base/watchpoint-solib.exp: Likewise.
15317 * gdb.compile/compile.exp: Likewise.
15318 * gdb.cp/gdb2384.exp: Likewise.
15319 * gdb.cp/infcall-dlopen.exp: Likewise.
15320 * gdb.cp/re-set-overloaded.exp: Likewise.
15321 * gdb.fortran/library-module.exp: Likewise.
15322 * gdb.opt/solib-intra-step.exp: Likewise.
15323 * gdb.python/py-finish-breakpoint.exp: Likewise.
15324 * gdb.python/py-shared.exp: Likewise.
15325 * gdb.reverse/solib-precsave.exp: Likewise.
15326 * gdb.reverse/solib-reverse.exp: Likewise.
15327 * gdb.server/solib-list.exp: Likewise.
15328 * gdb.threads/dlopen-libpthread.exp: Likewise.
15329 * gdb.threads/tls-shared.exp: Likewise.
15330 * gdb.threads/tls-so_extern.exp: Likewise.
15331 * gdb.trace/change-loc.exp: Likewise.
15332 * gdb.trace/ftrace-lock.exp: Likewise.
15333 * gdb.trace/ftrace.exp: Likewise.
15334 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15335 * gdb.trace/pending.exp: Likewise.
15336 * gdb.trace/range-stepping.exp: Likewise.
15337 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15338 (strace_info_marker): Likewise.
15339 (strace_probe_marker): Likewise.
15340 (strace_trace_on_same_addr): Likewise.
15341 (strace_trace_on_diff_addr): Likewise.
15342 * gdb.trace/trace-break.exp: Likewise.
15343 * gdb.trace/trace-condition.exp: Likewise.
15344 * gdb.trace/trace-mt.exp: Likewise.
15345
fca4cfd9
SM
153462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15347
15348 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15349 result of gdb_remote_download.
15350 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15351 * gdb.base/dso2dso.exp: Likewise.
15352 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15353 * gdb.base/print-file-var.exp: Likewise.
15354 * gdb.base/shlib-call.exp: Likewise.
15355 * gdb.base/shreloc.exp: Likewise.
15356 * gdb.base/solib-overlap.exp: Likewise.
15357 * gdb.base/solib-weak.exp (do_test): Likewise.
15358 * gdb.base/unload.exp: Likewise.
15359
11cf4ffb
YQ
153602016-04-27 Yao Qi <yao.qi@linaro.org>
15361
15362 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15363 exists.
15364
3e2e34f8
KB
153652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15366
15367 * vla-type.exp: Print structure from toplevel.
15368
8f07e298
BH
153692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15370
15371 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15372 of dynamic types.
15373 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15374 of dynamic types.
15375
9920b434
BH
153762016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15377
15378 * gdb.fortran/vla-type.f90: New file.
15379 * gdb.fortran/vla-type.exp: New file.
15380
f3abeff5
YQ
153812016-04-25 Yao Qi <yao.qi@linaro.org>
15382
15383 * gdb.base/branch-to-self.c: New file.
15384 * gdb.base/branch-to-self.exp: New file.
15385
0a5d52f0
YQ
153862016-04-22 Yao Qi <yao.qi@linaro.org>
15387
15388 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15389 more after $hex.
15390
495346f6
YQ
153912016-04-22 Yao Qi <yao.qi@linaro.org>
15392
15393 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15394 * gdb.base/annota3.exp: Likewise.
15395
4a7e075c
YQ
153962016-04-22 Yao Qi <yao.qi@linaro.org>
15397
15398 * gdb.reverse/step-precsave.exp: Do one step and test program
15399 stops in "callee" and do multiple steps until program goes out
15400 of "callee".
15401 * gdb.reverse/step-reverse.exp: Likewise.
15402
5b061e98
YQ
154032016-04-22 Yao Qi <yao.qi@linaro.org>
15404
15405 * gdb.trace/signal.exp: Also pass if
15406 $tracepoint_hits($i) > $iterations.
15407
5c5dc57f
YQ
154082016-04-22 Yao Qi <yao.qi@linaro.org>
15409
15410 * gdb.trace/signal.c: New file.
15411 * gdb.trace/signal.exp: New file.
15412
a55411b9
DE
154132016-04-19 Doug Evans <xdje42@gmail.com>
15414
15415 * gdb.base/bad-file.exp: New file.
15416
a22df60a
MG
154172016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15418
15419 * gdb.dwarf2/implref.exp: New file.
15420
0c13f7e5
BH
154212016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15422
15423 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15424 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15425 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15426 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15427 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15428 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15429 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15430 * lib/fortran.exp (fortran_int4): New procedure.
15431 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15432 (fortran_logical4): Likewise.
15433
9b9b09e9
BH
154342016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15435
15436 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15437
a14d1f4d
BH
154382016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15439
15440 * lib/compiler.c: Add Intel specific preprocessor macros.
15441 * lib/compiler.cc: Likewise.
25d49b86 15442
7d49b1d0
LM
154432016-04-13 Luis Machado <lgustavo@codesourcery.com>
15444
15445 * gdb.server/connect-with-no-symbol-file.c: New file.
15446 * gdb.server/connect-with-no-symbol-file.exp: New file.
15447
8392fa22
SM
154482016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15449
15450 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15451
8c4c4aeb
SM
154522016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15453
15454 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15455 standard output directory.
15456
45e3745e
AT
154572016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15458
15459 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15460
e26b7e41
MM
154612016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15462
15463 * gdb.btrace/instruction_history.c (loop): Add declaration.
15464
8ce09462
AT
154652016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15466
15467 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15468
2e88a1ea
SM
154692016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15470
15471 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15472 parentheses to print.
15473 (continue_handler): Likewise.
15474
f48e22e3
SM
154752016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15476
15477 * gdb.server/solib-list.exp: Remove is_remote check.
15478 Pass shlib= to gdb_compile. Don't link shared library with
15479 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15480 Run binary filename through "readlink -f" on the target.
15481
096be756
PA
154822016-04-08 Pedro Alves <palves@redhat.com>
15483
15484 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15485 interpreter filename as argument to gdbserver_spawn.
15486 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15487 Return empty if $last_loaded_file does not exist.
15488
06500533
JK
154892016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15492 * gdb.base/jit-main.c: Use exit after usage.
15493
2d35e871
JK
154942016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15495
15496 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15497 GDBHISTSIZE prior to the tests.
15498 * gdb.base/gdbinit-history.exp: Likewise.
15499
155002016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15501
15502 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15503 instead of build_executable. Use gdb_load_shlibs.
15504
c8064e7e
YQ
155052016-04-07 Yao Qi <yao.qi@linaro.org>
15506
15507 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15508 Execute "si" command.
15509
bde47561
YQ
155102016-04-07 Yao Qi <yao.qi@linaro.org>
15511
15512 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15513 number instead of the comments on some line.
15514
b16f8a3b
DB
155152016-04-06 Don Breazeal <donb@codesourcery.com>
15516
15517 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15518 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15519
c2f901df
SM
155202016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15521
15522 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15523 standard_output_file. Remove unused binfile variable.
15524
ac17fda0
CU
155252016-04-05 Catalin Udma <catalin.udma@freescale.com>
15526
15527 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15528 * gdb.python/py-mi-objfile.exp: Match "list main" output
15529 in console format.
15530
03a8c4df
SM
155312016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15532
15533 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15534 absolute.
15535
6e774b13
SM
155362016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15537
15538 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15539 absolute.
15540 * gdb.trace/ftrace.exp: Likewise.
15541 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15542 targets as well.
15543 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15544 (gdb_load_shlibs): Copy libraries to test directory when testing
15545 natively. Only set solib-search-path if testing remotely.
15546 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15547
7817ea46
SM
155482016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15549
15550 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15551 gdb_download. Use it even if the target is not remote.
15552 * gdb.base/jit.exp (compile_jit_test): Likewise.
15553 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15554 output directory if the destination board is local, otherwise use
15555 the standard remote_download from DejaGnu.
15556 (gdb_download): Remove.
15557 (gdb_load_shlibs): Use gdb_remote_download instead of
15558 gdb_download.
15559 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15560 Use gdb_remote_download instead of gdb_download. Use it even if
15561 the target is not remote.
15562 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15563 instead of gdb_download.
15564
7beb7f68
SM
155652016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15566
15567 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15568 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15569 run.
15570
cc63428a
AV
155712016-04-01 Artemiy Volkov <artemiyv@acm.org>
15572
15573 PR gdb/19820
15574 * gdb.base/printcmds.exp: Add artificial arrays tests.
15575
64cdf930
PA
155762016-03-31 Pedro Alves <palves@redhat.com>
15577
15578 PR gdb/19858
15579 * gdb.base/jit-main.c: Include unistd.h.
15580 (ATTACH): Define to 0 if not already defined.
15581 (wait_for_gdb, mypid): New globals.
15582 (WAIT_FOR_GDB): New macro.
15583 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15584 some breakpoint locations.
15585 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15586 New procedures.
15587 (one_jit_test): Add REATTACH parameter, and handle it. Use
15588 continue_to_test_location.
15589 (top level): Test attach, and adjusts calls to one_jit_test.
15590
40dea8cb
PA
155912016-03-31 Pedro Alves <palves@redhat.com>
15592
15593 PR gdb/19858
15594 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15595 BINSUFFIX parameter, and handle it.
15596 (top level): Adjust calls compile_jit_test.
15597
e7ea3ec7
CU
155982016-03-31 Catalin Udma <catalin.udma@freescale.com>
15599
15600 PR python/19743
15601 * gdb.python/py-mi-events-gdb.py: New file.
15602 * gdb.python/py-mi-events.c: New file.
15603 * gdb.python/py-mi-events.exp: New file.
15604
e6359af3
YQ
156052016-03-30 Yao Qi <yao.qi@linaro.org>
15606
15607 * gdb.reverse/until-precsave.exp: Match function name only.
15608 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15609 Move malloc to a condition block.
15610 * gdb.reverse/until-reverse.exp: Match function name only.
15611
a4105d04
MK
156122016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15613
15614 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15615 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15616 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15617 variable for GPR 0 instead of assuming it is register 0.
15618 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15619 * lib/trace-support.exp: Add s390 registers.
15620
bfa6adb9
YQ
156212016-03-29 Yao Qi <yao.qi@linaro.org>
15622
15623 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15624
1e6697ea
YQ
156252016-03-24 Yao Qi <yao.qi@linaro.org>
15626
15627 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15628 test message.
15629
64bcd522
AA
156302016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15631
15632 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15633 maintaining separate logic for constructing the output path.
15634
7868401b
DB
156352016-03-16 Don Breazeal <donb@codesourcery.com>
15636
15637 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15638 Retry fork and waitpid on interrupted system call errors.
15639 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15640 Use with_timeout_factor to increase timeout by factor of 10.
15641
1cafadb4
DB
156422016-03-15 Don Breazeal <donb@codesourcery.com>
15643
15644 * gdb.cp/scope-err.cc: New test program.
15645 * gdb.cp/scope-err.exp: New test script.
15646 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15647 lines and "set breakpoint here" comment.
15648 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15649 Fixed some whitespace and format issues.
15650 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15651 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15652
81516450
DE
156532016-03-15 Doug Evans <dje@google.com>
15654
15655 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15656 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15657 All callers updated. Add tests for enums, mixed flags register.
15658
aa52b601
DE
156592016-03-15 Doug Evans <dje@google.com>
15660
15661 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15662 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15663
fa4ff313
SM
156642016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15665
15666 * gdb.base/default.exp: Add $_as_string to the list of expected
15667 convenience functions.
15668
f2403c39
AB
156692016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15670
15671 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15672
f2f3ccb9
SM
156732016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15674
15675 * gdb.python/py-as-string.exp: New file.
15676 * gdb.python/py-as-string.c: New file.
15677
00dbd492
PA
156782016-03-09 Pedro Alves <palves@redhat.com>
15679
15680 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15681 signal" -> "Thread NN received signal" output change.
15682 * gdb.threads/ia64-sigill.exp: Likewise.
15683 * gdb.threads/linux-dp.exp: Likewise.
15684 * gdb.threads/manythreads.exp: Likewise.
15685 * gdb.threads/pending-step.exp: Likewise.
15686 * gdb.threads/print-threads.exp: Likewise.
15687 * gdb.threads/sigstep-threads.exp: Likewise.
15688 * gdb.threads/staticthreads.exp: Likewise.
15689 * gdb.threads/tls.exp: Likewise.
15690
1e6697ea
YQ
156912016-03-09 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.base/command-line-input.exp: New file.
15694
b04fd3be
MK
156952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15696
15697 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15698 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15699 * gdb.trace/pending.exp: Accept leading dot before function name.
15700 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15701 * lib/trace-support.exp: Set registers for ppc.
15702
98fa59e9
MK
157032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15704
15705 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15706 use it for disassembly; accept .main in addition to main in backtrace.
15707
f77198c8
MK
157082016-03-09 Wei-cheng Wang <cole945@gmail.com>
15709 Marcin Kościelnicki <koriakin@0x04.net>
15710
15711 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15712 (gdb_recursion_test_ptr): New global variable.
15713 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15714 gdb_recursion_test.
15715 (gdb_c_test): Ditto.
15716
ba84e0da
MK
157172016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15718
15719 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15720 ordering.
15721
4366d36e
MK
157222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15723
15724 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15725 (bar): Add bar_start_lbl label.
15726 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15727 of foo/bar for emitting DWARF and tracing.
15728
5eb264df
SDJ
157292016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15730
15731 * analyze-racy-logs.py: Set executable bit.
15732
fb6a751f
SDJ
157332016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15734
15735 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15736 (CHECK_TARGET_TMP): Likewise.
15737 (check-single-racy): New rule.
15738 (check-parallel-racy): Likewise.
15739 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15740 (do-check-parallel-racy): New rule.
15741 (check-racy/%.exp): Likewise.
15742 * README (Racy testcases): New section.
15743 * analyze-racy-logs.py: New file.
15744
bdf7e230
DE
157452016-03-03 Doug Evans <dje@google.com>
15746
15747 * gdb.base/skip.exp: Use with_test_prefix.
15748
4719d415
YQ
157492016-03-03 Yao Qi <yao.qi@linaro.org>
15750
15751 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15752 Invoke step_over_syscall "clone" and break_cond_on_syscall
15753 "clone".
15754 * gdb.base/step-over-clone.c: New file.
15755
ea507862
YQ
157562016-03-03 Yao Qi <yao.qi@linaro.org>
15757
15758 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15759 code format.
15760
8fc8cbda
YQ
157612016-03-03 Yao Qi <yao.qi@linaro.org>
15762
15763 * gdb.base/disp-step-fork.c: Rename to ...
15764 * gdb.base/step-over-fork.c: ... it. New file.
15765 * gdb.base/disp-step-vfork.c: Rename to ...
15766 * gdb.base/step-over-vfork.c: ... it. New file.
15767 * gdb.base/disp-step-syscall.exp: Rename to ...
15768 * gdb.base/step-over-syscall.exp: ... it. New file.
15769 (disp_step_cross_syscall): Rename to ...
15770 (step_over_syscall): ... it.
15771
92fa70b0
YQ
157722016-03-03 Yao Qi <yao.qi@linaro.org>
15773
15774 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15775 If target supports condition evaluation on target, invoke
15776 break_cond_on_syscall for fork and vfork.
15777
e197ad3c
YQ
157782016-03-03 Yao Qi <yao.qi@linaro.org>
15779
15780 * gdb.base/disp-step-syscall.exp: Don't invoke
15781 support_displaced_stepping.
15782 (disp_step_cross_syscall): Test with displaced stepping off and
15783 on if supported.
15784
0b47da9f
YQ
157852016-03-03 Yao Qi <yao.qi@linaro.org>
15786
15787 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15788 proc.
15789 (setup): New proc.
15790 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15791 and setup.
15792
065ab6dc
BH
157932016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15794
15795 * gdb.fortran/vla-history.exp: Remove breakpoint.
15796
07e448ad 157972016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15798
25d49b86
PA
15799 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15800 exceeds timeout.
07e448ad 15801
9ac2d526 158022016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15803
25d49b86
PA
15804 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15805 breakpoint.
9ac2d526 15806
17807369
BH
158072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15808
15809 * gdb.mi/vla.f90: Nullify pointer after declaration.
15810
86e501af
PA
158112016-03-01 Pedro Alves <palves@redhat.com>
15812
15813 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15814
1e903e32
PA
158152016-03-01 Pedro Alves <palves@redhat.com>
15816
15817 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15818 before anything else.
15819 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15820 _GNU_SOURCE here.
15821 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15822 before anything else.
15823 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15824
6ccb54e2
PA
158252016-03-01 Pedro Alves <palves@redhat.com>
15826
15827 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15828
30ca9da1
YQ
158292016-03-01 Yao Qi <yao.qi@linaro.org>
15830
15831 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15832 prepare_for_testing.
15833
dc856b38
YQ
158342016-03-01 Yao Qi <yao.qi@linaro.org>
15835
15836 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15837
4a932159
AA
158382016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15839
15840 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15841 manually constructing the output path.
15842
f2489477
AA
158432016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15844
15845 * gdb.arch/s390-stackless.S: New.
15846 * gdb.arch/s390-stackless.exp: New.
15847
38899f16
IB
158482016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15849
15850 * gdb.dlang/circular.c: New file.
15851 * gdb.dlang/circular.exp: New file.
15852
9fde51ed
YQ
158532016-02-26 Yao Qi <yao.qi@linaro.org>
15854
15855 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15856 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15857 (testcases): Update.
15858
ce90fefe
YQ
158592016-02-26 Yao Qi <yao.qi@linaro.org>
15860
15861 * gdb.reverse/aarch64.c: Rename to ...
15862 * gdb.reverse/insn-reverse.c: ... it.
15863 * gdb.reverse/aarch64.exp: Rename to ...
15864 * gdb.reverse/insn-reverse.exp: ... it.
15865
3263bceb
YQ
158662016-02-26 Yao Qi <yao.qi@linaro.org>
15867
15868 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15869 (testcase_ftype): New.
15870 (testcases): New array.
15871 (n_testcases): New.
15872 (main): Call each element in testcases.
15873 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15874 (read_testcase): New.
15875 Do the tests in a loop.
15876
6cb59ff1
YQ
158772016-02-25 Yao Qi <yao.qi@linaro.org>
15878
15879 * gdb.base/branches.c: Remove.
15880
ae91f625
MK
158812016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15882
15883 PR gdb/13808
15884 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15885
678b48b7
MK
158862016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15887
15888 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15889
7337a6f2
MK
158902016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15891
15892 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15893 change x86_64 call_insn to 'callq'.
15894
861ca91f
AT
158952016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15896
15897 * gdb.trace/tfile-avx.c: Move to...
15898 * gdb.trace/tracefile-pseudo-reg.c: Here.
15899 * gdb.trace/tfile-avx.exp: Move to...
15900 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15901
bf74e428
GB
159022016-02-24 Gary Benson <gbenson@redhat.com>
15903
15904 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15905 message on attach.
15906
cce0e923
DE
159072016-02-23 Doug Evans <dje@google.com>
15908
15909 * gdb.base/skip.c (test_skip): New function.
15910 (end_test_skip_file_and_function): New function.
15911 (test_skip_file_and_function): New function.
15912 * gdb.base/skip1.c (test_skip): New function.
15913 (skip1_test_skip_file_and_function): New function.
15914 * gdb.base/skip.exp: Add tests for new skip options.
15915 * gdb.base/skip-solib.exp: Update expected output.
15916 * gdb.perf/skip-command.cc: New file.
15917 * gdb.perf/skip-command.exp: New file.
15918 * gdb.perf/skip-command.py: New file.
15919
4000e47e
MK
159202016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15921
15922 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15923 info registers pattern.
15924
24f75ead
IB
159252016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15926
15927 * lib/future.exp: Add D support.
15928 (gdb_find_gdc): New proc.
15929 (gdb_default_target_compile): Add D support.
15930
fbb7bcbe
WW
159312016-02-18 Wei-cheng Wang <cole945@gmail.com>
15932
15933 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15934 user+system time.
15935 (trace_speed_test): Determine the iteration count for a time
15936 between 15..30 seconds.
15937
012b3a21
WT
159382016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15939
15940 * gdb.arch/i386-mpx-sigsegv.c: New file.
15941 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15942 * gdb.arch/i386-mpx-simple_segv.c: New file.
15943 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15944
2d5189bd
YQ
159452016-02-18 Yao Qi <yao.qi@linaro.org>
15946
15947 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15948 Don't call setup_kfail.
15949
40fb20d0
YQ
159502016-02-18 Yao Qi <yao.qi@linaro.org>
15951
15952 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15953 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15954
21b1f8d2
DE
159552016-02-16 Doug Evans <dje@google.com>
15956
15957 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15958 * gdb.base/skip1.c: Ditto.
15959 * gdb.base/skip.exp: Whitespace cleanup.
15960
4041ed77
DB
159612016-02-16 Don Breazeal <donb@codesourcery.com>
15962
15963 PR remote/19496
15964 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15965 Remove kfail for PR remote/19496.
15966
c4ef31bf
SM
159672016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15968
15969 * lib/gdb.exp (standard_temp_file): Return a path specific to
15970 the runtest invocation.
15971
266b65b3
SM
159722016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15973
15974 * gdb.trace/save-trace.exp: Change relative path to be in the
15975 standard output directory.
15976
a7a0a6a9
JK
159772016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15978
15979 * gdb.arch/i386-prologue.c: Add missing prototypes.
15980
c99dbb42
JK
159812016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15982
15983 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15984 * gdb.arch/i386-prologue.exp: Likewise.
15985 * gdb.arch/i386-size.exp: Likewise.
15986
aa480355
SM
159872016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15988
15989 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15990 define object file path.
15991 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15992 file path.
15993 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15994 standard_output_file to define binfile.
15995
ba881f50
JK
159962016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15997
15998 Fix compatibility with recent gfortran-5.3.1.
15999 * gdb.fortran/vla-history.exp (print vla1 allocated)
16000 (print vla2 allocated, print $2, print $3): Remove
16001 (print $4): Rename to ...
16002 (print $2): ... here.
16003 (print $9): Rename to ...
16004 (print $5): ... here.
16005 (print $10): Rename to ...
16006 (print $6): ... here.
16007 * gdb.fortran/vla.f90: Add pvla initialization.
16008
e9fb005c
JK
160092016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16010
16011 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16012 New test.
16013 * gdb.fortran/vla-value-sub.exp: Likewise.
16014
e44e00ff
MK
160152016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16016
16017 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16018
97e94151
SM
160192016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16020
16021 * i386-biarch-core.exp: Define corefile using
16022 standard_output_file.
16023
01113bc1
YQ
160242016-02-12 Yao Qi <yao.qi@linaro.org>
16025
16026 * gdb.arch/arm-single-step-kernel-helper.c: New.
16027 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16028
33b4777c
MM
160292016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16030
16031 * gdb.btrace/tailcall-only.exp: New.
16032 * gdb.btrace/tailcall-only.c: New.
16033 * gdb.btrace/x86_64-tailcall-only.S: New.
16034 * gdb.btrace/i686-tailcall-only.S: New.
16035
acc23c11
PA
160362016-02-11 Pedro Alves <palves@redhat.com>
16037
16038 * README (Parallel testing): Add missing double quotes.
16039
e352bf0a
PA
160402016-02-11 Pedro Alves <palves@redhat.com>
16041
16042 * README (Parallel testing): New section.
16043 (GDB_PARALLEL): Rewrite.
16044 (FORCE_PARALLEL): Document.
16045
9f5fed78
MK
160462016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16047
16048 * gdb.trace/tfile-avx.c: New test.
16049 * gdb.trace/tfile-avx.exp: New test.
16050
9ef9e6a6
KS
160512016-02-09 Keith Seitz <keiths@redhat.com>
16052
16053 PR breakpoints/19546
16054 * gdb.base/infcall-exec.c: New file.
16055 * gdb.base/infcall-exec2.c: New file.
16056 * gdb.base/infcall-exec.exp: New file.
16057
a96e36da
KS
160582016-02-09 Keith Seitz <keiths@redhat.com>
16059
16060 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16061 (toplevel): Call test_bkpt_address.
16062
9f61929f
KS
160632016-02-09 Keith Seitz <keiths@redhat.com>
16064
16065 PR python/19506
16066 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16067 (toplevel): Call test_bkpt_address.
16068
1e94266c
SM
160692016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16070
16071 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16072 to AC_OUTPUT.
16073 * configure: Regenerate.
16074
2a7f3dff
PA
160752016-02-09 Pedro Alves <palves@redhat.com>
16076
16077 PR breakpoints/19548
16078 * gdb.base/execl-update-breakpoints.c (some_function): New
16079 function.
16080 (main): Call it.
16081 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16082 Tighten expected GDB output.
16083
2151ccc5
SM
160842016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16085
16086 * Makefile.in (ALL_SUBDIRS): Remove.
16087 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16088 (distclean maintainer-clean realclean): Likewise.
16089 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16090 * configure: Regenerate.
16091 * gdb.ada/Makefile.in: Delete.
16092 * gdb.arch/Makefile.in: Likewise.
16093 * gdb.asm/Makefile.in: Likewise.
16094 * gdb.base/Makefile.in: Likewise.
16095 * gdb.btrace/Makefile.in: Likewise.
16096 * gdb.cell/Makefile.in: Likewise.
16097 * gdb.compile/Makefile.in: Likewise.
16098 * gdb.cp/Makefile.in: Likewise.
16099 * gdb.disasm/Makefile.in: Likewise.
16100 * gdb.dlang/Makefile.in: Likewise.
16101 * gdb.dwarf2/Makefile.in: Likewise.
16102 * gdb.fortran/Makefile.in: Likewise.
16103 * gdb.gdb/Makefile.in: Likewise.
16104 * gdb.go/Makefile.in: Likewise.
16105 * gdb.guile/Makefile.in: Likewise.
16106 * gdb.java/Makefile.in: Likewise.
16107 * gdb.linespec/Makefile.in: Likewise.
16108 * gdb.mi/Makefile.in: Likewise.
16109 * gdb.modula2/Makefile.in: Likewise.
16110 * gdb.multi/Makefile.in: Likewise.
16111 * gdb.objc/Makefile.in: Likewise.
16112 * gdb.opencl/Makefile.in: Likewise.
16113 * gdb.opt/Makefile.in: Likewise.
16114 * gdb.pascal/Makefile.in: Likewise.
16115 * gdb.perf/Makefile.in: Likewise.
16116 * gdb.python/Makefile.in: Likewise.
16117 * gdb.reverse/Makefile.in: Likewise.
16118 * gdb.server/Makefile.in: Likewise.
16119 * gdb.stabs/Makefile.in: Likewise.
16120 * gdb.threads/Makefile.in: Likewise.
16121 * gdb.trace/Makefile.in: Likewise.
16122 * gdb.xml/Makefile.in: Likewise.
16123 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16124 GDB_PARALLEL.
16125 (standard_output_file): Remove check for GDB_PARALLEL, always
16126 return path in outputs/$subdir/$testname.
16127
437277d4
SM
161282016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16129
16130 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16131 (site.exp): Assign abs_srcdir to tcl's srcdir.
16132
31d913c7
YQ
161332016-02-04 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.base/foll-exec-mode.c: Include limits.h.
16136 (main): Add parameters argc and argv. Get directory from
16137 argv[0].
16138 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16139 compilation.
16140 * gdb.base/foll-exec.c: Include limits.h.
16141 (main): Add parameters argc and argv.
16142 Get directory from argv[0].
16143 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16144 Adjust tests on the number of lines as source code changed.
16145 * gdb.base/foll-vfork-exit.c: Include limits.h.
16146 (main): Add one line of statement before vfork.
16147 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16148 (main): Add parameters argc and argv. Get directory from
16149 argv[0].
16150 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16151 (setup_gdb): Set tbreak to skip some source lines.
16152 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16153 (main): Add parameters argc and argv. Get directory from
16154 argv[0].
16155 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16156 compilation.
16157 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16158 (main): Add parameters argc and argv. Get directory from
16159 argv[0].
16160 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16161 compilation.
16162
9482b9fb
DE
161632016-02-01 Doug Evans <dje@google.com>
16164
16165 * gdb.base/skip.exp: Clean up multiple references to same test name.
16166
6b2e4f10
PA
161672016-02-01 Pedro Alves <palves@redhat.com>
16168
ccb6afd6 16169 PR remote/19496
6b2e4f10
PA
16170 * gdb.threads/forking-threads-plus-breakpoint.exp
16171 (displaced_stepping_supported): New global.
16172 (probe_displaced_stepping_support): New procedure.
16173 (do_test): Add 'displaced' parameter, and use it.
16174 (top level): Check for displaced stepping support. Add displaced
16175 stepping on/off testing axis.
16176
37a8db1a
AB
161772016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16178
16179 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16180 pointer. Don't perform further tests on the unassociated pointer
16181 if the first test fails.
16182
5fdf6324
AB
161832016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16184
16185 * gdb.base/max-value-size.c: New file.
16186 * gdb.base/max-value-size.exp: New file.
16187 * gdb.base/huge.exp: Disable max-value-size for this test.
16188
935c6144
IB
161892016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16190
16191 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16192
7fe8399d
YQ
161932016-01-28 Yao Qi <yao.qi@linaro.org>
16194
16195 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16196
a2077e25
PA
161972016-01-25 Pedro Alves <palves@redhat.com>
16198
16199 PR threads/19461
16200 * gdb.base/fork-running-state.c: New file.
16201 * gdb.base/fork-running-state.exp: New file.
16202
1d2736d4
PA
162032016-01-25 Pedro Alves <palves@redhat.com>
16204
16205 PR gdb/19494
16206 * gdb.base/catch-fork-kill.c: New file.
16207 * gdb.base/catch-fork-kill.exp: New file.
16208
f1da4b11
PA
162092016-01-25 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16212 Delete, moved to lib/gdb.exp.
16213 * gdb.threads/forking-threads-plus-breakpoint.exp
16214 (foreach_with_prefix): Likewise.
16215 * gdb.threads/process-dies-while-handling-bp.exp
16216 (foreach_with_prefix): Likewise.
16217 * lib/gdb.exp (foreach_with_prefix): New procedure.
16218
45f38546
MK
162192016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16220
16221 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16222 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16223
dc29a1ce
MK
162242016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16225
16226 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16227 endian targets.
16228
092127d7
JK
162292016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16230 Pedro Alves <palves@redhat.com>
16231
16232 Fix testsuite compatibility with Guile.
16233 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16234 number.
16235
31d765d3
JK
162362016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16237
16238 Fix testsuite compatibility with Guile.
16239 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16240 (thread 1): New test for backtrace through signal handler.
16241
1ac78c04
YQ
162422016-01-22 Yao Qi <yao.qi@linaro.org>
16243
16244 PR testsuite/19491
16245 * gdb.base/multi-forks.c: Include
16246 ../lib/unbuffer_output.c
16247 (main): Call gdb_unbuffer_output.
16248
4f5946a8
DE
162492016-01-21 Doug Evans <dje@google.com>
16250
16251 * lib/ada.exp (gdb_compile_ada): Fix typo.
16252
305e13e6
JB
162532016-01-21 Joel Brobecker <brobecker@adacore.com>
16254
16255 * gdb.base/break-fun-addr.exp: New file.
16256 * gdb.base/break-fun-addr1.c: New file.
16257 * gdb.base/break-fun-addr2.c: New file.
16258
5f5dfff6
SM
162592016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16260
16261 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16262 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16263 enum flag values.
16264
fd356fa2
AA
162652016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16266
16267 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16268 when GDB can not set the vector return value. Add more comments
16269 for clarification.
16270
9df22175
AT
162712016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16272
16273 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16274 command.
16275
41d1845e
SM
162762016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16277
16278 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16279
01ac6840
SM
162802016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16281
16282 * Makefile.in (check-single): Pass --status to runtest.
16283 (check/%.exp): Likewise.
16284
162852016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16286
16287 * Makefile.in (check-parallel): Propagate return code from make
16288 do-check-parallel.
16289
bd0a71fa
MK
162902016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16291
16292 * gdb.trace/ftrace.exp: Fix expected message on continue.
16293 * gdb.trace/pending.exp: Fix expected message on continue.
16294 * gdb.trace/trace-break.exp: Fix expected message on continue.
16295
8bcbad33
SM
162962016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16297
16298 * lib/gdb.exp (gdb_test): Remove unused global references.
16299
f303dbd6
PA
163002016-01-18 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/async-shell.exp: Adjust expected output.
16303 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16304 * gdb.base/siginfo-thread.exp: Adjust expected output.
16305 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16306 * gdb.java/jnpe.exp: Adjust expected output.
16307 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16308 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16309 * gdb.threads/leader-exit.exp: Adjust expected output.
16310 * gdb.threads/manythreads.exp: Adjust expected output.
16311 * gdb.threads/pthreads.exp: Adjust expected output.
16312 * gdb.threads/schedlock.exp: Adjust expected output.
16313 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16314 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16315 expected output.
16316 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16317 output.
16318 * gdb.threads/sigthread.exp: Adjust expected output.
16319 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16320
b2789696
YQ
163212016-01-18 Yao Qi <yao.qi@linaro.org>
16322
16323 * gdb.guile/scm-section-script.c: Replace @progbits with
16324 %progbits.
16325 * gdb.python/py-section-script.c: Likewise.
16326
71ef29a8
PA
163272016-01-15 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.multi/tids.exp: Test star wildcard ranges.
16330
3f5b7598
PA
163312016-01-15 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16334 command from "thread apply" invocation.
16335 (thr_apply_info_thr_invalid): Default the expected output to the
16336 input tid list.
16337 (top level): Add tests that use convenience variables. Add tests
16338 for "thread apply" with a valid TID list, but missing the command.
16339
663f6d42
PA
163402016-01-13 Pedro Alves <palves@redhat.com>
16341
16342 * gdb.base/default.exp: Expect $_gthread as well.
16343 * gdb.multi/tids.exp: Test $_gthread.
16344 * gdb.threads/thread-specific.exp: Test $_gthread.
16345
c84f6bbf
PA
163462016-01-13 Pedro Alves <palves@redhat.com>
16347
16348 * gdb.multi/tids.exp: Test "info threads -gid".
16349
22a02324
PA
163502016-01-13 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16353 Breakpoint.thread.
16354 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16355
5d5658a1
PA
163562016-01-07 Pedro Alves <palves@redhat.com>
16357
16358 * gdb.base/break.exp: Adjust to output changes.
16359 * gdb.base/hbreak2.exp: Likewise.
16360 * gdb.base/sepdebug.exp: Likewise.
16361 * gdb.base/watch_thread_num.exp: Likewise.
16362 * gdb.linespec/keywords.exp: Likewise.
16363 * gdb.multi/info-threads.exp: Likewise.
16364 * gdb.threads/thread-find.exp: Likewise.
16365 * gdb.multi/tids.c: New file.
16366 * gdb.multi/tids.exp: New file.
16367
84654457
PA
163682016-01-13 Pedro Alves <palves@redhat.com>
16369
16370 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16371
e3940304
PA
163722016-01-13 Pedro Alves <palves@redhat.com>
16373
16374 * gdb.base/default.exp: Expect $_inferior as well.
16375 * gdb.multi/base.exp: Test $_inferior.
16376
a911d87a
PA
163772016-01-13 Pedro Alves <palves@redhat.com>
16378
16379 PR breakpoints/19388
16380 * gdb.base/catch-signal-siginfo-cond.c: New file.
16381 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16382
82075af2
JS
163832016-01-12 Josh Stone <jistone@redhat.com>
16384 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16385
16386 * gdb.base/catch-syscall.c (do_execve): New variable.
16387 (main): Conditionally trigger an execve.
16388 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16389 (test_catch_syscall_execve): New, check entry/return across execve.
16390 (do_syscall_tests): Call test_catch_syscall_execve.
16391
e46eeedd
PA
163922016-01-12 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.base/random-signal.exp (do_test): New procedure, with body
16395 of testcase moved in.
16396
01d8c27e
JK
163972016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16398 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.base/funcargs.exp (finish from indirectly called function):
16401 Reintroduce the case for 'First'.
16402
9a706302
JK
164032016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16404 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16407 (tcatch_vfork_then_child_follow_exec)
16408 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16409 identification.
16410
c0ecb95f
JK
164112016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16412
16413 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16414 and repeats to unlimited.
16415 * gdb.python/py-value.exp: Likewise.
16416 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16417 and repeats to unlimited.
16418
6cfc1fcb
JK
164192016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16420
16421 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16422 and reordering the functions.
16423 * gdb.multi/hangout.c: Likewise.
16424 * gdb.multi/hello.c: Likewise.
16425
582a1b00
SM
164262016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16427
16428 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16429 absolute.
16430 (SingleStatisticTestResult.report): Use dict.keys instead of
16431 dict.iterkeys.
16432
79bc59cb
PA
164332016-01-06 Pedro Alves <palves@redhat.com>
16434
16435 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16436
43368e1d
MM
164372016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16438
16439 * gdb.btrace/dlopen.exp: New.
16440 * gdb.btrace/dlopen.c: New.
16441 * gdb.btrace/dlopen-dso.c: New.
16442
79fad5b8
SL
164432015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16444
16445 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16446 PATTERN argument is optional.
16447
ab8314b3
JB
164482015-12-24 Joel Brobecker <brobecker@adacore.com>
16449
16450 * lib/ada.exp (target_compile_ada_from_dir): New function.
16451 (gdb_compile_ada): Reimplement avoiding the use of project files.
16452 * gdb.ada/gnat_ada.gpr: Delete.
16453 * gdb.ada/cond_lang.exp: Adjust test to make path before
16454 filename optional.
16455 * gdb.ada/small_reg_param.exp: Likewise.
16456
fe33faff
SM
164572015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16458
16459 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16460
6d265cb4
TP
164612015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16462
16463 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16464 case.
16465
10125099
SM
164662015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16467
16468 * gdb.base/break.exp: Remove dead code.
16469 * gdb.base/sepdebug.exp: Likewise.
16470
3ca22649
SM
164712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16472
16473 * gdb.asm/asm-source.exp: Remove HP-UX references.
16474 * gdb.base/annota1.exp: Likewise.
16475 * gdb.base/annota3.exp: Likewise.
16476 * gdb.base/attach.exp: Likewise.
16477 * gdb.base/bigcore.exp: Likewise.
16478 * gdb.base/break.exp: Likewise.
16479 * gdb.base/call-ar-st.exp: Likewise.
16480 * gdb.base/callfuncs.exp: Likewise.
16481 * gdb.base/catch-fork-static.exp: Likewise.
16482 * gdb.base/display.exp: Likewise.
16483 * gdb.base/foll-exec-mode.exp: Likewise.
16484 * gdb.base/foll-exec.exp: Likewise.
16485 * gdb.base/foll-fork.exp: Likewise.
16486 * gdb.base/foll-vfork.exp: Likewise.
16487 * gdb.base/funcargs.exp: Likewise.
16488 * gdb.base/hbreak2.exp: Likewise.
16489 * gdb.base/inferior-died.exp: Likewise.
16490 * gdb.base/interrupt.exp: Likewise.
16491 * gdb.base/multi-forks.exp: Likewise.
16492 * gdb.base/nodebug.exp: Likewise.
16493 * gdb.base/sepdebug.exp: Likewise.
16494 * gdb.base/solib1.c: Likewise.
16495 * gdb.base/step-test.exp: Likewise.
16496 * gdb.mi/non-stop.c: Likewise.
16497 * gdb.mi/pthreads.c: Likewise.
16498 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16499 * gdb.threads/pthreads.c: Likewise.
16500 * gdb.threads/staticthreads.exp: Likewise.
16501 * lib/future.exp: Likewise.
16502 * lib/gdb.exp: Likewise.
16503 * gdb.base/so-indr-cl.c: Remove.
16504 * gdb.base/so-indr-cl.exp: Likewise.
16505 * gdb.base/solib.c: Likewise.
16506 * gdb.base/solib.exp: Likewise.
16507 * gdb.base/solib2.c: Likewise.
16508
b6304613
SM
165092015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16510
16511 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16512 * gdb.base/call-ar-st.exp: Likewise.
16513 * gdb.base/callfuncs.exp: Likewise.
16514 * gdb.base/condbreak.exp: Likewise.
16515 * gdb.base/constvars.exp: Likewise.
16516 * gdb.base/hbreak2.exp: Likewise.
16517 * gdb.base/langs.exp: Likewise.
16518 * gdb.base/list.exp: Likewise.
16519 * gdb.base/long_long.exp: Likewise.
16520 * gdb.base/ptype.exp: Likewise.
16521 * gdb.base/scope.exp: Likewise.
16522 * gdb.base/signals.exp: Likewise.
16523 * gdb.base/so-impl-ld.exp: Likewise.
16524 * gdb.base/varargs.exp: Likewise.
16525 * gdb.base/volatile.exp: Likewise.
16526 * gdb.base/whatis.exp: Likewise.
16527 * gdb.cp/cplusfuncs.exp: Likewise.
16528 * gdb.cp/inherit.exp: Likewise.
16529 * gdb.cp/local.exp: Likewise.
16530 * gdb.cp/member-ptr.exp: Likewise.
16531 * gdb.cp/method.exp: Likewise.
16532 * gdb.cp/overload.exp: Likewise.
16533 * gdb.cp/templates.exp: Likewise.
16534 * gdb.stabs/weird.exp: Likewise.
16535 * lib/compiler.c: Likewise.
16536 * lib/compiler.cc: Likewise.
16537 * lib/cp-support.exp: Likewise.
16538 * lib/gdb.exp: Likewise.
16539
bf401b07
SM
165402015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16541
16542 * configure.ac: Remove HP-UX case.
16543 * configure: Regenerate.
16544
aff9c0f8
SM
165452015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16546
16547 * lib/gdb.exp (gdb_compile): Add function doc.
16548
a6904d5a
PA
165492015-12-17 Pedro Alves <palves@redhat.com>
16550
16551 PR threads/19354
16552 * gdb.multi/info-threads.exp: New file.
16553
a22279dd
YQ
165542015-12-15 Yao Qi <yao.qi@linaro.org>
16555
16556 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16557 is aarch64*-*-*.
16558
0588c796
SL
165592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16560
16561 * gdb.base/history-duplicates.exp: Skip if no readline support.
16562
5d978e17
SL
165632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16564
16565 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16566
7e763b86
SL
165672015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16568
16569 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16570
87a3a92c
SL
165712015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16572
16573 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16574 ctrl-C if nointerrupts target property is set.
16575 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16576 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16577 * gdb.base/paginate-bg-execution.exp: Likewise.
16578 * gdb.base/paginate-execution-startup.exp: Likewise.
16579 * gdb.base/random-signal.exp: Likewise.
16580 * gdb.base/range-stepping.exp: Likewise.
16581 * gdb.cp/annota2.exp: Likewise.
16582 * gdb.cp/annota3.exp: Likewise.
16583 * gdb.gdb/selftest.exp: Likewise.
16584 * gdb.threads/continue-pending-status.exp: Likewise.
16585 * gdb.threads/leader-exit.exp: Likewise.
16586 * gdb.threads/manythreads.exp: Likewise.
16587 * gdb.threads/pthreads.exp: Likewise.
16588 * gdb.threads/schedlock.exp: Likewise.
16589 * gdb.threads/sigthread.exp: Likewise.
16590
a8f077dc
DB
165912015-12-11 Don Breazeal <donb@codesourcery.com>
16592
16593 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16594 remote.
16595 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16596 * gdb.base/foll-exec.exp (main): Enable for target remote.
16597 * gdb.base/foll-fork.exp (main): Likewise.
16598 * gdb.base/foll-vfork.exp (main): Likewise.
16599 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16600 (proc continue_to_exit_bp_loc): Use clean_restart.
16601 * gdb.base/pie-execl.exp (main): Disable for target remote.
16602 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16603 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16604 * gdb.threads/execl.exp (main): Likewise.
16605 * gdb.threads/fork-child-threads.exp (main): Likewise.
16606 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16607 remote.
16608 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16609 remote.
16610 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16611 pid.tid style ptids, instead of just tid.
16612 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16613 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16614 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16615 ptids, instead of just tid.
16616
3b2464a8
AB
166172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16618
16619 * gdb.base/list.exp (test_list_forward): Add end of file error
16620 test.
16621 (test_repeat_list_command): Add end of file error test.
16622 (test_list_backwards): Add beginning of file error test.
16623
a0def019
AB
166242015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16625
16626 * gdb.base/list.exp (test_list_invalid_args): New function,
16627 defined, and called.
16628
5c000dff
AB
166292015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16630
16631 * gdb.base/list.exp (test_list): Make test names unique.
16632
f1637ebe
YQ
166332015-12-11 Yao Qi <yao.qi@linaro.org>
16634
16635 * gdb.base/coremaker2.c: Remove.
16636
36d6fc0a
PA
166372015-12-10 Pedro Alves <palves@redhat.com>
16638
16639 * gdb.multi/base.exp: Remove stale "spaces" references.
16640
762f7747
PA
166412015-12-10 Pedro Alves <palves@redhat.com>
16642
16643 * gdb.multi/base.exp: Don't use nowarnings.
16644 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16645 * gdb.multi/hangout.c: Include stdio.h.
16646 * gdb.multi/hello.c: Include stdlib.h.
16647 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16648 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16649 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16650
28d2bfb9
AB
166512015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16652
16653 * gdb.dwarf2/dw2-ranges-base.c: New file.
16654 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16655 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16656 support additional line table, and debug ranges generation.
16657 (Dwarf::ranges): New function, generate .debug_ranges.
16658 (Dwarf::lines): Support generating simple line table programs.
16659 (Dwarf::assemble): Initialise new namespace variables.
16660
5fc2beac
KB
166612015-12-09 Kevin Buettner <kevinb@redhat.com>
16662
16663 * gdb.base/async.exp (proc test_background): Add case for
16664 asynchronous execution not supported.
16665
1c35a88f
LM
166662015-12-09 Luis Machado <lgustavo@codesourcery.com>
16667
16668 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16669 format and change test names to make them unique.
16670
b593e3d9
RK
166712015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16672 Pedro Alves <pedro@redhat.com>
16673
16674 PR gdb/18702
16675 Add checking of floatformats setup on x86_64 hosts.
16676 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16677 (smallval, bigval): New labels/constants.
16678 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16679 float" after loading bigval and smallval.
16680
d72413e6
PMR
166812015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16682
16683 * gdb.ada/fun_overload_menu.exp: New testcase.
16684 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16685
ece66d65
JS
166862015-12-04 Josh Stone <jistone@redhat.com>
16687
16688 * gdb.base/catch-fork-static.exp: New.
16689
41d0efca
YQ
166902015-12-03 Yao Qi <yao.qi@linaro.org>
16691
16692 * gdb.base/sizeof.c: Don't include stdio.h and
16693 ../lib/unbuffer_output.c.
16694 (main): New variable 'size' and 'value'. Remove printf and
16695 gdb_unbuffer_output. Assign return value to size and value.
16696 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16697 at the beginning.
16698 (check_sizeof): Check the result by printing variable 'size'.
16699 (check_valueof): Check the result by printing variable 'value'.
16700
99fd02d9
YQ
167012015-12-01 Yao Qi <yao.qi@linaro.org>
16702
16703 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16704 for aarch64*-*-linux* target.
16705
f2faf941
PA
167062015-11-30 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16709
04bf20c5
PA
167102015-11-30 Pedro Alves <palves@redhat.com>
16711
16712 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16713 Handle non-stop mode vCont replies.
16714
09df4675
PA
167152015-11-30 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16718 prepare_for_testing. Start gdb with "set non-stop on" appended to
16719 GDBFLAGS. Lax expected stop output.
16720
58b584af
YQ
167212015-11-27 Yao Qi <yao.qi@linaro.org>
16722
16723 * gdb.arch/arm-neon.exp: New.
16724 * gdb.arch/arm-neon.c: New.
16725
dfcb77a8
YQ
167262015-11-27 Yao Qi <yao.qi@linaro.org>
16727
16728 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16729
88e8ec1b
YQ
167302015-11-27 Yao Qi <yao.qi@linaro.org>
16731
16732 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16733 frames-invalid annotation.
16734
bfde72c2
YQ
167352015-11-27 Yao Qi <yao.qi@linaro.org>
16736
16737 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16738
f6512a69
SM
167392015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16740
16741 * gdb.threads/names.exp: New file.
16742 * gdb.threads/names.c: New file.
16743 * README: Mention gdb,no_thread_names.
16744
46a3515b
MM
167452015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16746
16747 PR 19297
16748 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16749 support" error.
16750
62147a22
PA
167512015-11-24 Pedro Alves <palves@redhat.com>
16752
16753 PR 17539
16754 * gdb.base/display.exp: Expect displays to be sorted in ascending
16755 order. Use multi_line.
16756 * gdb.base/solib-display.exp: Likewise.
16757
2f341b6e
PA
167582015-11-24 Pedro Alves <palves@redhat.com>
16759
16760 PR 17539
25d49b86
PA
16761 * gdb.base/display.exp: Expect displays to be sorted in ascending
16762 order. Use multi_line.
16763 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16764
7e0aa6aa
PA
167652015-11-24 Pedro Alves <palves@redhat.com>
16766
16767 PR 17539
16768 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16769 threads in ascending order.
16770 * gdb.base/foll-fork.exp: Likewise.
16771 * gdb.base/foll-vfork.exp: Likewise.
16772 * gdb.base/multi-forks.exp: Likewise.
16773 * gdb.mi/mi-nonstop.exp: Likewise.
16774 * gdb.mi/mi-nsintrall.exp: Likewise.
16775 * gdb.multi/base.exp: Likewise.
16776 * gdb.multi/multi-arch.exp: Likewise.
16777 * gdb.python/py-inferior.exp: Likewise.
16778 * gdb.threads/break-while-running.exp: Likewise.
16779 * gdb.threads/execl.exp: Likewise.
16780 * gdb.threads/gcore-thread.exp: Likewise.
16781 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16782 * gdb.threads/kill.exp: Likewise.
16783 * gdb.threads/linux-dp.exp: Likewise.
16784 * gdb.threads/multiple-step-overs.exp: Likewise.
16785 * gdb.threads/next-bp-other-thread.exp: Likewise.
16786 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16787 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16788 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16789 * gdb.threads/thread-find.exp: Likewise.
16790 * gdb.threads/tls.exp: Likewise.
16791 * lib/mi-support.exp (mi_reverse_list): Delete.
16792 (mi_check_thread_states): No longer reverse list.
16793
2cc57ad8
PA
167942015-11-24 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16797 use lowercase.
16798
c93e8391
SM
167992015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16800
16801 * gdb.trace/actions.c: Include trace-common.h.
16802 (main): Add a location for a fast tracepoint.
16803 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16804 the normal tracepoints.
16805 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16806
045ccf91
SM
168072015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16808
16809 * save-trace.exp: Factor out code to these...
16810 (gdb_save_tracepoints): New.
16811 (gdb_load_tracepoints): New.
16812 (do_save_load_test): New.
16813
5506f9f6
KB
168142015-11-23 Kevin Buettner <kevinb@redhat.com>
16815
16816 * gdb.base/asmlabel.exp: New test.
16817 * gdb.base/asmlabel.c: New test case.
16818
16c3b12f
JB
168192015-11-23 Joel Brobecker <brobecker@adacore.com>
16820
16821 * gdb.base/wrong_frame_bt_full-main.c: New file.
16822 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16823 * gdb.base/wrong_frame_bt_full.exp: New file.
16824
155bfbd3
JB
168252015-11-23 Joel Brobecker <brobecker@adacore.com>
16826
16827 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16828
bb097445
JM
168292015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16830
206853a0 16831 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16832 pstate register when comparing registers values in
16833 sparc64-*-linux-gnu targets to avoid spurious differences.
16834
9c88ed8f
JM
168352015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16836
206853a0 16837 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16838
96161e25
SL
168392015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16840
16841 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16842 as type argument to gdb_compile.
16843 * gdb.base/nested-subp2.exp: Likewise.
16844 * gdb.base/nested-subp3.exp: Likewise.
16845
340c2830
DV
168462015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16847
16848 * lib/dwarf.exp (_note): Fix left shift of negative value.
16849 * gdb.trace/trace-condition.exp: Likewise.
16850
c1862d0f
YQ
168512015-11-13 Yao Qi <yao.qi@linaro.org>
16852
16853 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16854 comments about d10v.
16855 (test_scalar_returns): Likewise.
16856 * gdb.base/d10v.ld: Remove.
16857 * gdb.base/overlays.exp: Remove the target triplet checking for
16858 d10v-*-*.
16859 * gdb.base/structs.exp (test_struct_returns): Remove the
16860 comments about d10v.
16861 (test_struct_calls): Likewise.
16862
77ae9c19
YQ
168632015-11-13 Yao Qi <yao.qi@linaro.org>
16864
16865 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16866 * gdb.base/gnu_vector.c: Don't include stdio.h.
16867 (main): Don't print res and call add_some_intvecs.
16868
430e004e
MK
168692015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16870
16871 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16872 macro.
16873 (func5): Removed.
16874 (func4): Use FAST_TRACEPOINT_LABEL.
16875 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16876 macro.
16877 (func): Removed.
16878 (thread_function): Use FAST_TRACEPOINT_LABEL.
16879 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16880 (func): Remove.
16881 (marker): Use FAST_TRACEPOINT_LABEL.
16882 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16883 (pendfunc1): Remove.
16884 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16885 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16886 (foo): Remove.
16887 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16888 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16889 macro.
16890 (func): Remove.
16891 (marker): Use FAST_TRACEPOINT_LABEL.
16892 * gdb.trace/trace-common.h: New header.
16893 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16894 macro.
16895 (func): Remove.
16896 (marker): Use FAST_TRACEPOINT_LABEL.
16897 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16898 (func): Remove.
16899 (thread_function): Use FAST_TRACEPOINT_LABEL.
16900
6e7675a7
MK
169012015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16902
16903 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16904 in front.
16905 * gdb.trace/change-loc.exp: Use global pcreg definition.
16906 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16907 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16908 in front.
16909 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16910 * gdb.trace/pending.exp: Likewise.
16911 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16912 * gdb.trace/trace-break.exp: Likewise.
16913 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16914 in front.
16915 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16916 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16917 in front.
16918 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16919
dddc0e16
JB
169202015-11-09 Joel Brobecker <brobecker@adacore.com>
16921
16922 * gdb.ada/fin_fun_out: New testcase.
16923
c6f0b406
KB
169242015-11-07 Kevin Buettner <kevinb@redhat.com>
16925
16926 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16927 value associated with DW_AT_byte_size.
16928 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16929 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16930 DW_AT_upper_bound.
16931
f01dcfd9
KB
169322015-11-07 Kevin Buettner <kevinb@redhat.com>
16933
16934 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16935 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16936 version.
16937 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16938 gdb.dwarf2/dw2-canonicalize-type.exp,
16939 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16940 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16941 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16942 provided by gdb_target_symbol_prefix_flags_asm.
16943 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16944 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16945 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16946 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16947 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16948 macros where needed). Use this macro for symbols which require
16949 the prefix provided by SYMBOL_PREFIX.
16950
2223449a
KB
169512015-11-05 Kevin Buettner <kevinb@redhat.com>
16952
16953 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16954 New procs.
16955 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16956 representing expressions, of more than one list element.
16957 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16958 to prepend linker symbol prefix to f.
16959 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16960 table_1 and table_2.
16961 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16962 Likewise, for f and g.
16963 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16964 for ptr.
16965 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16966 for main.
16967 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16968 table_1_ptr and table_2_ptr.
16969
6f2f1a3a
JK
169702015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16971 Joel Brobecker <brobecker@adacore.com>
16972
16973 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16974
566c56c9
MK
169752015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16976
16977 * gdb.reverse/s390-mvcle.c: New test.
16978 * gdb.reverse/s390-mvcle.exp: New file.
16979 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16980
d5f0636b
MK
169812015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16982
16983 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16984
7ad8b86c
MK
169852015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16986
16987 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16988 reaching marker2.
16989 * gdb.reverse/getresuid-reverse.exp: Likewise.
16990 * gdb.reverse/pipe-reverse.exp: Likewise.
16991 * gdb.reverse/readv-reverse.exp: Likewise.
16992 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16993 * gdb.reverse/time-reverse.exp: Likewise.
16994 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16995
4081c0f1
YQ
169962015-10-30 Yao Qi <yao.qi@linaro.org>
16997
16998 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16999 (empty_cycle): Remove.
17000 (main): Don't call empty_cycle. Don't use watch_count_done.
17001 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17002 empty_cycle. Rewrite the code counting HW watchpoints.
17003
452b4ba5
MK
170042015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17005
17006 * gdb.reverse/fstatat-reverse.c: New test.
17007 * gdb.reverse/fstatat-reverse.exp: New file.
17008 * gdb.reverse/getresuid-reverse.c: New test.
17009 * gdb.reverse/getresuid-reverse.exp: New file.
17010 * gdb.reverse/pipe-reverse.c: New test.
17011 * gdb.reverse/pipe-reverse.exp: New file.
17012 * gdb.reverse/readv-reverse.c: New test.
17013 * gdb.reverse/readv-reverse.exp: New file.
17014 * gdb.reverse/recvmsg-reverse.c: New test.
17015 * gdb.reverse/recvmsg-reverse.exp: New file.
17016 * gdb.reverse/time-reverse.c: New test.
17017 * gdb.reverse/time-reverse.exp: New file.
17018 * gdb.reverse/waitpid-reverse.c: New test.
17019 * gdb.reverse/waitpid-reverse.exp: New file.
17020
5e2e7507
JK
170212015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17022
17023 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17024
0fde2c53
DE
170252015-10-26 Doug Evans <dje@google.com>
17026
17027 PR symtab/17391
17028 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17029 * gdb.dwarf2/bad-regnum.c: New file.
17030 * gdb.dwarf2/bad-regnum.exp: New file.
17031
1a70ae97
DE
170322015-10-26 Doug Evans <dje@google.com>
17033
17034 PR python/18938
17035 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17036 file.
17037
27dc26ab
JK
170382015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17039
17040 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17041 for a change by "Mention language in compile error message".
17042
bed91f4d
SM
170432015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17044
17045 PR python/18073
17046 * gdb.python/py-type.c (C::a_method): New.
17047 (C::a_const_method): New.
17048 (C::a_static_method): New.
17049 (a_function): New.
17050 * gdb.python/py-type.exp (test_fields): Test getting fields
17051 from function and method.
17052
3f2f83dd
KB
170532015-10-21 Keven Boell <keven.boell@intel.com>
17054
17055 * gdb.fortran/vla-alloc-assoc.exp: New file.
17056 * gdb.fortran/vla-datatypes.exp: New file.
17057 * gdb.fortran/vla-datatypes.f90: New file.
17058 * gdb.fortran/vla-history.exp: New file.
17059 * gdb.fortran/vla-ptype-sub.exp: New file.
17060 * gdb.fortran/vla-ptype.exp: New file.
17061 * gdb.fortran/vla-sizeof.exp: New file.
17062 * gdb.fortran/vla-sub.f90: New file.
17063 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17064 * gdb.fortran/vla-value-sub-finish.exp: New file.
17065 * gdb.fortran/vla-value-sub.exp: New file.
17066 * gdb.fortran/vla-value.exp: New file.
17067 * gdb.fortran/vla-ptr-info.exp: New file.
17068 * gdb.mi/mi-vla-fortran.exp: New file.
17069 * gdb.mi/vla.f90: New file.
17070
27145d50
SL
170712015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17072
17073 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17074 of hardwired timeout value.
17075
5f3ff4f8
JK
170762015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17077 Pedro Alves <palves@redhat.com>
17078
17079 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17080 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17081
bfd09d20
JS
170822015-10-19 Josh Stone <jistone@redhat.com>
17083
17084 * gdb.base/catch-syscall.c: Include <sched.h>.
17085 (unknown_syscall): New variable.
17086 (main): Trigger a vfork and an unknown syscall.
17087 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17088 (unknown_syscall_number): Likewise.
17089 (check_call_to_syscall): Accept an optional syscall pattern.
17090 (check_return_from_syscall): Likewise.
17091 (check_continue): Likewise.
17092 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17093 (test_catch_syscall_skipping_return): New test toggling off 'catch
17094 syscall' to step over the syscall return, then toggling back on.
17095 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17096 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17097 (do_syscall_tests): Call test_catch_syscall_without_args and
17098 test_catch_syscall_mid_vfork.
17099 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17100 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17101
b32b93c6
AS
171022015-10-19 Andrew Stubbs <ams@codesourcery.com>
17103
17104 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17105 print g_vE): Add new pass patterns.
17106 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17107 print various symbol names for vptr fields.
17108
9d622bda
AB
171092015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17110
17111 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17112 results.
17113
0fd8ac1c
YQ
171142015-10-12 Yao Qi <yao.qi@linaro.org>
17115
17116 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17117
34240514
YQ
171182015-10-12 Yao Qi <yao.qi@linaro.org>
17119
17120 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17121 is aarch64*-*-linux*.
17122
8240f442
YQ
171232015-10-12 Yao Qi <yao.qi@linaro.org>
17124
17125 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17126 (can_relocate_bcond_true): ... it.
17127 (can_relocate_bcond_false): New function.
17128 (foo): Likewise.
17129 (can_relocate_bl): Likewise.
17130 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17131 can_relocate_bl.
17132
2520f728
PMR
171332015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17134
17135 * gdb.base/nested-addr.c: New file.
17136 * gdb.base/nested-addr.exp: New testcase.
17137
abcef95a
MM
171382015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17139
17140 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17141 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17142 its output. Ignore the output of "record goto begin" and instead
17143 check that GDB is replaying.
17144
145e3ddb
PA
171452015-10-09 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17148 (top level): Use it in the run with no args test.
17149
d5d8c4e1
IB
171502015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17151
17152 * gdb.dlang/properties.exp: New file.
17153
06e635ef
SL
171542015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17155
17156 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17157 whether or not address 0x1000 is mapped on the target.
17158
e019fd1d
SM
171592015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17160
17161 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17162 build.
17163
77ba2a67
MM
171642015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17165
17166 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17167 instruction-history test.
17168
c60eb31f
DE
171692015-09-28 Doug Evans <dje@google.com>
17170
17171 * gdb.base/gcore.c (array_func): Add reference to static_array.
17172
9a3c8263
SM
171732015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17174
17175 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17176 source line.
17177
9720e656
SL
171782015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17179
17180 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17181 short or char as base type.
17182
938d3bf2
SL
171832015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17184
17185 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17186 to allow any size enum.
17187
e6c2c623
PMR
171882015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17189
17190 * gdb.ada/array_ptr_renaming.exp: New testcase.
17191 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17192 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17193
06da0f77
PL
171942015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17195
17196 * gdb.trace/ftrace-lock.c: New file.
17197 * gdb.trace/ftrace-lock.exp: New file.
17198
4f51c22a
PL
171992015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17200
17201 * gdb.arch/insn-reloc.c: New file.
17202 * gdb.arch/ftrace-insn-reloc.exp: New file.
17203
7041adf4
PL
172042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17205
17206 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17207 instruction.
17208 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17209 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17210 * gdb.trace/range-stepping.c: Likewise.
17211 * gdb.trace/trace-break.c: Likewise.
17212 * gdb.trace/trace-mt.c (thread_function): Likewise.
17213 * gdb.trace/ftrace.c (marker): Likewise.
17214 * gdb.trace/trace-condition.c (marker): Likewise.
17215 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17216 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17217 is_aarch64_target.
17218
015d2e7e
DE
172192015-09-18 Doug Evans <xdje42@gmail.com>
17220
17221 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17222 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17223
26b188a2
SL
172242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17225
17226 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17227 the breakpoint.
17228
79dc332b
SL
172292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17230
17231 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17232 the pending breakpoint. Remove timeout override for "Run till
17233 MI pending breakpoint on pendfunc3 on thread 2" test.
17234
f57929f2
SL
172352015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17236
17237 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17238 filename pattern.
17239
3f469b17
SL
172402015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17241
17242 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17243 in breakpoint filename pattern.
17244
515b89b3
SL
172452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17246
7800dbe4
SL
17247 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17248
172492015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17250
515b89b3
SL
17251 * gdb.linespec/explicit.exp: Check for readline support for
17252 tab-completion tests. Fix obvious typo.
17253
d2939ba2
MM
172542015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17255
17256 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17257 and replay.
17258
cbb55fa7
MM
172592015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17260
17261 * gdb.btrace/non-stop.c: New.
17262 * gdb.btrace/non-stop.exp: New.
17263
43691ca1
PL
172642015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17265 Yao Qi <yao.qi@linaro.org>
17266
17267 * gdb.trace/trace-condition.c: New file.
17268 * gdb.trace/trace-condition.exp: New file.
17269
d78908cf
WW
172702015-09-16 Wei-cheng Wang <cole945@gmail.com>
17271
17272 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17273 for testing bytecode compilation.
17274
1ed415e2
PA
172752015-09-16 Pedro Alves <palves@redhat.com>
17276 Sandra Loosemore <sandra@codesourcery.com>
17277
17278 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17279 (SECONDS): Redefine.
17280 (main): Call pthread_kill and alarm early.
17281 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17282 support.
17283 (test): If the target can't hardware step and doesn't support
17284 displaced stepping, increase the timeout.
17285
d136eff5
PA
172862015-09-16 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17289 (enable_debug): New procedures.
17290 (test): Use them. Bail out if waiting for threads fails.
17291 (top level): Bail out if a test fails.
17292
991f019c
YQ
172932015-09-16 Yao Qi <yao.qi@linaro.org>
17294
17295 * gdb.asm/asm-source.exp: Set asm-arch for
17296 aarch64*-*-* target.
17297 * gdb.asm/aarch64.inc: New file.
17298
bfca584f
PMR
172992015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17300
17301 * gdb.ada/array_of_variable_length.exp: New testcase.
17302 * gdb.ada/array_of_variable_length/foo.adb: New file.
17303 * gdb.ada/array_of_variable_length/pck.adb: New file.
17304 * gdb.ada/array_of_variable_length/pck.ads: New file.
17305
b326e587
DE
173062015-09-15 Doug Evans <dje@google.com>
17307
17308 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17309 of function static local variable.
17310
5382cfab
PW
173112015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17312
17313 * gdb.threads/tls-so_extern.exp: New test file.
17314 * gdb.threads/tls-so_extern.c: New test file.
17315 * gdb.threads/tls-so_extern_main.c: New test file.
17316
141c5cc4
JK
173172015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17318
17319 * gdb.opt/solib-intra-step-lib.c: New file.
17320 * gdb.opt/solib-intra-step-main.c: New file.
17321 * gdb.opt/solib-intra-step.exp: New file.
17322
d15dcecd
PA
173232015-09-15 Pedro Alves <palves@redhat.com>
17324
17325 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17326 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17327
4c2f2a79
PA
173282015-09-14 Pedro Alves <palves@redhat.com>
17329
17330 * gdb.base/hook-stop-continue.c: Delete.
17331 * gdb.base/hook-stop-continue.exp: Delete.
17332 * gdb.base/hook-stop-frame.c: Delete.
17333 * gdb.base/hook-stop-frame.exp: Delete.
17334 * gdb.base/hook-stop.c: New file.
17335 * gdb.base/hook-stop.exp: New file.
17336
919e6dbe
PMR
173372015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17338
17339 * gdb.ada/access_to_packed_array.exp: New testcase.
17340 * gdb.ada/access_to_packed_array/foo.adb: New file.
17341 * gdb.ada/access_to_packed_array/pack.adb: New file.
17342 * gdb.ada/access_to_packed_array/pack.ads: New file.
17343
157280a4
MM
173442015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17345
17346 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17347 buffer size test.
17348
2fd33e94
DB
173492015-09-11 Don Breazeal <donb@codesourcery.com>
17350
17351 * gdb.base/foll-exec.c: Add copyright header. Fix
17352 formatting issues.
17353 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17354 (do_exec_tests): Use clean_restart in place of zap_session,
17355 and for test initialization. Fix formatting issues. Use
17356 fail in place of perror.
17357 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17358 an expect statement to match an expression with output from
17359 the program under debug.
17360 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17361 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17362 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17363 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17364 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17365
e70b6e8e
DE
173662015-09-09 Doug Evans <dje@google.com>
17367
17368 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17369
7a551a51
DE
173702015-09-09 Doug Evans <dje@google.com>
17371
17372 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17373
4c666f84
DE
173742015-09-09 Doug Evans <dje@google.com>
17375
17376 * gdb.base/savedregs.exp: Fix typo.
17377
243a9253
PA
173782015-09-09 Pedro Alves <palves@redhat.com>
17379
17380 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17381
c0fa8fbd
SL
173822015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17383
17384 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17385 command actually switches threads. Give up on remaining
17386 tests if target fails to stop at breakpoint.
17387
cd7c1778
PMR
173882015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17389
17390 * gdb.ada/funcall_char.exp: New testcase.
17391 * gdb.ada/funcall_char/foo.adb: New file.
17392
dc5c8746
PMR
173932015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17394
17395 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17396 expected outputs. Add two testcases for completing ambiguous
17397 functions.
17398 * gdb.ada/complete/aux_pck.adb: New file.
17399 * gdb.ada/complete/aux_pck.ads: New file.
17400 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17401 Ambiguous_Func functions.
17402 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17403 * gdb.ada/complete/pck.adb: Likewise.
17404
4e83a1e7
UW
174052015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17406
17407 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17408 failures to run the test program under GDB.
17409
8ce74153
LM
174102015-08-26 Luis Machado <lgustavo@codesourcery.com>
17411
17412 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17413 to C.
17414
e9756d52
PP
174152015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17416
17417 * gdb.base/run-after-attach.exp: New test file.
17418 * gdb.base/run-after-attach.c: New test file.
17419
8d37573b
DB
174202015-08-26 Don Breazeal <donb@codesourcery.com>
17421
17422 * gdb.base/foll-exec-2.c: New test program.
17423 * gdb.base/foll-exec-2.exp: New test.
17424
63e43d3a
PMR
174252015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17426
17427 * gdb.base/nested-subp1.exp: New file.
17428 * gdb.base/nested-subp1.c: New file.
17429 * gdb.base/nested-subp2.exp: New file.
17430 * gdb.base/nested-subp2.c: New file.
17431 * gdb.base/nested-subp3.exp: New file.
17432 * gdb.base/nested-subp3.c: New file.
17433
3d40fbb5
PA
174342015-08-24 Pedro Alves <palves@redhat.com>
17435
17436 * gdb.server/connect-without-multi-process.c: New file.
17437 * gdb.server/connect-without-multi-process.exp: New file.
17438
4422ac93
LM
174392015-08-24 Luis Machado <lgustavo@codesourcery.com>
17440
17441 * gdb.opt/inline-markers.c: Make z int.
17442
91dddb86
LM
174432015-08-24 Luis Machado <lgustavo@codesourcery.com>
17444
17445 * gdb.opt/inline-markers.c: Make z volatile.
17446
a48847ee
LM
174472015-08-24 Luis Machado <lgustavo@codesourcery.com>
17448
17449 * gdb.opt/inline-bt.c: New volatile global z.
17450 * gdb.opt/inline-cmds.c: Likewise.
17451 * gdb.opt/inline-locals.c: Likewise.
17452 * gdb.opt/inline-markers.c: New extern global z.
17453 (marker): Use z.
17454 (inline_fn): Likewise.
17455
0ebbc52b
PA
174562015-08-24 Pedro Alves <palves@redhat.com>
17457
17458 * config/m32r-stub.exp: Remove file.
17459 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17460 * gdb.base/call-rt-st.exp: Likewise.
17461 * gdb.base/call-strs.exp: Likewise.
17462 * gdb.base/default.exp: Remove references to h8300-*-hms and
17463 *-*-udi*.
17464 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17465
77c365df
AA
174662015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17467
17468 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17469 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17470 and "return" use KFAIL when GDB can not read/write the vector
17471 return value.
17472
4313b8c0
GB
174732015-08-21 Gary Benson <gbenson@redhat.com>
17474
17475 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17476
0e433b32
PA
174772015-08-20 Pedro Alves <palves@redhat.com>
17478
17479 * gdb.server/solib-list.exp: No longer expect an interior stop in
17480 non-stop mode.
17481
221e1a37
PA
174822015-08-20 Pedro Alves <palves@redhat.com>
17483
17484 * gdb.server/connect-stopped-target.c: New file.
17485 * gdb.server/connect-stopped-target.exp: New file.
17486
40e3ad0e
PA
174872015-08-20 Pedro Alves <palves@redhat.com>
17488
17489 * gdb.dwarf2/comp-unit-lang.exp: New file.
17490 * gdb.dwarf2/comp-unit-lang.c: New file.
17491
af39b327
PMR
174922015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17493
17494 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17495 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17496
7d45c7c3 174972015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17498
7d45c7c3
KB
17499 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17500 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17501
4d6cceb4
DE
175022015-08-18 Doug Evans <dje@google.com>
17503 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17504
17505 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17506 skip_python_tests. New arg prompt_regexp.
17507 (skip_python_tests): New function.
17508 * lib/mi-support.exp (mi_skip_python_tests): New function.
17509 * gdb.python/py-mi-objfile-gdb.py: New file.
17510 * gdb.python/py-mi-objfile.c: New file.
17511 * gdb.python/py-mi-objfile.exp: New file.
17512
ad89c2aa
KS
175132015-08-17 Keith Seitz <keiths@redhat.com>
17514
17515 * gdb.linespec/explicit.exp: Move strace test from here ...
17516 * gdb.trace/strace.exp: ... to here.
17517
e3ae3c43
PP
175182015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17519
17520 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17521 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17522
604b2636
DE
175232015-08-14 Doug Evans <xdje42@gmail.com>
17524
17525 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17526 inferior before selecting a new file.
17527
6ff0ba5f
DE
175282015-08-14 Doug Evans <xdje42@gmail.com>
17529
17530 * gdb.mi/mi-disassemble.exp: Update.
17531 * gdb.base/disasm-optim.S: New file.
17532 * gdb.base/disasm-optim.c: New file.
17533 * gdb.base/disasm-optim.h: New file.
17534 * gdb.base/disasm-optim.exp: New file.
17535
9ca98f92
KS
175362015-08-14 Keith Seitz <keiths@redhat.com>
17537
17538 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17539 "evaluated-by".
17540
52bbc560
JB
175412015-08-13 Joel Brobecker <brobecker@adacore.com>
17542
17543 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17544
5d8c3ed3
PMR
175452015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17546
17547 * gdb.ada/fun_renaming.exp: New testcase.
17548 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17549 * gdb.ada/fun_renaming/pack.adb: New file.
17550 * gdb.ada/fun_renaming/pack.ads: New file.
17551
ea8812bc
KS
175522015-08-12 Keith Seitz <keiths@redhat.com>
17553
17554 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17555 gdb_get_line_number.
17556
4dafcdeb
JB
175572015-08-12 Joel Brobecker <brobecker@adacore.com>
17558
17559 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17560 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17561 gdb.base/dso2dso.exp: New files.
17562
5ba32597
SDJ
175632015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17564 Pedro Alves <palves@redhat.com>
17565 Keith Seitz <keiths@redhat.com>
17566
17567 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17568 GDBFLAGS.
17569
b6dafabf
PP
175702015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17571
17572 * gdb.base/gdbhistsize-history.exp
17573 (test_histsize_history_setting): Use save_vars.
17574 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17575 Use save_vars.
17576 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17577 * gdb.base/readline.exp: Use save_vars.
17578
abe8e607
PP
175792015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17580
17581 * lib/gdb.exp (save_vars): New proc.
17582
629500fa
KS
175832015-08-11 Keith Seitz <keiths@redhat.com>
17584
17585 * gdb.base/help.exp: Update help_breakpoint_text.
17586
eb8c4e2e
KS
175872015-08-11 Keith Seitz <keiths@redhat.com>
17588
17589 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17590 (at toplevel): Call test_explicit_breakpoints.
17591 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17592 breakpoints.
17593 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17594 breakpoint conditions, "-cond".
17595
87f0e720
KS
175962015-08-11 Keith Seitz <keiths@redhat.com>
17597
17598 * gdb.linespec/3explicit.c: New file.
17599 * gdb.linespec/cpexplicit.cc: New file.
17600 * gdb.linespec/cpexplicit.exp: New file.
17601 * gdb.linespec/explicit.c: New file.
17602 * gdb.linespec/explicit.exp: New file.
17603 * gdb.linespec/explicit2.c: New file.
17604 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17605 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17606 before using in the matching pattern.
17607 Clarify that `prefix' is a regular expression.
17608
f00aae0f
KS
176092015-08-11 Keith Seitz <keiths@redhat.com>
17610
17611 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17612 test.
17613 Add tests for missing ",FMT" and ",".
17614
e27852be
DE
176152015-08-10 Doug Evans <dje@google.com>
17616 Keith Seitz <keiths@redhat.com>
17617
17618 PR gdb/17960
17619 * gdb.base/completion.exp: Add location completer tests.
17620
7f03bd92
PA
176212015-08-07 Pedro Alves <palves@redhat.com>
17622
17623 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17624 tests here.
17625 (top level): Run do_test with and without displaced stepping.
17626
3fc8eb30
PA
176272015-08-07 Pedro Alves <palves@redhat.com>
17628
17629 * gdb.base/valgrind-disp-step.c: New file.
17630 * gdb.base/valgrind-disp-step.exp: New file.
17631
d4569d7b
PA
176322015-08-07 Pedro Alves <palves@redhat.com>
17633
17634 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17635 Delete function.
17636 (main): Add alarm. Run an infinite loop instead of calling
17637 wait_threads.
17638 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17639 comment.
17640 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17641 Delete function.
17642 (main): Add alarm. Run an infinite loop instead of calling
17643 wait_threads.
17644 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17645 comment.
17646
e1316e60
PA
176472015-08-07 Pedro Alves <palves@redhat.com>
17648
17649 * gdb.base/checkpoint-ns.exp: New file.
17650 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17651 standard_testfile.
17652
da8c46d2
MM
176532015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17654
17655 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17656 * gdb.btrace/instruction_history.exp: Update.
17657 * gdb.btrace/tsx.exp: New.
17658 * gdb.btrace/tsx.c: New.
17659
de1c2c52
PA
176602015-08-06 Pedro Alves <palves@redhat.com>
17661
17662 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17663 increase timeout.
17664 * gdb.reverse/until-precsave.exp: Bump timeouts.
17665
782e0bf4
PA
176662015-08-06 Pedro Alves <palves@redhat.com>
17667
17668 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17669
83e97ed0
PA
176702015-08-06 Pedro Alves <palves@redhat.com>
17671
17672 PR gdb/18749
17673 * gdb.threads/process-dies-while-handling-bp.c: New file.
17674 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17675
863d01bd
PA
176762015-08-06 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17679 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17680
0a39bb32
PA
176812015-08-05 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17684 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17685
ee2d2b10
SL
176862015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17687
17688 * gdb.base/bp-permanent.exp: Report test as unsupported if
17689 the target cannot stop at the permanent breakpoint.
17690
4e1bdb00
DE
176912015-08-03 Doug Evans <dje@google.com>
17692
17693 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17694 10000.
17695
3d338901
DE
176962015-08-03 Doug Evans <dje@google.com>
17697
17698 * Makefile.in (workers/%.worker, build-perf): New rule.
17699 (GDB_PERFTEST_MODE): New variable.
17700 (check-perf): Use it.
17701 (clean): Clean up gdb.perf parallel build subdirs.
17702 * lib/build-piece.exp: New file.
17703 * lib/gdb.exp (make_gdb_parallel_path): New function
17704 (standard_output_file, standard_temp_file): Call it.
17705 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17706 of $GDB_PARALLEL.
17707 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17708
af061d3e
DE
177092015-08-03 Doug Evans <dje@google.com>
17710
8e1afc81 17711 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17712 (LOG_FILE_NAME): New global.
17713 (TextReporter.__init__): Initialize self.txt_sum.
17714 (TextReporter.report): Add support for multiple data-points.
17715 Move report to perftest.sum, put raw data in perftest.log.
17716 (TextReporter.start): Open sum and log files.
17717 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17718 * gdb.perf/lib/perftest/testresult.py
17719 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17720
2c8c5d37
PA
177212015-07-31 Pedro Alves <palves@redhat.com>
17722
17723 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17724 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17725 kill_wait_spawned_process instead of explicit "kill -9".
17726 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17727 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17728 kill_wait_spawned_process.
17729 * gdb.base/attach-twice.exp: Likewise.
17730 * gdb.base/attach.exp: Likewise.
17731 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17732 gdb_test_multiple.
17733 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17734 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17735 kill_wait_spawned_process.
17736 * gdb.base/valgrind-infcall.exp: Likewise.
17737 * gdb.multi/multi-attach.exp: Likewise.
17738 * gdb.python/py-prompt.exp: Likewise.
17739 * gdb.python/py-sync-interp.exp: Likewise.
17740 * gdb.server/ext-attach.exp: Likewise.
17741 * gdb.threads/attach-into-signal.exp (corefunc): Use
17742 spawn_wait_for_attach, spawn_id_get_pid and
17743 kill_wait_spawned_process.
17744 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17745 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17746 spawn_id_get_pid and kill_wait_spawned_process.
17747 * gdb.threads/attach-stopped.exp (corefunc): Use
17748 spawn_wait_for_attach, spawn_id_get_pid and
17749 kill_wait_spawned_process.
17750 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17751 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17752 kill_wait_spawned_process instead of explicit "kill -9".
17753 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17754 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17755 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17756 processes. Don't map cygwin/windows pids here. Now returns a
17757 spawn id list.
17758
032a0fca
SL
177592015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17760
17761 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17762 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17763 correct patch.
17764
61a934ca
SL
177652015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17766
17767 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17768
4bc4d428
SL
177692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17770
17771 Reapply:
17772 2014-05-21 Mark Wielaard <mjw@redhat.com>
17773
17774 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17775
998d452a
PA
177762015-07-30 Pedro Alves <palves@redhat.com>
17777
17778 * linux-low.c (handle_extended_wait): Set the child's last
17779 reported status to TARGET_WAITKIND_STOPPED.
17780
69dde7dc
PA
177812015-07-30 Pedro Alves <palves@redhat.com>
17782
17783 PR threads/18600
17784 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17785 only shows inferior 1.
17786
4dd63d48
PA
177872015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17788 Pedro Alves <palves@redhat.com>
17789
17790 PR threads/18600
17791 * gdb.threads/fork-plus-threads.c: New file.
17792 * gdb.threads/fork-plus-threads.exp: New file.
17793
d618e4c5
PP
177942015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17795
17796 * gdb.base/batch-preserve-term-settings.exp
17797 (test_terminal_settings_preserved_after_cli_exit): Use
17798 send_quit_command.
17799
1eef6428
PA
178002015-07-29 Pedro Alves <palves@redhat.com>
17801 Don Breazeal <donb@codesourcery.com>
17802
17803 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17804 output from both inferior_spawn_id and gdb_spawn_id.
17805
7da5b897
SDJ
178062015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17807
17808 * gdb.threads/attach-into-signal.exp (corefunc): Use
17809 with_test_prefix on nested loops, uniquefying the test messages.
17810
dac804df
SDJ
178112015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17812
17813 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17814 commit.
17815
06265e53
PP
178162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17817
17818 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17819 New proc.
17820 (test_terminal_settings_preserved_after_sigterm): New test.
17821
18206ca3
PP
178222015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17823
17824 * gdb.base/batch-preserve-term-settings.exp
17825 (test_terminal_settings_preserved_after_cli_exit): New test.
17826
90074d11
PP
178272015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17828
17829 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17830 manipulation of saved_gdbflags.
17831 (test_terminal_settings_preserved): Remove global declaration of
17832 the unused variable pagination_prompt. Remove manipulation of
17833 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17834 GDBFLAGS.
17835
eb1a7902
PA
178362015-07-29 Pedro Alves <palves@redhat.com>
17837
17838 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17839
8b75dd3b
PA
178402015-07-29 Pedro Alves <palves@redhat.com>
17841
17842 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17843 at the top.
17844
dedad4e3
PA
178452015-07-29 Pedro Alves <palves@redhat.com>
17846
17847 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17848 (main): Call gdb_unbuffer_output.
17849 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17850 (main): Call gdb_unbuffer_output.
17851 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17852 (main): Call gdb_unbuffer_output.
17853 * gdb.base/call-strs.exp: Adjust to step over the
17854 gdb_unbuffer_output call.
17855 * gdb.base/catch-gdb-caused-signals.c: Include
17856 "../lib/unbuffer_output.c".
17857 (main): Call gdb_unbuffer_output.
17858 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17859 (main): Call gdb_unbuffer_output.
17860 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17861 (main): Call gdb_unbuffer_output.
17862 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17863 (main): Call gdb_unbuffer_output.
17864 * gdb.base/shlib-call.exp: Adjust to step over the
17865 gdb_unbuffer_output call.
17866 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17867 (main): Call gdb_unbuffer_output.
17868 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17869 (main): Call gdb_unbuffer_output.
17870 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17871 (main): Rename to ...
17872 (test): ... this.
17873 (main): Reimplement.
17874 * gdb.base/varargs.exp: Run to test instead of to main.
17875 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17876 (main): Call gdb_unbuffer_output.
17877
58789a91
PA
178782015-07-29 Pedro Alves <palves@redhat.com>
17879
17880 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17881 factore out from mi_continue_dprintf. For call-style dprintfs,
17882 expect dprintf output out of $inferior_spawn_id.
17883 (mi_continue_dprintf): Use mi_expect_dprintf.
17884 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17885 (main): Call gdb_unbuffer_output.
17886
e8376742
PA
178872015-07-29 Pedro Alves <palves@redhat.com>
17888
17889 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17890 (default_mi_gdb_start): Set inferior_spawn_id instead of
17891 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17892 gdb_spawn_id.
17893 (mi_gdb_test): Always expect inferior output from both
17894 $inferior_spawn_id and $gdb_spawn_id.
17895
08280010
PA
178962015-07-29 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17899 send_inferior and $inferior_spawn_id.
17900
4d30e432
PA
179012015-07-29 Pedro Alves <palves@redhat.com>
17902
17903 * gdb.gdb/complaints.exp (test_initial_complaints)
17904 (test_serial_complaints, test_short_complaints): Use
17905 gdb_test_stdio.
17906 (test_empty_complaint): Handle $inferior_spawn_id !=
17907 $gdb_spawn_id.
17908
0d30a335
PA
179092015-07-29 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.base/varargs.exp: Use gdb_test_stdio.
17912
39413b29
PA
179132015-07-29 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17916
7cb000a9
PA
179172015-07-29 Pedro Alves <palves@redhat.com>
17918
17919 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17920
d7b8ac82
PA
179212015-07-29 Pedro Alves <palves@redhat.com>
17922
17923 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17924 parameter into two new parameters, "inf_result" and "gdb_result".
17925 Expect inferior output and gdb output from $inferior_spawn_id and
17926 $gdb_spawn_id, respectively. Adjust all callers.
17927
789c3a0c
PA
179282015-07-29 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17931 of gdb_test_sequence.
17932
77e760c3
PA
179332015-07-29 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17936 (saw_spurious_output): Expect inferior output from
17937 $inferior_spawn_id. Use gdb_test_stdio.
17938
8396d2cd
PA
179392015-07-29 Pedro Alves <palves@redhat.com>
17940
17941 * gdb.base/dprintf.exp: Use standard_testfile. Change
17942 prepare_for_testing call.
17943 (srcfile): Don't set.
17944 (restart): New procedure.
17945 (test_dprintf): New procecure, use to continue over dprintfs.
17946 (test_call, test_agent): New procedures, tests moved here.
17947 Restart gdb and recreate dprintfs. Adjust expected output.
17948
2051d61f
PA
179492015-07-29 Pedro Alves <palves@redhat.com>
17950
17951 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17952
452397af
PA
179532015-07-29 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17956
8aed9555
PA
179572015-07-29 Pedro Alves <palves@redhat.com>
17958
17959 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17960 gdb_test_stdio.
17961
188a61b4
PA
179622015-07-29 Pedro Alves <palves@redhat.com>
17963
17964 * lib/gdb.exp (gdb_test_stdio): New procedure.
17965
12264a45
PA
179662015-07-29 Pedro Alves <palves@redhat.com>
17967
17968 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17969
23ffc893
PA
179702015-07-29 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/call-signal-resume.exp: Remove check for
17973 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17974 * gdb.base/unwindonsignal.exp: Likewise.
17975 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17976 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17977
65566918
PA
179782015-07-29 Pedro Alves <palves@redhat.com>
17979
17980 * gdb.base/siginfo-addr.c (pass): New function.
17981 (handler): Call it iff si_addr is correct.
17982 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17983 Set a breakpoint at "pass" and continue to it.
17984
d60a9221
SDJ
179852015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17986
17987 * gdb.python/py-objfile.exp: Make some tests have unique names.
17988 * gdb.python/py-pp-registration.exp: Likewise.
17989
bde40b8f
PA
179902015-07-28 Pedro Alves <palves@redhat.com>
17991
17992 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17993
13e1dec8
SM
179942015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17995
17996 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17997
da33c9a7
SM
179982015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17999
18000 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18001
077836f7
PP
180022015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18003
18004 * gdb.base/gdb-sigterm-2.exp: New test.
18005
b8cc7b2e
DE
180062015-07-25 Doug Evans <xdje42@gmail.com>
18007
18008 Revert:
18009 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18010 (workers/%.worker, build-perf): New rule.
18011 (GDB_PERFTEST_MODE): New variable.
18012 (check-perf): Use it.
18013 (clean): Clean up gdb.perf parallel build subdirs.
18014 * lib/build-piece.exp: New file.
18015 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18016 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18017 name.
18018 (standard_temp_file): Ditto.
18019 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18020 of $GDB_PARALLEL.
18021
c8bd4544
DE
180222015-07-24 Doug Evans <dje@google.com>
18023
18024 * gdb.perf/lib/perftest/utils.py: New file.
18025 * gdb.perf/gm-hello.cc: New file.
18026 * gdb.perf/gm-pervasive-typedef.cc: New file.
18027 * gdb.perf/gm-pervasive-typedef.h: New file.
18028 * gdb.perf/gm-std.cc: New file.
18029 * gdb.perf/gm-std.h: New file.
18030 * gdb.perf/gm-use-cerr.cc: New file.
18031 * gdb.perf/gm-utils.h: New file.
18032 * gdb.perf/gmonster-null-lookup.py: New file.
18033 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18034 * gdb.perf/gmonster-print-cerr.py: New file.
18035 * gdb.perf/gmonster-ptype-string.py: New file.
18036 * gdb.perf/gmonster-runto-main.py: New file.
18037 * gdb.perf/gmonster-select-file.py: New file.
18038 * gdb.perf/gmonster1-null-lookup.exp: New file.
18039 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18040 * gdb.perf/gmonster1-print-cerr.exp: New file.
18041 * gdb.perf/gmonster1-ptype-string.exp: New file.
18042 * gdb.perf/gmonster1-runto-main.exp: New file.
18043 * gdb.perf/gmonster1-select-file.exp: New file.
18044 * gdb.perf/gmonster1.cc: New file.
18045 * gdb.perf/gmonster1.exp: New file.
18046 * gdb.perf/gmonster2-null-lookup.exp: New file.
18047 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18048 * gdb.perf/gmonster2-print-cerr.exp: New file.
18049 * gdb.perf/gmonster2-ptype-string.exp: New file.
18050 * gdb.perf/gmonster2-runto-main.exp: New file.
18051 * gdb.perf/gmonster2-select-file.exp: New file.
18052 * gdb.perf/gmonster2.cc: New file.
18053 * gdb.perf/gmonster2.exp: New file.
18054
6eab34f3
DE
180552015-07-24 Doug Evans <dje@google.com>
18056
18057 * gdb.perf/README: New file.
18058 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18059 * lib/gen-perf-test.exp: New file.
18060
63738bfd
DE
180612015-07-24 Doug Evans <dje@google.com>
18062
18063 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18064 (PerfTest::startup): New function.
18065 (PerfTest::run): Return result of calling body.
18066 (PerfTest::assemble): Rewrite.
18067 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18068 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18069 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18070 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18071 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18072
7b606f95
DE
180732015-07-24 Doug Evans <dje@google.com>
18074
18075 * lib/gdb.exp (clean_restart): Make executable optional.
18076
a97b16b8
DE
180772015-07-24 Doug Evans <dje@google.com>
18078
18079 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18080 compiler_info references.
18081 * gdb.cp/temargs.exp: Ditto.
18082 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18083 (get_compiler_info): Early exit if already computed. Set compiler_info
18084 to "unknown" if there was a problem.
18085 (test_compiler_info): Add function comment. Call get_compiler_info.
18086
35baa57f
DE
180872015-07-24 Doug Evans <dje@google.com>
18088
18089 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18090 (workers/%.worker, build-perf): New rule.
18091 (GDB_PERFTEST_MODE): New variable.
18092 (check-perf): Use it.
18093 (clean): Clean up gdb.perf parallel build subdirs.
18094 * lib/build-piece.exp: New file.
18095 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18096 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18097 name.
18098 (standard_temp_file): Ditto.
18099 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18100 of $GDB_PARALLEL.
18101
6ebea266
DE
181022015-07-24 Doug Evans <dje@google.com>
18103
18104 * lib/future.exp (gdb_default_target_compile): New option
18105 "early_flags".
18106 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18107 --as-needed.
18108
1e76a7e9
SDJ
181092015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18110
18111 * gdb.base/catch-syscall.exp: Call gdb_exit before
18112 gdb_skip_xml_test.
18113
5068630a
PA
181142015-07-24 Pedro Alves <palves@redhat.com>
18115
18116 * gdb.python/py-events.exp: Accept output between the stop event
18117 and the prompt.
18118 * gdb.python/py-evsignal.exp: Likewise.
18119 * gdb.python/py-evthreads.exp: Likewise.
18120
77598427
PA
181212015-07-24 Pedro Alves <palves@redhat.com>
18122
18123 PR gdb/18717
18124 * gdb.threads/non-ldr-exit.c: New file.
18125 * gdb.threads/non-ldr-exit.exp: New file.
18126
11e6c98f
YQ
181272015-07-24 Yao Qi <yao.qi@linaro.org>
18128
18129 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18130 restarting process.
18131
51aee833
YQ
181322015-07-24 Yao Qi <yao.qi@linaro.org>
18133
18134 * gdb.server/ext-restart.exp: New file.
18135
8cfe207c
YQ
181362015-07-24 Yao Qi <yao.qi@linaro.org>
18137
18138 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18139 argument options.
18140 * gdb.server/ext-wrapper.exp: New file.
18141
cc12ce38
DE
181422015-07-23 Doug Evans <dje@google.com>
18143
18144 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18145 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18146
d0d84780
PMR
181472015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18148
18149 * gdb.ada/var_arr_typedef.exp: New testcase.
18150 * gdb.ada/var_arr_typedef/pack.adb: New file.
18151 * gdb.ada/var_arr_typedef/pack.ads: New file.
18152 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18153
8b558f79
JB
181542015-07-20 Joel Brobecker <brobecker@adacore.com>
18155
18156 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18157
775a3298
JK
181582015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18159
18160 * gdb.arch/i386-biarch-core.exp: Replace istarget
18161 by "complete set gnutarget". Remove expectation for the "core-file"
18162 command.
18163
db1ff28b
JK
181642015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18165
18166 Revert the previous commit:
18167 Tests for validate symbol file using build-id.
18168
0a94970d
JK
181692015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18170
18171 Tests for validate symbol file using build-id.
18172 * gdb.base/solib-mismatch-lib.c: New file.
18173 * gdb.base/solib-mismatch-libmod.c: New file.
18174 * gdb.base/solib-mismatch.c: New file.
18175 * gdb.base/solib-mismatch.exp: New file.
18176
03346981
SL
181772015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18178
18179 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18180 nios2-*-linux*.
18181 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18182 * gdb.base/siginfo.exp: Likewise.
18183 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18184
42422cc7
PL
181852015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18186
18187 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18188 Move it to ...
18189 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18190 ... here.
18191 * gdb.trace/range-stepping.exp: Check that the target supports
18192 range stepping.
18193
cfa68bae
JK
181942015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18195
18196 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18197
8ffdba26
PA
181982015-07-14 Pedro Alves <palves@redhat.com>
18199
18200 * gdb.base/killed-outside.exp: New file.
18201 * gdb.base/killed-outside.c: New file.
18202
218a5a11
JK
182032015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18204
18205 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18206 (n at main): New.
18207 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18208
e03ed3c6
AA
182092015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18210
18211 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18212 infcall tests instead of setting up for KFAIL.
18213
485668e5
MM
182142015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18215
18216 * gdb.btrace/record_goto-step.exp: New.
18217
08464196
JK
182182015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18219
18220 PR compile/18484
18221 * gdb.compile/compile.c (struct struct_type): Add volatile to
18222 selffield's type.
18223 * gdb.compile/compile.exp
18224 (compile code struct_object.selffield = &struct_object): Skip further
18225 struct_object tests if this one xfails.
18226
bcf5c1d9
RC
182272015-07-08 Robert O'Callahan <robert@ocallahan.org>
18228
18229 PR exp/18617
18230 * gdb.trace/ax.exp: Add test.
18231
4931af25
YQ
182322015-07-07 Yao Qi <yao.qi@linaro.org>
18233
18234 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18235 instead of istarget "aarch64*-*-*".
18236 * gdb.arch/aarch64-fp.exp: Likewise.
18237 * gdb.base/float.exp: Likewise.
18238 * gdb.reverse/aarch64.exp: Likewise.
18239 * lib/gdb.exp (is_aarch64_target): New proc.
18240
9fcf688e
YQ
182412015-07-07 Yao Qi <yao.qi@linaro.org>
18242
18243 * lib/gdb.exp (is_aarch32_target): New proc.
18244 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18245 instead of "istarget "arm*-*-*"".
18246 * gdb.arch/arm-disp-step.exp: Likewise.
18247 * gdb.arch/thumb-bx-pc.exp: Likewise.
18248 * gdb.arch/thumb-prologue.exp: Likewise.
18249 * gdb.arch/thumb-singlestep.exp: Likewise.
18250 * gdb.base/disp-step-syscall.exp: Likewise.
18251 * gdb.base/float.exp: Likewise.
18252
fbd8d50d
YQ
182532015-07-07 Yao Qi <yao.qi@linaro.org>
18254
18255 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18256 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18257
71be1fdc
YQ
182582015-07-07 Yao Qi <yao.qi@linaro.org>
18259
18260 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18261 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18262 if it exists.
18263 * gdb.multi/multi-arch.exp: Likewise.
18264
3e221d36
SM
182652015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18266
18267 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18268 print.
18269
d441430b
YQ
182702015-07-07 Yao Qi <yao.qi@linaro.org>
18271
18272 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18273
06f810bd
MG
182742015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18275
18276 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18277 '[' and ']' characters.
18278
5e61e7c0
IB
182792015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18280
18281 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18282
28bf096c
PA
182832015-06-29 Pedro Alves <palves@redhat.com>
18284
18285 PR threads/18127
18286 * gdb.threads/hand-call-new-thread.c: New file.
18287 * gdb.threads/hand-call-new-thread.c: New file.
18288
ee93cd5e
KS
182892015-06-26 Keith Seitz <keiths@redhat.com>
18290 Doug Evans <dje@google.com>
18291
18292 PR 16253
18293 * gdb.cp/var-tag-2.cc: New file.
18294 * gdb.cp/var-tag-3.cc: New file.
18295 * gdb.cp/var-tag-4.cc: New file.
18296 * gdb.cp/var-tag.cc: New file.
18297 * gdb.cp/var-tag.exp: New file.
18298
fc637f04
PP
182992015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18300
18301 * gdb.base/history-duplicates.exp: New test.
18302
2e52ae68
PP
183032015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18304
18305 * gdb.base/completion.exp: Test the completion of the "focus"
18306 command.
18307
6e22494e
JK
183082015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18309
18310 * gdb.arch/amd64-prologue-skip.S: New file.
18311 * gdb.arch/amd64-prologue-skip.exp: New file.
18312
bf7b9cd9
SM
183132015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18314
18315 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18316 is_address_zero_readable check.
18317
201e8dfd
PB
183182015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18319
18320 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18321 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18322
5cd867b4
YQ
183232015-06-24 Yao Qi <yao.qi@linaro.org>
18324
18325 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18326 linux targets.
18327
4d7be007
YQ
183282015-06-24 Yao Qi <yao.qi@linaro.org>
18329
18330 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18331 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18332 * gdb.base/siginfo-thread.exp: Likewise.
18333
07fcd301
YQ
183342015-06-22 Yao Qi <yao.qi@linaro.org>
18335
18336 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18337
52042a00
YQ
183382015-06-22 Yao Qi <yao.qi@linaro.org>
18339
18340 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18341 aarch64*-*-*.
18342 (skip_hw_watchpoint_tests): Likewise.
18343
74bd41ce
PP
183442015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18345
18346 * gdb.base/gdbinit-history.exp: Test the interaction between
18347 setting GDBHISTSIZE and setting the history size via .gdbinit.
18348
bc460514
PP
183492015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18350
18351 PR gdb/16999
18352 * gdb.base/gdbhistsize-history.exp: New test.
18353
b58c513b
PP
183542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18355
18356 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18357 with GDBHISTSIZE.
18358 * gdb.base/readline.exp: Likewise.
18359
92046791
YQ
183602015-06-17 Yao Qi <yao.qi@linaro.org>
18361
18362 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18363 line.
18364
2093d2d3
PP
183652015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18366
18367 * gdb.base/gdbinit-history.exp: Add test case to check that
18368 an unlimited history file does not get truncated on exit.
18369
e6c693af
AA
183702015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18371
18372 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18373 (VECTOR): New macro. Use it...
18374 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18375 ...for these typedefs.
18376 (int8, char1, int1, double1): New typedefs.
18377 (struct just_int2, struct two_int2): New structures.
18378 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18379 (add_structvecs, add_singlevecs): New functions.
18380 (main): Call add_some_intvecs twice.
18381 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18382 the compile and exit upon failure. Try compiling for the "native"
18383 architecture. Test inferior function calls with vector arguments
18384 and vector return value handling with "finish" and "return".
18385
c74f7d1c
JT
183862015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18387
18388 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18389 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18390 PE file.
18391 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18392
98aa42ee
AT
183932015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18394
18395 PR breakpoints/16465
18396 * gdb.mi/mi-dprintf-pending.c: New file.
18397 * gdb.mi/mi-dprintf-pending.exp: New test.
18398 * gdb.mi/mi-dprintf-pendshr.c: New file.
18399
7d73c23c 184002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18401 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18402
18403 * gdb.arch/i386-mpx-map.c: New file.
18404 * gdb.arch/i386-mpx-map.exp: New File.
18405
184062015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18407
18408 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18409 * gdb.arch/i386-mpx.exp: Indentation fixed.
18410
184112015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18412
18413 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18414 function and improved indentation.
18415 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18416 gdb_test_multiple. Added additional tests to skip the test.
18417
184182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18419
18420 * gdb.arch/i386-avx512.c: Change path in include file.
18421 * gdb.arch/i386-avx512.exp: Change include dir path
18422 compilation flag.
18423 * gdb.arch/i386-mpx.c: Change path in include file.
18424 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18425 flag.
18426
d5eba19a
JK
184272015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18428
18429 * gdb.compile/compile-print.exp (compile print *vararray@3)
18430 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18431
7f361056
JK
184322015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18433
18434 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18435 (do not keep jit in memory): ... this.
18436 (expect 5): Change it to ...
18437 (expect no 5): ... this.
18438
3b462ec2
SM
184392015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18440
18441 PR gdb/15564
18442 * gdb.mi/mi-detach.exp: New file.
18443
e0619de6
JK
184442015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 PR symtab/18392
18447 * gdb.arch/amd64-tailcall-self.S: New file.
18448 * gdb.arch/amd64-tailcall-self.c: New file.
18449 * gdb.arch/amd64-tailcall-self.exp: New file.
18450
e970cb34
DB
184512015-05-28 Don Breazeal <donb@codesourcery.com>
18452
18453 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18454 tests for remote targets by checking is_target_gdbserver.
18455
b2e2f908
DE
184562015-05-27 Doug Evans <dje@google.com>
18457
18458 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18459 * gdb.dwarf2/opaque-type-lookup.c: New file.
18460 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18461
82c7be31
DE
184622015-05-26 Doug Evans <dje@google.com>
18463
18464 * gdb.cp/iostream.cc: New file.
18465 * gdb.cp/iostream.exp: New file.
18466
b4f54984
DE
184672015-05-26 Doug Evans <dje@google.com>
18468
18469 * gdb.dwarf2/dw2-op-call.exp: Update.
18470 * gdb.dwarf2/dw4-sig-types.exp: Update.
18471 * gdb.dwarf2/implptr.exp: Update.
18472 * gdb.mi/mi-cmd-param-changed.exp: Update.
18473
4ea6efe9
DE
184742015-05-26 Doug Evans <dje@google.com>
18475
18476 * gdb.python/py-lazy-string.c: New file.
18477 * gdb.python/py-lazy-string.exp: New file.
18478 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18479 (main): Update. Add estring3.
18480 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18481 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18482
f6bb7db3
YQ
184832015-05-26 Omair Javaid <omair.javaid@linaro.org>
18484 Yao Qi <yao.qi@linaro.org>
18485
18486 * gdb.reverse/aarch64.c: New.
18487 * gdb.reverse/aarch64.exp: New.
18488
a81bfbd0
OJ
184892015-05-26 Omair Javaid <omair.javaid@linaro.org>
18490
25d49b86
PA
18491 * lib/gdb.exp (supports_process_record): Return true for
18492 aarch64*-linux*.
a81bfbd0
OJ
18493 (supports_reverse): Likewise.
18494
158bf1b4
PP
184952015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18496
18497 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18498 Use with_test_prefix.
18499
a0145030
AB
185002015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18501
18502 * gdb.base/completion.exp: Add test for completion of layout
18503 names.
18504
ebe3b578
AB
185052015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18506
18507 * lib/gdb.exp (skip_tui_tests): New proc.
18508 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18509
84204ed7
PA
185102015-05-19 Pedro Alves <palves@redhat.com>
18511
18512 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18513 Save the whole env array instead of just HOME. Unset HISTSIZE in
18514 the environment while testing. Restore whole environment
18515 afterwards.
18516
37442ce1
DE
185172015-05-16 Doug Evans <xdje42@gmail.com>
18518
18519 * gdb.guile/scm-ports.c: New file.
18520 * gdb.guile/scm-ports.exp: Add memory port tests.
18521
36de76f9
JK
185222015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18523
18524 * gdb.compile/compile-print.c: New file.
18525 * gdb.compile/compile-print.exp: New file.
18526
3a9558c4
JK
185272015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18528
18529 * gdb.compile/compile-ops.exp: Cast param to void.
18530 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18531 (compile code struct_object.selffield = &struct_object): Add xfail.
18532
aa715135
JG
185332015-05-15 Joel Brobecker <brobecker@adacore.com>
18534
18535 * gdb.ada/arr_enum_with_gap: New testcase.
18536
931e5bc3
JG
185372015-05-15 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.ada/byte_packed_arr: New testcase.
18540
9cd4d857
JB
185412015-05-15 Joel Brobecker <brobecker@adacore.com>
18542
18543 * gdb.ada/pckd_neg: New testcase.
18544
ebfd00d2
PP
185452015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18546
18547 PR gdb/17820
18548 * gdb.base/gdbinit-history.exp: New test.
18549 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18550 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18551
4c082a81
SC
185522015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18553
18554 * gdb.python/py-xmethods.cc: Enhance test case.
18555 * gdb.python/py-xmethods.exp: New tests.
18556 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18557 function.
18558 (B_indexoper): Likewise.
18559 (global_dm_list) : Add new xmethod worker functions.
18560
f7797074
SDJ
185612015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18562
18563 * gdb.base/coredump-filter.exp: Correctly unset
18564 "coredump_var_addr" array.
18565
a4674e4e
PA
185662015-05-08 Pedro Alves <palves@redhat.com>
18567
18568 * gdb.server/non-existing-program.exp: Unset spawn_id.
18569
df2eb078
SC
185702015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18571
18572 PR python/18291
18573 * gdb.python/py-xmethods.exp: Add tests.
18574
422349a3
YQ
185752015-05-08 Yao Qi <yao.qi@linaro.org>
18576
18577 PR gdb/18208
18578 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18579 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18580 function set_coredump_filter, and remove remote_exec call.
18581 Remove argument ipid. Callers update.
18582 (top level): Don't get inferior's PID.
18583
63fc80ce
AA
185842015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18585
18586 * gdb.base/watch_thread_num.exp: Skip test on targets without
18587 access watchpoints.
18588
80ad801e
PA
185892015-05-06 Pedro Alves <palves@redhat.com>
18590
18591 PR server/18081
18592 * gdb.server/non-existing-program.exp: New file.
18593
0fa7fe50
JB
185942015-05-05 Joel Brobecker <brobecker@adacore.com>
18595
18596 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18597
3ea89b92
PMR
185982015-05-05 Joel Brobecker <brobecker@adacore.com>
18599
18600 * gdb.ada/out_of_line_in_inlined: New testcase.
18601
87b8eff0
JB
186022015-05-05 Joel Brobecker <brobecker@adacore.com>
18603
18604 * gdb.ada/var_rec_arr: New testcase.
18605
5fccc635
YQ
186062015-04-30 Yao Qi <yao.qi@linaro.org>
18607
18608 * gdb.base/break-idempotent.exp: If
18609 skip_hw_watchpoint_multi_tests returns true, skip the tests
18610 on "rwatch" and "awatch".
18611
42d38f42
YQ
186122015-04-30 Yao Qi <yao.qi@linaro.org>
18613
18614 * gdb.base/relativedebug.exp: Invoke gdb command
18615 "info sharedlibrary", and if libc.so doesn't have debug info,
18616 skip the test.
18617
2ce1cdbf
DE
186182015-04-29 Doug Evans <dje@google.com>
18619
18620 * gdb.python/py-xmethods.exp: Add ptype tests.
18621 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18622 get_result_type method.
18623
f24a38c5
LM
186242015-04-29 Luis Machado <lgustavo@codesourcery.com>
18625
18626 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18627 the target does not support hardware watchpoints.
18628
ecbf2b3c
LM
186292015-04-29 Luis Machado <lgustavo@codesourcery.com>
18630
18631 * gdb.base/break-always.exp: Abort testing if writing to memory
18632 causes an error.
18633
34f5f757
DE
186342015-04-28 Doug Evans <dje@google.com>
18635
18636 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18637 * gdb.python/py-pp-registration.exp: ... here. New file.
18638 * gdb.python/py-pp-registration.c: New file.
18639 * gdb.python/py-pp-registration.py: New file.
18640
69b4374a
DE
186412015-04-28 Doug Evans <dje@google.com>
18642
18643 * gdb.python/py-bad-printers.c: New file.
18644 * gdb.python/py-bad-printers.py: New file.
18645 * gdb.python/py-bad-printers.exp: New file.
18646
59fb7612
SS
186472015-04-28 Sasha Smundak <asmundak@google.com>
18648
18649 * gdb.python/py-type.exp: New test.
18650
2631b16a
AW
186512015-04-28 Andy Wingo <wingo@igalia.com>
18652
18653 * gdb.python/py-parameter.exp:
18654 * gdb.guile/scm-parameter.exp: Escape the path that we are
18655 matching against, as it might contain characters that are special
18656 to regular expressions.
18657
460efde1
JB
186582015-04-27 Joel Brobecker <brobecker@adacore.com>
18659
18660 * gdb.ada/rec_comp: New testcase.
18661
2d369d8e
SDJ
186622015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18663
18664 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18665 before using it.
18666
cf75d6c3
AB
186672015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18668
18669 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18670 new tests for verilog output.
18671
8dbe7ca5
YQ
186722015-04-24 Yao Qi <yao.qi@linaro.org>
18673
18674 * boards/remote-gdbserver-on-localhost.exp: New file.
18675
4ef9fb2f
PA
186762015-04-23 Pedro Alves <palves@redhat.com>
18677
18678 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18679 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18680 "end of file", remove $inferior_spawn_id from the indirect list.
18681
0a803169
PA
186822015-04-23 Pedro Alves <palves@redhat.com>
18683
18684 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18685
749ef8f8
PA
186862015-04-23 Pedro Alves <palves@redhat.com>
18687
18688 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18689 on $any_spawn_id instead of only on $gdb_spawn_id.
18690
8aae4344
PM
186912015-04-21 Pierre Muller <muller@sourceware.org>
18692
18693 PR pascal/17815
18694 * lib/pascal.exp (gpc_compile): Add new option "class".
18695 (fpc_compile): Likewise.
18696 * gdb.pascal/case-insensitive-symbols.pas: New file.
18697 * gdb.pascal/case-insensitive-symbols.exp: New file.
18698
1586c8fb
GB
186992015-04-20 Gary Benson <gbenson@redhat.com>
18700
18701 * gdb.base/attach.exp: Fix three extended remote failures.
18702
1b6e6f5c
GB
187032015-04-17 Gary Benson <gbenson@redhat.com>
18704
18705 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18706 the main executable over the remote protocol.
18707
e797481d
PA
187082015-04-16 Pedro Alves <palves@redhat.com>
18709
18710 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18711 a new gdbserver if gdbserver_reconnect_p is set.
18712
1ca99c42
PA
187132015-04-16 Pedro Alves <palves@redhat.com>
18714
18715 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18716 is set, don't exit gdbserver.
18717
af9fd6f8
AA
187182015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18719
18720 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18721 appropriate .insn, such that an older assembler can be used.
18722 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18723 the z/Architecture instruction set on 31-bit targets as well.
18724
04ff1e61
AA
187252015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18726
18727 * gdb.go/handcall.exp: Remove all logic related to the first
18728 breakpoint and rely on go_runto_main instead.
18729 * gdb.go/strings.exp: Likewise.
18730 * gdb.go/unsafe.exp: Likewise.
18731 * gdb.go/hello.exp: Likewise. Also rename the remaining
18732 breakpoint marker to "breakpoint 1".
18733 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18734 * gdb.go/strings.go: Likewise.
18735 * gdb.go/unsafe.go: Likewise.
18736 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18737 "set breakpoint 2 here" and rename the remaining breakpoint marker
18738 to "breakpoint 1".
18739
40d2f8d6
SM
187402015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18741
18742 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18743 if itertools.imap is not present.
18744 * gdb.python/py-objfile.exp: Add parentheses.
18745 * gdb.python/py-type.exp: Same.
18746 * gdb.python/py-unwind-maint.py: Same.
18747
8cbc97c6
YQ
187482015-04-15 Yao Qi <yao.qi@linaro.org>
18749
18750 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18751 of ":$ptr_size" and set its form explicitly.
18752
45fd756c
YQ
187532015-04-15 Pedro Alves <palves@redhat.com>
18754 Yao Qi <yao.qi@linaro.org>
18755
18756 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18757 timeout by factor of 4.
18758 (test_regular_watch): Likewise.
18759 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18760 * gdb.reverse/sigall-reverse.exp: Likewise.
18761 * gdb.reverse/until-precsave.exp: Likewise.
18762 * lib/gdb.exp (with_timeout_factor): New proc.
18763 (gdb_expect): Move some code to ...
18764 (get_largest_timeout): ... here. New procedure.
18765
9e811bc3
LM
187662015-04-14 Luis Machado <lgustavo@codesourcery.com>
18767
18768 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18769
0ff6fcb2
LM
187702015-04-13 Luis Machado <lgustavo@codesourcery.com>
18771
18772 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18773 to write to the .text section.
18774
7578d5f7
LM
187752015-04-13 Luis Machado <lgustavo@codesourcery.com>
18776
18777 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18778 Handle the case of targets that do not provide PID information.
18779
2efe15c4
YQ
187802015-04-13 Yao Qi <yao.qi@linaro.org>
18781
18782 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18783 and use expect instead of gdb_expect.
18784
8cd8f2f8
SDJ
187852015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18786
18787 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18788 "coredump_var_addr" to avoid naming conflict with other testcases.
18789
9ee41772
PA
187902015-04-10 Pedro Alves <palves@redhat.com>
18791
18792 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18793 gdb_test_sequence and gdb_assert.
18794
07473109
PA
187952015-04-10 Pedro Alves <palves@redhat.com>
18796
18797 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18798 test messages that don't include the breakpoint address.
18799
de3db44c
YQ
188002015-04-10 Yao Qi <yao.qi@linaro.org>
18801
18802 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18803 false for some offset and width combinations which aren't
18804 supported by linux kernel.
18805
c79d856c
PA
188062015-04-10 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18809 procedure, factored out from ...
18810 (top level): ... here. Add "set displaced-stepping" testing axis.
18811 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18812 parameter "displaced". Use it.
18813 (top level): Use foreach and add "set displaced-stepping" testing
18814 axis.
18815
ebc90b50
PA
188162015-04-10 Pedro Alves <palves@redhat.com>
18817
18818 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18819 Remove comment.
18820 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18821 both the address of the instruction that triggers the watchpoint
18822 and the address of the instruction immediately after, and use
18823 those addresses for the test. Fix comment.
18824
8f572e5c
PA
188252015-04-10 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.base/sigstep.exp (breakpoint_to_handler)
18828 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18829 Test "backtrace" in handler.
18830 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18831 (top level): Add new "displaced" test axis to
18832 breakpoint_to_handler, breakpoint_to_handler_entry and
18833 breakpoint_over_handler.
18834
8d707a12
PA
188352015-04-10 Pedro Alves <palves@redhat.com>
18836
18837 PR gdb/18216
18838 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18839
ef713951
YQ
188402015-04-10 Yao Qi <yao.qi@linaro.org>
18841
18842 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18843 (test_add_rn_pc): New function.
18844 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18845 (top level): Invoke test_add_rn_pc.
18846
906d60cf
PA
188472015-04-10 Pedro Alves <palves@redhat.com>
18848
18849 PR gdb/13858
18850 * gdb.base/step-over-no-symbols.exp: New file.
18851
f2983cc3
AW
188522015-04-09 Andy Wingo <wingo@igalia.com>
18853
18854 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18855 after the Python tests.
18856
6d62641c
SDJ
188572015-04-08 Keith Seitz <keiths@redhat.com>
18858
18859 PR python/16699
18860 * gdb.python/py-completion.exp: New tests for completion.
18861 * gdb.python/py-completion.py (CompleteLimit1): New class.
18862 (CompleteLimit2): Likewise.
18863 (CompleteLimit3): Likewise.
18864 (CompleteLimit4): Likewise.
18865 (CompleteLimit5): Likewise.
18866 (CompleteLimit6): Likewise.
18867 (CompleteLimit7): Likewise.
18868
f3770638
PA
188692015-04-08 Pedro Alves <palves@redhat.com>
18870
18871 PR gdb/18214
18872 PR gdb/18216
18873 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18874 function.
18875 (main): Install it as SIGUSR1 handler.
18876 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18877 parameter. Always use "setup" as prefix. Toggle "set
18878 displaced-stepping" off/on depending on global. Don't switch to
18879 thread 1 here.
18880 (top level): Add displaced stepping "off/on" test axis. Update
18881 "setup" calls. Wrap each subtest with with_test_prefix. Test
18882 continuing with a queued signal in each thread.
18883
4496bed7
PA
188842015-04-08 Pedro Alves <palves@redhat.com>
18885
18886 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18887 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18888 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18889 Return early if running to main fails.
18890 * gdb.trace/while-stepping.exp: Likewise.
18891
b97fde92
PA
188922015-04-07 Pedro Alves <palves@redhat.com>
18893
18894 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18895 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18896 interact with inferior program.
18897
f71c18e7
PA
188982015-04-07 Pedro Alves <palves@redhat.com>
18899
18900 * lib/gdb.exp (inferior_spawn_id): New global.
18901 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18902 spawn id after processing the user code.
18903 (default_gdb_start): Set inferior_spawn_id.
18904 (send_inferior): New procedure.
18905 * lib/gdbserver-support.exp (gdbserver_start): Set
18906 inferior_spawn_id.
18907 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18908
6423214f
PA
189092015-04-07 Pedro Alves <palves@redhat.com>
18910
18911 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18912 * lib/gdbserver-support.exp (gdbserver_start): Make
18913 $server_spawn_id global.
18914 (gdbserver_start): Don't wait for gdbserver's spawn id with
18915 expect_background.
18916 (close_gdbserver): New procedure.
18917 (gdb_exit): Rename the default version and reimplement.
18918
71c0ee8c
PA
189192015-04-07 Pedro Alves <palves@redhat.com>
18920
72f4393d 18921 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18922 append the substituted item, not the original item.
18923
203bc29b
PA
189242015-04-07 Pedro Alves <palves@redhat.com>
18925
18926 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18927 gdb_expect.
18928
508a3ddf
PA
189292015-04-07 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18932 output appearing once only.
18933
9f6dbe2b
PA
189342015-04-07 Pedro Alves <palves@redhat.com>
18935
18936 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18937 that doesn't expect anything. Return early if running to main
18938 fails.
18939
337532fa
YQ
189402015-04-07 Yao Qi <yao.qi@linaro.org>
18941
18942 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18943 (child_function): Call alarm.
18944 (main): Move call to alarm into the loop.
18945 * gdb.threads/non-stop-fair-events.exp: Build program with
18946 -DTIMEOUT=$timeout.
18947
01b622d4
DE
189482015-04-06 Doug Evans <xdje42@gmail.com>
18949
18950 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18951 Fix dest parameter to board_info.
18952 (fpc_compile): Ditto.
18953 (gdb_compile_pascal): Rename dest arg to destfile.
18954
961f4160
PMR
189552015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18956
18957 * gdb.ada/funcall_ref.exp: New file.
18958 * gdb.ada/funcall_ref/foo.adb: New file.
18959
cafda597
YQ
189602015-04-02 Yao Qi <yao.qi@linaro.org>
18961
18962 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18963 is remote.
18964
fed040c6
GB
189652015-04-02 Gary Benson <gbenson@redhat.com>
18966
18967 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18968
d11916aa
SS
189692015-04-01 Sasha Smundak <asmundak@google.com>
18970
18971 * gdb.python/py-unwind-maint.c: New file.
18972 * gdb.python/py-unwind-maint.exp: New test.
18973 * gdb.python/py-unwind-maint.py: New file.
18974 * gdb.python/py-unwind.c: New file.
18975 * gdb.python/py-unwind.exp: New test.
18976 * gdb.python/py-unwind.py: New test.
18977
a1471180
PA
189782015-04-01 Pedro Alves <palves@redhat.com>
18979
18980 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18981 to fail instead of non-existent $test.
18982
0bbeccb1
PA
189832015-04-01 Pedro Alves <palves@redhat.com>
18984
18985 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18986 GDBFLAGS if not empty.
18987
3c724c8c
PMR
189882015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18989
18990 * gdb.ada/complete.exp: Remove "multi_line".
18991 * gdb.ada/info_exc.exp: Remove "multi_line".
18992 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18993 * gdb.ada/ptype_field.exp: Remove "multi_line".
18994 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18995 * gdb.ada/tagged.exp: Remove "multi_line".
18996 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18997 [multi_line ...]
18998 * gdb.btrace/delta.exp: Likewise.
18999 * gdb.btrace/exception.exp: Likewise.
19000 * gdb.btrace/function_call_history.exp: Likewise.
19001 * gdb.btrace/instruction_history.exp: Likewise.
19002 * gdb.btrace/nohist.exp: Likewise.
19003 * gdb.btrace/record_goto.exp: Likewise.
19004 * gdb.btrace/segv.exp: Likewise.
19005 * gdb.btrace/stepi.exp: Likewise.
19006 * gdb.btrace/tailcall.exp: Likewise.
19007 * gdb.btrace/unknown_functions.exp: Likewise.
19008 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19009 * lib/gdb.exp: Add the "multi_line" helper.
19010
4eec2deb
PA
190112015-04-01 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.threads/tid-reuse.c: New file.
19014 * gdb.threads/tid-reuse.exp: New file.
19015
df8411da
SDJ
190162015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19017
19018 PR corefiles/16092
19019 * gdb.base/coredump-filter.c: New file.
19020 * gdb.base/coredump-filter.exp: Likewise.
19021
6ef37366
PM
190222015-03-27 Petr Machata <pmachata@redhat.com>
19023
19024 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19025 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19026 (Dwarf::assemble): Initialize them.
19027 (Dwarf::lines): New function.
19028
7ec911b0
JT
190292015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19030
19031 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19032 SYMBOL_PREFIX for x86_64-*-cygwin.
19033
ff908ebf
AW
190342015-03-26 Andy Wingo <wingo@igalia.com>
19035
19036 PR symtab/18148
19037 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19038 const_value but not a location.
19039 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19040 location defined in non-main CUs are visible.
19041
6d5f0679
YQ
190422015-03-26 Yao Qi <yao.qi@linaro.org>
19043
19044 PR testsuite/18139
19045 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19046 Add a line number entry for the same line.
19047 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19048 Add a line number entry for the same line.
19049
2898689b
YQ
190502015-03-26 Yao Qi <yao.qi@linaro.org>
19051
19052 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19053 .int 0.
19054 (func): Likewise. Add .Lfunc_1 label.
19055 Use .Lfunc_1 label.
19056 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19057 .int 0.
19058 (func): Likewise.
19059 Use .Lfunc_1 label.
19060
85180498
YQ
190612015-03-26 Yao Qi <yao.qi@linaro.org>
19062
19063 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19064 Call gdb_compile instead to compile each .s files without debug
19065 information.
19066
8aa08a8d
YQ
190672015-03-26 Yao Qi <yao.qi@linaro.org>
19068
19069 * gdb.base/savedregs.exp (process_saved_regs): Make
19070 "Saved registers:" optional in the pattern.
19071
66849923
MM
190722015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19073
19074 * gdb.btrace/next.exp: Merged into step.exp.
19075 * gdb.btrace/finish.exp: Merged into step.exp.
19076 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19077 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19078 "record goto" and checking the exact replay position.
19079 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19080 check for "Recording format" in "info record" output.
19081 * gdb.btrace/record_goto.exp: Choose test file based on target.
19082 * gdb.btrace/x86-record_goto.S: Renamed into ...
19083 * gdb.btrace/x86_64-record_goto.S: ... this.
19084 * gdb.btrace/i686-record_goto.S: New.
19085 * gdb.btrace/x86-tailcall.S: Renamed into ...
19086 * gdb.btrace/x86_64-tailcall.S: ... this.
19087 * gdb.btrace/i686-tailcall.S: New.
19088 * gdb.btrace/x86-tailcall.c: Renamed into ...
19089 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19090 separate statements. Update test.
19091 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19092 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19093 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19094 * gdb.btrace/tailcall.exp: Choose test file based on target.
19095 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19096
11cc1b74
MM
190972015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19098
19099 * gdb.btrace/exception.exp: Increase BTS buffer size.
19100
a25d8bf9
PA
191012015-03-24 Pedro Alves <palves@redhat.com>
19102
19103 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19104
856e7dd6
PA
191052015-03-24 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.threads/schedlock.exp (test_step): No longer expect that
19108 "set scheduler-locking step" with "next" over a function call runs
19109 threads unlocked.
19110
ad235a41
AT
191112015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19112
19113 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19114
15630549
AT
191152015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19116
19117 PR breakpoints/16466
19118 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19119 * gdb.mi/mi-pending.c (thread_func): New function.
19120 (int main): Add threading support required.
19121 * gdb.mi/mi-pending.exp: Add tests for this issue.
19122 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19123 (pendfunc2): Remove stdio dependency.
19124 * gdb.mi/mi-pendshr2.c: New file.
19125
693dca06
KS
191262015-03-23 Keith Seitz <keiths@redhat.com>
19127
19128 * gdb.linespec/keywords.c: New file.
19129 * gdb.linespec/keywords.exp: New file.
19130
7e993ebf
KS
191312015-03-23 Keith Seitz <keiths@redhat.com>
19132
19133 PR gdb/18021
19134 * gdb.dwarf2/staticvirtual.exp: New test.
19135
bc23328c
JK
191362015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19137
19138 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19139 * README: Remove HP-UX and gdb.hp.
19140 (configuration):
19141 * configure: Regenerate.
19142 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19143 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19144 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19145 gdb.hp/gdb.defects/Makefile.
19146 * gdb.hp/Makefile.in: File deleted.
19147 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19148 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19149 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19150 * gdb.hp/gdb.aCC/run.c: File deleted.
19151 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19152 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19153 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19154 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19155 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19156 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19157 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19158 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19159 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19160 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19161 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19162 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19163 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19164 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19165 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19166 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19167 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19168 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19169 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19170 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19171 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19172 * gdb.hp/gdb.compat/average.c: File deleted.
19173 * gdb.hp/gdb.compat/sum.c: File deleted.
19174 * gdb.hp/gdb.compat/xdb.c: File deleted.
19175 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19176 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19177 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19178 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19179 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19180 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19181 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19182 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19183 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19184 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19185 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19186 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19187 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19188 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19189 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19190 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19191 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19192 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19193 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19194 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19195 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19196 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19197 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19198 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19199 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19200 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19201 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19202 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19203 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19204 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19205 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19206 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19207 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19208 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19209 * gdb.hp/tools/odump: File deleted.
19210
8bf3b159
PA
192112015-03-19 Pedro Alves <palves@redhat.com>
19212
19213 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19214 (saw_thread_3): New globals.
19215 (top level): Increment them when an event for the corresponding
19216 thread is seen.
19217 (no thread starvation): New test.
19218
eb54c8bf
PA
192192015-03-19 Pedro Alves <palves@redhat.com>
19220
19221 * gdb.threads/continue-pending-status.c: New file.
19222 * gdb.threads/continue-pending-status.exp: New file.
19223
32d2e5d6
PA
192242015-03-18 Pedro Alves <palves@redhat.com>
19225
19226 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19227 Use gdb_is_target_remote instead of is_remote. Use
19228 gdb_test_multiple instead of gdb_expect. Exit early if
19229 gdb_test_multiple hits its internal matches. Tighten stepi tests
19230 expected output. Fail on exit with any signal, instead of just
19231 SIGILL.
19232
f68f11b7
YQ
192332015-03-18 Yao Qi <yao.qi@linaro.org>
19234
19235 PR tdep/18107
19236 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19237 variable.
19238 * gdb.base/catch-syscall.exp: Don't skip it on
19239 aarch64*-*-linux* target. Remove elements in all_syscalls.
19240 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19241 target.
19242 (setup_all_syscalls): New proc.
19243
ca5fd19b
YQ
192442015-03-16 Yao Qi <yao.qi@linaro.org>
19245
19246 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19247 (top level): Skip tests if valid_addr_p returns false for
19248 $cmd1 or $cmd2.
19249
85642ba0
AW
192502015-03-11 Andy Wingo <wingo@igalia.com>
19251
19252 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19253
e03f9645
YQ
192542015-03-11 Yao Qi <yao.qi@linaro.org>
19255
19256 * gdb.base/catch-syscall.exp: Fix typo in comments.
19257
5d0962b2
YQ
192582015-03-11 Yao Qi <yao.qi@linaro.org>
19259
19260 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19261
b2df3cef
PA
192622015-03-09 Pedro Alves <palves@redhat.com>
19263
19264 * dg-extract-results.py: Delete.
19265
ef878e53
PA
192662015-03-09 Pedro Alves <palves@redhat.com>
19267
19268 Merge dg-extract-results.sh from GCC upstream (r218843).
19269
19270 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19271 * dg-extract-results.sh: Use --text with grep to avoid issues with
19272 binary files. Fall back to cat -v, if that doesn't work.
19273
9494d219
PA
192742015-03-05 Pedro Alves <palves@redhat.com>
19275
19276 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19277
a8d9763a
SM
192782015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19279
19280 * lib/mi-support.exp (mi_expect_interrupt): Accept
19281 alternative event for when in all-stop mode.
19282
be9957b8
PA
192832015-03-04 Pedro Alves <palves@redhat.com>
19284
19285 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19286
d57be0f4 192872015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19288
19289 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19290
c214c7cf
AA
192912015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19292
19293 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19294 regexps for GDB's current line display, accept a hex address
19295 preceding the line number.
19296
6d74a497
AA
192972015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19298
19299 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19300 the 'arch1' variable for "s390*-linux*" targets.
19301
511aee7c
PA
193022015-03-04 Pedro Alves <palves@redhat.com>
19303
19304 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19305 (main): Pass missing retval argument to pthread_join call.
19306
95e50b27
PA
193072015-03-02 Pedro Alves <palves@redhat.com>
19308
19309 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19310 (top level): Call do_test with non-stop as well.
19311
28054d69
PA
193122015-03-02 Pedro Alves <palves@redhat.com>
19313
19314 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19315 -1.
19316
4fa5d7b4
AA
193172015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19318
19319 * gdb.arch/s390-vregs.exp: New test.
19320 * gdb.arch/s390-vregs.S: New file.
19321
97c18565
PA
193222015-02-27 Pedro Alves <palves@redhat.com>
19323
19324 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19325 call to catch_command_errors.
19326 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19327 catch_command_errors.
19328
a37bfa30
PA
193292015-02-27 Pedro Alves <palves@redhat.com>
19330
19331 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19332 "true" for boolean result.
19333 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19334 prototype of main.
19335
6f98576f
PA
193362015-02-27 Pedro Alves <palves@redhat.com>
19337
19338 * lib/unbuffer_output.c: New file.
19339 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19340 (main): Call gdb_unbuffer_output.
19341
eba5ab56
YQ
193422015-02-27 Yao Qi <yao.qi@linaro.org>
19343
19344 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19345 target.
19346
0def5aaa
DE
193472015-02-26 Doug Evans <dje@google.com>
19348
19349 * gdb.cp/class2.cc (Dbase, D): New classes.
19350 (main): New local delta.
19351 * gdb.cp/class2.exp: Test printing delta.
19352 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19353 (dynbar): New global.
19354 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19355
081a1c2c
JK
193562015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19357
19358 * gdb.compile/compile-ifunc.c: New file.
19359 * gdb.compile/compile-ifunc.exp: New file.
19360
2f41223f
AT
193612015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19362
19363 * gdb.base/structs.exp: Check for correct struct on finish.
19364
03eddd80
YQ
193652015-02-26 Yao Qi <yao.qi@linaro.org>
19366
19367 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19368 is zero.
19369
80c57053
JK
193702015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19371
19372 * gdb.arch/cordic.ko.bz2: New file.
19373 * gdb.arch/cordic.ko.debug.bz2: New file.
19374 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19375
21613c12
YQ
193762015-02-25 Yao Qi <yao.qi@linaro.org>
19377
19378 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19379 aarch64*-*-* target.
19380
d8b901ed
PA
193812015-02-23 Pedro Alves <palves@redhat.com>
19382
19383 * lib/gdb.exp (delete_breakpoints): Rewrite using
19384 gdb_test_multiple.
19385
e5b85ead
PA
193862015-02-23 Pedro Alves <palves@redhat.com>
19387
19388 * gdb.base/info-os.c: Include stdlib.h.
19389
85c3a371
DE
193902015-02-22 Doug Evans <xdje42@gmail.com>
19391
19392 PR symtab/17855
19393 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19394 is read after symbols have been re-read.
19395 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19396 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19397
96553a0c
DE
193982015-02-21 Doug Evans <dje@google.com>
19399
19400 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19401
97a0c697
JK
194022015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19403
19404 PR corefiles/17808
19405 * gdb.arch/i386-biarch-core.core.bz2: New file.
19406 * gdb.arch/i386-biarch-core.exp: New file.
19407
a47cd6e9
PA
194082015-02-21 Pedro Alves <palves@redhat.com>
19409
19410 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19411 runto_main fails.
19412
c5facdc4
PA
194132015-02-20 Pedro Alves <palves@redhat.com>
19414
19415 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19416 info probes.
19417
2db9a427
PA
194182015-02-20 Pedro Alves <palves@redhat.com>
19419
19420 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19421
60fb7e9e
PA
194222015-02-20 Pedro Alves <palves@redhat.com>
19423
19424 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19425 clean_restart before gdb_target_supports_trace.
19426
5c5019c2
PA
194272015-02-20 Pedro Alves <palves@redhat.com>
19428
19429 PR threads/18006
19430 * gdb.threads/clone-thread_db.c: New file.
19431 * gdb.threads/clone-thread_db.exp: New file.
19432
c9587f88
AT
194332015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19434
19435 PR breakpoints/16812
19436 * gdb.base/catch-gdb-caused-signals.c: New file.
19437 * gdb.base/catch-gdb-caused-signals.exp: New file.
19438
f6a88844
JM
194392015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19440
19441 * configure: Regenerated.
19442 * configure.ac: Use GDB_AC_TRANSFORM.
19443 * aclocal.m4: sinclude ../transform.m4.
19444
497c491b
JM
194452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19446
19447 * lib/dtrace.exp: New file.
19448 * gdb.base/dtrace-probe.exp: Likewise.
19449 * gdb.base/dtrace-probe.d: Likewise.
19450 * gdb.base/dtrace-probe.c: Likewise.
19451 * lib/pdtrace.in: Likewise.
19452 * configure.ac: Output variables with the transformed names of
19453 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19454 * configure: Regenerated.
19455
03e98035
JM
194562015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19457
19458 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19459 expected message when trying to access $_probe_* convenience
19460 variables while not on a probe.
19461
63cc30e9
JK
194622015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19463
19464 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19465
0703599a
PA
194662015-02-11 Pedro Alves <pedro@codesourcery.com>
19467
19468 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19469 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19470
7e60a48e
DE
194712015-02-10 Doug Evans <xdje42@gmail.com>
19472
19473 * lib/gdb.exp (gdb_load): Always return a result.
19474
01b088bc
PA
194752015-02-10 Pedro Alves <palves@redhat.com>
19476
19477 * gdb.threads/signal-sigtrap.c: New file.
19478 * gdb.threads/signal-sigtrap.exp: New file.
19479
b05ec7a5
AT
194802015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19481
19482 * gdb.trace/no-attach-trace.c: New file.
19483 * gdb.trace/no-attach-trace.exp: New file.
19484
a2c2acaf
MW
194852015-02-09 Mark Wielaard <mjw@redhat.com>
19486
19487 * gdb.dwarf2/atomic.c: New file.
19488 * gdb.dwarf2/atomic-type.exp: Likewise.
19489
31fd9caa
MM
194902015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19491
19492 * gdb.btrace/buffer-size.exp: Update "info record" output.
19493 * gdb.btrace/delta.exp: Update "info record" output.
19494 * gdb.btrace/enable.exp: Update "info record" output.
19495 * gdb.btrace/finish.exp: Update "info record" output.
19496 * gdb.btrace/instruction_history.exp: Update "info record" output.
19497 * gdb.btrace/next.exp: Update "info record" output.
19498 * gdb.btrace/nexti.exp: Update "info record" output.
19499 * gdb.btrace/step.exp: Update "info record" output.
19500 * gdb.btrace/stepi.exp: Update "info record" output.
19501 * gdb.btrace/nohist.exp: Update "info record" output.
19502
d33501a5
MM
195032015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19504
19505 * gdb.btrace/buffer-size: New.
19506
f4abbc16
MM
195072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19508
19509 * gdb.btrace/delta.exp: Update "info record" output.
19510 * gdb.btrace/enable.exp: Update "info record" output.
19511 * gdb.btrace/finish.exp: Update "info record" output.
19512 * gdb.btrace/instruction_history.exp: Update "info record" output.
19513 * gdb.btrace/next.exp: Update "info record" output.
19514 * gdb.btrace/nexti.exp: Update "info record" output.
19515 * gdb.btrace/step.exp: Update "info record" output.
19516 * gdb.btrace/stepi.exp: Update "info record" output.
19517 * gdb.btrace/nohist.exp: Update "info record" output.
19518
b9d61307
SM
195192015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19520
19521 PR gdb/15678
19522 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19523
e584fdbc
PA
195242015-02-06 Pedro Alves <palves@redhat.com>
19525
19526 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19527 macro.
19528 (seconds_left, again): New globals.
19529 (main): Wait seconds_left in a 1-second sleep loop instead of
19530 sleeping 180 seconds. If 'again' is set, reset the seconds
19531 counter.
19532 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19533 'again' in the inferior before detaching. Print the seconds left.
19534 (options): New global.
19535 (top level): Build program with -DTIMEOUT=$timeout.
19536
77f41761
PA
195372015-02-06 Pedro Alves <palves@redhat.com>
19538
19539 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19540 determine how many seconds to pass to 'alarm'.
19541 * gdb.base/gdb-sigterm.exp (top level): Build program with
19542 -DTIMEOUT=$timeout.
19543 (do_test): Return success/failure indication. Add more verbose
19544 logging. Don't fail if 200 single steps are seen. Instead, fail
19545 when the test times out.
19546 (passes): New global.
19547 (top level): Break the testing loop if testing fails on any
19548 iteration. Use gdb_assert.
19549
b9394193
DB
195502015-02-04 Don Breazeal <donb@codesourcery.com>
19551
19552 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19553 and initialize them.
19554 (ipc_cleanup): New function.
19555 (main): Don't declare shmid, semid, and msqid. Add a call to
19556 atexit so that we call ipc_cleanup on exit.
19557
42d9e528
PA
195582015-02-04 Pedro Alves <palves@redhat.com>
19559
19560 * boards/native-extended-gdbserver.exp: Remove any target variant
19561 specifications from the board name before clearing the isremote
19562 flag from board_info.
19563
ae6ae975
DE
195642015-01-31 Doug Evans <xdje42@gmail.com>
19565
19566 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19567
cfb069a8
GB
195682015-01-31 Gary Benson <gbenson@redhat.com>
19569
19570 * gdb.base/completion.exp: Disable completion limiting for
19571 existing tests. Add new tests to check completion limiting.
19572 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19573
5dd31d79
DE
195742015-01-31 Doug Evans <xdje42@gmail.com>
19575
19576 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19577
9f050062
DE
195782015-01-31 Doug Evans <xdje42@gmail.com>
19579
19580 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19581 entries. Duplicate file section script entries.
19582 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19583 inlined entries. Add test for safe-path rejection.
19584 * gdb.python/py-section-script.c: Add duplicate inlined section script
19585 entries. Duplicate file section script entries.
19586 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19587 inlined entries. Add test for safe-path rejection.
19588
df25ebbd
JB
195892015-01-29 Joel Brobecker <brobecker@adacore.com>
19590
19591 * gdb.ada/disc_arr_bound: New testcase.
19592
4a0ca9ec
JB
195932015-01-29 Joel Brobecker <brobecker@adacore.com>
19594
19595 * gdb.ada/mi_var_array: New testcase.
19596
3a8b707a
DE
195972015-01-27 Doug Evans <dje@google.com>
19598
19599 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19600 Add test for objfile.filename, objfile.username after objfile
19601 has been unloaded.
19602
f8313f6e
JB
196032015-01-26 Joel Brobecker <brobecker@adacore.com>
19604
19605 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19606 the second test to print the name attribute of value
19607 returned by the call to gdb.lookup_type, and adjust
19608 the expected output accordingly.
19609
37bc665e
MW
196102015-01-25 Mark Wielaard <mjw@redhat.com>
19611
19612 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19613 * gdb.base/disp-step-fork.c: Include unistd.h.
19614 * gdb.base/siginfo-obj.c: Include stdio.h.
19615 * gdb.base/siginfo-thread.c: Likewise.
19616 * gdb.mi/non-stop.c: Include unistd.h.
19617 * gdb.mi/nsthrexec.c: Include stdio.h.
19618 * gdb.mi/pthreads.c: Include unistd.h.
19619 * gdb.modula2/unbounded1.c (main): Declare returns int.
19620 * gdb.reverse/consecutive-reverse.c: Likewise.
19621 * gdb.threads/create-fail.c: Include unistd.h.
19622 * gdb.threads/killed.c: Likewise.
19623 * gdb.threads/linux-dp.c: Likewise.
19624 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19625 * gdb.threads/non-ldr-exc-2.c: Likewise.
19626 * gdb.threads/non-ldr-exc-3.c: Likewise.
19627 * gdb.threads/non-ldr-exc-4.c: Likewise.
19628 * gdb.threads/pthreads.c: Include unistd.h.
19629 (main): Declare returns int.
19630 * gdb.threads/tls-main.c (foo): New declaration.
19631 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19632
f7e5394d
SM
196332015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19634
19635 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19636 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19637
743649fd
MW
196382015-01-15 Mark Wielaard <mjw@redhat.com>
19639
19640 * gdb.base/noreturn-return.c: New file.
19641 * gdb.base/noreturn-return.exp: New file.
19642 * gdb.base/noreturn-finish.c: New file.
19643 * gdb.base/noreturn-finish.exp: New file.
19644
198297aa
PA
196452015-01-23 Pedro Alves <palves@redhat.com>
19646
19647 * gdb.threads/continue-pending-after-query.c: New file.
19648 * gdb.threads/continue-pending-after-query.exp: New file.
19649
717cf30c
AG
196502015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19651 Simon Marchi <simon.marchi@ericsson.com>
19652
19653 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19654 * gdb.base/valgrind-db-attach.exp: Same.
19655 * gdb.base/valgrind-infcall.exp: Same.
19656 * lib/mi-support.exp (default_mi_gdb_start): Same.
19657 * lib/prompt.exp (default_prompt_gdb_start): Same.
19658 * lib/gdb.exp (default_gdb_spawn): Same.
19659 (gdb_interact): New.
19660
19661
4b62a76e
JK
196622015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19663
19664 * gdb.compile/compile.exp (pointer to jit function): New test.
19665
b4cdae6f
WW
196662015-01-17 Wei-cheng Wang <cole945@gmail.com>
19667
19668 * lib/gdb.exp (supports_process_record): Return true for
19669 powerpc*-*-linux*.
19670 (supports_reverse): Likewise.
19671
d221e7ef
DB
196722015-01-15 Don Breazeal <donb@codesourcery.com>
19673
19674 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19675 instead of checking whether the target board is remote and
19676 use spawn_wait_for_attach instead of exec/sleep.
19677 * gdb.base/attach-twice.exp: Likewise.
19678
bafffb51
JB
196792015-01-15 Joel Brobecker <brobecker@adacore.com>
19680
19681 * gdb.ada/var_arr_attrs: New testcase.
19682
5589af0e
PA
196832015-01-14 Pedro Alves <palves@redhat.com>
19684 Joel Brobecker <brobecker@adacore.com>
19685
19686 PR gdb/17525
19687 * gdb.base/bp-cmds-execution-x-script.c: New file.
19688 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19689 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19690
6c400b59
PA
196912015-01-14 Pedro Alves <palves@redhat.com>
19692
19693 PR cli/17828
19694 * gdb.base/batch-preserve-term-settings.c: New file.
19695 * gdb.base/batch-preserve-term-settings.exp: New file.
19696
e02c96a7
DE
196972015-01-13 Doug Evans <dje@google.com>
19698
19699 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19700 binary.
19701
576fd14c
JB
197022015-01-13 Joel Brobecker <brobecker@adacore.com>
19703
19704 * Makefile.in (clean mostlyclean): Do not delete *.py.
19705
04dccad0
JB
197062015-01-13 Joel Brobecker <brobecker@adacore.com>
19707
19708 * gdb.python/py-lookup-type.exp: New file.
19709
3d230f71
PA
197102015-01-12 Pedro Alves <palves@redhat.com>
19711
19712 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19713 restore GDBFLAGS before returning.
19714
7e67715d
JK
197152015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19716
19717 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19718 is_amd64_regs_target and is_x86_like_target.
19719
f2e0d4b4
DE
197202015-01-11 Doug Evans <xdje42@gmail.com>
19721
19722 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19723 is given without an explicit form.
19724 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19725 attributes.
19726 * gdb.dwarf/corrupt.exp: Ditto.
19727 * gdb.dwarf2/enum-type.exp: Ditto.
19728 * gdb.trace/entry-values.exp: Ditto.
19729 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19730
439250fb
DE
197312015-01-11 Doug Evans <xdje42@gmail.com>
19732
19733 PR gdb/15830
19734 * gdb.base/maint.exp: Remove references to "maint demangle".
19735 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19736 Add tests for explicitly specifying language to demangle.
19737 * gdb.dlang/demangle.exp: Ditto.
19738
ede9f622
PA
197392015-01-09 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.threads/non-stop-fair-events.c: New file.
19742 * gdb.threads/non-stop-fair-events.exp: New file.
19743
a7b796db
PA
197442015-01-09 Pedro Alves <palves@redhat.com>
19745
19746 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19747 the global scope. Set a breakpoint after all threads are started
19748 rather than stepping over two source lines. Expect the prompt.
19749 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19750 global.
19751 (NUM): Now 15.
19752 (main): Use threads_started_barrier to wait for all threads to
19753 start. Main thread no longer calls thread_function. Exit after
19754 180 seconds.
19755 (loop): New function.
19756 (thread_function): Wait on threads_started_barrier barrier. Call
19757 'loop' at each iteration.
19758 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19759 threads have started, instead of hardcoding number of "next"
19760 steps. Use an access watchpoint instead of a write watchpoint.
19761
9665ffdd
PA
197622015-01-09 Pedro Alves <palves@redhat.com>
19763
19764 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19765 (thread_func): Wait on barrier.
19766 (main): Wait for all threads to start before stopping GDB.
19767 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19768 global.
19769 (thread1_func, thread2_func): Wait on barrier.
19770 (main): Wait for all threads to start before stopping GDB.
19771 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19772 New global.
19773 (thread1_func, thread2_func): Wait on barrier.
19774 (main): Wait for all threads to start before stopping GDB.
19775
c945a99f
PA
197762015-01-09 Pedro Alves <palves@redhat.com>
19777
19778 * gdb.threads/attach-many-short-lived-threads.c: New file.
19779 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19780
c1a747c1
PA
197812014-01-09 Pedro Alves <palves@redhat.com>
19782
19783 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19784 instead of to thread 2.
19785 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19786 Add barrier around each pthread_create call instead of around all
19787 calls.
19788 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19789 Set a break on thread_function and have the child threads hit it
19790 one at at a time.
19791
60b3033e
PA
197922015-01-09 Pedro Alves <palves@redhat.com>
19793
19794 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19795 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19796 false.
19797 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19798 checking whether the target board is remote.
19799 * gdb.multi/multi-attach.exp: Likewise.
19800 * gdb.python/py-sync-interp.exp: Likewise.
19801 * gdb.server/ext-attach.exp: Likewise.
19802 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19803 tests that need to attach, instead of checking whether the target
19804 board is remote at the top of the file.
19805
acc018ac
YQ
198062015-01-08 Yao Qi <yao@codesourcery.com>
19807
19808 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19809
50a18af8
JK
198102015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19811
19812 Fix testcase compilation.
19813 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19814
8503d6e1
JB
198152015-01-06 Joel Brobecker <brobecker@adacore.com>
19816
19817 * gdb.python/py-type.exp: Add a couple test about empty
19818 array creation, and negative-length array creation.
19819
cc73dbcc
DE
198202015-01-02 Doug Evans <xdje42@gmail.com>
19821
19822 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19823
0300bbc7
DE
198242015-01-02 Doug Evans <dje@google.com>
19825
19826 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19827
9d85a0ec
YQ
198282014-12-29 Yao Qi <yao@codesourcery.com>
19829
19830 * gdb.trace/entry-values.exp: Update comments. Rename variable
19831 bar_call_foo to returned_from_foo.
19832
87186c6a
MMN
198332014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19834
19835 PR gdb/17394
19836 * gdb.linespec/break-asm-file.c: New file.
19837 * gdb.linespec/break-asm-file.exp: New file.
19838 * gdb.linespec/break-asm-file0.s: New file.
19839 * gdb.linespec/break-asm-file1.s: New file.
19840
1bab7383
YQ
198412014-12-18 Nigel Stephens <nigel@mips.com>
19842 Maciej W. Rozycki <macro@codesourcery.com>
19843
19844 * gdb.base/float.exp: Handle the new output from "info float" on
19845 MIPS targets.
19846
1bc1068a
JK
198472014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19848
19849 Fix MinGW compilation.
19850 * gdb.compile/compile-ops.exp: Update untested message if
19851 !skip_compile_feature_tests.
19852 * gdb.compile/compile-setjmp.exp: Likewise.
19853 * gdb.compile/compile-tls.exp: Likewise.
19854 * gdb.compile/compile.exp: Likewise.
19855 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19856 supported on this host".
19857
b6615d10
DE
198582014-12-16 Doug Evans <xdje42@gmail.com>
19859
19860 * boards/stabs.exp: New file.
19861
25dda427
AA
198622014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19863
19864 * gdb.base/completion.exp: Adjust to format changes of "maint
19865 print user-registers".
19866
bf330350
CU
198672014-12-16 Catalin Udma <catalin.udma@freescale.com>
19868
19869 PR server/17457
19870 * gdb.arch/aarch64-fp.c: New file.
19871 * gdb.arch/aarch64-fp.exp: New file.
19872
395cf596
SDJ
198732014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19874
19875 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19876 r210637, r210913, r211666, r215400, r215817).
19877
19878 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19879 * dg-extract-results.py: New file.
19880 * dg-extract-results.sh: Use it if the environment seems
19881 suitable.
19882
19883 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19884
19885 * dg-extract-results.py (parse_run): Handle warnings that
19886 are printed before a test harness is run.
19887
19888 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19889
19890 * dg-extract-results.py (Named): Remove __cmp__ method.
19891 (output_variation): Use a key to sort variation.harnesses.
19892
19893 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19894
19895 * dg-extract-results.py: For Python 3, force sys.stdout to
19896 handle surrogate escape sequences.
19897 (safe_open): New function.
19898 (output_segment, main): Use it.
19899
19900 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19901
19902 * dg-extract-results.py (Prog.result_re): Include options
19903 in test name.
19904
19905 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19906
19907 * dg-extract-results.py (output_variation): Always sort if
19908 do_sum.
19909
e882ef3c
SM
199102014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19911
19912 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19913 as long as we get pagination notifications.
19914
4992aa20
JM
199152014-12-15 Jason Merrill <jason@redhat.com>
19916
19917 * Makefile.in (check-gdb.%): Restore.
19918 * README: Mention it.
19919
c1b5a1a6
JB
199202014-12-13 Joel Brobecker <brobecker@adacore.com>
19921
19922 * gdb.ada/str_uninit: New testcase.
19923
5537b577
JK
199242014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19925
19926 PR symtab/17642
19927 * gdb.base/vla-stub-define.c: New file.
19928 * gdb.base/vla-stub.c: New file.
19929 * gdb.base/vla-stub.exp: New file.
19930
bb2ec1b3
TT
199312014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19932 Jan Kratochvil <jan.kratochvil@redhat.com>
19933 Tom Tromey <tromey@redhat.com>
19934
19935 * configure.ac: Add gdb.compile/.
19936 * configure: Regenerate.
19937 * gdb.compile/Makefile.in: New file.
19938 * gdb.compile/compile-ops.exp: New file.
19939 * gdb.compile/compile-ops.c: New file.
19940 * gdb.compile/compile-tls.c: New file.
19941 * gdb.compile/compile-tls.exp: New file.
19942 * gdb.compile/compile-constvar.S: New file.
19943 * gdb.compile/compile-constvar.c: New file.
19944 * gdb.compile/compile-mod.c: New file.
19945 * gdb.compile/compile-nodebug.c: New file.
19946 * gdb.compile/compile-setjmp-mod.c: New file.
19947 * gdb.compile/compile-setjmp.c: New file.
19948 * gdb.compile/compile-setjmp.exp: New file.
19949 * gdb.compile/compile-shlib.c: New file.
19950 * gdb.compile/compile.c: New file.
19951 * gdb.compile/compile.exp: New file.
19952 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19953
4ff709eb
TT
199542014-12-12 Tom Tromey <tromey@redhat.com>
19955
19956 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19957 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19958
6dddd6a5
DE
199592014-12-12 Doug Evans <dje@google.com>
19960
19961 * lib/gdb-python.exp (get_python_valueof): New function.
19962 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19963
71c24708
AA
199642014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19965
19966 * gdb.base/completion.exp: Add test for completion of "info
19967 registers ".
19968
3e29f34a
MR
199692014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19970
19971 * gdb.base/func-ptrs.c: New file.
19972 * gdb.base/func-ptrs.exp: New file.
19973
fc126975
SM
199742014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19975
19976 PR breakpoints/17012
19977 * gdb.base/dprintf-detach.c: New file.
19978 * gdb.base/dprintf-detach.exp: New file.
19979
0a46d518
SM
199802014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19981
19982 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19983 * lib/gdb.exp (target_is_gdbserver): New procedure.
19984
a0be3e44
DE
199852014-12-08 Doug Evans <dje@google.com>
19986
19987 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19988
df1b803a
YQ
199892014-12-05 Yao Qi <yao@codesourcery.com>
19990
19991 * gdb.guile/scm-error.exp: Remove the third argument to
19992 gdb_remote_download.
19993 * gdb.guile/scm-frame-args.exp: Likewise.
19994 * gdb.guile/scm-section-script.exp: Likewise.
19995
ddb9f679
YQ
199962014-12-05 Yao Qi <yao@codesourcery.com>
19997
19998 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19999
86e4ed39
DE
200002014-12-04 Doug Evans <dje@google.com>
20001
20002 * gdb.python/py-objfile.exp: Add tests for
20003 objfile.add_separate_debug_file.
20004
7c50a931
DE
200052014-12-04 Doug Evans <dje@google.com>
20006
20007 * lib/gdb.exp (get_build_id): New function.
20008 (build_id_debug_filename_get): Rewrite to use it.
20009 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20010
621661e3
MR
200112014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20012
20013 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20014 `method(long)', not just 0x0.
20015 * gdb.cp/nsalias.exp: Align code labels to 4.
20016 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20017 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20018 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20019 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20020 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20021 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20022
29f0c3b7
DE
200232014-12-02 Doug Evans <dje@google.com>
20024
e1e061e7 20025 PR symtab/17602
29f0c3b7 20026 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 20027 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
20028 * gdb.cp/anon-ns.exp: Update.
20029
162078c8
NB
200302014-12-02 Nick Bull <nicholaspbull@gmail.com>
20031
20032 * gdb.python/py-events.py (inferior_call_handler): New.
20033 (register_changed_handler, memory_changed_handler): New.
20034 (test_events.invoke): Register new handlers.
20035 * gdb.python/py-events.exp: Add tests for inferior call,
20036 memory_changed and register_changed events.
20037
fdb09caf
AA
200382014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20039
20040 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20041 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20042 if the linker doesn't understand this.
20043
55cfb2c4
SM
200442014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20045
20046 * gdb.python/python.exp: Change expected reply to help().
20047
9e8cd6df
YQ
200482014-12-01 Yao Qi <yao@codesourcery.com>
20049
20050 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20051 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20052 * configure: Re-generated.
20053
6c659fc2
SC
200542014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20055
20056 * gdb.cp/chained-calls.cc: New file.
20057 * gdb.cp/chained-calls.exp: New file.
20058 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20059
d7fc3181
SM
200602014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20061
20062 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20063 * gdb.dwarf2/symtab-producer.exp: Same.
20064 * gdb.gdb/python-interrupts.exp: Same.
20065 * gdb.gdb/python-selftest.exp: Same.
20066 * gdb.python/py-linetable.exp: Same.
20067 * gdb.python/py-type.exp: Same.
20068 * gdb.python/py-value-cc.exp: Same.
20069 * gdb.python/py-value.exp: Same.
20070
10e79639
YQ
200712014-11-28 Yao Qi <yao@codesourcery.com>
20072
20073 * gdb.base/break-probes.exp: Match library name prefixed with
20074 sysroot.
20075
f28a0564
SM
200762014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20077
20078 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20079 test expected output. Add parentheses for the call to print.
20080 Remove L suffix from integers.
20081
3fe1ce1d
DE
200822014-11-26 Doug Evans <dje@google.com>
20083
20084 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20085
84429e27
YQ
200862014-11-22 Yao Qi <yao@codesourcery.com>
20087
20088 * gdb.trace/entry-values.c: Remove asms.
20089 (foo): Add foo_label.
20090 (bar): Add bar_label.
20091 * gdb.trace/entry-values.exp: Remove code computing foo's
20092 length and bar's length.
20093 (Dwarf::assemble): Invoke function_range for bar and use
20094 MACRO_AT_func for foo.
20095
26741859
YQ
200962014-11-22 Yao Qi <yao@codesourcery.com>
20097
20098 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20099 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20100 Use .Lgcc43_procstart instead of gcc43.
20101
45e44d27
JB
201022014-11-21 Joel Brobecker <brobecker@adacore.com>
20103
20104 * gdb.ada/n_arr_bound: New testcase.
20105
458c8db8
SDJ
201062014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20107
20108 PR breakpoints/10737
20109 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20110 test_catch_syscall_multi_arch.
20111 (test_catch_syscall_multi_arch): New function.
20112
43f3e411
DE
201132014-11-20 Doug Evans <xdje42@gmail.com>
20114
20115 * gdb.base/maint.exp: Update expected output.
20116
0d7b2549
AA
201172014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20118
20119 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20120 4-byte instruction on S390.
20121
8908fca5
JB
201222014-11-19 Joel Brobecker <brobecker@adacore.com>
20123
20124 * gdb.ada/arr_arr: New testcase.
20125
4a46959e
JB
201262014-11-19 Joel Brobecker <brobecker@adacore.com>
20127
20128 * gdb.ada/pkd_arr_elem: New Testcase.
20129
470e2f4e
LM
201302014-11-18 Luis Machado <lgustavo@codesourcery.com>
20131
20132 * gdb.reverse/break-precsave: Expect completion message for
20133 core file reads.
20134 * gdb.reverse/consecutive-precsave.exp: Likewise.
20135 * gdb.reverse/finish-precsave.exp: Likewise.
20136 * gdb.reverse/i386-precsave.exp: Likewise.
20137 * gdb.reverse/machinestate-precsave.exp: Likewise.
20138 * gdb.reverse/sigall-precsave.exp: Likewise.
20139 * gdb.reverse/solib-precsave.exp: Likewise.
20140 * gdb.reverse/step-precsave.exp: Likewise.
20141 * gdb.reverse/until-precsave.exp: Likewise.
20142 * gdb.reverse/watch-precsave.exp: Likewise.
20143
a267f3ad
AA
201442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20145
20146 * gdb.base/bp-permanent.c: Include unistd.h.
20147 * gdb.python/py-framefilter-mi.c (main): Add return type.
20148 * gdb.python/py-framefilter.c (main): Likewise.
20149 * gdb.trace/actions-changed.c (main): Likewise.
20150
12084a9a
AA
201512014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20152
20153 * gdb.mi/until.c: Add eye-catchers.
20154 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20155 line numbers.
20156
dc7e1a77
AA
201572014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20158
20159 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20160 function header variants in break1.c.
20161 * gdb.base/ena-dis-br.exp: Likewise.
20162 * gdb.base/hbreak2.exp: Likewise.
20163 * gdb.reverse/until-precsave.exp: Drop references to removed
20164 non-prototype function header variants in ur1.c.
20165 * gdb.reverse/until-reverse.exp: Likewise.
20166
41c77605
PM
201672014-11-17 Petr Machata <pmachata@redhat.com>
20168
20169 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20170 ${_cu_offset_size} bytes abbrev offset.
20171
34248c3a
DE
201722014-11-15 Doug Evans <xdje42@gmail.com>
20173
20174 PR symtab/17559
20175 * gdb.base/line-symtabs.exp: New file.
20176 * gdb.base/line-symtabs.c: New file.
20177 * gdb.base/line-symtabs.h: New file.
20178
646da059
YQ
201792014-11-14 Yao Qi <yao@codesourcery.com>
20180
20181 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20182 (func): Add label func_label.
20183 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20184 Replace low_pc and high_pc with MACRO_AT_range.
20185 Replace name, low_pc and high_pc with MACRO_AT_func.
20186
9301ebe6
YQ
201872014-11-14 Yao Qi <yao@codesourcery.com>
20188
20189 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20190 Replace name, low_pc and high_pc with MACRO_AT_func.
20191
f166b542
YQ
201922014-11-14 Yao Qi <yao@codesourcery.com>
20193
20194 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20195 produce debug information.
20196 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20197
0f6e71e3
YQ
201982014-11-14 Yao Qi <yao@codesourcery.com>
20199
20200 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20201 object and get function length.
20202 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20203 with MACRO_AT_func.
20204 (top-level): Replace gdb_compile and clean_restart with
20205 prepare_for_testing.
20206 * gdb.dwarf2/main.c (main): Add label main_label.
20207
876c4df9
YQ
202082014-11-14 Yao Qi <yao@codesourcery.com>
20209
20210 * lib/dwarf.exp (function_range): New procedure.
20211 (Dwarf::_handle_macro_at_func): New procedure.
20212 (Dwarf::_handle_macro_at_range): New procedure.
20213 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20214
02ad9cf1
YQ
202152014-11-14 Yao Qi <yao@codesourcery.com>
20216
20217 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20218 (_handle_attribute): New procedure.
20219
a59add0c
AA
202202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20221
20222 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20223 * gdb.base/call-sc.c (zed): Likewise.
20224 * gdb.base/checkpoint.c (main): Likewise.
20225 * gdb.base/dump.c (main): Likewise.
20226 * gdb.base/gcore.c (main): Likewise.
20227 * gdb.base/huge.c (main): Likewise.
20228 * gdb.base/multi-forks.c (main): Likewise.
20229 * gdb.base/pr10179-a.c (main): Likewise.
20230 * gdb.base/savedregs.c (main): Likewise.
20231 * gdb.base/sigaltstack.c (main): Likewise.
20232 * gdb.base/siginfo.c (main): Likewise.
20233 * gdb.base/structs.c (zed): Likewise.
20234 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20235 * gdb.mi/mi-syn-frame.c (main): Likewise.
20236 * gdb.mi/until.c (foo, main): Likewise.
20237 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20238 * gdb.base/solib-weak.c (foo): Declare.
20239 * gdb.base/attach-twice.c: Include stdio.h.
20240 * gdb.base/weaklib1.c: Likewise.
20241 * gdb.base/weaklib2.c: Likewise.
20242 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20243 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20244 unistd.h.
20245 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20246 * gdb.mi/mi-exit-code.c: Likewise.
20247 * gdb.base/break-interp-lib.c: Include string.h.
20248 * gdb.base/coremaker.c: Likewise.
20249 * gdb.base/testenv.c: Likewise.
20250 * gdb.python/py-finish-breakpoint.c: Likewise.
20251 * gdb.base/inferior-died.c: Include sys/wait.h.
20252 * gdb.base/fileio.c: Include time.h.
20253 * gdb.base/async-shell.c: Include unistd.h.
20254 * gdb.base/dprintf-non-stop.c: Likewise.
20255 * gdb.base/info-os.c: Likewise.
20256 * gdb.mi/mi-console.c: Likewise.
20257 * gdb.mi/watch-nonstop.c: Likewise.
20258 * gdb.python/py-events.c: Likewise.
20259 * gdb.base/async.c (baz): Move up before its invocation.
20260 * gdb.base/code_elim2.c (my_global_func): Likewise.
20261 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20262 * gdb.base/advance.c (func2): Likewise.
20263
3b5d5997
AA
202642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20265
20266 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20267 variant.
20268 * gdb.base/annota3.c: Likewise.
20269 * gdb.base/async.c: Likewise.
20270 * gdb.base/average.c: Likewise.
20271 * gdb.base/call-ar-st.c: Likewise.
20272 * gdb.base/call-rt-st.c: Likewise.
20273 * gdb.base/call-sc.c: Likewise.
20274 * gdb.base/call-strs.c: Likewise.
20275 * gdb.base/ending-run.c: Likewise.
20276 * gdb.base/execd-prog.c: Likewise.
20277 * gdb.base/exprs.c: Likewise.
20278 * gdb.base/foll-exec.c: Likewise.
20279 * gdb.base/foll-fork.c: Likewise.
20280 * gdb.base/foll-vfork.c: Likewise.
20281 * gdb.base/funcargs.c: Likewise.
20282 * gdb.base/gcore.c: Likewise.
20283 * gdb.base/jump.c: Likewise.
20284 * gdb.base/langs0.c: Likewise.
20285 * gdb.base/langs1.c: Likewise.
20286 * gdb.base/langs2.c: Likewise.
20287 * gdb.base/mips_pro.c: Likewise.
20288 * gdb.base/nodebug.c: Likewise.
20289 * gdb.base/opaque0.c: Likewise.
20290 * gdb.base/opaque1.c: Likewise.
20291 * gdb.base/recurse.c: Likewise.
20292 * gdb.base/run.c: Likewise.
20293 * gdb.base/scope0.c: Likewise.
20294 * gdb.base/scope1.c: Likewise.
20295 * gdb.base/setshow.c: Likewise.
20296 * gdb.base/setvar.c: Likewise.
20297 * gdb.base/shmain.c: Likewise.
20298 * gdb.base/shr1.c: Likewise.
20299 * gdb.base/shr2.c: Likewise.
20300 * gdb.base/sigall.c: Likewise.
20301 * gdb.base/signals.c: Likewise.
20302 * gdb.base/so-indr-cl.c: Likewise.
20303 * gdb.base/solib2.c: Likewise.
20304 * gdb.base/structs.c: Likewise.
20305 * gdb.base/sum.c: Likewise.
20306 * gdb.base/vforked-prog.c: Likewise.
20307 * gdb.base/watchpoint.c: Likewise.
20308 * gdb.reverse/shr2.c: Likewise.
20309 * gdb.reverse/until-reverse.c: Likewise.
20310 * gdb.reverse/ur1.c: Likewise.
20311 * gdb.reverse/watch-reverse.c: Likewise.
20312
066a77c5
AA
203132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20314
20315 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20316 variant.
20317 * gdb.base/sepdebug.exp: Drop references to removed code.
20318
4f204ea5
AA
203192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20320
20321 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20322 variant. Preserve original line numbering.
20323 * gdb.base/list1.c: Likewise.
20324
3b377a3a
AA
203252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20326
20327 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20328 variant.
20329 * gdb.base/break1.c: Likewise.
20330 * gdb.base/break.exp: Drop references to removed code.
20331
e444df73
AA
203322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20333
20334 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20335 variant.
20336
8008f2a7
AA
203372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20338
20339 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20340
a5a06887
AA
203412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20342
20343 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20344 logic into perform_all_tests() and invoke it with and without
20345 function header prototypes.
20346 (do_function_calls): Remove conditional XFAIL for PR 5318.
20347 (rerun_and_prepare): Remove duplicate code.
20348 (perform_all_tests): New. Main logic moved here.
20349
44dba9b9
AA
203502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20351
20352 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20353 code guarded by #ifdef NO_PROTOTYPES.
20354 (t_double_many_args): Likewise.
20355 (DEF_FUNC_MANY_ARGS_1): Likewise.
20356 (DEF_FUNC_VALUES_1): Likewise.
20357 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20358 guarded by #ifdef PROTOTYPES.
20359
d1fbcd56
AA
203602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20361
20362 * gdb.mi/mi-console.c: Add eye-catcher.
20363 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20364 instead of literal line number.
20365
b0e59b8f
AA
203662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20367
20368 * gdb.base/shr2.c: Add eye-catcher.
20369 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20370 line number.
20371
78f98cca
AA
203722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20373
20374 * gdb.base/jump.c: Add eye-catchers.
20375 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20376 numbers.
20377
58fa2af0
AA
203782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20379
20380 * gdb.base/execd-prog.c: Add eye-catchers.
20381 * gdb.base/foll-exec.c: Likewise.
20382 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20383 line numbers.
20384
04e5059b
AA
203852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20386
20387 * gdb.base/ending-run.c: Add eye-catchers.
20388 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20389 literal line numbers.
20390
dbfdb174
AA
203912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20392
20393 * gdb.base/call-rt-st.c: Add eye-catchers.
20394 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20395 literal line numbers.
20396
888a2ade
AA
203972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20398
20399 * gdb.base/call-ar-st.c: Add eye-catchers.
20400 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20401 literal line numbers.
20402
6acc2dde
AA
204032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20404
20405 * gdb.base/average.c: Add eye-catchers.
20406 * gdb.base/sum.c: Likewise.
20407 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20408 regexps dynamically.
20409
9ecfcd1d
AA
204102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20411
20412 * gdb.base/solib1.c: Add eye-catchers.
20413 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20414 literal line numbers.
20415
78708b7c
PA
204162014-11-12 Pedro Alves <palves@redhat.com>
20417
20418 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20419 leader has exited.
20420
af48d08f
PA
204212014-11-12 Pedro Alves <palves@redhat.com>
20422
20423 * gdb.arch/i386-bp_permanent.c: New file.
20424 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20425 (srcfile): Set to i386-bp_permanent.c.
20426 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20427 that stepi does not execute the 'leave' instruction, instead of
20428 testing it does execute.
20429 * gdb.base/bp-permanent.c: New file.
20430 * gdb.base/bp-permanent.exp: New file.
20431
af3768e9
DE
204322014-11-10 Doug Evans <xdje42@gmail.com>
20433
20434 PR symtab/17564
20435 * gdb.base/symtab-search-order.exp: New file.
20436 * gdb.base/symtab-search-order.c: New file.
20437 * gdb.base/symtab-search-order-1.c: New file.
20438 * gdb.base/symtab-search-order-shlib-1.c: New file.
20439
9de00a4a
PA
204402014-11-07 Pedro Alves <palves@redhat.com>
20441
20442 PR gdb/17511
20443 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20444 i?86-*-linux*.
20445
e0f52461
SC
204462014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20447
20448 PR c++/17494
20449 * gdb.cp/pr17494.cc: New file.
20450 * gdb.cp/pr17494.exp: New file.
20451
6ce8c980
YQ
204522014-11-02 Yao Qi <yao@codesourcery.com>
20453
20454 * gdb.python/python.exp: Get working directory and match the
20455 output of "set extended-prompt \\w " with it.
20456
02be9a71
DE
204572014-10-30 Doug Evans <dje@google.com>
20458
20459 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20460 in objfiles.
20461 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20462 in progspaces.
20463
3bdff46b
LM
204642014-10-30 Janis Johnson <janisjo@codesourcery.com>
20465
20466 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20467 * gdb.base/realname-expand.exp: Likewise.
20468 * gdb.linespec/macro-relative.exp: Likewise.
20469
ab917dfb
PA
204702014-10-29 Pedro Alves <palves@redhat.com>
20471
20472 PR gdb/17408
20473 * gdb.threads/schedlock.c (some_function): New function.
20474 (call_function): New global.
20475 (MAYBE_CALL_SOME_FUNCTION): New macro.
20476 (thread_function): Call it.
20477 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20478 and use it instead of a global counter. Adjust all callers.
20479 (get_current_thread): Use "find current thread" for test message
20480 here rather than having all callers pass down the same string.
20481 (goto_loop): New procedure, factored out from ...
20482 (my_continue): ... this.
20483 (step_ten_loops): Change parameter from test message to command to
20484 use. Adjust.
20485 (list_count): Delete global.
20486 (check_result): New procedure, factored out from duplicate top
20487 level code.
20488 (continue tests): Wrap in with_test_prefix.
20489 (test_step): New procedure, factored out from duplicate top level
20490 code.
20491 (top level): Test "step" in combination with all scheduler-locking
20492 modes. Test "next" in combination with all scheduler-locking
20493 modes, and in combination with stepping over a function call or
20494 not.
20495 * gdb.threads/next-bp-other-thread.c: New file.
20496 * gdb.threads/next-bp-other-thread.exp: New file.
20497
d3d4baed
PA
204982014-10-29 Pedro Alves <palves@redhat.com>
20499
20500 PR python/17372
20501 * gdb.python/python.exp: Test a multi-line command that spawns
20502 interactive Python.
20503 * gdb.base/multi-line-starts-subshell.exp: New file.
20504
563e8d85
YQ
205052014-10-29 Yao Qi <yao@codesourcery.com>
20506
20507 * gdb.base/fileio.exp: Make directories on host.
20508
0ea4d52e
YQ
205092014-10-29 Yao Qi <yao@codesourcery.com>
20510
20511 * gdb.base/fileio.c (test_write): Close the file.
20512
7f5ef605
PA
205132014-10-28 Pedro Alves <palves@redhat.com>
20514
20515 PR gdb/12623
20516 * gdb.base/sigstep.c (no_handler): New global.
20517 (main): If 'no_handler is true, set the signal handlers to
20518 SIG_IGN.
20519 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20520 with_sw_watch and no_handler parameters. Handle them.
20521 (top level) <stepping over handler when stopped at a breakpoint
20522 test>: Add a test axis for testing with a software watchpoint, and
20523 another for testing with the signal handler set to SIG_IGN.
20524 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20525 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20526
abbdbd03
PA
205272014-10-28 Pedro Alves <palves@redhat.com>
20528
20529 PR gdb/17511
20530 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20531 * gdb.base/sigstep.exp (other_handler_location): New global.
20532 (advance): Support stepping into the signal handler, and running
20533 commands while in the handler.
20534 (in_handler_map): New global.
20535 (top level): In the advance test, add combinations for getting
20536 into the handler with stepping commands, and for running commands
20537 in the handler. Add comment descripting the advancei tests.
20538
1df4399f
PA
205392014-10-28 Pedro Alves <palves@redhat.com>
20540
20541 * gdb.base/sigstep.exp: Use build_executable instead of
20542 prepare_for_testing.
20543 (top level): Move code that starts GDB, runs to main and creates a
20544 display to ...
20545 (restart): ... this new procedure.
20546 (top level): Move backtrace from signal handler test to ...
20547 (validate_backtrace): ... this new procedure.
20548 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20549 with_test_prefix. Always restart GDB.
20550 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20551 with_test_prefix. Always restart GDB. No need to delete
20552 breakpoints after the test.
20553 (test_skip_handler): Remove prefix parameter.
20554 (skip_over_handler, breakpoint_to_handler)
20555 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20556 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20557 restart GDB. No need to delete breakpoints after the test.
20558 (top level): Use foreach to call the test procedures with
20559 different commands.
20560
a5b6e449
PA
205612014-10-28 Pedro Alves <palves@redhat.com>
20562
20563 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20564 instead of GNATS numbers.
20565 * gdb.base/sigbpt.exp: Likewise.
20566 * gdb.base/siginfo.exp: Likewise.
20567 * gdb.base/sigstep.exp: Likewise.
20568
e5f8a7cc
PA
205692014-10-27 Pedro Alves <palves@redhat.com>
20570
20571 * gdb.base/sigstep.c (dummy): New global.
20572 (main): Issue a couple writes to the new global.
20573 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20574 procedures.
20575 (skip_over_handler): Use test_skip_handler.
20576 (top level): Call skip_over_handler for stepi and nexti too.
20577 (breakpoint_over_handler): Use test_skip_handler.
20578 (top level): Call breakpoint_over_handler for stepi and nexti too.
20579
763905a3
YQ
205802014-10-27 Yao Qi <yao@codesourcery.com>
20581
20582 * gdb.trace/tfile.c (adjust_function_address)
20583 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20584 function descriptor.
20585
6f259a23
DB
205862014-10-24 Don Breazeal <donb@codesourcery.com>
20587
20588 * gdb.base/foll-fork.exp (test_follow_fork,
20589 catch_fork_child_follow): Check for updated fork messages emitted
20590 from infrun.c.
20591 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20592 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20593 vfork_and_exec_child_follow_through_step): Check for updated vfork
20594 messages emitted from infrun.c.
20595
09dd9a69
PA
205962014-10-24 Pedro Alves <palves@redhat.com>
20597
20598 * gdb.base/corefile.exp: Remove references to ultrix.
20599 * gdb.base/interrupt.exp: Likewise.
20600 * gdb.base/whatis.exp: Likewise.
20601 * gdb.gdb/selftest.exp: Likewise.
20602 * gdb.threads/manythreads.exp: Likewise.
20603 * gdb.threads/print-threads.exp: Likewise.
20604 * gdb.threads/pthreads.exp:: Likewise.
20605 * gdb.threads/schedlock.exp: Likewise.
20606
3433cfa5
SC
206072014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20608
20609 * gdb.cp/non-trivial-retval.cc: Add a test case.
20610 * gdb.cp/non-trivial-retval.exp: Add a test.
20611
092f880b
YQ
206122014-10-20 Yao Qi <yao@codesourcery.com>
20613
20614 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20615 * gdb.python/py-objfile-script-gdb.py: New file.
20616 * gdb.python/py-objfile-script.exp: Update reference to
20617 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20618 of remote_download. Remove the dest file.
20619
acbdb7f3
YQ
206202014-10-20 Yao Qi <yao@codesourcery.com>
20621
20622 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20623 * gdb.base/step-line.exp: Likewise.
20624 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20625 * gdb.dwarf2/dw2-basic.exp: Likewise.
20626 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20627 * gdb.dwarf2/dw2-filename.exp: Likewise.
20628 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20629 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20630 * gdb.dwarf2/dw2-producer.exp: Likewise.
20631 * gdb.dwarf2/mac-fileno.exp: Likewise.
20632 * gdb.python/py-frame-args.exp: Likewise.
20633 * gdb.python/py-framefilter.exp: Likewise.
20634 * gdb.python/py-mi.exp: Likewise.
20635 * gdb.python/py-objfile-script.exp: Likewise
20636 * gdb.python/py-pp-integral.exp: Likewise.
20637 * gdb.python/py-pp-re-notag.exp: Likewise.
20638 * gdb.python/py-prettyprint.exp: Likewise.
20639 * gdb.python/py-section-script.exp: Likewise.
20640 * gdb.python/py-typeprint.exp: Likewise.
20641 * gdb.python/py-xmethods.exp: Likewise.
20642 * gdb.stabs/weird.exp: Likewise.
20643 * gdb.xml/tdesc-regs.exp: Likewise.
20644
bd286a29
KCY
206452014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20646
20647 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20648 (out_cu): Use addr_len for the size of addresses.
20649 (out_line): Likewise. Size DW_LNE_set_address instruction
20650 according to addr_len.
20651 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20652 (FUNC): Add START_INSNS to definition.
20653
673dc4a0
YQ
206542014-10-18 Yao Qi <yao@codesourcery.com>
20655
20656 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20657 gdb_has_argv0 return true.
20658 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20659 check [target_info exists noargs], check [gdb_has_argv0]
20660 instead.
20661 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20662 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20663 procedures.
20664
4ffbba72
DE
206652014-10-17 Doug Evans <dje@google.com>
20666
20667 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20668 event.
20669 * gdb.python/py-events.py: Add clear_objfiles event.
20670
d096d8c1
DE
206712014-10-17 Doug Evans <dje@google.com>
20672
20673 * gdb.python/py-objfile.exp: Test progspace attribute.
20674
a80db015
LM
206752014-10-17 Luis Machado <lgustavo@codesourcery.com>
20676
20677 * gdb.guile/scm-breakpoint.exp: Do not assume any
20678 directory separators when matching source file paths.
20679 * gdb.python/py-breakpoint.exp: Likewise.
20680 * gdb.reverse/break-precsave.exp: Likewise.
20681 * gdb.reverse/break-reverse.exp: Likewise.
20682 * gdb.reverse/consecutive-precsave.exp: Likewise.
20683 * gdb.reverse/finish-precsave.exp: Likewise.
20684 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20685 * gdb.reverse/finish-reverse.exp: Likewise.
20686 * gdb.reverse/i386-precsave.exp: Likewise.
20687 * gdb.reverse/i387-env-reverse.exp: Likewise.
20688 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20689 * gdb.reverse/machinestate-precsave.exp: Likewise.
20690 * gdb.reverse/machinestate.exp: Likewise.
20691 * gdb.reverse/sigall-precsave.exp: Likewise.
20692 * gdb.reverse/solib-precsave.exp: Likewise.
20693 * gdb.reverse/step-precsave.exp: Likewise.
20694 * gdb.reverse/until-precsave.exp: Likewise.
20695 * gdb.reverse/watch-precsave.exp: Likewise.
20696 * gdb.reverse/watch-reverse.exp: Likewise.
20697
b22089ab
YQ
206982014-10-17 Yao Qi <yao@codesourcery.com>
20699
20700 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20701 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20702
6c4486e6
PA
207032014-10-17 Pedro Alves <palves@redhat.com>
20704
20705 PR gdb/17471
20706 * gdb.base/bg-execution-repeat.c: New file.
20707 * gdb.base/bg-execution-repeat.exp: New file.
20708
0ff33695
PA
207092014-10-17 Pedro Alves <palves@redhat.com>
20710
20711 PR gdb/17300
20712 * gdb.base/continue-all-already-running.c: New file.
20713 * gdb.base/continue-all-already-running.exp: New file.
20714
6fdebc3d
PA
207152014-10-17 Pedro Alves <palves@redhat.com>
20716
20717 PR gdb/17472
20718 * gdb.base/annota-input-while-running.c: New file.
20719 * gdb.base/annota-input-while-running.exp: New file.
20720
32a8097b
PA
207212014-10-17 Pedro Alves <palves@redhat.com>
20722
20723 * gdb.base/callfuncs.exp: emove references to osf.
20724 * gdb.base/sigall.exp: Likewise.
20725 * gdb.gdb/selftest.exp: Likewise.
20726 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20727 * gdb.mi/non-stop.c: Likewise.
20728 * gdb.mi/pthreads.c: Likewise.
20729 * gdb.reverse/sigall-precsave.exp: Likewise.
20730 * gdb.reverse/sigall-reverse.exp: Likewise.
20731 * gdb.threads/pthreads.c: Likewise.
20732 * gdb.threads/pthreads.exp: Likewise.
20733
7a3517ff
YQ
207342014-10-17 Yao Qi <yao@codesourcery.com>
20735
20736 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20737 check 'target_info exists noargs'.
20738 (test_command_prompt_position): Likewise.
20739 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20740 Remove "set args".
20741 (progvar_simple_while_test): Likewise.
20742 (progvar_complex_if_while_test): Likewise.
20743 (if_while_breakpoint_command_test): Likewise.
20744 (infrun_breakpoint_command_test): Likewise.
20745 (breakpoint_command_test): Likewise.
20746 (watchpoint_command_test): Likewise.
20747 (bp_deleted_in_command_test): Likewise.
20748 (temporary_breakpoint_commands): Likewise.
20749
bb99c472
YQ
207502014-10-16 Yao Qi <yao@codesourcery.com>
20751
20752 * gdb.base/remotetimeout.exp: Remove noargs checking.
20753
7c16b83e
PA
207542014-10-15 Pedro Alves <palves@redhat.com>
20755
20756 PR breakpoints/9649
20757 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20758 * gdb.base/breakpoint-in-ro-region.exp
20759 (probe_target_hardware_step): New procedure.
20760 (top level): Probe hardware stepping and hardware breakpoint
20761 support. Test stepping through a read-only region, with both
20762 "breakpoint auto-hw" on and off and both "always-inserted" on and
20763 off.
20764
35a49624
IB
207652014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20766
20767 * gdb.dlang/demangle.exp: Update for demangling changes.
20768
2d1c107c
SC
207692014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20770
20771 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20772 * gdb.cp/non-trivial-retval.exp: Add new tests.
20773
778811d5
SC
207742014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20775
20776 PR c++/13403
20777 PR c++/15154
20778 * gdb.cp/non-trivial-retval.cc: New file.
20779 * gdb.cp/non-trivial-retval.exp: New file.
20780
10c5f0a8
YQ
207812014-10-15 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20784 remote host.
20785
65d7b369
YQ
207862014-10-15 Yao Qi <yao@codesourcery.com>
20787
20788 * gdb.python/py-symbol.exp: Match file base name if host is
20789 remote, otherwise match file name with dir name.
20790 * gdb.python/py-symtab.exp: Likewise.
20791 * gdb.python/python.exp: Likewise.
20792
46dc1394
YQ
207932014-10-15 Yao Qi <yao@codesourcery.com>
20794
20795 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20796 pattern.
20797 * gdb.python/py-symtab.exp: Likewise.
20798 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20799 locationn.
20800
c40cc657
JB
208012014-10-14 Joel Brobecker <brobecker@adacore.com>
20802
20803 * gdb.ada/addr_arith: New testcase.
20804
2abf49e1
MR
208052014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20806
20807 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20808 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20809 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20810 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20811
f7088df3
SDJ
208122014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20813
20814 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20815 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20816 * gdb.arch/stap-eval-lang-ada.exp: New file.
20817
4dc06805
YQ
208182014-10-14 Yao Qi <yao@codesourcery.com>
20819
20820 * gdb.mi/mi-var-child.c (nothing1): New function.
20821 (nothing2): New function.
20822 (do_children_tests): Set function pointers by nothing1 and
20823 nothing2.
20824 * gdb.mi/mi-var-child.exp: Step over new added statements.
20825 Update test to match the new output.
20826 * gdb.mi/var-cmd.c (nothing1): New function.
20827 (nothing2): New function.
20828 (do_children_tests): Set function pointers by nothing1 and
20829 nothing2.
20830 * gdb.mi/mi-var-display.exp: Update test to match output.
20831 Step to the line specified by $line_dct_nothing.
20832 Increase the number of lines to step.
20833
46a93de2
YQ
208342014-10-14 Yao Qi <yao@codesourcery.com>
20835
20836 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20837 tests.
20838 * gdb.mi/mi2-var-child.exp: Likewise.
20839
14ea52ee
DE
208402014-10-13 Doug Evans <dje@google.com>
20841
20842 * gdb.python/py-objfile.exp: Change name of file name test.
20843
e5c6e92b
DE
208442014-10-13 Doug Evans <dje@google.com>
20845
20846 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20847 from the start of the CU.
20848
c780cc2f
JK
208492014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20850 Yao Qi <yao@codesourcery.com>
20851
20852 Fix "save breakpoints" for "catch" command.
20853 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20854 Remove -nonewline. Match also the added "main" line.
20855
99894e11
JK
208562014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20857
20858 Fix "save breakpoints" for "disable $bpnum" command.
20859 * gdb.base/save-bp.c (main): Add label.
20860 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20861
6e1ac5a3
JK
208622014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20863
20864 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20865
754dd2b0
YQ
208662014-10-11 Yao Qi <yao@codesourcery.com>
20867
20868 * gdb.server/server-kill.exp: Execute command
20869 "set remote trace-status-packet on" before "tstatus".
20870
f90183d7
YQ
208712014-10-11 Yao Qi <yao@codesourcery.com>
20872
20873 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20874 (main): Call getppid.
20875 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20876 and continue to it. Read variable "server_pid".
20877
bf40a607
YQ
208782014-10-11 Yao Qi <yao@codesourcery.com>
20879
20880 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20881
052ca370
YQ
208822014-10-11 Yao Qi <yao@codesourcery.com>
20883
20884 * gdb.threads/thread-find.exp: Don't execute command
20885 "info threads".
20886 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20887 * gdb.threads/linux-dp.exp: Don't check the condition
20888 $threads_created equals to zero.
20889
3831839c
PA
208902014-10-10 Pedro Alves <palves@redhat.com>
20891
20892 * gdb.base/bigcore.exp: Remove references to IRIX.
20893 * gdb.base/funcargs.exp: Likewise.
20894 * gdb.base/interrupt.exp: Likewise.
20895 * gdb.base/mips_pro.exp: Likewise.
20896 * gdb.base/nodebug.exp: Likewise.
20897 * gdb.base/setvar.exp: Likewise.
20898 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20899
8b9a549d
PA
209002014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20901 Pedro Alves <palves@redhat.com>
20902
20903 PR symtab/14466
20904 * gdb.base/vdso-warning.c: New file.
20905 * gdb.base/vdso-warning.exp: New file.
20906
d48ba5e8
DE
209072014-10-02 Doug Evans <dje@google.com>
20908
20909 * gdb.base/structs.c (main): Don't run forever.
20910
2278c276
PA
209112014-10-02 Pedro Alves <palves@redhat.com>
20912
20913 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20914 (top level) <stop threads 1, stop threads 2>: Use it.
20915
b57bacec
PA
209162014-10-02 Pedro Alves <palves@redhat.com>
20917
20918 * gdb.threads/break-while-running.exp (test): Add new
20919 'update_thread_list' argument. Skip "info threads" if false.
20920 (top level): Add new 'update_thread_list' axis.
20921
13fd3ff3
PA
209222014-10-02 Pedro Alves <palves@redhat.com>
20923
20924 PR breakpoints/17431
20925 * gdb.base/execl-update-breakpoints.c: New file.
20926 * gdb.base/execl-update-breakpoints.exp: New file.
20927
0fec99e8
PA
209282014-10-01 Pedro Alves <palves@redhat.com>
20929
20930 * gdb.base/breakpoint-in-ro-region.c: New file.
20931 * gdb.base/breakpoint-in-ro-region.exp: New file.
20932
2ddf4301
SM
209332014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20934
20935 * gdb.mi/mi-exit-code.exp: New file.
20936 * gdb.mi/mi-exit-code.c: New file.
20937
6a5f3f43
YQ
209382014-09-30 Yao Qi <yao@codesourcery.com>
20939
20940 * lib/prelink-support.exp (build_executable_own_libs): Error if
20941 the target isn't native.
20942
345bcc73
YQ
209432014-09-30 Yao Qi <yao@codesourcery.com>
20944
20945 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20946 false.
20947
a25a5a45
PA
209482014-09-22 Pedro Alves <palves@redhat.com>
20949
20950 * gdb.threads/break-while-running.exp: New file.
20951 * gdb.threads/break-while-running.c: New file.
20952
00ba3162
YQ
209532014-09-19 Yao Qi <yao@codesourcery.com>
20954
20955 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20956 Invoke test. Restart GDB with --readnow and invoke test again.
20957
c3b7b696
YQ
209582014-09-19 Yao Qi <yao@codesourcery.com>
20959
20960 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20961 proc set_breakpoint_on_gcd_function. Invoke
20962 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20963 invoke set_breakpoint_on_gcd_function again.
20964
2b4fd423
DE
209652014-09-18 Doug Evans <dje@google.com>
20966
20967 * gdb.dwarf2/symtab-producer.exp: New file.
20968
a5947601
SDJ
209692014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20970
20971 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20972 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20973 * gdb.base/global-var-nested-by-dso.c: Likewise.
20974 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20975
91c19059
SDJ
209762014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20977 Pedro Alves <palves@redhat.com>
20978
20979 * gdb.base/watch-bitfields.exp: Pass string other than test file
20980 name to prepare_for_testing.
20981 (watch): New procedure.
20982 (expect_watchpoint): Use with_test_prefix.
20983 (top level): Factor out tests to ...
20984 (test_watch_location, test_regular_watch): ... these new
20985 procedures, and use with_test_prefix and gdb_continue_to_end.
20986
bb9d5f81
PP
209872014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20988
20989 PR breakpoints/12526
20990 * gdb.base/watch-bitfields.exp: New file.
20991 * gdb.base/watch-bitfields.c: New file.
20992
635856f5
PA
209932014-09-16 Pedro Alves <palves@redhat.com>
20994
20995 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20996 software and hardware addresses, not software address against
20997 itself.
20998
7280ceea
PA
209992014-09-16 Pedro Alves <palves@redhat.com>
21000
21001 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21002 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21003
428b16bd
PA
210042014-09-16 Pedro Alves <palves@redhat.com>
21005
21006 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21007 files.
21008 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21009 "*-*-vxworks*" throughout.
21010 * gdb.base/break.exp: Likewise.
21011 * gdb.base/default.exp: Likewise.
21012 * gdb.base/scope.exp: Likewise.
21013 * gdb.base/sepdebug.exp: Likewise.
21014 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21015 throughout.
21016 * gdb.base/run.c: Likewise.
21017 * gdb.base/sepdebug.c: Likewise.
21018 * gdb.hp/gdb.aCC/run.c: Likewise.
21019 * gdb.reverse/until-reverse.c: Likewise.
21020 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21021
666d413c
YQ
210222014-09-16 Yao Qi <yao@codesourcery.com>
21023
21024 * boards/local-remote-host-native.exp: New file.
21025
57cbd724
DE
210262014-09-14 Doug Evans <xdje42@gmail.com>
21027
21028 * gdb.threads/queue-signal.c (thread_count): New variable.
21029 (thread_count_mutex, thread_count_condvar): New variables.
21030 (incr_thread_count, wait_all_threads_running): New functions.
21031 (main): Wait for all threads to be in their thread functions.
21032
81219e53
DE
210332014-09-13 Doug Evans <xdje42@gmail.com>
21034
21035 * gdb.threads/queue-signal.c: New file.
21036 * gdb.threads/queue-signal.exp: New file.
21037
3714cea7
DE
210382014-09-13 Doug Evans <xdje42@gmail.com>
21039
21040 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21041 be consistent with what default_gdb_init uses.
21042 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21043 the plain text of the prompt. Add some logging printfs.
21044 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21045
fa43b1d7
PA
210462014-09-12 Pedro Alves <palves@redhat.com>
21047
21048 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21049 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21050 * gdb.arch/i386-size-overlap.exp: Likewise.
21051 * gdb.arch/i386-size.exp: Likewise.
21052 * gdb.arch/i386-unwind.exp: Likewise.
21053 * gdb.base/a2-run.exp: Likewise.
21054 * gdb.base/break.exp: Likewise.
21055 * gdb.base/charset.exp: Likewise.
21056 * gdb.base/chng-syms.exp: Likewise.
21057 * gdb.base/commands.exp: Likewise.
21058 * gdb.base/dbx.exp: Likewise.
21059 * gdb.base/find.exp: Likewise.
21060 * gdb.base/funcargs.exp: Likewise.
21061 * gdb.base/jit-simple.exp: Likewise.
21062 * gdb.base/reread.exp: Likewise.
21063 * gdb.base/sepdebug.exp: Likewise.
21064 * gdb.base/step-bt.exp: Likewise.
21065 * gdb.cp/mb-inline.exp: Likewise.
21066 * gdb.cp/mb-templates.exp: Likewise.
21067 * gdb.objc/basicclass.exp: Likewise.
21068 * gdb.threads/killed.exp: Likewise.
21069
9d9bf2df
EBM
210702014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21071
21072 PR tdep/17379
21073 * gdb.arch/powerpc-stackless.S: New file.
21074 * gdb.arch/powerpc-stackless.exp: New file.
21075
1cf2f1b0
JK
210762014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21077
21078 * gdb.base/attach.c: Include unistd.h.
21079 (main): Call alarm. Add label postloop.
21080 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21081 gdb_breakpoint, gdb_continue_to_breakpoint.
21082 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21083
98880d46
PA
210842014-09-11 Pedro Alves <palves@redhat.com>
21085
21086 PR gdb/17347
21087 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21088 * gdb.base/attach.exp (test_command_line_attach_run): New
21089 procedure.
21090 (top level): Call it.
21091
4c92ff2c
PA
210922014-09-11 Pedro Alves <palves@redhat.com>
21093
21094 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21095 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21096 (do_command_attach_tests): Use spawn_wait_for_attach.
21097 * gdb.base/solib-overlap.exp: Likewise.
21098 * gdb.multi/multi-attach.exp: Likewise.
21099 * gdb.python/py-prompt.exp: Likewise.
21100 * gdb.python/py-sync-interp.exp: Likewise.
21101 * gdb.server/ext-attach.exp: Likewise.
21102
3adc1a7d
GKB
211032014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21104
21105 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21106 command in testcase. Simplify testcase.
21107
96334934
JB
211082014-09-10 Joel Brobecker <brobecker@adacore.com>
21109
21110 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21111
eb479039
JB
211122014-09-10 Joel Brobecker <brobecker@adacore.com>
21113
21114 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21115
deede10c
JB
211162014-09-10 Joel Brobecker <brobecker@adacore.com>
21117
21118 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21119
7828a5f5
JB
211202014-09-10 Joel Brobecker <brobecker@adacore.com>
21121
21122 * gdb.dwarf2/dynarr-ptr.c: New file.
21123 * gdb.dwarf2/dynarr-ptr.exp: New file.
21124
33aeebcf
MR
211252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21126
21127 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21128 of 30 rather than hardcoding 120 for a slow test case. Take the
21129 `gdb,timeout' target setting into account for this calculation.
21130 Don't extend the timeout for the test cases that don't need it.
21131
7b415901
MR
211322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21133
21134 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21135 a factor of 2 for a slow test case. Take the `gdb,timeout'
21136 target setting into account for this calculation.
21137 * gdb.reverse/until-precsave.exp: Increase the timeout by
21138 a factor of 15 and 3 respectively rather than adding 120
21139 for a pair of slow test cases. Take the `gdb,timeout'
21140 target setting into account for this calculation.
21141
4a40f85a
MR
211422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21143
21144 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21145 timeout, don't pass one down to gdb_expect.
21146 (gdb_expect): Rework timeout selection.
21147
09635af7
MR
211482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21149
21150 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21151 exception on timeout.
21152 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21153 (gdbserver_start_extended): Catch any `gdbserver_start' error
21154 exceptions.
21155 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21156 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21157 `gdbserver_gdb_load' error exceptions.
21158
2bdd10b7
MR
211592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21160
21161 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21162 120 on waiting for the TCP socket to open.
21163
316935f0
DE
211642014-09-09 Doug Evans <xdje42@gmail.com>
21165
21166 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21167 _caller_matches, _any_caller_is, _any_caller_matches.
21168
83740597
DE
211692014-09-09 Doug Evans <xdje42@gmail.com>
21170
21171 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21172
4c122fc3
YQ
211732014-09-09 Yao Qi <yao@codesourcery.com>
21174
21175 * gdb.mi/mi-var-display.exp: Set print symbol off.
21176
a9f116cb
GKB
211772014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21178
21179 PR gdb/17035
21180 * gdb.base/commands.exp: Add tests to verify user-defined
21181 commands with empty bodies.
21182 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21183 python commands in `show user command`.
21184 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21185 scheme commands in `show user command`.
21186
c75bd3a2
JK
211872014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21188
21189 PR python/17355
21190 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21191 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21192 * gdb.python/py-framefilter-invalidarg.exp: New file.
21193 * gdb.python/py-framefilter-invalidarg.py: New file.
21194
faa42425
DE
211952014-09-06 Doug Evans <xdje42@gmail.com>
21196
21197 PR 15276
21198 * gdb.python/py-caller-is.c: New file.
21199 * gdb.python/py-caller-is.exp: New file.
21200
474ca4f6
SDJ
212012014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21202
21203 PR gdb/17235
21204 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21205 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21206
eb0b0463
SDJ
212072014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21208
21209 PR fortran/17237
21210 * gdb.fortran/print-formatted.exp: New file.
21211 * gdb.fortran/print-formatted.f90: Likewise.
21212
5f3b99cf
SS
212132014-09-03 Sasha Smundak <asmundak@google.com>
21214
21215 * gdb.python/py-frame.exp: Test Frame.read_register.
21216
7d793aa9
SDJ
212172014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21218
21219 PR python/16699
21220 * gdb.python/py-completion.exp: New file.
21221 * gdb.python/py-completion.py: Likewise.
21222
fb0576e9
DE
212232014-08-28 Doug Evans <dje@google.com>
21224
21225 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21226 eax,etc. are live with values set by gdb and thus the compiler can't
21227 use them.
21228 * gdb.arch/i386-pseudo.c (main): Ditto.
21229
ee92b0dd
DE
212302014-08-27 Doug Evans <dje@google.com>
21231
21232 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21233
6649db35
DE
212342014-08-25 Doug Evans <dje@google.com>
21235
21236 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21237 (main): Ditto.
21238
564b7600
DE
212392014-08-25 Doug Evans <dje@google.com>
21240
21241 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21242
3881fb67
YQ
212432014-08-24 Yao Qi <yao@codesourcery.com>
21244
21245 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21246 symbol off.
21247 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21248
a05a36a5
DE
212492014-08-22 Doug Evans <dje@google.com>
21250
21251 PR 17276
21252 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21253 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21254 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21255
7c343b48
YQ
212562014-08-22 Yao Qi <yao@codesourcery.com>
21257
21258 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21259 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21260 * gdb.python/python.exp: Likewise. Use .py file on the host
21261 instead of the build.
21262
22fd09ae
JK
212632014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21264
21265 * gdb.threads/gcore-stale-thread.c: New file.
21266 * gdb.threads/gcore-stale-thread.exp: New file.
21267
a8454a7c
PA
212682014-08-21 Pedro Alves <palves@redhat.com>
21269
21270 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21271 * gdb.base/gcore-relro-pie.exp: Likewise.
21272 * gdb.base/gcore-relro.exp: Likewise.
21273 * gdb.base/gcore.exp: Likewise.
21274 * gdb.base/print-symbol-loading.exp: Likewise.
21275 * gdb.threads/gcore-thread.exp: Likewise.
21276 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21277
2a31c623
PA
212782014-08-20 Pedro Alves <palves@redhat.com>
21279 Jan Kratochvil <jan.kratochvil@redhat.com>
21280
21281 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21282 configure.
21283 (EXPECT): Handle READ1 being set.
21284 (all): Depend on EXTRA_RULES.
21285 (check-read1, expect-read1, read1.so, read1): New rules.
21286 * README (Testsuite Parameters): Document the READ1 make variable.
21287 (Race detection): New section.
21288 * configure: Regenerate.
21289 * configure.ac: If build==host==target, and running under a
21290 GNU/glibc system, add read1 to the extra Makefile rules.
21291 (EXTRA_RULES): AC_SUBST it.
21292 * lib/read1.c: New file.
21293
d36430db
JB
212942014-08-20 Joel Brobecker <brobecker@adacore.com>
21295
21296 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21297 the handling of variables declared as a typedef to an array
21298 which a DW_AT_data_location attribute.
21299
9a0dc9e3
PA
213002014-08-19 Andrew Burgess <aburgess@broadcom.com>
21301 Pedro Alves <palves@redhat.com>
21302
21303 PR symtab/14604
21304 PR symtab/14605
21305 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21306 gdb_test.
21307
0718a8da
PA
213082014-08-19 Pedro Alves <palves@redhat.com>
21309
21310 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21311
13b448cd
YQ
213122014-08-19 Yao Qi <yao@codesourcery.com>
21313
21314 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21315 right line.
21316
1cbf5077
DB
213172014-08-18 David Blaikie <dblaikie@gmail.com>
21318
21319 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21320
bf0fae19
JB
213212014-08-18 Joel Brobecker <brobecker@adacore.com>
21322
21323 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21324 attribute in array range.
21325
3c8c5dcc
JB
213262014-08-18 Joel Brobecker <brobecker@adacore.com>
21327
21328 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21329
e66d4446
SC
213302014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21331
21332 PR c++/17132
21333 * gdb.cp/pr17132.cc: New file.
21334 * gdb.cp/pr17132.exp: New file.
21335
940df408
SC
213362014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21337
21338 * gdb.python/py-xmethods.py (A_getarrayind)
21339 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21340 Use 'print' with function call syntax.
21341 (E_method_matcher.match): Fix tab vs space indentation mixup.
21342
ebcc6c3a
YQ
213432014-08-15 Yao Qi <yao@codesourcery.com>
21344
21345 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21346 false.
21347
775e0f04
YQ
213482014-08-15 Yao Qi <yao@codesourcery.com>
21349
21350 * gdb.cp/casts.exp: Set print symbol off.
21351 * gdb.cp/class2.exp: Likewise.
21352 * gdb.cp/overload.exp: Likewise.
21353 * gdb.cp/templates.exp: Likewise.
21354
d769e349
DE
213552014-08-11 Doug Evans <dje@google.com>
21356
21357 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21358 (test_load_shlib): Update.
21359
20c6f1e1
YQ
213602014-08-09 Yao Qi <yao@codesourcery.com>
21361
21362 * gdb.base/display.exp: Invoke is_address_zero_readable.
21363 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21364 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21365 * gdb.base/hbreak-unmapped.exp: Return if
21366 is_address_zero_readable returns true.
21367 * gdb.base/signest.exp: Likewise.
21368 * gdb.base/signull.exp: Likewise.
21369 * gdb.base/sigbpt.exp: Likewise.
21370 * gdb.guile/scm-disasm.exp: Do the test if
21371 is_address_zero_readable returns false.
21372 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21373 * gdb.python/py-arch.exp: Likewise.
21374 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21375 * lib/gdb.exp (is_address_zero_readable): New proc.
21376
5792e8e3
YQ
213772014-08-09 Yao Qi <yao@codesourcery.com>
21378
21379 PR testsuite/13443
21380 * gdb.mi/mi-var-display.exp: Make test messages unique.
21381
3cecbbbe
TT
213822014-08-04 Tom Tromey <tromey@redhat.com>
21383
21384 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21385 target 0".
21386
00b51ff5
TT
213872014-08-04 Tom Tromey <tromey@redhat.com>
21388
21389 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21390 "target_resume".
21391
6908c509
JB
213922014-08-01 Joel Brobecker <brobecker@adacore.com>
21393
21394 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21395 inner_vla_struct_object_size.
21396 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21397 as xfail.
21398
cc6563d2
PA
213992014-07-30 Pedro Alves <palves@redhat.com>
21400
21401 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21402 comment.
21403
7e09a223
YQ
214042014-07-29 Yao Qi <yao@codesourcery.com>
21405
21406 PR gdb/17206
21407 * gdb.base/until-nodebug.exp: New.
21408
7ebdbe92
DE
214092014-07-28 Doug Evans <xdje42@gmail.com>
21410
21411 PR guile/17203
21412 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21413 previously existing parameter, and previously ambiguously spelled
21414 parameter.
21415
fdb1adc6
WN
214162014-07-28 Will Newton <will.newton@linaro.org>
21417
21418 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21419
186fcde0
DE
214202014-07-26 Ludovic Courtès <ludo@gnu.org>
21421 Doug Evans <xdje42@gmail.com>
21422
21423 PR guile/17146
21424 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21425
70509625
PA
214262014-07-25 Pedro Alves <palves@redhat.com>
21427
21428 * gdb.threads/signal-command-handle-nopass.c: New file.
21429 * gdb.threads/signal-command-handle-nopass.exp: New file.
21430 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21431 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21432 * gdb.threads/signal-delivered-right-thread.c: New file.
21433 * gdb.threads/signal-delivered-right-thread.exp: New file.
21434
c3f814a1
PA
214352014-07-25 Pedro Alves <palves@redhat.com>
21436
21437 * gdb.base/double-prompt-target-event-error.exp
21438 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21439 match.
21440 (cancel_pagination_in_target_event): Rework double prompt
21441 detection.
21442 * gdb.base/paginate-after-ctrl-c-running.exp
21443 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21444 <return>' match.
21445 * gdb.base/paginate-bg-execution.exp
21446 (test_bg_execution_pagination_return)
21447 (test_bg_execution_pagination_cancel): Remove '-notransfer
21448 <return>' matches.
21449 * gdb.base/paginate-execution-startup.exp
21450 (test_fg_execution_pagination_return)
21451 (test_fg_execution_pagination_cancel): Remove '-notransfer
21452 <return>' matches.
21453 * gdb.base/paginate-inferior-exit.exp
21454 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21455 match.
21456 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21457 * lib/gdb.exp (pagination_prompt): Run text through
21458 string_to_regexp.
21459 (gdb_test_multiple): Match $pagination_prompt instead of
21460 "<return>".
21461 (string_to_regexp): Move to lib/gdb-utils.exp.
21462
e214cf6c
JK
214632014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21464
21465 * gdb.arch/amd64-entry-value-paramref.S: New file.
21466 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21467 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21468 * gdb.arch/amd64-optimout-repeat.S: New file.
21469 * gdb.arch/amd64-optimout-repeat.c: New file.
21470 * gdb.arch/amd64-optimout-repeat.exp: New file.
21471
17d0c5c8
JK
214722014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21473
21474 PR gdb/17170
21475 * gdb.base/statistics.exp: New file.
21476
b8b8facf
DE
214772014-07-17 Doug Evans <dje@google.com>
21478
74b49205 21479 PR gdb/17170
b8b8facf
DE
21480 * gdb.base/maint.exp: Update testing of per-command stats.
21481
1b5d0ab3
PA
214822014-07-16 Pedro Alves <palves@redhat.com>
21483
21484 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21485 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21486 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21487 (tfile_write_buf): New functions.
21488 (add_memory_block): Rewrite using the above.
21489 (adjust_function_address): New function.
21490 (FUNCTION_ADDRESS): New macro.
21491 (write_basic_trace_file): Remove short_x local, and use
21492 tfile_write_16. Change type of func_addr local to unsigned long
21493 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21494 here. Cast argument of add_memory_block to char pointer.
21495 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21496 (main): Remove parameters.
21497 * gdb.trace/tfile.exp: Remove nowarnings.
21498
4d974e88
SM
214992014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21500
21501 * gdb.base/debug-expr.exp: Test string evaluation with
21502 "debug expression" on.
21503
41e99568
PA
215042014-07-15 Pedro Alves <palves@redhat.com>
21505
21506 * gdb.base/reread.exp: Use clean_restart.
21507
487d9753
PL
215082014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21509
21510 * gdb.arch/avr-flash-qualifer.c: New.
21511 * gdb.arch/avr-flash-qualifer.exp: New.
21512
cc1c52ad
PA
215132014-07-14 Pedro Alves <palves@redhat.com>
21514
21515 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21516 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21517
1e973570
PA
215182014-07-14 Pedro Alves <palves@redhat.com>
21519
21520 * gdb.base/double-prompt-target-event-error.c: New file.
21521 * gdb.base/double-prompt-target-event-error.exp: New file.
21522
93d6eb10
PA
215232014-07-14 Pedro Alves <palves@redhat.com>
21524
21525 PR gdb/17072
21526 * gdb.base/paginate-inferior-exit.c: New file.
21527 * gdb.base/paginate-inferior-exit.exp: New file.
21528
0017922d
PA
215292014-07-14 Pedro Alves <palves@redhat.com>
21530
21531 PR gdb/17072
21532 * gdb.base/paginate-bg-execution.c: New file.
21533 * gdb.base/paginate-bg-execution.exp: New file.
21534
94696ad3
PA
215352014-07-14 Pedro Alves <palves@redhat.com>
21536
21537 PR gdb/17072
21538 * gdb.base/paginate-execution-startup.c: New file.
21539 * gdb.base/paginate-execution-startup.exp: New file.
21540 * lib/gdb.exp (pagination_prompt): New global.
21541 (default_gdb_spawn): New procedure, factored out from
21542 default_gdb_spawn.
21543 (default_gdb_start): Adjust to call default_gdb_spawn.
21544 (gdb_spawn): New procedure.
21545
bd293940
PA
215462014-07-14 Pedro Alves <palves@redhat.com>
21547
21548 * lib/gdb.exp (gdb_assert): New procedure.
21549 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21550
c933f875
PA
215512014-07-14 Pedro Alves <palves@redhat.com>
21552
21553 * gdb.base/execution-termios.c: New file.
21554 * gdb.base/execution-termios.exp: New file.
21555
d98b7a16
TT
215562014-07-14 Tom Tromey <tromey@redhat.com>
21557
21558 * gdb.cp/vla-cxx.cc: New file.
21559 * gdb.cp/vla-cxx.exp: New file.
21560
548740d6
TT
215612014-07-14 Tom Tromey <tromey@redhat.com>
21562
21563 * gdb.reverse/rerun-prec.c: New file.
21564 * gdb.reverse/rerun-prec.exp: New file.
21565
a25eb028
MR
215662014-07-12 Maciej W. Rozycki <macro@mips.com>
21567 Maciej W. Rozycki <macro@codesourcery.com>
21568
21569 * lib/gdb-utils.exp: New file.
21570 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21571 inline `gdb_init_command' processing.
21572 (gdb_start_cmd): Likewise.
21573 * lib/mi-support.exp (mi_run_cmd): Likewise.
21574 * README: Document `gdb_init_command' and `gdb_init_commands'.
21575
218c2655
JK
215762014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21577
21578 Fix false FAIL running under a very long directory name.
21579 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21580 and "set print elements 10000". Twice.
21581
5401fde3
YQ
215822014-07-11 Yao Qi <yao@codesourcery.com>
21583
21584 * gdb.base/exprs.exp: "set print symbol off".
21585
e76126e8
PA
215862014-07-11 Pedro Alves <palves@redhat.com>
21587
21588 * gdb.threads/kill.c: New file.
21589 * gdb.threads/kill.exp: New file.
21590
2d6f0de6
YQ
215912014-07-10 Yao Qi <yao@codesourcery.com>
21592
21593 * gdb.trace/tfile.c (write_basic_trace_file)
21594 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21595 address written to trace file.
21596
7180e04a
PA
215972014-07-09 Pedro Alves <palves@redhat.com>
21598
21599 * gdb.base/attach-wait-input.exp: New file.
21600 * gdb.base/attach-wait-input.c: New file.
21601
9a9a7608
AB
216022014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21603
21604 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21605 setting up test structures.
21606 (main): Call new test function.
21607 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21608 test function, continue into test function and walk test
21609 structures.
21610
161ac41e
YQ
216112014-07-02 Yao Qi <yao@codesourcery.com>
21612
21613 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21614 'bar_start' at the beginning of functions 'foo' and 'bar'
21615 respectively.
21616 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21617 instead of 'foo' and 'bar'.
21618
1f267ae3
MM
216192014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21620
21621 * gdb.btrace/segv.exp: New.
21622 * gdb.btrace/segv.c: New.
21623
2b239efb
LM
216242014-07-02 Luis Machado <lgustavo@codesourcery.com>
21625
21626 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21627 instruction.
21628
cf363f18
MW
216292014-06-30 Mark Wielaard <mjw@redhat.com>
21630
21631 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21632 vulture, vilify, villar): New volatile array constants.
21633 (vindictive, vegetation): New const volatile array constants.
21634 * gdb.base/volatile.exp: Test volatile and const volatile array
21635 types.
21636
aebf9d24
AA
216372014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21638
21639 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21640 target lacks support for awatch, rwatch, or hbreak.
21641
b67a2c6f
YQ
216422014-06-27 Yao Qi <yao@codesourcery.com>
21643
21644 * gdb.multi/dummy-frame-restore.exp: New.
21645 * gdb.multi/dummy-frame-restore.c: New.
21646
aef92902
MM
216472014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21648
21649 * gdb.btrace/gcore.exp: New.
21650
8e9db26e
PA
216512014-06-23 Pedro Alves <palves@redhat.com>
21652
21653 * gdb.base/watchpoint-reuse-slot.c: New file.
21654 * gdb.base/watchpoint-reuse-slot.exp: New file.
21655
70afc5b7
SC
216562014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21657
21658 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21659 progspace's filename in 'info', 'enable' and 'disable' command
21660 tests.
21661
b972bd9c
JK
216622014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21663
21664 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21665 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21666 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21667
125f8a3d
GB
216682014-06-20 Gary Benson <gbenson@redhat.com>
21669
21670 * gdb.arch/i386-avx.exp: Fix include file location.
21671 * gdb.arch/i386-sse.exp: Likewise.
21672
3ed9baed
IB
216732014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21674
21675 * gdb.dlang/expression.exp: New file.
21676
034f788c
PA
216772014-06-19 Pedro Alves <palves@redhat.com>
21678
21679 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21680 out from ...
21681 (top level): ... here. Iterate running tests under different
21682 scheduler-locking settings.
21683
45371d0c
LM
216842014-06-18 Luis Machado <lgustavo@codesourcery.com>
21685
21686 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21687 to DW_FORM_addr and use non-zero addresses.
21688
5d376983
SC
216892014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21690
21691 PR gdb/17017
21692 * gdb.python/py-xmethods.cc: Add global function call counters and
21693 increment them in their respective functions. Remove "cout"
21694 statements.
21695 * gdb.python/py-xmethods.exp: Make tests check the global function
21696 call counters instead of depending on inferior IO.
21697
a1aa2221
LM
216982014-06-18 Don Breazeal <donb@codesourcery.com>
21699
21700 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21701 Deleted procedure.
21702 (explicit_fork_parent_follow): Deleted procedure.
21703 (explicit_fork_child_follow): Deleted procedure.
21704 (test_follow_fork): New procedure.
21705 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21706 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21707 procedure calls.
21708
0fc05997
YQ
217092014-06-17 Yao Qi <yao@codesourcery.com>
21710
21711 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21712 CP1252.
21713
70795c52
LM
217142014-06-17 Luis Machado <lgustavo@codesourcery.com>
21715
21716 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21717 Initialize ptr and S explicitly.
21718 (skip_type_update_when_not_use_rtti_test): Likewise.
21719
6be47f0c
KS
217202014-06-16 Keith Seitz <keiths@redhat.com>
21721
21722 PR mi/15863
21723 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21724 the inferior is started.
21725
d03de421
PA
217262014-06-16 Pedro Alves <palves@redhat.com>
21727
21728 * gdb.base/break-main-file-remove-fail.c: New file.
21729 * gdb.base/break-main-file-remove-fail.exp: New file.
21730 * gdb.base/break-unload-file.exp: Use build_executable instead of
21731 prepare_for_testing.
21732 (test_break): New parameter "initial_load". Handle it.
21733 (top level): Add initial_load cmdline/file axis.
21734
f9579b99
TT
217352014-06-12 Tom Tromey <tromey@redhat.com>
21736
21737 * gdb.base/completion.exp: Don't use directory name in test.
21738
3657956b
GB
217392014-06-09 Gary Benson <gbenson@redhat.com>
21740
21741 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21742 separate the always-available ANSI-standard signals from the
21743 signals that require checking.
21744 (main): Likewise.
21745 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21746 Likewise.
21747 (main): Likewise.
21748
4186eb54
KS
217492014-06-07 Keith Seitz <keiths@redhat.com>
21750
21751 Revert:
21752 PR c++/16253
21753 * gdb.cp/var-tag.cc: New file.
21754 * gdb.cp/var-tag.exp: New file.
21755 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21756 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21757 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21758 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21759
25326a28 217602014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21761
21762 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21763
829155c9
PA
217642014-06-06 Pedro Alves <palves@redhat.com>
21765
21766 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21767 in target debug output instead of looking at RSP packets,
21768 disabling the test on any target that uses hardware stepping.
21769 Update comments.
21770
61c8d22e
PA
217712014-06-06 Pedro Alves <palves@redhat.com>
21772
21773 * gdb.base/break-unload-file.exp: Fix typo.
21774
d9a47287
YQ
217752014-06-06 Yao Qi <yao@codesourcery.com>
21776
21777 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21778 from "jit_function" to "^jit_function".
21779
e5e01dbf
YQ
217802014-06-06 Yao Qi <yao@codesourcery.com>
21781
21782 * gdb.base/async.c (foo): Add one statement.
21783 * gdb.base/async.exp: Get the next instruction address and
21784 match the output of "nexti" by instruction address. Match
21785 the hex address in the output of "finish".
21786
73ba372c
GB
217872014-06-06 Gary Benson <gbenson@redhat.com>
21788
21789 * gdb.base/call-signals.c: Remove preprocessor conditionals
21790 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21791 SIGSEGV and SIGTERM.
21792 * gdb.base/sigall.c: Likewise.
21793 * gdb.base/unwindonsignal.c: Likewise.
21794 * gdb.reverse/sigall-reverse.c: Likewise.
21795
831517df
YQ
217962014-06-06 Yao Qi <yao@codesourcery.com>
21797
21798 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21799 readable, skip the test.
21800
b8b91e98
YQ
218012014-06-06 Yao Qi <yao@codesourcery.com>
21802
21803 * gdb.threads/staticthreads.c (thread_function): Move the line
21804 setting breakpoint on forward.
21805 * gdb.threads/staticthreads.exp: Update comments.
21806
fb934770
LC
218072014-06-05 Ludovic Courtès <ludo@gnu.org>
21808
21809 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21810 "history-append! type error".
21811
6ef284bd
SM
218122014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21813
21814 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21815 erroneous dprintf expected input.
21816
a872e241
DE
218172014-06-04 Doug Evans <xdje42@gmail.com>
21818
21819 * gdb.guile/scm-generics.exp: Delete.
21820
16f691fb
DE
218212014-06-04 Doug Evans <xdje42@gmail.com>
21822
21823 * gdb.guile/scm-breakpoint.exp: Update.
21824 Add tests for breakpoint registration.
21825
012370f6
TT
218262014-06-04 Tom Tromey <tromey@redhat.com>
21827
21828 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21829 VLA-in-union.
21830 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21831 inner_vla_struct, vla_union types. Initialize objects of those
21832 types and compute their sizes.
21833
9f5a4cef
HZ
218342014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21835 Hui Zhu <hui@codesourcery.com>
21836
21837 * gdb.base/fileio.exp: Add test for shell not available as well as
21838 available.
21839 * gdb.base/fileio.c (test_system): Check for shell twice.
21840
90a45c4d
YQ
218412014-06-04 Yao Qi <yao@codesourcery.com>
21842
21843 * gdb.base/auto-connect-native-target.exp: Remove redundant
21844 space from the regexp pattern.
21845
70017e41
YQ
218462014-06-04 Yao Qi <yao@codesourcery.com>
21847
21848 * gdb.base/default.exp: Replace "child" with "native" in
21849 regexp pattern.
21850
883964a7
SC
218512014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21852
21853 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21854 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21855 * gdb.python/py-xmethods.py: Python script supporting the
21856 new testcase and tests.
21857
ef370185
JB
218582014-06-03 Joel Brobecker <brobecker@adacore.com>
21859 Pedro Alves <palves@redhat.com>
21860
21861 PR breakpoints/17000
21862 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21863 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21864
1e2ccb61
BM
218652014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21866
21867 * gdb.base/subst.exp: Add tests to verify partial path matching
21868 output.
21869
c6ec5ab2
PA
218702014-06-03 Pedro Alves <palves@redhat.com>
21871
21872 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21873 target that doesn't use software single-stepping.
21874
835c559f
PA
218752014-06-03 Pedro Alves <palves@redhat.com>
21876
21877 PR breakpoints/17000
21878 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21879 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21880
06eb1586
DE
218812014-06-02 Doug Evans <xdje42@gmail.com>
21882
21883 * gdb.guile/scm-parameter.exp: New file.
21884
e698b8c4
DE
218852014-06-02 Doug Evans <xdje42@gmail.com>
21886
21887 * gdb.guile/scm-cmd.c: New file.
21888 * gdb.guile/scm-cmd.exp: New file.
21889
ded03782
DE
218902014-06-02 Doug Evans <xdje42@gmail.com>
21891
21892 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21893 pretty-printer lookup.
21894 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21895 (make-pp_s-printer): Call it.
21896 (make-pretty-printer-from-dict): New function.
21897 (lookup-pretty-printer-maker-from-dict): New function.
21898 (*pretty-printer*): Simplify.
21899 (make-objfile-pp_s-printer): New function.
21900 (install-objfile-pretty-printers!): New function.
21901 (make-progspace-pp_s-printer): New function.
21902 (install-progspace-pretty-printers!): New function.
21903 * gdb.guile/scm-progspace.c: New file.
21904 * gdb.guile/scm-progspace.exp: New file.
21905
41fac0cf
PA
219062014-06-02 Pedro Alves <palves@redhat.com>
21907
21908 * gdb.base/dprintf-bp-same-addr.c: New file.
21909 * gdb.base/dprintf-bp-same-addr.exp: New file.
21910
96ae5695
EBM
219112014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21912
21913 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21914 * gdb.arch/powerpc-power.s: Likewise.
21915
da02b3a8
JB
219162014-06-02 Joel Brobecker <brobecker@adacore.com>
21917
21918 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21919
c72b2e7b
YQ
219202014-06-01 Yao Qi <yao@codesourcery.com>
21921
21922 * gdb.base/watchpoint.exp (test_watch_location): Check null
21923 pointer can be dereferenced. If not, do the test, otherwise
21924 skip it.
21925
53e8a631
AB
219262014-05-30 Andrew Burgess <aburgess@broadcom.com>
21927
21928 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21929 results.
21930 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21931
938f0e2f
AB
219322014-05-30 Andrew Burgess <aburgess@broadcom.com>
21933
21934 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21935 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21936 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21937 * gdb.arch/amd64-invalid-stack-top.c: New file.
21938 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21939
9ba6657a
PA
219402014-05-30 Pedro Alves <palves@redhat.com>
21941
21942 PR breakpoints/17000
21943 * gdb.base/sss-bp-on-user-bp.c: New file.
21944 * gdb.base/sss-bp-on-user-bp.exp: New file.
21945
522c09bf
DB
219462014-05-30 David Blaikie <dblaikie@gmail.com>
21947
21948 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21949 gnu_inline semantics via attribute.
21950 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21951 source explicitly specifies the required semantics.
21952
bf4ef81e
MR
219532014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21954
21955 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21956
329ea579
PA
219572014-05-29 Pedro Alves <palves@redhat.com>
21958 Tom Tromey <tromey@redhat.com>
21959
21960 * gdb.base/async-shell.exp: Don't enable target-async.
21961 * gdb.base/async.exp
21962 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21963 parameter. Adjust.
21964 (top level): Don't test with "target-async".
21965 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21966 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21967 * gdb.base/inferior-died.exp: Don't enable target-async.
21968 * gdb.base/interrupt-noterm.exp: Likewise.
21969 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21970 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21971 * gdb.mi/mi-nonstop.exp: Likewise.
21972 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21973 * gdb.mi/mi-nsintrall.exp: Likewise.
21974 * gdb.mi/mi-nsmoribund.exp: Likewise.
21975 * gdb.mi/mi-nsthrexec.exp: Likewise.
21976 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21977 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21978 * gdb.python/py-evsignal.exp: Don't enable target-async.
21979 * gdb.python/py-evthreads.exp: Likewise.
21980 * gdb.python/py-prompt.exp: Likewise.
21981 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21982 * gdb.server/solib-list.exp: Don't enable target-async.
21983 * gdb.threads/thread-specific-bp.exp: Likewise.
21984 * lib/mi-support.exp: Adjust to use mi-async.
21985
fd664c91
PA
219862014-05-29 Pedro Alves <palves@redhat.com>
21987
21988 PR gdb/13860
21989 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21990 reason, even in sync mode.
21991
251bde03
PA
219922014-05-29 Pedro Alves <palves@redhat.com>
21993 Hui Zhu <hui@codesourcery.com>
21994
21995 PR PR15693
21996 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21997 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21998 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21999 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22000
7f3c0343
JB
220012014-05-28 Joel Brobecker <brobecker@adacore.com>
22002
22003 * config/monitor.exp (gdb_target_monitor): Replace use of
22004 "set remotebaud" by "set serial baud".
22005
b2715b27
AW
220062014-05-26 Andy Wingo <wingo@igalia.com>
22007
22008 * gdb.guile/scm-breakpoint.exp:
22009 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22010 properties instead of gdb-object-properties.
22011
498a4489
YQ
220122014-05-26 Yao Qi <yao@codesourcery.com>
22013
22014 * gdb.server/no-thread-db.exp: Specify source file name
22015 explicitly when setting a breakpoint.
22016
589fdceb
MM
220172014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22018
22019 * gdb.btrace/vdso.c: New.
22020 * gdb.btrace/vdso.exp: New.
22021
e9089e05
MM
220222014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22023
22024 * gdb.base/gcore.exp (capture_command_output): Move ...
22025 * lib/gdb.exp (capture_command_output): ... here.
22026
67b5c0c1
MM
220272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22028
22029 * gdb.btrace/data.exp: Test memory access during btrace replay.
22030
a2199296
SM
220312014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22032
22033 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22034
17b2616c
PA
220352014-05-21 Pedro Alves <palves@redhat.com>
22036
22037 PR gdb/13860
22038 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22039 (top level): Test that output related to execution commands is
22040 sent to the console with CLI commands, but not with MI commands.
22041 Test that breakpoint events are always mirrored to the console.
22042 Also expect the new source line to be output after a "next" in
22043 async mode too. Make it a pass/fail test.
22044 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22045 output.
22046 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22047
5166082f
PA
220482014-05-21 Pedro Alves <palves@redhat.com>
22049
22050 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22051 Use them to test variations of "list" after reaching a breakpoint.
22052 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22053 Test "list" with listsize 10 after reaching a breakpoint.
22054 * gdb.python/python.exp (decode_line current location line
22055 number): Adjust expected line number.
22056
2f25d70f
SM
220572014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22058
22059 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22060 behavior for $args, pass it directly to "run".
22061
ff604a67
MR
220622014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22063
22064 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22065 30000 to 65536.
22066
6a3cb8e8
PA
220672014-05-21 Pedro Alves <palves@redhat.com>
22068
22069 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22070 auto-connect-native-target off".
22071 * gdb.base/auto-connect-native-target.c: New file.
22072 * gdb.base/auto-connect-native-target.exp: New file.
22073
4ebfc96e
PA
220742014-05-21 Pedro Alves <palves@redhat.com>
22075
22076 * gdb.base/default.exp: Test "target native" instead of "target
22077 child".
22078
36d46afb
MW
220792014-05-21 Mark Wielaard <mjw@redhat.com>
22080
22081 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22082
5876f503
JK
220832014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22084
22085 Fix TLS access for -static -pthread.
22086 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22087 <HAVE_TLS> (thread_function, main): Initialize it.
22088 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22089 Add clean_restart.
22090 <$have_tls != "">: Check TLSVAR.
22091
0256a6ac
PA
220922014-05-21 Pedro Alves <palves@redhat.com>
22093
22094 * gdb.base/dcache-line-read-error.c: New.
22095 * gdb.base/dcache-line-read-error.exp: New.
22096
936d2992
PA
220972014-05-20 Pedro Alves <palves@redhat.com>
22098
22099 * gdb.base/compare-sections.c: New file.
22100 * gdb.base/compare-sections.exp: New file.
22101
802e8e6d
PA
221022014-05-20 Pedro Alves <palves@redhat.com>
22103
22104 * gdb.base/break-idempotent.c: New file.
22105 * gdb.base/break-idempotent.exp: New file.
22106
e59fa00f
MM
221072014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22108
22109 * gdb.btrace/nohist.exp: New.
22110
8b696e31
YQ
221112014-05-20 Yao Qi <yao@codesourcery.com>
22112
22113 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22114 gdb.reverse directory and gdb_reverse_timeout exists in board
22115 setting.
22116 * README: Document gdb_reverse_timeout.
22117
73c9764f
YQ
221182014-05-20 Yao Qi <yao@codesourcery.com>
22119
22120 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22121 'test_file_name'. Treat args as a string instead of a list.
22122 (gdb_init): Rename argument 'args' by 'test_file_name'.
22123
f1f4348a
JK
221242014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22125
22126 * gdb.arch/powerpc-power.exp: New file.
22127 * gdb.arch/powerpc-power.s: New file.
22128
0dbe70ce
DE
221292014-05-16 Doug Evans <dje@google.com>
22130
22131 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22132 * gdb.base/completion.exp: Check that all expected files exist
22133 before doing file completion.
0dbe70ce 22134
8d551b02
DE
221352014-05-16 Doug Evans <dje@google.com>
22136
22137 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22138 Update.
22139 (do_syscall_tests_without_xml): Update.
22140
73eb7709
PA
221412014-05-16 Pedro Alves <palves@redhat.com>
22142
22143 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22144 instead of "unknown output after running".
22145
3fae92fc
YQ
221462014-05-16 Yao Qi <yao@codesourcery.com>
22147
22148 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22149 file1.txt from host at the end.
22150 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22151
c2b2ccc5
DE
221522014-05-15 Doug Evans <dje@google.com>
22153
22154 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22155 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22156 loading file. Add test for TU lookup.
22157
8c217a4b
SM
221582014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22159
22160 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22161 calling "-exec-arguments" or "set args" before running the
22162 inferior.
22163
3deb39c6
SM
221642014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22165
22166 * lib/mi-support.exp (mi_expect_stop): Expect message for
22167 inferiors that exit with non-zero exit code.
22168
71a79f8c
YQ
221692014-05-14 Yao Qi <yao@codesourcery.com>
22170
22171 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22172 match absolute path on remote host.
22173 (test_file_list_exec_source_files): Remove "/" from the
22174 pattern.
22175
f23fcd46
YQ
221762014-05-14 Yao Qi <yao@codesourcery.com>
22177
22178 * boards/local-remote-host-notty.exp (${board}_file): New
22179 proc.
22180
9404b58f
KM
221812014-05-07 Kyle McMartin <kyle@redhat.com>
22182
22183 Pushed by Joel Brobecker <brobecker@adacore.com>.
22184 * gdb.arch/aarch64-atomic-inst.c: New file.
22185 * gdb.arch/aarch64-atomic-inst.exp: New file.
22186
5e45f04c
YQ
221872014-05-07 Yao Qi <yao@codesourcery.com>
22188
22189 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22190 in current context" too.
22191
c888a17d
KS
221922014-05-05 Keith Seitz <keiths@redhat.com>
22193
22194 * gdb.linespec/ls-dollar.exp: Add test for linespec
22195 file:convenience_variable.
22196
290a839c
YQ
221972014-05-05 Yao Qi <yao@codesourcery.com>
22198
22199 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22200 traceframes into tfile and ctf trace files. Read data from
22201 trace file and test collected data.
22202 (gdb_collect_locals_test): Likewise.
22203 (gdb_unavailable_registers_test): Likewise.
22204 (gdb_unavailable_floats): Likewise.
22205 (gdb_collect_globals_test): Likewise.
22206 (top-level): Append "ctf" to trace_file_targets if GDB
22207 supports.
22208
b5262cd0
YQ
222092014-05-05 Yao Qi <yao@codesourcery.com>
22210
22211 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22212 code to ...
22213 (gdb_collect_args_test_1): ... it. New proc.
22214 (gdb_collect_locals_test): Move some code to ...
22215 (gdb_collect_locals_test_1): ... it. New proc.
22216 (gdb_unavailable_registers_test): Move some code to ...
22217 (gdb_unavailable_registers_test_1): ... it. New proc.
22218 (gdb_unavailable_floats): Move some code to ...
22219 (gdb_unavailable_floats_1): ... it. New proc.
22220
30a1e6cc
SDJ
222212014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22222
22223 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22224 probes to test for bitness recognition.
22225 * gdb.arch/amd64-stap-optional-prefix.exp
22226 (test_probe_value_without_reg): New procedure.
22227 Add code to test for different kinds of bitness.
22228
f33da99a
SDJ
222292014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22230
22231 PR breakpoints/16889
22232 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22233 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22234
5b80f00d
PA
222352014-05-01 Pedro Alves <palves@redhat.com>
22236
22237 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22238 gdb_file_cmd if no file is specified.
22239 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22240 last_loaded_file to set the remote exec-file.
22241
f8c2a73c
PA
222422014-05-01 Pedro Alves <palves@redhat.com>
22243
22244 * boards/local-remote-host.exp: New file.
22245
be6e8ac7
PA
222462014-05-01 Pedro Alves <palves@redhat.com>
22247
22248 * boards/local-remote-host.exp: Rename to ...
22249 * boards/local-remote-host-notty.exp: ... this.
22250
cac0dc8f
JB
222512014-04-28 Joel Brobecker <brobecker@adacore.com>
22252
22253 * gdb.ada/dyn_arrayidx: New testcase.
22254
9730e6cc
YQ
222552014-04-26 Yao Qi <yao@codesourcery.com>
22256
22257 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22258 and compute the length of function main. Save it in
22259 $main_length.
22260 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22261 (top-level): Use gdb_compile to compile objects into
22262 executable and restart GDB. Remove invocation to
22263 prepare_for_testing.
22264
7ae1a6a6
PA
222652014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22266 Pedro Alves <palves@redhat.com>
22267
22268 PR server/16255
22269 * gdb.multi/multi-attach.c: New file.
22270 * gdb.multi/multi-attach.exp: New file.
22271
4082afcc
PA
222722014-04-25 Pedro Alves <palves@redhat.com>
22273
22274 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22275 user.
22276 (top level): Test that "set remote conditional-breakpoints-packet
22277 off" works as intended.
22278 * gdb.base/dprintf.exp: Test that "set remote
22279 breakpoint-commands-packet off" works as intended.
22280 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22281 New function.
22282 (top level): Call it.
22283 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22284 remote fast-tracepoints-packet off" works as intended.
22285 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22286 * lib/gdb.exp (gdb_is_target_remote): ... here.
22287
2abc3f8d
DB
222882014-04-24 David Blaikie <dblaikie@gmail.com>
22289
22290 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22291 ensure clang would not discard them.
22292 * gdb.base/gdbvars.c: Ditto.
22293 * gdb.base/memattr.c: Ditto.
22294 * gdb.base/whatis.c: Ditto.
22295 * gdb.python/py-prettyprint.c: Ditto.
22296 * gdb.trace/actions.c: Ditto.
22297 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22298 ensure clang would not discard it.
22299
bfd39632
DB
223002014-04-24 David Blaikie <dblaikie@gmail.com>
22301
22302 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22303 clang to emit the full definition of type required by the test
22304 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22305
22842ff6
DB
223062014-04-24 David Blaikie <dblaikie@gmail.com>
22307
22308 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22309 coax Clang into emitting the definition of the type.
22310 * gdb.cp/pr10728-x.h (y): Ditto.
22311 * gdb.cp/pr10728-y.cc (y): Ditto.
22312
c2e827ad
DB
223132014-04-24 David Blaikie <dblaikie@gmail.com>
22314
22315 * gdb.base/label.exp: XFAIL label related tests under Clang.
22316 * gdb.cp/cplabel.exp: Ditto.
22317 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22318 under Clang those using labels.
22319
4c2d33e7
YQ
223202014-04-25 Yao Qi <yao@codesourcery.com>
22321
22322 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22323 double_label.
22324 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22325 partial_label and double_label.
22326
56083b99
DB
223272014-04-24 David Blaikie <dblaikie@gmail.com>
22328
22329 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22330
25d4e99d
DB
223312014-04-24 David Blaikie <dblaikie@gmail.com>
22332
22333 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22334 of the function to work across GCC and Clang.
22335 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22336 pointer types (const void ** const V void **).
22337
01f9f808
MS
223382014-04-24 Michael Sturm <michael.sturm@mintel.com>
22339 Walfred Tedeschi <walfred.tedeschi@intel.com>
22340
22341 * Makefile.in (EXECUTABLES): Added i386-avx512.
22342 * gdb.arch/i386-avx512.c: New file.
22343 * gdb.arch/i386-avx512.exp: Likewise.
22344
4b48d439
KS
223452014-04-23 Keith Seitz <keiths@redhat.com>
22346
22347 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22348 (mi_make_breakpoint_table): New procedure.
22349 (mi_create_breakpoint): Use mi_make_breakpoint
22350 and return the result.
22351 (mi_make_breakpoint): New procedure.
22352 (mi_build_kv_pairs): New procedure.
22353
22354 * gdb.mi/mi-break.exp: Remove unused globals,
22355 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22356 All callers updated.
22357 * gdb.mi/mi-dprintf.exp: Use variable to track command
22358 number.
22359 Update all callers of mi_create_breakpoint and use
22360 mi_make_breakpoint_table.
22361 Remove any unused global variables.
22362 * gdb.mi/mi-nonstop.exp: Likewise.
22363 * gdb.mi/mi-nsintrall.exp: Likewise.
22364 * gdb.mi/mi-nsmoribund.exp: Likewise.
22365 * gdb.mi/mi-nsthrexec.exp: Likewise.
22366 * gdb.mi/mi-reverse.exp: Likewise.
22367 * gdb.mi/mi-simplerun.exp: Likewise.
22368 * gdb.mi/mi-stepn.exp: Likewise.
22369 * gdb.mi/mi-syn-frame.exp: Likewise.
22370 * gdb.mi/mi-until.exp: Likewise.
22371 * gdb.mi/mi-var-cp.exp: Likewise.
22372 * gdb.mi/mi-var-display.exp: Likewise.
22373 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22374 * gdb.mi/mi2-var-child.exp: Likewise.
22375 * gdb.mi/mi-vla-c99.exp: Likewise.
22376 * lib/mi-support.exp: Likewise.
22377
22378 From Ian Lance Taylor <iant@cygnus.com>:
22379 * lib/gdb.exp (parse_args): New procedure.
22380
08351840
PA
223812014-04-23 Pedro Alves <palves@redhat.com>
22382
22383 * gdb.base/break-unload-file.c: New file.
22384 * gdb.base/break-unload-file.exp: New file.
22385 * gdb.base/sym-file-lib.c (baz): New function.
22386 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22387 field.
22388 (load): Store the segment's mapped size.
22389 (unload): New function.
22390 (unload_shlib): New function.
22391 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22392 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22393 set a breakpoint at baz, and call it.
22394 * gdb.base/sym-file.exp: New tests for stale breakpoint
22395 instructions.
22396
076855f9
PA
223972014-04-23 Pedro Alves <palves@redhat.com>
22398
22399 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22400 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22401 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22402 * gdb.base/hbreak-unmapped.c: New file.
22403 * gdb.base/hbreak-unmapped.exp: New file.
22404 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22405 * lib/gdb.exp (gdb_is_target_remote): ... here.
22406
483805cf
PA
224072014-04-22 Pedro Alves <palves@redhat.com>
22408
22409 * gdb.base/consecutive-step-over.c: New file.
22410 * gdb.base/consecutive-step-over.exp: New file.
22411
06d97543
PA
224122014-04-22 Pedro Alves <palves@redhat.com>
22413
22414 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22415 instead of send_gdb/gdb_expect.
22416
b4429ea2
YQ
224172014-04-22 Yao Qi <yao@codesourcery.com>
22418
22419 * lib/trace-support.exp (generate_tracefile): New procedure.
22420 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22421 return 0.
22422 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22423 if generate_tracefile returns 1.
22424
51d48146
PA
224252014-04-18 Tom Tromey <palves@redhat.com>
22426 Pedro alves <tromey@redhat.com>
22427
22428 PR backtrace/15558
22429 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22430 with a backtrace limit.
22431 * gdb.python/py-frame-inline.exp: Test running to an inline
22432 function with a backtrace limit, and printing the newest frame.
22433 * gdb.python/py-frame-inline.c (main): Call f.
22434
bd1dce5f
MS
224352014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22436
22437 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22438
40d1a503
MS
224392014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22440
22441 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22442 Drop prefix from unsupported source file path.
22443
389b98f7
YQ
224442014-04-17 Yao Qi <yao@codesourcery.com>
22445
22446 * lib/gdb.exp (with_target_charset): New proc.
22447 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22448 with_target_charset.
22449 (test_print_strings): Likewise.
22450 (test_repeat_bytes): Likewise.
22451 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22452 for some tests.
22453
22869d73
KS
224542014-04-16 Keith Seitz <keiths@redhat.com>
22455
22456 PR gdb/15827
22457 * gdb.dwarf2/corrupt.c: New file.
22458 * gdb.dwarf2/corrupt.exp: New file.
22459
c4f87ca6
KS
224602014-04-16 Keith Seitz <keiths@redhat.com>
22461
22462 PR c++/16597
22463 * gdb.cp/namelessclass.cc: New file.
22464 * gdb.cp/namelessclass.exp: New file.
22465 * gdb.cp/namelessclass.S: New file.
22466
ab19de87
DE
224672014-04-16 Doug Evans <dje@google.com>
22468
22469 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22470 Add comment.
22471 (gdbserver_default_get_comm_port): New function.
22472 (gdbserver_start): Check if board file provided
22473 "gdbserver,get_comm_port" and use it if so.
22474 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22475 (gdb,socketport): Set to "stdio".
22476 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22477 (stdio_gdbserver_template): Delete.
22478 (${board}_get_remote_address): Update.
22479 (${board}_build_remote_cmd): Delete.
22480 (${board}_get_comm_port): New function.
22481 (${board}_spawn): Update.
22482 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22483 Delete.
22484 (${board}_get_remote_address): Update.
22485 (${board}_get_comm_port): New function.
22486
fc98a809
AB
224872014-04-16 Andrew Burgess <aburgess@broadcom.com>
22488
22489 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22490 appearing in any order.
22491
87fd9e6e
DE
224922014-04-15 Doug Evans <dje@google.com>
22493
22494 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22495 uninitialized value of "description".
22496
099fc3ea
KS
224972014-04-15 Keith Seitz <keiths@redhat.com>
22498
22499 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22500 Remove unused globals.
22501 (test_running_the_program): Likewise.
22502 (test_controlled_execution): Likewise.
22503 (test_controlling_breakpoints): Likewise.
22504 (test_program_termination): Likewise.
22505
5da151d4
KS
225062014-04-15 Keith Seitz <keiths@redhat.com>
22507
22508 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22509 unused globals.
22510 (test_rbreak_creation_and_listing): Likewise.
22511 (test_ignore_count): Likewise.
22512 (test_error): Likewise.
22513
35e5d2f0
PA
225142014-04-15 Pedro Alves <palves@redhat.com>
22515
22516 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22517 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22518 sym-file-loader.c.
22519 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22520 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22521 to sym-file-loader.c.
22522 (struct library): Forward declare.
22523 (load_shlib, lookup_function): Change prototypes.
22524 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22525 (translate_offset): Remove declarations.
22526 (get_text_addr): New declaration.
22527 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22528 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22529 sym-file-loader.h.
22530 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22531 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22532 here from sym-file-loader.h.
22533 (struct library): New structure.
22534 (load_shlib, lookup_function): Change prototypes and adjust to
22535 work with a struct library.
22536 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22537 (translate_offset): Make static.
22538 (get_text_addr): New function.
22539 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22540
eb4c1710
PA
225412014-04-15 Pedro Alves <palves@redhat.com>
22542
22543 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22544
2d1baf52
PA
225452014-04-15 Pedro Alves <palves@redhat.com>
22546
22547 * gdb.base/sym-file-loader.c: Include <limits.h>.
22548 (SELF_LINK): New define.
22549 (get_origin): New function.
22550 (load_shlib): Use it.
22551 * gdb.base/sym-file.exp: Don't early return if the target is
22552 remote. Use runto_main, and issue fail is that fails. Use
22553 gdb_load_shlibs.
22554 (shlib_name): Delete.
22555 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22556
7dd6df01
PA
225572014-04-15 Pedro Alves <palves@redhat.com>
22558
22559 * gdb.base/sym-file.exp: Remove regex characters from test
22560 message. Don't refer to breakpoint numbers in test messages.
22561
b50c8614
KS
225622014-04-14 Keith Seitz <keiths@redhat.com>
22563
22564 PR c++/16253
22565 * gdb.cp/var-tag.cc: New file.
22566 * gdb.cp/var-tag.exp: New file.
22567 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22568 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22569 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22570 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22571
3d567982
TT
225722014-04-14 Tom Tromey <tromey@redhat.com>
22573
22574 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22575 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22576 type.
22577 * gdb.cp/enum-class.exp: New file.
22578 * gdb.cp/enum-class.cc: New file.
22579
0626fc76
TT
225802014-04-14 Tom Tromey <tromey@redhat.com>
22581
22582 * gdb.dwarf2/enum-type.exp: New file.
22583
dca325b3
SA
225842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22585
22586 * gdb.mi/mi-vla-c99.exp: New file.
22587 * gdb.mi/vla.c: New file.
22588
5854b38a
SA
225892014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22590
22591 * gdb.base/vla-datatypes.c: New file.
22592 * gdb.base/vla-datatypes.exp: New file.
22593
463bb957
SA
225942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22595
22596 * gdb.base/vla-ptr.c: New file.
22597 * gdb.base/vla-ptr.exp: New file.
22598
3dd170be
SA
225992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22600
22601 * gdb.dwarf2/count.exp: New file.
22602
5ecaaa66
SA
226032014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22604
22605 * gdb.base/vla-sideeffect.c: New file.
22606 * gdb.base/vla-sideeffect.exp: New file.
22607
41f1ada5
DB
226082014-04-14 David Blaikie <dblaikie@gmail.com>
22609
22610 * gdb.mi/non-stop.c: Add return value for non-void function return
22611 statement.
22612 * gdb.threads/staticthreads.c: Ditto.
22613
0be03e84
DE
226142014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22615 Doug Evans <xdje42@gmail.com>
22616
22617 * gdb.guile/scm-value.c: Improve test case.
22618 * gdb.guile/scm-value.exp: Add new test.
22619
f180a1fb
DB
226202014-04-11 David Blaikie <dblaikie@gmail.com>
22621
22622 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22623 override Clang's default.
22624
6b662e19
JB
226252014-04-11 Joel Brobecker <brobecker@adacore.com>
22626
22627 Revert the following changes (regressions):
22628
22629 * gdb.base/vla-sideeffect.c: New file.
22630 * gdb.base/vla-sideeffect.exp: New file.
22631
22632 * gdb.dwarf2/count.exp: New file.
22633
22634 * gdb.base/vla-multi.c: New file.
22635 * gdb.base/vla-multi.exp: New file.
22636
22637 * gdb.base/vla-ptr.c: New file.
22638 * gdb.base/vla-ptr.exp: New file.
22639
22640 * gdb.base/vla-datatypes.c: New file.
22641 * gdb.base/vla-datatypes.exp: New file.
22642
22643 * gdb.mi/mi-vla-c99.exp: New file.
22644 * gdb.mi/vla.c: New file.
22645
245a5f0b
KS
226462014-04-11 Keith Seitz <keiths@redhat.com>
22647
22648 PR c++/16675
22649 * gdb.cp/cpsizeof.exp: New file.
22650 * gdb.cp/cpsizeof.cc: New file.
22651
58a84dcf
SA
226522014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22653
191a8a90
JB
22654 * gdb.mi/mi-vla-c99.exp: New file.
22655 * gdb.mi/vla.c: New file.
58a84dcf 22656
c8655f75
SA
226572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22658
22659 * gdb.base/vla-datatypes.c: New file.
22660 * gdb.base/vla-datatypes.exp: New file.
22661
024e13b4
SA
226622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22663
22664 * gdb.base/vla-ptr.c: New file.
22665 * gdb.base/vla-ptr.exp: New file.
22666
1a237e0e
SA
226672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22668
22669 * gdb.base/vla-multi.c: New file.
22670 * gdb.base/vla-multi.exp: New file.
22671
504f3432
SA
226722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22673
22674 * gdb.dwarf2/count.exp: New file.
22675
3bce8237
SA
226762014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22677
191a8a90
JB
22678 * gdb.base/vla-sideeffect.c: New file.
22679 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22680
322f9c21
YQ
226812014-04-11 Yao Qi <yao@codesourcery.com>
22682
22683 * gdb.base/completion.exp: Check file exists before running tests
22684 on file completion.
22685
d708bcd1
PA
226862014-04-10 Pedro Alves <palves@redhat.com>
22687
22688 * gdb.base/cond-eval-mode.c: New file.
22689 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22690 prepare_for_testing to build the new file. Check result of
22691 runto_main.
22692 (test_break, test_watch): New procedures.
22693 (top level): Use them.
22694
ae1d2761
PM
226952014-04-08 Pierre Muller <muller@sourceware.org>
22696
22697 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22698 Ctrl-V use for mingw hosts.
22699
7af389b8
SC
227002014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22701
22702 * gdb.python/py-value.c: Improve test case.
22703 * gdb.python/py-value.exp: Add new test.
22704
5e703181
DE
227052014-04-07 David Blaikie <dblaikie@gmail.com>
22706
22707 * lib/compiler.c: Identify the clang compiler.
22708 * lib/compiler.cc: Ditto.
22709
9810b410
YQ
227102014-04-03 Yao Qi <yao@codesourcery.com>
22711
22712 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22713
98d1b8dc
AB
227142014-04-01 Anton Blanchard <anton@samba.org>
22715
22716 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22717 messages unique.
22718
3114cea1
AB
227192014-04-01 Anton Blanchard <anton@samba.org>
22720
22721 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22722 prepare_for_testing.
22723
62f7182c
AB
227242014-04-01 Anton Blanchard <anton@samba.org>
22725
22726 * gdb.arch/ppc64-atomic-inst.c: Remove.
22727 * gdb.arch/ppc64-atomic-inst.S: New file.
22728 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22729
770e7fc7
DE
227302014-03-31 Doug Evans <dje@google.com>
22731
22732 * gdb.base/print-symbol-loading-lib.c: New file.
22733 * gdb.base/print-symbol-loading-main.c: New file.
22734 * gdb.base/print-symbol-loading.exp: New file.
22735
46e2bafa
YQ
227362014-03-31 Yao Qi <yao@codesourcery.com>
22737
22738 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22739
8776cfe9
JB
227402014-03-28 Joel Brobecker <brobecker@adacore.com>
22741
22742 * gdb.ada/mi_dyn_arr: New testcase.
22743
5d1ef361
DE
227442014-03-27 Doug Evans <dje@google.com>
22745
22746 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22747
b5bee914
YQ
227482014-03-27 Yao Qi <yao@codesourcery.com>
22749
22750 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22751 if target is nios2-*-*.
22752
0d4d0e77
YQ
227532014-03-26 Yao Qi <yao@codesourcery.com>
22754
22755 * lib/gdb.exp (readline_is_used): New proc.
22756 * gdb.base/completion.exp: Move tests on command complete up.
22757 Skip the rest of tests if readline is not used.
22758 * gdb.ada/complete.exp: Skp the test if readline is not
22759 used.
22760 * gdb.base/filesym.exp: Likewise.
22761 * gdb.base/macscp.exp: Likewise.
22762 * gdb.base/readline-ask.exp: Likewise.
22763 * gdb.base/readline.exp: Likewise.
22764 * gdb.python/py-cmd.exp: Likewise.
22765 * gdb.trace/tfile.exp: Likewise.
22766
29361eee
YQ
227672014-03-26 Yao Qi <yao@codesourcery.com>
22768
22769 * gdb.base/macscp.exp: Fix code format issues.
22770
bc9a5525
UW
227712014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22772
22773 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22774 * gdb.asm/powerpc64le.inc: New file.
22775
d3839ede
PA
227762014-03-25 Pedro Alves <palves@redhat.com>
22777 Doug Evans <dje@google.com>
22778
22779 * gdb.base/source-execution.c: New file.
22780 * gdb.base/source-execution.exp: New file.
22781 * gdb.base/source-execution.gdb: New file.
22782
01672a57
DE
227832014-03-24 Doug Evans <dje@google.com>
22784
22785 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22786 using fission.
22787
88bbeca9
HZ
227882014-03-24 Hui Zhu <hui@codesourcery.com>
22789 Pedro Alves <palves@redhat.com>
22790
22791 PR breakpoints/16101
22792 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22793 test pass/fail messages. Detect missing support for dprintf when
22794 breakpoints are actually inserted.
22795 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22796 breakpoints are actually inserted.
22797 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22798 fails.
22799
d2348791
JK
228002014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22801
22802 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22803
feef67ab
DE
228042014-03-22 Doug Evans <xdje42@gmail.com>
22805
22806 * gdb.python/python.exp (python not supported): Verify multi-line
22807 python command issues an error.
25d743f9 22808 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22809 guile command issues an error.
feef67ab 22810
ecebef6a
MR
228112014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22812
22813 * gdb.threads/thread-specific.exp: Handle the lack of usable
22814 $this_breakpoint and $this_thread.
22815
ccdd1909
HZ
228162014-03-21 Hui Zhu <hui@codesourcery.com>
22817
22818 * gdb.base/attach.exp (do_command_attach_tests): New.
22819
beb460e8
PA
228202014-03-20 Tom Tromey <tromey@redhat.com>
22821 Pedro Alves <palves@redhat.com>
22822
22823 PR cli/15718
22824 * gdb.base/condbreak-call-false.c: New file.
22825 * gdb.base/condbreak-call-false.exp: New file.
22826
40acf43a
PA
228272014-03-20 Pedro Alves <palves@redhat.com>
22828
22829 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22830 Delete.
22831 (block_signals, unblock_signals): Delete.
22832 (child_function_2, main): Remove references to deleted variable
22833 and functions.
22834
9f5e1e02
PA
228352014-03-20 Pedro Alves <palves@redhat.com>
22836
22837 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22838 Use pthread_kill to signal thread 2.
22839 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22840 Adjust to make the test send itself a signal rather than using the
22841 host's "kill" command.
22842
99619bea
PA
228432014-03-20 Pedro Alves <palves@redhat.com>
22844
22845 * gdb.threads/multiple-step-overs.c: New file.
22846 * gdb.threads/multiple-step-overs.exp: New file.
22847 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22848 Adjust expected infrun debug output.
22849
2adfaa28
PA
228502014-03-20 Pedro Alves <palves@redhat.com>
22851
22852 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22853 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22854
31e77af2
PA
228552014-03-20 Pedro Alves <palves@redhat.com>
22856
22857 PR breakpoints/7143
22858 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22859 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22860 of gdb_test_multiple.
22861 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22862 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22863
b9f437de
PA
228642014-03-20 Pedro Alves <palves@redhat.com>
22865
22866 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22867 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22868
05adc73e
PA
228692014-03-19 Pedro Alves <palves@redhat.com>
22870
22871 * gdb.base/async.exp: Remove early return.
22872
6048b950
PA
228732014-03-19 Pedro Alves <palves@redhat.com>
22874
22875 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22876
8bcfb00a
PA
228772014-03-19 Pedro Alves <palves@redhat.com>
22878
22879 * gdb.base/async.exp (test_background): Expect \r\n after
22880 "completed." in the fail pattern.
22881
884e37dc
PA
228822014-03-19 Pedro Alves <palves@redhat.com>
22883
22884 * gdb.base/async.exp (test_background): New procedure.
22885 Use it for all background execution command tests.
22886
148e57e2
PA
228872014-03-19 Pedro Alves <palves@redhat.com>
22888
22889 * gdb.base/async.exp: Use prepare_for_testing.
22890
f48088c7
PA
228912014-03-19 Pedro Alves <palves@redhat.com>
22892
22893 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22894 the same line.
22895
e2f6c966
PA
228962014-03-19 Pedro Alves <palves@redhat.com>
22897
22898 * gdb.base/async.c (main): Add "jump here" and "until here" line
22899 marker comments.
22900 * gdb.base/async.exp (jump_here): New global.
22901 (jump& test): Use it.
22902 (until_here): New global.
22903 (until& test): Use it.
22904
c30568d4
PA
229052014-03-19 Pedro Alves <palves@redhat.com>
22906
22907 * gdb.base/async.exp: Don't frob gdb_protocol.
22908
0172b6a7
DE
229092014-03-18 Doug Evans <xdje42@gmail.com>
22910
22911 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22912 Fix spelling of exec-done-display.
22913
06c868a8
JK
229142014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22915
22916 PR gdb/15358
22917 * gdb.base/gdb-sigterm.c: New file.
22918 * gdb.base/gdb-sigterm.exp: New file.
22919
0c7e1a46
PA
229202014-03-18 Pedro Alves <palves@redhat.com>
22921
22922 PR gdb/13860
22923 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22924 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22925 solib-event.
22926
f7c77d93
JB
229272014-03-17 Joel Brobecker <brobecker@adacore.com>
22928
22929 * gdb.ada/pckd_arr_ren: New testcase.
22930
5a1e8c7a
DE
229312014-03-13 Doug Evans <xdje42@gmail.com>
22932
22933 PR guile/16612
22934 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22935 collect after discarding symbols.
22936
350e1a76
DE
229372014-03-13 Ludovic Courtès <ludo@gnu.org>
22938 Doug Evans <xdje42@gmail.com>
22939
22940 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22941 to history survives a gc.
22942
a69900ae
PA
229432014-03-13 Pedro Alves <palves@redhat.com>
22944
22945 * gdb.base/default.exp: Don't test "target procfs".
22946
5db9f0bd
PA
229472014-03-13 Pedro Alves <palves@redhat.com>
22948
22949 * gdb.base/default.exp: Update "target child" and "target procfs"
22950 tests to not expect "Unix".
22951
b3ccfe11
TT
229522014-03-12 Tom Tromey <tromey@redhat.com>
22953
22954 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22955 New procs. Add target-async tests.
22956 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22957 Add target-async tests.
22958
646f4417
AA
229592014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22960
22961 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22962 'func_start' and 'func_end' for the beginning and end of the
22963 function code, respectively.
22964 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22965 'func_end' instead of 'func' and 'main'.
22966
288c211f
AA
229672014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22968
22969 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22970 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22971 generate the debug info assembler source.
22972
e0c0f156
AA
229732014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22974
22975 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22976 * gdb.dwarf2/arr-subrange.exp: Likewise.
22977 * gdb.dwarf2/dwz.exp: Likewise.
22978 * gdb.dwarf2/method-ptr.exp: Likewise.
22979 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22980 * gdb.dwarf2/subrange.exp: Likewise.
22981 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22982 * gdb.dwarf2/implptrpiece.exp: Likewise.
22983 * gdb.dwarf2/nostaticblock.exp: Likewise.
22984
0e5c4555
AA
229852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22986
22987 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22988 directory to absolute path name arguments.
22989
5ec18f2b
JG
229902014-03-10 Joel Brobecker <brobecker@adacore.com>
22991
22992 * gdb.ada/tagged_access: New testcase.
22993
847fc4f2
MM
229942014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22995
22996 * gdb.btrace/data.exp: Update expected output.
22997
cc3da688
YQ
229982014-03-06 Yao Qi <yao@codesourcery.com>
22999
23000 * gdb.trace/pr16508.exp: New file.
23001
0f26cec1
PA
230022014-03-05 Pedro Alves <palves@redhat.com>
23003
23004 PR gdb/16575
23005 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23006 procedure.
23007 (top level): Adjust to use it. Add tests that exercise breakpoint
23008 interaction with the code-cache.
23009
7a5a839f
LC
230102014-02-26 Ludovic Courtès <ludo@gnu.org>
23011
23012 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23013 test for 'history-append!'.
23014
31aa7e4e
JB
230152014-02-26 Joel Brobecker <brobecker@adacore.com>
23016
23017 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23018 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23019 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23020 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23021 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23022 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23023
1b588015
JB
230242014-02-26 Joel Brobecker <brobecker@adacore.com>
23025
23026 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23027 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23028 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23029
55426c9d
JB
230302014-02-26 Joel Brobecker <brobecker@adacore.com>
23031
23032 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23033
dc53a7ad
JB
230342014-02-26 Joel Brobecker <brobecker@adacore.com>
23035
23036 * gdb.dwarf2/arr-stride.c: New file.
23037 * gdb.dwarf2/arr-stride.exp: New file.
23038
12ab52e9
PA
230392014-02-26 Pedro Alves <palves@redhat.com>
23040
23041 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23042 that won't ever trigger. Make sure that GDB reports the correct
23043 breakpoint that caused the stop.
23044
849c862e
JK
230452014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23046
23047 PR gdb/16626
23048 * gdb.base/auto-load-script: New file.
23049 * gdb.base/auto-load.c: New file.
23050 * gdb.base/auto-load.exp: New file.
23051
71b7d793
JK
23052 PR gdb/16626
23053 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23054
e2f0d509
JK
230552014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23056
23057 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23058 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23059
50cc37c8
DE
230602014-02-24 Doug Evans <dje@google.com>
23061
23062 * lib/gdb.exp (run_on_host): Log error output if program fails.
23063
ea4758f2
PA
230642014-02-21 Pedro Alves <palves@redhat.com>
23065
23066 * gdb.threads/step-after-sr-lock.c: Rename to ...
23067 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23068 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23069 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23070 ... this.
23071
d7b30f67
SDJ
230722014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23073
23074 PR tdep/16397
23075 * gdb.arch/amd64-stap-special-operands.exp: New file.
23076 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23077 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23078 * gdb.arch/amd64-stap-triplet.S: Likewise.
23079 * gdb.arch/amd64-stap-triplet.c: Likewise.
23080
83deb43f
JB
230812014-02-20 Joel Brobecker <brobecker@adacore.com>
23082
23083 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23084 in .section pseudo-op.
23085
adde2bff
DE
230862014-02-20 lin zuojian <manjian2006@gmail.com>
23087 Joel Brobecker <brobecker@adacore.com>
23088 Doug Evans <xdje42@gmail.com>
23089
23090 PR symtab/16581
23091 * gdb.dwarf2/dw2-icycle.S: New file.
23092 * gdb.dwarf2/dw2-icycle.c: New file.
23093 * gdb.dwarf2/dw2-icycle.exp: New file.
23094
f7bd0f78
SC
230952014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23096
23097 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23098 operations on gdb.Value objects.
23099 * gdb.python/py-value-cc.exp: Add new test to test operations on
23100 gdb.Value objects.
23101
c17ef0d5
DE
231022014-02-18 Doug Evans <dje@google.com>
23103
23104 * Makefile.in (TESTS): New variable.
23105 (expanded_tests, expanded_tests_or_none): New variables
23106 (check-single): Pass $(expanded_tests_or_none) to runtest.
23107 (check-parallel): Only run tests in $(TESTS) if non-empty.
23108 (check/no-matching-tests-found): New rule.
23109 * README: Document TESTS makefile variable.
23110
5dd3176f
DE
231112014-02-18 Doug Evans <dje@google.com>
23112
23113 * Makefile.in (check-parallel): rm -rf outputs temp.
23114
0b10be4f
JK
231152014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23116
23117 Fix "ERROR: no fileid for" in the testsuite.
23118 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23119
85f224e7
DE
231202014-02-12 Doug Evans <dje@google.com>
23121
23122 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23123 (MISCELLANEOUS): New variable.
23124 (clean): rm -rf $(MISCELLANEOUS).
23125 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23126 dwp live in the same directory as symlinks, with each symlink pointed
23127 to a differently named file in a different directory.
23128
149b30ff
DE
231292014-02-11 Doug Evans <dje@google.com>
23130
23131 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23132 of Tcl file commands.
23133
1dfdac32
MK
231342014-02-10 Mark Kettenis <kettenis@gnu.org>
23135
23136 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23137 "kill -SIGUSR1 -1".
23138
aa4fb036
JB
231392014-02-10 Joel Brobecker <brobecker@adacore.com>
23140
23141 * gdb.ada/tick_length_array_enum_idx: New testcase.
23142
ed3ef339
DE
231432014-02-10 Doug Evans <xdje42@gmail.com>
23144
23145 * configure.ac (AC_OUTPUT): Add gdb.guile.
23146 * configure: Regenerate.
23147 * lib/gdb-guile.exp: New file.
23148 * lib/gdb.exp (get_target_charset): New function.
23149 * gdb.base/help.exp: Update expected output from "apropos apropos".
23150 * gdb.guile/Makefile.in: New file.
23151 * gdb.guile/guile.exp: New file.
23152 * gdb.guile/scm-arch.c: New file.
23153 * gdb.guile/scm-arch.exp: New file.
23154 * gdb.guile/scm-block.c: New file.
23155 * gdb.guile/scm-block.exp: New file.
23156 * gdb.guile/scm-breakpoint.c: New file.
23157 * gdb.guile/scm-breakpoint.exp: New file.
23158 * gdb.guile/scm-disasm.c: New file.
23159 * gdb.guile/scm-disasm.exp: New file.
23160 * gdb.guile/scm-equal.c: New file.
23161 * gdb.guile/scm-equal.exp: New file.
23162 * gdb.guile/scm-error.exp: New file.
23163 * gdb.guile/scm-error.scm: New file.
23164 * gdb.guile/scm-frame-args.c: New file.
23165 * gdb.guile/scm-frame-args.exp: New file.
23166 * gdb.guile/scm-frame-args.scm: New file.
23167 * gdb.guile/scm-frame-inline.c: New file.
23168 * gdb.guile/scm-frame-inline.exp: New file.
23169 * gdb.guile/scm-frame.c: New file.
23170 * gdb.guile/scm-frame.exp: New file.
23171 * gdb.guile/scm-generics.exp: New file.
23172 * gdb.guile/scm-gsmob.exp: New file.
23173 * gdb.guile/scm-iterator.c: New file.
23174 * gdb.guile/scm-iterator.exp: New file.
23175 * gdb.guile/scm-math.c: New file.
23176 * gdb.guile/scm-math.exp: New file.
23177 * gdb.guile/scm-objfile-script-gdb.in: New file.
23178 * gdb.guile/scm-objfile-script.c: New file.
23179 * gdb.guile/scm-objfile-script.exp: New file.
23180 * gdb.guile/scm-objfile.c: New file.
23181 * gdb.guile/scm-objfile.exp: New file.
23182 * gdb.guile/scm-ports.exp: New file.
23183 * gdb.guile/scm-pretty-print.c: New file.
23184 * gdb.guile/scm-pretty-print.exp: New file.
23185 * gdb.guile/scm-pretty-print.scm: New file.
23186 * gdb.guile/scm-section-script.c: New file.
23187 * gdb.guile/scm-section-script.exp: New file.
23188 * gdb.guile/scm-section-script.scm: New file.
23189 * gdb.guile/scm-symbol.c: New file.
23190 * gdb.guile/scm-symbol.exp: New file.
23191 * gdb.guile/scm-symtab-2.c: New file.
23192 * gdb.guile/scm-symtab.c: New file.
23193 * gdb.guile/scm-symtab.exp: New file.
23194 * gdb.guile/scm-type.c: New file.
23195 * gdb.guile/scm-type.exp: New file.
23196 * gdb.guile/scm-value-cc.cc: New file.
23197 * gdb.guile/scm-value-cc.exp: New file.
23198 * gdb.guile/scm-value.c: New file.
23199 * gdb.guile/scm-value.exp: New file.
23200 * gdb.guile/source2.scm: New file.
23201 * gdb.guile/types-module.cc: New file.
23202 * gdb.guile/types-module.exp: New file.
23203
7026a7c1
YQ
232042014-02-10 Yao Qi <yao@codesourcery.com>
23205
23206 PR testsuite/16543
23207 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23208 * configure: Regenerated.
23209 * Makefile.in: New file.
23210
6c466447
AS
232112014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23212
23213 * gdb.python/py-framefilter.exp: Fix typo.
23214
6e854735
YQ
232152014-02-08 Yao Qi <yao@codesourcery.com>
23216
23217 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23218 that no =breakpoint-modified is emitted when breakpoints are
23219 modified through MI commands.
23220
d137e6dc
PA
232212014-02-07 Pedro Alves <pedro@codesourcery.com>
23222 Pedro Alves <palves@redhat.com>
23223
23224 * gdb.threads/step-after-sr-lock.c: New file.
23225 * gdb.threads/step-after-sr-lock.exp: New file.
23226
b5ee5a50
PA
232272014-02-07 Pedro Alves <palves@redhat.com>
23228
23229 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23230
3c77faf3
JK
232312014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23232
23233 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23234 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23235
6dddc817
DE
232362014-02-06 Doug Evans <xdje42@gmail.com>
23237
23238 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23239 output.
23240
23241 * gdb.gdb/python-interrupts.exp: New file.
23242
de7b2893
YQ
232432014-02-05 Yao Qi <yao@codesourcery.com>
23244
23245 * gdb.trace/report.exp (use_collected_data): Test the output
23246 of "info threads" and "info inferiors".
23247
66d032ac
YQ
232482014-02-05 Yao Qi <yao@codesourcery.com>
23249
23250 Revert this patch:
23251
23252 2013-05-24 Yao Qi <yao@codesourcery.com>
23253
23254 * gdb.trace/tfile.exp: Test inferior and thread.
23255
591a12a1
UW
232562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23257
23258 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23259 on a function.
23260 * gdb.base/step-bt.c: Call hello via function pointer to make
23261 sure its first instruction is executed on powerpc64le-linux.
23262
0ff3e01f
UW
232632014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23264
23265 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23266
084ee545
UW
232672014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23268
23269 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23270 of the test patterns for use on little-endian systems.
23271
6ed14ff3
UW
232722014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23273
23274 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23275 (decimal_vector): Fix for little-endian.
23276
401e27fd
JM
232772014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23278
23279 * gdb.arch/sparc-sysstep.exp: New file.
23280 * gdb.arch/sparc-sysstep.c: Likewise.
23281
23282 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23283
8b924729
EBM
232842014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23285
23286 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23287
fb151210
JB
232882014-01-23 Tom Tromey <tromey@redhat.com>
23289
23290 * gdb.ada/array_char_idx: New testcase.
23291
0740f8d8
TT
232922014-01-23 Tom Tromey <tromey@redhat.com>
23293
23294 PR python/16487:
23295 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23296 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23297 classes.
23298
21909fa1
TT
232992014-01-23 Tom Tromey <tromey@redhat.com>
23300
23301 PR python/16491:
23302 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23303 string from an inferior frame.
23304 * gdb.python/py-framefilter-mi.exp: Update.
23305
87ce2a04
DE
233062014-01-22 Doug Evans <dje@google.com>
23307
23308 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23309
237b092b
AA
233102014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23311
23312 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23313
d674a709
AA
233142014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23315
23316 * gdb.trace/entry-values.exp: Remove excess space character from
23317 regex patterns. Handle s390 call instruction.
23318
20fa3390
AA
233192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23320
23321 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23322 define "*_start" label. Make "name" static.
23323 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23324 ${name} by references to ${name}_start.
23325
78466714
AA
233262014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23327
23328 * gdb.base/info-macros.exp: Remove "debug" from the compile
23329 options.
23330
ec9f644a
IB
233312014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23332
23333 * gdb.dlang/demangle.exp: New file.
23334
94b1b47e
IB
233352014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23336
23337 * gdb.dlang/primitive-types.exp: New file.
23338
7f420862
IB
233392014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23340
23341 * configure.ac: Create gdb.dlang/Makefile.
23342 * configure: Regenerate.
23343 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23344 * gdb.dlang/Makefile.in: New file.
23345 * lib/d-support.exp: New file.
23346 * lib/gdb.exp (skip_d_tests): New proc.
23347
52834460
MM
233482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23349
23350 * gdb.btrace/delta.exp: Check reverse stepi.
23351 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23352 * gdb.btrace/finish.exp: New.
23353 * gdb.btrace/next.exp: New.
23354 * gdb.btrace/nexti.exp: New.
23355 * gdb.btrace/record_goto.c: Add comments.
23356 * gdb.btrace/step.exp: New.
23357 * gdb.btrace/stepi.exp: New.
23358 * gdb.btrace/multi-thread-step.c: New.
23359 * gdb.btrace/multi-thread-step.exp: New.
23360 * gdb.btrace/rn-dl-bind.c: New.
23361 * gdb.btrace/rn-dl-bind.exp: New.
23362 * gdb.btrace/data.c: New.
23363 * gdb.btrace/data.exp: New.
23364 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23365
6e07b1d2
MM
233662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23367
23368 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23369 * gdb.btrace/exception.exp: Update.
23370 * gdb.btrace/instruction_history.exp: Update.
23371 * gdb.btrace/record_goto.exp: Update.
23372 * gdb.btrace/tailcall.exp: Update.
23373 * gdb.btrace/unknown_functions.exp: Update.
23374 * gdb.btrace/delta.exp: New.
23375
0b722aec
MM
233762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23377
23378 * gdb.btrace/record_goto.exp: Add backtrace test.
23379 * gdb.btrace/tailcall.exp: Add backtrace test.
23380
066ce621
MM
233812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23382
23383 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23384 * gdb.btrace/record_goto.c: New.
23385 * gdb.btrace/record_goto.exp: New.
23386 * gdb.btrace/x86-record_goto.S: New.
23387
0688d04e
MM
233882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23389
23390 * gdb.btrace/function_call_history.exp: Update tests.
23391 * gdb.btrace/instruction_history.exp: Update tests.
23392
8710b709
MM
233932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23394
23395 * gdb.btrace/function_call_history.exp: Fix expected field
23396 order for "record function-call-history".
23397 Add new tests for "record function-call-history /c".
23398 * gdb.btrace/exception.cc: New.
23399 * gdb.btrace/exception.exp: New.
23400 * gdb.btrace/tailcall.exp: New.
23401 * gdb.btrace/x86-tailcall.S: New.
23402 * gdb.btrace/x86-tailcall.c: New.
23403 * gdb.btrace/unknown_functions.c: New.
23404 * gdb.btrace/unknown_functions.exp: New.
23405 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23406
5de9129b
MM
234072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23408
23409 * gdb.btrace/instruction_history.exp: Update.
23410 * gdb.btrace/function_call_history.exp: Update.
23411
23a7fe75
MM
234122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23413
23414 * gdb.btrace/function_call_history.exp: Fix expected function
23415 trace.
23416 * gdb.btrace/instruction_history.exp: Initialize traced.
23417 Remove traced_functions.
23418
724c7dd8
MM
234192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23420
23421 * gdb.btrace/function_call_history.exp: Update
23422 * gdb.btrace/instruction_history.exp: Update.
23423
6d78d93b
MM
234242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23425
23426 * gdb.btrace/enable.exp: Update expected text.
23427
93a360cc
OJ
234282014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23429
23430 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23431 bytes.
23432
3772b53f
MR
234332014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23434
23435 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23436
596662fa
OJ
234372014-01-15 Omair Javaid <omair.javaid@linaro.org>
23438
23439 * lib/gdb.exp (supports_process_record): Return true for
23440 arm*-linux*. (supports_reverse): Likewise.
23441
b5b08fb4
SC
234422014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23443
23444 PR python/15464
23445 PR python/16113
23446 * gdb.python/py-type.c: Enhance test case.
23447 * gdb.python/py-value-cc.cc: Likewise
23448 * gdb.python/py-type.exp: Add new tests.
23449 * gdb.python/py-value-cc.exp: Likewise
23450
52d7fb13
AA
234512014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23452 Pedro Alves <palves@redhat.com>
23453
23454 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23455 Make "name" extern.
23456 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23457 references to ${name}_start by references to ${name}.
23458
a2cd8cfe
JB
234592014-01-10 Joel Brobecker <brobecker@adacore.com>
23460
23461 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23462
4e23fced
JB
234632014-01-10 Joel Brobecker <brobecker@adacore.com>
23464
23465 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23466
c6a9e42c
PA
234672014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23468 Pedro Alves <palves@redhat.com>
23469
23470 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23471 mi_gdb_target_load.
c6a9e42c 23472
b7ea362b
PA
234732014-01-08 Pedro Alves <palves@redhat.com>
23474
23475 * gdb.threads/reconnect-signal.c: New file.
23476 * gdb.threads/reconnect-signal.exp: New file.
23477
5e3f4fab
EBM
234782014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23479
23480 * gdb.base/source-dir.exp: New file.
23481
79301218
JB
234822014-01-07 Joel Brobecker <brobecker@adacore.com>
23483
23484 * gdb.ada/mi_interface: New testcase.
23485
8e355c5d
JB
234862014-01-07 Joel Brobecker <brobecker@adacore.com>
23487
23488 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23489 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23490 gdb.ada/pp-rec-component/pck.ads: New files.
23491
c0d48811
JB
234922014-01-07 Joel Brobecker <brobecker@adacore.com>
23493
23494 * gdb.python/py-pp-integral.c: New file.
23495 * gdb.python/py-pp-integral.py: New file.
23496 * gdb.python/py-pp-integral.exp: New file.
23497
17b609c3 23498For older changes see ChangeLog-1993-2013.
c906108c 23499\f
8d8cb839
EZ
23500;; Local Variables:
23501;; mode: change-log
23502;; left-margin: 8
23503;; fill-column: 74
23504;; version-control: never
23505;; End:
902f2ccb 23506
3666a048 23507 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23508 Copying and distribution of this file, with or without modification,
23509 are permitted provided the copyright notice and this notice are preserved.