sim/rx: enable build with warnings
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cd074e04
AB
12021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
4 about bug in GDB, update expected results, and add more tests.
5
5fb97639
AB
62021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.tui/scroll.exp: New file.
9 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
10 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
11 remaining lines up.
12 (Term::check_region_contents): New proc.
13 (Term::check_box_contents): Use check_region_contents.
14
c0e56745
TV
152021-02-06 Tom de Vries <tdevries@suse.de>
16
17 PR testsuite/26922
18 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
19 scrolling.
20
0e857c82
TV
212021-02-05 Tom de Vries <tdevries@suse.de>
22
23 PR breakpoints/27313
24 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
25 rejected.
26
a22ec6e8
TV
272021-02-05 Tom de Vries <tdevries@suse.de>
28
29 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
30 * gdb.fortran/mixed-lang-stack.exp: Same.
31
ae710496
TV
322021-02-05 Tom de Vries <tdevries@suse.de>
33
34 PR exp/27265
35 * gdb.base/complex-parts.exp: Add tests.
36
d3b54e63
TV
372021-02-05 Tom de Vries <tdevries@suse.de>
38
39 PR symtab/27307
40 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
41
3eccb1c8
SV
422021-02-04 Shahab Vahedi <shahab@synopsys.com>
43
44 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
45
a71501e2
PA
462021-02-03 Pedro Alves <pedro@palves.net>
47
48 * gdb.threads/detach-step-over.c: New file.
49 * gdb.threads/detach-step-over.exp: New file.
50
92234eb1
PA
512021-02-03 Pedro Alves <pedro@palves.net>
52
53 * gdb.threads/attach-non-stop.c: New file.
54 * gdb.threads/attach-non-stop.exp: New file.
55
2e3773ff
LS
562021-02-02 Lancelot SIX <lsix@lancelotsix.com>
57
58 * gdb.base/inferior-noarg.c: New test.
59 * gdb.base/inferior-noarg.exp: New test.
60
e0bd9202
SM
612021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
62
63 * gdb.base/scope.exp: Use proc_with_prefix.
64
9307efbe
SM
652021-02-02 Simon Marchi <simon.marchi@efficios.com>
66
67 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
68 table proc.
69 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
70 .debug_rnglists table without offset array.
71 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
72 .debug_loclists table without offset array.
73
2b0c7f41
SM
742021-02-02 Simon Marchi <simon.marchi@efficios.com>
75
76 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
77 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
78 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
79 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
80 attribute
81
ecfda20d
SM
822021-02-02 Simon Marchi <simon.marchi@efficios.com>
83
84 PR gdb/26813
85 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
86 (loclists): New proc.
87 * gdb.dwarf2/loclists-multiple-cus.c: New.
88 * gdb.dwarf2/loclists-multiple-cus.exp: New.
89 * gdb.dwarf2/loclists-sec-offset.c: New.
90 * gdb.dwarf2/loclists-sec-offset.exp: New.
91
6b0933da
SM
922021-02-02 Simon Marchi <simon.marchi@efficios.com>
93
94 * lib/dwarf.exp (_location): Add parameters.
95 (_handle_DW_FORM): Adjust.
96
962effa7
SM
972021-02-02 Simon Marchi <simon.marchi@efficios.com>
98
99 PR gdb/26813
100 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
101 (cu): Generate header for DWARF 5.
102 (rnglists): New proc.
103 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
104 * gdb.dwarf2/rnglists-sec-offset.exp: New.
105
2bd3e4b8
TV
1062021-02-02 Tom de Vries <tdevries@suse.de>
107
108 PR symtab/24620
109 * gdb.dwarf2/fission-reread.exp: Add test-case.
110
c39c8637
TV
1112021-02-01 Tom de Vries <tdevries@suse.de>
112
113 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
114 * gdb.dwarf2/fission-loclists-pie.S: Same.
115 * gdb.dwarf2/fission-loclists.S: Same.
116 * gdb.dwarf2/fission-multi-cu.S: Same.
117 * gdb.dwarf2/fission-reread.S: Same.
118 * gdb.dwarf2/fission-base.exp: Use DWO.
119 * gdb.dwarf2/fission-loclists-pie.exp: Same.
120 * gdb.dwarf2/fission-loclists.exp: Same.
121 * gdb.dwarf2/fission-multi-cu.exp: Same.
122 * gdb.dwarf2/fission-reread.exp: Same.
123
ebde6f2d
TV
1242021-01-29 Tom de Vries <tdevries@suse.de>
125
126 PR breakpoints/26063
127 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
128 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
129
620ec3ca
TV
1302021-01-29 Tom de Vries <tdevries@suse.de>
131
132 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
133
cdeba395
TV
1342021-01-28 Tom de Vries <tdevries@suse.de>
135
136 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
137 in the backtrace, and use that in the rest of the test instead of
138 hardcoded constant 3. Use "frame" instead of "up" for robustness.
139
c47b145e
TV
1402021-01-28 Tom de Vries <tdevries@suse.de>
141
142 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
143 * gdb.arch/i386-sse-stack-align.c: Same.
144 * gdb.arch/i386-sse-stack-align.exp: Same.
145
47918cca
AB
1462021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
149
2f985dd1
TV
1502021-01-28 Tom de Vries <tdevries@suse.de>
151
152 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
153
22efa3d3
TV
1542021-01-28 Tom de Vries <tdevries@suse.de>
155
156 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
157 "maint info line-table". Make PASS pattern more specific. Make
158 FAIL pattern work for -m32.
159
59b59f08
LS
1602021-01-27 Lancelot SIX <lsix@lancelotsix.com>
161
162 PR gdb/27133
163 * gdb.base/ui-redirect.exp: Add test case that ensures that
164 redirecting both logging and debug does not cause gdb to crash.
165
166
807f647c
MM
1672021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
168
169 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
170
4ca40594
TV
1712021-01-26 Tom de Vries <tdevries@suse.de>
172
173 * gdb.threads/killed-outside.exp: Allow regular output.
174
d0021af3
TV
1752021-01-26 Tom de Vries <tdevries@suse.de>
176
177 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
178
9f6c202e
TV
1792021-01-25 Tom de Vries <tdevries@suse.de>
180
181 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
182 * lib/gdb.exp: Use gdb_load_no_complaints.
183
a625a8c9
TT
1842021-01-25 Tom Tromey <tromey@adacore.com>
185
186 * gdb.ada/fixed_points.exp: Add regression test.
187 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
188 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
189
19184910
TT
1902021-01-25 Tom Tromey <tromey@adacore.com>
191
192 * gdb.ada/local-enum.exp: Add enumerator resolution test.
193
acd6125f
TT
1942021-01-25 Tom Tromey <tromey@adacore.com>
195
196 * gdb.ada/local-enum.exp: New file.
197 * gdb.ada/local-enum/local.adb: New file.
198
1af4c9c4
TT
1992021-01-23 Tom Tromey <tom@tromey.com>
200
201 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
202
705646c0
BE
2032021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
204
205 * gdb.base/line65535.exp: Fix test expectation.
206
0ac85db5
SM
2072021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
208
209 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
210 suppression.
211 (default_gdb_exit): Likewise.
212 (default_gdb_spawn): Likewise.
213 (send_gdb): Likewise.
214 (gdb_expect): Likewise.
215 (gdb_expect_list): Likewise.
216 (default_gdb_init): Likewise.
217 (gdb_suppress_entire_file): Remove.
218 (gdb_suppress_tests): Remove.
219 (gdb_stop_suppressing_tests): Remove.
220 (gdb_clear_suppressed): Remove.
221 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
222 related to test suppression.
223 (default_mi_gdb_start): Likewise.
224 (mi_gdb_reinitialize_dir): Likewise.
225 (mi_gdb_test): Likewise.
226 (mi_run_cmd_full): Likewise.
227 (mi_runto_helper): Likewise.
228 (mi_execute_to): Likewise.
229 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
230 * gdb.base/bitfields.exp: Likewise.
231 * gdb.base/bitfields2.exp: Likewise.
232 * gdb.base/break.exp: Likewise.
233 * gdb.base/call-sc.exp: Likewise.
234 * gdb.base/callfuncs.exp: Likewise.
235 * gdb.base/dfp-test.exp: Likewise.
236 * gdb.base/endian.exp: Likewise.
237 * gdb.base/exprs.exp: Likewise.
238 * gdb.base/funcargs.exp: Likewise.
239 * gdb.base/hbreak2.exp: Likewise.
240 * gdb.base/recurse.exp: Likewise.
241 * gdb.base/scope.exp: Likewise.
242 * gdb.base/sepdebug.exp: Likewise.
243 * gdb.base/structs.exp: Likewise.
244 * gdb.base/until.exp: Likewise.
245 * gdb.cp/misc.exp: Likewise.
246
9d2d8a16
AB
2472021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 PR cli/25956
250 * gdb.base/style.exp (run_style_tests): Add version string test.
251 (test_startup_version_string): Use version style name.
252 * lib/gdb-utils.exp (style): Handle version style name.
253
e7b43072
AB
2542021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
255
256 * gdb.base/style.exp (limited_style): New proc.
257 (clean_restart_and_disable): New proc.
258 (run_style_tests): New proc. Most of the old tests from this file
259 are now in this proc.
260 (test_startup_version_string): New proc. Reamining test from the
261 old file is in this proc.
262
2189c312
SM
2632021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
264
265 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
266 Adjust to "set debug remote" changes.
267
cd211c75
LM
2682021-01-21 Luis Machado <luis.machado@linaro.org>
269
270 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
271 message.
272
730af663
SM
2732021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
274
275 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
276
325d39e4
HD
2772021-01-21 Hannes Domani <ssbssa@yahoo.de>
278
279 PR python/19151
280 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
281
c3e96aa7
SM
2822021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
283
284 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
285
6571ffc6
SM
2862021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
287
288 * lib/tuiterm.exp: Add links in comments.
289
7c794afd
TV
2902021-01-20 Tom de Vries <tdevries@suse.de>
291
292 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
293 offset.
294
1402665c
TV
2952021-01-20 Tom de Vries <tdevries@suse.de>
296
297 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
298
6f52fdf4
SDJ
2992021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
300
301 * gdb.arch/amd64-stap-expressions.S: New file.
302 * gdb.arch/amd64-stap-expressions.exp: New file.
303
14852123
TV
3042021-01-19 Tom de Vries <tdevries@suse.de>
305
306 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
307 sequence.
308
0c4e2c6c
TV
3092021-01-19 Tom de Vries <tdevries@suse.de>
310
311 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
312
02baa133
AB
3132021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
314
315 * gdb.fortran/array-slices.exp (run_test): Avoid including
316 addresses in test names.
317
10f92414
TV
3182021-01-15 Tom de Vries <tdevries@suse.de>
319
320 PR testsuite/26997
321 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
322 when adding sizeof.
323
116d0cf1
TV
3242021-01-14 Tom de Vries <tdevries@suse.de>
325
326 PR testsuite/24590
327 * gdb.base/style.exp: Handle shorter argv in frame command output.
328
8f66807b
AB
3292021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
330
331 PR gdb/26819
332 * gdb.server/stop-reply-no-thread-multi.c: New file.
333 * gdb.server/stop-reply-no-thread-multi.exp: New file.
334
3f94e588
TV
3352021-01-12 Tom de Vries <tdevries@suse.de>
336
337 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
338 (main): Remove call to have_mpx.
339 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
340 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
341 (main): Remote call to have_mpx.
342 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
343 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
344 (main): Remove call to have_mpx.
345 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
346 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
347 (main): Remove call to have_mpx.
348 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
349 * gdb.arch/i386-mpx.c (have_mpx): Remove.
350 (main): Remote call to have_mpx.
351 * gdb.arch/i386-mpx.exp: Use have_mpx.
352 * lib/gdb.exp (have_mpx): New proc.
353
5291fe3c
SP
3542021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
355
356 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
357
18bfb505
TV
3582021-01-12 Tom de Vries <tdevries@suse.de>
359
360 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
361
ce38f5ed
AB
3622021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
363
364 * gdb.fortran/debug-expr.exp: Add new tests.
365
7c654b71
AB
3662021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.fortran/dot-ops.exp: Add new tests.
369
10dadadc
TV
3702021-01-11 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/26968
373 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
374 Move insn setting $eax to before probe point.
375
66beed02
TT
3762021-01-09 Tom Tromey <tom@tromey.com>
377
378 * gdb.trace/ax.exp: Do not require an "ext".
379
8fc48b79
TT
3802021-01-08 Tom Tromey <tromey@adacore.com>
381
382 * gdb.ada/voidctx/pck.adb: New file.
383 * gdb.ada/voidctx/pck.ads: New file.
384 * gdb.ada/voidctx/voidctx.adb: New file.
385 * gdb.ada/voidctx.exp: New file.
386
6abd4cf2
SM
3872021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
388
389 PR gdb/27157
390 * gdb.base/empty-host-env-vars.exp: New test.
391
d00f0868
AB
3922021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
393
394 * gdb.base/completion.exp: Add a new test.
395
3c8c6de2
AB
3962021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
397
398 * gdb.fortran/intvar-dynamic-types.exp: New file.
399 * gdb.fortran/intvar-dynamic-types.f90: New file.
400
e3436813
AB
4012021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * gdb.fortran/intvar-array.exp: New file.
404 * gdb.fortran/intvar-array.f90: New file.
405
d4813f10
TT
4062021-01-07 Tom Tromey <tromey@adacore.com>
407
408 * gdb.ada/assign_arr.exp: Add 'others' test.
409
b49180ac
TT
4102021-01-06 Tom Tromey <tromey@adacore.com>
411
412 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
413 (FP4_Type): New type.
414 (FP4_Var): New variable.
415 * gdb.ada/fixed_points/fixed_points.adb: Update.
416 * gdb.ada/fixed_points.exp: Add tests for binary operators.
417
3c55062c
SM
4182021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
419
420 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
421 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
422 Pass prompt containing debug print to gdb_test_sequence.
423
e4ad960a
TV
4242021-01-04 Tom de Vries <tdevries@suse.de>
425
426 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
427
3ec3145c
SM
4282021-01-04 Simon Marchi <simon.marchi@efficios.com>
429
430
431
8dc558a0
SM
4322021-01-04 Simon Marchi <simon.marchi@efficios.com>
433
434 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
435 * gdb.server/connect-without-multi-process.exp: Likewise.
436 * gdb.server/exit-multiple-threads.exp: Likewise.
437 * gdb.server/ext-attach.exp: Likewise.
438 * gdb.server/ext-restart.exp: Likewise.
439 * gdb.server/ext-run.exp: Likewise.
440 * gdb.server/ext-wrapper.exp: Likewise.
441 * gdb.server/multi-ui-errors.exp: Likewise.
442 * gdb.server/no-thread-db.exp: Likewise.
443 * gdb.server/reconnect-ctrl-c.exp: Likewise.
444 * gdb.server/run-without-local-binary.exp: Likewise.
445 * gdb.server/server-kill.exp: Likewise.
446 * gdb.server/server-run.exp: Likewise.
447 * gdb.server/solib-list.exp: Likewise.
448 * gdb.server/stop-reply-no-thread.exp: Likewise.
449 * gdb.server/wrapper.exp: Likewise.
450 * gdb.server/sysroot.exp: Increase timeout when testing the
451 target: sysroot.
452
d8387cc8
SM
4532021-01-04 Simon Marchi <simon.marchi@efficios.com>
454
455 * gdb.server/server-run.exp: Use clean_restart.
456
5169ae34
SM
4572021-01-04 Simon Marchi <simon.marchi@efficios.com>
458
459 * gdb.server/ext-run.exp: Use clean_restart.
460
7b0ff8a2
SM
4612021-01-04 Simon Marchi <simon.marchi@efficios.com>
462
463 * gdb.server/stop-reply-no-thread.exp: Use build_executable
464 instead of prepare_for_testing.
465
a754fbdf
SM
4662021-01-04 Simon Marchi <simon.marchi@efficios.com>
467
468 * gdb.server/solib-list.exp: Use clean_restart.
469
c5e71b33
TV
4702021-01-04 Tom de Vries <tdevries@suse.de>
471
472 * gdb.base/morestack.c: Remove printf.
473 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
474
9b243007
TT
4752020-12-31 Tom Tromey <tom@tromey.com>
476
477 * gdb.rust/simple.exp: Update output for Rust 1.49.
478
4ff509e7
BE
4792020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
480
481 * gdb.cp/step-and-next-inline.exp: Fix test case.
482
391750c3
SM
4832020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * gdb.python/py-frame-args.exp: De-duplicate test names.
486
b7874836
AB
4872020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 PR gdb/27059
490 * gdb.dwarf2/dyn-type-unallocated.c: New file.
491 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
492
e1ff6226
PW
4932020-12-21 Peter Waller <p@pwaller.net>
494
495 * gdb.base/style-interp-exec-mi.exp: New.
496 * gdb.base/style-interp-exec-mi.c: New.
497
ca01f1bf
SM
4982020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
499
500 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
501 gdb_test. Use proc_with_prefix.
502
0fe69a94
MM
5032020-12-21 Markus Metzger <markus.t.metzger@intel.com>
504
505 * gdb.btrace/exception.exp: Build with nopie.
506 * gdb.btrace/function_call_history.exp: Likewise.
507 * gdb.btrace/unknown_functions.exp: Likewise.
508
806e7575
MM
5092020-12-21 Markus Metzger <markus.t.metzger@intel.com>
510
511 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
512
493d2172
MM
5132020-12-21 Markus Metzger <markus.t.metzger@intel.com>
514
515 * gdb.python/py-record-btrace.exp: Make test names unique.
516 * gdb.python/py-record-full.exp: Likewise.
517
1a1c0afc
MM
5182020-12-21 Markus Metzger <markus.t.metzger@intel.com>
519
520 * gdb.btrace/data.exp: Make test names unique.
521 * gdb.btrace/delta.exp: Likewise.
522 * gdb.btrace/enable.exp: Likewise.
523 * gdb.btrace/function_call_history.exp: Likewise.
524 * gdb.btrace/nohist.exp: Likewise.
525 * gdb.btrace/non-stop.exp: Likewise.
526 * gdb.btrace/rn-dl-bind.exp: Likewise.
527 * gdb.btrace/step.exp: Likewise.
528 * gdb.btrace/stepi.exp: Likewise.
529 * gdb.btrace/tailcall.exp: Likewise.
530
98d837f0
MM
5312020-12-21 Markus Metzger <markus.t.metzger@intel.com>
532
533 * gdb.btrace/enable.exp: Update error message.
534 * gdb.btrace/multi-inferior.exp: Likewise.
535 * gdb.btrace/reconnect.exp: Likewise.
536 * gdb.python/py-record-btrace.exp: Likewise.
537 * gdb.python/py-record-full.exp: Likewise.
538
c541fa7c
TV
5392020-12-20 Tom de Vries <tdevries@suse.de>
540
541 * lib/gdb.exp (save_target_board_info): New proc.
542 (gdb_compile_shlib): Use save_target_board_info.
543
60108e47
TV
5442020-12-19 Tom de Vries <tdevries@suse.de>
545
546 * lib/gdb.exp (supports_scalar_storage_order_attribute)
547 (supports_gnuc): New proc.
548 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
549 test_compiler_info calls. Add unsupported message.
550 * gdb.base/endianity.c: Use TEST_SSO.
551
fa639f55
HD
5522020-12-19 Hannes Domani <ssbssa@yahoo.de>
553
554 PR exp/27070
555 * gdb.python/compare-enum-type-a.c: New test.
556 * gdb.python/compare-enum-type-b.c: New test.
557 * gdb.python/compare-enum-type.exp: New file.
558 * gdb.python/compare-enum-type.h: New test.
559
4aea001f
HD
5602020-12-18 Hannes Domani <ssbssa@yahoo.de>
561
562 * gdb.python/py-format-string.exp: Add tests for address keyword.
563
b3f9469b
HD
5642020-12-18 Hannes Domani <ssbssa@yahoo.de>
565
566 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
567
86ef42bd
TT
5682020-12-18 Tom Tromey <tromey@adacore.com>
569
570 * gdb.ada/fixed_points.exp: Also run with
571 -fgnat-encodings=minimal. Update expected output.
572
93df4a1d
SM
5732020-12-16 Simon Marchi <simon.marchi@efficios.com>
574
575 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
576 * gdb.base/continue-all-already-running.exp: Likewise.
577 * gdb.base/moribund-step.exp: Likewise.
578 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
579
592995fa
TV
5802020-12-16 Tom de Vries <tdevries@suse.de>
581
582 * gdb.base/batch-preserve-term-settings.exp:
583
1e61189d
TV
5842020-12-16 Tom de Vries <tdevries@suse.de>
585
586 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
587 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
588
19007d95
LM
5892020-12-16 Luis Machado <luis.machado@linaro.org>
590
591 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
592 pointer-based memory accesses.
593 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
594 hw watchpoint cases.
595
a33fc9ae
RK
5962020-12-15 Rae Kim <rae.kim@gmail.com>
597
598 * gdb.base/document.exp: New test.
599
0e5ad442
TT
6002020-12-15 Tom Tromey <tromey@adacore.com>
601
602 * gdb.base/style.exp: Add deprecation tests.
603
60598dbd
SM
6042020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
605
606 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
607
8cd6d968
MW
6082020-12-14 Mark Wielaard <mark@klomp.org>
609
610 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
611 specially, set attr_form_comment to the actual FORM string used.
612
eab9267c
MW
6132020-12-14 Mark Wielaard <mark@klomp.org>
614
615 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
616 _constants(SPECIAL_expr) here, but set it...
617 (Dwarf::cu): ...here based on _cu_version.
618
2f413264
TV
6192020-12-14 Tom de Vries <tdevries@suse.de>
620
621 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
622 pass -fPIC.
623 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
624 * gdb.base/break-probes.exp: Same.
625 * gdb.base/ctxobj.exp: Same.
626 * gdb.base/dso2dso.exp: Same.
627 * gdb.base/global-var-nested-by-dso.exp: Same.
628 * gdb.base/info-shared.exp: Same.
629 * gdb.base/jit-reader-simple.exp: Same.
630 * gdb.base/print-file-var.exp: Same.
631 * gdb.base/skip-solib.exp: Same.
632 * gdb.btrace/dlopen.exp: Same.
633
18f1cb1f
TV
6342020-12-14 Tom de Vries <tdevries@suse.de>
635
636 PR testsuite/26963
637 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
638
519155c9
TV
6392020-12-14 Tom de Vries <tdevries@suse.de>
640
641 PR testsuite/26962
642 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
643 cast it to its declared type".
644
153f6e6c
TV
6452020-12-14 Tom de Vries <tdevries@suse.de>
646
647 PR testsuite/26951
648 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
649 shell prompt.
650
86b44259
TT
6512020-12-14 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/nested.exp: Add new tests.
654 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
655
e26624c6
TT
6562020-12-14 Tom Tromey <tromey@adacore.com>
657
658 * gdb.dwarf2/ada-thick-pointer.exp: New file.
659
a3bdae4e
TT
6602020-12-14 Tom Tromey <tromey@adacore.com>
661
662 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
663
862fcbd8
TV
6642020-12-13 Tom de Vries <tdevries@suse.de>
665
666 PR testsuite/26953
667 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
668 attribute support if compiler doesn't support it.
669
a406a98e
TV
6702020-12-13 Tom de Vries <tdevries@suse.de>
671
672 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
673 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
674 source to shared lib. Add ada to options.
675
5d7e6ed0
TV
6762020-12-13 Tom de Vries <tdevries@suse.de>
677
678 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
679 calling gnatbind and gnatlink.
680
ee9812a0
AB
6812020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.base/dcache-flush.c: New file.
684 * gdb.base/dcache-flush.exp: New file.
685
50a5f187
AB
6862020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
687
688 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
689 commands.
690 * gdb.base/killed-outside.exp: Likewise.
691 * gdb.opt/inline-bt.exp: Likewise.
692 * gdb.perf/gmonster-null-lookup.py: Likewise.
693 * gdb.perf/gmonster-print-cerr.py: Likewise.
694 * gdb.perf/gmonster-ptype-string.py: Likewise.
695 * gdb.python/py-unwind.exp: Likewise.
696
19c659f1
AB
6972020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 * gdb.base/commands.exp: Update expected results.
700
9ef6d4a1
AB
7012020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
702
703 PR cli/15104
704 * gdb.base/commands.exp: Add additional tests.
705 * gdb.base/completion.exp: Add additional tests.
706
1536146f
AB
7072020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
708
709 * gdb.base/completion.exp: Add additional tests.
710
346e7e19
TV
7112020-12-11 Tom de Vries <tdevries@suse.de>
712
713 PR testsuite/26991
714 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
715 violations by setting bounds registers if the bounds are passed in the
716 Bounds Table.
717
9cd7a95a
TV
7182020-12-11 Tom de Vries <tdevries@suse.de>
719
720 PR testsuite/26954
721 * gdb.base/float128.exp: Detect and handle no mpfr support.
722
4483a8e7
SM
7232020-12-10 Simon Marchi <simon.marchi@efficios.com>
724
725 PR gdb/24694
726 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
727 calls.
728
10067028
TV
7292020-12-10 Tom de Vries <tdevries@suse.de>
730
731 PR testsuite/26947
732 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
733 braces for tcl 8.5 and earlier.
734
5b56203a
SM
7352020-12-09 Simon Marchi <simon.marchi@efficios.com>
736
737 PR 26875, PR 26901
738 * gdb.base/flexible-array-member.c: New test.
739 * gdb.base/flexible-array-member.exp: New test.
740
b46551b2
TV
7412020-12-08 Tom de Vries <tdevries@suse.de>
742
743 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
744 using is_amd64_regs_target.
745
8439f446
TV
7462020-12-08 Tom de Vries <tdevries@suse.de>
747
748 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
749 self_id.
750
bc545da7
PA
7512020-12-07 Pedro Alves <pedro@palves.net>
752
753 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
754 'additional_flags' variable.
755
1f58f6c2
TBA
7562020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
757
758 * gdb.linespec/explicit.exp: Extend with a test to check completing
759 '-' after seemingly complete options.
760
5759831a
TBA
7612020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
762
763 * gdb.linespec/keywords.exp: Add tests to check positional
764 flexibility of "-force-condition".
765
21e051b3
TBA
7662020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
767
768 * gdb.base/bp-cmds-run-with-ex.c: New file.
769 * gdb.base/bp-cmds-run-with-ex.exp: New file.
770 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
771 * gdb.gdb/python-interrupts.exp: Update the call to
772 'catch_command_errors' with the new argument.
773 * gdb.gdb/python-selftest.exp: Ditto.
774
187b041e
SM
7752020-12-04 Simon Marchi <simon.marchi@efficios.com>
776
777 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
778 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
779 * gdb.threads/non-stop-fair-events.exp: Likewise.
780
3b7a962d
SM
7812020-12-04 Simon Marchi <simon.marchi@efficios.com>
782
783 * gdb.threads/step-over-exec.exp: New.
784 * gdb.threads/step-over-exec.c: New.
785 * gdb.threads/step-over-exec-execd.c: New.
786 * lib/my-syscalls.S: New.
787 * lib/my-syscalls.h: New.
788
e633b117
SM
7892020-12-04 Simon Marchi <simon.marchi@efficios.com>
790
791 * lib/dwarf.exp (declare_labels): Use name as text if text is
792 not provided.
793
67748e0f
TV
7942020-12-04 Tom de Vries <tdevries@suse.de>
795
796 PR testsuite/26990
797 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
798 are unsupported.
799
a8d13675
TV
8002020-12-04 Tom de Vries <tdevries@suse.de>
801
802 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
803 clause.
804
f17727b3
TV
8052020-12-04 Tom de Vries <tdevries@suse.de>
806
807 * gdb.reverse/insn-reverse.exp: Fix count handling.
808
a1499830
TV
8092020-12-04 Tom de Vries <tdevries@suse.de>
810
811 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
812 __x86_64__.
813
9c027c2f
TV
8142020-12-04 Tom de Vries <tdevries@suse.de>
815
816 * gdb.reverse/insn-reverse.c (test_nr): New var.
817 (usage, parse_args): New function.
818 (main): Call parse_args. Only run test for test_nr.
819 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
820 and bail out. Run subtests individually, using an inferior arg
821 specifying the subtest.
822
533b2ae0
AB
8232020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
826
e4502042
AB
8272020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
828
829 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
830 update test to use this.
831
f55a9a37
SM
8322020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
833
834 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
835
0a6155a0
SM
8362020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
837
838 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
839 (do_test): Don't use with_test_prefix.
840 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
841 (do_test): Don't use with_test_prefix.
842 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
843 (do_test): Don't use with_test_prefix.
844 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
845 (do_test): Don't use with_test_prefix.
846
4d56d64a
SM
8472020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
848
849 * gdb.threads/non-ldr-exit.exp: Fix comment.
850
54e75f29
AB
8512020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
852
853 * gdb.xml/maint-xml-dump-03.xml: New file.
854
7ce05d21
TV
8552020-11-30 Tom de Vries <tdevries@suse.de>
856
857 PR symtab/26905
858 * gdb.dwarf2/count.exp: Remove kfails.
859
50757f95
TBA
8602020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
861
862 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
863 indices.
864
4afa9fd9
JB
8652020-11-24 Joel Brobecker <brobecker@adacore.com>
866
867 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
868 the "ptype pck__fp1_range_var" test for the module-2 and pascal
869 languages. Remove the associated setup_xfail.
870
15a491af
SM
8712020-11-23 Simon Marchi <simon.marchi@efficios.com>
872
873 * lib/gdb.exp (gdb_assert): Show error message on error.
874
891615f0
TV
8752020-11-23 Tom de Vries <tdevries@suse.de>
876
877 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
878 * gdb.ada/mod_from_name.exp: Same.
879 * gdb.ada/pckd_arr_ren.exp: Same.
880
19922582
SM
8812020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
882
883 * gdb.base/template.exp: New.
884 * gdb.base/template.c: New.
885
117c628d
GB
8862020-11-22 Gary Benson <gbenson@redhat.com>
887
888 PR gdb/26905
889 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
890 is defined using a DW_AT_count which references another DIE.
891
da39d3ba
TV
8922020-11-21 Tom de Vries <tdevries@suse.de>
893
894 * gdb.base/vla-ptr.exp: Add XFAIL.
895
a5c641b5
AB
8962020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.fortran/array-slices-bad.exp: New file.
899 * gdb.fortran/array-slices-bad.f90: New file.
900 * gdb.fortran/array-slices-sub-slices.exp: New file.
901 * gdb.fortran/array-slices-sub-slices.f90: New file.
902 * gdb.fortran/array-slices.exp: Rewrite tests.
903 * gdb.fortran/array-slices.f90: Rewrite tests.
904 * gdb.fortran/vla-sizeof.exp: Correct expected results.
905
a15a5258
AB
9062020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
907
908 * gdb.base/completion.exp: Add new completion tests.
909
7cb2893d
SM
9102020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
911
912 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
913 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
914 * gdb.mi/mi-nsintrall.exp: Likewise.
915 * gdb.mi/mi-nsmoribund.exp: Likewise.
916 * gdb.mi/mi-nsthrexec.exp: Likewise.
917 * gdb.mi/mi-watch-nonstop.exp: Likewise.
918
cf144ec8
SM
9192020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
920
921 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
922 of perror.
923
6b6a3e05
JM
9242020-11-18 Joseph Myers <joseph@codesourcery.com>
925
926 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
927 $arg.exe exists but $arg does not.
928
811bdca0
GB
9292020-11-17 Gary Benson <gbenson@redhat.com>
930
931 * gdb.trace/trace-common.h (x86_trace_dummy): Add
932 __attribute__ ((used)).
933
c72e3136
AB
9342020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
935
936 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
937
037d7135
AB
9382020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
939
940 * gdb.base/completion.exp: Add new tests.
941
119e99bb
TT
9422020-11-16 Tom Tromey <tromey@adacore.com>
943
944 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
945 tests.
946
b74dbc20
JB
9472020-11-15 Joel Brobecker <brobecker@adacore.com>
948
949 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
950 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
951 (main): Add reference to pck__fp1_var2.
952 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
953
0a12719e
JB
9542020-11-15 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
957
0c9150e4
JB
9582020-11-15 Joel Brobecker <brobecker@adacore.com>
959
960 * gdb.ada/fixed_points.exp: Add ptype tests.
961 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
962
b26daff9
JB
9632020-11-15 Joel Brobecker <brobecker@adacore.com>
964
965 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
966
09584414
JB
9672020-11-15 Joel Brobecker <brobecker@adacore.com>
968
969 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
970 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
971 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
972 New files.
973 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
974
975 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
976 New files.
977
9dd02fc0
AB
9782020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 PR cli/26879
981 * gdb.fortran/completion.exp: New file.
982 * gdb.fortran/completion.f90: New file.
983
5643c500
JM
9842020-11-12 Joseph Myers <joseph@codesourcery.com>
985
986 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
987 but $arg does not.
988
7bea47f0
AB
9892020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
990
991 * gdb.fortran/types.exp: Add more tests.
992
1f2624a3
TT
9932020-11-12 Tom Tromey <tom@tromey.com>
994
995 PR rust/26799:
996 * gdb.rust/traits.exp: Remove kfails.
997
9e74f0ae
GB
9982020-11-12 Gary Benson <gbenson@redhat.com>
999
1000 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1001 statement.
1002
acb994fa
SM
10032020-11-11 Simon Marchi <simon.marchi@efficios.com>
1004
1005 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1006 always-inserted" axis.
1007 (do_test): Add breakpoint_always_inserted parameter.
1008
95016fd2
TT
10092020-11-10 Tom Tromey <tromey@adacore.com>
1010
1011 * gdb.ada/bias.exp: Update.
1012 * gdb.ada/bias/bias.adb (X): Change value.
1013
83100a74
GB
10142020-11-10 Gary Benson <gbenson@redhat.com>
1015
1016 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1017 regexp fragment in parentheses to prevent false matching.
1018
6ff174a7
GB
10192020-11-10 Gary Benson <gbenson@redhat.com>
1020
1021 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1022
eb24648c
GB
10232020-11-10 Gary Benson <gbenson@redhat.com>
1024
1025 * gdb.cp/step-and-next-inline.exp: Only require
1026 -gstatement-frontiers when building with GCC.
1027 Only setup KFAIL's for GCC issues when using
1028 a GCC-built executable.
1029
86775fab
AB
10302020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/debug-expr.c: Add extra function to allow for an
1033 additional test.
1034 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1035 to this proc with gdb_test_debug_expr. Add an extra test.
1036 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1037 to this proc with gdb_test_debug_expr, give the tests names
1038 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1039 calls to this proc with gdb_test_debug_expr, give the tests names
1040 * gdb.fortran/debug-expr.exp: New file.
1041 * gdb.fortran/debug-expr.f90: New file.
1042 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1043
a1945bd4
SM
10442020-11-06 Simon Marchi <simon.marchi@efficios.com>
1045
1046 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1047 proceduresu.
1048 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1049 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1050 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1051 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1052 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1053 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1054 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1055 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1056
9c91c725
TT
10572020-11-04 Tom Tromey <tromey@adacore.com>
1058
1059 * gdb.ada/funcall_ref.exp: Update.
1060 * gdb.ada/var_rec_arr.exp: Update.
1061
8d9fd3a1
TT
10622020-11-04 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.ada/rec_ptype.exp: New file.
1065 * gdb.ada/rec_ptype/main.adb: New file.
1066 * gdb.ada/rec_ptype/p.ads: New file.
1067
d8f62e84
TT
10682020-11-04 Tom Tromey <tromey@adacore.com>
1069
1070 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1071 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1072 (PT_Full): New variable.
1073 * gdb.ada/tick_length_array_enum_idx/pck.adb
1074 (Full_PT): New type.
1075
7ff5b937
TT
10762020-11-04 Tom Tromey <tromey@adacore.com>
1077
1078 * gdb.ada/array_of_variant.exp: New file.
1079 * gdb.ada/array_of_variant/p.adb: New file.
1080 * gdb.ada/array_of_variant/pck.ads: New file.
1081 * gdb.ada/array_of_variant/pck.adb: New file.
1082
10f6a3ad
TT
10832020-11-04 Tom Tromey <tromey@adacore.com>
1084
1085 * gdb.ada/enum_idx_packed.exp: Add test.
1086 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1087 New variable.
1088 * gdb.ada/enum_idx_packed/pck.ads (Short)
1089 (Multi_Dimension, Multi_Dimension_Access): New types.
1090
b72795a8
TT
10912020-11-04 Tom Tromey <tromey@adacore.com>
1092
1093 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1094
24aa1b02
TT
10952020-11-04 Tom Tromey <tromey@adacore.com>
1096
1097 * gdb.ada/set_pckd_arr_elt.exp: Also test
1098 -fgnat-encodings=minimal. Add tests.
1099 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1100 Call Update_Small a second time.
1101 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1102 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1103 (Variant_Access): New types.
1104 (New_Variant): Declare.
1105
c9a28cbe
TT
11062020-11-04 Tom Tromey <tromey@adacore.com>
1107
1108 * gdb.ada/mod_from_name.exp: Test printing slice.
1109
57567375
TT
11102020-11-04 Tom Tromey <tromey@adacore.com>
1111
1112 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1113 values.
1114 * gdb.ada/access_to_unbounded_array.exp: Test different
1115 -fgnat-encodings values.
1116 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1117 values.
1118 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1119 values.
1120 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1121 values.
1122 * gdb.ada/array_of_variable_length.exp: Test different
1123 -fgnat-encodings values.
1124 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1125 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1126 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1127 change.
1128 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1129 values.
1130 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1131 * gdb.ada/out_of_line_in_inlined.exp: Test different
1132 -fgnat-encodings values.
1133 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1134 values.
1135 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1136 values.
1137 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1138 -fgnat-encodings values.
1139 * gdb.ada/variant_record_packed_array.exp: Test different
1140 -fgnat-encodings values.
1141
a7400e44
TT
11422020-11-04 Tom Tromey <tromey@adacore.com>
1143
1144 * gdb.ada/enum_idx_packed.exp: Add tests.
1145 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1146 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1147 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1148 declarations.
1149
c40907bf
TV
11502020-11-03 Tom de Vries <tdevries@suse.de>
1151
1152 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1153 terminator comments.
1154 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1155 terminator.
1156
f468977a
SM
11572020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1158
1159 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1160 integer format test with regexp.
1161
1c2bec19
GB
11622020-11-02 Gary Benson <gbenson@redhat.com>
1163
1164 * gdb.base/print-file-var.exp (test): Separate compiler and
1165 linker options, and build using build_executable_from_specs
1166 to accommodate this.
1167
6539a36d
GB
11682020-11-02 Gary Benson <gbenson@redhat.com>
1169
1170 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1171 for .c files compiled as C++ with Clang if any shared
1172 libraries are specified.
1173
7ea44a51
GB
11742020-11-02 Gary Benson <gbenson@redhat.com>
1175
1176 * lib/attributes.h: New header.
1177 * gdb.base/backtrace.c: Include the above. Replace
1178 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1179 * gdb.base/infcall-nested-structs.c: Likewise.
1180 * gdb.base/vla-optimized-out.c: Likewise.
1181
ab8f783d
TV
11822020-11-02 Tom de Vries <tdevries@suse.de>
1183
1184 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1185
d77c9224
JB
11862020-11-01 Joel Brobecker <brobecker@adacore.com>
1187
1188 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1189 System.Min_Int and System.Max_Int with smaller hardcoded
1190 constants.
1191
0e5b0dd0
SM
11922020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1193
1194 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1195 * configure: Re-generate.
1196
136821d9
SM
11972020-10-30 Simon Marchi <simon.marchi@efficios.com>
1198
1199 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1200 expected output.
1201
b78b3a29
TBA
12022020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1203
1204 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1205 behavior.
1206 * gdb.base/paginate-bg-execution.exp: Ditto.
1207 * gdb.base/paginate-inferior-exit.exp: Ditto.
1208 * gdb.base/double-prompt-target-event-error.c: Remove.
1209 * gdb.base/double-prompt-target-event-error.exp: Remove.
1210
cfaa8f76
TBA
12112020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1212
1213 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1214 inferiors' and 'detach inferiors' do not change the current
1215 inferior.
1216
0ad0e70c
TV
12172020-10-29 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.threads/tls.exp: Fix DUPLICATEs.
1220
99cc6b2a
TV
12212020-10-28 Tom de Vries <tdevries@suse.de>
1222
1223 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1224
efe9b873
TV
12252020-10-28 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1228 * gdb.base/reread.exp: Same.
1229
6b68fd45
TV
12302020-10-28 Tom de Vries <tdevries@suse.de>
1231
1232 * lib/gdb.exp (readnow): Handle arg.
1233 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1234
32a5f98a
TV
12352020-10-28 Tom de Vries <tdevries@suse.de>
1236
1237 * gdb.base/relocate.exp: Update regexp for -readnow.
1238
f93b8760
TV
12392020-10-28 Tom de Vries <tdevries@suse.de>
1240
1241 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1242 -readnow.
1243
1b00ef06
TV
12442020-10-28 Tom de Vries <tdevries@suse.de>
1245
1246 PR symtab/26772
1247 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1248 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1249
364bb903
TV
12502020-10-28 Tom de Vries <tdevries@suse.de>
1251
1252 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1253 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1254 complaint during file command for -readnow.
1255
445a033f
TV
12562020-10-28 Tom de Vries <tdevries@suse.de>
1257
1258 * gdb.cp/nsalias.exp: Fix typo in test name.
1259
fdd67a42
TV
12602020-10-28 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1263
706baf4c
TV
12642020-10-28 Tom de Vries <tdevries@suse.de>
1265
1266 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1267 -readnow.
1268
b448cca5
TV
12692020-10-27 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1272
5868da03
TV
12732020-10-27 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.base/maint.exp: Update for -readnow.
1276
06db6ec3
TV
12772020-10-27 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1280 -readnow.
1281
934a1764
GB
12822020-10-14 Gary Benson <gbenson@redhat.com>
1283
1284 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1285 "_vptr$Base" as correct, in addition to "_vptr.Base".
1286 (test_mixed): Likewise.
1287
0bf21fbd
GB
12882020-10-27 Gary Benson <gbenson@redhat.com>
1289
1290 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1291 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1292
b1d4d8d1
TBA
12932020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1294
1295 * gdb.base/condbreak.exp: Update the completion tests to
1296 consider the '-force' flag.
1297
bd24c5d6
TV
12982020-10-27 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.base/list-ambiguous-readnow.exp: New file.
1301
733d554a
TBA
13022020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1303
1304 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1305 the condition.
1306 * gdb.linespec/cpcompletion.exp: Update to consider the
1307 '-force-condition' keyword.
1308 * gdb.linespec/explicit.exp: Ditto.
1309 * lib/completion-support.exp: Ditto.
1310
b5fa468f
TBA
13112020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1312
1313 * gdb.base/condbreak-multi-context.cc: New file.
1314 * gdb.base/condbreak-multi-context.exp: New file.
1315
b3247276
TT
13162020-10-26 Tom Tromey <tom@tromey.com>
1317
1318 * lib/mi-support.exp (default_mi_gdb_start): Call
1319 gdb_stdin_log_init.
1320 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1321 subtract one from gdb_instances.
1322 (gdb_stdin_log_write): Flush in_file.
1323
1c47ec3e
TV
13242020-10-26 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1327
6390859c
TT
13282020-10-26 Tom Tromey <tromey@adacore.com>
1329
1330 * gdb.ada/unsigned_range/foo.adb: New file.
1331 * gdb.ada/unsigned_range/pack.adb: New file.
1332 * gdb.ada/unsigned_range/pack.ads: New file.
1333 * gdb.ada/unsigned_range.exp: New file.
1334
55c3ad88
TV
13352020-10-26 Tom de Vries <tdevries@suse.de>
1336
1337 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1338
1612c4bb
TV
13392020-10-26 Tom de Vries <tdevries@suse.de>
1340
1341 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1342 for CU.
1343 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1344
7d72802b
TV
13452020-10-23 Tom de Vries <tdevries@suse.de>
1346
1347 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1348 DW_FORM_string.
1349 (Dwarf::_default_form): New proc.
1350 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1351 guessed.
1352
9476b583
TV
13532020-10-23 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1356 * gdb.dwarf2/atomic-type.exp: Same.
1357 * gdb.dwarf2/bad-regnum.exp: Same.
1358 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1359 * gdb.dwarf2/dw2-align.exp: Same.
1360 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1361 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1362 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1363 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1364 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1365 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1366 * gdb.dwarf2/enum-type.exp: Same.
1367 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1368 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1369 * gdb.dwarf2/main-subprogram.exp: Same.
1370 * gdb.dwarf2/missing-type-name.exp: Same.
1371 * gdb.dwarf2/nonvar-access.exp: Same.
1372 * gdb.dwarf2/typedef-void-finish.exp: Same.
1373 * gdb.dwarf2/var-access.exp: Same.
1374 * gdb.dwarf2/void-type.exp: Same.
1375
4a636814
SM
13762020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1377
1378 PR gdb/26693
1379 * gdb.dwarf2/template-specification-full-name.exp: New test.
1380
557fc257
LM
13812020-10-22 Luis Machado <luis.machado@linaro.org>
1382
1383 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1384 expected an offset from the function.
1385 * gdb.base/msym-bp.exp (test): Likewise.
1386
6b4c676c
AB
13872020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.fortran/array-slices.exp: Add a new test.
1390
98cec4f6
GB
13912020-10-21 Gary Benson <gbenson@redhat.com>
1392
1393 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1394 fullname test with Clang. Also expand comments generally.
1395
ae86f581
TV
13962020-10-20 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1399
8c161360
TV
14002020-10-20 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.dwarf2/arr-stride.c: Remove.
1403 * gdb.dwarf2/arr-stride.exp: Use main.c.
1404 * gdb.dwarf2/arr-subrange.c: Remove.
1405 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1406 * gdb.dwarf2/bad-regnum.c: Remove.
1407 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1408 * gdb.dwarf2/corrupt.c: Remove.
1409 * gdb.dwarf2/corrupt.exp: Use main.c.
1410 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1411 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1412 * gdb.dwarf2/dw2-icycle.c: Remove.
1413 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1414 * gdb.dwarf2/formdata16.c: Remove.
1415 * gdb.dwarf2/formdata16.exp: Use main.c.
1416 * gdb.dwarf2/implptrconst.c: Remove.
1417 * gdb.dwarf2/implptrconst.exp: Use main.c.
1418 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1419 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1420 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1421 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1422
9c2412ec
TV
14232020-10-20 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1426 file.
1427 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1428
0cd2ad78
TV
14292020-10-20 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1432 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1433 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1434 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1435 * gdb.dwarf2/dw2-ranges.exp: Same.
1436 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1437 * gdb.dwarf2/var-access.exp: Same.
1438
22cc388e
TT
14392020-10-19 Tom Tromey <tromey@adacore.com>
1440
1441 PR tui/26719
1442 * gdb.tui/list.exp: Check source window contents after focus
1443 change.
1444
520596f2
TV
14452020-10-17 Tom de Vries <tdevries@suse.de>
1446
1447 PR symtab/26317
1448 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1449
d1c8a76d
TV
14502020-10-17 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1453 as suffix.
1454 * gdb.dwarf2/atomic.c: Rename to ...
1455 * gdb.dwarf2/atomic-type.c: ... this.
1456 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1457 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1458 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1459 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1460 * gdb.dwarf2/fission-mix2.c: Rename to ...
1461 * gdb.dwarf2/fission-mix-2.c: ... this.
1462 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1463 standard_testfile.
1464 * gdb.dwarf2/ada-valprint-error.exp: Same.
1465 * gdb.dwarf2/arr-stride.exp: Same.
1466 * gdb.dwarf2/arr-subrange.exp: Same.
1467 * gdb.dwarf2/atomic-type.exp: Same.
1468 * gdb.dwarf2/bad-regnum.exp: Same.
1469 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1470 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1471 * gdb.dwarf2/clang-debug-names.exp: Same.
1472 * gdb.dwarf2/comp-unit-lang.exp: Same.
1473 * gdb.dwarf2/corrupt.exp: Same.
1474 * gdb.dwarf2/count.exp: Same.
1475 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1476 * gdb.dwarf2/data-loc.exp: Same.
1477 * gdb.dwarf2/dw2-align.exp: Same.
1478 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1479 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1480 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1481 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1482 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1483 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1484 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1485 * gdb.dwarf2/dw2-inline-param.exp: Same.
1486 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1487 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1488 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1489 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1490 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1491 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1492 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1493 * gdb.dwarf2/dw2-param-error.exp: Same.
1494 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1495 * gdb.dwarf2/dw2-ranges.exp: Same.
1496 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1497 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1498 * gdb.dwarf2/dw4-sig-types.exp: Same.
1499 * gdb.dwarf2/dynarr-ptr.exp: Same.
1500 * gdb.dwarf2/enum-type.exp: Same.
1501 * gdb.dwarf2/fission-mix.exp: Same.
1502 * gdb.dwarf2/formdata16.exp: Same.
1503 * gdb.dwarf2/implptrconst.exp: Same.
1504 * gdb.dwarf2/implptrpiece.exp: Same.
1505 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1506 * gdb.dwarf2/main-subprogram.exp: Same.
1507 * gdb.dwarf2/method-ptr.exp: Same.
1508 * gdb.dwarf2/missing-sig-type.exp: Same.
1509 * gdb.dwarf2/nonvar-access.exp: Same.
1510 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1511 * gdb.dwarf2/shortpiece.exp: Same.
1512 * gdb.dwarf2/staticvirtual.exp: Same.
1513 * gdb.dwarf2/subrange.exp: Same.
1514 * gdb.dwarf2/symtab-producer.exp: Same.
1515 * gdb.dwarf2/typedef-void-finish.exp: Same.
1516 * gdb.dwarf2/var-access.exp: Same.
1517 * gdb.dwarf2/variant.exp: Same.
1518 * gdb.dwarf2/void-type.exp: Same.
1519 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1520 dw2-ranges-main.c.
1521 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1522
472d09c1
TV
15232020-10-16 Tom de Vries <tdevries@suse.de>
1524
1525 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1526
afe75f6d
TV
15272020-10-16 Tom de Vries <tdevries@suse.de>
1528
1529 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1530
8c8bd0ba
TV
15312020-10-14 Tom de Vries <tdevries@suse.de>
1532
1533 PR testsuite/26732
1534 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1535 scenario 2.
1536 * gdb.ada/mi_catch_ex_hand.exp: Same.
1537
b75d55d4
PA
15382020-10-13 Pedro Alves <pedro@palves.net>
1539
1540 * lib/mi-support.exp (mi_clean_restart): New.
1541 (mi_run_to_main): Delete.
1542 All callers adjust to use mi_clean_restart / mi_runto_main.
1543
e777225b
PA
15442020-10-13 Pedro Alves <pedro@palves.net>
1545
1546 * config/monitor.exp: Use "list -q".
1547 * gdb.arch/gdb1558.exp: Use "break -q".
1548 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1549 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1550 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1551 * gdb.base/commands.exp: Use "break -q".
1552 * gdb.base/condbreak.exp: Use "break -q".
1553 * gdb.base/ctf-ptype.exp: Use "list -q".
1554 * gdb.base/define.exp: Use "break -q".
1555 * gdb.base/del.exp: Use "break -q".
1556 * gdb.base/fullname.exp: Use "break -q".
1557 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1558 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1559 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1560 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1561 "hbreak -q".
1562 * gdb.base/included.exp: Use "list -q".
1563 * gdb.base/label.exp: Use "break -q".
1564 * gdb.base/lineinc.exp: Use "break -q".
1565 * gdb.base/list.exp: Use "list -q".
1566 * gdb.base/macscp.exp: Use "list -q".
1567 * gdb.base/pending.exp: Use "break -q".
1568 * gdb.base/prologue-include.exp: Use "break -q".
1569 * gdb.base/ptype.exp: Use "list -q".
1570 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1571 * gdb.base/server-del-break.exp: Use "break -q".
1572 * gdb.base/style.exp: Use "break -q".
1573 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1574 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1575 * gdb.cp/exception.exp: Use "tbreak -q".
1576 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1577 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1578 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1579 * gdb.dwarf2/pr13961.exp: Use "break -q".
1580 * gdb.linespec/explicit.exp: Use "list -q".
1581 * gdb.linespec/linespec.exp: Use "break -q".
1582 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1583 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1584 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1585 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1586 * gdb.trace/change-loc.exp: Use "break -q".
1587 * gdb.trace/pending.exp: Use "break -q".
1588 * gdb.tui/basic.exp: Use "list -q".
1589 * gdb.tui/list-before.exp: Use "list -q".
1590 * gdb.tui/list.exp: Use "list -q".
1591 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1592
8abd8ee8
PA
15932020-10-13 Pedro Alves <pedro@palves.net>
1594
1595 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1596 saved breakpoints file.
1597 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1598 inspecting breakpoint list.
1599 * lib/gdb.exp (runto_main): Add "qualified" to options.
1600 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1601 and handle it.
1602 (mi_runto_main): Pass 1 as qualified argument.
1603
f71e6719
PA
16042020-10-13 Pedro Alves <pedro@palves.net>
1605
1606 * lib/mi-support.exp (mi_runto_main): New proc.
1607 (mi_run_to_main): Use it.
1608 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1609 * gdb.mi/mi-var-cmd.exp: Likewise.
1610 * gdb.mi/mi-var-invalidate.exp: Likewise.
1611 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1612 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1613 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1614 * gdb.mi/user-selected-context-sync.exp: Likewise.
1615 * gdb.opt/inline-cmds.exp: Likewise.
1616 * gdb.python/py-framefilter-mi.exp: Likewise.
1617 * gdb.python/py-mi.exp: Likewise.
1618
50441f0f
PA
16192020-10-13 Pedro Alves <pedro@palves.net>
1620
1621 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1622 "runto main".
1623 * gdb.ada/small_reg_param.exp: Likewise.
1624 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1625 * gdb.base/annota1.exp: Likewise.
1626 * gdb.base/anon.exp: Likewise.
1627 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1628 * gdb.base/dprintf-non-stop.exp: Likewise.
1629 * gdb.base/dprintf.exp: Likewise.
1630 * gdb.base/gdb11530.exp: Likewise.
1631 * gdb.base/gdb11531.exp: Likewise.
1632 * gdb.base/gnu_vector.exp: Likewise.
1633 * gdb.base/interrupt-noterm.exp: Likewise.
1634 * gdb.base/memattr.exp: Likewise.
1635 * gdb.base/step-over-syscall.exp: Likewise.
1636 * gdb.base/watch-cond-infcall.exp: Likewise.
1637 * gdb.base/watch-read.exp: Likewise.
1638 * gdb.base/watch-vfork.exp: Likewise.
1639 * gdb.base/watch_thread_num.exp: Likewise.
1640 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1641 * gdb.guile/scm-frame-inline.exp: Likewise.
1642 * gdb.linespec/explicit.exp: Likewise.
1643 * gdb.opt/inline-break.exp: Likewise.
1644 * gdb.python/py-frame-inline.exp: Likewise.
1645 * gdb.reverse/break-precsave.exp: Likewise.
1646 * gdb.reverse/break-reverse.exp: Likewise.
1647 * gdb.reverse/consecutive-precsave.exp: Likewise.
1648 * gdb.reverse/consecutive-reverse.exp: Likewise.
1649 * gdb.reverse/finish-precsave.exp: Likewise.
1650 * gdb.reverse/finish-reverse.exp: Likewise.
1651 * gdb.reverse/fstatat-reverse.exp: Likewise.
1652 * gdb.reverse/getresuid-reverse.exp: Likewise.
1653 * gdb.reverse/i386-precsave.exp: Likewise.
1654 * gdb.reverse/i386-reverse.exp: Likewise.
1655 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1656 * gdb.reverse/i387-env-reverse.exp: Likewise.
1657 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1658 * gdb.reverse/insn-reverse.exp: Likewise.
1659 * gdb.reverse/machinestate-precsave.exp: Likewise.
1660 * gdb.reverse/machinestate.exp: Likewise.
1661 * gdb.reverse/pipe-reverse.exp: Likewise.
1662 * gdb.reverse/readv-reverse.exp: Likewise.
1663 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1664 * gdb.reverse/rerun-prec.exp: Likewise.
1665 * gdb.reverse/s390-mvcle.exp: Likewise.
1666 * gdb.reverse/solib-precsave.exp: Likewise.
1667 * gdb.reverse/solib-reverse.exp: Likewise.
1668 * gdb.reverse/step-precsave.exp: Likewise.
1669 * gdb.reverse/step-reverse.exp: Likewise.
1670 * gdb.reverse/time-reverse.exp: Likewise.
1671 * gdb.reverse/until-precsave.exp: Likewise.
1672 * gdb.reverse/until-reverse.exp: Likewise.
1673 * gdb.reverse/waitpid-reverse.exp: Likewise.
1674 * gdb.reverse/watch-precsave.exp: Likewise.
1675 * gdb.reverse/watch-reverse.exp: Likewise.
1676 * gdb.threads/kill.exp: Likewise.
1677 * gdb.threads/tid-reuse.exp: Likewise.
1678
d3a07122
SM
16792020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1680
1681 PR gdb/26642
1682 * gdb.base/maint-target-async-off.c: New test.
1683 * gdb.base/maint-target-async-off.exp: New test.
1684
c65c6c42
AM
16852020-10-13 Alan Modra <amodra@gmail.com>
1686
1687 * gdb.arch/powerpc-altivec.s,
1688 * gdb.arch/powerpc-power7.s,
1689 * gdb.arch/powerpc-power8.s,
1690 * gdb.arch/powerpc-power9.s,
1691 * gdb.arch/powerpc-vsx.s,
1692 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1693 * gdb.arch/powerpc-altivec.exp,
1694 * gdb.arch/powerpc-power7.exp,
1695 * gdb.arch/powerpc-power8.exp,
1696 * gdb.arch/powerpc-power9.exp,
1697 * gdb.arch/powerpc-vsx.exp,
1698 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1699 disassembly of mfvsrd/mtvsrd.
1700
f4a0f710
AM
17012020-10-13 Alan Modra <amodra@gmail.com>
1702
1703 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1704 "target architecture" output.
1705 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1706 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1707 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1708 * gdb.arch/s390-disassembler-options.exp: Likewise.
1709
87a37e5e
PA
17102020-10-12 Pedro Alves <pedro@palves.net>
1711
1712 PR exp/26602
1713 PR c++/26550
1714 * gdb.cp/ambiguous.cc (marker1): Delete.
1715 (main): Initialize all the fields of the locals. Replace marker1
1716 call with a "set breakpoint here" marker.
1717 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1718 instead of running to marker1. Add tests printing all the
1719 variables and all the fields of the variables.
1720 (test_ambiguous): New proc, expecting the new GDB output when a
1721 field access is ambiguous. Change all "warning: X ambiguous"
1722 tests to use it.
1723
71e1b6b0
GB
17242020-10-12 Gary Benson <gbenson@redhat.com>
1725
1726 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1727 * gdb.base/msym-bp-2.c (foo): Likewise.
1728 * gdb.base/msym-lang.c (foo): Likewise.
1729 * gdb.base/msym-lang-main.c (foo): Likewise.
1730 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1731 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1732 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1733 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1734 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1735 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1736 * gdb.python/py-objfile.c (static_var): Likewise.
1737 * gdb.python/py-symbol.c (rr): Likewise.
1738 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1739 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1740
9370fd51
AB
17412020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1742
1743 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1744 output of backtrace.
1745
7c184d33
TT
17462020-10-09 Tom Tromey <tromey@adacore.com>
1747
1748 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1749 (Rec): Add field. Fix range.
1750 * gdb.ada/scalar_storage.exp: Update.
1751
3d87245c
HD
17522020-10-09 Hannes Domani <ssbssa@yahoo.de>
1753
1754 PR exp/26714
1755 * gdb.base/printcmds.exp: Add tests for void results.
1756
f5c4b229
JV
17572020-10-09 Jan Vrany <jan.vrany@labware.com>
1758
1759 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1760 is emmited for both 'set directories' and 'directory' commands.
1761
b2701685
TT
17622020-10-08 Tom Tromey <tom@tromey.com>
1763
1764 * gdb.base/style.exp: Check that "main"'s name is styled.
1765
e86efb33
TT
17662020-10-07 Tom Tromey <tromey@adacore.com>
1767
1768 * gdb.base/find.exp: Rename some tests.
1769
30897591
GB
17702020-10-06 Gary Benson <gbenson@redhat.com>
1771
1772 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1773 * gdb.base/list1.c (unused): Likewise.
1774
ced4a4c1
GB
17752020-10-06 Gary Benson <gbenson@redhat.com>
1776
1777 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1778 __attribute__ ((used)).
1779 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1780
ed3bdac4
AB
17812020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1784 make use of regions throughout.
1785 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1786 not {...}.
1787 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1788
cd096ec8
HD
17892020-10-05 Hannes Domani <ssbssa@yahoo.de>
1790
1791 * gdb.base/call-sc.c: Fix return struct on stack test case.
1792 * gdb.base/call-sc.exp: Likewise.
1793
3ee6f75d
GB
17942020-10-02 Gary Benson <gbenson@redhat.com>
1795
1796 * README: Fix "paralell".
1797
f65825ec
GB
17982020-09-30 Gary Benson <gbenson@redhat.com>
1799
1800 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1801 Convert directive to lowercase.
1802 (.Labbrev1_begin): Add missing label.
1803 (abbrev code 0x1): Remove DW_AT_stmt_list.
1804 (.Ldie_b): Likewise.
1805
5f278258
TT
18062020-09-27 Tom Tromey <tom@tromey.com>
1807
1808 * gdb.tui/new-layout.exp: Use with_test_prefix.
1809
8f9929bb
GR
18102020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1811
1812 PR python/26586
1813 * gdb.python/python.exp: add test cases for the from_tty
1814 argument to gdb.execute.
1815
c20c017b
GB
18162020-09-25 Gary Benson <gbenson@redhat.com>
1817
1818 * gdb.base/infcall-nested-structs.exp.tcl: Add
1819 additional_flags=-Wno-tautological-compare for C++
1820 tests when compiling using Clang.
1821
68d654af
GB
18222020-09-25 Gary Benson <gbenson@redhat.com>
1823
1824 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1825 for .c files.
1826
b551a89f
TT
18272020-09-24 Tom Tromey <tromey@adacore.com>
1828
1829 PR tui/26638:
1830 * gdb.tui/list.exp: Check output of "focus next".
1831
20a5fcbd
TT
18322020-09-23 Tom Tromey <tom@tromey.com>
1833
1834 * gdb.dwarf2/intbits.exp: New file.
1835 * gdb.dwarf2/intbits.c: New file.
1836
b167e53f
PA
18372020-09-20 Pedro Alves <pedro@palves.net>
1838
1839 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1840 spawn_id before calling remote_close. Close secondary MI channel.
1841
dbc49e9f
PA
18422020-09-20 Pedro Alves <pedro@palves.net>
1843
1844 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1845 fails.
1846
c8d5abea
AB
18472020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1848
1849 * gdb.fortran/array-slices.exp: Update expected results.
1850 * gdb.fortran/class-allocatable-array.exp: Likewise.
1851 * gdb.fortran/multi-dim.exp: Likewise.
1852 * gdb.fortran/vla-type.exp: Likewise.
1853 * gdb.mi/mi-vla-fortran.exp: Likewise.
1854
14f9473c
VC
18552020-09-18 Victor Collod <vcollod@nvidia.com>
1856
1857 PR gdb/26635
1858 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1859 compatible with i386, and move it to...
1860 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1861 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1862 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1863
e8ef12b9
PA
18642020-09-18 Pedro Alves <pedro@palves.net>
1865
1866 PR gdb/26631
1867 * gdb.multi/multi-target-thread-find.exp: New file.
1868
e11daf7a
PA
18692020-09-18 Pedro Alves <pedro@palves.net>
1870
1871 * gdb.multi/multi-target-continue.exp: New file, factored out from
1872 multi-target.exp.
1873 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1874 multi-target.exp.
1875 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1876 multi-target.exp.
1877 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1878 multi-target.exp.
1879 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1880 multi-target.exp.
1881 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1882 multi-target.exp.
1883 * gdb.multi/multi-target.exp: Delete.
1884
d0edc2b8
AB
18852020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1886
1887 * gdb.fortran/array-slices.exp: Add missing message data.
1888
7474326c
PA
18892020-09-17 Pedro Alves <pedro@palves.net>
1890
1891 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1892
dd23068d
PA
18932020-09-17 Pedro Alves <pedro@palves.net>
1894
1895 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1896 full prototype.
1897
0640a543
PA
18982020-09-17 Pedro Alves <pedro@palves.net>
1899
1900 * gdb.python/py-as-string.c: Add cast.
1901
ef0cdbc1
PA
19022020-09-17 Pedro Alves <pedro@palves.net>
1903
1904 * gdb.base/sizeof.c (fill): Add cast.
1905
3a5eeb8b
PA
19062020-09-17 Pedro Alves <pedro@palves.net>
1907
1908 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1909
a8129512
PA
19102020-09-17 Pedro Alves <pedro@palves.net>
1911
1912 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1913 linkage name.
1914 * gdb.base/prologue.exp: Use print /d.
1915 * gdb.base/symbol-alias.exp: Handle C++ output.
1916 * gdb.base/symbol-alias2.c: Handle C++ output.
1917 [__cplusplus] (func): Explicitly specify linkage name.
1918
a83cdcb6
PA
19192020-09-17 Pedro Alves <pedro@palves.net>
1920
1921 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1922 (struct my_key_t): ... this. Adjust all references.
1923 (struct value_t): Rename to ...
1924 (struct my_value_t): ... this. Adjust all references.
1925 (create_map, add_map_element, create_map_map)
1926 (add_map_map_element): Add casts.
1927
d4bcee5c
PA
19282020-09-17 Pedro Alves <pedro@palves.net>
1929
1930 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1931 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1932
81f90489
PA
19332020-09-17 Pedro Alves <pedro@palves.net>
1934
1935 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1936
0a229804
PA
19372020-09-17 Pedro Alves <pedro@palves.net>
1938
1939 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1940 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1941 (charfoo, intfoo): Define full prototype.
1942 * gdb.base/ptype1.c (charfoo): Define full prototype.
1943 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1944 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1945
c3e5138d
PA
19462020-09-17 Pedro Alves <pedro@palves.net>
1947
1948 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1949 Don't define.
1950 (utf_32_string): Compile for both C and C++.
1951 * gdb.base/charset.exp: Use "print /d".
1952
151fdbad
PA
19532020-09-17 Pedro Alves <pedro@palves.net>
1954
1955 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1956 (nullptr): Rename to ...
1957 (null_ptr): ... this.
1958 * gdb.base/watchpoint.exp: Adjust to rename.
1959
18a25b64
PA
19602020-09-17 Pedro Alves <pedro@palves.net>
1961
1962 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1963 (three_not_flag): Add casts.
1964
11fac337
PA
19652020-09-17 Pedro Alves <pedro@palves.net>
1966
1967 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1968 char array.
1969 (main): Add references to Barrier, TestStrings, TestStringsH and
1970 TestStringsW.
1971 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1972 and expect a full prototype in C++.
1973
52626c58
PA
19742020-09-17 Pedro Alves <pedro@palves.net>
1975
1976 * gdb.base/nested-addr.c (main): Add cast.
1977 * gdb.base/nested-addr.exp: Use "print /d".
1978
52bb0902
PA
19792020-09-17 Pedro Alves <pedro@palves.net>
1980
1981 * gdb.base/break.exp (func): New. Use it throughout when
1982 expecting a function name.
1983
73e18ac9
PA
19842020-09-17 Pedro Alves <pedro@palves.net>
1985
1986 * gdb.base/display.exp: Issue "set print asm-demangle on".
1987
c8b18808
PA
19882020-09-17 Pedro Alves <pedro@palves.net>
1989
1990 * gdb.base/find.c: Include <string.h>.
1991 (init_bufs): Add cast.
1992 * gdb.base/find.exp: Issue "set print asm-demangle on".
1993
fe830662
TT
19942020-09-16 Tom Tromey <tromey@adacore.com>
1995
1996 PR gdb/26598:
1997 * gdb.base/skipcxx.exp: New file.
1998 * gdb.base/skipcxx.cc: New file.
1999
945ff6e2
TV
20002020-09-16 Tom de Vries <tdevries@suse.de>
2001
2002 PR testsuite/26617
2003 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2004 WITH_DEBUG_SECTIONS is defined.
2005 (xstr, str): New macro.
2006 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2007 to get start and size of _Dmain.
2008 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2009 using additional_flags.
2010
da1df1db
TBA
20112020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2012
2013 * gdb.base/bp-cmds-sourced-script.c: New file.
2014 * gdb.base/bp-cmds-sourced-script.exp: New test.
2015 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2016
337882d4
TV
20172020-09-16 Tom de Vries <tdevries@suse.de>
2018
2019 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2020 get the gdb prompt after issuing "monitor exit".
2021
7361f908
TV
20222020-09-16 Tom de Vries <tdevries@suse.de>
2023
2024 PR testsuite/26624
2025 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2026
4d91ddd3
TV
20272020-09-16 Tom de Vries <tdevries@suse.de>
2028
2029 PR testsuite/26618
2030 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2031
08cc37dd
TT
20322020-09-15 Tom Tromey <tromey@adacore.com>
2033
2034 PR rust/26197:
2035 * lib/rust-support.exp (rust_llvm_version): New proc.
2036 * gdb.rust/simple.exp: Check rust_llvm_version.
2037
ee6372f2
TV
20382020-09-14 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.rust/traits.exp: Fix PATH warning.
2041
dc3a371e
PA
20422020-09-13 Pedro Alves <pedro@palves.net>
2043
2044 * gdb.base/catch-follow-exec.c (main): Add explicit return
2045 statement.
2046 * gdb.base/catch-signal.c (main): Likewise.
2047 * gdb.base/condbreak-call-false.c (main): Likewise.
2048 * gdb.base/consecutive.c (main): Add explicit return
2049 statement and return type.
2050 * gdb.base/cursal.c (main): Add explicit return statement.
2051 * gdb.base/cvexpr.c (main): Likewise.
2052 * gdb.base/display.c (main): Add explicit return statement and
2053 return type.
2054 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2055 * gdb.base/endianity.c (main): Likewise.
2056 * gdb.base/execd-prog.c (main): Likewise.
2057 * gdb.base/gdb1090.c (main): Likewise.
2058 * gdb.base/info_qt.c (main): Likewise.
2059 * gdb.base/lineinc.c (main): Likewise.
2060 * gdb.base/load-command.c (main): Likewise.
2061 * gdb.base/macscp1.c (main): Likewise.
2062 * gdb.base/pr10179-a.c (main): Likewise.
2063 * gdb.base/quit-live.c (main): Likewise.
2064 * gdb.base/scope0.c (main): Likewise.
2065 * gdb.base/settings.c (main): Likewise.
2066 * gdb.base/stack-checking.c (main): Return int.
2067 * gdb.base/varargs.c (main): Add explicit return statement.
2068 * gdb.cp/ambiguous.cc (main): Likewise.
2069 * gdb.cp/anon-struct.cc (main): Likewise.
2070 * gdb.cp/anon-union.cc (main): Likewise.
2071 * gdb.cp/bool.cc (main): Likewise.
2072 * gdb.cp/bs15503.cc (main): Likewise.
2073 * gdb.cp/cplusfuncs.cc (main): Likewise.
2074 * gdb.cp/cttiadd.cc (main): Likewise.
2075 * gdb.cp/extern-c.cc (main): Likewise.
2076 * gdb.cp/filename.cc (main): Likewise.
2077 * gdb.cp/formatted-ref.cc (main): Likewise.
2078 * gdb.cp/mb-ctor.cc (main): Likewise.
2079 * gdb.cp/member-ptr.cc (main): Likewise.
2080 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2081 * gdb.cp/overload-const.cc (main): Likewise.
2082 * gdb.cp/paren-type.cc (main): Likewise.
2083 * gdb.cp/parse-lang.cc (main): Likewise.
2084 * gdb.cp/pr-1023.cc (main): Likewise.
2085 * gdb.cp/psmang1.cc (main): Likewise.
2086 * gdb.cp/readnow-language.cc (main): Likewise.
2087 * gdb.cp/ref-params.cc (main): Likewise.
2088 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2089 * gdb.cp/virtbase2.cc (main): Likewise.
2090 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2091 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2092 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2093 * gdb.mi/mi-console.c (main): Likewise.
2094 * gdb.mi/mi-read-memory.c (main): Likewise.
2095 * gdb.modula2/multidim.c (main): Likewise.
2096 * gdb.opt/inline-small-func.c (main): Likewise.
2097 * gdb.python/py-rbreak.c (main): Likewise.
2098 * gdb.stabs/exclfwd1.c (main): Likewise.
2099 * gdb.trace/qtro.c (main): Likewise.
2100
af26601c
PA
21012020-09-13 Pedro Alves <pedro@palves.net>
2102
2103 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2104 instead of getenv.
2105
2f4b83cd
PA
21062020-09-13 Pedro Alves <pedro@palves.net>
2107
2108 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2109 instead of spawning GDB with remote_spawn.
2110 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2111 gdb_spawn instead of spawning GDB with remote_spawn.
2112
c49da0e4
PA
21132020-09-13 Pedro Alves <pedro@palves.net>
2114
2115 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2116 file and add calls to first and second.
2117 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2118 add call to f.
2119
6791b117
PA
21202020-09-13 Pedro Alves <pedro@palves.net>
2121
2122 * gdb.mi/mi-break-qualified.cc: New file.
2123 * gdb.mi/mi-break-qualified.exp: New file.
2124 * lib/mi-support.exp (mi_create_breakpoint_multi)
2125 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2126 procedures.
2127 (mi_create_breakpoint_1): New, factored out from
2128 mi_create_breakpoint.
2129
3b8d4c5c
PA
21302020-09-13 Pedro Alves <pedro@palves.net>
2131
2132 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2133 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2134 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2135 (register_class): Delete.
2136 (main): Don't call register_class.
2137
d5f96005
PA
21382020-09-13 Pedro Alves <pedro@palves.net>
2139
2140 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2141 (do_tests): Remove "calling method for small class" test.
2142 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2143 (register_class): Delete.
2144 (main): Don't call register_class.
2145 * gdb.cp/call-method-register.exp: New file, based on bits removed
2146 from classes.exp.
2147 * gdb.cp/call-method-register.cc: New file, based on bits removed
2148 from classes.cc.
2149
77f2120b
PA
21502020-09-13 Pedro Alves <pedro@palves.net>
2151
2152 * gdb.base/msym-bp-2.c: New.
2153 * gdb.base/msym-bp-shl-lib.c: New file.
2154 * gdb.base/msym-bp-shl-main-2.c: New file.
2155 * gdb.base/msym-bp-shl-main.c: New file.
2156 * gdb.base/msym-bp-shl.exp: New file.
2157 * gdb.base/msym-bp.c: New file.
2158 * gdb.base/msym-bp.exp: New file.
2159
32aea73e
JB
21602020-09-13 Joel Brobecker <brobecker@adacore.com>
2161
2162 * gdb.base/default.exp: Change $_gdb_major to 11.
2163
2a67f09d
FW
21642020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2165 Felix Willgerodt <Felix.Willgerodt@intel.com>
2166
2167 * x86-avx512bf16.c: New file.
2168 * x86-avx512bf16.exp: Likewise.
2169 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2170
ad570dd7
TV
21712020-09-11 Tom de Vries <tdevries@suse.de>
2172
2173 PR exp/26602
2174 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2175
a56f7391
TBA
21762020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2177
2178 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2179
918619e5
AM
21802020-09-10 Alan Modra <amodra@gmail.com>
2181
2182 PR 26597
2183 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2184
cac1e71d
TV
21852020-09-08 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2188 after gdb_starti_cmd.
2189
c5cd900e
AKS
21902020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2191
2192 * lib/fortran.exp (fortran_complex8): New proc.
2193 (fortran_complex16): New proc.
2194 * gdb.fortran/complex.exp: Use routines from fortran.exp
2195 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2196 * gdb.fortran/vla-ptr-info.exp: Likewise.
2197
8f5c6526
TV
21982020-09-03 Tom de Vries <tdevries@suse.de>
2199
2200 PR breakpoint/26546
2201 * gdb.base/label-without-address.exp: Runto main first.
2202
02c6f3f1
TT
22032020-09-02 Tom Tromey <tromey@adacore.com>
2204
2205 * gdb.ada/mi_var_access.exp: Test children of access variable.
2206 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2207 * gdb.ada/mi_var_array.exp: Update.
2208
efe24f05
KB
22092020-08-31 Kevin Buettner <kevinb@redhat.com>
2210
2211 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2212 on docker w/ AUFS storage driver.
2213
973695d6
KB
22142020-08-31 Kevin Buettner <kevinb@redhat.com>
2215
2216 * gdb.base/corefile2.exp (renamed binfile): New tests.
2217
f3bd50f1
SM
22182020-08-31 Simon Marchi <simon.marchi@efficios.com>
2219
2220 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2221
22b9b4b0
SL
22222020-08-31 Simon Marchi <simon.marchi@efficios.com>
2223
2224 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2225 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2226
8efaf6b3
SM
22272020-08-31 Simon Marchi <simon.marchi@efficios.com>
2228
2229 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2230 output, printing a "not saved" value from history and printing a
2231 convenience variable created from a "not saved" value.
2232
e840f2e3
TV
22332020-08-31 Tom de Vries <tdevries@suse.de>
2234
2235 * gdb.base/eh_return.exp: Use nopie.
2236
8f57f343
PA
22372020-08-28 Pedro Alves <pedro@palves.net>
2238
2239 * gdb.base/advance-until-multiple-locations.exp
2240 (advance_overload, until_overload): Adjust to match the
2241 frame/function header instead of the source line text.
2242
626d2320
TV
22432020-08-28 Tom de Vries <tdevries@suse.de>
2244
2245 * gdb.base/label-without-address.c: New test.
2246 * gdb.base/label-without-address.exp: New file.
2247
df631783
PA
22482020-08-27 Pedro Alves <pedro@palves.net>
2249
2250 PR gdb/26523
2251 PR gdb/26524
2252 * gdb.base/advance-until-multiple-locations.cc: New.
2253 * gdb.base/advance-until-multiple-locations.exp: New.
2254
48b076bb
SM
22552020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2256
2257 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2258
c2015ce4
AB
22592020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.arch/amd64-byte.exp: Make test names unique, use
2262 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2263 * gdb.arch/amd64-dword.exp: Likewise.
2264 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2265 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2266 unique.
2267 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2268 * gdb.arch/amd64-word.exp: Make test names unique, use
2269 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2270 * gdb.arch/i386-byte.exp: Make test names unique, use
2271 gdb_breakpoint.
2272 * gdb.arch/i386-word.exp: Likewise.
2273
995d3a19
SV
22742020-08-25 Shahab Vahedi <shahab@synopsys.com>
2275
2276 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2277
8cac2b31
SM
22782020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2279
2280 PR gdb/26532
2281 * gdb.threads/stepi-random-signal.exp: Update pattern.
2282
2bc19622
SM
22832020-08-25 Simon Marchi <simon.marchi@efficios.com>
2284
2285 PR gdb/26532
2286 * gdb.base/ui-redirect.exp: Update pattern.
2287
b04aa1fc
GB
22882020-08-25 Gary Benson <gbenson@redhat.com>
2289
2290 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2291 when compiling with clang.
8571e9c8 2292 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2293
9f68b453
GB
22942020-08-25 Gary Benson <gbenson@redhat.com>
2295
2296 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2297 Add additional_flags=-Wno-inaccessible-base when compiling
2298 with GCC >= 10.1 or clang. Add additional_flags=-w when
2299 compiling with GCC < 10.
2300
3945d2d7
GM
23012020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2302
2303 PR m2/26372
fc5d6901
SM
2304 * gdb.modula2/multidim.c: New file.
2305 * gdb.modula2/multidim.exp: New file.
3945d2d7 2306
60122dbe
SM
23072020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2308
2309 * lib/gdb.exp (runto): Always emit fail on internal error.
2310
1eb8556f
SM
23112020-08-24 Simon Marchi <simon.marchi@efficios.com>
2312
2313 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2314 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2315 Likewise.
2316 * gdb.threads/stepi-random-signal.exp: Likewise.
2317
33bf4c5c
TBA
23182020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2319
2320 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2321 * gdb.trace/strace.exp: Ditto.
2322
c2fd7fae
AKS
23232020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2324
2325 * gdb.fortran/vla-type.exp: Skip commands not required for
2326 the Flang compiled binaries after prologue fix.
2327
326afb72
TT
23282020-08-17 Tom de Vries <tdevries@suse.de>
2329 Tom Tromey <tromey@adacore.com>
2330
2331 PR rust/26197:
2332 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2333
3ae7ab99
TT
23342020-08-17 Tom Tromey <tromey@adacore.com>
2335
2336 * gdb.ada/mi_var_access.exp: New file.
2337 * gdb.ada/mi_var_access/mi_access.adb: New file.
2338 * gdb.ada/mi_var_access/pck.adb: New file.
2339 * gdb.ada/mi_var_access/pck.ads: New file.
2340
f569c1c5
TV
23412020-08-16 Tom de Vries <tdevries@suse.de>
2342
2343 PR gdb/25350
2344 * gdb.base/eh_return.c: New test.
2345 * gdb.base/eh_return.exp: New file.
2346
3d11c30a
TV
23472020-08-15 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2350 (mixed_func_1d_): Use fortran_charlen_t in decl.
2351
547ce8f0
TV
23522020-08-15 Tom de Vries <tdevries@suse.de>
2353
2354 PR backtrace/26390
2355 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2356 Update expected pattern.
2357
a54a7f13
PA
23582020-08-13 Pedro Alves <pedro@palves.net>
2359
2360 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2361 * gdb.fortran/library-module.exp: Likewise.
2362 * gdb.fortran/logical.exp: Likewise.
2363 * gdb.fortran/module.exp: Likewise.
2364 * gdb.fortran/print_type.exp: Likewise.
2365 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2366 * gdb.fortran/vla-datatypes.exp: Likewise.
2367 * gdb.fortran/vla-history.exp: Likewise.
2368 * gdb.fortran/vla-ptr-info.exp: Likewise.
2369 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2370 * gdb.fortran/vla-ptype.exp: Likewise.
2371 * gdb.fortran/vla-sizeof.exp: Likewise.
2372 * gdb.fortran/vla-type.exp: Likewise.
2373 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2374 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2375 * gdb.fortran/vla-value-sub.exp: Likewise.
2376 * gdb.fortran/vla-value.exp: Likewise.
2377
7a82e903
PA
23782020-08-13 Pedro Alves <pedro@palves.net>
2379
2380 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2381 * gdb.ada/access_to_packed_array.exp: Likewise.
2382 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2383 * gdb.ada/addr_arith.exp: Likewise.
2384 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2385 * gdb.ada/arr_arr.exp: Likewise.
2386 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2387 * gdb.ada/array_bounds.exp: Likewise.
2388 * gdb.ada/array_of_variable_length.exp: Likewise.
2389 * gdb.ada/array_ptr_renaming.exp: Likewise.
2390 * gdb.ada/array_subscript_addr.exp: Likewise.
2391 * gdb.ada/arraydim.exp: Likewise.
2392 * gdb.ada/arrayparam.exp: Likewise.
2393 * gdb.ada/arrayptr.exp: Likewise.
2394 * gdb.ada/assign_1.exp: Likewise.
2395 * gdb.ada/assign_arr.exp: Likewise.
2396 * gdb.ada/atomic_enum.exp: Likewise.
2397 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2398 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2399 * gdb.ada/bias.exp: Likewise.
2400 * gdb.ada/boolean_expr.exp: Likewise.
2401 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2402 * gdb.ada/bp_enum_homonym.exp: Likewise.
2403 * gdb.ada/bp_inlined_func.exp: Likewise.
2404 * gdb.ada/bp_on_var.exp: Likewise.
2405 * gdb.ada/bp_range_type.exp: Likewise.
2406 * gdb.ada/bp_reset.exp: Likewise.
2407 * gdb.ada/call_pn.exp: Likewise.
2408 * gdb.ada/catch_assert_if.exp: Likewise.
2409 * gdb.ada/catch_ex.exp: Likewise.
2410 * gdb.ada/catch_ex_std.exp: Likewise.
2411 * gdb.ada/char_enum.exp: Likewise.
2412 * gdb.ada/char_param.exp: Likewise.
2413 * gdb.ada/complete.exp: Likewise.
2414 * gdb.ada/cond_lang.exp: Likewise.
2415 * gdb.ada/convvar_comp.exp: Likewise.
2416 * gdb.ada/dgopt.exp: Likewise.
2417 * gdb.ada/disc_arr_bound.exp: Likewise.
2418 * gdb.ada/display_nested.exp: Likewise.
2419 * gdb.ada/dot_all.exp: Likewise.
2420 * gdb.ada/dyn_loc.exp: Likewise.
2421 * gdb.ada/dyn_stride.exp: Likewise.
2422 * gdb.ada/excep_handle.exp: Likewise.
2423 * gdb.ada/expr_delims.exp: Likewise.
2424 * gdb.ada/expr_with_funcall.exp: Likewise.
2425 * gdb.ada/exprs.exp: Likewise.
2426 * gdb.ada/fin_fun_out.exp: Likewise.
2427 * gdb.ada/fixed_cmp.exp: Likewise.
2428 * gdb.ada/formatted_ref.exp: Likewise.
2429 * gdb.ada/frame_arg_lang.exp: Likewise.
2430 * gdb.ada/frame_args.exp: Likewise.
2431 * gdb.ada/fullname_bp.exp: Likewise.
2432 * gdb.ada/fun_addr.exp: Likewise.
2433 * gdb.ada/fun_in_declare.exp: Likewise.
2434 * gdb.ada/fun_overload_menu.exp: Likewise.
2435 * gdb.ada/fun_renaming.exp: Likewise.
2436 * gdb.ada/funcall_char.exp: Likewise.
2437 * gdb.ada/funcall_param.exp: Likewise.
2438 * gdb.ada/funcall_ptr.exp: Likewise.
2439 * gdb.ada/funcall_ref.exp: Likewise.
2440 * gdb.ada/homonym.exp: Likewise.
2441 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2442 * gdb.ada/info_auto_lang.exp: Likewise.
2443 * gdb.ada/info_exc.exp: Likewise.
2444 * gdb.ada/info_types.exp: Likewise.
2445 * gdb.ada/int_deref.exp: Likewise.
2446 * gdb.ada/interface.exp: Likewise.
2447 * gdb.ada/iwide.exp: Likewise.
2448 * gdb.ada/lang_switch.exp: Likewise.
2449 * gdb.ada/length_cond.exp: Likewise.
2450 * gdb.ada/maint_with_ada.exp: Likewise.
2451 * gdb.ada/mi_catch_assert.exp: Likewise.
2452 * gdb.ada/mi_catch_ex.exp: Likewise.
2453 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2454 * gdb.ada/mi_dyn_arr.exp: Likewise.
2455 * gdb.ada/mi_ex_cond.exp: Likewise.
2456 * gdb.ada/mi_exc_info.exp: Likewise.
2457 * gdb.ada/mi_interface.exp: Likewise.
2458 * gdb.ada/mi_prot.exp: Likewise.
2459 * gdb.ada/mi_ref_changeable.exp: Likewise.
2460 * gdb.ada/mi_string_access.exp: Likewise.
2461 * gdb.ada/mi_task_arg.exp: Likewise.
2462 * gdb.ada/mi_task_info.exp: Likewise.
2463 * gdb.ada/mi_var_array.exp: Likewise.
2464 * gdb.ada/mi_var_union.exp: Likewise.
2465 * gdb.ada/mi_variant.exp: Likewise.
2466 * gdb.ada/minsyms.exp: Likewise.
2467 * gdb.ada/mod_from_name.exp: Likewise.
2468 * gdb.ada/nested.exp: Likewise.
2469 * gdb.ada/null_array.exp: Likewise.
2470 * gdb.ada/optim_drec.exp: Likewise.
2471 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2472 * gdb.ada/packed_array_assign.exp: Likewise.
2473 * gdb.ada/packed_tagged.exp: Likewise.
2474 * gdb.ada/pp-rec-component.exp: Likewise.
2475 * gdb.ada/print_chars.exp: Likewise.
2476 * gdb.ada/print_pc.exp: Likewise.
2477 * gdb.ada/ptr_typedef.exp: Likewise.
2478 * gdb.ada/ptype_arith_binop.exp: Likewise.
2479 * gdb.ada/ptype_array.exp: Likewise.
2480 * gdb.ada/ptype_field.exp: Likewise.
2481 * gdb.ada/ptype_tagged_param.exp: Likewise.
2482 * gdb.ada/ptype_union.exp: Likewise.
2483 * gdb.ada/py_range.exp: Likewise.
2484 * gdb.ada/py_taft.exp: Likewise.
2485 * gdb.ada/rdv_wait.exp: Likewise.
2486 * gdb.ada/rec_comp.exp: Likewise.
2487 * gdb.ada/rec_return.exp: Likewise.
2488 * gdb.ada/ref_param.exp: Likewise.
2489 * gdb.ada/ref_tick_size.exp: Likewise.
2490 * gdb.ada/rename_subscript_param.exp: Likewise.
2491 * gdb.ada/repeat_dyn.exp: Likewise.
2492 * gdb.ada/same_component_name.exp: Likewise.
2493 * gdb.ada/same_enum.exp: Likewise.
2494 * gdb.ada/scalar_storage.exp: Likewise.
2495 * gdb.ada/set_wstr.exp: Likewise.
2496 * gdb.ada/small_reg_param.exp: Likewise.
2497 * gdb.ada/str_binop_equal.exp: Likewise.
2498 * gdb.ada/str_ref_cmp.exp: Likewise.
2499 * gdb.ada/str_uninit.exp: Likewise.
2500 * gdb.ada/sub_variant.exp: Likewise.
2501 * gdb.ada/sym_print_name.exp: Likewise.
2502 * gdb.ada/taft_type.exp: Likewise.
2503 * gdb.ada/tagged.exp: Likewise.
2504 * gdb.ada/tagged_access.exp: Likewise.
2505 * gdb.ada/task_bp.exp: Likewise.
2506 * gdb.ada/task_switch_in_core.exp: Likewise.
2507 * gdb.ada/tasks.exp: Likewise.
2508 * gdb.ada/tick_last_segv.exp: Likewise.
2509 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2510 * gdb.ada/type_coercion.exp: Likewise.
2511 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2512 * gdb.ada/unchecked_union.exp: Likewise.
2513 * gdb.ada/uninitialized_vars.exp: Likewise.
2514 * gdb.ada/var_arr_attrs.exp: Likewise.
2515 * gdb.ada/var_arr_typedef.exp: Likewise.
2516 * gdb.ada/var_rec_arr.exp: Likewise.
2517 * gdb.ada/variant-record.exp: Likewise.
2518 * gdb.ada/variant.exp: Likewise.
2519 * gdb.ada/variant_record_packed_array.exp: Likewise.
2520 * gdb.ada/varsize_limit.exp: Likewise.
2521 * gdb.ada/whatis_array_val.exp: Likewise.
2522 * gdb.ada/widewide.exp: Likewise.
2523 * gdb.ada/win_fu_syms.exp: Likewise.
2524
25252020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2526
2527 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2528
10c381b5
AB
25292020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2532 unset the array variable.
2533
8f34b746
TV
25342020-08-03 Tom de Vries <tdevries@suse.de>
2535
2536 PR symtab/26333
2537 * lib/dwarf.exp (DW_LNE_user): New proc.
2538 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2539 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2540
0245e136
KB
25412020-07-31 Kevin Buettner <kevinb@redhat.com>
2542
2543 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2544 to 'uintptr_t'
2545 (inttypes.h): Include.
2546
9ef1ec5d
KB
25472020-07-31 Kevin Buettner <kevinb@redhat.com>
2548
2549 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2550 (C5_24k): Delete.
2551 (C5_8k, C5_64k, C5_256k): New macros.
2552 (buf_ro): Allocate 256 KiB of initialized data.
2553
4c55e970
TBA
25542020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2555
2556 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2557 that attempt to overwrite an existing condition with a condition
2558 that fails parsing and also with a condition that parses fine
2559 but contains junk at the end.
2560
1e620590
TBA
25612020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2562
2563 * gdb.base/condbreak-bad.c: New test.
2564 * gdb.base/condbreak-bad.exp: New file.
2565
e12dcc50
TV
25662020-07-30 Tom de Vries <tdevries@suse.de>
2567
2568 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2569 out of ...
2570 (GDBInfoModuleSymbols::check_entry): ... here.
2571 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2572 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2573 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2574
6cc64caa
TV
25752020-07-30 Tom de Vries <tdevries@suse.de>
2576
2577 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2578 "__class_some_module_Number_t" optional.
2579
90fd07fc
TV
25802020-07-29 Tom de Vries <tdevries@suse.de>
2581
2582 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2583 multiple locations.
2584
f5c79e97
TV
25852020-07-29 Tom de Vries <tdevries@suse.de>
2586
2587 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2588 rather than function name.
2589
f75a0693
AB
25902020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2591
2592 PR symtab/26270:
2593 * gdb.cp/disasm-func-name.cc: New file.
2594 * gdb.cp/disasm-func-name.exp: New file.
2595
4888741a
TT
25962020-07-28 Tom Tromey <tromey@adacore.com>
2597
2598 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2599 'varval' location.
2600
43d5901d
AB
26012020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.python/py-unwind.py: Update to make use of a register
2604 descriptor.
2605
14fa8fb3
AB
26062020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2607
2608 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2609
e79eb02f
AB
26102020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2611
2612 PR fortran/23051
2613 PR fortran/26139
2614 * gdb.fortran/class-allocatable-array.exp: New file.
2615 * gdb.fortran/class-allocatable-array.f90: New file.
2616 * gdb.fortran/pointer-to-pointer.exp: New file.
2617 * gdb.fortran/pointer-to-pointer.f90: New file.
2618
876518dd
TV
26192020-07-25 Tom de Vries <tdevries@suse.de>
2620
2621 PR symtab/26243
2622 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2623 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2624
6dcfb80a
TV
26252020-07-24 Tom de Vries <tdevries@suse.de>
2626
2627 PR testsuite/26293
2628 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2629
e7bc9db8
PA
26302020-07-23 Pedro Alves <pedro@palves.net>
2631
2632 * gdb.server/server-kill.exp (prepare): New, factored out from the
2633 top level.
2634 (kill_server): New.
2635 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2636 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2637
78344df7
AB
26382020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2641
25dfed24
SL
26422020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2643
2644 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2645 Initialize to empty string at top level.
2646 (gdb_wrapper_init): Revert check for file existence on build.
2647 Build the wrapper in its default place, not a build-specific
2648 location. When host == build, make the pathname absolute.
2649 (gdb_compile): Delete leftover declaration of
2650 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2651 string instead of uninitialized.
2652
7da515fd
KB
26532020-07-22 Kevin Buettner <kevinb@redhat.com>
2654
2655 * gdb.base/corefile2.exp: New file.
2656 * gdb.base/coremaker2.exp: New file.
2657
9c5ec5c2
KB
26582020-07-22 Kevin Buettner <kevinb@redhat.com>
2659
2660 * gdb.base/coredump-filter.exp: Add second
2661 non-Private-Shared-Anon-File test.
2662 (test_disasm): Rename binfile for test which is expected
2663 to fail.
2664
f9e233c9
KB
26652020-07-22 Kevin Buettner <kevinb@redhat.com>
2666
2667 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2668 data in core file".
2669 * gdb.base/coremaker.c (buf2ro): New global.
2670 (mmapdata): Add a read-only mmap mapping.
2671
94c265d7
KB
26722020-07-22 Kevin Buettner <kevinb@redhat.com>
2673
2674 PR corefiles/25631
2675 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2676 New test.
2677 * gdb.base/coremaker.c (buf3): New global.
2678 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2679 flags.
2680
26812020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2682
2683 * gdb.base/coremaker.c (filler_ro): New global constant.
2684
32fa152e
TT
26852020-07-22 Tom Tromey <tromey@adacore.com>
2686
2687 * gdb.ada/mi_prot.exp: New file.
2688 * gdb.ada/mi_prot/pkg.adb: New file.
2689 * gdb.ada/mi_prot/pkg.ads: New file.
2690 * gdb.ada/mi_prot/prot.adb: New file.
2691
c8474dc3
TBA
26922020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2693
2694 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2695 loads two JITers.
2696
baf8791e
AB
26972020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2700
f7306dac
AB
27012020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.python/py-arch-reg-names.exp: Additional tests.
2704
6d3d6e4b
TV
27052020-07-21 Tom de Vries <tdevries@suse.de>
2706
2707 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2708 breakpoint locations".
2709 * gdb.reverse/solib-reverse.exp: Same.
2710
803d0592
TV
27112020-07-21 Tom de Vries <tdevries@suse.de>
2712
2713 * gdb.reverse/step-reverse.c (callee): Merge statements.
2714
e9bdc510
TV
27152020-07-21 Tom de Vries <tdevries@suse.de>
2716
2717 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2718 line numbers for some variables.
2719
f0f9e75a
TV
27202020-07-21 Tom de Vries <tdevries@suse.de>
2721
2722 * gdb.opt/inline-locals.c (init_array): New func.
2723 (func1): Use init_array.
2724 * gdb.opt/inline-locals.exp: Update pattern.
2725
bd460ecb
TV
27262020-07-21 Tom de Vries <tdevries@suse.de>
2727
2728 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2729 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2730
ae5369e7
LC
27312020-07-20 Ludovic Courtès <ludo@gnu.org>
2732
2733 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2734 * gdb.guile/types-module.exp: Remove "ERROR:" from
2735 regexps since Guile 3.0 no longer prints that.
2736
68cf161c
LC
27372020-07-20 Ludovic Courtès <ludo@gnu.org>
2738
2739 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2740 error regexp to match on Guile 2.2.
2741
c14b4913
GB
27422020-07-20 Gary Benson <gbenson@redhat.com>
2743
2744 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2745 with clang.
2746
b243ba58
TV
27472020-07-20 Tom de Vries <tdevries@suse.de>
2748
2749 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2750 (omp_set_lock_in_order): New function.
2751 (single_scope, multi_scope, nested_func, nested_parallel): Use
2752 omp_set_lock_in_order and omp_unset_lock.
2753 (main): Init and destroy lock and lock2.
2754
c06ad8b5
TV
27552020-07-20 Tom de Vries <tdevries@suse.de>
2756
2757 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2758
6e22f117
TV
27592020-07-20 Tom de Vries <tdevries@suse.de>
2760
2761 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2762
33176ea7
TV
27632020-07-17 Tom de Vries <tdevries@suse.de>
2764
2765 * gdb.base/valgrind-infcall-2.c: New test.
2766 * gdb.base/valgrind-infcall-2.exp: New file.
2767 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2768
90c3ec2d
TV
27692020-07-17 Tom de Vries <tdevries@suse.de>
2770
2771 * gdb.dlang/circular.c (found): Use found_label as label name.
2772 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2773 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2774 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2775 * gdb.dwarf2/ada-linkage-name.exp: Same.
2776 * gdb.dwarf2/arr-subrange.exp: Same.
2777 * gdb.dwarf2/atomic-type.exp: Same.
2778 * gdb.dwarf2/comp-unit-lang.exp: Same.
2779 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2780 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2781 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2782 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2783 * gdb.dwarf2/implptr-64bit.exp: Same.
2784 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2785 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2786 * gdb.dwarf2/imported-unit.exp: Same.
2787 * gdb.dwarf2/main-subprogram.exp: Same.
2788 * gdb.dwarf2/missing-type-name.exp: Same.
2789 * gdb.dwarf2/nonvar-access.exp: Same.
2790 * gdb.dwarf2/struct-with-sig.exp: Same.
2791 * gdb.dwarf2/typedef-void-finish.exp: Same.
2792 * gdb.dwarf2/void-type.exp: Same.
2793
10da644d
TV
27942020-07-17 Tom de Vries <tdevries@suse.de>
2795
2796 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2797 src parameter.
2798 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2799 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2800 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2801 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2802 * gdb.dwarf2/dwz.exp: Same.
2803 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2804 * gdb.dwarf2/implref-array.exp: Same.
2805 * gdb.dwarf2/implref-const.exp: Same.
2806 * gdb.dwarf2/implref-global.exp: Same.
2807 * gdb.dwarf2/implref-struct.exp: Same.
2808 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2809 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2810 * gdb.dwarf2/var-access.exp: Same.
2811 * gdb.dwarf2/varval.exp: Same.
2812 * gdb.trace/entry-values.exp: Same.
2813
315e6afc
TV
28142020-07-17 Tom de Vries <tdevries@suse.de>
2815
2816 * lib/dwarf.exp (Dwarf::extern): Remove.
2817 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2818 * gdb.dlang/circular.exp: Same.
2819 * gdb.dwarf2/comp-unit-lang.exp: Same.
2820 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2821 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2822 * gdb.dwarf2/dwz.exp: Same.
2823 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2824 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2825 * gdb.dwarf2/imported-unit.exp: Same.
2826 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2827
5597c940
SL
28282020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2829
2830 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2831 Use double quotes instead of single quotes.
2832
d0ce17d8
CT
28332020-07-16 Caroline Tice <cmtice@google.com>
2834
2835 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2836 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2837
853772cc
TV
28382020-07-16 Tom de Vries <tdevries@suse.de>
2839
2840 * lib/dwarf.exp (program): Initialize _line.
2841 (DW_LNE_end_sequence): Reinitialize _line.
2842 (DW_LNS_advance_line): Update _line.
2843 (line): New proc.
2844 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2845 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2846 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2847 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2848 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2849 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2850
fe07b572
AB
28512020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2852
2853 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2854 generic.
2855
52781cce
TV
28562020-07-15 Tom de Vries <tdevries@suse.de>
2857
2858 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2859 is_amd64_regs_target.
2860
3dcc261c
AB
28612020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2862
2863 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2864 * gdb.fortran/ptype-on-functions.f90: Likewise.
2865
054a0959
SM
28662020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2867
2868 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2869 values in documentation for addr_size to 4 and 8.
2870
ccb9eba6
AB
28712020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.arch/amd64-osabi.exp: Update.
2874 * gdb.arch/arm-disassembler-options.exp: Update.
2875 * gdb.arch/powerpc-disassembler-options.exp: Update.
2876 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2877 * gdb.arch/s390-disassembler-options.exp: Update.
2878 * gdb.base/all-architectures.exp.tcl: Update.
2879 * gdb.base/attach-pie-noexec.exp: Update.
2880 * gdb.base/catch-syscall.exp: Update.
2881 * gdb.xml/tdesc-arch.exp: Update.
2882
025a39a7
TV
28832020-07-14 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2886 (local_gettid): ... this.
2887 (fn): Update.
2888
74e4b667
SL
28892020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2890
2891 * gdb.base/info_sources.exp: Skip directory match tests on
2892 remote hosts.
2893
f413dd74
GB
28942020-07-13 Gary Benson <gbenson@redhat.com>
2895
2896 * gdb.base/savedregs.exp (caller): Use parentheses to
2897 make expected expression evaluation ordering explicit.
2898
915771bb
GB
28992020-07-13 Gary Benson <gbenson@redhat.com>
2900
2901 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2902
2a122642
GB
29032020-07-13 Gary Benson <gbenson@redhat.com>
2904
2905 * gdb.base/bigcore.c (main): Use a volatile pointer when
2906 attempting to trigger a SIGSEGV.
2907 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2908 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2909 * gdb.base/savedregs.c (thrower): Likewise.
2910 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2911
3f00c730
GB
29122020-07-13 Gary Benson <gbenson@redhat.com>
2913
2914 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2915 defining and using VLA structure fields into...
2916 * gdb.base/vla-struct-fields.c: New file.
2917 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2918 tests into...
2919 * gdb.base/vla-struct-fields.exp: New file.
2920
963eeee4
TV
29212020-07-13 Tom de Vries <tdevries@suse.de>
2922
2923 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2924 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2925 * gdb.base/gold-gdb-index.exp: Same.
2926 * gdb.base/morestack.exp: Same.
2927
0ed35c9a
DX
29282020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2929
2930 PR rust/26121
2931 * gdb.rust/modules.rs: Prevent linker from discarding test
2932 symbol.
2933
4fdba23d
PA
29342020-07-10 Pedro Alves <pedro@palves.net>
2935
2936 PR gdb/26199
2937 * gdb.multi/multi-target.c (exit_thread): New.
2938 (thread_start): Break loop if EXIT_THREAD.
2939 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2940 (top level) Call test_no_resumed.
2941
15f3b077
TT
29422020-07-08 Tom Tromey <tromey@adacore.com>
2943
2944 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2945 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2946
9fc501fd
AB
29472020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 PR python/22748
2950 * gdb.opt/inline-frame-tailcall.c: New file.
2951 * gdb.opt/inline-frame-tailcall.exp: New file.
2952 * gdb.python/py-unwind-inline.c: New file.
2953 * gdb.python/py-unwind-inline.exp: New file.
2954 * gdb.python/py-unwind-inline.py: New file.
2955
64cb3757
AB
29562020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.python/py-arch-reg-groups.exp: New file.
2959
0f767f94
AB
29602020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.python/py-arch-reg-names.exp: New file.
2963
87dbc774
AB
29642020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2965
2966 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2967 gdb.PendingFrame.architecture method.
2968
d8cc8af6
TV
29692020-07-06 Tom de Vries <tdevries@suse.de>
2970
2971 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2972
3c8ea5be
PA
29732020-07-03 Pedro Alves <palves@redhat.com>
2974
2975 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2976 explicitly write negative numbers.
2977 * gdb.base/structs2.exp: Adjust expected output.
2978
bf90c83a
PA
29792020-07-03 Pedro Alves <palves@redhat.com>
2980
2981 * gdb.base/charset.c (init_string): Change all char parameters to
2982 unsigned char parameters.
2983
2eb82157
PA
29842020-07-03 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/call-sc.exp (start_scalars_test): Use
2987 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2988 * gdb.base/overlays.c: Remove references to PARAMS.
2989 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2990 * gdb.base/reread.exp: Don't set 'prototypes' global.
2991 * gdb.base/structs.exp (start_structs_test): Use
2992 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2993 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2994 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2995 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2996 call.
2997 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2998
9adda7af
PA
29992020-07-03 Pedro Alves <palves@redhat.com>
3000
3001 * gdb.base/m32rovly.c: Delete.
3002 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3003
2a17c803
PW
30042020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3005
3006 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3007 of gdb_py_test_multiple.
3008 * gdb.python/py-cmd.exp: Likewise.
3009 * gdb.python/py-events.exp: Likewise.
3010 * gdb.python/py-function.exp: Likewise.
3011 * gdb.python/py-inferior.exp: Likewise.
3012 * gdb.python/py-infthread.exp: Likewise.
3013 * gdb.python/py-linetable.exp: Likewise.
3014 * gdb.python/py-parameter.exp: Likewise.
3015 * gdb.python/py-value.exp: Likewise.
3016
b011fe1a
TV
30172020-06-30 Tom de Vries <tdevries@suse.de>
3018
3019 PR testsuite/26175
3020 * lib/future.exp (gdb_default_target_compile): Detect and handle
3021 early_flags.
3022
df5b8876
SM
30232020-06-29 Simon Marchi <simon.marchi@efficios.com>
3024
3025 * boards/simavr.exp (gdb_load): Catch errors when closing
3026 previous connection. Close connection, wait for process and
3027 unset simavr_spawn_id on failure.
3028
a3ca48cd
TV
30292020-06-29 Tom de Vries <tdevries@suse.de>
3030
3031 * lib/gdb.exp (unknown): Make test-case unresolved.
3032
b0237c0e
TV
30332020-06-29 Tom de Vries <tdevries@suse.de>
3034
3035 PR gdb/25475
3036 * gdb.server/solib-list.exp: Verify that the symbol reload
3037 confirmation question is asked.
3038
c0b3b3bd
PW
30392020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3040
3041 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3042 have a input seq nr in each pass message.
fe4c3d43 3043 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3044 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3045 * gdb.python/python.exp: Make test names unique,
3046 use gdb_test_multiline instead of gdb_py_test_multiple,
3047 use $gdb_test_name.
3048 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3049
1776e3e5
NA
30502020-06-26 Nick Alcock <nick.alcock@oracle.com>
3051
3052 * configure.ac: Add --enable-libctf.
3053 * aclocal.m4: sinclude ../config/enable.m4.
3054 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3055 * lib/gdb.exp (skip_ctf_tests): Use it.
3056 * gdb.base/ctf-constvars.exp: Error message tweak.
3057 * gdb.base/ctf-ptype.exp: Likewise.
3058 * configure: Regenerate.
3059
f53b3eeb
GB
30602020-06-26 Gary Benson <gbenson@redhat.com>
3061
3062 * gdb.cp/try_catch.cc: Include string.h.
3063 (main): Replace comparison against string literal with
3064 strcmp, avoiding build failure with -Wstring-compare.
3065 Add "marker test-complete".
3066 * gdb.cp/try_catch.exp: Run the test to the above marker,
3067 then verify that the value of "test" is still true.
3068
6d74da72
AB
30692020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3070
3071 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3072
2e52d038
AB
30732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3076
3b9fce96
AB
30772020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3080 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3081 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3082 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3083 * gdb.arch/riscv-tdesc-loading.exp: New file.
3084
ed69cbc8
AB
30852020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3088
767a879e
AB
30892020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3092 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3093 * gdb.arch/riscv-tdesc-regs.c: New file.
3094 * gdb.arch/riscv-tdesc-regs.exp: New file.
3095
221db974
PA
30962020-06-24 Pedro Alves <palves@redhat.com>
3097
3098 * gdb.arch/amd64-entry-value-paramref.exp: Use
3099 prepare_for_testing_full and don't pass "c++" for the .S file
3100 build spec.
3101 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3102 $options, since it's an assembly file. Remove -Wno-deprecated.
3103 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3104 compiling C++ programs.
3105
331733cd
PA
31062020-06-24 Pedro Alves <palves@redhat.com>
3107
3108 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3109 Clang, add "-Wno-unknown-warning-option" to the options.
3110
caa7fd04
AB
31112020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3112
3113 * gdb.xml/tdesc-reload.c: New file.
3114 * gdb.xml/tdesc-reload.exp: New file.
3115 * gdb.xml/maint-xml-dump-01.xml: New file.
3116 * gdb.xml/maint-xml-dump-02.xml: New file.
3117 * gdb.xml/maint-xml-dump.exp: New file.
3118
bb8d1260
SL
31192020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3120
3121 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3122 Adjust for omitted commands when TUI is disabled.
3123
7e4b9c4c
GB
31242020-06-23 Gary Benson <gbenson@redhat.com>
3125 Pedro Alves <palves@redhat.com>
3126
3127 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3128 * gdb.cp/nsimport.cc: Likewise.
3129 * gdb.cp/nsnested.cc: Likewise.
3130 * gdb.cp/nsnoimports.cc: Likewise.
3131 * gdb.cp/nsusing.cc: Likewise.
3132 * gdb.cp/smartp.cc: Likewise.
3133 * gdb.python/py-pp-integral.c: Likewise.
3134 * gdb.python/py-pp-re-notag.c: Likewise.
3135
2e573c0a
GB
31362020-06-23 Gary Benson <gbenson@redhat.com>
3137
3138 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3139 * gdb.cp/nsimport.cc: Likewise.
3140 * gdb.cp/nsnested.cc: Likewise.
3141 * gdb.cp/nsnoimports.cc: Likewise.
3142 * gdb.cp/nsusing.cc: Likewise.
3143 * gdb.cp/smartp.cc: Likewise.
3144 * gdb.python/py-pp-integral.c: Likewise.
3145 * gdb.python/py-pp-re-notag.c: Likewise.
3146
746ebfe8
PW
31472020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3148
3149 * gdb.base/default-args.exp: New test.
3150 * gdb.base/default-args.c: New file.
3151 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3152 * gdb.base/default.exp: Update to new help text.
3153 * gdb.base/help.exp: Likewise.
3154 * gdb.base/page.exp: Likewise.
3155 * gdb.base/style.exp: Likewise.
3156 * gdb.guile/guile.exp: Likewise.
3157 * gdb.python/python.exp: Likewise.
3158
e822f2cd
SL
31592020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3160
3161 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3162 remote host. Fix search path syntax on Windows host.
3163
48e9cc84
PW
31642020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3165
3166 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3167 over 'exec-file-mismatch'.
3168 * gdb.base/attach.c: Mark should_exit volatile.
3169 * gdb.base/attach2.c: Likewise. Add a comment explaining
3170 why the sleep cannot be big.
3171 * gdb.base/attach3.c: New file.
3172
160f8a8f
SL
31732020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3174
3175 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3176 prefix optional.
3177
4d91c2a4
SL
31782020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3179
3180 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3181 for remote host.
3182
87f83f20
SL
31832020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3184 Hafiz Abid Qadeer <abidh@codesourcery.com>
3185
3186 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3187 file sent to remote host.
3188 (top level): Allow int32_t as type of 32-bit register.
3189
37ab8655
TV
31902020-06-19 Tom de Vries <tdevries@suse.de>
3191
3192 * lib/gdb.exp (gdb_note): New proc.
3193 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3194 (gdb_default_target_compile): ... here. Only call
3195 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3196 (use_gdb_compile): Change to array.
3197 (toplevel): Update sets of use_gdb_compile to specify language.
3198 Warn about default_target_compile override. Store dejagnu's version
3199 of default_target_compile in dejagnu_default_target_compile.
3200
a8a56685
TV
32012020-06-18 Tom de Vries <tdevries@suse.de>
3202
3203 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3204 (default_gdb_init): ... here.
3205
581bea2c
SL
32062020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3207
3208 Fix TUI support checks in gdb.tui tests.
3209
3210 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3211 just say UNSUPPORTED.
3212 * gdb.tui/corefile-run.exp: Likewise.
3213 * gdb.tui/empty.exp: Likewise.
3214 * gdb.tui/list-before.exp: Likewise.
3215 * gdb.tui/list.exp: Likewise.
3216 * gdb.tui/main.exp: Likewise.
3217 * gdb.tui/regs.exp: Likewise.
3218 * gdb.tui/resize.exp: Likewise.
3219 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3220 * gdb.tui/tui-layout-asm.exp: Likewise.
3221 * gdb.tui/tui-missing-src.exp: Likewise.
3222 * gdb.tui/winheight.exp: Likewise.
3223 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3224
05e682e3
SL
32252020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3226
3227 Fix TCL error in gdb.python/py-format-string.exp.
3228
3229 * gdb.python/py-format-string.exp: Move test for python support
3230 earlier, out of function body.
3231
efb763a5
SM
32322020-06-15 Simon Marchi <simon.marchi@efficios.com>
3233
3234 * gdb.base/index-cache-load-twice.c: New.
3235 * gdb.base/index-cache-load-twice.exp: New.
3236
43327b20
KS
32372020-06-17 Keith Seitz <keiths@redhat.com>
3238
99cf27cf 3239 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3240 when executing "gdb --configuration".
3241
081e778c
TV
32422020-06-17 Tom de Vries <tdevries@suse.de>
3243
3244 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3245 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3246 conditional on presence of gdb_tcl_unknown.
3247 (gdb_finish): Make override undo conditional on presence of
3248 gdb_tcl_unknown.
3249
d2d1ea20
TT
32502020-06-16 Tom Tromey <tom@tromey.com>
3251
3252 * gdb.python/tui-window.py (failwin): New function. Register it
3253 as a TUI window type.
3254 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3255
c802e8a7
GB
32562020-06-16 Gary Benson <gbenson@redhat.com>
3257
3258 * gdb.python/py-nested-maps.c (create_map): Add missing return
3259 value.
3260 (create_map_map): Likewise.
3261
ff08abb8
TBA
32622020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3263
3264 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3265 variable.
3266 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3267 and use the already-defined 'options' variable.
3268
a29d5112
AB
32692020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3270 Tom de Vries <tdevries@suse.de>
3271
3272 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3273 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3274 (gdb_setup_known_globals): New proc.
3275 (gdb_cleanup_globals): New proc.
3276 * lib/gdb.exp (load_lib): New override proc.
3277 (gdb_stdin_log_init): Set var in_file as persistent global.
3278 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3279 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3280 fpc_compiler as persistent global.
3281
8c74a764
TV
32822020-06-12 Tom de Vries <tdevries@suse.de>
3283
3284 * lib/tuiterm.exp (spawn): Rename to ...
3285 (tui_spawn): ... this.
3286 (toplevel): Move rename of spawn ...
3287 (gdb_init_tuiterm): ... here. New proc.
3288 (gdb_finish_tuiterm): New proc.
3289 * lib/gdb.exp (gdb_finish_hooks): New global var.
3290 (gdb_finish): Handle gdb_finish_hooks.
3291 (tuiterm_env): New proc.
3292 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3293 tuiterm_env.
3294 * gdb.tui/basic.exp: Same.
3295 * gdb.tui/corefile-run.exp: Same.
3296 * gdb.tui/empty.exp: Same.
3297 * gdb.tui/list-before.exp: Same.
3298 * gdb.tui/list.exp: Same.
3299 * gdb.tui/main.exp: Same.
3300 * gdb.tui/new-layout.exp: Same.
3301 * gdb.tui/regs.exp: Same.
3302 * gdb.tui/resize.exp: Same.
3303 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3304 * gdb.tui/tui-layout-asm.exp: Same.
3305 * gdb.tui/tui-missing-src.exp: Same.
3306 * gdb.tui/winheight.exp: Same.
3307
26783bce
TV
33082020-06-12 Tom de Vries <tdevries@suse.de>
3309
3310 PR testsuite/26110
3311 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3312 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3313
2b4e6a3f
TT
33142020-06-11 Tom Tromey <tom@tromey.com>
3315
3316 PR gdb/18318:
3317 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3318 floating point tests.
3319
2f33032a
KS
33202020-06-11 Keith Seitz <keiths@redhat.com>
3321
3322 PR gdb/21356
3323 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3324 vla_struct.
3325 Add new struct vla_typedef and union vla_typedef_union and
3326 corresponding instantiation objects.
3327 Initialize new objects.
3328 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3329 and vla_typedef_union_object.
3330 Fixup type for vla_struct_object.
3331
a8baf0a3
TV
33322020-06-11 Tom de Vries <tdevries@suse.de>
3333
3334 * lib/gdb.exp (with_override): New proc, factored out of ...
3335 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3336
7ab96794
TV
33372020-06-10 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3340
cab5c3b7
SM
33412020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3342
3343 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3344 parameter, update callers.
3345
f8c41851
SM
33462020-06-04 Simon Marchi <simon.marchi@efficios.com>
3347
3348 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3349 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3350 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3351
1c07a73f
TV
33522020-06-04 Tom de Vries <tdevries@suse.de>
3353
3354 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3355
95146b5d
TV
33562020-06-04 Tom de Vries <tdevries@suse.de>
3357
3358 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3359 exp_continue.
3360
0cfcd4f0
TV
33612020-06-04 Tom de Vries <tdevries@suse.de>
3362
3363 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3364
f9b5d5ea
TV
33652020-06-03 Tom de Vries <tdevries@suse.de>
3366
3367 PR symtab/26046
3368 * gdb.cp/breakpoint-locs-2.cc: New test.
3369 * gdb.cp/breakpoint-locs.cc: New test.
3370 * gdb.cp/breakpoint-locs.exp: New file.
3371 * gdb.cp/breakpoint-locs.h: New test.
3372
5144dfba
TV
33732020-06-03 Tom de Vries <tdevries@suse.de>
3374
3375 PR testsuite/25609
3376 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3377 value of global verbose.
3378 * gdb.base/jit-elf.exp: Same.
3379 * gdb.base/jit-reader.exp: Same.
3380
621eacdf
TV
33812020-06-02 Tom de Vries <tdevries@suse.de>
3382
3383 * gdb.dwarf2/multidictionary.exp: Don't use
3384 gdb_spawn_with_cmdline_opts.
3385
1313c56e
AB
33862020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3389 use_header case.
3390 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3391 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3392 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3393 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3394 * gdb.dwarf2/dw2-inline-header.c: New file.
3395 * gdb.dwarf2/dw2-inline-header.h: New file.
3396
f68f85b5
PA
33972020-05-30 Pedro Alves <palves@redhat.com>
3398
3399 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3400 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3401
678048e8
GB
34022020-05-29 Gary Benson <gbenson@redhat.com>
3403
3404 * gdb.compile/compile-cplus.exp (additional_flags): Also
3405 set when building with clang.
3406 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3407 when building with clang.
3408
9fcafd23
GB
34092020-05-29 Gary Benson <gbenson@redhat.com>
3410
3411 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3412 building with clang.
3413 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3414
735d5a07
GB
34152020-05-29 Gary Benson <gbenson@redhat.com>
3416
3417 * gdb.cp/koenig.exp (prepare_for_testing): Add
3418 additional_flags=-Wno-unused-comparison.
3419 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3420
4ad2c6a0
GB
34212020-05-28 Gary Benson <gbenson@redhat.com>
3422
3423 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3424 statement.
3425
09fe663e
GB
34262020-05-28 Gary Benson <gbenson@redhat.com>
3427
3428 * gdb.cp/classes.exp (prepare_for_testing): Add
3429 additional_flags=-Wno-deprecated-register.
3430 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3431 * gdb.cp/misc.exp: Likewise.
3432
cee00f17
GB
34332020-05-28 Gary Benson <gbenson@redhat.com>
3434
3435 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3436 (test_op_new::operator new): Add return statement.
3437 (test_op_new_array::operator new[]): Likewise.
3438
636edd00
PA
34392020-05-27 Pedro Alves <palves@redhat.com>
3440
3441 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3442 check. Use test_gdb_complete_unique instead of
3443 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3444 test_gdb_complete_multiple instead of
3445 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3446
c2b75043
LM
34472020-05-27 Luis Machado <luis.machado@linaro.org>
3448
3449 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3450 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3451 * gdb.arch/arm-disassembler-options.exp: Likewise.
3452 * gdb.arch/arm-disp-step.exp: Likewise.
3453 * gdb.arch/thumb-prologue.exp: Likewise.
3454 * gdb.base/async.exp: Likewise.
3455 * gdb.base/auxv.exp: Likewise.
3456 * gdb.base/complex-parts.exp: Likewise.
3457 * gdb.base/ena-dis-br.exp: Likewise.
3458 * gdb.base/foll-exec.exp: Likewise.
3459 * gdb.base/permissions.exp: Likewise.
3460 * gdb.base/relocate.exp: Likewise.
3461 * gdb.base/return2.exp: Likewise.
3462 * gdb.base/sigbpt.exp: Likewise.
3463 * gdb.base/siginfo-obj.exp: Likewise.
3464 * gdb.cp/converts.exp: Likewise.
3465 * gdb.cp/exceptprint.exp: Likewise.
3466 * gdb.cp/inherit.exp: Likewise.
3467 * gdb.cp/nsnoimports.exp: Likewise.
3468 * gdb.cp/virtbase2.exp: Likewise.
3469 * gdb.mi/mi-var-cmd.exp: Likewise.
3470 * gdb.mi/var-cmd.c: Likewise.
3471
53a47a3e
TT
34722020-05-26 Tom Tromey <tromey@adacore.com>
3473
3474 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3475
0bc2354b
TT
34762020-05-26 Tom Tromey <tromey@adacore.com>
3477
3478 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3479 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3480 type.
3481 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3482 variable.
3483
0db49895
CBG
34842020-05-26 Christian Biesinger <cbiesinger@google.com>
3485
3486 * Makefile.in: Use = instead of == for the test command
3487 for portability.
3488
40d22035
TV
34892020-05-26 Tom de Vries <tdevries@suse.de>
3490
3491 * gdb.base/gold-gdb-index-2.c: New test.
3492 * gdb.base/gold-gdb-index.c: New test.
3493 * gdb.base/gold-gdb-index.exp: New file.
3494 * gdb.base/gold-gdb-index.h: New test.
3495
043e2e02
TV
34962020-05-25 Tom de Vries <tdevries@suse.de>
3497
3498 * boards/gold-gdb-index.exp: New file.
3499
462f72c5
SM
35002020-05-25 Simon Marchi <simon.marchi@efficios.com>
3501
3502 * boards/simavr.exp: New file.
3503
6cf66e76
SM
35042020-05-25 Simon Marchi <simon.marchi@efficios.com>
3505
3506 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3507 * gdb.base/inferior-args.exp: New file.
3508 * gdb.base/inferior-args.c: New file.
3509
75d04512
SM
35102020-05-25 Simon Marchi <simon.marchi@efficios.com>
3511
3512 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3513 inferior_args. Pass it to gdb_reload.
3514 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3515 inferior_args.
3516 (gdb_reload): Add inferior_args argument.
3517 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3518 pass it to gdbserver_run.
3519 * boards/native-gdbserver.exp: Do not set noargs.
3520 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3521 inferior_args argument.
3522 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3523 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3524 * gdb.base/args.exp: Likewise.
3525
42cf1844
TV
35262020-05-25 Tom de Vries <tdevries@suse.de>
3527
3528 * lib/gdb.exp (exec_is_pie): Add comment.
3529
8f7d38ef
TV
35302020-05-25 Tom de Vries <tdevries@suse.de>
3531
3532 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3533 instead of $binfile in the untested message.
3534
465e1b0f
TV
35352020-05-25 Tom de Vries <tdevries@suse.de>
3536
3537 PR testsuite/26031
3538 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3539
3c5a0e02
TV
35402020-05-25 Tom de Vries <tdevries@suse.de>
3541
3542 * boards/gold.exp: New file.
3543
0a4f5f8c
TT
35442020-05-23 Tom Tromey <tom@tromey.com>
3545
3546 * gdb.base/style.exp: Remove completion styling test.
3547 * lib/gdb-utils.exp (style): Remove completion styles.
3548
eca1f90c
TT
35492020-05-23 Tom Tromey <tom@tromey.com>
3550
3551 * gdb.base/style.exp: Add completion styling test.
3552 * lib/gdb-utils.exp (style): Add completion styles.
3553
7c13f4e8
AB
35542020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3555
3556 * gdb.base/annota1.exp: Update expected results.
3557 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3558 test name.
3559 * gdb.cp/annota3.exp: Update expected results.
3560
41977d16
SM
35612020-05-20 Simon Marchi <simon.marchi@efficios.com>
3562
3563 PR gdb/26016
3564 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3565 against MAP_FAILED.
3566 * gdb.base/coremaker.c (mmapdata): Likewise.
3567 * gdb.base/jit-reader-host.c (main): Likewise.
3568 * gdb.base/sym-file-loader.c (load): Likewise.
3569 (load_shlib): Likewise.
3570
b4757f2e
TT
35712020-05-20 Tom Tromey <tromey@adacore.com>
3572
3573 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3574
9a0bacfb
TV
35752020-05-20 Tom de Vries <tdevries@suse.de>
3576
3577 PR symtab/25833
3578 * gdb.base/with-mf-inc.c: New test.
3579 * gdb.base/with-mf-main.c: New test.
3580 * gdb.base/with-mf.exp: New file.
3581
76571211
TT
35822020-05-19 Tom Tromey <tromey@adacore.com>
3583
3584 * gdb.rust/simple.exp: Restore missing test result.
3585
4cd9f3d5
TV
35862020-05-19 Tom de Vries <tdevries@suse.de>
3587
3588 * gdb.base/gdb-caching-proc.exp: Fix typo.
3589
7d874253
TT
35902020-05-19 Tom Tromey <tromey@adacore.com>
3591
3592 * gdb.rust/simple.exp: Add some test descriptions.
3593 (test_one_slice): Use with_test_prefix.
3594
1d727695
TV
35952020-05-18 Tom de Vries <tdevries@suse.de>
3596
3597 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3598
7f32a4d5
PA
35992020-05-17 Pedro Alves <palves@redhat.com>
3600
3601 PR gdb/25741
3602 * gdb.base/hw-sw-break-same-address.exp: New file.
3603
7cfd74cf
PA
36042020-05-16 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3607 LAST_LOADED_FILE accordingly.
3608
57b4f16e
PW
36092020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3610
3611 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3612
7c05caf7
PW
36132020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3614
3615 * gdb.base/help.exp: Test apropos and help for commands
3616 having aliases. Fixed comments not starting with an
3617 upper-case letter or not finishing with a dot.
3618
7aa1b46f
PW
36192020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3620
3b3aaacb
PW
3621 * gdb.base/alias.exp: Update help output check.
3622
57b4f16e 36232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3624
7aa1b46f
PW
3625 * gdb.base/default.exp: Update output following fixes.
3626
0605465f
PW
36272020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3628
3629 * gdb.base/alias.exp: Test aliases starting with a prefix of
3630 another alias.
3631
86e4e63d
GB
36322020-05-15 Gary Benson <gbenson@redhat.com>
3633
3634 * gdb.base/info-os.c (main): Add return statement.
3635 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3636 * gdb.base/large-frame-2.c (func): Likewise.
3637 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3638 * gdb.base/pr10179-b.c (foo2): Likewise.
3639 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3640 * gdb.base/watch-cond.c (func): Likewise.
3641 * gdb.multi/goodbye.c (verylongfun): Likewise.
3642 * gdb.multi/hello.c (commonfun): Likewise.
3643 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3644 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3645 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3646 Likewise.
3647 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3648 * gdb.threads/interrupt-while-step-over.c (child_function):
3649 Likewise.
3650 * gdb.trace/actions-changed.c (end): Likewise.
3651
163df4df
GB
36522020-05-15 Gary Benson <gbenson@redhat.com>
3653
3654 * gdb.opencl/callfuncs.exp: Report when test skipped.
3655 * gdb.opencl/convs_casts.exp: Likewise.
3656 * gdb.opencl/datatypes.exp: Likewise.
3657 * gdb.opencl/operators.exp: Likewise.
3658 * gdb.opencl/vec_comps.exp: Likewise.
3659
6dbc505a
TV
36602020-05-15 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.base/align.exp.in: Rename to ...
3663 * gdb.base/align.exp.tcl: ... this.
3664 * gdb.base/align-c++.exp: Update.
3665 * gdb.base/align-c.exp: Update.
3666 * gdb.base/all-architectures.exp.in: Rename to ...
3667 * gdb.base/all-architectures.exp: ... this.
3668 * gdb.base/all-architectures-0.exp: Update.
3669 * gdb.base/all-architectures-1.exp: Update.
3670 * gdb.base/all-architectures-2.exp: Update.
3671 * gdb.base/all-architectures-3.exp: Update.
3672 * gdb.base/all-architectures-4.exp: Update.
3673 * gdb.base/all-architectures-5.exp: Update.
3674 * gdb.base/all-architectures-6.exp: Update.
3675 * gdb.base/all-architectures-7.exp: Update.
3676 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3677 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3678 * gdb.base/infcall-nested-structs-c++.exp: Update.
3679 * gdb.base/infcall-nested-structs-c.exp: Update.
3680 * gdb.base/info-types.exp.in: Rename to ...
3681 * gdb.base/info-types.exp.tcl: ... this.
3682 * gdb.base/info-types-c++.exp: Update.
3683 * gdb.base/info-types-c.exp: Update.
3684 * gdb.base/max-depth.exp.in: Rename to ...
3685 * gdb.base/max-depth.exp.tcl: ... this.
3686 * gdb.base/max-depth-c++.exp: Update.
3687 * gdb.base/max-depth-c.exp: Update.
3688 * gdb.cp/cpexprs.exp.in: Rename to ...
3689 * gdb.cp/cpexprs.exp.tcl: ... this.
3690 * gdb.cp/cpexprs-debug-types.exp: Update.
3691 * gdb.cp/cpexprs.exp: Update.
3692 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3693 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3694 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3695 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3696 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3697 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3698 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3699 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3700 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3701 * gdb.dwarf2/clang-debug-names.exp: Update.
3702
d1034d78
AB
37032020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3704
3705 * lib/check-test-names.exp: Remove code that prevents this file
3706 loading when tests are run in parallel.
3707
3c5c3649
PA
37082020-05-15 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.multi/multi-kill.exp (start_inferior): Remove
3711 'testpid' parameter. Refer to namespace variable directly.
3712 (testpid): Declare as namespace variable.
3713
272c36b8
PA
37142020-05-15 Pedro Alves <palves@redhat.com>
3715
3716 * gdb.multi/multi-kill.exp: Wrap in namespace.
3717 (start_inferior): Add TESTPID parameter. Use it instead of the
3718 testpid global.
3719 (top level): Define empty TESTPID array, and pass it down to
3720 start_inferior.
3721
02eba61a
TV
37222020-05-14 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3725 output.
3726
971a3747
TV
37272020-05-14 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.base/align.exp: Split into ...
3730 * gdb.base/align.exp.in: ...
3731 * gdb.base/align-c++.exp: ...
3732 * gdb.base/align-c.exp: ... these.
3733 * gdb.base/infcall-nested-structs.exp: Split into ...
3734 * gdb.base/infcall-nested-structs.exp.in: ...
3735 * gdb.base/infcall-nested-structs-c++.exp: ...
3736 * gdb.base/infcall-nested-structs-c.exp: ... these.
3737 * gdb.base/info-types.exp: Split into ...
3738 * gdb.base/info-types.exp.in: ...
3739 * gdb.base/info-types-c++.exp: ...
3740 * gdb.base/info-types-c.exp: ... these.
3741 * gdb.base/max-depth.exp: Split into ...
3742 * gdb.base/max-depth.exp.in: ...
3743 * gdb.base/max-depth-c++.exp: ...
3744 * gdb.base/max-depth-c.exp: ... these.
3745 * gdb.cp/infcall-nodebug.exp: Split into ...
3746 * gdb.cp/infcall-nodebug.exp.in: ...
3747 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3748 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3749 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3750 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3751
a05575d3
TBA
37522020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3753 Pedro Alves <palves@redhat.com>
3754
3755 * gdb.multi/multi-exit.c: New file.
3756 * gdb.multi/multi-exit.exp: New file.
3757 * gdb.multi/multi-kill.c: New file.
3758 * gdb.multi/multi-kill.exp: New file.
3759
6ad82919
TBA
37602020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3761
3762 * gdb.base/annota1.exp: Update the expected output.
3763 * gdb.cp/annota2.exp: Ditto.
3764
843f4d93
AB
37652020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * lib/check-test-names.exp: Disable when testing is being run in
3768 parallel.
3769
c7c66341
TV
37702020-05-12 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.base/jit-elf.exp: Fix string concat.
3773
1b59ca1c
TV
37742020-05-12 Tom de Vries <tdevries@suse.de>
3775
3776 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3777 messages.
3778
b4991d29
TV
37792020-05-12 Tom de Vries <tdevries@suse.de>
3780
3781 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3782
dbb0ab10
TV
37832020-05-12 Tom de Vries <tdevries@suse.de>
3784
3785 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3786 * gdb.ada/mi_catch_ex.exp: Same.
3787 * gdb.ada/mi_catch_ex_hand.exp: Same.
3788
7549fed8
TV
37892020-05-12 Tom de Vries <tdevries@suse.de>
3790
3791 * gdb.fortran/complex.exp: Use with_test_prefix.
3792
af2d5cd8
TV
37932020-05-12 Tom de Vries <tdevries@suse.de>
3794
3795 * gdb.trace/passcount.exp: Fix test-names.
3796
7c121311
TV
37972020-05-12 Tom de Vries <tdevries@suse.de>
3798
3799 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3800
c9f3b40e
TV
38012020-05-12 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.gdb/complaints.exp: Use with_test_prefix.
3804 * gdb.xml/tdesc-regs.exp: Same.
3805 * gdb.opt/inline-locals.exp: Fix test name.
3806
111b33f0
TV
38072020-05-12 Tom de Vries <tdevries@suse.de>
3808
3809 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3810 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3811 * gdb.dwarf2/implref-struct.exp: Same.
3812 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3813 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3814
ebf47080
SM
38152020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3816
3817 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3818
d30dcd12
AB
38192020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * lib/check-test-names.exp (all_test_names): New module variable.
3822 (counts): Add 'duplicates' field.
3823 (_check_duplicates): New procedure.
3824 (check): Also check for duplicates.
3825 (do_log_summary): Print duplicates count.
3826 (do_reset_vars): Reset counter for duplicate test names, and
3827 discard all know test names.
3828
34584c09
AB
38292020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3830
3831 * lib/gdb.exp: Include check-test-names.exp library.
3832 * lib/check-test-names.exp: New file.
3833
e0002117
TV
38342020-05-11 Tom de Vries <tdevries@suse.de>
3835
3836 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3837
53f539a3
KS
38382020-05-11 Keith Seitz <keiths@redhat.com>
3839
3840 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3841
113ee09a
TV
38422020-05-11 Tom de Vries <tdevries@suse.de>
3843
3844 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3845 * gdb.cp/cpexprs.exp.in: .. here.
3846 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3847 cpexprs.exp.
3848
ba3e70b0
KS
38492020-05-11 Keith Seitz <keiths@redhat.com>
3850
3851 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3852 test names.
3853 * gdb.ada/arrayptr.exp: Likewise.
3854 * gdb.ada/assign_arr.exp: Likewise.
3855 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3856 * gdb.ada/bp_on_var.exp: Likewise.
3857 * gdb.ada/call_pn.exp: Likewise.
3858 * gdb.ada/complete.exp: Likewise.
3859 * gdb.ada/fun_overload_menu.exp: Likewise.
3860 * gdb.ada/funcall_param.exp: Likewise.
3861 * gdb.ada/funcall_ref.exp: Likewise.
3862 * gdb.ada/packed_array_assign.exp: Likewise.
3863 * gdb.ada/same_component_name.exp: Likewise.
3864 * gdb.ada/type_coercion.exp: Likewise.
3865 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3866 * gdb.ada/variant_record_packed_array.exp: Likewise.
3867
3ee6bb11
TV
38682020-05-11 Tom de Vries <tdevries@suse.de>
3869
3870 PR symtab/25941
3871 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3872 out of ...
3873 * gdb.dwarf2/clang-debug-names.exp: ... here.
3874 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3875 clang-debug-names.exp.in.
3876 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3877 * gdb.dwarf2/clang-debug-names-2.c: New test.
3878
86cd6bc8
AKS
38792020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3880
3881 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3882 (fortran_runto_main): New Proc, fortran version of runto_main.
3883 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3884 * gdb.fortran/array-bounds.exp: Likewise.
3885 * gdb.fortran/array-slices.exp: Likewise.
3886 * gdb.fortran/block-data.exp: Likewise.
3887 * gdb.fortran/charset.exp: Likewise.
3888 * gdb.fortran/common-block.exp: Likewise.
3889 * gdb.fortran/complex.exp: Likewise.
3890 * gdb.fortran/derived-type-function.exp: Likewise.
3891 * gdb.fortran/derived-type.exp: Likewise.
3892 * gdb.fortran/info-modules.exp: Likewise.
3893 * gdb.fortran/info-types.exp: Likewise.
3894 * gdb.fortran/intrinsics.exp: Likewise.
3895 * gdb.fortran/library-module.exp: Likewise.
3896 * gdb.fortran/logical.exp: Likewise.
3897 * gdb.fortran/max-depth.exp: Likewise.
3898 * gdb.fortran/module.exp: Likewise.
3899 * gdb.fortran/multi-dim.exp: Likewise.
3900 * gdb.fortran/nested-funcs.exp: Likewise.
3901 * gdb.fortran/print-formatted.exp: Likewise.
3902 * gdb.fortran/print_type.exp: Likewise.
3903 * gdb.fortran/printing-types.exp: Likewise.
3904 * gdb.fortran/ptr-indentation.exp: Likewise.
3905 * gdb.fortran/ptype-on-functions.exp: Likewise.
3906 * gdb.fortran/subarray.exp: Likewise.
3907 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3908 * gdb.fortran/vla-datatypes.exp: Likewise.
3909 * gdb.fortran/vla-history.exp: Likewise.
3910 * gdb.fortran/vla-ptr-info.exp: Likewise.
3911 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3912 * gdb.fortran/vla-ptype.exp: Likewise.
3913 * gdb.fortran/vla-sizeof.exp: Likewise.
3914 * gdb.fortran/vla-type.exp: Likewise.
3915 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3916 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3917 * gdb.fortran/vla-value-sub.exp: Likewise.
3918 * gdb.fortran/vla-value.exp: Likewise.
3919 * gdb.fortran/whatis_type.exp: Likewise.
3920 * gdb.mi/mi-var-child-f.exp: Likewise.
3921
6dc55ce9 39222020-05-09 Tom de Vries <tdevries@suse.de>
3923
3924 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3925
283cb58c
TV
39262020-05-08 Tom de Vries <tdevries@suse.de>
3927
3928 * gdb.dwarf2/clang-debug-names.c: New test.
3929 * gdb.dwarf2/clang-debug-names.exp: New file.
3930
ac4a4f1c
SM
39312020-05-06 Simon Marchi <simon.marchi@efficios.com>
3932
3933 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3934 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3935
24fe640b
TV
39362020-05-06 Tom de Vries <tdevries@suse.de>
3937
3938 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3939 breakpoint is at a "recommended breakpoint location".
3940 * gdb.reverse/consecutive-reverse.exp: Same.
3941
0d8683a3
TV
39422020-05-06 Tom de Vries <tdevries@suse.de>
3943
3944 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3945 address.
3946
b8983c46
TV
39472020-05-06 Tom de Vries <tdevries@suse.de>
3948
3949 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3950
abf6d805
TV
39512020-05-06 Tom de Vries <tdevries@suse.de>
3952
3953 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3954 info for r.
3955
0fc2a808
TV
39562020-05-06 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3959 necessary.
3960
873dd427
TV
39612020-05-06 Tom de Vries <tdevries@suse.de>
3962
3963 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3964 void.
3965
7c99e7e2
TV
39662020-05-06 Tom de Vries <tdevries@suse.de>
3967
3968 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3969 of ...
3970 * gdb.base/async.exp: ... here.
3971 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3972 "recommended breakpoint location".
3973
6173d6a6
TV
39742020-05-06 Tom de Vries <tdevries@suse.de>
3975
3976 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3977
6015a067
TV
39782020-05-04 Tom de Vries <tdevries@suse.de>
3979
3980 * gdb.base/async.exp: Check whether instruction addresses are a
3981 "recommended breakpoint location".
3982
3b6acaee
TT
39832020-05-03 Tom Tromey <tom@tromey.com>
3984
3985 * gdb.base/sepdebug.exp: Remove "catch" test.
3986 * gdb.base/break.exp: Remove "catch" test.
3987 * gdb.base/default.exp: Update expected output.
3988
5beb4d17
TV
39892020-05-02 Tom de Vries <tdevries@suse.de>
3990
3991 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3992 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3993 * gdb.arch/i386-mpx-map.exp: Same.
3994 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3995 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3996 * gdb.arch/i386-mpx.exp: Same.
3997
8caf140d
TV
39982020-05-02 Tom de Vries <tdevries@suse.de>
3999
4000 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4001
693196cb
TV
40022020-05-01 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.ada/operator_bp.exp: Allow more than required amount of
4005 breakpoint.
4006
53ae0aa9
TV
40072020-05-01 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4010
ee9d1e5f
HD
40112020-04-30 Hannes Domani <ssbssa@yahoo.de>
4012
4013 PR gdb/18706
4014 * gdb.cp/stub-array-size.cc: New test.
4015 * gdb.cp/stub-array-size.exp: New file.
4016 * gdb.cp/stub-array-size.h: New test.
4017 * gdb.cp/stub-array-size2.cc: New test.
4018
d5cf82c0
HD
40192020-04-30 Hannes Domani <ssbssa@yahoo.de>
4020
4021 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4022 output to the new format.
4023
42e165c3
SM
40242020-04-29 Simon Marchi <simon.marchi@efficios.com>
4025
4026 * gdb.base/break.exp: Use with_test_prefix.
4027
6e4e3fe1
TV
40282020-04-29 Tom de Vries <tdevries@suse.de>
4029
4030 * lib/gdb.exp (debug_types): New proc.
4031 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4032 * gdb.python/py-symtab.exp: Same.
4033
d642b692
HD
40342020-04-29 Hannes Domani <ssbssa@yahoo.de>
4035
4036 PR gdb/17320
4037 * gdb.base/pretty-array.c: New test.
4038 * gdb.base/pretty-array.exp: New file.
4039
ea90f227
TV
40402020-04-29 Tom de Vries <tdevries@suse.de>
4041
4042 PR symtab/25889
4043 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4044 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4045 and include cpexprs.exp.
4046
a65189c9
TV
40472020-04-28 Mark Williams <mark@myosotissp.com>
4048
4049 PR gdb/24480
4050 * dw4-toplevel-types.exp: Test for top level types.
4051 * dw4-toplevel-types.cc: Test for top level types.
4052
32d1f47a
TBA
40532020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4054
4055 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4056 (theads -> threads).
4057
56a4f5a1
TV
40582020-04-28 Tom de Vries <tdevries@suse.de>
4059
4060 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4061
0b2f8a3b
TV
40622020-04-28 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4065
5390c717
TV
40662020-04-28 Tom de Vries <tdevries@suse.de>
4067
4068 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4069
15cd93d0
TV
40702020-04-28 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.dwarf2/main-foo.c: New test.
4073 * gdb.dwarf2/struct-with-sig.exp: New file.
4074
d472f0fb
TV
40752020-04-25 Tom de Vries <tdevries@suse.de>
4076
4077 * boards/debug-types.exp: New file.
4078
8d840e05
AB
40792020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4080
4081 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4082
bcfe6157
TT
40832020-04-24 Tom Tromey <tom@tromey.com>
4084
4085 PR symtab/12707:
4086 * gdb.python/py-symbol.exp: Update expected results for
4087 linkage_name test.
4088 * gdb.cp/print-demangle.exp: New file.
4089 * gdb.base/c-linkage-name.exp: Fix test.
4090 * gdb.guile/scm-symbol.exp: Update expected results for
4091 linkage_name test.
4092
f049a313
TT
40932020-04-24 Tom Tromey <tom@tromey.com>
4094
4095 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4096 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4097 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4098 assembler.
4099
7cf28874
TV
41002020-04-24 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4103 C++.
4104
dac2fef7
TT
41052020-04-24 Tom Tromey <tromey@adacore.com>
4106
4107 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4108 values.
4109 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4110 values. Update test for minimal encodings.
4111 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4112 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4113 values. Update test for minimal encodings.
4114
1acda803
TT
41152020-04-24 Tom Tromey <tromey@adacore.com>
4116
4117 PR python/23662:
4118 * gdb.ada/variant.exp: Add Python checks.
4119 * gdb.rust/simple.exp: Add dynamic type checks.
4120
adfb9815
TT
41212020-04-24 Tom Tromey <tromey@adacore.com>
4122
4123 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4124 Make array type matching more lax.
4125 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4126 * gdb.ada/mi_variant.exp: New file.
4127 * gdb.ada/mi_variant/pck.ads: New file.
4128 * gdb.ada/mi_variant/pkg.adb: New file.
4129 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4130 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4131
7d79de9a
TT
41322020-04-24 Tom Tromey <tromey@adacore.com>
4133
4134 * gdb.ada/variant.exp: Add dynamic field offset tests.
4135 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4136 * gdb.ada/variant/pkg.adb: Add new variables.
4137
f8e89861
TT
41382020-04-24 Tom Tromey <tromey@adacore.com>
4139
4140 * gdb.ada/variant.exp: New file
4141 * gdb.ada/variant/pkg.adb: New file
4142 * gdb.ada/variant/pck.adb: New file
4143
86e887ae
TV
41442020-04-24 Tom de Vries <tdevries@suse.de>
4145
4146 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4147
88428775
TV
41482020-04-24 Tom de Vries <tdevries@suse.de>
4149
4150 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4151 flags.
4152
4e86f6e7
TV
41532020-04-24 Tom de Vries <tdevries@suse.de>
4154
4155 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4156
2016d3e6
TV
41572020-04-24 Tom de Vries <tdevries@suse.de>
4158
4159 * lib/gdb.exp (default_gdb_start): Handle eof.
4160 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4161 failure.
4162 * gdb.base/readnever.exp: Handle clean_restart failure.
4163
70bc38f5
TV
41642020-04-23 Tom de Vries <tdevries@suse.de>
4165
4166 * gdb.base/decl-before-def.exp: Run to main and print a again.
4167
de82891c
TV
41682020-04-23 Tom de Vries <tdevries@suse.de>
4169
4170 * gdb.base/decl-before-def-decl.c: New test.
4171 * gdb.base/decl-before-def-def.c: New test.
4172 * gdb.base/decl-before-def.exp: New file.
4173
96038148
TV
41742020-04-23 Tom de Vries <tdevries@suse.de>
4175
4176 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4177
54ac3df1
TV
41782020-04-22 Tom de Vries <tdevries@suse.de>
4179
4180 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4181 debug_info_offset.
4182 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4183 before $objsfile in the line line.
4184
714534e1
TV
41852020-04-22 Tom de Vries <tdevries@suse.de>
4186
4187 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4188
16a7dbf4
MS
41892020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4190
4191 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4192 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4193 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4194 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4195 * gdb.base/jit-protocol.h: Update definitions to match all usage
4196 contexts.
4197
41982020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4199
4200 * gdb.base: Rename all jit related test and source files.
4201
42022020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4203
4204 * gdb.base/jit-reader.exp: Relax register output check.
4205
317d2668
TV
42062020-04-22 Tom de Vries <tdevries@suse.de>
4207
4208 PR symtab/25764
4209 * gdb.base/psym-external-decl-2.c: New test.
4210 * gdb.base/psym-external-decl.c: New test.
4211 * gdb.base/psym-external-decl.exp: New file.
4212 * gdb.threads/tls.exp: Add PR25807 kfail.
4213
eea9e357
TV
42142020-04-22 Tom de Vries <tdevries@suse.de>
4215
4216 PR symtab/25801
4217 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4218 in "info source" output.
4219
3d5afab3
TV
42202020-04-22 Tom de Vries <tdevries@suse.de>
4221
4222 PR symtab/25700
4223 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4224 symtab for imported_unit.c.
4225
b32102f6
GB
42262020-04-21 Gary Benson <gbenson@redhat.com>
4227
4228 * gdb.base/advance.c (func): New argument, to match call site.
4229 (func2, func3): Add return statements.
4230
d43b7a2d
TBA
42312020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4232
4233 * gdb.multi/run-only-second-inf.c: New file.
4234 * gdb.multi/run-only-second-inf.exp: New file.
4235
d89edf9b
MM
42362020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4237
4238 * gdb.btrace/multi-inferior.c: New test.
4239 * gdb.btrace/multi-inferior.exp: New file.
4240
1a476b6d
MM
42412020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4242
4243 * gdb.btrace/enable-new-thread.c: New test.
4244 * gdb.btrace/enable-new-thread.exp: New file.
4245
4778a5f8
TV
42462020-04-21 Tom de Vries <tdevries@suse.de>
4247
4248 PR gdb/25471
4249 * gdb.threads/killed-outside.c: New test.
4250 * gdb.threads/killed-outside.exp: New file.
4251
9b2c992c
GB
42522020-04-20 Gary Benson <gbenson@redhat.com>
4253
4254 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4255 * gdb.base/nested-subp2.exp: Likewise.
4256 * gdb.base/nested-subp3.exp: Likewise.
4257
b5d1d6f7
GB
42582020-04-20 Gary Benson <gbenson@redhat.com>
4259
4260 * gdb.base/nested-subp1.exp: Disable test when using clang.
4261 * gdb.base/nested-subp2.exp: Likewise.
4262 * gdb.base/nested-subp3.exp: Likewise.
4263
25230285
GB
42642020-04-20 Gary Benson <gbenson@redhat.com>
4265
4266 * gdb.cp/exception.cc: Fix compilation error with clang.
4267
fa93cc8f
GB
42682020-04-20 Gary Benson <gbenson@redhat.com>
4269
809730f3 4270 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4271
e0c45f30
GB
42722020-04-20 Gary Benson <gbenson@redhat.com>
4273
4274 * gdb.base/jit-main.c: Fix compilation error with clang.
4275
4ddfec93
KR
42762020-04-17 Kamil Rytarowski <n54@gmx.com>
4277
4278 * gdb.base/attach-twice.c: Include "sys/types.h".
4279 (PTRACE_ATTACH): Add fallback definition.
4280 (main): Pass `0' to the 4th argument of `ptrace'.
4281
2bed205e
KR
42822020-04-17 Kamil Rytarowski <n54@gmx.com>
4283
4284 * gdb.base/fork-running-state.c: Include "signal.h".
4285
0743fc83
TT
42862020-04-17 Tom Tromey <tromey@adacore.com>
4287
4288 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4289 Update tests.
4290 * gdb.btrace/cpu.exp: Update tests.
4291 * gdb.base/maint.exp: Update tests.
4292 * gdb.base/default.exp: Update tests.
4293 * gdb.base/completion.exp: Update tests.
4294
efba5c23
TV
42952020-04-16 Tom de Vries <tdevries@suse.de>
4296
4297 PR symtab/25791
4298 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4299 (ensure_gdb_index): and factor out and move ...
4300 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4301 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4302
d191d716
TV
43032020-04-16 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4306 loading exec.
4307
99f1bc6a
AB
43082020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4309
4310 * gdb.base/many-completions.exp: New file.
4311
194d088f
TV
43122020-04-14 Tom de Vries <tdevries@suse.de>
4313
4314 PR symtab/25718
4315 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4316
c1a66c06
TV
43172020-04-14 Tom de Vries <tdevries@suse.de>
4318
4319 PR symtab/25720
4320 * gdb.base/maint-expand-symbols-header-file.c: New test.
4321 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4322 * gdb.base/maint-expand-symbols-header-file.h: New test.
4323
21b0982c
AB
43242020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4325
4326 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4327 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4328 get_func_info.
4329 (get_func_info): Delete.
4330 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4331 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4332 * lib/dwarf.exp (get_func_info): New function.
4333
dd1cab06
TV
43342020-04-13 Tom de Vries <tdevries@suse.de>
4335
4336 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4337 to what find_gnatmake does.
4338
71ea2b6b
TV
43392020-04-10 Tom de Vries <tdevries@suse.de>
4340
4341 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4342 -readnow.
4343
bdfc1e8a
TV
43442020-04-10 Tom de Vries <tdevries@suse.de>
4345
4346 PR cli/25808
4347 * gdb.base/style.c: Add leading newlines.
4348 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4349 Check listing of main's one-line body.
4350
14ca8ecf
TV
43512020-04-08 Tom de Vries <tdevries@suse.de>
4352
4353 * lib/gdb.exp (psymtabs_p): New proc.
4354 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4355 importing unit" unsupported if there are no partial symbols.
4356
e21d048f
TV
43572020-04-08 Tom de Vries <tdevries@suse.de>
4358
4359 PR testsuite/25760
4360 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4361
25c11aca
TV
43622020-04-07 Tom de Vries <tdevries@suse.de>
4363
4364 PR symtab/25796
4365 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4366
5707e24b
TV
43672020-04-07 Tom de Vries <tdevries@suse.de>
4368
4369 * gdb.base/check-psymtab.c: New test.
4370 * gdb.base/check-psymtab.exp: New file.
4371
6ee448cc
TT
43722020-04-06 Tom Tromey <tromey@adacore.com>
4373
4374 * gdb.ada/variant-record/proc.adb: New file.
4375 * gdb.ada/variant-record/value.adb: New file.
4376 * gdb.ada/variant-record/value.s: New file.
4377 * gdb.ada/variant-record.exp: New file.
4378
9e7c9a03
HD
43792020-04-03 Hannes Domani <ssbssa@yahoo.de>
4380
4381 PR gdb/25325
4382 * gdb.cp/typed-enum.cc: New test.
4383 * gdb.cp/typed-enum.exp: New file.
4384
c90d28ac
AB
43852020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4388 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4389 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4390 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4391 * gdb.opt/inline-small-func.c: New file.
4392 * gdb.opt/inline-small-func.exp: New file.
4393 * gdb.opt/inline-small-func.h: New file.
4394
34e9a9fa
AB
43952020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4396
4397 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4398 function.
4399
6a354911
AB
44002020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4401
4402 * lib/dwarf.exp (function_range): Allow compiler options to be
4403 specified.
4404
880d9777
TV
44052020-04-02 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4408 __attribute__((always_inline)).
4409 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4410
f32682ea
TV
44112020-04-02 Tom de Vries <tdevries@suse.de>
4412
4413 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4414 (gdbserver_gdb_exit): ... here. Add timeout warning.
4415 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4416 (connect_target_extended_remote): Append new server_spawn_id to
4417 server_spawn_ids.
4418 (cleanup): New proc.
4419 (setup, <toplevel>): Call cleanup.
4420
d3214198
TV
44212020-04-02 Tom de Vries <tdevries@suse.de>
4422
4423 * gdb.base/main-psymtab.exp: New file.
4424
cc77ed24
TV
44252020-04-02 Tom de Vries <tdevries@suse.de>
4426
4427 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4428
3638a098
TT
44292020-04-01 Tom Tromey <tom@tromey.com>
4430
4431 * gdb.base/complex-parts.exp: Add type tests.
4432
c34e8714
TT
44332020-04-01 Tom Tromey <tom@tromey.com>
4434
4435 * gdb.base/complex-parts.exp: Add arithmetic tests.
4436
981c08ce
TT
44372020-04-01 Tom Tromey <tom@tromey.com>
4438
4439 * gdb.compile/compile.exp: Update.
4440 * gdb.compile/compile-cplus.exp: Update.
4441 * gdb.base/varargs.exp: Update.
4442 * gdb.base/floatn.exp: Update.
4443 * gdb.base/endianity.exp: Update.
4444 * gdb.base/callfuncs.exp (do_function_calls): Update.
4445 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4446 (complex_float_integral_args): Update.
4447 * gdb.base/complex.exp: Update.
4448 * gdb.base/complex-parts.exp: Update.
4449
3d1cfd43
TT
44502020-04-01 Tom Tromey <tromey@adacore.com>
4451
4452 * gdb.rust/union.rs: New file.
4453 * gdb.rust/union.exp: New file.
4454 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4455 (main): Update.
4456 * gdb.rust/simple.exp: Move union tests to union.exp.
4457
e033dfa9
TT
44582020-04-01 Tom Tromey <tromey@adacore.com>
4459
4460 * gdb.rust/simple.rs (main): Remove "y0".
4461
53cccef1
TBA
44622020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4463
4464 * gdb.multi/stop-all-on-exit.c: New test.
4465 * gdb.multi/stop-all-on-exit.exp: New file.
4466
60e22c1e
HD
44672020-04-01 Hannes Domani <ssbssa@yahoo.de>
4468
4469 PR gdb/24789
4470 * gdb.cp/misc.cc: Add integer reference variable.
4471 * gdb.cp/misc.exp: Add test.
4472
e139a727
TBA
44732020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4474
4475 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4476 scenario to cover execution until the end and also the case
4477
16b0db75
TV
44782020-03-31 Tom de Vries <tdevries@suse.de>
4479
4480 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4481 c. Use "maint info symtabs" to check symtab expansion.
4482
c0502da6
TV
44832020-03-30 Tom de Vries <tdevries@suse.de>
4484
4485 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4486 unsupported.
4487 (verify_psymtab_expanded): Move ...
4488 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4489 test.
4490 (readnow): New proc.
4491
5935fd15
AB
44922020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4493
4494 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4495 with $hex.
4496
1773be9e
TT
44972020-03-20 Tom Tromey <tromey@adacore.com>
4498
4499 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4500
70304be9
TT
45012020-03-20 Tom Tromey <tromey@adacore.com>
4502
4503 * gdb.ada/sub_variant/subv.adb: New file.
4504 * gdb.ada/sub_variant.exp: New file.
4505
0dd7b8f7
TV
45062020-03-20 Tom de Vries <tdevries@suse.de>
4507
4508 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4509 first break fails.
4510 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4511
cada5fc9
AB
45122020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 * gdb.server/exit-multiple-threads.c: New file.
4515 * gdb.server/exit-multiple-threads.exp: New file.
4516
6b8c53f2
AB
45172020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4518
4519 * gdb.fortran/mixed-lang-stack.c: New file.
4520 * gdb.fortran/mixed-lang-stack.cpp: New file.
4521 * gdb.fortran/mixed-lang-stack.exp: New file.
4522 * gdb.fortran/mixed-lang-stack.f90: New file.
4523
19a2740f
AB
45242020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.linespec/cp-completion-aliases.cc: New file.
4527 * gdb.linespec/cp-completion-aliases.exp: New file.
4528
d8c8b848
TV
45292020-03-19 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4532 more precise.
4533
a9933ccf
TV
45342020-03-18 Tom de Vries <tdevries@suse.de>
4535
4536 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4537 * gdb.dwarf2/break-inline-psymtab.c: New test.
4538 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4539
2f89101f
TV
45402020-03-16 Tom de Vries <tdevries@suse.de>
4541
4542 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4543 cache_verify and cache_verify_proc.
4544
6b9374f1
TV
45452020-03-15 Tom de Vries <tdevries@suse.de>
4546
4547 * gdb.server/solib-list.exp: Handle
4548 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4549
eaeaf44c
TV
45502020-03-15 Tom de Vries <tdevries@suse.de>
4551
4552 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4553 objfiles".
4554
3293bbaf
TT
45552020-03-14 Tom Tromey <tom@tromey.com>
4556
4557 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4558
ab44624c
TV
45592020-03-14 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4562
54c43825
TV
45632020-03-14 Tom de Vries <tdevries@suse.de>
4564
4565 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4566 result in line-by-line fashion.
4567
2ac70237
TV
45682020-03-14 Tom de Vries <tdevries@suse.de>
4569
4570 * lib/gdb.exp (supports_statement_frontiers): New proc.
4571 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4572
09546b56
TV
45732020-03-14 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.base/printcmds.exp: Add missing quoting for "print
4576 teststring2".
4577
a1f6a07c
TT
45782020-03-13 Tom Tromey <tom@tromey.com>
4579
4580 * gdb.base/printcmds.exp (test_print_strings): Add regression
4581 test.
4582 * gdb.base/printcmds.c (charptr): New typedef.
4583 (teststring2): New global.
4584
1b83d09c
AB
45852020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4586
4587 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4588 full path in the test name.
4589 (test_ld): Add some with_test_prefix blocks to make test names
4590 unique.
4591
2d61316c
TV
45922020-03-13 Tom de Vries <tdevries@suse.de>
4593
4594 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4595
2e9145ac
TV
45962020-03-13 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4599
96c7f873
TV
46002020-03-13 Tom de Vries <tdevries@suse.de>
4601
4602 PR symtab/25646
4603 * gdb.dwarf2/imported-unit.exp: Add test.
4604
49ba92c0
TV
46052020-03-13 Tom de Vries <tdevries@suse.de>
4606
4607 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4608 (var1, var2): New variable.
4609 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4610 matching symbols.
4611
301b21e0
TV
46122020-03-13 Tom de Vries <tdevries@suse.de>
4613
4614 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4615 (Term::command): Use prompt prefix.
4616 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4617 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4618 command_no_prompt_prefix instead of prefix.
4619 * gdb.tui/tui-layout-asm.exp: Same.
4620
3f512721
SM
46212020-03-12 Simon Marchi <simon.marchi@efficios.com>
4622
4623 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4624
40310f30
SM
46252020-03-12 Simon Marchi <simon.marchi@efficios.com>
4626
4627 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4628 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4629 on" while stepping over the test instruction, match printed
4630 message.
4631
09252140
TV
46322020-03-12 Tom de Vries <tdevries@suse.de>
4633
4634 * gdb.base/info-types.exp: Use exp_continue during matching of output
4635 of "info types".
4636
14e9c72c
TV
46372020-03-12 Tom de Vries <tdevries@suse.de>
4638
4639 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4640
e515d67e
TV
46412020-03-12 Tom de Vries <tdevries@suse.de>
4642
4643 * gdb.fortran/module.exp: Use exp_continue during matching of output
4644 of "info variable -n".
4645
307eafd8
TV
46462020-03-12 Tom de Vries <tdevries@suse.de>
4647
4648 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4649 gdb.dwarf2/dw2-ranges-base.c.
4650
9a2de3fc
TV
46512020-03-12 Tom de Vries <tdevries@suse.de>
4652
4653 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4654 in presence of GLIBC debuginfo.
4655
3217502e
TV
46562020-03-12 Tom de Vries <tdevries@suse.de>
4657
4658 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4659 $core.
4660
1281424c
TV
46612020-03-12 Tom de Vries <tdevries@suse.de>
4662
4663 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4664 more precise.
4665
038b97fc
SM
46662020-03-11 Simon Marchi <simon.marchi@efficios.com>
4667
4668 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4669 from Unix to Windows path.
4670
5308d1e7
TV
46712020-03-11 Tom de Vries <tdevries@suse.de>
4672
4673 * gdb.ada/minsyms.exp: Set language to ada.
4674
f870f78f
TV
46752020-03-11 Tom de Vries <tdevries@suse.de>
4676
4677 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4678
5a13315d
TV
46792020-03-11 Tom de Vries <tdevries@suse.de>
4680
4681 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4682
976862ed
TT
46832020-03-11 Tom Tromey <tromey@adacore.com>
4684
4685 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4686
7462c383
TV
46872020-03-11 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4690
1c6c46a0
TV
46912020-03-11 Tom de Vries <tdevries@suse.de>
4692
4693 * gdb.base/break-interp.exp: Limit verbose scope.
4694
44f41bb7
TV
46952020-03-11 Tom de Vries <tdevries@suse.de>
4696
4697 * gdb.fortran/logical.f90: Define variable with character type.
4698 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4699
b76f3a42
TV
47002020-03-11 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4703
1c33af77
TV
47042020-03-11 Tom de Vries <tdevries@suse.de>
4705
4706 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4707 symtabs.
4708
8c95582d
AB
47092020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4710 Bernd Edlinger <bernd.edlinger@hotmail.de>
4711
4712 * gdb.cp/step-and-next-inline.cc: New file.
4713 * gdb.cp/step-and-next-inline.exp: New file.
4714 * gdb.cp/step-and-next-inline.h: New file.
4715 * gdb.dwarf2/dw2-is-stmt.c: New file.
4716 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4717 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4718 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4719 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4720
cecf8547
AB
47212020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4722
4723 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4724 is-stmt flag in the line table.
4725
0ba678c9
TV
47262020-03-09 Tom de Vries <tdevries@suse.de>
4727
4728 * lib/gdb.exp (cached_file): Create cache dir.
4729
72fbdf83
TV
47302020-03-07 Tom de Vries <tdevries@suse.de>
4731
4732 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4733 * gdb.cp/rvalue-ref-params.exp: Same.
4734
436b5e99
TV
47352020-03-06 Tom de Vries <tdevries@suse.de>
4736
4737 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4738 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4739
09f2921c
TV
47402020-03-06 Tom de Vries <tdevries@suse.de>
4741
4742 * README: Fix "the the".
4743 * gdb.base/dprintf.exp: Same.
4744
50a3cc5d
TV
47452020-03-05 Tom de Vries <tdevries@suse.de>
4746
4747 * gdb.base/maint.exp: Update "main print statistics" expected output.
4748
0a709cba
AKS
47492020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4750
4751 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4752 (fortran_int8): Likewise.
4753 (fortran_real4): Likewise.
4754 (fortran_real8): Likewise.
4755 (fortran_complex4): Likewise.
4756 (fortran_logical4): Likewise.
4757 (fortran_character1): Likewise.
4758
5e5d66b6
AB
47592020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4760
4761 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4762 printed as true.
4763
7b973adc
SDJ
47642020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4765
4766 * gdb.base/printcmds.exp: Add test to verify printf of a
4767 variable holding an address.
4768
478e490a
TV
47692020-03-03 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4772
1ef44e86
TV
47732020-03-03 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4776 gdb_test_multiple call.
4777
b98cc2cf
TV
47782020-03-03 Tom de Vries <tdevries@suse.de>
4779
4780 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4781 gdb_test_multiple calls.
4782
63e163f2
AB
47832020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4784
4785 * gdb.base/default.exp: Remove test of 'set history filename'.
4786 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4787 filename to the empty string.
4788 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4789 and GDBHISTSIZE.
4790
24ed6739
AB
47912020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4794 disabled.
4795
590003dc 47962020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4797 Tom de Vries <tdevries@suse.de>
590003dc
TV
4798
4799 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4800 -prompt prefix, before user_code argument. Add -lbl option likewise.
4801 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4802 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4803 argument.
4804 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4805 have "\r\n" at start-of-line, instead of at end-of-line.
4806
f5e46084
SM
48072020-02-28 Simon Marchi <simon.marchi@efficios.com>
4808
4809 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4810 libinproctrace.so.
4811
f7a7000d
LM
48122020-02-28 Luis Machado <luis.machado@linaro.org>
4813
4814 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4815 to "p/x".
4816
718e0816
LM
48172020-02-28 Luis Machado <luis.machado@linaro.org>
4818
4819 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4820 asm/ptrace.h and error.h.
4821
13c3a74a
TV
48222020-02-28 Tom de Vries <tdevries@suse.de>
4823
4824 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4825 (struct wrapper, do_something, mundane/symada__cS): Move ...
4826 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4827 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4828 Update "print symada__cS before partial symtab expansion" regexp.
4829 Update breakpoint location. Flush symbol cache after expansion.
4830
85d2d5bb
LM
48312020-02-28 Luis Machado <luis.machado@linaro.org>
4832
4833 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4834
3608f86c
TV
48352020-02-27 Tom de Vries <tdevries@suse.de>
4836
4837 * config/sid.exp: Remove unused globals.
4838 * gdb.base/attach.exp: Same.
4839 * gdb.base/catch-load.exp: Same.
4840 * gdb.base/dbx.exp: Same.
4841 * lib/gdb.exp: Same.
4842 * lib/mi-support.exp: Same.
4843 * lib/prompt.exp: Same.
4844
c8d4f6df
TV
48452020-02-27 Tom de Vries <tdevries@suse.de>
4846
4847 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4848 not set.
4849
0d79cdc4
AM
48502020-02-26 Aaron Merey <amerey@redhat.com>
4851
4852 * gdb.debuginfod: New directory for debuginfod tests.
4853 * gdb.debuginfod/main.c: New test file.
4854 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4855
0dce4280
TV
48562020-02-26 Tom de Vries <tdevries@suse.de>
4857
4858 PR gdb/25603
4859 * gdb.base/persistent-lang.cc: New test.
4860 * gdb.base/persistent-lang.exp: New file.
4861
9e80cfa1
AB
48622020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * gdb.fortran/derived-type-striding.exp: Add a new test.
4865 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4866 new test.
4867
2078dbb2
AB
48682020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4869
4870 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4871 names.
4872
70d49700
TV
48732020-02-25 Tom de Vries <tdevries@suse.de>
4874
4875 PR go/18926
4876 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4877
a88ef40d
TV
48782020-02-24 Tom de Vries <tdevries@suse.de>
4879
4880 PR gdb/25592
4881 * gdb.base/info-locals-unused-static-var.c: New test.
4882 * gdb.base/info-locals-unused-static-var.exp: New file.
4883
01b1af32
TT
48842020-02-22 Tom Tromey <tom@tromey.com>
4885
4886 * gdb.python/tui-window.exp: New file.
4887 * gdb.python/tui-window.py: New file.
4888
7c043ba6
TT
48892020-02-22 Tom Tromey <tom@tromey.com>
4890
4891 PR tui/17850:
4892 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4893 tests.
4894
c22fef7e
TT
48952020-02-22 Tom Tromey <tom@tromey.com>
4896
4897 * gdb.tui/new-layout.exp: Add sub-layout tests.
4898
ee325b61
TT
48992020-02-22 Tom Tromey <tom@tromey.com>
4900
4901 * gdb.tui/new-layout.exp: New file.
4902
3f0cbb04
TT
49032020-02-22 Tom Tromey <tom@tromey.com>
4904
4905 * gdb.rust/rust-style.rs: New file.
4906 * gdb.rust/rust-style.exp: New file.
4907 * gdb.base/style.exp: Test structure printing.
4908 * gdb.base/style.c (struct some_struct): New type.
4909 (enum etype): New type.
4910 (struct_value): New global.
4911
75525152
TV
49122020-02-21 Tom de Vries <tdevries@suse.de>
4913
4914 PR go/18926
4915 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4916 Remove blanket xfails. Use message argument for gdb_breakpoint.
4917 Make continuing to breakpoint test conditional on setting breakpoint.
4918 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4919 DW_AT_name attribute. Add xfail for GCC PR93866.
4920
bd360d30
AB
49212020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * gdb.dwarf2/cpp-linkage-name.c: New file.
4924 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4925
c7adb09f 49262020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
4927
4928 * lib/gdb.exp (gdb_wrapper_init): Reset
4929 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4930 not exist.
4931
a9c79803
TV
49322020-02-20 Tom de Vries <tdevries@suse.de>
4933
4934 PR go/17018
4935 * gdb.go/hello.exp: Copy ...
4936 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4937 print of st to print value of global definition. Add xfail for GCC
4938 PR93844.
4939 * gdb.go/hello.exp: Remove printing of st before definition.
4940 * gdb.go/hello.go: Copy ...
4941 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4942 to st.
4943 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4944
d7445728
TV
49452020-02-20 Tom de Vries <tdevries@suse.de>
4946
4947 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4948 (gdb_simple_compile): Handle compile_flags go by using .go extension
4949 for source file.
4950 * gdb.go/chan.exp: Use support_go_compile.
4951 * gdb.go/handcall.exp: Same.
4952 * gdb.go/hello.exp: Same.
4953 * gdb.go/integers.exp: Same.
4954 * gdb.go/max-depth.exp: Same.
4955 * gdb.go/methods.exp: Same.
4956 * gdb.go/package.exp: Same.
4957 * gdb.go/strings.exp: Same.
4958 * gdb.go/types.exp: Same.
4959 * gdb.go/unsafe.exp: Same.
4960
c9c41e6d
TV
49612020-02-19 Tom de Vries <tdevries@suse.de>
4962
4963 * gdb.python/lib-types.exp: Make xfail more strict.
4964
f20ff837
TV
49652020-02-19 Tom de Vries <tdevries@suse.de>
4966
4967 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4968
08410482
DE
49692020-02-19 Doug Evans <dje@google.com>
4970
4971 PR rust/25535
4972 * gdb.rust/simple.exp: Add test.
4973 * gdb.rust/simple.rs: Add test.
4974
623563f7
TV
49752020-02-19 Tom de Vries <tdevries@suse.de>
4976
4977 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4978 output line-by-line.
4979
d3308cfd
TV
49802020-02-19 Tom de Vries <tdevries@suse.de>
4981
4982 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4983
86cbc5dc
TV
49842020-02-19 Tom de Vries <tdevries@suse.de>
4985
4986 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4987 prelink.
4988
9db2b96b
TV
49892020-02-19 Tom de Vries <tdevries@suse.de>
4990
4991 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4992 (gdb_do_cache): Use gdb_do_cache_wrap.
4993 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4994
89e2fdc5
TV
49952020-02-19 Tom de Vries <tdevries@suse.de>
4996
4997 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4998 gdb_compile option.
4999
373d7ac0
SM
50002020-02-18 Simon Marchi <simon.marchi@efficios.com>
5001
5002 * gdb.base/printcmds.exp (test_print_enums): Update expected
5003 output.
5004
b29a2df0
SM
50052020-02-18 Simon Marchi <simon.marchi@efficios.com>
5006
5007 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5008 for "unknown".
5009
6740f0cc
SM
50102020-02-18 Simon Marchi <simon.marchi@efficios.com>
5011
5012 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5013 enumerator.
5014
edd45eb0
SM
50152020-02-18 Simon Marchi <simon.marchi@efficios.com>
5016
5017 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5018 FE_, add FE_NONE.
5019 (three): Update.
5020 (enum flag_enum_without_zero): New enum.
5021 (flag_enum_without_zero): New variable.
5022 (enum not_flag_enum): New enum.
5023 (three_not_flag): New variable.
5024 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5025 (test_print_enums): Add more tests for printing flag enums.
5026
d4295de4
TV
50272020-02-18 Tom de Vries <tdevries@suse.de>
5028
5029 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5030 (gdb_compile_ada): ... here.
5031 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5032 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5033
f251f505
TT
50342020-02-14 Tom Tromey <tom@tromey.com>
5035
5036 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5037 build directory.
5038 * boards/gdbserver-base.exp: Update path to gdbserver.
5039
8f432634
TV
50402020-02-13 Tom de Vries <tdevries@suse.de>
5041
5042 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5043
92b6eaf7
TV
50442020-02-13 Tom de Vries <tdevries@suse.de>
5045
5046 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5047 are missing.
5048
f3b0f7fe
TV
50492020-02-13 Tom de Vries <tdevries@suse.de>
5050
5051 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5052 call.
5053
f6be8713
SDJ
50542020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5055
5056 PR tui/25126
5057 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5058 * gdb.base/cached-source-file.c: New file.
5059 * gdb.base/cached-source-file.exp: New file.
5060
b2770d5e
TV
50612020-02-11 Tom de Vries <tdevries@suse.de>
5062
5063 PR testsuite/25488
5064 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5065
44f6938e
TV
50662020-02-10 Tom de Vries <tdevries@suse.de>
5067
5068 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5069
5f0e2eb7
MR
50702020-02-10 Maciej W. Rozycki <macro@wdc.com>
5071
5072 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5073 and $after_addr are both integers before making a comparison.
5074
46ce2b6f
TV
50752020-02-09 Tom de Vries <tdevries@suse.de>
5076
5077 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5078 command output and paste it into gdb.log. If any, paste catch message
5079 to gdb.log.
5080
5abbbe1d
TT
50812020-02-07 Tom Tromey <tromey@adacore.com>
5082
5083 PR breakpoints/24915:
5084 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5085
1d5d29e7
SV
50862020-02-06 Shahab Vahedi <shahab@synopsys.com>
5087
5088 * gdb.tui/tui-missing-src.exp: Add the "missing source
5089 file" test for the TUI.
5090
b0999b9b
AB
50912020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5094 including a port number in the output.
5095
c3b149eb
AKS
50962020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5097
5098 * lib/fortran.exp (fortran_int4): Handle clang.
5099 (fortran_int8): Likewise.
5100 (fortran_real4): Likewise.
5101 (fortran_real8): Likewise.
5102 (fortran_complex4): Likewise.
5103 (fortran_logical4): Likewise.
5104 (fortran_character1): Likewise.
5105
f8dcc90b
TV
51062020-02-04 Tom de Vries <tdevries@suse.de>
5107
5108 * README (Race detection): Add note.
5109
f90ac7c2
TV
51102020-02-04 Tom de Vries <tdevries@suse.de>
5111
5112 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5113
780636ae
TV
51142020-02-04 Tom de Vries <tdevries@suse.de>
5115
5116 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5117
5d2e1193
RA
51182020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5119
5120 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5121 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5122 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5123 blttar, bnetarl.
5124 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5125 binary for blttar, bnetarl.
5126 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5127 wait instruction. Delete ldmx test.
5128 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5129
e409c542
AKS
51302020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5131
5132 * gdb.fortran/array-bounds-high.exp: New file.
5133 * gdb.fortran/array-bounds-high.f90: New file.
5134
b0029748
LD
51352020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5136
5137 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5138 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5139
195a8287
TV
51402020-02-01 Tom de Vries <tdevries@suse.de>
5141
5142 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5143
42330a68
AB
51442020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5145
5146 PR tui/9765
5147 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5148 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5149
b62a8028
LM
51502020-01-29 Luis Machado <luis.machado@linaro.org>
5151
5152 * gdb.arch/aarch64-brk-patterns.c: New source file.
5153 * gdb.arch/aarch64-brk-patterns.exp: New test.
5154
5f440116
TBA
51552020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5156
5157 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5158 GCC/Clang version.
5159 * gdb.cp/pass-by-ref.exp: Ditto.
5160
ee2a6fc6
TV
51612020-01-29 Tom de Vries <tdevries@suse.de>
5162
5163 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5164 * gdb.threads/watchpoint-fork-mt.c: Same.
5165 * gdb.threads/watchpoint-fork-parent.c: Same.
5166 * gdb.threads/watchpoint-fork-st.c: Same.
5167 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5168
16b10d6e
LM
51692020-01-27 Luis Machado <luis.machado@linaro.org>
5170
5171 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5172 sitting at a syscall instruction when we hit the syscall function's
5173 breakpoint.
5174 Check PC against one obtained with the x command.
5175 Validate syscall number.
5176 (step_over_syscall): Don't continue to the syscall instruction if
5177 we're already there.
5178
b1468492
PW
51792020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5180
5181 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5182
7ffa82e1
AB
51832020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5184
5185 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5186 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5187
3d92a3e3
AB
51882020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5191 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5192
94a72be7
AB
51932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5194
5195 * gdb.base/maint.exp: Update line table parsing test.
5196 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5197
53af73bf
PA
51982020-01-24 Pedro Alves <palves@redhat.com>
5199
5200 PR gdb/25410
5201 * gdb.multi/multi-re-run-1.c: New.
5202 * gdb.multi/multi-re-run-2.c: New.
5203 * gdb.multi/multi-re-run.exp: New.
5204
1ba1ac88
AB
52052020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5206
5207 PR gdb/23718
5208 * gdb.server/server-kill-python.exp: New file.
5209
f3364a6d
AB
52102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 * gdb.server/multi-ui-errors.c: New file.
5213 * gdb.server/multi-ui-errors.exp: New file.
5214
733d0a67
AB
52152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5216
5217 PR tui/9765
5218 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5219
4f13c1c0
TT
52202020-01-19 Tom Tromey <tom@tromey.com>
5221
5222 * gdb.tui/main.exp: Add check for plain "file".
5223
40c94099
CB
52242020-01-16 Christian Biesinger <cbiesinger@google.com>
5225
5226 * lib/gdb.exp: Fix spelling error (seperatelly).
5227
ff47f4f0
TT
52282020-01-14 Tom Tromey <tom@tromey.com>
5229
5230 PR symtab/12535:
5231 * gdb.python/python.exp: Test decode_line with empty string
5232 argument.
5233
717c684d
BE
52342020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5235
5236 * gdb.base/skip-inline.exp: Extend test.
5237
44e4c775
AB
52382020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5239
5240 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5241 * gdb.dwarf2/dw2-bad-elf.c: New file.
5242 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5243
d93c6db7
AB
52442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5245
5246 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5247 _line_saw_file.
5248
9a6d629c
AB
52492020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5252 border.
5253
d9ebdab7
TBA
52542020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5255
5256 * gdb.multi/multi-target.exp (setup): Factor out "info
5257 connections" and "info inferiors" tests to ...
5258 (test_info_inferiors): ... this new procedure.
5259 (top level): Run new "info-inferiors" tests.
5260
f3c469b9
PA
52612020-01-10 Pedro Alves <palves@redhat.com>
5262
5263 * gdb.server/bkpt-other-inferior.exp: New file.
5264
121b3efd
PA
52652020-01-10 Pedro Alves <palves@redhat.com>
5266
5267 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5268 of "add-inferior".
5269 * gdb.base/quit-live.exp: Likewise.
5270 * gdb.base/remote-exec-file.exp: Likewise.
5271 * gdb.guile/scm-progspace.exp: Likewise.
5272 * gdb.linespec/linespec.exp: Likewise.
5273 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5274 * gdb.mi/user-selected-context-sync.exp: Likewise.
5275 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5276 "info inferiors" tests.
5277 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5278 "add-inferior".
5279 * gdb.multi/watchpoint-multi.exp: Likewise.
5280 * gdb.python/py-inferior.exp: Likewise.
5281 * gdb.server/extended-remote-restart.exp: Likewise.
5282 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5283 "info inferiors".
5284 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5285 * gdb.trace/report.exp: Likewise.
5286
1dadb1dd
PA
52872020-01-10 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.multi/multi-target.c: New file.
5290 * gdb.multi/multi-target.exp: New file.
5291 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5292 mode requested, but remote does not support non-stop".
5293
78f2c40a
PA
52942020-01-10 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5297 disconnect before reconnecting.
5298
e7af6c70
TBA
52992020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5300 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.server/connect-without-multi-process.exp: Also test
5303 continuing to end.
5304
acdf84a6
PA
53052020-01-10 Pedro Alves <palves@redhat.com>
5306
5307 * gdb.base/remote-exec-file.exp: New file.
5308
873657b9
PA
53092020-01-10 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5312 output.
5313 * gdb.threads/async.c: New.
5314 * gdb.threads/async.exp: New.
5315 * gdb.multi/tids-gid-reset.c: New.
5316 * gdb.multi/tids-gid-reset.exp: New.
5317
7f0ae84c
GB
53182020-01-10 George Barrett <bob@bob131.so>
5319
5320 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5321 to help in finding the image relocation offset.
5322 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5323 options in arguments.
5324 (stap_test_no_debuginfo): Likewise.
5325 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5326 test variants.
5327 (stap_test): Add null semaphore relocation test.
5328
47e9d49d
GB
53292020-01-10 George Barrett <bob@bob131.so>
5330
5331 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5332 * gdb.base/stap-probe.exp: Likewise.
5333 (stap_test): Pass argument as an additional flag.
5334 (stap_test_no_debuginfo): Likewise.
5335 (stap_test): Check `info probes stap' output for semaphore
5336 addresses if the test binary is supposed to have them.
5337
f5a7c406
AB
53382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5339
5340 * gdb.tui/basic.exp: Add more scrolling tests.
5341
9ae6bf64
TT
53422020-01-09 Tom Tromey <tom@tromey.com>
5343
5344 PR tui/18932:
5345 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5346 meangingful value.
5347 (Term::command, Term::resize): Update.
5348 * gdb.tui/basic.exp: Add scrolling test.
5349
b2efe70c
AB
53502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5351
5352 * gdb.tui/tui-layout-asm.exp: New file.
5353
3804da7e
AB
53542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5357
b40aa28f
AB
53582020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5359
5360 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5361 (Term::enter_tui): Use Term::prepare_for_tui.
5362
63ffd7c9
AB
53632020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5364
5365 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5366 called.
5367
3be966f6
AB
53682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5369
5370 * gdb.base/skip.exp: Fix race condition in test.
5371
153d79c4
AB
53722020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5373
5374 * gdb.base/backtrace.c: New file.
5375 * gdb.base/backtrace.exp: New file.
5376
f2302a34
AB
53772020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5380
6ec1d75e
PW
53812020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5382
5383 * gdb.base/style.exp: Test that warnings are styled.
5384
c296cbe6
BE
53852019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5386
5387 * gdb.base/line65535.exp: New file.
5388 * gdb.base/line65535.c: New file.
5389
b28a729d
SM
53902019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5391
5392 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5393 * lib/gnat_debug_info_test.adb: New file.
5394 * gdb.ada/ptype_tagged_param.exp: Use
5395 gnat_runtime_has_debug_info, expect a different output if
5396 runtime does not have debug info.
5397
7f2d7a0d
SM
53982019-12-20 Simon Marchi <simon.marchi@efficios.com>
5399
5400 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5401 (another) quote in test name.
5402
f3bce483
SM
54032019-12-20 Simon Marchi <simon.marchi@efficios.com>
5404
5405 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5406 Add quote in test name.
5407
c855a912
TBA
54082019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5409
5410 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5411 directory instead.
5412 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5413 * gdb.cp/pass-by-ref-2.cc: New file.
5414 * gdb.cp/pass-by-ref-2.exp: New file.
5415
fc9d2d72
TT
54162019-12-20 Tom Tromey <tom@tromey.com>
5417
5418 * gdb.tui/list-before.exp: New file.
5419
77b97e00
TT
54202019-12-20 Tom Tromey <tom@tromey.com>
5421
5422 * gdb.tui/list.exp: Check for source on initial listing.
5423
f69656d0
TT
54242019-12-11 Tom Tromey <tromey@adacore.com>
5425
5426 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5427 Add crlf test.
5428
99a55965
SM
54292019-12-18 Simon Marchi <simon.marchi@efficios.com>
5430
5431 * gdb.base/default.exp: Update value of $_gdb_major.
5432
5024637f
BE
54332019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5434
5435 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5436
b63634be
BE
54372019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5438
5439 * gdb.base/skip.exp: Whitespace fix.
5440
45d73523
BE
54412019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5442
5443 * gdb.base/skip-inline.c: New file.
5444 * gdb.base/skip-inline.exp: New file.
5445
d043f8c8
SM
54462019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5447
5448 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5449 jit_function_00 to jit_function_stack_mangle.
5450 * gdb.base/jithost.c (jit_function_t): Rename to...
5451 (jit_function_stack_mangle_t): ... this.
5452 (jit_function_add_t): New typedef.
5453 (jit_function_00_code): Rename to...
5454 (jit_function_stack_mangle_code): ... this, make static.
5455 (jit_function_add_code): New.
5456 (main): Generate "add" function and call it. Adjust to changes
5457 in jithost_abi.
5458 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5459 (struct jithost_abi) <begin, end>: Remove fields.
5460 <object, function_stack_mangle, function_add>: New fields.
5461 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5462 code_end>: Remove fields.
5463 <func_stack_mangle>: New field.
5464 (read_debug_info): Adjust to renaming, create block for "add"
5465 function.
5466 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5467
873de05c
TT
54682019-12-11 Tom Tromey <tom@tromey.com>
5469
5470 * gdb.tui/resize.exp: Fix regexp.
5471 * gdb.tui/regs.exp: Fix regexps.
5472 * gdb.tui/main.exp: Fix regexp.
5473
3d979945
TT
54742019-12-11 Tom Tromey <tom@tromey.com>
5475
5476 * gdb.tui/resize.exp: Update.
5477 * gdb.tui/empty.exp (layouts): Update.
5478
2192a9d3
TT
54792019-12-11 Tom Tromey <tom@tromey.com>
5480
5481 * gdb.tui/regs.exp: Update.
5482 * gdb.tui/empty.exp (layouts): Update.
5483 * gdb.tui/basic.exp: Update.
5484 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5485
d8edc8b7
PW
54862019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5487
5488 * gdb.base/options.exp: Add -raw-values in the print completion list.
5489 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5490
4c12d936
KB
54912019-12-10 Kevin Buettner <kevinb@redhat.com>
5492
5493 * gdb.threads/omp-par-scope.c: New file.
5494 * gdb/threads/omp-par-scope.exp: New file.
5495
26b911fb
KB
54962019-12-10 Kevin Buettner <kevinb@redhat.com>
5497
bb47f919
KB
5498 * lib/gdb.exp (support_nested_function_tests): New proc.
5499
55002019-12-10 Kevin Buettner <kevinb@redhat.com>
5501
5502 * lib/gdb.exp (gdb_compile_openmp): New proc.
5503 (build_executable_from_specs): Add an "openmp" option.
5504 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5505
6c71eb7d
TT
55062019-12-10 Tom Tromey <tromey@adacore.com>
5507
5508 * gdb.ada/unchecked_union.exp: New file.
5509 * gdb.ada/unchecked_union/pck.adb: New file.
5510 * gdb.ada/unchecked_union/pck.ads: New file.
5511 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5512 * gdb-utils.exp (string_to_regexp): Also quote "?".
5513
bac7c5cf
GB
55142019-12-10 George Barrett <bob@bob131.so>
5515
5516 Test scripted probe breakpoints.
5517 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5518 * gdb.python/py-breakpoint.c (main): Likewise.
5519 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5520 specifier test.
5521 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5522
330f1d38
TBA
55232019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5524
5525 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5526 an rvalue parameter.
5527 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5528 parameter.
5529
b43315e2
AB
55302019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5531
5532 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5533 modules.
5534
54f73dad
AB
55352019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5536
5537 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5538 broken version of GCC.
5539
d57cbee9
AB
55402019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5541
5542 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5543 sym-info-cmds library.
5544 * gdb.fortran/info-types.exp: Likewise.
5545 * lib/sym-info-cmds.exp: New file.
5546
c14aab8c
TV
55472019-12-08 Tom de Vries <tdevries@suse.de>
5548
5549 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5550
aa2d5a42
KS
55512019-12-07 Keith Seitz <keiths@redhat.com>
5552
5553 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5554 * gdb.base/corefile-buildid-shlib.c: New file.
5555 * gdb.base/corefile-buildid.c: New file.
5556 * gdb.base/corefile-buildid.exp: New file.
5557
93e55f0a
TV
55582019-12-06 Tom de Vries <tdevries@suse.de>
5559
5560 * gdb.dwarf2/varval.exp: Add decl before def test.
5561
c7d12402
TBA
55622019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5563
5564 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5565
06acc08f
TBA
55662019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5567
5568 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5569 CV and reference conversion for overload resolution.
5570 * gdb.cp/rvalue-ref-overload.exp: Test it.
5571
e0fad1ea
PW
55722019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5573
5574 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5575 * gdb.base/frameapply.exp: Test faas without command.
5576
8d70a9f0
AB
55772019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5578
5579 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5580 Fortran tests.
5581 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5582 order.
5583
36c8fb93
AB
55842019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5587 casting to type with no kind specified.
5588 (test_basic_parsing_of_type_kinds): Additional tests for types
5589 with no kind specified, and add tests for single/double
5590 precision/complex types.
5591
4139ff00
TT
55922019-12-04 Tom Tromey <tromey@adacore.com>
5593
5594 * gdb.base/endianity.c (struct other) <x>: New field.
5595 (main): Initialize it.
5596 * gdb.base/endianity.exp: Update.
5597
a05cf17a
TT
55982019-12-04 Tom Tromey <tromey@adacore.com>
5599
5600 * gdb.ada/scalar_storage/storage.adb: New file.
5601 * gdb.ada/scalar_storage/pck.adb: New file.
5602 * gdb.ada/scalar_storage/pck.ads: New file.
5603 * gdb.ada/scalar_storage.exp: New file.
5604
103a685e
TT
56052019-12-04 Tom Tromey <tromey@adacore.com>
5606
5607 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5608 (main): Initialize it.
5609 * gdb.base/endianity.exp: Update.
5610
c2512106
AB
56112019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5614
293b38d6
AB
56152019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5616
5617 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5618 -symbol-info-module-functions and -symbol-info-module-variables.
5619
216a7e6b
AB
56202019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5621
5622 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5623
5bbd8269
AB
56242019-12-01 Richard Bunt <richard.bunt@arm.com>
5625 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.fortran/derived-type-striding.exp: New file.
5628 * gdb.fortran/derived-type-striding.f90: New file.
5629 * gdb.fortran/array-slices.exp: New file.
5630 * gdb.fortran/array-slices.f90: New file.
5631
be09caf1
PW
56322019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5633
5634 * gdb.base/define.exp: Test . in command names.
5635 * gdb.base/setshow.exp: Update test, as . is now part of
5636 command name.
5637
643c0cbe
PW
56382019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5639
5640 * gdb.base/define-prefix.exp: New file.
5641
dcdec678
AB
56422019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5643
5644 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5645 compile.
5646 (skip_btrace_pt_tests): Likewise.
5647
640ab947
AB
56482019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5649
5650 * gdb.fortran/info-modules.exp: Compile source files in correct
5651 order.
5652
d22670f0
KB
56532019-11-27 Kevin Buettner <kevinb@redhat.com>
5654
5655 * gdb.dwarf2/imported-unit.exp: New file.
5656 * gdb.dwarf2/imported-unit.c: New file.
5657
db5960b4
AB
56582019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * gdb.mi/mi-fortran-modules-2.f90: New file.
5661 * gdb.mi/mi-fortran-modules.exp: New file.
5662 * gdb.mi/mi-fortran-modules.f90: New file.
5663
7dc42066
AB
56642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.mi/mi-sym-info-1.c: New file.
5667 * gdb.mi/mi-sym-info-2.c: New file.
5668 * gdb.mi/mi-sym-info.exp: New file.
5669
0dfeecca
TT
56702019-11-22 Tom Tromey <tromey@adacore.com>
5671
5672 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5673 * gdb.ada/tasks/foo.adb: Add another stopping location.
5674
34877895
PJ
56752019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5676
5677 * gdb.base/endianity.c: New test.
5678 * gdb.base/endianity.exp: New file.
5679
2e84f897
LD
56802019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5681
5682 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5683
65d1cd5f
TV
56842019-11-21 Tom de Vries <tdevries@suse.de>
5685
5686 PR gdb/24956
5687 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5688
4f22c3f4
SDJ
56892019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5690
5691 * gdb.python/py-progspace.exp: Add missing parentheses on some
5692 'print' commands.
5693
9f6ad286
TT
56942019-11-19 Tom Tromey <tom@tromey.com>
5695
5696 * gdb.tui/winheight.exp: New file.
5697
0b8dbf3f
AB
56982019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5699
5700 * gdb.base/ctf-whatis.c: Delete.
5701 * gdb.base/ctf-whatis.exp: Delete.
5702 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5703
f833b7a7
AB
57042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.base/ctf-cvexpr.exp: Delete.
5707 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5708
30d0a636
AB
57092019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5712 the compiler. Clean up header comment a little.
5713 * gdb.base/ctf-ptype.exp: Likewise.
5714 * gdb.base/ctf-whatis.exp: Likewise.
5715 * lib/gdb.exp (skip_ctf_tests): New proc.
5716
494409bb
SDJ
57172019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5718
5719 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5720 * gdb.tui/corefile-run.exp: New file.
5721
55708e99
TT
57222019-11-14 Tom Tromey <tromey@adacore.com>
5723
5724 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5725 regression tests.
5726
45e42163
TT
57272019-11-12 Tom Tromey <tom@tromey.com>
5728
5729 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5730 after any command. Expect prompt after WAIT_FOR is seen.
5731 (enter_tui): Enable resize messages.
5732 (command): Expect command in output.
5733 (get_line): Avoid error when cursor appears to be off-screen.
5734 (dump_screen): Include screen size in title.
5735 (_do_resize): New proc, from "resize".
5736 (resize): Rewrite. Do resize in two steps.
5737 * gdb.tui/empty.exp (layouts): Fix entries.
5738 (check_boxes): Remove xfail.
5739 (check_text): Dump screen on failure.
5740
086baaf1
AB
57412019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * gdb.python/py-symbol.exp: Add test for
5744 gdb.lookup_static_symbols.
5745
09ff83af
AB
57462019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5747
5748 * gdb.python/py-symbol.c: Declare and call function from new
5749 py-symbol-2.c file.
5750 * gdb.python/py-symbol.exp: Compile both source files, and add new
5751 tests for gdb.lookup_static_symbol.
5752 * gdb.python/py-symbol-2.c: New file.
5753
11af934b
TV
57542019-11-02 Tom de Vries <tdevries@suse.de>
5755
5756 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5757 * gdb.base/anon.exp: Same.
5758 * gdb.base/auto-connect-native-target.exp: Same.
5759 * gdb.base/call-ar-st.exp: Same.
5760 * gdb.base/catch-syscall.exp: Same.
5761 * gdb.base/commands.exp: Same.
5762 * gdb.base/default.exp: Same.
5763 * gdb.base/display.exp: Same.
5764 * gdb.base/float.exp: Same.
5765 * gdb.base/foll-fork.exp: Same.
5766 * gdb.base/help.exp: Same.
5767 * gdb.base/info-macros.exp: Same.
5768 * gdb.base/info-proc.exp: Same.
5769 * gdb.base/info-target.exp: Same.
5770 * gdb.base/long_long.exp: Same.
5771 * gdb.base/macscp.exp: Same.
5772 * gdb.base/memattr.exp: Same.
5773 * gdb.base/nofield.exp: Same.
5774 * gdb.base/pointers.exp: Same.
5775 * gdb.base/printcmds.exp: Same.
5776 * gdb.base/ptype.exp: Same.
5777 * gdb.base/restore.exp: Same.
5778 * gdb.base/return.exp: Same.
5779 * gdb.base/scope.exp: Same.
5780 * gdb.base/set-noassign.exp: Same.
5781 * gdb.base/setshow.exp: Same.
5782 * gdb.base/shlib-call.exp: Same.
5783 * gdb.base/signals.exp: Same.
5784 * gdb.base/sigstep.exp: Same.
5785 * gdb.base/skip.exp: Same.
5786 * gdb.base/solib-symbol.exp: Same.
5787 * gdb.base/stap-probe.exp: Same.
5788 * gdb.base/step-line.exp: Same.
5789 * gdb.base/step-test.exp: Same.
5790 * gdb.base/style.exp: Same.
5791 * gdb.base/varargs.exp: Same.
5792 * gdb.base/vla-datatypes.exp: Same.
5793 * gdb.base/vla-ptr.exp: Same.
5794 * gdb.base/vla-sideeffect.exp: Same.
5795 * gdb.base/volatile.exp: Same.
5796 * gdb.base/watch-cond-infcall.exp: Same.
5797 * gdb.base/watchpoint.exp: Same.
5798
e96ec2ba
TV
57992019-11-02 Tom de Vries <tdevries@suse.de>
5800
5801 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5802 * gdb.cp/cpexprs.exp: Same.
5803 * gdb.cp/except-multi-location.exp: Same.
5804 * gdb.cp/exceptprint.exp: Same.
5805 * gdb.cp/gdb2384.exp: Same.
5806 * gdb.cp/inherit.exp: Same.
5807 * gdb.cp/m-static.exp: Same.
5808 * gdb.cp/meth-typedefs.exp: Same.
5809 * gdb.cp/misc.exp: Same.
5810 * gdb.cp/namespace.exp: Same.
5811 * gdb.cp/non-trivial-retval.exp: Same.
5812 * gdb.cp/overload.exp: Same.
5813 * gdb.cp/pr17132.exp: Same.
5814 * gdb.cp/re-set-overloaded.exp: Same.
5815 * gdb.cp/rvalue-ref-types.exp: Same.
5816 * gdb.cp/templates.exp: Same.
5817
bd5766ec
LM
58182019-11-01 Luis Machado <luis.machado@linaro.org>
5819
5820 PR gdb/25124
5821
5822 * gdb.arch/pr25124.S: New file.
5823 * gdb.arch/pr25124.exp: New file.
5824
165f8965
AB
58252019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.fortran/info-modules.exp: Update expected results, and add
5828 additional tests for 'info module functinos', and 'info module
5829 variables'.
5830 * gdb.fortran/info-types.exp: Update expected results.
5831 * gdb.fortran/info-types.f90: Extend testcase with additional
5832 module variables and functions.
5833
59c35742
AB
58342019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5835
5836 * gdb.fortran/info-modules.exp: New file.
5837 * gdb.fortran/info-types.exp: Build with new file.
5838 * gdb.fortran/info-types.f90: Include and use new module.
5839 * gdb.fortran/info-types-2.f90: New file.
5840
f3fb2519
PW
58412019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5842
5843 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5844 * gdb.base/settings.exp: Test all settings types using
5845 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5846 that now verifies that the value of "maint show" is the same as
5847 returned by the settings functions. Test the type of the
5848 maintenance settings.
5849 * gdb.base/default.exp: Update show_conv_list.
5850
d1e36019
TV
58512019-10-31 Tom de Vries <tdevries@suse.de>
5852
5853 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5854 gdb_test.
5855 * gdb.arch/amd64-disp-step.exp: Same.
5856 * gdb.asm/asm-source.exp: Same.
5857 * gdb.btrace/buffer-size.exp: Same.
5858 * gdb.btrace/cpu.exp: Same.
5859 * gdb.btrace/enable.exp: Same.
5860 * gdb.dwarf2/count.exp: Same.
5861 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5862 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5863 * gdb.fortran/vla-datatypes.exp: Same.
5864 * gdb.fortran/vla-history.exp: Same.
5865 * gdb.fortran/vla-ptype.exp: Same.
5866 * gdb.fortran/vla-value.exp: Same.
5867 * gdb.fortran/whatis_type.exp: Same.
5868 * gdb.guile/guile.exp: Same.
5869 * gdb.multi/tids.exp: Same.
5870 * gdb.python/py-finish-breakpoint.exp: Same.
5871 * gdb.python/py-framefilter.exp: Same.
5872 * gdb.python/py-pp-registration.exp: Same.
5873 * gdb.python/py-xmethods.exp: Same.
5874 * gdb.python/python.exp: Same.
5875 * gdb.server/connect-with-no-symbol-file.exp: Same.
5876 * gdb.server/no-thread-db.exp: Same.
5877 * gdb.server/run-without-local-binary.exp: Same.
5878 * gdb.stabs/weird.exp: Same.
5879 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5880 * gdb.threads/thread-find.exp: Same.
5881 * gdb.threads/tls-shared.exp: Same.
5882 * gdb.threads/tls.exp: Same.
5883 * gdb.threads/wp-replication.exp: Same.
5884 * gdb.trace/ax.exp: Same.
5885 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5886
3d11e68e
TV
58872019-10-31 Tom de Vries <tdevries@suse.de>
5888
5889 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5890 * gdb.ada/array_subscript_addr.exp: Same.
5891 * gdb.ada/arrayidx.exp: Same.
5892 * gdb.ada/arrayparam.exp: Same.
5893 * gdb.ada/arrayptr.exp: Same.
5894 * gdb.ada/boolean_expr.exp: Same.
5895 * gdb.ada/call_pn.exp: Same.
5896 * gdb.ada/complete.exp: Same.
5897 * gdb.ada/fixed_cmp.exp: Same.
5898 * gdb.ada/fun_addr.exp: Same.
5899 * gdb.ada/funcall_param.exp: Same.
5900 * gdb.ada/interface.exp: Same.
5901 * gdb.ada/mod_from_name.exp: Same.
5902 * gdb.ada/null_array.exp: Same.
5903 * gdb.ada/packed_array.exp: Same.
5904 * gdb.ada/packed_tagged.exp: Same.
5905 * gdb.ada/print_chars.exp: Same.
5906 * gdb.ada/print_pc.exp: Same.
5907 * gdb.ada/ptype_arith_binop.exp: Same.
5908 * gdb.ada/ptype_field.exp: Same.
5909 * gdb.ada/ptype_tagged_param.exp: Same.
5910 * gdb.ada/rec_return.exp: Same.
5911 * gdb.ada/ref_tick_size.exp: Same.
5912 * gdb.ada/str_ref_cmp.exp: Same.
5913 * gdb.ada/taft_type.exp: Same.
5914 * gdb.ada/tagged.exp: Same.
5915 * gdb.ada/type_coercion.exp: Same.
5916 * gdb.ada/uninitialized_vars.exp: Same.
5917
60b6ede8
TV
59182019-10-30 Tom de Vries <tdevries@suse.de>
5919
5920 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5921
30baf67b
TV
59222019-10-26 Tom de Vries <tdevries@suse.de>
5923
5924 * gdb.base/bigcore.c: Fix typos in comments.
5925 * gdb.base/ctf-ptype.c: Same.
5926 * gdb.base/long_long.c: Same.
5927 * gdb.dwarf2/dw2-op-out-param.S: Same.
5928 * gdb.python/py-evthreads.c: Same.
5929 * gdb.reverse/i387-stack-reverse.c: Same.
5930 * gdb.trace/tfile.c: Same.
5931 * lib/compiler.c: Same.
5932 * lib/compiler.cc: Same.
5933
158da0d1
TV
59342019-10-25 Tom de Vries <tdevries@suse.de>
5935
5936 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5937 gdb_test_multiple calls.
5938 * gdb.reverse/sigall-reverse.exp: Same.
5939 * gdb.reverse/solib-precsave.exp: Same.
5940 * gdb.reverse/solib-reverse.exp: Same.
5941 * gdb.reverse/until-precsave.exp: Same.
5942 * gdb.reverse/until-reverse.exp: Same.
5943
4ccdfbec
TV
59442019-10-24 Tom de Vries <tdevries@suse.de>
5945
5946 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5947 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5948 kfail using -wrap pattern flag and convenience variable
5949 gdb_test_name.
5950
33d569b7
AB
59512019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * gdb.python/py-progspace.exp: Add tests for the
5954 Progspace.block_for_pc method.
5955
4d0b984b
TT
59562019-10-23 Tom Tromey <tom@tromey.com>
5957
5958 * configure: Rebuild.
5959 * aclocal.m4: Use m4_include, not sinclude.
5960
94cb3754
TV
59612019-10-21 Tom de Vries <tdevries@suse.de>
5962
5963 * gdb.base/infcall-nested-structs.c: Add
5964 __attribute__((noinline,noclone)) to all functions.
5965 (call_all): Add missing variable initialization. Simplify return value.
5966 (breakpt): Increment volatile variable, to prevent call from being
5967 optimized out.
5968 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5969
062f1fc1
TV
59702019-10-17 Tom de Vries <tdevries@suse.de>
5971
5972 * gdb.fortran/module.exp: Allow info variables to print info for files
5973 other than module.f90.
5974
0b54364d
AB
59752019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5976
5977 * gdb.fortran/module.exp: Extend with 'info variables' test.
5978
7ff5fae7
AB
59792019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5980
5981 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5982 F77_FOR_TARGET.
5983
d10eccaa
TV
59842019-10-16 Tom de Vries <tdevries@suse.de>
5985
5986 PR tdep/25096
5987 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5988
745ff14e
TV
59892019-10-16 Tom de Vries <tdevries@suse.de>
5990
5991 PR tdep/24104
5992 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5993 Add KFAIL for PR tdep/25096.
5994
03e1ab94
TV
59952019-10-16 Tom de Vries <tdevries@suse.de>
5996
5997 PR testsuite/25059
5998 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5999
b17fcc10
TV
60002019-10-16 Tom de Vries <tdevries@suse.de>
6001
6002 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6003 as signed.
6004
9223170f
SM
60052019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6006
6007 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6008 one instead of increasing timeout.
6009
d6e76313
TV
60102019-10-13 Tom de Vries <tdevries@suse.de>
6011
6012 PR record/25038
6013 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6014 * gdb.reverse/sigall-reverse.exp: Same.
6015 * gdb.reverse/solib-precsave.exp: Same.
6016 * gdb.reverse/solib-reverse.exp: Same.
6017 * gdb.reverse/step-precsave.exp: Same.
6018 * gdb.reverse/until-precsave.exp: Same.
6019 * gdb.reverse/until-reverse.exp: Same.
6020 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6021
6dfc0041
AA
60222019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6023
6024 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6025 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6026 (cmp_struct_05_01, cmp_struct_static_02_01)
6027 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6028 comparisons.
6029
abcf2cc8
TV
60302019-10-10 Tom de Vries <tdevries@suse.de>
6031
6032 PR testsuite/24888
6033 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6034 gnatlink.
6035
a50faaf6
TV
60362019-10-09 Tom de Vries <tdevries@suse.de>
6037
6038 PR testsuite/25048
6039 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6040
60ff3cd7
AB
60412019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6042
6043 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6044 exceptions due to missing debug information.
6045
dfee8566
TV
60462019-10-07 Tom de Vries <tdevries@suse.de>
6047
6048 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6049
3d63690a
AB
60502019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6051
6052 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6053 * gdb.base/annota1.exp: Update to use gdb_test_name.
6054
30d1f018
WP
60552019-10-07 Weimin Pan <weimin.pan@oracle.com>
6056
6057 * gdb.base/ctf-whatis.exp: New file.
6058 * gdb.base/ctf-whatis.c: New file.
6059 * gdb.base/ctf-ptype.exp: New file.
6060 * gdb.base/ctf-ptype.c: New file.
6061 * gdb.base/ctf-constvars.exp: New file.
6062 * gdb.base/ctf-constvars.c: New file.
6063 * gdb.base/ctf-cvexpr.exp: New file.
6064
4dbbb47c
TV
60652019-10-04 Tom de Vries <tdevries@suse.de>
6066
6067 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6068 for loop.
6069
77c2dba3
TT
60702019-10-03 Tom Tromey <tom@tromey.com>
6071
6072 PR rust/24976:
6073 * gdb.rust/simple.rs (Union2): New type.
6074 (main): Use Union2.
6075 * gdb.rust/simple.exp: Add test.
6076
179aed7f
AB
60772019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6078
6079 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6080 nested function prefix.
6081
0a4b0913
AB
60822019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6083 Richard Bunt <richard.bunt@arm.com>
6084 Andrew Burgess <andrew.burgess@embecosm.com>
6085
6086 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6087 nested functions.
6088 * gdb.fortran/nested-funcs.f90: Update expected results.
6089 * gdb.fortran/nested-funcs-2.exp: New file.
6090 * gdb.fortran/nested-funcs-2.f90: New file.
6091
082cce05
AB
60922019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6093
6094 * gdb.python/py-parameter.exp: Make test names unique.
6095 * gdb.python/py-template.exp: Likewise.
6096 * gdb.python/py-value.exp: Likewise.
6097
2b74ba5a
AB
60982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * gdb.base/break-interp.exp: Reduce test name duplication.
6101 * gdb.base/call-sc.exp: Likewise.
6102 * gdb.base/callfuncs.exp: Likewise.
6103 * gdb.base/charset.exp: Likewise.
6104 * gdb.base/dump.exp: Likewise.
6105 * gdb.base/ena-dis-br.exp: Likewise.
6106 * gdb.base/relational.exp: Likewise.
6107 * gdb.base/step-over-syscall.exp: Likewise.
6108 * gdb.base/structs.exp: Likewise.
6109
58eb20d5
AB
61102019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6111
6112 * gdb.linespec/explicit.exp: Make test names unique.
6113 * gdb.linespec/ls-errs.exp: Likewise.
6114
4d421147
AB
61152019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.reverse/break-precsave.exp: Make test names unique.
6118 * gdb.reverse/break-reverse.exp: Likewise.
6119 * gdb.reverse/finish-precsave.exp: Likewise.
6120 * gdb.reverse/finish-reverse.exp: Likewise.
6121 * gdb.reverse/machinestate-precsave.exp: Likewise.
6122 * gdb.reverse/machinestate.exp: Likewise.
6123 * gdb.reverse/readv-reverse.exp: Likewise.
6124 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6125 * gdb.reverse/sigall-precsave.exp: Likewise.
6126 * gdb.reverse/sigall-reverse.exp: Likewise.
6127 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6128 * gdb.reverse/watch-precsave.exp: Likewise.
6129 * gdb.reverse/watch-reverse.exp: Likewise.
6130
d8c06f22
AB
61312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * gdb.threads/stop-with-handle.c: New file.
6134 * gdb.threads/stop-with-handle.exp: New file.
6135
3a56ed86
TV
61362019-10-03 Tom de Vries <tdevries@suse.de>
6137
6138 PR testsuite/25059
6139 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6140 directory" line to be missing.
6141
42275044
TV
61422019-10-03 Tom de Vries <tdevries@suse.de>
6143
6144 PR testsuite/25059
6145 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6146 type optional.
6147
9ef62df0
AA
61482019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6149
6150 * gdb.python/py-format-string.c (string.h): New include.
6151 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6152 the same value, for endianness-independence.
6153 * gdb.python/py-format-string.exp (default_regexp_dict)
6154 (test_pretty_structs, test_format): Adjust expected output to the
6155 changed initialization.
6156
37f6a7f4
TT
61572019-10-02 Tom Tromey <tromey@adacore.com>
6158
6159 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6160
1d58d6a2
PA
61612019-10-02 Pedro Alves <palves@redhat.com>
6162 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6165 "print-file-var.h".
6166 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6167 (get_version_1): Print this_version_id and its address.
6168 Add extern "C" wrappers around interface functions.
6169 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6170 "print-file-var.h".
6171 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6172 (get_version_2): Print this_version_id and its address.
6173 Add extern "C" wrappers around interface functions.
6174 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6175 <stddef.h> and "print-file-var.h".
6176 Add extern "C" wrappers around interface functions.
6177 [VERSION_ID_MAIN] (this_version_id): Define.
6178 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6179 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6180 up extern "C" blocks.
6181 * gdb.base/print-file-var.exp (test): New, factored out from top
6182 level.
6183 (top level): Test all combinations of attribute hidden or not,
6184 dlopen or not, and this_version_id symbol in main file or not.
6185 Compile tests as both C++ and C, make test names unique.
6186
d770d56f
TT
61872019-10-01 Tom Tromey <tom@tromey.com>
6188
6189 * gdb.base/style.exp: Test "show logging filename".
6190
7f6aba03
TT
61912019-10-01 Tom Tromey <tom@tromey.com>
6192
6193 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6194 * gdb.base/style.exp: Add metadata style test.
6195
14309bb6
TT
61962019-10-01 Tom Tromey <tom@tromey.com>
6197
6198 * gdb.base/style.exp: Test "pwd".
6199
2a3c1174
PA
62002019-10-01 Tom Tromey <tom@tromey.com>
6201
6202 * gdb.base/style.exp: Update tests.
6203
53d666ec
AA
62042019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6205
6206 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6207 'six' to unsigned.
6208 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6209 'five'. Use an all-ones bit pattern for each.
6210 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6211 to its changed values.
6212
4a56a520
TT
62132019-09-30 Tom Tromey <tromey@adacore.com>
6214
6215 * gdb.rust/traits.rs: Disable all warnings.
6216
0df0352a
TV
62172019-09-29 Tom de Vries <tdevries@suse.de>
6218
aac66a4c 6219 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6220
73d9a918
TV
62212019-09-29 Tom de Vries <tdevries@suse.de>
6222
6223 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6224
060b3ab4
TV
62252019-09-27 Tom de Vries <tdevries@suse.de>
6226
6227 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6228
68f7d34d
TV
62292019-09-27 Tom de Vries <tdevries@suse.de>
6230
6231 PR record/23188
6232 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6233
5d63b30a
TT
62342019-09-26 Tom Tromey <tromey@adacore.com>
6235
6236 * gdb.ada/py_taft.exp: New file.
6237 * gdb.ada/py_taft/main.adb: New file.
6238 * gdb.ada/py_taft/pkg.adb: New file.
6239 * gdb.ada/py_taft/pkg.ads: New file.
6240
3d435220
TV
62412019-09-24 Tom de Vries <tdevries@suse.de>
6242
6243 PR gdb/24598
6244 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6245
77d03678
TV
62462019-09-22 Tom de Vries <tdevries@suse.de>
6247
6248 * gdb.base/restore.exp: Allow register variables to be optimized out at
6249 -O0.
6250
abf516c6
UW
62512019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6252
6253 * gdb.arch/spu-info.exp: Remove file.
6254 * gdb.arch/spu-info.c: Remove file.
6255 * gdb.arch/spu-ls.exp: Remove file.
6256 * gdb.arch/spu-ls.c: Remove file.
6257
6258 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6259 * gdb.asm/spu.inc: Remove file.
6260
6261 * gdb.base/dump.exp: Remove support for spu*-*-*.
6262 * gdb.base/stack-checking.exp: Likewise.
6263 * gdb.base/overlays.exp: Likewise.
6264 * gdb.base/ovlymgr.c: Likewise.
6265 * gdb.base/spu.ld: Remove file.
6266
6267 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6268 * gdb.cp/cpexprs.exp: Likewise.
6269 * gdb.cp/exception.exp: Likewise.
6270 * gdb.cp/gdb2495.exp: Likewise.
6271 * gdb.cp/mb-templates.exp: Likewise.
6272 * gdb.cp/pr9167.exp: Likewise.
6273 * gdb.cp/userdef.exp: Likewise.
6274
6275 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6276
6277 * gdb.cell: Remove directory.
6278 * lib/cell.exp: Remove file.
6279
e452e88f
TV
62802019-09-19 Tom de Vries <tdevries@suse.de>
6281
6282 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6283
8a625130
TV
62842019-09-19 Tom de Vries <tdevries@suse.de>
6285
6286 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6287
81dc3ab5
TV
62882019-09-19 Tom de Vries <tdevries@suse.de>
6289
6290 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6291 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6292 (gdb_target_cmd): ... here.
6293 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6294 value 2.
6295
b078f3ac
AB
62962019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6297
6298 * gdb.base/source-dir.exp: Avoid having directory names in test
6299 names.
6300
f1b620e9
MG
63012019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6304 directory.
6305
67f3ed6a
AB
63062019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/list-missing-source.exp: New file.
6309
d1b70248
TV
63102019-09-14 Tom de Vries <tdevries@suse.de>
6311
6312 PR teststuite/24599
6313 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6314 * lib/ada.exp (gnatmake_version_at_least): New proc.
6315
5fabdcd6
AB
63162019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6317
6318 * gdb.base/maint.exp: Use exec_has_index_section.
6319
aa17805f
AB
63202019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 * gdb.base/maint.exp: Add test for 'maint info sections'.
6323
25e5c209
TV
63242019-09-12 Tom de Vries <tdevries@suse.de>
6325
6326 * gdb.base/store.exp: Allow register variables to be optimized out at
6327 -O0.
6328
4993045d
PW
63292019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6330
6331 * gdb.ada/rdv_wait.exp: Update to new task names.
6332 * gdb.base/task_switch_in_core.exp: Likewise.
6333 * gdb.base/info_sources_base.c: Likewise.
6334
8a516164
TT
63352019-09-10 Tom Tromey <tromey@adacore.com>
6336
6337 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6338
aa391654
TT
63392019-09-10 Tom Tromey <tromey@adacore.com>
6340
6341 * gdb.ada/dgopt.exp: New file.
6342 * gdb.ada/dgopt/x.adb: New file.
6343
8634b462
TT
63442019-09-08 Tom Tromey <tom@tromey.com>
6345
6346 * gdb.tui/resize.exp: Remove setup_xfail.
6347 * gdb.tui/regs.exp: Remove setup_xfail.
6348 * gdb.tui/basic.exp: Remove setup_xfail.
6349
736b0f76
DB
63502019-09-06 David Blaikie <dblaikie@gmail.com>
6351
6352 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6353 * gdb.cp/cplabel.exp: Ditto.
6354 * gdb.linespec/ls-errs.exp: Ditto.
6355
30331a6c
TV
63562019-09-05 Tom de Vries <tdevries@suse.de>
6357
6358 * lib/gdb.exp (cmp_file_string): New proc.
6359 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6360 runto_main. Verify save breakpoints output.
6361
98b0ebab
PW
63622019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6363
6364 * gdb.base/info-var.exp: Test info variables without running
6365 to main, to avoid expect's buffer overflow.
6366
4e962e74
TT
63672019-09-03 Tom Tromey <tromey@adacore.com>
6368
6369 * gdb.ada/bias.exp: New file.
6370 * gdb.ada/bias/bias.adb: New file.
6371 * gdb.ada/print_chars.exp: Add regression test.
6372 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6373 (MC): New variable.
6374
2ea1a07a
SL
63752019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6376
6377 * gdb.base/argv0-symlink.exp: Run only on native target
6378 and local host.
6379
8077c50d
TV
63802019-08-29 Tom de Vries <tdevries@suse.de>
6381
6382 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6383 diverse debug info.
6384 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6385
48352473
TV
63862019-08-28 Tom de Vries <tdevries@suse.de>
6387
6388 * gdb.base/info-var.exp: Allow info variables to print info for files
6389 other than info-var-f1.c and info-var-f2.c.
6390
d8f27c60
AB
63912019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6392
6393 * gdb.fortran/info-types.exp: Add module.
6394 * gdb.fortran/info-types.f90: Update expected results.
6395
1f20c35e
AB
63962019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6397
6398 * gdb.fortran/info-types.exp: New file.
6399 * gdb.fortran/info-types.f90: New file.
6400 * lib/fortran.exp (fortran_character1): New proc.
6401
4acfdd20
AB
64022019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6405 functions'. Reindent as needed.
6406 * gdb.base/info-var-f1.c: New file.
6407 * gdb.base/info-var-f2.c: New file.
6408 * gdb.base/info-var.exp: New file.
6409 * gdb.base/info-var.h: New file.
6410
5c31b358
TV
64112019-08-26 Tom de Vries <tdevries@suse.de>
6412
6413 PR c++/24852
6414 * gdb.cp/no-libstdcxx-probe.exp: New test.
6415
b694989f
TV
64162019-08-26 Tom de Vries <tdevries@suse.de>
6417
6418 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6419 * tests need to be skipped.
6420 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6421 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6422 mi_skip_libstdcxx_probe_tests.
6423
d9c4ba53
SDJ
64242019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6425
6426 * gdb.python/py-xmethods.exp: Use raw strings when passing
6427 arguments to SimpleXMethodMatcher.
6428
395fad09
TV
64292019-08-22 Tom de Vries <tdevries@suse.de>
6430
6431 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6432 more informative.
6433
26c957f1
PA
64342019-08-21 Pedro Alves <palves@redhat.com>
6435
6436 * gdb.base/with.exp: Test "with" with no arguments.
6437
61f80d5d
TV
64382019-08-21 Tom de Vries <tdevries@suse.de>
6439
6440 * gdb.base/gdb-caching-proc.exp: Sort files.
6441
d7a11d13
TV
64422019-08-20 Tom de Vries <tdevries@suse.de>
6443
6444 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6445 compilation.
6446
34dafe9f
TV
64472019-08-16 Tom de Vries <tdevries@suse.de>
6448
6449 * gdb.base/compare-sections.exp ("after run to main"): Allow
6450 mismatched read-only sections for PIE executables.
6451
398fdd60
TT
64522019-08-16 Tom Tromey <tom@tromey.com>
6453
6454 * lib/tuiterm.exp (_csi_Z): New proc.
6455 * gdb.tui/basic.exp: Update window positions.
6456 * gdb.tui/empty.exp: Update window positions.
6457
d8f9e51c
SL
64582019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6459
6460 * gdb.base/examine-backward.exp: Correct regexp for
6461 "examine 3 bytes backward from ${address_zero}".
6462
3df505f6
TT
64632019-08-15 Tom Tromey <tom@tromey.com>
6464
6465 * gdb.tui/empty.exp: Enable resizing tests.
6466
272560b5
TT
64672019-08-15 Tom Tromey <tromey@adacore.com>
6468
6469 * gdb.ada/char_enum.exp: Add regression tests.
6470 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6471 and '0'.
6472 (Char, Gchar): Update.
6473 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6474
08235187
CB
64752019-08-15 Christian Biesinger <cbiesinger@google.com>
6476
6477 * gdb.python/python.exp: Expect a leading underscore on
6478 GdbOutput{,Error}File.
6479
22a2ab04
SL
64802019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6481
6482 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6483 Windows host.
6484
835b995b
SL
64852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6486
6487 * gdb.base/batch-preserve-term-settings.exp
6488 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6489
97dd8e07
CB
64902019-08-15 Christian Biesinger <cbiesinger@google.com>
6491
6492 * lib/gdb.exp: When running on a mingw target, replace
6493 /x/ with x:/.
6494
75faf5c4
AH
64952019-08-14 Alan Hayward <alan.hayward@arm.com>
6496
6497 * gdb.arch/aarch64-prologue.c: New test.
6498 * gdb.arch/aarch64-prologue.exp: New file.
6499
abc6c00f
TV
65002019-08-13 Tom de Vries <tdevries@suse.de>
6501
6502 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6503 Thread.
6504
74c2c1f4
SL
65052019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6506
6507 * gdb.python/py-completion.exp: Download the .py file to the host
6508 and use its host pathname. Conditionalize tests that use
6509 tab completion and manipulate files on the build machine.
6510 * gdb.python/py-events.exp: Download the .py file to the host
6511 and use its host pathname.
6512 * gdb.python/py-evsignal.exp: Likewise.
6513 * gdb.python/py-evthreads.exp: Likewise.
6514 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6515 pathname syntax.
6516 * gdb.python/py-framefilter.exp: Download the .py file to the right
6517 place on the host. Match Windows pathname syntax.
6518 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6519 .py file to the host and use its host pathname.
6520 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6521 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6522 build pathname. Skip symlink test on Windows host. Add missing
6523 newline at end of file.
6524 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6525 and use its host pathname.
6526 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6527 * gdb.python/py-section-script.exp: Use host location of binfile
6528 on safe-path. Use correct path separator on Windows host.
6529 Reorder alternatives in gdb_test_multiple to prevent matching
6530 the wrong alternative on success.
6531 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6532
ca2589f3
PP
65332019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6534
6535 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6536 expect the GDB inferior to no longer immediately stop after
6537 being resumed with "signal SIGINT".
6538
020a839d
SL
65392019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6540
6541 * gdb.linespec/break-ask.exp: Generalize regexps to match
6542 Windows pathnames too.
6543
128d6509
TV
65442019-08-08 Tom de Vries <tdevries@suse.de>
6545
6546 PR testsuite/24862
6547 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6548
590042fc
PW
65492019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6550
6551 * gdb.base/style.exp: Update tests for help doc new invariants.
6552 * gdb.base/help.exp: Likewise.
6553
046bebe1
TT
65542019-08-06 Tom Tromey <tom@tromey.com>
6555
6556 * gdb.base/style.exp: Add disassemble test.
6557 * gdb.base/style.c (some_called_function): New function.
6558 (main): Use it.
6559
0b27c27d
CB
65602019-08-05 Christian Biesinger <cbiesinger@google.com>
6561
6562 * gdb.python/py-block.exp: Test dictionary access on blocks.
6563
580f1034
SM
65642019-08-05 Simon Marchi <simon.marchi@efficios.com>
6565
6566 PR gdb/24863
6567 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6568 -list-thread-groups --available test when running under
6569 check-read1.
6570
d86bd7cb
TV
65712019-08-05 Tom de Vries <tdevries@suse.de>
6572
6573 PR testsuite/24863
6574 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6575 * gdb.base/help.exp: Use with_read1_timeout_factor.
6576 * gdb.base/info-macros.exp: Same.
6577 * gdb.cp/nested-types.exp: Same.
6578
a80cf5d8
TV
65792019-08-05 Tom de Vries <tdevries@suse.de>
6580
6581 * lib/gdb.exp (version_at_least): Factor out of ...
6582 (tcl_version_at_least): ... here.
6583 (gdb_compile): Fail if pie results in non-PIE executable.
6584 (readelf_version, readelf_prints_pie): New proc.
6585 (exec_is_pie): Return -1 if unknown.
6586
d0962838
TV
65872019-08-05 Tom de Vries <tdevries@suse.de>
6588
6589 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6590
2252ff3d
SL
65912019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6592
6593 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6594
26655f53
SL
65952019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6596
6597 * lib/completion-support.exp (test_gdb_complete_none): Skip
6598 tab completion tests if no readline support.
6599 (test_gdb_complete_unique_re): Likewise.
6600 (test_gdb_complete_multiple): Likewise.
6601
db4dc13e
PW
66022019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6603
6604 * gdb.base/info_sources.exp: New file.
6605 * gdb.base/info_sources.c: New file.
6606 * gdb.base/info_sources_base.c: New file.
6607
0eba165a
PFC
66082019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6609
6610 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6611 prefix argument.
6612 (test_exit_status): Add prefix argument.
6613
59bd512b
TV
66142019-08-01 Tom de Vries <tdevries@suse.de>
6615
6616 PR testsuite/24863
6617 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6618 calling exp_continue for new thread and thread exited messages.
6619
2a3ad588
TV
66202019-08-01 Tom de Vries <tdevries@suse.de>
6621
6622 PR testsuite/24863
6623 * gdb.base/structs.exp: Fix check-read1 timeout using
6624 gdb_test_sequence.
6625 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6626
117eb594
TV
66272019-08-01 Tom de Vries <tdevries@suse.de>
6628
6629 PR testsuite/24863
6630 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6631 line.
6632
ed591340
TV
66332019-08-01 Tom de Vries <tdevries@suse.de>
6634
6635 PR testsuite/24863
6636 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6637
aa3b6533
TT
66382019-07-30 Tom Tromey <tromey@adacore.com>
6639
6640 * gdb.ada/display_nested.exp: New file.
6641 * gdb.ada/display_nested/foo.adb: New file.
6642 * gdb.ada/display_nested/pack.adb: New file.
6643 * gdb.ada/display_nested/pack.ads: New file.
6644
2906593f
CB
66452019-07-30 Christian Biesinger <cbiesinger@google.com>
6646
6647 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6648 namespace.
6649 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6650
0f575925
TV
66512019-07-30 Tom de Vries <tdevries@suse.de>
6652
6653 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6654 instead.
6655
b13057d9
TV
66562019-07-30 Tom de Vries <tdevries@suse.de>
6657
6658 PR testsuite/24834
6659 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6660 (exec_is_pie): New proc.
6661
5c4dde85
CB
66622019-07-29 Christian Biesinger <cbiesinger@google.com>
6663
6664 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6665
c620ed88
CB
66662019-07-29 Christian Biesinger <cbiesinger@google.com>
6667
6668 * gdb.python/py-objfile.c: Add global and static vars.
6669 * gdb.python/py-objfile.exp: Test new functions Objfile.
6670 lookup_global_symbol and lookup_static_symbol.
6671
3d235706
TT
66722019-07-29 Tom Tromey <tom@tromey.com>
6673
6674 * lib/tuiterm.exp (Term::_csi_@): New proc.
6675 (Term::_csi_X): Don't move cursor.
6676
c7e4c0a6
PW
66772019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6678
6679 * gdb.base/options.exp: Update backtrace - completion to
6680 new option -frame-info.
6681 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6682 Test new 'set print frame-info'. Test backtrace -frame-info
6683 overriding 'set print frame-info'.
6684 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6685 Test new 'set print frame-info'.
6686 Verify consistency of backtrace with and without filters, with and
6687 without -no-filters.
6688 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6689 default.
6690
de28a3b7
TV
66912019-07-29 Tom de Vries <tdevries@suse.de>
6692
6693 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6694 no arguments".
6695
507dd60e
TV
66962019-07-29 Tom de Vries <tdevries@suse.de>
6697
6698 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6699 is a substring of the first for "complete non-unique file name".
6700
5beafce9
TV
67012019-07-29 Tom de Vries <tdevries@suse.de>
6702
6703 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6704 with ".*".
6705
2d274232
TV
67062019-07-29 Tom de Vries <tdevries@suse.de>
6707
6708 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6709 Pass prompt_regexp parameter to gdb_test_multiple calls.
6710
9197cd8b
TV
67112019-07-29 Tom de Vries <tdevries@suse.de>
6712
6713 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6714 print registers" regexps.
9197cd8b 6715
b528dae0
TV
67162019-07-29 Tom de Vries <tdevries@suse.de>
6717
6718 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6719
d17725d7
TV
67202019-07-29 Tom de Vries <tdevries@suse.de>
6721
6722 PR gdb/24855
6723 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6724 (skip_python_tests_prompt): Add prompt_regexp argument to
6725 gdb_test_multiple calls.
6726
52b75bf1
TT
67272019-07-27 Tom Tromey <tom@tromey.com>
6728
6729 * gdb.tui/main.exp: New file.
6730
2b1d00c2
TT
67312019-07-27 Tom Tromey <tom@tromey.com>
6732
6733 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6734 optional.
6735 * gdb.tui/empty.exp: New file.
6736
ded631d5
TT
67372019-07-27 Tom Tromey <tom@tromey.com>
6738
6739 * lib/tuiterm.exp (spawn): New proc.
6740 (Term::resize): New proc.
6741 * gdb.tui/resize.exp: New file.
6742
58ac439d
TT
67432019-07-27 Tom Tromey <tom@tromey.com>
6744
6745 * gdb.tui/list.exp: New file.
6746
fe1f56ee
TT
67472019-07-27 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.tui/regs.exp: New file.
6750
f790b310
TT
67512019-07-27 Tom Tromey <tom@tromey.com>
6752
6753 * gdb.tui/basic.exp: Add "layout split" test.
6754
d95fc6ee
TT
67552019-07-27 Tom Tromey <tom@tromey.com>
6756
6757 * gdb.tui/basic.exp: Add "layout asm" test.
6758
c3786b3a
TT
67592019-07-27 Tom Tromey <tom@tromey.com>
6760
6761 * lib/tuiterm.exp: New file.
6762 * gdb.tui/basic.exp: New file.
6763
98a617f8
KB
67642019-07-27 Kevin Buettner <kevinb@redhat.com>
6765
6766 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6767 Enable tests associated with this flag. Adjust regex
6768 referencing "foo_low" to now refer to "foo_cold" instead.
6769
5c076da4
KB
67702019-07-27 Kevin Buettner <kevinb@redhat.com>
6771
6772 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6773 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6774 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6775 foo_cold. Revise comments to match.
6776 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6777 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6778 were wrapped into this proc; Call do_test in loop from outermost
6779 level.
6780 (foo_low): Rename all occurrences to "foo_cold".
6781 (backtrace from baz): New test.
6782 (x2/i foo_cold): New test.
6783 (info line *foo_cold): New test.
6784
1512d3b7
TV
67852019-07-26 Tom de Vries <tdevries@suse.de>
6786
6787 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6788
297989a1
TV
67892019-07-25 Tom de Vries <tdevries@suse.de>
6790
6791 PR testsuite/24830
6792 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6793 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6794 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6795 (skip_libstdcxx_probe_tests): ... here.
6796 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6797
b3b965fb
TV
67982019-07-24 Tom de Vries <tdevries@suse.de>
6799
6800 PR testsuite/24807
6801 * gdb.objc/basicclass.m: Include stdio.h.
6802 * gdb.objc/nondebug.m: Same.
6803 * gdb.objc/objcdecode.m: Same.
6804
4625b4d0
TV
68052019-07-24 Tom de Vries <tdevries@suse.de>
6806
6807 PR testsuite/24612
6808 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6809 additional_flags.
6810
024a5840
TV
68112019-07-24 Tom de Vries <tdevries@suse.de>
6812
6813 PR testsuite/24831
6814 * gdb.multi/tids.exp: Update error messages for info threads.
6815
c76ddaa3
TV
68162019-07-24 Tom de Vries <tdevries@suse.de>
6817
6818 * gdb.base/info-types.exp: Allow info types to print info for more than
6819 one file.
6820
9a618ef6
TV
68212019-07-23 Tom de Vries <tdevries@suse.de>
6822
6823 PR testsuite/24842
6824 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6825 gdb_spawn_with_cmdline_opts.
6826
40eadf04
SP
68272019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6828
6829 * gdb.arch/arm-cmse-sgstubs.c: New test.
6830 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6831
5ba29434
TV
68322019-07-23 Tom de Vries <tdevries@suse.de>
6833
6834 PR testsuite/24711
6835 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6836 issuing next command.
6837
a8e9d247
AB
68382019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6839
6840 * gdb.ada/info_auto_lang.exp: Update expected results.
6841 * gdb.base/info-types.c: Add additional types to check.
6842 * gdb.base/info-types.exp: Update expected results.
6843
eb86c5e2
AB
68442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6845
6846 * gdb.base/info-types.c: New file.
6847 * gdb.base/info-types.exp: New file.
6848
01e175fe
AB
68492019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6850
6851 * gdb.arch/riscv-bp-infcall.c: New file.
6852 * gdb.arch/riscv-bp-infcall.exp: New file.
6853
6b78c3f8
AB
68542019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6855
6856 PR breakpoints/24541
6857 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6858
da738167
TV
68592019-07-14 Tom de Vries <tdevries@suse.de>
6860
6861 PR testsuite/24760
6862 * gdb.objc/basicclass.exp: Fix unterminated string.
6863
0d4e84ed
AB
68642019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6865 Andrew Burgess <andrew.burgess@embecosm.com>
6866
6867 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6868 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6869 negative bounds.
6870 * gdb.fortran/vla-value.exp: Print elements of an array with
6871 negative bounds.
6872 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6873 testing.
6874
021d8588
AB
68752019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6876
6877 * gdb.base/options.exp (expect_string): Dequote strings in
6878 results.
6879 (test-string): Test strings with different quoting and reindent.
6880
f06f1252
TT
68812019-07-10 Tom Tromey <tromey@adacore.com>
6882
6883 * gdb.ada/mi_ex_cond.exp: Update expected results.
6884 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6885 * gdb.ada/mi_catch_ex.exp: Update expected results.
6886 * gdb.ada/mi_catch_assert.exp: Update expected results.
6887 * gdb.ada/catch_ex.exp (catch_exception_info)
6888 (catch_exception_entry, catch_assert_entry)
6889 (catch_unhandled_entry): Update.
6890 * gdb.ada/catch_assert_if.exp: Update expected results.
6891
b863685d
RB
68922019-07-10 Richard Bunt <richard.bunt@arm.com>
6893 Stephen Roberts <stephen.roberts@arm.com>
6894
6895 * gdb.base/define.exp: Restore original prompt.
6896
cb1e4e32
PA
68972019-07-09 Pedro Alves <palves@redhat.com>
6898
6899 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6900 breakpoints" output.
6901 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6902 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6903 throw" creates breakpoint.
6904 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6905 'type="catchpoint"'.
6906
b58a68fe
PA
69072019-07-09 Pedro Alves <palves@redhat.com>
6908
6909 PR c++/15468
6910 * gdb.cp/except-multi-location-lib.cc: New.
6911 * gdb.cp/except-multi-location-main.cc: New.
6912 * gdb.cp/except-multi-location.exp: New.
6913
0826779b
PW
69142019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6915
6916 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6917 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6918 argument and update callers.
6919
5b0e2db4
AB
69202019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.arch/amd64-break-on-asm-line.S: New file.
6923 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6924
1f6f6e21
PW
69252019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6926
6927 * gdb.base/printcmds.exp: Test printing C string and
6928 C wide string convenience vars without transiting via the inferior.
6929 Also make test names unique.
6930
ea142fbf
AH
69312019-07-08 Alan Hayward <alan.hayward@arm.com>
6932
5862c886 6933 PR breakpoints/25011
ea142fbf
AH
6934 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6935
213fd9fa
PA
69362019-07-04 Pedro Alves <palves@redhat.com>
6937
6938 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6939 body returned ok(0), break(3) or continue(4).
6940 * gdb.testsuite/foreach_with_prefix.exp: New file.
6941
2b40fda7
AH
69422019-07-04 Alan Hayward <alan.hayward@arm.com>
6943
6944 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6945
a26c8de0
PA
69462019-07-03 Pedro Alves <palves@redhat.com>
6947
6948 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6949 "return -code".
6950
5f4ba3e7
PA
69512019-07-03 Pedro Alves <palves@redhat.com>
6952
6953 PR cli/24732
6954 * gdb.base/shell.exp: Load completion-support.exp.
6955 Adjust expected error output. Add completion tests.
6956
a994424f
PA
69572019-07-03 Pedro Alves <palves@redhat.com>
6958
6959 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6960 string_to_regexp.
6961
3d9be6f5
PA
69622019-07-03 Pedro Alves <palves@redhat.com>
6963
6964 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6965 (expect_integer): Adjust to expect "-string".
6966 (expect_string): New.
6967 (all_options): Expect "-string".
6968 (test-flag, test-boolean): Adjust to expect "-string".
6969 (test-string): New proc.
6970 (top level): Call it.
6971
41fc454c
PA
69722019-07-03 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6975 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6976 the expected output in the success.
6977
b2b2a215
PA
69782019-07-03 Pedro Alves <palves@redhat.com>
6979
6980 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6981 Split one gdb_test_multiple call in two to avoid a race.
6982
fdbc9870
PA
69832019-07-03 Pedro Alves <palves@redhat.com>
6984
6985 * gdb.base/with.c: New file.
6986 * gdb.base/with.exp: New file.
6987
c6ac8931
PA
69882019-07-03 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/settings.exp: Replace all references to "maint
6991 test-settings set" with references to "maint set test-settings",
6992 and all references to "maint test-settings show" with references
6993 to "maint show test-settings".
6994
970f9d09
PA
69952019-07-03 Pedro Alves <palves@redhat.com>
6996
6997 * gdb.base/settings.exp (test-string): Adjust expected out when
6998 testing "maint test-settings show filename"
6999
54d66006
PA
70002019-07-02 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.base/options.exp (test-info-threads): New procedure.
7003 (top level): Call it.
7004
10d06d82
TT
70052019-06-28 Tom Tromey <tromey@adacore.com>
7006
7007 * gdb.dwarf2/ada-linkage-name.c: New file.
7008 * gdb.dwarf2/ada-linkage-name.exp: New file.
7009
3d507ff2
TT
70102019-06-27 Tom Tromey <tromey@adacore.com>
7011
d039f014 7012 PR c++/20020:
3d507ff2
TT
7013 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7014
8af58ffe
TV
70152019-06-26 Tom de Vries <tdevries@suse.de>
7016
7017 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7018
22e21752
TV
70192019-06-26 Tom de Vries <tdevries@suse.de>
7020
7021 * gdb.base/index-cache.exp: Add back missing debug option.
7022
b65b566c
PW
70232019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7024
7025 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7026
5c2c8c69
TV
70272019-06-25 Tom de Vries <tdevries@suse.de>
7028
7029 PR testsuite/24727
7030 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7031
164e3873
TV
70322019-06-24 Tom de Vries <tdevries@suse.de>
7033
7034 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7035
824eacee
TV
70362019-06-24 Tom de Vries <tdevries@suse.de>
7037
7038 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7039 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7040 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7041
385b97d3
TV
70422019-06-24 Tom de Vries <tdevries@suse.de>
7043
7044 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7045
c596f180
TV
70462019-06-21 Tom de Vries <tdevries@suse.de>
7047
7048 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7049
b13a7d03
TV
70502019-06-21 Tom de Vries <tdevries@suse.de>
7051
7052 PR testsuite/24518
7053 PR ada/24713
7054 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7055 index.
7056
899277ae
TT
70572019-06-19 Tom Tromey <tromey@adacore.com>
7058
7059 * gdb.ada/length_cond.exp: Add intro comment.
7060
680e1bee
TT
70612019-06-19 Tom Tromey <tromey@adacore.com>
7062
7063 * gdb.ada/length_cond.exp: New file.
7064 * gdb.ada/length_cond/length_cond.adb: New file.
7065 * gdb.ada/length_cond/pck.adb: New file.
7066 * gdb.ada/length_cond/pck.ads: New file.
7067
0ed4690a
TV
70682019-06-18 Tom de Vries <tdevries@suse.de>
7069
7070 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7071
d20ed5fd
TT
70722019-06-18 Tom Tromey <tromey@adacore.com>
7073
7074 * gdb.base/list0.h: Add comment explaining control character.
7075
86e04673
TV
70762019-06-18 Tom de Vries <tdevries@suse.de>
7077
7078 * boards/fission.exp: Break up long debug_flags line.
7079
c4973306
SM
70802019-06-16 Tom de Vries <tdevries@suse.de>
7081
7082 PR gdb/24445
7083 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7084 generated index.
7085
93cb9841
AB
70862019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 PR gdb/24686
7089 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7090 improve detection of bug gdb/24541.
7091
399aaebd
SM
70922019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7093
7094 PR gdb/24669
7095 * gdb.base/index-cache.exp (uses_readnow,
7096 expecting_index_cache_use): Define global variable.
7097 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7098 expecting_index_cache_use.
7099
584a927c
AB
71002019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7101 Andrew Burgess <andrew.burgess@embecosm.com>
7102
7103 * gdb.fortran/pointers.f90: New file.
7104 * gdb.fortran/print_type.exp: New file.
7105 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7106 * gdb.fortran/vla-type.exp: Likewise.
7107 * gdb.fortran/vla-value.exp: Likewise.
7108 * gdb.mi/mi-vla-fortran.exp: Likewise.
7109
30056ea0
AB
71102019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7111
7112 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7113 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7114 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7115 as a stop reason.
7116
ec8e2b6d
AB
71172019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7118
7119 * gdb.base/annota1.exp: Update expected results.
7120 * gdb.cp/annota2.exp: Likewise.
7121 * gdb.cp/annota3.exp: Likewise.
7122
09e4c4e1
AB
71232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7124
7125 * gdb.base/style-logging.exp: Remove path from test name.
7126
0735b091
TT
71272019-06-14 Tom Tromey <tromey@adacore.com>
7128
7129 PR gdb/24502:
7130 * gdb.base/style-logging.exp: New file.
7131
f5686554
TT
71322019-06-14 Tom Tromey <tromey@adacore.com>
7133
7134 * gdb.base/symfile-warn.exp: New file.
7135 * gdb.base/symfile-warn.c: New file.
7136
a0c1ffed
TT
71372019-06-14 Tom Tromey <tromey@adacore.com>
7138
7139 * gdb.base/annotate-symlink.exp: New file.
7140
f411722c
TT
71412019-06-14 Tom Tromey <tromey@adacore.com>
7142
7143 * gdb.ada/set_wstr.exp: Add reassignment test.
7144
4268ec18
TT
71452019-06-14 Tom Tromey <tromey@adacore.com>
7146
7147 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7148 'unchecked_access and 'unrestricted_access as well.
7149
9a9e394b
TT
71502019-06-14 Tom Tromey <tromey@adacore.com>
7151
7152 PR ada/24539:
7153 * gdb.ada/vla.exp: Update tests.
7154 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7155 pragma.
7156
4c048731
PA
71572019-06-13 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.base/settings.exp (test-integer): Test junk after
7160 "unlimited".
7161
6665660a
PA
71622019-06-13 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.base/options.exp (test-thread-apply): New.
7165 (top level): Call it.
7166
5d707134
PA
71672019-06-13 Pedro Alves <palves@redhat.com>
7168
7169 * gdb.base/options.exp (test-frame-apply): New.
7170 (top level): Test print commands with different "frame apply"
7171 prefixes.
7172
e2a689da
PA
71732019-06-13 Pedro Alves <palves@redhat.com>
7174
e79be6e5 7175 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7176 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7177 'max_completions' parameter and handle it.
7178 (test_gdb_completion_offers_commands): New.
7179
90a1ef87
PA
71802019-06-13 Pedro Alves <palves@redhat.com>
7181
7182 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7183
d4c16835
PA
71842019-06-13 Pedro Alves <palves@redhat.com>
7185
7186 * gdb.base/options.exp (test-backtrace): New.
7187 (top level): Call it.
7188
2daf894e
PA
71892019-06-13 Pedro Alves <palves@redhat.com>
7190
7191 * gdb.guile/scm-frame-args.exp: Use "set print
7192 raw-frame-arguments" instead of "set print raw frame-arguments".
7193 * gdb.python/py-frame-args.exp: Likewise.
7194
e6ed716c
PA
71952019-06-13 Pedro Alves <palves@redhat.com>
7196
7197 * gdb.compile/compile.exp: Adjust expected output to option
7198 processing changes.
7199
7d8062de
PA
72002019-06-13 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.base/options.exp: Build executable.
7203 (test-print): New procedure.
7204 (top level): Call it, once for "print" and another for "compile
7205 print".
7206
9d0faba9
PA
72072019-06-13 Pedro Alves <palves@redhat.com>
7208
7209 * gdb.base/options.c: New file.
7210 * gdb.base/options.exp: New file.
7211
dee7b4c8
PA
72122019-06-13 Pedro Alves <palves@redhat.com>
7213
7214 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7215 that "o" is ambiguous.
7216
dca0f6c0
PA
72172019-06-13 Pedro Alves <palves@redhat.com>
7218
7219 * gdb.base/settings.c: New file.
7220 * gdb.base/settings.exp: New file.
7221
ccf46844
PA
72222019-06-13 Pedro Alves <palves@redhat.com>
7223
7224 * gdb.base/completion.exp: Fix comment typo.
7225
b9a3f842
PA
72262019-06-13 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7229 foo --1" test.
7230
d106773e
PA
72312019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7232
7233 * gdb.fortran/block-data.f: New.
7234 * gdb.fortran/block-data.exp: New.
7235
fea82da0
TV
72362019-06-11 Tom de Vries <tdevries@suse.de>
7237
7238 PR testsuite/24521
7239 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7240 message.
7241
8c2e74f1
TV
72422019-06-11 Tom de Vries <tdevries@suse.de>
7243
7244 PR testsuite/24521
7245 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7246
b49851c8
TV
72472019-06-11 Tom de Vries <tdevries@suse.de>
7248
7249 * boards/readnow.exp: New file.
7250
a7067863
AB
72512019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7252
7253 * gdb.fortran/vla-sizeof.exp: Update expected results.
7254
1a3da2cd
AB
72552019-06-06 Amos Bird <amosbird@gmail.com>
7256
7257 * gdb.base/annota1.exp (thread_switch): Add test for
7258 thread-exited annotation.
7259
3847a7bf
TT
72602019-06-06 Tom Tromey <tromey@adacore.com>
7261
7262 * gdb.base/maint.exp: Expect command started/finished output.
7263
0088ba59
AB
72642019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7265
7266 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7267 comment.
7268 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7269
312617a3
AB
72702019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7271
7272 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7273 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7274 * gdb.arch/riscv-unwind-long-insn.c: New file.
7275 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7276
e1f2e1a2
CB
72772019-06-04 Christian Biesinger <cbiesinger@google.com>
7278
d3238f7d 7279 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7280
206584bd
PW
72812019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7282
7283 * lib/gdb.exp (help_list_trailer): New regexp variable
7284 factorizing the help trailer message.
7285 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7286 arg to allow to better factorize various tests.
7287 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7288 (test_prefix_command_help): Use help_list_trailer.
7289 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7290 * gdb.guile/scm-cmd.exp: Likewise.
7291 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7292 * gdb.base/help.exp: Use test_user_defined_class_help.
7293 * gdb.base/style.exp: Add tests for styling of help and apropos.
7294 * lib/gdb-utils.exp (style): Add title and highlight styles.
7295
708dc93e
PW
72962019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7297
7298 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7299 $_shell_exitsignal.
7300 * gdb.base/default.exp: Update for new convenience variables.
7301
f49055a5
TT
73022019-05-29 Tom Tromey <tromey@adacore.com>
7303
7304 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7305 to "break complete ada" test case's regexp.
7306
4330d61d
TT
73072019-05-29 Tom Tromey <tromey@adacore.com>
7308
7309 PR c++/20020:
7310 * gdb.cp/constexpr-field.exp: New file.
7311 * gdb.cp/constexpr-field.cc: New file.
7312
000439d5
TT
73132019-05-29 Tom Tromey <tromey@adacore.com>
7314
7315 * gdb.base/finish.exp (finish_no_print): New proc.
7316 (finish_tests): Call it.
7317
5a01c34c
TV
73182019-05-24 Tom de Vries <tdevries@suse.de>
7319
7320 * gdb.dwarf2/gdb-add-index.exp: New file.
7321
18125b16
TT
73222019-05-22 Tom Tromey <tromey@adacore.com>
7323
7324 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7325 * gdb.base/style.exp: Use "style".
7326 * lib/gdb-utils.exp (style): New proc.
7327
af1a8d03
TV
73282019-05-22 Tom de Vries <tdevries@suse.de>
7329
7330 * gdb.base/align.exp: Require c++11.
7331
e7fe496b
TV
73322019-05-22 Tom de Vries <tdevries@suse.de>
7333
7334 PR testsuite/24586
7335 * gdb.python/py-mi-var-info-path-expression.exp: Call
7336 mi_skip_python_tests to check if python is supported.
7337
8fca4da0
AH
73382019-05-22 Alan Hayward <alan.hayward@arm.com>
7339
7340 * gdb.arch/aarch64-pauth.c: New test.
7341 * gdb.arch/aarch64-pauth.exp: New file.
7342
b7060614
AH
73432019-05-22 Alan Hayward <alan.hayward@arm.com>
7344
7345 * README (Re-running Tests Outside The Testsuite): New section.
7346
669d0468
TV
73472019-05-21 Tom de Vries <tdevries@suse.de>
7348
7349 * gdb.arch/amd64-eval.exp: Require c++11.
7350 * gdb.base/max-depth.exp: Same.
7351 * gdb.compile/compile-cplus-array-decay.exp: Same.
7352 * gdb.cp/meth-typedefs.exp: Same.
7353 * gdb.cp/subtypes.exp: Same.
7354 * gdb.cp/temargs.exp: Same.
7355
ce3ebcaa
AH
73562019-05-21 Alan Hayward <alan.hayward@arm.com>
7357
7358 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7359
34d11c68
AB
73602019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7361
7362 PR gdb/18644
7363 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7364 * gdb.fortran/printing-types.exp: Add new test.
7365 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7366 testing.
7367 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7368 setup_kfail call.
7369
87781e84
AH
73702019-05-17 Alan Hayward <alan.hayward@arm.com>
7371
7372 * README (Running the Testsuite): Change example.
7373 (Testsuite Parameters): Remove TRANSCRIPT.
7374 * lib/gdb.exp: Remove TRANSCRIPT check.
7375
b420b89e
AH
73762019-05-17 Alan Hayward <alan.hayward@arm.com>
7377
7378 * README (Testsuite Parameters): Add replay logging to
7379 GDBSERVER_DEBUG.
7380 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7381 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7382 as a comma separated list.
7383 (gdb_debug_init): Override procedure.
7384
408e9b8b
AH
73852019-05-17 Alan Hayward <alan.hayward@arm.com>
7386
7387 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7388 (gdb_write_cmd_file): New procedure.
7389 * lib/gdbserver-support.exp (gdbserver_start): Call
7390 gdbserver_write_cmd_file.
7391 (gdbserver_write_cmd_file): New procedure.
7392
f9e2e39d
AH
73932019-05-17 Alan Hayward <alan.hayward@arm.com>
7394
7395 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7396 (delete_breakpoints): Likewise.
7397 (gdb_run_cmd): Likewise.
7398 (gdb_start_cmd): Likewise.
7399 (gdb_starti_cmd): Likewise.
7400 (gdb_internal_error_resync): Likewise.
7401 (gdb_test_multiple): Likewise.
7402 (gdb_reinitialize_dir): Likewise.
7403 (default_gdb_exit): Likewise.
7404 (gdb_file_cmd): Mark kill as optional.
7405 (default_gdb_start): Call gdb_stdin_log_init.
7406 (send_gdb): Call gdb_stdin_log_write.
7407 (rerun_to_main): Mark Y as an answer.
7408 (gdb_stdin_log_init): New function.
7409 (gdb_stdin_log_write): Likewise.
7410
81f47ac2
AH
74112019-05-17 Alan Hayward <alan.hayward@arm.com>
7412
7413 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7414 * gdb.base/debug-expr.exp: Likewise.
7415 * gdb.base/foll-fork.exp: Likewise.
7416 * gdb.base/foll-vfork.exp: Likewise.
7417 * gdb.base/fork-print-inferior-events.exp: Likewise.
7418 * gdb.base/gdb-sigterm.exp: Likewise.
7419 * gdb.base/gdbinit-history.exp: Likewise.
7420 * gdb.base/osabi.exp: Likewise.
7421 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7422 * gdb.base/ui-redirect.exp: Likewise.
7423 * gdb.gdb/unittest.exp: Likewise.
7424 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7425 * gdb.mi/mi-watch.exp: Likewise.
7426 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7427 * gdb.mi/user-selected-context-sync.exp: Likewise.
7428 * gdb.python/python.exp: Disable debug test when debugging.
7429 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7430 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7431 Likewise.
7432 * gdb.threads/stepi-random-signal.exp: Likewise.
7433
29b52314
AH
74342019-05-17 Alan Hayward <alan.hayward@arm.com>
7435
7436 * Makefile.in: Pass through GDB_DEBUG.
7437 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7438 (gdb,debug): Add board setting.
7439 * lib/gdb.exp (default_gdb_start): Start debugging.
7440 (gdb_debug_enabled): New procedure.
7441 (gdb_debug_init): Likewise.
29b52314
AH
7442
74432019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7444
29b52314
AH
7445 * Makefile.in: Pass through GDB_DEBUG.
7446 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7447 (gdb,debug): Add board setting.
7448 * lib/gdb.exp (default_gdb_start): Start debugging.
7449 (gdb_debug_enabled): New procedure.
7450 (gdb_debug_init): Likewise.
29b52314 7451
ca1285d1
AH
74522019-05-17 Alan Hayward <alan.hayward@arm.com>
7453
7454 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7455
f3a09c80
AH
74562019-05-17 Alan Hayward <alan.hayward@arm.com>
7457
7458 * gdb.base/ui-redirect.exp: Test redirection.
7459
26648588
JV
74602019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7461
7462 * gdb.mi/mi-complete.exp: New file.
7463 * gdb.mi/mi-complete.cc: Likewise.
7464
14237686
AB
74652019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7466
7467 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7468 indexed and sliced arrays, and pointers to arrays.
7469
e7bd7fba
TT
74702019-05-14 Tom Tromey <tromey@adacore.com>
7471
7472 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7473 styling test.
7474
2764128d
TV
74752019-05-14 Tom de Vries <tdevries@suse.de>
7476
7477 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7478 selection entry encoding.
7479
71bed2db
TT
74802019-05-10 Tom Tromey <tromey@adacore.com>
7481
7482 * gdb.ada/info_exc.exp: Add "complete" test.
7483
63b667ad
TV
74842019-05-09 Tom de Vries <tdevries@suse.de>
7485
7486 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7487 CU-relative.
7488
9cfd2b89
TV
74892019-05-09 Tom de Vries <tdevries@suse.de>
7490
7491 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7492 CU-relative.
7493
2228ef77
XR
74942019-05-08 Joel Brobecker <brobecker@adacore.com>
7495
7496 * gdb.ada/frame_arg_lang.exp: New testcase.
7497 * gdb.ada/frame_arg_lang/bla.adb: New file.
7498 * gdb.ada/frame_arg_lang/pck.ads: New file.
7499 * gdb.ada/frame_arg_lang/pck.adb: New file.
7500 * gdb.ada/frame_arg_lang/foo.c: New file.
7501
80e55b13
TT
75022019-05-08 Tom Tromey <tromey@adacore.com>
7503
7504 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7505
9d3421af
TT
75062019-05-08 Tom Tromey <tromey@adacore.com>
7507
7508 * gdb.base/ptype-offsets.exp: Update tests.
7509
844333e2
TT
75102019-05-08 Tom Tromey <tromey@adacore.com>
7511
7512 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7513 cases.
7514 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7515 "short".
7516
988915ee
TT
75172019-05-08 Tom Tromey <tromey@adacore.com>
7518
7519 * gdb.ada/vla.exp: New file.
7520 * gdb.ada/vla/vla.adb: New file.
7521
7bd55dac
TV
75222019-05-07 Tom de Vries <tdevries@suse.de>
7523
7524 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7525
75f06e9d
TV
75262019-05-07 Tom de Vries <tdevries@suse.de>
7527
7528 PR testsuite/24522
7529 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7530 section.
7531
77e7aaa4
TV
75322019-05-07 Tom de Vries <tdevries@suse.de>
7533
7534 PR testsuite/24522
7535 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7536 .debug_aranges section.
7537
456ba0fa
TV
75382019-05-07 Tom de Vries <tdevries@suse.de>
7539
7540 PR testsuite/24159
7541 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7542
5a56d6a6
TV
75432019-05-06 Tom de Vries <tdevries@suse.de>
7544
7545 * lib/gdb.exp (exec_has_index_section): New proc.
7546 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7547 section.
7548
9d6d4be8
TV
75492019-05-04 Tom de Vries <tdevries@suse.de>
7550
7551 * boards/cc-with-debug-names.exp: New file.
7552
222a8d25
TT
75532019-05-03 Tom Tromey <tromey@adacore.com>
7554
7555 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7556 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7557 * gdb.ada/char_enum.exp: Add test.
7558
0fdfd794
TV
75592019-05-03 Tom de Vries <tdevries@suse.de>
7560
7561 * boards/cc-with-gdb-index.exp: New file.
7562
80062eb9
AB
75632019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7564
7565 * gdb.rust/simple.exp: Add new test case.
7566 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7567 (main): Initialise an instance of the new struct.
7568
4504bbde
TT
75692019-05-01 Tom Tromey <tromey@adacore.com>
7570
7571 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7572 record.
7573 (NPR): New variable.
7574 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7575 test.
7576
d48e62f4
TT
75772019-05-01 Tom Tromey <tromey@adacore.com>
7578
7579 * gdb.ada/packed_array_assign.exp: Add packed assignment
7580 regression test.
7581
f59f30f5
TV
75822019-05-01 Tom de Vries <tdevries@suse.de>
7583
7584 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7585
b70bfc54
TV
75862019-05-01 Tom de Vries <tdevries@suse.de>
7587
7588 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7589
15f18d14
AT
75902019-04-30 Ali Tamur <tamur@google.com>
7591
7592 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7593
2ff0a947
TT
75942019-04-30 Tom Tromey <tromey@adacore.com>
7595
7596 * lib/ada.exp (find_ada_tool): New proc.
7597 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7598 * gdb.ada/catch_ex_std.exp: New file.
7599 * gdb.ada/catch_ex_std/foo.adb: New file.
7600 * gdb.ada/catch_ex_std/some_package.adb: New file.
7601 * gdb.ada/catch_ex_std/some_package.ads: New file.
7602
a776957c
TT
76032019-04-30 Tom Tromey <tromey@adacore.com>
7604
7605 PR c++/24470:
7606 * gdb.cp/temargs.cc: Add test code from PR.
7607
bc68014d
AB
76082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7609
7610 * gdb.fortran/vla-datatypes.exp: Update expected results.
7611 * gdb.fortran/vla-ptype.exp: Likewise.
7612 * gdb.fortran/vla-type.exp: Likewise.
7613 * gdb.fortran/vla-value.exp: Likewise.
7614
f1fdc960
AB
76152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7616
7617 * gdb.fortran/ptr-indentation.exp: Update expected results.
7618 * gdb.fortran/ptype-on-functions.exp: Likewise.
7619 * gdb.fortran/vla-ptr-info.exp: Likewise.
7620 * gdb.fortran/vla-value.exp: Likewise.
7621
bf7a4de1
AB
76222019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7623
7624 * gdb.fortran/ptype-on-functions.exp: New file.
7625 * gdb.fortran/ptype-on-functions.f90: New file.
7626
bbe75b9d
AB
76272019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7628
7629 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7630 case void string.
7631
1db455a7
AB
76322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7633
7634 * gdb.fortran/complex.exp: Expand.
7635 * gdb.fortran/complex.f: Renamed to...
7636 * gdb.fortran/complex.f90: ...this, and extended to add more
7637 complex values.
7638
b6d03bb2
AB
76392019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7640
7641 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7642 MODULO, CMPLX.
7643
2e62ab40
AB
76442019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7645 Richard Bunt <richard.bunt@arm.com>
7646
7647 * gdb.base/max-depth.c: New file.
7648 * gdb.base/max-depth.exp: New file.
7649 * gdb.python/py-nested-maps.c: New file.
7650 * gdb.python/py-nested-maps.exp: New file.
7651 * gdb.python/py-nested-maps.py: New file.
7652 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7653 (test_all_common): Call test_max_depth.
7654 * gdb.fortran/max-depth.exp: New file.
7655 * gdb.fortran/max-depth.f90: New file.
7656 * gdb.go/max-depth.exp: New file.
7657 * gdb.go/max-depth.go: New file.
7658 * gdb.modula2/max-depth.exp: New file.
7659 * gdb.modula2/max-depth.c: New file.
7660 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7661
d2b584a5
TV
76622019-04-29 Tom de Vries <tdevries@suse.de>
7663
7664 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7665
136afab8
PW
76662019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7667
7668 * gdb.base/callexit.exp: Test may-call-functions off.
7669
725cbb63
KS
76702019-04-25 Keith Seitz <keiths@redhat.com>
7671
7672 PR c++/24367
7673 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7674 (another_incomplete_struct, test_incomplete): New definitions.
7675 (main): Use new definitions.
7676 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7677 functions.
7678
701adfb0
PA
76792019-04-25 Ali Tamur <tamur@google.com>
7680
7681 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7682
82433e3e
SDJ
76832019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7684
7685 PR corefiles/11608
7686 PR corefiles/18187
7687 * gdb.base/coredump-filter-build-id.exp: New file.
7688
dd06d4d6
AH
76892019-04-25 Alan Hayward <alan.hayward@arm.com>
7690
e79be6e5
SM
7691 * Makefile.in: Pass through GDBSERVER_DEBUG.
7692 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7693 (gdbserver,debug): Add board setting.
7694 * gdb.trace/tspeed.exp: Skip when debugging.
7695 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7696 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7697
1670072e
TT
76982019-04-24 Tom Tromey <tromey@adacore.com>
7699
7700 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7701 Rust.
7702
a59240a4
TT
77032019-04-24 Tom Tromey <tromey@adacore.com>
7704
7705 * gdb.arch/amd64-eval.exp: Test bitfield return.
7706 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7707 (class Foo) <return_bitfields>: New method.
7708 (main): Call it.
7709
b907456c
AB
77102019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7711
7712 * gdb.cp/many-args.cc: New file.
7713 * gdb.cp/many-args.exp: New file.
7714
5c565afd
TV
77152019-04-23 Tom de Vries <tdevries@suse.de>
7716
7717 PR gdb/24433
7718 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7719
ba22ff86
AH
77202019-04-23 Alan Hayward <alan.hayward@arm.com>
7721
7722 * gdb.trace/backtrace.exp: Use nopie flag.
7723 * gdb.trace/circ.exp: Likewise.
7724 * gdb.trace/collection.exp: Likewise.
7725 * gdb.trace/ftrace.exp: Likewise.
7726 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7727 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7728 * gdb.trace/qtro.exp: Likewise.
7729 * gdb.trace/read-memory.exp: Likewise.
7730 * gdb.trace/report.exp: Likewise.
7731 * gdb.trace/tfile.exp: Likewise.
7732 * gdb.trace/tfind.exp: Likewise.
7733 * gdb.trace/unavailable.exp: Likewise.
7734
7905fc35
PA
77352019-04-22 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.base/solib-probes-nosharedlibrary.c,
7738 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7739
8ecb59f8
TT
77402019-04-19 Tom Tromey <tromey@adacore.com>
7741
7742 * gdb.ada/ptype_union.c: New file.
7743 * gdb.ada/ptype_union.exp: New file.
7744
62160ec9
TT
77452019-04-19 Tom Tromey <tromey@adacore.com>
7746
7747 PR symtab/24423:
7748 * gdb.base/list0.h (foo): Add a control-l character.
7749
36cd4ba5
TV
77502019-04-18 Tom de Vries <tdevries@suse.de>
7751
7752 PR gdb/24433
7753 * boards/local-board.exp: Set sysroot to "".
7754
b73715df
TV
77552019-04-18 Tom de Vries <tdevries@suse.de>
7756 Pedro Alves <palves@redhat.com>
7757
7758 PR gdb/24454
7759 * gdb.threads/vfork-follow-child-exec.c: New file.
7760 * gdb.threads/vfork-follow-child-exec.exp: New file.
7761 * gdb.threads/vfork-follow-child-exit.c: New file.
7762 * gdb.threads/vfork-follow-child-exit.exp: New file.
7763
4aa866af
LS
77642019-04-15 Leszek Swirski <leszeks@google.com>
7765
7766 * gdb.arch/amd64-eval.cc: New file.
7767 * gdb.arch/amd64-eval.exp: New file.
7768
e5a1a79a
AH
77692019-04-11 Alan Hayward <alan.hayward@arm.com>
7770
7771 * gdb.server/sysroot.c: New test.
7772 * gdb.server/sysroot.exp: New file.
7773 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7774 matching param.
7775
41077b66
AB
77762019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7777
7778 * gdb.base/align.exp: Extend test to cover structures containing
7779 only static fields.
7780
c30391f8
TV
77812019-04-11 Tom de Vries <tdevries@suse.de>
7782
7783 * boards/cc-with-dwz-m.exp: New file.
7784 * boards/cc-with-dwz.exp: New file.
7785 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7786
e242fd12
SM
77872019-04-09 Simon Marchi <simon.marchi@efficios.com>
7788
7789 * gdb.base/start-cpp.exp: New file.
7790 * gdb.base/start-cpp.cc: New file.
7791
2b0c8b01
KB
77922019-04-08 Kevin Buettner <kevinb@redhat.com>
7793
7794 * gdb.python/py-thrhandle.exp: Adjust tests to call
7795 thread_from_handle instead of thread_from_thread_handle.
7796
947210e5
KB
77972019-04-08 Kevin Buettner <kevinb@redhat.com>
7798
7799 * gdb.python/py-thrhandle.exp: Add tests for
7800 gdb.InferiorThread.handle.
7801
d7df6549
AB
78022019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7803
7804 * gdb.python/py-function.exp: Check calling helper function from
7805 all languages.
7806 * lib/gdb.exp (gdb_supported_languages): New proc.
7807
8bdc1658
AB
78082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7809
7810 * gdb.base/complex-parts.c: New file.
7811 * gdb.base/complex-parts.exp: New file.
7812
05caa1d2
TT
78132019-04-01 Tom Tromey <tromey@adacore.com>
7814
7815 PR symtab/23331:
7816 * gdb.dwarf2/dw2-ranges-main.c: New file.
7817 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7818 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7819
7734102d
EZ
78202019-03-30 Simon Marchi <simark@simark.ca>
7821
7822 * gdb.base/default.exp: Add values for $_gdb_major and
7823 $_gdb_minor.
7824
188e1fa9
TT
78252019-03-29 Tom Tromey <tromey@adacore.com>
7826
7827 * gdb.base/help.exp: Tighten apropos regexp.
7828
2880242d
KS
78292019-03-29 Keith Seitz <keiths@redhat.com>
7830
7831 * gdb.fortran/array-bounds.exp: New file.
7832 * gdb.fortran/array-bounds.f90: New file.
7833
077cad8e
PW
78342019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7835
7836 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7837
80047cfc
PW
78382019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7839
7840 * gdb.multi/hello.c (main): Increase alarm timer.
7841
f489207e
SL
78422019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7843
7844 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7845 factor when no hardware watchpoint support.
7846
c92df149
AH
78472019-03-28 Alan Hayward <alan.hayward@arm.com>
7848 Pedro Alves <palves@redhat.com>
7849
7850 * boards/local-board.exp: set sysroot to /.
7851
933aebfa
AH
78522019-03-27 Alan Hayward <alan.hayward@arm.com>
7853
7854 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7855 in child.
7856
9f9aa852
AB
78572019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7858
7859 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7860 field.
7861 (make_container): Initialise new field.
7862 * gdb.python/py-prettyprint.exp: Add new tests.
7863 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7864 <display_hint>: New method.
7865
3714a195
AB
78662019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7867
7868 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7869 gdb_continue_to_breakpoint more throughout this test.
7870 (run_lang_tests) Supply unique test names, and use
7871 gdb_test_no_output.
7872
18c77628
AB
78732019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7874
7875 * gdb.base/finish-pretty.exp: Update expected results.
7876 * gdb.base/pretty-print.c: New file.
7877 * gdb.base/pretty-print.exp: New file.
7878
9a93502f
PA
78792019-03-25 Pedro Alves <palves@redhat.com>
7880
7881 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7882 move comments outside list. Append '-i "" eof' section.
7883
968aa7ae
AH
78842019-03-22 Alan Hayward <alan.hayward@arm.com>
7885
34a7f2a4 7886 PR testsuite/25016
968aa7ae
AH
7887 * README: Add pie options.
7888 * gdb.base/break-interp.exp: Ensure pie is disabled.
7889 * gdb.base/dump.exp: Likewise.
7890 * lib/gdb.exp (gdb_compile): Add pie option.
7891
4c7d57e7
TT
78922019-03-19 Tom Tromey <tromey@adacore.com>
7893
7894 * gdb.mi/mi2-cli-display.c: New file.
7895 * gdb.mi/mi2-cli-display.exp: New file.
7896
bff8c71f
TT
78972019-03-18 Joel Brobecker <brobecker@adacore.com>
7898 Tom Tromey <tromey@adacore.com>
7899
7900 * gdb.ada/ptype_array/pck.adb: New file.
7901 * gdb.ada/ptype_array/pck.ads: New file.
7902 * gdb.ada/ptype_array/foo.adb: New file.
7903 * gdb.ada/ptype_array.exp: New file.
7904
d085f989
TT
79052019-03-14 Tom Tromey <tromey@adacore.com>
7906
7907 * gdb.base/style.exp: Add "set style sources" test.
7908
b4be1b06
SM
79092019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7910
7911 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7912 * mi-breakpoint-multiple-locations.exp: ... this.
7913 (make_breakpoints_pattern): New proc.
7914 (do_test): Add mi_version parameter, test -break-insert,
7915 -break-info and =breakpoint-created.
7916
7cde5fc2
AB
79172019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7918
7919 * config/default.exp: Remove 'load_lib gdb.exp'.
7920 * config/monitor.exp: Likewise.
7921 * config/sid.exp: Likewise.
7922 * config/sim.exp: Likewise.
7923 * config/slite.exp: Likewise.
7924 * config/unix.exp: Likewise.
7925 * gdb.base/default.exp: Remove unhelpful comment.
7926
efbecbc1
AB
79272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7928
7929 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7930
0841c79a
AB
79312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7932
7933 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7934
4a270568
AB
79352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7936
7937 * gdb.fortran/type-kinds.exp: Update expected results.
7938
067630bd
AB
79392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7940
7941 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7942
3be47f7a
AB
79432019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7944
7945 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7946 function.
7947 (test_basic_parsing_of_type_kinds): Expand types tested.
7948 (test_parsing_invalid_type_kinds): New function.
7949
4d00f5d8
AB
79502019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * gdb.fortran/intrinsics.exp: New file.
7953 * gdb.fortran/intrinsics.f90: New file.
7954 * gdb.fortran/type-kinds.exp: New file.
7955
c8f91604
AB
79562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7957
7958 * gdb.fortran/dot-ops.exp: New file.
7959
dd9f2c76
AB
79602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7961
7962 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7963 Check upper and lower case logical literals.
7964
84ec9724
AB
79652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7966
7967 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7968 Remove duplicate tests.
7969
c3734e09
AH
79702019-03-06 Alan Hayward <alan.hayward@arm.com>
7971
7972 * lib/gdb.exp (builtin_cd): rename of cd.
7973 (cd): Override builtin.
7974
aa3cfbda
RB
79752019-03-06 Richard Bunt <richard.bunt@arm.com>
7976
7977 * gdb.fortran/function-calls.exp: New file.
7978 * gdb.fortran/function-calls.f90: New test.
7979
7b63ad86
RB
79802019-03-04 Richard Bunt <richard.bunt@arm.com>
7981
7982 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7983 on user program standard output.
7984 * gdb.fortran/short-circuit-argument-list.f90: Record function
7985 calls.
7986
01abb042
AH
79872019-02-28 Alan Hayward <alan.hayward@arm.com>
7988
c3734e09
AH
7989 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7990 failure.
01abb042 7991
92137da0
RO
79922019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7993
7994 PR gdb/8527
7995 * gdb.base/interrupt-daemon-attach.c,
7996 gdb.base/interrupt-daemon-attach.exp: New test.
7997
5862844d
PA
79982019-02-27 Pedro Alves <palves@redhat.com>
7999
8000 * gdb.base/page.exp: Add tests for "set width/height -1".
8001
8ed25214
PA
80022019-02-27 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/page.exp: Add tests for "set/show width/height" with
8005 "infinite" values.
8006
6c28e44a
TT
80072019-02-27 Tom Tromey <tromey@adacore.com>
8008
8009 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8010 2.4.
8011 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8012 workaround.
8013
bf9a735e
AB
80142019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8015
8016 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8017 tests for structs with static members.
8018
8791793c
TT
80192019-02-26 Tom Tromey <tromey@adacore.com>
8020
8021 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8022 ValueError, not TypeError.
8023
bc2a507e
KB
80242019-02-26 Kevin Buettner <kevinb@redhat.com>
8025
8026 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8027 call from main program.
8028
e0e7d3bd
JB
80292019-02-23 Joel Brobecker <brobecker@adacore.com>
8030
8031 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8032 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8033 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8034 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8035 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8036
9600246d
KS
80372019-02-22 Keith Seitz <keiths@redhat.com>
8038
8039 PR symtab/23853
8040 * gdb.base/symlink-sourcefile.c: New file.
8041 * gdb.base/symlink-sourcefile.exp: New file.
8042
0c95f9ed
TT
80432019-02-20 Tom Tromey <tom@tromey.com>
8044
8045 * gdb.base/info_qt.exp: Update.
8046
6caa91b6
SM
80472019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8048
8049 * gdb.base/source.exp: Move "error in sourced script" code to
8050 the end.
8051 * gdb.base/source-error.gdb: Move contents to
8052 source-error-1.gdb. Add new code to source source-error-1.gdb.
8053 * gdb.base/source-error-1.gdb: New file, from previous
8054 source-error.gdb.
8055
6506371f
TT
80562019-02-17 Tom Tromey <tom@tromey.com>
8057
8058 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8059 for macro styling.
8060 * gdb.base/style.c (SOME_MACRO): New macro.
8061
a0087920
TT
80622019-02-17 Tom Tromey <tom@tromey.com>
8063
8064 * gdb.base/style.exp: Add line-wrapping tests.
8065 * gdb.base/page.exp: Add test for quitting during pagination.
8066
a2cd4f14
JB
80672019-02-17 Joel Brobecker <brobecker@adacore.com>
8068
8069 * gdb.ada/big_packed_array: New testcase.
8070 * gdb.ada/homonym.exp: Fix incorrect expected output for
8071 "break <homonym__get_value>" test.
8072
9d70ffbc
WP
80732019-02-13 Weimin Pan <weimin.pan@oracle.com>
8074
8075 PR breakpoints/21870
8076 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8077 and prepare_for_testing. Add comment.
8078 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8079 redundant cleanup call. Clean up comment.
8080
01c7ae81
WP
80812019-02-12 Weimin Pan <weimin.pan@oracle.com>
8082
8083 PR breakpoints/21870
8084 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8085 * gdb.arch/aarch64-dbreg-contents.c: New file.
8086
aff29d1c
JB
80872019-02-10 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.ada/mi_ref_changeable: New testcase.
8090
df0da8a2
AH
80912019-02-07 Alan Hayward <alan.hayward@arm.com>
8092
8093 * gdb.base/attach.exp: Add double attach test.
8094
bd447abb
SM
80952019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8096
8097 * lib/gdb.exp (default_gdb_start): Don't match pagination
8098 prompt.
8099 (gdb_init): Set stty_init.
8100
1dbc40b9
TT
81012019-01-27 Tom Tromey <tom@tromey.com>
8102
8103 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8104 skip_python_tests.
8105
353229bf
AH
81062019-01-24 Alan Hayward <alan.hayward@arm.com>
8107
8108 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8109 New structure.
8110 (struct struct_static_02_02): Likewise.
8111 (struct struct_static_02_03): Likewise.
8112 (struct struct_static_02_04): Likewise.
8113 (struct struct_static_04_01): Likewise.
8114 (struct struct_static_04_02): Likewise.
8115 (struct struct_static_04_03): Likewise.
8116 (struct struct_static_04_04): Likewise.
8117 (struct struct_static_06_01): Likewise.
8118 (struct struct_static_06_02): Likewise.
8119 (struct struct_static_06_03): Likewise.
8120 (struct struct_static_06_04): Likewise.
8121 (cmp_struct_static_02_01): Likewise.
8122 (cmp_struct_static_02_02): Likewise.
8123 (cmp_struct_static_02_03): Likewise.
8124 (cmp_struct_static_02_04): Likewise.
8125 (cmp_struct_static_04_01): Likewise.
8126 (cmp_struct_static_04_02): Likewise.
8127 (cmp_struct_static_04_03): Likewise.
8128 (cmp_struct_static_04_04): Likewise.
8129 (cmp_struct_static_06_01): Likewise.
8130 (cmp_struct_static_06_02): Likewise.
8131 (cmp_struct_static_06_03): Likewise.
8132 (cmp_struct_static_06_04): Likewise.
8133 (call_all): Test new structs.
8134 * gdb.base/infcall-nested-structs.exp: Likewise.
8135
73021deb
AH
81362019-01-21 Alan Hayward <alan.hayward@arm.com>
8137 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8138
fc65c7db
AH
81392019-01-21 Alan Hayward <alan.hayward@arm.com>
8140 * gdb.base/stack-protector.c: New test.
8141 * gdb.base/stack-protector.exp: New file.
8142 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8143 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8144 option.
8145 (gdb_compile): Remove stack protector for GCC and prevent
8146 recursion.
8147
c24bdb02
KS
81482019-01-16 Keith Seitz <keiths@redhat.com>
8149
8150 PR gdb/23773
8151 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8152
6f072a10
PFC
81532019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8154
8155 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8156 aliases.
8157 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8158 tests.
8159 * gdb.arch/powerpc-vector-regs.c: New file.
8160 * gdb.arch/powerpc-vector-regs.exp: New file.
8161
a7b8d682
PFC
81622019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8163
8164 * gdb.arch/altivec-regs.exp: Fix the list passed to
8165 gdb_expect_list when testing "info vector".
8166
6eb6fb67
AB
81672019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8168
8169 * gdb.base/style.exp: Don't include path in testname.
8170
b56f80d8
KS
81712019-01-10 Keith Seitz <keiths@redhat.com>
8172
8173 PR gdb/23712
8174 PR symtab/23010
8175 * gdb.dwarf2/multidictionary.exp: New file.
8176
041be526
SM
81772019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8180 (test_gnuv3_style_demangling): ... this.
8181 (test_lucid_style_demangling): Remove.
8182 (test_arm_style_demangling): Remove.
8183 (test_hp_style_demangling): Remove.
8184 (do_tests): Remove calls to the above.
8185
d820d0c3
AB
81862019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8187
8188 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8189 case.
8190
f097f5ad
TT
81912019-01-06 Tom Tromey <tom@tromey.com>
8192
8193 PR gdb/28155:
8194 * gdb.dwarf2/typedef-void-finish.exp: New file.
8195
2cd8cc0b
TT
81962018-12-28 Tom Tromey <tom@tromey.com>
8197 Simon Marchi <simark@simark.ca>
8198
8199 * gdb.base/jit-exec.exp: New file.
8200 * gdb.base/jit-exec.c: New file.
8201 * gdb.base/jit-execd.c: New file.
8202
35fb8261
TT
82032018-12-28 Tom Tromey <tom@tromey.com>
8204
8205 * gdb.base/style.exp: Update test to check for address styling.
8206
47fd17cd
TT
82072018-12-28 Tom Tromey <tom@tromey.com>
8208
8209 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8210 message.
8211
d47032b7
TT
82122018-12-28 Tom Tromey <tom@tromey.com>
8213
8214 * gdb.base/style.exp: Add test for version number styling.
8215
af79b68d
TT
82162018-12-28 Tom Tromey <tom@tromey.com>
8217
8218 * gdb.base/style.exp: Add test for print_address_symbolic.
8219
0bb296cb
TT
82202018-12-28 Tom Tromey <tom@tromey.com>
8221
8222 * gdb.base/style.exp: Add test for breakpoint setting.
8223
80ae2043
TT
82242018-12-28 Tom Tromey <tom@tromey.com>
8225
8226 * gdb.base/style.exp: Add test for variable names.
8227
cbe56571
TT
82282018-12-28 Tom Tromey <tom@tromey.com>
8229
8230 * gdb.base/style.exp: New file.
8231 * gdb.base/style.c: New file.
8232
9162a27c
TT
82332018-12-28 Tom Tromey <tom@tromey.com>
8234
8235 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8236 "dumb".
8237 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8238 the TERM environment variable.
8239
bc543c90
TT
82402018-12-27 Tom Tromey <tom@tromey.com>
8241
8242 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8243 pagination test.
8244
6f0ffe50
AB
82452018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8246
8247 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8248 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8249
b5a1e557
PW
82502018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8251
8252 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8253 Filename a.adb changed to bp_fun_addr.adb.
8254 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8255
6e8b1ab2
JV
82562018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8257
8258 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8259 non-PIE executables.
8260 * README: Mention the gdb,nopie_flag board setting.
8261 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8262 non-PIE executable.
8263 * gdb.arch/amd64-entry-value.exp: Likewise.
8264 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8265 * gdb.arch/i386-float.exp: Likewise.
8266 * gdb.arch/i386-signal.exp: Likewise.
8267 * gdb.mi/mi-reg-undefined.exp: Likewise.
8268
d00a27c5
PM
82692018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8270
8271 PR gdb/23974
8272 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8273
161d081c
PW
82742018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8275
8276 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8277 Update order of results accordingly.
8278
b001de23
AB
82792018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8280
8281 * gdb.base/annota1.exp: Update a test regexp.
8282
99e1a184
AB
82832018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8284
8285 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8286
7a81c1e2
PW
82872018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8288
8289 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8290 (reuse_time): Initialize to REUSE_TIME_CAP.
8291 (check_rc): New function.
8292 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8293 Check pthread_create rc.
8294 (spawner_thread_func): Check pthread_create and pthread_join rc.
8295
73e8dc90
PA
82962018-12-08 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.base/list.exp (test_forward_search): Rename to ...
8299 (test_forward_reverse_search): ... this. Also test reverse-search
8300 and the forward-search alias.
8301
13f2ed32
AB
83022018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8303
8304 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8305 local timeout variable before return, and remove all local timeout
8306 variable entirely.
8307 (gdb_load): Likewise.
8308
64d27cfc
TV
83092018-12-01 Tom de Vries <tdevries@suse.de>
8310
8311 * gdb.base/gdb-caching-proc.exp: New file.
8312
f63c03b4
SDJ
83132018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8314
8315 * Makefile.in (TIMESTAMP): New variable.
8316 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8317 command.
8318 (check-single-racy): Likewise.
8319 (check/%.exp): Likewise.
8320 (check-racy/%.exp): Likewise.
8321 (workers/%.worker): Likewise.
8322 (build-perf): Likewise.
8323 (check-perf): Likewise.
8324 * README: Describe new "TS" and "TS_FORMAT" variables.
8325 * print-ts.py: New file.
8326
1c97054b
BF
83272018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8328
8329 PR python/23714
8330 * gdb.python/python.exp: Test command repetition after
8331 gdb.execute.
8332
1871a62d
AB
83332018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8334
8335 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8336 is correctly aligned.
8337
fb5e1ed9
PW
83382018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8339
8340 * gdb.ada/info_auto_lang.exp: New testcase.
8341 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8342 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8343 * gdb.ada/info_auto_lang/some_c.c: New file.
8344
43d397ca
PW
83452018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8346
8347 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8348 FUNC_lang language syntax.
8349
beddd671
PW
83502018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8351
8352 * gdb.base/info_minsym.c: New file.
8353 * gdb.base/info_minsym.exp: New file.
8354
73fc52c4
TT
83552018-11-19 Tom Tromey <tom@tromey.com>
8356
8357 PR rust/23625:
8358 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8359 * gdb.rust/expr.exp: Update expected output. Change one test.
8360
994b876a
TT
83612018-11-19 Tom Tromey <tom@tromey.com>
8362
8363 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8364
6769f276
PA
83652018-11-19 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8368 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8369 see the expected warning.
8370
38a72da0
AH
83712018-11-16 Alan Hayward <alan.hayward@arm.com>
8372
8373 PR gdb/22736:
8374 * gdb.cp/infcall-nodebug-lib.c: New test.
8375 * gdb.cp/infcall-nodebug-main.c: New test.
8376 * gdb.cp/infcall-nodebug.exp: New file.
8377
53a89d6e
SM
83782018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8379
8380 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8381 completer tests.
8382
9325300d
TV
83832018-11-09 Tom de Vries <tdevries@suse.de>
8384
8385 * gdb.base/msym-lang.c: New test.
8386 * gdb.base/msym-lang.exp: New file.
8387 * gdb.base/msym-lang-main.c: New test.
8388
20f0d60d
TT
83892018-11-08 Tom Tromey <tom@tromey.com>
8390
8391 PR gdb/23555:
8392 PR gdb/23838:
8393 * gdb.base/warning.exp: New file.
8394
b5420128
JB
83952018-11-08 Jan Beulich <jbeulich@suse.com>
8396
8397 * testsuite/gdb.arch/i386-avx512.c,
8398 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8399
cd115d61
AB
84002018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8401
8402 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8403 point hardware.
8404
35ee2dc2
AB
84052018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8406
8407 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8408 * gdb.dwarf2/missing-type-name.exp: New file.
8409
31aceee8
TV
84102018-11-06 Tom de Vries <tdevries@suse.de>
8411
8412 * gdb.base/many-headers.c: New test.
8413 * gdb.base/many-headers.exp: New file.
8414
109be305
JW
84152018-11-06 Jim Wilson <jimw@sifive.com>
8416
8417 * gdb.base/code_elim.exp: For riscv, set additional_flags
8418 to include -msmall-data-limit=0.
8419
e2b7af72
JB
84202018-11-01 Joel Brobecker <brobecker@adacore.com>
8421
8422 * gdb.ada/watch_minus_l: New testcase.
8423
cdcda965
SM
84242018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8425
8426 * gdb.arch/aix-sighandle.c: New file.
8427 * gdb.arch/aix-sighandle.exp: New file.
8428
92dcebf3
AB
84292018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8430
8431 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8432 registers being unions.
8433
68b9ac18
TV
84342018-10-31 Tom de Vries <tdevries@suse.de>
8435
8436 * lib/valgrind.exp: New file.
8437 (vgdb_start, vgdb_stop): New procs, factored out of ...
8438 * gdb.base/valgrind-bt.exp: ... here, ...
8439 * gdb.base/valgrind-disp-step.exp: ... here and ...
8440 * gdb.base/valgrind-infcall.exp: ... here.
8441
1443936e
TV
84422018-10-31 Tom de Vries <tdevries@suse.de>
8443
8444 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8445
eb77c9df
AB
84462018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8447
8448 * gdb.dwarf2/void-type.c: New file.
8449 * gdb.dwarf2/void-type.exp: New file.
8450
82b5e646
PW
84512018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8452
8453 * gdb.base/info_qt.c: New file.
8454 * gdb.base/info_qt.exp: New file.
8455
8d619c01
EBM
84562018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8457
8458 * gdb.arch/powerpc-htm-regs.c: New file.
8459 * gdb.arch/powerpc-htm-regs.exp: New file.
8460
f2cf6173
EBM
84612018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8462
8463 * gdb.arch/powerpc-tar.c: New file.
8464 * gdb.arch/powerpc-tar.exp: New file.
8465
7ca18ed6
EBM
84662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8467
8468 * gdb.arch/powerpc-ppr-dscr.c: New file.
8469 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8470
bfcc0eba
TV
84712018-10-25 Tom de Vries <tdevries@suse.de>
8472
8473 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8474
fe1a5cad
TV
84752018-10-24 Tom de Vries <tdevries@suse.de>
8476
8477 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8478 longer exists error.
8479
a76dc3b7
TV
84802018-10-24 Tom de Vries <tdevries@suse.de>
8481
8482 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8483
4df46df7
TV
84842018-10-24 Tom de Vries <tdevries@suse.de>
8485
8486 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8487 --db-attach in valgrind.
8488
0dbfcfff
AB
84892018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8490
8491 * gdb.arch/riscv-reg-aliases.c: New file.
8492 * gdb.arch/riscv-reg-aliases.exp: New file.
8493
b04480b1
AH
84942018-10-19 Alan Hayward <alan.hayward@arm.com>
8495
8496 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8497
2c6ac8d7
AH
84982018-10-19 Alan Hayward <alan.hayward@arm.com>
8499
8500 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8501
2bc69f25
AH
85022018-10-19 Alan Hayward <alan.hayward@arm.com>
8503
8504 * gdb.cp/ovldbreak.exp: Fix regexps.
8505
1f1ae3a3
AH
85062018-10-19 Alan Hayward <alan.hayward@arm.com>
8507
8508 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8509
94c18618
SDJ
85102018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8511
8512 PR cli/23785
8513 * gdb.base/restore.exp: New test to check if "restore" with an
8514 invalid file doesn't segfault.
8515
812cd6eb
TV
85162018-10-18 Tom de Vries <tdevries@suse.de>
8517
8518 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8519 * gdb.ada/excep_handle.exp: Same.
8520 * gdb.ada/mi_string_access.exp: Same.
8521 * gdb.ada/mi_var_union.exp: Same.
8522 * gdb.arch/arc-analyze-prologue.exp: Same.
8523 * gdb.arch/arc-decode-insn.exp: Same.
8524 * gdb.base/readnever.exp: Same.
8525 * gdb.fortran/printing-types.exp: Same.
8526 * gdb.guile/scm-lazy-string.exp: Same.
8527
c4b90788
TV
85282018-10-16 Tom de Vries <tdevries@suse.de>
8529
8530 PR gdb/23730
8531 * gdb.base/catch-follow-exec.c: Add copyright notice.
8532 * gdb.base/catch-follow-exec.exp: Rewrite to use
8533 gdb_spawn_with_cmdline_opts. Require gdb-native.
8534
8bca2978
SL
85352018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8536
8537 * gdb.trace/actions-changed.exp: Check for arch support.
8538 * gdb.trace/actions.exp: Likewise.
8539 * gdb.trace/ax.exp: Likewise.
8540 * gdb.trace/backtrace.exp: Likewise.
8541 * gdb.trace/change-loc.exp: Likewise.
8542 * gdb.trace/deltrace.exp: Likewise.
8543 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8544 * gdb.trace/ftrace.exp: Likewise.
8545 * gdb.trace/infotrace.exp: Check for arch support.
8546 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8547 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8548 * gdb.trace/mi-tsv-changed.exp: Likewise.
8549 * gdb.trace/packetlen.exp: Likewise.
8550 * gdb.trace/passc-dyn.exp: Likewise.
8551 * gdb.trace/passcount.exp: Likewise.
8552 * gdb.trace/pending.exp: Likewise.
8553 * gdb.trace/range-stepping.exp: Check for shlib support.
8554 * gdb.trace/report.exp: Check for arch support.
8555 * gdb.trace/save-trace.exp: Likewise.
8556 * gdb.trace/signal.exp: Check for signal support.
8557 * gdb.trace/tfind.exp: Check for arch support.
8558 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8559 * gdb.trace/trace-common.h: Add comment.
8560 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8561 * gdb.trace/trace-enable-disable.exp: Likewise.
8562 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8563 * gdb.trace/tracecmd.exp: Check for arch support.
8564 * gdb.trace/tspeed.exp: Check for shlib and target support.
8565 * gdb.trace/tstatus.exp: Check for arch support.
8566 * gdb.trace/tsv.exp: Likewise.
8567 * gdb.trace/while-dyn.exp: Likewise.
8568 * gdb.trace/while-stepping.exp: Likewise.
8569 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8570
f9c49bff
SM
85712018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8572
8573 * gdb.trace/tspeed.exp: Remove nowarnings.
8574 (prepare_for_trace_test): Declare "global ipalib".
8575 * gdb.trace/tspeed.c: Include unistd.h.
8576 (main): Remove superfluous printf argument.
8577
d4330bde
SL
85782018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8579
8580 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8581 directory prefix on the filename.
8582
8ecfd7bd
SDJ
85832018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8584
8585 * gdb.gdb/unittest.exp: Update expected message informing that
8586 selftests have been disabled.
8587 * gdb.server/unittest.exp: Likewise.
8588
58bbcd02
TV
85892018-10-09 Tom de Vries <tdevries@suse.de>
8590
8591 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8592 with runto_main.
8593
9f6b697b
WP
85942018-10-08 Weimin Pan <weimin.pan@oracle.com>
8595
8596 PR c++/16841
8597 * gdb.cp/virtbase2.cc: New file.
8598 * gdb.cp/virtbase2.exp: New file.
8599
add5ded5
TT
86002018-10-06 Tom Tromey <tom@tromey.com>
8601
8602 PR python/19399:
8603 * gdb.python/py-inferior.exp: Add architecture test.
8604
f9e48344
TT
86052018-10-06 Tom Tromey <tom@tromey.com>
8606
8607 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8608 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8609
2a8be203
TT
86102018-10-06 Tom Tromey <tom@tromey.com>
8611
8612 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8613 of a "throw" catchpoint.
8614
e04caa70
SDJ
86152018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8616
8617 * gdb.base/info-proc.exp: Update string expected from "help info
8618 proc".
8619
5ca8c39f
TT
86202018-10-04 Tom Tromey <tom@tromey.com>
8621
8622 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8623 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8624 (test_initial_complaints, test_empty_complaints): Update.
8625 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8626
3453e7e4
TT
86272018-10-04 Tom Tromey <tom@tromey.com>
8628
8629 PR cli/19551:
8630 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8631 * lib/gdb.exp (gdb_file_cmd): Update.
8632 * gdb.stabs/weird.exp (print_weird_var): Update.
8633 * gdb.server/solib-list.exp: Update.
8634 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8635 * gdb.mi/mi-cli.exp: Update.
8636 * gdb.linespec/linespec.exp: Update.
8637 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8638 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8639 * gdb.cp/cp-relocate.exp: Update.
8640 * gdb.base/sym-file.exp: Update.
8641 * gdb.base/relocate.exp: Update.
8642 * gdb.base/readnever.exp: Update.
8643 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8644 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8645 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8646 * gdb.base/code_elim.exp: Update.
8647 * gdb.base/break-unload-file.exp (test_break): Update.
8648 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8649 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8650 Update.
8651 * gdb.base/attach.exp (do_attach_tests): Update.
8652 * gdb.base/sepdebug.exp: Update.
8653 * gdb.python/py-section-script.exp: Update.
8654
6afcf761
TT
86552018-10-04 Tom Tromey <tom@tromey.com>
8656
8657 PR cli/22234:
8658 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8659 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8660 output.
8661
fef1b293
TT
86622018-10-04 Tom Tromey <tom@tromey.com>
8663
8664 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8665 set width and height to 0.
8666 (test_command_line_attach_run): Use -quiet.
8667
ca98345e
SL
86682018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8669
8670 * lib/gdb.exp (skip_ifunc_tests): New.
8671 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8672 other compile failures.
8673 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8674
ff34e6ae
SM
86752018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8676
8677 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8678 is_amd64_regs_target.
8679
6bb8890e
AH
86802018-10-01 Alan Hayward <alan.hayward@arm.com>
8681
8682 * gdb.arch/aarch64-sighandler-regs.c: New test.
8683 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8684 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8685
224d30d3
MM
86862018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8687
8688 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8689 assembly.
8690
f67ffa6a
AB
86912018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8692
8693 * gdb.base/frame-selection.exp: New file.
8694 * gdb.base/frame-selection.c: New file.
8695
9fc3183f
AH
86962018-09-27 Alan Hayward <alan.hayward@arm.com>
8697
8698 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8699 pthread barrier.
8700 (main): Likewise.
8701
d354055e
AB
87022018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8703
8704 * gdb.base/large-frame-1.c: New file.
8705 * gdb.base/large-frame-2.c: New file.
8706 * gdb.base/large-frame.exp: New file.
8707 * gdb.base/large-frame.h: New file.
8708
db727370
JL
87092018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8710
8711 PR gdb/20948
8712 * gdb.base/write_mem.exp: New test.
8713 * gdb.base/write_mem.c: Likewise.
8714
ae778caf
TT
87152018-09-23 Tom Tromey <tom@tromey.com>
8716
8717 PR python/18852:
8718 * gdb.python/py-parameter.exp: Add test for parameter that throws
8719 on "set".
8720
fd3ba736
TT
87212018-09-23 Tom Tromey <tom@tromey.com>
8722
8723 PR python/17284:
8724 * gdb.python/py-template.exp (test_template_arg): Add test for
8725 negative template argument number.
8726
39a24317
TT
87272018-09-23 Tom Tromey <tom@tromey.com>
8728
8729 PR python/14062:
8730 * gdb.python/python.exp: Add test for post_event error.
8731
f5769a2c
TT
87322018-09-23 Tom Tromey <tom@tromey.com>
8733
8734 PR python/18170:
8735 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8736 convert pointers to int and long.
8737
1c1e54f6
TT
87382018-09-23 Tom Tromey <tom@tromey.com>
8739
8740 PR python/20126:
8741 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8742 signed-ness conversion tests.
8743
fb4fa946
TT
87442018-09-23 Tom Tromey <tom@tromey.com>
8745
8746 PR python/18352;
8747 * gdb.python/py-value.exp (test_float_conversion): New proc.
8748 Use it.
8749
a466edac
HAQ
87502018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8751
8752 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8753
4ee9b0c5
SL
87542018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8755
8756 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8757 no readline.
8758 * gdb.base/utf8-identifiers.exp: Likewise.
8759 * gdb.cp/cpcompletion.exp: Likewise.
8760 * gdb.linespec/cpcompletion.exp: Likewise.
8761 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8762 * gdb.linespec/cpls-ops.exp: Likewise.
8763
23be8da7
RB
87642018-09-19 Richard Bunt <richard.bunt@arm.com>
8765 Chris January <chris.january@arm.com>
8766
8767 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8768 * gdb.fortran/short-circuit-argument-list.exp: New file.
8769 * gdb.fortran/short-circuit-argument-list.f90: New test.
8770
5031d0ae
SDJ
87712018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8772
8773 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8774 "arch=" keyword when executing "-stack-list-frames".
8775
b4c0d1a4
SDJ
87762018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8777
8778 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8779 "arch=" keyword when executing "-stack-list-frames".
8780
7a6d2b45
SDJ
87812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8782
8783 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8784 break ada".
8785
8588b356
SM
87862018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8787
8788 PR python/23669
8789 * gdb.python/python.exp: Test gdb.execute("show commands").
8790
65e65158
TT
87912018-09-16 Tom Tromey <tom@tromey.com>
8792
8793 * gdb.base/new-ui.exp (do_execution_tests): Update.
8794 * gdb.base/dbx.exp (test_breakpoints): Update.
8795
bf326452
AH
87962018-09-14 Alan Hayward <alan.hayward@arm.com>
8797
8798 * lib/gdb.exp (gdb_simple_compile): Add proc.
8799 (is_elf_target): Use gdb_simple_compile.
8800 (skip_altivec_tests): Likewise.
8801 (skip_vsx_tests): Likewise.
8802 (skip_tsx_tests): Likewise.
8803 (skip_btrace_tests): Likewise.
8804 (skip_btrace_pt_tests): Likewise.
8805 (gdb_can_simple_compile): Likewise.
8806 (gdb_has_argv0): Likewise.
8807 (gdb_target_symbol_prefix): Likewise.
8808 (target_supports_scheduler_locking): Likewise.
8809
2361b0fb
TT
88102018-09-13 Tom Tromey <tom@tromey.com>
8811
8812 * Makefile.in (TAGS): Recognize proc_with_prefix and
8813 gdb_caching_proc.
8814
0ae1a321
SM
88152018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8816
8817 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8818 method.
8819
a40bf0c2
SM
88202018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8821
8822 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8823 and a few other Inferior properties when the Inferior is no
8824 longer valid.
8825
4a3fe98f
TT
88262018-09-13 Tom Tromey <tom@tromey.com>
8827
8828 PR rust/23650:
8829 * gdb.rust/simple.exp: Add test for enum field access error.
8830
098b2108
TT
88312018-09-13 Tom Tromey <tom@tromey.com>
8832
8833 PR rust/23626:
8834 * gdb.rust/simple.rs (EmptyEnum): New type.
8835 (main): Use it.
8836 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8837
1256af7d
SM
88382018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8841 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8842 * gdb.python/py-symtab.exp: Update test printing an objfile.
8843
4aa8e6c2
SM
88442018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8845
8846 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8847 object.
8848
c221b2f7
AH
88492018-09-12 Alan Hayward <alan.hayward@arm.com>
8850
8851 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8852 (support_complex_tests): Use gdb_can_simple_compile.
8853 (is_ilp32_target): Likewise.
8854 (is_lp64_target): Likewise.
8855 (is_64_target): Likewise.
8856 (is_amd64_regs_target): Likewise.
8857 (is_aarch32_target): Likewise.
8858 (gdb_int128_helper): Likewise.
8859
6f1107b5
JK
88602018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8861
8862 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8863
1f5d1570
JG
88642018-09-10 Jerome Guitton <guitton@adacore.com>
8865
8866 * gdb.ada/same_component_name: Add test for case of tagged record
8867 with variable-length fields.
8868
cc330e39
XR
88692018-09-10 Xavier Roirand <roirand@adacore.com>
8870
8871 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8872 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8873 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8874 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8875
b9c50e9a
XR
88762018-09-10 Xavier Roirand <roirand@adacore.com>
8877
8878 * gdb.ada/mi_string_access.exp: New testcase.
8879 * gdb.ada/mi_string_access/bar.adb: New file.
8880 * gdb.ada/mi_string_access/pck.adb: New file.
8881 * gdb.ada/mi_string_access/pck.asd: New file.
8882
2963898f
XR
88832018-09-10 Xavier Roirand <roirand@adacore.com>
8884
8885 * gdb.ada/mi_var_union.exp: New testcase.
8886 * gdb.ada/mi_var_union/bar.adb: New file.
8887 * gdb.ada/mi_var_union/pck.adb: New file.
8888 * gdb.ada/mi_var_union/pck.asd: New file.
8889
1aac008f
TT
88902018-09-08 Tom Tromey <tom@tromey.com>
8891
8892 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8893
332cf4c9
TT
88942018-09-08 Tom Tromey <tom@tromey.com>
8895
8896 PR python/16047:
8897 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8898 (register_pretty_printers): Register new printer.
8899 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8900 test.
8901 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8902 (an_int_type3): New global.
8903
424da6cf
JB
89042018-09-08 Joel Brobecker <brobecker@adacore.com>
8905
8906 * gdb.ada/expr_with_funcall: New testcase.
8907
2a62dfa9
JB
89082018-09-08 Joel Brobecker <brobecker@adacore.com>
8909
8910 * gdb.ada/packed_array_assign: New testcase.
8911
96b6697f
AB
89122018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8913
8914 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8915 names, and add test prefixes to make test names unique.
8916
e4a62c65
TV
89172018-09-05 Tom de Vries <tdevries@suse.de>
8918
8919 * gdb.dwarf2/varval.exp: Add test.
8920
dd083ee2
GB
89212018-09-04 Gary Benson <gbenson@redhat.com>
8922
8923 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8924 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8925
aef9346c
TT
89262018-08-31 Tom Tromey <tom@tromey.com>
8927
8928 * gdb.rust/simple.rs: Rename second variable "v".
8929
c67f2e15
AB
89302018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8931
8932 * gdb.base/funcargs.c (use_a): New function.
8933 (recurse): Call use_a.
8934
078a0207
KS
89352018-08-29 Keith Seitz <keiths@redhat.com>
8936
8937 * gdb.compile/compile-cplus-anonymous.cc: New file.
8938 * gdb.compile/compile-cplus-anonymous.exp: New file.
8939 * gdb.compile/compile-cplus-array-decay.cc: New file.
8940 * gdb.compile/compile-cplus-array-decay.exp: New file.
8941 * gdb.compile/compile-cplus-inherit.cc: New file.
8942 * gdb.compile/compile-cplus-inherit.exp: New file.
8943 * gdb.compile/compile-cplus-member.cc: New file.
8944 * gdb.compile/compile-cplus-member.exp: New file.
8945 * gdb.compile/compile-cplus-method.cc: New file.
8946 * gdb.compile/compile-cplus-method.exp: New file.
8947 * gdb.compile/compile-cplus-mod.c: "New" file.
8948 * gdb.compile/compile-cplus-namespace.cc: New file.
8949 * gdb.compile/compile-cplus-namespace.exp: New file.
8950 * gdb.compile/compile-cplus-nested.cc: New file.
8951 * gdb.compile/compile-cplus-nested.exp: New file.
8952 * gdb.compile/compile-cplus-print.c: "New" file.
8953 * gdb.compile/compile-cplus-print.exp: "New" file.
8954 * gdb.compile/compile-cplus-virtual.cc: New file.
8955 * gdb.compile/compile-cplus-virtual.exp: New file.
8956 * gdb.compile/compile-cplus.c: "New" file.
8957 * gdb.compile/compile-cplus.exp: "New" file.
8958 * lib/compile-support.exp: New file.
8959
b0f492b9
GB
89602018-08-16 Gary Benson <gbenson@redhat.com>
8961
8962 PR gdb/13000:
8963 * gdb.base/batch-exit-status.exp: New file.
8964 * gdb.base/batch-exit-status.good-commands: Likewise.
8965 * gdb.base/batch-exit-status.bad-commands: Likewise.
8966
36eb4c5f
AH
89672018-08-29 Alan Hayward <alan.hayward@arm.com>
8968
8969 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8970 (struct struct02): Likewise.
8971 (struct struct03): Likewise.
8972 (struct struct04): Likewise.
8973 (struct struct_01_01): New struct.
8974 (struct struct_01_02): Likewise.
8975 (struct struct_01_03): Likewise.
8976 (struct struct_01_04): Likewise.
8977 (struct struct_02_01): Likewise.
8978 (struct struct_02_02): Likewise.
8979 (struct struct_02_03): Likewise.
8980 (struct struct_02_04): Likewise.
8981 (struct struct_04_01): Likewise.
8982 (struct struct_04_02): Likewise.
8983 (struct struct_04_03): Likewise.
8984 (struct struct_04_04): Likewise.
8985 (struct struct_05_01): Likewise.
8986 (struct struct_05_02): Likewise.
8987 (struct struct_05_03): Likewise.
8988 (struct struct_05_04): Likewise.
8989 (cmp_struct01): Remove function.
8990 (cmp_struct02): Likewise.
8991 (cmp_struct03): Likewise.
8992 (cmp_struct04): Likewise.
8993 (cmp_struct_01_01): Add Function.
8994 (cmp_struct_01_02): Likewise.
8995 (cmp_struct_01_03): Likewise.
8996 (cmp_struct_01_04): Likewise.
8997 (cmp_struct_02_01): Likewise.
8998 (cmp_struct_02_02): Likewise.
8999 (cmp_struct_02_03): Likewise.
9000 (cmp_struct_02_04): Likewise.
9001 (cmp_struct_04_01): Likewise.
9002 (cmp_struct_04_02): Likewise.
9003 (cmp_struct_04_03): Likewise.
9004 (cmp_struct_04_04): Likewise.
9005 (cmp_struct_05_01): Likewise.
9006 (cmp_struct_05_02): Likewise.
9007 (cmp_struct_05_03): Likewise.
9008 (cmp_struct_05_04): Likewise.
9009 (call_all): Add new structs.
9010 * gdb.base/infcall-nested-structs.exp: Likewise.
9011
3bf9c013
JV
90122018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9013
9014 * gdb.python/py-framefilter-mi.exp: Update regexp to
9015 check for "arch" field in frame output.
9016
450d1e88
KB
90172018-08-23 Kevin Buettner <kevinb@redhat.com>
9018
9019 * gdb.dwarf2/dw2-ranges-func.c: New file.
9020 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9021
ae739fe7
SM
90222018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9023
9024 * gdb.base/term.exp: Compare terminal settings with values from
9025 the inferior.
9026 * gdb.base/term.c: Get and set terminal settings.
9027
6d52907e
JV
90282018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9029
9030 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9031 accommodate new "arch" field in frame output.
9032 * gdb.mi/mi-return.exp: Likewise.
9033 * gdb.mi/mi-stack.exp: Likewise.
9034 * gdb.mi/mi-syn-frame.exp: Likewise.
9035 * gdb.mi/user-selected-context-sync.exp: Likewise.
9036
be2d111a
MS
90372018-08-19 Michael Spang <spang@google.com>
9038
9039 PR gdb/11786
9040 * gdb.base/gcore-tls-pie.c: New file.
9041 * gdb.base/gcore-tls-pie.exp: New file.
9042
ae3a7c47
KB
90432018-08-18 Kevin Buettner <kevinb@redhat.com>
9044
9045 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9046 * gdb.dwarf2/varval.c: New file.
9047 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9048
2ecae92e
AH
90492018-08-17 Alan Hayward <alan.hayward@arm.com>
9050
9051 PR gdb/18931
9052 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9053
c1854f1d
KS
90542018-08-16 Keith Seitz <keiths@redhat.com>
9055
9056 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9057 tests expected to pass.
9058
26fb3983
JV
90592018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9060
9061 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9062 -data-disassemble -a.
9063 (test_disassembly_bogus_args): Likewise.
9064
67943c00
AB
90652018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9066
9067 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9068
5ff2bbae
AB
90692018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9070
9071 * gdb.base/vla-optimized-out.exp: Add new test.
9072
e5bbcd0f
AB
90732018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9074
9075 * gdb.base/vla-optimized-out-o3.exp: Delete.
9076 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9077 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9078 deleted tests.
9079
9d4a934c
AB
90802018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9081
9082 PR gdb/18050:
9083 * gdb.server/extended-remote-restart.c: New file.
9084 * gdb.server/extended-remote-restart.exp: New file.
9085
045cf012
SM
90862018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9087
9088 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9089 "set variable index = 42".
9090
87d6a7aa
SM
90912018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9092
9093 * boards/index-cache-gdb.exp: New file.
9094 * gdb.dwarf2/index-cache.exp: New file.
9095 * gdb.dwarf2/index-cache.c: New file.
9096 * gdb.base/maint.exp: Check if we are using the index cache.
9097
96d68bd4
RO
90982018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9099
9100 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9101 MAKEFLAGS.
9102
5a699617
RO
91032018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9104
9105 * dg-extract-results.sh: Move to toplevel contrib.
9106 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9107 * Makefile.in (check-parallel-racy): Likewise.
9108
5bd18990
AB
91092018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9110
9111 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9112 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9113 tests if the target supports scheduler locking.
9114
3fbbcf47
TV
91152018-08-04 Tom de Vries <tdevries@suse.de>
9116
9117 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9118
3e1d3d8c
TT
91192018-08-02 Tom Tromey <tom@tromey.com>
9120
9121 PR symtab/16842.
9122 * gdb.cp/temargs.exp: Test "info address" of a template
9123 parameter.
9124
5abe0f0c
JV
91252018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9126
9127 * gdb.python/py-mi-var-info-path-expression.c: New file.
9128 * gdb.python/py-mi-var-info-path-expression.py: New file.
9129 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9130
fb66cde8
SDJ
91312018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9132
9133 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9134 error after "cannot resolve name" string.
9135
c708f4d2
AB
91362018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9137
9138 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9139 started.
9140 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9141
37cc0cae
TV
91422018-07-28 Tom de Vries <tdevries@suse.de>
9143
9144 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9145
63b4ecf7
TV
91462018-07-26 Tom de Vries <tdevries@suse.de>
9147
9148 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9149
3c3bb058
AB
91502018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9151
9152 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9153 is visible.
9154
9e7f3bbb
TV
91552018-07-26 Tom de Vries <tdevries@suse.de>
9156
9157 PR breakpoints/23366
9158 * gdb.base/catch-follow-exec.c: New test.
9159 * gdb.base/catch-follow-exec.exp: New file.
9160
16f808ec
TV
91612018-07-25 Tom de Vries <tdevries@suse.de>
9162
9163 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9164 vla-optimized-out.c.
9165
d7154a8d
JV
91662018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9167
9168 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9169 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9170
232a0032
TV
91712018-07-20 Tom de Vries <tdevries@suse.de>
9172
9173 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9174 NOCLONE macro.
9175 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9176
fbb1d502
TV
91772018-07-19 Tom de Vries <tdevries@suse.de>
9178
9179 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9180 regular expression.
9181
42dc7699
TV
91822018-07-18 Tom de Vries <tdevries@suse.de>
9183
9184 * gdb.base/vla-optimized-out.c: New test.
9185 * gdb.base/vla-optimized-out.exp: New file.
9186
7f1f7e23
SDJ
91872018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9188
9189 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9190 message "No address associated with hostname" when gdbserver
9191 cannot resolve the hostname.
9192
5759ebb3
PW
91932018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9194
9195 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9196 Add some test prefixes to make tests unique.
9197
3606ccab
PW
91982018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9199
9200 * gdb.base/frameapply.c: New file.
9201 * gdb.base/frameapply.exp: New file.
9202
529c08b2
PW
92032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9204
9205 * gdb.base/skip.exp: Update expected error message.
9206
c7ab0aef
SDJ
92072018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9208 Jan Kratochvil <jan.kratochvil@redhat.com>
9209 Paul Fertser <fercerpav@gmail.com>
9210 Tsutomu Seki <sekiriki@gmail.com>
9211
9212 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9213 parameter.
9214 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9215 by default.
9216 * boards/native-gdbserver.exp: Likewise.
9217 * gdb.server/run-without-local-binary.exp: Improve regexp used
9218 for detecting when a remote debugging connection succeeds.
9219 * gdb.server/server-connect.exp: New file.
9220 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9221 Do not prefix the port number with ":".
9222 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9223 support for detecting and using it. Add '$debughost_gdbserver'
9224 to the list of arguments used to start gdbserver. Handle case
9225 when gdbserver cannot resolve a network name.
9226
16ff70dd
SDJ
92272018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9228
9229 PR c++/23373
9230 * gdb.base/ptype-offsets.cc (struct static_member): New
9231 struct.
9232 (main) <stmember>: New variable.
9233 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9234 with a static member in it.
9235
3541979f
AB
92362018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9237
9238 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9239 watchpoints enabled and disabled.
9240
c8ad9b9a
AB
92412018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9242
9243 * gdb.base/examine-backward.exp: Still run tests around address
9244 0x0, even if address 0x0 is not readable. Update the pattern for
9245 matching address 0x0 in expected output.
9246
e0e5e971
AB
92472018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9248
9249 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9250 malloc/free.
9251
1ea5da02
TV
92522018-07-04 Tom de Vries <tdevries@suse.de>
9253
9254 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9255
471b9d15
MR
92562018-07-02 Maciej W. Rozycki <macro@mips.com>
9257
9258 PR tdep/8282
9259 * gdb.arch/mips-disassembler-options.exp: New test.
9260 * gdb.arch/mips-disassembler-options.s: New test source.
9261
75acb486
PA
92622018-06-29 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.threads/names.exp: Adjust expected "info threads" output.
9265
cd2bb709
PA
92662018-06-29 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.opt/inline-break.exp (line number, address): Add "info
9269 break" tests.
9270
991ff292
PA
92712018-06-29 Pedro Alves <palves@redhat.com>
9272
9273 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9274 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9275 number and address and running to them.
9276
356819b6 92772018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9278
9279 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9280
2512d7ef
JK
92812018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 * lib/compiler.c: Remove executable permission flag.
9284
be1b6474
RB
92852018-06-28 Richard Bunt <richard.bunt@arm.com>
9286
9287 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9288 code.
9289 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9290
291f9a96
PT
92912018-06-28 Petr Tesarik <ptesarik@suse.cz>
9292
9293 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9294
ed6dfe51
PT
92952018-06-28 Petr Tesarik <ptesarik@suse.cz>
9296
9297 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9298 address argument is omitted.
9299
d4d429d5
PT
93002018-06-28 Petr Tesarik <ptesarik@suse.cz>
9301
9302 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9303
7ab6656f
OJ
93042018-06-27 Omair Javaid <omair.javaid@linaro.org>
9305
9306 PR gdb/21695
9307 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9308 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9309
a33ccfc7
TT
93102018-06-26 Tom Tromey <tom@tromey.com>
9311
9312 PR rust/22574:
9313 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9314 * gdb.rust/simple.rs (struct SimpleLayout): New.
9315
6d72d289
SM
93162018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9317
9318 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9319 "info registers" output.
9320
8363f9d5
RB
93212018-06-21 Richard Bunt <richard.bunt@arm.com>
9322
9323 * gdb.base/watchpoint-hw-attach.c: New test.
9324 * gdb.base/watchpoint-hw-attach.exp: New file.
9325
f00674fe
SM
93262018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9327
9328 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9329 through /bin/sh.
9330 * boards/dwarf4-gdb-index.exp: Likewise.
9331 * boards/fission-dwp.exp: Likewise.
9332
1d554008
UW
93332018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9334
9335 * gdb.base/float128.exp: Add comment and improved fail message
9336 to the failure case of "print large128" test.
9337
d0ac1c44
SM
93382018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9339
9340 * configure.ac: Remove AC_PREREQ.
9341 * configure: Re-generate.
9342
61b04dd0
PA
93432018-06-19 Pedro Alves <palves@redhat.com>
9344
9345 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9346 (func_extern_caller): New.
9347 (main): Call func_extern_caller.
9348 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9349 logic change.
9350
f63b508a
SM
93512018-06-18 Weimin Pan <weimin.pan@oracle.com>
9352
9353 PR gdb/16841
9354 * gdb.cp/typedef-base.cc: New file.
9355 * gdb.cp/typedef-base.exp: New file.
9356
0fe3a558
TV
93572018-06-18 Tom de Vries <tdevries@suse.de>
9358
9359 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9360
7010835a
AB
93612018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9362 Richard Bunt <Richard.Bunt@arm.com>
9363
9364 * gdb.threads/attach-slow-waitpid.c: New file.
9365 * gdb.threads/attach-slow-waitpid.exp: New file.
9366 * gdb.threads/slow-waitpid.c: New file.
9367
14897d65
PA
93682018-06-14 Pedro Alves <palves@redhat.com>
9369
9370 * gdb.base/fork-running-state.c: Include <errno.h>.
9371 (exit_if_relative_exits): New.
9372 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9373 exits.
9374 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9375 child exits.
9376
5d9a0608
TV
93772018-06-14 Tom de Vries <tdevries@suse.de>
9378
9379 PR cli/22573
9380 * gdb.base/finish-pretty.c: New test.
9381 * gdb.base/finish-pretty.exp: New file.
9382
11ae5818
PA
93832018-06-14 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9386 gdb's expected startup output.
9387
1d39de44
PA
93882018-06-14 Pedro Alves <palves@redhat.com>
9389
9390 * lib/selftest-support.exp (selftest_setup): Remove inlined
9391 function handling.
9392
70ee0000
TV
93932018-06-14 Tom de Vries <tdevries@suse.de>
9394
9395 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9396 matching of breakpoint printing.
9397
11f4b608
TV
93982018-06-13 Tom de Vries <tdevries@suse.de>
9399
9400 PR testsuite/23269
9401 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9402 (fork_child): ... here, and ...
9403 (fork_parent): ... here.
9404
94052018-06-12 Tom de Vries <tdevries@suse.de>
9406
9407 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9408
9516f85a
AB
94092018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9410 Stephen Roberts <stephen.roberts@arm.com>
9411
9412 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9413 rewrite test to describe action performed, rather than possible
9414 failure.
9415
5045b3d7
GB
94162018-06-08 Gary Benson <gbenson@redhat.com>
9417
9418 * gdb.threads/check-libthread-db.exp: New file.
9419 * gdb.threads/check-libthread-db.c: Likewise.
9420
c61b06a1
TT
94212018-06-05 Tom Tromey <tom@tromey.com>
9422
9423 * gdb.base/default.exp: Update expected "show version" output.
9424
eb6af809
TT
94252018-06-05 Tom Tromey <tom@tromey.com>
9426
9427 PR cli/12326:
9428 * gdb.cp/static-print-quit.exp: Update.
9429 * lib/gdb.exp (pagination_prompt): Update.
9430 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9431 * gdb.python/python.exp: Update.
9432
178d6a63
JB
94332018-06-04 Joel Brobecker <brobecker@adacore.com>
9434
9435 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9436
8e817061
JB
94372018-06-01 Joel Brobecker <brobecker@adacore.com>
9438
9439 * gdb.ada/bp_fun_addr: New testcase.
9440
e86ca25f
TT
94412018-06-01 Tom Tromey <tom@tromey.com>
9442
9443 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9444 results.
9445 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9446 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9447 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9448 * gdb.base/maint.exp (maint_pass_if): Update.
9449
4b2dfa9d
MR
94502018-05-31 Maciej W. Rozycki <macro@mips.com>
9451
9452 * gdb.base/endian.exp: New test.
9453 * gdb.base/endian.c: New test source.
9454
45f25d6c
AB
94552018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9456
9457 PR gdb/23203
9458 * gdb.base/bt-selected-frame.c: New file.
9459 * gdb.base/bt-selected-frame.exp: New file.
9460 * lib/gdb.exp (get_current_frame_number): New function.
9461
d9f6d7f8
MR
94622018-05-24 Maciej W. Rozycki <macro@mips.com>
9463 Pedro Alves <palves@redhat.com>
9464
9465 * gdb.threads/tls-core.c: Include <stdlib.h>
9466 (thread_proc): Call `abort'.
9467 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9468 (tls_core_test): New procedure, bits factored out from ...
9469 (top level): ... here. Test both native cores and gcore cores.
9470
ff1cf532
TT
94712018-05-23 Tom Tromey <tom@tromey.com>
9472
9473 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9474
b98664d3
TT
94752018-05-23 Tom Tromey <tom@tromey.com>
9476
9477 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9478 symfile_complaints.
9479 (test_short_complaints): Likewise.
9480 (test_empty_complaints): Likewise.
9481 (test_initial_complaints): Update.
9482
4e9668d0
TT
94832018-05-23 Tom Tromey <tom@tromey.com>
9484
9485 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9486
43ba33c7
TT
94872018-05-23 Tom Tromey <tom@tromey.com>
9488
9489 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9490 (test_short_complaints): Update.
9491
035522c0
PA
94922018-05-22 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/remote.exp: Only gdb_start after compiling the
9495 testcase. Issue "disconnect" before testing "set remote" command
9496 defaults. Issue clean_restart before running to main.
9497
cc0be08f
PA
94982018-05-22 Pedro Alves <palves@redhat.com>
9499
9500 * gdb.base/remote.exp: Adjust expected output of "show remote
9501 memory-write-packet-size". Add tests for "set remote
9502 memory-write-packet-size 0" and "set remote
9503 memory-write-packet-size fixed/limit".
9504
b1b60145
PA
95052018-05-22 Pedro Alves <palves@redhat.com>
9506
9507 PR gdb/22973
9508 * gdb.base/utf8-identifiers.c: New file.
9509 * gdb.base/utf8-identifiers.exp: New file.
9510
0ec848ad
PFC
95112018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9512
9513 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9514
2c3305f6
PFC
95152018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9516
9517 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9518
ce1e8424
TT
95192018-05-18 Tom Tromey <tom@tromey.com>
9520
9521 * gdb.base/ptype-offsets.exp: Update.
9522
ddfe970e
KS
95232018-05-17 Keith Seitz <keiths@redhat.com>
9524
9525 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9526 in expected breakpoint stop locations.
9527 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9528 move to proper scope to test variable values.
9529 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9530 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9531 New functions.
9532 (main): Call not_inline_func3.
9533 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9534 inline_func1, inline_func2, and inline_func3. Test that when each
9535 breakpoint is hit, GDB properly reports both the stop location
9536 and the backtrace. Repeat tests for temporary breakpoints.
9537
0726fcc6
MR
95382018-05-15 Maciej W. Rozycki <macro@mips.com>
9539
9540 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9541 rather then trying to access it in determining whether the PID
9542 of `gdbserver' could have been retrieved.
9543
8ee22052
AB
95442018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9545
9546 * gdb.arch/amd64-init-x87-values.S: New file.
9547 * gdb.arch/amd64-init-x87-values.exp: New file.
9548
7785df48
JK
95492018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9552
56bcdbea
TT
95532018-05-04 Tom Tromey <tom@tromey.com>
9554
9555 PR python/22730:
9556 * gdb.python/python.exp: Test multi-line execute.
9557
a913fffb
TT
95582018-05-04 Tom Tromey <tom@tromey.com>
9559
9560 PR python/22731:
9561 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9562
7a2c85f2
TT
95632018-05-04 Tom Tromey <tom@tromey.com>
9564
9565 PR gdb/11750:
9566 * gdb.base/define.exp: Test defining a user command inside a user
9567 command.
9568 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9569
a3b60e45
JK
95702018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9571 Pedro Alves <palves@redhat.com>
9572
9573 PR breakpoints/19806 and support for PR external/20207.
9574 * gdb.base/watchpoint-unaligned.c: New file.
9575 * gdb.base/watchpoint-unaligned.exp: New file.
9576
45fe4a03
AB
95772018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9578
9579 * gdb.base/maint.exp: Make test names unique, use
9580 test_prefix_command_help to test 'help maint info', and remove
9581 repeated test of 'help maint'.
9582
9be2ae8f
TT
95832018-05-04 Tom Tromey <tom@tromey.com>
9584
9585 PR gdb/22619:
9586 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9587 behavior.
9588
11859c31
AB
95892018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9590
9591 * gdb.base/maint.exp: Process output from 'maint print registers'
9592 line at a time.
9593
089a9490
AB
95942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9595
9596 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9597 timeout.
9598
9b0797e2
AB
95992018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9600
9601 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9602 filter pattern.
9603
f6ac5f3d
PA
96042018-05-02 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9607 to_log_command renames.
9608 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9609
77d3c63b
TT
96102018-05-02 Tom Tromey <tom@tromey.com>
9611
9612 * gdb.python/py-parameter.exp: Set test message.
9613
0489430a
TT
96142018-05-02 Tom Tromey <tom@tromey.com>
9615
9616 PR python/20084:
9617 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9618 PARAM_ZUINTEGER_UNLIMITED tests.
9619
1632f8ba
DR
96202018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9621
9622 PR rust/23124
9623 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9624 when casting.
9625
6d7bb824
TT
96262018-04-30 Tom Tromey <tom@tromey.com>
9627
9628 * gdb.python/py-type.exp: Check align attribute.
9629 * gdb.python/py-type.c: New "aligncheck" global.
9630
007e1530
TT
96312018-04-30 Tom Tromey <tom@tromey.com>
9632
9633 PR exp/17095:
9634 * gdb.dwarf2/dw2-align.exp: New file.
9635 * gdb.cp/align.exp: New file.
9636 * gdb.base/align.exp: New file.
9637 * lib/gdb.exp (gdb_int128_helper): New proc.
9638 (has_int128_c, has_int128_cxx): New caching procs.
9639
6873858b
TT
96402018-04-27 Tom Tromey <tom@tromey.com>
9641
9642 PR rust/22545:
9643 * gdb.rust/simple.exp: Add inclusive range tests.
9644
79188d8d
PA
96452018-04-26 Pedro Alves <palves@redhat.com>
9646
9647 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9648 ifunc breakpoint locations correctly of ifunc breakpoints set
9649 while the program resolves the ifunc.
9650
c7075ad5
PA
96512018-04-26 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.base/gnu-ifunc-final.c: New file.
9654 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9655 * gdb.base/gnu-ifunc.exp (executable): Delete.
9656 (staticexecutable): Adjust.
9657 (lib_opts, exec_opts): Delete.
9658 (make_binsuffix, build, set-break): New procedures.
9659 (misc_tests): New, with tests factored out from the top level.
9660 (top level): Test different combinations of ifunc resolver name,
9661 resolver with and with debug info, and ifunc target with and
9662 without debug info. Wrap static tests with with_target_prefix.
9663
8388016d
PA
96642018-04-26 Pedro Alves <palves@redhat.com>
9665
9666 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9667 return type" warnings.
9668
249b5733
PA
96692018-04-25 Pedro Alves <palves@redhat.com>
9670
9671 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9672 killed".
9673 * gdb.base/kill-after-signal.exp: Likewise.
9674 * gdb.threads/kill.exp: Likewise.
9675
f67c0c91
SDJ
96762018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9677 Sergio Durigan Junior <sergiodj@redhat.com>
9678 Pedro Alves <palves@redhat.com>
9679
9680 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9681 regexps to expect for '[Inferior ... detached]' as well.
9682 * gdb.base/attach.exp: Likewise.
9683 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9684 "gdb_continue_to_end".
9685 (test_catch_syscall_with_wrong_args): Likewise.
9686 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9687 ']'. Don't set 'verbose' on.
9688 * gdb.base/foll-vfork.exp: Likewise.
9689 * gdb.base/fork-print-inferior-events.c: New file.
9690 * gdb.base/fork-print-inferior-events.exp: New file.
9691 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9692 '[Inferior ... has been killed]' message.
9693 * gdb.base/kill-after-signal.exp: Likewise.
9694 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9695 detach message.
9696 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9697 message.
9698 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9699 regexps to expect for '[Inferior ... detached]' as well.
9700 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9701
0a8ddac4
SM
97022018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9703
9704 PR gdb/23104
9705 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9706
701adfb0
PA
97072018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9708
9709 PR gdb/23095
9710 * gdb.base/break-probes.exp: Pass shlib_load to
9711 prepare_for_testing. Set normal_bp to r_debug_state if target is
9712 bsd.
9713
d27d16bf
RB
97142018-04-19 Richard Bunt <richard.bunt@arm.com>
9715
9716 * gdb.threads/multiple-successive-infcall.c: New test.
9717 * gdb.threads/multiple-successive-infcall.exp: New file.
9718
a037790e
TT
97192018-04-17 Tom Tromey <tom@tromey.com>
9720
9721 * gdb.rust/simple.rs (Union): New type.
9722 (main): New local "u".
9723 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9724
e3a91079
AA
97252018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9726
9727 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9728 number information in output of "whereis" command.
9729 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9730
b744723f
AA
97312018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9732
9733 * gdb.ada/info_types.exp: Adjust expected output to the line
9734 numbers now printed by "info var/func/type".
9735 * gdb.base/completion.exp: Likewise.
9736 * gdb.base/included.exp: Likewise.
9737 * gdb.cp/cp-relocate.exp: Likewise.
9738 * gdb.cp/cplusfuncs.exp: Likewise.
9739 * gdb.cp/namespace.exp: Likewise.
9740 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9741
4a4495d6
MM
97422018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9743
9744 * gdb.btrace/cpu.exp: New.
9745
1d509aa6
MM
97462018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9747
9748 * gdb.base/step-indirect-call-thunk.exp: New.
9749 * gdb.base/step-indirect-call-thunk.c: New.
9750 * gdb.reverse/step-indirect-call-thunk.exp: New.
9751 * gdb.reverse/step-indirect-call-thunk.c: New.
9752
6295b6da
SM
97532018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9754
9755 * gdb.base/pie-fork.c: New file.
9756 * gdb.base/pie-fork.exp: New file.
9757
50146e70
TT
97582018-04-11 Tom Tromey <tom@tromey.com>
9759
9760 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9761
f50d8a2e
PA
97622018-04-10 Pedro Alves <palves@redhat.com>
9763
9764 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9765 exits. Instead loop running forever.
9766 (fork_parent): Run forever too.
9767
a0be7a36
SM
97682018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9769
9770 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9771 mi_continue_to_line.
9772 * gdb.mi/mi-stack.c (callee4): Add comment.
9773
9b73db36
SM
97742018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9775
9776 * gdb.mi/mi-stack.exp: Fix indentation.
9777
c912f608
SM
97782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9779
9780 PR gdb/22979
9781 * gdb.arch/amd64-osabi.exp: New file.
9782
26540402
SM
97832018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 PR gdb/22980
9786 * gdb.base/osabi.exp: New file.
9787
121ad66c 97882018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9789
9790 * gdb.cp/static-typedef-print.exp: New file.
9791 * gdb.cp/static-typedef-print.cc: New file.
9792
3fcded8f
JB
97932018-03-27 Joel Brobecker <brobecker@adacore.com>
9794
9795 * gdb.ada/varsize_limit: New testcase.
9796
59cc4834
JB
97972018-03-27 Joel Brobecker <brobecker@adacore.com>
9798
9799 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9800
9801 * gdb.ada/notcplusplus: New testcase.
9802
9803 * gdb.base/c-linkage-name.c: New file.
9804 * gdb.base/c-linkage-name.exp: New testcase.
9805
4ca59a9f
TT
98062018-03-26 Tom Tromey <tom@tromey.com>
9807
9808 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9809 * gdb.python/py-framefilter.py (name_error): New global.
9810 (ErrorInName.function): Use name_error.
9811
978d6c75
TT
98122018-03-26 Tom Tromey <tom@tromey.com>
9813
9814 PR backtrace/15582:
9815 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9816
b7fee5a3
KS
98172018-03-23 Keith Seitz <keiths@redhat.com>
9818
9819 PR c++/22968
9820 * gdb.cp/subtypes.exp: New file.
9821 * gdb.cp/subtypes.h: New file.
9822 * gdb.cp/subtypes.cc: New file.
9823 * gdb.cp/subtypes-2.cc: New file.
9824
376be529
AB
98252018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9826
9827 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9828 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9829 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9830 -nostartfiles when compiling the test. Confirm that all registers
9831 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9832
066cfa98
AB
98332018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9834
9835 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9836 option, syntax was wrong anyway.
9837 * gdb.arch/arm-disp-step.exp: Likewise.
9838 * gdb.arch/sparc64-regs.exp: Likewise.
9839 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9840 option, syntax was wrong anyway, switch to use
9841 prepare_for_testing.
9842 * gdb.arch/i386-disp-step.exp: Likewise.
9843
079670b9
AA
98442018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9845
9846 * gdb.ada/exec_changed.exp: Replace "target_info exists
9847 use_gdb_stub" by "use_gdb_stub".
9848 * gdb.ada/start.exp: Likewise.
9849 * gdb.base/async-shell.exp: Likewise.
9850 * gdb.base/attach-pie-misread.exp: Likewise.
9851 * gdb.base/attach-wait-input.exp: Likewise.
9852 * gdb.base/break-entry.exp: Likewise.
9853 * gdb.base/break-interp.exp: Likewise.
9854 * gdb.base/dprintf-detach.exp: Likewise.
9855 * gdb.base/nostdlib.exp: Likewise.
9856 * gdb.base/solib-nodir.exp: Likewise.
9857 * gdb.base/statistics.exp: Likewise.
9858 * gdb.base/testenv.exp: Likewise.
9859 * gdb.mi/mi-exec-run.exp: Likewise.
9860 * gdb.mi/mi-start.exp: Likewise.
9861 * gdb.multi/dummy-frame-restore.exp: Likewise.
9862 * gdb.multi/multi-arch-exec.exp: Likewise.
9863 * gdb.multi/multi-arch.exp: Likewise.
9864 * gdb.multi/tids.exp: Likewise.
9865 * gdb.multi/watchpoint-multi.exp: Likewise.
9866 * gdb.python/py-events.exp: Likewise.
9867 * gdb.threads/attach-into-signal.exp: Likewise.
9868 * gdb.threads/attach-stopped.exp: Likewise.
9869 * gdb.threads/threadapply.exp: Likewise.
9870 * lib/selftest-support.exp: Likewise.
9871
26d6cec4
AA
98722018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9873
9874 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9875
4ee89e90
SR
98762018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9877
9878 * gdb.perf/template-breakpoints.cc: New file.
9879 * gdb.perf/template-breakpoints.exp: New file.
9880 * gdb.perf/template-breakpoints.py: New file.
9881
92630041
TT
98822018-03-19 Tom Tromey <tom@tromey.com>
9883
9884 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9885 y0.
9886 * gdb.rust/simple.exp: Test bare identifier form of struct
9887 initializer.
9888
76727919
TT
98892018-03-19 Tom Tromey <tom@tromey.com>
9890
9891 * gdb.gdb/observer.exp: Remove.
9892
194ed413
AA
98932018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9894
9895 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9896 "qualified" option when setting breakpoints.
9897 * gdb.trace/backtrace.exp: Likewise.
9898 * gdb.trace/circ.exp: Likewise.
9899 * gdb.trace/collection.exp: Likewise.
9900 * gdb.trace/disconnected-tracing.exp: Likewise.
9901 * gdb.trace/ftrace-lock.exp: Likewise.
9902 * gdb.trace/ftrace.exp: Likewise.
9903 * gdb.trace/infotrace.exp: Likewise.
9904 * gdb.trace/packetlen.exp: Likewise.
9905 * gdb.trace/passc-dyn.exp: Likewise.
9906 * gdb.trace/qtro.exp: Likewise.
9907 * gdb.trace/read-memory.exp: Likewise.
9908 * gdb.trace/report.exp: Likewise.
9909 * gdb.trace/signal.exp: Likewise.
9910 * gdb.trace/status-stop.exp: Likewise.
9911 * gdb.trace/strace.exp: Likewise.
9912 * gdb.trace/tfind.exp: Likewise.
9913 * gdb.trace/trace-break.exp: Likewise.
9914 * gdb.trace/trace-condition.exp: Likewise.
9915 * gdb.trace/trace-mt.exp: Likewise.
9916 * gdb.trace/tstatus.exp: Likewise.
9917 * gdb.trace/tsv.exp: Likewise.
9918 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9919 * gdb.trace/unavailable.exp: Likewise.
9920 * gdb.trace/while-dyn.exp: Likewise.
9921
8b067d2c
AA
99222018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9923
9924 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9925 that libinproctrace is copied to the target.
9926
3ae9ce5d
TT
99272018-03-14 Tom Tromey <tom@tromey.com>
9928
9929 PR cli/14977:
9930 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9931 a null pointer.
9932 * gdb.base/wchar.exp: Likewise.
9933
b8c2339b
TT
99342018-03-14 Tom Tromey <tom@tromey.com>
9935
9936 PR cli/19918:
9937 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9938 flag.
9939
4872dc46
SM
99402018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9941
9942 PR gdb/22841
9943 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9944 "target" to remote_exec.
9945
e4fe3756
SM
99462018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9947
9948 PR gdb/22841
9949 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9950 ${board}_upload): Remove.
9951
e95a97d4
AA
99522018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9953
9954 * gdb.cp/watch-cp.cc: New test.
9955 * gdb.cp/watch-cp.exp: New file.
9956
dbbb1059
AB
99572018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9958
9959 * gdb.base/infcall-nested-structs.exp: New file.
9960 * gdb.base/infcall-nested-structs.c: New file.
9961 * gdb.base/float.exp: Add riscv support.
9962
ecc054c0
TP
99632018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9964
9965 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9966 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9967
25e3c82c
SDJ
99682018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9969
9970 * gdb.server/abspath.exp: New file.
9971 * lib/gdb.exp (with_cwd): New procedure.
9972
3083294d
SM
99732018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9974
9975 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9976 use it.
9977 (gdb_is_target_remote_prompt): New proc.
9978 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9979 (gdb_is_target_native): Pass prompt parameter to
9980 gdb_is_target_1.
9981
3275ef47
SM
99822018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9983
9984 * gdb.base/load-command.c: New file.
9985 * gdb.base/load-command.exp: New file.
9986 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9987 (gdb_is_target_1): ...this, and generalize for other targets
9988 than just remote.
9989 (gdb_is_target_remote): Use gdb_is_target_1.
9990 (gdb_is_target_native): use gdb_is_target_1.
9991
6893c19a
TT
99922018-02-26 Tom Tromey <tom@tromey.com>
9993
9994 PR python/16497:
9995 * gdb.python/py-framefilter.exp: Update test.
9996
2ddeaf8a
TT
99972018-02-26 Tom Tromey <tom@tromey.com>
9998
9999 * gdb.dwarf2/variant.c: New file.
10000 * gdb.dwarf2/variant.exp: New file.
10001
c9317f21
TT
100022018-02-26 Tom Tromey <tom@tromey.com>
10003
10004 * gdb.rust/simple.exp: Accept more possible results in enum test.
10005
6f6d0c26
SM
100062018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10007
10008 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10009 parentheses.
10010
11b03145
MR
100112018-02-23 Maciej W. Rozycki <macro@mips.com>
10012
10013 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10014 name of a variable: $actual_linejj -> $actual_line.
10015
54a27fe5
JB
100162018-02-21 John Baldwin <jhb@FreeBSD.org>
10017
10018 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10019
de65820c
MM
100202018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10021
10022 * gdb.btrace/buffer-size.exp: Do not force BTS.
10023
980548fd
PA
100242018-02-14 Pedro Alves <palves@redhat.com>
10025
10026 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10027 getting a "Quit".
10028
c4e12631
MM
100292018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10030
10031 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10032 Fix test name.
10033
c2e0e465
SM
100342018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10035
10036 * gdb.cp/m-static.exp: Check type of optimized out static
10037 member.
10038
f7216783
AB
100392018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10040
10041 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10042 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10043
0625771b
LS
100442018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10045 Leszek Swirski <leszeks@google.com>
10046
10047 * gdb.python/py-prettyprint.c
10048 (struct to_string_returns_value_inner,
10049 struct to_string_returns_value_wrapper): New.
10050 (main): Add tsrvw variable.
10051 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10052 ToStringReturnsValueWrapper): New classes.
10053 (register_pretty_printers): Register new pretty-printers.
10054 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10055 recursive pretty printer.
10056 * gdb.python/py-mi.exp: Likewise.
10057
59498c30
LS
100582018-02-01 Leszek Swirski <leszeks@google.com>
10059
10060 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10061 functions with the same name as an include file are parsed
10062 correctly.
10063
d4d38844
YQ
100642018-02-01 Yao Qi <yao.qi@linaro.org>
10065
10066 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10067 "\[^\r\n\]*".
10068
07e5f5cf
NP
100692018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10070
10071 * gdb.arch/powerpc-prologue-frame.s: New file.
10072 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10073 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10074
929b5ad4
JB
100752018-01-31 Joel Brobecker <brobecker@adacore.com>
10076
10077 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10078
e671cd59
PA
100792018-01-30 Pedro Alves <palves@redhat.com>
10080
10081 PR gdb/13211
10082 * gdb.base/interrupt-daemon.c: New.
10083 * gdb.base/interrupt-daemon.exp: New.
10084 * gdb.multi/multi-term-settings.c: New.
10085 * gdb.multi/multi-term-settings.exp: New.
10086
fc413dc4
JB
100872018-01-30 Joel Brobecker <brobecker@adacore.com>
10088
10089 * gdb.base/break.exp: Save the location where the breakpoint
10090 on break.c:47 was actually inserted when debugging the version
10091 compiled at -O2 and use it in the expected output of the "info
10092 break" test performed soon after.
10093
5c319bb2
PA
100942018-01-22 Pedro Alves <palves@redhat.com>
10095 Sergio Durigan Junior <sergiodj@redhat.com>
10096
10097 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10098 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10099
a9e40818
JB
101002018-01-22 Joel Brobecker <brobecker@adacore.com>
10101
10102 * gdb.base/break-include.c, gdb.base/break-include.inc,
10103 gdb.base/break-include.exp: New files.
10104 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10105 line number now being the actual line number where the breakpoint
10106 was inserted.
10107 * gdb.mi/mi-break.exp: Likewise.
10108 * gdb.mi/mi-reverse.exp: Likewise.
10109 * gdb.mi/mi-simplerun.exp: Ditto.
10110
e707fc44
AB
101112018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10112
10113 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10114 varobj.
10115 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10116
ae451627
AB
101172018-01-21 Don Breazeal <donb@codesourcery.com>
10118 Andrew Burgess <andrew.burgess@embecosm.com>
10119
10120 * gdb.mi/basics.c: Add new global.
10121 * gdb.mi/mi-frame-regs.exp: New file.
10122 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10123 case.
10124
b1b189e0
AB
101252018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10126
10127 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10128 non-parameter, and on an unknown symbol.
10129
fcfcc376
TT
101302018-01-19 Tom Tromey <tom@tromey.com>
10131
10132 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10133 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10134
634c1c31
AA
101352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10136
10137 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10138 setrlimit and chdir to int.
10139
d6ad07fd
AA
101402018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10141
10142 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10143 function.
10144 (my_tend): Likewise.
10145 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10146 rationale of avoiding FP- and vector instructions.
10147
adf8243b
RK
101482018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10149
10150 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10151 "info reg" with "\[ \t\]*".
10152 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10153 "\[ \t\]+".
10154 * gdb.arch/s390-multiarch.exp: Ditto.
10155 * gdb.base/pc-fp.exp: Ditto.
10156 * gdb.reverse/i386-precsave.exp: Ditto.
10157 * gdb.reverse/i386-reverse.exp: Ditto.
10158 * gdb.reverse/i387-env-reverse.exp: Ditto.
10159 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10160
dcc06925
AA
101612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10162
10163 * lib/gdb.exp (gdb_compile): Re-enable use of
10164 universal_compile_options for languages other than Rust.
10165
25d4fd80
AA
101662018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10167
10168 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10169
ee7f689e 101702018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10171
10172 PR gdb/16577
10173 * gdb.base/solib-vanish.exp: New.
10174 * gdb.base/solib-vanish-main.c: New.
10175 * gdb.base/solib-vanish-lib1.c: New.
10176 * gdb.base/solib-vanish-lib2.c: New.
10177
d8447b6b
YQ
101782018-01-17 Yao Qi <yao.qi@linaro.org>
10179
10180 * gdb.compile/compile.exp: Match the address printed for
10181 frame in the output of command "bt".
10182
86d6a90c
TT
101832018-01-15 Tom Tromey <tom@tromey.com>
10184
10185 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10186 compute sp_reg.
10187
cbcdb1aa
AB
101882018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10189
10190 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10191 to prepare.
10192 (prepare): Return 0 on error, 1 on success.
10193
eea61984
PA
101942018-01-12 Pedro Alves <palves@redhat.com>
10195
10196 * gdb.base/continue-after-aborted-step-over.c: New.
10197 * gdb.base/continue-after-aborted-step-over.exp: New.
10198
6181e9c2
SM
101992018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10200
10201 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10202 options when not creating an executable.
10203
3cada740
PA
102042018-01-11 Pedro Alves <palves@redhat.com>
10205
10206 PR remote/22597
10207 * gdb.server/stop-reply-no-thread.c: New file.
10208 * gdb.server/stop-reply-no-thread.exp: New file.
10209
c63d3e8d
PA
102102018-01-10 Pedro Alves <palves@redhat.com>
10211
10212 PR gdb/22670
10213 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10214 functions too. Test setting breakpoints and printing C functions
10215 with no debug info too.
10216 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10217
d4c2a405
PA
102182018-01-10 Pedro Alves <palves@redhat.com>
10219
10220 PR gdb/22670
10221 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10222 a fail.
10223
8825213e
PA
102242018-01-10 Pedro Alves <palves@redhat.com>
10225
10226 PR gdb/22670
10227 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10228
605fd3c6
YQ
102292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10230
10231 * gdb.server/unittest.exp: Match the output in non-development
10232 mode.
10233
1e5ded6c
YQ
102342018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10235
10236 * gdb.gdb/unittest.exp: Match output in non-development mode.
10237
30066b0b
JB
102382018-01-08 Joel Brobecker <brobecker@adacore.com>
10239
10240 * gdb.ada/access_tagged_param.exp: Relax expected output
10241 for value of "ObjL" in "continue" to pck.inspect breakpoint
10242 test.
10243
04bafb1e
XR
102442018-01-08 Joel Brobecker <brobecker@adacore.com>
10245
9f86398b
JB
10246 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10247 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10248
e379cee6
PA
102492018-01-05 Pedro Alves <palves@redhat.com>
10250
10251 PR gdb/18653
10252 * gdb.base/libsegfault.exp: New.
10253
de63c46b
PA
102542018-01-05 Joel Brobecker <brobecker@adacore.com>
10255
10256 PR gdb/22670
10257 * gdb.ada/access_tagged_param.exp: New file.
10258 * gdb.ada/access_tagged_param/foo.adb: New file.
10259
f98fc17b
PA
102602018-01-05 Pedro Alves <palves@redhat.com>
10261
10262 PR gdb/22670
10263 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10264 exercise lower case too, and to exercise both full matching and
10265 wild matching.
10266
342f8240
JB
102672018-01-05 Joel Brobecker <brobecker@adacore.com>
10268
10269 * gdb.ada/rename_subscript_param: New testcase.
10270
7150d33c
JG
102712018-01-05 Jerome Guitton <guitton@adacore.com>
10272
10273 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10274
cc0e770c
JB
102752018-01-05 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.ada/convvar_comp: New testcase.
10278
672a41aa 102792018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10280
10281 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10282 (My_Table): New global variable.
10283 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10284
7365ec2f
JB
102852018-01-04 Joel Brobecker <brobecker@adacore.com>
10286
10287 PR gdb/22670
10288 * gdb.ada/maint_with_ada: New testcase.
10289
289483b6
JB
102902018-01-04 Joel Brobecker <brobecker@adacore.com>
10291
10292 PR gdb/22670
10293 * gdb.ada/bp_c_mixed_case: New testcase.
10294
344420da
JB
102952018-01-04 Joel Brobecker <brobecker@adacore.com>
10296
10297 PR gdb/22670
10298 * gdb.ada/complete.exp: Add "complete break ada" test.
10299
66fc87a0
JB
103002018-01-04 Joel Brobecker <brobecker@adacore.com>
10301
10302 PR gdb/22670
10303 * gdb.ada/info_addr_mixed_case: New testcase.
10304
9f757bf7
XR
103052018-01-03 Xavier Roirand <roirand@adacore.com>
10306
10307 * gdb.ada/excep_handle.exp: New testcase.
10308 * gdb.ada/excep_handle/foo.adb: New file.
10309 * gdb.ada/excep_handle/pck.ads: New file.
10310
bd570f80
JB
103112018-01-03 Joel Brobecker <brobecker@adacore.com>
10312
10313 * gdb.base/step-line.c: Add extra empty line in copyright header.
10314 * gdb.base/step-line.inp: Likewise.
10315
9fe561ab
JB
103162018-01-02 Joel Brobecker <brobecker@adacore.com>
10317
10318 * gdb.ada/dyn_stride.exp: Add slice test.
10319
a405673c
JB
103202018-01-02 Joel Brobecker <brobecker@adacore.com>
10321
10322 * gdb.ada/dyn_stride: New testcase.
10323
cef0f868
SH
103242017-12-27 Stafford Horne <shorne@gmail.com>
10325
10326 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10327 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10328
b67d92b0
SH
103292017-12-27 Stafford Horne <shorne@gmail.com>
10330
10331 * gdb.base/reggroups.c: New file.
10332 * gdb.base/reggroups.exp: New file.
10333
eccab96d
JB
103342017-12-18 Joel Brobecker <brobecker@adacore.com>
10335
10336 * gdb.dwarf2/ada-valprint-error.c: New file.
10337 * gdb.dwarf2/ada-valprint-error.exp: New file.
10338
0e2da9f0
JB
103392017-12-18 Joel Brobecker <brobecker@adacore.com>
10340
10341 * gdb.ada/assign_arr: New testcase.
10342
cb923fcc
XR
103432017-12-18 Xavier Roirand <roirand@adacore.com>
10344
10345 * gdb.ada/funcall_ptr: New testcase.
10346
7c161838
SDJ
103472017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10348
10349 PR cli/16224
10350 * gdb.base/ptype-offsets.cc: New file.
10351 * gdb.base/ptype-offsets.exp: New file.
10352
1af17fd9
YQ
103532017-12-15 Yao Qi <yao.qi@linaro.org>
10354
10355 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10356 if XML is disabled.
10357
828d5846
XR
103582017-12-15 Xavier Roirand <roirand@adacore.com>
10359
10360 * gdb.ada/same_component_name: New testcase.
10361
79e8fcaa
JB
103622017-12-14 Joel Brobecker <brobecker@adacore.com>
10363
10364 * gdb.ada/str_binop_equal: New testcase.
10365
e05fa6f9
JB
103662017-12-14 Joel Brobecker <brobecker@adacore.com>
10367
10368 * gdb.ada/task_switch_in_core: New testcase.
10369
b89641ba
SM
103702017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10373 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10374 call test_bkpt_qualified.
10375 (test_bkpt_qualified): New proc.
10376
6892d2e4
PA
103772017-12-13 Pedro Alves <palves@redhat.com>
10378
10379 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10380 Tighten regexp by matching with an anchor.
10381
a22ecf70
PA
103822017-12-13 Pedro Alves <palves@redhat.com>
10383
10384 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10385 ("expression with namespace"): New set of tests.
10386 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10387 (Nested::Test_NS::qux): New.
10388 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10389 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10390
9937536c
JB
103912017-12-13 Joel Brobecker <brobecker@adacore.com>
10392
10393 * gdb.base/server-del-break.c: New file.
10394 * gdb.base/server-del-break.exp: New file.
10395
fe49c6f5
SH
103962017-12-12 Stafford Horne <shorne@gmail.com>
10397
10398 * gdb.xml/tdesc-regs.exp: Add or1k support.
10399
c3d18620
SH
104002017-12-12 Stafford Horne <shorne@gmail.com>
10401
10402 * gdb.base/bp-permanent.c: Define nop of or1k.
10403
c5f9cfc8
JB
104042017-12-11 Joel Brobecker <brobecker@adacore.com>
10405
10406 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10407 output with components being reordered.
10408
a9c135fc
JB
104092017-12-11 Joel Brobecker <brobecker@adacore.com>
10410
10411 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10412 output with components being reordered.
10413
927aa2e7
JK
104142017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10415 Pedro Alves <palves@redhat.com>
10416
10417 * gdb.base/maint.exp (check for .gdb_index): Check also for
10418 .debug_names.
10419 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10420 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10421 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10422 (.gdb_index used after symbol reloading): Support also .debug_names.
10423 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10424
f17d9474
YQ
104252017-12-08 Yao Qi <yao.qi@linaro.org>
10426
10427 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10428 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10429
a0de8c21
YQ
104302017-12-08 Yao Qi <yao.qi@linaro.org>
10431
10432 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10433 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10434
a738ea1d
YQ
104352017-12-08 Yao Qi <yao.qi@linaro.org>
10436
10437 * gdb.arch/aarch64-tagged-pointer.c: New file.
10438 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10439
1cd9a73b
SDJ
104402017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10441
10442 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10443 "int".
10444
fa6eb693
KS
104452017-12-07 Keith Seitz <keiths@redhat.com>
10446
10447 PR breakpoints/22569
10448 * gdb.linespec/ls-errs.exp: Change expected result of "break
10449 -source this file has spaces.c -line 3".
10450 Check that an explicit source file followed by whitespace is
10451 identified as an invalid explicit location.
10452
883fd55a
KS
104532017-12-07 Keith Seitz <keiths@redhat.com>
10454
10455 * gdb.cp/nested-types.cc: New file.
10456 * gdb.cp/nested-types.exp: New file.
10457 * lib/cp-support.exp: Load data-structures.exp library.
10458 (debug_cp_test_ptype_class): New global.
10459 (cp_ptype_class_verbose, next_line): New procedures.
10460 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10461 Add and document new return value.
10462 Switch the list of lines to a queue.
10463 Add support for new `type' key for nested type definitions.
10464 Add debugging/troubleshooting messages.
10465 * lib/data-structures.exp: New file.
10466
ec72db3e
SM
104672017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10468
10469 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10470 with proc_with_prefix, don't use with_test_prefix.
10471
99598d71
TT
104722017-12-07 Tom Tromey <tom@tromey.com>
10473
10474 * gdb.base/break.exp: Add test for empty "commands".
10475
a8806230
YQ
104762017-12-07 Yao Qi <yao.qi@linaro.org>
10477
10478 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10479 malloc and catch syscall.
10480
824cc835
PM
104812017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10482
e79be6e5 10483 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10484 tests for explicit locations.
10485
7cc244de
PA
104862017-12-06 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10489 force-disabling XML descriptions.
10490
50a1fdd5
PA
104912017-12-04 Pedro Alves <palves@redhat.com>
10492
10493 PR gdb/22499
10494 * gdb.arch/amd64-disp-step-avx.S: New file.
10495 * gdb.arch/amd64-disp-step-avx.exp: New file.
10496
f0fb2488
PA
104972017-12-03 Pedro Alves <palves@redhat.com>
10498
10499 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10500 and <string.h>.
10501 (parent_function): Print distinct messages when waitpid fails, or
10502 the child exits with a signal, or the child exits for an unhandled
10503 reason.
10504 * gdb.threads/process-dies-while-detaching.exp
10505 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10506 it. Wait for both inferior output and GDB's prompt. Use an
10507 indirect spawn id list.
10508 (do_detach): New parameter 'child_exit'. Use it to compute
10509 expected inferior output.
10510 (test_detach, test_detach_watch, test_detach_killed_outside):
10511 Adjust to pass down the expected child exit kind.
10512
97cbe998
SDJ
105132017-12-01 Joel Brobecker <brobecker@adacore.com>
10514 Sergio Durigan Junior <sergiodj@redhat.com>
10515 Pedro Alves <palves@redhat.com>
10516
10517 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10518
40fc416f
SDJ
105192017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10520
10521 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10522 to 'symbol-file' and 'add-symbol-file' can be
10523 position-independent.
10524
1cc75e92
YQ
105252017-12-01 Yao Qi <yao.qi@linaro.org>
10526
10527 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10528 the URL in copyright header.
10529 * gdb.arch/aarch64-fp.exp: Likewise.
10530 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10531 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10532 * gdb.base/expand-psymtabs.exp: Likewise.
10533 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10534 * gdb.fortran/common-block.exp: Likewise.
10535 * gdb.fortran/common-block.f90: Likewise.
10536 * gdb.fortran/logical.exp: Likewise.
10537 * gdb.fortran/vla-datatypes.f90: Likewise.
10538 * gdb.fortran/vla-sub.f90: Likewise.
10539
875fb7a7
JB
105402017-11-30 Joel Brobecker <brobecker@adacore.com>
10541
10542 * gdb.ada/repeat_dyn: New testcase.
10543
6f14765f
UW
105442017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10545
10546 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10547 Update for changed thread numbering.
10548 * gdb.cell/bt.exp: Update for changed GDB output.
10549
f1af7b94
SM
105502017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10551
10552 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10553 setting isremote by hand.
10554 * boards/dwarf4-gdb-index.exp: Likewise.
10555 * boards/fission.exp: Likewise.
10556 * boards/stabs.exp: Likewise.
10557
e3919f3e
PA
105582017-11-30 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.linespec/cpls-ops.exp
10561 (check_explicit_skips_function_argument): Extract the underlying
10562 type of size_t instead of hardcoding it.
10563
bd69330d
PA
105642017-11-29 Pedro Alves <palves@redhat.com>
10565
10566 PR c++/19436
10567 * gdb.linespec/cpls-abi-tag.cc: New file.
10568 * gdb.linespec/cpls-abi-tag.exp: New file.
10569
a20714ff
PA
105702017-11-29 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.base/langs.exp: Use -qualified.
10573 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10574 it.
10575 * gdb.cp/namespace.exp: Use -qualified.
10576 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10577 (overload-3, template-overload, template-ret-type, const-overload)
10578 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10579 procedures.
10580 (test_driver): Call them.
10581 * gdb.cp/save-bp-qualified.cc: New.
10582 * gdb.cp/save-bp-qualified.exp: New.
10583 * gdb.linespec/explicit.exp: Test -qualified.
10584 * lib/completion-support.exp (completion::explicit_opts_list): Add
10585 "-qualified".
10586 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10587
f6f1d339
PM
105882017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10589
10590 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10591
02ca603a
TT
105922017-11-29 Tom Tromey <tom@tromey.com>
10593
10594 * gdb.base/relocate.exp: Update invalid argument test.
10595 Add new tests for invalid arguments.
10596
ed6c0bfb
TP
105972017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10598
10599 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10600 Return 0 as a long.
10601 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10602
f106e10e
TP
106032017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10604
10605 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10606 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10607 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10608 func ().
10609 * gdb.cp/shadow.cc (B.func): Return 0.
10610
10329bb2
JB
106112017-11-27 Joel Brobecker <brobecker@adacore.com>
10612
10613 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10614 expected output in gdb_expect call to allow the exception
10615 message to be present as well. Fix syntax confusion to avoid
10616 TCL thinking that exception_name is an array.
10617
617cd4bc
UW
106182017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10619
10620 * gdb.arch/spu-info.c: Include <unistd.h>.
10621 (do_signal_test): Fix broken calls to write.
10622 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10623 Fix checks for empty mailboxes. Update signal tests for corrected
10624 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10625 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10626 * gdb.cell/arch.exp: Use standard_output_file.
10627 * gdb.cell/break.exp: Likewise.
10628 * gdb.cell/bt.exp: Likewise.
10629 * gdb.cell/core.exp: Likewise.
10630 * gdb.cell/dwarfaddr.exp: Likewise.
10631 * gdb.cell/ea-cache.exp: Likewise.
10632 * gdb.cell/ea-standalone.exp: Likewise.
10633 * gdb.cell/f-regs.exp: Likewise.
10634 * gdb.cell/fork.exp: Likewise.
10635 * gdb.cell/gcore.exp: Likewise.
10636 * gdb.cell/mem-access.exp: Likewise.
10637 * gdb.cell/ptype.exp: Likewise.
10638 * gdb.cell/registers.exp: Likewise.
10639 * gdb.cell/sizeof.exp: Likewise.
10640 * gdb.cell/solib-symbol.exp: Likewise.
10641 * gdb.cell/solib.exp: Likewise.
617cd4bc 10642
a81aaca0
PA
106432017-11-25 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.base/complete-empty.exp: New file.
10646 * gdb.base/completion.exp: Adjust.
10647
6a3c6ee4
PA
106482017-11-25 Pedro Alves <palves@redhat.com>
10649
10650 * gdb.linespec/cpls-ops.cc: New file.
10651 * gdb.linespec/cpls-ops.exp: New file.
10652 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10653 factored out from ...
10654 (test_complete_prefix_range): ... this.
10655
8955eb2d
PA
106562017-11-24 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.linespec/cpcompletion.exp: New file.
10659 * gdb.linespec/cpls-hyphen.cc: New file.
10660 * gdb.linespec/cpls.cc: New file.
10661 * gdb.linespec/cpls2.cc: New file.
10662 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10663 test to use test_gdb_complete_unique. Add label completion,
10664 keyword completion and explicit location completion tests.
10665 * lib/completion-support.exp: New file.
10666
e547c119
JB
106672017-11-24 Joel Brobecker <brobecker@adacore.com>
10668
10669 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10670 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10671 when hitting an exception catchpoint.
10672
7c3c1aa8
YQ
106732017-11-22 Yao Qi <yao.qi@linaro.org>
10674
10675 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10676
41bd68f5
SM
106772017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10678
10679 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10680 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10681 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10682
1daad298
YQ
106832017-11-22 Yao Qi <yao.qi@linaro.org>
10684
10685 * gdb.base/info-os.exp: Pass pthreads.
10686 * gdb.multi/multi-attach.exp: Likewise.
10687
88465e87
YQ
106882017-11-22 Yao Qi <yao.qi@linaro.org>
10689
10690 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10691 compiler.
10692
dc196b23
YQ
106932017-11-22 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10696 * gdb.base/break-interp.exp: Likewise.
10697 * gdb.base/jit-attach-pie.exp: Likewise.
10698
2400729e
UW
106992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10700
10701 * gdb.base/float128.c (large128): New variable.
10702 * gdb.base/float128.exp: Add test to print largest __float128 value.
10703
7a26362d
UW
107042017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10705
10706 * gdb.arch/vsx-regs.exp: Update register content checks.
10707
ed0f4273
UW
107082017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10709
10710 * gdb.arch/ppc-longdouble.exp: New file.
10711 * gdb.arch/ppc-longdouble.c: Likewise.
10712
a25d69c6
PA
107132017-11-21 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10716
73fcf641
PA
107172017-11-20 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10720 (long_double_typedef): New typedefs.
10721 Use DEF on double and long double.
10722 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10723 cases.
10724 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10725 and 'long_double_ptr_same_size' locals. Use them to decide
10726 whether cast from array/function to float is valid/invalid.
10727
71a3c369
TT
107282017-11-17 Tom Tromey <tom@tromey.com>
10729
10730 * gdb.rust/traits.rs: New file.
10731 * gdb.rust/traits.exp: New file.
10732
ced9779b
JB
107332017-11-17 Joel Brobecker <brobecker@adacore.com>
10734
10735 * gdb.ada/minsyms: New testcase.
10736
a0922d80
PA
107372017-11-16 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10740 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10741
ea04e54c
PA
107422017-11-16 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10745 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10746
e849ea89
PA
107472017-11-16 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.server/reconnect-ctrl-c.c: New file.
10750 * gdb.server/reconnect-ctrl-c.exp: New file.
10751
d8ae99a7
PM
107522017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10753
10754 * gdb.python/py-rbreak.exp: New file.
10755 * gdb.python/py-rbreak.c: New file.
10756 * gdb.python/py-rbreak-func2.c: New file.
10757
968a13f8
PA
107582017-11-16 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10761 pattern.
10762 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10763 GDB.
10764
71774bc9
SM
107652017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10766
10767 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10768 regex.
10769
ddbb44cf
SM
107702017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10771
10772 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10773 test names.
10774
584a564f
PA
107752017-11-09 Pedro Alves <palves@redhat.com>
10776
10777 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10778 factored out from ...
10779 (top level): ... here, and adjusted to avoid expecting beyond the
10780 prompt in a single gdb_test_multiple.
10781
5ed7a928
PA
107822017-11-09 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10785 output.
10786 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10787 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10788 * gdb.server/ext-run.exp ("kill" test): Likewise.
10789 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10790
a60e0738
PA
107912017-11-09 Pedro Alves <palves@redhat.com>
10792
10793 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10794 match till end of line.
10795
2c88253f
PA
107962017-11-09 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10799
c7a38517
PA
108002017-11-09 Pedro Alves <palves@redhat.com>
10801
10802 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10803 New procedures, factored out from ...
10804 (top level): ... here, and adjusted to avoid expecting beyond the
10805 prompt in one go.
10806
f29f4b6b
PA
108072017-11-09 Pedro Alves <palves@redhat.com>
10808
10809 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10810 output. Fix '?' match.
10811
286acbb5
JB
108122017-11-08 Joel Brobecker <brobecker@adacore.com>
10813
10814 * gdb.ada/scoped_watch: New testcase.
10815 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10816 which is actually correct.
10817 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10818 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10819
62d7ae92
PA
108202017-11-08 Pedro Alves <palves@redhat.com>
10821
10822 * gdb.gdb/complaints.exp (test_initial_complaints)
10823 (test_serial_complaints, test_short_complaints): Call
10824 complaint_internal instead of complaint.
10825
280ca31f
DT
108262017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10827
10828 * gdb.threads/tls-core.c: New file.
10829 * gdb.threads/tls-core.exp: Likewise.
10830
b5ec771e
PA
108312017-11-08 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10834 (p Exported_Capitalized): New test.
10835 (p exported_capitalized): New test.
10836
a02b41a7
PA
108372017-11-07 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10840
95e95a6d
PA
108412017-11-07 Pedro Alves <palves@redhat.com>
10842
10843 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10844 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10845 (disable_invalid, disable_inverted, disable_negative): New
10846 procedures.
10847 ("bad numbers"): New set of tests.
10848
cee62dbd
PA
108492017-11-07 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.cp/ena-dis-br-range.exp: Add tests.
10852
cc638e86
PA
108532017-11-07 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10856
d0fe4701
XR
108572017-11-07 Xavier Roirand <roirand@adacore.com>
10858 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/ena-dis-br.exp: Add reference to
10861 gdb.cp/ena-dis-br-range.exp.
10862 * gdb.cp/ena-dis-br-range.exp: New file.
10863 * gdb.cp/ena-dis-br-range.cc: New file.
10864
46f67f80
PA
108652017-11-06 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.base/attach-non-pgrp-leader.c: New.
10868 * gdb.base/attach-non-pgrp-leader.exp: New.
10869
726e1356
PA
108702017-11-06 Pedro Alves <palves@redhat.com>
10871
10872 * configure.ac: No longer check for termio.h and sgtty.h.
10873 * configure: Regenerate.
10874 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10875 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10876 Remove termio and sgtty code.
10877
50ab6ace
YQ
108782017-11-03 Yao Qi <yao.qi@linaro.org>
10879
10880 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10881 in GDB is disabled.
10882
8e68731c
YQ
108832017-11-03 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.python/py-thrhandle.exp: Skip it if python is not
10886 enabled.
10887
3a87ae65
SM
108882017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10889
10890 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10891 as a breakpoint command.
10892
484d8d36
MD
108932017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10894
10895 PR python/21213
10896 * gdb.python/py-infthread.exp: Test calling
10897 InferiorThread.inferior () multiple times in a row.
10898
4a27f119
KS
108992017-10-27 Keith Seitz <keiths@redhat.com>
10900
10901 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10902 Test "info break" for every inlined function breakpoint.
10903
bb11dd58
YQ
109042017-10-27 Yao Qi <yao.qi@linaro.org>
10905
10906 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10907
a43f3893
PF
109082017-10-26 Patrick Frants <osscontribute@gmail.com>
10909
10910 * gdb.cp/classes.exp (test_static_members): Test printing
10911 Outer::instance.
10912 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10913 (Inner::instance, Outer::instance): New.
10914
792ccf00
PA
109152017-10-24 Pedro Alves <palves@redhat.com>
10916
10917 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10918 extra console" test in two stages.
10919
eb2bfbad
PA
109202017-10-24 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10923
1f75a651
PA
109242017-10-24 Pedro Alves <palves@redhat.com>
10925
10926 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10927 loop.
10928
779990d9
PA
109292017-10-24 Pedro Alves <palves@redhat.com>
10930
10931 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10932 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10933
ad9b8f5d
PA
109342017-10-24 Pedro Alves <palves@redhat.com>
10935
10936 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10937 parameter and handle it. Don't output read value in test name.
10938
fee6da6e
PA
109392017-10-24 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10942 custom test name.
10943
10389c2c
PA
109442017-10-24 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10947 include the unstable output directory name in the test's name.
10948 (initial_setup_simple) <'set args'>: Use custom test name.
10949
a80e65a9
PA
109502017-10-24 Pedro Alves <palves@redhat.com>
10951
10952 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10953 with explicit test name.
10954
15763a09
PA
109552017-10-20 Pedro Alves <palves@redhat.com>
10956
10957 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10958 'wait -i'. Use gdb_assert and remote_close.
10959
49a4ce2e
AB
109602017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10961
10962 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10963 number from variable rather than hard-coded.
10964
a75868f5
PA
109652017-10-19 Pedro Alves <palves@redhat.com>
10966
10967 * gdb.base/long-inferior-output.c: New file.
10968 * gdb.base/long-inferior-output.exp: New file.
10969
c8ba13ad
KS
109702017-11-18 Keith Seitz <keiths@redhat.com>
10971
10972 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10973 method.
10974 (main): Call it.
10975 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10976 Add additional user-defined conversion operator tests.
10977
b27de576
PA
109782017-10-17 Pedro Alves <palves@redhat.com>
10979
10980 * boards/native-stdio-gdbserver.exp: Load "local-board".
10981
8484c955
PA
109822017-10-17 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/quit-live.c: New file.
10985 * gdb.base/quit-live.exp: New file.
10986
83d5a34d
KS
109872017-10-16 Keith Seitz <keiths@redhat.com>
10988
10989 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10990 (class_with_protected_typedef, class_with_private_typedef)
10991 (struct_with_public_typedef, struct_with_protected_typedef)
10992 (struct_with_private_typedef): New classes/structs.
10993 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10994 typedefs and access specifiers.
10995
739b3f1d
PA
109962017-10-16 Pedro Alves <palves@redhat.com>
10997 Simon Marchi <simon.marchi@polymtl.ca>
10998
10999 * README (Local vs Remote vs Native): New section.
11000 * boards/local-board.exp: New file, with bits factored out from
11001 ...
11002 * boards/native-extended-gdbserver.exp: ... here. Load
11003 "local-board".
11004 * boards/native-gdbserver.exp: Load "local-board".
11005 (${board}_spawn, ${board}_exec): Delete.
11006 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11007 ...
11008 * boards/stdio-gdbserver-base.exp: ... this new file.
11009 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11010 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11011 procedure.
11012 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11013 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11014 stdio_gdbserver_command.
11015 (${board}_get_remote_address, ${board}_get_comm_port)
11016 (${board}_download, ${board}_upload): Delete.
11017 (get_target_remote_pipe_cmd): New.
11018
fe68b953
SM
110192017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11020
11021 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11022 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11023 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11024 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11025 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11026 remove with_test_prefix.
11027
300b6685
PA
110282017-10-13 Pedro Alves <palves@redhat.com>
11029
11030 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11031 * gdb.base/annota1.exp: Use it instead of is_remote.
11032 * gdb.base/annota3.exp: Use it instead of is_remote.
11033 * gdb.cp/annota2.exp: Use it instead of is_remote.
11034 * gdb.cp/annota3.exp: Use it instead of is_remote.
11035 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11036
50500caf
PA
110372017-10-13 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11040 (test_num_test_vars, run_and_count_vars, find_env)
11041 (test_set_unset_env, test_inherit_env_var): New procedures.
11042 (top level): Use them.
11043
dad0c6d2
PA
110442017-10-13 Pedro Alves <palves@redhat.com>
11045
11046 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11047 also skip on stub-like targets.
11048
8b0553c1
PA
110492017-10-13 Pedro Alves <palves@redhat.com>
11050
11051 PR gdb/22293
11052 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11053 (top level): Move some tests to ...
11054 (test_not_found): ... this new procedure.
11055 (top level): Call it.
11056
7594f623
PA
110572017-10-13 Pedro Alves <palves@redhat.com>
11058
11059 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11060 expect different "info terminal" output if testing with a
11061 non-native target.
11062
ebe3b402
PA
110632017-10-13 Pedro Alves <palves@redhat.com>
11064 Simon Marchi <simon.marchi@polymtl.ca>
11065
11066 PR python/12966
11067 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11068
42f1b161
PA
110692017-10-13 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11072 already.
11073
8d6ef72b
PA
110742017-10-13 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11077 is_remote.
11078
d7bcd5b8
PA
110792017-10-13 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11082 is_remote.
11083
df479dc6
PA
110842017-10-13 Pedro Alves <palves@redhat.com>
11085
11086 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11087 is set.
11088 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11089 instead of is_remote.
11090
23fb630a
PA
110912017-10-13 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11094 (top level): Add comment.
11095
cc77b1dc
PA
110962017-10-13 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.base/remote.exp (top level): Fix comment typo and add
11099 missing return.
11100
27c9e813
PA
111012017-10-13 Pedro Alves <palves@redhat.com>
11102 Simon Marchi <simon.marchi@polymtl.ca>
11103
11104 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11105 calls and add comments. Skip test if use_gdb_stub is set.
11106 (top level): Use "set cwd" command instead of "cd" command.
11107
5e830d98
PA
111082017-10-13 Pedro Alves <palves@redhat.com>
11109
11110 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11111 is_remote target check.
11112
f5ca0032
PA
111132017-10-13 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.base/scope.exp: Use build_executable + clean_restart +
11116 gdb_file_cmd instead of prepare_for_testing and no longer skip
11117 "before run" tests on is_remote target boards. Update comments.
11118 * boards/native-extended-gdbserver.exp
11119 (extended_gdbserver_load_last_file): New, factored out from ...
11120 (gdb_load): ... this. Move further below and add comment.
11121 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11122
8aed1c0d
PA
111232017-10-12 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.base/attach.exp: Remove references to gdb64.
11126 * gdb.base/dbx.exp: Remove references to gdb64.
11127
cfa34c87
SM
111282017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11129 Pedro Alves <palves@redhat.com>
11130
11131 * gdb.base/label.exp: Remove is_remote target check.
11132
9192b7de
PA
111332017-10-12 Pedro Alves <palves@redhat.com>
11134
11135 * gdb.base/auvx.exp (coredir): Update comment.
11136 (top level) <core_works>: Use "set cwd" command instead of "cd"
11137 command.
11138
6bf0052d
PA
111392017-10-12 Pedro Alves <palves@redhat.com>
11140 Simon Marchi <simon.marchi@polymtl.ca>
11141
11142 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11143 target boards.
11144
e48ef82d
PA
111452017-10-12 Pedro Alves <palves@redhat.com>
11146 Simon Marchi <simon.marchi@polymtl.ca>
11147
11148 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11149 Instead skip if there's any gdb_protocol set.
11150
8d7aea57
SM
111512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11152 Pedro Alves <palves@redhat.com>
11153
11154 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11155
30440677
PA
111562017-10-12 Pedro Alves <palves@redhat.com>
11157 Simon Marchi <simon.marchi@polymtl.ca>
11158
11159 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11160 instead of on dejagnu remote boards.
11161
4e04f045 111622017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11163 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11164
11165 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11166 checks. Use build_executable + clean_restart instead of
11167 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11168 of enabling non-stop after starting gdb.
11169
871a186e
PA
111702017-10-12 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11173 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11174 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11175 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11176
56d704da
AK
111772017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11178
11179 * gdb.arch/arc-tdesc-cpu.exp: New file.
11180 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11181
2f20e312
SM
111822017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11183
11184 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11185
65630365
PA
111862017-10-10 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11189 expect CLI output.
11190
bf469271
PA
111912017-10-10 Pedro Alves <palves@redhat.com>
11192
11193 * lib/selftest-support.exp (selftest_setup): Update for
11194 captured_command_loop's prototype change.
11195
777a42f1
PA
111962017-10-09 Pedro Alves <palves@redhat.com>
11197
11198 Test both arch1=>arch2 and arch2=>arch1.
11199
11200 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11201 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11202 factored out to...
11203 (append_arch1_options, append_arch2_options, append_arch_options)
11204 (build_executables): New procedures.
11205 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11206 local.
11207 (top level): Add new 'first_arch' testing axis.
11208
cbd2b4e3
PA
112092017-10-09 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11212 (barrier): New.
11213 (thread_start, all_started): New functions.
11214 (main): Spawn new thread and wait until it is scheduled.
11215 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11216 option.
11217 (do_test): Add 'selected_thread' parameter. Run to all_started
11218 instead of main. Explicitly set the breakpoint at main. Switch
11219 to the SELECTED_THREAD thread.
11220 (top level): Test handling the exec event with either the main
11221 thread or the second thread selected.
11222
5c9e4427
PA
112232017-10-09 Pedro Alves <palves@redhat.com>
11224
11225 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11226 logic. Move STOP marker after the value checks.
11227 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11228 regexp.
11229
b3b7c423
SL
112302017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11231
11232 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11233
3b4b2f16
UW
112342017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11235
11236 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11237 integer-to-dfp conversion.
11238 * gdb.base/dfp-test.exp: Likewise.
11239
5cd63fda
PA
112402017-10-04 Pedro Alves <palves@redhat.com>
11241
11242 * gdb.multi/hangout.c: Include <unistd.h>.
11243 (hangout_loop): New function.
11244 (main): Call alarm. Call hangout_loop in a loop.
11245 * gdb.multi/hello.c: Include <unistd.h>.
11246 (hello_loop): New function.
11247 (main): Call alarm. Call hangout_loop in a loop.
11248 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11249 inferior with the other selected.
11250
4c71c105
SM
112512017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11252
11253 * gdb.mi/list-thread-groups-available.exp: New file.
11254 * gdb.mi/list-thread-groups-available.c: New file.
11255
bc3b087d
SDJ
112562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11257
11258 * gdb.base/set-cwd.exp: Make it available on
11259 native-extended-gdbserver.
11260
d092c5a2
SDJ
112612017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11262
11263 * gdb.base/set-cwd.c: New file.
11264 * gdb.base/set-cwd.exp: Likewise.
11265
45320ffa
TT
112662017-10-02 Tom Tromey <tom@tromey.com>
11267
11268 PR rust/22236:
11269 * gdb.rust/simple.rs (main): New variable "fslice".
11270 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11271
b3e3859b
TT
112722017-10-02 Tom Tromey <tom@tromey.com>
11273
11274 * gdb.rust/simple.exp: Test ptype of a slice.
11275
01af5e0d
TT
112762017-10-02 Tom Tromey <tom@tromey.com>
11277
11278 * gdb.rust/simple.exp: Test index of slice.
11279
a9bbfbd8
TT
112802017-09-27 Tom Tromey <tom@tromey.com>
11281
11282 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11283
df8899e5
TP
112842017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11285 Pedro Alves <palves@redhat.com>
11286
11287 * gdb.base/compare-sections.exp (get value of read-only section): Read
11288 as unsigned value.
11289 (corrupt read-only section): Likewise and don't set written if patching
11290 failed.
11291
757bf54b
KB
112922017-09-21 Kevin Buettner <kevinb@redhat.com>
11293
11294 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11295 files.
11296
06871ae8
PA
112972017-09-20 Pedro Alves <palves@redhat.com>
11298
11299 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11300 symbol names in gdb's output.
11301 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11302
e5f25bc5
PA
113032017-09-20 Pedro Alves <palves@redhat.com>
11304
11305 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11306 Rename to ...
11307 (test_list_ambiguous_symbol): ... this and add a symbol name
11308 parameter. Adjust.
11309 (test_list_ambiguous_function): Reimplement on top of
11310 test_list_ambiguous_symbol and also test listing ambiguous
11311 variables.
11312 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11313 (ambiguous_fun): ... this.
11314 (ambiguous_var): New.
11315 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11316 (ambiguous_fun): ... this.
11317 (ambiguous_var): New.
11318
4e5a4f58
JB
113192017-09-19 John Baldwin <jhb@FreeBSD.org>
11320
11321 * gdb.base/starti.c: New file.
11322 * gdb.base/starti.exp: New file.
11323 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11324
26e53f3e
PA
113252017-09-14 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11328 (top level): Use it instead of runto.
11329
cb791d59
TT
113302017-09-11 Tom Tromey <tom@tromey.com>
11331
11332 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11333
7c96f8c1
TT
113342017-09-11 Tom Tromey <tom@tromey.com>
11335
11336 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11337 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11338
469412dd
CW
113392017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11340
11341 * gdb.fortran/printing-types.exp: New file.
11342 * gdb.fortran/printing-types.exp: New file.
11343
e0f86435
BH
113442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11345
11346 * gdb.fortran/vla-ptype.exp: Fix typos.
11347 * gdb.fortran/vla-value.exp: Same.
11348
9e9af4be
BH
113492017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11350
11351 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11352 * gdb.mi/mi-var-child-f.exp: Likewise.
11353 * gdb.mi/mi-vla-fortran.exp: Likewise.
11354
a5ad232b 113552017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11356 Christoph Weinmann <christoph.t.weinmann@intel.com>
11357 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11358
11359 * gdb.fortran/ptr-indentation.f90: New file.
11360 * gdb.fortran/ptr-indentation.exp: New file.
11361
5aec60eb
TT
113622017-09-05 Tom Tromey <tom@tromey.com>
11363
11364 PR gdb/22010:
11365 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11366
8f8f8152
TP
113672017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11368
11369 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11370
fbd1b771
JK
113712017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11372
11373 * gdb.threads/tls-nodebug-pie.c: New file.
11374 * gdb.threads/tls-nodebug-pie.exp: New file.
11375
5eb5f850
TT
113762017-09-05 Tom Tromey <tom@tromey.com>
11377
11378 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11379 for rust.
11380
ae780a21
SM
113812017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11382
11383 * gdb.multi/multi-arch-exec.exp: Test with different
11384 "follow-exec-mode" settings.
11385 (do_test): New procedure.
11386
3693fdb3
PA
113872017-09-04 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.base/func-static.c (S::method const, S::method volatile)
11390 (S::method volatile const): New methods.
11391 (c_s, v_s, cv_s): New instances.
11392 (main): Call method() on them.
11393 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11394 (cannot_resolve): New procedure.
11395 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11396 print-quote-unquoted columns.
11397 (do_test): Test printing each scope too.
11398
e68cb8e0
PA
113992017-09-04 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.base/local-static.exp: Also test with
11402 class::method::variable wholly quoted.
11403 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11404
858be34c
PA
114052017-09-04 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/local-static.c: New.
11408 * gdb.base/local-static.cc: New.
11409 * gdb.base/local-static.exp: New.
11410
46a4882b
PA
114112017-09-04 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.asm/asm-source.exp: Add casts to int.
11414 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11415 (dataglobal64_1, dataglobal64_2): New globals.
11416 * gdb.base/nodebug.exp: Test different expressions involving the
11417 new globals, with print, whatis and ptype. Add casts to int.
11418 * gdb.base/solib-display.exp: Add casts to int.
11419 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11420 * gdb.cp/m-static.exp: Add cast to int.
11421 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11422 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11423 tls variable with no debug info without a cast. Test with a cast
11424 to int too.
11425 * gdb.trace/entry-values.exp: Add casts.
11426
2c5a2be1
PA
114272017-09-04 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/nodebug.exp: Test that ptype's error about functions
11430 with unknown return type includes the function name too.
11431
7022349d
PA
114322017-09-04 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11435 return type of munmap in infcall.
11436 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11437 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11438 type of ftell in infcall.
11439 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11440 type of getpid in infcall.
11441 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11442 infcall.
11443 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11444 Bail on failure to extract the pid.
11445 * gdb.base/nodebug.c: #include <stdint.h>.
11446 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11447 New functions.
11448 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11449 Change expected output of print/whatis/ptype with functions with
11450 no debug info. Test all supported languages. Call
11451 test_call_promotion.
11452 * gdb.compile/compile.exp: Adjust expected output to expect
11453 warning.
11454 * gdb.threads/siginfo-threads.exp: Likewise.
11455
54990598
PA
114562017-09-04 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11459 "prototypes". Test calling float functions via prototyped and
11460 unprototyped function pointers.
11461 (perform_all_tests): New parameter "prototypes". Pass it down.
11462 (top level): Pass down "prototypes" parameter to
11463 perform_all_tests.
11464
34d16ea2
SM
114652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11466
11467 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11468 Test with nested loops.
11469
9521ecda
SM
114702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11471
11472 * gdb.base/commands.exp: Call the new procedures.
11473 (loop_break_test, loop_continue_test): New procedures.
11474
80a65e9b
SM
114752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11476
11477 * gdb.base/commands.exp: Call new procedure.
11478 (define_if_without_arg_test): New procedure.
11479
e439fa14
PA
114802017-09-04 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/list-ambiguous.exp: New file.
11483 * gdb.base/list-ambiguous0.c: New file.
11484 * gdb.base/list-ambiguous1.c: New file.
11485 * gdb.base/list.exp (test_list_range): Adjust expected output.
11486
0a2dde4a
SDJ
114872017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11488
11489 * gdb.base/share-env-with-gdbserver.c: New file.
11490 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11491
5e89eb3a
SM
114922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11493
11494 * gdb.base/commands.exp (gdbvar_simple_if_test,
11495 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11496 progvar_simple_if_test, progvar_simple_while_test,
11497 progvar_complex_if_while_test, user_defined_command_test,
11498 user_defined_command_args_eval,
11499 user_defined_command_args_stack_test,
11500 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11501 temporary_breakpoint_commands,
11502 gdb_test_no_prompt, redefine_hook_test,
11503 redefine_backtrace_test): Remove "global gdb_prompt".
11504
fd437cbc
SM
115052017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11506
11507 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11508 New proc, call it from toplevel.
11509
87215ad1
SDJ
115102017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11511
11512 PR remote/21852
11513 * gdb.server/normal.c: New file, copied from gdb.base.
11514 * gdb.server/run-without-local-binary.exp: New file.
11515
58afddc6
WP
115162017-08-07 Weimin Pan <weimin.pan@oracle.com>
11517
11518 * gdb.arch/sparc64-adi.exp: New file.
11519 * gdb.arch/sparc64-adi.c: New file.
11520
5277199a
PA
115212017-08-22 Pedro Alves <palves@redhat.com>
11522
11523 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11524 (top level): Add "list all overloads" tests.
11525
14278e1f
TT
115262017-08-22 Tom Tromey <tom@tromey.com>
11527
11528 * gdb.gdb/xfullpath.exp: Remove.
11529
bf223d3e
PA
115302017-08-21 Pedro Alves <palves@redhat.com>
11531
11532 PR gdb/19487
11533 * gdb.base/symbol-alias.c: New.
11534 * gdb.base/symbol-alias2.c: New.
11535 * gdb.base/symbol-alias.exp: New.
11536
c973d0aa
PA
115372017-08-21 Pedro Alves <palves@redhat.com>
11538
11539 * gdb.base/dfp-test.c
11540 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11541 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11542 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11543 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11544 * gdb.base/whatis-ptype-typedefs.c: New.
11545 * gdb.base/whatis-ptype-typedefs.exp: New.
11546 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11547 (an_int, an_int_type, an_int_type2): New globals.
11548 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11549 involving typedefs and cast expressions.
11550 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11551 (lookup_typedefs_function): New.
11552 (typedefs_pretty_printers_dict): New.
11553 (top level): Register lookup_typedefs_function in
11554 gdb.pretty_printers.
11555
6d580b63
YQ
115562017-08-18 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.server/unittest.exp: New.
11559
206726fb
SDJ
115602017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11561
11562 PR gdb/21954
11563 * gdb.base/environ.exp: Add test to check if 'unset environment'
11564 works.
11565
bf0ec4c2
AA
115662017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11567
11568 * lib/gdb.exp (universal_compile_options): New caching proc.
11569 (gdb_compile): Suppress GCC's coloring of messages.
11570
d6382fff
TT
115712017-08-14 Tom Tromey <tom@tromey.com>
11572
11573 PR gdb/21675:
11574 * gdb.base/printcmds.exp (test_radices): New function.
11575 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11576 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11577 * lib/gdb.exp (get_integer_valueof): Use p/d.
11578
c2c2dd9f
SM
115792017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11580
11581 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11582 characters.
11583
fdffd6f4
TT
115842017-08-05 Tom Tromey <tom@tromey.com>
11585
11586 * gdb.rust/simple.exp: Allow String to appear in a different
11587 namespace.
11588
27d41eac
YQ
115892017-07-26 Yao Qi <yao.qi@linaro.org>
11590
11591 * gdb.gdb/unittest.exp: Invoke command
11592 "maintenance check xml-descriptions".
11593
031ed05d
AA
115942017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11595
11596 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11597 calling context.
11598 (hex128): Drop erroneous calculation of parameters.
11599
dcd27ddf
SM
116002017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11601
11602 * gdb.python/py-unwind.exp: Disable stack protection when
11603 building test file.
11604
47e77640
PA
116052017-07-20 Pedro Alves <palves@redhat.com>
11606
11607 * gdb.base/default.exp (set language): Adjust expected output.
11608
62d2a18a
PA
116092017-07-20 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11612 (test_minsym): ... this, and make static.
11613 (get_pck__foo__bar__minsym): Rename to ...
11614 (get_test_minsym): ... this.
11615 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11616 symbol names and comments.
11617 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11618 (get_test_minsym): ... this.
11619 (pck__foo__bar__minsym__2): Rename to ...
11620 (test_minsym): ... this.
11621 (main): Adjust.
11622
c45ec17c
PA
116232017-07-17 Pedro Alves <palves@redhat.com>
11624
11625 * gdb.base/completion.exp: Adjust expected output.
11626 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11627 the completer works.
11628
c6756f62
PA
116292017-07-17 Pedro Alves <palves@redhat.com>
11630
11631 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11632
5bd68487
AB
116332017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11634
11635 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11636
8880f2a9
TT
116372017-07-14 Tom Tromey <tom@tromey.com>
11638
11639 PR rust/21764:
11640 * gdb.rust/simple.exp: Add tests.
11641
65547233
TT
116422017-07-14 Tom Tromey <tom@tromey.com>
11643
11644 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11645
8f14146e
PA
116462017-07-14 Pedro Alves <palves@redhat.com>
11647
11648 * gdb.linespec/base/one/thefile.cc (z1): New function.
11649 * gdb.linespec/base/two/thefile.cc (z2): New function.
11650 * gdb.linespec/linespec.exp: Add tests.
11651
b4365d02
AB
116522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11653
11654 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11655 to mi_create_breakpoint.
11656
5d2cbaa5
AB
116572017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11658
11659 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11660 mi_create_breakpoint.
11661
11cb5716
IB
116622017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11663
11664 * gdb.dlang/demangle.exp: Update for demangling changes.
11665
03278692
TT
116662017-07-09 Tom Tromey <tom@tromey.com>
11667
11668 * gdb.dwarf2/shortpiece.exp: New file.
11669
33c5cd75
DB
116702017-07-06 David Blaikie <dblaikie@gmail.com>
11671
11672 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11673 built from fissiont-multi-cu{1,2}.c.
11674 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11675 except putting 'main' and 'func' in separate CUs in the same DWO file.
11676 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11677 test.
11678 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11679 test.
11680
8455d262
PA
116812017-07-06 Pedro Alves <palves@redhat.com>
11682
11683 * gdb.python/py-unwind.exp: Test flushregs.
11684
dc4bde35
SDJ
116852017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11686
11687 PR cli/21688
11688 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11689 tests for alias commands and trailing whitespace.
11690
51ed89aa
SDJ
116912017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11692
11693 PR cli/21688
11694 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11695 procedure. Call it.
11696
eb17d413
PA
116972017-06-29 Pedro Alves <palves@redhat.com>
11698
11699 * gdb.base/printcmds.exp: Add tests.
11700
41664b45
DG
117012017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11702
11703 PR gdb/21337
11704 * gdb.base/reread-readsym.exp: New file.
11705 * gdb.base/reread-readsym.c: New file.
11706
75312ae3
KB
117072017-06-21 Kevin Buettner <kevinb@redhat.com>
11708
11709 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11710 subpattern.
11711
66953522
PB
117122017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11713
11714 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11715 extended mnemonic.
11716 * gdb.arch/powerpc-power9.s: Likewise.
11717
5524b525
AA
117182017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11719
11720 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11721 on 32-bit x86 targets. Exploit is_*_target macros where
11722 appropriate.
11723
03c8af18
AA
117242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11725
11726 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11727 register pieces.
11728
3bf31011
AA
117292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11730
11731 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11732 located in one or more DWARF pieces.
11733
805acca0
AA
117342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11735
11736 * lib/gdb.exp (get_endianness): New proc.
11737 * gdb.arch/aarch64-fp.exp: Use it.
11738 * gdb.arch/altivec-regs.exp: Likewise.
11739 * gdb.arch/e500-regs.exp: Likewise.
11740 * gdb.arch/vsx-regs.exp: Likewise.
11741 * gdb.base/dump.exp: Likewise.
11742 * gdb.base/funcargs.exp: Likewise.
11743 * gdb.base/gnu_vector.exp: Likewise.
11744 * gdb.dwarf2/formdata16.exp: Likewise.
11745 * gdb.dwarf2/implptrpiece.exp: Likewise.
11746 * gdb.dwarf2/nonvar-access.exp: Likewise.
11747 * gdb.python/py-inferior.exp: Likewise.
11748 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11749
e9352324
AA
117502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11751
11752 PR gdb/21226
11753 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11754 stack value pieces are taken from the LSB end.
11755
d5d1163e
AA
117562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11757
11758 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11759 variable at nonzero offset.
11760
0567c986
AA
117612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11762
11763 * gdb.dwarf2/var-access.c: New file.
11764 * gdb.dwarf2/var-access.exp: New test.
11765 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11766
973e9aab
TT
117672017-06-12 Tom Tromey <tom@tromey.com>
11768
11769 * gdb.dwarf2/formdata16.exp: Add tests.
11770
d9109c80
TT
117712017-06-12 Tom Tromey <tom@tromey.com>
11772
11773 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11774
30a25466
TT
117752017-06-12 Tom Tromey <tom@tromey.com>
11776
11777 PR exp/16225:
11778 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11779 * gdb.arch/vsx-regs.exp: Update tests.
11780 * gdb.arch/s390-vregs.exp (hex128): New proc.
11781 Update test.
11782 * gdb.arch/altivec-regs.exp: Update tests.
11783
aefd8b33
SDJ
117842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11785
11786 * gdb.base/startup-with-shell.c: New file.
11787 * gdb.base/startup-with-shell.exp: Likewise.
11788
2090129c
SDJ
117892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11790
11791 * gdb.server/non-existing-program.exp: Update regex in order to
11792 reflect the fact that gdbserver is now using fork_inferior (with a
11793 shell) to startup the inferior.
11794
8e86a419
SM
117952017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11796
11797 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11798 support function calls from GDB.
11799
e6cf65f2
TT
118002017-05-21 Tom Tromey <tom@tromey.com>
11801
11802 PR rust/21466:
11803 * gdb.rust/unsized.exp: New file.
11804 * gdb.rust/unsized.rs: New file.
11805
43cc5389
TT
118062017-05-19 Tom Tromey <tom@tromey.com>
11807
11808 PR rust/21484:
11809 * gdb.rust/watch.exp: New file.
11810 * gdb.rust/watch.rs: New file.
11811
ec8df234
TT
118122017-05-18 Tom Tromey <tom@tromey.com>
11813
11814 * gdb.rust/simple.exp: Allow Box to be qualified.
11815
3e3e7fae
TP
118162017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11817
11818 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11819
59cc050d
PA
118202017-05-18 Pedro Alves <palves@redhat.com>
11821
11822 * gdb.base/fileio.c (test_write, test_read, test_close)
11823 (test_fstat): Don't print 'ret' in the fail path.
11824
c8f6abd1
PA
118252017-05-18 Pedro Alves <palves@redhat.com>
11826
11827 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11828 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11829 (test_system, test_rename, test_unlink, test_time): Change
11830 prototypes.
11831 * gdb.base/fileio.exp (stop_msg): Adjust.
11832
d2a03b77
PA
118332017-05-18 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.base/fileio.c (null_str): New global.
11836 (test_stat): Use it.
11837 * gdb.base/fileio.exp: Remove nowarnings.
11838
0d5c6999
YQ
118392017-05-17 Yao Qi <yao.qi@linaro.org>
11840
11841 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11842
21873064
YQ
118432017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11844
11845 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11846 argument command.
11847 (top-level): Invoke test_set_inferior_tty.
11848
d512d31c
PA
118492017-05-04 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11852 Add parens to print call for Python 3.
11853
90cef2ed
KS
118542017-05-03 Keith Seitz <keiths@redhat.com>
11855
11856 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11857 (main): Call it.
11858
14f819c8
TW
118592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11860
11861 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11862 to prev and next.
11863
913aeadd
TW
118642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11865
11866 * gdb.python/py-record-btrace.exp: Remove test for
11867 gdb.BtraceInstruction.error.
11868
a3be24ad
TW
118692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11870
11871 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11872
ae20e79a
TW
118732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11874
11875 * gdb.python/py-record-btrace-threads.c: New file.
11876 * gdb.python/py-record-btrace-threads.exp: New file.
11877
45ce1b47
SDJ
118782017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11879
11880 PR testsuite/8595
11881 * gdb.base/environ.exp: Make test available in all architectures.
11882 Move bits related to "info program" testing to
11883 gdb.base/info-program.exp. Rewrite tests to use the two new
11884 procedures mentione below.
11885 (test_set_show_env_var) New procedure.
11886 (test_set_show_env_var_equal): Likewise.
11887 * gdb.base/info-program.exp: New file.
11888
e15c3eb4
KS
118892017-04-27 Keith Seitz <keiths@redhat.com>
11890
11891 * gdb.cp/oranking.cc (test15): New function.
11892 (main): Call test15 and declare additional variables for testing.
11893 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11894 "p foo101('abc')" tests.
11895 Add tests for cv qualifier overloads.
11896 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11897 "lvalue reference overload" test.
11898 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11899 "print value of f1 on Child&& in f2" test.
11900
3a3fd0fd
PA
119012017-04-19 Pedro Alves <palves@redhat.com>
11902
11903 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11904 procedure.
11905 (top level): Call it.
11906 * lib/gdb.exp (gdb_define_cmd): New procedure.
11907
53375380
PA
119082017-04-12 Pedro Alves <palves@redhat.com>
11909
11910 PR gdb/21323
11911 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11912 (wchar): New global.
11913 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11914 (do_test_wide_char, wide_char_types_no_program, top level): Add
11915 wchar_t testing.
11916
53e710ac
PA
119172017-04-12 Pedro Alves <palves@redhat.com>
11918
11919 PR c++/21323
11920 * gdb.cp/wide_char_types.c: New file.
11921 * gdb.cp/wide_char_types.exp: New file.
11922
0ad9d8c7
SDJ
119232017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11924
11925 PR gdb/21352
11926 * gdb.trace/tsv.exp: Add test for "tsave -r".
11927
b1b45502
IB
119282017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11929
11930 * gdb.dlang/watch-loc.c: New file.
11931 * gdb.dlang/watch-loc.exp: New file.
11932
ec13808e
JK
119332017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11936
fe5f7374
AK
119372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11938
11939 * gdb.arch/arc-analyze-prologue.S: New file.
11940 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11941
eea78757
AK
119422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11943
11944 * gdb.arch/arc-decode-insn.S: New file.
11945 * gdb.arch/arc-decode-insn.exp: Likewise.
11946
5badf10a
IR
119472017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11948
11949 PR tdep/20928
11950 * gdb.arch/sparc64-regs.exp: New file.
11951 * gdb.arch/sparc64-regs.S: Likewise.
11952
cee59b3f
TW
119532017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11954
11955 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11956 and memory view on Python 3.
11957
c0f55cc6
AV
119582017-03-20 Artemiy Volkov <artemiyv@acm.org>
11959 Keith Seitz <keiths@redhat.com>
11960
11961 PR gdb/14441
11962 * gdb.cp/demangle.exp: Add rvalue reference tests.
11963 * gdb.cp/rvalue-ref-casts.cc: New file.
11964 * gdb.cp/rvalue-ref-casts.exp: New file.
11965 * gdb.cp/rvalue-ref-overload.cc: New file.
11966 * gdb.cp/rvalue-ref-overload.exp: New file.
11967 * gdb.cp/rvalue-ref-params.cc: New file.
11968 * gdb.cp/rvalue-ref-params.exp: New file.
11969 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11970 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11971 * gdb.cp/rvalue-ref-types.cc: New file.
11972 * gdb.cp/rvalue-ref-types.exp: New file.
11973 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11974 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11975
51457a05
MAL
119762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11977
11978 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11979 New procedure.
11980
5b291c04
MAL
119812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11982
11983 * lib/mi-support.exp (mi_gdb_test): Add additional message
11984 for unexpected output.
11985
59a56148
AA
119862017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11987
11988 * gdb.base/examine-backward.c (Barrier): New character array
11989 constant, to ensure that TestStrings is preceded by a string
11990 terminator.
11991
7942e96e
AA
119922017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11993
11994 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11995 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11996 and implicit pointer into such a location.
11997
6ebac3fb
DE
119982017-03-16 Doug Evans <dje@google.com>
11999
12000 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12001
ec3b243d
TP
120022017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12003
12004 * gdb.cp/m-static.exp: Fix expectation for prototype of
12005 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12006
120072017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12008
12009 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12010 * gdb.guile/scm-lazy-string.c: New file.
12011 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12012 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12013 for pointer, array, typedef lazy strings.
12014
2cc36e25 120152017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12016
12017 PR python/17728, python/18439, python/18779
12018 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12019 * gdb.python/py-lazy-string.c (pointer): New typedef.
12020 (main): New locals ptr, array, typedef_ptr.
12021 * gdb.python/py-value.exp: Move lazy string tests to ...
12022 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12023 array, typedef lazy strings.
ec3b243d 12024
0efcde63
AK
120252017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12026
12027 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12028 Add optional 'test' parameter.
12029
7978d7c3
SM
120302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12031
12032 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12033 Skip for versions of DejaGnu < 1.5.
12034
896c0c1e
SM
120352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12036
12037 * lib/gdb.exp (dejagnu_version): New proc.
12038 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12039 Use dejagnu_version.
12040
5f4d1085
KS
120412017-03-10 Keith Seitz <keiths@redhat.com>
12042
12043 PR c++/8128
12044 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12045 type from destructor regexps.
12046 Add a branch which actually passes the test.
12047 Adjust "ptype t5i" test names.
12048
1de05205
PA
120492017-03-08 Pedro Alves <palves@redhat.com>
12050
12051 * gdb.base/step-over-exit.exp: Add explicit test message.
12052
c65d6b55
PA
120532017-03-08 Pedro Alves <palves@redhat.com>
12054
12055 PR gdb/18360
12056 * gdb.threads/interrupt-while-step-over.c: New file.
12057 * gdb.threads/interrupt-while-step-over.exp: New file.
12058
2e86a283
PA
120592017-03-08 Pedro Alves <palves@redhat.com>
12060
12061 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12062 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12063
25dcbff6
PA
120642017-03-08 Pedro Alves <palves@redhat.com>
12065
12066 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12067 PKRU as not supported as a PASS.
12068
dc9366eb
PA
120692017-03-08 Pedro Alves <palves@redhat.com>
12070
12071 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12072 prefix instead of $binfile1/$binfile2.
12073 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12074 in test message.
12075 * gdb.python/py-completion.exp: Use "load python file" as test
12076 messages instead of unstable path names.
12077
6e5d74e7
PA
120782017-03-08 Pedro Alves <palves@redhat.com>
12079 Jan Kratochvil <jan.kratochvil@redhat.com>
12080
12081 PR cli/21218
12082 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12083 New proc.
12084 (top level): Call it.
12085
9753a2f6
PA
120862017-03-08 Pedro Alves <palves@redhat.com>
12087
12088 PR tui/21216
12089 * gdb.tui/tui-nl-filtered-output.exp: New file.
12090
1a4dd9dd
PA
120912017-03-08 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/completion.exp: Move TUI completion tests to ...
12094 * gdb.tui/completion.exp: ... this new file.
12095
7cbbff33
PA
120962017-03-08 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/tui-disasm-long-lines.c,
12099 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12100 gdb.base/tui-layout.exp: Move to ...
12101 * gdb.tui/: ... this new directory.
12102
5f6fd321
PA
121032017-03-07 Pedro Alves <palves@redhat.com>
12104
12105 * gdb.base/tui-layout.c: New file.
12106 * gdb.base/tui-layout.exp: New file.
12107
44959fa8
PA
121082017-03-07 Pedro Alves <palves@redhat.com>
12109
12110 * gdb.base/tui-layout.c: Rename to ...
12111 * gdb.base/tui-disasm-long-lines.c: ... this.
12112 * gdb.base/tui-layout.exp: Rename to ...
12113 * gdb.base/tui-disasm-long-lines.exp: ... this.
12114
f8c4e718
PA
121152017-03-07 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12118
6dbb839a 121192017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12120
12121 * i386-mpx-call.c: New file.
12122 * i386-mpx-call.exp: New file.
12123
65b48a81
PB
121242017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12125
12126 * gdb.arch/powerpc-power.exp: Delete test.
12127 * gdb.arch/powerpc-power.s: Likewise.
12128 * gdb.disasm/disassembler-options.exp: New test.
12129 * gdb.arch/powerpc-altivec.exp: Likewise.
12130 * gdb.arch/powerpc-altivec.s: Likewise.
12131 * gdb.arch/powerpc-altivec2.exp: Likewise.
12132 * gdb.arch/powerpc-altivec2.s: Likewise.
12133 * gdb.arch/powerpc-altivec3.exp: Likewise.
12134 * gdb.arch/powerpc-altivec3.s: Likewise.
12135 * gdb.arch/powerpc-power7.exp: Likewise.
12136 * gdb.arch/powerpc-power7.s: Likewise.
12137 * gdb.arch/powerpc-power8.exp: Likewise.
12138 * gdb.arch/powerpc-power8.s: Likewise.
12139 * gdb.arch/powerpc-power9.exp: Likewise.
12140 * gdb.arch/powerpc-power9.s: Likewise.
12141 * gdb.arch/powerpc-vsx.exp: Likewise.
12142 * gdb.arch/powerpc-vsx.s: Likewise.
12143 * gdb.arch/powerpc-vsx2.exp: Likewise.
12144 * gdb.arch/powerpc-vsx2.s: Likewise.
12145 * gdb.arch/powerpc-vsx3.exp: Likewise.
12146 * gdb.arch/powerpc-vsx3.s: Likewise.
12147 * gdb.arch/arm-disassembler-options.exp: Likewise.
12148 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12149 * gdb.arch/s390-disassembler-options.exp: Likewise.
12150
17cd4947
LM
121512017-02-23 Luis Machado <lgustavo@codesourcery.com>
12152
12153 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12154 (check_supported_features): ... this. Changed return type to void.
12155 (supports_rdseed): New static global.
12156 (rdseed): Check supports_rdseed.
12157 (initialize): Call check_supported_features.
12158
2039d74e
EBM
121592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12160
12161 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12162 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12163 and lqarx/stqcx.
12164 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12165 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12166
a51d7ecf
EBM
121672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12168
12169 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12170 uppercase.
12171
0224619f
JK
121722017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12173
12174 * gdb.dwarf2/formdata16.c: New file.
12175 * gdb.dwarf2/formdata16.exp: New file.
12176 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12177
216f72a1
JK
121782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12179
12180 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12181 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12182 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12183 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12184 DW_AT_GNU_*.
12185
43988095
JK
121862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12187
12188 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12189
99e8a4f9
SDJ
121902017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12191
12192 PR gdb/21164
12193 * gdb.base/maint.exp: Add testcases for when the commands do
12194 not have arguments.
12195
b58a8c0c
TP
121962017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12197
12198 * gdb.cp/chained-calls.exp: Use p instead of P.
12199
4e746bb6
TW
122002017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12201
12202 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12203 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12204
3f77c769
TT
122052017-02-14 Tom Tromey <tom@tromey.com>
12206
12207 PR python/13598:
12208 * gdb.python/py-events.exp: Add before_prompt event tests.
12209
075beec0
AA
122102017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12211
12212 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12213
bf5f525c
LM
122142017-02-13 Luis Machado <lgustavo@codesourcery.com>
12215
12216 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12217 (main): Call my_unique_function_name.
12218 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12219 completion of patterns with a single match.
12220 Add missing -re switches to gdb_test_multiple calls.
12221
13a66184
LM
122222017-02-13 Luis Machado <lgustavo@codesourcery.com>
12223
12224 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12225 return if core file is not recognized.
12226
26a06916
SM
122272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12228
12229 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12230 and extra UIs.
12231
b761ca9e
SM
122322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12233
12234 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12235 proc_with_prefix.
12236
b964bee0
TT
122372017-02-10 Tom Tromey <tom@tromey.com>
12238
12239 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12240
18da0c51
MG
122412017-02-10 Martin Galvan <martingalvan@sourceware.org>
12242
12243 PR gdb/21122
12244 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12245
604c4576
JG
122462017-02-08 Jerome Guitton <guitton@adacore.com>
12247
12248 * gdb.base/define.exp: Add test for command abbreviations
12249 in define.
12250
20b477a7
LM
122512017-02-06 Luis Machado <lgustavo@codesourcery.com>
12252
12253 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12254 * gdb.reverse/insn-reverse-x86.c: New file.
12255
3f7b46f2
IR
122562017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12257
12258 PR tdep/20936
12259 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12260
f0fd41c1
TT
122612017-02-03 Tom Tromey <tom@tromey.com>
12262
12263 PR rust/21097:
12264 * gdb.rust/simple.exp: Add new tests.
12265
5be5dbf0
PA
122662017-02-02 Pedro Alves <palves@redhat.com>
12267
12268 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12269 tests.
12270
7346ef59
AA
122712017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12272
12273 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12274 taking a 2-byte value out of a 4-byte DWARF implicit value on
12275 big-endian targets.
12276 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12277 logic. Add test cases for DW_OP_implicit.
12278
787f0025
MM
122792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12280
12281 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12282
68777c29
MM
122832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12284
12285 * gdb.btrace/enable.exp: Call gdb_exit before
12286 skip_gdbserver_tests.
12287
0a1c7e28
MM
122882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12289
12290 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12291 GDBFLAGS.
12292
b5ac99b0
MM
122932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12294
12295 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12296 the test is skipped.
12297 * gdb.btrace/data.exp: Likewise.
12298 * gdb.btrace/delta.exp: Likewise.
12299 * gdb.btrace/dlopen.exp: Likewise.
12300 * gdb.btrace/enable-running.exp: Likewise.
12301 * gdb.btrace/enable.exp: Likewise.
12302 * gdb.btrace/exception.exp: Likewise.
12303 * gdb.btrace/function_call_history.exp: Likewise.
12304 * gdb.btrace/gcore.exp: Likewise.
12305 * gdb.btrace/instruction_history.exp: Likewise.
12306 * gdb.btrace/multi-thread-step.exp: Likewise.
12307 * gdb.btrace/nohist.exp: Likewise.
12308 * gdb.btrace/non-stop.exp: Likewise.
12309 * gdb.btrace/reconnect.exp: Likewise.
12310 * gdb.btrace/record_goto-step.exp: Likewise.
12311 * gdb.btrace/record_goto.exp: Likewise.
12312 * gdb.btrace/rn-dl-bind.exp: Likewise.
12313 * gdb.btrace/segv.exp: Likewise.
12314 * gdb.btrace/step.exp: Likewise.
12315 * gdb.btrace/stepi.exp: Likewise.
12316 * gdb.btrace/tailcall-only.exp: Likewise.
12317 * gdb.btrace/tailcall.exp: Likewise.
12318 * gdb.btrace/tsx.exp: Likewise.
12319 * gdb.btrace/unknown_functions.exp: Likewise.
12320 * gdb.btrace/vdso.exp: Likewise.
12321
cd4007e4
MM
123222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12323
12324 * gdb.btrace/enable-running.c: New.
12325 * gdb.btrace/enable-running.exp: New.
12326
2735833d
WT
123272017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12328
12329 * gdb.arch/amd64-gs_base.c: New file.
12330 * gdb.arch/amd64-gs_base.exp: New file.
12331
b51e1e94
LM
123322017-01-26 Luis Machado <lgustavo@codesourcery.com>
12333
12334 * lib/memory.exp: Remove spurious empty newlines.
12335
72ca0410
SM
123362017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12337
12338 * gdb.python/py-bad-printers.exp: Load python file using "source".
12339 * gdb.python/py-events.exp: Likewise.
12340 * gdb.python/py-evsignal.exp: Likewise.
12341 * gdb.python/py-evthreads.exp: Likewise.
12342 * gdb.python/py-frame-args.exp: Likewise.
12343 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12344 * gdb.python/py-framefilter-mi.exp: Likewise.
12345 * gdb.python/py-framefilter.exp: Likewise.
12346 * gdb.python/py-mi.exp: Likewise.
12347 * gdb.python/py-pp-maint.exp: Likewise.
12348 * gdb.python/py-pp-registration.exp: Likewise.
12349 * gdb.python/py-prettyprint.exp: Likewise.
12350 (run_lang_tests): Likewise.
12351 * gdb.python/py-typeprint.exp: Likewise.
12352
e309aa65
LM
123532017-01-26 Luis Machado <lgustavo@codesourcery.com>
12354
12355 * lib/memory.exp: New file.
12356 * lib/gdb.exp: Load memory.exp.
12357 * gdb.base/memattr.exp (delete_memory): Move proc to
12358 lib/memory.exp and rename to delete_memory_regions.
12359 Replace delete_memory with delete_memory_regions.
12360 Cleanup memory regions before tests.
12361 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12362 before tests.
12363
515aff23
LM
123642017-01-26 Luis Machado <lgustavo@codesourcery.com>
12365
12366 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12367 files.
12368 (initialize): New function conditionally defined.
12369 (testcases): Move within conditional block.
12370 (main): Call initialize.
12371 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12372 of gdb.reverse/insn-reverse.c.
12373 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12374 gdb.reverse/insn-reverse.c.
12375
d8b49cf0
YQ
123762017-01-26 Yao Qi <yao.qi@linaro.org>
12377
12378 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12379 disassemble on address 0.
12380
f13a9a0c
YQ
123812017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12382 Yao Qi <yao.qi@linaro.org>
12383
12384 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12385 * gdb.dwarf2/implptr-64bit.S: Remove.
12386 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12387 variables in caller's context. Add DW_OP_implicit_value.
12388
5ac95241
YQ
123892017-01-25 Yao Qi <yao.qi@linaro.org>
12390
12391 * lib/dwarf.exp (Dwarf::_location): Handle
12392 DW_OP_GNU_implicit_pointer with proper size.
12393
23e82930
LM
123942017-01-20 Luis Machado <lgustavo@codesourcery.com>
12395
12396 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12397 and add untested calls.
12398
d334ae25
LM
123992017-01-20 Luis Machado <lgustavo@codesourcery.com>
12400
12401 * gdb.python/python.exp: Check line number against what GDB thinks
12402 the line number is for func1.
12403
f5e6296e
IB
124042017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12405
12406 * gdb.dlang/debug-expr.exp: New file.
12407
5b362f04
LM
124082016-12-23 Luis Machado <lgustavo@codesourcery.com>
12409
12410 Fix test names for the following files:
12411
12412 * gdb.ada/exec_changed.exp
12413 * gdb.ada/info_types.exp
12414 * gdb.arch/aarch64-atomic-inst.exp
12415 * gdb.arch/aarch64-fp.exp
12416 * gdb.arch/altivec-abi.exp
12417 * gdb.arch/altivec-regs.exp
12418 * gdb.arch/amd64-byte.exp
12419 * gdb.arch/amd64-disp-step.exp
12420 * gdb.arch/amd64-dword.exp
12421 * gdb.arch/amd64-entry-value-inline.exp
12422 * gdb.arch/amd64-entry-value-param.exp
12423 * gdb.arch/amd64-entry-value-paramref.exp
12424 * gdb.arch/amd64-entry-value.exp
12425 * gdb.arch/amd64-i386-address.exp
12426 * gdb.arch/amd64-invalid-stack-middle.exp
12427 * gdb.arch/amd64-invalid-stack-top.exp
12428 * gdb.arch/amd64-optimout-repeat.exp
12429 * gdb.arch/amd64-prologue-skip.exp
12430 * gdb.arch/amd64-prologue-xmm.exp
12431 * gdb.arch/amd64-stap-special-operands.exp
12432 * gdb.arch/amd64-stap-wrong-subexp.exp
12433 * gdb.arch/amd64-tailcall-cxx.exp
12434 * gdb.arch/amd64-tailcall-noret.exp
12435 * gdb.arch/amd64-tailcall-ret.exp
12436 * gdb.arch/amd64-tailcall-self.exp
12437 * gdb.arch/amd64-word.exp
12438 * gdb.arch/arm-bl-branch-dest.exp
12439 * gdb.arch/arm-disp-step.exp
12440 * gdb.arch/arm-neon.exp
12441 * gdb.arch/arm-single-step-kernel-helper.exp
12442 * gdb.arch/avr-flash-qualifier.exp
12443 * gdb.arch/disp-step-insn-reloc.exp
12444 * gdb.arch/e500-abi.exp
12445 * gdb.arch/e500-regs.exp
12446 * gdb.arch/ftrace-insn-reloc.exp
12447 * gdb.arch/i386-avx512.exp
12448 * gdb.arch/i386-bp_permanent.exp
12449 * gdb.arch/i386-byte.exp
12450 * gdb.arch/i386-cfi-notcurrent.exp
12451 * gdb.arch/i386-disp-step.exp
12452 * gdb.arch/i386-dr3-watch.exp
12453 * gdb.arch/i386-float.exp
12454 * gdb.arch/i386-gnu-cfi.exp
12455 * gdb.arch/i386-mpx-map.exp
12456 * gdb.arch/i386-mpx-sigsegv.exp
12457 * gdb.arch/i386-mpx-simple_segv.exp
12458 * gdb.arch/i386-mpx.exp
12459 * gdb.arch/i386-permbkpt.exp
12460 * gdb.arch/i386-prologue.exp
12461 * gdb.arch/i386-signal.exp
12462 * gdb.arch/i386-size-overlap.exp
12463 * gdb.arch/i386-unwind.exp
12464 * gdb.arch/i386-word.exp
12465 * gdb.arch/mips-fcr.exp
12466 * gdb.arch/powerpc-d128-regs.exp
12467 * gdb.arch/powerpc-stackless.exp
12468 * gdb.arch/ppc64-atomic-inst.exp
12469 * gdb.arch/s390-stackless.exp
12470 * gdb.arch/s390-tdbregs.exp
12471 * gdb.arch/s390-vregs.exp
12472 * gdb.arch/sparc-sysstep.exp
12473 * gdb.arch/thumb-bx-pc.exp
12474 * gdb.arch/thumb-singlestep.exp
12475 * gdb.arch/thumb2-it.exp
12476 * gdb.arch/vsx-regs.exp
12477 * gdb.asm/asm-source.exp
12478 * gdb.base/a2-run.exp
12479 * gdb.base/advance.exp
12480 * gdb.base/all-bin.exp
12481 * gdb.base/anon.exp
12482 * gdb.base/args.exp
12483 * gdb.base/arithmet.exp
12484 * gdb.base/async-shell.exp
12485 * gdb.base/async.exp
12486 * gdb.base/attach-pie-noexec.exp
12487 * gdb.base/attach-twice.exp
12488 * gdb.base/auto-load.exp
12489 * gdb.base/bang.exp
12490 * gdb.base/bitfields.exp
12491 * gdb.base/break-always.exp
12492 * gdb.base/break-caller-line.exp
12493 * gdb.base/break-entry.exp
12494 * gdb.base/break-inline.exp
12495 * gdb.base/break-on-linker-gcd-function.exp
12496 * gdb.base/break-probes.exp
12497 * gdb.base/break.exp
12498 * gdb.base/breakpoint-shadow.exp
12499 * gdb.base/call-ar-st.exp
12500 * gdb.base/call-sc.exp
12501 * gdb.base/call-signal-resume.exp
12502 * gdb.base/call-strs.exp
12503 * gdb.base/callfuncs.exp
12504 * gdb.base/catch-fork-static.exp
12505 * gdb.base/catch-gdb-caused-signals.exp
12506 * gdb.base/catch-load.exp
12507 * gdb.base/catch-signal-fork.exp
12508 * gdb.base/catch-signal.exp
12509 * gdb.base/catch-syscall.exp
12510 * gdb.base/charset.exp
12511 * gdb.base/checkpoint.exp
12512 * gdb.base/chng-syms.exp
12513 * gdb.base/code-expr.exp
12514 * gdb.base/code_elim.exp
12515 * gdb.base/commands.exp
12516 * gdb.base/completion.exp
12517 * gdb.base/complex.exp
12518 * gdb.base/cond-expr.exp
12519 * gdb.base/condbreak.exp
12520 * gdb.base/consecutive.exp
12521 * gdb.base/continue-all-already-running.exp
12522 * gdb.base/coredump-filter.exp
12523 * gdb.base/corefile.exp
12524 * gdb.base/dbx.exp
12525 * gdb.base/debug-expr.exp
12526 * gdb.base/define.exp
12527 * gdb.base/del.exp
12528 * gdb.base/disabled-location.exp
12529 * gdb.base/disasm-end-cu.exp
12530 * gdb.base/disasm-optim.exp
12531 * gdb.base/display.exp
12532 * gdb.base/duplicate-bp.exp
12533 * gdb.base/ena-dis-br.exp
12534 * gdb.base/ending-run.exp
12535 * gdb.base/enumval.exp
12536 * gdb.base/environ.exp
12537 * gdb.base/eu-strip-infcall.exp
12538 * gdb.base/eval-avoid-side-effects.exp
12539 * gdb.base/eval-skip.exp
12540 * gdb.base/exitsignal.exp
12541 * gdb.base/expand-psymtabs.exp
12542 * gdb.base/filesym.exp
12543 * gdb.base/find-unmapped.exp
12544 * gdb.base/finish.exp
12545 * gdb.base/float.exp
12546 * gdb.base/foll-exec-mode.exp
12547 * gdb.base/foll-exec.exp
12548 * gdb.base/foll-fork.exp
12549 * gdb.base/fortran-sym-case.exp
12550 * gdb.base/freebpcmd.exp
12551 * gdb.base/func-ptr.exp
12552 * gdb.base/func-ptrs.exp
12553 * gdb.base/funcargs.exp
12554 * gdb.base/gcore-buffer-overflow.exp
12555 * gdb.base/gcore-relro-pie.exp
12556 * gdb.base/gcore-relro.exp
12557 * gdb.base/gcore.exp
12558 * gdb.base/gdb1090.exp
12559 * gdb.base/gdb11530.exp
12560 * gdb.base/gdb11531.exp
12561 * gdb.base/gdb1821.exp
12562 * gdb.base/gdbindex-stabs.exp
12563 * gdb.base/gdbvars.exp
12564 * gdb.base/hbreak.exp
12565 * gdb.base/hbreak2.exp
12566 * gdb.base/included.exp
12567 * gdb.base/infcall-input.exp
12568 * gdb.base/inferior-died.exp
12569 * gdb.base/infnan.exp
12570 * gdb.base/info-macros.exp
12571 * gdb.base/info-os.exp
12572 * gdb.base/info-proc.exp
12573 * gdb.base/info-shared.exp
12574 * gdb.base/info-target.exp
12575 * gdb.base/infoline.exp
12576 * gdb.base/interp.exp
12577 * gdb.base/interrupt.exp
12578 * gdb.base/jit-reader.exp
12579 * gdb.base/jit-simple.exp
12580 * gdb.base/kill-after-signal.exp
12581 * gdb.base/kill-detach-inferiors-cmd.exp
12582 * gdb.base/label.exp
12583 * gdb.base/langs.exp
12584 * gdb.base/ldbl_e308.exp
12585 * gdb.base/line-symtabs.exp
12586 * gdb.base/linespecs.exp
12587 * gdb.base/list.exp
12588 * gdb.base/long_long.exp
12589 * gdb.base/longest-types.exp
12590 * gdb.base/maint.exp
12591 * gdb.base/max-value-size.exp
12592 * gdb.base/memattr.exp
12593 * gdb.base/mips_pro.exp
12594 * gdb.base/morestack.exp
12595 * gdb.base/moribund-step.exp
12596 * gdb.base/multi-forks.exp
12597 * gdb.base/nested-addr.exp
12598 * gdb.base/nextoverexit.exp
12599 * gdb.base/noreturn-finish.exp
12600 * gdb.base/noreturn-return.exp
12601 * gdb.base/nostdlib.exp
12602 * gdb.base/offsets.exp
12603 * gdb.base/opaque.exp
12604 * gdb.base/pc-fp.exp
12605 * gdb.base/permissions.exp
12606 * gdb.base/print-symbol-loading.exp
12607 * gdb.base/prologue-include.exp
12608 * gdb.base/psymtab.exp
12609 * gdb.base/ptype.exp
12610 * gdb.base/random-signal.exp
12611 * gdb.base/randomize.exp
12612 * gdb.base/range-stepping.exp
12613 * gdb.base/readline-ask.exp
12614 * gdb.base/recpar.exp
12615 * gdb.base/recurse.exp
12616 * gdb.base/relational.exp
12617 * gdb.base/restore.exp
12618 * gdb.base/return-nodebug.exp
12619 * gdb.base/return.exp
12620 * gdb.base/run-after-attach.exp
12621 * gdb.base/save-bp.exp
12622 * gdb.base/scope.exp
12623 * gdb.base/sect-cmd.exp
12624 * gdb.base/set-lang-auto.exp
12625 * gdb.base/set-noassign.exp
12626 * gdb.base/setvar.exp
12627 * gdb.base/sigall.exp
12628 * gdb.base/sigbpt.exp
12629 * gdb.base/siginfo-addr.exp
12630 * gdb.base/siginfo-infcall.exp
12631 * gdb.base/siginfo-obj.exp
12632 * gdb.base/siginfo.exp
12633 * gdb.base/signals-state-child.exp
12634 * gdb.base/signest.exp
12635 * gdb.base/sigstep.exp
12636 * gdb.base/sizeof.exp
12637 * gdb.base/skip.exp
12638 * gdb.base/solib-corrupted.exp
12639 * gdb.base/solib-nodir.exp
12640 * gdb.base/solib-search.exp
12641 * gdb.base/stack-checking.exp
12642 * gdb.base/stale-infcall.exp
12643 * gdb.base/stap-probe.exp
12644 * gdb.base/start.exp
12645 * gdb.base/step-break.exp
12646 * gdb.base/step-bt.exp
12647 * gdb.base/step-line.exp
12648 * gdb.base/step-over-exit.exp
12649 * gdb.base/step-over-syscall.exp
12650 * gdb.base/step-resume-infcall.exp
12651 * gdb.base/step-test.exp
12652 * gdb.base/store.exp
12653 * gdb.base/structs3.exp
12654 * gdb.base/sym-file.exp
12655 * gdb.base/symbol-without-target_section.exp
12656 * gdb.base/term.exp
12657 * gdb.base/testenv.exp
12658 * gdb.base/ui-redirect.exp
12659 * gdb.base/until.exp
12660 * gdb.base/unwindonsignal.exp
12661 * gdb.base/value-double-free.exp
12662 * gdb.base/vla-datatypes.exp
12663 * gdb.base/vla-ptr.exp
12664 * gdb.base/vla-sideeffect.exp
12665 * gdb.base/volatile.exp
12666 * gdb.base/watch-cond-infcall.exp
12667 * gdb.base/watch-cond.exp
12668 * gdb.base/watch-non-mem.exp
12669 * gdb.base/watch-read.exp
12670 * gdb.base/watch-vfork.exp
12671 * gdb.base/watchpoint-cond-gone.exp
12672 * gdb.base/watchpoint-delete.exp
12673 * gdb.base/watchpoint-hw-hit-once.exp
12674 * gdb.base/watchpoint-hw.exp
12675 * gdb.base/watchpoint-stops-at-right-insn.exp
12676 * gdb.base/watchpoints.exp
12677 * gdb.base/wchar.exp
12678 * gdb.base/whatis-exp.exp
12679 * gdb.btrace/buffer-size.exp
12680 * gdb.btrace/data.exp
12681 * gdb.btrace/delta.exp
12682 * gdb.btrace/dlopen.exp
12683 * gdb.btrace/enable.exp
12684 * gdb.btrace/exception.exp
12685 * gdb.btrace/function_call_history.exp
12686 * gdb.btrace/gcore.exp
12687 * gdb.btrace/instruction_history.exp
12688 * gdb.btrace/nohist.exp
12689 * gdb.btrace/reconnect.exp
12690 * gdb.btrace/record_goto-step.exp
12691 * gdb.btrace/record_goto.exp
12692 * gdb.btrace/rn-dl-bind.exp
12693 * gdb.btrace/segv.exp
12694 * gdb.btrace/step.exp
12695 * gdb.btrace/stepi.exp
12696 * gdb.btrace/tailcall-only.exp
12697 * gdb.btrace/tailcall.exp
12698 * gdb.btrace/tsx.exp
12699 * gdb.btrace/unknown_functions.exp
12700 * gdb.btrace/vdso.exp
12701 * gdb.compile/compile-ifunc.exp
12702 * gdb.compile/compile-ops.exp
12703 * gdb.compile/compile-print.exp
12704 * gdb.compile/compile-setjmp.exp
12705 * gdb.cp/abstract-origin.exp
12706 * gdb.cp/ambiguous.exp
12707 * gdb.cp/annota2.exp
12708 * gdb.cp/annota3.exp
12709 * gdb.cp/anon-ns.exp
12710 * gdb.cp/anon-struct.exp
12711 * gdb.cp/anon-union.exp
12712 * gdb.cp/arg-reference.exp
12713 * gdb.cp/baseenum.exp
12714 * gdb.cp/bool.exp
12715 * gdb.cp/breakpoint.exp
12716 * gdb.cp/bs15503.exp
12717 * gdb.cp/call-c.exp
12718 * gdb.cp/casts.exp
12719 * gdb.cp/chained-calls.exp
12720 * gdb.cp/class2.exp
12721 * gdb.cp/classes.exp
12722 * gdb.cp/cmpd-minsyms.exp
12723 * gdb.cp/converts.exp
12724 * gdb.cp/cp-relocate.exp
12725 * gdb.cp/cpcompletion.exp
12726 * gdb.cp/cpexprs.exp
12727 * gdb.cp/cplabel.exp
12728 * gdb.cp/cplusfuncs.exp
12729 * gdb.cp/cpsizeof.exp
12730 * gdb.cp/ctti.exp
12731 * gdb.cp/derivation.exp
12732 * gdb.cp/destrprint.exp
12733 * gdb.cp/dispcxx.exp
12734 * gdb.cp/enum-class.exp
12735 * gdb.cp/exception.exp
12736 * gdb.cp/exceptprint.exp
12737 * gdb.cp/expand-psymtabs-cxx.exp
12738 * gdb.cp/expand-sals.exp
12739 * gdb.cp/extern-c.exp
12740 * gdb.cp/filename.exp
12741 * gdb.cp/formatted-ref.exp
12742 * gdb.cp/fpointer.exp
12743 * gdb.cp/gdb1355.exp
12744 * gdb.cp/gdb2495.exp
12745 * gdb.cp/hang.exp
12746 * gdb.cp/impl-this.exp
12747 * gdb.cp/infcall-dlopen.exp
12748 * gdb.cp/inherit.exp
12749 * gdb.cp/iostream.exp
12750 * gdb.cp/koenig.exp
12751 * gdb.cp/local.exp
12752 * gdb.cp/m-data.exp
12753 * gdb.cp/m-static.exp
12754 * gdb.cp/mb-ctor.exp
12755 * gdb.cp/mb-inline.exp
12756 * gdb.cp/mb-templates.exp
12757 * gdb.cp/member-name.exp
12758 * gdb.cp/member-ptr.exp
12759 * gdb.cp/meth-typedefs.exp
12760 * gdb.cp/method.exp
12761 * gdb.cp/method2.exp
12762 * gdb.cp/minsym-fallback.exp
12763 * gdb.cp/misc.exp
12764 * gdb.cp/namelessclass.exp
12765 * gdb.cp/namespace-enum.exp
12766 * gdb.cp/namespace-nested-import.exp
12767 * gdb.cp/namespace.exp
12768 * gdb.cp/nextoverthrow.exp
12769 * gdb.cp/no-dmgl-verbose.exp
12770 * gdb.cp/non-trivial-retval.exp
12771 * gdb.cp/noparam.exp
12772 * gdb.cp/nsdecl.exp
12773 * gdb.cp/nsimport.exp
12774 * gdb.cp/nsnested.exp
12775 * gdb.cp/nsnoimports.exp
12776 * gdb.cp/nsrecurs.exp
12777 * gdb.cp/nsstress.exp
12778 * gdb.cp/nsusing.exp
12779 * gdb.cp/operator.exp
12780 * gdb.cp/oranking.exp
12781 * gdb.cp/overload-const.exp
12782 * gdb.cp/overload.exp
12783 * gdb.cp/ovldbreak.exp
12784 * gdb.cp/ovsrch.exp
12785 * gdb.cp/paren-type.exp
12786 * gdb.cp/parse-lang.exp
12787 * gdb.cp/pass-by-ref.exp
12788 * gdb.cp/pr-1023.exp
12789 * gdb.cp/pr-1210.exp
12790 * gdb.cp/pr-574.exp
12791 * gdb.cp/pr10687.exp
12792 * gdb.cp/pr12028.exp
12793 * gdb.cp/pr17132.exp
12794 * gdb.cp/pr17494.exp
12795 * gdb.cp/pr9067.exp
12796 * gdb.cp/pr9167.exp
12797 * gdb.cp/pr9631.exp
12798 * gdb.cp/printmethod.exp
12799 * gdb.cp/psmang.exp
12800 * gdb.cp/psymtab-parameter.exp
12801 * gdb.cp/ptype-cv-cp.exp
12802 * gdb.cp/ptype-flags.exp
12803 * gdb.cp/re-set-overloaded.exp
12804 * gdb.cp/ref-types.exp
12805 * gdb.cp/rtti.exp
12806 * gdb.cp/scope-err.exp
12807 * gdb.cp/shadow.exp
12808 * gdb.cp/smartp.exp
12809 * gdb.cp/static-method.exp
12810 * gdb.cp/static-print-quit.exp
12811 * gdb.cp/temargs.exp
12812 * gdb.cp/templates.exp
12813 * gdb.cp/try_catch.exp
12814 * gdb.cp/typedef-operator.exp
12815 * gdb.cp/typeid.exp
12816 * gdb.cp/userdef.exp
12817 * gdb.cp/using-crash.exp
12818 * gdb.cp/var-tag.exp
12819 * gdb.cp/virtbase.exp
12820 * gdb.cp/virtfunc.exp
12821 * gdb.cp/virtfunc2.exp
12822 * gdb.cp/vla-cxx.exp
12823 * gdb.disasm/t01_mov.exp
12824 * gdb.disasm/t02_mova.exp
12825 * gdb.disasm/t03_add.exp
12826 * gdb.disasm/t04_sub.exp
12827 * gdb.disasm/t05_cmp.exp
12828 * gdb.disasm/t06_ari2.exp
12829 * gdb.disasm/t07_ari3.exp
12830 * gdb.disasm/t08_or.exp
12831 * gdb.disasm/t09_xor.exp
12832 * gdb.disasm/t10_and.exp
12833 * gdb.disasm/t11_logs.exp
12834 * gdb.disasm/t12_bit.exp
12835 * gdb.disasm/t13_otr.exp
12836 * gdb.dlang/circular.exp
12837 * gdb.dwarf2/arr-stride.exp
12838 * gdb.dwarf2/arr-subrange.exp
12839 * gdb.dwarf2/atomic-type.exp
12840 * gdb.dwarf2/bad-regnum.exp
12841 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12842 * gdb.dwarf2/callframecfa.exp
12843 * gdb.dwarf2/clztest.exp
12844 * gdb.dwarf2/corrupt.exp
12845 * gdb.dwarf2/data-loc.exp
12846 * gdb.dwarf2/dup-psym.exp
12847 * gdb.dwarf2/dw2-anon-mptr.exp
12848 * gdb.dwarf2/dw2-anonymous-func.exp
12849 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12850 * gdb.dwarf2/dw2-bad-unresolved.exp
12851 * gdb.dwarf2/dw2-basic.exp
12852 * gdb.dwarf2/dw2-canonicalize-type.exp
12853 * gdb.dwarf2/dw2-case-insensitive.exp
12854 * gdb.dwarf2/dw2-common-block.exp
12855 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12856 * gdb.dwarf2/dw2-compressed.exp
12857 * gdb.dwarf2/dw2-const.exp
12858 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12859 * gdb.dwarf2/dw2-cu-size.exp
12860 * gdb.dwarf2/dw2-dup-frame.exp
12861 * gdb.dwarf2/dw2-entry-value.exp
12862 * gdb.dwarf2/dw2-icycle.exp
12863 * gdb.dwarf2/dw2-ifort-parameter.exp
12864 * gdb.dwarf2/dw2-inline-break.exp
12865 * gdb.dwarf2/dw2-inline-param.exp
12866 * gdb.dwarf2/dw2-intercu.exp
12867 * gdb.dwarf2/dw2-intermix.exp
12868 * gdb.dwarf2/dw2-lexical-block-bare.exp
12869 * gdb.dwarf2/dw2-linkage-name-trust.exp
12870 * gdb.dwarf2/dw2-minsym-in-cu.exp
12871 * gdb.dwarf2/dw2-noloc.exp
12872 * gdb.dwarf2/dw2-op-call.exp
12873 * gdb.dwarf2/dw2-op-out-param.exp
12874 * gdb.dwarf2/dw2-opt-structptr.exp
12875 * gdb.dwarf2/dw2-param-error.exp
12876 * gdb.dwarf2/dw2-producer.exp
12877 * gdb.dwarf2/dw2-ranges-base.exp
12878 * gdb.dwarf2/dw2-ref-missing-frame.exp
12879 * gdb.dwarf2/dw2-reg-undefined.exp
12880 * gdb.dwarf2/dw2-regno-invalid.exp
12881 * gdb.dwarf2/dw2-restore.exp
12882 * gdb.dwarf2/dw2-restrict.exp
12883 * gdb.dwarf2/dw2-single-line-discriminators.exp
12884 * gdb.dwarf2/dw2-strp.exp
12885 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12886 * gdb.dwarf2/dw2-unresolved.exp
12887 * gdb.dwarf2/dw2-var-zero-addr.exp
12888 * gdb.dwarf2/dw4-sig-types.exp
12889 * gdb.dwarf2/dwz.exp
12890 * gdb.dwarf2/dynarr-ptr.exp
12891 * gdb.dwarf2/enum-type.exp
12892 * gdb.dwarf2/gdb-index.exp
12893 * gdb.dwarf2/implptr-64bit.exp
12894 * gdb.dwarf2/implptr-optimized-out.exp
12895 * gdb.dwarf2/implptr.exp
12896 * gdb.dwarf2/implref-array.exp
12897 * gdb.dwarf2/implref-const.exp
12898 * gdb.dwarf2/implref-global.exp
12899 * gdb.dwarf2/implref-struct.exp
12900 * gdb.dwarf2/mac-fileno.exp
12901 * gdb.dwarf2/main-subprogram.exp
12902 * gdb.dwarf2/member-ptr-forwardref.exp
12903 * gdb.dwarf2/method-ptr.exp
12904 * gdb.dwarf2/missing-sig-type.exp
12905 * gdb.dwarf2/nonvar-access.exp
12906 * gdb.dwarf2/opaque-type-lookup.exp
12907 * gdb.dwarf2/pieces-optimized-out.exp
12908 * gdb.dwarf2/pieces.exp
12909 * gdb.dwarf2/pr10770.exp
12910 * gdb.dwarf2/pr13961.exp
12911 * gdb.dwarf2/staticvirtual.exp
12912 * gdb.dwarf2/subrange.exp
12913 * gdb.dwarf2/symtab-producer.exp
12914 * gdb.dwarf2/trace-crash.exp
12915 * gdb.dwarf2/typeddwarf.exp
12916 * gdb.dwarf2/valop.exp
12917 * gdb.dwarf2/watch-notconst.exp
12918 * gdb.fortran/array-element.exp
12919 * gdb.fortran/charset.exp
12920 * gdb.fortran/common-block.exp
12921 * gdb.fortran/complex.exp
12922 * gdb.fortran/derived-type-function.exp
12923 * gdb.fortran/derived-type.exp
12924 * gdb.fortran/logical.exp
12925 * gdb.fortran/module.exp
12926 * gdb.fortran/multi-dim.exp
12927 * gdb.fortran/nested-funcs.exp
12928 * gdb.fortran/print-formatted.exp
12929 * gdb.fortran/subarray.exp
12930 * gdb.fortran/vla-alloc-assoc.exp
12931 * gdb.fortran/vla-datatypes.exp
12932 * gdb.fortran/vla-history.exp
12933 * gdb.fortran/vla-ptr-info.exp
12934 * gdb.fortran/vla-ptype-sub.exp
12935 * gdb.fortran/vla-ptype.exp
12936 * gdb.fortran/vla-sizeof.exp
12937 * gdb.fortran/vla-type.exp
12938 * gdb.fortran/vla-value-sub-arbitrary.exp
12939 * gdb.fortran/vla-value-sub-finish.exp
12940 * gdb.fortran/vla-value-sub.exp
12941 * gdb.fortran/vla-value.exp
12942 * gdb.fortran/whatis_type.exp
12943 * gdb.go/chan.exp
12944 * gdb.go/handcall.exp
12945 * gdb.go/hello.exp
12946 * gdb.go/integers.exp
12947 * gdb.go/methods.exp
12948 * gdb.go/package.exp
12949 * gdb.go/strings.exp
12950 * gdb.go/types.exp
12951 * gdb.go/unsafe.exp
12952 * gdb.guile/scm-arch.exp
12953 * gdb.guile/scm-block.exp
12954 * gdb.guile/scm-breakpoint.exp
12955 * gdb.guile/scm-cmd.exp
12956 * gdb.guile/scm-disasm.exp
12957 * gdb.guile/scm-equal.exp
12958 * gdb.guile/scm-frame-args.exp
12959 * gdb.guile/scm-frame-inline.exp
12960 * gdb.guile/scm-frame.exp
12961 * gdb.guile/scm-iterator.exp
12962 * gdb.guile/scm-math.exp
12963 * gdb.guile/scm-objfile.exp
12964 * gdb.guile/scm-ports.exp
12965 * gdb.guile/scm-symbol.exp
12966 * gdb.guile/scm-symtab.exp
12967 * gdb.guile/scm-value-cc.exp
12968 * gdb.guile/types-module.exp
12969 * gdb.linespec/break-ask.exp
12970 * gdb.linespec/cpexplicit.exp
12971 * gdb.linespec/explicit.exp
12972 * gdb.linespec/keywords.exp
12973 * gdb.linespec/linespec.exp
12974 * gdb.linespec/ls-dollar.exp
12975 * gdb.linespec/ls-errs.exp
12976 * gdb.linespec/skip-two.exp
12977 * gdb.linespec/thread.exp
12978 * gdb.mi/mi-async.exp
12979 * gdb.mi/mi-basics.exp
12980 * gdb.mi/mi-break.exp
12981 * gdb.mi/mi-catch-load.exp
12982 * gdb.mi/mi-cli.exp
12983 * gdb.mi/mi-cmd-param-changed.exp
12984 * gdb.mi/mi-console.exp
12985 * gdb.mi/mi-detach.exp
12986 * gdb.mi/mi-disassemble.exp
12987 * gdb.mi/mi-eval.exp
12988 * gdb.mi/mi-file-transfer.exp
12989 * gdb.mi/mi-file.exp
12990 * gdb.mi/mi-fill-memory.exp
12991 * gdb.mi/mi-inheritance-syntax-error.exp
12992 * gdb.mi/mi-linespec-err-cp.exp
12993 * gdb.mi/mi-logging.exp
12994 * gdb.mi/mi-memory-changed.exp
12995 * gdb.mi/mi-read-memory.exp
12996 * gdb.mi/mi-record-changed.exp
12997 * gdb.mi/mi-reg-undefined.exp
12998 * gdb.mi/mi-regs.exp
12999 * gdb.mi/mi-return.exp
13000 * gdb.mi/mi-reverse.exp
13001 * gdb.mi/mi-simplerun.exp
13002 * gdb.mi/mi-solib.exp
13003 * gdb.mi/mi-stack.exp
13004 * gdb.mi/mi-stepi.exp
13005 * gdb.mi/mi-syn-frame.exp
13006 * gdb.mi/mi-until.exp
13007 * gdb.mi/mi-var-block.exp
13008 * gdb.mi/mi-var-child.exp
13009 * gdb.mi/mi-var-cmd.exp
13010 * gdb.mi/mi-var-cp.exp
13011 * gdb.mi/mi-var-display.exp
13012 * gdb.mi/mi-var-invalidate.exp
13013 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13014 * gdb.mi/mi-vla-fortran.exp
13015 * gdb.mi/mi-watch.exp
13016 * gdb.mi/mi2-var-child.exp
13017 * gdb.mi/user-selected-context-sync.exp
13018 * gdb.modula2/unbounded-array.exp
13019 * gdb.multi/dummy-frame-restore.exp
13020 * gdb.multi/multi-arch-exec.exp
13021 * gdb.multi/multi-arch.exp
13022 * gdb.multi/tids.exp
13023 * gdb.multi/watchpoint-multi.exp
13024 * gdb.opencl/callfuncs.exp
13025 * gdb.opencl/convs_casts.exp
13026 * gdb.opencl/datatypes.exp
13027 * gdb.opencl/operators.exp
13028 * gdb.opencl/vec_comps.exp
13029 * gdb.opt/clobbered-registers-O2.exp
13030 * gdb.opt/inline-break.exp
13031 * gdb.opt/inline-bt.exp
13032 * gdb.opt/inline-cmds.exp
13033 * gdb.opt/inline-locals.exp
13034 * gdb.pascal/case-insensitive-symbols.exp
13035 * gdb.pascal/floats.exp
13036 * gdb.pascal/gdb11492.exp
13037 * gdb.python/lib-types.exp
13038 * gdb.python/py-arch.exp
13039 * gdb.python/py-as-string.exp
13040 * gdb.python/py-bad-printers.exp
13041 * gdb.python/py-block.exp
13042 * gdb.python/py-breakpoint-create-fail.exp
13043 * gdb.python/py-breakpoint.exp
13044 * gdb.python/py-caller-is.exp
13045 * gdb.python/py-cmd.exp
13046 * gdb.python/py-explore-cc.exp
13047 * gdb.python/py-explore.exp
13048 * gdb.python/py-finish-breakpoint.exp
13049 * gdb.python/py-finish-breakpoint2.exp
13050 * gdb.python/py-frame-args.exp
13051 * gdb.python/py-frame-inline.exp
13052 * gdb.python/py-frame.exp
13053 * gdb.python/py-framefilter-mi.exp
13054 * gdb.python/py-infthread.exp
13055 * gdb.python/py-lazy-string.exp
13056 * gdb.python/py-linetable.exp
13057 * gdb.python/py-mi-events.exp
13058 * gdb.python/py-mi-objfile.exp
13059 * gdb.python/py-mi.exp
13060 * gdb.python/py-objfile.exp
13061 * gdb.python/py-pp-integral.exp
13062 * gdb.python/py-pp-maint.exp
13063 * gdb.python/py-pp-re-notag.exp
13064 * gdb.python/py-pp-registration.exp
13065 * gdb.python/py-recurse-unwind.exp
13066 * gdb.python/py-strfns.exp
13067 * gdb.python/py-symbol.exp
13068 * gdb.python/py-symtab.exp
13069 * gdb.python/py-sync-interp.exp
13070 * gdb.python/py-typeprint.exp
13071 * gdb.python/py-unwind-maint.exp
13072 * gdb.python/py-unwind.exp
13073 * gdb.python/py-value-cc.exp
13074 * gdb.python/py-xmethods.exp
13075 * gdb.reverse/amd64-tailcall-reverse.exp
13076 * gdb.reverse/break-precsave.exp
13077 * gdb.reverse/break-reverse.exp
13078 * gdb.reverse/consecutive-precsave.exp
13079 * gdb.reverse/consecutive-reverse.exp
13080 * gdb.reverse/finish-precsave.exp
13081 * gdb.reverse/finish-reverse-bkpt.exp
13082 * gdb.reverse/finish-reverse.exp
13083 * gdb.reverse/fstatat-reverse.exp
13084 * gdb.reverse/getresuid-reverse.exp
13085 * gdb.reverse/i386-precsave.exp
13086 * gdb.reverse/i386-reverse.exp
13087 * gdb.reverse/i386-sse-reverse.exp
13088 * gdb.reverse/i387-env-reverse.exp
13089 * gdb.reverse/i387-stack-reverse.exp
13090 * gdb.reverse/insn-reverse.exp
13091 * gdb.reverse/machinestate-precsave.exp
13092 * gdb.reverse/machinestate.exp
13093 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13094 * gdb.reverse/pipe-reverse.exp
13095 * gdb.reverse/readv-reverse.exp
13096 * gdb.reverse/recvmsg-reverse.exp
13097 * gdb.reverse/rerun-prec.exp
13098 * gdb.reverse/s390-mvcle.exp
13099 * gdb.reverse/step-precsave.exp
13100 * gdb.reverse/step-reverse.exp
13101 * gdb.reverse/time-reverse.exp
13102 * gdb.reverse/until-precsave.exp
13103 * gdb.reverse/until-reverse.exp
13104 * gdb.reverse/waitpid-reverse.exp
13105 * gdb.reverse/watch-precsave.exp
13106 * gdb.reverse/watch-reverse.exp
13107 * gdb.rust/generics.exp
13108 * gdb.rust/methods.exp
13109 * gdb.rust/modules.exp
13110 * gdb.rust/simple.exp
13111 * gdb.server/connect-with-no-symbol-file.exp
13112 * gdb.server/ext-attach.exp
13113 * gdb.server/ext-restart.exp
13114 * gdb.server/ext-wrapper.exp
13115 * gdb.server/file-transfer.exp
13116 * gdb.server/server-exec-info.exp
13117 * gdb.server/server-kill.exp
13118 * gdb.server/server-mon.exp
13119 * gdb.server/wrapper.exp
13120 * gdb.stabs/exclfwd.exp
13121 * gdb.stabs/gdb11479.exp
13122 * gdb.threads/clone-new-thread-event.exp
13123 * gdb.threads/corethreads.exp
13124 * gdb.threads/current-lwp-dead.exp
13125 * gdb.threads/dlopen-libpthread.exp
13126 * gdb.threads/gcore-thread.exp
13127 * gdb.threads/sigstep-threads.exp
13128 * gdb.threads/watchpoint-fork.exp
13129 * gdb.trace/actions-changed.exp
13130 * gdb.trace/backtrace.exp
13131 * gdb.trace/change-loc.exp
13132 * gdb.trace/circ.exp
13133 * gdb.trace/collection.exp
13134 * gdb.trace/disconnected-tracing.exp
13135 * gdb.trace/ftrace.exp
13136 * gdb.trace/mi-trace-frame-collected.exp
13137 * gdb.trace/mi-trace-unavailable.exp
13138 * gdb.trace/mi-traceframe-changed.exp
13139 * gdb.trace/mi-tsv-changed.exp
13140 * gdb.trace/no-attach-trace.exp
13141 * gdb.trace/passc-dyn.exp
13142 * gdb.trace/qtro.exp
13143 * gdb.trace/range-stepping.exp
13144 * gdb.trace/read-memory.exp
13145 * gdb.trace/save-trace.exp
13146 * gdb.trace/signal.exp
13147 * gdb.trace/status-stop.exp
13148 * gdb.trace/tfile.exp
13149 * gdb.trace/trace-break.exp
13150 * gdb.trace/trace-buffer-size.exp
13151 * gdb.trace/trace-condition.exp
13152 * gdb.trace/tracefile-pseudo-reg.exp
13153 * gdb.trace/tstatus.exp
13154 * gdb.trace/unavailable.exp
13155 * gdb.trace/while-dyn.exp
13156 * gdb.trace/while-stepping.exp
13157
34c41c68
DE
131582016-12-22 Doug Evans <xdje42@gmail.com>
13159
13160 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13161 and msymbols.
13162
16e69324
YQ
131632016-12-19 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13166 (test_with_self): Don't call do_steps_and_nexts, and remove
13167 code about stepping into xmalloc.
13168
f94f411b
YQ
131692016-12-09 Yao Qi <yao.qi@linaro.org>
13170
13171 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13172
131732016-12-09 Yao Qi <yao.qi@linaro.org>
13174
13175 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13176
f1b5deee
PA
131772016-12-09 Pedro Alves <palves@redhat.com>
13178
13179 * gdb.base/all-architectures-0.exp: New file.
13180 * gdb.base/all-architectures-1.exp: New file.
13181 * gdb.base/all-architectures-2.exp: New file.
13182 * gdb.base/all-architectures-3.exp: New file.
13183 * gdb.base/all-architectures-4.exp: New file.
13184 * gdb.base/all-architectures-5.exp: New file.
13185 * gdb.base/all-architectures-6.exp: New file.
13186 * gdb.base/all-architectures-7.exp: New file.
13187 * gdb.base/all-architectures.exp.in: New file.
13188
364ca42e
YQ
131892016-12-09 Yao Qi <yao.qi@linaro.org>
13190
13191 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13192
107c2d62
LM
131932016-12-02 Luis Machado <lgustavo@codesourcery.com>
13194
13195 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13196 possible.
13197 Remove useless pattern-matching code.
13198
df3ee9ca
PA
131992016-12-02 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13202 procedure.
13203 (top level): Call it.
13204
ec835369
PA
132052016-12-02 Pedro Alves <palves@redhat.com>
13206
13207 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13208 New procedure.
13209 (top level): Call it.
13210
01770bbd
PA
132112016-12-02 Pedro Alves <palves@redhat.com>
13212
13213 PR cli/20559
13214 * gdb.base/commands.exp (user_defined_command_args_eval): New
13215 procedure.
13216 (top level): Call it.
13217
008459ea
LM
132182016-12-02 Luis Machado <lgustavo@codesourcery.com>
13219
13220 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13221 timeout handling.
13222
0c1b455e
TT
132232016-12-02 Tom Tromey <tom@tromey.com>
13224
13225 * gdb.dwarf2/main-subprogram.c: New file.
13226 * gdb.dwarf2/main-subprogram.exp: New file.
13227
018572b8
LM
132282016-12-01 Luis Machado <lgustavo@codesourcery.com>
13229
13230 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13231 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13232 gdb_test_no_output for a couple of cases.
13233 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13234
84c93cd5
LM
132352016-12-01 Luis Machado <lgustavo@codesourcery.com>
13236
13237 Fix test names and standardize compilation error messages throughout
13238 the following files:
13239
13240 * gdb.ada/start.exp
13241 * gdb.arch/alpha-step.exp
13242 * gdb.arch/e500-prologue.exp
13243 * gdb.arch/ftrace-insn-reloc.exp
13244 * gdb.arch/gdb1291.exp
13245 * gdb.arch/gdb1431.exp
13246 * gdb.arch/gdb1558.exp
13247 * gdb.arch/i386-dr3-watch.exp
13248 * gdb.arch/i386-sse-stack-align.exp
13249 * gdb.arch/ia64-breakpoint-shadow.exp
13250 * gdb.arch/pa-nullify.exp
13251 * gdb.arch/powerpc-aix-prologue.exp
13252 * gdb.arch/thumb-bx-pc.exp
13253 * gdb.base/annota1.exp
13254 * gdb.base/annota3.exp
13255 * gdb.base/arrayidx.exp
13256 * gdb.base/assign.exp
13257 * gdb.base/attach.exp
13258 * gdb.base/auxv.exp
13259 * gdb.base/bang.exp
13260 * gdb.base/bfp-test.exp
13261 * gdb.base/bigcore.exp
13262 * gdb.base/bitfields2.exp
13263 * gdb.base/break-fun-addr.exp
13264 * gdb.base/break-probes.exp
13265 * gdb.base/call-rt-st.exp
13266 * gdb.base/callexit.exp
13267 * gdb.base/catch-fork-kill.exp
13268 * gdb.base/charset.exp
13269 * gdb.base/checkpoint.exp
13270 * gdb.base/comprdebug.exp
13271 * gdb.base/constvars.exp
13272 * gdb.base/coredump-filter.exp
13273 * gdb.base/cursal.exp
13274 * gdb.base/cvexpr.exp
13275 * gdb.base/detach.exp
13276 * gdb.base/display.exp
13277 * gdb.base/dmsym.exp
13278 * gdb.base/dprintf-pending.exp
13279 * gdb.base/dso2dso.exp
13280 * gdb.base/dtrace-probe.exp
13281 * gdb.base/dump.exp
13282 * gdb.base/enum_cond.exp
13283 * gdb.base/exe-lock.exp
13284 * gdb.base/exec-invalid-sysroot.exp
13285 * gdb.base/execl-update-breakpoints.exp
13286 * gdb.base/exprs.exp
13287 * gdb.base/fileio.exp
13288 * gdb.base/find.exp
13289 * gdb.base/finish.exp
13290 * gdb.base/fixsection.exp
13291 * gdb.base/foll-vfork.exp
13292 * gdb.base/frame-args.exp
13293 * gdb.base/gcore.exp
13294 * gdb.base/gdb1250.exp
13295 * gdb.base/global-var-nested-by-dso.exp
13296 * gdb.base/gnu-ifunc.exp
13297 * gdb.base/hashline1.exp
13298 * gdb.base/hashline2.exp
13299 * gdb.base/hashline3.exp
13300 * gdb.base/hbreak-in-shr-unsupported.exp
13301 * gdb.base/huge.exp
13302 * gdb.base/infcall-input.exp
13303 * gdb.base/info-fun.exp
13304 * gdb.base/info-shared.exp
13305 * gdb.base/jit-simple.exp
13306 * gdb.base/jit-so.exp
13307 * gdb.base/jit.exp
13308 * gdb.base/jump.exp
13309 * gdb.base/label.exp
13310 * gdb.base/lineinc.exp
13311 * gdb.base/logical.exp
13312 * gdb.base/longjmp.exp
13313 * gdb.base/macscp.exp
13314 * gdb.base/miscexprs.exp
13315 * gdb.base/new-ui-echo.exp
13316 * gdb.base/new-ui-pending-input.exp
13317 * gdb.base/new-ui.exp
13318 * gdb.base/nodebug.exp
13319 * gdb.base/nofield.exp
13320 * gdb.base/offsets.exp
13321 * gdb.base/overlays.exp
13322 * gdb.base/pending.exp
13323 * gdb.base/pointers.exp
13324 * gdb.base/pr11022.exp
13325 * gdb.base/printcmds.exp
13326 * gdb.base/prologue.exp
13327 * gdb.base/ptr-typedef.exp
13328 * gdb.base/realname-expand.exp
13329 * gdb.base/relativedebug.exp
13330 * gdb.base/relocate.exp
13331 * gdb.base/remote.exp
13332 * gdb.base/reread.exp
13333 * gdb.base/return2.exp
13334 * gdb.base/savedregs.exp
13335 * gdb.base/sep.exp
13336 * gdb.base/sepdebug.exp
13337 * gdb.base/sepsymtab.exp
13338 * gdb.base/set-inferior-tty.exp
13339 * gdb.base/setshow.exp
13340 * gdb.base/shlib-call.exp
13341 * gdb.base/sigaltstack.exp
13342 * gdb.base/siginfo-addr.exp
13343 * gdb.base/signals.exp
13344 * gdb.base/signull.exp
13345 * gdb.base/sigrepeat.exp
13346 * gdb.base/so-impl-ld.exp
13347 * gdb.base/solib-display.exp
13348 * gdb.base/solib-overlap.exp
13349 * gdb.base/solib-search.exp
13350 * gdb.base/solib-symbol.exp
13351 * gdb.base/structs.exp
13352 * gdb.base/structs2.exp
13353 * gdb.base/symtab-search-order.exp
13354 * gdb.base/twice.exp
13355 * gdb.base/unload.exp
13356 * gdb.base/varargs.exp
13357 * gdb.base/watchpoint-solib.exp
13358 * gdb.base/watchpoint.exp
13359 * gdb.base/whatis.exp
13360 * gdb.base/wrong_frame_bt_full.exp
13361 * gdb.btrace/dlopen.exp
13362 * gdb.cell/ea-standalone.exp
13363 * gdb.cell/ea-test.exp
13364 * gdb.cp/dispcxx.exp
13365 * gdb.cp/gdb2384.exp
13366 * gdb.cp/method2.exp
13367 * gdb.cp/nextoverthrow.exp
13368 * gdb.cp/pr10728.exp
13369 * gdb.disasm/am33.exp
13370 * gdb.disasm/h8300s.exp
13371 * gdb.disasm/mn10300.exp
13372 * gdb.disasm/sh3.exp
13373 * gdb.dwarf2/dw2-dir-file-name.exp
13374 * gdb.fortran/complex.exp
13375 * gdb.fortran/library-module.exp
13376 * gdb.guile/scm-pretty-print.exp
13377 * gdb.guile/scm-symbol.exp
13378 * gdb.guile/scm-type.exp
13379 * gdb.guile/scm-value.exp
13380 * gdb.linespec/linespec.exp
13381 * gdb.mi/gdb701.exp
13382 * gdb.mi/gdb792.exp
13383 * gdb.mi/mi-breakpoint-changed.exp
13384 * gdb.mi/mi-dprintf-pending.exp
13385 * gdb.mi/mi-dprintf.exp
13386 * gdb.mi/mi-exit-code.exp
13387 * gdb.mi/mi-pending.exp
13388 * gdb.mi/mi-solib.exp
13389 * gdb.mi/new-ui-mi-sync.exp
13390 * gdb.mi/pr11022.exp
13391 * gdb.mi/user-selected-context-sync.exp
13392 * gdb.opt/solib-intra-step.exp
13393 * gdb.python/py-events.exp
13394 * gdb.python/py-finish-breakpoint.exp
13395 * gdb.python/py-mi.exp
13396 * gdb.python/py-prettyprint.exp
13397 * gdb.python/py-shared.exp
13398 * gdb.python/py-symbol.exp
13399 * gdb.python/py-template.exp
13400 * gdb.python/py-type.exp
13401 * gdb.python/py-value.exp
13402 * gdb.reverse/solib-precsave.exp
13403 * gdb.reverse/solib-reverse.exp
13404 * gdb.server/solib-list.exp
13405 * gdb.stabs/weird.exp
13406 * gdb.threads/reconnect-signal.exp
13407 * gdb.threads/stepi-random-signal.exp
13408 * gdb.trace/actions.exp
13409 * gdb.trace/ax.exp
13410 * gdb.trace/backtrace.exp
13411 * gdb.trace/change-loc.exp
13412 * gdb.trace/deltrace.exp
13413 * gdb.trace/ftrace-lock.exp
13414 * gdb.trace/ftrace.exp
13415 * gdb.trace/infotrace.exp
13416 * gdb.trace/mi-tracepoint-changed.exp
13417 * gdb.trace/packetlen.exp
13418 * gdb.trace/passcount.exp
13419 * gdb.trace/pending.exp
13420 * gdb.trace/range-stepping.exp
13421 * gdb.trace/report.exp
13422 * gdb.trace/stap-trace.exp
13423 * gdb.trace/tfind.exp
13424 * gdb.trace/trace-break.exp
13425 * gdb.trace/trace-condition.exp
13426 * gdb.trace/trace-enable-disable.exp
13427 * gdb.trace/trace-mt.exp
13428 * gdb.trace/tracecmd.exp
13429 * gdb.trace/tspeed.exp
13430 * gdb.trace/tsv.exp
13431 * lib/perftest.exp
13432
fb9feb35
LM
134332016-12-01 Luis Machado <lgustavo@codesourcery.com>
13434
13435 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13436 with gdb_test_no_output.
13437 Use command as test name.
13438
cd2ddb6c
LM
134392016-12-01 Luis Machado <lgustavo@codesourcery.com>
13440
13441 Fix test names starting with uppercase throughout the files.
13442
13443 * gdb.ada/assign_1.exp
13444 * gdb.ada/boolean_expr.exp
13445 * gdb.base/arrayidx.exp
13446 * gdb.base/del.exp
13447 * gdb.base/gcore-buffer-overflow.exp
13448 * gdb.base/testenv.exp
13449 * gdb.compile/compile.exp
13450 * gdb.python/py-framefilter-invalidarg.exp
13451 * gdb.python/py-framefilter.exp
13452
bb95117e
LM
134532016-12-01 Luis Machado <lgustavo@codesourcery.com>
13454
13455 Fix test names starting with uppercase throughout the files.
13456
13457 * gdb.ada/array_return.exp
13458 * gdb.ada/expr_delims.exp
13459 * gdb.ada/mi_dyn_arr.exp
13460 * gdb.ada/mi_interface.exp
13461 * gdb.ada/mi_var_array.exp
13462 * gdb.ada/watch_arg.exp
13463 * gdb.arch/alpha-step.exp
13464 * gdb.arch/altivec-regs.exp
13465 * gdb.arch/e500-regs.exp
13466 * gdb.arch/powerpc-d128-regs.exp
13467 * gdb.base/arrayidx.exp
13468 * gdb.base/break.exp
13469 * gdb.base/checkpoint.exp
13470 * gdb.base/debug-expr.exp
13471 * gdb.base/dmsym.exp
13472 * gdb.base/radix.exp
13473 * gdb.base/sepdebug.exp
13474 * gdb.base/testenv.exp
13475 * gdb.base/watch_thread_num.exp
13476 * gdb.base/watchpoint-cond-gone.exp
13477 * gdb.cell/break.exp
13478 * gdb.cell/ea-cache.exp
13479 * gdb.compile/compile.exp
13480 * gdb.cp/gdb2495.exp
13481 * gdb.gdb/selftest.exp
13482 * gdb.gdb/xfullpath.exp
13483 * gdb.go/hello.exp
13484 * gdb.go/integers.exp
13485 * gdb.objc/basicclass.exp
13486 * gdb.pascal/hello.exp
13487 * gdb.pascal/integers.exp
13488 * gdb.python/py-breakpoint.exp
13489 * gdb.python/py-cmd.exp
13490 * gdb.python/py-linetable.exp
13491 * gdb.python/py-xmethods.exp
13492 * gdb.python/python.exp
13493 * gdb.reverse/consecutive-precsave.exp
13494 * gdb.reverse/finish-precsave.exp
13495 * gdb.reverse/i386-precsave.exp
13496 * gdb.reverse/machinestate-precsave.exp
13497 * gdb.reverse/sigall-precsave.exp
13498 * gdb.reverse/solib-precsave.exp
13499 * gdb.reverse/step-precsave.exp
13500 * gdb.reverse/until-precsave.exp
13501 * gdb.reverse/watch-precsave.exp
13502 * gdb.threads/leader-exit.exp
13503 * gdb.threads/pthreads.exp
13504 * gdb.threads/wp-replication.exp
13505 * gdb.trace/actions.exp
13506 * gdb.trace/mi-tsv-changed.exp
13507 * gdb.trace/tsv.exp
13508
de97fdd4
LM
135092016-12-01 Luis Machado <lgustavo@codesourcery.com>
13510
13511 Fix test names starting with uppercase throughout the files.
13512
13513 * gdb.arch/i386-bp_permanent.exp
13514 * gdb.arch/i386-gnu-cfi.exp
13515 * gdb.base/disasm-end-cu.exp
13516 * gdb.base/macscp.exp
13517 * gdb.base/pending.exp
13518 * gdb.base/watch_thread_num.exp
13519 * gdb.cp/exception.exp
13520 * gdb.cp/gdb2495.exp
13521 * gdb.cp/local.exp
13522 * gdb.python/py-evsignal.exp
13523 * gdb.python/python.exp
13524 * gdb.trace/tracecmd.exp
13525
9f058c10
LM
135262016-12-01 Luis Machado <lgustavo@codesourcery.com>
13527
13528 Fix test names starting with uppercase throughout the files.
13529
13530 * gdb.base/charset.exp
13531 * gdb.base/eval.exp
13532 * gdb.base/multi-forks.exp
13533 * gdb.guile/scm-progspace.exp
13534 * gdb.opencl/datatypes.exp
13535 * gdb.python/py-block.exp
13536 * gdb.python/py-function.exp
13537 * gdb.python/py-symbol.exp
13538 * gdb.python/py-symtab.exp
13539 * gdb.python/py-xmethods.exp
13540 * gdb.reverse/break-precsave.exp
13541 * gdb.reverse/break-reverse.exp
13542 * gdb.reverse/consecutive-precsave.exp
13543 * gdb.reverse/consecutive-reverse.exp
13544 * gdb.reverse/finish-precsave.exp
13545 * gdb.reverse/finish-reverse-bkpt.exp
13546 * gdb.reverse/finish-reverse.exp
13547 * gdb.reverse/fstatat-reverse.exp
13548 * gdb.reverse/getresuid-reverse.exp
13549 * gdb.reverse/i386-precsave.exp
13550 * gdb.reverse/i386-reverse.exp
13551 * gdb.reverse/i386-sse-reverse.exp
13552 * gdb.reverse/i387-stack-reverse.exp
13553 * gdb.reverse/insn-reverse.exp
13554 * gdb.reverse/machinestate-precsave.exp
13555 * gdb.reverse/machinestate.exp
13556 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13557 * gdb.reverse/pipe-reverse.exp
13558 * gdb.reverse/readv-reverse.exp
13559 * gdb.reverse/recvmsg-reverse.exp
13560 * gdb.reverse/rerun-prec.exp
13561 * gdb.reverse/s390-mvcle.exp
13562 * gdb.reverse/sigall-precsave.exp
13563 * gdb.reverse/sigall-reverse.exp
13564 * gdb.reverse/solib-precsave.exp
13565 * gdb.reverse/solib-reverse.exp
13566 * gdb.reverse/step-precsave.exp
13567 * gdb.reverse/step-reverse.exp
13568 * gdb.reverse/time-reverse.exp
13569 * gdb.reverse/until-precsave.exp
13570 * gdb.reverse/until-reverse.exp
13571 * gdb.reverse/waitpid-reverse.exp
13572 * gdb.reverse/watch-precsave.exp
13573 * gdb.reverse/watch-reverse.exp
13574
cdc7edd7
LM
135752016-12-01 Luis Machado <lgustavo@codesourcery.com>
13576
13577 Fix test names starting with uppercase throughout the files.
13578
13579 * gdb.arch/i386-mpx-simple_segv.exp
13580 * gdb.arch/i386-mpx.exp
13581 * gdb.arch/i386-permbkpt.exp
13582 * gdb.arch/pa-nullify.exp
13583 * gdb.arch/powerpc-d128-regs.exp
13584 * gdb.arch/vsx-regs.exp
13585 * gdb.base/bfp-test.exp
13586 * gdb.base/break.exp
13587 * gdb.base/breakpoint-shadow.exp
13588 * gdb.base/callfuncs.exp
13589 * gdb.base/charset.exp
13590 * gdb.base/commands.exp
13591 * gdb.base/completion.exp
13592 * gdb.base/dfp-test.exp
13593 * gdb.base/echo.exp
13594 * gdb.base/ending-run.exp
13595 * gdb.base/eval.exp
13596 * gdb.base/expand-psymtabs.exp
13597 * gdb.base/float128.exp
13598 * gdb.base/floatn.exp
13599 * gdb.base/foll-exec-mode.exp
13600 * gdb.base/gdb1056.exp
13601 * gdb.base/gdb11531.exp
13602 * gdb.base/kill-after-signal.exp
13603 * gdb.base/multi-forks.exp
13604 * gdb.base/overlays.exp
13605 * gdb.base/pending.exp
13606 * gdb.base/sepdebug.exp
13607 * gdb.base/testenv.exp
13608 * gdb.base/valgrind-db-attach.exp
13609 * gdb.base/watch_thread_num.exp
13610 * gdb.base/watchpoint-cond-gone.exp
13611 * gdb.base/watchpoint.exp
13612 * gdb.base/watchpoints.exp
13613 * gdb.cp/arg-reference.exp
13614 * gdb.cp/baseenum.exp
13615 * gdb.cp/operator.exp
13616 * gdb.cp/shadow.exp
13617 * gdb.dwarf2/dw2-op-out-param.exp
13618 * gdb.dwarf2/dw2-reg-undefined.exp
13619 * gdb.go/chan.exp
13620 * gdb.go/hello.exp
13621 * gdb.go/integers.exp
13622 * gdb.go/methods.exp
13623 * gdb.go/package.exp
13624 * gdb.guile/scm-parameter.exp
13625 * gdb.guile/scm-progspace.exp
13626 * gdb.guile/scm-value.exp
13627 * gdb.mi/mi-pending.exp
13628 * gdb.mi/user-selected-context-sync.exp
13629 * gdb.multi/multi-attach.exp
13630 * gdb.multi/tids.exp
13631 * gdb.opt/clobbered-registers-O2.exp
13632 * gdb.pascal/floats.exp
13633 * gdb.pascal/integers.exp
13634 * gdb.python/py-block.exp
13635 * gdb.python/py-events.exp
13636 * gdb.python/py-parameter.exp
13637 * gdb.python/py-symbol.exp
13638 * gdb.python/py-symtab.exp
13639 * gdb.python/py-type.exp
13640 * gdb.python/py-value.exp
13641 * gdb.python/py-xmethods.exp
13642 * gdb.python/python.exp
13643 * gdb.reverse/break-precsave.exp
13644 * gdb.reverse/consecutive-precsave.exp
13645 * gdb.reverse/finish-precsave.exp
13646 * gdb.reverse/i386-precsave.exp
13647 * gdb.reverse/machinestate-precsave.exp
13648 * gdb.reverse/sigall-precsave.exp
13649 * gdb.reverse/solib-precsave.exp
13650 * gdb.reverse/step-precsave.exp
13651 * gdb.reverse/until-precsave.exp
13652 * gdb.reverse/watch-precsave.exp
13653 * gdb.server/ext-attach.exp
13654 * gdb.server/ext-restart.exp
13655 * gdb.server/ext-run.exp
13656 * gdb.server/ext-wrapper.exp
13657 * gdb.stabs/gdb11479.exp
13658 * gdb.stabs/weird.exp
13659 * gdb.threads/attach-many-short-lived-threads.exp
13660 * gdb.threads/kill.exp
13661 * gdb.threads/watchpoint-fork.exp
13662
bc6c7af4
LM
136632016-12-01 Luis Machado <lgustavo@codesourcery.com>
13664
13665 Fix test names starting with uppercase throughout all the files below.
13666
13667 * gdb.ada/array_return.exp
13668 * gdb.ada/catch_ex.exp
13669 * gdb.ada/info_exc.exp
13670 * gdb.ada/mi_catch_ex.exp
13671 * gdb.ada/mi_dyn_arr.exp
13672 * gdb.ada/mi_ex_cond.exp
13673 * gdb.ada/mi_exc_info.exp
13674 * gdb.ada/mi_interface.exp
13675 * gdb.ada/mi_task_arg.exp
13676 * gdb.ada/mi_task_info.exp
13677 * gdb.ada/mi_var_array.exp
13678 * gdb.arch/alpha-step.exp
13679 * gdb.arch/amd64-disp-step.exp
13680 * gdb.arch/arm-disp-step.exp
13681 * gdb.arch/disp-step-insn-reloc.exp
13682 * gdb.arch/e500-prologue.exp
13683 * gdb.arch/ftrace-insn-reloc.exp
13684 * gdb.arch/gdb1558.exp
13685 * gdb.arch/i386-bp_permanent.exp
13686 * gdb.arch/i386-disp-step.exp
13687 * gdb.arch/i386-float.exp
13688 * gdb.arch/i386-gnu-cfi.exp
13689 * gdb.arch/ia64-breakpoint-shadow.exp
13690 * gdb.arch/mips16-thunks.exp
13691 * gdb.arch/pa-nullify.exp
13692 * gdb.arch/powerpc-aix-prologue.exp
13693 * gdb.arch/powerpc-power.exp
13694 * gdb.arch/ppc-dfp.exp
13695 * gdb.arch/s390-tdbregs.exp
13696 * gdb.arch/spu-info.exp
13697 * gdb.arch/spu-ls.exp
13698 * gdb.arch/thumb-bx-pc.exp
13699 * gdb.base/advance.exp
13700 * gdb.base/annota-input-while-running.exp
13701 * gdb.base/arrayidx.exp
13702 * gdb.base/asmlabel.exp
13703 * gdb.base/async.exp
13704 * gdb.base/attach-wait-input.exp
13705 * gdb.base/auto-connect-native-target.exp
13706 * gdb.base/batch-preserve-term-settings.exp
13707 * gdb.base/bfp-test.exp
13708 * gdb.base/bigcore.exp
13709 * gdb.base/bp-permanent.exp
13710 * gdb.base/break-always.exp
13711 * gdb.base/break-fun-addr.exp
13712 * gdb.base/break-idempotent.exp
13713 * gdb.base/break-main-file-remove-fail.exp
13714 * gdb.base/break-probes.exp
13715 * gdb.base/break-unload-file.exp
13716 * gdb.base/break.exp
13717 * gdb.base/call-ar-st.exp
13718 * gdb.base/call-rt-st.exp
13719 * gdb.base/call-sc.exp
13720 * gdb.base/call-signal-resume.exp
13721 * gdb.base/call-strs.exp
13722 * gdb.base/callexit.exp
13723 * gdb.base/callfuncs.exp
13724 * gdb.base/catch-gdb-caused-signals.exp
13725 * gdb.base/catch-signal-siginfo-cond.exp
13726 * gdb.base/catch-syscall.exp
13727 * gdb.base/compare-sections.exp
13728 * gdb.base/cond-eval-mode.exp
13729 * gdb.base/condbreak-call-false.exp
13730 * gdb.base/consecutive-step-over.exp
13731 * gdb.base/cursal.exp
13732 * gdb.base/disabled-location.exp
13733 * gdb.base/disasm-end-cu.exp
13734 * gdb.base/display.exp
13735 * gdb.base/double-prompt-target-event-error.exp
13736 * gdb.base/dprintf-bp-same-addr.exp
13737 * gdb.base/dprintf-detach.exp
13738 * gdb.base/dprintf-next.exp
13739 * gdb.base/dprintf-non-stop.exp
13740 * gdb.base/dprintf-pending.exp
13741 * gdb.base/dso2dso.exp
13742 * gdb.base/ending-run.exp
13743 * gdb.base/enum_cond.exp
13744 * gdb.base/examine-backward.exp
13745 * gdb.base/exe-lock.exp
13746 * gdb.base/exec-invalid-sysroot.exp
13747 * gdb.base/execl-update-breakpoints.exp
13748 * gdb.base/execution-termios.exp
13749 * gdb.base/fileio.exp
13750 * gdb.base/fixsection.exp
13751 * gdb.base/foll-exec-mode.exp
13752 * gdb.base/foll-exec.exp
13753 * gdb.base/fork-running-state.exp
13754 * gdb.base/frame-args.exp
13755 * gdb.base/fullpath-expand.exp
13756 * gdb.base/func-ptr.exp
13757 * gdb.base/gcore-relro-pie.exp
13758 * gdb.base/gdb1090.exp
13759 * gdb.base/gdb1555.exp
13760 * gdb.base/global-var-nested-by-dso.exp
13761 * gdb.base/gnu-ifunc.exp
13762 * gdb.base/hbreak-in-shr-unsupported.exp
13763 * gdb.base/hbreak-unmapped.exp
13764 * gdb.base/hook-stop.exp
13765 * gdb.base/infcall-input.exp
13766 * gdb.base/info-fun.exp
13767 * gdb.base/info-shared.exp
13768 * gdb.base/interrupt-noterm.exp
13769 * gdb.base/jit-so.exp
13770 * gdb.base/jit.exp
13771 * gdb.base/line-symtabs.exp
13772 * gdb.base/list.exp
13773 * gdb.base/longjmp.exp
13774 * gdb.base/macscp.exp
13775 * gdb.base/max-value-size.exp
13776 * gdb.base/nodebug.exp
13777 * gdb.base/nofield.exp
13778 * gdb.base/overlays.exp
13779 * gdb.base/paginate-after-ctrl-c-running.exp
13780 * gdb.base/paginate-bg-execution.exp
13781 * gdb.base/paginate-inferior-exit.exp
13782 * gdb.base/pending.exp
13783 * gdb.base/pr11022.exp
13784 * gdb.base/printcmds.exp
13785 * gdb.base/ptr-typedef.exp
13786 * gdb.base/ptype.exp
13787 * gdb.base/randomize.exp
13788 * gdb.base/range-stepping.exp
13789 * gdb.base/realname-expand.exp
13790 * gdb.base/relativedebug.exp
13791 * gdb.base/remote.exp
13792 * gdb.base/savedregs.exp
13793 * gdb.base/sepdebug.exp
13794 * gdb.base/set-noassign.exp
13795 * gdb.base/shlib-call.exp
13796 * gdb.base/shreloc.exp
13797 * gdb.base/sigaltstack.exp
13798 * gdb.base/sigbpt.exp
13799 * gdb.base/siginfo-addr.exp
13800 * gdb.base/siginfo-obj.exp
13801 * gdb.base/siginfo-thread.exp
13802 * gdb.base/signest.exp
13803 * gdb.base/signull.exp
13804 * gdb.base/sigrepeat.exp
13805 * gdb.base/skip.exp
13806 * gdb.base/so-impl-ld.exp
13807 * gdb.base/solib-corrupted.exp
13808 * gdb.base/solib-disc.exp
13809 * gdb.base/solib-display.exp
13810 * gdb.base/solib-overlap.exp
13811 * gdb.base/solib-search.exp
13812 * gdb.base/solib-symbol.exp
13813 * gdb.base/source-execution.exp
13814 * gdb.base/sss-bp-on-user-bp-2.exp
13815 * gdb.base/sss-bp-on-user-bp.exp
13816 * gdb.base/stack-checking.exp
13817 * gdb.base/stale-infcall.exp
13818 * gdb.base/step-break.exp
13819 * gdb.base/step-line.exp
13820 * gdb.base/step-over-exit.exp
13821 * gdb.base/step-test.exp
13822 * gdb.base/structs.exp
13823 * gdb.base/sym-file.exp
13824 * gdb.base/symtab-search-order.exp
13825 * gdb.base/term.exp
13826 * gdb.base/type-opaque.exp
13827 * gdb.base/unload.exp
13828 * gdb.base/until-nodebug.exp
13829 * gdb.base/until.exp
13830 * gdb.base/unwindonsignal.exp
13831 * gdb.base/watch-cond.exp
13832 * gdb.base/watch-non-mem.exp
13833 * gdb.base/watch_thread_num.exp
13834 * gdb.base/watchpoint-reuse-slot.exp
13835 * gdb.base/watchpoint-solib.exp
13836 * gdb.base/watchpoint.exp
13837 * gdb.btrace/dlopen.exp
13838 * gdb.cell/arch.exp
13839 * gdb.cell/break.exp
13840 * gdb.cell/bt.exp
13841 * gdb.cell/core.exp
13842 * gdb.cell/data.exp
13843 * gdb.cell/dwarfaddr.exp
13844 * gdb.cell/ea-cache.exp
13845 * gdb.cell/ea-standalone.exp
13846 * gdb.cell/ea-test.exp
13847 * gdb.cell/f-regs.exp
13848 * gdb.cell/fork.exp
13849 * gdb.cell/gcore.exp
13850 * gdb.cell/mem-access.exp
13851 * gdb.cell/ptype.exp
13852 * gdb.cell/registers.exp
13853 * gdb.cell/sizeof.exp
13854 * gdb.cell/solib-symbol.exp
13855 * gdb.cell/solib.exp
13856 * gdb.compile/compile-tls.exp
13857 * gdb.cp/exception.exp
13858 * gdb.cp/gdb2495.exp
13859 * gdb.cp/local.exp
13860 * gdb.cp/mb-inline.exp
13861 * gdb.cp/mb-templates.exp
13862 * gdb.cp/pr10687.exp
13863 * gdb.cp/pr9167.exp
13864 * gdb.cp/scope-err.exp
13865 * gdb.cp/templates.exp
13866 * gdb.cp/virtfunc.exp
13867 * gdb.dwarf2/dw2-dir-file-name.exp
13868 * gdb.dwarf2/dw2-single-line-discriminators.exp
13869 * gdb.fortran/complex.exp
13870 * gdb.fortran/library-module.exp
13871 * gdb.guile/guile.exp
13872 * gdb.guile/scm-cmd.exp
13873 * gdb.guile/scm-frame-inline.exp
13874 * gdb.guile/scm-objfile.exp
13875 * gdb.guile/scm-pretty-print.exp
13876 * gdb.guile/scm-symbol.exp
13877 * gdb.guile/scm-type.exp
13878 * gdb.guile/scm-value.exp
13879 * gdb.linespec/keywords.exp
13880 * gdb.linespec/ls-errs.exp
13881 * gdb.linespec/macro-relative.exp
13882 * gdb.linespec/thread.exp
13883 * gdb.mi/mi-breakpoint-changed.exp
13884 * gdb.mi/mi-dprintf-pending.exp
13885 * gdb.mi/mi-fullname-deleted.exp
13886 * gdb.mi/mi-logging.exp
13887 * gdb.mi/mi-pending.exp
13888 * gdb.mi/mi-solib.exp
13889 * gdb.mi/new-ui-mi-sync.exp
13890 * gdb.mi/user-selected-context-sync.exp
13891 * gdb.multi/dummy-frame-restore.exp
13892 * gdb.multi/multi-arch-exec.exp
13893 * gdb.multi/remove-inferiors.exp
13894 * gdb.multi/watchpoint-multi-exit.exp
13895 * gdb.opt/solib-intra-step.exp
13896 * gdb.perf/backtrace.exp
13897 * gdb.perf/single-step.exp
13898 * gdb.perf/skip-command.exp
13899 * gdb.perf/skip-prologue.exp
13900 * gdb.perf/solib.exp
13901 * gdb.python/lib-types.exp
13902 * gdb.python/py-as-string.exp
13903 * gdb.python/py-bad-printers.exp
13904 * gdb.python/py-block.exp
13905 * gdb.python/py-breakpoint.exp
13906 * gdb.python/py-cmd.exp
13907 * gdb.python/py-events.exp
13908 * gdb.python/py-evthreads.exp
13909 * gdb.python/py-finish-breakpoint.exp
13910 * gdb.python/py-finish-breakpoint2.exp
13911 * gdb.python/py-frame-inline.exp
13912 * gdb.python/py-frame.exp
13913 * gdb.python/py-inferior.exp
13914 * gdb.python/py-infthread.exp
13915 * gdb.python/py-mi.exp
13916 * gdb.python/py-objfile.exp
13917 * gdb.python/py-pp-maint.exp
13918 * gdb.python/py-pp-registration.exp
13919 * gdb.python/py-prettyprint.exp
13920 * gdb.python/py-recurse-unwind.exp
13921 * gdb.python/py-shared.exp
13922 * gdb.python/py-symbol.exp
13923 * gdb.python/py-symtab.exp
13924 * gdb.python/py-template.exp
13925 * gdb.python/py-type.exp
13926 * gdb.python/py-unwind-maint.exp
13927 * gdb.python/py-unwind.exp
13928 * gdb.python/py-value.exp
13929 * gdb.python/python.exp
13930 * gdb.reverse/finish-reverse-bkpt.exp
13931 * gdb.reverse/insn-reverse.exp
13932 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13933 * gdb.reverse/solib-precsave.exp
13934 * gdb.reverse/solib-reverse.exp
13935 * gdb.stabs/gdb11479.exp
13936 * gdb.stabs/weird.exp
13937 * gdb.threads/fork-child-threads.exp
13938 * gdb.threads/fork-plus-threads.exp
13939 * gdb.threads/fork-thread-pending.exp
13940 * gdb.threads/forking-threads-plus-breakpoint.exp
13941 * gdb.threads/hand-call-in-threads.exp
13942 * gdb.threads/interrupted-hand-call.exp
13943 * gdb.threads/linux-dp.exp
13944 * gdb.threads/local-watch-wrong-thread.exp
13945 * gdb.threads/next-while-other-thread-longjmps.exp
13946 * gdb.threads/non-ldr-exit.exp
13947 * gdb.threads/pending-step.exp
13948 * gdb.threads/print-threads.exp
13949 * gdb.threads/process-dies-while-detaching.exp
13950 * gdb.threads/process-dies-while-handling-bp.exp
13951 * gdb.threads/pthreads.exp
13952 * gdb.threads/queue-signal.exp
13953 * gdb.threads/reconnect-signal.exp
13954 * gdb.threads/signal-command-handle-nopass.exp
13955 * gdb.threads/signal-command-multiple-signals-pending.exp
13956 * gdb.threads/signal-delivered-right-thread.exp
13957 * gdb.threads/signal-sigtrap.exp
13958 * gdb.threads/sigthread.exp
13959 * gdb.threads/staticthreads.exp
13960 * gdb.threads/stepi-random-signal.exp
13961 * gdb.threads/thread-unwindonsignal.exp
13962 * gdb.threads/thread_check.exp
13963 * gdb.threads/thread_events.exp
13964 * gdb.threads/tid-reuse.exp
13965 * gdb.threads/tls-nodebug.exp
13966 * gdb.threads/tls-shared.exp
13967 * gdb.threads/tls-so_extern.exp
13968 * gdb.threads/tls.exp
13969 * gdb.threads/wp-replication.exp
13970 * gdb.trace/actions-changed.exp
13971 * gdb.trace/actions.exp
13972 * gdb.trace/backtrace.exp
13973 * gdb.trace/change-loc.exp
13974 * gdb.trace/collection.exp
13975 * gdb.trace/deltrace.exp
13976 * gdb.trace/disconnected-tracing.exp
13977 * gdb.trace/entry-values.exp
13978 * gdb.trace/ftrace-lock.exp
13979 * gdb.trace/ftrace.exp
13980 * gdb.trace/infotrace.exp
13981 * gdb.trace/mi-trace-frame-collected.exp
13982 * gdb.trace/mi-trace-unavailable.exp
13983 * gdb.trace/mi-traceframe-changed.exp
13984 * gdb.trace/mi-tracepoint-changed.exp
13985 * gdb.trace/mi-tsv-changed.exp
13986 * gdb.trace/no-attach-trace.exp
13987 * gdb.trace/packetlen.exp
13988 * gdb.trace/passc-dyn.exp
13989 * gdb.trace/passcount.exp
13990 * gdb.trace/pending.exp
13991 * gdb.trace/pr16508.exp
13992 * gdb.trace/qtro.exp
13993 * gdb.trace/range-stepping.exp
13994 * gdb.trace/read-memory.exp
13995 * gdb.trace/report.exp
13996 * gdb.trace/save-trace.exp
13997 * gdb.trace/signal.exp
13998 * gdb.trace/stap-trace.exp
13999 * gdb.trace/status-stop.exp
14000 * gdb.trace/strace.exp
14001 * gdb.trace/tfile.exp
14002 * gdb.trace/tfind.exp
14003 * gdb.trace/trace-break.exp
14004 * gdb.trace/trace-condition.exp
14005 * gdb.trace/trace-enable-disable.exp
14006 * gdb.trace/trace-mt.exp
14007 * gdb.trace/tracecmd.exp
14008 * gdb.trace/tracefile-pseudo-reg.exp
14009 * gdb.trace/tspeed.exp
14010 * gdb.trace/tstatus.exp
14011 * gdb.trace/tsv.exp
14012 * gdb.trace/unavailable.exp
14013 * gdb.trace/while-dyn.exp
14014 * gdb.trace/while-stepping.exp
14015 * lib/gdb-guile.exp
14016 * lib/gdb.exp
14017 * lib/mi-support.exp
14018 * lib/pascal.exp
14019 * lib/perftest.exp
14020 * lib/prelink-support.exp
14021 * lib/selftest-support.exp
14022
ad02e4fe
SM
140232016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14024
14025 * Makefile.in: Include disable-implicit-rules.mk.
14026
22347e55
AA
140272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14028
14029 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14030 non-byte-aligned bit fields.
14031
da5b30da
AA
140322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14033
14034 PR gdb/12616
14035 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14036 respects the DW_AT_data_bit_offset attribute.
14037
b593ecca
SM
140382016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14039
14040 * gdb.base/default.exp: Fix output of "set language".
14041
3b165252
SM
140422016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14043
14044 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14045 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14046 make.
14047 * configure.ac: Remove checks for the make program.
14048 * configure: Re-generate.
14049
1a2f3d7f
KB
140502016-11-16 Kevin Buettner <kevinb@redhat.com>
14051
14052 * gdb.python/py-recurse-unwind.c (main): Add loop.
14053 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14054 to read_register() and gdb.parse_and_eval(). Make each code
14055 call a separate case that can be individually tested.
14056 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14057 proc. Call cont_and_backtrace for each of the code paths that
14058 we want to test in the unwinder.
14059
b7f38fda
AA
140602016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14061
14062 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14063 the definition of struct S.
14064
1f8db343
CM
140652016-11-11 Catherine Moore <clm@codesourcery.com>
14066
14067 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14068
fad0c9fb
PA
140692016-11-09 Pedro Alves <palves@redhat.com>
14070
14071 * gdb.base/commands.exp (runto_or_return): New procedure.
14072 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14073 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14074 (progvar_simple_while_test, progvar_complex_if_while_test)
14075 (if_while_breakpoint_command_test)
14076 (infrun_breakpoint_command_test, breakpoint_command_test)
14077 (user_defined_command_test, watchpoint_command_test)
14078 (test_command_prompt_position, redefine_hook_test)
14079 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14080 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14081 multi_line_input and multi_line. Remove gdb_expect and
14082 gdb_stop_suppressing_tests uses.
14083 * lib/gdb.exp (valnum_re): New global.
14084 (multi_line_input): New procedure.
14085
8354c62c
SM
140862016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14087
14088 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14089 Remove.
14090 (test_setup): Define with proc_with_prefix.
14091 (test_cli_inferior): Likewise.
14092 (test_cli_thread): Likewise.
14093 (test_cli_frame): Likewise.
14094 (test_cli_select_frame): Likewise.
14095 (test_cli_up_down): Likewise.
14096 (test_mi_thread_select): Likewise.
14097 (test_mi_stack_select_frame): Likewise.
14098 (test_cli_in_mi_inferior): Likewise.
14099 (test_cli_in_mi_thread): Likewise.
14100 (test_cli_in_mi_frame): Likewise.
14101 (top level): Do not use with_test_prefix_procname.
14102
64f367a2
PA
141032016-11-09 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.base/commands.exp (gdbvar_simple_if_test)
14106 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14107 (progvar_simple_if_test, progvar_simple_while_test)
14108 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14109 (infrun_breakpoint_command_test, breakpoint_command_test)
14110 (user_defined_command_test, watchpoint_command_test)
14111 (test_command_prompt_position, deprecated_command_test)
14112 (bp_deleted_in_command, temporary_breakpoint_commands)
14113 (stray_arg0_test, source_file_with_indented_comment)
14114 (recursive_source_test, if_commands_test)
14115 (error_clears_commands_left, redefine_hook_test)
14116 (redefine_backtrace_test): Use proc_with_prefix.
14117 * lib/gdb.exp (proc_with_prefix): New proc.
14118
0bb65f1e
AA
141192016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14120
14121 * gdb.base/tui-layout.c: New file.
14122 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14123 disassembly window contains very long lines.
14124
7353f247
TT
141252016-11-08 Tom Tromey <tom@tromey.com>
14126
14127 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14128 depend on Python 2.
14129
30a7bb83
TT
141302016-11-08 Tom Tromey <tom@tromey.com>
14131
14132 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14133 New method.
14134
cdf5a07c
MG
141352016-10-29 Manish Goregaokar <manish@mozilla.com>
14136
2806dc7e 14137 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14138
51a789c3
MG
141392016-10-27 Manish Goregaokar <manish@mozilla.com>
14140
2806dc7e
PA
14141 * gdb.rust/simple.rs: Add test for univariant enums without
14142 discriminants and for encoded struct-like enums.
51a789c3 14143
f610ab6d
PA
141442016-10-28 Pedro Alves <palves@redhat.com>
14145
14146 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14147 gdb_test_multiple, tighten regexps and match symtabs and line
14148 tables incrementally.
14149
b129b0ca
LM
141502016-10-28 Luis Machado <lgustavo@codesourcery.com>
14151
14152 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14153 general.
14154
ecf45d2c
SL
141552016-10-25 Luis Machado <lgustavo@codesourcery.com>
14156
14157 * gdb.base/exec-invalid-sysroot.exp: New file.
14158
b8d38ee4
JK
141592016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14160
14161 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14162
f90fd8c2
JK
141632016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14164
14165 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14166
2d2476aa
MR
141672016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14168
2806dc7e
PA
14169 * gdb.base/killed-outside.exp: Remove $options from a call to
14170 `prepare_for_testing'.
2d2476aa 14171
e42b25a0
SM
141722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14173
14174 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14175 Change test message.
14176
3ccdb432
SM
141772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14178
14179 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14180 Update comment.
14181
5bad3170
SM
141822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14183
14184 * gdb.trace/mi-trace-save.exp: New file.
14185
5ad9dba7
YQ
141862016-10-13 Yao Qi <yao.qi@linaro.org>
14187
14188 * gdb.base/code_elim.exp (get_var_address): Remove.
14189 * gdb.base/relocate.exp: Likewise.
14190 * gdb.base/shreloc.exp: Likewise.
14191 * lib/gdb.exp (get_var_address): New.
14192
62df7e21
YQ
141932016-10-13 Yao Qi <yao.qi@linaro.org>
14194
14195 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14196 floating point tests if $skip_float_test is false.
14197
4dac951e
LM
141982016-10-12 Luis Machado <lgustavo@codesourcery.com>
14199
14200 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14201 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14202 argc values.
14203 Add 1 to argc so we guarantee distinct initial/modified argc values.
14204
8f1a8fc4
JK
142052016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14206
14207 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14208
16c85b5d
JK
142092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14210
14211 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14212 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14213 * gdb.arch/vsx-regs.exp: Likewise.
14214
1d0e042a
YQ
142152016-10-07 Yao Qi <yao.qi@linaro.org>
14216
14217 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14218
68dadef5
MM
142192016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14220
14221 * gdb.python/python.exp: Test decode_line("*0").
14222
33fa2c6e
DE
142232016-10-06 Doug Evans <dje@google.com>
14224
14225 * gdb.python/py-value.exp (test_value_creation): Add test for large
14226 unsigned 64-bit value.
14227
9c37b5ae
TT
142282016-10-06 Tom Tromey <tom@tromey.com>
14229
14230 * gdb.compile/compile.exp: Change java tests to rust.
14231 * gdb.base/setshow.exp: Change java tests to rust.
14232 * gdb.base/default.exp: Remove java from language list.
14233 * README (Examples): Update language example.
14234 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14235 test.
14236 * lib/gdb.exp (skip_java_tests): Remove.
14237 * lib/java.exp: Remove.
14238 * gdb.java: Remove.
14239
78b86327
MR
142402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14241
14242 * gdb.arch/mips-fcr.exp: New test.
14243 * gdb.arch/mips-fcr.c: Source for the new test.
14244
7470adbb
MR
142452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14246
14247 * gdb.base/solib-disc.exp: Use `standard_output_file'
14248 throughout.
14249
4a556533
PA
142502016-10-06 Pedro Alves <palves@redhat.com>
14251
14252 * gdb.base/jit-simple-dl.c: New file.
14253 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14254 * gdb.base/jit-simple.c: ... this.
14255 * gdb.base/jit-simple.exp (jit_run): Delete.
14256 (build_jit): New proc.
14257 (jit_test_reread): Recompile either the main program or the shared
14258 library, depending on what is being tested. Skip changing address
14259 if caller wants to. Compare before/after addresses. If testing
14260 standalone, explicitly load the binary. Test "maint info
14261 breakpoints".
14262 (top level): Add "standalone vs shared lib" and "change address"
14263 vs "same address" axes.
14264
5a122fbc
PA
142652016-10-06 Pedro Alves <palves@redhat.com>
14266
14267 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14268 call.
14269 (jit_run): Delete.
14270 (jit_test_reread): Use with_test_prefix. Reload the main binary
14271 explicitly. Compare the before/after addresses of the JIT
14272 descriptor.
14273
ee8da4b8
DE
142742016-08-15 Doug Evans <dje@google.com>
14275
14276 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14277 for single bitfields is bool.
14278 * gdb.xml/tdesc-regs.exp: Ditto.
14279
f389f6fe
JK
142802016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14281
14282 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14283
fdebf1a4
YQ
142842016-10-05 Yao Qi <yao.qi@linaro.org>
14285
14286 * lib/gdb.exp (support_complex_tests): Return zero if
14287 gdb_skip_float_test return true.
14288
9c36d954 142892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14290 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14291
14292 PR gdb/20487
14293 * gdb.mi/user-selected-context-sync.exp: New file.
14294 * gdb.mi/user-selected-context-sync.c: New file.
14295
4034d0ff 142962016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14297 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14298
14299 PR gdb/20487
14300 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14301 =thread-select-event check.
14302
a4297203
PB
143032016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14304
14305 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14306 the compulsory L operand changes.
14307 * gdb.arch/powerpc-power.s: Likewise.
14308
bb805577
JK
143092016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14310
14311 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14312 * gdb.base/jit-attach-pie.c: New file.
14313 * gdb.base/jit-attach-pie.exp: New file.
14314
6d61dee5
PA
143152016-09-28 Pedro Alves <palves@redhat.com>
14316
14317 * gdb.base/infcall-input.c: New file.
14318 * gdb.base/infcall-input.exp: New file.
14319
f73842fc
YQ
143202016-09-22 Yao Qi <yao.qi@linaro.org>
14321
14322 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14323 (gdb_exit): Rename it to ...
14324 (gdbserver_gdb_exit): ... Close GDBserver.
14325 (gdb_exit): New proc, call gdbserver_gdb_exit.
14326 (mi_gdb_exit): Likewise.
14327
90681dab
YQ
143282016-09-22 Yao Qi <yao.qi@linaro.org>
14329
14330 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14331 path.
14332 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14333 Remove duplication.
14334
9c211fd8
YQ
143352016-09-22 Yao Qi <yao.qi@linaro.org>
14336
14337 * lib/gdbserver-support.exp: Check the existence of
14338 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14339
ad0a504f
AK
143402016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14341
14342 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14343
36cf1806
TT
143442016-09-21 Tom Tromey <tom@tromey.com>
14345
14346 PR gdb/20604:
14347 * gdb.base/quit.exp: New file.
14348
74172ecf
SM
143492016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14350
14351 * .gitignore: New file.
14352
3d0ec882
MR
143532016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14354
14355 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14356 throughout.
14357
8193adea
AA
143582016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14359
14360 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14361
d41a5c09
JK
143622016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14363
14364 * gdb.cp/casts.cc (decltype): Move it ...
14365 (main): ... with its call to ...
14366 * gdb.cp/casts03.cc: ... a new file.
14367 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14368
d2dfe700
JK
143692016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14372
e2a92b16
PB
143732016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14374
14375 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14376 and sync up the test with tests in gas/testsuite/gas/ppc.
14377 * gdb.arch/powerpc-power.exp: Likewise.
14378
49b4de64
JK
143792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14380
14381 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14382
2c29df25
SDJ
143832016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14384 Jan Kratochvil <jan.kratochvil@redhat.com>
14385
14386 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14387 make m1's definition to be different from m2's. Use 'dummy' as an
14388 argument for probe 'two'.
14389
cc3c2846
JB
143902016-09-10 Jon Beniston <jon@beniston.com>
14391
14392 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14393 for sim target.
14394
e1b2624a
AA
143952016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14396
14397 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14398 variable declaration.
14399 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14400 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14401 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14402 received HWCAP as its argument.
14403
4295e285
PA
144042016-09-06 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/new-ui-pending-input.c: New file.
14407 * gdb.base/new-ui-pending-input.exp: New file.
14408 * gdb.exp (clear_gdb_spawn_id): New procedure.
14409 (with_spawn_id): Check whether gdb_spawn_id exists before
14410 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14411 on exit.
14412
00d5215e
UW
144132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14414
14415 * gdb.base/float128.c: New file.
14416 * gdb.base/float128.exp: Likewise.
14417 * gdb.base/floatn.c: Likewise.
14418 * gdb.base/floatn.exp: Likewise.
14419
a9ff5f12
UW
144202016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14421
14422 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14423
f245535c
PA
144242016-09-05 Pedro Alves <palves@redhat.com>
14425
14426 PR backtrace/19927
14427 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14428 unwinders are immediately called as side effect of "source" or
14429 "disable unwinder" commands.
14430 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14431
ae9cf263
YQ
144322016-09-02 Yao Qi <yao.qi@linaro.org>
14433
14434 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14435 is true and $type is "float" or "double".
14436
27aba047
YQ
144372016-09-02 Yao Qi <yao.qi@linaro.org>
14438
14439 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14440 true.
14441 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14442 * gdb.base/call-rt-st.exp: Likewise.
14443 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14444 return value instead of gdb,skip_float_test.
14445 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14446 (do_function_calls): Use its return value instead of
14447 gdb,skip_float_test.
14448 * gdb.base/finish.exp: Likewise.
14449 * gdb.base/funcargs.exp: Likewise.
14450 * gdb.base/return.exp: Likewise.
14451 * gdb.base/return2.exp: Likewise.
14452 * gdb.base/varargs.exp: Likewise.
14453 * lib/gdb.exp (gdb_skip_float_test): Change it to
14454 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14455
5af962df
AA
144562016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14457
14458 * gdb.multi/tids.exp: Test "thread apply all".
14459
7fac6910
JK
144602016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14461
14462 * gdb.base/default.exp (tty): Remove.
14463
bb1fe4ac
KB
144642016-08-24 Kevin Buettner <kevinb@redhat.com>
14465
2806dc7e
PA
14466 * gdb.python/py-recurse-unwind.c: New file.
14467 * gdb.python/py-recurse-unwind.py: New file.
14468 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14469
0a1ddfa6
SM
144702016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14471
14472 * gdb.base/set-inferior-tty.exp: New file.
14473 * gdb.base/set-inferior-tty.c: New file.
14474
d9de1fe3
PA
144752016-08-23 Pedro Alves <palves@redhat.com>
14476
14477 PR gdb/20494
14478 * gdb.base/new-ui-echo.c: New file.
14479 * gdb.base/new-ui-echo.exp: New file.
14480
e9d9abd7
YQ
144812016-08-23 Yao Qi <yao.qi@linaro.org>
14482
14483 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14484 gdbserver_spawn.
14485 * gdb.server/connect-without-multi-process.exp (do_test):
14486 Likewise.
14487
3589529e
YQ
144882016-08-23 Yao Qi <yao.qi@linaro.org>
14489
14490 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14491 standalone_txt. Delete gdb_txt and standalone_txt on host
14492 and target. Spawn the binary on target. Copy files from
14493 target to host.
14494
6bb90213
PA
144952016-08-22 Pedro Alves <palves@redhat.com>
14496
14497 PR gdb/20505
14498 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14499 with_test_prefix. Factor out bits to ...
14500 (test_no_vdso): ... this new procedure.
14501
20c2c024
CL
145022016-08-19 Carl Love <cel@us.ibm.com>
14503
14504 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14505 maintaining separate logic for constructing the output path.
14506 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14507 * gdb.arch/ppc-dfp.exp: Likewise.
14508 * gdb.arch/ppc-fp.exp: Likewise.
14509 * gdb.arch/vsx-regs.exp: Likewise.
14510 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14511 binprefix for generating the additional binary files.
14512
0646e07d
PA
145132016-08-19 Pedro Alves <palves@redhat.com>
14514
14515 * gdb.trace/mi-trace-frame-collected.exp
14516 (test_trace_frame_collected): On x32, expect two registers.
14517
46da9242
CL
145182016-08-18 Carl Love <cel@us.ibm.com>
14519
14520 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14521 and sync up the test with tests in gas/testsuite/gas/ppc.
14522 * gdb.arch/powerpc-power.exp: Likewise.
14523
eb2332d7
SM
145242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14525
14526 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14527 expected error message.
14528
63c61e04
SM
145292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14530
14531 * gdb.multi/remove-inferiors.exp: New file.
14532 * gdb.multi/remove-inferiors.c: New file.
14533
7b17065f
YQ
145342016-08-12 Yao Qi <yao.qi@linaro.org>
14535
14536 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14537 argument list.
14538
01d3dedf
PA
145392016-08-10 Pedro Alves <palves@redhat.com>
14540
14541 PR gdb/19187
14542 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14543 setup_kfails.
14544
3eb7562a
PA
145452016-08-09 Pedro Alves <palves@redhat.com>
14546 Simon Marchi <simon.marchi@ericsson.com>
14547
14548 PR gdb/20418
14549 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14550 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14551
80614914
PA
145522016-08-09 Pedro Alves <palves@redhat.com>
14553
14554 PR mi/20431
14555 * gdb.mi/mi-cmd-error.exp: New file.
14556
f348d89a
PA
145572016-08-09 Pedro Alves <palves@redhat.com>
14558
14559 PR gdb/18653
14560 * gdb.base/signals-state-child.c: New file.
14561 * gdb.base/signals-state-child.exp: New file.
14562 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14563
e5ca03b4
PA
145642016-08-09 Pedro Alves <palves@redhat.com>
14565
14566 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14567
282a0691
TT
145682016-08-03 Tom Tromey <tom@tromey.com>
14569
14570 PR python/18565:
14571 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14572
41bfcd63
YQ
145732016-08-01 Yao Qi <yao.qi@linaro.org>
14574
14575 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14576 variable mode to "multi-process" if $multi_process is 1, otherwise
14577 set it to "single-process".
14578
e3465b24
YQ
145792016-08-01 Yao Qi <yao.qi@linaro.org>
14580
14581 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14582 * gdb.cp/cpexprs.exp: Likewise.
14583 * gdb.cp/m-static.exp: Likewise.
14584
0b31a4bc
TT
145852016-07-26 Tom Tromey <tom@tromey.com>
14586
14587 PR python/20190:
14588 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14589 test.
14590
e0461dbb
MM
145912016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14592
14593 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14594 selecting assembly source files.
14595 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14596 assembly source files.
14597 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14598 assembly source files.
14599 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14600 selecting assembly source files.
14601
8194e927
SM
146022016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14603
14604 * gdb.base/new-ui.exp (do_test_invalid_args): New
14605 procedure.
14606
c0272db5
TW
146072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14608
14609 * gdb.btrace/reconnect.c: New file.
14610 * gdb.btrace/reconnect.exp: New file.
14611
e3487908
GKB
146122016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14613
14614 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14615 to test_catch_syscall_group.
14616 (test_catch_syscall_group): New.
14617
12df5c00
TT
146182016-07-21 Tom Tromey <tom@tromey.com>
14619
14620 * gdb.rust/simple.rs (main): Use empty struct expression.
14621 * gdb.rust/simple.exp: Add tests for empty struct expression.
14622
bae62ee2
YQ
146232016-07-21 Yao Qi <yao.qi@linaro.org>
14624
14625 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14626 if gdb_skip_xml_test is true on some targets.
14627
b1b53fb3
YQ
146282016-07-21 Yao Qi <yao.qi@linaro.org>
14629
14630 * gdb.server/solib-list.exp: Unset last_loaded_file.
14631
027d97f8
JK
146322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14633
14634 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14635 "step into captured_main (args)".
14636
7674d381
JK
146372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14640
72b5d099
JK
146412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14642
14643 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14644
1f960ced
PA
146452016-07-19 Pedro Alves <palves@redhat.com>
14646
14647 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14648 * gdb.opt/inline-bt.exp: Likewise.
14649 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14650 additional_flags=-Winline.
14651 * gdb.opt/inline-locals.exp: Likewise.
14652 * gdb.opt/inline-markers.c (ATTR): Define.
14653 (inlined_fn): Use it.
14654
f25827c1
YQ
146552016-07-19 Yao Qi <yao.qi@linaro.org>
14656
14657 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14658 (test_with_self): Remove some code. Remove argument executable.
14659 (top-level): Use do_self_tests.
14660
37539ebe
DB
146612016-07-15 Zachary Welch <zwelch@codesourcery.com>
14662 Don Breazeal <donb@codesourcery.com>
14663
14664 * gdb.base/maint.exp: Escape paths used in regular expressions.
14665 * gdb.stabs/weird.exp: Likewise.
14666
dac790e1
TT
146672016-07-13 Tom Tromey <tom@tromey.com>
14668
14669 PR python/15620, PR python/18620:
14670 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14671 (test_bkpt_events): New procs.
14672
93daf339
TT
146732016-07-13 Tom Tromey <tom@tromey.com>
14674
14675 PR python/17698:
14676 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14677 test.
14678 (test_watchpoints): Likewise.
14679 (test_bkpt_pending): New proc.
14680
6571a381
TT
146812016-07-13 Tom Tromey <tom@tromey.com>
14682
14683 PR cli/18053:
14684 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14685 completion test.
14686
e8732474
JK
146872016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14690 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14691 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14692 f_label.
14693 (g): Rename g_end_lbl to g_label.
14694 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14695 low_pc and high_pc.
14696 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14697
e0f3fd7c
TT
146982016-07-12 Tom Tromey <tom@tromey.com>
14699
14700 PR python/19293:
14701 * gdb.python/py-unwind-maint.exp: Update tests.
14702
3cfe46b6
YQ
147032016-07-12 Yao Qi <yao.qi@linaro.org>
14704
14705 * lib/selftest-support.exp (selftest_setup): Match the output
14706 when captured_main is inlined.
14707
4f19a0e6
WT
147082016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14709
14710 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14711 New variables.
14712 (print this%a, print this%b, print this): New tests.
14713 * gdb.fortran/derived-types.f90 (this): New object and
14714 initialization.
14715
986cf455
SM
147162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14717
14718 * gdb.ada/arraydim.exp: Remove extra directory level in build
14719 directory.
14720
f0464b23
SM
147212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14722
14723 * lib/ada.exp: Remove extra directory level in build directory.
14724 * gdb.ada/cond_lang.exp: Likewise.
14725 * gdb.ada/exec_changed.exp: Likewise.
14726 * gdb.ada/lang_switch.exp: Likewise.
14727
42d94011
MG
147282016-07-06 Manish Goregaokar <manish@mozilla.com>
14729
2806dc7e
PA
14730 * simple.rs: Add test for raw pointer subscripting.
14731 * simple.exp: Add test expectations.
42d94011 14732
647c264c
YQ
147332016-07-05 Yao Qi <yao.qi@linaro.org>
14734
14735 * gdb.mi/mi-reverse.exp: Match =record-started output.
14736
20aa2c60
PA
147372016-07-01 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14740 procedure.
14741 (jit_reader_test): Test the jit reader's unwinder.
14742 * gdb.base/jithost.c (jit_function_00_code): New global.
14743 (main): Use memcpy to fill in the mmapped code, instead of poking
14744 bytes manually here.
14745 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14746 value.
14747 (read_debug_info): Save the function's range.
14748 (read_sp): New function.
14749 (unwind_frame): Use it. Also unwind RBP.
14750 (get_frame_id): Use read_sp.
14751 (gdb_init_reader): Use calloc instead of malloc.
14752 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14753 parameter. Use gdb_test_multiple.
14754
ced2dffb
PA
147552016-07-01 Pedro Alves <palves@redhat.com>
14756 Antoine Tremblay <antoine.tremblay@ericsson.com>
14757
14758 * gdb.threads/process-dies-while-detaching.c: New file.
14759 * gdb.threads/process-dies-while-detaching.exp: New file.
14760
63000888
PA
147612016-07-01 Pedro Alves <palves@redhat.com>
14762
14763 * gdb.multi/watchpoint-multi-exit.c: New file.
14764 * gdb.multi/watchpoint-multi-exit.exp: New file.
14765
038d4868
PA
147662016-06-30 Pedro Alves <palves@redhat.com>
14767
14768 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14769 unset inferior_spawn_id.
14770
994e9c83
PA
147712016-06-30 Pedro Alves <palves@redhat.com>
14772
14773 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14774 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14775
e5653468
YQ
147762016-06-29 Yao Qi <yao.qi@linaro.org>
14777
14778 * gdb.base/return.c: Add copyright header.
14779
803b47e5
TT
147802016-06-29 Tom Tromey <tom@tromey.com>
14781
14782 PR python/20129:
14783 * gdb.python/py-framefilter.exp: Add tests for setting priority
14784 and disabling of non-existent frame filter.
14785
28244707
YQ
147862016-06-29 Yao Qi <yao.qi@linaro.org>
14787
14788 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14789 0x0f07ff.
14790
a31d2f06
YQ
147912016-06-28 Yao Qi <yao.qi@linaro.org>
14792
14793 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14794 triplets. Start gdb, execute catch syscall, and continue. Check
14795 gdb's output to determine catch syscall is supported.
14796
921d8f54
MG
147972016-06-27 Manish Goregaokar <manish@mozilla.com>
14798
25d49b86
PA
14799 * gdb.rust/simple.rs: Add test for returning unit in a function.
14800 * gdb.rust/simple.exp: Add expectation for functions returning
14801 unit.
921d8f54 14802
f4952523
PMR
148032016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14804
14805 * gdb.python/py-breakpoint-create-fail.c,
14806 gdb.python/py-breakpoint-create-fail.exp,
14807 gdb.python/py-breakpoint-create-fail.py: New testcase.
14808
fccb08f8
MG
148092016-06-25 Manish Goregaokar <manish@mozilla.com>
14810
14811 PR gdb/20239
14812 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14813 * gdb.rust/simple.exp: Add test expectations for new NonZero
14814 tests.
fccb08f8 14815
6b850546
DT
148162016-06-24 David Taylor <dtaylor@emc.com>
14817
14818 * gdb.base/offsets.exp: New file.
14819 * gdb.base/offsets.c: New file.
14820
17621150
TT
148212016-06-23 Tom Tromey <tom@tromey.com>
14822
14823 PR gdb/16483:
14824 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14825 before any filters are loaded.
14826
04d59df6
WT
148272016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14828
14829 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14830 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14831 structs.
14832 * gdb.fortran/derived-type-function.exp: New file.
14833 * gdb.fortran/derived-type-function.f90: New file.
14834
14835
ac69f786
PA
148362016-06-21 Pedro Alves <palves@redhat.com>
14837
14838 * gdb.base/new-ui.exp: New file.
14839 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14840 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14841 (with_spawn_id): New procedure.
14842
49940788
PA
148432016-06-21 Pedro Alves <palves@redhat.com>
14844
14845 * gdb.mi/mi-exec-run.exp: New file.
14846
ef274d26
PA
148472016-06-21 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14850 breakpoint command's output on the main UI.
14851 (test_break): New procedure, factored out from calls in the top
14852 level.
14853 (top level): Use foreach_with_prefix to test MI as main UI and as
14854 separate UI.
14855
468afe6c
PA
148562016-06-21 Pedro Alves <palves@redhat.com>
14857
14858 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14859 (test_awatch_creation_and_listing)
14860 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14861 Remove 'type' parameter.
14862 (test_watchpoint_all): New parameter mi_mode. Remove
14863 with_test_prefix.
14864 (top level): Use foreach_with_prefix, and add main/separate UI MI
14865 testing axis.
14866
51f77c37
PA
148672016-06-21 Pedro Alves <palves@redhat.com>
14868
14869 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14870 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14871 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14872 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14873 (gdb_main_spawn_id, mi_spawn_id): Declare and
14874 comment.
14875 (mi_create_inferior_pty): New procedure,
14876 factored out from default_mi_gdb_start.
14877 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14878 procedures.
14879 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14880 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14881 Use mi_create_inferior_pty.
14882 (mi_gdb_start): Use eval to pass down args list.
14883
8980e177
PA
148842016-06-21 Pedro Alves <palves@redhat.com>
14885
14886 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14887 * gdb.opt/inline-cmds.exp: Add MI tests.
14888
f38d3ad1
PA
148892016-06-21 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14892
45db7c09
PA
148932016-06-21 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14896 (top level): Use it instead of mi_execute_to.
14897
5a069ab3
PA
148982016-06-21 Pedro Alves <palves@redhat.com>
14899
14900 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14901 (cont_handler_str): New.
14902 (signal_stop_handler): Set stop_handler_str instead of printing to
14903 stdout.
14904 (continue_handler): Set cont_handler_str instead of printing to
14905 stdout.
14906 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14907 mi_send_resuming_command. Print stop_handler_str and
14908 cont_handler_str instead of expecting the python events print
14909 directly.
14910
2838cc1d
SD
149112016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14912
14913 * gdb.base/jit-reader.exp: New file.
14914 * gdb.base/jithost.c: New file.
14915 * gdb.base/jithost.h: New file.
14916 * gdb.base/jitreader.c : New file.
14917 * gdb.base/jit-protocol.h: New file.
14918
21a77091
YQ
149192016-06-17 Yao Qi <yao.qi@linaro.org>
14920
14921 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14922 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14923 and detach-on-fork. Adjust tests.
14924 (top level): Invoke break_cond_on_syscall with combinations of
14925 syscall, follow-fork-mode and detach-on-fork.
14926
f50bf8e5
YQ
149272016-06-17 Yao Qi <yao.qi@linaro.org>
14928
14929 * gdb.base/step-over-exit.c: New.
14930 * gdb.base/step-over-exit.exp: New.
14931
a28d8e50
YTL
149322016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14933
14934 * gdb.base/float.exp: Add target check for nds32*-*-*.
14935 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14936
cad8e26d
AB
149372016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14938
14939 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14940 for unsupported target features.
14941 * gdb.base/call-rt-st.exp: Likewise.
14942 * gdb.base/call-sc.exp: Likewise.
14943 * gdb.base/call-signal-resume.exp: Likewise.
14944 * gdb.base/call-strs.exp: Likewise.
14945 * gdb.base/callexit.exp: Likewise.
14946 * gdb.base/callfuncs.exp: Likewise.
14947 * gdb.base/nodebug.exp: Likewise.
14948 * gdb.base/printcmds.exp: Likewise.
14949 * gdb.base/ptype.exp: Likewise.
14950 * gdb.base/structs.exp: Likewise.
14951 * gdb.base/unwindonsignal.exp: Likewise.
14952 * gdb.cp/gdb2495.exp: Likewise.
14953 * gdb.cp/templates.exp: Likewise.
14954 * gdb.cp/virtfunc.exp: Likewise.
14955 * gdb.threads/hand-call-in-threads.exp: Likewise.
14956 * gdb.threads/interrupted-hand-call.exp: Likewise.
14957 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14958
347dc102
TT
149592016-06-10 Tom Tromey <tom@tromey.com>
14960
14961 PR rust/20110:
14962 * gdb.rust/expr.exp: Add test for integer constant larger than
14963 i32.
14964
5e13cf25
BH
149652016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14966
14967 * gdb.fortran/nested-funcs.exp: New.
14968 * gdb.fortran/nested-funcs.f90: New.
14969
bb556f1f
TK
149702016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14971
14972 * gdb.base/examine-backward.c: New file.
14973 * gdb.base/examine-backward.exp: New file.
14974
38b022b4
SM
149752016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14976
14977 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14978 matching.
14979
1b40ec05
TT
149802016-06-02 Tom Tromey <tom@tromey.com>
14981
14982 PR python/18984:
14983 * gdb.python/py-shared.exp: Add solib_name test.
14984
193bd378
SM
149852016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14986
14987 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14988
3326303b
MG
149892016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14990
14991 PR c++/19893
14992 * gdb.dwarf2/implref.exp: Rename to...
14993 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14994 * gdb.dwarf2/implref-array.c: New file.
14995 * gdb.dwarf2/implref-array.exp: Likewise.
14996 * gdb.dwarf2/implref-global.c: Likewise.
14997 * gdb.dwarf2/implref-global.exp: Likewise.
14998 * gdb.dwarf2/implref-struct.c: Likewise.
14999 * gdb.dwarf2/implref-struct.exp: Likewise.
15000
825c8ef2
AT
150012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15002
15003 * gdb.trace/trace-condition.exp: Add 64bit tests.
15004
2320162a
AT
150052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15006
15007 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15008 bits types.
15009 (main): Adapt to 8 to 64 bits types.
15010 * gdb.trace/trace-condition.exp: Add new tests.
15011
a7818233
AT
150122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15013
15014 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15015
0d336466
AT
150162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15017
15018 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15019 Move condition tests...
15020 * gdb.trace/trace-condition.exp: Here.
15021
7faeb45a
AT
150222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15023
15024 * gdb.trace/trace-condition.exp: Add counter-case tests.
15025
e385593e
JK
150262016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15027
15028 PR c++/15231
15029 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15030 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15031
744608cc
PA
150322016-05-27 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15035 New procedure.
15036 (top level): Call it, and bail out of DejaGnu is known to be bad.
15037
ac775bf4
AB
150382016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15039
15040 * gdb.base/whatis.c: Extend the test case.
15041 * gdb.base/whatis.exp: Add additional tests.
15042
2bbad2ea
BH
150432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15044
15045* gdb.fortran/type.f90: Add pointer variable.
15046* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15047
8b70175d
BH
150482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15049
15050 * gdb.fortran/vla-type.exp: Fix testcase name.
15051
86d8a848
BH
150522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15053
15054 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15055
e188eb36
BH
150562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15057
15058 * gdb.fortran/type.f90: Add nested structures.
15059 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15060 * gdb.fortran/derived-type.exp: Adapt expected output.
15061 * gdb.fortran/vla-type.exp: Adapt expected output.
15062
9b2db1fd
BH
150632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15064
15065 * gdb.fortran/whatis_type.exp: Adapt expected output.
15066
72b17055
BH
150672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15068
15069 * gdb.fortran/print_type.exp: Fix expected output.
15070 * gdb.fortran/whatis_type.exp: Fix expected output.
15071
3cd81d8d
BH
150722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15073
15074 * gdb.fortran/whatis_type.exp: Use multi_line.
15075
ddae9462
TT
150762016-05-24 Tom Tromey <tom@tromey.com>
15077
15078 PR python/17386:
15079 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15080 use value as an index.
15081
1957f6b8
TT
150822016-05-23 Tom Tromey <tom@tromey.com>
15083
15084 PR python/17981:
15085 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15086 no-breakpoint case.
15087
026a9174
PA
150882016-05-24 Pedro Alves <palves@redhat.com>
15089
15090 PR gdb/19828
15091 * gdb.threads/clone-attach-detach.c: New file.
15092 * gdb.threads/clone-attach-detach.exp: New file.
15093
e70a7231
FR
150942016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15095
15096 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15097
0f6ed0e0
TT
150982016-05-23 Tom Tromey <tom@tromey.com>
15099
15100 PR python/19438, PR python/18393:
15101 * gdb.python/py-progspace.exp: Add "dir" test.
15102 * gdb.python/py-objfile.exp: Add "dir" test.
15103
ffd19d61
YQ
151042016-05-23 Yao Qi <yao.qi@linaro.org>
15105
15106 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15107 * gdb.arch/thumb2-it.exp: Likewise.
15108
9e8f9b05
SM
151092016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15110
15111 * gdb.mi/mi-threads-interrupt.c: New file.
15112 * gdb.mi/mi-threads-interrupt.exp: New file.
15113
61c6156d
SM
151142016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15115
15116 PR gdb/18077
15117 * gdb.mi/mi-async-run.exp: New file.
15118 * gdb.mi/mi-async-run.c: New file.
15119
67218854
TT
151202016-05-17 Tom Tromey <tom@tromey.com>
15121 Manish Goregaokar <manishsmail@gmail.com>
15122
15123 * lib/rust-support.exp: New file.
15124 * lib/gdb.exp (skip_rust_tests): New proc.
15125 (build_executable_from_specs): Handle rust.
15126 * lib/future.exp (gdb_find_rustc): New proc.
15127 (gdb_default_target_compile): Handle rust.
15128 * gdb.rust/expr.exp: New file.
15129 * gdb.rust/generics.exp: New file.
15130 * gdb.rust/generics.rs: New file.
15131 * gdb.rust/methods.exp: New file.
15132 * gdb.rust/methods.rs: New file.
15133 * gdb.rust/modules.exp: New file.
15134 * gdb.rust/modules.rs: New file.
15135 * gdb.rust/simple.exp: New file.
15136 * gdb.rust/simple.rs: New file.
15137
c44af4eb
TT
151382016-05-17 Tom Tromey <tom@tromey.com>
15139
15140 * gdb.base/default.exp (set language): Add rust.
15141
dcd1f979
TT
151422016-05-17 Tom Tromey <tom@tromey.com>
15143
15144 * gdb.gdb/unittest.exp: New file.
15145
155b7f57
YQ
151462016-05-16 Yao Qi <yao.qi@linaro.org>
15147
15148 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15149 shell_prompt. Update shell_prompt_re.
15150
8ddd5a6c
DE
151512016-05-12 Doug Evans <dje@google.com>
15152
15153 PR symtab/19999
15154 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15155 $options when building executable.
15156 * gdb.dwarf2/fission-loclists-pie.S: New file.
15157 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15158
02e370d9
SM
151592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15160
15161 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15162 of [is_remote target],
15163
8929ad8b
SM
151642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15165
15166 * lib/gdb.exp (use_gdb_stub): New procedure.
15167
6c447423
DE
151682016-05-03 Yunlian Jiang <yunlian@google.com>
15169 Doug Evans <dje@google.com>
15170
15171 PR symtab/19914
15172 * gdb.dwarf2/dwp-sepdebug.c: New file.
15173 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15174
444e826c
SM
151752016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15176
15177 * gdb.base/detach.exp: Remove is_remote check.
15178
740feeaa
SM
151792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15180
15181 * gdb.base/annota-input-while-running.exp: Don't check for
15182 [is_remote target]. Enable annotations after running to main.
15183 Remove unused "set test..." line.
15184
9080ac9d
SM
151852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15186
15187 * gdb.trace/trace-enable-disable.exp: New file.
15188 * gdb.trace/trace-enable-disable.c: New file.
15189
952ebca5
SM
151902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15191
15192 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15193 use it in info sharedlibrary test.
15194 * gdb.trace/ftrace-lock.exp: Likewise.
15195 * gdb.trace/ftrace.exp: Likewise.
15196 * gdb.trace/range-stepping.exp: Likewise.
15197 * gdb.trace/trace-break.exp: Likewise.
15198 * gdb.trace/trace-condition.exp: Likewise.
15199 * gdb.trace/trace-mt.exp: Likewise.
15200
d9019901
SM
152012016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15202
15203 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15204 (gdb_load_shlib): ... this.
15205 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15206 gdb_load_shlib.
15207 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15208 * gdb.base/ctxobj.exp: Likewise.
15209 * gdb.base/dprintf-pending.exp: Likewise.
15210 * gdb.base/dso2dso.exp: Likewise.
15211 * gdb.base/fixsection.exp: Likewise.
15212 * gdb.base/gcore-relro.exp: Likewise.
15213 * gdb.base/gdb1555.exp: Likewise.
15214 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15215 * gdb.base/gnu-ifunc.exp: Likewise.
15216 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15217 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15218 * gdb.base/pending.exp: Likewise.
15219 * gdb.base/print-file-var.exp: Likewise.
15220 * gdb.base/print-symbol-loading.exp: Likewise.
15221 * gdb.base/shlib-call.exp: Likewise.
15222 * gdb.base/shreloc.exp: Likewise.
15223 * gdb.base/so-impl-ld.exp: Likewise.
15224 * gdb.base/solib-disc.exp: Likewise.
15225 * gdb.base/solib-nodir.exp: Likewise.
15226 * gdb.base/solib-overlap.exp: Likewise.
15227 * gdb.base/solib-symbol.exp: Likewise.
15228 * gdb.base/solib-weak.exp (do_test): Likewise.
15229 * gdb.base/sym-file.exp: Likewise.
15230 * gdb.base/symtab-search-order.exp: Likewise.
15231 * gdb.base/type-opaque.exp: Likewise.
15232 * gdb.base/unload.exp: Likewise.
15233 * gdb.base/watchpoint-solib.exp: Likewise.
15234 * gdb.compile/compile.exp: Likewise.
15235 * gdb.cp/gdb2384.exp: Likewise.
15236 * gdb.cp/infcall-dlopen.exp: Likewise.
15237 * gdb.cp/re-set-overloaded.exp: Likewise.
15238 * gdb.fortran/library-module.exp: Likewise.
15239 * gdb.opt/solib-intra-step.exp: Likewise.
15240 * gdb.python/py-finish-breakpoint.exp: Likewise.
15241 * gdb.python/py-shared.exp: Likewise.
15242 * gdb.reverse/solib-precsave.exp: Likewise.
15243 * gdb.reverse/solib-reverse.exp: Likewise.
15244 * gdb.server/solib-list.exp: Likewise.
15245 * gdb.threads/dlopen-libpthread.exp: Likewise.
15246 * gdb.threads/tls-shared.exp: Likewise.
15247 * gdb.threads/tls-so_extern.exp: Likewise.
15248 * gdb.trace/change-loc.exp: Likewise.
15249 * gdb.trace/ftrace-lock.exp: Likewise.
15250 * gdb.trace/ftrace.exp: Likewise.
15251 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15252 * gdb.trace/pending.exp: Likewise.
15253 * gdb.trace/range-stepping.exp: Likewise.
15254 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15255 (strace_info_marker): Likewise.
15256 (strace_probe_marker): Likewise.
15257 (strace_trace_on_same_addr): Likewise.
15258 (strace_trace_on_diff_addr): Likewise.
15259 * gdb.trace/trace-break.exp: Likewise.
15260 * gdb.trace/trace-condition.exp: Likewise.
15261 * gdb.trace/trace-mt.exp: Likewise.
15262
fca4cfd9
SM
152632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15264
15265 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15266 result of gdb_remote_download.
15267 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15268 * gdb.base/dso2dso.exp: Likewise.
15269 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15270 * gdb.base/print-file-var.exp: Likewise.
15271 * gdb.base/shlib-call.exp: Likewise.
15272 * gdb.base/shreloc.exp: Likewise.
15273 * gdb.base/solib-overlap.exp: Likewise.
15274 * gdb.base/solib-weak.exp (do_test): Likewise.
15275 * gdb.base/unload.exp: Likewise.
15276
11cf4ffb
YQ
152772016-04-27 Yao Qi <yao.qi@linaro.org>
15278
15279 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15280 exists.
15281
3e2e34f8
KB
152822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15283
15284 * vla-type.exp: Print structure from toplevel.
15285
8f07e298
BH
152862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15287
15288 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15289 of dynamic types.
15290 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15291 of dynamic types.
15292
9920b434
BH
152932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15294
15295 * gdb.fortran/vla-type.f90: New file.
15296 * gdb.fortran/vla-type.exp: New file.
15297
f3abeff5
YQ
152982016-04-25 Yao Qi <yao.qi@linaro.org>
15299
15300 * gdb.base/branch-to-self.c: New file.
15301 * gdb.base/branch-to-self.exp: New file.
15302
0a5d52f0
YQ
153032016-04-22 Yao Qi <yao.qi@linaro.org>
15304
15305 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15306 more after $hex.
15307
495346f6
YQ
153082016-04-22 Yao Qi <yao.qi@linaro.org>
15309
15310 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15311 * gdb.base/annota3.exp: Likewise.
15312
4a7e075c
YQ
153132016-04-22 Yao Qi <yao.qi@linaro.org>
15314
15315 * gdb.reverse/step-precsave.exp: Do one step and test program
15316 stops in "callee" and do multiple steps until program goes out
15317 of "callee".
15318 * gdb.reverse/step-reverse.exp: Likewise.
15319
5b061e98
YQ
153202016-04-22 Yao Qi <yao.qi@linaro.org>
15321
15322 * gdb.trace/signal.exp: Also pass if
15323 $tracepoint_hits($i) > $iterations.
15324
5c5dc57f
YQ
153252016-04-22 Yao Qi <yao.qi@linaro.org>
15326
15327 * gdb.trace/signal.c: New file.
15328 * gdb.trace/signal.exp: New file.
15329
a55411b9
DE
153302016-04-19 Doug Evans <xdje42@gmail.com>
15331
15332 * gdb.base/bad-file.exp: New file.
15333
a22df60a
MG
153342016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15335
15336 * gdb.dwarf2/implref.exp: New file.
15337
0c13f7e5
BH
153382016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15339
15340 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15341 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15342 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15343 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15344 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15345 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15346 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15347 * lib/fortran.exp (fortran_int4): New procedure.
15348 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15349 (fortran_logical4): Likewise.
15350
9b9b09e9
BH
153512016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15352
15353 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15354
a14d1f4d
BH
153552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15356
15357 * lib/compiler.c: Add Intel specific preprocessor macros.
15358 * lib/compiler.cc: Likewise.
25d49b86 15359
7d49b1d0
LM
153602016-04-13 Luis Machado <lgustavo@codesourcery.com>
15361
15362 * gdb.server/connect-with-no-symbol-file.c: New file.
15363 * gdb.server/connect-with-no-symbol-file.exp: New file.
15364
8392fa22
SM
153652016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15366
15367 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15368
8c4c4aeb
SM
153692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15370
15371 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15372 standard output directory.
15373
45e3745e
AT
153742016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15375
15376 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15377
e26b7e41
MM
153782016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15379
15380 * gdb.btrace/instruction_history.c (loop): Add declaration.
15381
8ce09462
AT
153822016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15383
15384 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15385
2e88a1ea
SM
153862016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15387
15388 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15389 parentheses to print.
15390 (continue_handler): Likewise.
15391
f48e22e3
SM
153922016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15393
15394 * gdb.server/solib-list.exp: Remove is_remote check.
15395 Pass shlib= to gdb_compile. Don't link shared library with
15396 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15397 Run binary filename through "readlink -f" on the target.
15398
096be756
PA
153992016-04-08 Pedro Alves <palves@redhat.com>
15400
15401 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15402 interpreter filename as argument to gdbserver_spawn.
15403 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15404 Return empty if $last_loaded_file does not exist.
15405
06500533
JK
154062016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15407
15408 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15409 * gdb.base/jit-main.c: Use exit after usage.
15410
2d35e871
JK
154112016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15412
15413 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15414 GDBHISTSIZE prior to the tests.
15415 * gdb.base/gdbinit-history.exp: Likewise.
15416
154172016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15418
15419 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15420 instead of build_executable. Use gdb_load_shlibs.
15421
c8064e7e
YQ
154222016-04-07 Yao Qi <yao.qi@linaro.org>
15423
15424 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15425 Execute "si" command.
15426
bde47561
YQ
154272016-04-07 Yao Qi <yao.qi@linaro.org>
15428
15429 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15430 number instead of the comments on some line.
15431
b16f8a3b
DB
154322016-04-06 Don Breazeal <donb@codesourcery.com>
15433
15434 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15435 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15436
c2f901df
SM
154372016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15438
15439 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15440 standard_output_file. Remove unused binfile variable.
15441
ac17fda0
CU
154422016-04-05 Catalin Udma <catalin.udma@freescale.com>
15443
15444 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15445 * gdb.python/py-mi-objfile.exp: Match "list main" output
15446 in console format.
15447
03a8c4df
SM
154482016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15449
15450 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15451 absolute.
15452
6e774b13
SM
154532016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15454
15455 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15456 absolute.
15457 * gdb.trace/ftrace.exp: Likewise.
15458 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15459 targets as well.
15460 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15461 (gdb_load_shlibs): Copy libraries to test directory when testing
15462 natively. Only set solib-search-path if testing remotely.
15463 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15464
7817ea46
SM
154652016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15466
15467 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15468 gdb_download. Use it even if the target is not remote.
15469 * gdb.base/jit.exp (compile_jit_test): Likewise.
15470 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15471 output directory if the destination board is local, otherwise use
15472 the standard remote_download from DejaGnu.
15473 (gdb_download): Remove.
15474 (gdb_load_shlibs): Use gdb_remote_download instead of
15475 gdb_download.
15476 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15477 Use gdb_remote_download instead of gdb_download. Use it even if
15478 the target is not remote.
15479 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15480 instead of gdb_download.
15481
7beb7f68
SM
154822016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15483
15484 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15485 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15486 run.
15487
cc63428a
AV
154882016-04-01 Artemiy Volkov <artemiyv@acm.org>
15489
15490 PR gdb/19820
15491 * gdb.base/printcmds.exp: Add artificial arrays tests.
15492
64cdf930
PA
154932016-03-31 Pedro Alves <palves@redhat.com>
15494
15495 PR gdb/19858
15496 * gdb.base/jit-main.c: Include unistd.h.
15497 (ATTACH): Define to 0 if not already defined.
15498 (wait_for_gdb, mypid): New globals.
15499 (WAIT_FOR_GDB): New macro.
15500 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15501 some breakpoint locations.
15502 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15503 New procedures.
15504 (one_jit_test): Add REATTACH parameter, and handle it. Use
15505 continue_to_test_location.
15506 (top level): Test attach, and adjusts calls to one_jit_test.
15507
40dea8cb
PA
155082016-03-31 Pedro Alves <palves@redhat.com>
15509
15510 PR gdb/19858
15511 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15512 BINSUFFIX parameter, and handle it.
15513 (top level): Adjust calls compile_jit_test.
15514
e7ea3ec7
CU
155152016-03-31 Catalin Udma <catalin.udma@freescale.com>
15516
15517 PR python/19743
15518 * gdb.python/py-mi-events-gdb.py: New file.
15519 * gdb.python/py-mi-events.c: New file.
15520 * gdb.python/py-mi-events.exp: New file.
15521
e6359af3
YQ
155222016-03-30 Yao Qi <yao.qi@linaro.org>
15523
15524 * gdb.reverse/until-precsave.exp: Match function name only.
15525 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15526 Move malloc to a condition block.
15527 * gdb.reverse/until-reverse.exp: Match function name only.
15528
a4105d04
MK
155292016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15530
15531 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15532 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15533 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15534 variable for GPR 0 instead of assuming it is register 0.
15535 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15536 * lib/trace-support.exp: Add s390 registers.
15537
bfa6adb9
YQ
155382016-03-29 Yao Qi <yao.qi@linaro.org>
15539
15540 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15541
1e6697ea
YQ
155422016-03-24 Yao Qi <yao.qi@linaro.org>
15543
15544 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15545 test message.
15546
64bcd522
AA
155472016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15548
15549 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15550 maintaining separate logic for constructing the output path.
15551
7868401b
DB
155522016-03-16 Don Breazeal <donb@codesourcery.com>
15553
15554 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15555 Retry fork and waitpid on interrupted system call errors.
15556 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15557 Use with_timeout_factor to increase timeout by factor of 10.
15558
1cafadb4
DB
155592016-03-15 Don Breazeal <donb@codesourcery.com>
15560
15561 * gdb.cp/scope-err.cc: New test program.
15562 * gdb.cp/scope-err.exp: New test script.
15563 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15564 lines and "set breakpoint here" comment.
15565 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15566 Fixed some whitespace and format issues.
15567 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15568 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15569
81516450
DE
155702016-03-15 Doug Evans <dje@google.com>
15571
15572 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15573 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15574 All callers updated. Add tests for enums, mixed flags register.
15575
aa52b601
DE
155762016-03-15 Doug Evans <dje@google.com>
15577
15578 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15579 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15580
fa4ff313
SM
155812016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15582
15583 * gdb.base/default.exp: Add $_as_string to the list of expected
15584 convenience functions.
15585
f2403c39
AB
155862016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15587
15588 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15589
f2f3ccb9
SM
155902016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15591
15592 * gdb.python/py-as-string.exp: New file.
15593 * gdb.python/py-as-string.c: New file.
15594
00dbd492
PA
155952016-03-09 Pedro Alves <palves@redhat.com>
15596
15597 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15598 signal" -> "Thread NN received signal" output change.
15599 * gdb.threads/ia64-sigill.exp: Likewise.
15600 * gdb.threads/linux-dp.exp: Likewise.
15601 * gdb.threads/manythreads.exp: Likewise.
15602 * gdb.threads/pending-step.exp: Likewise.
15603 * gdb.threads/print-threads.exp: Likewise.
15604 * gdb.threads/sigstep-threads.exp: Likewise.
15605 * gdb.threads/staticthreads.exp: Likewise.
15606 * gdb.threads/tls.exp: Likewise.
15607
1e6697ea
YQ
156082016-03-09 Pedro Alves <palves@redhat.com>
15609
15610 * gdb.base/command-line-input.exp: New file.
15611
b04fd3be
MK
156122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15613
15614 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15615 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15616 * gdb.trace/pending.exp: Accept leading dot before function name.
15617 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15618 * lib/trace-support.exp: Set registers for ppc.
15619
98fa59e9
MK
156202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15621
15622 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15623 use it for disassembly; accept .main in addition to main in backtrace.
15624
f77198c8
MK
156252016-03-09 Wei-cheng Wang <cole945@gmail.com>
15626 Marcin Kościelnicki <koriakin@0x04.net>
15627
15628 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15629 (gdb_recursion_test_ptr): New global variable.
15630 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15631 gdb_recursion_test.
15632 (gdb_c_test): Ditto.
15633
ba84e0da
MK
156342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15635
15636 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15637 ordering.
15638
4366d36e
MK
156392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15640
15641 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15642 (bar): Add bar_start_lbl label.
15643 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15644 of foo/bar for emitting DWARF and tracing.
15645
5eb264df
SDJ
156462016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15647
15648 * analyze-racy-logs.py: Set executable bit.
15649
fb6a751f
SDJ
156502016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15651
15652 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15653 (CHECK_TARGET_TMP): Likewise.
15654 (check-single-racy): New rule.
15655 (check-parallel-racy): Likewise.
15656 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15657 (do-check-parallel-racy): New rule.
15658 (check-racy/%.exp): Likewise.
15659 * README (Racy testcases): New section.
15660 * analyze-racy-logs.py: New file.
15661
bdf7e230
DE
156622016-03-03 Doug Evans <dje@google.com>
15663
15664 * gdb.base/skip.exp: Use with_test_prefix.
15665
4719d415
YQ
156662016-03-03 Yao Qi <yao.qi@linaro.org>
15667
15668 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15669 Invoke step_over_syscall "clone" and break_cond_on_syscall
15670 "clone".
15671 * gdb.base/step-over-clone.c: New file.
15672
ea507862
YQ
156732016-03-03 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15676 code format.
15677
8fc8cbda
YQ
156782016-03-03 Yao Qi <yao.qi@linaro.org>
15679
15680 * gdb.base/disp-step-fork.c: Rename to ...
15681 * gdb.base/step-over-fork.c: ... it. New file.
15682 * gdb.base/disp-step-vfork.c: Rename to ...
15683 * gdb.base/step-over-vfork.c: ... it. New file.
15684 * gdb.base/disp-step-syscall.exp: Rename to ...
15685 * gdb.base/step-over-syscall.exp: ... it. New file.
15686 (disp_step_cross_syscall): Rename to ...
15687 (step_over_syscall): ... it.
15688
92fa70b0
YQ
156892016-03-03 Yao Qi <yao.qi@linaro.org>
15690
15691 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15692 If target supports condition evaluation on target, invoke
15693 break_cond_on_syscall for fork and vfork.
15694
e197ad3c
YQ
156952016-03-03 Yao Qi <yao.qi@linaro.org>
15696
15697 * gdb.base/disp-step-syscall.exp: Don't invoke
15698 support_displaced_stepping.
15699 (disp_step_cross_syscall): Test with displaced stepping off and
15700 on if supported.
15701
0b47da9f
YQ
157022016-03-03 Yao Qi <yao.qi@linaro.org>
15703
15704 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15705 proc.
15706 (setup): New proc.
15707 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15708 and setup.
15709
065ab6dc
BH
157102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15711
15712 * gdb.fortran/vla-history.exp: Remove breakpoint.
15713
07e448ad 157142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15715
25d49b86
PA
15716 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15717 exceeds timeout.
07e448ad 15718
9ac2d526 157192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15720
25d49b86
PA
15721 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15722 breakpoint.
9ac2d526 15723
17807369
BH
157242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15725
15726 * gdb.mi/vla.f90: Nullify pointer after declaration.
15727
86e501af
PA
157282016-03-01 Pedro Alves <palves@redhat.com>
15729
15730 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15731
1e903e32
PA
157322016-03-01 Pedro Alves <palves@redhat.com>
15733
15734 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15735 before anything else.
15736 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15737 _GNU_SOURCE here.
15738 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15739 before anything else.
15740 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15741
6ccb54e2
PA
157422016-03-01 Pedro Alves <palves@redhat.com>
15743
15744 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15745
30ca9da1
YQ
157462016-03-01 Yao Qi <yao.qi@linaro.org>
15747
15748 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15749 prepare_for_testing.
15750
dc856b38
YQ
157512016-03-01 Yao Qi <yao.qi@linaro.org>
15752
15753 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15754
4a932159
AA
157552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15756
15757 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15758 manually constructing the output path.
15759
f2489477
AA
157602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15761
15762 * gdb.arch/s390-stackless.S: New.
15763 * gdb.arch/s390-stackless.exp: New.
15764
38899f16
IB
157652016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15766
15767 * gdb.dlang/circular.c: New file.
15768 * gdb.dlang/circular.exp: New file.
15769
9fde51ed
YQ
157702016-02-26 Yao Qi <yao.qi@linaro.org>
15771
15772 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15773 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15774 (testcases): Update.
15775
ce90fefe
YQ
157762016-02-26 Yao Qi <yao.qi@linaro.org>
15777
15778 * gdb.reverse/aarch64.c: Rename to ...
15779 * gdb.reverse/insn-reverse.c: ... it.
15780 * gdb.reverse/aarch64.exp: Rename to ...
15781 * gdb.reverse/insn-reverse.exp: ... it.
15782
3263bceb
YQ
157832016-02-26 Yao Qi <yao.qi@linaro.org>
15784
15785 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15786 (testcase_ftype): New.
15787 (testcases): New array.
15788 (n_testcases): New.
15789 (main): Call each element in testcases.
15790 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15791 (read_testcase): New.
15792 Do the tests in a loop.
15793
6cb59ff1
YQ
157942016-02-25 Yao Qi <yao.qi@linaro.org>
15795
15796 * gdb.base/branches.c: Remove.
15797
ae91f625
MK
157982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15799
15800 PR gdb/13808
15801 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15802
678b48b7
MK
158032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15804
15805 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15806
7337a6f2
MK
158072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15808
15809 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15810 change x86_64 call_insn to 'callq'.
15811
861ca91f
AT
158122016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15813
15814 * gdb.trace/tfile-avx.c: Move to...
15815 * gdb.trace/tracefile-pseudo-reg.c: Here.
15816 * gdb.trace/tfile-avx.exp: Move to...
15817 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15818
bf74e428
GB
158192016-02-24 Gary Benson <gbenson@redhat.com>
15820
15821 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15822 message on attach.
15823
cce0e923
DE
158242016-02-23 Doug Evans <dje@google.com>
15825
15826 * gdb.base/skip.c (test_skip): New function.
15827 (end_test_skip_file_and_function): New function.
15828 (test_skip_file_and_function): New function.
15829 * gdb.base/skip1.c (test_skip): New function.
15830 (skip1_test_skip_file_and_function): New function.
15831 * gdb.base/skip.exp: Add tests for new skip options.
15832 * gdb.base/skip-solib.exp: Update expected output.
15833 * gdb.perf/skip-command.cc: New file.
15834 * gdb.perf/skip-command.exp: New file.
15835 * gdb.perf/skip-command.py: New file.
15836
4000e47e
MK
158372016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15838
15839 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15840 info registers pattern.
15841
24f75ead
IB
158422016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15843
15844 * lib/future.exp: Add D support.
15845 (gdb_find_gdc): New proc.
15846 (gdb_default_target_compile): Add D support.
15847
fbb7bcbe
WW
158482016-02-18 Wei-cheng Wang <cole945@gmail.com>
15849
15850 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15851 user+system time.
15852 (trace_speed_test): Determine the iteration count for a time
15853 between 15..30 seconds.
15854
012b3a21
WT
158552016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15856
15857 * gdb.arch/i386-mpx-sigsegv.c: New file.
15858 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15859 * gdb.arch/i386-mpx-simple_segv.c: New file.
15860 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15861
2d5189bd
YQ
158622016-02-18 Yao Qi <yao.qi@linaro.org>
15863
15864 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15865 Don't call setup_kfail.
15866
40fb20d0
YQ
158672016-02-18 Yao Qi <yao.qi@linaro.org>
15868
15869 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15870 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15871
21b1f8d2
DE
158722016-02-16 Doug Evans <dje@google.com>
15873
15874 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15875 * gdb.base/skip1.c: Ditto.
15876 * gdb.base/skip.exp: Whitespace cleanup.
15877
4041ed77
DB
158782016-02-16 Don Breazeal <donb@codesourcery.com>
15879
15880 PR remote/19496
15881 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15882 Remove kfail for PR remote/19496.
15883
c4ef31bf
SM
158842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15885
15886 * lib/gdb.exp (standard_temp_file): Return a path specific to
15887 the runtest invocation.
15888
266b65b3
SM
158892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15890
15891 * gdb.trace/save-trace.exp: Change relative path to be in the
15892 standard output directory.
15893
a7a0a6a9
JK
158942016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15895
15896 * gdb.arch/i386-prologue.c: Add missing prototypes.
15897
c99dbb42
JK
158982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15899
15900 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15901 * gdb.arch/i386-prologue.exp: Likewise.
15902 * gdb.arch/i386-size.exp: Likewise.
15903
aa480355
SM
159042016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15905
15906 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15907 define object file path.
15908 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15909 file path.
15910 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15911 standard_output_file to define binfile.
15912
ba881f50
JK
159132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15914
15915 Fix compatibility with recent gfortran-5.3.1.
15916 * gdb.fortran/vla-history.exp (print vla1 allocated)
15917 (print vla2 allocated, print $2, print $3): Remove
15918 (print $4): Rename to ...
15919 (print $2): ... here.
15920 (print $9): Rename to ...
15921 (print $5): ... here.
15922 (print $10): Rename to ...
15923 (print $6): ... here.
15924 * gdb.fortran/vla.f90: Add pvla initialization.
15925
e9fb005c
JK
159262016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15927
15928 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15929 New test.
15930 * gdb.fortran/vla-value-sub.exp: Likewise.
15931
e44e00ff
MK
159322016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15933
15934 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15935
97e94151
SM
159362016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15937
15938 * i386-biarch-core.exp: Define corefile using
15939 standard_output_file.
15940
01113bc1
YQ
159412016-02-12 Yao Qi <yao.qi@linaro.org>
15942
15943 * gdb.arch/arm-single-step-kernel-helper.c: New.
15944 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15945
33b4777c
MM
159462016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15947
15948 * gdb.btrace/tailcall-only.exp: New.
15949 * gdb.btrace/tailcall-only.c: New.
15950 * gdb.btrace/x86_64-tailcall-only.S: New.
15951 * gdb.btrace/i686-tailcall-only.S: New.
15952
acc23c11
PA
159532016-02-11 Pedro Alves <palves@redhat.com>
15954
15955 * README (Parallel testing): Add missing double quotes.
15956
e352bf0a
PA
159572016-02-11 Pedro Alves <palves@redhat.com>
15958
15959 * README (Parallel testing): New section.
15960 (GDB_PARALLEL): Rewrite.
15961 (FORCE_PARALLEL): Document.
15962
9f5fed78
MK
159632016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15964
15965 * gdb.trace/tfile-avx.c: New test.
15966 * gdb.trace/tfile-avx.exp: New test.
15967
9ef9e6a6
KS
159682016-02-09 Keith Seitz <keiths@redhat.com>
15969
15970 PR breakpoints/19546
15971 * gdb.base/infcall-exec.c: New file.
15972 * gdb.base/infcall-exec2.c: New file.
15973 * gdb.base/infcall-exec.exp: New file.
15974
a96e36da
KS
159752016-02-09 Keith Seitz <keiths@redhat.com>
15976
15977 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15978 (toplevel): Call test_bkpt_address.
15979
9f61929f
KS
159802016-02-09 Keith Seitz <keiths@redhat.com>
15981
15982 PR python/19506
15983 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15984 (toplevel): Call test_bkpt_address.
15985
1e94266c
SM
159862016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15987
15988 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15989 to AC_OUTPUT.
15990 * configure: Regenerate.
15991
2a7f3dff
PA
159922016-02-09 Pedro Alves <palves@redhat.com>
15993
15994 PR breakpoints/19548
15995 * gdb.base/execl-update-breakpoints.c (some_function): New
15996 function.
15997 (main): Call it.
15998 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15999 Tighten expected GDB output.
16000
2151ccc5
SM
160012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16002
16003 * Makefile.in (ALL_SUBDIRS): Remove.
16004 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16005 (distclean maintainer-clean realclean): Likewise.
16006 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16007 * configure: Regenerate.
16008 * gdb.ada/Makefile.in: Delete.
16009 * gdb.arch/Makefile.in: Likewise.
16010 * gdb.asm/Makefile.in: Likewise.
16011 * gdb.base/Makefile.in: Likewise.
16012 * gdb.btrace/Makefile.in: Likewise.
16013 * gdb.cell/Makefile.in: Likewise.
16014 * gdb.compile/Makefile.in: Likewise.
16015 * gdb.cp/Makefile.in: Likewise.
16016 * gdb.disasm/Makefile.in: Likewise.
16017 * gdb.dlang/Makefile.in: Likewise.
16018 * gdb.dwarf2/Makefile.in: Likewise.
16019 * gdb.fortran/Makefile.in: Likewise.
16020 * gdb.gdb/Makefile.in: Likewise.
16021 * gdb.go/Makefile.in: Likewise.
16022 * gdb.guile/Makefile.in: Likewise.
16023 * gdb.java/Makefile.in: Likewise.
16024 * gdb.linespec/Makefile.in: Likewise.
16025 * gdb.mi/Makefile.in: Likewise.
16026 * gdb.modula2/Makefile.in: Likewise.
16027 * gdb.multi/Makefile.in: Likewise.
16028 * gdb.objc/Makefile.in: Likewise.
16029 * gdb.opencl/Makefile.in: Likewise.
16030 * gdb.opt/Makefile.in: Likewise.
16031 * gdb.pascal/Makefile.in: Likewise.
16032 * gdb.perf/Makefile.in: Likewise.
16033 * gdb.python/Makefile.in: Likewise.
16034 * gdb.reverse/Makefile.in: Likewise.
16035 * gdb.server/Makefile.in: Likewise.
16036 * gdb.stabs/Makefile.in: Likewise.
16037 * gdb.threads/Makefile.in: Likewise.
16038 * gdb.trace/Makefile.in: Likewise.
16039 * gdb.xml/Makefile.in: Likewise.
16040 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16041 GDB_PARALLEL.
16042 (standard_output_file): Remove check for GDB_PARALLEL, always
16043 return path in outputs/$subdir/$testname.
16044
437277d4
SM
160452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16046
16047 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16048 (site.exp): Assign abs_srcdir to tcl's srcdir.
16049
31d913c7
YQ
160502016-02-04 Yao Qi <yao.qi@linaro.org>
16051
16052 * gdb.base/foll-exec-mode.c: Include limits.h.
16053 (main): Add parameters argc and argv. Get directory from
16054 argv[0].
16055 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16056 compilation.
16057 * gdb.base/foll-exec.c: Include limits.h.
16058 (main): Add parameters argc and argv.
16059 Get directory from argv[0].
16060 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16061 Adjust tests on the number of lines as source code changed.
16062 * gdb.base/foll-vfork-exit.c: Include limits.h.
16063 (main): Add one line of statement before vfork.
16064 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16065 (main): Add parameters argc and argv. Get directory from
16066 argv[0].
16067 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16068 (setup_gdb): Set tbreak to skip some source lines.
16069 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16070 (main): Add parameters argc and argv. Get directory from
16071 argv[0].
16072 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16073 compilation.
16074 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16075 (main): Add parameters argc and argv. Get directory from
16076 argv[0].
16077 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16078 compilation.
16079
9482b9fb
DE
160802016-02-01 Doug Evans <dje@google.com>
16081
16082 * gdb.base/skip.exp: Clean up multiple references to same test name.
16083
6b2e4f10
PA
160842016-02-01 Pedro Alves <palves@redhat.com>
16085
ccb6afd6 16086 PR remote/19496
6b2e4f10
PA
16087 * gdb.threads/forking-threads-plus-breakpoint.exp
16088 (displaced_stepping_supported): New global.
16089 (probe_displaced_stepping_support): New procedure.
16090 (do_test): Add 'displaced' parameter, and use it.
16091 (top level): Check for displaced stepping support. Add displaced
16092 stepping on/off testing axis.
16093
37a8db1a
AB
160942016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16095
16096 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16097 pointer. Don't perform further tests on the unassociated pointer
16098 if the first test fails.
16099
5fdf6324
AB
161002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16101
16102 * gdb.base/max-value-size.c: New file.
16103 * gdb.base/max-value-size.exp: New file.
16104 * gdb.base/huge.exp: Disable max-value-size for this test.
16105
935c6144
IB
161062016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16107
16108 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16109
7fe8399d
YQ
161102016-01-28 Yao Qi <yao.qi@linaro.org>
16111
16112 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16113
a2077e25
PA
161142016-01-25 Pedro Alves <palves@redhat.com>
16115
16116 PR threads/19461
16117 * gdb.base/fork-running-state.c: New file.
16118 * gdb.base/fork-running-state.exp: New file.
16119
1d2736d4
PA
161202016-01-25 Pedro Alves <palves@redhat.com>
16121
16122 PR gdb/19494
16123 * gdb.base/catch-fork-kill.c: New file.
16124 * gdb.base/catch-fork-kill.exp: New file.
16125
f1da4b11
PA
161262016-01-25 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16129 Delete, moved to lib/gdb.exp.
16130 * gdb.threads/forking-threads-plus-breakpoint.exp
16131 (foreach_with_prefix): Likewise.
16132 * gdb.threads/process-dies-while-handling-bp.exp
16133 (foreach_with_prefix): Likewise.
16134 * lib/gdb.exp (foreach_with_prefix): New procedure.
16135
45f38546
MK
161362016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16137
16138 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16139 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16140
dc29a1ce
MK
161412016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16142
16143 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16144 endian targets.
16145
092127d7
JK
161462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16147 Pedro Alves <palves@redhat.com>
16148
16149 Fix testsuite compatibility with Guile.
16150 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16151 number.
16152
31d765d3
JK
161532016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16154
16155 Fix testsuite compatibility with Guile.
16156 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16157 (thread 1): New test for backtrace through signal handler.
16158
1ac78c04
YQ
161592016-01-22 Yao Qi <yao.qi@linaro.org>
16160
16161 PR testsuite/19491
16162 * gdb.base/multi-forks.c: Include
16163 ../lib/unbuffer_output.c
16164 (main): Call gdb_unbuffer_output.
16165
4f5946a8
DE
161662016-01-21 Doug Evans <dje@google.com>
16167
16168 * lib/ada.exp (gdb_compile_ada): Fix typo.
16169
305e13e6
JB
161702016-01-21 Joel Brobecker <brobecker@adacore.com>
16171
16172 * gdb.base/break-fun-addr.exp: New file.
16173 * gdb.base/break-fun-addr1.c: New file.
16174 * gdb.base/break-fun-addr2.c: New file.
16175
5f5dfff6
SM
161762016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16177
16178 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16179 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16180 enum flag values.
16181
fd356fa2
AA
161822016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16183
16184 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16185 when GDB can not set the vector return value. Add more comments
16186 for clarification.
16187
9df22175
AT
161882016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16189
16190 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16191 command.
16192
41d1845e
SM
161932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16194
16195 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16196
01ac6840
SM
161972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16198
16199 * Makefile.in (check-single): Pass --status to runtest.
16200 (check/%.exp): Likewise.
16201
162022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16203
16204 * Makefile.in (check-parallel): Propagate return code from make
16205 do-check-parallel.
16206
bd0a71fa
MK
162072016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16208
16209 * gdb.trace/ftrace.exp: Fix expected message on continue.
16210 * gdb.trace/pending.exp: Fix expected message on continue.
16211 * gdb.trace/trace-break.exp: Fix expected message on continue.
16212
8bcbad33
SM
162132016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16214
16215 * lib/gdb.exp (gdb_test): Remove unused global references.
16216
f303dbd6
PA
162172016-01-18 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.base/async-shell.exp: Adjust expected output.
16220 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16221 * gdb.base/siginfo-thread.exp: Adjust expected output.
16222 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16223 * gdb.java/jnpe.exp: Adjust expected output.
16224 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16225 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16226 * gdb.threads/leader-exit.exp: Adjust expected output.
16227 * gdb.threads/manythreads.exp: Adjust expected output.
16228 * gdb.threads/pthreads.exp: Adjust expected output.
16229 * gdb.threads/schedlock.exp: Adjust expected output.
16230 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16231 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16232 expected output.
16233 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16234 output.
16235 * gdb.threads/sigthread.exp: Adjust expected output.
16236 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16237
b2789696
YQ
162382016-01-18 Yao Qi <yao.qi@linaro.org>
16239
16240 * gdb.guile/scm-section-script.c: Replace @progbits with
16241 %progbits.
16242 * gdb.python/py-section-script.c: Likewise.
16243
71ef29a8
PA
162442016-01-15 Pedro Alves <palves@redhat.com>
16245
16246 * gdb.multi/tids.exp: Test star wildcard ranges.
16247
3f5b7598
PA
162482016-01-15 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16251 command from "thread apply" invocation.
16252 (thr_apply_info_thr_invalid): Default the expected output to the
16253 input tid list.
16254 (top level): Add tests that use convenience variables. Add tests
16255 for "thread apply" with a valid TID list, but missing the command.
16256
663f6d42
PA
162572016-01-13 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.base/default.exp: Expect $_gthread as well.
16260 * gdb.multi/tids.exp: Test $_gthread.
16261 * gdb.threads/thread-specific.exp: Test $_gthread.
16262
c84f6bbf
PA
162632016-01-13 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.multi/tids.exp: Test "info threads -gid".
16266
22a02324
PA
162672016-01-13 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16270 Breakpoint.thread.
16271 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16272
5d5658a1
PA
162732016-01-07 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.base/break.exp: Adjust to output changes.
16276 * gdb.base/hbreak2.exp: Likewise.
16277 * gdb.base/sepdebug.exp: Likewise.
16278 * gdb.base/watch_thread_num.exp: Likewise.
16279 * gdb.linespec/keywords.exp: Likewise.
16280 * gdb.multi/info-threads.exp: Likewise.
16281 * gdb.threads/thread-find.exp: Likewise.
16282 * gdb.multi/tids.c: New file.
16283 * gdb.multi/tids.exp: New file.
16284
84654457
PA
162852016-01-13 Pedro Alves <palves@redhat.com>
16286
16287 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16288
e3940304
PA
162892016-01-13 Pedro Alves <palves@redhat.com>
16290
16291 * gdb.base/default.exp: Expect $_inferior as well.
16292 * gdb.multi/base.exp: Test $_inferior.
16293
a911d87a
PA
162942016-01-13 Pedro Alves <palves@redhat.com>
16295
16296 PR breakpoints/19388
16297 * gdb.base/catch-signal-siginfo-cond.c: New file.
16298 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16299
82075af2
JS
163002016-01-12 Josh Stone <jistone@redhat.com>
16301 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16302
16303 * gdb.base/catch-syscall.c (do_execve): New variable.
16304 (main): Conditionally trigger an execve.
16305 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16306 (test_catch_syscall_execve): New, check entry/return across execve.
16307 (do_syscall_tests): Call test_catch_syscall_execve.
16308
e46eeedd
PA
163092016-01-12 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.base/random-signal.exp (do_test): New procedure, with body
16312 of testcase moved in.
16313
01d8c27e
JK
163142016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16315 Pedro Alves <palves@redhat.com>
16316
16317 * gdb.base/funcargs.exp (finish from indirectly called function):
16318 Reintroduce the case for 'First'.
16319
9a706302
JK
163202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16321 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16324 (tcatch_vfork_then_child_follow_exec)
16325 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16326 identification.
16327
c0ecb95f
JK
163282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16329
16330 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16331 and repeats to unlimited.
16332 * gdb.python/py-value.exp: Likewise.
16333 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16334 and repeats to unlimited.
16335
6cfc1fcb
JK
163362016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16337
16338 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16339 and reordering the functions.
16340 * gdb.multi/hangout.c: Likewise.
16341 * gdb.multi/hello.c: Likewise.
16342
582a1b00
SM
163432016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16344
16345 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16346 absolute.
16347 (SingleStatisticTestResult.report): Use dict.keys instead of
16348 dict.iterkeys.
16349
79bc59cb
PA
163502016-01-06 Pedro Alves <palves@redhat.com>
16351
16352 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16353
43368e1d
MM
163542016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16355
16356 * gdb.btrace/dlopen.exp: New.
16357 * gdb.btrace/dlopen.c: New.
16358 * gdb.btrace/dlopen-dso.c: New.
16359
79fad5b8
SL
163602015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16361
16362 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16363 PATTERN argument is optional.
16364
ab8314b3
JB
163652015-12-24 Joel Brobecker <brobecker@adacore.com>
16366
16367 * lib/ada.exp (target_compile_ada_from_dir): New function.
16368 (gdb_compile_ada): Reimplement avoiding the use of project files.
16369 * gdb.ada/gnat_ada.gpr: Delete.
16370 * gdb.ada/cond_lang.exp: Adjust test to make path before
16371 filename optional.
16372 * gdb.ada/small_reg_param.exp: Likewise.
16373
fe33faff
SM
163742015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16375
16376 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16377
6d265cb4
TP
163782015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16379
16380 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16381 case.
16382
10125099
SM
163832015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16384
16385 * gdb.base/break.exp: Remove dead code.
16386 * gdb.base/sepdebug.exp: Likewise.
16387
3ca22649
SM
163882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16389
16390 * gdb.asm/asm-source.exp: Remove HP-UX references.
16391 * gdb.base/annota1.exp: Likewise.
16392 * gdb.base/annota3.exp: Likewise.
16393 * gdb.base/attach.exp: Likewise.
16394 * gdb.base/bigcore.exp: Likewise.
16395 * gdb.base/break.exp: Likewise.
16396 * gdb.base/call-ar-st.exp: Likewise.
16397 * gdb.base/callfuncs.exp: Likewise.
16398 * gdb.base/catch-fork-static.exp: Likewise.
16399 * gdb.base/display.exp: Likewise.
16400 * gdb.base/foll-exec-mode.exp: Likewise.
16401 * gdb.base/foll-exec.exp: Likewise.
16402 * gdb.base/foll-fork.exp: Likewise.
16403 * gdb.base/foll-vfork.exp: Likewise.
16404 * gdb.base/funcargs.exp: Likewise.
16405 * gdb.base/hbreak2.exp: Likewise.
16406 * gdb.base/inferior-died.exp: Likewise.
16407 * gdb.base/interrupt.exp: Likewise.
16408 * gdb.base/multi-forks.exp: Likewise.
16409 * gdb.base/nodebug.exp: Likewise.
16410 * gdb.base/sepdebug.exp: Likewise.
16411 * gdb.base/solib1.c: Likewise.
16412 * gdb.base/step-test.exp: Likewise.
16413 * gdb.mi/non-stop.c: Likewise.
16414 * gdb.mi/pthreads.c: Likewise.
16415 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16416 * gdb.threads/pthreads.c: Likewise.
16417 * gdb.threads/staticthreads.exp: Likewise.
16418 * lib/future.exp: Likewise.
16419 * lib/gdb.exp: Likewise.
16420 * gdb.base/so-indr-cl.c: Remove.
16421 * gdb.base/so-indr-cl.exp: Likewise.
16422 * gdb.base/solib.c: Likewise.
16423 * gdb.base/solib.exp: Likewise.
16424 * gdb.base/solib2.c: Likewise.
16425
b6304613
SM
164262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16427
16428 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16429 * gdb.base/call-ar-st.exp: Likewise.
16430 * gdb.base/callfuncs.exp: Likewise.
16431 * gdb.base/condbreak.exp: Likewise.
16432 * gdb.base/constvars.exp: Likewise.
16433 * gdb.base/hbreak2.exp: Likewise.
16434 * gdb.base/langs.exp: Likewise.
16435 * gdb.base/list.exp: Likewise.
16436 * gdb.base/long_long.exp: Likewise.
16437 * gdb.base/ptype.exp: Likewise.
16438 * gdb.base/scope.exp: Likewise.
16439 * gdb.base/signals.exp: Likewise.
16440 * gdb.base/so-impl-ld.exp: Likewise.
16441 * gdb.base/varargs.exp: Likewise.
16442 * gdb.base/volatile.exp: Likewise.
16443 * gdb.base/whatis.exp: Likewise.
16444 * gdb.cp/cplusfuncs.exp: Likewise.
16445 * gdb.cp/inherit.exp: Likewise.
16446 * gdb.cp/local.exp: Likewise.
16447 * gdb.cp/member-ptr.exp: Likewise.
16448 * gdb.cp/method.exp: Likewise.
16449 * gdb.cp/overload.exp: Likewise.
16450 * gdb.cp/templates.exp: Likewise.
16451 * gdb.stabs/weird.exp: Likewise.
16452 * lib/compiler.c: Likewise.
16453 * lib/compiler.cc: Likewise.
16454 * lib/cp-support.exp: Likewise.
16455 * lib/gdb.exp: Likewise.
16456
bf401b07
SM
164572015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16458
16459 * configure.ac: Remove HP-UX case.
16460 * configure: Regenerate.
16461
aff9c0f8
SM
164622015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16463
16464 * lib/gdb.exp (gdb_compile): Add function doc.
16465
a6904d5a
PA
164662015-12-17 Pedro Alves <palves@redhat.com>
16467
16468 PR threads/19354
16469 * gdb.multi/info-threads.exp: New file.
16470
a22279dd
YQ
164712015-12-15 Yao Qi <yao.qi@linaro.org>
16472
16473 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16474 is aarch64*-*-*.
16475
0588c796
SL
164762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16477
16478 * gdb.base/history-duplicates.exp: Skip if no readline support.
16479
5d978e17
SL
164802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16481
16482 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16483
7e763b86
SL
164842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16485
16486 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16487
87a3a92c
SL
164882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16489
16490 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16491 ctrl-C if nointerrupts target property is set.
16492 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16493 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16494 * gdb.base/paginate-bg-execution.exp: Likewise.
16495 * gdb.base/paginate-execution-startup.exp: Likewise.
16496 * gdb.base/random-signal.exp: Likewise.
16497 * gdb.base/range-stepping.exp: Likewise.
16498 * gdb.cp/annota2.exp: Likewise.
16499 * gdb.cp/annota3.exp: Likewise.
16500 * gdb.gdb/selftest.exp: Likewise.
16501 * gdb.threads/continue-pending-status.exp: Likewise.
16502 * gdb.threads/leader-exit.exp: Likewise.
16503 * gdb.threads/manythreads.exp: Likewise.
16504 * gdb.threads/pthreads.exp: Likewise.
16505 * gdb.threads/schedlock.exp: Likewise.
16506 * gdb.threads/sigthread.exp: Likewise.
16507
a8f077dc
DB
165082015-12-11 Don Breazeal <donb@codesourcery.com>
16509
16510 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16511 remote.
16512 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16513 * gdb.base/foll-exec.exp (main): Enable for target remote.
16514 * gdb.base/foll-fork.exp (main): Likewise.
16515 * gdb.base/foll-vfork.exp (main): Likewise.
16516 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16517 (proc continue_to_exit_bp_loc): Use clean_restart.
16518 * gdb.base/pie-execl.exp (main): Disable for target remote.
16519 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16520 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16521 * gdb.threads/execl.exp (main): Likewise.
16522 * gdb.threads/fork-child-threads.exp (main): Likewise.
16523 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16524 remote.
16525 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16526 remote.
16527 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16528 pid.tid style ptids, instead of just tid.
16529 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16530 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16531 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16532 ptids, instead of just tid.
16533
3b2464a8
AB
165342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16535
16536 * gdb.base/list.exp (test_list_forward): Add end of file error
16537 test.
16538 (test_repeat_list_command): Add end of file error test.
16539 (test_list_backwards): Add beginning of file error test.
16540
a0def019
AB
165412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16542
16543 * gdb.base/list.exp (test_list_invalid_args): New function,
16544 defined, and called.
16545
5c000dff
AB
165462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16547
16548 * gdb.base/list.exp (test_list): Make test names unique.
16549
f1637ebe
YQ
165502015-12-11 Yao Qi <yao.qi@linaro.org>
16551
16552 * gdb.base/coremaker2.c: Remove.
16553
36d6fc0a
PA
165542015-12-10 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.multi/base.exp: Remove stale "spaces" references.
16557
762f7747
PA
165582015-12-10 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.multi/base.exp: Don't use nowarnings.
16561 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16562 * gdb.multi/hangout.c: Include stdio.h.
16563 * gdb.multi/hello.c: Include stdlib.h.
16564 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16565 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16566 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16567
28d2bfb9
AB
165682015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16569
16570 * gdb.dwarf2/dw2-ranges-base.c: New file.
16571 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16572 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16573 support additional line table, and debug ranges generation.
16574 (Dwarf::ranges): New function, generate .debug_ranges.
16575 (Dwarf::lines): Support generating simple line table programs.
16576 (Dwarf::assemble): Initialise new namespace variables.
16577
5fc2beac
KB
165782015-12-09 Kevin Buettner <kevinb@redhat.com>
16579
16580 * gdb.base/async.exp (proc test_background): Add case for
16581 asynchronous execution not supported.
16582
1c35a88f
LM
165832015-12-09 Luis Machado <lgustavo@codesourcery.com>
16584
16585 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16586 format and change test names to make them unique.
16587
b593e3d9
RK
165882015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16589 Pedro Alves <pedro@redhat.com>
16590
16591 PR gdb/18702
16592 Add checking of floatformats setup on x86_64 hosts.
16593 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16594 (smallval, bigval): New labels/constants.
16595 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16596 float" after loading bigval and smallval.
16597
d72413e6
PMR
165982015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16599
16600 * gdb.ada/fun_overload_menu.exp: New testcase.
16601 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16602
ece66d65
JS
166032015-12-04 Josh Stone <jistone@redhat.com>
16604
16605 * gdb.base/catch-fork-static.exp: New.
16606
41d0efca
YQ
166072015-12-03 Yao Qi <yao.qi@linaro.org>
16608
16609 * gdb.base/sizeof.c: Don't include stdio.h and
16610 ../lib/unbuffer_output.c.
16611 (main): New variable 'size' and 'value'. Remove printf and
16612 gdb_unbuffer_output. Assign return value to size and value.
16613 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16614 at the beginning.
16615 (check_sizeof): Check the result by printing variable 'size'.
16616 (check_valueof): Check the result by printing variable 'value'.
16617
99fd02d9
YQ
166182015-12-01 Yao Qi <yao.qi@linaro.org>
16619
16620 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16621 for aarch64*-*-linux* target.
16622
f2faf941
PA
166232015-11-30 Pedro Alves <palves@redhat.com>
16624
16625 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16626
04bf20c5
PA
166272015-11-30 Pedro Alves <palves@redhat.com>
16628
16629 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16630 Handle non-stop mode vCont replies.
16631
09df4675
PA
166322015-11-30 Pedro Alves <palves@redhat.com>
16633
16634 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16635 prepare_for_testing. Start gdb with "set non-stop on" appended to
16636 GDBFLAGS. Lax expected stop output.
16637
58b584af
YQ
166382015-11-27 Yao Qi <yao.qi@linaro.org>
16639
16640 * gdb.arch/arm-neon.exp: New.
16641 * gdb.arch/arm-neon.c: New.
16642
dfcb77a8
YQ
166432015-11-27 Yao Qi <yao.qi@linaro.org>
16644
16645 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16646
88e8ec1b
YQ
166472015-11-27 Yao Qi <yao.qi@linaro.org>
16648
16649 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16650 frames-invalid annotation.
16651
bfde72c2
YQ
166522015-11-27 Yao Qi <yao.qi@linaro.org>
16653
16654 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16655
f6512a69
SM
166562015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16657
16658 * gdb.threads/names.exp: New file.
16659 * gdb.threads/names.c: New file.
16660 * README: Mention gdb,no_thread_names.
16661
46a3515b
MM
166622015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16663
16664 PR 19297
16665 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16666 support" error.
16667
62147a22
PA
166682015-11-24 Pedro Alves <palves@redhat.com>
16669
16670 PR 17539
16671 * gdb.base/display.exp: Expect displays to be sorted in ascending
16672 order. Use multi_line.
16673 * gdb.base/solib-display.exp: Likewise.
16674
2f341b6e
PA
166752015-11-24 Pedro Alves <palves@redhat.com>
16676
16677 PR 17539
25d49b86
PA
16678 * gdb.base/display.exp: Expect displays to be sorted in ascending
16679 order. Use multi_line.
16680 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16681
7e0aa6aa
PA
166822015-11-24 Pedro Alves <palves@redhat.com>
16683
16684 PR 17539
16685 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16686 threads in ascending order.
16687 * gdb.base/foll-fork.exp: Likewise.
16688 * gdb.base/foll-vfork.exp: Likewise.
16689 * gdb.base/multi-forks.exp: Likewise.
16690 * gdb.mi/mi-nonstop.exp: Likewise.
16691 * gdb.mi/mi-nsintrall.exp: Likewise.
16692 * gdb.multi/base.exp: Likewise.
16693 * gdb.multi/multi-arch.exp: Likewise.
16694 * gdb.python/py-inferior.exp: Likewise.
16695 * gdb.threads/break-while-running.exp: Likewise.
16696 * gdb.threads/execl.exp: Likewise.
16697 * gdb.threads/gcore-thread.exp: Likewise.
16698 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16699 * gdb.threads/kill.exp: Likewise.
16700 * gdb.threads/linux-dp.exp: Likewise.
16701 * gdb.threads/multiple-step-overs.exp: Likewise.
16702 * gdb.threads/next-bp-other-thread.exp: Likewise.
16703 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16704 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16705 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16706 * gdb.threads/thread-find.exp: Likewise.
16707 * gdb.threads/tls.exp: Likewise.
16708 * lib/mi-support.exp (mi_reverse_list): Delete.
16709 (mi_check_thread_states): No longer reverse list.
16710
2cc57ad8
PA
167112015-11-24 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16714 use lowercase.
16715
c93e8391
SM
167162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16717
16718 * gdb.trace/actions.c: Include trace-common.h.
16719 (main): Add a location for a fast tracepoint.
16720 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16721 the normal tracepoints.
16722 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16723
045ccf91
SM
167242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16725
16726 * save-trace.exp: Factor out code to these...
16727 (gdb_save_tracepoints): New.
16728 (gdb_load_tracepoints): New.
16729 (do_save_load_test): New.
16730
5506f9f6
KB
167312015-11-23 Kevin Buettner <kevinb@redhat.com>
16732
16733 * gdb.base/asmlabel.exp: New test.
16734 * gdb.base/asmlabel.c: New test case.
16735
16c3b12f
JB
167362015-11-23 Joel Brobecker <brobecker@adacore.com>
16737
16738 * gdb.base/wrong_frame_bt_full-main.c: New file.
16739 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16740 * gdb.base/wrong_frame_bt_full.exp: New file.
16741
155bfbd3
JB
167422015-11-23 Joel Brobecker <brobecker@adacore.com>
16743
16744 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16745
bb097445
JM
167462015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16747
206853a0 16748 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16749 pstate register when comparing registers values in
16750 sparc64-*-linux-gnu targets to avoid spurious differences.
16751
9c88ed8f
JM
167522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16753
206853a0 16754 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16755
96161e25
SL
167562015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16757
16758 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16759 as type argument to gdb_compile.
16760 * gdb.base/nested-subp2.exp: Likewise.
16761 * gdb.base/nested-subp3.exp: Likewise.
16762
340c2830
DV
167632015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16764
16765 * lib/dwarf.exp (_note): Fix left shift of negative value.
16766 * gdb.trace/trace-condition.exp: Likewise.
16767
c1862d0f
YQ
167682015-11-13 Yao Qi <yao.qi@linaro.org>
16769
16770 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16771 comments about d10v.
16772 (test_scalar_returns): Likewise.
16773 * gdb.base/d10v.ld: Remove.
16774 * gdb.base/overlays.exp: Remove the target triplet checking for
16775 d10v-*-*.
16776 * gdb.base/structs.exp (test_struct_returns): Remove the
16777 comments about d10v.
16778 (test_struct_calls): Likewise.
16779
77ae9c19
YQ
167802015-11-13 Yao Qi <yao.qi@linaro.org>
16781
16782 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16783 * gdb.base/gnu_vector.c: Don't include stdio.h.
16784 (main): Don't print res and call add_some_intvecs.
16785
430e004e
MK
167862015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16787
16788 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16789 macro.
16790 (func5): Removed.
16791 (func4): Use FAST_TRACEPOINT_LABEL.
16792 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16793 macro.
16794 (func): Removed.
16795 (thread_function): Use FAST_TRACEPOINT_LABEL.
16796 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16797 (func): Remove.
16798 (marker): Use FAST_TRACEPOINT_LABEL.
16799 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16800 (pendfunc1): Remove.
16801 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16802 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16803 (foo): Remove.
16804 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16805 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16806 macro.
16807 (func): Remove.
16808 (marker): Use FAST_TRACEPOINT_LABEL.
16809 * gdb.trace/trace-common.h: New header.
16810 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16811 macro.
16812 (func): Remove.
16813 (marker): Use FAST_TRACEPOINT_LABEL.
16814 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16815 (func): Remove.
16816 (thread_function): Use FAST_TRACEPOINT_LABEL.
16817
6e7675a7
MK
168182015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16819
16820 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16821 in front.
16822 * gdb.trace/change-loc.exp: Use global pcreg definition.
16823 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16824 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16825 in front.
16826 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16827 * gdb.trace/pending.exp: Likewise.
16828 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16829 * gdb.trace/trace-break.exp: Likewise.
16830 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16831 in front.
16832 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16833 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16834 in front.
16835 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16836
dddc0e16
JB
168372015-11-09 Joel Brobecker <brobecker@adacore.com>
16838
16839 * gdb.ada/fin_fun_out: New testcase.
16840
c6f0b406
KB
168412015-11-07 Kevin Buettner <kevinb@redhat.com>
16842
16843 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16844 value associated with DW_AT_byte_size.
16845 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16846 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16847 DW_AT_upper_bound.
16848
f01dcfd9
KB
168492015-11-07 Kevin Buettner <kevinb@redhat.com>
16850
16851 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16852 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16853 version.
16854 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16855 gdb.dwarf2/dw2-canonicalize-type.exp,
16856 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16857 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16858 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16859 provided by gdb_target_symbol_prefix_flags_asm.
16860 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16861 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16862 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16863 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16864 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16865 macros where needed). Use this macro for symbols which require
16866 the prefix provided by SYMBOL_PREFIX.
16867
2223449a
KB
168682015-11-05 Kevin Buettner <kevinb@redhat.com>
16869
16870 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16871 New procs.
16872 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16873 representing expressions, of more than one list element.
16874 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16875 to prepend linker symbol prefix to f.
16876 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16877 table_1 and table_2.
16878 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16879 Likewise, for f and g.
16880 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16881 for ptr.
16882 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16883 for main.
16884 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16885 table_1_ptr and table_2_ptr.
16886
6f2f1a3a
JK
168872015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16888 Joel Brobecker <brobecker@adacore.com>
16889
16890 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16891
566c56c9
MK
168922015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16893
16894 * gdb.reverse/s390-mvcle.c: New test.
16895 * gdb.reverse/s390-mvcle.exp: New file.
16896 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16897
d5f0636b
MK
168982015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16899
16900 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16901
7ad8b86c
MK
169022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16903
16904 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16905 reaching marker2.
16906 * gdb.reverse/getresuid-reverse.exp: Likewise.
16907 * gdb.reverse/pipe-reverse.exp: Likewise.
16908 * gdb.reverse/readv-reverse.exp: Likewise.
16909 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16910 * gdb.reverse/time-reverse.exp: Likewise.
16911 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16912
4081c0f1
YQ
169132015-10-30 Yao Qi <yao.qi@linaro.org>
16914
16915 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16916 (empty_cycle): Remove.
16917 (main): Don't call empty_cycle. Don't use watch_count_done.
16918 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16919 empty_cycle. Rewrite the code counting HW watchpoints.
16920
452b4ba5
MK
169212015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16922
16923 * gdb.reverse/fstatat-reverse.c: New test.
16924 * gdb.reverse/fstatat-reverse.exp: New file.
16925 * gdb.reverse/getresuid-reverse.c: New test.
16926 * gdb.reverse/getresuid-reverse.exp: New file.
16927 * gdb.reverse/pipe-reverse.c: New test.
16928 * gdb.reverse/pipe-reverse.exp: New file.
16929 * gdb.reverse/readv-reverse.c: New test.
16930 * gdb.reverse/readv-reverse.exp: New file.
16931 * gdb.reverse/recvmsg-reverse.c: New test.
16932 * gdb.reverse/recvmsg-reverse.exp: New file.
16933 * gdb.reverse/time-reverse.c: New test.
16934 * gdb.reverse/time-reverse.exp: New file.
16935 * gdb.reverse/waitpid-reverse.c: New test.
16936 * gdb.reverse/waitpid-reverse.exp: New file.
16937
5e2e7507
JK
169382015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16939
16940 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16941
0fde2c53
DE
169422015-10-26 Doug Evans <dje@google.com>
16943
16944 PR symtab/17391
16945 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16946 * gdb.dwarf2/bad-regnum.c: New file.
16947 * gdb.dwarf2/bad-regnum.exp: New file.
16948
1a70ae97
DE
169492015-10-26 Doug Evans <dje@google.com>
16950
16951 PR python/18938
16952 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16953 file.
16954
27dc26ab
JK
169552015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16956
16957 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16958 for a change by "Mention language in compile error message".
16959
bed91f4d
SM
169602015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16961
16962 PR python/18073
16963 * gdb.python/py-type.c (C::a_method): New.
16964 (C::a_const_method): New.
16965 (C::a_static_method): New.
16966 (a_function): New.
16967 * gdb.python/py-type.exp (test_fields): Test getting fields
16968 from function and method.
16969
3f2f83dd
KB
169702015-10-21 Keven Boell <keven.boell@intel.com>
16971
16972 * gdb.fortran/vla-alloc-assoc.exp: New file.
16973 * gdb.fortran/vla-datatypes.exp: New file.
16974 * gdb.fortran/vla-datatypes.f90: New file.
16975 * gdb.fortran/vla-history.exp: New file.
16976 * gdb.fortran/vla-ptype-sub.exp: New file.
16977 * gdb.fortran/vla-ptype.exp: New file.
16978 * gdb.fortran/vla-sizeof.exp: New file.
16979 * gdb.fortran/vla-sub.f90: New file.
16980 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16981 * gdb.fortran/vla-value-sub-finish.exp: New file.
16982 * gdb.fortran/vla-value-sub.exp: New file.
16983 * gdb.fortran/vla-value.exp: New file.
16984 * gdb.fortran/vla-ptr-info.exp: New file.
16985 * gdb.mi/mi-vla-fortran.exp: New file.
16986 * gdb.mi/vla.f90: New file.
16987
27145d50
SL
169882015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16989
16990 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16991 of hardwired timeout value.
16992
5f3ff4f8
JK
169932015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16994 Pedro Alves <palves@redhat.com>
16995
16996 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16997 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16998
bfd09d20
JS
169992015-10-19 Josh Stone <jistone@redhat.com>
17000
17001 * gdb.base/catch-syscall.c: Include <sched.h>.
17002 (unknown_syscall): New variable.
17003 (main): Trigger a vfork and an unknown syscall.
17004 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17005 (unknown_syscall_number): Likewise.
17006 (check_call_to_syscall): Accept an optional syscall pattern.
17007 (check_return_from_syscall): Likewise.
17008 (check_continue): Likewise.
17009 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17010 (test_catch_syscall_skipping_return): New test toggling off 'catch
17011 syscall' to step over the syscall return, then toggling back on.
17012 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17013 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17014 (do_syscall_tests): Call test_catch_syscall_without_args and
17015 test_catch_syscall_mid_vfork.
17016 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17017 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17018
b32b93c6
AS
170192015-10-19 Andrew Stubbs <ams@codesourcery.com>
17020
17021 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17022 print g_vE): Add new pass patterns.
17023 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17024 print various symbol names for vptr fields.
17025
9d622bda
AB
170262015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17027
17028 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17029 results.
17030
0fd8ac1c
YQ
170312015-10-12 Yao Qi <yao.qi@linaro.org>
17032
17033 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17034
34240514
YQ
170352015-10-12 Yao Qi <yao.qi@linaro.org>
17036
17037 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17038 is aarch64*-*-linux*.
17039
8240f442
YQ
170402015-10-12 Yao Qi <yao.qi@linaro.org>
17041
17042 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17043 (can_relocate_bcond_true): ... it.
17044 (can_relocate_bcond_false): New function.
17045 (foo): Likewise.
17046 (can_relocate_bl): Likewise.
17047 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17048 can_relocate_bl.
17049
2520f728
PMR
170502015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17051
17052 * gdb.base/nested-addr.c: New file.
17053 * gdb.base/nested-addr.exp: New testcase.
17054
abcef95a
MM
170552015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17056
17057 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17058 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17059 its output. Ignore the output of "record goto begin" and instead
17060 check that GDB is replaying.
17061
145e3ddb
PA
170622015-10-09 Pedro Alves <palves@redhat.com>
17063
17064 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17065 (top level): Use it in the run with no args test.
17066
d5d8c4e1
IB
170672015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17068
17069 * gdb.dlang/properties.exp: New file.
17070
06e635ef
SL
170712015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17072
17073 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17074 whether or not address 0x1000 is mapped on the target.
17075
e019fd1d
SM
170762015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17077
17078 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17079 build.
17080
77ba2a67
MM
170812015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17082
17083 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17084 instruction-history test.
17085
c60eb31f
DE
170862015-09-28 Doug Evans <dje@google.com>
17087
17088 * gdb.base/gcore.c (array_func): Add reference to static_array.
17089
9a3c8263
SM
170902015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17091
17092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17093 source line.
17094
9720e656
SL
170952015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17096
17097 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17098 short or char as base type.
17099
938d3bf2
SL
171002015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17101
17102 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17103 to allow any size enum.
17104
e6c2c623
PMR
171052015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17106
17107 * gdb.ada/array_ptr_renaming.exp: New testcase.
17108 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17109 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17110
06da0f77
PL
171112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17112
17113 * gdb.trace/ftrace-lock.c: New file.
17114 * gdb.trace/ftrace-lock.exp: New file.
17115
4f51c22a
PL
171162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17117
17118 * gdb.arch/insn-reloc.c: New file.
17119 * gdb.arch/ftrace-insn-reloc.exp: New file.
17120
7041adf4
PL
171212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17122
17123 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17124 instruction.
17125 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17126 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17127 * gdb.trace/range-stepping.c: Likewise.
17128 * gdb.trace/trace-break.c: Likewise.
17129 * gdb.trace/trace-mt.c (thread_function): Likewise.
17130 * gdb.trace/ftrace.c (marker): Likewise.
17131 * gdb.trace/trace-condition.c (marker): Likewise.
17132 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17133 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17134 is_aarch64_target.
17135
015d2e7e
DE
171362015-09-18 Doug Evans <xdje42@gmail.com>
17137
17138 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17139 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17140
26b188a2
SL
171412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17142
17143 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17144 the breakpoint.
17145
79dc332b
SL
171462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17147
17148 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17149 the pending breakpoint. Remove timeout override for "Run till
17150 MI pending breakpoint on pendfunc3 on thread 2" test.
17151
f57929f2
SL
171522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17153
17154 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17155 filename pattern.
17156
3f469b17
SL
171572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17158
17159 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17160 in breakpoint filename pattern.
17161
515b89b3
SL
171622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17163
7800dbe4
SL
17164 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17165
171662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17167
515b89b3
SL
17168 * gdb.linespec/explicit.exp: Check for readline support for
17169 tab-completion tests. Fix obvious typo.
17170
d2939ba2
MM
171712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17172
17173 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17174 and replay.
17175
cbb55fa7
MM
171762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17177
17178 * gdb.btrace/non-stop.c: New.
17179 * gdb.btrace/non-stop.exp: New.
17180
43691ca1
PL
171812015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17182 Yao Qi <yao.qi@linaro.org>
17183
17184 * gdb.trace/trace-condition.c: New file.
17185 * gdb.trace/trace-condition.exp: New file.
17186
d78908cf
WW
171872015-09-16 Wei-cheng Wang <cole945@gmail.com>
17188
17189 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17190 for testing bytecode compilation.
17191
1ed415e2
PA
171922015-09-16 Pedro Alves <palves@redhat.com>
17193 Sandra Loosemore <sandra@codesourcery.com>
17194
17195 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17196 (SECONDS): Redefine.
17197 (main): Call pthread_kill and alarm early.
17198 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17199 support.
17200 (test): If the target can't hardware step and doesn't support
17201 displaced stepping, increase the timeout.
17202
d136eff5
PA
172032015-09-16 Pedro Alves <palves@redhat.com>
17204
17205 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17206 (enable_debug): New procedures.
17207 (test): Use them. Bail out if waiting for threads fails.
17208 (top level): Bail out if a test fails.
17209
991f019c
YQ
172102015-09-16 Yao Qi <yao.qi@linaro.org>
17211
17212 * gdb.asm/asm-source.exp: Set asm-arch for
17213 aarch64*-*-* target.
17214 * gdb.asm/aarch64.inc: New file.
17215
bfca584f
PMR
172162015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17217
17218 * gdb.ada/array_of_variable_length.exp: New testcase.
17219 * gdb.ada/array_of_variable_length/foo.adb: New file.
17220 * gdb.ada/array_of_variable_length/pck.adb: New file.
17221 * gdb.ada/array_of_variable_length/pck.ads: New file.
17222
b326e587
DE
172232015-09-15 Doug Evans <dje@google.com>
17224
17225 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17226 of function static local variable.
17227
5382cfab
PW
172282015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17229
17230 * gdb.threads/tls-so_extern.exp: New test file.
17231 * gdb.threads/tls-so_extern.c: New test file.
17232 * gdb.threads/tls-so_extern_main.c: New test file.
17233
141c5cc4
JK
172342015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17235
17236 * gdb.opt/solib-intra-step-lib.c: New file.
17237 * gdb.opt/solib-intra-step-main.c: New file.
17238 * gdb.opt/solib-intra-step.exp: New file.
17239
d15dcecd
PA
172402015-09-15 Pedro Alves <palves@redhat.com>
17241
17242 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17243 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17244
4c2f2a79
PA
172452015-09-14 Pedro Alves <palves@redhat.com>
17246
17247 * gdb.base/hook-stop-continue.c: Delete.
17248 * gdb.base/hook-stop-continue.exp: Delete.
17249 * gdb.base/hook-stop-frame.c: Delete.
17250 * gdb.base/hook-stop-frame.exp: Delete.
17251 * gdb.base/hook-stop.c: New file.
17252 * gdb.base/hook-stop.exp: New file.
17253
919e6dbe
PMR
172542015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17255
17256 * gdb.ada/access_to_packed_array.exp: New testcase.
17257 * gdb.ada/access_to_packed_array/foo.adb: New file.
17258 * gdb.ada/access_to_packed_array/pack.adb: New file.
17259 * gdb.ada/access_to_packed_array/pack.ads: New file.
17260
157280a4
MM
172612015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17262
17263 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17264 buffer size test.
17265
2fd33e94
DB
172662015-09-11 Don Breazeal <donb@codesourcery.com>
17267
17268 * gdb.base/foll-exec.c: Add copyright header. Fix
17269 formatting issues.
17270 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17271 (do_exec_tests): Use clean_restart in place of zap_session,
17272 and for test initialization. Fix formatting issues. Use
17273 fail in place of perror.
17274 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17275 an expect statement to match an expression with output from
17276 the program under debug.
17277 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17278 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17279 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17280 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17281 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17282
e70b6e8e
DE
172832015-09-09 Doug Evans <dje@google.com>
17284
17285 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17286
7a551a51
DE
172872015-09-09 Doug Evans <dje@google.com>
17288
17289 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17290
4c666f84
DE
172912015-09-09 Doug Evans <dje@google.com>
17292
17293 * gdb.base/savedregs.exp: Fix typo.
17294
243a9253
PA
172952015-09-09 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17298
c0fa8fbd
SL
172992015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17300
17301 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17302 command actually switches threads. Give up on remaining
17303 tests if target fails to stop at breakpoint.
17304
cd7c1778
PMR
173052015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17306
17307 * gdb.ada/funcall_char.exp: New testcase.
17308 * gdb.ada/funcall_char/foo.adb: New file.
17309
dc5c8746
PMR
173102015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17311
17312 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17313 expected outputs. Add two testcases for completing ambiguous
17314 functions.
17315 * gdb.ada/complete/aux_pck.adb: New file.
17316 * gdb.ada/complete/aux_pck.ads: New file.
17317 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17318 Ambiguous_Func functions.
17319 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17320 * gdb.ada/complete/pck.adb: Likewise.
17321
4e83a1e7
UW
173222015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17323
17324 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17325 failures to run the test program under GDB.
17326
8ce74153
LM
173272015-08-26 Luis Machado <lgustavo@codesourcery.com>
17328
17329 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17330 to C.
17331
e9756d52
PP
173322015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17333
17334 * gdb.base/run-after-attach.exp: New test file.
17335 * gdb.base/run-after-attach.c: New test file.
17336
8d37573b
DB
173372015-08-26 Don Breazeal <donb@codesourcery.com>
17338
17339 * gdb.base/foll-exec-2.c: New test program.
17340 * gdb.base/foll-exec-2.exp: New test.
17341
63e43d3a
PMR
173422015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17343
17344 * gdb.base/nested-subp1.exp: New file.
17345 * gdb.base/nested-subp1.c: New file.
17346 * gdb.base/nested-subp2.exp: New file.
17347 * gdb.base/nested-subp2.c: New file.
17348 * gdb.base/nested-subp3.exp: New file.
17349 * gdb.base/nested-subp3.c: New file.
17350
3d40fbb5
PA
173512015-08-24 Pedro Alves <palves@redhat.com>
17352
17353 * gdb.server/connect-without-multi-process.c: New file.
17354 * gdb.server/connect-without-multi-process.exp: New file.
17355
4422ac93
LM
173562015-08-24 Luis Machado <lgustavo@codesourcery.com>
17357
17358 * gdb.opt/inline-markers.c: Make z int.
17359
91dddb86
LM
173602015-08-24 Luis Machado <lgustavo@codesourcery.com>
17361
17362 * gdb.opt/inline-markers.c: Make z volatile.
17363
a48847ee
LM
173642015-08-24 Luis Machado <lgustavo@codesourcery.com>
17365
17366 * gdb.opt/inline-bt.c: New volatile global z.
17367 * gdb.opt/inline-cmds.c: Likewise.
17368 * gdb.opt/inline-locals.c: Likewise.
17369 * gdb.opt/inline-markers.c: New extern global z.
17370 (marker): Use z.
17371 (inline_fn): Likewise.
17372
0ebbc52b
PA
173732015-08-24 Pedro Alves <palves@redhat.com>
17374
17375 * config/m32r-stub.exp: Remove file.
17376 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17377 * gdb.base/call-rt-st.exp: Likewise.
17378 * gdb.base/call-strs.exp: Likewise.
17379 * gdb.base/default.exp: Remove references to h8300-*-hms and
17380 *-*-udi*.
17381 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17382
77c365df
AA
173832015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17384
17385 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17386 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17387 and "return" use KFAIL when GDB can not read/write the vector
17388 return value.
17389
4313b8c0
GB
173902015-08-21 Gary Benson <gbenson@redhat.com>
17391
17392 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17393
0e433b32
PA
173942015-08-20 Pedro Alves <palves@redhat.com>
17395
17396 * gdb.server/solib-list.exp: No longer expect an interior stop in
17397 non-stop mode.
17398
221e1a37
PA
173992015-08-20 Pedro Alves <palves@redhat.com>
17400
17401 * gdb.server/connect-stopped-target.c: New file.
17402 * gdb.server/connect-stopped-target.exp: New file.
17403
40e3ad0e
PA
174042015-08-20 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.dwarf2/comp-unit-lang.exp: New file.
17407 * gdb.dwarf2/comp-unit-lang.c: New file.
17408
af39b327
PMR
174092015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17410
17411 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17412 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17413
7d45c7c3 174142015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17415
7d45c7c3
KB
17416 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17417 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17418
4d6cceb4
DE
174192015-08-18 Doug Evans <dje@google.com>
17420 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17421
17422 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17423 skip_python_tests. New arg prompt_regexp.
17424 (skip_python_tests): New function.
17425 * lib/mi-support.exp (mi_skip_python_tests): New function.
17426 * gdb.python/py-mi-objfile-gdb.py: New file.
17427 * gdb.python/py-mi-objfile.c: New file.
17428 * gdb.python/py-mi-objfile.exp: New file.
17429
ad89c2aa
KS
174302015-08-17 Keith Seitz <keiths@redhat.com>
17431
17432 * gdb.linespec/explicit.exp: Move strace test from here ...
17433 * gdb.trace/strace.exp: ... to here.
17434
e3ae3c43
PP
174352015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17436
17437 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17438 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17439
604b2636
DE
174402015-08-14 Doug Evans <xdje42@gmail.com>
17441
17442 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17443 inferior before selecting a new file.
17444
6ff0ba5f
DE
174452015-08-14 Doug Evans <xdje42@gmail.com>
17446
17447 * gdb.mi/mi-disassemble.exp: Update.
17448 * gdb.base/disasm-optim.S: New file.
17449 * gdb.base/disasm-optim.c: New file.
17450 * gdb.base/disasm-optim.h: New file.
17451 * gdb.base/disasm-optim.exp: New file.
17452
9ca98f92
KS
174532015-08-14 Keith Seitz <keiths@redhat.com>
17454
17455 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17456 "evaluated-by".
17457
52bbc560
JB
174582015-08-13 Joel Brobecker <brobecker@adacore.com>
17459
17460 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17461
5d8c3ed3
PMR
174622015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17463
17464 * gdb.ada/fun_renaming.exp: New testcase.
17465 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17466 * gdb.ada/fun_renaming/pack.adb: New file.
17467 * gdb.ada/fun_renaming/pack.ads: New file.
17468
ea8812bc
KS
174692015-08-12 Keith Seitz <keiths@redhat.com>
17470
17471 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17472 gdb_get_line_number.
17473
4dafcdeb
JB
174742015-08-12 Joel Brobecker <brobecker@adacore.com>
17475
17476 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17477 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17478 gdb.base/dso2dso.exp: New files.
17479
5ba32597
SDJ
174802015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17481 Pedro Alves <palves@redhat.com>
17482 Keith Seitz <keiths@redhat.com>
17483
17484 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17485 GDBFLAGS.
17486
b6dafabf
PP
174872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17488
17489 * gdb.base/gdbhistsize-history.exp
17490 (test_histsize_history_setting): Use save_vars.
17491 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17492 Use save_vars.
17493 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17494 * gdb.base/readline.exp: Use save_vars.
17495
abe8e607
PP
174962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17497
17498 * lib/gdb.exp (save_vars): New proc.
17499
629500fa
KS
175002015-08-11 Keith Seitz <keiths@redhat.com>
17501
17502 * gdb.base/help.exp: Update help_breakpoint_text.
17503
eb8c4e2e
KS
175042015-08-11 Keith Seitz <keiths@redhat.com>
17505
17506 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17507 (at toplevel): Call test_explicit_breakpoints.
17508 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17509 breakpoints.
17510 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17511 breakpoint conditions, "-cond".
17512
87f0e720
KS
175132015-08-11 Keith Seitz <keiths@redhat.com>
17514
17515 * gdb.linespec/3explicit.c: New file.
17516 * gdb.linespec/cpexplicit.cc: New file.
17517 * gdb.linespec/cpexplicit.exp: New file.
17518 * gdb.linespec/explicit.c: New file.
17519 * gdb.linespec/explicit.exp: New file.
17520 * gdb.linespec/explicit2.c: New file.
17521 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17522 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17523 before using in the matching pattern.
17524 Clarify that `prefix' is a regular expression.
17525
f00aae0f
KS
175262015-08-11 Keith Seitz <keiths@redhat.com>
17527
17528 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17529 test.
17530 Add tests for missing ",FMT" and ",".
17531
e27852be
DE
175322015-08-10 Doug Evans <dje@google.com>
17533 Keith Seitz <keiths@redhat.com>
17534
17535 PR gdb/17960
17536 * gdb.base/completion.exp: Add location completer tests.
17537
7f03bd92
PA
175382015-08-07 Pedro Alves <palves@redhat.com>
17539
17540 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17541 tests here.
17542 (top level): Run do_test with and without displaced stepping.
17543
3fc8eb30
PA
175442015-08-07 Pedro Alves <palves@redhat.com>
17545
17546 * gdb.base/valgrind-disp-step.c: New file.
17547 * gdb.base/valgrind-disp-step.exp: New file.
17548
d4569d7b
PA
175492015-08-07 Pedro Alves <palves@redhat.com>
17550
17551 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17552 Delete function.
17553 (main): Add alarm. Run an infinite loop instead of calling
17554 wait_threads.
17555 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17556 comment.
17557 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17558 Delete function.
17559 (main): Add alarm. Run an infinite loop instead of calling
17560 wait_threads.
17561 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17562 comment.
17563
e1316e60
PA
175642015-08-07 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.base/checkpoint-ns.exp: New file.
17567 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17568 standard_testfile.
17569
da8c46d2
MM
175702015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17571
17572 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17573 * gdb.btrace/instruction_history.exp: Update.
17574 * gdb.btrace/tsx.exp: New.
17575 * gdb.btrace/tsx.c: New.
17576
de1c2c52
PA
175772015-08-06 Pedro Alves <palves@redhat.com>
17578
17579 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17580 increase timeout.
17581 * gdb.reverse/until-precsave.exp: Bump timeouts.
17582
782e0bf4
PA
175832015-08-06 Pedro Alves <palves@redhat.com>
17584
17585 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17586
83e97ed0
PA
175872015-08-06 Pedro Alves <palves@redhat.com>
17588
17589 PR gdb/18749
17590 * gdb.threads/process-dies-while-handling-bp.c: New file.
17591 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17592
863d01bd
PA
175932015-08-06 Pedro Alves <palves@redhat.com>
17594
17595 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17596 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17597
0a39bb32
PA
175982015-08-05 Pedro Alves <palves@redhat.com>
17599
17600 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17601 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17602
ee2d2b10
SL
176032015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17604
17605 * gdb.base/bp-permanent.exp: Report test as unsupported if
17606 the target cannot stop at the permanent breakpoint.
17607
4e1bdb00
DE
176082015-08-03 Doug Evans <dje@google.com>
17609
17610 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17611 10000.
17612
3d338901
DE
176132015-08-03 Doug Evans <dje@google.com>
17614
17615 * Makefile.in (workers/%.worker, build-perf): New rule.
17616 (GDB_PERFTEST_MODE): New variable.
17617 (check-perf): Use it.
17618 (clean): Clean up gdb.perf parallel build subdirs.
17619 * lib/build-piece.exp: New file.
17620 * lib/gdb.exp (make_gdb_parallel_path): New function
17621 (standard_output_file, standard_temp_file): Call it.
17622 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17623 of $GDB_PARALLEL.
17624 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17625
af061d3e
DE
176262015-08-03 Doug Evans <dje@google.com>
17627
8e1afc81 17628 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17629 (LOG_FILE_NAME): New global.
17630 (TextReporter.__init__): Initialize self.txt_sum.
17631 (TextReporter.report): Add support for multiple data-points.
17632 Move report to perftest.sum, put raw data in perftest.log.
17633 (TextReporter.start): Open sum and log files.
17634 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17635 * gdb.perf/lib/perftest/testresult.py
17636 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17637
2c8c5d37
PA
176382015-07-31 Pedro Alves <palves@redhat.com>
17639
17640 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17641 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17642 kill_wait_spawned_process instead of explicit "kill -9".
17643 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17644 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17645 kill_wait_spawned_process.
17646 * gdb.base/attach-twice.exp: Likewise.
17647 * gdb.base/attach.exp: Likewise.
17648 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17649 gdb_test_multiple.
17650 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17651 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17652 kill_wait_spawned_process.
17653 * gdb.base/valgrind-infcall.exp: Likewise.
17654 * gdb.multi/multi-attach.exp: Likewise.
17655 * gdb.python/py-prompt.exp: Likewise.
17656 * gdb.python/py-sync-interp.exp: Likewise.
17657 * gdb.server/ext-attach.exp: Likewise.
17658 * gdb.threads/attach-into-signal.exp (corefunc): Use
17659 spawn_wait_for_attach, spawn_id_get_pid and
17660 kill_wait_spawned_process.
17661 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17662 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17663 spawn_id_get_pid and kill_wait_spawned_process.
17664 * gdb.threads/attach-stopped.exp (corefunc): Use
17665 spawn_wait_for_attach, spawn_id_get_pid and
17666 kill_wait_spawned_process.
17667 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17668 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17669 kill_wait_spawned_process instead of explicit "kill -9".
17670 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17671 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17672 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17673 processes. Don't map cygwin/windows pids here. Now returns a
17674 spawn id list.
17675
032a0fca
SL
176762015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17677
17678 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17679 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17680 correct patch.
17681
61a934ca
SL
176822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17683
17684 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17685
4bc4d428
SL
176862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17687
17688 Reapply:
17689 2014-05-21 Mark Wielaard <mjw@redhat.com>
17690
17691 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17692
998d452a
PA
176932015-07-30 Pedro Alves <palves@redhat.com>
17694
17695 * linux-low.c (handle_extended_wait): Set the child's last
17696 reported status to TARGET_WAITKIND_STOPPED.
17697
69dde7dc
PA
176982015-07-30 Pedro Alves <palves@redhat.com>
17699
17700 PR threads/18600
17701 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17702 only shows inferior 1.
17703
4dd63d48
PA
177042015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17705 Pedro Alves <palves@redhat.com>
17706
17707 PR threads/18600
17708 * gdb.threads/fork-plus-threads.c: New file.
17709 * gdb.threads/fork-plus-threads.exp: New file.
17710
d618e4c5
PP
177112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17712
17713 * gdb.base/batch-preserve-term-settings.exp
17714 (test_terminal_settings_preserved_after_cli_exit): Use
17715 send_quit_command.
17716
1eef6428
PA
177172015-07-29 Pedro Alves <palves@redhat.com>
17718 Don Breazeal <donb@codesourcery.com>
17719
17720 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17721 output from both inferior_spawn_id and gdb_spawn_id.
17722
7da5b897
SDJ
177232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17724
17725 * gdb.threads/attach-into-signal.exp (corefunc): Use
17726 with_test_prefix on nested loops, uniquefying the test messages.
17727
dac804df
SDJ
177282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17729
17730 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17731 commit.
17732
06265e53
PP
177332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17734
17735 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17736 New proc.
17737 (test_terminal_settings_preserved_after_sigterm): New test.
17738
18206ca3
PP
177392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17740
17741 * gdb.base/batch-preserve-term-settings.exp
17742 (test_terminal_settings_preserved_after_cli_exit): New test.
17743
90074d11
PP
177442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17745
17746 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17747 manipulation of saved_gdbflags.
17748 (test_terminal_settings_preserved): Remove global declaration of
17749 the unused variable pagination_prompt. Remove manipulation of
17750 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17751 GDBFLAGS.
17752
eb1a7902
PA
177532015-07-29 Pedro Alves <palves@redhat.com>
17754
17755 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17756
8b75dd3b
PA
177572015-07-29 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17760 at the top.
17761
dedad4e3
PA
177622015-07-29 Pedro Alves <palves@redhat.com>
17763
17764 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17765 (main): Call gdb_unbuffer_output.
17766 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17767 (main): Call gdb_unbuffer_output.
17768 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17769 (main): Call gdb_unbuffer_output.
17770 * gdb.base/call-strs.exp: Adjust to step over the
17771 gdb_unbuffer_output call.
17772 * gdb.base/catch-gdb-caused-signals.c: Include
17773 "../lib/unbuffer_output.c".
17774 (main): Call gdb_unbuffer_output.
17775 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17776 (main): Call gdb_unbuffer_output.
17777 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17778 (main): Call gdb_unbuffer_output.
17779 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17780 (main): Call gdb_unbuffer_output.
17781 * gdb.base/shlib-call.exp: Adjust to step over the
17782 gdb_unbuffer_output call.
17783 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17784 (main): Call gdb_unbuffer_output.
17785 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17786 (main): Call gdb_unbuffer_output.
17787 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17788 (main): Rename to ...
17789 (test): ... this.
17790 (main): Reimplement.
17791 * gdb.base/varargs.exp: Run to test instead of to main.
17792 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17793 (main): Call gdb_unbuffer_output.
17794
58789a91
PA
177952015-07-29 Pedro Alves <palves@redhat.com>
17796
17797 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17798 factore out from mi_continue_dprintf. For call-style dprintfs,
17799 expect dprintf output out of $inferior_spawn_id.
17800 (mi_continue_dprintf): Use mi_expect_dprintf.
17801 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17802 (main): Call gdb_unbuffer_output.
17803
e8376742
PA
178042015-07-29 Pedro Alves <palves@redhat.com>
17805
17806 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17807 (default_mi_gdb_start): Set inferior_spawn_id instead of
17808 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17809 gdb_spawn_id.
17810 (mi_gdb_test): Always expect inferior output from both
17811 $inferior_spawn_id and $gdb_spawn_id.
17812
08280010
PA
178132015-07-29 Pedro Alves <palves@redhat.com>
17814
17815 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17816 send_inferior and $inferior_spawn_id.
17817
4d30e432
PA
178182015-07-29 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.gdb/complaints.exp (test_initial_complaints)
17821 (test_serial_complaints, test_short_complaints): Use
17822 gdb_test_stdio.
17823 (test_empty_complaint): Handle $inferior_spawn_id !=
17824 $gdb_spawn_id.
17825
0d30a335
PA
178262015-07-29 Pedro Alves <palves@redhat.com>
17827
17828 * gdb.base/varargs.exp: Use gdb_test_stdio.
17829
39413b29
PA
178302015-07-29 Pedro Alves <palves@redhat.com>
17831
17832 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17833
7cb000a9
PA
178342015-07-29 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17837
d7b8ac82
PA
178382015-07-29 Pedro Alves <palves@redhat.com>
17839
17840 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17841 parameter into two new parameters, "inf_result" and "gdb_result".
17842 Expect inferior output and gdb output from $inferior_spawn_id and
17843 $gdb_spawn_id, respectively. Adjust all callers.
17844
789c3a0c
PA
178452015-07-29 Pedro Alves <palves@redhat.com>
17846
17847 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17848 of gdb_test_sequence.
17849
77e760c3
PA
178502015-07-29 Pedro Alves <palves@redhat.com>
17851
17852 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17853 (saw_spurious_output): Expect inferior output from
17854 $inferior_spawn_id. Use gdb_test_stdio.
17855
8396d2cd
PA
178562015-07-29 Pedro Alves <palves@redhat.com>
17857
17858 * gdb.base/dprintf.exp: Use standard_testfile. Change
17859 prepare_for_testing call.
17860 (srcfile): Don't set.
17861 (restart): New procedure.
17862 (test_dprintf): New procecure, use to continue over dprintfs.
17863 (test_call, test_agent): New procedures, tests moved here.
17864 Restart gdb and recreate dprintfs. Adjust expected output.
17865
2051d61f
PA
178662015-07-29 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17869
452397af
PA
178702015-07-29 Pedro Alves <palves@redhat.com>
17871
17872 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17873
8aed9555
PA
178742015-07-29 Pedro Alves <palves@redhat.com>
17875
17876 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17877 gdb_test_stdio.
17878
188a61b4
PA
178792015-07-29 Pedro Alves <palves@redhat.com>
17880
17881 * lib/gdb.exp (gdb_test_stdio): New procedure.
17882
12264a45
PA
178832015-07-29 Pedro Alves <palves@redhat.com>
17884
17885 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17886
23ffc893
PA
178872015-07-29 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.base/call-signal-resume.exp: Remove check for
17890 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17891 * gdb.base/unwindonsignal.exp: Likewise.
17892 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17893 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17894
65566918
PA
178952015-07-29 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.base/siginfo-addr.c (pass): New function.
17898 (handler): Call it iff si_addr is correct.
17899 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17900 Set a breakpoint at "pass" and continue to it.
17901
d60a9221
SDJ
179022015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17903
17904 * gdb.python/py-objfile.exp: Make some tests have unique names.
17905 * gdb.python/py-pp-registration.exp: Likewise.
17906
bde40b8f
PA
179072015-07-28 Pedro Alves <palves@redhat.com>
17908
17909 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17910
13e1dec8
SM
179112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17912
17913 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17914
da33c9a7
SM
179152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17916
17917 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17918
077836f7
PP
179192015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17920
17921 * gdb.base/gdb-sigterm-2.exp: New test.
17922
b8cc7b2e
DE
179232015-07-25 Doug Evans <xdje42@gmail.com>
17924
17925 Revert:
17926 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17927 (workers/%.worker, build-perf): New rule.
17928 (GDB_PERFTEST_MODE): New variable.
17929 (check-perf): Use it.
17930 (clean): Clean up gdb.perf parallel build subdirs.
17931 * lib/build-piece.exp: New file.
17932 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17933 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17934 name.
17935 (standard_temp_file): Ditto.
17936 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17937 of $GDB_PARALLEL.
17938
c8bd4544
DE
179392015-07-24 Doug Evans <dje@google.com>
17940
17941 * gdb.perf/lib/perftest/utils.py: New file.
17942 * gdb.perf/gm-hello.cc: New file.
17943 * gdb.perf/gm-pervasive-typedef.cc: New file.
17944 * gdb.perf/gm-pervasive-typedef.h: New file.
17945 * gdb.perf/gm-std.cc: New file.
17946 * gdb.perf/gm-std.h: New file.
17947 * gdb.perf/gm-use-cerr.cc: New file.
17948 * gdb.perf/gm-utils.h: New file.
17949 * gdb.perf/gmonster-null-lookup.py: New file.
17950 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17951 * gdb.perf/gmonster-print-cerr.py: New file.
17952 * gdb.perf/gmonster-ptype-string.py: New file.
17953 * gdb.perf/gmonster-runto-main.py: New file.
17954 * gdb.perf/gmonster-select-file.py: New file.
17955 * gdb.perf/gmonster1-null-lookup.exp: New file.
17956 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17957 * gdb.perf/gmonster1-print-cerr.exp: New file.
17958 * gdb.perf/gmonster1-ptype-string.exp: New file.
17959 * gdb.perf/gmonster1-runto-main.exp: New file.
17960 * gdb.perf/gmonster1-select-file.exp: New file.
17961 * gdb.perf/gmonster1.cc: New file.
17962 * gdb.perf/gmonster1.exp: New file.
17963 * gdb.perf/gmonster2-null-lookup.exp: New file.
17964 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17965 * gdb.perf/gmonster2-print-cerr.exp: New file.
17966 * gdb.perf/gmonster2-ptype-string.exp: New file.
17967 * gdb.perf/gmonster2-runto-main.exp: New file.
17968 * gdb.perf/gmonster2-select-file.exp: New file.
17969 * gdb.perf/gmonster2.cc: New file.
17970 * gdb.perf/gmonster2.exp: New file.
17971
6eab34f3
DE
179722015-07-24 Doug Evans <dje@google.com>
17973
17974 * gdb.perf/README: New file.
17975 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17976 * lib/gen-perf-test.exp: New file.
17977
63738bfd
DE
179782015-07-24 Doug Evans <dje@google.com>
17979
17980 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17981 (PerfTest::startup): New function.
17982 (PerfTest::run): Return result of calling body.
17983 (PerfTest::assemble): Rewrite.
17984 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17985 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17986 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17987 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17988 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17989
7b606f95
DE
179902015-07-24 Doug Evans <dje@google.com>
17991
17992 * lib/gdb.exp (clean_restart): Make executable optional.
17993
a97b16b8
DE
179942015-07-24 Doug Evans <dje@google.com>
17995
17996 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17997 compiler_info references.
17998 * gdb.cp/temargs.exp: Ditto.
17999 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18000 (get_compiler_info): Early exit if already computed. Set compiler_info
18001 to "unknown" if there was a problem.
18002 (test_compiler_info): Add function comment. Call get_compiler_info.
18003
35baa57f
DE
180042015-07-24 Doug Evans <dje@google.com>
18005
18006 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18007 (workers/%.worker, build-perf): New rule.
18008 (GDB_PERFTEST_MODE): New variable.
18009 (check-perf): Use it.
18010 (clean): Clean up gdb.perf parallel build subdirs.
18011 * lib/build-piece.exp: New file.
18012 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18013 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18014 name.
18015 (standard_temp_file): Ditto.
18016 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18017 of $GDB_PARALLEL.
18018
6ebea266
DE
180192015-07-24 Doug Evans <dje@google.com>
18020
18021 * lib/future.exp (gdb_default_target_compile): New option
18022 "early_flags".
18023 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18024 --as-needed.
18025
1e76a7e9
SDJ
180262015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18027
18028 * gdb.base/catch-syscall.exp: Call gdb_exit before
18029 gdb_skip_xml_test.
18030
5068630a
PA
180312015-07-24 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.python/py-events.exp: Accept output between the stop event
18034 and the prompt.
18035 * gdb.python/py-evsignal.exp: Likewise.
18036 * gdb.python/py-evthreads.exp: Likewise.
18037
77598427
PA
180382015-07-24 Pedro Alves <palves@redhat.com>
18039
18040 PR gdb/18717
18041 * gdb.threads/non-ldr-exit.c: New file.
18042 * gdb.threads/non-ldr-exit.exp: New file.
18043
11e6c98f
YQ
180442015-07-24 Yao Qi <yao.qi@linaro.org>
18045
18046 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18047 restarting process.
18048
51aee833
YQ
180492015-07-24 Yao Qi <yao.qi@linaro.org>
18050
18051 * gdb.server/ext-restart.exp: New file.
18052
8cfe207c
YQ
180532015-07-24 Yao Qi <yao.qi@linaro.org>
18054
18055 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18056 argument options.
18057 * gdb.server/ext-wrapper.exp: New file.
18058
cc12ce38
DE
180592015-07-23 Doug Evans <dje@google.com>
18060
18061 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18062 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18063
d0d84780
PMR
180642015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18065
18066 * gdb.ada/var_arr_typedef.exp: New testcase.
18067 * gdb.ada/var_arr_typedef/pack.adb: New file.
18068 * gdb.ada/var_arr_typedef/pack.ads: New file.
18069 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18070
8b558f79
JB
180712015-07-20 Joel Brobecker <brobecker@adacore.com>
18072
18073 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18074
775a3298
JK
180752015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18076
18077 * gdb.arch/i386-biarch-core.exp: Replace istarget
18078 by "complete set gnutarget". Remove expectation for the "core-file"
18079 command.
18080
db1ff28b
JK
180812015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18082
18083 Revert the previous commit:
18084 Tests for validate symbol file using build-id.
18085
0a94970d
JK
180862015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18087
18088 Tests for validate symbol file using build-id.
18089 * gdb.base/solib-mismatch-lib.c: New file.
18090 * gdb.base/solib-mismatch-libmod.c: New file.
18091 * gdb.base/solib-mismatch.c: New file.
18092 * gdb.base/solib-mismatch.exp: New file.
18093
03346981
SL
180942015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18095
18096 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18097 nios2-*-linux*.
18098 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18099 * gdb.base/siginfo.exp: Likewise.
18100 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18101
42422cc7
PL
181022015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18103
18104 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18105 Move it to ...
18106 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18107 ... here.
18108 * gdb.trace/range-stepping.exp: Check that the target supports
18109 range stepping.
18110
cfa68bae
JK
181112015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18112
18113 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18114
8ffdba26
PA
181152015-07-14 Pedro Alves <palves@redhat.com>
18116
18117 * gdb.base/killed-outside.exp: New file.
18118 * gdb.base/killed-outside.c: New file.
18119
218a5a11
JK
181202015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18121
18122 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18123 (n at main): New.
18124 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18125
e03ed3c6
AA
181262015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18127
18128 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18129 infcall tests instead of setting up for KFAIL.
18130
485668e5
MM
181312015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18132
18133 * gdb.btrace/record_goto-step.exp: New.
18134
08464196
JK
181352015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18136
18137 PR compile/18484
18138 * gdb.compile/compile.c (struct struct_type): Add volatile to
18139 selffield's type.
18140 * gdb.compile/compile.exp
18141 (compile code struct_object.selffield = &struct_object): Skip further
18142 struct_object tests if this one xfails.
18143
bcf5c1d9
RC
181442015-07-08 Robert O'Callahan <robert@ocallahan.org>
18145
18146 PR exp/18617
18147 * gdb.trace/ax.exp: Add test.
18148
4931af25
YQ
181492015-07-07 Yao Qi <yao.qi@linaro.org>
18150
18151 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18152 instead of istarget "aarch64*-*-*".
18153 * gdb.arch/aarch64-fp.exp: Likewise.
18154 * gdb.base/float.exp: Likewise.
18155 * gdb.reverse/aarch64.exp: Likewise.
18156 * lib/gdb.exp (is_aarch64_target): New proc.
18157
9fcf688e
YQ
181582015-07-07 Yao Qi <yao.qi@linaro.org>
18159
18160 * lib/gdb.exp (is_aarch32_target): New proc.
18161 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18162 instead of "istarget "arm*-*-*"".
18163 * gdb.arch/arm-disp-step.exp: Likewise.
18164 * gdb.arch/thumb-bx-pc.exp: Likewise.
18165 * gdb.arch/thumb-prologue.exp: Likewise.
18166 * gdb.arch/thumb-singlestep.exp: Likewise.
18167 * gdb.base/disp-step-syscall.exp: Likewise.
18168 * gdb.base/float.exp: Likewise.
18169
fbd8d50d
YQ
181702015-07-07 Yao Qi <yao.qi@linaro.org>
18171
18172 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18173 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18174
71be1fdc
YQ
181752015-07-07 Yao Qi <yao.qi@linaro.org>
18176
18177 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18178 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18179 if it exists.
18180 * gdb.multi/multi-arch.exp: Likewise.
18181
3e221d36
SM
181822015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18183
18184 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18185 print.
18186
d441430b
YQ
181872015-07-07 Yao Qi <yao.qi@linaro.org>
18188
18189 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18190
06f810bd
MG
181912015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18192
18193 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18194 '[' and ']' characters.
18195
5e61e7c0
IB
181962015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18197
18198 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18199
28bf096c
PA
182002015-06-29 Pedro Alves <palves@redhat.com>
18201
18202 PR threads/18127
18203 * gdb.threads/hand-call-new-thread.c: New file.
18204 * gdb.threads/hand-call-new-thread.c: New file.
18205
ee93cd5e
KS
182062015-06-26 Keith Seitz <keiths@redhat.com>
18207 Doug Evans <dje@google.com>
18208
18209 PR 16253
18210 * gdb.cp/var-tag-2.cc: New file.
18211 * gdb.cp/var-tag-3.cc: New file.
18212 * gdb.cp/var-tag-4.cc: New file.
18213 * gdb.cp/var-tag.cc: New file.
18214 * gdb.cp/var-tag.exp: New file.
18215
fc637f04
PP
182162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18217
18218 * gdb.base/history-duplicates.exp: New test.
18219
2e52ae68
PP
182202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18221
18222 * gdb.base/completion.exp: Test the completion of the "focus"
18223 command.
18224
6e22494e
JK
182252015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18226
18227 * gdb.arch/amd64-prologue-skip.S: New file.
18228 * gdb.arch/amd64-prologue-skip.exp: New file.
18229
bf7b9cd9
SM
182302015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18231
18232 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18233 is_address_zero_readable check.
18234
201e8dfd
PB
182352015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18236
18237 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18238 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18239
5cd867b4
YQ
182402015-06-24 Yao Qi <yao.qi@linaro.org>
18241
18242 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18243 linux targets.
18244
4d7be007
YQ
182452015-06-24 Yao Qi <yao.qi@linaro.org>
18246
18247 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18248 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18249 * gdb.base/siginfo-thread.exp: Likewise.
18250
07fcd301
YQ
182512015-06-22 Yao Qi <yao.qi@linaro.org>
18252
18253 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18254
52042a00
YQ
182552015-06-22 Yao Qi <yao.qi@linaro.org>
18256
18257 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18258 aarch64*-*-*.
18259 (skip_hw_watchpoint_tests): Likewise.
18260
74bd41ce
PP
182612015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18262
18263 * gdb.base/gdbinit-history.exp: Test the interaction between
18264 setting GDBHISTSIZE and setting the history size via .gdbinit.
18265
bc460514
PP
182662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18267
18268 PR gdb/16999
18269 * gdb.base/gdbhistsize-history.exp: New test.
18270
b58c513b
PP
182712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18272
18273 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18274 with GDBHISTSIZE.
18275 * gdb.base/readline.exp: Likewise.
18276
92046791
YQ
182772015-06-17 Yao Qi <yao.qi@linaro.org>
18278
18279 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18280 line.
18281
2093d2d3
PP
182822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18283
18284 * gdb.base/gdbinit-history.exp: Add test case to check that
18285 an unlimited history file does not get truncated on exit.
18286
e6c693af
AA
182872015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18288
18289 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18290 (VECTOR): New macro. Use it...
18291 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18292 ...for these typedefs.
18293 (int8, char1, int1, double1): New typedefs.
18294 (struct just_int2, struct two_int2): New structures.
18295 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18296 (add_structvecs, add_singlevecs): New functions.
18297 (main): Call add_some_intvecs twice.
18298 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18299 the compile and exit upon failure. Try compiling for the "native"
18300 architecture. Test inferior function calls with vector arguments
18301 and vector return value handling with "finish" and "return".
18302
c74f7d1c
JT
183032015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18304
18305 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18306 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18307 PE file.
18308 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18309
98aa42ee
AT
183102015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18311
18312 PR breakpoints/16465
18313 * gdb.mi/mi-dprintf-pending.c: New file.
18314 * gdb.mi/mi-dprintf-pending.exp: New test.
18315 * gdb.mi/mi-dprintf-pendshr.c: New file.
18316
7d73c23c 183172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18318 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18319
18320 * gdb.arch/i386-mpx-map.c: New file.
18321 * gdb.arch/i386-mpx-map.exp: New File.
18322
183232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18324
18325 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18326 * gdb.arch/i386-mpx.exp: Indentation fixed.
18327
183282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18329
18330 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18331 function and improved indentation.
18332 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18333 gdb_test_multiple. Added additional tests to skip the test.
18334
183352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18336
18337 * gdb.arch/i386-avx512.c: Change path in include file.
18338 * gdb.arch/i386-avx512.exp: Change include dir path
18339 compilation flag.
18340 * gdb.arch/i386-mpx.c: Change path in include file.
18341 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18342 flag.
18343
d5eba19a
JK
183442015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18345
18346 * gdb.compile/compile-print.exp (compile print *vararray@3)
18347 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18348
7f361056
JK
183492015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18350
18351 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18352 (do not keep jit in memory): ... this.
18353 (expect 5): Change it to ...
18354 (expect no 5): ... this.
18355
3b462ec2
SM
183562015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18357
18358 PR gdb/15564
18359 * gdb.mi/mi-detach.exp: New file.
18360
e0619de6
JK
183612015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18362
18363 PR symtab/18392
18364 * gdb.arch/amd64-tailcall-self.S: New file.
18365 * gdb.arch/amd64-tailcall-self.c: New file.
18366 * gdb.arch/amd64-tailcall-self.exp: New file.
18367
e970cb34
DB
183682015-05-28 Don Breazeal <donb@codesourcery.com>
18369
18370 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18371 tests for remote targets by checking is_target_gdbserver.
18372
b2e2f908
DE
183732015-05-27 Doug Evans <dje@google.com>
18374
18375 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18376 * gdb.dwarf2/opaque-type-lookup.c: New file.
18377 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18378
82c7be31
DE
183792015-05-26 Doug Evans <dje@google.com>
18380
18381 * gdb.cp/iostream.cc: New file.
18382 * gdb.cp/iostream.exp: New file.
18383
b4f54984
DE
183842015-05-26 Doug Evans <dje@google.com>
18385
18386 * gdb.dwarf2/dw2-op-call.exp: Update.
18387 * gdb.dwarf2/dw4-sig-types.exp: Update.
18388 * gdb.dwarf2/implptr.exp: Update.
18389 * gdb.mi/mi-cmd-param-changed.exp: Update.
18390
4ea6efe9
DE
183912015-05-26 Doug Evans <dje@google.com>
18392
18393 * gdb.python/py-lazy-string.c: New file.
18394 * gdb.python/py-lazy-string.exp: New file.
18395 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18396 (main): Update. Add estring3.
18397 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18398 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18399
f6bb7db3
YQ
184002015-05-26 Omair Javaid <omair.javaid@linaro.org>
18401 Yao Qi <yao.qi@linaro.org>
18402
18403 * gdb.reverse/aarch64.c: New.
18404 * gdb.reverse/aarch64.exp: New.
18405
a81bfbd0
OJ
184062015-05-26 Omair Javaid <omair.javaid@linaro.org>
18407
25d49b86
PA
18408 * lib/gdb.exp (supports_process_record): Return true for
18409 aarch64*-linux*.
a81bfbd0
OJ
18410 (supports_reverse): Likewise.
18411
158bf1b4
PP
184122015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18413
18414 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18415 Use with_test_prefix.
18416
a0145030
AB
184172015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18418
18419 * gdb.base/completion.exp: Add test for completion of layout
18420 names.
18421
ebe3b578
AB
184222015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18423
18424 * lib/gdb.exp (skip_tui_tests): New proc.
18425 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18426
84204ed7
PA
184272015-05-19 Pedro Alves <palves@redhat.com>
18428
18429 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18430 Save the whole env array instead of just HOME. Unset HISTSIZE in
18431 the environment while testing. Restore whole environment
18432 afterwards.
18433
37442ce1
DE
184342015-05-16 Doug Evans <xdje42@gmail.com>
18435
18436 * gdb.guile/scm-ports.c: New file.
18437 * gdb.guile/scm-ports.exp: Add memory port tests.
18438
36de76f9
JK
184392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18440
18441 * gdb.compile/compile-print.c: New file.
18442 * gdb.compile/compile-print.exp: New file.
18443
3a9558c4
JK
184442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 * gdb.compile/compile-ops.exp: Cast param to void.
18447 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18448 (compile code struct_object.selffield = &struct_object): Add xfail.
18449
aa715135
JG
184502015-05-15 Joel Brobecker <brobecker@adacore.com>
18451
18452 * gdb.ada/arr_enum_with_gap: New testcase.
18453
931e5bc3
JG
184542015-05-15 Joel Brobecker <brobecker@adacore.com>
18455
18456 * gdb.ada/byte_packed_arr: New testcase.
18457
9cd4d857
JB
184582015-05-15 Joel Brobecker <brobecker@adacore.com>
18459
18460 * gdb.ada/pckd_neg: New testcase.
18461
ebfd00d2
PP
184622015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18463
18464 PR gdb/17820
18465 * gdb.base/gdbinit-history.exp: New test.
18466 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18467 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18468
4c082a81
SC
184692015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18470
18471 * gdb.python/py-xmethods.cc: Enhance test case.
18472 * gdb.python/py-xmethods.exp: New tests.
18473 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18474 function.
18475 (B_indexoper): Likewise.
18476 (global_dm_list) : Add new xmethod worker functions.
18477
f7797074
SDJ
184782015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18479
18480 * gdb.base/coredump-filter.exp: Correctly unset
18481 "coredump_var_addr" array.
18482
a4674e4e
PA
184832015-05-08 Pedro Alves <palves@redhat.com>
18484
18485 * gdb.server/non-existing-program.exp: Unset spawn_id.
18486
df2eb078
SC
184872015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18488
18489 PR python/18291
18490 * gdb.python/py-xmethods.exp: Add tests.
18491
422349a3
YQ
184922015-05-08 Yao Qi <yao.qi@linaro.org>
18493
18494 PR gdb/18208
18495 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18496 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18497 function set_coredump_filter, and remove remote_exec call.
18498 Remove argument ipid. Callers update.
18499 (top level): Don't get inferior's PID.
18500
63fc80ce
AA
185012015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18502
18503 * gdb.base/watch_thread_num.exp: Skip test on targets without
18504 access watchpoints.
18505
80ad801e
PA
185062015-05-06 Pedro Alves <palves@redhat.com>
18507
18508 PR server/18081
18509 * gdb.server/non-existing-program.exp: New file.
18510
0fa7fe50
JB
185112015-05-05 Joel Brobecker <brobecker@adacore.com>
18512
18513 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18514
3ea89b92
PMR
185152015-05-05 Joel Brobecker <brobecker@adacore.com>
18516
18517 * gdb.ada/out_of_line_in_inlined: New testcase.
18518
87b8eff0
JB
185192015-05-05 Joel Brobecker <brobecker@adacore.com>
18520
18521 * gdb.ada/var_rec_arr: New testcase.
18522
5fccc635
YQ
185232015-04-30 Yao Qi <yao.qi@linaro.org>
18524
18525 * gdb.base/break-idempotent.exp: If
18526 skip_hw_watchpoint_multi_tests returns true, skip the tests
18527 on "rwatch" and "awatch".
18528
42d38f42
YQ
185292015-04-30 Yao Qi <yao.qi@linaro.org>
18530
18531 * gdb.base/relativedebug.exp: Invoke gdb command
18532 "info sharedlibrary", and if libc.so doesn't have debug info,
18533 skip the test.
18534
2ce1cdbf
DE
185352015-04-29 Doug Evans <dje@google.com>
18536
18537 * gdb.python/py-xmethods.exp: Add ptype tests.
18538 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18539 get_result_type method.
18540
f24a38c5
LM
185412015-04-29 Luis Machado <lgustavo@codesourcery.com>
18542
18543 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18544 the target does not support hardware watchpoints.
18545
ecbf2b3c
LM
185462015-04-29 Luis Machado <lgustavo@codesourcery.com>
18547
18548 * gdb.base/break-always.exp: Abort testing if writing to memory
18549 causes an error.
18550
34f5f757
DE
185512015-04-28 Doug Evans <dje@google.com>
18552
18553 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18554 * gdb.python/py-pp-registration.exp: ... here. New file.
18555 * gdb.python/py-pp-registration.c: New file.
18556 * gdb.python/py-pp-registration.py: New file.
18557
69b4374a
DE
185582015-04-28 Doug Evans <dje@google.com>
18559
18560 * gdb.python/py-bad-printers.c: New file.
18561 * gdb.python/py-bad-printers.py: New file.
18562 * gdb.python/py-bad-printers.exp: New file.
18563
59fb7612
SS
185642015-04-28 Sasha Smundak <asmundak@google.com>
18565
18566 * gdb.python/py-type.exp: New test.
18567
2631b16a
AW
185682015-04-28 Andy Wingo <wingo@igalia.com>
18569
18570 * gdb.python/py-parameter.exp:
18571 * gdb.guile/scm-parameter.exp: Escape the path that we are
18572 matching against, as it might contain characters that are special
18573 to regular expressions.
18574
460efde1
JB
185752015-04-27 Joel Brobecker <brobecker@adacore.com>
18576
18577 * gdb.ada/rec_comp: New testcase.
18578
2d369d8e
SDJ
185792015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18580
18581 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18582 before using it.
18583
cf75d6c3
AB
185842015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18585
18586 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18587 new tests for verilog output.
18588
8dbe7ca5
YQ
185892015-04-24 Yao Qi <yao.qi@linaro.org>
18590
18591 * boards/remote-gdbserver-on-localhost.exp: New file.
18592
4ef9fb2f
PA
185932015-04-23 Pedro Alves <palves@redhat.com>
18594
18595 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18596 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18597 "end of file", remove $inferior_spawn_id from the indirect list.
18598
0a803169
PA
185992015-04-23 Pedro Alves <palves@redhat.com>
18600
18601 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18602
749ef8f8
PA
186032015-04-23 Pedro Alves <palves@redhat.com>
18604
18605 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18606 on $any_spawn_id instead of only on $gdb_spawn_id.
18607
8aae4344
PM
186082015-04-21 Pierre Muller <muller@sourceware.org>
18609
18610 PR pascal/17815
18611 * lib/pascal.exp (gpc_compile): Add new option "class".
18612 (fpc_compile): Likewise.
18613 * gdb.pascal/case-insensitive-symbols.pas: New file.
18614 * gdb.pascal/case-insensitive-symbols.exp: New file.
18615
1586c8fb
GB
186162015-04-20 Gary Benson <gbenson@redhat.com>
18617
18618 * gdb.base/attach.exp: Fix three extended remote failures.
18619
1b6e6f5c
GB
186202015-04-17 Gary Benson <gbenson@redhat.com>
18621
18622 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18623 the main executable over the remote protocol.
18624
e797481d
PA
186252015-04-16 Pedro Alves <palves@redhat.com>
18626
18627 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18628 a new gdbserver if gdbserver_reconnect_p is set.
18629
1ca99c42
PA
186302015-04-16 Pedro Alves <palves@redhat.com>
18631
18632 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18633 is set, don't exit gdbserver.
18634
af9fd6f8
AA
186352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18636
18637 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18638 appropriate .insn, such that an older assembler can be used.
18639 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18640 the z/Architecture instruction set on 31-bit targets as well.
18641
04ff1e61
AA
186422015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18643
18644 * gdb.go/handcall.exp: Remove all logic related to the first
18645 breakpoint and rely on go_runto_main instead.
18646 * gdb.go/strings.exp: Likewise.
18647 * gdb.go/unsafe.exp: Likewise.
18648 * gdb.go/hello.exp: Likewise. Also rename the remaining
18649 breakpoint marker to "breakpoint 1".
18650 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18651 * gdb.go/strings.go: Likewise.
18652 * gdb.go/unsafe.go: Likewise.
18653 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18654 "set breakpoint 2 here" and rename the remaining breakpoint marker
18655 to "breakpoint 1".
18656
40d2f8d6
SM
186572015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18658
18659 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18660 if itertools.imap is not present.
18661 * gdb.python/py-objfile.exp: Add parentheses.
18662 * gdb.python/py-type.exp: Same.
18663 * gdb.python/py-unwind-maint.py: Same.
18664
8cbc97c6
YQ
186652015-04-15 Yao Qi <yao.qi@linaro.org>
18666
18667 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18668 of ":$ptr_size" and set its form explicitly.
18669
45fd756c
YQ
186702015-04-15 Pedro Alves <palves@redhat.com>
18671 Yao Qi <yao.qi@linaro.org>
18672
18673 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18674 timeout by factor of 4.
18675 (test_regular_watch): Likewise.
18676 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18677 * gdb.reverse/sigall-reverse.exp: Likewise.
18678 * gdb.reverse/until-precsave.exp: Likewise.
18679 * lib/gdb.exp (with_timeout_factor): New proc.
18680 (gdb_expect): Move some code to ...
18681 (get_largest_timeout): ... here. New procedure.
18682
9e811bc3
LM
186832015-04-14 Luis Machado <lgustavo@codesourcery.com>
18684
18685 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18686
0ff6fcb2
LM
186872015-04-13 Luis Machado <lgustavo@codesourcery.com>
18688
18689 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18690 to write to the .text section.
18691
7578d5f7
LM
186922015-04-13 Luis Machado <lgustavo@codesourcery.com>
18693
18694 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18695 Handle the case of targets that do not provide PID information.
18696
2efe15c4
YQ
186972015-04-13 Yao Qi <yao.qi@linaro.org>
18698
18699 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18700 and use expect instead of gdb_expect.
18701
8cd8f2f8
SDJ
187022015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18703
18704 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18705 "coredump_var_addr" to avoid naming conflict with other testcases.
18706
9ee41772
PA
187072015-04-10 Pedro Alves <palves@redhat.com>
18708
18709 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18710 gdb_test_sequence and gdb_assert.
18711
07473109
PA
187122015-04-10 Pedro Alves <palves@redhat.com>
18713
18714 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18715 test messages that don't include the breakpoint address.
18716
de3db44c
YQ
187172015-04-10 Yao Qi <yao.qi@linaro.org>
18718
18719 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18720 false for some offset and width combinations which aren't
18721 supported by linux kernel.
18722
c79d856c
PA
187232015-04-10 Pedro Alves <palves@redhat.com>
18724
18725 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18726 procedure, factored out from ...
18727 (top level): ... here. Add "set displaced-stepping" testing axis.
18728 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18729 parameter "displaced". Use it.
18730 (top level): Use foreach and add "set displaced-stepping" testing
18731 axis.
18732
ebc90b50
PA
187332015-04-10 Pedro Alves <palves@redhat.com>
18734
18735 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18736 Remove comment.
18737 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18738 both the address of the instruction that triggers the watchpoint
18739 and the address of the instruction immediately after, and use
18740 those addresses for the test. Fix comment.
18741
8f572e5c
PA
187422015-04-10 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.base/sigstep.exp (breakpoint_to_handler)
18745 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18746 Test "backtrace" in handler.
18747 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18748 (top level): Add new "displaced" test axis to
18749 breakpoint_to_handler, breakpoint_to_handler_entry and
18750 breakpoint_over_handler.
18751
8d707a12
PA
187522015-04-10 Pedro Alves <palves@redhat.com>
18753
18754 PR gdb/18216
18755 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18756
ef713951
YQ
187572015-04-10 Yao Qi <yao.qi@linaro.org>
18758
18759 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18760 (test_add_rn_pc): New function.
18761 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18762 (top level): Invoke test_add_rn_pc.
18763
906d60cf
PA
187642015-04-10 Pedro Alves <palves@redhat.com>
18765
18766 PR gdb/13858
18767 * gdb.base/step-over-no-symbols.exp: New file.
18768
f2983cc3
AW
187692015-04-09 Andy Wingo <wingo@igalia.com>
18770
18771 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18772 after the Python tests.
18773
6d62641c
SDJ
187742015-04-08 Keith Seitz <keiths@redhat.com>
18775
18776 PR python/16699
18777 * gdb.python/py-completion.exp: New tests for completion.
18778 * gdb.python/py-completion.py (CompleteLimit1): New class.
18779 (CompleteLimit2): Likewise.
18780 (CompleteLimit3): Likewise.
18781 (CompleteLimit4): Likewise.
18782 (CompleteLimit5): Likewise.
18783 (CompleteLimit6): Likewise.
18784 (CompleteLimit7): Likewise.
18785
f3770638
PA
187862015-04-08 Pedro Alves <palves@redhat.com>
18787
18788 PR gdb/18214
18789 PR gdb/18216
18790 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18791 function.
18792 (main): Install it as SIGUSR1 handler.
18793 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18794 parameter. Always use "setup" as prefix. Toggle "set
18795 displaced-stepping" off/on depending on global. Don't switch to
18796 thread 1 here.
18797 (top level): Add displaced stepping "off/on" test axis. Update
18798 "setup" calls. Wrap each subtest with with_test_prefix. Test
18799 continuing with a queued signal in each thread.
18800
4496bed7
PA
188012015-04-08 Pedro Alves <palves@redhat.com>
18802
18803 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18804 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18805 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18806 Return early if running to main fails.
18807 * gdb.trace/while-stepping.exp: Likewise.
18808
b97fde92
PA
188092015-04-07 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18812 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18813 interact with inferior program.
18814
f71c18e7
PA
188152015-04-07 Pedro Alves <palves@redhat.com>
18816
18817 * lib/gdb.exp (inferior_spawn_id): New global.
18818 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18819 spawn id after processing the user code.
18820 (default_gdb_start): Set inferior_spawn_id.
18821 (send_inferior): New procedure.
18822 * lib/gdbserver-support.exp (gdbserver_start): Set
18823 inferior_spawn_id.
18824 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18825
6423214f
PA
188262015-04-07 Pedro Alves <palves@redhat.com>
18827
18828 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18829 * lib/gdbserver-support.exp (gdbserver_start): Make
18830 $server_spawn_id global.
18831 (gdbserver_start): Don't wait for gdbserver's spawn id with
18832 expect_background.
18833 (close_gdbserver): New procedure.
18834 (gdb_exit): Rename the default version and reimplement.
18835
71c0ee8c
PA
188362015-04-07 Pedro Alves <palves@redhat.com>
18837
72f4393d 18838 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18839 append the substituted item, not the original item.
18840
203bc29b
PA
188412015-04-07 Pedro Alves <palves@redhat.com>
18842
18843 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18844 gdb_expect.
18845
508a3ddf
PA
188462015-04-07 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18849 output appearing once only.
18850
9f6dbe2b
PA
188512015-04-07 Pedro Alves <palves@redhat.com>
18852
18853 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18854 that doesn't expect anything. Return early if running to main
18855 fails.
18856
337532fa
YQ
188572015-04-07 Yao Qi <yao.qi@linaro.org>
18858
18859 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18860 (child_function): Call alarm.
18861 (main): Move call to alarm into the loop.
18862 * gdb.threads/non-stop-fair-events.exp: Build program with
18863 -DTIMEOUT=$timeout.
18864
01b622d4
DE
188652015-04-06 Doug Evans <xdje42@gmail.com>
18866
18867 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18868 Fix dest parameter to board_info.
18869 (fpc_compile): Ditto.
18870 (gdb_compile_pascal): Rename dest arg to destfile.
18871
961f4160
PMR
188722015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18873
18874 * gdb.ada/funcall_ref.exp: New file.
18875 * gdb.ada/funcall_ref/foo.adb: New file.
18876
cafda597
YQ
188772015-04-02 Yao Qi <yao.qi@linaro.org>
18878
18879 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18880 is remote.
18881
fed040c6
GB
188822015-04-02 Gary Benson <gbenson@redhat.com>
18883
18884 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18885
d11916aa
SS
188862015-04-01 Sasha Smundak <asmundak@google.com>
18887
18888 * gdb.python/py-unwind-maint.c: New file.
18889 * gdb.python/py-unwind-maint.exp: New test.
18890 * gdb.python/py-unwind-maint.py: New file.
18891 * gdb.python/py-unwind.c: New file.
18892 * gdb.python/py-unwind.exp: New test.
18893 * gdb.python/py-unwind.py: New test.
18894
a1471180
PA
188952015-04-01 Pedro Alves <palves@redhat.com>
18896
18897 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18898 to fail instead of non-existent $test.
18899
0bbeccb1
PA
189002015-04-01 Pedro Alves <palves@redhat.com>
18901
18902 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18903 GDBFLAGS if not empty.
18904
3c724c8c
PMR
189052015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18906
18907 * gdb.ada/complete.exp: Remove "multi_line".
18908 * gdb.ada/info_exc.exp: Remove "multi_line".
18909 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18910 * gdb.ada/ptype_field.exp: Remove "multi_line".
18911 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18912 * gdb.ada/tagged.exp: Remove "multi_line".
18913 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18914 [multi_line ...]
18915 * gdb.btrace/delta.exp: Likewise.
18916 * gdb.btrace/exception.exp: Likewise.
18917 * gdb.btrace/function_call_history.exp: Likewise.
18918 * gdb.btrace/instruction_history.exp: Likewise.
18919 * gdb.btrace/nohist.exp: Likewise.
18920 * gdb.btrace/record_goto.exp: Likewise.
18921 * gdb.btrace/segv.exp: Likewise.
18922 * gdb.btrace/stepi.exp: Likewise.
18923 * gdb.btrace/tailcall.exp: Likewise.
18924 * gdb.btrace/unknown_functions.exp: Likewise.
18925 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18926 * lib/gdb.exp: Add the "multi_line" helper.
18927
4eec2deb
PA
189282015-04-01 Pedro Alves <palves@redhat.com>
18929
18930 * gdb.threads/tid-reuse.c: New file.
18931 * gdb.threads/tid-reuse.exp: New file.
18932
df8411da
SDJ
189332015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18934
18935 PR corefiles/16092
18936 * gdb.base/coredump-filter.c: New file.
18937 * gdb.base/coredump-filter.exp: Likewise.
18938
6ef37366
PM
189392015-03-27 Petr Machata <pmachata@redhat.com>
18940
18941 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18942 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18943 (Dwarf::assemble): Initialize them.
18944 (Dwarf::lines): New function.
18945
7ec911b0
JT
189462015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18947
18948 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18949 SYMBOL_PREFIX for x86_64-*-cygwin.
18950
ff908ebf
AW
189512015-03-26 Andy Wingo <wingo@igalia.com>
18952
18953 PR symtab/18148
18954 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18955 const_value but not a location.
18956 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18957 location defined in non-main CUs are visible.
18958
6d5f0679
YQ
189592015-03-26 Yao Qi <yao.qi@linaro.org>
18960
18961 PR testsuite/18139
18962 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18963 Add a line number entry for the same line.
18964 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18965 Add a line number entry for the same line.
18966
2898689b
YQ
189672015-03-26 Yao Qi <yao.qi@linaro.org>
18968
18969 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18970 .int 0.
18971 (func): Likewise. Add .Lfunc_1 label.
18972 Use .Lfunc_1 label.
18973 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18974 .int 0.
18975 (func): Likewise.
18976 Use .Lfunc_1 label.
18977
85180498
YQ
189782015-03-26 Yao Qi <yao.qi@linaro.org>
18979
18980 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18981 Call gdb_compile instead to compile each .s files without debug
18982 information.
18983
8aa08a8d
YQ
189842015-03-26 Yao Qi <yao.qi@linaro.org>
18985
18986 * gdb.base/savedregs.exp (process_saved_regs): Make
18987 "Saved registers:" optional in the pattern.
18988
66849923
MM
189892015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18990
18991 * gdb.btrace/next.exp: Merged into step.exp.
18992 * gdb.btrace/finish.exp: Merged into step.exp.
18993 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18994 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18995 "record goto" and checking the exact replay position.
18996 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18997 check for "Recording format" in "info record" output.
18998 * gdb.btrace/record_goto.exp: Choose test file based on target.
18999 * gdb.btrace/x86-record_goto.S: Renamed into ...
19000 * gdb.btrace/x86_64-record_goto.S: ... this.
19001 * gdb.btrace/i686-record_goto.S: New.
19002 * gdb.btrace/x86-tailcall.S: Renamed into ...
19003 * gdb.btrace/x86_64-tailcall.S: ... this.
19004 * gdb.btrace/i686-tailcall.S: New.
19005 * gdb.btrace/x86-tailcall.c: Renamed into ...
19006 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19007 separate statements. Update test.
19008 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19009 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19010 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19011 * gdb.btrace/tailcall.exp: Choose test file based on target.
19012 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19013
11cc1b74
MM
190142015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19015
19016 * gdb.btrace/exception.exp: Increase BTS buffer size.
19017
a25d8bf9
PA
190182015-03-24 Pedro Alves <palves@redhat.com>
19019
19020 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19021
856e7dd6
PA
190222015-03-24 Pedro Alves <palves@redhat.com>
19023
19024 * gdb.threads/schedlock.exp (test_step): No longer expect that
19025 "set scheduler-locking step" with "next" over a function call runs
19026 threads unlocked.
19027
ad235a41
AT
190282015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19029
19030 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19031
15630549
AT
190322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19033
19034 PR breakpoints/16466
19035 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19036 * gdb.mi/mi-pending.c (thread_func): New function.
19037 (int main): Add threading support required.
19038 * gdb.mi/mi-pending.exp: Add tests for this issue.
19039 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19040 (pendfunc2): Remove stdio dependency.
19041 * gdb.mi/mi-pendshr2.c: New file.
19042
693dca06
KS
190432015-03-23 Keith Seitz <keiths@redhat.com>
19044
19045 * gdb.linespec/keywords.c: New file.
19046 * gdb.linespec/keywords.exp: New file.
19047
7e993ebf
KS
190482015-03-23 Keith Seitz <keiths@redhat.com>
19049
19050 PR gdb/18021
19051 * gdb.dwarf2/staticvirtual.exp: New test.
19052
bc23328c
JK
190532015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19054
19055 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19056 * README: Remove HP-UX and gdb.hp.
19057 (configuration):
19058 * configure: Regenerate.
19059 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19060 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19061 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19062 gdb.hp/gdb.defects/Makefile.
19063 * gdb.hp/Makefile.in: File deleted.
19064 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19065 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19066 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19067 * gdb.hp/gdb.aCC/run.c: File deleted.
19068 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19069 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19070 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19071 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19072 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19073 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19074 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19075 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19076 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19077 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19078 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19079 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19080 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19081 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19082 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19083 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19084 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19085 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19086 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19087 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19088 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19089 * gdb.hp/gdb.compat/average.c: File deleted.
19090 * gdb.hp/gdb.compat/sum.c: File deleted.
19091 * gdb.hp/gdb.compat/xdb.c: File deleted.
19092 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19093 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19094 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19095 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19096 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19097 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19098 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19099 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19100 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19101 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19102 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19103 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19104 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19105 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19106 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19107 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19108 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19109 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19110 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19111 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19112 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19113 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19114 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19115 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19116 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19117 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19118 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19119 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19120 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19121 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19122 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19123 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19124 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19125 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19126 * gdb.hp/tools/odump: File deleted.
19127
8bf3b159
PA
191282015-03-19 Pedro Alves <palves@redhat.com>
19129
19130 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19131 (saw_thread_3): New globals.
19132 (top level): Increment them when an event for the corresponding
19133 thread is seen.
19134 (no thread starvation): New test.
19135
eb54c8bf
PA
191362015-03-19 Pedro Alves <palves@redhat.com>
19137
19138 * gdb.threads/continue-pending-status.c: New file.
19139 * gdb.threads/continue-pending-status.exp: New file.
19140
32d2e5d6
PA
191412015-03-18 Pedro Alves <palves@redhat.com>
19142
19143 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19144 Use gdb_is_target_remote instead of is_remote. Use
19145 gdb_test_multiple instead of gdb_expect. Exit early if
19146 gdb_test_multiple hits its internal matches. Tighten stepi tests
19147 expected output. Fail on exit with any signal, instead of just
19148 SIGILL.
19149
f68f11b7
YQ
191502015-03-18 Yao Qi <yao.qi@linaro.org>
19151
19152 PR tdep/18107
19153 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19154 variable.
19155 * gdb.base/catch-syscall.exp: Don't skip it on
19156 aarch64*-*-linux* target. Remove elements in all_syscalls.
19157 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19158 target.
19159 (setup_all_syscalls): New proc.
19160
ca5fd19b
YQ
191612015-03-16 Yao Qi <yao.qi@linaro.org>
19162
19163 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19164 (top level): Skip tests if valid_addr_p returns false for
19165 $cmd1 or $cmd2.
19166
85642ba0
AW
191672015-03-11 Andy Wingo <wingo@igalia.com>
19168
19169 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19170
e03f9645
YQ
191712015-03-11 Yao Qi <yao.qi@linaro.org>
19172
19173 * gdb.base/catch-syscall.exp: Fix typo in comments.
19174
5d0962b2
YQ
191752015-03-11 Yao Qi <yao.qi@linaro.org>
19176
19177 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19178
b2df3cef
PA
191792015-03-09 Pedro Alves <palves@redhat.com>
19180
19181 * dg-extract-results.py: Delete.
19182
ef878e53
PA
191832015-03-09 Pedro Alves <palves@redhat.com>
19184
19185 Merge dg-extract-results.sh from GCC upstream (r218843).
19186
19187 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19188 * dg-extract-results.sh: Use --text with grep to avoid issues with
19189 binary files. Fall back to cat -v, if that doesn't work.
19190
9494d219
PA
191912015-03-05 Pedro Alves <palves@redhat.com>
19192
19193 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19194
a8d9763a
SM
191952015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19196
19197 * lib/mi-support.exp (mi_expect_interrupt): Accept
19198 alternative event for when in all-stop mode.
19199
be9957b8
PA
192002015-03-04 Pedro Alves <palves@redhat.com>
19201
19202 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19203
d57be0f4 192042015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19205
19206 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19207
c214c7cf
AA
192082015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19209
19210 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19211 regexps for GDB's current line display, accept a hex address
19212 preceding the line number.
19213
6d74a497
AA
192142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19215
19216 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19217 the 'arch1' variable for "s390*-linux*" targets.
19218
511aee7c
PA
192192015-03-04 Pedro Alves <palves@redhat.com>
19220
19221 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19222 (main): Pass missing retval argument to pthread_join call.
19223
95e50b27
PA
192242015-03-02 Pedro Alves <palves@redhat.com>
19225
19226 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19227 (top level): Call do_test with non-stop as well.
19228
28054d69
PA
192292015-03-02 Pedro Alves <palves@redhat.com>
19230
19231 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19232 -1.
19233
4fa5d7b4
AA
192342015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19235
19236 * gdb.arch/s390-vregs.exp: New test.
19237 * gdb.arch/s390-vregs.S: New file.
19238
97c18565
PA
192392015-02-27 Pedro Alves <palves@redhat.com>
19240
19241 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19242 call to catch_command_errors.
19243 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19244 catch_command_errors.
19245
a37bfa30
PA
192462015-02-27 Pedro Alves <palves@redhat.com>
19247
19248 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19249 "true" for boolean result.
19250 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19251 prototype of main.
19252
6f98576f
PA
192532015-02-27 Pedro Alves <palves@redhat.com>
19254
19255 * lib/unbuffer_output.c: New file.
19256 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19257 (main): Call gdb_unbuffer_output.
19258
eba5ab56
YQ
192592015-02-27 Yao Qi <yao.qi@linaro.org>
19260
19261 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19262 target.
19263
0def5aaa
DE
192642015-02-26 Doug Evans <dje@google.com>
19265
19266 * gdb.cp/class2.cc (Dbase, D): New classes.
19267 (main): New local delta.
19268 * gdb.cp/class2.exp: Test printing delta.
19269 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19270 (dynbar): New global.
19271 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19272
081a1c2c
JK
192732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19274
19275 * gdb.compile/compile-ifunc.c: New file.
19276 * gdb.compile/compile-ifunc.exp: New file.
19277
2f41223f
AT
192782015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19279
19280 * gdb.base/structs.exp: Check for correct struct on finish.
19281
03eddd80
YQ
192822015-02-26 Yao Qi <yao.qi@linaro.org>
19283
19284 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19285 is zero.
19286
80c57053
JK
192872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19288
19289 * gdb.arch/cordic.ko.bz2: New file.
19290 * gdb.arch/cordic.ko.debug.bz2: New file.
19291 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19292
21613c12
YQ
192932015-02-25 Yao Qi <yao.qi@linaro.org>
19294
19295 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19296 aarch64*-*-* target.
19297
d8b901ed
PA
192982015-02-23 Pedro Alves <palves@redhat.com>
19299
19300 * lib/gdb.exp (delete_breakpoints): Rewrite using
19301 gdb_test_multiple.
19302
e5b85ead
PA
193032015-02-23 Pedro Alves <palves@redhat.com>
19304
19305 * gdb.base/info-os.c: Include stdlib.h.
19306
85c3a371
DE
193072015-02-22 Doug Evans <xdje42@gmail.com>
19308
19309 PR symtab/17855
19310 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19311 is read after symbols have been re-read.
19312 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19313 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19314
96553a0c
DE
193152015-02-21 Doug Evans <dje@google.com>
19316
19317 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19318
97a0c697
JK
193192015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19320
19321 PR corefiles/17808
19322 * gdb.arch/i386-biarch-core.core.bz2: New file.
19323 * gdb.arch/i386-biarch-core.exp: New file.
19324
a47cd6e9
PA
193252015-02-21 Pedro Alves <palves@redhat.com>
19326
19327 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19328 runto_main fails.
19329
c5facdc4
PA
193302015-02-20 Pedro Alves <palves@redhat.com>
19331
19332 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19333 info probes.
19334
2db9a427
PA
193352015-02-20 Pedro Alves <palves@redhat.com>
19336
19337 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19338
60fb7e9e
PA
193392015-02-20 Pedro Alves <palves@redhat.com>
19340
19341 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19342 clean_restart before gdb_target_supports_trace.
19343
5c5019c2
PA
193442015-02-20 Pedro Alves <palves@redhat.com>
19345
19346 PR threads/18006
19347 * gdb.threads/clone-thread_db.c: New file.
19348 * gdb.threads/clone-thread_db.exp: New file.
19349
c9587f88
AT
193502015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19351
19352 PR breakpoints/16812
19353 * gdb.base/catch-gdb-caused-signals.c: New file.
19354 * gdb.base/catch-gdb-caused-signals.exp: New file.
19355
f6a88844
JM
193562015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19357
19358 * configure: Regenerated.
19359 * configure.ac: Use GDB_AC_TRANSFORM.
19360 * aclocal.m4: sinclude ../transform.m4.
19361
497c491b
JM
193622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19363
19364 * lib/dtrace.exp: New file.
19365 * gdb.base/dtrace-probe.exp: Likewise.
19366 * gdb.base/dtrace-probe.d: Likewise.
19367 * gdb.base/dtrace-probe.c: Likewise.
19368 * lib/pdtrace.in: Likewise.
19369 * configure.ac: Output variables with the transformed names of
19370 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19371 * configure: Regenerated.
19372
03e98035
JM
193732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19374
19375 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19376 expected message when trying to access $_probe_* convenience
19377 variables while not on a probe.
19378
63cc30e9
JK
193792015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19380
19381 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19382
0703599a
PA
193832015-02-11 Pedro Alves <pedro@codesourcery.com>
19384
19385 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19386 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19387
7e60a48e
DE
193882015-02-10 Doug Evans <xdje42@gmail.com>
19389
19390 * lib/gdb.exp (gdb_load): Always return a result.
19391
01b088bc
PA
193922015-02-10 Pedro Alves <palves@redhat.com>
19393
19394 * gdb.threads/signal-sigtrap.c: New file.
19395 * gdb.threads/signal-sigtrap.exp: New file.
19396
b05ec7a5
AT
193972015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19398
19399 * gdb.trace/no-attach-trace.c: New file.
19400 * gdb.trace/no-attach-trace.exp: New file.
19401
a2c2acaf
MW
194022015-02-09 Mark Wielaard <mjw@redhat.com>
19403
19404 * gdb.dwarf2/atomic.c: New file.
19405 * gdb.dwarf2/atomic-type.exp: Likewise.
19406
31fd9caa
MM
194072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19408
19409 * gdb.btrace/buffer-size.exp: Update "info record" output.
19410 * gdb.btrace/delta.exp: Update "info record" output.
19411 * gdb.btrace/enable.exp: Update "info record" output.
19412 * gdb.btrace/finish.exp: Update "info record" output.
19413 * gdb.btrace/instruction_history.exp: Update "info record" output.
19414 * gdb.btrace/next.exp: Update "info record" output.
19415 * gdb.btrace/nexti.exp: Update "info record" output.
19416 * gdb.btrace/step.exp: Update "info record" output.
19417 * gdb.btrace/stepi.exp: Update "info record" output.
19418 * gdb.btrace/nohist.exp: Update "info record" output.
19419
d33501a5
MM
194202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19421
19422 * gdb.btrace/buffer-size: New.
19423
f4abbc16
MM
194242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19425
19426 * gdb.btrace/delta.exp: Update "info record" output.
19427 * gdb.btrace/enable.exp: Update "info record" output.
19428 * gdb.btrace/finish.exp: Update "info record" output.
19429 * gdb.btrace/instruction_history.exp: Update "info record" output.
19430 * gdb.btrace/next.exp: Update "info record" output.
19431 * gdb.btrace/nexti.exp: Update "info record" output.
19432 * gdb.btrace/step.exp: Update "info record" output.
19433 * gdb.btrace/stepi.exp: Update "info record" output.
19434 * gdb.btrace/nohist.exp: Update "info record" output.
19435
b9d61307
SM
194362015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19437
19438 PR gdb/15678
19439 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19440
e584fdbc
PA
194412015-02-06 Pedro Alves <palves@redhat.com>
19442
19443 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19444 macro.
19445 (seconds_left, again): New globals.
19446 (main): Wait seconds_left in a 1-second sleep loop instead of
19447 sleeping 180 seconds. If 'again' is set, reset the seconds
19448 counter.
19449 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19450 'again' in the inferior before detaching. Print the seconds left.
19451 (options): New global.
19452 (top level): Build program with -DTIMEOUT=$timeout.
19453
77f41761
PA
194542015-02-06 Pedro Alves <palves@redhat.com>
19455
19456 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19457 determine how many seconds to pass to 'alarm'.
19458 * gdb.base/gdb-sigterm.exp (top level): Build program with
19459 -DTIMEOUT=$timeout.
19460 (do_test): Return success/failure indication. Add more verbose
19461 logging. Don't fail if 200 single steps are seen. Instead, fail
19462 when the test times out.
19463 (passes): New global.
19464 (top level): Break the testing loop if testing fails on any
19465 iteration. Use gdb_assert.
19466
b9394193
DB
194672015-02-04 Don Breazeal <donb@codesourcery.com>
19468
19469 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19470 and initialize them.
19471 (ipc_cleanup): New function.
19472 (main): Don't declare shmid, semid, and msqid. Add a call to
19473 atexit so that we call ipc_cleanup on exit.
19474
42d9e528
PA
194752015-02-04 Pedro Alves <palves@redhat.com>
19476
19477 * boards/native-extended-gdbserver.exp: Remove any target variant
19478 specifications from the board name before clearing the isremote
19479 flag from board_info.
19480
ae6ae975
DE
194812015-01-31 Doug Evans <xdje42@gmail.com>
19482
19483 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19484
cfb069a8
GB
194852015-01-31 Gary Benson <gbenson@redhat.com>
19486
19487 * gdb.base/completion.exp: Disable completion limiting for
19488 existing tests. Add new tests to check completion limiting.
19489 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19490
5dd31d79
DE
194912015-01-31 Doug Evans <xdje42@gmail.com>
19492
19493 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19494
9f050062
DE
194952015-01-31 Doug Evans <xdje42@gmail.com>
19496
19497 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19498 entries. Duplicate file section script entries.
19499 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19500 inlined entries. Add test for safe-path rejection.
19501 * gdb.python/py-section-script.c: Add duplicate inlined section script
19502 entries. Duplicate file section script entries.
19503 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19504 inlined entries. Add test for safe-path rejection.
19505
df25ebbd
JB
195062015-01-29 Joel Brobecker <brobecker@adacore.com>
19507
19508 * gdb.ada/disc_arr_bound: New testcase.
19509
4a0ca9ec
JB
195102015-01-29 Joel Brobecker <brobecker@adacore.com>
19511
19512 * gdb.ada/mi_var_array: New testcase.
19513
3a8b707a
DE
195142015-01-27 Doug Evans <dje@google.com>
19515
19516 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19517 Add test for objfile.filename, objfile.username after objfile
19518 has been unloaded.
19519
f8313f6e
JB
195202015-01-26 Joel Brobecker <brobecker@adacore.com>
19521
19522 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19523 the second test to print the name attribute of value
19524 returned by the call to gdb.lookup_type, and adjust
19525 the expected output accordingly.
19526
37bc665e
MW
195272015-01-25 Mark Wielaard <mjw@redhat.com>
19528
19529 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19530 * gdb.base/disp-step-fork.c: Include unistd.h.
19531 * gdb.base/siginfo-obj.c: Include stdio.h.
19532 * gdb.base/siginfo-thread.c: Likewise.
19533 * gdb.mi/non-stop.c: Include unistd.h.
19534 * gdb.mi/nsthrexec.c: Include stdio.h.
19535 * gdb.mi/pthreads.c: Include unistd.h.
19536 * gdb.modula2/unbounded1.c (main): Declare returns int.
19537 * gdb.reverse/consecutive-reverse.c: Likewise.
19538 * gdb.threads/create-fail.c: Include unistd.h.
19539 * gdb.threads/killed.c: Likewise.
19540 * gdb.threads/linux-dp.c: Likewise.
19541 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19542 * gdb.threads/non-ldr-exc-2.c: Likewise.
19543 * gdb.threads/non-ldr-exc-3.c: Likewise.
19544 * gdb.threads/non-ldr-exc-4.c: Likewise.
19545 * gdb.threads/pthreads.c: Include unistd.h.
19546 (main): Declare returns int.
19547 * gdb.threads/tls-main.c (foo): New declaration.
19548 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19549
f7e5394d
SM
195502015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19551
19552 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19553 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19554
743649fd
MW
195552015-01-15 Mark Wielaard <mjw@redhat.com>
19556
19557 * gdb.base/noreturn-return.c: New file.
19558 * gdb.base/noreturn-return.exp: New file.
19559 * gdb.base/noreturn-finish.c: New file.
19560 * gdb.base/noreturn-finish.exp: New file.
19561
198297aa
PA
195622015-01-23 Pedro Alves <palves@redhat.com>
19563
19564 * gdb.threads/continue-pending-after-query.c: New file.
19565 * gdb.threads/continue-pending-after-query.exp: New file.
19566
717cf30c
AG
195672015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19568 Simon Marchi <simon.marchi@ericsson.com>
19569
19570 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19571 * gdb.base/valgrind-db-attach.exp: Same.
19572 * gdb.base/valgrind-infcall.exp: Same.
19573 * lib/mi-support.exp (default_mi_gdb_start): Same.
19574 * lib/prompt.exp (default_prompt_gdb_start): Same.
19575 * lib/gdb.exp (default_gdb_spawn): Same.
19576 (gdb_interact): New.
19577
19578
4b62a76e
JK
195792015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19580
19581 * gdb.compile/compile.exp (pointer to jit function): New test.
19582
b4cdae6f
WW
195832015-01-17 Wei-cheng Wang <cole945@gmail.com>
19584
19585 * lib/gdb.exp (supports_process_record): Return true for
19586 powerpc*-*-linux*.
19587 (supports_reverse): Likewise.
19588
d221e7ef
DB
195892015-01-15 Don Breazeal <donb@codesourcery.com>
19590
19591 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19592 instead of checking whether the target board is remote and
19593 use spawn_wait_for_attach instead of exec/sleep.
19594 * gdb.base/attach-twice.exp: Likewise.
19595
bafffb51
JB
195962015-01-15 Joel Brobecker <brobecker@adacore.com>
19597
19598 * gdb.ada/var_arr_attrs: New testcase.
19599
5589af0e
PA
196002015-01-14 Pedro Alves <palves@redhat.com>
19601 Joel Brobecker <brobecker@adacore.com>
19602
19603 PR gdb/17525
19604 * gdb.base/bp-cmds-execution-x-script.c: New file.
19605 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19606 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19607
6c400b59
PA
196082015-01-14 Pedro Alves <palves@redhat.com>
19609
19610 PR cli/17828
19611 * gdb.base/batch-preserve-term-settings.c: New file.
19612 * gdb.base/batch-preserve-term-settings.exp: New file.
19613
e02c96a7
DE
196142015-01-13 Doug Evans <dje@google.com>
19615
19616 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19617 binary.
19618
576fd14c
JB
196192015-01-13 Joel Brobecker <brobecker@adacore.com>
19620
19621 * Makefile.in (clean mostlyclean): Do not delete *.py.
19622
04dccad0
JB
196232015-01-13 Joel Brobecker <brobecker@adacore.com>
19624
19625 * gdb.python/py-lookup-type.exp: New file.
19626
3d230f71
PA
196272015-01-12 Pedro Alves <palves@redhat.com>
19628
19629 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19630 restore GDBFLAGS before returning.
19631
7e67715d
JK
196322015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19633
19634 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19635 is_amd64_regs_target and is_x86_like_target.
19636
f2e0d4b4
DE
196372015-01-11 Doug Evans <xdje42@gmail.com>
19638
19639 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19640 is given without an explicit form.
19641 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19642 attributes.
19643 * gdb.dwarf/corrupt.exp: Ditto.
19644 * gdb.dwarf2/enum-type.exp: Ditto.
19645 * gdb.trace/entry-values.exp: Ditto.
19646 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19647
439250fb
DE
196482015-01-11 Doug Evans <xdje42@gmail.com>
19649
19650 PR gdb/15830
19651 * gdb.base/maint.exp: Remove references to "maint demangle".
19652 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19653 Add tests for explicitly specifying language to demangle.
19654 * gdb.dlang/demangle.exp: Ditto.
19655
ede9f622
PA
196562015-01-09 Pedro Alves <palves@redhat.com>
19657
19658 * gdb.threads/non-stop-fair-events.c: New file.
19659 * gdb.threads/non-stop-fair-events.exp: New file.
19660
a7b796db
PA
196612015-01-09 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19664 the global scope. Set a breakpoint after all threads are started
19665 rather than stepping over two source lines. Expect the prompt.
19666 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19667 global.
19668 (NUM): Now 15.
19669 (main): Use threads_started_barrier to wait for all threads to
19670 start. Main thread no longer calls thread_function. Exit after
19671 180 seconds.
19672 (loop): New function.
19673 (thread_function): Wait on threads_started_barrier barrier. Call
19674 'loop' at each iteration.
19675 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19676 threads have started, instead of hardcoding number of "next"
19677 steps. Use an access watchpoint instead of a write watchpoint.
19678
9665ffdd
PA
196792015-01-09 Pedro Alves <palves@redhat.com>
19680
19681 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19682 (thread_func): Wait on barrier.
19683 (main): Wait for all threads to start before stopping GDB.
19684 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19685 global.
19686 (thread1_func, thread2_func): Wait on barrier.
19687 (main): Wait for all threads to start before stopping GDB.
19688 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19689 New global.
19690 (thread1_func, thread2_func): Wait on barrier.
19691 (main): Wait for all threads to start before stopping GDB.
19692
c945a99f
PA
196932015-01-09 Pedro Alves <palves@redhat.com>
19694
19695 * gdb.threads/attach-many-short-lived-threads.c: New file.
19696 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19697
c1a747c1
PA
196982014-01-09 Pedro Alves <palves@redhat.com>
19699
19700 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19701 instead of to thread 2.
19702 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19703 Add barrier around each pthread_create call instead of around all
19704 calls.
19705 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19706 Set a break on thread_function and have the child threads hit it
19707 one at at a time.
19708
60b3033e
PA
197092015-01-09 Pedro Alves <palves@redhat.com>
19710
19711 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19712 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19713 false.
19714 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19715 checking whether the target board is remote.
19716 * gdb.multi/multi-attach.exp: Likewise.
19717 * gdb.python/py-sync-interp.exp: Likewise.
19718 * gdb.server/ext-attach.exp: Likewise.
19719 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19720 tests that need to attach, instead of checking whether the target
19721 board is remote at the top of the file.
19722
acc018ac
YQ
197232015-01-08 Yao Qi <yao@codesourcery.com>
19724
19725 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19726
50a18af8
JK
197272015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19728
19729 Fix testcase compilation.
19730 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19731
8503d6e1
JB
197322015-01-06 Joel Brobecker <brobecker@adacore.com>
19733
19734 * gdb.python/py-type.exp: Add a couple test about empty
19735 array creation, and negative-length array creation.
19736
cc73dbcc
DE
197372015-01-02 Doug Evans <xdje42@gmail.com>
19738
19739 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19740
0300bbc7
DE
197412015-01-02 Doug Evans <dje@google.com>
19742
19743 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19744
9d85a0ec
YQ
197452014-12-29 Yao Qi <yao@codesourcery.com>
19746
19747 * gdb.trace/entry-values.exp: Update comments. Rename variable
19748 bar_call_foo to returned_from_foo.
19749
87186c6a
MMN
197502014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19751
19752 PR gdb/17394
19753 * gdb.linespec/break-asm-file.c: New file.
19754 * gdb.linespec/break-asm-file.exp: New file.
19755 * gdb.linespec/break-asm-file0.s: New file.
19756 * gdb.linespec/break-asm-file1.s: New file.
19757
1bab7383
YQ
197582014-12-18 Nigel Stephens <nigel@mips.com>
19759 Maciej W. Rozycki <macro@codesourcery.com>
19760
19761 * gdb.base/float.exp: Handle the new output from "info float" on
19762 MIPS targets.
19763
1bc1068a
JK
197642014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19765
19766 Fix MinGW compilation.
19767 * gdb.compile/compile-ops.exp: Update untested message if
19768 !skip_compile_feature_tests.
19769 * gdb.compile/compile-setjmp.exp: Likewise.
19770 * gdb.compile/compile-tls.exp: Likewise.
19771 * gdb.compile/compile.exp: Likewise.
19772 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19773 supported on this host".
19774
b6615d10
DE
197752014-12-16 Doug Evans <xdje42@gmail.com>
19776
19777 * boards/stabs.exp: New file.
19778
25dda427
AA
197792014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19780
19781 * gdb.base/completion.exp: Adjust to format changes of "maint
19782 print user-registers".
19783
bf330350
CU
197842014-12-16 Catalin Udma <catalin.udma@freescale.com>
19785
19786 PR server/17457
19787 * gdb.arch/aarch64-fp.c: New file.
19788 * gdb.arch/aarch64-fp.exp: New file.
19789
395cf596
SDJ
197902014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19791
19792 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19793 r210637, r210913, r211666, r215400, r215817).
19794
19795 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19796 * dg-extract-results.py: New file.
19797 * dg-extract-results.sh: Use it if the environment seems
19798 suitable.
19799
19800 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19801
19802 * dg-extract-results.py (parse_run): Handle warnings that
19803 are printed before a test harness is run.
19804
19805 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19806
19807 * dg-extract-results.py (Named): Remove __cmp__ method.
19808 (output_variation): Use a key to sort variation.harnesses.
19809
19810 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19811
19812 * dg-extract-results.py: For Python 3, force sys.stdout to
19813 handle surrogate escape sequences.
19814 (safe_open): New function.
19815 (output_segment, main): Use it.
19816
19817 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19818
19819 * dg-extract-results.py (Prog.result_re): Include options
19820 in test name.
19821
19822 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19823
19824 * dg-extract-results.py (output_variation): Always sort if
19825 do_sum.
19826
e882ef3c
SM
198272014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19828
19829 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19830 as long as we get pagination notifications.
19831
4992aa20
JM
198322014-12-15 Jason Merrill <jason@redhat.com>
19833
19834 * Makefile.in (check-gdb.%): Restore.
19835 * README: Mention it.
19836
c1b5a1a6
JB
198372014-12-13 Joel Brobecker <brobecker@adacore.com>
19838
19839 * gdb.ada/str_uninit: New testcase.
19840
5537b577
JK
198412014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19842
19843 PR symtab/17642
19844 * gdb.base/vla-stub-define.c: New file.
19845 * gdb.base/vla-stub.c: New file.
19846 * gdb.base/vla-stub.exp: New file.
19847
bb2ec1b3
TT
198482014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19849 Jan Kratochvil <jan.kratochvil@redhat.com>
19850 Tom Tromey <tromey@redhat.com>
19851
19852 * configure.ac: Add gdb.compile/.
19853 * configure: Regenerate.
19854 * gdb.compile/Makefile.in: New file.
19855 * gdb.compile/compile-ops.exp: New file.
19856 * gdb.compile/compile-ops.c: New file.
19857 * gdb.compile/compile-tls.c: New file.
19858 * gdb.compile/compile-tls.exp: New file.
19859 * gdb.compile/compile-constvar.S: New file.
19860 * gdb.compile/compile-constvar.c: New file.
19861 * gdb.compile/compile-mod.c: New file.
19862 * gdb.compile/compile-nodebug.c: New file.
19863 * gdb.compile/compile-setjmp-mod.c: New file.
19864 * gdb.compile/compile-setjmp.c: New file.
19865 * gdb.compile/compile-setjmp.exp: New file.
19866 * gdb.compile/compile-shlib.c: New file.
19867 * gdb.compile/compile.c: New file.
19868 * gdb.compile/compile.exp: New file.
19869 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19870
4ff709eb
TT
198712014-12-12 Tom Tromey <tromey@redhat.com>
19872
19873 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19874 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19875
6dddd6a5
DE
198762014-12-12 Doug Evans <dje@google.com>
19877
19878 * lib/gdb-python.exp (get_python_valueof): New function.
19879 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19880
71c24708
AA
198812014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19882
19883 * gdb.base/completion.exp: Add test for completion of "info
19884 registers ".
19885
3e29f34a
MR
198862014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19887
19888 * gdb.base/func-ptrs.c: New file.
19889 * gdb.base/func-ptrs.exp: New file.
19890
fc126975
SM
198912014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19892
19893 PR breakpoints/17012
19894 * gdb.base/dprintf-detach.c: New file.
19895 * gdb.base/dprintf-detach.exp: New file.
19896
0a46d518
SM
198972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19898
19899 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19900 * lib/gdb.exp (target_is_gdbserver): New procedure.
19901
a0be3e44
DE
199022014-12-08 Doug Evans <dje@google.com>
19903
19904 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19905
df1b803a
YQ
199062014-12-05 Yao Qi <yao@codesourcery.com>
19907
19908 * gdb.guile/scm-error.exp: Remove the third argument to
19909 gdb_remote_download.
19910 * gdb.guile/scm-frame-args.exp: Likewise.
19911 * gdb.guile/scm-section-script.exp: Likewise.
19912
ddb9f679
YQ
199132014-12-05 Yao Qi <yao@codesourcery.com>
19914
19915 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19916
86e4ed39
DE
199172014-12-04 Doug Evans <dje@google.com>
19918
19919 * gdb.python/py-objfile.exp: Add tests for
19920 objfile.add_separate_debug_file.
19921
7c50a931
DE
199222014-12-04 Doug Evans <dje@google.com>
19923
19924 * lib/gdb.exp (get_build_id): New function.
19925 (build_id_debug_filename_get): Rewrite to use it.
19926 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19927
621661e3
MR
199282014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19929
19930 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19931 `method(long)', not just 0x0.
19932 * gdb.cp/nsalias.exp: Align code labels to 4.
19933 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19934 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19935 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19936 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19937 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19938 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19939
29f0c3b7
DE
199402014-12-02 Doug Evans <dje@google.com>
19941
e1e061e7 19942 PR symtab/17602
29f0c3b7 19943 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 19944 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
19945 * gdb.cp/anon-ns.exp: Update.
19946
162078c8
NB
199472014-12-02 Nick Bull <nicholaspbull@gmail.com>
19948
19949 * gdb.python/py-events.py (inferior_call_handler): New.
19950 (register_changed_handler, memory_changed_handler): New.
19951 (test_events.invoke): Register new handlers.
19952 * gdb.python/py-events.exp: Add tests for inferior call,
19953 memory_changed and register_changed events.
19954
fdb09caf
AA
199552014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19956
19957 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19958 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19959 if the linker doesn't understand this.
19960
55cfb2c4
SM
199612014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19962
19963 * gdb.python/python.exp: Change expected reply to help().
19964
9e8cd6df
YQ
199652014-12-01 Yao Qi <yao@codesourcery.com>
19966
19967 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19968 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19969 * configure: Re-generated.
19970
6c659fc2
SC
199712014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19972
19973 * gdb.cp/chained-calls.cc: New file.
19974 * gdb.cp/chained-calls.exp: New file.
19975 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19976
d7fc3181
SM
199772014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19978
19979 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19980 * gdb.dwarf2/symtab-producer.exp: Same.
19981 * gdb.gdb/python-interrupts.exp: Same.
19982 * gdb.gdb/python-selftest.exp: Same.
19983 * gdb.python/py-linetable.exp: Same.
19984 * gdb.python/py-type.exp: Same.
19985 * gdb.python/py-value-cc.exp: Same.
19986 * gdb.python/py-value.exp: Same.
19987
10e79639
YQ
199882014-11-28 Yao Qi <yao@codesourcery.com>
19989
19990 * gdb.base/break-probes.exp: Match library name prefixed with
19991 sysroot.
19992
f28a0564
SM
199932014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19994
19995 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19996 test expected output. Add parentheses for the call to print.
19997 Remove L suffix from integers.
19998
3fe1ce1d
DE
199992014-11-26 Doug Evans <dje@google.com>
20000
20001 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20002
84429e27
YQ
200032014-11-22 Yao Qi <yao@codesourcery.com>
20004
20005 * gdb.trace/entry-values.c: Remove asms.
20006 (foo): Add foo_label.
20007 (bar): Add bar_label.
20008 * gdb.trace/entry-values.exp: Remove code computing foo's
20009 length and bar's length.
20010 (Dwarf::assemble): Invoke function_range for bar and use
20011 MACRO_AT_func for foo.
20012
26741859
YQ
200132014-11-22 Yao Qi <yao@codesourcery.com>
20014
20015 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20016 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20017 Use .Lgcc43_procstart instead of gcc43.
20018
45e44d27
JB
200192014-11-21 Joel Brobecker <brobecker@adacore.com>
20020
20021 * gdb.ada/n_arr_bound: New testcase.
20022
458c8db8
SDJ
200232014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20024
20025 PR breakpoints/10737
20026 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20027 test_catch_syscall_multi_arch.
20028 (test_catch_syscall_multi_arch): New function.
20029
43f3e411
DE
200302014-11-20 Doug Evans <xdje42@gmail.com>
20031
20032 * gdb.base/maint.exp: Update expected output.
20033
0d7b2549
AA
200342014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20035
20036 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20037 4-byte instruction on S390.
20038
8908fca5
JB
200392014-11-19 Joel Brobecker <brobecker@adacore.com>
20040
20041 * gdb.ada/arr_arr: New testcase.
20042
4a46959e
JB
200432014-11-19 Joel Brobecker <brobecker@adacore.com>
20044
20045 * gdb.ada/pkd_arr_elem: New Testcase.
20046
470e2f4e
LM
200472014-11-18 Luis Machado <lgustavo@codesourcery.com>
20048
20049 * gdb.reverse/break-precsave: Expect completion message for
20050 core file reads.
20051 * gdb.reverse/consecutive-precsave.exp: Likewise.
20052 * gdb.reverse/finish-precsave.exp: Likewise.
20053 * gdb.reverse/i386-precsave.exp: Likewise.
20054 * gdb.reverse/machinestate-precsave.exp: Likewise.
20055 * gdb.reverse/sigall-precsave.exp: Likewise.
20056 * gdb.reverse/solib-precsave.exp: Likewise.
20057 * gdb.reverse/step-precsave.exp: Likewise.
20058 * gdb.reverse/until-precsave.exp: Likewise.
20059 * gdb.reverse/watch-precsave.exp: Likewise.
20060
a267f3ad
AA
200612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20062
20063 * gdb.base/bp-permanent.c: Include unistd.h.
20064 * gdb.python/py-framefilter-mi.c (main): Add return type.
20065 * gdb.python/py-framefilter.c (main): Likewise.
20066 * gdb.trace/actions-changed.c (main): Likewise.
20067
12084a9a
AA
200682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20069
20070 * gdb.mi/until.c: Add eye-catchers.
20071 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20072 line numbers.
20073
dc7e1a77
AA
200742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20075
20076 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20077 function header variants in break1.c.
20078 * gdb.base/ena-dis-br.exp: Likewise.
20079 * gdb.base/hbreak2.exp: Likewise.
20080 * gdb.reverse/until-precsave.exp: Drop references to removed
20081 non-prototype function header variants in ur1.c.
20082 * gdb.reverse/until-reverse.exp: Likewise.
20083
41c77605
PM
200842014-11-17 Petr Machata <pmachata@redhat.com>
20085
20086 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20087 ${_cu_offset_size} bytes abbrev offset.
20088
34248c3a
DE
200892014-11-15 Doug Evans <xdje42@gmail.com>
20090
20091 PR symtab/17559
20092 * gdb.base/line-symtabs.exp: New file.
20093 * gdb.base/line-symtabs.c: New file.
20094 * gdb.base/line-symtabs.h: New file.
20095
646da059
YQ
200962014-11-14 Yao Qi <yao@codesourcery.com>
20097
20098 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20099 (func): Add label func_label.
20100 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20101 Replace low_pc and high_pc with MACRO_AT_range.
20102 Replace name, low_pc and high_pc with MACRO_AT_func.
20103
9301ebe6
YQ
201042014-11-14 Yao Qi <yao@codesourcery.com>
20105
20106 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20107 Replace name, low_pc and high_pc with MACRO_AT_func.
20108
f166b542
YQ
201092014-11-14 Yao Qi <yao@codesourcery.com>
20110
20111 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20112 produce debug information.
20113 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20114
0f6e71e3
YQ
201152014-11-14 Yao Qi <yao@codesourcery.com>
20116
20117 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20118 object and get function length.
20119 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20120 with MACRO_AT_func.
20121 (top-level): Replace gdb_compile and clean_restart with
20122 prepare_for_testing.
20123 * gdb.dwarf2/main.c (main): Add label main_label.
20124
876c4df9
YQ
201252014-11-14 Yao Qi <yao@codesourcery.com>
20126
20127 * lib/dwarf.exp (function_range): New procedure.
20128 (Dwarf::_handle_macro_at_func): New procedure.
20129 (Dwarf::_handle_macro_at_range): New procedure.
20130 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20131
02ad9cf1
YQ
201322014-11-14 Yao Qi <yao@codesourcery.com>
20133
20134 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20135 (_handle_attribute): New procedure.
20136
a59add0c
AA
201372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20138
20139 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20140 * gdb.base/call-sc.c (zed): Likewise.
20141 * gdb.base/checkpoint.c (main): Likewise.
20142 * gdb.base/dump.c (main): Likewise.
20143 * gdb.base/gcore.c (main): Likewise.
20144 * gdb.base/huge.c (main): Likewise.
20145 * gdb.base/multi-forks.c (main): Likewise.
20146 * gdb.base/pr10179-a.c (main): Likewise.
20147 * gdb.base/savedregs.c (main): Likewise.
20148 * gdb.base/sigaltstack.c (main): Likewise.
20149 * gdb.base/siginfo.c (main): Likewise.
20150 * gdb.base/structs.c (zed): Likewise.
20151 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20152 * gdb.mi/mi-syn-frame.c (main): Likewise.
20153 * gdb.mi/until.c (foo, main): Likewise.
20154 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20155 * gdb.base/solib-weak.c (foo): Declare.
20156 * gdb.base/attach-twice.c: Include stdio.h.
20157 * gdb.base/weaklib1.c: Likewise.
20158 * gdb.base/weaklib2.c: Likewise.
20159 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20160 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20161 unistd.h.
20162 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20163 * gdb.mi/mi-exit-code.c: Likewise.
20164 * gdb.base/break-interp-lib.c: Include string.h.
20165 * gdb.base/coremaker.c: Likewise.
20166 * gdb.base/testenv.c: Likewise.
20167 * gdb.python/py-finish-breakpoint.c: Likewise.
20168 * gdb.base/inferior-died.c: Include sys/wait.h.
20169 * gdb.base/fileio.c: Include time.h.
20170 * gdb.base/async-shell.c: Include unistd.h.
20171 * gdb.base/dprintf-non-stop.c: Likewise.
20172 * gdb.base/info-os.c: Likewise.
20173 * gdb.mi/mi-console.c: Likewise.
20174 * gdb.mi/watch-nonstop.c: Likewise.
20175 * gdb.python/py-events.c: Likewise.
20176 * gdb.base/async.c (baz): Move up before its invocation.
20177 * gdb.base/code_elim2.c (my_global_func): Likewise.
20178 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20179 * gdb.base/advance.c (func2): Likewise.
20180
3b5d5997
AA
201812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20182
20183 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20184 variant.
20185 * gdb.base/annota3.c: Likewise.
20186 * gdb.base/async.c: Likewise.
20187 * gdb.base/average.c: Likewise.
20188 * gdb.base/call-ar-st.c: Likewise.
20189 * gdb.base/call-rt-st.c: Likewise.
20190 * gdb.base/call-sc.c: Likewise.
20191 * gdb.base/call-strs.c: Likewise.
20192 * gdb.base/ending-run.c: Likewise.
20193 * gdb.base/execd-prog.c: Likewise.
20194 * gdb.base/exprs.c: Likewise.
20195 * gdb.base/foll-exec.c: Likewise.
20196 * gdb.base/foll-fork.c: Likewise.
20197 * gdb.base/foll-vfork.c: Likewise.
20198 * gdb.base/funcargs.c: Likewise.
20199 * gdb.base/gcore.c: Likewise.
20200 * gdb.base/jump.c: Likewise.
20201 * gdb.base/langs0.c: Likewise.
20202 * gdb.base/langs1.c: Likewise.
20203 * gdb.base/langs2.c: Likewise.
20204 * gdb.base/mips_pro.c: Likewise.
20205 * gdb.base/nodebug.c: Likewise.
20206 * gdb.base/opaque0.c: Likewise.
20207 * gdb.base/opaque1.c: Likewise.
20208 * gdb.base/recurse.c: Likewise.
20209 * gdb.base/run.c: Likewise.
20210 * gdb.base/scope0.c: Likewise.
20211 * gdb.base/scope1.c: Likewise.
20212 * gdb.base/setshow.c: Likewise.
20213 * gdb.base/setvar.c: Likewise.
20214 * gdb.base/shmain.c: Likewise.
20215 * gdb.base/shr1.c: Likewise.
20216 * gdb.base/shr2.c: Likewise.
20217 * gdb.base/sigall.c: Likewise.
20218 * gdb.base/signals.c: Likewise.
20219 * gdb.base/so-indr-cl.c: Likewise.
20220 * gdb.base/solib2.c: Likewise.
20221 * gdb.base/structs.c: Likewise.
20222 * gdb.base/sum.c: Likewise.
20223 * gdb.base/vforked-prog.c: Likewise.
20224 * gdb.base/watchpoint.c: Likewise.
20225 * gdb.reverse/shr2.c: Likewise.
20226 * gdb.reverse/until-reverse.c: Likewise.
20227 * gdb.reverse/ur1.c: Likewise.
20228 * gdb.reverse/watch-reverse.c: Likewise.
20229
066a77c5
AA
202302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20231
20232 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20233 variant.
20234 * gdb.base/sepdebug.exp: Drop references to removed code.
20235
4f204ea5
AA
202362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20237
20238 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20239 variant. Preserve original line numbering.
20240 * gdb.base/list1.c: Likewise.
20241
3b377a3a
AA
202422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20243
20244 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20245 variant.
20246 * gdb.base/break1.c: Likewise.
20247 * gdb.base/break.exp: Drop references to removed code.
20248
e444df73
AA
202492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20250
20251 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20252 variant.
20253
8008f2a7
AA
202542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20255
20256 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20257
a5a06887
AA
202582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20259
20260 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20261 logic into perform_all_tests() and invoke it with and without
20262 function header prototypes.
20263 (do_function_calls): Remove conditional XFAIL for PR 5318.
20264 (rerun_and_prepare): Remove duplicate code.
20265 (perform_all_tests): New. Main logic moved here.
20266
44dba9b9
AA
202672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20268
20269 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20270 code guarded by #ifdef NO_PROTOTYPES.
20271 (t_double_many_args): Likewise.
20272 (DEF_FUNC_MANY_ARGS_1): Likewise.
20273 (DEF_FUNC_VALUES_1): Likewise.
20274 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20275 guarded by #ifdef PROTOTYPES.
20276
d1fbcd56
AA
202772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20278
20279 * gdb.mi/mi-console.c: Add eye-catcher.
20280 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20281 instead of literal line number.
20282
b0e59b8f
AA
202832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20284
20285 * gdb.base/shr2.c: Add eye-catcher.
20286 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20287 line number.
20288
78f98cca
AA
202892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20290
20291 * gdb.base/jump.c: Add eye-catchers.
20292 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20293 numbers.
20294
58fa2af0
AA
202952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20296
20297 * gdb.base/execd-prog.c: Add eye-catchers.
20298 * gdb.base/foll-exec.c: Likewise.
20299 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20300 line numbers.
20301
04e5059b
AA
203022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20303
20304 * gdb.base/ending-run.c: Add eye-catchers.
20305 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20306 literal line numbers.
20307
dbfdb174
AA
203082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20309
20310 * gdb.base/call-rt-st.c: Add eye-catchers.
20311 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20312 literal line numbers.
20313
888a2ade
AA
203142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20315
20316 * gdb.base/call-ar-st.c: Add eye-catchers.
20317 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20318 literal line numbers.
20319
6acc2dde
AA
203202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20321
20322 * gdb.base/average.c: Add eye-catchers.
20323 * gdb.base/sum.c: Likewise.
20324 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20325 regexps dynamically.
20326
9ecfcd1d
AA
203272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20328
20329 * gdb.base/solib1.c: Add eye-catchers.
20330 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20331 literal line numbers.
20332
78708b7c
PA
203332014-11-12 Pedro Alves <palves@redhat.com>
20334
20335 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20336 leader has exited.
20337
af48d08f
PA
203382014-11-12 Pedro Alves <palves@redhat.com>
20339
20340 * gdb.arch/i386-bp_permanent.c: New file.
20341 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20342 (srcfile): Set to i386-bp_permanent.c.
20343 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20344 that stepi does not execute the 'leave' instruction, instead of
20345 testing it does execute.
20346 * gdb.base/bp-permanent.c: New file.
20347 * gdb.base/bp-permanent.exp: New file.
20348
af3768e9
DE
203492014-11-10 Doug Evans <xdje42@gmail.com>
20350
20351 PR symtab/17564
20352 * gdb.base/symtab-search-order.exp: New file.
20353 * gdb.base/symtab-search-order.c: New file.
20354 * gdb.base/symtab-search-order-1.c: New file.
20355 * gdb.base/symtab-search-order-shlib-1.c: New file.
20356
9de00a4a
PA
203572014-11-07 Pedro Alves <palves@redhat.com>
20358
20359 PR gdb/17511
20360 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20361 i?86-*-linux*.
20362
e0f52461
SC
203632014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20364
20365 PR c++/17494
20366 * gdb.cp/pr17494.cc: New file.
20367 * gdb.cp/pr17494.exp: New file.
20368
6ce8c980
YQ
203692014-11-02 Yao Qi <yao@codesourcery.com>
20370
20371 * gdb.python/python.exp: Get working directory and match the
20372 output of "set extended-prompt \\w " with it.
20373
02be9a71
DE
203742014-10-30 Doug Evans <dje@google.com>
20375
20376 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20377 in objfiles.
20378 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20379 in progspaces.
20380
3bdff46b
LM
203812014-10-30 Janis Johnson <janisjo@codesourcery.com>
20382
20383 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20384 * gdb.base/realname-expand.exp: Likewise.
20385 * gdb.linespec/macro-relative.exp: Likewise.
20386
ab917dfb
PA
203872014-10-29 Pedro Alves <palves@redhat.com>
20388
20389 PR gdb/17408
20390 * gdb.threads/schedlock.c (some_function): New function.
20391 (call_function): New global.
20392 (MAYBE_CALL_SOME_FUNCTION): New macro.
20393 (thread_function): Call it.
20394 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20395 and use it instead of a global counter. Adjust all callers.
20396 (get_current_thread): Use "find current thread" for test message
20397 here rather than having all callers pass down the same string.
20398 (goto_loop): New procedure, factored out from ...
20399 (my_continue): ... this.
20400 (step_ten_loops): Change parameter from test message to command to
20401 use. Adjust.
20402 (list_count): Delete global.
20403 (check_result): New procedure, factored out from duplicate top
20404 level code.
20405 (continue tests): Wrap in with_test_prefix.
20406 (test_step): New procedure, factored out from duplicate top level
20407 code.
20408 (top level): Test "step" in combination with all scheduler-locking
20409 modes. Test "next" in combination with all scheduler-locking
20410 modes, and in combination with stepping over a function call or
20411 not.
20412 * gdb.threads/next-bp-other-thread.c: New file.
20413 * gdb.threads/next-bp-other-thread.exp: New file.
20414
d3d4baed
PA
204152014-10-29 Pedro Alves <palves@redhat.com>
20416
20417 PR python/17372
20418 * gdb.python/python.exp: Test a multi-line command that spawns
20419 interactive Python.
20420 * gdb.base/multi-line-starts-subshell.exp: New file.
20421
563e8d85
YQ
204222014-10-29 Yao Qi <yao@codesourcery.com>
20423
20424 * gdb.base/fileio.exp: Make directories on host.
20425
0ea4d52e
YQ
204262014-10-29 Yao Qi <yao@codesourcery.com>
20427
20428 * gdb.base/fileio.c (test_write): Close the file.
20429
7f5ef605
PA
204302014-10-28 Pedro Alves <palves@redhat.com>
20431
20432 PR gdb/12623
20433 * gdb.base/sigstep.c (no_handler): New global.
20434 (main): If 'no_handler is true, set the signal handlers to
20435 SIG_IGN.
20436 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20437 with_sw_watch and no_handler parameters. Handle them.
20438 (top level) <stepping over handler when stopped at a breakpoint
20439 test>: Add a test axis for testing with a software watchpoint, and
20440 another for testing with the signal handler set to SIG_IGN.
20441 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20442 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20443
abbdbd03
PA
204442014-10-28 Pedro Alves <palves@redhat.com>
20445
20446 PR gdb/17511
20447 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20448 * gdb.base/sigstep.exp (other_handler_location): New global.
20449 (advance): Support stepping into the signal handler, and running
20450 commands while in the handler.
20451 (in_handler_map): New global.
20452 (top level): In the advance test, add combinations for getting
20453 into the handler with stepping commands, and for running commands
20454 in the handler. Add comment descripting the advancei tests.
20455
1df4399f
PA
204562014-10-28 Pedro Alves <palves@redhat.com>
20457
20458 * gdb.base/sigstep.exp: Use build_executable instead of
20459 prepare_for_testing.
20460 (top level): Move code that starts GDB, runs to main and creates a
20461 display to ...
20462 (restart): ... this new procedure.
20463 (top level): Move backtrace from signal handler test to ...
20464 (validate_backtrace): ... this new procedure.
20465 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20466 with_test_prefix. Always restart GDB.
20467 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20468 with_test_prefix. Always restart GDB. No need to delete
20469 breakpoints after the test.
20470 (test_skip_handler): Remove prefix parameter.
20471 (skip_over_handler, breakpoint_to_handler)
20472 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20473 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20474 restart GDB. No need to delete breakpoints after the test.
20475 (top level): Use foreach to call the test procedures with
20476 different commands.
20477
a5b6e449
PA
204782014-10-28 Pedro Alves <palves@redhat.com>
20479
20480 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20481 instead of GNATS numbers.
20482 * gdb.base/sigbpt.exp: Likewise.
20483 * gdb.base/siginfo.exp: Likewise.
20484 * gdb.base/sigstep.exp: Likewise.
20485
e5f8a7cc
PA
204862014-10-27 Pedro Alves <palves@redhat.com>
20487
20488 * gdb.base/sigstep.c (dummy): New global.
20489 (main): Issue a couple writes to the new global.
20490 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20491 procedures.
20492 (skip_over_handler): Use test_skip_handler.
20493 (top level): Call skip_over_handler for stepi and nexti too.
20494 (breakpoint_over_handler): Use test_skip_handler.
20495 (top level): Call breakpoint_over_handler for stepi and nexti too.
20496
763905a3
YQ
204972014-10-27 Yao Qi <yao@codesourcery.com>
20498
20499 * gdb.trace/tfile.c (adjust_function_address)
20500 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20501 function descriptor.
20502
6f259a23
DB
205032014-10-24 Don Breazeal <donb@codesourcery.com>
20504
20505 * gdb.base/foll-fork.exp (test_follow_fork,
20506 catch_fork_child_follow): Check for updated fork messages emitted
20507 from infrun.c.
20508 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20509 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20510 vfork_and_exec_child_follow_through_step): Check for updated vfork
20511 messages emitted from infrun.c.
20512
09dd9a69
PA
205132014-10-24 Pedro Alves <palves@redhat.com>
20514
20515 * gdb.base/corefile.exp: Remove references to ultrix.
20516 * gdb.base/interrupt.exp: Likewise.
20517 * gdb.base/whatis.exp: Likewise.
20518 * gdb.gdb/selftest.exp: Likewise.
20519 * gdb.threads/manythreads.exp: Likewise.
20520 * gdb.threads/print-threads.exp: Likewise.
20521 * gdb.threads/pthreads.exp:: Likewise.
20522 * gdb.threads/schedlock.exp: Likewise.
20523
3433cfa5
SC
205242014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20525
20526 * gdb.cp/non-trivial-retval.cc: Add a test case.
20527 * gdb.cp/non-trivial-retval.exp: Add a test.
20528
092f880b
YQ
205292014-10-20 Yao Qi <yao@codesourcery.com>
20530
20531 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20532 * gdb.python/py-objfile-script-gdb.py: New file.
20533 * gdb.python/py-objfile-script.exp: Update reference to
20534 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20535 of remote_download. Remove the dest file.
20536
acbdb7f3
YQ
205372014-10-20 Yao Qi <yao@codesourcery.com>
20538
20539 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20540 * gdb.base/step-line.exp: Likewise.
20541 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20542 * gdb.dwarf2/dw2-basic.exp: Likewise.
20543 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20544 * gdb.dwarf2/dw2-filename.exp: Likewise.
20545 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20546 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20547 * gdb.dwarf2/dw2-producer.exp: Likewise.
20548 * gdb.dwarf2/mac-fileno.exp: Likewise.
20549 * gdb.python/py-frame-args.exp: Likewise.
20550 * gdb.python/py-framefilter.exp: Likewise.
20551 * gdb.python/py-mi.exp: Likewise.
20552 * gdb.python/py-objfile-script.exp: Likewise
20553 * gdb.python/py-pp-integral.exp: Likewise.
20554 * gdb.python/py-pp-re-notag.exp: Likewise.
20555 * gdb.python/py-prettyprint.exp: Likewise.
20556 * gdb.python/py-section-script.exp: Likewise.
20557 * gdb.python/py-typeprint.exp: Likewise.
20558 * gdb.python/py-xmethods.exp: Likewise.
20559 * gdb.stabs/weird.exp: Likewise.
20560 * gdb.xml/tdesc-regs.exp: Likewise.
20561
bd286a29
KCY
205622014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20563
20564 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20565 (out_cu): Use addr_len for the size of addresses.
20566 (out_line): Likewise. Size DW_LNE_set_address instruction
20567 according to addr_len.
20568 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20569 (FUNC): Add START_INSNS to definition.
20570
673dc4a0
YQ
205712014-10-18 Yao Qi <yao@codesourcery.com>
20572
20573 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20574 gdb_has_argv0 return true.
20575 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20576 check [target_info exists noargs], check [gdb_has_argv0]
20577 instead.
20578 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20579 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20580 procedures.
20581
4ffbba72
DE
205822014-10-17 Doug Evans <dje@google.com>
20583
20584 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20585 event.
20586 * gdb.python/py-events.py: Add clear_objfiles event.
20587
d096d8c1
DE
205882014-10-17 Doug Evans <dje@google.com>
20589
20590 * gdb.python/py-objfile.exp: Test progspace attribute.
20591
a80db015
LM
205922014-10-17 Luis Machado <lgustavo@codesourcery.com>
20593
20594 * gdb.guile/scm-breakpoint.exp: Do not assume any
20595 directory separators when matching source file paths.
20596 * gdb.python/py-breakpoint.exp: Likewise.
20597 * gdb.reverse/break-precsave.exp: Likewise.
20598 * gdb.reverse/break-reverse.exp: Likewise.
20599 * gdb.reverse/consecutive-precsave.exp: Likewise.
20600 * gdb.reverse/finish-precsave.exp: Likewise.
20601 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20602 * gdb.reverse/finish-reverse.exp: Likewise.
20603 * gdb.reverse/i386-precsave.exp: Likewise.
20604 * gdb.reverse/i387-env-reverse.exp: Likewise.
20605 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20606 * gdb.reverse/machinestate-precsave.exp: Likewise.
20607 * gdb.reverse/machinestate.exp: Likewise.
20608 * gdb.reverse/sigall-precsave.exp: Likewise.
20609 * gdb.reverse/solib-precsave.exp: Likewise.
20610 * gdb.reverse/step-precsave.exp: Likewise.
20611 * gdb.reverse/until-precsave.exp: Likewise.
20612 * gdb.reverse/watch-precsave.exp: Likewise.
20613 * gdb.reverse/watch-reverse.exp: Likewise.
20614
b22089ab
YQ
206152014-10-17 Yao Qi <yao@codesourcery.com>
20616
20617 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20618 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20619
6c4486e6
PA
206202014-10-17 Pedro Alves <palves@redhat.com>
20621
20622 PR gdb/17471
20623 * gdb.base/bg-execution-repeat.c: New file.
20624 * gdb.base/bg-execution-repeat.exp: New file.
20625
0ff33695
PA
206262014-10-17 Pedro Alves <palves@redhat.com>
20627
20628 PR gdb/17300
20629 * gdb.base/continue-all-already-running.c: New file.
20630 * gdb.base/continue-all-already-running.exp: New file.
20631
6fdebc3d
PA
206322014-10-17 Pedro Alves <palves@redhat.com>
20633
20634 PR gdb/17472
20635 * gdb.base/annota-input-while-running.c: New file.
20636 * gdb.base/annota-input-while-running.exp: New file.
20637
32a8097b
PA
206382014-10-17 Pedro Alves <palves@redhat.com>
20639
20640 * gdb.base/callfuncs.exp: emove references to osf.
20641 * gdb.base/sigall.exp: Likewise.
20642 * gdb.gdb/selftest.exp: Likewise.
20643 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20644 * gdb.mi/non-stop.c: Likewise.
20645 * gdb.mi/pthreads.c: Likewise.
20646 * gdb.reverse/sigall-precsave.exp: Likewise.
20647 * gdb.reverse/sigall-reverse.exp: Likewise.
20648 * gdb.threads/pthreads.c: Likewise.
20649 * gdb.threads/pthreads.exp: Likewise.
20650
7a3517ff
YQ
206512014-10-17 Yao Qi <yao@codesourcery.com>
20652
20653 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20654 check 'target_info exists noargs'.
20655 (test_command_prompt_position): Likewise.
20656 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20657 Remove "set args".
20658 (progvar_simple_while_test): Likewise.
20659 (progvar_complex_if_while_test): Likewise.
20660 (if_while_breakpoint_command_test): Likewise.
20661 (infrun_breakpoint_command_test): Likewise.
20662 (breakpoint_command_test): Likewise.
20663 (watchpoint_command_test): Likewise.
20664 (bp_deleted_in_command_test): Likewise.
20665 (temporary_breakpoint_commands): Likewise.
20666
bb99c472
YQ
206672014-10-16 Yao Qi <yao@codesourcery.com>
20668
20669 * gdb.base/remotetimeout.exp: Remove noargs checking.
20670
7c16b83e
PA
206712014-10-15 Pedro Alves <palves@redhat.com>
20672
20673 PR breakpoints/9649
20674 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20675 * gdb.base/breakpoint-in-ro-region.exp
20676 (probe_target_hardware_step): New procedure.
20677 (top level): Probe hardware stepping and hardware breakpoint
20678 support. Test stepping through a read-only region, with both
20679 "breakpoint auto-hw" on and off and both "always-inserted" on and
20680 off.
20681
35a49624
IB
206822014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20683
20684 * gdb.dlang/demangle.exp: Update for demangling changes.
20685
2d1c107c
SC
206862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20687
20688 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20689 * gdb.cp/non-trivial-retval.exp: Add new tests.
20690
778811d5
SC
206912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20692
20693 PR c++/13403
20694 PR c++/15154
20695 * gdb.cp/non-trivial-retval.cc: New file.
20696 * gdb.cp/non-trivial-retval.exp: New file.
20697
10c5f0a8
YQ
206982014-10-15 Yao Qi <yao@codesourcery.com>
20699
20700 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20701 remote host.
20702
65d7b369
YQ
207032014-10-15 Yao Qi <yao@codesourcery.com>
20704
20705 * gdb.python/py-symbol.exp: Match file base name if host is
20706 remote, otherwise match file name with dir name.
20707 * gdb.python/py-symtab.exp: Likewise.
20708 * gdb.python/python.exp: Likewise.
20709
46dc1394
YQ
207102014-10-15 Yao Qi <yao@codesourcery.com>
20711
20712 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20713 pattern.
20714 * gdb.python/py-symtab.exp: Likewise.
20715 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20716 locationn.
20717
c40cc657
JB
207182014-10-14 Joel Brobecker <brobecker@adacore.com>
20719
20720 * gdb.ada/addr_arith: New testcase.
20721
2abf49e1
MR
207222014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20723
20724 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20725 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20726 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20727 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20728
f7088df3
SDJ
207292014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20730
20731 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20732 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20733 * gdb.arch/stap-eval-lang-ada.exp: New file.
20734
4dc06805
YQ
207352014-10-14 Yao Qi <yao@codesourcery.com>
20736
20737 * gdb.mi/mi-var-child.c (nothing1): New function.
20738 (nothing2): New function.
20739 (do_children_tests): Set function pointers by nothing1 and
20740 nothing2.
20741 * gdb.mi/mi-var-child.exp: Step over new added statements.
20742 Update test to match the new output.
20743 * gdb.mi/var-cmd.c (nothing1): New function.
20744 (nothing2): New function.
20745 (do_children_tests): Set function pointers by nothing1 and
20746 nothing2.
20747 * gdb.mi/mi-var-display.exp: Update test to match output.
20748 Step to the line specified by $line_dct_nothing.
20749 Increase the number of lines to step.
20750
46a93de2
YQ
207512014-10-14 Yao Qi <yao@codesourcery.com>
20752
20753 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20754 tests.
20755 * gdb.mi/mi2-var-child.exp: Likewise.
20756
14ea52ee
DE
207572014-10-13 Doug Evans <dje@google.com>
20758
20759 * gdb.python/py-objfile.exp: Change name of file name test.
20760
e5c6e92b
DE
207612014-10-13 Doug Evans <dje@google.com>
20762
20763 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20764 from the start of the CU.
20765
c780cc2f
JK
207662014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20767 Yao Qi <yao@codesourcery.com>
20768
20769 Fix "save breakpoints" for "catch" command.
20770 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20771 Remove -nonewline. Match also the added "main" line.
20772
99894e11
JK
207732014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20774
20775 Fix "save breakpoints" for "disable $bpnum" command.
20776 * gdb.base/save-bp.c (main): Add label.
20777 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20778
6e1ac5a3
JK
207792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20780
20781 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20782
754dd2b0
YQ
207832014-10-11 Yao Qi <yao@codesourcery.com>
20784
20785 * gdb.server/server-kill.exp: Execute command
20786 "set remote trace-status-packet on" before "tstatus".
20787
f90183d7
YQ
207882014-10-11 Yao Qi <yao@codesourcery.com>
20789
20790 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20791 (main): Call getppid.
20792 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20793 and continue to it. Read variable "server_pid".
20794
bf40a607
YQ
207952014-10-11 Yao Qi <yao@codesourcery.com>
20796
20797 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20798
052ca370
YQ
207992014-10-11 Yao Qi <yao@codesourcery.com>
20800
20801 * gdb.threads/thread-find.exp: Don't execute command
20802 "info threads".
20803 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20804 * gdb.threads/linux-dp.exp: Don't check the condition
20805 $threads_created equals to zero.
20806
3831839c
PA
208072014-10-10 Pedro Alves <palves@redhat.com>
20808
20809 * gdb.base/bigcore.exp: Remove references to IRIX.
20810 * gdb.base/funcargs.exp: Likewise.
20811 * gdb.base/interrupt.exp: Likewise.
20812 * gdb.base/mips_pro.exp: Likewise.
20813 * gdb.base/nodebug.exp: Likewise.
20814 * gdb.base/setvar.exp: Likewise.
20815 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20816
8b9a549d
PA
208172014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20818 Pedro Alves <palves@redhat.com>
20819
20820 PR symtab/14466
20821 * gdb.base/vdso-warning.c: New file.
20822 * gdb.base/vdso-warning.exp: New file.
20823
d48ba5e8
DE
208242014-10-02 Doug Evans <dje@google.com>
20825
20826 * gdb.base/structs.c (main): Don't run forever.
20827
2278c276
PA
208282014-10-02 Pedro Alves <palves@redhat.com>
20829
20830 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20831 (top level) <stop threads 1, stop threads 2>: Use it.
20832
b57bacec
PA
208332014-10-02 Pedro Alves <palves@redhat.com>
20834
20835 * gdb.threads/break-while-running.exp (test): Add new
20836 'update_thread_list' argument. Skip "info threads" if false.
20837 (top level): Add new 'update_thread_list' axis.
20838
13fd3ff3
PA
208392014-10-02 Pedro Alves <palves@redhat.com>
20840
20841 PR breakpoints/17431
20842 * gdb.base/execl-update-breakpoints.c: New file.
20843 * gdb.base/execl-update-breakpoints.exp: New file.
20844
0fec99e8
PA
208452014-10-01 Pedro Alves <palves@redhat.com>
20846
20847 * gdb.base/breakpoint-in-ro-region.c: New file.
20848 * gdb.base/breakpoint-in-ro-region.exp: New file.
20849
2ddf4301
SM
208502014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20851
20852 * gdb.mi/mi-exit-code.exp: New file.
20853 * gdb.mi/mi-exit-code.c: New file.
20854
6a5f3f43
YQ
208552014-09-30 Yao Qi <yao@codesourcery.com>
20856
20857 * lib/prelink-support.exp (build_executable_own_libs): Error if
20858 the target isn't native.
20859
345bcc73
YQ
208602014-09-30 Yao Qi <yao@codesourcery.com>
20861
20862 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20863 false.
20864
a25a5a45
PA
208652014-09-22 Pedro Alves <palves@redhat.com>
20866
20867 * gdb.threads/break-while-running.exp: New file.
20868 * gdb.threads/break-while-running.c: New file.
20869
00ba3162
YQ
208702014-09-19 Yao Qi <yao@codesourcery.com>
20871
20872 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20873 Invoke test. Restart GDB with --readnow and invoke test again.
20874
c3b7b696
YQ
208752014-09-19 Yao Qi <yao@codesourcery.com>
20876
20877 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20878 proc set_breakpoint_on_gcd_function. Invoke
20879 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20880 invoke set_breakpoint_on_gcd_function again.
20881
2b4fd423
DE
208822014-09-18 Doug Evans <dje@google.com>
20883
20884 * gdb.dwarf2/symtab-producer.exp: New file.
20885
a5947601
SDJ
208862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20887
20888 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20889 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20890 * gdb.base/global-var-nested-by-dso.c: Likewise.
20891 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20892
91c19059
SDJ
208932014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20894 Pedro Alves <palves@redhat.com>
20895
20896 * gdb.base/watch-bitfields.exp: Pass string other than test file
20897 name to prepare_for_testing.
20898 (watch): New procedure.
20899 (expect_watchpoint): Use with_test_prefix.
20900 (top level): Factor out tests to ...
20901 (test_watch_location, test_regular_watch): ... these new
20902 procedures, and use with_test_prefix and gdb_continue_to_end.
20903
bb9d5f81
PP
209042014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20905
20906 PR breakpoints/12526
20907 * gdb.base/watch-bitfields.exp: New file.
20908 * gdb.base/watch-bitfields.c: New file.
20909
635856f5
PA
209102014-09-16 Pedro Alves <palves@redhat.com>
20911
20912 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20913 software and hardware addresses, not software address against
20914 itself.
20915
7280ceea
PA
209162014-09-16 Pedro Alves <palves@redhat.com>
20917
20918 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20919 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20920
428b16bd
PA
209212014-09-16 Pedro Alves <palves@redhat.com>
20922
20923 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20924 files.
20925 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20926 "*-*-vxworks*" throughout.
20927 * gdb.base/break.exp: Likewise.
20928 * gdb.base/default.exp: Likewise.
20929 * gdb.base/scope.exp: Likewise.
20930 * gdb.base/sepdebug.exp: Likewise.
20931 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20932 throughout.
20933 * gdb.base/run.c: Likewise.
20934 * gdb.base/sepdebug.c: Likewise.
20935 * gdb.hp/gdb.aCC/run.c: Likewise.
20936 * gdb.reverse/until-reverse.c: Likewise.
20937 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20938
666d413c
YQ
209392014-09-16 Yao Qi <yao@codesourcery.com>
20940
20941 * boards/local-remote-host-native.exp: New file.
20942
57cbd724
DE
209432014-09-14 Doug Evans <xdje42@gmail.com>
20944
20945 * gdb.threads/queue-signal.c (thread_count): New variable.
20946 (thread_count_mutex, thread_count_condvar): New variables.
20947 (incr_thread_count, wait_all_threads_running): New functions.
20948 (main): Wait for all threads to be in their thread functions.
20949
81219e53
DE
209502014-09-13 Doug Evans <xdje42@gmail.com>
20951
20952 * gdb.threads/queue-signal.c: New file.
20953 * gdb.threads/queue-signal.exp: New file.
20954
3714cea7
DE
209552014-09-13 Doug Evans <xdje42@gmail.com>
20956
20957 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20958 be consistent with what default_gdb_init uses.
20959 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20960 the plain text of the prompt. Add some logging printfs.
20961 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20962
fa43b1d7
PA
209632014-09-12 Pedro Alves <palves@redhat.com>
20964
20965 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20966 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20967 * gdb.arch/i386-size-overlap.exp: Likewise.
20968 * gdb.arch/i386-size.exp: Likewise.
20969 * gdb.arch/i386-unwind.exp: Likewise.
20970 * gdb.base/a2-run.exp: Likewise.
20971 * gdb.base/break.exp: Likewise.
20972 * gdb.base/charset.exp: Likewise.
20973 * gdb.base/chng-syms.exp: Likewise.
20974 * gdb.base/commands.exp: Likewise.
20975 * gdb.base/dbx.exp: Likewise.
20976 * gdb.base/find.exp: Likewise.
20977 * gdb.base/funcargs.exp: Likewise.
20978 * gdb.base/jit-simple.exp: Likewise.
20979 * gdb.base/reread.exp: Likewise.
20980 * gdb.base/sepdebug.exp: Likewise.
20981 * gdb.base/step-bt.exp: Likewise.
20982 * gdb.cp/mb-inline.exp: Likewise.
20983 * gdb.cp/mb-templates.exp: Likewise.
20984 * gdb.objc/basicclass.exp: Likewise.
20985 * gdb.threads/killed.exp: Likewise.
20986
9d9bf2df
EBM
209872014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20988
20989 PR tdep/17379
20990 * gdb.arch/powerpc-stackless.S: New file.
20991 * gdb.arch/powerpc-stackless.exp: New file.
20992
1cf2f1b0
JK
209932014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20994
20995 * gdb.base/attach.c: Include unistd.h.
20996 (main): Call alarm. Add label postloop.
20997 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20998 gdb_breakpoint, gdb_continue_to_breakpoint.
20999 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21000
98880d46
PA
210012014-09-11 Pedro Alves <palves@redhat.com>
21002
21003 PR gdb/17347
21004 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21005 * gdb.base/attach.exp (test_command_line_attach_run): New
21006 procedure.
21007 (top level): Call it.
21008
4c92ff2c
PA
210092014-09-11 Pedro Alves <palves@redhat.com>
21010
21011 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21012 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21013 (do_command_attach_tests): Use spawn_wait_for_attach.
21014 * gdb.base/solib-overlap.exp: Likewise.
21015 * gdb.multi/multi-attach.exp: Likewise.
21016 * gdb.python/py-prompt.exp: Likewise.
21017 * gdb.python/py-sync-interp.exp: Likewise.
21018 * gdb.server/ext-attach.exp: Likewise.
21019
3adc1a7d
GKB
210202014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21021
21022 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21023 command in testcase. Simplify testcase.
21024
96334934
JB
210252014-09-10 Joel Brobecker <brobecker@adacore.com>
21026
21027 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21028
eb479039
JB
210292014-09-10 Joel Brobecker <brobecker@adacore.com>
21030
21031 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21032
deede10c
JB
210332014-09-10 Joel Brobecker <brobecker@adacore.com>
21034
21035 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21036
7828a5f5
JB
210372014-09-10 Joel Brobecker <brobecker@adacore.com>
21038
21039 * gdb.dwarf2/dynarr-ptr.c: New file.
21040 * gdb.dwarf2/dynarr-ptr.exp: New file.
21041
33aeebcf
MR
210422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21043
21044 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21045 of 30 rather than hardcoding 120 for a slow test case. Take the
21046 `gdb,timeout' target setting into account for this calculation.
21047 Don't extend the timeout for the test cases that don't need it.
21048
7b415901
MR
210492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21050
21051 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21052 a factor of 2 for a slow test case. Take the `gdb,timeout'
21053 target setting into account for this calculation.
21054 * gdb.reverse/until-precsave.exp: Increase the timeout by
21055 a factor of 15 and 3 respectively rather than adding 120
21056 for a pair of slow test cases. Take the `gdb,timeout'
21057 target setting into account for this calculation.
21058
4a40f85a
MR
210592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21060
21061 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21062 timeout, don't pass one down to gdb_expect.
21063 (gdb_expect): Rework timeout selection.
21064
09635af7
MR
210652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21066
21067 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21068 exception on timeout.
21069 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21070 (gdbserver_start_extended): Catch any `gdbserver_start' error
21071 exceptions.
21072 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21073 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21074 `gdbserver_gdb_load' error exceptions.
21075
2bdd10b7
MR
210762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21077
21078 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21079 120 on waiting for the TCP socket to open.
21080
316935f0
DE
210812014-09-09 Doug Evans <xdje42@gmail.com>
21082
21083 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21084 _caller_matches, _any_caller_is, _any_caller_matches.
21085
83740597
DE
210862014-09-09 Doug Evans <xdje42@gmail.com>
21087
21088 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21089
4c122fc3
YQ
210902014-09-09 Yao Qi <yao@codesourcery.com>
21091
21092 * gdb.mi/mi-var-display.exp: Set print symbol off.
21093
a9f116cb
GKB
210942014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21095
21096 PR gdb/17035
21097 * gdb.base/commands.exp: Add tests to verify user-defined
21098 commands with empty bodies.
21099 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21100 python commands in `show user command`.
21101 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21102 scheme commands in `show user command`.
21103
c75bd3a2
JK
211042014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21105
21106 PR python/17355
21107 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21108 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21109 * gdb.python/py-framefilter-invalidarg.exp: New file.
21110 * gdb.python/py-framefilter-invalidarg.py: New file.
21111
faa42425
DE
211122014-09-06 Doug Evans <xdje42@gmail.com>
21113
21114 PR 15276
21115 * gdb.python/py-caller-is.c: New file.
21116 * gdb.python/py-caller-is.exp: New file.
21117
474ca4f6
SDJ
211182014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21119
21120 PR gdb/17235
21121 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21122 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21123
eb0b0463
SDJ
211242014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21125
21126 PR fortran/17237
21127 * gdb.fortran/print-formatted.exp: New file.
21128 * gdb.fortran/print-formatted.f90: Likewise.
21129
5f3b99cf
SS
211302014-09-03 Sasha Smundak <asmundak@google.com>
21131
21132 * gdb.python/py-frame.exp: Test Frame.read_register.
21133
7d793aa9
SDJ
211342014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21135
21136 PR python/16699
21137 * gdb.python/py-completion.exp: New file.
21138 * gdb.python/py-completion.py: Likewise.
21139
fb0576e9
DE
211402014-08-28 Doug Evans <dje@google.com>
21141
21142 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21143 eax,etc. are live with values set by gdb and thus the compiler can't
21144 use them.
21145 * gdb.arch/i386-pseudo.c (main): Ditto.
21146
ee92b0dd
DE
211472014-08-27 Doug Evans <dje@google.com>
21148
21149 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21150
6649db35
DE
211512014-08-25 Doug Evans <dje@google.com>
21152
21153 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21154 (main): Ditto.
21155
564b7600
DE
211562014-08-25 Doug Evans <dje@google.com>
21157
21158 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21159
3881fb67
YQ
211602014-08-24 Yao Qi <yao@codesourcery.com>
21161
21162 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21163 symbol off.
21164 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21165
a05a36a5
DE
211662014-08-22 Doug Evans <dje@google.com>
21167
21168 PR 17276
21169 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21170 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21171 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21172
7c343b48
YQ
211732014-08-22 Yao Qi <yao@codesourcery.com>
21174
21175 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21176 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21177 * gdb.python/python.exp: Likewise. Use .py file on the host
21178 instead of the build.
21179
22fd09ae
JK
211802014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21181
21182 * gdb.threads/gcore-stale-thread.c: New file.
21183 * gdb.threads/gcore-stale-thread.exp: New file.
21184
a8454a7c
PA
211852014-08-21 Pedro Alves <palves@redhat.com>
21186
21187 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21188 * gdb.base/gcore-relro-pie.exp: Likewise.
21189 * gdb.base/gcore-relro.exp: Likewise.
21190 * gdb.base/gcore.exp: Likewise.
21191 * gdb.base/print-symbol-loading.exp: Likewise.
21192 * gdb.threads/gcore-thread.exp: Likewise.
21193 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21194
2a31c623
PA
211952014-08-20 Pedro Alves <palves@redhat.com>
21196 Jan Kratochvil <jan.kratochvil@redhat.com>
21197
21198 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21199 configure.
21200 (EXPECT): Handle READ1 being set.
21201 (all): Depend on EXTRA_RULES.
21202 (check-read1, expect-read1, read1.so, read1): New rules.
21203 * README (Testsuite Parameters): Document the READ1 make variable.
21204 (Race detection): New section.
21205 * configure: Regenerate.
21206 * configure.ac: If build==host==target, and running under a
21207 GNU/glibc system, add read1 to the extra Makefile rules.
21208 (EXTRA_RULES): AC_SUBST it.
21209 * lib/read1.c: New file.
21210
d36430db
JB
212112014-08-20 Joel Brobecker <brobecker@adacore.com>
21212
21213 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21214 the handling of variables declared as a typedef to an array
21215 which a DW_AT_data_location attribute.
21216
9a0dc9e3
PA
212172014-08-19 Andrew Burgess <aburgess@broadcom.com>
21218 Pedro Alves <palves@redhat.com>
21219
21220 PR symtab/14604
21221 PR symtab/14605
21222 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21223 gdb_test.
21224
0718a8da
PA
212252014-08-19 Pedro Alves <palves@redhat.com>
21226
21227 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21228
13b448cd
YQ
212292014-08-19 Yao Qi <yao@codesourcery.com>
21230
21231 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21232 right line.
21233
1cbf5077
DB
212342014-08-18 David Blaikie <dblaikie@gmail.com>
21235
21236 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21237
bf0fae19
JB
212382014-08-18 Joel Brobecker <brobecker@adacore.com>
21239
21240 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21241 attribute in array range.
21242
3c8c5dcc
JB
212432014-08-18 Joel Brobecker <brobecker@adacore.com>
21244
21245 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21246
e66d4446
SC
212472014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21248
21249 PR c++/17132
21250 * gdb.cp/pr17132.cc: New file.
21251 * gdb.cp/pr17132.exp: New file.
21252
940df408
SC
212532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21254
21255 * gdb.python/py-xmethods.py (A_getarrayind)
21256 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21257 Use 'print' with function call syntax.
21258 (E_method_matcher.match): Fix tab vs space indentation mixup.
21259
ebcc6c3a
YQ
212602014-08-15 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21263 false.
21264
775e0f04
YQ
212652014-08-15 Yao Qi <yao@codesourcery.com>
21266
21267 * gdb.cp/casts.exp: Set print symbol off.
21268 * gdb.cp/class2.exp: Likewise.
21269 * gdb.cp/overload.exp: Likewise.
21270 * gdb.cp/templates.exp: Likewise.
21271
d769e349
DE
212722014-08-11 Doug Evans <dje@google.com>
21273
21274 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21275 (test_load_shlib): Update.
21276
20c6f1e1
YQ
212772014-08-09 Yao Qi <yao@codesourcery.com>
21278
21279 * gdb.base/display.exp: Invoke is_address_zero_readable.
21280 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21281 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21282 * gdb.base/hbreak-unmapped.exp: Return if
21283 is_address_zero_readable returns true.
21284 * gdb.base/signest.exp: Likewise.
21285 * gdb.base/signull.exp: Likewise.
21286 * gdb.base/sigbpt.exp: Likewise.
21287 * gdb.guile/scm-disasm.exp: Do the test if
21288 is_address_zero_readable returns false.
21289 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21290 * gdb.python/py-arch.exp: Likewise.
21291 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21292 * lib/gdb.exp (is_address_zero_readable): New proc.
21293
5792e8e3
YQ
212942014-08-09 Yao Qi <yao@codesourcery.com>
21295
21296 PR testsuite/13443
21297 * gdb.mi/mi-var-display.exp: Make test messages unique.
21298
3cecbbbe
TT
212992014-08-04 Tom Tromey <tromey@redhat.com>
21300
21301 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21302 target 0".
21303
00b51ff5
TT
213042014-08-04 Tom Tromey <tromey@redhat.com>
21305
21306 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21307 "target_resume".
21308
6908c509
JB
213092014-08-01 Joel Brobecker <brobecker@adacore.com>
21310
21311 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21312 inner_vla_struct_object_size.
21313 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21314 as xfail.
21315
cc6563d2
PA
213162014-07-30 Pedro Alves <palves@redhat.com>
21317
21318 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21319 comment.
21320
7e09a223
YQ
213212014-07-29 Yao Qi <yao@codesourcery.com>
21322
21323 PR gdb/17206
21324 * gdb.base/until-nodebug.exp: New.
21325
7ebdbe92
DE
213262014-07-28 Doug Evans <xdje42@gmail.com>
21327
21328 PR guile/17203
21329 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21330 previously existing parameter, and previously ambiguously spelled
21331 parameter.
21332
fdb1adc6
WN
213332014-07-28 Will Newton <will.newton@linaro.org>
21334
21335 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21336
186fcde0
DE
213372014-07-26 Ludovic Courtès <ludo@gnu.org>
21338 Doug Evans <xdje42@gmail.com>
21339
21340 PR guile/17146
21341 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21342
70509625
PA
213432014-07-25 Pedro Alves <palves@redhat.com>
21344
21345 * gdb.threads/signal-command-handle-nopass.c: New file.
21346 * gdb.threads/signal-command-handle-nopass.exp: New file.
21347 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21348 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21349 * gdb.threads/signal-delivered-right-thread.c: New file.
21350 * gdb.threads/signal-delivered-right-thread.exp: New file.
21351
c3f814a1
PA
213522014-07-25 Pedro Alves <palves@redhat.com>
21353
21354 * gdb.base/double-prompt-target-event-error.exp
21355 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21356 match.
21357 (cancel_pagination_in_target_event): Rework double prompt
21358 detection.
21359 * gdb.base/paginate-after-ctrl-c-running.exp
21360 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21361 <return>' match.
21362 * gdb.base/paginate-bg-execution.exp
21363 (test_bg_execution_pagination_return)
21364 (test_bg_execution_pagination_cancel): Remove '-notransfer
21365 <return>' matches.
21366 * gdb.base/paginate-execution-startup.exp
21367 (test_fg_execution_pagination_return)
21368 (test_fg_execution_pagination_cancel): Remove '-notransfer
21369 <return>' matches.
21370 * gdb.base/paginate-inferior-exit.exp
21371 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21372 match.
21373 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21374 * lib/gdb.exp (pagination_prompt): Run text through
21375 string_to_regexp.
21376 (gdb_test_multiple): Match $pagination_prompt instead of
21377 "<return>".
21378 (string_to_regexp): Move to lib/gdb-utils.exp.
21379
e214cf6c
JK
213802014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21381
21382 * gdb.arch/amd64-entry-value-paramref.S: New file.
21383 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21384 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21385 * gdb.arch/amd64-optimout-repeat.S: New file.
21386 * gdb.arch/amd64-optimout-repeat.c: New file.
21387 * gdb.arch/amd64-optimout-repeat.exp: New file.
21388
17d0c5c8
JK
213892014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21390
21391 PR gdb/17170
21392 * gdb.base/statistics.exp: New file.
21393
b8b8facf
DE
213942014-07-17 Doug Evans <dje@google.com>
21395
74b49205 21396 PR gdb/17170
b8b8facf
DE
21397 * gdb.base/maint.exp: Update testing of per-command stats.
21398
1b5d0ab3
PA
213992014-07-16 Pedro Alves <palves@redhat.com>
21400
21401 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21402 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21403 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21404 (tfile_write_buf): New functions.
21405 (add_memory_block): Rewrite using the above.
21406 (adjust_function_address): New function.
21407 (FUNCTION_ADDRESS): New macro.
21408 (write_basic_trace_file): Remove short_x local, and use
21409 tfile_write_16. Change type of func_addr local to unsigned long
21410 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21411 here. Cast argument of add_memory_block to char pointer.
21412 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21413 (main): Remove parameters.
21414 * gdb.trace/tfile.exp: Remove nowarnings.
21415
4d974e88
SM
214162014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21417
21418 * gdb.base/debug-expr.exp: Test string evaluation with
21419 "debug expression" on.
21420
41e99568
PA
214212014-07-15 Pedro Alves <palves@redhat.com>
21422
21423 * gdb.base/reread.exp: Use clean_restart.
21424
487d9753
PL
214252014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21426
21427 * gdb.arch/avr-flash-qualifer.c: New.
21428 * gdb.arch/avr-flash-qualifer.exp: New.
21429
cc1c52ad
PA
214302014-07-14 Pedro Alves <palves@redhat.com>
21431
21432 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21433 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21434
1e973570
PA
214352014-07-14 Pedro Alves <palves@redhat.com>
21436
21437 * gdb.base/double-prompt-target-event-error.c: New file.
21438 * gdb.base/double-prompt-target-event-error.exp: New file.
21439
93d6eb10
PA
214402014-07-14 Pedro Alves <palves@redhat.com>
21441
21442 PR gdb/17072
21443 * gdb.base/paginate-inferior-exit.c: New file.
21444 * gdb.base/paginate-inferior-exit.exp: New file.
21445
0017922d
PA
214462014-07-14 Pedro Alves <palves@redhat.com>
21447
21448 PR gdb/17072
21449 * gdb.base/paginate-bg-execution.c: New file.
21450 * gdb.base/paginate-bg-execution.exp: New file.
21451
94696ad3
PA
214522014-07-14 Pedro Alves <palves@redhat.com>
21453
21454 PR gdb/17072
21455 * gdb.base/paginate-execution-startup.c: New file.
21456 * gdb.base/paginate-execution-startup.exp: New file.
21457 * lib/gdb.exp (pagination_prompt): New global.
21458 (default_gdb_spawn): New procedure, factored out from
21459 default_gdb_spawn.
21460 (default_gdb_start): Adjust to call default_gdb_spawn.
21461 (gdb_spawn): New procedure.
21462
bd293940
PA
214632014-07-14 Pedro Alves <palves@redhat.com>
21464
21465 * lib/gdb.exp (gdb_assert): New procedure.
21466 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21467
c933f875
PA
214682014-07-14 Pedro Alves <palves@redhat.com>
21469
21470 * gdb.base/execution-termios.c: New file.
21471 * gdb.base/execution-termios.exp: New file.
21472
d98b7a16
TT
214732014-07-14 Tom Tromey <tromey@redhat.com>
21474
21475 * gdb.cp/vla-cxx.cc: New file.
21476 * gdb.cp/vla-cxx.exp: New file.
21477
548740d6
TT
214782014-07-14 Tom Tromey <tromey@redhat.com>
21479
21480 * gdb.reverse/rerun-prec.c: New file.
21481 * gdb.reverse/rerun-prec.exp: New file.
21482
a25eb028
MR
214832014-07-12 Maciej W. Rozycki <macro@mips.com>
21484 Maciej W. Rozycki <macro@codesourcery.com>
21485
21486 * lib/gdb-utils.exp: New file.
21487 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21488 inline `gdb_init_command' processing.
21489 (gdb_start_cmd): Likewise.
21490 * lib/mi-support.exp (mi_run_cmd): Likewise.
21491 * README: Document `gdb_init_command' and `gdb_init_commands'.
21492
218c2655
JK
214932014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21494
21495 Fix false FAIL running under a very long directory name.
21496 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21497 and "set print elements 10000". Twice.
21498
5401fde3
YQ
214992014-07-11 Yao Qi <yao@codesourcery.com>
21500
21501 * gdb.base/exprs.exp: "set print symbol off".
21502
e76126e8
PA
215032014-07-11 Pedro Alves <palves@redhat.com>
21504
21505 * gdb.threads/kill.c: New file.
21506 * gdb.threads/kill.exp: New file.
21507
2d6f0de6
YQ
215082014-07-10 Yao Qi <yao@codesourcery.com>
21509
21510 * gdb.trace/tfile.c (write_basic_trace_file)
21511 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21512 address written to trace file.
21513
7180e04a
PA
215142014-07-09 Pedro Alves <palves@redhat.com>
21515
21516 * gdb.base/attach-wait-input.exp: New file.
21517 * gdb.base/attach-wait-input.c: New file.
21518
9a9a7608
AB
215192014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21520
21521 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21522 setting up test structures.
21523 (main): Call new test function.
21524 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21525 test function, continue into test function and walk test
21526 structures.
21527
161ac41e
YQ
215282014-07-02 Yao Qi <yao@codesourcery.com>
21529
21530 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21531 'bar_start' at the beginning of functions 'foo' and 'bar'
21532 respectively.
21533 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21534 instead of 'foo' and 'bar'.
21535
1f267ae3
MM
215362014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21537
21538 * gdb.btrace/segv.exp: New.
21539 * gdb.btrace/segv.c: New.
21540
2b239efb
LM
215412014-07-02 Luis Machado <lgustavo@codesourcery.com>
21542
21543 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21544 instruction.
21545
cf363f18
MW
215462014-06-30 Mark Wielaard <mjw@redhat.com>
21547
21548 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21549 vulture, vilify, villar): New volatile array constants.
21550 (vindictive, vegetation): New const volatile array constants.
21551 * gdb.base/volatile.exp: Test volatile and const volatile array
21552 types.
21553
aebf9d24
AA
215542014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21555
21556 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21557 target lacks support for awatch, rwatch, or hbreak.
21558
b67a2c6f
YQ
215592014-06-27 Yao Qi <yao@codesourcery.com>
21560
21561 * gdb.multi/dummy-frame-restore.exp: New.
21562 * gdb.multi/dummy-frame-restore.c: New.
21563
aef92902
MM
215642014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21565
21566 * gdb.btrace/gcore.exp: New.
21567
8e9db26e
PA
215682014-06-23 Pedro Alves <palves@redhat.com>
21569
21570 * gdb.base/watchpoint-reuse-slot.c: New file.
21571 * gdb.base/watchpoint-reuse-slot.exp: New file.
21572
70afc5b7
SC
215732014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21574
21575 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21576 progspace's filename in 'info', 'enable' and 'disable' command
21577 tests.
21578
b972bd9c
JK
215792014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21580
21581 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21582 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21583 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21584
125f8a3d
GB
215852014-06-20 Gary Benson <gbenson@redhat.com>
21586
21587 * gdb.arch/i386-avx.exp: Fix include file location.
21588 * gdb.arch/i386-sse.exp: Likewise.
21589
3ed9baed
IB
215902014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21591
21592 * gdb.dlang/expression.exp: New file.
21593
034f788c
PA
215942014-06-19 Pedro Alves <palves@redhat.com>
21595
21596 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21597 out from ...
21598 (top level): ... here. Iterate running tests under different
21599 scheduler-locking settings.
21600
45371d0c
LM
216012014-06-18 Luis Machado <lgustavo@codesourcery.com>
21602
21603 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21604 to DW_FORM_addr and use non-zero addresses.
21605
5d376983
SC
216062014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21607
21608 PR gdb/17017
21609 * gdb.python/py-xmethods.cc: Add global function call counters and
21610 increment them in their respective functions. Remove "cout"
21611 statements.
21612 * gdb.python/py-xmethods.exp: Make tests check the global function
21613 call counters instead of depending on inferior IO.
21614
a1aa2221
LM
216152014-06-18 Don Breazeal <donb@codesourcery.com>
21616
21617 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21618 Deleted procedure.
21619 (explicit_fork_parent_follow): Deleted procedure.
21620 (explicit_fork_child_follow): Deleted procedure.
21621 (test_follow_fork): New procedure.
21622 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21623 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21624 procedure calls.
21625
0fc05997
YQ
216262014-06-17 Yao Qi <yao@codesourcery.com>
21627
21628 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21629 CP1252.
21630
70795c52
LM
216312014-06-17 Luis Machado <lgustavo@codesourcery.com>
21632
21633 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21634 Initialize ptr and S explicitly.
21635 (skip_type_update_when_not_use_rtti_test): Likewise.
21636
6be47f0c
KS
216372014-06-16 Keith Seitz <keiths@redhat.com>
21638
21639 PR mi/15863
21640 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21641 the inferior is started.
21642
d03de421
PA
216432014-06-16 Pedro Alves <palves@redhat.com>
21644
21645 * gdb.base/break-main-file-remove-fail.c: New file.
21646 * gdb.base/break-main-file-remove-fail.exp: New file.
21647 * gdb.base/break-unload-file.exp: Use build_executable instead of
21648 prepare_for_testing.
21649 (test_break): New parameter "initial_load". Handle it.
21650 (top level): Add initial_load cmdline/file axis.
21651
f9579b99
TT
216522014-06-12 Tom Tromey <tromey@redhat.com>
21653
21654 * gdb.base/completion.exp: Don't use directory name in test.
21655
3657956b
GB
216562014-06-09 Gary Benson <gbenson@redhat.com>
21657
21658 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21659 separate the always-available ANSI-standard signals from the
21660 signals that require checking.
21661 (main): Likewise.
21662 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21663 Likewise.
21664 (main): Likewise.
21665
4186eb54
KS
216662014-06-07 Keith Seitz <keiths@redhat.com>
21667
21668 Revert:
21669 PR c++/16253
21670 * gdb.cp/var-tag.cc: New file.
21671 * gdb.cp/var-tag.exp: New file.
21672 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21673 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21674 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21675 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21676
25326a28 216772014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21678
21679 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21680
829155c9
PA
216812014-06-06 Pedro Alves <palves@redhat.com>
21682
21683 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21684 in target debug output instead of looking at RSP packets,
21685 disabling the test on any target that uses hardware stepping.
21686 Update comments.
21687
61c8d22e
PA
216882014-06-06 Pedro Alves <palves@redhat.com>
21689
21690 * gdb.base/break-unload-file.exp: Fix typo.
21691
d9a47287
YQ
216922014-06-06 Yao Qi <yao@codesourcery.com>
21693
21694 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21695 from "jit_function" to "^jit_function".
21696
e5e01dbf
YQ
216972014-06-06 Yao Qi <yao@codesourcery.com>
21698
21699 * gdb.base/async.c (foo): Add one statement.
21700 * gdb.base/async.exp: Get the next instruction address and
21701 match the output of "nexti" by instruction address. Match
21702 the hex address in the output of "finish".
21703
73ba372c
GB
217042014-06-06 Gary Benson <gbenson@redhat.com>
21705
21706 * gdb.base/call-signals.c: Remove preprocessor conditionals
21707 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21708 SIGSEGV and SIGTERM.
21709 * gdb.base/sigall.c: Likewise.
21710 * gdb.base/unwindonsignal.c: Likewise.
21711 * gdb.reverse/sigall-reverse.c: Likewise.
21712
831517df
YQ
217132014-06-06 Yao Qi <yao@codesourcery.com>
21714
21715 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21716 readable, skip the test.
21717
b8b91e98
YQ
217182014-06-06 Yao Qi <yao@codesourcery.com>
21719
21720 * gdb.threads/staticthreads.c (thread_function): Move the line
21721 setting breakpoint on forward.
21722 * gdb.threads/staticthreads.exp: Update comments.
21723
fb934770
LC
217242014-06-05 Ludovic Courtès <ludo@gnu.org>
21725
21726 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21727 "history-append! type error".
21728
6ef284bd
SM
217292014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21730
21731 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21732 erroneous dprintf expected input.
21733
a872e241
DE
217342014-06-04 Doug Evans <xdje42@gmail.com>
21735
21736 * gdb.guile/scm-generics.exp: Delete.
21737
16f691fb
DE
217382014-06-04 Doug Evans <xdje42@gmail.com>
21739
21740 * gdb.guile/scm-breakpoint.exp: Update.
21741 Add tests for breakpoint registration.
21742
012370f6
TT
217432014-06-04 Tom Tromey <tromey@redhat.com>
21744
21745 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21746 VLA-in-union.
21747 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21748 inner_vla_struct, vla_union types. Initialize objects of those
21749 types and compute their sizes.
21750
9f5a4cef
HZ
217512014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21752 Hui Zhu <hui@codesourcery.com>
21753
21754 * gdb.base/fileio.exp: Add test for shell not available as well as
21755 available.
21756 * gdb.base/fileio.c (test_system): Check for shell twice.
21757
90a45c4d
YQ
217582014-06-04 Yao Qi <yao@codesourcery.com>
21759
21760 * gdb.base/auto-connect-native-target.exp: Remove redundant
21761 space from the regexp pattern.
21762
70017e41
YQ
217632014-06-04 Yao Qi <yao@codesourcery.com>
21764
21765 * gdb.base/default.exp: Replace "child" with "native" in
21766 regexp pattern.
21767
883964a7
SC
217682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21769
21770 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21771 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21772 * gdb.python/py-xmethods.py: Python script supporting the
21773 new testcase and tests.
21774
ef370185
JB
217752014-06-03 Joel Brobecker <brobecker@adacore.com>
21776 Pedro Alves <palves@redhat.com>
21777
21778 PR breakpoints/17000
21779 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21780 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21781
1e2ccb61
BM
217822014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21783
21784 * gdb.base/subst.exp: Add tests to verify partial path matching
21785 output.
21786
c6ec5ab2
PA
217872014-06-03 Pedro Alves <palves@redhat.com>
21788
21789 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21790 target that doesn't use software single-stepping.
21791
835c559f
PA
217922014-06-03 Pedro Alves <palves@redhat.com>
21793
21794 PR breakpoints/17000
21795 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21796 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21797
06eb1586
DE
217982014-06-02 Doug Evans <xdje42@gmail.com>
21799
21800 * gdb.guile/scm-parameter.exp: New file.
21801
e698b8c4
DE
218022014-06-02 Doug Evans <xdje42@gmail.com>
21803
21804 * gdb.guile/scm-cmd.c: New file.
21805 * gdb.guile/scm-cmd.exp: New file.
21806
ded03782
DE
218072014-06-02 Doug Evans <xdje42@gmail.com>
21808
21809 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21810 pretty-printer lookup.
21811 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21812 (make-pp_s-printer): Call it.
21813 (make-pretty-printer-from-dict): New function.
21814 (lookup-pretty-printer-maker-from-dict): New function.
21815 (*pretty-printer*): Simplify.
21816 (make-objfile-pp_s-printer): New function.
21817 (install-objfile-pretty-printers!): New function.
21818 (make-progspace-pp_s-printer): New function.
21819 (install-progspace-pretty-printers!): New function.
21820 * gdb.guile/scm-progspace.c: New file.
21821 * gdb.guile/scm-progspace.exp: New file.
21822
41fac0cf
PA
218232014-06-02 Pedro Alves <palves@redhat.com>
21824
21825 * gdb.base/dprintf-bp-same-addr.c: New file.
21826 * gdb.base/dprintf-bp-same-addr.exp: New file.
21827
96ae5695
EBM
218282014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21829
21830 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21831 * gdb.arch/powerpc-power.s: Likewise.
21832
da02b3a8
JB
218332014-06-02 Joel Brobecker <brobecker@adacore.com>
21834
21835 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21836
c72b2e7b
YQ
218372014-06-01 Yao Qi <yao@codesourcery.com>
21838
21839 * gdb.base/watchpoint.exp (test_watch_location): Check null
21840 pointer can be dereferenced. If not, do the test, otherwise
21841 skip it.
21842
53e8a631
AB
218432014-05-30 Andrew Burgess <aburgess@broadcom.com>
21844
21845 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21846 results.
21847 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21848
938f0e2f
AB
218492014-05-30 Andrew Burgess <aburgess@broadcom.com>
21850
21851 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21852 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21853 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21854 * gdb.arch/amd64-invalid-stack-top.c: New file.
21855 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21856
9ba6657a
PA
218572014-05-30 Pedro Alves <palves@redhat.com>
21858
21859 PR breakpoints/17000
21860 * gdb.base/sss-bp-on-user-bp.c: New file.
21861 * gdb.base/sss-bp-on-user-bp.exp: New file.
21862
522c09bf
DB
218632014-05-30 David Blaikie <dblaikie@gmail.com>
21864
21865 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21866 gnu_inline semantics via attribute.
21867 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21868 source explicitly specifies the required semantics.
21869
bf4ef81e
MR
218702014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21871
21872 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21873
329ea579
PA
218742014-05-29 Pedro Alves <palves@redhat.com>
21875 Tom Tromey <tromey@redhat.com>
21876
21877 * gdb.base/async-shell.exp: Don't enable target-async.
21878 * gdb.base/async.exp
21879 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21880 parameter. Adjust.
21881 (top level): Don't test with "target-async".
21882 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21883 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21884 * gdb.base/inferior-died.exp: Don't enable target-async.
21885 * gdb.base/interrupt-noterm.exp: Likewise.
21886 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21887 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21888 * gdb.mi/mi-nonstop.exp: Likewise.
21889 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21890 * gdb.mi/mi-nsintrall.exp: Likewise.
21891 * gdb.mi/mi-nsmoribund.exp: Likewise.
21892 * gdb.mi/mi-nsthrexec.exp: Likewise.
21893 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21894 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21895 * gdb.python/py-evsignal.exp: Don't enable target-async.
21896 * gdb.python/py-evthreads.exp: Likewise.
21897 * gdb.python/py-prompt.exp: Likewise.
21898 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21899 * gdb.server/solib-list.exp: Don't enable target-async.
21900 * gdb.threads/thread-specific-bp.exp: Likewise.
21901 * lib/mi-support.exp: Adjust to use mi-async.
21902
fd664c91
PA
219032014-05-29 Pedro Alves <palves@redhat.com>
21904
21905 PR gdb/13860
21906 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21907 reason, even in sync mode.
21908
251bde03
PA
219092014-05-29 Pedro Alves <palves@redhat.com>
21910 Hui Zhu <hui@codesourcery.com>
21911
21912 PR PR15693
21913 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21914 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21915 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21916 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21917
7f3c0343
JB
219182014-05-28 Joel Brobecker <brobecker@adacore.com>
21919
21920 * config/monitor.exp (gdb_target_monitor): Replace use of
21921 "set remotebaud" by "set serial baud".
21922
b2715b27
AW
219232014-05-26 Andy Wingo <wingo@igalia.com>
21924
21925 * gdb.guile/scm-breakpoint.exp:
21926 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21927 properties instead of gdb-object-properties.
21928
498a4489
YQ
219292014-05-26 Yao Qi <yao@codesourcery.com>
21930
21931 * gdb.server/no-thread-db.exp: Specify source file name
21932 explicitly when setting a breakpoint.
21933
589fdceb
MM
219342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21935
21936 * gdb.btrace/vdso.c: New.
21937 * gdb.btrace/vdso.exp: New.
21938
e9089e05
MM
219392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21940
21941 * gdb.base/gcore.exp (capture_command_output): Move ...
21942 * lib/gdb.exp (capture_command_output): ... here.
21943
67b5c0c1
MM
219442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21945
21946 * gdb.btrace/data.exp: Test memory access during btrace replay.
21947
a2199296
SM
219482014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21949
21950 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21951
17b2616c
PA
219522014-05-21 Pedro Alves <palves@redhat.com>
21953
21954 PR gdb/13860
21955 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21956 (top level): Test that output related to execution commands is
21957 sent to the console with CLI commands, but not with MI commands.
21958 Test that breakpoint events are always mirrored to the console.
21959 Also expect the new source line to be output after a "next" in
21960 async mode too. Make it a pass/fail test.
21961 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21962 output.
21963 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21964
5166082f
PA
219652014-05-21 Pedro Alves <palves@redhat.com>
21966
21967 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21968 Use them to test variations of "list" after reaching a breakpoint.
21969 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21970 Test "list" with listsize 10 after reaching a breakpoint.
21971 * gdb.python/python.exp (decode_line current location line
21972 number): Adjust expected line number.
21973
2f25d70f
SM
219742014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21975
21976 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21977 behavior for $args, pass it directly to "run".
21978
ff604a67
MR
219792014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21980
21981 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21982 30000 to 65536.
21983
6a3cb8e8
PA
219842014-05-21 Pedro Alves <palves@redhat.com>
21985
21986 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21987 auto-connect-native-target off".
21988 * gdb.base/auto-connect-native-target.c: New file.
21989 * gdb.base/auto-connect-native-target.exp: New file.
21990
4ebfc96e
PA
219912014-05-21 Pedro Alves <palves@redhat.com>
21992
21993 * gdb.base/default.exp: Test "target native" instead of "target
21994 child".
21995
36d46afb
MW
219962014-05-21 Mark Wielaard <mjw@redhat.com>
21997
21998 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21999
5876f503
JK
220002014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22001
22002 Fix TLS access for -static -pthread.
22003 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22004 <HAVE_TLS> (thread_function, main): Initialize it.
22005 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22006 Add clean_restart.
22007 <$have_tls != "">: Check TLSVAR.
22008
0256a6ac
PA
220092014-05-21 Pedro Alves <palves@redhat.com>
22010
22011 * gdb.base/dcache-line-read-error.c: New.
22012 * gdb.base/dcache-line-read-error.exp: New.
22013
936d2992
PA
220142014-05-20 Pedro Alves <palves@redhat.com>
22015
22016 * gdb.base/compare-sections.c: New file.
22017 * gdb.base/compare-sections.exp: New file.
22018
802e8e6d
PA
220192014-05-20 Pedro Alves <palves@redhat.com>
22020
22021 * gdb.base/break-idempotent.c: New file.
22022 * gdb.base/break-idempotent.exp: New file.
22023
e59fa00f
MM
220242014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22025
22026 * gdb.btrace/nohist.exp: New.
22027
8b696e31
YQ
220282014-05-20 Yao Qi <yao@codesourcery.com>
22029
22030 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22031 gdb.reverse directory and gdb_reverse_timeout exists in board
22032 setting.
22033 * README: Document gdb_reverse_timeout.
22034
73c9764f
YQ
220352014-05-20 Yao Qi <yao@codesourcery.com>
22036
22037 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22038 'test_file_name'. Treat args as a string instead of a list.
22039 (gdb_init): Rename argument 'args' by 'test_file_name'.
22040
f1f4348a
JK
220412014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22042
22043 * gdb.arch/powerpc-power.exp: New file.
22044 * gdb.arch/powerpc-power.s: New file.
22045
0dbe70ce
DE
220462014-05-16 Doug Evans <dje@google.com>
22047
22048 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22049 * gdb.base/completion.exp: Check that all expected files exist
22050 before doing file completion.
0dbe70ce 22051
8d551b02
DE
220522014-05-16 Doug Evans <dje@google.com>
22053
22054 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22055 Update.
22056 (do_syscall_tests_without_xml): Update.
22057
73eb7709
PA
220582014-05-16 Pedro Alves <palves@redhat.com>
22059
22060 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22061 instead of "unknown output after running".
22062
3fae92fc
YQ
220632014-05-16 Yao Qi <yao@codesourcery.com>
22064
22065 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22066 file1.txt from host at the end.
22067 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22068
c2b2ccc5
DE
220692014-05-15 Doug Evans <dje@google.com>
22070
22071 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22072 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22073 loading file. Add test for TU lookup.
22074
8c217a4b
SM
220752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22076
22077 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22078 calling "-exec-arguments" or "set args" before running the
22079 inferior.
22080
3deb39c6
SM
220812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22082
22083 * lib/mi-support.exp (mi_expect_stop): Expect message for
22084 inferiors that exit with non-zero exit code.
22085
71a79f8c
YQ
220862014-05-14 Yao Qi <yao@codesourcery.com>
22087
22088 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22089 match absolute path on remote host.
22090 (test_file_list_exec_source_files): Remove "/" from the
22091 pattern.
22092
f23fcd46
YQ
220932014-05-14 Yao Qi <yao@codesourcery.com>
22094
22095 * boards/local-remote-host-notty.exp (${board}_file): New
22096 proc.
22097
9404b58f
KM
220982014-05-07 Kyle McMartin <kyle@redhat.com>
22099
22100 Pushed by Joel Brobecker <brobecker@adacore.com>.
22101 * gdb.arch/aarch64-atomic-inst.c: New file.
22102 * gdb.arch/aarch64-atomic-inst.exp: New file.
22103
5e45f04c
YQ
221042014-05-07 Yao Qi <yao@codesourcery.com>
22105
22106 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22107 in current context" too.
22108
c888a17d
KS
221092014-05-05 Keith Seitz <keiths@redhat.com>
22110
22111 * gdb.linespec/ls-dollar.exp: Add test for linespec
22112 file:convenience_variable.
22113
290a839c
YQ
221142014-05-05 Yao Qi <yao@codesourcery.com>
22115
22116 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22117 traceframes into tfile and ctf trace files. Read data from
22118 trace file and test collected data.
22119 (gdb_collect_locals_test): Likewise.
22120 (gdb_unavailable_registers_test): Likewise.
22121 (gdb_unavailable_floats): Likewise.
22122 (gdb_collect_globals_test): Likewise.
22123 (top-level): Append "ctf" to trace_file_targets if GDB
22124 supports.
22125
b5262cd0
YQ
221262014-05-05 Yao Qi <yao@codesourcery.com>
22127
22128 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22129 code to ...
22130 (gdb_collect_args_test_1): ... it. New proc.
22131 (gdb_collect_locals_test): Move some code to ...
22132 (gdb_collect_locals_test_1): ... it. New proc.
22133 (gdb_unavailable_registers_test): Move some code to ...
22134 (gdb_unavailable_registers_test_1): ... it. New proc.
22135 (gdb_unavailable_floats): Move some code to ...
22136 (gdb_unavailable_floats_1): ... it. New proc.
22137
30a1e6cc
SDJ
221382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22139
22140 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22141 probes to test for bitness recognition.
22142 * gdb.arch/amd64-stap-optional-prefix.exp
22143 (test_probe_value_without_reg): New procedure.
22144 Add code to test for different kinds of bitness.
22145
f33da99a
SDJ
221462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22147
22148 PR breakpoints/16889
22149 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22150 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22151
5b80f00d
PA
221522014-05-01 Pedro Alves <palves@redhat.com>
22153
22154 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22155 gdb_file_cmd if no file is specified.
22156 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22157 last_loaded_file to set the remote exec-file.
22158
f8c2a73c
PA
221592014-05-01 Pedro Alves <palves@redhat.com>
22160
22161 * boards/local-remote-host.exp: New file.
22162
be6e8ac7
PA
221632014-05-01 Pedro Alves <palves@redhat.com>
22164
22165 * boards/local-remote-host.exp: Rename to ...
22166 * boards/local-remote-host-notty.exp: ... this.
22167
cac0dc8f
JB
221682014-04-28 Joel Brobecker <brobecker@adacore.com>
22169
22170 * gdb.ada/dyn_arrayidx: New testcase.
22171
9730e6cc
YQ
221722014-04-26 Yao Qi <yao@codesourcery.com>
22173
22174 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22175 and compute the length of function main. Save it in
22176 $main_length.
22177 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22178 (top-level): Use gdb_compile to compile objects into
22179 executable and restart GDB. Remove invocation to
22180 prepare_for_testing.
22181
7ae1a6a6
PA
221822014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22183 Pedro Alves <palves@redhat.com>
22184
22185 PR server/16255
22186 * gdb.multi/multi-attach.c: New file.
22187 * gdb.multi/multi-attach.exp: New file.
22188
4082afcc
PA
221892014-04-25 Pedro Alves <palves@redhat.com>
22190
22191 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22192 user.
22193 (top level): Test that "set remote conditional-breakpoints-packet
22194 off" works as intended.
22195 * gdb.base/dprintf.exp: Test that "set remote
22196 breakpoint-commands-packet off" works as intended.
22197 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22198 New function.
22199 (top level): Call it.
22200 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22201 remote fast-tracepoints-packet off" works as intended.
22202 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22203 * lib/gdb.exp (gdb_is_target_remote): ... here.
22204
2abc3f8d
DB
222052014-04-24 David Blaikie <dblaikie@gmail.com>
22206
22207 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22208 ensure clang would not discard them.
22209 * gdb.base/gdbvars.c: Ditto.
22210 * gdb.base/memattr.c: Ditto.
22211 * gdb.base/whatis.c: Ditto.
22212 * gdb.python/py-prettyprint.c: Ditto.
22213 * gdb.trace/actions.c: Ditto.
22214 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22215 ensure clang would not discard it.
22216
bfd39632
DB
222172014-04-24 David Blaikie <dblaikie@gmail.com>
22218
22219 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22220 clang to emit the full definition of type required by the test
22221 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22222
22842ff6
DB
222232014-04-24 David Blaikie <dblaikie@gmail.com>
22224
22225 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22226 coax Clang into emitting the definition of the type.
22227 * gdb.cp/pr10728-x.h (y): Ditto.
22228 * gdb.cp/pr10728-y.cc (y): Ditto.
22229
c2e827ad
DB
222302014-04-24 David Blaikie <dblaikie@gmail.com>
22231
22232 * gdb.base/label.exp: XFAIL label related tests under Clang.
22233 * gdb.cp/cplabel.exp: Ditto.
22234 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22235 under Clang those using labels.
22236
4c2d33e7
YQ
222372014-04-25 Yao Qi <yao@codesourcery.com>
22238
22239 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22240 double_label.
22241 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22242 partial_label and double_label.
22243
56083b99
DB
222442014-04-24 David Blaikie <dblaikie@gmail.com>
22245
22246 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22247
25d4e99d
DB
222482014-04-24 David Blaikie <dblaikie@gmail.com>
22249
22250 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22251 of the function to work across GCC and Clang.
22252 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22253 pointer types (const void ** const V void **).
22254
01f9f808
MS
222552014-04-24 Michael Sturm <michael.sturm@mintel.com>
22256 Walfred Tedeschi <walfred.tedeschi@intel.com>
22257
22258 * Makefile.in (EXECUTABLES): Added i386-avx512.
22259 * gdb.arch/i386-avx512.c: New file.
22260 * gdb.arch/i386-avx512.exp: Likewise.
22261
4b48d439
KS
222622014-04-23 Keith Seitz <keiths@redhat.com>
22263
22264 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22265 (mi_make_breakpoint_table): New procedure.
22266 (mi_create_breakpoint): Use mi_make_breakpoint
22267 and return the result.
22268 (mi_make_breakpoint): New procedure.
22269 (mi_build_kv_pairs): New procedure.
22270
22271 * gdb.mi/mi-break.exp: Remove unused globals,
22272 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22273 All callers updated.
22274 * gdb.mi/mi-dprintf.exp: Use variable to track command
22275 number.
22276 Update all callers of mi_create_breakpoint and use
22277 mi_make_breakpoint_table.
22278 Remove any unused global variables.
22279 * gdb.mi/mi-nonstop.exp: Likewise.
22280 * gdb.mi/mi-nsintrall.exp: Likewise.
22281 * gdb.mi/mi-nsmoribund.exp: Likewise.
22282 * gdb.mi/mi-nsthrexec.exp: Likewise.
22283 * gdb.mi/mi-reverse.exp: Likewise.
22284 * gdb.mi/mi-simplerun.exp: Likewise.
22285 * gdb.mi/mi-stepn.exp: Likewise.
22286 * gdb.mi/mi-syn-frame.exp: Likewise.
22287 * gdb.mi/mi-until.exp: Likewise.
22288 * gdb.mi/mi-var-cp.exp: Likewise.
22289 * gdb.mi/mi-var-display.exp: Likewise.
22290 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22291 * gdb.mi/mi2-var-child.exp: Likewise.
22292 * gdb.mi/mi-vla-c99.exp: Likewise.
22293 * lib/mi-support.exp: Likewise.
22294
22295 From Ian Lance Taylor <iant@cygnus.com>:
22296 * lib/gdb.exp (parse_args): New procedure.
22297
08351840
PA
222982014-04-23 Pedro Alves <palves@redhat.com>
22299
22300 * gdb.base/break-unload-file.c: New file.
22301 * gdb.base/break-unload-file.exp: New file.
22302 * gdb.base/sym-file-lib.c (baz): New function.
22303 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22304 field.
22305 (load): Store the segment's mapped size.
22306 (unload): New function.
22307 (unload_shlib): New function.
22308 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22309 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22310 set a breakpoint at baz, and call it.
22311 * gdb.base/sym-file.exp: New tests for stale breakpoint
22312 instructions.
22313
076855f9
PA
223142014-04-23 Pedro Alves <palves@redhat.com>
22315
22316 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22317 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22318 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22319 * gdb.base/hbreak-unmapped.c: New file.
22320 * gdb.base/hbreak-unmapped.exp: New file.
22321 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22322 * lib/gdb.exp (gdb_is_target_remote): ... here.
22323
483805cf
PA
223242014-04-22 Pedro Alves <palves@redhat.com>
22325
22326 * gdb.base/consecutive-step-over.c: New file.
22327 * gdb.base/consecutive-step-over.exp: New file.
22328
06d97543
PA
223292014-04-22 Pedro Alves <palves@redhat.com>
22330
22331 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22332 instead of send_gdb/gdb_expect.
22333
b4429ea2
YQ
223342014-04-22 Yao Qi <yao@codesourcery.com>
22335
22336 * lib/trace-support.exp (generate_tracefile): New procedure.
22337 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22338 return 0.
22339 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22340 if generate_tracefile returns 1.
22341
51d48146
PA
223422014-04-18 Tom Tromey <palves@redhat.com>
22343 Pedro alves <tromey@redhat.com>
22344
22345 PR backtrace/15558
22346 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22347 with a backtrace limit.
22348 * gdb.python/py-frame-inline.exp: Test running to an inline
22349 function with a backtrace limit, and printing the newest frame.
22350 * gdb.python/py-frame-inline.c (main): Call f.
22351
bd1dce5f
MS
223522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22353
22354 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22355
40d1a503
MS
223562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22357
22358 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22359 Drop prefix from unsupported source file path.
22360
389b98f7
YQ
223612014-04-17 Yao Qi <yao@codesourcery.com>
22362
22363 * lib/gdb.exp (with_target_charset): New proc.
22364 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22365 with_target_charset.
22366 (test_print_strings): Likewise.
22367 (test_repeat_bytes): Likewise.
22368 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22369 for some tests.
22370
22869d73
KS
223712014-04-16 Keith Seitz <keiths@redhat.com>
22372
22373 PR gdb/15827
22374 * gdb.dwarf2/corrupt.c: New file.
22375 * gdb.dwarf2/corrupt.exp: New file.
22376
c4f87ca6
KS
223772014-04-16 Keith Seitz <keiths@redhat.com>
22378
22379 PR c++/16597
22380 * gdb.cp/namelessclass.cc: New file.
22381 * gdb.cp/namelessclass.exp: New file.
22382 * gdb.cp/namelessclass.S: New file.
22383
ab19de87
DE
223842014-04-16 Doug Evans <dje@google.com>
22385
22386 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22387 Add comment.
22388 (gdbserver_default_get_comm_port): New function.
22389 (gdbserver_start): Check if board file provided
22390 "gdbserver,get_comm_port" and use it if so.
22391 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22392 (gdb,socketport): Set to "stdio".
22393 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22394 (stdio_gdbserver_template): Delete.
22395 (${board}_get_remote_address): Update.
22396 (${board}_build_remote_cmd): Delete.
22397 (${board}_get_comm_port): New function.
22398 (${board}_spawn): Update.
22399 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22400 Delete.
22401 (${board}_get_remote_address): Update.
22402 (${board}_get_comm_port): New function.
22403
fc98a809
AB
224042014-04-16 Andrew Burgess <aburgess@broadcom.com>
22405
22406 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22407 appearing in any order.
22408
87fd9e6e
DE
224092014-04-15 Doug Evans <dje@google.com>
22410
22411 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22412 uninitialized value of "description".
22413
099fc3ea
KS
224142014-04-15 Keith Seitz <keiths@redhat.com>
22415
22416 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22417 Remove unused globals.
22418 (test_running_the_program): Likewise.
22419 (test_controlled_execution): Likewise.
22420 (test_controlling_breakpoints): Likewise.
22421 (test_program_termination): Likewise.
22422
5da151d4
KS
224232014-04-15 Keith Seitz <keiths@redhat.com>
22424
22425 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22426 unused globals.
22427 (test_rbreak_creation_and_listing): Likewise.
22428 (test_ignore_count): Likewise.
22429 (test_error): Likewise.
22430
35e5d2f0
PA
224312014-04-15 Pedro Alves <palves@redhat.com>
22432
22433 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22434 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22435 sym-file-loader.c.
22436 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22437 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22438 to sym-file-loader.c.
22439 (struct library): Forward declare.
22440 (load_shlib, lookup_function): Change prototypes.
22441 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22442 (translate_offset): Remove declarations.
22443 (get_text_addr): New declaration.
22444 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22445 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22446 sym-file-loader.h.
22447 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22448 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22449 here from sym-file-loader.h.
22450 (struct library): New structure.
22451 (load_shlib, lookup_function): Change prototypes and adjust to
22452 work with a struct library.
22453 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22454 (translate_offset): Make static.
22455 (get_text_addr): New function.
22456 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22457
eb4c1710
PA
224582014-04-15 Pedro Alves <palves@redhat.com>
22459
22460 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22461
2d1baf52
PA
224622014-04-15 Pedro Alves <palves@redhat.com>
22463
22464 * gdb.base/sym-file-loader.c: Include <limits.h>.
22465 (SELF_LINK): New define.
22466 (get_origin): New function.
22467 (load_shlib): Use it.
22468 * gdb.base/sym-file.exp: Don't early return if the target is
22469 remote. Use runto_main, and issue fail is that fails. Use
22470 gdb_load_shlibs.
22471 (shlib_name): Delete.
22472 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22473
7dd6df01
PA
224742014-04-15 Pedro Alves <palves@redhat.com>
22475
22476 * gdb.base/sym-file.exp: Remove regex characters from test
22477 message. Don't refer to breakpoint numbers in test messages.
22478
b50c8614
KS
224792014-04-14 Keith Seitz <keiths@redhat.com>
22480
22481 PR c++/16253
22482 * gdb.cp/var-tag.cc: New file.
22483 * gdb.cp/var-tag.exp: New file.
22484 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22485 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22486 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22487 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22488
3d567982
TT
224892014-04-14 Tom Tromey <tromey@redhat.com>
22490
22491 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22492 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22493 type.
22494 * gdb.cp/enum-class.exp: New file.
22495 * gdb.cp/enum-class.cc: New file.
22496
0626fc76
TT
224972014-04-14 Tom Tromey <tromey@redhat.com>
22498
22499 * gdb.dwarf2/enum-type.exp: New file.
22500
dca325b3
SA
225012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22502
22503 * gdb.mi/mi-vla-c99.exp: New file.
22504 * gdb.mi/vla.c: New file.
22505
5854b38a
SA
225062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22507
22508 * gdb.base/vla-datatypes.c: New file.
22509 * gdb.base/vla-datatypes.exp: New file.
22510
463bb957
SA
225112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22512
22513 * gdb.base/vla-ptr.c: New file.
22514 * gdb.base/vla-ptr.exp: New file.
22515
3dd170be
SA
225162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22517
22518 * gdb.dwarf2/count.exp: New file.
22519
5ecaaa66
SA
225202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22521
22522 * gdb.base/vla-sideeffect.c: New file.
22523 * gdb.base/vla-sideeffect.exp: New file.
22524
41f1ada5
DB
225252014-04-14 David Blaikie <dblaikie@gmail.com>
22526
22527 * gdb.mi/non-stop.c: Add return value for non-void function return
22528 statement.
22529 * gdb.threads/staticthreads.c: Ditto.
22530
0be03e84
DE
225312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22532 Doug Evans <xdje42@gmail.com>
22533
22534 * gdb.guile/scm-value.c: Improve test case.
22535 * gdb.guile/scm-value.exp: Add new test.
22536
f180a1fb
DB
225372014-04-11 David Blaikie <dblaikie@gmail.com>
22538
22539 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22540 override Clang's default.
22541
6b662e19
JB
225422014-04-11 Joel Brobecker <brobecker@adacore.com>
22543
22544 Revert the following changes (regressions):
22545
22546 * gdb.base/vla-sideeffect.c: New file.
22547 * gdb.base/vla-sideeffect.exp: New file.
22548
22549 * gdb.dwarf2/count.exp: New file.
22550
22551 * gdb.base/vla-multi.c: New file.
22552 * gdb.base/vla-multi.exp: New file.
22553
22554 * gdb.base/vla-ptr.c: New file.
22555 * gdb.base/vla-ptr.exp: New file.
22556
22557 * gdb.base/vla-datatypes.c: New file.
22558 * gdb.base/vla-datatypes.exp: New file.
22559
22560 * gdb.mi/mi-vla-c99.exp: New file.
22561 * gdb.mi/vla.c: New file.
22562
245a5f0b
KS
225632014-04-11 Keith Seitz <keiths@redhat.com>
22564
22565 PR c++/16675
22566 * gdb.cp/cpsizeof.exp: New file.
22567 * gdb.cp/cpsizeof.cc: New file.
22568
58a84dcf
SA
225692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22570
191a8a90
JB
22571 * gdb.mi/mi-vla-c99.exp: New file.
22572 * gdb.mi/vla.c: New file.
58a84dcf 22573
c8655f75
SA
225742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22575
22576 * gdb.base/vla-datatypes.c: New file.
22577 * gdb.base/vla-datatypes.exp: New file.
22578
024e13b4
SA
225792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22580
22581 * gdb.base/vla-ptr.c: New file.
22582 * gdb.base/vla-ptr.exp: New file.
22583
1a237e0e
SA
225842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22585
22586 * gdb.base/vla-multi.c: New file.
22587 * gdb.base/vla-multi.exp: New file.
22588
504f3432
SA
225892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22590
22591 * gdb.dwarf2/count.exp: New file.
22592
3bce8237
SA
225932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22594
191a8a90
JB
22595 * gdb.base/vla-sideeffect.c: New file.
22596 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22597
322f9c21
YQ
225982014-04-11 Yao Qi <yao@codesourcery.com>
22599
22600 * gdb.base/completion.exp: Check file exists before running tests
22601 on file completion.
22602
d708bcd1
PA
226032014-04-10 Pedro Alves <palves@redhat.com>
22604
22605 * gdb.base/cond-eval-mode.c: New file.
22606 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22607 prepare_for_testing to build the new file. Check result of
22608 runto_main.
22609 (test_break, test_watch): New procedures.
22610 (top level): Use them.
22611
ae1d2761
PM
226122014-04-08 Pierre Muller <muller@sourceware.org>
22613
22614 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22615 Ctrl-V use for mingw hosts.
22616
7af389b8
SC
226172014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22618
22619 * gdb.python/py-value.c: Improve test case.
22620 * gdb.python/py-value.exp: Add new test.
22621
5e703181
DE
226222014-04-07 David Blaikie <dblaikie@gmail.com>
22623
22624 * lib/compiler.c: Identify the clang compiler.
22625 * lib/compiler.cc: Ditto.
22626
9810b410
YQ
226272014-04-03 Yao Qi <yao@codesourcery.com>
22628
22629 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22630
98d1b8dc
AB
226312014-04-01 Anton Blanchard <anton@samba.org>
22632
22633 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22634 messages unique.
22635
3114cea1
AB
226362014-04-01 Anton Blanchard <anton@samba.org>
22637
22638 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22639 prepare_for_testing.
22640
62f7182c
AB
226412014-04-01 Anton Blanchard <anton@samba.org>
22642
22643 * gdb.arch/ppc64-atomic-inst.c: Remove.
22644 * gdb.arch/ppc64-atomic-inst.S: New file.
22645 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22646
770e7fc7
DE
226472014-03-31 Doug Evans <dje@google.com>
22648
22649 * gdb.base/print-symbol-loading-lib.c: New file.
22650 * gdb.base/print-symbol-loading-main.c: New file.
22651 * gdb.base/print-symbol-loading.exp: New file.
22652
46e2bafa
YQ
226532014-03-31 Yao Qi <yao@codesourcery.com>
22654
22655 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22656
8776cfe9
JB
226572014-03-28 Joel Brobecker <brobecker@adacore.com>
22658
22659 * gdb.ada/mi_dyn_arr: New testcase.
22660
5d1ef361
DE
226612014-03-27 Doug Evans <dje@google.com>
22662
22663 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22664
b5bee914
YQ
226652014-03-27 Yao Qi <yao@codesourcery.com>
22666
22667 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22668 if target is nios2-*-*.
22669
0d4d0e77
YQ
226702014-03-26 Yao Qi <yao@codesourcery.com>
22671
22672 * lib/gdb.exp (readline_is_used): New proc.
22673 * gdb.base/completion.exp: Move tests on command complete up.
22674 Skip the rest of tests if readline is not used.
22675 * gdb.ada/complete.exp: Skp the test if readline is not
22676 used.
22677 * gdb.base/filesym.exp: Likewise.
22678 * gdb.base/macscp.exp: Likewise.
22679 * gdb.base/readline-ask.exp: Likewise.
22680 * gdb.base/readline.exp: Likewise.
22681 * gdb.python/py-cmd.exp: Likewise.
22682 * gdb.trace/tfile.exp: Likewise.
22683
29361eee
YQ
226842014-03-26 Yao Qi <yao@codesourcery.com>
22685
22686 * gdb.base/macscp.exp: Fix code format issues.
22687
bc9a5525
UW
226882014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22689
22690 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22691 * gdb.asm/powerpc64le.inc: New file.
22692
d3839ede
PA
226932014-03-25 Pedro Alves <palves@redhat.com>
22694 Doug Evans <dje@google.com>
22695
22696 * gdb.base/source-execution.c: New file.
22697 * gdb.base/source-execution.exp: New file.
22698 * gdb.base/source-execution.gdb: New file.
22699
01672a57
DE
227002014-03-24 Doug Evans <dje@google.com>
22701
22702 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22703 using fission.
22704
88bbeca9
HZ
227052014-03-24 Hui Zhu <hui@codesourcery.com>
22706 Pedro Alves <palves@redhat.com>
22707
22708 PR breakpoints/16101
22709 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22710 test pass/fail messages. Detect missing support for dprintf when
22711 breakpoints are actually inserted.
22712 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22713 breakpoints are actually inserted.
22714 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22715 fails.
22716
d2348791
JK
227172014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22718
22719 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22720
feef67ab
DE
227212014-03-22 Doug Evans <xdje42@gmail.com>
22722
22723 * gdb.python/python.exp (python not supported): Verify multi-line
22724 python command issues an error.
25d743f9 22725 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22726 guile command issues an error.
feef67ab 22727
ecebef6a
MR
227282014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22729
22730 * gdb.threads/thread-specific.exp: Handle the lack of usable
22731 $this_breakpoint and $this_thread.
22732
ccdd1909
HZ
227332014-03-21 Hui Zhu <hui@codesourcery.com>
22734
22735 * gdb.base/attach.exp (do_command_attach_tests): New.
22736
beb460e8
PA
227372014-03-20 Tom Tromey <tromey@redhat.com>
22738 Pedro Alves <palves@redhat.com>
22739
22740 PR cli/15718
22741 * gdb.base/condbreak-call-false.c: New file.
22742 * gdb.base/condbreak-call-false.exp: New file.
22743
40acf43a
PA
227442014-03-20 Pedro Alves <palves@redhat.com>
22745
22746 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22747 Delete.
22748 (block_signals, unblock_signals): Delete.
22749 (child_function_2, main): Remove references to deleted variable
22750 and functions.
22751
9f5e1e02
PA
227522014-03-20 Pedro Alves <palves@redhat.com>
22753
22754 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22755 Use pthread_kill to signal thread 2.
22756 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22757 Adjust to make the test send itself a signal rather than using the
22758 host's "kill" command.
22759
99619bea
PA
227602014-03-20 Pedro Alves <palves@redhat.com>
22761
22762 * gdb.threads/multiple-step-overs.c: New file.
22763 * gdb.threads/multiple-step-overs.exp: New file.
22764 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22765 Adjust expected infrun debug output.
22766
2adfaa28
PA
227672014-03-20 Pedro Alves <palves@redhat.com>
22768
22769 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22770 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22771
31e77af2
PA
227722014-03-20 Pedro Alves <palves@redhat.com>
22773
22774 PR breakpoints/7143
22775 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22776 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22777 of gdb_test_multiple.
22778 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22779 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22780
b9f437de
PA
227812014-03-20 Pedro Alves <palves@redhat.com>
22782
22783 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22784 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22785
05adc73e
PA
227862014-03-19 Pedro Alves <palves@redhat.com>
22787
22788 * gdb.base/async.exp: Remove early return.
22789
6048b950
PA
227902014-03-19 Pedro Alves <palves@redhat.com>
22791
22792 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22793
8bcfb00a
PA
227942014-03-19 Pedro Alves <palves@redhat.com>
22795
22796 * gdb.base/async.exp (test_background): Expect \r\n after
22797 "completed." in the fail pattern.
22798
884e37dc
PA
227992014-03-19 Pedro Alves <palves@redhat.com>
22800
22801 * gdb.base/async.exp (test_background): New procedure.
22802 Use it for all background execution command tests.
22803
148e57e2
PA
228042014-03-19 Pedro Alves <palves@redhat.com>
22805
22806 * gdb.base/async.exp: Use prepare_for_testing.
22807
f48088c7
PA
228082014-03-19 Pedro Alves <palves@redhat.com>
22809
22810 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22811 the same line.
22812
e2f6c966
PA
228132014-03-19 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.base/async.c (main): Add "jump here" and "until here" line
22816 marker comments.
22817 * gdb.base/async.exp (jump_here): New global.
22818 (jump& test): Use it.
22819 (until_here): New global.
22820 (until& test): Use it.
22821
c30568d4
PA
228222014-03-19 Pedro Alves <palves@redhat.com>
22823
22824 * gdb.base/async.exp: Don't frob gdb_protocol.
22825
0172b6a7
DE
228262014-03-18 Doug Evans <xdje42@gmail.com>
22827
22828 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22829 Fix spelling of exec-done-display.
22830
06c868a8
JK
228312014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22832
22833 PR gdb/15358
22834 * gdb.base/gdb-sigterm.c: New file.
22835 * gdb.base/gdb-sigterm.exp: New file.
22836
0c7e1a46
PA
228372014-03-18 Pedro Alves <palves@redhat.com>
22838
22839 PR gdb/13860
22840 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22841 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22842 solib-event.
22843
f7c77d93
JB
228442014-03-17 Joel Brobecker <brobecker@adacore.com>
22845
22846 * gdb.ada/pckd_arr_ren: New testcase.
22847
5a1e8c7a
DE
228482014-03-13 Doug Evans <xdje42@gmail.com>
22849
22850 PR guile/16612
22851 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22852 collect after discarding symbols.
22853
350e1a76
DE
228542014-03-13 Ludovic Courtès <ludo@gnu.org>
22855 Doug Evans <xdje42@gmail.com>
22856
22857 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22858 to history survives a gc.
22859
a69900ae
PA
228602014-03-13 Pedro Alves <palves@redhat.com>
22861
22862 * gdb.base/default.exp: Don't test "target procfs".
22863
5db9f0bd
PA
228642014-03-13 Pedro Alves <palves@redhat.com>
22865
22866 * gdb.base/default.exp: Update "target child" and "target procfs"
22867 tests to not expect "Unix".
22868
b3ccfe11
TT
228692014-03-12 Tom Tromey <tromey@redhat.com>
22870
22871 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22872 New procs. Add target-async tests.
22873 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22874 Add target-async tests.
22875
646f4417
AA
228762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22877
22878 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22879 'func_start' and 'func_end' for the beginning and end of the
22880 function code, respectively.
22881 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22882 'func_end' instead of 'func' and 'main'.
22883
288c211f
AA
228842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22885
22886 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22887 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22888 generate the debug info assembler source.
22889
e0c0f156
AA
228902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22891
22892 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22893 * gdb.dwarf2/arr-subrange.exp: Likewise.
22894 * gdb.dwarf2/dwz.exp: Likewise.
22895 * gdb.dwarf2/method-ptr.exp: Likewise.
22896 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22897 * gdb.dwarf2/subrange.exp: Likewise.
22898 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22899 * gdb.dwarf2/implptrpiece.exp: Likewise.
22900 * gdb.dwarf2/nostaticblock.exp: Likewise.
22901
0e5c4555
AA
229022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22903
22904 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22905 directory to absolute path name arguments.
22906
5ec18f2b
JG
229072014-03-10 Joel Brobecker <brobecker@adacore.com>
22908
22909 * gdb.ada/tagged_access: New testcase.
22910
847fc4f2
MM
229112014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22912
22913 * gdb.btrace/data.exp: Update expected output.
22914
cc3da688
YQ
229152014-03-06 Yao Qi <yao@codesourcery.com>
22916
22917 * gdb.trace/pr16508.exp: New file.
22918
0f26cec1
PA
229192014-03-05 Pedro Alves <palves@redhat.com>
22920
22921 PR gdb/16575
22922 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22923 procedure.
22924 (top level): Adjust to use it. Add tests that exercise breakpoint
22925 interaction with the code-cache.
22926
7a5a839f
LC
229272014-02-26 Ludovic Courtès <ludo@gnu.org>
22928
22929 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22930 test for 'history-append!'.
22931
31aa7e4e
JB
229322014-02-26 Joel Brobecker <brobecker@adacore.com>
22933
22934 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22935 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22936 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22937 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22938 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22939 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22940
1b588015
JB
229412014-02-26 Joel Brobecker <brobecker@adacore.com>
22942
22943 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22944 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22945 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22946
55426c9d
JB
229472014-02-26 Joel Brobecker <brobecker@adacore.com>
22948
22949 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22950
dc53a7ad
JB
229512014-02-26 Joel Brobecker <brobecker@adacore.com>
22952
22953 * gdb.dwarf2/arr-stride.c: New file.
22954 * gdb.dwarf2/arr-stride.exp: New file.
22955
12ab52e9
PA
229562014-02-26 Pedro Alves <palves@redhat.com>
22957
22958 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22959 that won't ever trigger. Make sure that GDB reports the correct
22960 breakpoint that caused the stop.
22961
849c862e
JK
229622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22963
22964 PR gdb/16626
22965 * gdb.base/auto-load-script: New file.
22966 * gdb.base/auto-load.c: New file.
22967 * gdb.base/auto-load.exp: New file.
22968
71b7d793
JK
22969 PR gdb/16626
22970 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22971
e2f0d509
JK
229722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22973
22974 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22975 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22976
50cc37c8
DE
229772014-02-24 Doug Evans <dje@google.com>
22978
22979 * lib/gdb.exp (run_on_host): Log error output if program fails.
22980
ea4758f2
PA
229812014-02-21 Pedro Alves <palves@redhat.com>
22982
22983 * gdb.threads/step-after-sr-lock.c: Rename to ...
22984 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22985 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22986 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22987 ... this.
22988
d7b30f67
SDJ
229892014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22990
22991 PR tdep/16397
22992 * gdb.arch/amd64-stap-special-operands.exp: New file.
22993 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22994 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22995 * gdb.arch/amd64-stap-triplet.S: Likewise.
22996 * gdb.arch/amd64-stap-triplet.c: Likewise.
22997
83deb43f
JB
229982014-02-20 Joel Brobecker <brobecker@adacore.com>
22999
23000 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23001 in .section pseudo-op.
23002
adde2bff
DE
230032014-02-20 lin zuojian <manjian2006@gmail.com>
23004 Joel Brobecker <brobecker@adacore.com>
23005 Doug Evans <xdje42@gmail.com>
23006
23007 PR symtab/16581
23008 * gdb.dwarf2/dw2-icycle.S: New file.
23009 * gdb.dwarf2/dw2-icycle.c: New file.
23010 * gdb.dwarf2/dw2-icycle.exp: New file.
23011
f7bd0f78
SC
230122014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23013
23014 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23015 operations on gdb.Value objects.
23016 * gdb.python/py-value-cc.exp: Add new test to test operations on
23017 gdb.Value objects.
23018
c17ef0d5
DE
230192014-02-18 Doug Evans <dje@google.com>
23020
23021 * Makefile.in (TESTS): New variable.
23022 (expanded_tests, expanded_tests_or_none): New variables
23023 (check-single): Pass $(expanded_tests_or_none) to runtest.
23024 (check-parallel): Only run tests in $(TESTS) if non-empty.
23025 (check/no-matching-tests-found): New rule.
23026 * README: Document TESTS makefile variable.
23027
5dd3176f
DE
230282014-02-18 Doug Evans <dje@google.com>
23029
23030 * Makefile.in (check-parallel): rm -rf outputs temp.
23031
0b10be4f
JK
230322014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23033
23034 Fix "ERROR: no fileid for" in the testsuite.
23035 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23036
85f224e7
DE
230372014-02-12 Doug Evans <dje@google.com>
23038
23039 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23040 (MISCELLANEOUS): New variable.
23041 (clean): rm -rf $(MISCELLANEOUS).
23042 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23043 dwp live in the same directory as symlinks, with each symlink pointed
23044 to a differently named file in a different directory.
23045
149b30ff
DE
230462014-02-11 Doug Evans <dje@google.com>
23047
23048 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23049 of Tcl file commands.
23050
1dfdac32
MK
230512014-02-10 Mark Kettenis <kettenis@gnu.org>
23052
23053 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23054 "kill -SIGUSR1 -1".
23055
aa4fb036
JB
230562014-02-10 Joel Brobecker <brobecker@adacore.com>
23057
23058 * gdb.ada/tick_length_array_enum_idx: New testcase.
23059
ed3ef339
DE
230602014-02-10 Doug Evans <xdje42@gmail.com>
23061
23062 * configure.ac (AC_OUTPUT): Add gdb.guile.
23063 * configure: Regenerate.
23064 * lib/gdb-guile.exp: New file.
23065 * lib/gdb.exp (get_target_charset): New function.
23066 * gdb.base/help.exp: Update expected output from "apropos apropos".
23067 * gdb.guile/Makefile.in: New file.
23068 * gdb.guile/guile.exp: New file.
23069 * gdb.guile/scm-arch.c: New file.
23070 * gdb.guile/scm-arch.exp: New file.
23071 * gdb.guile/scm-block.c: New file.
23072 * gdb.guile/scm-block.exp: New file.
23073 * gdb.guile/scm-breakpoint.c: New file.
23074 * gdb.guile/scm-breakpoint.exp: New file.
23075 * gdb.guile/scm-disasm.c: New file.
23076 * gdb.guile/scm-disasm.exp: New file.
23077 * gdb.guile/scm-equal.c: New file.
23078 * gdb.guile/scm-equal.exp: New file.
23079 * gdb.guile/scm-error.exp: New file.
23080 * gdb.guile/scm-error.scm: New file.
23081 * gdb.guile/scm-frame-args.c: New file.
23082 * gdb.guile/scm-frame-args.exp: New file.
23083 * gdb.guile/scm-frame-args.scm: New file.
23084 * gdb.guile/scm-frame-inline.c: New file.
23085 * gdb.guile/scm-frame-inline.exp: New file.
23086 * gdb.guile/scm-frame.c: New file.
23087 * gdb.guile/scm-frame.exp: New file.
23088 * gdb.guile/scm-generics.exp: New file.
23089 * gdb.guile/scm-gsmob.exp: New file.
23090 * gdb.guile/scm-iterator.c: New file.
23091 * gdb.guile/scm-iterator.exp: New file.
23092 * gdb.guile/scm-math.c: New file.
23093 * gdb.guile/scm-math.exp: New file.
23094 * gdb.guile/scm-objfile-script-gdb.in: New file.
23095 * gdb.guile/scm-objfile-script.c: New file.
23096 * gdb.guile/scm-objfile-script.exp: New file.
23097 * gdb.guile/scm-objfile.c: New file.
23098 * gdb.guile/scm-objfile.exp: New file.
23099 * gdb.guile/scm-ports.exp: New file.
23100 * gdb.guile/scm-pretty-print.c: New file.
23101 * gdb.guile/scm-pretty-print.exp: New file.
23102 * gdb.guile/scm-pretty-print.scm: New file.
23103 * gdb.guile/scm-section-script.c: New file.
23104 * gdb.guile/scm-section-script.exp: New file.
23105 * gdb.guile/scm-section-script.scm: New file.
23106 * gdb.guile/scm-symbol.c: New file.
23107 * gdb.guile/scm-symbol.exp: New file.
23108 * gdb.guile/scm-symtab-2.c: New file.
23109 * gdb.guile/scm-symtab.c: New file.
23110 * gdb.guile/scm-symtab.exp: New file.
23111 * gdb.guile/scm-type.c: New file.
23112 * gdb.guile/scm-type.exp: New file.
23113 * gdb.guile/scm-value-cc.cc: New file.
23114 * gdb.guile/scm-value-cc.exp: New file.
23115 * gdb.guile/scm-value.c: New file.
23116 * gdb.guile/scm-value.exp: New file.
23117 * gdb.guile/source2.scm: New file.
23118 * gdb.guile/types-module.cc: New file.
23119 * gdb.guile/types-module.exp: New file.
23120
7026a7c1
YQ
231212014-02-10 Yao Qi <yao@codesourcery.com>
23122
23123 PR testsuite/16543
23124 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23125 * configure: Regenerated.
23126 * Makefile.in: New file.
23127
6c466447
AS
231282014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23129
23130 * gdb.python/py-framefilter.exp: Fix typo.
23131
6e854735
YQ
231322014-02-08 Yao Qi <yao@codesourcery.com>
23133
23134 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23135 that no =breakpoint-modified is emitted when breakpoints are
23136 modified through MI commands.
23137
d137e6dc
PA
231382014-02-07 Pedro Alves <pedro@codesourcery.com>
23139 Pedro Alves <palves@redhat.com>
23140
23141 * gdb.threads/step-after-sr-lock.c: New file.
23142 * gdb.threads/step-after-sr-lock.exp: New file.
23143
b5ee5a50
PA
231442014-02-07 Pedro Alves <palves@redhat.com>
23145
23146 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23147
3c77faf3
JK
231482014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23149
23150 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23151 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23152
6dddc817
DE
231532014-02-06 Doug Evans <xdje42@gmail.com>
23154
23155 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23156 output.
23157
23158 * gdb.gdb/python-interrupts.exp: New file.
23159
de7b2893
YQ
231602014-02-05 Yao Qi <yao@codesourcery.com>
23161
23162 * gdb.trace/report.exp (use_collected_data): Test the output
23163 of "info threads" and "info inferiors".
23164
66d032ac
YQ
231652014-02-05 Yao Qi <yao@codesourcery.com>
23166
23167 Revert this patch:
23168
23169 2013-05-24 Yao Qi <yao@codesourcery.com>
23170
23171 * gdb.trace/tfile.exp: Test inferior and thread.
23172
591a12a1
UW
231732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23174
23175 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23176 on a function.
23177 * gdb.base/step-bt.c: Call hello via function pointer to make
23178 sure its first instruction is executed on powerpc64le-linux.
23179
0ff3e01f
UW
231802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23181
23182 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23183
084ee545
UW
231842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23185
23186 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23187 of the test patterns for use on little-endian systems.
23188
6ed14ff3
UW
231892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23190
23191 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23192 (decimal_vector): Fix for little-endian.
23193
401e27fd
JM
231942014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23195
23196 * gdb.arch/sparc-sysstep.exp: New file.
23197 * gdb.arch/sparc-sysstep.c: Likewise.
23198
23199 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23200
8b924729
EBM
232012014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23202
23203 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23204
fb151210
JB
232052014-01-23 Tom Tromey <tromey@redhat.com>
23206
23207 * gdb.ada/array_char_idx: New testcase.
23208
0740f8d8
TT
232092014-01-23 Tom Tromey <tromey@redhat.com>
23210
23211 PR python/16487:
23212 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23213 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23214 classes.
23215
21909fa1
TT
232162014-01-23 Tom Tromey <tromey@redhat.com>
23217
23218 PR python/16491:
23219 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23220 string from an inferior frame.
23221 * gdb.python/py-framefilter-mi.exp: Update.
23222
87ce2a04
DE
232232014-01-22 Doug Evans <dje@google.com>
23224
23225 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23226
237b092b
AA
232272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23228
23229 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23230
d674a709
AA
232312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23232
23233 * gdb.trace/entry-values.exp: Remove excess space character from
23234 regex patterns. Handle s390 call instruction.
23235
20fa3390
AA
232362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23237
23238 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23239 define "*_start" label. Make "name" static.
23240 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23241 ${name} by references to ${name}_start.
23242
78466714
AA
232432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23244
23245 * gdb.base/info-macros.exp: Remove "debug" from the compile
23246 options.
23247
ec9f644a
IB
232482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23249
23250 * gdb.dlang/demangle.exp: New file.
23251
94b1b47e
IB
232522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23253
23254 * gdb.dlang/primitive-types.exp: New file.
23255
7f420862
IB
232562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23257
23258 * configure.ac: Create gdb.dlang/Makefile.
23259 * configure: Regenerate.
23260 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23261 * gdb.dlang/Makefile.in: New file.
23262 * lib/d-support.exp: New file.
23263 * lib/gdb.exp (skip_d_tests): New proc.
23264
52834460
MM
232652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23266
23267 * gdb.btrace/delta.exp: Check reverse stepi.
23268 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23269 * gdb.btrace/finish.exp: New.
23270 * gdb.btrace/next.exp: New.
23271 * gdb.btrace/nexti.exp: New.
23272 * gdb.btrace/record_goto.c: Add comments.
23273 * gdb.btrace/step.exp: New.
23274 * gdb.btrace/stepi.exp: New.
23275 * gdb.btrace/multi-thread-step.c: New.
23276 * gdb.btrace/multi-thread-step.exp: New.
23277 * gdb.btrace/rn-dl-bind.c: New.
23278 * gdb.btrace/rn-dl-bind.exp: New.
23279 * gdb.btrace/data.c: New.
23280 * gdb.btrace/data.exp: New.
23281 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23282
6e07b1d2
MM
232832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23284
23285 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23286 * gdb.btrace/exception.exp: Update.
23287 * gdb.btrace/instruction_history.exp: Update.
23288 * gdb.btrace/record_goto.exp: Update.
23289 * gdb.btrace/tailcall.exp: Update.
23290 * gdb.btrace/unknown_functions.exp: Update.
23291 * gdb.btrace/delta.exp: New.
23292
0b722aec
MM
232932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23294
23295 * gdb.btrace/record_goto.exp: Add backtrace test.
23296 * gdb.btrace/tailcall.exp: Add backtrace test.
23297
066ce621
MM
232982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23299
23300 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23301 * gdb.btrace/record_goto.c: New.
23302 * gdb.btrace/record_goto.exp: New.
23303 * gdb.btrace/x86-record_goto.S: New.
23304
0688d04e
MM
233052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23306
23307 * gdb.btrace/function_call_history.exp: Update tests.
23308 * gdb.btrace/instruction_history.exp: Update tests.
23309
8710b709
MM
233102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23311
23312 * gdb.btrace/function_call_history.exp: Fix expected field
23313 order for "record function-call-history".
23314 Add new tests for "record function-call-history /c".
23315 * gdb.btrace/exception.cc: New.
23316 * gdb.btrace/exception.exp: New.
23317 * gdb.btrace/tailcall.exp: New.
23318 * gdb.btrace/x86-tailcall.S: New.
23319 * gdb.btrace/x86-tailcall.c: New.
23320 * gdb.btrace/unknown_functions.c: New.
23321 * gdb.btrace/unknown_functions.exp: New.
23322 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23323
5de9129b
MM
233242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23325
23326 * gdb.btrace/instruction_history.exp: Update.
23327 * gdb.btrace/function_call_history.exp: Update.
23328
23a7fe75
MM
233292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23330
23331 * gdb.btrace/function_call_history.exp: Fix expected function
23332 trace.
23333 * gdb.btrace/instruction_history.exp: Initialize traced.
23334 Remove traced_functions.
23335
724c7dd8
MM
233362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23337
23338 * gdb.btrace/function_call_history.exp: Update
23339 * gdb.btrace/instruction_history.exp: Update.
23340
6d78d93b
MM
233412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23342
23343 * gdb.btrace/enable.exp: Update expected text.
23344
93a360cc
OJ
233452014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23346
23347 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23348 bytes.
23349
3772b53f
MR
233502014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23351
23352 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23353
596662fa
OJ
233542014-01-15 Omair Javaid <omair.javaid@linaro.org>
23355
23356 * lib/gdb.exp (supports_process_record): Return true for
23357 arm*-linux*. (supports_reverse): Likewise.
23358
b5b08fb4
SC
233592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23360
23361 PR python/15464
23362 PR python/16113
23363 * gdb.python/py-type.c: Enhance test case.
23364 * gdb.python/py-value-cc.cc: Likewise
23365 * gdb.python/py-type.exp: Add new tests.
23366 * gdb.python/py-value-cc.exp: Likewise
23367
52d7fb13
AA
233682014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23369 Pedro Alves <palves@redhat.com>
23370
23371 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23372 Make "name" extern.
23373 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23374 references to ${name}_start by references to ${name}.
23375
a2cd8cfe
JB
233762014-01-10 Joel Brobecker <brobecker@adacore.com>
23377
23378 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23379
4e23fced
JB
233802014-01-10 Joel Brobecker <brobecker@adacore.com>
23381
23382 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23383
c6a9e42c
PA
233842014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23385 Pedro Alves <palves@redhat.com>
23386
23387 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23388 mi_gdb_target_load.
c6a9e42c 23389
b7ea362b
PA
233902014-01-08 Pedro Alves <palves@redhat.com>
23391
23392 * gdb.threads/reconnect-signal.c: New file.
23393 * gdb.threads/reconnect-signal.exp: New file.
23394
5e3f4fab
EBM
233952014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23396
23397 * gdb.base/source-dir.exp: New file.
23398
79301218
JB
233992014-01-07 Joel Brobecker <brobecker@adacore.com>
23400
23401 * gdb.ada/mi_interface: New testcase.
23402
8e355c5d
JB
234032014-01-07 Joel Brobecker <brobecker@adacore.com>
23404
23405 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23406 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23407 gdb.ada/pp-rec-component/pck.ads: New files.
23408
c0d48811
JB
234092014-01-07 Joel Brobecker <brobecker@adacore.com>
23410
23411 * gdb.python/py-pp-integral.c: New file.
23412 * gdb.python/py-pp-integral.py: New file.
23413 * gdb.python/py-pp-integral.exp: New file.
23414
17b609c3 23415For older changes see ChangeLog-1993-2013.
c906108c 23416\f
8d8cb839
EZ
23417;; Local Variables:
23418;; mode: change-log
23419;; left-margin: 8
23420;; fill-column: 74
23421;; version-control: never
23422;; End:
902f2ccb 23423
3666a048 23424 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23425 Copying and distribution of this file, with or without modification,
23426 are permitted provided the copyright notice and this notice are preserved.
This page took 6.022639 seconds and 4 git commands to generate.