gdb/dwarf: split dwarf2_cu::ranges_base in two
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2b0c7f41
SM
12021-02-02 Simon Marchi <simon.marchi@efficios.com>
2
3 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
4 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
5 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
6 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
7 attribute
8
ecfda20d
SM
92021-02-02 Simon Marchi <simon.marchi@efficios.com>
10
11 PR gdb/26813
12 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
13 (loclists): New proc.
14 * gdb.dwarf2/loclists-multiple-cus.c: New.
15 * gdb.dwarf2/loclists-multiple-cus.exp: New.
16 * gdb.dwarf2/loclists-sec-offset.c: New.
17 * gdb.dwarf2/loclists-sec-offset.exp: New.
18
6b0933da
SM
192021-02-02 Simon Marchi <simon.marchi@efficios.com>
20
21 * lib/dwarf.exp (_location): Add parameters.
22 (_handle_DW_FORM): Adjust.
23
962effa7
SM
242021-02-02 Simon Marchi <simon.marchi@efficios.com>
25
26 PR gdb/26813
27 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
28 (cu): Generate header for DWARF 5.
29 (rnglists): New proc.
30 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
31 * gdb.dwarf2/rnglists-sec-offset.exp: New.
32
2bd3e4b8
TV
332021-02-02 Tom de Vries <tdevries@suse.de>
34
35 PR symtab/24620
36 * gdb.dwarf2/fission-reread.exp: Add test-case.
37
c39c8637
TV
382021-02-01 Tom de Vries <tdevries@suse.de>
39
40 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
41 * gdb.dwarf2/fission-loclists-pie.S: Same.
42 * gdb.dwarf2/fission-loclists.S: Same.
43 * gdb.dwarf2/fission-multi-cu.S: Same.
44 * gdb.dwarf2/fission-reread.S: Same.
45 * gdb.dwarf2/fission-base.exp: Use DWO.
46 * gdb.dwarf2/fission-loclists-pie.exp: Same.
47 * gdb.dwarf2/fission-loclists.exp: Same.
48 * gdb.dwarf2/fission-multi-cu.exp: Same.
49 * gdb.dwarf2/fission-reread.exp: Same.
50
ebde6f2d
TV
512021-01-29 Tom de Vries <tdevries@suse.de>
52
53 PR breakpoints/26063
54 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
55 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
56
620ec3ca
TV
572021-01-29 Tom de Vries <tdevries@suse.de>
58
59 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
60
cdeba395
TV
612021-01-28 Tom de Vries <tdevries@suse.de>
62
63 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
64 in the backtrace, and use that in the rest of the test instead of
65 hardcoded constant 3. Use "frame" instead of "up" for robustness.
66
c47b145e
TV
672021-01-28 Tom de Vries <tdevries@suse.de>
68
69 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
70 * gdb.arch/i386-sse-stack-align.c: Same.
71 * gdb.arch/i386-sse-stack-align.exp: Same.
72
47918cca
AB
732021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
76
2f985dd1
TV
772021-01-28 Tom de Vries <tdevries@suse.de>
78
79 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
80
22efa3d3
TV
812021-01-28 Tom de Vries <tdevries@suse.de>
82
83 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
84 "maint info line-table". Make PASS pattern more specific. Make
85 FAIL pattern work for -m32.
86
59b59f08
LS
872021-01-27 Lancelot SIX <lsix@lancelotsix.com>
88
89 PR gdb/27133
90 * gdb.base/ui-redirect.exp: Add test case that ensures that
91 redirecting both logging and debug does not cause gdb to crash.
92
93
807f647c
MM
942021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
95
96 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
97
4ca40594
TV
982021-01-26 Tom de Vries <tdevries@suse.de>
99
100 * gdb.threads/killed-outside.exp: Allow regular output.
101
d0021af3
TV
1022021-01-26 Tom de Vries <tdevries@suse.de>
103
104 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
105
9f6c202e
TV
1062021-01-25 Tom de Vries <tdevries@suse.de>
107
108 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
109 * lib/gdb.exp: Use gdb_load_no_complaints.
110
a625a8c9
TT
1112021-01-25 Tom Tromey <tromey@adacore.com>
112
113 * gdb.ada/fixed_points.exp: Add regression test.
114 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
115 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
116
19184910
TT
1172021-01-25 Tom Tromey <tromey@adacore.com>
118
119 * gdb.ada/local-enum.exp: Add enumerator resolution test.
120
acd6125f
TT
1212021-01-25 Tom Tromey <tromey@adacore.com>
122
123 * gdb.ada/local-enum.exp: New file.
124 * gdb.ada/local-enum/local.adb: New file.
125
1af4c9c4
TT
1262021-01-23 Tom Tromey <tom@tromey.com>
127
128 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
129
705646c0
BE
1302021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
131
132 * gdb.base/line65535.exp: Fix test expectation.
133
0ac85db5
SM
1342021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
135
136 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
137 suppression.
138 (default_gdb_exit): Likewise.
139 (default_gdb_spawn): Likewise.
140 (send_gdb): Likewise.
141 (gdb_expect): Likewise.
142 (gdb_expect_list): Likewise.
143 (default_gdb_init): Likewise.
144 (gdb_suppress_entire_file): Remove.
145 (gdb_suppress_tests): Remove.
146 (gdb_stop_suppressing_tests): Remove.
147 (gdb_clear_suppressed): Remove.
148 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
149 related to test suppression.
150 (default_mi_gdb_start): Likewise.
151 (mi_gdb_reinitialize_dir): Likewise.
152 (mi_gdb_test): Likewise.
153 (mi_run_cmd_full): Likewise.
154 (mi_runto_helper): Likewise.
155 (mi_execute_to): Likewise.
156 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
157 * gdb.base/bitfields.exp: Likewise.
158 * gdb.base/bitfields2.exp: Likewise.
159 * gdb.base/break.exp: Likewise.
160 * gdb.base/call-sc.exp: Likewise.
161 * gdb.base/callfuncs.exp: Likewise.
162 * gdb.base/dfp-test.exp: Likewise.
163 * gdb.base/endian.exp: Likewise.
164 * gdb.base/exprs.exp: Likewise.
165 * gdb.base/funcargs.exp: Likewise.
166 * gdb.base/hbreak2.exp: Likewise.
167 * gdb.base/recurse.exp: Likewise.
168 * gdb.base/scope.exp: Likewise.
169 * gdb.base/sepdebug.exp: Likewise.
170 * gdb.base/structs.exp: Likewise.
171 * gdb.base/until.exp: Likewise.
172 * gdb.cp/misc.exp: Likewise.
173
9d2d8a16
AB
1742021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 PR cli/25956
177 * gdb.base/style.exp (run_style_tests): Add version string test.
178 (test_startup_version_string): Use version style name.
179 * lib/gdb-utils.exp (style): Handle version style name.
180
e7b43072
AB
1812021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
182
183 * gdb.base/style.exp (limited_style): New proc.
184 (clean_restart_and_disable): New proc.
185 (run_style_tests): New proc. Most of the old tests from this file
186 are now in this proc.
187 (test_startup_version_string): New proc. Reamining test from the
188 old file is in this proc.
189
2189c312
SM
1902021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
191
192 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
193 Adjust to "set debug remote" changes.
194
cd211c75
LM
1952021-01-21 Luis Machado <luis.machado@linaro.org>
196
197 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
198 message.
199
730af663
SM
2002021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
201
202 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
203
325d39e4
HD
2042021-01-21 Hannes Domani <ssbssa@yahoo.de>
205
206 PR python/19151
207 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
208
c3e96aa7
SM
2092021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
210
211 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
212
6571ffc6
SM
2132021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
214
215 * lib/tuiterm.exp: Add links in comments.
216
7c794afd
TV
2172021-01-20 Tom de Vries <tdevries@suse.de>
218
219 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
220 offset.
221
1402665c
TV
2222021-01-20 Tom de Vries <tdevries@suse.de>
223
224 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
225
6f52fdf4
SDJ
2262021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
227
228 * gdb.arch/amd64-stap-expressions.S: New file.
229 * gdb.arch/amd64-stap-expressions.exp: New file.
230
14852123
TV
2312021-01-19 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
234 sequence.
235
0c4e2c6c
TV
2362021-01-19 Tom de Vries <tdevries@suse.de>
237
238 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
239
02baa133
AB
2402021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.fortran/array-slices.exp (run_test): Avoid including
243 addresses in test names.
244
10f92414
TV
2452021-01-15 Tom de Vries <tdevries@suse.de>
246
247 PR testsuite/26997
248 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
249 when adding sizeof.
250
116d0cf1
TV
2512021-01-14 Tom de Vries <tdevries@suse.de>
252
253 PR testsuite/24590
254 * gdb.base/style.exp: Handle shorter argv in frame command output.
255
8f66807b
AB
2562021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 PR gdb/26819
259 * gdb.server/stop-reply-no-thread-multi.c: New file.
260 * gdb.server/stop-reply-no-thread-multi.exp: New file.
261
3f94e588
TV
2622021-01-12 Tom de Vries <tdevries@suse.de>
263
264 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
265 (main): Remove call to have_mpx.
266 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
267 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
268 (main): Remote call to have_mpx.
269 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
270 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
271 (main): Remove call to have_mpx.
272 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
273 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
274 (main): Remove call to have_mpx.
275 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
276 * gdb.arch/i386-mpx.c (have_mpx): Remove.
277 (main): Remote call to have_mpx.
278 * gdb.arch/i386-mpx.exp: Use have_mpx.
279 * lib/gdb.exp (have_mpx): New proc.
280
5291fe3c
SP
2812021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
282
283 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
284
18bfb505
TV
2852021-01-12 Tom de Vries <tdevries@suse.de>
286
287 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
288
ce38f5ed
AB
2892021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.fortran/debug-expr.exp: Add new tests.
292
7c654b71
AB
2932021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * gdb.fortran/dot-ops.exp: Add new tests.
296
10dadadc
TV
2972021-01-11 Tom de Vries <tdevries@suse.de>
298
299 PR testsuite/26968
300 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
301 Move insn setting $eax to before probe point.
302
66beed02
TT
3032021-01-09 Tom Tromey <tom@tromey.com>
304
305 * gdb.trace/ax.exp: Do not require an "ext".
306
8fc48b79
TT
3072021-01-08 Tom Tromey <tromey@adacore.com>
308
309 * gdb.ada/voidctx/pck.adb: New file.
310 * gdb.ada/voidctx/pck.ads: New file.
311 * gdb.ada/voidctx/voidctx.adb: New file.
312 * gdb.ada/voidctx.exp: New file.
313
6abd4cf2
SM
3142021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
315
316 PR gdb/27157
317 * gdb.base/empty-host-env-vars.exp: New test.
318
d00f0868
AB
3192021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.base/completion.exp: Add a new test.
322
3c8c6de2
AB
3232021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.fortran/intvar-dynamic-types.exp: New file.
326 * gdb.fortran/intvar-dynamic-types.f90: New file.
327
e3436813
AB
3282021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * gdb.fortran/intvar-array.exp: New file.
331 * gdb.fortran/intvar-array.f90: New file.
332
d4813f10
TT
3332021-01-07 Tom Tromey <tromey@adacore.com>
334
335 * gdb.ada/assign_arr.exp: Add 'others' test.
336
b49180ac
TT
3372021-01-06 Tom Tromey <tromey@adacore.com>
338
339 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
340 (FP4_Type): New type.
341 (FP4_Var): New variable.
342 * gdb.ada/fixed_points/fixed_points.adb: Update.
343 * gdb.ada/fixed_points.exp: Add tests for binary operators.
344
3c55062c
SM
3452021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
346
347 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
348 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
349 Pass prompt containing debug print to gdb_test_sequence.
350
e4ad960a
TV
3512021-01-04 Tom de Vries <tdevries@suse.de>
352
353 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
354
3ec3145c
SM
3552021-01-04 Simon Marchi <simon.marchi@efficios.com>
356
357
358
8dc558a0
SM
3592021-01-04 Simon Marchi <simon.marchi@efficios.com>
360
361 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
362 * gdb.server/connect-without-multi-process.exp: Likewise.
363 * gdb.server/exit-multiple-threads.exp: Likewise.
364 * gdb.server/ext-attach.exp: Likewise.
365 * gdb.server/ext-restart.exp: Likewise.
366 * gdb.server/ext-run.exp: Likewise.
367 * gdb.server/ext-wrapper.exp: Likewise.
368 * gdb.server/multi-ui-errors.exp: Likewise.
369 * gdb.server/no-thread-db.exp: Likewise.
370 * gdb.server/reconnect-ctrl-c.exp: Likewise.
371 * gdb.server/run-without-local-binary.exp: Likewise.
372 * gdb.server/server-kill.exp: Likewise.
373 * gdb.server/server-run.exp: Likewise.
374 * gdb.server/solib-list.exp: Likewise.
375 * gdb.server/stop-reply-no-thread.exp: Likewise.
376 * gdb.server/wrapper.exp: Likewise.
377 * gdb.server/sysroot.exp: Increase timeout when testing the
378 target: sysroot.
379
d8387cc8
SM
3802021-01-04 Simon Marchi <simon.marchi@efficios.com>
381
382 * gdb.server/server-run.exp: Use clean_restart.
383
5169ae34
SM
3842021-01-04 Simon Marchi <simon.marchi@efficios.com>
385
386 * gdb.server/ext-run.exp: Use clean_restart.
387
7b0ff8a2
SM
3882021-01-04 Simon Marchi <simon.marchi@efficios.com>
389
390 * gdb.server/stop-reply-no-thread.exp: Use build_executable
391 instead of prepare_for_testing.
392
a754fbdf
SM
3932021-01-04 Simon Marchi <simon.marchi@efficios.com>
394
395 * gdb.server/solib-list.exp: Use clean_restart.
396
c5e71b33
TV
3972021-01-04 Tom de Vries <tdevries@suse.de>
398
399 * gdb.base/morestack.c: Remove printf.
400 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
401
9b243007
TT
4022020-12-31 Tom Tromey <tom@tromey.com>
403
404 * gdb.rust/simple.exp: Update output for Rust 1.49.
405
4ff509e7
BE
4062020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
407
408 * gdb.cp/step-and-next-inline.exp: Fix test case.
409
391750c3
SM
4102020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
411
412 * gdb.python/py-frame-args.exp: De-duplicate test names.
413
b7874836
AB
4142020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 PR gdb/27059
417 * gdb.dwarf2/dyn-type-unallocated.c: New file.
418 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
419
e1ff6226
PW
4202020-12-21 Peter Waller <p@pwaller.net>
421
422 * gdb.base/style-interp-exec-mi.exp: New.
423 * gdb.base/style-interp-exec-mi.c: New.
424
ca01f1bf
SM
4252020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
426
427 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
428 gdb_test. Use proc_with_prefix.
429
0fe69a94
MM
4302020-12-21 Markus Metzger <markus.t.metzger@intel.com>
431
432 * gdb.btrace/exception.exp: Build with nopie.
433 * gdb.btrace/function_call_history.exp: Likewise.
434 * gdb.btrace/unknown_functions.exp: Likewise.
435
806e7575
MM
4362020-12-21 Markus Metzger <markus.t.metzger@intel.com>
437
438 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
439
493d2172
MM
4402020-12-21 Markus Metzger <markus.t.metzger@intel.com>
441
442 * gdb.python/py-record-btrace.exp: Make test names unique.
443 * gdb.python/py-record-full.exp: Likewise.
444
1a1c0afc
MM
4452020-12-21 Markus Metzger <markus.t.metzger@intel.com>
446
447 * gdb.btrace/data.exp: Make test names unique.
448 * gdb.btrace/delta.exp: Likewise.
449 * gdb.btrace/enable.exp: Likewise.
450 * gdb.btrace/function_call_history.exp: Likewise.
451 * gdb.btrace/nohist.exp: Likewise.
452 * gdb.btrace/non-stop.exp: Likewise.
453 * gdb.btrace/rn-dl-bind.exp: Likewise.
454 * gdb.btrace/step.exp: Likewise.
455 * gdb.btrace/stepi.exp: Likewise.
456 * gdb.btrace/tailcall.exp: Likewise.
457
98d837f0
MM
4582020-12-21 Markus Metzger <markus.t.metzger@intel.com>
459
460 * gdb.btrace/enable.exp: Update error message.
461 * gdb.btrace/multi-inferior.exp: Likewise.
462 * gdb.btrace/reconnect.exp: Likewise.
463 * gdb.python/py-record-btrace.exp: Likewise.
464 * gdb.python/py-record-full.exp: Likewise.
465
c541fa7c
TV
4662020-12-20 Tom de Vries <tdevries@suse.de>
467
468 * lib/gdb.exp (save_target_board_info): New proc.
469 (gdb_compile_shlib): Use save_target_board_info.
470
60108e47
TV
4712020-12-19 Tom de Vries <tdevries@suse.de>
472
473 * lib/gdb.exp (supports_scalar_storage_order_attribute)
474 (supports_gnuc): New proc.
475 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
476 test_compiler_info calls. Add unsupported message.
477 * gdb.base/endianity.c: Use TEST_SSO.
478
fa639f55
HD
4792020-12-19 Hannes Domani <ssbssa@yahoo.de>
480
481 PR exp/27070
482 * gdb.python/compare-enum-type-a.c: New test.
483 * gdb.python/compare-enum-type-b.c: New test.
484 * gdb.python/compare-enum-type.exp: New file.
485 * gdb.python/compare-enum-type.h: New test.
486
4aea001f
HD
4872020-12-18 Hannes Domani <ssbssa@yahoo.de>
488
489 * gdb.python/py-format-string.exp: Add tests for address keyword.
490
b3f9469b
HD
4912020-12-18 Hannes Domani <ssbssa@yahoo.de>
492
493 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
494
86ef42bd
TT
4952020-12-18 Tom Tromey <tromey@adacore.com>
496
497 * gdb.ada/fixed_points.exp: Also run with
498 -fgnat-encodings=minimal. Update expected output.
499
93df4a1d
SM
5002020-12-16 Simon Marchi <simon.marchi@efficios.com>
501
502 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
503 * gdb.base/continue-all-already-running.exp: Likewise.
504 * gdb.base/moribund-step.exp: Likewise.
505 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
506
592995fa
TV
5072020-12-16 Tom de Vries <tdevries@suse.de>
508
509 * gdb.base/batch-preserve-term-settings.exp:
510
1e61189d
TV
5112020-12-16 Tom de Vries <tdevries@suse.de>
512
513 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
514 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
515
19007d95
LM
5162020-12-16 Luis Machado <luis.machado@linaro.org>
517
518 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
519 pointer-based memory accesses.
520 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
521 hw watchpoint cases.
522
a33fc9ae
RK
5232020-12-15 Rae Kim <rae.kim@gmail.com>
524
525 * gdb.base/document.exp: New test.
526
0e5ad442
TT
5272020-12-15 Tom Tromey <tromey@adacore.com>
528
529 * gdb.base/style.exp: Add deprecation tests.
530
60598dbd
SM
5312020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
532
533 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
534
8cd6d968
MW
5352020-12-14 Mark Wielaard <mark@klomp.org>
536
537 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
538 specially, set attr_form_comment to the actual FORM string used.
539
eab9267c
MW
5402020-12-14 Mark Wielaard <mark@klomp.org>
541
542 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
543 _constants(SPECIAL_expr) here, but set it...
544 (Dwarf::cu): ...here based on _cu_version.
545
2f413264
TV
5462020-12-14 Tom de Vries <tdevries@suse.de>
547
548 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
549 pass -fPIC.
550 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
551 * gdb.base/break-probes.exp: Same.
552 * gdb.base/ctxobj.exp: Same.
553 * gdb.base/dso2dso.exp: Same.
554 * gdb.base/global-var-nested-by-dso.exp: Same.
555 * gdb.base/info-shared.exp: Same.
556 * gdb.base/jit-reader-simple.exp: Same.
557 * gdb.base/print-file-var.exp: Same.
558 * gdb.base/skip-solib.exp: Same.
559 * gdb.btrace/dlopen.exp: Same.
560
18f1cb1f
TV
5612020-12-14 Tom de Vries <tdevries@suse.de>
562
563 PR testsuite/26963
564 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
565
519155c9
TV
5662020-12-14 Tom de Vries <tdevries@suse.de>
567
568 PR testsuite/26962
569 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
570 cast it to its declared type".
571
153f6e6c
TV
5722020-12-14 Tom de Vries <tdevries@suse.de>
573
574 PR testsuite/26951
575 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
576 shell prompt.
577
86b44259
TT
5782020-12-14 Tom Tromey <tromey@adacore.com>
579
580 * gdb.ada/nested.exp: Add new tests.
581 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
582
e26624c6
TT
5832020-12-14 Tom Tromey <tromey@adacore.com>
584
585 * gdb.dwarf2/ada-thick-pointer.exp: New file.
586
a3bdae4e
TT
5872020-12-14 Tom Tromey <tromey@adacore.com>
588
589 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
590
862fcbd8
TV
5912020-12-13 Tom de Vries <tdevries@suse.de>
592
593 PR testsuite/26953
594 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
595 attribute support if compiler doesn't support it.
596
a406a98e
TV
5972020-12-13 Tom de Vries <tdevries@suse.de>
598
599 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
600 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
601 source to shared lib. Add ada to options.
602
5d7e6ed0
TV
6032020-12-13 Tom de Vries <tdevries@suse.de>
604
605 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
606 calling gnatbind and gnatlink.
607
ee9812a0
AB
6082020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/dcache-flush.c: New file.
611 * gdb.base/dcache-flush.exp: New file.
612
50a5f187
AB
6132020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
616 commands.
617 * gdb.base/killed-outside.exp: Likewise.
618 * gdb.opt/inline-bt.exp: Likewise.
619 * gdb.perf/gmonster-null-lookup.py: Likewise.
620 * gdb.perf/gmonster-print-cerr.py: Likewise.
621 * gdb.perf/gmonster-ptype-string.py: Likewise.
622 * gdb.python/py-unwind.exp: Likewise.
623
19c659f1
AB
6242020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.base/commands.exp: Update expected results.
627
9ef6d4a1
AB
6282020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 PR cli/15104
631 * gdb.base/commands.exp: Add additional tests.
632 * gdb.base/completion.exp: Add additional tests.
633
1536146f
AB
6342020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.base/completion.exp: Add additional tests.
637
346e7e19
TV
6382020-12-11 Tom de Vries <tdevries@suse.de>
639
640 PR testsuite/26991
641 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
642 violations by setting bounds registers if the bounds are passed in the
643 Bounds Table.
644
9cd7a95a
TV
6452020-12-11 Tom de Vries <tdevries@suse.de>
646
647 PR testsuite/26954
648 * gdb.base/float128.exp: Detect and handle no mpfr support.
649
4483a8e7
SM
6502020-12-10 Simon Marchi <simon.marchi@efficios.com>
651
652 PR gdb/24694
653 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
654 calls.
655
10067028
TV
6562020-12-10 Tom de Vries <tdevries@suse.de>
657
658 PR testsuite/26947
659 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
660 braces for tcl 8.5 and earlier.
661
5b56203a
SM
6622020-12-09 Simon Marchi <simon.marchi@efficios.com>
663
664 PR 26875, PR 26901
665 * gdb.base/flexible-array-member.c: New test.
666 * gdb.base/flexible-array-member.exp: New test.
667
b46551b2
TV
6682020-12-08 Tom de Vries <tdevries@suse.de>
669
670 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
671 using is_amd64_regs_target.
672
8439f446
TV
6732020-12-08 Tom de Vries <tdevries@suse.de>
674
675 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
676 self_id.
677
bc545da7
PA
6782020-12-07 Pedro Alves <pedro@palves.net>
679
680 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
681 'additional_flags' variable.
682
1f58f6c2
TBA
6832020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
684
685 * gdb.linespec/explicit.exp: Extend with a test to check completing
686 '-' after seemingly complete options.
687
5759831a
TBA
6882020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
689
690 * gdb.linespec/keywords.exp: Add tests to check positional
691 flexibility of "-force-condition".
692
21e051b3
TBA
6932020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
694
695 * gdb.base/bp-cmds-run-with-ex.c: New file.
696 * gdb.base/bp-cmds-run-with-ex.exp: New file.
697 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
698 * gdb.gdb/python-interrupts.exp: Update the call to
699 'catch_command_errors' with the new argument.
700 * gdb.gdb/python-selftest.exp: Ditto.
701
187b041e
SM
7022020-12-04 Simon Marchi <simon.marchi@efficios.com>
703
704 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
705 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
706 * gdb.threads/non-stop-fair-events.exp: Likewise.
707
3b7a962d
SM
7082020-12-04 Simon Marchi <simon.marchi@efficios.com>
709
710 * gdb.threads/step-over-exec.exp: New.
711 * gdb.threads/step-over-exec.c: New.
712 * gdb.threads/step-over-exec-execd.c: New.
713 * lib/my-syscalls.S: New.
714 * lib/my-syscalls.h: New.
715
e633b117
SM
7162020-12-04 Simon Marchi <simon.marchi@efficios.com>
717
718 * lib/dwarf.exp (declare_labels): Use name as text if text is
719 not provided.
720
67748e0f
TV
7212020-12-04 Tom de Vries <tdevries@suse.de>
722
723 PR testsuite/26990
724 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
725 are unsupported.
726
a8d13675
TV
7272020-12-04 Tom de Vries <tdevries@suse.de>
728
729 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
730 clause.
731
f17727b3
TV
7322020-12-04 Tom de Vries <tdevries@suse.de>
733
734 * gdb.reverse/insn-reverse.exp: Fix count handling.
735
a1499830
TV
7362020-12-04 Tom de Vries <tdevries@suse.de>
737
738 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
739 __x86_64__.
740
9c027c2f
TV
7412020-12-04 Tom de Vries <tdevries@suse.de>
742
743 * gdb.reverse/insn-reverse.c (test_nr): New var.
744 (usage, parse_args): New function.
745 (main): Call parse_args. Only run test for test_nr.
746 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
747 and bail out. Run subtests individually, using an inferior arg
748 specifying the subtest.
749
533b2ae0
AB
7502020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
751
752 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
753
e4502042
AB
7542020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
757 update test to use this.
758
f55a9a37
SM
7592020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
760
761 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
762
0a6155a0
SM
7632020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
764
765 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
766 (do_test): Don't use with_test_prefix.
767 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
768 (do_test): Don't use with_test_prefix.
769 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
770 (do_test): Don't use with_test_prefix.
771 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
772 (do_test): Don't use with_test_prefix.
773
4d56d64a
SM
7742020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
775
776 * gdb.threads/non-ldr-exit.exp: Fix comment.
777
54e75f29
AB
7782020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
779
780 * gdb.xml/maint-xml-dump-03.xml: New file.
781
7ce05d21
TV
7822020-11-30 Tom de Vries <tdevries@suse.de>
783
784 PR symtab/26905
785 * gdb.dwarf2/count.exp: Remove kfails.
786
50757f95
TBA
7872020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
788
789 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
790 indices.
791
4afa9fd9
JB
7922020-11-24 Joel Brobecker <brobecker@adacore.com>
793
794 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
795 the "ptype pck__fp1_range_var" test for the module-2 and pascal
796 languages. Remove the associated setup_xfail.
797
15a491af
SM
7982020-11-23 Simon Marchi <simon.marchi@efficios.com>
799
800 * lib/gdb.exp (gdb_assert): Show error message on error.
801
891615f0
TV
8022020-11-23 Tom de Vries <tdevries@suse.de>
803
804 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
805 * gdb.ada/mod_from_name.exp: Same.
806 * gdb.ada/pckd_arr_ren.exp: Same.
807
19922582
SM
8082020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
809
810 * gdb.base/template.exp: New.
811 * gdb.base/template.c: New.
812
117c628d
GB
8132020-11-22 Gary Benson <gbenson@redhat.com>
814
815 PR gdb/26905
816 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
817 is defined using a DW_AT_count which references another DIE.
818
da39d3ba
TV
8192020-11-21 Tom de Vries <tdevries@suse.de>
820
821 * gdb.base/vla-ptr.exp: Add XFAIL.
822
a5c641b5
AB
8232020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
824
825 * gdb.fortran/array-slices-bad.exp: New file.
826 * gdb.fortran/array-slices-bad.f90: New file.
827 * gdb.fortran/array-slices-sub-slices.exp: New file.
828 * gdb.fortran/array-slices-sub-slices.f90: New file.
829 * gdb.fortran/array-slices.exp: Rewrite tests.
830 * gdb.fortran/array-slices.f90: Rewrite tests.
831 * gdb.fortran/vla-sizeof.exp: Correct expected results.
832
a15a5258
AB
8332020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.base/completion.exp: Add new completion tests.
836
7cb2893d
SM
8372020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
838
839 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
840 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
841 * gdb.mi/mi-nsintrall.exp: Likewise.
842 * gdb.mi/mi-nsmoribund.exp: Likewise.
843 * gdb.mi/mi-nsthrexec.exp: Likewise.
844 * gdb.mi/mi-watch-nonstop.exp: Likewise.
845
cf144ec8
SM
8462020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
847
848 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
849 of perror.
850
6b6a3e05
JM
8512020-11-18 Joseph Myers <joseph@codesourcery.com>
852
853 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
854 $arg.exe exists but $arg does not.
855
811bdca0
GB
8562020-11-17 Gary Benson <gbenson@redhat.com>
857
858 * gdb.trace/trace-common.h (x86_trace_dummy): Add
859 __attribute__ ((used)).
860
c72e3136
AB
8612020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
862
863 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
864
037d7135
AB
8652020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
866
867 * gdb.base/completion.exp: Add new tests.
868
119e99bb
TT
8692020-11-16 Tom Tromey <tromey@adacore.com>
870
871 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
872 tests.
873
b74dbc20
JB
8742020-11-15 Joel Brobecker <brobecker@adacore.com>
875
876 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
877 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
878 (main): Add reference to pck__fp1_var2.
879 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
880
0a12719e
JB
8812020-11-15 Joel Brobecker <brobecker@adacore.com>
882
883 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
884
0c9150e4
JB
8852020-11-15 Joel Brobecker <brobecker@adacore.com>
886
887 * gdb.ada/fixed_points.exp: Add ptype tests.
888 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
889
b26daff9
JB
8902020-11-15 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
893
09584414
JB
8942020-11-15 Joel Brobecker <brobecker@adacore.com>
895
896 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
897 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
898 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
899 New files.
900 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
901
902 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
903 New files.
904
9dd02fc0
AB
9052020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
906
907 PR cli/26879
908 * gdb.fortran/completion.exp: New file.
909 * gdb.fortran/completion.f90: New file.
910
5643c500
JM
9112020-11-12 Joseph Myers <joseph@codesourcery.com>
912
913 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
914 but $arg does not.
915
7bea47f0
AB
9162020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
917
918 * gdb.fortran/types.exp: Add more tests.
919
1f2624a3
TT
9202020-11-12 Tom Tromey <tom@tromey.com>
921
922 PR rust/26799:
923 * gdb.rust/traits.exp: Remove kfails.
924
9e74f0ae
GB
9252020-11-12 Gary Benson <gbenson@redhat.com>
926
927 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
928 statement.
929
acb994fa
SM
9302020-11-11 Simon Marchi <simon.marchi@efficios.com>
931
932 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
933 always-inserted" axis.
934 (do_test): Add breakpoint_always_inserted parameter.
935
95016fd2
TT
9362020-11-10 Tom Tromey <tromey@adacore.com>
937
938 * gdb.ada/bias.exp: Update.
939 * gdb.ada/bias/bias.adb (X): Change value.
940
83100a74
GB
9412020-11-10 Gary Benson <gbenson@redhat.com>
942
943 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
944 regexp fragment in parentheses to prevent false matching.
945
6ff174a7
GB
9462020-11-10 Gary Benson <gbenson@redhat.com>
947
948 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
949
eb24648c
GB
9502020-11-10 Gary Benson <gbenson@redhat.com>
951
952 * gdb.cp/step-and-next-inline.exp: Only require
953 -gstatement-frontiers when building with GCC.
954 Only setup KFAIL's for GCC issues when using
955 a GCC-built executable.
956
86775fab
AB
9572020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * gdb.base/debug-expr.c: Add extra function to allow for an
960 additional test.
961 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
962 to this proc with gdb_test_debug_expr. Add an extra test.
963 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
964 to this proc with gdb_test_debug_expr, give the tests names
965 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
966 calls to this proc with gdb_test_debug_expr, give the tests names
967 * gdb.fortran/debug-expr.exp: New file.
968 * gdb.fortran/debug-expr.f90: New file.
969 * lib/gdb.exp (gdb_test_debug_expr): New proc.
970
a1945bd4
SM
9712020-11-06 Simon Marchi <simon.marchi@efficios.com>
972
973 * lib/dwarf.exp (ranges): Handle "base" and "range" as
974 proceduresu.
975 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
976 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
977 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
978 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
979 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
980 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
981 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
982 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
983
9c91c725
TT
9842020-11-04 Tom Tromey <tromey@adacore.com>
985
986 * gdb.ada/funcall_ref.exp: Update.
987 * gdb.ada/var_rec_arr.exp: Update.
988
8d9fd3a1
TT
9892020-11-04 Tom Tromey <tromey@adacore.com>
990
991 * gdb.ada/rec_ptype.exp: New file.
992 * gdb.ada/rec_ptype/main.adb: New file.
993 * gdb.ada/rec_ptype/p.ads: New file.
994
d8f62e84
TT
9952020-11-04 Tom Tromey <tromey@adacore.com>
996
997 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
998 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
999 (PT_Full): New variable.
1000 * gdb.ada/tick_length_array_enum_idx/pck.adb
1001 (Full_PT): New type.
1002
7ff5b937
TT
10032020-11-04 Tom Tromey <tromey@adacore.com>
1004
1005 * gdb.ada/array_of_variant.exp: New file.
1006 * gdb.ada/array_of_variant/p.adb: New file.
1007 * gdb.ada/array_of_variant/pck.ads: New file.
1008 * gdb.ada/array_of_variant/pck.adb: New file.
1009
10f6a3ad
TT
10102020-11-04 Tom Tromey <tromey@adacore.com>
1011
1012 * gdb.ada/enum_idx_packed.exp: Add test.
1013 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1014 New variable.
1015 * gdb.ada/enum_idx_packed/pck.ads (Short)
1016 (Multi_Dimension, Multi_Dimension_Access): New types.
1017
b72795a8
TT
10182020-11-04 Tom Tromey <tromey@adacore.com>
1019
1020 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1021
24aa1b02
TT
10222020-11-04 Tom Tromey <tromey@adacore.com>
1023
1024 * gdb.ada/set_pckd_arr_elt.exp: Also test
1025 -fgnat-encodings=minimal. Add tests.
1026 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1027 Call Update_Small a second time.
1028 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1029 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1030 (Variant_Access): New types.
1031 (New_Variant): Declare.
1032
c9a28cbe
TT
10332020-11-04 Tom Tromey <tromey@adacore.com>
1034
1035 * gdb.ada/mod_from_name.exp: Test printing slice.
1036
57567375
TT
10372020-11-04 Tom Tromey <tromey@adacore.com>
1038
1039 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1040 values.
1041 * gdb.ada/access_to_unbounded_array.exp: Test different
1042 -fgnat-encodings values.
1043 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1044 values.
1045 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1046 values.
1047 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1048 values.
1049 * gdb.ada/array_of_variable_length.exp: Test different
1050 -fgnat-encodings values.
1051 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1052 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1053 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1054 change.
1055 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1056 values.
1057 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1058 * gdb.ada/out_of_line_in_inlined.exp: Test different
1059 -fgnat-encodings values.
1060 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1061 values.
1062 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1063 values.
1064 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1065 -fgnat-encodings values.
1066 * gdb.ada/variant_record_packed_array.exp: Test different
1067 -fgnat-encodings values.
1068
a7400e44
TT
10692020-11-04 Tom Tromey <tromey@adacore.com>
1070
1071 * gdb.ada/enum_idx_packed.exp: Add tests.
1072 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1073 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1074 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1075 declarations.
1076
c40907bf
TV
10772020-11-03 Tom de Vries <tdevries@suse.de>
1078
1079 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1080 terminator comments.
1081 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1082 terminator.
1083
f468977a
SM
10842020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1085
1086 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1087 integer format test with regexp.
1088
1c2bec19
GB
10892020-11-02 Gary Benson <gbenson@redhat.com>
1090
1091 * gdb.base/print-file-var.exp (test): Separate compiler and
1092 linker options, and build using build_executable_from_specs
1093 to accommodate this.
1094
6539a36d
GB
10952020-11-02 Gary Benson <gbenson@redhat.com>
1096
1097 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1098 for .c files compiled as C++ with Clang if any shared
1099 libraries are specified.
1100
7ea44a51
GB
11012020-11-02 Gary Benson <gbenson@redhat.com>
1102
1103 * lib/attributes.h: New header.
1104 * gdb.base/backtrace.c: Include the above. Replace
1105 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1106 * gdb.base/infcall-nested-structs.c: Likewise.
1107 * gdb.base/vla-optimized-out.c: Likewise.
1108
ab8f783d
TV
11092020-11-02 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1112
d77c9224
JB
11132020-11-01 Joel Brobecker <brobecker@adacore.com>
1114
1115 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1116 System.Min_Int and System.Max_Int with smaller hardcoded
1117 constants.
1118
0e5b0dd0
SM
11192020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1120
1121 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1122 * configure: Re-generate.
1123
136821d9
SM
11242020-10-30 Simon Marchi <simon.marchi@efficios.com>
1125
1126 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1127 expected output.
1128
b78b3a29
TBA
11292020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1130
1131 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1132 behavior.
1133 * gdb.base/paginate-bg-execution.exp: Ditto.
1134 * gdb.base/paginate-inferior-exit.exp: Ditto.
1135 * gdb.base/double-prompt-target-event-error.c: Remove.
1136 * gdb.base/double-prompt-target-event-error.exp: Remove.
1137
cfaa8f76
TBA
11382020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1139
1140 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1141 inferiors' and 'detach inferiors' do not change the current
1142 inferior.
1143
0ad0e70c
TV
11442020-10-29 Tom de Vries <tdevries@suse.de>
1145
1146 * gdb.threads/tls.exp: Fix DUPLICATEs.
1147
99cc6b2a
TV
11482020-10-28 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1151
efe9b873
TV
11522020-10-28 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1155 * gdb.base/reread.exp: Same.
1156
6b68fd45
TV
11572020-10-28 Tom de Vries <tdevries@suse.de>
1158
1159 * lib/gdb.exp (readnow): Handle arg.
1160 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1161
32a5f98a
TV
11622020-10-28 Tom de Vries <tdevries@suse.de>
1163
1164 * gdb.base/relocate.exp: Update regexp for -readnow.
1165
f93b8760
TV
11662020-10-28 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1169 -readnow.
1170
1b00ef06
TV
11712020-10-28 Tom de Vries <tdevries@suse.de>
1172
1173 PR symtab/26772
1174 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1175 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1176
364bb903
TV
11772020-10-28 Tom de Vries <tdevries@suse.de>
1178
1179 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1180 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1181 complaint during file command for -readnow.
1182
445a033f
TV
11832020-10-28 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.cp/nsalias.exp: Fix typo in test name.
1186
fdd67a42
TV
11872020-10-28 Tom de Vries <tdevries@suse.de>
1188
1189 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1190
706baf4c
TV
11912020-10-28 Tom de Vries <tdevries@suse.de>
1192
1193 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1194 -readnow.
1195
b448cca5
TV
11962020-10-27 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1199
5868da03
TV
12002020-10-27 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.base/maint.exp: Update for -readnow.
1203
06db6ec3
TV
12042020-10-27 Tom de Vries <tdevries@suse.de>
1205
1206 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1207 -readnow.
1208
934a1764
GB
12092020-10-14 Gary Benson <gbenson@redhat.com>
1210
1211 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1212 "_vptr$Base" as correct, in addition to "_vptr.Base".
1213 (test_mixed): Likewise.
1214
0bf21fbd
GB
12152020-10-27 Gary Benson <gbenson@redhat.com>
1216
1217 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1218 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1219
b1d4d8d1
TBA
12202020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1221
1222 * gdb.base/condbreak.exp: Update the completion tests to
1223 consider the '-force' flag.
1224
bd24c5d6
TV
12252020-10-27 Tom de Vries <tdevries@suse.de>
1226
1227 * gdb.base/list-ambiguous-readnow.exp: New file.
1228
733d554a
TBA
12292020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1230
1231 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1232 the condition.
1233 * gdb.linespec/cpcompletion.exp: Update to consider the
1234 '-force-condition' keyword.
1235 * gdb.linespec/explicit.exp: Ditto.
1236 * lib/completion-support.exp: Ditto.
1237
b5fa468f
TBA
12382020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1239
1240 * gdb.base/condbreak-multi-context.cc: New file.
1241 * gdb.base/condbreak-multi-context.exp: New file.
1242
b3247276
TT
12432020-10-26 Tom Tromey <tom@tromey.com>
1244
1245 * lib/mi-support.exp (default_mi_gdb_start): Call
1246 gdb_stdin_log_init.
1247 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1248 subtract one from gdb_instances.
1249 (gdb_stdin_log_write): Flush in_file.
1250
1c47ec3e
TV
12512020-10-26 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1254
6390859c
TT
12552020-10-26 Tom Tromey <tromey@adacore.com>
1256
1257 * gdb.ada/unsigned_range/foo.adb: New file.
1258 * gdb.ada/unsigned_range/pack.adb: New file.
1259 * gdb.ada/unsigned_range/pack.ads: New file.
1260 * gdb.ada/unsigned_range.exp: New file.
1261
55c3ad88
TV
12622020-10-26 Tom de Vries <tdevries@suse.de>
1263
1264 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1265
1612c4bb
TV
12662020-10-26 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1269 for CU.
1270 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1271
7d72802b
TV
12722020-10-23 Tom de Vries <tdevries@suse.de>
1273
1274 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1275 DW_FORM_string.
1276 (Dwarf::_default_form): New proc.
1277 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1278 guessed.
1279
9476b583
TV
12802020-10-23 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1283 * gdb.dwarf2/atomic-type.exp: Same.
1284 * gdb.dwarf2/bad-regnum.exp: Same.
1285 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1286 * gdb.dwarf2/dw2-align.exp: Same.
1287 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1288 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1289 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1290 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1291 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1292 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1293 * gdb.dwarf2/enum-type.exp: Same.
1294 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1295 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1296 * gdb.dwarf2/main-subprogram.exp: Same.
1297 * gdb.dwarf2/missing-type-name.exp: Same.
1298 * gdb.dwarf2/nonvar-access.exp: Same.
1299 * gdb.dwarf2/typedef-void-finish.exp: Same.
1300 * gdb.dwarf2/var-access.exp: Same.
1301 * gdb.dwarf2/void-type.exp: Same.
1302
4a636814
SM
13032020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1304
1305 PR gdb/26693
1306 * gdb.dwarf2/template-specification-full-name.exp: New test.
1307
557fc257
LM
13082020-10-22 Luis Machado <luis.machado@linaro.org>
1309
1310 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1311 expected an offset from the function.
1312 * gdb.base/msym-bp.exp (test): Likewise.
1313
6b4c676c
AB
13142020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * gdb.fortran/array-slices.exp: Add a new test.
1317
98cec4f6
GB
13182020-10-21 Gary Benson <gbenson@redhat.com>
1319
1320 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1321 fullname test with Clang. Also expand comments generally.
1322
ae86f581
TV
13232020-10-20 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1326
8c161360
TV
13272020-10-20 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.dwarf2/arr-stride.c: Remove.
1330 * gdb.dwarf2/arr-stride.exp: Use main.c.
1331 * gdb.dwarf2/arr-subrange.c: Remove.
1332 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1333 * gdb.dwarf2/bad-regnum.c: Remove.
1334 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1335 * gdb.dwarf2/corrupt.c: Remove.
1336 * gdb.dwarf2/corrupt.exp: Use main.c.
1337 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1338 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1339 * gdb.dwarf2/dw2-icycle.c: Remove.
1340 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1341 * gdb.dwarf2/formdata16.c: Remove.
1342 * gdb.dwarf2/formdata16.exp: Use main.c.
1343 * gdb.dwarf2/implptrconst.c: Remove.
1344 * gdb.dwarf2/implptrconst.exp: Use main.c.
1345 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1346 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1347 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1348 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1349
9c2412ec
TV
13502020-10-20 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1353 file.
1354 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1355
0cd2ad78
TV
13562020-10-20 Tom de Vries <tdevries@suse.de>
1357
1358 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1359 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1360 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1361 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1362 * gdb.dwarf2/dw2-ranges.exp: Same.
1363 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1364 * gdb.dwarf2/var-access.exp: Same.
1365
22cc388e
TT
13662020-10-19 Tom Tromey <tromey@adacore.com>
1367
1368 PR tui/26719
1369 * gdb.tui/list.exp: Check source window contents after focus
1370 change.
1371
520596f2
TV
13722020-10-17 Tom de Vries <tdevries@suse.de>
1373
1374 PR symtab/26317
1375 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1376
d1c8a76d
TV
13772020-10-17 Tom de Vries <tdevries@suse.de>
1378
1379 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1380 as suffix.
1381 * gdb.dwarf2/atomic.c: Rename to ...
1382 * gdb.dwarf2/atomic-type.c: ... this.
1383 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1384 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1385 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1386 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1387 * gdb.dwarf2/fission-mix2.c: Rename to ...
1388 * gdb.dwarf2/fission-mix-2.c: ... this.
1389 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1390 standard_testfile.
1391 * gdb.dwarf2/ada-valprint-error.exp: Same.
1392 * gdb.dwarf2/arr-stride.exp: Same.
1393 * gdb.dwarf2/arr-subrange.exp: Same.
1394 * gdb.dwarf2/atomic-type.exp: Same.
1395 * gdb.dwarf2/bad-regnum.exp: Same.
1396 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1397 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1398 * gdb.dwarf2/clang-debug-names.exp: Same.
1399 * gdb.dwarf2/comp-unit-lang.exp: Same.
1400 * gdb.dwarf2/corrupt.exp: Same.
1401 * gdb.dwarf2/count.exp: Same.
1402 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1403 * gdb.dwarf2/data-loc.exp: Same.
1404 * gdb.dwarf2/dw2-align.exp: Same.
1405 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1406 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1407 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1408 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1409 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1410 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1411 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1412 * gdb.dwarf2/dw2-inline-param.exp: Same.
1413 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1414 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1415 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1416 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1417 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1418 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1419 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1420 * gdb.dwarf2/dw2-param-error.exp: Same.
1421 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1422 * gdb.dwarf2/dw2-ranges.exp: Same.
1423 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1424 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1425 * gdb.dwarf2/dw4-sig-types.exp: Same.
1426 * gdb.dwarf2/dynarr-ptr.exp: Same.
1427 * gdb.dwarf2/enum-type.exp: Same.
1428 * gdb.dwarf2/fission-mix.exp: Same.
1429 * gdb.dwarf2/formdata16.exp: Same.
1430 * gdb.dwarf2/implptrconst.exp: Same.
1431 * gdb.dwarf2/implptrpiece.exp: Same.
1432 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1433 * gdb.dwarf2/main-subprogram.exp: Same.
1434 * gdb.dwarf2/method-ptr.exp: Same.
1435 * gdb.dwarf2/missing-sig-type.exp: Same.
1436 * gdb.dwarf2/nonvar-access.exp: Same.
1437 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1438 * gdb.dwarf2/shortpiece.exp: Same.
1439 * gdb.dwarf2/staticvirtual.exp: Same.
1440 * gdb.dwarf2/subrange.exp: Same.
1441 * gdb.dwarf2/symtab-producer.exp: Same.
1442 * gdb.dwarf2/typedef-void-finish.exp: Same.
1443 * gdb.dwarf2/var-access.exp: Same.
1444 * gdb.dwarf2/variant.exp: Same.
1445 * gdb.dwarf2/void-type.exp: Same.
1446 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1447 dw2-ranges-main.c.
1448 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1449
472d09c1
TV
14502020-10-16 Tom de Vries <tdevries@suse.de>
1451
1452 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1453
afe75f6d
TV
14542020-10-16 Tom de Vries <tdevries@suse.de>
1455
1456 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1457
8c8bd0ba
TV
14582020-10-14 Tom de Vries <tdevries@suse.de>
1459
1460 PR testsuite/26732
1461 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1462 scenario 2.
1463 * gdb.ada/mi_catch_ex_hand.exp: Same.
1464
b75d55d4
PA
14652020-10-13 Pedro Alves <pedro@palves.net>
1466
1467 * lib/mi-support.exp (mi_clean_restart): New.
1468 (mi_run_to_main): Delete.
1469 All callers adjust to use mi_clean_restart / mi_runto_main.
1470
e777225b
PA
14712020-10-13 Pedro Alves <pedro@palves.net>
1472
1473 * config/monitor.exp: Use "list -q".
1474 * gdb.arch/gdb1558.exp: Use "break -q".
1475 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1476 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1477 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1478 * gdb.base/commands.exp: Use "break -q".
1479 * gdb.base/condbreak.exp: Use "break -q".
1480 * gdb.base/ctf-ptype.exp: Use "list -q".
1481 * gdb.base/define.exp: Use "break -q".
1482 * gdb.base/del.exp: Use "break -q".
1483 * gdb.base/fullname.exp: Use "break -q".
1484 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1485 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1486 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1487 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1488 "hbreak -q".
1489 * gdb.base/included.exp: Use "list -q".
1490 * gdb.base/label.exp: Use "break -q".
1491 * gdb.base/lineinc.exp: Use "break -q".
1492 * gdb.base/list.exp: Use "list -q".
1493 * gdb.base/macscp.exp: Use "list -q".
1494 * gdb.base/pending.exp: Use "break -q".
1495 * gdb.base/prologue-include.exp: Use "break -q".
1496 * gdb.base/ptype.exp: Use "list -q".
1497 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1498 * gdb.base/server-del-break.exp: Use "break -q".
1499 * gdb.base/style.exp: Use "break -q".
1500 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1501 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1502 * gdb.cp/exception.exp: Use "tbreak -q".
1503 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1504 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1505 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1506 * gdb.dwarf2/pr13961.exp: Use "break -q".
1507 * gdb.linespec/explicit.exp: Use "list -q".
1508 * gdb.linespec/linespec.exp: Use "break -q".
1509 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1510 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1511 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1512 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1513 * gdb.trace/change-loc.exp: Use "break -q".
1514 * gdb.trace/pending.exp: Use "break -q".
1515 * gdb.tui/basic.exp: Use "list -q".
1516 * gdb.tui/list-before.exp: Use "list -q".
1517 * gdb.tui/list.exp: Use "list -q".
1518 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1519
8abd8ee8
PA
15202020-10-13 Pedro Alves <pedro@palves.net>
1521
1522 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1523 saved breakpoints file.
1524 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1525 inspecting breakpoint list.
1526 * lib/gdb.exp (runto_main): Add "qualified" to options.
1527 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1528 and handle it.
1529 (mi_runto_main): Pass 1 as qualified argument.
1530
f71e6719
PA
15312020-10-13 Pedro Alves <pedro@palves.net>
1532
1533 * lib/mi-support.exp (mi_runto_main): New proc.
1534 (mi_run_to_main): Use it.
1535 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1536 * gdb.mi/mi-var-cmd.exp: Likewise.
1537 * gdb.mi/mi-var-invalidate.exp: Likewise.
1538 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1539 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1540 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1541 * gdb.mi/user-selected-context-sync.exp: Likewise.
1542 * gdb.opt/inline-cmds.exp: Likewise.
1543 * gdb.python/py-framefilter-mi.exp: Likewise.
1544 * gdb.python/py-mi.exp: Likewise.
1545
50441f0f
PA
15462020-10-13 Pedro Alves <pedro@palves.net>
1547
1548 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1549 "runto main".
1550 * gdb.ada/small_reg_param.exp: Likewise.
1551 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1552 * gdb.base/annota1.exp: Likewise.
1553 * gdb.base/anon.exp: Likewise.
1554 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1555 * gdb.base/dprintf-non-stop.exp: Likewise.
1556 * gdb.base/dprintf.exp: Likewise.
1557 * gdb.base/gdb11530.exp: Likewise.
1558 * gdb.base/gdb11531.exp: Likewise.
1559 * gdb.base/gnu_vector.exp: Likewise.
1560 * gdb.base/interrupt-noterm.exp: Likewise.
1561 * gdb.base/memattr.exp: Likewise.
1562 * gdb.base/step-over-syscall.exp: Likewise.
1563 * gdb.base/watch-cond-infcall.exp: Likewise.
1564 * gdb.base/watch-read.exp: Likewise.
1565 * gdb.base/watch-vfork.exp: Likewise.
1566 * gdb.base/watch_thread_num.exp: Likewise.
1567 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1568 * gdb.guile/scm-frame-inline.exp: Likewise.
1569 * gdb.linespec/explicit.exp: Likewise.
1570 * gdb.opt/inline-break.exp: Likewise.
1571 * gdb.python/py-frame-inline.exp: Likewise.
1572 * gdb.reverse/break-precsave.exp: Likewise.
1573 * gdb.reverse/break-reverse.exp: Likewise.
1574 * gdb.reverse/consecutive-precsave.exp: Likewise.
1575 * gdb.reverse/consecutive-reverse.exp: Likewise.
1576 * gdb.reverse/finish-precsave.exp: Likewise.
1577 * gdb.reverse/finish-reverse.exp: Likewise.
1578 * gdb.reverse/fstatat-reverse.exp: Likewise.
1579 * gdb.reverse/getresuid-reverse.exp: Likewise.
1580 * gdb.reverse/i386-precsave.exp: Likewise.
1581 * gdb.reverse/i386-reverse.exp: Likewise.
1582 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1583 * gdb.reverse/i387-env-reverse.exp: Likewise.
1584 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1585 * gdb.reverse/insn-reverse.exp: Likewise.
1586 * gdb.reverse/machinestate-precsave.exp: Likewise.
1587 * gdb.reverse/machinestate.exp: Likewise.
1588 * gdb.reverse/pipe-reverse.exp: Likewise.
1589 * gdb.reverse/readv-reverse.exp: Likewise.
1590 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1591 * gdb.reverse/rerun-prec.exp: Likewise.
1592 * gdb.reverse/s390-mvcle.exp: Likewise.
1593 * gdb.reverse/solib-precsave.exp: Likewise.
1594 * gdb.reverse/solib-reverse.exp: Likewise.
1595 * gdb.reverse/step-precsave.exp: Likewise.
1596 * gdb.reverse/step-reverse.exp: Likewise.
1597 * gdb.reverse/time-reverse.exp: Likewise.
1598 * gdb.reverse/until-precsave.exp: Likewise.
1599 * gdb.reverse/until-reverse.exp: Likewise.
1600 * gdb.reverse/waitpid-reverse.exp: Likewise.
1601 * gdb.reverse/watch-precsave.exp: Likewise.
1602 * gdb.reverse/watch-reverse.exp: Likewise.
1603 * gdb.threads/kill.exp: Likewise.
1604 * gdb.threads/tid-reuse.exp: Likewise.
1605
d3a07122
SM
16062020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1607
1608 PR gdb/26642
1609 * gdb.base/maint-target-async-off.c: New test.
1610 * gdb.base/maint-target-async-off.exp: New test.
1611
c65c6c42
AM
16122020-10-13 Alan Modra <amodra@gmail.com>
1613
1614 * gdb.arch/powerpc-altivec.s,
1615 * gdb.arch/powerpc-power7.s,
1616 * gdb.arch/powerpc-power8.s,
1617 * gdb.arch/powerpc-power9.s,
1618 * gdb.arch/powerpc-vsx.s,
1619 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1620 * gdb.arch/powerpc-altivec.exp,
1621 * gdb.arch/powerpc-power7.exp,
1622 * gdb.arch/powerpc-power8.exp,
1623 * gdb.arch/powerpc-power9.exp,
1624 * gdb.arch/powerpc-vsx.exp,
1625 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1626 disassembly of mfvsrd/mtvsrd.
1627
f4a0f710
AM
16282020-10-13 Alan Modra <amodra@gmail.com>
1629
1630 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1631 "target architecture" output.
1632 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1633 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1634 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1635 * gdb.arch/s390-disassembler-options.exp: Likewise.
1636
87a37e5e
PA
16372020-10-12 Pedro Alves <pedro@palves.net>
1638
1639 PR exp/26602
1640 PR c++/26550
1641 * gdb.cp/ambiguous.cc (marker1): Delete.
1642 (main): Initialize all the fields of the locals. Replace marker1
1643 call with a "set breakpoint here" marker.
1644 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1645 instead of running to marker1. Add tests printing all the
1646 variables and all the fields of the variables.
1647 (test_ambiguous): New proc, expecting the new GDB output when a
1648 field access is ambiguous. Change all "warning: X ambiguous"
1649 tests to use it.
1650
71e1b6b0
GB
16512020-10-12 Gary Benson <gbenson@redhat.com>
1652
1653 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1654 * gdb.base/msym-bp-2.c (foo): Likewise.
1655 * gdb.base/msym-lang.c (foo): Likewise.
1656 * gdb.base/msym-lang-main.c (foo): Likewise.
1657 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1658 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1659 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1660 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1661 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1662 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1663 * gdb.python/py-objfile.c (static_var): Likewise.
1664 * gdb.python/py-symbol.c (rr): Likewise.
1665 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1666 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1667
9370fd51
AB
16682020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1669
1670 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1671 output of backtrace.
1672
7c184d33
TT
16732020-10-09 Tom Tromey <tromey@adacore.com>
1674
1675 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1676 (Rec): Add field. Fix range.
1677 * gdb.ada/scalar_storage.exp: Update.
1678
3d87245c
HD
16792020-10-09 Hannes Domani <ssbssa@yahoo.de>
1680
1681 PR exp/26714
1682 * gdb.base/printcmds.exp: Add tests for void results.
1683
f5c4b229
JV
16842020-10-09 Jan Vrany <jan.vrany@labware.com>
1685
1686 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1687 is emmited for both 'set directories' and 'directory' commands.
1688
b2701685
TT
16892020-10-08 Tom Tromey <tom@tromey.com>
1690
1691 * gdb.base/style.exp: Check that "main"'s name is styled.
1692
e86efb33
TT
16932020-10-07 Tom Tromey <tromey@adacore.com>
1694
1695 * gdb.base/find.exp: Rename some tests.
1696
30897591
GB
16972020-10-06 Gary Benson <gbenson@redhat.com>
1698
1699 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1700 * gdb.base/list1.c (unused): Likewise.
1701
ced4a4c1
GB
17022020-10-06 Gary Benson <gbenson@redhat.com>
1703
1704 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1705 __attribute__ ((used)).
1706 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1707
ed3bdac4
AB
17082020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1709
1710 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1711 make use of regions throughout.
1712 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1713 not {...}.
1714 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1715
cd096ec8
HD
17162020-10-05 Hannes Domani <ssbssa@yahoo.de>
1717
1718 * gdb.base/call-sc.c: Fix return struct on stack test case.
1719 * gdb.base/call-sc.exp: Likewise.
1720
3ee6f75d
GB
17212020-10-02 Gary Benson <gbenson@redhat.com>
1722
1723 * README: Fix "paralell".
1724
f65825ec
GB
17252020-09-30 Gary Benson <gbenson@redhat.com>
1726
1727 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1728 Convert directive to lowercase.
1729 (.Labbrev1_begin): Add missing label.
1730 (abbrev code 0x1): Remove DW_AT_stmt_list.
1731 (.Ldie_b): Likewise.
1732
5f278258
TT
17332020-09-27 Tom Tromey <tom@tromey.com>
1734
1735 * gdb.tui/new-layout.exp: Use with_test_prefix.
1736
8f9929bb
GR
17372020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1738
1739 PR python/26586
1740 * gdb.python/python.exp: add test cases for the from_tty
1741 argument to gdb.execute.
1742
c20c017b
GB
17432020-09-25 Gary Benson <gbenson@redhat.com>
1744
1745 * gdb.base/infcall-nested-structs.exp.tcl: Add
1746 additional_flags=-Wno-tautological-compare for C++
1747 tests when compiling using Clang.
1748
68d654af
GB
17492020-09-25 Gary Benson <gbenson@redhat.com>
1750
1751 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1752 for .c files.
1753
b551a89f
TT
17542020-09-24 Tom Tromey <tromey@adacore.com>
1755
1756 PR tui/26638:
1757 * gdb.tui/list.exp: Check output of "focus next".
1758
20a5fcbd
TT
17592020-09-23 Tom Tromey <tom@tromey.com>
1760
1761 * gdb.dwarf2/intbits.exp: New file.
1762 * gdb.dwarf2/intbits.c: New file.
1763
b167e53f
PA
17642020-09-20 Pedro Alves <pedro@palves.net>
1765
1766 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1767 spawn_id before calling remote_close. Close secondary MI channel.
1768
dbc49e9f
PA
17692020-09-20 Pedro Alves <pedro@palves.net>
1770
1771 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1772 fails.
1773
c8d5abea
AB
17742020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1775
1776 * gdb.fortran/array-slices.exp: Update expected results.
1777 * gdb.fortran/class-allocatable-array.exp: Likewise.
1778 * gdb.fortran/multi-dim.exp: Likewise.
1779 * gdb.fortran/vla-type.exp: Likewise.
1780 * gdb.mi/mi-vla-fortran.exp: Likewise.
1781
14f9473c
VC
17822020-09-18 Victor Collod <vcollod@nvidia.com>
1783
1784 PR gdb/26635
1785 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1786 compatible with i386, and move it to...
1787 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1788 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1789 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1790
e8ef12b9
PA
17912020-09-18 Pedro Alves <pedro@palves.net>
1792
1793 PR gdb/26631
1794 * gdb.multi/multi-target-thread-find.exp: New file.
1795
e11daf7a
PA
17962020-09-18 Pedro Alves <pedro@palves.net>
1797
1798 * gdb.multi/multi-target-continue.exp: New file, factored out from
1799 multi-target.exp.
1800 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1801 multi-target.exp.
1802 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1803 multi-target.exp.
1804 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1805 multi-target.exp.
1806 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1807 multi-target.exp.
1808 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1809 multi-target.exp.
1810 * gdb.multi/multi-target.exp: Delete.
1811
d0edc2b8
AB
18122020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1813
1814 * gdb.fortran/array-slices.exp: Add missing message data.
1815
7474326c
PA
18162020-09-17 Pedro Alves <pedro@palves.net>
1817
1818 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1819
dd23068d
PA
18202020-09-17 Pedro Alves <pedro@palves.net>
1821
1822 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1823 full prototype.
1824
0640a543
PA
18252020-09-17 Pedro Alves <pedro@palves.net>
1826
1827 * gdb.python/py-as-string.c: Add cast.
1828
ef0cdbc1
PA
18292020-09-17 Pedro Alves <pedro@palves.net>
1830
1831 * gdb.base/sizeof.c (fill): Add cast.
1832
3a5eeb8b
PA
18332020-09-17 Pedro Alves <pedro@palves.net>
1834
1835 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1836
a8129512
PA
18372020-09-17 Pedro Alves <pedro@palves.net>
1838
1839 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1840 linkage name.
1841 * gdb.base/prologue.exp: Use print /d.
1842 * gdb.base/symbol-alias.exp: Handle C++ output.
1843 * gdb.base/symbol-alias2.c: Handle C++ output.
1844 [__cplusplus] (func): Explicitly specify linkage name.
1845
a83cdcb6
PA
18462020-09-17 Pedro Alves <pedro@palves.net>
1847
1848 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1849 (struct my_key_t): ... this. Adjust all references.
1850 (struct value_t): Rename to ...
1851 (struct my_value_t): ... this. Adjust all references.
1852 (create_map, add_map_element, create_map_map)
1853 (add_map_map_element): Add casts.
1854
d4bcee5c
PA
18552020-09-17 Pedro Alves <pedro@palves.net>
1856
1857 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1858 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1859
81f90489
PA
18602020-09-17 Pedro Alves <pedro@palves.net>
1861
1862 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1863
0a229804
PA
18642020-09-17 Pedro Alves <pedro@palves.net>
1865
1866 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1867 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1868 (charfoo, intfoo): Define full prototype.
1869 * gdb.base/ptype1.c (charfoo): Define full prototype.
1870 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1871 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1872
c3e5138d
PA
18732020-09-17 Pedro Alves <pedro@palves.net>
1874
1875 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1876 Don't define.
1877 (utf_32_string): Compile for both C and C++.
1878 * gdb.base/charset.exp: Use "print /d".
1879
151fdbad
PA
18802020-09-17 Pedro Alves <pedro@palves.net>
1881
1882 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1883 (nullptr): Rename to ...
1884 (null_ptr): ... this.
1885 * gdb.base/watchpoint.exp: Adjust to rename.
1886
18a25b64
PA
18872020-09-17 Pedro Alves <pedro@palves.net>
1888
1889 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1890 (three_not_flag): Add casts.
1891
11fac337
PA
18922020-09-17 Pedro Alves <pedro@palves.net>
1893
1894 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1895 char array.
1896 (main): Add references to Barrier, TestStrings, TestStringsH and
1897 TestStringsW.
1898 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1899 and expect a full prototype in C++.
1900
52626c58
PA
19012020-09-17 Pedro Alves <pedro@palves.net>
1902
1903 * gdb.base/nested-addr.c (main): Add cast.
1904 * gdb.base/nested-addr.exp: Use "print /d".
1905
52bb0902
PA
19062020-09-17 Pedro Alves <pedro@palves.net>
1907
1908 * gdb.base/break.exp (func): New. Use it throughout when
1909 expecting a function name.
1910
73e18ac9
PA
19112020-09-17 Pedro Alves <pedro@palves.net>
1912
1913 * gdb.base/display.exp: Issue "set print asm-demangle on".
1914
c8b18808
PA
19152020-09-17 Pedro Alves <pedro@palves.net>
1916
1917 * gdb.base/find.c: Include <string.h>.
1918 (init_bufs): Add cast.
1919 * gdb.base/find.exp: Issue "set print asm-demangle on".
1920
fe830662
TT
19212020-09-16 Tom Tromey <tromey@adacore.com>
1922
1923 PR gdb/26598:
1924 * gdb.base/skipcxx.exp: New file.
1925 * gdb.base/skipcxx.cc: New file.
1926
945ff6e2
TV
19272020-09-16 Tom de Vries <tdevries@suse.de>
1928
1929 PR testsuite/26617
1930 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1931 WITH_DEBUG_SECTIONS is defined.
1932 (xstr, str): New macro.
1933 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1934 to get start and size of _Dmain.
1935 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1936 using additional_flags.
1937
da1df1db
TBA
19382020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1939
1940 * gdb.base/bp-cmds-sourced-script.c: New file.
1941 * gdb.base/bp-cmds-sourced-script.exp: New test.
1942 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1943
337882d4
TV
19442020-09-16 Tom de Vries <tdevries@suse.de>
1945
1946 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1947 get the gdb prompt after issuing "monitor exit".
1948
7361f908
TV
19492020-09-16 Tom de Vries <tdevries@suse.de>
1950
1951 PR testsuite/26624
1952 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1953
4d91ddd3
TV
19542020-09-16 Tom de Vries <tdevries@suse.de>
1955
1956 PR testsuite/26618
1957 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1958
08cc37dd
TT
19592020-09-15 Tom Tromey <tromey@adacore.com>
1960
1961 PR rust/26197:
1962 * lib/rust-support.exp (rust_llvm_version): New proc.
1963 * gdb.rust/simple.exp: Check rust_llvm_version.
1964
ee6372f2
TV
19652020-09-14 Tom de Vries <tdevries@suse.de>
1966
1967 * gdb.rust/traits.exp: Fix PATH warning.
1968
dc3a371e
PA
19692020-09-13 Pedro Alves <pedro@palves.net>
1970
1971 * gdb.base/catch-follow-exec.c (main): Add explicit return
1972 statement.
1973 * gdb.base/catch-signal.c (main): Likewise.
1974 * gdb.base/condbreak-call-false.c (main): Likewise.
1975 * gdb.base/consecutive.c (main): Add explicit return
1976 statement and return type.
1977 * gdb.base/cursal.c (main): Add explicit return statement.
1978 * gdb.base/cvexpr.c (main): Likewise.
1979 * gdb.base/display.c (main): Add explicit return statement and
1980 return type.
1981 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1982 * gdb.base/endianity.c (main): Likewise.
1983 * gdb.base/execd-prog.c (main): Likewise.
1984 * gdb.base/gdb1090.c (main): Likewise.
1985 * gdb.base/info_qt.c (main): Likewise.
1986 * gdb.base/lineinc.c (main): Likewise.
1987 * gdb.base/load-command.c (main): Likewise.
1988 * gdb.base/macscp1.c (main): Likewise.
1989 * gdb.base/pr10179-a.c (main): Likewise.
1990 * gdb.base/quit-live.c (main): Likewise.
1991 * gdb.base/scope0.c (main): Likewise.
1992 * gdb.base/settings.c (main): Likewise.
1993 * gdb.base/stack-checking.c (main): Return int.
1994 * gdb.base/varargs.c (main): Add explicit return statement.
1995 * gdb.cp/ambiguous.cc (main): Likewise.
1996 * gdb.cp/anon-struct.cc (main): Likewise.
1997 * gdb.cp/anon-union.cc (main): Likewise.
1998 * gdb.cp/bool.cc (main): Likewise.
1999 * gdb.cp/bs15503.cc (main): Likewise.
2000 * gdb.cp/cplusfuncs.cc (main): Likewise.
2001 * gdb.cp/cttiadd.cc (main): Likewise.
2002 * gdb.cp/extern-c.cc (main): Likewise.
2003 * gdb.cp/filename.cc (main): Likewise.
2004 * gdb.cp/formatted-ref.cc (main): Likewise.
2005 * gdb.cp/mb-ctor.cc (main): Likewise.
2006 * gdb.cp/member-ptr.cc (main): Likewise.
2007 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2008 * gdb.cp/overload-const.cc (main): Likewise.
2009 * gdb.cp/paren-type.cc (main): Likewise.
2010 * gdb.cp/parse-lang.cc (main): Likewise.
2011 * gdb.cp/pr-1023.cc (main): Likewise.
2012 * gdb.cp/psmang1.cc (main): Likewise.
2013 * gdb.cp/readnow-language.cc (main): Likewise.
2014 * gdb.cp/ref-params.cc (main): Likewise.
2015 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2016 * gdb.cp/virtbase2.cc (main): Likewise.
2017 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2018 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2019 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2020 * gdb.mi/mi-console.c (main): Likewise.
2021 * gdb.mi/mi-read-memory.c (main): Likewise.
2022 * gdb.modula2/multidim.c (main): Likewise.
2023 * gdb.opt/inline-small-func.c (main): Likewise.
2024 * gdb.python/py-rbreak.c (main): Likewise.
2025 * gdb.stabs/exclfwd1.c (main): Likewise.
2026 * gdb.trace/qtro.c (main): Likewise.
2027
af26601c
PA
20282020-09-13 Pedro Alves <pedro@palves.net>
2029
2030 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2031 instead of getenv.
2032
2f4b83cd
PA
20332020-09-13 Pedro Alves <pedro@palves.net>
2034
2035 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2036 instead of spawning GDB with remote_spawn.
2037 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2038 gdb_spawn instead of spawning GDB with remote_spawn.
2039
c49da0e4
PA
20402020-09-13 Pedro Alves <pedro@palves.net>
2041
2042 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2043 file and add calls to first and second.
2044 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2045 add call to f.
2046
6791b117
PA
20472020-09-13 Pedro Alves <pedro@palves.net>
2048
2049 * gdb.mi/mi-break-qualified.cc: New file.
2050 * gdb.mi/mi-break-qualified.exp: New file.
2051 * lib/mi-support.exp (mi_create_breakpoint_multi)
2052 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2053 procedures.
2054 (mi_create_breakpoint_1): New, factored out from
2055 mi_create_breakpoint.
2056
3b8d4c5c
PA
20572020-09-13 Pedro Alves <pedro@palves.net>
2058
2059 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2060 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2061 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2062 (register_class): Delete.
2063 (main): Don't call register_class.
2064
d5f96005
PA
20652020-09-13 Pedro Alves <pedro@palves.net>
2066
2067 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2068 (do_tests): Remove "calling method for small class" test.
2069 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2070 (register_class): Delete.
2071 (main): Don't call register_class.
2072 * gdb.cp/call-method-register.exp: New file, based on bits removed
2073 from classes.exp.
2074 * gdb.cp/call-method-register.cc: New file, based on bits removed
2075 from classes.cc.
2076
77f2120b
PA
20772020-09-13 Pedro Alves <pedro@palves.net>
2078
2079 * gdb.base/msym-bp-2.c: New.
2080 * gdb.base/msym-bp-shl-lib.c: New file.
2081 * gdb.base/msym-bp-shl-main-2.c: New file.
2082 * gdb.base/msym-bp-shl-main.c: New file.
2083 * gdb.base/msym-bp-shl.exp: New file.
2084 * gdb.base/msym-bp.c: New file.
2085 * gdb.base/msym-bp.exp: New file.
2086
32aea73e
JB
20872020-09-13 Joel Brobecker <brobecker@adacore.com>
2088
2089 * gdb.base/default.exp: Change $_gdb_major to 11.
2090
2a67f09d
FW
20912020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2092 Felix Willgerodt <Felix.Willgerodt@intel.com>
2093
2094 * x86-avx512bf16.c: New file.
2095 * x86-avx512bf16.exp: Likewise.
2096 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2097
ad570dd7
TV
20982020-09-11 Tom de Vries <tdevries@suse.de>
2099
2100 PR exp/26602
2101 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2102
a56f7391
TBA
21032020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2104
2105 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2106
918619e5
AM
21072020-09-10 Alan Modra <amodra@gmail.com>
2108
2109 PR 26597
2110 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2111
cac1e71d
TV
21122020-09-08 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2115 after gdb_starti_cmd.
2116
c5cd900e
AKS
21172020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2118
2119 * lib/fortran.exp (fortran_complex8): New proc.
2120 (fortran_complex16): New proc.
2121 * gdb.fortran/complex.exp: Use routines from fortran.exp
2122 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2123 * gdb.fortran/vla-ptr-info.exp: Likewise.
2124
8f5c6526
TV
21252020-09-03 Tom de Vries <tdevries@suse.de>
2126
2127 PR breakpoint/26546
2128 * gdb.base/label-without-address.exp: Runto main first.
2129
02c6f3f1
TT
21302020-09-02 Tom Tromey <tromey@adacore.com>
2131
2132 * gdb.ada/mi_var_access.exp: Test children of access variable.
2133 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2134 * gdb.ada/mi_var_array.exp: Update.
2135
efe24f05
KB
21362020-08-31 Kevin Buettner <kevinb@redhat.com>
2137
2138 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2139 on docker w/ AUFS storage driver.
2140
973695d6
KB
21412020-08-31 Kevin Buettner <kevinb@redhat.com>
2142
2143 * gdb.base/corefile2.exp (renamed binfile): New tests.
2144
f3bd50f1
SM
21452020-08-31 Simon Marchi <simon.marchi@efficios.com>
2146
2147 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2148
22b9b4b0
SL
21492020-08-31 Simon Marchi <simon.marchi@efficios.com>
2150
2151 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2152 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2153
8efaf6b3
SM
21542020-08-31 Simon Marchi <simon.marchi@efficios.com>
2155
2156 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2157 output, printing a "not saved" value from history and printing a
2158 convenience variable created from a "not saved" value.
2159
e840f2e3
TV
21602020-08-31 Tom de Vries <tdevries@suse.de>
2161
2162 * gdb.base/eh_return.exp: Use nopie.
2163
8f57f343
PA
21642020-08-28 Pedro Alves <pedro@palves.net>
2165
2166 * gdb.base/advance-until-multiple-locations.exp
2167 (advance_overload, until_overload): Adjust to match the
2168 frame/function header instead of the source line text.
2169
626d2320
TV
21702020-08-28 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.base/label-without-address.c: New test.
2173 * gdb.base/label-without-address.exp: New file.
2174
df631783
PA
21752020-08-27 Pedro Alves <pedro@palves.net>
2176
2177 PR gdb/26523
2178 PR gdb/26524
2179 * gdb.base/advance-until-multiple-locations.cc: New.
2180 * gdb.base/advance-until-multiple-locations.exp: New.
2181
48b076bb
SM
21822020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2183
2184 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2185
c2015ce4
AB
21862020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * gdb.arch/amd64-byte.exp: Make test names unique, use
2189 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2190 * gdb.arch/amd64-dword.exp: Likewise.
2191 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2192 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2193 unique.
2194 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2195 * gdb.arch/amd64-word.exp: Make test names unique, use
2196 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2197 * gdb.arch/i386-byte.exp: Make test names unique, use
2198 gdb_breakpoint.
2199 * gdb.arch/i386-word.exp: Likewise.
2200
995d3a19
SV
22012020-08-25 Shahab Vahedi <shahab@synopsys.com>
2202
2203 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2204
8cac2b31
SM
22052020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2206
2207 PR gdb/26532
2208 * gdb.threads/stepi-random-signal.exp: Update pattern.
2209
2bc19622
SM
22102020-08-25 Simon Marchi <simon.marchi@efficios.com>
2211
2212 PR gdb/26532
2213 * gdb.base/ui-redirect.exp: Update pattern.
2214
b04aa1fc
GB
22152020-08-25 Gary Benson <gbenson@redhat.com>
2216
2217 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2218 when compiling with clang.
8571e9c8 2219 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2220
9f68b453
GB
22212020-08-25 Gary Benson <gbenson@redhat.com>
2222
2223 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2224 Add additional_flags=-Wno-inaccessible-base when compiling
2225 with GCC >= 10.1 or clang. Add additional_flags=-w when
2226 compiling with GCC < 10.
2227
3945d2d7
GM
22282020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2229
2230 PR m2/26372
fc5d6901
SM
2231 * gdb.modula2/multidim.c: New file.
2232 * gdb.modula2/multidim.exp: New file.
3945d2d7 2233
60122dbe
SM
22342020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2235
2236 * lib/gdb.exp (runto): Always emit fail on internal error.
2237
1eb8556f
SM
22382020-08-24 Simon Marchi <simon.marchi@efficios.com>
2239
2240 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2241 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2242 Likewise.
2243 * gdb.threads/stepi-random-signal.exp: Likewise.
2244
33bf4c5c
TBA
22452020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2246
2247 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2248 * gdb.trace/strace.exp: Ditto.
2249
c2fd7fae
AKS
22502020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2251
2252 * gdb.fortran/vla-type.exp: Skip commands not required for
2253 the Flang compiled binaries after prologue fix.
2254
326afb72
TT
22552020-08-17 Tom de Vries <tdevries@suse.de>
2256 Tom Tromey <tromey@adacore.com>
2257
2258 PR rust/26197:
2259 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2260
3ae7ab99
TT
22612020-08-17 Tom Tromey <tromey@adacore.com>
2262
2263 * gdb.ada/mi_var_access.exp: New file.
2264 * gdb.ada/mi_var_access/mi_access.adb: New file.
2265 * gdb.ada/mi_var_access/pck.adb: New file.
2266 * gdb.ada/mi_var_access/pck.ads: New file.
2267
f569c1c5
TV
22682020-08-16 Tom de Vries <tdevries@suse.de>
2269
2270 PR gdb/25350
2271 * gdb.base/eh_return.c: New test.
2272 * gdb.base/eh_return.exp: New file.
2273
3d11c30a
TV
22742020-08-15 Tom de Vries <tdevries@suse.de>
2275
2276 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2277 (mixed_func_1d_): Use fortran_charlen_t in decl.
2278
547ce8f0
TV
22792020-08-15 Tom de Vries <tdevries@suse.de>
2280
2281 PR backtrace/26390
2282 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2283 Update expected pattern.
2284
a54a7f13
PA
22852020-08-13 Pedro Alves <pedro@palves.net>
2286
2287 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2288 * gdb.fortran/library-module.exp: Likewise.
2289 * gdb.fortran/logical.exp: Likewise.
2290 * gdb.fortran/module.exp: Likewise.
2291 * gdb.fortran/print_type.exp: Likewise.
2292 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2293 * gdb.fortran/vla-datatypes.exp: Likewise.
2294 * gdb.fortran/vla-history.exp: Likewise.
2295 * gdb.fortran/vla-ptr-info.exp: Likewise.
2296 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2297 * gdb.fortran/vla-ptype.exp: Likewise.
2298 * gdb.fortran/vla-sizeof.exp: Likewise.
2299 * gdb.fortran/vla-type.exp: Likewise.
2300 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2301 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2302 * gdb.fortran/vla-value-sub.exp: Likewise.
2303 * gdb.fortran/vla-value.exp: Likewise.
2304
7a82e903
PA
23052020-08-13 Pedro Alves <pedro@palves.net>
2306
2307 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2308 * gdb.ada/access_to_packed_array.exp: Likewise.
2309 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2310 * gdb.ada/addr_arith.exp: Likewise.
2311 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2312 * gdb.ada/arr_arr.exp: Likewise.
2313 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2314 * gdb.ada/array_bounds.exp: Likewise.
2315 * gdb.ada/array_of_variable_length.exp: Likewise.
2316 * gdb.ada/array_ptr_renaming.exp: Likewise.
2317 * gdb.ada/array_subscript_addr.exp: Likewise.
2318 * gdb.ada/arraydim.exp: Likewise.
2319 * gdb.ada/arrayparam.exp: Likewise.
2320 * gdb.ada/arrayptr.exp: Likewise.
2321 * gdb.ada/assign_1.exp: Likewise.
2322 * gdb.ada/assign_arr.exp: Likewise.
2323 * gdb.ada/atomic_enum.exp: Likewise.
2324 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2325 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2326 * gdb.ada/bias.exp: Likewise.
2327 * gdb.ada/boolean_expr.exp: Likewise.
2328 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2329 * gdb.ada/bp_enum_homonym.exp: Likewise.
2330 * gdb.ada/bp_inlined_func.exp: Likewise.
2331 * gdb.ada/bp_on_var.exp: Likewise.
2332 * gdb.ada/bp_range_type.exp: Likewise.
2333 * gdb.ada/bp_reset.exp: Likewise.
2334 * gdb.ada/call_pn.exp: Likewise.
2335 * gdb.ada/catch_assert_if.exp: Likewise.
2336 * gdb.ada/catch_ex.exp: Likewise.
2337 * gdb.ada/catch_ex_std.exp: Likewise.
2338 * gdb.ada/char_enum.exp: Likewise.
2339 * gdb.ada/char_param.exp: Likewise.
2340 * gdb.ada/complete.exp: Likewise.
2341 * gdb.ada/cond_lang.exp: Likewise.
2342 * gdb.ada/convvar_comp.exp: Likewise.
2343 * gdb.ada/dgopt.exp: Likewise.
2344 * gdb.ada/disc_arr_bound.exp: Likewise.
2345 * gdb.ada/display_nested.exp: Likewise.
2346 * gdb.ada/dot_all.exp: Likewise.
2347 * gdb.ada/dyn_loc.exp: Likewise.
2348 * gdb.ada/dyn_stride.exp: Likewise.
2349 * gdb.ada/excep_handle.exp: Likewise.
2350 * gdb.ada/expr_delims.exp: Likewise.
2351 * gdb.ada/expr_with_funcall.exp: Likewise.
2352 * gdb.ada/exprs.exp: Likewise.
2353 * gdb.ada/fin_fun_out.exp: Likewise.
2354 * gdb.ada/fixed_cmp.exp: Likewise.
2355 * gdb.ada/formatted_ref.exp: Likewise.
2356 * gdb.ada/frame_arg_lang.exp: Likewise.
2357 * gdb.ada/frame_args.exp: Likewise.
2358 * gdb.ada/fullname_bp.exp: Likewise.
2359 * gdb.ada/fun_addr.exp: Likewise.
2360 * gdb.ada/fun_in_declare.exp: Likewise.
2361 * gdb.ada/fun_overload_menu.exp: Likewise.
2362 * gdb.ada/fun_renaming.exp: Likewise.
2363 * gdb.ada/funcall_char.exp: Likewise.
2364 * gdb.ada/funcall_param.exp: Likewise.
2365 * gdb.ada/funcall_ptr.exp: Likewise.
2366 * gdb.ada/funcall_ref.exp: Likewise.
2367 * gdb.ada/homonym.exp: Likewise.
2368 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2369 * gdb.ada/info_auto_lang.exp: Likewise.
2370 * gdb.ada/info_exc.exp: Likewise.
2371 * gdb.ada/info_types.exp: Likewise.
2372 * gdb.ada/int_deref.exp: Likewise.
2373 * gdb.ada/interface.exp: Likewise.
2374 * gdb.ada/iwide.exp: Likewise.
2375 * gdb.ada/lang_switch.exp: Likewise.
2376 * gdb.ada/length_cond.exp: Likewise.
2377 * gdb.ada/maint_with_ada.exp: Likewise.
2378 * gdb.ada/mi_catch_assert.exp: Likewise.
2379 * gdb.ada/mi_catch_ex.exp: Likewise.
2380 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2381 * gdb.ada/mi_dyn_arr.exp: Likewise.
2382 * gdb.ada/mi_ex_cond.exp: Likewise.
2383 * gdb.ada/mi_exc_info.exp: Likewise.
2384 * gdb.ada/mi_interface.exp: Likewise.
2385 * gdb.ada/mi_prot.exp: Likewise.
2386 * gdb.ada/mi_ref_changeable.exp: Likewise.
2387 * gdb.ada/mi_string_access.exp: Likewise.
2388 * gdb.ada/mi_task_arg.exp: Likewise.
2389 * gdb.ada/mi_task_info.exp: Likewise.
2390 * gdb.ada/mi_var_array.exp: Likewise.
2391 * gdb.ada/mi_var_union.exp: Likewise.
2392 * gdb.ada/mi_variant.exp: Likewise.
2393 * gdb.ada/minsyms.exp: Likewise.
2394 * gdb.ada/mod_from_name.exp: Likewise.
2395 * gdb.ada/nested.exp: Likewise.
2396 * gdb.ada/null_array.exp: Likewise.
2397 * gdb.ada/optim_drec.exp: Likewise.
2398 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2399 * gdb.ada/packed_array_assign.exp: Likewise.
2400 * gdb.ada/packed_tagged.exp: Likewise.
2401 * gdb.ada/pp-rec-component.exp: Likewise.
2402 * gdb.ada/print_chars.exp: Likewise.
2403 * gdb.ada/print_pc.exp: Likewise.
2404 * gdb.ada/ptr_typedef.exp: Likewise.
2405 * gdb.ada/ptype_arith_binop.exp: Likewise.
2406 * gdb.ada/ptype_array.exp: Likewise.
2407 * gdb.ada/ptype_field.exp: Likewise.
2408 * gdb.ada/ptype_tagged_param.exp: Likewise.
2409 * gdb.ada/ptype_union.exp: Likewise.
2410 * gdb.ada/py_range.exp: Likewise.
2411 * gdb.ada/py_taft.exp: Likewise.
2412 * gdb.ada/rdv_wait.exp: Likewise.
2413 * gdb.ada/rec_comp.exp: Likewise.
2414 * gdb.ada/rec_return.exp: Likewise.
2415 * gdb.ada/ref_param.exp: Likewise.
2416 * gdb.ada/ref_tick_size.exp: Likewise.
2417 * gdb.ada/rename_subscript_param.exp: Likewise.
2418 * gdb.ada/repeat_dyn.exp: Likewise.
2419 * gdb.ada/same_component_name.exp: Likewise.
2420 * gdb.ada/same_enum.exp: Likewise.
2421 * gdb.ada/scalar_storage.exp: Likewise.
2422 * gdb.ada/set_wstr.exp: Likewise.
2423 * gdb.ada/small_reg_param.exp: Likewise.
2424 * gdb.ada/str_binop_equal.exp: Likewise.
2425 * gdb.ada/str_ref_cmp.exp: Likewise.
2426 * gdb.ada/str_uninit.exp: Likewise.
2427 * gdb.ada/sub_variant.exp: Likewise.
2428 * gdb.ada/sym_print_name.exp: Likewise.
2429 * gdb.ada/taft_type.exp: Likewise.
2430 * gdb.ada/tagged.exp: Likewise.
2431 * gdb.ada/tagged_access.exp: Likewise.
2432 * gdb.ada/task_bp.exp: Likewise.
2433 * gdb.ada/task_switch_in_core.exp: Likewise.
2434 * gdb.ada/tasks.exp: Likewise.
2435 * gdb.ada/tick_last_segv.exp: Likewise.
2436 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2437 * gdb.ada/type_coercion.exp: Likewise.
2438 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2439 * gdb.ada/unchecked_union.exp: Likewise.
2440 * gdb.ada/uninitialized_vars.exp: Likewise.
2441 * gdb.ada/var_arr_attrs.exp: Likewise.
2442 * gdb.ada/var_arr_typedef.exp: Likewise.
2443 * gdb.ada/var_rec_arr.exp: Likewise.
2444 * gdb.ada/variant-record.exp: Likewise.
2445 * gdb.ada/variant.exp: Likewise.
2446 * gdb.ada/variant_record_packed_array.exp: Likewise.
2447 * gdb.ada/varsize_limit.exp: Likewise.
2448 * gdb.ada/whatis_array_val.exp: Likewise.
2449 * gdb.ada/widewide.exp: Likewise.
2450 * gdb.ada/win_fu_syms.exp: Likewise.
2451
24522020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2453
2454 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2455
10c381b5
AB
24562020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2457
2458 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2459 unset the array variable.
2460
8f34b746
TV
24612020-08-03 Tom de Vries <tdevries@suse.de>
2462
2463 PR symtab/26333
2464 * lib/dwarf.exp (DW_LNE_user): New proc.
2465 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2466 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2467
0245e136
KB
24682020-07-31 Kevin Buettner <kevinb@redhat.com>
2469
2470 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2471 to 'uintptr_t'
2472 (inttypes.h): Include.
2473
9ef1ec5d
KB
24742020-07-31 Kevin Buettner <kevinb@redhat.com>
2475
2476 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2477 (C5_24k): Delete.
2478 (C5_8k, C5_64k, C5_256k): New macros.
2479 (buf_ro): Allocate 256 KiB of initialized data.
2480
4c55e970
TBA
24812020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2482
2483 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2484 that attempt to overwrite an existing condition with a condition
2485 that fails parsing and also with a condition that parses fine
2486 but contains junk at the end.
2487
1e620590
TBA
24882020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2489
2490 * gdb.base/condbreak-bad.c: New test.
2491 * gdb.base/condbreak-bad.exp: New file.
2492
e12dcc50
TV
24932020-07-30 Tom de Vries <tdevries@suse.de>
2494
2495 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2496 out of ...
2497 (GDBInfoModuleSymbols::check_entry): ... here.
2498 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2499 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2500 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2501
6cc64caa
TV
25022020-07-30 Tom de Vries <tdevries@suse.de>
2503
2504 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2505 "__class_some_module_Number_t" optional.
2506
90fd07fc
TV
25072020-07-29 Tom de Vries <tdevries@suse.de>
2508
2509 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2510 multiple locations.
2511
f5c79e97
TV
25122020-07-29 Tom de Vries <tdevries@suse.de>
2513
2514 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2515 rather than function name.
2516
f75a0693
AB
25172020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 PR symtab/26270:
2520 * gdb.cp/disasm-func-name.cc: New file.
2521 * gdb.cp/disasm-func-name.exp: New file.
2522
4888741a
TT
25232020-07-28 Tom Tromey <tromey@adacore.com>
2524
2525 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2526 'varval' location.
2527
43d5901d
AB
25282020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2529
2530 * gdb.python/py-unwind.py: Update to make use of a register
2531 descriptor.
2532
14fa8fb3
AB
25332020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2534
2535 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2536
e79eb02f
AB
25372020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 PR fortran/23051
2540 PR fortran/26139
2541 * gdb.fortran/class-allocatable-array.exp: New file.
2542 * gdb.fortran/class-allocatable-array.f90: New file.
2543 * gdb.fortran/pointer-to-pointer.exp: New file.
2544 * gdb.fortran/pointer-to-pointer.f90: New file.
2545
876518dd
TV
25462020-07-25 Tom de Vries <tdevries@suse.de>
2547
2548 PR symtab/26243
2549 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2550 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2551
6dcfb80a
TV
25522020-07-24 Tom de Vries <tdevries@suse.de>
2553
2554 PR testsuite/26293
2555 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2556
e7bc9db8
PA
25572020-07-23 Pedro Alves <pedro@palves.net>
2558
2559 * gdb.server/server-kill.exp (prepare): New, factored out from the
2560 top level.
2561 (kill_server): New.
2562 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2563 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2564
78344df7
AB
25652020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2568
25dfed24
SL
25692020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2570
2571 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2572 Initialize to empty string at top level.
2573 (gdb_wrapper_init): Revert check for file existence on build.
2574 Build the wrapper in its default place, not a build-specific
2575 location. When host == build, make the pathname absolute.
2576 (gdb_compile): Delete leftover declaration of
2577 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2578 string instead of uninitialized.
2579
7da515fd
KB
25802020-07-22 Kevin Buettner <kevinb@redhat.com>
2581
2582 * gdb.base/corefile2.exp: New file.
2583 * gdb.base/coremaker2.exp: New file.
2584
9c5ec5c2
KB
25852020-07-22 Kevin Buettner <kevinb@redhat.com>
2586
2587 * gdb.base/coredump-filter.exp: Add second
2588 non-Private-Shared-Anon-File test.
2589 (test_disasm): Rename binfile for test which is expected
2590 to fail.
2591
f9e233c9
KB
25922020-07-22 Kevin Buettner <kevinb@redhat.com>
2593
2594 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2595 data in core file".
2596 * gdb.base/coremaker.c (buf2ro): New global.
2597 (mmapdata): Add a read-only mmap mapping.
2598
94c265d7
KB
25992020-07-22 Kevin Buettner <kevinb@redhat.com>
2600
2601 PR corefiles/25631
2602 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2603 New test.
2604 * gdb.base/coremaker.c (buf3): New global.
2605 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2606 flags.
2607
26082020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2609
2610 * gdb.base/coremaker.c (filler_ro): New global constant.
2611
32fa152e
TT
26122020-07-22 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.ada/mi_prot.exp: New file.
2615 * gdb.ada/mi_prot/pkg.adb: New file.
2616 * gdb.ada/mi_prot/pkg.ads: New file.
2617 * gdb.ada/mi_prot/prot.adb: New file.
2618
c8474dc3
TBA
26192020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2620
2621 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2622 loads two JITers.
2623
baf8791e
AB
26242020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2625
2626 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2627
f7306dac
AB
26282020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2629
2630 * gdb.python/py-arch-reg-names.exp: Additional tests.
2631
6d3d6e4b
TV
26322020-07-21 Tom de Vries <tdevries@suse.de>
2633
2634 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2635 breakpoint locations".
2636 * gdb.reverse/solib-reverse.exp: Same.
2637
803d0592
TV
26382020-07-21 Tom de Vries <tdevries@suse.de>
2639
2640 * gdb.reverse/step-reverse.c (callee): Merge statements.
2641
e9bdc510
TV
26422020-07-21 Tom de Vries <tdevries@suse.de>
2643
2644 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2645 line numbers for some variables.
2646
f0f9e75a
TV
26472020-07-21 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.opt/inline-locals.c (init_array): New func.
2650 (func1): Use init_array.
2651 * gdb.opt/inline-locals.exp: Update pattern.
2652
bd460ecb
TV
26532020-07-21 Tom de Vries <tdevries@suse.de>
2654
2655 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2656 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2657
ae5369e7
LC
26582020-07-20 Ludovic Courtès <ludo@gnu.org>
2659
2660 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2661 * gdb.guile/types-module.exp: Remove "ERROR:" from
2662 regexps since Guile 3.0 no longer prints that.
2663
68cf161c
LC
26642020-07-20 Ludovic Courtès <ludo@gnu.org>
2665
2666 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2667 error regexp to match on Guile 2.2.
2668
c14b4913
GB
26692020-07-20 Gary Benson <gbenson@redhat.com>
2670
2671 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2672 with clang.
2673
b243ba58
TV
26742020-07-20 Tom de Vries <tdevries@suse.de>
2675
2676 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2677 (omp_set_lock_in_order): New function.
2678 (single_scope, multi_scope, nested_func, nested_parallel): Use
2679 omp_set_lock_in_order and omp_unset_lock.
2680 (main): Init and destroy lock and lock2.
2681
c06ad8b5
TV
26822020-07-20 Tom de Vries <tdevries@suse.de>
2683
2684 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2685
6e22f117
TV
26862020-07-20 Tom de Vries <tdevries@suse.de>
2687
2688 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2689
33176ea7
TV
26902020-07-17 Tom de Vries <tdevries@suse.de>
2691
2692 * gdb.base/valgrind-infcall-2.c: New test.
2693 * gdb.base/valgrind-infcall-2.exp: New file.
2694 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2695
90c3ec2d
TV
26962020-07-17 Tom de Vries <tdevries@suse.de>
2697
2698 * gdb.dlang/circular.c (found): Use found_label as label name.
2699 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2700 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2701 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2702 * gdb.dwarf2/ada-linkage-name.exp: Same.
2703 * gdb.dwarf2/arr-subrange.exp: Same.
2704 * gdb.dwarf2/atomic-type.exp: Same.
2705 * gdb.dwarf2/comp-unit-lang.exp: Same.
2706 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2707 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2708 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2709 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2710 * gdb.dwarf2/implptr-64bit.exp: Same.
2711 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2712 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2713 * gdb.dwarf2/imported-unit.exp: Same.
2714 * gdb.dwarf2/main-subprogram.exp: Same.
2715 * gdb.dwarf2/missing-type-name.exp: Same.
2716 * gdb.dwarf2/nonvar-access.exp: Same.
2717 * gdb.dwarf2/struct-with-sig.exp: Same.
2718 * gdb.dwarf2/typedef-void-finish.exp: Same.
2719 * gdb.dwarf2/void-type.exp: Same.
2720
10da644d
TV
27212020-07-17 Tom de Vries <tdevries@suse.de>
2722
2723 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2724 src parameter.
2725 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2726 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2727 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2728 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2729 * gdb.dwarf2/dwz.exp: Same.
2730 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2731 * gdb.dwarf2/implref-array.exp: Same.
2732 * gdb.dwarf2/implref-const.exp: Same.
2733 * gdb.dwarf2/implref-global.exp: Same.
2734 * gdb.dwarf2/implref-struct.exp: Same.
2735 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2736 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2737 * gdb.dwarf2/var-access.exp: Same.
2738 * gdb.dwarf2/varval.exp: Same.
2739 * gdb.trace/entry-values.exp: Same.
2740
315e6afc
TV
27412020-07-17 Tom de Vries <tdevries@suse.de>
2742
2743 * lib/dwarf.exp (Dwarf::extern): Remove.
2744 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2745 * gdb.dlang/circular.exp: Same.
2746 * gdb.dwarf2/comp-unit-lang.exp: Same.
2747 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2748 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2749 * gdb.dwarf2/dwz.exp: Same.
2750 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2751 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2752 * gdb.dwarf2/imported-unit.exp: Same.
2753 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2754
5597c940
SL
27552020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2756
2757 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2758 Use double quotes instead of single quotes.
2759
d0ce17d8
CT
27602020-07-16 Caroline Tice <cmtice@google.com>
2761
2762 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2763 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2764
853772cc
TV
27652020-07-16 Tom de Vries <tdevries@suse.de>
2766
2767 * lib/dwarf.exp (program): Initialize _line.
2768 (DW_LNE_end_sequence): Reinitialize _line.
2769 (DW_LNS_advance_line): Update _line.
2770 (line): New proc.
2771 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2772 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2773 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2774 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2775 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2776 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2777
fe07b572
AB
27782020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2779
2780 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2781 generic.
2782
52781cce
TV
27832020-07-15 Tom de Vries <tdevries@suse.de>
2784
2785 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2786 is_amd64_regs_target.
2787
3dcc261c
AB
27882020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2789
2790 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2791 * gdb.fortran/ptype-on-functions.f90: Likewise.
2792
054a0959
SM
27932020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2794
2795 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2796 values in documentation for addr_size to 4 and 8.
2797
ccb9eba6
AB
27982020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.arch/amd64-osabi.exp: Update.
2801 * gdb.arch/arm-disassembler-options.exp: Update.
2802 * gdb.arch/powerpc-disassembler-options.exp: Update.
2803 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2804 * gdb.arch/s390-disassembler-options.exp: Update.
2805 * gdb.base/all-architectures.exp.tcl: Update.
2806 * gdb.base/attach-pie-noexec.exp: Update.
2807 * gdb.base/catch-syscall.exp: Update.
2808 * gdb.xml/tdesc-arch.exp: Update.
2809
025a39a7
TV
28102020-07-14 Tom de Vries <tdevries@suse.de>
2811
2812 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2813 (local_gettid): ... this.
2814 (fn): Update.
2815
74e4b667
SL
28162020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2817
2818 * gdb.base/info_sources.exp: Skip directory match tests on
2819 remote hosts.
2820
f413dd74
GB
28212020-07-13 Gary Benson <gbenson@redhat.com>
2822
2823 * gdb.base/savedregs.exp (caller): Use parentheses to
2824 make expected expression evaluation ordering explicit.
2825
915771bb
GB
28262020-07-13 Gary Benson <gbenson@redhat.com>
2827
2828 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2829
2a122642
GB
28302020-07-13 Gary Benson <gbenson@redhat.com>
2831
2832 * gdb.base/bigcore.c (main): Use a volatile pointer when
2833 attempting to trigger a SIGSEGV.
2834 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2835 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2836 * gdb.base/savedregs.c (thrower): Likewise.
2837 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2838
3f00c730
GB
28392020-07-13 Gary Benson <gbenson@redhat.com>
2840
2841 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2842 defining and using VLA structure fields into...
2843 * gdb.base/vla-struct-fields.c: New file.
2844 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2845 tests into...
2846 * gdb.base/vla-struct-fields.exp: New file.
2847
963eeee4
TV
28482020-07-13 Tom de Vries <tdevries@suse.de>
2849
2850 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2851 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2852 * gdb.base/gold-gdb-index.exp: Same.
2853 * gdb.base/morestack.exp: Same.
2854
0ed35c9a
DX
28552020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2856
2857 PR rust/26121
2858 * gdb.rust/modules.rs: Prevent linker from discarding test
2859 symbol.
2860
4fdba23d
PA
28612020-07-10 Pedro Alves <pedro@palves.net>
2862
2863 PR gdb/26199
2864 * gdb.multi/multi-target.c (exit_thread): New.
2865 (thread_start): Break loop if EXIT_THREAD.
2866 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2867 (top level) Call test_no_resumed.
2868
15f3b077
TT
28692020-07-08 Tom Tromey <tromey@adacore.com>
2870
2871 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2872 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2873
9fc501fd
AB
28742020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 PR python/22748
2877 * gdb.opt/inline-frame-tailcall.c: New file.
2878 * gdb.opt/inline-frame-tailcall.exp: New file.
2879 * gdb.python/py-unwind-inline.c: New file.
2880 * gdb.python/py-unwind-inline.exp: New file.
2881 * gdb.python/py-unwind-inline.py: New file.
2882
64cb3757
AB
28832020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.python/py-arch-reg-groups.exp: New file.
2886
0f767f94
AB
28872020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2888
2889 * gdb.python/py-arch-reg-names.exp: New file.
2890
87dbc774
AB
28912020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2892
2893 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2894 gdb.PendingFrame.architecture method.
2895
d8cc8af6
TV
28962020-07-06 Tom de Vries <tdevries@suse.de>
2897
2898 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2899
3c8ea5be
PA
29002020-07-03 Pedro Alves <palves@redhat.com>
2901
2902 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2903 explicitly write negative numbers.
2904 * gdb.base/structs2.exp: Adjust expected output.
2905
bf90c83a
PA
29062020-07-03 Pedro Alves <palves@redhat.com>
2907
2908 * gdb.base/charset.c (init_string): Change all char parameters to
2909 unsigned char parameters.
2910
2eb82157
PA
29112020-07-03 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/call-sc.exp (start_scalars_test): Use
2914 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2915 * gdb.base/overlays.c: Remove references to PARAMS.
2916 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2917 * gdb.base/reread.exp: Don't set 'prototypes' global.
2918 * gdb.base/structs.exp (start_structs_test): Use
2919 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2920 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2921 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2922 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2923 call.
2924 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2925
9adda7af
PA
29262020-07-03 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/m32rovly.c: Delete.
2929 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2930
2a17c803
PW
29312020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2932
2933 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2934 of gdb_py_test_multiple.
2935 * gdb.python/py-cmd.exp: Likewise.
2936 * gdb.python/py-events.exp: Likewise.
2937 * gdb.python/py-function.exp: Likewise.
2938 * gdb.python/py-inferior.exp: Likewise.
2939 * gdb.python/py-infthread.exp: Likewise.
2940 * gdb.python/py-linetable.exp: Likewise.
2941 * gdb.python/py-parameter.exp: Likewise.
2942 * gdb.python/py-value.exp: Likewise.
2943
b011fe1a
TV
29442020-06-30 Tom de Vries <tdevries@suse.de>
2945
2946 PR testsuite/26175
2947 * lib/future.exp (gdb_default_target_compile): Detect and handle
2948 early_flags.
2949
df5b8876
SM
29502020-06-29 Simon Marchi <simon.marchi@efficios.com>
2951
2952 * boards/simavr.exp (gdb_load): Catch errors when closing
2953 previous connection. Close connection, wait for process and
2954 unset simavr_spawn_id on failure.
2955
a3ca48cd
TV
29562020-06-29 Tom de Vries <tdevries@suse.de>
2957
2958 * lib/gdb.exp (unknown): Make test-case unresolved.
2959
b0237c0e
TV
29602020-06-29 Tom de Vries <tdevries@suse.de>
2961
2962 PR gdb/25475
2963 * gdb.server/solib-list.exp: Verify that the symbol reload
2964 confirmation question is asked.
2965
c0b3b3bd
PW
29662020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2967
2968 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2969 have a input seq nr in each pass message.
fe4c3d43 2970 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
2971 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2972 * gdb.python/python.exp: Make test names unique,
2973 use gdb_test_multiline instead of gdb_py_test_multiple,
2974 use $gdb_test_name.
2975 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2976
1776e3e5
NA
29772020-06-26 Nick Alcock <nick.alcock@oracle.com>
2978
2979 * configure.ac: Add --enable-libctf.
2980 * aclocal.m4: sinclude ../config/enable.m4.
2981 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2982 * lib/gdb.exp (skip_ctf_tests): Use it.
2983 * gdb.base/ctf-constvars.exp: Error message tweak.
2984 * gdb.base/ctf-ptype.exp: Likewise.
2985 * configure: Regenerate.
2986
f53b3eeb
GB
29872020-06-26 Gary Benson <gbenson@redhat.com>
2988
2989 * gdb.cp/try_catch.cc: Include string.h.
2990 (main): Replace comparison against string literal with
2991 strcmp, avoiding build failure with -Wstring-compare.
2992 Add "marker test-complete".
2993 * gdb.cp/try_catch.exp: Run the test to the above marker,
2994 then verify that the value of "test" is still true.
2995
6d74da72
AB
29962020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
2999
2e52d038
AB
30002020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3003
3b9fce96
AB
30042020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3005
3006 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3007 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3008 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3009 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3010 * gdb.arch/riscv-tdesc-loading.exp: New file.
3011
ed69cbc8
AB
30122020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3015
767a879e
AB
30162020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3019 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3020 * gdb.arch/riscv-tdesc-regs.c: New file.
3021 * gdb.arch/riscv-tdesc-regs.exp: New file.
3022
221db974
PA
30232020-06-24 Pedro Alves <palves@redhat.com>
3024
3025 * gdb.arch/amd64-entry-value-paramref.exp: Use
3026 prepare_for_testing_full and don't pass "c++" for the .S file
3027 build spec.
3028 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3029 $options, since it's an assembly file. Remove -Wno-deprecated.
3030 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3031 compiling C++ programs.
3032
331733cd
PA
30332020-06-24 Pedro Alves <palves@redhat.com>
3034
3035 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3036 Clang, add "-Wno-unknown-warning-option" to the options.
3037
caa7fd04
AB
30382020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.xml/tdesc-reload.c: New file.
3041 * gdb.xml/tdesc-reload.exp: New file.
3042 * gdb.xml/maint-xml-dump-01.xml: New file.
3043 * gdb.xml/maint-xml-dump-02.xml: New file.
3044 * gdb.xml/maint-xml-dump.exp: New file.
3045
bb8d1260
SL
30462020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3047
3048 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3049 Adjust for omitted commands when TUI is disabled.
3050
7e4b9c4c
GB
30512020-06-23 Gary Benson <gbenson@redhat.com>
3052 Pedro Alves <palves@redhat.com>
3053
3054 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3055 * gdb.cp/nsimport.cc: Likewise.
3056 * gdb.cp/nsnested.cc: Likewise.
3057 * gdb.cp/nsnoimports.cc: Likewise.
3058 * gdb.cp/nsusing.cc: Likewise.
3059 * gdb.cp/smartp.cc: Likewise.
3060 * gdb.python/py-pp-integral.c: Likewise.
3061 * gdb.python/py-pp-re-notag.c: Likewise.
3062
2e573c0a
GB
30632020-06-23 Gary Benson <gbenson@redhat.com>
3064
3065 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3066 * gdb.cp/nsimport.cc: Likewise.
3067 * gdb.cp/nsnested.cc: Likewise.
3068 * gdb.cp/nsnoimports.cc: Likewise.
3069 * gdb.cp/nsusing.cc: Likewise.
3070 * gdb.cp/smartp.cc: Likewise.
3071 * gdb.python/py-pp-integral.c: Likewise.
3072 * gdb.python/py-pp-re-notag.c: Likewise.
3073
746ebfe8
PW
30742020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3075
3076 * gdb.base/default-args.exp: New test.
3077 * gdb.base/default-args.c: New file.
3078 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3079 * gdb.base/default.exp: Update to new help text.
3080 * gdb.base/help.exp: Likewise.
3081 * gdb.base/page.exp: Likewise.
3082 * gdb.base/style.exp: Likewise.
3083 * gdb.guile/guile.exp: Likewise.
3084 * gdb.python/python.exp: Likewise.
3085
e822f2cd
SL
30862020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3087
3088 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3089 remote host. Fix search path syntax on Windows host.
3090
48e9cc84
PW
30912020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3092
3093 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3094 over 'exec-file-mismatch'.
3095 * gdb.base/attach.c: Mark should_exit volatile.
3096 * gdb.base/attach2.c: Likewise. Add a comment explaining
3097 why the sleep cannot be big.
3098 * gdb.base/attach3.c: New file.
3099
160f8a8f
SL
31002020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3101
3102 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3103 prefix optional.
3104
4d91c2a4
SL
31052020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3106
3107 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3108 for remote host.
3109
87f83f20
SL
31102020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3111 Hafiz Abid Qadeer <abidh@codesourcery.com>
3112
3113 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3114 file sent to remote host.
3115 (top level): Allow int32_t as type of 32-bit register.
3116
37ab8655
TV
31172020-06-19 Tom de Vries <tdevries@suse.de>
3118
3119 * lib/gdb.exp (gdb_note): New proc.
3120 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3121 (gdb_default_target_compile): ... here. Only call
3122 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3123 (use_gdb_compile): Change to array.
3124 (toplevel): Update sets of use_gdb_compile to specify language.
3125 Warn about default_target_compile override. Store dejagnu's version
3126 of default_target_compile in dejagnu_default_target_compile.
3127
a8a56685
TV
31282020-06-18 Tom de Vries <tdevries@suse.de>
3129
3130 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3131 (default_gdb_init): ... here.
3132
581bea2c
SL
31332020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3134
3135 Fix TUI support checks in gdb.tui tests.
3136
3137 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3138 just say UNSUPPORTED.
3139 * gdb.tui/corefile-run.exp: Likewise.
3140 * gdb.tui/empty.exp: Likewise.
3141 * gdb.tui/list-before.exp: Likewise.
3142 * gdb.tui/list.exp: Likewise.
3143 * gdb.tui/main.exp: Likewise.
3144 * gdb.tui/regs.exp: Likewise.
3145 * gdb.tui/resize.exp: Likewise.
3146 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3147 * gdb.tui/tui-layout-asm.exp: Likewise.
3148 * gdb.tui/tui-missing-src.exp: Likewise.
3149 * gdb.tui/winheight.exp: Likewise.
3150 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3151
05e682e3
SL
31522020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3153
3154 Fix TCL error in gdb.python/py-format-string.exp.
3155
3156 * gdb.python/py-format-string.exp: Move test for python support
3157 earlier, out of function body.
3158
efb763a5
SM
31592020-06-15 Simon Marchi <simon.marchi@efficios.com>
3160
3161 * gdb.base/index-cache-load-twice.c: New.
3162 * gdb.base/index-cache-load-twice.exp: New.
3163
43327b20
KS
31642020-06-17 Keith Seitz <keiths@redhat.com>
3165
99cf27cf 3166 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3167 when executing "gdb --configuration".
3168
081e778c
TV
31692020-06-17 Tom de Vries <tdevries@suse.de>
3170
3171 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3172 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3173 conditional on presence of gdb_tcl_unknown.
3174 (gdb_finish): Make override undo conditional on presence of
3175 gdb_tcl_unknown.
3176
d2d1ea20
TT
31772020-06-16 Tom Tromey <tom@tromey.com>
3178
3179 * gdb.python/tui-window.py (failwin): New function. Register it
3180 as a TUI window type.
3181 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3182
c802e8a7
GB
31832020-06-16 Gary Benson <gbenson@redhat.com>
3184
3185 * gdb.python/py-nested-maps.c (create_map): Add missing return
3186 value.
3187 (create_map_map): Likewise.
3188
ff08abb8
TBA
31892020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3190
3191 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3192 variable.
3193 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3194 and use the already-defined 'options' variable.
3195
a29d5112
AB
31962020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3197 Tom de Vries <tdevries@suse.de>
3198
3199 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3200 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3201 (gdb_setup_known_globals): New proc.
3202 (gdb_cleanup_globals): New proc.
3203 * lib/gdb.exp (load_lib): New override proc.
3204 (gdb_stdin_log_init): Set var in_file as persistent global.
3205 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3206 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3207 fpc_compiler as persistent global.
3208
8c74a764
TV
32092020-06-12 Tom de Vries <tdevries@suse.de>
3210
3211 * lib/tuiterm.exp (spawn): Rename to ...
3212 (tui_spawn): ... this.
3213 (toplevel): Move rename of spawn ...
3214 (gdb_init_tuiterm): ... here. New proc.
3215 (gdb_finish_tuiterm): New proc.
3216 * lib/gdb.exp (gdb_finish_hooks): New global var.
3217 (gdb_finish): Handle gdb_finish_hooks.
3218 (tuiterm_env): New proc.
3219 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3220 tuiterm_env.
3221 * gdb.tui/basic.exp: Same.
3222 * gdb.tui/corefile-run.exp: Same.
3223 * gdb.tui/empty.exp: Same.
3224 * gdb.tui/list-before.exp: Same.
3225 * gdb.tui/list.exp: Same.
3226 * gdb.tui/main.exp: Same.
3227 * gdb.tui/new-layout.exp: Same.
3228 * gdb.tui/regs.exp: Same.
3229 * gdb.tui/resize.exp: Same.
3230 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3231 * gdb.tui/tui-layout-asm.exp: Same.
3232 * gdb.tui/tui-missing-src.exp: Same.
3233 * gdb.tui/winheight.exp: Same.
3234
26783bce
TV
32352020-06-12 Tom de Vries <tdevries@suse.de>
3236
3237 PR testsuite/26110
3238 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3239 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3240
2b4e6a3f
TT
32412020-06-11 Tom Tromey <tom@tromey.com>
3242
3243 PR gdb/18318:
3244 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3245 floating point tests.
3246
2f33032a
KS
32472020-06-11 Keith Seitz <keiths@redhat.com>
3248
3249 PR gdb/21356
3250 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3251 vla_struct.
3252 Add new struct vla_typedef and union vla_typedef_union and
3253 corresponding instantiation objects.
3254 Initialize new objects.
3255 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3256 and vla_typedef_union_object.
3257 Fixup type for vla_struct_object.
3258
a8baf0a3
TV
32592020-06-11 Tom de Vries <tdevries@suse.de>
3260
3261 * lib/gdb.exp (with_override): New proc, factored out of ...
3262 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3263
7ab96794
TV
32642020-06-10 Tom de Vries <tdevries@suse.de>
3265
3266 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3267
cab5c3b7
SM
32682020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3269
3270 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3271 parameter, update callers.
3272
f8c41851
SM
32732020-06-04 Simon Marchi <simon.marchi@efficios.com>
3274
3275 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3276 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3277 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3278
1c07a73f
TV
32792020-06-04 Tom de Vries <tdevries@suse.de>
3280
3281 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3282
95146b5d
TV
32832020-06-04 Tom de Vries <tdevries@suse.de>
3284
3285 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3286 exp_continue.
3287
0cfcd4f0
TV
32882020-06-04 Tom de Vries <tdevries@suse.de>
3289
3290 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3291
f9b5d5ea
TV
32922020-06-03 Tom de Vries <tdevries@suse.de>
3293
3294 PR symtab/26046
3295 * gdb.cp/breakpoint-locs-2.cc: New test.
3296 * gdb.cp/breakpoint-locs.cc: New test.
3297 * gdb.cp/breakpoint-locs.exp: New file.
3298 * gdb.cp/breakpoint-locs.h: New test.
3299
5144dfba
TV
33002020-06-03 Tom de Vries <tdevries@suse.de>
3301
3302 PR testsuite/25609
3303 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3304 value of global verbose.
3305 * gdb.base/jit-elf.exp: Same.
3306 * gdb.base/jit-reader.exp: Same.
3307
621eacdf
TV
33082020-06-02 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.dwarf2/multidictionary.exp: Don't use
3311 gdb_spawn_with_cmdline_opts.
3312
1313c56e
AB
33132020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3314
3315 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3316 use_header case.
3317 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3318 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3319 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3320 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3321 * gdb.dwarf2/dw2-inline-header.c: New file.
3322 * gdb.dwarf2/dw2-inline-header.h: New file.
3323
f68f85b5
PA
33242020-05-30 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3327 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3328
678048e8
GB
33292020-05-29 Gary Benson <gbenson@redhat.com>
3330
3331 * gdb.compile/compile-cplus.exp (additional_flags): Also
3332 set when building with clang.
3333 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3334 when building with clang.
3335
9fcafd23
GB
33362020-05-29 Gary Benson <gbenson@redhat.com>
3337
3338 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3339 building with clang.
3340 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3341
735d5a07
GB
33422020-05-29 Gary Benson <gbenson@redhat.com>
3343
3344 * gdb.cp/koenig.exp (prepare_for_testing): Add
3345 additional_flags=-Wno-unused-comparison.
3346 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3347
4ad2c6a0
GB
33482020-05-28 Gary Benson <gbenson@redhat.com>
3349
3350 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3351 statement.
3352
09fe663e
GB
33532020-05-28 Gary Benson <gbenson@redhat.com>
3354
3355 * gdb.cp/classes.exp (prepare_for_testing): Add
3356 additional_flags=-Wno-deprecated-register.
3357 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3358 * gdb.cp/misc.exp: Likewise.
3359
cee00f17
GB
33602020-05-28 Gary Benson <gbenson@redhat.com>
3361
3362 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3363 (test_op_new::operator new): Add return statement.
3364 (test_op_new_array::operator new[]): Likewise.
3365
636edd00
PA
33662020-05-27 Pedro Alves <palves@redhat.com>
3367
3368 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3369 check. Use test_gdb_complete_unique instead of
3370 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3371 test_gdb_complete_multiple instead of
3372 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3373
c2b75043
LM
33742020-05-27 Luis Machado <luis.machado@linaro.org>
3375
3376 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3377 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3378 * gdb.arch/arm-disassembler-options.exp: Likewise.
3379 * gdb.arch/arm-disp-step.exp: Likewise.
3380 * gdb.arch/thumb-prologue.exp: Likewise.
3381 * gdb.base/async.exp: Likewise.
3382 * gdb.base/auxv.exp: Likewise.
3383 * gdb.base/complex-parts.exp: Likewise.
3384 * gdb.base/ena-dis-br.exp: Likewise.
3385 * gdb.base/foll-exec.exp: Likewise.
3386 * gdb.base/permissions.exp: Likewise.
3387 * gdb.base/relocate.exp: Likewise.
3388 * gdb.base/return2.exp: Likewise.
3389 * gdb.base/sigbpt.exp: Likewise.
3390 * gdb.base/siginfo-obj.exp: Likewise.
3391 * gdb.cp/converts.exp: Likewise.
3392 * gdb.cp/exceptprint.exp: Likewise.
3393 * gdb.cp/inherit.exp: Likewise.
3394 * gdb.cp/nsnoimports.exp: Likewise.
3395 * gdb.cp/virtbase2.exp: Likewise.
3396 * gdb.mi/mi-var-cmd.exp: Likewise.
3397 * gdb.mi/var-cmd.c: Likewise.
3398
53a47a3e
TT
33992020-05-26 Tom Tromey <tromey@adacore.com>
3400
3401 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3402
0bc2354b
TT
34032020-05-26 Tom Tromey <tromey@adacore.com>
3404
3405 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3406 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3407 type.
3408 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3409 variable.
3410
0db49895
CBG
34112020-05-26 Christian Biesinger <cbiesinger@google.com>
3412
3413 * Makefile.in: Use = instead of == for the test command
3414 for portability.
3415
40d22035
TV
34162020-05-26 Tom de Vries <tdevries@suse.de>
3417
3418 * gdb.base/gold-gdb-index-2.c: New test.
3419 * gdb.base/gold-gdb-index.c: New test.
3420 * gdb.base/gold-gdb-index.exp: New file.
3421 * gdb.base/gold-gdb-index.h: New test.
3422
043e2e02
TV
34232020-05-25 Tom de Vries <tdevries@suse.de>
3424
3425 * boards/gold-gdb-index.exp: New file.
3426
462f72c5
SM
34272020-05-25 Simon Marchi <simon.marchi@efficios.com>
3428
3429 * boards/simavr.exp: New file.
3430
6cf66e76
SM
34312020-05-25 Simon Marchi <simon.marchi@efficios.com>
3432
3433 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3434 * gdb.base/inferior-args.exp: New file.
3435 * gdb.base/inferior-args.c: New file.
3436
75d04512
SM
34372020-05-25 Simon Marchi <simon.marchi@efficios.com>
3438
3439 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3440 inferior_args. Pass it to gdb_reload.
3441 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3442 inferior_args.
3443 (gdb_reload): Add inferior_args argument.
3444 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3445 pass it to gdbserver_run.
3446 * boards/native-gdbserver.exp: Do not set noargs.
3447 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3448 inferior_args argument.
3449 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3450 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3451 * gdb.base/args.exp: Likewise.
3452
42cf1844
TV
34532020-05-25 Tom de Vries <tdevries@suse.de>
3454
3455 * lib/gdb.exp (exec_is_pie): Add comment.
3456
8f7d38ef
TV
34572020-05-25 Tom de Vries <tdevries@suse.de>
3458
3459 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3460 instead of $binfile in the untested message.
3461
465e1b0f
TV
34622020-05-25 Tom de Vries <tdevries@suse.de>
3463
3464 PR testsuite/26031
3465 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3466
3c5a0e02
TV
34672020-05-25 Tom de Vries <tdevries@suse.de>
3468
3469 * boards/gold.exp: New file.
3470
0a4f5f8c
TT
34712020-05-23 Tom Tromey <tom@tromey.com>
3472
3473 * gdb.base/style.exp: Remove completion styling test.
3474 * lib/gdb-utils.exp (style): Remove completion styles.
3475
eca1f90c
TT
34762020-05-23 Tom Tromey <tom@tromey.com>
3477
3478 * gdb.base/style.exp: Add completion styling test.
3479 * lib/gdb-utils.exp (style): Add completion styles.
3480
7c13f4e8
AB
34812020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3482
3483 * gdb.base/annota1.exp: Update expected results.
3484 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3485 test name.
3486 * gdb.cp/annota3.exp: Update expected results.
3487
41977d16
SM
34882020-05-20 Simon Marchi <simon.marchi@efficios.com>
3489
3490 PR gdb/26016
3491 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3492 against MAP_FAILED.
3493 * gdb.base/coremaker.c (mmapdata): Likewise.
3494 * gdb.base/jit-reader-host.c (main): Likewise.
3495 * gdb.base/sym-file-loader.c (load): Likewise.
3496 (load_shlib): Likewise.
3497
b4757f2e
TT
34982020-05-20 Tom Tromey <tromey@adacore.com>
3499
3500 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3501
9a0bacfb
TV
35022020-05-20 Tom de Vries <tdevries@suse.de>
3503
3504 PR symtab/25833
3505 * gdb.base/with-mf-inc.c: New test.
3506 * gdb.base/with-mf-main.c: New test.
3507 * gdb.base/with-mf.exp: New file.
3508
76571211
TT
35092020-05-19 Tom Tromey <tromey@adacore.com>
3510
3511 * gdb.rust/simple.exp: Restore missing test result.
3512
4cd9f3d5
TV
35132020-05-19 Tom de Vries <tdevries@suse.de>
3514
3515 * gdb.base/gdb-caching-proc.exp: Fix typo.
3516
7d874253
TT
35172020-05-19 Tom Tromey <tromey@adacore.com>
3518
3519 * gdb.rust/simple.exp: Add some test descriptions.
3520 (test_one_slice): Use with_test_prefix.
3521
1d727695
TV
35222020-05-18 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3525
7f32a4d5
PA
35262020-05-17 Pedro Alves <palves@redhat.com>
3527
3528 PR gdb/25741
3529 * gdb.base/hw-sw-break-same-address.exp: New file.
3530
7cfd74cf
PA
35312020-05-16 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3534 LAST_LOADED_FILE accordingly.
3535
57b4f16e
PW
35362020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3537
3538 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3539
7c05caf7
PW
35402020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3541
3542 * gdb.base/help.exp: Test apropos and help for commands
3543 having aliases. Fixed comments not starting with an
3544 upper-case letter or not finishing with a dot.
3545
7aa1b46f
PW
35462020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3547
3b3aaacb
PW
3548 * gdb.base/alias.exp: Update help output check.
3549
57b4f16e 35502020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3551
7aa1b46f
PW
3552 * gdb.base/default.exp: Update output following fixes.
3553
0605465f
PW
35542020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3555
3556 * gdb.base/alias.exp: Test aliases starting with a prefix of
3557 another alias.
3558
86e4e63d
GB
35592020-05-15 Gary Benson <gbenson@redhat.com>
3560
3561 * gdb.base/info-os.c (main): Add return statement.
3562 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3563 * gdb.base/large-frame-2.c (func): Likewise.
3564 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3565 * gdb.base/pr10179-b.c (foo2): Likewise.
3566 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3567 * gdb.base/watch-cond.c (func): Likewise.
3568 * gdb.multi/goodbye.c (verylongfun): Likewise.
3569 * gdb.multi/hello.c (commonfun): Likewise.
3570 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3571 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3572 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3573 Likewise.
3574 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3575 * gdb.threads/interrupt-while-step-over.c (child_function):
3576 Likewise.
3577 * gdb.trace/actions-changed.c (end): Likewise.
3578
163df4df
GB
35792020-05-15 Gary Benson <gbenson@redhat.com>
3580
3581 * gdb.opencl/callfuncs.exp: Report when test skipped.
3582 * gdb.opencl/convs_casts.exp: Likewise.
3583 * gdb.opencl/datatypes.exp: Likewise.
3584 * gdb.opencl/operators.exp: Likewise.
3585 * gdb.opencl/vec_comps.exp: Likewise.
3586
6dbc505a
TV
35872020-05-15 Tom de Vries <tdevries@suse.de>
3588
3589 * gdb.base/align.exp.in: Rename to ...
3590 * gdb.base/align.exp.tcl: ... this.
3591 * gdb.base/align-c++.exp: Update.
3592 * gdb.base/align-c.exp: Update.
3593 * gdb.base/all-architectures.exp.in: Rename to ...
3594 * gdb.base/all-architectures.exp: ... this.
3595 * gdb.base/all-architectures-0.exp: Update.
3596 * gdb.base/all-architectures-1.exp: Update.
3597 * gdb.base/all-architectures-2.exp: Update.
3598 * gdb.base/all-architectures-3.exp: Update.
3599 * gdb.base/all-architectures-4.exp: Update.
3600 * gdb.base/all-architectures-5.exp: Update.
3601 * gdb.base/all-architectures-6.exp: Update.
3602 * gdb.base/all-architectures-7.exp: Update.
3603 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3604 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3605 * gdb.base/infcall-nested-structs-c++.exp: Update.
3606 * gdb.base/infcall-nested-structs-c.exp: Update.
3607 * gdb.base/info-types.exp.in: Rename to ...
3608 * gdb.base/info-types.exp.tcl: ... this.
3609 * gdb.base/info-types-c++.exp: Update.
3610 * gdb.base/info-types-c.exp: Update.
3611 * gdb.base/max-depth.exp.in: Rename to ...
3612 * gdb.base/max-depth.exp.tcl: ... this.
3613 * gdb.base/max-depth-c++.exp: Update.
3614 * gdb.base/max-depth-c.exp: Update.
3615 * gdb.cp/cpexprs.exp.in: Rename to ...
3616 * gdb.cp/cpexprs.exp.tcl: ... this.
3617 * gdb.cp/cpexprs-debug-types.exp: Update.
3618 * gdb.cp/cpexprs.exp: Update.
3619 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3620 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3621 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3622 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3623 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3624 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3625 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3626 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3627 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3628 * gdb.dwarf2/clang-debug-names.exp: Update.
3629
d1034d78
AB
36302020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3631
3632 * lib/check-test-names.exp: Remove code that prevents this file
3633 loading when tests are run in parallel.
3634
3c5c3649
PA
36352020-05-15 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.multi/multi-kill.exp (start_inferior): Remove
3638 'testpid' parameter. Refer to namespace variable directly.
3639 (testpid): Declare as namespace variable.
3640
272c36b8
PA
36412020-05-15 Pedro Alves <palves@redhat.com>
3642
3643 * gdb.multi/multi-kill.exp: Wrap in namespace.
3644 (start_inferior): Add TESTPID parameter. Use it instead of the
3645 testpid global.
3646 (top level): Define empty TESTPID array, and pass it down to
3647 start_inferior.
3648
02eba61a
TV
36492020-05-14 Tom de Vries <tdevries@suse.de>
3650
3651 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3652 output.
3653
971a3747
TV
36542020-05-14 Tom de Vries <tdevries@suse.de>
3655
3656 * gdb.base/align.exp: Split into ...
3657 * gdb.base/align.exp.in: ...
3658 * gdb.base/align-c++.exp: ...
3659 * gdb.base/align-c.exp: ... these.
3660 * gdb.base/infcall-nested-structs.exp: Split into ...
3661 * gdb.base/infcall-nested-structs.exp.in: ...
3662 * gdb.base/infcall-nested-structs-c++.exp: ...
3663 * gdb.base/infcall-nested-structs-c.exp: ... these.
3664 * gdb.base/info-types.exp: Split into ...
3665 * gdb.base/info-types.exp.in: ...
3666 * gdb.base/info-types-c++.exp: ...
3667 * gdb.base/info-types-c.exp: ... these.
3668 * gdb.base/max-depth.exp: Split into ...
3669 * gdb.base/max-depth.exp.in: ...
3670 * gdb.base/max-depth-c++.exp: ...
3671 * gdb.base/max-depth-c.exp: ... these.
3672 * gdb.cp/infcall-nodebug.exp: Split into ...
3673 * gdb.cp/infcall-nodebug.exp.in: ...
3674 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3675 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3676 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3677 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3678
a05575d3
TBA
36792020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3680 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.multi/multi-exit.c: New file.
3683 * gdb.multi/multi-exit.exp: New file.
3684 * gdb.multi/multi-kill.c: New file.
3685 * gdb.multi/multi-kill.exp: New file.
3686
6ad82919
TBA
36872020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3688
3689 * gdb.base/annota1.exp: Update the expected output.
3690 * gdb.cp/annota2.exp: Ditto.
3691
843f4d93
AB
36922020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * lib/check-test-names.exp: Disable when testing is being run in
3695 parallel.
3696
c7c66341
TV
36972020-05-12 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.base/jit-elf.exp: Fix string concat.
3700
1b59ca1c
TV
37012020-05-12 Tom de Vries <tdevries@suse.de>
3702
3703 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3704 messages.
3705
b4991d29
TV
37062020-05-12 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3709
dbb0ab10
TV
37102020-05-12 Tom de Vries <tdevries@suse.de>
3711
3712 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3713 * gdb.ada/mi_catch_ex.exp: Same.
3714 * gdb.ada/mi_catch_ex_hand.exp: Same.
3715
7549fed8
TV
37162020-05-12 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.fortran/complex.exp: Use with_test_prefix.
3719
af2d5cd8
TV
37202020-05-12 Tom de Vries <tdevries@suse.de>
3721
3722 * gdb.trace/passcount.exp: Fix test-names.
3723
7c121311
TV
37242020-05-12 Tom de Vries <tdevries@suse.de>
3725
3726 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3727
c9f3b40e
TV
37282020-05-12 Tom de Vries <tdevries@suse.de>
3729
3730 * gdb.gdb/complaints.exp: Use with_test_prefix.
3731 * gdb.xml/tdesc-regs.exp: Same.
3732 * gdb.opt/inline-locals.exp: Fix test name.
3733
111b33f0
TV
37342020-05-12 Tom de Vries <tdevries@suse.de>
3735
3736 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3737 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3738 * gdb.dwarf2/implref-struct.exp: Same.
3739 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3740 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3741
ebf47080
SM
37422020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3743
3744 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3745
d30dcd12
AB
37462020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * lib/check-test-names.exp (all_test_names): New module variable.
3749 (counts): Add 'duplicates' field.
3750 (_check_duplicates): New procedure.
3751 (check): Also check for duplicates.
3752 (do_log_summary): Print duplicates count.
3753 (do_reset_vars): Reset counter for duplicate test names, and
3754 discard all know test names.
3755
34584c09
AB
37562020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3757
3758 * lib/gdb.exp: Include check-test-names.exp library.
3759 * lib/check-test-names.exp: New file.
3760
e0002117
TV
37612020-05-11 Tom de Vries <tdevries@suse.de>
3762
3763 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3764
53f539a3
KS
37652020-05-11 Keith Seitz <keiths@redhat.com>
3766
3767 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3768
113ee09a
TV
37692020-05-11 Tom de Vries <tdevries@suse.de>
3770
3771 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3772 * gdb.cp/cpexprs.exp.in: .. here.
3773 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3774 cpexprs.exp.
3775
ba3e70b0
KS
37762020-05-11 Keith Seitz <keiths@redhat.com>
3777
3778 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3779 test names.
3780 * gdb.ada/arrayptr.exp: Likewise.
3781 * gdb.ada/assign_arr.exp: Likewise.
3782 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3783 * gdb.ada/bp_on_var.exp: Likewise.
3784 * gdb.ada/call_pn.exp: Likewise.
3785 * gdb.ada/complete.exp: Likewise.
3786 * gdb.ada/fun_overload_menu.exp: Likewise.
3787 * gdb.ada/funcall_param.exp: Likewise.
3788 * gdb.ada/funcall_ref.exp: Likewise.
3789 * gdb.ada/packed_array_assign.exp: Likewise.
3790 * gdb.ada/same_component_name.exp: Likewise.
3791 * gdb.ada/type_coercion.exp: Likewise.
3792 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3793 * gdb.ada/variant_record_packed_array.exp: Likewise.
3794
3ee6bb11
TV
37952020-05-11 Tom de Vries <tdevries@suse.de>
3796
3797 PR symtab/25941
3798 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3799 out of ...
3800 * gdb.dwarf2/clang-debug-names.exp: ... here.
3801 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3802 clang-debug-names.exp.in.
3803 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3804 * gdb.dwarf2/clang-debug-names-2.c: New test.
3805
86cd6bc8
AKS
38062020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3807
3808 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3809 (fortran_runto_main): New Proc, fortran version of runto_main.
3810 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3811 * gdb.fortran/array-bounds.exp: Likewise.
3812 * gdb.fortran/array-slices.exp: Likewise.
3813 * gdb.fortran/block-data.exp: Likewise.
3814 * gdb.fortran/charset.exp: Likewise.
3815 * gdb.fortran/common-block.exp: Likewise.
3816 * gdb.fortran/complex.exp: Likewise.
3817 * gdb.fortran/derived-type-function.exp: Likewise.
3818 * gdb.fortran/derived-type.exp: Likewise.
3819 * gdb.fortran/info-modules.exp: Likewise.
3820 * gdb.fortran/info-types.exp: Likewise.
3821 * gdb.fortran/intrinsics.exp: Likewise.
3822 * gdb.fortran/library-module.exp: Likewise.
3823 * gdb.fortran/logical.exp: Likewise.
3824 * gdb.fortran/max-depth.exp: Likewise.
3825 * gdb.fortran/module.exp: Likewise.
3826 * gdb.fortran/multi-dim.exp: Likewise.
3827 * gdb.fortran/nested-funcs.exp: Likewise.
3828 * gdb.fortran/print-formatted.exp: Likewise.
3829 * gdb.fortran/print_type.exp: Likewise.
3830 * gdb.fortran/printing-types.exp: Likewise.
3831 * gdb.fortran/ptr-indentation.exp: Likewise.
3832 * gdb.fortran/ptype-on-functions.exp: Likewise.
3833 * gdb.fortran/subarray.exp: Likewise.
3834 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3835 * gdb.fortran/vla-datatypes.exp: Likewise.
3836 * gdb.fortran/vla-history.exp: Likewise.
3837 * gdb.fortran/vla-ptr-info.exp: Likewise.
3838 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3839 * gdb.fortran/vla-ptype.exp: Likewise.
3840 * gdb.fortran/vla-sizeof.exp: Likewise.
3841 * gdb.fortran/vla-type.exp: Likewise.
3842 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3843 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3844 * gdb.fortran/vla-value-sub.exp: Likewise.
3845 * gdb.fortran/vla-value.exp: Likewise.
3846 * gdb.fortran/whatis_type.exp: Likewise.
3847 * gdb.mi/mi-var-child-f.exp: Likewise.
3848
6dc55ce9 38492020-05-09 Tom de Vries <tdevries@suse.de>
3850
3851 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3852
283cb58c
TV
38532020-05-08 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.dwarf2/clang-debug-names.c: New test.
3856 * gdb.dwarf2/clang-debug-names.exp: New file.
3857
ac4a4f1c
SM
38582020-05-06 Simon Marchi <simon.marchi@efficios.com>
3859
3860 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3861 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3862
24fe640b
TV
38632020-05-06 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3866 breakpoint is at a "recommended breakpoint location".
3867 * gdb.reverse/consecutive-reverse.exp: Same.
3868
0d8683a3
TV
38692020-05-06 Tom de Vries <tdevries@suse.de>
3870
3871 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3872 address.
3873
b8983c46
TV
38742020-05-06 Tom de Vries <tdevries@suse.de>
3875
3876 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3877
abf6d805
TV
38782020-05-06 Tom de Vries <tdevries@suse.de>
3879
3880 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3881 info for r.
3882
0fc2a808
TV
38832020-05-06 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3886 necessary.
3887
873dd427
TV
38882020-05-06 Tom de Vries <tdevries@suse.de>
3889
3890 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3891 void.
3892
7c99e7e2
TV
38932020-05-06 Tom de Vries <tdevries@suse.de>
3894
3895 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3896 of ...
3897 * gdb.base/async.exp: ... here.
3898 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3899 "recommended breakpoint location".
3900
6173d6a6
TV
39012020-05-06 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3904
6015a067
TV
39052020-05-04 Tom de Vries <tdevries@suse.de>
3906
3907 * gdb.base/async.exp: Check whether instruction addresses are a
3908 "recommended breakpoint location".
3909
3b6acaee
TT
39102020-05-03 Tom Tromey <tom@tromey.com>
3911
3912 * gdb.base/sepdebug.exp: Remove "catch" test.
3913 * gdb.base/break.exp: Remove "catch" test.
3914 * gdb.base/default.exp: Update expected output.
3915
5beb4d17
TV
39162020-05-02 Tom de Vries <tdevries@suse.de>
3917
3918 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3919 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3920 * gdb.arch/i386-mpx-map.exp: Same.
3921 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3922 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3923 * gdb.arch/i386-mpx.exp: Same.
3924
8caf140d
TV
39252020-05-02 Tom de Vries <tdevries@suse.de>
3926
3927 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3928
693196cb
TV
39292020-05-01 Tom de Vries <tdevries@suse.de>
3930
3931 * gdb.ada/operator_bp.exp: Allow more than required amount of
3932 breakpoint.
3933
53ae0aa9
TV
39342020-05-01 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3937
ee9d1e5f
HD
39382020-04-30 Hannes Domani <ssbssa@yahoo.de>
3939
3940 PR gdb/18706
3941 * gdb.cp/stub-array-size.cc: New test.
3942 * gdb.cp/stub-array-size.exp: New file.
3943 * gdb.cp/stub-array-size.h: New test.
3944 * gdb.cp/stub-array-size2.cc: New test.
3945
d5cf82c0
HD
39462020-04-30 Hannes Domani <ssbssa@yahoo.de>
3947
3948 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3949 output to the new format.
3950
42e165c3
SM
39512020-04-29 Simon Marchi <simon.marchi@efficios.com>
3952
3953 * gdb.base/break.exp: Use with_test_prefix.
3954
6e4e3fe1
TV
39552020-04-29 Tom de Vries <tdevries@suse.de>
3956
3957 * lib/gdb.exp (debug_types): New proc.
3958 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3959 * gdb.python/py-symtab.exp: Same.
3960
d642b692
HD
39612020-04-29 Hannes Domani <ssbssa@yahoo.de>
3962
3963 PR gdb/17320
3964 * gdb.base/pretty-array.c: New test.
3965 * gdb.base/pretty-array.exp: New file.
3966
ea90f227
TV
39672020-04-29 Tom de Vries <tdevries@suse.de>
3968
3969 PR symtab/25889
3970 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3971 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3972 and include cpexprs.exp.
3973
a65189c9
TV
39742020-04-28 Mark Williams <mark@myosotissp.com>
3975
3976 PR gdb/24480
3977 * dw4-toplevel-types.exp: Test for top level types.
3978 * dw4-toplevel-types.cc: Test for top level types.
3979
32d1f47a
TBA
39802020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3981
3982 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3983 (theads -> threads).
3984
56a4f5a1
TV
39852020-04-28 Tom de Vries <tdevries@suse.de>
3986
3987 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3988
0b2f8a3b
TV
39892020-04-28 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
3992
5390c717
TV
39932020-04-28 Tom de Vries <tdevries@suse.de>
3994
3995 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
3996
15cd93d0
TV
39972020-04-28 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.dwarf2/main-foo.c: New test.
4000 * gdb.dwarf2/struct-with-sig.exp: New file.
4001
d472f0fb
TV
40022020-04-25 Tom de Vries <tdevries@suse.de>
4003
4004 * boards/debug-types.exp: New file.
4005
8d840e05
AB
40062020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4007
4008 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4009
bcfe6157
TT
40102020-04-24 Tom Tromey <tom@tromey.com>
4011
4012 PR symtab/12707:
4013 * gdb.python/py-symbol.exp: Update expected results for
4014 linkage_name test.
4015 * gdb.cp/print-demangle.exp: New file.
4016 * gdb.base/c-linkage-name.exp: Fix test.
4017 * gdb.guile/scm-symbol.exp: Update expected results for
4018 linkage_name test.
4019
f049a313
TT
40202020-04-24 Tom Tromey <tom@tromey.com>
4021
4022 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4023 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4024 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4025 assembler.
4026
7cf28874
TV
40272020-04-24 Tom de Vries <tdevries@suse.de>
4028
4029 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4030 C++.
4031
dac2fef7
TT
40322020-04-24 Tom Tromey <tromey@adacore.com>
4033
4034 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4035 values.
4036 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4037 values. Update test for minimal encodings.
4038 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4039 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4040 values. Update test for minimal encodings.
4041
1acda803
TT
40422020-04-24 Tom Tromey <tromey@adacore.com>
4043
4044 PR python/23662:
4045 * gdb.ada/variant.exp: Add Python checks.
4046 * gdb.rust/simple.exp: Add dynamic type checks.
4047
adfb9815
TT
40482020-04-24 Tom Tromey <tromey@adacore.com>
4049
4050 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4051 Make array type matching more lax.
4052 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4053 * gdb.ada/mi_variant.exp: New file.
4054 * gdb.ada/mi_variant/pck.ads: New file.
4055 * gdb.ada/mi_variant/pkg.adb: New file.
4056 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4057 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4058
7d79de9a
TT
40592020-04-24 Tom Tromey <tromey@adacore.com>
4060
4061 * gdb.ada/variant.exp: Add dynamic field offset tests.
4062 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4063 * gdb.ada/variant/pkg.adb: Add new variables.
4064
f8e89861
TT
40652020-04-24 Tom Tromey <tromey@adacore.com>
4066
4067 * gdb.ada/variant.exp: New file
4068 * gdb.ada/variant/pkg.adb: New file
4069 * gdb.ada/variant/pck.adb: New file
4070
86e887ae
TV
40712020-04-24 Tom de Vries <tdevries@suse.de>
4072
4073 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4074
88428775
TV
40752020-04-24 Tom de Vries <tdevries@suse.de>
4076
4077 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4078 flags.
4079
4e86f6e7
TV
40802020-04-24 Tom de Vries <tdevries@suse.de>
4081
4082 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4083
2016d3e6
TV
40842020-04-24 Tom de Vries <tdevries@suse.de>
4085
4086 * lib/gdb.exp (default_gdb_start): Handle eof.
4087 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4088 failure.
4089 * gdb.base/readnever.exp: Handle clean_restart failure.
4090
70bc38f5
TV
40912020-04-23 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/decl-before-def.exp: Run to main and print a again.
4094
de82891c
TV
40952020-04-23 Tom de Vries <tdevries@suse.de>
4096
4097 * gdb.base/decl-before-def-decl.c: New test.
4098 * gdb.base/decl-before-def-def.c: New test.
4099 * gdb.base/decl-before-def.exp: New file.
4100
96038148
TV
41012020-04-23 Tom de Vries <tdevries@suse.de>
4102
4103 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4104
54ac3df1
TV
41052020-04-22 Tom de Vries <tdevries@suse.de>
4106
4107 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4108 debug_info_offset.
4109 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4110 before $objsfile in the line line.
4111
714534e1
TV
41122020-04-22 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4115
16a7dbf4
MS
41162020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4117
4118 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4119 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4120 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4121 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4122 * gdb.base/jit-protocol.h: Update definitions to match all usage
4123 contexts.
4124
41252020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4126
4127 * gdb.base: Rename all jit related test and source files.
4128
41292020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4130
4131 * gdb.base/jit-reader.exp: Relax register output check.
4132
317d2668
TV
41332020-04-22 Tom de Vries <tdevries@suse.de>
4134
4135 PR symtab/25764
4136 * gdb.base/psym-external-decl-2.c: New test.
4137 * gdb.base/psym-external-decl.c: New test.
4138 * gdb.base/psym-external-decl.exp: New file.
4139 * gdb.threads/tls.exp: Add PR25807 kfail.
4140
eea9e357
TV
41412020-04-22 Tom de Vries <tdevries@suse.de>
4142
4143 PR symtab/25801
4144 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4145 in "info source" output.
4146
3d5afab3
TV
41472020-04-22 Tom de Vries <tdevries@suse.de>
4148
4149 PR symtab/25700
4150 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4151 symtab for imported_unit.c.
4152
b32102f6
GB
41532020-04-21 Gary Benson <gbenson@redhat.com>
4154
4155 * gdb.base/advance.c (func): New argument, to match call site.
4156 (func2, func3): Add return statements.
4157
d43b7a2d
TBA
41582020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4159
4160 * gdb.multi/run-only-second-inf.c: New file.
4161 * gdb.multi/run-only-second-inf.exp: New file.
4162
d89edf9b
MM
41632020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4164
4165 * gdb.btrace/multi-inferior.c: New test.
4166 * gdb.btrace/multi-inferior.exp: New file.
4167
1a476b6d
MM
41682020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4169
4170 * gdb.btrace/enable-new-thread.c: New test.
4171 * gdb.btrace/enable-new-thread.exp: New file.
4172
4778a5f8
TV
41732020-04-21 Tom de Vries <tdevries@suse.de>
4174
4175 PR gdb/25471
4176 * gdb.threads/killed-outside.c: New test.
4177 * gdb.threads/killed-outside.exp: New file.
4178
9b2c992c
GB
41792020-04-20 Gary Benson <gbenson@redhat.com>
4180
4181 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4182 * gdb.base/nested-subp2.exp: Likewise.
4183 * gdb.base/nested-subp3.exp: Likewise.
4184
b5d1d6f7
GB
41852020-04-20 Gary Benson <gbenson@redhat.com>
4186
4187 * gdb.base/nested-subp1.exp: Disable test when using clang.
4188 * gdb.base/nested-subp2.exp: Likewise.
4189 * gdb.base/nested-subp3.exp: Likewise.
4190
25230285
GB
41912020-04-20 Gary Benson <gbenson@redhat.com>
4192
4193 * gdb.cp/exception.cc: Fix compilation error with clang.
4194
fa93cc8f
GB
41952020-04-20 Gary Benson <gbenson@redhat.com>
4196
809730f3 4197 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4198
e0c45f30
GB
41992020-04-20 Gary Benson <gbenson@redhat.com>
4200
4201 * gdb.base/jit-main.c: Fix compilation error with clang.
4202
4ddfec93
KR
42032020-04-17 Kamil Rytarowski <n54@gmx.com>
4204
4205 * gdb.base/attach-twice.c: Include "sys/types.h".
4206 (PTRACE_ATTACH): Add fallback definition.
4207 (main): Pass `0' to the 4th argument of `ptrace'.
4208
2bed205e
KR
42092020-04-17 Kamil Rytarowski <n54@gmx.com>
4210
4211 * gdb.base/fork-running-state.c: Include "signal.h".
4212
0743fc83
TT
42132020-04-17 Tom Tromey <tromey@adacore.com>
4214
4215 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4216 Update tests.
4217 * gdb.btrace/cpu.exp: Update tests.
4218 * gdb.base/maint.exp: Update tests.
4219 * gdb.base/default.exp: Update tests.
4220 * gdb.base/completion.exp: Update tests.
4221
efba5c23
TV
42222020-04-16 Tom de Vries <tdevries@suse.de>
4223
4224 PR symtab/25791
4225 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4226 (ensure_gdb_index): and factor out and move ...
4227 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4228 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4229
d191d716
TV
42302020-04-16 Tom de Vries <tdevries@suse.de>
4231
4232 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4233 loading exec.
4234
99f1bc6a
AB
42352020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4236
4237 * gdb.base/many-completions.exp: New file.
4238
194d088f
TV
42392020-04-14 Tom de Vries <tdevries@suse.de>
4240
4241 PR symtab/25718
4242 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4243
c1a66c06
TV
42442020-04-14 Tom de Vries <tdevries@suse.de>
4245
4246 PR symtab/25720
4247 * gdb.base/maint-expand-symbols-header-file.c: New test.
4248 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4249 * gdb.base/maint-expand-symbols-header-file.h: New test.
4250
21b0982c
AB
42512020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4254 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4255 get_func_info.
4256 (get_func_info): Delete.
4257 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4258 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4259 * lib/dwarf.exp (get_func_info): New function.
4260
dd1cab06
TV
42612020-04-13 Tom de Vries <tdevries@suse.de>
4262
4263 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4264 to what find_gnatmake does.
4265
71ea2b6b
TV
42662020-04-10 Tom de Vries <tdevries@suse.de>
4267
4268 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4269 -readnow.
4270
bdfc1e8a
TV
42712020-04-10 Tom de Vries <tdevries@suse.de>
4272
4273 PR cli/25808
4274 * gdb.base/style.c: Add leading newlines.
4275 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4276 Check listing of main's one-line body.
4277
14ca8ecf
TV
42782020-04-08 Tom de Vries <tdevries@suse.de>
4279
4280 * lib/gdb.exp (psymtabs_p): New proc.
4281 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4282 importing unit" unsupported if there are no partial symbols.
4283
e21d048f
TV
42842020-04-08 Tom de Vries <tdevries@suse.de>
4285
4286 PR testsuite/25760
4287 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4288
25c11aca
TV
42892020-04-07 Tom de Vries <tdevries@suse.de>
4290
4291 PR symtab/25796
4292 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4293
5707e24b
TV
42942020-04-07 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.base/check-psymtab.c: New test.
4297 * gdb.base/check-psymtab.exp: New file.
4298
6ee448cc
TT
42992020-04-06 Tom Tromey <tromey@adacore.com>
4300
4301 * gdb.ada/variant-record/proc.adb: New file.
4302 * gdb.ada/variant-record/value.adb: New file.
4303 * gdb.ada/variant-record/value.s: New file.
4304 * gdb.ada/variant-record.exp: New file.
4305
9e7c9a03
HD
43062020-04-03 Hannes Domani <ssbssa@yahoo.de>
4307
4308 PR gdb/25325
4309 * gdb.cp/typed-enum.cc: New test.
4310 * gdb.cp/typed-enum.exp: New file.
4311
c90d28ac
AB
43122020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4313
4314 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4315 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4316 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4317 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4318 * gdb.opt/inline-small-func.c: New file.
4319 * gdb.opt/inline-small-func.exp: New file.
4320 * gdb.opt/inline-small-func.h: New file.
4321
34e9a9fa
AB
43222020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4323
4324 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4325 function.
4326
6a354911
AB
43272020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4328
4329 * lib/dwarf.exp (function_range): Allow compiler options to be
4330 specified.
4331
880d9777
TV
43322020-04-02 Tom de Vries <tdevries@suse.de>
4333
4334 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4335 __attribute__((always_inline)).
4336 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4337
f32682ea
TV
43382020-04-02 Tom de Vries <tdevries@suse.de>
4339
4340 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4341 (gdbserver_gdb_exit): ... here. Add timeout warning.
4342 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4343 (connect_target_extended_remote): Append new server_spawn_id to
4344 server_spawn_ids.
4345 (cleanup): New proc.
4346 (setup, <toplevel>): Call cleanup.
4347
d3214198
TV
43482020-04-02 Tom de Vries <tdevries@suse.de>
4349
4350 * gdb.base/main-psymtab.exp: New file.
4351
cc77ed24
TV
43522020-04-02 Tom de Vries <tdevries@suse.de>
4353
4354 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4355
3638a098
TT
43562020-04-01 Tom Tromey <tom@tromey.com>
4357
4358 * gdb.base/complex-parts.exp: Add type tests.
4359
c34e8714
TT
43602020-04-01 Tom Tromey <tom@tromey.com>
4361
4362 * gdb.base/complex-parts.exp: Add arithmetic tests.
4363
981c08ce
TT
43642020-04-01 Tom Tromey <tom@tromey.com>
4365
4366 * gdb.compile/compile.exp: Update.
4367 * gdb.compile/compile-cplus.exp: Update.
4368 * gdb.base/varargs.exp: Update.
4369 * gdb.base/floatn.exp: Update.
4370 * gdb.base/endianity.exp: Update.
4371 * gdb.base/callfuncs.exp (do_function_calls): Update.
4372 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4373 (complex_float_integral_args): Update.
4374 * gdb.base/complex.exp: Update.
4375 * gdb.base/complex-parts.exp: Update.
4376
3d1cfd43
TT
43772020-04-01 Tom Tromey <tromey@adacore.com>
4378
4379 * gdb.rust/union.rs: New file.
4380 * gdb.rust/union.exp: New file.
4381 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4382 (main): Update.
4383 * gdb.rust/simple.exp: Move union tests to union.exp.
4384
e033dfa9
TT
43852020-04-01 Tom Tromey <tromey@adacore.com>
4386
4387 * gdb.rust/simple.rs (main): Remove "y0".
4388
53cccef1
TBA
43892020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4390
4391 * gdb.multi/stop-all-on-exit.c: New test.
4392 * gdb.multi/stop-all-on-exit.exp: New file.
4393
60e22c1e
HD
43942020-04-01 Hannes Domani <ssbssa@yahoo.de>
4395
4396 PR gdb/24789
4397 * gdb.cp/misc.cc: Add integer reference variable.
4398 * gdb.cp/misc.exp: Add test.
4399
e139a727
TBA
44002020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4401
4402 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4403 scenario to cover execution until the end and also the case
4404
16b0db75
TV
44052020-03-31 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4408 c. Use "maint info symtabs" to check symtab expansion.
4409
c0502da6
TV
44102020-03-30 Tom de Vries <tdevries@suse.de>
4411
4412 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4413 unsupported.
4414 (verify_psymtab_expanded): Move ...
4415 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4416 test.
4417 (readnow): New proc.
4418
5935fd15
AB
44192020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4422 with $hex.
4423
1773be9e
TT
44242020-03-20 Tom Tromey <tromey@adacore.com>
4425
4426 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4427
70304be9
TT
44282020-03-20 Tom Tromey <tromey@adacore.com>
4429
4430 * gdb.ada/sub_variant/subv.adb: New file.
4431 * gdb.ada/sub_variant.exp: New file.
4432
0dd7b8f7
TV
44332020-03-20 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4436 first break fails.
4437 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4438
cada5fc9
AB
44392020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.server/exit-multiple-threads.c: New file.
4442 * gdb.server/exit-multiple-threads.exp: New file.
4443
6b8c53f2
AB
44442020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4445
4446 * gdb.fortran/mixed-lang-stack.c: New file.
4447 * gdb.fortran/mixed-lang-stack.cpp: New file.
4448 * gdb.fortran/mixed-lang-stack.exp: New file.
4449 * gdb.fortran/mixed-lang-stack.f90: New file.
4450
19a2740f
AB
44512020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4452
4453 * gdb.linespec/cp-completion-aliases.cc: New file.
4454 * gdb.linespec/cp-completion-aliases.exp: New file.
4455
d8c8b848
TV
44562020-03-19 Tom de Vries <tdevries@suse.de>
4457
4458 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4459 more precise.
4460
a9933ccf
TV
44612020-03-18 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4464 * gdb.dwarf2/break-inline-psymtab.c: New test.
4465 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4466
2f89101f
TV
44672020-03-16 Tom de Vries <tdevries@suse.de>
4468
4469 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4470 cache_verify and cache_verify_proc.
4471
6b9374f1
TV
44722020-03-15 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.server/solib-list.exp: Handle
4475 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4476
eaeaf44c
TV
44772020-03-15 Tom de Vries <tdevries@suse.de>
4478
4479 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4480 objfiles".
4481
3293bbaf
TT
44822020-03-14 Tom Tromey <tom@tromey.com>
4483
4484 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4485
ab44624c
TV
44862020-03-14 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4489
54c43825
TV
44902020-03-14 Tom de Vries <tdevries@suse.de>
4491
4492 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4493 result in line-by-line fashion.
4494
2ac70237
TV
44952020-03-14 Tom de Vries <tdevries@suse.de>
4496
4497 * lib/gdb.exp (supports_statement_frontiers): New proc.
4498 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4499
09546b56
TV
45002020-03-14 Tom de Vries <tdevries@suse.de>
4501
4502 * gdb.base/printcmds.exp: Add missing quoting for "print
4503 teststring2".
4504
a1f6a07c
TT
45052020-03-13 Tom Tromey <tom@tromey.com>
4506
4507 * gdb.base/printcmds.exp (test_print_strings): Add regression
4508 test.
4509 * gdb.base/printcmds.c (charptr): New typedef.
4510 (teststring2): New global.
4511
1b83d09c
AB
45122020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4515 full path in the test name.
4516 (test_ld): Add some with_test_prefix blocks to make test names
4517 unique.
4518
2d61316c
TV
45192020-03-13 Tom de Vries <tdevries@suse.de>
4520
4521 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4522
2e9145ac
TV
45232020-03-13 Tom de Vries <tdevries@suse.de>
4524
4525 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4526
96c7f873
TV
45272020-03-13 Tom de Vries <tdevries@suse.de>
4528
4529 PR symtab/25646
4530 * gdb.dwarf2/imported-unit.exp: Add test.
4531
49ba92c0
TV
45322020-03-13 Tom de Vries <tdevries@suse.de>
4533
4534 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4535 (var1, var2): New variable.
4536 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4537 matching symbols.
4538
301b21e0
TV
45392020-03-13 Tom de Vries <tdevries@suse.de>
4540
4541 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4542 (Term::command): Use prompt prefix.
4543 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4544 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4545 command_no_prompt_prefix instead of prefix.
4546 * gdb.tui/tui-layout-asm.exp: Same.
4547
3f512721
SM
45482020-03-12 Simon Marchi <simon.marchi@efficios.com>
4549
4550 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4551
40310f30
SM
45522020-03-12 Simon Marchi <simon.marchi@efficios.com>
4553
4554 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4555 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4556 on" while stepping over the test instruction, match printed
4557 message.
4558
09252140
TV
45592020-03-12 Tom de Vries <tdevries@suse.de>
4560
4561 * gdb.base/info-types.exp: Use exp_continue during matching of output
4562 of "info types".
4563
14e9c72c
TV
45642020-03-12 Tom de Vries <tdevries@suse.de>
4565
4566 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4567
e515d67e
TV
45682020-03-12 Tom de Vries <tdevries@suse.de>
4569
4570 * gdb.fortran/module.exp: Use exp_continue during matching of output
4571 of "info variable -n".
4572
307eafd8
TV
45732020-03-12 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4576 gdb.dwarf2/dw2-ranges-base.c.
4577
9a2de3fc
TV
45782020-03-12 Tom de Vries <tdevries@suse.de>
4579
4580 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4581 in presence of GLIBC debuginfo.
4582
3217502e
TV
45832020-03-12 Tom de Vries <tdevries@suse.de>
4584
4585 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4586 $core.
4587
1281424c
TV
45882020-03-12 Tom de Vries <tdevries@suse.de>
4589
4590 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4591 more precise.
4592
038b97fc
SM
45932020-03-11 Simon Marchi <simon.marchi@efficios.com>
4594
4595 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4596 from Unix to Windows path.
4597
5308d1e7
TV
45982020-03-11 Tom de Vries <tdevries@suse.de>
4599
4600 * gdb.ada/minsyms.exp: Set language to ada.
4601
f870f78f
TV
46022020-03-11 Tom de Vries <tdevries@suse.de>
4603
4604 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4605
5a13315d
TV
46062020-03-11 Tom de Vries <tdevries@suse.de>
4607
4608 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4609
976862ed
TT
46102020-03-11 Tom Tromey <tromey@adacore.com>
4611
4612 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4613
7462c383
TV
46142020-03-11 Tom de Vries <tdevries@suse.de>
4615
4616 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4617
1c6c46a0
TV
46182020-03-11 Tom de Vries <tdevries@suse.de>
4619
4620 * gdb.base/break-interp.exp: Limit verbose scope.
4621
44f41bb7
TV
46222020-03-11 Tom de Vries <tdevries@suse.de>
4623
4624 * gdb.fortran/logical.f90: Define variable with character type.
4625 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4626
b76f3a42
TV
46272020-03-11 Tom de Vries <tdevries@suse.de>
4628
4629 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4630
1c33af77
TV
46312020-03-11 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4634 symtabs.
4635
8c95582d
AB
46362020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4637 Bernd Edlinger <bernd.edlinger@hotmail.de>
4638
4639 * gdb.cp/step-and-next-inline.cc: New file.
4640 * gdb.cp/step-and-next-inline.exp: New file.
4641 * gdb.cp/step-and-next-inline.h: New file.
4642 * gdb.dwarf2/dw2-is-stmt.c: New file.
4643 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4644 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4645 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4646 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4647
cecf8547
AB
46482020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4649
4650 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4651 is-stmt flag in the line table.
4652
0ba678c9
TV
46532020-03-09 Tom de Vries <tdevries@suse.de>
4654
4655 * lib/gdb.exp (cached_file): Create cache dir.
4656
72fbdf83
TV
46572020-03-07 Tom de Vries <tdevries@suse.de>
4658
4659 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4660 * gdb.cp/rvalue-ref-params.exp: Same.
4661
436b5e99
TV
46622020-03-06 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4665 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4666
09f2921c
TV
46672020-03-06 Tom de Vries <tdevries@suse.de>
4668
4669 * README: Fix "the the".
4670 * gdb.base/dprintf.exp: Same.
4671
50a3cc5d
TV
46722020-03-05 Tom de Vries <tdevries@suse.de>
4673
4674 * gdb.base/maint.exp: Update "main print statistics" expected output.
4675
0a709cba
AKS
46762020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4677
4678 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4679 (fortran_int8): Likewise.
4680 (fortran_real4): Likewise.
4681 (fortran_real8): Likewise.
4682 (fortran_complex4): Likewise.
4683 (fortran_logical4): Likewise.
4684 (fortran_character1): Likewise.
4685
5e5d66b6
AB
46862020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4687
4688 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4689 printed as true.
4690
7b973adc
SDJ
46912020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4692
4693 * gdb.base/printcmds.exp: Add test to verify printf of a
4694 variable holding an address.
4695
478e490a
TV
46962020-03-03 Tom de Vries <tdevries@suse.de>
4697
4698 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4699
1ef44e86
TV
47002020-03-03 Tom de Vries <tdevries@suse.de>
4701
4702 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4703 gdb_test_multiple call.
4704
b98cc2cf
TV
47052020-03-03 Tom de Vries <tdevries@suse.de>
4706
4707 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4708 gdb_test_multiple calls.
4709
63e163f2
AB
47102020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4711
4712 * gdb.base/default.exp: Remove test of 'set history filename'.
4713 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4714 filename to the empty string.
4715 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4716 and GDBHISTSIZE.
4717
24ed6739
AB
47182020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4719
4720 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4721 disabled.
4722
590003dc 47232020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4724 Tom de Vries <tdevries@suse.de>
590003dc
TV
4725
4726 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4727 -prompt prefix, before user_code argument. Add -lbl option likewise.
4728 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4729 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4730 argument.
4731 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4732 have "\r\n" at start-of-line, instead of at end-of-line.
4733
f5e46084
SM
47342020-02-28 Simon Marchi <simon.marchi@efficios.com>
4735
4736 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4737 libinproctrace.so.
4738
f7a7000d
LM
47392020-02-28 Luis Machado <luis.machado@linaro.org>
4740
4741 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4742 to "p/x".
4743
718e0816
LM
47442020-02-28 Luis Machado <luis.machado@linaro.org>
4745
4746 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4747 asm/ptrace.h and error.h.
4748
13c3a74a
TV
47492020-02-28 Tom de Vries <tdevries@suse.de>
4750
4751 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4752 (struct wrapper, do_something, mundane/symada__cS): Move ...
4753 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4754 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4755 Update "print symada__cS before partial symtab expansion" regexp.
4756 Update breakpoint location. Flush symbol cache after expansion.
4757
85d2d5bb
LM
47582020-02-28 Luis Machado <luis.machado@linaro.org>
4759
4760 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4761
3608f86c
TV
47622020-02-27 Tom de Vries <tdevries@suse.de>
4763
4764 * config/sid.exp: Remove unused globals.
4765 * gdb.base/attach.exp: Same.
4766 * gdb.base/catch-load.exp: Same.
4767 * gdb.base/dbx.exp: Same.
4768 * lib/gdb.exp: Same.
4769 * lib/mi-support.exp: Same.
4770 * lib/prompt.exp: Same.
4771
c8d4f6df
TV
47722020-02-27 Tom de Vries <tdevries@suse.de>
4773
4774 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4775 not set.
4776
0d79cdc4
AM
47772020-02-26 Aaron Merey <amerey@redhat.com>
4778
4779 * gdb.debuginfod: New directory for debuginfod tests.
4780 * gdb.debuginfod/main.c: New test file.
4781 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4782
0dce4280
TV
47832020-02-26 Tom de Vries <tdevries@suse.de>
4784
4785 PR gdb/25603
4786 * gdb.base/persistent-lang.cc: New test.
4787 * gdb.base/persistent-lang.exp: New file.
4788
9e80cfa1
AB
47892020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4790
4791 * gdb.fortran/derived-type-striding.exp: Add a new test.
4792 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4793 new test.
4794
2078dbb2
AB
47952020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4798 names.
4799
70d49700
TV
48002020-02-25 Tom de Vries <tdevries@suse.de>
4801
4802 PR go/18926
4803 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4804
a88ef40d
TV
48052020-02-24 Tom de Vries <tdevries@suse.de>
4806
4807 PR gdb/25592
4808 * gdb.base/info-locals-unused-static-var.c: New test.
4809 * gdb.base/info-locals-unused-static-var.exp: New file.
4810
01b1af32
TT
48112020-02-22 Tom Tromey <tom@tromey.com>
4812
4813 * gdb.python/tui-window.exp: New file.
4814 * gdb.python/tui-window.py: New file.
4815
7c043ba6
TT
48162020-02-22 Tom Tromey <tom@tromey.com>
4817
4818 PR tui/17850:
4819 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4820 tests.
4821
c22fef7e
TT
48222020-02-22 Tom Tromey <tom@tromey.com>
4823
4824 * gdb.tui/new-layout.exp: Add sub-layout tests.
4825
ee325b61
TT
48262020-02-22 Tom Tromey <tom@tromey.com>
4827
4828 * gdb.tui/new-layout.exp: New file.
4829
3f0cbb04
TT
48302020-02-22 Tom Tromey <tom@tromey.com>
4831
4832 * gdb.rust/rust-style.rs: New file.
4833 * gdb.rust/rust-style.exp: New file.
4834 * gdb.base/style.exp: Test structure printing.
4835 * gdb.base/style.c (struct some_struct): New type.
4836 (enum etype): New type.
4837 (struct_value): New global.
4838
75525152
TV
48392020-02-21 Tom de Vries <tdevries@suse.de>
4840
4841 PR go/18926
4842 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4843 Remove blanket xfails. Use message argument for gdb_breakpoint.
4844 Make continuing to breakpoint test conditional on setting breakpoint.
4845 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4846 DW_AT_name attribute. Add xfail for GCC PR93866.
4847
bd360d30
AB
48482020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4849
4850 * gdb.dwarf2/cpp-linkage-name.c: New file.
4851 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4852
c7adb09f 48532020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
4854
4855 * lib/gdb.exp (gdb_wrapper_init): Reset
4856 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4857 not exist.
4858
a9c79803
TV
48592020-02-20 Tom de Vries <tdevries@suse.de>
4860
4861 PR go/17018
4862 * gdb.go/hello.exp: Copy ...
4863 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4864 print of st to print value of global definition. Add xfail for GCC
4865 PR93844.
4866 * gdb.go/hello.exp: Remove printing of st before definition.
4867 * gdb.go/hello.go: Copy ...
4868 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4869 to st.
4870 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4871
d7445728
TV
48722020-02-20 Tom de Vries <tdevries@suse.de>
4873
4874 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4875 (gdb_simple_compile): Handle compile_flags go by using .go extension
4876 for source file.
4877 * gdb.go/chan.exp: Use support_go_compile.
4878 * gdb.go/handcall.exp: Same.
4879 * gdb.go/hello.exp: Same.
4880 * gdb.go/integers.exp: Same.
4881 * gdb.go/max-depth.exp: Same.
4882 * gdb.go/methods.exp: Same.
4883 * gdb.go/package.exp: Same.
4884 * gdb.go/strings.exp: Same.
4885 * gdb.go/types.exp: Same.
4886 * gdb.go/unsafe.exp: Same.
4887
c9c41e6d
TV
48882020-02-19 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.python/lib-types.exp: Make xfail more strict.
4891
f20ff837
TV
48922020-02-19 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4895
08410482
DE
48962020-02-19 Doug Evans <dje@google.com>
4897
4898 PR rust/25535
4899 * gdb.rust/simple.exp: Add test.
4900 * gdb.rust/simple.rs: Add test.
4901
623563f7
TV
49022020-02-19 Tom de Vries <tdevries@suse.de>
4903
4904 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4905 output line-by-line.
4906
d3308cfd
TV
49072020-02-19 Tom de Vries <tdevries@suse.de>
4908
4909 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4910
86cbc5dc
TV
49112020-02-19 Tom de Vries <tdevries@suse.de>
4912
4913 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4914 prelink.
4915
9db2b96b
TV
49162020-02-19 Tom de Vries <tdevries@suse.de>
4917
4918 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4919 (gdb_do_cache): Use gdb_do_cache_wrap.
4920 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4921
89e2fdc5
TV
49222020-02-19 Tom de Vries <tdevries@suse.de>
4923
4924 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4925 gdb_compile option.
4926
373d7ac0
SM
49272020-02-18 Simon Marchi <simon.marchi@efficios.com>
4928
4929 * gdb.base/printcmds.exp (test_print_enums): Update expected
4930 output.
4931
b29a2df0
SM
49322020-02-18 Simon Marchi <simon.marchi@efficios.com>
4933
4934 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4935 for "unknown".
4936
6740f0cc
SM
49372020-02-18 Simon Marchi <simon.marchi@efficios.com>
4938
4939 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4940 enumerator.
4941
edd45eb0
SM
49422020-02-18 Simon Marchi <simon.marchi@efficios.com>
4943
4944 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4945 FE_, add FE_NONE.
4946 (three): Update.
4947 (enum flag_enum_without_zero): New enum.
4948 (flag_enum_without_zero): New variable.
4949 (enum not_flag_enum): New enum.
4950 (three_not_flag): New variable.
4951 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4952 (test_print_enums): Add more tests for printing flag enums.
4953
d4295de4
TV
49542020-02-18 Tom de Vries <tdevries@suse.de>
4955
4956 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4957 (gdb_compile_ada): ... here.
4958 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4959 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4960
f251f505
TT
49612020-02-14 Tom Tromey <tom@tromey.com>
4962
4963 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4964 build directory.
4965 * boards/gdbserver-base.exp: Update path to gdbserver.
4966
8f432634
TV
49672020-02-13 Tom de Vries <tdevries@suse.de>
4968
4969 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4970
92b6eaf7
TV
49712020-02-13 Tom de Vries <tdevries@suse.de>
4972
4973 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4974 are missing.
4975
f3b0f7fe
TV
49762020-02-13 Tom de Vries <tdevries@suse.de>
4977
4978 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4979 call.
4980
f6be8713
SDJ
49812020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4982
4983 PR tui/25126
4984 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4985 * gdb.base/cached-source-file.c: New file.
4986 * gdb.base/cached-source-file.exp: New file.
4987
b2770d5e
TV
49882020-02-11 Tom de Vries <tdevries@suse.de>
4989
4990 PR testsuite/25488
4991 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
4992
44f6938e
TV
49932020-02-10 Tom de Vries <tdevries@suse.de>
4994
4995 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
4996
5f0e2eb7
MR
49972020-02-10 Maciej W. Rozycki <macro@wdc.com>
4998
4999 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5000 and $after_addr are both integers before making a comparison.
5001
46ce2b6f
TV
50022020-02-09 Tom de Vries <tdevries@suse.de>
5003
5004 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5005 command output and paste it into gdb.log. If any, paste catch message
5006 to gdb.log.
5007
5abbbe1d
TT
50082020-02-07 Tom Tromey <tromey@adacore.com>
5009
5010 PR breakpoints/24915:
5011 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5012
1d5d29e7
SV
50132020-02-06 Shahab Vahedi <shahab@synopsys.com>
5014
5015 * gdb.tui/tui-missing-src.exp: Add the "missing source
5016 file" test for the TUI.
5017
b0999b9b
AB
50182020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5019
5020 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5021 including a port number in the output.
5022
c3b149eb
AKS
50232020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5024
5025 * lib/fortran.exp (fortran_int4): Handle clang.
5026 (fortran_int8): Likewise.
5027 (fortran_real4): Likewise.
5028 (fortran_real8): Likewise.
5029 (fortran_complex4): Likewise.
5030 (fortran_logical4): Likewise.
5031 (fortran_character1): Likewise.
5032
f8dcc90b
TV
50332020-02-04 Tom de Vries <tdevries@suse.de>
5034
5035 * README (Race detection): Add note.
5036
f90ac7c2
TV
50372020-02-04 Tom de Vries <tdevries@suse.de>
5038
5039 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5040
780636ae
TV
50412020-02-04 Tom de Vries <tdevries@suse.de>
5042
5043 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5044
5d2e1193
RA
50452020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5046
5047 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5048 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5049 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5050 blttar, bnetarl.
5051 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5052 binary for blttar, bnetarl.
5053 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5054 wait instruction. Delete ldmx test.
5055 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5056
e409c542
AKS
50572020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5058
5059 * gdb.fortran/array-bounds-high.exp: New file.
5060 * gdb.fortran/array-bounds-high.f90: New file.
5061
b0029748
LD
50622020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5063
5064 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5065 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5066
195a8287
TV
50672020-02-01 Tom de Vries <tdevries@suse.de>
5068
5069 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5070
42330a68
AB
50712020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5072
5073 PR tui/9765
5074 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5075 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5076
b62a8028
LM
50772020-01-29 Luis Machado <luis.machado@linaro.org>
5078
5079 * gdb.arch/aarch64-brk-patterns.c: New source file.
5080 * gdb.arch/aarch64-brk-patterns.exp: New test.
5081
5f440116
TBA
50822020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5083
5084 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5085 GCC/Clang version.
5086 * gdb.cp/pass-by-ref.exp: Ditto.
5087
ee2a6fc6
TV
50882020-01-29 Tom de Vries <tdevries@suse.de>
5089
5090 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5091 * gdb.threads/watchpoint-fork-mt.c: Same.
5092 * gdb.threads/watchpoint-fork-parent.c: Same.
5093 * gdb.threads/watchpoint-fork-st.c: Same.
5094 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5095
16b10d6e
LM
50962020-01-27 Luis Machado <luis.machado@linaro.org>
5097
5098 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5099 sitting at a syscall instruction when we hit the syscall function's
5100 breakpoint.
5101 Check PC against one obtained with the x command.
5102 Validate syscall number.
5103 (step_over_syscall): Don't continue to the syscall instruction if
5104 we're already there.
5105
b1468492
PW
51062020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5107
5108 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5109
7ffa82e1
AB
51102020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5111
5112 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5113 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5114
3d92a3e3
AB
51152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5116
5117 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5118 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5119
94a72be7
AB
51202020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5121
5122 * gdb.base/maint.exp: Update line table parsing test.
5123 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5124
53af73bf
PA
51252020-01-24 Pedro Alves <palves@redhat.com>
5126
5127 PR gdb/25410
5128 * gdb.multi/multi-re-run-1.c: New.
5129 * gdb.multi/multi-re-run-2.c: New.
5130 * gdb.multi/multi-re-run.exp: New.
5131
1ba1ac88
AB
51322020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 PR gdb/23718
5135 * gdb.server/server-kill-python.exp: New file.
5136
f3364a6d
AB
51372020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.server/multi-ui-errors.c: New file.
5140 * gdb.server/multi-ui-errors.exp: New file.
5141
733d0a67
AB
51422020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5143
5144 PR tui/9765
5145 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5146
4f13c1c0
TT
51472020-01-19 Tom Tromey <tom@tromey.com>
5148
5149 * gdb.tui/main.exp: Add check for plain "file".
5150
40c94099
CB
51512020-01-16 Christian Biesinger <cbiesinger@google.com>
5152
5153 * lib/gdb.exp: Fix spelling error (seperatelly).
5154
ff47f4f0
TT
51552020-01-14 Tom Tromey <tom@tromey.com>
5156
5157 PR symtab/12535:
5158 * gdb.python/python.exp: Test decode_line with empty string
5159 argument.
5160
717c684d
BE
51612020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5162
5163 * gdb.base/skip-inline.exp: Extend test.
5164
44e4c775
AB
51652020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5166
5167 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5168 * gdb.dwarf2/dw2-bad-elf.c: New file.
5169 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5170
d93c6db7
AB
51712020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5172
5173 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5174 _line_saw_file.
5175
9a6d629c
AB
51762020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5177
5178 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5179 border.
5180
d9ebdab7
TBA
51812020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5182
5183 * gdb.multi/multi-target.exp (setup): Factor out "info
5184 connections" and "info inferiors" tests to ...
5185 (test_info_inferiors): ... this new procedure.
5186 (top level): Run new "info-inferiors" tests.
5187
f3c469b9
PA
51882020-01-10 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.server/bkpt-other-inferior.exp: New file.
5191
121b3efd
PA
51922020-01-10 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5195 of "add-inferior".
5196 * gdb.base/quit-live.exp: Likewise.
5197 * gdb.base/remote-exec-file.exp: Likewise.
5198 * gdb.guile/scm-progspace.exp: Likewise.
5199 * gdb.linespec/linespec.exp: Likewise.
5200 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5201 * gdb.mi/user-selected-context-sync.exp: Likewise.
5202 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5203 "info inferiors" tests.
5204 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5205 "add-inferior".
5206 * gdb.multi/watchpoint-multi.exp: Likewise.
5207 * gdb.python/py-inferior.exp: Likewise.
5208 * gdb.server/extended-remote-restart.exp: Likewise.
5209 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5210 "info inferiors".
5211 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5212 * gdb.trace/report.exp: Likewise.
5213
1dadb1dd
PA
52142020-01-10 Pedro Alves <palves@redhat.com>
5215
5216 * gdb.multi/multi-target.c: New file.
5217 * gdb.multi/multi-target.exp: New file.
5218 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5219 mode requested, but remote does not support non-stop".
5220
78f2c40a
PA
52212020-01-10 Pedro Alves <palves@redhat.com>
5222
5223 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5224 disconnect before reconnecting.
5225
e7af6c70
TBA
52262020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5227 Pedro Alves <palves@redhat.com>
5228
5229 * gdb.server/connect-without-multi-process.exp: Also test
5230 continuing to end.
5231
acdf84a6
PA
52322020-01-10 Pedro Alves <palves@redhat.com>
5233
5234 * gdb.base/remote-exec-file.exp: New file.
5235
873657b9
PA
52362020-01-10 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5239 output.
5240 * gdb.threads/async.c: New.
5241 * gdb.threads/async.exp: New.
5242 * gdb.multi/tids-gid-reset.c: New.
5243 * gdb.multi/tids-gid-reset.exp: New.
5244
7f0ae84c
GB
52452020-01-10 George Barrett <bob@bob131.so>
5246
5247 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5248 to help in finding the image relocation offset.
5249 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5250 options in arguments.
5251 (stap_test_no_debuginfo): Likewise.
5252 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5253 test variants.
5254 (stap_test): Add null semaphore relocation test.
5255
47e9d49d
GB
52562020-01-10 George Barrett <bob@bob131.so>
5257
5258 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5259 * gdb.base/stap-probe.exp: Likewise.
5260 (stap_test): Pass argument as an additional flag.
5261 (stap_test_no_debuginfo): Likewise.
5262 (stap_test): Check `info probes stap' output for semaphore
5263 addresses if the test binary is supposed to have them.
5264
f5a7c406
AB
52652020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5266
5267 * gdb.tui/basic.exp: Add more scrolling tests.
5268
9ae6bf64
TT
52692020-01-09 Tom Tromey <tom@tromey.com>
5270
5271 PR tui/18932:
5272 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5273 meangingful value.
5274 (Term::command, Term::resize): Update.
5275 * gdb.tui/basic.exp: Add scrolling test.
5276
b2efe70c
AB
52772020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5278
5279 * gdb.tui/tui-layout-asm.exp: New file.
5280
3804da7e
AB
52812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5282
5283 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5284
b40aa28f
AB
52852020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5286
5287 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5288 (Term::enter_tui): Use Term::prepare_for_tui.
5289
63ffd7c9
AB
52902020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5293 called.
5294
3be966f6
AB
52952020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * gdb.base/skip.exp: Fix race condition in test.
5298
153d79c4
AB
52992020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.base/backtrace.c: New file.
5302 * gdb.base/backtrace.exp: New file.
5303
f2302a34
AB
53042020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5305
5306 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5307
6ec1d75e
PW
53082020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5309
5310 * gdb.base/style.exp: Test that warnings are styled.
5311
c296cbe6
BE
53122019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5313
5314 * gdb.base/line65535.exp: New file.
5315 * gdb.base/line65535.c: New file.
5316
b28a729d
SM
53172019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5318
5319 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5320 * lib/gnat_debug_info_test.adb: New file.
5321 * gdb.ada/ptype_tagged_param.exp: Use
5322 gnat_runtime_has_debug_info, expect a different output if
5323 runtime does not have debug info.
5324
7f2d7a0d
SM
53252019-12-20 Simon Marchi <simon.marchi@efficios.com>
5326
5327 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5328 (another) quote in test name.
5329
f3bce483
SM
53302019-12-20 Simon Marchi <simon.marchi@efficios.com>
5331
5332 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5333 Add quote in test name.
5334
c855a912
TBA
53352019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5336
5337 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5338 directory instead.
5339 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5340 * gdb.cp/pass-by-ref-2.cc: New file.
5341 * gdb.cp/pass-by-ref-2.exp: New file.
5342
fc9d2d72
TT
53432019-12-20 Tom Tromey <tom@tromey.com>
5344
5345 * gdb.tui/list-before.exp: New file.
5346
77b97e00
TT
53472019-12-20 Tom Tromey <tom@tromey.com>
5348
5349 * gdb.tui/list.exp: Check for source on initial listing.
5350
f69656d0
TT
53512019-12-11 Tom Tromey <tromey@adacore.com>
5352
5353 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5354 Add crlf test.
5355
99a55965
SM
53562019-12-18 Simon Marchi <simon.marchi@efficios.com>
5357
5358 * gdb.base/default.exp: Update value of $_gdb_major.
5359
5024637f
BE
53602019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5361
5362 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5363
b63634be
BE
53642019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5365
5366 * gdb.base/skip.exp: Whitespace fix.
5367
45d73523
BE
53682019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5369
5370 * gdb.base/skip-inline.c: New file.
5371 * gdb.base/skip-inline.exp: New file.
5372
d043f8c8
SM
53732019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5374
5375 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5376 jit_function_00 to jit_function_stack_mangle.
5377 * gdb.base/jithost.c (jit_function_t): Rename to...
5378 (jit_function_stack_mangle_t): ... this.
5379 (jit_function_add_t): New typedef.
5380 (jit_function_00_code): Rename to...
5381 (jit_function_stack_mangle_code): ... this, make static.
5382 (jit_function_add_code): New.
5383 (main): Generate "add" function and call it. Adjust to changes
5384 in jithost_abi.
5385 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5386 (struct jithost_abi) <begin, end>: Remove fields.
5387 <object, function_stack_mangle, function_add>: New fields.
5388 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5389 code_end>: Remove fields.
5390 <func_stack_mangle>: New field.
5391 (read_debug_info): Adjust to renaming, create block for "add"
5392 function.
5393 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5394
873de05c
TT
53952019-12-11 Tom Tromey <tom@tromey.com>
5396
5397 * gdb.tui/resize.exp: Fix regexp.
5398 * gdb.tui/regs.exp: Fix regexps.
5399 * gdb.tui/main.exp: Fix regexp.
5400
3d979945
TT
54012019-12-11 Tom Tromey <tom@tromey.com>
5402
5403 * gdb.tui/resize.exp: Update.
5404 * gdb.tui/empty.exp (layouts): Update.
5405
2192a9d3
TT
54062019-12-11 Tom Tromey <tom@tromey.com>
5407
5408 * gdb.tui/regs.exp: Update.
5409 * gdb.tui/empty.exp (layouts): Update.
5410 * gdb.tui/basic.exp: Update.
5411 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5412
d8edc8b7
PW
54132019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5414
5415 * gdb.base/options.exp: Add -raw-values in the print completion list.
5416 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5417
4c12d936
KB
54182019-12-10 Kevin Buettner <kevinb@redhat.com>
5419
5420 * gdb.threads/omp-par-scope.c: New file.
5421 * gdb/threads/omp-par-scope.exp: New file.
5422
26b911fb
KB
54232019-12-10 Kevin Buettner <kevinb@redhat.com>
5424
bb47f919
KB
5425 * lib/gdb.exp (support_nested_function_tests): New proc.
5426
54272019-12-10 Kevin Buettner <kevinb@redhat.com>
5428
5429 * lib/gdb.exp (gdb_compile_openmp): New proc.
5430 (build_executable_from_specs): Add an "openmp" option.
5431 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5432
6c71eb7d
TT
54332019-12-10 Tom Tromey <tromey@adacore.com>
5434
5435 * gdb.ada/unchecked_union.exp: New file.
5436 * gdb.ada/unchecked_union/pck.adb: New file.
5437 * gdb.ada/unchecked_union/pck.ads: New file.
5438 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5439 * gdb-utils.exp (string_to_regexp): Also quote "?".
5440
bac7c5cf
GB
54412019-12-10 George Barrett <bob@bob131.so>
5442
5443 Test scripted probe breakpoints.
5444 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5445 * gdb.python/py-breakpoint.c (main): Likewise.
5446 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5447 specifier test.
5448 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5449
330f1d38
TBA
54502019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5451
5452 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5453 an rvalue parameter.
5454 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5455 parameter.
5456
b43315e2
AB
54572019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5458
5459 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5460 modules.
5461
54f73dad
AB
54622019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5463
5464 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5465 broken version of GCC.
5466
d57cbee9
AB
54672019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5468
5469 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5470 sym-info-cmds library.
5471 * gdb.fortran/info-types.exp: Likewise.
5472 * lib/sym-info-cmds.exp: New file.
5473
c14aab8c
TV
54742019-12-08 Tom de Vries <tdevries@suse.de>
5475
5476 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5477
aa2d5a42
KS
54782019-12-07 Keith Seitz <keiths@redhat.com>
5479
5480 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5481 * gdb.base/corefile-buildid-shlib.c: New file.
5482 * gdb.base/corefile-buildid.c: New file.
5483 * gdb.base/corefile-buildid.exp: New file.
5484
93e55f0a
TV
54852019-12-06 Tom de Vries <tdevries@suse.de>
5486
5487 * gdb.dwarf2/varval.exp: Add decl before def test.
5488
c7d12402
TBA
54892019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5490
5491 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5492
06acc08f
TBA
54932019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5494
5495 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5496 CV and reference conversion for overload resolution.
5497 * gdb.cp/rvalue-ref-overload.exp: Test it.
5498
e0fad1ea
PW
54992019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5500
5501 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5502 * gdb.base/frameapply.exp: Test faas without command.
5503
8d70a9f0
AB
55042019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5505
5506 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5507 Fortran tests.
5508 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5509 order.
5510
36c8fb93
AB
55112019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5512
5513 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5514 casting to type with no kind specified.
5515 (test_basic_parsing_of_type_kinds): Additional tests for types
5516 with no kind specified, and add tests for single/double
5517 precision/complex types.
5518
4139ff00
TT
55192019-12-04 Tom Tromey <tromey@adacore.com>
5520
5521 * gdb.base/endianity.c (struct other) <x>: New field.
5522 (main): Initialize it.
5523 * gdb.base/endianity.exp: Update.
5524
a05cf17a
TT
55252019-12-04 Tom Tromey <tromey@adacore.com>
5526
5527 * gdb.ada/scalar_storage/storage.adb: New file.
5528 * gdb.ada/scalar_storage/pck.adb: New file.
5529 * gdb.ada/scalar_storage/pck.ads: New file.
5530 * gdb.ada/scalar_storage.exp: New file.
5531
103a685e
TT
55322019-12-04 Tom Tromey <tromey@adacore.com>
5533
5534 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5535 (main): Initialize it.
5536 * gdb.base/endianity.exp: Update.
5537
c2512106
AB
55382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5539
5540 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5541
293b38d6
AB
55422019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5543
5544 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5545 -symbol-info-module-functions and -symbol-info-module-variables.
5546
216a7e6b
AB
55472019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5550
5bbd8269
AB
55512019-12-01 Richard Bunt <richard.bunt@arm.com>
5552 Andrew Burgess <andrew.burgess@embecosm.com>
5553
5554 * gdb.fortran/derived-type-striding.exp: New file.
5555 * gdb.fortran/derived-type-striding.f90: New file.
5556 * gdb.fortran/array-slices.exp: New file.
5557 * gdb.fortran/array-slices.f90: New file.
5558
be09caf1
PW
55592019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5560
5561 * gdb.base/define.exp: Test . in command names.
5562 * gdb.base/setshow.exp: Update test, as . is now part of
5563 command name.
5564
643c0cbe
PW
55652019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5566
5567 * gdb.base/define-prefix.exp: New file.
5568
dcdec678
AB
55692019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5570
5571 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5572 compile.
5573 (skip_btrace_pt_tests): Likewise.
5574
640ab947
AB
55752019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5576
5577 * gdb.fortran/info-modules.exp: Compile source files in correct
5578 order.
5579
d22670f0
KB
55802019-11-27 Kevin Buettner <kevinb@redhat.com>
5581
5582 * gdb.dwarf2/imported-unit.exp: New file.
5583 * gdb.dwarf2/imported-unit.c: New file.
5584
db5960b4
AB
55852019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5586
5587 * gdb.mi/mi-fortran-modules-2.f90: New file.
5588 * gdb.mi/mi-fortran-modules.exp: New file.
5589 * gdb.mi/mi-fortran-modules.f90: New file.
5590
7dc42066
AB
55912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5592
5593 * gdb.mi/mi-sym-info-1.c: New file.
5594 * gdb.mi/mi-sym-info-2.c: New file.
5595 * gdb.mi/mi-sym-info.exp: New file.
5596
0dfeecca
TT
55972019-11-22 Tom Tromey <tromey@adacore.com>
5598
5599 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5600 * gdb.ada/tasks/foo.adb: Add another stopping location.
5601
34877895
PJ
56022019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5603
5604 * gdb.base/endianity.c: New test.
5605 * gdb.base/endianity.exp: New file.
5606
2e84f897
LD
56072019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5608
5609 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5610
65d1cd5f
TV
56112019-11-21 Tom de Vries <tdevries@suse.de>
5612
5613 PR gdb/24956
5614 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5615
4f22c3f4
SDJ
56162019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5617
5618 * gdb.python/py-progspace.exp: Add missing parentheses on some
5619 'print' commands.
5620
9f6ad286
TT
56212019-11-19 Tom Tromey <tom@tromey.com>
5622
5623 * gdb.tui/winheight.exp: New file.
5624
0b8dbf3f
AB
56252019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5626
5627 * gdb.base/ctf-whatis.c: Delete.
5628 * gdb.base/ctf-whatis.exp: Delete.
5629 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5630
f833b7a7
AB
56312019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5632
5633 * gdb.base/ctf-cvexpr.exp: Delete.
5634 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5635
30d0a636
AB
56362019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5637
5638 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5639 the compiler. Clean up header comment a little.
5640 * gdb.base/ctf-ptype.exp: Likewise.
5641 * gdb.base/ctf-whatis.exp: Likewise.
5642 * lib/gdb.exp (skip_ctf_tests): New proc.
5643
494409bb
SDJ
56442019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5645
5646 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5647 * gdb.tui/corefile-run.exp: New file.
5648
55708e99
TT
56492019-11-14 Tom Tromey <tromey@adacore.com>
5650
5651 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5652 regression tests.
5653
45e42163
TT
56542019-11-12 Tom Tromey <tom@tromey.com>
5655
5656 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5657 after any command. Expect prompt after WAIT_FOR is seen.
5658 (enter_tui): Enable resize messages.
5659 (command): Expect command in output.
5660 (get_line): Avoid error when cursor appears to be off-screen.
5661 (dump_screen): Include screen size in title.
5662 (_do_resize): New proc, from "resize".
5663 (resize): Rewrite. Do resize in two steps.
5664 * gdb.tui/empty.exp (layouts): Fix entries.
5665 (check_boxes): Remove xfail.
5666 (check_text): Dump screen on failure.
5667
086baaf1
AB
56682019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5669
5670 * gdb.python/py-symbol.exp: Add test for
5671 gdb.lookup_static_symbols.
5672
09ff83af
AB
56732019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5674
5675 * gdb.python/py-symbol.c: Declare and call function from new
5676 py-symbol-2.c file.
5677 * gdb.python/py-symbol.exp: Compile both source files, and add new
5678 tests for gdb.lookup_static_symbol.
5679 * gdb.python/py-symbol-2.c: New file.
5680
11af934b
TV
56812019-11-02 Tom de Vries <tdevries@suse.de>
5682
5683 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5684 * gdb.base/anon.exp: Same.
5685 * gdb.base/auto-connect-native-target.exp: Same.
5686 * gdb.base/call-ar-st.exp: Same.
5687 * gdb.base/catch-syscall.exp: Same.
5688 * gdb.base/commands.exp: Same.
5689 * gdb.base/default.exp: Same.
5690 * gdb.base/display.exp: Same.
5691 * gdb.base/float.exp: Same.
5692 * gdb.base/foll-fork.exp: Same.
5693 * gdb.base/help.exp: Same.
5694 * gdb.base/info-macros.exp: Same.
5695 * gdb.base/info-proc.exp: Same.
5696 * gdb.base/info-target.exp: Same.
5697 * gdb.base/long_long.exp: Same.
5698 * gdb.base/macscp.exp: Same.
5699 * gdb.base/memattr.exp: Same.
5700 * gdb.base/nofield.exp: Same.
5701 * gdb.base/pointers.exp: Same.
5702 * gdb.base/printcmds.exp: Same.
5703 * gdb.base/ptype.exp: Same.
5704 * gdb.base/restore.exp: Same.
5705 * gdb.base/return.exp: Same.
5706 * gdb.base/scope.exp: Same.
5707 * gdb.base/set-noassign.exp: Same.
5708 * gdb.base/setshow.exp: Same.
5709 * gdb.base/shlib-call.exp: Same.
5710 * gdb.base/signals.exp: Same.
5711 * gdb.base/sigstep.exp: Same.
5712 * gdb.base/skip.exp: Same.
5713 * gdb.base/solib-symbol.exp: Same.
5714 * gdb.base/stap-probe.exp: Same.
5715 * gdb.base/step-line.exp: Same.
5716 * gdb.base/step-test.exp: Same.
5717 * gdb.base/style.exp: Same.
5718 * gdb.base/varargs.exp: Same.
5719 * gdb.base/vla-datatypes.exp: Same.
5720 * gdb.base/vla-ptr.exp: Same.
5721 * gdb.base/vla-sideeffect.exp: Same.
5722 * gdb.base/volatile.exp: Same.
5723 * gdb.base/watch-cond-infcall.exp: Same.
5724 * gdb.base/watchpoint.exp: Same.
5725
e96ec2ba
TV
57262019-11-02 Tom de Vries <tdevries@suse.de>
5727
5728 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5729 * gdb.cp/cpexprs.exp: Same.
5730 * gdb.cp/except-multi-location.exp: Same.
5731 * gdb.cp/exceptprint.exp: Same.
5732 * gdb.cp/gdb2384.exp: Same.
5733 * gdb.cp/inherit.exp: Same.
5734 * gdb.cp/m-static.exp: Same.
5735 * gdb.cp/meth-typedefs.exp: Same.
5736 * gdb.cp/misc.exp: Same.
5737 * gdb.cp/namespace.exp: Same.
5738 * gdb.cp/non-trivial-retval.exp: Same.
5739 * gdb.cp/overload.exp: Same.
5740 * gdb.cp/pr17132.exp: Same.
5741 * gdb.cp/re-set-overloaded.exp: Same.
5742 * gdb.cp/rvalue-ref-types.exp: Same.
5743 * gdb.cp/templates.exp: Same.
5744
bd5766ec
LM
57452019-11-01 Luis Machado <luis.machado@linaro.org>
5746
5747 PR gdb/25124
5748
5749 * gdb.arch/pr25124.S: New file.
5750 * gdb.arch/pr25124.exp: New file.
5751
165f8965
AB
57522019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5753
5754 * gdb.fortran/info-modules.exp: Update expected results, and add
5755 additional tests for 'info module functinos', and 'info module
5756 variables'.
5757 * gdb.fortran/info-types.exp: Update expected results.
5758 * gdb.fortran/info-types.f90: Extend testcase with additional
5759 module variables and functions.
5760
59c35742
AB
57612019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 * gdb.fortran/info-modules.exp: New file.
5764 * gdb.fortran/info-types.exp: Build with new file.
5765 * gdb.fortran/info-types.f90: Include and use new module.
5766 * gdb.fortran/info-types-2.f90: New file.
5767
f3fb2519
PW
57682019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5769
5770 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5771 * gdb.base/settings.exp: Test all settings types using
5772 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5773 that now verifies that the value of "maint show" is the same as
5774 returned by the settings functions. Test the type of the
5775 maintenance settings.
5776 * gdb.base/default.exp: Update show_conv_list.
5777
d1e36019
TV
57782019-10-31 Tom de Vries <tdevries@suse.de>
5779
5780 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5781 gdb_test.
5782 * gdb.arch/amd64-disp-step.exp: Same.
5783 * gdb.asm/asm-source.exp: Same.
5784 * gdb.btrace/buffer-size.exp: Same.
5785 * gdb.btrace/cpu.exp: Same.
5786 * gdb.btrace/enable.exp: Same.
5787 * gdb.dwarf2/count.exp: Same.
5788 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5789 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5790 * gdb.fortran/vla-datatypes.exp: Same.
5791 * gdb.fortran/vla-history.exp: Same.
5792 * gdb.fortran/vla-ptype.exp: Same.
5793 * gdb.fortran/vla-value.exp: Same.
5794 * gdb.fortran/whatis_type.exp: Same.
5795 * gdb.guile/guile.exp: Same.
5796 * gdb.multi/tids.exp: Same.
5797 * gdb.python/py-finish-breakpoint.exp: Same.
5798 * gdb.python/py-framefilter.exp: Same.
5799 * gdb.python/py-pp-registration.exp: Same.
5800 * gdb.python/py-xmethods.exp: Same.
5801 * gdb.python/python.exp: Same.
5802 * gdb.server/connect-with-no-symbol-file.exp: Same.
5803 * gdb.server/no-thread-db.exp: Same.
5804 * gdb.server/run-without-local-binary.exp: Same.
5805 * gdb.stabs/weird.exp: Same.
5806 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5807 * gdb.threads/thread-find.exp: Same.
5808 * gdb.threads/tls-shared.exp: Same.
5809 * gdb.threads/tls.exp: Same.
5810 * gdb.threads/wp-replication.exp: Same.
5811 * gdb.trace/ax.exp: Same.
5812 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5813
3d11e68e
TV
58142019-10-31 Tom de Vries <tdevries@suse.de>
5815
5816 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5817 * gdb.ada/array_subscript_addr.exp: Same.
5818 * gdb.ada/arrayidx.exp: Same.
5819 * gdb.ada/arrayparam.exp: Same.
5820 * gdb.ada/arrayptr.exp: Same.
5821 * gdb.ada/boolean_expr.exp: Same.
5822 * gdb.ada/call_pn.exp: Same.
5823 * gdb.ada/complete.exp: Same.
5824 * gdb.ada/fixed_cmp.exp: Same.
5825 * gdb.ada/fun_addr.exp: Same.
5826 * gdb.ada/funcall_param.exp: Same.
5827 * gdb.ada/interface.exp: Same.
5828 * gdb.ada/mod_from_name.exp: Same.
5829 * gdb.ada/null_array.exp: Same.
5830 * gdb.ada/packed_array.exp: Same.
5831 * gdb.ada/packed_tagged.exp: Same.
5832 * gdb.ada/print_chars.exp: Same.
5833 * gdb.ada/print_pc.exp: Same.
5834 * gdb.ada/ptype_arith_binop.exp: Same.
5835 * gdb.ada/ptype_field.exp: Same.
5836 * gdb.ada/ptype_tagged_param.exp: Same.
5837 * gdb.ada/rec_return.exp: Same.
5838 * gdb.ada/ref_tick_size.exp: Same.
5839 * gdb.ada/str_ref_cmp.exp: Same.
5840 * gdb.ada/taft_type.exp: Same.
5841 * gdb.ada/tagged.exp: Same.
5842 * gdb.ada/type_coercion.exp: Same.
5843 * gdb.ada/uninitialized_vars.exp: Same.
5844
60b6ede8
TV
58452019-10-30 Tom de Vries <tdevries@suse.de>
5846
5847 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5848
30baf67b
TV
58492019-10-26 Tom de Vries <tdevries@suse.de>
5850
5851 * gdb.base/bigcore.c: Fix typos in comments.
5852 * gdb.base/ctf-ptype.c: Same.
5853 * gdb.base/long_long.c: Same.
5854 * gdb.dwarf2/dw2-op-out-param.S: Same.
5855 * gdb.python/py-evthreads.c: Same.
5856 * gdb.reverse/i387-stack-reverse.c: Same.
5857 * gdb.trace/tfile.c: Same.
5858 * lib/compiler.c: Same.
5859 * lib/compiler.cc: Same.
5860
158da0d1
TV
58612019-10-25 Tom de Vries <tdevries@suse.de>
5862
5863 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5864 gdb_test_multiple calls.
5865 * gdb.reverse/sigall-reverse.exp: Same.
5866 * gdb.reverse/solib-precsave.exp: Same.
5867 * gdb.reverse/solib-reverse.exp: Same.
5868 * gdb.reverse/until-precsave.exp: Same.
5869 * gdb.reverse/until-reverse.exp: Same.
5870
4ccdfbec
TV
58712019-10-24 Tom de Vries <tdevries@suse.de>
5872
5873 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5874 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5875 kfail using -wrap pattern flag and convenience variable
5876 gdb_test_name.
5877
33d569b7
AB
58782019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5879
5880 * gdb.python/py-progspace.exp: Add tests for the
5881 Progspace.block_for_pc method.
5882
4d0b984b
TT
58832019-10-23 Tom Tromey <tom@tromey.com>
5884
5885 * configure: Rebuild.
5886 * aclocal.m4: Use m4_include, not sinclude.
5887
94cb3754
TV
58882019-10-21 Tom de Vries <tdevries@suse.de>
5889
5890 * gdb.base/infcall-nested-structs.c: Add
5891 __attribute__((noinline,noclone)) to all functions.
5892 (call_all): Add missing variable initialization. Simplify return value.
5893 (breakpt): Increment volatile variable, to prevent call from being
5894 optimized out.
5895 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5896
062f1fc1
TV
58972019-10-17 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.fortran/module.exp: Allow info variables to print info for files
5900 other than module.f90.
5901
0b54364d
AB
59022019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5903
5904 * gdb.fortran/module.exp: Extend with 'info variables' test.
5905
7ff5fae7
AB
59062019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5907
5908 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5909 F77_FOR_TARGET.
5910
d10eccaa
TV
59112019-10-16 Tom de Vries <tdevries@suse.de>
5912
5913 PR tdep/25096
5914 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5915
745ff14e
TV
59162019-10-16 Tom de Vries <tdevries@suse.de>
5917
5918 PR tdep/24104
5919 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5920 Add KFAIL for PR tdep/25096.
5921
03e1ab94
TV
59222019-10-16 Tom de Vries <tdevries@suse.de>
5923
5924 PR testsuite/25059
5925 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5926
b17fcc10
TV
59272019-10-16 Tom de Vries <tdevries@suse.de>
5928
5929 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5930 as signed.
5931
9223170f
SM
59322019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5933
5934 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5935 one instead of increasing timeout.
5936
d6e76313
TV
59372019-10-13 Tom de Vries <tdevries@suse.de>
5938
5939 PR record/25038
5940 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5941 * gdb.reverse/sigall-reverse.exp: Same.
5942 * gdb.reverse/solib-precsave.exp: Same.
5943 * gdb.reverse/solib-reverse.exp: Same.
5944 * gdb.reverse/step-precsave.exp: Same.
5945 * gdb.reverse/until-precsave.exp: Same.
5946 * gdb.reverse/until-reverse.exp: Same.
5947 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5948
6dfc0041
AA
59492019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5950
5951 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5952 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5953 (cmp_struct_05_01, cmp_struct_static_02_01)
5954 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5955 comparisons.
5956
abcf2cc8
TV
59572019-10-10 Tom de Vries <tdevries@suse.de>
5958
5959 PR testsuite/24888
5960 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5961 gnatlink.
5962
a50faaf6
TV
59632019-10-09 Tom de Vries <tdevries@suse.de>
5964
5965 PR testsuite/25048
5966 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5967
60ff3cd7
AB
59682019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5969
5970 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5971 exceptions due to missing debug information.
5972
dfee8566
TV
59732019-10-07 Tom de Vries <tdevries@suse.de>
5974
5975 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5976
3d63690a
AB
59772019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5980 * gdb.base/annota1.exp: Update to use gdb_test_name.
5981
30d1f018
WP
59822019-10-07 Weimin Pan <weimin.pan@oracle.com>
5983
5984 * gdb.base/ctf-whatis.exp: New file.
5985 * gdb.base/ctf-whatis.c: New file.
5986 * gdb.base/ctf-ptype.exp: New file.
5987 * gdb.base/ctf-ptype.c: New file.
5988 * gdb.base/ctf-constvars.exp: New file.
5989 * gdb.base/ctf-constvars.c: New file.
5990 * gdb.base/ctf-cvexpr.exp: New file.
5991
4dbbb47c
TV
59922019-10-04 Tom de Vries <tdevries@suse.de>
5993
5994 * gdb.cp/local-static.c (main): Move declaration of int i out of the
5995 for loop.
5996
77c2dba3
TT
59972019-10-03 Tom Tromey <tom@tromey.com>
5998
5999 PR rust/24976:
6000 * gdb.rust/simple.rs (Union2): New type.
6001 (main): Use Union2.
6002 * gdb.rust/simple.exp: Add test.
6003
179aed7f
AB
60042019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6005
6006 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6007 nested function prefix.
6008
0a4b0913
AB
60092019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6010 Richard Bunt <richard.bunt@arm.com>
6011 Andrew Burgess <andrew.burgess@embecosm.com>
6012
6013 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6014 nested functions.
6015 * gdb.fortran/nested-funcs.f90: Update expected results.
6016 * gdb.fortran/nested-funcs-2.exp: New file.
6017 * gdb.fortran/nested-funcs-2.f90: New file.
6018
082cce05
AB
60192019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6020
6021 * gdb.python/py-parameter.exp: Make test names unique.
6022 * gdb.python/py-template.exp: Likewise.
6023 * gdb.python/py-value.exp: Likewise.
6024
2b74ba5a
AB
60252019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * gdb.base/break-interp.exp: Reduce test name duplication.
6028 * gdb.base/call-sc.exp: Likewise.
6029 * gdb.base/callfuncs.exp: Likewise.
6030 * gdb.base/charset.exp: Likewise.
6031 * gdb.base/dump.exp: Likewise.
6032 * gdb.base/ena-dis-br.exp: Likewise.
6033 * gdb.base/relational.exp: Likewise.
6034 * gdb.base/step-over-syscall.exp: Likewise.
6035 * gdb.base/structs.exp: Likewise.
6036
58eb20d5
AB
60372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6038
6039 * gdb.linespec/explicit.exp: Make test names unique.
6040 * gdb.linespec/ls-errs.exp: Likewise.
6041
4d421147
AB
60422019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6043
6044 * gdb.reverse/break-precsave.exp: Make test names unique.
6045 * gdb.reverse/break-reverse.exp: Likewise.
6046 * gdb.reverse/finish-precsave.exp: Likewise.
6047 * gdb.reverse/finish-reverse.exp: Likewise.
6048 * gdb.reverse/machinestate-precsave.exp: Likewise.
6049 * gdb.reverse/machinestate.exp: Likewise.
6050 * gdb.reverse/readv-reverse.exp: Likewise.
6051 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6052 * gdb.reverse/sigall-precsave.exp: Likewise.
6053 * gdb.reverse/sigall-reverse.exp: Likewise.
6054 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6055 * gdb.reverse/watch-precsave.exp: Likewise.
6056 * gdb.reverse/watch-reverse.exp: Likewise.
6057
d8c06f22
AB
60582019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6059
6060 * gdb.threads/stop-with-handle.c: New file.
6061 * gdb.threads/stop-with-handle.exp: New file.
6062
3a56ed86
TV
60632019-10-03 Tom de Vries <tdevries@suse.de>
6064
6065 PR testsuite/25059
6066 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6067 directory" line to be missing.
6068
42275044
TV
60692019-10-03 Tom de Vries <tdevries@suse.de>
6070
6071 PR testsuite/25059
6072 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6073 type optional.
6074
9ef62df0
AA
60752019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6076
6077 * gdb.python/py-format-string.c (string.h): New include.
6078 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6079 the same value, for endianness-independence.
6080 * gdb.python/py-format-string.exp (default_regexp_dict)
6081 (test_pretty_structs, test_format): Adjust expected output to the
6082 changed initialization.
6083
37f6a7f4
TT
60842019-10-02 Tom Tromey <tromey@adacore.com>
6085
6086 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6087
1d58d6a2
PA
60882019-10-02 Pedro Alves <palves@redhat.com>
6089 Andrew Burgess <andrew.burgess@embecosm.com>
6090
6091 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6092 "print-file-var.h".
6093 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6094 (get_version_1): Print this_version_id and its address.
6095 Add extern "C" wrappers around interface functions.
6096 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6097 "print-file-var.h".
6098 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6099 (get_version_2): Print this_version_id and its address.
6100 Add extern "C" wrappers around interface functions.
6101 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6102 <stddef.h> and "print-file-var.h".
6103 Add extern "C" wrappers around interface functions.
6104 [VERSION_ID_MAIN] (this_version_id): Define.
6105 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6106 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6107 up extern "C" blocks.
6108 * gdb.base/print-file-var.exp (test): New, factored out from top
6109 level.
6110 (top level): Test all combinations of attribute hidden or not,
6111 dlopen or not, and this_version_id symbol in main file or not.
6112 Compile tests as both C++ and C, make test names unique.
6113
d770d56f
TT
61142019-10-01 Tom Tromey <tom@tromey.com>
6115
6116 * gdb.base/style.exp: Test "show logging filename".
6117
7f6aba03
TT
61182019-10-01 Tom Tromey <tom@tromey.com>
6119
6120 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6121 * gdb.base/style.exp: Add metadata style test.
6122
14309bb6
TT
61232019-10-01 Tom Tromey <tom@tromey.com>
6124
6125 * gdb.base/style.exp: Test "pwd".
6126
2a3c1174
PA
61272019-10-01 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.base/style.exp: Update tests.
6130
53d666ec
AA
61312019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6132
6133 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6134 'six' to unsigned.
6135 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6136 'five'. Use an all-ones bit pattern for each.
6137 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6138 to its changed values.
6139
4a56a520
TT
61402019-09-30 Tom Tromey <tromey@adacore.com>
6141
6142 * gdb.rust/traits.rs: Disable all warnings.
6143
0df0352a
TV
61442019-09-29 Tom de Vries <tdevries@suse.de>
6145
aac66a4c 6146 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6147
73d9a918
TV
61482019-09-29 Tom de Vries <tdevries@suse.de>
6149
6150 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6151
060b3ab4
TV
61522019-09-27 Tom de Vries <tdevries@suse.de>
6153
6154 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6155
68f7d34d
TV
61562019-09-27 Tom de Vries <tdevries@suse.de>
6157
6158 PR record/23188
6159 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6160
5d63b30a
TT
61612019-09-26 Tom Tromey <tromey@adacore.com>
6162
6163 * gdb.ada/py_taft.exp: New file.
6164 * gdb.ada/py_taft/main.adb: New file.
6165 * gdb.ada/py_taft/pkg.adb: New file.
6166 * gdb.ada/py_taft/pkg.ads: New file.
6167
3d435220
TV
61682019-09-24 Tom de Vries <tdevries@suse.de>
6169
6170 PR gdb/24598
6171 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6172
77d03678
TV
61732019-09-22 Tom de Vries <tdevries@suse.de>
6174
6175 * gdb.base/restore.exp: Allow register variables to be optimized out at
6176 -O0.
6177
abf516c6
UW
61782019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6179
6180 * gdb.arch/spu-info.exp: Remove file.
6181 * gdb.arch/spu-info.c: Remove file.
6182 * gdb.arch/spu-ls.exp: Remove file.
6183 * gdb.arch/spu-ls.c: Remove file.
6184
6185 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6186 * gdb.asm/spu.inc: Remove file.
6187
6188 * gdb.base/dump.exp: Remove support for spu*-*-*.
6189 * gdb.base/stack-checking.exp: Likewise.
6190 * gdb.base/overlays.exp: Likewise.
6191 * gdb.base/ovlymgr.c: Likewise.
6192 * gdb.base/spu.ld: Remove file.
6193
6194 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6195 * gdb.cp/cpexprs.exp: Likewise.
6196 * gdb.cp/exception.exp: Likewise.
6197 * gdb.cp/gdb2495.exp: Likewise.
6198 * gdb.cp/mb-templates.exp: Likewise.
6199 * gdb.cp/pr9167.exp: Likewise.
6200 * gdb.cp/userdef.exp: Likewise.
6201
6202 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6203
6204 * gdb.cell: Remove directory.
6205 * lib/cell.exp: Remove file.
6206
e452e88f
TV
62072019-09-19 Tom de Vries <tdevries@suse.de>
6208
6209 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6210
8a625130
TV
62112019-09-19 Tom de Vries <tdevries@suse.de>
6212
6213 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6214
81dc3ab5
TV
62152019-09-19 Tom de Vries <tdevries@suse.de>
6216
6217 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6218 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6219 (gdb_target_cmd): ... here.
6220 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6221 value 2.
6222
b078f3ac
AB
62232019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6224
6225 * gdb.base/source-dir.exp: Avoid having directory names in test
6226 names.
6227
f1b620e9
MG
62282019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6229
6230 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6231 directory.
6232
67f3ed6a
AB
62332019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6234
6235 * gdb.base/list-missing-source.exp: New file.
6236
d1b70248
TV
62372019-09-14 Tom de Vries <tdevries@suse.de>
6238
6239 PR teststuite/24599
6240 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6241 * lib/ada.exp (gnatmake_version_at_least): New proc.
6242
5fabdcd6
AB
62432019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6244
6245 * gdb.base/maint.exp: Use exec_has_index_section.
6246
aa17805f
AB
62472019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6248
6249 * gdb.base/maint.exp: Add test for 'maint info sections'.
6250
25e5c209
TV
62512019-09-12 Tom de Vries <tdevries@suse.de>
6252
6253 * gdb.base/store.exp: Allow register variables to be optimized out at
6254 -O0.
6255
4993045d
PW
62562019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6257
6258 * gdb.ada/rdv_wait.exp: Update to new task names.
6259 * gdb.base/task_switch_in_core.exp: Likewise.
6260 * gdb.base/info_sources_base.c: Likewise.
6261
8a516164
TT
62622019-09-10 Tom Tromey <tromey@adacore.com>
6263
6264 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6265
aa391654
TT
62662019-09-10 Tom Tromey <tromey@adacore.com>
6267
6268 * gdb.ada/dgopt.exp: New file.
6269 * gdb.ada/dgopt/x.adb: New file.
6270
8634b462
TT
62712019-09-08 Tom Tromey <tom@tromey.com>
6272
6273 * gdb.tui/resize.exp: Remove setup_xfail.
6274 * gdb.tui/regs.exp: Remove setup_xfail.
6275 * gdb.tui/basic.exp: Remove setup_xfail.
6276
736b0f76
DB
62772019-09-06 David Blaikie <dblaikie@gmail.com>
6278
6279 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6280 * gdb.cp/cplabel.exp: Ditto.
6281 * gdb.linespec/ls-errs.exp: Ditto.
6282
30331a6c
TV
62832019-09-05 Tom de Vries <tdevries@suse.de>
6284
6285 * lib/gdb.exp (cmp_file_string): New proc.
6286 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6287 runto_main. Verify save breakpoints output.
6288
98b0ebab
PW
62892019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6290
6291 * gdb.base/info-var.exp: Test info variables without running
6292 to main, to avoid expect's buffer overflow.
6293
4e962e74
TT
62942019-09-03 Tom Tromey <tromey@adacore.com>
6295
6296 * gdb.ada/bias.exp: New file.
6297 * gdb.ada/bias/bias.adb: New file.
6298 * gdb.ada/print_chars.exp: Add regression test.
6299 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6300 (MC): New variable.
6301
2ea1a07a
SL
63022019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6303
6304 * gdb.base/argv0-symlink.exp: Run only on native target
6305 and local host.
6306
8077c50d
TV
63072019-08-29 Tom de Vries <tdevries@suse.de>
6308
6309 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6310 diverse debug info.
6311 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6312
48352473
TV
63132019-08-28 Tom de Vries <tdevries@suse.de>
6314
6315 * gdb.base/info-var.exp: Allow info variables to print info for files
6316 other than info-var-f1.c and info-var-f2.c.
6317
d8f27c60
AB
63182019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6319
6320 * gdb.fortran/info-types.exp: Add module.
6321 * gdb.fortran/info-types.f90: Update expected results.
6322
1f20c35e
AB
63232019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.fortran/info-types.exp: New file.
6326 * gdb.fortran/info-types.f90: New file.
6327 * lib/fortran.exp (fortran_character1): New proc.
6328
4acfdd20
AB
63292019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6332 functions'. Reindent as needed.
6333 * gdb.base/info-var-f1.c: New file.
6334 * gdb.base/info-var-f2.c: New file.
6335 * gdb.base/info-var.exp: New file.
6336 * gdb.base/info-var.h: New file.
6337
5c31b358
TV
63382019-08-26 Tom de Vries <tdevries@suse.de>
6339
6340 PR c++/24852
6341 * gdb.cp/no-libstdcxx-probe.exp: New test.
6342
b694989f
TV
63432019-08-26 Tom de Vries <tdevries@suse.de>
6344
6345 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6346 * tests need to be skipped.
6347 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6348 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6349 mi_skip_libstdcxx_probe_tests.
6350
d9c4ba53
SDJ
63512019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6352
6353 * gdb.python/py-xmethods.exp: Use raw strings when passing
6354 arguments to SimpleXMethodMatcher.
6355
395fad09
TV
63562019-08-22 Tom de Vries <tdevries@suse.de>
6357
6358 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6359 more informative.
6360
26c957f1
PA
63612019-08-21 Pedro Alves <palves@redhat.com>
6362
6363 * gdb.base/with.exp: Test "with" with no arguments.
6364
61f80d5d
TV
63652019-08-21 Tom de Vries <tdevries@suse.de>
6366
6367 * gdb.base/gdb-caching-proc.exp: Sort files.
6368
d7a11d13
TV
63692019-08-20 Tom de Vries <tdevries@suse.de>
6370
6371 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6372 compilation.
6373
34dafe9f
TV
63742019-08-16 Tom de Vries <tdevries@suse.de>
6375
6376 * gdb.base/compare-sections.exp ("after run to main"): Allow
6377 mismatched read-only sections for PIE executables.
6378
398fdd60
TT
63792019-08-16 Tom Tromey <tom@tromey.com>
6380
6381 * lib/tuiterm.exp (_csi_Z): New proc.
6382 * gdb.tui/basic.exp: Update window positions.
6383 * gdb.tui/empty.exp: Update window positions.
6384
d8f9e51c
SL
63852019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6386
6387 * gdb.base/examine-backward.exp: Correct regexp for
6388 "examine 3 bytes backward from ${address_zero}".
6389
3df505f6
TT
63902019-08-15 Tom Tromey <tom@tromey.com>
6391
6392 * gdb.tui/empty.exp: Enable resizing tests.
6393
272560b5
TT
63942019-08-15 Tom Tromey <tromey@adacore.com>
6395
6396 * gdb.ada/char_enum.exp: Add regression tests.
6397 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6398 and '0'.
6399 (Char, Gchar): Update.
6400 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6401
08235187
CB
64022019-08-15 Christian Biesinger <cbiesinger@google.com>
6403
6404 * gdb.python/python.exp: Expect a leading underscore on
6405 GdbOutput{,Error}File.
6406
22a2ab04
SL
64072019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6408
6409 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6410 Windows host.
6411
835b995b
SL
64122019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6413
6414 * gdb.base/batch-preserve-term-settings.exp
6415 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6416
97dd8e07
CB
64172019-08-15 Christian Biesinger <cbiesinger@google.com>
6418
6419 * lib/gdb.exp: When running on a mingw target, replace
6420 /x/ with x:/.
6421
75faf5c4
AH
64222019-08-14 Alan Hayward <alan.hayward@arm.com>
6423
6424 * gdb.arch/aarch64-prologue.c: New test.
6425 * gdb.arch/aarch64-prologue.exp: New file.
6426
abc6c00f
TV
64272019-08-13 Tom de Vries <tdevries@suse.de>
6428
6429 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6430 Thread.
6431
74c2c1f4
SL
64322019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6433
6434 * gdb.python/py-completion.exp: Download the .py file to the host
6435 and use its host pathname. Conditionalize tests that use
6436 tab completion and manipulate files on the build machine.
6437 * gdb.python/py-events.exp: Download the .py file to the host
6438 and use its host pathname.
6439 * gdb.python/py-evsignal.exp: Likewise.
6440 * gdb.python/py-evthreads.exp: Likewise.
6441 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6442 pathname syntax.
6443 * gdb.python/py-framefilter.exp: Download the .py file to the right
6444 place on the host. Match Windows pathname syntax.
6445 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6446 .py file to the host and use its host pathname.
6447 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6448 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6449 build pathname. Skip symlink test on Windows host. Add missing
6450 newline at end of file.
6451 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6452 and use its host pathname.
6453 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6454 * gdb.python/py-section-script.exp: Use host location of binfile
6455 on safe-path. Use correct path separator on Windows host.
6456 Reorder alternatives in gdb_test_multiple to prevent matching
6457 the wrong alternative on success.
6458 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6459
ca2589f3
PP
64602019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6461
6462 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6463 expect the GDB inferior to no longer immediately stop after
6464 being resumed with "signal SIGINT".
6465
020a839d
SL
64662019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6467
6468 * gdb.linespec/break-ask.exp: Generalize regexps to match
6469 Windows pathnames too.
6470
128d6509
TV
64712019-08-08 Tom de Vries <tdevries@suse.de>
6472
6473 PR testsuite/24862
6474 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6475
590042fc
PW
64762019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6477
6478 * gdb.base/style.exp: Update tests for help doc new invariants.
6479 * gdb.base/help.exp: Likewise.
6480
046bebe1
TT
64812019-08-06 Tom Tromey <tom@tromey.com>
6482
6483 * gdb.base/style.exp: Add disassemble test.
6484 * gdb.base/style.c (some_called_function): New function.
6485 (main): Use it.
6486
0b27c27d
CB
64872019-08-05 Christian Biesinger <cbiesinger@google.com>
6488
6489 * gdb.python/py-block.exp: Test dictionary access on blocks.
6490
580f1034
SM
64912019-08-05 Simon Marchi <simon.marchi@efficios.com>
6492
6493 PR gdb/24863
6494 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6495 -list-thread-groups --available test when running under
6496 check-read1.
6497
d86bd7cb
TV
64982019-08-05 Tom de Vries <tdevries@suse.de>
6499
6500 PR testsuite/24863
6501 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6502 * gdb.base/help.exp: Use with_read1_timeout_factor.
6503 * gdb.base/info-macros.exp: Same.
6504 * gdb.cp/nested-types.exp: Same.
6505
a80cf5d8
TV
65062019-08-05 Tom de Vries <tdevries@suse.de>
6507
6508 * lib/gdb.exp (version_at_least): Factor out of ...
6509 (tcl_version_at_least): ... here.
6510 (gdb_compile): Fail if pie results in non-PIE executable.
6511 (readelf_version, readelf_prints_pie): New proc.
6512 (exec_is_pie): Return -1 if unknown.
6513
d0962838
TV
65142019-08-05 Tom de Vries <tdevries@suse.de>
6515
6516 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6517
2252ff3d
SL
65182019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6519
6520 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6521
26655f53
SL
65222019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6523
6524 * lib/completion-support.exp (test_gdb_complete_none): Skip
6525 tab completion tests if no readline support.
6526 (test_gdb_complete_unique_re): Likewise.
6527 (test_gdb_complete_multiple): Likewise.
6528
db4dc13e
PW
65292019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.base/info_sources.exp: New file.
6532 * gdb.base/info_sources.c: New file.
6533 * gdb.base/info_sources_base.c: New file.
6534
0eba165a
PFC
65352019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6536
6537 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6538 prefix argument.
6539 (test_exit_status): Add prefix argument.
6540
59bd512b
TV
65412019-08-01 Tom de Vries <tdevries@suse.de>
6542
6543 PR testsuite/24863
6544 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6545 calling exp_continue for new thread and thread exited messages.
6546
2a3ad588
TV
65472019-08-01 Tom de Vries <tdevries@suse.de>
6548
6549 PR testsuite/24863
6550 * gdb.base/structs.exp: Fix check-read1 timeout using
6551 gdb_test_sequence.
6552 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6553
117eb594
TV
65542019-08-01 Tom de Vries <tdevries@suse.de>
6555
6556 PR testsuite/24863
6557 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6558 line.
6559
ed591340
TV
65602019-08-01 Tom de Vries <tdevries@suse.de>
6561
6562 PR testsuite/24863
6563 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6564
aa3b6533
TT
65652019-07-30 Tom Tromey <tromey@adacore.com>
6566
6567 * gdb.ada/display_nested.exp: New file.
6568 * gdb.ada/display_nested/foo.adb: New file.
6569 * gdb.ada/display_nested/pack.adb: New file.
6570 * gdb.ada/display_nested/pack.ads: New file.
6571
2906593f
CB
65722019-07-30 Christian Biesinger <cbiesinger@google.com>
6573
6574 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6575 namespace.
6576 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6577
0f575925
TV
65782019-07-30 Tom de Vries <tdevries@suse.de>
6579
6580 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6581 instead.
6582
b13057d9
TV
65832019-07-30 Tom de Vries <tdevries@suse.de>
6584
6585 PR testsuite/24834
6586 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6587 (exec_is_pie): New proc.
6588
5c4dde85
CB
65892019-07-29 Christian Biesinger <cbiesinger@google.com>
6590
6591 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6592
c620ed88
CB
65932019-07-29 Christian Biesinger <cbiesinger@google.com>
6594
6595 * gdb.python/py-objfile.c: Add global and static vars.
6596 * gdb.python/py-objfile.exp: Test new functions Objfile.
6597 lookup_global_symbol and lookup_static_symbol.
6598
3d235706
TT
65992019-07-29 Tom Tromey <tom@tromey.com>
6600
6601 * lib/tuiterm.exp (Term::_csi_@): New proc.
6602 (Term::_csi_X): Don't move cursor.
6603
c7e4c0a6
PW
66042019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6605
6606 * gdb.base/options.exp: Update backtrace - completion to
6607 new option -frame-info.
6608 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6609 Test new 'set print frame-info'. Test backtrace -frame-info
6610 overriding 'set print frame-info'.
6611 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6612 Test new 'set print frame-info'.
6613 Verify consistency of backtrace with and without filters, with and
6614 without -no-filters.
6615 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6616 default.
6617
de28a3b7
TV
66182019-07-29 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6621 no arguments".
6622
507dd60e
TV
66232019-07-29 Tom de Vries <tdevries@suse.de>
6624
6625 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6626 is a substring of the first for "complete non-unique file name".
6627
5beafce9
TV
66282019-07-29 Tom de Vries <tdevries@suse.de>
6629
6630 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6631 with ".*".
6632
2d274232
TV
66332019-07-29 Tom de Vries <tdevries@suse.de>
6634
6635 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6636 Pass prompt_regexp parameter to gdb_test_multiple calls.
6637
9197cd8b
TV
66382019-07-29 Tom de Vries <tdevries@suse.de>
6639
6640 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6641 print registers" regexps.
9197cd8b 6642
b528dae0
TV
66432019-07-29 Tom de Vries <tdevries@suse.de>
6644
6645 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6646
d17725d7
TV
66472019-07-29 Tom de Vries <tdevries@suse.de>
6648
6649 PR gdb/24855
6650 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6651 (skip_python_tests_prompt): Add prompt_regexp argument to
6652 gdb_test_multiple calls.
6653
52b75bf1
TT
66542019-07-27 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.tui/main.exp: New file.
6657
2b1d00c2
TT
66582019-07-27 Tom Tromey <tom@tromey.com>
6659
6660 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6661 optional.
6662 * gdb.tui/empty.exp: New file.
6663
ded631d5
TT
66642019-07-27 Tom Tromey <tom@tromey.com>
6665
6666 * lib/tuiterm.exp (spawn): New proc.
6667 (Term::resize): New proc.
6668 * gdb.tui/resize.exp: New file.
6669
58ac439d
TT
66702019-07-27 Tom Tromey <tom@tromey.com>
6671
6672 * gdb.tui/list.exp: New file.
6673
fe1f56ee
TT
66742019-07-27 Tom Tromey <tom@tromey.com>
6675
6676 * gdb.tui/regs.exp: New file.
6677
f790b310
TT
66782019-07-27 Tom Tromey <tom@tromey.com>
6679
6680 * gdb.tui/basic.exp: Add "layout split" test.
6681
d95fc6ee
TT
66822019-07-27 Tom Tromey <tom@tromey.com>
6683
6684 * gdb.tui/basic.exp: Add "layout asm" test.
6685
c3786b3a
TT
66862019-07-27 Tom Tromey <tom@tromey.com>
6687
6688 * lib/tuiterm.exp: New file.
6689 * gdb.tui/basic.exp: New file.
6690
98a617f8
KB
66912019-07-27 Kevin Buettner <kevinb@redhat.com>
6692
6693 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6694 Enable tests associated with this flag. Adjust regex
6695 referencing "foo_low" to now refer to "foo_cold" instead.
6696
5c076da4
KB
66972019-07-27 Kevin Buettner <kevinb@redhat.com>
6698
6699 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6700 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6701 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6702 foo_cold. Revise comments to match.
6703 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6704 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6705 were wrapped into this proc; Call do_test in loop from outermost
6706 level.
6707 (foo_low): Rename all occurrences to "foo_cold".
6708 (backtrace from baz): New test.
6709 (x2/i foo_cold): New test.
6710 (info line *foo_cold): New test.
6711
1512d3b7
TV
67122019-07-26 Tom de Vries <tdevries@suse.de>
6713
6714 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6715
297989a1
TV
67162019-07-25 Tom de Vries <tdevries@suse.de>
6717
6718 PR testsuite/24830
6719 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6720 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6721 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6722 (skip_libstdcxx_probe_tests): ... here.
6723 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6724
b3b965fb
TV
67252019-07-24 Tom de Vries <tdevries@suse.de>
6726
6727 PR testsuite/24807
6728 * gdb.objc/basicclass.m: Include stdio.h.
6729 * gdb.objc/nondebug.m: Same.
6730 * gdb.objc/objcdecode.m: Same.
6731
4625b4d0
TV
67322019-07-24 Tom de Vries <tdevries@suse.de>
6733
6734 PR testsuite/24612
6735 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6736 additional_flags.
6737
024a5840
TV
67382019-07-24 Tom de Vries <tdevries@suse.de>
6739
6740 PR testsuite/24831
6741 * gdb.multi/tids.exp: Update error messages for info threads.
6742
c76ddaa3
TV
67432019-07-24 Tom de Vries <tdevries@suse.de>
6744
6745 * gdb.base/info-types.exp: Allow info types to print info for more than
6746 one file.
6747
9a618ef6
TV
67482019-07-23 Tom de Vries <tdevries@suse.de>
6749
6750 PR testsuite/24842
6751 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6752 gdb_spawn_with_cmdline_opts.
6753
40eadf04
SP
67542019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6755
6756 * gdb.arch/arm-cmse-sgstubs.c: New test.
6757 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6758
5ba29434
TV
67592019-07-23 Tom de Vries <tdevries@suse.de>
6760
6761 PR testsuite/24711
6762 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6763 issuing next command.
6764
a8e9d247
AB
67652019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6766
6767 * gdb.ada/info_auto_lang.exp: Update expected results.
6768 * gdb.base/info-types.c: Add additional types to check.
6769 * gdb.base/info-types.exp: Update expected results.
6770
eb86c5e2
AB
67712019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6772
6773 * gdb.base/info-types.c: New file.
6774 * gdb.base/info-types.exp: New file.
6775
01e175fe
AB
67762019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6777
6778 * gdb.arch/riscv-bp-infcall.c: New file.
6779 * gdb.arch/riscv-bp-infcall.exp: New file.
6780
6b78c3f8
AB
67812019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6782
6783 PR breakpoints/24541
6784 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6785
da738167
TV
67862019-07-14 Tom de Vries <tdevries@suse.de>
6787
6788 PR testsuite/24760
6789 * gdb.objc/basicclass.exp: Fix unterminated string.
6790
0d4e84ed
AB
67912019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6792 Andrew Burgess <andrew.burgess@embecosm.com>
6793
6794 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6795 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6796 negative bounds.
6797 * gdb.fortran/vla-value.exp: Print elements of an array with
6798 negative bounds.
6799 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6800 testing.
6801
021d8588
AB
68022019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6803
6804 * gdb.base/options.exp (expect_string): Dequote strings in
6805 results.
6806 (test-string): Test strings with different quoting and reindent.
6807
f06f1252
TT
68082019-07-10 Tom Tromey <tromey@adacore.com>
6809
6810 * gdb.ada/mi_ex_cond.exp: Update expected results.
6811 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6812 * gdb.ada/mi_catch_ex.exp: Update expected results.
6813 * gdb.ada/mi_catch_assert.exp: Update expected results.
6814 * gdb.ada/catch_ex.exp (catch_exception_info)
6815 (catch_exception_entry, catch_assert_entry)
6816 (catch_unhandled_entry): Update.
6817 * gdb.ada/catch_assert_if.exp: Update expected results.
6818
b863685d
RB
68192019-07-10 Richard Bunt <richard.bunt@arm.com>
6820 Stephen Roberts <stephen.roberts@arm.com>
6821
6822 * gdb.base/define.exp: Restore original prompt.
6823
cb1e4e32
PA
68242019-07-09 Pedro Alves <palves@redhat.com>
6825
6826 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6827 breakpoints" output.
6828 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6829 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6830 throw" creates breakpoint.
6831 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6832 'type="catchpoint"'.
6833
b58a68fe
PA
68342019-07-09 Pedro Alves <palves@redhat.com>
6835
6836 PR c++/15468
6837 * gdb.cp/except-multi-location-lib.cc: New.
6838 * gdb.cp/except-multi-location-main.cc: New.
6839 * gdb.cp/except-multi-location.exp: New.
6840
0826779b
PW
68412019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6842
6843 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6844 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6845 argument and update callers.
6846
5b0e2db4
AB
68472019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6848
6849 * gdb.arch/amd64-break-on-asm-line.S: New file.
6850 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6851
1f6f6e21
PW
68522019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6853
6854 * gdb.base/printcmds.exp: Test printing C string and
6855 C wide string convenience vars without transiting via the inferior.
6856 Also make test names unique.
6857
ea142fbf
AH
68582019-07-08 Alan Hayward <alan.hayward@arm.com>
6859
5862c886 6860 PR breakpoints/25011
ea142fbf
AH
6861 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6862
213fd9fa
PA
68632019-07-04 Pedro Alves <palves@redhat.com>
6864
6865 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6866 body returned ok(0), break(3) or continue(4).
6867 * gdb.testsuite/foreach_with_prefix.exp: New file.
6868
2b40fda7
AH
68692019-07-04 Alan Hayward <alan.hayward@arm.com>
6870
6871 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6872
a26c8de0
PA
68732019-07-03 Pedro Alves <palves@redhat.com>
6874
6875 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6876 "return -code".
6877
5f4ba3e7
PA
68782019-07-03 Pedro Alves <palves@redhat.com>
6879
6880 PR cli/24732
6881 * gdb.base/shell.exp: Load completion-support.exp.
6882 Adjust expected error output. Add completion tests.
6883
a994424f
PA
68842019-07-03 Pedro Alves <palves@redhat.com>
6885
6886 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6887 string_to_regexp.
6888
3d9be6f5
PA
68892019-07-03 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6892 (expect_integer): Adjust to expect "-string".
6893 (expect_string): New.
6894 (all_options): Expect "-string".
6895 (test-flag, test-boolean): Adjust to expect "-string".
6896 (test-string): New proc.
6897 (top level): Call it.
6898
41fc454c
PA
68992019-07-03 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6902 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6903 the expected output in the success.
6904
b2b2a215
PA
69052019-07-03 Pedro Alves <palves@redhat.com>
6906
6907 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6908 Split one gdb_test_multiple call in two to avoid a race.
6909
fdbc9870
PA
69102019-07-03 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/with.c: New file.
6913 * gdb.base/with.exp: New file.
6914
c6ac8931
PA
69152019-07-03 Pedro Alves <palves@redhat.com>
6916
6917 * gdb.base/settings.exp: Replace all references to "maint
6918 test-settings set" with references to "maint set test-settings",
6919 and all references to "maint test-settings show" with references
6920 to "maint show test-settings".
6921
970f9d09
PA
69222019-07-03 Pedro Alves <palves@redhat.com>
6923
6924 * gdb.base/settings.exp (test-string): Adjust expected out when
6925 testing "maint test-settings show filename"
6926
54d66006
PA
69272019-07-02 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.base/options.exp (test-info-threads): New procedure.
6930 (top level): Call it.
6931
10d06d82
TT
69322019-06-28 Tom Tromey <tromey@adacore.com>
6933
6934 * gdb.dwarf2/ada-linkage-name.c: New file.
6935 * gdb.dwarf2/ada-linkage-name.exp: New file.
6936
3d507ff2
TT
69372019-06-27 Tom Tromey <tromey@adacore.com>
6938
d039f014 6939 PR c++/20020:
3d507ff2
TT
6940 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6941
8af58ffe
TV
69422019-06-26 Tom de Vries <tdevries@suse.de>
6943
6944 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6945
22e21752
TV
69462019-06-26 Tom de Vries <tdevries@suse.de>
6947
6948 * gdb.base/index-cache.exp: Add back missing debug option.
6949
b65b566c
PW
69502019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6951
6952 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6953
5c2c8c69
TV
69542019-06-25 Tom de Vries <tdevries@suse.de>
6955
6956 PR testsuite/24727
6957 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6958
164e3873
TV
69592019-06-24 Tom de Vries <tdevries@suse.de>
6960
6961 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6962
824eacee
TV
69632019-06-24 Tom de Vries <tdevries@suse.de>
6964
6965 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6966 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6967 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6968
385b97d3
TV
69692019-06-24 Tom de Vries <tdevries@suse.de>
6970
6971 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6972
c596f180
TV
69732019-06-21 Tom de Vries <tdevries@suse.de>
6974
6975 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6976
b13a7d03
TV
69772019-06-21 Tom de Vries <tdevries@suse.de>
6978
6979 PR testsuite/24518
6980 PR ada/24713
6981 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6982 index.
6983
899277ae
TT
69842019-06-19 Tom Tromey <tromey@adacore.com>
6985
6986 * gdb.ada/length_cond.exp: Add intro comment.
6987
680e1bee
TT
69882019-06-19 Tom Tromey <tromey@adacore.com>
6989
6990 * gdb.ada/length_cond.exp: New file.
6991 * gdb.ada/length_cond/length_cond.adb: New file.
6992 * gdb.ada/length_cond/pck.adb: New file.
6993 * gdb.ada/length_cond/pck.ads: New file.
6994
0ed4690a
TV
69952019-06-18 Tom de Vries <tdevries@suse.de>
6996
6997 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
6998
d20ed5fd
TT
69992019-06-18 Tom Tromey <tromey@adacore.com>
7000
7001 * gdb.base/list0.h: Add comment explaining control character.
7002
86e04673
TV
70032019-06-18 Tom de Vries <tdevries@suse.de>
7004
7005 * boards/fission.exp: Break up long debug_flags line.
7006
c4973306
SM
70072019-06-16 Tom de Vries <tdevries@suse.de>
7008
7009 PR gdb/24445
7010 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7011 generated index.
7012
93cb9841
AB
70132019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7014
7015 PR gdb/24686
7016 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7017 improve detection of bug gdb/24541.
7018
399aaebd
SM
70192019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7020
7021 PR gdb/24669
7022 * gdb.base/index-cache.exp (uses_readnow,
7023 expecting_index_cache_use): Define global variable.
7024 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7025 expecting_index_cache_use.
7026
584a927c
AB
70272019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7028 Andrew Burgess <andrew.burgess@embecosm.com>
7029
7030 * gdb.fortran/pointers.f90: New file.
7031 * gdb.fortran/print_type.exp: New file.
7032 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7033 * gdb.fortran/vla-type.exp: Likewise.
7034 * gdb.fortran/vla-value.exp: Likewise.
7035 * gdb.mi/mi-vla-fortran.exp: Likewise.
7036
30056ea0
AB
70372019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7038
7039 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7040 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7041 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7042 as a stop reason.
7043
ec8e2b6d
AB
70442019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7045
7046 * gdb.base/annota1.exp: Update expected results.
7047 * gdb.cp/annota2.exp: Likewise.
7048 * gdb.cp/annota3.exp: Likewise.
7049
09e4c4e1
AB
70502019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7051
7052 * gdb.base/style-logging.exp: Remove path from test name.
7053
0735b091
TT
70542019-06-14 Tom Tromey <tromey@adacore.com>
7055
7056 PR gdb/24502:
7057 * gdb.base/style-logging.exp: New file.
7058
f5686554
TT
70592019-06-14 Tom Tromey <tromey@adacore.com>
7060
7061 * gdb.base/symfile-warn.exp: New file.
7062 * gdb.base/symfile-warn.c: New file.
7063
a0c1ffed
TT
70642019-06-14 Tom Tromey <tromey@adacore.com>
7065
7066 * gdb.base/annotate-symlink.exp: New file.
7067
f411722c
TT
70682019-06-14 Tom Tromey <tromey@adacore.com>
7069
7070 * gdb.ada/set_wstr.exp: Add reassignment test.
7071
4268ec18
TT
70722019-06-14 Tom Tromey <tromey@adacore.com>
7073
7074 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7075 'unchecked_access and 'unrestricted_access as well.
7076
9a9e394b
TT
70772019-06-14 Tom Tromey <tromey@adacore.com>
7078
7079 PR ada/24539:
7080 * gdb.ada/vla.exp: Update tests.
7081 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7082 pragma.
7083
4c048731
PA
70842019-06-13 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.base/settings.exp (test-integer): Test junk after
7087 "unlimited".
7088
6665660a
PA
70892019-06-13 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/options.exp (test-thread-apply): New.
7092 (top level): Call it.
7093
5d707134
PA
70942019-06-13 Pedro Alves <palves@redhat.com>
7095
7096 * gdb.base/options.exp (test-frame-apply): New.
7097 (top level): Test print commands with different "frame apply"
7098 prefixes.
7099
e2a689da
PA
71002019-06-13 Pedro Alves <palves@redhat.com>
7101
e79be6e5 7102 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7103 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7104 'max_completions' parameter and handle it.
7105 (test_gdb_completion_offers_commands): New.
7106
90a1ef87
PA
71072019-06-13 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7110
d4c16835
PA
71112019-06-13 Pedro Alves <palves@redhat.com>
7112
7113 * gdb.base/options.exp (test-backtrace): New.
7114 (top level): Call it.
7115
2daf894e
PA
71162019-06-13 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.guile/scm-frame-args.exp: Use "set print
7119 raw-frame-arguments" instead of "set print raw frame-arguments".
7120 * gdb.python/py-frame-args.exp: Likewise.
7121
e6ed716c
PA
71222019-06-13 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.compile/compile.exp: Adjust expected output to option
7125 processing changes.
7126
7d8062de
PA
71272019-06-13 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/options.exp: Build executable.
7130 (test-print): New procedure.
7131 (top level): Call it, once for "print" and another for "compile
7132 print".
7133
9d0faba9
PA
71342019-06-13 Pedro Alves <palves@redhat.com>
7135
7136 * gdb.base/options.c: New file.
7137 * gdb.base/options.exp: New file.
7138
dee7b4c8
PA
71392019-06-13 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7142 that "o" is ambiguous.
7143
dca0f6c0
PA
71442019-06-13 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.base/settings.c: New file.
7147 * gdb.base/settings.exp: New file.
7148
ccf46844
PA
71492019-06-13 Pedro Alves <palves@redhat.com>
7150
7151 * gdb.base/completion.exp: Fix comment typo.
7152
b9a3f842
PA
71532019-06-13 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7156 foo --1" test.
7157
d106773e
PA
71582019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7159
7160 * gdb.fortran/block-data.f: New.
7161 * gdb.fortran/block-data.exp: New.
7162
fea82da0
TV
71632019-06-11 Tom de Vries <tdevries@suse.de>
7164
7165 PR testsuite/24521
7166 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7167 message.
7168
8c2e74f1
TV
71692019-06-11 Tom de Vries <tdevries@suse.de>
7170
7171 PR testsuite/24521
7172 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7173
b49851c8
TV
71742019-06-11 Tom de Vries <tdevries@suse.de>
7175
7176 * boards/readnow.exp: New file.
7177
a7067863
AB
71782019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7179
7180 * gdb.fortran/vla-sizeof.exp: Update expected results.
7181
1a3da2cd
AB
71822019-06-06 Amos Bird <amosbird@gmail.com>
7183
7184 * gdb.base/annota1.exp (thread_switch): Add test for
7185 thread-exited annotation.
7186
3847a7bf
TT
71872019-06-06 Tom Tromey <tromey@adacore.com>
7188
7189 * gdb.base/maint.exp: Expect command started/finished output.
7190
0088ba59
AB
71912019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7192
7193 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7194 comment.
7195 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7196
312617a3
AB
71972019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7198
7199 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7200 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7201 * gdb.arch/riscv-unwind-long-insn.c: New file.
7202 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7203
e1f2e1a2
CB
72042019-06-04 Christian Biesinger <cbiesinger@google.com>
7205
d3238f7d 7206 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7207
206584bd
PW
72082019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7209
7210 * lib/gdb.exp (help_list_trailer): New regexp variable
7211 factorizing the help trailer message.
7212 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7213 arg to allow to better factorize various tests.
7214 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7215 (test_prefix_command_help): Use help_list_trailer.
7216 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7217 * gdb.guile/scm-cmd.exp: Likewise.
7218 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7219 * gdb.base/help.exp: Use test_user_defined_class_help.
7220 * gdb.base/style.exp: Add tests for styling of help and apropos.
7221 * lib/gdb-utils.exp (style): Add title and highlight styles.
7222
708dc93e
PW
72232019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7224
7225 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7226 $_shell_exitsignal.
7227 * gdb.base/default.exp: Update for new convenience variables.
7228
f49055a5
TT
72292019-05-29 Tom Tromey <tromey@adacore.com>
7230
7231 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7232 to "break complete ada" test case's regexp.
7233
4330d61d
TT
72342019-05-29 Tom Tromey <tromey@adacore.com>
7235
7236 PR c++/20020:
7237 * gdb.cp/constexpr-field.exp: New file.
7238 * gdb.cp/constexpr-field.cc: New file.
7239
000439d5
TT
72402019-05-29 Tom Tromey <tromey@adacore.com>
7241
7242 * gdb.base/finish.exp (finish_no_print): New proc.
7243 (finish_tests): Call it.
7244
5a01c34c
TV
72452019-05-24 Tom de Vries <tdevries@suse.de>
7246
7247 * gdb.dwarf2/gdb-add-index.exp: New file.
7248
18125b16
TT
72492019-05-22 Tom Tromey <tromey@adacore.com>
7250
7251 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7252 * gdb.base/style.exp: Use "style".
7253 * lib/gdb-utils.exp (style): New proc.
7254
af1a8d03
TV
72552019-05-22 Tom de Vries <tdevries@suse.de>
7256
7257 * gdb.base/align.exp: Require c++11.
7258
e7fe496b
TV
72592019-05-22 Tom de Vries <tdevries@suse.de>
7260
7261 PR testsuite/24586
7262 * gdb.python/py-mi-var-info-path-expression.exp: Call
7263 mi_skip_python_tests to check if python is supported.
7264
8fca4da0
AH
72652019-05-22 Alan Hayward <alan.hayward@arm.com>
7266
7267 * gdb.arch/aarch64-pauth.c: New test.
7268 * gdb.arch/aarch64-pauth.exp: New file.
7269
b7060614
AH
72702019-05-22 Alan Hayward <alan.hayward@arm.com>
7271
7272 * README (Re-running Tests Outside The Testsuite): New section.
7273
669d0468
TV
72742019-05-21 Tom de Vries <tdevries@suse.de>
7275
7276 * gdb.arch/amd64-eval.exp: Require c++11.
7277 * gdb.base/max-depth.exp: Same.
7278 * gdb.compile/compile-cplus-array-decay.exp: Same.
7279 * gdb.cp/meth-typedefs.exp: Same.
7280 * gdb.cp/subtypes.exp: Same.
7281 * gdb.cp/temargs.exp: Same.
7282
ce3ebcaa
AH
72832019-05-21 Alan Hayward <alan.hayward@arm.com>
7284
7285 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7286
34d11c68
AB
72872019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7288
7289 PR gdb/18644
7290 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7291 * gdb.fortran/printing-types.exp: Add new test.
7292 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7293 testing.
7294 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7295 setup_kfail call.
7296
87781e84
AH
72972019-05-17 Alan Hayward <alan.hayward@arm.com>
7298
7299 * README (Running the Testsuite): Change example.
7300 (Testsuite Parameters): Remove TRANSCRIPT.
7301 * lib/gdb.exp: Remove TRANSCRIPT check.
7302
b420b89e
AH
73032019-05-17 Alan Hayward <alan.hayward@arm.com>
7304
7305 * README (Testsuite Parameters): Add replay logging to
7306 GDBSERVER_DEBUG.
7307 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7308 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7309 as a comma separated list.
7310 (gdb_debug_init): Override procedure.
7311
408e9b8b
AH
73122019-05-17 Alan Hayward <alan.hayward@arm.com>
7313
7314 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7315 (gdb_write_cmd_file): New procedure.
7316 * lib/gdbserver-support.exp (gdbserver_start): Call
7317 gdbserver_write_cmd_file.
7318 (gdbserver_write_cmd_file): New procedure.
7319
f9e2e39d
AH
73202019-05-17 Alan Hayward <alan.hayward@arm.com>
7321
7322 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7323 (delete_breakpoints): Likewise.
7324 (gdb_run_cmd): Likewise.
7325 (gdb_start_cmd): Likewise.
7326 (gdb_starti_cmd): Likewise.
7327 (gdb_internal_error_resync): Likewise.
7328 (gdb_test_multiple): Likewise.
7329 (gdb_reinitialize_dir): Likewise.
7330 (default_gdb_exit): Likewise.
7331 (gdb_file_cmd): Mark kill as optional.
7332 (default_gdb_start): Call gdb_stdin_log_init.
7333 (send_gdb): Call gdb_stdin_log_write.
7334 (rerun_to_main): Mark Y as an answer.
7335 (gdb_stdin_log_init): New function.
7336 (gdb_stdin_log_write): Likewise.
7337
81f47ac2
AH
73382019-05-17 Alan Hayward <alan.hayward@arm.com>
7339
7340 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7341 * gdb.base/debug-expr.exp: Likewise.
7342 * gdb.base/foll-fork.exp: Likewise.
7343 * gdb.base/foll-vfork.exp: Likewise.
7344 * gdb.base/fork-print-inferior-events.exp: Likewise.
7345 * gdb.base/gdb-sigterm.exp: Likewise.
7346 * gdb.base/gdbinit-history.exp: Likewise.
7347 * gdb.base/osabi.exp: Likewise.
7348 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7349 * gdb.base/ui-redirect.exp: Likewise.
7350 * gdb.gdb/unittest.exp: Likewise.
7351 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7352 * gdb.mi/mi-watch.exp: Likewise.
7353 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7354 * gdb.mi/user-selected-context-sync.exp: Likewise.
7355 * gdb.python/python.exp: Disable debug test when debugging.
7356 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7357 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7358 Likewise.
7359 * gdb.threads/stepi-random-signal.exp: Likewise.
7360
29b52314
AH
73612019-05-17 Alan Hayward <alan.hayward@arm.com>
7362
7363 * Makefile.in: Pass through GDB_DEBUG.
7364 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7365 (gdb,debug): Add board setting.
7366 * lib/gdb.exp (default_gdb_start): Start debugging.
7367 (gdb_debug_enabled): New procedure.
7368 (gdb_debug_init): Likewise.
29b52314
AH
7369
73702019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7371
29b52314
AH
7372 * Makefile.in: Pass through GDB_DEBUG.
7373 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7374 (gdb,debug): Add board setting.
7375 * lib/gdb.exp (default_gdb_start): Start debugging.
7376 (gdb_debug_enabled): New procedure.
7377 (gdb_debug_init): Likewise.
29b52314 7378
ca1285d1
AH
73792019-05-17 Alan Hayward <alan.hayward@arm.com>
7380
7381 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7382
f3a09c80
AH
73832019-05-17 Alan Hayward <alan.hayward@arm.com>
7384
7385 * gdb.base/ui-redirect.exp: Test redirection.
7386
26648588
JV
73872019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7388
7389 * gdb.mi/mi-complete.exp: New file.
7390 * gdb.mi/mi-complete.cc: Likewise.
7391
14237686
AB
73922019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7393
7394 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7395 indexed and sliced arrays, and pointers to arrays.
7396
e7bd7fba
TT
73972019-05-14 Tom Tromey <tromey@adacore.com>
7398
7399 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7400 styling test.
7401
2764128d
TV
74022019-05-14 Tom de Vries <tdevries@suse.de>
7403
7404 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7405 selection entry encoding.
7406
71bed2db
TT
74072019-05-10 Tom Tromey <tromey@adacore.com>
7408
7409 * gdb.ada/info_exc.exp: Add "complete" test.
7410
63b667ad
TV
74112019-05-09 Tom de Vries <tdevries@suse.de>
7412
7413 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7414 CU-relative.
7415
9cfd2b89
TV
74162019-05-09 Tom de Vries <tdevries@suse.de>
7417
7418 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7419 CU-relative.
7420
2228ef77
XR
74212019-05-08 Joel Brobecker <brobecker@adacore.com>
7422
7423 * gdb.ada/frame_arg_lang.exp: New testcase.
7424 * gdb.ada/frame_arg_lang/bla.adb: New file.
7425 * gdb.ada/frame_arg_lang/pck.ads: New file.
7426 * gdb.ada/frame_arg_lang/pck.adb: New file.
7427 * gdb.ada/frame_arg_lang/foo.c: New file.
7428
80e55b13
TT
74292019-05-08 Tom Tromey <tromey@adacore.com>
7430
7431 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7432
9d3421af
TT
74332019-05-08 Tom Tromey <tromey@adacore.com>
7434
7435 * gdb.base/ptype-offsets.exp: Update tests.
7436
844333e2
TT
74372019-05-08 Tom Tromey <tromey@adacore.com>
7438
7439 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7440 cases.
7441 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7442 "short".
7443
988915ee
TT
74442019-05-08 Tom Tromey <tromey@adacore.com>
7445
7446 * gdb.ada/vla.exp: New file.
7447 * gdb.ada/vla/vla.adb: New file.
7448
7bd55dac
TV
74492019-05-07 Tom de Vries <tdevries@suse.de>
7450
7451 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7452
75f06e9d
TV
74532019-05-07 Tom de Vries <tdevries@suse.de>
7454
7455 PR testsuite/24522
7456 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7457 section.
7458
77e7aaa4
TV
74592019-05-07 Tom de Vries <tdevries@suse.de>
7460
7461 PR testsuite/24522
7462 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7463 .debug_aranges section.
7464
456ba0fa
TV
74652019-05-07 Tom de Vries <tdevries@suse.de>
7466
7467 PR testsuite/24159
7468 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7469
5a56d6a6
TV
74702019-05-06 Tom de Vries <tdevries@suse.de>
7471
7472 * lib/gdb.exp (exec_has_index_section): New proc.
7473 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7474 section.
7475
9d6d4be8
TV
74762019-05-04 Tom de Vries <tdevries@suse.de>
7477
7478 * boards/cc-with-debug-names.exp: New file.
7479
222a8d25
TT
74802019-05-03 Tom Tromey <tromey@adacore.com>
7481
7482 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7483 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7484 * gdb.ada/char_enum.exp: Add test.
7485
0fdfd794
TV
74862019-05-03 Tom de Vries <tdevries@suse.de>
7487
7488 * boards/cc-with-gdb-index.exp: New file.
7489
80062eb9
AB
74902019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7491
7492 * gdb.rust/simple.exp: Add new test case.
7493 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7494 (main): Initialise an instance of the new struct.
7495
4504bbde
TT
74962019-05-01 Tom Tromey <tromey@adacore.com>
7497
7498 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7499 record.
7500 (NPR): New variable.
7501 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7502 test.
7503
d48e62f4
TT
75042019-05-01 Tom Tromey <tromey@adacore.com>
7505
7506 * gdb.ada/packed_array_assign.exp: Add packed assignment
7507 regression test.
7508
f59f30f5
TV
75092019-05-01 Tom de Vries <tdevries@suse.de>
7510
7511 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7512
b70bfc54
TV
75132019-05-01 Tom de Vries <tdevries@suse.de>
7514
7515 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7516
15f18d14
AT
75172019-04-30 Ali Tamur <tamur@google.com>
7518
7519 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7520
2ff0a947
TT
75212019-04-30 Tom Tromey <tromey@adacore.com>
7522
7523 * lib/ada.exp (find_ada_tool): New proc.
7524 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7525 * gdb.ada/catch_ex_std.exp: New file.
7526 * gdb.ada/catch_ex_std/foo.adb: New file.
7527 * gdb.ada/catch_ex_std/some_package.adb: New file.
7528 * gdb.ada/catch_ex_std/some_package.ads: New file.
7529
a776957c
TT
75302019-04-30 Tom Tromey <tromey@adacore.com>
7531
7532 PR c++/24470:
7533 * gdb.cp/temargs.cc: Add test code from PR.
7534
bc68014d
AB
75352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7536
7537 * gdb.fortran/vla-datatypes.exp: Update expected results.
7538 * gdb.fortran/vla-ptype.exp: Likewise.
7539 * gdb.fortran/vla-type.exp: Likewise.
7540 * gdb.fortran/vla-value.exp: Likewise.
7541
f1fdc960
AB
75422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7543
7544 * gdb.fortran/ptr-indentation.exp: Update expected results.
7545 * gdb.fortran/ptype-on-functions.exp: Likewise.
7546 * gdb.fortran/vla-ptr-info.exp: Likewise.
7547 * gdb.fortran/vla-value.exp: Likewise.
7548
bf7a4de1
AB
75492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7550
7551 * gdb.fortran/ptype-on-functions.exp: New file.
7552 * gdb.fortran/ptype-on-functions.f90: New file.
7553
bbe75b9d
AB
75542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7555
7556 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7557 case void string.
7558
1db455a7
AB
75592019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7560
7561 * gdb.fortran/complex.exp: Expand.
7562 * gdb.fortran/complex.f: Renamed to...
7563 * gdb.fortran/complex.f90: ...this, and extended to add more
7564 complex values.
7565
b6d03bb2
AB
75662019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7567
7568 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7569 MODULO, CMPLX.
7570
2e62ab40
AB
75712019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7572 Richard Bunt <richard.bunt@arm.com>
7573
7574 * gdb.base/max-depth.c: New file.
7575 * gdb.base/max-depth.exp: New file.
7576 * gdb.python/py-nested-maps.c: New file.
7577 * gdb.python/py-nested-maps.exp: New file.
7578 * gdb.python/py-nested-maps.py: New file.
7579 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7580 (test_all_common): Call test_max_depth.
7581 * gdb.fortran/max-depth.exp: New file.
7582 * gdb.fortran/max-depth.f90: New file.
7583 * gdb.go/max-depth.exp: New file.
7584 * gdb.go/max-depth.go: New file.
7585 * gdb.modula2/max-depth.exp: New file.
7586 * gdb.modula2/max-depth.c: New file.
7587 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7588
d2b584a5
TV
75892019-04-29 Tom de Vries <tdevries@suse.de>
7590
7591 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7592
136afab8
PW
75932019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7594
7595 * gdb.base/callexit.exp: Test may-call-functions off.
7596
725cbb63
KS
75972019-04-25 Keith Seitz <keiths@redhat.com>
7598
7599 PR c++/24367
7600 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7601 (another_incomplete_struct, test_incomplete): New definitions.
7602 (main): Use new definitions.
7603 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7604 functions.
7605
701adfb0
PA
76062019-04-25 Ali Tamur <tamur@google.com>
7607
7608 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7609
82433e3e
SDJ
76102019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7611
7612 PR corefiles/11608
7613 PR corefiles/18187
7614 * gdb.base/coredump-filter-build-id.exp: New file.
7615
dd06d4d6
AH
76162019-04-25 Alan Hayward <alan.hayward@arm.com>
7617
e79be6e5
SM
7618 * Makefile.in: Pass through GDBSERVER_DEBUG.
7619 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7620 (gdbserver,debug): Add board setting.
7621 * gdb.trace/tspeed.exp: Skip when debugging.
7622 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7623 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7624
1670072e
TT
76252019-04-24 Tom Tromey <tromey@adacore.com>
7626
7627 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7628 Rust.
7629
a59240a4
TT
76302019-04-24 Tom Tromey <tromey@adacore.com>
7631
7632 * gdb.arch/amd64-eval.exp: Test bitfield return.
7633 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7634 (class Foo) <return_bitfields>: New method.
7635 (main): Call it.
7636
b907456c
AB
76372019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7638
7639 * gdb.cp/many-args.cc: New file.
7640 * gdb.cp/many-args.exp: New file.
7641
5c565afd
TV
76422019-04-23 Tom de Vries <tdevries@suse.de>
7643
7644 PR gdb/24433
7645 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7646
ba22ff86
AH
76472019-04-23 Alan Hayward <alan.hayward@arm.com>
7648
7649 * gdb.trace/backtrace.exp: Use nopie flag.
7650 * gdb.trace/circ.exp: Likewise.
7651 * gdb.trace/collection.exp: Likewise.
7652 * gdb.trace/ftrace.exp: Likewise.
7653 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7654 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7655 * gdb.trace/qtro.exp: Likewise.
7656 * gdb.trace/read-memory.exp: Likewise.
7657 * gdb.trace/report.exp: Likewise.
7658 * gdb.trace/tfile.exp: Likewise.
7659 * gdb.trace/tfind.exp: Likewise.
7660 * gdb.trace/unavailable.exp: Likewise.
7661
7905fc35
PA
76622019-04-22 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.base/solib-probes-nosharedlibrary.c,
7665 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7666
8ecb59f8
TT
76672019-04-19 Tom Tromey <tromey@adacore.com>
7668
7669 * gdb.ada/ptype_union.c: New file.
7670 * gdb.ada/ptype_union.exp: New file.
7671
62160ec9
TT
76722019-04-19 Tom Tromey <tromey@adacore.com>
7673
7674 PR symtab/24423:
7675 * gdb.base/list0.h (foo): Add a control-l character.
7676
36cd4ba5
TV
76772019-04-18 Tom de Vries <tdevries@suse.de>
7678
7679 PR gdb/24433
7680 * boards/local-board.exp: Set sysroot to "".
7681
b73715df
TV
76822019-04-18 Tom de Vries <tdevries@suse.de>
7683 Pedro Alves <palves@redhat.com>
7684
7685 PR gdb/24454
7686 * gdb.threads/vfork-follow-child-exec.c: New file.
7687 * gdb.threads/vfork-follow-child-exec.exp: New file.
7688 * gdb.threads/vfork-follow-child-exit.c: New file.
7689 * gdb.threads/vfork-follow-child-exit.exp: New file.
7690
4aa866af
LS
76912019-04-15 Leszek Swirski <leszeks@google.com>
7692
7693 * gdb.arch/amd64-eval.cc: New file.
7694 * gdb.arch/amd64-eval.exp: New file.
7695
e5a1a79a
AH
76962019-04-11 Alan Hayward <alan.hayward@arm.com>
7697
7698 * gdb.server/sysroot.c: New test.
7699 * gdb.server/sysroot.exp: New file.
7700 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7701 matching param.
7702
41077b66
AB
77032019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7704
7705 * gdb.base/align.exp: Extend test to cover structures containing
7706 only static fields.
7707
c30391f8
TV
77082019-04-11 Tom de Vries <tdevries@suse.de>
7709
7710 * boards/cc-with-dwz-m.exp: New file.
7711 * boards/cc-with-dwz.exp: New file.
7712 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7713
e242fd12
SM
77142019-04-09 Simon Marchi <simon.marchi@efficios.com>
7715
7716 * gdb.base/start-cpp.exp: New file.
7717 * gdb.base/start-cpp.cc: New file.
7718
2b0c8b01
KB
77192019-04-08 Kevin Buettner <kevinb@redhat.com>
7720
7721 * gdb.python/py-thrhandle.exp: Adjust tests to call
7722 thread_from_handle instead of thread_from_thread_handle.
7723
947210e5
KB
77242019-04-08 Kevin Buettner <kevinb@redhat.com>
7725
7726 * gdb.python/py-thrhandle.exp: Add tests for
7727 gdb.InferiorThread.handle.
7728
d7df6549
AB
77292019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7730
7731 * gdb.python/py-function.exp: Check calling helper function from
7732 all languages.
7733 * lib/gdb.exp (gdb_supported_languages): New proc.
7734
8bdc1658
AB
77352019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7736
7737 * gdb.base/complex-parts.c: New file.
7738 * gdb.base/complex-parts.exp: New file.
7739
05caa1d2
TT
77402019-04-01 Tom Tromey <tromey@adacore.com>
7741
7742 PR symtab/23331:
7743 * gdb.dwarf2/dw2-ranges-main.c: New file.
7744 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7745 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7746
7734102d
EZ
77472019-03-30 Simon Marchi <simark@simark.ca>
7748
7749 * gdb.base/default.exp: Add values for $_gdb_major and
7750 $_gdb_minor.
7751
188e1fa9
TT
77522019-03-29 Tom Tromey <tromey@adacore.com>
7753
7754 * gdb.base/help.exp: Tighten apropos regexp.
7755
2880242d
KS
77562019-03-29 Keith Seitz <keiths@redhat.com>
7757
7758 * gdb.fortran/array-bounds.exp: New file.
7759 * gdb.fortran/array-bounds.f90: New file.
7760
077cad8e
PW
77612019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7762
7763 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7764
80047cfc
PW
77652019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7766
7767 * gdb.multi/hello.c (main): Increase alarm timer.
7768
f489207e
SL
77692019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7770
7771 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7772 factor when no hardware watchpoint support.
7773
c92df149
AH
77742019-03-28 Alan Hayward <alan.hayward@arm.com>
7775 Pedro Alves <palves@redhat.com>
7776
7777 * boards/local-board.exp: set sysroot to /.
7778
933aebfa
AH
77792019-03-27 Alan Hayward <alan.hayward@arm.com>
7780
7781 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7782 in child.
7783
9f9aa852
AB
77842019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7785
7786 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7787 field.
7788 (make_container): Initialise new field.
7789 * gdb.python/py-prettyprint.exp: Add new tests.
7790 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7791 <display_hint>: New method.
7792
3714a195
AB
77932019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7796 gdb_continue_to_breakpoint more throughout this test.
7797 (run_lang_tests) Supply unique test names, and use
7798 gdb_test_no_output.
7799
18c77628
AB
78002019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7801
7802 * gdb.base/finish-pretty.exp: Update expected results.
7803 * gdb.base/pretty-print.c: New file.
7804 * gdb.base/pretty-print.exp: New file.
7805
9a93502f
PA
78062019-03-25 Pedro Alves <palves@redhat.com>
7807
7808 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7809 move comments outside list. Append '-i "" eof' section.
7810
968aa7ae
AH
78112019-03-22 Alan Hayward <alan.hayward@arm.com>
7812
34a7f2a4 7813 PR testsuite/25016
968aa7ae
AH
7814 * README: Add pie options.
7815 * gdb.base/break-interp.exp: Ensure pie is disabled.
7816 * gdb.base/dump.exp: Likewise.
7817 * lib/gdb.exp (gdb_compile): Add pie option.
7818
4c7d57e7
TT
78192019-03-19 Tom Tromey <tromey@adacore.com>
7820
7821 * gdb.mi/mi2-cli-display.c: New file.
7822 * gdb.mi/mi2-cli-display.exp: New file.
7823
bff8c71f
TT
78242019-03-18 Joel Brobecker <brobecker@adacore.com>
7825 Tom Tromey <tromey@adacore.com>
7826
7827 * gdb.ada/ptype_array/pck.adb: New file.
7828 * gdb.ada/ptype_array/pck.ads: New file.
7829 * gdb.ada/ptype_array/foo.adb: New file.
7830 * gdb.ada/ptype_array.exp: New file.
7831
d085f989
TT
78322019-03-14 Tom Tromey <tromey@adacore.com>
7833
7834 * gdb.base/style.exp: Add "set style sources" test.
7835
b4be1b06
SM
78362019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7837
7838 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7839 * mi-breakpoint-multiple-locations.exp: ... this.
7840 (make_breakpoints_pattern): New proc.
7841 (do_test): Add mi_version parameter, test -break-insert,
7842 -break-info and =breakpoint-created.
7843
7cde5fc2
AB
78442019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7845
7846 * config/default.exp: Remove 'load_lib gdb.exp'.
7847 * config/monitor.exp: Likewise.
7848 * config/sid.exp: Likewise.
7849 * config/sim.exp: Likewise.
7850 * config/slite.exp: Likewise.
7851 * config/unix.exp: Likewise.
7852 * gdb.base/default.exp: Remove unhelpful comment.
7853
efbecbc1
AB
78542019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7855
7856 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7857
0841c79a
AB
78582019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7859
7860 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7861
4a270568
AB
78622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7863
7864 * gdb.fortran/type-kinds.exp: Update expected results.
7865
067630bd
AB
78662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7867
7868 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7869
3be47f7a
AB
78702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7871
7872 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7873 function.
7874 (test_basic_parsing_of_type_kinds): Expand types tested.
7875 (test_parsing_invalid_type_kinds): New function.
7876
4d00f5d8
AB
78772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7878
7879 * gdb.fortran/intrinsics.exp: New file.
7880 * gdb.fortran/intrinsics.f90: New file.
7881 * gdb.fortran/type-kinds.exp: New file.
7882
c8f91604
AB
78832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7884
7885 * gdb.fortran/dot-ops.exp: New file.
7886
dd9f2c76
AB
78872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7888
7889 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7890 Check upper and lower case logical literals.
7891
84ec9724
AB
78922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7893
7894 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7895 Remove duplicate tests.
7896
c3734e09
AH
78972019-03-06 Alan Hayward <alan.hayward@arm.com>
7898
7899 * lib/gdb.exp (builtin_cd): rename of cd.
7900 (cd): Override builtin.
7901
aa3cfbda
RB
79022019-03-06 Richard Bunt <richard.bunt@arm.com>
7903
7904 * gdb.fortran/function-calls.exp: New file.
7905 * gdb.fortran/function-calls.f90: New test.
7906
7b63ad86
RB
79072019-03-04 Richard Bunt <richard.bunt@arm.com>
7908
7909 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7910 on user program standard output.
7911 * gdb.fortran/short-circuit-argument-list.f90: Record function
7912 calls.
7913
01abb042
AH
79142019-02-28 Alan Hayward <alan.hayward@arm.com>
7915
c3734e09
AH
7916 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7917 failure.
01abb042 7918
92137da0
RO
79192019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7920
7921 PR gdb/8527
7922 * gdb.base/interrupt-daemon-attach.c,
7923 gdb.base/interrupt-daemon-attach.exp: New test.
7924
5862844d
PA
79252019-02-27 Pedro Alves <palves@redhat.com>
7926
7927 * gdb.base/page.exp: Add tests for "set width/height -1".
7928
8ed25214
PA
79292019-02-27 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.base/page.exp: Add tests for "set/show width/height" with
7932 "infinite" values.
7933
6c28e44a
TT
79342019-02-27 Tom Tromey <tromey@adacore.com>
7935
7936 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7937 2.4.
7938 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7939 workaround.
7940
bf9a735e
AB
79412019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7942
7943 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7944 tests for structs with static members.
7945
8791793c
TT
79462019-02-26 Tom Tromey <tromey@adacore.com>
7947
7948 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7949 ValueError, not TypeError.
7950
bc2a507e
KB
79512019-02-26 Kevin Buettner <kevinb@redhat.com>
7952
7953 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7954 call from main program.
7955
e0e7d3bd
JB
79562019-02-23 Joel Brobecker <brobecker@adacore.com>
7957
7958 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7959 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7960 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7961 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7962 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7963
9600246d
KS
79642019-02-22 Keith Seitz <keiths@redhat.com>
7965
7966 PR symtab/23853
7967 * gdb.base/symlink-sourcefile.c: New file.
7968 * gdb.base/symlink-sourcefile.exp: New file.
7969
0c95f9ed
TT
79702019-02-20 Tom Tromey <tom@tromey.com>
7971
7972 * gdb.base/info_qt.exp: Update.
7973
6caa91b6
SM
79742019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7975
7976 * gdb.base/source.exp: Move "error in sourced script" code to
7977 the end.
7978 * gdb.base/source-error.gdb: Move contents to
7979 source-error-1.gdb. Add new code to source source-error-1.gdb.
7980 * gdb.base/source-error-1.gdb: New file, from previous
7981 source-error.gdb.
7982
6506371f
TT
79832019-02-17 Tom Tromey <tom@tromey.com>
7984
7985 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7986 for macro styling.
7987 * gdb.base/style.c (SOME_MACRO): New macro.
7988
a0087920
TT
79892019-02-17 Tom Tromey <tom@tromey.com>
7990
7991 * gdb.base/style.exp: Add line-wrapping tests.
7992 * gdb.base/page.exp: Add test for quitting during pagination.
7993
a2cd4f14
JB
79942019-02-17 Joel Brobecker <brobecker@adacore.com>
7995
7996 * gdb.ada/big_packed_array: New testcase.
7997 * gdb.ada/homonym.exp: Fix incorrect expected output for
7998 "break <homonym__get_value>" test.
7999
9d70ffbc
WP
80002019-02-13 Weimin Pan <weimin.pan@oracle.com>
8001
8002 PR breakpoints/21870
8003 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8004 and prepare_for_testing. Add comment.
8005 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8006 redundant cleanup call. Clean up comment.
8007
01c7ae81
WP
80082019-02-12 Weimin Pan <weimin.pan@oracle.com>
8009
8010 PR breakpoints/21870
8011 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8012 * gdb.arch/aarch64-dbreg-contents.c: New file.
8013
aff29d1c
JB
80142019-02-10 Joel Brobecker <brobecker@adacore.com>
8015
8016 * gdb.ada/mi_ref_changeable: New testcase.
8017
df0da8a2
AH
80182019-02-07 Alan Hayward <alan.hayward@arm.com>
8019
8020 * gdb.base/attach.exp: Add double attach test.
8021
bd447abb
SM
80222019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8023
8024 * lib/gdb.exp (default_gdb_start): Don't match pagination
8025 prompt.
8026 (gdb_init): Set stty_init.
8027
1dbc40b9
TT
80282019-01-27 Tom Tromey <tom@tromey.com>
8029
8030 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8031 skip_python_tests.
8032
353229bf
AH
80332019-01-24 Alan Hayward <alan.hayward@arm.com>
8034
8035 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8036 New structure.
8037 (struct struct_static_02_02): Likewise.
8038 (struct struct_static_02_03): Likewise.
8039 (struct struct_static_02_04): Likewise.
8040 (struct struct_static_04_01): Likewise.
8041 (struct struct_static_04_02): Likewise.
8042 (struct struct_static_04_03): Likewise.
8043 (struct struct_static_04_04): Likewise.
8044 (struct struct_static_06_01): Likewise.
8045 (struct struct_static_06_02): Likewise.
8046 (struct struct_static_06_03): Likewise.
8047 (struct struct_static_06_04): Likewise.
8048 (cmp_struct_static_02_01): Likewise.
8049 (cmp_struct_static_02_02): Likewise.
8050 (cmp_struct_static_02_03): Likewise.
8051 (cmp_struct_static_02_04): Likewise.
8052 (cmp_struct_static_04_01): Likewise.
8053 (cmp_struct_static_04_02): Likewise.
8054 (cmp_struct_static_04_03): Likewise.
8055 (cmp_struct_static_04_04): Likewise.
8056 (cmp_struct_static_06_01): Likewise.
8057 (cmp_struct_static_06_02): Likewise.
8058 (cmp_struct_static_06_03): Likewise.
8059 (cmp_struct_static_06_04): Likewise.
8060 (call_all): Test new structs.
8061 * gdb.base/infcall-nested-structs.exp: Likewise.
8062
73021deb
AH
80632019-01-21 Alan Hayward <alan.hayward@arm.com>
8064 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8065
fc65c7db
AH
80662019-01-21 Alan Hayward <alan.hayward@arm.com>
8067 * gdb.base/stack-protector.c: New test.
8068 * gdb.base/stack-protector.exp: New file.
8069 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8070 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8071 option.
8072 (gdb_compile): Remove stack protector for GCC and prevent
8073 recursion.
8074
c24bdb02
KS
80752019-01-16 Keith Seitz <keiths@redhat.com>
8076
8077 PR gdb/23773
8078 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8079
6f072a10
PFC
80802019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8081
8082 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8083 aliases.
8084 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8085 tests.
8086 * gdb.arch/powerpc-vector-regs.c: New file.
8087 * gdb.arch/powerpc-vector-regs.exp: New file.
8088
a7b8d682
PFC
80892019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8090
8091 * gdb.arch/altivec-regs.exp: Fix the list passed to
8092 gdb_expect_list when testing "info vector".
8093
6eb6fb67
AB
80942019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8095
8096 * gdb.base/style.exp: Don't include path in testname.
8097
b56f80d8
KS
80982019-01-10 Keith Seitz <keiths@redhat.com>
8099
8100 PR gdb/23712
8101 PR symtab/23010
8102 * gdb.dwarf2/multidictionary.exp: New file.
8103
041be526
SM
81042019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8105
8106 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8107 (test_gnuv3_style_demangling): ... this.
8108 (test_lucid_style_demangling): Remove.
8109 (test_arm_style_demangling): Remove.
8110 (test_hp_style_demangling): Remove.
8111 (do_tests): Remove calls to the above.
8112
d820d0c3
AB
81132019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8114
8115 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8116 case.
8117
f097f5ad
TT
81182019-01-06 Tom Tromey <tom@tromey.com>
8119
8120 PR gdb/28155:
8121 * gdb.dwarf2/typedef-void-finish.exp: New file.
8122
2cd8cc0b
TT
81232018-12-28 Tom Tromey <tom@tromey.com>
8124 Simon Marchi <simark@simark.ca>
8125
8126 * gdb.base/jit-exec.exp: New file.
8127 * gdb.base/jit-exec.c: New file.
8128 * gdb.base/jit-execd.c: New file.
8129
35fb8261
TT
81302018-12-28 Tom Tromey <tom@tromey.com>
8131
8132 * gdb.base/style.exp: Update test to check for address styling.
8133
47fd17cd
TT
81342018-12-28 Tom Tromey <tom@tromey.com>
8135
8136 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8137 message.
8138
d47032b7
TT
81392018-12-28 Tom Tromey <tom@tromey.com>
8140
8141 * gdb.base/style.exp: Add test for version number styling.
8142
af79b68d
TT
81432018-12-28 Tom Tromey <tom@tromey.com>
8144
8145 * gdb.base/style.exp: Add test for print_address_symbolic.
8146
0bb296cb
TT
81472018-12-28 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.base/style.exp: Add test for breakpoint setting.
8150
80ae2043
TT
81512018-12-28 Tom Tromey <tom@tromey.com>
8152
8153 * gdb.base/style.exp: Add test for variable names.
8154
cbe56571
TT
81552018-12-28 Tom Tromey <tom@tromey.com>
8156
8157 * gdb.base/style.exp: New file.
8158 * gdb.base/style.c: New file.
8159
9162a27c
TT
81602018-12-28 Tom Tromey <tom@tromey.com>
8161
8162 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8163 "dumb".
8164 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8165 the TERM environment variable.
8166
bc543c90
TT
81672018-12-27 Tom Tromey <tom@tromey.com>
8168
8169 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8170 pagination test.
8171
6f0ffe50
AB
81722018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8173
8174 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8175 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8176
b5a1e557
PW
81772018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8178
8179 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8180 Filename a.adb changed to bp_fun_addr.adb.
8181 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8182
6e8b1ab2
JV
81832018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8184
8185 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8186 non-PIE executables.
8187 * README: Mention the gdb,nopie_flag board setting.
8188 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8189 non-PIE executable.
8190 * gdb.arch/amd64-entry-value.exp: Likewise.
8191 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8192 * gdb.arch/i386-float.exp: Likewise.
8193 * gdb.arch/i386-signal.exp: Likewise.
8194 * gdb.mi/mi-reg-undefined.exp: Likewise.
8195
d00a27c5
PM
81962018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8197
8198 PR gdb/23974
8199 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8200
161d081c
PW
82012018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8202
8203 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8204 Update order of results accordingly.
8205
b001de23
AB
82062018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8207
8208 * gdb.base/annota1.exp: Update a test regexp.
8209
99e1a184
AB
82102018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8211
8212 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8213
7a81c1e2
PW
82142018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8215
8216 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8217 (reuse_time): Initialize to REUSE_TIME_CAP.
8218 (check_rc): New function.
8219 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8220 Check pthread_create rc.
8221 (spawner_thread_func): Check pthread_create and pthread_join rc.
8222
73e8dc90
PA
82232018-12-08 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.base/list.exp (test_forward_search): Rename to ...
8226 (test_forward_reverse_search): ... this. Also test reverse-search
8227 and the forward-search alias.
8228
13f2ed32
AB
82292018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8230
8231 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8232 local timeout variable before return, and remove all local timeout
8233 variable entirely.
8234 (gdb_load): Likewise.
8235
64d27cfc
TV
82362018-12-01 Tom de Vries <tdevries@suse.de>
8237
8238 * gdb.base/gdb-caching-proc.exp: New file.
8239
f63c03b4
SDJ
82402018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8241
8242 * Makefile.in (TIMESTAMP): New variable.
8243 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8244 command.
8245 (check-single-racy): Likewise.
8246 (check/%.exp): Likewise.
8247 (check-racy/%.exp): Likewise.
8248 (workers/%.worker): Likewise.
8249 (build-perf): Likewise.
8250 (check-perf): Likewise.
8251 * README: Describe new "TS" and "TS_FORMAT" variables.
8252 * print-ts.py: New file.
8253
1c97054b
BF
82542018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8255
8256 PR python/23714
8257 * gdb.python/python.exp: Test command repetition after
8258 gdb.execute.
8259
1871a62d
AB
82602018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8261
8262 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8263 is correctly aligned.
8264
fb5e1ed9
PW
82652018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8266
8267 * gdb.ada/info_auto_lang.exp: New testcase.
8268 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8269 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8270 * gdb.ada/info_auto_lang/some_c.c: New file.
8271
43d397ca
PW
82722018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8273
8274 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8275 FUNC_lang language syntax.
8276
beddd671
PW
82772018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8278
8279 * gdb.base/info_minsym.c: New file.
8280 * gdb.base/info_minsym.exp: New file.
8281
73fc52c4
TT
82822018-11-19 Tom Tromey <tom@tromey.com>
8283
8284 PR rust/23625:
8285 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8286 * gdb.rust/expr.exp: Update expected output. Change one test.
8287
994b876a
TT
82882018-11-19 Tom Tromey <tom@tromey.com>
8289
8290 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8291
6769f276
PA
82922018-11-19 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8295 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8296 see the expected warning.
8297
38a72da0
AH
82982018-11-16 Alan Hayward <alan.hayward@arm.com>
8299
8300 PR gdb/22736:
8301 * gdb.cp/infcall-nodebug-lib.c: New test.
8302 * gdb.cp/infcall-nodebug-main.c: New test.
8303 * gdb.cp/infcall-nodebug.exp: New file.
8304
53a89d6e
SM
83052018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8306
8307 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8308 completer tests.
8309
9325300d
TV
83102018-11-09 Tom de Vries <tdevries@suse.de>
8311
8312 * gdb.base/msym-lang.c: New test.
8313 * gdb.base/msym-lang.exp: New file.
8314 * gdb.base/msym-lang-main.c: New test.
8315
20f0d60d
TT
83162018-11-08 Tom Tromey <tom@tromey.com>
8317
8318 PR gdb/23555:
8319 PR gdb/23838:
8320 * gdb.base/warning.exp: New file.
8321
b5420128
JB
83222018-11-08 Jan Beulich <jbeulich@suse.com>
8323
8324 * testsuite/gdb.arch/i386-avx512.c,
8325 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8326
cd115d61
AB
83272018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8328
8329 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8330 point hardware.
8331
35ee2dc2
AB
83322018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8333
8334 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8335 * gdb.dwarf2/missing-type-name.exp: New file.
8336
31aceee8
TV
83372018-11-06 Tom de Vries <tdevries@suse.de>
8338
8339 * gdb.base/many-headers.c: New test.
8340 * gdb.base/many-headers.exp: New file.
8341
109be305
JW
83422018-11-06 Jim Wilson <jimw@sifive.com>
8343
8344 * gdb.base/code_elim.exp: For riscv, set additional_flags
8345 to include -msmall-data-limit=0.
8346
e2b7af72
JB
83472018-11-01 Joel Brobecker <brobecker@adacore.com>
8348
8349 * gdb.ada/watch_minus_l: New testcase.
8350
cdcda965
SM
83512018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8352
8353 * gdb.arch/aix-sighandle.c: New file.
8354 * gdb.arch/aix-sighandle.exp: New file.
8355
92dcebf3
AB
83562018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8357
8358 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8359 registers being unions.
8360
68b9ac18
TV
83612018-10-31 Tom de Vries <tdevries@suse.de>
8362
8363 * lib/valgrind.exp: New file.
8364 (vgdb_start, vgdb_stop): New procs, factored out of ...
8365 * gdb.base/valgrind-bt.exp: ... here, ...
8366 * gdb.base/valgrind-disp-step.exp: ... here and ...
8367 * gdb.base/valgrind-infcall.exp: ... here.
8368
1443936e
TV
83692018-10-31 Tom de Vries <tdevries@suse.de>
8370
8371 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8372
eb77c9df
AB
83732018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8374
8375 * gdb.dwarf2/void-type.c: New file.
8376 * gdb.dwarf2/void-type.exp: New file.
8377
82b5e646
PW
83782018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8379
8380 * gdb.base/info_qt.c: New file.
8381 * gdb.base/info_qt.exp: New file.
8382
8d619c01
EBM
83832018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8384
8385 * gdb.arch/powerpc-htm-regs.c: New file.
8386 * gdb.arch/powerpc-htm-regs.exp: New file.
8387
f2cf6173
EBM
83882018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8389
8390 * gdb.arch/powerpc-tar.c: New file.
8391 * gdb.arch/powerpc-tar.exp: New file.
8392
7ca18ed6
EBM
83932018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8394
8395 * gdb.arch/powerpc-ppr-dscr.c: New file.
8396 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8397
bfcc0eba
TV
83982018-10-25 Tom de Vries <tdevries@suse.de>
8399
8400 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8401
fe1a5cad
TV
84022018-10-24 Tom de Vries <tdevries@suse.de>
8403
8404 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8405 longer exists error.
8406
a76dc3b7
TV
84072018-10-24 Tom de Vries <tdevries@suse.de>
8408
8409 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8410
4df46df7
TV
84112018-10-24 Tom de Vries <tdevries@suse.de>
8412
8413 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8414 --db-attach in valgrind.
8415
0dbfcfff
AB
84162018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8417
8418 * gdb.arch/riscv-reg-aliases.c: New file.
8419 * gdb.arch/riscv-reg-aliases.exp: New file.
8420
b04480b1
AH
84212018-10-19 Alan Hayward <alan.hayward@arm.com>
8422
8423 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8424
2c6ac8d7
AH
84252018-10-19 Alan Hayward <alan.hayward@arm.com>
8426
8427 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8428
2bc69f25
AH
84292018-10-19 Alan Hayward <alan.hayward@arm.com>
8430
8431 * gdb.cp/ovldbreak.exp: Fix regexps.
8432
1f1ae3a3
AH
84332018-10-19 Alan Hayward <alan.hayward@arm.com>
8434
8435 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8436
94c18618
SDJ
84372018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8438
8439 PR cli/23785
8440 * gdb.base/restore.exp: New test to check if "restore" with an
8441 invalid file doesn't segfault.
8442
812cd6eb
TV
84432018-10-18 Tom de Vries <tdevries@suse.de>
8444
8445 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8446 * gdb.ada/excep_handle.exp: Same.
8447 * gdb.ada/mi_string_access.exp: Same.
8448 * gdb.ada/mi_var_union.exp: Same.
8449 * gdb.arch/arc-analyze-prologue.exp: Same.
8450 * gdb.arch/arc-decode-insn.exp: Same.
8451 * gdb.base/readnever.exp: Same.
8452 * gdb.fortran/printing-types.exp: Same.
8453 * gdb.guile/scm-lazy-string.exp: Same.
8454
c4b90788
TV
84552018-10-16 Tom de Vries <tdevries@suse.de>
8456
8457 PR gdb/23730
8458 * gdb.base/catch-follow-exec.c: Add copyright notice.
8459 * gdb.base/catch-follow-exec.exp: Rewrite to use
8460 gdb_spawn_with_cmdline_opts. Require gdb-native.
8461
8bca2978
SL
84622018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8463
8464 * gdb.trace/actions-changed.exp: Check for arch support.
8465 * gdb.trace/actions.exp: Likewise.
8466 * gdb.trace/ax.exp: Likewise.
8467 * gdb.trace/backtrace.exp: Likewise.
8468 * gdb.trace/change-loc.exp: Likewise.
8469 * gdb.trace/deltrace.exp: Likewise.
8470 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8471 * gdb.trace/ftrace.exp: Likewise.
8472 * gdb.trace/infotrace.exp: Check for arch support.
8473 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8474 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8475 * gdb.trace/mi-tsv-changed.exp: Likewise.
8476 * gdb.trace/packetlen.exp: Likewise.
8477 * gdb.trace/passc-dyn.exp: Likewise.
8478 * gdb.trace/passcount.exp: Likewise.
8479 * gdb.trace/pending.exp: Likewise.
8480 * gdb.trace/range-stepping.exp: Check for shlib support.
8481 * gdb.trace/report.exp: Check for arch support.
8482 * gdb.trace/save-trace.exp: Likewise.
8483 * gdb.trace/signal.exp: Check for signal support.
8484 * gdb.trace/tfind.exp: Check for arch support.
8485 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8486 * gdb.trace/trace-common.h: Add comment.
8487 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8488 * gdb.trace/trace-enable-disable.exp: Likewise.
8489 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8490 * gdb.trace/tracecmd.exp: Check for arch support.
8491 * gdb.trace/tspeed.exp: Check for shlib and target support.
8492 * gdb.trace/tstatus.exp: Check for arch support.
8493 * gdb.trace/tsv.exp: Likewise.
8494 * gdb.trace/while-dyn.exp: Likewise.
8495 * gdb.trace/while-stepping.exp: Likewise.
8496 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8497
f9c49bff
SM
84982018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8499
8500 * gdb.trace/tspeed.exp: Remove nowarnings.
8501 (prepare_for_trace_test): Declare "global ipalib".
8502 * gdb.trace/tspeed.c: Include unistd.h.
8503 (main): Remove superfluous printf argument.
8504
d4330bde
SL
85052018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8506
8507 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8508 directory prefix on the filename.
8509
8ecfd7bd
SDJ
85102018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8511
8512 * gdb.gdb/unittest.exp: Update expected message informing that
8513 selftests have been disabled.
8514 * gdb.server/unittest.exp: Likewise.
8515
58bbcd02
TV
85162018-10-09 Tom de Vries <tdevries@suse.de>
8517
8518 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8519 with runto_main.
8520
9f6b697b
WP
85212018-10-08 Weimin Pan <weimin.pan@oracle.com>
8522
8523 PR c++/16841
8524 * gdb.cp/virtbase2.cc: New file.
8525 * gdb.cp/virtbase2.exp: New file.
8526
add5ded5
TT
85272018-10-06 Tom Tromey <tom@tromey.com>
8528
8529 PR python/19399:
8530 * gdb.python/py-inferior.exp: Add architecture test.
8531
f9e48344
TT
85322018-10-06 Tom Tromey <tom@tromey.com>
8533
8534 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8535 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8536
2a8be203
TT
85372018-10-06 Tom Tromey <tom@tromey.com>
8538
8539 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8540 of a "throw" catchpoint.
8541
e04caa70
SDJ
85422018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8543
8544 * gdb.base/info-proc.exp: Update string expected from "help info
8545 proc".
8546
5ca8c39f
TT
85472018-10-04 Tom Tromey <tom@tromey.com>
8548
8549 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8550 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8551 (test_initial_complaints, test_empty_complaints): Update.
8552 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8553
3453e7e4
TT
85542018-10-04 Tom Tromey <tom@tromey.com>
8555
8556 PR cli/19551:
8557 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8558 * lib/gdb.exp (gdb_file_cmd): Update.
8559 * gdb.stabs/weird.exp (print_weird_var): Update.
8560 * gdb.server/solib-list.exp: Update.
8561 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8562 * gdb.mi/mi-cli.exp: Update.
8563 * gdb.linespec/linespec.exp: Update.
8564 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8565 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8566 * gdb.cp/cp-relocate.exp: Update.
8567 * gdb.base/sym-file.exp: Update.
8568 * gdb.base/relocate.exp: Update.
8569 * gdb.base/readnever.exp: Update.
8570 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8571 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8572 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8573 * gdb.base/code_elim.exp: Update.
8574 * gdb.base/break-unload-file.exp (test_break): Update.
8575 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8576 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8577 Update.
8578 * gdb.base/attach.exp (do_attach_tests): Update.
8579 * gdb.base/sepdebug.exp: Update.
8580 * gdb.python/py-section-script.exp: Update.
8581
6afcf761
TT
85822018-10-04 Tom Tromey <tom@tromey.com>
8583
8584 PR cli/22234:
8585 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8586 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8587 output.
8588
fef1b293
TT
85892018-10-04 Tom Tromey <tom@tromey.com>
8590
8591 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8592 set width and height to 0.
8593 (test_command_line_attach_run): Use -quiet.
8594
ca98345e
SL
85952018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8596
8597 * lib/gdb.exp (skip_ifunc_tests): New.
8598 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8599 other compile failures.
8600 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8601
ff34e6ae
SM
86022018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8605 is_amd64_regs_target.
8606
6bb8890e
AH
86072018-10-01 Alan Hayward <alan.hayward@arm.com>
8608
8609 * gdb.arch/aarch64-sighandler-regs.c: New test.
8610 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8611 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8612
224d30d3
MM
86132018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8614
8615 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8616 assembly.
8617
f67ffa6a
AB
86182018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8619
8620 * gdb.base/frame-selection.exp: New file.
8621 * gdb.base/frame-selection.c: New file.
8622
9fc3183f
AH
86232018-09-27 Alan Hayward <alan.hayward@arm.com>
8624
8625 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8626 pthread barrier.
8627 (main): Likewise.
8628
d354055e
AB
86292018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8630
8631 * gdb.base/large-frame-1.c: New file.
8632 * gdb.base/large-frame-2.c: New file.
8633 * gdb.base/large-frame.exp: New file.
8634 * gdb.base/large-frame.h: New file.
8635
db727370
JL
86362018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8637
8638 PR gdb/20948
8639 * gdb.base/write_mem.exp: New test.
8640 * gdb.base/write_mem.c: Likewise.
8641
ae778caf
TT
86422018-09-23 Tom Tromey <tom@tromey.com>
8643
8644 PR python/18852:
8645 * gdb.python/py-parameter.exp: Add test for parameter that throws
8646 on "set".
8647
fd3ba736
TT
86482018-09-23 Tom Tromey <tom@tromey.com>
8649
8650 PR python/17284:
8651 * gdb.python/py-template.exp (test_template_arg): Add test for
8652 negative template argument number.
8653
39a24317
TT
86542018-09-23 Tom Tromey <tom@tromey.com>
8655
8656 PR python/14062:
8657 * gdb.python/python.exp: Add test for post_event error.
8658
f5769a2c
TT
86592018-09-23 Tom Tromey <tom@tromey.com>
8660
8661 PR python/18170:
8662 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8663 convert pointers to int and long.
8664
1c1e54f6
TT
86652018-09-23 Tom Tromey <tom@tromey.com>
8666
8667 PR python/20126:
8668 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8669 signed-ness conversion tests.
8670
fb4fa946
TT
86712018-09-23 Tom Tromey <tom@tromey.com>
8672
8673 PR python/18352;
8674 * gdb.python/py-value.exp (test_float_conversion): New proc.
8675 Use it.
8676
a466edac
HAQ
86772018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8678
8679 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8680
4ee9b0c5
SL
86812018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8682
8683 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8684 no readline.
8685 * gdb.base/utf8-identifiers.exp: Likewise.
8686 * gdb.cp/cpcompletion.exp: Likewise.
8687 * gdb.linespec/cpcompletion.exp: Likewise.
8688 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8689 * gdb.linespec/cpls-ops.exp: Likewise.
8690
23be8da7
RB
86912018-09-19 Richard Bunt <richard.bunt@arm.com>
8692 Chris January <chris.january@arm.com>
8693
8694 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8695 * gdb.fortran/short-circuit-argument-list.exp: New file.
8696 * gdb.fortran/short-circuit-argument-list.f90: New test.
8697
5031d0ae
SDJ
86982018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8699
8700 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8701 "arch=" keyword when executing "-stack-list-frames".
8702
b4c0d1a4
SDJ
87032018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8704
8705 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8706 "arch=" keyword when executing "-stack-list-frames".
8707
7a6d2b45
SDJ
87082018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8709
8710 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8711 break ada".
8712
8588b356
SM
87132018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8714
8715 PR python/23669
8716 * gdb.python/python.exp: Test gdb.execute("show commands").
8717
65e65158
TT
87182018-09-16 Tom Tromey <tom@tromey.com>
8719
8720 * gdb.base/new-ui.exp (do_execution_tests): Update.
8721 * gdb.base/dbx.exp (test_breakpoints): Update.
8722
bf326452
AH
87232018-09-14 Alan Hayward <alan.hayward@arm.com>
8724
8725 * lib/gdb.exp (gdb_simple_compile): Add proc.
8726 (is_elf_target): Use gdb_simple_compile.
8727 (skip_altivec_tests): Likewise.
8728 (skip_vsx_tests): Likewise.
8729 (skip_tsx_tests): Likewise.
8730 (skip_btrace_tests): Likewise.
8731 (skip_btrace_pt_tests): Likewise.
8732 (gdb_can_simple_compile): Likewise.
8733 (gdb_has_argv0): Likewise.
8734 (gdb_target_symbol_prefix): Likewise.
8735 (target_supports_scheduler_locking): Likewise.
8736
2361b0fb
TT
87372018-09-13 Tom Tromey <tom@tromey.com>
8738
8739 * Makefile.in (TAGS): Recognize proc_with_prefix and
8740 gdb_caching_proc.
8741
0ae1a321
SM
87422018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8743
8744 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8745 method.
8746
a40bf0c2
SM
87472018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8748
8749 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8750 and a few other Inferior properties when the Inferior is no
8751 longer valid.
8752
4a3fe98f
TT
87532018-09-13 Tom Tromey <tom@tromey.com>
8754
8755 PR rust/23650:
8756 * gdb.rust/simple.exp: Add test for enum field access error.
8757
098b2108
TT
87582018-09-13 Tom Tromey <tom@tromey.com>
8759
8760 PR rust/23626:
8761 * gdb.rust/simple.rs (EmptyEnum): New type.
8762 (main): Use it.
8763 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8764
1256af7d
SM
87652018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8766
8767 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8768 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8769 * gdb.python/py-symtab.exp: Update test printing an objfile.
8770
4aa8e6c2
SM
87712018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8772
8773 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8774 object.
8775
c221b2f7
AH
87762018-09-12 Alan Hayward <alan.hayward@arm.com>
8777
8778 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8779 (support_complex_tests): Use gdb_can_simple_compile.
8780 (is_ilp32_target): Likewise.
8781 (is_lp64_target): Likewise.
8782 (is_64_target): Likewise.
8783 (is_amd64_regs_target): Likewise.
8784 (is_aarch32_target): Likewise.
8785 (gdb_int128_helper): Likewise.
8786
6f1107b5
JK
87872018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8788
8789 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8790
1f5d1570
JG
87912018-09-10 Jerome Guitton <guitton@adacore.com>
8792
8793 * gdb.ada/same_component_name: Add test for case of tagged record
8794 with variable-length fields.
8795
cc330e39
XR
87962018-09-10 Xavier Roirand <roirand@adacore.com>
8797
8798 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8799 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8800 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8801 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8802
b9c50e9a
XR
88032018-09-10 Xavier Roirand <roirand@adacore.com>
8804
8805 * gdb.ada/mi_string_access.exp: New testcase.
8806 * gdb.ada/mi_string_access/bar.adb: New file.
8807 * gdb.ada/mi_string_access/pck.adb: New file.
8808 * gdb.ada/mi_string_access/pck.asd: New file.
8809
2963898f
XR
88102018-09-10 Xavier Roirand <roirand@adacore.com>
8811
8812 * gdb.ada/mi_var_union.exp: New testcase.
8813 * gdb.ada/mi_var_union/bar.adb: New file.
8814 * gdb.ada/mi_var_union/pck.adb: New file.
8815 * gdb.ada/mi_var_union/pck.asd: New file.
8816
1aac008f
TT
88172018-09-08 Tom Tromey <tom@tromey.com>
8818
8819 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8820
332cf4c9
TT
88212018-09-08 Tom Tromey <tom@tromey.com>
8822
8823 PR python/16047:
8824 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8825 (register_pretty_printers): Register new printer.
8826 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8827 test.
8828 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8829 (an_int_type3): New global.
8830
424da6cf
JB
88312018-09-08 Joel Brobecker <brobecker@adacore.com>
8832
8833 * gdb.ada/expr_with_funcall: New testcase.
8834
2a62dfa9
JB
88352018-09-08 Joel Brobecker <brobecker@adacore.com>
8836
8837 * gdb.ada/packed_array_assign: New testcase.
8838
96b6697f
AB
88392018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8840
8841 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8842 names, and add test prefixes to make test names unique.
8843
e4a62c65
TV
88442018-09-05 Tom de Vries <tdevries@suse.de>
8845
8846 * gdb.dwarf2/varval.exp: Add test.
8847
dd083ee2
GB
88482018-09-04 Gary Benson <gbenson@redhat.com>
8849
8850 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8851 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8852
aef9346c
TT
88532018-08-31 Tom Tromey <tom@tromey.com>
8854
8855 * gdb.rust/simple.rs: Rename second variable "v".
8856
c67f2e15
AB
88572018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8858
8859 * gdb.base/funcargs.c (use_a): New function.
8860 (recurse): Call use_a.
8861
078a0207
KS
88622018-08-29 Keith Seitz <keiths@redhat.com>
8863
8864 * gdb.compile/compile-cplus-anonymous.cc: New file.
8865 * gdb.compile/compile-cplus-anonymous.exp: New file.
8866 * gdb.compile/compile-cplus-array-decay.cc: New file.
8867 * gdb.compile/compile-cplus-array-decay.exp: New file.
8868 * gdb.compile/compile-cplus-inherit.cc: New file.
8869 * gdb.compile/compile-cplus-inherit.exp: New file.
8870 * gdb.compile/compile-cplus-member.cc: New file.
8871 * gdb.compile/compile-cplus-member.exp: New file.
8872 * gdb.compile/compile-cplus-method.cc: New file.
8873 * gdb.compile/compile-cplus-method.exp: New file.
8874 * gdb.compile/compile-cplus-mod.c: "New" file.
8875 * gdb.compile/compile-cplus-namespace.cc: New file.
8876 * gdb.compile/compile-cplus-namespace.exp: New file.
8877 * gdb.compile/compile-cplus-nested.cc: New file.
8878 * gdb.compile/compile-cplus-nested.exp: New file.
8879 * gdb.compile/compile-cplus-print.c: "New" file.
8880 * gdb.compile/compile-cplus-print.exp: "New" file.
8881 * gdb.compile/compile-cplus-virtual.cc: New file.
8882 * gdb.compile/compile-cplus-virtual.exp: New file.
8883 * gdb.compile/compile-cplus.c: "New" file.
8884 * gdb.compile/compile-cplus.exp: "New" file.
8885 * lib/compile-support.exp: New file.
8886
b0f492b9
GB
88872018-08-16 Gary Benson <gbenson@redhat.com>
8888
8889 PR gdb/13000:
8890 * gdb.base/batch-exit-status.exp: New file.
8891 * gdb.base/batch-exit-status.good-commands: Likewise.
8892 * gdb.base/batch-exit-status.bad-commands: Likewise.
8893
36eb4c5f
AH
88942018-08-29 Alan Hayward <alan.hayward@arm.com>
8895
8896 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8897 (struct struct02): Likewise.
8898 (struct struct03): Likewise.
8899 (struct struct04): Likewise.
8900 (struct struct_01_01): New struct.
8901 (struct struct_01_02): Likewise.
8902 (struct struct_01_03): Likewise.
8903 (struct struct_01_04): Likewise.
8904 (struct struct_02_01): Likewise.
8905 (struct struct_02_02): Likewise.
8906 (struct struct_02_03): Likewise.
8907 (struct struct_02_04): Likewise.
8908 (struct struct_04_01): Likewise.
8909 (struct struct_04_02): Likewise.
8910 (struct struct_04_03): Likewise.
8911 (struct struct_04_04): Likewise.
8912 (struct struct_05_01): Likewise.
8913 (struct struct_05_02): Likewise.
8914 (struct struct_05_03): Likewise.
8915 (struct struct_05_04): Likewise.
8916 (cmp_struct01): Remove function.
8917 (cmp_struct02): Likewise.
8918 (cmp_struct03): Likewise.
8919 (cmp_struct04): Likewise.
8920 (cmp_struct_01_01): Add Function.
8921 (cmp_struct_01_02): Likewise.
8922 (cmp_struct_01_03): Likewise.
8923 (cmp_struct_01_04): Likewise.
8924 (cmp_struct_02_01): Likewise.
8925 (cmp_struct_02_02): Likewise.
8926 (cmp_struct_02_03): Likewise.
8927 (cmp_struct_02_04): Likewise.
8928 (cmp_struct_04_01): Likewise.
8929 (cmp_struct_04_02): Likewise.
8930 (cmp_struct_04_03): Likewise.
8931 (cmp_struct_04_04): Likewise.
8932 (cmp_struct_05_01): Likewise.
8933 (cmp_struct_05_02): Likewise.
8934 (cmp_struct_05_03): Likewise.
8935 (cmp_struct_05_04): Likewise.
8936 (call_all): Add new structs.
8937 * gdb.base/infcall-nested-structs.exp: Likewise.
8938
3bf9c013
JV
89392018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8940
8941 * gdb.python/py-framefilter-mi.exp: Update regexp to
8942 check for "arch" field in frame output.
8943
450d1e88
KB
89442018-08-23 Kevin Buettner <kevinb@redhat.com>
8945
8946 * gdb.dwarf2/dw2-ranges-func.c: New file.
8947 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8948
ae739fe7
SM
89492018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8950
8951 * gdb.base/term.exp: Compare terminal settings with values from
8952 the inferior.
8953 * gdb.base/term.c: Get and set terminal settings.
8954
6d52907e
JV
89552018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8956
8957 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8958 accommodate new "arch" field in frame output.
8959 * gdb.mi/mi-return.exp: Likewise.
8960 * gdb.mi/mi-stack.exp: Likewise.
8961 * gdb.mi/mi-syn-frame.exp: Likewise.
8962 * gdb.mi/user-selected-context-sync.exp: Likewise.
8963
be2d111a
MS
89642018-08-19 Michael Spang <spang@google.com>
8965
8966 PR gdb/11786
8967 * gdb.base/gcore-tls-pie.c: New file.
8968 * gdb.base/gcore-tls-pie.exp: New file.
8969
ae3a7c47
KB
89702018-08-18 Kevin Buettner <kevinb@redhat.com>
8971
8972 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
8973 * gdb.dwarf2/varval.c: New file.
8974 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 8975
2ecae92e
AH
89762018-08-17 Alan Hayward <alan.hayward@arm.com>
8977
8978 PR gdb/18931
8979 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8980
c1854f1d
KS
89812018-08-16 Keith Seitz <keiths@redhat.com>
8982
8983 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8984 tests expected to pass.
8985
26fb3983
JV
89862018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8987
8988 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8989 -data-disassemble -a.
8990 (test_disassembly_bogus_args): Likewise.
8991
67943c00
AB
89922018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
8993
8994 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
8995
5ff2bbae
AB
89962018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * gdb.base/vla-optimized-out.exp: Add new test.
8999
e5bbcd0f
AB
90002018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9001
9002 * gdb.base/vla-optimized-out-o3.exp: Delete.
9003 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9004 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9005 deleted tests.
9006
9d4a934c
AB
90072018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9008
9009 PR gdb/18050:
9010 * gdb.server/extended-remote-restart.c: New file.
9011 * gdb.server/extended-remote-restart.exp: New file.
9012
045cf012
SM
90132018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9014
9015 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9016 "set variable index = 42".
9017
87d6a7aa
SM
90182018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9019
9020 * boards/index-cache-gdb.exp: New file.
9021 * gdb.dwarf2/index-cache.exp: New file.
9022 * gdb.dwarf2/index-cache.c: New file.
9023 * gdb.base/maint.exp: Check if we are using the index cache.
9024
96d68bd4
RO
90252018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9026
9027 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9028 MAKEFLAGS.
9029
5a699617
RO
90302018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9031
9032 * dg-extract-results.sh: Move to toplevel contrib.
9033 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9034 * Makefile.in (check-parallel-racy): Likewise.
9035
5bd18990
AB
90362018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9037
9038 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9039 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9040 tests if the target supports scheduler locking.
9041
3fbbcf47
TV
90422018-08-04 Tom de Vries <tdevries@suse.de>
9043
9044 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9045
3e1d3d8c
TT
90462018-08-02 Tom Tromey <tom@tromey.com>
9047
9048 PR symtab/16842.
9049 * gdb.cp/temargs.exp: Test "info address" of a template
9050 parameter.
9051
5abe0f0c
JV
90522018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9053
9054 * gdb.python/py-mi-var-info-path-expression.c: New file.
9055 * gdb.python/py-mi-var-info-path-expression.py: New file.
9056 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9057
fb66cde8
SDJ
90582018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9059
9060 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9061 error after "cannot resolve name" string.
9062
c708f4d2
AB
90632018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9064
9065 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9066 started.
9067 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9068
37cc0cae
TV
90692018-07-28 Tom de Vries <tdevries@suse.de>
9070
9071 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9072
63b4ecf7
TV
90732018-07-26 Tom de Vries <tdevries@suse.de>
9074
9075 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9076
3c3bb058
AB
90772018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9078
9079 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9080 is visible.
9081
9e7f3bbb
TV
90822018-07-26 Tom de Vries <tdevries@suse.de>
9083
9084 PR breakpoints/23366
9085 * gdb.base/catch-follow-exec.c: New test.
9086 * gdb.base/catch-follow-exec.exp: New file.
9087
16f808ec
TV
90882018-07-25 Tom de Vries <tdevries@suse.de>
9089
9090 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9091 vla-optimized-out.c.
9092
d7154a8d
JV
90932018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9094
9095 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9096 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9097
232a0032
TV
90982018-07-20 Tom de Vries <tdevries@suse.de>
9099
9100 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9101 NOCLONE macro.
9102 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9103
fbb1d502
TV
91042018-07-19 Tom de Vries <tdevries@suse.de>
9105
9106 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9107 regular expression.
9108
42dc7699
TV
91092018-07-18 Tom de Vries <tdevries@suse.de>
9110
9111 * gdb.base/vla-optimized-out.c: New test.
9112 * gdb.base/vla-optimized-out.exp: New file.
9113
7f1f7e23
SDJ
91142018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9115
9116 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9117 message "No address associated with hostname" when gdbserver
9118 cannot resolve the hostname.
9119
5759ebb3
PW
91202018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9121
9122 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9123 Add some test prefixes to make tests unique.
9124
3606ccab
PW
91252018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9126
9127 * gdb.base/frameapply.c: New file.
9128 * gdb.base/frameapply.exp: New file.
9129
529c08b2
PW
91302018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9131
9132 * gdb.base/skip.exp: Update expected error message.
9133
c7ab0aef
SDJ
91342018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9135 Jan Kratochvil <jan.kratochvil@redhat.com>
9136 Paul Fertser <fercerpav@gmail.com>
9137 Tsutomu Seki <sekiriki@gmail.com>
9138
9139 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9140 parameter.
9141 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9142 by default.
9143 * boards/native-gdbserver.exp: Likewise.
9144 * gdb.server/run-without-local-binary.exp: Improve regexp used
9145 for detecting when a remote debugging connection succeeds.
9146 * gdb.server/server-connect.exp: New file.
9147 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9148 Do not prefix the port number with ":".
9149 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9150 support for detecting and using it. Add '$debughost_gdbserver'
9151 to the list of arguments used to start gdbserver. Handle case
9152 when gdbserver cannot resolve a network name.
9153
16ff70dd
SDJ
91542018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9155
9156 PR c++/23373
9157 * gdb.base/ptype-offsets.cc (struct static_member): New
9158 struct.
9159 (main) <stmember>: New variable.
9160 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9161 with a static member in it.
9162
3541979f
AB
91632018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9164
9165 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9166 watchpoints enabled and disabled.
9167
c8ad9b9a
AB
91682018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9169
9170 * gdb.base/examine-backward.exp: Still run tests around address
9171 0x0, even if address 0x0 is not readable. Update the pattern for
9172 matching address 0x0 in expected output.
9173
e0e5e971
AB
91742018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9175
9176 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9177 malloc/free.
9178
1ea5da02
TV
91792018-07-04 Tom de Vries <tdevries@suse.de>
9180
9181 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9182
471b9d15
MR
91832018-07-02 Maciej W. Rozycki <macro@mips.com>
9184
9185 PR tdep/8282
9186 * gdb.arch/mips-disassembler-options.exp: New test.
9187 * gdb.arch/mips-disassembler-options.s: New test source.
9188
75acb486
PA
91892018-06-29 Pedro Alves <palves@redhat.com>
9190
9191 * gdb.threads/names.exp: Adjust expected "info threads" output.
9192
cd2bb709
PA
91932018-06-29 Pedro Alves <palves@redhat.com>
9194
9195 * gdb.opt/inline-break.exp (line number, address): Add "info
9196 break" tests.
9197
991ff292
PA
91982018-06-29 Pedro Alves <palves@redhat.com>
9199
9200 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9201 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9202 number and address and running to them.
9203
356819b6 92042018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9205
9206 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9207
2512d7ef
JK
92082018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9209
9210 * lib/compiler.c: Remove executable permission flag.
9211
be1b6474
RB
92122018-06-28 Richard Bunt <richard.bunt@arm.com>
9213
9214 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9215 code.
9216 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9217
291f9a96
PT
92182018-06-28 Petr Tesarik <ptesarik@suse.cz>
9219
9220 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9221
ed6dfe51
PT
92222018-06-28 Petr Tesarik <ptesarik@suse.cz>
9223
9224 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9225 address argument is omitted.
9226
d4d429d5
PT
92272018-06-28 Petr Tesarik <ptesarik@suse.cz>
9228
9229 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9230
7ab6656f
OJ
92312018-06-27 Omair Javaid <omair.javaid@linaro.org>
9232
9233 PR gdb/21695
9234 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9235 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9236
a33ccfc7
TT
92372018-06-26 Tom Tromey <tom@tromey.com>
9238
9239 PR rust/22574:
9240 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9241 * gdb.rust/simple.rs (struct SimpleLayout): New.
9242
6d72d289
SM
92432018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9244
9245 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9246 "info registers" output.
9247
8363f9d5
RB
92482018-06-21 Richard Bunt <richard.bunt@arm.com>
9249
9250 * gdb.base/watchpoint-hw-attach.c: New test.
9251 * gdb.base/watchpoint-hw-attach.exp: New file.
9252
f00674fe
SM
92532018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9254
9255 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9256 through /bin/sh.
9257 * boards/dwarf4-gdb-index.exp: Likewise.
9258 * boards/fission-dwp.exp: Likewise.
9259
1d554008
UW
92602018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9261
9262 * gdb.base/float128.exp: Add comment and improved fail message
9263 to the failure case of "print large128" test.
9264
d0ac1c44
SM
92652018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9266
9267 * configure.ac: Remove AC_PREREQ.
9268 * configure: Re-generate.
9269
61b04dd0
PA
92702018-06-19 Pedro Alves <palves@redhat.com>
9271
9272 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9273 (func_extern_caller): New.
9274 (main): Call func_extern_caller.
9275 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9276 logic change.
9277
f63b508a
SM
92782018-06-18 Weimin Pan <weimin.pan@oracle.com>
9279
9280 PR gdb/16841
9281 * gdb.cp/typedef-base.cc: New file.
9282 * gdb.cp/typedef-base.exp: New file.
9283
0fe3a558
TV
92842018-06-18 Tom de Vries <tdevries@suse.de>
9285
9286 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9287
7010835a
AB
92882018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9289 Richard Bunt <Richard.Bunt@arm.com>
9290
9291 * gdb.threads/attach-slow-waitpid.c: New file.
9292 * gdb.threads/attach-slow-waitpid.exp: New file.
9293 * gdb.threads/slow-waitpid.c: New file.
9294
14897d65
PA
92952018-06-14 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.base/fork-running-state.c: Include <errno.h>.
9298 (exit_if_relative_exits): New.
9299 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9300 exits.
9301 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9302 child exits.
9303
5d9a0608
TV
93042018-06-14 Tom de Vries <tdevries@suse.de>
9305
9306 PR cli/22573
9307 * gdb.base/finish-pretty.c: New test.
9308 * gdb.base/finish-pretty.exp: New file.
9309
11ae5818
PA
93102018-06-14 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9313 gdb's expected startup output.
9314
1d39de44
PA
93152018-06-14 Pedro Alves <palves@redhat.com>
9316
9317 * lib/selftest-support.exp (selftest_setup): Remove inlined
9318 function handling.
9319
70ee0000
TV
93202018-06-14 Tom de Vries <tdevries@suse.de>
9321
9322 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9323 matching of breakpoint printing.
9324
11f4b608
TV
93252018-06-13 Tom de Vries <tdevries@suse.de>
9326
9327 PR testsuite/23269
9328 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9329 (fork_child): ... here, and ...
9330 (fork_parent): ... here.
9331
93322018-06-12 Tom de Vries <tdevries@suse.de>
9333
9334 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9335
9516f85a
AB
93362018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9337 Stephen Roberts <stephen.roberts@arm.com>
9338
9339 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9340 rewrite test to describe action performed, rather than possible
9341 failure.
9342
5045b3d7
GB
93432018-06-08 Gary Benson <gbenson@redhat.com>
9344
9345 * gdb.threads/check-libthread-db.exp: New file.
9346 * gdb.threads/check-libthread-db.c: Likewise.
9347
c61b06a1
TT
93482018-06-05 Tom Tromey <tom@tromey.com>
9349
9350 * gdb.base/default.exp: Update expected "show version" output.
9351
eb6af809
TT
93522018-06-05 Tom Tromey <tom@tromey.com>
9353
9354 PR cli/12326:
9355 * gdb.cp/static-print-quit.exp: Update.
9356 * lib/gdb.exp (pagination_prompt): Update.
9357 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9358 * gdb.python/python.exp: Update.
9359
178d6a63
JB
93602018-06-04 Joel Brobecker <brobecker@adacore.com>
9361
9362 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9363
8e817061
JB
93642018-06-01 Joel Brobecker <brobecker@adacore.com>
9365
9366 * gdb.ada/bp_fun_addr: New testcase.
9367
e86ca25f
TT
93682018-06-01 Tom Tromey <tom@tromey.com>
9369
9370 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9371 results.
9372 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9373 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9374 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9375 * gdb.base/maint.exp (maint_pass_if): Update.
9376
4b2dfa9d
MR
93772018-05-31 Maciej W. Rozycki <macro@mips.com>
9378
9379 * gdb.base/endian.exp: New test.
9380 * gdb.base/endian.c: New test source.
9381
45f25d6c
AB
93822018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9383
9384 PR gdb/23203
9385 * gdb.base/bt-selected-frame.c: New file.
9386 * gdb.base/bt-selected-frame.exp: New file.
9387 * lib/gdb.exp (get_current_frame_number): New function.
9388
d9f6d7f8
MR
93892018-05-24 Maciej W. Rozycki <macro@mips.com>
9390 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.threads/tls-core.c: Include <stdlib.h>
9393 (thread_proc): Call `abort'.
9394 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9395 (tls_core_test): New procedure, bits factored out from ...
9396 (top level): ... here. Test both native cores and gcore cores.
9397
ff1cf532
TT
93982018-05-23 Tom Tromey <tom@tromey.com>
9399
9400 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9401
b98664d3
TT
94022018-05-23 Tom Tromey <tom@tromey.com>
9403
9404 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9405 symfile_complaints.
9406 (test_short_complaints): Likewise.
9407 (test_empty_complaints): Likewise.
9408 (test_initial_complaints): Update.
9409
4e9668d0
TT
94102018-05-23 Tom Tromey <tom@tromey.com>
9411
9412 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9413
43ba33c7
TT
94142018-05-23 Tom Tromey <tom@tromey.com>
9415
9416 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9417 (test_short_complaints): Update.
9418
035522c0
PA
94192018-05-22 Pedro Alves <palves@redhat.com>
9420
9421 * gdb.base/remote.exp: Only gdb_start after compiling the
9422 testcase. Issue "disconnect" before testing "set remote" command
9423 defaults. Issue clean_restart before running to main.
9424
cc0be08f
PA
94252018-05-22 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/remote.exp: Adjust expected output of "show remote
9428 memory-write-packet-size". Add tests for "set remote
9429 memory-write-packet-size 0" and "set remote
9430 memory-write-packet-size fixed/limit".
9431
b1b60145
PA
94322018-05-22 Pedro Alves <palves@redhat.com>
9433
9434 PR gdb/22973
9435 * gdb.base/utf8-identifiers.c: New file.
9436 * gdb.base/utf8-identifiers.exp: New file.
9437
0ec848ad
PFC
94382018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9439
9440 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9441
2c3305f6
PFC
94422018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9443
9444 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9445
ce1e8424
TT
94462018-05-18 Tom Tromey <tom@tromey.com>
9447
9448 * gdb.base/ptype-offsets.exp: Update.
9449
ddfe970e
KS
94502018-05-17 Keith Seitz <keiths@redhat.com>
9451
9452 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9453 in expected breakpoint stop locations.
9454 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9455 move to proper scope to test variable values.
9456 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9457 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9458 New functions.
9459 (main): Call not_inline_func3.
9460 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9461 inline_func1, inline_func2, and inline_func3. Test that when each
9462 breakpoint is hit, GDB properly reports both the stop location
9463 and the backtrace. Repeat tests for temporary breakpoints.
9464
0726fcc6
MR
94652018-05-15 Maciej W. Rozycki <macro@mips.com>
9466
9467 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9468 rather then trying to access it in determining whether the PID
9469 of `gdbserver' could have been retrieved.
9470
8ee22052
AB
94712018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9472
9473 * gdb.arch/amd64-init-x87-values.S: New file.
9474 * gdb.arch/amd64-init-x87-values.exp: New file.
9475
7785df48
JK
94762018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9477
9478 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9479
56bcdbea
TT
94802018-05-04 Tom Tromey <tom@tromey.com>
9481
9482 PR python/22730:
9483 * gdb.python/python.exp: Test multi-line execute.
9484
a913fffb
TT
94852018-05-04 Tom Tromey <tom@tromey.com>
9486
9487 PR python/22731:
9488 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9489
7a2c85f2
TT
94902018-05-04 Tom Tromey <tom@tromey.com>
9491
9492 PR gdb/11750:
9493 * gdb.base/define.exp: Test defining a user command inside a user
9494 command.
9495 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9496
a3b60e45
JK
94972018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9498 Pedro Alves <palves@redhat.com>
9499
9500 PR breakpoints/19806 and support for PR external/20207.
9501 * gdb.base/watchpoint-unaligned.c: New file.
9502 * gdb.base/watchpoint-unaligned.exp: New file.
9503
45fe4a03
AB
95042018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9505
9506 * gdb.base/maint.exp: Make test names unique, use
9507 test_prefix_command_help to test 'help maint info', and remove
9508 repeated test of 'help maint'.
9509
9be2ae8f
TT
95102018-05-04 Tom Tromey <tom@tromey.com>
9511
9512 PR gdb/22619:
9513 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9514 behavior.
9515
11859c31
AB
95162018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9517
9518 * gdb.base/maint.exp: Process output from 'maint print registers'
9519 line at a time.
9520
089a9490
AB
95212018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9522
9523 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9524 timeout.
9525
9b0797e2
AB
95262018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9527
9528 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9529 filter pattern.
9530
f6ac5f3d
PA
95312018-05-02 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9534 to_log_command renames.
9535 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9536
77d3c63b
TT
95372018-05-02 Tom Tromey <tom@tromey.com>
9538
9539 * gdb.python/py-parameter.exp: Set test message.
9540
0489430a
TT
95412018-05-02 Tom Tromey <tom@tromey.com>
9542
9543 PR python/20084:
9544 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9545 PARAM_ZUINTEGER_UNLIMITED tests.
9546
1632f8ba
DR
95472018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9548
9549 PR rust/23124
9550 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9551 when casting.
9552
6d7bb824
TT
95532018-04-30 Tom Tromey <tom@tromey.com>
9554
9555 * gdb.python/py-type.exp: Check align attribute.
9556 * gdb.python/py-type.c: New "aligncheck" global.
9557
007e1530
TT
95582018-04-30 Tom Tromey <tom@tromey.com>
9559
9560 PR exp/17095:
9561 * gdb.dwarf2/dw2-align.exp: New file.
9562 * gdb.cp/align.exp: New file.
9563 * gdb.base/align.exp: New file.
9564 * lib/gdb.exp (gdb_int128_helper): New proc.
9565 (has_int128_c, has_int128_cxx): New caching procs.
9566
6873858b
TT
95672018-04-27 Tom Tromey <tom@tromey.com>
9568
9569 PR rust/22545:
9570 * gdb.rust/simple.exp: Add inclusive range tests.
9571
79188d8d
PA
95722018-04-26 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9575 ifunc breakpoint locations correctly of ifunc breakpoints set
9576 while the program resolves the ifunc.
9577
c7075ad5
PA
95782018-04-26 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/gnu-ifunc-final.c: New file.
9581 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9582 * gdb.base/gnu-ifunc.exp (executable): Delete.
9583 (staticexecutable): Adjust.
9584 (lib_opts, exec_opts): Delete.
9585 (make_binsuffix, build, set-break): New procedures.
9586 (misc_tests): New, with tests factored out from the top level.
9587 (top level): Test different combinations of ifunc resolver name,
9588 resolver with and with debug info, and ifunc target with and
9589 without debug info. Wrap static tests with with_target_prefix.
9590
8388016d
PA
95912018-04-26 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9594 return type" warnings.
9595
249b5733
PA
95962018-04-25 Pedro Alves <palves@redhat.com>
9597
9598 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9599 killed".
9600 * gdb.base/kill-after-signal.exp: Likewise.
9601 * gdb.threads/kill.exp: Likewise.
9602
f67c0c91
SDJ
96032018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9604 Sergio Durigan Junior <sergiodj@redhat.com>
9605 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9608 regexps to expect for '[Inferior ... detached]' as well.
9609 * gdb.base/attach.exp: Likewise.
9610 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9611 "gdb_continue_to_end".
9612 (test_catch_syscall_with_wrong_args): Likewise.
9613 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9614 ']'. Don't set 'verbose' on.
9615 * gdb.base/foll-vfork.exp: Likewise.
9616 * gdb.base/fork-print-inferior-events.c: New file.
9617 * gdb.base/fork-print-inferior-events.exp: New file.
9618 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9619 '[Inferior ... has been killed]' message.
9620 * gdb.base/kill-after-signal.exp: Likewise.
9621 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9622 detach message.
9623 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9624 message.
9625 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9626 regexps to expect for '[Inferior ... detached]' as well.
9627 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9628
0a8ddac4
SM
96292018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9630
9631 PR gdb/23104
9632 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9633
701adfb0
PA
96342018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9635
9636 PR gdb/23095
9637 * gdb.base/break-probes.exp: Pass shlib_load to
9638 prepare_for_testing. Set normal_bp to r_debug_state if target is
9639 bsd.
9640
d27d16bf
RB
96412018-04-19 Richard Bunt <richard.bunt@arm.com>
9642
9643 * gdb.threads/multiple-successive-infcall.c: New test.
9644 * gdb.threads/multiple-successive-infcall.exp: New file.
9645
a037790e
TT
96462018-04-17 Tom Tromey <tom@tromey.com>
9647
9648 * gdb.rust/simple.rs (Union): New type.
9649 (main): New local "u".
9650 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9651
e3a91079
AA
96522018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9653
9654 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9655 number information in output of "whereis" command.
9656 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9657
b744723f
AA
96582018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9659
9660 * gdb.ada/info_types.exp: Adjust expected output to the line
9661 numbers now printed by "info var/func/type".
9662 * gdb.base/completion.exp: Likewise.
9663 * gdb.base/included.exp: Likewise.
9664 * gdb.cp/cp-relocate.exp: Likewise.
9665 * gdb.cp/cplusfuncs.exp: Likewise.
9666 * gdb.cp/namespace.exp: Likewise.
9667 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9668
4a4495d6
MM
96692018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9670
9671 * gdb.btrace/cpu.exp: New.
9672
1d509aa6
MM
96732018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9674
9675 * gdb.base/step-indirect-call-thunk.exp: New.
9676 * gdb.base/step-indirect-call-thunk.c: New.
9677 * gdb.reverse/step-indirect-call-thunk.exp: New.
9678 * gdb.reverse/step-indirect-call-thunk.c: New.
9679
6295b6da
SM
96802018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9681
9682 * gdb.base/pie-fork.c: New file.
9683 * gdb.base/pie-fork.exp: New file.
9684
50146e70
TT
96852018-04-11 Tom Tromey <tom@tromey.com>
9686
9687 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9688
f50d8a2e
PA
96892018-04-10 Pedro Alves <palves@redhat.com>
9690
9691 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9692 exits. Instead loop running forever.
9693 (fork_parent): Run forever too.
9694
a0be7a36
SM
96952018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9696
9697 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9698 mi_continue_to_line.
9699 * gdb.mi/mi-stack.c (callee4): Add comment.
9700
9b73db36
SM
97012018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9702
9703 * gdb.mi/mi-stack.exp: Fix indentation.
9704
c912f608
SM
97052018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9706
9707 PR gdb/22979
9708 * gdb.arch/amd64-osabi.exp: New file.
9709
26540402
SM
97102018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 PR gdb/22980
9713 * gdb.base/osabi.exp: New file.
9714
121ad66c 97152018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9716
9717 * gdb.cp/static-typedef-print.exp: New file.
9718 * gdb.cp/static-typedef-print.cc: New file.
9719
3fcded8f
JB
97202018-03-27 Joel Brobecker <brobecker@adacore.com>
9721
9722 * gdb.ada/varsize_limit: New testcase.
9723
59cc4834
JB
97242018-03-27 Joel Brobecker <brobecker@adacore.com>
9725
9726 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9727
9728 * gdb.ada/notcplusplus: New testcase.
9729
9730 * gdb.base/c-linkage-name.c: New file.
9731 * gdb.base/c-linkage-name.exp: New testcase.
9732
4ca59a9f
TT
97332018-03-26 Tom Tromey <tom@tromey.com>
9734
9735 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9736 * gdb.python/py-framefilter.py (name_error): New global.
9737 (ErrorInName.function): Use name_error.
9738
978d6c75
TT
97392018-03-26 Tom Tromey <tom@tromey.com>
9740
9741 PR backtrace/15582:
9742 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9743
b7fee5a3
KS
97442018-03-23 Keith Seitz <keiths@redhat.com>
9745
9746 PR c++/22968
9747 * gdb.cp/subtypes.exp: New file.
9748 * gdb.cp/subtypes.h: New file.
9749 * gdb.cp/subtypes.cc: New file.
9750 * gdb.cp/subtypes-2.cc: New file.
9751
376be529
AB
97522018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9753
9754 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9755 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9756 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9757 -nostartfiles when compiling the test. Confirm that all registers
9758 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9759
066cfa98
AB
97602018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9761
9762 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9763 option, syntax was wrong anyway.
9764 * gdb.arch/arm-disp-step.exp: Likewise.
9765 * gdb.arch/sparc64-regs.exp: Likewise.
9766 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9767 option, syntax was wrong anyway, switch to use
9768 prepare_for_testing.
9769 * gdb.arch/i386-disp-step.exp: Likewise.
9770
079670b9
AA
97712018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9772
9773 * gdb.ada/exec_changed.exp: Replace "target_info exists
9774 use_gdb_stub" by "use_gdb_stub".
9775 * gdb.ada/start.exp: Likewise.
9776 * gdb.base/async-shell.exp: Likewise.
9777 * gdb.base/attach-pie-misread.exp: Likewise.
9778 * gdb.base/attach-wait-input.exp: Likewise.
9779 * gdb.base/break-entry.exp: Likewise.
9780 * gdb.base/break-interp.exp: Likewise.
9781 * gdb.base/dprintf-detach.exp: Likewise.
9782 * gdb.base/nostdlib.exp: Likewise.
9783 * gdb.base/solib-nodir.exp: Likewise.
9784 * gdb.base/statistics.exp: Likewise.
9785 * gdb.base/testenv.exp: Likewise.
9786 * gdb.mi/mi-exec-run.exp: Likewise.
9787 * gdb.mi/mi-start.exp: Likewise.
9788 * gdb.multi/dummy-frame-restore.exp: Likewise.
9789 * gdb.multi/multi-arch-exec.exp: Likewise.
9790 * gdb.multi/multi-arch.exp: Likewise.
9791 * gdb.multi/tids.exp: Likewise.
9792 * gdb.multi/watchpoint-multi.exp: Likewise.
9793 * gdb.python/py-events.exp: Likewise.
9794 * gdb.threads/attach-into-signal.exp: Likewise.
9795 * gdb.threads/attach-stopped.exp: Likewise.
9796 * gdb.threads/threadapply.exp: Likewise.
9797 * lib/selftest-support.exp: Likewise.
9798
26d6cec4
AA
97992018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9800
9801 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9802
4ee89e90
SR
98032018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9804
9805 * gdb.perf/template-breakpoints.cc: New file.
9806 * gdb.perf/template-breakpoints.exp: New file.
9807 * gdb.perf/template-breakpoints.py: New file.
9808
92630041
TT
98092018-03-19 Tom Tromey <tom@tromey.com>
9810
9811 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9812 y0.
9813 * gdb.rust/simple.exp: Test bare identifier form of struct
9814 initializer.
9815
76727919
TT
98162018-03-19 Tom Tromey <tom@tromey.com>
9817
9818 * gdb.gdb/observer.exp: Remove.
9819
194ed413
AA
98202018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9821
9822 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9823 "qualified" option when setting breakpoints.
9824 * gdb.trace/backtrace.exp: Likewise.
9825 * gdb.trace/circ.exp: Likewise.
9826 * gdb.trace/collection.exp: Likewise.
9827 * gdb.trace/disconnected-tracing.exp: Likewise.
9828 * gdb.trace/ftrace-lock.exp: Likewise.
9829 * gdb.trace/ftrace.exp: Likewise.
9830 * gdb.trace/infotrace.exp: Likewise.
9831 * gdb.trace/packetlen.exp: Likewise.
9832 * gdb.trace/passc-dyn.exp: Likewise.
9833 * gdb.trace/qtro.exp: Likewise.
9834 * gdb.trace/read-memory.exp: Likewise.
9835 * gdb.trace/report.exp: Likewise.
9836 * gdb.trace/signal.exp: Likewise.
9837 * gdb.trace/status-stop.exp: Likewise.
9838 * gdb.trace/strace.exp: Likewise.
9839 * gdb.trace/tfind.exp: Likewise.
9840 * gdb.trace/trace-break.exp: Likewise.
9841 * gdb.trace/trace-condition.exp: Likewise.
9842 * gdb.trace/trace-mt.exp: Likewise.
9843 * gdb.trace/tstatus.exp: Likewise.
9844 * gdb.trace/tsv.exp: Likewise.
9845 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9846 * gdb.trace/unavailable.exp: Likewise.
9847 * gdb.trace/while-dyn.exp: Likewise.
9848
8b067d2c
AA
98492018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9850
9851 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9852 that libinproctrace is copied to the target.
9853
3ae9ce5d
TT
98542018-03-14 Tom Tromey <tom@tromey.com>
9855
9856 PR cli/14977:
9857 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9858 a null pointer.
9859 * gdb.base/wchar.exp: Likewise.
9860
b8c2339b
TT
98612018-03-14 Tom Tromey <tom@tromey.com>
9862
9863 PR cli/19918:
9864 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9865 flag.
9866
4872dc46
SM
98672018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 PR gdb/22841
9870 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9871 "target" to remote_exec.
9872
e4fe3756
SM
98732018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9874
9875 PR gdb/22841
9876 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9877 ${board}_upload): Remove.
9878
e95a97d4
AA
98792018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9880
9881 * gdb.cp/watch-cp.cc: New test.
9882 * gdb.cp/watch-cp.exp: New file.
9883
dbbb1059
AB
98842018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9885
9886 * gdb.base/infcall-nested-structs.exp: New file.
9887 * gdb.base/infcall-nested-structs.c: New file.
9888 * gdb.base/float.exp: Add riscv support.
9889
ecc054c0
TP
98902018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9891
9892 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9893 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9894
25e3c82c
SDJ
98952018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9896
9897 * gdb.server/abspath.exp: New file.
9898 * lib/gdb.exp (with_cwd): New procedure.
9899
3083294d
SM
99002018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9903 use it.
9904 (gdb_is_target_remote_prompt): New proc.
9905 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9906 (gdb_is_target_native): Pass prompt parameter to
9907 gdb_is_target_1.
9908
3275ef47
SM
99092018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9910
9911 * gdb.base/load-command.c: New file.
9912 * gdb.base/load-command.exp: New file.
9913 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9914 (gdb_is_target_1): ...this, and generalize for other targets
9915 than just remote.
9916 (gdb_is_target_remote): Use gdb_is_target_1.
9917 (gdb_is_target_native): use gdb_is_target_1.
9918
6893c19a
TT
99192018-02-26 Tom Tromey <tom@tromey.com>
9920
9921 PR python/16497:
9922 * gdb.python/py-framefilter.exp: Update test.
9923
2ddeaf8a
TT
99242018-02-26 Tom Tromey <tom@tromey.com>
9925
9926 * gdb.dwarf2/variant.c: New file.
9927 * gdb.dwarf2/variant.exp: New file.
9928
c9317f21
TT
99292018-02-26 Tom Tromey <tom@tromey.com>
9930
9931 * gdb.rust/simple.exp: Accept more possible results in enum test.
9932
6f6d0c26
SM
99332018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9934
9935 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9936 parentheses.
9937
11b03145
MR
99382018-02-23 Maciej W. Rozycki <macro@mips.com>
9939
9940 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9941 name of a variable: $actual_linejj -> $actual_line.
9942
54a27fe5
JB
99432018-02-21 John Baldwin <jhb@FreeBSD.org>
9944
9945 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9946
de65820c
MM
99472018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9948
9949 * gdb.btrace/buffer-size.exp: Do not force BTS.
9950
980548fd
PA
99512018-02-14 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9954 getting a "Quit".
9955
c4e12631
MM
99562018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9957
9958 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9959 Fix test name.
9960
c2e0e465
SM
99612018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9962
9963 * gdb.cp/m-static.exp: Check type of optimized out static
9964 member.
9965
f7216783
AB
99662018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9967
9968 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9969 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9970
0625771b
LS
99712018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9972 Leszek Swirski <leszeks@google.com>
9973
9974 * gdb.python/py-prettyprint.c
9975 (struct to_string_returns_value_inner,
9976 struct to_string_returns_value_wrapper): New.
9977 (main): Add tsrvw variable.
9978 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9979 ToStringReturnsValueWrapper): New classes.
9980 (register_pretty_printers): Register new pretty-printers.
9981 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9982 recursive pretty printer.
9983 * gdb.python/py-mi.exp: Likewise.
9984
59498c30
LS
99852018-02-01 Leszek Swirski <leszeks@google.com>
9986
9987 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9988 functions with the same name as an include file are parsed
9989 correctly.
9990
d4d38844
YQ
99912018-02-01 Yao Qi <yao.qi@linaro.org>
9992
9993 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
9994 "\[^\r\n\]*".
9995
07e5f5cf
NP
99962018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
9997
9998 * gdb.arch/powerpc-prologue-frame.s: New file.
9999 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10000 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10001
929b5ad4
JB
100022018-01-31 Joel Brobecker <brobecker@adacore.com>
10003
10004 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10005
e671cd59
PA
100062018-01-30 Pedro Alves <palves@redhat.com>
10007
10008 PR gdb/13211
10009 * gdb.base/interrupt-daemon.c: New.
10010 * gdb.base/interrupt-daemon.exp: New.
10011 * gdb.multi/multi-term-settings.c: New.
10012 * gdb.multi/multi-term-settings.exp: New.
10013
fc413dc4
JB
100142018-01-30 Joel Brobecker <brobecker@adacore.com>
10015
10016 * gdb.base/break.exp: Save the location where the breakpoint
10017 on break.c:47 was actually inserted when debugging the version
10018 compiled at -O2 and use it in the expected output of the "info
10019 break" test performed soon after.
10020
5c319bb2
PA
100212018-01-22 Pedro Alves <palves@redhat.com>
10022 Sergio Durigan Junior <sergiodj@redhat.com>
10023
10024 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10025 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10026
a9e40818
JB
100272018-01-22 Joel Brobecker <brobecker@adacore.com>
10028
10029 * gdb.base/break-include.c, gdb.base/break-include.inc,
10030 gdb.base/break-include.exp: New files.
10031 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10032 line number now being the actual line number where the breakpoint
10033 was inserted.
10034 * gdb.mi/mi-break.exp: Likewise.
10035 * gdb.mi/mi-reverse.exp: Likewise.
10036 * gdb.mi/mi-simplerun.exp: Ditto.
10037
e707fc44
AB
100382018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10039
10040 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10041 varobj.
10042 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10043
ae451627
AB
100442018-01-21 Don Breazeal <donb@codesourcery.com>
10045 Andrew Burgess <andrew.burgess@embecosm.com>
10046
10047 * gdb.mi/basics.c: Add new global.
10048 * gdb.mi/mi-frame-regs.exp: New file.
10049 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10050 case.
10051
b1b189e0
AB
100522018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10053
10054 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10055 non-parameter, and on an unknown symbol.
10056
fcfcc376
TT
100572018-01-19 Tom Tromey <tom@tromey.com>
10058
10059 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10060 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10061
634c1c31
AA
100622018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10063
10064 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10065 setrlimit and chdir to int.
10066
d6ad07fd
AA
100672018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10068
10069 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10070 function.
10071 (my_tend): Likewise.
10072 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10073 rationale of avoiding FP- and vector instructions.
10074
adf8243b
RK
100752018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10076
10077 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10078 "info reg" with "\[ \t\]*".
10079 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10080 "\[ \t\]+".
10081 * gdb.arch/s390-multiarch.exp: Ditto.
10082 * gdb.base/pc-fp.exp: Ditto.
10083 * gdb.reverse/i386-precsave.exp: Ditto.
10084 * gdb.reverse/i386-reverse.exp: Ditto.
10085 * gdb.reverse/i387-env-reverse.exp: Ditto.
10086 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10087
dcc06925
AA
100882018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10089
10090 * lib/gdb.exp (gdb_compile): Re-enable use of
10091 universal_compile_options for languages other than Rust.
10092
25d4fd80
AA
100932018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10094
10095 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10096
ee7f689e 100972018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10098
10099 PR gdb/16577
10100 * gdb.base/solib-vanish.exp: New.
10101 * gdb.base/solib-vanish-main.c: New.
10102 * gdb.base/solib-vanish-lib1.c: New.
10103 * gdb.base/solib-vanish-lib2.c: New.
10104
d8447b6b
YQ
101052018-01-17 Yao Qi <yao.qi@linaro.org>
10106
10107 * gdb.compile/compile.exp: Match the address printed for
10108 frame in the output of command "bt".
10109
86d6a90c
TT
101102018-01-15 Tom Tromey <tom@tromey.com>
10111
10112 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10113 compute sp_reg.
10114
cbcdb1aa
AB
101152018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10116
10117 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10118 to prepare.
10119 (prepare): Return 0 on error, 1 on success.
10120
eea61984
PA
101212018-01-12 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/continue-after-aborted-step-over.c: New.
10124 * gdb.base/continue-after-aborted-step-over.exp: New.
10125
6181e9c2
SM
101262018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10127
10128 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10129 options when not creating an executable.
10130
3cada740
PA
101312018-01-11 Pedro Alves <palves@redhat.com>
10132
10133 PR remote/22597
10134 * gdb.server/stop-reply-no-thread.c: New file.
10135 * gdb.server/stop-reply-no-thread.exp: New file.
10136
c63d3e8d
PA
101372018-01-10 Pedro Alves <palves@redhat.com>
10138
10139 PR gdb/22670
10140 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10141 functions too. Test setting breakpoints and printing C functions
10142 with no debug info too.
10143 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10144
d4c2a405
PA
101452018-01-10 Pedro Alves <palves@redhat.com>
10146
10147 PR gdb/22670
10148 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10149 a fail.
10150
8825213e
PA
101512018-01-10 Pedro Alves <palves@redhat.com>
10152
10153 PR gdb/22670
10154 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10155
605fd3c6
YQ
101562018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10157
10158 * gdb.server/unittest.exp: Match the output in non-development
10159 mode.
10160
1e5ded6c
YQ
101612018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10162
10163 * gdb.gdb/unittest.exp: Match output in non-development mode.
10164
30066b0b
JB
101652018-01-08 Joel Brobecker <brobecker@adacore.com>
10166
10167 * gdb.ada/access_tagged_param.exp: Relax expected output
10168 for value of "ObjL" in "continue" to pck.inspect breakpoint
10169 test.
10170
04bafb1e
XR
101712018-01-08 Joel Brobecker <brobecker@adacore.com>
10172
9f86398b
JB
10173 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10174 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10175
e379cee6
PA
101762018-01-05 Pedro Alves <palves@redhat.com>
10177
10178 PR gdb/18653
10179 * gdb.base/libsegfault.exp: New.
10180
de63c46b
PA
101812018-01-05 Joel Brobecker <brobecker@adacore.com>
10182
10183 PR gdb/22670
10184 * gdb.ada/access_tagged_param.exp: New file.
10185 * gdb.ada/access_tagged_param/foo.adb: New file.
10186
f98fc17b
PA
101872018-01-05 Pedro Alves <palves@redhat.com>
10188
10189 PR gdb/22670
10190 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10191 exercise lower case too, and to exercise both full matching and
10192 wild matching.
10193
342f8240
JB
101942018-01-05 Joel Brobecker <brobecker@adacore.com>
10195
10196 * gdb.ada/rename_subscript_param: New testcase.
10197
7150d33c
JG
101982018-01-05 Jerome Guitton <guitton@adacore.com>
10199
10200 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10201
cc0e770c
JB
102022018-01-05 Joel Brobecker <brobecker@adacore.com>
10203
10204 * gdb.ada/convvar_comp: New testcase.
10205
672a41aa 102062018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10207
10208 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10209 (My_Table): New global variable.
10210 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10211
7365ec2f
JB
102122018-01-04 Joel Brobecker <brobecker@adacore.com>
10213
10214 PR gdb/22670
10215 * gdb.ada/maint_with_ada: New testcase.
10216
289483b6
JB
102172018-01-04 Joel Brobecker <brobecker@adacore.com>
10218
10219 PR gdb/22670
10220 * gdb.ada/bp_c_mixed_case: New testcase.
10221
344420da
JB
102222018-01-04 Joel Brobecker <brobecker@adacore.com>
10223
10224 PR gdb/22670
10225 * gdb.ada/complete.exp: Add "complete break ada" test.
10226
66fc87a0
JB
102272018-01-04 Joel Brobecker <brobecker@adacore.com>
10228
10229 PR gdb/22670
10230 * gdb.ada/info_addr_mixed_case: New testcase.
10231
9f757bf7
XR
102322018-01-03 Xavier Roirand <roirand@adacore.com>
10233
10234 * gdb.ada/excep_handle.exp: New testcase.
10235 * gdb.ada/excep_handle/foo.adb: New file.
10236 * gdb.ada/excep_handle/pck.ads: New file.
10237
bd570f80
JB
102382018-01-03 Joel Brobecker <brobecker@adacore.com>
10239
10240 * gdb.base/step-line.c: Add extra empty line in copyright header.
10241 * gdb.base/step-line.inp: Likewise.
10242
9fe561ab
JB
102432018-01-02 Joel Brobecker <brobecker@adacore.com>
10244
10245 * gdb.ada/dyn_stride.exp: Add slice test.
10246
a405673c
JB
102472018-01-02 Joel Brobecker <brobecker@adacore.com>
10248
10249 * gdb.ada/dyn_stride: New testcase.
10250
cef0f868
SH
102512017-12-27 Stafford Horne <shorne@gmail.com>
10252
10253 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10254 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10255
b67d92b0
SH
102562017-12-27 Stafford Horne <shorne@gmail.com>
10257
10258 * gdb.base/reggroups.c: New file.
10259 * gdb.base/reggroups.exp: New file.
10260
eccab96d
JB
102612017-12-18 Joel Brobecker <brobecker@adacore.com>
10262
10263 * gdb.dwarf2/ada-valprint-error.c: New file.
10264 * gdb.dwarf2/ada-valprint-error.exp: New file.
10265
0e2da9f0
JB
102662017-12-18 Joel Brobecker <brobecker@adacore.com>
10267
10268 * gdb.ada/assign_arr: New testcase.
10269
cb923fcc
XR
102702017-12-18 Xavier Roirand <roirand@adacore.com>
10271
10272 * gdb.ada/funcall_ptr: New testcase.
10273
7c161838
SDJ
102742017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10275
10276 PR cli/16224
10277 * gdb.base/ptype-offsets.cc: New file.
10278 * gdb.base/ptype-offsets.exp: New file.
10279
1af17fd9
YQ
102802017-12-15 Yao Qi <yao.qi@linaro.org>
10281
10282 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10283 if XML is disabled.
10284
828d5846
XR
102852017-12-15 Xavier Roirand <roirand@adacore.com>
10286
10287 * gdb.ada/same_component_name: New testcase.
10288
79e8fcaa
JB
102892017-12-14 Joel Brobecker <brobecker@adacore.com>
10290
10291 * gdb.ada/str_binop_equal: New testcase.
10292
e05fa6f9
JB
102932017-12-14 Joel Brobecker <brobecker@adacore.com>
10294
10295 * gdb.ada/task_switch_in_core: New testcase.
10296
b89641ba
SM
102972017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10298
10299 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10300 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10301 call test_bkpt_qualified.
10302 (test_bkpt_qualified): New proc.
10303
6892d2e4
PA
103042017-12-13 Pedro Alves <palves@redhat.com>
10305
10306 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10307 Tighten regexp by matching with an anchor.
10308
a22ecf70
PA
103092017-12-13 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10312 ("expression with namespace"): New set of tests.
10313 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10314 (Nested::Test_NS::qux): New.
10315 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10316 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10317
9937536c
JB
103182017-12-13 Joel Brobecker <brobecker@adacore.com>
10319
10320 * gdb.base/server-del-break.c: New file.
10321 * gdb.base/server-del-break.exp: New file.
10322
fe49c6f5
SH
103232017-12-12 Stafford Horne <shorne@gmail.com>
10324
10325 * gdb.xml/tdesc-regs.exp: Add or1k support.
10326
c3d18620
SH
103272017-12-12 Stafford Horne <shorne@gmail.com>
10328
10329 * gdb.base/bp-permanent.c: Define nop of or1k.
10330
c5f9cfc8
JB
103312017-12-11 Joel Brobecker <brobecker@adacore.com>
10332
10333 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10334 output with components being reordered.
10335
a9c135fc
JB
103362017-12-11 Joel Brobecker <brobecker@adacore.com>
10337
10338 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10339 output with components being reordered.
10340
927aa2e7
JK
103412017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10342 Pedro Alves <palves@redhat.com>
10343
10344 * gdb.base/maint.exp (check for .gdb_index): Check also for
10345 .debug_names.
10346 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10347 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10348 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10349 (.gdb_index used after symbol reloading): Support also .debug_names.
10350 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10351
f17d9474
YQ
103522017-12-08 Yao Qi <yao.qi@linaro.org>
10353
10354 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10355 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10356
a0de8c21
YQ
103572017-12-08 Yao Qi <yao.qi@linaro.org>
10358
10359 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10360 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10361
a738ea1d
YQ
103622017-12-08 Yao Qi <yao.qi@linaro.org>
10363
10364 * gdb.arch/aarch64-tagged-pointer.c: New file.
10365 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10366
1cd9a73b
SDJ
103672017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10368
10369 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10370 "int".
10371
fa6eb693
KS
103722017-12-07 Keith Seitz <keiths@redhat.com>
10373
10374 PR breakpoints/22569
10375 * gdb.linespec/ls-errs.exp: Change expected result of "break
10376 -source this file has spaces.c -line 3".
10377 Check that an explicit source file followed by whitespace is
10378 identified as an invalid explicit location.
10379
883fd55a
KS
103802017-12-07 Keith Seitz <keiths@redhat.com>
10381
10382 * gdb.cp/nested-types.cc: New file.
10383 * gdb.cp/nested-types.exp: New file.
10384 * lib/cp-support.exp: Load data-structures.exp library.
10385 (debug_cp_test_ptype_class): New global.
10386 (cp_ptype_class_verbose, next_line): New procedures.
10387 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10388 Add and document new return value.
10389 Switch the list of lines to a queue.
10390 Add support for new `type' key for nested type definitions.
10391 Add debugging/troubleshooting messages.
10392 * lib/data-structures.exp: New file.
10393
ec72db3e
SM
103942017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10395
10396 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10397 with proc_with_prefix, don't use with_test_prefix.
10398
99598d71
TT
103992017-12-07 Tom Tromey <tom@tromey.com>
10400
10401 * gdb.base/break.exp: Add test for empty "commands".
10402
a8806230
YQ
104032017-12-07 Yao Qi <yao.qi@linaro.org>
10404
10405 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10406 malloc and catch syscall.
10407
824cc835
PM
104082017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10409
e79be6e5 10410 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10411 tests for explicit locations.
10412
7cc244de
PA
104132017-12-06 Pedro Alves <palves@redhat.com>
10414
10415 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10416 force-disabling XML descriptions.
10417
50a1fdd5
PA
104182017-12-04 Pedro Alves <palves@redhat.com>
10419
10420 PR gdb/22499
10421 * gdb.arch/amd64-disp-step-avx.S: New file.
10422 * gdb.arch/amd64-disp-step-avx.exp: New file.
10423
f0fb2488
PA
104242017-12-03 Pedro Alves <palves@redhat.com>
10425
10426 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10427 and <string.h>.
10428 (parent_function): Print distinct messages when waitpid fails, or
10429 the child exits with a signal, or the child exits for an unhandled
10430 reason.
10431 * gdb.threads/process-dies-while-detaching.exp
10432 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10433 it. Wait for both inferior output and GDB's prompt. Use an
10434 indirect spawn id list.
10435 (do_detach): New parameter 'child_exit'. Use it to compute
10436 expected inferior output.
10437 (test_detach, test_detach_watch, test_detach_killed_outside):
10438 Adjust to pass down the expected child exit kind.
10439
97cbe998
SDJ
104402017-12-01 Joel Brobecker <brobecker@adacore.com>
10441 Sergio Durigan Junior <sergiodj@redhat.com>
10442 Pedro Alves <palves@redhat.com>
10443
10444 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10445
40fc416f
SDJ
104462017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10449 to 'symbol-file' and 'add-symbol-file' can be
10450 position-independent.
10451
1cc75e92
YQ
104522017-12-01 Yao Qi <yao.qi@linaro.org>
10453
10454 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10455 the URL in copyright header.
10456 * gdb.arch/aarch64-fp.exp: Likewise.
10457 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10458 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10459 * gdb.base/expand-psymtabs.exp: Likewise.
10460 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10461 * gdb.fortran/common-block.exp: Likewise.
10462 * gdb.fortran/common-block.f90: Likewise.
10463 * gdb.fortran/logical.exp: Likewise.
10464 * gdb.fortran/vla-datatypes.f90: Likewise.
10465 * gdb.fortran/vla-sub.f90: Likewise.
10466
875fb7a7
JB
104672017-11-30 Joel Brobecker <brobecker@adacore.com>
10468
10469 * gdb.ada/repeat_dyn: New testcase.
10470
6f14765f
UW
104712017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10472
10473 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10474 Update for changed thread numbering.
10475 * gdb.cell/bt.exp: Update for changed GDB output.
10476
f1af7b94
SM
104772017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10478
10479 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10480 setting isremote by hand.
10481 * boards/dwarf4-gdb-index.exp: Likewise.
10482 * boards/fission.exp: Likewise.
10483 * boards/stabs.exp: Likewise.
10484
e3919f3e
PA
104852017-11-30 Pedro Alves <palves@redhat.com>
10486
10487 * gdb.linespec/cpls-ops.exp
10488 (check_explicit_skips_function_argument): Extract the underlying
10489 type of size_t instead of hardcoding it.
10490
bd69330d
PA
104912017-11-29 Pedro Alves <palves@redhat.com>
10492
10493 PR c++/19436
10494 * gdb.linespec/cpls-abi-tag.cc: New file.
10495 * gdb.linespec/cpls-abi-tag.exp: New file.
10496
a20714ff
PA
104972017-11-29 Pedro Alves <palves@redhat.com>
10498
10499 * gdb.base/langs.exp: Use -qualified.
10500 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10501 it.
10502 * gdb.cp/namespace.exp: Use -qualified.
10503 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10504 (overload-3, template-overload, template-ret-type, const-overload)
10505 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10506 procedures.
10507 (test_driver): Call them.
10508 * gdb.cp/save-bp-qualified.cc: New.
10509 * gdb.cp/save-bp-qualified.exp: New.
10510 * gdb.linespec/explicit.exp: Test -qualified.
10511 * lib/completion-support.exp (completion::explicit_opts_list): Add
10512 "-qualified".
10513 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10514
f6f1d339
PM
105152017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10516
10517 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10518
02ca603a
TT
105192017-11-29 Tom Tromey <tom@tromey.com>
10520
10521 * gdb.base/relocate.exp: Update invalid argument test.
10522 Add new tests for invalid arguments.
10523
ed6c0bfb
TP
105242017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10525
10526 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10527 Return 0 as a long.
10528 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10529
f106e10e
TP
105302017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10531
10532 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10533 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10534 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10535 func ().
10536 * gdb.cp/shadow.cc (B.func): Return 0.
10537
10329bb2
JB
105382017-11-27 Joel Brobecker <brobecker@adacore.com>
10539
10540 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10541 expected output in gdb_expect call to allow the exception
10542 message to be present as well. Fix syntax confusion to avoid
10543 TCL thinking that exception_name is an array.
10544
617cd4bc
UW
105452017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10546
10547 * gdb.arch/spu-info.c: Include <unistd.h>.
10548 (do_signal_test): Fix broken calls to write.
10549 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10550 Fix checks for empty mailboxes. Update signal tests for corrected
10551 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10552 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10553 * gdb.cell/arch.exp: Use standard_output_file.
10554 * gdb.cell/break.exp: Likewise.
10555 * gdb.cell/bt.exp: Likewise.
10556 * gdb.cell/core.exp: Likewise.
10557 * gdb.cell/dwarfaddr.exp: Likewise.
10558 * gdb.cell/ea-cache.exp: Likewise.
10559 * gdb.cell/ea-standalone.exp: Likewise.
10560 * gdb.cell/f-regs.exp: Likewise.
10561 * gdb.cell/fork.exp: Likewise.
10562 * gdb.cell/gcore.exp: Likewise.
10563 * gdb.cell/mem-access.exp: Likewise.
10564 * gdb.cell/ptype.exp: Likewise.
10565 * gdb.cell/registers.exp: Likewise.
10566 * gdb.cell/sizeof.exp: Likewise.
10567 * gdb.cell/solib-symbol.exp: Likewise.
10568 * gdb.cell/solib.exp: Likewise.
617cd4bc 10569
a81aaca0
PA
105702017-11-25 Pedro Alves <palves@redhat.com>
10571
10572 * gdb.base/complete-empty.exp: New file.
10573 * gdb.base/completion.exp: Adjust.
10574
6a3c6ee4
PA
105752017-11-25 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.linespec/cpls-ops.cc: New file.
10578 * gdb.linespec/cpls-ops.exp: New file.
10579 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10580 factored out from ...
10581 (test_complete_prefix_range): ... this.
10582
8955eb2d
PA
105832017-11-24 Pedro Alves <palves@redhat.com>
10584
10585 * gdb.linespec/cpcompletion.exp: New file.
10586 * gdb.linespec/cpls-hyphen.cc: New file.
10587 * gdb.linespec/cpls.cc: New file.
10588 * gdb.linespec/cpls2.cc: New file.
10589 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10590 test to use test_gdb_complete_unique. Add label completion,
10591 keyword completion and explicit location completion tests.
10592 * lib/completion-support.exp: New file.
10593
e547c119
JB
105942017-11-24 Joel Brobecker <brobecker@adacore.com>
10595
10596 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10597 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10598 when hitting an exception catchpoint.
10599
7c3c1aa8
YQ
106002017-11-22 Yao Qi <yao.qi@linaro.org>
10601
10602 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10603
41bd68f5
SM
106042017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10605
10606 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10607 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10608 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10609
1daad298
YQ
106102017-11-22 Yao Qi <yao.qi@linaro.org>
10611
10612 * gdb.base/info-os.exp: Pass pthreads.
10613 * gdb.multi/multi-attach.exp: Likewise.
10614
88465e87
YQ
106152017-11-22 Yao Qi <yao.qi@linaro.org>
10616
10617 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10618 compiler.
10619
dc196b23
YQ
106202017-11-22 Yao Qi <yao.qi@linaro.org>
10621
10622 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10623 * gdb.base/break-interp.exp: Likewise.
10624 * gdb.base/jit-attach-pie.exp: Likewise.
10625
2400729e
UW
106262017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10627
10628 * gdb.base/float128.c (large128): New variable.
10629 * gdb.base/float128.exp: Add test to print largest __float128 value.
10630
7a26362d
UW
106312017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10632
10633 * gdb.arch/vsx-regs.exp: Update register content checks.
10634
ed0f4273
UW
106352017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10636
10637 * gdb.arch/ppc-longdouble.exp: New file.
10638 * gdb.arch/ppc-longdouble.c: Likewise.
10639
a25d69c6
PA
106402017-11-21 Pedro Alves <palves@redhat.com>
10641
10642 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10643
73fcf641
PA
106442017-11-20 Pedro Alves <palves@redhat.com>
10645
10646 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10647 (long_double_typedef): New typedefs.
10648 Use DEF on double and long double.
10649 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10650 cases.
10651 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10652 and 'long_double_ptr_same_size' locals. Use them to decide
10653 whether cast from array/function to float is valid/invalid.
10654
71a3c369
TT
106552017-11-17 Tom Tromey <tom@tromey.com>
10656
10657 * gdb.rust/traits.rs: New file.
10658 * gdb.rust/traits.exp: New file.
10659
ced9779b
JB
106602017-11-17 Joel Brobecker <brobecker@adacore.com>
10661
10662 * gdb.ada/minsyms: New testcase.
10663
a0922d80
PA
106642017-11-16 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10667 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10668
ea04e54c
PA
106692017-11-16 Pedro Alves <palves@redhat.com>
10670
10671 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10672 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10673
e849ea89
PA
106742017-11-16 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.server/reconnect-ctrl-c.c: New file.
10677 * gdb.server/reconnect-ctrl-c.exp: New file.
10678
d8ae99a7
PM
106792017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10680
10681 * gdb.python/py-rbreak.exp: New file.
10682 * gdb.python/py-rbreak.c: New file.
10683 * gdb.python/py-rbreak-func2.c: New file.
10684
968a13f8
PA
106852017-11-16 Pedro Alves <palves@redhat.com>
10686
10687 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10688 pattern.
10689 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10690 GDB.
10691
71774bc9
SM
106922017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10693
10694 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10695 regex.
10696
ddbb44cf
SM
106972017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10698
10699 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10700 test names.
10701
584a564f
PA
107022017-11-09 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10705 factored out from ...
10706 (top level): ... here, and adjusted to avoid expecting beyond the
10707 prompt in a single gdb_test_multiple.
10708
5ed7a928
PA
107092017-11-09 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10712 output.
10713 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10714 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10715 * gdb.server/ext-run.exp ("kill" test): Likewise.
10716 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10717
a60e0738
PA
107182017-11-09 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10721 match till end of line.
10722
2c88253f
PA
107232017-11-09 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10726
c7a38517
PA
107272017-11-09 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10730 New procedures, factored out from ...
10731 (top level): ... here, and adjusted to avoid expecting beyond the
10732 prompt in one go.
10733
f29f4b6b
PA
107342017-11-09 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10737 output. Fix '?' match.
10738
286acbb5
JB
107392017-11-08 Joel Brobecker <brobecker@adacore.com>
10740
10741 * gdb.ada/scoped_watch: New testcase.
10742 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10743 which is actually correct.
10744 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10745 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10746
62d7ae92
PA
107472017-11-08 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.gdb/complaints.exp (test_initial_complaints)
10750 (test_serial_complaints, test_short_complaints): Call
10751 complaint_internal instead of complaint.
10752
280ca31f
DT
107532017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10754
10755 * gdb.threads/tls-core.c: New file.
10756 * gdb.threads/tls-core.exp: Likewise.
10757
b5ec771e
PA
107582017-11-08 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10761 (p Exported_Capitalized): New test.
10762 (p exported_capitalized): New test.
10763
a02b41a7
PA
107642017-11-07 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10767
95e95a6d
PA
107682017-11-07 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10771 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10772 (disable_invalid, disable_inverted, disable_negative): New
10773 procedures.
10774 ("bad numbers"): New set of tests.
10775
cee62dbd
PA
107762017-11-07 Pedro Alves <palves@redhat.com>
10777
10778 * gdb.cp/ena-dis-br-range.exp: Add tests.
10779
cc638e86
PA
107802017-11-07 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10783
d0fe4701
XR
107842017-11-07 Xavier Roirand <roirand@adacore.com>
10785 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.base/ena-dis-br.exp: Add reference to
10788 gdb.cp/ena-dis-br-range.exp.
10789 * gdb.cp/ena-dis-br-range.exp: New file.
10790 * gdb.cp/ena-dis-br-range.cc: New file.
10791
46f67f80
PA
107922017-11-06 Pedro Alves <palves@redhat.com>
10793
10794 * gdb.base/attach-non-pgrp-leader.c: New.
10795 * gdb.base/attach-non-pgrp-leader.exp: New.
10796
726e1356
PA
107972017-11-06 Pedro Alves <palves@redhat.com>
10798
10799 * configure.ac: No longer check for termio.h and sgtty.h.
10800 * configure: Regenerate.
10801 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10802 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10803 Remove termio and sgtty code.
10804
50ab6ace
YQ
108052017-11-03 Yao Qi <yao.qi@linaro.org>
10806
10807 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10808 in GDB is disabled.
10809
8e68731c
YQ
108102017-11-03 Yao Qi <yao.qi@linaro.org>
10811
10812 * gdb.python/py-thrhandle.exp: Skip it if python is not
10813 enabled.
10814
3a87ae65
SM
108152017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10816
10817 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10818 as a breakpoint command.
10819
484d8d36
MD
108202017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10821
10822 PR python/21213
10823 * gdb.python/py-infthread.exp: Test calling
10824 InferiorThread.inferior () multiple times in a row.
10825
4a27f119
KS
108262017-10-27 Keith Seitz <keiths@redhat.com>
10827
10828 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10829 Test "info break" for every inlined function breakpoint.
10830
bb11dd58
YQ
108312017-10-27 Yao Qi <yao.qi@linaro.org>
10832
10833 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10834
a43f3893
PF
108352017-10-26 Patrick Frants <osscontribute@gmail.com>
10836
10837 * gdb.cp/classes.exp (test_static_members): Test printing
10838 Outer::instance.
10839 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10840 (Inner::instance, Outer::instance): New.
10841
792ccf00
PA
108422017-10-24 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10845 extra console" test in two stages.
10846
eb2bfbad
PA
108472017-10-24 Pedro Alves <palves@redhat.com>
10848
10849 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10850
1f75a651
PA
108512017-10-24 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10854 loop.
10855
779990d9
PA
108562017-10-24 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10859 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10860
ad9b8f5d
PA
108612017-10-24 Pedro Alves <palves@redhat.com>
10862
10863 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10864 parameter and handle it. Don't output read value in test name.
10865
fee6da6e
PA
108662017-10-24 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10869 custom test name.
10870
10389c2c
PA
108712017-10-24 Pedro Alves <palves@redhat.com>
10872
10873 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10874 include the unstable output directory name in the test's name.
10875 (initial_setup_simple) <'set args'>: Use custom test name.
10876
a80e65a9
PA
108772017-10-24 Pedro Alves <palves@redhat.com>
10878
10879 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10880 with explicit test name.
10881
15763a09
PA
108822017-10-20 Pedro Alves <palves@redhat.com>
10883
10884 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10885 'wait -i'. Use gdb_assert and remote_close.
10886
49a4ce2e
AB
108872017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10888
10889 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10890 number from variable rather than hard-coded.
10891
a75868f5
PA
108922017-10-19 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.base/long-inferior-output.c: New file.
10895 * gdb.base/long-inferior-output.exp: New file.
10896
c8ba13ad
KS
108972017-11-18 Keith Seitz <keiths@redhat.com>
10898
10899 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10900 method.
10901 (main): Call it.
10902 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10903 Add additional user-defined conversion operator tests.
10904
b27de576
PA
109052017-10-17 Pedro Alves <palves@redhat.com>
10906
10907 * boards/native-stdio-gdbserver.exp: Load "local-board".
10908
8484c955
PA
109092017-10-17 Pedro Alves <palves@redhat.com>
10910
10911 * gdb.base/quit-live.c: New file.
10912 * gdb.base/quit-live.exp: New file.
10913
83d5a34d
KS
109142017-10-16 Keith Seitz <keiths@redhat.com>
10915
10916 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10917 (class_with_protected_typedef, class_with_private_typedef)
10918 (struct_with_public_typedef, struct_with_protected_typedef)
10919 (struct_with_private_typedef): New classes/structs.
10920 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10921 typedefs and access specifiers.
10922
739b3f1d
PA
109232017-10-16 Pedro Alves <palves@redhat.com>
10924 Simon Marchi <simon.marchi@polymtl.ca>
10925
10926 * README (Local vs Remote vs Native): New section.
10927 * boards/local-board.exp: New file, with bits factored out from
10928 ...
10929 * boards/native-extended-gdbserver.exp: ... here. Load
10930 "local-board".
10931 * boards/native-gdbserver.exp: Load "local-board".
10932 (${board}_spawn, ${board}_exec): Delete.
10933 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10934 ...
10935 * boards/stdio-gdbserver-base.exp: ... this new file.
10936 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10937 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10938 procedure.
10939 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10940 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10941 stdio_gdbserver_command.
10942 (${board}_get_remote_address, ${board}_get_comm_port)
10943 (${board}_download, ${board}_upload): Delete.
10944 (get_target_remote_pipe_cmd): New.
10945
fe68b953
SM
109462017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10947
10948 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10949 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10950 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10951 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10952 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10953 remove with_test_prefix.
10954
300b6685
PA
109552017-10-13 Pedro Alves <palves@redhat.com>
10956
10957 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10958 * gdb.base/annota1.exp: Use it instead of is_remote.
10959 * gdb.base/annota3.exp: Use it instead of is_remote.
10960 * gdb.cp/annota2.exp: Use it instead of is_remote.
10961 * gdb.cp/annota3.exp: Use it instead of is_remote.
10962 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10963
50500caf
PA
109642017-10-13 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10967 (test_num_test_vars, run_and_count_vars, find_env)
10968 (test_set_unset_env, test_inherit_env_var): New procedures.
10969 (top level): Use them.
10970
dad0c6d2
PA
109712017-10-13 Pedro Alves <palves@redhat.com>
10972
10973 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10974 also skip on stub-like targets.
10975
8b0553c1
PA
109762017-10-13 Pedro Alves <palves@redhat.com>
10977
10978 PR gdb/22293
10979 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10980 (top level): Move some tests to ...
10981 (test_not_found): ... this new procedure.
10982 (top level): Call it.
10983
7594f623
PA
109842017-10-13 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10987 expect different "info terminal" output if testing with a
10988 non-native target.
10989
ebe3b402
PA
109902017-10-13 Pedro Alves <palves@redhat.com>
10991 Simon Marchi <simon.marchi@polymtl.ca>
10992
10993 PR python/12966
10994 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
10995
42f1b161
PA
109962017-10-13 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
10999 already.
11000
8d6ef72b
PA
110012017-10-13 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11004 is_remote.
11005
d7bcd5b8
PA
110062017-10-13 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11009 is_remote.
11010
df479dc6
PA
110112017-10-13 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11014 is set.
11015 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11016 instead of is_remote.
11017
23fb630a
PA
110182017-10-13 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11021 (top level): Add comment.
11022
cc77b1dc
PA
110232017-10-13 Pedro Alves <palves@redhat.com>
11024
11025 * gdb.base/remote.exp (top level): Fix comment typo and add
11026 missing return.
11027
27c9e813
PA
110282017-10-13 Pedro Alves <palves@redhat.com>
11029 Simon Marchi <simon.marchi@polymtl.ca>
11030
11031 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11032 calls and add comments. Skip test if use_gdb_stub is set.
11033 (top level): Use "set cwd" command instead of "cd" command.
11034
5e830d98
PA
110352017-10-13 Pedro Alves <palves@redhat.com>
11036
11037 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11038 is_remote target check.
11039
f5ca0032
PA
110402017-10-13 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.base/scope.exp: Use build_executable + clean_restart +
11043 gdb_file_cmd instead of prepare_for_testing and no longer skip
11044 "before run" tests on is_remote target boards. Update comments.
11045 * boards/native-extended-gdbserver.exp
11046 (extended_gdbserver_load_last_file): New, factored out from ...
11047 (gdb_load): ... this. Move further below and add comment.
11048 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11049
8aed1c0d
PA
110502017-10-12 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.base/attach.exp: Remove references to gdb64.
11053 * gdb.base/dbx.exp: Remove references to gdb64.
11054
cfa34c87
SM
110552017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11056 Pedro Alves <palves@redhat.com>
11057
11058 * gdb.base/label.exp: Remove is_remote target check.
11059
9192b7de
PA
110602017-10-12 Pedro Alves <palves@redhat.com>
11061
11062 * gdb.base/auvx.exp (coredir): Update comment.
11063 (top level) <core_works>: Use "set cwd" command instead of "cd"
11064 command.
11065
6bf0052d
PA
110662017-10-12 Pedro Alves <palves@redhat.com>
11067 Simon Marchi <simon.marchi@polymtl.ca>
11068
11069 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11070 target boards.
11071
e48ef82d
PA
110722017-10-12 Pedro Alves <palves@redhat.com>
11073 Simon Marchi <simon.marchi@polymtl.ca>
11074
11075 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11076 Instead skip if there's any gdb_protocol set.
11077
8d7aea57
SM
110782017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11079 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11082
30440677
PA
110832017-10-12 Pedro Alves <palves@redhat.com>
11084 Simon Marchi <simon.marchi@polymtl.ca>
11085
11086 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11087 instead of on dejagnu remote boards.
11088
4e04f045 110892017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11090 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11091
11092 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11093 checks. Use build_executable + clean_restart instead of
11094 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11095 of enabling non-stop after starting gdb.
11096
871a186e
PA
110972017-10-12 Pedro Alves <palves@redhat.com>
11098
11099 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11100 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11101 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11102 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11103
56d704da
AK
111042017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11105
11106 * gdb.arch/arc-tdesc-cpu.exp: New file.
11107 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11108
2f20e312
SM
111092017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11110
11111 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11112
65630365
PA
111132017-10-10 Pedro Alves <palves@redhat.com>
11114
11115 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11116 expect CLI output.
11117
bf469271
PA
111182017-10-10 Pedro Alves <palves@redhat.com>
11119
11120 * lib/selftest-support.exp (selftest_setup): Update for
11121 captured_command_loop's prototype change.
11122
777a42f1
PA
111232017-10-09 Pedro Alves <palves@redhat.com>
11124
11125 Test both arch1=>arch2 and arch2=>arch1.
11126
11127 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11128 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11129 factored out to...
11130 (append_arch1_options, append_arch2_options, append_arch_options)
11131 (build_executables): New procedures.
11132 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11133 local.
11134 (top level): Add new 'first_arch' testing axis.
11135
cbd2b4e3
PA
111362017-10-09 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11139 (barrier): New.
11140 (thread_start, all_started): New functions.
11141 (main): Spawn new thread and wait until it is scheduled.
11142 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11143 option.
11144 (do_test): Add 'selected_thread' parameter. Run to all_started
11145 instead of main. Explicitly set the breakpoint at main. Switch
11146 to the SELECTED_THREAD thread.
11147 (top level): Test handling the exec event with either the main
11148 thread or the second thread selected.
11149
5c9e4427
PA
111502017-10-09 Pedro Alves <palves@redhat.com>
11151
11152 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11153 logic. Move STOP marker after the value checks.
11154 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11155 regexp.
11156
b3b7c423
SL
111572017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11158
11159 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11160
3b4b2f16
UW
111612017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11162
11163 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11164 integer-to-dfp conversion.
11165 * gdb.base/dfp-test.exp: Likewise.
11166
5cd63fda
PA
111672017-10-04 Pedro Alves <palves@redhat.com>
11168
11169 * gdb.multi/hangout.c: Include <unistd.h>.
11170 (hangout_loop): New function.
11171 (main): Call alarm. Call hangout_loop in a loop.
11172 * gdb.multi/hello.c: Include <unistd.h>.
11173 (hello_loop): New function.
11174 (main): Call alarm. Call hangout_loop in a loop.
11175 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11176 inferior with the other selected.
11177
4c71c105
SM
111782017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11179
11180 * gdb.mi/list-thread-groups-available.exp: New file.
11181 * gdb.mi/list-thread-groups-available.c: New file.
11182
bc3b087d
SDJ
111832017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11184
11185 * gdb.base/set-cwd.exp: Make it available on
11186 native-extended-gdbserver.
11187
d092c5a2
SDJ
111882017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11189
11190 * gdb.base/set-cwd.c: New file.
11191 * gdb.base/set-cwd.exp: Likewise.
11192
45320ffa
TT
111932017-10-02 Tom Tromey <tom@tromey.com>
11194
11195 PR rust/22236:
11196 * gdb.rust/simple.rs (main): New variable "fslice".
11197 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11198
b3e3859b
TT
111992017-10-02 Tom Tromey <tom@tromey.com>
11200
11201 * gdb.rust/simple.exp: Test ptype of a slice.
11202
01af5e0d
TT
112032017-10-02 Tom Tromey <tom@tromey.com>
11204
11205 * gdb.rust/simple.exp: Test index of slice.
11206
a9bbfbd8
TT
112072017-09-27 Tom Tromey <tom@tromey.com>
11208
11209 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11210
df8899e5
TP
112112017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11212 Pedro Alves <palves@redhat.com>
11213
11214 * gdb.base/compare-sections.exp (get value of read-only section): Read
11215 as unsigned value.
11216 (corrupt read-only section): Likewise and don't set written if patching
11217 failed.
11218
757bf54b
KB
112192017-09-21 Kevin Buettner <kevinb@redhat.com>
11220
11221 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11222 files.
11223
06871ae8
PA
112242017-09-20 Pedro Alves <palves@redhat.com>
11225
11226 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11227 symbol names in gdb's output.
11228 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11229
e5f25bc5
PA
112302017-09-20 Pedro Alves <palves@redhat.com>
11231
11232 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11233 Rename to ...
11234 (test_list_ambiguous_symbol): ... this and add a symbol name
11235 parameter. Adjust.
11236 (test_list_ambiguous_function): Reimplement on top of
11237 test_list_ambiguous_symbol and also test listing ambiguous
11238 variables.
11239 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11240 (ambiguous_fun): ... this.
11241 (ambiguous_var): New.
11242 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11243 (ambiguous_fun): ... this.
11244 (ambiguous_var): New.
11245
4e5a4f58
JB
112462017-09-19 John Baldwin <jhb@FreeBSD.org>
11247
11248 * gdb.base/starti.c: New file.
11249 * gdb.base/starti.exp: New file.
11250 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11251
26e53f3e
PA
112522017-09-14 Pedro Alves <palves@redhat.com>
11253
11254 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11255 (top level): Use it instead of runto.
11256
cb791d59
TT
112572017-09-11 Tom Tromey <tom@tromey.com>
11258
11259 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11260
7c96f8c1
TT
112612017-09-11 Tom Tromey <tom@tromey.com>
11262
11263 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11264 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11265
469412dd
CW
112662017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11267
11268 * gdb.fortran/printing-types.exp: New file.
11269 * gdb.fortran/printing-types.exp: New file.
11270
e0f86435
BH
112712017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11272
11273 * gdb.fortran/vla-ptype.exp: Fix typos.
11274 * gdb.fortran/vla-value.exp: Same.
11275
9e9af4be
BH
112762017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11277
11278 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11279 * gdb.mi/mi-var-child-f.exp: Likewise.
11280 * gdb.mi/mi-vla-fortran.exp: Likewise.
11281
a5ad232b 112822017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11283 Christoph Weinmann <christoph.t.weinmann@intel.com>
11284 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11285
11286 * gdb.fortran/ptr-indentation.f90: New file.
11287 * gdb.fortran/ptr-indentation.exp: New file.
11288
5aec60eb
TT
112892017-09-05 Tom Tromey <tom@tromey.com>
11290
11291 PR gdb/22010:
11292 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11293
8f8f8152
TP
112942017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11295
11296 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11297
fbd1b771
JK
112982017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11299
11300 * gdb.threads/tls-nodebug-pie.c: New file.
11301 * gdb.threads/tls-nodebug-pie.exp: New file.
11302
5eb5f850
TT
113032017-09-05 Tom Tromey <tom@tromey.com>
11304
11305 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11306 for rust.
11307
ae780a21
SM
113082017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11309
11310 * gdb.multi/multi-arch-exec.exp: Test with different
11311 "follow-exec-mode" settings.
11312 (do_test): New procedure.
11313
3693fdb3
PA
113142017-09-04 Pedro Alves <palves@redhat.com>
11315
11316 * gdb.base/func-static.c (S::method const, S::method volatile)
11317 (S::method volatile const): New methods.
11318 (c_s, v_s, cv_s): New instances.
11319 (main): Call method() on them.
11320 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11321 (cannot_resolve): New procedure.
11322 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11323 print-quote-unquoted columns.
11324 (do_test): Test printing each scope too.
11325
e68cb8e0
PA
113262017-09-04 Pedro Alves <palves@redhat.com>
11327
11328 * gdb.base/local-static.exp: Also test with
11329 class::method::variable wholly quoted.
11330 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11331
858be34c
PA
113322017-09-04 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.base/local-static.c: New.
11335 * gdb.base/local-static.cc: New.
11336 * gdb.base/local-static.exp: New.
11337
46a4882b
PA
113382017-09-04 Pedro Alves <palves@redhat.com>
11339
11340 * gdb.asm/asm-source.exp: Add casts to int.
11341 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11342 (dataglobal64_1, dataglobal64_2): New globals.
11343 * gdb.base/nodebug.exp: Test different expressions involving the
11344 new globals, with print, whatis and ptype. Add casts to int.
11345 * gdb.base/solib-display.exp: Add casts to int.
11346 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11347 * gdb.cp/m-static.exp: Add cast to int.
11348 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11349 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11350 tls variable with no debug info without a cast. Test with a cast
11351 to int too.
11352 * gdb.trace/entry-values.exp: Add casts.
11353
2c5a2be1
PA
113542017-09-04 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.base/nodebug.exp: Test that ptype's error about functions
11357 with unknown return type includes the function name too.
11358
7022349d
PA
113592017-09-04 Pedro Alves <palves@redhat.com>
11360
11361 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11362 return type of munmap in infcall.
11363 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11364 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11365 type of ftell in infcall.
11366 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11367 type of getpid in infcall.
11368 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11369 infcall.
11370 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11371 Bail on failure to extract the pid.
11372 * gdb.base/nodebug.c: #include <stdint.h>.
11373 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11374 New functions.
11375 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11376 Change expected output of print/whatis/ptype with functions with
11377 no debug info. Test all supported languages. Call
11378 test_call_promotion.
11379 * gdb.compile/compile.exp: Adjust expected output to expect
11380 warning.
11381 * gdb.threads/siginfo-threads.exp: Likewise.
11382
54990598
PA
113832017-09-04 Pedro Alves <palves@redhat.com>
11384
11385 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11386 "prototypes". Test calling float functions via prototyped and
11387 unprototyped function pointers.
11388 (perform_all_tests): New parameter "prototypes". Pass it down.
11389 (top level): Pass down "prototypes" parameter to
11390 perform_all_tests.
11391
34d16ea2
SM
113922017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11393
11394 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11395 Test with nested loops.
11396
9521ecda
SM
113972017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11398
11399 * gdb.base/commands.exp: Call the new procedures.
11400 (loop_break_test, loop_continue_test): New procedures.
11401
80a65e9b
SM
114022017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11403
11404 * gdb.base/commands.exp: Call new procedure.
11405 (define_if_without_arg_test): New procedure.
11406
e439fa14
PA
114072017-09-04 Pedro Alves <palves@redhat.com>
11408
11409 * gdb.base/list-ambiguous.exp: New file.
11410 * gdb.base/list-ambiguous0.c: New file.
11411 * gdb.base/list-ambiguous1.c: New file.
11412 * gdb.base/list.exp (test_list_range): Adjust expected output.
11413
0a2dde4a
SDJ
114142017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11415
11416 * gdb.base/share-env-with-gdbserver.c: New file.
11417 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11418
5e89eb3a
SM
114192017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 * gdb.base/commands.exp (gdbvar_simple_if_test,
11422 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11423 progvar_simple_if_test, progvar_simple_while_test,
11424 progvar_complex_if_while_test, user_defined_command_test,
11425 user_defined_command_args_eval,
11426 user_defined_command_args_stack_test,
11427 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11428 temporary_breakpoint_commands,
11429 gdb_test_no_prompt, redefine_hook_test,
11430 redefine_backtrace_test): Remove "global gdb_prompt".
11431
fd437cbc
SM
114322017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11433
11434 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11435 New proc, call it from toplevel.
11436
87215ad1
SDJ
114372017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11438
11439 PR remote/21852
11440 * gdb.server/normal.c: New file, copied from gdb.base.
11441 * gdb.server/run-without-local-binary.exp: New file.
11442
58afddc6
WP
114432017-08-07 Weimin Pan <weimin.pan@oracle.com>
11444
11445 * gdb.arch/sparc64-adi.exp: New file.
11446 * gdb.arch/sparc64-adi.c: New file.
11447
5277199a
PA
114482017-08-22 Pedro Alves <palves@redhat.com>
11449
11450 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11451 (top level): Add "list all overloads" tests.
11452
14278e1f
TT
114532017-08-22 Tom Tromey <tom@tromey.com>
11454
11455 * gdb.gdb/xfullpath.exp: Remove.
11456
bf223d3e
PA
114572017-08-21 Pedro Alves <palves@redhat.com>
11458
11459 PR gdb/19487
11460 * gdb.base/symbol-alias.c: New.
11461 * gdb.base/symbol-alias2.c: New.
11462 * gdb.base/symbol-alias.exp: New.
11463
c973d0aa
PA
114642017-08-21 Pedro Alves <palves@redhat.com>
11465
11466 * gdb.base/dfp-test.c
11467 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11468 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11469 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11470 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11471 * gdb.base/whatis-ptype-typedefs.c: New.
11472 * gdb.base/whatis-ptype-typedefs.exp: New.
11473 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11474 (an_int, an_int_type, an_int_type2): New globals.
11475 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11476 involving typedefs and cast expressions.
11477 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11478 (lookup_typedefs_function): New.
11479 (typedefs_pretty_printers_dict): New.
11480 (top level): Register lookup_typedefs_function in
11481 gdb.pretty_printers.
11482
6d580b63
YQ
114832017-08-18 Yao Qi <yao.qi@linaro.org>
11484
11485 * gdb.server/unittest.exp: New.
11486
206726fb
SDJ
114872017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11488
11489 PR gdb/21954
11490 * gdb.base/environ.exp: Add test to check if 'unset environment'
11491 works.
11492
bf0ec4c2
AA
114932017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11494
11495 * lib/gdb.exp (universal_compile_options): New caching proc.
11496 (gdb_compile): Suppress GCC's coloring of messages.
11497
d6382fff
TT
114982017-08-14 Tom Tromey <tom@tromey.com>
11499
11500 PR gdb/21675:
11501 * gdb.base/printcmds.exp (test_radices): New function.
11502 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11503 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11504 * lib/gdb.exp (get_integer_valueof): Use p/d.
11505
c2c2dd9f
SM
115062017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11507
11508 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11509 characters.
11510
fdffd6f4
TT
115112017-08-05 Tom Tromey <tom@tromey.com>
11512
11513 * gdb.rust/simple.exp: Allow String to appear in a different
11514 namespace.
11515
27d41eac
YQ
115162017-07-26 Yao Qi <yao.qi@linaro.org>
11517
11518 * gdb.gdb/unittest.exp: Invoke command
11519 "maintenance check xml-descriptions".
11520
031ed05d
AA
115212017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11522
11523 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11524 calling context.
11525 (hex128): Drop erroneous calculation of parameters.
11526
dcd27ddf
SM
115272017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11528
11529 * gdb.python/py-unwind.exp: Disable stack protection when
11530 building test file.
11531
47e77640
PA
115322017-07-20 Pedro Alves <palves@redhat.com>
11533
11534 * gdb.base/default.exp (set language): Adjust expected output.
11535
62d2a18a
PA
115362017-07-20 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11539 (test_minsym): ... this, and make static.
11540 (get_pck__foo__bar__minsym): Rename to ...
11541 (get_test_minsym): ... this.
11542 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11543 symbol names and comments.
11544 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11545 (get_test_minsym): ... this.
11546 (pck__foo__bar__minsym__2): Rename to ...
11547 (test_minsym): ... this.
11548 (main): Adjust.
11549
c45ec17c
PA
115502017-07-17 Pedro Alves <palves@redhat.com>
11551
11552 * gdb.base/completion.exp: Adjust expected output.
11553 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11554 the completer works.
11555
c6756f62
PA
115562017-07-17 Pedro Alves <palves@redhat.com>
11557
11558 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11559
5bd68487
AB
115602017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11561
11562 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11563
8880f2a9
TT
115642017-07-14 Tom Tromey <tom@tromey.com>
11565
11566 PR rust/21764:
11567 * gdb.rust/simple.exp: Add tests.
11568
65547233
TT
115692017-07-14 Tom Tromey <tom@tromey.com>
11570
11571 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11572
8f14146e
PA
115732017-07-14 Pedro Alves <palves@redhat.com>
11574
11575 * gdb.linespec/base/one/thefile.cc (z1): New function.
11576 * gdb.linespec/base/two/thefile.cc (z2): New function.
11577 * gdb.linespec/linespec.exp: Add tests.
11578
b4365d02
AB
115792017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11580
11581 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11582 to mi_create_breakpoint.
11583
5d2cbaa5
AB
115842017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11585
11586 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11587 mi_create_breakpoint.
11588
11cb5716
IB
115892017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11590
11591 * gdb.dlang/demangle.exp: Update for demangling changes.
11592
03278692
TT
115932017-07-09 Tom Tromey <tom@tromey.com>
11594
11595 * gdb.dwarf2/shortpiece.exp: New file.
11596
33c5cd75
DB
115972017-07-06 David Blaikie <dblaikie@gmail.com>
11598
11599 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11600 built from fissiont-multi-cu{1,2}.c.
11601 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11602 except putting 'main' and 'func' in separate CUs in the same DWO file.
11603 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11604 test.
11605 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11606 test.
11607
8455d262
PA
116082017-07-06 Pedro Alves <palves@redhat.com>
11609
11610 * gdb.python/py-unwind.exp: Test flushregs.
11611
dc4bde35
SDJ
116122017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11613
11614 PR cli/21688
11615 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11616 tests for alias commands and trailing whitespace.
11617
51ed89aa
SDJ
116182017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11619
11620 PR cli/21688
11621 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11622 procedure. Call it.
11623
eb17d413
PA
116242017-06-29 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/printcmds.exp: Add tests.
11627
41664b45
DG
116282017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11629
11630 PR gdb/21337
11631 * gdb.base/reread-readsym.exp: New file.
11632 * gdb.base/reread-readsym.c: New file.
11633
75312ae3
KB
116342017-06-21 Kevin Buettner <kevinb@redhat.com>
11635
11636 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11637 subpattern.
11638
66953522
PB
116392017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11640
11641 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11642 extended mnemonic.
11643 * gdb.arch/powerpc-power9.s: Likewise.
11644
5524b525
AA
116452017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11646
11647 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11648 on 32-bit x86 targets. Exploit is_*_target macros where
11649 appropriate.
11650
03c8af18
AA
116512017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11652
11653 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11654 register pieces.
11655
3bf31011
AA
116562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11657
11658 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11659 located in one or more DWARF pieces.
11660
805acca0
AA
116612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11662
11663 * lib/gdb.exp (get_endianness): New proc.
11664 * gdb.arch/aarch64-fp.exp: Use it.
11665 * gdb.arch/altivec-regs.exp: Likewise.
11666 * gdb.arch/e500-regs.exp: Likewise.
11667 * gdb.arch/vsx-regs.exp: Likewise.
11668 * gdb.base/dump.exp: Likewise.
11669 * gdb.base/funcargs.exp: Likewise.
11670 * gdb.base/gnu_vector.exp: Likewise.
11671 * gdb.dwarf2/formdata16.exp: Likewise.
11672 * gdb.dwarf2/implptrpiece.exp: Likewise.
11673 * gdb.dwarf2/nonvar-access.exp: Likewise.
11674 * gdb.python/py-inferior.exp: Likewise.
11675 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11676
e9352324
AA
116772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11678
11679 PR gdb/21226
11680 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11681 stack value pieces are taken from the LSB end.
11682
d5d1163e
AA
116832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11684
11685 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11686 variable at nonzero offset.
11687
0567c986
AA
116882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11689
11690 * gdb.dwarf2/var-access.c: New file.
11691 * gdb.dwarf2/var-access.exp: New test.
11692 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11693
973e9aab
TT
116942017-06-12 Tom Tromey <tom@tromey.com>
11695
11696 * gdb.dwarf2/formdata16.exp: Add tests.
11697
d9109c80
TT
116982017-06-12 Tom Tromey <tom@tromey.com>
11699
11700 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11701
30a25466
TT
117022017-06-12 Tom Tromey <tom@tromey.com>
11703
11704 PR exp/16225:
11705 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11706 * gdb.arch/vsx-regs.exp: Update tests.
11707 * gdb.arch/s390-vregs.exp (hex128): New proc.
11708 Update test.
11709 * gdb.arch/altivec-regs.exp: Update tests.
11710
aefd8b33
SDJ
117112017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11712
11713 * gdb.base/startup-with-shell.c: New file.
11714 * gdb.base/startup-with-shell.exp: Likewise.
11715
2090129c
SDJ
117162017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11717
11718 * gdb.server/non-existing-program.exp: Update regex in order to
11719 reflect the fact that gdbserver is now using fork_inferior (with a
11720 shell) to startup the inferior.
11721
8e86a419
SM
117222017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11723
11724 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11725 support function calls from GDB.
11726
e6cf65f2
TT
117272017-05-21 Tom Tromey <tom@tromey.com>
11728
11729 PR rust/21466:
11730 * gdb.rust/unsized.exp: New file.
11731 * gdb.rust/unsized.rs: New file.
11732
43cc5389
TT
117332017-05-19 Tom Tromey <tom@tromey.com>
11734
11735 PR rust/21484:
11736 * gdb.rust/watch.exp: New file.
11737 * gdb.rust/watch.rs: New file.
11738
ec8df234
TT
117392017-05-18 Tom Tromey <tom@tromey.com>
11740
11741 * gdb.rust/simple.exp: Allow Box to be qualified.
11742
3e3e7fae
TP
117432017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11744
11745 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11746
59cc050d
PA
117472017-05-18 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/fileio.c (test_write, test_read, test_close)
11750 (test_fstat): Don't print 'ret' in the fail path.
11751
c8f6abd1
PA
117522017-05-18 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11755 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11756 (test_system, test_rename, test_unlink, test_time): Change
11757 prototypes.
11758 * gdb.base/fileio.exp (stop_msg): Adjust.
11759
d2a03b77
PA
117602017-05-18 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/fileio.c (null_str): New global.
11763 (test_stat): Use it.
11764 * gdb.base/fileio.exp: Remove nowarnings.
11765
0d5c6999
YQ
117662017-05-17 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11769
21873064
YQ
117702017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11771
11772 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11773 argument command.
11774 (top-level): Invoke test_set_inferior_tty.
11775
d512d31c
PA
117762017-05-04 Pedro Alves <palves@redhat.com>
11777
11778 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11779 Add parens to print call for Python 3.
11780
90cef2ed
KS
117812017-05-03 Keith Seitz <keiths@redhat.com>
11782
11783 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11784 (main): Call it.
11785
14f819c8
TW
117862017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11787
11788 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11789 to prev and next.
11790
913aeadd
TW
117912017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11792
11793 * gdb.python/py-record-btrace.exp: Remove test for
11794 gdb.BtraceInstruction.error.
11795
a3be24ad
TW
117962017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11797
11798 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11799
ae20e79a
TW
118002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11801
11802 * gdb.python/py-record-btrace-threads.c: New file.
11803 * gdb.python/py-record-btrace-threads.exp: New file.
11804
45ce1b47
SDJ
118052017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11806
11807 PR testsuite/8595
11808 * gdb.base/environ.exp: Make test available in all architectures.
11809 Move bits related to "info program" testing to
11810 gdb.base/info-program.exp. Rewrite tests to use the two new
11811 procedures mentione below.
11812 (test_set_show_env_var) New procedure.
11813 (test_set_show_env_var_equal): Likewise.
11814 * gdb.base/info-program.exp: New file.
11815
e15c3eb4
KS
118162017-04-27 Keith Seitz <keiths@redhat.com>
11817
11818 * gdb.cp/oranking.cc (test15): New function.
11819 (main): Call test15 and declare additional variables for testing.
11820 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11821 "p foo101('abc')" tests.
11822 Add tests for cv qualifier overloads.
11823 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11824 "lvalue reference overload" test.
11825 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11826 "print value of f1 on Child&& in f2" test.
11827
3a3fd0fd
PA
118282017-04-19 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11831 procedure.
11832 (top level): Call it.
11833 * lib/gdb.exp (gdb_define_cmd): New procedure.
11834
53375380
PA
118352017-04-12 Pedro Alves <palves@redhat.com>
11836
11837 PR gdb/21323
11838 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11839 (wchar): New global.
11840 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11841 (do_test_wide_char, wide_char_types_no_program, top level): Add
11842 wchar_t testing.
11843
53e710ac
PA
118442017-04-12 Pedro Alves <palves@redhat.com>
11845
11846 PR c++/21323
11847 * gdb.cp/wide_char_types.c: New file.
11848 * gdb.cp/wide_char_types.exp: New file.
11849
0ad9d8c7
SDJ
118502017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11851
11852 PR gdb/21352
11853 * gdb.trace/tsv.exp: Add test for "tsave -r".
11854
b1b45502
IB
118552017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11856
11857 * gdb.dlang/watch-loc.c: New file.
11858 * gdb.dlang/watch-loc.exp: New file.
11859
ec13808e
JK
118602017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11863
fe5f7374
AK
118642017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11865
11866 * gdb.arch/arc-analyze-prologue.S: New file.
11867 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11868
eea78757
AK
118692017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11870
11871 * gdb.arch/arc-decode-insn.S: New file.
11872 * gdb.arch/arc-decode-insn.exp: Likewise.
11873
5badf10a
IR
118742017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11875
11876 PR tdep/20928
11877 * gdb.arch/sparc64-regs.exp: New file.
11878 * gdb.arch/sparc64-regs.S: Likewise.
11879
cee59b3f
TW
118802017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11881
11882 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11883 and memory view on Python 3.
11884
c0f55cc6
AV
118852017-03-20 Artemiy Volkov <artemiyv@acm.org>
11886 Keith Seitz <keiths@redhat.com>
11887
11888 PR gdb/14441
11889 * gdb.cp/demangle.exp: Add rvalue reference tests.
11890 * gdb.cp/rvalue-ref-casts.cc: New file.
11891 * gdb.cp/rvalue-ref-casts.exp: New file.
11892 * gdb.cp/rvalue-ref-overload.cc: New file.
11893 * gdb.cp/rvalue-ref-overload.exp: New file.
11894 * gdb.cp/rvalue-ref-params.cc: New file.
11895 * gdb.cp/rvalue-ref-params.exp: New file.
11896 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11897 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11898 * gdb.cp/rvalue-ref-types.cc: New file.
11899 * gdb.cp/rvalue-ref-types.exp: New file.
11900 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11901 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11902
51457a05
MAL
119032017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11904
11905 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11906 New procedure.
11907
5b291c04
MAL
119082017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11909
11910 * lib/mi-support.exp (mi_gdb_test): Add additional message
11911 for unexpected output.
11912
59a56148
AA
119132017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11914
11915 * gdb.base/examine-backward.c (Barrier): New character array
11916 constant, to ensure that TestStrings is preceded by a string
11917 terminator.
11918
7942e96e
AA
119192017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11920
11921 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11922 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11923 and implicit pointer into such a location.
11924
6ebac3fb
DE
119252017-03-16 Doug Evans <dje@google.com>
11926
11927 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11928
ec3b243d
TP
119292017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11930
11931 * gdb.cp/m-static.exp: Fix expectation for prototype of
11932 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
11933
119342017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
11935
11936 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11937 * gdb.guile/scm-lazy-string.c: New file.
11938 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11939 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11940 for pointer, array, typedef lazy strings.
11941
2cc36e25 119422017-03-16 Doug Evans <dje@google.com>
34b43320
DE
11943
11944 PR python/17728, python/18439, python/18779
11945 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11946 * gdb.python/py-lazy-string.c (pointer): New typedef.
11947 (main): New locals ptr, array, typedef_ptr.
11948 * gdb.python/py-value.exp: Move lazy string tests to ...
11949 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11950 array, typedef lazy strings.
ec3b243d 11951
0efcde63
AK
119522017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11953
11954 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11955 Add optional 'test' parameter.
11956
7978d7c3
SM
119572017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11958
11959 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11960 Skip for versions of DejaGnu < 1.5.
11961
896c0c1e
SM
119622017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11963
11964 * lib/gdb.exp (dejagnu_version): New proc.
11965 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11966 Use dejagnu_version.
11967
5f4d1085
KS
119682017-03-10 Keith Seitz <keiths@redhat.com>
11969
11970 PR c++/8128
11971 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11972 type from destructor regexps.
11973 Add a branch which actually passes the test.
11974 Adjust "ptype t5i" test names.
11975
1de05205
PA
119762017-03-08 Pedro Alves <palves@redhat.com>
11977
11978 * gdb.base/step-over-exit.exp: Add explicit test message.
11979
c65d6b55
PA
119802017-03-08 Pedro Alves <palves@redhat.com>
11981
11982 PR gdb/18360
11983 * gdb.threads/interrupt-while-step-over.c: New file.
11984 * gdb.threads/interrupt-while-step-over.exp: New file.
11985
2e86a283
PA
119862017-03-08 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11989 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11990
25dcbff6
PA
119912017-03-08 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
11994 PKRU as not supported as a PASS.
11995
dc9366eb
PA
119962017-03-08 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
11999 prefix instead of $binfile1/$binfile2.
12000 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12001 in test message.
12002 * gdb.python/py-completion.exp: Use "load python file" as test
12003 messages instead of unstable path names.
12004
6e5d74e7
PA
120052017-03-08 Pedro Alves <palves@redhat.com>
12006 Jan Kratochvil <jan.kratochvil@redhat.com>
12007
12008 PR cli/21218
12009 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12010 New proc.
12011 (top level): Call it.
12012
9753a2f6
PA
120132017-03-08 Pedro Alves <palves@redhat.com>
12014
12015 PR tui/21216
12016 * gdb.tui/tui-nl-filtered-output.exp: New file.
12017
1a4dd9dd
PA
120182017-03-08 Pedro Alves <palves@redhat.com>
12019
12020 * gdb.base/completion.exp: Move TUI completion tests to ...
12021 * gdb.tui/completion.exp: ... this new file.
12022
7cbbff33
PA
120232017-03-08 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/tui-disasm-long-lines.c,
12026 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12027 gdb.base/tui-layout.exp: Move to ...
12028 * gdb.tui/: ... this new directory.
12029
5f6fd321
PA
120302017-03-07 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.base/tui-layout.c: New file.
12033 * gdb.base/tui-layout.exp: New file.
12034
44959fa8
PA
120352017-03-07 Pedro Alves <palves@redhat.com>
12036
12037 * gdb.base/tui-layout.c: Rename to ...
12038 * gdb.base/tui-disasm-long-lines.c: ... this.
12039 * gdb.base/tui-layout.exp: Rename to ...
12040 * gdb.base/tui-disasm-long-lines.exp: ... this.
12041
f8c4e718
PA
120422017-03-07 Pedro Alves <palves@redhat.com>
12043
12044 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12045
6dbb839a 120462017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12047
12048 * i386-mpx-call.c: New file.
12049 * i386-mpx-call.exp: New file.
12050
65b48a81
PB
120512017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12052
12053 * gdb.arch/powerpc-power.exp: Delete test.
12054 * gdb.arch/powerpc-power.s: Likewise.
12055 * gdb.disasm/disassembler-options.exp: New test.
12056 * gdb.arch/powerpc-altivec.exp: Likewise.
12057 * gdb.arch/powerpc-altivec.s: Likewise.
12058 * gdb.arch/powerpc-altivec2.exp: Likewise.
12059 * gdb.arch/powerpc-altivec2.s: Likewise.
12060 * gdb.arch/powerpc-altivec3.exp: Likewise.
12061 * gdb.arch/powerpc-altivec3.s: Likewise.
12062 * gdb.arch/powerpc-power7.exp: Likewise.
12063 * gdb.arch/powerpc-power7.s: Likewise.
12064 * gdb.arch/powerpc-power8.exp: Likewise.
12065 * gdb.arch/powerpc-power8.s: Likewise.
12066 * gdb.arch/powerpc-power9.exp: Likewise.
12067 * gdb.arch/powerpc-power9.s: Likewise.
12068 * gdb.arch/powerpc-vsx.exp: Likewise.
12069 * gdb.arch/powerpc-vsx.s: Likewise.
12070 * gdb.arch/powerpc-vsx2.exp: Likewise.
12071 * gdb.arch/powerpc-vsx2.s: Likewise.
12072 * gdb.arch/powerpc-vsx3.exp: Likewise.
12073 * gdb.arch/powerpc-vsx3.s: Likewise.
12074 * gdb.arch/arm-disassembler-options.exp: Likewise.
12075 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12076 * gdb.arch/s390-disassembler-options.exp: Likewise.
12077
17cd4947
LM
120782017-02-23 Luis Machado <lgustavo@codesourcery.com>
12079
12080 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12081 (check_supported_features): ... this. Changed return type to void.
12082 (supports_rdseed): New static global.
12083 (rdseed): Check supports_rdseed.
12084 (initialize): Call check_supported_features.
12085
2039d74e
EBM
120862017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12087
12088 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12089 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12090 and lqarx/stqcx.
12091 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12092 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12093
a51d7ecf
EBM
120942017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12095
12096 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12097 uppercase.
12098
0224619f
JK
120992017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12100
12101 * gdb.dwarf2/formdata16.c: New file.
12102 * gdb.dwarf2/formdata16.exp: New file.
12103 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12104
216f72a1
JK
121052017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12106
12107 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12108 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12109 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12110 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12111 DW_AT_GNU_*.
12112
43988095
JK
121132017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12116
99e8a4f9
SDJ
121172017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12118
12119 PR gdb/21164
12120 * gdb.base/maint.exp: Add testcases for when the commands do
12121 not have arguments.
12122
b58a8c0c
TP
121232017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12124
12125 * gdb.cp/chained-calls.exp: Use p instead of P.
12126
4e746bb6
TW
121272017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12128
12129 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12130 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12131
3f77c769
TT
121322017-02-14 Tom Tromey <tom@tromey.com>
12133
12134 PR python/13598:
12135 * gdb.python/py-events.exp: Add before_prompt event tests.
12136
075beec0
AA
121372017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12138
12139 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12140
bf5f525c
LM
121412017-02-13 Luis Machado <lgustavo@codesourcery.com>
12142
12143 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12144 (main): Call my_unique_function_name.
12145 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12146 completion of patterns with a single match.
12147 Add missing -re switches to gdb_test_multiple calls.
12148
13a66184
LM
121492017-02-13 Luis Machado <lgustavo@codesourcery.com>
12150
12151 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12152 return if core file is not recognized.
12153
26a06916
SM
121542017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12155
12156 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12157 and extra UIs.
12158
b761ca9e
SM
121592017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12160
12161 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12162 proc_with_prefix.
12163
b964bee0
TT
121642017-02-10 Tom Tromey <tom@tromey.com>
12165
12166 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12167
18da0c51
MG
121682017-02-10 Martin Galvan <martingalvan@sourceware.org>
12169
12170 PR gdb/21122
12171 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12172
604c4576
JG
121732017-02-08 Jerome Guitton <guitton@adacore.com>
12174
12175 * gdb.base/define.exp: Add test for command abbreviations
12176 in define.
12177
20b477a7
LM
121782017-02-06 Luis Machado <lgustavo@codesourcery.com>
12179
12180 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12181 * gdb.reverse/insn-reverse-x86.c: New file.
12182
3f7b46f2
IR
121832017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12184
12185 PR tdep/20936
12186 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12187
f0fd41c1
TT
121882017-02-03 Tom Tromey <tom@tromey.com>
12189
12190 PR rust/21097:
12191 * gdb.rust/simple.exp: Add new tests.
12192
5be5dbf0
PA
121932017-02-02 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12196 tests.
12197
7346ef59
AA
121982017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12199
12200 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12201 taking a 2-byte value out of a 4-byte DWARF implicit value on
12202 big-endian targets.
12203 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12204 logic. Add test cases for DW_OP_implicit.
12205
787f0025
MM
122062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12207
12208 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12209
68777c29
MM
122102017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12211
12212 * gdb.btrace/enable.exp: Call gdb_exit before
12213 skip_gdbserver_tests.
12214
0a1c7e28
MM
122152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12216
12217 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12218 GDBFLAGS.
12219
b5ac99b0
MM
122202017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12221
12222 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12223 the test is skipped.
12224 * gdb.btrace/data.exp: Likewise.
12225 * gdb.btrace/delta.exp: Likewise.
12226 * gdb.btrace/dlopen.exp: Likewise.
12227 * gdb.btrace/enable-running.exp: Likewise.
12228 * gdb.btrace/enable.exp: Likewise.
12229 * gdb.btrace/exception.exp: Likewise.
12230 * gdb.btrace/function_call_history.exp: Likewise.
12231 * gdb.btrace/gcore.exp: Likewise.
12232 * gdb.btrace/instruction_history.exp: Likewise.
12233 * gdb.btrace/multi-thread-step.exp: Likewise.
12234 * gdb.btrace/nohist.exp: Likewise.
12235 * gdb.btrace/non-stop.exp: Likewise.
12236 * gdb.btrace/reconnect.exp: Likewise.
12237 * gdb.btrace/record_goto-step.exp: Likewise.
12238 * gdb.btrace/record_goto.exp: Likewise.
12239 * gdb.btrace/rn-dl-bind.exp: Likewise.
12240 * gdb.btrace/segv.exp: Likewise.
12241 * gdb.btrace/step.exp: Likewise.
12242 * gdb.btrace/stepi.exp: Likewise.
12243 * gdb.btrace/tailcall-only.exp: Likewise.
12244 * gdb.btrace/tailcall.exp: Likewise.
12245 * gdb.btrace/tsx.exp: Likewise.
12246 * gdb.btrace/unknown_functions.exp: Likewise.
12247 * gdb.btrace/vdso.exp: Likewise.
12248
cd4007e4
MM
122492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12250
12251 * gdb.btrace/enable-running.c: New.
12252 * gdb.btrace/enable-running.exp: New.
12253
2735833d
WT
122542017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12255
12256 * gdb.arch/amd64-gs_base.c: New file.
12257 * gdb.arch/amd64-gs_base.exp: New file.
12258
b51e1e94
LM
122592017-01-26 Luis Machado <lgustavo@codesourcery.com>
12260
12261 * lib/memory.exp: Remove spurious empty newlines.
12262
72ca0410
SM
122632017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12264
12265 * gdb.python/py-bad-printers.exp: Load python file using "source".
12266 * gdb.python/py-events.exp: Likewise.
12267 * gdb.python/py-evsignal.exp: Likewise.
12268 * gdb.python/py-evthreads.exp: Likewise.
12269 * gdb.python/py-frame-args.exp: Likewise.
12270 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12271 * gdb.python/py-framefilter-mi.exp: Likewise.
12272 * gdb.python/py-framefilter.exp: Likewise.
12273 * gdb.python/py-mi.exp: Likewise.
12274 * gdb.python/py-pp-maint.exp: Likewise.
12275 * gdb.python/py-pp-registration.exp: Likewise.
12276 * gdb.python/py-prettyprint.exp: Likewise.
12277 (run_lang_tests): Likewise.
12278 * gdb.python/py-typeprint.exp: Likewise.
12279
e309aa65
LM
122802017-01-26 Luis Machado <lgustavo@codesourcery.com>
12281
12282 * lib/memory.exp: New file.
12283 * lib/gdb.exp: Load memory.exp.
12284 * gdb.base/memattr.exp (delete_memory): Move proc to
12285 lib/memory.exp and rename to delete_memory_regions.
12286 Replace delete_memory with delete_memory_regions.
12287 Cleanup memory regions before tests.
12288 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12289 before tests.
12290
515aff23
LM
122912017-01-26 Luis Machado <lgustavo@codesourcery.com>
12292
12293 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12294 files.
12295 (initialize): New function conditionally defined.
12296 (testcases): Move within conditional block.
12297 (main): Call initialize.
12298 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12299 of gdb.reverse/insn-reverse.c.
12300 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12301 gdb.reverse/insn-reverse.c.
12302
d8b49cf0
YQ
123032017-01-26 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12306 disassemble on address 0.
12307
f13a9a0c
YQ
123082017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12309 Yao Qi <yao.qi@linaro.org>
12310
12311 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12312 * gdb.dwarf2/implptr-64bit.S: Remove.
12313 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12314 variables in caller's context. Add DW_OP_implicit_value.
12315
5ac95241
YQ
123162017-01-25 Yao Qi <yao.qi@linaro.org>
12317
12318 * lib/dwarf.exp (Dwarf::_location): Handle
12319 DW_OP_GNU_implicit_pointer with proper size.
12320
23e82930
LM
123212017-01-20 Luis Machado <lgustavo@codesourcery.com>
12322
12323 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12324 and add untested calls.
12325
d334ae25
LM
123262017-01-20 Luis Machado <lgustavo@codesourcery.com>
12327
12328 * gdb.python/python.exp: Check line number against what GDB thinks
12329 the line number is for func1.
12330
f5e6296e
IB
123312017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12332
12333 * gdb.dlang/debug-expr.exp: New file.
12334
5b362f04
LM
123352016-12-23 Luis Machado <lgustavo@codesourcery.com>
12336
12337 Fix test names for the following files:
12338
12339 * gdb.ada/exec_changed.exp
12340 * gdb.ada/info_types.exp
12341 * gdb.arch/aarch64-atomic-inst.exp
12342 * gdb.arch/aarch64-fp.exp
12343 * gdb.arch/altivec-abi.exp
12344 * gdb.arch/altivec-regs.exp
12345 * gdb.arch/amd64-byte.exp
12346 * gdb.arch/amd64-disp-step.exp
12347 * gdb.arch/amd64-dword.exp
12348 * gdb.arch/amd64-entry-value-inline.exp
12349 * gdb.arch/amd64-entry-value-param.exp
12350 * gdb.arch/amd64-entry-value-paramref.exp
12351 * gdb.arch/amd64-entry-value.exp
12352 * gdb.arch/amd64-i386-address.exp
12353 * gdb.arch/amd64-invalid-stack-middle.exp
12354 * gdb.arch/amd64-invalid-stack-top.exp
12355 * gdb.arch/amd64-optimout-repeat.exp
12356 * gdb.arch/amd64-prologue-skip.exp
12357 * gdb.arch/amd64-prologue-xmm.exp
12358 * gdb.arch/amd64-stap-special-operands.exp
12359 * gdb.arch/amd64-stap-wrong-subexp.exp
12360 * gdb.arch/amd64-tailcall-cxx.exp
12361 * gdb.arch/amd64-tailcall-noret.exp
12362 * gdb.arch/amd64-tailcall-ret.exp
12363 * gdb.arch/amd64-tailcall-self.exp
12364 * gdb.arch/amd64-word.exp
12365 * gdb.arch/arm-bl-branch-dest.exp
12366 * gdb.arch/arm-disp-step.exp
12367 * gdb.arch/arm-neon.exp
12368 * gdb.arch/arm-single-step-kernel-helper.exp
12369 * gdb.arch/avr-flash-qualifier.exp
12370 * gdb.arch/disp-step-insn-reloc.exp
12371 * gdb.arch/e500-abi.exp
12372 * gdb.arch/e500-regs.exp
12373 * gdb.arch/ftrace-insn-reloc.exp
12374 * gdb.arch/i386-avx512.exp
12375 * gdb.arch/i386-bp_permanent.exp
12376 * gdb.arch/i386-byte.exp
12377 * gdb.arch/i386-cfi-notcurrent.exp
12378 * gdb.arch/i386-disp-step.exp
12379 * gdb.arch/i386-dr3-watch.exp
12380 * gdb.arch/i386-float.exp
12381 * gdb.arch/i386-gnu-cfi.exp
12382 * gdb.arch/i386-mpx-map.exp
12383 * gdb.arch/i386-mpx-sigsegv.exp
12384 * gdb.arch/i386-mpx-simple_segv.exp
12385 * gdb.arch/i386-mpx.exp
12386 * gdb.arch/i386-permbkpt.exp
12387 * gdb.arch/i386-prologue.exp
12388 * gdb.arch/i386-signal.exp
12389 * gdb.arch/i386-size-overlap.exp
12390 * gdb.arch/i386-unwind.exp
12391 * gdb.arch/i386-word.exp
12392 * gdb.arch/mips-fcr.exp
12393 * gdb.arch/powerpc-d128-regs.exp
12394 * gdb.arch/powerpc-stackless.exp
12395 * gdb.arch/ppc64-atomic-inst.exp
12396 * gdb.arch/s390-stackless.exp
12397 * gdb.arch/s390-tdbregs.exp
12398 * gdb.arch/s390-vregs.exp
12399 * gdb.arch/sparc-sysstep.exp
12400 * gdb.arch/thumb-bx-pc.exp
12401 * gdb.arch/thumb-singlestep.exp
12402 * gdb.arch/thumb2-it.exp
12403 * gdb.arch/vsx-regs.exp
12404 * gdb.asm/asm-source.exp
12405 * gdb.base/a2-run.exp
12406 * gdb.base/advance.exp
12407 * gdb.base/all-bin.exp
12408 * gdb.base/anon.exp
12409 * gdb.base/args.exp
12410 * gdb.base/arithmet.exp
12411 * gdb.base/async-shell.exp
12412 * gdb.base/async.exp
12413 * gdb.base/attach-pie-noexec.exp
12414 * gdb.base/attach-twice.exp
12415 * gdb.base/auto-load.exp
12416 * gdb.base/bang.exp
12417 * gdb.base/bitfields.exp
12418 * gdb.base/break-always.exp
12419 * gdb.base/break-caller-line.exp
12420 * gdb.base/break-entry.exp
12421 * gdb.base/break-inline.exp
12422 * gdb.base/break-on-linker-gcd-function.exp
12423 * gdb.base/break-probes.exp
12424 * gdb.base/break.exp
12425 * gdb.base/breakpoint-shadow.exp
12426 * gdb.base/call-ar-st.exp
12427 * gdb.base/call-sc.exp
12428 * gdb.base/call-signal-resume.exp
12429 * gdb.base/call-strs.exp
12430 * gdb.base/callfuncs.exp
12431 * gdb.base/catch-fork-static.exp
12432 * gdb.base/catch-gdb-caused-signals.exp
12433 * gdb.base/catch-load.exp
12434 * gdb.base/catch-signal-fork.exp
12435 * gdb.base/catch-signal.exp
12436 * gdb.base/catch-syscall.exp
12437 * gdb.base/charset.exp
12438 * gdb.base/checkpoint.exp
12439 * gdb.base/chng-syms.exp
12440 * gdb.base/code-expr.exp
12441 * gdb.base/code_elim.exp
12442 * gdb.base/commands.exp
12443 * gdb.base/completion.exp
12444 * gdb.base/complex.exp
12445 * gdb.base/cond-expr.exp
12446 * gdb.base/condbreak.exp
12447 * gdb.base/consecutive.exp
12448 * gdb.base/continue-all-already-running.exp
12449 * gdb.base/coredump-filter.exp
12450 * gdb.base/corefile.exp
12451 * gdb.base/dbx.exp
12452 * gdb.base/debug-expr.exp
12453 * gdb.base/define.exp
12454 * gdb.base/del.exp
12455 * gdb.base/disabled-location.exp
12456 * gdb.base/disasm-end-cu.exp
12457 * gdb.base/disasm-optim.exp
12458 * gdb.base/display.exp
12459 * gdb.base/duplicate-bp.exp
12460 * gdb.base/ena-dis-br.exp
12461 * gdb.base/ending-run.exp
12462 * gdb.base/enumval.exp
12463 * gdb.base/environ.exp
12464 * gdb.base/eu-strip-infcall.exp
12465 * gdb.base/eval-avoid-side-effects.exp
12466 * gdb.base/eval-skip.exp
12467 * gdb.base/exitsignal.exp
12468 * gdb.base/expand-psymtabs.exp
12469 * gdb.base/filesym.exp
12470 * gdb.base/find-unmapped.exp
12471 * gdb.base/finish.exp
12472 * gdb.base/float.exp
12473 * gdb.base/foll-exec-mode.exp
12474 * gdb.base/foll-exec.exp
12475 * gdb.base/foll-fork.exp
12476 * gdb.base/fortran-sym-case.exp
12477 * gdb.base/freebpcmd.exp
12478 * gdb.base/func-ptr.exp
12479 * gdb.base/func-ptrs.exp
12480 * gdb.base/funcargs.exp
12481 * gdb.base/gcore-buffer-overflow.exp
12482 * gdb.base/gcore-relro-pie.exp
12483 * gdb.base/gcore-relro.exp
12484 * gdb.base/gcore.exp
12485 * gdb.base/gdb1090.exp
12486 * gdb.base/gdb11530.exp
12487 * gdb.base/gdb11531.exp
12488 * gdb.base/gdb1821.exp
12489 * gdb.base/gdbindex-stabs.exp
12490 * gdb.base/gdbvars.exp
12491 * gdb.base/hbreak.exp
12492 * gdb.base/hbreak2.exp
12493 * gdb.base/included.exp
12494 * gdb.base/infcall-input.exp
12495 * gdb.base/inferior-died.exp
12496 * gdb.base/infnan.exp
12497 * gdb.base/info-macros.exp
12498 * gdb.base/info-os.exp
12499 * gdb.base/info-proc.exp
12500 * gdb.base/info-shared.exp
12501 * gdb.base/info-target.exp
12502 * gdb.base/infoline.exp
12503 * gdb.base/interp.exp
12504 * gdb.base/interrupt.exp
12505 * gdb.base/jit-reader.exp
12506 * gdb.base/jit-simple.exp
12507 * gdb.base/kill-after-signal.exp
12508 * gdb.base/kill-detach-inferiors-cmd.exp
12509 * gdb.base/label.exp
12510 * gdb.base/langs.exp
12511 * gdb.base/ldbl_e308.exp
12512 * gdb.base/line-symtabs.exp
12513 * gdb.base/linespecs.exp
12514 * gdb.base/list.exp
12515 * gdb.base/long_long.exp
12516 * gdb.base/longest-types.exp
12517 * gdb.base/maint.exp
12518 * gdb.base/max-value-size.exp
12519 * gdb.base/memattr.exp
12520 * gdb.base/mips_pro.exp
12521 * gdb.base/morestack.exp
12522 * gdb.base/moribund-step.exp
12523 * gdb.base/multi-forks.exp
12524 * gdb.base/nested-addr.exp
12525 * gdb.base/nextoverexit.exp
12526 * gdb.base/noreturn-finish.exp
12527 * gdb.base/noreturn-return.exp
12528 * gdb.base/nostdlib.exp
12529 * gdb.base/offsets.exp
12530 * gdb.base/opaque.exp
12531 * gdb.base/pc-fp.exp
12532 * gdb.base/permissions.exp
12533 * gdb.base/print-symbol-loading.exp
12534 * gdb.base/prologue-include.exp
12535 * gdb.base/psymtab.exp
12536 * gdb.base/ptype.exp
12537 * gdb.base/random-signal.exp
12538 * gdb.base/randomize.exp
12539 * gdb.base/range-stepping.exp
12540 * gdb.base/readline-ask.exp
12541 * gdb.base/recpar.exp
12542 * gdb.base/recurse.exp
12543 * gdb.base/relational.exp
12544 * gdb.base/restore.exp
12545 * gdb.base/return-nodebug.exp
12546 * gdb.base/return.exp
12547 * gdb.base/run-after-attach.exp
12548 * gdb.base/save-bp.exp
12549 * gdb.base/scope.exp
12550 * gdb.base/sect-cmd.exp
12551 * gdb.base/set-lang-auto.exp
12552 * gdb.base/set-noassign.exp
12553 * gdb.base/setvar.exp
12554 * gdb.base/sigall.exp
12555 * gdb.base/sigbpt.exp
12556 * gdb.base/siginfo-addr.exp
12557 * gdb.base/siginfo-infcall.exp
12558 * gdb.base/siginfo-obj.exp
12559 * gdb.base/siginfo.exp
12560 * gdb.base/signals-state-child.exp
12561 * gdb.base/signest.exp
12562 * gdb.base/sigstep.exp
12563 * gdb.base/sizeof.exp
12564 * gdb.base/skip.exp
12565 * gdb.base/solib-corrupted.exp
12566 * gdb.base/solib-nodir.exp
12567 * gdb.base/solib-search.exp
12568 * gdb.base/stack-checking.exp
12569 * gdb.base/stale-infcall.exp
12570 * gdb.base/stap-probe.exp
12571 * gdb.base/start.exp
12572 * gdb.base/step-break.exp
12573 * gdb.base/step-bt.exp
12574 * gdb.base/step-line.exp
12575 * gdb.base/step-over-exit.exp
12576 * gdb.base/step-over-syscall.exp
12577 * gdb.base/step-resume-infcall.exp
12578 * gdb.base/step-test.exp
12579 * gdb.base/store.exp
12580 * gdb.base/structs3.exp
12581 * gdb.base/sym-file.exp
12582 * gdb.base/symbol-without-target_section.exp
12583 * gdb.base/term.exp
12584 * gdb.base/testenv.exp
12585 * gdb.base/ui-redirect.exp
12586 * gdb.base/until.exp
12587 * gdb.base/unwindonsignal.exp
12588 * gdb.base/value-double-free.exp
12589 * gdb.base/vla-datatypes.exp
12590 * gdb.base/vla-ptr.exp
12591 * gdb.base/vla-sideeffect.exp
12592 * gdb.base/volatile.exp
12593 * gdb.base/watch-cond-infcall.exp
12594 * gdb.base/watch-cond.exp
12595 * gdb.base/watch-non-mem.exp
12596 * gdb.base/watch-read.exp
12597 * gdb.base/watch-vfork.exp
12598 * gdb.base/watchpoint-cond-gone.exp
12599 * gdb.base/watchpoint-delete.exp
12600 * gdb.base/watchpoint-hw-hit-once.exp
12601 * gdb.base/watchpoint-hw.exp
12602 * gdb.base/watchpoint-stops-at-right-insn.exp
12603 * gdb.base/watchpoints.exp
12604 * gdb.base/wchar.exp
12605 * gdb.base/whatis-exp.exp
12606 * gdb.btrace/buffer-size.exp
12607 * gdb.btrace/data.exp
12608 * gdb.btrace/delta.exp
12609 * gdb.btrace/dlopen.exp
12610 * gdb.btrace/enable.exp
12611 * gdb.btrace/exception.exp
12612 * gdb.btrace/function_call_history.exp
12613 * gdb.btrace/gcore.exp
12614 * gdb.btrace/instruction_history.exp
12615 * gdb.btrace/nohist.exp
12616 * gdb.btrace/reconnect.exp
12617 * gdb.btrace/record_goto-step.exp
12618 * gdb.btrace/record_goto.exp
12619 * gdb.btrace/rn-dl-bind.exp
12620 * gdb.btrace/segv.exp
12621 * gdb.btrace/step.exp
12622 * gdb.btrace/stepi.exp
12623 * gdb.btrace/tailcall-only.exp
12624 * gdb.btrace/tailcall.exp
12625 * gdb.btrace/tsx.exp
12626 * gdb.btrace/unknown_functions.exp
12627 * gdb.btrace/vdso.exp
12628 * gdb.compile/compile-ifunc.exp
12629 * gdb.compile/compile-ops.exp
12630 * gdb.compile/compile-print.exp
12631 * gdb.compile/compile-setjmp.exp
12632 * gdb.cp/abstract-origin.exp
12633 * gdb.cp/ambiguous.exp
12634 * gdb.cp/annota2.exp
12635 * gdb.cp/annota3.exp
12636 * gdb.cp/anon-ns.exp
12637 * gdb.cp/anon-struct.exp
12638 * gdb.cp/anon-union.exp
12639 * gdb.cp/arg-reference.exp
12640 * gdb.cp/baseenum.exp
12641 * gdb.cp/bool.exp
12642 * gdb.cp/breakpoint.exp
12643 * gdb.cp/bs15503.exp
12644 * gdb.cp/call-c.exp
12645 * gdb.cp/casts.exp
12646 * gdb.cp/chained-calls.exp
12647 * gdb.cp/class2.exp
12648 * gdb.cp/classes.exp
12649 * gdb.cp/cmpd-minsyms.exp
12650 * gdb.cp/converts.exp
12651 * gdb.cp/cp-relocate.exp
12652 * gdb.cp/cpcompletion.exp
12653 * gdb.cp/cpexprs.exp
12654 * gdb.cp/cplabel.exp
12655 * gdb.cp/cplusfuncs.exp
12656 * gdb.cp/cpsizeof.exp
12657 * gdb.cp/ctti.exp
12658 * gdb.cp/derivation.exp
12659 * gdb.cp/destrprint.exp
12660 * gdb.cp/dispcxx.exp
12661 * gdb.cp/enum-class.exp
12662 * gdb.cp/exception.exp
12663 * gdb.cp/exceptprint.exp
12664 * gdb.cp/expand-psymtabs-cxx.exp
12665 * gdb.cp/expand-sals.exp
12666 * gdb.cp/extern-c.exp
12667 * gdb.cp/filename.exp
12668 * gdb.cp/formatted-ref.exp
12669 * gdb.cp/fpointer.exp
12670 * gdb.cp/gdb1355.exp
12671 * gdb.cp/gdb2495.exp
12672 * gdb.cp/hang.exp
12673 * gdb.cp/impl-this.exp
12674 * gdb.cp/infcall-dlopen.exp
12675 * gdb.cp/inherit.exp
12676 * gdb.cp/iostream.exp
12677 * gdb.cp/koenig.exp
12678 * gdb.cp/local.exp
12679 * gdb.cp/m-data.exp
12680 * gdb.cp/m-static.exp
12681 * gdb.cp/mb-ctor.exp
12682 * gdb.cp/mb-inline.exp
12683 * gdb.cp/mb-templates.exp
12684 * gdb.cp/member-name.exp
12685 * gdb.cp/member-ptr.exp
12686 * gdb.cp/meth-typedefs.exp
12687 * gdb.cp/method.exp
12688 * gdb.cp/method2.exp
12689 * gdb.cp/minsym-fallback.exp
12690 * gdb.cp/misc.exp
12691 * gdb.cp/namelessclass.exp
12692 * gdb.cp/namespace-enum.exp
12693 * gdb.cp/namespace-nested-import.exp
12694 * gdb.cp/namespace.exp
12695 * gdb.cp/nextoverthrow.exp
12696 * gdb.cp/no-dmgl-verbose.exp
12697 * gdb.cp/non-trivial-retval.exp
12698 * gdb.cp/noparam.exp
12699 * gdb.cp/nsdecl.exp
12700 * gdb.cp/nsimport.exp
12701 * gdb.cp/nsnested.exp
12702 * gdb.cp/nsnoimports.exp
12703 * gdb.cp/nsrecurs.exp
12704 * gdb.cp/nsstress.exp
12705 * gdb.cp/nsusing.exp
12706 * gdb.cp/operator.exp
12707 * gdb.cp/oranking.exp
12708 * gdb.cp/overload-const.exp
12709 * gdb.cp/overload.exp
12710 * gdb.cp/ovldbreak.exp
12711 * gdb.cp/ovsrch.exp
12712 * gdb.cp/paren-type.exp
12713 * gdb.cp/parse-lang.exp
12714 * gdb.cp/pass-by-ref.exp
12715 * gdb.cp/pr-1023.exp
12716 * gdb.cp/pr-1210.exp
12717 * gdb.cp/pr-574.exp
12718 * gdb.cp/pr10687.exp
12719 * gdb.cp/pr12028.exp
12720 * gdb.cp/pr17132.exp
12721 * gdb.cp/pr17494.exp
12722 * gdb.cp/pr9067.exp
12723 * gdb.cp/pr9167.exp
12724 * gdb.cp/pr9631.exp
12725 * gdb.cp/printmethod.exp
12726 * gdb.cp/psmang.exp
12727 * gdb.cp/psymtab-parameter.exp
12728 * gdb.cp/ptype-cv-cp.exp
12729 * gdb.cp/ptype-flags.exp
12730 * gdb.cp/re-set-overloaded.exp
12731 * gdb.cp/ref-types.exp
12732 * gdb.cp/rtti.exp
12733 * gdb.cp/scope-err.exp
12734 * gdb.cp/shadow.exp
12735 * gdb.cp/smartp.exp
12736 * gdb.cp/static-method.exp
12737 * gdb.cp/static-print-quit.exp
12738 * gdb.cp/temargs.exp
12739 * gdb.cp/templates.exp
12740 * gdb.cp/try_catch.exp
12741 * gdb.cp/typedef-operator.exp
12742 * gdb.cp/typeid.exp
12743 * gdb.cp/userdef.exp
12744 * gdb.cp/using-crash.exp
12745 * gdb.cp/var-tag.exp
12746 * gdb.cp/virtbase.exp
12747 * gdb.cp/virtfunc.exp
12748 * gdb.cp/virtfunc2.exp
12749 * gdb.cp/vla-cxx.exp
12750 * gdb.disasm/t01_mov.exp
12751 * gdb.disasm/t02_mova.exp
12752 * gdb.disasm/t03_add.exp
12753 * gdb.disasm/t04_sub.exp
12754 * gdb.disasm/t05_cmp.exp
12755 * gdb.disasm/t06_ari2.exp
12756 * gdb.disasm/t07_ari3.exp
12757 * gdb.disasm/t08_or.exp
12758 * gdb.disasm/t09_xor.exp
12759 * gdb.disasm/t10_and.exp
12760 * gdb.disasm/t11_logs.exp
12761 * gdb.disasm/t12_bit.exp
12762 * gdb.disasm/t13_otr.exp
12763 * gdb.dlang/circular.exp
12764 * gdb.dwarf2/arr-stride.exp
12765 * gdb.dwarf2/arr-subrange.exp
12766 * gdb.dwarf2/atomic-type.exp
12767 * gdb.dwarf2/bad-regnum.exp
12768 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12769 * gdb.dwarf2/callframecfa.exp
12770 * gdb.dwarf2/clztest.exp
12771 * gdb.dwarf2/corrupt.exp
12772 * gdb.dwarf2/data-loc.exp
12773 * gdb.dwarf2/dup-psym.exp
12774 * gdb.dwarf2/dw2-anon-mptr.exp
12775 * gdb.dwarf2/dw2-anonymous-func.exp
12776 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12777 * gdb.dwarf2/dw2-bad-unresolved.exp
12778 * gdb.dwarf2/dw2-basic.exp
12779 * gdb.dwarf2/dw2-canonicalize-type.exp
12780 * gdb.dwarf2/dw2-case-insensitive.exp
12781 * gdb.dwarf2/dw2-common-block.exp
12782 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12783 * gdb.dwarf2/dw2-compressed.exp
12784 * gdb.dwarf2/dw2-const.exp
12785 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12786 * gdb.dwarf2/dw2-cu-size.exp
12787 * gdb.dwarf2/dw2-dup-frame.exp
12788 * gdb.dwarf2/dw2-entry-value.exp
12789 * gdb.dwarf2/dw2-icycle.exp
12790 * gdb.dwarf2/dw2-ifort-parameter.exp
12791 * gdb.dwarf2/dw2-inline-break.exp
12792 * gdb.dwarf2/dw2-inline-param.exp
12793 * gdb.dwarf2/dw2-intercu.exp
12794 * gdb.dwarf2/dw2-intermix.exp
12795 * gdb.dwarf2/dw2-lexical-block-bare.exp
12796 * gdb.dwarf2/dw2-linkage-name-trust.exp
12797 * gdb.dwarf2/dw2-minsym-in-cu.exp
12798 * gdb.dwarf2/dw2-noloc.exp
12799 * gdb.dwarf2/dw2-op-call.exp
12800 * gdb.dwarf2/dw2-op-out-param.exp
12801 * gdb.dwarf2/dw2-opt-structptr.exp
12802 * gdb.dwarf2/dw2-param-error.exp
12803 * gdb.dwarf2/dw2-producer.exp
12804 * gdb.dwarf2/dw2-ranges-base.exp
12805 * gdb.dwarf2/dw2-ref-missing-frame.exp
12806 * gdb.dwarf2/dw2-reg-undefined.exp
12807 * gdb.dwarf2/dw2-regno-invalid.exp
12808 * gdb.dwarf2/dw2-restore.exp
12809 * gdb.dwarf2/dw2-restrict.exp
12810 * gdb.dwarf2/dw2-single-line-discriminators.exp
12811 * gdb.dwarf2/dw2-strp.exp
12812 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12813 * gdb.dwarf2/dw2-unresolved.exp
12814 * gdb.dwarf2/dw2-var-zero-addr.exp
12815 * gdb.dwarf2/dw4-sig-types.exp
12816 * gdb.dwarf2/dwz.exp
12817 * gdb.dwarf2/dynarr-ptr.exp
12818 * gdb.dwarf2/enum-type.exp
12819 * gdb.dwarf2/gdb-index.exp
12820 * gdb.dwarf2/implptr-64bit.exp
12821 * gdb.dwarf2/implptr-optimized-out.exp
12822 * gdb.dwarf2/implptr.exp
12823 * gdb.dwarf2/implref-array.exp
12824 * gdb.dwarf2/implref-const.exp
12825 * gdb.dwarf2/implref-global.exp
12826 * gdb.dwarf2/implref-struct.exp
12827 * gdb.dwarf2/mac-fileno.exp
12828 * gdb.dwarf2/main-subprogram.exp
12829 * gdb.dwarf2/member-ptr-forwardref.exp
12830 * gdb.dwarf2/method-ptr.exp
12831 * gdb.dwarf2/missing-sig-type.exp
12832 * gdb.dwarf2/nonvar-access.exp
12833 * gdb.dwarf2/opaque-type-lookup.exp
12834 * gdb.dwarf2/pieces-optimized-out.exp
12835 * gdb.dwarf2/pieces.exp
12836 * gdb.dwarf2/pr10770.exp
12837 * gdb.dwarf2/pr13961.exp
12838 * gdb.dwarf2/staticvirtual.exp
12839 * gdb.dwarf2/subrange.exp
12840 * gdb.dwarf2/symtab-producer.exp
12841 * gdb.dwarf2/trace-crash.exp
12842 * gdb.dwarf2/typeddwarf.exp
12843 * gdb.dwarf2/valop.exp
12844 * gdb.dwarf2/watch-notconst.exp
12845 * gdb.fortran/array-element.exp
12846 * gdb.fortran/charset.exp
12847 * gdb.fortran/common-block.exp
12848 * gdb.fortran/complex.exp
12849 * gdb.fortran/derived-type-function.exp
12850 * gdb.fortran/derived-type.exp
12851 * gdb.fortran/logical.exp
12852 * gdb.fortran/module.exp
12853 * gdb.fortran/multi-dim.exp
12854 * gdb.fortran/nested-funcs.exp
12855 * gdb.fortran/print-formatted.exp
12856 * gdb.fortran/subarray.exp
12857 * gdb.fortran/vla-alloc-assoc.exp
12858 * gdb.fortran/vla-datatypes.exp
12859 * gdb.fortran/vla-history.exp
12860 * gdb.fortran/vla-ptr-info.exp
12861 * gdb.fortran/vla-ptype-sub.exp
12862 * gdb.fortran/vla-ptype.exp
12863 * gdb.fortran/vla-sizeof.exp
12864 * gdb.fortran/vla-type.exp
12865 * gdb.fortran/vla-value-sub-arbitrary.exp
12866 * gdb.fortran/vla-value-sub-finish.exp
12867 * gdb.fortran/vla-value-sub.exp
12868 * gdb.fortran/vla-value.exp
12869 * gdb.fortran/whatis_type.exp
12870 * gdb.go/chan.exp
12871 * gdb.go/handcall.exp
12872 * gdb.go/hello.exp
12873 * gdb.go/integers.exp
12874 * gdb.go/methods.exp
12875 * gdb.go/package.exp
12876 * gdb.go/strings.exp
12877 * gdb.go/types.exp
12878 * gdb.go/unsafe.exp
12879 * gdb.guile/scm-arch.exp
12880 * gdb.guile/scm-block.exp
12881 * gdb.guile/scm-breakpoint.exp
12882 * gdb.guile/scm-cmd.exp
12883 * gdb.guile/scm-disasm.exp
12884 * gdb.guile/scm-equal.exp
12885 * gdb.guile/scm-frame-args.exp
12886 * gdb.guile/scm-frame-inline.exp
12887 * gdb.guile/scm-frame.exp
12888 * gdb.guile/scm-iterator.exp
12889 * gdb.guile/scm-math.exp
12890 * gdb.guile/scm-objfile.exp
12891 * gdb.guile/scm-ports.exp
12892 * gdb.guile/scm-symbol.exp
12893 * gdb.guile/scm-symtab.exp
12894 * gdb.guile/scm-value-cc.exp
12895 * gdb.guile/types-module.exp
12896 * gdb.linespec/break-ask.exp
12897 * gdb.linespec/cpexplicit.exp
12898 * gdb.linespec/explicit.exp
12899 * gdb.linespec/keywords.exp
12900 * gdb.linespec/linespec.exp
12901 * gdb.linespec/ls-dollar.exp
12902 * gdb.linespec/ls-errs.exp
12903 * gdb.linespec/skip-two.exp
12904 * gdb.linespec/thread.exp
12905 * gdb.mi/mi-async.exp
12906 * gdb.mi/mi-basics.exp
12907 * gdb.mi/mi-break.exp
12908 * gdb.mi/mi-catch-load.exp
12909 * gdb.mi/mi-cli.exp
12910 * gdb.mi/mi-cmd-param-changed.exp
12911 * gdb.mi/mi-console.exp
12912 * gdb.mi/mi-detach.exp
12913 * gdb.mi/mi-disassemble.exp
12914 * gdb.mi/mi-eval.exp
12915 * gdb.mi/mi-file-transfer.exp
12916 * gdb.mi/mi-file.exp
12917 * gdb.mi/mi-fill-memory.exp
12918 * gdb.mi/mi-inheritance-syntax-error.exp
12919 * gdb.mi/mi-linespec-err-cp.exp
12920 * gdb.mi/mi-logging.exp
12921 * gdb.mi/mi-memory-changed.exp
12922 * gdb.mi/mi-read-memory.exp
12923 * gdb.mi/mi-record-changed.exp
12924 * gdb.mi/mi-reg-undefined.exp
12925 * gdb.mi/mi-regs.exp
12926 * gdb.mi/mi-return.exp
12927 * gdb.mi/mi-reverse.exp
12928 * gdb.mi/mi-simplerun.exp
12929 * gdb.mi/mi-solib.exp
12930 * gdb.mi/mi-stack.exp
12931 * gdb.mi/mi-stepi.exp
12932 * gdb.mi/mi-syn-frame.exp
12933 * gdb.mi/mi-until.exp
12934 * gdb.mi/mi-var-block.exp
12935 * gdb.mi/mi-var-child.exp
12936 * gdb.mi/mi-var-cmd.exp
12937 * gdb.mi/mi-var-cp.exp
12938 * gdb.mi/mi-var-display.exp
12939 * gdb.mi/mi-var-invalidate.exp
12940 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12941 * gdb.mi/mi-vla-fortran.exp
12942 * gdb.mi/mi-watch.exp
12943 * gdb.mi/mi2-var-child.exp
12944 * gdb.mi/user-selected-context-sync.exp
12945 * gdb.modula2/unbounded-array.exp
12946 * gdb.multi/dummy-frame-restore.exp
12947 * gdb.multi/multi-arch-exec.exp
12948 * gdb.multi/multi-arch.exp
12949 * gdb.multi/tids.exp
12950 * gdb.multi/watchpoint-multi.exp
12951 * gdb.opencl/callfuncs.exp
12952 * gdb.opencl/convs_casts.exp
12953 * gdb.opencl/datatypes.exp
12954 * gdb.opencl/operators.exp
12955 * gdb.opencl/vec_comps.exp
12956 * gdb.opt/clobbered-registers-O2.exp
12957 * gdb.opt/inline-break.exp
12958 * gdb.opt/inline-bt.exp
12959 * gdb.opt/inline-cmds.exp
12960 * gdb.opt/inline-locals.exp
12961 * gdb.pascal/case-insensitive-symbols.exp
12962 * gdb.pascal/floats.exp
12963 * gdb.pascal/gdb11492.exp
12964 * gdb.python/lib-types.exp
12965 * gdb.python/py-arch.exp
12966 * gdb.python/py-as-string.exp
12967 * gdb.python/py-bad-printers.exp
12968 * gdb.python/py-block.exp
12969 * gdb.python/py-breakpoint-create-fail.exp
12970 * gdb.python/py-breakpoint.exp
12971 * gdb.python/py-caller-is.exp
12972 * gdb.python/py-cmd.exp
12973 * gdb.python/py-explore-cc.exp
12974 * gdb.python/py-explore.exp
12975 * gdb.python/py-finish-breakpoint.exp
12976 * gdb.python/py-finish-breakpoint2.exp
12977 * gdb.python/py-frame-args.exp
12978 * gdb.python/py-frame-inline.exp
12979 * gdb.python/py-frame.exp
12980 * gdb.python/py-framefilter-mi.exp
12981 * gdb.python/py-infthread.exp
12982 * gdb.python/py-lazy-string.exp
12983 * gdb.python/py-linetable.exp
12984 * gdb.python/py-mi-events.exp
12985 * gdb.python/py-mi-objfile.exp
12986 * gdb.python/py-mi.exp
12987 * gdb.python/py-objfile.exp
12988 * gdb.python/py-pp-integral.exp
12989 * gdb.python/py-pp-maint.exp
12990 * gdb.python/py-pp-re-notag.exp
12991 * gdb.python/py-pp-registration.exp
12992 * gdb.python/py-recurse-unwind.exp
12993 * gdb.python/py-strfns.exp
12994 * gdb.python/py-symbol.exp
12995 * gdb.python/py-symtab.exp
12996 * gdb.python/py-sync-interp.exp
12997 * gdb.python/py-typeprint.exp
12998 * gdb.python/py-unwind-maint.exp
12999 * gdb.python/py-unwind.exp
13000 * gdb.python/py-value-cc.exp
13001 * gdb.python/py-xmethods.exp
13002 * gdb.reverse/amd64-tailcall-reverse.exp
13003 * gdb.reverse/break-precsave.exp
13004 * gdb.reverse/break-reverse.exp
13005 * gdb.reverse/consecutive-precsave.exp
13006 * gdb.reverse/consecutive-reverse.exp
13007 * gdb.reverse/finish-precsave.exp
13008 * gdb.reverse/finish-reverse-bkpt.exp
13009 * gdb.reverse/finish-reverse.exp
13010 * gdb.reverse/fstatat-reverse.exp
13011 * gdb.reverse/getresuid-reverse.exp
13012 * gdb.reverse/i386-precsave.exp
13013 * gdb.reverse/i386-reverse.exp
13014 * gdb.reverse/i386-sse-reverse.exp
13015 * gdb.reverse/i387-env-reverse.exp
13016 * gdb.reverse/i387-stack-reverse.exp
13017 * gdb.reverse/insn-reverse.exp
13018 * gdb.reverse/machinestate-precsave.exp
13019 * gdb.reverse/machinestate.exp
13020 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13021 * gdb.reverse/pipe-reverse.exp
13022 * gdb.reverse/readv-reverse.exp
13023 * gdb.reverse/recvmsg-reverse.exp
13024 * gdb.reverse/rerun-prec.exp
13025 * gdb.reverse/s390-mvcle.exp
13026 * gdb.reverse/step-precsave.exp
13027 * gdb.reverse/step-reverse.exp
13028 * gdb.reverse/time-reverse.exp
13029 * gdb.reverse/until-precsave.exp
13030 * gdb.reverse/until-reverse.exp
13031 * gdb.reverse/waitpid-reverse.exp
13032 * gdb.reverse/watch-precsave.exp
13033 * gdb.reverse/watch-reverse.exp
13034 * gdb.rust/generics.exp
13035 * gdb.rust/methods.exp
13036 * gdb.rust/modules.exp
13037 * gdb.rust/simple.exp
13038 * gdb.server/connect-with-no-symbol-file.exp
13039 * gdb.server/ext-attach.exp
13040 * gdb.server/ext-restart.exp
13041 * gdb.server/ext-wrapper.exp
13042 * gdb.server/file-transfer.exp
13043 * gdb.server/server-exec-info.exp
13044 * gdb.server/server-kill.exp
13045 * gdb.server/server-mon.exp
13046 * gdb.server/wrapper.exp
13047 * gdb.stabs/exclfwd.exp
13048 * gdb.stabs/gdb11479.exp
13049 * gdb.threads/clone-new-thread-event.exp
13050 * gdb.threads/corethreads.exp
13051 * gdb.threads/current-lwp-dead.exp
13052 * gdb.threads/dlopen-libpthread.exp
13053 * gdb.threads/gcore-thread.exp
13054 * gdb.threads/sigstep-threads.exp
13055 * gdb.threads/watchpoint-fork.exp
13056 * gdb.trace/actions-changed.exp
13057 * gdb.trace/backtrace.exp
13058 * gdb.trace/change-loc.exp
13059 * gdb.trace/circ.exp
13060 * gdb.trace/collection.exp
13061 * gdb.trace/disconnected-tracing.exp
13062 * gdb.trace/ftrace.exp
13063 * gdb.trace/mi-trace-frame-collected.exp
13064 * gdb.trace/mi-trace-unavailable.exp
13065 * gdb.trace/mi-traceframe-changed.exp
13066 * gdb.trace/mi-tsv-changed.exp
13067 * gdb.trace/no-attach-trace.exp
13068 * gdb.trace/passc-dyn.exp
13069 * gdb.trace/qtro.exp
13070 * gdb.trace/range-stepping.exp
13071 * gdb.trace/read-memory.exp
13072 * gdb.trace/save-trace.exp
13073 * gdb.trace/signal.exp
13074 * gdb.trace/status-stop.exp
13075 * gdb.trace/tfile.exp
13076 * gdb.trace/trace-break.exp
13077 * gdb.trace/trace-buffer-size.exp
13078 * gdb.trace/trace-condition.exp
13079 * gdb.trace/tracefile-pseudo-reg.exp
13080 * gdb.trace/tstatus.exp
13081 * gdb.trace/unavailable.exp
13082 * gdb.trace/while-dyn.exp
13083 * gdb.trace/while-stepping.exp
13084
34c41c68
DE
130852016-12-22 Doug Evans <xdje42@gmail.com>
13086
13087 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13088 and msymbols.
13089
16e69324
YQ
130902016-12-19 Yao Qi <yao.qi@linaro.org>
13091
13092 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13093 (test_with_self): Don't call do_steps_and_nexts, and remove
13094 code about stepping into xmalloc.
13095
f94f411b
YQ
130962016-12-09 Yao Qi <yao.qi@linaro.org>
13097
13098 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13099
131002016-12-09 Yao Qi <yao.qi@linaro.org>
13101
13102 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13103
f1b5deee
PA
131042016-12-09 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.base/all-architectures-0.exp: New file.
13107 * gdb.base/all-architectures-1.exp: New file.
13108 * gdb.base/all-architectures-2.exp: New file.
13109 * gdb.base/all-architectures-3.exp: New file.
13110 * gdb.base/all-architectures-4.exp: New file.
13111 * gdb.base/all-architectures-5.exp: New file.
13112 * gdb.base/all-architectures-6.exp: New file.
13113 * gdb.base/all-architectures-7.exp: New file.
13114 * gdb.base/all-architectures.exp.in: New file.
13115
364ca42e
YQ
131162016-12-09 Yao Qi <yao.qi@linaro.org>
13117
13118 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13119
107c2d62
LM
131202016-12-02 Luis Machado <lgustavo@codesourcery.com>
13121
13122 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13123 possible.
13124 Remove useless pattern-matching code.
13125
df3ee9ca
PA
131262016-12-02 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13129 procedure.
13130 (top level): Call it.
13131
ec835369
PA
131322016-12-02 Pedro Alves <palves@redhat.com>
13133
13134 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13135 New procedure.
13136 (top level): Call it.
13137
01770bbd
PA
131382016-12-02 Pedro Alves <palves@redhat.com>
13139
13140 PR cli/20559
13141 * gdb.base/commands.exp (user_defined_command_args_eval): New
13142 procedure.
13143 (top level): Call it.
13144
008459ea
LM
131452016-12-02 Luis Machado <lgustavo@codesourcery.com>
13146
13147 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13148 timeout handling.
13149
0c1b455e
TT
131502016-12-02 Tom Tromey <tom@tromey.com>
13151
13152 * gdb.dwarf2/main-subprogram.c: New file.
13153 * gdb.dwarf2/main-subprogram.exp: New file.
13154
018572b8
LM
131552016-12-01 Luis Machado <lgustavo@codesourcery.com>
13156
13157 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13158 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13159 gdb_test_no_output for a couple of cases.
13160 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13161
84c93cd5
LM
131622016-12-01 Luis Machado <lgustavo@codesourcery.com>
13163
13164 Fix test names and standardize compilation error messages throughout
13165 the following files:
13166
13167 * gdb.ada/start.exp
13168 * gdb.arch/alpha-step.exp
13169 * gdb.arch/e500-prologue.exp
13170 * gdb.arch/ftrace-insn-reloc.exp
13171 * gdb.arch/gdb1291.exp
13172 * gdb.arch/gdb1431.exp
13173 * gdb.arch/gdb1558.exp
13174 * gdb.arch/i386-dr3-watch.exp
13175 * gdb.arch/i386-sse-stack-align.exp
13176 * gdb.arch/ia64-breakpoint-shadow.exp
13177 * gdb.arch/pa-nullify.exp
13178 * gdb.arch/powerpc-aix-prologue.exp
13179 * gdb.arch/thumb-bx-pc.exp
13180 * gdb.base/annota1.exp
13181 * gdb.base/annota3.exp
13182 * gdb.base/arrayidx.exp
13183 * gdb.base/assign.exp
13184 * gdb.base/attach.exp
13185 * gdb.base/auxv.exp
13186 * gdb.base/bang.exp
13187 * gdb.base/bfp-test.exp
13188 * gdb.base/bigcore.exp
13189 * gdb.base/bitfields2.exp
13190 * gdb.base/break-fun-addr.exp
13191 * gdb.base/break-probes.exp
13192 * gdb.base/call-rt-st.exp
13193 * gdb.base/callexit.exp
13194 * gdb.base/catch-fork-kill.exp
13195 * gdb.base/charset.exp
13196 * gdb.base/checkpoint.exp
13197 * gdb.base/comprdebug.exp
13198 * gdb.base/constvars.exp
13199 * gdb.base/coredump-filter.exp
13200 * gdb.base/cursal.exp
13201 * gdb.base/cvexpr.exp
13202 * gdb.base/detach.exp
13203 * gdb.base/display.exp
13204 * gdb.base/dmsym.exp
13205 * gdb.base/dprintf-pending.exp
13206 * gdb.base/dso2dso.exp
13207 * gdb.base/dtrace-probe.exp
13208 * gdb.base/dump.exp
13209 * gdb.base/enum_cond.exp
13210 * gdb.base/exe-lock.exp
13211 * gdb.base/exec-invalid-sysroot.exp
13212 * gdb.base/execl-update-breakpoints.exp
13213 * gdb.base/exprs.exp
13214 * gdb.base/fileio.exp
13215 * gdb.base/find.exp
13216 * gdb.base/finish.exp
13217 * gdb.base/fixsection.exp
13218 * gdb.base/foll-vfork.exp
13219 * gdb.base/frame-args.exp
13220 * gdb.base/gcore.exp
13221 * gdb.base/gdb1250.exp
13222 * gdb.base/global-var-nested-by-dso.exp
13223 * gdb.base/gnu-ifunc.exp
13224 * gdb.base/hashline1.exp
13225 * gdb.base/hashline2.exp
13226 * gdb.base/hashline3.exp
13227 * gdb.base/hbreak-in-shr-unsupported.exp
13228 * gdb.base/huge.exp
13229 * gdb.base/infcall-input.exp
13230 * gdb.base/info-fun.exp
13231 * gdb.base/info-shared.exp
13232 * gdb.base/jit-simple.exp
13233 * gdb.base/jit-so.exp
13234 * gdb.base/jit.exp
13235 * gdb.base/jump.exp
13236 * gdb.base/label.exp
13237 * gdb.base/lineinc.exp
13238 * gdb.base/logical.exp
13239 * gdb.base/longjmp.exp
13240 * gdb.base/macscp.exp
13241 * gdb.base/miscexprs.exp
13242 * gdb.base/new-ui-echo.exp
13243 * gdb.base/new-ui-pending-input.exp
13244 * gdb.base/new-ui.exp
13245 * gdb.base/nodebug.exp
13246 * gdb.base/nofield.exp
13247 * gdb.base/offsets.exp
13248 * gdb.base/overlays.exp
13249 * gdb.base/pending.exp
13250 * gdb.base/pointers.exp
13251 * gdb.base/pr11022.exp
13252 * gdb.base/printcmds.exp
13253 * gdb.base/prologue.exp
13254 * gdb.base/ptr-typedef.exp
13255 * gdb.base/realname-expand.exp
13256 * gdb.base/relativedebug.exp
13257 * gdb.base/relocate.exp
13258 * gdb.base/remote.exp
13259 * gdb.base/reread.exp
13260 * gdb.base/return2.exp
13261 * gdb.base/savedregs.exp
13262 * gdb.base/sep.exp
13263 * gdb.base/sepdebug.exp
13264 * gdb.base/sepsymtab.exp
13265 * gdb.base/set-inferior-tty.exp
13266 * gdb.base/setshow.exp
13267 * gdb.base/shlib-call.exp
13268 * gdb.base/sigaltstack.exp
13269 * gdb.base/siginfo-addr.exp
13270 * gdb.base/signals.exp
13271 * gdb.base/signull.exp
13272 * gdb.base/sigrepeat.exp
13273 * gdb.base/so-impl-ld.exp
13274 * gdb.base/solib-display.exp
13275 * gdb.base/solib-overlap.exp
13276 * gdb.base/solib-search.exp
13277 * gdb.base/solib-symbol.exp
13278 * gdb.base/structs.exp
13279 * gdb.base/structs2.exp
13280 * gdb.base/symtab-search-order.exp
13281 * gdb.base/twice.exp
13282 * gdb.base/unload.exp
13283 * gdb.base/varargs.exp
13284 * gdb.base/watchpoint-solib.exp
13285 * gdb.base/watchpoint.exp
13286 * gdb.base/whatis.exp
13287 * gdb.base/wrong_frame_bt_full.exp
13288 * gdb.btrace/dlopen.exp
13289 * gdb.cell/ea-standalone.exp
13290 * gdb.cell/ea-test.exp
13291 * gdb.cp/dispcxx.exp
13292 * gdb.cp/gdb2384.exp
13293 * gdb.cp/method2.exp
13294 * gdb.cp/nextoverthrow.exp
13295 * gdb.cp/pr10728.exp
13296 * gdb.disasm/am33.exp
13297 * gdb.disasm/h8300s.exp
13298 * gdb.disasm/mn10300.exp
13299 * gdb.disasm/sh3.exp
13300 * gdb.dwarf2/dw2-dir-file-name.exp
13301 * gdb.fortran/complex.exp
13302 * gdb.fortran/library-module.exp
13303 * gdb.guile/scm-pretty-print.exp
13304 * gdb.guile/scm-symbol.exp
13305 * gdb.guile/scm-type.exp
13306 * gdb.guile/scm-value.exp
13307 * gdb.linespec/linespec.exp
13308 * gdb.mi/gdb701.exp
13309 * gdb.mi/gdb792.exp
13310 * gdb.mi/mi-breakpoint-changed.exp
13311 * gdb.mi/mi-dprintf-pending.exp
13312 * gdb.mi/mi-dprintf.exp
13313 * gdb.mi/mi-exit-code.exp
13314 * gdb.mi/mi-pending.exp
13315 * gdb.mi/mi-solib.exp
13316 * gdb.mi/new-ui-mi-sync.exp
13317 * gdb.mi/pr11022.exp
13318 * gdb.mi/user-selected-context-sync.exp
13319 * gdb.opt/solib-intra-step.exp
13320 * gdb.python/py-events.exp
13321 * gdb.python/py-finish-breakpoint.exp
13322 * gdb.python/py-mi.exp
13323 * gdb.python/py-prettyprint.exp
13324 * gdb.python/py-shared.exp
13325 * gdb.python/py-symbol.exp
13326 * gdb.python/py-template.exp
13327 * gdb.python/py-type.exp
13328 * gdb.python/py-value.exp
13329 * gdb.reverse/solib-precsave.exp
13330 * gdb.reverse/solib-reverse.exp
13331 * gdb.server/solib-list.exp
13332 * gdb.stabs/weird.exp
13333 * gdb.threads/reconnect-signal.exp
13334 * gdb.threads/stepi-random-signal.exp
13335 * gdb.trace/actions.exp
13336 * gdb.trace/ax.exp
13337 * gdb.trace/backtrace.exp
13338 * gdb.trace/change-loc.exp
13339 * gdb.trace/deltrace.exp
13340 * gdb.trace/ftrace-lock.exp
13341 * gdb.trace/ftrace.exp
13342 * gdb.trace/infotrace.exp
13343 * gdb.trace/mi-tracepoint-changed.exp
13344 * gdb.trace/packetlen.exp
13345 * gdb.trace/passcount.exp
13346 * gdb.trace/pending.exp
13347 * gdb.trace/range-stepping.exp
13348 * gdb.trace/report.exp
13349 * gdb.trace/stap-trace.exp
13350 * gdb.trace/tfind.exp
13351 * gdb.trace/trace-break.exp
13352 * gdb.trace/trace-condition.exp
13353 * gdb.trace/trace-enable-disable.exp
13354 * gdb.trace/trace-mt.exp
13355 * gdb.trace/tracecmd.exp
13356 * gdb.trace/tspeed.exp
13357 * gdb.trace/tsv.exp
13358 * lib/perftest.exp
13359
fb9feb35
LM
133602016-12-01 Luis Machado <lgustavo@codesourcery.com>
13361
13362 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13363 with gdb_test_no_output.
13364 Use command as test name.
13365
cd2ddb6c
LM
133662016-12-01 Luis Machado <lgustavo@codesourcery.com>
13367
13368 Fix test names starting with uppercase throughout the files.
13369
13370 * gdb.ada/assign_1.exp
13371 * gdb.ada/boolean_expr.exp
13372 * gdb.base/arrayidx.exp
13373 * gdb.base/del.exp
13374 * gdb.base/gcore-buffer-overflow.exp
13375 * gdb.base/testenv.exp
13376 * gdb.compile/compile.exp
13377 * gdb.python/py-framefilter-invalidarg.exp
13378 * gdb.python/py-framefilter.exp
13379
bb95117e
LM
133802016-12-01 Luis Machado <lgustavo@codesourcery.com>
13381
13382 Fix test names starting with uppercase throughout the files.
13383
13384 * gdb.ada/array_return.exp
13385 * gdb.ada/expr_delims.exp
13386 * gdb.ada/mi_dyn_arr.exp
13387 * gdb.ada/mi_interface.exp
13388 * gdb.ada/mi_var_array.exp
13389 * gdb.ada/watch_arg.exp
13390 * gdb.arch/alpha-step.exp
13391 * gdb.arch/altivec-regs.exp
13392 * gdb.arch/e500-regs.exp
13393 * gdb.arch/powerpc-d128-regs.exp
13394 * gdb.base/arrayidx.exp
13395 * gdb.base/break.exp
13396 * gdb.base/checkpoint.exp
13397 * gdb.base/debug-expr.exp
13398 * gdb.base/dmsym.exp
13399 * gdb.base/radix.exp
13400 * gdb.base/sepdebug.exp
13401 * gdb.base/testenv.exp
13402 * gdb.base/watch_thread_num.exp
13403 * gdb.base/watchpoint-cond-gone.exp
13404 * gdb.cell/break.exp
13405 * gdb.cell/ea-cache.exp
13406 * gdb.compile/compile.exp
13407 * gdb.cp/gdb2495.exp
13408 * gdb.gdb/selftest.exp
13409 * gdb.gdb/xfullpath.exp
13410 * gdb.go/hello.exp
13411 * gdb.go/integers.exp
13412 * gdb.objc/basicclass.exp
13413 * gdb.pascal/hello.exp
13414 * gdb.pascal/integers.exp
13415 * gdb.python/py-breakpoint.exp
13416 * gdb.python/py-cmd.exp
13417 * gdb.python/py-linetable.exp
13418 * gdb.python/py-xmethods.exp
13419 * gdb.python/python.exp
13420 * gdb.reverse/consecutive-precsave.exp
13421 * gdb.reverse/finish-precsave.exp
13422 * gdb.reverse/i386-precsave.exp
13423 * gdb.reverse/machinestate-precsave.exp
13424 * gdb.reverse/sigall-precsave.exp
13425 * gdb.reverse/solib-precsave.exp
13426 * gdb.reverse/step-precsave.exp
13427 * gdb.reverse/until-precsave.exp
13428 * gdb.reverse/watch-precsave.exp
13429 * gdb.threads/leader-exit.exp
13430 * gdb.threads/pthreads.exp
13431 * gdb.threads/wp-replication.exp
13432 * gdb.trace/actions.exp
13433 * gdb.trace/mi-tsv-changed.exp
13434 * gdb.trace/tsv.exp
13435
de97fdd4
LM
134362016-12-01 Luis Machado <lgustavo@codesourcery.com>
13437
13438 Fix test names starting with uppercase throughout the files.
13439
13440 * gdb.arch/i386-bp_permanent.exp
13441 * gdb.arch/i386-gnu-cfi.exp
13442 * gdb.base/disasm-end-cu.exp
13443 * gdb.base/macscp.exp
13444 * gdb.base/pending.exp
13445 * gdb.base/watch_thread_num.exp
13446 * gdb.cp/exception.exp
13447 * gdb.cp/gdb2495.exp
13448 * gdb.cp/local.exp
13449 * gdb.python/py-evsignal.exp
13450 * gdb.python/python.exp
13451 * gdb.trace/tracecmd.exp
13452
9f058c10
LM
134532016-12-01 Luis Machado <lgustavo@codesourcery.com>
13454
13455 Fix test names starting with uppercase throughout the files.
13456
13457 * gdb.base/charset.exp
13458 * gdb.base/eval.exp
13459 * gdb.base/multi-forks.exp
13460 * gdb.guile/scm-progspace.exp
13461 * gdb.opencl/datatypes.exp
13462 * gdb.python/py-block.exp
13463 * gdb.python/py-function.exp
13464 * gdb.python/py-symbol.exp
13465 * gdb.python/py-symtab.exp
13466 * gdb.python/py-xmethods.exp
13467 * gdb.reverse/break-precsave.exp
13468 * gdb.reverse/break-reverse.exp
13469 * gdb.reverse/consecutive-precsave.exp
13470 * gdb.reverse/consecutive-reverse.exp
13471 * gdb.reverse/finish-precsave.exp
13472 * gdb.reverse/finish-reverse-bkpt.exp
13473 * gdb.reverse/finish-reverse.exp
13474 * gdb.reverse/fstatat-reverse.exp
13475 * gdb.reverse/getresuid-reverse.exp
13476 * gdb.reverse/i386-precsave.exp
13477 * gdb.reverse/i386-reverse.exp
13478 * gdb.reverse/i386-sse-reverse.exp
13479 * gdb.reverse/i387-stack-reverse.exp
13480 * gdb.reverse/insn-reverse.exp
13481 * gdb.reverse/machinestate-precsave.exp
13482 * gdb.reverse/machinestate.exp
13483 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13484 * gdb.reverse/pipe-reverse.exp
13485 * gdb.reverse/readv-reverse.exp
13486 * gdb.reverse/recvmsg-reverse.exp
13487 * gdb.reverse/rerun-prec.exp
13488 * gdb.reverse/s390-mvcle.exp
13489 * gdb.reverse/sigall-precsave.exp
13490 * gdb.reverse/sigall-reverse.exp
13491 * gdb.reverse/solib-precsave.exp
13492 * gdb.reverse/solib-reverse.exp
13493 * gdb.reverse/step-precsave.exp
13494 * gdb.reverse/step-reverse.exp
13495 * gdb.reverse/time-reverse.exp
13496 * gdb.reverse/until-precsave.exp
13497 * gdb.reverse/until-reverse.exp
13498 * gdb.reverse/waitpid-reverse.exp
13499 * gdb.reverse/watch-precsave.exp
13500 * gdb.reverse/watch-reverse.exp
13501
cdc7edd7
LM
135022016-12-01 Luis Machado <lgustavo@codesourcery.com>
13503
13504 Fix test names starting with uppercase throughout the files.
13505
13506 * gdb.arch/i386-mpx-simple_segv.exp
13507 * gdb.arch/i386-mpx.exp
13508 * gdb.arch/i386-permbkpt.exp
13509 * gdb.arch/pa-nullify.exp
13510 * gdb.arch/powerpc-d128-regs.exp
13511 * gdb.arch/vsx-regs.exp
13512 * gdb.base/bfp-test.exp
13513 * gdb.base/break.exp
13514 * gdb.base/breakpoint-shadow.exp
13515 * gdb.base/callfuncs.exp
13516 * gdb.base/charset.exp
13517 * gdb.base/commands.exp
13518 * gdb.base/completion.exp
13519 * gdb.base/dfp-test.exp
13520 * gdb.base/echo.exp
13521 * gdb.base/ending-run.exp
13522 * gdb.base/eval.exp
13523 * gdb.base/expand-psymtabs.exp
13524 * gdb.base/float128.exp
13525 * gdb.base/floatn.exp
13526 * gdb.base/foll-exec-mode.exp
13527 * gdb.base/gdb1056.exp
13528 * gdb.base/gdb11531.exp
13529 * gdb.base/kill-after-signal.exp
13530 * gdb.base/multi-forks.exp
13531 * gdb.base/overlays.exp
13532 * gdb.base/pending.exp
13533 * gdb.base/sepdebug.exp
13534 * gdb.base/testenv.exp
13535 * gdb.base/valgrind-db-attach.exp
13536 * gdb.base/watch_thread_num.exp
13537 * gdb.base/watchpoint-cond-gone.exp
13538 * gdb.base/watchpoint.exp
13539 * gdb.base/watchpoints.exp
13540 * gdb.cp/arg-reference.exp
13541 * gdb.cp/baseenum.exp
13542 * gdb.cp/operator.exp
13543 * gdb.cp/shadow.exp
13544 * gdb.dwarf2/dw2-op-out-param.exp
13545 * gdb.dwarf2/dw2-reg-undefined.exp
13546 * gdb.go/chan.exp
13547 * gdb.go/hello.exp
13548 * gdb.go/integers.exp
13549 * gdb.go/methods.exp
13550 * gdb.go/package.exp
13551 * gdb.guile/scm-parameter.exp
13552 * gdb.guile/scm-progspace.exp
13553 * gdb.guile/scm-value.exp
13554 * gdb.mi/mi-pending.exp
13555 * gdb.mi/user-selected-context-sync.exp
13556 * gdb.multi/multi-attach.exp
13557 * gdb.multi/tids.exp
13558 * gdb.opt/clobbered-registers-O2.exp
13559 * gdb.pascal/floats.exp
13560 * gdb.pascal/integers.exp
13561 * gdb.python/py-block.exp
13562 * gdb.python/py-events.exp
13563 * gdb.python/py-parameter.exp
13564 * gdb.python/py-symbol.exp
13565 * gdb.python/py-symtab.exp
13566 * gdb.python/py-type.exp
13567 * gdb.python/py-value.exp
13568 * gdb.python/py-xmethods.exp
13569 * gdb.python/python.exp
13570 * gdb.reverse/break-precsave.exp
13571 * gdb.reverse/consecutive-precsave.exp
13572 * gdb.reverse/finish-precsave.exp
13573 * gdb.reverse/i386-precsave.exp
13574 * gdb.reverse/machinestate-precsave.exp
13575 * gdb.reverse/sigall-precsave.exp
13576 * gdb.reverse/solib-precsave.exp
13577 * gdb.reverse/step-precsave.exp
13578 * gdb.reverse/until-precsave.exp
13579 * gdb.reverse/watch-precsave.exp
13580 * gdb.server/ext-attach.exp
13581 * gdb.server/ext-restart.exp
13582 * gdb.server/ext-run.exp
13583 * gdb.server/ext-wrapper.exp
13584 * gdb.stabs/gdb11479.exp
13585 * gdb.stabs/weird.exp
13586 * gdb.threads/attach-many-short-lived-threads.exp
13587 * gdb.threads/kill.exp
13588 * gdb.threads/watchpoint-fork.exp
13589
bc6c7af4
LM
135902016-12-01 Luis Machado <lgustavo@codesourcery.com>
13591
13592 Fix test names starting with uppercase throughout all the files below.
13593
13594 * gdb.ada/array_return.exp
13595 * gdb.ada/catch_ex.exp
13596 * gdb.ada/info_exc.exp
13597 * gdb.ada/mi_catch_ex.exp
13598 * gdb.ada/mi_dyn_arr.exp
13599 * gdb.ada/mi_ex_cond.exp
13600 * gdb.ada/mi_exc_info.exp
13601 * gdb.ada/mi_interface.exp
13602 * gdb.ada/mi_task_arg.exp
13603 * gdb.ada/mi_task_info.exp
13604 * gdb.ada/mi_var_array.exp
13605 * gdb.arch/alpha-step.exp
13606 * gdb.arch/amd64-disp-step.exp
13607 * gdb.arch/arm-disp-step.exp
13608 * gdb.arch/disp-step-insn-reloc.exp
13609 * gdb.arch/e500-prologue.exp
13610 * gdb.arch/ftrace-insn-reloc.exp
13611 * gdb.arch/gdb1558.exp
13612 * gdb.arch/i386-bp_permanent.exp
13613 * gdb.arch/i386-disp-step.exp
13614 * gdb.arch/i386-float.exp
13615 * gdb.arch/i386-gnu-cfi.exp
13616 * gdb.arch/ia64-breakpoint-shadow.exp
13617 * gdb.arch/mips16-thunks.exp
13618 * gdb.arch/pa-nullify.exp
13619 * gdb.arch/powerpc-aix-prologue.exp
13620 * gdb.arch/powerpc-power.exp
13621 * gdb.arch/ppc-dfp.exp
13622 * gdb.arch/s390-tdbregs.exp
13623 * gdb.arch/spu-info.exp
13624 * gdb.arch/spu-ls.exp
13625 * gdb.arch/thumb-bx-pc.exp
13626 * gdb.base/advance.exp
13627 * gdb.base/annota-input-while-running.exp
13628 * gdb.base/arrayidx.exp
13629 * gdb.base/asmlabel.exp
13630 * gdb.base/async.exp
13631 * gdb.base/attach-wait-input.exp
13632 * gdb.base/auto-connect-native-target.exp
13633 * gdb.base/batch-preserve-term-settings.exp
13634 * gdb.base/bfp-test.exp
13635 * gdb.base/bigcore.exp
13636 * gdb.base/bp-permanent.exp
13637 * gdb.base/break-always.exp
13638 * gdb.base/break-fun-addr.exp
13639 * gdb.base/break-idempotent.exp
13640 * gdb.base/break-main-file-remove-fail.exp
13641 * gdb.base/break-probes.exp
13642 * gdb.base/break-unload-file.exp
13643 * gdb.base/break.exp
13644 * gdb.base/call-ar-st.exp
13645 * gdb.base/call-rt-st.exp
13646 * gdb.base/call-sc.exp
13647 * gdb.base/call-signal-resume.exp
13648 * gdb.base/call-strs.exp
13649 * gdb.base/callexit.exp
13650 * gdb.base/callfuncs.exp
13651 * gdb.base/catch-gdb-caused-signals.exp
13652 * gdb.base/catch-signal-siginfo-cond.exp
13653 * gdb.base/catch-syscall.exp
13654 * gdb.base/compare-sections.exp
13655 * gdb.base/cond-eval-mode.exp
13656 * gdb.base/condbreak-call-false.exp
13657 * gdb.base/consecutive-step-over.exp
13658 * gdb.base/cursal.exp
13659 * gdb.base/disabled-location.exp
13660 * gdb.base/disasm-end-cu.exp
13661 * gdb.base/display.exp
13662 * gdb.base/double-prompt-target-event-error.exp
13663 * gdb.base/dprintf-bp-same-addr.exp
13664 * gdb.base/dprintf-detach.exp
13665 * gdb.base/dprintf-next.exp
13666 * gdb.base/dprintf-non-stop.exp
13667 * gdb.base/dprintf-pending.exp
13668 * gdb.base/dso2dso.exp
13669 * gdb.base/ending-run.exp
13670 * gdb.base/enum_cond.exp
13671 * gdb.base/examine-backward.exp
13672 * gdb.base/exe-lock.exp
13673 * gdb.base/exec-invalid-sysroot.exp
13674 * gdb.base/execl-update-breakpoints.exp
13675 * gdb.base/execution-termios.exp
13676 * gdb.base/fileio.exp
13677 * gdb.base/fixsection.exp
13678 * gdb.base/foll-exec-mode.exp
13679 * gdb.base/foll-exec.exp
13680 * gdb.base/fork-running-state.exp
13681 * gdb.base/frame-args.exp
13682 * gdb.base/fullpath-expand.exp
13683 * gdb.base/func-ptr.exp
13684 * gdb.base/gcore-relro-pie.exp
13685 * gdb.base/gdb1090.exp
13686 * gdb.base/gdb1555.exp
13687 * gdb.base/global-var-nested-by-dso.exp
13688 * gdb.base/gnu-ifunc.exp
13689 * gdb.base/hbreak-in-shr-unsupported.exp
13690 * gdb.base/hbreak-unmapped.exp
13691 * gdb.base/hook-stop.exp
13692 * gdb.base/infcall-input.exp
13693 * gdb.base/info-fun.exp
13694 * gdb.base/info-shared.exp
13695 * gdb.base/interrupt-noterm.exp
13696 * gdb.base/jit-so.exp
13697 * gdb.base/jit.exp
13698 * gdb.base/line-symtabs.exp
13699 * gdb.base/list.exp
13700 * gdb.base/longjmp.exp
13701 * gdb.base/macscp.exp
13702 * gdb.base/max-value-size.exp
13703 * gdb.base/nodebug.exp
13704 * gdb.base/nofield.exp
13705 * gdb.base/overlays.exp
13706 * gdb.base/paginate-after-ctrl-c-running.exp
13707 * gdb.base/paginate-bg-execution.exp
13708 * gdb.base/paginate-inferior-exit.exp
13709 * gdb.base/pending.exp
13710 * gdb.base/pr11022.exp
13711 * gdb.base/printcmds.exp
13712 * gdb.base/ptr-typedef.exp
13713 * gdb.base/ptype.exp
13714 * gdb.base/randomize.exp
13715 * gdb.base/range-stepping.exp
13716 * gdb.base/realname-expand.exp
13717 * gdb.base/relativedebug.exp
13718 * gdb.base/remote.exp
13719 * gdb.base/savedregs.exp
13720 * gdb.base/sepdebug.exp
13721 * gdb.base/set-noassign.exp
13722 * gdb.base/shlib-call.exp
13723 * gdb.base/shreloc.exp
13724 * gdb.base/sigaltstack.exp
13725 * gdb.base/sigbpt.exp
13726 * gdb.base/siginfo-addr.exp
13727 * gdb.base/siginfo-obj.exp
13728 * gdb.base/siginfo-thread.exp
13729 * gdb.base/signest.exp
13730 * gdb.base/signull.exp
13731 * gdb.base/sigrepeat.exp
13732 * gdb.base/skip.exp
13733 * gdb.base/so-impl-ld.exp
13734 * gdb.base/solib-corrupted.exp
13735 * gdb.base/solib-disc.exp
13736 * gdb.base/solib-display.exp
13737 * gdb.base/solib-overlap.exp
13738 * gdb.base/solib-search.exp
13739 * gdb.base/solib-symbol.exp
13740 * gdb.base/source-execution.exp
13741 * gdb.base/sss-bp-on-user-bp-2.exp
13742 * gdb.base/sss-bp-on-user-bp.exp
13743 * gdb.base/stack-checking.exp
13744 * gdb.base/stale-infcall.exp
13745 * gdb.base/step-break.exp
13746 * gdb.base/step-line.exp
13747 * gdb.base/step-over-exit.exp
13748 * gdb.base/step-test.exp
13749 * gdb.base/structs.exp
13750 * gdb.base/sym-file.exp
13751 * gdb.base/symtab-search-order.exp
13752 * gdb.base/term.exp
13753 * gdb.base/type-opaque.exp
13754 * gdb.base/unload.exp
13755 * gdb.base/until-nodebug.exp
13756 * gdb.base/until.exp
13757 * gdb.base/unwindonsignal.exp
13758 * gdb.base/watch-cond.exp
13759 * gdb.base/watch-non-mem.exp
13760 * gdb.base/watch_thread_num.exp
13761 * gdb.base/watchpoint-reuse-slot.exp
13762 * gdb.base/watchpoint-solib.exp
13763 * gdb.base/watchpoint.exp
13764 * gdb.btrace/dlopen.exp
13765 * gdb.cell/arch.exp
13766 * gdb.cell/break.exp
13767 * gdb.cell/bt.exp
13768 * gdb.cell/core.exp
13769 * gdb.cell/data.exp
13770 * gdb.cell/dwarfaddr.exp
13771 * gdb.cell/ea-cache.exp
13772 * gdb.cell/ea-standalone.exp
13773 * gdb.cell/ea-test.exp
13774 * gdb.cell/f-regs.exp
13775 * gdb.cell/fork.exp
13776 * gdb.cell/gcore.exp
13777 * gdb.cell/mem-access.exp
13778 * gdb.cell/ptype.exp
13779 * gdb.cell/registers.exp
13780 * gdb.cell/sizeof.exp
13781 * gdb.cell/solib-symbol.exp
13782 * gdb.cell/solib.exp
13783 * gdb.compile/compile-tls.exp
13784 * gdb.cp/exception.exp
13785 * gdb.cp/gdb2495.exp
13786 * gdb.cp/local.exp
13787 * gdb.cp/mb-inline.exp
13788 * gdb.cp/mb-templates.exp
13789 * gdb.cp/pr10687.exp
13790 * gdb.cp/pr9167.exp
13791 * gdb.cp/scope-err.exp
13792 * gdb.cp/templates.exp
13793 * gdb.cp/virtfunc.exp
13794 * gdb.dwarf2/dw2-dir-file-name.exp
13795 * gdb.dwarf2/dw2-single-line-discriminators.exp
13796 * gdb.fortran/complex.exp
13797 * gdb.fortran/library-module.exp
13798 * gdb.guile/guile.exp
13799 * gdb.guile/scm-cmd.exp
13800 * gdb.guile/scm-frame-inline.exp
13801 * gdb.guile/scm-objfile.exp
13802 * gdb.guile/scm-pretty-print.exp
13803 * gdb.guile/scm-symbol.exp
13804 * gdb.guile/scm-type.exp
13805 * gdb.guile/scm-value.exp
13806 * gdb.linespec/keywords.exp
13807 * gdb.linespec/ls-errs.exp
13808 * gdb.linespec/macro-relative.exp
13809 * gdb.linespec/thread.exp
13810 * gdb.mi/mi-breakpoint-changed.exp
13811 * gdb.mi/mi-dprintf-pending.exp
13812 * gdb.mi/mi-fullname-deleted.exp
13813 * gdb.mi/mi-logging.exp
13814 * gdb.mi/mi-pending.exp
13815 * gdb.mi/mi-solib.exp
13816 * gdb.mi/new-ui-mi-sync.exp
13817 * gdb.mi/user-selected-context-sync.exp
13818 * gdb.multi/dummy-frame-restore.exp
13819 * gdb.multi/multi-arch-exec.exp
13820 * gdb.multi/remove-inferiors.exp
13821 * gdb.multi/watchpoint-multi-exit.exp
13822 * gdb.opt/solib-intra-step.exp
13823 * gdb.perf/backtrace.exp
13824 * gdb.perf/single-step.exp
13825 * gdb.perf/skip-command.exp
13826 * gdb.perf/skip-prologue.exp
13827 * gdb.perf/solib.exp
13828 * gdb.python/lib-types.exp
13829 * gdb.python/py-as-string.exp
13830 * gdb.python/py-bad-printers.exp
13831 * gdb.python/py-block.exp
13832 * gdb.python/py-breakpoint.exp
13833 * gdb.python/py-cmd.exp
13834 * gdb.python/py-events.exp
13835 * gdb.python/py-evthreads.exp
13836 * gdb.python/py-finish-breakpoint.exp
13837 * gdb.python/py-finish-breakpoint2.exp
13838 * gdb.python/py-frame-inline.exp
13839 * gdb.python/py-frame.exp
13840 * gdb.python/py-inferior.exp
13841 * gdb.python/py-infthread.exp
13842 * gdb.python/py-mi.exp
13843 * gdb.python/py-objfile.exp
13844 * gdb.python/py-pp-maint.exp
13845 * gdb.python/py-pp-registration.exp
13846 * gdb.python/py-prettyprint.exp
13847 * gdb.python/py-recurse-unwind.exp
13848 * gdb.python/py-shared.exp
13849 * gdb.python/py-symbol.exp
13850 * gdb.python/py-symtab.exp
13851 * gdb.python/py-template.exp
13852 * gdb.python/py-type.exp
13853 * gdb.python/py-unwind-maint.exp
13854 * gdb.python/py-unwind.exp
13855 * gdb.python/py-value.exp
13856 * gdb.python/python.exp
13857 * gdb.reverse/finish-reverse-bkpt.exp
13858 * gdb.reverse/insn-reverse.exp
13859 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13860 * gdb.reverse/solib-precsave.exp
13861 * gdb.reverse/solib-reverse.exp
13862 * gdb.stabs/gdb11479.exp
13863 * gdb.stabs/weird.exp
13864 * gdb.threads/fork-child-threads.exp
13865 * gdb.threads/fork-plus-threads.exp
13866 * gdb.threads/fork-thread-pending.exp
13867 * gdb.threads/forking-threads-plus-breakpoint.exp
13868 * gdb.threads/hand-call-in-threads.exp
13869 * gdb.threads/interrupted-hand-call.exp
13870 * gdb.threads/linux-dp.exp
13871 * gdb.threads/local-watch-wrong-thread.exp
13872 * gdb.threads/next-while-other-thread-longjmps.exp
13873 * gdb.threads/non-ldr-exit.exp
13874 * gdb.threads/pending-step.exp
13875 * gdb.threads/print-threads.exp
13876 * gdb.threads/process-dies-while-detaching.exp
13877 * gdb.threads/process-dies-while-handling-bp.exp
13878 * gdb.threads/pthreads.exp
13879 * gdb.threads/queue-signal.exp
13880 * gdb.threads/reconnect-signal.exp
13881 * gdb.threads/signal-command-handle-nopass.exp
13882 * gdb.threads/signal-command-multiple-signals-pending.exp
13883 * gdb.threads/signal-delivered-right-thread.exp
13884 * gdb.threads/signal-sigtrap.exp
13885 * gdb.threads/sigthread.exp
13886 * gdb.threads/staticthreads.exp
13887 * gdb.threads/stepi-random-signal.exp
13888 * gdb.threads/thread-unwindonsignal.exp
13889 * gdb.threads/thread_check.exp
13890 * gdb.threads/thread_events.exp
13891 * gdb.threads/tid-reuse.exp
13892 * gdb.threads/tls-nodebug.exp
13893 * gdb.threads/tls-shared.exp
13894 * gdb.threads/tls-so_extern.exp
13895 * gdb.threads/tls.exp
13896 * gdb.threads/wp-replication.exp
13897 * gdb.trace/actions-changed.exp
13898 * gdb.trace/actions.exp
13899 * gdb.trace/backtrace.exp
13900 * gdb.trace/change-loc.exp
13901 * gdb.trace/collection.exp
13902 * gdb.trace/deltrace.exp
13903 * gdb.trace/disconnected-tracing.exp
13904 * gdb.trace/entry-values.exp
13905 * gdb.trace/ftrace-lock.exp
13906 * gdb.trace/ftrace.exp
13907 * gdb.trace/infotrace.exp
13908 * gdb.trace/mi-trace-frame-collected.exp
13909 * gdb.trace/mi-trace-unavailable.exp
13910 * gdb.trace/mi-traceframe-changed.exp
13911 * gdb.trace/mi-tracepoint-changed.exp
13912 * gdb.trace/mi-tsv-changed.exp
13913 * gdb.trace/no-attach-trace.exp
13914 * gdb.trace/packetlen.exp
13915 * gdb.trace/passc-dyn.exp
13916 * gdb.trace/passcount.exp
13917 * gdb.trace/pending.exp
13918 * gdb.trace/pr16508.exp
13919 * gdb.trace/qtro.exp
13920 * gdb.trace/range-stepping.exp
13921 * gdb.trace/read-memory.exp
13922 * gdb.trace/report.exp
13923 * gdb.trace/save-trace.exp
13924 * gdb.trace/signal.exp
13925 * gdb.trace/stap-trace.exp
13926 * gdb.trace/status-stop.exp
13927 * gdb.trace/strace.exp
13928 * gdb.trace/tfile.exp
13929 * gdb.trace/tfind.exp
13930 * gdb.trace/trace-break.exp
13931 * gdb.trace/trace-condition.exp
13932 * gdb.trace/trace-enable-disable.exp
13933 * gdb.trace/trace-mt.exp
13934 * gdb.trace/tracecmd.exp
13935 * gdb.trace/tracefile-pseudo-reg.exp
13936 * gdb.trace/tspeed.exp
13937 * gdb.trace/tstatus.exp
13938 * gdb.trace/tsv.exp
13939 * gdb.trace/unavailable.exp
13940 * gdb.trace/while-dyn.exp
13941 * gdb.trace/while-stepping.exp
13942 * lib/gdb-guile.exp
13943 * lib/gdb.exp
13944 * lib/mi-support.exp
13945 * lib/pascal.exp
13946 * lib/perftest.exp
13947 * lib/prelink-support.exp
13948 * lib/selftest-support.exp
13949
ad02e4fe
SM
139502016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13951
13952 * Makefile.in: Include disable-implicit-rules.mk.
13953
22347e55
AA
139542016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13955
13956 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13957 non-byte-aligned bit fields.
13958
da5b30da
AA
139592016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13960
13961 PR gdb/12616
13962 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13963 respects the DW_AT_data_bit_offset attribute.
13964
b593ecca
SM
139652016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13966
13967 * gdb.base/default.exp: Fix output of "set language".
13968
3b165252
SM
139692016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13970
13971 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13972 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13973 make.
13974 * configure.ac: Remove checks for the make program.
13975 * configure: Re-generate.
13976
1a2f3d7f
KB
139772016-11-16 Kevin Buettner <kevinb@redhat.com>
13978
13979 * gdb.python/py-recurse-unwind.c (main): Add loop.
13980 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13981 to read_register() and gdb.parse_and_eval(). Make each code
13982 call a separate case that can be individually tested.
13983 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13984 proc. Call cont_and_backtrace for each of the code paths that
13985 we want to test in the unwinder.
13986
b7f38fda
AA
139872016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13988
13989 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13990 the definition of struct S.
13991
1f8db343
CM
139922016-11-11 Catherine Moore <clm@codesourcery.com>
13993
13994 * gdb.base/dump.exp: Identify verilog format dump tests as such.
13995
fad0c9fb
PA
139962016-11-09 Pedro Alves <palves@redhat.com>
13997
13998 * gdb.base/commands.exp (runto_or_return): New procedure.
13999 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14000 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14001 (progvar_simple_while_test, progvar_complex_if_while_test)
14002 (if_while_breakpoint_command_test)
14003 (infrun_breakpoint_command_test, breakpoint_command_test)
14004 (user_defined_command_test, watchpoint_command_test)
14005 (test_command_prompt_position, redefine_hook_test)
14006 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14007 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14008 multi_line_input and multi_line. Remove gdb_expect and
14009 gdb_stop_suppressing_tests uses.
14010 * lib/gdb.exp (valnum_re): New global.
14011 (multi_line_input): New procedure.
14012
8354c62c
SM
140132016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14014
14015 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14016 Remove.
14017 (test_setup): Define with proc_with_prefix.
14018 (test_cli_inferior): Likewise.
14019 (test_cli_thread): Likewise.
14020 (test_cli_frame): Likewise.
14021 (test_cli_select_frame): Likewise.
14022 (test_cli_up_down): Likewise.
14023 (test_mi_thread_select): Likewise.
14024 (test_mi_stack_select_frame): Likewise.
14025 (test_cli_in_mi_inferior): Likewise.
14026 (test_cli_in_mi_thread): Likewise.
14027 (test_cli_in_mi_frame): Likewise.
14028 (top level): Do not use with_test_prefix_procname.
14029
64f367a2
PA
140302016-11-09 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.base/commands.exp (gdbvar_simple_if_test)
14033 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14034 (progvar_simple_if_test, progvar_simple_while_test)
14035 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14036 (infrun_breakpoint_command_test, breakpoint_command_test)
14037 (user_defined_command_test, watchpoint_command_test)
14038 (test_command_prompt_position, deprecated_command_test)
14039 (bp_deleted_in_command, temporary_breakpoint_commands)
14040 (stray_arg0_test, source_file_with_indented_comment)
14041 (recursive_source_test, if_commands_test)
14042 (error_clears_commands_left, redefine_hook_test)
14043 (redefine_backtrace_test): Use proc_with_prefix.
14044 * lib/gdb.exp (proc_with_prefix): New proc.
14045
0bb65f1e
AA
140462016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14047
14048 * gdb.base/tui-layout.c: New file.
14049 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14050 disassembly window contains very long lines.
14051
7353f247
TT
140522016-11-08 Tom Tromey <tom@tromey.com>
14053
14054 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14055 depend on Python 2.
14056
30a7bb83
TT
140572016-11-08 Tom Tromey <tom@tromey.com>
14058
14059 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14060 New method.
14061
cdf5a07c
MG
140622016-10-29 Manish Goregaokar <manish@mozilla.com>
14063
2806dc7e 14064 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14065
51a789c3
MG
140662016-10-27 Manish Goregaokar <manish@mozilla.com>
14067
2806dc7e
PA
14068 * gdb.rust/simple.rs: Add test for univariant enums without
14069 discriminants and for encoded struct-like enums.
51a789c3 14070
f610ab6d
PA
140712016-10-28 Pedro Alves <palves@redhat.com>
14072
14073 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14074 gdb_test_multiple, tighten regexps and match symtabs and line
14075 tables incrementally.
14076
b129b0ca
LM
140772016-10-28 Luis Machado <lgustavo@codesourcery.com>
14078
14079 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14080 general.
14081
ecf45d2c
SL
140822016-10-25 Luis Machado <lgustavo@codesourcery.com>
14083
14084 * gdb.base/exec-invalid-sysroot.exp: New file.
14085
b8d38ee4
JK
140862016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14087
14088 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14089
f90fd8c2
JK
140902016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14091
14092 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14093
2d2476aa
MR
140942016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14095
2806dc7e
PA
14096 * gdb.base/killed-outside.exp: Remove $options from a call to
14097 `prepare_for_testing'.
2d2476aa 14098
e42b25a0
SM
140992016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14100
14101 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14102 Change test message.
14103
3ccdb432
SM
141042016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14105
14106 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14107 Update comment.
14108
5bad3170
SM
141092016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14110
14111 * gdb.trace/mi-trace-save.exp: New file.
14112
5ad9dba7
YQ
141132016-10-13 Yao Qi <yao.qi@linaro.org>
14114
14115 * gdb.base/code_elim.exp (get_var_address): Remove.
14116 * gdb.base/relocate.exp: Likewise.
14117 * gdb.base/shreloc.exp: Likewise.
14118 * lib/gdb.exp (get_var_address): New.
14119
62df7e21
YQ
141202016-10-13 Yao Qi <yao.qi@linaro.org>
14121
14122 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14123 floating point tests if $skip_float_test is false.
14124
4dac951e
LM
141252016-10-12 Luis Machado <lgustavo@codesourcery.com>
14126
14127 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14128 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14129 argc values.
14130 Add 1 to argc so we guarantee distinct initial/modified argc values.
14131
8f1a8fc4
JK
141322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14133
14134 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14135
16c85b5d
JK
141362016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14137
14138 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14139 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14140 * gdb.arch/vsx-regs.exp: Likewise.
14141
1d0e042a
YQ
141422016-10-07 Yao Qi <yao.qi@linaro.org>
14143
14144 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14145
68dadef5
MM
141462016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14147
14148 * gdb.python/python.exp: Test decode_line("*0").
14149
33fa2c6e
DE
141502016-10-06 Doug Evans <dje@google.com>
14151
14152 * gdb.python/py-value.exp (test_value_creation): Add test for large
14153 unsigned 64-bit value.
14154
9c37b5ae
TT
141552016-10-06 Tom Tromey <tom@tromey.com>
14156
14157 * gdb.compile/compile.exp: Change java tests to rust.
14158 * gdb.base/setshow.exp: Change java tests to rust.
14159 * gdb.base/default.exp: Remove java from language list.
14160 * README (Examples): Update language example.
14161 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14162 test.
14163 * lib/gdb.exp (skip_java_tests): Remove.
14164 * lib/java.exp: Remove.
14165 * gdb.java: Remove.
14166
78b86327
MR
141672016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14168
14169 * gdb.arch/mips-fcr.exp: New test.
14170 * gdb.arch/mips-fcr.c: Source for the new test.
14171
7470adbb
MR
141722016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14173
14174 * gdb.base/solib-disc.exp: Use `standard_output_file'
14175 throughout.
14176
4a556533
PA
141772016-10-06 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/jit-simple-dl.c: New file.
14180 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14181 * gdb.base/jit-simple.c: ... this.
14182 * gdb.base/jit-simple.exp (jit_run): Delete.
14183 (build_jit): New proc.
14184 (jit_test_reread): Recompile either the main program or the shared
14185 library, depending on what is being tested. Skip changing address
14186 if caller wants to. Compare before/after addresses. If testing
14187 standalone, explicitly load the binary. Test "maint info
14188 breakpoints".
14189 (top level): Add "standalone vs shared lib" and "change address"
14190 vs "same address" axes.
14191
5a122fbc
PA
141922016-10-06 Pedro Alves <palves@redhat.com>
14193
14194 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14195 call.
14196 (jit_run): Delete.
14197 (jit_test_reread): Use with_test_prefix. Reload the main binary
14198 explicitly. Compare the before/after addresses of the JIT
14199 descriptor.
14200
ee8da4b8
DE
142012016-08-15 Doug Evans <dje@google.com>
14202
14203 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14204 for single bitfields is bool.
14205 * gdb.xml/tdesc-regs.exp: Ditto.
14206
f389f6fe
JK
142072016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14208
14209 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14210
fdebf1a4
YQ
142112016-10-05 Yao Qi <yao.qi@linaro.org>
14212
14213 * lib/gdb.exp (support_complex_tests): Return zero if
14214 gdb_skip_float_test return true.
14215
9c36d954 142162016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14217 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14218
14219 PR gdb/20487
14220 * gdb.mi/user-selected-context-sync.exp: New file.
14221 * gdb.mi/user-selected-context-sync.c: New file.
14222
4034d0ff 142232016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14224 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14225
14226 PR gdb/20487
14227 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14228 =thread-select-event check.
14229
a4297203
PB
142302016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14231
14232 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14233 the compulsory L operand changes.
14234 * gdb.arch/powerpc-power.s: Likewise.
14235
bb805577
JK
142362016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14237
14238 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14239 * gdb.base/jit-attach-pie.c: New file.
14240 * gdb.base/jit-attach-pie.exp: New file.
14241
6d61dee5
PA
142422016-09-28 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.base/infcall-input.c: New file.
14245 * gdb.base/infcall-input.exp: New file.
14246
f73842fc
YQ
142472016-09-22 Yao Qi <yao.qi@linaro.org>
14248
14249 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14250 (gdb_exit): Rename it to ...
14251 (gdbserver_gdb_exit): ... Close GDBserver.
14252 (gdb_exit): New proc, call gdbserver_gdb_exit.
14253 (mi_gdb_exit): Likewise.
14254
90681dab
YQ
142552016-09-22 Yao Qi <yao.qi@linaro.org>
14256
14257 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14258 path.
14259 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14260 Remove duplication.
14261
9c211fd8
YQ
142622016-09-22 Yao Qi <yao.qi@linaro.org>
14263
14264 * lib/gdbserver-support.exp: Check the existence of
14265 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14266
ad0a504f
AK
142672016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14268
14269 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14270
36cf1806
TT
142712016-09-21 Tom Tromey <tom@tromey.com>
14272
14273 PR gdb/20604:
14274 * gdb.base/quit.exp: New file.
14275
74172ecf
SM
142762016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14277
14278 * .gitignore: New file.
14279
3d0ec882
MR
142802016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14281
14282 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14283 throughout.
14284
8193adea
AA
142852016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14286
14287 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14288
d41a5c09
JK
142892016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14290
14291 * gdb.cp/casts.cc (decltype): Move it ...
14292 (main): ... with its call to ...
14293 * gdb.cp/casts03.cc: ... a new file.
14294 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14295
d2dfe700
JK
142962016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14297
14298 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14299
e2a92b16
PB
143002016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14301
14302 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14303 and sync up the test with tests in gas/testsuite/gas/ppc.
14304 * gdb.arch/powerpc-power.exp: Likewise.
14305
49b4de64
JK
143062016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14307
14308 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14309
2c29df25
SDJ
143102016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14311 Jan Kratochvil <jan.kratochvil@redhat.com>
14312
14313 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14314 make m1's definition to be different from m2's. Use 'dummy' as an
14315 argument for probe 'two'.
14316
cc3c2846
JB
143172016-09-10 Jon Beniston <jon@beniston.com>
14318
14319 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14320 for sim target.
14321
e1b2624a
AA
143222016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14323
14324 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14325 variable declaration.
14326 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14327 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14328 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14329 received HWCAP as its argument.
14330
4295e285
PA
143312016-09-06 Pedro Alves <palves@redhat.com>
14332
14333 * gdb.base/new-ui-pending-input.c: New file.
14334 * gdb.base/new-ui-pending-input.exp: New file.
14335 * gdb.exp (clear_gdb_spawn_id): New procedure.
14336 (with_spawn_id): Check whether gdb_spawn_id exists before
14337 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14338 on exit.
14339
00d5215e
UW
143402016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14341
14342 * gdb.base/float128.c: New file.
14343 * gdb.base/float128.exp: Likewise.
14344 * gdb.base/floatn.c: Likewise.
14345 * gdb.base/floatn.exp: Likewise.
14346
a9ff5f12
UW
143472016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14348
14349 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14350
f245535c
PA
143512016-09-05 Pedro Alves <palves@redhat.com>
14352
14353 PR backtrace/19927
14354 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14355 unwinders are immediately called as side effect of "source" or
14356 "disable unwinder" commands.
14357 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14358
ae9cf263
YQ
143592016-09-02 Yao Qi <yao.qi@linaro.org>
14360
14361 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14362 is true and $type is "float" or "double".
14363
27aba047
YQ
143642016-09-02 Yao Qi <yao.qi@linaro.org>
14365
14366 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14367 true.
14368 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14369 * gdb.base/call-rt-st.exp: Likewise.
14370 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14371 return value instead of gdb,skip_float_test.
14372 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14373 (do_function_calls): Use its return value instead of
14374 gdb,skip_float_test.
14375 * gdb.base/finish.exp: Likewise.
14376 * gdb.base/funcargs.exp: Likewise.
14377 * gdb.base/return.exp: Likewise.
14378 * gdb.base/return2.exp: Likewise.
14379 * gdb.base/varargs.exp: Likewise.
14380 * lib/gdb.exp (gdb_skip_float_test): Change it to
14381 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14382
5af962df
AA
143832016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14384
14385 * gdb.multi/tids.exp: Test "thread apply all".
14386
7fac6910
JK
143872016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14388
14389 * gdb.base/default.exp (tty): Remove.
14390
bb1fe4ac
KB
143912016-08-24 Kevin Buettner <kevinb@redhat.com>
14392
2806dc7e
PA
14393 * gdb.python/py-recurse-unwind.c: New file.
14394 * gdb.python/py-recurse-unwind.py: New file.
14395 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14396
0a1ddfa6
SM
143972016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14398
14399 * gdb.base/set-inferior-tty.exp: New file.
14400 * gdb.base/set-inferior-tty.c: New file.
14401
d9de1fe3
PA
144022016-08-23 Pedro Alves <palves@redhat.com>
14403
14404 PR gdb/20494
14405 * gdb.base/new-ui-echo.c: New file.
14406 * gdb.base/new-ui-echo.exp: New file.
14407
e9d9abd7
YQ
144082016-08-23 Yao Qi <yao.qi@linaro.org>
14409
14410 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14411 gdbserver_spawn.
14412 * gdb.server/connect-without-multi-process.exp (do_test):
14413 Likewise.
14414
3589529e
YQ
144152016-08-23 Yao Qi <yao.qi@linaro.org>
14416
14417 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14418 standalone_txt. Delete gdb_txt and standalone_txt on host
14419 and target. Spawn the binary on target. Copy files from
14420 target to host.
14421
6bb90213
PA
144222016-08-22 Pedro Alves <palves@redhat.com>
14423
14424 PR gdb/20505
14425 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14426 with_test_prefix. Factor out bits to ...
14427 (test_no_vdso): ... this new procedure.
14428
20c2c024
CL
144292016-08-19 Carl Love <cel@us.ibm.com>
14430
14431 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14432 maintaining separate logic for constructing the output path.
14433 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14434 * gdb.arch/ppc-dfp.exp: Likewise.
14435 * gdb.arch/ppc-fp.exp: Likewise.
14436 * gdb.arch/vsx-regs.exp: Likewise.
14437 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14438 binprefix for generating the additional binary files.
14439
0646e07d
PA
144402016-08-19 Pedro Alves <palves@redhat.com>
14441
14442 * gdb.trace/mi-trace-frame-collected.exp
14443 (test_trace_frame_collected): On x32, expect two registers.
14444
46da9242
CL
144452016-08-18 Carl Love <cel@us.ibm.com>
14446
14447 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14448 and sync up the test with tests in gas/testsuite/gas/ppc.
14449 * gdb.arch/powerpc-power.exp: Likewise.
14450
eb2332d7
SM
144512016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14452
14453 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14454 expected error message.
14455
63c61e04
SM
144562016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14457
14458 * gdb.multi/remove-inferiors.exp: New file.
14459 * gdb.multi/remove-inferiors.c: New file.
14460
7b17065f
YQ
144612016-08-12 Yao Qi <yao.qi@linaro.org>
14462
14463 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14464 argument list.
14465
01d3dedf
PA
144662016-08-10 Pedro Alves <palves@redhat.com>
14467
14468 PR gdb/19187
14469 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14470 setup_kfails.
14471
3eb7562a
PA
144722016-08-09 Pedro Alves <palves@redhat.com>
14473 Simon Marchi <simon.marchi@ericsson.com>
14474
14475 PR gdb/20418
14476 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14477 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14478
80614914
PA
144792016-08-09 Pedro Alves <palves@redhat.com>
14480
14481 PR mi/20431
14482 * gdb.mi/mi-cmd-error.exp: New file.
14483
f348d89a
PA
144842016-08-09 Pedro Alves <palves@redhat.com>
14485
14486 PR gdb/18653
14487 * gdb.base/signals-state-child.c: New file.
14488 * gdb.base/signals-state-child.exp: New file.
14489 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14490
e5ca03b4
PA
144912016-08-09 Pedro Alves <palves@redhat.com>
14492
14493 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14494
282a0691
TT
144952016-08-03 Tom Tromey <tom@tromey.com>
14496
14497 PR python/18565:
14498 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14499
41bfcd63
YQ
145002016-08-01 Yao Qi <yao.qi@linaro.org>
14501
14502 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14503 variable mode to "multi-process" if $multi_process is 1, otherwise
14504 set it to "single-process".
14505
e3465b24
YQ
145062016-08-01 Yao Qi <yao.qi@linaro.org>
14507
14508 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14509 * gdb.cp/cpexprs.exp: Likewise.
14510 * gdb.cp/m-static.exp: Likewise.
14511
0b31a4bc
TT
145122016-07-26 Tom Tromey <tom@tromey.com>
14513
14514 PR python/20190:
14515 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14516 test.
14517
e0461dbb
MM
145182016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14519
14520 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14521 selecting assembly source files.
14522 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14523 assembly source files.
14524 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14525 assembly source files.
14526 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14527 selecting assembly source files.
14528
8194e927
SM
145292016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14530
14531 * gdb.base/new-ui.exp (do_test_invalid_args): New
14532 procedure.
14533
c0272db5
TW
145342016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14535
14536 * gdb.btrace/reconnect.c: New file.
14537 * gdb.btrace/reconnect.exp: New file.
14538
e3487908
GKB
145392016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14540
14541 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14542 to test_catch_syscall_group.
14543 (test_catch_syscall_group): New.
14544
12df5c00
TT
145452016-07-21 Tom Tromey <tom@tromey.com>
14546
14547 * gdb.rust/simple.rs (main): Use empty struct expression.
14548 * gdb.rust/simple.exp: Add tests for empty struct expression.
14549
bae62ee2
YQ
145502016-07-21 Yao Qi <yao.qi@linaro.org>
14551
14552 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14553 if gdb_skip_xml_test is true on some targets.
14554
b1b53fb3
YQ
145552016-07-21 Yao Qi <yao.qi@linaro.org>
14556
14557 * gdb.server/solib-list.exp: Unset last_loaded_file.
14558
027d97f8
JK
145592016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14560
14561 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14562 "step into captured_main (args)".
14563
7674d381
JK
145642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14565
14566 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14567
72b5d099
JK
145682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14569
14570 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14571
1f960ced
PA
145722016-07-19 Pedro Alves <palves@redhat.com>
14573
14574 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14575 * gdb.opt/inline-bt.exp: Likewise.
14576 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14577 additional_flags=-Winline.
14578 * gdb.opt/inline-locals.exp: Likewise.
14579 * gdb.opt/inline-markers.c (ATTR): Define.
14580 (inlined_fn): Use it.
14581
f25827c1
YQ
145822016-07-19 Yao Qi <yao.qi@linaro.org>
14583
14584 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14585 (test_with_self): Remove some code. Remove argument executable.
14586 (top-level): Use do_self_tests.
14587
37539ebe
DB
145882016-07-15 Zachary Welch <zwelch@codesourcery.com>
14589 Don Breazeal <donb@codesourcery.com>
14590
14591 * gdb.base/maint.exp: Escape paths used in regular expressions.
14592 * gdb.stabs/weird.exp: Likewise.
14593
dac790e1
TT
145942016-07-13 Tom Tromey <tom@tromey.com>
14595
14596 PR python/15620, PR python/18620:
14597 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14598 (test_bkpt_events): New procs.
14599
93daf339
TT
146002016-07-13 Tom Tromey <tom@tromey.com>
14601
14602 PR python/17698:
14603 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14604 test.
14605 (test_watchpoints): Likewise.
14606 (test_bkpt_pending): New proc.
14607
6571a381
TT
146082016-07-13 Tom Tromey <tom@tromey.com>
14609
14610 PR cli/18053:
14611 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14612 completion test.
14613
e8732474
JK
146142016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14615
14616 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14617 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14618 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14619 f_label.
14620 (g): Rename g_end_lbl to g_label.
14621 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14622 low_pc and high_pc.
14623 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14624
e0f3fd7c
TT
146252016-07-12 Tom Tromey <tom@tromey.com>
14626
14627 PR python/19293:
14628 * gdb.python/py-unwind-maint.exp: Update tests.
14629
3cfe46b6
YQ
146302016-07-12 Yao Qi <yao.qi@linaro.org>
14631
14632 * lib/selftest-support.exp (selftest_setup): Match the output
14633 when captured_main is inlined.
14634
4f19a0e6
WT
146352016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14636
14637 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14638 New variables.
14639 (print this%a, print this%b, print this): New tests.
14640 * gdb.fortran/derived-types.f90 (this): New object and
14641 initialization.
14642
986cf455
SM
146432016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14644
14645 * gdb.ada/arraydim.exp: Remove extra directory level in build
14646 directory.
14647
f0464b23
SM
146482016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14649
14650 * lib/ada.exp: Remove extra directory level in build directory.
14651 * gdb.ada/cond_lang.exp: Likewise.
14652 * gdb.ada/exec_changed.exp: Likewise.
14653 * gdb.ada/lang_switch.exp: Likewise.
14654
42d94011
MG
146552016-07-06 Manish Goregaokar <manish@mozilla.com>
14656
2806dc7e
PA
14657 * simple.rs: Add test for raw pointer subscripting.
14658 * simple.exp: Add test expectations.
42d94011 14659
647c264c
YQ
146602016-07-05 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.mi/mi-reverse.exp: Match =record-started output.
14663
20aa2c60
PA
146642016-07-01 Pedro Alves <palves@redhat.com>
14665
14666 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14667 procedure.
14668 (jit_reader_test): Test the jit reader's unwinder.
14669 * gdb.base/jithost.c (jit_function_00_code): New global.
14670 (main): Use memcpy to fill in the mmapped code, instead of poking
14671 bytes manually here.
14672 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14673 value.
14674 (read_debug_info): Save the function's range.
14675 (read_sp): New function.
14676 (unwind_frame): Use it. Also unwind RBP.
14677 (get_frame_id): Use read_sp.
14678 (gdb_init_reader): Use calloc instead of malloc.
14679 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14680 parameter. Use gdb_test_multiple.
14681
ced2dffb
PA
146822016-07-01 Pedro Alves <palves@redhat.com>
14683 Antoine Tremblay <antoine.tremblay@ericsson.com>
14684
14685 * gdb.threads/process-dies-while-detaching.c: New file.
14686 * gdb.threads/process-dies-while-detaching.exp: New file.
14687
63000888
PA
146882016-07-01 Pedro Alves <palves@redhat.com>
14689
14690 * gdb.multi/watchpoint-multi-exit.c: New file.
14691 * gdb.multi/watchpoint-multi-exit.exp: New file.
14692
038d4868
PA
146932016-06-30 Pedro Alves <palves@redhat.com>
14694
14695 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14696 unset inferior_spawn_id.
14697
994e9c83
PA
146982016-06-30 Pedro Alves <palves@redhat.com>
14699
14700 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14701 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14702
e5653468
YQ
147032016-06-29 Yao Qi <yao.qi@linaro.org>
14704
14705 * gdb.base/return.c: Add copyright header.
14706
803b47e5
TT
147072016-06-29 Tom Tromey <tom@tromey.com>
14708
14709 PR python/20129:
14710 * gdb.python/py-framefilter.exp: Add tests for setting priority
14711 and disabling of non-existent frame filter.
14712
28244707
YQ
147132016-06-29 Yao Qi <yao.qi@linaro.org>
14714
14715 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14716 0x0f07ff.
14717
a31d2f06
YQ
147182016-06-28 Yao Qi <yao.qi@linaro.org>
14719
14720 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14721 triplets. Start gdb, execute catch syscall, and continue. Check
14722 gdb's output to determine catch syscall is supported.
14723
921d8f54
MG
147242016-06-27 Manish Goregaokar <manish@mozilla.com>
14725
25d49b86
PA
14726 * gdb.rust/simple.rs: Add test for returning unit in a function.
14727 * gdb.rust/simple.exp: Add expectation for functions returning
14728 unit.
921d8f54 14729
f4952523
PMR
147302016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14731
14732 * gdb.python/py-breakpoint-create-fail.c,
14733 gdb.python/py-breakpoint-create-fail.exp,
14734 gdb.python/py-breakpoint-create-fail.py: New testcase.
14735
fccb08f8
MG
147362016-06-25 Manish Goregaokar <manish@mozilla.com>
14737
14738 PR gdb/20239
14739 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14740 * gdb.rust/simple.exp: Add test expectations for new NonZero
14741 tests.
fccb08f8 14742
6b850546
DT
147432016-06-24 David Taylor <dtaylor@emc.com>
14744
14745 * gdb.base/offsets.exp: New file.
14746 * gdb.base/offsets.c: New file.
14747
17621150
TT
147482016-06-23 Tom Tromey <tom@tromey.com>
14749
14750 PR gdb/16483:
14751 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14752 before any filters are loaded.
14753
04d59df6
WT
147542016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14755
14756 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14757 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14758 structs.
14759 * gdb.fortran/derived-type-function.exp: New file.
14760 * gdb.fortran/derived-type-function.f90: New file.
14761
14762
ac69f786
PA
147632016-06-21 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.base/new-ui.exp: New file.
14766 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14767 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14768 (with_spawn_id): New procedure.
14769
49940788
PA
147702016-06-21 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.mi/mi-exec-run.exp: New file.
14773
ef274d26
PA
147742016-06-21 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14777 breakpoint command's output on the main UI.
14778 (test_break): New procedure, factored out from calls in the top
14779 level.
14780 (top level): Use foreach_with_prefix to test MI as main UI and as
14781 separate UI.
14782
468afe6c
PA
147832016-06-21 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14786 (test_awatch_creation_and_listing)
14787 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14788 Remove 'type' parameter.
14789 (test_watchpoint_all): New parameter mi_mode. Remove
14790 with_test_prefix.
14791 (top level): Use foreach_with_prefix, and add main/separate UI MI
14792 testing axis.
14793
51f77c37
PA
147942016-06-21 Pedro Alves <palves@redhat.com>
14795
14796 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14797 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14798 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14799 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14800 (gdb_main_spawn_id, mi_spawn_id): Declare and
14801 comment.
14802 (mi_create_inferior_pty): New procedure,
14803 factored out from default_mi_gdb_start.
14804 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14805 procedures.
14806 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14807 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14808 Use mi_create_inferior_pty.
14809 (mi_gdb_start): Use eval to pass down args list.
14810
8980e177
PA
148112016-06-21 Pedro Alves <palves@redhat.com>
14812
14813 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14814 * gdb.opt/inline-cmds.exp: Add MI tests.
14815
f38d3ad1
PA
148162016-06-21 Pedro Alves <palves@redhat.com>
14817
14818 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14819
45db7c09
PA
148202016-06-21 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14823 (top level): Use it instead of mi_execute_to.
14824
5a069ab3
PA
148252016-06-21 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14828 (cont_handler_str): New.
14829 (signal_stop_handler): Set stop_handler_str instead of printing to
14830 stdout.
14831 (continue_handler): Set cont_handler_str instead of printing to
14832 stdout.
14833 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14834 mi_send_resuming_command. Print stop_handler_str and
14835 cont_handler_str instead of expecting the python events print
14836 directly.
14837
2838cc1d
SD
148382016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14839
14840 * gdb.base/jit-reader.exp: New file.
14841 * gdb.base/jithost.c: New file.
14842 * gdb.base/jithost.h: New file.
14843 * gdb.base/jitreader.c : New file.
14844 * gdb.base/jit-protocol.h: New file.
14845
21a77091
YQ
148462016-06-17 Yao Qi <yao.qi@linaro.org>
14847
14848 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14849 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14850 and detach-on-fork. Adjust tests.
14851 (top level): Invoke break_cond_on_syscall with combinations of
14852 syscall, follow-fork-mode and detach-on-fork.
14853
f50bf8e5
YQ
148542016-06-17 Yao Qi <yao.qi@linaro.org>
14855
14856 * gdb.base/step-over-exit.c: New.
14857 * gdb.base/step-over-exit.exp: New.
14858
a28d8e50
YTL
148592016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14860
14861 * gdb.base/float.exp: Add target check for nds32*-*-*.
14862 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14863
cad8e26d
AB
148642016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14865
14866 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14867 for unsupported target features.
14868 * gdb.base/call-rt-st.exp: Likewise.
14869 * gdb.base/call-sc.exp: Likewise.
14870 * gdb.base/call-signal-resume.exp: Likewise.
14871 * gdb.base/call-strs.exp: Likewise.
14872 * gdb.base/callexit.exp: Likewise.
14873 * gdb.base/callfuncs.exp: Likewise.
14874 * gdb.base/nodebug.exp: Likewise.
14875 * gdb.base/printcmds.exp: Likewise.
14876 * gdb.base/ptype.exp: Likewise.
14877 * gdb.base/structs.exp: Likewise.
14878 * gdb.base/unwindonsignal.exp: Likewise.
14879 * gdb.cp/gdb2495.exp: Likewise.
14880 * gdb.cp/templates.exp: Likewise.
14881 * gdb.cp/virtfunc.exp: Likewise.
14882 * gdb.threads/hand-call-in-threads.exp: Likewise.
14883 * gdb.threads/interrupted-hand-call.exp: Likewise.
14884 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14885
347dc102
TT
148862016-06-10 Tom Tromey <tom@tromey.com>
14887
14888 PR rust/20110:
14889 * gdb.rust/expr.exp: Add test for integer constant larger than
14890 i32.
14891
5e13cf25
BH
148922016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14893
14894 * gdb.fortran/nested-funcs.exp: New.
14895 * gdb.fortran/nested-funcs.f90: New.
14896
bb556f1f
TK
148972016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14898
14899 * gdb.base/examine-backward.c: New file.
14900 * gdb.base/examine-backward.exp: New file.
14901
38b022b4
SM
149022016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14903
14904 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14905 matching.
14906
1b40ec05
TT
149072016-06-02 Tom Tromey <tom@tromey.com>
14908
14909 PR python/18984:
14910 * gdb.python/py-shared.exp: Add solib_name test.
14911
193bd378
SM
149122016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14913
14914 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14915
3326303b
MG
149162016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14917
14918 PR c++/19893
14919 * gdb.dwarf2/implref.exp: Rename to...
14920 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14921 * gdb.dwarf2/implref-array.c: New file.
14922 * gdb.dwarf2/implref-array.exp: Likewise.
14923 * gdb.dwarf2/implref-global.c: Likewise.
14924 * gdb.dwarf2/implref-global.exp: Likewise.
14925 * gdb.dwarf2/implref-struct.c: Likewise.
14926 * gdb.dwarf2/implref-struct.exp: Likewise.
14927
825c8ef2
AT
149282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14929
14930 * gdb.trace/trace-condition.exp: Add 64bit tests.
14931
2320162a
AT
149322016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14933
14934 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14935 bits types.
14936 (main): Adapt to 8 to 64 bits types.
14937 * gdb.trace/trace-condition.exp: Add new tests.
14938
a7818233
AT
149392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14940
14941 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14942
0d336466
AT
149432016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14944
14945 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14946 Move condition tests...
14947 * gdb.trace/trace-condition.exp: Here.
14948
7faeb45a
AT
149492016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14950
14951 * gdb.trace/trace-condition.exp: Add counter-case tests.
14952
e385593e
JK
149532016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
14955 PR c++/15231
14956 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14957 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14958
744608cc
PA
149592016-05-27 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14962 New procedure.
14963 (top level): Call it, and bail out of DejaGnu is known to be bad.
14964
ac775bf4
AB
149652016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14966
14967 * gdb.base/whatis.c: Extend the test case.
14968 * gdb.base/whatis.exp: Add additional tests.
14969
2bbad2ea
BH
149702016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14971
14972* gdb.fortran/type.f90: Add pointer variable.
14973* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14974
8b70175d
BH
149752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14976
14977 * gdb.fortran/vla-type.exp: Fix testcase name.
14978
86d8a848
BH
149792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14980
14981 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14982
e188eb36
BH
149832016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14984
14985 * gdb.fortran/type.f90: Add nested structures.
14986 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14987 * gdb.fortran/derived-type.exp: Adapt expected output.
14988 * gdb.fortran/vla-type.exp: Adapt expected output.
14989
9b2db1fd
BH
149902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14991
14992 * gdb.fortran/whatis_type.exp: Adapt expected output.
14993
72b17055
BH
149942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14995
14996 * gdb.fortran/print_type.exp: Fix expected output.
14997 * gdb.fortran/whatis_type.exp: Fix expected output.
14998
3cd81d8d
BH
149992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15000
15001 * gdb.fortran/whatis_type.exp: Use multi_line.
15002
ddae9462
TT
150032016-05-24 Tom Tromey <tom@tromey.com>
15004
15005 PR python/17386:
15006 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15007 use value as an index.
15008
1957f6b8
TT
150092016-05-23 Tom Tromey <tom@tromey.com>
15010
15011 PR python/17981:
15012 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15013 no-breakpoint case.
15014
026a9174
PA
150152016-05-24 Pedro Alves <palves@redhat.com>
15016
15017 PR gdb/19828
15018 * gdb.threads/clone-attach-detach.c: New file.
15019 * gdb.threads/clone-attach-detach.exp: New file.
15020
e70a7231
FR
150212016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15022
15023 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15024
0f6ed0e0
TT
150252016-05-23 Tom Tromey <tom@tromey.com>
15026
15027 PR python/19438, PR python/18393:
15028 * gdb.python/py-progspace.exp: Add "dir" test.
15029 * gdb.python/py-objfile.exp: Add "dir" test.
15030
ffd19d61
YQ
150312016-05-23 Yao Qi <yao.qi@linaro.org>
15032
15033 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15034 * gdb.arch/thumb2-it.exp: Likewise.
15035
9e8f9b05
SM
150362016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15037
15038 * gdb.mi/mi-threads-interrupt.c: New file.
15039 * gdb.mi/mi-threads-interrupt.exp: New file.
15040
61c6156d
SM
150412016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15042
15043 PR gdb/18077
15044 * gdb.mi/mi-async-run.exp: New file.
15045 * gdb.mi/mi-async-run.c: New file.
15046
67218854
TT
150472016-05-17 Tom Tromey <tom@tromey.com>
15048 Manish Goregaokar <manishsmail@gmail.com>
15049
15050 * lib/rust-support.exp: New file.
15051 * lib/gdb.exp (skip_rust_tests): New proc.
15052 (build_executable_from_specs): Handle rust.
15053 * lib/future.exp (gdb_find_rustc): New proc.
15054 (gdb_default_target_compile): Handle rust.
15055 * gdb.rust/expr.exp: New file.
15056 * gdb.rust/generics.exp: New file.
15057 * gdb.rust/generics.rs: New file.
15058 * gdb.rust/methods.exp: New file.
15059 * gdb.rust/methods.rs: New file.
15060 * gdb.rust/modules.exp: New file.
15061 * gdb.rust/modules.rs: New file.
15062 * gdb.rust/simple.exp: New file.
15063 * gdb.rust/simple.rs: New file.
15064
c44af4eb
TT
150652016-05-17 Tom Tromey <tom@tromey.com>
15066
15067 * gdb.base/default.exp (set language): Add rust.
15068
dcd1f979
TT
150692016-05-17 Tom Tromey <tom@tromey.com>
15070
15071 * gdb.gdb/unittest.exp: New file.
15072
155b7f57
YQ
150732016-05-16 Yao Qi <yao.qi@linaro.org>
15074
15075 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15076 shell_prompt. Update shell_prompt_re.
15077
8ddd5a6c
DE
150782016-05-12 Doug Evans <dje@google.com>
15079
15080 PR symtab/19999
15081 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15082 $options when building executable.
15083 * gdb.dwarf2/fission-loclists-pie.S: New file.
15084 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15085
02e370d9
SM
150862016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15087
15088 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15089 of [is_remote target],
15090
8929ad8b
SM
150912016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15092
15093 * lib/gdb.exp (use_gdb_stub): New procedure.
15094
6c447423
DE
150952016-05-03 Yunlian Jiang <yunlian@google.com>
15096 Doug Evans <dje@google.com>
15097
15098 PR symtab/19914
15099 * gdb.dwarf2/dwp-sepdebug.c: New file.
15100 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15101
444e826c
SM
151022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15103
15104 * gdb.base/detach.exp: Remove is_remote check.
15105
740feeaa
SM
151062016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15107
15108 * gdb.base/annota-input-while-running.exp: Don't check for
15109 [is_remote target]. Enable annotations after running to main.
15110 Remove unused "set test..." line.
15111
9080ac9d
SM
151122016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15113
15114 * gdb.trace/trace-enable-disable.exp: New file.
15115 * gdb.trace/trace-enable-disable.c: New file.
15116
952ebca5
SM
151172016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15118
15119 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15120 use it in info sharedlibrary test.
15121 * gdb.trace/ftrace-lock.exp: Likewise.
15122 * gdb.trace/ftrace.exp: Likewise.
15123 * gdb.trace/range-stepping.exp: Likewise.
15124 * gdb.trace/trace-break.exp: Likewise.
15125 * gdb.trace/trace-condition.exp: Likewise.
15126 * gdb.trace/trace-mt.exp: Likewise.
15127
d9019901
SM
151282016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15129
15130 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15131 (gdb_load_shlib): ... this.
15132 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15133 gdb_load_shlib.
15134 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15135 * gdb.base/ctxobj.exp: Likewise.
15136 * gdb.base/dprintf-pending.exp: Likewise.
15137 * gdb.base/dso2dso.exp: Likewise.
15138 * gdb.base/fixsection.exp: Likewise.
15139 * gdb.base/gcore-relro.exp: Likewise.
15140 * gdb.base/gdb1555.exp: Likewise.
15141 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15142 * gdb.base/gnu-ifunc.exp: Likewise.
15143 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15144 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15145 * gdb.base/pending.exp: Likewise.
15146 * gdb.base/print-file-var.exp: Likewise.
15147 * gdb.base/print-symbol-loading.exp: Likewise.
15148 * gdb.base/shlib-call.exp: Likewise.
15149 * gdb.base/shreloc.exp: Likewise.
15150 * gdb.base/so-impl-ld.exp: Likewise.
15151 * gdb.base/solib-disc.exp: Likewise.
15152 * gdb.base/solib-nodir.exp: Likewise.
15153 * gdb.base/solib-overlap.exp: Likewise.
15154 * gdb.base/solib-symbol.exp: Likewise.
15155 * gdb.base/solib-weak.exp (do_test): Likewise.
15156 * gdb.base/sym-file.exp: Likewise.
15157 * gdb.base/symtab-search-order.exp: Likewise.
15158 * gdb.base/type-opaque.exp: Likewise.
15159 * gdb.base/unload.exp: Likewise.
15160 * gdb.base/watchpoint-solib.exp: Likewise.
15161 * gdb.compile/compile.exp: Likewise.
15162 * gdb.cp/gdb2384.exp: Likewise.
15163 * gdb.cp/infcall-dlopen.exp: Likewise.
15164 * gdb.cp/re-set-overloaded.exp: Likewise.
15165 * gdb.fortran/library-module.exp: Likewise.
15166 * gdb.opt/solib-intra-step.exp: Likewise.
15167 * gdb.python/py-finish-breakpoint.exp: Likewise.
15168 * gdb.python/py-shared.exp: Likewise.
15169 * gdb.reverse/solib-precsave.exp: Likewise.
15170 * gdb.reverse/solib-reverse.exp: Likewise.
15171 * gdb.server/solib-list.exp: Likewise.
15172 * gdb.threads/dlopen-libpthread.exp: Likewise.
15173 * gdb.threads/tls-shared.exp: Likewise.
15174 * gdb.threads/tls-so_extern.exp: Likewise.
15175 * gdb.trace/change-loc.exp: Likewise.
15176 * gdb.trace/ftrace-lock.exp: Likewise.
15177 * gdb.trace/ftrace.exp: Likewise.
15178 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15179 * gdb.trace/pending.exp: Likewise.
15180 * gdb.trace/range-stepping.exp: Likewise.
15181 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15182 (strace_info_marker): Likewise.
15183 (strace_probe_marker): Likewise.
15184 (strace_trace_on_same_addr): Likewise.
15185 (strace_trace_on_diff_addr): Likewise.
15186 * gdb.trace/trace-break.exp: Likewise.
15187 * gdb.trace/trace-condition.exp: Likewise.
15188 * gdb.trace/trace-mt.exp: Likewise.
15189
fca4cfd9
SM
151902016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15191
15192 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15193 result of gdb_remote_download.
15194 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15195 * gdb.base/dso2dso.exp: Likewise.
15196 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15197 * gdb.base/print-file-var.exp: Likewise.
15198 * gdb.base/shlib-call.exp: Likewise.
15199 * gdb.base/shreloc.exp: Likewise.
15200 * gdb.base/solib-overlap.exp: Likewise.
15201 * gdb.base/solib-weak.exp (do_test): Likewise.
15202 * gdb.base/unload.exp: Likewise.
15203
11cf4ffb
YQ
152042016-04-27 Yao Qi <yao.qi@linaro.org>
15205
15206 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15207 exists.
15208
3e2e34f8
KB
152092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15210
15211 * vla-type.exp: Print structure from toplevel.
15212
8f07e298
BH
152132016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15214
15215 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15216 of dynamic types.
15217 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15218 of dynamic types.
15219
9920b434
BH
152202016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15221
15222 * gdb.fortran/vla-type.f90: New file.
15223 * gdb.fortran/vla-type.exp: New file.
15224
f3abeff5
YQ
152252016-04-25 Yao Qi <yao.qi@linaro.org>
15226
15227 * gdb.base/branch-to-self.c: New file.
15228 * gdb.base/branch-to-self.exp: New file.
15229
0a5d52f0
YQ
152302016-04-22 Yao Qi <yao.qi@linaro.org>
15231
15232 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15233 more after $hex.
15234
495346f6
YQ
152352016-04-22 Yao Qi <yao.qi@linaro.org>
15236
15237 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15238 * gdb.base/annota3.exp: Likewise.
15239
4a7e075c
YQ
152402016-04-22 Yao Qi <yao.qi@linaro.org>
15241
15242 * gdb.reverse/step-precsave.exp: Do one step and test program
15243 stops in "callee" and do multiple steps until program goes out
15244 of "callee".
15245 * gdb.reverse/step-reverse.exp: Likewise.
15246
5b061e98
YQ
152472016-04-22 Yao Qi <yao.qi@linaro.org>
15248
15249 * gdb.trace/signal.exp: Also pass if
15250 $tracepoint_hits($i) > $iterations.
15251
5c5dc57f
YQ
152522016-04-22 Yao Qi <yao.qi@linaro.org>
15253
15254 * gdb.trace/signal.c: New file.
15255 * gdb.trace/signal.exp: New file.
15256
a55411b9
DE
152572016-04-19 Doug Evans <xdje42@gmail.com>
15258
15259 * gdb.base/bad-file.exp: New file.
15260
a22df60a
MG
152612016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15262
15263 * gdb.dwarf2/implref.exp: New file.
15264
0c13f7e5
BH
152652016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15266
15267 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15268 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15269 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15270 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15271 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15272 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15273 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15274 * lib/fortran.exp (fortran_int4): New procedure.
15275 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15276 (fortran_logical4): Likewise.
15277
9b9b09e9
BH
152782016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15279
15280 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15281
a14d1f4d
BH
152822016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15283
15284 * lib/compiler.c: Add Intel specific preprocessor macros.
15285 * lib/compiler.cc: Likewise.
25d49b86 15286
7d49b1d0
LM
152872016-04-13 Luis Machado <lgustavo@codesourcery.com>
15288
15289 * gdb.server/connect-with-no-symbol-file.c: New file.
15290 * gdb.server/connect-with-no-symbol-file.exp: New file.
15291
8392fa22
SM
152922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15293
15294 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15295
8c4c4aeb
SM
152962016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15297
15298 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15299 standard output directory.
15300
45e3745e
AT
153012016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15302
15303 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15304
e26b7e41
MM
153052016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15306
15307 * gdb.btrace/instruction_history.c (loop): Add declaration.
15308
8ce09462
AT
153092016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15310
15311 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15312
2e88a1ea
SM
153132016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15314
15315 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15316 parentheses to print.
15317 (continue_handler): Likewise.
15318
f48e22e3
SM
153192016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15320
15321 * gdb.server/solib-list.exp: Remove is_remote check.
15322 Pass shlib= to gdb_compile. Don't link shared library with
15323 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15324 Run binary filename through "readlink -f" on the target.
15325
096be756
PA
153262016-04-08 Pedro Alves <palves@redhat.com>
15327
15328 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15329 interpreter filename as argument to gdbserver_spawn.
15330 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15331 Return empty if $last_loaded_file does not exist.
15332
06500533
JK
153332016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15334
15335 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15336 * gdb.base/jit-main.c: Use exit after usage.
15337
2d35e871
JK
153382016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15339
15340 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15341 GDBHISTSIZE prior to the tests.
15342 * gdb.base/gdbinit-history.exp: Likewise.
15343
153442016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15345
15346 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15347 instead of build_executable. Use gdb_load_shlibs.
15348
c8064e7e
YQ
153492016-04-07 Yao Qi <yao.qi@linaro.org>
15350
15351 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15352 Execute "si" command.
15353
bde47561
YQ
153542016-04-07 Yao Qi <yao.qi@linaro.org>
15355
15356 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15357 number instead of the comments on some line.
15358
b16f8a3b
DB
153592016-04-06 Don Breazeal <donb@codesourcery.com>
15360
15361 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15362 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15363
c2f901df
SM
153642016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15365
15366 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15367 standard_output_file. Remove unused binfile variable.
15368
ac17fda0
CU
153692016-04-05 Catalin Udma <catalin.udma@freescale.com>
15370
15371 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15372 * gdb.python/py-mi-objfile.exp: Match "list main" output
15373 in console format.
15374
03a8c4df
SM
153752016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15376
15377 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15378 absolute.
15379
6e774b13
SM
153802016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15381
15382 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15383 absolute.
15384 * gdb.trace/ftrace.exp: Likewise.
15385 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15386 targets as well.
15387 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15388 (gdb_load_shlibs): Copy libraries to test directory when testing
15389 natively. Only set solib-search-path if testing remotely.
15390 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15391
7817ea46
SM
153922016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15393
15394 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15395 gdb_download. Use it even if the target is not remote.
15396 * gdb.base/jit.exp (compile_jit_test): Likewise.
15397 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15398 output directory if the destination board is local, otherwise use
15399 the standard remote_download from DejaGnu.
15400 (gdb_download): Remove.
15401 (gdb_load_shlibs): Use gdb_remote_download instead of
15402 gdb_download.
15403 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15404 Use gdb_remote_download instead of gdb_download. Use it even if
15405 the target is not remote.
15406 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15407 instead of gdb_download.
15408
7beb7f68
SM
154092016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15410
15411 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15412 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15413 run.
15414
cc63428a
AV
154152016-04-01 Artemiy Volkov <artemiyv@acm.org>
15416
15417 PR gdb/19820
15418 * gdb.base/printcmds.exp: Add artificial arrays tests.
15419
64cdf930
PA
154202016-03-31 Pedro Alves <palves@redhat.com>
15421
15422 PR gdb/19858
15423 * gdb.base/jit-main.c: Include unistd.h.
15424 (ATTACH): Define to 0 if not already defined.
15425 (wait_for_gdb, mypid): New globals.
15426 (WAIT_FOR_GDB): New macro.
15427 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15428 some breakpoint locations.
15429 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15430 New procedures.
15431 (one_jit_test): Add REATTACH parameter, and handle it. Use
15432 continue_to_test_location.
15433 (top level): Test attach, and adjusts calls to one_jit_test.
15434
40dea8cb
PA
154352016-03-31 Pedro Alves <palves@redhat.com>
15436
15437 PR gdb/19858
15438 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15439 BINSUFFIX parameter, and handle it.
15440 (top level): Adjust calls compile_jit_test.
15441
e7ea3ec7
CU
154422016-03-31 Catalin Udma <catalin.udma@freescale.com>
15443
15444 PR python/19743
15445 * gdb.python/py-mi-events-gdb.py: New file.
15446 * gdb.python/py-mi-events.c: New file.
15447 * gdb.python/py-mi-events.exp: New file.
15448
e6359af3
YQ
154492016-03-30 Yao Qi <yao.qi@linaro.org>
15450
15451 * gdb.reverse/until-precsave.exp: Match function name only.
15452 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15453 Move malloc to a condition block.
15454 * gdb.reverse/until-reverse.exp: Match function name only.
15455
a4105d04
MK
154562016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15457
15458 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15459 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15460 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15461 variable for GPR 0 instead of assuming it is register 0.
15462 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15463 * lib/trace-support.exp: Add s390 registers.
15464
bfa6adb9
YQ
154652016-03-29 Yao Qi <yao.qi@linaro.org>
15466
15467 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15468
1e6697ea
YQ
154692016-03-24 Yao Qi <yao.qi@linaro.org>
15470
15471 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15472 test message.
15473
64bcd522
AA
154742016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15475
15476 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15477 maintaining separate logic for constructing the output path.
15478
7868401b
DB
154792016-03-16 Don Breazeal <donb@codesourcery.com>
15480
15481 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15482 Retry fork and waitpid on interrupted system call errors.
15483 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15484 Use with_timeout_factor to increase timeout by factor of 10.
15485
1cafadb4
DB
154862016-03-15 Don Breazeal <donb@codesourcery.com>
15487
15488 * gdb.cp/scope-err.cc: New test program.
15489 * gdb.cp/scope-err.exp: New test script.
15490 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15491 lines and "set breakpoint here" comment.
15492 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15493 Fixed some whitespace and format issues.
15494 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15495 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15496
81516450
DE
154972016-03-15 Doug Evans <dje@google.com>
15498
15499 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15500 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15501 All callers updated. Add tests for enums, mixed flags register.
15502
aa52b601
DE
155032016-03-15 Doug Evans <dje@google.com>
15504
15505 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15506 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15507
fa4ff313
SM
155082016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15509
15510 * gdb.base/default.exp: Add $_as_string to the list of expected
15511 convenience functions.
15512
f2403c39
AB
155132016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15514
15515 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15516
f2f3ccb9
SM
155172016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15518
15519 * gdb.python/py-as-string.exp: New file.
15520 * gdb.python/py-as-string.c: New file.
15521
00dbd492
PA
155222016-03-09 Pedro Alves <palves@redhat.com>
15523
15524 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15525 signal" -> "Thread NN received signal" output change.
15526 * gdb.threads/ia64-sigill.exp: Likewise.
15527 * gdb.threads/linux-dp.exp: Likewise.
15528 * gdb.threads/manythreads.exp: Likewise.
15529 * gdb.threads/pending-step.exp: Likewise.
15530 * gdb.threads/print-threads.exp: Likewise.
15531 * gdb.threads/sigstep-threads.exp: Likewise.
15532 * gdb.threads/staticthreads.exp: Likewise.
15533 * gdb.threads/tls.exp: Likewise.
15534
1e6697ea
YQ
155352016-03-09 Pedro Alves <palves@redhat.com>
15536
15537 * gdb.base/command-line-input.exp: New file.
15538
b04fd3be
MK
155392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15540
15541 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15542 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15543 * gdb.trace/pending.exp: Accept leading dot before function name.
15544 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15545 * lib/trace-support.exp: Set registers for ppc.
15546
98fa59e9
MK
155472016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15548
15549 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15550 use it for disassembly; accept .main in addition to main in backtrace.
15551
f77198c8
MK
155522016-03-09 Wei-cheng Wang <cole945@gmail.com>
15553 Marcin Kościelnicki <koriakin@0x04.net>
15554
15555 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15556 (gdb_recursion_test_ptr): New global variable.
15557 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15558 gdb_recursion_test.
15559 (gdb_c_test): Ditto.
15560
ba84e0da
MK
155612016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15562
15563 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15564 ordering.
15565
4366d36e
MK
155662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15567
15568 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15569 (bar): Add bar_start_lbl label.
15570 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15571 of foo/bar for emitting DWARF and tracing.
15572
5eb264df
SDJ
155732016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15574
15575 * analyze-racy-logs.py: Set executable bit.
15576
fb6a751f
SDJ
155772016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15578
15579 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15580 (CHECK_TARGET_TMP): Likewise.
15581 (check-single-racy): New rule.
15582 (check-parallel-racy): Likewise.
15583 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15584 (do-check-parallel-racy): New rule.
15585 (check-racy/%.exp): Likewise.
15586 * README (Racy testcases): New section.
15587 * analyze-racy-logs.py: New file.
15588
bdf7e230
DE
155892016-03-03 Doug Evans <dje@google.com>
15590
15591 * gdb.base/skip.exp: Use with_test_prefix.
15592
4719d415
YQ
155932016-03-03 Yao Qi <yao.qi@linaro.org>
15594
15595 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15596 Invoke step_over_syscall "clone" and break_cond_on_syscall
15597 "clone".
15598 * gdb.base/step-over-clone.c: New file.
15599
ea507862
YQ
156002016-03-03 Yao Qi <yao.qi@linaro.org>
15601
15602 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15603 code format.
15604
8fc8cbda
YQ
156052016-03-03 Yao Qi <yao.qi@linaro.org>
15606
15607 * gdb.base/disp-step-fork.c: Rename to ...
15608 * gdb.base/step-over-fork.c: ... it. New file.
15609 * gdb.base/disp-step-vfork.c: Rename to ...
15610 * gdb.base/step-over-vfork.c: ... it. New file.
15611 * gdb.base/disp-step-syscall.exp: Rename to ...
15612 * gdb.base/step-over-syscall.exp: ... it. New file.
15613 (disp_step_cross_syscall): Rename to ...
15614 (step_over_syscall): ... it.
15615
92fa70b0
YQ
156162016-03-03 Yao Qi <yao.qi@linaro.org>
15617
15618 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15619 If target supports condition evaluation on target, invoke
15620 break_cond_on_syscall for fork and vfork.
15621
e197ad3c
YQ
156222016-03-03 Yao Qi <yao.qi@linaro.org>
15623
15624 * gdb.base/disp-step-syscall.exp: Don't invoke
15625 support_displaced_stepping.
15626 (disp_step_cross_syscall): Test with displaced stepping off and
15627 on if supported.
15628
0b47da9f
YQ
156292016-03-03 Yao Qi <yao.qi@linaro.org>
15630
15631 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15632 proc.
15633 (setup): New proc.
15634 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15635 and setup.
15636
065ab6dc
BH
156372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15638
15639 * gdb.fortran/vla-history.exp: Remove breakpoint.
15640
07e448ad 156412016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15642
25d49b86
PA
15643 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15644 exceeds timeout.
07e448ad 15645
9ac2d526 156462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15647
25d49b86
PA
15648 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15649 breakpoint.
9ac2d526 15650
17807369
BH
156512016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15652
15653 * gdb.mi/vla.f90: Nullify pointer after declaration.
15654
86e501af
PA
156552016-03-01 Pedro Alves <palves@redhat.com>
15656
15657 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15658
1e903e32
PA
156592016-03-01 Pedro Alves <palves@redhat.com>
15660
15661 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15662 before anything else.
15663 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15664 _GNU_SOURCE here.
15665 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15666 before anything else.
15667 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15668
6ccb54e2
PA
156692016-03-01 Pedro Alves <palves@redhat.com>
15670
15671 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15672
30ca9da1
YQ
156732016-03-01 Yao Qi <yao.qi@linaro.org>
15674
15675 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15676 prepare_for_testing.
15677
dc856b38
YQ
156782016-03-01 Yao Qi <yao.qi@linaro.org>
15679
15680 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15681
4a932159
AA
156822016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15683
15684 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15685 manually constructing the output path.
15686
f2489477
AA
156872016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15688
15689 * gdb.arch/s390-stackless.S: New.
15690 * gdb.arch/s390-stackless.exp: New.
15691
38899f16
IB
156922016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15693
15694 * gdb.dlang/circular.c: New file.
15695 * gdb.dlang/circular.exp: New file.
15696
9fde51ed
YQ
156972016-02-26 Yao Qi <yao.qi@linaro.org>
15698
15699 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15700 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15701 (testcases): Update.
15702
ce90fefe
YQ
157032016-02-26 Yao Qi <yao.qi@linaro.org>
15704
15705 * gdb.reverse/aarch64.c: Rename to ...
15706 * gdb.reverse/insn-reverse.c: ... it.
15707 * gdb.reverse/aarch64.exp: Rename to ...
15708 * gdb.reverse/insn-reverse.exp: ... it.
15709
3263bceb
YQ
157102016-02-26 Yao Qi <yao.qi@linaro.org>
15711
15712 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15713 (testcase_ftype): New.
15714 (testcases): New array.
15715 (n_testcases): New.
15716 (main): Call each element in testcases.
15717 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15718 (read_testcase): New.
15719 Do the tests in a loop.
15720
6cb59ff1
YQ
157212016-02-25 Yao Qi <yao.qi@linaro.org>
15722
15723 * gdb.base/branches.c: Remove.
15724
ae91f625
MK
157252016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15726
15727 PR gdb/13808
15728 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15729
678b48b7
MK
157302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15731
15732 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15733
7337a6f2
MK
157342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15735
15736 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15737 change x86_64 call_insn to 'callq'.
15738
861ca91f
AT
157392016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15740
15741 * gdb.trace/tfile-avx.c: Move to...
15742 * gdb.trace/tracefile-pseudo-reg.c: Here.
15743 * gdb.trace/tfile-avx.exp: Move to...
15744 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15745
bf74e428
GB
157462016-02-24 Gary Benson <gbenson@redhat.com>
15747
15748 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15749 message on attach.
15750
cce0e923
DE
157512016-02-23 Doug Evans <dje@google.com>
15752
15753 * gdb.base/skip.c (test_skip): New function.
15754 (end_test_skip_file_and_function): New function.
15755 (test_skip_file_and_function): New function.
15756 * gdb.base/skip1.c (test_skip): New function.
15757 (skip1_test_skip_file_and_function): New function.
15758 * gdb.base/skip.exp: Add tests for new skip options.
15759 * gdb.base/skip-solib.exp: Update expected output.
15760 * gdb.perf/skip-command.cc: New file.
15761 * gdb.perf/skip-command.exp: New file.
15762 * gdb.perf/skip-command.py: New file.
15763
4000e47e
MK
157642016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15765
15766 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15767 info registers pattern.
15768
24f75ead
IB
157692016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15770
15771 * lib/future.exp: Add D support.
15772 (gdb_find_gdc): New proc.
15773 (gdb_default_target_compile): Add D support.
15774
fbb7bcbe
WW
157752016-02-18 Wei-cheng Wang <cole945@gmail.com>
15776
15777 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15778 user+system time.
15779 (trace_speed_test): Determine the iteration count for a time
15780 between 15..30 seconds.
15781
012b3a21
WT
157822016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15783
15784 * gdb.arch/i386-mpx-sigsegv.c: New file.
15785 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15786 * gdb.arch/i386-mpx-simple_segv.c: New file.
15787 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15788
2d5189bd
YQ
157892016-02-18 Yao Qi <yao.qi@linaro.org>
15790
15791 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15792 Don't call setup_kfail.
15793
40fb20d0
YQ
157942016-02-18 Yao Qi <yao.qi@linaro.org>
15795
15796 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15797 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15798
21b1f8d2
DE
157992016-02-16 Doug Evans <dje@google.com>
15800
15801 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15802 * gdb.base/skip1.c: Ditto.
15803 * gdb.base/skip.exp: Whitespace cleanup.
15804
4041ed77
DB
158052016-02-16 Don Breazeal <donb@codesourcery.com>
15806
15807 PR remote/19496
15808 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15809 Remove kfail for PR remote/19496.
15810
c4ef31bf
SM
158112016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15812
15813 * lib/gdb.exp (standard_temp_file): Return a path specific to
15814 the runtest invocation.
15815
266b65b3
SM
158162016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15817
15818 * gdb.trace/save-trace.exp: Change relative path to be in the
15819 standard output directory.
15820
a7a0a6a9
JK
158212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15822
15823 * gdb.arch/i386-prologue.c: Add missing prototypes.
15824
c99dbb42
JK
158252016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15826
15827 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15828 * gdb.arch/i386-prologue.exp: Likewise.
15829 * gdb.arch/i386-size.exp: Likewise.
15830
aa480355
SM
158312016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15832
15833 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15834 define object file path.
15835 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15836 file path.
15837 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15838 standard_output_file to define binfile.
15839
ba881f50
JK
158402016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15841
15842 Fix compatibility with recent gfortran-5.3.1.
15843 * gdb.fortran/vla-history.exp (print vla1 allocated)
15844 (print vla2 allocated, print $2, print $3): Remove
15845 (print $4): Rename to ...
15846 (print $2): ... here.
15847 (print $9): Rename to ...
15848 (print $5): ... here.
15849 (print $10): Rename to ...
15850 (print $6): ... here.
15851 * gdb.fortran/vla.f90: Add pvla initialization.
15852
e9fb005c
JK
158532016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15854
15855 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15856 New test.
15857 * gdb.fortran/vla-value-sub.exp: Likewise.
15858
e44e00ff
MK
158592016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15860
15861 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15862
97e94151
SM
158632016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15864
15865 * i386-biarch-core.exp: Define corefile using
15866 standard_output_file.
15867
01113bc1
YQ
158682016-02-12 Yao Qi <yao.qi@linaro.org>
15869
15870 * gdb.arch/arm-single-step-kernel-helper.c: New.
15871 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15872
33b4777c
MM
158732016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15874
15875 * gdb.btrace/tailcall-only.exp: New.
15876 * gdb.btrace/tailcall-only.c: New.
15877 * gdb.btrace/x86_64-tailcall-only.S: New.
15878 * gdb.btrace/i686-tailcall-only.S: New.
15879
acc23c11
PA
158802016-02-11 Pedro Alves <palves@redhat.com>
15881
15882 * README (Parallel testing): Add missing double quotes.
15883
e352bf0a
PA
158842016-02-11 Pedro Alves <palves@redhat.com>
15885
15886 * README (Parallel testing): New section.
15887 (GDB_PARALLEL): Rewrite.
15888 (FORCE_PARALLEL): Document.
15889
9f5fed78
MK
158902016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15891
15892 * gdb.trace/tfile-avx.c: New test.
15893 * gdb.trace/tfile-avx.exp: New test.
15894
9ef9e6a6
KS
158952016-02-09 Keith Seitz <keiths@redhat.com>
15896
15897 PR breakpoints/19546
15898 * gdb.base/infcall-exec.c: New file.
15899 * gdb.base/infcall-exec2.c: New file.
15900 * gdb.base/infcall-exec.exp: New file.
15901
a96e36da
KS
159022016-02-09 Keith Seitz <keiths@redhat.com>
15903
15904 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15905 (toplevel): Call test_bkpt_address.
15906
9f61929f
KS
159072016-02-09 Keith Seitz <keiths@redhat.com>
15908
15909 PR python/19506
15910 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15911 (toplevel): Call test_bkpt_address.
15912
1e94266c
SM
159132016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15914
15915 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15916 to AC_OUTPUT.
15917 * configure: Regenerate.
15918
2a7f3dff
PA
159192016-02-09 Pedro Alves <palves@redhat.com>
15920
15921 PR breakpoints/19548
15922 * gdb.base/execl-update-breakpoints.c (some_function): New
15923 function.
15924 (main): Call it.
15925 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15926 Tighten expected GDB output.
15927
2151ccc5
SM
159282016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15929
15930 * Makefile.in (ALL_SUBDIRS): Remove.
15931 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15932 (distclean maintainer-clean realclean): Likewise.
15933 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15934 * configure: Regenerate.
15935 * gdb.ada/Makefile.in: Delete.
15936 * gdb.arch/Makefile.in: Likewise.
15937 * gdb.asm/Makefile.in: Likewise.
15938 * gdb.base/Makefile.in: Likewise.
15939 * gdb.btrace/Makefile.in: Likewise.
15940 * gdb.cell/Makefile.in: Likewise.
15941 * gdb.compile/Makefile.in: Likewise.
15942 * gdb.cp/Makefile.in: Likewise.
15943 * gdb.disasm/Makefile.in: Likewise.
15944 * gdb.dlang/Makefile.in: Likewise.
15945 * gdb.dwarf2/Makefile.in: Likewise.
15946 * gdb.fortran/Makefile.in: Likewise.
15947 * gdb.gdb/Makefile.in: Likewise.
15948 * gdb.go/Makefile.in: Likewise.
15949 * gdb.guile/Makefile.in: Likewise.
15950 * gdb.java/Makefile.in: Likewise.
15951 * gdb.linespec/Makefile.in: Likewise.
15952 * gdb.mi/Makefile.in: Likewise.
15953 * gdb.modula2/Makefile.in: Likewise.
15954 * gdb.multi/Makefile.in: Likewise.
15955 * gdb.objc/Makefile.in: Likewise.
15956 * gdb.opencl/Makefile.in: Likewise.
15957 * gdb.opt/Makefile.in: Likewise.
15958 * gdb.pascal/Makefile.in: Likewise.
15959 * gdb.perf/Makefile.in: Likewise.
15960 * gdb.python/Makefile.in: Likewise.
15961 * gdb.reverse/Makefile.in: Likewise.
15962 * gdb.server/Makefile.in: Likewise.
15963 * gdb.stabs/Makefile.in: Likewise.
15964 * gdb.threads/Makefile.in: Likewise.
15965 * gdb.trace/Makefile.in: Likewise.
15966 * gdb.xml/Makefile.in: Likewise.
15967 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15968 GDB_PARALLEL.
15969 (standard_output_file): Remove check for GDB_PARALLEL, always
15970 return path in outputs/$subdir/$testname.
15971
437277d4
SM
159722016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15973
15974 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15975 (site.exp): Assign abs_srcdir to tcl's srcdir.
15976
31d913c7
YQ
159772016-02-04 Yao Qi <yao.qi@linaro.org>
15978
15979 * gdb.base/foll-exec-mode.c: Include limits.h.
15980 (main): Add parameters argc and argv. Get directory from
15981 argv[0].
15982 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15983 compilation.
15984 * gdb.base/foll-exec.c: Include limits.h.
15985 (main): Add parameters argc and argv.
15986 Get directory from argv[0].
15987 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15988 Adjust tests on the number of lines as source code changed.
15989 * gdb.base/foll-vfork-exit.c: Include limits.h.
15990 (main): Add one line of statement before vfork.
15991 * gdb.base/foll-vfork.c: Include limits.h and string.h.
15992 (main): Add parameters argc and argv. Get directory from
15993 argv[0].
15994 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
15995 (setup_gdb): Set tbreak to skip some source lines.
15996 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
15997 (main): Add parameters argc and argv. Get directory from
15998 argv[0].
15999 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16000 compilation.
16001 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16002 (main): Add parameters argc and argv. Get directory from
16003 argv[0].
16004 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16005 compilation.
16006
9482b9fb
DE
160072016-02-01 Doug Evans <dje@google.com>
16008
16009 * gdb.base/skip.exp: Clean up multiple references to same test name.
16010
6b2e4f10
PA
160112016-02-01 Pedro Alves <palves@redhat.com>
16012
ccb6afd6 16013 PR remote/19496
6b2e4f10
PA
16014 * gdb.threads/forking-threads-plus-breakpoint.exp
16015 (displaced_stepping_supported): New global.
16016 (probe_displaced_stepping_support): New procedure.
16017 (do_test): Add 'displaced' parameter, and use it.
16018 (top level): Check for displaced stepping support. Add displaced
16019 stepping on/off testing axis.
16020
37a8db1a
AB
160212016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16022
16023 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16024 pointer. Don't perform further tests on the unassociated pointer
16025 if the first test fails.
16026
5fdf6324
AB
160272016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16028
16029 * gdb.base/max-value-size.c: New file.
16030 * gdb.base/max-value-size.exp: New file.
16031 * gdb.base/huge.exp: Disable max-value-size for this test.
16032
935c6144
IB
160332016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16034
16035 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16036
7fe8399d
YQ
160372016-01-28 Yao Qi <yao.qi@linaro.org>
16038
16039 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16040
a2077e25
PA
160412016-01-25 Pedro Alves <palves@redhat.com>
16042
16043 PR threads/19461
16044 * gdb.base/fork-running-state.c: New file.
16045 * gdb.base/fork-running-state.exp: New file.
16046
1d2736d4
PA
160472016-01-25 Pedro Alves <palves@redhat.com>
16048
16049 PR gdb/19494
16050 * gdb.base/catch-fork-kill.c: New file.
16051 * gdb.base/catch-fork-kill.exp: New file.
16052
f1da4b11
PA
160532016-01-25 Pedro Alves <palves@redhat.com>
16054
16055 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16056 Delete, moved to lib/gdb.exp.
16057 * gdb.threads/forking-threads-plus-breakpoint.exp
16058 (foreach_with_prefix): Likewise.
16059 * gdb.threads/process-dies-while-handling-bp.exp
16060 (foreach_with_prefix): Likewise.
16061 * lib/gdb.exp (foreach_with_prefix): New procedure.
16062
45f38546
MK
160632016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16064
16065 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16066 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16067
dc29a1ce
MK
160682016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16069
16070 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16071 endian targets.
16072
092127d7
JK
160732016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16074 Pedro Alves <palves@redhat.com>
16075
16076 Fix testsuite compatibility with Guile.
16077 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16078 number.
16079
31d765d3
JK
160802016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16081
16082 Fix testsuite compatibility with Guile.
16083 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16084 (thread 1): New test for backtrace through signal handler.
16085
1ac78c04
YQ
160862016-01-22 Yao Qi <yao.qi@linaro.org>
16087
16088 PR testsuite/19491
16089 * gdb.base/multi-forks.c: Include
16090 ../lib/unbuffer_output.c
16091 (main): Call gdb_unbuffer_output.
16092
4f5946a8
DE
160932016-01-21 Doug Evans <dje@google.com>
16094
16095 * lib/ada.exp (gdb_compile_ada): Fix typo.
16096
305e13e6
JB
160972016-01-21 Joel Brobecker <brobecker@adacore.com>
16098
16099 * gdb.base/break-fun-addr.exp: New file.
16100 * gdb.base/break-fun-addr1.c: New file.
16101 * gdb.base/break-fun-addr2.c: New file.
16102
5f5dfff6
SM
161032016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16104
16105 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16106 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16107 enum flag values.
16108
fd356fa2
AA
161092016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16110
16111 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16112 when GDB can not set the vector return value. Add more comments
16113 for clarification.
16114
9df22175
AT
161152016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16116
16117 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16118 command.
16119
41d1845e
SM
161202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16121
16122 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16123
01ac6840
SM
161242016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16125
16126 * Makefile.in (check-single): Pass --status to runtest.
16127 (check/%.exp): Likewise.
16128
161292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16130
16131 * Makefile.in (check-parallel): Propagate return code from make
16132 do-check-parallel.
16133
bd0a71fa
MK
161342016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16135
16136 * gdb.trace/ftrace.exp: Fix expected message on continue.
16137 * gdb.trace/pending.exp: Fix expected message on continue.
16138 * gdb.trace/trace-break.exp: Fix expected message on continue.
16139
8bcbad33
SM
161402016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16141
16142 * lib/gdb.exp (gdb_test): Remove unused global references.
16143
f303dbd6
PA
161442016-01-18 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.base/async-shell.exp: Adjust expected output.
16147 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16148 * gdb.base/siginfo-thread.exp: Adjust expected output.
16149 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16150 * gdb.java/jnpe.exp: Adjust expected output.
16151 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16152 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16153 * gdb.threads/leader-exit.exp: Adjust expected output.
16154 * gdb.threads/manythreads.exp: Adjust expected output.
16155 * gdb.threads/pthreads.exp: Adjust expected output.
16156 * gdb.threads/schedlock.exp: Adjust expected output.
16157 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16158 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16159 expected output.
16160 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16161 output.
16162 * gdb.threads/sigthread.exp: Adjust expected output.
16163 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16164
b2789696
YQ
161652016-01-18 Yao Qi <yao.qi@linaro.org>
16166
16167 * gdb.guile/scm-section-script.c: Replace @progbits with
16168 %progbits.
16169 * gdb.python/py-section-script.c: Likewise.
16170
71ef29a8
PA
161712016-01-15 Pedro Alves <palves@redhat.com>
16172
16173 * gdb.multi/tids.exp: Test star wildcard ranges.
16174
3f5b7598
PA
161752016-01-15 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16178 command from "thread apply" invocation.
16179 (thr_apply_info_thr_invalid): Default the expected output to the
16180 input tid list.
16181 (top level): Add tests that use convenience variables. Add tests
16182 for "thread apply" with a valid TID list, but missing the command.
16183
663f6d42
PA
161842016-01-13 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.base/default.exp: Expect $_gthread as well.
16187 * gdb.multi/tids.exp: Test $_gthread.
16188 * gdb.threads/thread-specific.exp: Test $_gthread.
16189
c84f6bbf
PA
161902016-01-13 Pedro Alves <palves@redhat.com>
16191
16192 * gdb.multi/tids.exp: Test "info threads -gid".
16193
22a02324
PA
161942016-01-13 Pedro Alves <palves@redhat.com>
16195
16196 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16197 Breakpoint.thread.
16198 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16199
5d5658a1
PA
162002016-01-07 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/break.exp: Adjust to output changes.
16203 * gdb.base/hbreak2.exp: Likewise.
16204 * gdb.base/sepdebug.exp: Likewise.
16205 * gdb.base/watch_thread_num.exp: Likewise.
16206 * gdb.linespec/keywords.exp: Likewise.
16207 * gdb.multi/info-threads.exp: Likewise.
16208 * gdb.threads/thread-find.exp: Likewise.
16209 * gdb.multi/tids.c: New file.
16210 * gdb.multi/tids.exp: New file.
16211
84654457
PA
162122016-01-13 Pedro Alves <palves@redhat.com>
16213
16214 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16215
e3940304
PA
162162016-01-13 Pedro Alves <palves@redhat.com>
16217
16218 * gdb.base/default.exp: Expect $_inferior as well.
16219 * gdb.multi/base.exp: Test $_inferior.
16220
a911d87a
PA
162212016-01-13 Pedro Alves <palves@redhat.com>
16222
16223 PR breakpoints/19388
16224 * gdb.base/catch-signal-siginfo-cond.c: New file.
16225 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16226
82075af2
JS
162272016-01-12 Josh Stone <jistone@redhat.com>
16228 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16229
16230 * gdb.base/catch-syscall.c (do_execve): New variable.
16231 (main): Conditionally trigger an execve.
16232 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16233 (test_catch_syscall_execve): New, check entry/return across execve.
16234 (do_syscall_tests): Call test_catch_syscall_execve.
16235
e46eeedd
PA
162362016-01-12 Pedro Alves <palves@redhat.com>
16237
16238 * gdb.base/random-signal.exp (do_test): New procedure, with body
16239 of testcase moved in.
16240
01d8c27e
JK
162412016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16242 Pedro Alves <palves@redhat.com>
16243
16244 * gdb.base/funcargs.exp (finish from indirectly called function):
16245 Reintroduce the case for 'First'.
16246
9a706302
JK
162472016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16248 Pedro Alves <palves@redhat.com>
16249
16250 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16251 (tcatch_vfork_then_child_follow_exec)
16252 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16253 identification.
16254
c0ecb95f
JK
162552016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16256
16257 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16258 and repeats to unlimited.
16259 * gdb.python/py-value.exp: Likewise.
16260 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16261 and repeats to unlimited.
16262
6cfc1fcb
JK
162632016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16264
16265 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16266 and reordering the functions.
16267 * gdb.multi/hangout.c: Likewise.
16268 * gdb.multi/hello.c: Likewise.
16269
582a1b00
SM
162702016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16271
16272 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16273 absolute.
16274 (SingleStatisticTestResult.report): Use dict.keys instead of
16275 dict.iterkeys.
16276
79bc59cb
PA
162772016-01-06 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16280
43368e1d
MM
162812016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16282
16283 * gdb.btrace/dlopen.exp: New.
16284 * gdb.btrace/dlopen.c: New.
16285 * gdb.btrace/dlopen-dso.c: New.
16286
79fad5b8
SL
162872015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16288
16289 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16290 PATTERN argument is optional.
16291
ab8314b3
JB
162922015-12-24 Joel Brobecker <brobecker@adacore.com>
16293
16294 * lib/ada.exp (target_compile_ada_from_dir): New function.
16295 (gdb_compile_ada): Reimplement avoiding the use of project files.
16296 * gdb.ada/gnat_ada.gpr: Delete.
16297 * gdb.ada/cond_lang.exp: Adjust test to make path before
16298 filename optional.
16299 * gdb.ada/small_reg_param.exp: Likewise.
16300
fe33faff
SM
163012015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16302
16303 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16304
6d265cb4
TP
163052015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16306
16307 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16308 case.
16309
10125099
SM
163102015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16311
16312 * gdb.base/break.exp: Remove dead code.
16313 * gdb.base/sepdebug.exp: Likewise.
16314
3ca22649
SM
163152015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16316
16317 * gdb.asm/asm-source.exp: Remove HP-UX references.
16318 * gdb.base/annota1.exp: Likewise.
16319 * gdb.base/annota3.exp: Likewise.
16320 * gdb.base/attach.exp: Likewise.
16321 * gdb.base/bigcore.exp: Likewise.
16322 * gdb.base/break.exp: Likewise.
16323 * gdb.base/call-ar-st.exp: Likewise.
16324 * gdb.base/callfuncs.exp: Likewise.
16325 * gdb.base/catch-fork-static.exp: Likewise.
16326 * gdb.base/display.exp: Likewise.
16327 * gdb.base/foll-exec-mode.exp: Likewise.
16328 * gdb.base/foll-exec.exp: Likewise.
16329 * gdb.base/foll-fork.exp: Likewise.
16330 * gdb.base/foll-vfork.exp: Likewise.
16331 * gdb.base/funcargs.exp: Likewise.
16332 * gdb.base/hbreak2.exp: Likewise.
16333 * gdb.base/inferior-died.exp: Likewise.
16334 * gdb.base/interrupt.exp: Likewise.
16335 * gdb.base/multi-forks.exp: Likewise.
16336 * gdb.base/nodebug.exp: Likewise.
16337 * gdb.base/sepdebug.exp: Likewise.
16338 * gdb.base/solib1.c: Likewise.
16339 * gdb.base/step-test.exp: Likewise.
16340 * gdb.mi/non-stop.c: Likewise.
16341 * gdb.mi/pthreads.c: Likewise.
16342 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16343 * gdb.threads/pthreads.c: Likewise.
16344 * gdb.threads/staticthreads.exp: Likewise.
16345 * lib/future.exp: Likewise.
16346 * lib/gdb.exp: Likewise.
16347 * gdb.base/so-indr-cl.c: Remove.
16348 * gdb.base/so-indr-cl.exp: Likewise.
16349 * gdb.base/solib.c: Likewise.
16350 * gdb.base/solib.exp: Likewise.
16351 * gdb.base/solib2.c: Likewise.
16352
b6304613
SM
163532015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16354
16355 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16356 * gdb.base/call-ar-st.exp: Likewise.
16357 * gdb.base/callfuncs.exp: Likewise.
16358 * gdb.base/condbreak.exp: Likewise.
16359 * gdb.base/constvars.exp: Likewise.
16360 * gdb.base/hbreak2.exp: Likewise.
16361 * gdb.base/langs.exp: Likewise.
16362 * gdb.base/list.exp: Likewise.
16363 * gdb.base/long_long.exp: Likewise.
16364 * gdb.base/ptype.exp: Likewise.
16365 * gdb.base/scope.exp: Likewise.
16366 * gdb.base/signals.exp: Likewise.
16367 * gdb.base/so-impl-ld.exp: Likewise.
16368 * gdb.base/varargs.exp: Likewise.
16369 * gdb.base/volatile.exp: Likewise.
16370 * gdb.base/whatis.exp: Likewise.
16371 * gdb.cp/cplusfuncs.exp: Likewise.
16372 * gdb.cp/inherit.exp: Likewise.
16373 * gdb.cp/local.exp: Likewise.
16374 * gdb.cp/member-ptr.exp: Likewise.
16375 * gdb.cp/method.exp: Likewise.
16376 * gdb.cp/overload.exp: Likewise.
16377 * gdb.cp/templates.exp: Likewise.
16378 * gdb.stabs/weird.exp: Likewise.
16379 * lib/compiler.c: Likewise.
16380 * lib/compiler.cc: Likewise.
16381 * lib/cp-support.exp: Likewise.
16382 * lib/gdb.exp: Likewise.
16383
bf401b07
SM
163842015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16385
16386 * configure.ac: Remove HP-UX case.
16387 * configure: Regenerate.
16388
aff9c0f8
SM
163892015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16390
16391 * lib/gdb.exp (gdb_compile): Add function doc.
16392
a6904d5a
PA
163932015-12-17 Pedro Alves <palves@redhat.com>
16394
16395 PR threads/19354
16396 * gdb.multi/info-threads.exp: New file.
16397
a22279dd
YQ
163982015-12-15 Yao Qi <yao.qi@linaro.org>
16399
16400 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16401 is aarch64*-*-*.
16402
0588c796
SL
164032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16404
16405 * gdb.base/history-duplicates.exp: Skip if no readline support.
16406
5d978e17
SL
164072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16408
16409 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16410
7e763b86
SL
164112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16412
16413 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16414
87a3a92c
SL
164152015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16416
16417 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16418 ctrl-C if nointerrupts target property is set.
16419 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16420 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16421 * gdb.base/paginate-bg-execution.exp: Likewise.
16422 * gdb.base/paginate-execution-startup.exp: Likewise.
16423 * gdb.base/random-signal.exp: Likewise.
16424 * gdb.base/range-stepping.exp: Likewise.
16425 * gdb.cp/annota2.exp: Likewise.
16426 * gdb.cp/annota3.exp: Likewise.
16427 * gdb.gdb/selftest.exp: Likewise.
16428 * gdb.threads/continue-pending-status.exp: Likewise.
16429 * gdb.threads/leader-exit.exp: Likewise.
16430 * gdb.threads/manythreads.exp: Likewise.
16431 * gdb.threads/pthreads.exp: Likewise.
16432 * gdb.threads/schedlock.exp: Likewise.
16433 * gdb.threads/sigthread.exp: Likewise.
16434
a8f077dc
DB
164352015-12-11 Don Breazeal <donb@codesourcery.com>
16436
16437 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16438 remote.
16439 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16440 * gdb.base/foll-exec.exp (main): Enable for target remote.
16441 * gdb.base/foll-fork.exp (main): Likewise.
16442 * gdb.base/foll-vfork.exp (main): Likewise.
16443 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16444 (proc continue_to_exit_bp_loc): Use clean_restart.
16445 * gdb.base/pie-execl.exp (main): Disable for target remote.
16446 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16447 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16448 * gdb.threads/execl.exp (main): Likewise.
16449 * gdb.threads/fork-child-threads.exp (main): Likewise.
16450 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16451 remote.
16452 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16453 remote.
16454 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16455 pid.tid style ptids, instead of just tid.
16456 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16457 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16458 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16459 ptids, instead of just tid.
16460
3b2464a8
AB
164612015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16462
16463 * gdb.base/list.exp (test_list_forward): Add end of file error
16464 test.
16465 (test_repeat_list_command): Add end of file error test.
16466 (test_list_backwards): Add beginning of file error test.
16467
a0def019
AB
164682015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16469
16470 * gdb.base/list.exp (test_list_invalid_args): New function,
16471 defined, and called.
16472
5c000dff
AB
164732015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16474
16475 * gdb.base/list.exp (test_list): Make test names unique.
16476
f1637ebe
YQ
164772015-12-11 Yao Qi <yao.qi@linaro.org>
16478
16479 * gdb.base/coremaker2.c: Remove.
16480
36d6fc0a
PA
164812015-12-10 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.multi/base.exp: Remove stale "spaces" references.
16484
762f7747
PA
164852015-12-10 Pedro Alves <palves@redhat.com>
16486
16487 * gdb.multi/base.exp: Don't use nowarnings.
16488 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16489 * gdb.multi/hangout.c: Include stdio.h.
16490 * gdb.multi/hello.c: Include stdlib.h.
16491 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16492 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16493 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16494
28d2bfb9
AB
164952015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16496
16497 * gdb.dwarf2/dw2-ranges-base.c: New file.
16498 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16499 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16500 support additional line table, and debug ranges generation.
16501 (Dwarf::ranges): New function, generate .debug_ranges.
16502 (Dwarf::lines): Support generating simple line table programs.
16503 (Dwarf::assemble): Initialise new namespace variables.
16504
5fc2beac
KB
165052015-12-09 Kevin Buettner <kevinb@redhat.com>
16506
16507 * gdb.base/async.exp (proc test_background): Add case for
16508 asynchronous execution not supported.
16509
1c35a88f
LM
165102015-12-09 Luis Machado <lgustavo@codesourcery.com>
16511
16512 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16513 format and change test names to make them unique.
16514
b593e3d9
RK
165152015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16516 Pedro Alves <pedro@redhat.com>
16517
16518 PR gdb/18702
16519 Add checking of floatformats setup on x86_64 hosts.
16520 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16521 (smallval, bigval): New labels/constants.
16522 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16523 float" after loading bigval and smallval.
16524
d72413e6
PMR
165252015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16526
16527 * gdb.ada/fun_overload_menu.exp: New testcase.
16528 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16529
ece66d65
JS
165302015-12-04 Josh Stone <jistone@redhat.com>
16531
16532 * gdb.base/catch-fork-static.exp: New.
16533
41d0efca
YQ
165342015-12-03 Yao Qi <yao.qi@linaro.org>
16535
16536 * gdb.base/sizeof.c: Don't include stdio.h and
16537 ../lib/unbuffer_output.c.
16538 (main): New variable 'size' and 'value'. Remove printf and
16539 gdb_unbuffer_output. Assign return value to size and value.
16540 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16541 at the beginning.
16542 (check_sizeof): Check the result by printing variable 'size'.
16543 (check_valueof): Check the result by printing variable 'value'.
16544
99fd02d9
YQ
165452015-12-01 Yao Qi <yao.qi@linaro.org>
16546
16547 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16548 for aarch64*-*-linux* target.
16549
f2faf941
PA
165502015-11-30 Pedro Alves <palves@redhat.com>
16551
16552 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16553
04bf20c5
PA
165542015-11-30 Pedro Alves <palves@redhat.com>
16555
16556 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16557 Handle non-stop mode vCont replies.
16558
09df4675
PA
165592015-11-30 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16562 prepare_for_testing. Start gdb with "set non-stop on" appended to
16563 GDBFLAGS. Lax expected stop output.
16564
58b584af
YQ
165652015-11-27 Yao Qi <yao.qi@linaro.org>
16566
16567 * gdb.arch/arm-neon.exp: New.
16568 * gdb.arch/arm-neon.c: New.
16569
dfcb77a8
YQ
165702015-11-27 Yao Qi <yao.qi@linaro.org>
16571
16572 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16573
88e8ec1b
YQ
165742015-11-27 Yao Qi <yao.qi@linaro.org>
16575
16576 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16577 frames-invalid annotation.
16578
bfde72c2
YQ
165792015-11-27 Yao Qi <yao.qi@linaro.org>
16580
16581 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16582
f6512a69
SM
165832015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16584
16585 * gdb.threads/names.exp: New file.
16586 * gdb.threads/names.c: New file.
16587 * README: Mention gdb,no_thread_names.
16588
46a3515b
MM
165892015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16590
16591 PR 19297
16592 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16593 support" error.
16594
62147a22
PA
165952015-11-24 Pedro Alves <palves@redhat.com>
16596
16597 PR 17539
16598 * gdb.base/display.exp: Expect displays to be sorted in ascending
16599 order. Use multi_line.
16600 * gdb.base/solib-display.exp: Likewise.
16601
2f341b6e
PA
166022015-11-24 Pedro Alves <palves@redhat.com>
16603
16604 PR 17539
25d49b86
PA
16605 * gdb.base/display.exp: Expect displays to be sorted in ascending
16606 order. Use multi_line.
16607 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16608
7e0aa6aa
PA
166092015-11-24 Pedro Alves <palves@redhat.com>
16610
16611 PR 17539
16612 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16613 threads in ascending order.
16614 * gdb.base/foll-fork.exp: Likewise.
16615 * gdb.base/foll-vfork.exp: Likewise.
16616 * gdb.base/multi-forks.exp: Likewise.
16617 * gdb.mi/mi-nonstop.exp: Likewise.
16618 * gdb.mi/mi-nsintrall.exp: Likewise.
16619 * gdb.multi/base.exp: Likewise.
16620 * gdb.multi/multi-arch.exp: Likewise.
16621 * gdb.python/py-inferior.exp: Likewise.
16622 * gdb.threads/break-while-running.exp: Likewise.
16623 * gdb.threads/execl.exp: Likewise.
16624 * gdb.threads/gcore-thread.exp: Likewise.
16625 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16626 * gdb.threads/kill.exp: Likewise.
16627 * gdb.threads/linux-dp.exp: Likewise.
16628 * gdb.threads/multiple-step-overs.exp: Likewise.
16629 * gdb.threads/next-bp-other-thread.exp: Likewise.
16630 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16631 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16632 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16633 * gdb.threads/thread-find.exp: Likewise.
16634 * gdb.threads/tls.exp: Likewise.
16635 * lib/mi-support.exp (mi_reverse_list): Delete.
16636 (mi_check_thread_states): No longer reverse list.
16637
2cc57ad8
PA
166382015-11-24 Pedro Alves <palves@redhat.com>
16639
16640 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16641 use lowercase.
16642
c93e8391
SM
166432015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16644
16645 * gdb.trace/actions.c: Include trace-common.h.
16646 (main): Add a location for a fast tracepoint.
16647 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16648 the normal tracepoints.
16649 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16650
045ccf91
SM
166512015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16652
16653 * save-trace.exp: Factor out code to these...
16654 (gdb_save_tracepoints): New.
16655 (gdb_load_tracepoints): New.
16656 (do_save_load_test): New.
16657
5506f9f6
KB
166582015-11-23 Kevin Buettner <kevinb@redhat.com>
16659
16660 * gdb.base/asmlabel.exp: New test.
16661 * gdb.base/asmlabel.c: New test case.
16662
16c3b12f
JB
166632015-11-23 Joel Brobecker <brobecker@adacore.com>
16664
16665 * gdb.base/wrong_frame_bt_full-main.c: New file.
16666 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16667 * gdb.base/wrong_frame_bt_full.exp: New file.
16668
155bfbd3
JB
166692015-11-23 Joel Brobecker <brobecker@adacore.com>
16670
16671 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16672
bb097445
JM
166732015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16674
206853a0 16675 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16676 pstate register when comparing registers values in
16677 sparc64-*-linux-gnu targets to avoid spurious differences.
16678
9c88ed8f
JM
166792015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16680
206853a0 16681 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16682
96161e25
SL
166832015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16684
16685 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16686 as type argument to gdb_compile.
16687 * gdb.base/nested-subp2.exp: Likewise.
16688 * gdb.base/nested-subp3.exp: Likewise.
16689
340c2830
DV
166902015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16691
16692 * lib/dwarf.exp (_note): Fix left shift of negative value.
16693 * gdb.trace/trace-condition.exp: Likewise.
16694
c1862d0f
YQ
166952015-11-13 Yao Qi <yao.qi@linaro.org>
16696
16697 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16698 comments about d10v.
16699 (test_scalar_returns): Likewise.
16700 * gdb.base/d10v.ld: Remove.
16701 * gdb.base/overlays.exp: Remove the target triplet checking for
16702 d10v-*-*.
16703 * gdb.base/structs.exp (test_struct_returns): Remove the
16704 comments about d10v.
16705 (test_struct_calls): Likewise.
16706
77ae9c19
YQ
167072015-11-13 Yao Qi <yao.qi@linaro.org>
16708
16709 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16710 * gdb.base/gnu_vector.c: Don't include stdio.h.
16711 (main): Don't print res and call add_some_intvecs.
16712
430e004e
MK
167132015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16714
16715 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16716 macro.
16717 (func5): Removed.
16718 (func4): Use FAST_TRACEPOINT_LABEL.
16719 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16720 macro.
16721 (func): Removed.
16722 (thread_function): Use FAST_TRACEPOINT_LABEL.
16723 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16724 (func): Remove.
16725 (marker): Use FAST_TRACEPOINT_LABEL.
16726 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16727 (pendfunc1): Remove.
16728 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16729 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16730 (foo): Remove.
16731 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16732 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16733 macro.
16734 (func): Remove.
16735 (marker): Use FAST_TRACEPOINT_LABEL.
16736 * gdb.trace/trace-common.h: New header.
16737 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16738 macro.
16739 (func): Remove.
16740 (marker): Use FAST_TRACEPOINT_LABEL.
16741 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16742 (func): Remove.
16743 (thread_function): Use FAST_TRACEPOINT_LABEL.
16744
6e7675a7
MK
167452015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16746
16747 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16748 in front.
16749 * gdb.trace/change-loc.exp: Use global pcreg definition.
16750 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16751 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16752 in front.
16753 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16754 * gdb.trace/pending.exp: Likewise.
16755 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16756 * gdb.trace/trace-break.exp: Likewise.
16757 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16758 in front.
16759 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16760 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16761 in front.
16762 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16763
dddc0e16
JB
167642015-11-09 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.ada/fin_fun_out: New testcase.
16767
c6f0b406
KB
167682015-11-07 Kevin Buettner <kevinb@redhat.com>
16769
16770 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16771 value associated with DW_AT_byte_size.
16772 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16773 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16774 DW_AT_upper_bound.
16775
f01dcfd9
KB
167762015-11-07 Kevin Buettner <kevinb@redhat.com>
16777
16778 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16779 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16780 version.
16781 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16782 gdb.dwarf2/dw2-canonicalize-type.exp,
16783 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16784 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16785 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16786 provided by gdb_target_symbol_prefix_flags_asm.
16787 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16788 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16789 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16790 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16791 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16792 macros where needed). Use this macro for symbols which require
16793 the prefix provided by SYMBOL_PREFIX.
16794
2223449a
KB
167952015-11-05 Kevin Buettner <kevinb@redhat.com>
16796
16797 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16798 New procs.
16799 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16800 representing expressions, of more than one list element.
16801 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16802 to prepend linker symbol prefix to f.
16803 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16804 table_1 and table_2.
16805 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16806 Likewise, for f and g.
16807 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16808 for ptr.
16809 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16810 for main.
16811 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16812 table_1_ptr and table_2_ptr.
16813
6f2f1a3a
JK
168142015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16815 Joel Brobecker <brobecker@adacore.com>
16816
16817 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16818
566c56c9
MK
168192015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16820
16821 * gdb.reverse/s390-mvcle.c: New test.
16822 * gdb.reverse/s390-mvcle.exp: New file.
16823 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16824
d5f0636b
MK
168252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16826
16827 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16828
7ad8b86c
MK
168292015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16830
16831 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16832 reaching marker2.
16833 * gdb.reverse/getresuid-reverse.exp: Likewise.
16834 * gdb.reverse/pipe-reverse.exp: Likewise.
16835 * gdb.reverse/readv-reverse.exp: Likewise.
16836 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16837 * gdb.reverse/time-reverse.exp: Likewise.
16838 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16839
4081c0f1
YQ
168402015-10-30 Yao Qi <yao.qi@linaro.org>
16841
16842 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16843 (empty_cycle): Remove.
16844 (main): Don't call empty_cycle. Don't use watch_count_done.
16845 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16846 empty_cycle. Rewrite the code counting HW watchpoints.
16847
452b4ba5
MK
168482015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16849
16850 * gdb.reverse/fstatat-reverse.c: New test.
16851 * gdb.reverse/fstatat-reverse.exp: New file.
16852 * gdb.reverse/getresuid-reverse.c: New test.
16853 * gdb.reverse/getresuid-reverse.exp: New file.
16854 * gdb.reverse/pipe-reverse.c: New test.
16855 * gdb.reverse/pipe-reverse.exp: New file.
16856 * gdb.reverse/readv-reverse.c: New test.
16857 * gdb.reverse/readv-reverse.exp: New file.
16858 * gdb.reverse/recvmsg-reverse.c: New test.
16859 * gdb.reverse/recvmsg-reverse.exp: New file.
16860 * gdb.reverse/time-reverse.c: New test.
16861 * gdb.reverse/time-reverse.exp: New file.
16862 * gdb.reverse/waitpid-reverse.c: New test.
16863 * gdb.reverse/waitpid-reverse.exp: New file.
16864
5e2e7507
JK
168652015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16866
16867 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16868
0fde2c53
DE
168692015-10-26 Doug Evans <dje@google.com>
16870
16871 PR symtab/17391
16872 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16873 * gdb.dwarf2/bad-regnum.c: New file.
16874 * gdb.dwarf2/bad-regnum.exp: New file.
16875
1a70ae97
DE
168762015-10-26 Doug Evans <dje@google.com>
16877
16878 PR python/18938
16879 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16880 file.
16881
27dc26ab
JK
168822015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16883
16884 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16885 for a change by "Mention language in compile error message".
16886
bed91f4d
SM
168872015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16888
16889 PR python/18073
16890 * gdb.python/py-type.c (C::a_method): New.
16891 (C::a_const_method): New.
16892 (C::a_static_method): New.
16893 (a_function): New.
16894 * gdb.python/py-type.exp (test_fields): Test getting fields
16895 from function and method.
16896
3f2f83dd
KB
168972015-10-21 Keven Boell <keven.boell@intel.com>
16898
16899 * gdb.fortran/vla-alloc-assoc.exp: New file.
16900 * gdb.fortran/vla-datatypes.exp: New file.
16901 * gdb.fortran/vla-datatypes.f90: New file.
16902 * gdb.fortran/vla-history.exp: New file.
16903 * gdb.fortran/vla-ptype-sub.exp: New file.
16904 * gdb.fortran/vla-ptype.exp: New file.
16905 * gdb.fortran/vla-sizeof.exp: New file.
16906 * gdb.fortran/vla-sub.f90: New file.
16907 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16908 * gdb.fortran/vla-value-sub-finish.exp: New file.
16909 * gdb.fortran/vla-value-sub.exp: New file.
16910 * gdb.fortran/vla-value.exp: New file.
16911 * gdb.fortran/vla-ptr-info.exp: New file.
16912 * gdb.mi/mi-vla-fortran.exp: New file.
16913 * gdb.mi/vla.f90: New file.
16914
27145d50
SL
169152015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16916
16917 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16918 of hardwired timeout value.
16919
5f3ff4f8
JK
169202015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16921 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16924 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16925
bfd09d20
JS
169262015-10-19 Josh Stone <jistone@redhat.com>
16927
16928 * gdb.base/catch-syscall.c: Include <sched.h>.
16929 (unknown_syscall): New variable.
16930 (main): Trigger a vfork and an unknown syscall.
16931 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16932 (unknown_syscall_number): Likewise.
16933 (check_call_to_syscall): Accept an optional syscall pattern.
16934 (check_return_from_syscall): Likewise.
16935 (check_continue): Likewise.
16936 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16937 (test_catch_syscall_skipping_return): New test toggling off 'catch
16938 syscall' to step over the syscall return, then toggling back on.
16939 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16940 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16941 (do_syscall_tests): Call test_catch_syscall_without_args and
16942 test_catch_syscall_mid_vfork.
16943 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16944 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16945
b32b93c6
AS
169462015-10-19 Andrew Stubbs <ams@codesourcery.com>
16947
16948 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16949 print g_vE): Add new pass patterns.
16950 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16951 print various symbol names for vptr fields.
16952
9d622bda
AB
169532015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16954
16955 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16956 results.
16957
0fd8ac1c
YQ
169582015-10-12 Yao Qi <yao.qi@linaro.org>
16959
16960 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16961
34240514
YQ
169622015-10-12 Yao Qi <yao.qi@linaro.org>
16963
16964 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16965 is aarch64*-*-linux*.
16966
8240f442
YQ
169672015-10-12 Yao Qi <yao.qi@linaro.org>
16968
16969 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16970 (can_relocate_bcond_true): ... it.
16971 (can_relocate_bcond_false): New function.
16972 (foo): Likewise.
16973 (can_relocate_bl): Likewise.
16974 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16975 can_relocate_bl.
16976
2520f728
PMR
169772015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16978
16979 * gdb.base/nested-addr.c: New file.
16980 * gdb.base/nested-addr.exp: New testcase.
16981
abcef95a
MM
169822015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16983
16984 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16985 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16986 its output. Ignore the output of "record goto begin" and instead
16987 check that GDB is replaying.
16988
145e3ddb
PA
169892015-10-09 Pedro Alves <palves@redhat.com>
16990
16991 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
16992 (top level): Use it in the run with no args test.
16993
d5d8c4e1
IB
169942015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
16995
16996 * gdb.dlang/properties.exp: New file.
16997
06e635ef
SL
169982015-10-02 Sandra Loosemore <sandra@codesourcery.com>
16999
17000 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17001 whether or not address 0x1000 is mapped on the target.
17002
e019fd1d
SM
170032015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17004
17005 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17006 build.
17007
77ba2a67
MM
170082015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17009
17010 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17011 instruction-history test.
17012
c60eb31f
DE
170132015-09-28 Doug Evans <dje@google.com>
17014
17015 * gdb.base/gcore.c (array_func): Add reference to static_array.
17016
9a3c8263
SM
170172015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17018
17019 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17020 source line.
17021
9720e656
SL
170222015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17023
17024 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17025 short or char as base type.
17026
938d3bf2
SL
170272015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17028
17029 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17030 to allow any size enum.
17031
e6c2c623
PMR
170322015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17033
17034 * gdb.ada/array_ptr_renaming.exp: New testcase.
17035 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17036 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17037
06da0f77
PL
170382015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17039
17040 * gdb.trace/ftrace-lock.c: New file.
17041 * gdb.trace/ftrace-lock.exp: New file.
17042
4f51c22a
PL
170432015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17044
17045 * gdb.arch/insn-reloc.c: New file.
17046 * gdb.arch/ftrace-insn-reloc.exp: New file.
17047
7041adf4
PL
170482015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17049
17050 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17051 instruction.
17052 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17053 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17054 * gdb.trace/range-stepping.c: Likewise.
17055 * gdb.trace/trace-break.c: Likewise.
17056 * gdb.trace/trace-mt.c (thread_function): Likewise.
17057 * gdb.trace/ftrace.c (marker): Likewise.
17058 * gdb.trace/trace-condition.c (marker): Likewise.
17059 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17060 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17061 is_aarch64_target.
17062
015d2e7e
DE
170632015-09-18 Doug Evans <xdje42@gmail.com>
17064
17065 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17066 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17067
26b188a2
SL
170682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17069
17070 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17071 the breakpoint.
17072
79dc332b
SL
170732015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17074
17075 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17076 the pending breakpoint. Remove timeout override for "Run till
17077 MI pending breakpoint on pendfunc3 on thread 2" test.
17078
f57929f2
SL
170792015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17080
17081 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17082 filename pattern.
17083
3f469b17
SL
170842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17085
17086 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17087 in breakpoint filename pattern.
17088
515b89b3
SL
170892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17090
7800dbe4
SL
17091 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17092
170932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17094
515b89b3
SL
17095 * gdb.linespec/explicit.exp: Check for readline support for
17096 tab-completion tests. Fix obvious typo.
17097
d2939ba2
MM
170982015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17099
17100 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17101 and replay.
17102
cbb55fa7
MM
171032015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17104
17105 * gdb.btrace/non-stop.c: New.
17106 * gdb.btrace/non-stop.exp: New.
17107
43691ca1
PL
171082015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17109 Yao Qi <yao.qi@linaro.org>
17110
17111 * gdb.trace/trace-condition.c: New file.
17112 * gdb.trace/trace-condition.exp: New file.
17113
d78908cf
WW
171142015-09-16 Wei-cheng Wang <cole945@gmail.com>
17115
17116 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17117 for testing bytecode compilation.
17118
1ed415e2
PA
171192015-09-16 Pedro Alves <palves@redhat.com>
17120 Sandra Loosemore <sandra@codesourcery.com>
17121
17122 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17123 (SECONDS): Redefine.
17124 (main): Call pthread_kill and alarm early.
17125 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17126 support.
17127 (test): If the target can't hardware step and doesn't support
17128 displaced stepping, increase the timeout.
17129
d136eff5
PA
171302015-09-16 Pedro Alves <palves@redhat.com>
17131
17132 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17133 (enable_debug): New procedures.
17134 (test): Use them. Bail out if waiting for threads fails.
17135 (top level): Bail out if a test fails.
17136
991f019c
YQ
171372015-09-16 Yao Qi <yao.qi@linaro.org>
17138
17139 * gdb.asm/asm-source.exp: Set asm-arch for
17140 aarch64*-*-* target.
17141 * gdb.asm/aarch64.inc: New file.
17142
bfca584f
PMR
171432015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17144
17145 * gdb.ada/array_of_variable_length.exp: New testcase.
17146 * gdb.ada/array_of_variable_length/foo.adb: New file.
17147 * gdb.ada/array_of_variable_length/pck.adb: New file.
17148 * gdb.ada/array_of_variable_length/pck.ads: New file.
17149
b326e587
DE
171502015-09-15 Doug Evans <dje@google.com>
17151
17152 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17153 of function static local variable.
17154
5382cfab
PW
171552015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17156
17157 * gdb.threads/tls-so_extern.exp: New test file.
17158 * gdb.threads/tls-so_extern.c: New test file.
17159 * gdb.threads/tls-so_extern_main.c: New test file.
17160
141c5cc4
JK
171612015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17162
17163 * gdb.opt/solib-intra-step-lib.c: New file.
17164 * gdb.opt/solib-intra-step-main.c: New file.
17165 * gdb.opt/solib-intra-step.exp: New file.
17166
d15dcecd
PA
171672015-09-15 Pedro Alves <palves@redhat.com>
17168
17169 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17170 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17171
4c2f2a79
PA
171722015-09-14 Pedro Alves <palves@redhat.com>
17173
17174 * gdb.base/hook-stop-continue.c: Delete.
17175 * gdb.base/hook-stop-continue.exp: Delete.
17176 * gdb.base/hook-stop-frame.c: Delete.
17177 * gdb.base/hook-stop-frame.exp: Delete.
17178 * gdb.base/hook-stop.c: New file.
17179 * gdb.base/hook-stop.exp: New file.
17180
919e6dbe
PMR
171812015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17182
17183 * gdb.ada/access_to_packed_array.exp: New testcase.
17184 * gdb.ada/access_to_packed_array/foo.adb: New file.
17185 * gdb.ada/access_to_packed_array/pack.adb: New file.
17186 * gdb.ada/access_to_packed_array/pack.ads: New file.
17187
157280a4
MM
171882015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17189
17190 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17191 buffer size test.
17192
2fd33e94
DB
171932015-09-11 Don Breazeal <donb@codesourcery.com>
17194
17195 * gdb.base/foll-exec.c: Add copyright header. Fix
17196 formatting issues.
17197 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17198 (do_exec_tests): Use clean_restart in place of zap_session,
17199 and for test initialization. Fix formatting issues. Use
17200 fail in place of perror.
17201 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17202 an expect statement to match an expression with output from
17203 the program under debug.
17204 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17205 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17206 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17207 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17208 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17209
e70b6e8e
DE
172102015-09-09 Doug Evans <dje@google.com>
17211
17212 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17213
7a551a51
DE
172142015-09-09 Doug Evans <dje@google.com>
17215
17216 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17217
4c666f84
DE
172182015-09-09 Doug Evans <dje@google.com>
17219
17220 * gdb.base/savedregs.exp: Fix typo.
17221
243a9253
PA
172222015-09-09 Pedro Alves <palves@redhat.com>
17223
17224 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17225
c0fa8fbd
SL
172262015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17227
17228 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17229 command actually switches threads. Give up on remaining
17230 tests if target fails to stop at breakpoint.
17231
cd7c1778
PMR
172322015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17233
17234 * gdb.ada/funcall_char.exp: New testcase.
17235 * gdb.ada/funcall_char/foo.adb: New file.
17236
dc5c8746
PMR
172372015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17238
17239 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17240 expected outputs. Add two testcases for completing ambiguous
17241 functions.
17242 * gdb.ada/complete/aux_pck.adb: New file.
17243 * gdb.ada/complete/aux_pck.ads: New file.
17244 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17245 Ambiguous_Func functions.
17246 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17247 * gdb.ada/complete/pck.adb: Likewise.
17248
4e83a1e7
UW
172492015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17250
17251 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17252 failures to run the test program under GDB.
17253
8ce74153
LM
172542015-08-26 Luis Machado <lgustavo@codesourcery.com>
17255
17256 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17257 to C.
17258
e9756d52
PP
172592015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17260
17261 * gdb.base/run-after-attach.exp: New test file.
17262 * gdb.base/run-after-attach.c: New test file.
17263
8d37573b
DB
172642015-08-26 Don Breazeal <donb@codesourcery.com>
17265
17266 * gdb.base/foll-exec-2.c: New test program.
17267 * gdb.base/foll-exec-2.exp: New test.
17268
63e43d3a
PMR
172692015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17270
17271 * gdb.base/nested-subp1.exp: New file.
17272 * gdb.base/nested-subp1.c: New file.
17273 * gdb.base/nested-subp2.exp: New file.
17274 * gdb.base/nested-subp2.c: New file.
17275 * gdb.base/nested-subp3.exp: New file.
17276 * gdb.base/nested-subp3.c: New file.
17277
3d40fbb5
PA
172782015-08-24 Pedro Alves <palves@redhat.com>
17279
17280 * gdb.server/connect-without-multi-process.c: New file.
17281 * gdb.server/connect-without-multi-process.exp: New file.
17282
4422ac93
LM
172832015-08-24 Luis Machado <lgustavo@codesourcery.com>
17284
17285 * gdb.opt/inline-markers.c: Make z int.
17286
91dddb86
LM
172872015-08-24 Luis Machado <lgustavo@codesourcery.com>
17288
17289 * gdb.opt/inline-markers.c: Make z volatile.
17290
a48847ee
LM
172912015-08-24 Luis Machado <lgustavo@codesourcery.com>
17292
17293 * gdb.opt/inline-bt.c: New volatile global z.
17294 * gdb.opt/inline-cmds.c: Likewise.
17295 * gdb.opt/inline-locals.c: Likewise.
17296 * gdb.opt/inline-markers.c: New extern global z.
17297 (marker): Use z.
17298 (inline_fn): Likewise.
17299
0ebbc52b
PA
173002015-08-24 Pedro Alves <palves@redhat.com>
17301
17302 * config/m32r-stub.exp: Remove file.
17303 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17304 * gdb.base/call-rt-st.exp: Likewise.
17305 * gdb.base/call-strs.exp: Likewise.
17306 * gdb.base/default.exp: Remove references to h8300-*-hms and
17307 *-*-udi*.
17308 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17309
77c365df
AA
173102015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17311
17312 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17313 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17314 and "return" use KFAIL when GDB can not read/write the vector
17315 return value.
17316
4313b8c0
GB
173172015-08-21 Gary Benson <gbenson@redhat.com>
17318
17319 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17320
0e433b32
PA
173212015-08-20 Pedro Alves <palves@redhat.com>
17322
17323 * gdb.server/solib-list.exp: No longer expect an interior stop in
17324 non-stop mode.
17325
221e1a37
PA
173262015-08-20 Pedro Alves <palves@redhat.com>
17327
17328 * gdb.server/connect-stopped-target.c: New file.
17329 * gdb.server/connect-stopped-target.exp: New file.
17330
40e3ad0e
PA
173312015-08-20 Pedro Alves <palves@redhat.com>
17332
17333 * gdb.dwarf2/comp-unit-lang.exp: New file.
17334 * gdb.dwarf2/comp-unit-lang.c: New file.
17335
af39b327
PMR
173362015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17337
17338 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17339 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17340
7d45c7c3 173412015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17342
7d45c7c3
KB
17343 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17344 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17345
4d6cceb4
DE
173462015-08-18 Doug Evans <dje@google.com>
17347 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17348
17349 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17350 skip_python_tests. New arg prompt_regexp.
17351 (skip_python_tests): New function.
17352 * lib/mi-support.exp (mi_skip_python_tests): New function.
17353 * gdb.python/py-mi-objfile-gdb.py: New file.
17354 * gdb.python/py-mi-objfile.c: New file.
17355 * gdb.python/py-mi-objfile.exp: New file.
17356
ad89c2aa
KS
173572015-08-17 Keith Seitz <keiths@redhat.com>
17358
17359 * gdb.linespec/explicit.exp: Move strace test from here ...
17360 * gdb.trace/strace.exp: ... to here.
17361
e3ae3c43
PP
173622015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17363
17364 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17365 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17366
604b2636
DE
173672015-08-14 Doug Evans <xdje42@gmail.com>
17368
17369 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17370 inferior before selecting a new file.
17371
6ff0ba5f
DE
173722015-08-14 Doug Evans <xdje42@gmail.com>
17373
17374 * gdb.mi/mi-disassemble.exp: Update.
17375 * gdb.base/disasm-optim.S: New file.
17376 * gdb.base/disasm-optim.c: New file.
17377 * gdb.base/disasm-optim.h: New file.
17378 * gdb.base/disasm-optim.exp: New file.
17379
9ca98f92
KS
173802015-08-14 Keith Seitz <keiths@redhat.com>
17381
17382 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17383 "evaluated-by".
17384
52bbc560
JB
173852015-08-13 Joel Brobecker <brobecker@adacore.com>
17386
17387 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17388
5d8c3ed3
PMR
173892015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17390
17391 * gdb.ada/fun_renaming.exp: New testcase.
17392 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17393 * gdb.ada/fun_renaming/pack.adb: New file.
17394 * gdb.ada/fun_renaming/pack.ads: New file.
17395
ea8812bc
KS
173962015-08-12 Keith Seitz <keiths@redhat.com>
17397
17398 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17399 gdb_get_line_number.
17400
4dafcdeb
JB
174012015-08-12 Joel Brobecker <brobecker@adacore.com>
17402
17403 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17404 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17405 gdb.base/dso2dso.exp: New files.
17406
5ba32597
SDJ
174072015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17408 Pedro Alves <palves@redhat.com>
17409 Keith Seitz <keiths@redhat.com>
17410
17411 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17412 GDBFLAGS.
17413
b6dafabf
PP
174142015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17415
17416 * gdb.base/gdbhistsize-history.exp
17417 (test_histsize_history_setting): Use save_vars.
17418 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17419 Use save_vars.
17420 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17421 * gdb.base/readline.exp: Use save_vars.
17422
abe8e607
PP
174232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17424
17425 * lib/gdb.exp (save_vars): New proc.
17426
629500fa
KS
174272015-08-11 Keith Seitz <keiths@redhat.com>
17428
17429 * gdb.base/help.exp: Update help_breakpoint_text.
17430
eb8c4e2e
KS
174312015-08-11 Keith Seitz <keiths@redhat.com>
17432
17433 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17434 (at toplevel): Call test_explicit_breakpoints.
17435 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17436 breakpoints.
17437 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17438 breakpoint conditions, "-cond".
17439
87f0e720
KS
174402015-08-11 Keith Seitz <keiths@redhat.com>
17441
17442 * gdb.linespec/3explicit.c: New file.
17443 * gdb.linespec/cpexplicit.cc: New file.
17444 * gdb.linespec/cpexplicit.exp: New file.
17445 * gdb.linespec/explicit.c: New file.
17446 * gdb.linespec/explicit.exp: New file.
17447 * gdb.linespec/explicit2.c: New file.
17448 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17449 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17450 before using in the matching pattern.
17451 Clarify that `prefix' is a regular expression.
17452
f00aae0f
KS
174532015-08-11 Keith Seitz <keiths@redhat.com>
17454
17455 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17456 test.
17457 Add tests for missing ",FMT" and ",".
17458
e27852be
DE
174592015-08-10 Doug Evans <dje@google.com>
17460 Keith Seitz <keiths@redhat.com>
17461
17462 PR gdb/17960
17463 * gdb.base/completion.exp: Add location completer tests.
17464
7f03bd92
PA
174652015-08-07 Pedro Alves <palves@redhat.com>
17466
17467 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17468 tests here.
17469 (top level): Run do_test with and without displaced stepping.
17470
3fc8eb30
PA
174712015-08-07 Pedro Alves <palves@redhat.com>
17472
17473 * gdb.base/valgrind-disp-step.c: New file.
17474 * gdb.base/valgrind-disp-step.exp: New file.
17475
d4569d7b
PA
174762015-08-07 Pedro Alves <palves@redhat.com>
17477
17478 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17479 Delete function.
17480 (main): Add alarm. Run an infinite loop instead of calling
17481 wait_threads.
17482 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17483 comment.
17484 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17485 Delete function.
17486 (main): Add alarm. Run an infinite loop instead of calling
17487 wait_threads.
17488 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17489 comment.
17490
e1316e60
PA
174912015-08-07 Pedro Alves <palves@redhat.com>
17492
17493 * gdb.base/checkpoint-ns.exp: New file.
17494 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17495 standard_testfile.
17496
da8c46d2
MM
174972015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17498
17499 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17500 * gdb.btrace/instruction_history.exp: Update.
17501 * gdb.btrace/tsx.exp: New.
17502 * gdb.btrace/tsx.c: New.
17503
de1c2c52
PA
175042015-08-06 Pedro Alves <palves@redhat.com>
17505
17506 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17507 increase timeout.
17508 * gdb.reverse/until-precsave.exp: Bump timeouts.
17509
782e0bf4
PA
175102015-08-06 Pedro Alves <palves@redhat.com>
17511
17512 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17513
83e97ed0
PA
175142015-08-06 Pedro Alves <palves@redhat.com>
17515
17516 PR gdb/18749
17517 * gdb.threads/process-dies-while-handling-bp.c: New file.
17518 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17519
863d01bd
PA
175202015-08-06 Pedro Alves <palves@redhat.com>
17521
17522 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17523 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17524
0a39bb32
PA
175252015-08-05 Pedro Alves <palves@redhat.com>
17526
17527 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17528 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17529
ee2d2b10
SL
175302015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17531
17532 * gdb.base/bp-permanent.exp: Report test as unsupported if
17533 the target cannot stop at the permanent breakpoint.
17534
4e1bdb00
DE
175352015-08-03 Doug Evans <dje@google.com>
17536
17537 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17538 10000.
17539
3d338901
DE
175402015-08-03 Doug Evans <dje@google.com>
17541
17542 * Makefile.in (workers/%.worker, build-perf): New rule.
17543 (GDB_PERFTEST_MODE): New variable.
17544 (check-perf): Use it.
17545 (clean): Clean up gdb.perf parallel build subdirs.
17546 * lib/build-piece.exp: New file.
17547 * lib/gdb.exp (make_gdb_parallel_path): New function
17548 (standard_output_file, standard_temp_file): Call it.
17549 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17550 of $GDB_PARALLEL.
17551 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17552
af061d3e
DE
175532015-08-03 Doug Evans <dje@google.com>
17554
8e1afc81 17555 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17556 (LOG_FILE_NAME): New global.
17557 (TextReporter.__init__): Initialize self.txt_sum.
17558 (TextReporter.report): Add support for multiple data-points.
17559 Move report to perftest.sum, put raw data in perftest.log.
17560 (TextReporter.start): Open sum and log files.
17561 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17562 * gdb.perf/lib/perftest/testresult.py
17563 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17564
2c8c5d37
PA
175652015-07-31 Pedro Alves <palves@redhat.com>
17566
17567 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17568 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17569 kill_wait_spawned_process instead of explicit "kill -9".
17570 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17571 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17572 kill_wait_spawned_process.
17573 * gdb.base/attach-twice.exp: Likewise.
17574 * gdb.base/attach.exp: Likewise.
17575 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17576 gdb_test_multiple.
17577 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17578 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17579 kill_wait_spawned_process.
17580 * gdb.base/valgrind-infcall.exp: Likewise.
17581 * gdb.multi/multi-attach.exp: Likewise.
17582 * gdb.python/py-prompt.exp: Likewise.
17583 * gdb.python/py-sync-interp.exp: Likewise.
17584 * gdb.server/ext-attach.exp: Likewise.
17585 * gdb.threads/attach-into-signal.exp (corefunc): Use
17586 spawn_wait_for_attach, spawn_id_get_pid and
17587 kill_wait_spawned_process.
17588 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17589 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17590 spawn_id_get_pid and kill_wait_spawned_process.
17591 * gdb.threads/attach-stopped.exp (corefunc): Use
17592 spawn_wait_for_attach, spawn_id_get_pid and
17593 kill_wait_spawned_process.
17594 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17595 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17596 kill_wait_spawned_process instead of explicit "kill -9".
17597 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17598 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17599 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17600 processes. Don't map cygwin/windows pids here. Now returns a
17601 spawn id list.
17602
032a0fca
SL
176032015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17604
17605 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17606 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17607 correct patch.
17608
61a934ca
SL
176092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17610
17611 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17612
4bc4d428
SL
176132015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17614
17615 Reapply:
17616 2014-05-21 Mark Wielaard <mjw@redhat.com>
17617
17618 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17619
998d452a
PA
176202015-07-30 Pedro Alves <palves@redhat.com>
17621
17622 * linux-low.c (handle_extended_wait): Set the child's last
17623 reported status to TARGET_WAITKIND_STOPPED.
17624
69dde7dc
PA
176252015-07-30 Pedro Alves <palves@redhat.com>
17626
17627 PR threads/18600
17628 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17629 only shows inferior 1.
17630
4dd63d48
PA
176312015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17632 Pedro Alves <palves@redhat.com>
17633
17634 PR threads/18600
17635 * gdb.threads/fork-plus-threads.c: New file.
17636 * gdb.threads/fork-plus-threads.exp: New file.
17637
d618e4c5
PP
176382015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17639
17640 * gdb.base/batch-preserve-term-settings.exp
17641 (test_terminal_settings_preserved_after_cli_exit): Use
17642 send_quit_command.
17643
1eef6428
PA
176442015-07-29 Pedro Alves <palves@redhat.com>
17645 Don Breazeal <donb@codesourcery.com>
17646
17647 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17648 output from both inferior_spawn_id and gdb_spawn_id.
17649
7da5b897
SDJ
176502015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17651
17652 * gdb.threads/attach-into-signal.exp (corefunc): Use
17653 with_test_prefix on nested loops, uniquefying the test messages.
17654
dac804df
SDJ
176552015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17656
17657 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17658 commit.
17659
06265e53
PP
176602015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17661
17662 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17663 New proc.
17664 (test_terminal_settings_preserved_after_sigterm): New test.
17665
18206ca3
PP
176662015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17667
17668 * gdb.base/batch-preserve-term-settings.exp
17669 (test_terminal_settings_preserved_after_cli_exit): New test.
17670
90074d11
PP
176712015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17672
17673 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17674 manipulation of saved_gdbflags.
17675 (test_terminal_settings_preserved): Remove global declaration of
17676 the unused variable pagination_prompt. Remove manipulation of
17677 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17678 GDBFLAGS.
17679
eb1a7902
PA
176802015-07-29 Pedro Alves <palves@redhat.com>
17681
17682 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17683
8b75dd3b
PA
176842015-07-29 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17687 at the top.
17688
dedad4e3
PA
176892015-07-29 Pedro Alves <palves@redhat.com>
17690
17691 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17692 (main): Call gdb_unbuffer_output.
17693 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17694 (main): Call gdb_unbuffer_output.
17695 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17696 (main): Call gdb_unbuffer_output.
17697 * gdb.base/call-strs.exp: Adjust to step over the
17698 gdb_unbuffer_output call.
17699 * gdb.base/catch-gdb-caused-signals.c: Include
17700 "../lib/unbuffer_output.c".
17701 (main): Call gdb_unbuffer_output.
17702 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17703 (main): Call gdb_unbuffer_output.
17704 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17705 (main): Call gdb_unbuffer_output.
17706 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17707 (main): Call gdb_unbuffer_output.
17708 * gdb.base/shlib-call.exp: Adjust to step over the
17709 gdb_unbuffer_output call.
17710 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17711 (main): Call gdb_unbuffer_output.
17712 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17713 (main): Call gdb_unbuffer_output.
17714 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17715 (main): Rename to ...
17716 (test): ... this.
17717 (main): Reimplement.
17718 * gdb.base/varargs.exp: Run to test instead of to main.
17719 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17720 (main): Call gdb_unbuffer_output.
17721
58789a91
PA
177222015-07-29 Pedro Alves <palves@redhat.com>
17723
17724 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17725 factore out from mi_continue_dprintf. For call-style dprintfs,
17726 expect dprintf output out of $inferior_spawn_id.
17727 (mi_continue_dprintf): Use mi_expect_dprintf.
17728 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17729 (main): Call gdb_unbuffer_output.
17730
e8376742
PA
177312015-07-29 Pedro Alves <palves@redhat.com>
17732
17733 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17734 (default_mi_gdb_start): Set inferior_spawn_id instead of
17735 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17736 gdb_spawn_id.
17737 (mi_gdb_test): Always expect inferior output from both
17738 $inferior_spawn_id and $gdb_spawn_id.
17739
08280010
PA
177402015-07-29 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17743 send_inferior and $inferior_spawn_id.
17744
4d30e432
PA
177452015-07-29 Pedro Alves <palves@redhat.com>
17746
17747 * gdb.gdb/complaints.exp (test_initial_complaints)
17748 (test_serial_complaints, test_short_complaints): Use
17749 gdb_test_stdio.
17750 (test_empty_complaint): Handle $inferior_spawn_id !=
17751 $gdb_spawn_id.
17752
0d30a335
PA
177532015-07-29 Pedro Alves <palves@redhat.com>
17754
17755 * gdb.base/varargs.exp: Use gdb_test_stdio.
17756
39413b29
PA
177572015-07-29 Pedro Alves <palves@redhat.com>
17758
17759 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17760
7cb000a9
PA
177612015-07-29 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17764
d7b8ac82
PA
177652015-07-29 Pedro Alves <palves@redhat.com>
17766
17767 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17768 parameter into two new parameters, "inf_result" and "gdb_result".
17769 Expect inferior output and gdb output from $inferior_spawn_id and
17770 $gdb_spawn_id, respectively. Adjust all callers.
17771
789c3a0c
PA
177722015-07-29 Pedro Alves <palves@redhat.com>
17773
17774 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17775 of gdb_test_sequence.
17776
77e760c3
PA
177772015-07-29 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17780 (saw_spurious_output): Expect inferior output from
17781 $inferior_spawn_id. Use gdb_test_stdio.
17782
8396d2cd
PA
177832015-07-29 Pedro Alves <palves@redhat.com>
17784
17785 * gdb.base/dprintf.exp: Use standard_testfile. Change
17786 prepare_for_testing call.
17787 (srcfile): Don't set.
17788 (restart): New procedure.
17789 (test_dprintf): New procecure, use to continue over dprintfs.
17790 (test_call, test_agent): New procedures, tests moved here.
17791 Restart gdb and recreate dprintfs. Adjust expected output.
17792
2051d61f
PA
177932015-07-29 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17796
452397af
PA
177972015-07-29 Pedro Alves <palves@redhat.com>
17798
17799 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17800
8aed9555
PA
178012015-07-29 Pedro Alves <palves@redhat.com>
17802
17803 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17804 gdb_test_stdio.
17805
188a61b4
PA
178062015-07-29 Pedro Alves <palves@redhat.com>
17807
17808 * lib/gdb.exp (gdb_test_stdio): New procedure.
17809
12264a45
PA
178102015-07-29 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17813
23ffc893
PA
178142015-07-29 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.base/call-signal-resume.exp: Remove check for
17817 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17818 * gdb.base/unwindonsignal.exp: Likewise.
17819 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17820 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17821
65566918
PA
178222015-07-29 Pedro Alves <palves@redhat.com>
17823
17824 * gdb.base/siginfo-addr.c (pass): New function.
17825 (handler): Call it iff si_addr is correct.
17826 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17827 Set a breakpoint at "pass" and continue to it.
17828
d60a9221
SDJ
178292015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17830
17831 * gdb.python/py-objfile.exp: Make some tests have unique names.
17832 * gdb.python/py-pp-registration.exp: Likewise.
17833
bde40b8f
PA
178342015-07-28 Pedro Alves <palves@redhat.com>
17835
17836 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17837
13e1dec8
SM
178382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17839
17840 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17841
da33c9a7
SM
178422015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17843
17844 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17845
077836f7
PP
178462015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17847
17848 * gdb.base/gdb-sigterm-2.exp: New test.
17849
b8cc7b2e
DE
178502015-07-25 Doug Evans <xdje42@gmail.com>
17851
17852 Revert:
17853 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17854 (workers/%.worker, build-perf): New rule.
17855 (GDB_PERFTEST_MODE): New variable.
17856 (check-perf): Use it.
17857 (clean): Clean up gdb.perf parallel build subdirs.
17858 * lib/build-piece.exp: New file.
17859 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17860 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17861 name.
17862 (standard_temp_file): Ditto.
17863 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17864 of $GDB_PARALLEL.
17865
c8bd4544
DE
178662015-07-24 Doug Evans <dje@google.com>
17867
17868 * gdb.perf/lib/perftest/utils.py: New file.
17869 * gdb.perf/gm-hello.cc: New file.
17870 * gdb.perf/gm-pervasive-typedef.cc: New file.
17871 * gdb.perf/gm-pervasive-typedef.h: New file.
17872 * gdb.perf/gm-std.cc: New file.
17873 * gdb.perf/gm-std.h: New file.
17874 * gdb.perf/gm-use-cerr.cc: New file.
17875 * gdb.perf/gm-utils.h: New file.
17876 * gdb.perf/gmonster-null-lookup.py: New file.
17877 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17878 * gdb.perf/gmonster-print-cerr.py: New file.
17879 * gdb.perf/gmonster-ptype-string.py: New file.
17880 * gdb.perf/gmonster-runto-main.py: New file.
17881 * gdb.perf/gmonster-select-file.py: New file.
17882 * gdb.perf/gmonster1-null-lookup.exp: New file.
17883 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17884 * gdb.perf/gmonster1-print-cerr.exp: New file.
17885 * gdb.perf/gmonster1-ptype-string.exp: New file.
17886 * gdb.perf/gmonster1-runto-main.exp: New file.
17887 * gdb.perf/gmonster1-select-file.exp: New file.
17888 * gdb.perf/gmonster1.cc: New file.
17889 * gdb.perf/gmonster1.exp: New file.
17890 * gdb.perf/gmonster2-null-lookup.exp: New file.
17891 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17892 * gdb.perf/gmonster2-print-cerr.exp: New file.
17893 * gdb.perf/gmonster2-ptype-string.exp: New file.
17894 * gdb.perf/gmonster2-runto-main.exp: New file.
17895 * gdb.perf/gmonster2-select-file.exp: New file.
17896 * gdb.perf/gmonster2.cc: New file.
17897 * gdb.perf/gmonster2.exp: New file.
17898
6eab34f3
DE
178992015-07-24 Doug Evans <dje@google.com>
17900
17901 * gdb.perf/README: New file.
17902 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17903 * lib/gen-perf-test.exp: New file.
17904
63738bfd
DE
179052015-07-24 Doug Evans <dje@google.com>
17906
17907 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17908 (PerfTest::startup): New function.
17909 (PerfTest::run): Return result of calling body.
17910 (PerfTest::assemble): Rewrite.
17911 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17912 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17913 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17914 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17915 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17916
7b606f95
DE
179172015-07-24 Doug Evans <dje@google.com>
17918
17919 * lib/gdb.exp (clean_restart): Make executable optional.
17920
a97b16b8
DE
179212015-07-24 Doug Evans <dje@google.com>
17922
17923 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17924 compiler_info references.
17925 * gdb.cp/temargs.exp: Ditto.
17926 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17927 (get_compiler_info): Early exit if already computed. Set compiler_info
17928 to "unknown" if there was a problem.
17929 (test_compiler_info): Add function comment. Call get_compiler_info.
17930
35baa57f
DE
179312015-07-24 Doug Evans <dje@google.com>
17932
17933 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17934 (workers/%.worker, build-perf): New rule.
17935 (GDB_PERFTEST_MODE): New variable.
17936 (check-perf): Use it.
17937 (clean): Clean up gdb.perf parallel build subdirs.
17938 * lib/build-piece.exp: New file.
17939 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17940 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17941 name.
17942 (standard_temp_file): Ditto.
17943 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17944 of $GDB_PARALLEL.
17945
6ebea266
DE
179462015-07-24 Doug Evans <dje@google.com>
17947
17948 * lib/future.exp (gdb_default_target_compile): New option
17949 "early_flags".
17950 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17951 --as-needed.
17952
1e76a7e9
SDJ
179532015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17954
17955 * gdb.base/catch-syscall.exp: Call gdb_exit before
17956 gdb_skip_xml_test.
17957
5068630a
PA
179582015-07-24 Pedro Alves <palves@redhat.com>
17959
17960 * gdb.python/py-events.exp: Accept output between the stop event
17961 and the prompt.
17962 * gdb.python/py-evsignal.exp: Likewise.
17963 * gdb.python/py-evthreads.exp: Likewise.
17964
77598427
PA
179652015-07-24 Pedro Alves <palves@redhat.com>
17966
17967 PR gdb/18717
17968 * gdb.threads/non-ldr-exit.c: New file.
17969 * gdb.threads/non-ldr-exit.exp: New file.
17970
11e6c98f
YQ
179712015-07-24 Yao Qi <yao.qi@linaro.org>
17972
17973 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17974 restarting process.
17975
51aee833
YQ
179762015-07-24 Yao Qi <yao.qi@linaro.org>
17977
17978 * gdb.server/ext-restart.exp: New file.
17979
8cfe207c
YQ
179802015-07-24 Yao Qi <yao.qi@linaro.org>
17981
17982 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17983 argument options.
17984 * gdb.server/ext-wrapper.exp: New file.
17985
cc12ce38
DE
179862015-07-23 Doug Evans <dje@google.com>
17987
17988 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17989 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17990
d0d84780
PMR
179912015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
17992
17993 * gdb.ada/var_arr_typedef.exp: New testcase.
17994 * gdb.ada/var_arr_typedef/pack.adb: New file.
17995 * gdb.ada/var_arr_typedef/pack.ads: New file.
17996 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
17997
8b558f79
JB
179982015-07-20 Joel Brobecker <brobecker@adacore.com>
17999
18000 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18001
775a3298
JK
180022015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18003
18004 * gdb.arch/i386-biarch-core.exp: Replace istarget
18005 by "complete set gnutarget". Remove expectation for the "core-file"
18006 command.
18007
db1ff28b
JK
180082015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18009
18010 Revert the previous commit:
18011 Tests for validate symbol file using build-id.
18012
0a94970d
JK
180132015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18014
18015 Tests for validate symbol file using build-id.
18016 * gdb.base/solib-mismatch-lib.c: New file.
18017 * gdb.base/solib-mismatch-libmod.c: New file.
18018 * gdb.base/solib-mismatch.c: New file.
18019 * gdb.base/solib-mismatch.exp: New file.
18020
03346981
SL
180212015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18022
18023 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18024 nios2-*-linux*.
18025 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18026 * gdb.base/siginfo.exp: Likewise.
18027 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18028
42422cc7
PL
180292015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18030
18031 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18032 Move it to ...
18033 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18034 ... here.
18035 * gdb.trace/range-stepping.exp: Check that the target supports
18036 range stepping.
18037
cfa68bae
JK
180382015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18039
18040 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18041
8ffdba26
PA
180422015-07-14 Pedro Alves <palves@redhat.com>
18043
18044 * gdb.base/killed-outside.exp: New file.
18045 * gdb.base/killed-outside.c: New file.
18046
218a5a11
JK
180472015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18048
18049 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18050 (n at main): New.
18051 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18052
e03ed3c6
AA
180532015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18054
18055 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18056 infcall tests instead of setting up for KFAIL.
18057
485668e5
MM
180582015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18059
18060 * gdb.btrace/record_goto-step.exp: New.
18061
08464196
JK
180622015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18063
18064 PR compile/18484
18065 * gdb.compile/compile.c (struct struct_type): Add volatile to
18066 selffield's type.
18067 * gdb.compile/compile.exp
18068 (compile code struct_object.selffield = &struct_object): Skip further
18069 struct_object tests if this one xfails.
18070
bcf5c1d9
RC
180712015-07-08 Robert O'Callahan <robert@ocallahan.org>
18072
18073 PR exp/18617
18074 * gdb.trace/ax.exp: Add test.
18075
4931af25
YQ
180762015-07-07 Yao Qi <yao.qi@linaro.org>
18077
18078 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18079 instead of istarget "aarch64*-*-*".
18080 * gdb.arch/aarch64-fp.exp: Likewise.
18081 * gdb.base/float.exp: Likewise.
18082 * gdb.reverse/aarch64.exp: Likewise.
18083 * lib/gdb.exp (is_aarch64_target): New proc.
18084
9fcf688e
YQ
180852015-07-07 Yao Qi <yao.qi@linaro.org>
18086
18087 * lib/gdb.exp (is_aarch32_target): New proc.
18088 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18089 instead of "istarget "arm*-*-*"".
18090 * gdb.arch/arm-disp-step.exp: Likewise.
18091 * gdb.arch/thumb-bx-pc.exp: Likewise.
18092 * gdb.arch/thumb-prologue.exp: Likewise.
18093 * gdb.arch/thumb-singlestep.exp: Likewise.
18094 * gdb.base/disp-step-syscall.exp: Likewise.
18095 * gdb.base/float.exp: Likewise.
18096
fbd8d50d
YQ
180972015-07-07 Yao Qi <yao.qi@linaro.org>
18098
18099 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18100 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18101
71be1fdc
YQ
181022015-07-07 Yao Qi <yao.qi@linaro.org>
18103
18104 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18105 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18106 if it exists.
18107 * gdb.multi/multi-arch.exp: Likewise.
18108
3e221d36
SM
181092015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18110
18111 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18112 print.
18113
d441430b
YQ
181142015-07-07 Yao Qi <yao.qi@linaro.org>
18115
18116 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18117
06f810bd
MG
181182015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18119
18120 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18121 '[' and ']' characters.
18122
5e61e7c0
IB
181232015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18124
18125 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18126
28bf096c
PA
181272015-06-29 Pedro Alves <palves@redhat.com>
18128
18129 PR threads/18127
18130 * gdb.threads/hand-call-new-thread.c: New file.
18131 * gdb.threads/hand-call-new-thread.c: New file.
18132
ee93cd5e
KS
181332015-06-26 Keith Seitz <keiths@redhat.com>
18134 Doug Evans <dje@google.com>
18135
18136 PR 16253
18137 * gdb.cp/var-tag-2.cc: New file.
18138 * gdb.cp/var-tag-3.cc: New file.
18139 * gdb.cp/var-tag-4.cc: New file.
18140 * gdb.cp/var-tag.cc: New file.
18141 * gdb.cp/var-tag.exp: New file.
18142
fc637f04
PP
181432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18144
18145 * gdb.base/history-duplicates.exp: New test.
18146
2e52ae68
PP
181472015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18148
18149 * gdb.base/completion.exp: Test the completion of the "focus"
18150 command.
18151
6e22494e
JK
181522015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18153
18154 * gdb.arch/amd64-prologue-skip.S: New file.
18155 * gdb.arch/amd64-prologue-skip.exp: New file.
18156
bf7b9cd9
SM
181572015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18158
18159 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18160 is_address_zero_readable check.
18161
201e8dfd
PB
181622015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18163
18164 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18165 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18166
5cd867b4
YQ
181672015-06-24 Yao Qi <yao.qi@linaro.org>
18168
18169 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18170 linux targets.
18171
4d7be007
YQ
181722015-06-24 Yao Qi <yao.qi@linaro.org>
18173
18174 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18175 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18176 * gdb.base/siginfo-thread.exp: Likewise.
18177
07fcd301
YQ
181782015-06-22 Yao Qi <yao.qi@linaro.org>
18179
18180 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18181
52042a00
YQ
181822015-06-22 Yao Qi <yao.qi@linaro.org>
18183
18184 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18185 aarch64*-*-*.
18186 (skip_hw_watchpoint_tests): Likewise.
18187
74bd41ce
PP
181882015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18189
18190 * gdb.base/gdbinit-history.exp: Test the interaction between
18191 setting GDBHISTSIZE and setting the history size via .gdbinit.
18192
bc460514
PP
181932015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18194
18195 PR gdb/16999
18196 * gdb.base/gdbhistsize-history.exp: New test.
18197
b58c513b
PP
181982015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18199
18200 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18201 with GDBHISTSIZE.
18202 * gdb.base/readline.exp: Likewise.
18203
92046791
YQ
182042015-06-17 Yao Qi <yao.qi@linaro.org>
18205
18206 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18207 line.
18208
2093d2d3
PP
182092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18210
18211 * gdb.base/gdbinit-history.exp: Add test case to check that
18212 an unlimited history file does not get truncated on exit.
18213
e6c693af
AA
182142015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18215
18216 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18217 (VECTOR): New macro. Use it...
18218 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18219 ...for these typedefs.
18220 (int8, char1, int1, double1): New typedefs.
18221 (struct just_int2, struct two_int2): New structures.
18222 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18223 (add_structvecs, add_singlevecs): New functions.
18224 (main): Call add_some_intvecs twice.
18225 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18226 the compile and exit upon failure. Try compiling for the "native"
18227 architecture. Test inferior function calls with vector arguments
18228 and vector return value handling with "finish" and "return".
18229
c74f7d1c
JT
182302015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18231
18232 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18233 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18234 PE file.
18235 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18236
98aa42ee
AT
182372015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18238
18239 PR breakpoints/16465
18240 * gdb.mi/mi-dprintf-pending.c: New file.
18241 * gdb.mi/mi-dprintf-pending.exp: New test.
18242 * gdb.mi/mi-dprintf-pendshr.c: New file.
18243
7d73c23c 182442015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18245 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18246
18247 * gdb.arch/i386-mpx-map.c: New file.
18248 * gdb.arch/i386-mpx-map.exp: New File.
18249
182502015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18251
18252 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18253 * gdb.arch/i386-mpx.exp: Indentation fixed.
18254
182552015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18256
18257 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18258 function and improved indentation.
18259 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18260 gdb_test_multiple. Added additional tests to skip the test.
18261
182622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18263
18264 * gdb.arch/i386-avx512.c: Change path in include file.
18265 * gdb.arch/i386-avx512.exp: Change include dir path
18266 compilation flag.
18267 * gdb.arch/i386-mpx.c: Change path in include file.
18268 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18269 flag.
18270
d5eba19a
JK
182712015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18272
18273 * gdb.compile/compile-print.exp (compile print *vararray@3)
18274 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18275
7f361056
JK
182762015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18277
18278 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18279 (do not keep jit in memory): ... this.
18280 (expect 5): Change it to ...
18281 (expect no 5): ... this.
18282
3b462ec2
SM
182832015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18284
18285 PR gdb/15564
18286 * gdb.mi/mi-detach.exp: New file.
18287
e0619de6
JK
182882015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18289
18290 PR symtab/18392
18291 * gdb.arch/amd64-tailcall-self.S: New file.
18292 * gdb.arch/amd64-tailcall-self.c: New file.
18293 * gdb.arch/amd64-tailcall-self.exp: New file.
18294
e970cb34
DB
182952015-05-28 Don Breazeal <donb@codesourcery.com>
18296
18297 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18298 tests for remote targets by checking is_target_gdbserver.
18299
b2e2f908
DE
183002015-05-27 Doug Evans <dje@google.com>
18301
18302 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18303 * gdb.dwarf2/opaque-type-lookup.c: New file.
18304 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18305
82c7be31
DE
183062015-05-26 Doug Evans <dje@google.com>
18307
18308 * gdb.cp/iostream.cc: New file.
18309 * gdb.cp/iostream.exp: New file.
18310
b4f54984
DE
183112015-05-26 Doug Evans <dje@google.com>
18312
18313 * gdb.dwarf2/dw2-op-call.exp: Update.
18314 * gdb.dwarf2/dw4-sig-types.exp: Update.
18315 * gdb.dwarf2/implptr.exp: Update.
18316 * gdb.mi/mi-cmd-param-changed.exp: Update.
18317
4ea6efe9
DE
183182015-05-26 Doug Evans <dje@google.com>
18319
18320 * gdb.python/py-lazy-string.c: New file.
18321 * gdb.python/py-lazy-string.exp: New file.
18322 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18323 (main): Update. Add estring3.
18324 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18325 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18326
f6bb7db3
YQ
183272015-05-26 Omair Javaid <omair.javaid@linaro.org>
18328 Yao Qi <yao.qi@linaro.org>
18329
18330 * gdb.reverse/aarch64.c: New.
18331 * gdb.reverse/aarch64.exp: New.
18332
a81bfbd0
OJ
183332015-05-26 Omair Javaid <omair.javaid@linaro.org>
18334
25d49b86
PA
18335 * lib/gdb.exp (supports_process_record): Return true for
18336 aarch64*-linux*.
a81bfbd0
OJ
18337 (supports_reverse): Likewise.
18338
158bf1b4
PP
183392015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18340
18341 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18342 Use with_test_prefix.
18343
a0145030
AB
183442015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18345
18346 * gdb.base/completion.exp: Add test for completion of layout
18347 names.
18348
ebe3b578
AB
183492015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18350
18351 * lib/gdb.exp (skip_tui_tests): New proc.
18352 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18353
84204ed7
PA
183542015-05-19 Pedro Alves <palves@redhat.com>
18355
18356 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18357 Save the whole env array instead of just HOME. Unset HISTSIZE in
18358 the environment while testing. Restore whole environment
18359 afterwards.
18360
37442ce1
DE
183612015-05-16 Doug Evans <xdje42@gmail.com>
18362
18363 * gdb.guile/scm-ports.c: New file.
18364 * gdb.guile/scm-ports.exp: Add memory port tests.
18365
36de76f9
JK
183662015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18367
18368 * gdb.compile/compile-print.c: New file.
18369 * gdb.compile/compile-print.exp: New file.
18370
3a9558c4
JK
183712015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18372
18373 * gdb.compile/compile-ops.exp: Cast param to void.
18374 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18375 (compile code struct_object.selffield = &struct_object): Add xfail.
18376
aa715135
JG
183772015-05-15 Joel Brobecker <brobecker@adacore.com>
18378
18379 * gdb.ada/arr_enum_with_gap: New testcase.
18380
931e5bc3
JG
183812015-05-15 Joel Brobecker <brobecker@adacore.com>
18382
18383 * gdb.ada/byte_packed_arr: New testcase.
18384
9cd4d857
JB
183852015-05-15 Joel Brobecker <brobecker@adacore.com>
18386
18387 * gdb.ada/pckd_neg: New testcase.
18388
ebfd00d2
PP
183892015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18390
18391 PR gdb/17820
18392 * gdb.base/gdbinit-history.exp: New test.
18393 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18394 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18395
4c082a81
SC
183962015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18397
18398 * gdb.python/py-xmethods.cc: Enhance test case.
18399 * gdb.python/py-xmethods.exp: New tests.
18400 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18401 function.
18402 (B_indexoper): Likewise.
18403 (global_dm_list) : Add new xmethod worker functions.
18404
f7797074
SDJ
184052015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18406
18407 * gdb.base/coredump-filter.exp: Correctly unset
18408 "coredump_var_addr" array.
18409
a4674e4e
PA
184102015-05-08 Pedro Alves <palves@redhat.com>
18411
18412 * gdb.server/non-existing-program.exp: Unset spawn_id.
18413
df2eb078
SC
184142015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18415
18416 PR python/18291
18417 * gdb.python/py-xmethods.exp: Add tests.
18418
422349a3
YQ
184192015-05-08 Yao Qi <yao.qi@linaro.org>
18420
18421 PR gdb/18208
18422 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18423 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18424 function set_coredump_filter, and remove remote_exec call.
18425 Remove argument ipid. Callers update.
18426 (top level): Don't get inferior's PID.
18427
63fc80ce
AA
184282015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18429
18430 * gdb.base/watch_thread_num.exp: Skip test on targets without
18431 access watchpoints.
18432
80ad801e
PA
184332015-05-06 Pedro Alves <palves@redhat.com>
18434
18435 PR server/18081
18436 * gdb.server/non-existing-program.exp: New file.
18437
0fa7fe50
JB
184382015-05-05 Joel Brobecker <brobecker@adacore.com>
18439
18440 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18441
3ea89b92
PMR
184422015-05-05 Joel Brobecker <brobecker@adacore.com>
18443
18444 * gdb.ada/out_of_line_in_inlined: New testcase.
18445
87b8eff0
JB
184462015-05-05 Joel Brobecker <brobecker@adacore.com>
18447
18448 * gdb.ada/var_rec_arr: New testcase.
18449
5fccc635
YQ
184502015-04-30 Yao Qi <yao.qi@linaro.org>
18451
18452 * gdb.base/break-idempotent.exp: If
18453 skip_hw_watchpoint_multi_tests returns true, skip the tests
18454 on "rwatch" and "awatch".
18455
42d38f42
YQ
184562015-04-30 Yao Qi <yao.qi@linaro.org>
18457
18458 * gdb.base/relativedebug.exp: Invoke gdb command
18459 "info sharedlibrary", and if libc.so doesn't have debug info,
18460 skip the test.
18461
2ce1cdbf
DE
184622015-04-29 Doug Evans <dje@google.com>
18463
18464 * gdb.python/py-xmethods.exp: Add ptype tests.
18465 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18466 get_result_type method.
18467
f24a38c5
LM
184682015-04-29 Luis Machado <lgustavo@codesourcery.com>
18469
18470 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18471 the target does not support hardware watchpoints.
18472
ecbf2b3c
LM
184732015-04-29 Luis Machado <lgustavo@codesourcery.com>
18474
18475 * gdb.base/break-always.exp: Abort testing if writing to memory
18476 causes an error.
18477
34f5f757
DE
184782015-04-28 Doug Evans <dje@google.com>
18479
18480 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18481 * gdb.python/py-pp-registration.exp: ... here. New file.
18482 * gdb.python/py-pp-registration.c: New file.
18483 * gdb.python/py-pp-registration.py: New file.
18484
69b4374a
DE
184852015-04-28 Doug Evans <dje@google.com>
18486
18487 * gdb.python/py-bad-printers.c: New file.
18488 * gdb.python/py-bad-printers.py: New file.
18489 * gdb.python/py-bad-printers.exp: New file.
18490
59fb7612
SS
184912015-04-28 Sasha Smundak <asmundak@google.com>
18492
18493 * gdb.python/py-type.exp: New test.
18494
2631b16a
AW
184952015-04-28 Andy Wingo <wingo@igalia.com>
18496
18497 * gdb.python/py-parameter.exp:
18498 * gdb.guile/scm-parameter.exp: Escape the path that we are
18499 matching against, as it might contain characters that are special
18500 to regular expressions.
18501
460efde1
JB
185022015-04-27 Joel Brobecker <brobecker@adacore.com>
18503
18504 * gdb.ada/rec_comp: New testcase.
18505
2d369d8e
SDJ
185062015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18507
18508 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18509 before using it.
18510
cf75d6c3
AB
185112015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18512
18513 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18514 new tests for verilog output.
18515
8dbe7ca5
YQ
185162015-04-24 Yao Qi <yao.qi@linaro.org>
18517
18518 * boards/remote-gdbserver-on-localhost.exp: New file.
18519
4ef9fb2f
PA
185202015-04-23 Pedro Alves <palves@redhat.com>
18521
18522 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18523 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18524 "end of file", remove $inferior_spawn_id from the indirect list.
18525
0a803169
PA
185262015-04-23 Pedro Alves <palves@redhat.com>
18527
18528 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18529
749ef8f8
PA
185302015-04-23 Pedro Alves <palves@redhat.com>
18531
18532 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18533 on $any_spawn_id instead of only on $gdb_spawn_id.
18534
8aae4344
PM
185352015-04-21 Pierre Muller <muller@sourceware.org>
18536
18537 PR pascal/17815
18538 * lib/pascal.exp (gpc_compile): Add new option "class".
18539 (fpc_compile): Likewise.
18540 * gdb.pascal/case-insensitive-symbols.pas: New file.
18541 * gdb.pascal/case-insensitive-symbols.exp: New file.
18542
1586c8fb
GB
185432015-04-20 Gary Benson <gbenson@redhat.com>
18544
18545 * gdb.base/attach.exp: Fix three extended remote failures.
18546
1b6e6f5c
GB
185472015-04-17 Gary Benson <gbenson@redhat.com>
18548
18549 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18550 the main executable over the remote protocol.
18551
e797481d
PA
185522015-04-16 Pedro Alves <palves@redhat.com>
18553
18554 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18555 a new gdbserver if gdbserver_reconnect_p is set.
18556
1ca99c42
PA
185572015-04-16 Pedro Alves <palves@redhat.com>
18558
18559 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18560 is set, don't exit gdbserver.
18561
af9fd6f8
AA
185622015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18563
18564 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18565 appropriate .insn, such that an older assembler can be used.
18566 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18567 the z/Architecture instruction set on 31-bit targets as well.
18568
04ff1e61
AA
185692015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18570
18571 * gdb.go/handcall.exp: Remove all logic related to the first
18572 breakpoint and rely on go_runto_main instead.
18573 * gdb.go/strings.exp: Likewise.
18574 * gdb.go/unsafe.exp: Likewise.
18575 * gdb.go/hello.exp: Likewise. Also rename the remaining
18576 breakpoint marker to "breakpoint 1".
18577 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18578 * gdb.go/strings.go: Likewise.
18579 * gdb.go/unsafe.go: Likewise.
18580 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18581 "set breakpoint 2 here" and rename the remaining breakpoint marker
18582 to "breakpoint 1".
18583
40d2f8d6
SM
185842015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18585
18586 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18587 if itertools.imap is not present.
18588 * gdb.python/py-objfile.exp: Add parentheses.
18589 * gdb.python/py-type.exp: Same.
18590 * gdb.python/py-unwind-maint.py: Same.
18591
8cbc97c6
YQ
185922015-04-15 Yao Qi <yao.qi@linaro.org>
18593
18594 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18595 of ":$ptr_size" and set its form explicitly.
18596
45fd756c
YQ
185972015-04-15 Pedro Alves <palves@redhat.com>
18598 Yao Qi <yao.qi@linaro.org>
18599
18600 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18601 timeout by factor of 4.
18602 (test_regular_watch): Likewise.
18603 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18604 * gdb.reverse/sigall-reverse.exp: Likewise.
18605 * gdb.reverse/until-precsave.exp: Likewise.
18606 * lib/gdb.exp (with_timeout_factor): New proc.
18607 (gdb_expect): Move some code to ...
18608 (get_largest_timeout): ... here. New procedure.
18609
9e811bc3
LM
186102015-04-14 Luis Machado <lgustavo@codesourcery.com>
18611
18612 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18613
0ff6fcb2
LM
186142015-04-13 Luis Machado <lgustavo@codesourcery.com>
18615
18616 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18617 to write to the .text section.
18618
7578d5f7
LM
186192015-04-13 Luis Machado <lgustavo@codesourcery.com>
18620
18621 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18622 Handle the case of targets that do not provide PID information.
18623
2efe15c4
YQ
186242015-04-13 Yao Qi <yao.qi@linaro.org>
18625
18626 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18627 and use expect instead of gdb_expect.
18628
8cd8f2f8
SDJ
186292015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18630
18631 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18632 "coredump_var_addr" to avoid naming conflict with other testcases.
18633
9ee41772
PA
186342015-04-10 Pedro Alves <palves@redhat.com>
18635
18636 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18637 gdb_test_sequence and gdb_assert.
18638
07473109
PA
186392015-04-10 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18642 test messages that don't include the breakpoint address.
18643
de3db44c
YQ
186442015-04-10 Yao Qi <yao.qi@linaro.org>
18645
18646 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18647 false for some offset and width combinations which aren't
18648 supported by linux kernel.
18649
c79d856c
PA
186502015-04-10 Pedro Alves <palves@redhat.com>
18651
18652 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18653 procedure, factored out from ...
18654 (top level): ... here. Add "set displaced-stepping" testing axis.
18655 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18656 parameter "displaced". Use it.
18657 (top level): Use foreach and add "set displaced-stepping" testing
18658 axis.
18659
ebc90b50
PA
186602015-04-10 Pedro Alves <palves@redhat.com>
18661
18662 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18663 Remove comment.
18664 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18665 both the address of the instruction that triggers the watchpoint
18666 and the address of the instruction immediately after, and use
18667 those addresses for the test. Fix comment.
18668
8f572e5c
PA
186692015-04-10 Pedro Alves <palves@redhat.com>
18670
18671 * gdb.base/sigstep.exp (breakpoint_to_handler)
18672 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18673 Test "backtrace" in handler.
18674 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18675 (top level): Add new "displaced" test axis to
18676 breakpoint_to_handler, breakpoint_to_handler_entry and
18677 breakpoint_over_handler.
18678
8d707a12
PA
186792015-04-10 Pedro Alves <palves@redhat.com>
18680
18681 PR gdb/18216
18682 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18683
ef713951
YQ
186842015-04-10 Yao Qi <yao.qi@linaro.org>
18685
18686 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18687 (test_add_rn_pc): New function.
18688 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18689 (top level): Invoke test_add_rn_pc.
18690
906d60cf
PA
186912015-04-10 Pedro Alves <palves@redhat.com>
18692
18693 PR gdb/13858
18694 * gdb.base/step-over-no-symbols.exp: New file.
18695
f2983cc3
AW
186962015-04-09 Andy Wingo <wingo@igalia.com>
18697
18698 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18699 after the Python tests.
18700
6d62641c
SDJ
187012015-04-08 Keith Seitz <keiths@redhat.com>
18702
18703 PR python/16699
18704 * gdb.python/py-completion.exp: New tests for completion.
18705 * gdb.python/py-completion.py (CompleteLimit1): New class.
18706 (CompleteLimit2): Likewise.
18707 (CompleteLimit3): Likewise.
18708 (CompleteLimit4): Likewise.
18709 (CompleteLimit5): Likewise.
18710 (CompleteLimit6): Likewise.
18711 (CompleteLimit7): Likewise.
18712
f3770638
PA
187132015-04-08 Pedro Alves <palves@redhat.com>
18714
18715 PR gdb/18214
18716 PR gdb/18216
18717 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18718 function.
18719 (main): Install it as SIGUSR1 handler.
18720 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18721 parameter. Always use "setup" as prefix. Toggle "set
18722 displaced-stepping" off/on depending on global. Don't switch to
18723 thread 1 here.
18724 (top level): Add displaced stepping "off/on" test axis. Update
18725 "setup" calls. Wrap each subtest with with_test_prefix. Test
18726 continuing with a queued signal in each thread.
18727
4496bed7
PA
187282015-04-08 Pedro Alves <palves@redhat.com>
18729
18730 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18731 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18732 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18733 Return early if running to main fails.
18734 * gdb.trace/while-stepping.exp: Likewise.
18735
b97fde92
PA
187362015-04-07 Pedro Alves <palves@redhat.com>
18737
18738 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18739 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18740 interact with inferior program.
18741
f71c18e7
PA
187422015-04-07 Pedro Alves <palves@redhat.com>
18743
18744 * lib/gdb.exp (inferior_spawn_id): New global.
18745 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18746 spawn id after processing the user code.
18747 (default_gdb_start): Set inferior_spawn_id.
18748 (send_inferior): New procedure.
18749 * lib/gdbserver-support.exp (gdbserver_start): Set
18750 inferior_spawn_id.
18751 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18752
6423214f
PA
187532015-04-07 Pedro Alves <palves@redhat.com>
18754
18755 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18756 * lib/gdbserver-support.exp (gdbserver_start): Make
18757 $server_spawn_id global.
18758 (gdbserver_start): Don't wait for gdbserver's spawn id with
18759 expect_background.
18760 (close_gdbserver): New procedure.
18761 (gdb_exit): Rename the default version and reimplement.
18762
71c0ee8c
PA
187632015-04-07 Pedro Alves <palves@redhat.com>
18764
72f4393d 18765 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18766 append the substituted item, not the original item.
18767
203bc29b
PA
187682015-04-07 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18771 gdb_expect.
18772
508a3ddf
PA
187732015-04-07 Pedro Alves <palves@redhat.com>
18774
18775 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18776 output appearing once only.
18777
9f6dbe2b
PA
187782015-04-07 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18781 that doesn't expect anything. Return early if running to main
18782 fails.
18783
337532fa
YQ
187842015-04-07 Yao Qi <yao.qi@linaro.org>
18785
18786 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18787 (child_function): Call alarm.
18788 (main): Move call to alarm into the loop.
18789 * gdb.threads/non-stop-fair-events.exp: Build program with
18790 -DTIMEOUT=$timeout.
18791
01b622d4
DE
187922015-04-06 Doug Evans <xdje42@gmail.com>
18793
18794 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18795 Fix dest parameter to board_info.
18796 (fpc_compile): Ditto.
18797 (gdb_compile_pascal): Rename dest arg to destfile.
18798
961f4160
PMR
187992015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18800
18801 * gdb.ada/funcall_ref.exp: New file.
18802 * gdb.ada/funcall_ref/foo.adb: New file.
18803
cafda597
YQ
188042015-04-02 Yao Qi <yao.qi@linaro.org>
18805
18806 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18807 is remote.
18808
fed040c6
GB
188092015-04-02 Gary Benson <gbenson@redhat.com>
18810
18811 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18812
d11916aa
SS
188132015-04-01 Sasha Smundak <asmundak@google.com>
18814
18815 * gdb.python/py-unwind-maint.c: New file.
18816 * gdb.python/py-unwind-maint.exp: New test.
18817 * gdb.python/py-unwind-maint.py: New file.
18818 * gdb.python/py-unwind.c: New file.
18819 * gdb.python/py-unwind.exp: New test.
18820 * gdb.python/py-unwind.py: New test.
18821
a1471180
PA
188222015-04-01 Pedro Alves <palves@redhat.com>
18823
18824 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18825 to fail instead of non-existent $test.
18826
0bbeccb1
PA
188272015-04-01 Pedro Alves <palves@redhat.com>
18828
18829 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18830 GDBFLAGS if not empty.
18831
3c724c8c
PMR
188322015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18833
18834 * gdb.ada/complete.exp: Remove "multi_line".
18835 * gdb.ada/info_exc.exp: Remove "multi_line".
18836 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18837 * gdb.ada/ptype_field.exp: Remove "multi_line".
18838 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18839 * gdb.ada/tagged.exp: Remove "multi_line".
18840 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18841 [multi_line ...]
18842 * gdb.btrace/delta.exp: Likewise.
18843 * gdb.btrace/exception.exp: Likewise.
18844 * gdb.btrace/function_call_history.exp: Likewise.
18845 * gdb.btrace/instruction_history.exp: Likewise.
18846 * gdb.btrace/nohist.exp: Likewise.
18847 * gdb.btrace/record_goto.exp: Likewise.
18848 * gdb.btrace/segv.exp: Likewise.
18849 * gdb.btrace/stepi.exp: Likewise.
18850 * gdb.btrace/tailcall.exp: Likewise.
18851 * gdb.btrace/unknown_functions.exp: Likewise.
18852 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18853 * lib/gdb.exp: Add the "multi_line" helper.
18854
4eec2deb
PA
188552015-04-01 Pedro Alves <palves@redhat.com>
18856
18857 * gdb.threads/tid-reuse.c: New file.
18858 * gdb.threads/tid-reuse.exp: New file.
18859
df8411da
SDJ
188602015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18861
18862 PR corefiles/16092
18863 * gdb.base/coredump-filter.c: New file.
18864 * gdb.base/coredump-filter.exp: Likewise.
18865
6ef37366
PM
188662015-03-27 Petr Machata <pmachata@redhat.com>
18867
18868 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18869 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18870 (Dwarf::assemble): Initialize them.
18871 (Dwarf::lines): New function.
18872
7ec911b0
JT
188732015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18874
18875 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18876 SYMBOL_PREFIX for x86_64-*-cygwin.
18877
ff908ebf
AW
188782015-03-26 Andy Wingo <wingo@igalia.com>
18879
18880 PR symtab/18148
18881 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18882 const_value but not a location.
18883 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18884 location defined in non-main CUs are visible.
18885
6d5f0679
YQ
188862015-03-26 Yao Qi <yao.qi@linaro.org>
18887
18888 PR testsuite/18139
18889 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18890 Add a line number entry for the same line.
18891 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18892 Add a line number entry for the same line.
18893
2898689b
YQ
188942015-03-26 Yao Qi <yao.qi@linaro.org>
18895
18896 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18897 .int 0.
18898 (func): Likewise. Add .Lfunc_1 label.
18899 Use .Lfunc_1 label.
18900 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18901 .int 0.
18902 (func): Likewise.
18903 Use .Lfunc_1 label.
18904
85180498
YQ
189052015-03-26 Yao Qi <yao.qi@linaro.org>
18906
18907 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18908 Call gdb_compile instead to compile each .s files without debug
18909 information.
18910
8aa08a8d
YQ
189112015-03-26 Yao Qi <yao.qi@linaro.org>
18912
18913 * gdb.base/savedregs.exp (process_saved_regs): Make
18914 "Saved registers:" optional in the pattern.
18915
66849923
MM
189162015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18917
18918 * gdb.btrace/next.exp: Merged into step.exp.
18919 * gdb.btrace/finish.exp: Merged into step.exp.
18920 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18921 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18922 "record goto" and checking the exact replay position.
18923 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18924 check for "Recording format" in "info record" output.
18925 * gdb.btrace/record_goto.exp: Choose test file based on target.
18926 * gdb.btrace/x86-record_goto.S: Renamed into ...
18927 * gdb.btrace/x86_64-record_goto.S: ... this.
18928 * gdb.btrace/i686-record_goto.S: New.
18929 * gdb.btrace/x86-tailcall.S: Renamed into ...
18930 * gdb.btrace/x86_64-tailcall.S: ... this.
18931 * gdb.btrace/i686-tailcall.S: New.
18932 * gdb.btrace/x86-tailcall.c: Renamed into ...
18933 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18934 separate statements. Update test.
18935 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18936 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18937 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18938 * gdb.btrace/tailcall.exp: Choose test file based on target.
18939 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18940
11cc1b74
MM
189412015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18942
18943 * gdb.btrace/exception.exp: Increase BTS buffer size.
18944
a25d8bf9
PA
189452015-03-24 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18948
856e7dd6
PA
189492015-03-24 Pedro Alves <palves@redhat.com>
18950
18951 * gdb.threads/schedlock.exp (test_step): No longer expect that
18952 "set scheduler-locking step" with "next" over a function call runs
18953 threads unlocked.
18954
ad235a41
AT
189552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18956
18957 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18958
15630549
AT
189592015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18960
18961 PR breakpoints/16466
18962 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18963 * gdb.mi/mi-pending.c (thread_func): New function.
18964 (int main): Add threading support required.
18965 * gdb.mi/mi-pending.exp: Add tests for this issue.
18966 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18967 (pendfunc2): Remove stdio dependency.
18968 * gdb.mi/mi-pendshr2.c: New file.
18969
693dca06
KS
189702015-03-23 Keith Seitz <keiths@redhat.com>
18971
18972 * gdb.linespec/keywords.c: New file.
18973 * gdb.linespec/keywords.exp: New file.
18974
7e993ebf
KS
189752015-03-23 Keith Seitz <keiths@redhat.com>
18976
18977 PR gdb/18021
18978 * gdb.dwarf2/staticvirtual.exp: New test.
18979
bc23328c
JK
189802015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18981
18982 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18983 * README: Remove HP-UX and gdb.hp.
18984 (configuration):
18985 * configure: Regenerate.
18986 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18987 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18988 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18989 gdb.hp/gdb.defects/Makefile.
18990 * gdb.hp/Makefile.in: File deleted.
18991 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
18992 * gdb.hp/gdb.aCC/optimize.c: File deleted.
18993 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
18994 * gdb.hp/gdb.aCC/run.c: File deleted.
18995 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
18996 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
18997 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
18998 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
18999 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19000 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19001 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19002 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19003 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19004 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19005 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19006 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19007 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19008 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19009 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19010 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19011 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19012 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19013 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19014 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19015 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19016 * gdb.hp/gdb.compat/average.c: File deleted.
19017 * gdb.hp/gdb.compat/sum.c: File deleted.
19018 * gdb.hp/gdb.compat/xdb.c: File deleted.
19019 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19020 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19021 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19022 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19023 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19024 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19025 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19026 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19027 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19028 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19029 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19030 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19031 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19032 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19033 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19034 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19035 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19036 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19037 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19038 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19039 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19040 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19041 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19042 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19043 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19044 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19045 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19046 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19047 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19048 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19049 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19050 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19051 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19052 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19053 * gdb.hp/tools/odump: File deleted.
19054
8bf3b159
PA
190552015-03-19 Pedro Alves <palves@redhat.com>
19056
19057 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19058 (saw_thread_3): New globals.
19059 (top level): Increment them when an event for the corresponding
19060 thread is seen.
19061 (no thread starvation): New test.
19062
eb54c8bf
PA
190632015-03-19 Pedro Alves <palves@redhat.com>
19064
19065 * gdb.threads/continue-pending-status.c: New file.
19066 * gdb.threads/continue-pending-status.exp: New file.
19067
32d2e5d6
PA
190682015-03-18 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19071 Use gdb_is_target_remote instead of is_remote. Use
19072 gdb_test_multiple instead of gdb_expect. Exit early if
19073 gdb_test_multiple hits its internal matches. Tighten stepi tests
19074 expected output. Fail on exit with any signal, instead of just
19075 SIGILL.
19076
f68f11b7
YQ
190772015-03-18 Yao Qi <yao.qi@linaro.org>
19078
19079 PR tdep/18107
19080 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19081 variable.
19082 * gdb.base/catch-syscall.exp: Don't skip it on
19083 aarch64*-*-linux* target. Remove elements in all_syscalls.
19084 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19085 target.
19086 (setup_all_syscalls): New proc.
19087
ca5fd19b
YQ
190882015-03-16 Yao Qi <yao.qi@linaro.org>
19089
19090 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19091 (top level): Skip tests if valid_addr_p returns false for
19092 $cmd1 or $cmd2.
19093
85642ba0
AW
190942015-03-11 Andy Wingo <wingo@igalia.com>
19095
19096 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19097
e03f9645
YQ
190982015-03-11 Yao Qi <yao.qi@linaro.org>
19099
19100 * gdb.base/catch-syscall.exp: Fix typo in comments.
19101
5d0962b2
YQ
191022015-03-11 Yao Qi <yao.qi@linaro.org>
19103
19104 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19105
b2df3cef
PA
191062015-03-09 Pedro Alves <palves@redhat.com>
19107
19108 * dg-extract-results.py: Delete.
19109
ef878e53
PA
191102015-03-09 Pedro Alves <palves@redhat.com>
19111
19112 Merge dg-extract-results.sh from GCC upstream (r218843).
19113
19114 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19115 * dg-extract-results.sh: Use --text with grep to avoid issues with
19116 binary files. Fall back to cat -v, if that doesn't work.
19117
9494d219
PA
191182015-03-05 Pedro Alves <palves@redhat.com>
19119
19120 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19121
a8d9763a
SM
191222015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19123
19124 * lib/mi-support.exp (mi_expect_interrupt): Accept
19125 alternative event for when in all-stop mode.
19126
be9957b8
PA
191272015-03-04 Pedro Alves <palves@redhat.com>
19128
19129 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19130
d57be0f4 191312015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19132
19133 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19134
c214c7cf
AA
191352015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19136
19137 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19138 regexps for GDB's current line display, accept a hex address
19139 preceding the line number.
19140
6d74a497
AA
191412015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19142
19143 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19144 the 'arch1' variable for "s390*-linux*" targets.
19145
511aee7c
PA
191462015-03-04 Pedro Alves <palves@redhat.com>
19147
19148 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19149 (main): Pass missing retval argument to pthread_join call.
19150
95e50b27
PA
191512015-03-02 Pedro Alves <palves@redhat.com>
19152
19153 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19154 (top level): Call do_test with non-stop as well.
19155
28054d69
PA
191562015-03-02 Pedro Alves <palves@redhat.com>
19157
19158 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19159 -1.
19160
4fa5d7b4
AA
191612015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19162
19163 * gdb.arch/s390-vregs.exp: New test.
19164 * gdb.arch/s390-vregs.S: New file.
19165
97c18565
PA
191662015-02-27 Pedro Alves <palves@redhat.com>
19167
19168 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19169 call to catch_command_errors.
19170 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19171 catch_command_errors.
19172
a37bfa30
PA
191732015-02-27 Pedro Alves <palves@redhat.com>
19174
19175 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19176 "true" for boolean result.
19177 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19178 prototype of main.
19179
6f98576f
PA
191802015-02-27 Pedro Alves <palves@redhat.com>
19181
19182 * lib/unbuffer_output.c: New file.
19183 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19184 (main): Call gdb_unbuffer_output.
19185
eba5ab56
YQ
191862015-02-27 Yao Qi <yao.qi@linaro.org>
19187
19188 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19189 target.
19190
0def5aaa
DE
191912015-02-26 Doug Evans <dje@google.com>
19192
19193 * gdb.cp/class2.cc (Dbase, D): New classes.
19194 (main): New local delta.
19195 * gdb.cp/class2.exp: Test printing delta.
19196 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19197 (dynbar): New global.
19198 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19199
081a1c2c
JK
192002015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19201
19202 * gdb.compile/compile-ifunc.c: New file.
19203 * gdb.compile/compile-ifunc.exp: New file.
19204
2f41223f
AT
192052015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19206
19207 * gdb.base/structs.exp: Check for correct struct on finish.
19208
03eddd80
YQ
192092015-02-26 Yao Qi <yao.qi@linaro.org>
19210
19211 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19212 is zero.
19213
80c57053
JK
192142015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19215
19216 * gdb.arch/cordic.ko.bz2: New file.
19217 * gdb.arch/cordic.ko.debug.bz2: New file.
19218 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19219
21613c12
YQ
192202015-02-25 Yao Qi <yao.qi@linaro.org>
19221
19222 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19223 aarch64*-*-* target.
19224
d8b901ed
PA
192252015-02-23 Pedro Alves <palves@redhat.com>
19226
19227 * lib/gdb.exp (delete_breakpoints): Rewrite using
19228 gdb_test_multiple.
19229
e5b85ead
PA
192302015-02-23 Pedro Alves <palves@redhat.com>
19231
19232 * gdb.base/info-os.c: Include stdlib.h.
19233
85c3a371
DE
192342015-02-22 Doug Evans <xdje42@gmail.com>
19235
19236 PR symtab/17855
19237 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19238 is read after symbols have been re-read.
19239 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19240 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19241
96553a0c
DE
192422015-02-21 Doug Evans <dje@google.com>
19243
19244 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19245
97a0c697
JK
192462015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19247
19248 PR corefiles/17808
19249 * gdb.arch/i386-biarch-core.core.bz2: New file.
19250 * gdb.arch/i386-biarch-core.exp: New file.
19251
a47cd6e9
PA
192522015-02-21 Pedro Alves <palves@redhat.com>
19253
19254 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19255 runto_main fails.
19256
c5facdc4
PA
192572015-02-20 Pedro Alves <palves@redhat.com>
19258
19259 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19260 info probes.
19261
2db9a427
PA
192622015-02-20 Pedro Alves <palves@redhat.com>
19263
19264 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19265
60fb7e9e
PA
192662015-02-20 Pedro Alves <palves@redhat.com>
19267
19268 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19269 clean_restart before gdb_target_supports_trace.
19270
5c5019c2
PA
192712015-02-20 Pedro Alves <palves@redhat.com>
19272
19273 PR threads/18006
19274 * gdb.threads/clone-thread_db.c: New file.
19275 * gdb.threads/clone-thread_db.exp: New file.
19276
c9587f88
AT
192772015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19278
19279 PR breakpoints/16812
19280 * gdb.base/catch-gdb-caused-signals.c: New file.
19281 * gdb.base/catch-gdb-caused-signals.exp: New file.
19282
f6a88844
JM
192832015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19284
19285 * configure: Regenerated.
19286 * configure.ac: Use GDB_AC_TRANSFORM.
19287 * aclocal.m4: sinclude ../transform.m4.
19288
497c491b
JM
192892015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19290
19291 * lib/dtrace.exp: New file.
19292 * gdb.base/dtrace-probe.exp: Likewise.
19293 * gdb.base/dtrace-probe.d: Likewise.
19294 * gdb.base/dtrace-probe.c: Likewise.
19295 * lib/pdtrace.in: Likewise.
19296 * configure.ac: Output variables with the transformed names of
19297 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19298 * configure: Regenerated.
19299
03e98035
JM
193002015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19301
19302 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19303 expected message when trying to access $_probe_* convenience
19304 variables while not on a probe.
19305
63cc30e9
JK
193062015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19307
19308 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19309
0703599a
PA
193102015-02-11 Pedro Alves <pedro@codesourcery.com>
19311
19312 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19313 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19314
7e60a48e
DE
193152015-02-10 Doug Evans <xdje42@gmail.com>
19316
19317 * lib/gdb.exp (gdb_load): Always return a result.
19318
01b088bc
PA
193192015-02-10 Pedro Alves <palves@redhat.com>
19320
19321 * gdb.threads/signal-sigtrap.c: New file.
19322 * gdb.threads/signal-sigtrap.exp: New file.
19323
b05ec7a5
AT
193242015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19325
19326 * gdb.trace/no-attach-trace.c: New file.
19327 * gdb.trace/no-attach-trace.exp: New file.
19328
a2c2acaf
MW
193292015-02-09 Mark Wielaard <mjw@redhat.com>
19330
19331 * gdb.dwarf2/atomic.c: New file.
19332 * gdb.dwarf2/atomic-type.exp: Likewise.
19333
31fd9caa
MM
193342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19335
19336 * gdb.btrace/buffer-size.exp: Update "info record" output.
19337 * gdb.btrace/delta.exp: Update "info record" output.
19338 * gdb.btrace/enable.exp: Update "info record" output.
19339 * gdb.btrace/finish.exp: Update "info record" output.
19340 * gdb.btrace/instruction_history.exp: Update "info record" output.
19341 * gdb.btrace/next.exp: Update "info record" output.
19342 * gdb.btrace/nexti.exp: Update "info record" output.
19343 * gdb.btrace/step.exp: Update "info record" output.
19344 * gdb.btrace/stepi.exp: Update "info record" output.
19345 * gdb.btrace/nohist.exp: Update "info record" output.
19346
d33501a5
MM
193472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19348
19349 * gdb.btrace/buffer-size: New.
19350
f4abbc16
MM
193512015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19352
19353 * gdb.btrace/delta.exp: Update "info record" output.
19354 * gdb.btrace/enable.exp: Update "info record" output.
19355 * gdb.btrace/finish.exp: Update "info record" output.
19356 * gdb.btrace/instruction_history.exp: Update "info record" output.
19357 * gdb.btrace/next.exp: Update "info record" output.
19358 * gdb.btrace/nexti.exp: Update "info record" output.
19359 * gdb.btrace/step.exp: Update "info record" output.
19360 * gdb.btrace/stepi.exp: Update "info record" output.
19361 * gdb.btrace/nohist.exp: Update "info record" output.
19362
b9d61307
SM
193632015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19364
19365 PR gdb/15678
19366 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19367
e584fdbc
PA
193682015-02-06 Pedro Alves <palves@redhat.com>
19369
19370 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19371 macro.
19372 (seconds_left, again): New globals.
19373 (main): Wait seconds_left in a 1-second sleep loop instead of
19374 sleeping 180 seconds. If 'again' is set, reset the seconds
19375 counter.
19376 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19377 'again' in the inferior before detaching. Print the seconds left.
19378 (options): New global.
19379 (top level): Build program with -DTIMEOUT=$timeout.
19380
77f41761
PA
193812015-02-06 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19384 determine how many seconds to pass to 'alarm'.
19385 * gdb.base/gdb-sigterm.exp (top level): Build program with
19386 -DTIMEOUT=$timeout.
19387 (do_test): Return success/failure indication. Add more verbose
19388 logging. Don't fail if 200 single steps are seen. Instead, fail
19389 when the test times out.
19390 (passes): New global.
19391 (top level): Break the testing loop if testing fails on any
19392 iteration. Use gdb_assert.
19393
b9394193
DB
193942015-02-04 Don Breazeal <donb@codesourcery.com>
19395
19396 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19397 and initialize them.
19398 (ipc_cleanup): New function.
19399 (main): Don't declare shmid, semid, and msqid. Add a call to
19400 atexit so that we call ipc_cleanup on exit.
19401
42d9e528
PA
194022015-02-04 Pedro Alves <palves@redhat.com>
19403
19404 * boards/native-extended-gdbserver.exp: Remove any target variant
19405 specifications from the board name before clearing the isremote
19406 flag from board_info.
19407
ae6ae975
DE
194082015-01-31 Doug Evans <xdje42@gmail.com>
19409
19410 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19411
cfb069a8
GB
194122015-01-31 Gary Benson <gbenson@redhat.com>
19413
19414 * gdb.base/completion.exp: Disable completion limiting for
19415 existing tests. Add new tests to check completion limiting.
19416 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19417
5dd31d79
DE
194182015-01-31 Doug Evans <xdje42@gmail.com>
19419
19420 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19421
9f050062
DE
194222015-01-31 Doug Evans <xdje42@gmail.com>
19423
19424 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19425 entries. Duplicate file section script entries.
19426 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19427 inlined entries. Add test for safe-path rejection.
19428 * gdb.python/py-section-script.c: Add duplicate inlined section script
19429 entries. Duplicate file section script entries.
19430 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19431 inlined entries. Add test for safe-path rejection.
19432
df25ebbd
JB
194332015-01-29 Joel Brobecker <brobecker@adacore.com>
19434
19435 * gdb.ada/disc_arr_bound: New testcase.
19436
4a0ca9ec
JB
194372015-01-29 Joel Brobecker <brobecker@adacore.com>
19438
19439 * gdb.ada/mi_var_array: New testcase.
19440
3a8b707a
DE
194412015-01-27 Doug Evans <dje@google.com>
19442
19443 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19444 Add test for objfile.filename, objfile.username after objfile
19445 has been unloaded.
19446
f8313f6e
JB
194472015-01-26 Joel Brobecker <brobecker@adacore.com>
19448
19449 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19450 the second test to print the name attribute of value
19451 returned by the call to gdb.lookup_type, and adjust
19452 the expected output accordingly.
19453
37bc665e
MW
194542015-01-25 Mark Wielaard <mjw@redhat.com>
19455
19456 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19457 * gdb.base/disp-step-fork.c: Include unistd.h.
19458 * gdb.base/siginfo-obj.c: Include stdio.h.
19459 * gdb.base/siginfo-thread.c: Likewise.
19460 * gdb.mi/non-stop.c: Include unistd.h.
19461 * gdb.mi/nsthrexec.c: Include stdio.h.
19462 * gdb.mi/pthreads.c: Include unistd.h.
19463 * gdb.modula2/unbounded1.c (main): Declare returns int.
19464 * gdb.reverse/consecutive-reverse.c: Likewise.
19465 * gdb.threads/create-fail.c: Include unistd.h.
19466 * gdb.threads/killed.c: Likewise.
19467 * gdb.threads/linux-dp.c: Likewise.
19468 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19469 * gdb.threads/non-ldr-exc-2.c: Likewise.
19470 * gdb.threads/non-ldr-exc-3.c: Likewise.
19471 * gdb.threads/non-ldr-exc-4.c: Likewise.
19472 * gdb.threads/pthreads.c: Include unistd.h.
19473 (main): Declare returns int.
19474 * gdb.threads/tls-main.c (foo): New declaration.
19475 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19476
f7e5394d
SM
194772015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19478
19479 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19480 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19481
743649fd
MW
194822015-01-15 Mark Wielaard <mjw@redhat.com>
19483
19484 * gdb.base/noreturn-return.c: New file.
19485 * gdb.base/noreturn-return.exp: New file.
19486 * gdb.base/noreturn-finish.c: New file.
19487 * gdb.base/noreturn-finish.exp: New file.
19488
198297aa
PA
194892015-01-23 Pedro Alves <palves@redhat.com>
19490
19491 * gdb.threads/continue-pending-after-query.c: New file.
19492 * gdb.threads/continue-pending-after-query.exp: New file.
19493
717cf30c
AG
194942015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19495 Simon Marchi <simon.marchi@ericsson.com>
19496
19497 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19498 * gdb.base/valgrind-db-attach.exp: Same.
19499 * gdb.base/valgrind-infcall.exp: Same.
19500 * lib/mi-support.exp (default_mi_gdb_start): Same.
19501 * lib/prompt.exp (default_prompt_gdb_start): Same.
19502 * lib/gdb.exp (default_gdb_spawn): Same.
19503 (gdb_interact): New.
19504
19505
4b62a76e
JK
195062015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19507
19508 * gdb.compile/compile.exp (pointer to jit function): New test.
19509
b4cdae6f
WW
195102015-01-17 Wei-cheng Wang <cole945@gmail.com>
19511
19512 * lib/gdb.exp (supports_process_record): Return true for
19513 powerpc*-*-linux*.
19514 (supports_reverse): Likewise.
19515
d221e7ef
DB
195162015-01-15 Don Breazeal <donb@codesourcery.com>
19517
19518 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19519 instead of checking whether the target board is remote and
19520 use spawn_wait_for_attach instead of exec/sleep.
19521 * gdb.base/attach-twice.exp: Likewise.
19522
bafffb51
JB
195232015-01-15 Joel Brobecker <brobecker@adacore.com>
19524
19525 * gdb.ada/var_arr_attrs: New testcase.
19526
5589af0e
PA
195272015-01-14 Pedro Alves <palves@redhat.com>
19528 Joel Brobecker <brobecker@adacore.com>
19529
19530 PR gdb/17525
19531 * gdb.base/bp-cmds-execution-x-script.c: New file.
19532 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19533 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19534
6c400b59
PA
195352015-01-14 Pedro Alves <palves@redhat.com>
19536
19537 PR cli/17828
19538 * gdb.base/batch-preserve-term-settings.c: New file.
19539 * gdb.base/batch-preserve-term-settings.exp: New file.
19540
e02c96a7
DE
195412015-01-13 Doug Evans <dje@google.com>
19542
19543 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19544 binary.
19545
576fd14c
JB
195462015-01-13 Joel Brobecker <brobecker@adacore.com>
19547
19548 * Makefile.in (clean mostlyclean): Do not delete *.py.
19549
04dccad0
JB
195502015-01-13 Joel Brobecker <brobecker@adacore.com>
19551
19552 * gdb.python/py-lookup-type.exp: New file.
19553
3d230f71
PA
195542015-01-12 Pedro Alves <palves@redhat.com>
19555
19556 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19557 restore GDBFLAGS before returning.
19558
7e67715d
JK
195592015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19560
19561 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19562 is_amd64_regs_target and is_x86_like_target.
19563
f2e0d4b4
DE
195642015-01-11 Doug Evans <xdje42@gmail.com>
19565
19566 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19567 is given without an explicit form.
19568 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19569 attributes.
19570 * gdb.dwarf/corrupt.exp: Ditto.
19571 * gdb.dwarf2/enum-type.exp: Ditto.
19572 * gdb.trace/entry-values.exp: Ditto.
19573 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19574
439250fb
DE
195752015-01-11 Doug Evans <xdje42@gmail.com>
19576
19577 PR gdb/15830
19578 * gdb.base/maint.exp: Remove references to "maint demangle".
19579 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19580 Add tests for explicitly specifying language to demangle.
19581 * gdb.dlang/demangle.exp: Ditto.
19582
ede9f622
PA
195832015-01-09 Pedro Alves <palves@redhat.com>
19584
19585 * gdb.threads/non-stop-fair-events.c: New file.
19586 * gdb.threads/non-stop-fair-events.exp: New file.
19587
a7b796db
PA
195882015-01-09 Pedro Alves <palves@redhat.com>
19589
19590 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19591 the global scope. Set a breakpoint after all threads are started
19592 rather than stepping over two source lines. Expect the prompt.
19593 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19594 global.
19595 (NUM): Now 15.
19596 (main): Use threads_started_barrier to wait for all threads to
19597 start. Main thread no longer calls thread_function. Exit after
19598 180 seconds.
19599 (loop): New function.
19600 (thread_function): Wait on threads_started_barrier barrier. Call
19601 'loop' at each iteration.
19602 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19603 threads have started, instead of hardcoding number of "next"
19604 steps. Use an access watchpoint instead of a write watchpoint.
19605
9665ffdd
PA
196062015-01-09 Pedro Alves <palves@redhat.com>
19607
19608 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19609 (thread_func): Wait on barrier.
19610 (main): Wait for all threads to start before stopping GDB.
19611 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19612 global.
19613 (thread1_func, thread2_func): Wait on barrier.
19614 (main): Wait for all threads to start before stopping GDB.
19615 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19616 New global.
19617 (thread1_func, thread2_func): Wait on barrier.
19618 (main): Wait for all threads to start before stopping GDB.
19619
c945a99f
PA
196202015-01-09 Pedro Alves <palves@redhat.com>
19621
19622 * gdb.threads/attach-many-short-lived-threads.c: New file.
19623 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19624
c1a747c1
PA
196252014-01-09 Pedro Alves <palves@redhat.com>
19626
19627 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19628 instead of to thread 2.
19629 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19630 Add barrier around each pthread_create call instead of around all
19631 calls.
19632 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19633 Set a break on thread_function and have the child threads hit it
19634 one at at a time.
19635
60b3033e
PA
196362015-01-09 Pedro Alves <palves@redhat.com>
19637
19638 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19639 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19640 false.
19641 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19642 checking whether the target board is remote.
19643 * gdb.multi/multi-attach.exp: Likewise.
19644 * gdb.python/py-sync-interp.exp: Likewise.
19645 * gdb.server/ext-attach.exp: Likewise.
19646 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19647 tests that need to attach, instead of checking whether the target
19648 board is remote at the top of the file.
19649
acc018ac
YQ
196502015-01-08 Yao Qi <yao@codesourcery.com>
19651
19652 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19653
50a18af8
JK
196542015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19655
19656 Fix testcase compilation.
19657 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19658
8503d6e1
JB
196592015-01-06 Joel Brobecker <brobecker@adacore.com>
19660
19661 * gdb.python/py-type.exp: Add a couple test about empty
19662 array creation, and negative-length array creation.
19663
cc73dbcc
DE
196642015-01-02 Doug Evans <xdje42@gmail.com>
19665
19666 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19667
0300bbc7
DE
196682015-01-02 Doug Evans <dje@google.com>
19669
19670 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19671
9d85a0ec
YQ
196722014-12-29 Yao Qi <yao@codesourcery.com>
19673
19674 * gdb.trace/entry-values.exp: Update comments. Rename variable
19675 bar_call_foo to returned_from_foo.
19676
87186c6a
MMN
196772014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19678
19679 PR gdb/17394
19680 * gdb.linespec/break-asm-file.c: New file.
19681 * gdb.linespec/break-asm-file.exp: New file.
19682 * gdb.linespec/break-asm-file0.s: New file.
19683 * gdb.linespec/break-asm-file1.s: New file.
19684
1bab7383
YQ
196852014-12-18 Nigel Stephens <nigel@mips.com>
19686 Maciej W. Rozycki <macro@codesourcery.com>
19687
19688 * gdb.base/float.exp: Handle the new output from "info float" on
19689 MIPS targets.
19690
1bc1068a
JK
196912014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19692
19693 Fix MinGW compilation.
19694 * gdb.compile/compile-ops.exp: Update untested message if
19695 !skip_compile_feature_tests.
19696 * gdb.compile/compile-setjmp.exp: Likewise.
19697 * gdb.compile/compile-tls.exp: Likewise.
19698 * gdb.compile/compile.exp: Likewise.
19699 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19700 supported on this host".
19701
b6615d10
DE
197022014-12-16 Doug Evans <xdje42@gmail.com>
19703
19704 * boards/stabs.exp: New file.
19705
25dda427
AA
197062014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19707
19708 * gdb.base/completion.exp: Adjust to format changes of "maint
19709 print user-registers".
19710
bf330350
CU
197112014-12-16 Catalin Udma <catalin.udma@freescale.com>
19712
19713 PR server/17457
19714 * gdb.arch/aarch64-fp.c: New file.
19715 * gdb.arch/aarch64-fp.exp: New file.
19716
395cf596
SDJ
197172014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19718
19719 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19720 r210637, r210913, r211666, r215400, r215817).
19721
19722 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19723 * dg-extract-results.py: New file.
19724 * dg-extract-results.sh: Use it if the environment seems
19725 suitable.
19726
19727 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19728
19729 * dg-extract-results.py (parse_run): Handle warnings that
19730 are printed before a test harness is run.
19731
19732 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19733
19734 * dg-extract-results.py (Named): Remove __cmp__ method.
19735 (output_variation): Use a key to sort variation.harnesses.
19736
19737 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19738
19739 * dg-extract-results.py: For Python 3, force sys.stdout to
19740 handle surrogate escape sequences.
19741 (safe_open): New function.
19742 (output_segment, main): Use it.
19743
19744 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19745
19746 * dg-extract-results.py (Prog.result_re): Include options
19747 in test name.
19748
19749 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19750
19751 * dg-extract-results.py (output_variation): Always sort if
19752 do_sum.
19753
e882ef3c
SM
197542014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19755
19756 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19757 as long as we get pagination notifications.
19758
4992aa20
JM
197592014-12-15 Jason Merrill <jason@redhat.com>
19760
19761 * Makefile.in (check-gdb.%): Restore.
19762 * README: Mention it.
19763
c1b5a1a6
JB
197642014-12-13 Joel Brobecker <brobecker@adacore.com>
19765
19766 * gdb.ada/str_uninit: New testcase.
19767
5537b577
JK
197682014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19769
19770 PR symtab/17642
19771 * gdb.base/vla-stub-define.c: New file.
19772 * gdb.base/vla-stub.c: New file.
19773 * gdb.base/vla-stub.exp: New file.
19774
bb2ec1b3
TT
197752014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19776 Jan Kratochvil <jan.kratochvil@redhat.com>
19777 Tom Tromey <tromey@redhat.com>
19778
19779 * configure.ac: Add gdb.compile/.
19780 * configure: Regenerate.
19781 * gdb.compile/Makefile.in: New file.
19782 * gdb.compile/compile-ops.exp: New file.
19783 * gdb.compile/compile-ops.c: New file.
19784 * gdb.compile/compile-tls.c: New file.
19785 * gdb.compile/compile-tls.exp: New file.
19786 * gdb.compile/compile-constvar.S: New file.
19787 * gdb.compile/compile-constvar.c: New file.
19788 * gdb.compile/compile-mod.c: New file.
19789 * gdb.compile/compile-nodebug.c: New file.
19790 * gdb.compile/compile-setjmp-mod.c: New file.
19791 * gdb.compile/compile-setjmp.c: New file.
19792 * gdb.compile/compile-setjmp.exp: New file.
19793 * gdb.compile/compile-shlib.c: New file.
19794 * gdb.compile/compile.c: New file.
19795 * gdb.compile/compile.exp: New file.
19796 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19797
4ff709eb
TT
197982014-12-12 Tom Tromey <tromey@redhat.com>
19799
19800 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19801 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19802
6dddd6a5
DE
198032014-12-12 Doug Evans <dje@google.com>
19804
19805 * lib/gdb-python.exp (get_python_valueof): New function.
19806 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19807
71c24708
AA
198082014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19809
19810 * gdb.base/completion.exp: Add test for completion of "info
19811 registers ".
19812
3e29f34a
MR
198132014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19814
19815 * gdb.base/func-ptrs.c: New file.
19816 * gdb.base/func-ptrs.exp: New file.
19817
fc126975
SM
198182014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19819
19820 PR breakpoints/17012
19821 * gdb.base/dprintf-detach.c: New file.
19822 * gdb.base/dprintf-detach.exp: New file.
19823
0a46d518
SM
198242014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19825
19826 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19827 * lib/gdb.exp (target_is_gdbserver): New procedure.
19828
a0be3e44
DE
198292014-12-08 Doug Evans <dje@google.com>
19830
19831 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19832
df1b803a
YQ
198332014-12-05 Yao Qi <yao@codesourcery.com>
19834
19835 * gdb.guile/scm-error.exp: Remove the third argument to
19836 gdb_remote_download.
19837 * gdb.guile/scm-frame-args.exp: Likewise.
19838 * gdb.guile/scm-section-script.exp: Likewise.
19839
ddb9f679
YQ
198402014-12-05 Yao Qi <yao@codesourcery.com>
19841
19842 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19843
86e4ed39
DE
198442014-12-04 Doug Evans <dje@google.com>
19845
19846 * gdb.python/py-objfile.exp: Add tests for
19847 objfile.add_separate_debug_file.
19848
7c50a931
DE
198492014-12-04 Doug Evans <dje@google.com>
19850
19851 * lib/gdb.exp (get_build_id): New function.
19852 (build_id_debug_filename_get): Rewrite to use it.
19853 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19854
621661e3
MR
198552014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19856
19857 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19858 `method(long)', not just 0x0.
19859 * gdb.cp/nsalias.exp: Align code labels to 4.
19860 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19861 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19862 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19863 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19864 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19865 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19866
29f0c3b7
DE
198672014-12-02 Doug Evans <dje@google.com>
19868
e1e061e7 19869 PR symtab/17602
29f0c3b7 19870 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 19871 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
19872 * gdb.cp/anon-ns.exp: Update.
19873
162078c8
NB
198742014-12-02 Nick Bull <nicholaspbull@gmail.com>
19875
19876 * gdb.python/py-events.py (inferior_call_handler): New.
19877 (register_changed_handler, memory_changed_handler): New.
19878 (test_events.invoke): Register new handlers.
19879 * gdb.python/py-events.exp: Add tests for inferior call,
19880 memory_changed and register_changed events.
19881
fdb09caf
AA
198822014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19883
19884 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19885 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19886 if the linker doesn't understand this.
19887
55cfb2c4
SM
198882014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19889
19890 * gdb.python/python.exp: Change expected reply to help().
19891
9e8cd6df
YQ
198922014-12-01 Yao Qi <yao@codesourcery.com>
19893
19894 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19895 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19896 * configure: Re-generated.
19897
6c659fc2
SC
198982014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19899
19900 * gdb.cp/chained-calls.cc: New file.
19901 * gdb.cp/chained-calls.exp: New file.
19902 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19903
d7fc3181
SM
199042014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19905
19906 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19907 * gdb.dwarf2/symtab-producer.exp: Same.
19908 * gdb.gdb/python-interrupts.exp: Same.
19909 * gdb.gdb/python-selftest.exp: Same.
19910 * gdb.python/py-linetable.exp: Same.
19911 * gdb.python/py-type.exp: Same.
19912 * gdb.python/py-value-cc.exp: Same.
19913 * gdb.python/py-value.exp: Same.
19914
10e79639
YQ
199152014-11-28 Yao Qi <yao@codesourcery.com>
19916
19917 * gdb.base/break-probes.exp: Match library name prefixed with
19918 sysroot.
19919
f28a0564
SM
199202014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19921
19922 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19923 test expected output. Add parentheses for the call to print.
19924 Remove L suffix from integers.
19925
3fe1ce1d
DE
199262014-11-26 Doug Evans <dje@google.com>
19927
19928 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19929
84429e27
YQ
199302014-11-22 Yao Qi <yao@codesourcery.com>
19931
19932 * gdb.trace/entry-values.c: Remove asms.
19933 (foo): Add foo_label.
19934 (bar): Add bar_label.
19935 * gdb.trace/entry-values.exp: Remove code computing foo's
19936 length and bar's length.
19937 (Dwarf::assemble): Invoke function_range for bar and use
19938 MACRO_AT_func for foo.
19939
26741859
YQ
199402014-11-22 Yao Qi <yao@codesourcery.com>
19941
19942 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19943 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19944 Use .Lgcc43_procstart instead of gcc43.
19945
45e44d27
JB
199462014-11-21 Joel Brobecker <brobecker@adacore.com>
19947
19948 * gdb.ada/n_arr_bound: New testcase.
19949
458c8db8
SDJ
199502014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19951
19952 PR breakpoints/10737
19953 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19954 test_catch_syscall_multi_arch.
19955 (test_catch_syscall_multi_arch): New function.
19956
43f3e411
DE
199572014-11-20 Doug Evans <xdje42@gmail.com>
19958
19959 * gdb.base/maint.exp: Update expected output.
19960
0d7b2549
AA
199612014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19962
19963 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19964 4-byte instruction on S390.
19965
8908fca5
JB
199662014-11-19 Joel Brobecker <brobecker@adacore.com>
19967
19968 * gdb.ada/arr_arr: New testcase.
19969
4a46959e
JB
199702014-11-19 Joel Brobecker <brobecker@adacore.com>
19971
19972 * gdb.ada/pkd_arr_elem: New Testcase.
19973
470e2f4e
LM
199742014-11-18 Luis Machado <lgustavo@codesourcery.com>
19975
19976 * gdb.reverse/break-precsave: Expect completion message for
19977 core file reads.
19978 * gdb.reverse/consecutive-precsave.exp: Likewise.
19979 * gdb.reverse/finish-precsave.exp: Likewise.
19980 * gdb.reverse/i386-precsave.exp: Likewise.
19981 * gdb.reverse/machinestate-precsave.exp: Likewise.
19982 * gdb.reverse/sigall-precsave.exp: Likewise.
19983 * gdb.reverse/solib-precsave.exp: Likewise.
19984 * gdb.reverse/step-precsave.exp: Likewise.
19985 * gdb.reverse/until-precsave.exp: Likewise.
19986 * gdb.reverse/watch-precsave.exp: Likewise.
19987
a267f3ad
AA
199882014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19989
19990 * gdb.base/bp-permanent.c: Include unistd.h.
19991 * gdb.python/py-framefilter-mi.c (main): Add return type.
19992 * gdb.python/py-framefilter.c (main): Likewise.
19993 * gdb.trace/actions-changed.c (main): Likewise.
19994
12084a9a
AA
199952014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19996
19997 * gdb.mi/until.c: Add eye-catchers.
19998 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
19999 line numbers.
20000
dc7e1a77
AA
200012014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20002
20003 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20004 function header variants in break1.c.
20005 * gdb.base/ena-dis-br.exp: Likewise.
20006 * gdb.base/hbreak2.exp: Likewise.
20007 * gdb.reverse/until-precsave.exp: Drop references to removed
20008 non-prototype function header variants in ur1.c.
20009 * gdb.reverse/until-reverse.exp: Likewise.
20010
41c77605
PM
200112014-11-17 Petr Machata <pmachata@redhat.com>
20012
20013 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20014 ${_cu_offset_size} bytes abbrev offset.
20015
34248c3a
DE
200162014-11-15 Doug Evans <xdje42@gmail.com>
20017
20018 PR symtab/17559
20019 * gdb.base/line-symtabs.exp: New file.
20020 * gdb.base/line-symtabs.c: New file.
20021 * gdb.base/line-symtabs.h: New file.
20022
646da059
YQ
200232014-11-14 Yao Qi <yao@codesourcery.com>
20024
20025 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20026 (func): Add label func_label.
20027 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20028 Replace low_pc and high_pc with MACRO_AT_range.
20029 Replace name, low_pc and high_pc with MACRO_AT_func.
20030
9301ebe6
YQ
200312014-11-14 Yao Qi <yao@codesourcery.com>
20032
20033 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20034 Replace name, low_pc and high_pc with MACRO_AT_func.
20035
f166b542
YQ
200362014-11-14 Yao Qi <yao@codesourcery.com>
20037
20038 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20039 produce debug information.
20040 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20041
0f6e71e3
YQ
200422014-11-14 Yao Qi <yao@codesourcery.com>
20043
20044 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20045 object and get function length.
20046 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20047 with MACRO_AT_func.
20048 (top-level): Replace gdb_compile and clean_restart with
20049 prepare_for_testing.
20050 * gdb.dwarf2/main.c (main): Add label main_label.
20051
876c4df9
YQ
200522014-11-14 Yao Qi <yao@codesourcery.com>
20053
20054 * lib/dwarf.exp (function_range): New procedure.
20055 (Dwarf::_handle_macro_at_func): New procedure.
20056 (Dwarf::_handle_macro_at_range): New procedure.
20057 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20058
02ad9cf1
YQ
200592014-11-14 Yao Qi <yao@codesourcery.com>
20060
20061 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20062 (_handle_attribute): New procedure.
20063
a59add0c
AA
200642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20065
20066 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20067 * gdb.base/call-sc.c (zed): Likewise.
20068 * gdb.base/checkpoint.c (main): Likewise.
20069 * gdb.base/dump.c (main): Likewise.
20070 * gdb.base/gcore.c (main): Likewise.
20071 * gdb.base/huge.c (main): Likewise.
20072 * gdb.base/multi-forks.c (main): Likewise.
20073 * gdb.base/pr10179-a.c (main): Likewise.
20074 * gdb.base/savedregs.c (main): Likewise.
20075 * gdb.base/sigaltstack.c (main): Likewise.
20076 * gdb.base/siginfo.c (main): Likewise.
20077 * gdb.base/structs.c (zed): Likewise.
20078 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20079 * gdb.mi/mi-syn-frame.c (main): Likewise.
20080 * gdb.mi/until.c (foo, main): Likewise.
20081 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20082 * gdb.base/solib-weak.c (foo): Declare.
20083 * gdb.base/attach-twice.c: Include stdio.h.
20084 * gdb.base/weaklib1.c: Likewise.
20085 * gdb.base/weaklib2.c: Likewise.
20086 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20087 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20088 unistd.h.
20089 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20090 * gdb.mi/mi-exit-code.c: Likewise.
20091 * gdb.base/break-interp-lib.c: Include string.h.
20092 * gdb.base/coremaker.c: Likewise.
20093 * gdb.base/testenv.c: Likewise.
20094 * gdb.python/py-finish-breakpoint.c: Likewise.
20095 * gdb.base/inferior-died.c: Include sys/wait.h.
20096 * gdb.base/fileio.c: Include time.h.
20097 * gdb.base/async-shell.c: Include unistd.h.
20098 * gdb.base/dprintf-non-stop.c: Likewise.
20099 * gdb.base/info-os.c: Likewise.
20100 * gdb.mi/mi-console.c: Likewise.
20101 * gdb.mi/watch-nonstop.c: Likewise.
20102 * gdb.python/py-events.c: Likewise.
20103 * gdb.base/async.c (baz): Move up before its invocation.
20104 * gdb.base/code_elim2.c (my_global_func): Likewise.
20105 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20106 * gdb.base/advance.c (func2): Likewise.
20107
3b5d5997
AA
201082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20109
20110 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20111 variant.
20112 * gdb.base/annota3.c: Likewise.
20113 * gdb.base/async.c: Likewise.
20114 * gdb.base/average.c: Likewise.
20115 * gdb.base/call-ar-st.c: Likewise.
20116 * gdb.base/call-rt-st.c: Likewise.
20117 * gdb.base/call-sc.c: Likewise.
20118 * gdb.base/call-strs.c: Likewise.
20119 * gdb.base/ending-run.c: Likewise.
20120 * gdb.base/execd-prog.c: Likewise.
20121 * gdb.base/exprs.c: Likewise.
20122 * gdb.base/foll-exec.c: Likewise.
20123 * gdb.base/foll-fork.c: Likewise.
20124 * gdb.base/foll-vfork.c: Likewise.
20125 * gdb.base/funcargs.c: Likewise.
20126 * gdb.base/gcore.c: Likewise.
20127 * gdb.base/jump.c: Likewise.
20128 * gdb.base/langs0.c: Likewise.
20129 * gdb.base/langs1.c: Likewise.
20130 * gdb.base/langs2.c: Likewise.
20131 * gdb.base/mips_pro.c: Likewise.
20132 * gdb.base/nodebug.c: Likewise.
20133 * gdb.base/opaque0.c: Likewise.
20134 * gdb.base/opaque1.c: Likewise.
20135 * gdb.base/recurse.c: Likewise.
20136 * gdb.base/run.c: Likewise.
20137 * gdb.base/scope0.c: Likewise.
20138 * gdb.base/scope1.c: Likewise.
20139 * gdb.base/setshow.c: Likewise.
20140 * gdb.base/setvar.c: Likewise.
20141 * gdb.base/shmain.c: Likewise.
20142 * gdb.base/shr1.c: Likewise.
20143 * gdb.base/shr2.c: Likewise.
20144 * gdb.base/sigall.c: Likewise.
20145 * gdb.base/signals.c: Likewise.
20146 * gdb.base/so-indr-cl.c: Likewise.
20147 * gdb.base/solib2.c: Likewise.
20148 * gdb.base/structs.c: Likewise.
20149 * gdb.base/sum.c: Likewise.
20150 * gdb.base/vforked-prog.c: Likewise.
20151 * gdb.base/watchpoint.c: Likewise.
20152 * gdb.reverse/shr2.c: Likewise.
20153 * gdb.reverse/until-reverse.c: Likewise.
20154 * gdb.reverse/ur1.c: Likewise.
20155 * gdb.reverse/watch-reverse.c: Likewise.
20156
066a77c5
AA
201572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20158
20159 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20160 variant.
20161 * gdb.base/sepdebug.exp: Drop references to removed code.
20162
4f204ea5
AA
201632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20164
20165 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20166 variant. Preserve original line numbering.
20167 * gdb.base/list1.c: Likewise.
20168
3b377a3a
AA
201692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20170
20171 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20172 variant.
20173 * gdb.base/break1.c: Likewise.
20174 * gdb.base/break.exp: Drop references to removed code.
20175
e444df73
AA
201762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20177
20178 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20179 variant.
20180
8008f2a7
AA
201812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20182
20183 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20184
a5a06887
AA
201852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20186
20187 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20188 logic into perform_all_tests() and invoke it with and without
20189 function header prototypes.
20190 (do_function_calls): Remove conditional XFAIL for PR 5318.
20191 (rerun_and_prepare): Remove duplicate code.
20192 (perform_all_tests): New. Main logic moved here.
20193
44dba9b9
AA
201942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20195
20196 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20197 code guarded by #ifdef NO_PROTOTYPES.
20198 (t_double_many_args): Likewise.
20199 (DEF_FUNC_MANY_ARGS_1): Likewise.
20200 (DEF_FUNC_VALUES_1): Likewise.
20201 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20202 guarded by #ifdef PROTOTYPES.
20203
d1fbcd56
AA
202042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20205
20206 * gdb.mi/mi-console.c: Add eye-catcher.
20207 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20208 instead of literal line number.
20209
b0e59b8f
AA
202102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20211
20212 * gdb.base/shr2.c: Add eye-catcher.
20213 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20214 line number.
20215
78f98cca
AA
202162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20217
20218 * gdb.base/jump.c: Add eye-catchers.
20219 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20220 numbers.
20221
58fa2af0
AA
202222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20223
20224 * gdb.base/execd-prog.c: Add eye-catchers.
20225 * gdb.base/foll-exec.c: Likewise.
20226 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20227 line numbers.
20228
04e5059b
AA
202292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20230
20231 * gdb.base/ending-run.c: Add eye-catchers.
20232 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20233 literal line numbers.
20234
dbfdb174
AA
202352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20236
20237 * gdb.base/call-rt-st.c: Add eye-catchers.
20238 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20239 literal line numbers.
20240
888a2ade
AA
202412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20242
20243 * gdb.base/call-ar-st.c: Add eye-catchers.
20244 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20245 literal line numbers.
20246
6acc2dde
AA
202472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20248
20249 * gdb.base/average.c: Add eye-catchers.
20250 * gdb.base/sum.c: Likewise.
20251 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20252 regexps dynamically.
20253
9ecfcd1d
AA
202542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20255
20256 * gdb.base/solib1.c: Add eye-catchers.
20257 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20258 literal line numbers.
20259
78708b7c
PA
202602014-11-12 Pedro Alves <palves@redhat.com>
20261
20262 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20263 leader has exited.
20264
af48d08f
PA
202652014-11-12 Pedro Alves <palves@redhat.com>
20266
20267 * gdb.arch/i386-bp_permanent.c: New file.
20268 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20269 (srcfile): Set to i386-bp_permanent.c.
20270 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20271 that stepi does not execute the 'leave' instruction, instead of
20272 testing it does execute.
20273 * gdb.base/bp-permanent.c: New file.
20274 * gdb.base/bp-permanent.exp: New file.
20275
af3768e9
DE
202762014-11-10 Doug Evans <xdje42@gmail.com>
20277
20278 PR symtab/17564
20279 * gdb.base/symtab-search-order.exp: New file.
20280 * gdb.base/symtab-search-order.c: New file.
20281 * gdb.base/symtab-search-order-1.c: New file.
20282 * gdb.base/symtab-search-order-shlib-1.c: New file.
20283
9de00a4a
PA
202842014-11-07 Pedro Alves <palves@redhat.com>
20285
20286 PR gdb/17511
20287 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20288 i?86-*-linux*.
20289
e0f52461
SC
202902014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20291
20292 PR c++/17494
20293 * gdb.cp/pr17494.cc: New file.
20294 * gdb.cp/pr17494.exp: New file.
20295
6ce8c980
YQ
202962014-11-02 Yao Qi <yao@codesourcery.com>
20297
20298 * gdb.python/python.exp: Get working directory and match the
20299 output of "set extended-prompt \\w " with it.
20300
02be9a71
DE
203012014-10-30 Doug Evans <dje@google.com>
20302
20303 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20304 in objfiles.
20305 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20306 in progspaces.
20307
3bdff46b
LM
203082014-10-30 Janis Johnson <janisjo@codesourcery.com>
20309
20310 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20311 * gdb.base/realname-expand.exp: Likewise.
20312 * gdb.linespec/macro-relative.exp: Likewise.
20313
ab917dfb
PA
203142014-10-29 Pedro Alves <palves@redhat.com>
20315
20316 PR gdb/17408
20317 * gdb.threads/schedlock.c (some_function): New function.
20318 (call_function): New global.
20319 (MAYBE_CALL_SOME_FUNCTION): New macro.
20320 (thread_function): Call it.
20321 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20322 and use it instead of a global counter. Adjust all callers.
20323 (get_current_thread): Use "find current thread" for test message
20324 here rather than having all callers pass down the same string.
20325 (goto_loop): New procedure, factored out from ...
20326 (my_continue): ... this.
20327 (step_ten_loops): Change parameter from test message to command to
20328 use. Adjust.
20329 (list_count): Delete global.
20330 (check_result): New procedure, factored out from duplicate top
20331 level code.
20332 (continue tests): Wrap in with_test_prefix.
20333 (test_step): New procedure, factored out from duplicate top level
20334 code.
20335 (top level): Test "step" in combination with all scheduler-locking
20336 modes. Test "next" in combination with all scheduler-locking
20337 modes, and in combination with stepping over a function call or
20338 not.
20339 * gdb.threads/next-bp-other-thread.c: New file.
20340 * gdb.threads/next-bp-other-thread.exp: New file.
20341
d3d4baed
PA
203422014-10-29 Pedro Alves <palves@redhat.com>
20343
20344 PR python/17372
20345 * gdb.python/python.exp: Test a multi-line command that spawns
20346 interactive Python.
20347 * gdb.base/multi-line-starts-subshell.exp: New file.
20348
563e8d85
YQ
203492014-10-29 Yao Qi <yao@codesourcery.com>
20350
20351 * gdb.base/fileio.exp: Make directories on host.
20352
0ea4d52e
YQ
203532014-10-29 Yao Qi <yao@codesourcery.com>
20354
20355 * gdb.base/fileio.c (test_write): Close the file.
20356
7f5ef605
PA
203572014-10-28 Pedro Alves <palves@redhat.com>
20358
20359 PR gdb/12623
20360 * gdb.base/sigstep.c (no_handler): New global.
20361 (main): If 'no_handler is true, set the signal handlers to
20362 SIG_IGN.
20363 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20364 with_sw_watch and no_handler parameters. Handle them.
20365 (top level) <stepping over handler when stopped at a breakpoint
20366 test>: Add a test axis for testing with a software watchpoint, and
20367 another for testing with the signal handler set to SIG_IGN.
20368 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20369 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20370
abbdbd03
PA
203712014-10-28 Pedro Alves <palves@redhat.com>
20372
20373 PR gdb/17511
20374 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20375 * gdb.base/sigstep.exp (other_handler_location): New global.
20376 (advance): Support stepping into the signal handler, and running
20377 commands while in the handler.
20378 (in_handler_map): New global.
20379 (top level): In the advance test, add combinations for getting
20380 into the handler with stepping commands, and for running commands
20381 in the handler. Add comment descripting the advancei tests.
20382
1df4399f
PA
203832014-10-28 Pedro Alves <palves@redhat.com>
20384
20385 * gdb.base/sigstep.exp: Use build_executable instead of
20386 prepare_for_testing.
20387 (top level): Move code that starts GDB, runs to main and creates a
20388 display to ...
20389 (restart): ... this new procedure.
20390 (top level): Move backtrace from signal handler test to ...
20391 (validate_backtrace): ... this new procedure.
20392 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20393 with_test_prefix. Always restart GDB.
20394 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20395 with_test_prefix. Always restart GDB. No need to delete
20396 breakpoints after the test.
20397 (test_skip_handler): Remove prefix parameter.
20398 (skip_over_handler, breakpoint_to_handler)
20399 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20400 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20401 restart GDB. No need to delete breakpoints after the test.
20402 (top level): Use foreach to call the test procedures with
20403 different commands.
20404
a5b6e449
PA
204052014-10-28 Pedro Alves <palves@redhat.com>
20406
20407 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20408 instead of GNATS numbers.
20409 * gdb.base/sigbpt.exp: Likewise.
20410 * gdb.base/siginfo.exp: Likewise.
20411 * gdb.base/sigstep.exp: Likewise.
20412
e5f8a7cc
PA
204132014-10-27 Pedro Alves <palves@redhat.com>
20414
20415 * gdb.base/sigstep.c (dummy): New global.
20416 (main): Issue a couple writes to the new global.
20417 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20418 procedures.
20419 (skip_over_handler): Use test_skip_handler.
20420 (top level): Call skip_over_handler for stepi and nexti too.
20421 (breakpoint_over_handler): Use test_skip_handler.
20422 (top level): Call breakpoint_over_handler for stepi and nexti too.
20423
763905a3
YQ
204242014-10-27 Yao Qi <yao@codesourcery.com>
20425
20426 * gdb.trace/tfile.c (adjust_function_address)
20427 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20428 function descriptor.
20429
6f259a23
DB
204302014-10-24 Don Breazeal <donb@codesourcery.com>
20431
20432 * gdb.base/foll-fork.exp (test_follow_fork,
20433 catch_fork_child_follow): Check for updated fork messages emitted
20434 from infrun.c.
20435 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20436 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20437 vfork_and_exec_child_follow_through_step): Check for updated vfork
20438 messages emitted from infrun.c.
20439
09dd9a69
PA
204402014-10-24 Pedro Alves <palves@redhat.com>
20441
20442 * gdb.base/corefile.exp: Remove references to ultrix.
20443 * gdb.base/interrupt.exp: Likewise.
20444 * gdb.base/whatis.exp: Likewise.
20445 * gdb.gdb/selftest.exp: Likewise.
20446 * gdb.threads/manythreads.exp: Likewise.
20447 * gdb.threads/print-threads.exp: Likewise.
20448 * gdb.threads/pthreads.exp:: Likewise.
20449 * gdb.threads/schedlock.exp: Likewise.
20450
3433cfa5
SC
204512014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20452
20453 * gdb.cp/non-trivial-retval.cc: Add a test case.
20454 * gdb.cp/non-trivial-retval.exp: Add a test.
20455
092f880b
YQ
204562014-10-20 Yao Qi <yao@codesourcery.com>
20457
20458 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20459 * gdb.python/py-objfile-script-gdb.py: New file.
20460 * gdb.python/py-objfile-script.exp: Update reference to
20461 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20462 of remote_download. Remove the dest file.
20463
acbdb7f3
YQ
204642014-10-20 Yao Qi <yao@codesourcery.com>
20465
20466 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20467 * gdb.base/step-line.exp: Likewise.
20468 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20469 * gdb.dwarf2/dw2-basic.exp: Likewise.
20470 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20471 * gdb.dwarf2/dw2-filename.exp: Likewise.
20472 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20473 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20474 * gdb.dwarf2/dw2-producer.exp: Likewise.
20475 * gdb.dwarf2/mac-fileno.exp: Likewise.
20476 * gdb.python/py-frame-args.exp: Likewise.
20477 * gdb.python/py-framefilter.exp: Likewise.
20478 * gdb.python/py-mi.exp: Likewise.
20479 * gdb.python/py-objfile-script.exp: Likewise
20480 * gdb.python/py-pp-integral.exp: Likewise.
20481 * gdb.python/py-pp-re-notag.exp: Likewise.
20482 * gdb.python/py-prettyprint.exp: Likewise.
20483 * gdb.python/py-section-script.exp: Likewise.
20484 * gdb.python/py-typeprint.exp: Likewise.
20485 * gdb.python/py-xmethods.exp: Likewise.
20486 * gdb.stabs/weird.exp: Likewise.
20487 * gdb.xml/tdesc-regs.exp: Likewise.
20488
bd286a29
KCY
204892014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20490
20491 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20492 (out_cu): Use addr_len for the size of addresses.
20493 (out_line): Likewise. Size DW_LNE_set_address instruction
20494 according to addr_len.
20495 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20496 (FUNC): Add START_INSNS to definition.
20497
673dc4a0
YQ
204982014-10-18 Yao Qi <yao@codesourcery.com>
20499
20500 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20501 gdb_has_argv0 return true.
20502 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20503 check [target_info exists noargs], check [gdb_has_argv0]
20504 instead.
20505 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20506 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20507 procedures.
20508
4ffbba72
DE
205092014-10-17 Doug Evans <dje@google.com>
20510
20511 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20512 event.
20513 * gdb.python/py-events.py: Add clear_objfiles event.
20514
d096d8c1
DE
205152014-10-17 Doug Evans <dje@google.com>
20516
20517 * gdb.python/py-objfile.exp: Test progspace attribute.
20518
a80db015
LM
205192014-10-17 Luis Machado <lgustavo@codesourcery.com>
20520
20521 * gdb.guile/scm-breakpoint.exp: Do not assume any
20522 directory separators when matching source file paths.
20523 * gdb.python/py-breakpoint.exp: Likewise.
20524 * gdb.reverse/break-precsave.exp: Likewise.
20525 * gdb.reverse/break-reverse.exp: Likewise.
20526 * gdb.reverse/consecutive-precsave.exp: Likewise.
20527 * gdb.reverse/finish-precsave.exp: Likewise.
20528 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20529 * gdb.reverse/finish-reverse.exp: Likewise.
20530 * gdb.reverse/i386-precsave.exp: Likewise.
20531 * gdb.reverse/i387-env-reverse.exp: Likewise.
20532 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20533 * gdb.reverse/machinestate-precsave.exp: Likewise.
20534 * gdb.reverse/machinestate.exp: Likewise.
20535 * gdb.reverse/sigall-precsave.exp: Likewise.
20536 * gdb.reverse/solib-precsave.exp: Likewise.
20537 * gdb.reverse/step-precsave.exp: Likewise.
20538 * gdb.reverse/until-precsave.exp: Likewise.
20539 * gdb.reverse/watch-precsave.exp: Likewise.
20540 * gdb.reverse/watch-reverse.exp: Likewise.
20541
b22089ab
YQ
205422014-10-17 Yao Qi <yao@codesourcery.com>
20543
20544 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20545 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20546
6c4486e6
PA
205472014-10-17 Pedro Alves <palves@redhat.com>
20548
20549 PR gdb/17471
20550 * gdb.base/bg-execution-repeat.c: New file.
20551 * gdb.base/bg-execution-repeat.exp: New file.
20552
0ff33695
PA
205532014-10-17 Pedro Alves <palves@redhat.com>
20554
20555 PR gdb/17300
20556 * gdb.base/continue-all-already-running.c: New file.
20557 * gdb.base/continue-all-already-running.exp: New file.
20558
6fdebc3d
PA
205592014-10-17 Pedro Alves <palves@redhat.com>
20560
20561 PR gdb/17472
20562 * gdb.base/annota-input-while-running.c: New file.
20563 * gdb.base/annota-input-while-running.exp: New file.
20564
32a8097b
PA
205652014-10-17 Pedro Alves <palves@redhat.com>
20566
20567 * gdb.base/callfuncs.exp: emove references to osf.
20568 * gdb.base/sigall.exp: Likewise.
20569 * gdb.gdb/selftest.exp: Likewise.
20570 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20571 * gdb.mi/non-stop.c: Likewise.
20572 * gdb.mi/pthreads.c: Likewise.
20573 * gdb.reverse/sigall-precsave.exp: Likewise.
20574 * gdb.reverse/sigall-reverse.exp: Likewise.
20575 * gdb.threads/pthreads.c: Likewise.
20576 * gdb.threads/pthreads.exp: Likewise.
20577
7a3517ff
YQ
205782014-10-17 Yao Qi <yao@codesourcery.com>
20579
20580 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20581 check 'target_info exists noargs'.
20582 (test_command_prompt_position): Likewise.
20583 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20584 Remove "set args".
20585 (progvar_simple_while_test): Likewise.
20586 (progvar_complex_if_while_test): Likewise.
20587 (if_while_breakpoint_command_test): Likewise.
20588 (infrun_breakpoint_command_test): Likewise.
20589 (breakpoint_command_test): Likewise.
20590 (watchpoint_command_test): Likewise.
20591 (bp_deleted_in_command_test): Likewise.
20592 (temporary_breakpoint_commands): Likewise.
20593
bb99c472
YQ
205942014-10-16 Yao Qi <yao@codesourcery.com>
20595
20596 * gdb.base/remotetimeout.exp: Remove noargs checking.
20597
7c16b83e
PA
205982014-10-15 Pedro Alves <palves@redhat.com>
20599
20600 PR breakpoints/9649
20601 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20602 * gdb.base/breakpoint-in-ro-region.exp
20603 (probe_target_hardware_step): New procedure.
20604 (top level): Probe hardware stepping and hardware breakpoint
20605 support. Test stepping through a read-only region, with both
20606 "breakpoint auto-hw" on and off and both "always-inserted" on and
20607 off.
20608
35a49624
IB
206092014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20610
20611 * gdb.dlang/demangle.exp: Update for demangling changes.
20612
2d1c107c
SC
206132014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20614
20615 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20616 * gdb.cp/non-trivial-retval.exp: Add new tests.
20617
778811d5
SC
206182014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20619
20620 PR c++/13403
20621 PR c++/15154
20622 * gdb.cp/non-trivial-retval.cc: New file.
20623 * gdb.cp/non-trivial-retval.exp: New file.
20624
10c5f0a8
YQ
206252014-10-15 Yao Qi <yao@codesourcery.com>
20626
20627 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20628 remote host.
20629
65d7b369
YQ
206302014-10-15 Yao Qi <yao@codesourcery.com>
20631
20632 * gdb.python/py-symbol.exp: Match file base name if host is
20633 remote, otherwise match file name with dir name.
20634 * gdb.python/py-symtab.exp: Likewise.
20635 * gdb.python/python.exp: Likewise.
20636
46dc1394
YQ
206372014-10-15 Yao Qi <yao@codesourcery.com>
20638
20639 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20640 pattern.
20641 * gdb.python/py-symtab.exp: Likewise.
20642 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20643 locationn.
20644
c40cc657
JB
206452014-10-14 Joel Brobecker <brobecker@adacore.com>
20646
20647 * gdb.ada/addr_arith: New testcase.
20648
2abf49e1
MR
206492014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20650
20651 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20652 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20653 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20654 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20655
f7088df3
SDJ
206562014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20657
20658 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20659 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20660 * gdb.arch/stap-eval-lang-ada.exp: New file.
20661
4dc06805
YQ
206622014-10-14 Yao Qi <yao@codesourcery.com>
20663
20664 * gdb.mi/mi-var-child.c (nothing1): New function.
20665 (nothing2): New function.
20666 (do_children_tests): Set function pointers by nothing1 and
20667 nothing2.
20668 * gdb.mi/mi-var-child.exp: Step over new added statements.
20669 Update test to match the new output.
20670 * gdb.mi/var-cmd.c (nothing1): New function.
20671 (nothing2): New function.
20672 (do_children_tests): Set function pointers by nothing1 and
20673 nothing2.
20674 * gdb.mi/mi-var-display.exp: Update test to match output.
20675 Step to the line specified by $line_dct_nothing.
20676 Increase the number of lines to step.
20677
46a93de2
YQ
206782014-10-14 Yao Qi <yao@codesourcery.com>
20679
20680 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20681 tests.
20682 * gdb.mi/mi2-var-child.exp: Likewise.
20683
14ea52ee
DE
206842014-10-13 Doug Evans <dje@google.com>
20685
20686 * gdb.python/py-objfile.exp: Change name of file name test.
20687
e5c6e92b
DE
206882014-10-13 Doug Evans <dje@google.com>
20689
20690 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20691 from the start of the CU.
20692
c780cc2f
JK
206932014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20694 Yao Qi <yao@codesourcery.com>
20695
20696 Fix "save breakpoints" for "catch" command.
20697 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20698 Remove -nonewline. Match also the added "main" line.
20699
99894e11
JK
207002014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20701
20702 Fix "save breakpoints" for "disable $bpnum" command.
20703 * gdb.base/save-bp.c (main): Add label.
20704 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20705
6e1ac5a3
JK
207062014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20707
20708 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20709
754dd2b0
YQ
207102014-10-11 Yao Qi <yao@codesourcery.com>
20711
20712 * gdb.server/server-kill.exp: Execute command
20713 "set remote trace-status-packet on" before "tstatus".
20714
f90183d7
YQ
207152014-10-11 Yao Qi <yao@codesourcery.com>
20716
20717 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20718 (main): Call getppid.
20719 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20720 and continue to it. Read variable "server_pid".
20721
bf40a607
YQ
207222014-10-11 Yao Qi <yao@codesourcery.com>
20723
20724 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20725
052ca370
YQ
207262014-10-11 Yao Qi <yao@codesourcery.com>
20727
20728 * gdb.threads/thread-find.exp: Don't execute command
20729 "info threads".
20730 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20731 * gdb.threads/linux-dp.exp: Don't check the condition
20732 $threads_created equals to zero.
20733
3831839c
PA
207342014-10-10 Pedro Alves <palves@redhat.com>
20735
20736 * gdb.base/bigcore.exp: Remove references to IRIX.
20737 * gdb.base/funcargs.exp: Likewise.
20738 * gdb.base/interrupt.exp: Likewise.
20739 * gdb.base/mips_pro.exp: Likewise.
20740 * gdb.base/nodebug.exp: Likewise.
20741 * gdb.base/setvar.exp: Likewise.
20742 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20743
8b9a549d
PA
207442014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20745 Pedro Alves <palves@redhat.com>
20746
20747 PR symtab/14466
20748 * gdb.base/vdso-warning.c: New file.
20749 * gdb.base/vdso-warning.exp: New file.
20750
d48ba5e8
DE
207512014-10-02 Doug Evans <dje@google.com>
20752
20753 * gdb.base/structs.c (main): Don't run forever.
20754
2278c276
PA
207552014-10-02 Pedro Alves <palves@redhat.com>
20756
20757 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20758 (top level) <stop threads 1, stop threads 2>: Use it.
20759
b57bacec
PA
207602014-10-02 Pedro Alves <palves@redhat.com>
20761
20762 * gdb.threads/break-while-running.exp (test): Add new
20763 'update_thread_list' argument. Skip "info threads" if false.
20764 (top level): Add new 'update_thread_list' axis.
20765
13fd3ff3
PA
207662014-10-02 Pedro Alves <palves@redhat.com>
20767
20768 PR breakpoints/17431
20769 * gdb.base/execl-update-breakpoints.c: New file.
20770 * gdb.base/execl-update-breakpoints.exp: New file.
20771
0fec99e8
PA
207722014-10-01 Pedro Alves <palves@redhat.com>
20773
20774 * gdb.base/breakpoint-in-ro-region.c: New file.
20775 * gdb.base/breakpoint-in-ro-region.exp: New file.
20776
2ddf4301
SM
207772014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20778
20779 * gdb.mi/mi-exit-code.exp: New file.
20780 * gdb.mi/mi-exit-code.c: New file.
20781
6a5f3f43
YQ
207822014-09-30 Yao Qi <yao@codesourcery.com>
20783
20784 * lib/prelink-support.exp (build_executable_own_libs): Error if
20785 the target isn't native.
20786
345bcc73
YQ
207872014-09-30 Yao Qi <yao@codesourcery.com>
20788
20789 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20790 false.
20791
a25a5a45
PA
207922014-09-22 Pedro Alves <palves@redhat.com>
20793
20794 * gdb.threads/break-while-running.exp: New file.
20795 * gdb.threads/break-while-running.c: New file.
20796
00ba3162
YQ
207972014-09-19 Yao Qi <yao@codesourcery.com>
20798
20799 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20800 Invoke test. Restart GDB with --readnow and invoke test again.
20801
c3b7b696
YQ
208022014-09-19 Yao Qi <yao@codesourcery.com>
20803
20804 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20805 proc set_breakpoint_on_gcd_function. Invoke
20806 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20807 invoke set_breakpoint_on_gcd_function again.
20808
2b4fd423
DE
208092014-09-18 Doug Evans <dje@google.com>
20810
20811 * gdb.dwarf2/symtab-producer.exp: New file.
20812
a5947601
SDJ
208132014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20814
20815 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20816 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20817 * gdb.base/global-var-nested-by-dso.c: Likewise.
20818 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20819
91c19059
SDJ
208202014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20821 Pedro Alves <palves@redhat.com>
20822
20823 * gdb.base/watch-bitfields.exp: Pass string other than test file
20824 name to prepare_for_testing.
20825 (watch): New procedure.
20826 (expect_watchpoint): Use with_test_prefix.
20827 (top level): Factor out tests to ...
20828 (test_watch_location, test_regular_watch): ... these new
20829 procedures, and use with_test_prefix and gdb_continue_to_end.
20830
bb9d5f81
PP
208312014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20832
20833 PR breakpoints/12526
20834 * gdb.base/watch-bitfields.exp: New file.
20835 * gdb.base/watch-bitfields.c: New file.
20836
635856f5
PA
208372014-09-16 Pedro Alves <palves@redhat.com>
20838
20839 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20840 software and hardware addresses, not software address against
20841 itself.
20842
7280ceea
PA
208432014-09-16 Pedro Alves <palves@redhat.com>
20844
20845 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20846 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20847
428b16bd
PA
208482014-09-16 Pedro Alves <palves@redhat.com>
20849
20850 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20851 files.
20852 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20853 "*-*-vxworks*" throughout.
20854 * gdb.base/break.exp: Likewise.
20855 * gdb.base/default.exp: Likewise.
20856 * gdb.base/scope.exp: Likewise.
20857 * gdb.base/sepdebug.exp: Likewise.
20858 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20859 throughout.
20860 * gdb.base/run.c: Likewise.
20861 * gdb.base/sepdebug.c: Likewise.
20862 * gdb.hp/gdb.aCC/run.c: Likewise.
20863 * gdb.reverse/until-reverse.c: Likewise.
20864 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20865
666d413c
YQ
208662014-09-16 Yao Qi <yao@codesourcery.com>
20867
20868 * boards/local-remote-host-native.exp: New file.
20869
57cbd724
DE
208702014-09-14 Doug Evans <xdje42@gmail.com>
20871
20872 * gdb.threads/queue-signal.c (thread_count): New variable.
20873 (thread_count_mutex, thread_count_condvar): New variables.
20874 (incr_thread_count, wait_all_threads_running): New functions.
20875 (main): Wait for all threads to be in their thread functions.
20876
81219e53
DE
208772014-09-13 Doug Evans <xdje42@gmail.com>
20878
20879 * gdb.threads/queue-signal.c: New file.
20880 * gdb.threads/queue-signal.exp: New file.
20881
3714cea7
DE
208822014-09-13 Doug Evans <xdje42@gmail.com>
20883
20884 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20885 be consistent with what default_gdb_init uses.
20886 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20887 the plain text of the prompt. Add some logging printfs.
20888 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20889
fa43b1d7
PA
208902014-09-12 Pedro Alves <palves@redhat.com>
20891
20892 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20893 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20894 * gdb.arch/i386-size-overlap.exp: Likewise.
20895 * gdb.arch/i386-size.exp: Likewise.
20896 * gdb.arch/i386-unwind.exp: Likewise.
20897 * gdb.base/a2-run.exp: Likewise.
20898 * gdb.base/break.exp: Likewise.
20899 * gdb.base/charset.exp: Likewise.
20900 * gdb.base/chng-syms.exp: Likewise.
20901 * gdb.base/commands.exp: Likewise.
20902 * gdb.base/dbx.exp: Likewise.
20903 * gdb.base/find.exp: Likewise.
20904 * gdb.base/funcargs.exp: Likewise.
20905 * gdb.base/jit-simple.exp: Likewise.
20906 * gdb.base/reread.exp: Likewise.
20907 * gdb.base/sepdebug.exp: Likewise.
20908 * gdb.base/step-bt.exp: Likewise.
20909 * gdb.cp/mb-inline.exp: Likewise.
20910 * gdb.cp/mb-templates.exp: Likewise.
20911 * gdb.objc/basicclass.exp: Likewise.
20912 * gdb.threads/killed.exp: Likewise.
20913
9d9bf2df
EBM
209142014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20915
20916 PR tdep/17379
20917 * gdb.arch/powerpc-stackless.S: New file.
20918 * gdb.arch/powerpc-stackless.exp: New file.
20919
1cf2f1b0
JK
209202014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20921
20922 * gdb.base/attach.c: Include unistd.h.
20923 (main): Call alarm. Add label postloop.
20924 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20925 gdb_breakpoint, gdb_continue_to_breakpoint.
20926 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20927
98880d46
PA
209282014-09-11 Pedro Alves <palves@redhat.com>
20929
20930 PR gdb/17347
20931 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20932 * gdb.base/attach.exp (test_command_line_attach_run): New
20933 procedure.
20934 (top level): Call it.
20935
4c92ff2c
PA
209362014-09-11 Pedro Alves <palves@redhat.com>
20937
20938 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20939 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20940 (do_command_attach_tests): Use spawn_wait_for_attach.
20941 * gdb.base/solib-overlap.exp: Likewise.
20942 * gdb.multi/multi-attach.exp: Likewise.
20943 * gdb.python/py-prompt.exp: Likewise.
20944 * gdb.python/py-sync-interp.exp: Likewise.
20945 * gdb.server/ext-attach.exp: Likewise.
20946
3adc1a7d
GKB
209472014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20948
20949 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20950 command in testcase. Simplify testcase.
20951
96334934
JB
209522014-09-10 Joel Brobecker <brobecker@adacore.com>
20953
20954 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20955
eb479039
JB
209562014-09-10 Joel Brobecker <brobecker@adacore.com>
20957
20958 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20959
deede10c
JB
209602014-09-10 Joel Brobecker <brobecker@adacore.com>
20961
20962 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20963
7828a5f5
JB
209642014-09-10 Joel Brobecker <brobecker@adacore.com>
20965
20966 * gdb.dwarf2/dynarr-ptr.c: New file.
20967 * gdb.dwarf2/dynarr-ptr.exp: New file.
20968
33aeebcf
MR
209692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20970
20971 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20972 of 30 rather than hardcoding 120 for a slow test case. Take the
20973 `gdb,timeout' target setting into account for this calculation.
20974 Don't extend the timeout for the test cases that don't need it.
20975
7b415901
MR
209762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20977
20978 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20979 a factor of 2 for a slow test case. Take the `gdb,timeout'
20980 target setting into account for this calculation.
20981 * gdb.reverse/until-precsave.exp: Increase the timeout by
20982 a factor of 15 and 3 respectively rather than adding 120
20983 for a pair of slow test cases. Take the `gdb,timeout'
20984 target setting into account for this calculation.
20985
4a40f85a
MR
209862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20987
20988 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20989 timeout, don't pass one down to gdb_expect.
20990 (gdb_expect): Rework timeout selection.
20991
09635af7
MR
209922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20993
20994 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
20995 exception on timeout.
20996 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
20997 (gdbserver_start_extended): Catch any `gdbserver_start' error
20998 exceptions.
20999 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21000 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21001 `gdbserver_gdb_load' error exceptions.
21002
2bdd10b7
MR
210032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21004
21005 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21006 120 on waiting for the TCP socket to open.
21007
316935f0
DE
210082014-09-09 Doug Evans <xdje42@gmail.com>
21009
21010 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21011 _caller_matches, _any_caller_is, _any_caller_matches.
21012
83740597
DE
210132014-09-09 Doug Evans <xdje42@gmail.com>
21014
21015 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21016
4c122fc3
YQ
210172014-09-09 Yao Qi <yao@codesourcery.com>
21018
21019 * gdb.mi/mi-var-display.exp: Set print symbol off.
21020
a9f116cb
GKB
210212014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21022
21023 PR gdb/17035
21024 * gdb.base/commands.exp: Add tests to verify user-defined
21025 commands with empty bodies.
21026 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21027 python commands in `show user command`.
21028 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21029 scheme commands in `show user command`.
21030
c75bd3a2
JK
210312014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21032
21033 PR python/17355
21034 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21035 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21036 * gdb.python/py-framefilter-invalidarg.exp: New file.
21037 * gdb.python/py-framefilter-invalidarg.py: New file.
21038
faa42425
DE
210392014-09-06 Doug Evans <xdje42@gmail.com>
21040
21041 PR 15276
21042 * gdb.python/py-caller-is.c: New file.
21043 * gdb.python/py-caller-is.exp: New file.
21044
474ca4f6
SDJ
210452014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21046
21047 PR gdb/17235
21048 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21049 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21050
eb0b0463
SDJ
210512014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21052
21053 PR fortran/17237
21054 * gdb.fortran/print-formatted.exp: New file.
21055 * gdb.fortran/print-formatted.f90: Likewise.
21056
5f3b99cf
SS
210572014-09-03 Sasha Smundak <asmundak@google.com>
21058
21059 * gdb.python/py-frame.exp: Test Frame.read_register.
21060
7d793aa9
SDJ
210612014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21062
21063 PR python/16699
21064 * gdb.python/py-completion.exp: New file.
21065 * gdb.python/py-completion.py: Likewise.
21066
fb0576e9
DE
210672014-08-28 Doug Evans <dje@google.com>
21068
21069 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21070 eax,etc. are live with values set by gdb and thus the compiler can't
21071 use them.
21072 * gdb.arch/i386-pseudo.c (main): Ditto.
21073
ee92b0dd
DE
210742014-08-27 Doug Evans <dje@google.com>
21075
21076 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21077
6649db35
DE
210782014-08-25 Doug Evans <dje@google.com>
21079
21080 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21081 (main): Ditto.
21082
564b7600
DE
210832014-08-25 Doug Evans <dje@google.com>
21084
21085 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21086
3881fb67
YQ
210872014-08-24 Yao Qi <yao@codesourcery.com>
21088
21089 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21090 symbol off.
21091 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21092
a05a36a5
DE
210932014-08-22 Doug Evans <dje@google.com>
21094
21095 PR 17276
21096 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21097 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21098 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21099
7c343b48
YQ
211002014-08-22 Yao Qi <yao@codesourcery.com>
21101
21102 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21103 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21104 * gdb.python/python.exp: Likewise. Use .py file on the host
21105 instead of the build.
21106
22fd09ae
JK
211072014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21108
21109 * gdb.threads/gcore-stale-thread.c: New file.
21110 * gdb.threads/gcore-stale-thread.exp: New file.
21111
a8454a7c
PA
211122014-08-21 Pedro Alves <palves@redhat.com>
21113
21114 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21115 * gdb.base/gcore-relro-pie.exp: Likewise.
21116 * gdb.base/gcore-relro.exp: Likewise.
21117 * gdb.base/gcore.exp: Likewise.
21118 * gdb.base/print-symbol-loading.exp: Likewise.
21119 * gdb.threads/gcore-thread.exp: Likewise.
21120 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21121
2a31c623
PA
211222014-08-20 Pedro Alves <palves@redhat.com>
21123 Jan Kratochvil <jan.kratochvil@redhat.com>
21124
21125 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21126 configure.
21127 (EXPECT): Handle READ1 being set.
21128 (all): Depend on EXTRA_RULES.
21129 (check-read1, expect-read1, read1.so, read1): New rules.
21130 * README (Testsuite Parameters): Document the READ1 make variable.
21131 (Race detection): New section.
21132 * configure: Regenerate.
21133 * configure.ac: If build==host==target, and running under a
21134 GNU/glibc system, add read1 to the extra Makefile rules.
21135 (EXTRA_RULES): AC_SUBST it.
21136 * lib/read1.c: New file.
21137
d36430db
JB
211382014-08-20 Joel Brobecker <brobecker@adacore.com>
21139
21140 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21141 the handling of variables declared as a typedef to an array
21142 which a DW_AT_data_location attribute.
21143
9a0dc9e3
PA
211442014-08-19 Andrew Burgess <aburgess@broadcom.com>
21145 Pedro Alves <palves@redhat.com>
21146
21147 PR symtab/14604
21148 PR symtab/14605
21149 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21150 gdb_test.
21151
0718a8da
PA
211522014-08-19 Pedro Alves <palves@redhat.com>
21153
21154 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21155
13b448cd
YQ
211562014-08-19 Yao Qi <yao@codesourcery.com>
21157
21158 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21159 right line.
21160
1cbf5077
DB
211612014-08-18 David Blaikie <dblaikie@gmail.com>
21162
21163 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21164
bf0fae19
JB
211652014-08-18 Joel Brobecker <brobecker@adacore.com>
21166
21167 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21168 attribute in array range.
21169
3c8c5dcc
JB
211702014-08-18 Joel Brobecker <brobecker@adacore.com>
21171
21172 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21173
e66d4446
SC
211742014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21175
21176 PR c++/17132
21177 * gdb.cp/pr17132.cc: New file.
21178 * gdb.cp/pr17132.exp: New file.
21179
940df408
SC
211802014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21181
21182 * gdb.python/py-xmethods.py (A_getarrayind)
21183 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21184 Use 'print' with function call syntax.
21185 (E_method_matcher.match): Fix tab vs space indentation mixup.
21186
ebcc6c3a
YQ
211872014-08-15 Yao Qi <yao@codesourcery.com>
21188
21189 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21190 false.
21191
775e0f04
YQ
211922014-08-15 Yao Qi <yao@codesourcery.com>
21193
21194 * gdb.cp/casts.exp: Set print symbol off.
21195 * gdb.cp/class2.exp: Likewise.
21196 * gdb.cp/overload.exp: Likewise.
21197 * gdb.cp/templates.exp: Likewise.
21198
d769e349
DE
211992014-08-11 Doug Evans <dje@google.com>
21200
21201 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21202 (test_load_shlib): Update.
21203
20c6f1e1
YQ
212042014-08-09 Yao Qi <yao@codesourcery.com>
21205
21206 * gdb.base/display.exp: Invoke is_address_zero_readable.
21207 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21208 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21209 * gdb.base/hbreak-unmapped.exp: Return if
21210 is_address_zero_readable returns true.
21211 * gdb.base/signest.exp: Likewise.
21212 * gdb.base/signull.exp: Likewise.
21213 * gdb.base/sigbpt.exp: Likewise.
21214 * gdb.guile/scm-disasm.exp: Do the test if
21215 is_address_zero_readable returns false.
21216 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21217 * gdb.python/py-arch.exp: Likewise.
21218 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21219 * lib/gdb.exp (is_address_zero_readable): New proc.
21220
5792e8e3
YQ
212212014-08-09 Yao Qi <yao@codesourcery.com>
21222
21223 PR testsuite/13443
21224 * gdb.mi/mi-var-display.exp: Make test messages unique.
21225
3cecbbbe
TT
212262014-08-04 Tom Tromey <tromey@redhat.com>
21227
21228 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21229 target 0".
21230
00b51ff5
TT
212312014-08-04 Tom Tromey <tromey@redhat.com>
21232
21233 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21234 "target_resume".
21235
6908c509
JB
212362014-08-01 Joel Brobecker <brobecker@adacore.com>
21237
21238 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21239 inner_vla_struct_object_size.
21240 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21241 as xfail.
21242
cc6563d2
PA
212432014-07-30 Pedro Alves <palves@redhat.com>
21244
21245 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21246 comment.
21247
7e09a223
YQ
212482014-07-29 Yao Qi <yao@codesourcery.com>
21249
21250 PR gdb/17206
21251 * gdb.base/until-nodebug.exp: New.
21252
7ebdbe92
DE
212532014-07-28 Doug Evans <xdje42@gmail.com>
21254
21255 PR guile/17203
21256 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21257 previously existing parameter, and previously ambiguously spelled
21258 parameter.
21259
fdb1adc6
WN
212602014-07-28 Will Newton <will.newton@linaro.org>
21261
21262 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21263
186fcde0
DE
212642014-07-26 Ludovic Courtès <ludo@gnu.org>
21265 Doug Evans <xdje42@gmail.com>
21266
21267 PR guile/17146
21268 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21269
70509625
PA
212702014-07-25 Pedro Alves <palves@redhat.com>
21271
21272 * gdb.threads/signal-command-handle-nopass.c: New file.
21273 * gdb.threads/signal-command-handle-nopass.exp: New file.
21274 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21275 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21276 * gdb.threads/signal-delivered-right-thread.c: New file.
21277 * gdb.threads/signal-delivered-right-thread.exp: New file.
21278
c3f814a1
PA
212792014-07-25 Pedro Alves <palves@redhat.com>
21280
21281 * gdb.base/double-prompt-target-event-error.exp
21282 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21283 match.
21284 (cancel_pagination_in_target_event): Rework double prompt
21285 detection.
21286 * gdb.base/paginate-after-ctrl-c-running.exp
21287 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21288 <return>' match.
21289 * gdb.base/paginate-bg-execution.exp
21290 (test_bg_execution_pagination_return)
21291 (test_bg_execution_pagination_cancel): Remove '-notransfer
21292 <return>' matches.
21293 * gdb.base/paginate-execution-startup.exp
21294 (test_fg_execution_pagination_return)
21295 (test_fg_execution_pagination_cancel): Remove '-notransfer
21296 <return>' matches.
21297 * gdb.base/paginate-inferior-exit.exp
21298 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21299 match.
21300 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21301 * lib/gdb.exp (pagination_prompt): Run text through
21302 string_to_regexp.
21303 (gdb_test_multiple): Match $pagination_prompt instead of
21304 "<return>".
21305 (string_to_regexp): Move to lib/gdb-utils.exp.
21306
e214cf6c
JK
213072014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21308
21309 * gdb.arch/amd64-entry-value-paramref.S: New file.
21310 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21311 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21312 * gdb.arch/amd64-optimout-repeat.S: New file.
21313 * gdb.arch/amd64-optimout-repeat.c: New file.
21314 * gdb.arch/amd64-optimout-repeat.exp: New file.
21315
17d0c5c8
JK
213162014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21317
21318 PR gdb/17170
21319 * gdb.base/statistics.exp: New file.
21320
b8b8facf
DE
213212014-07-17 Doug Evans <dje@google.com>
21322
74b49205 21323 PR gdb/17170
b8b8facf
DE
21324 * gdb.base/maint.exp: Update testing of per-command stats.
21325
1b5d0ab3
PA
213262014-07-16 Pedro Alves <palves@redhat.com>
21327
21328 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21329 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21330 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21331 (tfile_write_buf): New functions.
21332 (add_memory_block): Rewrite using the above.
21333 (adjust_function_address): New function.
21334 (FUNCTION_ADDRESS): New macro.
21335 (write_basic_trace_file): Remove short_x local, and use
21336 tfile_write_16. Change type of func_addr local to unsigned long
21337 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21338 here. Cast argument of add_memory_block to char pointer.
21339 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21340 (main): Remove parameters.
21341 * gdb.trace/tfile.exp: Remove nowarnings.
21342
4d974e88
SM
213432014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21344
21345 * gdb.base/debug-expr.exp: Test string evaluation with
21346 "debug expression" on.
21347
41e99568
PA
213482014-07-15 Pedro Alves <palves@redhat.com>
21349
21350 * gdb.base/reread.exp: Use clean_restart.
21351
487d9753
PL
213522014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21353
21354 * gdb.arch/avr-flash-qualifer.c: New.
21355 * gdb.arch/avr-flash-qualifer.exp: New.
21356
cc1c52ad
PA
213572014-07-14 Pedro Alves <palves@redhat.com>
21358
21359 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21360 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21361
1e973570
PA
213622014-07-14 Pedro Alves <palves@redhat.com>
21363
21364 * gdb.base/double-prompt-target-event-error.c: New file.
21365 * gdb.base/double-prompt-target-event-error.exp: New file.
21366
93d6eb10
PA
213672014-07-14 Pedro Alves <palves@redhat.com>
21368
21369 PR gdb/17072
21370 * gdb.base/paginate-inferior-exit.c: New file.
21371 * gdb.base/paginate-inferior-exit.exp: New file.
21372
0017922d
PA
213732014-07-14 Pedro Alves <palves@redhat.com>
21374
21375 PR gdb/17072
21376 * gdb.base/paginate-bg-execution.c: New file.
21377 * gdb.base/paginate-bg-execution.exp: New file.
21378
94696ad3
PA
213792014-07-14 Pedro Alves <palves@redhat.com>
21380
21381 PR gdb/17072
21382 * gdb.base/paginate-execution-startup.c: New file.
21383 * gdb.base/paginate-execution-startup.exp: New file.
21384 * lib/gdb.exp (pagination_prompt): New global.
21385 (default_gdb_spawn): New procedure, factored out from
21386 default_gdb_spawn.
21387 (default_gdb_start): Adjust to call default_gdb_spawn.
21388 (gdb_spawn): New procedure.
21389
bd293940
PA
213902014-07-14 Pedro Alves <palves@redhat.com>
21391
21392 * lib/gdb.exp (gdb_assert): New procedure.
21393 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21394
c933f875
PA
213952014-07-14 Pedro Alves <palves@redhat.com>
21396
21397 * gdb.base/execution-termios.c: New file.
21398 * gdb.base/execution-termios.exp: New file.
21399
d98b7a16
TT
214002014-07-14 Tom Tromey <tromey@redhat.com>
21401
21402 * gdb.cp/vla-cxx.cc: New file.
21403 * gdb.cp/vla-cxx.exp: New file.
21404
548740d6
TT
214052014-07-14 Tom Tromey <tromey@redhat.com>
21406
21407 * gdb.reverse/rerun-prec.c: New file.
21408 * gdb.reverse/rerun-prec.exp: New file.
21409
a25eb028
MR
214102014-07-12 Maciej W. Rozycki <macro@mips.com>
21411 Maciej W. Rozycki <macro@codesourcery.com>
21412
21413 * lib/gdb-utils.exp: New file.
21414 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21415 inline `gdb_init_command' processing.
21416 (gdb_start_cmd): Likewise.
21417 * lib/mi-support.exp (mi_run_cmd): Likewise.
21418 * README: Document `gdb_init_command' and `gdb_init_commands'.
21419
218c2655
JK
214202014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21421
21422 Fix false FAIL running under a very long directory name.
21423 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21424 and "set print elements 10000". Twice.
21425
5401fde3
YQ
214262014-07-11 Yao Qi <yao@codesourcery.com>
21427
21428 * gdb.base/exprs.exp: "set print symbol off".
21429
e76126e8
PA
214302014-07-11 Pedro Alves <palves@redhat.com>
21431
21432 * gdb.threads/kill.c: New file.
21433 * gdb.threads/kill.exp: New file.
21434
2d6f0de6
YQ
214352014-07-10 Yao Qi <yao@codesourcery.com>
21436
21437 * gdb.trace/tfile.c (write_basic_trace_file)
21438 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21439 address written to trace file.
21440
7180e04a
PA
214412014-07-09 Pedro Alves <palves@redhat.com>
21442
21443 * gdb.base/attach-wait-input.exp: New file.
21444 * gdb.base/attach-wait-input.c: New file.
21445
9a9a7608
AB
214462014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21447
21448 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21449 setting up test structures.
21450 (main): Call new test function.
21451 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21452 test function, continue into test function and walk test
21453 structures.
21454
161ac41e
YQ
214552014-07-02 Yao Qi <yao@codesourcery.com>
21456
21457 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21458 'bar_start' at the beginning of functions 'foo' and 'bar'
21459 respectively.
21460 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21461 instead of 'foo' and 'bar'.
21462
1f267ae3
MM
214632014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21464
21465 * gdb.btrace/segv.exp: New.
21466 * gdb.btrace/segv.c: New.
21467
2b239efb
LM
214682014-07-02 Luis Machado <lgustavo@codesourcery.com>
21469
21470 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21471 instruction.
21472
cf363f18
MW
214732014-06-30 Mark Wielaard <mjw@redhat.com>
21474
21475 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21476 vulture, vilify, villar): New volatile array constants.
21477 (vindictive, vegetation): New const volatile array constants.
21478 * gdb.base/volatile.exp: Test volatile and const volatile array
21479 types.
21480
aebf9d24
AA
214812014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21482
21483 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21484 target lacks support for awatch, rwatch, or hbreak.
21485
b67a2c6f
YQ
214862014-06-27 Yao Qi <yao@codesourcery.com>
21487
21488 * gdb.multi/dummy-frame-restore.exp: New.
21489 * gdb.multi/dummy-frame-restore.c: New.
21490
aef92902
MM
214912014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21492
21493 * gdb.btrace/gcore.exp: New.
21494
8e9db26e
PA
214952014-06-23 Pedro Alves <palves@redhat.com>
21496
21497 * gdb.base/watchpoint-reuse-slot.c: New file.
21498 * gdb.base/watchpoint-reuse-slot.exp: New file.
21499
70afc5b7
SC
215002014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21501
21502 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21503 progspace's filename in 'info', 'enable' and 'disable' command
21504 tests.
21505
b972bd9c
JK
215062014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21507
21508 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21509 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21510 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21511
125f8a3d
GB
215122014-06-20 Gary Benson <gbenson@redhat.com>
21513
21514 * gdb.arch/i386-avx.exp: Fix include file location.
21515 * gdb.arch/i386-sse.exp: Likewise.
21516
3ed9baed
IB
215172014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21518
21519 * gdb.dlang/expression.exp: New file.
21520
034f788c
PA
215212014-06-19 Pedro Alves <palves@redhat.com>
21522
21523 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21524 out from ...
21525 (top level): ... here. Iterate running tests under different
21526 scheduler-locking settings.
21527
45371d0c
LM
215282014-06-18 Luis Machado <lgustavo@codesourcery.com>
21529
21530 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21531 to DW_FORM_addr and use non-zero addresses.
21532
5d376983
SC
215332014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21534
21535 PR gdb/17017
21536 * gdb.python/py-xmethods.cc: Add global function call counters and
21537 increment them in their respective functions. Remove "cout"
21538 statements.
21539 * gdb.python/py-xmethods.exp: Make tests check the global function
21540 call counters instead of depending on inferior IO.
21541
a1aa2221
LM
215422014-06-18 Don Breazeal <donb@codesourcery.com>
21543
21544 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21545 Deleted procedure.
21546 (explicit_fork_parent_follow): Deleted procedure.
21547 (explicit_fork_child_follow): Deleted procedure.
21548 (test_follow_fork): New procedure.
21549 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21550 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21551 procedure calls.
21552
0fc05997
YQ
215532014-06-17 Yao Qi <yao@codesourcery.com>
21554
21555 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21556 CP1252.
21557
70795c52
LM
215582014-06-17 Luis Machado <lgustavo@codesourcery.com>
21559
21560 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21561 Initialize ptr and S explicitly.
21562 (skip_type_update_when_not_use_rtti_test): Likewise.
21563
6be47f0c
KS
215642014-06-16 Keith Seitz <keiths@redhat.com>
21565
21566 PR mi/15863
21567 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21568 the inferior is started.
21569
d03de421
PA
215702014-06-16 Pedro Alves <palves@redhat.com>
21571
21572 * gdb.base/break-main-file-remove-fail.c: New file.
21573 * gdb.base/break-main-file-remove-fail.exp: New file.
21574 * gdb.base/break-unload-file.exp: Use build_executable instead of
21575 prepare_for_testing.
21576 (test_break): New parameter "initial_load". Handle it.
21577 (top level): Add initial_load cmdline/file axis.
21578
f9579b99
TT
215792014-06-12 Tom Tromey <tromey@redhat.com>
21580
21581 * gdb.base/completion.exp: Don't use directory name in test.
21582
3657956b
GB
215832014-06-09 Gary Benson <gbenson@redhat.com>
21584
21585 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21586 separate the always-available ANSI-standard signals from the
21587 signals that require checking.
21588 (main): Likewise.
21589 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21590 Likewise.
21591 (main): Likewise.
21592
4186eb54
KS
215932014-06-07 Keith Seitz <keiths@redhat.com>
21594
21595 Revert:
21596 PR c++/16253
21597 * gdb.cp/var-tag.cc: New file.
21598 * gdb.cp/var-tag.exp: New file.
21599 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21600 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21601 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21602 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21603
25326a28 216042014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21605
21606 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21607
829155c9
PA
216082014-06-06 Pedro Alves <palves@redhat.com>
21609
21610 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21611 in target debug output instead of looking at RSP packets,
21612 disabling the test on any target that uses hardware stepping.
21613 Update comments.
21614
61c8d22e
PA
216152014-06-06 Pedro Alves <palves@redhat.com>
21616
21617 * gdb.base/break-unload-file.exp: Fix typo.
21618
d9a47287
YQ
216192014-06-06 Yao Qi <yao@codesourcery.com>
21620
21621 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21622 from "jit_function" to "^jit_function".
21623
e5e01dbf
YQ
216242014-06-06 Yao Qi <yao@codesourcery.com>
21625
21626 * gdb.base/async.c (foo): Add one statement.
21627 * gdb.base/async.exp: Get the next instruction address and
21628 match the output of "nexti" by instruction address. Match
21629 the hex address in the output of "finish".
21630
73ba372c
GB
216312014-06-06 Gary Benson <gbenson@redhat.com>
21632
21633 * gdb.base/call-signals.c: Remove preprocessor conditionals
21634 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21635 SIGSEGV and SIGTERM.
21636 * gdb.base/sigall.c: Likewise.
21637 * gdb.base/unwindonsignal.c: Likewise.
21638 * gdb.reverse/sigall-reverse.c: Likewise.
21639
831517df
YQ
216402014-06-06 Yao Qi <yao@codesourcery.com>
21641
21642 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21643 readable, skip the test.
21644
b8b91e98
YQ
216452014-06-06 Yao Qi <yao@codesourcery.com>
21646
21647 * gdb.threads/staticthreads.c (thread_function): Move the line
21648 setting breakpoint on forward.
21649 * gdb.threads/staticthreads.exp: Update comments.
21650
fb934770
LC
216512014-06-05 Ludovic Courtès <ludo@gnu.org>
21652
21653 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21654 "history-append! type error".
21655
6ef284bd
SM
216562014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21657
21658 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21659 erroneous dprintf expected input.
21660
a872e241
DE
216612014-06-04 Doug Evans <xdje42@gmail.com>
21662
21663 * gdb.guile/scm-generics.exp: Delete.
21664
16f691fb
DE
216652014-06-04 Doug Evans <xdje42@gmail.com>
21666
21667 * gdb.guile/scm-breakpoint.exp: Update.
21668 Add tests for breakpoint registration.
21669
012370f6
TT
216702014-06-04 Tom Tromey <tromey@redhat.com>
21671
21672 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21673 VLA-in-union.
21674 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21675 inner_vla_struct, vla_union types. Initialize objects of those
21676 types and compute their sizes.
21677
9f5a4cef
HZ
216782014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21679 Hui Zhu <hui@codesourcery.com>
21680
21681 * gdb.base/fileio.exp: Add test for shell not available as well as
21682 available.
21683 * gdb.base/fileio.c (test_system): Check for shell twice.
21684
90a45c4d
YQ
216852014-06-04 Yao Qi <yao@codesourcery.com>
21686
21687 * gdb.base/auto-connect-native-target.exp: Remove redundant
21688 space from the regexp pattern.
21689
70017e41
YQ
216902014-06-04 Yao Qi <yao@codesourcery.com>
21691
21692 * gdb.base/default.exp: Replace "child" with "native" in
21693 regexp pattern.
21694
883964a7
SC
216952014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21696
21697 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21698 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21699 * gdb.python/py-xmethods.py: Python script supporting the
21700 new testcase and tests.
21701
ef370185
JB
217022014-06-03 Joel Brobecker <brobecker@adacore.com>
21703 Pedro Alves <palves@redhat.com>
21704
21705 PR breakpoints/17000
21706 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21707 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21708
1e2ccb61
BM
217092014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21710
21711 * gdb.base/subst.exp: Add tests to verify partial path matching
21712 output.
21713
c6ec5ab2
PA
217142014-06-03 Pedro Alves <palves@redhat.com>
21715
21716 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21717 target that doesn't use software single-stepping.
21718
835c559f
PA
217192014-06-03 Pedro Alves <palves@redhat.com>
21720
21721 PR breakpoints/17000
21722 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21723 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21724
06eb1586
DE
217252014-06-02 Doug Evans <xdje42@gmail.com>
21726
21727 * gdb.guile/scm-parameter.exp: New file.
21728
e698b8c4
DE
217292014-06-02 Doug Evans <xdje42@gmail.com>
21730
21731 * gdb.guile/scm-cmd.c: New file.
21732 * gdb.guile/scm-cmd.exp: New file.
21733
ded03782
DE
217342014-06-02 Doug Evans <xdje42@gmail.com>
21735
21736 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21737 pretty-printer lookup.
21738 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21739 (make-pp_s-printer): Call it.
21740 (make-pretty-printer-from-dict): New function.
21741 (lookup-pretty-printer-maker-from-dict): New function.
21742 (*pretty-printer*): Simplify.
21743 (make-objfile-pp_s-printer): New function.
21744 (install-objfile-pretty-printers!): New function.
21745 (make-progspace-pp_s-printer): New function.
21746 (install-progspace-pretty-printers!): New function.
21747 * gdb.guile/scm-progspace.c: New file.
21748 * gdb.guile/scm-progspace.exp: New file.
21749
41fac0cf
PA
217502014-06-02 Pedro Alves <palves@redhat.com>
21751
21752 * gdb.base/dprintf-bp-same-addr.c: New file.
21753 * gdb.base/dprintf-bp-same-addr.exp: New file.
21754
96ae5695
EBM
217552014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21756
21757 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21758 * gdb.arch/powerpc-power.s: Likewise.
21759
da02b3a8
JB
217602014-06-02 Joel Brobecker <brobecker@adacore.com>
21761
21762 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21763
c72b2e7b
YQ
217642014-06-01 Yao Qi <yao@codesourcery.com>
21765
21766 * gdb.base/watchpoint.exp (test_watch_location): Check null
21767 pointer can be dereferenced. If not, do the test, otherwise
21768 skip it.
21769
53e8a631
AB
217702014-05-30 Andrew Burgess <aburgess@broadcom.com>
21771
21772 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21773 results.
21774 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21775
938f0e2f
AB
217762014-05-30 Andrew Burgess <aburgess@broadcom.com>
21777
21778 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21779 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21780 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21781 * gdb.arch/amd64-invalid-stack-top.c: New file.
21782 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21783
9ba6657a
PA
217842014-05-30 Pedro Alves <palves@redhat.com>
21785
21786 PR breakpoints/17000
21787 * gdb.base/sss-bp-on-user-bp.c: New file.
21788 * gdb.base/sss-bp-on-user-bp.exp: New file.
21789
522c09bf
DB
217902014-05-30 David Blaikie <dblaikie@gmail.com>
21791
21792 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21793 gnu_inline semantics via attribute.
21794 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21795 source explicitly specifies the required semantics.
21796
bf4ef81e
MR
217972014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21798
21799 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21800
329ea579
PA
218012014-05-29 Pedro Alves <palves@redhat.com>
21802 Tom Tromey <tromey@redhat.com>
21803
21804 * gdb.base/async-shell.exp: Don't enable target-async.
21805 * gdb.base/async.exp
21806 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21807 parameter. Adjust.
21808 (top level): Don't test with "target-async".
21809 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21810 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21811 * gdb.base/inferior-died.exp: Don't enable target-async.
21812 * gdb.base/interrupt-noterm.exp: Likewise.
21813 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21814 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21815 * gdb.mi/mi-nonstop.exp: Likewise.
21816 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21817 * gdb.mi/mi-nsintrall.exp: Likewise.
21818 * gdb.mi/mi-nsmoribund.exp: Likewise.
21819 * gdb.mi/mi-nsthrexec.exp: Likewise.
21820 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21821 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21822 * gdb.python/py-evsignal.exp: Don't enable target-async.
21823 * gdb.python/py-evthreads.exp: Likewise.
21824 * gdb.python/py-prompt.exp: Likewise.
21825 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21826 * gdb.server/solib-list.exp: Don't enable target-async.
21827 * gdb.threads/thread-specific-bp.exp: Likewise.
21828 * lib/mi-support.exp: Adjust to use mi-async.
21829
fd664c91
PA
218302014-05-29 Pedro Alves <palves@redhat.com>
21831
21832 PR gdb/13860
21833 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21834 reason, even in sync mode.
21835
251bde03
PA
218362014-05-29 Pedro Alves <palves@redhat.com>
21837 Hui Zhu <hui@codesourcery.com>
21838
21839 PR PR15693
21840 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21841 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21842 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21843 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21844
7f3c0343
JB
218452014-05-28 Joel Brobecker <brobecker@adacore.com>
21846
21847 * config/monitor.exp (gdb_target_monitor): Replace use of
21848 "set remotebaud" by "set serial baud".
21849
b2715b27
AW
218502014-05-26 Andy Wingo <wingo@igalia.com>
21851
21852 * gdb.guile/scm-breakpoint.exp:
21853 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21854 properties instead of gdb-object-properties.
21855
498a4489
YQ
218562014-05-26 Yao Qi <yao@codesourcery.com>
21857
21858 * gdb.server/no-thread-db.exp: Specify source file name
21859 explicitly when setting a breakpoint.
21860
589fdceb
MM
218612014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21862
21863 * gdb.btrace/vdso.c: New.
21864 * gdb.btrace/vdso.exp: New.
21865
e9089e05
MM
218662014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21867
21868 * gdb.base/gcore.exp (capture_command_output): Move ...
21869 * lib/gdb.exp (capture_command_output): ... here.
21870
67b5c0c1
MM
218712014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21872
21873 * gdb.btrace/data.exp: Test memory access during btrace replay.
21874
a2199296
SM
218752014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21876
21877 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21878
17b2616c
PA
218792014-05-21 Pedro Alves <palves@redhat.com>
21880
21881 PR gdb/13860
21882 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21883 (top level): Test that output related to execution commands is
21884 sent to the console with CLI commands, but not with MI commands.
21885 Test that breakpoint events are always mirrored to the console.
21886 Also expect the new source line to be output after a "next" in
21887 async mode too. Make it a pass/fail test.
21888 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21889 output.
21890 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21891
5166082f
PA
218922014-05-21 Pedro Alves <palves@redhat.com>
21893
21894 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21895 Use them to test variations of "list" after reaching a breakpoint.
21896 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21897 Test "list" with listsize 10 after reaching a breakpoint.
21898 * gdb.python/python.exp (decode_line current location line
21899 number): Adjust expected line number.
21900
2f25d70f
SM
219012014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21902
21903 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21904 behavior for $args, pass it directly to "run".
21905
ff604a67
MR
219062014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21907
21908 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21909 30000 to 65536.
21910
6a3cb8e8
PA
219112014-05-21 Pedro Alves <palves@redhat.com>
21912
21913 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21914 auto-connect-native-target off".
21915 * gdb.base/auto-connect-native-target.c: New file.
21916 * gdb.base/auto-connect-native-target.exp: New file.
21917
4ebfc96e
PA
219182014-05-21 Pedro Alves <palves@redhat.com>
21919
21920 * gdb.base/default.exp: Test "target native" instead of "target
21921 child".
21922
36d46afb
MW
219232014-05-21 Mark Wielaard <mjw@redhat.com>
21924
21925 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21926
5876f503
JK
219272014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21928
21929 Fix TLS access for -static -pthread.
21930 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21931 <HAVE_TLS> (thread_function, main): Initialize it.
21932 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21933 Add clean_restart.
21934 <$have_tls != "">: Check TLSVAR.
21935
0256a6ac
PA
219362014-05-21 Pedro Alves <palves@redhat.com>
21937
21938 * gdb.base/dcache-line-read-error.c: New.
21939 * gdb.base/dcache-line-read-error.exp: New.
21940
936d2992
PA
219412014-05-20 Pedro Alves <palves@redhat.com>
21942
21943 * gdb.base/compare-sections.c: New file.
21944 * gdb.base/compare-sections.exp: New file.
21945
802e8e6d
PA
219462014-05-20 Pedro Alves <palves@redhat.com>
21947
21948 * gdb.base/break-idempotent.c: New file.
21949 * gdb.base/break-idempotent.exp: New file.
21950
e59fa00f
MM
219512014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21952
21953 * gdb.btrace/nohist.exp: New.
21954
8b696e31
YQ
219552014-05-20 Yao Qi <yao@codesourcery.com>
21956
21957 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21958 gdb.reverse directory and gdb_reverse_timeout exists in board
21959 setting.
21960 * README: Document gdb_reverse_timeout.
21961
73c9764f
YQ
219622014-05-20 Yao Qi <yao@codesourcery.com>
21963
21964 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21965 'test_file_name'. Treat args as a string instead of a list.
21966 (gdb_init): Rename argument 'args' by 'test_file_name'.
21967
f1f4348a
JK
219682014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21969
21970 * gdb.arch/powerpc-power.exp: New file.
21971 * gdb.arch/powerpc-power.s: New file.
21972
0dbe70ce
DE
219732014-05-16 Doug Evans <dje@google.com>
21974
21975 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
21976 * gdb.base/completion.exp: Check that all expected files exist
21977 before doing file completion.
0dbe70ce 21978
8d551b02
DE
219792014-05-16 Doug Evans <dje@google.com>
21980
21981 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21982 Update.
21983 (do_syscall_tests_without_xml): Update.
21984
73eb7709
PA
219852014-05-16 Pedro Alves <palves@redhat.com>
21986
21987 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21988 instead of "unknown output after running".
21989
3fae92fc
YQ
219902014-05-16 Yao Qi <yao@codesourcery.com>
21991
21992 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
21993 file1.txt from host at the end.
21994 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21995
c2b2ccc5
DE
219962014-05-15 Doug Evans <dje@google.com>
21997
21998 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
21999 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22000 loading file. Add test for TU lookup.
22001
8c217a4b
SM
220022014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22003
22004 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22005 calling "-exec-arguments" or "set args" before running the
22006 inferior.
22007
3deb39c6
SM
220082014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22009
22010 * lib/mi-support.exp (mi_expect_stop): Expect message for
22011 inferiors that exit with non-zero exit code.
22012
71a79f8c
YQ
220132014-05-14 Yao Qi <yao@codesourcery.com>
22014
22015 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22016 match absolute path on remote host.
22017 (test_file_list_exec_source_files): Remove "/" from the
22018 pattern.
22019
f23fcd46
YQ
220202014-05-14 Yao Qi <yao@codesourcery.com>
22021
22022 * boards/local-remote-host-notty.exp (${board}_file): New
22023 proc.
22024
9404b58f
KM
220252014-05-07 Kyle McMartin <kyle@redhat.com>
22026
22027 Pushed by Joel Brobecker <brobecker@adacore.com>.
22028 * gdb.arch/aarch64-atomic-inst.c: New file.
22029 * gdb.arch/aarch64-atomic-inst.exp: New file.
22030
5e45f04c
YQ
220312014-05-07 Yao Qi <yao@codesourcery.com>
22032
22033 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22034 in current context" too.
22035
c888a17d
KS
220362014-05-05 Keith Seitz <keiths@redhat.com>
22037
22038 * gdb.linespec/ls-dollar.exp: Add test for linespec
22039 file:convenience_variable.
22040
290a839c
YQ
220412014-05-05 Yao Qi <yao@codesourcery.com>
22042
22043 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22044 traceframes into tfile and ctf trace files. Read data from
22045 trace file and test collected data.
22046 (gdb_collect_locals_test): Likewise.
22047 (gdb_unavailable_registers_test): Likewise.
22048 (gdb_unavailable_floats): Likewise.
22049 (gdb_collect_globals_test): Likewise.
22050 (top-level): Append "ctf" to trace_file_targets if GDB
22051 supports.
22052
b5262cd0
YQ
220532014-05-05 Yao Qi <yao@codesourcery.com>
22054
22055 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22056 code to ...
22057 (gdb_collect_args_test_1): ... it. New proc.
22058 (gdb_collect_locals_test): Move some code to ...
22059 (gdb_collect_locals_test_1): ... it. New proc.
22060 (gdb_unavailable_registers_test): Move some code to ...
22061 (gdb_unavailable_registers_test_1): ... it. New proc.
22062 (gdb_unavailable_floats): Move some code to ...
22063 (gdb_unavailable_floats_1): ... it. New proc.
22064
30a1e6cc
SDJ
220652014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22066
22067 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22068 probes to test for bitness recognition.
22069 * gdb.arch/amd64-stap-optional-prefix.exp
22070 (test_probe_value_without_reg): New procedure.
22071 Add code to test for different kinds of bitness.
22072
f33da99a
SDJ
220732014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22074
22075 PR breakpoints/16889
22076 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22077 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22078
5b80f00d
PA
220792014-05-01 Pedro Alves <palves@redhat.com>
22080
22081 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22082 gdb_file_cmd if no file is specified.
22083 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22084 last_loaded_file to set the remote exec-file.
22085
f8c2a73c
PA
220862014-05-01 Pedro Alves <palves@redhat.com>
22087
22088 * boards/local-remote-host.exp: New file.
22089
be6e8ac7
PA
220902014-05-01 Pedro Alves <palves@redhat.com>
22091
22092 * boards/local-remote-host.exp: Rename to ...
22093 * boards/local-remote-host-notty.exp: ... this.
22094
cac0dc8f
JB
220952014-04-28 Joel Brobecker <brobecker@adacore.com>
22096
22097 * gdb.ada/dyn_arrayidx: New testcase.
22098
9730e6cc
YQ
220992014-04-26 Yao Qi <yao@codesourcery.com>
22100
22101 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22102 and compute the length of function main. Save it in
22103 $main_length.
22104 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22105 (top-level): Use gdb_compile to compile objects into
22106 executable and restart GDB. Remove invocation to
22107 prepare_for_testing.
22108
7ae1a6a6
PA
221092014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22110 Pedro Alves <palves@redhat.com>
22111
22112 PR server/16255
22113 * gdb.multi/multi-attach.c: New file.
22114 * gdb.multi/multi-attach.exp: New file.
22115
4082afcc
PA
221162014-04-25 Pedro Alves <palves@redhat.com>
22117
22118 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22119 user.
22120 (top level): Test that "set remote conditional-breakpoints-packet
22121 off" works as intended.
22122 * gdb.base/dprintf.exp: Test that "set remote
22123 breakpoint-commands-packet off" works as intended.
22124 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22125 New function.
22126 (top level): Call it.
22127 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22128 remote fast-tracepoints-packet off" works as intended.
22129 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22130 * lib/gdb.exp (gdb_is_target_remote): ... here.
22131
2abc3f8d
DB
221322014-04-24 David Blaikie <dblaikie@gmail.com>
22133
22134 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22135 ensure clang would not discard them.
22136 * gdb.base/gdbvars.c: Ditto.
22137 * gdb.base/memattr.c: Ditto.
22138 * gdb.base/whatis.c: Ditto.
22139 * gdb.python/py-prettyprint.c: Ditto.
22140 * gdb.trace/actions.c: Ditto.
22141 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22142 ensure clang would not discard it.
22143
bfd39632
DB
221442014-04-24 David Blaikie <dblaikie@gmail.com>
22145
22146 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22147 clang to emit the full definition of type required by the test
22148 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22149
22842ff6
DB
221502014-04-24 David Blaikie <dblaikie@gmail.com>
22151
22152 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22153 coax Clang into emitting the definition of the type.
22154 * gdb.cp/pr10728-x.h (y): Ditto.
22155 * gdb.cp/pr10728-y.cc (y): Ditto.
22156
c2e827ad
DB
221572014-04-24 David Blaikie <dblaikie@gmail.com>
22158
22159 * gdb.base/label.exp: XFAIL label related tests under Clang.
22160 * gdb.cp/cplabel.exp: Ditto.
22161 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22162 under Clang those using labels.
22163
4c2d33e7
YQ
221642014-04-25 Yao Qi <yao@codesourcery.com>
22165
22166 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22167 double_label.
22168 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22169 partial_label and double_label.
22170
56083b99
DB
221712014-04-24 David Blaikie <dblaikie@gmail.com>
22172
22173 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22174
25d4e99d
DB
221752014-04-24 David Blaikie <dblaikie@gmail.com>
22176
22177 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22178 of the function to work across GCC and Clang.
22179 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22180 pointer types (const void ** const V void **).
22181
01f9f808
MS
221822014-04-24 Michael Sturm <michael.sturm@mintel.com>
22183 Walfred Tedeschi <walfred.tedeschi@intel.com>
22184
22185 * Makefile.in (EXECUTABLES): Added i386-avx512.
22186 * gdb.arch/i386-avx512.c: New file.
22187 * gdb.arch/i386-avx512.exp: Likewise.
22188
4b48d439
KS
221892014-04-23 Keith Seitz <keiths@redhat.com>
22190
22191 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22192 (mi_make_breakpoint_table): New procedure.
22193 (mi_create_breakpoint): Use mi_make_breakpoint
22194 and return the result.
22195 (mi_make_breakpoint): New procedure.
22196 (mi_build_kv_pairs): New procedure.
22197
22198 * gdb.mi/mi-break.exp: Remove unused globals,
22199 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22200 All callers updated.
22201 * gdb.mi/mi-dprintf.exp: Use variable to track command
22202 number.
22203 Update all callers of mi_create_breakpoint and use
22204 mi_make_breakpoint_table.
22205 Remove any unused global variables.
22206 * gdb.mi/mi-nonstop.exp: Likewise.
22207 * gdb.mi/mi-nsintrall.exp: Likewise.
22208 * gdb.mi/mi-nsmoribund.exp: Likewise.
22209 * gdb.mi/mi-nsthrexec.exp: Likewise.
22210 * gdb.mi/mi-reverse.exp: Likewise.
22211 * gdb.mi/mi-simplerun.exp: Likewise.
22212 * gdb.mi/mi-stepn.exp: Likewise.
22213 * gdb.mi/mi-syn-frame.exp: Likewise.
22214 * gdb.mi/mi-until.exp: Likewise.
22215 * gdb.mi/mi-var-cp.exp: Likewise.
22216 * gdb.mi/mi-var-display.exp: Likewise.
22217 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22218 * gdb.mi/mi2-var-child.exp: Likewise.
22219 * gdb.mi/mi-vla-c99.exp: Likewise.
22220 * lib/mi-support.exp: Likewise.
22221
22222 From Ian Lance Taylor <iant@cygnus.com>:
22223 * lib/gdb.exp (parse_args): New procedure.
22224
08351840
PA
222252014-04-23 Pedro Alves <palves@redhat.com>
22226
22227 * gdb.base/break-unload-file.c: New file.
22228 * gdb.base/break-unload-file.exp: New file.
22229 * gdb.base/sym-file-lib.c (baz): New function.
22230 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22231 field.
22232 (load): Store the segment's mapped size.
22233 (unload): New function.
22234 (unload_shlib): New function.
22235 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22236 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22237 set a breakpoint at baz, and call it.
22238 * gdb.base/sym-file.exp: New tests for stale breakpoint
22239 instructions.
22240
076855f9
PA
222412014-04-23 Pedro Alves <palves@redhat.com>
22242
22243 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22244 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22245 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22246 * gdb.base/hbreak-unmapped.c: New file.
22247 * gdb.base/hbreak-unmapped.exp: New file.
22248 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22249 * lib/gdb.exp (gdb_is_target_remote): ... here.
22250
483805cf
PA
222512014-04-22 Pedro Alves <palves@redhat.com>
22252
22253 * gdb.base/consecutive-step-over.c: New file.
22254 * gdb.base/consecutive-step-over.exp: New file.
22255
06d97543
PA
222562014-04-22 Pedro Alves <palves@redhat.com>
22257
22258 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22259 instead of send_gdb/gdb_expect.
22260
b4429ea2
YQ
222612014-04-22 Yao Qi <yao@codesourcery.com>
22262
22263 * lib/trace-support.exp (generate_tracefile): New procedure.
22264 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22265 return 0.
22266 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22267 if generate_tracefile returns 1.
22268
51d48146
PA
222692014-04-18 Tom Tromey <palves@redhat.com>
22270 Pedro alves <tromey@redhat.com>
22271
22272 PR backtrace/15558
22273 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22274 with a backtrace limit.
22275 * gdb.python/py-frame-inline.exp: Test running to an inline
22276 function with a backtrace limit, and printing the newest frame.
22277 * gdb.python/py-frame-inline.c (main): Call f.
22278
bd1dce5f
MS
222792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22280
22281 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22282
40d1a503
MS
222832014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22284
22285 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22286 Drop prefix from unsupported source file path.
22287
389b98f7
YQ
222882014-04-17 Yao Qi <yao@codesourcery.com>
22289
22290 * lib/gdb.exp (with_target_charset): New proc.
22291 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22292 with_target_charset.
22293 (test_print_strings): Likewise.
22294 (test_repeat_bytes): Likewise.
22295 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22296 for some tests.
22297
22869d73
KS
222982014-04-16 Keith Seitz <keiths@redhat.com>
22299
22300 PR gdb/15827
22301 * gdb.dwarf2/corrupt.c: New file.
22302 * gdb.dwarf2/corrupt.exp: New file.
22303
c4f87ca6
KS
223042014-04-16 Keith Seitz <keiths@redhat.com>
22305
22306 PR c++/16597
22307 * gdb.cp/namelessclass.cc: New file.
22308 * gdb.cp/namelessclass.exp: New file.
22309 * gdb.cp/namelessclass.S: New file.
22310
ab19de87
DE
223112014-04-16 Doug Evans <dje@google.com>
22312
22313 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22314 Add comment.
22315 (gdbserver_default_get_comm_port): New function.
22316 (gdbserver_start): Check if board file provided
22317 "gdbserver,get_comm_port" and use it if so.
22318 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22319 (gdb,socketport): Set to "stdio".
22320 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22321 (stdio_gdbserver_template): Delete.
22322 (${board}_get_remote_address): Update.
22323 (${board}_build_remote_cmd): Delete.
22324 (${board}_get_comm_port): New function.
22325 (${board}_spawn): Update.
22326 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22327 Delete.
22328 (${board}_get_remote_address): Update.
22329 (${board}_get_comm_port): New function.
22330
fc98a809
AB
223312014-04-16 Andrew Burgess <aburgess@broadcom.com>
22332
22333 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22334 appearing in any order.
22335
87fd9e6e
DE
223362014-04-15 Doug Evans <dje@google.com>
22337
22338 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22339 uninitialized value of "description".
22340
099fc3ea
KS
223412014-04-15 Keith Seitz <keiths@redhat.com>
22342
22343 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22344 Remove unused globals.
22345 (test_running_the_program): Likewise.
22346 (test_controlled_execution): Likewise.
22347 (test_controlling_breakpoints): Likewise.
22348 (test_program_termination): Likewise.
22349
5da151d4
KS
223502014-04-15 Keith Seitz <keiths@redhat.com>
22351
22352 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22353 unused globals.
22354 (test_rbreak_creation_and_listing): Likewise.
22355 (test_ignore_count): Likewise.
22356 (test_error): Likewise.
22357
35e5d2f0
PA
223582014-04-15 Pedro Alves <palves@redhat.com>
22359
22360 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22361 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22362 sym-file-loader.c.
22363 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22364 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22365 to sym-file-loader.c.
22366 (struct library): Forward declare.
22367 (load_shlib, lookup_function): Change prototypes.
22368 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22369 (translate_offset): Remove declarations.
22370 (get_text_addr): New declaration.
22371 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22372 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22373 sym-file-loader.h.
22374 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22375 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22376 here from sym-file-loader.h.
22377 (struct library): New structure.
22378 (load_shlib, lookup_function): Change prototypes and adjust to
22379 work with a struct library.
22380 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22381 (translate_offset): Make static.
22382 (get_text_addr): New function.
22383 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22384
eb4c1710
PA
223852014-04-15 Pedro Alves <palves@redhat.com>
22386
22387 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22388
2d1baf52
PA
223892014-04-15 Pedro Alves <palves@redhat.com>
22390
22391 * gdb.base/sym-file-loader.c: Include <limits.h>.
22392 (SELF_LINK): New define.
22393 (get_origin): New function.
22394 (load_shlib): Use it.
22395 * gdb.base/sym-file.exp: Don't early return if the target is
22396 remote. Use runto_main, and issue fail is that fails. Use
22397 gdb_load_shlibs.
22398 (shlib_name): Delete.
22399 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22400
7dd6df01
PA
224012014-04-15 Pedro Alves <palves@redhat.com>
22402
22403 * gdb.base/sym-file.exp: Remove regex characters from test
22404 message. Don't refer to breakpoint numbers in test messages.
22405
b50c8614
KS
224062014-04-14 Keith Seitz <keiths@redhat.com>
22407
22408 PR c++/16253
22409 * gdb.cp/var-tag.cc: New file.
22410 * gdb.cp/var-tag.exp: New file.
22411 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22412 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22413 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22414 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22415
3d567982
TT
224162014-04-14 Tom Tromey <tromey@redhat.com>
22417
22418 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22419 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22420 type.
22421 * gdb.cp/enum-class.exp: New file.
22422 * gdb.cp/enum-class.cc: New file.
22423
0626fc76
TT
224242014-04-14 Tom Tromey <tromey@redhat.com>
22425
22426 * gdb.dwarf2/enum-type.exp: New file.
22427
dca325b3
SA
224282014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22429
22430 * gdb.mi/mi-vla-c99.exp: New file.
22431 * gdb.mi/vla.c: New file.
22432
5854b38a
SA
224332014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22434
22435 * gdb.base/vla-datatypes.c: New file.
22436 * gdb.base/vla-datatypes.exp: New file.
22437
463bb957
SA
224382014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22439
22440 * gdb.base/vla-ptr.c: New file.
22441 * gdb.base/vla-ptr.exp: New file.
22442
3dd170be
SA
224432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22444
22445 * gdb.dwarf2/count.exp: New file.
22446
5ecaaa66
SA
224472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22448
22449 * gdb.base/vla-sideeffect.c: New file.
22450 * gdb.base/vla-sideeffect.exp: New file.
22451
41f1ada5
DB
224522014-04-14 David Blaikie <dblaikie@gmail.com>
22453
22454 * gdb.mi/non-stop.c: Add return value for non-void function return
22455 statement.
22456 * gdb.threads/staticthreads.c: Ditto.
22457
0be03e84
DE
224582014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22459 Doug Evans <xdje42@gmail.com>
22460
22461 * gdb.guile/scm-value.c: Improve test case.
22462 * gdb.guile/scm-value.exp: Add new test.
22463
f180a1fb
DB
224642014-04-11 David Blaikie <dblaikie@gmail.com>
22465
22466 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22467 override Clang's default.
22468
6b662e19
JB
224692014-04-11 Joel Brobecker <brobecker@adacore.com>
22470
22471 Revert the following changes (regressions):
22472
22473 * gdb.base/vla-sideeffect.c: New file.
22474 * gdb.base/vla-sideeffect.exp: New file.
22475
22476 * gdb.dwarf2/count.exp: New file.
22477
22478 * gdb.base/vla-multi.c: New file.
22479 * gdb.base/vla-multi.exp: New file.
22480
22481 * gdb.base/vla-ptr.c: New file.
22482 * gdb.base/vla-ptr.exp: New file.
22483
22484 * gdb.base/vla-datatypes.c: New file.
22485 * gdb.base/vla-datatypes.exp: New file.
22486
22487 * gdb.mi/mi-vla-c99.exp: New file.
22488 * gdb.mi/vla.c: New file.
22489
245a5f0b
KS
224902014-04-11 Keith Seitz <keiths@redhat.com>
22491
22492 PR c++/16675
22493 * gdb.cp/cpsizeof.exp: New file.
22494 * gdb.cp/cpsizeof.cc: New file.
22495
58a84dcf
SA
224962014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22497
191a8a90
JB
22498 * gdb.mi/mi-vla-c99.exp: New file.
22499 * gdb.mi/vla.c: New file.
58a84dcf 22500
c8655f75
SA
225012014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22502
22503 * gdb.base/vla-datatypes.c: New file.
22504 * gdb.base/vla-datatypes.exp: New file.
22505
024e13b4
SA
225062014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22507
22508 * gdb.base/vla-ptr.c: New file.
22509 * gdb.base/vla-ptr.exp: New file.
22510
1a237e0e
SA
225112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22512
22513 * gdb.base/vla-multi.c: New file.
22514 * gdb.base/vla-multi.exp: New file.
22515
504f3432
SA
225162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22517
22518 * gdb.dwarf2/count.exp: New file.
22519
3bce8237
SA
225202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22521
191a8a90
JB
22522 * gdb.base/vla-sideeffect.c: New file.
22523 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22524
322f9c21
YQ
225252014-04-11 Yao Qi <yao@codesourcery.com>
22526
22527 * gdb.base/completion.exp: Check file exists before running tests
22528 on file completion.
22529
d708bcd1
PA
225302014-04-10 Pedro Alves <palves@redhat.com>
22531
22532 * gdb.base/cond-eval-mode.c: New file.
22533 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22534 prepare_for_testing to build the new file. Check result of
22535 runto_main.
22536 (test_break, test_watch): New procedures.
22537 (top level): Use them.
22538
ae1d2761
PM
225392014-04-08 Pierre Muller <muller@sourceware.org>
22540
22541 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22542 Ctrl-V use for mingw hosts.
22543
7af389b8
SC
225442014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22545
22546 * gdb.python/py-value.c: Improve test case.
22547 * gdb.python/py-value.exp: Add new test.
22548
5e703181
DE
225492014-04-07 David Blaikie <dblaikie@gmail.com>
22550
22551 * lib/compiler.c: Identify the clang compiler.
22552 * lib/compiler.cc: Ditto.
22553
9810b410
YQ
225542014-04-03 Yao Qi <yao@codesourcery.com>
22555
22556 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22557
98d1b8dc
AB
225582014-04-01 Anton Blanchard <anton@samba.org>
22559
22560 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22561 messages unique.
22562
3114cea1
AB
225632014-04-01 Anton Blanchard <anton@samba.org>
22564
22565 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22566 prepare_for_testing.
22567
62f7182c
AB
225682014-04-01 Anton Blanchard <anton@samba.org>
22569
22570 * gdb.arch/ppc64-atomic-inst.c: Remove.
22571 * gdb.arch/ppc64-atomic-inst.S: New file.
22572 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22573
770e7fc7
DE
225742014-03-31 Doug Evans <dje@google.com>
22575
22576 * gdb.base/print-symbol-loading-lib.c: New file.
22577 * gdb.base/print-symbol-loading-main.c: New file.
22578 * gdb.base/print-symbol-loading.exp: New file.
22579
46e2bafa
YQ
225802014-03-31 Yao Qi <yao@codesourcery.com>
22581
22582 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22583
8776cfe9
JB
225842014-03-28 Joel Brobecker <brobecker@adacore.com>
22585
22586 * gdb.ada/mi_dyn_arr: New testcase.
22587
5d1ef361
DE
225882014-03-27 Doug Evans <dje@google.com>
22589
22590 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22591
b5bee914
YQ
225922014-03-27 Yao Qi <yao@codesourcery.com>
22593
22594 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22595 if target is nios2-*-*.
22596
0d4d0e77
YQ
225972014-03-26 Yao Qi <yao@codesourcery.com>
22598
22599 * lib/gdb.exp (readline_is_used): New proc.
22600 * gdb.base/completion.exp: Move tests on command complete up.
22601 Skip the rest of tests if readline is not used.
22602 * gdb.ada/complete.exp: Skp the test if readline is not
22603 used.
22604 * gdb.base/filesym.exp: Likewise.
22605 * gdb.base/macscp.exp: Likewise.
22606 * gdb.base/readline-ask.exp: Likewise.
22607 * gdb.base/readline.exp: Likewise.
22608 * gdb.python/py-cmd.exp: Likewise.
22609 * gdb.trace/tfile.exp: Likewise.
22610
29361eee
YQ
226112014-03-26 Yao Qi <yao@codesourcery.com>
22612
22613 * gdb.base/macscp.exp: Fix code format issues.
22614
bc9a5525
UW
226152014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22616
22617 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22618 * gdb.asm/powerpc64le.inc: New file.
22619
d3839ede
PA
226202014-03-25 Pedro Alves <palves@redhat.com>
22621 Doug Evans <dje@google.com>
22622
22623 * gdb.base/source-execution.c: New file.
22624 * gdb.base/source-execution.exp: New file.
22625 * gdb.base/source-execution.gdb: New file.
22626
01672a57
DE
226272014-03-24 Doug Evans <dje@google.com>
22628
22629 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22630 using fission.
22631
88bbeca9
HZ
226322014-03-24 Hui Zhu <hui@codesourcery.com>
22633 Pedro Alves <palves@redhat.com>
22634
22635 PR breakpoints/16101
22636 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22637 test pass/fail messages. Detect missing support for dprintf when
22638 breakpoints are actually inserted.
22639 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22640 breakpoints are actually inserted.
22641 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22642 fails.
22643
d2348791
JK
226442014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22645
22646 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22647
feef67ab
DE
226482014-03-22 Doug Evans <xdje42@gmail.com>
22649
22650 * gdb.python/python.exp (python not supported): Verify multi-line
22651 python command issues an error.
25d743f9 22652 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22653 guile command issues an error.
feef67ab 22654
ecebef6a
MR
226552014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22656
22657 * gdb.threads/thread-specific.exp: Handle the lack of usable
22658 $this_breakpoint and $this_thread.
22659
ccdd1909
HZ
226602014-03-21 Hui Zhu <hui@codesourcery.com>
22661
22662 * gdb.base/attach.exp (do_command_attach_tests): New.
22663
beb460e8
PA
226642014-03-20 Tom Tromey <tromey@redhat.com>
22665 Pedro Alves <palves@redhat.com>
22666
22667 PR cli/15718
22668 * gdb.base/condbreak-call-false.c: New file.
22669 * gdb.base/condbreak-call-false.exp: New file.
22670
40acf43a
PA
226712014-03-20 Pedro Alves <palves@redhat.com>
22672
22673 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22674 Delete.
22675 (block_signals, unblock_signals): Delete.
22676 (child_function_2, main): Remove references to deleted variable
22677 and functions.
22678
9f5e1e02
PA
226792014-03-20 Pedro Alves <palves@redhat.com>
22680
22681 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22682 Use pthread_kill to signal thread 2.
22683 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22684 Adjust to make the test send itself a signal rather than using the
22685 host's "kill" command.
22686
99619bea
PA
226872014-03-20 Pedro Alves <palves@redhat.com>
22688
22689 * gdb.threads/multiple-step-overs.c: New file.
22690 * gdb.threads/multiple-step-overs.exp: New file.
22691 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22692 Adjust expected infrun debug output.
22693
2adfaa28
PA
226942014-03-20 Pedro Alves <palves@redhat.com>
22695
22696 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22697 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22698
31e77af2
PA
226992014-03-20 Pedro Alves <palves@redhat.com>
22700
22701 PR breakpoints/7143
22702 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22703 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22704 of gdb_test_multiple.
22705 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22706 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22707
b9f437de
PA
227082014-03-20 Pedro Alves <palves@redhat.com>
22709
22710 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22711 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22712
05adc73e
PA
227132014-03-19 Pedro Alves <palves@redhat.com>
22714
22715 * gdb.base/async.exp: Remove early return.
22716
6048b950
PA
227172014-03-19 Pedro Alves <palves@redhat.com>
22718
22719 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22720
8bcfb00a
PA
227212014-03-19 Pedro Alves <palves@redhat.com>
22722
22723 * gdb.base/async.exp (test_background): Expect \r\n after
22724 "completed." in the fail pattern.
22725
884e37dc
PA
227262014-03-19 Pedro Alves <palves@redhat.com>
22727
22728 * gdb.base/async.exp (test_background): New procedure.
22729 Use it for all background execution command tests.
22730
148e57e2
PA
227312014-03-19 Pedro Alves <palves@redhat.com>
22732
22733 * gdb.base/async.exp: Use prepare_for_testing.
22734
f48088c7
PA
227352014-03-19 Pedro Alves <palves@redhat.com>
22736
22737 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22738 the same line.
22739
e2f6c966
PA
227402014-03-19 Pedro Alves <palves@redhat.com>
22741
22742 * gdb.base/async.c (main): Add "jump here" and "until here" line
22743 marker comments.
22744 * gdb.base/async.exp (jump_here): New global.
22745 (jump& test): Use it.
22746 (until_here): New global.
22747 (until& test): Use it.
22748
c30568d4
PA
227492014-03-19 Pedro Alves <palves@redhat.com>
22750
22751 * gdb.base/async.exp: Don't frob gdb_protocol.
22752
0172b6a7
DE
227532014-03-18 Doug Evans <xdje42@gmail.com>
22754
22755 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22756 Fix spelling of exec-done-display.
22757
06c868a8
JK
227582014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22759
22760 PR gdb/15358
22761 * gdb.base/gdb-sigterm.c: New file.
22762 * gdb.base/gdb-sigterm.exp: New file.
22763
0c7e1a46
PA
227642014-03-18 Pedro Alves <palves@redhat.com>
22765
22766 PR gdb/13860
22767 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22768 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22769 solib-event.
22770
f7c77d93
JB
227712014-03-17 Joel Brobecker <brobecker@adacore.com>
22772
22773 * gdb.ada/pckd_arr_ren: New testcase.
22774
5a1e8c7a
DE
227752014-03-13 Doug Evans <xdje42@gmail.com>
22776
22777 PR guile/16612
22778 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22779 collect after discarding symbols.
22780
350e1a76
DE
227812014-03-13 Ludovic Courtès <ludo@gnu.org>
22782 Doug Evans <xdje42@gmail.com>
22783
22784 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22785 to history survives a gc.
22786
a69900ae
PA
227872014-03-13 Pedro Alves <palves@redhat.com>
22788
22789 * gdb.base/default.exp: Don't test "target procfs".
22790
5db9f0bd
PA
227912014-03-13 Pedro Alves <palves@redhat.com>
22792
22793 * gdb.base/default.exp: Update "target child" and "target procfs"
22794 tests to not expect "Unix".
22795
b3ccfe11
TT
227962014-03-12 Tom Tromey <tromey@redhat.com>
22797
22798 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22799 New procs. Add target-async tests.
22800 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22801 Add target-async tests.
22802
646f4417
AA
228032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22804
22805 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22806 'func_start' and 'func_end' for the beginning and end of the
22807 function code, respectively.
22808 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22809 'func_end' instead of 'func' and 'main'.
22810
288c211f
AA
228112014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22812
22813 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22814 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22815 generate the debug info assembler source.
22816
e0c0f156
AA
228172014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22818
22819 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22820 * gdb.dwarf2/arr-subrange.exp: Likewise.
22821 * gdb.dwarf2/dwz.exp: Likewise.
22822 * gdb.dwarf2/method-ptr.exp: Likewise.
22823 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22824 * gdb.dwarf2/subrange.exp: Likewise.
22825 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22826 * gdb.dwarf2/implptrpiece.exp: Likewise.
22827 * gdb.dwarf2/nostaticblock.exp: Likewise.
22828
0e5c4555
AA
228292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22830
22831 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22832 directory to absolute path name arguments.
22833
5ec18f2b
JG
228342014-03-10 Joel Brobecker <brobecker@adacore.com>
22835
22836 * gdb.ada/tagged_access: New testcase.
22837
847fc4f2
MM
228382014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22839
22840 * gdb.btrace/data.exp: Update expected output.
22841
cc3da688
YQ
228422014-03-06 Yao Qi <yao@codesourcery.com>
22843
22844 * gdb.trace/pr16508.exp: New file.
22845
0f26cec1
PA
228462014-03-05 Pedro Alves <palves@redhat.com>
22847
22848 PR gdb/16575
22849 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22850 procedure.
22851 (top level): Adjust to use it. Add tests that exercise breakpoint
22852 interaction with the code-cache.
22853
7a5a839f
LC
228542014-02-26 Ludovic Courtès <ludo@gnu.org>
22855
22856 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22857 test for 'history-append!'.
22858
31aa7e4e
JB
228592014-02-26 Joel Brobecker <brobecker@adacore.com>
22860
22861 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22862 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22863 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22864 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22865 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22866 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22867
1b588015
JB
228682014-02-26 Joel Brobecker <brobecker@adacore.com>
22869
22870 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22871 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22872 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22873
55426c9d
JB
228742014-02-26 Joel Brobecker <brobecker@adacore.com>
22875
22876 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22877
dc53a7ad
JB
228782014-02-26 Joel Brobecker <brobecker@adacore.com>
22879
22880 * gdb.dwarf2/arr-stride.c: New file.
22881 * gdb.dwarf2/arr-stride.exp: New file.
22882
12ab52e9
PA
228832014-02-26 Pedro Alves <palves@redhat.com>
22884
22885 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22886 that won't ever trigger. Make sure that GDB reports the correct
22887 breakpoint that caused the stop.
22888
849c862e
JK
228892014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22890
22891 PR gdb/16626
22892 * gdb.base/auto-load-script: New file.
22893 * gdb.base/auto-load.c: New file.
22894 * gdb.base/auto-load.exp: New file.
22895
71b7d793
JK
22896 PR gdb/16626
22897 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22898
e2f0d509
JK
228992014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22900
22901 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22902 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22903
50cc37c8
DE
229042014-02-24 Doug Evans <dje@google.com>
22905
22906 * lib/gdb.exp (run_on_host): Log error output if program fails.
22907
ea4758f2
PA
229082014-02-21 Pedro Alves <palves@redhat.com>
22909
22910 * gdb.threads/step-after-sr-lock.c: Rename to ...
22911 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22912 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22913 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22914 ... this.
22915
d7b30f67
SDJ
229162014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22917
22918 PR tdep/16397
22919 * gdb.arch/amd64-stap-special-operands.exp: New file.
22920 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22921 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22922 * gdb.arch/amd64-stap-triplet.S: Likewise.
22923 * gdb.arch/amd64-stap-triplet.c: Likewise.
22924
83deb43f
JB
229252014-02-20 Joel Brobecker <brobecker@adacore.com>
22926
22927 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22928 in .section pseudo-op.
22929
adde2bff
DE
229302014-02-20 lin zuojian <manjian2006@gmail.com>
22931 Joel Brobecker <brobecker@adacore.com>
22932 Doug Evans <xdje42@gmail.com>
22933
22934 PR symtab/16581
22935 * gdb.dwarf2/dw2-icycle.S: New file.
22936 * gdb.dwarf2/dw2-icycle.c: New file.
22937 * gdb.dwarf2/dw2-icycle.exp: New file.
22938
f7bd0f78
SC
229392014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22940
22941 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22942 operations on gdb.Value objects.
22943 * gdb.python/py-value-cc.exp: Add new test to test operations on
22944 gdb.Value objects.
22945
c17ef0d5
DE
229462014-02-18 Doug Evans <dje@google.com>
22947
22948 * Makefile.in (TESTS): New variable.
22949 (expanded_tests, expanded_tests_or_none): New variables
22950 (check-single): Pass $(expanded_tests_or_none) to runtest.
22951 (check-parallel): Only run tests in $(TESTS) if non-empty.
22952 (check/no-matching-tests-found): New rule.
22953 * README: Document TESTS makefile variable.
22954
5dd3176f
DE
229552014-02-18 Doug Evans <dje@google.com>
22956
22957 * Makefile.in (check-parallel): rm -rf outputs temp.
22958
0b10be4f
JK
229592014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22960
22961 Fix "ERROR: no fileid for" in the testsuite.
22962 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22963
85f224e7
DE
229642014-02-12 Doug Evans <dje@google.com>
22965
22966 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22967 (MISCELLANEOUS): New variable.
22968 (clean): rm -rf $(MISCELLANEOUS).
22969 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22970 dwp live in the same directory as symlinks, with each symlink pointed
22971 to a differently named file in a different directory.
22972
149b30ff
DE
229732014-02-11 Doug Evans <dje@google.com>
22974
22975 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22976 of Tcl file commands.
22977
1dfdac32
MK
229782014-02-10 Mark Kettenis <kettenis@gnu.org>
22979
22980 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22981 "kill -SIGUSR1 -1".
22982
aa4fb036
JB
229832014-02-10 Joel Brobecker <brobecker@adacore.com>
22984
22985 * gdb.ada/tick_length_array_enum_idx: New testcase.
22986
ed3ef339
DE
229872014-02-10 Doug Evans <xdje42@gmail.com>
22988
22989 * configure.ac (AC_OUTPUT): Add gdb.guile.
22990 * configure: Regenerate.
22991 * lib/gdb-guile.exp: New file.
22992 * lib/gdb.exp (get_target_charset): New function.
22993 * gdb.base/help.exp: Update expected output from "apropos apropos".
22994 * gdb.guile/Makefile.in: New file.
22995 * gdb.guile/guile.exp: New file.
22996 * gdb.guile/scm-arch.c: New file.
22997 * gdb.guile/scm-arch.exp: New file.
22998 * gdb.guile/scm-block.c: New file.
22999 * gdb.guile/scm-block.exp: New file.
23000 * gdb.guile/scm-breakpoint.c: New file.
23001 * gdb.guile/scm-breakpoint.exp: New file.
23002 * gdb.guile/scm-disasm.c: New file.
23003 * gdb.guile/scm-disasm.exp: New file.
23004 * gdb.guile/scm-equal.c: New file.
23005 * gdb.guile/scm-equal.exp: New file.
23006 * gdb.guile/scm-error.exp: New file.
23007 * gdb.guile/scm-error.scm: New file.
23008 * gdb.guile/scm-frame-args.c: New file.
23009 * gdb.guile/scm-frame-args.exp: New file.
23010 * gdb.guile/scm-frame-args.scm: New file.
23011 * gdb.guile/scm-frame-inline.c: New file.
23012 * gdb.guile/scm-frame-inline.exp: New file.
23013 * gdb.guile/scm-frame.c: New file.
23014 * gdb.guile/scm-frame.exp: New file.
23015 * gdb.guile/scm-generics.exp: New file.
23016 * gdb.guile/scm-gsmob.exp: New file.
23017 * gdb.guile/scm-iterator.c: New file.
23018 * gdb.guile/scm-iterator.exp: New file.
23019 * gdb.guile/scm-math.c: New file.
23020 * gdb.guile/scm-math.exp: New file.
23021 * gdb.guile/scm-objfile-script-gdb.in: New file.
23022 * gdb.guile/scm-objfile-script.c: New file.
23023 * gdb.guile/scm-objfile-script.exp: New file.
23024 * gdb.guile/scm-objfile.c: New file.
23025 * gdb.guile/scm-objfile.exp: New file.
23026 * gdb.guile/scm-ports.exp: New file.
23027 * gdb.guile/scm-pretty-print.c: New file.
23028 * gdb.guile/scm-pretty-print.exp: New file.
23029 * gdb.guile/scm-pretty-print.scm: New file.
23030 * gdb.guile/scm-section-script.c: New file.
23031 * gdb.guile/scm-section-script.exp: New file.
23032 * gdb.guile/scm-section-script.scm: New file.
23033 * gdb.guile/scm-symbol.c: New file.
23034 * gdb.guile/scm-symbol.exp: New file.
23035 * gdb.guile/scm-symtab-2.c: New file.
23036 * gdb.guile/scm-symtab.c: New file.
23037 * gdb.guile/scm-symtab.exp: New file.
23038 * gdb.guile/scm-type.c: New file.
23039 * gdb.guile/scm-type.exp: New file.
23040 * gdb.guile/scm-value-cc.cc: New file.
23041 * gdb.guile/scm-value-cc.exp: New file.
23042 * gdb.guile/scm-value.c: New file.
23043 * gdb.guile/scm-value.exp: New file.
23044 * gdb.guile/source2.scm: New file.
23045 * gdb.guile/types-module.cc: New file.
23046 * gdb.guile/types-module.exp: New file.
23047
7026a7c1
YQ
230482014-02-10 Yao Qi <yao@codesourcery.com>
23049
23050 PR testsuite/16543
23051 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23052 * configure: Regenerated.
23053 * Makefile.in: New file.
23054
6c466447
AS
230552014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23056
23057 * gdb.python/py-framefilter.exp: Fix typo.
23058
6e854735
YQ
230592014-02-08 Yao Qi <yao@codesourcery.com>
23060
23061 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23062 that no =breakpoint-modified is emitted when breakpoints are
23063 modified through MI commands.
23064
d137e6dc
PA
230652014-02-07 Pedro Alves <pedro@codesourcery.com>
23066 Pedro Alves <palves@redhat.com>
23067
23068 * gdb.threads/step-after-sr-lock.c: New file.
23069 * gdb.threads/step-after-sr-lock.exp: New file.
23070
b5ee5a50
PA
230712014-02-07 Pedro Alves <palves@redhat.com>
23072
23073 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23074
3c77faf3
JK
230752014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23076
23077 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23078 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23079
6dddc817
DE
230802014-02-06 Doug Evans <xdje42@gmail.com>
23081
23082 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23083 output.
23084
23085 * gdb.gdb/python-interrupts.exp: New file.
23086
de7b2893
YQ
230872014-02-05 Yao Qi <yao@codesourcery.com>
23088
23089 * gdb.trace/report.exp (use_collected_data): Test the output
23090 of "info threads" and "info inferiors".
23091
66d032ac
YQ
230922014-02-05 Yao Qi <yao@codesourcery.com>
23093
23094 Revert this patch:
23095
23096 2013-05-24 Yao Qi <yao@codesourcery.com>
23097
23098 * gdb.trace/tfile.exp: Test inferior and thread.
23099
591a12a1
UW
231002014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23101
23102 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23103 on a function.
23104 * gdb.base/step-bt.c: Call hello via function pointer to make
23105 sure its first instruction is executed on powerpc64le-linux.
23106
0ff3e01f
UW
231072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23108
23109 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23110
084ee545
UW
231112014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23112
23113 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23114 of the test patterns for use on little-endian systems.
23115
6ed14ff3
UW
231162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23117
23118 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23119 (decimal_vector): Fix for little-endian.
23120
401e27fd
JM
231212014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23122
23123 * gdb.arch/sparc-sysstep.exp: New file.
23124 * gdb.arch/sparc-sysstep.c: Likewise.
23125
23126 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23127
8b924729
EBM
231282014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23129
23130 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23131
fb151210
JB
231322014-01-23 Tom Tromey <tromey@redhat.com>
23133
23134 * gdb.ada/array_char_idx: New testcase.
23135
0740f8d8
TT
231362014-01-23 Tom Tromey <tromey@redhat.com>
23137
23138 PR python/16487:
23139 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23140 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23141 classes.
23142
21909fa1
TT
231432014-01-23 Tom Tromey <tromey@redhat.com>
23144
23145 PR python/16491:
23146 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23147 string from an inferior frame.
23148 * gdb.python/py-framefilter-mi.exp: Update.
23149
87ce2a04
DE
231502014-01-22 Doug Evans <dje@google.com>
23151
23152 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23153
237b092b
AA
231542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23155
23156 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23157
d674a709
AA
231582014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23159
23160 * gdb.trace/entry-values.exp: Remove excess space character from
23161 regex patterns. Handle s390 call instruction.
23162
20fa3390
AA
231632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23164
23165 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23166 define "*_start" label. Make "name" static.
23167 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23168 ${name} by references to ${name}_start.
23169
78466714
AA
231702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23171
23172 * gdb.base/info-macros.exp: Remove "debug" from the compile
23173 options.
23174
ec9f644a
IB
231752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23176
23177 * gdb.dlang/demangle.exp: New file.
23178
94b1b47e
IB
231792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23180
23181 * gdb.dlang/primitive-types.exp: New file.
23182
7f420862
IB
231832014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23184
23185 * configure.ac: Create gdb.dlang/Makefile.
23186 * configure: Regenerate.
23187 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23188 * gdb.dlang/Makefile.in: New file.
23189 * lib/d-support.exp: New file.
23190 * lib/gdb.exp (skip_d_tests): New proc.
23191
52834460
MM
231922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23193
23194 * gdb.btrace/delta.exp: Check reverse stepi.
23195 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23196 * gdb.btrace/finish.exp: New.
23197 * gdb.btrace/next.exp: New.
23198 * gdb.btrace/nexti.exp: New.
23199 * gdb.btrace/record_goto.c: Add comments.
23200 * gdb.btrace/step.exp: New.
23201 * gdb.btrace/stepi.exp: New.
23202 * gdb.btrace/multi-thread-step.c: New.
23203 * gdb.btrace/multi-thread-step.exp: New.
23204 * gdb.btrace/rn-dl-bind.c: New.
23205 * gdb.btrace/rn-dl-bind.exp: New.
23206 * gdb.btrace/data.c: New.
23207 * gdb.btrace/data.exp: New.
23208 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23209
6e07b1d2
MM
232102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23211
23212 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23213 * gdb.btrace/exception.exp: Update.
23214 * gdb.btrace/instruction_history.exp: Update.
23215 * gdb.btrace/record_goto.exp: Update.
23216 * gdb.btrace/tailcall.exp: Update.
23217 * gdb.btrace/unknown_functions.exp: Update.
23218 * gdb.btrace/delta.exp: New.
23219
0b722aec
MM
232202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23221
23222 * gdb.btrace/record_goto.exp: Add backtrace test.
23223 * gdb.btrace/tailcall.exp: Add backtrace test.
23224
066ce621
MM
232252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23226
23227 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23228 * gdb.btrace/record_goto.c: New.
23229 * gdb.btrace/record_goto.exp: New.
23230 * gdb.btrace/x86-record_goto.S: New.
23231
0688d04e
MM
232322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23233
23234 * gdb.btrace/function_call_history.exp: Update tests.
23235 * gdb.btrace/instruction_history.exp: Update tests.
23236
8710b709
MM
232372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23238
23239 * gdb.btrace/function_call_history.exp: Fix expected field
23240 order for "record function-call-history".
23241 Add new tests for "record function-call-history /c".
23242 * gdb.btrace/exception.cc: New.
23243 * gdb.btrace/exception.exp: New.
23244 * gdb.btrace/tailcall.exp: New.
23245 * gdb.btrace/x86-tailcall.S: New.
23246 * gdb.btrace/x86-tailcall.c: New.
23247 * gdb.btrace/unknown_functions.c: New.
23248 * gdb.btrace/unknown_functions.exp: New.
23249 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23250
5de9129b
MM
232512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23252
23253 * gdb.btrace/instruction_history.exp: Update.
23254 * gdb.btrace/function_call_history.exp: Update.
23255
23a7fe75
MM
232562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23257
23258 * gdb.btrace/function_call_history.exp: Fix expected function
23259 trace.
23260 * gdb.btrace/instruction_history.exp: Initialize traced.
23261 Remove traced_functions.
23262
724c7dd8
MM
232632014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23264
23265 * gdb.btrace/function_call_history.exp: Update
23266 * gdb.btrace/instruction_history.exp: Update.
23267
6d78d93b
MM
232682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23269
23270 * gdb.btrace/enable.exp: Update expected text.
23271
93a360cc
OJ
232722014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23273
23274 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23275 bytes.
23276
3772b53f
MR
232772014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23278
23279 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23280
596662fa
OJ
232812014-01-15 Omair Javaid <omair.javaid@linaro.org>
23282
23283 * lib/gdb.exp (supports_process_record): Return true for
23284 arm*-linux*. (supports_reverse): Likewise.
23285
b5b08fb4
SC
232862014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23287
23288 PR python/15464
23289 PR python/16113
23290 * gdb.python/py-type.c: Enhance test case.
23291 * gdb.python/py-value-cc.cc: Likewise
23292 * gdb.python/py-type.exp: Add new tests.
23293 * gdb.python/py-value-cc.exp: Likewise
23294
52d7fb13
AA
232952014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23296 Pedro Alves <palves@redhat.com>
23297
23298 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23299 Make "name" extern.
23300 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23301 references to ${name}_start by references to ${name}.
23302
a2cd8cfe
JB
233032014-01-10 Joel Brobecker <brobecker@adacore.com>
23304
23305 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23306
4e23fced
JB
233072014-01-10 Joel Brobecker <brobecker@adacore.com>
23308
23309 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23310
c6a9e42c
PA
233112014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23312 Pedro Alves <palves@redhat.com>
23313
23314 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23315 mi_gdb_target_load.
c6a9e42c 23316
b7ea362b
PA
233172014-01-08 Pedro Alves <palves@redhat.com>
23318
23319 * gdb.threads/reconnect-signal.c: New file.
23320 * gdb.threads/reconnect-signal.exp: New file.
23321
5e3f4fab
EBM
233222014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23323
23324 * gdb.base/source-dir.exp: New file.
23325
79301218
JB
233262014-01-07 Joel Brobecker <brobecker@adacore.com>
23327
23328 * gdb.ada/mi_interface: New testcase.
23329
8e355c5d
JB
233302014-01-07 Joel Brobecker <brobecker@adacore.com>
23331
23332 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23333 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23334 gdb.ada/pp-rec-component/pck.ads: New files.
23335
c0d48811
JB
233362014-01-07 Joel Brobecker <brobecker@adacore.com>
23337
23338 * gdb.python/py-pp-integral.c: New file.
23339 * gdb.python/py-pp-integral.py: New file.
23340 * gdb.python/py-pp-integral.exp: New file.
23341
17b609c3 23342For older changes see ChangeLog-1993-2013.
c906108c 23343\f
8d8cb839
EZ
23344;; Local Variables:
23345;; mode: change-log
23346;; left-margin: 8
23347;; fill-column: 74
23348;; version-control: never
23349;; End:
902f2ccb 23350
3666a048 23351 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23352 Copying and distribution of this file, with or without modification,
23353 are permitted provided the copyright notice and this notice are preserved.
This page took 4.848266 seconds and 4 git commands to generate.