]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb/testsuite: add test for .debug_{rng,loc}lists section without offset array
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9307efbe
SM
12021-02-02 Simon Marchi <simon.marchi@efficios.com>
2
3 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
4 table proc.
5 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
6 .debug_rnglists table without offset array.
7 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
8 .debug_loclists table without offset array.
9
2b0c7f41
SM
102021-02-02 Simon Marchi <simon.marchi@efficios.com>
11
12 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
13 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
14 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
15 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
16 attribute
17
ecfda20d
SM
182021-02-02 Simon Marchi <simon.marchi@efficios.com>
19
20 PR gdb/26813
21 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
22 (loclists): New proc.
23 * gdb.dwarf2/loclists-multiple-cus.c: New.
24 * gdb.dwarf2/loclists-multiple-cus.exp: New.
25 * gdb.dwarf2/loclists-sec-offset.c: New.
26 * gdb.dwarf2/loclists-sec-offset.exp: New.
27
6b0933da
SM
282021-02-02 Simon Marchi <simon.marchi@efficios.com>
29
30 * lib/dwarf.exp (_location): Add parameters.
31 (_handle_DW_FORM): Adjust.
32
962effa7
SM
332021-02-02 Simon Marchi <simon.marchi@efficios.com>
34
35 PR gdb/26813
36 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
37 (cu): Generate header for DWARF 5.
38 (rnglists): New proc.
39 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
40 * gdb.dwarf2/rnglists-sec-offset.exp: New.
41
2bd3e4b8
TV
422021-02-02 Tom de Vries <tdevries@suse.de>
43
44 PR symtab/24620
45 * gdb.dwarf2/fission-reread.exp: Add test-case.
46
c39c8637
TV
472021-02-01 Tom de Vries <tdevries@suse.de>
48
49 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
50 * gdb.dwarf2/fission-loclists-pie.S: Same.
51 * gdb.dwarf2/fission-loclists.S: Same.
52 * gdb.dwarf2/fission-multi-cu.S: Same.
53 * gdb.dwarf2/fission-reread.S: Same.
54 * gdb.dwarf2/fission-base.exp: Use DWO.
55 * gdb.dwarf2/fission-loclists-pie.exp: Same.
56 * gdb.dwarf2/fission-loclists.exp: Same.
57 * gdb.dwarf2/fission-multi-cu.exp: Same.
58 * gdb.dwarf2/fission-reread.exp: Same.
59
ebde6f2d
TV
602021-01-29 Tom de Vries <tdevries@suse.de>
61
62 PR breakpoints/26063
63 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
64 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
65
620ec3ca
TV
662021-01-29 Tom de Vries <tdevries@suse.de>
67
68 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
69
cdeba395
TV
702021-01-28 Tom de Vries <tdevries@suse.de>
71
72 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
73 in the backtrace, and use that in the rest of the test instead of
74 hardcoded constant 3. Use "frame" instead of "up" for robustness.
75
c47b145e
TV
762021-01-28 Tom de Vries <tdevries@suse.de>
77
78 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
79 * gdb.arch/i386-sse-stack-align.c: Same.
80 * gdb.arch/i386-sse-stack-align.exp: Same.
81
47918cca
AB
822021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
85
2f985dd1
TV
862021-01-28 Tom de Vries <tdevries@suse.de>
87
88 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
89
22efa3d3
TV
902021-01-28 Tom de Vries <tdevries@suse.de>
91
92 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
93 "maint info line-table". Make PASS pattern more specific. Make
94 FAIL pattern work for -m32.
95
59b59f08
LS
962021-01-27 Lancelot SIX <lsix@lancelotsix.com>
97
98 PR gdb/27133
99 * gdb.base/ui-redirect.exp: Add test case that ensures that
100 redirecting both logging and debug does not cause gdb to crash.
101
102
807f647c
MM
1032021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
104
105 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
106
4ca40594
TV
1072021-01-26 Tom de Vries <tdevries@suse.de>
108
109 * gdb.threads/killed-outside.exp: Allow regular output.
110
d0021af3
TV
1112021-01-26 Tom de Vries <tdevries@suse.de>
112
113 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
114
9f6c202e
TV
1152021-01-25 Tom de Vries <tdevries@suse.de>
116
117 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
118 * lib/gdb.exp: Use gdb_load_no_complaints.
119
a625a8c9
TT
1202021-01-25 Tom Tromey <tromey@adacore.com>
121
122 * gdb.ada/fixed_points.exp: Add regression test.
123 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
124 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
125
19184910
TT
1262021-01-25 Tom Tromey <tromey@adacore.com>
127
128 * gdb.ada/local-enum.exp: Add enumerator resolution test.
129
acd6125f
TT
1302021-01-25 Tom Tromey <tromey@adacore.com>
131
132 * gdb.ada/local-enum.exp: New file.
133 * gdb.ada/local-enum/local.adb: New file.
134
1af4c9c4
TT
1352021-01-23 Tom Tromey <tom@tromey.com>
136
137 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
138
705646c0
BE
1392021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
140
141 * gdb.base/line65535.exp: Fix test expectation.
142
0ac85db5
SM
1432021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
144
145 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
146 suppression.
147 (default_gdb_exit): Likewise.
148 (default_gdb_spawn): Likewise.
149 (send_gdb): Likewise.
150 (gdb_expect): Likewise.
151 (gdb_expect_list): Likewise.
152 (default_gdb_init): Likewise.
153 (gdb_suppress_entire_file): Remove.
154 (gdb_suppress_tests): Remove.
155 (gdb_stop_suppressing_tests): Remove.
156 (gdb_clear_suppressed): Remove.
157 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
158 related to test suppression.
159 (default_mi_gdb_start): Likewise.
160 (mi_gdb_reinitialize_dir): Likewise.
161 (mi_gdb_test): Likewise.
162 (mi_run_cmd_full): Likewise.
163 (mi_runto_helper): Likewise.
164 (mi_execute_to): Likewise.
165 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
166 * gdb.base/bitfields.exp: Likewise.
167 * gdb.base/bitfields2.exp: Likewise.
168 * gdb.base/break.exp: Likewise.
169 * gdb.base/call-sc.exp: Likewise.
170 * gdb.base/callfuncs.exp: Likewise.
171 * gdb.base/dfp-test.exp: Likewise.
172 * gdb.base/endian.exp: Likewise.
173 * gdb.base/exprs.exp: Likewise.
174 * gdb.base/funcargs.exp: Likewise.
175 * gdb.base/hbreak2.exp: Likewise.
176 * gdb.base/recurse.exp: Likewise.
177 * gdb.base/scope.exp: Likewise.
178 * gdb.base/sepdebug.exp: Likewise.
179 * gdb.base/structs.exp: Likewise.
180 * gdb.base/until.exp: Likewise.
181 * gdb.cp/misc.exp: Likewise.
182
9d2d8a16
AB
1832021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 PR cli/25956
186 * gdb.base/style.exp (run_style_tests): Add version string test.
187 (test_startup_version_string): Use version style name.
188 * lib/gdb-utils.exp (style): Handle version style name.
189
e7b43072
AB
1902021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.base/style.exp (limited_style): New proc.
193 (clean_restart_and_disable): New proc.
194 (run_style_tests): New proc. Most of the old tests from this file
195 are now in this proc.
196 (test_startup_version_string): New proc. Reamining test from the
197 old file is in this proc.
198
2189c312
SM
1992021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
200
201 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
202 Adjust to "set debug remote" changes.
203
cd211c75
LM
2042021-01-21 Luis Machado <luis.machado@linaro.org>
205
206 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
207 message.
208
730af663
SM
2092021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
210
211 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
212
325d39e4
HD
2132021-01-21 Hannes Domani <ssbssa@yahoo.de>
214
215 PR python/19151
216 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
217
c3e96aa7
SM
2182021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
219
220 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
221
6571ffc6
SM
2222021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
223
224 * lib/tuiterm.exp: Add links in comments.
225
7c794afd
TV
2262021-01-20 Tom de Vries <tdevries@suse.de>
227
228 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
229 offset.
230
1402665c
TV
2312021-01-20 Tom de Vries <tdevries@suse.de>
232
233 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
234
6f52fdf4
SDJ
2352021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
236
237 * gdb.arch/amd64-stap-expressions.S: New file.
238 * gdb.arch/amd64-stap-expressions.exp: New file.
239
14852123
TV
2402021-01-19 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
243 sequence.
244
0c4e2c6c
TV
2452021-01-19 Tom de Vries <tdevries@suse.de>
246
247 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
248
02baa133
AB
2492021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
250
251 * gdb.fortran/array-slices.exp (run_test): Avoid including
252 addresses in test names.
253
10f92414
TV
2542021-01-15 Tom de Vries <tdevries@suse.de>
255
256 PR testsuite/26997
257 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
258 when adding sizeof.
259
116d0cf1
TV
2602021-01-14 Tom de Vries <tdevries@suse.de>
261
262 PR testsuite/24590
263 * gdb.base/style.exp: Handle shorter argv in frame command output.
264
8f66807b
AB
2652021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
266
267 PR gdb/26819
268 * gdb.server/stop-reply-no-thread-multi.c: New file.
269 * gdb.server/stop-reply-no-thread-multi.exp: New file.
270
3f94e588
TV
2712021-01-12 Tom de Vries <tdevries@suse.de>
272
273 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
274 (main): Remove call to have_mpx.
275 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
276 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
277 (main): Remote call to have_mpx.
278 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
279 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
280 (main): Remove call to have_mpx.
281 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
282 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
283 (main): Remove call to have_mpx.
284 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
285 * gdb.arch/i386-mpx.c (have_mpx): Remove.
286 (main): Remote call to have_mpx.
287 * gdb.arch/i386-mpx.exp: Use have_mpx.
288 * lib/gdb.exp (have_mpx): New proc.
289
5291fe3c
SP
2902021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
291
292 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
293
18bfb505
TV
2942021-01-12 Tom de Vries <tdevries@suse.de>
295
296 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
297
ce38f5ed
AB
2982021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
299
300 * gdb.fortran/debug-expr.exp: Add new tests.
301
7c654b71
AB
3022021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
303
304 * gdb.fortran/dot-ops.exp: Add new tests.
305
10dadadc
TV
3062021-01-11 Tom de Vries <tdevries@suse.de>
307
308 PR testsuite/26968
309 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
310 Move insn setting $eax to before probe point.
311
66beed02
TT
3122021-01-09 Tom Tromey <tom@tromey.com>
313
314 * gdb.trace/ax.exp: Do not require an "ext".
315
8fc48b79
TT
3162021-01-08 Tom Tromey <tromey@adacore.com>
317
318 * gdb.ada/voidctx/pck.adb: New file.
319 * gdb.ada/voidctx/pck.ads: New file.
320 * gdb.ada/voidctx/voidctx.adb: New file.
321 * gdb.ada/voidctx.exp: New file.
322
6abd4cf2
SM
3232021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
324
325 PR gdb/27157
326 * gdb.base/empty-host-env-vars.exp: New test.
327
d00f0868
AB
3282021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
329
330 * gdb.base/completion.exp: Add a new test.
331
3c8c6de2
AB
3322021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.fortran/intvar-dynamic-types.exp: New file.
335 * gdb.fortran/intvar-dynamic-types.f90: New file.
336
e3436813
AB
3372021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.fortran/intvar-array.exp: New file.
340 * gdb.fortran/intvar-array.f90: New file.
341
d4813f10
TT
3422021-01-07 Tom Tromey <tromey@adacore.com>
343
344 * gdb.ada/assign_arr.exp: Add 'others' test.
345
b49180ac
TT
3462021-01-06 Tom Tromey <tromey@adacore.com>
347
348 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
349 (FP4_Type): New type.
350 (FP4_Var): New variable.
351 * gdb.ada/fixed_points/fixed_points.adb: Update.
352 * gdb.ada/fixed_points.exp: Add tests for binary operators.
353
3c55062c
SM
3542021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
355
356 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
357 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
358 Pass prompt containing debug print to gdb_test_sequence.
359
e4ad960a
TV
3602021-01-04 Tom de Vries <tdevries@suse.de>
361
362 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
363
3ec3145c
SM
3642021-01-04 Simon Marchi <simon.marchi@efficios.com>
365
366
367
8dc558a0
SM
3682021-01-04 Simon Marchi <simon.marchi@efficios.com>
369
370 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
371 * gdb.server/connect-without-multi-process.exp: Likewise.
372 * gdb.server/exit-multiple-threads.exp: Likewise.
373 * gdb.server/ext-attach.exp: Likewise.
374 * gdb.server/ext-restart.exp: Likewise.
375 * gdb.server/ext-run.exp: Likewise.
376 * gdb.server/ext-wrapper.exp: Likewise.
377 * gdb.server/multi-ui-errors.exp: Likewise.
378 * gdb.server/no-thread-db.exp: Likewise.
379 * gdb.server/reconnect-ctrl-c.exp: Likewise.
380 * gdb.server/run-without-local-binary.exp: Likewise.
381 * gdb.server/server-kill.exp: Likewise.
382 * gdb.server/server-run.exp: Likewise.
383 * gdb.server/solib-list.exp: Likewise.
384 * gdb.server/stop-reply-no-thread.exp: Likewise.
385 * gdb.server/wrapper.exp: Likewise.
386 * gdb.server/sysroot.exp: Increase timeout when testing the
387 target: sysroot.
388
d8387cc8
SM
3892021-01-04 Simon Marchi <simon.marchi@efficios.com>
390
391 * gdb.server/server-run.exp: Use clean_restart.
392
5169ae34
SM
3932021-01-04 Simon Marchi <simon.marchi@efficios.com>
394
395 * gdb.server/ext-run.exp: Use clean_restart.
396
7b0ff8a2
SM
3972021-01-04 Simon Marchi <simon.marchi@efficios.com>
398
399 * gdb.server/stop-reply-no-thread.exp: Use build_executable
400 instead of prepare_for_testing.
401
a754fbdf
SM
4022021-01-04 Simon Marchi <simon.marchi@efficios.com>
403
404 * gdb.server/solib-list.exp: Use clean_restart.
405
c5e71b33
TV
4062021-01-04 Tom de Vries <tdevries@suse.de>
407
408 * gdb.base/morestack.c: Remove printf.
409 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
410
9b243007
TT
4112020-12-31 Tom Tromey <tom@tromey.com>
412
413 * gdb.rust/simple.exp: Update output for Rust 1.49.
414
4ff509e7
BE
4152020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
416
417 * gdb.cp/step-and-next-inline.exp: Fix test case.
418
391750c3
SM
4192020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
420
421 * gdb.python/py-frame-args.exp: De-duplicate test names.
422
b7874836
AB
4232020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 PR gdb/27059
426 * gdb.dwarf2/dyn-type-unallocated.c: New file.
427 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
428
e1ff6226
PW
4292020-12-21 Peter Waller <p@pwaller.net>
430
431 * gdb.base/style-interp-exec-mi.exp: New.
432 * gdb.base/style-interp-exec-mi.c: New.
433
ca01f1bf
SM
4342020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
435
436 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
437 gdb_test. Use proc_with_prefix.
438
0fe69a94
MM
4392020-12-21 Markus Metzger <markus.t.metzger@intel.com>
440
441 * gdb.btrace/exception.exp: Build with nopie.
442 * gdb.btrace/function_call_history.exp: Likewise.
443 * gdb.btrace/unknown_functions.exp: Likewise.
444
806e7575
MM
4452020-12-21 Markus Metzger <markus.t.metzger@intel.com>
446
447 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
448
493d2172
MM
4492020-12-21 Markus Metzger <markus.t.metzger@intel.com>
450
451 * gdb.python/py-record-btrace.exp: Make test names unique.
452 * gdb.python/py-record-full.exp: Likewise.
453
1a1c0afc
MM
4542020-12-21 Markus Metzger <markus.t.metzger@intel.com>
455
456 * gdb.btrace/data.exp: Make test names unique.
457 * gdb.btrace/delta.exp: Likewise.
458 * gdb.btrace/enable.exp: Likewise.
459 * gdb.btrace/function_call_history.exp: Likewise.
460 * gdb.btrace/nohist.exp: Likewise.
461 * gdb.btrace/non-stop.exp: Likewise.
462 * gdb.btrace/rn-dl-bind.exp: Likewise.
463 * gdb.btrace/step.exp: Likewise.
464 * gdb.btrace/stepi.exp: Likewise.
465 * gdb.btrace/tailcall.exp: Likewise.
466
98d837f0
MM
4672020-12-21 Markus Metzger <markus.t.metzger@intel.com>
468
469 * gdb.btrace/enable.exp: Update error message.
470 * gdb.btrace/multi-inferior.exp: Likewise.
471 * gdb.btrace/reconnect.exp: Likewise.
472 * gdb.python/py-record-btrace.exp: Likewise.
473 * gdb.python/py-record-full.exp: Likewise.
474
c541fa7c
TV
4752020-12-20 Tom de Vries <tdevries@suse.de>
476
477 * lib/gdb.exp (save_target_board_info): New proc.
478 (gdb_compile_shlib): Use save_target_board_info.
479
60108e47
TV
4802020-12-19 Tom de Vries <tdevries@suse.de>
481
482 * lib/gdb.exp (supports_scalar_storage_order_attribute)
483 (supports_gnuc): New proc.
484 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
485 test_compiler_info calls. Add unsupported message.
486 * gdb.base/endianity.c: Use TEST_SSO.
487
fa639f55
HD
4882020-12-19 Hannes Domani <ssbssa@yahoo.de>
489
490 PR exp/27070
491 * gdb.python/compare-enum-type-a.c: New test.
492 * gdb.python/compare-enum-type-b.c: New test.
493 * gdb.python/compare-enum-type.exp: New file.
494 * gdb.python/compare-enum-type.h: New test.
495
4aea001f
HD
4962020-12-18 Hannes Domani <ssbssa@yahoo.de>
497
498 * gdb.python/py-format-string.exp: Add tests for address keyword.
499
b3f9469b
HD
5002020-12-18 Hannes Domani <ssbssa@yahoo.de>
501
502 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
503
86ef42bd
TT
5042020-12-18 Tom Tromey <tromey@adacore.com>
505
506 * gdb.ada/fixed_points.exp: Also run with
507 -fgnat-encodings=minimal. Update expected output.
508
93df4a1d
SM
5092020-12-16 Simon Marchi <simon.marchi@efficios.com>
510
511 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
512 * gdb.base/continue-all-already-running.exp: Likewise.
513 * gdb.base/moribund-step.exp: Likewise.
514 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
515
592995fa
TV
5162020-12-16 Tom de Vries <tdevries@suse.de>
517
518 * gdb.base/batch-preserve-term-settings.exp:
519
1e61189d
TV
5202020-12-16 Tom de Vries <tdevries@suse.de>
521
522 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
523 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
524
19007d95
LM
5252020-12-16 Luis Machado <luis.machado@linaro.org>
526
527 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
528 pointer-based memory accesses.
529 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
530 hw watchpoint cases.
531
a33fc9ae
RK
5322020-12-15 Rae Kim <rae.kim@gmail.com>
533
534 * gdb.base/document.exp: New test.
535
0e5ad442
TT
5362020-12-15 Tom Tromey <tromey@adacore.com>
537
538 * gdb.base/style.exp: Add deprecation tests.
539
60598dbd
SM
5402020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
541
542 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
543
8cd6d968
MW
5442020-12-14 Mark Wielaard <mark@klomp.org>
545
546 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
547 specially, set attr_form_comment to the actual FORM string used.
548
eab9267c
MW
5492020-12-14 Mark Wielaard <mark@klomp.org>
550
551 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
552 _constants(SPECIAL_expr) here, but set it...
553 (Dwarf::cu): ...here based on _cu_version.
554
2f413264
TV
5552020-12-14 Tom de Vries <tdevries@suse.de>
556
557 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
558 pass -fPIC.
559 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
560 * gdb.base/break-probes.exp: Same.
561 * gdb.base/ctxobj.exp: Same.
562 * gdb.base/dso2dso.exp: Same.
563 * gdb.base/global-var-nested-by-dso.exp: Same.
564 * gdb.base/info-shared.exp: Same.
565 * gdb.base/jit-reader-simple.exp: Same.
566 * gdb.base/print-file-var.exp: Same.
567 * gdb.base/skip-solib.exp: Same.
568 * gdb.btrace/dlopen.exp: Same.
569
18f1cb1f
TV
5702020-12-14 Tom de Vries <tdevries@suse.de>
571
572 PR testsuite/26963
573 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
574
519155c9
TV
5752020-12-14 Tom de Vries <tdevries@suse.de>
576
577 PR testsuite/26962
578 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
579 cast it to its declared type".
580
153f6e6c
TV
5812020-12-14 Tom de Vries <tdevries@suse.de>
582
583 PR testsuite/26951
584 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
585 shell prompt.
586
86b44259
TT
5872020-12-14 Tom Tromey <tromey@adacore.com>
588
589 * gdb.ada/nested.exp: Add new tests.
590 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
591
e26624c6
TT
5922020-12-14 Tom Tromey <tromey@adacore.com>
593
594 * gdb.dwarf2/ada-thick-pointer.exp: New file.
595
a3bdae4e
TT
5962020-12-14 Tom Tromey <tromey@adacore.com>
597
598 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
599
862fcbd8
TV
6002020-12-13 Tom de Vries <tdevries@suse.de>
601
602 PR testsuite/26953
603 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
604 attribute support if compiler doesn't support it.
605
a406a98e
TV
6062020-12-13 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
609 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
610 source to shared lib. Add ada to options.
611
5d7e6ed0
TV
6122020-12-13 Tom de Vries <tdevries@suse.de>
613
614 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
615 calling gnatbind and gnatlink.
616
ee9812a0
AB
6172020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
618
619 * gdb.base/dcache-flush.c: New file.
620 * gdb.base/dcache-flush.exp: New file.
621
50a5f187
AB
6222020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
623
624 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
625 commands.
626 * gdb.base/killed-outside.exp: Likewise.
627 * gdb.opt/inline-bt.exp: Likewise.
628 * gdb.perf/gmonster-null-lookup.py: Likewise.
629 * gdb.perf/gmonster-print-cerr.py: Likewise.
630 * gdb.perf/gmonster-ptype-string.py: Likewise.
631 * gdb.python/py-unwind.exp: Likewise.
632
19c659f1
AB
6332020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.base/commands.exp: Update expected results.
636
9ef6d4a1
AB
6372020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
638
639 PR cli/15104
640 * gdb.base/commands.exp: Add additional tests.
641 * gdb.base/completion.exp: Add additional tests.
642
1536146f
AB
6432020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.base/completion.exp: Add additional tests.
646
346e7e19
TV
6472020-12-11 Tom de Vries <tdevries@suse.de>
648
649 PR testsuite/26991
650 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
651 violations by setting bounds registers if the bounds are passed in the
652 Bounds Table.
653
9cd7a95a
TV
6542020-12-11 Tom de Vries <tdevries@suse.de>
655
656 PR testsuite/26954
657 * gdb.base/float128.exp: Detect and handle no mpfr support.
658
4483a8e7
SM
6592020-12-10 Simon Marchi <simon.marchi@efficios.com>
660
661 PR gdb/24694
662 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
663 calls.
664
10067028
TV
6652020-12-10 Tom de Vries <tdevries@suse.de>
666
667 PR testsuite/26947
668 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
669 braces for tcl 8.5 and earlier.
670
5b56203a
SM
6712020-12-09 Simon Marchi <simon.marchi@efficios.com>
672
673 PR 26875, PR 26901
674 * gdb.base/flexible-array-member.c: New test.
675 * gdb.base/flexible-array-member.exp: New test.
676
b46551b2
TV
6772020-12-08 Tom de Vries <tdevries@suse.de>
678
679 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
680 using is_amd64_regs_target.
681
8439f446
TV
6822020-12-08 Tom de Vries <tdevries@suse.de>
683
684 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
685 self_id.
686
bc545da7
PA
6872020-12-07 Pedro Alves <pedro@palves.net>
688
689 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
690 'additional_flags' variable.
691
1f58f6c2
TBA
6922020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
693
694 * gdb.linespec/explicit.exp: Extend with a test to check completing
695 '-' after seemingly complete options.
696
5759831a
TBA
6972020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
698
699 * gdb.linespec/keywords.exp: Add tests to check positional
700 flexibility of "-force-condition".
701
21e051b3
TBA
7022020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
703
704 * gdb.base/bp-cmds-run-with-ex.c: New file.
705 * gdb.base/bp-cmds-run-with-ex.exp: New file.
706 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
707 * gdb.gdb/python-interrupts.exp: Update the call to
708 'catch_command_errors' with the new argument.
709 * gdb.gdb/python-selftest.exp: Ditto.
710
187b041e
SM
7112020-12-04 Simon Marchi <simon.marchi@efficios.com>
712
713 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
714 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
715 * gdb.threads/non-stop-fair-events.exp: Likewise.
716
3b7a962d
SM
7172020-12-04 Simon Marchi <simon.marchi@efficios.com>
718
719 * gdb.threads/step-over-exec.exp: New.
720 * gdb.threads/step-over-exec.c: New.
721 * gdb.threads/step-over-exec-execd.c: New.
722 * lib/my-syscalls.S: New.
723 * lib/my-syscalls.h: New.
724
e633b117
SM
7252020-12-04 Simon Marchi <simon.marchi@efficios.com>
726
727 * lib/dwarf.exp (declare_labels): Use name as text if text is
728 not provided.
729
67748e0f
TV
7302020-12-04 Tom de Vries <tdevries@suse.de>
731
732 PR testsuite/26990
733 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
734 are unsupported.
735
a8d13675
TV
7362020-12-04 Tom de Vries <tdevries@suse.de>
737
738 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
739 clause.
740
f17727b3
TV
7412020-12-04 Tom de Vries <tdevries@suse.de>
742
743 * gdb.reverse/insn-reverse.exp: Fix count handling.
744
a1499830
TV
7452020-12-04 Tom de Vries <tdevries@suse.de>
746
747 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
748 __x86_64__.
749
9c027c2f
TV
7502020-12-04 Tom de Vries <tdevries@suse.de>
751
752 * gdb.reverse/insn-reverse.c (test_nr): New var.
753 (usage, parse_args): New function.
754 (main): Call parse_args. Only run test for test_nr.
755 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
756 and bail out. Run subtests individually, using an inferior arg
757 specifying the subtest.
758
533b2ae0
AB
7592020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
760
761 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
762
e4502042
AB
7632020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
764
765 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
766 update test to use this.
767
f55a9a37
SM
7682020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
769
770 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
771
0a6155a0
SM
7722020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
773
774 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
775 (do_test): Don't use with_test_prefix.
776 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
777 (do_test): Don't use with_test_prefix.
778 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
779 (do_test): Don't use with_test_prefix.
780 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
781 (do_test): Don't use with_test_prefix.
782
4d56d64a
SM
7832020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
784
785 * gdb.threads/non-ldr-exit.exp: Fix comment.
786
54e75f29
AB
7872020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.xml/maint-xml-dump-03.xml: New file.
790
7ce05d21
TV
7912020-11-30 Tom de Vries <tdevries@suse.de>
792
793 PR symtab/26905
794 * gdb.dwarf2/count.exp: Remove kfails.
795
50757f95
TBA
7962020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
797
798 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
799 indices.
800
4afa9fd9
JB
8012020-11-24 Joel Brobecker <brobecker@adacore.com>
802
803 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
804 the "ptype pck__fp1_range_var" test for the module-2 and pascal
805 languages. Remove the associated setup_xfail.
806
15a491af
SM
8072020-11-23 Simon Marchi <simon.marchi@efficios.com>
808
809 * lib/gdb.exp (gdb_assert): Show error message on error.
810
891615f0
TV
8112020-11-23 Tom de Vries <tdevries@suse.de>
812
813 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
814 * gdb.ada/mod_from_name.exp: Same.
815 * gdb.ada/pckd_arr_ren.exp: Same.
816
19922582
SM
8172020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
818
819 * gdb.base/template.exp: New.
820 * gdb.base/template.c: New.
821
117c628d
GB
8222020-11-22 Gary Benson <gbenson@redhat.com>
823
824 PR gdb/26905
825 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
826 is defined using a DW_AT_count which references another DIE.
827
da39d3ba
TV
8282020-11-21 Tom de Vries <tdevries@suse.de>
829
830 * gdb.base/vla-ptr.exp: Add XFAIL.
831
a5c641b5
AB
8322020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.fortran/array-slices-bad.exp: New file.
835 * gdb.fortran/array-slices-bad.f90: New file.
836 * gdb.fortran/array-slices-sub-slices.exp: New file.
837 * gdb.fortran/array-slices-sub-slices.f90: New file.
838 * gdb.fortran/array-slices.exp: Rewrite tests.
839 * gdb.fortran/array-slices.f90: Rewrite tests.
840 * gdb.fortran/vla-sizeof.exp: Correct expected results.
841
a15a5258
AB
8422020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * gdb.base/completion.exp: Add new completion tests.
845
7cb2893d
SM
8462020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
847
848 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
849 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
850 * gdb.mi/mi-nsintrall.exp: Likewise.
851 * gdb.mi/mi-nsmoribund.exp: Likewise.
852 * gdb.mi/mi-nsthrexec.exp: Likewise.
853 * gdb.mi/mi-watch-nonstop.exp: Likewise.
854
cf144ec8
SM
8552020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
856
857 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
858 of perror.
859
6b6a3e05
JM
8602020-11-18 Joseph Myers <joseph@codesourcery.com>
861
862 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
863 $arg.exe exists but $arg does not.
864
811bdca0
GB
8652020-11-17 Gary Benson <gbenson@redhat.com>
866
867 * gdb.trace/trace-common.h (x86_trace_dummy): Add
868 __attribute__ ((used)).
869
c72e3136
AB
8702020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
873
037d7135
AB
8742020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.base/completion.exp: Add new tests.
877
119e99bb
TT
8782020-11-16 Tom Tromey <tromey@adacore.com>
879
880 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
881 tests.
882
b74dbc20
JB
8832020-11-15 Joel Brobecker <brobecker@adacore.com>
884
885 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
886 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
887 (main): Add reference to pck__fp1_var2.
888 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
889
0a12719e
JB
8902020-11-15 Joel Brobecker <brobecker@adacore.com>
891
892 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
893
0c9150e4
JB
8942020-11-15 Joel Brobecker <brobecker@adacore.com>
895
896 * gdb.ada/fixed_points.exp: Add ptype tests.
897 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
898
b26daff9
JB
8992020-11-15 Joel Brobecker <brobecker@adacore.com>
900
901 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
902
09584414
JB
9032020-11-15 Joel Brobecker <brobecker@adacore.com>
904
905 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
906 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
907 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
908 New files.
909 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
910
911 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
912 New files.
913
9dd02fc0
AB
9142020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 PR cli/26879
917 * gdb.fortran/completion.exp: New file.
918 * gdb.fortran/completion.f90: New file.
919
5643c500
JM
9202020-11-12 Joseph Myers <joseph@codesourcery.com>
921
922 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
923 but $arg does not.
924
7bea47f0
AB
9252020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * gdb.fortran/types.exp: Add more tests.
928
1f2624a3
TT
9292020-11-12 Tom Tromey <tom@tromey.com>
930
931 PR rust/26799:
932 * gdb.rust/traits.exp: Remove kfails.
933
9e74f0ae
GB
9342020-11-12 Gary Benson <gbenson@redhat.com>
935
936 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
937 statement.
938
acb994fa
SM
9392020-11-11 Simon Marchi <simon.marchi@efficios.com>
940
941 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
942 always-inserted" axis.
943 (do_test): Add breakpoint_always_inserted parameter.
944
95016fd2
TT
9452020-11-10 Tom Tromey <tromey@adacore.com>
946
947 * gdb.ada/bias.exp: Update.
948 * gdb.ada/bias/bias.adb (X): Change value.
949
83100a74
GB
9502020-11-10 Gary Benson <gbenson@redhat.com>
951
952 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
953 regexp fragment in parentheses to prevent false matching.
954
6ff174a7
GB
9552020-11-10 Gary Benson <gbenson@redhat.com>
956
957 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
958
eb24648c
GB
9592020-11-10 Gary Benson <gbenson@redhat.com>
960
961 * gdb.cp/step-and-next-inline.exp: Only require
962 -gstatement-frontiers when building with GCC.
963 Only setup KFAIL's for GCC issues when using
964 a GCC-built executable.
965
86775fab
AB
9662020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
967
968 * gdb.base/debug-expr.c: Add extra function to allow for an
969 additional test.
970 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
971 to this proc with gdb_test_debug_expr. Add an extra test.
972 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
973 to this proc with gdb_test_debug_expr, give the tests names
974 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
975 calls to this proc with gdb_test_debug_expr, give the tests names
976 * gdb.fortran/debug-expr.exp: New file.
977 * gdb.fortran/debug-expr.f90: New file.
978 * lib/gdb.exp (gdb_test_debug_expr): New proc.
979
a1945bd4
SM
9802020-11-06 Simon Marchi <simon.marchi@efficios.com>
981
982 * lib/dwarf.exp (ranges): Handle "base" and "range" as
983 proceduresu.
984 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
985 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
986 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
987 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
988 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
989 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
990 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
991 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
992
9c91c725
TT
9932020-11-04 Tom Tromey <tromey@adacore.com>
994
995 * gdb.ada/funcall_ref.exp: Update.
996 * gdb.ada/var_rec_arr.exp: Update.
997
8d9fd3a1
TT
9982020-11-04 Tom Tromey <tromey@adacore.com>
999
1000 * gdb.ada/rec_ptype.exp: New file.
1001 * gdb.ada/rec_ptype/main.adb: New file.
1002 * gdb.ada/rec_ptype/p.ads: New file.
1003
d8f62e84
TT
10042020-11-04 Tom Tromey <tromey@adacore.com>
1005
1006 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1007 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1008 (PT_Full): New variable.
1009 * gdb.ada/tick_length_array_enum_idx/pck.adb
1010 (Full_PT): New type.
1011
7ff5b937
TT
10122020-11-04 Tom Tromey <tromey@adacore.com>
1013
1014 * gdb.ada/array_of_variant.exp: New file.
1015 * gdb.ada/array_of_variant/p.adb: New file.
1016 * gdb.ada/array_of_variant/pck.ads: New file.
1017 * gdb.ada/array_of_variant/pck.adb: New file.
1018
10f6a3ad
TT
10192020-11-04 Tom Tromey <tromey@adacore.com>
1020
1021 * gdb.ada/enum_idx_packed.exp: Add test.
1022 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1023 New variable.
1024 * gdb.ada/enum_idx_packed/pck.ads (Short)
1025 (Multi_Dimension, Multi_Dimension_Access): New types.
1026
b72795a8
TT
10272020-11-04 Tom Tromey <tromey@adacore.com>
1028
1029 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1030
24aa1b02
TT
10312020-11-04 Tom Tromey <tromey@adacore.com>
1032
1033 * gdb.ada/set_pckd_arr_elt.exp: Also test
1034 -fgnat-encodings=minimal. Add tests.
1035 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1036 Call Update_Small a second time.
1037 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1038 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1039 (Variant_Access): New types.
1040 (New_Variant): Declare.
1041
c9a28cbe
TT
10422020-11-04 Tom Tromey <tromey@adacore.com>
1043
1044 * gdb.ada/mod_from_name.exp: Test printing slice.
1045
57567375
TT
10462020-11-04 Tom Tromey <tromey@adacore.com>
1047
1048 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1049 values.
1050 * gdb.ada/access_to_unbounded_array.exp: Test different
1051 -fgnat-encodings values.
1052 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1053 values.
1054 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1055 values.
1056 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1057 values.
1058 * gdb.ada/array_of_variable_length.exp: Test different
1059 -fgnat-encodings values.
1060 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1061 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1062 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1063 change.
1064 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1065 values.
1066 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1067 * gdb.ada/out_of_line_in_inlined.exp: Test different
1068 -fgnat-encodings values.
1069 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1070 values.
1071 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1072 values.
1073 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1074 -fgnat-encodings values.
1075 * gdb.ada/variant_record_packed_array.exp: Test different
1076 -fgnat-encodings values.
1077
a7400e44
TT
10782020-11-04 Tom Tromey <tromey@adacore.com>
1079
1080 * gdb.ada/enum_idx_packed.exp: Add tests.
1081 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1082 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1083 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1084 declarations.
1085
c40907bf
TV
10862020-11-03 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1089 terminator comments.
1090 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1091 terminator.
1092
f468977a
SM
10932020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1094
1095 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1096 integer format test with regexp.
1097
1c2bec19
GB
10982020-11-02 Gary Benson <gbenson@redhat.com>
1099
1100 * gdb.base/print-file-var.exp (test): Separate compiler and
1101 linker options, and build using build_executable_from_specs
1102 to accommodate this.
1103
6539a36d
GB
11042020-11-02 Gary Benson <gbenson@redhat.com>
1105
1106 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1107 for .c files compiled as C++ with Clang if any shared
1108 libraries are specified.
1109
7ea44a51
GB
11102020-11-02 Gary Benson <gbenson@redhat.com>
1111
1112 * lib/attributes.h: New header.
1113 * gdb.base/backtrace.c: Include the above. Replace
1114 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1115 * gdb.base/infcall-nested-structs.c: Likewise.
1116 * gdb.base/vla-optimized-out.c: Likewise.
1117
ab8f783d
TV
11182020-11-02 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1121
d77c9224
JB
11222020-11-01 Joel Brobecker <brobecker@adacore.com>
1123
1124 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1125 System.Min_Int and System.Max_Int with smaller hardcoded
1126 constants.
1127
0e5b0dd0
SM
11282020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1129
1130 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1131 * configure: Re-generate.
1132
136821d9
SM
11332020-10-30 Simon Marchi <simon.marchi@efficios.com>
1134
1135 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1136 expected output.
1137
b78b3a29
TBA
11382020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1139
1140 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1141 behavior.
1142 * gdb.base/paginate-bg-execution.exp: Ditto.
1143 * gdb.base/paginate-inferior-exit.exp: Ditto.
1144 * gdb.base/double-prompt-target-event-error.c: Remove.
1145 * gdb.base/double-prompt-target-event-error.exp: Remove.
1146
cfaa8f76
TBA
11472020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1148
1149 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1150 inferiors' and 'detach inferiors' do not change the current
1151 inferior.
1152
0ad0e70c
TV
11532020-10-29 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.threads/tls.exp: Fix DUPLICATEs.
1156
99cc6b2a
TV
11572020-10-28 Tom de Vries <tdevries@suse.de>
1158
1159 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1160
efe9b873
TV
11612020-10-28 Tom de Vries <tdevries@suse.de>
1162
1163 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1164 * gdb.base/reread.exp: Same.
1165
6b68fd45
TV
11662020-10-28 Tom de Vries <tdevries@suse.de>
1167
1168 * lib/gdb.exp (readnow): Handle arg.
1169 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1170
32a5f98a
TV
11712020-10-28 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.base/relocate.exp: Update regexp for -readnow.
1174
f93b8760
TV
11752020-10-28 Tom de Vries <tdevries@suse.de>
1176
1177 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1178 -readnow.
1179
1b00ef06
TV
11802020-10-28 Tom de Vries <tdevries@suse.de>
1181
1182 PR symtab/26772
1183 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1184 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1185
364bb903
TV
11862020-10-28 Tom de Vries <tdevries@suse.de>
1187
1188 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1189 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1190 complaint during file command for -readnow.
1191
445a033f
TV
11922020-10-28 Tom de Vries <tdevries@suse.de>
1193
1194 * gdb.cp/nsalias.exp: Fix typo in test name.
1195
fdd67a42
TV
11962020-10-28 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1199
706baf4c
TV
12002020-10-28 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1203 -readnow.
1204
b448cca5
TV
12052020-10-27 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1208
5868da03
TV
12092020-10-27 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.base/maint.exp: Update for -readnow.
1212
06db6ec3
TV
12132020-10-27 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1216 -readnow.
1217
934a1764
GB
12182020-10-14 Gary Benson <gbenson@redhat.com>
1219
1220 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1221 "_vptr$Base" as correct, in addition to "_vptr.Base".
1222 (test_mixed): Likewise.
1223
0bf21fbd
GB
12242020-10-27 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1227 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1228
b1d4d8d1
TBA
12292020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1230
1231 * gdb.base/condbreak.exp: Update the completion tests to
1232 consider the '-force' flag.
1233
bd24c5d6
TV
12342020-10-27 Tom de Vries <tdevries@suse.de>
1235
1236 * gdb.base/list-ambiguous-readnow.exp: New file.
1237
733d554a
TBA
12382020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1239
1240 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1241 the condition.
1242 * gdb.linespec/cpcompletion.exp: Update to consider the
1243 '-force-condition' keyword.
1244 * gdb.linespec/explicit.exp: Ditto.
1245 * lib/completion-support.exp: Ditto.
1246
b5fa468f
TBA
12472020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1248
1249 * gdb.base/condbreak-multi-context.cc: New file.
1250 * gdb.base/condbreak-multi-context.exp: New file.
1251
b3247276
TT
12522020-10-26 Tom Tromey <tom@tromey.com>
1253
1254 * lib/mi-support.exp (default_mi_gdb_start): Call
1255 gdb_stdin_log_init.
1256 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1257 subtract one from gdb_instances.
1258 (gdb_stdin_log_write): Flush in_file.
1259
1c47ec3e
TV
12602020-10-26 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1263
6390859c
TT
12642020-10-26 Tom Tromey <tromey@adacore.com>
1265
1266 * gdb.ada/unsigned_range/foo.adb: New file.
1267 * gdb.ada/unsigned_range/pack.adb: New file.
1268 * gdb.ada/unsigned_range/pack.ads: New file.
1269 * gdb.ada/unsigned_range.exp: New file.
1270
55c3ad88
TV
12712020-10-26 Tom de Vries <tdevries@suse.de>
1272
1273 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1274
1612c4bb
TV
12752020-10-26 Tom de Vries <tdevries@suse.de>
1276
1277 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1278 for CU.
1279 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1280
7d72802b
TV
12812020-10-23 Tom de Vries <tdevries@suse.de>
1282
1283 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1284 DW_FORM_string.
1285 (Dwarf::_default_form): New proc.
1286 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1287 guessed.
1288
9476b583
TV
12892020-10-23 Tom de Vries <tdevries@suse.de>
1290
1291 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1292 * gdb.dwarf2/atomic-type.exp: Same.
1293 * gdb.dwarf2/bad-regnum.exp: Same.
1294 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1295 * gdb.dwarf2/dw2-align.exp: Same.
1296 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1297 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1298 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1299 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1300 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1301 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1302 * gdb.dwarf2/enum-type.exp: Same.
1303 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1304 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1305 * gdb.dwarf2/main-subprogram.exp: Same.
1306 * gdb.dwarf2/missing-type-name.exp: Same.
1307 * gdb.dwarf2/nonvar-access.exp: Same.
1308 * gdb.dwarf2/typedef-void-finish.exp: Same.
1309 * gdb.dwarf2/var-access.exp: Same.
1310 * gdb.dwarf2/void-type.exp: Same.
1311
4a636814
SM
13122020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1313
1314 PR gdb/26693
1315 * gdb.dwarf2/template-specification-full-name.exp: New test.
1316
557fc257
LM
13172020-10-22 Luis Machado <luis.machado@linaro.org>
1318
1319 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1320 expected an offset from the function.
1321 * gdb.base/msym-bp.exp (test): Likewise.
1322
6b4c676c
AB
13232020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1324
1325 * gdb.fortran/array-slices.exp: Add a new test.
1326
98cec4f6
GB
13272020-10-21 Gary Benson <gbenson@redhat.com>
1328
1329 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1330 fullname test with Clang. Also expand comments generally.
1331
ae86f581
TV
13322020-10-20 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1335
8c161360
TV
13362020-10-20 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.dwarf2/arr-stride.c: Remove.
1339 * gdb.dwarf2/arr-stride.exp: Use main.c.
1340 * gdb.dwarf2/arr-subrange.c: Remove.
1341 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1342 * gdb.dwarf2/bad-regnum.c: Remove.
1343 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1344 * gdb.dwarf2/corrupt.c: Remove.
1345 * gdb.dwarf2/corrupt.exp: Use main.c.
1346 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1347 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1348 * gdb.dwarf2/dw2-icycle.c: Remove.
1349 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1350 * gdb.dwarf2/formdata16.c: Remove.
1351 * gdb.dwarf2/formdata16.exp: Use main.c.
1352 * gdb.dwarf2/implptrconst.c: Remove.
1353 * gdb.dwarf2/implptrconst.exp: Use main.c.
1354 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1355 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1356 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1357 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1358
9c2412ec
TV
13592020-10-20 Tom de Vries <tdevries@suse.de>
1360
1361 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1362 file.
1363 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1364
0cd2ad78
TV
13652020-10-20 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1368 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1369 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1370 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1371 * gdb.dwarf2/dw2-ranges.exp: Same.
1372 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1373 * gdb.dwarf2/var-access.exp: Same.
1374
22cc388e
TT
13752020-10-19 Tom Tromey <tromey@adacore.com>
1376
1377 PR tui/26719
1378 * gdb.tui/list.exp: Check source window contents after focus
1379 change.
1380
520596f2
TV
13812020-10-17 Tom de Vries <tdevries@suse.de>
1382
1383 PR symtab/26317
1384 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1385
d1c8a76d
TV
13862020-10-17 Tom de Vries <tdevries@suse.de>
1387
1388 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1389 as suffix.
1390 * gdb.dwarf2/atomic.c: Rename to ...
1391 * gdb.dwarf2/atomic-type.c: ... this.
1392 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1393 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1394 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1395 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1396 * gdb.dwarf2/fission-mix2.c: Rename to ...
1397 * gdb.dwarf2/fission-mix-2.c: ... this.
1398 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1399 standard_testfile.
1400 * gdb.dwarf2/ada-valprint-error.exp: Same.
1401 * gdb.dwarf2/arr-stride.exp: Same.
1402 * gdb.dwarf2/arr-subrange.exp: Same.
1403 * gdb.dwarf2/atomic-type.exp: Same.
1404 * gdb.dwarf2/bad-regnum.exp: Same.
1405 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1406 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1407 * gdb.dwarf2/clang-debug-names.exp: Same.
1408 * gdb.dwarf2/comp-unit-lang.exp: Same.
1409 * gdb.dwarf2/corrupt.exp: Same.
1410 * gdb.dwarf2/count.exp: Same.
1411 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1412 * gdb.dwarf2/data-loc.exp: Same.
1413 * gdb.dwarf2/dw2-align.exp: Same.
1414 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1415 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1416 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1417 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1418 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1419 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1420 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1421 * gdb.dwarf2/dw2-inline-param.exp: Same.
1422 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1423 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1424 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1425 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1426 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1427 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1428 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1429 * gdb.dwarf2/dw2-param-error.exp: Same.
1430 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1431 * gdb.dwarf2/dw2-ranges.exp: Same.
1432 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1433 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1434 * gdb.dwarf2/dw4-sig-types.exp: Same.
1435 * gdb.dwarf2/dynarr-ptr.exp: Same.
1436 * gdb.dwarf2/enum-type.exp: Same.
1437 * gdb.dwarf2/fission-mix.exp: Same.
1438 * gdb.dwarf2/formdata16.exp: Same.
1439 * gdb.dwarf2/implptrconst.exp: Same.
1440 * gdb.dwarf2/implptrpiece.exp: Same.
1441 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1442 * gdb.dwarf2/main-subprogram.exp: Same.
1443 * gdb.dwarf2/method-ptr.exp: Same.
1444 * gdb.dwarf2/missing-sig-type.exp: Same.
1445 * gdb.dwarf2/nonvar-access.exp: Same.
1446 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1447 * gdb.dwarf2/shortpiece.exp: Same.
1448 * gdb.dwarf2/staticvirtual.exp: Same.
1449 * gdb.dwarf2/subrange.exp: Same.
1450 * gdb.dwarf2/symtab-producer.exp: Same.
1451 * gdb.dwarf2/typedef-void-finish.exp: Same.
1452 * gdb.dwarf2/var-access.exp: Same.
1453 * gdb.dwarf2/variant.exp: Same.
1454 * gdb.dwarf2/void-type.exp: Same.
1455 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1456 dw2-ranges-main.c.
1457 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1458
472d09c1
TV
14592020-10-16 Tom de Vries <tdevries@suse.de>
1460
1461 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1462
afe75f6d
TV
14632020-10-16 Tom de Vries <tdevries@suse.de>
1464
1465 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1466
8c8bd0ba
TV
14672020-10-14 Tom de Vries <tdevries@suse.de>
1468
1469 PR testsuite/26732
1470 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1471 scenario 2.
1472 * gdb.ada/mi_catch_ex_hand.exp: Same.
1473
b75d55d4
PA
14742020-10-13 Pedro Alves <pedro@palves.net>
1475
1476 * lib/mi-support.exp (mi_clean_restart): New.
1477 (mi_run_to_main): Delete.
1478 All callers adjust to use mi_clean_restart / mi_runto_main.
1479
e777225b
PA
14802020-10-13 Pedro Alves <pedro@palves.net>
1481
1482 * config/monitor.exp: Use "list -q".
1483 * gdb.arch/gdb1558.exp: Use "break -q".
1484 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1485 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1486 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1487 * gdb.base/commands.exp: Use "break -q".
1488 * gdb.base/condbreak.exp: Use "break -q".
1489 * gdb.base/ctf-ptype.exp: Use "list -q".
1490 * gdb.base/define.exp: Use "break -q".
1491 * gdb.base/del.exp: Use "break -q".
1492 * gdb.base/fullname.exp: Use "break -q".
1493 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1494 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1495 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1496 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1497 "hbreak -q".
1498 * gdb.base/included.exp: Use "list -q".
1499 * gdb.base/label.exp: Use "break -q".
1500 * gdb.base/lineinc.exp: Use "break -q".
1501 * gdb.base/list.exp: Use "list -q".
1502 * gdb.base/macscp.exp: Use "list -q".
1503 * gdb.base/pending.exp: Use "break -q".
1504 * gdb.base/prologue-include.exp: Use "break -q".
1505 * gdb.base/ptype.exp: Use "list -q".
1506 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1507 * gdb.base/server-del-break.exp: Use "break -q".
1508 * gdb.base/style.exp: Use "break -q".
1509 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1510 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1511 * gdb.cp/exception.exp: Use "tbreak -q".
1512 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1513 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1514 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1515 * gdb.dwarf2/pr13961.exp: Use "break -q".
1516 * gdb.linespec/explicit.exp: Use "list -q".
1517 * gdb.linespec/linespec.exp: Use "break -q".
1518 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1519 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1520 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1521 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1522 * gdb.trace/change-loc.exp: Use "break -q".
1523 * gdb.trace/pending.exp: Use "break -q".
1524 * gdb.tui/basic.exp: Use "list -q".
1525 * gdb.tui/list-before.exp: Use "list -q".
1526 * gdb.tui/list.exp: Use "list -q".
1527 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1528
8abd8ee8
PA
15292020-10-13 Pedro Alves <pedro@palves.net>
1530
1531 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1532 saved breakpoints file.
1533 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1534 inspecting breakpoint list.
1535 * lib/gdb.exp (runto_main): Add "qualified" to options.
1536 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1537 and handle it.
1538 (mi_runto_main): Pass 1 as qualified argument.
1539
f71e6719
PA
15402020-10-13 Pedro Alves <pedro@palves.net>
1541
1542 * lib/mi-support.exp (mi_runto_main): New proc.
1543 (mi_run_to_main): Use it.
1544 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1545 * gdb.mi/mi-var-cmd.exp: Likewise.
1546 * gdb.mi/mi-var-invalidate.exp: Likewise.
1547 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1548 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1549 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1550 * gdb.mi/user-selected-context-sync.exp: Likewise.
1551 * gdb.opt/inline-cmds.exp: Likewise.
1552 * gdb.python/py-framefilter-mi.exp: Likewise.
1553 * gdb.python/py-mi.exp: Likewise.
1554
50441f0f
PA
15552020-10-13 Pedro Alves <pedro@palves.net>
1556
1557 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1558 "runto main".
1559 * gdb.ada/small_reg_param.exp: Likewise.
1560 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1561 * gdb.base/annota1.exp: Likewise.
1562 * gdb.base/anon.exp: Likewise.
1563 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1564 * gdb.base/dprintf-non-stop.exp: Likewise.
1565 * gdb.base/dprintf.exp: Likewise.
1566 * gdb.base/gdb11530.exp: Likewise.
1567 * gdb.base/gdb11531.exp: Likewise.
1568 * gdb.base/gnu_vector.exp: Likewise.
1569 * gdb.base/interrupt-noterm.exp: Likewise.
1570 * gdb.base/memattr.exp: Likewise.
1571 * gdb.base/step-over-syscall.exp: Likewise.
1572 * gdb.base/watch-cond-infcall.exp: Likewise.
1573 * gdb.base/watch-read.exp: Likewise.
1574 * gdb.base/watch-vfork.exp: Likewise.
1575 * gdb.base/watch_thread_num.exp: Likewise.
1576 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1577 * gdb.guile/scm-frame-inline.exp: Likewise.
1578 * gdb.linespec/explicit.exp: Likewise.
1579 * gdb.opt/inline-break.exp: Likewise.
1580 * gdb.python/py-frame-inline.exp: Likewise.
1581 * gdb.reverse/break-precsave.exp: Likewise.
1582 * gdb.reverse/break-reverse.exp: Likewise.
1583 * gdb.reverse/consecutive-precsave.exp: Likewise.
1584 * gdb.reverse/consecutive-reverse.exp: Likewise.
1585 * gdb.reverse/finish-precsave.exp: Likewise.
1586 * gdb.reverse/finish-reverse.exp: Likewise.
1587 * gdb.reverse/fstatat-reverse.exp: Likewise.
1588 * gdb.reverse/getresuid-reverse.exp: Likewise.
1589 * gdb.reverse/i386-precsave.exp: Likewise.
1590 * gdb.reverse/i386-reverse.exp: Likewise.
1591 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1592 * gdb.reverse/i387-env-reverse.exp: Likewise.
1593 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1594 * gdb.reverse/insn-reverse.exp: Likewise.
1595 * gdb.reverse/machinestate-precsave.exp: Likewise.
1596 * gdb.reverse/machinestate.exp: Likewise.
1597 * gdb.reverse/pipe-reverse.exp: Likewise.
1598 * gdb.reverse/readv-reverse.exp: Likewise.
1599 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1600 * gdb.reverse/rerun-prec.exp: Likewise.
1601 * gdb.reverse/s390-mvcle.exp: Likewise.
1602 * gdb.reverse/solib-precsave.exp: Likewise.
1603 * gdb.reverse/solib-reverse.exp: Likewise.
1604 * gdb.reverse/step-precsave.exp: Likewise.
1605 * gdb.reverse/step-reverse.exp: Likewise.
1606 * gdb.reverse/time-reverse.exp: Likewise.
1607 * gdb.reverse/until-precsave.exp: Likewise.
1608 * gdb.reverse/until-reverse.exp: Likewise.
1609 * gdb.reverse/waitpid-reverse.exp: Likewise.
1610 * gdb.reverse/watch-precsave.exp: Likewise.
1611 * gdb.reverse/watch-reverse.exp: Likewise.
1612 * gdb.threads/kill.exp: Likewise.
1613 * gdb.threads/tid-reuse.exp: Likewise.
1614
d3a07122
SM
16152020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1616
1617 PR gdb/26642
1618 * gdb.base/maint-target-async-off.c: New test.
1619 * gdb.base/maint-target-async-off.exp: New test.
1620
c65c6c42
AM
16212020-10-13 Alan Modra <amodra@gmail.com>
1622
1623 * gdb.arch/powerpc-altivec.s,
1624 * gdb.arch/powerpc-power7.s,
1625 * gdb.arch/powerpc-power8.s,
1626 * gdb.arch/powerpc-power9.s,
1627 * gdb.arch/powerpc-vsx.s,
1628 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1629 * gdb.arch/powerpc-altivec.exp,
1630 * gdb.arch/powerpc-power7.exp,
1631 * gdb.arch/powerpc-power8.exp,
1632 * gdb.arch/powerpc-power9.exp,
1633 * gdb.arch/powerpc-vsx.exp,
1634 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1635 disassembly of mfvsrd/mtvsrd.
1636
f4a0f710
AM
16372020-10-13 Alan Modra <amodra@gmail.com>
1638
1639 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1640 "target architecture" output.
1641 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1642 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1643 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1644 * gdb.arch/s390-disassembler-options.exp: Likewise.
1645
87a37e5e
PA
16462020-10-12 Pedro Alves <pedro@palves.net>
1647
1648 PR exp/26602
1649 PR c++/26550
1650 * gdb.cp/ambiguous.cc (marker1): Delete.
1651 (main): Initialize all the fields of the locals. Replace marker1
1652 call with a "set breakpoint here" marker.
1653 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1654 instead of running to marker1. Add tests printing all the
1655 variables and all the fields of the variables.
1656 (test_ambiguous): New proc, expecting the new GDB output when a
1657 field access is ambiguous. Change all "warning: X ambiguous"
1658 tests to use it.
1659
71e1b6b0
GB
16602020-10-12 Gary Benson <gbenson@redhat.com>
1661
1662 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1663 * gdb.base/msym-bp-2.c (foo): Likewise.
1664 * gdb.base/msym-lang.c (foo): Likewise.
1665 * gdb.base/msym-lang-main.c (foo): Likewise.
1666 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1667 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1668 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1669 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1670 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1671 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1672 * gdb.python/py-objfile.c (static_var): Likewise.
1673 * gdb.python/py-symbol.c (rr): Likewise.
1674 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1675 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1676
9370fd51
AB
16772020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1678
1679 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1680 output of backtrace.
1681
7c184d33
TT
16822020-10-09 Tom Tromey <tromey@adacore.com>
1683
1684 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1685 (Rec): Add field. Fix range.
1686 * gdb.ada/scalar_storage.exp: Update.
1687
3d87245c
HD
16882020-10-09 Hannes Domani <ssbssa@yahoo.de>
1689
1690 PR exp/26714
1691 * gdb.base/printcmds.exp: Add tests for void results.
1692
f5c4b229
JV
16932020-10-09 Jan Vrany <jan.vrany@labware.com>
1694
1695 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1696 is emmited for both 'set directories' and 'directory' commands.
1697
b2701685
TT
16982020-10-08 Tom Tromey <tom@tromey.com>
1699
1700 * gdb.base/style.exp: Check that "main"'s name is styled.
1701
e86efb33
TT
17022020-10-07 Tom Tromey <tromey@adacore.com>
1703
1704 * gdb.base/find.exp: Rename some tests.
1705
30897591
GB
17062020-10-06 Gary Benson <gbenson@redhat.com>
1707
1708 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1709 * gdb.base/list1.c (unused): Likewise.
1710
ced4a4c1
GB
17112020-10-06 Gary Benson <gbenson@redhat.com>
1712
1713 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1714 __attribute__ ((used)).
1715 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1716
ed3bdac4
AB
17172020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1718
1719 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1720 make use of regions throughout.
1721 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1722 not {...}.
1723 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1724
cd096ec8
HD
17252020-10-05 Hannes Domani <ssbssa@yahoo.de>
1726
1727 * gdb.base/call-sc.c: Fix return struct on stack test case.
1728 * gdb.base/call-sc.exp: Likewise.
1729
3ee6f75d
GB
17302020-10-02 Gary Benson <gbenson@redhat.com>
1731
1732 * README: Fix "paralell".
1733
f65825ec
GB
17342020-09-30 Gary Benson <gbenson@redhat.com>
1735
1736 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1737 Convert directive to lowercase.
1738 (.Labbrev1_begin): Add missing label.
1739 (abbrev code 0x1): Remove DW_AT_stmt_list.
1740 (.Ldie_b): Likewise.
1741
5f278258
TT
17422020-09-27 Tom Tromey <tom@tromey.com>
1743
1744 * gdb.tui/new-layout.exp: Use with_test_prefix.
1745
8f9929bb
GR
17462020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1747
1748 PR python/26586
1749 * gdb.python/python.exp: add test cases for the from_tty
1750 argument to gdb.execute.
1751
c20c017b
GB
17522020-09-25 Gary Benson <gbenson@redhat.com>
1753
1754 * gdb.base/infcall-nested-structs.exp.tcl: Add
1755 additional_flags=-Wno-tautological-compare for C++
1756 tests when compiling using Clang.
1757
68d654af
GB
17582020-09-25 Gary Benson <gbenson@redhat.com>
1759
1760 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1761 for .c files.
1762
b551a89f
TT
17632020-09-24 Tom Tromey <tromey@adacore.com>
1764
1765 PR tui/26638:
1766 * gdb.tui/list.exp: Check output of "focus next".
1767
20a5fcbd
TT
17682020-09-23 Tom Tromey <tom@tromey.com>
1769
1770 * gdb.dwarf2/intbits.exp: New file.
1771 * gdb.dwarf2/intbits.c: New file.
1772
b167e53f
PA
17732020-09-20 Pedro Alves <pedro@palves.net>
1774
1775 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1776 spawn_id before calling remote_close. Close secondary MI channel.
1777
dbc49e9f
PA
17782020-09-20 Pedro Alves <pedro@palves.net>
1779
1780 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1781 fails.
1782
c8d5abea
AB
17832020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * gdb.fortran/array-slices.exp: Update expected results.
1786 * gdb.fortran/class-allocatable-array.exp: Likewise.
1787 * gdb.fortran/multi-dim.exp: Likewise.
1788 * gdb.fortran/vla-type.exp: Likewise.
1789 * gdb.mi/mi-vla-fortran.exp: Likewise.
1790
14f9473c
VC
17912020-09-18 Victor Collod <vcollod@nvidia.com>
1792
1793 PR gdb/26635
1794 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1795 compatible with i386, and move it to...
1796 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1797 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1798 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1799
e8ef12b9
PA
18002020-09-18 Pedro Alves <pedro@palves.net>
1801
1802 PR gdb/26631
1803 * gdb.multi/multi-target-thread-find.exp: New file.
1804
e11daf7a
PA
18052020-09-18 Pedro Alves <pedro@palves.net>
1806
1807 * gdb.multi/multi-target-continue.exp: New file, factored out from
1808 multi-target.exp.
1809 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1810 multi-target.exp.
1811 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1812 multi-target.exp.
1813 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1814 multi-target.exp.
1815 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1816 multi-target.exp.
1817 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1818 multi-target.exp.
1819 * gdb.multi/multi-target.exp: Delete.
1820
d0edc2b8
AB
18212020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * gdb.fortran/array-slices.exp: Add missing message data.
1824
7474326c
PA
18252020-09-17 Pedro Alves <pedro@palves.net>
1826
1827 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1828
dd23068d
PA
18292020-09-17 Pedro Alves <pedro@palves.net>
1830
1831 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1832 full prototype.
1833
0640a543
PA
18342020-09-17 Pedro Alves <pedro@palves.net>
1835
1836 * gdb.python/py-as-string.c: Add cast.
1837
ef0cdbc1
PA
18382020-09-17 Pedro Alves <pedro@palves.net>
1839
1840 * gdb.base/sizeof.c (fill): Add cast.
1841
3a5eeb8b
PA
18422020-09-17 Pedro Alves <pedro@palves.net>
1843
1844 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1845
a8129512
PA
18462020-09-17 Pedro Alves <pedro@palves.net>
1847
1848 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1849 linkage name.
1850 * gdb.base/prologue.exp: Use print /d.
1851 * gdb.base/symbol-alias.exp: Handle C++ output.
1852 * gdb.base/symbol-alias2.c: Handle C++ output.
1853 [__cplusplus] (func): Explicitly specify linkage name.
1854
a83cdcb6
PA
18552020-09-17 Pedro Alves <pedro@palves.net>
1856
1857 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1858 (struct my_key_t): ... this. Adjust all references.
1859 (struct value_t): Rename to ...
1860 (struct my_value_t): ... this. Adjust all references.
1861 (create_map, add_map_element, create_map_map)
1862 (add_map_map_element): Add casts.
1863
d4bcee5c
PA
18642020-09-17 Pedro Alves <pedro@palves.net>
1865
1866 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1867 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1868
81f90489
PA
18692020-09-17 Pedro Alves <pedro@palves.net>
1870
1871 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1872
0a229804
PA
18732020-09-17 Pedro Alves <pedro@palves.net>
1874
1875 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1876 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1877 (charfoo, intfoo): Define full prototype.
1878 * gdb.base/ptype1.c (charfoo): Define full prototype.
1879 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1880 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1881
c3e5138d
PA
18822020-09-17 Pedro Alves <pedro@palves.net>
1883
1884 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1885 Don't define.
1886 (utf_32_string): Compile for both C and C++.
1887 * gdb.base/charset.exp: Use "print /d".
1888
151fdbad
PA
18892020-09-17 Pedro Alves <pedro@palves.net>
1890
1891 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
1892 (nullptr): Rename to ...
1893 (null_ptr): ... this.
1894 * gdb.base/watchpoint.exp: Adjust to rename.
1895
18a25b64
PA
18962020-09-17 Pedro Alves <pedro@palves.net>
1897
1898 * gdb.base/printcmds.c (three, flag_enum_without_zero)
1899 (three_not_flag): Add casts.
1900
11fac337
PA
19012020-09-17 Pedro Alves <pedro@palves.net>
1902
1903 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
1904 char array.
1905 (main): Add references to Barrier, TestStrings, TestStringsH and
1906 TestStringsW.
1907 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
1908 and expect a full prototype in C++.
1909
52626c58
PA
19102020-09-17 Pedro Alves <pedro@palves.net>
1911
1912 * gdb.base/nested-addr.c (main): Add cast.
1913 * gdb.base/nested-addr.exp: Use "print /d".
1914
52bb0902
PA
19152020-09-17 Pedro Alves <pedro@palves.net>
1916
1917 * gdb.base/break.exp (func): New. Use it throughout when
1918 expecting a function name.
1919
73e18ac9
PA
19202020-09-17 Pedro Alves <pedro@palves.net>
1921
1922 * gdb.base/display.exp: Issue "set print asm-demangle on".
1923
c8b18808
PA
19242020-09-17 Pedro Alves <pedro@palves.net>
1925
1926 * gdb.base/find.c: Include <string.h>.
1927 (init_bufs): Add cast.
1928 * gdb.base/find.exp: Issue "set print asm-demangle on".
1929
fe830662
TT
19302020-09-16 Tom Tromey <tromey@adacore.com>
1931
1932 PR gdb/26598:
1933 * gdb.base/skipcxx.exp: New file.
1934 * gdb.base/skipcxx.cc: New file.
1935
945ff6e2
TV
19362020-09-16 Tom de Vries <tdevries@suse.de>
1937
1938 PR testsuite/26617
1939 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
1940 WITH_DEBUG_SECTIONS is defined.
1941 (xstr, str): New macro.
1942 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
1943 to get start and size of _Dmain.
1944 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
1945 using additional_flags.
1946
da1df1db
TBA
19472020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1948
1949 * gdb.base/bp-cmds-sourced-script.c: New file.
1950 * gdb.base/bp-cmds-sourced-script.exp: New test.
1951 * gdb.base/bp-cmds-sourced-script.gdb: New file.
1952
337882d4
TV
19532020-09-16 Tom de Vries <tdevries@suse.de>
1954
1955 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
1956 get the gdb prompt after issuing "monitor exit".
1957
7361f908
TV
19582020-09-16 Tom de Vries <tdevries@suse.de>
1959
1960 PR testsuite/26624
1961 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
1962
4d91ddd3
TV
19632020-09-16 Tom de Vries <tdevries@suse.de>
1964
1965 PR testsuite/26618
1966 * gdb.tui/new-layout.exp: Escape unbalanced braces.
1967
08cc37dd
TT
19682020-09-15 Tom Tromey <tromey@adacore.com>
1969
1970 PR rust/26197:
1971 * lib/rust-support.exp (rust_llvm_version): New proc.
1972 * gdb.rust/simple.exp: Check rust_llvm_version.
1973
ee6372f2
TV
19742020-09-14 Tom de Vries <tdevries@suse.de>
1975
1976 * gdb.rust/traits.exp: Fix PATH warning.
1977
dc3a371e
PA
19782020-09-13 Pedro Alves <pedro@palves.net>
1979
1980 * gdb.base/catch-follow-exec.c (main): Add explicit return
1981 statement.
1982 * gdb.base/catch-signal.c (main): Likewise.
1983 * gdb.base/condbreak-call-false.c (main): Likewise.
1984 * gdb.base/consecutive.c (main): Add explicit return
1985 statement and return type.
1986 * gdb.base/cursal.c (main): Add explicit return statement.
1987 * gdb.base/cvexpr.c (main): Likewise.
1988 * gdb.base/display.c (main): Add explicit return statement and
1989 return type.
1990 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
1991 * gdb.base/endianity.c (main): Likewise.
1992 * gdb.base/execd-prog.c (main): Likewise.
1993 * gdb.base/gdb1090.c (main): Likewise.
1994 * gdb.base/info_qt.c (main): Likewise.
1995 * gdb.base/lineinc.c (main): Likewise.
1996 * gdb.base/load-command.c (main): Likewise.
1997 * gdb.base/macscp1.c (main): Likewise.
1998 * gdb.base/pr10179-a.c (main): Likewise.
1999 * gdb.base/quit-live.c (main): Likewise.
2000 * gdb.base/scope0.c (main): Likewise.
2001 * gdb.base/settings.c (main): Likewise.
2002 * gdb.base/stack-checking.c (main): Return int.
2003 * gdb.base/varargs.c (main): Add explicit return statement.
2004 * gdb.cp/ambiguous.cc (main): Likewise.
2005 * gdb.cp/anon-struct.cc (main): Likewise.
2006 * gdb.cp/anon-union.cc (main): Likewise.
2007 * gdb.cp/bool.cc (main): Likewise.
2008 * gdb.cp/bs15503.cc (main): Likewise.
2009 * gdb.cp/cplusfuncs.cc (main): Likewise.
2010 * gdb.cp/cttiadd.cc (main): Likewise.
2011 * gdb.cp/extern-c.cc (main): Likewise.
2012 * gdb.cp/filename.cc (main): Likewise.
2013 * gdb.cp/formatted-ref.cc (main): Likewise.
2014 * gdb.cp/mb-ctor.cc (main): Likewise.
2015 * gdb.cp/member-ptr.cc (main): Likewise.
2016 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2017 * gdb.cp/overload-const.cc (main): Likewise.
2018 * gdb.cp/paren-type.cc (main): Likewise.
2019 * gdb.cp/parse-lang.cc (main): Likewise.
2020 * gdb.cp/pr-1023.cc (main): Likewise.
2021 * gdb.cp/psmang1.cc (main): Likewise.
2022 * gdb.cp/readnow-language.cc (main): Likewise.
2023 * gdb.cp/ref-params.cc (main): Likewise.
2024 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2025 * gdb.cp/virtbase2.cc (main): Likewise.
2026 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2027 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2028 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2029 * gdb.mi/mi-console.c (main): Likewise.
2030 * gdb.mi/mi-read-memory.c (main): Likewise.
2031 * gdb.modula2/multidim.c (main): Likewise.
2032 * gdb.opt/inline-small-func.c (main): Likewise.
2033 * gdb.python/py-rbreak.c (main): Likewise.
2034 * gdb.stabs/exclfwd1.c (main): Likewise.
2035 * gdb.trace/qtro.c (main): Likewise.
2036
af26601c
PA
20372020-09-13 Pedro Alves <pedro@palves.net>
2038
2039 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2040 instead of getenv.
2041
2f4b83cd
PA
20422020-09-13 Pedro Alves <pedro@palves.net>
2043
2044 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2045 instead of spawning GDB with remote_spawn.
2046 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2047 gdb_spawn instead of spawning GDB with remote_spawn.
2048
c49da0e4
PA
20492020-09-13 Pedro Alves <pedro@palves.net>
2050
2051 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2052 file and add calls to first and second.
2053 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2054 add call to f.
2055
6791b117
PA
20562020-09-13 Pedro Alves <pedro@palves.net>
2057
2058 * gdb.mi/mi-break-qualified.cc: New file.
2059 * gdb.mi/mi-break-qualified.exp: New file.
2060 * lib/mi-support.exp (mi_create_breakpoint_multi)
2061 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2062 procedures.
2063 (mi_create_breakpoint_1): New, factored out from
2064 mi_create_breakpoint.
2065
3b8d4c5c
PA
20662020-09-13 Pedro Alves <pedro@palves.net>
2067
2068 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2069 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2070 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2071 (register_class): Delete.
2072 (main): Don't call register_class.
2073
d5f96005
PA
20742020-09-13 Pedro Alves <pedro@palves.net>
2075
2076 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2077 (do_tests): Remove "calling method for small class" test.
2078 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2079 (register_class): Delete.
2080 (main): Don't call register_class.
2081 * gdb.cp/call-method-register.exp: New file, based on bits removed
2082 from classes.exp.
2083 * gdb.cp/call-method-register.cc: New file, based on bits removed
2084 from classes.cc.
2085
77f2120b
PA
20862020-09-13 Pedro Alves <pedro@palves.net>
2087
2088 * gdb.base/msym-bp-2.c: New.
2089 * gdb.base/msym-bp-shl-lib.c: New file.
2090 * gdb.base/msym-bp-shl-main-2.c: New file.
2091 * gdb.base/msym-bp-shl-main.c: New file.
2092 * gdb.base/msym-bp-shl.exp: New file.
2093 * gdb.base/msym-bp.c: New file.
2094 * gdb.base/msym-bp.exp: New file.
2095
32aea73e
JB
20962020-09-13 Joel Brobecker <brobecker@adacore.com>
2097
2098 * gdb.base/default.exp: Change $_gdb_major to 11.
2099
2a67f09d
FW
21002020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2101 Felix Willgerodt <Felix.Willgerodt@intel.com>
2102
2103 * x86-avx512bf16.c: New file.
2104 * x86-avx512bf16.exp: Likewise.
2105 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2106
ad570dd7
TV
21072020-09-11 Tom de Vries <tdevries@suse.de>
2108
2109 PR exp/26602
2110 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2111
a56f7391
TBA
21122020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2113
2114 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2115
918619e5
AM
21162020-09-10 Alan Modra <amodra@gmail.com>
2117
2118 PR 26597
2119 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2120
cac1e71d
TV
21212020-09-08 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2124 after gdb_starti_cmd.
2125
c5cd900e
AKS
21262020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2127
2128 * lib/fortran.exp (fortran_complex8): New proc.
2129 (fortran_complex16): New proc.
2130 * gdb.fortran/complex.exp: Use routines from fortran.exp
2131 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2132 * gdb.fortran/vla-ptr-info.exp: Likewise.
2133
8f5c6526
TV
21342020-09-03 Tom de Vries <tdevries@suse.de>
2135
2136 PR breakpoint/26546
2137 * gdb.base/label-without-address.exp: Runto main first.
2138
02c6f3f1
TT
21392020-09-02 Tom Tromey <tromey@adacore.com>
2140
2141 * gdb.ada/mi_var_access.exp: Test children of access variable.
2142 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2143 * gdb.ada/mi_var_array.exp: Update.
2144
efe24f05
KB
21452020-08-31 Kevin Buettner <kevinb@redhat.com>
2146
2147 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2148 on docker w/ AUFS storage driver.
2149
973695d6
KB
21502020-08-31 Kevin Buettner <kevinb@redhat.com>
2151
2152 * gdb.base/corefile2.exp (renamed binfile): New tests.
2153
f3bd50f1
SM
21542020-08-31 Simon Marchi <simon.marchi@efficios.com>
2155
2156 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2157
22b9b4b0
SL
21582020-08-31 Simon Marchi <simon.marchi@efficios.com>
2159
2160 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2161 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2162
8efaf6b3
SM
21632020-08-31 Simon Marchi <simon.marchi@efficios.com>
2164
2165 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2166 output, printing a "not saved" value from history and printing a
2167 convenience variable created from a "not saved" value.
2168
e840f2e3
TV
21692020-08-31 Tom de Vries <tdevries@suse.de>
2170
2171 * gdb.base/eh_return.exp: Use nopie.
2172
8f57f343
PA
21732020-08-28 Pedro Alves <pedro@palves.net>
2174
2175 * gdb.base/advance-until-multiple-locations.exp
2176 (advance_overload, until_overload): Adjust to match the
2177 frame/function header instead of the source line text.
2178
626d2320
TV
21792020-08-28 Tom de Vries <tdevries@suse.de>
2180
2181 * gdb.base/label-without-address.c: New test.
2182 * gdb.base/label-without-address.exp: New file.
2183
df631783
PA
21842020-08-27 Pedro Alves <pedro@palves.net>
2185
2186 PR gdb/26523
2187 PR gdb/26524
2188 * gdb.base/advance-until-multiple-locations.cc: New.
2189 * gdb.base/advance-until-multiple-locations.exp: New.
2190
48b076bb
SM
21912020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2192
2193 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2194
c2015ce4
AB
21952020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2196
2197 * gdb.arch/amd64-byte.exp: Make test names unique, use
2198 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2199 * gdb.arch/amd64-dword.exp: Likewise.
2200 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2201 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2202 unique.
2203 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2204 * gdb.arch/amd64-word.exp: Make test names unique, use
2205 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2206 * gdb.arch/i386-byte.exp: Make test names unique, use
2207 gdb_breakpoint.
2208 * gdb.arch/i386-word.exp: Likewise.
2209
995d3a19
SV
22102020-08-25 Shahab Vahedi <shahab@synopsys.com>
2211
2212 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2213
8cac2b31
SM
22142020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2215
2216 PR gdb/26532
2217 * gdb.threads/stepi-random-signal.exp: Update pattern.
2218
2bc19622
SM
22192020-08-25 Simon Marchi <simon.marchi@efficios.com>
2220
2221 PR gdb/26532
2222 * gdb.base/ui-redirect.exp: Update pattern.
2223
b04aa1fc
GB
22242020-08-25 Gary Benson <gbenson@redhat.com>
2225
2226 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2227 when compiling with clang.
8571e9c8 2228 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2229
9f68b453
GB
22302020-08-25 Gary Benson <gbenson@redhat.com>
2231
2232 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2233 Add additional_flags=-Wno-inaccessible-base when compiling
2234 with GCC >= 10.1 or clang. Add additional_flags=-w when
2235 compiling with GCC < 10.
2236
3945d2d7
GM
22372020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2238
2239 PR m2/26372
fc5d6901
SM
2240 * gdb.modula2/multidim.c: New file.
2241 * gdb.modula2/multidim.exp: New file.
3945d2d7 2242
60122dbe
SM
22432020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2244
2245 * lib/gdb.exp (runto): Always emit fail on internal error.
2246
1eb8556f
SM
22472020-08-24 Simon Marchi <simon.marchi@efficios.com>
2248
2249 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2250 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2251 Likewise.
2252 * gdb.threads/stepi-random-signal.exp: Likewise.
2253
33bf4c5c
TBA
22542020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2255
2256 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2257 * gdb.trace/strace.exp: Ditto.
2258
c2fd7fae
AKS
22592020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2260
2261 * gdb.fortran/vla-type.exp: Skip commands not required for
2262 the Flang compiled binaries after prologue fix.
2263
326afb72
TT
22642020-08-17 Tom de Vries <tdevries@suse.de>
2265 Tom Tromey <tromey@adacore.com>
2266
2267 PR rust/26197:
2268 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2269
3ae7ab99
TT
22702020-08-17 Tom Tromey <tromey@adacore.com>
2271
2272 * gdb.ada/mi_var_access.exp: New file.
2273 * gdb.ada/mi_var_access/mi_access.adb: New file.
2274 * gdb.ada/mi_var_access/pck.adb: New file.
2275 * gdb.ada/mi_var_access/pck.ads: New file.
2276
f569c1c5
TV
22772020-08-16 Tom de Vries <tdevries@suse.de>
2278
2279 PR gdb/25350
2280 * gdb.base/eh_return.c: New test.
2281 * gdb.base/eh_return.exp: New file.
2282
3d11c30a
TV
22832020-08-15 Tom de Vries <tdevries@suse.de>
2284
2285 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2286 (mixed_func_1d_): Use fortran_charlen_t in decl.
2287
547ce8f0
TV
22882020-08-15 Tom de Vries <tdevries@suse.de>
2289
2290 PR backtrace/26390
2291 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2292 Update expected pattern.
2293
a54a7f13
PA
22942020-08-13 Pedro Alves <pedro@palves.net>
2295
2296 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2297 * gdb.fortran/library-module.exp: Likewise.
2298 * gdb.fortran/logical.exp: Likewise.
2299 * gdb.fortran/module.exp: Likewise.
2300 * gdb.fortran/print_type.exp: Likewise.
2301 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2302 * gdb.fortran/vla-datatypes.exp: Likewise.
2303 * gdb.fortran/vla-history.exp: Likewise.
2304 * gdb.fortran/vla-ptr-info.exp: Likewise.
2305 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2306 * gdb.fortran/vla-ptype.exp: Likewise.
2307 * gdb.fortran/vla-sizeof.exp: Likewise.
2308 * gdb.fortran/vla-type.exp: Likewise.
2309 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2310 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2311 * gdb.fortran/vla-value-sub.exp: Likewise.
2312 * gdb.fortran/vla-value.exp: Likewise.
2313
7a82e903
PA
23142020-08-13 Pedro Alves <pedro@palves.net>
2315
2316 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2317 * gdb.ada/access_to_packed_array.exp: Likewise.
2318 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2319 * gdb.ada/addr_arith.exp: Likewise.
2320 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2321 * gdb.ada/arr_arr.exp: Likewise.
2322 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2323 * gdb.ada/array_bounds.exp: Likewise.
2324 * gdb.ada/array_of_variable_length.exp: Likewise.
2325 * gdb.ada/array_ptr_renaming.exp: Likewise.
2326 * gdb.ada/array_subscript_addr.exp: Likewise.
2327 * gdb.ada/arraydim.exp: Likewise.
2328 * gdb.ada/arrayparam.exp: Likewise.
2329 * gdb.ada/arrayptr.exp: Likewise.
2330 * gdb.ada/assign_1.exp: Likewise.
2331 * gdb.ada/assign_arr.exp: Likewise.
2332 * gdb.ada/atomic_enum.exp: Likewise.
2333 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2334 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2335 * gdb.ada/bias.exp: Likewise.
2336 * gdb.ada/boolean_expr.exp: Likewise.
2337 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2338 * gdb.ada/bp_enum_homonym.exp: Likewise.
2339 * gdb.ada/bp_inlined_func.exp: Likewise.
2340 * gdb.ada/bp_on_var.exp: Likewise.
2341 * gdb.ada/bp_range_type.exp: Likewise.
2342 * gdb.ada/bp_reset.exp: Likewise.
2343 * gdb.ada/call_pn.exp: Likewise.
2344 * gdb.ada/catch_assert_if.exp: Likewise.
2345 * gdb.ada/catch_ex.exp: Likewise.
2346 * gdb.ada/catch_ex_std.exp: Likewise.
2347 * gdb.ada/char_enum.exp: Likewise.
2348 * gdb.ada/char_param.exp: Likewise.
2349 * gdb.ada/complete.exp: Likewise.
2350 * gdb.ada/cond_lang.exp: Likewise.
2351 * gdb.ada/convvar_comp.exp: Likewise.
2352 * gdb.ada/dgopt.exp: Likewise.
2353 * gdb.ada/disc_arr_bound.exp: Likewise.
2354 * gdb.ada/display_nested.exp: Likewise.
2355 * gdb.ada/dot_all.exp: Likewise.
2356 * gdb.ada/dyn_loc.exp: Likewise.
2357 * gdb.ada/dyn_stride.exp: Likewise.
2358 * gdb.ada/excep_handle.exp: Likewise.
2359 * gdb.ada/expr_delims.exp: Likewise.
2360 * gdb.ada/expr_with_funcall.exp: Likewise.
2361 * gdb.ada/exprs.exp: Likewise.
2362 * gdb.ada/fin_fun_out.exp: Likewise.
2363 * gdb.ada/fixed_cmp.exp: Likewise.
2364 * gdb.ada/formatted_ref.exp: Likewise.
2365 * gdb.ada/frame_arg_lang.exp: Likewise.
2366 * gdb.ada/frame_args.exp: Likewise.
2367 * gdb.ada/fullname_bp.exp: Likewise.
2368 * gdb.ada/fun_addr.exp: Likewise.
2369 * gdb.ada/fun_in_declare.exp: Likewise.
2370 * gdb.ada/fun_overload_menu.exp: Likewise.
2371 * gdb.ada/fun_renaming.exp: Likewise.
2372 * gdb.ada/funcall_char.exp: Likewise.
2373 * gdb.ada/funcall_param.exp: Likewise.
2374 * gdb.ada/funcall_ptr.exp: Likewise.
2375 * gdb.ada/funcall_ref.exp: Likewise.
2376 * gdb.ada/homonym.exp: Likewise.
2377 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2378 * gdb.ada/info_auto_lang.exp: Likewise.
2379 * gdb.ada/info_exc.exp: Likewise.
2380 * gdb.ada/info_types.exp: Likewise.
2381 * gdb.ada/int_deref.exp: Likewise.
2382 * gdb.ada/interface.exp: Likewise.
2383 * gdb.ada/iwide.exp: Likewise.
2384 * gdb.ada/lang_switch.exp: Likewise.
2385 * gdb.ada/length_cond.exp: Likewise.
2386 * gdb.ada/maint_with_ada.exp: Likewise.
2387 * gdb.ada/mi_catch_assert.exp: Likewise.
2388 * gdb.ada/mi_catch_ex.exp: Likewise.
2389 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2390 * gdb.ada/mi_dyn_arr.exp: Likewise.
2391 * gdb.ada/mi_ex_cond.exp: Likewise.
2392 * gdb.ada/mi_exc_info.exp: Likewise.
2393 * gdb.ada/mi_interface.exp: Likewise.
2394 * gdb.ada/mi_prot.exp: Likewise.
2395 * gdb.ada/mi_ref_changeable.exp: Likewise.
2396 * gdb.ada/mi_string_access.exp: Likewise.
2397 * gdb.ada/mi_task_arg.exp: Likewise.
2398 * gdb.ada/mi_task_info.exp: Likewise.
2399 * gdb.ada/mi_var_array.exp: Likewise.
2400 * gdb.ada/mi_var_union.exp: Likewise.
2401 * gdb.ada/mi_variant.exp: Likewise.
2402 * gdb.ada/minsyms.exp: Likewise.
2403 * gdb.ada/mod_from_name.exp: Likewise.
2404 * gdb.ada/nested.exp: Likewise.
2405 * gdb.ada/null_array.exp: Likewise.
2406 * gdb.ada/optim_drec.exp: Likewise.
2407 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2408 * gdb.ada/packed_array_assign.exp: Likewise.
2409 * gdb.ada/packed_tagged.exp: Likewise.
2410 * gdb.ada/pp-rec-component.exp: Likewise.
2411 * gdb.ada/print_chars.exp: Likewise.
2412 * gdb.ada/print_pc.exp: Likewise.
2413 * gdb.ada/ptr_typedef.exp: Likewise.
2414 * gdb.ada/ptype_arith_binop.exp: Likewise.
2415 * gdb.ada/ptype_array.exp: Likewise.
2416 * gdb.ada/ptype_field.exp: Likewise.
2417 * gdb.ada/ptype_tagged_param.exp: Likewise.
2418 * gdb.ada/ptype_union.exp: Likewise.
2419 * gdb.ada/py_range.exp: Likewise.
2420 * gdb.ada/py_taft.exp: Likewise.
2421 * gdb.ada/rdv_wait.exp: Likewise.
2422 * gdb.ada/rec_comp.exp: Likewise.
2423 * gdb.ada/rec_return.exp: Likewise.
2424 * gdb.ada/ref_param.exp: Likewise.
2425 * gdb.ada/ref_tick_size.exp: Likewise.
2426 * gdb.ada/rename_subscript_param.exp: Likewise.
2427 * gdb.ada/repeat_dyn.exp: Likewise.
2428 * gdb.ada/same_component_name.exp: Likewise.
2429 * gdb.ada/same_enum.exp: Likewise.
2430 * gdb.ada/scalar_storage.exp: Likewise.
2431 * gdb.ada/set_wstr.exp: Likewise.
2432 * gdb.ada/small_reg_param.exp: Likewise.
2433 * gdb.ada/str_binop_equal.exp: Likewise.
2434 * gdb.ada/str_ref_cmp.exp: Likewise.
2435 * gdb.ada/str_uninit.exp: Likewise.
2436 * gdb.ada/sub_variant.exp: Likewise.
2437 * gdb.ada/sym_print_name.exp: Likewise.
2438 * gdb.ada/taft_type.exp: Likewise.
2439 * gdb.ada/tagged.exp: Likewise.
2440 * gdb.ada/tagged_access.exp: Likewise.
2441 * gdb.ada/task_bp.exp: Likewise.
2442 * gdb.ada/task_switch_in_core.exp: Likewise.
2443 * gdb.ada/tasks.exp: Likewise.
2444 * gdb.ada/tick_last_segv.exp: Likewise.
2445 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2446 * gdb.ada/type_coercion.exp: Likewise.
2447 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2448 * gdb.ada/unchecked_union.exp: Likewise.
2449 * gdb.ada/uninitialized_vars.exp: Likewise.
2450 * gdb.ada/var_arr_attrs.exp: Likewise.
2451 * gdb.ada/var_arr_typedef.exp: Likewise.
2452 * gdb.ada/var_rec_arr.exp: Likewise.
2453 * gdb.ada/variant-record.exp: Likewise.
2454 * gdb.ada/variant.exp: Likewise.
2455 * gdb.ada/variant_record_packed_array.exp: Likewise.
2456 * gdb.ada/varsize_limit.exp: Likewise.
2457 * gdb.ada/whatis_array_val.exp: Likewise.
2458 * gdb.ada/widewide.exp: Likewise.
2459 * gdb.ada/win_fu_syms.exp: Likewise.
2460
24612020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2462
2463 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2464
10c381b5
AB
24652020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2466
2467 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2468 unset the array variable.
2469
8f34b746
TV
24702020-08-03 Tom de Vries <tdevries@suse.de>
2471
2472 PR symtab/26333
2473 * lib/dwarf.exp (DW_LNE_user): New proc.
2474 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2475 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2476
0245e136
KB
24772020-07-31 Kevin Buettner <kevinb@redhat.com>
2478
2479 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2480 to 'uintptr_t'
2481 (inttypes.h): Include.
2482
9ef1ec5d
KB
24832020-07-31 Kevin Buettner <kevinb@redhat.com>
2484
2485 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2486 (C5_24k): Delete.
2487 (C5_8k, C5_64k, C5_256k): New macros.
2488 (buf_ro): Allocate 256 KiB of initialized data.
2489
4c55e970
TBA
24902020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2491
2492 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2493 that attempt to overwrite an existing condition with a condition
2494 that fails parsing and also with a condition that parses fine
2495 but contains junk at the end.
2496
1e620590
TBA
24972020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2498
2499 * gdb.base/condbreak-bad.c: New test.
2500 * gdb.base/condbreak-bad.exp: New file.
2501
e12dcc50
TV
25022020-07-30 Tom de Vries <tdevries@suse.de>
2503
2504 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2505 out of ...
2506 (GDBInfoModuleSymbols::check_entry): ... here.
2507 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2508 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2509 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2510
6cc64caa
TV
25112020-07-30 Tom de Vries <tdevries@suse.de>
2512
2513 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2514 "__class_some_module_Number_t" optional.
2515
90fd07fc
TV
25162020-07-29 Tom de Vries <tdevries@suse.de>
2517
2518 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2519 multiple locations.
2520
f5c79e97
TV
25212020-07-29 Tom de Vries <tdevries@suse.de>
2522
2523 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2524 rather than function name.
2525
f75a0693
AB
25262020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 PR symtab/26270:
2529 * gdb.cp/disasm-func-name.cc: New file.
2530 * gdb.cp/disasm-func-name.exp: New file.
2531
4888741a
TT
25322020-07-28 Tom Tromey <tromey@adacore.com>
2533
2534 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2535 'varval' location.
2536
43d5901d
AB
25372020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2538
2539 * gdb.python/py-unwind.py: Update to make use of a register
2540 descriptor.
2541
14fa8fb3
AB
25422020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2545
e79eb02f
AB
25462020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 PR fortran/23051
2549 PR fortran/26139
2550 * gdb.fortran/class-allocatable-array.exp: New file.
2551 * gdb.fortran/class-allocatable-array.f90: New file.
2552 * gdb.fortran/pointer-to-pointer.exp: New file.
2553 * gdb.fortran/pointer-to-pointer.f90: New file.
2554
876518dd
TV
25552020-07-25 Tom de Vries <tdevries@suse.de>
2556
2557 PR symtab/26243
2558 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2559 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2560
6dcfb80a
TV
25612020-07-24 Tom de Vries <tdevries@suse.de>
2562
2563 PR testsuite/26293
2564 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2565
e7bc9db8
PA
25662020-07-23 Pedro Alves <pedro@palves.net>
2567
2568 * gdb.server/server-kill.exp (prepare): New, factored out from the
2569 top level.
2570 (kill_server): New.
2571 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2572 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2573
78344df7
AB
25742020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2577
25dfed24
SL
25782020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2579
2580 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2581 Initialize to empty string at top level.
2582 (gdb_wrapper_init): Revert check for file existence on build.
2583 Build the wrapper in its default place, not a build-specific
2584 location. When host == build, make the pathname absolute.
2585 (gdb_compile): Delete leftover declaration of
2586 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2587 string instead of uninitialized.
2588
7da515fd
KB
25892020-07-22 Kevin Buettner <kevinb@redhat.com>
2590
2591 * gdb.base/corefile2.exp: New file.
2592 * gdb.base/coremaker2.exp: New file.
2593
9c5ec5c2
KB
25942020-07-22 Kevin Buettner <kevinb@redhat.com>
2595
2596 * gdb.base/coredump-filter.exp: Add second
2597 non-Private-Shared-Anon-File test.
2598 (test_disasm): Rename binfile for test which is expected
2599 to fail.
2600
f9e233c9
KB
26012020-07-22 Kevin Buettner <kevinb@redhat.com>
2602
2603 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2604 data in core file".
2605 * gdb.base/coremaker.c (buf2ro): New global.
2606 (mmapdata): Add a read-only mmap mapping.
2607
94c265d7
KB
26082020-07-22 Kevin Buettner <kevinb@redhat.com>
2609
2610 PR corefiles/25631
2611 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2612 New test.
2613 * gdb.base/coremaker.c (buf3): New global.
2614 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2615 flags.
2616
26172020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2618
2619 * gdb.base/coremaker.c (filler_ro): New global constant.
2620
32fa152e
TT
26212020-07-22 Tom Tromey <tromey@adacore.com>
2622
2623 * gdb.ada/mi_prot.exp: New file.
2624 * gdb.ada/mi_prot/pkg.adb: New file.
2625 * gdb.ada/mi_prot/pkg.ads: New file.
2626 * gdb.ada/mi_prot/prot.adb: New file.
2627
c8474dc3
TBA
26282020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2629
2630 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2631 loads two JITers.
2632
baf8791e
AB
26332020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2636
f7306dac
AB
26372020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2638
2639 * gdb.python/py-arch-reg-names.exp: Additional tests.
2640
6d3d6e4b
TV
26412020-07-21 Tom de Vries <tdevries@suse.de>
2642
2643 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2644 breakpoint locations".
2645 * gdb.reverse/solib-reverse.exp: Same.
2646
803d0592
TV
26472020-07-21 Tom de Vries <tdevries@suse.de>
2648
2649 * gdb.reverse/step-reverse.c (callee): Merge statements.
2650
e9bdc510
TV
26512020-07-21 Tom de Vries <tdevries@suse.de>
2652
2653 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2654 line numbers for some variables.
2655
f0f9e75a
TV
26562020-07-21 Tom de Vries <tdevries@suse.de>
2657
2658 * gdb.opt/inline-locals.c (init_array): New func.
2659 (func1): Use init_array.
2660 * gdb.opt/inline-locals.exp: Update pattern.
2661
bd460ecb
TV
26622020-07-21 Tom de Vries <tdevries@suse.de>
2663
2664 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2665 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2666
ae5369e7
LC
26672020-07-20 Ludovic Courtès <ludo@gnu.org>
2668
2669 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2670 * gdb.guile/types-module.exp: Remove "ERROR:" from
2671 regexps since Guile 3.0 no longer prints that.
2672
68cf161c
LC
26732020-07-20 Ludovic Courtès <ludo@gnu.org>
2674
2675 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2676 error regexp to match on Guile 2.2.
2677
c14b4913
GB
26782020-07-20 Gary Benson <gbenson@redhat.com>
2679
2680 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2681 with clang.
2682
b243ba58
TV
26832020-07-20 Tom de Vries <tdevries@suse.de>
2684
2685 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2686 (omp_set_lock_in_order): New function.
2687 (single_scope, multi_scope, nested_func, nested_parallel): Use
2688 omp_set_lock_in_order and omp_unset_lock.
2689 (main): Init and destroy lock and lock2.
2690
c06ad8b5
TV
26912020-07-20 Tom de Vries <tdevries@suse.de>
2692
2693 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2694
6e22f117
TV
26952020-07-20 Tom de Vries <tdevries@suse.de>
2696
2697 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2698
33176ea7
TV
26992020-07-17 Tom de Vries <tdevries@suse.de>
2700
2701 * gdb.base/valgrind-infcall-2.c: New test.
2702 * gdb.base/valgrind-infcall-2.exp: New file.
2703 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2704
90c3ec2d
TV
27052020-07-17 Tom de Vries <tdevries@suse.de>
2706
2707 * gdb.dlang/circular.c (found): Use found_label as label name.
2708 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2709 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2710 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2711 * gdb.dwarf2/ada-linkage-name.exp: Same.
2712 * gdb.dwarf2/arr-subrange.exp: Same.
2713 * gdb.dwarf2/atomic-type.exp: Same.
2714 * gdb.dwarf2/comp-unit-lang.exp: Same.
2715 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2716 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2717 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2718 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2719 * gdb.dwarf2/implptr-64bit.exp: Same.
2720 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2721 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2722 * gdb.dwarf2/imported-unit.exp: Same.
2723 * gdb.dwarf2/main-subprogram.exp: Same.
2724 * gdb.dwarf2/missing-type-name.exp: Same.
2725 * gdb.dwarf2/nonvar-access.exp: Same.
2726 * gdb.dwarf2/struct-with-sig.exp: Same.
2727 * gdb.dwarf2/typedef-void-finish.exp: Same.
2728 * gdb.dwarf2/void-type.exp: Same.
2729
10da644d
TV
27302020-07-17 Tom de Vries <tdevries@suse.de>
2731
2732 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2733 src parameter.
2734 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2735 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2736 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2737 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2738 * gdb.dwarf2/dwz.exp: Same.
2739 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2740 * gdb.dwarf2/implref-array.exp: Same.
2741 * gdb.dwarf2/implref-const.exp: Same.
2742 * gdb.dwarf2/implref-global.exp: Same.
2743 * gdb.dwarf2/implref-struct.exp: Same.
2744 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2745 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2746 * gdb.dwarf2/var-access.exp: Same.
2747 * gdb.dwarf2/varval.exp: Same.
2748 * gdb.trace/entry-values.exp: Same.
2749
315e6afc
TV
27502020-07-17 Tom de Vries <tdevries@suse.de>
2751
2752 * lib/dwarf.exp (Dwarf::extern): Remove.
2753 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2754 * gdb.dlang/circular.exp: Same.
2755 * gdb.dwarf2/comp-unit-lang.exp: Same.
2756 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2757 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2758 * gdb.dwarf2/dwz.exp: Same.
2759 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2760 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2761 * gdb.dwarf2/imported-unit.exp: Same.
2762 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2763
5597c940
SL
27642020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2765
2766 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2767 Use double quotes instead of single quotes.
2768
d0ce17d8
CT
27692020-07-16 Caroline Tice <cmtice@google.com>
2770
2771 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2772 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2773
853772cc
TV
27742020-07-16 Tom de Vries <tdevries@suse.de>
2775
2776 * lib/dwarf.exp (program): Initialize _line.
2777 (DW_LNE_end_sequence): Reinitialize _line.
2778 (DW_LNS_advance_line): Update _line.
2779 (line): New proc.
2780 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2781 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2782 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2783 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2784 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2785 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2786
fe07b572
AB
27872020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2788
2789 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2790 generic.
2791
52781cce
TV
27922020-07-15 Tom de Vries <tdevries@suse.de>
2793
2794 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2795 is_amd64_regs_target.
2796
3dcc261c
AB
27972020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2798
2799 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2800 * gdb.fortran/ptype-on-functions.f90: Likewise.
2801
054a0959
SM
28022020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2803
2804 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2805 values in documentation for addr_size to 4 and 8.
2806
ccb9eba6
AB
28072020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2808
2809 * gdb.arch/amd64-osabi.exp: Update.
2810 * gdb.arch/arm-disassembler-options.exp: Update.
2811 * gdb.arch/powerpc-disassembler-options.exp: Update.
2812 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2813 * gdb.arch/s390-disassembler-options.exp: Update.
2814 * gdb.base/all-architectures.exp.tcl: Update.
2815 * gdb.base/attach-pie-noexec.exp: Update.
2816 * gdb.base/catch-syscall.exp: Update.
2817 * gdb.xml/tdesc-arch.exp: Update.
2818
025a39a7
TV
28192020-07-14 Tom de Vries <tdevries@suse.de>
2820
2821 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2822 (local_gettid): ... this.
2823 (fn): Update.
2824
74e4b667
SL
28252020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2826
2827 * gdb.base/info_sources.exp: Skip directory match tests on
2828 remote hosts.
2829
f413dd74
GB
28302020-07-13 Gary Benson <gbenson@redhat.com>
2831
2832 * gdb.base/savedregs.exp (caller): Use parentheses to
2833 make expected expression evaluation ordering explicit.
2834
915771bb
GB
28352020-07-13 Gary Benson <gbenson@redhat.com>
2836
2837 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2838
2a122642
GB
28392020-07-13 Gary Benson <gbenson@redhat.com>
2840
2841 * gdb.base/bigcore.c (main): Use a volatile pointer when
2842 attempting to trigger a SIGSEGV.
2843 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2844 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2845 * gdb.base/savedregs.c (thrower): Likewise.
2846 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2847
3f00c730
GB
28482020-07-13 Gary Benson <gbenson@redhat.com>
2849
2850 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2851 defining and using VLA structure fields into...
2852 * gdb.base/vla-struct-fields.c: New file.
2853 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2854 tests into...
2855 * gdb.base/vla-struct-fields.exp: New file.
2856
963eeee4
TV
28572020-07-13 Tom de Vries <tdevries@suse.de>
2858
2859 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2860 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2861 * gdb.base/gold-gdb-index.exp: Same.
2862 * gdb.base/morestack.exp: Same.
2863
0ed35c9a
DX
28642020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2865
2866 PR rust/26121
2867 * gdb.rust/modules.rs: Prevent linker from discarding test
2868 symbol.
2869
4fdba23d
PA
28702020-07-10 Pedro Alves <pedro@palves.net>
2871
2872 PR gdb/26199
2873 * gdb.multi/multi-target.c (exit_thread): New.
2874 (thread_start): Break loop if EXIT_THREAD.
2875 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2876 (top level) Call test_no_resumed.
2877
15f3b077
TT
28782020-07-08 Tom Tromey <tromey@adacore.com>
2879
2880 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2881 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2882
9fc501fd
AB
28832020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 PR python/22748
2886 * gdb.opt/inline-frame-tailcall.c: New file.
2887 * gdb.opt/inline-frame-tailcall.exp: New file.
2888 * gdb.python/py-unwind-inline.c: New file.
2889 * gdb.python/py-unwind-inline.exp: New file.
2890 * gdb.python/py-unwind-inline.py: New file.
2891
64cb3757
AB
28922020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2893
2894 * gdb.python/py-arch-reg-groups.exp: New file.
2895
0f767f94
AB
28962020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * gdb.python/py-arch-reg-names.exp: New file.
2899
87dbc774
AB
29002020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
2903 gdb.PendingFrame.architecture method.
2904
d8cc8af6
TV
29052020-07-06 Tom de Vries <tdevries@suse.de>
2906
2907 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
2908
3c8ea5be
PA
29092020-07-03 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.base/structs2.c (main): Adjust second parem_reg call to
2912 explicitly write negative numbers.
2913 * gdb.base/structs2.exp: Adjust expected output.
2914
bf90c83a
PA
29152020-07-03 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/charset.c (init_string): Change all char parameters to
2918 unsigned char parameters.
2919
2eb82157
PA
29202020-07-03 Pedro Alves <palves@redhat.com>
2921
2922 * gdb.base/call-sc.exp (start_scalars_test): Use
2923 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2924 * gdb.base/overlays.c: Remove references to PARAMS.
2925 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
2926 * gdb.base/reread.exp: Don't set 'prototypes' global.
2927 * gdb.base/structs.exp (start_structs_test): Use
2928 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2929 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
2930 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
2931 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
2932 call.
2933 * gdb.base/varargs.exp: Don't set 'prototypes' global.
2934
9adda7af
PA
29352020-07-03 Pedro Alves <palves@redhat.com>
2936
2937 * gdb.base/m32rovly.c: Delete.
2938 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
2939
2a17c803
PW
29402020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2941
2942 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
2943 of gdb_py_test_multiple.
2944 * gdb.python/py-cmd.exp: Likewise.
2945 * gdb.python/py-events.exp: Likewise.
2946 * gdb.python/py-function.exp: Likewise.
2947 * gdb.python/py-inferior.exp: Likewise.
2948 * gdb.python/py-infthread.exp: Likewise.
2949 * gdb.python/py-linetable.exp: Likewise.
2950 * gdb.python/py-parameter.exp: Likewise.
2951 * gdb.python/py-value.exp: Likewise.
2952
b011fe1a
TV
29532020-06-30 Tom de Vries <tdevries@suse.de>
2954
2955 PR testsuite/26175
2956 * lib/future.exp (gdb_default_target_compile): Detect and handle
2957 early_flags.
2958
df5b8876
SM
29592020-06-29 Simon Marchi <simon.marchi@efficios.com>
2960
2961 * boards/simavr.exp (gdb_load): Catch errors when closing
2962 previous connection. Close connection, wait for process and
2963 unset simavr_spawn_id on failure.
2964
a3ca48cd
TV
29652020-06-29 Tom de Vries <tdevries@suse.de>
2966
2967 * lib/gdb.exp (unknown): Make test-case unresolved.
2968
b0237c0e
TV
29692020-06-29 Tom de Vries <tdevries@suse.de>
2970
2971 PR gdb/25475
2972 * gdb.server/solib-list.exp: Verify that the symbol reload
2973 confirmation question is asked.
2974
c0b3b3bd
PW
29752020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2976
2977 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
2978 have a input seq nr in each pass message.
fe4c3d43 2979 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
2980 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
2981 * gdb.python/python.exp: Make test names unique,
2982 use gdb_test_multiline instead of gdb_py_test_multiple,
2983 use $gdb_test_name.
2984 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
2985
1776e3e5
NA
29862020-06-26 Nick Alcock <nick.alcock@oracle.com>
2987
2988 * configure.ac: Add --enable-libctf.
2989 * aclocal.m4: sinclude ../config/enable.m4.
2990 * Makefile.in (site.exp): Add enable_libctf to site.exp.
2991 * lib/gdb.exp (skip_ctf_tests): Use it.
2992 * gdb.base/ctf-constvars.exp: Error message tweak.
2993 * gdb.base/ctf-ptype.exp: Likewise.
2994 * configure: Regenerate.
2995
f53b3eeb
GB
29962020-06-26 Gary Benson <gbenson@redhat.com>
2997
2998 * gdb.cp/try_catch.cc: Include string.h.
2999 (main): Replace comparison against string literal with
3000 strcmp, avoiding build failure with -Wstring-compare.
3001 Add "marker test-complete".
3002 * gdb.cp/try_catch.exp: Run the test to the above marker,
3003 then verify that the value of "test" is still true.
3004
6d74da72
AB
30052020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3008
2e52d038
AB
30092020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3010
3011 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3012
3b9fce96
AB
30132020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3014
3015 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3016 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3017 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3018 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3019 * gdb.arch/riscv-tdesc-loading.exp: New file.
3020
ed69cbc8
AB
30212020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3024
767a879e
AB
30252020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3026
3027 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3028 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3029 * gdb.arch/riscv-tdesc-regs.c: New file.
3030 * gdb.arch/riscv-tdesc-regs.exp: New file.
3031
221db974
PA
30322020-06-24 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.arch/amd64-entry-value-paramref.exp: Use
3035 prepare_for_testing_full and don't pass "c++" for the .S file
3036 build spec.
3037 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3038 $options, since it's an assembly file. Remove -Wno-deprecated.
3039 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3040 compiling C++ programs.
3041
331733cd
PA
30422020-06-24 Pedro Alves <palves@redhat.com>
3043
3044 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3045 Clang, add "-Wno-unknown-warning-option" to the options.
3046
caa7fd04
AB
30472020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.xml/tdesc-reload.c: New file.
3050 * gdb.xml/tdesc-reload.exp: New file.
3051 * gdb.xml/maint-xml-dump-01.xml: New file.
3052 * gdb.xml/maint-xml-dump-02.xml: New file.
3053 * gdb.xml/maint-xml-dump.exp: New file.
3054
bb8d1260
SL
30552020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3056
3057 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3058 Adjust for omitted commands when TUI is disabled.
3059
7e4b9c4c
GB
30602020-06-23 Gary Benson <gbenson@redhat.com>
3061 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3064 * gdb.cp/nsimport.cc: Likewise.
3065 * gdb.cp/nsnested.cc: Likewise.
3066 * gdb.cp/nsnoimports.cc: Likewise.
3067 * gdb.cp/nsusing.cc: Likewise.
3068 * gdb.cp/smartp.cc: Likewise.
3069 * gdb.python/py-pp-integral.c: Likewise.
3070 * gdb.python/py-pp-re-notag.c: Likewise.
3071
2e573c0a
GB
30722020-06-23 Gary Benson <gbenson@redhat.com>
3073
3074 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3075 * gdb.cp/nsimport.cc: Likewise.
3076 * gdb.cp/nsnested.cc: Likewise.
3077 * gdb.cp/nsnoimports.cc: Likewise.
3078 * gdb.cp/nsusing.cc: Likewise.
3079 * gdb.cp/smartp.cc: Likewise.
3080 * gdb.python/py-pp-integral.c: Likewise.
3081 * gdb.python/py-pp-re-notag.c: Likewise.
3082
746ebfe8
PW
30832020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3084
3085 * gdb.base/default-args.exp: New test.
3086 * gdb.base/default-args.c: New file.
3087 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3088 * gdb.base/default.exp: Update to new help text.
3089 * gdb.base/help.exp: Likewise.
3090 * gdb.base/page.exp: Likewise.
3091 * gdb.base/style.exp: Likewise.
3092 * gdb.guile/guile.exp: Likewise.
3093 * gdb.python/python.exp: Likewise.
3094
e822f2cd
SL
30952020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3096
3097 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3098 remote host. Fix search path syntax on Windows host.
3099
48e9cc84
PW
31002020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3101
3102 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3103 over 'exec-file-mismatch'.
3104 * gdb.base/attach.c: Mark should_exit volatile.
3105 * gdb.base/attach2.c: Likewise. Add a comment explaining
3106 why the sleep cannot be big.
3107 * gdb.base/attach3.c: New file.
3108
160f8a8f
SL
31092020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3110
3111 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3112 prefix optional.
3113
4d91c2a4
SL
31142020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3115
3116 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3117 for remote host.
3118
87f83f20
SL
31192020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3120 Hafiz Abid Qadeer <abidh@codesourcery.com>
3121
3122 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3123 file sent to remote host.
3124 (top level): Allow int32_t as type of 32-bit register.
3125
37ab8655
TV
31262020-06-19 Tom de Vries <tdevries@suse.de>
3127
3128 * lib/gdb.exp (gdb_note): New proc.
3129 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3130 (gdb_default_target_compile): ... here. Only call
3131 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3132 (use_gdb_compile): Change to array.
3133 (toplevel): Update sets of use_gdb_compile to specify language.
3134 Warn about default_target_compile override. Store dejagnu's version
3135 of default_target_compile in dejagnu_default_target_compile.
3136
a8a56685
TV
31372020-06-18 Tom de Vries <tdevries@suse.de>
3138
3139 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3140 (default_gdb_init): ... here.
3141
581bea2c
SL
31422020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3143
3144 Fix TUI support checks in gdb.tui tests.
3145
3146 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3147 just say UNSUPPORTED.
3148 * gdb.tui/corefile-run.exp: Likewise.
3149 * gdb.tui/empty.exp: Likewise.
3150 * gdb.tui/list-before.exp: Likewise.
3151 * gdb.tui/list.exp: Likewise.
3152 * gdb.tui/main.exp: Likewise.
3153 * gdb.tui/regs.exp: Likewise.
3154 * gdb.tui/resize.exp: Likewise.
3155 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3156 * gdb.tui/tui-layout-asm.exp: Likewise.
3157 * gdb.tui/tui-missing-src.exp: Likewise.
3158 * gdb.tui/winheight.exp: Likewise.
3159 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3160
05e682e3
SL
31612020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3162
3163 Fix TCL error in gdb.python/py-format-string.exp.
3164
3165 * gdb.python/py-format-string.exp: Move test for python support
3166 earlier, out of function body.
3167
efb763a5
SM
31682020-06-15 Simon Marchi <simon.marchi@efficios.com>
3169
3170 * gdb.base/index-cache-load-twice.c: New.
3171 * gdb.base/index-cache-load-twice.exp: New.
3172
43327b20
KS
31732020-06-17 Keith Seitz <keiths@redhat.com>
3174
99cf27cf 3175 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3176 when executing "gdb --configuration".
3177
081e778c
TV
31782020-06-17 Tom de Vries <tdevries@suse.de>
3179
3180 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3181 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3182 conditional on presence of gdb_tcl_unknown.
3183 (gdb_finish): Make override undo conditional on presence of
3184 gdb_tcl_unknown.
3185
d2d1ea20
TT
31862020-06-16 Tom Tromey <tom@tromey.com>
3187
3188 * gdb.python/tui-window.py (failwin): New function. Register it
3189 as a TUI window type.
3190 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3191
c802e8a7
GB
31922020-06-16 Gary Benson <gbenson@redhat.com>
3193
3194 * gdb.python/py-nested-maps.c (create_map): Add missing return
3195 value.
3196 (create_map_map): Likewise.
3197
ff08abb8
TBA
31982020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3199
3200 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3201 variable.
3202 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3203 and use the already-defined 'options' variable.
3204
a29d5112
AB
32052020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3206 Tom de Vries <tdevries@suse.de>
3207
3208 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3209 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3210 (gdb_setup_known_globals): New proc.
3211 (gdb_cleanup_globals): New proc.
3212 * lib/gdb.exp (load_lib): New override proc.
3213 (gdb_stdin_log_init): Set var in_file as persistent global.
3214 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3215 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3216 fpc_compiler as persistent global.
3217
8c74a764
TV
32182020-06-12 Tom de Vries <tdevries@suse.de>
3219
3220 * lib/tuiterm.exp (spawn): Rename to ...
3221 (tui_spawn): ... this.
3222 (toplevel): Move rename of spawn ...
3223 (gdb_init_tuiterm): ... here. New proc.
3224 (gdb_finish_tuiterm): New proc.
3225 * lib/gdb.exp (gdb_finish_hooks): New global var.
3226 (gdb_finish): Handle gdb_finish_hooks.
3227 (tuiterm_env): New proc.
3228 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3229 tuiterm_env.
3230 * gdb.tui/basic.exp: Same.
3231 * gdb.tui/corefile-run.exp: Same.
3232 * gdb.tui/empty.exp: Same.
3233 * gdb.tui/list-before.exp: Same.
3234 * gdb.tui/list.exp: Same.
3235 * gdb.tui/main.exp: Same.
3236 * gdb.tui/new-layout.exp: Same.
3237 * gdb.tui/regs.exp: Same.
3238 * gdb.tui/resize.exp: Same.
3239 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3240 * gdb.tui/tui-layout-asm.exp: Same.
3241 * gdb.tui/tui-missing-src.exp: Same.
3242 * gdb.tui/winheight.exp: Same.
3243
26783bce
TV
32442020-06-12 Tom de Vries <tdevries@suse.de>
3245
3246 PR testsuite/26110
3247 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3248 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3249
2b4e6a3f
TT
32502020-06-11 Tom Tromey <tom@tromey.com>
3251
3252 PR gdb/18318:
3253 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3254 floating point tests.
3255
2f33032a
KS
32562020-06-11 Keith Seitz <keiths@redhat.com>
3257
3258 PR gdb/21356
3259 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3260 vla_struct.
3261 Add new struct vla_typedef and union vla_typedef_union and
3262 corresponding instantiation objects.
3263 Initialize new objects.
3264 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3265 and vla_typedef_union_object.
3266 Fixup type for vla_struct_object.
3267
a8baf0a3
TV
32682020-06-11 Tom de Vries <tdevries@suse.de>
3269
3270 * lib/gdb.exp (with_override): New proc, factored out of ...
3271 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3272
7ab96794
TV
32732020-06-10 Tom de Vries <tdevries@suse.de>
3274
3275 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3276
cab5c3b7
SM
32772020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3278
3279 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3280 parameter, update callers.
3281
f8c41851
SM
32822020-06-04 Simon Marchi <simon.marchi@efficios.com>
3283
3284 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3285 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3286 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3287
1c07a73f
TV
32882020-06-04 Tom de Vries <tdevries@suse.de>
3289
3290 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3291
95146b5d
TV
32922020-06-04 Tom de Vries <tdevries@suse.de>
3293
3294 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3295 exp_continue.
3296
0cfcd4f0
TV
32972020-06-04 Tom de Vries <tdevries@suse.de>
3298
3299 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3300
f9b5d5ea
TV
33012020-06-03 Tom de Vries <tdevries@suse.de>
3302
3303 PR symtab/26046
3304 * gdb.cp/breakpoint-locs-2.cc: New test.
3305 * gdb.cp/breakpoint-locs.cc: New test.
3306 * gdb.cp/breakpoint-locs.exp: New file.
3307 * gdb.cp/breakpoint-locs.h: New test.
3308
5144dfba
TV
33092020-06-03 Tom de Vries <tdevries@suse.de>
3310
3311 PR testsuite/25609
3312 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3313 value of global verbose.
3314 * gdb.base/jit-elf.exp: Same.
3315 * gdb.base/jit-reader.exp: Same.
3316
621eacdf
TV
33172020-06-02 Tom de Vries <tdevries@suse.de>
3318
3319 * gdb.dwarf2/multidictionary.exp: Don't use
3320 gdb_spawn_with_cmdline_opts.
3321
1313c56e
AB
33222020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3325 use_header case.
3326 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3327 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3328 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3329 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3330 * gdb.dwarf2/dw2-inline-header.c: New file.
3331 * gdb.dwarf2/dw2-inline-header.h: New file.
3332
f68f85b5
PA
33332020-05-30 Pedro Alves <palves@redhat.com>
3334
3335 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3336 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3337
678048e8
GB
33382020-05-29 Gary Benson <gbenson@redhat.com>
3339
3340 * gdb.compile/compile-cplus.exp (additional_flags): Also
3341 set when building with clang.
3342 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3343 when building with clang.
3344
9fcafd23
GB
33452020-05-29 Gary Benson <gbenson@redhat.com>
3346
3347 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3348 building with clang.
3349 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3350
735d5a07
GB
33512020-05-29 Gary Benson <gbenson@redhat.com>
3352
3353 * gdb.cp/koenig.exp (prepare_for_testing): Add
3354 additional_flags=-Wno-unused-comparison.
3355 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3356
4ad2c6a0
GB
33572020-05-28 Gary Benson <gbenson@redhat.com>
3358
3359 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3360 statement.
3361
09fe663e
GB
33622020-05-28 Gary Benson <gbenson@redhat.com>
3363
3364 * gdb.cp/classes.exp (prepare_for_testing): Add
3365 additional_flags=-Wno-deprecated-register.
3366 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3367 * gdb.cp/misc.exp: Likewise.
3368
cee00f17
GB
33692020-05-28 Gary Benson <gbenson@redhat.com>
3370
3371 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3372 (test_op_new::operator new): Add return statement.
3373 (test_op_new_array::operator new[]): Likewise.
3374
636edd00
PA
33752020-05-27 Pedro Alves <palves@redhat.com>
3376
3377 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3378 check. Use test_gdb_complete_unique instead of
3379 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3380 test_gdb_complete_multiple instead of
3381 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3382
c2b75043
LM
33832020-05-27 Luis Machado <luis.machado@linaro.org>
3384
3385 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3386 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3387 * gdb.arch/arm-disassembler-options.exp: Likewise.
3388 * gdb.arch/arm-disp-step.exp: Likewise.
3389 * gdb.arch/thumb-prologue.exp: Likewise.
3390 * gdb.base/async.exp: Likewise.
3391 * gdb.base/auxv.exp: Likewise.
3392 * gdb.base/complex-parts.exp: Likewise.
3393 * gdb.base/ena-dis-br.exp: Likewise.
3394 * gdb.base/foll-exec.exp: Likewise.
3395 * gdb.base/permissions.exp: Likewise.
3396 * gdb.base/relocate.exp: Likewise.
3397 * gdb.base/return2.exp: Likewise.
3398 * gdb.base/sigbpt.exp: Likewise.
3399 * gdb.base/siginfo-obj.exp: Likewise.
3400 * gdb.cp/converts.exp: Likewise.
3401 * gdb.cp/exceptprint.exp: Likewise.
3402 * gdb.cp/inherit.exp: Likewise.
3403 * gdb.cp/nsnoimports.exp: Likewise.
3404 * gdb.cp/virtbase2.exp: Likewise.
3405 * gdb.mi/mi-var-cmd.exp: Likewise.
3406 * gdb.mi/var-cmd.c: Likewise.
3407
53a47a3e
TT
34082020-05-26 Tom Tromey <tromey@adacore.com>
3409
3410 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3411
0bc2354b
TT
34122020-05-26 Tom Tromey <tromey@adacore.com>
3413
3414 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3415 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3416 type.
3417 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3418 variable.
3419
0db49895
CBG
34202020-05-26 Christian Biesinger <cbiesinger@google.com>
3421
3422 * Makefile.in: Use = instead of == for the test command
3423 for portability.
3424
40d22035
TV
34252020-05-26 Tom de Vries <tdevries@suse.de>
3426
3427 * gdb.base/gold-gdb-index-2.c: New test.
3428 * gdb.base/gold-gdb-index.c: New test.
3429 * gdb.base/gold-gdb-index.exp: New file.
3430 * gdb.base/gold-gdb-index.h: New test.
3431
043e2e02
TV
34322020-05-25 Tom de Vries <tdevries@suse.de>
3433
3434 * boards/gold-gdb-index.exp: New file.
3435
462f72c5
SM
34362020-05-25 Simon Marchi <simon.marchi@efficios.com>
3437
3438 * boards/simavr.exp: New file.
3439
6cf66e76
SM
34402020-05-25 Simon Marchi <simon.marchi@efficios.com>
3441
3442 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3443 * gdb.base/inferior-args.exp: New file.
3444 * gdb.base/inferior-args.c: New file.
3445
75d04512
SM
34462020-05-25 Simon Marchi <simon.marchi@efficios.com>
3447
3448 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3449 inferior_args. Pass it to gdb_reload.
3450 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3451 inferior_args.
3452 (gdb_reload): Add inferior_args argument.
3453 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3454 pass it to gdbserver_run.
3455 * boards/native-gdbserver.exp: Do not set noargs.
3456 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3457 inferior_args argument.
3458 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3459 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3460 * gdb.base/args.exp: Likewise.
3461
42cf1844
TV
34622020-05-25 Tom de Vries <tdevries@suse.de>
3463
3464 * lib/gdb.exp (exec_is_pie): Add comment.
3465
8f7d38ef
TV
34662020-05-25 Tom de Vries <tdevries@suse.de>
3467
3468 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3469 instead of $binfile in the untested message.
3470
465e1b0f
TV
34712020-05-25 Tom de Vries <tdevries@suse.de>
3472
3473 PR testsuite/26031
3474 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3475
3c5a0e02
TV
34762020-05-25 Tom de Vries <tdevries@suse.de>
3477
3478 * boards/gold.exp: New file.
3479
0a4f5f8c
TT
34802020-05-23 Tom Tromey <tom@tromey.com>
3481
3482 * gdb.base/style.exp: Remove completion styling test.
3483 * lib/gdb-utils.exp (style): Remove completion styles.
3484
eca1f90c
TT
34852020-05-23 Tom Tromey <tom@tromey.com>
3486
3487 * gdb.base/style.exp: Add completion styling test.
3488 * lib/gdb-utils.exp (style): Add completion styles.
3489
7c13f4e8
AB
34902020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.base/annota1.exp: Update expected results.
3493 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3494 test name.
3495 * gdb.cp/annota3.exp: Update expected results.
3496
41977d16
SM
34972020-05-20 Simon Marchi <simon.marchi@efficios.com>
3498
3499 PR gdb/26016
3500 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3501 against MAP_FAILED.
3502 * gdb.base/coremaker.c (mmapdata): Likewise.
3503 * gdb.base/jit-reader-host.c (main): Likewise.
3504 * gdb.base/sym-file-loader.c (load): Likewise.
3505 (load_shlib): Likewise.
3506
b4757f2e
TT
35072020-05-20 Tom Tromey <tromey@adacore.com>
3508
3509 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3510
9a0bacfb
TV
35112020-05-20 Tom de Vries <tdevries@suse.de>
3512
3513 PR symtab/25833
3514 * gdb.base/with-mf-inc.c: New test.
3515 * gdb.base/with-mf-main.c: New test.
3516 * gdb.base/with-mf.exp: New file.
3517
76571211
TT
35182020-05-19 Tom Tromey <tromey@adacore.com>
3519
3520 * gdb.rust/simple.exp: Restore missing test result.
3521
4cd9f3d5
TV
35222020-05-19 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.base/gdb-caching-proc.exp: Fix typo.
3525
7d874253
TT
35262020-05-19 Tom Tromey <tromey@adacore.com>
3527
3528 * gdb.rust/simple.exp: Add some test descriptions.
3529 (test_one_slice): Use with_test_prefix.
3530
1d727695
TV
35312020-05-18 Tom de Vries <tdevries@suse.de>
3532
3533 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3534
7f32a4d5
PA
35352020-05-17 Pedro Alves <palves@redhat.com>
3536
3537 PR gdb/25741
3538 * gdb.base/hw-sw-break-same-address.exp: New file.
3539
7cfd74cf
PA
35402020-05-16 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3543 LAST_LOADED_FILE accordingly.
3544
57b4f16e
PW
35452020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3546
3547 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3548
7c05caf7
PW
35492020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3550
3551 * gdb.base/help.exp: Test apropos and help for commands
3552 having aliases. Fixed comments not starting with an
3553 upper-case letter or not finishing with a dot.
3554
7aa1b46f
PW
35552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3556
3b3aaacb
PW
3557 * gdb.base/alias.exp: Update help output check.
3558
57b4f16e 35592020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3560
7aa1b46f
PW
3561 * gdb.base/default.exp: Update output following fixes.
3562
0605465f
PW
35632020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3564
3565 * gdb.base/alias.exp: Test aliases starting with a prefix of
3566 another alias.
3567
86e4e63d
GB
35682020-05-15 Gary Benson <gbenson@redhat.com>
3569
3570 * gdb.base/info-os.c (main): Add return statement.
3571 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3572 * gdb.base/large-frame-2.c (func): Likewise.
3573 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3574 * gdb.base/pr10179-b.c (foo2): Likewise.
3575 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3576 * gdb.base/watch-cond.c (func): Likewise.
3577 * gdb.multi/goodbye.c (verylongfun): Likewise.
3578 * gdb.multi/hello.c (commonfun): Likewise.
3579 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3580 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3581 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3582 Likewise.
3583 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3584 * gdb.threads/interrupt-while-step-over.c (child_function):
3585 Likewise.
3586 * gdb.trace/actions-changed.c (end): Likewise.
3587
163df4df
GB
35882020-05-15 Gary Benson <gbenson@redhat.com>
3589
3590 * gdb.opencl/callfuncs.exp: Report when test skipped.
3591 * gdb.opencl/convs_casts.exp: Likewise.
3592 * gdb.opencl/datatypes.exp: Likewise.
3593 * gdb.opencl/operators.exp: Likewise.
3594 * gdb.opencl/vec_comps.exp: Likewise.
3595
6dbc505a
TV
35962020-05-15 Tom de Vries <tdevries@suse.de>
3597
3598 * gdb.base/align.exp.in: Rename to ...
3599 * gdb.base/align.exp.tcl: ... this.
3600 * gdb.base/align-c++.exp: Update.
3601 * gdb.base/align-c.exp: Update.
3602 * gdb.base/all-architectures.exp.in: Rename to ...
3603 * gdb.base/all-architectures.exp: ... this.
3604 * gdb.base/all-architectures-0.exp: Update.
3605 * gdb.base/all-architectures-1.exp: Update.
3606 * gdb.base/all-architectures-2.exp: Update.
3607 * gdb.base/all-architectures-3.exp: Update.
3608 * gdb.base/all-architectures-4.exp: Update.
3609 * gdb.base/all-architectures-5.exp: Update.
3610 * gdb.base/all-architectures-6.exp: Update.
3611 * gdb.base/all-architectures-7.exp: Update.
3612 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3613 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3614 * gdb.base/infcall-nested-structs-c++.exp: Update.
3615 * gdb.base/infcall-nested-structs-c.exp: Update.
3616 * gdb.base/info-types.exp.in: Rename to ...
3617 * gdb.base/info-types.exp.tcl: ... this.
3618 * gdb.base/info-types-c++.exp: Update.
3619 * gdb.base/info-types-c.exp: Update.
3620 * gdb.base/max-depth.exp.in: Rename to ...
3621 * gdb.base/max-depth.exp.tcl: ... this.
3622 * gdb.base/max-depth-c++.exp: Update.
3623 * gdb.base/max-depth-c.exp: Update.
3624 * gdb.cp/cpexprs.exp.in: Rename to ...
3625 * gdb.cp/cpexprs.exp.tcl: ... this.
3626 * gdb.cp/cpexprs-debug-types.exp: Update.
3627 * gdb.cp/cpexprs.exp: Update.
3628 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3629 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3630 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3631 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3632 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3633 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3634 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3635 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3636 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3637 * gdb.dwarf2/clang-debug-names.exp: Update.
3638
d1034d78
AB
36392020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * lib/check-test-names.exp: Remove code that prevents this file
3642 loading when tests are run in parallel.
3643
3c5c3649
PA
36442020-05-15 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.multi/multi-kill.exp (start_inferior): Remove
3647 'testpid' parameter. Refer to namespace variable directly.
3648 (testpid): Declare as namespace variable.
3649
272c36b8
PA
36502020-05-15 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.multi/multi-kill.exp: Wrap in namespace.
3653 (start_inferior): Add TESTPID parameter. Use it instead of the
3654 testpid global.
3655 (top level): Define empty TESTPID array, and pass it down to
3656 start_inferior.
3657
02eba61a
TV
36582020-05-14 Tom de Vries <tdevries@suse.de>
3659
3660 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3661 output.
3662
971a3747
TV
36632020-05-14 Tom de Vries <tdevries@suse.de>
3664
3665 * gdb.base/align.exp: Split into ...
3666 * gdb.base/align.exp.in: ...
3667 * gdb.base/align-c++.exp: ...
3668 * gdb.base/align-c.exp: ... these.
3669 * gdb.base/infcall-nested-structs.exp: Split into ...
3670 * gdb.base/infcall-nested-structs.exp.in: ...
3671 * gdb.base/infcall-nested-structs-c++.exp: ...
3672 * gdb.base/infcall-nested-structs-c.exp: ... these.
3673 * gdb.base/info-types.exp: Split into ...
3674 * gdb.base/info-types.exp.in: ...
3675 * gdb.base/info-types-c++.exp: ...
3676 * gdb.base/info-types-c.exp: ... these.
3677 * gdb.base/max-depth.exp: Split into ...
3678 * gdb.base/max-depth.exp.in: ...
3679 * gdb.base/max-depth-c++.exp: ...
3680 * gdb.base/max-depth-c.exp: ... these.
3681 * gdb.cp/infcall-nodebug.exp: Split into ...
3682 * gdb.cp/infcall-nodebug.exp.in: ...
3683 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3684 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3685 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3686 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3687
a05575d3
TBA
36882020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3689 Pedro Alves <palves@redhat.com>
3690
3691 * gdb.multi/multi-exit.c: New file.
3692 * gdb.multi/multi-exit.exp: New file.
3693 * gdb.multi/multi-kill.c: New file.
3694 * gdb.multi/multi-kill.exp: New file.
3695
6ad82919
TBA
36962020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3697
3698 * gdb.base/annota1.exp: Update the expected output.
3699 * gdb.cp/annota2.exp: Ditto.
3700
843f4d93
AB
37012020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3702
3703 * lib/check-test-names.exp: Disable when testing is being run in
3704 parallel.
3705
c7c66341
TV
37062020-05-12 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.base/jit-elf.exp: Fix string concat.
3709
1b59ca1c
TV
37102020-05-12 Tom de Vries <tdevries@suse.de>
3711
3712 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3713 messages.
3714
b4991d29
TV
37152020-05-12 Tom de Vries <tdevries@suse.de>
3716
3717 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3718
dbb0ab10
TV
37192020-05-12 Tom de Vries <tdevries@suse.de>
3720
3721 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3722 * gdb.ada/mi_catch_ex.exp: Same.
3723 * gdb.ada/mi_catch_ex_hand.exp: Same.
3724
7549fed8
TV
37252020-05-12 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.fortran/complex.exp: Use with_test_prefix.
3728
af2d5cd8
TV
37292020-05-12 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.trace/passcount.exp: Fix test-names.
3732
7c121311
TV
37332020-05-12 Tom de Vries <tdevries@suse.de>
3734
3735 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3736
c9f3b40e
TV
37372020-05-12 Tom de Vries <tdevries@suse.de>
3738
3739 * gdb.gdb/complaints.exp: Use with_test_prefix.
3740 * gdb.xml/tdesc-regs.exp: Same.
3741 * gdb.opt/inline-locals.exp: Fix test name.
3742
111b33f0
TV
37432020-05-12 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3746 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3747 * gdb.dwarf2/implref-struct.exp: Same.
3748 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3749 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3750
ebf47080
SM
37512020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3752
3753 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3754
d30dcd12
AB
37552020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * lib/check-test-names.exp (all_test_names): New module variable.
3758 (counts): Add 'duplicates' field.
3759 (_check_duplicates): New procedure.
3760 (check): Also check for duplicates.
3761 (do_log_summary): Print duplicates count.
3762 (do_reset_vars): Reset counter for duplicate test names, and
3763 discard all know test names.
3764
34584c09
AB
37652020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * lib/gdb.exp: Include check-test-names.exp library.
3768 * lib/check-test-names.exp: New file.
3769
e0002117
TV
37702020-05-11 Tom de Vries <tdevries@suse.de>
3771
3772 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3773
53f539a3
KS
37742020-05-11 Keith Seitz <keiths@redhat.com>
3775
3776 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3777
113ee09a
TV
37782020-05-11 Tom de Vries <tdevries@suse.de>
3779
3780 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3781 * gdb.cp/cpexprs.exp.in: .. here.
3782 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3783 cpexprs.exp.
3784
ba3e70b0
KS
37852020-05-11 Keith Seitz <keiths@redhat.com>
3786
3787 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3788 test names.
3789 * gdb.ada/arrayptr.exp: Likewise.
3790 * gdb.ada/assign_arr.exp: Likewise.
3791 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3792 * gdb.ada/bp_on_var.exp: Likewise.
3793 * gdb.ada/call_pn.exp: Likewise.
3794 * gdb.ada/complete.exp: Likewise.
3795 * gdb.ada/fun_overload_menu.exp: Likewise.
3796 * gdb.ada/funcall_param.exp: Likewise.
3797 * gdb.ada/funcall_ref.exp: Likewise.
3798 * gdb.ada/packed_array_assign.exp: Likewise.
3799 * gdb.ada/same_component_name.exp: Likewise.
3800 * gdb.ada/type_coercion.exp: Likewise.
3801 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3802 * gdb.ada/variant_record_packed_array.exp: Likewise.
3803
3ee6bb11
TV
38042020-05-11 Tom de Vries <tdevries@suse.de>
3805
3806 PR symtab/25941
3807 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3808 out of ...
3809 * gdb.dwarf2/clang-debug-names.exp: ... here.
3810 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3811 clang-debug-names.exp.in.
3812 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3813 * gdb.dwarf2/clang-debug-names-2.c: New test.
3814
86cd6bc8
AKS
38152020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3816
3817 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3818 (fortran_runto_main): New Proc, fortran version of runto_main.
3819 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3820 * gdb.fortran/array-bounds.exp: Likewise.
3821 * gdb.fortran/array-slices.exp: Likewise.
3822 * gdb.fortran/block-data.exp: Likewise.
3823 * gdb.fortran/charset.exp: Likewise.
3824 * gdb.fortran/common-block.exp: Likewise.
3825 * gdb.fortran/complex.exp: Likewise.
3826 * gdb.fortran/derived-type-function.exp: Likewise.
3827 * gdb.fortran/derived-type.exp: Likewise.
3828 * gdb.fortran/info-modules.exp: Likewise.
3829 * gdb.fortran/info-types.exp: Likewise.
3830 * gdb.fortran/intrinsics.exp: Likewise.
3831 * gdb.fortran/library-module.exp: Likewise.
3832 * gdb.fortran/logical.exp: Likewise.
3833 * gdb.fortran/max-depth.exp: Likewise.
3834 * gdb.fortran/module.exp: Likewise.
3835 * gdb.fortran/multi-dim.exp: Likewise.
3836 * gdb.fortran/nested-funcs.exp: Likewise.
3837 * gdb.fortran/print-formatted.exp: Likewise.
3838 * gdb.fortran/print_type.exp: Likewise.
3839 * gdb.fortran/printing-types.exp: Likewise.
3840 * gdb.fortran/ptr-indentation.exp: Likewise.
3841 * gdb.fortran/ptype-on-functions.exp: Likewise.
3842 * gdb.fortran/subarray.exp: Likewise.
3843 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3844 * gdb.fortran/vla-datatypes.exp: Likewise.
3845 * gdb.fortran/vla-history.exp: Likewise.
3846 * gdb.fortran/vla-ptr-info.exp: Likewise.
3847 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3848 * gdb.fortran/vla-ptype.exp: Likewise.
3849 * gdb.fortran/vla-sizeof.exp: Likewise.
3850 * gdb.fortran/vla-type.exp: Likewise.
3851 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3852 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3853 * gdb.fortran/vla-value-sub.exp: Likewise.
3854 * gdb.fortran/vla-value.exp: Likewise.
3855 * gdb.fortran/whatis_type.exp: Likewise.
3856 * gdb.mi/mi-var-child-f.exp: Likewise.
3857
6dc55ce9 38582020-05-09 Tom de Vries <tdevries@suse.de>
3859
3860 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3861
283cb58c
TV
38622020-05-08 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.dwarf2/clang-debug-names.c: New test.
3865 * gdb.dwarf2/clang-debug-names.exp: New file.
3866
ac4a4f1c
SM
38672020-05-06 Simon Marchi <simon.marchi@efficios.com>
3868
3869 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3870 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3871
24fe640b
TV
38722020-05-06 Tom de Vries <tdevries@suse.de>
3873
3874 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3875 breakpoint is at a "recommended breakpoint location".
3876 * gdb.reverse/consecutive-reverse.exp: Same.
3877
0d8683a3
TV
38782020-05-06 Tom de Vries <tdevries@suse.de>
3879
3880 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3881 address.
3882
b8983c46
TV
38832020-05-06 Tom de Vries <tdevries@suse.de>
3884
3885 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3886
abf6d805
TV
38872020-05-06 Tom de Vries <tdevries@suse.de>
3888
3889 * gdb.base/store.exp (check_set, up_set): Allowing missing location
3890 info for r.
3891
0fc2a808
TV
38922020-05-06 Tom de Vries <tdevries@suse.de>
3893
3894 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
3895 necessary.
3896
873dd427
TV
38972020-05-06 Tom de Vries <tdevries@suse.de>
3898
3899 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
3900 void.
3901
7c99e7e2
TV
39022020-05-06 Tom de Vries <tdevries@suse.de>
3903
3904 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
3905 of ...
3906 * gdb.base/async.exp: ... here.
3907 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
3908 "recommended breakpoint location".
3909
6173d6a6
TV
39102020-05-06 Tom de Vries <tdevries@suse.de>
3911
3912 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
3913
6015a067
TV
39142020-05-04 Tom de Vries <tdevries@suse.de>
3915
3916 * gdb.base/async.exp: Check whether instruction addresses are a
3917 "recommended breakpoint location".
3918
3b6acaee
TT
39192020-05-03 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.base/sepdebug.exp: Remove "catch" test.
3922 * gdb.base/break.exp: Remove "catch" test.
3923 * gdb.base/default.exp: Update expected output.
3924
5beb4d17
TV
39252020-05-02 Tom de Vries <tdevries@suse.de>
3926
3927 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
3928 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
3929 * gdb.arch/i386-mpx-map.exp: Same.
3930 * gdb.arch/i386-mpx-sigsegv.exp: Same.
3931 * gdb.arch/i386-mpx-simple_segv.exp: Same.
3932 * gdb.arch/i386-mpx.exp: Same.
3933
8caf140d
TV
39342020-05-02 Tom de Vries <tdevries@suse.de>
3935
3936 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
3937
693196cb
TV
39382020-05-01 Tom de Vries <tdevries@suse.de>
3939
3940 * gdb.ada/operator_bp.exp: Allow more than required amount of
3941 breakpoint.
3942
53ae0aa9
TV
39432020-05-01 Tom de Vries <tdevries@suse.de>
3944
3945 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
3946
ee9d1e5f
HD
39472020-04-30 Hannes Domani <ssbssa@yahoo.de>
3948
3949 PR gdb/18706
3950 * gdb.cp/stub-array-size.cc: New test.
3951 * gdb.cp/stub-array-size.exp: New file.
3952 * gdb.cp/stub-array-size.h: New test.
3953 * gdb.cp/stub-array-size2.cc: New test.
3954
d5cf82c0
HD
39552020-04-30 Hannes Domani <ssbssa@yahoo.de>
3956
3957 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
3958 output to the new format.
3959
42e165c3
SM
39602020-04-29 Simon Marchi <simon.marchi@efficios.com>
3961
3962 * gdb.base/break.exp: Use with_test_prefix.
3963
6e4e3fe1
TV
39642020-04-29 Tom de Vries <tdevries@suse.de>
3965
3966 * lib/gdb.exp (debug_types): New proc.
3967 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
3968 * gdb.python/py-symtab.exp: Same.
3969
d642b692
HD
39702020-04-29 Hannes Domani <ssbssa@yahoo.de>
3971
3972 PR gdb/17320
3973 * gdb.base/pretty-array.c: New test.
3974 * gdb.base/pretty-array.exp: New file.
3975
ea90f227
TV
39762020-04-29 Tom de Vries <tdevries@suse.de>
3977
3978 PR symtab/25889
3979 * gdb.cp/cpexprs.exp: Adapt for inclusion.
3980 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
3981 and include cpexprs.exp.
3982
a65189c9
TV
39832020-04-28 Mark Williams <mark@myosotissp.com>
3984
3985 PR gdb/24480
3986 * dw4-toplevel-types.exp: Test for top level types.
3987 * dw4-toplevel-types.cc: Test for top level types.
3988
32d1f47a
TBA
39892020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3990
3991 * gdb.threads/stop-with-handle.exp: Fix typo in comment
3992 (theads -> threads).
3993
56a4f5a1
TV
39942020-04-28 Tom de Vries <tdevries@suse.de>
3995
3996 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
3997
0b2f8a3b
TV
39982020-04-28 Tom de Vries <tdevries@suse.de>
3999
4000 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4001
5390c717
TV
40022020-04-28 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4005
15cd93d0
TV
40062020-04-28 Tom de Vries <tdevries@suse.de>
4007
4008 * gdb.dwarf2/main-foo.c: New test.
4009 * gdb.dwarf2/struct-with-sig.exp: New file.
4010
d472f0fb
TV
40112020-04-25 Tom de Vries <tdevries@suse.de>
4012
4013 * boards/debug-types.exp: New file.
4014
8d840e05
AB
40152020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4016
4017 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4018
bcfe6157
TT
40192020-04-24 Tom Tromey <tom@tromey.com>
4020
4021 PR symtab/12707:
4022 * gdb.python/py-symbol.exp: Update expected results for
4023 linkage_name test.
4024 * gdb.cp/print-demangle.exp: New file.
4025 * gdb.base/c-linkage-name.exp: Fix test.
4026 * gdb.guile/scm-symbol.exp: Update expected results for
4027 linkage_name test.
4028
f049a313
TT
40292020-04-24 Tom Tromey <tom@tromey.com>
4030
4031 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4032 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4033 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4034 assembler.
4035
7cf28874
TV
40362020-04-24 Tom de Vries <tdevries@suse.de>
4037
4038 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4039 C++.
4040
dac2fef7
TT
40412020-04-24 Tom Tromey <tromey@adacore.com>
4042
4043 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4044 values.
4045 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4046 values. Update test for minimal encodings.
4047 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4048 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4049 values. Update test for minimal encodings.
4050
1acda803
TT
40512020-04-24 Tom Tromey <tromey@adacore.com>
4052
4053 PR python/23662:
4054 * gdb.ada/variant.exp: Add Python checks.
4055 * gdb.rust/simple.exp: Add dynamic type checks.
4056
adfb9815
TT
40572020-04-24 Tom Tromey <tromey@adacore.com>
4058
4059 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4060 Make array type matching more lax.
4061 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4062 * gdb.ada/mi_variant.exp: New file.
4063 * gdb.ada/mi_variant/pck.ads: New file.
4064 * gdb.ada/mi_variant/pkg.adb: New file.
4065 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4066 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4067
7d79de9a
TT
40682020-04-24 Tom Tromey <tromey@adacore.com>
4069
4070 * gdb.ada/variant.exp: Add dynamic field offset tests.
4071 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4072 * gdb.ada/variant/pkg.adb: Add new variables.
4073
f8e89861
TT
40742020-04-24 Tom Tromey <tromey@adacore.com>
4075
4076 * gdb.ada/variant.exp: New file
4077 * gdb.ada/variant/pkg.adb: New file
4078 * gdb.ada/variant/pck.adb: New file
4079
86e887ae
TV
40802020-04-24 Tom de Vries <tdevries@suse.de>
4081
4082 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4083
88428775
TV
40842020-04-24 Tom de Vries <tdevries@suse.de>
4085
4086 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4087 flags.
4088
4e86f6e7
TV
40892020-04-24 Tom de Vries <tdevries@suse.de>
4090
4091 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4092
2016d3e6
TV
40932020-04-24 Tom de Vries <tdevries@suse.de>
4094
4095 * lib/gdb.exp (default_gdb_start): Handle eof.
4096 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4097 failure.
4098 * gdb.base/readnever.exp: Handle clean_restart failure.
4099
70bc38f5
TV
41002020-04-23 Tom de Vries <tdevries@suse.de>
4101
4102 * gdb.base/decl-before-def.exp: Run to main and print a again.
4103
de82891c
TV
41042020-04-23 Tom de Vries <tdevries@suse.de>
4105
4106 * gdb.base/decl-before-def-decl.c: New test.
4107 * gdb.base/decl-before-def-def.c: New test.
4108 * gdb.base/decl-before-def.exp: New file.
4109
96038148
TV
41102020-04-23 Tom de Vries <tdevries@suse.de>
4111
4112 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4113
54ac3df1
TV
41142020-04-22 Tom de Vries <tdevries@suse.de>
4115
4116 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4117 debug_info_offset.
4118 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4119 before $objsfile in the line line.
4120
714534e1
TV
41212020-04-22 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4124
16a7dbf4
MS
41252020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4126
4127 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4128 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4129 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4130 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4131 * gdb.base/jit-protocol.h: Update definitions to match all usage
4132 contexts.
4133
41342020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4135
4136 * gdb.base: Rename all jit related test and source files.
4137
41382020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4139
4140 * gdb.base/jit-reader.exp: Relax register output check.
4141
317d2668
TV
41422020-04-22 Tom de Vries <tdevries@suse.de>
4143
4144 PR symtab/25764
4145 * gdb.base/psym-external-decl-2.c: New test.
4146 * gdb.base/psym-external-decl.c: New test.
4147 * gdb.base/psym-external-decl.exp: New file.
4148 * gdb.threads/tls.exp: Add PR25807 kfail.
4149
eea9e357
TV
41502020-04-22 Tom de Vries <tdevries@suse.de>
4151
4152 PR symtab/25801
4153 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4154 in "info source" output.
4155
3d5afab3
TV
41562020-04-22 Tom de Vries <tdevries@suse.de>
4157
4158 PR symtab/25700
4159 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4160 symtab for imported_unit.c.
4161
b32102f6
GB
41622020-04-21 Gary Benson <gbenson@redhat.com>
4163
4164 * gdb.base/advance.c (func): New argument, to match call site.
4165 (func2, func3): Add return statements.
4166
d43b7a2d
TBA
41672020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4168
4169 * gdb.multi/run-only-second-inf.c: New file.
4170 * gdb.multi/run-only-second-inf.exp: New file.
4171
d89edf9b
MM
41722020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4173
4174 * gdb.btrace/multi-inferior.c: New test.
4175 * gdb.btrace/multi-inferior.exp: New file.
4176
1a476b6d
MM
41772020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4178
4179 * gdb.btrace/enable-new-thread.c: New test.
4180 * gdb.btrace/enable-new-thread.exp: New file.
4181
4778a5f8
TV
41822020-04-21 Tom de Vries <tdevries@suse.de>
4183
4184 PR gdb/25471
4185 * gdb.threads/killed-outside.c: New test.
4186 * gdb.threads/killed-outside.exp: New file.
4187
9b2c992c
GB
41882020-04-20 Gary Benson <gbenson@redhat.com>
4189
4190 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4191 * gdb.base/nested-subp2.exp: Likewise.
4192 * gdb.base/nested-subp3.exp: Likewise.
4193
b5d1d6f7
GB
41942020-04-20 Gary Benson <gbenson@redhat.com>
4195
4196 * gdb.base/nested-subp1.exp: Disable test when using clang.
4197 * gdb.base/nested-subp2.exp: Likewise.
4198 * gdb.base/nested-subp3.exp: Likewise.
4199
25230285
GB
42002020-04-20 Gary Benson <gbenson@redhat.com>
4201
4202 * gdb.cp/exception.cc: Fix compilation error with clang.
4203
fa93cc8f
GB
42042020-04-20 Gary Benson <gbenson@redhat.com>
4205
809730f3 4206 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4207
e0c45f30
GB
42082020-04-20 Gary Benson <gbenson@redhat.com>
4209
4210 * gdb.base/jit-main.c: Fix compilation error with clang.
4211
4ddfec93
KR
42122020-04-17 Kamil Rytarowski <n54@gmx.com>
4213
4214 * gdb.base/attach-twice.c: Include "sys/types.h".
4215 (PTRACE_ATTACH): Add fallback definition.
4216 (main): Pass `0' to the 4th argument of `ptrace'.
4217
2bed205e
KR
42182020-04-17 Kamil Rytarowski <n54@gmx.com>
4219
4220 * gdb.base/fork-running-state.c: Include "signal.h".
4221
0743fc83
TT
42222020-04-17 Tom Tromey <tromey@adacore.com>
4223
4224 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4225 Update tests.
4226 * gdb.btrace/cpu.exp: Update tests.
4227 * gdb.base/maint.exp: Update tests.
4228 * gdb.base/default.exp: Update tests.
4229 * gdb.base/completion.exp: Update tests.
4230
efba5c23
TV
42312020-04-16 Tom de Vries <tdevries@suse.de>
4232
4233 PR symtab/25791
4234 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4235 (ensure_gdb_index): and factor out and move ...
4236 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4237 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4238
d191d716
TV
42392020-04-16 Tom de Vries <tdevries@suse.de>
4240
4241 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4242 loading exec.
4243
99f1bc6a
AB
42442020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4245
4246 * gdb.base/many-completions.exp: New file.
4247
194d088f
TV
42482020-04-14 Tom de Vries <tdevries@suse.de>
4249
4250 PR symtab/25718
4251 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4252
c1a66c06
TV
42532020-04-14 Tom de Vries <tdevries@suse.de>
4254
4255 PR symtab/25720
4256 * gdb.base/maint-expand-symbols-header-file.c: New test.
4257 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4258 * gdb.base/maint-expand-symbols-header-file.h: New test.
4259
21b0982c
AB
42602020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4261
4262 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4263 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4264 get_func_info.
4265 (get_func_info): Delete.
4266 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4267 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4268 * lib/dwarf.exp (get_func_info): New function.
4269
dd1cab06
TV
42702020-04-13 Tom de Vries <tdevries@suse.de>
4271
4272 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4273 to what find_gnatmake does.
4274
71ea2b6b
TV
42752020-04-10 Tom de Vries <tdevries@suse.de>
4276
4277 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4278 -readnow.
4279
bdfc1e8a
TV
42802020-04-10 Tom de Vries <tdevries@suse.de>
4281
4282 PR cli/25808
4283 * gdb.base/style.c: Add leading newlines.
4284 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4285 Check listing of main's one-line body.
4286
14ca8ecf
TV
42872020-04-08 Tom de Vries <tdevries@suse.de>
4288
4289 * lib/gdb.exp (psymtabs_p): New proc.
4290 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4291 importing unit" unsupported if there are no partial symbols.
4292
e21d048f
TV
42932020-04-08 Tom de Vries <tdevries@suse.de>
4294
4295 PR testsuite/25760
4296 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4297
25c11aca
TV
42982020-04-07 Tom de Vries <tdevries@suse.de>
4299
4300 PR symtab/25796
4301 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4302
5707e24b
TV
43032020-04-07 Tom de Vries <tdevries@suse.de>
4304
4305 * gdb.base/check-psymtab.c: New test.
4306 * gdb.base/check-psymtab.exp: New file.
4307
6ee448cc
TT
43082020-04-06 Tom Tromey <tromey@adacore.com>
4309
4310 * gdb.ada/variant-record/proc.adb: New file.
4311 * gdb.ada/variant-record/value.adb: New file.
4312 * gdb.ada/variant-record/value.s: New file.
4313 * gdb.ada/variant-record.exp: New file.
4314
9e7c9a03
HD
43152020-04-03 Hannes Domani <ssbssa@yahoo.de>
4316
4317 PR gdb/25325
4318 * gdb.cp/typed-enum.cc: New test.
4319 * gdb.cp/typed-enum.exp: New file.
4320
c90d28ac
AB
43212020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4324 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4325 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4326 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4327 * gdb.opt/inline-small-func.c: New file.
4328 * gdb.opt/inline-small-func.exp: New file.
4329 * gdb.opt/inline-small-func.h: New file.
4330
34e9a9fa
AB
43312020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4332
4333 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4334 function.
4335
6a354911
AB
43362020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 * lib/dwarf.exp (function_range): Allow compiler options to be
4339 specified.
4340
880d9777
TV
43412020-04-02 Tom de Vries <tdevries@suse.de>
4342
4343 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4344 __attribute__((always_inline)).
4345 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4346
f32682ea
TV
43472020-04-02 Tom de Vries <tdevries@suse.de>
4348
4349 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4350 (gdbserver_gdb_exit): ... here. Add timeout warning.
4351 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4352 (connect_target_extended_remote): Append new server_spawn_id to
4353 server_spawn_ids.
4354 (cleanup): New proc.
4355 (setup, <toplevel>): Call cleanup.
4356
d3214198
TV
43572020-04-02 Tom de Vries <tdevries@suse.de>
4358
4359 * gdb.base/main-psymtab.exp: New file.
4360
cc77ed24
TV
43612020-04-02 Tom de Vries <tdevries@suse.de>
4362
4363 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4364
3638a098
TT
43652020-04-01 Tom Tromey <tom@tromey.com>
4366
4367 * gdb.base/complex-parts.exp: Add type tests.
4368
c34e8714
TT
43692020-04-01 Tom Tromey <tom@tromey.com>
4370
4371 * gdb.base/complex-parts.exp: Add arithmetic tests.
4372
981c08ce
TT
43732020-04-01 Tom Tromey <tom@tromey.com>
4374
4375 * gdb.compile/compile.exp: Update.
4376 * gdb.compile/compile-cplus.exp: Update.
4377 * gdb.base/varargs.exp: Update.
4378 * gdb.base/floatn.exp: Update.
4379 * gdb.base/endianity.exp: Update.
4380 * gdb.base/callfuncs.exp (do_function_calls): Update.
4381 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4382 (complex_float_integral_args): Update.
4383 * gdb.base/complex.exp: Update.
4384 * gdb.base/complex-parts.exp: Update.
4385
3d1cfd43
TT
43862020-04-01 Tom Tromey <tromey@adacore.com>
4387
4388 * gdb.rust/union.rs: New file.
4389 * gdb.rust/union.exp: New file.
4390 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4391 (main): Update.
4392 * gdb.rust/simple.exp: Move union tests to union.exp.
4393
e033dfa9
TT
43942020-04-01 Tom Tromey <tromey@adacore.com>
4395
4396 * gdb.rust/simple.rs (main): Remove "y0".
4397
53cccef1
TBA
43982020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4399
4400 * gdb.multi/stop-all-on-exit.c: New test.
4401 * gdb.multi/stop-all-on-exit.exp: New file.
4402
60e22c1e
HD
44032020-04-01 Hannes Domani <ssbssa@yahoo.de>
4404
4405 PR gdb/24789
4406 * gdb.cp/misc.cc: Add integer reference variable.
4407 * gdb.cp/misc.exp: Add test.
4408
e139a727
TBA
44092020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4410
4411 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4412 scenario to cover execution until the end and also the case
4413
16b0db75
TV
44142020-03-31 Tom de Vries <tdevries@suse.de>
4415
4416 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4417 c. Use "maint info symtabs" to check symtab expansion.
4418
c0502da6
TV
44192020-03-30 Tom de Vries <tdevries@suse.de>
4420
4421 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4422 unsupported.
4423 (verify_psymtab_expanded): Move ...
4424 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4425 test.
4426 (readnow): New proc.
4427
5935fd15
AB
44282020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4429
4430 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4431 with $hex.
4432
1773be9e
TT
44332020-03-20 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4436
70304be9
TT
44372020-03-20 Tom Tromey <tromey@adacore.com>
4438
4439 * gdb.ada/sub_variant/subv.adb: New file.
4440 * gdb.ada/sub_variant.exp: New file.
4441
0dd7b8f7
TV
44422020-03-20 Tom de Vries <tdevries@suse.de>
4443
4444 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4445 first break fails.
4446 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4447
cada5fc9
AB
44482020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4449
4450 * gdb.server/exit-multiple-threads.c: New file.
4451 * gdb.server/exit-multiple-threads.exp: New file.
4452
6b8c53f2
AB
44532020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.fortran/mixed-lang-stack.c: New file.
4456 * gdb.fortran/mixed-lang-stack.cpp: New file.
4457 * gdb.fortran/mixed-lang-stack.exp: New file.
4458 * gdb.fortran/mixed-lang-stack.f90: New file.
4459
19a2740f
AB
44602020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.linespec/cp-completion-aliases.cc: New file.
4463 * gdb.linespec/cp-completion-aliases.exp: New file.
4464
d8c8b848
TV
44652020-03-19 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4468 more precise.
4469
a9933ccf
TV
44702020-03-18 Tom de Vries <tdevries@suse.de>
4471
4472 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4473 * gdb.dwarf2/break-inline-psymtab.c: New test.
4474 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4475
2f89101f
TV
44762020-03-16 Tom de Vries <tdevries@suse.de>
4477
4478 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4479 cache_verify and cache_verify_proc.
4480
6b9374f1
TV
44812020-03-15 Tom de Vries <tdevries@suse.de>
4482
4483 * gdb.server/solib-list.exp: Handle
4484 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4485
eaeaf44c
TV
44862020-03-15 Tom de Vries <tdevries@suse.de>
4487
4488 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4489 objfiles".
4490
3293bbaf
TT
44912020-03-14 Tom Tromey <tom@tromey.com>
4492
4493 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4494
ab44624c
TV
44952020-03-14 Tom de Vries <tdevries@suse.de>
4496
4497 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4498
54c43825
TV
44992020-03-14 Tom de Vries <tdevries@suse.de>
4500
4501 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4502 result in line-by-line fashion.
4503
2ac70237
TV
45042020-03-14 Tom de Vries <tdevries@suse.de>
4505
4506 * lib/gdb.exp (supports_statement_frontiers): New proc.
4507 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4508
09546b56
TV
45092020-03-14 Tom de Vries <tdevries@suse.de>
4510
4511 * gdb.base/printcmds.exp: Add missing quoting for "print
4512 teststring2".
4513
a1f6a07c
TT
45142020-03-13 Tom Tromey <tom@tromey.com>
4515
4516 * gdb.base/printcmds.exp (test_print_strings): Add regression
4517 test.
4518 * gdb.base/printcmds.c (charptr): New typedef.
4519 (teststring2): New global.
4520
1b83d09c
AB
45212020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4522
4523 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4524 full path in the test name.
4525 (test_ld): Add some with_test_prefix blocks to make test names
4526 unique.
4527
2d61316c
TV
45282020-03-13 Tom de Vries <tdevries@suse.de>
4529
4530 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4531
2e9145ac
TV
45322020-03-13 Tom de Vries <tdevries@suse.de>
4533
4534 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4535
96c7f873
TV
45362020-03-13 Tom de Vries <tdevries@suse.de>
4537
4538 PR symtab/25646
4539 * gdb.dwarf2/imported-unit.exp: Add test.
4540
49ba92c0
TV
45412020-03-13 Tom de Vries <tdevries@suse.de>
4542
4543 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4544 (var1, var2): New variable.
4545 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4546 matching symbols.
4547
301b21e0
TV
45482020-03-13 Tom de Vries <tdevries@suse.de>
4549
4550 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4551 (Term::command): Use prompt prefix.
4552 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4553 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4554 command_no_prompt_prefix instead of prefix.
4555 * gdb.tui/tui-layout-asm.exp: Same.
4556
3f512721
SM
45572020-03-12 Simon Marchi <simon.marchi@efficios.com>
4558
4559 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4560
40310f30
SM
45612020-03-12 Simon Marchi <simon.marchi@efficios.com>
4562
4563 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4564 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4565 on" while stepping over the test instruction, match printed
4566 message.
4567
09252140
TV
45682020-03-12 Tom de Vries <tdevries@suse.de>
4569
4570 * gdb.base/info-types.exp: Use exp_continue during matching of output
4571 of "info types".
4572
14e9c72c
TV
45732020-03-12 Tom de Vries <tdevries@suse.de>
4574
4575 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4576
e515d67e
TV
45772020-03-12 Tom de Vries <tdevries@suse.de>
4578
4579 * gdb.fortran/module.exp: Use exp_continue during matching of output
4580 of "info variable -n".
4581
307eafd8
TV
45822020-03-12 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4585 gdb.dwarf2/dw2-ranges-base.c.
4586
9a2de3fc
TV
45872020-03-12 Tom de Vries <tdevries@suse.de>
4588
4589 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4590 in presence of GLIBC debuginfo.
4591
3217502e
TV
45922020-03-12 Tom de Vries <tdevries@suse.de>
4593
4594 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4595 $core.
4596
1281424c
TV
45972020-03-12 Tom de Vries <tdevries@suse.de>
4598
4599 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4600 more precise.
4601
038b97fc
SM
46022020-03-11 Simon Marchi <simon.marchi@efficios.com>
4603
4604 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4605 from Unix to Windows path.
4606
5308d1e7
TV
46072020-03-11 Tom de Vries <tdevries@suse.de>
4608
4609 * gdb.ada/minsyms.exp: Set language to ada.
4610
f870f78f
TV
46112020-03-11 Tom de Vries <tdevries@suse.de>
4612
4613 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4614
5a13315d
TV
46152020-03-11 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4618
976862ed
TT
46192020-03-11 Tom Tromey <tromey@adacore.com>
4620
4621 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4622
7462c383
TV
46232020-03-11 Tom de Vries <tdevries@suse.de>
4624
4625 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4626
1c6c46a0
TV
46272020-03-11 Tom de Vries <tdevries@suse.de>
4628
4629 * gdb.base/break-interp.exp: Limit verbose scope.
4630
44f41bb7
TV
46312020-03-11 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.fortran/logical.f90: Define variable with character type.
4634 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4635
b76f3a42
TV
46362020-03-11 Tom de Vries <tdevries@suse.de>
4637
4638 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4639
1c33af77
TV
46402020-03-11 Tom de Vries <tdevries@suse.de>
4641
4642 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4643 symtabs.
4644
8c95582d
AB
46452020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4646 Bernd Edlinger <bernd.edlinger@hotmail.de>
4647
4648 * gdb.cp/step-and-next-inline.cc: New file.
4649 * gdb.cp/step-and-next-inline.exp: New file.
4650 * gdb.cp/step-and-next-inline.h: New file.
4651 * gdb.dwarf2/dw2-is-stmt.c: New file.
4652 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4653 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4654 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4655 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4656
cecf8547
AB
46572020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4658
4659 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4660 is-stmt flag in the line table.
4661
0ba678c9
TV
46622020-03-09 Tom de Vries <tdevries@suse.de>
4663
4664 * lib/gdb.exp (cached_file): Create cache dir.
4665
72fbdf83
TV
46662020-03-07 Tom de Vries <tdevries@suse.de>
4667
4668 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4669 * gdb.cp/rvalue-ref-params.exp: Same.
4670
436b5e99
TV
46712020-03-06 Tom de Vries <tdevries@suse.de>
4672
4673 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4674 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4675
09f2921c
TV
46762020-03-06 Tom de Vries <tdevries@suse.de>
4677
4678 * README: Fix "the the".
4679 * gdb.base/dprintf.exp: Same.
4680
50a3cc5d
TV
46812020-03-05 Tom de Vries <tdevries@suse.de>
4682
4683 * gdb.base/maint.exp: Update "main print statistics" expected output.
4684
0a709cba
AKS
46852020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4686
4687 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4688 (fortran_int8): Likewise.
4689 (fortran_real4): Likewise.
4690 (fortran_real8): Likewise.
4691 (fortran_complex4): Likewise.
4692 (fortran_logical4): Likewise.
4693 (fortran_character1): Likewise.
4694
5e5d66b6
AB
46952020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4698 printed as true.
4699
7b973adc
SDJ
47002020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4701
4702 * gdb.base/printcmds.exp: Add test to verify printf of a
4703 variable holding an address.
4704
478e490a
TV
47052020-03-03 Tom de Vries <tdevries@suse.de>
4706
4707 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4708
1ef44e86
TV
47092020-03-03 Tom de Vries <tdevries@suse.de>
4710
4711 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4712 gdb_test_multiple call.
4713
b98cc2cf
TV
47142020-03-03 Tom de Vries <tdevries@suse.de>
4715
4716 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4717 gdb_test_multiple calls.
4718
63e163f2
AB
47192020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 * gdb.base/default.exp: Remove test of 'set history filename'.
4722 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4723 filename to the empty string.
4724 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4725 and GDBHISTSIZE.
4726
24ed6739
AB
47272020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4730 disabled.
4731
590003dc 47322020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4733 Tom de Vries <tdevries@suse.de>
590003dc
TV
4734
4735 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4736 -prompt prefix, before user_code argument. Add -lbl option likewise.
4737 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4738 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4739 argument.
4740 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4741 have "\r\n" at start-of-line, instead of at end-of-line.
4742
f5e46084
SM
47432020-02-28 Simon Marchi <simon.marchi@efficios.com>
4744
4745 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4746 libinproctrace.so.
4747
f7a7000d
LM
47482020-02-28 Luis Machado <luis.machado@linaro.org>
4749
4750 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4751 to "p/x".
4752
718e0816
LM
47532020-02-28 Luis Machado <luis.machado@linaro.org>
4754
4755 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4756 asm/ptrace.h and error.h.
4757
13c3a74a
TV
47582020-02-28 Tom de Vries <tdevries@suse.de>
4759
4760 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4761 (struct wrapper, do_something, mundane/symada__cS): Move ...
4762 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4763 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4764 Update "print symada__cS before partial symtab expansion" regexp.
4765 Update breakpoint location. Flush symbol cache after expansion.
4766
85d2d5bb
LM
47672020-02-28 Luis Machado <luis.machado@linaro.org>
4768
4769 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4770
3608f86c
TV
47712020-02-27 Tom de Vries <tdevries@suse.de>
4772
4773 * config/sid.exp: Remove unused globals.
4774 * gdb.base/attach.exp: Same.
4775 * gdb.base/catch-load.exp: Same.
4776 * gdb.base/dbx.exp: Same.
4777 * lib/gdb.exp: Same.
4778 * lib/mi-support.exp: Same.
4779 * lib/prompt.exp: Same.
4780
c8d4f6df
TV
47812020-02-27 Tom de Vries <tdevries@suse.de>
4782
4783 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4784 not set.
4785
0d79cdc4
AM
47862020-02-26 Aaron Merey <amerey@redhat.com>
4787
4788 * gdb.debuginfod: New directory for debuginfod tests.
4789 * gdb.debuginfod/main.c: New test file.
4790 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4791
0dce4280
TV
47922020-02-26 Tom de Vries <tdevries@suse.de>
4793
4794 PR gdb/25603
4795 * gdb.base/persistent-lang.cc: New test.
4796 * gdb.base/persistent-lang.exp: New file.
4797
9e80cfa1
AB
47982020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4799
4800 * gdb.fortran/derived-type-striding.exp: Add a new test.
4801 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4802 new test.
4803
2078dbb2
AB
48042020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4805
4806 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4807 names.
4808
70d49700
TV
48092020-02-25 Tom de Vries <tdevries@suse.de>
4810
4811 PR go/18926
4812 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4813
a88ef40d
TV
48142020-02-24 Tom de Vries <tdevries@suse.de>
4815
4816 PR gdb/25592
4817 * gdb.base/info-locals-unused-static-var.c: New test.
4818 * gdb.base/info-locals-unused-static-var.exp: New file.
4819
01b1af32
TT
48202020-02-22 Tom Tromey <tom@tromey.com>
4821
4822 * gdb.python/tui-window.exp: New file.
4823 * gdb.python/tui-window.py: New file.
4824
7c043ba6
TT
48252020-02-22 Tom Tromey <tom@tromey.com>
4826
4827 PR tui/17850:
4828 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4829 tests.
4830
c22fef7e
TT
48312020-02-22 Tom Tromey <tom@tromey.com>
4832
4833 * gdb.tui/new-layout.exp: Add sub-layout tests.
4834
ee325b61
TT
48352020-02-22 Tom Tromey <tom@tromey.com>
4836
4837 * gdb.tui/new-layout.exp: New file.
4838
3f0cbb04
TT
48392020-02-22 Tom Tromey <tom@tromey.com>
4840
4841 * gdb.rust/rust-style.rs: New file.
4842 * gdb.rust/rust-style.exp: New file.
4843 * gdb.base/style.exp: Test structure printing.
4844 * gdb.base/style.c (struct some_struct): New type.
4845 (enum etype): New type.
4846 (struct_value): New global.
4847
75525152
TV
48482020-02-21 Tom de Vries <tdevries@suse.de>
4849
4850 PR go/18926
4851 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4852 Remove blanket xfails. Use message argument for gdb_breakpoint.
4853 Make continuing to breakpoint test conditional on setting breakpoint.
4854 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4855 DW_AT_name attribute. Add xfail for GCC PR93866.
4856
bd360d30
AB
48572020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4858
4859 * gdb.dwarf2/cpp-linkage-name.c: New file.
4860 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4861
c7adb09f 48622020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
4863
4864 * lib/gdb.exp (gdb_wrapper_init): Reset
4865 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4866 not exist.
4867
a9c79803
TV
48682020-02-20 Tom de Vries <tdevries@suse.de>
4869
4870 PR go/17018
4871 * gdb.go/hello.exp: Copy ...
4872 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4873 print of st to print value of global definition. Add xfail for GCC
4874 PR93844.
4875 * gdb.go/hello.exp: Remove printing of st before definition.
4876 * gdb.go/hello.go: Copy ...
4877 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4878 to st.
4879 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4880
d7445728
TV
48812020-02-20 Tom de Vries <tdevries@suse.de>
4882
4883 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4884 (gdb_simple_compile): Handle compile_flags go by using .go extension
4885 for source file.
4886 * gdb.go/chan.exp: Use support_go_compile.
4887 * gdb.go/handcall.exp: Same.
4888 * gdb.go/hello.exp: Same.
4889 * gdb.go/integers.exp: Same.
4890 * gdb.go/max-depth.exp: Same.
4891 * gdb.go/methods.exp: Same.
4892 * gdb.go/package.exp: Same.
4893 * gdb.go/strings.exp: Same.
4894 * gdb.go/types.exp: Same.
4895 * gdb.go/unsafe.exp: Same.
4896
c9c41e6d
TV
48972020-02-19 Tom de Vries <tdevries@suse.de>
4898
4899 * gdb.python/lib-types.exp: Make xfail more strict.
4900
f20ff837
TV
49012020-02-19 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
4904
08410482
DE
49052020-02-19 Doug Evans <dje@google.com>
4906
4907 PR rust/25535
4908 * gdb.rust/simple.exp: Add test.
4909 * gdb.rust/simple.rs: Add test.
4910
623563f7
TV
49112020-02-19 Tom de Vries <tdevries@suse.de>
4912
4913 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
4914 output line-by-line.
4915
d3308cfd
TV
49162020-02-19 Tom de Vries <tdevries@suse.de>
4917
4918 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
4919
86cbc5dc
TV
49202020-02-19 Tom de Vries <tdevries@suse.de>
4921
4922 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
4923 prelink.
4924
9db2b96b
TV
49252020-02-19 Tom de Vries <tdevries@suse.de>
4926
4927 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
4928 (gdb_do_cache): Use gdb_do_cache_wrap.
4929 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
4930
89e2fdc5
TV
49312020-02-19 Tom de Vries <tdevries@suse.de>
4932
4933 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
4934 gdb_compile option.
4935
373d7ac0
SM
49362020-02-18 Simon Marchi <simon.marchi@efficios.com>
4937
4938 * gdb.base/printcmds.exp (test_print_enums): Update expected
4939 output.
4940
b29a2df0
SM
49412020-02-18 Simon Marchi <simon.marchi@efficios.com>
4942
4943 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
4944 for "unknown".
4945
6740f0cc
SM
49462020-02-18 Simon Marchi <simon.marchi@efficios.com>
4947
4948 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
4949 enumerator.
4950
edd45eb0
SM
49512020-02-18 Simon Marchi <simon.marchi@efficios.com>
4952
4953 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
4954 FE_, add FE_NONE.
4955 (three): Update.
4956 (enum flag_enum_without_zero): New enum.
4957 (flag_enum_without_zero): New variable.
4958 (enum not_flag_enum): New enum.
4959 (three_not_flag): New variable.
4960 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
4961 (test_print_enums): Add more tests for printing flag enums.
4962
d4295de4
TV
49632020-02-18 Tom de Vries <tdevries@suse.de>
4964
4965 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
4966 (gdb_compile_ada): ... here.
4967 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
4968 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
4969
f251f505
TT
49702020-02-14 Tom Tromey <tom@tromey.com>
4971
4972 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
4973 build directory.
4974 * boards/gdbserver-base.exp: Update path to gdbserver.
4975
8f432634
TV
49762020-02-13 Tom de Vries <tdevries@suse.de>
4977
4978 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
4979
92b6eaf7
TV
49802020-02-13 Tom de Vries <tdevries@suse.de>
4981
4982 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
4983 are missing.
4984
f3b0f7fe
TV
49852020-02-13 Tom de Vries <tdevries@suse.de>
4986
4987 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
4988 call.
4989
f6be8713
SDJ
49902020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4991
4992 PR tui/25126
4993 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
4994 * gdb.base/cached-source-file.c: New file.
4995 * gdb.base/cached-source-file.exp: New file.
4996
b2770d5e
TV
49972020-02-11 Tom de Vries <tdevries@suse.de>
4998
4999 PR testsuite/25488
5000 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5001
44f6938e
TV
50022020-02-10 Tom de Vries <tdevries@suse.de>
5003
5004 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5005
5f0e2eb7
MR
50062020-02-10 Maciej W. Rozycki <macro@wdc.com>
5007
5008 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5009 and $after_addr are both integers before making a comparison.
5010
46ce2b6f
TV
50112020-02-09 Tom de Vries <tdevries@suse.de>
5012
5013 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5014 command output and paste it into gdb.log. If any, paste catch message
5015 to gdb.log.
5016
5abbbe1d
TT
50172020-02-07 Tom Tromey <tromey@adacore.com>
5018
5019 PR breakpoints/24915:
5020 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5021
1d5d29e7
SV
50222020-02-06 Shahab Vahedi <shahab@synopsys.com>
5023
5024 * gdb.tui/tui-missing-src.exp: Add the "missing source
5025 file" test for the TUI.
5026
b0999b9b
AB
50272020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5028
5029 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5030 including a port number in the output.
5031
c3b149eb
AKS
50322020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5033
5034 * lib/fortran.exp (fortran_int4): Handle clang.
5035 (fortran_int8): Likewise.
5036 (fortran_real4): Likewise.
5037 (fortran_real8): Likewise.
5038 (fortran_complex4): Likewise.
5039 (fortran_logical4): Likewise.
5040 (fortran_character1): Likewise.
5041
f8dcc90b
TV
50422020-02-04 Tom de Vries <tdevries@suse.de>
5043
5044 * README (Race detection): Add note.
5045
f90ac7c2
TV
50462020-02-04 Tom de Vries <tdevries@suse.de>
5047
5048 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5049
780636ae
TV
50502020-02-04 Tom de Vries <tdevries@suse.de>
5051
5052 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5053
5d2e1193
RA
50542020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5055
5056 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5057 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5058 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5059 blttar, bnetarl.
5060 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5061 binary for blttar, bnetarl.
5062 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5063 wait instruction. Delete ldmx test.
5064 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5065
e409c542
AKS
50662020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5067
5068 * gdb.fortran/array-bounds-high.exp: New file.
5069 * gdb.fortran/array-bounds-high.f90: New file.
5070
b0029748
LD
50712020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5072
5073 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5074 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5075
195a8287
TV
50762020-02-01 Tom de Vries <tdevries@suse.de>
5077
5078 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5079
42330a68
AB
50802020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 PR tui/9765
5083 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5084 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5085
b62a8028
LM
50862020-01-29 Luis Machado <luis.machado@linaro.org>
5087
5088 * gdb.arch/aarch64-brk-patterns.c: New source file.
5089 * gdb.arch/aarch64-brk-patterns.exp: New test.
5090
5f440116
TBA
50912020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5092
5093 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5094 GCC/Clang version.
5095 * gdb.cp/pass-by-ref.exp: Ditto.
5096
ee2a6fc6
TV
50972020-01-29 Tom de Vries <tdevries@suse.de>
5098
5099 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5100 * gdb.threads/watchpoint-fork-mt.c: Same.
5101 * gdb.threads/watchpoint-fork-parent.c: Same.
5102 * gdb.threads/watchpoint-fork-st.c: Same.
5103 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5104
16b10d6e
LM
51052020-01-27 Luis Machado <luis.machado@linaro.org>
5106
5107 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5108 sitting at a syscall instruction when we hit the syscall function's
5109 breakpoint.
5110 Check PC against one obtained with the x command.
5111 Validate syscall number.
5112 (step_over_syscall): Don't continue to the syscall instruction if
5113 we're already there.
5114
b1468492
PW
51152020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5116
5117 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5118
7ffa82e1
AB
51192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5122 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5123
3d92a3e3
AB
51242020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5125
5126 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5127 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5128
94a72be7
AB
51292020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5130
5131 * gdb.base/maint.exp: Update line table parsing test.
5132 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5133
53af73bf
PA
51342020-01-24 Pedro Alves <palves@redhat.com>
5135
5136 PR gdb/25410
5137 * gdb.multi/multi-re-run-1.c: New.
5138 * gdb.multi/multi-re-run-2.c: New.
5139 * gdb.multi/multi-re-run.exp: New.
5140
1ba1ac88
AB
51412020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5142
5143 PR gdb/23718
5144 * gdb.server/server-kill-python.exp: New file.
5145
f3364a6d
AB
51462020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5147
5148 * gdb.server/multi-ui-errors.c: New file.
5149 * gdb.server/multi-ui-errors.exp: New file.
5150
733d0a67
AB
51512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 PR tui/9765
5154 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5155
4f13c1c0
TT
51562020-01-19 Tom Tromey <tom@tromey.com>
5157
5158 * gdb.tui/main.exp: Add check for plain "file".
5159
40c94099
CB
51602020-01-16 Christian Biesinger <cbiesinger@google.com>
5161
5162 * lib/gdb.exp: Fix spelling error (seperatelly).
5163
ff47f4f0
TT
51642020-01-14 Tom Tromey <tom@tromey.com>
5165
5166 PR symtab/12535:
5167 * gdb.python/python.exp: Test decode_line with empty string
5168 argument.
5169
717c684d
BE
51702020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5171
5172 * gdb.base/skip-inline.exp: Extend test.
5173
44e4c775
AB
51742020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5175
5176 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5177 * gdb.dwarf2/dw2-bad-elf.c: New file.
5178 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5179
d93c6db7
AB
51802020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5181
5182 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5183 _line_saw_file.
5184
9a6d629c
AB
51852020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5186
5187 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5188 border.
5189
d9ebdab7
TBA
51902020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5191
5192 * gdb.multi/multi-target.exp (setup): Factor out "info
5193 connections" and "info inferiors" tests to ...
5194 (test_info_inferiors): ... this new procedure.
5195 (top level): Run new "info-inferiors" tests.
5196
f3c469b9
PA
51972020-01-10 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.server/bkpt-other-inferior.exp: New file.
5200
121b3efd
PA
52012020-01-10 Pedro Alves <palves@redhat.com>
5202
5203 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5204 of "add-inferior".
5205 * gdb.base/quit-live.exp: Likewise.
5206 * gdb.base/remote-exec-file.exp: Likewise.
5207 * gdb.guile/scm-progspace.exp: Likewise.
5208 * gdb.linespec/linespec.exp: Likewise.
5209 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5210 * gdb.mi/user-selected-context-sync.exp: Likewise.
5211 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5212 "info inferiors" tests.
5213 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5214 "add-inferior".
5215 * gdb.multi/watchpoint-multi.exp: Likewise.
5216 * gdb.python/py-inferior.exp: Likewise.
5217 * gdb.server/extended-remote-restart.exp: Likewise.
5218 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5219 "info inferiors".
5220 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5221 * gdb.trace/report.exp: Likewise.
5222
1dadb1dd
PA
52232020-01-10 Pedro Alves <palves@redhat.com>
5224
5225 * gdb.multi/multi-target.c: New file.
5226 * gdb.multi/multi-target.exp: New file.
5227 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5228 mode requested, but remote does not support non-stop".
5229
78f2c40a
PA
52302020-01-10 Pedro Alves <palves@redhat.com>
5231
5232 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5233 disconnect before reconnecting.
5234
e7af6c70
TBA
52352020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5236 Pedro Alves <palves@redhat.com>
5237
5238 * gdb.server/connect-without-multi-process.exp: Also test
5239 continuing to end.
5240
acdf84a6
PA
52412020-01-10 Pedro Alves <palves@redhat.com>
5242
5243 * gdb.base/remote-exec-file.exp: New file.
5244
873657b9
PA
52452020-01-10 Pedro Alves <palves@redhat.com>
5246
5247 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5248 output.
5249 * gdb.threads/async.c: New.
5250 * gdb.threads/async.exp: New.
5251 * gdb.multi/tids-gid-reset.c: New.
5252 * gdb.multi/tids-gid-reset.exp: New.
5253
7f0ae84c
GB
52542020-01-10 George Barrett <bob@bob131.so>
5255
5256 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5257 to help in finding the image relocation offset.
5258 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5259 options in arguments.
5260 (stap_test_no_debuginfo): Likewise.
5261 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5262 test variants.
5263 (stap_test): Add null semaphore relocation test.
5264
47e9d49d
GB
52652020-01-10 George Barrett <bob@bob131.so>
5266
5267 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5268 * gdb.base/stap-probe.exp: Likewise.
5269 (stap_test): Pass argument as an additional flag.
5270 (stap_test_no_debuginfo): Likewise.
5271 (stap_test): Check `info probes stap' output for semaphore
5272 addresses if the test binary is supposed to have them.
5273
f5a7c406
AB
52742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.tui/basic.exp: Add more scrolling tests.
5277
9ae6bf64
TT
52782020-01-09 Tom Tromey <tom@tromey.com>
5279
5280 PR tui/18932:
5281 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5282 meangingful value.
5283 (Term::command, Term::resize): Update.
5284 * gdb.tui/basic.exp: Add scrolling test.
5285
b2efe70c
AB
52862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.tui/tui-layout-asm.exp: New file.
5289
3804da7e
AB
52902020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5293
b40aa28f
AB
52942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5297 (Term::enter_tui): Use Term::prepare_for_tui.
5298
63ffd7c9
AB
52992020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5302 called.
5303
3be966f6
AB
53042020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5305
5306 * gdb.base/skip.exp: Fix race condition in test.
5307
153d79c4
AB
53082020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5309
5310 * gdb.base/backtrace.c: New file.
5311 * gdb.base/backtrace.exp: New file.
5312
f2302a34
AB
53132020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5314
5315 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5316
6ec1d75e
PW
53172020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5318
5319 * gdb.base/style.exp: Test that warnings are styled.
5320
c296cbe6
BE
53212019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5322
5323 * gdb.base/line65535.exp: New file.
5324 * gdb.base/line65535.c: New file.
5325
b28a729d
SM
53262019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5327
5328 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5329 * lib/gnat_debug_info_test.adb: New file.
5330 * gdb.ada/ptype_tagged_param.exp: Use
5331 gnat_runtime_has_debug_info, expect a different output if
5332 runtime does not have debug info.
5333
7f2d7a0d
SM
53342019-12-20 Simon Marchi <simon.marchi@efficios.com>
5335
5336 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5337 (another) quote in test name.
5338
f3bce483
SM
53392019-12-20 Simon Marchi <simon.marchi@efficios.com>
5340
5341 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5342 Add quote in test name.
5343
c855a912
TBA
53442019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5345
5346 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5347 directory instead.
5348 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5349 * gdb.cp/pass-by-ref-2.cc: New file.
5350 * gdb.cp/pass-by-ref-2.exp: New file.
5351
fc9d2d72
TT
53522019-12-20 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.tui/list-before.exp: New file.
5355
77b97e00
TT
53562019-12-20 Tom Tromey <tom@tromey.com>
5357
5358 * gdb.tui/list.exp: Check for source on initial listing.
5359
f69656d0
TT
53602019-12-11 Tom Tromey <tromey@adacore.com>
5361
5362 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5363 Add crlf test.
5364
99a55965
SM
53652019-12-18 Simon Marchi <simon.marchi@efficios.com>
5366
5367 * gdb.base/default.exp: Update value of $_gdb_major.
5368
5024637f
BE
53692019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5370
5371 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5372
b63634be
BE
53732019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5374
5375 * gdb.base/skip.exp: Whitespace fix.
5376
45d73523
BE
53772019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5378
5379 * gdb.base/skip-inline.c: New file.
5380 * gdb.base/skip-inline.exp: New file.
5381
d043f8c8
SM
53822019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5383
5384 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5385 jit_function_00 to jit_function_stack_mangle.
5386 * gdb.base/jithost.c (jit_function_t): Rename to...
5387 (jit_function_stack_mangle_t): ... this.
5388 (jit_function_add_t): New typedef.
5389 (jit_function_00_code): Rename to...
5390 (jit_function_stack_mangle_code): ... this, make static.
5391 (jit_function_add_code): New.
5392 (main): Generate "add" function and call it. Adjust to changes
5393 in jithost_abi.
5394 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5395 (struct jithost_abi) <begin, end>: Remove fields.
5396 <object, function_stack_mangle, function_add>: New fields.
5397 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5398 code_end>: Remove fields.
5399 <func_stack_mangle>: New field.
5400 (read_debug_info): Adjust to renaming, create block for "add"
5401 function.
5402 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5403
873de05c
TT
54042019-12-11 Tom Tromey <tom@tromey.com>
5405
5406 * gdb.tui/resize.exp: Fix regexp.
5407 * gdb.tui/regs.exp: Fix regexps.
5408 * gdb.tui/main.exp: Fix regexp.
5409
3d979945
TT
54102019-12-11 Tom Tromey <tom@tromey.com>
5411
5412 * gdb.tui/resize.exp: Update.
5413 * gdb.tui/empty.exp (layouts): Update.
5414
2192a9d3
TT
54152019-12-11 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.tui/regs.exp: Update.
5418 * gdb.tui/empty.exp (layouts): Update.
5419 * gdb.tui/basic.exp: Update.
5420 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5421
d8edc8b7
PW
54222019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5423
5424 * gdb.base/options.exp: Add -raw-values in the print completion list.
5425 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5426
4c12d936
KB
54272019-12-10 Kevin Buettner <kevinb@redhat.com>
5428
5429 * gdb.threads/omp-par-scope.c: New file.
5430 * gdb/threads/omp-par-scope.exp: New file.
5431
26b911fb
KB
54322019-12-10 Kevin Buettner <kevinb@redhat.com>
5433
bb47f919
KB
5434 * lib/gdb.exp (support_nested_function_tests): New proc.
5435
54362019-12-10 Kevin Buettner <kevinb@redhat.com>
5437
5438 * lib/gdb.exp (gdb_compile_openmp): New proc.
5439 (build_executable_from_specs): Add an "openmp" option.
5440 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5441
6c71eb7d
TT
54422019-12-10 Tom Tromey <tromey@adacore.com>
5443
5444 * gdb.ada/unchecked_union.exp: New file.
5445 * gdb.ada/unchecked_union/pck.adb: New file.
5446 * gdb.ada/unchecked_union/pck.ads: New file.
5447 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5448 * gdb-utils.exp (string_to_regexp): Also quote "?".
5449
bac7c5cf
GB
54502019-12-10 George Barrett <bob@bob131.so>
5451
5452 Test scripted probe breakpoints.
5453 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5454 * gdb.python/py-breakpoint.c (main): Likewise.
5455 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5456 specifier test.
5457 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5458
330f1d38
TBA
54592019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5460
5461 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5462 an rvalue parameter.
5463 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5464 parameter.
5465
b43315e2
AB
54662019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5467
5468 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5469 modules.
5470
54f73dad
AB
54712019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5472
5473 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5474 broken version of GCC.
5475
d57cbee9
AB
54762019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5477
5478 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5479 sym-info-cmds library.
5480 * gdb.fortran/info-types.exp: Likewise.
5481 * lib/sym-info-cmds.exp: New file.
5482
c14aab8c
TV
54832019-12-08 Tom de Vries <tdevries@suse.de>
5484
5485 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5486
aa2d5a42
KS
54872019-12-07 Keith Seitz <keiths@redhat.com>
5488
5489 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5490 * gdb.base/corefile-buildid-shlib.c: New file.
5491 * gdb.base/corefile-buildid.c: New file.
5492 * gdb.base/corefile-buildid.exp: New file.
5493
93e55f0a
TV
54942019-12-06 Tom de Vries <tdevries@suse.de>
5495
5496 * gdb.dwarf2/varval.exp: Add decl before def test.
5497
c7d12402
TBA
54982019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5499
5500 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5501
06acc08f
TBA
55022019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5503
5504 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5505 CV and reference conversion for overload resolution.
5506 * gdb.cp/rvalue-ref-overload.exp: Test it.
5507
e0fad1ea
PW
55082019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5509
5510 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5511 * gdb.base/frameapply.exp: Test faas without command.
5512
8d70a9f0
AB
55132019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5514
5515 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5516 Fortran tests.
5517 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5518 order.
5519
36c8fb93
AB
55202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5521
5522 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5523 casting to type with no kind specified.
5524 (test_basic_parsing_of_type_kinds): Additional tests for types
5525 with no kind specified, and add tests for single/double
5526 precision/complex types.
5527
4139ff00
TT
55282019-12-04 Tom Tromey <tromey@adacore.com>
5529
5530 * gdb.base/endianity.c (struct other) <x>: New field.
5531 (main): Initialize it.
5532 * gdb.base/endianity.exp: Update.
5533
a05cf17a
TT
55342019-12-04 Tom Tromey <tromey@adacore.com>
5535
5536 * gdb.ada/scalar_storage/storage.adb: New file.
5537 * gdb.ada/scalar_storage/pck.adb: New file.
5538 * gdb.ada/scalar_storage/pck.ads: New file.
5539 * gdb.ada/scalar_storage.exp: New file.
5540
103a685e
TT
55412019-12-04 Tom Tromey <tromey@adacore.com>
5542
5543 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5544 (main): Initialize it.
5545 * gdb.base/endianity.exp: Update.
5546
c2512106
AB
55472019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5550
293b38d6
AB
55512019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5552
5553 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5554 -symbol-info-module-functions and -symbol-info-module-variables.
5555
216a7e6b
AB
55562019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5559
5bbd8269
AB
55602019-12-01 Richard Bunt <richard.bunt@arm.com>
5561 Andrew Burgess <andrew.burgess@embecosm.com>
5562
5563 * gdb.fortran/derived-type-striding.exp: New file.
5564 * gdb.fortran/derived-type-striding.f90: New file.
5565 * gdb.fortran/array-slices.exp: New file.
5566 * gdb.fortran/array-slices.f90: New file.
5567
be09caf1
PW
55682019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5569
5570 * gdb.base/define.exp: Test . in command names.
5571 * gdb.base/setshow.exp: Update test, as . is now part of
5572 command name.
5573
643c0cbe
PW
55742019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5575
5576 * gdb.base/define-prefix.exp: New file.
5577
dcdec678
AB
55782019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5581 compile.
5582 (skip_btrace_pt_tests): Likewise.
5583
640ab947
AB
55842019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5585
5586 * gdb.fortran/info-modules.exp: Compile source files in correct
5587 order.
5588
d22670f0
KB
55892019-11-27 Kevin Buettner <kevinb@redhat.com>
5590
5591 * gdb.dwarf2/imported-unit.exp: New file.
5592 * gdb.dwarf2/imported-unit.c: New file.
5593
db5960b4
AB
55942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5595
5596 * gdb.mi/mi-fortran-modules-2.f90: New file.
5597 * gdb.mi/mi-fortran-modules.exp: New file.
5598 * gdb.mi/mi-fortran-modules.f90: New file.
5599
7dc42066
AB
56002019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5601
5602 * gdb.mi/mi-sym-info-1.c: New file.
5603 * gdb.mi/mi-sym-info-2.c: New file.
5604 * gdb.mi/mi-sym-info.exp: New file.
5605
0dfeecca
TT
56062019-11-22 Tom Tromey <tromey@adacore.com>
5607
5608 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5609 * gdb.ada/tasks/foo.adb: Add another stopping location.
5610
34877895
PJ
56112019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5612
5613 * gdb.base/endianity.c: New test.
5614 * gdb.base/endianity.exp: New file.
5615
2e84f897
LD
56162019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5617
5618 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5619
65d1cd5f
TV
56202019-11-21 Tom de Vries <tdevries@suse.de>
5621
5622 PR gdb/24956
5623 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5624
4f22c3f4
SDJ
56252019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5626
5627 * gdb.python/py-progspace.exp: Add missing parentheses on some
5628 'print' commands.
5629
9f6ad286
TT
56302019-11-19 Tom Tromey <tom@tromey.com>
5631
5632 * gdb.tui/winheight.exp: New file.
5633
0b8dbf3f
AB
56342019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5635
5636 * gdb.base/ctf-whatis.c: Delete.
5637 * gdb.base/ctf-whatis.exp: Delete.
5638 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5639
f833b7a7
AB
56402019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5641
5642 * gdb.base/ctf-cvexpr.exp: Delete.
5643 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5644
30d0a636
AB
56452019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5648 the compiler. Clean up header comment a little.
5649 * gdb.base/ctf-ptype.exp: Likewise.
5650 * gdb.base/ctf-whatis.exp: Likewise.
5651 * lib/gdb.exp (skip_ctf_tests): New proc.
5652
494409bb
SDJ
56532019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5654
5655 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5656 * gdb.tui/corefile-run.exp: New file.
5657
55708e99
TT
56582019-11-14 Tom Tromey <tromey@adacore.com>
5659
5660 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5661 regression tests.
5662
45e42163
TT
56632019-11-12 Tom Tromey <tom@tromey.com>
5664
5665 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5666 after any command. Expect prompt after WAIT_FOR is seen.
5667 (enter_tui): Enable resize messages.
5668 (command): Expect command in output.
5669 (get_line): Avoid error when cursor appears to be off-screen.
5670 (dump_screen): Include screen size in title.
5671 (_do_resize): New proc, from "resize".
5672 (resize): Rewrite. Do resize in two steps.
5673 * gdb.tui/empty.exp (layouts): Fix entries.
5674 (check_boxes): Remove xfail.
5675 (check_text): Dump screen on failure.
5676
086baaf1
AB
56772019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * gdb.python/py-symbol.exp: Add test for
5680 gdb.lookup_static_symbols.
5681
09ff83af
AB
56822019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5683
5684 * gdb.python/py-symbol.c: Declare and call function from new
5685 py-symbol-2.c file.
5686 * gdb.python/py-symbol.exp: Compile both source files, and add new
5687 tests for gdb.lookup_static_symbol.
5688 * gdb.python/py-symbol-2.c: New file.
5689
11af934b
TV
56902019-11-02 Tom de Vries <tdevries@suse.de>
5691
5692 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5693 * gdb.base/anon.exp: Same.
5694 * gdb.base/auto-connect-native-target.exp: Same.
5695 * gdb.base/call-ar-st.exp: Same.
5696 * gdb.base/catch-syscall.exp: Same.
5697 * gdb.base/commands.exp: Same.
5698 * gdb.base/default.exp: Same.
5699 * gdb.base/display.exp: Same.
5700 * gdb.base/float.exp: Same.
5701 * gdb.base/foll-fork.exp: Same.
5702 * gdb.base/help.exp: Same.
5703 * gdb.base/info-macros.exp: Same.
5704 * gdb.base/info-proc.exp: Same.
5705 * gdb.base/info-target.exp: Same.
5706 * gdb.base/long_long.exp: Same.
5707 * gdb.base/macscp.exp: Same.
5708 * gdb.base/memattr.exp: Same.
5709 * gdb.base/nofield.exp: Same.
5710 * gdb.base/pointers.exp: Same.
5711 * gdb.base/printcmds.exp: Same.
5712 * gdb.base/ptype.exp: Same.
5713 * gdb.base/restore.exp: Same.
5714 * gdb.base/return.exp: Same.
5715 * gdb.base/scope.exp: Same.
5716 * gdb.base/set-noassign.exp: Same.
5717 * gdb.base/setshow.exp: Same.
5718 * gdb.base/shlib-call.exp: Same.
5719 * gdb.base/signals.exp: Same.
5720 * gdb.base/sigstep.exp: Same.
5721 * gdb.base/skip.exp: Same.
5722 * gdb.base/solib-symbol.exp: Same.
5723 * gdb.base/stap-probe.exp: Same.
5724 * gdb.base/step-line.exp: Same.
5725 * gdb.base/step-test.exp: Same.
5726 * gdb.base/style.exp: Same.
5727 * gdb.base/varargs.exp: Same.
5728 * gdb.base/vla-datatypes.exp: Same.
5729 * gdb.base/vla-ptr.exp: Same.
5730 * gdb.base/vla-sideeffect.exp: Same.
5731 * gdb.base/volatile.exp: Same.
5732 * gdb.base/watch-cond-infcall.exp: Same.
5733 * gdb.base/watchpoint.exp: Same.
5734
e96ec2ba
TV
57352019-11-02 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5738 * gdb.cp/cpexprs.exp: Same.
5739 * gdb.cp/except-multi-location.exp: Same.
5740 * gdb.cp/exceptprint.exp: Same.
5741 * gdb.cp/gdb2384.exp: Same.
5742 * gdb.cp/inherit.exp: Same.
5743 * gdb.cp/m-static.exp: Same.
5744 * gdb.cp/meth-typedefs.exp: Same.
5745 * gdb.cp/misc.exp: Same.
5746 * gdb.cp/namespace.exp: Same.
5747 * gdb.cp/non-trivial-retval.exp: Same.
5748 * gdb.cp/overload.exp: Same.
5749 * gdb.cp/pr17132.exp: Same.
5750 * gdb.cp/re-set-overloaded.exp: Same.
5751 * gdb.cp/rvalue-ref-types.exp: Same.
5752 * gdb.cp/templates.exp: Same.
5753
bd5766ec
LM
57542019-11-01 Luis Machado <luis.machado@linaro.org>
5755
5756 PR gdb/25124
5757
5758 * gdb.arch/pr25124.S: New file.
5759 * gdb.arch/pr25124.exp: New file.
5760
165f8965
AB
57612019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5762
5763 * gdb.fortran/info-modules.exp: Update expected results, and add
5764 additional tests for 'info module functinos', and 'info module
5765 variables'.
5766 * gdb.fortran/info-types.exp: Update expected results.
5767 * gdb.fortran/info-types.f90: Extend testcase with additional
5768 module variables and functions.
5769
59c35742
AB
57702019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5771
5772 * gdb.fortran/info-modules.exp: New file.
5773 * gdb.fortran/info-types.exp: Build with new file.
5774 * gdb.fortran/info-types.f90: Include and use new module.
5775 * gdb.fortran/info-types-2.f90: New file.
5776
f3fb2519
PW
57772019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5778
5779 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5780 * gdb.base/settings.exp: Test all settings types using
5781 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5782 that now verifies that the value of "maint show" is the same as
5783 returned by the settings functions. Test the type of the
5784 maintenance settings.
5785 * gdb.base/default.exp: Update show_conv_list.
5786
d1e36019
TV
57872019-10-31 Tom de Vries <tdevries@suse.de>
5788
5789 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5790 gdb_test.
5791 * gdb.arch/amd64-disp-step.exp: Same.
5792 * gdb.asm/asm-source.exp: Same.
5793 * gdb.btrace/buffer-size.exp: Same.
5794 * gdb.btrace/cpu.exp: Same.
5795 * gdb.btrace/enable.exp: Same.
5796 * gdb.dwarf2/count.exp: Same.
5797 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5798 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5799 * gdb.fortran/vla-datatypes.exp: Same.
5800 * gdb.fortran/vla-history.exp: Same.
5801 * gdb.fortran/vla-ptype.exp: Same.
5802 * gdb.fortran/vla-value.exp: Same.
5803 * gdb.fortran/whatis_type.exp: Same.
5804 * gdb.guile/guile.exp: Same.
5805 * gdb.multi/tids.exp: Same.
5806 * gdb.python/py-finish-breakpoint.exp: Same.
5807 * gdb.python/py-framefilter.exp: Same.
5808 * gdb.python/py-pp-registration.exp: Same.
5809 * gdb.python/py-xmethods.exp: Same.
5810 * gdb.python/python.exp: Same.
5811 * gdb.server/connect-with-no-symbol-file.exp: Same.
5812 * gdb.server/no-thread-db.exp: Same.
5813 * gdb.server/run-without-local-binary.exp: Same.
5814 * gdb.stabs/weird.exp: Same.
5815 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5816 * gdb.threads/thread-find.exp: Same.
5817 * gdb.threads/tls-shared.exp: Same.
5818 * gdb.threads/tls.exp: Same.
5819 * gdb.threads/wp-replication.exp: Same.
5820 * gdb.trace/ax.exp: Same.
5821 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5822
3d11e68e
TV
58232019-10-31 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5826 * gdb.ada/array_subscript_addr.exp: Same.
5827 * gdb.ada/arrayidx.exp: Same.
5828 * gdb.ada/arrayparam.exp: Same.
5829 * gdb.ada/arrayptr.exp: Same.
5830 * gdb.ada/boolean_expr.exp: Same.
5831 * gdb.ada/call_pn.exp: Same.
5832 * gdb.ada/complete.exp: Same.
5833 * gdb.ada/fixed_cmp.exp: Same.
5834 * gdb.ada/fun_addr.exp: Same.
5835 * gdb.ada/funcall_param.exp: Same.
5836 * gdb.ada/interface.exp: Same.
5837 * gdb.ada/mod_from_name.exp: Same.
5838 * gdb.ada/null_array.exp: Same.
5839 * gdb.ada/packed_array.exp: Same.
5840 * gdb.ada/packed_tagged.exp: Same.
5841 * gdb.ada/print_chars.exp: Same.
5842 * gdb.ada/print_pc.exp: Same.
5843 * gdb.ada/ptype_arith_binop.exp: Same.
5844 * gdb.ada/ptype_field.exp: Same.
5845 * gdb.ada/ptype_tagged_param.exp: Same.
5846 * gdb.ada/rec_return.exp: Same.
5847 * gdb.ada/ref_tick_size.exp: Same.
5848 * gdb.ada/str_ref_cmp.exp: Same.
5849 * gdb.ada/taft_type.exp: Same.
5850 * gdb.ada/tagged.exp: Same.
5851 * gdb.ada/type_coercion.exp: Same.
5852 * gdb.ada/uninitialized_vars.exp: Same.
5853
60b6ede8
TV
58542019-10-30 Tom de Vries <tdevries@suse.de>
5855
5856 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5857
30baf67b
TV
58582019-10-26 Tom de Vries <tdevries@suse.de>
5859
5860 * gdb.base/bigcore.c: Fix typos in comments.
5861 * gdb.base/ctf-ptype.c: Same.
5862 * gdb.base/long_long.c: Same.
5863 * gdb.dwarf2/dw2-op-out-param.S: Same.
5864 * gdb.python/py-evthreads.c: Same.
5865 * gdb.reverse/i387-stack-reverse.c: Same.
5866 * gdb.trace/tfile.c: Same.
5867 * lib/compiler.c: Same.
5868 * lib/compiler.cc: Same.
5869
158da0d1
TV
58702019-10-25 Tom de Vries <tdevries@suse.de>
5871
5872 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5873 gdb_test_multiple calls.
5874 * gdb.reverse/sigall-reverse.exp: Same.
5875 * gdb.reverse/solib-precsave.exp: Same.
5876 * gdb.reverse/solib-reverse.exp: Same.
5877 * gdb.reverse/until-precsave.exp: Same.
5878 * gdb.reverse/until-reverse.exp: Same.
5879
4ccdfbec
TV
58802019-10-24 Tom de Vries <tdevries@suse.de>
5881
5882 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5883 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5884 kfail using -wrap pattern flag and convenience variable
5885 gdb_test_name.
5886
33d569b7
AB
58872019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5888
5889 * gdb.python/py-progspace.exp: Add tests for the
5890 Progspace.block_for_pc method.
5891
4d0b984b
TT
58922019-10-23 Tom Tromey <tom@tromey.com>
5893
5894 * configure: Rebuild.
5895 * aclocal.m4: Use m4_include, not sinclude.
5896
94cb3754
TV
58972019-10-21 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.base/infcall-nested-structs.c: Add
5900 __attribute__((noinline,noclone)) to all functions.
5901 (call_all): Add missing variable initialization. Simplify return value.
5902 (breakpt): Increment volatile variable, to prevent call from being
5903 optimized out.
5904 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
5905
062f1fc1
TV
59062019-10-17 Tom de Vries <tdevries@suse.de>
5907
5908 * gdb.fortran/module.exp: Allow info variables to print info for files
5909 other than module.f90.
5910
0b54364d
AB
59112019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5912
5913 * gdb.fortran/module.exp: Extend with 'info variables' test.
5914
7ff5fae7
AB
59152019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
5918 F77_FOR_TARGET.
5919
d10eccaa
TV
59202019-10-16 Tom de Vries <tdevries@suse.de>
5921
5922 PR tdep/25096
5923 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
5924
745ff14e
TV
59252019-10-16 Tom de Vries <tdevries@suse.de>
5926
5927 PR tdep/24104
5928 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
5929 Add KFAIL for PR tdep/25096.
5930
03e1ab94
TV
59312019-10-16 Tom de Vries <tdevries@suse.de>
5932
5933 PR testsuite/25059
5934 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
5935
b17fcc10
TV
59362019-10-16 Tom de Vries <tdevries@suse.de>
5937
5938 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
5939 as signed.
5940
9223170f
SM
59412019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
5942
5943 * gdb.mi/list-thread-groups-available.exp: Read entries one by
5944 one instead of increasing timeout.
5945
d6e76313
TV
59462019-10-13 Tom de Vries <tdevries@suse.de>
5947
5948 PR record/25038
5949 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
5950 * gdb.reverse/sigall-reverse.exp: Same.
5951 * gdb.reverse/solib-precsave.exp: Same.
5952 * gdb.reverse/solib-reverse.exp: Same.
5953 * gdb.reverse/step-precsave.exp: Same.
5954 * gdb.reverse/until-precsave.exp: Same.
5955 * gdb.reverse/until-reverse.exp: Same.
5956 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
5957
6dfc0041
AA
59582019-10-10 Andreas Arnez <arnez@linux.ibm.com>
5959
5960 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
5961 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
5962 (cmp_struct_05_01, cmp_struct_static_02_01)
5963 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
5964 comparisons.
5965
abcf2cc8
TV
59662019-10-10 Tom de Vries <tdevries@suse.de>
5967
5968 PR testsuite/24888
5969 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
5970 gnatlink.
5971
a50faaf6
TV
59722019-10-09 Tom de Vries <tdevries@suse.de>
5973
5974 PR testsuite/25048
5975 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
5976
60ff3cd7
AB
59772019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
5980 exceptions due to missing debug information.
5981
dfee8566
TV
59822019-10-07 Tom de Vries <tdevries@suse.de>
5983
5984 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
5985
3d63690a
AB
59862019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
5987
5988 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
5989 * gdb.base/annota1.exp: Update to use gdb_test_name.
5990
30d1f018
WP
59912019-10-07 Weimin Pan <weimin.pan@oracle.com>
5992
5993 * gdb.base/ctf-whatis.exp: New file.
5994 * gdb.base/ctf-whatis.c: New file.
5995 * gdb.base/ctf-ptype.exp: New file.
5996 * gdb.base/ctf-ptype.c: New file.
5997 * gdb.base/ctf-constvars.exp: New file.
5998 * gdb.base/ctf-constvars.c: New file.
5999 * gdb.base/ctf-cvexpr.exp: New file.
6000
4dbbb47c
TV
60012019-10-04 Tom de Vries <tdevries@suse.de>
6002
6003 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6004 for loop.
6005
77c2dba3
TT
60062019-10-03 Tom Tromey <tom@tromey.com>
6007
6008 PR rust/24976:
6009 * gdb.rust/simple.rs (Union2): New type.
6010 (main): Use Union2.
6011 * gdb.rust/simple.exp: Add test.
6012
179aed7f
AB
60132019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6014
6015 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6016 nested function prefix.
6017
0a4b0913
AB
60182019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6019 Richard Bunt <richard.bunt@arm.com>
6020 Andrew Burgess <andrew.burgess@embecosm.com>
6021
6022 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6023 nested functions.
6024 * gdb.fortran/nested-funcs.f90: Update expected results.
6025 * gdb.fortran/nested-funcs-2.exp: New file.
6026 * gdb.fortran/nested-funcs-2.f90: New file.
6027
082cce05
AB
60282019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6029
6030 * gdb.python/py-parameter.exp: Make test names unique.
6031 * gdb.python/py-template.exp: Likewise.
6032 * gdb.python/py-value.exp: Likewise.
6033
2b74ba5a
AB
60342019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.base/break-interp.exp: Reduce test name duplication.
6037 * gdb.base/call-sc.exp: Likewise.
6038 * gdb.base/callfuncs.exp: Likewise.
6039 * gdb.base/charset.exp: Likewise.
6040 * gdb.base/dump.exp: Likewise.
6041 * gdb.base/ena-dis-br.exp: Likewise.
6042 * gdb.base/relational.exp: Likewise.
6043 * gdb.base/step-over-syscall.exp: Likewise.
6044 * gdb.base/structs.exp: Likewise.
6045
58eb20d5
AB
60462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6047
6048 * gdb.linespec/explicit.exp: Make test names unique.
6049 * gdb.linespec/ls-errs.exp: Likewise.
6050
4d421147
AB
60512019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.reverse/break-precsave.exp: Make test names unique.
6054 * gdb.reverse/break-reverse.exp: Likewise.
6055 * gdb.reverse/finish-precsave.exp: Likewise.
6056 * gdb.reverse/finish-reverse.exp: Likewise.
6057 * gdb.reverse/machinestate-precsave.exp: Likewise.
6058 * gdb.reverse/machinestate.exp: Likewise.
6059 * gdb.reverse/readv-reverse.exp: Likewise.
6060 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6061 * gdb.reverse/sigall-precsave.exp: Likewise.
6062 * gdb.reverse/sigall-reverse.exp: Likewise.
6063 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6064 * gdb.reverse/watch-precsave.exp: Likewise.
6065 * gdb.reverse/watch-reverse.exp: Likewise.
6066
d8c06f22
AB
60672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.threads/stop-with-handle.c: New file.
6070 * gdb.threads/stop-with-handle.exp: New file.
6071
3a56ed86
TV
60722019-10-03 Tom de Vries <tdevries@suse.de>
6073
6074 PR testsuite/25059
6075 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6076 directory" line to be missing.
6077
42275044
TV
60782019-10-03 Tom de Vries <tdevries@suse.de>
6079
6080 PR testsuite/25059
6081 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6082 type optional.
6083
9ef62df0
AA
60842019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6085
6086 * gdb.python/py-format-string.c (string.h): New include.
6087 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6088 the same value, for endianness-independence.
6089 * gdb.python/py-format-string.exp (default_regexp_dict)
6090 (test_pretty_structs, test_format): Adjust expected output to the
6091 changed initialization.
6092
37f6a7f4
TT
60932019-10-02 Tom Tromey <tromey@adacore.com>
6094
6095 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6096
1d58d6a2
PA
60972019-10-02 Pedro Alves <palves@redhat.com>
6098 Andrew Burgess <andrew.burgess@embecosm.com>
6099
6100 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6101 "print-file-var.h".
6102 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6103 (get_version_1): Print this_version_id and its address.
6104 Add extern "C" wrappers around interface functions.
6105 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6106 "print-file-var.h".
6107 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6108 (get_version_2): Print this_version_id and its address.
6109 Add extern "C" wrappers around interface functions.
6110 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6111 <stddef.h> and "print-file-var.h".
6112 Add extern "C" wrappers around interface functions.
6113 [VERSION_ID_MAIN] (this_version_id): Define.
6114 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6115 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6116 up extern "C" blocks.
6117 * gdb.base/print-file-var.exp (test): New, factored out from top
6118 level.
6119 (top level): Test all combinations of attribute hidden or not,
6120 dlopen or not, and this_version_id symbol in main file or not.
6121 Compile tests as both C++ and C, make test names unique.
6122
d770d56f
TT
61232019-10-01 Tom Tromey <tom@tromey.com>
6124
6125 * gdb.base/style.exp: Test "show logging filename".
6126
7f6aba03
TT
61272019-10-01 Tom Tromey <tom@tromey.com>
6128
6129 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6130 * gdb.base/style.exp: Add metadata style test.
6131
14309bb6
TT
61322019-10-01 Tom Tromey <tom@tromey.com>
6133
6134 * gdb.base/style.exp: Test "pwd".
6135
2a3c1174
PA
61362019-10-01 Tom Tromey <tom@tromey.com>
6137
6138 * gdb.base/style.exp: Update tests.
6139
53d666ec
AA
61402019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6141
6142 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6143 'six' to unsigned.
6144 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6145 'five'. Use an all-ones bit pattern for each.
6146 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6147 to its changed values.
6148
4a56a520
TT
61492019-09-30 Tom Tromey <tromey@adacore.com>
6150
6151 * gdb.rust/traits.rs: Disable all warnings.
6152
0df0352a
TV
61532019-09-29 Tom de Vries <tdevries@suse.de>
6154
aac66a4c 6155 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6156
73d9a918
TV
61572019-09-29 Tom de Vries <tdevries@suse.de>
6158
6159 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6160
060b3ab4
TV
61612019-09-27 Tom de Vries <tdevries@suse.de>
6162
6163 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6164
68f7d34d
TV
61652019-09-27 Tom de Vries <tdevries@suse.de>
6166
6167 PR record/23188
6168 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6169
5d63b30a
TT
61702019-09-26 Tom Tromey <tromey@adacore.com>
6171
6172 * gdb.ada/py_taft.exp: New file.
6173 * gdb.ada/py_taft/main.adb: New file.
6174 * gdb.ada/py_taft/pkg.adb: New file.
6175 * gdb.ada/py_taft/pkg.ads: New file.
6176
3d435220
TV
61772019-09-24 Tom de Vries <tdevries@suse.de>
6178
6179 PR gdb/24598
6180 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6181
77d03678
TV
61822019-09-22 Tom de Vries <tdevries@suse.de>
6183
6184 * gdb.base/restore.exp: Allow register variables to be optimized out at
6185 -O0.
6186
abf516c6
UW
61872019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6188
6189 * gdb.arch/spu-info.exp: Remove file.
6190 * gdb.arch/spu-info.c: Remove file.
6191 * gdb.arch/spu-ls.exp: Remove file.
6192 * gdb.arch/spu-ls.c: Remove file.
6193
6194 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6195 * gdb.asm/spu.inc: Remove file.
6196
6197 * gdb.base/dump.exp: Remove support for spu*-*-*.
6198 * gdb.base/stack-checking.exp: Likewise.
6199 * gdb.base/overlays.exp: Likewise.
6200 * gdb.base/ovlymgr.c: Likewise.
6201 * gdb.base/spu.ld: Remove file.
6202
6203 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6204 * gdb.cp/cpexprs.exp: Likewise.
6205 * gdb.cp/exception.exp: Likewise.
6206 * gdb.cp/gdb2495.exp: Likewise.
6207 * gdb.cp/mb-templates.exp: Likewise.
6208 * gdb.cp/pr9167.exp: Likewise.
6209 * gdb.cp/userdef.exp: Likewise.
6210
6211 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6212
6213 * gdb.cell: Remove directory.
6214 * lib/cell.exp: Remove file.
6215
e452e88f
TV
62162019-09-19 Tom de Vries <tdevries@suse.de>
6217
6218 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6219
8a625130
TV
62202019-09-19 Tom de Vries <tdevries@suse.de>
6221
6222 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6223
81dc3ab5
TV
62242019-09-19 Tom de Vries <tdevries@suse.de>
6225
6226 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6227 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6228 (gdb_target_cmd): ... here.
6229 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6230 value 2.
6231
b078f3ac
AB
62322019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6233
6234 * gdb.base/source-dir.exp: Avoid having directory names in test
6235 names.
6236
f1b620e9
MG
62372019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6238
6239 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6240 directory.
6241
67f3ed6a
AB
62422019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6243
6244 * gdb.base/list-missing-source.exp: New file.
6245
d1b70248
TV
62462019-09-14 Tom de Vries <tdevries@suse.de>
6247
6248 PR teststuite/24599
6249 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6250 * lib/ada.exp (gnatmake_version_at_least): New proc.
6251
5fabdcd6
AB
62522019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6253
6254 * gdb.base/maint.exp: Use exec_has_index_section.
6255
aa17805f
AB
62562019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6257
6258 * gdb.base/maint.exp: Add test for 'maint info sections'.
6259
25e5c209
TV
62602019-09-12 Tom de Vries <tdevries@suse.de>
6261
6262 * gdb.base/store.exp: Allow register variables to be optimized out at
6263 -O0.
6264
4993045d
PW
62652019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6266
6267 * gdb.ada/rdv_wait.exp: Update to new task names.
6268 * gdb.base/task_switch_in_core.exp: Likewise.
6269 * gdb.base/info_sources_base.c: Likewise.
6270
8a516164
TT
62712019-09-10 Tom Tromey <tromey@adacore.com>
6272
6273 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6274
aa391654
TT
62752019-09-10 Tom Tromey <tromey@adacore.com>
6276
6277 * gdb.ada/dgopt.exp: New file.
6278 * gdb.ada/dgopt/x.adb: New file.
6279
8634b462
TT
62802019-09-08 Tom Tromey <tom@tromey.com>
6281
6282 * gdb.tui/resize.exp: Remove setup_xfail.
6283 * gdb.tui/regs.exp: Remove setup_xfail.
6284 * gdb.tui/basic.exp: Remove setup_xfail.
6285
736b0f76
DB
62862019-09-06 David Blaikie <dblaikie@gmail.com>
6287
6288 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6289 * gdb.cp/cplabel.exp: Ditto.
6290 * gdb.linespec/ls-errs.exp: Ditto.
6291
30331a6c
TV
62922019-09-05 Tom de Vries <tdevries@suse.de>
6293
6294 * lib/gdb.exp (cmp_file_string): New proc.
6295 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6296 runto_main. Verify save breakpoints output.
6297
98b0ebab
PW
62982019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6299
6300 * gdb.base/info-var.exp: Test info variables without running
6301 to main, to avoid expect's buffer overflow.
6302
4e962e74
TT
63032019-09-03 Tom Tromey <tromey@adacore.com>
6304
6305 * gdb.ada/bias.exp: New file.
6306 * gdb.ada/bias/bias.adb: New file.
6307 * gdb.ada/print_chars.exp: Add regression test.
6308 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6309 (MC): New variable.
6310
2ea1a07a
SL
63112019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6312
6313 * gdb.base/argv0-symlink.exp: Run only on native target
6314 and local host.
6315
8077c50d
TV
63162019-08-29 Tom de Vries <tdevries@suse.de>
6317
6318 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6319 diverse debug info.
6320 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6321
48352473
TV
63222019-08-28 Tom de Vries <tdevries@suse.de>
6323
6324 * gdb.base/info-var.exp: Allow info variables to print info for files
6325 other than info-var-f1.c and info-var-f2.c.
6326
d8f27c60
AB
63272019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6328
6329 * gdb.fortran/info-types.exp: Add module.
6330 * gdb.fortran/info-types.f90: Update expected results.
6331
1f20c35e
AB
63322019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6333
6334 * gdb.fortran/info-types.exp: New file.
6335 * gdb.fortran/info-types.f90: New file.
6336 * lib/fortran.exp (fortran_character1): New proc.
6337
4acfdd20
AB
63382019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6341 functions'. Reindent as needed.
6342 * gdb.base/info-var-f1.c: New file.
6343 * gdb.base/info-var-f2.c: New file.
6344 * gdb.base/info-var.exp: New file.
6345 * gdb.base/info-var.h: New file.
6346
5c31b358
TV
63472019-08-26 Tom de Vries <tdevries@suse.de>
6348
6349 PR c++/24852
6350 * gdb.cp/no-libstdcxx-probe.exp: New test.
6351
b694989f
TV
63522019-08-26 Tom de Vries <tdevries@suse.de>
6353
6354 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6355 * tests need to be skipped.
6356 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6357 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6358 mi_skip_libstdcxx_probe_tests.
6359
d9c4ba53
SDJ
63602019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6361
6362 * gdb.python/py-xmethods.exp: Use raw strings when passing
6363 arguments to SimpleXMethodMatcher.
6364
395fad09
TV
63652019-08-22 Tom de Vries <tdevries@suse.de>
6366
6367 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6368 more informative.
6369
26c957f1
PA
63702019-08-21 Pedro Alves <palves@redhat.com>
6371
6372 * gdb.base/with.exp: Test "with" with no arguments.
6373
61f80d5d
TV
63742019-08-21 Tom de Vries <tdevries@suse.de>
6375
6376 * gdb.base/gdb-caching-proc.exp: Sort files.
6377
d7a11d13
TV
63782019-08-20 Tom de Vries <tdevries@suse.de>
6379
6380 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6381 compilation.
6382
34dafe9f
TV
63832019-08-16 Tom de Vries <tdevries@suse.de>
6384
6385 * gdb.base/compare-sections.exp ("after run to main"): Allow
6386 mismatched read-only sections for PIE executables.
6387
398fdd60
TT
63882019-08-16 Tom Tromey <tom@tromey.com>
6389
6390 * lib/tuiterm.exp (_csi_Z): New proc.
6391 * gdb.tui/basic.exp: Update window positions.
6392 * gdb.tui/empty.exp: Update window positions.
6393
d8f9e51c
SL
63942019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6395
6396 * gdb.base/examine-backward.exp: Correct regexp for
6397 "examine 3 bytes backward from ${address_zero}".
6398
3df505f6
TT
63992019-08-15 Tom Tromey <tom@tromey.com>
6400
6401 * gdb.tui/empty.exp: Enable resizing tests.
6402
272560b5
TT
64032019-08-15 Tom Tromey <tromey@adacore.com>
6404
6405 * gdb.ada/char_enum.exp: Add regression tests.
6406 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6407 and '0'.
6408 (Char, Gchar): Update.
6409 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6410
08235187
CB
64112019-08-15 Christian Biesinger <cbiesinger@google.com>
6412
6413 * gdb.python/python.exp: Expect a leading underscore on
6414 GdbOutput{,Error}File.
6415
22a2ab04
SL
64162019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6417
6418 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6419 Windows host.
6420
835b995b
SL
64212019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6422
6423 * gdb.base/batch-preserve-term-settings.exp
6424 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6425
97dd8e07
CB
64262019-08-15 Christian Biesinger <cbiesinger@google.com>
6427
6428 * lib/gdb.exp: When running on a mingw target, replace
6429 /x/ with x:/.
6430
75faf5c4
AH
64312019-08-14 Alan Hayward <alan.hayward@arm.com>
6432
6433 * gdb.arch/aarch64-prologue.c: New test.
6434 * gdb.arch/aarch64-prologue.exp: New file.
6435
abc6c00f
TV
64362019-08-13 Tom de Vries <tdevries@suse.de>
6437
6438 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6439 Thread.
6440
74c2c1f4
SL
64412019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6442
6443 * gdb.python/py-completion.exp: Download the .py file to the host
6444 and use its host pathname. Conditionalize tests that use
6445 tab completion and manipulate files on the build machine.
6446 * gdb.python/py-events.exp: Download the .py file to the host
6447 and use its host pathname.
6448 * gdb.python/py-evsignal.exp: Likewise.
6449 * gdb.python/py-evthreads.exp: Likewise.
6450 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6451 pathname syntax.
6452 * gdb.python/py-framefilter.exp: Download the .py file to the right
6453 place on the host. Match Windows pathname syntax.
6454 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6455 .py file to the host and use its host pathname.
6456 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6457 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6458 build pathname. Skip symlink test on Windows host. Add missing
6459 newline at end of file.
6460 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6461 and use its host pathname.
6462 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6463 * gdb.python/py-section-script.exp: Use host location of binfile
6464 on safe-path. Use correct path separator on Windows host.
6465 Reorder alternatives in gdb_test_multiple to prevent matching
6466 the wrong alternative on success.
6467 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6468
ca2589f3
PP
64692019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6470
6471 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6472 expect the GDB inferior to no longer immediately stop after
6473 being resumed with "signal SIGINT".
6474
020a839d
SL
64752019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6476
6477 * gdb.linespec/break-ask.exp: Generalize regexps to match
6478 Windows pathnames too.
6479
128d6509
TV
64802019-08-08 Tom de Vries <tdevries@suse.de>
6481
6482 PR testsuite/24862
6483 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6484
590042fc
PW
64852019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6486
6487 * gdb.base/style.exp: Update tests for help doc new invariants.
6488 * gdb.base/help.exp: Likewise.
6489
046bebe1
TT
64902019-08-06 Tom Tromey <tom@tromey.com>
6491
6492 * gdb.base/style.exp: Add disassemble test.
6493 * gdb.base/style.c (some_called_function): New function.
6494 (main): Use it.
6495
0b27c27d
CB
64962019-08-05 Christian Biesinger <cbiesinger@google.com>
6497
6498 * gdb.python/py-block.exp: Test dictionary access on blocks.
6499
580f1034
SM
65002019-08-05 Simon Marchi <simon.marchi@efficios.com>
6501
6502 PR gdb/24863
6503 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6504 -list-thread-groups --available test when running under
6505 check-read1.
6506
d86bd7cb
TV
65072019-08-05 Tom de Vries <tdevries@suse.de>
6508
6509 PR testsuite/24863
6510 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6511 * gdb.base/help.exp: Use with_read1_timeout_factor.
6512 * gdb.base/info-macros.exp: Same.
6513 * gdb.cp/nested-types.exp: Same.
6514
a80cf5d8
TV
65152019-08-05 Tom de Vries <tdevries@suse.de>
6516
6517 * lib/gdb.exp (version_at_least): Factor out of ...
6518 (tcl_version_at_least): ... here.
6519 (gdb_compile): Fail if pie results in non-PIE executable.
6520 (readelf_version, readelf_prints_pie): New proc.
6521 (exec_is_pie): Return -1 if unknown.
6522
d0962838
TV
65232019-08-05 Tom de Vries <tdevries@suse.de>
6524
6525 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6526
2252ff3d
SL
65272019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6528
6529 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6530
26655f53
SL
65312019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6532
6533 * lib/completion-support.exp (test_gdb_complete_none): Skip
6534 tab completion tests if no readline support.
6535 (test_gdb_complete_unique_re): Likewise.
6536 (test_gdb_complete_multiple): Likewise.
6537
db4dc13e
PW
65382019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6539
6540 * gdb.base/info_sources.exp: New file.
6541 * gdb.base/info_sources.c: New file.
6542 * gdb.base/info_sources_base.c: New file.
6543
0eba165a
PFC
65442019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6545
6546 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6547 prefix argument.
6548 (test_exit_status): Add prefix argument.
6549
59bd512b
TV
65502019-08-01 Tom de Vries <tdevries@suse.de>
6551
6552 PR testsuite/24863
6553 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6554 calling exp_continue for new thread and thread exited messages.
6555
2a3ad588
TV
65562019-08-01 Tom de Vries <tdevries@suse.de>
6557
6558 PR testsuite/24863
6559 * gdb.base/structs.exp: Fix check-read1 timeout using
6560 gdb_test_sequence.
6561 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6562
117eb594
TV
65632019-08-01 Tom de Vries <tdevries@suse.de>
6564
6565 PR testsuite/24863
6566 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6567 line.
6568
ed591340
TV
65692019-08-01 Tom de Vries <tdevries@suse.de>
6570
6571 PR testsuite/24863
6572 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6573
aa3b6533
TT
65742019-07-30 Tom Tromey <tromey@adacore.com>
6575
6576 * gdb.ada/display_nested.exp: New file.
6577 * gdb.ada/display_nested/foo.adb: New file.
6578 * gdb.ada/display_nested/pack.adb: New file.
6579 * gdb.ada/display_nested/pack.ads: New file.
6580
2906593f
CB
65812019-07-30 Christian Biesinger <cbiesinger@google.com>
6582
6583 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6584 namespace.
6585 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6586
0f575925
TV
65872019-07-30 Tom de Vries <tdevries@suse.de>
6588
6589 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6590 instead.
6591
b13057d9
TV
65922019-07-30 Tom de Vries <tdevries@suse.de>
6593
6594 PR testsuite/24834
6595 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6596 (exec_is_pie): New proc.
6597
5c4dde85
CB
65982019-07-29 Christian Biesinger <cbiesinger@google.com>
6599
6600 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6601
c620ed88
CB
66022019-07-29 Christian Biesinger <cbiesinger@google.com>
6603
6604 * gdb.python/py-objfile.c: Add global and static vars.
6605 * gdb.python/py-objfile.exp: Test new functions Objfile.
6606 lookup_global_symbol and lookup_static_symbol.
6607
3d235706
TT
66082019-07-29 Tom Tromey <tom@tromey.com>
6609
6610 * lib/tuiterm.exp (Term::_csi_@): New proc.
6611 (Term::_csi_X): Don't move cursor.
6612
c7e4c0a6
PW
66132019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6614
6615 * gdb.base/options.exp: Update backtrace - completion to
6616 new option -frame-info.
6617 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6618 Test new 'set print frame-info'. Test backtrace -frame-info
6619 overriding 'set print frame-info'.
6620 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6621 Test new 'set print frame-info'.
6622 Verify consistency of backtrace with and without filters, with and
6623 without -no-filters.
6624 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6625 default.
6626
de28a3b7
TV
66272019-07-29 Tom de Vries <tdevries@suse.de>
6628
6629 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6630 no arguments".
6631
507dd60e
TV
66322019-07-29 Tom de Vries <tdevries@suse.de>
6633
6634 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6635 is a substring of the first for "complete non-unique file name".
6636
5beafce9
TV
66372019-07-29 Tom de Vries <tdevries@suse.de>
6638
6639 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6640 with ".*".
6641
2d274232
TV
66422019-07-29 Tom de Vries <tdevries@suse.de>
6643
6644 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6645 Pass prompt_regexp parameter to gdb_test_multiple calls.
6646
9197cd8b
TV
66472019-07-29 Tom de Vries <tdevries@suse.de>
6648
6649 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6650 print registers" regexps.
9197cd8b 6651
b528dae0
TV
66522019-07-29 Tom de Vries <tdevries@suse.de>
6653
6654 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6655
d17725d7
TV
66562019-07-29 Tom de Vries <tdevries@suse.de>
6657
6658 PR gdb/24855
6659 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6660 (skip_python_tests_prompt): Add prompt_regexp argument to
6661 gdb_test_multiple calls.
6662
52b75bf1
TT
66632019-07-27 Tom Tromey <tom@tromey.com>
6664
6665 * gdb.tui/main.exp: New file.
6666
2b1d00c2
TT
66672019-07-27 Tom Tromey <tom@tromey.com>
6668
6669 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6670 optional.
6671 * gdb.tui/empty.exp: New file.
6672
ded631d5
TT
66732019-07-27 Tom Tromey <tom@tromey.com>
6674
6675 * lib/tuiterm.exp (spawn): New proc.
6676 (Term::resize): New proc.
6677 * gdb.tui/resize.exp: New file.
6678
58ac439d
TT
66792019-07-27 Tom Tromey <tom@tromey.com>
6680
6681 * gdb.tui/list.exp: New file.
6682
fe1f56ee
TT
66832019-07-27 Tom Tromey <tom@tromey.com>
6684
6685 * gdb.tui/regs.exp: New file.
6686
f790b310
TT
66872019-07-27 Tom Tromey <tom@tromey.com>
6688
6689 * gdb.tui/basic.exp: Add "layout split" test.
6690
d95fc6ee
TT
66912019-07-27 Tom Tromey <tom@tromey.com>
6692
6693 * gdb.tui/basic.exp: Add "layout asm" test.
6694
c3786b3a
TT
66952019-07-27 Tom Tromey <tom@tromey.com>
6696
6697 * lib/tuiterm.exp: New file.
6698 * gdb.tui/basic.exp: New file.
6699
98a617f8
KB
67002019-07-27 Kevin Buettner <kevinb@redhat.com>
6701
6702 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6703 Enable tests associated with this flag. Adjust regex
6704 referencing "foo_low" to now refer to "foo_cold" instead.
6705
5c076da4
KB
67062019-07-27 Kevin Buettner <kevinb@redhat.com>
6707
6708 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6709 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6710 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6711 foo_cold. Revise comments to match.
6712 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6713 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6714 were wrapped into this proc; Call do_test in loop from outermost
6715 level.
6716 (foo_low): Rename all occurrences to "foo_cold".
6717 (backtrace from baz): New test.
6718 (x2/i foo_cold): New test.
6719 (info line *foo_cold): New test.
6720
1512d3b7
TV
67212019-07-26 Tom de Vries <tdevries@suse.de>
6722
6723 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6724
297989a1
TV
67252019-07-25 Tom de Vries <tdevries@suse.de>
6726
6727 PR testsuite/24830
6728 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6729 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6730 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6731 (skip_libstdcxx_probe_tests): ... here.
6732 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6733
b3b965fb
TV
67342019-07-24 Tom de Vries <tdevries@suse.de>
6735
6736 PR testsuite/24807
6737 * gdb.objc/basicclass.m: Include stdio.h.
6738 * gdb.objc/nondebug.m: Same.
6739 * gdb.objc/objcdecode.m: Same.
6740
4625b4d0
TV
67412019-07-24 Tom de Vries <tdevries@suse.de>
6742
6743 PR testsuite/24612
6744 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6745 additional_flags.
6746
024a5840
TV
67472019-07-24 Tom de Vries <tdevries@suse.de>
6748
6749 PR testsuite/24831
6750 * gdb.multi/tids.exp: Update error messages for info threads.
6751
c76ddaa3
TV
67522019-07-24 Tom de Vries <tdevries@suse.de>
6753
6754 * gdb.base/info-types.exp: Allow info types to print info for more than
6755 one file.
6756
9a618ef6
TV
67572019-07-23 Tom de Vries <tdevries@suse.de>
6758
6759 PR testsuite/24842
6760 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6761 gdb_spawn_with_cmdline_opts.
6762
40eadf04
SP
67632019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6764
6765 * gdb.arch/arm-cmse-sgstubs.c: New test.
6766 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6767
5ba29434
TV
67682019-07-23 Tom de Vries <tdevries@suse.de>
6769
6770 PR testsuite/24711
6771 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6772 issuing next command.
6773
a8e9d247
AB
67742019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6775
6776 * gdb.ada/info_auto_lang.exp: Update expected results.
6777 * gdb.base/info-types.c: Add additional types to check.
6778 * gdb.base/info-types.exp: Update expected results.
6779
eb86c5e2
AB
67802019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6781
6782 * gdb.base/info-types.c: New file.
6783 * gdb.base/info-types.exp: New file.
6784
01e175fe
AB
67852019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.arch/riscv-bp-infcall.c: New file.
6788 * gdb.arch/riscv-bp-infcall.exp: New file.
6789
6b78c3f8
AB
67902019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6791
6792 PR breakpoints/24541
6793 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6794
da738167
TV
67952019-07-14 Tom de Vries <tdevries@suse.de>
6796
6797 PR testsuite/24760
6798 * gdb.objc/basicclass.exp: Fix unterminated string.
6799
0d4e84ed
AB
68002019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6801 Andrew Burgess <andrew.burgess@embecosm.com>
6802
6803 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6804 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6805 negative bounds.
6806 * gdb.fortran/vla-value.exp: Print elements of an array with
6807 negative bounds.
6808 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6809 testing.
6810
021d8588
AB
68112019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6812
6813 * gdb.base/options.exp (expect_string): Dequote strings in
6814 results.
6815 (test-string): Test strings with different quoting and reindent.
6816
f06f1252
TT
68172019-07-10 Tom Tromey <tromey@adacore.com>
6818
6819 * gdb.ada/mi_ex_cond.exp: Update expected results.
6820 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6821 * gdb.ada/mi_catch_ex.exp: Update expected results.
6822 * gdb.ada/mi_catch_assert.exp: Update expected results.
6823 * gdb.ada/catch_ex.exp (catch_exception_info)
6824 (catch_exception_entry, catch_assert_entry)
6825 (catch_unhandled_entry): Update.
6826 * gdb.ada/catch_assert_if.exp: Update expected results.
6827
b863685d
RB
68282019-07-10 Richard Bunt <richard.bunt@arm.com>
6829 Stephen Roberts <stephen.roberts@arm.com>
6830
6831 * gdb.base/define.exp: Restore original prompt.
6832
cb1e4e32
PA
68332019-07-09 Pedro Alves <palves@redhat.com>
6834
6835 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6836 breakpoints" output.
6837 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6838 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6839 throw" creates breakpoint.
6840 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6841 'type="catchpoint"'.
6842
b58a68fe
PA
68432019-07-09 Pedro Alves <palves@redhat.com>
6844
6845 PR c++/15468
6846 * gdb.cp/except-multi-location-lib.cc: New.
6847 * gdb.cp/except-multi-location-main.cc: New.
6848 * gdb.cp/except-multi-location.exp: New.
6849
0826779b
PW
68502019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6851
6852 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6853 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6854 argument and update callers.
6855
5b0e2db4
AB
68562019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6857
6858 * gdb.arch/amd64-break-on-asm-line.S: New file.
6859 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6860
1f6f6e21
PW
68612019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6862
6863 * gdb.base/printcmds.exp: Test printing C string and
6864 C wide string convenience vars without transiting via the inferior.
6865 Also make test names unique.
6866
ea142fbf
AH
68672019-07-08 Alan Hayward <alan.hayward@arm.com>
6868
5862c886 6869 PR breakpoints/25011
ea142fbf
AH
6870 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6871
213fd9fa
PA
68722019-07-04 Pedro Alves <palves@redhat.com>
6873
6874 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6875 body returned ok(0), break(3) or continue(4).
6876 * gdb.testsuite/foreach_with_prefix.exp: New file.
6877
2b40fda7
AH
68782019-07-04 Alan Hayward <alan.hayward@arm.com>
6879
6880 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6881
a26c8de0
PA
68822019-07-03 Pedro Alves <palves@redhat.com>
6883
6884 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6885 "return -code".
6886
5f4ba3e7
PA
68872019-07-03 Pedro Alves <palves@redhat.com>
6888
6889 PR cli/24732
6890 * gdb.base/shell.exp: Load completion-support.exp.
6891 Adjust expected error output. Add completion tests.
6892
a994424f
PA
68932019-07-03 Pedro Alves <palves@redhat.com>
6894
6895 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
6896 string_to_regexp.
6897
3d9be6f5
PA
68982019-07-03 Pedro Alves <palves@redhat.com>
6899
6900 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
6901 (expect_integer): Adjust to expect "-string".
6902 (expect_string): New.
6903 (all_options): Expect "-string".
6904 (test-flag, test-boolean): Adjust to expect "-string".
6905 (test-string): New proc.
6906 (top level): Call it.
6907
41fc454c
PA
69082019-07-03 Pedro Alves <palves@redhat.com>
6909
6910 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
6911 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
6912 the expected output in the success.
6913
b2b2a215
PA
69142019-07-03 Pedro Alves <palves@redhat.com>
6915
6916 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
6917 Split one gdb_test_multiple call in two to avoid a race.
6918
fdbc9870
PA
69192019-07-03 Pedro Alves <palves@redhat.com>
6920
6921 * gdb.base/with.c: New file.
6922 * gdb.base/with.exp: New file.
6923
c6ac8931
PA
69242019-07-03 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/settings.exp: Replace all references to "maint
6927 test-settings set" with references to "maint set test-settings",
6928 and all references to "maint test-settings show" with references
6929 to "maint show test-settings".
6930
970f9d09
PA
69312019-07-03 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.base/settings.exp (test-string): Adjust expected out when
6934 testing "maint test-settings show filename"
6935
54d66006
PA
69362019-07-02 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/options.exp (test-info-threads): New procedure.
6939 (top level): Call it.
6940
10d06d82
TT
69412019-06-28 Tom Tromey <tromey@adacore.com>
6942
6943 * gdb.dwarf2/ada-linkage-name.c: New file.
6944 * gdb.dwarf2/ada-linkage-name.exp: New file.
6945
3d507ff2
TT
69462019-06-27 Tom Tromey <tromey@adacore.com>
6947
d039f014 6948 PR c++/20020:
3d507ff2
TT
6949 * gdb.cp/constexpr-field.exp: Use setup_xfail.
6950
8af58ffe
TV
69512019-06-26 Tom de Vries <tdevries@suse.de>
6952
6953 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
6954
22e21752
TV
69552019-06-26 Tom de Vries <tdevries@suse.de>
6956
6957 * gdb.base/index-cache.exp: Add back missing debug option.
6958
b65b566c
PW
69592019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6960
6961 * gdb.base/alias.exp: Test non matching/non existing prefixes.
6962
5c2c8c69
TV
69632019-06-25 Tom de Vries <tdevries@suse.de>
6964
6965 PR testsuite/24727
6966 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
6967
164e3873
TV
69682019-06-24 Tom de Vries <tdevries@suse.de>
6969
6970 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
6971
824eacee
TV
69722019-06-24 Tom de Vries <tdevries@suse.de>
6973
6974 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
6975 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
6976 * gdb.trace/unavailable-dwarf-piece.exp: Same.
6977
385b97d3
TV
69782019-06-24 Tom de Vries <tdevries@suse.de>
6979
6980 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
6981
c596f180
TV
69822019-06-21 Tom de Vries <tdevries@suse.de>
6983
6984 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
6985
b13a7d03
TV
69862019-06-21 Tom de Vries <tdevries@suse.de>
6987
6988 PR testsuite/24518
6989 PR ada/24713
6990 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
6991 index.
6992
899277ae
TT
69932019-06-19 Tom Tromey <tromey@adacore.com>
6994
6995 * gdb.ada/length_cond.exp: Add intro comment.
6996
680e1bee
TT
69972019-06-19 Tom Tromey <tromey@adacore.com>
6998
6999 * gdb.ada/length_cond.exp: New file.
7000 * gdb.ada/length_cond/length_cond.adb: New file.
7001 * gdb.ada/length_cond/pck.adb: New file.
7002 * gdb.ada/length_cond/pck.ads: New file.
7003
0ed4690a
TV
70042019-06-18 Tom de Vries <tdevries@suse.de>
7005
7006 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7007
d20ed5fd
TT
70082019-06-18 Tom Tromey <tromey@adacore.com>
7009
7010 * gdb.base/list0.h: Add comment explaining control character.
7011
86e04673
TV
70122019-06-18 Tom de Vries <tdevries@suse.de>
7013
7014 * boards/fission.exp: Break up long debug_flags line.
7015
c4973306
SM
70162019-06-16 Tom de Vries <tdevries@suse.de>
7017
7018 PR gdb/24445
7019 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7020 generated index.
7021
93cb9841
AB
70222019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7023
7024 PR gdb/24686
7025 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7026 improve detection of bug gdb/24541.
7027
399aaebd
SM
70282019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7029
7030 PR gdb/24669
7031 * gdb.base/index-cache.exp (uses_readnow,
7032 expecting_index_cache_use): Define global variable.
7033 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7034 expecting_index_cache_use.
7035
584a927c
AB
70362019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7037 Andrew Burgess <andrew.burgess@embecosm.com>
7038
7039 * gdb.fortran/pointers.f90: New file.
7040 * gdb.fortran/print_type.exp: New file.
7041 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7042 * gdb.fortran/vla-type.exp: Likewise.
7043 * gdb.fortran/vla-value.exp: Likewise.
7044 * gdb.mi/mi-vla-fortran.exp: Likewise.
7045
30056ea0
AB
70462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7047
7048 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7049 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7050 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7051 as a stop reason.
7052
ec8e2b6d
AB
70532019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.base/annota1.exp: Update expected results.
7056 * gdb.cp/annota2.exp: Likewise.
7057 * gdb.cp/annota3.exp: Likewise.
7058
09e4c4e1
AB
70592019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 * gdb.base/style-logging.exp: Remove path from test name.
7062
0735b091
TT
70632019-06-14 Tom Tromey <tromey@adacore.com>
7064
7065 PR gdb/24502:
7066 * gdb.base/style-logging.exp: New file.
7067
f5686554
TT
70682019-06-14 Tom Tromey <tromey@adacore.com>
7069
7070 * gdb.base/symfile-warn.exp: New file.
7071 * gdb.base/symfile-warn.c: New file.
7072
a0c1ffed
TT
70732019-06-14 Tom Tromey <tromey@adacore.com>
7074
7075 * gdb.base/annotate-symlink.exp: New file.
7076
f411722c
TT
70772019-06-14 Tom Tromey <tromey@adacore.com>
7078
7079 * gdb.ada/set_wstr.exp: Add reassignment test.
7080
4268ec18
TT
70812019-06-14 Tom Tromey <tromey@adacore.com>
7082
7083 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7084 'unchecked_access and 'unrestricted_access as well.
7085
9a9e394b
TT
70862019-06-14 Tom Tromey <tromey@adacore.com>
7087
7088 PR ada/24539:
7089 * gdb.ada/vla.exp: Update tests.
7090 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7091 pragma.
7092
4c048731
PA
70932019-06-13 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.base/settings.exp (test-integer): Test junk after
7096 "unlimited".
7097
6665660a
PA
70982019-06-13 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.base/options.exp (test-thread-apply): New.
7101 (top level): Call it.
7102
5d707134
PA
71032019-06-13 Pedro Alves <palves@redhat.com>
7104
7105 * gdb.base/options.exp (test-frame-apply): New.
7106 (top level): Test print commands with different "frame apply"
7107 prefixes.
7108
e2a689da
PA
71092019-06-13 Pedro Alves <palves@redhat.com>
7110
e79be6e5 7111 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7112 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7113 'max_completions' parameter and handle it.
7114 (test_gdb_completion_offers_commands): New.
7115
90a1ef87
PA
71162019-06-13 Pedro Alves <palves@redhat.com>
7117
7118 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7119
d4c16835
PA
71202019-06-13 Pedro Alves <palves@redhat.com>
7121
7122 * gdb.base/options.exp (test-backtrace): New.
7123 (top level): Call it.
7124
2daf894e
PA
71252019-06-13 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.guile/scm-frame-args.exp: Use "set print
7128 raw-frame-arguments" instead of "set print raw frame-arguments".
7129 * gdb.python/py-frame-args.exp: Likewise.
7130
e6ed716c
PA
71312019-06-13 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.compile/compile.exp: Adjust expected output to option
7134 processing changes.
7135
7d8062de
PA
71362019-06-13 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/options.exp: Build executable.
7139 (test-print): New procedure.
7140 (top level): Call it, once for "print" and another for "compile
7141 print".
7142
9d0faba9
PA
71432019-06-13 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/options.c: New file.
7146 * gdb.base/options.exp: New file.
7147
dee7b4c8
PA
71482019-06-13 Pedro Alves <palves@redhat.com>
7149
7150 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7151 that "o" is ambiguous.
7152
dca0f6c0
PA
71532019-06-13 Pedro Alves <palves@redhat.com>
7154
7155 * gdb.base/settings.c: New file.
7156 * gdb.base/settings.exp: New file.
7157
ccf46844
PA
71582019-06-13 Pedro Alves <palves@redhat.com>
7159
7160 * gdb.base/completion.exp: Fix comment typo.
7161
b9a3f842
PA
71622019-06-13 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7165 foo --1" test.
7166
d106773e
PA
71672019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7168
7169 * gdb.fortran/block-data.f: New.
7170 * gdb.fortran/block-data.exp: New.
7171
fea82da0
TV
71722019-06-11 Tom de Vries <tdevries@suse.de>
7173
7174 PR testsuite/24521
7175 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7176 message.
7177
8c2e74f1
TV
71782019-06-11 Tom de Vries <tdevries@suse.de>
7179
7180 PR testsuite/24521
7181 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7182
b49851c8
TV
71832019-06-11 Tom de Vries <tdevries@suse.de>
7184
7185 * boards/readnow.exp: New file.
7186
a7067863
AB
71872019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7188
7189 * gdb.fortran/vla-sizeof.exp: Update expected results.
7190
1a3da2cd
AB
71912019-06-06 Amos Bird <amosbird@gmail.com>
7192
7193 * gdb.base/annota1.exp (thread_switch): Add test for
7194 thread-exited annotation.
7195
3847a7bf
TT
71962019-06-06 Tom Tromey <tromey@adacore.com>
7197
7198 * gdb.base/maint.exp: Expect command started/finished output.
7199
0088ba59
AB
72002019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7201
7202 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7203 comment.
7204 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7205
312617a3
AB
72062019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7207
7208 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7209 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7210 * gdb.arch/riscv-unwind-long-insn.c: New file.
7211 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7212
e1f2e1a2
CB
72132019-06-04 Christian Biesinger <cbiesinger@google.com>
7214
d3238f7d 7215 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7216
206584bd
PW
72172019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7218
7219 * lib/gdb.exp (help_list_trailer): New regexp variable
7220 factorizing the help trailer message.
7221 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7222 arg to allow to better factorize various tests.
7223 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7224 (test_prefix_command_help): Use help_list_trailer.
7225 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7226 * gdb.guile/scm-cmd.exp: Likewise.
7227 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7228 * gdb.base/help.exp: Use test_user_defined_class_help.
7229 * gdb.base/style.exp: Add tests for styling of help and apropos.
7230 * lib/gdb-utils.exp (style): Add title and highlight styles.
7231
708dc93e
PW
72322019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7233
7234 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7235 $_shell_exitsignal.
7236 * gdb.base/default.exp: Update for new convenience variables.
7237
f49055a5
TT
72382019-05-29 Tom Tromey <tromey@adacore.com>
7239
7240 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7241 to "break complete ada" test case's regexp.
7242
4330d61d
TT
72432019-05-29 Tom Tromey <tromey@adacore.com>
7244
7245 PR c++/20020:
7246 * gdb.cp/constexpr-field.exp: New file.
7247 * gdb.cp/constexpr-field.cc: New file.
7248
000439d5
TT
72492019-05-29 Tom Tromey <tromey@adacore.com>
7250
7251 * gdb.base/finish.exp (finish_no_print): New proc.
7252 (finish_tests): Call it.
7253
5a01c34c
TV
72542019-05-24 Tom de Vries <tdevries@suse.de>
7255
7256 * gdb.dwarf2/gdb-add-index.exp: New file.
7257
18125b16
TT
72582019-05-22 Tom Tromey <tromey@adacore.com>
7259
7260 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7261 * gdb.base/style.exp: Use "style".
7262 * lib/gdb-utils.exp (style): New proc.
7263
af1a8d03
TV
72642019-05-22 Tom de Vries <tdevries@suse.de>
7265
7266 * gdb.base/align.exp: Require c++11.
7267
e7fe496b
TV
72682019-05-22 Tom de Vries <tdevries@suse.de>
7269
7270 PR testsuite/24586
7271 * gdb.python/py-mi-var-info-path-expression.exp: Call
7272 mi_skip_python_tests to check if python is supported.
7273
8fca4da0
AH
72742019-05-22 Alan Hayward <alan.hayward@arm.com>
7275
7276 * gdb.arch/aarch64-pauth.c: New test.
7277 * gdb.arch/aarch64-pauth.exp: New file.
7278
b7060614
AH
72792019-05-22 Alan Hayward <alan.hayward@arm.com>
7280
7281 * README (Re-running Tests Outside The Testsuite): New section.
7282
669d0468
TV
72832019-05-21 Tom de Vries <tdevries@suse.de>
7284
7285 * gdb.arch/amd64-eval.exp: Require c++11.
7286 * gdb.base/max-depth.exp: Same.
7287 * gdb.compile/compile-cplus-array-decay.exp: Same.
7288 * gdb.cp/meth-typedefs.exp: Same.
7289 * gdb.cp/subtypes.exp: Same.
7290 * gdb.cp/temargs.exp: Same.
7291
ce3ebcaa
AH
72922019-05-21 Alan Hayward <alan.hayward@arm.com>
7293
7294 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7295
34d11c68
AB
72962019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7297
7298 PR gdb/18644
7299 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7300 * gdb.fortran/printing-types.exp: Add new test.
7301 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7302 testing.
7303 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7304 setup_kfail call.
7305
87781e84
AH
73062019-05-17 Alan Hayward <alan.hayward@arm.com>
7307
7308 * README (Running the Testsuite): Change example.
7309 (Testsuite Parameters): Remove TRANSCRIPT.
7310 * lib/gdb.exp: Remove TRANSCRIPT check.
7311
b420b89e
AH
73122019-05-17 Alan Hayward <alan.hayward@arm.com>
7313
7314 * README (Testsuite Parameters): Add replay logging to
7315 GDBSERVER_DEBUG.
7316 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7317 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7318 as a comma separated list.
7319 (gdb_debug_init): Override procedure.
7320
408e9b8b
AH
73212019-05-17 Alan Hayward <alan.hayward@arm.com>
7322
7323 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7324 (gdb_write_cmd_file): New procedure.
7325 * lib/gdbserver-support.exp (gdbserver_start): Call
7326 gdbserver_write_cmd_file.
7327 (gdbserver_write_cmd_file): New procedure.
7328
f9e2e39d
AH
73292019-05-17 Alan Hayward <alan.hayward@arm.com>
7330
7331 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7332 (delete_breakpoints): Likewise.
7333 (gdb_run_cmd): Likewise.
7334 (gdb_start_cmd): Likewise.
7335 (gdb_starti_cmd): Likewise.
7336 (gdb_internal_error_resync): Likewise.
7337 (gdb_test_multiple): Likewise.
7338 (gdb_reinitialize_dir): Likewise.
7339 (default_gdb_exit): Likewise.
7340 (gdb_file_cmd): Mark kill as optional.
7341 (default_gdb_start): Call gdb_stdin_log_init.
7342 (send_gdb): Call gdb_stdin_log_write.
7343 (rerun_to_main): Mark Y as an answer.
7344 (gdb_stdin_log_init): New function.
7345 (gdb_stdin_log_write): Likewise.
7346
81f47ac2
AH
73472019-05-17 Alan Hayward <alan.hayward@arm.com>
7348
7349 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7350 * gdb.base/debug-expr.exp: Likewise.
7351 * gdb.base/foll-fork.exp: Likewise.
7352 * gdb.base/foll-vfork.exp: Likewise.
7353 * gdb.base/fork-print-inferior-events.exp: Likewise.
7354 * gdb.base/gdb-sigterm.exp: Likewise.
7355 * gdb.base/gdbinit-history.exp: Likewise.
7356 * gdb.base/osabi.exp: Likewise.
7357 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7358 * gdb.base/ui-redirect.exp: Likewise.
7359 * gdb.gdb/unittest.exp: Likewise.
7360 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7361 * gdb.mi/mi-watch.exp: Likewise.
7362 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7363 * gdb.mi/user-selected-context-sync.exp: Likewise.
7364 * gdb.python/python.exp: Disable debug test when debugging.
7365 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7366 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7367 Likewise.
7368 * gdb.threads/stepi-random-signal.exp: Likewise.
7369
29b52314
AH
73702019-05-17 Alan Hayward <alan.hayward@arm.com>
7371
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
AH
7378
73792019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7380
29b52314
AH
7381 * Makefile.in: Pass through GDB_DEBUG.
7382 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7383 (gdb,debug): Add board setting.
7384 * lib/gdb.exp (default_gdb_start): Start debugging.
7385 (gdb_debug_enabled): New procedure.
7386 (gdb_debug_init): Likewise.
29b52314 7387
ca1285d1
AH
73882019-05-17 Alan Hayward <alan.hayward@arm.com>
7389
7390 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7391
f3a09c80
AH
73922019-05-17 Alan Hayward <alan.hayward@arm.com>
7393
7394 * gdb.base/ui-redirect.exp: Test redirection.
7395
26648588
JV
73962019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7397
7398 * gdb.mi/mi-complete.exp: New file.
7399 * gdb.mi/mi-complete.cc: Likewise.
7400
14237686
AB
74012019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7402
7403 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7404 indexed and sliced arrays, and pointers to arrays.
7405
e7bd7fba
TT
74062019-05-14 Tom Tromey <tromey@adacore.com>
7407
7408 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7409 styling test.
7410
2764128d
TV
74112019-05-14 Tom de Vries <tdevries@suse.de>
7412
7413 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7414 selection entry encoding.
7415
71bed2db
TT
74162019-05-10 Tom Tromey <tromey@adacore.com>
7417
7418 * gdb.ada/info_exc.exp: Add "complete" test.
7419
63b667ad
TV
74202019-05-09 Tom de Vries <tdevries@suse.de>
7421
7422 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7423 CU-relative.
7424
9cfd2b89
TV
74252019-05-09 Tom de Vries <tdevries@suse.de>
7426
7427 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7428 CU-relative.
7429
2228ef77
XR
74302019-05-08 Joel Brobecker <brobecker@adacore.com>
7431
7432 * gdb.ada/frame_arg_lang.exp: New testcase.
7433 * gdb.ada/frame_arg_lang/bla.adb: New file.
7434 * gdb.ada/frame_arg_lang/pck.ads: New file.
7435 * gdb.ada/frame_arg_lang/pck.adb: New file.
7436 * gdb.ada/frame_arg_lang/foo.c: New file.
7437
80e55b13
TT
74382019-05-08 Tom Tromey <tromey@adacore.com>
7439
7440 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7441
9d3421af
TT
74422019-05-08 Tom Tromey <tromey@adacore.com>
7443
7444 * gdb.base/ptype-offsets.exp: Update tests.
7445
844333e2
TT
74462019-05-08 Tom Tromey <tromey@adacore.com>
7447
7448 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7449 cases.
7450 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7451 "short".
7452
988915ee
TT
74532019-05-08 Tom Tromey <tromey@adacore.com>
7454
7455 * gdb.ada/vla.exp: New file.
7456 * gdb.ada/vla/vla.adb: New file.
7457
7bd55dac
TV
74582019-05-07 Tom de Vries <tdevries@suse.de>
7459
7460 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7461
75f06e9d
TV
74622019-05-07 Tom de Vries <tdevries@suse.de>
7463
7464 PR testsuite/24522
7465 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7466 section.
7467
77e7aaa4
TV
74682019-05-07 Tom de Vries <tdevries@suse.de>
7469
7470 PR testsuite/24522
7471 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7472 .debug_aranges section.
7473
456ba0fa
TV
74742019-05-07 Tom de Vries <tdevries@suse.de>
7475
7476 PR testsuite/24159
7477 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7478
5a56d6a6
TV
74792019-05-06 Tom de Vries <tdevries@suse.de>
7480
7481 * lib/gdb.exp (exec_has_index_section): New proc.
7482 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7483 section.
7484
9d6d4be8
TV
74852019-05-04 Tom de Vries <tdevries@suse.de>
7486
7487 * boards/cc-with-debug-names.exp: New file.
7488
222a8d25
TT
74892019-05-03 Tom Tromey <tromey@adacore.com>
7490
7491 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7492 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7493 * gdb.ada/char_enum.exp: Add test.
7494
0fdfd794
TV
74952019-05-03 Tom de Vries <tdevries@suse.de>
7496
7497 * boards/cc-with-gdb-index.exp: New file.
7498
80062eb9
AB
74992019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7500
7501 * gdb.rust/simple.exp: Add new test case.
7502 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7503 (main): Initialise an instance of the new struct.
7504
4504bbde
TT
75052019-05-01 Tom Tromey <tromey@adacore.com>
7506
7507 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7508 record.
7509 (NPR): New variable.
7510 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7511 test.
7512
d48e62f4
TT
75132019-05-01 Tom Tromey <tromey@adacore.com>
7514
7515 * gdb.ada/packed_array_assign.exp: Add packed assignment
7516 regression test.
7517
f59f30f5
TV
75182019-05-01 Tom de Vries <tdevries@suse.de>
7519
7520 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7521
b70bfc54
TV
75222019-05-01 Tom de Vries <tdevries@suse.de>
7523
7524 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7525
15f18d14
AT
75262019-04-30 Ali Tamur <tamur@google.com>
7527
7528 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7529
2ff0a947
TT
75302019-04-30 Tom Tromey <tromey@adacore.com>
7531
7532 * lib/ada.exp (find_ada_tool): New proc.
7533 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7534 * gdb.ada/catch_ex_std.exp: New file.
7535 * gdb.ada/catch_ex_std/foo.adb: New file.
7536 * gdb.ada/catch_ex_std/some_package.adb: New file.
7537 * gdb.ada/catch_ex_std/some_package.ads: New file.
7538
a776957c
TT
75392019-04-30 Tom Tromey <tromey@adacore.com>
7540
7541 PR c++/24470:
7542 * gdb.cp/temargs.cc: Add test code from PR.
7543
bc68014d
AB
75442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7545
7546 * gdb.fortran/vla-datatypes.exp: Update expected results.
7547 * gdb.fortran/vla-ptype.exp: Likewise.
7548 * gdb.fortran/vla-type.exp: Likewise.
7549 * gdb.fortran/vla-value.exp: Likewise.
7550
f1fdc960
AB
75512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7552
7553 * gdb.fortran/ptr-indentation.exp: Update expected results.
7554 * gdb.fortran/ptype-on-functions.exp: Likewise.
7555 * gdb.fortran/vla-ptr-info.exp: Likewise.
7556 * gdb.fortran/vla-value.exp: Likewise.
7557
bf7a4de1
AB
75582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7559
7560 * gdb.fortran/ptype-on-functions.exp: New file.
7561 * gdb.fortran/ptype-on-functions.f90: New file.
7562
bbe75b9d
AB
75632019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7564
7565 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7566 case void string.
7567
1db455a7
AB
75682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7569
7570 * gdb.fortran/complex.exp: Expand.
7571 * gdb.fortran/complex.f: Renamed to...
7572 * gdb.fortran/complex.f90: ...this, and extended to add more
7573 complex values.
7574
b6d03bb2
AB
75752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7576
7577 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7578 MODULO, CMPLX.
7579
2e62ab40
AB
75802019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7581 Richard Bunt <richard.bunt@arm.com>
7582
7583 * gdb.base/max-depth.c: New file.
7584 * gdb.base/max-depth.exp: New file.
7585 * gdb.python/py-nested-maps.c: New file.
7586 * gdb.python/py-nested-maps.exp: New file.
7587 * gdb.python/py-nested-maps.py: New file.
7588 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7589 (test_all_common): Call test_max_depth.
7590 * gdb.fortran/max-depth.exp: New file.
7591 * gdb.fortran/max-depth.f90: New file.
7592 * gdb.go/max-depth.exp: New file.
7593 * gdb.go/max-depth.go: New file.
7594 * gdb.modula2/max-depth.exp: New file.
7595 * gdb.modula2/max-depth.c: New file.
7596 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7597
d2b584a5
TV
75982019-04-29 Tom de Vries <tdevries@suse.de>
7599
7600 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7601
136afab8
PW
76022019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7603
7604 * gdb.base/callexit.exp: Test may-call-functions off.
7605
725cbb63
KS
76062019-04-25 Keith Seitz <keiths@redhat.com>
7607
7608 PR c++/24367
7609 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7610 (another_incomplete_struct, test_incomplete): New definitions.
7611 (main): Use new definitions.
7612 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7613 functions.
7614
701adfb0
PA
76152019-04-25 Ali Tamur <tamur@google.com>
7616
7617 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7618
82433e3e
SDJ
76192019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7620
7621 PR corefiles/11608
7622 PR corefiles/18187
7623 * gdb.base/coredump-filter-build-id.exp: New file.
7624
dd06d4d6
AH
76252019-04-25 Alan Hayward <alan.hayward@arm.com>
7626
e79be6e5
SM
7627 * Makefile.in: Pass through GDBSERVER_DEBUG.
7628 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7629 (gdbserver,debug): Add board setting.
7630 * gdb.trace/tspeed.exp: Skip when debugging.
7631 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7632 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7633
1670072e
TT
76342019-04-24 Tom Tromey <tromey@adacore.com>
7635
7636 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7637 Rust.
7638
a59240a4
TT
76392019-04-24 Tom Tromey <tromey@adacore.com>
7640
7641 * gdb.arch/amd64-eval.exp: Test bitfield return.
7642 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7643 (class Foo) <return_bitfields>: New method.
7644 (main): Call it.
7645
b907456c
AB
76462019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7647
7648 * gdb.cp/many-args.cc: New file.
7649 * gdb.cp/many-args.exp: New file.
7650
5c565afd
TV
76512019-04-23 Tom de Vries <tdevries@suse.de>
7652
7653 PR gdb/24433
7654 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7655
ba22ff86
AH
76562019-04-23 Alan Hayward <alan.hayward@arm.com>
7657
7658 * gdb.trace/backtrace.exp: Use nopie flag.
7659 * gdb.trace/circ.exp: Likewise.
7660 * gdb.trace/collection.exp: Likewise.
7661 * gdb.trace/ftrace.exp: Likewise.
7662 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7663 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7664 * gdb.trace/qtro.exp: Likewise.
7665 * gdb.trace/read-memory.exp: Likewise.
7666 * gdb.trace/report.exp: Likewise.
7667 * gdb.trace/tfile.exp: Likewise.
7668 * gdb.trace/tfind.exp: Likewise.
7669 * gdb.trace/unavailable.exp: Likewise.
7670
7905fc35
PA
76712019-04-22 Pedro Alves <palves@redhat.com>
7672
7673 * gdb.base/solib-probes-nosharedlibrary.c,
7674 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7675
8ecb59f8
TT
76762019-04-19 Tom Tromey <tromey@adacore.com>
7677
7678 * gdb.ada/ptype_union.c: New file.
7679 * gdb.ada/ptype_union.exp: New file.
7680
62160ec9
TT
76812019-04-19 Tom Tromey <tromey@adacore.com>
7682
7683 PR symtab/24423:
7684 * gdb.base/list0.h (foo): Add a control-l character.
7685
36cd4ba5
TV
76862019-04-18 Tom de Vries <tdevries@suse.de>
7687
7688 PR gdb/24433
7689 * boards/local-board.exp: Set sysroot to "".
7690
b73715df
TV
76912019-04-18 Tom de Vries <tdevries@suse.de>
7692 Pedro Alves <palves@redhat.com>
7693
7694 PR gdb/24454
7695 * gdb.threads/vfork-follow-child-exec.c: New file.
7696 * gdb.threads/vfork-follow-child-exec.exp: New file.
7697 * gdb.threads/vfork-follow-child-exit.c: New file.
7698 * gdb.threads/vfork-follow-child-exit.exp: New file.
7699
4aa866af
LS
77002019-04-15 Leszek Swirski <leszeks@google.com>
7701
7702 * gdb.arch/amd64-eval.cc: New file.
7703 * gdb.arch/amd64-eval.exp: New file.
7704
e5a1a79a
AH
77052019-04-11 Alan Hayward <alan.hayward@arm.com>
7706
7707 * gdb.server/sysroot.c: New test.
7708 * gdb.server/sysroot.exp: New file.
7709 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7710 matching param.
7711
41077b66
AB
77122019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7713
7714 * gdb.base/align.exp: Extend test to cover structures containing
7715 only static fields.
7716
c30391f8
TV
77172019-04-11 Tom de Vries <tdevries@suse.de>
7718
7719 * boards/cc-with-dwz-m.exp: New file.
7720 * boards/cc-with-dwz.exp: New file.
7721 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7722
e242fd12
SM
77232019-04-09 Simon Marchi <simon.marchi@efficios.com>
7724
7725 * gdb.base/start-cpp.exp: New file.
7726 * gdb.base/start-cpp.cc: New file.
7727
2b0c8b01
KB
77282019-04-08 Kevin Buettner <kevinb@redhat.com>
7729
7730 * gdb.python/py-thrhandle.exp: Adjust tests to call
7731 thread_from_handle instead of thread_from_thread_handle.
7732
947210e5
KB
77332019-04-08 Kevin Buettner <kevinb@redhat.com>
7734
7735 * gdb.python/py-thrhandle.exp: Add tests for
7736 gdb.InferiorThread.handle.
7737
d7df6549
AB
77382019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7739
7740 * gdb.python/py-function.exp: Check calling helper function from
7741 all languages.
7742 * lib/gdb.exp (gdb_supported_languages): New proc.
7743
8bdc1658
AB
77442019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7745
7746 * gdb.base/complex-parts.c: New file.
7747 * gdb.base/complex-parts.exp: New file.
7748
05caa1d2
TT
77492019-04-01 Tom Tromey <tromey@adacore.com>
7750
7751 PR symtab/23331:
7752 * gdb.dwarf2/dw2-ranges-main.c: New file.
7753 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7754 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7755
7734102d
EZ
77562019-03-30 Simon Marchi <simark@simark.ca>
7757
7758 * gdb.base/default.exp: Add values for $_gdb_major and
7759 $_gdb_minor.
7760
188e1fa9
TT
77612019-03-29 Tom Tromey <tromey@adacore.com>
7762
7763 * gdb.base/help.exp: Tighten apropos regexp.
7764
2880242d
KS
77652019-03-29 Keith Seitz <keiths@redhat.com>
7766
7767 * gdb.fortran/array-bounds.exp: New file.
7768 * gdb.fortran/array-bounds.f90: New file.
7769
077cad8e
PW
77702019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7771
7772 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7773
80047cfc
PW
77742019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7775
7776 * gdb.multi/hello.c (main): Increase alarm timer.
7777
f489207e
SL
77782019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7779
7780 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7781 factor when no hardware watchpoint support.
7782
c92df149
AH
77832019-03-28 Alan Hayward <alan.hayward@arm.com>
7784 Pedro Alves <palves@redhat.com>
7785
7786 * boards/local-board.exp: set sysroot to /.
7787
933aebfa
AH
77882019-03-27 Alan Hayward <alan.hayward@arm.com>
7789
7790 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7791 in child.
7792
9f9aa852
AB
77932019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7794
7795 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7796 field.
7797 (make_container): Initialise new field.
7798 * gdb.python/py-prettyprint.exp: Add new tests.
7799 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7800 <display_hint>: New method.
7801
3714a195
AB
78022019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7803
7804 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7805 gdb_continue_to_breakpoint more throughout this test.
7806 (run_lang_tests) Supply unique test names, and use
7807 gdb_test_no_output.
7808
18c77628
AB
78092019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7810
7811 * gdb.base/finish-pretty.exp: Update expected results.
7812 * gdb.base/pretty-print.c: New file.
7813 * gdb.base/pretty-print.exp: New file.
7814
9a93502f
PA
78152019-03-25 Pedro Alves <palves@redhat.com>
7816
7817 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7818 move comments outside list. Append '-i "" eof' section.
7819
968aa7ae
AH
78202019-03-22 Alan Hayward <alan.hayward@arm.com>
7821
34a7f2a4 7822 PR testsuite/25016
968aa7ae
AH
7823 * README: Add pie options.
7824 * gdb.base/break-interp.exp: Ensure pie is disabled.
7825 * gdb.base/dump.exp: Likewise.
7826 * lib/gdb.exp (gdb_compile): Add pie option.
7827
4c7d57e7
TT
78282019-03-19 Tom Tromey <tromey@adacore.com>
7829
7830 * gdb.mi/mi2-cli-display.c: New file.
7831 * gdb.mi/mi2-cli-display.exp: New file.
7832
bff8c71f
TT
78332019-03-18 Joel Brobecker <brobecker@adacore.com>
7834 Tom Tromey <tromey@adacore.com>
7835
7836 * gdb.ada/ptype_array/pck.adb: New file.
7837 * gdb.ada/ptype_array/pck.ads: New file.
7838 * gdb.ada/ptype_array/foo.adb: New file.
7839 * gdb.ada/ptype_array.exp: New file.
7840
d085f989
TT
78412019-03-14 Tom Tromey <tromey@adacore.com>
7842
7843 * gdb.base/style.exp: Add "set style sources" test.
7844
b4be1b06
SM
78452019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7846
7847 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7848 * mi-breakpoint-multiple-locations.exp: ... this.
7849 (make_breakpoints_pattern): New proc.
7850 (do_test): Add mi_version parameter, test -break-insert,
7851 -break-info and =breakpoint-created.
7852
7cde5fc2
AB
78532019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7854
7855 * config/default.exp: Remove 'load_lib gdb.exp'.
7856 * config/monitor.exp: Likewise.
7857 * config/sid.exp: Likewise.
7858 * config/sim.exp: Likewise.
7859 * config/slite.exp: Likewise.
7860 * config/unix.exp: Likewise.
7861 * gdb.base/default.exp: Remove unhelpful comment.
7862
efbecbc1
AB
78632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7864
7865 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7866
0841c79a
AB
78672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7868
7869 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7870
4a270568
AB
78712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7872
7873 * gdb.fortran/type-kinds.exp: Update expected results.
7874
067630bd
AB
78752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7876
7877 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7878
3be47f7a
AB
78792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7880
7881 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7882 function.
7883 (test_basic_parsing_of_type_kinds): Expand types tested.
7884 (test_parsing_invalid_type_kinds): New function.
7885
4d00f5d8
AB
78862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7887
7888 * gdb.fortran/intrinsics.exp: New file.
7889 * gdb.fortran/intrinsics.f90: New file.
7890 * gdb.fortran/type-kinds.exp: New file.
7891
c8f91604
AB
78922019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7893
7894 * gdb.fortran/dot-ops.exp: New file.
7895
dd9f2c76
AB
78962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7897
7898 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
7899 Check upper and lower case logical literals.
7900
84ec9724
AB
79012019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7902
7903 * gdb.fortran/types.exp (test_float_literal_types_accepted):
7904 Remove duplicate tests.
7905
c3734e09
AH
79062019-03-06 Alan Hayward <alan.hayward@arm.com>
7907
7908 * lib/gdb.exp (builtin_cd): rename of cd.
7909 (cd): Override builtin.
7910
aa3cfbda
RB
79112019-03-06 Richard Bunt <richard.bunt@arm.com>
7912
7913 * gdb.fortran/function-calls.exp: New file.
7914 * gdb.fortran/function-calls.f90: New test.
7915
7b63ad86
RB
79162019-03-04 Richard Bunt <richard.bunt@arm.com>
7917
7918 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
7919 on user program standard output.
7920 * gdb.fortran/short-circuit-argument-list.f90: Record function
7921 calls.
7922
01abb042
AH
79232019-02-28 Alan Hayward <alan.hayward@arm.com>
7924
c3734e09
AH
7925 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
7926 failure.
01abb042 7927
92137da0
RO
79282019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7929
7930 PR gdb/8527
7931 * gdb.base/interrupt-daemon-attach.c,
7932 gdb.base/interrupt-daemon-attach.exp: New test.
7933
5862844d
PA
79342019-02-27 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.base/page.exp: Add tests for "set width/height -1".
7937
8ed25214
PA
79382019-02-27 Pedro Alves <palves@redhat.com>
7939
7940 * gdb.base/page.exp: Add tests for "set/show width/height" with
7941 "infinite" values.
7942
6c28e44a
TT
79432019-02-27 Tom Tromey <tromey@adacore.com>
7944
7945 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
7946 2.4.
7947 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
7948 workaround.
7949
bf9a735e
AB
79502019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
7951
7952 * gdb.base/align.exp: Extend to compile in both C and C++, and add
7953 tests for structs with static members.
7954
8791793c
TT
79552019-02-26 Tom Tromey <tromey@adacore.com>
7956
7957 * gdb.python/py-value.exp (test_value_from_buffer): Check for
7958 ValueError, not TypeError.
7959
bc2a507e
KB
79602019-02-26 Kevin Buettner <kevinb@redhat.com>
7961
7962 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
7963 call from main program.
7964
e0e7d3bd
JB
79652019-02-23 Joel Brobecker <brobecker@adacore.com>
7966
7967 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
7968 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
7969 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
7970 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
7971 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
7972
9600246d
KS
79732019-02-22 Keith Seitz <keiths@redhat.com>
7974
7975 PR symtab/23853
7976 * gdb.base/symlink-sourcefile.c: New file.
7977 * gdb.base/symlink-sourcefile.exp: New file.
7978
0c95f9ed
TT
79792019-02-20 Tom Tromey <tom@tromey.com>
7980
7981 * gdb.base/info_qt.exp: Update.
7982
6caa91b6
SM
79832019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
7984
7985 * gdb.base/source.exp: Move "error in sourced script" code to
7986 the end.
7987 * gdb.base/source-error.gdb: Move contents to
7988 source-error-1.gdb. Add new code to source source-error-1.gdb.
7989 * gdb.base/source-error-1.gdb: New file, from previous
7990 source-error.gdb.
7991
6506371f
TT
79922019-02-17 Tom Tromey <tom@tromey.com>
7993
7994 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
7995 for macro styling.
7996 * gdb.base/style.c (SOME_MACRO): New macro.
7997
a0087920
TT
79982019-02-17 Tom Tromey <tom@tromey.com>
7999
8000 * gdb.base/style.exp: Add line-wrapping tests.
8001 * gdb.base/page.exp: Add test for quitting during pagination.
8002
a2cd4f14
JB
80032019-02-17 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.ada/big_packed_array: New testcase.
8006 * gdb.ada/homonym.exp: Fix incorrect expected output for
8007 "break <homonym__get_value>" test.
8008
9d70ffbc
WP
80092019-02-13 Weimin Pan <weimin.pan@oracle.com>
8010
8011 PR breakpoints/21870
8012 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8013 and prepare_for_testing. Add comment.
8014 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8015 redundant cleanup call. Clean up comment.
8016
01c7ae81
WP
80172019-02-12 Weimin Pan <weimin.pan@oracle.com>
8018
8019 PR breakpoints/21870
8020 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8021 * gdb.arch/aarch64-dbreg-contents.c: New file.
8022
aff29d1c
JB
80232019-02-10 Joel Brobecker <brobecker@adacore.com>
8024
8025 * gdb.ada/mi_ref_changeable: New testcase.
8026
df0da8a2
AH
80272019-02-07 Alan Hayward <alan.hayward@arm.com>
8028
8029 * gdb.base/attach.exp: Add double attach test.
8030
bd447abb
SM
80312019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8032
8033 * lib/gdb.exp (default_gdb_start): Don't match pagination
8034 prompt.
8035 (gdb_init): Set stty_init.
8036
1dbc40b9
TT
80372019-01-27 Tom Tromey <tom@tromey.com>
8038
8039 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8040 skip_python_tests.
8041
353229bf
AH
80422019-01-24 Alan Hayward <alan.hayward@arm.com>
8043
8044 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8045 New structure.
8046 (struct struct_static_02_02): Likewise.
8047 (struct struct_static_02_03): Likewise.
8048 (struct struct_static_02_04): Likewise.
8049 (struct struct_static_04_01): Likewise.
8050 (struct struct_static_04_02): Likewise.
8051 (struct struct_static_04_03): Likewise.
8052 (struct struct_static_04_04): Likewise.
8053 (struct struct_static_06_01): Likewise.
8054 (struct struct_static_06_02): Likewise.
8055 (struct struct_static_06_03): Likewise.
8056 (struct struct_static_06_04): Likewise.
8057 (cmp_struct_static_02_01): Likewise.
8058 (cmp_struct_static_02_02): Likewise.
8059 (cmp_struct_static_02_03): Likewise.
8060 (cmp_struct_static_02_04): Likewise.
8061 (cmp_struct_static_04_01): Likewise.
8062 (cmp_struct_static_04_02): Likewise.
8063 (cmp_struct_static_04_03): Likewise.
8064 (cmp_struct_static_04_04): Likewise.
8065 (cmp_struct_static_06_01): Likewise.
8066 (cmp_struct_static_06_02): Likewise.
8067 (cmp_struct_static_06_03): Likewise.
8068 (cmp_struct_static_06_04): Likewise.
8069 (call_all): Test new structs.
8070 * gdb.base/infcall-nested-structs.exp: Likewise.
8071
73021deb
AH
80722019-01-21 Alan Hayward <alan.hayward@arm.com>
8073 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8074
fc65c7db
AH
80752019-01-21 Alan Hayward <alan.hayward@arm.com>
8076 * gdb.base/stack-protector.c: New test.
8077 * gdb.base/stack-protector.exp: New file.
8078 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8079 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8080 option.
8081 (gdb_compile): Remove stack protector for GCC and prevent
8082 recursion.
8083
c24bdb02
KS
80842019-01-16 Keith Seitz <keiths@redhat.com>
8085
8086 PR gdb/23773
8087 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8088
6f072a10
PFC
80892019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8090
8091 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8092 aliases.
8093 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8094 tests.
8095 * gdb.arch/powerpc-vector-regs.c: New file.
8096 * gdb.arch/powerpc-vector-regs.exp: New file.
8097
a7b8d682
PFC
80982019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8099
8100 * gdb.arch/altivec-regs.exp: Fix the list passed to
8101 gdb_expect_list when testing "info vector".
8102
6eb6fb67
AB
81032019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8104
8105 * gdb.base/style.exp: Don't include path in testname.
8106
b56f80d8
KS
81072019-01-10 Keith Seitz <keiths@redhat.com>
8108
8109 PR gdb/23712
8110 PR symtab/23010
8111 * gdb.dwarf2/multidictionary.exp: New file.
8112
041be526
SM
81132019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8114
8115 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8116 (test_gnuv3_style_demangling): ... this.
8117 (test_lucid_style_demangling): Remove.
8118 (test_arm_style_demangling): Remove.
8119 (test_hp_style_demangling): Remove.
8120 (do_tests): Remove calls to the above.
8121
d820d0c3
AB
81222019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8123
8124 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8125 case.
8126
f097f5ad
TT
81272019-01-06 Tom Tromey <tom@tromey.com>
8128
8129 PR gdb/28155:
8130 * gdb.dwarf2/typedef-void-finish.exp: New file.
8131
2cd8cc0b
TT
81322018-12-28 Tom Tromey <tom@tromey.com>
8133 Simon Marchi <simark@simark.ca>
8134
8135 * gdb.base/jit-exec.exp: New file.
8136 * gdb.base/jit-exec.c: New file.
8137 * gdb.base/jit-execd.c: New file.
8138
35fb8261
TT
81392018-12-28 Tom Tromey <tom@tromey.com>
8140
8141 * gdb.base/style.exp: Update test to check for address styling.
8142
47fd17cd
TT
81432018-12-28 Tom Tromey <tom@tromey.com>
8144
8145 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8146 message.
8147
d47032b7
TT
81482018-12-28 Tom Tromey <tom@tromey.com>
8149
8150 * gdb.base/style.exp: Add test for version number styling.
8151
af79b68d
TT
81522018-12-28 Tom Tromey <tom@tromey.com>
8153
8154 * gdb.base/style.exp: Add test for print_address_symbolic.
8155
0bb296cb
TT
81562018-12-28 Tom Tromey <tom@tromey.com>
8157
8158 * gdb.base/style.exp: Add test for breakpoint setting.
8159
80ae2043
TT
81602018-12-28 Tom Tromey <tom@tromey.com>
8161
8162 * gdb.base/style.exp: Add test for variable names.
8163
cbe56571
TT
81642018-12-28 Tom Tromey <tom@tromey.com>
8165
8166 * gdb.base/style.exp: New file.
8167 * gdb.base/style.c: New file.
8168
9162a27c
TT
81692018-12-28 Tom Tromey <tom@tromey.com>
8170
8171 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8172 "dumb".
8173 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8174 the TERM environment variable.
8175
bc543c90
TT
81762018-12-27 Tom Tromey <tom@tromey.com>
8177
8178 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8179 pagination test.
8180
6f0ffe50
AB
81812018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8182
8183 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8184 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8185
b5a1e557
PW
81862018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8187
8188 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8189 Filename a.adb changed to bp_fun_addr.adb.
8190 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8191
6e8b1ab2
JV
81922018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8193
8194 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8195 non-PIE executables.
8196 * README: Mention the gdb,nopie_flag board setting.
8197 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8198 non-PIE executable.
8199 * gdb.arch/amd64-entry-value.exp: Likewise.
8200 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8201 * gdb.arch/i386-float.exp: Likewise.
8202 * gdb.arch/i386-signal.exp: Likewise.
8203 * gdb.mi/mi-reg-undefined.exp: Likewise.
8204
d00a27c5
PM
82052018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8206
8207 PR gdb/23974
8208 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8209
161d081c
PW
82102018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8211
8212 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8213 Update order of results accordingly.
8214
b001de23
AB
82152018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8216
8217 * gdb.base/annota1.exp: Update a test regexp.
8218
99e1a184
AB
82192018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8220
8221 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8222
7a81c1e2
PW
82232018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8224
8225 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8226 (reuse_time): Initialize to REUSE_TIME_CAP.
8227 (check_rc): New function.
8228 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8229 Check pthread_create rc.
8230 (spawner_thread_func): Check pthread_create and pthread_join rc.
8231
73e8dc90
PA
82322018-12-08 Pedro Alves <palves@redhat.com>
8233
8234 * gdb.base/list.exp (test_forward_search): Rename to ...
8235 (test_forward_reverse_search): ... this. Also test reverse-search
8236 and the forward-search alias.
8237
13f2ed32
AB
82382018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8239
8240 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8241 local timeout variable before return, and remove all local timeout
8242 variable entirely.
8243 (gdb_load): Likewise.
8244
64d27cfc
TV
82452018-12-01 Tom de Vries <tdevries@suse.de>
8246
8247 * gdb.base/gdb-caching-proc.exp: New file.
8248
f63c03b4
SDJ
82492018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8250
8251 * Makefile.in (TIMESTAMP): New variable.
8252 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8253 command.
8254 (check-single-racy): Likewise.
8255 (check/%.exp): Likewise.
8256 (check-racy/%.exp): Likewise.
8257 (workers/%.worker): Likewise.
8258 (build-perf): Likewise.
8259 (check-perf): Likewise.
8260 * README: Describe new "TS" and "TS_FORMAT" variables.
8261 * print-ts.py: New file.
8262
1c97054b
BF
82632018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8264
8265 PR python/23714
8266 * gdb.python/python.exp: Test command repetition after
8267 gdb.execute.
8268
1871a62d
AB
82692018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8272 is correctly aligned.
8273
fb5e1ed9
PW
82742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8275
8276 * gdb.ada/info_auto_lang.exp: New testcase.
8277 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8278 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8279 * gdb.ada/info_auto_lang/some_c.c: New file.
8280
43d397ca
PW
82812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8282
8283 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8284 FUNC_lang language syntax.
8285
beddd671
PW
82862018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8287
8288 * gdb.base/info_minsym.c: New file.
8289 * gdb.base/info_minsym.exp: New file.
8290
73fc52c4
TT
82912018-11-19 Tom Tromey <tom@tromey.com>
8292
8293 PR rust/23625:
8294 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8295 * gdb.rust/expr.exp: Update expected output. Change one test.
8296
994b876a
TT
82972018-11-19 Tom Tromey <tom@tromey.com>
8298
8299 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8300
6769f276
PA
83012018-11-19 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8304 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8305 see the expected warning.
8306
38a72da0
AH
83072018-11-16 Alan Hayward <alan.hayward@arm.com>
8308
8309 PR gdb/22736:
8310 * gdb.cp/infcall-nodebug-lib.c: New test.
8311 * gdb.cp/infcall-nodebug-main.c: New test.
8312 * gdb.cp/infcall-nodebug.exp: New file.
8313
53a89d6e
SM
83142018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8317 completer tests.
8318
9325300d
TV
83192018-11-09 Tom de Vries <tdevries@suse.de>
8320
8321 * gdb.base/msym-lang.c: New test.
8322 * gdb.base/msym-lang.exp: New file.
8323 * gdb.base/msym-lang-main.c: New test.
8324
20f0d60d
TT
83252018-11-08 Tom Tromey <tom@tromey.com>
8326
8327 PR gdb/23555:
8328 PR gdb/23838:
8329 * gdb.base/warning.exp: New file.
8330
b5420128
JB
83312018-11-08 Jan Beulich <jbeulich@suse.com>
8332
8333 * testsuite/gdb.arch/i386-avx512.c,
8334 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8335
cd115d61
AB
83362018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8337
8338 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8339 point hardware.
8340
35ee2dc2
AB
83412018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8342
8343 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8344 * gdb.dwarf2/missing-type-name.exp: New file.
8345
31aceee8
TV
83462018-11-06 Tom de Vries <tdevries@suse.de>
8347
8348 * gdb.base/many-headers.c: New test.
8349 * gdb.base/many-headers.exp: New file.
8350
109be305
JW
83512018-11-06 Jim Wilson <jimw@sifive.com>
8352
8353 * gdb.base/code_elim.exp: For riscv, set additional_flags
8354 to include -msmall-data-limit=0.
8355
e2b7af72
JB
83562018-11-01 Joel Brobecker <brobecker@adacore.com>
8357
8358 * gdb.ada/watch_minus_l: New testcase.
8359
cdcda965
SM
83602018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8361
8362 * gdb.arch/aix-sighandle.c: New file.
8363 * gdb.arch/aix-sighandle.exp: New file.
8364
92dcebf3
AB
83652018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8366
8367 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8368 registers being unions.
8369
68b9ac18
TV
83702018-10-31 Tom de Vries <tdevries@suse.de>
8371
8372 * lib/valgrind.exp: New file.
8373 (vgdb_start, vgdb_stop): New procs, factored out of ...
8374 * gdb.base/valgrind-bt.exp: ... here, ...
8375 * gdb.base/valgrind-disp-step.exp: ... here and ...
8376 * gdb.base/valgrind-infcall.exp: ... here.
8377
1443936e
TV
83782018-10-31 Tom de Vries <tdevries@suse.de>
8379
8380 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8381
eb77c9df
AB
83822018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8383
8384 * gdb.dwarf2/void-type.c: New file.
8385 * gdb.dwarf2/void-type.exp: New file.
8386
82b5e646
PW
83872018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8388
8389 * gdb.base/info_qt.c: New file.
8390 * gdb.base/info_qt.exp: New file.
8391
8d619c01
EBM
83922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8393
8394 * gdb.arch/powerpc-htm-regs.c: New file.
8395 * gdb.arch/powerpc-htm-regs.exp: New file.
8396
f2cf6173
EBM
83972018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8398
8399 * gdb.arch/powerpc-tar.c: New file.
8400 * gdb.arch/powerpc-tar.exp: New file.
8401
7ca18ed6
EBM
84022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8403
8404 * gdb.arch/powerpc-ppr-dscr.c: New file.
8405 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8406
bfcc0eba
TV
84072018-10-25 Tom de Vries <tdevries@suse.de>
8408
8409 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8410
fe1a5cad
TV
84112018-10-24 Tom de Vries <tdevries@suse.de>
8412
8413 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8414 longer exists error.
8415
a76dc3b7
TV
84162018-10-24 Tom de Vries <tdevries@suse.de>
8417
8418 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8419
4df46df7
TV
84202018-10-24 Tom de Vries <tdevries@suse.de>
8421
8422 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8423 --db-attach in valgrind.
8424
0dbfcfff
AB
84252018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8426
8427 * gdb.arch/riscv-reg-aliases.c: New file.
8428 * gdb.arch/riscv-reg-aliases.exp: New file.
8429
b04480b1
AH
84302018-10-19 Alan Hayward <alan.hayward@arm.com>
8431
8432 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8433
2c6ac8d7
AH
84342018-10-19 Alan Hayward <alan.hayward@arm.com>
8435
8436 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8437
2bc69f25
AH
84382018-10-19 Alan Hayward <alan.hayward@arm.com>
8439
8440 * gdb.cp/ovldbreak.exp: Fix regexps.
8441
1f1ae3a3
AH
84422018-10-19 Alan Hayward <alan.hayward@arm.com>
8443
8444 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8445
94c18618
SDJ
84462018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8447
8448 PR cli/23785
8449 * gdb.base/restore.exp: New test to check if "restore" with an
8450 invalid file doesn't segfault.
8451
812cd6eb
TV
84522018-10-18 Tom de Vries <tdevries@suse.de>
8453
8454 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8455 * gdb.ada/excep_handle.exp: Same.
8456 * gdb.ada/mi_string_access.exp: Same.
8457 * gdb.ada/mi_var_union.exp: Same.
8458 * gdb.arch/arc-analyze-prologue.exp: Same.
8459 * gdb.arch/arc-decode-insn.exp: Same.
8460 * gdb.base/readnever.exp: Same.
8461 * gdb.fortran/printing-types.exp: Same.
8462 * gdb.guile/scm-lazy-string.exp: Same.
8463
c4b90788
TV
84642018-10-16 Tom de Vries <tdevries@suse.de>
8465
8466 PR gdb/23730
8467 * gdb.base/catch-follow-exec.c: Add copyright notice.
8468 * gdb.base/catch-follow-exec.exp: Rewrite to use
8469 gdb_spawn_with_cmdline_opts. Require gdb-native.
8470
8bca2978
SL
84712018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8472
8473 * gdb.trace/actions-changed.exp: Check for arch support.
8474 * gdb.trace/actions.exp: Likewise.
8475 * gdb.trace/ax.exp: Likewise.
8476 * gdb.trace/backtrace.exp: Likewise.
8477 * gdb.trace/change-loc.exp: Likewise.
8478 * gdb.trace/deltrace.exp: Likewise.
8479 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8480 * gdb.trace/ftrace.exp: Likewise.
8481 * gdb.trace/infotrace.exp: Check for arch support.
8482 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8483 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8484 * gdb.trace/mi-tsv-changed.exp: Likewise.
8485 * gdb.trace/packetlen.exp: Likewise.
8486 * gdb.trace/passc-dyn.exp: Likewise.
8487 * gdb.trace/passcount.exp: Likewise.
8488 * gdb.trace/pending.exp: Likewise.
8489 * gdb.trace/range-stepping.exp: Check for shlib support.
8490 * gdb.trace/report.exp: Check for arch support.
8491 * gdb.trace/save-trace.exp: Likewise.
8492 * gdb.trace/signal.exp: Check for signal support.
8493 * gdb.trace/tfind.exp: Check for arch support.
8494 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8495 * gdb.trace/trace-common.h: Add comment.
8496 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8497 * gdb.trace/trace-enable-disable.exp: Likewise.
8498 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8499 * gdb.trace/tracecmd.exp: Check for arch support.
8500 * gdb.trace/tspeed.exp: Check for shlib and target support.
8501 * gdb.trace/tstatus.exp: Check for arch support.
8502 * gdb.trace/tsv.exp: Likewise.
8503 * gdb.trace/while-dyn.exp: Likewise.
8504 * gdb.trace/while-stepping.exp: Likewise.
8505 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8506
f9c49bff
SM
85072018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8508
8509 * gdb.trace/tspeed.exp: Remove nowarnings.
8510 (prepare_for_trace_test): Declare "global ipalib".
8511 * gdb.trace/tspeed.c: Include unistd.h.
8512 (main): Remove superfluous printf argument.
8513
d4330bde
SL
85142018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8515
8516 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8517 directory prefix on the filename.
8518
8ecfd7bd
SDJ
85192018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8520
8521 * gdb.gdb/unittest.exp: Update expected message informing that
8522 selftests have been disabled.
8523 * gdb.server/unittest.exp: Likewise.
8524
58bbcd02
TV
85252018-10-09 Tom de Vries <tdevries@suse.de>
8526
8527 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8528 with runto_main.
8529
9f6b697b
WP
85302018-10-08 Weimin Pan <weimin.pan@oracle.com>
8531
8532 PR c++/16841
8533 * gdb.cp/virtbase2.cc: New file.
8534 * gdb.cp/virtbase2.exp: New file.
8535
add5ded5
TT
85362018-10-06 Tom Tromey <tom@tromey.com>
8537
8538 PR python/19399:
8539 * gdb.python/py-inferior.exp: Add architecture test.
8540
f9e48344
TT
85412018-10-06 Tom Tromey <tom@tromey.com>
8542
8543 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8544 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8545
2a8be203
TT
85462018-10-06 Tom Tromey <tom@tromey.com>
8547
8548 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8549 of a "throw" catchpoint.
8550
e04caa70
SDJ
85512018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8552
8553 * gdb.base/info-proc.exp: Update string expected from "help info
8554 proc".
8555
5ca8c39f
TT
85562018-10-04 Tom Tromey <tom@tromey.com>
8557
8558 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8559 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8560 (test_initial_complaints, test_empty_complaints): Update.
8561 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8562
3453e7e4
TT
85632018-10-04 Tom Tromey <tom@tromey.com>
8564
8565 PR cli/19551:
8566 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8567 * lib/gdb.exp (gdb_file_cmd): Update.
8568 * gdb.stabs/weird.exp (print_weird_var): Update.
8569 * gdb.server/solib-list.exp: Update.
8570 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8571 * gdb.mi/mi-cli.exp: Update.
8572 * gdb.linespec/linespec.exp: Update.
8573 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8574 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8575 * gdb.cp/cp-relocate.exp: Update.
8576 * gdb.base/sym-file.exp: Update.
8577 * gdb.base/relocate.exp: Update.
8578 * gdb.base/readnever.exp: Update.
8579 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8580 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8581 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8582 * gdb.base/code_elim.exp: Update.
8583 * gdb.base/break-unload-file.exp (test_break): Update.
8584 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8585 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8586 Update.
8587 * gdb.base/attach.exp (do_attach_tests): Update.
8588 * gdb.base/sepdebug.exp: Update.
8589 * gdb.python/py-section-script.exp: Update.
8590
6afcf761
TT
85912018-10-04 Tom Tromey <tom@tromey.com>
8592
8593 PR cli/22234:
8594 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8595 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8596 output.
8597
fef1b293
TT
85982018-10-04 Tom Tromey <tom@tromey.com>
8599
8600 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8601 set width and height to 0.
8602 (test_command_line_attach_run): Use -quiet.
8603
ca98345e
SL
86042018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8605
8606 * lib/gdb.exp (skip_ifunc_tests): New.
8607 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8608 other compile failures.
8609 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8610
ff34e6ae
SM
86112018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8612
8613 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8614 is_amd64_regs_target.
8615
6bb8890e
AH
86162018-10-01 Alan Hayward <alan.hayward@arm.com>
8617
8618 * gdb.arch/aarch64-sighandler-regs.c: New test.
8619 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8620 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8621
224d30d3
MM
86222018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8623
8624 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8625 assembly.
8626
f67ffa6a
AB
86272018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8628
8629 * gdb.base/frame-selection.exp: New file.
8630 * gdb.base/frame-selection.c: New file.
8631
9fc3183f
AH
86322018-09-27 Alan Hayward <alan.hayward@arm.com>
8633
8634 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8635 pthread barrier.
8636 (main): Likewise.
8637
d354055e
AB
86382018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8639
8640 * gdb.base/large-frame-1.c: New file.
8641 * gdb.base/large-frame-2.c: New file.
8642 * gdb.base/large-frame.exp: New file.
8643 * gdb.base/large-frame.h: New file.
8644
db727370
JL
86452018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8646
8647 PR gdb/20948
8648 * gdb.base/write_mem.exp: New test.
8649 * gdb.base/write_mem.c: Likewise.
8650
ae778caf
TT
86512018-09-23 Tom Tromey <tom@tromey.com>
8652
8653 PR python/18852:
8654 * gdb.python/py-parameter.exp: Add test for parameter that throws
8655 on "set".
8656
fd3ba736
TT
86572018-09-23 Tom Tromey <tom@tromey.com>
8658
8659 PR python/17284:
8660 * gdb.python/py-template.exp (test_template_arg): Add test for
8661 negative template argument number.
8662
39a24317
TT
86632018-09-23 Tom Tromey <tom@tromey.com>
8664
8665 PR python/14062:
8666 * gdb.python/python.exp: Add test for post_event error.
8667
f5769a2c
TT
86682018-09-23 Tom Tromey <tom@tromey.com>
8669
8670 PR python/18170:
8671 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8672 convert pointers to int and long.
8673
1c1e54f6
TT
86742018-09-23 Tom Tromey <tom@tromey.com>
8675
8676 PR python/20126:
8677 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8678 signed-ness conversion tests.
8679
fb4fa946
TT
86802018-09-23 Tom Tromey <tom@tromey.com>
8681
8682 PR python/18352;
8683 * gdb.python/py-value.exp (test_float_conversion): New proc.
8684 Use it.
8685
a466edac
HAQ
86862018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8687
8688 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8689
4ee9b0c5
SL
86902018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8691
8692 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8693 no readline.
8694 * gdb.base/utf8-identifiers.exp: Likewise.
8695 * gdb.cp/cpcompletion.exp: Likewise.
8696 * gdb.linespec/cpcompletion.exp: Likewise.
8697 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8698 * gdb.linespec/cpls-ops.exp: Likewise.
8699
23be8da7
RB
87002018-09-19 Richard Bunt <richard.bunt@arm.com>
8701 Chris January <chris.january@arm.com>
8702
8703 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8704 * gdb.fortran/short-circuit-argument-list.exp: New file.
8705 * gdb.fortran/short-circuit-argument-list.f90: New test.
8706
5031d0ae
SDJ
87072018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8708
8709 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8710 "arch=" keyword when executing "-stack-list-frames".
8711
b4c0d1a4
SDJ
87122018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8713
8714 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8715 "arch=" keyword when executing "-stack-list-frames".
8716
7a6d2b45
SDJ
87172018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8718
8719 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8720 break ada".
8721
8588b356
SM
87222018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8723
8724 PR python/23669
8725 * gdb.python/python.exp: Test gdb.execute("show commands").
8726
65e65158
TT
87272018-09-16 Tom Tromey <tom@tromey.com>
8728
8729 * gdb.base/new-ui.exp (do_execution_tests): Update.
8730 * gdb.base/dbx.exp (test_breakpoints): Update.
8731
bf326452
AH
87322018-09-14 Alan Hayward <alan.hayward@arm.com>
8733
8734 * lib/gdb.exp (gdb_simple_compile): Add proc.
8735 (is_elf_target): Use gdb_simple_compile.
8736 (skip_altivec_tests): Likewise.
8737 (skip_vsx_tests): Likewise.
8738 (skip_tsx_tests): Likewise.
8739 (skip_btrace_tests): Likewise.
8740 (skip_btrace_pt_tests): Likewise.
8741 (gdb_can_simple_compile): Likewise.
8742 (gdb_has_argv0): Likewise.
8743 (gdb_target_symbol_prefix): Likewise.
8744 (target_supports_scheduler_locking): Likewise.
8745
2361b0fb
TT
87462018-09-13 Tom Tromey <tom@tromey.com>
8747
8748 * Makefile.in (TAGS): Recognize proc_with_prefix and
8749 gdb_caching_proc.
8750
0ae1a321
SM
87512018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8752
8753 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8754 method.
8755
a40bf0c2
SM
87562018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8757
8758 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8759 and a few other Inferior properties when the Inferior is no
8760 longer valid.
8761
4a3fe98f
TT
87622018-09-13 Tom Tromey <tom@tromey.com>
8763
8764 PR rust/23650:
8765 * gdb.rust/simple.exp: Add test for enum field access error.
8766
098b2108
TT
87672018-09-13 Tom Tromey <tom@tromey.com>
8768
8769 PR rust/23626:
8770 * gdb.rust/simple.rs (EmptyEnum): New type.
8771 (main): Use it.
8772 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8773
1256af7d
SM
87742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8775
8776 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8777 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8778 * gdb.python/py-symtab.exp: Update test printing an objfile.
8779
4aa8e6c2
SM
87802018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8781
8782 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8783 object.
8784
c221b2f7
AH
87852018-09-12 Alan Hayward <alan.hayward@arm.com>
8786
8787 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8788 (support_complex_tests): Use gdb_can_simple_compile.
8789 (is_ilp32_target): Likewise.
8790 (is_lp64_target): Likewise.
8791 (is_64_target): Likewise.
8792 (is_amd64_regs_target): Likewise.
8793 (is_aarch32_target): Likewise.
8794 (gdb_int128_helper): Likewise.
8795
6f1107b5
JK
87962018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8799
1f5d1570
JG
88002018-09-10 Jerome Guitton <guitton@adacore.com>
8801
8802 * gdb.ada/same_component_name: Add test for case of tagged record
8803 with variable-length fields.
8804
cc330e39
XR
88052018-09-10 Xavier Roirand <roirand@adacore.com>
8806
8807 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8808 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8809 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8810 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8811
b9c50e9a
XR
88122018-09-10 Xavier Roirand <roirand@adacore.com>
8813
8814 * gdb.ada/mi_string_access.exp: New testcase.
8815 * gdb.ada/mi_string_access/bar.adb: New file.
8816 * gdb.ada/mi_string_access/pck.adb: New file.
8817 * gdb.ada/mi_string_access/pck.asd: New file.
8818
2963898f
XR
88192018-09-10 Xavier Roirand <roirand@adacore.com>
8820
8821 * gdb.ada/mi_var_union.exp: New testcase.
8822 * gdb.ada/mi_var_union/bar.adb: New file.
8823 * gdb.ada/mi_var_union/pck.adb: New file.
8824 * gdb.ada/mi_var_union/pck.asd: New file.
8825
1aac008f
TT
88262018-09-08 Tom Tromey <tom@tromey.com>
8827
8828 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8829
332cf4c9
TT
88302018-09-08 Tom Tromey <tom@tromey.com>
8831
8832 PR python/16047:
8833 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8834 (register_pretty_printers): Register new printer.
8835 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8836 test.
8837 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8838 (an_int_type3): New global.
8839
424da6cf
JB
88402018-09-08 Joel Brobecker <brobecker@adacore.com>
8841
8842 * gdb.ada/expr_with_funcall: New testcase.
8843
2a62dfa9
JB
88442018-09-08 Joel Brobecker <brobecker@adacore.com>
8845
8846 * gdb.ada/packed_array_assign: New testcase.
8847
96b6697f
AB
88482018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8849
8850 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8851 names, and add test prefixes to make test names unique.
8852
e4a62c65
TV
88532018-09-05 Tom de Vries <tdevries@suse.de>
8854
8855 * gdb.dwarf2/varval.exp: Add test.
8856
dd083ee2
GB
88572018-09-04 Gary Benson <gbenson@redhat.com>
8858
8859 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8860 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8861
aef9346c
TT
88622018-08-31 Tom Tromey <tom@tromey.com>
8863
8864 * gdb.rust/simple.rs: Rename second variable "v".
8865
c67f2e15
AB
88662018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8867
8868 * gdb.base/funcargs.c (use_a): New function.
8869 (recurse): Call use_a.
8870
078a0207
KS
88712018-08-29 Keith Seitz <keiths@redhat.com>
8872
8873 * gdb.compile/compile-cplus-anonymous.cc: New file.
8874 * gdb.compile/compile-cplus-anonymous.exp: New file.
8875 * gdb.compile/compile-cplus-array-decay.cc: New file.
8876 * gdb.compile/compile-cplus-array-decay.exp: New file.
8877 * gdb.compile/compile-cplus-inherit.cc: New file.
8878 * gdb.compile/compile-cplus-inherit.exp: New file.
8879 * gdb.compile/compile-cplus-member.cc: New file.
8880 * gdb.compile/compile-cplus-member.exp: New file.
8881 * gdb.compile/compile-cplus-method.cc: New file.
8882 * gdb.compile/compile-cplus-method.exp: New file.
8883 * gdb.compile/compile-cplus-mod.c: "New" file.
8884 * gdb.compile/compile-cplus-namespace.cc: New file.
8885 * gdb.compile/compile-cplus-namespace.exp: New file.
8886 * gdb.compile/compile-cplus-nested.cc: New file.
8887 * gdb.compile/compile-cplus-nested.exp: New file.
8888 * gdb.compile/compile-cplus-print.c: "New" file.
8889 * gdb.compile/compile-cplus-print.exp: "New" file.
8890 * gdb.compile/compile-cplus-virtual.cc: New file.
8891 * gdb.compile/compile-cplus-virtual.exp: New file.
8892 * gdb.compile/compile-cplus.c: "New" file.
8893 * gdb.compile/compile-cplus.exp: "New" file.
8894 * lib/compile-support.exp: New file.
8895
b0f492b9
GB
88962018-08-16 Gary Benson <gbenson@redhat.com>
8897
8898 PR gdb/13000:
8899 * gdb.base/batch-exit-status.exp: New file.
8900 * gdb.base/batch-exit-status.good-commands: Likewise.
8901 * gdb.base/batch-exit-status.bad-commands: Likewise.
8902
36eb4c5f
AH
89032018-08-29 Alan Hayward <alan.hayward@arm.com>
8904
8905 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
8906 (struct struct02): Likewise.
8907 (struct struct03): Likewise.
8908 (struct struct04): Likewise.
8909 (struct struct_01_01): New struct.
8910 (struct struct_01_02): Likewise.
8911 (struct struct_01_03): Likewise.
8912 (struct struct_01_04): Likewise.
8913 (struct struct_02_01): Likewise.
8914 (struct struct_02_02): Likewise.
8915 (struct struct_02_03): Likewise.
8916 (struct struct_02_04): Likewise.
8917 (struct struct_04_01): Likewise.
8918 (struct struct_04_02): Likewise.
8919 (struct struct_04_03): Likewise.
8920 (struct struct_04_04): Likewise.
8921 (struct struct_05_01): Likewise.
8922 (struct struct_05_02): Likewise.
8923 (struct struct_05_03): Likewise.
8924 (struct struct_05_04): Likewise.
8925 (cmp_struct01): Remove function.
8926 (cmp_struct02): Likewise.
8927 (cmp_struct03): Likewise.
8928 (cmp_struct04): Likewise.
8929 (cmp_struct_01_01): Add Function.
8930 (cmp_struct_01_02): Likewise.
8931 (cmp_struct_01_03): Likewise.
8932 (cmp_struct_01_04): Likewise.
8933 (cmp_struct_02_01): Likewise.
8934 (cmp_struct_02_02): Likewise.
8935 (cmp_struct_02_03): Likewise.
8936 (cmp_struct_02_04): Likewise.
8937 (cmp_struct_04_01): Likewise.
8938 (cmp_struct_04_02): Likewise.
8939 (cmp_struct_04_03): Likewise.
8940 (cmp_struct_04_04): Likewise.
8941 (cmp_struct_05_01): Likewise.
8942 (cmp_struct_05_02): Likewise.
8943 (cmp_struct_05_03): Likewise.
8944 (cmp_struct_05_04): Likewise.
8945 (call_all): Add new structs.
8946 * gdb.base/infcall-nested-structs.exp: Likewise.
8947
3bf9c013
JV
89482018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
8949
8950 * gdb.python/py-framefilter-mi.exp: Update regexp to
8951 check for "arch" field in frame output.
8952
450d1e88
KB
89532018-08-23 Kevin Buettner <kevinb@redhat.com>
8954
8955 * gdb.dwarf2/dw2-ranges-func.c: New file.
8956 * gdb.dwarf2/dw2-ranges-func.exp: New file.
8957
ae739fe7
SM
89582018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
8959
8960 * gdb.base/term.exp: Compare terminal settings with values from
8961 the inferior.
8962 * gdb.base/term.c: Get and set terminal settings.
8963
6d52907e
JV
89642018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
8965
8966 * lib/mi-support.exp (mi_expect_stop): Update regexp to
8967 accommodate new "arch" field in frame output.
8968 * gdb.mi/mi-return.exp: Likewise.
8969 * gdb.mi/mi-stack.exp: Likewise.
8970 * gdb.mi/mi-syn-frame.exp: Likewise.
8971 * gdb.mi/user-selected-context-sync.exp: Likewise.
8972
be2d111a
MS
89732018-08-19 Michael Spang <spang@google.com>
8974
8975 PR gdb/11786
8976 * gdb.base/gcore-tls-pie.c: New file.
8977 * gdb.base/gcore-tls-pie.exp: New file.
8978
ae3a7c47
KB
89792018-08-18 Kevin Buettner <kevinb@redhat.com>
8980
8981 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
8982 * gdb.dwarf2/varval.c: New file.
8983 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 8984
2ecae92e
AH
89852018-08-17 Alan Hayward <alan.hayward@arm.com>
8986
8987 PR gdb/18931
8988 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
8989
c1854f1d
KS
89902018-08-16 Keith Seitz <keiths@redhat.com>
8991
8992 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
8993 tests expected to pass.
8994
26fb3983
JV
89952018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
8996
8997 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
8998 -data-disassemble -a.
8999 (test_disassembly_bogus_args): Likewise.
9000
67943c00
AB
90012018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9002
9003 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9004
5ff2bbae
AB
90052018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9006
9007 * gdb.base/vla-optimized-out.exp: Add new test.
9008
e5bbcd0f
AB
90092018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9010
9011 * gdb.base/vla-optimized-out-o3.exp: Delete.
9012 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9013 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9014 deleted tests.
9015
9d4a934c
AB
90162018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9017
9018 PR gdb/18050:
9019 * gdb.server/extended-remote-restart.c: New file.
9020 * gdb.server/extended-remote-restart.exp: New file.
9021
045cf012
SM
90222018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9023
9024 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9025 "set variable index = 42".
9026
87d6a7aa
SM
90272018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9028
9029 * boards/index-cache-gdb.exp: New file.
9030 * gdb.dwarf2/index-cache.exp: New file.
9031 * gdb.dwarf2/index-cache.c: New file.
9032 * gdb.base/maint.exp: Check if we are using the index cache.
9033
96d68bd4
RO
90342018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9035
9036 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9037 MAKEFLAGS.
9038
5a699617
RO
90392018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9040
9041 * dg-extract-results.sh: Move to toplevel contrib.
9042 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9043 * Makefile.in (check-parallel-racy): Likewise.
9044
5bd18990
AB
90452018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9046
9047 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9048 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9049 tests if the target supports scheduler locking.
9050
3fbbcf47
TV
90512018-08-04 Tom de Vries <tdevries@suse.de>
9052
9053 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9054
3e1d3d8c
TT
90552018-08-02 Tom Tromey <tom@tromey.com>
9056
9057 PR symtab/16842.
9058 * gdb.cp/temargs.exp: Test "info address" of a template
9059 parameter.
9060
5abe0f0c
JV
90612018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9062
9063 * gdb.python/py-mi-var-info-path-expression.c: New file.
9064 * gdb.python/py-mi-var-info-path-expression.py: New file.
9065 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9066
fb66cde8
SDJ
90672018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9068
9069 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9070 error after "cannot resolve name" string.
9071
c708f4d2
AB
90722018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9073
9074 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9075 started.
9076 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9077
37cc0cae
TV
90782018-07-28 Tom de Vries <tdevries@suse.de>
9079
9080 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9081
63b4ecf7
TV
90822018-07-26 Tom de Vries <tdevries@suse.de>
9083
9084 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9085
3c3bb058
AB
90862018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9087
9088 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9089 is visible.
9090
9e7f3bbb
TV
90912018-07-26 Tom de Vries <tdevries@suse.de>
9092
9093 PR breakpoints/23366
9094 * gdb.base/catch-follow-exec.c: New test.
9095 * gdb.base/catch-follow-exec.exp: New file.
9096
16f808ec
TV
90972018-07-25 Tom de Vries <tdevries@suse.de>
9098
9099 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9100 vla-optimized-out.c.
9101
d7154a8d
JV
91022018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9103
9104 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9105 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9106
232a0032
TV
91072018-07-20 Tom de Vries <tdevries@suse.de>
9108
9109 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9110 NOCLONE macro.
9111 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9112
fbb1d502
TV
91132018-07-19 Tom de Vries <tdevries@suse.de>
9114
9115 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9116 regular expression.
9117
42dc7699
TV
91182018-07-18 Tom de Vries <tdevries@suse.de>
9119
9120 * gdb.base/vla-optimized-out.c: New test.
9121 * gdb.base/vla-optimized-out.exp: New file.
9122
7f1f7e23
SDJ
91232018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9124
9125 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9126 message "No address associated with hostname" when gdbserver
9127 cannot resolve the hostname.
9128
5759ebb3
PW
91292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9130
9131 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9132 Add some test prefixes to make tests unique.
9133
3606ccab
PW
91342018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9135
9136 * gdb.base/frameapply.c: New file.
9137 * gdb.base/frameapply.exp: New file.
9138
529c08b2
PW
91392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9140
9141 * gdb.base/skip.exp: Update expected error message.
9142
c7ab0aef
SDJ
91432018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9144 Jan Kratochvil <jan.kratochvil@redhat.com>
9145 Paul Fertser <fercerpav@gmail.com>
9146 Tsutomu Seki <sekiriki@gmail.com>
9147
9148 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9149 parameter.
9150 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9151 by default.
9152 * boards/native-gdbserver.exp: Likewise.
9153 * gdb.server/run-without-local-binary.exp: Improve regexp used
9154 for detecting when a remote debugging connection succeeds.
9155 * gdb.server/server-connect.exp: New file.
9156 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9157 Do not prefix the port number with ":".
9158 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9159 support for detecting and using it. Add '$debughost_gdbserver'
9160 to the list of arguments used to start gdbserver. Handle case
9161 when gdbserver cannot resolve a network name.
9162
16ff70dd
SDJ
91632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9164
9165 PR c++/23373
9166 * gdb.base/ptype-offsets.cc (struct static_member): New
9167 struct.
9168 (main) <stmember>: New variable.
9169 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9170 with a static member in it.
9171
3541979f
AB
91722018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9173
9174 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9175 watchpoints enabled and disabled.
9176
c8ad9b9a
AB
91772018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9178
9179 * gdb.base/examine-backward.exp: Still run tests around address
9180 0x0, even if address 0x0 is not readable. Update the pattern for
9181 matching address 0x0 in expected output.
9182
e0e5e971
AB
91832018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9184
9185 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9186 malloc/free.
9187
1ea5da02
TV
91882018-07-04 Tom de Vries <tdevries@suse.de>
9189
9190 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9191
471b9d15
MR
91922018-07-02 Maciej W. Rozycki <macro@mips.com>
9193
9194 PR tdep/8282
9195 * gdb.arch/mips-disassembler-options.exp: New test.
9196 * gdb.arch/mips-disassembler-options.s: New test source.
9197
75acb486
PA
91982018-06-29 Pedro Alves <palves@redhat.com>
9199
9200 * gdb.threads/names.exp: Adjust expected "info threads" output.
9201
cd2bb709
PA
92022018-06-29 Pedro Alves <palves@redhat.com>
9203
9204 * gdb.opt/inline-break.exp (line number, address): Add "info
9205 break" tests.
9206
991ff292
PA
92072018-06-29 Pedro Alves <palves@redhat.com>
9208
9209 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9210 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9211 number and address and running to them.
9212
356819b6 92132018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9214
9215 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9216
2512d7ef
JK
92172018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9218
9219 * lib/compiler.c: Remove executable permission flag.
9220
be1b6474
RB
92212018-06-28 Richard Bunt <richard.bunt@arm.com>
9222
9223 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9224 code.
9225 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9226
291f9a96
PT
92272018-06-28 Petr Tesarik <ptesarik@suse.cz>
9228
9229 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9230
ed6dfe51
PT
92312018-06-28 Petr Tesarik <ptesarik@suse.cz>
9232
9233 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9234 address argument is omitted.
9235
d4d429d5
PT
92362018-06-28 Petr Tesarik <ptesarik@suse.cz>
9237
9238 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9239
7ab6656f
OJ
92402018-06-27 Omair Javaid <omair.javaid@linaro.org>
9241
9242 PR gdb/21695
9243 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9244 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9245
a33ccfc7
TT
92462018-06-26 Tom Tromey <tom@tromey.com>
9247
9248 PR rust/22574:
9249 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9250 * gdb.rust/simple.rs (struct SimpleLayout): New.
9251
6d72d289
SM
92522018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9253
9254 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9255 "info registers" output.
9256
8363f9d5
RB
92572018-06-21 Richard Bunt <richard.bunt@arm.com>
9258
9259 * gdb.base/watchpoint-hw-attach.c: New test.
9260 * gdb.base/watchpoint-hw-attach.exp: New file.
9261
f00674fe
SM
92622018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9263
9264 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9265 through /bin/sh.
9266 * boards/dwarf4-gdb-index.exp: Likewise.
9267 * boards/fission-dwp.exp: Likewise.
9268
1d554008
UW
92692018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9270
9271 * gdb.base/float128.exp: Add comment and improved fail message
9272 to the failure case of "print large128" test.
9273
d0ac1c44
SM
92742018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9275
9276 * configure.ac: Remove AC_PREREQ.
9277 * configure: Re-generate.
9278
61b04dd0
PA
92792018-06-19 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9282 (func_extern_caller): New.
9283 (main): Call func_extern_caller.
9284 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9285 logic change.
9286
f63b508a
SM
92872018-06-18 Weimin Pan <weimin.pan@oracle.com>
9288
9289 PR gdb/16841
9290 * gdb.cp/typedef-base.cc: New file.
9291 * gdb.cp/typedef-base.exp: New file.
9292
0fe3a558
TV
92932018-06-18 Tom de Vries <tdevries@suse.de>
9294
9295 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9296
7010835a
AB
92972018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9298 Richard Bunt <Richard.Bunt@arm.com>
9299
9300 * gdb.threads/attach-slow-waitpid.c: New file.
9301 * gdb.threads/attach-slow-waitpid.exp: New file.
9302 * gdb.threads/slow-waitpid.c: New file.
9303
14897d65
PA
93042018-06-14 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/fork-running-state.c: Include <errno.h>.
9307 (exit_if_relative_exits): New.
9308 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9309 exits.
9310 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9311 child exits.
9312
5d9a0608
TV
93132018-06-14 Tom de Vries <tdevries@suse.de>
9314
9315 PR cli/22573
9316 * gdb.base/finish-pretty.c: New test.
9317 * gdb.base/finish-pretty.exp: New file.
9318
11ae5818
PA
93192018-06-14 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9322 gdb's expected startup output.
9323
1d39de44
PA
93242018-06-14 Pedro Alves <palves@redhat.com>
9325
9326 * lib/selftest-support.exp (selftest_setup): Remove inlined
9327 function handling.
9328
70ee0000
TV
93292018-06-14 Tom de Vries <tdevries@suse.de>
9330
9331 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9332 matching of breakpoint printing.
9333
11f4b608
TV
93342018-06-13 Tom de Vries <tdevries@suse.de>
9335
9336 PR testsuite/23269
9337 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9338 (fork_child): ... here, and ...
9339 (fork_parent): ... here.
9340
93412018-06-12 Tom de Vries <tdevries@suse.de>
9342
9343 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9344
9516f85a
AB
93452018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9346 Stephen Roberts <stephen.roberts@arm.com>
9347
9348 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9349 rewrite test to describe action performed, rather than possible
9350 failure.
9351
5045b3d7
GB
93522018-06-08 Gary Benson <gbenson@redhat.com>
9353
9354 * gdb.threads/check-libthread-db.exp: New file.
9355 * gdb.threads/check-libthread-db.c: Likewise.
9356
c61b06a1
TT
93572018-06-05 Tom Tromey <tom@tromey.com>
9358
9359 * gdb.base/default.exp: Update expected "show version" output.
9360
eb6af809
TT
93612018-06-05 Tom Tromey <tom@tromey.com>
9362
9363 PR cli/12326:
9364 * gdb.cp/static-print-quit.exp: Update.
9365 * lib/gdb.exp (pagination_prompt): Update.
9366 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9367 * gdb.python/python.exp: Update.
9368
178d6a63
JB
93692018-06-04 Joel Brobecker <brobecker@adacore.com>
9370
9371 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9372
8e817061
JB
93732018-06-01 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.ada/bp_fun_addr: New testcase.
9376
e86ca25f
TT
93772018-06-01 Tom Tromey <tom@tromey.com>
9378
9379 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9380 results.
9381 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9382 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9383 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9384 * gdb.base/maint.exp (maint_pass_if): Update.
9385
4b2dfa9d
MR
93862018-05-31 Maciej W. Rozycki <macro@mips.com>
9387
9388 * gdb.base/endian.exp: New test.
9389 * gdb.base/endian.c: New test source.
9390
45f25d6c
AB
93912018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9392
9393 PR gdb/23203
9394 * gdb.base/bt-selected-frame.c: New file.
9395 * gdb.base/bt-selected-frame.exp: New file.
9396 * lib/gdb.exp (get_current_frame_number): New function.
9397
d9f6d7f8
MR
93982018-05-24 Maciej W. Rozycki <macro@mips.com>
9399 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.threads/tls-core.c: Include <stdlib.h>
9402 (thread_proc): Call `abort'.
9403 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9404 (tls_core_test): New procedure, bits factored out from ...
9405 (top level): ... here. Test both native cores and gcore cores.
9406
ff1cf532
TT
94072018-05-23 Tom Tromey <tom@tromey.com>
9408
9409 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9410
b98664d3
TT
94112018-05-23 Tom Tromey <tom@tromey.com>
9412
9413 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9414 symfile_complaints.
9415 (test_short_complaints): Likewise.
9416 (test_empty_complaints): Likewise.
9417 (test_initial_complaints): Update.
9418
4e9668d0
TT
94192018-05-23 Tom Tromey <tom@tromey.com>
9420
9421 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9422
43ba33c7
TT
94232018-05-23 Tom Tromey <tom@tromey.com>
9424
9425 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9426 (test_short_complaints): Update.
9427
035522c0
PA
94282018-05-22 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.base/remote.exp: Only gdb_start after compiling the
9431 testcase. Issue "disconnect" before testing "set remote" command
9432 defaults. Issue clean_restart before running to main.
9433
cc0be08f
PA
94342018-05-22 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.base/remote.exp: Adjust expected output of "show remote
9437 memory-write-packet-size". Add tests for "set remote
9438 memory-write-packet-size 0" and "set remote
9439 memory-write-packet-size fixed/limit".
9440
b1b60145
PA
94412018-05-22 Pedro Alves <palves@redhat.com>
9442
9443 PR gdb/22973
9444 * gdb.base/utf8-identifiers.c: New file.
9445 * gdb.base/utf8-identifiers.exp: New file.
9446
0ec848ad
PFC
94472018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9448
9449 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9450
2c3305f6
PFC
94512018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9452
9453 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9454
ce1e8424
TT
94552018-05-18 Tom Tromey <tom@tromey.com>
9456
9457 * gdb.base/ptype-offsets.exp: Update.
9458
ddfe970e
KS
94592018-05-17 Keith Seitz <keiths@redhat.com>
9460
9461 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9462 in expected breakpoint stop locations.
9463 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9464 move to proper scope to test variable values.
9465 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9466 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9467 New functions.
9468 (main): Call not_inline_func3.
9469 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9470 inline_func1, inline_func2, and inline_func3. Test that when each
9471 breakpoint is hit, GDB properly reports both the stop location
9472 and the backtrace. Repeat tests for temporary breakpoints.
9473
0726fcc6
MR
94742018-05-15 Maciej W. Rozycki <macro@mips.com>
9475
9476 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9477 rather then trying to access it in determining whether the PID
9478 of `gdbserver' could have been retrieved.
9479
8ee22052
AB
94802018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9481
9482 * gdb.arch/amd64-init-x87-values.S: New file.
9483 * gdb.arch/amd64-init-x87-values.exp: New file.
9484
7785df48
JK
94852018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9488
56bcdbea
TT
94892018-05-04 Tom Tromey <tom@tromey.com>
9490
9491 PR python/22730:
9492 * gdb.python/python.exp: Test multi-line execute.
9493
a913fffb
TT
94942018-05-04 Tom Tromey <tom@tromey.com>
9495
9496 PR python/22731:
9497 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9498
7a2c85f2
TT
94992018-05-04 Tom Tromey <tom@tromey.com>
9500
9501 PR gdb/11750:
9502 * gdb.base/define.exp: Test defining a user command inside a user
9503 command.
9504 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9505
a3b60e45
JK
95062018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9507 Pedro Alves <palves@redhat.com>
9508
9509 PR breakpoints/19806 and support for PR external/20207.
9510 * gdb.base/watchpoint-unaligned.c: New file.
9511 * gdb.base/watchpoint-unaligned.exp: New file.
9512
45fe4a03
AB
95132018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9514
9515 * gdb.base/maint.exp: Make test names unique, use
9516 test_prefix_command_help to test 'help maint info', and remove
9517 repeated test of 'help maint'.
9518
9be2ae8f
TT
95192018-05-04 Tom Tromey <tom@tromey.com>
9520
9521 PR gdb/22619:
9522 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9523 behavior.
9524
11859c31
AB
95252018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9526
9527 * gdb.base/maint.exp: Process output from 'maint print registers'
9528 line at a time.
9529
089a9490
AB
95302018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9531
9532 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9533 timeout.
9534
9b0797e2
AB
95352018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9536
9537 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9538 filter pattern.
9539
f6ac5f3d
PA
95402018-05-02 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9543 to_log_command renames.
9544 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9545
77d3c63b
TT
95462018-05-02 Tom Tromey <tom@tromey.com>
9547
9548 * gdb.python/py-parameter.exp: Set test message.
9549
0489430a
TT
95502018-05-02 Tom Tromey <tom@tromey.com>
9551
9552 PR python/20084:
9553 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9554 PARAM_ZUINTEGER_UNLIMITED tests.
9555
1632f8ba
DR
95562018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9557
9558 PR rust/23124
9559 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9560 when casting.
9561
6d7bb824
TT
95622018-04-30 Tom Tromey <tom@tromey.com>
9563
9564 * gdb.python/py-type.exp: Check align attribute.
9565 * gdb.python/py-type.c: New "aligncheck" global.
9566
007e1530
TT
95672018-04-30 Tom Tromey <tom@tromey.com>
9568
9569 PR exp/17095:
9570 * gdb.dwarf2/dw2-align.exp: New file.
9571 * gdb.cp/align.exp: New file.
9572 * gdb.base/align.exp: New file.
9573 * lib/gdb.exp (gdb_int128_helper): New proc.
9574 (has_int128_c, has_int128_cxx): New caching procs.
9575
6873858b
TT
95762018-04-27 Tom Tromey <tom@tromey.com>
9577
9578 PR rust/22545:
9579 * gdb.rust/simple.exp: Add inclusive range tests.
9580
79188d8d
PA
95812018-04-26 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9584 ifunc breakpoint locations correctly of ifunc breakpoints set
9585 while the program resolves the ifunc.
9586
c7075ad5
PA
95872018-04-26 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/gnu-ifunc-final.c: New file.
9590 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9591 * gdb.base/gnu-ifunc.exp (executable): Delete.
9592 (staticexecutable): Adjust.
9593 (lib_opts, exec_opts): Delete.
9594 (make_binsuffix, build, set-break): New procedures.
9595 (misc_tests): New, with tests factored out from the top level.
9596 (top level): Test different combinations of ifunc resolver name,
9597 resolver with and with debug info, and ifunc target with and
9598 without debug info. Wrap static tests with with_target_prefix.
9599
8388016d
PA
96002018-04-26 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9603 return type" warnings.
9604
249b5733
PA
96052018-04-25 Pedro Alves <palves@redhat.com>
9606
9607 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9608 killed".
9609 * gdb.base/kill-after-signal.exp: Likewise.
9610 * gdb.threads/kill.exp: Likewise.
9611
f67c0c91
SDJ
96122018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9613 Sergio Durigan Junior <sergiodj@redhat.com>
9614 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9617 regexps to expect for '[Inferior ... detached]' as well.
9618 * gdb.base/attach.exp: Likewise.
9619 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9620 "gdb_continue_to_end".
9621 (test_catch_syscall_with_wrong_args): Likewise.
9622 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9623 ']'. Don't set 'verbose' on.
9624 * gdb.base/foll-vfork.exp: Likewise.
9625 * gdb.base/fork-print-inferior-events.c: New file.
9626 * gdb.base/fork-print-inferior-events.exp: New file.
9627 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9628 '[Inferior ... has been killed]' message.
9629 * gdb.base/kill-after-signal.exp: Likewise.
9630 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9631 detach message.
9632 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9633 message.
9634 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9635 regexps to expect for '[Inferior ... detached]' as well.
9636 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9637
0a8ddac4
SM
96382018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9639
9640 PR gdb/23104
9641 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9642
701adfb0
PA
96432018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9644
9645 PR gdb/23095
9646 * gdb.base/break-probes.exp: Pass shlib_load to
9647 prepare_for_testing. Set normal_bp to r_debug_state if target is
9648 bsd.
9649
d27d16bf
RB
96502018-04-19 Richard Bunt <richard.bunt@arm.com>
9651
9652 * gdb.threads/multiple-successive-infcall.c: New test.
9653 * gdb.threads/multiple-successive-infcall.exp: New file.
9654
a037790e
TT
96552018-04-17 Tom Tromey <tom@tromey.com>
9656
9657 * gdb.rust/simple.rs (Union): New type.
9658 (main): New local "u".
9659 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9660
e3a91079
AA
96612018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9662
9663 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9664 number information in output of "whereis" command.
9665 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9666
b744723f
AA
96672018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9668
9669 * gdb.ada/info_types.exp: Adjust expected output to the line
9670 numbers now printed by "info var/func/type".
9671 * gdb.base/completion.exp: Likewise.
9672 * gdb.base/included.exp: Likewise.
9673 * gdb.cp/cp-relocate.exp: Likewise.
9674 * gdb.cp/cplusfuncs.exp: Likewise.
9675 * gdb.cp/namespace.exp: Likewise.
9676 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9677
4a4495d6
MM
96782018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9679
9680 * gdb.btrace/cpu.exp: New.
9681
1d509aa6
MM
96822018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9683
9684 * gdb.base/step-indirect-call-thunk.exp: New.
9685 * gdb.base/step-indirect-call-thunk.c: New.
9686 * gdb.reverse/step-indirect-call-thunk.exp: New.
9687 * gdb.reverse/step-indirect-call-thunk.c: New.
9688
6295b6da
SM
96892018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9690
9691 * gdb.base/pie-fork.c: New file.
9692 * gdb.base/pie-fork.exp: New file.
9693
50146e70
TT
96942018-04-11 Tom Tromey <tom@tromey.com>
9695
9696 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9697
f50d8a2e
PA
96982018-04-10 Pedro Alves <palves@redhat.com>
9699
9700 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9701 exits. Instead loop running forever.
9702 (fork_parent): Run forever too.
9703
a0be7a36
SM
97042018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9705
9706 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9707 mi_continue_to_line.
9708 * gdb.mi/mi-stack.c (callee4): Add comment.
9709
9b73db36
SM
97102018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9711
9712 * gdb.mi/mi-stack.exp: Fix indentation.
9713
c912f608
SM
97142018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9715
9716 PR gdb/22979
9717 * gdb.arch/amd64-osabi.exp: New file.
9718
26540402
SM
97192018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 PR gdb/22980
9722 * gdb.base/osabi.exp: New file.
9723
121ad66c 97242018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9725
9726 * gdb.cp/static-typedef-print.exp: New file.
9727 * gdb.cp/static-typedef-print.cc: New file.
9728
3fcded8f
JB
97292018-03-27 Joel Brobecker <brobecker@adacore.com>
9730
9731 * gdb.ada/varsize_limit: New testcase.
9732
59cc4834
JB
97332018-03-27 Joel Brobecker <brobecker@adacore.com>
9734
9735 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9736
9737 * gdb.ada/notcplusplus: New testcase.
9738
9739 * gdb.base/c-linkage-name.c: New file.
9740 * gdb.base/c-linkage-name.exp: New testcase.
9741
4ca59a9f
TT
97422018-03-26 Tom Tromey <tom@tromey.com>
9743
9744 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9745 * gdb.python/py-framefilter.py (name_error): New global.
9746 (ErrorInName.function): Use name_error.
9747
978d6c75
TT
97482018-03-26 Tom Tromey <tom@tromey.com>
9749
9750 PR backtrace/15582:
9751 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9752
b7fee5a3
KS
97532018-03-23 Keith Seitz <keiths@redhat.com>
9754
9755 PR c++/22968
9756 * gdb.cp/subtypes.exp: New file.
9757 * gdb.cp/subtypes.h: New file.
9758 * gdb.cp/subtypes.cc: New file.
9759 * gdb.cp/subtypes-2.cc: New file.
9760
376be529
AB
97612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9762
9763 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9764 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9765 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9766 -nostartfiles when compiling the test. Confirm that all registers
9767 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9768
066cfa98
AB
97692018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9770
9771 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9772 option, syntax was wrong anyway.
9773 * gdb.arch/arm-disp-step.exp: Likewise.
9774 * gdb.arch/sparc64-regs.exp: Likewise.
9775 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9776 option, syntax was wrong anyway, switch to use
9777 prepare_for_testing.
9778 * gdb.arch/i386-disp-step.exp: Likewise.
9779
079670b9
AA
97802018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9781
9782 * gdb.ada/exec_changed.exp: Replace "target_info exists
9783 use_gdb_stub" by "use_gdb_stub".
9784 * gdb.ada/start.exp: Likewise.
9785 * gdb.base/async-shell.exp: Likewise.
9786 * gdb.base/attach-pie-misread.exp: Likewise.
9787 * gdb.base/attach-wait-input.exp: Likewise.
9788 * gdb.base/break-entry.exp: Likewise.
9789 * gdb.base/break-interp.exp: Likewise.
9790 * gdb.base/dprintf-detach.exp: Likewise.
9791 * gdb.base/nostdlib.exp: Likewise.
9792 * gdb.base/solib-nodir.exp: Likewise.
9793 * gdb.base/statistics.exp: Likewise.
9794 * gdb.base/testenv.exp: Likewise.
9795 * gdb.mi/mi-exec-run.exp: Likewise.
9796 * gdb.mi/mi-start.exp: Likewise.
9797 * gdb.multi/dummy-frame-restore.exp: Likewise.
9798 * gdb.multi/multi-arch-exec.exp: Likewise.
9799 * gdb.multi/multi-arch.exp: Likewise.
9800 * gdb.multi/tids.exp: Likewise.
9801 * gdb.multi/watchpoint-multi.exp: Likewise.
9802 * gdb.python/py-events.exp: Likewise.
9803 * gdb.threads/attach-into-signal.exp: Likewise.
9804 * gdb.threads/attach-stopped.exp: Likewise.
9805 * gdb.threads/threadapply.exp: Likewise.
9806 * lib/selftest-support.exp: Likewise.
9807
26d6cec4
AA
98082018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9809
9810 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9811
4ee89e90
SR
98122018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9813
9814 * gdb.perf/template-breakpoints.cc: New file.
9815 * gdb.perf/template-breakpoints.exp: New file.
9816 * gdb.perf/template-breakpoints.py: New file.
9817
92630041
TT
98182018-03-19 Tom Tromey <tom@tromey.com>
9819
9820 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9821 y0.
9822 * gdb.rust/simple.exp: Test bare identifier form of struct
9823 initializer.
9824
76727919
TT
98252018-03-19 Tom Tromey <tom@tromey.com>
9826
9827 * gdb.gdb/observer.exp: Remove.
9828
194ed413
AA
98292018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9830
9831 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9832 "qualified" option when setting breakpoints.
9833 * gdb.trace/backtrace.exp: Likewise.
9834 * gdb.trace/circ.exp: Likewise.
9835 * gdb.trace/collection.exp: Likewise.
9836 * gdb.trace/disconnected-tracing.exp: Likewise.
9837 * gdb.trace/ftrace-lock.exp: Likewise.
9838 * gdb.trace/ftrace.exp: Likewise.
9839 * gdb.trace/infotrace.exp: Likewise.
9840 * gdb.trace/packetlen.exp: Likewise.
9841 * gdb.trace/passc-dyn.exp: Likewise.
9842 * gdb.trace/qtro.exp: Likewise.
9843 * gdb.trace/read-memory.exp: Likewise.
9844 * gdb.trace/report.exp: Likewise.
9845 * gdb.trace/signal.exp: Likewise.
9846 * gdb.trace/status-stop.exp: Likewise.
9847 * gdb.trace/strace.exp: Likewise.
9848 * gdb.trace/tfind.exp: Likewise.
9849 * gdb.trace/trace-break.exp: Likewise.
9850 * gdb.trace/trace-condition.exp: Likewise.
9851 * gdb.trace/trace-mt.exp: Likewise.
9852 * gdb.trace/tstatus.exp: Likewise.
9853 * gdb.trace/tsv.exp: Likewise.
9854 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9855 * gdb.trace/unavailable.exp: Likewise.
9856 * gdb.trace/while-dyn.exp: Likewise.
9857
8b067d2c
AA
98582018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9859
9860 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9861 that libinproctrace is copied to the target.
9862
3ae9ce5d
TT
98632018-03-14 Tom Tromey <tom@tromey.com>
9864
9865 PR cli/14977:
9866 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9867 a null pointer.
9868 * gdb.base/wchar.exp: Likewise.
9869
b8c2339b
TT
98702018-03-14 Tom Tromey <tom@tromey.com>
9871
9872 PR cli/19918:
9873 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9874 flag.
9875
4872dc46
SM
98762018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9877
9878 PR gdb/22841
9879 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9880 "target" to remote_exec.
9881
e4fe3756
SM
98822018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9883
9884 PR gdb/22841
9885 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9886 ${board}_upload): Remove.
9887
e95a97d4
AA
98882018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9889
9890 * gdb.cp/watch-cp.cc: New test.
9891 * gdb.cp/watch-cp.exp: New file.
9892
dbbb1059
AB
98932018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
9894
9895 * gdb.base/infcall-nested-structs.exp: New file.
9896 * gdb.base/infcall-nested-structs.c: New file.
9897 * gdb.base/float.exp: Add riscv support.
9898
ecc054c0
TP
98992018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
9900
9901 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
9902 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
9903
25e3c82c
SDJ
99042018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
9905
9906 * gdb.server/abspath.exp: New file.
9907 * lib/gdb.exp (with_cwd): New procedure.
9908
3083294d
SM
99092018-02-28 Simon Marchi <simon.marchi@ericsson.com>
9910
9911 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
9912 use it.
9913 (gdb_is_target_remote_prompt): New proc.
9914 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
9915 (gdb_is_target_native): Pass prompt parameter to
9916 gdb_is_target_1.
9917
3275ef47
SM
99182018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
9919
9920 * gdb.base/load-command.c: New file.
9921 * gdb.base/load-command.exp: New file.
9922 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
9923 (gdb_is_target_1): ...this, and generalize for other targets
9924 than just remote.
9925 (gdb_is_target_remote): Use gdb_is_target_1.
9926 (gdb_is_target_native): use gdb_is_target_1.
9927
6893c19a
TT
99282018-02-26 Tom Tromey <tom@tromey.com>
9929
9930 PR python/16497:
9931 * gdb.python/py-framefilter.exp: Update test.
9932
2ddeaf8a
TT
99332018-02-26 Tom Tromey <tom@tromey.com>
9934
9935 * gdb.dwarf2/variant.c: New file.
9936 * gdb.dwarf2/variant.exp: New file.
9937
c9317f21
TT
99382018-02-26 Tom Tromey <tom@tromey.com>
9939
9940 * gdb.rust/simple.exp: Accept more possible results in enum test.
9941
6f6d0c26
SM
99422018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
9943
9944 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
9945 parentheses.
9946
11b03145
MR
99472018-02-23 Maciej W. Rozycki <macro@mips.com>
9948
9949 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
9950 name of a variable: $actual_linejj -> $actual_line.
9951
54a27fe5
JB
99522018-02-21 John Baldwin <jhb@FreeBSD.org>
9953
9954 * gdb.arch/amd64-i386-address.exp: Fix a typo.
9955
de65820c
MM
99562018-02-20 Markus Metzger <markus.t.metzger@intel.com>
9957
9958 * gdb.btrace/buffer-size.exp: Do not force BTS.
9959
980548fd
PA
99602018-02-14 Pedro Alves <palves@redhat.com>
9961
9962 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
9963 getting a "Quit".
9964
c4e12631
MM
99652018-02-09 Markus Metzger <markus.t.metzger@intel.com>
9966
9967 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
9968 Fix test name.
9969
c2e0e465
SM
99702018-02-07 Simon Marchi <simon.marchi@ericsson.com>
9971
9972 * gdb.cp/m-static.exp: Check type of optimized out static
9973 member.
9974
f7216783
AB
99752018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
9976
9977 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
9978 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
9979
0625771b
LS
99802018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
9981 Leszek Swirski <leszeks@google.com>
9982
9983 * gdb.python/py-prettyprint.c
9984 (struct to_string_returns_value_inner,
9985 struct to_string_returns_value_wrapper): New.
9986 (main): Add tsrvw variable.
9987 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
9988 ToStringReturnsValueWrapper): New classes.
9989 (register_pretty_printers): Register new pretty-printers.
9990 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
9991 recursive pretty printer.
9992 * gdb.python/py-mi.exp: Likewise.
9993
59498c30
LS
99942018-02-01 Leszek Swirski <leszeks@google.com>
9995
9996 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
9997 functions with the same name as an include file are parsed
9998 correctly.
9999
d4d38844
YQ
100002018-02-01 Yao Qi <yao.qi@linaro.org>
10001
10002 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10003 "\[^\r\n\]*".
10004
07e5f5cf
NP
100052018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10006
10007 * gdb.arch/powerpc-prologue-frame.s: New file.
10008 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10009 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10010
929b5ad4
JB
100112018-01-31 Joel Brobecker <brobecker@adacore.com>
10012
10013 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10014
e671cd59
PA
100152018-01-30 Pedro Alves <palves@redhat.com>
10016
10017 PR gdb/13211
10018 * gdb.base/interrupt-daemon.c: New.
10019 * gdb.base/interrupt-daemon.exp: New.
10020 * gdb.multi/multi-term-settings.c: New.
10021 * gdb.multi/multi-term-settings.exp: New.
10022
fc413dc4
JB
100232018-01-30 Joel Brobecker <brobecker@adacore.com>
10024
10025 * gdb.base/break.exp: Save the location where the breakpoint
10026 on break.c:47 was actually inserted when debugging the version
10027 compiled at -O2 and use it in the expected output of the "info
10028 break" test performed soon after.
10029
5c319bb2
PA
100302018-01-22 Pedro Alves <palves@redhat.com>
10031 Sergio Durigan Junior <sergiodj@redhat.com>
10032
10033 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10034 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10035
a9e40818
JB
100362018-01-22 Joel Brobecker <brobecker@adacore.com>
10037
10038 * gdb.base/break-include.c, gdb.base/break-include.inc,
10039 gdb.base/break-include.exp: New files.
10040 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10041 line number now being the actual line number where the breakpoint
10042 was inserted.
10043 * gdb.mi/mi-break.exp: Likewise.
10044 * gdb.mi/mi-reverse.exp: Likewise.
10045 * gdb.mi/mi-simplerun.exp: Ditto.
10046
e707fc44
AB
100472018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10048
10049 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10050 varobj.
10051 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10052
ae451627
AB
100532018-01-21 Don Breazeal <donb@codesourcery.com>
10054 Andrew Burgess <andrew.burgess@embecosm.com>
10055
10056 * gdb.mi/basics.c: Add new global.
10057 * gdb.mi/mi-frame-regs.exp: New file.
10058 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10059 case.
10060
b1b189e0
AB
100612018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10062
10063 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10064 non-parameter, and on an unknown symbol.
10065
fcfcc376
TT
100662018-01-19 Tom Tromey <tom@tromey.com>
10067
10068 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10069 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10070
634c1c31
AA
100712018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10072
10073 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10074 setrlimit and chdir to int.
10075
d6ad07fd
AA
100762018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10077
10078 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10079 function.
10080 (my_tend): Likewise.
10081 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10082 rationale of avoiding FP- and vector instructions.
10083
adf8243b
RK
100842018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10085
10086 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10087 "info reg" with "\[ \t\]*".
10088 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10089 "\[ \t\]+".
10090 * gdb.arch/s390-multiarch.exp: Ditto.
10091 * gdb.base/pc-fp.exp: Ditto.
10092 * gdb.reverse/i386-precsave.exp: Ditto.
10093 * gdb.reverse/i386-reverse.exp: Ditto.
10094 * gdb.reverse/i387-env-reverse.exp: Ditto.
10095 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10096
dcc06925
AA
100972018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10098
10099 * lib/gdb.exp (gdb_compile): Re-enable use of
10100 universal_compile_options for languages other than Rust.
10101
25d4fd80
AA
101022018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10103
10104 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10105
ee7f689e 101062018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10107
10108 PR gdb/16577
10109 * gdb.base/solib-vanish.exp: New.
10110 * gdb.base/solib-vanish-main.c: New.
10111 * gdb.base/solib-vanish-lib1.c: New.
10112 * gdb.base/solib-vanish-lib2.c: New.
10113
d8447b6b
YQ
101142018-01-17 Yao Qi <yao.qi@linaro.org>
10115
10116 * gdb.compile/compile.exp: Match the address printed for
10117 frame in the output of command "bt".
10118
86d6a90c
TT
101192018-01-15 Tom Tromey <tom@tromey.com>
10120
10121 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10122 compute sp_reg.
10123
cbcdb1aa
AB
101242018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10125
10126 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10127 to prepare.
10128 (prepare): Return 0 on error, 1 on success.
10129
eea61984
PA
101302018-01-12 Pedro Alves <palves@redhat.com>
10131
10132 * gdb.base/continue-after-aborted-step-over.c: New.
10133 * gdb.base/continue-after-aborted-step-over.exp: New.
10134
6181e9c2
SM
101352018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10136
10137 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10138 options when not creating an executable.
10139
3cada740
PA
101402018-01-11 Pedro Alves <palves@redhat.com>
10141
10142 PR remote/22597
10143 * gdb.server/stop-reply-no-thread.c: New file.
10144 * gdb.server/stop-reply-no-thread.exp: New file.
10145
c63d3e8d
PA
101462018-01-10 Pedro Alves <palves@redhat.com>
10147
10148 PR gdb/22670
10149 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10150 functions too. Test setting breakpoints and printing C functions
10151 with no debug info too.
10152 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10153
d4c2a405
PA
101542018-01-10 Pedro Alves <palves@redhat.com>
10155
10156 PR gdb/22670
10157 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10158 a fail.
10159
8825213e
PA
101602018-01-10 Pedro Alves <palves@redhat.com>
10161
10162 PR gdb/22670
10163 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10164
605fd3c6
YQ
101652018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10166
10167 * gdb.server/unittest.exp: Match the output in non-development
10168 mode.
10169
1e5ded6c
YQ
101702018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10171
10172 * gdb.gdb/unittest.exp: Match output in non-development mode.
10173
30066b0b
JB
101742018-01-08 Joel Brobecker <brobecker@adacore.com>
10175
10176 * gdb.ada/access_tagged_param.exp: Relax expected output
10177 for value of "ObjL" in "continue" to pck.inspect breakpoint
10178 test.
10179
04bafb1e
XR
101802018-01-08 Joel Brobecker <brobecker@adacore.com>
10181
9f86398b
JB
10182 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10183 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10184
e379cee6
PA
101852018-01-05 Pedro Alves <palves@redhat.com>
10186
10187 PR gdb/18653
10188 * gdb.base/libsegfault.exp: New.
10189
de63c46b
PA
101902018-01-05 Joel Brobecker <brobecker@adacore.com>
10191
10192 PR gdb/22670
10193 * gdb.ada/access_tagged_param.exp: New file.
10194 * gdb.ada/access_tagged_param/foo.adb: New file.
10195
f98fc17b
PA
101962018-01-05 Pedro Alves <palves@redhat.com>
10197
10198 PR gdb/22670
10199 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10200 exercise lower case too, and to exercise both full matching and
10201 wild matching.
10202
342f8240
JB
102032018-01-05 Joel Brobecker <brobecker@adacore.com>
10204
10205 * gdb.ada/rename_subscript_param: New testcase.
10206
7150d33c
JG
102072018-01-05 Jerome Guitton <guitton@adacore.com>
10208
10209 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10210
cc0e770c
JB
102112018-01-05 Joel Brobecker <brobecker@adacore.com>
10212
10213 * gdb.ada/convvar_comp: New testcase.
10214
672a41aa 102152018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10216
10217 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10218 (My_Table): New global variable.
10219 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10220
7365ec2f
JB
102212018-01-04 Joel Brobecker <brobecker@adacore.com>
10222
10223 PR gdb/22670
10224 * gdb.ada/maint_with_ada: New testcase.
10225
289483b6
JB
102262018-01-04 Joel Brobecker <brobecker@adacore.com>
10227
10228 PR gdb/22670
10229 * gdb.ada/bp_c_mixed_case: New testcase.
10230
344420da
JB
102312018-01-04 Joel Brobecker <brobecker@adacore.com>
10232
10233 PR gdb/22670
10234 * gdb.ada/complete.exp: Add "complete break ada" test.
10235
66fc87a0
JB
102362018-01-04 Joel Brobecker <brobecker@adacore.com>
10237
10238 PR gdb/22670
10239 * gdb.ada/info_addr_mixed_case: New testcase.
10240
9f757bf7
XR
102412018-01-03 Xavier Roirand <roirand@adacore.com>
10242
10243 * gdb.ada/excep_handle.exp: New testcase.
10244 * gdb.ada/excep_handle/foo.adb: New file.
10245 * gdb.ada/excep_handle/pck.ads: New file.
10246
bd570f80
JB
102472018-01-03 Joel Brobecker <brobecker@adacore.com>
10248
10249 * gdb.base/step-line.c: Add extra empty line in copyright header.
10250 * gdb.base/step-line.inp: Likewise.
10251
9fe561ab
JB
102522018-01-02 Joel Brobecker <brobecker@adacore.com>
10253
10254 * gdb.ada/dyn_stride.exp: Add slice test.
10255
a405673c
JB
102562018-01-02 Joel Brobecker <brobecker@adacore.com>
10257
10258 * gdb.ada/dyn_stride: New testcase.
10259
cef0f868
SH
102602017-12-27 Stafford Horne <shorne@gmail.com>
10261
10262 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10263 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10264
b67d92b0
SH
102652017-12-27 Stafford Horne <shorne@gmail.com>
10266
10267 * gdb.base/reggroups.c: New file.
10268 * gdb.base/reggroups.exp: New file.
10269
eccab96d
JB
102702017-12-18 Joel Brobecker <brobecker@adacore.com>
10271
10272 * gdb.dwarf2/ada-valprint-error.c: New file.
10273 * gdb.dwarf2/ada-valprint-error.exp: New file.
10274
0e2da9f0
JB
102752017-12-18 Joel Brobecker <brobecker@adacore.com>
10276
10277 * gdb.ada/assign_arr: New testcase.
10278
cb923fcc
XR
102792017-12-18 Xavier Roirand <roirand@adacore.com>
10280
10281 * gdb.ada/funcall_ptr: New testcase.
10282
7c161838
SDJ
102832017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10284
10285 PR cli/16224
10286 * gdb.base/ptype-offsets.cc: New file.
10287 * gdb.base/ptype-offsets.exp: New file.
10288
1af17fd9
YQ
102892017-12-15 Yao Qi <yao.qi@linaro.org>
10290
10291 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10292 if XML is disabled.
10293
828d5846
XR
102942017-12-15 Xavier Roirand <roirand@adacore.com>
10295
10296 * gdb.ada/same_component_name: New testcase.
10297
79e8fcaa
JB
102982017-12-14 Joel Brobecker <brobecker@adacore.com>
10299
10300 * gdb.ada/str_binop_equal: New testcase.
10301
e05fa6f9
JB
103022017-12-14 Joel Brobecker <brobecker@adacore.com>
10303
10304 * gdb.ada/task_switch_in_core: New testcase.
10305
b89641ba
SM
103062017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10307
10308 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10309 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10310 call test_bkpt_qualified.
10311 (test_bkpt_qualified): New proc.
10312
6892d2e4
PA
103132017-12-13 Pedro Alves <palves@redhat.com>
10314
10315 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10316 Tighten regexp by matching with an anchor.
10317
a22ecf70
PA
103182017-12-13 Pedro Alves <palves@redhat.com>
10319
10320 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10321 ("expression with namespace"): New set of tests.
10322 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10323 (Nested::Test_NS::qux): New.
10324 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10325 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10326
9937536c
JB
103272017-12-13 Joel Brobecker <brobecker@adacore.com>
10328
10329 * gdb.base/server-del-break.c: New file.
10330 * gdb.base/server-del-break.exp: New file.
10331
fe49c6f5
SH
103322017-12-12 Stafford Horne <shorne@gmail.com>
10333
10334 * gdb.xml/tdesc-regs.exp: Add or1k support.
10335
c3d18620
SH
103362017-12-12 Stafford Horne <shorne@gmail.com>
10337
10338 * gdb.base/bp-permanent.c: Define nop of or1k.
10339
c5f9cfc8
JB
103402017-12-11 Joel Brobecker <brobecker@adacore.com>
10341
10342 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10343 output with components being reordered.
10344
a9c135fc
JB
103452017-12-11 Joel Brobecker <brobecker@adacore.com>
10346
10347 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10348 output with components being reordered.
10349
927aa2e7
JK
103502017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10351 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.base/maint.exp (check for .gdb_index): Check also for
10354 .debug_names.
10355 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10356 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10357 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10358 (.gdb_index used after symbol reloading): Support also .debug_names.
10359 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10360
f17d9474
YQ
103612017-12-08 Yao Qi <yao.qi@linaro.org>
10362
10363 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10364 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10365
a0de8c21
YQ
103662017-12-08 Yao Qi <yao.qi@linaro.org>
10367
10368 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10369 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10370
a738ea1d
YQ
103712017-12-08 Yao Qi <yao.qi@linaro.org>
10372
10373 * gdb.arch/aarch64-tagged-pointer.c: New file.
10374 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10375
1cd9a73b
SDJ
103762017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10377
10378 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10379 "int".
10380
fa6eb693
KS
103812017-12-07 Keith Seitz <keiths@redhat.com>
10382
10383 PR breakpoints/22569
10384 * gdb.linespec/ls-errs.exp: Change expected result of "break
10385 -source this file has spaces.c -line 3".
10386 Check that an explicit source file followed by whitespace is
10387 identified as an invalid explicit location.
10388
883fd55a
KS
103892017-12-07 Keith Seitz <keiths@redhat.com>
10390
10391 * gdb.cp/nested-types.cc: New file.
10392 * gdb.cp/nested-types.exp: New file.
10393 * lib/cp-support.exp: Load data-structures.exp library.
10394 (debug_cp_test_ptype_class): New global.
10395 (cp_ptype_class_verbose, next_line): New procedures.
10396 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10397 Add and document new return value.
10398 Switch the list of lines to a queue.
10399 Add support for new `type' key for nested type definitions.
10400 Add debugging/troubleshooting messages.
10401 * lib/data-structures.exp: New file.
10402
ec72db3e
SM
104032017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10404
10405 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10406 with proc_with_prefix, don't use with_test_prefix.
10407
99598d71
TT
104082017-12-07 Tom Tromey <tom@tromey.com>
10409
10410 * gdb.base/break.exp: Add test for empty "commands".
10411
a8806230
YQ
104122017-12-07 Yao Qi <yao.qi@linaro.org>
10413
10414 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10415 malloc and catch syscall.
10416
824cc835
PM
104172017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10418
e79be6e5 10419 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10420 tests for explicit locations.
10421
7cc244de
PA
104222017-12-06 Pedro Alves <palves@redhat.com>
10423
10424 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10425 force-disabling XML descriptions.
10426
50a1fdd5
PA
104272017-12-04 Pedro Alves <palves@redhat.com>
10428
10429 PR gdb/22499
10430 * gdb.arch/amd64-disp-step-avx.S: New file.
10431 * gdb.arch/amd64-disp-step-avx.exp: New file.
10432
f0fb2488
PA
104332017-12-03 Pedro Alves <palves@redhat.com>
10434
10435 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10436 and <string.h>.
10437 (parent_function): Print distinct messages when waitpid fails, or
10438 the child exits with a signal, or the child exits for an unhandled
10439 reason.
10440 * gdb.threads/process-dies-while-detaching.exp
10441 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10442 it. Wait for both inferior output and GDB's prompt. Use an
10443 indirect spawn id list.
10444 (do_detach): New parameter 'child_exit'. Use it to compute
10445 expected inferior output.
10446 (test_detach, test_detach_watch, test_detach_killed_outside):
10447 Adjust to pass down the expected child exit kind.
10448
97cbe998
SDJ
104492017-12-01 Joel Brobecker <brobecker@adacore.com>
10450 Sergio Durigan Junior <sergiodj@redhat.com>
10451 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10454
40fc416f
SDJ
104552017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10456
10457 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10458 to 'symbol-file' and 'add-symbol-file' can be
10459 position-independent.
10460
1cc75e92
YQ
104612017-12-01 Yao Qi <yao.qi@linaro.org>
10462
10463 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10464 the URL in copyright header.
10465 * gdb.arch/aarch64-fp.exp: Likewise.
10466 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10467 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10468 * gdb.base/expand-psymtabs.exp: Likewise.
10469 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10470 * gdb.fortran/common-block.exp: Likewise.
10471 * gdb.fortran/common-block.f90: Likewise.
10472 * gdb.fortran/logical.exp: Likewise.
10473 * gdb.fortran/vla-datatypes.f90: Likewise.
10474 * gdb.fortran/vla-sub.f90: Likewise.
10475
875fb7a7
JB
104762017-11-30 Joel Brobecker <brobecker@adacore.com>
10477
10478 * gdb.ada/repeat_dyn: New testcase.
10479
6f14765f
UW
104802017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10481
10482 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10483 Update for changed thread numbering.
10484 * gdb.cell/bt.exp: Update for changed GDB output.
10485
f1af7b94
SM
104862017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10487
10488 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10489 setting isremote by hand.
10490 * boards/dwarf4-gdb-index.exp: Likewise.
10491 * boards/fission.exp: Likewise.
10492 * boards/stabs.exp: Likewise.
10493
e3919f3e
PA
104942017-11-30 Pedro Alves <palves@redhat.com>
10495
10496 * gdb.linespec/cpls-ops.exp
10497 (check_explicit_skips_function_argument): Extract the underlying
10498 type of size_t instead of hardcoding it.
10499
bd69330d
PA
105002017-11-29 Pedro Alves <palves@redhat.com>
10501
10502 PR c++/19436
10503 * gdb.linespec/cpls-abi-tag.cc: New file.
10504 * gdb.linespec/cpls-abi-tag.exp: New file.
10505
a20714ff
PA
105062017-11-29 Pedro Alves <palves@redhat.com>
10507
10508 * gdb.base/langs.exp: Use -qualified.
10509 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10510 it.
10511 * gdb.cp/namespace.exp: Use -qualified.
10512 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10513 (overload-3, template-overload, template-ret-type, const-overload)
10514 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10515 procedures.
10516 (test_driver): Call them.
10517 * gdb.cp/save-bp-qualified.cc: New.
10518 * gdb.cp/save-bp-qualified.exp: New.
10519 * gdb.linespec/explicit.exp: Test -qualified.
10520 * lib/completion-support.exp (completion::explicit_opts_list): Add
10521 "-qualified".
10522 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10523
f6f1d339
PM
105242017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10525
10526 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10527
02ca603a
TT
105282017-11-29 Tom Tromey <tom@tromey.com>
10529
10530 * gdb.base/relocate.exp: Update invalid argument test.
10531 Add new tests for invalid arguments.
10532
ed6c0bfb
TP
105332017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10534
10535 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10536 Return 0 as a long.
10537 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10538
f106e10e
TP
105392017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10540
10541 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10542 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10543 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10544 func ().
10545 * gdb.cp/shadow.cc (B.func): Return 0.
10546
10329bb2
JB
105472017-11-27 Joel Brobecker <brobecker@adacore.com>
10548
10549 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10550 expected output in gdb_expect call to allow the exception
10551 message to be present as well. Fix syntax confusion to avoid
10552 TCL thinking that exception_name is an array.
10553
617cd4bc
UW
105542017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10555
10556 * gdb.arch/spu-info.c: Include <unistd.h>.
10557 (do_signal_test): Fix broken calls to write.
10558 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10559 Fix checks for empty mailboxes. Update signal tests for corrected
10560 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10561 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10562 * gdb.cell/arch.exp: Use standard_output_file.
10563 * gdb.cell/break.exp: Likewise.
10564 * gdb.cell/bt.exp: Likewise.
10565 * gdb.cell/core.exp: Likewise.
10566 * gdb.cell/dwarfaddr.exp: Likewise.
10567 * gdb.cell/ea-cache.exp: Likewise.
10568 * gdb.cell/ea-standalone.exp: Likewise.
10569 * gdb.cell/f-regs.exp: Likewise.
10570 * gdb.cell/fork.exp: Likewise.
10571 * gdb.cell/gcore.exp: Likewise.
10572 * gdb.cell/mem-access.exp: Likewise.
10573 * gdb.cell/ptype.exp: Likewise.
10574 * gdb.cell/registers.exp: Likewise.
10575 * gdb.cell/sizeof.exp: Likewise.
10576 * gdb.cell/solib-symbol.exp: Likewise.
10577 * gdb.cell/solib.exp: Likewise.
617cd4bc 10578
a81aaca0
PA
105792017-11-25 Pedro Alves <palves@redhat.com>
10580
10581 * gdb.base/complete-empty.exp: New file.
10582 * gdb.base/completion.exp: Adjust.
10583
6a3c6ee4
PA
105842017-11-25 Pedro Alves <palves@redhat.com>
10585
10586 * gdb.linespec/cpls-ops.cc: New file.
10587 * gdb.linespec/cpls-ops.exp: New file.
10588 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10589 factored out from ...
10590 (test_complete_prefix_range): ... this.
10591
8955eb2d
PA
105922017-11-24 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.linespec/cpcompletion.exp: New file.
10595 * gdb.linespec/cpls-hyphen.cc: New file.
10596 * gdb.linespec/cpls.cc: New file.
10597 * gdb.linespec/cpls2.cc: New file.
10598 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10599 test to use test_gdb_complete_unique. Add label completion,
10600 keyword completion and explicit location completion tests.
10601 * lib/completion-support.exp: New file.
10602
e547c119
JB
106032017-11-24 Joel Brobecker <brobecker@adacore.com>
10604
10605 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10606 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10607 when hitting an exception catchpoint.
10608
7c3c1aa8
YQ
106092017-11-22 Yao Qi <yao.qi@linaro.org>
10610
10611 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10612
41bd68f5
SM
106132017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10614
10615 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10616 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10617 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10618
1daad298
YQ
106192017-11-22 Yao Qi <yao.qi@linaro.org>
10620
10621 * gdb.base/info-os.exp: Pass pthreads.
10622 * gdb.multi/multi-attach.exp: Likewise.
10623
88465e87
YQ
106242017-11-22 Yao Qi <yao.qi@linaro.org>
10625
10626 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10627 compiler.
10628
dc196b23
YQ
106292017-11-22 Yao Qi <yao.qi@linaro.org>
10630
10631 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10632 * gdb.base/break-interp.exp: Likewise.
10633 * gdb.base/jit-attach-pie.exp: Likewise.
10634
2400729e
UW
106352017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10636
10637 * gdb.base/float128.c (large128): New variable.
10638 * gdb.base/float128.exp: Add test to print largest __float128 value.
10639
7a26362d
UW
106402017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10641
10642 * gdb.arch/vsx-regs.exp: Update register content checks.
10643
ed0f4273
UW
106442017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10645
10646 * gdb.arch/ppc-longdouble.exp: New file.
10647 * gdb.arch/ppc-longdouble.c: Likewise.
10648
a25d69c6
PA
106492017-11-21 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10652
73fcf641
PA
106532017-11-20 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10656 (long_double_typedef): New typedefs.
10657 Use DEF on double and long double.
10658 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10659 cases.
10660 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10661 and 'long_double_ptr_same_size' locals. Use them to decide
10662 whether cast from array/function to float is valid/invalid.
10663
71a3c369
TT
106642017-11-17 Tom Tromey <tom@tromey.com>
10665
10666 * gdb.rust/traits.rs: New file.
10667 * gdb.rust/traits.exp: New file.
10668
ced9779b
JB
106692017-11-17 Joel Brobecker <brobecker@adacore.com>
10670
10671 * gdb.ada/minsyms: New testcase.
10672
a0922d80
PA
106732017-11-16 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10676 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10677
ea04e54c
PA
106782017-11-16 Pedro Alves <palves@redhat.com>
10679
10680 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10681 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10682
e849ea89
PA
106832017-11-16 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.server/reconnect-ctrl-c.c: New file.
10686 * gdb.server/reconnect-ctrl-c.exp: New file.
10687
d8ae99a7
PM
106882017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10689
10690 * gdb.python/py-rbreak.exp: New file.
10691 * gdb.python/py-rbreak.c: New file.
10692 * gdb.python/py-rbreak-func2.c: New file.
10693
968a13f8
PA
106942017-11-16 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10697 pattern.
10698 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10699 GDB.
10700
71774bc9
SM
107012017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10702
10703 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10704 regex.
10705
ddbb44cf
SM
107062017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10707
10708 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10709 test names.
10710
584a564f
PA
107112017-11-09 Pedro Alves <palves@redhat.com>
10712
10713 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10714 factored out from ...
10715 (top level): ... here, and adjusted to avoid expecting beyond the
10716 prompt in a single gdb_test_multiple.
10717
5ed7a928
PA
107182017-11-09 Pedro Alves <palves@redhat.com>
10719
10720 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10721 output.
10722 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10723 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10724 * gdb.server/ext-run.exp ("kill" test): Likewise.
10725 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10726
a60e0738
PA
107272017-11-09 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10730 match till end of line.
10731
2c88253f
PA
107322017-11-09 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10735
c7a38517
PA
107362017-11-09 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10739 New procedures, factored out from ...
10740 (top level): ... here, and adjusted to avoid expecting beyond the
10741 prompt in one go.
10742
f29f4b6b
PA
107432017-11-09 Pedro Alves <palves@redhat.com>
10744
10745 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10746 output. Fix '?' match.
10747
286acbb5
JB
107482017-11-08 Joel Brobecker <brobecker@adacore.com>
10749
10750 * gdb.ada/scoped_watch: New testcase.
10751 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10752 which is actually correct.
10753 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10754 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10755
62d7ae92
PA
107562017-11-08 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.gdb/complaints.exp (test_initial_complaints)
10759 (test_serial_complaints, test_short_complaints): Call
10760 complaint_internal instead of complaint.
10761
280ca31f
DT
107622017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10763
10764 * gdb.threads/tls-core.c: New file.
10765 * gdb.threads/tls-core.exp: Likewise.
10766
b5ec771e
PA
107672017-11-08 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10770 (p Exported_Capitalized): New test.
10771 (p exported_capitalized): New test.
10772
a02b41a7
PA
107732017-11-07 Pedro Alves <palves@redhat.com>
10774
10775 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10776
95e95a6d
PA
107772017-11-07 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10780 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10781 (disable_invalid, disable_inverted, disable_negative): New
10782 procedures.
10783 ("bad numbers"): New set of tests.
10784
cee62dbd
PA
107852017-11-07 Pedro Alves <palves@redhat.com>
10786
10787 * gdb.cp/ena-dis-br-range.exp: Add tests.
10788
cc638e86
PA
107892017-11-07 Pedro Alves <palves@redhat.com>
10790
10791 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10792
d0fe4701
XR
107932017-11-07 Xavier Roirand <roirand@adacore.com>
10794 Pedro Alves <palves@redhat.com>
10795
10796 * gdb.base/ena-dis-br.exp: Add reference to
10797 gdb.cp/ena-dis-br-range.exp.
10798 * gdb.cp/ena-dis-br-range.exp: New file.
10799 * gdb.cp/ena-dis-br-range.cc: New file.
10800
46f67f80
PA
108012017-11-06 Pedro Alves <palves@redhat.com>
10802
10803 * gdb.base/attach-non-pgrp-leader.c: New.
10804 * gdb.base/attach-non-pgrp-leader.exp: New.
10805
726e1356
PA
108062017-11-06 Pedro Alves <palves@redhat.com>
10807
10808 * configure.ac: No longer check for termio.h and sgtty.h.
10809 * configure: Regenerate.
10810 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10811 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10812 Remove termio and sgtty code.
10813
50ab6ace
YQ
108142017-11-03 Yao Qi <yao.qi@linaro.org>
10815
10816 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10817 in GDB is disabled.
10818
8e68731c
YQ
108192017-11-03 Yao Qi <yao.qi@linaro.org>
10820
10821 * gdb.python/py-thrhandle.exp: Skip it if python is not
10822 enabled.
10823
3a87ae65
SM
108242017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10825
10826 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10827 as a breakpoint command.
10828
484d8d36
MD
108292017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10830
10831 PR python/21213
10832 * gdb.python/py-infthread.exp: Test calling
10833 InferiorThread.inferior () multiple times in a row.
10834
4a27f119
KS
108352017-10-27 Keith Seitz <keiths@redhat.com>
10836
10837 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10838 Test "info break" for every inlined function breakpoint.
10839
bb11dd58
YQ
108402017-10-27 Yao Qi <yao.qi@linaro.org>
10841
10842 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10843
a43f3893
PF
108442017-10-26 Patrick Frants <osscontribute@gmail.com>
10845
10846 * gdb.cp/classes.exp (test_static_members): Test printing
10847 Outer::instance.
10848 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10849 (Inner::instance, Outer::instance): New.
10850
792ccf00
PA
108512017-10-24 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10854 extra console" test in two stages.
10855
eb2bfbad
PA
108562017-10-24 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10859
1f75a651
PA
108602017-10-24 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10863 loop.
10864
779990d9
PA
108652017-10-24 Pedro Alves <palves@redhat.com>
10866
10867 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10868 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10869
ad9b8f5d
PA
108702017-10-24 Pedro Alves <palves@redhat.com>
10871
10872 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10873 parameter and handle it. Don't output read value in test name.
10874
fee6da6e
PA
108752017-10-24 Pedro Alves <palves@redhat.com>
10876
10877 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10878 custom test name.
10879
10389c2c
PA
108802017-10-24 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10883 include the unstable output directory name in the test's name.
10884 (initial_setup_simple) <'set args'>: Use custom test name.
10885
a80e65a9
PA
108862017-10-24 Pedro Alves <palves@redhat.com>
10887
10888 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10889 with explicit test name.
10890
15763a09
PA
108912017-10-20 Pedro Alves <palves@redhat.com>
10892
10893 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
10894 'wait -i'. Use gdb_assert and remote_close.
10895
49a4ce2e
AB
108962017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
10897
10898 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
10899 number from variable rather than hard-coded.
10900
a75868f5
PA
109012017-10-19 Pedro Alves <palves@redhat.com>
10902
10903 * gdb.base/long-inferior-output.c: New file.
10904 * gdb.base/long-inferior-output.exp: New file.
10905
c8ba13ad
KS
109062017-11-18 Keith Seitz <keiths@redhat.com>
10907
10908 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
10909 method.
10910 (main): Call it.
10911 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
10912 Add additional user-defined conversion operator tests.
10913
b27de576
PA
109142017-10-17 Pedro Alves <palves@redhat.com>
10915
10916 * boards/native-stdio-gdbserver.exp: Load "local-board".
10917
8484c955
PA
109182017-10-17 Pedro Alves <palves@redhat.com>
10919
10920 * gdb.base/quit-live.c: New file.
10921 * gdb.base/quit-live.exp: New file.
10922
83d5a34d
KS
109232017-10-16 Keith Seitz <keiths@redhat.com>
10924
10925 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
10926 (class_with_protected_typedef, class_with_private_typedef)
10927 (struct_with_public_typedef, struct_with_protected_typedef)
10928 (struct_with_private_typedef): New classes/structs.
10929 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
10930 typedefs and access specifiers.
10931
739b3f1d
PA
109322017-10-16 Pedro Alves <palves@redhat.com>
10933 Simon Marchi <simon.marchi@polymtl.ca>
10934
10935 * README (Local vs Remote vs Native): New section.
10936 * boards/local-board.exp: New file, with bits factored out from
10937 ...
10938 * boards/native-extended-gdbserver.exp: ... here. Load
10939 "local-board".
10940 * boards/native-gdbserver.exp: Load "local-board".
10941 (${board}_spawn, ${board}_exec): Delete.
10942 * boards/native-stdio-gdbserver.exp: Most contents factored out to
10943 ...
10944 * boards/stdio-gdbserver-base.exp: ... this new file.
10945 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
10946 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
10947 procedure.
10948 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
10949 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
10950 stdio_gdbserver_command.
10951 (${board}_get_remote_address, ${board}_get_comm_port)
10952 (${board}_download, ${board}_upload): Delete.
10953 (get_target_remote_pipe_cmd): New.
10954
fe68b953
SM
109552017-10-16 Simon Marchi <simon.marchi@ericsson.com>
10956
10957 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
10958 test_bkpt_deletion, test_bkpt_cond_and_cmds,
10959 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
10960 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
10961 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
10962 remove with_test_prefix.
10963
300b6685
PA
109642017-10-13 Pedro Alves <palves@redhat.com>
10965
10966 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
10967 * gdb.base/annota1.exp: Use it instead of is_remote.
10968 * gdb.base/annota3.exp: Use it instead of is_remote.
10969 * gdb.cp/annota2.exp: Use it instead of is_remote.
10970 * gdb.cp/annota3.exp: Use it instead of is_remote.
10971 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
10972
50500caf
PA
109732017-10-13 Pedro Alves <palves@redhat.com>
10974
10975 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
10976 (test_num_test_vars, run_and_count_vars, find_env)
10977 (test_set_unset_env, test_inherit_env_var): New procedures.
10978 (top level): Use them.
10979
dad0c6d2
PA
109802017-10-13 Pedro Alves <palves@redhat.com>
10981
10982 * lib/selftest-support.exp (selftest_setup): Extend comments, and
10983 also skip on stub-like targets.
10984
8b0553c1
PA
109852017-10-13 Pedro Alves <palves@redhat.com>
10986
10987 PR gdb/22293
10988 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
10989 (top level): Move some tests to ...
10990 (test_not_found): ... this new procedure.
10991 (top level): Call it.
10992
7594f623
PA
109932017-10-13 Pedro Alves <palves@redhat.com>
10994
10995 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
10996 expect different "info terminal" output if testing with a
10997 non-native target.
10998
ebe3b402
PA
109992017-10-13 Pedro Alves <palves@redhat.com>
11000 Simon Marchi <simon.marchi@polymtl.ca>
11001
11002 PR python/12966
11003 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11004
42f1b161
PA
110052017-10-13 Pedro Alves <palves@redhat.com>
11006
11007 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11008 already.
11009
8d6ef72b
PA
110102017-10-13 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11013 is_remote.
11014
d7bcd5b8
PA
110152017-10-13 Pedro Alves <palves@redhat.com>
11016
11017 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11018 is_remote.
11019
df479dc6
PA
110202017-10-13 Pedro Alves <palves@redhat.com>
11021
11022 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11023 is set.
11024 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11025 instead of is_remote.
11026
23fb630a
PA
110272017-10-13 Pedro Alves <palves@redhat.com>
11028
11029 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11030 (top level): Add comment.
11031
cc77b1dc
PA
110322017-10-13 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.base/remote.exp (top level): Fix comment typo and add
11035 missing return.
11036
27c9e813
PA
110372017-10-13 Pedro Alves <palves@redhat.com>
11038 Simon Marchi <simon.marchi@polymtl.ca>
11039
11040 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11041 calls and add comments. Skip test if use_gdb_stub is set.
11042 (top level): Use "set cwd" command instead of "cd" command.
11043
5e830d98
PA
110442017-10-13 Pedro Alves <palves@redhat.com>
11045
11046 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11047 is_remote target check.
11048
f5ca0032
PA
110492017-10-13 Pedro Alves <palves@redhat.com>
11050
11051 * gdb.base/scope.exp: Use build_executable + clean_restart +
11052 gdb_file_cmd instead of prepare_for_testing and no longer skip
11053 "before run" tests on is_remote target boards. Update comments.
11054 * boards/native-extended-gdbserver.exp
11055 (extended_gdbserver_load_last_file): New, factored out from ...
11056 (gdb_load): ... this. Move further below and add comment.
11057 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11058
8aed1c0d
PA
110592017-10-12 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/attach.exp: Remove references to gdb64.
11062 * gdb.base/dbx.exp: Remove references to gdb64.
11063
cfa34c87
SM
110642017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11065 Pedro Alves <palves@redhat.com>
11066
11067 * gdb.base/label.exp: Remove is_remote target check.
11068
9192b7de
PA
110692017-10-12 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.base/auvx.exp (coredir): Update comment.
11072 (top level) <core_works>: Use "set cwd" command instead of "cd"
11073 command.
11074
6bf0052d
PA
110752017-10-12 Pedro Alves <palves@redhat.com>
11076 Simon Marchi <simon.marchi@polymtl.ca>
11077
11078 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11079 target boards.
11080
e48ef82d
PA
110812017-10-12 Pedro Alves <palves@redhat.com>
11082 Simon Marchi <simon.marchi@polymtl.ca>
11083
11084 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11085 Instead skip if there's any gdb_protocol set.
11086
8d7aea57
SM
110872017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11088 Pedro Alves <palves@redhat.com>
11089
11090 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11091
30440677
PA
110922017-10-12 Pedro Alves <palves@redhat.com>
11093 Simon Marchi <simon.marchi@polymtl.ca>
11094
11095 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11096 instead of on dejagnu remote boards.
11097
4e04f045 110982017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11099 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11100
11101 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11102 checks. Use build_executable + clean_restart instead of
11103 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11104 of enabling non-stop after starting gdb.
11105
871a186e
PA
111062017-10-12 Pedro Alves <palves@redhat.com>
11107
11108 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11109 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11110 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11111 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11112
56d704da
AK
111132017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11114
11115 * gdb.arch/arc-tdesc-cpu.exp: New file.
11116 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11117
2f20e312
SM
111182017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11119
11120 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11121
65630365
PA
111222017-10-10 Pedro Alves <palves@redhat.com>
11123
11124 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11125 expect CLI output.
11126
bf469271
PA
111272017-10-10 Pedro Alves <palves@redhat.com>
11128
11129 * lib/selftest-support.exp (selftest_setup): Update for
11130 captured_command_loop's prototype change.
11131
777a42f1
PA
111322017-10-09 Pedro Alves <palves@redhat.com>
11133
11134 Test both arch1=>arch2 and arch2=>arch1.
11135
11136 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11137 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11138 factored out to...
11139 (append_arch1_options, append_arch2_options, append_arch_options)
11140 (build_executables): New procedures.
11141 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11142 local.
11143 (top level): Add new 'first_arch' testing axis.
11144
cbd2b4e3
PA
111452017-10-09 Pedro Alves <palves@redhat.com>
11146
11147 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11148 (barrier): New.
11149 (thread_start, all_started): New functions.
11150 (main): Spawn new thread and wait until it is scheduled.
11151 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11152 option.
11153 (do_test): Add 'selected_thread' parameter. Run to all_started
11154 instead of main. Explicitly set the breakpoint at main. Switch
11155 to the SELECTED_THREAD thread.
11156 (top level): Test handling the exec event with either the main
11157 thread or the second thread selected.
11158
5c9e4427
PA
111592017-10-09 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11162 logic. Move STOP marker after the value checks.
11163 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11164 regexp.
11165
b3b7c423
SL
111662017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11167
11168 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11169
3b4b2f16
UW
111702017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11171
11172 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11173 integer-to-dfp conversion.
11174 * gdb.base/dfp-test.exp: Likewise.
11175
5cd63fda
PA
111762017-10-04 Pedro Alves <palves@redhat.com>
11177
11178 * gdb.multi/hangout.c: Include <unistd.h>.
11179 (hangout_loop): New function.
11180 (main): Call alarm. Call hangout_loop in a loop.
11181 * gdb.multi/hello.c: Include <unistd.h>.
11182 (hello_loop): New function.
11183 (main): Call alarm. Call hangout_loop in a loop.
11184 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11185 inferior with the other selected.
11186
4c71c105
SM
111872017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11188
11189 * gdb.mi/list-thread-groups-available.exp: New file.
11190 * gdb.mi/list-thread-groups-available.c: New file.
11191
bc3b087d
SDJ
111922017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11193
11194 * gdb.base/set-cwd.exp: Make it available on
11195 native-extended-gdbserver.
11196
d092c5a2
SDJ
111972017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11198
11199 * gdb.base/set-cwd.c: New file.
11200 * gdb.base/set-cwd.exp: Likewise.
11201
45320ffa
TT
112022017-10-02 Tom Tromey <tom@tromey.com>
11203
11204 PR rust/22236:
11205 * gdb.rust/simple.rs (main): New variable "fslice".
11206 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11207
b3e3859b
TT
112082017-10-02 Tom Tromey <tom@tromey.com>
11209
11210 * gdb.rust/simple.exp: Test ptype of a slice.
11211
01af5e0d
TT
112122017-10-02 Tom Tromey <tom@tromey.com>
11213
11214 * gdb.rust/simple.exp: Test index of slice.
11215
a9bbfbd8
TT
112162017-09-27 Tom Tromey <tom@tromey.com>
11217
11218 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11219
df8899e5
TP
112202017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11221 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.base/compare-sections.exp (get value of read-only section): Read
11224 as unsigned value.
11225 (corrupt read-only section): Likewise and don't set written if patching
11226 failed.
11227
757bf54b
KB
112282017-09-21 Kevin Buettner <kevinb@redhat.com>
11229
11230 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11231 files.
11232
06871ae8
PA
112332017-09-20 Pedro Alves <palves@redhat.com>
11234
11235 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11236 symbol names in gdb's output.
11237 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11238
e5f25bc5
PA
112392017-09-20 Pedro Alves <palves@redhat.com>
11240
11241 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11242 Rename to ...
11243 (test_list_ambiguous_symbol): ... this and add a symbol name
11244 parameter. Adjust.
11245 (test_list_ambiguous_function): Reimplement on top of
11246 test_list_ambiguous_symbol and also test listing ambiguous
11247 variables.
11248 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11249 (ambiguous_fun): ... this.
11250 (ambiguous_var): New.
11251 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11252 (ambiguous_fun): ... this.
11253 (ambiguous_var): New.
11254
4e5a4f58
JB
112552017-09-19 John Baldwin <jhb@FreeBSD.org>
11256
11257 * gdb.base/starti.c: New file.
11258 * gdb.base/starti.exp: New file.
11259 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11260
26e53f3e
PA
112612017-09-14 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11264 (top level): Use it instead of runto.
11265
cb791d59
TT
112662017-09-11 Tom Tromey <tom@tromey.com>
11267
11268 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11269
7c96f8c1
TT
112702017-09-11 Tom Tromey <tom@tromey.com>
11271
11272 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11273 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11274
469412dd
CW
112752017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11276
11277 * gdb.fortran/printing-types.exp: New file.
11278 * gdb.fortran/printing-types.exp: New file.
11279
e0f86435
BH
112802017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11281
11282 * gdb.fortran/vla-ptype.exp: Fix typos.
11283 * gdb.fortran/vla-value.exp: Same.
11284
9e9af4be
BH
112852017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11286
11287 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11288 * gdb.mi/mi-var-child-f.exp: Likewise.
11289 * gdb.mi/mi-vla-fortran.exp: Likewise.
11290
a5ad232b 112912017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11292 Christoph Weinmann <christoph.t.weinmann@intel.com>
11293 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11294
11295 * gdb.fortran/ptr-indentation.f90: New file.
11296 * gdb.fortran/ptr-indentation.exp: New file.
11297
5aec60eb
TT
112982017-09-05 Tom Tromey <tom@tromey.com>
11299
11300 PR gdb/22010:
11301 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11302
8f8f8152
TP
113032017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11304
11305 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11306
fbd1b771
JK
113072017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.threads/tls-nodebug-pie.c: New file.
11310 * gdb.threads/tls-nodebug-pie.exp: New file.
11311
5eb5f850
TT
113122017-09-05 Tom Tromey <tom@tromey.com>
11313
11314 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11315 for rust.
11316
ae780a21
SM
113172017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11318
11319 * gdb.multi/multi-arch-exec.exp: Test with different
11320 "follow-exec-mode" settings.
11321 (do_test): New procedure.
11322
3693fdb3
PA
113232017-09-04 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.base/func-static.c (S::method const, S::method volatile)
11326 (S::method volatile const): New methods.
11327 (c_s, v_s, cv_s): New instances.
11328 (main): Call method() on them.
11329 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11330 (cannot_resolve): New procedure.
11331 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11332 print-quote-unquoted columns.
11333 (do_test): Test printing each scope too.
11334
e68cb8e0
PA
113352017-09-04 Pedro Alves <palves@redhat.com>
11336
11337 * gdb.base/local-static.exp: Also test with
11338 class::method::variable wholly quoted.
11339 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11340
858be34c
PA
113412017-09-04 Pedro Alves <palves@redhat.com>
11342
11343 * gdb.base/local-static.c: New.
11344 * gdb.base/local-static.cc: New.
11345 * gdb.base/local-static.exp: New.
11346
46a4882b
PA
113472017-09-04 Pedro Alves <palves@redhat.com>
11348
11349 * gdb.asm/asm-source.exp: Add casts to int.
11350 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11351 (dataglobal64_1, dataglobal64_2): New globals.
11352 * gdb.base/nodebug.exp: Test different expressions involving the
11353 new globals, with print, whatis and ptype. Add casts to int.
11354 * gdb.base/solib-display.exp: Add casts to int.
11355 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11356 * gdb.cp/m-static.exp: Add cast to int.
11357 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11358 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11359 tls variable with no debug info without a cast. Test with a cast
11360 to int too.
11361 * gdb.trace/entry-values.exp: Add casts.
11362
2c5a2be1
PA
113632017-09-04 Pedro Alves <palves@redhat.com>
11364
11365 * gdb.base/nodebug.exp: Test that ptype's error about functions
11366 with unknown return type includes the function name too.
11367
7022349d
PA
113682017-09-04 Pedro Alves <palves@redhat.com>
11369
11370 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11371 return type of munmap in infcall.
11372 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11373 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11374 type of ftell in infcall.
11375 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11376 type of getpid in infcall.
11377 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11378 infcall.
11379 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11380 Bail on failure to extract the pid.
11381 * gdb.base/nodebug.c: #include <stdint.h>.
11382 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11383 New functions.
11384 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11385 Change expected output of print/whatis/ptype with functions with
11386 no debug info. Test all supported languages. Call
11387 test_call_promotion.
11388 * gdb.compile/compile.exp: Adjust expected output to expect
11389 warning.
11390 * gdb.threads/siginfo-threads.exp: Likewise.
11391
54990598
PA
113922017-09-04 Pedro Alves <palves@redhat.com>
11393
11394 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11395 "prototypes". Test calling float functions via prototyped and
11396 unprototyped function pointers.
11397 (perform_all_tests): New parameter "prototypes". Pass it down.
11398 (top level): Pass down "prototypes" parameter to
11399 perform_all_tests.
11400
34d16ea2
SM
114012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11402
11403 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11404 Test with nested loops.
11405
9521ecda
SM
114062017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11407
11408 * gdb.base/commands.exp: Call the new procedures.
11409 (loop_break_test, loop_continue_test): New procedures.
11410
80a65e9b
SM
114112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11412
11413 * gdb.base/commands.exp: Call new procedure.
11414 (define_if_without_arg_test): New procedure.
11415
e439fa14
PA
114162017-09-04 Pedro Alves <palves@redhat.com>
11417
11418 * gdb.base/list-ambiguous.exp: New file.
11419 * gdb.base/list-ambiguous0.c: New file.
11420 * gdb.base/list-ambiguous1.c: New file.
11421 * gdb.base/list.exp (test_list_range): Adjust expected output.
11422
0a2dde4a
SDJ
114232017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11424
11425 * gdb.base/share-env-with-gdbserver.c: New file.
11426 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11427
5e89eb3a
SM
114282017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11429
11430 * gdb.base/commands.exp (gdbvar_simple_if_test,
11431 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11432 progvar_simple_if_test, progvar_simple_while_test,
11433 progvar_complex_if_while_test, user_defined_command_test,
11434 user_defined_command_args_eval,
11435 user_defined_command_args_stack_test,
11436 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11437 temporary_breakpoint_commands,
11438 gdb_test_no_prompt, redefine_hook_test,
11439 redefine_backtrace_test): Remove "global gdb_prompt".
11440
fd437cbc
SM
114412017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11444 New proc, call it from toplevel.
11445
87215ad1
SDJ
114462017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11447
11448 PR remote/21852
11449 * gdb.server/normal.c: New file, copied from gdb.base.
11450 * gdb.server/run-without-local-binary.exp: New file.
11451
58afddc6
WP
114522017-08-07 Weimin Pan <weimin.pan@oracle.com>
11453
11454 * gdb.arch/sparc64-adi.exp: New file.
11455 * gdb.arch/sparc64-adi.c: New file.
11456
5277199a
PA
114572017-08-22 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11460 (top level): Add "list all overloads" tests.
11461
14278e1f
TT
114622017-08-22 Tom Tromey <tom@tromey.com>
11463
11464 * gdb.gdb/xfullpath.exp: Remove.
11465
bf223d3e
PA
114662017-08-21 Pedro Alves <palves@redhat.com>
11467
11468 PR gdb/19487
11469 * gdb.base/symbol-alias.c: New.
11470 * gdb.base/symbol-alias2.c: New.
11471 * gdb.base/symbol-alias.exp: New.
11472
c973d0aa
PA
114732017-08-21 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.base/dfp-test.c
11476 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11477 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11478 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11479 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11480 * gdb.base/whatis-ptype-typedefs.c: New.
11481 * gdb.base/whatis-ptype-typedefs.exp: New.
11482 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11483 (an_int, an_int_type, an_int_type2): New globals.
11484 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11485 involving typedefs and cast expressions.
11486 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11487 (lookup_typedefs_function): New.
11488 (typedefs_pretty_printers_dict): New.
11489 (top level): Register lookup_typedefs_function in
11490 gdb.pretty_printers.
11491
6d580b63
YQ
114922017-08-18 Yao Qi <yao.qi@linaro.org>
11493
11494 * gdb.server/unittest.exp: New.
11495
206726fb
SDJ
114962017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11497
11498 PR gdb/21954
11499 * gdb.base/environ.exp: Add test to check if 'unset environment'
11500 works.
11501
bf0ec4c2
AA
115022017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11503
11504 * lib/gdb.exp (universal_compile_options): New caching proc.
11505 (gdb_compile): Suppress GCC's coloring of messages.
11506
d6382fff
TT
115072017-08-14 Tom Tromey <tom@tromey.com>
11508
11509 PR gdb/21675:
11510 * gdb.base/printcmds.exp (test_radices): New function.
11511 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11512 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11513 * lib/gdb.exp (get_integer_valueof): Use p/d.
11514
c2c2dd9f
SM
115152017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11516
11517 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11518 characters.
11519
fdffd6f4
TT
115202017-08-05 Tom Tromey <tom@tromey.com>
11521
11522 * gdb.rust/simple.exp: Allow String to appear in a different
11523 namespace.
11524
27d41eac
YQ
115252017-07-26 Yao Qi <yao.qi@linaro.org>
11526
11527 * gdb.gdb/unittest.exp: Invoke command
11528 "maintenance check xml-descriptions".
11529
031ed05d
AA
115302017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11531
11532 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11533 calling context.
11534 (hex128): Drop erroneous calculation of parameters.
11535
dcd27ddf
SM
115362017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11537
11538 * gdb.python/py-unwind.exp: Disable stack protection when
11539 building test file.
11540
47e77640
PA
115412017-07-20 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/default.exp (set language): Adjust expected output.
11544
62d2a18a
PA
115452017-07-20 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11548 (test_minsym): ... this, and make static.
11549 (get_pck__foo__bar__minsym): Rename to ...
11550 (get_test_minsym): ... this.
11551 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11552 symbol names and comments.
11553 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11554 (get_test_minsym): ... this.
11555 (pck__foo__bar__minsym__2): Rename to ...
11556 (test_minsym): ... this.
11557 (main): Adjust.
11558
c45ec17c
PA
115592017-07-17 Pedro Alves <palves@redhat.com>
11560
11561 * gdb.base/completion.exp: Adjust expected output.
11562 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11563 the completer works.
11564
c6756f62
PA
115652017-07-17 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11568
5bd68487
AB
115692017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11570
11571 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11572
8880f2a9
TT
115732017-07-14 Tom Tromey <tom@tromey.com>
11574
11575 PR rust/21764:
11576 * gdb.rust/simple.exp: Add tests.
11577
65547233
TT
115782017-07-14 Tom Tromey <tom@tromey.com>
11579
11580 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11581
8f14146e
PA
115822017-07-14 Pedro Alves <palves@redhat.com>
11583
11584 * gdb.linespec/base/one/thefile.cc (z1): New function.
11585 * gdb.linespec/base/two/thefile.cc (z2): New function.
11586 * gdb.linespec/linespec.exp: Add tests.
11587
b4365d02
AB
115882017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11589
11590 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11591 to mi_create_breakpoint.
11592
5d2cbaa5
AB
115932017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11594
11595 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11596 mi_create_breakpoint.
11597
11cb5716
IB
115982017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11599
11600 * gdb.dlang/demangle.exp: Update for demangling changes.
11601
03278692
TT
116022017-07-09 Tom Tromey <tom@tromey.com>
11603
11604 * gdb.dwarf2/shortpiece.exp: New file.
11605
33c5cd75
DB
116062017-07-06 David Blaikie <dblaikie@gmail.com>
11607
11608 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11609 built from fissiont-multi-cu{1,2}.c.
11610 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11611 except putting 'main' and 'func' in separate CUs in the same DWO file.
11612 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11613 test.
11614 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11615 test.
11616
8455d262
PA
116172017-07-06 Pedro Alves <palves@redhat.com>
11618
11619 * gdb.python/py-unwind.exp: Test flushregs.
11620
dc4bde35
SDJ
116212017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11622
11623 PR cli/21688
11624 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11625 tests for alias commands and trailing whitespace.
11626
51ed89aa
SDJ
116272017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11628
11629 PR cli/21688
11630 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11631 procedure. Call it.
11632
eb17d413
PA
116332017-06-29 Pedro Alves <palves@redhat.com>
11634
11635 * gdb.base/printcmds.exp: Add tests.
11636
41664b45
DG
116372017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11638
11639 PR gdb/21337
11640 * gdb.base/reread-readsym.exp: New file.
11641 * gdb.base/reread-readsym.c: New file.
11642
75312ae3
KB
116432017-06-21 Kevin Buettner <kevinb@redhat.com>
11644
11645 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11646 subpattern.
11647
66953522
PB
116482017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11649
11650 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11651 extended mnemonic.
11652 * gdb.arch/powerpc-power9.s: Likewise.
11653
5524b525
AA
116542017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11655
11656 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11657 on 32-bit x86 targets. Exploit is_*_target macros where
11658 appropriate.
11659
03c8af18
AA
116602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11661
11662 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11663 register pieces.
11664
3bf31011
AA
116652017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11666
11667 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11668 located in one or more DWARF pieces.
11669
805acca0
AA
116702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11671
11672 * lib/gdb.exp (get_endianness): New proc.
11673 * gdb.arch/aarch64-fp.exp: Use it.
11674 * gdb.arch/altivec-regs.exp: Likewise.
11675 * gdb.arch/e500-regs.exp: Likewise.
11676 * gdb.arch/vsx-regs.exp: Likewise.
11677 * gdb.base/dump.exp: Likewise.
11678 * gdb.base/funcargs.exp: Likewise.
11679 * gdb.base/gnu_vector.exp: Likewise.
11680 * gdb.dwarf2/formdata16.exp: Likewise.
11681 * gdb.dwarf2/implptrpiece.exp: Likewise.
11682 * gdb.dwarf2/nonvar-access.exp: Likewise.
11683 * gdb.python/py-inferior.exp: Likewise.
11684 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11685
e9352324
AA
116862017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11687
11688 PR gdb/21226
11689 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11690 stack value pieces are taken from the LSB end.
11691
d5d1163e
AA
116922017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11693
11694 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11695 variable at nonzero offset.
11696
0567c986
AA
116972017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11698
11699 * gdb.dwarf2/var-access.c: New file.
11700 * gdb.dwarf2/var-access.exp: New test.
11701 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11702
973e9aab
TT
117032017-06-12 Tom Tromey <tom@tromey.com>
11704
11705 * gdb.dwarf2/formdata16.exp: Add tests.
11706
d9109c80
TT
117072017-06-12 Tom Tromey <tom@tromey.com>
11708
11709 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11710
30a25466
TT
117112017-06-12 Tom Tromey <tom@tromey.com>
11712
11713 PR exp/16225:
11714 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11715 * gdb.arch/vsx-regs.exp: Update tests.
11716 * gdb.arch/s390-vregs.exp (hex128): New proc.
11717 Update test.
11718 * gdb.arch/altivec-regs.exp: Update tests.
11719
aefd8b33
SDJ
117202017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11721
11722 * gdb.base/startup-with-shell.c: New file.
11723 * gdb.base/startup-with-shell.exp: Likewise.
11724
2090129c
SDJ
117252017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11726
11727 * gdb.server/non-existing-program.exp: Update regex in order to
11728 reflect the fact that gdbserver is now using fork_inferior (with a
11729 shell) to startup the inferior.
11730
8e86a419
SM
117312017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11732
11733 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11734 support function calls from GDB.
11735
e6cf65f2
TT
117362017-05-21 Tom Tromey <tom@tromey.com>
11737
11738 PR rust/21466:
11739 * gdb.rust/unsized.exp: New file.
11740 * gdb.rust/unsized.rs: New file.
11741
43cc5389
TT
117422017-05-19 Tom Tromey <tom@tromey.com>
11743
11744 PR rust/21484:
11745 * gdb.rust/watch.exp: New file.
11746 * gdb.rust/watch.rs: New file.
11747
ec8df234
TT
117482017-05-18 Tom Tromey <tom@tromey.com>
11749
11750 * gdb.rust/simple.exp: Allow Box to be qualified.
11751
3e3e7fae
TP
117522017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11753
11754 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11755
59cc050d
PA
117562017-05-18 Pedro Alves <palves@redhat.com>
11757
11758 * gdb.base/fileio.c (test_write, test_read, test_close)
11759 (test_fstat): Don't print 'ret' in the fail path.
11760
c8f6abd1
PA
117612017-05-18 Pedro Alves <palves@redhat.com>
11762
11763 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11764 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11765 (test_system, test_rename, test_unlink, test_time): Change
11766 prototypes.
11767 * gdb.base/fileio.exp (stop_msg): Adjust.
11768
d2a03b77
PA
117692017-05-18 Pedro Alves <palves@redhat.com>
11770
11771 * gdb.base/fileio.c (null_str): New global.
11772 (test_stat): Use it.
11773 * gdb.base/fileio.exp: Remove nowarnings.
11774
0d5c6999
YQ
117752017-05-17 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11778
21873064
YQ
117792017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11780
11781 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11782 argument command.
11783 (top-level): Invoke test_set_inferior_tty.
11784
d512d31c
PA
117852017-05-04 Pedro Alves <palves@redhat.com>
11786
11787 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11788 Add parens to print call for Python 3.
11789
90cef2ed
KS
117902017-05-03 Keith Seitz <keiths@redhat.com>
11791
11792 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11793 (main): Call it.
11794
14f819c8
TW
117952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11796
11797 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11798 to prev and next.
11799
913aeadd
TW
118002017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11801
11802 * gdb.python/py-record-btrace.exp: Remove test for
11803 gdb.BtraceInstruction.error.
11804
a3be24ad
TW
118052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11806
11807 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11808
ae20e79a
TW
118092017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11810
11811 * gdb.python/py-record-btrace-threads.c: New file.
11812 * gdb.python/py-record-btrace-threads.exp: New file.
11813
45ce1b47
SDJ
118142017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11815
11816 PR testsuite/8595
11817 * gdb.base/environ.exp: Make test available in all architectures.
11818 Move bits related to "info program" testing to
11819 gdb.base/info-program.exp. Rewrite tests to use the two new
11820 procedures mentione below.
11821 (test_set_show_env_var) New procedure.
11822 (test_set_show_env_var_equal): Likewise.
11823 * gdb.base/info-program.exp: New file.
11824
e15c3eb4
KS
118252017-04-27 Keith Seitz <keiths@redhat.com>
11826
11827 * gdb.cp/oranking.cc (test15): New function.
11828 (main): Call test15 and declare additional variables for testing.
11829 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11830 "p foo101('abc')" tests.
11831 Add tests for cv qualifier overloads.
11832 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11833 "lvalue reference overload" test.
11834 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11835 "print value of f1 on Child&& in f2" test.
11836
3a3fd0fd
PA
118372017-04-19 Pedro Alves <palves@redhat.com>
11838
11839 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11840 procedure.
11841 (top level): Call it.
11842 * lib/gdb.exp (gdb_define_cmd): New procedure.
11843
53375380
PA
118442017-04-12 Pedro Alves <palves@redhat.com>
11845
11846 PR gdb/21323
11847 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11848 (wchar): New global.
11849 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11850 (do_test_wide_char, wide_char_types_no_program, top level): Add
11851 wchar_t testing.
11852
53e710ac
PA
118532017-04-12 Pedro Alves <palves@redhat.com>
11854
11855 PR c++/21323
11856 * gdb.cp/wide_char_types.c: New file.
11857 * gdb.cp/wide_char_types.exp: New file.
11858
0ad9d8c7
SDJ
118592017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11860
11861 PR gdb/21352
11862 * gdb.trace/tsv.exp: Add test for "tsave -r".
11863
b1b45502
IB
118642017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11865
11866 * gdb.dlang/watch-loc.c: New file.
11867 * gdb.dlang/watch-loc.exp: New file.
11868
ec13808e
JK
118692017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11870
11871 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11872
fe5f7374
AK
118732017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11874
11875 * gdb.arch/arc-analyze-prologue.S: New file.
11876 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11877
eea78757
AK
118782017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11879
11880 * gdb.arch/arc-decode-insn.S: New file.
11881 * gdb.arch/arc-decode-insn.exp: Likewise.
11882
5badf10a
IR
118832017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11884
11885 PR tdep/20928
11886 * gdb.arch/sparc64-regs.exp: New file.
11887 * gdb.arch/sparc64-regs.S: Likewise.
11888
cee59b3f
TW
118892017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
11890
11891 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
11892 and memory view on Python 3.
11893
c0f55cc6
AV
118942017-03-20 Artemiy Volkov <artemiyv@acm.org>
11895 Keith Seitz <keiths@redhat.com>
11896
11897 PR gdb/14441
11898 * gdb.cp/demangle.exp: Add rvalue reference tests.
11899 * gdb.cp/rvalue-ref-casts.cc: New file.
11900 * gdb.cp/rvalue-ref-casts.exp: New file.
11901 * gdb.cp/rvalue-ref-overload.cc: New file.
11902 * gdb.cp/rvalue-ref-overload.exp: New file.
11903 * gdb.cp/rvalue-ref-params.cc: New file.
11904 * gdb.cp/rvalue-ref-params.exp: New file.
11905 * gdb.cp/rvalue-ref-sizeof.cc: New file.
11906 * gdb.cp/rvalue-ref-sizeof.exp: New file.
11907 * gdb.cp/rvalue-ref-types.cc: New file.
11908 * gdb.cp/rvalue-ref-types.exp: New file.
11909 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
11910 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
11911
51457a05
MAL
119122017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11913
11914 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
11915 New procedure.
11916
5b291c04
MAL
119172017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
11918
11919 * lib/mi-support.exp (mi_gdb_test): Add additional message
11920 for unexpected output.
11921
59a56148
AA
119222017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11923
11924 * gdb.base/examine-backward.c (Barrier): New character array
11925 constant, to ensure that TestStrings is preceded by a string
11926 terminator.
11927
7942e96e
AA
119282017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11929
11930 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
11931 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
11932 and implicit pointer into such a location.
11933
6ebac3fb
DE
119342017-03-16 Doug Evans <dje@google.com>
11935
11936 * gdb.python/py-lazy-string (pointer): Really add new typedef.
11937
ec3b243d
TP
119382017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
11939
11940 * gdb.cp/m-static.exp: Fix expectation for prototype of
11941 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
11942
119432017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
11944
11945 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
11946 * gdb.guile/scm-lazy-string.c: New file.
11947 * gdb.guile/scm-value.exp: Move lazy string tests to ...
11948 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
11949 for pointer, array, typedef lazy strings.
11950
2cc36e25 119512017-03-16 Doug Evans <dje@google.com>
34b43320
DE
11952
11953 PR python/17728, python/18439, python/18779
11954 * gdb.python/py-value.c (main) Delete locals sptr, sn.
11955 * gdb.python/py-lazy-string.c (pointer): New typedef.
11956 (main): New locals ptr, array, typedef_ptr.
11957 * gdb.python/py-value.exp: Move lazy string tests to ...
11958 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
11959 array, typedef lazy strings.
ec3b243d 11960
0efcde63
AK
119612017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
11962
11963 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
11964 Add optional 'test' parameter.
11965
7978d7c3
SM
119662017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11967
11968 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
11969 Skip for versions of DejaGnu < 1.5.
11970
896c0c1e
SM
119712017-03-13 Simon Marchi <simon.marchi@ericsson.com>
11972
11973 * lib/gdb.exp (dejagnu_version): New proc.
11974 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
11975 Use dejagnu_version.
11976
5f4d1085
KS
119772017-03-10 Keith Seitz <keiths@redhat.com>
11978
11979 PR c++/8128
11980 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
11981 type from destructor regexps.
11982 Add a branch which actually passes the test.
11983 Adjust "ptype t5i" test names.
11984
1de05205
PA
119852017-03-08 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.base/step-over-exit.exp: Add explicit test message.
11988
c65d6b55
PA
119892017-03-08 Pedro Alves <palves@redhat.com>
11990
11991 PR gdb/18360
11992 * gdb.threads/interrupt-while-step-over.c: New file.
11993 * gdb.threads/interrupt-while-step-over.exp: New file.
11994
2e86a283
PA
119952017-03-08 Pedro Alves <palves@redhat.com>
11996
11997 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
11998 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
11999
25dcbff6
PA
120002017-03-08 Pedro Alves <palves@redhat.com>
12001
12002 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12003 PKRU as not supported as a PASS.
12004
dc9366eb
PA
120052017-03-08 Pedro Alves <palves@redhat.com>
12006
12007 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12008 prefix instead of $binfile1/$binfile2.
12009 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12010 in test message.
12011 * gdb.python/py-completion.exp: Use "load python file" as test
12012 messages instead of unstable path names.
12013
6e5d74e7
PA
120142017-03-08 Pedro Alves <palves@redhat.com>
12015 Jan Kratochvil <jan.kratochvil@redhat.com>
12016
12017 PR cli/21218
12018 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12019 New proc.
12020 (top level): Call it.
12021
9753a2f6
PA
120222017-03-08 Pedro Alves <palves@redhat.com>
12023
12024 PR tui/21216
12025 * gdb.tui/tui-nl-filtered-output.exp: New file.
12026
1a4dd9dd
PA
120272017-03-08 Pedro Alves <palves@redhat.com>
12028
12029 * gdb.base/completion.exp: Move TUI completion tests to ...
12030 * gdb.tui/completion.exp: ... this new file.
12031
7cbbff33
PA
120322017-03-08 Pedro Alves <palves@redhat.com>
12033
12034 * gdb.base/tui-disasm-long-lines.c,
12035 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12036 gdb.base/tui-layout.exp: Move to ...
12037 * gdb.tui/: ... this new directory.
12038
5f6fd321
PA
120392017-03-07 Pedro Alves <palves@redhat.com>
12040
12041 * gdb.base/tui-layout.c: New file.
12042 * gdb.base/tui-layout.exp: New file.
12043
44959fa8
PA
120442017-03-07 Pedro Alves <palves@redhat.com>
12045
12046 * gdb.base/tui-layout.c: Rename to ...
12047 * gdb.base/tui-disasm-long-lines.c: ... this.
12048 * gdb.base/tui-layout.exp: Rename to ...
12049 * gdb.base/tui-disasm-long-lines.exp: ... this.
12050
f8c4e718
PA
120512017-03-07 Pedro Alves <palves@redhat.com>
12052
12053 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12054
6dbb839a 120552017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12056
12057 * i386-mpx-call.c: New file.
12058 * i386-mpx-call.exp: New file.
12059
65b48a81
PB
120602017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12061
12062 * gdb.arch/powerpc-power.exp: Delete test.
12063 * gdb.arch/powerpc-power.s: Likewise.
12064 * gdb.disasm/disassembler-options.exp: New test.
12065 * gdb.arch/powerpc-altivec.exp: Likewise.
12066 * gdb.arch/powerpc-altivec.s: Likewise.
12067 * gdb.arch/powerpc-altivec2.exp: Likewise.
12068 * gdb.arch/powerpc-altivec2.s: Likewise.
12069 * gdb.arch/powerpc-altivec3.exp: Likewise.
12070 * gdb.arch/powerpc-altivec3.s: Likewise.
12071 * gdb.arch/powerpc-power7.exp: Likewise.
12072 * gdb.arch/powerpc-power7.s: Likewise.
12073 * gdb.arch/powerpc-power8.exp: Likewise.
12074 * gdb.arch/powerpc-power8.s: Likewise.
12075 * gdb.arch/powerpc-power9.exp: Likewise.
12076 * gdb.arch/powerpc-power9.s: Likewise.
12077 * gdb.arch/powerpc-vsx.exp: Likewise.
12078 * gdb.arch/powerpc-vsx.s: Likewise.
12079 * gdb.arch/powerpc-vsx2.exp: Likewise.
12080 * gdb.arch/powerpc-vsx2.s: Likewise.
12081 * gdb.arch/powerpc-vsx3.exp: Likewise.
12082 * gdb.arch/powerpc-vsx3.s: Likewise.
12083 * gdb.arch/arm-disassembler-options.exp: Likewise.
12084 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12085 * gdb.arch/s390-disassembler-options.exp: Likewise.
12086
17cd4947
LM
120872017-02-23 Luis Machado <lgustavo@codesourcery.com>
12088
12089 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12090 (check_supported_features): ... this. Changed return type to void.
12091 (supports_rdseed): New static global.
12092 (rdseed): Check supports_rdseed.
12093 (initialize): Call check_supported_features.
12094
2039d74e
EBM
120952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12096
12097 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12098 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12099 and lqarx/stqcx.
12100 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12101 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12102
a51d7ecf
EBM
121032017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12104
12105 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12106 uppercase.
12107
0224619f
JK
121082017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12109
12110 * gdb.dwarf2/formdata16.c: New file.
12111 * gdb.dwarf2/formdata16.exp: New file.
12112 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12113
216f72a1
JK
121142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12115
12116 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12117 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12118 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12119 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12120 DW_AT_GNU_*.
12121
43988095
JK
121222017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12123
12124 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12125
99e8a4f9
SDJ
121262017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12127
12128 PR gdb/21164
12129 * gdb.base/maint.exp: Add testcases for when the commands do
12130 not have arguments.
12131
b58a8c0c
TP
121322017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12133
12134 * gdb.cp/chained-calls.exp: Use p instead of P.
12135
4e746bb6
TW
121362017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12137
12138 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12139 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12140
3f77c769
TT
121412017-02-14 Tom Tromey <tom@tromey.com>
12142
12143 PR python/13598:
12144 * gdb.python/py-events.exp: Add before_prompt event tests.
12145
075beec0
AA
121462017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12147
12148 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12149
bf5f525c
LM
121502017-02-13 Luis Machado <lgustavo@codesourcery.com>
12151
12152 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12153 (main): Call my_unique_function_name.
12154 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12155 completion of patterns with a single match.
12156 Add missing -re switches to gdb_test_multiple calls.
12157
13a66184
LM
121582017-02-13 Luis Machado <lgustavo@codesourcery.com>
12159
12160 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12161 return if core file is not recognized.
12162
26a06916
SM
121632017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12164
12165 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12166 and extra UIs.
12167
b761ca9e
SM
121682017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12169
12170 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12171 proc_with_prefix.
12172
b964bee0
TT
121732017-02-10 Tom Tromey <tom@tromey.com>
12174
12175 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12176
18da0c51
MG
121772017-02-10 Martin Galvan <martingalvan@sourceware.org>
12178
12179 PR gdb/21122
12180 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12181
604c4576
JG
121822017-02-08 Jerome Guitton <guitton@adacore.com>
12183
12184 * gdb.base/define.exp: Add test for command abbreviations
12185 in define.
12186
20b477a7
LM
121872017-02-06 Luis Machado <lgustavo@codesourcery.com>
12188
12189 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12190 * gdb.reverse/insn-reverse-x86.c: New file.
12191
3f7b46f2
IR
121922017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12193
12194 PR tdep/20936
12195 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12196
f0fd41c1
TT
121972017-02-03 Tom Tromey <tom@tromey.com>
12198
12199 PR rust/21097:
12200 * gdb.rust/simple.exp: Add new tests.
12201
5be5dbf0
PA
122022017-02-02 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12205 tests.
12206
7346ef59
AA
122072017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12208
12209 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12210 taking a 2-byte value out of a 4-byte DWARF implicit value on
12211 big-endian targets.
12212 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12213 logic. Add test cases for DW_OP_implicit.
12214
787f0025
MM
122152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12216
12217 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12218
68777c29
MM
122192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12220
12221 * gdb.btrace/enable.exp: Call gdb_exit before
12222 skip_gdbserver_tests.
12223
0a1c7e28
MM
122242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12225
12226 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12227 GDBFLAGS.
12228
b5ac99b0
MM
122292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12230
12231 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12232 the test is skipped.
12233 * gdb.btrace/data.exp: Likewise.
12234 * gdb.btrace/delta.exp: Likewise.
12235 * gdb.btrace/dlopen.exp: Likewise.
12236 * gdb.btrace/enable-running.exp: Likewise.
12237 * gdb.btrace/enable.exp: Likewise.
12238 * gdb.btrace/exception.exp: Likewise.
12239 * gdb.btrace/function_call_history.exp: Likewise.
12240 * gdb.btrace/gcore.exp: Likewise.
12241 * gdb.btrace/instruction_history.exp: Likewise.
12242 * gdb.btrace/multi-thread-step.exp: Likewise.
12243 * gdb.btrace/nohist.exp: Likewise.
12244 * gdb.btrace/non-stop.exp: Likewise.
12245 * gdb.btrace/reconnect.exp: Likewise.
12246 * gdb.btrace/record_goto-step.exp: Likewise.
12247 * gdb.btrace/record_goto.exp: Likewise.
12248 * gdb.btrace/rn-dl-bind.exp: Likewise.
12249 * gdb.btrace/segv.exp: Likewise.
12250 * gdb.btrace/step.exp: Likewise.
12251 * gdb.btrace/stepi.exp: Likewise.
12252 * gdb.btrace/tailcall-only.exp: Likewise.
12253 * gdb.btrace/tailcall.exp: Likewise.
12254 * gdb.btrace/tsx.exp: Likewise.
12255 * gdb.btrace/unknown_functions.exp: Likewise.
12256 * gdb.btrace/vdso.exp: Likewise.
12257
cd4007e4
MM
122582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12259
12260 * gdb.btrace/enable-running.c: New.
12261 * gdb.btrace/enable-running.exp: New.
12262
2735833d
WT
122632017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12264
12265 * gdb.arch/amd64-gs_base.c: New file.
12266 * gdb.arch/amd64-gs_base.exp: New file.
12267
b51e1e94
LM
122682017-01-26 Luis Machado <lgustavo@codesourcery.com>
12269
12270 * lib/memory.exp: Remove spurious empty newlines.
12271
72ca0410
SM
122722017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12273
12274 * gdb.python/py-bad-printers.exp: Load python file using "source".
12275 * gdb.python/py-events.exp: Likewise.
12276 * gdb.python/py-evsignal.exp: Likewise.
12277 * gdb.python/py-evthreads.exp: Likewise.
12278 * gdb.python/py-frame-args.exp: Likewise.
12279 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12280 * gdb.python/py-framefilter-mi.exp: Likewise.
12281 * gdb.python/py-framefilter.exp: Likewise.
12282 * gdb.python/py-mi.exp: Likewise.
12283 * gdb.python/py-pp-maint.exp: Likewise.
12284 * gdb.python/py-pp-registration.exp: Likewise.
12285 * gdb.python/py-prettyprint.exp: Likewise.
12286 (run_lang_tests): Likewise.
12287 * gdb.python/py-typeprint.exp: Likewise.
12288
e309aa65
LM
122892017-01-26 Luis Machado <lgustavo@codesourcery.com>
12290
12291 * lib/memory.exp: New file.
12292 * lib/gdb.exp: Load memory.exp.
12293 * gdb.base/memattr.exp (delete_memory): Move proc to
12294 lib/memory.exp and rename to delete_memory_regions.
12295 Replace delete_memory with delete_memory_regions.
12296 Cleanup memory regions before tests.
12297 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12298 before tests.
12299
515aff23
LM
123002017-01-26 Luis Machado <lgustavo@codesourcery.com>
12301
12302 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12303 files.
12304 (initialize): New function conditionally defined.
12305 (testcases): Move within conditional block.
12306 (main): Call initialize.
12307 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12308 of gdb.reverse/insn-reverse.c.
12309 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12310 gdb.reverse/insn-reverse.c.
12311
d8b49cf0
YQ
123122017-01-26 Yao Qi <yao.qi@linaro.org>
12313
12314 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12315 disassemble on address 0.
12316
f13a9a0c
YQ
123172017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12318 Yao Qi <yao.qi@linaro.org>
12319
12320 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12321 * gdb.dwarf2/implptr-64bit.S: Remove.
12322 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12323 variables in caller's context. Add DW_OP_implicit_value.
12324
5ac95241
YQ
123252017-01-25 Yao Qi <yao.qi@linaro.org>
12326
12327 * lib/dwarf.exp (Dwarf::_location): Handle
12328 DW_OP_GNU_implicit_pointer with proper size.
12329
23e82930
LM
123302017-01-20 Luis Machado <lgustavo@codesourcery.com>
12331
12332 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12333 and add untested calls.
12334
d334ae25
LM
123352017-01-20 Luis Machado <lgustavo@codesourcery.com>
12336
12337 * gdb.python/python.exp: Check line number against what GDB thinks
12338 the line number is for func1.
12339
f5e6296e
IB
123402017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12341
12342 * gdb.dlang/debug-expr.exp: New file.
12343
5b362f04
LM
123442016-12-23 Luis Machado <lgustavo@codesourcery.com>
12345
12346 Fix test names for the following files:
12347
12348 * gdb.ada/exec_changed.exp
12349 * gdb.ada/info_types.exp
12350 * gdb.arch/aarch64-atomic-inst.exp
12351 * gdb.arch/aarch64-fp.exp
12352 * gdb.arch/altivec-abi.exp
12353 * gdb.arch/altivec-regs.exp
12354 * gdb.arch/amd64-byte.exp
12355 * gdb.arch/amd64-disp-step.exp
12356 * gdb.arch/amd64-dword.exp
12357 * gdb.arch/amd64-entry-value-inline.exp
12358 * gdb.arch/amd64-entry-value-param.exp
12359 * gdb.arch/amd64-entry-value-paramref.exp
12360 * gdb.arch/amd64-entry-value.exp
12361 * gdb.arch/amd64-i386-address.exp
12362 * gdb.arch/amd64-invalid-stack-middle.exp
12363 * gdb.arch/amd64-invalid-stack-top.exp
12364 * gdb.arch/amd64-optimout-repeat.exp
12365 * gdb.arch/amd64-prologue-skip.exp
12366 * gdb.arch/amd64-prologue-xmm.exp
12367 * gdb.arch/amd64-stap-special-operands.exp
12368 * gdb.arch/amd64-stap-wrong-subexp.exp
12369 * gdb.arch/amd64-tailcall-cxx.exp
12370 * gdb.arch/amd64-tailcall-noret.exp
12371 * gdb.arch/amd64-tailcall-ret.exp
12372 * gdb.arch/amd64-tailcall-self.exp
12373 * gdb.arch/amd64-word.exp
12374 * gdb.arch/arm-bl-branch-dest.exp
12375 * gdb.arch/arm-disp-step.exp
12376 * gdb.arch/arm-neon.exp
12377 * gdb.arch/arm-single-step-kernel-helper.exp
12378 * gdb.arch/avr-flash-qualifier.exp
12379 * gdb.arch/disp-step-insn-reloc.exp
12380 * gdb.arch/e500-abi.exp
12381 * gdb.arch/e500-regs.exp
12382 * gdb.arch/ftrace-insn-reloc.exp
12383 * gdb.arch/i386-avx512.exp
12384 * gdb.arch/i386-bp_permanent.exp
12385 * gdb.arch/i386-byte.exp
12386 * gdb.arch/i386-cfi-notcurrent.exp
12387 * gdb.arch/i386-disp-step.exp
12388 * gdb.arch/i386-dr3-watch.exp
12389 * gdb.arch/i386-float.exp
12390 * gdb.arch/i386-gnu-cfi.exp
12391 * gdb.arch/i386-mpx-map.exp
12392 * gdb.arch/i386-mpx-sigsegv.exp
12393 * gdb.arch/i386-mpx-simple_segv.exp
12394 * gdb.arch/i386-mpx.exp
12395 * gdb.arch/i386-permbkpt.exp
12396 * gdb.arch/i386-prologue.exp
12397 * gdb.arch/i386-signal.exp
12398 * gdb.arch/i386-size-overlap.exp
12399 * gdb.arch/i386-unwind.exp
12400 * gdb.arch/i386-word.exp
12401 * gdb.arch/mips-fcr.exp
12402 * gdb.arch/powerpc-d128-regs.exp
12403 * gdb.arch/powerpc-stackless.exp
12404 * gdb.arch/ppc64-atomic-inst.exp
12405 * gdb.arch/s390-stackless.exp
12406 * gdb.arch/s390-tdbregs.exp
12407 * gdb.arch/s390-vregs.exp
12408 * gdb.arch/sparc-sysstep.exp
12409 * gdb.arch/thumb-bx-pc.exp
12410 * gdb.arch/thumb-singlestep.exp
12411 * gdb.arch/thumb2-it.exp
12412 * gdb.arch/vsx-regs.exp
12413 * gdb.asm/asm-source.exp
12414 * gdb.base/a2-run.exp
12415 * gdb.base/advance.exp
12416 * gdb.base/all-bin.exp
12417 * gdb.base/anon.exp
12418 * gdb.base/args.exp
12419 * gdb.base/arithmet.exp
12420 * gdb.base/async-shell.exp
12421 * gdb.base/async.exp
12422 * gdb.base/attach-pie-noexec.exp
12423 * gdb.base/attach-twice.exp
12424 * gdb.base/auto-load.exp
12425 * gdb.base/bang.exp
12426 * gdb.base/bitfields.exp
12427 * gdb.base/break-always.exp
12428 * gdb.base/break-caller-line.exp
12429 * gdb.base/break-entry.exp
12430 * gdb.base/break-inline.exp
12431 * gdb.base/break-on-linker-gcd-function.exp
12432 * gdb.base/break-probes.exp
12433 * gdb.base/break.exp
12434 * gdb.base/breakpoint-shadow.exp
12435 * gdb.base/call-ar-st.exp
12436 * gdb.base/call-sc.exp
12437 * gdb.base/call-signal-resume.exp
12438 * gdb.base/call-strs.exp
12439 * gdb.base/callfuncs.exp
12440 * gdb.base/catch-fork-static.exp
12441 * gdb.base/catch-gdb-caused-signals.exp
12442 * gdb.base/catch-load.exp
12443 * gdb.base/catch-signal-fork.exp
12444 * gdb.base/catch-signal.exp
12445 * gdb.base/catch-syscall.exp
12446 * gdb.base/charset.exp
12447 * gdb.base/checkpoint.exp
12448 * gdb.base/chng-syms.exp
12449 * gdb.base/code-expr.exp
12450 * gdb.base/code_elim.exp
12451 * gdb.base/commands.exp
12452 * gdb.base/completion.exp
12453 * gdb.base/complex.exp
12454 * gdb.base/cond-expr.exp
12455 * gdb.base/condbreak.exp
12456 * gdb.base/consecutive.exp
12457 * gdb.base/continue-all-already-running.exp
12458 * gdb.base/coredump-filter.exp
12459 * gdb.base/corefile.exp
12460 * gdb.base/dbx.exp
12461 * gdb.base/debug-expr.exp
12462 * gdb.base/define.exp
12463 * gdb.base/del.exp
12464 * gdb.base/disabled-location.exp
12465 * gdb.base/disasm-end-cu.exp
12466 * gdb.base/disasm-optim.exp
12467 * gdb.base/display.exp
12468 * gdb.base/duplicate-bp.exp
12469 * gdb.base/ena-dis-br.exp
12470 * gdb.base/ending-run.exp
12471 * gdb.base/enumval.exp
12472 * gdb.base/environ.exp
12473 * gdb.base/eu-strip-infcall.exp
12474 * gdb.base/eval-avoid-side-effects.exp
12475 * gdb.base/eval-skip.exp
12476 * gdb.base/exitsignal.exp
12477 * gdb.base/expand-psymtabs.exp
12478 * gdb.base/filesym.exp
12479 * gdb.base/find-unmapped.exp
12480 * gdb.base/finish.exp
12481 * gdb.base/float.exp
12482 * gdb.base/foll-exec-mode.exp
12483 * gdb.base/foll-exec.exp
12484 * gdb.base/foll-fork.exp
12485 * gdb.base/fortran-sym-case.exp
12486 * gdb.base/freebpcmd.exp
12487 * gdb.base/func-ptr.exp
12488 * gdb.base/func-ptrs.exp
12489 * gdb.base/funcargs.exp
12490 * gdb.base/gcore-buffer-overflow.exp
12491 * gdb.base/gcore-relro-pie.exp
12492 * gdb.base/gcore-relro.exp
12493 * gdb.base/gcore.exp
12494 * gdb.base/gdb1090.exp
12495 * gdb.base/gdb11530.exp
12496 * gdb.base/gdb11531.exp
12497 * gdb.base/gdb1821.exp
12498 * gdb.base/gdbindex-stabs.exp
12499 * gdb.base/gdbvars.exp
12500 * gdb.base/hbreak.exp
12501 * gdb.base/hbreak2.exp
12502 * gdb.base/included.exp
12503 * gdb.base/infcall-input.exp
12504 * gdb.base/inferior-died.exp
12505 * gdb.base/infnan.exp
12506 * gdb.base/info-macros.exp
12507 * gdb.base/info-os.exp
12508 * gdb.base/info-proc.exp
12509 * gdb.base/info-shared.exp
12510 * gdb.base/info-target.exp
12511 * gdb.base/infoline.exp
12512 * gdb.base/interp.exp
12513 * gdb.base/interrupt.exp
12514 * gdb.base/jit-reader.exp
12515 * gdb.base/jit-simple.exp
12516 * gdb.base/kill-after-signal.exp
12517 * gdb.base/kill-detach-inferiors-cmd.exp
12518 * gdb.base/label.exp
12519 * gdb.base/langs.exp
12520 * gdb.base/ldbl_e308.exp
12521 * gdb.base/line-symtabs.exp
12522 * gdb.base/linespecs.exp
12523 * gdb.base/list.exp
12524 * gdb.base/long_long.exp
12525 * gdb.base/longest-types.exp
12526 * gdb.base/maint.exp
12527 * gdb.base/max-value-size.exp
12528 * gdb.base/memattr.exp
12529 * gdb.base/mips_pro.exp
12530 * gdb.base/morestack.exp
12531 * gdb.base/moribund-step.exp
12532 * gdb.base/multi-forks.exp
12533 * gdb.base/nested-addr.exp
12534 * gdb.base/nextoverexit.exp
12535 * gdb.base/noreturn-finish.exp
12536 * gdb.base/noreturn-return.exp
12537 * gdb.base/nostdlib.exp
12538 * gdb.base/offsets.exp
12539 * gdb.base/opaque.exp
12540 * gdb.base/pc-fp.exp
12541 * gdb.base/permissions.exp
12542 * gdb.base/print-symbol-loading.exp
12543 * gdb.base/prologue-include.exp
12544 * gdb.base/psymtab.exp
12545 * gdb.base/ptype.exp
12546 * gdb.base/random-signal.exp
12547 * gdb.base/randomize.exp
12548 * gdb.base/range-stepping.exp
12549 * gdb.base/readline-ask.exp
12550 * gdb.base/recpar.exp
12551 * gdb.base/recurse.exp
12552 * gdb.base/relational.exp
12553 * gdb.base/restore.exp
12554 * gdb.base/return-nodebug.exp
12555 * gdb.base/return.exp
12556 * gdb.base/run-after-attach.exp
12557 * gdb.base/save-bp.exp
12558 * gdb.base/scope.exp
12559 * gdb.base/sect-cmd.exp
12560 * gdb.base/set-lang-auto.exp
12561 * gdb.base/set-noassign.exp
12562 * gdb.base/setvar.exp
12563 * gdb.base/sigall.exp
12564 * gdb.base/sigbpt.exp
12565 * gdb.base/siginfo-addr.exp
12566 * gdb.base/siginfo-infcall.exp
12567 * gdb.base/siginfo-obj.exp
12568 * gdb.base/siginfo.exp
12569 * gdb.base/signals-state-child.exp
12570 * gdb.base/signest.exp
12571 * gdb.base/sigstep.exp
12572 * gdb.base/sizeof.exp
12573 * gdb.base/skip.exp
12574 * gdb.base/solib-corrupted.exp
12575 * gdb.base/solib-nodir.exp
12576 * gdb.base/solib-search.exp
12577 * gdb.base/stack-checking.exp
12578 * gdb.base/stale-infcall.exp
12579 * gdb.base/stap-probe.exp
12580 * gdb.base/start.exp
12581 * gdb.base/step-break.exp
12582 * gdb.base/step-bt.exp
12583 * gdb.base/step-line.exp
12584 * gdb.base/step-over-exit.exp
12585 * gdb.base/step-over-syscall.exp
12586 * gdb.base/step-resume-infcall.exp
12587 * gdb.base/step-test.exp
12588 * gdb.base/store.exp
12589 * gdb.base/structs3.exp
12590 * gdb.base/sym-file.exp
12591 * gdb.base/symbol-without-target_section.exp
12592 * gdb.base/term.exp
12593 * gdb.base/testenv.exp
12594 * gdb.base/ui-redirect.exp
12595 * gdb.base/until.exp
12596 * gdb.base/unwindonsignal.exp
12597 * gdb.base/value-double-free.exp
12598 * gdb.base/vla-datatypes.exp
12599 * gdb.base/vla-ptr.exp
12600 * gdb.base/vla-sideeffect.exp
12601 * gdb.base/volatile.exp
12602 * gdb.base/watch-cond-infcall.exp
12603 * gdb.base/watch-cond.exp
12604 * gdb.base/watch-non-mem.exp
12605 * gdb.base/watch-read.exp
12606 * gdb.base/watch-vfork.exp
12607 * gdb.base/watchpoint-cond-gone.exp
12608 * gdb.base/watchpoint-delete.exp
12609 * gdb.base/watchpoint-hw-hit-once.exp
12610 * gdb.base/watchpoint-hw.exp
12611 * gdb.base/watchpoint-stops-at-right-insn.exp
12612 * gdb.base/watchpoints.exp
12613 * gdb.base/wchar.exp
12614 * gdb.base/whatis-exp.exp
12615 * gdb.btrace/buffer-size.exp
12616 * gdb.btrace/data.exp
12617 * gdb.btrace/delta.exp
12618 * gdb.btrace/dlopen.exp
12619 * gdb.btrace/enable.exp
12620 * gdb.btrace/exception.exp
12621 * gdb.btrace/function_call_history.exp
12622 * gdb.btrace/gcore.exp
12623 * gdb.btrace/instruction_history.exp
12624 * gdb.btrace/nohist.exp
12625 * gdb.btrace/reconnect.exp
12626 * gdb.btrace/record_goto-step.exp
12627 * gdb.btrace/record_goto.exp
12628 * gdb.btrace/rn-dl-bind.exp
12629 * gdb.btrace/segv.exp
12630 * gdb.btrace/step.exp
12631 * gdb.btrace/stepi.exp
12632 * gdb.btrace/tailcall-only.exp
12633 * gdb.btrace/tailcall.exp
12634 * gdb.btrace/tsx.exp
12635 * gdb.btrace/unknown_functions.exp
12636 * gdb.btrace/vdso.exp
12637 * gdb.compile/compile-ifunc.exp
12638 * gdb.compile/compile-ops.exp
12639 * gdb.compile/compile-print.exp
12640 * gdb.compile/compile-setjmp.exp
12641 * gdb.cp/abstract-origin.exp
12642 * gdb.cp/ambiguous.exp
12643 * gdb.cp/annota2.exp
12644 * gdb.cp/annota3.exp
12645 * gdb.cp/anon-ns.exp
12646 * gdb.cp/anon-struct.exp
12647 * gdb.cp/anon-union.exp
12648 * gdb.cp/arg-reference.exp
12649 * gdb.cp/baseenum.exp
12650 * gdb.cp/bool.exp
12651 * gdb.cp/breakpoint.exp
12652 * gdb.cp/bs15503.exp
12653 * gdb.cp/call-c.exp
12654 * gdb.cp/casts.exp
12655 * gdb.cp/chained-calls.exp
12656 * gdb.cp/class2.exp
12657 * gdb.cp/classes.exp
12658 * gdb.cp/cmpd-minsyms.exp
12659 * gdb.cp/converts.exp
12660 * gdb.cp/cp-relocate.exp
12661 * gdb.cp/cpcompletion.exp
12662 * gdb.cp/cpexprs.exp
12663 * gdb.cp/cplabel.exp
12664 * gdb.cp/cplusfuncs.exp
12665 * gdb.cp/cpsizeof.exp
12666 * gdb.cp/ctti.exp
12667 * gdb.cp/derivation.exp
12668 * gdb.cp/destrprint.exp
12669 * gdb.cp/dispcxx.exp
12670 * gdb.cp/enum-class.exp
12671 * gdb.cp/exception.exp
12672 * gdb.cp/exceptprint.exp
12673 * gdb.cp/expand-psymtabs-cxx.exp
12674 * gdb.cp/expand-sals.exp
12675 * gdb.cp/extern-c.exp
12676 * gdb.cp/filename.exp
12677 * gdb.cp/formatted-ref.exp
12678 * gdb.cp/fpointer.exp
12679 * gdb.cp/gdb1355.exp
12680 * gdb.cp/gdb2495.exp
12681 * gdb.cp/hang.exp
12682 * gdb.cp/impl-this.exp
12683 * gdb.cp/infcall-dlopen.exp
12684 * gdb.cp/inherit.exp
12685 * gdb.cp/iostream.exp
12686 * gdb.cp/koenig.exp
12687 * gdb.cp/local.exp
12688 * gdb.cp/m-data.exp
12689 * gdb.cp/m-static.exp
12690 * gdb.cp/mb-ctor.exp
12691 * gdb.cp/mb-inline.exp
12692 * gdb.cp/mb-templates.exp
12693 * gdb.cp/member-name.exp
12694 * gdb.cp/member-ptr.exp
12695 * gdb.cp/meth-typedefs.exp
12696 * gdb.cp/method.exp
12697 * gdb.cp/method2.exp
12698 * gdb.cp/minsym-fallback.exp
12699 * gdb.cp/misc.exp
12700 * gdb.cp/namelessclass.exp
12701 * gdb.cp/namespace-enum.exp
12702 * gdb.cp/namespace-nested-import.exp
12703 * gdb.cp/namespace.exp
12704 * gdb.cp/nextoverthrow.exp
12705 * gdb.cp/no-dmgl-verbose.exp
12706 * gdb.cp/non-trivial-retval.exp
12707 * gdb.cp/noparam.exp
12708 * gdb.cp/nsdecl.exp
12709 * gdb.cp/nsimport.exp
12710 * gdb.cp/nsnested.exp
12711 * gdb.cp/nsnoimports.exp
12712 * gdb.cp/nsrecurs.exp
12713 * gdb.cp/nsstress.exp
12714 * gdb.cp/nsusing.exp
12715 * gdb.cp/operator.exp
12716 * gdb.cp/oranking.exp
12717 * gdb.cp/overload-const.exp
12718 * gdb.cp/overload.exp
12719 * gdb.cp/ovldbreak.exp
12720 * gdb.cp/ovsrch.exp
12721 * gdb.cp/paren-type.exp
12722 * gdb.cp/parse-lang.exp
12723 * gdb.cp/pass-by-ref.exp
12724 * gdb.cp/pr-1023.exp
12725 * gdb.cp/pr-1210.exp
12726 * gdb.cp/pr-574.exp
12727 * gdb.cp/pr10687.exp
12728 * gdb.cp/pr12028.exp
12729 * gdb.cp/pr17132.exp
12730 * gdb.cp/pr17494.exp
12731 * gdb.cp/pr9067.exp
12732 * gdb.cp/pr9167.exp
12733 * gdb.cp/pr9631.exp
12734 * gdb.cp/printmethod.exp
12735 * gdb.cp/psmang.exp
12736 * gdb.cp/psymtab-parameter.exp
12737 * gdb.cp/ptype-cv-cp.exp
12738 * gdb.cp/ptype-flags.exp
12739 * gdb.cp/re-set-overloaded.exp
12740 * gdb.cp/ref-types.exp
12741 * gdb.cp/rtti.exp
12742 * gdb.cp/scope-err.exp
12743 * gdb.cp/shadow.exp
12744 * gdb.cp/smartp.exp
12745 * gdb.cp/static-method.exp
12746 * gdb.cp/static-print-quit.exp
12747 * gdb.cp/temargs.exp
12748 * gdb.cp/templates.exp
12749 * gdb.cp/try_catch.exp
12750 * gdb.cp/typedef-operator.exp
12751 * gdb.cp/typeid.exp
12752 * gdb.cp/userdef.exp
12753 * gdb.cp/using-crash.exp
12754 * gdb.cp/var-tag.exp
12755 * gdb.cp/virtbase.exp
12756 * gdb.cp/virtfunc.exp
12757 * gdb.cp/virtfunc2.exp
12758 * gdb.cp/vla-cxx.exp
12759 * gdb.disasm/t01_mov.exp
12760 * gdb.disasm/t02_mova.exp
12761 * gdb.disasm/t03_add.exp
12762 * gdb.disasm/t04_sub.exp
12763 * gdb.disasm/t05_cmp.exp
12764 * gdb.disasm/t06_ari2.exp
12765 * gdb.disasm/t07_ari3.exp
12766 * gdb.disasm/t08_or.exp
12767 * gdb.disasm/t09_xor.exp
12768 * gdb.disasm/t10_and.exp
12769 * gdb.disasm/t11_logs.exp
12770 * gdb.disasm/t12_bit.exp
12771 * gdb.disasm/t13_otr.exp
12772 * gdb.dlang/circular.exp
12773 * gdb.dwarf2/arr-stride.exp
12774 * gdb.dwarf2/arr-subrange.exp
12775 * gdb.dwarf2/atomic-type.exp
12776 * gdb.dwarf2/bad-regnum.exp
12777 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12778 * gdb.dwarf2/callframecfa.exp
12779 * gdb.dwarf2/clztest.exp
12780 * gdb.dwarf2/corrupt.exp
12781 * gdb.dwarf2/data-loc.exp
12782 * gdb.dwarf2/dup-psym.exp
12783 * gdb.dwarf2/dw2-anon-mptr.exp
12784 * gdb.dwarf2/dw2-anonymous-func.exp
12785 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12786 * gdb.dwarf2/dw2-bad-unresolved.exp
12787 * gdb.dwarf2/dw2-basic.exp
12788 * gdb.dwarf2/dw2-canonicalize-type.exp
12789 * gdb.dwarf2/dw2-case-insensitive.exp
12790 * gdb.dwarf2/dw2-common-block.exp
12791 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12792 * gdb.dwarf2/dw2-compressed.exp
12793 * gdb.dwarf2/dw2-const.exp
12794 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12795 * gdb.dwarf2/dw2-cu-size.exp
12796 * gdb.dwarf2/dw2-dup-frame.exp
12797 * gdb.dwarf2/dw2-entry-value.exp
12798 * gdb.dwarf2/dw2-icycle.exp
12799 * gdb.dwarf2/dw2-ifort-parameter.exp
12800 * gdb.dwarf2/dw2-inline-break.exp
12801 * gdb.dwarf2/dw2-inline-param.exp
12802 * gdb.dwarf2/dw2-intercu.exp
12803 * gdb.dwarf2/dw2-intermix.exp
12804 * gdb.dwarf2/dw2-lexical-block-bare.exp
12805 * gdb.dwarf2/dw2-linkage-name-trust.exp
12806 * gdb.dwarf2/dw2-minsym-in-cu.exp
12807 * gdb.dwarf2/dw2-noloc.exp
12808 * gdb.dwarf2/dw2-op-call.exp
12809 * gdb.dwarf2/dw2-op-out-param.exp
12810 * gdb.dwarf2/dw2-opt-structptr.exp
12811 * gdb.dwarf2/dw2-param-error.exp
12812 * gdb.dwarf2/dw2-producer.exp
12813 * gdb.dwarf2/dw2-ranges-base.exp
12814 * gdb.dwarf2/dw2-ref-missing-frame.exp
12815 * gdb.dwarf2/dw2-reg-undefined.exp
12816 * gdb.dwarf2/dw2-regno-invalid.exp
12817 * gdb.dwarf2/dw2-restore.exp
12818 * gdb.dwarf2/dw2-restrict.exp
12819 * gdb.dwarf2/dw2-single-line-discriminators.exp
12820 * gdb.dwarf2/dw2-strp.exp
12821 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12822 * gdb.dwarf2/dw2-unresolved.exp
12823 * gdb.dwarf2/dw2-var-zero-addr.exp
12824 * gdb.dwarf2/dw4-sig-types.exp
12825 * gdb.dwarf2/dwz.exp
12826 * gdb.dwarf2/dynarr-ptr.exp
12827 * gdb.dwarf2/enum-type.exp
12828 * gdb.dwarf2/gdb-index.exp
12829 * gdb.dwarf2/implptr-64bit.exp
12830 * gdb.dwarf2/implptr-optimized-out.exp
12831 * gdb.dwarf2/implptr.exp
12832 * gdb.dwarf2/implref-array.exp
12833 * gdb.dwarf2/implref-const.exp
12834 * gdb.dwarf2/implref-global.exp
12835 * gdb.dwarf2/implref-struct.exp
12836 * gdb.dwarf2/mac-fileno.exp
12837 * gdb.dwarf2/main-subprogram.exp
12838 * gdb.dwarf2/member-ptr-forwardref.exp
12839 * gdb.dwarf2/method-ptr.exp
12840 * gdb.dwarf2/missing-sig-type.exp
12841 * gdb.dwarf2/nonvar-access.exp
12842 * gdb.dwarf2/opaque-type-lookup.exp
12843 * gdb.dwarf2/pieces-optimized-out.exp
12844 * gdb.dwarf2/pieces.exp
12845 * gdb.dwarf2/pr10770.exp
12846 * gdb.dwarf2/pr13961.exp
12847 * gdb.dwarf2/staticvirtual.exp
12848 * gdb.dwarf2/subrange.exp
12849 * gdb.dwarf2/symtab-producer.exp
12850 * gdb.dwarf2/trace-crash.exp
12851 * gdb.dwarf2/typeddwarf.exp
12852 * gdb.dwarf2/valop.exp
12853 * gdb.dwarf2/watch-notconst.exp
12854 * gdb.fortran/array-element.exp
12855 * gdb.fortran/charset.exp
12856 * gdb.fortran/common-block.exp
12857 * gdb.fortran/complex.exp
12858 * gdb.fortran/derived-type-function.exp
12859 * gdb.fortran/derived-type.exp
12860 * gdb.fortran/logical.exp
12861 * gdb.fortran/module.exp
12862 * gdb.fortran/multi-dim.exp
12863 * gdb.fortran/nested-funcs.exp
12864 * gdb.fortran/print-formatted.exp
12865 * gdb.fortran/subarray.exp
12866 * gdb.fortran/vla-alloc-assoc.exp
12867 * gdb.fortran/vla-datatypes.exp
12868 * gdb.fortran/vla-history.exp
12869 * gdb.fortran/vla-ptr-info.exp
12870 * gdb.fortran/vla-ptype-sub.exp
12871 * gdb.fortran/vla-ptype.exp
12872 * gdb.fortran/vla-sizeof.exp
12873 * gdb.fortran/vla-type.exp
12874 * gdb.fortran/vla-value-sub-arbitrary.exp
12875 * gdb.fortran/vla-value-sub-finish.exp
12876 * gdb.fortran/vla-value-sub.exp
12877 * gdb.fortran/vla-value.exp
12878 * gdb.fortran/whatis_type.exp
12879 * gdb.go/chan.exp
12880 * gdb.go/handcall.exp
12881 * gdb.go/hello.exp
12882 * gdb.go/integers.exp
12883 * gdb.go/methods.exp
12884 * gdb.go/package.exp
12885 * gdb.go/strings.exp
12886 * gdb.go/types.exp
12887 * gdb.go/unsafe.exp
12888 * gdb.guile/scm-arch.exp
12889 * gdb.guile/scm-block.exp
12890 * gdb.guile/scm-breakpoint.exp
12891 * gdb.guile/scm-cmd.exp
12892 * gdb.guile/scm-disasm.exp
12893 * gdb.guile/scm-equal.exp
12894 * gdb.guile/scm-frame-args.exp
12895 * gdb.guile/scm-frame-inline.exp
12896 * gdb.guile/scm-frame.exp
12897 * gdb.guile/scm-iterator.exp
12898 * gdb.guile/scm-math.exp
12899 * gdb.guile/scm-objfile.exp
12900 * gdb.guile/scm-ports.exp
12901 * gdb.guile/scm-symbol.exp
12902 * gdb.guile/scm-symtab.exp
12903 * gdb.guile/scm-value-cc.exp
12904 * gdb.guile/types-module.exp
12905 * gdb.linespec/break-ask.exp
12906 * gdb.linespec/cpexplicit.exp
12907 * gdb.linespec/explicit.exp
12908 * gdb.linespec/keywords.exp
12909 * gdb.linespec/linespec.exp
12910 * gdb.linespec/ls-dollar.exp
12911 * gdb.linespec/ls-errs.exp
12912 * gdb.linespec/skip-two.exp
12913 * gdb.linespec/thread.exp
12914 * gdb.mi/mi-async.exp
12915 * gdb.mi/mi-basics.exp
12916 * gdb.mi/mi-break.exp
12917 * gdb.mi/mi-catch-load.exp
12918 * gdb.mi/mi-cli.exp
12919 * gdb.mi/mi-cmd-param-changed.exp
12920 * gdb.mi/mi-console.exp
12921 * gdb.mi/mi-detach.exp
12922 * gdb.mi/mi-disassemble.exp
12923 * gdb.mi/mi-eval.exp
12924 * gdb.mi/mi-file-transfer.exp
12925 * gdb.mi/mi-file.exp
12926 * gdb.mi/mi-fill-memory.exp
12927 * gdb.mi/mi-inheritance-syntax-error.exp
12928 * gdb.mi/mi-linespec-err-cp.exp
12929 * gdb.mi/mi-logging.exp
12930 * gdb.mi/mi-memory-changed.exp
12931 * gdb.mi/mi-read-memory.exp
12932 * gdb.mi/mi-record-changed.exp
12933 * gdb.mi/mi-reg-undefined.exp
12934 * gdb.mi/mi-regs.exp
12935 * gdb.mi/mi-return.exp
12936 * gdb.mi/mi-reverse.exp
12937 * gdb.mi/mi-simplerun.exp
12938 * gdb.mi/mi-solib.exp
12939 * gdb.mi/mi-stack.exp
12940 * gdb.mi/mi-stepi.exp
12941 * gdb.mi/mi-syn-frame.exp
12942 * gdb.mi/mi-until.exp
12943 * gdb.mi/mi-var-block.exp
12944 * gdb.mi/mi-var-child.exp
12945 * gdb.mi/mi-var-cmd.exp
12946 * gdb.mi/mi-var-cp.exp
12947 * gdb.mi/mi-var-display.exp
12948 * gdb.mi/mi-var-invalidate.exp
12949 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
12950 * gdb.mi/mi-vla-fortran.exp
12951 * gdb.mi/mi-watch.exp
12952 * gdb.mi/mi2-var-child.exp
12953 * gdb.mi/user-selected-context-sync.exp
12954 * gdb.modula2/unbounded-array.exp
12955 * gdb.multi/dummy-frame-restore.exp
12956 * gdb.multi/multi-arch-exec.exp
12957 * gdb.multi/multi-arch.exp
12958 * gdb.multi/tids.exp
12959 * gdb.multi/watchpoint-multi.exp
12960 * gdb.opencl/callfuncs.exp
12961 * gdb.opencl/convs_casts.exp
12962 * gdb.opencl/datatypes.exp
12963 * gdb.opencl/operators.exp
12964 * gdb.opencl/vec_comps.exp
12965 * gdb.opt/clobbered-registers-O2.exp
12966 * gdb.opt/inline-break.exp
12967 * gdb.opt/inline-bt.exp
12968 * gdb.opt/inline-cmds.exp
12969 * gdb.opt/inline-locals.exp
12970 * gdb.pascal/case-insensitive-symbols.exp
12971 * gdb.pascal/floats.exp
12972 * gdb.pascal/gdb11492.exp
12973 * gdb.python/lib-types.exp
12974 * gdb.python/py-arch.exp
12975 * gdb.python/py-as-string.exp
12976 * gdb.python/py-bad-printers.exp
12977 * gdb.python/py-block.exp
12978 * gdb.python/py-breakpoint-create-fail.exp
12979 * gdb.python/py-breakpoint.exp
12980 * gdb.python/py-caller-is.exp
12981 * gdb.python/py-cmd.exp
12982 * gdb.python/py-explore-cc.exp
12983 * gdb.python/py-explore.exp
12984 * gdb.python/py-finish-breakpoint.exp
12985 * gdb.python/py-finish-breakpoint2.exp
12986 * gdb.python/py-frame-args.exp
12987 * gdb.python/py-frame-inline.exp
12988 * gdb.python/py-frame.exp
12989 * gdb.python/py-framefilter-mi.exp
12990 * gdb.python/py-infthread.exp
12991 * gdb.python/py-lazy-string.exp
12992 * gdb.python/py-linetable.exp
12993 * gdb.python/py-mi-events.exp
12994 * gdb.python/py-mi-objfile.exp
12995 * gdb.python/py-mi.exp
12996 * gdb.python/py-objfile.exp
12997 * gdb.python/py-pp-integral.exp
12998 * gdb.python/py-pp-maint.exp
12999 * gdb.python/py-pp-re-notag.exp
13000 * gdb.python/py-pp-registration.exp
13001 * gdb.python/py-recurse-unwind.exp
13002 * gdb.python/py-strfns.exp
13003 * gdb.python/py-symbol.exp
13004 * gdb.python/py-symtab.exp
13005 * gdb.python/py-sync-interp.exp
13006 * gdb.python/py-typeprint.exp
13007 * gdb.python/py-unwind-maint.exp
13008 * gdb.python/py-unwind.exp
13009 * gdb.python/py-value-cc.exp
13010 * gdb.python/py-xmethods.exp
13011 * gdb.reverse/amd64-tailcall-reverse.exp
13012 * gdb.reverse/break-precsave.exp
13013 * gdb.reverse/break-reverse.exp
13014 * gdb.reverse/consecutive-precsave.exp
13015 * gdb.reverse/consecutive-reverse.exp
13016 * gdb.reverse/finish-precsave.exp
13017 * gdb.reverse/finish-reverse-bkpt.exp
13018 * gdb.reverse/finish-reverse.exp
13019 * gdb.reverse/fstatat-reverse.exp
13020 * gdb.reverse/getresuid-reverse.exp
13021 * gdb.reverse/i386-precsave.exp
13022 * gdb.reverse/i386-reverse.exp
13023 * gdb.reverse/i386-sse-reverse.exp
13024 * gdb.reverse/i387-env-reverse.exp
13025 * gdb.reverse/i387-stack-reverse.exp
13026 * gdb.reverse/insn-reverse.exp
13027 * gdb.reverse/machinestate-precsave.exp
13028 * gdb.reverse/machinestate.exp
13029 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13030 * gdb.reverse/pipe-reverse.exp
13031 * gdb.reverse/readv-reverse.exp
13032 * gdb.reverse/recvmsg-reverse.exp
13033 * gdb.reverse/rerun-prec.exp
13034 * gdb.reverse/s390-mvcle.exp
13035 * gdb.reverse/step-precsave.exp
13036 * gdb.reverse/step-reverse.exp
13037 * gdb.reverse/time-reverse.exp
13038 * gdb.reverse/until-precsave.exp
13039 * gdb.reverse/until-reverse.exp
13040 * gdb.reverse/waitpid-reverse.exp
13041 * gdb.reverse/watch-precsave.exp
13042 * gdb.reverse/watch-reverse.exp
13043 * gdb.rust/generics.exp
13044 * gdb.rust/methods.exp
13045 * gdb.rust/modules.exp
13046 * gdb.rust/simple.exp
13047 * gdb.server/connect-with-no-symbol-file.exp
13048 * gdb.server/ext-attach.exp
13049 * gdb.server/ext-restart.exp
13050 * gdb.server/ext-wrapper.exp
13051 * gdb.server/file-transfer.exp
13052 * gdb.server/server-exec-info.exp
13053 * gdb.server/server-kill.exp
13054 * gdb.server/server-mon.exp
13055 * gdb.server/wrapper.exp
13056 * gdb.stabs/exclfwd.exp
13057 * gdb.stabs/gdb11479.exp
13058 * gdb.threads/clone-new-thread-event.exp
13059 * gdb.threads/corethreads.exp
13060 * gdb.threads/current-lwp-dead.exp
13061 * gdb.threads/dlopen-libpthread.exp
13062 * gdb.threads/gcore-thread.exp
13063 * gdb.threads/sigstep-threads.exp
13064 * gdb.threads/watchpoint-fork.exp
13065 * gdb.trace/actions-changed.exp
13066 * gdb.trace/backtrace.exp
13067 * gdb.trace/change-loc.exp
13068 * gdb.trace/circ.exp
13069 * gdb.trace/collection.exp
13070 * gdb.trace/disconnected-tracing.exp
13071 * gdb.trace/ftrace.exp
13072 * gdb.trace/mi-trace-frame-collected.exp
13073 * gdb.trace/mi-trace-unavailable.exp
13074 * gdb.trace/mi-traceframe-changed.exp
13075 * gdb.trace/mi-tsv-changed.exp
13076 * gdb.trace/no-attach-trace.exp
13077 * gdb.trace/passc-dyn.exp
13078 * gdb.trace/qtro.exp
13079 * gdb.trace/range-stepping.exp
13080 * gdb.trace/read-memory.exp
13081 * gdb.trace/save-trace.exp
13082 * gdb.trace/signal.exp
13083 * gdb.trace/status-stop.exp
13084 * gdb.trace/tfile.exp
13085 * gdb.trace/trace-break.exp
13086 * gdb.trace/trace-buffer-size.exp
13087 * gdb.trace/trace-condition.exp
13088 * gdb.trace/tracefile-pseudo-reg.exp
13089 * gdb.trace/tstatus.exp
13090 * gdb.trace/unavailable.exp
13091 * gdb.trace/while-dyn.exp
13092 * gdb.trace/while-stepping.exp
13093
34c41c68
DE
130942016-12-22 Doug Evans <xdje42@gmail.com>
13095
13096 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13097 and msymbols.
13098
16e69324
YQ
130992016-12-19 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13102 (test_with_self): Don't call do_steps_and_nexts, and remove
13103 code about stepping into xmalloc.
13104
f94f411b
YQ
131052016-12-09 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13108
131092016-12-09 Yao Qi <yao.qi@linaro.org>
13110
13111 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13112
f1b5deee
PA
131132016-12-09 Pedro Alves <palves@redhat.com>
13114
13115 * gdb.base/all-architectures-0.exp: New file.
13116 * gdb.base/all-architectures-1.exp: New file.
13117 * gdb.base/all-architectures-2.exp: New file.
13118 * gdb.base/all-architectures-3.exp: New file.
13119 * gdb.base/all-architectures-4.exp: New file.
13120 * gdb.base/all-architectures-5.exp: New file.
13121 * gdb.base/all-architectures-6.exp: New file.
13122 * gdb.base/all-architectures-7.exp: New file.
13123 * gdb.base/all-architectures.exp.in: New file.
13124
364ca42e
YQ
131252016-12-09 Yao Qi <yao.qi@linaro.org>
13126
13127 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13128
107c2d62
LM
131292016-12-02 Luis Machado <lgustavo@codesourcery.com>
13130
13131 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13132 possible.
13133 Remove useless pattern-matching code.
13134
df3ee9ca
PA
131352016-12-02 Pedro Alves <palves@redhat.com>
13136
13137 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13138 procedure.
13139 (top level): Call it.
13140
ec835369
PA
131412016-12-02 Pedro Alves <palves@redhat.com>
13142
13143 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13144 New procedure.
13145 (top level): Call it.
13146
01770bbd
PA
131472016-12-02 Pedro Alves <palves@redhat.com>
13148
13149 PR cli/20559
13150 * gdb.base/commands.exp (user_defined_command_args_eval): New
13151 procedure.
13152 (top level): Call it.
13153
008459ea
LM
131542016-12-02 Luis Machado <lgustavo@codesourcery.com>
13155
13156 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13157 timeout handling.
13158
0c1b455e
TT
131592016-12-02 Tom Tromey <tom@tromey.com>
13160
13161 * gdb.dwarf2/main-subprogram.c: New file.
13162 * gdb.dwarf2/main-subprogram.exp: New file.
13163
018572b8
LM
131642016-12-01 Luis Machado <lgustavo@codesourcery.com>
13165
13166 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13167 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13168 gdb_test_no_output for a couple of cases.
13169 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13170
84c93cd5
LM
131712016-12-01 Luis Machado <lgustavo@codesourcery.com>
13172
13173 Fix test names and standardize compilation error messages throughout
13174 the following files:
13175
13176 * gdb.ada/start.exp
13177 * gdb.arch/alpha-step.exp
13178 * gdb.arch/e500-prologue.exp
13179 * gdb.arch/ftrace-insn-reloc.exp
13180 * gdb.arch/gdb1291.exp
13181 * gdb.arch/gdb1431.exp
13182 * gdb.arch/gdb1558.exp
13183 * gdb.arch/i386-dr3-watch.exp
13184 * gdb.arch/i386-sse-stack-align.exp
13185 * gdb.arch/ia64-breakpoint-shadow.exp
13186 * gdb.arch/pa-nullify.exp
13187 * gdb.arch/powerpc-aix-prologue.exp
13188 * gdb.arch/thumb-bx-pc.exp
13189 * gdb.base/annota1.exp
13190 * gdb.base/annota3.exp
13191 * gdb.base/arrayidx.exp
13192 * gdb.base/assign.exp
13193 * gdb.base/attach.exp
13194 * gdb.base/auxv.exp
13195 * gdb.base/bang.exp
13196 * gdb.base/bfp-test.exp
13197 * gdb.base/bigcore.exp
13198 * gdb.base/bitfields2.exp
13199 * gdb.base/break-fun-addr.exp
13200 * gdb.base/break-probes.exp
13201 * gdb.base/call-rt-st.exp
13202 * gdb.base/callexit.exp
13203 * gdb.base/catch-fork-kill.exp
13204 * gdb.base/charset.exp
13205 * gdb.base/checkpoint.exp
13206 * gdb.base/comprdebug.exp
13207 * gdb.base/constvars.exp
13208 * gdb.base/coredump-filter.exp
13209 * gdb.base/cursal.exp
13210 * gdb.base/cvexpr.exp
13211 * gdb.base/detach.exp
13212 * gdb.base/display.exp
13213 * gdb.base/dmsym.exp
13214 * gdb.base/dprintf-pending.exp
13215 * gdb.base/dso2dso.exp
13216 * gdb.base/dtrace-probe.exp
13217 * gdb.base/dump.exp
13218 * gdb.base/enum_cond.exp
13219 * gdb.base/exe-lock.exp
13220 * gdb.base/exec-invalid-sysroot.exp
13221 * gdb.base/execl-update-breakpoints.exp
13222 * gdb.base/exprs.exp
13223 * gdb.base/fileio.exp
13224 * gdb.base/find.exp
13225 * gdb.base/finish.exp
13226 * gdb.base/fixsection.exp
13227 * gdb.base/foll-vfork.exp
13228 * gdb.base/frame-args.exp
13229 * gdb.base/gcore.exp
13230 * gdb.base/gdb1250.exp
13231 * gdb.base/global-var-nested-by-dso.exp
13232 * gdb.base/gnu-ifunc.exp
13233 * gdb.base/hashline1.exp
13234 * gdb.base/hashline2.exp
13235 * gdb.base/hashline3.exp
13236 * gdb.base/hbreak-in-shr-unsupported.exp
13237 * gdb.base/huge.exp
13238 * gdb.base/infcall-input.exp
13239 * gdb.base/info-fun.exp
13240 * gdb.base/info-shared.exp
13241 * gdb.base/jit-simple.exp
13242 * gdb.base/jit-so.exp
13243 * gdb.base/jit.exp
13244 * gdb.base/jump.exp
13245 * gdb.base/label.exp
13246 * gdb.base/lineinc.exp
13247 * gdb.base/logical.exp
13248 * gdb.base/longjmp.exp
13249 * gdb.base/macscp.exp
13250 * gdb.base/miscexprs.exp
13251 * gdb.base/new-ui-echo.exp
13252 * gdb.base/new-ui-pending-input.exp
13253 * gdb.base/new-ui.exp
13254 * gdb.base/nodebug.exp
13255 * gdb.base/nofield.exp
13256 * gdb.base/offsets.exp
13257 * gdb.base/overlays.exp
13258 * gdb.base/pending.exp
13259 * gdb.base/pointers.exp
13260 * gdb.base/pr11022.exp
13261 * gdb.base/printcmds.exp
13262 * gdb.base/prologue.exp
13263 * gdb.base/ptr-typedef.exp
13264 * gdb.base/realname-expand.exp
13265 * gdb.base/relativedebug.exp
13266 * gdb.base/relocate.exp
13267 * gdb.base/remote.exp
13268 * gdb.base/reread.exp
13269 * gdb.base/return2.exp
13270 * gdb.base/savedregs.exp
13271 * gdb.base/sep.exp
13272 * gdb.base/sepdebug.exp
13273 * gdb.base/sepsymtab.exp
13274 * gdb.base/set-inferior-tty.exp
13275 * gdb.base/setshow.exp
13276 * gdb.base/shlib-call.exp
13277 * gdb.base/sigaltstack.exp
13278 * gdb.base/siginfo-addr.exp
13279 * gdb.base/signals.exp
13280 * gdb.base/signull.exp
13281 * gdb.base/sigrepeat.exp
13282 * gdb.base/so-impl-ld.exp
13283 * gdb.base/solib-display.exp
13284 * gdb.base/solib-overlap.exp
13285 * gdb.base/solib-search.exp
13286 * gdb.base/solib-symbol.exp
13287 * gdb.base/structs.exp
13288 * gdb.base/structs2.exp
13289 * gdb.base/symtab-search-order.exp
13290 * gdb.base/twice.exp
13291 * gdb.base/unload.exp
13292 * gdb.base/varargs.exp
13293 * gdb.base/watchpoint-solib.exp
13294 * gdb.base/watchpoint.exp
13295 * gdb.base/whatis.exp
13296 * gdb.base/wrong_frame_bt_full.exp
13297 * gdb.btrace/dlopen.exp
13298 * gdb.cell/ea-standalone.exp
13299 * gdb.cell/ea-test.exp
13300 * gdb.cp/dispcxx.exp
13301 * gdb.cp/gdb2384.exp
13302 * gdb.cp/method2.exp
13303 * gdb.cp/nextoverthrow.exp
13304 * gdb.cp/pr10728.exp
13305 * gdb.disasm/am33.exp
13306 * gdb.disasm/h8300s.exp
13307 * gdb.disasm/mn10300.exp
13308 * gdb.disasm/sh3.exp
13309 * gdb.dwarf2/dw2-dir-file-name.exp
13310 * gdb.fortran/complex.exp
13311 * gdb.fortran/library-module.exp
13312 * gdb.guile/scm-pretty-print.exp
13313 * gdb.guile/scm-symbol.exp
13314 * gdb.guile/scm-type.exp
13315 * gdb.guile/scm-value.exp
13316 * gdb.linespec/linespec.exp
13317 * gdb.mi/gdb701.exp
13318 * gdb.mi/gdb792.exp
13319 * gdb.mi/mi-breakpoint-changed.exp
13320 * gdb.mi/mi-dprintf-pending.exp
13321 * gdb.mi/mi-dprintf.exp
13322 * gdb.mi/mi-exit-code.exp
13323 * gdb.mi/mi-pending.exp
13324 * gdb.mi/mi-solib.exp
13325 * gdb.mi/new-ui-mi-sync.exp
13326 * gdb.mi/pr11022.exp
13327 * gdb.mi/user-selected-context-sync.exp
13328 * gdb.opt/solib-intra-step.exp
13329 * gdb.python/py-events.exp
13330 * gdb.python/py-finish-breakpoint.exp
13331 * gdb.python/py-mi.exp
13332 * gdb.python/py-prettyprint.exp
13333 * gdb.python/py-shared.exp
13334 * gdb.python/py-symbol.exp
13335 * gdb.python/py-template.exp
13336 * gdb.python/py-type.exp
13337 * gdb.python/py-value.exp
13338 * gdb.reverse/solib-precsave.exp
13339 * gdb.reverse/solib-reverse.exp
13340 * gdb.server/solib-list.exp
13341 * gdb.stabs/weird.exp
13342 * gdb.threads/reconnect-signal.exp
13343 * gdb.threads/stepi-random-signal.exp
13344 * gdb.trace/actions.exp
13345 * gdb.trace/ax.exp
13346 * gdb.trace/backtrace.exp
13347 * gdb.trace/change-loc.exp
13348 * gdb.trace/deltrace.exp
13349 * gdb.trace/ftrace-lock.exp
13350 * gdb.trace/ftrace.exp
13351 * gdb.trace/infotrace.exp
13352 * gdb.trace/mi-tracepoint-changed.exp
13353 * gdb.trace/packetlen.exp
13354 * gdb.trace/passcount.exp
13355 * gdb.trace/pending.exp
13356 * gdb.trace/range-stepping.exp
13357 * gdb.trace/report.exp
13358 * gdb.trace/stap-trace.exp
13359 * gdb.trace/tfind.exp
13360 * gdb.trace/trace-break.exp
13361 * gdb.trace/trace-condition.exp
13362 * gdb.trace/trace-enable-disable.exp
13363 * gdb.trace/trace-mt.exp
13364 * gdb.trace/tracecmd.exp
13365 * gdb.trace/tspeed.exp
13366 * gdb.trace/tsv.exp
13367 * lib/perftest.exp
13368
fb9feb35
LM
133692016-12-01 Luis Machado <lgustavo@codesourcery.com>
13370
13371 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13372 with gdb_test_no_output.
13373 Use command as test name.
13374
cd2ddb6c
LM
133752016-12-01 Luis Machado <lgustavo@codesourcery.com>
13376
13377 Fix test names starting with uppercase throughout the files.
13378
13379 * gdb.ada/assign_1.exp
13380 * gdb.ada/boolean_expr.exp
13381 * gdb.base/arrayidx.exp
13382 * gdb.base/del.exp
13383 * gdb.base/gcore-buffer-overflow.exp
13384 * gdb.base/testenv.exp
13385 * gdb.compile/compile.exp
13386 * gdb.python/py-framefilter-invalidarg.exp
13387 * gdb.python/py-framefilter.exp
13388
bb95117e
LM
133892016-12-01 Luis Machado <lgustavo@codesourcery.com>
13390
13391 Fix test names starting with uppercase throughout the files.
13392
13393 * gdb.ada/array_return.exp
13394 * gdb.ada/expr_delims.exp
13395 * gdb.ada/mi_dyn_arr.exp
13396 * gdb.ada/mi_interface.exp
13397 * gdb.ada/mi_var_array.exp
13398 * gdb.ada/watch_arg.exp
13399 * gdb.arch/alpha-step.exp
13400 * gdb.arch/altivec-regs.exp
13401 * gdb.arch/e500-regs.exp
13402 * gdb.arch/powerpc-d128-regs.exp
13403 * gdb.base/arrayidx.exp
13404 * gdb.base/break.exp
13405 * gdb.base/checkpoint.exp
13406 * gdb.base/debug-expr.exp
13407 * gdb.base/dmsym.exp
13408 * gdb.base/radix.exp
13409 * gdb.base/sepdebug.exp
13410 * gdb.base/testenv.exp
13411 * gdb.base/watch_thread_num.exp
13412 * gdb.base/watchpoint-cond-gone.exp
13413 * gdb.cell/break.exp
13414 * gdb.cell/ea-cache.exp
13415 * gdb.compile/compile.exp
13416 * gdb.cp/gdb2495.exp
13417 * gdb.gdb/selftest.exp
13418 * gdb.gdb/xfullpath.exp
13419 * gdb.go/hello.exp
13420 * gdb.go/integers.exp
13421 * gdb.objc/basicclass.exp
13422 * gdb.pascal/hello.exp
13423 * gdb.pascal/integers.exp
13424 * gdb.python/py-breakpoint.exp
13425 * gdb.python/py-cmd.exp
13426 * gdb.python/py-linetable.exp
13427 * gdb.python/py-xmethods.exp
13428 * gdb.python/python.exp
13429 * gdb.reverse/consecutive-precsave.exp
13430 * gdb.reverse/finish-precsave.exp
13431 * gdb.reverse/i386-precsave.exp
13432 * gdb.reverse/machinestate-precsave.exp
13433 * gdb.reverse/sigall-precsave.exp
13434 * gdb.reverse/solib-precsave.exp
13435 * gdb.reverse/step-precsave.exp
13436 * gdb.reverse/until-precsave.exp
13437 * gdb.reverse/watch-precsave.exp
13438 * gdb.threads/leader-exit.exp
13439 * gdb.threads/pthreads.exp
13440 * gdb.threads/wp-replication.exp
13441 * gdb.trace/actions.exp
13442 * gdb.trace/mi-tsv-changed.exp
13443 * gdb.trace/tsv.exp
13444
de97fdd4
LM
134452016-12-01 Luis Machado <lgustavo@codesourcery.com>
13446
13447 Fix test names starting with uppercase throughout the files.
13448
13449 * gdb.arch/i386-bp_permanent.exp
13450 * gdb.arch/i386-gnu-cfi.exp
13451 * gdb.base/disasm-end-cu.exp
13452 * gdb.base/macscp.exp
13453 * gdb.base/pending.exp
13454 * gdb.base/watch_thread_num.exp
13455 * gdb.cp/exception.exp
13456 * gdb.cp/gdb2495.exp
13457 * gdb.cp/local.exp
13458 * gdb.python/py-evsignal.exp
13459 * gdb.python/python.exp
13460 * gdb.trace/tracecmd.exp
13461
9f058c10
LM
134622016-12-01 Luis Machado <lgustavo@codesourcery.com>
13463
13464 Fix test names starting with uppercase throughout the files.
13465
13466 * gdb.base/charset.exp
13467 * gdb.base/eval.exp
13468 * gdb.base/multi-forks.exp
13469 * gdb.guile/scm-progspace.exp
13470 * gdb.opencl/datatypes.exp
13471 * gdb.python/py-block.exp
13472 * gdb.python/py-function.exp
13473 * gdb.python/py-symbol.exp
13474 * gdb.python/py-symtab.exp
13475 * gdb.python/py-xmethods.exp
13476 * gdb.reverse/break-precsave.exp
13477 * gdb.reverse/break-reverse.exp
13478 * gdb.reverse/consecutive-precsave.exp
13479 * gdb.reverse/consecutive-reverse.exp
13480 * gdb.reverse/finish-precsave.exp
13481 * gdb.reverse/finish-reverse-bkpt.exp
13482 * gdb.reverse/finish-reverse.exp
13483 * gdb.reverse/fstatat-reverse.exp
13484 * gdb.reverse/getresuid-reverse.exp
13485 * gdb.reverse/i386-precsave.exp
13486 * gdb.reverse/i386-reverse.exp
13487 * gdb.reverse/i386-sse-reverse.exp
13488 * gdb.reverse/i387-stack-reverse.exp
13489 * gdb.reverse/insn-reverse.exp
13490 * gdb.reverse/machinestate-precsave.exp
13491 * gdb.reverse/machinestate.exp
13492 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13493 * gdb.reverse/pipe-reverse.exp
13494 * gdb.reverse/readv-reverse.exp
13495 * gdb.reverse/recvmsg-reverse.exp
13496 * gdb.reverse/rerun-prec.exp
13497 * gdb.reverse/s390-mvcle.exp
13498 * gdb.reverse/sigall-precsave.exp
13499 * gdb.reverse/sigall-reverse.exp
13500 * gdb.reverse/solib-precsave.exp
13501 * gdb.reverse/solib-reverse.exp
13502 * gdb.reverse/step-precsave.exp
13503 * gdb.reverse/step-reverse.exp
13504 * gdb.reverse/time-reverse.exp
13505 * gdb.reverse/until-precsave.exp
13506 * gdb.reverse/until-reverse.exp
13507 * gdb.reverse/waitpid-reverse.exp
13508 * gdb.reverse/watch-precsave.exp
13509 * gdb.reverse/watch-reverse.exp
13510
cdc7edd7
LM
135112016-12-01 Luis Machado <lgustavo@codesourcery.com>
13512
13513 Fix test names starting with uppercase throughout the files.
13514
13515 * gdb.arch/i386-mpx-simple_segv.exp
13516 * gdb.arch/i386-mpx.exp
13517 * gdb.arch/i386-permbkpt.exp
13518 * gdb.arch/pa-nullify.exp
13519 * gdb.arch/powerpc-d128-regs.exp
13520 * gdb.arch/vsx-regs.exp
13521 * gdb.base/bfp-test.exp
13522 * gdb.base/break.exp
13523 * gdb.base/breakpoint-shadow.exp
13524 * gdb.base/callfuncs.exp
13525 * gdb.base/charset.exp
13526 * gdb.base/commands.exp
13527 * gdb.base/completion.exp
13528 * gdb.base/dfp-test.exp
13529 * gdb.base/echo.exp
13530 * gdb.base/ending-run.exp
13531 * gdb.base/eval.exp
13532 * gdb.base/expand-psymtabs.exp
13533 * gdb.base/float128.exp
13534 * gdb.base/floatn.exp
13535 * gdb.base/foll-exec-mode.exp
13536 * gdb.base/gdb1056.exp
13537 * gdb.base/gdb11531.exp
13538 * gdb.base/kill-after-signal.exp
13539 * gdb.base/multi-forks.exp
13540 * gdb.base/overlays.exp
13541 * gdb.base/pending.exp
13542 * gdb.base/sepdebug.exp
13543 * gdb.base/testenv.exp
13544 * gdb.base/valgrind-db-attach.exp
13545 * gdb.base/watch_thread_num.exp
13546 * gdb.base/watchpoint-cond-gone.exp
13547 * gdb.base/watchpoint.exp
13548 * gdb.base/watchpoints.exp
13549 * gdb.cp/arg-reference.exp
13550 * gdb.cp/baseenum.exp
13551 * gdb.cp/operator.exp
13552 * gdb.cp/shadow.exp
13553 * gdb.dwarf2/dw2-op-out-param.exp
13554 * gdb.dwarf2/dw2-reg-undefined.exp
13555 * gdb.go/chan.exp
13556 * gdb.go/hello.exp
13557 * gdb.go/integers.exp
13558 * gdb.go/methods.exp
13559 * gdb.go/package.exp
13560 * gdb.guile/scm-parameter.exp
13561 * gdb.guile/scm-progspace.exp
13562 * gdb.guile/scm-value.exp
13563 * gdb.mi/mi-pending.exp
13564 * gdb.mi/user-selected-context-sync.exp
13565 * gdb.multi/multi-attach.exp
13566 * gdb.multi/tids.exp
13567 * gdb.opt/clobbered-registers-O2.exp
13568 * gdb.pascal/floats.exp
13569 * gdb.pascal/integers.exp
13570 * gdb.python/py-block.exp
13571 * gdb.python/py-events.exp
13572 * gdb.python/py-parameter.exp
13573 * gdb.python/py-symbol.exp
13574 * gdb.python/py-symtab.exp
13575 * gdb.python/py-type.exp
13576 * gdb.python/py-value.exp
13577 * gdb.python/py-xmethods.exp
13578 * gdb.python/python.exp
13579 * gdb.reverse/break-precsave.exp
13580 * gdb.reverse/consecutive-precsave.exp
13581 * gdb.reverse/finish-precsave.exp
13582 * gdb.reverse/i386-precsave.exp
13583 * gdb.reverse/machinestate-precsave.exp
13584 * gdb.reverse/sigall-precsave.exp
13585 * gdb.reverse/solib-precsave.exp
13586 * gdb.reverse/step-precsave.exp
13587 * gdb.reverse/until-precsave.exp
13588 * gdb.reverse/watch-precsave.exp
13589 * gdb.server/ext-attach.exp
13590 * gdb.server/ext-restart.exp
13591 * gdb.server/ext-run.exp
13592 * gdb.server/ext-wrapper.exp
13593 * gdb.stabs/gdb11479.exp
13594 * gdb.stabs/weird.exp
13595 * gdb.threads/attach-many-short-lived-threads.exp
13596 * gdb.threads/kill.exp
13597 * gdb.threads/watchpoint-fork.exp
13598
bc6c7af4
LM
135992016-12-01 Luis Machado <lgustavo@codesourcery.com>
13600
13601 Fix test names starting with uppercase throughout all the files below.
13602
13603 * gdb.ada/array_return.exp
13604 * gdb.ada/catch_ex.exp
13605 * gdb.ada/info_exc.exp
13606 * gdb.ada/mi_catch_ex.exp
13607 * gdb.ada/mi_dyn_arr.exp
13608 * gdb.ada/mi_ex_cond.exp
13609 * gdb.ada/mi_exc_info.exp
13610 * gdb.ada/mi_interface.exp
13611 * gdb.ada/mi_task_arg.exp
13612 * gdb.ada/mi_task_info.exp
13613 * gdb.ada/mi_var_array.exp
13614 * gdb.arch/alpha-step.exp
13615 * gdb.arch/amd64-disp-step.exp
13616 * gdb.arch/arm-disp-step.exp
13617 * gdb.arch/disp-step-insn-reloc.exp
13618 * gdb.arch/e500-prologue.exp
13619 * gdb.arch/ftrace-insn-reloc.exp
13620 * gdb.arch/gdb1558.exp
13621 * gdb.arch/i386-bp_permanent.exp
13622 * gdb.arch/i386-disp-step.exp
13623 * gdb.arch/i386-float.exp
13624 * gdb.arch/i386-gnu-cfi.exp
13625 * gdb.arch/ia64-breakpoint-shadow.exp
13626 * gdb.arch/mips16-thunks.exp
13627 * gdb.arch/pa-nullify.exp
13628 * gdb.arch/powerpc-aix-prologue.exp
13629 * gdb.arch/powerpc-power.exp
13630 * gdb.arch/ppc-dfp.exp
13631 * gdb.arch/s390-tdbregs.exp
13632 * gdb.arch/spu-info.exp
13633 * gdb.arch/spu-ls.exp
13634 * gdb.arch/thumb-bx-pc.exp
13635 * gdb.base/advance.exp
13636 * gdb.base/annota-input-while-running.exp
13637 * gdb.base/arrayidx.exp
13638 * gdb.base/asmlabel.exp
13639 * gdb.base/async.exp
13640 * gdb.base/attach-wait-input.exp
13641 * gdb.base/auto-connect-native-target.exp
13642 * gdb.base/batch-preserve-term-settings.exp
13643 * gdb.base/bfp-test.exp
13644 * gdb.base/bigcore.exp
13645 * gdb.base/bp-permanent.exp
13646 * gdb.base/break-always.exp
13647 * gdb.base/break-fun-addr.exp
13648 * gdb.base/break-idempotent.exp
13649 * gdb.base/break-main-file-remove-fail.exp
13650 * gdb.base/break-probes.exp
13651 * gdb.base/break-unload-file.exp
13652 * gdb.base/break.exp
13653 * gdb.base/call-ar-st.exp
13654 * gdb.base/call-rt-st.exp
13655 * gdb.base/call-sc.exp
13656 * gdb.base/call-signal-resume.exp
13657 * gdb.base/call-strs.exp
13658 * gdb.base/callexit.exp
13659 * gdb.base/callfuncs.exp
13660 * gdb.base/catch-gdb-caused-signals.exp
13661 * gdb.base/catch-signal-siginfo-cond.exp
13662 * gdb.base/catch-syscall.exp
13663 * gdb.base/compare-sections.exp
13664 * gdb.base/cond-eval-mode.exp
13665 * gdb.base/condbreak-call-false.exp
13666 * gdb.base/consecutive-step-over.exp
13667 * gdb.base/cursal.exp
13668 * gdb.base/disabled-location.exp
13669 * gdb.base/disasm-end-cu.exp
13670 * gdb.base/display.exp
13671 * gdb.base/double-prompt-target-event-error.exp
13672 * gdb.base/dprintf-bp-same-addr.exp
13673 * gdb.base/dprintf-detach.exp
13674 * gdb.base/dprintf-next.exp
13675 * gdb.base/dprintf-non-stop.exp
13676 * gdb.base/dprintf-pending.exp
13677 * gdb.base/dso2dso.exp
13678 * gdb.base/ending-run.exp
13679 * gdb.base/enum_cond.exp
13680 * gdb.base/examine-backward.exp
13681 * gdb.base/exe-lock.exp
13682 * gdb.base/exec-invalid-sysroot.exp
13683 * gdb.base/execl-update-breakpoints.exp
13684 * gdb.base/execution-termios.exp
13685 * gdb.base/fileio.exp
13686 * gdb.base/fixsection.exp
13687 * gdb.base/foll-exec-mode.exp
13688 * gdb.base/foll-exec.exp
13689 * gdb.base/fork-running-state.exp
13690 * gdb.base/frame-args.exp
13691 * gdb.base/fullpath-expand.exp
13692 * gdb.base/func-ptr.exp
13693 * gdb.base/gcore-relro-pie.exp
13694 * gdb.base/gdb1090.exp
13695 * gdb.base/gdb1555.exp
13696 * gdb.base/global-var-nested-by-dso.exp
13697 * gdb.base/gnu-ifunc.exp
13698 * gdb.base/hbreak-in-shr-unsupported.exp
13699 * gdb.base/hbreak-unmapped.exp
13700 * gdb.base/hook-stop.exp
13701 * gdb.base/infcall-input.exp
13702 * gdb.base/info-fun.exp
13703 * gdb.base/info-shared.exp
13704 * gdb.base/interrupt-noterm.exp
13705 * gdb.base/jit-so.exp
13706 * gdb.base/jit.exp
13707 * gdb.base/line-symtabs.exp
13708 * gdb.base/list.exp
13709 * gdb.base/longjmp.exp
13710 * gdb.base/macscp.exp
13711 * gdb.base/max-value-size.exp
13712 * gdb.base/nodebug.exp
13713 * gdb.base/nofield.exp
13714 * gdb.base/overlays.exp
13715 * gdb.base/paginate-after-ctrl-c-running.exp
13716 * gdb.base/paginate-bg-execution.exp
13717 * gdb.base/paginate-inferior-exit.exp
13718 * gdb.base/pending.exp
13719 * gdb.base/pr11022.exp
13720 * gdb.base/printcmds.exp
13721 * gdb.base/ptr-typedef.exp
13722 * gdb.base/ptype.exp
13723 * gdb.base/randomize.exp
13724 * gdb.base/range-stepping.exp
13725 * gdb.base/realname-expand.exp
13726 * gdb.base/relativedebug.exp
13727 * gdb.base/remote.exp
13728 * gdb.base/savedregs.exp
13729 * gdb.base/sepdebug.exp
13730 * gdb.base/set-noassign.exp
13731 * gdb.base/shlib-call.exp
13732 * gdb.base/shreloc.exp
13733 * gdb.base/sigaltstack.exp
13734 * gdb.base/sigbpt.exp
13735 * gdb.base/siginfo-addr.exp
13736 * gdb.base/siginfo-obj.exp
13737 * gdb.base/siginfo-thread.exp
13738 * gdb.base/signest.exp
13739 * gdb.base/signull.exp
13740 * gdb.base/sigrepeat.exp
13741 * gdb.base/skip.exp
13742 * gdb.base/so-impl-ld.exp
13743 * gdb.base/solib-corrupted.exp
13744 * gdb.base/solib-disc.exp
13745 * gdb.base/solib-display.exp
13746 * gdb.base/solib-overlap.exp
13747 * gdb.base/solib-search.exp
13748 * gdb.base/solib-symbol.exp
13749 * gdb.base/source-execution.exp
13750 * gdb.base/sss-bp-on-user-bp-2.exp
13751 * gdb.base/sss-bp-on-user-bp.exp
13752 * gdb.base/stack-checking.exp
13753 * gdb.base/stale-infcall.exp
13754 * gdb.base/step-break.exp
13755 * gdb.base/step-line.exp
13756 * gdb.base/step-over-exit.exp
13757 * gdb.base/step-test.exp
13758 * gdb.base/structs.exp
13759 * gdb.base/sym-file.exp
13760 * gdb.base/symtab-search-order.exp
13761 * gdb.base/term.exp
13762 * gdb.base/type-opaque.exp
13763 * gdb.base/unload.exp
13764 * gdb.base/until-nodebug.exp
13765 * gdb.base/until.exp
13766 * gdb.base/unwindonsignal.exp
13767 * gdb.base/watch-cond.exp
13768 * gdb.base/watch-non-mem.exp
13769 * gdb.base/watch_thread_num.exp
13770 * gdb.base/watchpoint-reuse-slot.exp
13771 * gdb.base/watchpoint-solib.exp
13772 * gdb.base/watchpoint.exp
13773 * gdb.btrace/dlopen.exp
13774 * gdb.cell/arch.exp
13775 * gdb.cell/break.exp
13776 * gdb.cell/bt.exp
13777 * gdb.cell/core.exp
13778 * gdb.cell/data.exp
13779 * gdb.cell/dwarfaddr.exp
13780 * gdb.cell/ea-cache.exp
13781 * gdb.cell/ea-standalone.exp
13782 * gdb.cell/ea-test.exp
13783 * gdb.cell/f-regs.exp
13784 * gdb.cell/fork.exp
13785 * gdb.cell/gcore.exp
13786 * gdb.cell/mem-access.exp
13787 * gdb.cell/ptype.exp
13788 * gdb.cell/registers.exp
13789 * gdb.cell/sizeof.exp
13790 * gdb.cell/solib-symbol.exp
13791 * gdb.cell/solib.exp
13792 * gdb.compile/compile-tls.exp
13793 * gdb.cp/exception.exp
13794 * gdb.cp/gdb2495.exp
13795 * gdb.cp/local.exp
13796 * gdb.cp/mb-inline.exp
13797 * gdb.cp/mb-templates.exp
13798 * gdb.cp/pr10687.exp
13799 * gdb.cp/pr9167.exp
13800 * gdb.cp/scope-err.exp
13801 * gdb.cp/templates.exp
13802 * gdb.cp/virtfunc.exp
13803 * gdb.dwarf2/dw2-dir-file-name.exp
13804 * gdb.dwarf2/dw2-single-line-discriminators.exp
13805 * gdb.fortran/complex.exp
13806 * gdb.fortran/library-module.exp
13807 * gdb.guile/guile.exp
13808 * gdb.guile/scm-cmd.exp
13809 * gdb.guile/scm-frame-inline.exp
13810 * gdb.guile/scm-objfile.exp
13811 * gdb.guile/scm-pretty-print.exp
13812 * gdb.guile/scm-symbol.exp
13813 * gdb.guile/scm-type.exp
13814 * gdb.guile/scm-value.exp
13815 * gdb.linespec/keywords.exp
13816 * gdb.linespec/ls-errs.exp
13817 * gdb.linespec/macro-relative.exp
13818 * gdb.linespec/thread.exp
13819 * gdb.mi/mi-breakpoint-changed.exp
13820 * gdb.mi/mi-dprintf-pending.exp
13821 * gdb.mi/mi-fullname-deleted.exp
13822 * gdb.mi/mi-logging.exp
13823 * gdb.mi/mi-pending.exp
13824 * gdb.mi/mi-solib.exp
13825 * gdb.mi/new-ui-mi-sync.exp
13826 * gdb.mi/user-selected-context-sync.exp
13827 * gdb.multi/dummy-frame-restore.exp
13828 * gdb.multi/multi-arch-exec.exp
13829 * gdb.multi/remove-inferiors.exp
13830 * gdb.multi/watchpoint-multi-exit.exp
13831 * gdb.opt/solib-intra-step.exp
13832 * gdb.perf/backtrace.exp
13833 * gdb.perf/single-step.exp
13834 * gdb.perf/skip-command.exp
13835 * gdb.perf/skip-prologue.exp
13836 * gdb.perf/solib.exp
13837 * gdb.python/lib-types.exp
13838 * gdb.python/py-as-string.exp
13839 * gdb.python/py-bad-printers.exp
13840 * gdb.python/py-block.exp
13841 * gdb.python/py-breakpoint.exp
13842 * gdb.python/py-cmd.exp
13843 * gdb.python/py-events.exp
13844 * gdb.python/py-evthreads.exp
13845 * gdb.python/py-finish-breakpoint.exp
13846 * gdb.python/py-finish-breakpoint2.exp
13847 * gdb.python/py-frame-inline.exp
13848 * gdb.python/py-frame.exp
13849 * gdb.python/py-inferior.exp
13850 * gdb.python/py-infthread.exp
13851 * gdb.python/py-mi.exp
13852 * gdb.python/py-objfile.exp
13853 * gdb.python/py-pp-maint.exp
13854 * gdb.python/py-pp-registration.exp
13855 * gdb.python/py-prettyprint.exp
13856 * gdb.python/py-recurse-unwind.exp
13857 * gdb.python/py-shared.exp
13858 * gdb.python/py-symbol.exp
13859 * gdb.python/py-symtab.exp
13860 * gdb.python/py-template.exp
13861 * gdb.python/py-type.exp
13862 * gdb.python/py-unwind-maint.exp
13863 * gdb.python/py-unwind.exp
13864 * gdb.python/py-value.exp
13865 * gdb.python/python.exp
13866 * gdb.reverse/finish-reverse-bkpt.exp
13867 * gdb.reverse/insn-reverse.exp
13868 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13869 * gdb.reverse/solib-precsave.exp
13870 * gdb.reverse/solib-reverse.exp
13871 * gdb.stabs/gdb11479.exp
13872 * gdb.stabs/weird.exp
13873 * gdb.threads/fork-child-threads.exp
13874 * gdb.threads/fork-plus-threads.exp
13875 * gdb.threads/fork-thread-pending.exp
13876 * gdb.threads/forking-threads-plus-breakpoint.exp
13877 * gdb.threads/hand-call-in-threads.exp
13878 * gdb.threads/interrupted-hand-call.exp
13879 * gdb.threads/linux-dp.exp
13880 * gdb.threads/local-watch-wrong-thread.exp
13881 * gdb.threads/next-while-other-thread-longjmps.exp
13882 * gdb.threads/non-ldr-exit.exp
13883 * gdb.threads/pending-step.exp
13884 * gdb.threads/print-threads.exp
13885 * gdb.threads/process-dies-while-detaching.exp
13886 * gdb.threads/process-dies-while-handling-bp.exp
13887 * gdb.threads/pthreads.exp
13888 * gdb.threads/queue-signal.exp
13889 * gdb.threads/reconnect-signal.exp
13890 * gdb.threads/signal-command-handle-nopass.exp
13891 * gdb.threads/signal-command-multiple-signals-pending.exp
13892 * gdb.threads/signal-delivered-right-thread.exp
13893 * gdb.threads/signal-sigtrap.exp
13894 * gdb.threads/sigthread.exp
13895 * gdb.threads/staticthreads.exp
13896 * gdb.threads/stepi-random-signal.exp
13897 * gdb.threads/thread-unwindonsignal.exp
13898 * gdb.threads/thread_check.exp
13899 * gdb.threads/thread_events.exp
13900 * gdb.threads/tid-reuse.exp
13901 * gdb.threads/tls-nodebug.exp
13902 * gdb.threads/tls-shared.exp
13903 * gdb.threads/tls-so_extern.exp
13904 * gdb.threads/tls.exp
13905 * gdb.threads/wp-replication.exp
13906 * gdb.trace/actions-changed.exp
13907 * gdb.trace/actions.exp
13908 * gdb.trace/backtrace.exp
13909 * gdb.trace/change-loc.exp
13910 * gdb.trace/collection.exp
13911 * gdb.trace/deltrace.exp
13912 * gdb.trace/disconnected-tracing.exp
13913 * gdb.trace/entry-values.exp
13914 * gdb.trace/ftrace-lock.exp
13915 * gdb.trace/ftrace.exp
13916 * gdb.trace/infotrace.exp
13917 * gdb.trace/mi-trace-frame-collected.exp
13918 * gdb.trace/mi-trace-unavailable.exp
13919 * gdb.trace/mi-traceframe-changed.exp
13920 * gdb.trace/mi-tracepoint-changed.exp
13921 * gdb.trace/mi-tsv-changed.exp
13922 * gdb.trace/no-attach-trace.exp
13923 * gdb.trace/packetlen.exp
13924 * gdb.trace/passc-dyn.exp
13925 * gdb.trace/passcount.exp
13926 * gdb.trace/pending.exp
13927 * gdb.trace/pr16508.exp
13928 * gdb.trace/qtro.exp
13929 * gdb.trace/range-stepping.exp
13930 * gdb.trace/read-memory.exp
13931 * gdb.trace/report.exp
13932 * gdb.trace/save-trace.exp
13933 * gdb.trace/signal.exp
13934 * gdb.trace/stap-trace.exp
13935 * gdb.trace/status-stop.exp
13936 * gdb.trace/strace.exp
13937 * gdb.trace/tfile.exp
13938 * gdb.trace/tfind.exp
13939 * gdb.trace/trace-break.exp
13940 * gdb.trace/trace-condition.exp
13941 * gdb.trace/trace-enable-disable.exp
13942 * gdb.trace/trace-mt.exp
13943 * gdb.trace/tracecmd.exp
13944 * gdb.trace/tracefile-pseudo-reg.exp
13945 * gdb.trace/tspeed.exp
13946 * gdb.trace/tstatus.exp
13947 * gdb.trace/tsv.exp
13948 * gdb.trace/unavailable.exp
13949 * gdb.trace/while-dyn.exp
13950 * gdb.trace/while-stepping.exp
13951 * lib/gdb-guile.exp
13952 * lib/gdb.exp
13953 * lib/mi-support.exp
13954 * lib/pascal.exp
13955 * lib/perftest.exp
13956 * lib/prelink-support.exp
13957 * lib/selftest-support.exp
13958
ad02e4fe
SM
139592016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
13960
13961 * Makefile.in: Include disable-implicit-rules.mk.
13962
22347e55
AA
139632016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13964
13965 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
13966 non-byte-aligned bit fields.
13967
da5b30da
AA
139682016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
13969
13970 PR gdb/12616
13971 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
13972 respects the DW_AT_data_bit_offset attribute.
13973
b593ecca
SM
139742016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
13975
13976 * gdb.base/default.exp: Fix output of "set language".
13977
3b165252
SM
139782016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
13979
13980 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
13981 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
13982 make.
13983 * configure.ac: Remove checks for the make program.
13984 * configure: Re-generate.
13985
1a2f3d7f
KB
139862016-11-16 Kevin Buettner <kevinb@redhat.com>
13987
13988 * gdb.python/py-recurse-unwind.c (main): Add loop.
13989 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
13990 to read_register() and gdb.parse_and_eval(). Make each code
13991 call a separate case that can be individually tested.
13992 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
13993 proc. Call cont_and_backtrace for each of the code paths that
13994 we want to test in the unwinder.
13995
b7f38fda
AA
139962016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
13997
13998 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
13999 the definition of struct S.
14000
1f8db343
CM
140012016-11-11 Catherine Moore <clm@codesourcery.com>
14002
14003 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14004
fad0c9fb
PA
140052016-11-09 Pedro Alves <palves@redhat.com>
14006
14007 * gdb.base/commands.exp (runto_or_return): New procedure.
14008 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14009 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14010 (progvar_simple_while_test, progvar_complex_if_while_test)
14011 (if_while_breakpoint_command_test)
14012 (infrun_breakpoint_command_test, breakpoint_command_test)
14013 (user_defined_command_test, watchpoint_command_test)
14014 (test_command_prompt_position, redefine_hook_test)
14015 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14016 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14017 multi_line_input and multi_line. Remove gdb_expect and
14018 gdb_stop_suppressing_tests uses.
14019 * lib/gdb.exp (valnum_re): New global.
14020 (multi_line_input): New procedure.
14021
8354c62c
SM
140222016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14023
14024 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14025 Remove.
14026 (test_setup): Define with proc_with_prefix.
14027 (test_cli_inferior): Likewise.
14028 (test_cli_thread): Likewise.
14029 (test_cli_frame): Likewise.
14030 (test_cli_select_frame): Likewise.
14031 (test_cli_up_down): Likewise.
14032 (test_mi_thread_select): Likewise.
14033 (test_mi_stack_select_frame): Likewise.
14034 (test_cli_in_mi_inferior): Likewise.
14035 (test_cli_in_mi_thread): Likewise.
14036 (test_cli_in_mi_frame): Likewise.
14037 (top level): Do not use with_test_prefix_procname.
14038
64f367a2
PA
140392016-11-09 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.base/commands.exp (gdbvar_simple_if_test)
14042 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14043 (progvar_simple_if_test, progvar_simple_while_test)
14044 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14045 (infrun_breakpoint_command_test, breakpoint_command_test)
14046 (user_defined_command_test, watchpoint_command_test)
14047 (test_command_prompt_position, deprecated_command_test)
14048 (bp_deleted_in_command, temporary_breakpoint_commands)
14049 (stray_arg0_test, source_file_with_indented_comment)
14050 (recursive_source_test, if_commands_test)
14051 (error_clears_commands_left, redefine_hook_test)
14052 (redefine_backtrace_test): Use proc_with_prefix.
14053 * lib/gdb.exp (proc_with_prefix): New proc.
14054
0bb65f1e
AA
140552016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14056
14057 * gdb.base/tui-layout.c: New file.
14058 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14059 disassembly window contains very long lines.
14060
7353f247
TT
140612016-11-08 Tom Tromey <tom@tromey.com>
14062
14063 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14064 depend on Python 2.
14065
30a7bb83
TT
140662016-11-08 Tom Tromey <tom@tromey.com>
14067
14068 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14069 New method.
14070
cdf5a07c
MG
140712016-10-29 Manish Goregaokar <manish@mozilla.com>
14072
2806dc7e 14073 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14074
51a789c3
MG
140752016-10-27 Manish Goregaokar <manish@mozilla.com>
14076
2806dc7e
PA
14077 * gdb.rust/simple.rs: Add test for univariant enums without
14078 discriminants and for encoded struct-like enums.
51a789c3 14079
f610ab6d
PA
140802016-10-28 Pedro Alves <palves@redhat.com>
14081
14082 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14083 gdb_test_multiple, tighten regexps and match symtabs and line
14084 tables incrementally.
14085
b129b0ca
LM
140862016-10-28 Luis Machado <lgustavo@codesourcery.com>
14087
14088 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14089 general.
14090
ecf45d2c
SL
140912016-10-25 Luis Machado <lgustavo@codesourcery.com>
14092
14093 * gdb.base/exec-invalid-sysroot.exp: New file.
14094
b8d38ee4
JK
140952016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14096
14097 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14098
f90fd8c2
JK
140992016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14100
14101 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14102
2d2476aa
MR
141032016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14104
2806dc7e
PA
14105 * gdb.base/killed-outside.exp: Remove $options from a call to
14106 `prepare_for_testing'.
2d2476aa 14107
e42b25a0
SM
141082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14109
14110 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14111 Change test message.
14112
3ccdb432
SM
141132016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14114
14115 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14116 Update comment.
14117
5bad3170
SM
141182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14119
14120 * gdb.trace/mi-trace-save.exp: New file.
14121
5ad9dba7
YQ
141222016-10-13 Yao Qi <yao.qi@linaro.org>
14123
14124 * gdb.base/code_elim.exp (get_var_address): Remove.
14125 * gdb.base/relocate.exp: Likewise.
14126 * gdb.base/shreloc.exp: Likewise.
14127 * lib/gdb.exp (get_var_address): New.
14128
62df7e21
YQ
141292016-10-13 Yao Qi <yao.qi@linaro.org>
14130
14131 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14132 floating point tests if $skip_float_test is false.
14133
4dac951e
LM
141342016-10-12 Luis Machado <lgustavo@codesourcery.com>
14135
14136 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14137 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14138 argc values.
14139 Add 1 to argc so we guarantee distinct initial/modified argc values.
14140
8f1a8fc4
JK
141412016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14142
14143 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14144
16c85b5d
JK
141452016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14146
14147 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14148 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14149 * gdb.arch/vsx-regs.exp: Likewise.
14150
1d0e042a
YQ
141512016-10-07 Yao Qi <yao.qi@linaro.org>
14152
14153 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14154
68dadef5
MM
141552016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14156
14157 * gdb.python/python.exp: Test decode_line("*0").
14158
33fa2c6e
DE
141592016-10-06 Doug Evans <dje@google.com>
14160
14161 * gdb.python/py-value.exp (test_value_creation): Add test for large
14162 unsigned 64-bit value.
14163
9c37b5ae
TT
141642016-10-06 Tom Tromey <tom@tromey.com>
14165
14166 * gdb.compile/compile.exp: Change java tests to rust.
14167 * gdb.base/setshow.exp: Change java tests to rust.
14168 * gdb.base/default.exp: Remove java from language list.
14169 * README (Examples): Update language example.
14170 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14171 test.
14172 * lib/gdb.exp (skip_java_tests): Remove.
14173 * lib/java.exp: Remove.
14174 * gdb.java: Remove.
14175
78b86327
MR
141762016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14177
14178 * gdb.arch/mips-fcr.exp: New test.
14179 * gdb.arch/mips-fcr.c: Source for the new test.
14180
7470adbb
MR
141812016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14182
14183 * gdb.base/solib-disc.exp: Use `standard_output_file'
14184 throughout.
14185
4a556533
PA
141862016-10-06 Pedro Alves <palves@redhat.com>
14187
14188 * gdb.base/jit-simple-dl.c: New file.
14189 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14190 * gdb.base/jit-simple.c: ... this.
14191 * gdb.base/jit-simple.exp (jit_run): Delete.
14192 (build_jit): New proc.
14193 (jit_test_reread): Recompile either the main program or the shared
14194 library, depending on what is being tested. Skip changing address
14195 if caller wants to. Compare before/after addresses. If testing
14196 standalone, explicitly load the binary. Test "maint info
14197 breakpoints".
14198 (top level): Add "standalone vs shared lib" and "change address"
14199 vs "same address" axes.
14200
5a122fbc
PA
142012016-10-06 Pedro Alves <palves@redhat.com>
14202
14203 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14204 call.
14205 (jit_run): Delete.
14206 (jit_test_reread): Use with_test_prefix. Reload the main binary
14207 explicitly. Compare the before/after addresses of the JIT
14208 descriptor.
14209
ee8da4b8
DE
142102016-08-15 Doug Evans <dje@google.com>
14211
14212 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14213 for single bitfields is bool.
14214 * gdb.xml/tdesc-regs.exp: Ditto.
14215
f389f6fe
JK
142162016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14217
14218 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14219
fdebf1a4
YQ
142202016-10-05 Yao Qi <yao.qi@linaro.org>
14221
14222 * lib/gdb.exp (support_complex_tests): Return zero if
14223 gdb_skip_float_test return true.
14224
9c36d954 142252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14226 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14227
14228 PR gdb/20487
14229 * gdb.mi/user-selected-context-sync.exp: New file.
14230 * gdb.mi/user-selected-context-sync.c: New file.
14231
4034d0ff 142322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14233 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14234
14235 PR gdb/20487
14236 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14237 =thread-select-event check.
14238
a4297203
PB
142392016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14240
14241 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14242 the compulsory L operand changes.
14243 * gdb.arch/powerpc-power.s: Likewise.
14244
bb805577
JK
142452016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14246
14247 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14248 * gdb.base/jit-attach-pie.c: New file.
14249 * gdb.base/jit-attach-pie.exp: New file.
14250
6d61dee5
PA
142512016-09-28 Pedro Alves <palves@redhat.com>
14252
14253 * gdb.base/infcall-input.c: New file.
14254 * gdb.base/infcall-input.exp: New file.
14255
f73842fc
YQ
142562016-09-22 Yao Qi <yao.qi@linaro.org>
14257
14258 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14259 (gdb_exit): Rename it to ...
14260 (gdbserver_gdb_exit): ... Close GDBserver.
14261 (gdb_exit): New proc, call gdbserver_gdb_exit.
14262 (mi_gdb_exit): Likewise.
14263
90681dab
YQ
142642016-09-22 Yao Qi <yao.qi@linaro.org>
14265
14266 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14267 path.
14268 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14269 Remove duplication.
14270
9c211fd8
YQ
142712016-09-22 Yao Qi <yao.qi@linaro.org>
14272
14273 * lib/gdbserver-support.exp: Check the existence of
14274 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14275
ad0a504f
AK
142762016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14277
14278 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14279
36cf1806
TT
142802016-09-21 Tom Tromey <tom@tromey.com>
14281
14282 PR gdb/20604:
14283 * gdb.base/quit.exp: New file.
14284
74172ecf
SM
142852016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14286
14287 * .gitignore: New file.
14288
3d0ec882
MR
142892016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14290
14291 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14292 throughout.
14293
8193adea
AA
142942016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14295
14296 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14297
d41a5c09
JK
142982016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14299
14300 * gdb.cp/casts.cc (decltype): Move it ...
14301 (main): ... with its call to ...
14302 * gdb.cp/casts03.cc: ... a new file.
14303 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14304
d2dfe700
JK
143052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14306
14307 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14308
e2a92b16
PB
143092016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14310
14311 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14312 and sync up the test with tests in gas/testsuite/gas/ppc.
14313 * gdb.arch/powerpc-power.exp: Likewise.
14314
49b4de64
JK
143152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14316
14317 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14318
2c29df25
SDJ
143192016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14320 Jan Kratochvil <jan.kratochvil@redhat.com>
14321
14322 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14323 make m1's definition to be different from m2's. Use 'dummy' as an
14324 argument for probe 'two'.
14325
cc3c2846
JB
143262016-09-10 Jon Beniston <jon@beniston.com>
14327
14328 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14329 for sim target.
14330
e1b2624a
AA
143312016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14332
14333 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14334 variable declaration.
14335 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14336 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14337 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14338 received HWCAP as its argument.
14339
4295e285
PA
143402016-09-06 Pedro Alves <palves@redhat.com>
14341
14342 * gdb.base/new-ui-pending-input.c: New file.
14343 * gdb.base/new-ui-pending-input.exp: New file.
14344 * gdb.exp (clear_gdb_spawn_id): New procedure.
14345 (with_spawn_id): Check whether gdb_spawn_id exists before
14346 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14347 on exit.
14348
00d5215e
UW
143492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14350
14351 * gdb.base/float128.c: New file.
14352 * gdb.base/float128.exp: Likewise.
14353 * gdb.base/floatn.c: Likewise.
14354 * gdb.base/floatn.exp: Likewise.
14355
a9ff5f12
UW
143562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14357
14358 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14359
f245535c
PA
143602016-09-05 Pedro Alves <palves@redhat.com>
14361
14362 PR backtrace/19927
14363 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14364 unwinders are immediately called as side effect of "source" or
14365 "disable unwinder" commands.
14366 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14367
ae9cf263
YQ
143682016-09-02 Yao Qi <yao.qi@linaro.org>
14369
14370 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14371 is true and $type is "float" or "double".
14372
27aba047
YQ
143732016-09-02 Yao Qi <yao.qi@linaro.org>
14374
14375 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14376 true.
14377 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14378 * gdb.base/call-rt-st.exp: Likewise.
14379 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14380 return value instead of gdb,skip_float_test.
14381 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14382 (do_function_calls): Use its return value instead of
14383 gdb,skip_float_test.
14384 * gdb.base/finish.exp: Likewise.
14385 * gdb.base/funcargs.exp: Likewise.
14386 * gdb.base/return.exp: Likewise.
14387 * gdb.base/return2.exp: Likewise.
14388 * gdb.base/varargs.exp: Likewise.
14389 * lib/gdb.exp (gdb_skip_float_test): Change it to
14390 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14391
5af962df
AA
143922016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14393
14394 * gdb.multi/tids.exp: Test "thread apply all".
14395
7fac6910
JK
143962016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14397
14398 * gdb.base/default.exp (tty): Remove.
14399
bb1fe4ac
KB
144002016-08-24 Kevin Buettner <kevinb@redhat.com>
14401
2806dc7e
PA
14402 * gdb.python/py-recurse-unwind.c: New file.
14403 * gdb.python/py-recurse-unwind.py: New file.
14404 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14405
0a1ddfa6
SM
144062016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14407
14408 * gdb.base/set-inferior-tty.exp: New file.
14409 * gdb.base/set-inferior-tty.c: New file.
14410
d9de1fe3
PA
144112016-08-23 Pedro Alves <palves@redhat.com>
14412
14413 PR gdb/20494
14414 * gdb.base/new-ui-echo.c: New file.
14415 * gdb.base/new-ui-echo.exp: New file.
14416
e9d9abd7
YQ
144172016-08-23 Yao Qi <yao.qi@linaro.org>
14418
14419 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14420 gdbserver_spawn.
14421 * gdb.server/connect-without-multi-process.exp (do_test):
14422 Likewise.
14423
3589529e
YQ
144242016-08-23 Yao Qi <yao.qi@linaro.org>
14425
14426 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14427 standalone_txt. Delete gdb_txt and standalone_txt on host
14428 and target. Spawn the binary on target. Copy files from
14429 target to host.
14430
6bb90213
PA
144312016-08-22 Pedro Alves <palves@redhat.com>
14432
14433 PR gdb/20505
14434 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14435 with_test_prefix. Factor out bits to ...
14436 (test_no_vdso): ... this new procedure.
14437
20c2c024
CL
144382016-08-19 Carl Love <cel@us.ibm.com>
14439
14440 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14441 maintaining separate logic for constructing the output path.
14442 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14443 * gdb.arch/ppc-dfp.exp: Likewise.
14444 * gdb.arch/ppc-fp.exp: Likewise.
14445 * gdb.arch/vsx-regs.exp: Likewise.
14446 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14447 binprefix for generating the additional binary files.
14448
0646e07d
PA
144492016-08-19 Pedro Alves <palves@redhat.com>
14450
14451 * gdb.trace/mi-trace-frame-collected.exp
14452 (test_trace_frame_collected): On x32, expect two registers.
14453
46da9242
CL
144542016-08-18 Carl Love <cel@us.ibm.com>
14455
14456 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14457 and sync up the test with tests in gas/testsuite/gas/ppc.
14458 * gdb.arch/powerpc-power.exp: Likewise.
14459
eb2332d7
SM
144602016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14461
14462 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14463 expected error message.
14464
63c61e04
SM
144652016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14466
14467 * gdb.multi/remove-inferiors.exp: New file.
14468 * gdb.multi/remove-inferiors.c: New file.
14469
7b17065f
YQ
144702016-08-12 Yao Qi <yao.qi@linaro.org>
14471
14472 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14473 argument list.
14474
01d3dedf
PA
144752016-08-10 Pedro Alves <palves@redhat.com>
14476
14477 PR gdb/19187
14478 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14479 setup_kfails.
14480
3eb7562a
PA
144812016-08-09 Pedro Alves <palves@redhat.com>
14482 Simon Marchi <simon.marchi@ericsson.com>
14483
14484 PR gdb/20418
14485 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14486 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14487
80614914
PA
144882016-08-09 Pedro Alves <palves@redhat.com>
14489
14490 PR mi/20431
14491 * gdb.mi/mi-cmd-error.exp: New file.
14492
f348d89a
PA
144932016-08-09 Pedro Alves <palves@redhat.com>
14494
14495 PR gdb/18653
14496 * gdb.base/signals-state-child.c: New file.
14497 * gdb.base/signals-state-child.exp: New file.
14498 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14499
e5ca03b4
PA
145002016-08-09 Pedro Alves <palves@redhat.com>
14501
14502 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14503
282a0691
TT
145042016-08-03 Tom Tromey <tom@tromey.com>
14505
14506 PR python/18565:
14507 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14508
41bfcd63
YQ
145092016-08-01 Yao Qi <yao.qi@linaro.org>
14510
14511 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14512 variable mode to "multi-process" if $multi_process is 1, otherwise
14513 set it to "single-process".
14514
e3465b24
YQ
145152016-08-01 Yao Qi <yao.qi@linaro.org>
14516
14517 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14518 * gdb.cp/cpexprs.exp: Likewise.
14519 * gdb.cp/m-static.exp: Likewise.
14520
0b31a4bc
TT
145212016-07-26 Tom Tromey <tom@tromey.com>
14522
14523 PR python/20190:
14524 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14525 test.
14526
e0461dbb
MM
145272016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14528
14529 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14530 selecting assembly source files.
14531 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14532 assembly source files.
14533 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14534 assembly source files.
14535 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14536 selecting assembly source files.
14537
8194e927
SM
145382016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14539
14540 * gdb.base/new-ui.exp (do_test_invalid_args): New
14541 procedure.
14542
c0272db5
TW
145432016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14544
14545 * gdb.btrace/reconnect.c: New file.
14546 * gdb.btrace/reconnect.exp: New file.
14547
e3487908
GKB
145482016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14549
14550 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14551 to test_catch_syscall_group.
14552 (test_catch_syscall_group): New.
14553
12df5c00
TT
145542016-07-21 Tom Tromey <tom@tromey.com>
14555
14556 * gdb.rust/simple.rs (main): Use empty struct expression.
14557 * gdb.rust/simple.exp: Add tests for empty struct expression.
14558
bae62ee2
YQ
145592016-07-21 Yao Qi <yao.qi@linaro.org>
14560
14561 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14562 if gdb_skip_xml_test is true on some targets.
14563
b1b53fb3
YQ
145642016-07-21 Yao Qi <yao.qi@linaro.org>
14565
14566 * gdb.server/solib-list.exp: Unset last_loaded_file.
14567
027d97f8
JK
145682016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14569
14570 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14571 "step into captured_main (args)".
14572
7674d381
JK
145732016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14574
14575 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14576
72b5d099
JK
145772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14578
14579 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14580
1f960ced
PA
145812016-07-19 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14584 * gdb.opt/inline-bt.exp: Likewise.
14585 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14586 additional_flags=-Winline.
14587 * gdb.opt/inline-locals.exp: Likewise.
14588 * gdb.opt/inline-markers.c (ATTR): Define.
14589 (inlined_fn): Use it.
14590
f25827c1
YQ
145912016-07-19 Yao Qi <yao.qi@linaro.org>
14592
14593 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14594 (test_with_self): Remove some code. Remove argument executable.
14595 (top-level): Use do_self_tests.
14596
37539ebe
DB
145972016-07-15 Zachary Welch <zwelch@codesourcery.com>
14598 Don Breazeal <donb@codesourcery.com>
14599
14600 * gdb.base/maint.exp: Escape paths used in regular expressions.
14601 * gdb.stabs/weird.exp: Likewise.
14602
dac790e1
TT
146032016-07-13 Tom Tromey <tom@tromey.com>
14604
14605 PR python/15620, PR python/18620:
14606 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14607 (test_bkpt_events): New procs.
14608
93daf339
TT
146092016-07-13 Tom Tromey <tom@tromey.com>
14610
14611 PR python/17698:
14612 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14613 test.
14614 (test_watchpoints): Likewise.
14615 (test_bkpt_pending): New proc.
14616
6571a381
TT
146172016-07-13 Tom Tromey <tom@tromey.com>
14618
14619 PR cli/18053:
14620 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14621 completion test.
14622
e8732474
JK
146232016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14624
14625 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14626 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14627 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14628 f_label.
14629 (g): Rename g_end_lbl to g_label.
14630 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14631 low_pc and high_pc.
14632 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14633
e0f3fd7c
TT
146342016-07-12 Tom Tromey <tom@tromey.com>
14635
14636 PR python/19293:
14637 * gdb.python/py-unwind-maint.exp: Update tests.
14638
3cfe46b6
YQ
146392016-07-12 Yao Qi <yao.qi@linaro.org>
14640
14641 * lib/selftest-support.exp (selftest_setup): Match the output
14642 when captured_main is inlined.
14643
4f19a0e6
WT
146442016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14645
14646 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14647 New variables.
14648 (print this%a, print this%b, print this): New tests.
14649 * gdb.fortran/derived-types.f90 (this): New object and
14650 initialization.
14651
986cf455
SM
146522016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14653
14654 * gdb.ada/arraydim.exp: Remove extra directory level in build
14655 directory.
14656
f0464b23
SM
146572016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14658
14659 * lib/ada.exp: Remove extra directory level in build directory.
14660 * gdb.ada/cond_lang.exp: Likewise.
14661 * gdb.ada/exec_changed.exp: Likewise.
14662 * gdb.ada/lang_switch.exp: Likewise.
14663
42d94011
MG
146642016-07-06 Manish Goregaokar <manish@mozilla.com>
14665
2806dc7e
PA
14666 * simple.rs: Add test for raw pointer subscripting.
14667 * simple.exp: Add test expectations.
42d94011 14668
647c264c
YQ
146692016-07-05 Yao Qi <yao.qi@linaro.org>
14670
14671 * gdb.mi/mi-reverse.exp: Match =record-started output.
14672
20aa2c60
PA
146732016-07-01 Pedro Alves <palves@redhat.com>
14674
14675 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14676 procedure.
14677 (jit_reader_test): Test the jit reader's unwinder.
14678 * gdb.base/jithost.c (jit_function_00_code): New global.
14679 (main): Use memcpy to fill in the mmapped code, instead of poking
14680 bytes manually here.
14681 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14682 value.
14683 (read_debug_info): Save the function's range.
14684 (read_sp): New function.
14685 (unwind_frame): Use it. Also unwind RBP.
14686 (get_frame_id): Use read_sp.
14687 (gdb_init_reader): Use calloc instead of malloc.
14688 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14689 parameter. Use gdb_test_multiple.
14690
ced2dffb
PA
146912016-07-01 Pedro Alves <palves@redhat.com>
14692 Antoine Tremblay <antoine.tremblay@ericsson.com>
14693
14694 * gdb.threads/process-dies-while-detaching.c: New file.
14695 * gdb.threads/process-dies-while-detaching.exp: New file.
14696
63000888
PA
146972016-07-01 Pedro Alves <palves@redhat.com>
14698
14699 * gdb.multi/watchpoint-multi-exit.c: New file.
14700 * gdb.multi/watchpoint-multi-exit.exp: New file.
14701
038d4868
PA
147022016-06-30 Pedro Alves <palves@redhat.com>
14703
14704 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14705 unset inferior_spawn_id.
14706
994e9c83
PA
147072016-06-30 Pedro Alves <palves@redhat.com>
14708
14709 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14710 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14711
e5653468
YQ
147122016-06-29 Yao Qi <yao.qi@linaro.org>
14713
14714 * gdb.base/return.c: Add copyright header.
14715
803b47e5
TT
147162016-06-29 Tom Tromey <tom@tromey.com>
14717
14718 PR python/20129:
14719 * gdb.python/py-framefilter.exp: Add tests for setting priority
14720 and disabling of non-existent frame filter.
14721
28244707
YQ
147222016-06-29 Yao Qi <yao.qi@linaro.org>
14723
14724 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14725 0x0f07ff.
14726
a31d2f06
YQ
147272016-06-28 Yao Qi <yao.qi@linaro.org>
14728
14729 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14730 triplets. Start gdb, execute catch syscall, and continue. Check
14731 gdb's output to determine catch syscall is supported.
14732
921d8f54
MG
147332016-06-27 Manish Goregaokar <manish@mozilla.com>
14734
25d49b86
PA
14735 * gdb.rust/simple.rs: Add test for returning unit in a function.
14736 * gdb.rust/simple.exp: Add expectation for functions returning
14737 unit.
921d8f54 14738
f4952523
PMR
147392016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14740
14741 * gdb.python/py-breakpoint-create-fail.c,
14742 gdb.python/py-breakpoint-create-fail.exp,
14743 gdb.python/py-breakpoint-create-fail.py: New testcase.
14744
fccb08f8
MG
147452016-06-25 Manish Goregaokar <manish@mozilla.com>
14746
14747 PR gdb/20239
14748 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14749 * gdb.rust/simple.exp: Add test expectations for new NonZero
14750 tests.
fccb08f8 14751
6b850546
DT
147522016-06-24 David Taylor <dtaylor@emc.com>
14753
14754 * gdb.base/offsets.exp: New file.
14755 * gdb.base/offsets.c: New file.
14756
17621150
TT
147572016-06-23 Tom Tromey <tom@tromey.com>
14758
14759 PR gdb/16483:
14760 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14761 before any filters are loaded.
14762
04d59df6
WT
147632016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14764
14765 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14766 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14767 structs.
14768 * gdb.fortran/derived-type-function.exp: New file.
14769 * gdb.fortran/derived-type-function.f90: New file.
14770
14771
ac69f786
PA
147722016-06-21 Pedro Alves <palves@redhat.com>
14773
14774 * gdb.base/new-ui.exp: New file.
14775 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14776 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14777 (with_spawn_id): New procedure.
14778
49940788
PA
147792016-06-21 Pedro Alves <palves@redhat.com>
14780
14781 * gdb.mi/mi-exec-run.exp: New file.
14782
ef274d26
PA
147832016-06-21 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14786 breakpoint command's output on the main UI.
14787 (test_break): New procedure, factored out from calls in the top
14788 level.
14789 (top level): Use foreach_with_prefix to test MI as main UI and as
14790 separate UI.
14791
468afe6c
PA
147922016-06-21 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14795 (test_awatch_creation_and_listing)
14796 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14797 Remove 'type' parameter.
14798 (test_watchpoint_all): New parameter mi_mode. Remove
14799 with_test_prefix.
14800 (top level): Use foreach_with_prefix, and add main/separate UI MI
14801 testing axis.
14802
51f77c37
PA
148032016-06-21 Pedro Alves <palves@redhat.com>
14804
14805 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14806 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14807 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14808 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14809 (gdb_main_spawn_id, mi_spawn_id): Declare and
14810 comment.
14811 (mi_create_inferior_pty): New procedure,
14812 factored out from default_mi_gdb_start.
14813 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14814 procedures.
14815 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14816 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14817 Use mi_create_inferior_pty.
14818 (mi_gdb_start): Use eval to pass down args list.
14819
8980e177
PA
148202016-06-21 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14823 * gdb.opt/inline-cmds.exp: Add MI tests.
14824
f38d3ad1
PA
148252016-06-21 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14828
45db7c09
PA
148292016-06-21 Pedro Alves <palves@redhat.com>
14830
14831 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14832 (top level): Use it instead of mi_execute_to.
14833
5a069ab3
PA
148342016-06-21 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14837 (cont_handler_str): New.
14838 (signal_stop_handler): Set stop_handler_str instead of printing to
14839 stdout.
14840 (continue_handler): Set cont_handler_str instead of printing to
14841 stdout.
14842 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14843 mi_send_resuming_command. Print stop_handler_str and
14844 cont_handler_str instead of expecting the python events print
14845 directly.
14846
2838cc1d
SD
148472016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14848
14849 * gdb.base/jit-reader.exp: New file.
14850 * gdb.base/jithost.c: New file.
14851 * gdb.base/jithost.h: New file.
14852 * gdb.base/jitreader.c : New file.
14853 * gdb.base/jit-protocol.h: New file.
14854
21a77091
YQ
148552016-06-17 Yao Qi <yao.qi@linaro.org>
14856
14857 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14858 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14859 and detach-on-fork. Adjust tests.
14860 (top level): Invoke break_cond_on_syscall with combinations of
14861 syscall, follow-fork-mode and detach-on-fork.
14862
f50bf8e5
YQ
148632016-06-17 Yao Qi <yao.qi@linaro.org>
14864
14865 * gdb.base/step-over-exit.c: New.
14866 * gdb.base/step-over-exit.exp: New.
14867
a28d8e50
YTL
148682016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14869
14870 * gdb.base/float.exp: Add target check for nds32*-*-*.
14871 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14872
cad8e26d
AB
148732016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14874
14875 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14876 for unsupported target features.
14877 * gdb.base/call-rt-st.exp: Likewise.
14878 * gdb.base/call-sc.exp: Likewise.
14879 * gdb.base/call-signal-resume.exp: Likewise.
14880 * gdb.base/call-strs.exp: Likewise.
14881 * gdb.base/callexit.exp: Likewise.
14882 * gdb.base/callfuncs.exp: Likewise.
14883 * gdb.base/nodebug.exp: Likewise.
14884 * gdb.base/printcmds.exp: Likewise.
14885 * gdb.base/ptype.exp: Likewise.
14886 * gdb.base/structs.exp: Likewise.
14887 * gdb.base/unwindonsignal.exp: Likewise.
14888 * gdb.cp/gdb2495.exp: Likewise.
14889 * gdb.cp/templates.exp: Likewise.
14890 * gdb.cp/virtfunc.exp: Likewise.
14891 * gdb.threads/hand-call-in-threads.exp: Likewise.
14892 * gdb.threads/interrupted-hand-call.exp: Likewise.
14893 * gdb.threads/thread-unwindonsignal.exp: Likewise.
14894
347dc102
TT
148952016-06-10 Tom Tromey <tom@tromey.com>
14896
14897 PR rust/20110:
14898 * gdb.rust/expr.exp: Add test for integer constant larger than
14899 i32.
14900
5e13cf25
BH
149012016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
14902
14903 * gdb.fortran/nested-funcs.exp: New.
14904 * gdb.fortran/nested-funcs.f90: New.
14905
bb556f1f
TK
149062016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
14907
14908 * gdb.base/examine-backward.c: New file.
14909 * gdb.base/examine-backward.exp: New file.
14910
38b022b4
SM
149112016-06-06 Simon Marchi <simon.marchi@ericsson.com>
14912
14913 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
14914 matching.
14915
1b40ec05
TT
149162016-06-02 Tom Tromey <tom@tromey.com>
14917
14918 PR python/18984:
14919 * gdb.python/py-shared.exp: Add solib_name test.
14920
193bd378
SM
149212016-06-02 Simon Marchi <simon.marchi@ericsson.com>
14922
14923 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
14924
3326303b
MG
149252016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
14926
14927 PR c++/19893
14928 * gdb.dwarf2/implref.exp: Rename to...
14929 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
14930 * gdb.dwarf2/implref-array.c: New file.
14931 * gdb.dwarf2/implref-array.exp: Likewise.
14932 * gdb.dwarf2/implref-global.c: Likewise.
14933 * gdb.dwarf2/implref-global.exp: Likewise.
14934 * gdb.dwarf2/implref-struct.c: Likewise.
14935 * gdb.dwarf2/implref-struct.exp: Likewise.
14936
825c8ef2
AT
149372016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14938
14939 * gdb.trace/trace-condition.exp: Add 64bit tests.
14940
2320162a
AT
149412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14942
14943 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
14944 bits types.
14945 (main): Adapt to 8 to 64 bits types.
14946 * gdb.trace/trace-condition.exp: Add new tests.
14947
a7818233
AT
149482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14949
14950 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
14951
0d336466
AT
149522016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14953
14954 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
14955 Move condition tests...
14956 * gdb.trace/trace-condition.exp: Here.
14957
7faeb45a
AT
149582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
14959
14960 * gdb.trace/trace-condition.exp: Add counter-case tests.
14961
e385593e
JK
149622016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14963
14964 PR c++/15231
14965 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
14966 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
14967
744608cc
PA
149682016-05-27 Pedro Alves <palves@redhat.com>
14969
14970 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
14971 New procedure.
14972 (top level): Call it, and bail out of DejaGnu is known to be bad.
14973
ac775bf4
AB
149742016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
14975
14976 * gdb.base/whatis.c: Extend the test case.
14977 * gdb.base/whatis.exp: Add additional tests.
14978
2bbad2ea
BH
149792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14980
14981* gdb.fortran/type.f90: Add pointer variable.
14982* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
14983
8b70175d
BH
149842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14985
14986 * gdb.fortran/vla-type.exp: Fix testcase name.
14987
86d8a848
BH
149882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14989
14990 * gdb.fortran/vla-type.exp: Access elements in nested structs.
14991
e188eb36
BH
149922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
14993
14994 * gdb.fortran/type.f90: Add nested structures.
14995 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
14996 * gdb.fortran/derived-type.exp: Adapt expected output.
14997 * gdb.fortran/vla-type.exp: Adapt expected output.
14998
9b2db1fd
BH
149992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15000
15001 * gdb.fortran/whatis_type.exp: Adapt expected output.
15002
72b17055
BH
150032016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15004
15005 * gdb.fortran/print_type.exp: Fix expected output.
15006 * gdb.fortran/whatis_type.exp: Fix expected output.
15007
3cd81d8d
BH
150082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15009
15010 * gdb.fortran/whatis_type.exp: Use multi_line.
15011
ddae9462
TT
150122016-05-24 Tom Tromey <tom@tromey.com>
15013
15014 PR python/17386:
15015 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15016 use value as an index.
15017
1957f6b8
TT
150182016-05-23 Tom Tromey <tom@tromey.com>
15019
15020 PR python/17981:
15021 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15022 no-breakpoint case.
15023
026a9174
PA
150242016-05-24 Pedro Alves <palves@redhat.com>
15025
15026 PR gdb/19828
15027 * gdb.threads/clone-attach-detach.c: New file.
15028 * gdb.threads/clone-attach-detach.exp: New file.
15029
e70a7231
FR
150302016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15031
15032 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15033
0f6ed0e0
TT
150342016-05-23 Tom Tromey <tom@tromey.com>
15035
15036 PR python/19438, PR python/18393:
15037 * gdb.python/py-progspace.exp: Add "dir" test.
15038 * gdb.python/py-objfile.exp: Add "dir" test.
15039
ffd19d61
YQ
150402016-05-23 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15043 * gdb.arch/thumb2-it.exp: Likewise.
15044
9e8f9b05
SM
150452016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15046
15047 * gdb.mi/mi-threads-interrupt.c: New file.
15048 * gdb.mi/mi-threads-interrupt.exp: New file.
15049
61c6156d
SM
150502016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15051
15052 PR gdb/18077
15053 * gdb.mi/mi-async-run.exp: New file.
15054 * gdb.mi/mi-async-run.c: New file.
15055
67218854
TT
150562016-05-17 Tom Tromey <tom@tromey.com>
15057 Manish Goregaokar <manishsmail@gmail.com>
15058
15059 * lib/rust-support.exp: New file.
15060 * lib/gdb.exp (skip_rust_tests): New proc.
15061 (build_executable_from_specs): Handle rust.
15062 * lib/future.exp (gdb_find_rustc): New proc.
15063 (gdb_default_target_compile): Handle rust.
15064 * gdb.rust/expr.exp: New file.
15065 * gdb.rust/generics.exp: New file.
15066 * gdb.rust/generics.rs: New file.
15067 * gdb.rust/methods.exp: New file.
15068 * gdb.rust/methods.rs: New file.
15069 * gdb.rust/modules.exp: New file.
15070 * gdb.rust/modules.rs: New file.
15071 * gdb.rust/simple.exp: New file.
15072 * gdb.rust/simple.rs: New file.
15073
c44af4eb
TT
150742016-05-17 Tom Tromey <tom@tromey.com>
15075
15076 * gdb.base/default.exp (set language): Add rust.
15077
dcd1f979
TT
150782016-05-17 Tom Tromey <tom@tromey.com>
15079
15080 * gdb.gdb/unittest.exp: New file.
15081
155b7f57
YQ
150822016-05-16 Yao Qi <yao.qi@linaro.org>
15083
15084 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15085 shell_prompt. Update shell_prompt_re.
15086
8ddd5a6c
DE
150872016-05-12 Doug Evans <dje@google.com>
15088
15089 PR symtab/19999
15090 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15091 $options when building executable.
15092 * gdb.dwarf2/fission-loclists-pie.S: New file.
15093 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15094
02e370d9
SM
150952016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15096
15097 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15098 of [is_remote target],
15099
8929ad8b
SM
151002016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15101
15102 * lib/gdb.exp (use_gdb_stub): New procedure.
15103
6c447423
DE
151042016-05-03 Yunlian Jiang <yunlian@google.com>
15105 Doug Evans <dje@google.com>
15106
15107 PR symtab/19914
15108 * gdb.dwarf2/dwp-sepdebug.c: New file.
15109 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15110
444e826c
SM
151112016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15112
15113 * gdb.base/detach.exp: Remove is_remote check.
15114
740feeaa
SM
151152016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15116
15117 * gdb.base/annota-input-while-running.exp: Don't check for
15118 [is_remote target]. Enable annotations after running to main.
15119 Remove unused "set test..." line.
15120
9080ac9d
SM
151212016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15122
15123 * gdb.trace/trace-enable-disable.exp: New file.
15124 * gdb.trace/trace-enable-disable.c: New file.
15125
952ebca5
SM
151262016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15127
15128 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15129 use it in info sharedlibrary test.
15130 * gdb.trace/ftrace-lock.exp: Likewise.
15131 * gdb.trace/ftrace.exp: Likewise.
15132 * gdb.trace/range-stepping.exp: Likewise.
15133 * gdb.trace/trace-break.exp: Likewise.
15134 * gdb.trace/trace-condition.exp: Likewise.
15135 * gdb.trace/trace-mt.exp: Likewise.
15136
d9019901
SM
151372016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15138
15139 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15140 (gdb_load_shlib): ... this.
15141 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15142 gdb_load_shlib.
15143 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15144 * gdb.base/ctxobj.exp: Likewise.
15145 * gdb.base/dprintf-pending.exp: Likewise.
15146 * gdb.base/dso2dso.exp: Likewise.
15147 * gdb.base/fixsection.exp: Likewise.
15148 * gdb.base/gcore-relro.exp: Likewise.
15149 * gdb.base/gdb1555.exp: Likewise.
15150 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15151 * gdb.base/gnu-ifunc.exp: Likewise.
15152 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15153 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15154 * gdb.base/pending.exp: Likewise.
15155 * gdb.base/print-file-var.exp: Likewise.
15156 * gdb.base/print-symbol-loading.exp: Likewise.
15157 * gdb.base/shlib-call.exp: Likewise.
15158 * gdb.base/shreloc.exp: Likewise.
15159 * gdb.base/so-impl-ld.exp: Likewise.
15160 * gdb.base/solib-disc.exp: Likewise.
15161 * gdb.base/solib-nodir.exp: Likewise.
15162 * gdb.base/solib-overlap.exp: Likewise.
15163 * gdb.base/solib-symbol.exp: Likewise.
15164 * gdb.base/solib-weak.exp (do_test): Likewise.
15165 * gdb.base/sym-file.exp: Likewise.
15166 * gdb.base/symtab-search-order.exp: Likewise.
15167 * gdb.base/type-opaque.exp: Likewise.
15168 * gdb.base/unload.exp: Likewise.
15169 * gdb.base/watchpoint-solib.exp: Likewise.
15170 * gdb.compile/compile.exp: Likewise.
15171 * gdb.cp/gdb2384.exp: Likewise.
15172 * gdb.cp/infcall-dlopen.exp: Likewise.
15173 * gdb.cp/re-set-overloaded.exp: Likewise.
15174 * gdb.fortran/library-module.exp: Likewise.
15175 * gdb.opt/solib-intra-step.exp: Likewise.
15176 * gdb.python/py-finish-breakpoint.exp: Likewise.
15177 * gdb.python/py-shared.exp: Likewise.
15178 * gdb.reverse/solib-precsave.exp: Likewise.
15179 * gdb.reverse/solib-reverse.exp: Likewise.
15180 * gdb.server/solib-list.exp: Likewise.
15181 * gdb.threads/dlopen-libpthread.exp: Likewise.
15182 * gdb.threads/tls-shared.exp: Likewise.
15183 * gdb.threads/tls-so_extern.exp: Likewise.
15184 * gdb.trace/change-loc.exp: Likewise.
15185 * gdb.trace/ftrace-lock.exp: Likewise.
15186 * gdb.trace/ftrace.exp: Likewise.
15187 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15188 * gdb.trace/pending.exp: Likewise.
15189 * gdb.trace/range-stepping.exp: Likewise.
15190 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15191 (strace_info_marker): Likewise.
15192 (strace_probe_marker): Likewise.
15193 (strace_trace_on_same_addr): Likewise.
15194 (strace_trace_on_diff_addr): Likewise.
15195 * gdb.trace/trace-break.exp: Likewise.
15196 * gdb.trace/trace-condition.exp: Likewise.
15197 * gdb.trace/trace-mt.exp: Likewise.
15198
fca4cfd9
SM
151992016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15200
15201 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15202 result of gdb_remote_download.
15203 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15204 * gdb.base/dso2dso.exp: Likewise.
15205 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15206 * gdb.base/print-file-var.exp: Likewise.
15207 * gdb.base/shlib-call.exp: Likewise.
15208 * gdb.base/shreloc.exp: Likewise.
15209 * gdb.base/solib-overlap.exp: Likewise.
15210 * gdb.base/solib-weak.exp (do_test): Likewise.
15211 * gdb.base/unload.exp: Likewise.
15212
11cf4ffb
YQ
152132016-04-27 Yao Qi <yao.qi@linaro.org>
15214
15215 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15216 exists.
15217
3e2e34f8
KB
152182016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15219
15220 * vla-type.exp: Print structure from toplevel.
15221
8f07e298
BH
152222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15223
15224 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15225 of dynamic types.
15226 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15227 of dynamic types.
15228
9920b434
BH
152292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15230
15231 * gdb.fortran/vla-type.f90: New file.
15232 * gdb.fortran/vla-type.exp: New file.
15233
f3abeff5
YQ
152342016-04-25 Yao Qi <yao.qi@linaro.org>
15235
15236 * gdb.base/branch-to-self.c: New file.
15237 * gdb.base/branch-to-self.exp: New file.
15238
0a5d52f0
YQ
152392016-04-22 Yao Qi <yao.qi@linaro.org>
15240
15241 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15242 more after $hex.
15243
495346f6
YQ
152442016-04-22 Yao Qi <yao.qi@linaro.org>
15245
15246 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15247 * gdb.base/annota3.exp: Likewise.
15248
4a7e075c
YQ
152492016-04-22 Yao Qi <yao.qi@linaro.org>
15250
15251 * gdb.reverse/step-precsave.exp: Do one step and test program
15252 stops in "callee" and do multiple steps until program goes out
15253 of "callee".
15254 * gdb.reverse/step-reverse.exp: Likewise.
15255
5b061e98
YQ
152562016-04-22 Yao Qi <yao.qi@linaro.org>
15257
15258 * gdb.trace/signal.exp: Also pass if
15259 $tracepoint_hits($i) > $iterations.
15260
5c5dc57f
YQ
152612016-04-22 Yao Qi <yao.qi@linaro.org>
15262
15263 * gdb.trace/signal.c: New file.
15264 * gdb.trace/signal.exp: New file.
15265
a55411b9
DE
152662016-04-19 Doug Evans <xdje42@gmail.com>
15267
15268 * gdb.base/bad-file.exp: New file.
15269
a22df60a
MG
152702016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15271
15272 * gdb.dwarf2/implref.exp: New file.
15273
0c13f7e5
BH
152742016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15275
15276 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15277 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15278 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15279 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15280 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15281 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15282 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15283 * lib/fortran.exp (fortran_int4): New procedure.
15284 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15285 (fortran_logical4): Likewise.
15286
9b9b09e9
BH
152872016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15288
15289 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15290
a14d1f4d
BH
152912016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15292
15293 * lib/compiler.c: Add Intel specific preprocessor macros.
15294 * lib/compiler.cc: Likewise.
25d49b86 15295
7d49b1d0
LM
152962016-04-13 Luis Machado <lgustavo@codesourcery.com>
15297
15298 * gdb.server/connect-with-no-symbol-file.c: New file.
15299 * gdb.server/connect-with-no-symbol-file.exp: New file.
15300
8392fa22
SM
153012016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15302
15303 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15304
8c4c4aeb
SM
153052016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15306
15307 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15308 standard output directory.
15309
45e3745e
AT
153102016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15311
15312 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15313
e26b7e41
MM
153142016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15315
15316 * gdb.btrace/instruction_history.c (loop): Add declaration.
15317
8ce09462
AT
153182016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15319
15320 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15321
2e88a1ea
SM
153222016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15323
15324 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15325 parentheses to print.
15326 (continue_handler): Likewise.
15327
f48e22e3
SM
153282016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15329
15330 * gdb.server/solib-list.exp: Remove is_remote check.
15331 Pass shlib= to gdb_compile. Don't link shared library with
15332 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15333 Run binary filename through "readlink -f" on the target.
15334
096be756
PA
153352016-04-08 Pedro Alves <palves@redhat.com>
15336
15337 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15338 interpreter filename as argument to gdbserver_spawn.
15339 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15340 Return empty if $last_loaded_file does not exist.
15341
06500533
JK
153422016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15343
15344 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15345 * gdb.base/jit-main.c: Use exit after usage.
15346
2d35e871
JK
153472016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15348
15349 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15350 GDBHISTSIZE prior to the tests.
15351 * gdb.base/gdbinit-history.exp: Likewise.
15352
153532016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15354
15355 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15356 instead of build_executable. Use gdb_load_shlibs.
15357
c8064e7e
YQ
153582016-04-07 Yao Qi <yao.qi@linaro.org>
15359
15360 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15361 Execute "si" command.
15362
bde47561
YQ
153632016-04-07 Yao Qi <yao.qi@linaro.org>
15364
15365 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15366 number instead of the comments on some line.
15367
b16f8a3b
DB
153682016-04-06 Don Breazeal <donb@codesourcery.com>
15369
15370 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15371 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15372
c2f901df
SM
153732016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15374
15375 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15376 standard_output_file. Remove unused binfile variable.
15377
ac17fda0
CU
153782016-04-05 Catalin Udma <catalin.udma@freescale.com>
15379
15380 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15381 * gdb.python/py-mi-objfile.exp: Match "list main" output
15382 in console format.
15383
03a8c4df
SM
153842016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15385
15386 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15387 absolute.
15388
6e774b13
SM
153892016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15390
15391 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15392 absolute.
15393 * gdb.trace/ftrace.exp: Likewise.
15394 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15395 targets as well.
15396 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15397 (gdb_load_shlibs): Copy libraries to test directory when testing
15398 natively. Only set solib-search-path if testing remotely.
15399 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15400
7817ea46
SM
154012016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15402
15403 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15404 gdb_download. Use it even if the target is not remote.
15405 * gdb.base/jit.exp (compile_jit_test): Likewise.
15406 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15407 output directory if the destination board is local, otherwise use
15408 the standard remote_download from DejaGnu.
15409 (gdb_download): Remove.
15410 (gdb_load_shlibs): Use gdb_remote_download instead of
15411 gdb_download.
15412 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15413 Use gdb_remote_download instead of gdb_download. Use it even if
15414 the target is not remote.
15415 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15416 instead of gdb_download.
15417
7beb7f68
SM
154182016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15419
15420 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15421 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15422 run.
15423
cc63428a
AV
154242016-04-01 Artemiy Volkov <artemiyv@acm.org>
15425
15426 PR gdb/19820
15427 * gdb.base/printcmds.exp: Add artificial arrays tests.
15428
64cdf930
PA
154292016-03-31 Pedro Alves <palves@redhat.com>
15430
15431 PR gdb/19858
15432 * gdb.base/jit-main.c: Include unistd.h.
15433 (ATTACH): Define to 0 if not already defined.
15434 (wait_for_gdb, mypid): New globals.
15435 (WAIT_FOR_GDB): New macro.
15436 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15437 some breakpoint locations.
15438 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15439 New procedures.
15440 (one_jit_test): Add REATTACH parameter, and handle it. Use
15441 continue_to_test_location.
15442 (top level): Test attach, and adjusts calls to one_jit_test.
15443
40dea8cb
PA
154442016-03-31 Pedro Alves <palves@redhat.com>
15445
15446 PR gdb/19858
15447 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15448 BINSUFFIX parameter, and handle it.
15449 (top level): Adjust calls compile_jit_test.
15450
e7ea3ec7
CU
154512016-03-31 Catalin Udma <catalin.udma@freescale.com>
15452
15453 PR python/19743
15454 * gdb.python/py-mi-events-gdb.py: New file.
15455 * gdb.python/py-mi-events.c: New file.
15456 * gdb.python/py-mi-events.exp: New file.
15457
e6359af3
YQ
154582016-03-30 Yao Qi <yao.qi@linaro.org>
15459
15460 * gdb.reverse/until-precsave.exp: Match function name only.
15461 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15462 Move malloc to a condition block.
15463 * gdb.reverse/until-reverse.exp: Match function name only.
15464
a4105d04
MK
154652016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15466
15467 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15468 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15469 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15470 variable for GPR 0 instead of assuming it is register 0.
15471 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15472 * lib/trace-support.exp: Add s390 registers.
15473
bfa6adb9
YQ
154742016-03-29 Yao Qi <yao.qi@linaro.org>
15475
15476 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15477
1e6697ea
YQ
154782016-03-24 Yao Qi <yao.qi@linaro.org>
15479
15480 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15481 test message.
15482
64bcd522
AA
154832016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15484
15485 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15486 maintaining separate logic for constructing the output path.
15487
7868401b
DB
154882016-03-16 Don Breazeal <donb@codesourcery.com>
15489
15490 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15491 Retry fork and waitpid on interrupted system call errors.
15492 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15493 Use with_timeout_factor to increase timeout by factor of 10.
15494
1cafadb4
DB
154952016-03-15 Don Breazeal <donb@codesourcery.com>
15496
15497 * gdb.cp/scope-err.cc: New test program.
15498 * gdb.cp/scope-err.exp: New test script.
15499 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15500 lines and "set breakpoint here" comment.
15501 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15502 Fixed some whitespace and format issues.
15503 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15504 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15505
81516450
DE
155062016-03-15 Doug Evans <dje@google.com>
15507
15508 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15509 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15510 All callers updated. Add tests for enums, mixed flags register.
15511
aa52b601
DE
155122016-03-15 Doug Evans <dje@google.com>
15513
15514 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15515 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15516
fa4ff313
SM
155172016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15518
15519 * gdb.base/default.exp: Add $_as_string to the list of expected
15520 convenience functions.
15521
f2403c39
AB
155222016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15523
15524 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15525
f2f3ccb9
SM
155262016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15527
15528 * gdb.python/py-as-string.exp: New file.
15529 * gdb.python/py-as-string.c: New file.
15530
00dbd492
PA
155312016-03-09 Pedro Alves <palves@redhat.com>
15532
15533 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15534 signal" -> "Thread NN received signal" output change.
15535 * gdb.threads/ia64-sigill.exp: Likewise.
15536 * gdb.threads/linux-dp.exp: Likewise.
15537 * gdb.threads/manythreads.exp: Likewise.
15538 * gdb.threads/pending-step.exp: Likewise.
15539 * gdb.threads/print-threads.exp: Likewise.
15540 * gdb.threads/sigstep-threads.exp: Likewise.
15541 * gdb.threads/staticthreads.exp: Likewise.
15542 * gdb.threads/tls.exp: Likewise.
15543
1e6697ea
YQ
155442016-03-09 Pedro Alves <palves@redhat.com>
15545
15546 * gdb.base/command-line-input.exp: New file.
15547
b04fd3be
MK
155482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15549
15550 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15551 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15552 * gdb.trace/pending.exp: Accept leading dot before function name.
15553 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15554 * lib/trace-support.exp: Set registers for ppc.
15555
98fa59e9
MK
155562016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15557
15558 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15559 use it for disassembly; accept .main in addition to main in backtrace.
15560
f77198c8
MK
155612016-03-09 Wei-cheng Wang <cole945@gmail.com>
15562 Marcin Kościelnicki <koriakin@0x04.net>
15563
15564 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15565 (gdb_recursion_test_ptr): New global variable.
15566 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15567 gdb_recursion_test.
15568 (gdb_c_test): Ditto.
15569
ba84e0da
MK
155702016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15571
15572 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15573 ordering.
15574
4366d36e
MK
155752016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15576
15577 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15578 (bar): Add bar_start_lbl label.
15579 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15580 of foo/bar for emitting DWARF and tracing.
15581
5eb264df
SDJ
155822016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15583
15584 * analyze-racy-logs.py: Set executable bit.
15585
fb6a751f
SDJ
155862016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15587
15588 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15589 (CHECK_TARGET_TMP): Likewise.
15590 (check-single-racy): New rule.
15591 (check-parallel-racy): Likewise.
15592 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15593 (do-check-parallel-racy): New rule.
15594 (check-racy/%.exp): Likewise.
15595 * README (Racy testcases): New section.
15596 * analyze-racy-logs.py: New file.
15597
bdf7e230
DE
155982016-03-03 Doug Evans <dje@google.com>
15599
15600 * gdb.base/skip.exp: Use with_test_prefix.
15601
4719d415
YQ
156022016-03-03 Yao Qi <yao.qi@linaro.org>
15603
15604 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15605 Invoke step_over_syscall "clone" and break_cond_on_syscall
15606 "clone".
15607 * gdb.base/step-over-clone.c: New file.
15608
ea507862
YQ
156092016-03-03 Yao Qi <yao.qi@linaro.org>
15610
15611 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15612 code format.
15613
8fc8cbda
YQ
156142016-03-03 Yao Qi <yao.qi@linaro.org>
15615
15616 * gdb.base/disp-step-fork.c: Rename to ...
15617 * gdb.base/step-over-fork.c: ... it. New file.
15618 * gdb.base/disp-step-vfork.c: Rename to ...
15619 * gdb.base/step-over-vfork.c: ... it. New file.
15620 * gdb.base/disp-step-syscall.exp: Rename to ...
15621 * gdb.base/step-over-syscall.exp: ... it. New file.
15622 (disp_step_cross_syscall): Rename to ...
15623 (step_over_syscall): ... it.
15624
92fa70b0
YQ
156252016-03-03 Yao Qi <yao.qi@linaro.org>
15626
15627 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15628 If target supports condition evaluation on target, invoke
15629 break_cond_on_syscall for fork and vfork.
15630
e197ad3c
YQ
156312016-03-03 Yao Qi <yao.qi@linaro.org>
15632
15633 * gdb.base/disp-step-syscall.exp: Don't invoke
15634 support_displaced_stepping.
15635 (disp_step_cross_syscall): Test with displaced stepping off and
15636 on if supported.
15637
0b47da9f
YQ
156382016-03-03 Yao Qi <yao.qi@linaro.org>
15639
15640 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15641 proc.
15642 (setup): New proc.
15643 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15644 and setup.
15645
065ab6dc
BH
156462016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15647
15648 * gdb.fortran/vla-history.exp: Remove breakpoint.
15649
07e448ad 156502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15651
25d49b86
PA
15652 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15653 exceeds timeout.
07e448ad 15654
9ac2d526 156552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15656
25d49b86
PA
15657 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15658 breakpoint.
9ac2d526 15659
17807369
BH
156602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15661
15662 * gdb.mi/vla.f90: Nullify pointer after declaration.
15663
86e501af
PA
156642016-03-01 Pedro Alves <palves@redhat.com>
15665
15666 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15667
1e903e32
PA
156682016-03-01 Pedro Alves <palves@redhat.com>
15669
15670 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15671 before anything else.
15672 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15673 _GNU_SOURCE here.
15674 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15675 before anything else.
15676 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15677
6ccb54e2
PA
156782016-03-01 Pedro Alves <palves@redhat.com>
15679
15680 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15681
30ca9da1
YQ
156822016-03-01 Yao Qi <yao.qi@linaro.org>
15683
15684 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15685 prepare_for_testing.
15686
dc856b38
YQ
156872016-03-01 Yao Qi <yao.qi@linaro.org>
15688
15689 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15690
4a932159
AA
156912016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15692
15693 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15694 manually constructing the output path.
15695
f2489477
AA
156962016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15697
15698 * gdb.arch/s390-stackless.S: New.
15699 * gdb.arch/s390-stackless.exp: New.
15700
38899f16
IB
157012016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15702
15703 * gdb.dlang/circular.c: New file.
15704 * gdb.dlang/circular.exp: New file.
15705
9fde51ed
YQ
157062016-02-26 Yao Qi <yao.qi@linaro.org>
15707
15708 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15709 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15710 (testcases): Update.
15711
ce90fefe
YQ
157122016-02-26 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.reverse/aarch64.c: Rename to ...
15715 * gdb.reverse/insn-reverse.c: ... it.
15716 * gdb.reverse/aarch64.exp: Rename to ...
15717 * gdb.reverse/insn-reverse.exp: ... it.
15718
3263bceb
YQ
157192016-02-26 Yao Qi <yao.qi@linaro.org>
15720
15721 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15722 (testcase_ftype): New.
15723 (testcases): New array.
15724 (n_testcases): New.
15725 (main): Call each element in testcases.
15726 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15727 (read_testcase): New.
15728 Do the tests in a loop.
15729
6cb59ff1
YQ
157302016-02-25 Yao Qi <yao.qi@linaro.org>
15731
15732 * gdb.base/branches.c: Remove.
15733
ae91f625
MK
157342016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15735
15736 PR gdb/13808
15737 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15738
678b48b7
MK
157392016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15740
15741 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15742
7337a6f2
MK
157432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15744
15745 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15746 change x86_64 call_insn to 'callq'.
15747
861ca91f
AT
157482016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15749
15750 * gdb.trace/tfile-avx.c: Move to...
15751 * gdb.trace/tracefile-pseudo-reg.c: Here.
15752 * gdb.trace/tfile-avx.exp: Move to...
15753 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15754
bf74e428
GB
157552016-02-24 Gary Benson <gbenson@redhat.com>
15756
15757 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15758 message on attach.
15759
cce0e923
DE
157602016-02-23 Doug Evans <dje@google.com>
15761
15762 * gdb.base/skip.c (test_skip): New function.
15763 (end_test_skip_file_and_function): New function.
15764 (test_skip_file_and_function): New function.
15765 * gdb.base/skip1.c (test_skip): New function.
15766 (skip1_test_skip_file_and_function): New function.
15767 * gdb.base/skip.exp: Add tests for new skip options.
15768 * gdb.base/skip-solib.exp: Update expected output.
15769 * gdb.perf/skip-command.cc: New file.
15770 * gdb.perf/skip-command.exp: New file.
15771 * gdb.perf/skip-command.py: New file.
15772
4000e47e
MK
157732016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15774
15775 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15776 info registers pattern.
15777
24f75ead
IB
157782016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15779
15780 * lib/future.exp: Add D support.
15781 (gdb_find_gdc): New proc.
15782 (gdb_default_target_compile): Add D support.
15783
fbb7bcbe
WW
157842016-02-18 Wei-cheng Wang <cole945@gmail.com>
15785
15786 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15787 user+system time.
15788 (trace_speed_test): Determine the iteration count for a time
15789 between 15..30 seconds.
15790
012b3a21
WT
157912016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15792
15793 * gdb.arch/i386-mpx-sigsegv.c: New file.
15794 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15795 * gdb.arch/i386-mpx-simple_segv.c: New file.
15796 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15797
2d5189bd
YQ
157982016-02-18 Yao Qi <yao.qi@linaro.org>
15799
15800 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15801 Don't call setup_kfail.
15802
40fb20d0
YQ
158032016-02-18 Yao Qi <yao.qi@linaro.org>
15804
15805 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15806 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15807
21b1f8d2
DE
158082016-02-16 Doug Evans <dje@google.com>
15809
15810 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15811 * gdb.base/skip1.c: Ditto.
15812 * gdb.base/skip.exp: Whitespace cleanup.
15813
4041ed77
DB
158142016-02-16 Don Breazeal <donb@codesourcery.com>
15815
15816 PR remote/19496
15817 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15818 Remove kfail for PR remote/19496.
15819
c4ef31bf
SM
158202016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15821
15822 * lib/gdb.exp (standard_temp_file): Return a path specific to
15823 the runtest invocation.
15824
266b65b3
SM
158252016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15826
15827 * gdb.trace/save-trace.exp: Change relative path to be in the
15828 standard output directory.
15829
a7a0a6a9
JK
158302016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15831
15832 * gdb.arch/i386-prologue.c: Add missing prototypes.
15833
c99dbb42
JK
158342016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15835
15836 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15837 * gdb.arch/i386-prologue.exp: Likewise.
15838 * gdb.arch/i386-size.exp: Likewise.
15839
aa480355
SM
158402016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15841
15842 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15843 define object file path.
15844 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15845 file path.
15846 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15847 standard_output_file to define binfile.
15848
ba881f50
JK
158492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15850
15851 Fix compatibility with recent gfortran-5.3.1.
15852 * gdb.fortran/vla-history.exp (print vla1 allocated)
15853 (print vla2 allocated, print $2, print $3): Remove
15854 (print $4): Rename to ...
15855 (print $2): ... here.
15856 (print $9): Rename to ...
15857 (print $5): ... here.
15858 (print $10): Rename to ...
15859 (print $6): ... here.
15860 * gdb.fortran/vla.f90: Add pvla initialization.
15861
e9fb005c
JK
158622016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15863
15864 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15865 New test.
15866 * gdb.fortran/vla-value-sub.exp: Likewise.
15867
e44e00ff
MK
158682016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15869
15870 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15871
97e94151
SM
158722016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15873
15874 * i386-biarch-core.exp: Define corefile using
15875 standard_output_file.
15876
01113bc1
YQ
158772016-02-12 Yao Qi <yao.qi@linaro.org>
15878
15879 * gdb.arch/arm-single-step-kernel-helper.c: New.
15880 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15881
33b4777c
MM
158822016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15883
15884 * gdb.btrace/tailcall-only.exp: New.
15885 * gdb.btrace/tailcall-only.c: New.
15886 * gdb.btrace/x86_64-tailcall-only.S: New.
15887 * gdb.btrace/i686-tailcall-only.S: New.
15888
acc23c11
PA
158892016-02-11 Pedro Alves <palves@redhat.com>
15890
15891 * README (Parallel testing): Add missing double quotes.
15892
e352bf0a
PA
158932016-02-11 Pedro Alves <palves@redhat.com>
15894
15895 * README (Parallel testing): New section.
15896 (GDB_PARALLEL): Rewrite.
15897 (FORCE_PARALLEL): Document.
15898
9f5fed78
MK
158992016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
15900
15901 * gdb.trace/tfile-avx.c: New test.
15902 * gdb.trace/tfile-avx.exp: New test.
15903
9ef9e6a6
KS
159042016-02-09 Keith Seitz <keiths@redhat.com>
15905
15906 PR breakpoints/19546
15907 * gdb.base/infcall-exec.c: New file.
15908 * gdb.base/infcall-exec2.c: New file.
15909 * gdb.base/infcall-exec.exp: New file.
15910
a96e36da
KS
159112016-02-09 Keith Seitz <keiths@redhat.com>
15912
15913 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
15914 (toplevel): Call test_bkpt_address.
15915
9f61929f
KS
159162016-02-09 Keith Seitz <keiths@redhat.com>
15917
15918 PR python/19506
15919 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
15920 (toplevel): Call test_bkpt_address.
15921
1e94266c
SM
159222016-02-09 Simon Marchi <simon.marchi@ericsson.com>
15923
15924 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
15925 to AC_OUTPUT.
15926 * configure: Regenerate.
15927
2a7f3dff
PA
159282016-02-09 Pedro Alves <palves@redhat.com>
15929
15930 PR breakpoints/19548
15931 * gdb.base/execl-update-breakpoints.c (some_function): New
15932 function.
15933 (main): Call it.
15934 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
15935 Tighten expected GDB output.
15936
2151ccc5
SM
159372016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15938
15939 * Makefile.in (ALL_SUBDIRS): Remove.
15940 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
15941 (distclean maintainer-clean realclean): Likewise.
15942 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
15943 * configure: Regenerate.
15944 * gdb.ada/Makefile.in: Delete.
15945 * gdb.arch/Makefile.in: Likewise.
15946 * gdb.asm/Makefile.in: Likewise.
15947 * gdb.base/Makefile.in: Likewise.
15948 * gdb.btrace/Makefile.in: Likewise.
15949 * gdb.cell/Makefile.in: Likewise.
15950 * gdb.compile/Makefile.in: Likewise.
15951 * gdb.cp/Makefile.in: Likewise.
15952 * gdb.disasm/Makefile.in: Likewise.
15953 * gdb.dlang/Makefile.in: Likewise.
15954 * gdb.dwarf2/Makefile.in: Likewise.
15955 * gdb.fortran/Makefile.in: Likewise.
15956 * gdb.gdb/Makefile.in: Likewise.
15957 * gdb.go/Makefile.in: Likewise.
15958 * gdb.guile/Makefile.in: Likewise.
15959 * gdb.java/Makefile.in: Likewise.
15960 * gdb.linespec/Makefile.in: Likewise.
15961 * gdb.mi/Makefile.in: Likewise.
15962 * gdb.modula2/Makefile.in: Likewise.
15963 * gdb.multi/Makefile.in: Likewise.
15964 * gdb.objc/Makefile.in: Likewise.
15965 * gdb.opencl/Makefile.in: Likewise.
15966 * gdb.opt/Makefile.in: Likewise.
15967 * gdb.pascal/Makefile.in: Likewise.
15968 * gdb.perf/Makefile.in: Likewise.
15969 * gdb.python/Makefile.in: Likewise.
15970 * gdb.reverse/Makefile.in: Likewise.
15971 * gdb.server/Makefile.in: Likewise.
15972 * gdb.stabs/Makefile.in: Likewise.
15973 * gdb.threads/Makefile.in: Likewise.
15974 * gdb.trace/Makefile.in: Likewise.
15975 * gdb.xml/Makefile.in: Likewise.
15976 * lib/gdb.exp (make_gdb_parallel_path): Add check for
15977 GDB_PARALLEL.
15978 (standard_output_file): Remove check for GDB_PARALLEL, always
15979 return path in outputs/$subdir/$testname.
15980
437277d4
SM
159812016-02-08 Simon Marchi <simon.marchi@ericsson.com>
15982
15983 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
15984 (site.exp): Assign abs_srcdir to tcl's srcdir.
15985
31d913c7
YQ
159862016-02-04 Yao Qi <yao.qi@linaro.org>
15987
15988 * gdb.base/foll-exec-mode.c: Include limits.h.
15989 (main): Add parameters argc and argv. Get directory from
15990 argv[0].
15991 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
15992 compilation.
15993 * gdb.base/foll-exec.c: Include limits.h.
15994 (main): Add parameters argc and argv.
15995 Get directory from argv[0].
15996 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
15997 Adjust tests on the number of lines as source code changed.
15998 * gdb.base/foll-vfork-exit.c: Include limits.h.
15999 (main): Add one line of statement before vfork.
16000 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16001 (main): Add parameters argc and argv. Get directory from
16002 argv[0].
16003 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16004 (setup_gdb): Set tbreak to skip some source lines.
16005 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16006 (main): Add parameters argc and argv. Get directory from
16007 argv[0].
16008 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16009 compilation.
16010 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16011 (main): Add parameters argc and argv. Get directory from
16012 argv[0].
16013 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16014 compilation.
16015
9482b9fb
DE
160162016-02-01 Doug Evans <dje@google.com>
16017
16018 * gdb.base/skip.exp: Clean up multiple references to same test name.
16019
6b2e4f10
PA
160202016-02-01 Pedro Alves <palves@redhat.com>
16021
ccb6afd6 16022 PR remote/19496
6b2e4f10
PA
16023 * gdb.threads/forking-threads-plus-breakpoint.exp
16024 (displaced_stepping_supported): New global.
16025 (probe_displaced_stepping_support): New procedure.
16026 (do_test): Add 'displaced' parameter, and use it.
16027 (top level): Check for displaced stepping support. Add displaced
16028 stepping on/off testing axis.
16029
37a8db1a
AB
160302016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16031
16032 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16033 pointer. Don't perform further tests on the unassociated pointer
16034 if the first test fails.
16035
5fdf6324
AB
160362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16037
16038 * gdb.base/max-value-size.c: New file.
16039 * gdb.base/max-value-size.exp: New file.
16040 * gdb.base/huge.exp: Disable max-value-size for this test.
16041
935c6144
IB
160422016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16043
16044 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16045
7fe8399d
YQ
160462016-01-28 Yao Qi <yao.qi@linaro.org>
16047
16048 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16049
a2077e25
PA
160502016-01-25 Pedro Alves <palves@redhat.com>
16051
16052 PR threads/19461
16053 * gdb.base/fork-running-state.c: New file.
16054 * gdb.base/fork-running-state.exp: New file.
16055
1d2736d4
PA
160562016-01-25 Pedro Alves <palves@redhat.com>
16057
16058 PR gdb/19494
16059 * gdb.base/catch-fork-kill.c: New file.
16060 * gdb.base/catch-fork-kill.exp: New file.
16061
f1da4b11
PA
160622016-01-25 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16065 Delete, moved to lib/gdb.exp.
16066 * gdb.threads/forking-threads-plus-breakpoint.exp
16067 (foreach_with_prefix): Likewise.
16068 * gdb.threads/process-dies-while-handling-bp.exp
16069 (foreach_with_prefix): Likewise.
16070 * lib/gdb.exp (foreach_with_prefix): New procedure.
16071
45f38546
MK
160722016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16073
16074 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16075 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16076
dc29a1ce
MK
160772016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16078
16079 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16080 endian targets.
16081
092127d7
JK
160822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16083 Pedro Alves <palves@redhat.com>
16084
16085 Fix testsuite compatibility with Guile.
16086 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16087 number.
16088
31d765d3
JK
160892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16090
16091 Fix testsuite compatibility with Guile.
16092 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16093 (thread 1): New test for backtrace through signal handler.
16094
1ac78c04
YQ
160952016-01-22 Yao Qi <yao.qi@linaro.org>
16096
16097 PR testsuite/19491
16098 * gdb.base/multi-forks.c: Include
16099 ../lib/unbuffer_output.c
16100 (main): Call gdb_unbuffer_output.
16101
4f5946a8
DE
161022016-01-21 Doug Evans <dje@google.com>
16103
16104 * lib/ada.exp (gdb_compile_ada): Fix typo.
16105
305e13e6
JB
161062016-01-21 Joel Brobecker <brobecker@adacore.com>
16107
16108 * gdb.base/break-fun-addr.exp: New file.
16109 * gdb.base/break-fun-addr1.c: New file.
16110 * gdb.base/break-fun-addr2.c: New file.
16111
5f5dfff6
SM
161122016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16113
16114 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16115 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16116 enum flag values.
16117
fd356fa2
AA
161182016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16119
16120 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16121 when GDB can not set the vector return value. Add more comments
16122 for clarification.
16123
9df22175
AT
161242016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16125
16126 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16127 command.
16128
41d1845e
SM
161292016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16130
16131 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16132
01ac6840
SM
161332016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16134
16135 * Makefile.in (check-single): Pass --status to runtest.
16136 (check/%.exp): Likewise.
16137
161382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16139
16140 * Makefile.in (check-parallel): Propagate return code from make
16141 do-check-parallel.
16142
bd0a71fa
MK
161432016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16144
16145 * gdb.trace/ftrace.exp: Fix expected message on continue.
16146 * gdb.trace/pending.exp: Fix expected message on continue.
16147 * gdb.trace/trace-break.exp: Fix expected message on continue.
16148
8bcbad33
SM
161492016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16150
16151 * lib/gdb.exp (gdb_test): Remove unused global references.
16152
f303dbd6
PA
161532016-01-18 Pedro Alves <palves@redhat.com>
16154
16155 * gdb.base/async-shell.exp: Adjust expected output.
16156 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16157 * gdb.base/siginfo-thread.exp: Adjust expected output.
16158 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16159 * gdb.java/jnpe.exp: Adjust expected output.
16160 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16161 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16162 * gdb.threads/leader-exit.exp: Adjust expected output.
16163 * gdb.threads/manythreads.exp: Adjust expected output.
16164 * gdb.threads/pthreads.exp: Adjust expected output.
16165 * gdb.threads/schedlock.exp: Adjust expected output.
16166 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16167 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16168 expected output.
16169 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16170 output.
16171 * gdb.threads/sigthread.exp: Adjust expected output.
16172 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16173
b2789696
YQ
161742016-01-18 Yao Qi <yao.qi@linaro.org>
16175
16176 * gdb.guile/scm-section-script.c: Replace @progbits with
16177 %progbits.
16178 * gdb.python/py-section-script.c: Likewise.
16179
71ef29a8
PA
161802016-01-15 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.multi/tids.exp: Test star wildcard ranges.
16183
3f5b7598
PA
161842016-01-15 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16187 command from "thread apply" invocation.
16188 (thr_apply_info_thr_invalid): Default the expected output to the
16189 input tid list.
16190 (top level): Add tests that use convenience variables. Add tests
16191 for "thread apply" with a valid TID list, but missing the command.
16192
663f6d42
PA
161932016-01-13 Pedro Alves <palves@redhat.com>
16194
16195 * gdb.base/default.exp: Expect $_gthread as well.
16196 * gdb.multi/tids.exp: Test $_gthread.
16197 * gdb.threads/thread-specific.exp: Test $_gthread.
16198
c84f6bbf
PA
161992016-01-13 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.multi/tids.exp: Test "info threads -gid".
16202
22a02324
PA
162032016-01-13 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16206 Breakpoint.thread.
16207 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16208
5d5658a1
PA
162092016-01-07 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/break.exp: Adjust to output changes.
16212 * gdb.base/hbreak2.exp: Likewise.
16213 * gdb.base/sepdebug.exp: Likewise.
16214 * gdb.base/watch_thread_num.exp: Likewise.
16215 * gdb.linespec/keywords.exp: Likewise.
16216 * gdb.multi/info-threads.exp: Likewise.
16217 * gdb.threads/thread-find.exp: Likewise.
16218 * gdb.multi/tids.c: New file.
16219 * gdb.multi/tids.exp: New file.
16220
84654457
PA
162212016-01-13 Pedro Alves <palves@redhat.com>
16222
16223 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16224
e3940304
PA
162252016-01-13 Pedro Alves <palves@redhat.com>
16226
16227 * gdb.base/default.exp: Expect $_inferior as well.
16228 * gdb.multi/base.exp: Test $_inferior.
16229
a911d87a
PA
162302016-01-13 Pedro Alves <palves@redhat.com>
16231
16232 PR breakpoints/19388
16233 * gdb.base/catch-signal-siginfo-cond.c: New file.
16234 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16235
82075af2
JS
162362016-01-12 Josh Stone <jistone@redhat.com>
16237 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16238
16239 * gdb.base/catch-syscall.c (do_execve): New variable.
16240 (main): Conditionally trigger an execve.
16241 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16242 (test_catch_syscall_execve): New, check entry/return across execve.
16243 (do_syscall_tests): Call test_catch_syscall_execve.
16244
e46eeedd
PA
162452016-01-12 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/random-signal.exp (do_test): New procedure, with body
16248 of testcase moved in.
16249
01d8c27e
JK
162502016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16251 Pedro Alves <palves@redhat.com>
16252
16253 * gdb.base/funcargs.exp (finish from indirectly called function):
16254 Reintroduce the case for 'First'.
16255
9a706302
JK
162562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16257 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16260 (tcatch_vfork_then_child_follow_exec)
16261 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16262 identification.
16263
c0ecb95f
JK
162642016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16265
16266 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16267 and repeats to unlimited.
16268 * gdb.python/py-value.exp: Likewise.
16269 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16270 and repeats to unlimited.
16271
6cfc1fcb
JK
162722016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16273
16274 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16275 and reordering the functions.
16276 * gdb.multi/hangout.c: Likewise.
16277 * gdb.multi/hello.c: Likewise.
16278
582a1b00
SM
162792016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16280
16281 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16282 absolute.
16283 (SingleStatisticTestResult.report): Use dict.keys instead of
16284 dict.iterkeys.
16285
79bc59cb
PA
162862016-01-06 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16289
43368e1d
MM
162902016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16291
16292 * gdb.btrace/dlopen.exp: New.
16293 * gdb.btrace/dlopen.c: New.
16294 * gdb.btrace/dlopen-dso.c: New.
16295
79fad5b8
SL
162962015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16297
16298 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16299 PATTERN argument is optional.
16300
ab8314b3
JB
163012015-12-24 Joel Brobecker <brobecker@adacore.com>
16302
16303 * lib/ada.exp (target_compile_ada_from_dir): New function.
16304 (gdb_compile_ada): Reimplement avoiding the use of project files.
16305 * gdb.ada/gnat_ada.gpr: Delete.
16306 * gdb.ada/cond_lang.exp: Adjust test to make path before
16307 filename optional.
16308 * gdb.ada/small_reg_param.exp: Likewise.
16309
fe33faff
SM
163102015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16311
16312 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16313
6d265cb4
TP
163142015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16315
16316 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16317 case.
16318
10125099
SM
163192015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16320
16321 * gdb.base/break.exp: Remove dead code.
16322 * gdb.base/sepdebug.exp: Likewise.
16323
3ca22649
SM
163242015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16325
16326 * gdb.asm/asm-source.exp: Remove HP-UX references.
16327 * gdb.base/annota1.exp: Likewise.
16328 * gdb.base/annota3.exp: Likewise.
16329 * gdb.base/attach.exp: Likewise.
16330 * gdb.base/bigcore.exp: Likewise.
16331 * gdb.base/break.exp: Likewise.
16332 * gdb.base/call-ar-st.exp: Likewise.
16333 * gdb.base/callfuncs.exp: Likewise.
16334 * gdb.base/catch-fork-static.exp: Likewise.
16335 * gdb.base/display.exp: Likewise.
16336 * gdb.base/foll-exec-mode.exp: Likewise.
16337 * gdb.base/foll-exec.exp: Likewise.
16338 * gdb.base/foll-fork.exp: Likewise.
16339 * gdb.base/foll-vfork.exp: Likewise.
16340 * gdb.base/funcargs.exp: Likewise.
16341 * gdb.base/hbreak2.exp: Likewise.
16342 * gdb.base/inferior-died.exp: Likewise.
16343 * gdb.base/interrupt.exp: Likewise.
16344 * gdb.base/multi-forks.exp: Likewise.
16345 * gdb.base/nodebug.exp: Likewise.
16346 * gdb.base/sepdebug.exp: Likewise.
16347 * gdb.base/solib1.c: Likewise.
16348 * gdb.base/step-test.exp: Likewise.
16349 * gdb.mi/non-stop.c: Likewise.
16350 * gdb.mi/pthreads.c: Likewise.
16351 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16352 * gdb.threads/pthreads.c: Likewise.
16353 * gdb.threads/staticthreads.exp: Likewise.
16354 * lib/future.exp: Likewise.
16355 * lib/gdb.exp: Likewise.
16356 * gdb.base/so-indr-cl.c: Remove.
16357 * gdb.base/so-indr-cl.exp: Likewise.
16358 * gdb.base/solib.c: Likewise.
16359 * gdb.base/solib.exp: Likewise.
16360 * gdb.base/solib2.c: Likewise.
16361
b6304613
SM
163622015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16363
16364 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16365 * gdb.base/call-ar-st.exp: Likewise.
16366 * gdb.base/callfuncs.exp: Likewise.
16367 * gdb.base/condbreak.exp: Likewise.
16368 * gdb.base/constvars.exp: Likewise.
16369 * gdb.base/hbreak2.exp: Likewise.
16370 * gdb.base/langs.exp: Likewise.
16371 * gdb.base/list.exp: Likewise.
16372 * gdb.base/long_long.exp: Likewise.
16373 * gdb.base/ptype.exp: Likewise.
16374 * gdb.base/scope.exp: Likewise.
16375 * gdb.base/signals.exp: Likewise.
16376 * gdb.base/so-impl-ld.exp: Likewise.
16377 * gdb.base/varargs.exp: Likewise.
16378 * gdb.base/volatile.exp: Likewise.
16379 * gdb.base/whatis.exp: Likewise.
16380 * gdb.cp/cplusfuncs.exp: Likewise.
16381 * gdb.cp/inherit.exp: Likewise.
16382 * gdb.cp/local.exp: Likewise.
16383 * gdb.cp/member-ptr.exp: Likewise.
16384 * gdb.cp/method.exp: Likewise.
16385 * gdb.cp/overload.exp: Likewise.
16386 * gdb.cp/templates.exp: Likewise.
16387 * gdb.stabs/weird.exp: Likewise.
16388 * lib/compiler.c: Likewise.
16389 * lib/compiler.cc: Likewise.
16390 * lib/cp-support.exp: Likewise.
16391 * lib/gdb.exp: Likewise.
16392
bf401b07
SM
163932015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16394
16395 * configure.ac: Remove HP-UX case.
16396 * configure: Regenerate.
16397
aff9c0f8
SM
163982015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16399
16400 * lib/gdb.exp (gdb_compile): Add function doc.
16401
a6904d5a
PA
164022015-12-17 Pedro Alves <palves@redhat.com>
16403
16404 PR threads/19354
16405 * gdb.multi/info-threads.exp: New file.
16406
a22279dd
YQ
164072015-12-15 Yao Qi <yao.qi@linaro.org>
16408
16409 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16410 is aarch64*-*-*.
16411
0588c796
SL
164122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16413
16414 * gdb.base/history-duplicates.exp: Skip if no readline support.
16415
5d978e17
SL
164162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16417
16418 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16419
7e763b86
SL
164202015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16421
16422 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16423
87a3a92c
SL
164242015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16425
16426 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16427 ctrl-C if nointerrupts target property is set.
16428 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16429 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16430 * gdb.base/paginate-bg-execution.exp: Likewise.
16431 * gdb.base/paginate-execution-startup.exp: Likewise.
16432 * gdb.base/random-signal.exp: Likewise.
16433 * gdb.base/range-stepping.exp: Likewise.
16434 * gdb.cp/annota2.exp: Likewise.
16435 * gdb.cp/annota3.exp: Likewise.
16436 * gdb.gdb/selftest.exp: Likewise.
16437 * gdb.threads/continue-pending-status.exp: Likewise.
16438 * gdb.threads/leader-exit.exp: Likewise.
16439 * gdb.threads/manythreads.exp: Likewise.
16440 * gdb.threads/pthreads.exp: Likewise.
16441 * gdb.threads/schedlock.exp: Likewise.
16442 * gdb.threads/sigthread.exp: Likewise.
16443
a8f077dc
DB
164442015-12-11 Don Breazeal <donb@codesourcery.com>
16445
16446 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16447 remote.
16448 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16449 * gdb.base/foll-exec.exp (main): Enable for target remote.
16450 * gdb.base/foll-fork.exp (main): Likewise.
16451 * gdb.base/foll-vfork.exp (main): Likewise.
16452 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16453 (proc continue_to_exit_bp_loc): Use clean_restart.
16454 * gdb.base/pie-execl.exp (main): Disable for target remote.
16455 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16456 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16457 * gdb.threads/execl.exp (main): Likewise.
16458 * gdb.threads/fork-child-threads.exp (main): Likewise.
16459 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16460 remote.
16461 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16462 remote.
16463 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16464 pid.tid style ptids, instead of just tid.
16465 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16466 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16467 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16468 ptids, instead of just tid.
16469
3b2464a8
AB
164702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16471
16472 * gdb.base/list.exp (test_list_forward): Add end of file error
16473 test.
16474 (test_repeat_list_command): Add end of file error test.
16475 (test_list_backwards): Add beginning of file error test.
16476
a0def019
AB
164772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16478
16479 * gdb.base/list.exp (test_list_invalid_args): New function,
16480 defined, and called.
16481
5c000dff
AB
164822015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16483
16484 * gdb.base/list.exp (test_list): Make test names unique.
16485
f1637ebe
YQ
164862015-12-11 Yao Qi <yao.qi@linaro.org>
16487
16488 * gdb.base/coremaker2.c: Remove.
16489
36d6fc0a
PA
164902015-12-10 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.multi/base.exp: Remove stale "spaces" references.
16493
762f7747
PA
164942015-12-10 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.multi/base.exp: Don't use nowarnings.
16497 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16498 * gdb.multi/hangout.c: Include stdio.h.
16499 * gdb.multi/hello.c: Include stdlib.h.
16500 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16501 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16502 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16503
28d2bfb9
AB
165042015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16505
16506 * gdb.dwarf2/dw2-ranges-base.c: New file.
16507 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16508 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16509 support additional line table, and debug ranges generation.
16510 (Dwarf::ranges): New function, generate .debug_ranges.
16511 (Dwarf::lines): Support generating simple line table programs.
16512 (Dwarf::assemble): Initialise new namespace variables.
16513
5fc2beac
KB
165142015-12-09 Kevin Buettner <kevinb@redhat.com>
16515
16516 * gdb.base/async.exp (proc test_background): Add case for
16517 asynchronous execution not supported.
16518
1c35a88f
LM
165192015-12-09 Luis Machado <lgustavo@codesourcery.com>
16520
16521 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16522 format and change test names to make them unique.
16523
b593e3d9
RK
165242015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16525 Pedro Alves <pedro@redhat.com>
16526
16527 PR gdb/18702
16528 Add checking of floatformats setup on x86_64 hosts.
16529 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16530 (smallval, bigval): New labels/constants.
16531 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16532 float" after loading bigval and smallval.
16533
d72413e6
PMR
165342015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16535
16536 * gdb.ada/fun_overload_menu.exp: New testcase.
16537 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16538
ece66d65
JS
165392015-12-04 Josh Stone <jistone@redhat.com>
16540
16541 * gdb.base/catch-fork-static.exp: New.
16542
41d0efca
YQ
165432015-12-03 Yao Qi <yao.qi@linaro.org>
16544
16545 * gdb.base/sizeof.c: Don't include stdio.h and
16546 ../lib/unbuffer_output.c.
16547 (main): New variable 'size' and 'value'. Remove printf and
16548 gdb_unbuffer_output. Assign return value to size and value.
16549 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16550 at the beginning.
16551 (check_sizeof): Check the result by printing variable 'size'.
16552 (check_valueof): Check the result by printing variable 'value'.
16553
99fd02d9
YQ
165542015-12-01 Yao Qi <yao.qi@linaro.org>
16555
16556 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16557 for aarch64*-*-linux* target.
16558
f2faf941
PA
165592015-11-30 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16562
04bf20c5
PA
165632015-11-30 Pedro Alves <palves@redhat.com>
16564
16565 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16566 Handle non-stop mode vCont replies.
16567
09df4675
PA
165682015-11-30 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16571 prepare_for_testing. Start gdb with "set non-stop on" appended to
16572 GDBFLAGS. Lax expected stop output.
16573
58b584af
YQ
165742015-11-27 Yao Qi <yao.qi@linaro.org>
16575
16576 * gdb.arch/arm-neon.exp: New.
16577 * gdb.arch/arm-neon.c: New.
16578
dfcb77a8
YQ
165792015-11-27 Yao Qi <yao.qi@linaro.org>
16580
16581 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16582
88e8ec1b
YQ
165832015-11-27 Yao Qi <yao.qi@linaro.org>
16584
16585 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16586 frames-invalid annotation.
16587
bfde72c2
YQ
165882015-11-27 Yao Qi <yao.qi@linaro.org>
16589
16590 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16591
f6512a69
SM
165922015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16593
16594 * gdb.threads/names.exp: New file.
16595 * gdb.threads/names.c: New file.
16596 * README: Mention gdb,no_thread_names.
16597
46a3515b
MM
165982015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16599
16600 PR 19297
16601 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16602 support" error.
16603
62147a22
PA
166042015-11-24 Pedro Alves <palves@redhat.com>
16605
16606 PR 17539
16607 * gdb.base/display.exp: Expect displays to be sorted in ascending
16608 order. Use multi_line.
16609 * gdb.base/solib-display.exp: Likewise.
16610
2f341b6e
PA
166112015-11-24 Pedro Alves <palves@redhat.com>
16612
16613 PR 17539
25d49b86
PA
16614 * gdb.base/display.exp: Expect displays to be sorted in ascending
16615 order. Use multi_line.
16616 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16617
7e0aa6aa
PA
166182015-11-24 Pedro Alves <palves@redhat.com>
16619
16620 PR 17539
16621 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16622 threads in ascending order.
16623 * gdb.base/foll-fork.exp: Likewise.
16624 * gdb.base/foll-vfork.exp: Likewise.
16625 * gdb.base/multi-forks.exp: Likewise.
16626 * gdb.mi/mi-nonstop.exp: Likewise.
16627 * gdb.mi/mi-nsintrall.exp: Likewise.
16628 * gdb.multi/base.exp: Likewise.
16629 * gdb.multi/multi-arch.exp: Likewise.
16630 * gdb.python/py-inferior.exp: Likewise.
16631 * gdb.threads/break-while-running.exp: Likewise.
16632 * gdb.threads/execl.exp: Likewise.
16633 * gdb.threads/gcore-thread.exp: Likewise.
16634 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16635 * gdb.threads/kill.exp: Likewise.
16636 * gdb.threads/linux-dp.exp: Likewise.
16637 * gdb.threads/multiple-step-overs.exp: Likewise.
16638 * gdb.threads/next-bp-other-thread.exp: Likewise.
16639 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16640 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16641 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16642 * gdb.threads/thread-find.exp: Likewise.
16643 * gdb.threads/tls.exp: Likewise.
16644 * lib/mi-support.exp (mi_reverse_list): Delete.
16645 (mi_check_thread_states): No longer reverse list.
16646
2cc57ad8
PA
166472015-11-24 Pedro Alves <palves@redhat.com>
16648
16649 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16650 use lowercase.
16651
c93e8391
SM
166522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16653
16654 * gdb.trace/actions.c: Include trace-common.h.
16655 (main): Add a location for a fast tracepoint.
16656 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16657 the normal tracepoints.
16658 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16659
045ccf91
SM
166602015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16661
16662 * save-trace.exp: Factor out code to these...
16663 (gdb_save_tracepoints): New.
16664 (gdb_load_tracepoints): New.
16665 (do_save_load_test): New.
16666
5506f9f6
KB
166672015-11-23 Kevin Buettner <kevinb@redhat.com>
16668
16669 * gdb.base/asmlabel.exp: New test.
16670 * gdb.base/asmlabel.c: New test case.
16671
16c3b12f
JB
166722015-11-23 Joel Brobecker <brobecker@adacore.com>
16673
16674 * gdb.base/wrong_frame_bt_full-main.c: New file.
16675 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16676 * gdb.base/wrong_frame_bt_full.exp: New file.
16677
155bfbd3
JB
166782015-11-23 Joel Brobecker <brobecker@adacore.com>
16679
16680 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16681
bb097445
JM
166822015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16683
206853a0 16684 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16685 pstate register when comparing registers values in
16686 sparc64-*-linux-gnu targets to avoid spurious differences.
16687
9c88ed8f
JM
166882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16689
206853a0 16690 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16691
96161e25
SL
166922015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16693
16694 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16695 as type argument to gdb_compile.
16696 * gdb.base/nested-subp2.exp: Likewise.
16697 * gdb.base/nested-subp3.exp: Likewise.
16698
340c2830
DV
166992015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16700
16701 * lib/dwarf.exp (_note): Fix left shift of negative value.
16702 * gdb.trace/trace-condition.exp: Likewise.
16703
c1862d0f
YQ
167042015-11-13 Yao Qi <yao.qi@linaro.org>
16705
16706 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16707 comments about d10v.
16708 (test_scalar_returns): Likewise.
16709 * gdb.base/d10v.ld: Remove.
16710 * gdb.base/overlays.exp: Remove the target triplet checking for
16711 d10v-*-*.
16712 * gdb.base/structs.exp (test_struct_returns): Remove the
16713 comments about d10v.
16714 (test_struct_calls): Likewise.
16715
77ae9c19
YQ
167162015-11-13 Yao Qi <yao.qi@linaro.org>
16717
16718 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16719 * gdb.base/gnu_vector.c: Don't include stdio.h.
16720 (main): Don't print res and call add_some_intvecs.
16721
430e004e
MK
167222015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16723
16724 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16725 macro.
16726 (func5): Removed.
16727 (func4): Use FAST_TRACEPOINT_LABEL.
16728 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16729 macro.
16730 (func): Removed.
16731 (thread_function): Use FAST_TRACEPOINT_LABEL.
16732 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16733 (func): Remove.
16734 (marker): Use FAST_TRACEPOINT_LABEL.
16735 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16736 (pendfunc1): Remove.
16737 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16738 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16739 (foo): Remove.
16740 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16741 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16742 macro.
16743 (func): Remove.
16744 (marker): Use FAST_TRACEPOINT_LABEL.
16745 * gdb.trace/trace-common.h: New header.
16746 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16747 macro.
16748 (func): Remove.
16749 (marker): Use FAST_TRACEPOINT_LABEL.
16750 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16751 (func): Remove.
16752 (thread_function): Use FAST_TRACEPOINT_LABEL.
16753
6e7675a7
MK
167542015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16755
16756 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16757 in front.
16758 * gdb.trace/change-loc.exp: Use global pcreg definition.
16759 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16760 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16761 in front.
16762 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16763 * gdb.trace/pending.exp: Likewise.
16764 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16765 * gdb.trace/trace-break.exp: Likewise.
16766 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16767 in front.
16768 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16769 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16770 in front.
16771 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16772
dddc0e16
JB
167732015-11-09 Joel Brobecker <brobecker@adacore.com>
16774
16775 * gdb.ada/fin_fun_out: New testcase.
16776
c6f0b406
KB
167772015-11-07 Kevin Buettner <kevinb@redhat.com>
16778
16779 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16780 value associated with DW_AT_byte_size.
16781 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16782 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16783 DW_AT_upper_bound.
16784
f01dcfd9
KB
167852015-11-07 Kevin Buettner <kevinb@redhat.com>
16786
16787 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16788 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16789 version.
16790 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16791 gdb.dwarf2/dw2-canonicalize-type.exp,
16792 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16793 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16794 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16795 provided by gdb_target_symbol_prefix_flags_asm.
16796 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16797 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16798 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16799 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16800 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16801 macros where needed). Use this macro for symbols which require
16802 the prefix provided by SYMBOL_PREFIX.
16803
2223449a
KB
168042015-11-05 Kevin Buettner <kevinb@redhat.com>
16805
16806 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16807 New procs.
16808 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16809 representing expressions, of more than one list element.
16810 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16811 to prepend linker symbol prefix to f.
16812 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16813 table_1 and table_2.
16814 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16815 Likewise, for f and g.
16816 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16817 for ptr.
16818 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16819 for main.
16820 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16821 table_1_ptr and table_2_ptr.
16822
6f2f1a3a
JK
168232015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16824 Joel Brobecker <brobecker@adacore.com>
16825
16826 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16827
566c56c9
MK
168282015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16829
16830 * gdb.reverse/s390-mvcle.c: New test.
16831 * gdb.reverse/s390-mvcle.exp: New file.
16832 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16833
d5f0636b
MK
168342015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16835
16836 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16837
7ad8b86c
MK
168382015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16839
16840 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16841 reaching marker2.
16842 * gdb.reverse/getresuid-reverse.exp: Likewise.
16843 * gdb.reverse/pipe-reverse.exp: Likewise.
16844 * gdb.reverse/readv-reverse.exp: Likewise.
16845 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16846 * gdb.reverse/time-reverse.exp: Likewise.
16847 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16848
4081c0f1
YQ
168492015-10-30 Yao Qi <yao.qi@linaro.org>
16850
16851 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16852 (empty_cycle): Remove.
16853 (main): Don't call empty_cycle. Don't use watch_count_done.
16854 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16855 empty_cycle. Rewrite the code counting HW watchpoints.
16856
452b4ba5
MK
168572015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16858
16859 * gdb.reverse/fstatat-reverse.c: New test.
16860 * gdb.reverse/fstatat-reverse.exp: New file.
16861 * gdb.reverse/getresuid-reverse.c: New test.
16862 * gdb.reverse/getresuid-reverse.exp: New file.
16863 * gdb.reverse/pipe-reverse.c: New test.
16864 * gdb.reverse/pipe-reverse.exp: New file.
16865 * gdb.reverse/readv-reverse.c: New test.
16866 * gdb.reverse/readv-reverse.exp: New file.
16867 * gdb.reverse/recvmsg-reverse.c: New test.
16868 * gdb.reverse/recvmsg-reverse.exp: New file.
16869 * gdb.reverse/time-reverse.c: New test.
16870 * gdb.reverse/time-reverse.exp: New file.
16871 * gdb.reverse/waitpid-reverse.c: New test.
16872 * gdb.reverse/waitpid-reverse.exp: New file.
16873
5e2e7507
JK
168742015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16875
16876 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16877
0fde2c53
DE
168782015-10-26 Doug Evans <dje@google.com>
16879
16880 PR symtab/17391
16881 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16882 * gdb.dwarf2/bad-regnum.c: New file.
16883 * gdb.dwarf2/bad-regnum.exp: New file.
16884
1a70ae97
DE
168852015-10-26 Doug Evans <dje@google.com>
16886
16887 PR python/18938
16888 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16889 file.
16890
27dc26ab
JK
168912015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16892
16893 * gdb.compile/compile.exp (compile code globalvar): Update expectation
16894 for a change by "Mention language in compile error message".
16895
bed91f4d
SM
168962015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
16897
16898 PR python/18073
16899 * gdb.python/py-type.c (C::a_method): New.
16900 (C::a_const_method): New.
16901 (C::a_static_method): New.
16902 (a_function): New.
16903 * gdb.python/py-type.exp (test_fields): Test getting fields
16904 from function and method.
16905
3f2f83dd
KB
169062015-10-21 Keven Boell <keven.boell@intel.com>
16907
16908 * gdb.fortran/vla-alloc-assoc.exp: New file.
16909 * gdb.fortran/vla-datatypes.exp: New file.
16910 * gdb.fortran/vla-datatypes.f90: New file.
16911 * gdb.fortran/vla-history.exp: New file.
16912 * gdb.fortran/vla-ptype-sub.exp: New file.
16913 * gdb.fortran/vla-ptype.exp: New file.
16914 * gdb.fortran/vla-sizeof.exp: New file.
16915 * gdb.fortran/vla-sub.f90: New file.
16916 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
16917 * gdb.fortran/vla-value-sub-finish.exp: New file.
16918 * gdb.fortran/vla-value-sub.exp: New file.
16919 * gdb.fortran/vla-value.exp: New file.
16920 * gdb.fortran/vla-ptr-info.exp: New file.
16921 * gdb.mi/mi-vla-fortran.exp: New file.
16922 * gdb.mi/vla.f90: New file.
16923
27145d50
SL
169242015-10-21 Sandra Loosemore <sandra@codesourcery.com>
16925
16926 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
16927 of hardwired timeout value.
16928
5f3ff4f8
JK
169292015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16930 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
16933 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
16934
bfd09d20
JS
169352015-10-19 Josh Stone <jistone@redhat.com>
16936
16937 * gdb.base/catch-syscall.c: Include <sched.h>.
16938 (unknown_syscall): New variable.
16939 (main): Trigger a vfork and an unknown syscall.
16940 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
16941 (unknown_syscall_number): Likewise.
16942 (check_call_to_syscall): Accept an optional syscall pattern.
16943 (check_return_from_syscall): Likewise.
16944 (check_continue): Likewise.
16945 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
16946 (test_catch_syscall_skipping_return): New test toggling off 'catch
16947 syscall' to step over the syscall return, then toggling back on.
16948 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
16949 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
16950 (do_syscall_tests): Call test_catch_syscall_without_args and
16951 test_catch_syscall_mid_vfork.
16952 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
16953 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
16954
b32b93c6
AS
169552015-10-19 Andrew Stubbs <ams@codesourcery.com>
16956
16957 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
16958 print g_vE): Add new pass patterns.
16959 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
16960 print various symbol names for vptr fields.
16961
9d622bda
AB
169622015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
16963
16964 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
16965 results.
16966
0fd8ac1c
YQ
169672015-10-12 Yao Qi <yao.qi@linaro.org>
16968
16969 * gdb.arch/disp-step-insn-reloc.exp: New test case.
16970
34240514
YQ
169712015-10-12 Yao Qi <yao.qi@linaro.org>
16972
16973 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
16974 is aarch64*-*-linux*.
16975
8240f442
YQ
169762015-10-12 Yao Qi <yao.qi@linaro.org>
16977
16978 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
16979 (can_relocate_bcond_true): ... it.
16980 (can_relocate_bcond_false): New function.
16981 (foo): Likewise.
16982 (can_relocate_bl): Likewise.
16983 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
16984 can_relocate_bl.
16985
2520f728
PMR
169862015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
16987
16988 * gdb.base/nested-addr.c: New file.
16989 * gdb.base/nested-addr.exp: New testcase.
16990
abcef95a
MM
169912015-10-09 Markus Metzger <markus.t.metzger@intel.com>
16992
16993 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
16994 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
16995 its output. Ignore the output of "record goto begin" and instead
16996 check that GDB is replaying.
16997
145e3ddb
PA
169982015-10-09 Pedro Alves <palves@redhat.com>
16999
17000 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17001 (top level): Use it in the run with no args test.
17002
d5d8c4e1
IB
170032015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17004
17005 * gdb.dlang/properties.exp: New file.
17006
06e635ef
SL
170072015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17008
17009 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17010 whether or not address 0x1000 is mapped on the target.
17011
e019fd1d
SM
170122015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17013
17014 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17015 build.
17016
77ba2a67
MM
170172015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17018
17019 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17020 instruction-history test.
17021
c60eb31f
DE
170222015-09-28 Doug Evans <dje@google.com>
17023
17024 * gdb.base/gcore.c (array_func): Add reference to static_array.
17025
9a3c8263
SM
170262015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17027
17028 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17029 source line.
17030
9720e656
SL
170312015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17032
17033 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17034 short or char as base type.
17035
938d3bf2
SL
170362015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17037
17038 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17039 to allow any size enum.
17040
e6c2c623
PMR
170412015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17042
17043 * gdb.ada/array_ptr_renaming.exp: New testcase.
17044 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17045 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17046
06da0f77
PL
170472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17048
17049 * gdb.trace/ftrace-lock.c: New file.
17050 * gdb.trace/ftrace-lock.exp: New file.
17051
4f51c22a
PL
170522015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17053
17054 * gdb.arch/insn-reloc.c: New file.
17055 * gdb.arch/ftrace-insn-reloc.exp: New file.
17056
7041adf4
PL
170572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17058
17059 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17060 instruction.
17061 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17062 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17063 * gdb.trace/range-stepping.c: Likewise.
17064 * gdb.trace/trace-break.c: Likewise.
17065 * gdb.trace/trace-mt.c (thread_function): Likewise.
17066 * gdb.trace/ftrace.c (marker): Likewise.
17067 * gdb.trace/trace-condition.c (marker): Likewise.
17068 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17069 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17070 is_aarch64_target.
17071
015d2e7e
DE
170722015-09-18 Doug Evans <xdje42@gmail.com>
17073
17074 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17075 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17076
26b188a2
SL
170772015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17078
17079 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17080 the breakpoint.
17081
79dc332b
SL
170822015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17083
17084 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17085 the pending breakpoint. Remove timeout override for "Run till
17086 MI pending breakpoint on pendfunc3 on thread 2" test.
17087
f57929f2
SL
170882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17089
17090 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17091 filename pattern.
17092
3f469b17
SL
170932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17094
17095 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17096 in breakpoint filename pattern.
17097
515b89b3
SL
170982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17099
7800dbe4
SL
17100 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17101
171022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17103
515b89b3
SL
17104 * gdb.linespec/explicit.exp: Check for readline support for
17105 tab-completion tests. Fix obvious typo.
17106
d2939ba2
MM
171072015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17108
17109 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17110 and replay.
17111
cbb55fa7
MM
171122015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17113
17114 * gdb.btrace/non-stop.c: New.
17115 * gdb.btrace/non-stop.exp: New.
17116
43691ca1
PL
171172015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17118 Yao Qi <yao.qi@linaro.org>
17119
17120 * gdb.trace/trace-condition.c: New file.
17121 * gdb.trace/trace-condition.exp: New file.
17122
d78908cf
WW
171232015-09-16 Wei-cheng Wang <cole945@gmail.com>
17124
17125 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17126 for testing bytecode compilation.
17127
1ed415e2
PA
171282015-09-16 Pedro Alves <palves@redhat.com>
17129 Sandra Loosemore <sandra@codesourcery.com>
17130
17131 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17132 (SECONDS): Redefine.
17133 (main): Call pthread_kill and alarm early.
17134 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17135 support.
17136 (test): If the target can't hardware step and doesn't support
17137 displaced stepping, increase the timeout.
17138
d136eff5
PA
171392015-09-16 Pedro Alves <palves@redhat.com>
17140
17141 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17142 (enable_debug): New procedures.
17143 (test): Use them. Bail out if waiting for threads fails.
17144 (top level): Bail out if a test fails.
17145
991f019c
YQ
171462015-09-16 Yao Qi <yao.qi@linaro.org>
17147
17148 * gdb.asm/asm-source.exp: Set asm-arch for
17149 aarch64*-*-* target.
17150 * gdb.asm/aarch64.inc: New file.
17151
bfca584f
PMR
171522015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17153
17154 * gdb.ada/array_of_variable_length.exp: New testcase.
17155 * gdb.ada/array_of_variable_length/foo.adb: New file.
17156 * gdb.ada/array_of_variable_length/pck.adb: New file.
17157 * gdb.ada/array_of_variable_length/pck.ads: New file.
17158
b326e587
DE
171592015-09-15 Doug Evans <dje@google.com>
17160
17161 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17162 of function static local variable.
17163
5382cfab
PW
171642015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17165
17166 * gdb.threads/tls-so_extern.exp: New test file.
17167 * gdb.threads/tls-so_extern.c: New test file.
17168 * gdb.threads/tls-so_extern_main.c: New test file.
17169
141c5cc4
JK
171702015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17171
17172 * gdb.opt/solib-intra-step-lib.c: New file.
17173 * gdb.opt/solib-intra-step-main.c: New file.
17174 * gdb.opt/solib-intra-step.exp: New file.
17175
d15dcecd
PA
171762015-09-15 Pedro Alves <palves@redhat.com>
17177
17178 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17179 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17180
4c2f2a79
PA
171812015-09-14 Pedro Alves <palves@redhat.com>
17182
17183 * gdb.base/hook-stop-continue.c: Delete.
17184 * gdb.base/hook-stop-continue.exp: Delete.
17185 * gdb.base/hook-stop-frame.c: Delete.
17186 * gdb.base/hook-stop-frame.exp: Delete.
17187 * gdb.base/hook-stop.c: New file.
17188 * gdb.base/hook-stop.exp: New file.
17189
919e6dbe
PMR
171902015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17191
17192 * gdb.ada/access_to_packed_array.exp: New testcase.
17193 * gdb.ada/access_to_packed_array/foo.adb: New file.
17194 * gdb.ada/access_to_packed_array/pack.adb: New file.
17195 * gdb.ada/access_to_packed_array/pack.ads: New file.
17196
157280a4
MM
171972015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17198
17199 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17200 buffer size test.
17201
2fd33e94
DB
172022015-09-11 Don Breazeal <donb@codesourcery.com>
17203
17204 * gdb.base/foll-exec.c: Add copyright header. Fix
17205 formatting issues.
17206 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17207 (do_exec_tests): Use clean_restart in place of zap_session,
17208 and for test initialization. Fix formatting issues. Use
17209 fail in place of perror.
17210 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17211 an expect statement to match an expression with output from
17212 the program under debug.
17213 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17214 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17215 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17216 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17217 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17218
e70b6e8e
DE
172192015-09-09 Doug Evans <dje@google.com>
17220
17221 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17222
7a551a51
DE
172232015-09-09 Doug Evans <dje@google.com>
17224
17225 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17226
4c666f84
DE
172272015-09-09 Doug Evans <dje@google.com>
17228
17229 * gdb.base/savedregs.exp: Fix typo.
17230
243a9253
PA
172312015-09-09 Pedro Alves <palves@redhat.com>
17232
17233 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17234
c0fa8fbd
SL
172352015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17236
17237 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17238 command actually switches threads. Give up on remaining
17239 tests if target fails to stop at breakpoint.
17240
cd7c1778
PMR
172412015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17242
17243 * gdb.ada/funcall_char.exp: New testcase.
17244 * gdb.ada/funcall_char/foo.adb: New file.
17245
dc5c8746
PMR
172462015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17247
17248 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17249 expected outputs. Add two testcases for completing ambiguous
17250 functions.
17251 * gdb.ada/complete/aux_pck.adb: New file.
17252 * gdb.ada/complete/aux_pck.ads: New file.
17253 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17254 Ambiguous_Func functions.
17255 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17256 * gdb.ada/complete/pck.adb: Likewise.
17257
4e83a1e7
UW
172582015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17259
17260 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17261 failures to run the test program under GDB.
17262
8ce74153
LM
172632015-08-26 Luis Machado <lgustavo@codesourcery.com>
17264
17265 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17266 to C.
17267
e9756d52
PP
172682015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17269
17270 * gdb.base/run-after-attach.exp: New test file.
17271 * gdb.base/run-after-attach.c: New test file.
17272
8d37573b
DB
172732015-08-26 Don Breazeal <donb@codesourcery.com>
17274
17275 * gdb.base/foll-exec-2.c: New test program.
17276 * gdb.base/foll-exec-2.exp: New test.
17277
63e43d3a
PMR
172782015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17279
17280 * gdb.base/nested-subp1.exp: New file.
17281 * gdb.base/nested-subp1.c: New file.
17282 * gdb.base/nested-subp2.exp: New file.
17283 * gdb.base/nested-subp2.c: New file.
17284 * gdb.base/nested-subp3.exp: New file.
17285 * gdb.base/nested-subp3.c: New file.
17286
3d40fbb5
PA
172872015-08-24 Pedro Alves <palves@redhat.com>
17288
17289 * gdb.server/connect-without-multi-process.c: New file.
17290 * gdb.server/connect-without-multi-process.exp: New file.
17291
4422ac93
LM
172922015-08-24 Luis Machado <lgustavo@codesourcery.com>
17293
17294 * gdb.opt/inline-markers.c: Make z int.
17295
91dddb86
LM
172962015-08-24 Luis Machado <lgustavo@codesourcery.com>
17297
17298 * gdb.opt/inline-markers.c: Make z volatile.
17299
a48847ee
LM
173002015-08-24 Luis Machado <lgustavo@codesourcery.com>
17301
17302 * gdb.opt/inline-bt.c: New volatile global z.
17303 * gdb.opt/inline-cmds.c: Likewise.
17304 * gdb.opt/inline-locals.c: Likewise.
17305 * gdb.opt/inline-markers.c: New extern global z.
17306 (marker): Use z.
17307 (inline_fn): Likewise.
17308
0ebbc52b
PA
173092015-08-24 Pedro Alves <palves@redhat.com>
17310
17311 * config/m32r-stub.exp: Remove file.
17312 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17313 * gdb.base/call-rt-st.exp: Likewise.
17314 * gdb.base/call-strs.exp: Likewise.
17315 * gdb.base/default.exp: Remove references to h8300-*-hms and
17316 *-*-udi*.
17317 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17318
77c365df
AA
173192015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17320
17321 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17322 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17323 and "return" use KFAIL when GDB can not read/write the vector
17324 return value.
17325
4313b8c0
GB
173262015-08-21 Gary Benson <gbenson@redhat.com>
17327
17328 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17329
0e433b32
PA
173302015-08-20 Pedro Alves <palves@redhat.com>
17331
17332 * gdb.server/solib-list.exp: No longer expect an interior stop in
17333 non-stop mode.
17334
221e1a37
PA
173352015-08-20 Pedro Alves <palves@redhat.com>
17336
17337 * gdb.server/connect-stopped-target.c: New file.
17338 * gdb.server/connect-stopped-target.exp: New file.
17339
40e3ad0e
PA
173402015-08-20 Pedro Alves <palves@redhat.com>
17341
17342 * gdb.dwarf2/comp-unit-lang.exp: New file.
17343 * gdb.dwarf2/comp-unit-lang.c: New file.
17344
af39b327
PMR
173452015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17346
17347 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17348 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17349
7d45c7c3 173502015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17351
7d45c7c3
KB
17352 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17353 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17354
4d6cceb4
DE
173552015-08-18 Doug Evans <dje@google.com>
17356 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17357
17358 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17359 skip_python_tests. New arg prompt_regexp.
17360 (skip_python_tests): New function.
17361 * lib/mi-support.exp (mi_skip_python_tests): New function.
17362 * gdb.python/py-mi-objfile-gdb.py: New file.
17363 * gdb.python/py-mi-objfile.c: New file.
17364 * gdb.python/py-mi-objfile.exp: New file.
17365
ad89c2aa
KS
173662015-08-17 Keith Seitz <keiths@redhat.com>
17367
17368 * gdb.linespec/explicit.exp: Move strace test from here ...
17369 * gdb.trace/strace.exp: ... to here.
17370
e3ae3c43
PP
173712015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17372
17373 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17374 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17375
604b2636
DE
173762015-08-14 Doug Evans <xdje42@gmail.com>
17377
17378 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17379 inferior before selecting a new file.
17380
6ff0ba5f
DE
173812015-08-14 Doug Evans <xdje42@gmail.com>
17382
17383 * gdb.mi/mi-disassemble.exp: Update.
17384 * gdb.base/disasm-optim.S: New file.
17385 * gdb.base/disasm-optim.c: New file.
17386 * gdb.base/disasm-optim.h: New file.
17387 * gdb.base/disasm-optim.exp: New file.
17388
9ca98f92
KS
173892015-08-14 Keith Seitz <keiths@redhat.com>
17390
17391 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17392 "evaluated-by".
17393
52bbc560
JB
173942015-08-13 Joel Brobecker <brobecker@adacore.com>
17395
17396 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17397
5d8c3ed3
PMR
173982015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17399
17400 * gdb.ada/fun_renaming.exp: New testcase.
17401 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17402 * gdb.ada/fun_renaming/pack.adb: New file.
17403 * gdb.ada/fun_renaming/pack.ads: New file.
17404
ea8812bc
KS
174052015-08-12 Keith Seitz <keiths@redhat.com>
17406
17407 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17408 gdb_get_line_number.
17409
4dafcdeb
JB
174102015-08-12 Joel Brobecker <brobecker@adacore.com>
17411
17412 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17413 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17414 gdb.base/dso2dso.exp: New files.
17415
5ba32597
SDJ
174162015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17417 Pedro Alves <palves@redhat.com>
17418 Keith Seitz <keiths@redhat.com>
17419
17420 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17421 GDBFLAGS.
17422
b6dafabf
PP
174232015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17424
17425 * gdb.base/gdbhistsize-history.exp
17426 (test_histsize_history_setting): Use save_vars.
17427 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17428 Use save_vars.
17429 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17430 * gdb.base/readline.exp: Use save_vars.
17431
abe8e607
PP
174322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17433
17434 * lib/gdb.exp (save_vars): New proc.
17435
629500fa
KS
174362015-08-11 Keith Seitz <keiths@redhat.com>
17437
17438 * gdb.base/help.exp: Update help_breakpoint_text.
17439
eb8c4e2e
KS
174402015-08-11 Keith Seitz <keiths@redhat.com>
17441
17442 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17443 (at toplevel): Call test_explicit_breakpoints.
17444 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17445 breakpoints.
17446 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17447 breakpoint conditions, "-cond".
17448
87f0e720
KS
174492015-08-11 Keith Seitz <keiths@redhat.com>
17450
17451 * gdb.linespec/3explicit.c: New file.
17452 * gdb.linespec/cpexplicit.cc: New file.
17453 * gdb.linespec/cpexplicit.exp: New file.
17454 * gdb.linespec/explicit.c: New file.
17455 * gdb.linespec/explicit.exp: New file.
17456 * gdb.linespec/explicit2.c: New file.
17457 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17458 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17459 before using in the matching pattern.
17460 Clarify that `prefix' is a regular expression.
17461
f00aae0f
KS
174622015-08-11 Keith Seitz <keiths@redhat.com>
17463
17464 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17465 test.
17466 Add tests for missing ",FMT" and ",".
17467
e27852be
DE
174682015-08-10 Doug Evans <dje@google.com>
17469 Keith Seitz <keiths@redhat.com>
17470
17471 PR gdb/17960
17472 * gdb.base/completion.exp: Add location completer tests.
17473
7f03bd92
PA
174742015-08-07 Pedro Alves <palves@redhat.com>
17475
17476 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17477 tests here.
17478 (top level): Run do_test with and without displaced stepping.
17479
3fc8eb30
PA
174802015-08-07 Pedro Alves <palves@redhat.com>
17481
17482 * gdb.base/valgrind-disp-step.c: New file.
17483 * gdb.base/valgrind-disp-step.exp: New file.
17484
d4569d7b
PA
174852015-08-07 Pedro Alves <palves@redhat.com>
17486
17487 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17488 Delete function.
17489 (main): Add alarm. Run an infinite loop instead of calling
17490 wait_threads.
17491 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17492 comment.
17493 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17494 Delete function.
17495 (main): Add alarm. Run an infinite loop instead of calling
17496 wait_threads.
17497 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17498 comment.
17499
e1316e60
PA
175002015-08-07 Pedro Alves <palves@redhat.com>
17501
17502 * gdb.base/checkpoint-ns.exp: New file.
17503 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17504 standard_testfile.
17505
da8c46d2
MM
175062015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17507
17508 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17509 * gdb.btrace/instruction_history.exp: Update.
17510 * gdb.btrace/tsx.exp: New.
17511 * gdb.btrace/tsx.c: New.
17512
de1c2c52
PA
175132015-08-06 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17516 increase timeout.
17517 * gdb.reverse/until-precsave.exp: Bump timeouts.
17518
782e0bf4
PA
175192015-08-06 Pedro Alves <palves@redhat.com>
17520
17521 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17522
83e97ed0
PA
175232015-08-06 Pedro Alves <palves@redhat.com>
17524
17525 PR gdb/18749
17526 * gdb.threads/process-dies-while-handling-bp.c: New file.
17527 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17528
863d01bd
PA
175292015-08-06 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17532 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17533
0a39bb32
PA
175342015-08-05 Pedro Alves <palves@redhat.com>
17535
17536 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17537 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17538
ee2d2b10
SL
175392015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17540
17541 * gdb.base/bp-permanent.exp: Report test as unsupported if
17542 the target cannot stop at the permanent breakpoint.
17543
4e1bdb00
DE
175442015-08-03 Doug Evans <dje@google.com>
17545
17546 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17547 10000.
17548
3d338901
DE
175492015-08-03 Doug Evans <dje@google.com>
17550
17551 * Makefile.in (workers/%.worker, build-perf): New rule.
17552 (GDB_PERFTEST_MODE): New variable.
17553 (check-perf): Use it.
17554 (clean): Clean up gdb.perf parallel build subdirs.
17555 * lib/build-piece.exp: New file.
17556 * lib/gdb.exp (make_gdb_parallel_path): New function
17557 (standard_output_file, standard_temp_file): Call it.
17558 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17559 of $GDB_PARALLEL.
17560 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17561
af061d3e
DE
175622015-08-03 Doug Evans <dje@google.com>
17563
8e1afc81 17564 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17565 (LOG_FILE_NAME): New global.
17566 (TextReporter.__init__): Initialize self.txt_sum.
17567 (TextReporter.report): Add support for multiple data-points.
17568 Move report to perftest.sum, put raw data in perftest.log.
17569 (TextReporter.start): Open sum and log files.
17570 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17571 * gdb.perf/lib/perftest/testresult.py
17572 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17573
2c8c5d37
PA
175742015-07-31 Pedro Alves <palves@redhat.com>
17575
17576 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17577 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17578 kill_wait_spawned_process instead of explicit "kill -9".
17579 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17580 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17581 kill_wait_spawned_process.
17582 * gdb.base/attach-twice.exp: Likewise.
17583 * gdb.base/attach.exp: Likewise.
17584 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17585 gdb_test_multiple.
17586 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17587 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17588 kill_wait_spawned_process.
17589 * gdb.base/valgrind-infcall.exp: Likewise.
17590 * gdb.multi/multi-attach.exp: Likewise.
17591 * gdb.python/py-prompt.exp: Likewise.
17592 * gdb.python/py-sync-interp.exp: Likewise.
17593 * gdb.server/ext-attach.exp: Likewise.
17594 * gdb.threads/attach-into-signal.exp (corefunc): Use
17595 spawn_wait_for_attach, spawn_id_get_pid and
17596 kill_wait_spawned_process.
17597 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17598 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17599 spawn_id_get_pid and kill_wait_spawned_process.
17600 * gdb.threads/attach-stopped.exp (corefunc): Use
17601 spawn_wait_for_attach, spawn_id_get_pid and
17602 kill_wait_spawned_process.
17603 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17604 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17605 kill_wait_spawned_process instead of explicit "kill -9".
17606 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17607 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17608 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17609 processes. Don't map cygwin/windows pids here. Now returns a
17610 spawn id list.
17611
032a0fca
SL
176122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17613
17614 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17615 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17616 correct patch.
17617
61a934ca
SL
176182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17619
17620 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17621
4bc4d428
SL
176222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17623
17624 Reapply:
17625 2014-05-21 Mark Wielaard <mjw@redhat.com>
17626
17627 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17628
998d452a
PA
176292015-07-30 Pedro Alves <palves@redhat.com>
17630
17631 * linux-low.c (handle_extended_wait): Set the child's last
17632 reported status to TARGET_WAITKIND_STOPPED.
17633
69dde7dc
PA
176342015-07-30 Pedro Alves <palves@redhat.com>
17635
17636 PR threads/18600
17637 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17638 only shows inferior 1.
17639
4dd63d48
PA
176402015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17641 Pedro Alves <palves@redhat.com>
17642
17643 PR threads/18600
17644 * gdb.threads/fork-plus-threads.c: New file.
17645 * gdb.threads/fork-plus-threads.exp: New file.
17646
d618e4c5
PP
176472015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17648
17649 * gdb.base/batch-preserve-term-settings.exp
17650 (test_terminal_settings_preserved_after_cli_exit): Use
17651 send_quit_command.
17652
1eef6428
PA
176532015-07-29 Pedro Alves <palves@redhat.com>
17654 Don Breazeal <donb@codesourcery.com>
17655
17656 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17657 output from both inferior_spawn_id and gdb_spawn_id.
17658
7da5b897
SDJ
176592015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17660
17661 * gdb.threads/attach-into-signal.exp (corefunc): Use
17662 with_test_prefix on nested loops, uniquefying the test messages.
17663
dac804df
SDJ
176642015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17665
17666 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17667 commit.
17668
06265e53
PP
176692015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17670
17671 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17672 New proc.
17673 (test_terminal_settings_preserved_after_sigterm): New test.
17674
18206ca3
PP
176752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17676
17677 * gdb.base/batch-preserve-term-settings.exp
17678 (test_terminal_settings_preserved_after_cli_exit): New test.
17679
90074d11
PP
176802015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17681
17682 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17683 manipulation of saved_gdbflags.
17684 (test_terminal_settings_preserved): Remove global declaration of
17685 the unused variable pagination_prompt. Remove manipulation of
17686 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17687 GDBFLAGS.
17688
eb1a7902
PA
176892015-07-29 Pedro Alves <palves@redhat.com>
17690
17691 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17692
8b75dd3b
PA
176932015-07-29 Pedro Alves <palves@redhat.com>
17694
17695 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17696 at the top.
17697
dedad4e3
PA
176982015-07-29 Pedro Alves <palves@redhat.com>
17699
17700 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17701 (main): Call gdb_unbuffer_output.
17702 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17703 (main): Call gdb_unbuffer_output.
17704 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17705 (main): Call gdb_unbuffer_output.
17706 * gdb.base/call-strs.exp: Adjust to step over the
17707 gdb_unbuffer_output call.
17708 * gdb.base/catch-gdb-caused-signals.c: Include
17709 "../lib/unbuffer_output.c".
17710 (main): Call gdb_unbuffer_output.
17711 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17712 (main): Call gdb_unbuffer_output.
17713 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17714 (main): Call gdb_unbuffer_output.
17715 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17716 (main): Call gdb_unbuffer_output.
17717 * gdb.base/shlib-call.exp: Adjust to step over the
17718 gdb_unbuffer_output call.
17719 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17720 (main): Call gdb_unbuffer_output.
17721 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17722 (main): Call gdb_unbuffer_output.
17723 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17724 (main): Rename to ...
17725 (test): ... this.
17726 (main): Reimplement.
17727 * gdb.base/varargs.exp: Run to test instead of to main.
17728 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17729 (main): Call gdb_unbuffer_output.
17730
58789a91
PA
177312015-07-29 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17734 factore out from mi_continue_dprintf. For call-style dprintfs,
17735 expect dprintf output out of $inferior_spawn_id.
17736 (mi_continue_dprintf): Use mi_expect_dprintf.
17737 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17738 (main): Call gdb_unbuffer_output.
17739
e8376742
PA
177402015-07-29 Pedro Alves <palves@redhat.com>
17741
17742 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17743 (default_mi_gdb_start): Set inferior_spawn_id instead of
17744 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17745 gdb_spawn_id.
17746 (mi_gdb_test): Always expect inferior output from both
17747 $inferior_spawn_id and $gdb_spawn_id.
17748
08280010
PA
177492015-07-29 Pedro Alves <palves@redhat.com>
17750
17751 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17752 send_inferior and $inferior_spawn_id.
17753
4d30e432
PA
177542015-07-29 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.gdb/complaints.exp (test_initial_complaints)
17757 (test_serial_complaints, test_short_complaints): Use
17758 gdb_test_stdio.
17759 (test_empty_complaint): Handle $inferior_spawn_id !=
17760 $gdb_spawn_id.
17761
0d30a335
PA
177622015-07-29 Pedro Alves <palves@redhat.com>
17763
17764 * gdb.base/varargs.exp: Use gdb_test_stdio.
17765
39413b29
PA
177662015-07-29 Pedro Alves <palves@redhat.com>
17767
17768 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17769
7cb000a9
PA
177702015-07-29 Pedro Alves <palves@redhat.com>
17771
17772 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17773
d7b8ac82
PA
177742015-07-29 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17777 parameter into two new parameters, "inf_result" and "gdb_result".
17778 Expect inferior output and gdb output from $inferior_spawn_id and
17779 $gdb_spawn_id, respectively. Adjust all callers.
17780
789c3a0c
PA
177812015-07-29 Pedro Alves <palves@redhat.com>
17782
17783 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17784 of gdb_test_sequence.
17785
77e760c3
PA
177862015-07-29 Pedro Alves <palves@redhat.com>
17787
17788 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17789 (saw_spurious_output): Expect inferior output from
17790 $inferior_spawn_id. Use gdb_test_stdio.
17791
8396d2cd
PA
177922015-07-29 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/dprintf.exp: Use standard_testfile. Change
17795 prepare_for_testing call.
17796 (srcfile): Don't set.
17797 (restart): New procedure.
17798 (test_dprintf): New procecure, use to continue over dprintfs.
17799 (test_call, test_agent): New procedures, tests moved here.
17800 Restart gdb and recreate dprintfs. Adjust expected output.
17801
2051d61f
PA
178022015-07-29 Pedro Alves <palves@redhat.com>
17803
17804 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17805
452397af
PA
178062015-07-29 Pedro Alves <palves@redhat.com>
17807
17808 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17809
8aed9555
PA
178102015-07-29 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17813 gdb_test_stdio.
17814
188a61b4
PA
178152015-07-29 Pedro Alves <palves@redhat.com>
17816
17817 * lib/gdb.exp (gdb_test_stdio): New procedure.
17818
12264a45
PA
178192015-07-29 Pedro Alves <palves@redhat.com>
17820
17821 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17822
23ffc893
PA
178232015-07-29 Pedro Alves <palves@redhat.com>
17824
17825 * gdb.base/call-signal-resume.exp: Remove check for
17826 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17827 * gdb.base/unwindonsignal.exp: Likewise.
17828 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17829 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17830
65566918
PA
178312015-07-29 Pedro Alves <palves@redhat.com>
17832
17833 * gdb.base/siginfo-addr.c (pass): New function.
17834 (handler): Call it iff si_addr is correct.
17835 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17836 Set a breakpoint at "pass" and continue to it.
17837
d60a9221
SDJ
178382015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17839
17840 * gdb.python/py-objfile.exp: Make some tests have unique names.
17841 * gdb.python/py-pp-registration.exp: Likewise.
17842
bde40b8f
PA
178432015-07-28 Pedro Alves <palves@redhat.com>
17844
17845 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17846
13e1dec8
SM
178472015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17848
17849 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17850
da33c9a7
SM
178512015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17852
17853 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17854
077836f7
PP
178552015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17856
17857 * gdb.base/gdb-sigterm-2.exp: New test.
17858
b8cc7b2e
DE
178592015-07-25 Doug Evans <xdje42@gmail.com>
17860
17861 Revert:
17862 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17863 (workers/%.worker, build-perf): New rule.
17864 (GDB_PERFTEST_MODE): New variable.
17865 (check-perf): Use it.
17866 (clean): Clean up gdb.perf parallel build subdirs.
17867 * lib/build-piece.exp: New file.
17868 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17869 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17870 name.
17871 (standard_temp_file): Ditto.
17872 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17873 of $GDB_PARALLEL.
17874
c8bd4544
DE
178752015-07-24 Doug Evans <dje@google.com>
17876
17877 * gdb.perf/lib/perftest/utils.py: New file.
17878 * gdb.perf/gm-hello.cc: New file.
17879 * gdb.perf/gm-pervasive-typedef.cc: New file.
17880 * gdb.perf/gm-pervasive-typedef.h: New file.
17881 * gdb.perf/gm-std.cc: New file.
17882 * gdb.perf/gm-std.h: New file.
17883 * gdb.perf/gm-use-cerr.cc: New file.
17884 * gdb.perf/gm-utils.h: New file.
17885 * gdb.perf/gmonster-null-lookup.py: New file.
17886 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17887 * gdb.perf/gmonster-print-cerr.py: New file.
17888 * gdb.perf/gmonster-ptype-string.py: New file.
17889 * gdb.perf/gmonster-runto-main.py: New file.
17890 * gdb.perf/gmonster-select-file.py: New file.
17891 * gdb.perf/gmonster1-null-lookup.exp: New file.
17892 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
17893 * gdb.perf/gmonster1-print-cerr.exp: New file.
17894 * gdb.perf/gmonster1-ptype-string.exp: New file.
17895 * gdb.perf/gmonster1-runto-main.exp: New file.
17896 * gdb.perf/gmonster1-select-file.exp: New file.
17897 * gdb.perf/gmonster1.cc: New file.
17898 * gdb.perf/gmonster1.exp: New file.
17899 * gdb.perf/gmonster2-null-lookup.exp: New file.
17900 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
17901 * gdb.perf/gmonster2-print-cerr.exp: New file.
17902 * gdb.perf/gmonster2-ptype-string.exp: New file.
17903 * gdb.perf/gmonster2-runto-main.exp: New file.
17904 * gdb.perf/gmonster2-select-file.exp: New file.
17905 * gdb.perf/gmonster2.cc: New file.
17906 * gdb.perf/gmonster2.exp: New file.
17907
6eab34f3
DE
179082015-07-24 Doug Evans <dje@google.com>
17909
17910 * gdb.perf/README: New file.
17911 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
17912 * lib/gen-perf-test.exp: New file.
17913
63738bfd
DE
179142015-07-24 Doug Evans <dje@google.com>
17915
17916 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
17917 (PerfTest::startup): New function.
17918 (PerfTest::run): Return result of calling body.
17919 (PerfTest::assemble): Rewrite.
17920 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
17921 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
17922 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
17923 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
17924 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
17925
7b606f95
DE
179262015-07-24 Doug Evans <dje@google.com>
17927
17928 * lib/gdb.exp (clean_restart): Make executable optional.
17929
a97b16b8
DE
179302015-07-24 Doug Evans <dje@google.com>
17931
17932 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
17933 compiler_info references.
17934 * gdb.cp/temargs.exp: Ditto.
17935 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
17936 (get_compiler_info): Early exit if already computed. Set compiler_info
17937 to "unknown" if there was a problem.
17938 (test_compiler_info): Add function comment. Call get_compiler_info.
17939
35baa57f
DE
179402015-07-24 Doug Evans <dje@google.com>
17941
17942 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17943 (workers/%.worker, build-perf): New rule.
17944 (GDB_PERFTEST_MODE): New variable.
17945 (check-perf): Use it.
17946 (clean): Clean up gdb.perf parallel build subdirs.
17947 * lib/build-piece.exp: New file.
17948 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17949 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17950 name.
17951 (standard_temp_file): Ditto.
17952 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17953 of $GDB_PARALLEL.
17954
6ebea266
DE
179552015-07-24 Doug Evans <dje@google.com>
17956
17957 * lib/future.exp (gdb_default_target_compile): New option
17958 "early_flags".
17959 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
17960 --as-needed.
17961
1e76a7e9
SDJ
179622015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
17963
17964 * gdb.base/catch-syscall.exp: Call gdb_exit before
17965 gdb_skip_xml_test.
17966
5068630a
PA
179672015-07-24 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.python/py-events.exp: Accept output between the stop event
17970 and the prompt.
17971 * gdb.python/py-evsignal.exp: Likewise.
17972 * gdb.python/py-evthreads.exp: Likewise.
17973
77598427
PA
179742015-07-24 Pedro Alves <palves@redhat.com>
17975
17976 PR gdb/18717
17977 * gdb.threads/non-ldr-exit.c: New file.
17978 * gdb.threads/non-ldr-exit.exp: New file.
17979
11e6c98f
YQ
179802015-07-24 Yao Qi <yao.qi@linaro.org>
17981
17982 * gdb.server/ext-wrapper.exp: Test --wrapper option when
17983 restarting process.
17984
51aee833
YQ
179852015-07-24 Yao Qi <yao.qi@linaro.org>
17986
17987 * gdb.server/ext-restart.exp: New file.
17988
8cfe207c
YQ
179892015-07-24 Yao Qi <yao.qi@linaro.org>
17990
17991 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
17992 argument options.
17993 * gdb.server/ext-wrapper.exp: New file.
17994
cc12ce38
DE
179952015-07-23 Doug Evans <dje@google.com>
17996
17997 * gdb.dwarf2/dw2-dummy-cu.S: New file.
17998 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
17999
d0d84780
PMR
180002015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18001
18002 * gdb.ada/var_arr_typedef.exp: New testcase.
18003 * gdb.ada/var_arr_typedef/pack.adb: New file.
18004 * gdb.ada/var_arr_typedef/pack.ads: New file.
18005 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18006
8b558f79
JB
180072015-07-20 Joel Brobecker <brobecker@adacore.com>
18008
18009 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18010
775a3298
JK
180112015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18012
18013 * gdb.arch/i386-biarch-core.exp: Replace istarget
18014 by "complete set gnutarget". Remove expectation for the "core-file"
18015 command.
18016
db1ff28b
JK
180172015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18018
18019 Revert the previous commit:
18020 Tests for validate symbol file using build-id.
18021
0a94970d
JK
180222015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18023
18024 Tests for validate symbol file using build-id.
18025 * gdb.base/solib-mismatch-lib.c: New file.
18026 * gdb.base/solib-mismatch-libmod.c: New file.
18027 * gdb.base/solib-mismatch.c: New file.
18028 * gdb.base/solib-mismatch.exp: New file.
18029
03346981
SL
180302015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18031
18032 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18033 nios2-*-linux*.
18034 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18035 * gdb.base/siginfo.exp: Likewise.
18036 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18037
42422cc7
PL
180382015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18039
18040 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18041 Move it to ...
18042 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18043 ... here.
18044 * gdb.trace/range-stepping.exp: Check that the target supports
18045 range stepping.
18046
cfa68bae
JK
180472015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18048
18049 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18050
8ffdba26
PA
180512015-07-14 Pedro Alves <palves@redhat.com>
18052
18053 * gdb.base/killed-outside.exp: New file.
18054 * gdb.base/killed-outside.c: New file.
18055
218a5a11
JK
180562015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18057
18058 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18059 (n at main): New.
18060 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18061
e03ed3c6
AA
180622015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18063
18064 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18065 infcall tests instead of setting up for KFAIL.
18066
485668e5
MM
180672015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18068
18069 * gdb.btrace/record_goto-step.exp: New.
18070
08464196
JK
180712015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18072
18073 PR compile/18484
18074 * gdb.compile/compile.c (struct struct_type): Add volatile to
18075 selffield's type.
18076 * gdb.compile/compile.exp
18077 (compile code struct_object.selffield = &struct_object): Skip further
18078 struct_object tests if this one xfails.
18079
bcf5c1d9
RC
180802015-07-08 Robert O'Callahan <robert@ocallahan.org>
18081
18082 PR exp/18617
18083 * gdb.trace/ax.exp: Add test.
18084
4931af25
YQ
180852015-07-07 Yao Qi <yao.qi@linaro.org>
18086
18087 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18088 instead of istarget "aarch64*-*-*".
18089 * gdb.arch/aarch64-fp.exp: Likewise.
18090 * gdb.base/float.exp: Likewise.
18091 * gdb.reverse/aarch64.exp: Likewise.
18092 * lib/gdb.exp (is_aarch64_target): New proc.
18093
9fcf688e
YQ
180942015-07-07 Yao Qi <yao.qi@linaro.org>
18095
18096 * lib/gdb.exp (is_aarch32_target): New proc.
18097 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18098 instead of "istarget "arm*-*-*"".
18099 * gdb.arch/arm-disp-step.exp: Likewise.
18100 * gdb.arch/thumb-bx-pc.exp: Likewise.
18101 * gdb.arch/thumb-prologue.exp: Likewise.
18102 * gdb.arch/thumb-singlestep.exp: Likewise.
18103 * gdb.base/disp-step-syscall.exp: Likewise.
18104 * gdb.base/float.exp: Likewise.
18105
fbd8d50d
YQ
181062015-07-07 Yao Qi <yao.qi@linaro.org>
18107
18108 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18109 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18110
71be1fdc
YQ
181112015-07-07 Yao Qi <yao.qi@linaro.org>
18112
18113 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18114 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18115 if it exists.
18116 * gdb.multi/multi-arch.exp: Likewise.
18117
3e221d36
SM
181182015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18119
18120 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18121 print.
18122
d441430b
YQ
181232015-07-07 Yao Qi <yao.qi@linaro.org>
18124
18125 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18126
06f810bd
MG
181272015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18128
18129 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18130 '[' and ']' characters.
18131
5e61e7c0
IB
181322015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18133
18134 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18135
28bf096c
PA
181362015-06-29 Pedro Alves <palves@redhat.com>
18137
18138 PR threads/18127
18139 * gdb.threads/hand-call-new-thread.c: New file.
18140 * gdb.threads/hand-call-new-thread.c: New file.
18141
ee93cd5e
KS
181422015-06-26 Keith Seitz <keiths@redhat.com>
18143 Doug Evans <dje@google.com>
18144
18145 PR 16253
18146 * gdb.cp/var-tag-2.cc: New file.
18147 * gdb.cp/var-tag-3.cc: New file.
18148 * gdb.cp/var-tag-4.cc: New file.
18149 * gdb.cp/var-tag.cc: New file.
18150 * gdb.cp/var-tag.exp: New file.
18151
fc637f04
PP
181522015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18153
18154 * gdb.base/history-duplicates.exp: New test.
18155
2e52ae68
PP
181562015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18157
18158 * gdb.base/completion.exp: Test the completion of the "focus"
18159 command.
18160
6e22494e
JK
181612015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18162
18163 * gdb.arch/amd64-prologue-skip.S: New file.
18164 * gdb.arch/amd64-prologue-skip.exp: New file.
18165
bf7b9cd9
SM
181662015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18167
18168 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18169 is_address_zero_readable check.
18170
201e8dfd
PB
181712015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18172
18173 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18174 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18175
5cd867b4
YQ
181762015-06-24 Yao Qi <yao.qi@linaro.org>
18177
18178 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18179 linux targets.
18180
4d7be007
YQ
181812015-06-24 Yao Qi <yao.qi@linaro.org>
18182
18183 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18184 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18185 * gdb.base/siginfo-thread.exp: Likewise.
18186
07fcd301
YQ
181872015-06-22 Yao Qi <yao.qi@linaro.org>
18188
18189 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18190
52042a00
YQ
181912015-06-22 Yao Qi <yao.qi@linaro.org>
18192
18193 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18194 aarch64*-*-*.
18195 (skip_hw_watchpoint_tests): Likewise.
18196
74bd41ce
PP
181972015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18198
18199 * gdb.base/gdbinit-history.exp: Test the interaction between
18200 setting GDBHISTSIZE and setting the history size via .gdbinit.
18201
bc460514
PP
182022015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18203
18204 PR gdb/16999
18205 * gdb.base/gdbhistsize-history.exp: New test.
18206
b58c513b
PP
182072015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18208
18209 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18210 with GDBHISTSIZE.
18211 * gdb.base/readline.exp: Likewise.
18212
92046791
YQ
182132015-06-17 Yao Qi <yao.qi@linaro.org>
18214
18215 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18216 line.
18217
2093d2d3
PP
182182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18219
18220 * gdb.base/gdbinit-history.exp: Add test case to check that
18221 an unlimited history file does not get truncated on exit.
18222
e6c693af
AA
182232015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18224
18225 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18226 (VECTOR): New macro. Use it...
18227 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18228 ...for these typedefs.
18229 (int8, char1, int1, double1): New typedefs.
18230 (struct just_int2, struct two_int2): New structures.
18231 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18232 (add_structvecs, add_singlevecs): New functions.
18233 (main): Call add_some_intvecs twice.
18234 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18235 the compile and exit upon failure. Try compiling for the "native"
18236 architecture. Test inferior function calls with vector arguments
18237 and vector return value handling with "finish" and "return".
18238
c74f7d1c
JT
182392015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18240
18241 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18242 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18243 PE file.
18244 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18245
98aa42ee
AT
182462015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18247
18248 PR breakpoints/16465
18249 * gdb.mi/mi-dprintf-pending.c: New file.
18250 * gdb.mi/mi-dprintf-pending.exp: New test.
18251 * gdb.mi/mi-dprintf-pendshr.c: New file.
18252
7d73c23c 182532015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18254 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18255
18256 * gdb.arch/i386-mpx-map.c: New file.
18257 * gdb.arch/i386-mpx-map.exp: New File.
18258
182592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18260
18261 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18262 * gdb.arch/i386-mpx.exp: Indentation fixed.
18263
182642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18265
18266 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18267 function and improved indentation.
18268 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18269 gdb_test_multiple. Added additional tests to skip the test.
18270
182712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18272
18273 * gdb.arch/i386-avx512.c: Change path in include file.
18274 * gdb.arch/i386-avx512.exp: Change include dir path
18275 compilation flag.
18276 * gdb.arch/i386-mpx.c: Change path in include file.
18277 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18278 flag.
18279
d5eba19a
JK
182802015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18281
18282 * gdb.compile/compile-print.exp (compile print *vararray@3)
18283 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18284
7f361056
JK
182852015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18286
18287 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18288 (do not keep jit in memory): ... this.
18289 (expect 5): Change it to ...
18290 (expect no 5): ... this.
18291
3b462ec2
SM
182922015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18293
18294 PR gdb/15564
18295 * gdb.mi/mi-detach.exp: New file.
18296
e0619de6
JK
182972015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18298
18299 PR symtab/18392
18300 * gdb.arch/amd64-tailcall-self.S: New file.
18301 * gdb.arch/amd64-tailcall-self.c: New file.
18302 * gdb.arch/amd64-tailcall-self.exp: New file.
18303
e970cb34
DB
183042015-05-28 Don Breazeal <donb@codesourcery.com>
18305
18306 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18307 tests for remote targets by checking is_target_gdbserver.
18308
b2e2f908
DE
183092015-05-27 Doug Evans <dje@google.com>
18310
18311 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18312 * gdb.dwarf2/opaque-type-lookup.c: New file.
18313 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18314
82c7be31
DE
183152015-05-26 Doug Evans <dje@google.com>
18316
18317 * gdb.cp/iostream.cc: New file.
18318 * gdb.cp/iostream.exp: New file.
18319
b4f54984
DE
183202015-05-26 Doug Evans <dje@google.com>
18321
18322 * gdb.dwarf2/dw2-op-call.exp: Update.
18323 * gdb.dwarf2/dw4-sig-types.exp: Update.
18324 * gdb.dwarf2/implptr.exp: Update.
18325 * gdb.mi/mi-cmd-param-changed.exp: Update.
18326
4ea6efe9
DE
183272015-05-26 Doug Evans <dje@google.com>
18328
18329 * gdb.python/py-lazy-string.c: New file.
18330 * gdb.python/py-lazy-string.exp: New file.
18331 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18332 (main): Update. Add estring3.
18333 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18334 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18335
f6bb7db3
YQ
183362015-05-26 Omair Javaid <omair.javaid@linaro.org>
18337 Yao Qi <yao.qi@linaro.org>
18338
18339 * gdb.reverse/aarch64.c: New.
18340 * gdb.reverse/aarch64.exp: New.
18341
a81bfbd0
OJ
183422015-05-26 Omair Javaid <omair.javaid@linaro.org>
18343
25d49b86
PA
18344 * lib/gdb.exp (supports_process_record): Return true for
18345 aarch64*-linux*.
a81bfbd0
OJ
18346 (supports_reverse): Likewise.
18347
158bf1b4
PP
183482015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18349
18350 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18351 Use with_test_prefix.
18352
a0145030
AB
183532015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18354
18355 * gdb.base/completion.exp: Add test for completion of layout
18356 names.
18357
ebe3b578
AB
183582015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18359
18360 * lib/gdb.exp (skip_tui_tests): New proc.
18361 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18362
84204ed7
PA
183632015-05-19 Pedro Alves <palves@redhat.com>
18364
18365 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18366 Save the whole env array instead of just HOME. Unset HISTSIZE in
18367 the environment while testing. Restore whole environment
18368 afterwards.
18369
37442ce1
DE
183702015-05-16 Doug Evans <xdje42@gmail.com>
18371
18372 * gdb.guile/scm-ports.c: New file.
18373 * gdb.guile/scm-ports.exp: Add memory port tests.
18374
36de76f9
JK
183752015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18376
18377 * gdb.compile/compile-print.c: New file.
18378 * gdb.compile/compile-print.exp: New file.
18379
3a9558c4
JK
183802015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18381
18382 * gdb.compile/compile-ops.exp: Cast param to void.
18383 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18384 (compile code struct_object.selffield = &struct_object): Add xfail.
18385
aa715135
JG
183862015-05-15 Joel Brobecker <brobecker@adacore.com>
18387
18388 * gdb.ada/arr_enum_with_gap: New testcase.
18389
931e5bc3
JG
183902015-05-15 Joel Brobecker <brobecker@adacore.com>
18391
18392 * gdb.ada/byte_packed_arr: New testcase.
18393
9cd4d857
JB
183942015-05-15 Joel Brobecker <brobecker@adacore.com>
18395
18396 * gdb.ada/pckd_neg: New testcase.
18397
ebfd00d2
PP
183982015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18399
18400 PR gdb/17820
18401 * gdb.base/gdbinit-history.exp: New test.
18402 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18403 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18404
4c082a81
SC
184052015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18406
18407 * gdb.python/py-xmethods.cc: Enhance test case.
18408 * gdb.python/py-xmethods.exp: New tests.
18409 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18410 function.
18411 (B_indexoper): Likewise.
18412 (global_dm_list) : Add new xmethod worker functions.
18413
f7797074
SDJ
184142015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18415
18416 * gdb.base/coredump-filter.exp: Correctly unset
18417 "coredump_var_addr" array.
18418
a4674e4e
PA
184192015-05-08 Pedro Alves <palves@redhat.com>
18420
18421 * gdb.server/non-existing-program.exp: Unset spawn_id.
18422
df2eb078
SC
184232015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18424
18425 PR python/18291
18426 * gdb.python/py-xmethods.exp: Add tests.
18427
422349a3
YQ
184282015-05-08 Yao Qi <yao.qi@linaro.org>
18429
18430 PR gdb/18208
18431 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18432 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18433 function set_coredump_filter, and remove remote_exec call.
18434 Remove argument ipid. Callers update.
18435 (top level): Don't get inferior's PID.
18436
63fc80ce
AA
184372015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18438
18439 * gdb.base/watch_thread_num.exp: Skip test on targets without
18440 access watchpoints.
18441
80ad801e
PA
184422015-05-06 Pedro Alves <palves@redhat.com>
18443
18444 PR server/18081
18445 * gdb.server/non-existing-program.exp: New file.
18446
0fa7fe50
JB
184472015-05-05 Joel Brobecker <brobecker@adacore.com>
18448
18449 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18450
3ea89b92
PMR
184512015-05-05 Joel Brobecker <brobecker@adacore.com>
18452
18453 * gdb.ada/out_of_line_in_inlined: New testcase.
18454
87b8eff0
JB
184552015-05-05 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.ada/var_rec_arr: New testcase.
18458
5fccc635
YQ
184592015-04-30 Yao Qi <yao.qi@linaro.org>
18460
18461 * gdb.base/break-idempotent.exp: If
18462 skip_hw_watchpoint_multi_tests returns true, skip the tests
18463 on "rwatch" and "awatch".
18464
42d38f42
YQ
184652015-04-30 Yao Qi <yao.qi@linaro.org>
18466
18467 * gdb.base/relativedebug.exp: Invoke gdb command
18468 "info sharedlibrary", and if libc.so doesn't have debug info,
18469 skip the test.
18470
2ce1cdbf
DE
184712015-04-29 Doug Evans <dje@google.com>
18472
18473 * gdb.python/py-xmethods.exp: Add ptype tests.
18474 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18475 get_result_type method.
18476
f24a38c5
LM
184772015-04-29 Luis Machado <lgustavo@codesourcery.com>
18478
18479 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18480 the target does not support hardware watchpoints.
18481
ecbf2b3c
LM
184822015-04-29 Luis Machado <lgustavo@codesourcery.com>
18483
18484 * gdb.base/break-always.exp: Abort testing if writing to memory
18485 causes an error.
18486
34f5f757
DE
184872015-04-28 Doug Evans <dje@google.com>
18488
18489 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18490 * gdb.python/py-pp-registration.exp: ... here. New file.
18491 * gdb.python/py-pp-registration.c: New file.
18492 * gdb.python/py-pp-registration.py: New file.
18493
69b4374a
DE
184942015-04-28 Doug Evans <dje@google.com>
18495
18496 * gdb.python/py-bad-printers.c: New file.
18497 * gdb.python/py-bad-printers.py: New file.
18498 * gdb.python/py-bad-printers.exp: New file.
18499
59fb7612
SS
185002015-04-28 Sasha Smundak <asmundak@google.com>
18501
18502 * gdb.python/py-type.exp: New test.
18503
2631b16a
AW
185042015-04-28 Andy Wingo <wingo@igalia.com>
18505
18506 * gdb.python/py-parameter.exp:
18507 * gdb.guile/scm-parameter.exp: Escape the path that we are
18508 matching against, as it might contain characters that are special
18509 to regular expressions.
18510
460efde1
JB
185112015-04-27 Joel Brobecker <brobecker@adacore.com>
18512
18513 * gdb.ada/rec_comp: New testcase.
18514
2d369d8e
SDJ
185152015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18516
18517 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18518 before using it.
18519
cf75d6c3
AB
185202015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18521
18522 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18523 new tests for verilog output.
18524
8dbe7ca5
YQ
185252015-04-24 Yao Qi <yao.qi@linaro.org>
18526
18527 * boards/remote-gdbserver-on-localhost.exp: New file.
18528
4ef9fb2f
PA
185292015-04-23 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18532 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18533 "end of file", remove $inferior_spawn_id from the indirect list.
18534
0a803169
PA
185352015-04-23 Pedro Alves <palves@redhat.com>
18536
18537 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18538
749ef8f8
PA
185392015-04-23 Pedro Alves <palves@redhat.com>
18540
18541 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18542 on $any_spawn_id instead of only on $gdb_spawn_id.
18543
8aae4344
PM
185442015-04-21 Pierre Muller <muller@sourceware.org>
18545
18546 PR pascal/17815
18547 * lib/pascal.exp (gpc_compile): Add new option "class".
18548 (fpc_compile): Likewise.
18549 * gdb.pascal/case-insensitive-symbols.pas: New file.
18550 * gdb.pascal/case-insensitive-symbols.exp: New file.
18551
1586c8fb
GB
185522015-04-20 Gary Benson <gbenson@redhat.com>
18553
18554 * gdb.base/attach.exp: Fix three extended remote failures.
18555
1b6e6f5c
GB
185562015-04-17 Gary Benson <gbenson@redhat.com>
18557
18558 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18559 the main executable over the remote protocol.
18560
e797481d
PA
185612015-04-16 Pedro Alves <palves@redhat.com>
18562
18563 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18564 a new gdbserver if gdbserver_reconnect_p is set.
18565
1ca99c42
PA
185662015-04-16 Pedro Alves <palves@redhat.com>
18567
18568 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18569 is set, don't exit gdbserver.
18570
af9fd6f8
AA
185712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18572
18573 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18574 appropriate .insn, such that an older assembler can be used.
18575 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18576 the z/Architecture instruction set on 31-bit targets as well.
18577
04ff1e61
AA
185782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18579
18580 * gdb.go/handcall.exp: Remove all logic related to the first
18581 breakpoint and rely on go_runto_main instead.
18582 * gdb.go/strings.exp: Likewise.
18583 * gdb.go/unsafe.exp: Likewise.
18584 * gdb.go/hello.exp: Likewise. Also rename the remaining
18585 breakpoint marker to "breakpoint 1".
18586 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18587 * gdb.go/strings.go: Likewise.
18588 * gdb.go/unsafe.go: Likewise.
18589 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18590 "set breakpoint 2 here" and rename the remaining breakpoint marker
18591 to "breakpoint 1".
18592
40d2f8d6
SM
185932015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18594
18595 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18596 if itertools.imap is not present.
18597 * gdb.python/py-objfile.exp: Add parentheses.
18598 * gdb.python/py-type.exp: Same.
18599 * gdb.python/py-unwind-maint.py: Same.
18600
8cbc97c6
YQ
186012015-04-15 Yao Qi <yao.qi@linaro.org>
18602
18603 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18604 of ":$ptr_size" and set its form explicitly.
18605
45fd756c
YQ
186062015-04-15 Pedro Alves <palves@redhat.com>
18607 Yao Qi <yao.qi@linaro.org>
18608
18609 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18610 timeout by factor of 4.
18611 (test_regular_watch): Likewise.
18612 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18613 * gdb.reverse/sigall-reverse.exp: Likewise.
18614 * gdb.reverse/until-precsave.exp: Likewise.
18615 * lib/gdb.exp (with_timeout_factor): New proc.
18616 (gdb_expect): Move some code to ...
18617 (get_largest_timeout): ... here. New procedure.
18618
9e811bc3
LM
186192015-04-14 Luis Machado <lgustavo@codesourcery.com>
18620
18621 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18622
0ff6fcb2
LM
186232015-04-13 Luis Machado <lgustavo@codesourcery.com>
18624
18625 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18626 to write to the .text section.
18627
7578d5f7
LM
186282015-04-13 Luis Machado <lgustavo@codesourcery.com>
18629
18630 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18631 Handle the case of targets that do not provide PID information.
18632
2efe15c4
YQ
186332015-04-13 Yao Qi <yao.qi@linaro.org>
18634
18635 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18636 and use expect instead of gdb_expect.
18637
8cd8f2f8
SDJ
186382015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18639
18640 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18641 "coredump_var_addr" to avoid naming conflict with other testcases.
18642
9ee41772
PA
186432015-04-10 Pedro Alves <palves@redhat.com>
18644
18645 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18646 gdb_test_sequence and gdb_assert.
18647
07473109
PA
186482015-04-10 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18651 test messages that don't include the breakpoint address.
18652
de3db44c
YQ
186532015-04-10 Yao Qi <yao.qi@linaro.org>
18654
18655 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18656 false for some offset and width combinations which aren't
18657 supported by linux kernel.
18658
c79d856c
PA
186592015-04-10 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18662 procedure, factored out from ...
18663 (top level): ... here. Add "set displaced-stepping" testing axis.
18664 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18665 parameter "displaced". Use it.
18666 (top level): Use foreach and add "set displaced-stepping" testing
18667 axis.
18668
ebc90b50
PA
186692015-04-10 Pedro Alves <palves@redhat.com>
18670
18671 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18672 Remove comment.
18673 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18674 both the address of the instruction that triggers the watchpoint
18675 and the address of the instruction immediately after, and use
18676 those addresses for the test. Fix comment.
18677
8f572e5c
PA
186782015-04-10 Pedro Alves <palves@redhat.com>
18679
18680 * gdb.base/sigstep.exp (breakpoint_to_handler)
18681 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18682 Test "backtrace" in handler.
18683 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18684 (top level): Add new "displaced" test axis to
18685 breakpoint_to_handler, breakpoint_to_handler_entry and
18686 breakpoint_over_handler.
18687
8d707a12
PA
186882015-04-10 Pedro Alves <palves@redhat.com>
18689
18690 PR gdb/18216
18691 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18692
ef713951
YQ
186932015-04-10 Yao Qi <yao.qi@linaro.org>
18694
18695 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18696 (test_add_rn_pc): New function.
18697 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18698 (top level): Invoke test_add_rn_pc.
18699
906d60cf
PA
187002015-04-10 Pedro Alves <palves@redhat.com>
18701
18702 PR gdb/13858
18703 * gdb.base/step-over-no-symbols.exp: New file.
18704
f2983cc3
AW
187052015-04-09 Andy Wingo <wingo@igalia.com>
18706
18707 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18708 after the Python tests.
18709
6d62641c
SDJ
187102015-04-08 Keith Seitz <keiths@redhat.com>
18711
18712 PR python/16699
18713 * gdb.python/py-completion.exp: New tests for completion.
18714 * gdb.python/py-completion.py (CompleteLimit1): New class.
18715 (CompleteLimit2): Likewise.
18716 (CompleteLimit3): Likewise.
18717 (CompleteLimit4): Likewise.
18718 (CompleteLimit5): Likewise.
18719 (CompleteLimit6): Likewise.
18720 (CompleteLimit7): Likewise.
18721
f3770638
PA
187222015-04-08 Pedro Alves <palves@redhat.com>
18723
18724 PR gdb/18214
18725 PR gdb/18216
18726 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18727 function.
18728 (main): Install it as SIGUSR1 handler.
18729 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18730 parameter. Always use "setup" as prefix. Toggle "set
18731 displaced-stepping" off/on depending on global. Don't switch to
18732 thread 1 here.
18733 (top level): Add displaced stepping "off/on" test axis. Update
18734 "setup" calls. Wrap each subtest with with_test_prefix. Test
18735 continuing with a queued signal in each thread.
18736
4496bed7
PA
187372015-04-08 Pedro Alves <palves@redhat.com>
18738
18739 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18740 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18741 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18742 Return early if running to main fails.
18743 * gdb.trace/while-stepping.exp: Likewise.
18744
b97fde92
PA
187452015-04-07 Pedro Alves <palves@redhat.com>
18746
18747 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18748 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18749 interact with inferior program.
18750
f71c18e7
PA
187512015-04-07 Pedro Alves <palves@redhat.com>
18752
18753 * lib/gdb.exp (inferior_spawn_id): New global.
18754 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18755 spawn id after processing the user code.
18756 (default_gdb_start): Set inferior_spawn_id.
18757 (send_inferior): New procedure.
18758 * lib/gdbserver-support.exp (gdbserver_start): Set
18759 inferior_spawn_id.
18760 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18761
6423214f
PA
187622015-04-07 Pedro Alves <palves@redhat.com>
18763
18764 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18765 * lib/gdbserver-support.exp (gdbserver_start): Make
18766 $server_spawn_id global.
18767 (gdbserver_start): Don't wait for gdbserver's spawn id with
18768 expect_background.
18769 (close_gdbserver): New procedure.
18770 (gdb_exit): Rename the default version and reimplement.
18771
71c0ee8c
PA
187722015-04-07 Pedro Alves <palves@redhat.com>
18773
72f4393d 18774 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18775 append the substituted item, not the original item.
18776
203bc29b
PA
187772015-04-07 Pedro Alves <palves@redhat.com>
18778
18779 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18780 gdb_expect.
18781
508a3ddf
PA
187822015-04-07 Pedro Alves <palves@redhat.com>
18783
18784 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18785 output appearing once only.
18786
9f6dbe2b
PA
187872015-04-07 Pedro Alves <palves@redhat.com>
18788
18789 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18790 that doesn't expect anything. Return early if running to main
18791 fails.
18792
337532fa
YQ
187932015-04-07 Yao Qi <yao.qi@linaro.org>
18794
18795 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18796 (child_function): Call alarm.
18797 (main): Move call to alarm into the loop.
18798 * gdb.threads/non-stop-fair-events.exp: Build program with
18799 -DTIMEOUT=$timeout.
18800
01b622d4
DE
188012015-04-06 Doug Evans <xdje42@gmail.com>
18802
18803 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18804 Fix dest parameter to board_info.
18805 (fpc_compile): Ditto.
18806 (gdb_compile_pascal): Rename dest arg to destfile.
18807
961f4160
PMR
188082015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18809
18810 * gdb.ada/funcall_ref.exp: New file.
18811 * gdb.ada/funcall_ref/foo.adb: New file.
18812
cafda597
YQ
188132015-04-02 Yao Qi <yao.qi@linaro.org>
18814
18815 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18816 is remote.
18817
fed040c6
GB
188182015-04-02 Gary Benson <gbenson@redhat.com>
18819
18820 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18821
d11916aa
SS
188222015-04-01 Sasha Smundak <asmundak@google.com>
18823
18824 * gdb.python/py-unwind-maint.c: New file.
18825 * gdb.python/py-unwind-maint.exp: New test.
18826 * gdb.python/py-unwind-maint.py: New file.
18827 * gdb.python/py-unwind.c: New file.
18828 * gdb.python/py-unwind.exp: New test.
18829 * gdb.python/py-unwind.py: New test.
18830
a1471180
PA
188312015-04-01 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18834 to fail instead of non-existent $test.
18835
0bbeccb1
PA
188362015-04-01 Pedro Alves <palves@redhat.com>
18837
18838 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18839 GDBFLAGS if not empty.
18840
3c724c8c
PMR
188412015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18842
18843 * gdb.ada/complete.exp: Remove "multi_line".
18844 * gdb.ada/info_exc.exp: Remove "multi_line".
18845 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18846 * gdb.ada/ptype_field.exp: Remove "multi_line".
18847 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18848 * gdb.ada/tagged.exp: Remove "multi_line".
18849 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18850 [multi_line ...]
18851 * gdb.btrace/delta.exp: Likewise.
18852 * gdb.btrace/exception.exp: Likewise.
18853 * gdb.btrace/function_call_history.exp: Likewise.
18854 * gdb.btrace/instruction_history.exp: Likewise.
18855 * gdb.btrace/nohist.exp: Likewise.
18856 * gdb.btrace/record_goto.exp: Likewise.
18857 * gdb.btrace/segv.exp: Likewise.
18858 * gdb.btrace/stepi.exp: Likewise.
18859 * gdb.btrace/tailcall.exp: Likewise.
18860 * gdb.btrace/unknown_functions.exp: Likewise.
18861 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18862 * lib/gdb.exp: Add the "multi_line" helper.
18863
4eec2deb
PA
188642015-04-01 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.threads/tid-reuse.c: New file.
18867 * gdb.threads/tid-reuse.exp: New file.
18868
df8411da
SDJ
188692015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18870
18871 PR corefiles/16092
18872 * gdb.base/coredump-filter.c: New file.
18873 * gdb.base/coredump-filter.exp: Likewise.
18874
6ef37366
PM
188752015-03-27 Petr Machata <pmachata@redhat.com>
18876
18877 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18878 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18879 (Dwarf::assemble): Initialize them.
18880 (Dwarf::lines): New function.
18881
7ec911b0
JT
188822015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18883
18884 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18885 SYMBOL_PREFIX for x86_64-*-cygwin.
18886
ff908ebf
AW
188872015-03-26 Andy Wingo <wingo@igalia.com>
18888
18889 PR symtab/18148
18890 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
18891 const_value but not a location.
18892 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
18893 location defined in non-main CUs are visible.
18894
6d5f0679
YQ
188952015-03-26 Yao Qi <yao.qi@linaro.org>
18896
18897 PR testsuite/18139
18898 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
18899 Add a line number entry for the same line.
18900 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
18901 Add a line number entry for the same line.
18902
2898689b
YQ
189032015-03-26 Yao Qi <yao.qi@linaro.org>
18904
18905 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
18906 .int 0.
18907 (func): Likewise. Add .Lfunc_1 label.
18908 Use .Lfunc_1 label.
18909 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
18910 .int 0.
18911 (func): Likewise.
18912 Use .Lfunc_1 label.
18913
85180498
YQ
189142015-03-26 Yao Qi <yao.qi@linaro.org>
18915
18916 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
18917 Call gdb_compile instead to compile each .s files without debug
18918 information.
18919
8aa08a8d
YQ
189202015-03-26 Yao Qi <yao.qi@linaro.org>
18921
18922 * gdb.base/savedregs.exp (process_saved_regs): Make
18923 "Saved registers:" optional in the pattern.
18924
66849923
MM
189252015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18926
18927 * gdb.btrace/next.exp: Merged into step.exp.
18928 * gdb.btrace/finish.exp: Merged into step.exp.
18929 * gdb.btrace/nexti.exp: Merged into stepi.exp.
18930 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
18931 "record goto" and checking the exact replay position.
18932 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
18933 check for "Recording format" in "info record" output.
18934 * gdb.btrace/record_goto.exp: Choose test file based on target.
18935 * gdb.btrace/x86-record_goto.S: Renamed into ...
18936 * gdb.btrace/x86_64-record_goto.S: ... this.
18937 * gdb.btrace/i686-record_goto.S: New.
18938 * gdb.btrace/x86-tailcall.S: Renamed into ...
18939 * gdb.btrace/x86_64-tailcall.S: ... this.
18940 * gdb.btrace/i686-tailcall.S: New.
18941 * gdb.btrace/x86-tailcall.c: Renamed into ...
18942 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
18943 separate statements. Update test.
18944 * gdb.btrace/delta.exp: Use record_goto.c as test file.
18945 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
18946 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
18947 * gdb.btrace/tailcall.exp: Choose test file based on target.
18948 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
18949
11cc1b74
MM
189502015-03-25 Markus Metzger <markus.t.metzger@intel.com>
18951
18952 * gdb.btrace/exception.exp: Increase BTS buffer size.
18953
a25d8bf9
PA
189542015-03-24 Pedro Alves <palves@redhat.com>
18955
18956 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
18957
856e7dd6
PA
189582015-03-24 Pedro Alves <palves@redhat.com>
18959
18960 * gdb.threads/schedlock.exp (test_step): No longer expect that
18961 "set scheduler-locking step" with "next" over a function call runs
18962 threads unlocked.
18963
ad235a41
AT
189642015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18965
18966 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
18967
15630549
AT
189682015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
18969
18970 PR breakpoints/16466
18971 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
18972 * gdb.mi/mi-pending.c (thread_func): New function.
18973 (int main): Add threading support required.
18974 * gdb.mi/mi-pending.exp: Add tests for this issue.
18975 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
18976 (pendfunc2): Remove stdio dependency.
18977 * gdb.mi/mi-pendshr2.c: New file.
18978
693dca06
KS
189792015-03-23 Keith Seitz <keiths@redhat.com>
18980
18981 * gdb.linespec/keywords.c: New file.
18982 * gdb.linespec/keywords.exp: New file.
18983
7e993ebf
KS
189842015-03-23 Keith Seitz <keiths@redhat.com>
18985
18986 PR gdb/18021
18987 * gdb.dwarf2/staticvirtual.exp: New test.
18988
bc23328c
JK
189892015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
18990
18991 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
18992 * README: Remove HP-UX and gdb.hp.
18993 (configuration):
18994 * configure: Regenerate.
18995 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
18996 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
18997 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
18998 gdb.hp/gdb.defects/Makefile.
18999 * gdb.hp/Makefile.in: File deleted.
19000 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19001 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19002 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19003 * gdb.hp/gdb.aCC/run.c: File deleted.
19004 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19005 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19006 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19007 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19008 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19009 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19010 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19011 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19012 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19013 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19014 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19015 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19016 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19017 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19018 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19019 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19020 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19021 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19022 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19023 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19024 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19025 * gdb.hp/gdb.compat/average.c: File deleted.
19026 * gdb.hp/gdb.compat/sum.c: File deleted.
19027 * gdb.hp/gdb.compat/xdb.c: File deleted.
19028 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19029 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19030 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19031 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19032 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19033 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19034 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19035 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19036 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19037 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19038 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19039 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19040 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19041 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19042 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19043 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19044 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19045 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19046 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19047 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19048 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19049 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19050 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19051 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19052 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19053 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19054 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19055 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19056 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19057 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19058 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19059 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19060 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19061 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19062 * gdb.hp/tools/odump: File deleted.
19063
8bf3b159
PA
190642015-03-19 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19067 (saw_thread_3): New globals.
19068 (top level): Increment them when an event for the corresponding
19069 thread is seen.
19070 (no thread starvation): New test.
19071
eb54c8bf
PA
190722015-03-19 Pedro Alves <palves@redhat.com>
19073
19074 * gdb.threads/continue-pending-status.c: New file.
19075 * gdb.threads/continue-pending-status.exp: New file.
19076
32d2e5d6
PA
190772015-03-18 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19080 Use gdb_is_target_remote instead of is_remote. Use
19081 gdb_test_multiple instead of gdb_expect. Exit early if
19082 gdb_test_multiple hits its internal matches. Tighten stepi tests
19083 expected output. Fail on exit with any signal, instead of just
19084 SIGILL.
19085
f68f11b7
YQ
190862015-03-18 Yao Qi <yao.qi@linaro.org>
19087
19088 PR tdep/18107
19089 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19090 variable.
19091 * gdb.base/catch-syscall.exp: Don't skip it on
19092 aarch64*-*-linux* target. Remove elements in all_syscalls.
19093 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19094 target.
19095 (setup_all_syscalls): New proc.
19096
ca5fd19b
YQ
190972015-03-16 Yao Qi <yao.qi@linaro.org>
19098
19099 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19100 (top level): Skip tests if valid_addr_p returns false for
19101 $cmd1 or $cmd2.
19102
85642ba0
AW
191032015-03-11 Andy Wingo <wingo@igalia.com>
19104
19105 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19106
e03f9645
YQ
191072015-03-11 Yao Qi <yao.qi@linaro.org>
19108
19109 * gdb.base/catch-syscall.exp: Fix typo in comments.
19110
5d0962b2
YQ
191112015-03-11 Yao Qi <yao.qi@linaro.org>
19112
19113 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19114
b2df3cef
PA
191152015-03-09 Pedro Alves <palves@redhat.com>
19116
19117 * dg-extract-results.py: Delete.
19118
ef878e53
PA
191192015-03-09 Pedro Alves <palves@redhat.com>
19120
19121 Merge dg-extract-results.sh from GCC upstream (r218843).
19122
19123 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19124 * dg-extract-results.sh: Use --text with grep to avoid issues with
19125 binary files. Fall back to cat -v, if that doesn't work.
19126
9494d219
PA
191272015-03-05 Pedro Alves <palves@redhat.com>
19128
19129 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19130
a8d9763a
SM
191312015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19132
19133 * lib/mi-support.exp (mi_expect_interrupt): Accept
19134 alternative event for when in all-stop mode.
19135
be9957b8
PA
191362015-03-04 Pedro Alves <palves@redhat.com>
19137
19138 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19139
d57be0f4 191402015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19141
19142 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19143
c214c7cf
AA
191442015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19145
19146 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19147 regexps for GDB's current line display, accept a hex address
19148 preceding the line number.
19149
6d74a497
AA
191502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19151
19152 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19153 the 'arch1' variable for "s390*-linux*" targets.
19154
511aee7c
PA
191552015-03-04 Pedro Alves <palves@redhat.com>
19156
19157 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19158 (main): Pass missing retval argument to pthread_join call.
19159
95e50b27
PA
191602015-03-02 Pedro Alves <palves@redhat.com>
19161
19162 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19163 (top level): Call do_test with non-stop as well.
19164
28054d69
PA
191652015-03-02 Pedro Alves <palves@redhat.com>
19166
19167 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19168 -1.
19169
4fa5d7b4
AA
191702015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19171
19172 * gdb.arch/s390-vregs.exp: New test.
19173 * gdb.arch/s390-vregs.S: New file.
19174
97c18565
PA
191752015-02-27 Pedro Alves <palves@redhat.com>
19176
19177 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19178 call to catch_command_errors.
19179 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19180 catch_command_errors.
19181
a37bfa30
PA
191822015-02-27 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19185 "true" for boolean result.
19186 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19187 prototype of main.
19188
6f98576f
PA
191892015-02-27 Pedro Alves <palves@redhat.com>
19190
19191 * lib/unbuffer_output.c: New file.
19192 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19193 (main): Call gdb_unbuffer_output.
19194
eba5ab56
YQ
191952015-02-27 Yao Qi <yao.qi@linaro.org>
19196
19197 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19198 target.
19199
0def5aaa
DE
192002015-02-26 Doug Evans <dje@google.com>
19201
19202 * gdb.cp/class2.cc (Dbase, D): New classes.
19203 (main): New local delta.
19204 * gdb.cp/class2.exp: Test printing delta.
19205 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19206 (dynbar): New global.
19207 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19208
081a1c2c
JK
192092015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19210
19211 * gdb.compile/compile-ifunc.c: New file.
19212 * gdb.compile/compile-ifunc.exp: New file.
19213
2f41223f
AT
192142015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19215
19216 * gdb.base/structs.exp: Check for correct struct on finish.
19217
03eddd80
YQ
192182015-02-26 Yao Qi <yao.qi@linaro.org>
19219
19220 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19221 is zero.
19222
80c57053
JK
192232015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19224
19225 * gdb.arch/cordic.ko.bz2: New file.
19226 * gdb.arch/cordic.ko.debug.bz2: New file.
19227 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19228
21613c12
YQ
192292015-02-25 Yao Qi <yao.qi@linaro.org>
19230
19231 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19232 aarch64*-*-* target.
19233
d8b901ed
PA
192342015-02-23 Pedro Alves <palves@redhat.com>
19235
19236 * lib/gdb.exp (delete_breakpoints): Rewrite using
19237 gdb_test_multiple.
19238
e5b85ead
PA
192392015-02-23 Pedro Alves <palves@redhat.com>
19240
19241 * gdb.base/info-os.c: Include stdlib.h.
19242
85c3a371
DE
192432015-02-22 Doug Evans <xdje42@gmail.com>
19244
19245 PR symtab/17855
19246 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19247 is read after symbols have been re-read.
19248 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19249 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19250
96553a0c
DE
192512015-02-21 Doug Evans <dje@google.com>
19252
19253 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19254
97a0c697
JK
192552015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19256
19257 PR corefiles/17808
19258 * gdb.arch/i386-biarch-core.core.bz2: New file.
19259 * gdb.arch/i386-biarch-core.exp: New file.
19260
a47cd6e9
PA
192612015-02-21 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19264 runto_main fails.
19265
c5facdc4
PA
192662015-02-20 Pedro Alves <palves@redhat.com>
19267
19268 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19269 info probes.
19270
2db9a427
PA
192712015-02-20 Pedro Alves <palves@redhat.com>
19272
19273 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19274
60fb7e9e
PA
192752015-02-20 Pedro Alves <palves@redhat.com>
19276
19277 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19278 clean_restart before gdb_target_supports_trace.
19279
5c5019c2
PA
192802015-02-20 Pedro Alves <palves@redhat.com>
19281
19282 PR threads/18006
19283 * gdb.threads/clone-thread_db.c: New file.
19284 * gdb.threads/clone-thread_db.exp: New file.
19285
c9587f88
AT
192862015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19287
19288 PR breakpoints/16812
19289 * gdb.base/catch-gdb-caused-signals.c: New file.
19290 * gdb.base/catch-gdb-caused-signals.exp: New file.
19291
f6a88844
JM
192922015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19293
19294 * configure: Regenerated.
19295 * configure.ac: Use GDB_AC_TRANSFORM.
19296 * aclocal.m4: sinclude ../transform.m4.
19297
497c491b
JM
192982015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19299
19300 * lib/dtrace.exp: New file.
19301 * gdb.base/dtrace-probe.exp: Likewise.
19302 * gdb.base/dtrace-probe.d: Likewise.
19303 * gdb.base/dtrace-probe.c: Likewise.
19304 * lib/pdtrace.in: Likewise.
19305 * configure.ac: Output variables with the transformed names of
19306 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19307 * configure: Regenerated.
19308
03e98035
JM
193092015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19310
19311 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19312 expected message when trying to access $_probe_* convenience
19313 variables while not on a probe.
19314
63cc30e9
JK
193152015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19316
19317 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19318
0703599a
PA
193192015-02-11 Pedro Alves <pedro@codesourcery.com>
19320
19321 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19322 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19323
7e60a48e
DE
193242015-02-10 Doug Evans <xdje42@gmail.com>
19325
19326 * lib/gdb.exp (gdb_load): Always return a result.
19327
01b088bc
PA
193282015-02-10 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.threads/signal-sigtrap.c: New file.
19331 * gdb.threads/signal-sigtrap.exp: New file.
19332
b05ec7a5
AT
193332015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19334
19335 * gdb.trace/no-attach-trace.c: New file.
19336 * gdb.trace/no-attach-trace.exp: New file.
19337
a2c2acaf
MW
193382015-02-09 Mark Wielaard <mjw@redhat.com>
19339
19340 * gdb.dwarf2/atomic.c: New file.
19341 * gdb.dwarf2/atomic-type.exp: Likewise.
19342
31fd9caa
MM
193432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19344
19345 * gdb.btrace/buffer-size.exp: Update "info record" output.
19346 * gdb.btrace/delta.exp: Update "info record" output.
19347 * gdb.btrace/enable.exp: Update "info record" output.
19348 * gdb.btrace/finish.exp: Update "info record" output.
19349 * gdb.btrace/instruction_history.exp: Update "info record" output.
19350 * gdb.btrace/next.exp: Update "info record" output.
19351 * gdb.btrace/nexti.exp: Update "info record" output.
19352 * gdb.btrace/step.exp: Update "info record" output.
19353 * gdb.btrace/stepi.exp: Update "info record" output.
19354 * gdb.btrace/nohist.exp: Update "info record" output.
19355
d33501a5
MM
193562015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19357
19358 * gdb.btrace/buffer-size: New.
19359
f4abbc16
MM
193602015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19361
19362 * gdb.btrace/delta.exp: Update "info record" output.
19363 * gdb.btrace/enable.exp: Update "info record" output.
19364 * gdb.btrace/finish.exp: Update "info record" output.
19365 * gdb.btrace/instruction_history.exp: Update "info record" output.
19366 * gdb.btrace/next.exp: Update "info record" output.
19367 * gdb.btrace/nexti.exp: Update "info record" output.
19368 * gdb.btrace/step.exp: Update "info record" output.
19369 * gdb.btrace/stepi.exp: Update "info record" output.
19370 * gdb.btrace/nohist.exp: Update "info record" output.
19371
b9d61307
SM
193722015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19373
19374 PR gdb/15678
19375 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19376
e584fdbc
PA
193772015-02-06 Pedro Alves <palves@redhat.com>
19378
19379 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19380 macro.
19381 (seconds_left, again): New globals.
19382 (main): Wait seconds_left in a 1-second sleep loop instead of
19383 sleeping 180 seconds. If 'again' is set, reset the seconds
19384 counter.
19385 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19386 'again' in the inferior before detaching. Print the seconds left.
19387 (options): New global.
19388 (top level): Build program with -DTIMEOUT=$timeout.
19389
77f41761
PA
193902015-02-06 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19393 determine how many seconds to pass to 'alarm'.
19394 * gdb.base/gdb-sigterm.exp (top level): Build program with
19395 -DTIMEOUT=$timeout.
19396 (do_test): Return success/failure indication. Add more verbose
19397 logging. Don't fail if 200 single steps are seen. Instead, fail
19398 when the test times out.
19399 (passes): New global.
19400 (top level): Break the testing loop if testing fails on any
19401 iteration. Use gdb_assert.
19402
b9394193
DB
194032015-02-04 Don Breazeal <donb@codesourcery.com>
19404
19405 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19406 and initialize them.
19407 (ipc_cleanup): New function.
19408 (main): Don't declare shmid, semid, and msqid. Add a call to
19409 atexit so that we call ipc_cleanup on exit.
19410
42d9e528
PA
194112015-02-04 Pedro Alves <palves@redhat.com>
19412
19413 * boards/native-extended-gdbserver.exp: Remove any target variant
19414 specifications from the board name before clearing the isremote
19415 flag from board_info.
19416
ae6ae975
DE
194172015-01-31 Doug Evans <xdje42@gmail.com>
19418
19419 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19420
cfb069a8
GB
194212015-01-31 Gary Benson <gbenson@redhat.com>
19422
19423 * gdb.base/completion.exp: Disable completion limiting for
19424 existing tests. Add new tests to check completion limiting.
19425 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19426
5dd31d79
DE
194272015-01-31 Doug Evans <xdje42@gmail.com>
19428
19429 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19430
9f050062
DE
194312015-01-31 Doug Evans <xdje42@gmail.com>
19432
19433 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19434 entries. Duplicate file section script entries.
19435 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19436 inlined entries. Add test for safe-path rejection.
19437 * gdb.python/py-section-script.c: Add duplicate inlined section script
19438 entries. Duplicate file section script entries.
19439 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19440 inlined entries. Add test for safe-path rejection.
19441
df25ebbd
JB
194422015-01-29 Joel Brobecker <brobecker@adacore.com>
19443
19444 * gdb.ada/disc_arr_bound: New testcase.
19445
4a0ca9ec
JB
194462015-01-29 Joel Brobecker <brobecker@adacore.com>
19447
19448 * gdb.ada/mi_var_array: New testcase.
19449
3a8b707a
DE
194502015-01-27 Doug Evans <dje@google.com>
19451
19452 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19453 Add test for objfile.filename, objfile.username after objfile
19454 has been unloaded.
19455
f8313f6e
JB
194562015-01-26 Joel Brobecker <brobecker@adacore.com>
19457
19458 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19459 the second test to print the name attribute of value
19460 returned by the call to gdb.lookup_type, and adjust
19461 the expected output accordingly.
19462
37bc665e
MW
194632015-01-25 Mark Wielaard <mjw@redhat.com>
19464
19465 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19466 * gdb.base/disp-step-fork.c: Include unistd.h.
19467 * gdb.base/siginfo-obj.c: Include stdio.h.
19468 * gdb.base/siginfo-thread.c: Likewise.
19469 * gdb.mi/non-stop.c: Include unistd.h.
19470 * gdb.mi/nsthrexec.c: Include stdio.h.
19471 * gdb.mi/pthreads.c: Include unistd.h.
19472 * gdb.modula2/unbounded1.c (main): Declare returns int.
19473 * gdb.reverse/consecutive-reverse.c: Likewise.
19474 * gdb.threads/create-fail.c: Include unistd.h.
19475 * gdb.threads/killed.c: Likewise.
19476 * gdb.threads/linux-dp.c: Likewise.
19477 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19478 * gdb.threads/non-ldr-exc-2.c: Likewise.
19479 * gdb.threads/non-ldr-exc-3.c: Likewise.
19480 * gdb.threads/non-ldr-exc-4.c: Likewise.
19481 * gdb.threads/pthreads.c: Include unistd.h.
19482 (main): Declare returns int.
19483 * gdb.threads/tls-main.c (foo): New declaration.
19484 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19485
f7e5394d
SM
194862015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19487
19488 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19489 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19490
743649fd
MW
194912015-01-15 Mark Wielaard <mjw@redhat.com>
19492
19493 * gdb.base/noreturn-return.c: New file.
19494 * gdb.base/noreturn-return.exp: New file.
19495 * gdb.base/noreturn-finish.c: New file.
19496 * gdb.base/noreturn-finish.exp: New file.
19497
198297aa
PA
194982015-01-23 Pedro Alves <palves@redhat.com>
19499
19500 * gdb.threads/continue-pending-after-query.c: New file.
19501 * gdb.threads/continue-pending-after-query.exp: New file.
19502
717cf30c
AG
195032015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19504 Simon Marchi <simon.marchi@ericsson.com>
19505
19506 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19507 * gdb.base/valgrind-db-attach.exp: Same.
19508 * gdb.base/valgrind-infcall.exp: Same.
19509 * lib/mi-support.exp (default_mi_gdb_start): Same.
19510 * lib/prompt.exp (default_prompt_gdb_start): Same.
19511 * lib/gdb.exp (default_gdb_spawn): Same.
19512 (gdb_interact): New.
19513
19514
4b62a76e
JK
195152015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19516
19517 * gdb.compile/compile.exp (pointer to jit function): New test.
19518
b4cdae6f
WW
195192015-01-17 Wei-cheng Wang <cole945@gmail.com>
19520
19521 * lib/gdb.exp (supports_process_record): Return true for
19522 powerpc*-*-linux*.
19523 (supports_reverse): Likewise.
19524
d221e7ef
DB
195252015-01-15 Don Breazeal <donb@codesourcery.com>
19526
19527 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19528 instead of checking whether the target board is remote and
19529 use spawn_wait_for_attach instead of exec/sleep.
19530 * gdb.base/attach-twice.exp: Likewise.
19531
bafffb51
JB
195322015-01-15 Joel Brobecker <brobecker@adacore.com>
19533
19534 * gdb.ada/var_arr_attrs: New testcase.
19535
5589af0e
PA
195362015-01-14 Pedro Alves <palves@redhat.com>
19537 Joel Brobecker <brobecker@adacore.com>
19538
19539 PR gdb/17525
19540 * gdb.base/bp-cmds-execution-x-script.c: New file.
19541 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19542 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19543
6c400b59
PA
195442015-01-14 Pedro Alves <palves@redhat.com>
19545
19546 PR cli/17828
19547 * gdb.base/batch-preserve-term-settings.c: New file.
19548 * gdb.base/batch-preserve-term-settings.exp: New file.
19549
e02c96a7
DE
195502015-01-13 Doug Evans <dje@google.com>
19551
19552 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19553 binary.
19554
576fd14c
JB
195552015-01-13 Joel Brobecker <brobecker@adacore.com>
19556
19557 * Makefile.in (clean mostlyclean): Do not delete *.py.
19558
04dccad0
JB
195592015-01-13 Joel Brobecker <brobecker@adacore.com>
19560
19561 * gdb.python/py-lookup-type.exp: New file.
19562
3d230f71
PA
195632015-01-12 Pedro Alves <palves@redhat.com>
19564
19565 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19566 restore GDBFLAGS before returning.
19567
7e67715d
JK
195682015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19569
19570 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19571 is_amd64_regs_target and is_x86_like_target.
19572
f2e0d4b4
DE
195732015-01-11 Doug Evans <xdje42@gmail.com>
19574
19575 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19576 is given without an explicit form.
19577 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19578 attributes.
19579 * gdb.dwarf/corrupt.exp: Ditto.
19580 * gdb.dwarf2/enum-type.exp: Ditto.
19581 * gdb.trace/entry-values.exp: Ditto.
19582 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19583
439250fb
DE
195842015-01-11 Doug Evans <xdje42@gmail.com>
19585
19586 PR gdb/15830
19587 * gdb.base/maint.exp: Remove references to "maint demangle".
19588 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19589 Add tests for explicitly specifying language to demangle.
19590 * gdb.dlang/demangle.exp: Ditto.
19591
ede9f622
PA
195922015-01-09 Pedro Alves <palves@redhat.com>
19593
19594 * gdb.threads/non-stop-fair-events.c: New file.
19595 * gdb.threads/non-stop-fair-events.exp: New file.
19596
a7b796db
PA
195972015-01-09 Pedro Alves <palves@redhat.com>
19598
19599 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19600 the global scope. Set a breakpoint after all threads are started
19601 rather than stepping over two source lines. Expect the prompt.
19602 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19603 global.
19604 (NUM): Now 15.
19605 (main): Use threads_started_barrier to wait for all threads to
19606 start. Main thread no longer calls thread_function. Exit after
19607 180 seconds.
19608 (loop): New function.
19609 (thread_function): Wait on threads_started_barrier barrier. Call
19610 'loop' at each iteration.
19611 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19612 threads have started, instead of hardcoding number of "next"
19613 steps. Use an access watchpoint instead of a write watchpoint.
19614
9665ffdd
PA
196152015-01-09 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19618 (thread_func): Wait on barrier.
19619 (main): Wait for all threads to start before stopping GDB.
19620 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19621 global.
19622 (thread1_func, thread2_func): Wait on barrier.
19623 (main): Wait for all threads to start before stopping GDB.
19624 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19625 New global.
19626 (thread1_func, thread2_func): Wait on barrier.
19627 (main): Wait for all threads to start before stopping GDB.
19628
c945a99f
PA
196292015-01-09 Pedro Alves <palves@redhat.com>
19630
19631 * gdb.threads/attach-many-short-lived-threads.c: New file.
19632 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19633
c1a747c1
PA
196342014-01-09 Pedro Alves <palves@redhat.com>
19635
19636 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19637 instead of to thread 2.
19638 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19639 Add barrier around each pthread_create call instead of around all
19640 calls.
19641 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19642 Set a break on thread_function and have the child threads hit it
19643 one at at a time.
19644
60b3033e
PA
196452015-01-09 Pedro Alves <palves@redhat.com>
19646
19647 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19648 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19649 false.
19650 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19651 checking whether the target board is remote.
19652 * gdb.multi/multi-attach.exp: Likewise.
19653 * gdb.python/py-sync-interp.exp: Likewise.
19654 * gdb.server/ext-attach.exp: Likewise.
19655 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19656 tests that need to attach, instead of checking whether the target
19657 board is remote at the top of the file.
19658
acc018ac
YQ
196592015-01-08 Yao Qi <yao@codesourcery.com>
19660
19661 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19662
50a18af8
JK
196632015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19664
19665 Fix testcase compilation.
19666 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19667
8503d6e1
JB
196682015-01-06 Joel Brobecker <brobecker@adacore.com>
19669
19670 * gdb.python/py-type.exp: Add a couple test about empty
19671 array creation, and negative-length array creation.
19672
cc73dbcc
DE
196732015-01-02 Doug Evans <xdje42@gmail.com>
19674
19675 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19676
0300bbc7
DE
196772015-01-02 Doug Evans <dje@google.com>
19678
19679 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19680
9d85a0ec
YQ
196812014-12-29 Yao Qi <yao@codesourcery.com>
19682
19683 * gdb.trace/entry-values.exp: Update comments. Rename variable
19684 bar_call_foo to returned_from_foo.
19685
87186c6a
MMN
196862014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19687
19688 PR gdb/17394
19689 * gdb.linespec/break-asm-file.c: New file.
19690 * gdb.linespec/break-asm-file.exp: New file.
19691 * gdb.linespec/break-asm-file0.s: New file.
19692 * gdb.linespec/break-asm-file1.s: New file.
19693
1bab7383
YQ
196942014-12-18 Nigel Stephens <nigel@mips.com>
19695 Maciej W. Rozycki <macro@codesourcery.com>
19696
19697 * gdb.base/float.exp: Handle the new output from "info float" on
19698 MIPS targets.
19699
1bc1068a
JK
197002014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19701
19702 Fix MinGW compilation.
19703 * gdb.compile/compile-ops.exp: Update untested message if
19704 !skip_compile_feature_tests.
19705 * gdb.compile/compile-setjmp.exp: Likewise.
19706 * gdb.compile/compile-tls.exp: Likewise.
19707 * gdb.compile/compile.exp: Likewise.
19708 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19709 supported on this host".
19710
b6615d10
DE
197112014-12-16 Doug Evans <xdje42@gmail.com>
19712
19713 * boards/stabs.exp: New file.
19714
25dda427
AA
197152014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19716
19717 * gdb.base/completion.exp: Adjust to format changes of "maint
19718 print user-registers".
19719
bf330350
CU
197202014-12-16 Catalin Udma <catalin.udma@freescale.com>
19721
19722 PR server/17457
19723 * gdb.arch/aarch64-fp.c: New file.
19724 * gdb.arch/aarch64-fp.exp: New file.
19725
395cf596
SDJ
197262014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19727
19728 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19729 r210637, r210913, r211666, r215400, r215817).
19730
19731 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19732 * dg-extract-results.py: New file.
19733 * dg-extract-results.sh: Use it if the environment seems
19734 suitable.
19735
19736 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19737
19738 * dg-extract-results.py (parse_run): Handle warnings that
19739 are printed before a test harness is run.
19740
19741 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19742
19743 * dg-extract-results.py (Named): Remove __cmp__ method.
19744 (output_variation): Use a key to sort variation.harnesses.
19745
19746 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19747
19748 * dg-extract-results.py: For Python 3, force sys.stdout to
19749 handle surrogate escape sequences.
19750 (safe_open): New function.
19751 (output_segment, main): Use it.
19752
19753 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19754
19755 * dg-extract-results.py (Prog.result_re): Include options
19756 in test name.
19757
19758 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19759
19760 * dg-extract-results.py (output_variation): Always sort if
19761 do_sum.
19762
e882ef3c
SM
197632014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19764
19765 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19766 as long as we get pagination notifications.
19767
4992aa20
JM
197682014-12-15 Jason Merrill <jason@redhat.com>
19769
19770 * Makefile.in (check-gdb.%): Restore.
19771 * README: Mention it.
19772
c1b5a1a6
JB
197732014-12-13 Joel Brobecker <brobecker@adacore.com>
19774
19775 * gdb.ada/str_uninit: New testcase.
19776
5537b577
JK
197772014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19778
19779 PR symtab/17642
19780 * gdb.base/vla-stub-define.c: New file.
19781 * gdb.base/vla-stub.c: New file.
19782 * gdb.base/vla-stub.exp: New file.
19783
bb2ec1b3
TT
197842014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19785 Jan Kratochvil <jan.kratochvil@redhat.com>
19786 Tom Tromey <tromey@redhat.com>
19787
19788 * configure.ac: Add gdb.compile/.
19789 * configure: Regenerate.
19790 * gdb.compile/Makefile.in: New file.
19791 * gdb.compile/compile-ops.exp: New file.
19792 * gdb.compile/compile-ops.c: New file.
19793 * gdb.compile/compile-tls.c: New file.
19794 * gdb.compile/compile-tls.exp: New file.
19795 * gdb.compile/compile-constvar.S: New file.
19796 * gdb.compile/compile-constvar.c: New file.
19797 * gdb.compile/compile-mod.c: New file.
19798 * gdb.compile/compile-nodebug.c: New file.
19799 * gdb.compile/compile-setjmp-mod.c: New file.
19800 * gdb.compile/compile-setjmp.c: New file.
19801 * gdb.compile/compile-setjmp.exp: New file.
19802 * gdb.compile/compile-shlib.c: New file.
19803 * gdb.compile/compile.c: New file.
19804 * gdb.compile/compile.exp: New file.
19805 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19806
4ff709eb
TT
198072014-12-12 Tom Tromey <tromey@redhat.com>
19808
19809 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19810 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19811
6dddd6a5
DE
198122014-12-12 Doug Evans <dje@google.com>
19813
19814 * lib/gdb-python.exp (get_python_valueof): New function.
19815 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19816
71c24708
AA
198172014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19818
19819 * gdb.base/completion.exp: Add test for completion of "info
19820 registers ".
19821
3e29f34a
MR
198222014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19823
19824 * gdb.base/func-ptrs.c: New file.
19825 * gdb.base/func-ptrs.exp: New file.
19826
fc126975
SM
198272014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19828
19829 PR breakpoints/17012
19830 * gdb.base/dprintf-detach.c: New file.
19831 * gdb.base/dprintf-detach.exp: New file.
19832
0a46d518
SM
198332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19834
19835 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19836 * lib/gdb.exp (target_is_gdbserver): New procedure.
19837
a0be3e44
DE
198382014-12-08 Doug Evans <dje@google.com>
19839
19840 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19841
df1b803a
YQ
198422014-12-05 Yao Qi <yao@codesourcery.com>
19843
19844 * gdb.guile/scm-error.exp: Remove the third argument to
19845 gdb_remote_download.
19846 * gdb.guile/scm-frame-args.exp: Likewise.
19847 * gdb.guile/scm-section-script.exp: Likewise.
19848
ddb9f679
YQ
198492014-12-05 Yao Qi <yao@codesourcery.com>
19850
19851 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19852
86e4ed39
DE
198532014-12-04 Doug Evans <dje@google.com>
19854
19855 * gdb.python/py-objfile.exp: Add tests for
19856 objfile.add_separate_debug_file.
19857
7c50a931
DE
198582014-12-04 Doug Evans <dje@google.com>
19859
19860 * lib/gdb.exp (get_build_id): New function.
19861 (build_id_debug_filename_get): Rewrite to use it.
19862 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19863
621661e3
MR
198642014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19865
19866 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19867 `method(long)', not just 0x0.
19868 * gdb.cp/nsalias.exp: Align code labels to 4.
19869 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19870 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19871 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19872 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19873 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19874 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19875
29f0c3b7
DE
198762014-12-02 Doug Evans <dje@google.com>
19877
e1e061e7 19878 PR symtab/17602
29f0c3b7 19879 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 19880 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
19881 * gdb.cp/anon-ns.exp: Update.
19882
162078c8
NB
198832014-12-02 Nick Bull <nicholaspbull@gmail.com>
19884
19885 * gdb.python/py-events.py (inferior_call_handler): New.
19886 (register_changed_handler, memory_changed_handler): New.
19887 (test_events.invoke): Register new handlers.
19888 * gdb.python/py-events.exp: Add tests for inferior call,
19889 memory_changed and register_changed events.
19890
fdb09caf
AA
198912014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19892
19893 * gdb.base/execl-update-breakpoints.exp: Specify the link address
19894 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
19895 if the linker doesn't understand this.
19896
55cfb2c4
SM
198972014-12-01 Simon Marchi <simon.marchi@ericsson.com>
19898
19899 * gdb.python/python.exp: Change expected reply to help().
19900
9e8cd6df
YQ
199012014-12-01 Yao Qi <yao@codesourcery.com>
19902
19903 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
19904 AC_CONFIG_SUBDIRS(gdb.gdbtk).
19905 * configure: Re-generated.
19906
6c659fc2
SC
199072014-11-28 Siva Chandra Reddy <sivachandra@google.com>
19908
19909 * gdb.cp/chained-calls.cc: New file.
19910 * gdb.cp/chained-calls.exp: New file.
19911 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
19912
d7fc3181
SM
199132014-11-28 Simon Marchi <simon.marchi@ericsson.com>
19914
19915 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
19916 * gdb.dwarf2/symtab-producer.exp: Same.
19917 * gdb.gdb/python-interrupts.exp: Same.
19918 * gdb.gdb/python-selftest.exp: Same.
19919 * gdb.python/py-linetable.exp: Same.
19920 * gdb.python/py-type.exp: Same.
19921 * gdb.python/py-value-cc.exp: Same.
19922 * gdb.python/py-value.exp: Same.
19923
10e79639
YQ
199242014-11-28 Yao Qi <yao@codesourcery.com>
19925
19926 * gdb.base/break-probes.exp: Match library name prefixed with
19927 sysroot.
19928
f28a0564
SM
199292014-11-27 Simon Marchi <simon.marchi@ericsson.com>
19930
19931 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
19932 test expected output. Add parentheses for the call to print.
19933 Remove L suffix from integers.
19934
3fe1ce1d
DE
199352014-11-26 Doug Evans <dje@google.com>
19936
19937 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
19938
84429e27
YQ
199392014-11-22 Yao Qi <yao@codesourcery.com>
19940
19941 * gdb.trace/entry-values.c: Remove asms.
19942 (foo): Add foo_label.
19943 (bar): Add bar_label.
19944 * gdb.trace/entry-values.exp: Remove code computing foo's
19945 length and bar's length.
19946 (Dwarf::assemble): Invoke function_range for bar and use
19947 MACRO_AT_func for foo.
19948
26741859
YQ
199492014-11-22 Yao Qi <yao@codesourcery.com>
19950
19951 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
19952 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
19953 Use .Lgcc43_procstart instead of gcc43.
19954
45e44d27
JB
199552014-11-21 Joel Brobecker <brobecker@adacore.com>
19956
19957 * gdb.ada/n_arr_bound: New testcase.
19958
458c8db8
SDJ
199592014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
19960
19961 PR breakpoints/10737
19962 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
19963 test_catch_syscall_multi_arch.
19964 (test_catch_syscall_multi_arch): New function.
19965
43f3e411
DE
199662014-11-20 Doug Evans <xdje42@gmail.com>
19967
19968 * gdb.base/maint.exp: Update expected output.
19969
0d7b2549
AA
199702014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
19971
19972 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
19973 4-byte instruction on S390.
19974
8908fca5
JB
199752014-11-19 Joel Brobecker <brobecker@adacore.com>
19976
19977 * gdb.ada/arr_arr: New testcase.
19978
4a46959e
JB
199792014-11-19 Joel Brobecker <brobecker@adacore.com>
19980
19981 * gdb.ada/pkd_arr_elem: New Testcase.
19982
470e2f4e
LM
199832014-11-18 Luis Machado <lgustavo@codesourcery.com>
19984
19985 * gdb.reverse/break-precsave: Expect completion message for
19986 core file reads.
19987 * gdb.reverse/consecutive-precsave.exp: Likewise.
19988 * gdb.reverse/finish-precsave.exp: Likewise.
19989 * gdb.reverse/i386-precsave.exp: Likewise.
19990 * gdb.reverse/machinestate-precsave.exp: Likewise.
19991 * gdb.reverse/sigall-precsave.exp: Likewise.
19992 * gdb.reverse/solib-precsave.exp: Likewise.
19993 * gdb.reverse/step-precsave.exp: Likewise.
19994 * gdb.reverse/until-precsave.exp: Likewise.
19995 * gdb.reverse/watch-precsave.exp: Likewise.
19996
a267f3ad
AA
199972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
19998
19999 * gdb.base/bp-permanent.c: Include unistd.h.
20000 * gdb.python/py-framefilter-mi.c (main): Add return type.
20001 * gdb.python/py-framefilter.c (main): Likewise.
20002 * gdb.trace/actions-changed.c (main): Likewise.
20003
12084a9a
AA
200042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20005
20006 * gdb.mi/until.c: Add eye-catchers.
20007 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20008 line numbers.
20009
dc7e1a77
AA
200102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20011
20012 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20013 function header variants in break1.c.
20014 * gdb.base/ena-dis-br.exp: Likewise.
20015 * gdb.base/hbreak2.exp: Likewise.
20016 * gdb.reverse/until-precsave.exp: Drop references to removed
20017 non-prototype function header variants in ur1.c.
20018 * gdb.reverse/until-reverse.exp: Likewise.
20019
41c77605
PM
200202014-11-17 Petr Machata <pmachata@redhat.com>
20021
20022 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20023 ${_cu_offset_size} bytes abbrev offset.
20024
34248c3a
DE
200252014-11-15 Doug Evans <xdje42@gmail.com>
20026
20027 PR symtab/17559
20028 * gdb.base/line-symtabs.exp: New file.
20029 * gdb.base/line-symtabs.c: New file.
20030 * gdb.base/line-symtabs.h: New file.
20031
646da059
YQ
200322014-11-14 Yao Qi <yao@codesourcery.com>
20033
20034 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20035 (func): Add label func_label.
20036 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20037 Replace low_pc and high_pc with MACRO_AT_range.
20038 Replace name, low_pc and high_pc with MACRO_AT_func.
20039
9301ebe6
YQ
200402014-11-14 Yao Qi <yao@codesourcery.com>
20041
20042 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20043 Replace name, low_pc and high_pc with MACRO_AT_func.
20044
f166b542
YQ
200452014-11-14 Yao Qi <yao@codesourcery.com>
20046
20047 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20048 produce debug information.
20049 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20050
0f6e71e3
YQ
200512014-11-14 Yao Qi <yao@codesourcery.com>
20052
20053 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20054 object and get function length.
20055 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20056 with MACRO_AT_func.
20057 (top-level): Replace gdb_compile and clean_restart with
20058 prepare_for_testing.
20059 * gdb.dwarf2/main.c (main): Add label main_label.
20060
876c4df9
YQ
200612014-11-14 Yao Qi <yao@codesourcery.com>
20062
20063 * lib/dwarf.exp (function_range): New procedure.
20064 (Dwarf::_handle_macro_at_func): New procedure.
20065 (Dwarf::_handle_macro_at_range): New procedure.
20066 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20067
02ad9cf1
YQ
200682014-11-14 Yao Qi <yao@codesourcery.com>
20069
20070 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20071 (_handle_attribute): New procedure.
20072
a59add0c
AA
200732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20074
20075 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20076 * gdb.base/call-sc.c (zed): Likewise.
20077 * gdb.base/checkpoint.c (main): Likewise.
20078 * gdb.base/dump.c (main): Likewise.
20079 * gdb.base/gcore.c (main): Likewise.
20080 * gdb.base/huge.c (main): Likewise.
20081 * gdb.base/multi-forks.c (main): Likewise.
20082 * gdb.base/pr10179-a.c (main): Likewise.
20083 * gdb.base/savedregs.c (main): Likewise.
20084 * gdb.base/sigaltstack.c (main): Likewise.
20085 * gdb.base/siginfo.c (main): Likewise.
20086 * gdb.base/structs.c (zed): Likewise.
20087 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20088 * gdb.mi/mi-syn-frame.c (main): Likewise.
20089 * gdb.mi/until.c (foo, main): Likewise.
20090 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20091 * gdb.base/solib-weak.c (foo): Declare.
20092 * gdb.base/attach-twice.c: Include stdio.h.
20093 * gdb.base/weaklib1.c: Likewise.
20094 * gdb.base/weaklib2.c: Likewise.
20095 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20096 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20097 unistd.h.
20098 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20099 * gdb.mi/mi-exit-code.c: Likewise.
20100 * gdb.base/break-interp-lib.c: Include string.h.
20101 * gdb.base/coremaker.c: Likewise.
20102 * gdb.base/testenv.c: Likewise.
20103 * gdb.python/py-finish-breakpoint.c: Likewise.
20104 * gdb.base/inferior-died.c: Include sys/wait.h.
20105 * gdb.base/fileio.c: Include time.h.
20106 * gdb.base/async-shell.c: Include unistd.h.
20107 * gdb.base/dprintf-non-stop.c: Likewise.
20108 * gdb.base/info-os.c: Likewise.
20109 * gdb.mi/mi-console.c: Likewise.
20110 * gdb.mi/watch-nonstop.c: Likewise.
20111 * gdb.python/py-events.c: Likewise.
20112 * gdb.base/async.c (baz): Move up before its invocation.
20113 * gdb.base/code_elim2.c (my_global_func): Likewise.
20114 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20115 * gdb.base/advance.c (func2): Likewise.
20116
3b5d5997
AA
201172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20118
20119 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20120 variant.
20121 * gdb.base/annota3.c: Likewise.
20122 * gdb.base/async.c: Likewise.
20123 * gdb.base/average.c: Likewise.
20124 * gdb.base/call-ar-st.c: Likewise.
20125 * gdb.base/call-rt-st.c: Likewise.
20126 * gdb.base/call-sc.c: Likewise.
20127 * gdb.base/call-strs.c: Likewise.
20128 * gdb.base/ending-run.c: Likewise.
20129 * gdb.base/execd-prog.c: Likewise.
20130 * gdb.base/exprs.c: Likewise.
20131 * gdb.base/foll-exec.c: Likewise.
20132 * gdb.base/foll-fork.c: Likewise.
20133 * gdb.base/foll-vfork.c: Likewise.
20134 * gdb.base/funcargs.c: Likewise.
20135 * gdb.base/gcore.c: Likewise.
20136 * gdb.base/jump.c: Likewise.
20137 * gdb.base/langs0.c: Likewise.
20138 * gdb.base/langs1.c: Likewise.
20139 * gdb.base/langs2.c: Likewise.
20140 * gdb.base/mips_pro.c: Likewise.
20141 * gdb.base/nodebug.c: Likewise.
20142 * gdb.base/opaque0.c: Likewise.
20143 * gdb.base/opaque1.c: Likewise.
20144 * gdb.base/recurse.c: Likewise.
20145 * gdb.base/run.c: Likewise.
20146 * gdb.base/scope0.c: Likewise.
20147 * gdb.base/scope1.c: Likewise.
20148 * gdb.base/setshow.c: Likewise.
20149 * gdb.base/setvar.c: Likewise.
20150 * gdb.base/shmain.c: Likewise.
20151 * gdb.base/shr1.c: Likewise.
20152 * gdb.base/shr2.c: Likewise.
20153 * gdb.base/sigall.c: Likewise.
20154 * gdb.base/signals.c: Likewise.
20155 * gdb.base/so-indr-cl.c: Likewise.
20156 * gdb.base/solib2.c: Likewise.
20157 * gdb.base/structs.c: Likewise.
20158 * gdb.base/sum.c: Likewise.
20159 * gdb.base/vforked-prog.c: Likewise.
20160 * gdb.base/watchpoint.c: Likewise.
20161 * gdb.reverse/shr2.c: Likewise.
20162 * gdb.reverse/until-reverse.c: Likewise.
20163 * gdb.reverse/ur1.c: Likewise.
20164 * gdb.reverse/watch-reverse.c: Likewise.
20165
066a77c5
AA
201662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20167
20168 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20169 variant.
20170 * gdb.base/sepdebug.exp: Drop references to removed code.
20171
4f204ea5
AA
201722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20173
20174 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20175 variant. Preserve original line numbering.
20176 * gdb.base/list1.c: Likewise.
20177
3b377a3a
AA
201782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20179
20180 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20181 variant.
20182 * gdb.base/break1.c: Likewise.
20183 * gdb.base/break.exp: Drop references to removed code.
20184
e444df73
AA
201852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20186
20187 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20188 variant.
20189
8008f2a7
AA
201902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20191
20192 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20193
a5a06887
AA
201942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20195
20196 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20197 logic into perform_all_tests() and invoke it with and without
20198 function header prototypes.
20199 (do_function_calls): Remove conditional XFAIL for PR 5318.
20200 (rerun_and_prepare): Remove duplicate code.
20201 (perform_all_tests): New. Main logic moved here.
20202
44dba9b9
AA
202032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20204
20205 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20206 code guarded by #ifdef NO_PROTOTYPES.
20207 (t_double_many_args): Likewise.
20208 (DEF_FUNC_MANY_ARGS_1): Likewise.
20209 (DEF_FUNC_VALUES_1): Likewise.
20210 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20211 guarded by #ifdef PROTOTYPES.
20212
d1fbcd56
AA
202132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20214
20215 * gdb.mi/mi-console.c: Add eye-catcher.
20216 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20217 instead of literal line number.
20218
b0e59b8f
AA
202192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20220
20221 * gdb.base/shr2.c: Add eye-catcher.
20222 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20223 line number.
20224
78f98cca
AA
202252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20226
20227 * gdb.base/jump.c: Add eye-catchers.
20228 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20229 numbers.
20230
58fa2af0
AA
202312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20232
20233 * gdb.base/execd-prog.c: Add eye-catchers.
20234 * gdb.base/foll-exec.c: Likewise.
20235 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20236 line numbers.
20237
04e5059b
AA
202382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20239
20240 * gdb.base/ending-run.c: Add eye-catchers.
20241 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20242 literal line numbers.
20243
dbfdb174
AA
202442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20245
20246 * gdb.base/call-rt-st.c: Add eye-catchers.
20247 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20248 literal line numbers.
20249
888a2ade
AA
202502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20251
20252 * gdb.base/call-ar-st.c: Add eye-catchers.
20253 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20254 literal line numbers.
20255
6acc2dde
AA
202562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20257
20258 * gdb.base/average.c: Add eye-catchers.
20259 * gdb.base/sum.c: Likewise.
20260 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20261 regexps dynamically.
20262
9ecfcd1d
AA
202632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20264
20265 * gdb.base/solib1.c: Add eye-catchers.
20266 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20267 literal line numbers.
20268
78708b7c
PA
202692014-11-12 Pedro Alves <palves@redhat.com>
20270
20271 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20272 leader has exited.
20273
af48d08f
PA
202742014-11-12 Pedro Alves <palves@redhat.com>
20275
20276 * gdb.arch/i386-bp_permanent.c: New file.
20277 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20278 (srcfile): Set to i386-bp_permanent.c.
20279 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20280 that stepi does not execute the 'leave' instruction, instead of
20281 testing it does execute.
20282 * gdb.base/bp-permanent.c: New file.
20283 * gdb.base/bp-permanent.exp: New file.
20284
af3768e9
DE
202852014-11-10 Doug Evans <xdje42@gmail.com>
20286
20287 PR symtab/17564
20288 * gdb.base/symtab-search-order.exp: New file.
20289 * gdb.base/symtab-search-order.c: New file.
20290 * gdb.base/symtab-search-order-1.c: New file.
20291 * gdb.base/symtab-search-order-shlib-1.c: New file.
20292
9de00a4a
PA
202932014-11-07 Pedro Alves <palves@redhat.com>
20294
20295 PR gdb/17511
20296 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20297 i?86-*-linux*.
20298
e0f52461
SC
202992014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20300
20301 PR c++/17494
20302 * gdb.cp/pr17494.cc: New file.
20303 * gdb.cp/pr17494.exp: New file.
20304
6ce8c980
YQ
203052014-11-02 Yao Qi <yao@codesourcery.com>
20306
20307 * gdb.python/python.exp: Get working directory and match the
20308 output of "set extended-prompt \\w " with it.
20309
02be9a71
DE
203102014-10-30 Doug Evans <dje@google.com>
20311
20312 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20313 in objfiles.
20314 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20315 in progspaces.
20316
3bdff46b
LM
203172014-10-30 Janis Johnson <janisjo@codesourcery.com>
20318
20319 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20320 * gdb.base/realname-expand.exp: Likewise.
20321 * gdb.linespec/macro-relative.exp: Likewise.
20322
ab917dfb
PA
203232014-10-29 Pedro Alves <palves@redhat.com>
20324
20325 PR gdb/17408
20326 * gdb.threads/schedlock.c (some_function): New function.
20327 (call_function): New global.
20328 (MAYBE_CALL_SOME_FUNCTION): New macro.
20329 (thread_function): Call it.
20330 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20331 and use it instead of a global counter. Adjust all callers.
20332 (get_current_thread): Use "find current thread" for test message
20333 here rather than having all callers pass down the same string.
20334 (goto_loop): New procedure, factored out from ...
20335 (my_continue): ... this.
20336 (step_ten_loops): Change parameter from test message to command to
20337 use. Adjust.
20338 (list_count): Delete global.
20339 (check_result): New procedure, factored out from duplicate top
20340 level code.
20341 (continue tests): Wrap in with_test_prefix.
20342 (test_step): New procedure, factored out from duplicate top level
20343 code.
20344 (top level): Test "step" in combination with all scheduler-locking
20345 modes. Test "next" in combination with all scheduler-locking
20346 modes, and in combination with stepping over a function call or
20347 not.
20348 * gdb.threads/next-bp-other-thread.c: New file.
20349 * gdb.threads/next-bp-other-thread.exp: New file.
20350
d3d4baed
PA
203512014-10-29 Pedro Alves <palves@redhat.com>
20352
20353 PR python/17372
20354 * gdb.python/python.exp: Test a multi-line command that spawns
20355 interactive Python.
20356 * gdb.base/multi-line-starts-subshell.exp: New file.
20357
563e8d85
YQ
203582014-10-29 Yao Qi <yao@codesourcery.com>
20359
20360 * gdb.base/fileio.exp: Make directories on host.
20361
0ea4d52e
YQ
203622014-10-29 Yao Qi <yao@codesourcery.com>
20363
20364 * gdb.base/fileio.c (test_write): Close the file.
20365
7f5ef605
PA
203662014-10-28 Pedro Alves <palves@redhat.com>
20367
20368 PR gdb/12623
20369 * gdb.base/sigstep.c (no_handler): New global.
20370 (main): If 'no_handler is true, set the signal handlers to
20371 SIG_IGN.
20372 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20373 with_sw_watch and no_handler parameters. Handle them.
20374 (top level) <stepping over handler when stopped at a breakpoint
20375 test>: Add a test axis for testing with a software watchpoint, and
20376 another for testing with the signal handler set to SIG_IGN.
20377 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20378 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20379
abbdbd03
PA
203802014-10-28 Pedro Alves <palves@redhat.com>
20381
20382 PR gdb/17511
20383 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20384 * gdb.base/sigstep.exp (other_handler_location): New global.
20385 (advance): Support stepping into the signal handler, and running
20386 commands while in the handler.
20387 (in_handler_map): New global.
20388 (top level): In the advance test, add combinations for getting
20389 into the handler with stepping commands, and for running commands
20390 in the handler. Add comment descripting the advancei tests.
20391
1df4399f
PA
203922014-10-28 Pedro Alves <palves@redhat.com>
20393
20394 * gdb.base/sigstep.exp: Use build_executable instead of
20395 prepare_for_testing.
20396 (top level): Move code that starts GDB, runs to main and creates a
20397 display to ...
20398 (restart): ... this new procedure.
20399 (top level): Move backtrace from signal handler test to ...
20400 (validate_backtrace): ... this new procedure.
20401 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20402 with_test_prefix. Always restart GDB.
20403 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20404 with_test_prefix. Always restart GDB. No need to delete
20405 breakpoints after the test.
20406 (test_skip_handler): Remove prefix parameter.
20407 (skip_over_handler, breakpoint_to_handler)
20408 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20409 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20410 restart GDB. No need to delete breakpoints after the test.
20411 (top level): Use foreach to call the test procedures with
20412 different commands.
20413
a5b6e449
PA
204142014-10-28 Pedro Alves <palves@redhat.com>
20415
20416 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20417 instead of GNATS numbers.
20418 * gdb.base/sigbpt.exp: Likewise.
20419 * gdb.base/siginfo.exp: Likewise.
20420 * gdb.base/sigstep.exp: Likewise.
20421
e5f8a7cc
PA
204222014-10-27 Pedro Alves <palves@redhat.com>
20423
20424 * gdb.base/sigstep.c (dummy): New global.
20425 (main): Issue a couple writes to the new global.
20426 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20427 procedures.
20428 (skip_over_handler): Use test_skip_handler.
20429 (top level): Call skip_over_handler for stepi and nexti too.
20430 (breakpoint_over_handler): Use test_skip_handler.
20431 (top level): Call breakpoint_over_handler for stepi and nexti too.
20432
763905a3
YQ
204332014-10-27 Yao Qi <yao@codesourcery.com>
20434
20435 * gdb.trace/tfile.c (adjust_function_address)
20436 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20437 function descriptor.
20438
6f259a23
DB
204392014-10-24 Don Breazeal <donb@codesourcery.com>
20440
20441 * gdb.base/foll-fork.exp (test_follow_fork,
20442 catch_fork_child_follow): Check for updated fork messages emitted
20443 from infrun.c.
20444 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20445 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20446 vfork_and_exec_child_follow_through_step): Check for updated vfork
20447 messages emitted from infrun.c.
20448
09dd9a69
PA
204492014-10-24 Pedro Alves <palves@redhat.com>
20450
20451 * gdb.base/corefile.exp: Remove references to ultrix.
20452 * gdb.base/interrupt.exp: Likewise.
20453 * gdb.base/whatis.exp: Likewise.
20454 * gdb.gdb/selftest.exp: Likewise.
20455 * gdb.threads/manythreads.exp: Likewise.
20456 * gdb.threads/print-threads.exp: Likewise.
20457 * gdb.threads/pthreads.exp:: Likewise.
20458 * gdb.threads/schedlock.exp: Likewise.
20459
3433cfa5
SC
204602014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20461
20462 * gdb.cp/non-trivial-retval.cc: Add a test case.
20463 * gdb.cp/non-trivial-retval.exp: Add a test.
20464
092f880b
YQ
204652014-10-20 Yao Qi <yao@codesourcery.com>
20466
20467 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20468 * gdb.python/py-objfile-script-gdb.py: New file.
20469 * gdb.python/py-objfile-script.exp: Update reference to
20470 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20471 of remote_download. Remove the dest file.
20472
acbdb7f3
YQ
204732014-10-20 Yao Qi <yao@codesourcery.com>
20474
20475 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20476 * gdb.base/step-line.exp: Likewise.
20477 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20478 * gdb.dwarf2/dw2-basic.exp: Likewise.
20479 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20480 * gdb.dwarf2/dw2-filename.exp: Likewise.
20481 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20482 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20483 * gdb.dwarf2/dw2-producer.exp: Likewise.
20484 * gdb.dwarf2/mac-fileno.exp: Likewise.
20485 * gdb.python/py-frame-args.exp: Likewise.
20486 * gdb.python/py-framefilter.exp: Likewise.
20487 * gdb.python/py-mi.exp: Likewise.
20488 * gdb.python/py-objfile-script.exp: Likewise
20489 * gdb.python/py-pp-integral.exp: Likewise.
20490 * gdb.python/py-pp-re-notag.exp: Likewise.
20491 * gdb.python/py-prettyprint.exp: Likewise.
20492 * gdb.python/py-section-script.exp: Likewise.
20493 * gdb.python/py-typeprint.exp: Likewise.
20494 * gdb.python/py-xmethods.exp: Likewise.
20495 * gdb.stabs/weird.exp: Likewise.
20496 * gdb.xml/tdesc-regs.exp: Likewise.
20497
bd286a29
KCY
204982014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20499
20500 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20501 (out_cu): Use addr_len for the size of addresses.
20502 (out_line): Likewise. Size DW_LNE_set_address instruction
20503 according to addr_len.
20504 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20505 (FUNC): Add START_INSNS to definition.
20506
673dc4a0
YQ
205072014-10-18 Yao Qi <yao@codesourcery.com>
20508
20509 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20510 gdb_has_argv0 return true.
20511 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20512 check [target_info exists noargs], check [gdb_has_argv0]
20513 instead.
20514 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20515 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20516 procedures.
20517
4ffbba72
DE
205182014-10-17 Doug Evans <dje@google.com>
20519
20520 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20521 event.
20522 * gdb.python/py-events.py: Add clear_objfiles event.
20523
d096d8c1
DE
205242014-10-17 Doug Evans <dje@google.com>
20525
20526 * gdb.python/py-objfile.exp: Test progspace attribute.
20527
a80db015
LM
205282014-10-17 Luis Machado <lgustavo@codesourcery.com>
20529
20530 * gdb.guile/scm-breakpoint.exp: Do not assume any
20531 directory separators when matching source file paths.
20532 * gdb.python/py-breakpoint.exp: Likewise.
20533 * gdb.reverse/break-precsave.exp: Likewise.
20534 * gdb.reverse/break-reverse.exp: Likewise.
20535 * gdb.reverse/consecutive-precsave.exp: Likewise.
20536 * gdb.reverse/finish-precsave.exp: Likewise.
20537 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20538 * gdb.reverse/finish-reverse.exp: Likewise.
20539 * gdb.reverse/i386-precsave.exp: Likewise.
20540 * gdb.reverse/i387-env-reverse.exp: Likewise.
20541 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20542 * gdb.reverse/machinestate-precsave.exp: Likewise.
20543 * gdb.reverse/machinestate.exp: Likewise.
20544 * gdb.reverse/sigall-precsave.exp: Likewise.
20545 * gdb.reverse/solib-precsave.exp: Likewise.
20546 * gdb.reverse/step-precsave.exp: Likewise.
20547 * gdb.reverse/until-precsave.exp: Likewise.
20548 * gdb.reverse/watch-precsave.exp: Likewise.
20549 * gdb.reverse/watch-reverse.exp: Likewise.
20550
b22089ab
YQ
205512014-10-17 Yao Qi <yao@codesourcery.com>
20552
20553 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20554 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20555
6c4486e6
PA
205562014-10-17 Pedro Alves <palves@redhat.com>
20557
20558 PR gdb/17471
20559 * gdb.base/bg-execution-repeat.c: New file.
20560 * gdb.base/bg-execution-repeat.exp: New file.
20561
0ff33695
PA
205622014-10-17 Pedro Alves <palves@redhat.com>
20563
20564 PR gdb/17300
20565 * gdb.base/continue-all-already-running.c: New file.
20566 * gdb.base/continue-all-already-running.exp: New file.
20567
6fdebc3d
PA
205682014-10-17 Pedro Alves <palves@redhat.com>
20569
20570 PR gdb/17472
20571 * gdb.base/annota-input-while-running.c: New file.
20572 * gdb.base/annota-input-while-running.exp: New file.
20573
32a8097b
PA
205742014-10-17 Pedro Alves <palves@redhat.com>
20575
20576 * gdb.base/callfuncs.exp: emove references to osf.
20577 * gdb.base/sigall.exp: Likewise.
20578 * gdb.gdb/selftest.exp: Likewise.
20579 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20580 * gdb.mi/non-stop.c: Likewise.
20581 * gdb.mi/pthreads.c: Likewise.
20582 * gdb.reverse/sigall-precsave.exp: Likewise.
20583 * gdb.reverse/sigall-reverse.exp: Likewise.
20584 * gdb.threads/pthreads.c: Likewise.
20585 * gdb.threads/pthreads.exp: Likewise.
20586
7a3517ff
YQ
205872014-10-17 Yao Qi <yao@codesourcery.com>
20588
20589 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20590 check 'target_info exists noargs'.
20591 (test_command_prompt_position): Likewise.
20592 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20593 Remove "set args".
20594 (progvar_simple_while_test): Likewise.
20595 (progvar_complex_if_while_test): Likewise.
20596 (if_while_breakpoint_command_test): Likewise.
20597 (infrun_breakpoint_command_test): Likewise.
20598 (breakpoint_command_test): Likewise.
20599 (watchpoint_command_test): Likewise.
20600 (bp_deleted_in_command_test): Likewise.
20601 (temporary_breakpoint_commands): Likewise.
20602
bb99c472
YQ
206032014-10-16 Yao Qi <yao@codesourcery.com>
20604
20605 * gdb.base/remotetimeout.exp: Remove noargs checking.
20606
7c16b83e
PA
206072014-10-15 Pedro Alves <palves@redhat.com>
20608
20609 PR breakpoints/9649
20610 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20611 * gdb.base/breakpoint-in-ro-region.exp
20612 (probe_target_hardware_step): New procedure.
20613 (top level): Probe hardware stepping and hardware breakpoint
20614 support. Test stepping through a read-only region, with both
20615 "breakpoint auto-hw" on and off and both "always-inserted" on and
20616 off.
20617
35a49624
IB
206182014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20619
20620 * gdb.dlang/demangle.exp: Update for demangling changes.
20621
2d1c107c
SC
206222014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20623
20624 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20625 * gdb.cp/non-trivial-retval.exp: Add new tests.
20626
778811d5
SC
206272014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20628
20629 PR c++/13403
20630 PR c++/15154
20631 * gdb.cp/non-trivial-retval.cc: New file.
20632 * gdb.cp/non-trivial-retval.exp: New file.
20633
10c5f0a8
YQ
206342014-10-15 Yao Qi <yao@codesourcery.com>
20635
20636 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20637 remote host.
20638
65d7b369
YQ
206392014-10-15 Yao Qi <yao@codesourcery.com>
20640
20641 * gdb.python/py-symbol.exp: Match file base name if host is
20642 remote, otherwise match file name with dir name.
20643 * gdb.python/py-symtab.exp: Likewise.
20644 * gdb.python/python.exp: Likewise.
20645
46dc1394
YQ
206462014-10-15 Yao Qi <yao@codesourcery.com>
20647
20648 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20649 pattern.
20650 * gdb.python/py-symtab.exp: Likewise.
20651 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20652 locationn.
20653
c40cc657
JB
206542014-10-14 Joel Brobecker <brobecker@adacore.com>
20655
20656 * gdb.ada/addr_arith: New testcase.
20657
2abf49e1
MR
206582014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20659
20660 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20661 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20662 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20663 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20664
f7088df3
SDJ
206652014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20666
20667 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20668 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20669 * gdb.arch/stap-eval-lang-ada.exp: New file.
20670
4dc06805
YQ
206712014-10-14 Yao Qi <yao@codesourcery.com>
20672
20673 * gdb.mi/mi-var-child.c (nothing1): New function.
20674 (nothing2): New function.
20675 (do_children_tests): Set function pointers by nothing1 and
20676 nothing2.
20677 * gdb.mi/mi-var-child.exp: Step over new added statements.
20678 Update test to match the new output.
20679 * gdb.mi/var-cmd.c (nothing1): New function.
20680 (nothing2): New function.
20681 (do_children_tests): Set function pointers by nothing1 and
20682 nothing2.
20683 * gdb.mi/mi-var-display.exp: Update test to match output.
20684 Step to the line specified by $line_dct_nothing.
20685 Increase the number of lines to step.
20686
46a93de2
YQ
206872014-10-14 Yao Qi <yao@codesourcery.com>
20688
20689 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20690 tests.
20691 * gdb.mi/mi2-var-child.exp: Likewise.
20692
14ea52ee
DE
206932014-10-13 Doug Evans <dje@google.com>
20694
20695 * gdb.python/py-objfile.exp: Change name of file name test.
20696
e5c6e92b
DE
206972014-10-13 Doug Evans <dje@google.com>
20698
20699 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20700 from the start of the CU.
20701
c780cc2f
JK
207022014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20703 Yao Qi <yao@codesourcery.com>
20704
20705 Fix "save breakpoints" for "catch" command.
20706 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20707 Remove -nonewline. Match also the added "main" line.
20708
99894e11
JK
207092014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20710
20711 Fix "save breakpoints" for "disable $bpnum" command.
20712 * gdb.base/save-bp.c (main): Add label.
20713 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20714
6e1ac5a3
JK
207152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20716
20717 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20718
754dd2b0
YQ
207192014-10-11 Yao Qi <yao@codesourcery.com>
20720
20721 * gdb.server/server-kill.exp: Execute command
20722 "set remote trace-status-packet on" before "tstatus".
20723
f90183d7
YQ
207242014-10-11 Yao Qi <yao@codesourcery.com>
20725
20726 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20727 (main): Call getppid.
20728 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20729 and continue to it. Read variable "server_pid".
20730
bf40a607
YQ
207312014-10-11 Yao Qi <yao@codesourcery.com>
20732
20733 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20734
052ca370
YQ
207352014-10-11 Yao Qi <yao@codesourcery.com>
20736
20737 * gdb.threads/thread-find.exp: Don't execute command
20738 "info threads".
20739 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20740 * gdb.threads/linux-dp.exp: Don't check the condition
20741 $threads_created equals to zero.
20742
3831839c
PA
207432014-10-10 Pedro Alves <palves@redhat.com>
20744
20745 * gdb.base/bigcore.exp: Remove references to IRIX.
20746 * gdb.base/funcargs.exp: Likewise.
20747 * gdb.base/interrupt.exp: Likewise.
20748 * gdb.base/mips_pro.exp: Likewise.
20749 * gdb.base/nodebug.exp: Likewise.
20750 * gdb.base/setvar.exp: Likewise.
20751 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20752
8b9a549d
PA
207532014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20754 Pedro Alves <palves@redhat.com>
20755
20756 PR symtab/14466
20757 * gdb.base/vdso-warning.c: New file.
20758 * gdb.base/vdso-warning.exp: New file.
20759
d48ba5e8
DE
207602014-10-02 Doug Evans <dje@google.com>
20761
20762 * gdb.base/structs.c (main): Don't run forever.
20763
2278c276
PA
207642014-10-02 Pedro Alves <palves@redhat.com>
20765
20766 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20767 (top level) <stop threads 1, stop threads 2>: Use it.
20768
b57bacec
PA
207692014-10-02 Pedro Alves <palves@redhat.com>
20770
20771 * gdb.threads/break-while-running.exp (test): Add new
20772 'update_thread_list' argument. Skip "info threads" if false.
20773 (top level): Add new 'update_thread_list' axis.
20774
13fd3ff3
PA
207752014-10-02 Pedro Alves <palves@redhat.com>
20776
20777 PR breakpoints/17431
20778 * gdb.base/execl-update-breakpoints.c: New file.
20779 * gdb.base/execl-update-breakpoints.exp: New file.
20780
0fec99e8
PA
207812014-10-01 Pedro Alves <palves@redhat.com>
20782
20783 * gdb.base/breakpoint-in-ro-region.c: New file.
20784 * gdb.base/breakpoint-in-ro-region.exp: New file.
20785
2ddf4301
SM
207862014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20787
20788 * gdb.mi/mi-exit-code.exp: New file.
20789 * gdb.mi/mi-exit-code.c: New file.
20790
6a5f3f43
YQ
207912014-09-30 Yao Qi <yao@codesourcery.com>
20792
20793 * lib/prelink-support.exp (build_executable_own_libs): Error if
20794 the target isn't native.
20795
345bcc73
YQ
207962014-09-30 Yao Qi <yao@codesourcery.com>
20797
20798 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20799 false.
20800
a25a5a45
PA
208012014-09-22 Pedro Alves <palves@redhat.com>
20802
20803 * gdb.threads/break-while-running.exp: New file.
20804 * gdb.threads/break-while-running.c: New file.
20805
00ba3162
YQ
208062014-09-19 Yao Qi <yao@codesourcery.com>
20807
20808 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20809 Invoke test. Restart GDB with --readnow and invoke test again.
20810
c3b7b696
YQ
208112014-09-19 Yao Qi <yao@codesourcery.com>
20812
20813 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20814 proc set_breakpoint_on_gcd_function. Invoke
20815 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20816 invoke set_breakpoint_on_gcd_function again.
20817
2b4fd423
DE
208182014-09-18 Doug Evans <dje@google.com>
20819
20820 * gdb.dwarf2/symtab-producer.exp: New file.
20821
a5947601
SDJ
208222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20823
20824 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20825 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20826 * gdb.base/global-var-nested-by-dso.c: Likewise.
20827 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20828
91c19059
SDJ
208292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20830 Pedro Alves <palves@redhat.com>
20831
20832 * gdb.base/watch-bitfields.exp: Pass string other than test file
20833 name to prepare_for_testing.
20834 (watch): New procedure.
20835 (expect_watchpoint): Use with_test_prefix.
20836 (top level): Factor out tests to ...
20837 (test_watch_location, test_regular_watch): ... these new
20838 procedures, and use with_test_prefix and gdb_continue_to_end.
20839
bb9d5f81
PP
208402014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20841
20842 PR breakpoints/12526
20843 * gdb.base/watch-bitfields.exp: New file.
20844 * gdb.base/watch-bitfields.c: New file.
20845
635856f5
PA
208462014-09-16 Pedro Alves <palves@redhat.com>
20847
20848 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20849 software and hardware addresses, not software address against
20850 itself.
20851
7280ceea
PA
208522014-09-16 Pedro Alves <palves@redhat.com>
20853
20854 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20855 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20856
428b16bd
PA
208572014-09-16 Pedro Alves <palves@redhat.com>
20858
20859 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20860 files.
20861 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20862 "*-*-vxworks*" throughout.
20863 * gdb.base/break.exp: Likewise.
20864 * gdb.base/default.exp: Likewise.
20865 * gdb.base/scope.exp: Likewise.
20866 * gdb.base/sepdebug.exp: Likewise.
20867 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20868 throughout.
20869 * gdb.base/run.c: Likewise.
20870 * gdb.base/sepdebug.c: Likewise.
20871 * gdb.hp/gdb.aCC/run.c: Likewise.
20872 * gdb.reverse/until-reverse.c: Likewise.
20873 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20874
666d413c
YQ
208752014-09-16 Yao Qi <yao@codesourcery.com>
20876
20877 * boards/local-remote-host-native.exp: New file.
20878
57cbd724
DE
208792014-09-14 Doug Evans <xdje42@gmail.com>
20880
20881 * gdb.threads/queue-signal.c (thread_count): New variable.
20882 (thread_count_mutex, thread_count_condvar): New variables.
20883 (incr_thread_count, wait_all_threads_running): New functions.
20884 (main): Wait for all threads to be in their thread functions.
20885
81219e53
DE
208862014-09-13 Doug Evans <xdje42@gmail.com>
20887
20888 * gdb.threads/queue-signal.c: New file.
20889 * gdb.threads/queue-signal.exp: New file.
20890
3714cea7
DE
208912014-09-13 Doug Evans <xdje42@gmail.com>
20892
20893 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
20894 be consistent with what default_gdb_init uses.
20895 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
20896 the plain text of the prompt. Add some logging printfs.
20897 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
20898
fa43b1d7
PA
208992014-09-12 Pedro Alves <palves@redhat.com>
20900
20901 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
20902 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
20903 * gdb.arch/i386-size-overlap.exp: Likewise.
20904 * gdb.arch/i386-size.exp: Likewise.
20905 * gdb.arch/i386-unwind.exp: Likewise.
20906 * gdb.base/a2-run.exp: Likewise.
20907 * gdb.base/break.exp: Likewise.
20908 * gdb.base/charset.exp: Likewise.
20909 * gdb.base/chng-syms.exp: Likewise.
20910 * gdb.base/commands.exp: Likewise.
20911 * gdb.base/dbx.exp: Likewise.
20912 * gdb.base/find.exp: Likewise.
20913 * gdb.base/funcargs.exp: Likewise.
20914 * gdb.base/jit-simple.exp: Likewise.
20915 * gdb.base/reread.exp: Likewise.
20916 * gdb.base/sepdebug.exp: Likewise.
20917 * gdb.base/step-bt.exp: Likewise.
20918 * gdb.cp/mb-inline.exp: Likewise.
20919 * gdb.cp/mb-templates.exp: Likewise.
20920 * gdb.objc/basicclass.exp: Likewise.
20921 * gdb.threads/killed.exp: Likewise.
20922
9d9bf2df
EBM
209232014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20924
20925 PR tdep/17379
20926 * gdb.arch/powerpc-stackless.S: New file.
20927 * gdb.arch/powerpc-stackless.exp: New file.
20928
1cf2f1b0
JK
209292014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20930
20931 * gdb.base/attach.c: Include unistd.h.
20932 (main): Call alarm. Add label postloop.
20933 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
20934 gdb_breakpoint, gdb_continue_to_breakpoint.
20935 (test_command_line_attach_run): Kill ${testpid} in one exit path.
20936
98880d46
PA
209372014-09-11 Pedro Alves <palves@redhat.com>
20938
20939 PR gdb/17347
20940 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
20941 * gdb.base/attach.exp (test_command_line_attach_run): New
20942 procedure.
20943 (top level): Call it.
20944
4c92ff2c
PA
209452014-09-11 Pedro Alves <palves@redhat.com>
20946
20947 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
20948 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
20949 (do_command_attach_tests): Use spawn_wait_for_attach.
20950 * gdb.base/solib-overlap.exp: Likewise.
20951 * gdb.multi/multi-attach.exp: Likewise.
20952 * gdb.python/py-prompt.exp: Likewise.
20953 * gdb.python/py-sync-interp.exp: Likewise.
20954 * gdb.server/ext-attach.exp: Likewise.
20955
3adc1a7d
GKB
209562014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
20957
20958 * gdb.fortran/array-element.exp: Remove unexpected "continue"
20959 command in testcase. Simplify testcase.
20960
96334934
JB
209612014-09-10 Joel Brobecker <brobecker@adacore.com>
20962
20963 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
20964
eb479039
JB
209652014-09-10 Joel Brobecker <brobecker@adacore.com>
20966
20967 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
20968
deede10c
JB
209692014-09-10 Joel Brobecker <brobecker@adacore.com>
20970
20971 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
20972
7828a5f5
JB
209732014-09-10 Joel Brobecker <brobecker@adacore.com>
20974
20975 * gdb.dwarf2/dynarr-ptr.c: New file.
20976 * gdb.dwarf2/dynarr-ptr.exp: New file.
20977
33aeebcf
MR
209782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20979
20980 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
20981 of 30 rather than hardcoding 120 for a slow test case. Take the
20982 `gdb,timeout' target setting into account for this calculation.
20983 Don't extend the timeout for the test cases that don't need it.
20984
7b415901
MR
209852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20986
20987 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
20988 a factor of 2 for a slow test case. Take the `gdb,timeout'
20989 target setting into account for this calculation.
20990 * gdb.reverse/until-precsave.exp: Increase the timeout by
20991 a factor of 15 and 3 respectively rather than adding 120
20992 for a pair of slow test cases. Take the `gdb,timeout'
20993 target setting into account for this calculation.
20994
4a40f85a
MR
209952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
20996
20997 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
20998 timeout, don't pass one down to gdb_expect.
20999 (gdb_expect): Rework timeout selection.
21000
09635af7
MR
210012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21002
21003 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21004 exception on timeout.
21005 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21006 (gdbserver_start_extended): Catch any `gdbserver_start' error
21007 exceptions.
21008 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21009 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21010 `gdbserver_gdb_load' error exceptions.
21011
2bdd10b7
MR
210122014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21013
21014 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21015 120 on waiting for the TCP socket to open.
21016
316935f0
DE
210172014-09-09 Doug Evans <xdje42@gmail.com>
21018
21019 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21020 _caller_matches, _any_caller_is, _any_caller_matches.
21021
83740597
DE
210222014-09-09 Doug Evans <xdje42@gmail.com>
21023
21024 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21025
4c122fc3
YQ
210262014-09-09 Yao Qi <yao@codesourcery.com>
21027
21028 * gdb.mi/mi-var-display.exp: Set print symbol off.
21029
a9f116cb
GKB
210302014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21031
21032 PR gdb/17035
21033 * gdb.base/commands.exp: Add tests to verify user-defined
21034 commands with empty bodies.
21035 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21036 python commands in `show user command`.
21037 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21038 scheme commands in `show user command`.
21039
c75bd3a2
JK
210402014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21041
21042 PR python/17355
21043 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21044 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21045 * gdb.python/py-framefilter-invalidarg.exp: New file.
21046 * gdb.python/py-framefilter-invalidarg.py: New file.
21047
faa42425
DE
210482014-09-06 Doug Evans <xdje42@gmail.com>
21049
21050 PR 15276
21051 * gdb.python/py-caller-is.c: New file.
21052 * gdb.python/py-caller-is.exp: New file.
21053
474ca4f6
SDJ
210542014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21055
21056 PR gdb/17235
21057 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21058 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21059
eb0b0463
SDJ
210602014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21061
21062 PR fortran/17237
21063 * gdb.fortran/print-formatted.exp: New file.
21064 * gdb.fortran/print-formatted.f90: Likewise.
21065
5f3b99cf
SS
210662014-09-03 Sasha Smundak <asmundak@google.com>
21067
21068 * gdb.python/py-frame.exp: Test Frame.read_register.
21069
7d793aa9
SDJ
210702014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21071
21072 PR python/16699
21073 * gdb.python/py-completion.exp: New file.
21074 * gdb.python/py-completion.py: Likewise.
21075
fb0576e9
DE
210762014-08-28 Doug Evans <dje@google.com>
21077
21078 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21079 eax,etc. are live with values set by gdb and thus the compiler can't
21080 use them.
21081 * gdb.arch/i386-pseudo.c (main): Ditto.
21082
ee92b0dd
DE
210832014-08-27 Doug Evans <dje@google.com>
21084
21085 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21086
6649db35
DE
210872014-08-25 Doug Evans <dje@google.com>
21088
21089 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21090 (main): Ditto.
21091
564b7600
DE
210922014-08-25 Doug Evans <dje@google.com>
21093
21094 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21095
3881fb67
YQ
210962014-08-24 Yao Qi <yao@codesourcery.com>
21097
21098 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21099 symbol off.
21100 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21101
a05a36a5
DE
211022014-08-22 Doug Evans <dje@google.com>
21103
21104 PR 17276
21105 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21106 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21107 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21108
7c343b48
YQ
211092014-08-22 Yao Qi <yao@codesourcery.com>
21110
21111 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21112 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21113 * gdb.python/python.exp: Likewise. Use .py file on the host
21114 instead of the build.
21115
22fd09ae
JK
211162014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21117
21118 * gdb.threads/gcore-stale-thread.c: New file.
21119 * gdb.threads/gcore-stale-thread.exp: New file.
21120
a8454a7c
PA
211212014-08-21 Pedro Alves <palves@redhat.com>
21122
21123 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21124 * gdb.base/gcore-relro-pie.exp: Likewise.
21125 * gdb.base/gcore-relro.exp: Likewise.
21126 * gdb.base/gcore.exp: Likewise.
21127 * gdb.base/print-symbol-loading.exp: Likewise.
21128 * gdb.threads/gcore-thread.exp: Likewise.
21129 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21130
2a31c623
PA
211312014-08-20 Pedro Alves <palves@redhat.com>
21132 Jan Kratochvil <jan.kratochvil@redhat.com>
21133
21134 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21135 configure.
21136 (EXPECT): Handle READ1 being set.
21137 (all): Depend on EXTRA_RULES.
21138 (check-read1, expect-read1, read1.so, read1): New rules.
21139 * README (Testsuite Parameters): Document the READ1 make variable.
21140 (Race detection): New section.
21141 * configure: Regenerate.
21142 * configure.ac: If build==host==target, and running under a
21143 GNU/glibc system, add read1 to the extra Makefile rules.
21144 (EXTRA_RULES): AC_SUBST it.
21145 * lib/read1.c: New file.
21146
d36430db
JB
211472014-08-20 Joel Brobecker <brobecker@adacore.com>
21148
21149 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21150 the handling of variables declared as a typedef to an array
21151 which a DW_AT_data_location attribute.
21152
9a0dc9e3
PA
211532014-08-19 Andrew Burgess <aburgess@broadcom.com>
21154 Pedro Alves <palves@redhat.com>
21155
21156 PR symtab/14604
21157 PR symtab/14605
21158 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21159 gdb_test.
21160
0718a8da
PA
211612014-08-19 Pedro Alves <palves@redhat.com>
21162
21163 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21164
13b448cd
YQ
211652014-08-19 Yao Qi <yao@codesourcery.com>
21166
21167 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21168 right line.
21169
1cbf5077
DB
211702014-08-18 David Blaikie <dblaikie@gmail.com>
21171
21172 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21173
bf0fae19
JB
211742014-08-18 Joel Brobecker <brobecker@adacore.com>
21175
21176 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21177 attribute in array range.
21178
3c8c5dcc
JB
211792014-08-18 Joel Brobecker <brobecker@adacore.com>
21180
21181 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21182
e66d4446
SC
211832014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21184
21185 PR c++/17132
21186 * gdb.cp/pr17132.cc: New file.
21187 * gdb.cp/pr17132.exp: New file.
21188
940df408
SC
211892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21190
21191 * gdb.python/py-xmethods.py (A_getarrayind)
21192 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21193 Use 'print' with function call syntax.
21194 (E_method_matcher.match): Fix tab vs space indentation mixup.
21195
ebcc6c3a
YQ
211962014-08-15 Yao Qi <yao@codesourcery.com>
21197
21198 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21199 false.
21200
775e0f04
YQ
212012014-08-15 Yao Qi <yao@codesourcery.com>
21202
21203 * gdb.cp/casts.exp: Set print symbol off.
21204 * gdb.cp/class2.exp: Likewise.
21205 * gdb.cp/overload.exp: Likewise.
21206 * gdb.cp/templates.exp: Likewise.
21207
d769e349
DE
212082014-08-11 Doug Evans <dje@google.com>
21209
21210 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21211 (test_load_shlib): Update.
21212
20c6f1e1
YQ
212132014-08-09 Yao Qi <yao@codesourcery.com>
21214
21215 * gdb.base/display.exp: Invoke is_address_zero_readable.
21216 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21217 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21218 * gdb.base/hbreak-unmapped.exp: Return if
21219 is_address_zero_readable returns true.
21220 * gdb.base/signest.exp: Likewise.
21221 * gdb.base/signull.exp: Likewise.
21222 * gdb.base/sigbpt.exp: Likewise.
21223 * gdb.guile/scm-disasm.exp: Do the test if
21224 is_address_zero_readable returns false.
21225 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21226 * gdb.python/py-arch.exp: Likewise.
21227 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21228 * lib/gdb.exp (is_address_zero_readable): New proc.
21229
5792e8e3
YQ
212302014-08-09 Yao Qi <yao@codesourcery.com>
21231
21232 PR testsuite/13443
21233 * gdb.mi/mi-var-display.exp: Make test messages unique.
21234
3cecbbbe
TT
212352014-08-04 Tom Tromey <tromey@redhat.com>
21236
21237 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21238 target 0".
21239
00b51ff5
TT
212402014-08-04 Tom Tromey <tromey@redhat.com>
21241
21242 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21243 "target_resume".
21244
6908c509
JB
212452014-08-01 Joel Brobecker <brobecker@adacore.com>
21246
21247 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21248 inner_vla_struct_object_size.
21249 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21250 as xfail.
21251
cc6563d2
PA
212522014-07-30 Pedro Alves <palves@redhat.com>
21253
21254 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21255 comment.
21256
7e09a223
YQ
212572014-07-29 Yao Qi <yao@codesourcery.com>
21258
21259 PR gdb/17206
21260 * gdb.base/until-nodebug.exp: New.
21261
7ebdbe92
DE
212622014-07-28 Doug Evans <xdje42@gmail.com>
21263
21264 PR guile/17203
21265 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21266 previously existing parameter, and previously ambiguously spelled
21267 parameter.
21268
fdb1adc6
WN
212692014-07-28 Will Newton <will.newton@linaro.org>
21270
21271 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21272
186fcde0
DE
212732014-07-26 Ludovic Courtès <ludo@gnu.org>
21274 Doug Evans <xdje42@gmail.com>
21275
21276 PR guile/17146
21277 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21278
70509625
PA
212792014-07-25 Pedro Alves <palves@redhat.com>
21280
21281 * gdb.threads/signal-command-handle-nopass.c: New file.
21282 * gdb.threads/signal-command-handle-nopass.exp: New file.
21283 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21284 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21285 * gdb.threads/signal-delivered-right-thread.c: New file.
21286 * gdb.threads/signal-delivered-right-thread.exp: New file.
21287
c3f814a1
PA
212882014-07-25 Pedro Alves <palves@redhat.com>
21289
21290 * gdb.base/double-prompt-target-event-error.exp
21291 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21292 match.
21293 (cancel_pagination_in_target_event): Rework double prompt
21294 detection.
21295 * gdb.base/paginate-after-ctrl-c-running.exp
21296 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21297 <return>' match.
21298 * gdb.base/paginate-bg-execution.exp
21299 (test_bg_execution_pagination_return)
21300 (test_bg_execution_pagination_cancel): Remove '-notransfer
21301 <return>' matches.
21302 * gdb.base/paginate-execution-startup.exp
21303 (test_fg_execution_pagination_return)
21304 (test_fg_execution_pagination_cancel): Remove '-notransfer
21305 <return>' matches.
21306 * gdb.base/paginate-inferior-exit.exp
21307 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21308 match.
21309 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21310 * lib/gdb.exp (pagination_prompt): Run text through
21311 string_to_regexp.
21312 (gdb_test_multiple): Match $pagination_prompt instead of
21313 "<return>".
21314 (string_to_regexp): Move to lib/gdb-utils.exp.
21315
e214cf6c
JK
213162014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21317
21318 * gdb.arch/amd64-entry-value-paramref.S: New file.
21319 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21320 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21321 * gdb.arch/amd64-optimout-repeat.S: New file.
21322 * gdb.arch/amd64-optimout-repeat.c: New file.
21323 * gdb.arch/amd64-optimout-repeat.exp: New file.
21324
17d0c5c8
JK
213252014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21326
21327 PR gdb/17170
21328 * gdb.base/statistics.exp: New file.
21329
b8b8facf
DE
213302014-07-17 Doug Evans <dje@google.com>
21331
74b49205 21332 PR gdb/17170
b8b8facf
DE
21333 * gdb.base/maint.exp: Update testing of per-command stats.
21334
1b5d0ab3
PA
213352014-07-16 Pedro Alves <palves@redhat.com>
21336
21337 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21338 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21339 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21340 (tfile_write_buf): New functions.
21341 (add_memory_block): Rewrite using the above.
21342 (adjust_function_address): New function.
21343 (FUNCTION_ADDRESS): New macro.
21344 (write_basic_trace_file): Remove short_x local, and use
21345 tfile_write_16. Change type of func_addr local to unsigned long
21346 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21347 here. Cast argument of add_memory_block to char pointer.
21348 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21349 (main): Remove parameters.
21350 * gdb.trace/tfile.exp: Remove nowarnings.
21351
4d974e88
SM
213522014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21353
21354 * gdb.base/debug-expr.exp: Test string evaluation with
21355 "debug expression" on.
21356
41e99568
PA
213572014-07-15 Pedro Alves <palves@redhat.com>
21358
21359 * gdb.base/reread.exp: Use clean_restart.
21360
487d9753
PL
213612014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21362
21363 * gdb.arch/avr-flash-qualifer.c: New.
21364 * gdb.arch/avr-flash-qualifer.exp: New.
21365
cc1c52ad
PA
213662014-07-14 Pedro Alves <palves@redhat.com>
21367
21368 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21369 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21370
1e973570
PA
213712014-07-14 Pedro Alves <palves@redhat.com>
21372
21373 * gdb.base/double-prompt-target-event-error.c: New file.
21374 * gdb.base/double-prompt-target-event-error.exp: New file.
21375
93d6eb10
PA
213762014-07-14 Pedro Alves <palves@redhat.com>
21377
21378 PR gdb/17072
21379 * gdb.base/paginate-inferior-exit.c: New file.
21380 * gdb.base/paginate-inferior-exit.exp: New file.
21381
0017922d
PA
213822014-07-14 Pedro Alves <palves@redhat.com>
21383
21384 PR gdb/17072
21385 * gdb.base/paginate-bg-execution.c: New file.
21386 * gdb.base/paginate-bg-execution.exp: New file.
21387
94696ad3
PA
213882014-07-14 Pedro Alves <palves@redhat.com>
21389
21390 PR gdb/17072
21391 * gdb.base/paginate-execution-startup.c: New file.
21392 * gdb.base/paginate-execution-startup.exp: New file.
21393 * lib/gdb.exp (pagination_prompt): New global.
21394 (default_gdb_spawn): New procedure, factored out from
21395 default_gdb_spawn.
21396 (default_gdb_start): Adjust to call default_gdb_spawn.
21397 (gdb_spawn): New procedure.
21398
bd293940
PA
213992014-07-14 Pedro Alves <palves@redhat.com>
21400
21401 * lib/gdb.exp (gdb_assert): New procedure.
21402 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21403
c933f875
PA
214042014-07-14 Pedro Alves <palves@redhat.com>
21405
21406 * gdb.base/execution-termios.c: New file.
21407 * gdb.base/execution-termios.exp: New file.
21408
d98b7a16
TT
214092014-07-14 Tom Tromey <tromey@redhat.com>
21410
21411 * gdb.cp/vla-cxx.cc: New file.
21412 * gdb.cp/vla-cxx.exp: New file.
21413
548740d6
TT
214142014-07-14 Tom Tromey <tromey@redhat.com>
21415
21416 * gdb.reverse/rerun-prec.c: New file.
21417 * gdb.reverse/rerun-prec.exp: New file.
21418
a25eb028
MR
214192014-07-12 Maciej W. Rozycki <macro@mips.com>
21420 Maciej W. Rozycki <macro@codesourcery.com>
21421
21422 * lib/gdb-utils.exp: New file.
21423 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21424 inline `gdb_init_command' processing.
21425 (gdb_start_cmd): Likewise.
21426 * lib/mi-support.exp (mi_run_cmd): Likewise.
21427 * README: Document `gdb_init_command' and `gdb_init_commands'.
21428
218c2655
JK
214292014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21430
21431 Fix false FAIL running under a very long directory name.
21432 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21433 and "set print elements 10000". Twice.
21434
5401fde3
YQ
214352014-07-11 Yao Qi <yao@codesourcery.com>
21436
21437 * gdb.base/exprs.exp: "set print symbol off".
21438
e76126e8
PA
214392014-07-11 Pedro Alves <palves@redhat.com>
21440
21441 * gdb.threads/kill.c: New file.
21442 * gdb.threads/kill.exp: New file.
21443
2d6f0de6
YQ
214442014-07-10 Yao Qi <yao@codesourcery.com>
21445
21446 * gdb.trace/tfile.c (write_basic_trace_file)
21447 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21448 address written to trace file.
21449
7180e04a
PA
214502014-07-09 Pedro Alves <palves@redhat.com>
21451
21452 * gdb.base/attach-wait-input.exp: New file.
21453 * gdb.base/attach-wait-input.c: New file.
21454
9a9a7608
AB
214552014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21456
21457 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21458 setting up test structures.
21459 (main): Call new test function.
21460 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21461 test function, continue into test function and walk test
21462 structures.
21463
161ac41e
YQ
214642014-07-02 Yao Qi <yao@codesourcery.com>
21465
21466 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21467 'bar_start' at the beginning of functions 'foo' and 'bar'
21468 respectively.
21469 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21470 instead of 'foo' and 'bar'.
21471
1f267ae3
MM
214722014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21473
21474 * gdb.btrace/segv.exp: New.
21475 * gdb.btrace/segv.c: New.
21476
2b239efb
LM
214772014-07-02 Luis Machado <lgustavo@codesourcery.com>
21478
21479 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21480 instruction.
21481
cf363f18
MW
214822014-06-30 Mark Wielaard <mjw@redhat.com>
21483
21484 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21485 vulture, vilify, villar): New volatile array constants.
21486 (vindictive, vegetation): New const volatile array constants.
21487 * gdb.base/volatile.exp: Test volatile and const volatile array
21488 types.
21489
aebf9d24
AA
214902014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21491
21492 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21493 target lacks support for awatch, rwatch, or hbreak.
21494
b67a2c6f
YQ
214952014-06-27 Yao Qi <yao@codesourcery.com>
21496
21497 * gdb.multi/dummy-frame-restore.exp: New.
21498 * gdb.multi/dummy-frame-restore.c: New.
21499
aef92902
MM
215002014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21501
21502 * gdb.btrace/gcore.exp: New.
21503
8e9db26e
PA
215042014-06-23 Pedro Alves <palves@redhat.com>
21505
21506 * gdb.base/watchpoint-reuse-slot.c: New file.
21507 * gdb.base/watchpoint-reuse-slot.exp: New file.
21508
70afc5b7
SC
215092014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21510
21511 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21512 progspace's filename in 'info', 'enable' and 'disable' command
21513 tests.
21514
b972bd9c
JK
215152014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21516
21517 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21518 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21519 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21520
125f8a3d
GB
215212014-06-20 Gary Benson <gbenson@redhat.com>
21522
21523 * gdb.arch/i386-avx.exp: Fix include file location.
21524 * gdb.arch/i386-sse.exp: Likewise.
21525
3ed9baed
IB
215262014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21527
21528 * gdb.dlang/expression.exp: New file.
21529
034f788c
PA
215302014-06-19 Pedro Alves <palves@redhat.com>
21531
21532 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21533 out from ...
21534 (top level): ... here. Iterate running tests under different
21535 scheduler-locking settings.
21536
45371d0c
LM
215372014-06-18 Luis Machado <lgustavo@codesourcery.com>
21538
21539 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21540 to DW_FORM_addr and use non-zero addresses.
21541
5d376983
SC
215422014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21543
21544 PR gdb/17017
21545 * gdb.python/py-xmethods.cc: Add global function call counters and
21546 increment them in their respective functions. Remove "cout"
21547 statements.
21548 * gdb.python/py-xmethods.exp: Make tests check the global function
21549 call counters instead of depending on inferior IO.
21550
a1aa2221
LM
215512014-06-18 Don Breazeal <donb@codesourcery.com>
21552
21553 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21554 Deleted procedure.
21555 (explicit_fork_parent_follow): Deleted procedure.
21556 (explicit_fork_child_follow): Deleted procedure.
21557 (test_follow_fork): New procedure.
21558 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21559 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21560 procedure calls.
21561
0fc05997
YQ
215622014-06-17 Yao Qi <yao@codesourcery.com>
21563
21564 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21565 CP1252.
21566
70795c52
LM
215672014-06-17 Luis Machado <lgustavo@codesourcery.com>
21568
21569 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21570 Initialize ptr and S explicitly.
21571 (skip_type_update_when_not_use_rtti_test): Likewise.
21572
6be47f0c
KS
215732014-06-16 Keith Seitz <keiths@redhat.com>
21574
21575 PR mi/15863
21576 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21577 the inferior is started.
21578
d03de421
PA
215792014-06-16 Pedro Alves <palves@redhat.com>
21580
21581 * gdb.base/break-main-file-remove-fail.c: New file.
21582 * gdb.base/break-main-file-remove-fail.exp: New file.
21583 * gdb.base/break-unload-file.exp: Use build_executable instead of
21584 prepare_for_testing.
21585 (test_break): New parameter "initial_load". Handle it.
21586 (top level): Add initial_load cmdline/file axis.
21587
f9579b99
TT
215882014-06-12 Tom Tromey <tromey@redhat.com>
21589
21590 * gdb.base/completion.exp: Don't use directory name in test.
21591
3657956b
GB
215922014-06-09 Gary Benson <gbenson@redhat.com>
21593
21594 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21595 separate the always-available ANSI-standard signals from the
21596 signals that require checking.
21597 (main): Likewise.
21598 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21599 Likewise.
21600 (main): Likewise.
21601
4186eb54
KS
216022014-06-07 Keith Seitz <keiths@redhat.com>
21603
21604 Revert:
21605 PR c++/16253
21606 * gdb.cp/var-tag.cc: New file.
21607 * gdb.cp/var-tag.exp: New file.
21608 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21609 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21610 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21611 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21612
25326a28 216132014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21614
21615 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21616
829155c9
PA
216172014-06-06 Pedro Alves <palves@redhat.com>
21618
21619 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21620 in target debug output instead of looking at RSP packets,
21621 disabling the test on any target that uses hardware stepping.
21622 Update comments.
21623
61c8d22e
PA
216242014-06-06 Pedro Alves <palves@redhat.com>
21625
21626 * gdb.base/break-unload-file.exp: Fix typo.
21627
d9a47287
YQ
216282014-06-06 Yao Qi <yao@codesourcery.com>
21629
21630 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21631 from "jit_function" to "^jit_function".
21632
e5e01dbf
YQ
216332014-06-06 Yao Qi <yao@codesourcery.com>
21634
21635 * gdb.base/async.c (foo): Add one statement.
21636 * gdb.base/async.exp: Get the next instruction address and
21637 match the output of "nexti" by instruction address. Match
21638 the hex address in the output of "finish".
21639
73ba372c
GB
216402014-06-06 Gary Benson <gbenson@redhat.com>
21641
21642 * gdb.base/call-signals.c: Remove preprocessor conditionals
21643 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21644 SIGSEGV and SIGTERM.
21645 * gdb.base/sigall.c: Likewise.
21646 * gdb.base/unwindonsignal.c: Likewise.
21647 * gdb.reverse/sigall-reverse.c: Likewise.
21648
831517df
YQ
216492014-06-06 Yao Qi <yao@codesourcery.com>
21650
21651 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21652 readable, skip the test.
21653
b8b91e98
YQ
216542014-06-06 Yao Qi <yao@codesourcery.com>
21655
21656 * gdb.threads/staticthreads.c (thread_function): Move the line
21657 setting breakpoint on forward.
21658 * gdb.threads/staticthreads.exp: Update comments.
21659
fb934770
LC
216602014-06-05 Ludovic Courtès <ludo@gnu.org>
21661
21662 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21663 "history-append! type error".
21664
6ef284bd
SM
216652014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21666
21667 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21668 erroneous dprintf expected input.
21669
a872e241
DE
216702014-06-04 Doug Evans <xdje42@gmail.com>
21671
21672 * gdb.guile/scm-generics.exp: Delete.
21673
16f691fb
DE
216742014-06-04 Doug Evans <xdje42@gmail.com>
21675
21676 * gdb.guile/scm-breakpoint.exp: Update.
21677 Add tests for breakpoint registration.
21678
012370f6
TT
216792014-06-04 Tom Tromey <tromey@redhat.com>
21680
21681 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21682 VLA-in-union.
21683 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21684 inner_vla_struct, vla_union types. Initialize objects of those
21685 types and compute their sizes.
21686
9f5a4cef
HZ
216872014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21688 Hui Zhu <hui@codesourcery.com>
21689
21690 * gdb.base/fileio.exp: Add test for shell not available as well as
21691 available.
21692 * gdb.base/fileio.c (test_system): Check for shell twice.
21693
90a45c4d
YQ
216942014-06-04 Yao Qi <yao@codesourcery.com>
21695
21696 * gdb.base/auto-connect-native-target.exp: Remove redundant
21697 space from the regexp pattern.
21698
70017e41
YQ
216992014-06-04 Yao Qi <yao@codesourcery.com>
21700
21701 * gdb.base/default.exp: Replace "child" with "native" in
21702 regexp pattern.
21703
883964a7
SC
217042014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21705
21706 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21707 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21708 * gdb.python/py-xmethods.py: Python script supporting the
21709 new testcase and tests.
21710
ef370185
JB
217112014-06-03 Joel Brobecker <brobecker@adacore.com>
21712 Pedro Alves <palves@redhat.com>
21713
21714 PR breakpoints/17000
21715 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21716 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21717
1e2ccb61
BM
217182014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21719
21720 * gdb.base/subst.exp: Add tests to verify partial path matching
21721 output.
21722
c6ec5ab2
PA
217232014-06-03 Pedro Alves <palves@redhat.com>
21724
21725 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21726 target that doesn't use software single-stepping.
21727
835c559f
PA
217282014-06-03 Pedro Alves <palves@redhat.com>
21729
21730 PR breakpoints/17000
21731 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21732 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21733
06eb1586
DE
217342014-06-02 Doug Evans <xdje42@gmail.com>
21735
21736 * gdb.guile/scm-parameter.exp: New file.
21737
e698b8c4
DE
217382014-06-02 Doug Evans <xdje42@gmail.com>
21739
21740 * gdb.guile/scm-cmd.c: New file.
21741 * gdb.guile/scm-cmd.exp: New file.
21742
ded03782
DE
217432014-06-02 Doug Evans <xdje42@gmail.com>
21744
21745 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21746 pretty-printer lookup.
21747 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21748 (make-pp_s-printer): Call it.
21749 (make-pretty-printer-from-dict): New function.
21750 (lookup-pretty-printer-maker-from-dict): New function.
21751 (*pretty-printer*): Simplify.
21752 (make-objfile-pp_s-printer): New function.
21753 (install-objfile-pretty-printers!): New function.
21754 (make-progspace-pp_s-printer): New function.
21755 (install-progspace-pretty-printers!): New function.
21756 * gdb.guile/scm-progspace.c: New file.
21757 * gdb.guile/scm-progspace.exp: New file.
21758
41fac0cf
PA
217592014-06-02 Pedro Alves <palves@redhat.com>
21760
21761 * gdb.base/dprintf-bp-same-addr.c: New file.
21762 * gdb.base/dprintf-bp-same-addr.exp: New file.
21763
96ae5695
EBM
217642014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21765
21766 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21767 * gdb.arch/powerpc-power.s: Likewise.
21768
da02b3a8
JB
217692014-06-02 Joel Brobecker <brobecker@adacore.com>
21770
21771 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21772
c72b2e7b
YQ
217732014-06-01 Yao Qi <yao@codesourcery.com>
21774
21775 * gdb.base/watchpoint.exp (test_watch_location): Check null
21776 pointer can be dereferenced. If not, do the test, otherwise
21777 skip it.
21778
53e8a631
AB
217792014-05-30 Andrew Burgess <aburgess@broadcom.com>
21780
21781 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21782 results.
21783 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21784
938f0e2f
AB
217852014-05-30 Andrew Burgess <aburgess@broadcom.com>
21786
21787 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21788 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21789 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21790 * gdb.arch/amd64-invalid-stack-top.c: New file.
21791 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21792
9ba6657a
PA
217932014-05-30 Pedro Alves <palves@redhat.com>
21794
21795 PR breakpoints/17000
21796 * gdb.base/sss-bp-on-user-bp.c: New file.
21797 * gdb.base/sss-bp-on-user-bp.exp: New file.
21798
522c09bf
DB
217992014-05-30 David Blaikie <dblaikie@gmail.com>
21800
21801 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21802 gnu_inline semantics via attribute.
21803 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21804 source explicitly specifies the required semantics.
21805
bf4ef81e
MR
218062014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21807
21808 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21809
329ea579
PA
218102014-05-29 Pedro Alves <palves@redhat.com>
21811 Tom Tromey <tromey@redhat.com>
21812
21813 * gdb.base/async-shell.exp: Don't enable target-async.
21814 * gdb.base/async.exp
21815 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21816 parameter. Adjust.
21817 (top level): Don't test with "target-async".
21818 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21819 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21820 * gdb.base/inferior-died.exp: Don't enable target-async.
21821 * gdb.base/interrupt-noterm.exp: Likewise.
21822 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21823 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21824 * gdb.mi/mi-nonstop.exp: Likewise.
21825 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21826 * gdb.mi/mi-nsintrall.exp: Likewise.
21827 * gdb.mi/mi-nsmoribund.exp: Likewise.
21828 * gdb.mi/mi-nsthrexec.exp: Likewise.
21829 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21830 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21831 * gdb.python/py-evsignal.exp: Don't enable target-async.
21832 * gdb.python/py-evthreads.exp: Likewise.
21833 * gdb.python/py-prompt.exp: Likewise.
21834 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21835 * gdb.server/solib-list.exp: Don't enable target-async.
21836 * gdb.threads/thread-specific-bp.exp: Likewise.
21837 * lib/mi-support.exp: Adjust to use mi-async.
21838
fd664c91
PA
218392014-05-29 Pedro Alves <palves@redhat.com>
21840
21841 PR gdb/13860
21842 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21843 reason, even in sync mode.
21844
251bde03
PA
218452014-05-29 Pedro Alves <palves@redhat.com>
21846 Hui Zhu <hui@codesourcery.com>
21847
21848 PR PR15693
21849 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21850 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21851 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21852 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21853
7f3c0343
JB
218542014-05-28 Joel Brobecker <brobecker@adacore.com>
21855
21856 * config/monitor.exp (gdb_target_monitor): Replace use of
21857 "set remotebaud" by "set serial baud".
21858
b2715b27
AW
218592014-05-26 Andy Wingo <wingo@igalia.com>
21860
21861 * gdb.guile/scm-breakpoint.exp:
21862 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21863 properties instead of gdb-object-properties.
21864
498a4489
YQ
218652014-05-26 Yao Qi <yao@codesourcery.com>
21866
21867 * gdb.server/no-thread-db.exp: Specify source file name
21868 explicitly when setting a breakpoint.
21869
589fdceb
MM
218702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21871
21872 * gdb.btrace/vdso.c: New.
21873 * gdb.btrace/vdso.exp: New.
21874
e9089e05
MM
218752014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21876
21877 * gdb.base/gcore.exp (capture_command_output): Move ...
21878 * lib/gdb.exp (capture_command_output): ... here.
21879
67b5c0c1
MM
218802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21881
21882 * gdb.btrace/data.exp: Test memory access during btrace replay.
21883
a2199296
SM
218842014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21885
21886 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21887
17b2616c
PA
218882014-05-21 Pedro Alves <palves@redhat.com>
21889
21890 PR gdb/13860
21891 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
21892 (top level): Test that output related to execution commands is
21893 sent to the console with CLI commands, but not with MI commands.
21894 Test that breakpoint events are always mirrored to the console.
21895 Also expect the new source line to be output after a "next" in
21896 async mode too. Make it a pass/fail test.
21897 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
21898 output.
21899 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
21900
5166082f
PA
219012014-05-21 Pedro Alves <palves@redhat.com>
21902
21903 * gdb.base/list.exp (build_pattern, test_list): New procedures.
21904 Use them to test variations of "list" after reaching a breakpoint.
21905 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
21906 Test "list" with listsize 10 after reaching a breakpoint.
21907 * gdb.python/python.exp (decode_line current location line
21908 number): Adjust expected line number.
21909
2f25d70f
SM
219102014-05-21 Simon Marchi <simon.marchi@ericsson.com>
21911
21912 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
21913 behavior for $args, pass it directly to "run".
21914
ff604a67
MR
219152014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
21916
21917 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
21918 30000 to 65536.
21919
6a3cb8e8
PA
219202014-05-21 Pedro Alves <palves@redhat.com>
21921
21922 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
21923 auto-connect-native-target off".
21924 * gdb.base/auto-connect-native-target.c: New file.
21925 * gdb.base/auto-connect-native-target.exp: New file.
21926
4ebfc96e
PA
219272014-05-21 Pedro Alves <palves@redhat.com>
21928
21929 * gdb.base/default.exp: Test "target native" instead of "target
21930 child".
21931
36d46afb
MW
219322014-05-21 Mark Wielaard <mjw@redhat.com>
21933
21934 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
21935
5876f503
JK
219362014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21937
21938 Fix TLS access for -static -pthread.
21939 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
21940 <HAVE_TLS> (thread_function, main): Initialize it.
21941 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
21942 Add clean_restart.
21943 <$have_tls != "">: Check TLSVAR.
21944
0256a6ac
PA
219452014-05-21 Pedro Alves <palves@redhat.com>
21946
21947 * gdb.base/dcache-line-read-error.c: New.
21948 * gdb.base/dcache-line-read-error.exp: New.
21949
936d2992
PA
219502014-05-20 Pedro Alves <palves@redhat.com>
21951
21952 * gdb.base/compare-sections.c: New file.
21953 * gdb.base/compare-sections.exp: New file.
21954
802e8e6d
PA
219552014-05-20 Pedro Alves <palves@redhat.com>
21956
21957 * gdb.base/break-idempotent.c: New file.
21958 * gdb.base/break-idempotent.exp: New file.
21959
e59fa00f
MM
219602014-05-20 Markus Metzger <markus.t.metzger@intel.com>
21961
21962 * gdb.btrace/nohist.exp: New.
21963
8b696e31
YQ
219642014-05-20 Yao Qi <yao@codesourcery.com>
21965
21966 * lib/gdb.exp (gdb_init): Set timeout if test file is under
21967 gdb.reverse directory and gdb_reverse_timeout exists in board
21968 setting.
21969 * README: Document gdb_reverse_timeout.
21970
73c9764f
YQ
219712014-05-20 Yao Qi <yao@codesourcery.com>
21972
21973 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
21974 'test_file_name'. Treat args as a string instead of a list.
21975 (gdb_init): Rename argument 'args' by 'test_file_name'.
21976
f1f4348a
JK
219772014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
21978
21979 * gdb.arch/powerpc-power.exp: New file.
21980 * gdb.arch/powerpc-power.s: New file.
21981
0dbe70ce
DE
219822014-05-16 Doug Evans <dje@google.com>
21983
21984 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
21985 * gdb.base/completion.exp: Check that all expected files exist
21986 before doing file completion.
0dbe70ce 21987
8d551b02
DE
219882014-05-16 Doug Evans <dje@google.com>
21989
21990 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
21991 Update.
21992 (do_syscall_tests_without_xml): Update.
21993
73eb7709
PA
219942014-05-16 Pedro Alves <palves@redhat.com>
21995
21996 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
21997 instead of "unknown output after running".
21998
3fae92fc
YQ
219992014-05-16 Yao Qi <yao@codesourcery.com>
22000
22001 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22002 file1.txt from host at the end.
22003 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22004
c2b2ccc5
DE
220052014-05-15 Doug Evans <dje@google.com>
22006
22007 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22008 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22009 loading file. Add test for TU lookup.
22010
8c217a4b
SM
220112014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22012
22013 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22014 calling "-exec-arguments" or "set args" before running the
22015 inferior.
22016
3deb39c6
SM
220172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22018
22019 * lib/mi-support.exp (mi_expect_stop): Expect message for
22020 inferiors that exit with non-zero exit code.
22021
71a79f8c
YQ
220222014-05-14 Yao Qi <yao@codesourcery.com>
22023
22024 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22025 match absolute path on remote host.
22026 (test_file_list_exec_source_files): Remove "/" from the
22027 pattern.
22028
f23fcd46
YQ
220292014-05-14 Yao Qi <yao@codesourcery.com>
22030
22031 * boards/local-remote-host-notty.exp (${board}_file): New
22032 proc.
22033
9404b58f
KM
220342014-05-07 Kyle McMartin <kyle@redhat.com>
22035
22036 Pushed by Joel Brobecker <brobecker@adacore.com>.
22037 * gdb.arch/aarch64-atomic-inst.c: New file.
22038 * gdb.arch/aarch64-atomic-inst.exp: New file.
22039
5e45f04c
YQ
220402014-05-07 Yao Qi <yao@codesourcery.com>
22041
22042 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22043 in current context" too.
22044
c888a17d
KS
220452014-05-05 Keith Seitz <keiths@redhat.com>
22046
22047 * gdb.linespec/ls-dollar.exp: Add test for linespec
22048 file:convenience_variable.
22049
290a839c
YQ
220502014-05-05 Yao Qi <yao@codesourcery.com>
22051
22052 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22053 traceframes into tfile and ctf trace files. Read data from
22054 trace file and test collected data.
22055 (gdb_collect_locals_test): Likewise.
22056 (gdb_unavailable_registers_test): Likewise.
22057 (gdb_unavailable_floats): Likewise.
22058 (gdb_collect_globals_test): Likewise.
22059 (top-level): Append "ctf" to trace_file_targets if GDB
22060 supports.
22061
b5262cd0
YQ
220622014-05-05 Yao Qi <yao@codesourcery.com>
22063
22064 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22065 code to ...
22066 (gdb_collect_args_test_1): ... it. New proc.
22067 (gdb_collect_locals_test): Move some code to ...
22068 (gdb_collect_locals_test_1): ... it. New proc.
22069 (gdb_unavailable_registers_test): Move some code to ...
22070 (gdb_unavailable_registers_test_1): ... it. New proc.
22071 (gdb_unavailable_floats): Move some code to ...
22072 (gdb_unavailable_floats_1): ... it. New proc.
22073
30a1e6cc
SDJ
220742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22075
22076 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22077 probes to test for bitness recognition.
22078 * gdb.arch/amd64-stap-optional-prefix.exp
22079 (test_probe_value_without_reg): New procedure.
22080 Add code to test for different kinds of bitness.
22081
f33da99a
SDJ
220822014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22083
22084 PR breakpoints/16889
22085 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22086 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22087
5b80f00d
PA
220882014-05-01 Pedro Alves <palves@redhat.com>
22089
22090 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22091 gdb_file_cmd if no file is specified.
22092 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22093 last_loaded_file to set the remote exec-file.
22094
f8c2a73c
PA
220952014-05-01 Pedro Alves <palves@redhat.com>
22096
22097 * boards/local-remote-host.exp: New file.
22098
be6e8ac7
PA
220992014-05-01 Pedro Alves <palves@redhat.com>
22100
22101 * boards/local-remote-host.exp: Rename to ...
22102 * boards/local-remote-host-notty.exp: ... this.
22103
cac0dc8f
JB
221042014-04-28 Joel Brobecker <brobecker@adacore.com>
22105
22106 * gdb.ada/dyn_arrayidx: New testcase.
22107
9730e6cc
YQ
221082014-04-26 Yao Qi <yao@codesourcery.com>
22109
22110 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22111 and compute the length of function main. Save it in
22112 $main_length.
22113 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22114 (top-level): Use gdb_compile to compile objects into
22115 executable and restart GDB. Remove invocation to
22116 prepare_for_testing.
22117
7ae1a6a6
PA
221182014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22119 Pedro Alves <palves@redhat.com>
22120
22121 PR server/16255
22122 * gdb.multi/multi-attach.c: New file.
22123 * gdb.multi/multi-attach.exp: New file.
22124
4082afcc
PA
221252014-04-25 Pedro Alves <palves@redhat.com>
22126
22127 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22128 user.
22129 (top level): Test that "set remote conditional-breakpoints-packet
22130 off" works as intended.
22131 * gdb.base/dprintf.exp: Test that "set remote
22132 breakpoint-commands-packet off" works as intended.
22133 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22134 New function.
22135 (top level): Call it.
22136 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22137 remote fast-tracepoints-packet off" works as intended.
22138 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22139 * lib/gdb.exp (gdb_is_target_remote): ... here.
22140
2abc3f8d
DB
221412014-04-24 David Blaikie <dblaikie@gmail.com>
22142
22143 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22144 ensure clang would not discard them.
22145 * gdb.base/gdbvars.c: Ditto.
22146 * gdb.base/memattr.c: Ditto.
22147 * gdb.base/whatis.c: Ditto.
22148 * gdb.python/py-prettyprint.c: Ditto.
22149 * gdb.trace/actions.c: Ditto.
22150 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22151 ensure clang would not discard it.
22152
bfd39632
DB
221532014-04-24 David Blaikie <dblaikie@gmail.com>
22154
22155 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22156 clang to emit the full definition of type required by the test
22157 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22158
22842ff6
DB
221592014-04-24 David Blaikie <dblaikie@gmail.com>
22160
22161 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22162 coax Clang into emitting the definition of the type.
22163 * gdb.cp/pr10728-x.h (y): Ditto.
22164 * gdb.cp/pr10728-y.cc (y): Ditto.
22165
c2e827ad
DB
221662014-04-24 David Blaikie <dblaikie@gmail.com>
22167
22168 * gdb.base/label.exp: XFAIL label related tests under Clang.
22169 * gdb.cp/cplabel.exp: Ditto.
22170 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22171 under Clang those using labels.
22172
4c2d33e7
YQ
221732014-04-25 Yao Qi <yao@codesourcery.com>
22174
22175 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22176 double_label.
22177 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22178 partial_label and double_label.
22179
56083b99
DB
221802014-04-24 David Blaikie <dblaikie@gmail.com>
22181
22182 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22183
25d4e99d
DB
221842014-04-24 David Blaikie <dblaikie@gmail.com>
22185
22186 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22187 of the function to work across GCC and Clang.
22188 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22189 pointer types (const void ** const V void **).
22190
01f9f808
MS
221912014-04-24 Michael Sturm <michael.sturm@mintel.com>
22192 Walfred Tedeschi <walfred.tedeschi@intel.com>
22193
22194 * Makefile.in (EXECUTABLES): Added i386-avx512.
22195 * gdb.arch/i386-avx512.c: New file.
22196 * gdb.arch/i386-avx512.exp: Likewise.
22197
4b48d439
KS
221982014-04-23 Keith Seitz <keiths@redhat.com>
22199
22200 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22201 (mi_make_breakpoint_table): New procedure.
22202 (mi_create_breakpoint): Use mi_make_breakpoint
22203 and return the result.
22204 (mi_make_breakpoint): New procedure.
22205 (mi_build_kv_pairs): New procedure.
22206
22207 * gdb.mi/mi-break.exp: Remove unused globals,
22208 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22209 All callers updated.
22210 * gdb.mi/mi-dprintf.exp: Use variable to track command
22211 number.
22212 Update all callers of mi_create_breakpoint and use
22213 mi_make_breakpoint_table.
22214 Remove any unused global variables.
22215 * gdb.mi/mi-nonstop.exp: Likewise.
22216 * gdb.mi/mi-nsintrall.exp: Likewise.
22217 * gdb.mi/mi-nsmoribund.exp: Likewise.
22218 * gdb.mi/mi-nsthrexec.exp: Likewise.
22219 * gdb.mi/mi-reverse.exp: Likewise.
22220 * gdb.mi/mi-simplerun.exp: Likewise.
22221 * gdb.mi/mi-stepn.exp: Likewise.
22222 * gdb.mi/mi-syn-frame.exp: Likewise.
22223 * gdb.mi/mi-until.exp: Likewise.
22224 * gdb.mi/mi-var-cp.exp: Likewise.
22225 * gdb.mi/mi-var-display.exp: Likewise.
22226 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22227 * gdb.mi/mi2-var-child.exp: Likewise.
22228 * gdb.mi/mi-vla-c99.exp: Likewise.
22229 * lib/mi-support.exp: Likewise.
22230
22231 From Ian Lance Taylor <iant@cygnus.com>:
22232 * lib/gdb.exp (parse_args): New procedure.
22233
08351840
PA
222342014-04-23 Pedro Alves <palves@redhat.com>
22235
22236 * gdb.base/break-unload-file.c: New file.
22237 * gdb.base/break-unload-file.exp: New file.
22238 * gdb.base/sym-file-lib.c (baz): New function.
22239 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22240 field.
22241 (load): Store the segment's mapped size.
22242 (unload): New function.
22243 (unload_shlib): New function.
22244 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22245 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22246 set a breakpoint at baz, and call it.
22247 * gdb.base/sym-file.exp: New tests for stale breakpoint
22248 instructions.
22249
076855f9
PA
222502014-04-23 Pedro Alves <palves@redhat.com>
22251
22252 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22253 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22254 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22255 * gdb.base/hbreak-unmapped.c: New file.
22256 * gdb.base/hbreak-unmapped.exp: New file.
22257 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22258 * lib/gdb.exp (gdb_is_target_remote): ... here.
22259
483805cf
PA
222602014-04-22 Pedro Alves <palves@redhat.com>
22261
22262 * gdb.base/consecutive-step-over.c: New file.
22263 * gdb.base/consecutive-step-over.exp: New file.
22264
06d97543
PA
222652014-04-22 Pedro Alves <palves@redhat.com>
22266
22267 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22268 instead of send_gdb/gdb_expect.
22269
b4429ea2
YQ
222702014-04-22 Yao Qi <yao@codesourcery.com>
22271
22272 * lib/trace-support.exp (generate_tracefile): New procedure.
22273 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22274 return 0.
22275 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22276 if generate_tracefile returns 1.
22277
51d48146
PA
222782014-04-18 Tom Tromey <palves@redhat.com>
22279 Pedro alves <tromey@redhat.com>
22280
22281 PR backtrace/15558
22282 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22283 with a backtrace limit.
22284 * gdb.python/py-frame-inline.exp: Test running to an inline
22285 function with a backtrace limit, and printing the newest frame.
22286 * gdb.python/py-frame-inline.c (main): Call f.
22287
bd1dce5f
MS
222882014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22289
22290 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22291
40d1a503
MS
222922014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22293
22294 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22295 Drop prefix from unsupported source file path.
22296
389b98f7
YQ
222972014-04-17 Yao Qi <yao@codesourcery.com>
22298
22299 * lib/gdb.exp (with_target_charset): New proc.
22300 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22301 with_target_charset.
22302 (test_print_strings): Likewise.
22303 (test_repeat_bytes): Likewise.
22304 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22305 for some tests.
22306
22869d73
KS
223072014-04-16 Keith Seitz <keiths@redhat.com>
22308
22309 PR gdb/15827
22310 * gdb.dwarf2/corrupt.c: New file.
22311 * gdb.dwarf2/corrupt.exp: New file.
22312
c4f87ca6
KS
223132014-04-16 Keith Seitz <keiths@redhat.com>
22314
22315 PR c++/16597
22316 * gdb.cp/namelessclass.cc: New file.
22317 * gdb.cp/namelessclass.exp: New file.
22318 * gdb.cp/namelessclass.S: New file.
22319
ab19de87
DE
223202014-04-16 Doug Evans <dje@google.com>
22321
22322 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22323 Add comment.
22324 (gdbserver_default_get_comm_port): New function.
22325 (gdbserver_start): Check if board file provided
22326 "gdbserver,get_comm_port" and use it if so.
22327 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22328 (gdb,socketport): Set to "stdio".
22329 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22330 (stdio_gdbserver_template): Delete.
22331 (${board}_get_remote_address): Update.
22332 (${board}_build_remote_cmd): Delete.
22333 (${board}_get_comm_port): New function.
22334 (${board}_spawn): Update.
22335 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22336 Delete.
22337 (${board}_get_remote_address): Update.
22338 (${board}_get_comm_port): New function.
22339
fc98a809
AB
223402014-04-16 Andrew Burgess <aburgess@broadcom.com>
22341
22342 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22343 appearing in any order.
22344
87fd9e6e
DE
223452014-04-15 Doug Evans <dje@google.com>
22346
22347 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22348 uninitialized value of "description".
22349
099fc3ea
KS
223502014-04-15 Keith Seitz <keiths@redhat.com>
22351
22352 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22353 Remove unused globals.
22354 (test_running_the_program): Likewise.
22355 (test_controlled_execution): Likewise.
22356 (test_controlling_breakpoints): Likewise.
22357 (test_program_termination): Likewise.
22358
5da151d4
KS
223592014-04-15 Keith Seitz <keiths@redhat.com>
22360
22361 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22362 unused globals.
22363 (test_rbreak_creation_and_listing): Likewise.
22364 (test_ignore_count): Likewise.
22365 (test_error): Likewise.
22366
35e5d2f0
PA
223672014-04-15 Pedro Alves <palves@redhat.com>
22368
22369 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22370 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22371 sym-file-loader.c.
22372 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22373 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22374 to sym-file-loader.c.
22375 (struct library): Forward declare.
22376 (load_shlib, lookup_function): Change prototypes.
22377 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22378 (translate_offset): Remove declarations.
22379 (get_text_addr): New declaration.
22380 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22381 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22382 sym-file-loader.h.
22383 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22384 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22385 here from sym-file-loader.h.
22386 (struct library): New structure.
22387 (load_shlib, lookup_function): Change prototypes and adjust to
22388 work with a struct library.
22389 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22390 (translate_offset): Make static.
22391 (get_text_addr): New function.
22392 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22393
eb4c1710
PA
223942014-04-15 Pedro Alves <palves@redhat.com>
22395
22396 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22397
2d1baf52
PA
223982014-04-15 Pedro Alves <palves@redhat.com>
22399
22400 * gdb.base/sym-file-loader.c: Include <limits.h>.
22401 (SELF_LINK): New define.
22402 (get_origin): New function.
22403 (load_shlib): Use it.
22404 * gdb.base/sym-file.exp: Don't early return if the target is
22405 remote. Use runto_main, and issue fail is that fails. Use
22406 gdb_load_shlibs.
22407 (shlib_name): Delete.
22408 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22409
7dd6df01
PA
224102014-04-15 Pedro Alves <palves@redhat.com>
22411
22412 * gdb.base/sym-file.exp: Remove regex characters from test
22413 message. Don't refer to breakpoint numbers in test messages.
22414
b50c8614
KS
224152014-04-14 Keith Seitz <keiths@redhat.com>
22416
22417 PR c++/16253
22418 * gdb.cp/var-tag.cc: New file.
22419 * gdb.cp/var-tag.exp: New file.
22420 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22421 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22422 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22423 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22424
3d567982
TT
224252014-04-14 Tom Tromey <tromey@redhat.com>
22426
22427 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22428 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22429 type.
22430 * gdb.cp/enum-class.exp: New file.
22431 * gdb.cp/enum-class.cc: New file.
22432
0626fc76
TT
224332014-04-14 Tom Tromey <tromey@redhat.com>
22434
22435 * gdb.dwarf2/enum-type.exp: New file.
22436
dca325b3
SA
224372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22438
22439 * gdb.mi/mi-vla-c99.exp: New file.
22440 * gdb.mi/vla.c: New file.
22441
5854b38a
SA
224422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22443
22444 * gdb.base/vla-datatypes.c: New file.
22445 * gdb.base/vla-datatypes.exp: New file.
22446
463bb957
SA
224472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22448
22449 * gdb.base/vla-ptr.c: New file.
22450 * gdb.base/vla-ptr.exp: New file.
22451
3dd170be
SA
224522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22453
22454 * gdb.dwarf2/count.exp: New file.
22455
5ecaaa66
SA
224562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22457
22458 * gdb.base/vla-sideeffect.c: New file.
22459 * gdb.base/vla-sideeffect.exp: New file.
22460
41f1ada5
DB
224612014-04-14 David Blaikie <dblaikie@gmail.com>
22462
22463 * gdb.mi/non-stop.c: Add return value for non-void function return
22464 statement.
22465 * gdb.threads/staticthreads.c: Ditto.
22466
0be03e84
DE
224672014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22468 Doug Evans <xdje42@gmail.com>
22469
22470 * gdb.guile/scm-value.c: Improve test case.
22471 * gdb.guile/scm-value.exp: Add new test.
22472
f180a1fb
DB
224732014-04-11 David Blaikie <dblaikie@gmail.com>
22474
22475 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22476 override Clang's default.
22477
6b662e19
JB
224782014-04-11 Joel Brobecker <brobecker@adacore.com>
22479
22480 Revert the following changes (regressions):
22481
22482 * gdb.base/vla-sideeffect.c: New file.
22483 * gdb.base/vla-sideeffect.exp: New file.
22484
22485 * gdb.dwarf2/count.exp: New file.
22486
22487 * gdb.base/vla-multi.c: New file.
22488 * gdb.base/vla-multi.exp: New file.
22489
22490 * gdb.base/vla-ptr.c: New file.
22491 * gdb.base/vla-ptr.exp: New file.
22492
22493 * gdb.base/vla-datatypes.c: New file.
22494 * gdb.base/vla-datatypes.exp: New file.
22495
22496 * gdb.mi/mi-vla-c99.exp: New file.
22497 * gdb.mi/vla.c: New file.
22498
245a5f0b
KS
224992014-04-11 Keith Seitz <keiths@redhat.com>
22500
22501 PR c++/16675
22502 * gdb.cp/cpsizeof.exp: New file.
22503 * gdb.cp/cpsizeof.cc: New file.
22504
58a84dcf
SA
225052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22506
191a8a90
JB
22507 * gdb.mi/mi-vla-c99.exp: New file.
22508 * gdb.mi/vla.c: New file.
58a84dcf 22509
c8655f75
SA
225102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22511
22512 * gdb.base/vla-datatypes.c: New file.
22513 * gdb.base/vla-datatypes.exp: New file.
22514
024e13b4
SA
225152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22516
22517 * gdb.base/vla-ptr.c: New file.
22518 * gdb.base/vla-ptr.exp: New file.
22519
1a237e0e
SA
225202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22521
22522 * gdb.base/vla-multi.c: New file.
22523 * gdb.base/vla-multi.exp: New file.
22524
504f3432
SA
225252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22526
22527 * gdb.dwarf2/count.exp: New file.
22528
3bce8237
SA
225292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22530
191a8a90
JB
22531 * gdb.base/vla-sideeffect.c: New file.
22532 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22533
322f9c21
YQ
225342014-04-11 Yao Qi <yao@codesourcery.com>
22535
22536 * gdb.base/completion.exp: Check file exists before running tests
22537 on file completion.
22538
d708bcd1
PA
225392014-04-10 Pedro Alves <palves@redhat.com>
22540
22541 * gdb.base/cond-eval-mode.c: New file.
22542 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22543 prepare_for_testing to build the new file. Check result of
22544 runto_main.
22545 (test_break, test_watch): New procedures.
22546 (top level): Use them.
22547
ae1d2761
PM
225482014-04-08 Pierre Muller <muller@sourceware.org>
22549
22550 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22551 Ctrl-V use for mingw hosts.
22552
7af389b8
SC
225532014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22554
22555 * gdb.python/py-value.c: Improve test case.
22556 * gdb.python/py-value.exp: Add new test.
22557
5e703181
DE
225582014-04-07 David Blaikie <dblaikie@gmail.com>
22559
22560 * lib/compiler.c: Identify the clang compiler.
22561 * lib/compiler.cc: Ditto.
22562
9810b410
YQ
225632014-04-03 Yao Qi <yao@codesourcery.com>
22564
22565 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22566
98d1b8dc
AB
225672014-04-01 Anton Blanchard <anton@samba.org>
22568
22569 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22570 messages unique.
22571
3114cea1
AB
225722014-04-01 Anton Blanchard <anton@samba.org>
22573
22574 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22575 prepare_for_testing.
22576
62f7182c
AB
225772014-04-01 Anton Blanchard <anton@samba.org>
22578
22579 * gdb.arch/ppc64-atomic-inst.c: Remove.
22580 * gdb.arch/ppc64-atomic-inst.S: New file.
22581 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22582
770e7fc7
DE
225832014-03-31 Doug Evans <dje@google.com>
22584
22585 * gdb.base/print-symbol-loading-lib.c: New file.
22586 * gdb.base/print-symbol-loading-main.c: New file.
22587 * gdb.base/print-symbol-loading.exp: New file.
22588
46e2bafa
YQ
225892014-03-31 Yao Qi <yao@codesourcery.com>
22590
22591 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22592
8776cfe9
JB
225932014-03-28 Joel Brobecker <brobecker@adacore.com>
22594
22595 * gdb.ada/mi_dyn_arr: New testcase.
22596
5d1ef361
DE
225972014-03-27 Doug Evans <dje@google.com>
22598
22599 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22600
b5bee914
YQ
226012014-03-27 Yao Qi <yao@codesourcery.com>
22602
22603 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22604 if target is nios2-*-*.
22605
0d4d0e77
YQ
226062014-03-26 Yao Qi <yao@codesourcery.com>
22607
22608 * lib/gdb.exp (readline_is_used): New proc.
22609 * gdb.base/completion.exp: Move tests on command complete up.
22610 Skip the rest of tests if readline is not used.
22611 * gdb.ada/complete.exp: Skp the test if readline is not
22612 used.
22613 * gdb.base/filesym.exp: Likewise.
22614 * gdb.base/macscp.exp: Likewise.
22615 * gdb.base/readline-ask.exp: Likewise.
22616 * gdb.base/readline.exp: Likewise.
22617 * gdb.python/py-cmd.exp: Likewise.
22618 * gdb.trace/tfile.exp: Likewise.
22619
29361eee
YQ
226202014-03-26 Yao Qi <yao@codesourcery.com>
22621
22622 * gdb.base/macscp.exp: Fix code format issues.
22623
bc9a5525
UW
226242014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22625
22626 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22627 * gdb.asm/powerpc64le.inc: New file.
22628
d3839ede
PA
226292014-03-25 Pedro Alves <palves@redhat.com>
22630 Doug Evans <dje@google.com>
22631
22632 * gdb.base/source-execution.c: New file.
22633 * gdb.base/source-execution.exp: New file.
22634 * gdb.base/source-execution.gdb: New file.
22635
01672a57
DE
226362014-03-24 Doug Evans <dje@google.com>
22637
22638 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22639 using fission.
22640
88bbeca9
HZ
226412014-03-24 Hui Zhu <hui@codesourcery.com>
22642 Pedro Alves <palves@redhat.com>
22643
22644 PR breakpoints/16101
22645 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22646 test pass/fail messages. Detect missing support for dprintf when
22647 breakpoints are actually inserted.
22648 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22649 breakpoints are actually inserted.
22650 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22651 fails.
22652
d2348791
JK
226532014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22654
22655 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22656
feef67ab
DE
226572014-03-22 Doug Evans <xdje42@gmail.com>
22658
22659 * gdb.python/python.exp (python not supported): Verify multi-line
22660 python command issues an error.
25d743f9 22661 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22662 guile command issues an error.
feef67ab 22663
ecebef6a
MR
226642014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22665
22666 * gdb.threads/thread-specific.exp: Handle the lack of usable
22667 $this_breakpoint and $this_thread.
22668
ccdd1909
HZ
226692014-03-21 Hui Zhu <hui@codesourcery.com>
22670
22671 * gdb.base/attach.exp (do_command_attach_tests): New.
22672
beb460e8
PA
226732014-03-20 Tom Tromey <tromey@redhat.com>
22674 Pedro Alves <palves@redhat.com>
22675
22676 PR cli/15718
22677 * gdb.base/condbreak-call-false.c: New file.
22678 * gdb.base/condbreak-call-false.exp: New file.
22679
40acf43a
PA
226802014-03-20 Pedro Alves <palves@redhat.com>
22681
22682 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22683 Delete.
22684 (block_signals, unblock_signals): Delete.
22685 (child_function_2, main): Remove references to deleted variable
22686 and functions.
22687
9f5e1e02
PA
226882014-03-20 Pedro Alves <palves@redhat.com>
22689
22690 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22691 Use pthread_kill to signal thread 2.
22692 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22693 Adjust to make the test send itself a signal rather than using the
22694 host's "kill" command.
22695
99619bea
PA
226962014-03-20 Pedro Alves <palves@redhat.com>
22697
22698 * gdb.threads/multiple-step-overs.c: New file.
22699 * gdb.threads/multiple-step-overs.exp: New file.
22700 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22701 Adjust expected infrun debug output.
22702
2adfaa28
PA
227032014-03-20 Pedro Alves <palves@redhat.com>
22704
22705 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22706 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22707
31e77af2
PA
227082014-03-20 Pedro Alves <palves@redhat.com>
22709
22710 PR breakpoints/7143
22711 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22712 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22713 of gdb_test_multiple.
22714 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22715 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22716
b9f437de
PA
227172014-03-20 Pedro Alves <palves@redhat.com>
22718
22719 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22720 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22721
05adc73e
PA
227222014-03-19 Pedro Alves <palves@redhat.com>
22723
22724 * gdb.base/async.exp: Remove early return.
22725
6048b950
PA
227262014-03-19 Pedro Alves <palves@redhat.com>
22727
22728 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22729
8bcfb00a
PA
227302014-03-19 Pedro Alves <palves@redhat.com>
22731
22732 * gdb.base/async.exp (test_background): Expect \r\n after
22733 "completed." in the fail pattern.
22734
884e37dc
PA
227352014-03-19 Pedro Alves <palves@redhat.com>
22736
22737 * gdb.base/async.exp (test_background): New procedure.
22738 Use it for all background execution command tests.
22739
148e57e2
PA
227402014-03-19 Pedro Alves <palves@redhat.com>
22741
22742 * gdb.base/async.exp: Use prepare_for_testing.
22743
f48088c7
PA
227442014-03-19 Pedro Alves <palves@redhat.com>
22745
22746 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22747 the same line.
22748
e2f6c966
PA
227492014-03-19 Pedro Alves <palves@redhat.com>
22750
22751 * gdb.base/async.c (main): Add "jump here" and "until here" line
22752 marker comments.
22753 * gdb.base/async.exp (jump_here): New global.
22754 (jump& test): Use it.
22755 (until_here): New global.
22756 (until& test): Use it.
22757
c30568d4
PA
227582014-03-19 Pedro Alves <palves@redhat.com>
22759
22760 * gdb.base/async.exp: Don't frob gdb_protocol.
22761
0172b6a7
DE
227622014-03-18 Doug Evans <xdje42@gmail.com>
22763
22764 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22765 Fix spelling of exec-done-display.
22766
06c868a8
JK
227672014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22768
22769 PR gdb/15358
22770 * gdb.base/gdb-sigterm.c: New file.
22771 * gdb.base/gdb-sigterm.exp: New file.
22772
0c7e1a46
PA
227732014-03-18 Pedro Alves <palves@redhat.com>
22774
22775 PR gdb/13860
22776 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22777 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22778 solib-event.
22779
f7c77d93
JB
227802014-03-17 Joel Brobecker <brobecker@adacore.com>
22781
22782 * gdb.ada/pckd_arr_ren: New testcase.
22783
5a1e8c7a
DE
227842014-03-13 Doug Evans <xdje42@gmail.com>
22785
22786 PR guile/16612
22787 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22788 collect after discarding symbols.
22789
350e1a76
DE
227902014-03-13 Ludovic Courtès <ludo@gnu.org>
22791 Doug Evans <xdje42@gmail.com>
22792
22793 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22794 to history survives a gc.
22795
a69900ae
PA
227962014-03-13 Pedro Alves <palves@redhat.com>
22797
22798 * gdb.base/default.exp: Don't test "target procfs".
22799
5db9f0bd
PA
228002014-03-13 Pedro Alves <palves@redhat.com>
22801
22802 * gdb.base/default.exp: Update "target child" and "target procfs"
22803 tests to not expect "Unix".
22804
b3ccfe11
TT
228052014-03-12 Tom Tromey <tromey@redhat.com>
22806
22807 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22808 New procs. Add target-async tests.
22809 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22810 Add target-async tests.
22811
646f4417
AA
228122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22813
22814 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22815 'func_start' and 'func_end' for the beginning and end of the
22816 function code, respectively.
22817 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22818 'func_end' instead of 'func' and 'main'.
22819
288c211f
AA
228202014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22821
22822 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22823 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22824 generate the debug info assembler source.
22825
e0c0f156
AA
228262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22827
22828 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22829 * gdb.dwarf2/arr-subrange.exp: Likewise.
22830 * gdb.dwarf2/dwz.exp: Likewise.
22831 * gdb.dwarf2/method-ptr.exp: Likewise.
22832 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22833 * gdb.dwarf2/subrange.exp: Likewise.
22834 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22835 * gdb.dwarf2/implptrpiece.exp: Likewise.
22836 * gdb.dwarf2/nostaticblock.exp: Likewise.
22837
0e5c4555
AA
228382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22839
22840 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22841 directory to absolute path name arguments.
22842
5ec18f2b
JG
228432014-03-10 Joel Brobecker <brobecker@adacore.com>
22844
22845 * gdb.ada/tagged_access: New testcase.
22846
847fc4f2
MM
228472014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22848
22849 * gdb.btrace/data.exp: Update expected output.
22850
cc3da688
YQ
228512014-03-06 Yao Qi <yao@codesourcery.com>
22852
22853 * gdb.trace/pr16508.exp: New file.
22854
0f26cec1
PA
228552014-03-05 Pedro Alves <palves@redhat.com>
22856
22857 PR gdb/16575
22858 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22859 procedure.
22860 (top level): Adjust to use it. Add tests that exercise breakpoint
22861 interaction with the code-cache.
22862
7a5a839f
LC
228632014-02-26 Ludovic Courtès <ludo@gnu.org>
22864
22865 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22866 test for 'history-append!'.
22867
31aa7e4e
JB
228682014-02-26 Joel Brobecker <brobecker@adacore.com>
22869
22870 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22871 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22872 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22873 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22874 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22875 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22876
1b588015
JB
228772014-02-26 Joel Brobecker <brobecker@adacore.com>
22878
22879 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22880 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22881 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22882
55426c9d
JB
228832014-02-26 Joel Brobecker <brobecker@adacore.com>
22884
22885 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22886
dc53a7ad
JB
228872014-02-26 Joel Brobecker <brobecker@adacore.com>
22888
22889 * gdb.dwarf2/arr-stride.c: New file.
22890 * gdb.dwarf2/arr-stride.exp: New file.
22891
12ab52e9
PA
228922014-02-26 Pedro Alves <palves@redhat.com>
22893
22894 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
22895 that won't ever trigger. Make sure that GDB reports the correct
22896 breakpoint that caused the stop.
22897
849c862e
JK
228982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22899
22900 PR gdb/16626
22901 * gdb.base/auto-load-script: New file.
22902 * gdb.base/auto-load.c: New file.
22903 * gdb.base/auto-load.exp: New file.
22904
71b7d793
JK
22905 PR gdb/16626
22906 * gdb.base/auto-load.exp: Fix out-of-srctree run.
22907
e2f0d509
JK
229082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
22909
22910 Fix dw2-icycle.exp -fsanitize=address GDB crash.
22911 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
22912
50cc37c8
DE
229132014-02-24 Doug Evans <dje@google.com>
22914
22915 * lib/gdb.exp (run_on_host): Log error output if program fails.
22916
ea4758f2
PA
229172014-02-21 Pedro Alves <palves@redhat.com>
22918
22919 * gdb.threads/step-after-sr-lock.c: Rename to ...
22920 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
22921 * gdb.threads/step-after-sr-lock.exp: Rename to ...
22922 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22923 ... this.
22924
d7b30f67
SDJ
229252014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
22926
22927 PR tdep/16397
22928 * gdb.arch/amd64-stap-special-operands.exp: New file.
22929 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
22930 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
22931 * gdb.arch/amd64-stap-triplet.S: Likewise.
22932 * gdb.arch/amd64-stap-triplet.c: Likewise.
22933
83deb43f
JB
229342014-02-20 Joel Brobecker <brobecker@adacore.com>
22935
22936 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
22937 in .section pseudo-op.
22938
adde2bff
DE
229392014-02-20 lin zuojian <manjian2006@gmail.com>
22940 Joel Brobecker <brobecker@adacore.com>
22941 Doug Evans <xdje42@gmail.com>
22942
22943 PR symtab/16581
22944 * gdb.dwarf2/dw2-icycle.S: New file.
22945 * gdb.dwarf2/dw2-icycle.c: New file.
22946 * gdb.dwarf2/dw2-icycle.exp: New file.
22947
f7bd0f78
SC
229482014-02-19 Siva Chandra Reddy <sivachandra@google.com>
22949
22950 * gdb.python/py-value-cc.cc: Improve test case to enable testing
22951 operations on gdb.Value objects.
22952 * gdb.python/py-value-cc.exp: Add new test to test operations on
22953 gdb.Value objects.
22954
c17ef0d5
DE
229552014-02-18 Doug Evans <dje@google.com>
22956
22957 * Makefile.in (TESTS): New variable.
22958 (expanded_tests, expanded_tests_or_none): New variables
22959 (check-single): Pass $(expanded_tests_or_none) to runtest.
22960 (check-parallel): Only run tests in $(TESTS) if non-empty.
22961 (check/no-matching-tests-found): New rule.
22962 * README: Document TESTS makefile variable.
22963
5dd3176f
DE
229642014-02-18 Doug Evans <dje@google.com>
22965
22966 * Makefile.in (check-parallel): rm -rf outputs temp.
22967
0b10be4f
JK
229682014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
22969
22970 Fix "ERROR: no fileid for" in the testsuite.
22971 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
22972
85f224e7
DE
229732014-02-12 Doug Evans <dje@google.com>
22974
22975 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
22976 (MISCELLANEOUS): New variable.
22977 (clean): rm -rf $(MISCELLANEOUS).
22978 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
22979 dwp live in the same directory as symlinks, with each symlink pointed
22980 to a differently named file in a different directory.
22981
149b30ff
DE
229822014-02-11 Doug Evans <dje@google.com>
22983
22984 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
22985 of Tcl file commands.
22986
1dfdac32
MK
229872014-02-10 Mark Kettenis <kettenis@gnu.org>
22988
22989 * gdb.threads/step-after-sr-lock.exp: Avoid executing
22990 "kill -SIGUSR1 -1".
22991
aa4fb036
JB
229922014-02-10 Joel Brobecker <brobecker@adacore.com>
22993
22994 * gdb.ada/tick_length_array_enum_idx: New testcase.
22995
ed3ef339
DE
229962014-02-10 Doug Evans <xdje42@gmail.com>
22997
22998 * configure.ac (AC_OUTPUT): Add gdb.guile.
22999 * configure: Regenerate.
23000 * lib/gdb-guile.exp: New file.
23001 * lib/gdb.exp (get_target_charset): New function.
23002 * gdb.base/help.exp: Update expected output from "apropos apropos".
23003 * gdb.guile/Makefile.in: New file.
23004 * gdb.guile/guile.exp: New file.
23005 * gdb.guile/scm-arch.c: New file.
23006 * gdb.guile/scm-arch.exp: New file.
23007 * gdb.guile/scm-block.c: New file.
23008 * gdb.guile/scm-block.exp: New file.
23009 * gdb.guile/scm-breakpoint.c: New file.
23010 * gdb.guile/scm-breakpoint.exp: New file.
23011 * gdb.guile/scm-disasm.c: New file.
23012 * gdb.guile/scm-disasm.exp: New file.
23013 * gdb.guile/scm-equal.c: New file.
23014 * gdb.guile/scm-equal.exp: New file.
23015 * gdb.guile/scm-error.exp: New file.
23016 * gdb.guile/scm-error.scm: New file.
23017 * gdb.guile/scm-frame-args.c: New file.
23018 * gdb.guile/scm-frame-args.exp: New file.
23019 * gdb.guile/scm-frame-args.scm: New file.
23020 * gdb.guile/scm-frame-inline.c: New file.
23021 * gdb.guile/scm-frame-inline.exp: New file.
23022 * gdb.guile/scm-frame.c: New file.
23023 * gdb.guile/scm-frame.exp: New file.
23024 * gdb.guile/scm-generics.exp: New file.
23025 * gdb.guile/scm-gsmob.exp: New file.
23026 * gdb.guile/scm-iterator.c: New file.
23027 * gdb.guile/scm-iterator.exp: New file.
23028 * gdb.guile/scm-math.c: New file.
23029 * gdb.guile/scm-math.exp: New file.
23030 * gdb.guile/scm-objfile-script-gdb.in: New file.
23031 * gdb.guile/scm-objfile-script.c: New file.
23032 * gdb.guile/scm-objfile-script.exp: New file.
23033 * gdb.guile/scm-objfile.c: New file.
23034 * gdb.guile/scm-objfile.exp: New file.
23035 * gdb.guile/scm-ports.exp: New file.
23036 * gdb.guile/scm-pretty-print.c: New file.
23037 * gdb.guile/scm-pretty-print.exp: New file.
23038 * gdb.guile/scm-pretty-print.scm: New file.
23039 * gdb.guile/scm-section-script.c: New file.
23040 * gdb.guile/scm-section-script.exp: New file.
23041 * gdb.guile/scm-section-script.scm: New file.
23042 * gdb.guile/scm-symbol.c: New file.
23043 * gdb.guile/scm-symbol.exp: New file.
23044 * gdb.guile/scm-symtab-2.c: New file.
23045 * gdb.guile/scm-symtab.c: New file.
23046 * gdb.guile/scm-symtab.exp: New file.
23047 * gdb.guile/scm-type.c: New file.
23048 * gdb.guile/scm-type.exp: New file.
23049 * gdb.guile/scm-value-cc.cc: New file.
23050 * gdb.guile/scm-value-cc.exp: New file.
23051 * gdb.guile/scm-value.c: New file.
23052 * gdb.guile/scm-value.exp: New file.
23053 * gdb.guile/source2.scm: New file.
23054 * gdb.guile/types-module.cc: New file.
23055 * gdb.guile/types-module.exp: New file.
23056
7026a7c1
YQ
230572014-02-10 Yao Qi <yao@codesourcery.com>
23058
23059 PR testsuite/16543
23060 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23061 * configure: Regenerated.
23062 * Makefile.in: New file.
23063
6c466447
AS
230642014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23065
23066 * gdb.python/py-framefilter.exp: Fix typo.
23067
6e854735
YQ
230682014-02-08 Yao Qi <yao@codesourcery.com>
23069
23070 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23071 that no =breakpoint-modified is emitted when breakpoints are
23072 modified through MI commands.
23073
d137e6dc
PA
230742014-02-07 Pedro Alves <pedro@codesourcery.com>
23075 Pedro Alves <palves@redhat.com>
23076
23077 * gdb.threads/step-after-sr-lock.c: New file.
23078 * gdb.threads/step-after-sr-lock.exp: New file.
23079
b5ee5a50
PA
230802014-02-07 Pedro Alves <palves@redhat.com>
23081
23082 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23083
3c77faf3
JK
230842014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23085
23086 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23087 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23088
6dddc817
DE
230892014-02-06 Doug Evans <xdje42@gmail.com>
23090
23091 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23092 output.
23093
23094 * gdb.gdb/python-interrupts.exp: New file.
23095
de7b2893
YQ
230962014-02-05 Yao Qi <yao@codesourcery.com>
23097
23098 * gdb.trace/report.exp (use_collected_data): Test the output
23099 of "info threads" and "info inferiors".
23100
66d032ac
YQ
231012014-02-05 Yao Qi <yao@codesourcery.com>
23102
23103 Revert this patch:
23104
23105 2013-05-24 Yao Qi <yao@codesourcery.com>
23106
23107 * gdb.trace/tfile.exp: Test inferior and thread.
23108
591a12a1
UW
231092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23110
23111 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23112 on a function.
23113 * gdb.base/step-bt.c: Call hello via function pointer to make
23114 sure its first instruction is executed on powerpc64le-linux.
23115
0ff3e01f
UW
231162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23117
23118 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23119
084ee545
UW
231202014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23121
23122 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23123 of the test patterns for use on little-endian systems.
23124
6ed14ff3
UW
231252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23126
23127 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23128 (decimal_vector): Fix for little-endian.
23129
401e27fd
JM
231302014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23131
23132 * gdb.arch/sparc-sysstep.exp: New file.
23133 * gdb.arch/sparc-sysstep.c: Likewise.
23134
23135 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23136
8b924729
EBM
231372014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23138
23139 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23140
fb151210
JB
231412014-01-23 Tom Tromey <tromey@redhat.com>
23142
23143 * gdb.ada/array_char_idx: New testcase.
23144
0740f8d8
TT
231452014-01-23 Tom Tromey <tromey@redhat.com>
23146
23147 PR python/16487:
23148 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23149 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23150 classes.
23151
21909fa1
TT
231522014-01-23 Tom Tromey <tromey@redhat.com>
23153
23154 PR python/16491:
23155 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23156 string from an inferior frame.
23157 * gdb.python/py-framefilter-mi.exp: Update.
23158
87ce2a04
DE
231592014-01-22 Doug Evans <dje@google.com>
23160
23161 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23162
237b092b
AA
231632014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23164
23165 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23166
d674a709
AA
231672014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23168
23169 * gdb.trace/entry-values.exp: Remove excess space character from
23170 regex patterns. Handle s390 call instruction.
23171
20fa3390
AA
231722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23173
23174 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23175 define "*_start" label. Make "name" static.
23176 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23177 ${name} by references to ${name}_start.
23178
78466714
AA
231792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23180
23181 * gdb.base/info-macros.exp: Remove "debug" from the compile
23182 options.
23183
ec9f644a
IB
231842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23185
23186 * gdb.dlang/demangle.exp: New file.
23187
94b1b47e
IB
231882014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23189
23190 * gdb.dlang/primitive-types.exp: New file.
23191
7f420862
IB
231922014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23193
23194 * configure.ac: Create gdb.dlang/Makefile.
23195 * configure: Regenerate.
23196 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23197 * gdb.dlang/Makefile.in: New file.
23198 * lib/d-support.exp: New file.
23199 * lib/gdb.exp (skip_d_tests): New proc.
23200
52834460
MM
232012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23202
23203 * gdb.btrace/delta.exp: Check reverse stepi.
23204 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23205 * gdb.btrace/finish.exp: New.
23206 * gdb.btrace/next.exp: New.
23207 * gdb.btrace/nexti.exp: New.
23208 * gdb.btrace/record_goto.c: Add comments.
23209 * gdb.btrace/step.exp: New.
23210 * gdb.btrace/stepi.exp: New.
23211 * gdb.btrace/multi-thread-step.c: New.
23212 * gdb.btrace/multi-thread-step.exp: New.
23213 * gdb.btrace/rn-dl-bind.c: New.
23214 * gdb.btrace/rn-dl-bind.exp: New.
23215 * gdb.btrace/data.c: New.
23216 * gdb.btrace/data.exp: New.
23217 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23218
6e07b1d2
MM
232192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23220
23221 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23222 * gdb.btrace/exception.exp: Update.
23223 * gdb.btrace/instruction_history.exp: Update.
23224 * gdb.btrace/record_goto.exp: Update.
23225 * gdb.btrace/tailcall.exp: Update.
23226 * gdb.btrace/unknown_functions.exp: Update.
23227 * gdb.btrace/delta.exp: New.
23228
0b722aec
MM
232292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23230
23231 * gdb.btrace/record_goto.exp: Add backtrace test.
23232 * gdb.btrace/tailcall.exp: Add backtrace test.
23233
066ce621
MM
232342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23235
23236 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23237 * gdb.btrace/record_goto.c: New.
23238 * gdb.btrace/record_goto.exp: New.
23239 * gdb.btrace/x86-record_goto.S: New.
23240
0688d04e
MM
232412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23242
23243 * gdb.btrace/function_call_history.exp: Update tests.
23244 * gdb.btrace/instruction_history.exp: Update tests.
23245
8710b709
MM
232462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23247
23248 * gdb.btrace/function_call_history.exp: Fix expected field
23249 order for "record function-call-history".
23250 Add new tests for "record function-call-history /c".
23251 * gdb.btrace/exception.cc: New.
23252 * gdb.btrace/exception.exp: New.
23253 * gdb.btrace/tailcall.exp: New.
23254 * gdb.btrace/x86-tailcall.S: New.
23255 * gdb.btrace/x86-tailcall.c: New.
23256 * gdb.btrace/unknown_functions.c: New.
23257 * gdb.btrace/unknown_functions.exp: New.
23258 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23259
5de9129b
MM
232602014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23261
23262 * gdb.btrace/instruction_history.exp: Update.
23263 * gdb.btrace/function_call_history.exp: Update.
23264
23a7fe75
MM
232652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23266
23267 * gdb.btrace/function_call_history.exp: Fix expected function
23268 trace.
23269 * gdb.btrace/instruction_history.exp: Initialize traced.
23270 Remove traced_functions.
23271
724c7dd8
MM
232722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23273
23274 * gdb.btrace/function_call_history.exp: Update
23275 * gdb.btrace/instruction_history.exp: Update.
23276
6d78d93b
MM
232772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23278
23279 * gdb.btrace/enable.exp: Update expected text.
23280
93a360cc
OJ
232812014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23282
23283 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23284 bytes.
23285
3772b53f
MR
232862014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23287
23288 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23289
596662fa
OJ
232902014-01-15 Omair Javaid <omair.javaid@linaro.org>
23291
23292 * lib/gdb.exp (supports_process_record): Return true for
23293 arm*-linux*. (supports_reverse): Likewise.
23294
b5b08fb4
SC
232952014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23296
23297 PR python/15464
23298 PR python/16113
23299 * gdb.python/py-type.c: Enhance test case.
23300 * gdb.python/py-value-cc.cc: Likewise
23301 * gdb.python/py-type.exp: Add new tests.
23302 * gdb.python/py-value-cc.exp: Likewise
23303
52d7fb13
AA
233042014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23305 Pedro Alves <palves@redhat.com>
23306
23307 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23308 Make "name" extern.
23309 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23310 references to ${name}_start by references to ${name}.
23311
a2cd8cfe
JB
233122014-01-10 Joel Brobecker <brobecker@adacore.com>
23313
23314 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23315
4e23fced
JB
233162014-01-10 Joel Brobecker <brobecker@adacore.com>
23317
23318 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23319
c6a9e42c
PA
233202014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23321 Pedro Alves <palves@redhat.com>
23322
23323 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23324 mi_gdb_target_load.
c6a9e42c 23325
b7ea362b
PA
233262014-01-08 Pedro Alves <palves@redhat.com>
23327
23328 * gdb.threads/reconnect-signal.c: New file.
23329 * gdb.threads/reconnect-signal.exp: New file.
23330
5e3f4fab
EBM
233312014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23332
23333 * gdb.base/source-dir.exp: New file.
23334
79301218
JB
233352014-01-07 Joel Brobecker <brobecker@adacore.com>
23336
23337 * gdb.ada/mi_interface: New testcase.
23338
8e355c5d
JB
233392014-01-07 Joel Brobecker <brobecker@adacore.com>
23340
23341 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23342 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23343 gdb.ada/pp-rec-component/pck.ads: New files.
23344
c0d48811
JB
233452014-01-07 Joel Brobecker <brobecker@adacore.com>
23346
23347 * gdb.python/py-pp-integral.c: New file.
23348 * gdb.python/py-pp-integral.py: New file.
23349 * gdb.python/py-pp-integral.exp: New file.
23350
17b609c3 23351For older changes see ChangeLog-1993-2013.
c906108c 23352\f
8d8cb839
EZ
23353;; Local Variables:
23354;; mode: change-log
23355;; left-margin: 8
23356;; fill-column: 74
23357;; version-control: never
23358;; End:
902f2ccb 23359
3666a048 23360 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23361 Copying and distribution of this file, with or without modification,
23362 are permitted provided the copyright notice and this notice are preserved.