Remove debugging code accidentally included with the fix for PR 27384
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
cf2b2075
TV
12021-02-09 Tom de Vries <tdevries@suse.de>
2
3 PR symtab/27341
4 * lib/gdb.exp (with_complaints): New proc, factored out of ...
5 (gdb_load_no_complaints): ... here.
6 * gdb.fortran/function-calls.exp: Add test-case.
7
b61f7811
HAQ
82021-02-09 Abid Qadeer <abidh@codesourcery.com>
9
10 * gdb.threads/signal-command-handle-nopass.exp: Call
11 'standard_testfile' before using 'testfile'.
12 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
13 * gdb.threads/signal-delivered-right-thread.exp: Likewise
14 * gdb.threads/signal-sigtrap.exp: Likewise
15
3d4aae48
LM
162021-02-08 Luis Machado <luis.machado@linaro.org>
17
18 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
19
4001d90d
TV
202021-02-08 Tom de Vries <tdevries@suse.de>
21
22 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
23
29db1eb3
AB
242021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.python/tui-window-disabled.c: New file.
27 * gdb.python/tui-window-disabled.exp: New file.
28 * gdb.python/tui-window-disabled.py: New file.
29
e0c23e11
AB
302021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.python/tui-window.exp: Add new tests.
33 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
34 TestWindow object into global the_window.
35 <remote_title>: New method.
36 (delete_window_title): New function.
37
1cf23996
AB
382021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
39
40 * gdb.tui/winheight.exp: Add more tests.
41
2708dbbd
AB
422021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
43
44 * gdb.python/py-framefilter.exp: Update expected results.
45 * gdb.python/python.exp: Update expected results.
46
cd074e04
AB
472021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
50 about bug in GDB, update expected results, and add more tests.
51
5fb97639
AB
522021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * gdb.tui/scroll.exp: New file.
55 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
56 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
57 remaining lines up.
58 (Term::check_region_contents): New proc.
59 (Term::check_box_contents): Use check_region_contents.
60
c0e56745
TV
612021-02-06 Tom de Vries <tdevries@suse.de>
62
63 PR testsuite/26922
64 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
65 scrolling.
66
0e857c82
TV
672021-02-05 Tom de Vries <tdevries@suse.de>
68
69 PR breakpoints/27313
70 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
71 rejected.
72
a22ec6e8
TV
732021-02-05 Tom de Vries <tdevries@suse.de>
74
75 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
76 * gdb.fortran/mixed-lang-stack.exp: Same.
77
ae710496
TV
782021-02-05 Tom de Vries <tdevries@suse.de>
79
80 PR exp/27265
81 * gdb.base/complex-parts.exp: Add tests.
82
d3b54e63
TV
832021-02-05 Tom de Vries <tdevries@suse.de>
84
85 PR symtab/27307
86 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
87
3eccb1c8
SV
882021-02-04 Shahab Vahedi <shahab@synopsys.com>
89
90 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
91
a71501e2
PA
922021-02-03 Pedro Alves <pedro@palves.net>
93
94 * gdb.threads/detach-step-over.c: New file.
95 * gdb.threads/detach-step-over.exp: New file.
96
92234eb1
PA
972021-02-03 Pedro Alves <pedro@palves.net>
98
99 * gdb.threads/attach-non-stop.c: New file.
100 * gdb.threads/attach-non-stop.exp: New file.
101
2e3773ff
LS
1022021-02-02 Lancelot SIX <lsix@lancelotsix.com>
103
104 * gdb.base/inferior-noarg.c: New test.
105 * gdb.base/inferior-noarg.exp: New test.
106
e0bd9202
SM
1072021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
108
109 * gdb.base/scope.exp: Use proc_with_prefix.
110
9307efbe
SM
1112021-02-02 Simon Marchi <simon.marchi@efficios.com>
112
113 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
114 table proc.
115 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
116 .debug_rnglists table without offset array.
117 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
118 .debug_loclists table without offset array.
119
2b0c7f41
SM
1202021-02-02 Simon Marchi <simon.marchi@efficios.com>
121
122 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
123 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
124 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
125 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
126 attribute
127
ecfda20d
SM
1282021-02-02 Simon Marchi <simon.marchi@efficios.com>
129
130 PR gdb/26813
131 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
132 (loclists): New proc.
133 * gdb.dwarf2/loclists-multiple-cus.c: New.
134 * gdb.dwarf2/loclists-multiple-cus.exp: New.
135 * gdb.dwarf2/loclists-sec-offset.c: New.
136 * gdb.dwarf2/loclists-sec-offset.exp: New.
137
6b0933da
SM
1382021-02-02 Simon Marchi <simon.marchi@efficios.com>
139
140 * lib/dwarf.exp (_location): Add parameters.
141 (_handle_DW_FORM): Adjust.
142
962effa7
SM
1432021-02-02 Simon Marchi <simon.marchi@efficios.com>
144
145 PR gdb/26813
146 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
147 (cu): Generate header for DWARF 5.
148 (rnglists): New proc.
149 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
150 * gdb.dwarf2/rnglists-sec-offset.exp: New.
151
2bd3e4b8
TV
1522021-02-02 Tom de Vries <tdevries@suse.de>
153
154 PR symtab/24620
155 * gdb.dwarf2/fission-reread.exp: Add test-case.
156
c39c8637
TV
1572021-02-01 Tom de Vries <tdevries@suse.de>
158
159 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
160 * gdb.dwarf2/fission-loclists-pie.S: Same.
161 * gdb.dwarf2/fission-loclists.S: Same.
162 * gdb.dwarf2/fission-multi-cu.S: Same.
163 * gdb.dwarf2/fission-reread.S: Same.
164 * gdb.dwarf2/fission-base.exp: Use DWO.
165 * gdb.dwarf2/fission-loclists-pie.exp: Same.
166 * gdb.dwarf2/fission-loclists.exp: Same.
167 * gdb.dwarf2/fission-multi-cu.exp: Same.
168 * gdb.dwarf2/fission-reread.exp: Same.
169
ebde6f2d
TV
1702021-01-29 Tom de Vries <tdevries@suse.de>
171
172 PR breakpoints/26063
173 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
174 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
175
620ec3ca
TV
1762021-01-29 Tom de Vries <tdevries@suse.de>
177
178 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
179
cdeba395
TV
1802021-01-28 Tom de Vries <tdevries@suse.de>
181
182 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
183 in the backtrace, and use that in the rest of the test instead of
184 hardcoded constant 3. Use "frame" instead of "up" for robustness.
185
c47b145e
TV
1862021-01-28 Tom de Vries <tdevries@suse.de>
187
188 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
189 * gdb.arch/i386-sse-stack-align.c: Same.
190 * gdb.arch/i386-sse-stack-align.exp: Same.
191
47918cca
AB
1922021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
193
194 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
195
2f985dd1
TV
1962021-01-28 Tom de Vries <tdevries@suse.de>
197
198 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
199
22efa3d3
TV
2002021-01-28 Tom de Vries <tdevries@suse.de>
201
202 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
203 "maint info line-table". Make PASS pattern more specific. Make
204 FAIL pattern work for -m32.
205
59b59f08
LS
2062021-01-27 Lancelot SIX <lsix@lancelotsix.com>
207
208 PR gdb/27133
209 * gdb.base/ui-redirect.exp: Add test case that ensures that
210 redirecting both logging and debug does not cause gdb to crash.
211
212
807f647c
MM
2132021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
214
215 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
216
4ca40594
TV
2172021-01-26 Tom de Vries <tdevries@suse.de>
218
219 * gdb.threads/killed-outside.exp: Allow regular output.
220
d0021af3
TV
2212021-01-26 Tom de Vries <tdevries@suse.de>
222
223 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
224
9f6c202e
TV
2252021-01-25 Tom de Vries <tdevries@suse.de>
226
227 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
228 * lib/gdb.exp: Use gdb_load_no_complaints.
229
a625a8c9
TT
2302021-01-25 Tom Tromey <tromey@adacore.com>
231
232 * gdb.ada/fixed_points.exp: Add regression test.
233 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
234 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
235
19184910
TT
2362021-01-25 Tom Tromey <tromey@adacore.com>
237
238 * gdb.ada/local-enum.exp: Add enumerator resolution test.
239
acd6125f
TT
2402021-01-25 Tom Tromey <tromey@adacore.com>
241
242 * gdb.ada/local-enum.exp: New file.
243 * gdb.ada/local-enum/local.adb: New file.
244
1af4c9c4
TT
2452021-01-23 Tom Tromey <tom@tromey.com>
246
247 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
248
705646c0
BE
2492021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
250
251 * gdb.base/line65535.exp: Fix test expectation.
252
0ac85db5
SM
2532021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
254
255 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
256 suppression.
257 (default_gdb_exit): Likewise.
258 (default_gdb_spawn): Likewise.
259 (send_gdb): Likewise.
260 (gdb_expect): Likewise.
261 (gdb_expect_list): Likewise.
262 (default_gdb_init): Likewise.
263 (gdb_suppress_entire_file): Remove.
264 (gdb_suppress_tests): Remove.
265 (gdb_stop_suppressing_tests): Remove.
266 (gdb_clear_suppressed): Remove.
267 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
268 related to test suppression.
269 (default_mi_gdb_start): Likewise.
270 (mi_gdb_reinitialize_dir): Likewise.
271 (mi_gdb_test): Likewise.
272 (mi_run_cmd_full): Likewise.
273 (mi_runto_helper): Likewise.
274 (mi_execute_to): Likewise.
275 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
276 * gdb.base/bitfields.exp: Likewise.
277 * gdb.base/bitfields2.exp: Likewise.
278 * gdb.base/break.exp: Likewise.
279 * gdb.base/call-sc.exp: Likewise.
280 * gdb.base/callfuncs.exp: Likewise.
281 * gdb.base/dfp-test.exp: Likewise.
282 * gdb.base/endian.exp: Likewise.
283 * gdb.base/exprs.exp: Likewise.
284 * gdb.base/funcargs.exp: Likewise.
285 * gdb.base/hbreak2.exp: Likewise.
286 * gdb.base/recurse.exp: Likewise.
287 * gdb.base/scope.exp: Likewise.
288 * gdb.base/sepdebug.exp: Likewise.
289 * gdb.base/structs.exp: Likewise.
290 * gdb.base/until.exp: Likewise.
291 * gdb.cp/misc.exp: Likewise.
292
9d2d8a16
AB
2932021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 PR cli/25956
296 * gdb.base/style.exp (run_style_tests): Add version string test.
297 (test_startup_version_string): Use version style name.
298 * lib/gdb-utils.exp (style): Handle version style name.
299
e7b43072
AB
3002021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.base/style.exp (limited_style): New proc.
303 (clean_restart_and_disable): New proc.
304 (run_style_tests): New proc. Most of the old tests from this file
305 are now in this proc.
306 (test_startup_version_string): New proc. Reamining test from the
307 old file is in this proc.
308
2189c312
SM
3092021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
310
311 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
312 Adjust to "set debug remote" changes.
313
cd211c75
LM
3142021-01-21 Luis Machado <luis.machado@linaro.org>
315
316 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
317 message.
318
730af663
SM
3192021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
320
321 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
322
325d39e4
HD
3232021-01-21 Hannes Domani <ssbssa@yahoo.de>
324
325 PR python/19151
326 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
327
c3e96aa7
SM
3282021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
329
330 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
331
6571ffc6
SM
3322021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
333
334 * lib/tuiterm.exp: Add links in comments.
335
7c794afd
TV
3362021-01-20 Tom de Vries <tdevries@suse.de>
337
338 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
339 offset.
340
1402665c
TV
3412021-01-20 Tom de Vries <tdevries@suse.de>
342
343 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
344
6f52fdf4
SDJ
3452021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
346
347 * gdb.arch/amd64-stap-expressions.S: New file.
348 * gdb.arch/amd64-stap-expressions.exp: New file.
349
14852123
TV
3502021-01-19 Tom de Vries <tdevries@suse.de>
351
352 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
353 sequence.
354
0c4e2c6c
TV
3552021-01-19 Tom de Vries <tdevries@suse.de>
356
357 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
358
02baa133
AB
3592021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.fortran/array-slices.exp (run_test): Avoid including
362 addresses in test names.
363
10f92414
TV
3642021-01-15 Tom de Vries <tdevries@suse.de>
365
366 PR testsuite/26997
367 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
368 when adding sizeof.
369
116d0cf1
TV
3702021-01-14 Tom de Vries <tdevries@suse.de>
371
372 PR testsuite/24590
373 * gdb.base/style.exp: Handle shorter argv in frame command output.
374
8f66807b
AB
3752021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 PR gdb/26819
378 * gdb.server/stop-reply-no-thread-multi.c: New file.
379 * gdb.server/stop-reply-no-thread-multi.exp: New file.
380
3f94e588
TV
3812021-01-12 Tom de Vries <tdevries@suse.de>
382
383 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
384 (main): Remove call to have_mpx.
385 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
386 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
387 (main): Remote call to have_mpx.
388 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
389 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
390 (main): Remove call to have_mpx.
391 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
392 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
393 (main): Remove call to have_mpx.
394 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
395 * gdb.arch/i386-mpx.c (have_mpx): Remove.
396 (main): Remote call to have_mpx.
397 * gdb.arch/i386-mpx.exp: Use have_mpx.
398 * lib/gdb.exp (have_mpx): New proc.
399
5291fe3c
SP
4002021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
401
402 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
403
18bfb505
TV
4042021-01-12 Tom de Vries <tdevries@suse.de>
405
406 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
407
ce38f5ed
AB
4082021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * gdb.fortran/debug-expr.exp: Add new tests.
411
7c654b71
AB
4122021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.fortran/dot-ops.exp: Add new tests.
415
10dadadc
TV
4162021-01-11 Tom de Vries <tdevries@suse.de>
417
418 PR testsuite/26968
419 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
420 Move insn setting $eax to before probe point.
421
66beed02
TT
4222021-01-09 Tom Tromey <tom@tromey.com>
423
424 * gdb.trace/ax.exp: Do not require an "ext".
425
8fc48b79
TT
4262021-01-08 Tom Tromey <tromey@adacore.com>
427
428 * gdb.ada/voidctx/pck.adb: New file.
429 * gdb.ada/voidctx/pck.ads: New file.
430 * gdb.ada/voidctx/voidctx.adb: New file.
431 * gdb.ada/voidctx.exp: New file.
432
6abd4cf2
SM
4332021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
434
435 PR gdb/27157
436 * gdb.base/empty-host-env-vars.exp: New test.
437
d00f0868
AB
4382021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
439
440 * gdb.base/completion.exp: Add a new test.
441
3c8c6de2
AB
4422021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
443
444 * gdb.fortran/intvar-dynamic-types.exp: New file.
445 * gdb.fortran/intvar-dynamic-types.f90: New file.
446
e3436813
AB
4472021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.fortran/intvar-array.exp: New file.
450 * gdb.fortran/intvar-array.f90: New file.
451
d4813f10
TT
4522021-01-07 Tom Tromey <tromey@adacore.com>
453
454 * gdb.ada/assign_arr.exp: Add 'others' test.
455
b49180ac
TT
4562021-01-06 Tom Tromey <tromey@adacore.com>
457
458 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
459 (FP4_Type): New type.
460 (FP4_Var): New variable.
461 * gdb.ada/fixed_points/fixed_points.adb: Update.
462 * gdb.ada/fixed_points.exp: Add tests for binary operators.
463
3c55062c
SM
4642021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
465
466 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
467 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
468 Pass prompt containing debug print to gdb_test_sequence.
469
e4ad960a
TV
4702021-01-04 Tom de Vries <tdevries@suse.de>
471
472 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
473
3ec3145c
SM
4742021-01-04 Simon Marchi <simon.marchi@efficios.com>
475
476
477
8dc558a0
SM
4782021-01-04 Simon Marchi <simon.marchi@efficios.com>
479
480 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
481 * gdb.server/connect-without-multi-process.exp: Likewise.
482 * gdb.server/exit-multiple-threads.exp: Likewise.
483 * gdb.server/ext-attach.exp: Likewise.
484 * gdb.server/ext-restart.exp: Likewise.
485 * gdb.server/ext-run.exp: Likewise.
486 * gdb.server/ext-wrapper.exp: Likewise.
487 * gdb.server/multi-ui-errors.exp: Likewise.
488 * gdb.server/no-thread-db.exp: Likewise.
489 * gdb.server/reconnect-ctrl-c.exp: Likewise.
490 * gdb.server/run-without-local-binary.exp: Likewise.
491 * gdb.server/server-kill.exp: Likewise.
492 * gdb.server/server-run.exp: Likewise.
493 * gdb.server/solib-list.exp: Likewise.
494 * gdb.server/stop-reply-no-thread.exp: Likewise.
495 * gdb.server/wrapper.exp: Likewise.
496 * gdb.server/sysroot.exp: Increase timeout when testing the
497 target: sysroot.
498
d8387cc8
SM
4992021-01-04 Simon Marchi <simon.marchi@efficios.com>
500
501 * gdb.server/server-run.exp: Use clean_restart.
502
5169ae34
SM
5032021-01-04 Simon Marchi <simon.marchi@efficios.com>
504
505 * gdb.server/ext-run.exp: Use clean_restart.
506
7b0ff8a2
SM
5072021-01-04 Simon Marchi <simon.marchi@efficios.com>
508
509 * gdb.server/stop-reply-no-thread.exp: Use build_executable
510 instead of prepare_for_testing.
511
a754fbdf
SM
5122021-01-04 Simon Marchi <simon.marchi@efficios.com>
513
514 * gdb.server/solib-list.exp: Use clean_restart.
515
c5e71b33
TV
5162021-01-04 Tom de Vries <tdevries@suse.de>
517
518 * gdb.base/morestack.c: Remove printf.
519 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
520
9b243007
TT
5212020-12-31 Tom Tromey <tom@tromey.com>
522
523 * gdb.rust/simple.exp: Update output for Rust 1.49.
524
4ff509e7
BE
5252020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
526
527 * gdb.cp/step-and-next-inline.exp: Fix test case.
528
391750c3
SM
5292020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
530
531 * gdb.python/py-frame-args.exp: De-duplicate test names.
532
b7874836
AB
5332020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
534
535 PR gdb/27059
536 * gdb.dwarf2/dyn-type-unallocated.c: New file.
537 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
538
e1ff6226
PW
5392020-12-21 Peter Waller <p@pwaller.net>
540
541 * gdb.base/style-interp-exec-mi.exp: New.
542 * gdb.base/style-interp-exec-mi.c: New.
543
ca01f1bf
SM
5442020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
545
546 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
547 gdb_test. Use proc_with_prefix.
548
0fe69a94
MM
5492020-12-21 Markus Metzger <markus.t.metzger@intel.com>
550
551 * gdb.btrace/exception.exp: Build with nopie.
552 * gdb.btrace/function_call_history.exp: Likewise.
553 * gdb.btrace/unknown_functions.exp: Likewise.
554
806e7575
MM
5552020-12-21 Markus Metzger <markus.t.metzger@intel.com>
556
557 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
558
493d2172
MM
5592020-12-21 Markus Metzger <markus.t.metzger@intel.com>
560
561 * gdb.python/py-record-btrace.exp: Make test names unique.
562 * gdb.python/py-record-full.exp: Likewise.
563
1a1c0afc
MM
5642020-12-21 Markus Metzger <markus.t.metzger@intel.com>
565
566 * gdb.btrace/data.exp: Make test names unique.
567 * gdb.btrace/delta.exp: Likewise.
568 * gdb.btrace/enable.exp: Likewise.
569 * gdb.btrace/function_call_history.exp: Likewise.
570 * gdb.btrace/nohist.exp: Likewise.
571 * gdb.btrace/non-stop.exp: Likewise.
572 * gdb.btrace/rn-dl-bind.exp: Likewise.
573 * gdb.btrace/step.exp: Likewise.
574 * gdb.btrace/stepi.exp: Likewise.
575 * gdb.btrace/tailcall.exp: Likewise.
576
98d837f0
MM
5772020-12-21 Markus Metzger <markus.t.metzger@intel.com>
578
579 * gdb.btrace/enable.exp: Update error message.
580 * gdb.btrace/multi-inferior.exp: Likewise.
581 * gdb.btrace/reconnect.exp: Likewise.
582 * gdb.python/py-record-btrace.exp: Likewise.
583 * gdb.python/py-record-full.exp: Likewise.
584
c541fa7c
TV
5852020-12-20 Tom de Vries <tdevries@suse.de>
586
587 * lib/gdb.exp (save_target_board_info): New proc.
588 (gdb_compile_shlib): Use save_target_board_info.
589
60108e47
TV
5902020-12-19 Tom de Vries <tdevries@suse.de>
591
592 * lib/gdb.exp (supports_scalar_storage_order_attribute)
593 (supports_gnuc): New proc.
594 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
595 test_compiler_info calls. Add unsupported message.
596 * gdb.base/endianity.c: Use TEST_SSO.
597
fa639f55
HD
5982020-12-19 Hannes Domani <ssbssa@yahoo.de>
599
600 PR exp/27070
601 * gdb.python/compare-enum-type-a.c: New test.
602 * gdb.python/compare-enum-type-b.c: New test.
603 * gdb.python/compare-enum-type.exp: New file.
604 * gdb.python/compare-enum-type.h: New test.
605
4aea001f
HD
6062020-12-18 Hannes Domani <ssbssa@yahoo.de>
607
608 * gdb.python/py-format-string.exp: Add tests for address keyword.
609
b3f9469b
HD
6102020-12-18 Hannes Domani <ssbssa@yahoo.de>
611
612 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
613
86ef42bd
TT
6142020-12-18 Tom Tromey <tromey@adacore.com>
615
616 * gdb.ada/fixed_points.exp: Also run with
617 -fgnat-encodings=minimal. Update expected output.
618
93df4a1d
SM
6192020-12-16 Simon Marchi <simon.marchi@efficios.com>
620
621 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
622 * gdb.base/continue-all-already-running.exp: Likewise.
623 * gdb.base/moribund-step.exp: Likewise.
624 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
625
592995fa
TV
6262020-12-16 Tom de Vries <tdevries@suse.de>
627
628 * gdb.base/batch-preserve-term-settings.exp:
629
1e61189d
TV
6302020-12-16 Tom de Vries <tdevries@suse.de>
631
632 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
633 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
634
19007d95
LM
6352020-12-16 Luis Machado <luis.machado@linaro.org>
636
637 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
638 pointer-based memory accesses.
639 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
640 hw watchpoint cases.
641
a33fc9ae
RK
6422020-12-15 Rae Kim <rae.kim@gmail.com>
643
644 * gdb.base/document.exp: New test.
645
0e5ad442
TT
6462020-12-15 Tom Tromey <tromey@adacore.com>
647
648 * gdb.base/style.exp: Add deprecation tests.
649
60598dbd
SM
6502020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
651
652 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
653
8cd6d968
MW
6542020-12-14 Mark Wielaard <mark@klomp.org>
655
656 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
657 specially, set attr_form_comment to the actual FORM string used.
658
eab9267c
MW
6592020-12-14 Mark Wielaard <mark@klomp.org>
660
661 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
662 _constants(SPECIAL_expr) here, but set it...
663 (Dwarf::cu): ...here based on _cu_version.
664
2f413264
TV
6652020-12-14 Tom de Vries <tdevries@suse.de>
666
667 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
668 pass -fPIC.
669 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
670 * gdb.base/break-probes.exp: Same.
671 * gdb.base/ctxobj.exp: Same.
672 * gdb.base/dso2dso.exp: Same.
673 * gdb.base/global-var-nested-by-dso.exp: Same.
674 * gdb.base/info-shared.exp: Same.
675 * gdb.base/jit-reader-simple.exp: Same.
676 * gdb.base/print-file-var.exp: Same.
677 * gdb.base/skip-solib.exp: Same.
678 * gdb.btrace/dlopen.exp: Same.
679
18f1cb1f
TV
6802020-12-14 Tom de Vries <tdevries@suse.de>
681
682 PR testsuite/26963
683 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
684
519155c9
TV
6852020-12-14 Tom de Vries <tdevries@suse.de>
686
687 PR testsuite/26962
688 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
689 cast it to its declared type".
690
153f6e6c
TV
6912020-12-14 Tom de Vries <tdevries@suse.de>
692
693 PR testsuite/26951
694 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
695 shell prompt.
696
86b44259
TT
6972020-12-14 Tom Tromey <tromey@adacore.com>
698
699 * gdb.ada/nested.exp: Add new tests.
700 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
701
e26624c6
TT
7022020-12-14 Tom Tromey <tromey@adacore.com>
703
704 * gdb.dwarf2/ada-thick-pointer.exp: New file.
705
a3bdae4e
TT
7062020-12-14 Tom Tromey <tromey@adacore.com>
707
708 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
709
862fcbd8
TV
7102020-12-13 Tom de Vries <tdevries@suse.de>
711
712 PR testsuite/26953
713 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
714 attribute support if compiler doesn't support it.
715
a406a98e
TV
7162020-12-13 Tom de Vries <tdevries@suse.de>
717
718 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
719 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
720 source to shared lib. Add ada to options.
721
5d7e6ed0
TV
7222020-12-13 Tom de Vries <tdevries@suse.de>
723
724 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
725 calling gnatbind and gnatlink.
726
ee9812a0
AB
7272020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
728
729 * gdb.base/dcache-flush.c: New file.
730 * gdb.base/dcache-flush.exp: New file.
731
50a5f187
AB
7322020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
733
734 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
735 commands.
736 * gdb.base/killed-outside.exp: Likewise.
737 * gdb.opt/inline-bt.exp: Likewise.
738 * gdb.perf/gmonster-null-lookup.py: Likewise.
739 * gdb.perf/gmonster-print-cerr.py: Likewise.
740 * gdb.perf/gmonster-ptype-string.py: Likewise.
741 * gdb.python/py-unwind.exp: Likewise.
742
19c659f1
AB
7432020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.base/commands.exp: Update expected results.
746
9ef6d4a1
AB
7472020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
748
749 PR cli/15104
750 * gdb.base/commands.exp: Add additional tests.
751 * gdb.base/completion.exp: Add additional tests.
752
1536146f
AB
7532020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.base/completion.exp: Add additional tests.
756
346e7e19
TV
7572020-12-11 Tom de Vries <tdevries@suse.de>
758
759 PR testsuite/26991
760 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
761 violations by setting bounds registers if the bounds are passed in the
762 Bounds Table.
763
9cd7a95a
TV
7642020-12-11 Tom de Vries <tdevries@suse.de>
765
766 PR testsuite/26954
767 * gdb.base/float128.exp: Detect and handle no mpfr support.
768
4483a8e7
SM
7692020-12-10 Simon Marchi <simon.marchi@efficios.com>
770
771 PR gdb/24694
772 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
773 calls.
774
10067028
TV
7752020-12-10 Tom de Vries <tdevries@suse.de>
776
777 PR testsuite/26947
778 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
779 braces for tcl 8.5 and earlier.
780
5b56203a
SM
7812020-12-09 Simon Marchi <simon.marchi@efficios.com>
782
783 PR 26875, PR 26901
784 * gdb.base/flexible-array-member.c: New test.
785 * gdb.base/flexible-array-member.exp: New test.
786
b46551b2
TV
7872020-12-08 Tom de Vries <tdevries@suse.de>
788
789 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
790 using is_amd64_regs_target.
791
8439f446
TV
7922020-12-08 Tom de Vries <tdevries@suse.de>
793
794 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
795 self_id.
796
bc545da7
PA
7972020-12-07 Pedro Alves <pedro@palves.net>
798
799 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
800 'additional_flags' variable.
801
1f58f6c2
TBA
8022020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
803
804 * gdb.linespec/explicit.exp: Extend with a test to check completing
805 '-' after seemingly complete options.
806
5759831a
TBA
8072020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
808
809 * gdb.linespec/keywords.exp: Add tests to check positional
810 flexibility of "-force-condition".
811
21e051b3
TBA
8122020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
813
814 * gdb.base/bp-cmds-run-with-ex.c: New file.
815 * gdb.base/bp-cmds-run-with-ex.exp: New file.
816 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
817 * gdb.gdb/python-interrupts.exp: Update the call to
818 'catch_command_errors' with the new argument.
819 * gdb.gdb/python-selftest.exp: Ditto.
820
187b041e
SM
8212020-12-04 Simon Marchi <simon.marchi@efficios.com>
822
823 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
824 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
825 * gdb.threads/non-stop-fair-events.exp: Likewise.
826
3b7a962d
SM
8272020-12-04 Simon Marchi <simon.marchi@efficios.com>
828
829 * gdb.threads/step-over-exec.exp: New.
830 * gdb.threads/step-over-exec.c: New.
831 * gdb.threads/step-over-exec-execd.c: New.
832 * lib/my-syscalls.S: New.
833 * lib/my-syscalls.h: New.
834
e633b117
SM
8352020-12-04 Simon Marchi <simon.marchi@efficios.com>
836
837 * lib/dwarf.exp (declare_labels): Use name as text if text is
838 not provided.
839
67748e0f
TV
8402020-12-04 Tom de Vries <tdevries@suse.de>
841
842 PR testsuite/26990
843 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
844 are unsupported.
845
a8d13675
TV
8462020-12-04 Tom de Vries <tdevries@suse.de>
847
848 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
849 clause.
850
f17727b3
TV
8512020-12-04 Tom de Vries <tdevries@suse.de>
852
853 * gdb.reverse/insn-reverse.exp: Fix count handling.
854
a1499830
TV
8552020-12-04 Tom de Vries <tdevries@suse.de>
856
857 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
858 __x86_64__.
859
9c027c2f
TV
8602020-12-04 Tom de Vries <tdevries@suse.de>
861
862 * gdb.reverse/insn-reverse.c (test_nr): New var.
863 (usage, parse_args): New function.
864 (main): Call parse_args. Only run test for test_nr.
865 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
866 and bail out. Run subtests individually, using an inferior arg
867 specifying the subtest.
868
533b2ae0
AB
8692020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
872
e4502042
AB
8732020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
874
875 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
876 update test to use this.
877
f55a9a37
SM
8782020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
879
880 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
881
0a6155a0
SM
8822020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
883
884 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
885 (do_test): Don't use with_test_prefix.
886 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
887 (do_test): Don't use with_test_prefix.
888 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
889 (do_test): Don't use with_test_prefix.
890 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
891 (do_test): Don't use with_test_prefix.
892
4d56d64a
SM
8932020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
894
895 * gdb.threads/non-ldr-exit.exp: Fix comment.
896
54e75f29
AB
8972020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.xml/maint-xml-dump-03.xml: New file.
900
7ce05d21
TV
9012020-11-30 Tom de Vries <tdevries@suse.de>
902
903 PR symtab/26905
904 * gdb.dwarf2/count.exp: Remove kfails.
905
50757f95
TBA
9062020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
907
908 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
909 indices.
910
4afa9fd9
JB
9112020-11-24 Joel Brobecker <brobecker@adacore.com>
912
913 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
914 the "ptype pck__fp1_range_var" test for the module-2 and pascal
915 languages. Remove the associated setup_xfail.
916
15a491af
SM
9172020-11-23 Simon Marchi <simon.marchi@efficios.com>
918
919 * lib/gdb.exp (gdb_assert): Show error message on error.
920
891615f0
TV
9212020-11-23 Tom de Vries <tdevries@suse.de>
922
923 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
924 * gdb.ada/mod_from_name.exp: Same.
925 * gdb.ada/pckd_arr_ren.exp: Same.
926
19922582
SM
9272020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
928
929 * gdb.base/template.exp: New.
930 * gdb.base/template.c: New.
931
117c628d
GB
9322020-11-22 Gary Benson <gbenson@redhat.com>
933
934 PR gdb/26905
935 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
936 is defined using a DW_AT_count which references another DIE.
937
da39d3ba
TV
9382020-11-21 Tom de Vries <tdevries@suse.de>
939
940 * gdb.base/vla-ptr.exp: Add XFAIL.
941
a5c641b5
AB
9422020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * gdb.fortran/array-slices-bad.exp: New file.
945 * gdb.fortran/array-slices-bad.f90: New file.
946 * gdb.fortran/array-slices-sub-slices.exp: New file.
947 * gdb.fortran/array-slices-sub-slices.f90: New file.
948 * gdb.fortran/array-slices.exp: Rewrite tests.
949 * gdb.fortran/array-slices.f90: Rewrite tests.
950 * gdb.fortran/vla-sizeof.exp: Correct expected results.
951
a15a5258
AB
9522020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
953
954 * gdb.base/completion.exp: Add new completion tests.
955
7cb2893d
SM
9562020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
957
958 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
959 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
960 * gdb.mi/mi-nsintrall.exp: Likewise.
961 * gdb.mi/mi-nsmoribund.exp: Likewise.
962 * gdb.mi/mi-nsthrexec.exp: Likewise.
963 * gdb.mi/mi-watch-nonstop.exp: Likewise.
964
cf144ec8
SM
9652020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
966
967 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
968 of perror.
969
6b6a3e05
JM
9702020-11-18 Joseph Myers <joseph@codesourcery.com>
971
972 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
973 $arg.exe exists but $arg does not.
974
811bdca0
GB
9752020-11-17 Gary Benson <gbenson@redhat.com>
976
977 * gdb.trace/trace-common.h (x86_trace_dummy): Add
978 __attribute__ ((used)).
979
c72e3136
AB
9802020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
983
037d7135
AB
9842020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
985
986 * gdb.base/completion.exp: Add new tests.
987
119e99bb
TT
9882020-11-16 Tom Tromey <tromey@adacore.com>
989
990 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
991 tests.
992
b74dbc20
JB
9932020-11-15 Joel Brobecker <brobecker@adacore.com>
994
995 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
996 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
997 (main): Add reference to pck__fp1_var2.
998 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
999
0a12719e
JB
10002020-11-15 Joel Brobecker <brobecker@adacore.com>
1001
1002 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1003
0c9150e4
JB
10042020-11-15 Joel Brobecker <brobecker@adacore.com>
1005
1006 * gdb.ada/fixed_points.exp: Add ptype tests.
1007 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1008
b26daff9
JB
10092020-11-15 Joel Brobecker <brobecker@adacore.com>
1010
1011 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1012
09584414
JB
10132020-11-15 Joel Brobecker <brobecker@adacore.com>
1014
1015 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1016 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1017 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1018 New files.
1019 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1020
1021 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1022 New files.
1023
9dd02fc0
AB
10242020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1025
1026 PR cli/26879
1027 * gdb.fortran/completion.exp: New file.
1028 * gdb.fortran/completion.f90: New file.
1029
5643c500
JM
10302020-11-12 Joseph Myers <joseph@codesourcery.com>
1031
1032 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1033 but $arg does not.
1034
7bea47f0
AB
10352020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1036
1037 * gdb.fortran/types.exp: Add more tests.
1038
1f2624a3
TT
10392020-11-12 Tom Tromey <tom@tromey.com>
1040
1041 PR rust/26799:
1042 * gdb.rust/traits.exp: Remove kfails.
1043
9e74f0ae
GB
10442020-11-12 Gary Benson <gbenson@redhat.com>
1045
1046 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1047 statement.
1048
acb994fa
SM
10492020-11-11 Simon Marchi <simon.marchi@efficios.com>
1050
1051 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1052 always-inserted" axis.
1053 (do_test): Add breakpoint_always_inserted parameter.
1054
95016fd2
TT
10552020-11-10 Tom Tromey <tromey@adacore.com>
1056
1057 * gdb.ada/bias.exp: Update.
1058 * gdb.ada/bias/bias.adb (X): Change value.
1059
83100a74
GB
10602020-11-10 Gary Benson <gbenson@redhat.com>
1061
1062 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1063 regexp fragment in parentheses to prevent false matching.
1064
6ff174a7
GB
10652020-11-10 Gary Benson <gbenson@redhat.com>
1066
1067 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1068
eb24648c
GB
10692020-11-10 Gary Benson <gbenson@redhat.com>
1070
1071 * gdb.cp/step-and-next-inline.exp: Only require
1072 -gstatement-frontiers when building with GCC.
1073 Only setup KFAIL's for GCC issues when using
1074 a GCC-built executable.
1075
86775fab
AB
10762020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1077
1078 * gdb.base/debug-expr.c: Add extra function to allow for an
1079 additional test.
1080 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1081 to this proc with gdb_test_debug_expr. Add an extra test.
1082 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1083 to this proc with gdb_test_debug_expr, give the tests names
1084 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1085 calls to this proc with gdb_test_debug_expr, give the tests names
1086 * gdb.fortran/debug-expr.exp: New file.
1087 * gdb.fortran/debug-expr.f90: New file.
1088 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1089
a1945bd4
SM
10902020-11-06 Simon Marchi <simon.marchi@efficios.com>
1091
1092 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1093 proceduresu.
1094 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1095 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1096 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1097 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1098 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1099 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1100 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1101 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1102
9c91c725
TT
11032020-11-04 Tom Tromey <tromey@adacore.com>
1104
1105 * gdb.ada/funcall_ref.exp: Update.
1106 * gdb.ada/var_rec_arr.exp: Update.
1107
8d9fd3a1
TT
11082020-11-04 Tom Tromey <tromey@adacore.com>
1109
1110 * gdb.ada/rec_ptype.exp: New file.
1111 * gdb.ada/rec_ptype/main.adb: New file.
1112 * gdb.ada/rec_ptype/p.ads: New file.
1113
d8f62e84
TT
11142020-11-04 Tom Tromey <tromey@adacore.com>
1115
1116 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1117 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1118 (PT_Full): New variable.
1119 * gdb.ada/tick_length_array_enum_idx/pck.adb
1120 (Full_PT): New type.
1121
7ff5b937
TT
11222020-11-04 Tom Tromey <tromey@adacore.com>
1123
1124 * gdb.ada/array_of_variant.exp: New file.
1125 * gdb.ada/array_of_variant/p.adb: New file.
1126 * gdb.ada/array_of_variant/pck.ads: New file.
1127 * gdb.ada/array_of_variant/pck.adb: New file.
1128
10f6a3ad
TT
11292020-11-04 Tom Tromey <tromey@adacore.com>
1130
1131 * gdb.ada/enum_idx_packed.exp: Add test.
1132 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1133 New variable.
1134 * gdb.ada/enum_idx_packed/pck.ads (Short)
1135 (Multi_Dimension, Multi_Dimension_Access): New types.
1136
b72795a8
TT
11372020-11-04 Tom Tromey <tromey@adacore.com>
1138
1139 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1140
24aa1b02
TT
11412020-11-04 Tom Tromey <tromey@adacore.com>
1142
1143 * gdb.ada/set_pckd_arr_elt.exp: Also test
1144 -fgnat-encodings=minimal. Add tests.
1145 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1146 Call Update_Small a second time.
1147 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1148 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1149 (Variant_Access): New types.
1150 (New_Variant): Declare.
1151
c9a28cbe
TT
11522020-11-04 Tom Tromey <tromey@adacore.com>
1153
1154 * gdb.ada/mod_from_name.exp: Test printing slice.
1155
57567375
TT
11562020-11-04 Tom Tromey <tromey@adacore.com>
1157
1158 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1159 values.
1160 * gdb.ada/access_to_unbounded_array.exp: Test different
1161 -fgnat-encodings values.
1162 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1163 values.
1164 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1165 values.
1166 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1167 values.
1168 * gdb.ada/array_of_variable_length.exp: Test different
1169 -fgnat-encodings values.
1170 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1171 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1172 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1173 change.
1174 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1175 values.
1176 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1177 * gdb.ada/out_of_line_in_inlined.exp: Test different
1178 -fgnat-encodings values.
1179 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1180 values.
1181 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1182 values.
1183 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1184 -fgnat-encodings values.
1185 * gdb.ada/variant_record_packed_array.exp: Test different
1186 -fgnat-encodings values.
1187
a7400e44
TT
11882020-11-04 Tom Tromey <tromey@adacore.com>
1189
1190 * gdb.ada/enum_idx_packed.exp: Add tests.
1191 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1192 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1193 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1194 declarations.
1195
c40907bf
TV
11962020-11-03 Tom de Vries <tdevries@suse.de>
1197
1198 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1199 terminator comments.
1200 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1201 terminator.
1202
f468977a
SM
12032020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1204
1205 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1206 integer format test with regexp.
1207
1c2bec19
GB
12082020-11-02 Gary Benson <gbenson@redhat.com>
1209
1210 * gdb.base/print-file-var.exp (test): Separate compiler and
1211 linker options, and build using build_executable_from_specs
1212 to accommodate this.
1213
6539a36d
GB
12142020-11-02 Gary Benson <gbenson@redhat.com>
1215
1216 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1217 for .c files compiled as C++ with Clang if any shared
1218 libraries are specified.
1219
7ea44a51
GB
12202020-11-02 Gary Benson <gbenson@redhat.com>
1221
1222 * lib/attributes.h: New header.
1223 * gdb.base/backtrace.c: Include the above. Replace
1224 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1225 * gdb.base/infcall-nested-structs.c: Likewise.
1226 * gdb.base/vla-optimized-out.c: Likewise.
1227
ab8f783d
TV
12282020-11-02 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1231
d77c9224
JB
12322020-11-01 Joel Brobecker <brobecker@adacore.com>
1233
1234 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1235 System.Min_Int and System.Max_Int with smaller hardcoded
1236 constants.
1237
0e5b0dd0
SM
12382020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1239
1240 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1241 * configure: Re-generate.
1242
136821d9
SM
12432020-10-30 Simon Marchi <simon.marchi@efficios.com>
1244
1245 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1246 expected output.
1247
b78b3a29
TBA
12482020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1249
1250 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1251 behavior.
1252 * gdb.base/paginate-bg-execution.exp: Ditto.
1253 * gdb.base/paginate-inferior-exit.exp: Ditto.
1254 * gdb.base/double-prompt-target-event-error.c: Remove.
1255 * gdb.base/double-prompt-target-event-error.exp: Remove.
1256
cfaa8f76
TBA
12572020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1258
1259 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1260 inferiors' and 'detach inferiors' do not change the current
1261 inferior.
1262
0ad0e70c
TV
12632020-10-29 Tom de Vries <tdevries@suse.de>
1264
1265 * gdb.threads/tls.exp: Fix DUPLICATEs.
1266
99cc6b2a
TV
12672020-10-28 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1270
efe9b873
TV
12712020-10-28 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1274 * gdb.base/reread.exp: Same.
1275
6b68fd45
TV
12762020-10-28 Tom de Vries <tdevries@suse.de>
1277
1278 * lib/gdb.exp (readnow): Handle arg.
1279 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1280
32a5f98a
TV
12812020-10-28 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.base/relocate.exp: Update regexp for -readnow.
1284
f93b8760
TV
12852020-10-28 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1288 -readnow.
1289
1b00ef06
TV
12902020-10-28 Tom de Vries <tdevries@suse.de>
1291
1292 PR symtab/26772
1293 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1294 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1295
364bb903
TV
12962020-10-28 Tom de Vries <tdevries@suse.de>
1297
1298 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1299 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1300 complaint during file command for -readnow.
1301
445a033f
TV
13022020-10-28 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.cp/nsalias.exp: Fix typo in test name.
1305
fdd67a42
TV
13062020-10-28 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1309
706baf4c
TV
13102020-10-28 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1313 -readnow.
1314
b448cca5
TV
13152020-10-27 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1318
5868da03
TV
13192020-10-27 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/maint.exp: Update for -readnow.
1322
06db6ec3
TV
13232020-10-27 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1326 -readnow.
1327
934a1764
GB
13282020-10-14 Gary Benson <gbenson@redhat.com>
1329
1330 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1331 "_vptr$Base" as correct, in addition to "_vptr.Base".
1332 (test_mixed): Likewise.
1333
0bf21fbd
GB
13342020-10-27 Gary Benson <gbenson@redhat.com>
1335
1336 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1337 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1338
b1d4d8d1
TBA
13392020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1340
1341 * gdb.base/condbreak.exp: Update the completion tests to
1342 consider the '-force' flag.
1343
bd24c5d6
TV
13442020-10-27 Tom de Vries <tdevries@suse.de>
1345
1346 * gdb.base/list-ambiguous-readnow.exp: New file.
1347
733d554a
TBA
13482020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1349
1350 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1351 the condition.
1352 * gdb.linespec/cpcompletion.exp: Update to consider the
1353 '-force-condition' keyword.
1354 * gdb.linespec/explicit.exp: Ditto.
1355 * lib/completion-support.exp: Ditto.
1356
b5fa468f
TBA
13572020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1358
1359 * gdb.base/condbreak-multi-context.cc: New file.
1360 * gdb.base/condbreak-multi-context.exp: New file.
1361
b3247276
TT
13622020-10-26 Tom Tromey <tom@tromey.com>
1363
1364 * lib/mi-support.exp (default_mi_gdb_start): Call
1365 gdb_stdin_log_init.
1366 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1367 subtract one from gdb_instances.
1368 (gdb_stdin_log_write): Flush in_file.
1369
1c47ec3e
TV
13702020-10-26 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1373
6390859c
TT
13742020-10-26 Tom Tromey <tromey@adacore.com>
1375
1376 * gdb.ada/unsigned_range/foo.adb: New file.
1377 * gdb.ada/unsigned_range/pack.adb: New file.
1378 * gdb.ada/unsigned_range/pack.ads: New file.
1379 * gdb.ada/unsigned_range.exp: New file.
1380
55c3ad88
TV
13812020-10-26 Tom de Vries <tdevries@suse.de>
1382
1383 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1384
1612c4bb
TV
13852020-10-26 Tom de Vries <tdevries@suse.de>
1386
1387 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1388 for CU.
1389 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1390
7d72802b
TV
13912020-10-23 Tom de Vries <tdevries@suse.de>
1392
1393 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1394 DW_FORM_string.
1395 (Dwarf::_default_form): New proc.
1396 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1397 guessed.
1398
9476b583
TV
13992020-10-23 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1402 * gdb.dwarf2/atomic-type.exp: Same.
1403 * gdb.dwarf2/bad-regnum.exp: Same.
1404 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1405 * gdb.dwarf2/dw2-align.exp: Same.
1406 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1407 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1408 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1409 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1410 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1411 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1412 * gdb.dwarf2/enum-type.exp: Same.
1413 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1414 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1415 * gdb.dwarf2/main-subprogram.exp: Same.
1416 * gdb.dwarf2/missing-type-name.exp: Same.
1417 * gdb.dwarf2/nonvar-access.exp: Same.
1418 * gdb.dwarf2/typedef-void-finish.exp: Same.
1419 * gdb.dwarf2/var-access.exp: Same.
1420 * gdb.dwarf2/void-type.exp: Same.
1421
4a636814
SM
14222020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1423
1424 PR gdb/26693
1425 * gdb.dwarf2/template-specification-full-name.exp: New test.
1426
557fc257
LM
14272020-10-22 Luis Machado <luis.machado@linaro.org>
1428
1429 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1430 expected an offset from the function.
1431 * gdb.base/msym-bp.exp (test): Likewise.
1432
6b4c676c
AB
14332020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1434
1435 * gdb.fortran/array-slices.exp: Add a new test.
1436
98cec4f6
GB
14372020-10-21 Gary Benson <gbenson@redhat.com>
1438
1439 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1440 fullname test with Clang. Also expand comments generally.
1441
ae86f581
TV
14422020-10-20 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1445
8c161360
TV
14462020-10-20 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.dwarf2/arr-stride.c: Remove.
1449 * gdb.dwarf2/arr-stride.exp: Use main.c.
1450 * gdb.dwarf2/arr-subrange.c: Remove.
1451 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1452 * gdb.dwarf2/bad-regnum.c: Remove.
1453 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1454 * gdb.dwarf2/corrupt.c: Remove.
1455 * gdb.dwarf2/corrupt.exp: Use main.c.
1456 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1457 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1458 * gdb.dwarf2/dw2-icycle.c: Remove.
1459 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1460 * gdb.dwarf2/formdata16.c: Remove.
1461 * gdb.dwarf2/formdata16.exp: Use main.c.
1462 * gdb.dwarf2/implptrconst.c: Remove.
1463 * gdb.dwarf2/implptrconst.exp: Use main.c.
1464 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1465 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1466 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1467 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1468
9c2412ec
TV
14692020-10-20 Tom de Vries <tdevries@suse.de>
1470
1471 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1472 file.
1473 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1474
0cd2ad78
TV
14752020-10-20 Tom de Vries <tdevries@suse.de>
1476
1477 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1478 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1479 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1480 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1481 * gdb.dwarf2/dw2-ranges.exp: Same.
1482 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1483 * gdb.dwarf2/var-access.exp: Same.
1484
22cc388e
TT
14852020-10-19 Tom Tromey <tromey@adacore.com>
1486
1487 PR tui/26719
1488 * gdb.tui/list.exp: Check source window contents after focus
1489 change.
1490
520596f2
TV
14912020-10-17 Tom de Vries <tdevries@suse.de>
1492
1493 PR symtab/26317
1494 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1495
d1c8a76d
TV
14962020-10-17 Tom de Vries <tdevries@suse.de>
1497
1498 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1499 as suffix.
1500 * gdb.dwarf2/atomic.c: Rename to ...
1501 * gdb.dwarf2/atomic-type.c: ... this.
1502 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1503 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1504 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1505 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1506 * gdb.dwarf2/fission-mix2.c: Rename to ...
1507 * gdb.dwarf2/fission-mix-2.c: ... this.
1508 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1509 standard_testfile.
1510 * gdb.dwarf2/ada-valprint-error.exp: Same.
1511 * gdb.dwarf2/arr-stride.exp: Same.
1512 * gdb.dwarf2/arr-subrange.exp: Same.
1513 * gdb.dwarf2/atomic-type.exp: Same.
1514 * gdb.dwarf2/bad-regnum.exp: Same.
1515 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1516 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1517 * gdb.dwarf2/clang-debug-names.exp: Same.
1518 * gdb.dwarf2/comp-unit-lang.exp: Same.
1519 * gdb.dwarf2/corrupt.exp: Same.
1520 * gdb.dwarf2/count.exp: Same.
1521 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1522 * gdb.dwarf2/data-loc.exp: Same.
1523 * gdb.dwarf2/dw2-align.exp: Same.
1524 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1525 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1526 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1527 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1528 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1529 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1530 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1531 * gdb.dwarf2/dw2-inline-param.exp: Same.
1532 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1533 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1534 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1535 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1536 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1537 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1538 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1539 * gdb.dwarf2/dw2-param-error.exp: Same.
1540 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1541 * gdb.dwarf2/dw2-ranges.exp: Same.
1542 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1543 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1544 * gdb.dwarf2/dw4-sig-types.exp: Same.
1545 * gdb.dwarf2/dynarr-ptr.exp: Same.
1546 * gdb.dwarf2/enum-type.exp: Same.
1547 * gdb.dwarf2/fission-mix.exp: Same.
1548 * gdb.dwarf2/formdata16.exp: Same.
1549 * gdb.dwarf2/implptrconst.exp: Same.
1550 * gdb.dwarf2/implptrpiece.exp: Same.
1551 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1552 * gdb.dwarf2/main-subprogram.exp: Same.
1553 * gdb.dwarf2/method-ptr.exp: Same.
1554 * gdb.dwarf2/missing-sig-type.exp: Same.
1555 * gdb.dwarf2/nonvar-access.exp: Same.
1556 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1557 * gdb.dwarf2/shortpiece.exp: Same.
1558 * gdb.dwarf2/staticvirtual.exp: Same.
1559 * gdb.dwarf2/subrange.exp: Same.
1560 * gdb.dwarf2/symtab-producer.exp: Same.
1561 * gdb.dwarf2/typedef-void-finish.exp: Same.
1562 * gdb.dwarf2/var-access.exp: Same.
1563 * gdb.dwarf2/variant.exp: Same.
1564 * gdb.dwarf2/void-type.exp: Same.
1565 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1566 dw2-ranges-main.c.
1567 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1568
472d09c1
TV
15692020-10-16 Tom de Vries <tdevries@suse.de>
1570
1571 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1572
afe75f6d
TV
15732020-10-16 Tom de Vries <tdevries@suse.de>
1574
1575 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1576
8c8bd0ba
TV
15772020-10-14 Tom de Vries <tdevries@suse.de>
1578
1579 PR testsuite/26732
1580 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1581 scenario 2.
1582 * gdb.ada/mi_catch_ex_hand.exp: Same.
1583
b75d55d4
PA
15842020-10-13 Pedro Alves <pedro@palves.net>
1585
1586 * lib/mi-support.exp (mi_clean_restart): New.
1587 (mi_run_to_main): Delete.
1588 All callers adjust to use mi_clean_restart / mi_runto_main.
1589
e777225b
PA
15902020-10-13 Pedro Alves <pedro@palves.net>
1591
1592 * config/monitor.exp: Use "list -q".
1593 * gdb.arch/gdb1558.exp: Use "break -q".
1594 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1595 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1596 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1597 * gdb.base/commands.exp: Use "break -q".
1598 * gdb.base/condbreak.exp: Use "break -q".
1599 * gdb.base/ctf-ptype.exp: Use "list -q".
1600 * gdb.base/define.exp: Use "break -q".
1601 * gdb.base/del.exp: Use "break -q".
1602 * gdb.base/fullname.exp: Use "break -q".
1603 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1604 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1605 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1606 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1607 "hbreak -q".
1608 * gdb.base/included.exp: Use "list -q".
1609 * gdb.base/label.exp: Use "break -q".
1610 * gdb.base/lineinc.exp: Use "break -q".
1611 * gdb.base/list.exp: Use "list -q".
1612 * gdb.base/macscp.exp: Use "list -q".
1613 * gdb.base/pending.exp: Use "break -q".
1614 * gdb.base/prologue-include.exp: Use "break -q".
1615 * gdb.base/ptype.exp: Use "list -q".
1616 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1617 * gdb.base/server-del-break.exp: Use "break -q".
1618 * gdb.base/style.exp: Use "break -q".
1619 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1620 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1621 * gdb.cp/exception.exp: Use "tbreak -q".
1622 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1623 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1624 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1625 * gdb.dwarf2/pr13961.exp: Use "break -q".
1626 * gdb.linespec/explicit.exp: Use "list -q".
1627 * gdb.linespec/linespec.exp: Use "break -q".
1628 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1629 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1630 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1631 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1632 * gdb.trace/change-loc.exp: Use "break -q".
1633 * gdb.trace/pending.exp: Use "break -q".
1634 * gdb.tui/basic.exp: Use "list -q".
1635 * gdb.tui/list-before.exp: Use "list -q".
1636 * gdb.tui/list.exp: Use "list -q".
1637 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1638
8abd8ee8
PA
16392020-10-13 Pedro Alves <pedro@palves.net>
1640
1641 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1642 saved breakpoints file.
1643 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1644 inspecting breakpoint list.
1645 * lib/gdb.exp (runto_main): Add "qualified" to options.
1646 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1647 and handle it.
1648 (mi_runto_main): Pass 1 as qualified argument.
1649
f71e6719
PA
16502020-10-13 Pedro Alves <pedro@palves.net>
1651
1652 * lib/mi-support.exp (mi_runto_main): New proc.
1653 (mi_run_to_main): Use it.
1654 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1655 * gdb.mi/mi-var-cmd.exp: Likewise.
1656 * gdb.mi/mi-var-invalidate.exp: Likewise.
1657 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1658 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1659 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1660 * gdb.mi/user-selected-context-sync.exp: Likewise.
1661 * gdb.opt/inline-cmds.exp: Likewise.
1662 * gdb.python/py-framefilter-mi.exp: Likewise.
1663 * gdb.python/py-mi.exp: Likewise.
1664
50441f0f
PA
16652020-10-13 Pedro Alves <pedro@palves.net>
1666
1667 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1668 "runto main".
1669 * gdb.ada/small_reg_param.exp: Likewise.
1670 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1671 * gdb.base/annota1.exp: Likewise.
1672 * gdb.base/anon.exp: Likewise.
1673 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1674 * gdb.base/dprintf-non-stop.exp: Likewise.
1675 * gdb.base/dprintf.exp: Likewise.
1676 * gdb.base/gdb11530.exp: Likewise.
1677 * gdb.base/gdb11531.exp: Likewise.
1678 * gdb.base/gnu_vector.exp: Likewise.
1679 * gdb.base/interrupt-noterm.exp: Likewise.
1680 * gdb.base/memattr.exp: Likewise.
1681 * gdb.base/step-over-syscall.exp: Likewise.
1682 * gdb.base/watch-cond-infcall.exp: Likewise.
1683 * gdb.base/watch-read.exp: Likewise.
1684 * gdb.base/watch-vfork.exp: Likewise.
1685 * gdb.base/watch_thread_num.exp: Likewise.
1686 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1687 * gdb.guile/scm-frame-inline.exp: Likewise.
1688 * gdb.linespec/explicit.exp: Likewise.
1689 * gdb.opt/inline-break.exp: Likewise.
1690 * gdb.python/py-frame-inline.exp: Likewise.
1691 * gdb.reverse/break-precsave.exp: Likewise.
1692 * gdb.reverse/break-reverse.exp: Likewise.
1693 * gdb.reverse/consecutive-precsave.exp: Likewise.
1694 * gdb.reverse/consecutive-reverse.exp: Likewise.
1695 * gdb.reverse/finish-precsave.exp: Likewise.
1696 * gdb.reverse/finish-reverse.exp: Likewise.
1697 * gdb.reverse/fstatat-reverse.exp: Likewise.
1698 * gdb.reverse/getresuid-reverse.exp: Likewise.
1699 * gdb.reverse/i386-precsave.exp: Likewise.
1700 * gdb.reverse/i386-reverse.exp: Likewise.
1701 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1702 * gdb.reverse/i387-env-reverse.exp: Likewise.
1703 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1704 * gdb.reverse/insn-reverse.exp: Likewise.
1705 * gdb.reverse/machinestate-precsave.exp: Likewise.
1706 * gdb.reverse/machinestate.exp: Likewise.
1707 * gdb.reverse/pipe-reverse.exp: Likewise.
1708 * gdb.reverse/readv-reverse.exp: Likewise.
1709 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1710 * gdb.reverse/rerun-prec.exp: Likewise.
1711 * gdb.reverse/s390-mvcle.exp: Likewise.
1712 * gdb.reverse/solib-precsave.exp: Likewise.
1713 * gdb.reverse/solib-reverse.exp: Likewise.
1714 * gdb.reverse/step-precsave.exp: Likewise.
1715 * gdb.reverse/step-reverse.exp: Likewise.
1716 * gdb.reverse/time-reverse.exp: Likewise.
1717 * gdb.reverse/until-precsave.exp: Likewise.
1718 * gdb.reverse/until-reverse.exp: Likewise.
1719 * gdb.reverse/waitpid-reverse.exp: Likewise.
1720 * gdb.reverse/watch-precsave.exp: Likewise.
1721 * gdb.reverse/watch-reverse.exp: Likewise.
1722 * gdb.threads/kill.exp: Likewise.
1723 * gdb.threads/tid-reuse.exp: Likewise.
1724
d3a07122
SM
17252020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1726
1727 PR gdb/26642
1728 * gdb.base/maint-target-async-off.c: New test.
1729 * gdb.base/maint-target-async-off.exp: New test.
1730
c65c6c42
AM
17312020-10-13 Alan Modra <amodra@gmail.com>
1732
1733 * gdb.arch/powerpc-altivec.s,
1734 * gdb.arch/powerpc-power7.s,
1735 * gdb.arch/powerpc-power8.s,
1736 * gdb.arch/powerpc-power9.s,
1737 * gdb.arch/powerpc-vsx.s,
1738 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1739 * gdb.arch/powerpc-altivec.exp,
1740 * gdb.arch/powerpc-power7.exp,
1741 * gdb.arch/powerpc-power8.exp,
1742 * gdb.arch/powerpc-power9.exp,
1743 * gdb.arch/powerpc-vsx.exp,
1744 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1745 disassembly of mfvsrd/mtvsrd.
1746
f4a0f710
AM
17472020-10-13 Alan Modra <amodra@gmail.com>
1748
1749 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1750 "target architecture" output.
1751 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1752 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1753 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1754 * gdb.arch/s390-disassembler-options.exp: Likewise.
1755
87a37e5e
PA
17562020-10-12 Pedro Alves <pedro@palves.net>
1757
1758 PR exp/26602
1759 PR c++/26550
1760 * gdb.cp/ambiguous.cc (marker1): Delete.
1761 (main): Initialize all the fields of the locals. Replace marker1
1762 call with a "set breakpoint here" marker.
1763 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1764 instead of running to marker1. Add tests printing all the
1765 variables and all the fields of the variables.
1766 (test_ambiguous): New proc, expecting the new GDB output when a
1767 field access is ambiguous. Change all "warning: X ambiguous"
1768 tests to use it.
1769
71e1b6b0
GB
17702020-10-12 Gary Benson <gbenson@redhat.com>
1771
1772 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1773 * gdb.base/msym-bp-2.c (foo): Likewise.
1774 * gdb.base/msym-lang.c (foo): Likewise.
1775 * gdb.base/msym-lang-main.c (foo): Likewise.
1776 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1777 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1778 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1779 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1780 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1781 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1782 * gdb.python/py-objfile.c (static_var): Likewise.
1783 * gdb.python/py-symbol.c (rr): Likewise.
1784 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1785 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1786
9370fd51
AB
17872020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1790 output of backtrace.
1791
7c184d33
TT
17922020-10-09 Tom Tromey <tromey@adacore.com>
1793
1794 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1795 (Rec): Add field. Fix range.
1796 * gdb.ada/scalar_storage.exp: Update.
1797
3d87245c
HD
17982020-10-09 Hannes Domani <ssbssa@yahoo.de>
1799
1800 PR exp/26714
1801 * gdb.base/printcmds.exp: Add tests for void results.
1802
f5c4b229
JV
18032020-10-09 Jan Vrany <jan.vrany@labware.com>
1804
1805 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1806 is emmited for both 'set directories' and 'directory' commands.
1807
b2701685
TT
18082020-10-08 Tom Tromey <tom@tromey.com>
1809
1810 * gdb.base/style.exp: Check that "main"'s name is styled.
1811
e86efb33
TT
18122020-10-07 Tom Tromey <tromey@adacore.com>
1813
1814 * gdb.base/find.exp: Rename some tests.
1815
30897591
GB
18162020-10-06 Gary Benson <gbenson@redhat.com>
1817
1818 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1819 * gdb.base/list1.c (unused): Likewise.
1820
ced4a4c1
GB
18212020-10-06 Gary Benson <gbenson@redhat.com>
1822
1823 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1824 __attribute__ ((used)).
1825 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1826
ed3bdac4
AB
18272020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1828
1829 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1830 make use of regions throughout.
1831 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1832 not {...}.
1833 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1834
cd096ec8
HD
18352020-10-05 Hannes Domani <ssbssa@yahoo.de>
1836
1837 * gdb.base/call-sc.c: Fix return struct on stack test case.
1838 * gdb.base/call-sc.exp: Likewise.
1839
3ee6f75d
GB
18402020-10-02 Gary Benson <gbenson@redhat.com>
1841
1842 * README: Fix "paralell".
1843
f65825ec
GB
18442020-09-30 Gary Benson <gbenson@redhat.com>
1845
1846 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
1847 Convert directive to lowercase.
1848 (.Labbrev1_begin): Add missing label.
1849 (abbrev code 0x1): Remove DW_AT_stmt_list.
1850 (.Ldie_b): Likewise.
1851
5f278258
TT
18522020-09-27 Tom Tromey <tom@tromey.com>
1853
1854 * gdb.tui/new-layout.exp: Use with_test_prefix.
1855
8f9929bb
GR
18562020-09-26 Gareth Rees <grees@undo.io> (tiny change)
1857
1858 PR python/26586
1859 * gdb.python/python.exp: add test cases for the from_tty
1860 argument to gdb.execute.
1861
c20c017b
GB
18622020-09-25 Gary Benson <gbenson@redhat.com>
1863
1864 * gdb.base/infcall-nested-structs.exp.tcl: Add
1865 additional_flags=-Wno-tautological-compare for C++
1866 tests when compiling using Clang.
1867
68d654af
GB
18682020-09-25 Gary Benson <gbenson@redhat.com>
1869
1870 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
1871 for .c files.
1872
b551a89f
TT
18732020-09-24 Tom Tromey <tromey@adacore.com>
1874
1875 PR tui/26638:
1876 * gdb.tui/list.exp: Check output of "focus next".
1877
20a5fcbd
TT
18782020-09-23 Tom Tromey <tom@tromey.com>
1879
1880 * gdb.dwarf2/intbits.exp: New file.
1881 * gdb.dwarf2/intbits.c: New file.
1882
b167e53f
PA
18832020-09-20 Pedro Alves <pedro@palves.net>
1884
1885 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
1886 spawn_id before calling remote_close. Close secondary MI channel.
1887
dbc49e9f
PA
18882020-09-20 Pedro Alves <pedro@palves.net>
1889
1890 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
1891 fails.
1892
c8d5abea
AB
18932020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/array-slices.exp: Update expected results.
1896 * gdb.fortran/class-allocatable-array.exp: Likewise.
1897 * gdb.fortran/multi-dim.exp: Likewise.
1898 * gdb.fortran/vla-type.exp: Likewise.
1899 * gdb.mi/mi-vla-fortran.exp: Likewise.
1900
14f9473c
VC
19012020-09-18 Victor Collod <vcollod@nvidia.com>
1902
1903 PR gdb/26635
1904 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
1905 compatible with i386, and move it to...
1906 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
1907 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
1908 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
1909
e8ef12b9
PA
19102020-09-18 Pedro Alves <pedro@palves.net>
1911
1912 PR gdb/26631
1913 * gdb.multi/multi-target-thread-find.exp: New file.
1914
e11daf7a
PA
19152020-09-18 Pedro Alves <pedro@palves.net>
1916
1917 * gdb.multi/multi-target-continue.exp: New file, factored out from
1918 multi-target.exp.
1919 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
1920 multi-target.exp.
1921 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
1922 multi-target.exp.
1923 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
1924 multi-target.exp.
1925 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
1926 multi-target.exp.
1927 * gdb.multi/multi-target.exp.tcl: New file, factored out from
1928 multi-target.exp.
1929 * gdb.multi/multi-target.exp: Delete.
1930
d0edc2b8
AB
19312020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1932
1933 * gdb.fortran/array-slices.exp: Add missing message data.
1934
7474326c
PA
19352020-09-17 Pedro Alves <pedro@palves.net>
1936
1937 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
1938
dd23068d
PA
19392020-09-17 Pedro Alves <pedro@palves.net>
1940
1941 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
1942 full prototype.
1943
0640a543
PA
19442020-09-17 Pedro Alves <pedro@palves.net>
1945
1946 * gdb.python/py-as-string.c: Add cast.
1947
ef0cdbc1
PA
19482020-09-17 Pedro Alves <pedro@palves.net>
1949
1950 * gdb.base/sizeof.c (fill): Add cast.
1951
3a5eeb8b
PA
19522020-09-17 Pedro Alves <pedro@palves.net>
1953
1954 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
1955
a8129512
PA
19562020-09-17 Pedro Alves <pedro@palves.net>
1957
1958 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
1959 linkage name.
1960 * gdb.base/prologue.exp: Use print /d.
1961 * gdb.base/symbol-alias.exp: Handle C++ output.
1962 * gdb.base/symbol-alias2.c: Handle C++ output.
1963 [__cplusplus] (func): Explicitly specify linkage name.
1964
a83cdcb6
PA
19652020-09-17 Pedro Alves <pedro@palves.net>
1966
1967 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
1968 (struct my_key_t): ... this. Adjust all references.
1969 (struct value_t): Rename to ...
1970 (struct my_value_t): ... this. Adjust all references.
1971 (create_map, add_map_element, create_map_map)
1972 (add_map_map_element): Add casts.
1973
d4bcee5c
PA
19742020-09-17 Pedro Alves <pedro@palves.net>
1975
1976 * gdb.python/py-framefilter-mi.c (funca): Add casts.
1977 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
1978
81f90489
PA
19792020-09-17 Pedro Alves <pedro@palves.net>
1980
1981 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
1982
0a229804
PA
19832020-09-17 Pedro Alves <pedro@palves.net>
1984
1985 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
1986 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
1987 (charfoo, intfoo): Define full prototype.
1988 * gdb.base/ptype1.c (charfoo): Define full prototype.
1989 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
1990 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
1991
c3e5138d
PA
19922020-09-17 Pedro Alves <pedro@palves.net>
1993
1994 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
1995 Don't define.
1996 (utf_32_string): Compile for both C and C++.
1997 * gdb.base/charset.exp: Use "print /d".
1998
151fdbad
PA
19992020-09-17 Pedro Alves <pedro@palves.net>
2000
2001 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2002 (nullptr): Rename to ...
2003 (null_ptr): ... this.
2004 * gdb.base/watchpoint.exp: Adjust to rename.
2005
18a25b64
PA
20062020-09-17 Pedro Alves <pedro@palves.net>
2007
2008 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2009 (three_not_flag): Add casts.
2010
11fac337
PA
20112020-09-17 Pedro Alves <pedro@palves.net>
2012
2013 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2014 char array.
2015 (main): Add references to Barrier, TestStrings, TestStringsH and
2016 TestStringsW.
2017 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2018 and expect a full prototype in C++.
2019
52626c58
PA
20202020-09-17 Pedro Alves <pedro@palves.net>
2021
2022 * gdb.base/nested-addr.c (main): Add cast.
2023 * gdb.base/nested-addr.exp: Use "print /d".
2024
52bb0902
PA
20252020-09-17 Pedro Alves <pedro@palves.net>
2026
2027 * gdb.base/break.exp (func): New. Use it throughout when
2028 expecting a function name.
2029
73e18ac9
PA
20302020-09-17 Pedro Alves <pedro@palves.net>
2031
2032 * gdb.base/display.exp: Issue "set print asm-demangle on".
2033
c8b18808
PA
20342020-09-17 Pedro Alves <pedro@palves.net>
2035
2036 * gdb.base/find.c: Include <string.h>.
2037 (init_bufs): Add cast.
2038 * gdb.base/find.exp: Issue "set print asm-demangle on".
2039
fe830662
TT
20402020-09-16 Tom Tromey <tromey@adacore.com>
2041
2042 PR gdb/26598:
2043 * gdb.base/skipcxx.exp: New file.
2044 * gdb.base/skipcxx.cc: New file.
2045
945ff6e2
TV
20462020-09-16 Tom de Vries <tdevries@suse.de>
2047
2048 PR testsuite/26617
2049 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2050 WITH_DEBUG_SECTIONS is defined.
2051 (xstr, str): New macro.
2052 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2053 to get start and size of _Dmain.
2054 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2055 using additional_flags.
2056
da1df1db
TBA
20572020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2058
2059 * gdb.base/bp-cmds-sourced-script.c: New file.
2060 * gdb.base/bp-cmds-sourced-script.exp: New test.
2061 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2062
337882d4
TV
20632020-09-16 Tom de Vries <tdevries@suse.de>
2064
2065 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2066 get the gdb prompt after issuing "monitor exit".
2067
7361f908
TV
20682020-09-16 Tom de Vries <tdevries@suse.de>
2069
2070 PR testsuite/26624
2071 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2072
4d91ddd3
TV
20732020-09-16 Tom de Vries <tdevries@suse.de>
2074
2075 PR testsuite/26618
2076 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2077
08cc37dd
TT
20782020-09-15 Tom Tromey <tromey@adacore.com>
2079
2080 PR rust/26197:
2081 * lib/rust-support.exp (rust_llvm_version): New proc.
2082 * gdb.rust/simple.exp: Check rust_llvm_version.
2083
ee6372f2
TV
20842020-09-14 Tom de Vries <tdevries@suse.de>
2085
2086 * gdb.rust/traits.exp: Fix PATH warning.
2087
dc3a371e
PA
20882020-09-13 Pedro Alves <pedro@palves.net>
2089
2090 * gdb.base/catch-follow-exec.c (main): Add explicit return
2091 statement.
2092 * gdb.base/catch-signal.c (main): Likewise.
2093 * gdb.base/condbreak-call-false.c (main): Likewise.
2094 * gdb.base/consecutive.c (main): Add explicit return
2095 statement and return type.
2096 * gdb.base/cursal.c (main): Add explicit return statement.
2097 * gdb.base/cvexpr.c (main): Likewise.
2098 * gdb.base/display.c (main): Add explicit return statement and
2099 return type.
2100 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2101 * gdb.base/endianity.c (main): Likewise.
2102 * gdb.base/execd-prog.c (main): Likewise.
2103 * gdb.base/gdb1090.c (main): Likewise.
2104 * gdb.base/info_qt.c (main): Likewise.
2105 * gdb.base/lineinc.c (main): Likewise.
2106 * gdb.base/load-command.c (main): Likewise.
2107 * gdb.base/macscp1.c (main): Likewise.
2108 * gdb.base/pr10179-a.c (main): Likewise.
2109 * gdb.base/quit-live.c (main): Likewise.
2110 * gdb.base/scope0.c (main): Likewise.
2111 * gdb.base/settings.c (main): Likewise.
2112 * gdb.base/stack-checking.c (main): Return int.
2113 * gdb.base/varargs.c (main): Add explicit return statement.
2114 * gdb.cp/ambiguous.cc (main): Likewise.
2115 * gdb.cp/anon-struct.cc (main): Likewise.
2116 * gdb.cp/anon-union.cc (main): Likewise.
2117 * gdb.cp/bool.cc (main): Likewise.
2118 * gdb.cp/bs15503.cc (main): Likewise.
2119 * gdb.cp/cplusfuncs.cc (main): Likewise.
2120 * gdb.cp/cttiadd.cc (main): Likewise.
2121 * gdb.cp/extern-c.cc (main): Likewise.
2122 * gdb.cp/filename.cc (main): Likewise.
2123 * gdb.cp/formatted-ref.cc (main): Likewise.
2124 * gdb.cp/mb-ctor.cc (main): Likewise.
2125 * gdb.cp/member-ptr.cc (main): Likewise.
2126 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2127 * gdb.cp/overload-const.cc (main): Likewise.
2128 * gdb.cp/paren-type.cc (main): Likewise.
2129 * gdb.cp/parse-lang.cc (main): Likewise.
2130 * gdb.cp/pr-1023.cc (main): Likewise.
2131 * gdb.cp/psmang1.cc (main): Likewise.
2132 * gdb.cp/readnow-language.cc (main): Likewise.
2133 * gdb.cp/ref-params.cc (main): Likewise.
2134 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2135 * gdb.cp/virtbase2.cc (main): Likewise.
2136 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2137 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2138 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2139 * gdb.mi/mi-console.c (main): Likewise.
2140 * gdb.mi/mi-read-memory.c (main): Likewise.
2141 * gdb.modula2/multidim.c (main): Likewise.
2142 * gdb.opt/inline-small-func.c (main): Likewise.
2143 * gdb.python/py-rbreak.c (main): Likewise.
2144 * gdb.stabs/exclfwd1.c (main): Likewise.
2145 * gdb.trace/qtro.c (main): Likewise.
2146
af26601c
PA
21472020-09-13 Pedro Alves <pedro@palves.net>
2148
2149 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2150 instead of getenv.
2151
2f4b83cd
PA
21522020-09-13 Pedro Alves <pedro@palves.net>
2153
2154 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2155 instead of spawning GDB with remote_spawn.
2156 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2157 gdb_spawn instead of spawning GDB with remote_spawn.
2158
c49da0e4
PA
21592020-09-13 Pedro Alves <pedro@palves.net>
2160
2161 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2162 file and add calls to first and second.
2163 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2164 add call to f.
2165
6791b117
PA
21662020-09-13 Pedro Alves <pedro@palves.net>
2167
2168 * gdb.mi/mi-break-qualified.cc: New file.
2169 * gdb.mi/mi-break-qualified.exp: New file.
2170 * lib/mi-support.exp (mi_create_breakpoint_multi)
2171 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2172 procedures.
2173 (mi_create_breakpoint_1): New, factored out from
2174 mi_create_breakpoint.
2175
3b8d4c5c
PA
21762020-09-13 Pedro Alves <pedro@palves.net>
2177
2178 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2179 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2180 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2181 (register_class): Delete.
2182 (main): Don't call register_class.
2183
d5f96005
PA
21842020-09-13 Pedro Alves <pedro@palves.net>
2185
2186 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2187 (do_tests): Remove "calling method for small class" test.
2188 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2189 (register_class): Delete.
2190 (main): Don't call register_class.
2191 * gdb.cp/call-method-register.exp: New file, based on bits removed
2192 from classes.exp.
2193 * gdb.cp/call-method-register.cc: New file, based on bits removed
2194 from classes.cc.
2195
77f2120b
PA
21962020-09-13 Pedro Alves <pedro@palves.net>
2197
2198 * gdb.base/msym-bp-2.c: New.
2199 * gdb.base/msym-bp-shl-lib.c: New file.
2200 * gdb.base/msym-bp-shl-main-2.c: New file.
2201 * gdb.base/msym-bp-shl-main.c: New file.
2202 * gdb.base/msym-bp-shl.exp: New file.
2203 * gdb.base/msym-bp.c: New file.
2204 * gdb.base/msym-bp.exp: New file.
2205
32aea73e
JB
22062020-09-13 Joel Brobecker <brobecker@adacore.com>
2207
2208 * gdb.base/default.exp: Change $_gdb_major to 11.
2209
2a67f09d
FW
22102020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2211 Felix Willgerodt <Felix.Willgerodt@intel.com>
2212
2213 * x86-avx512bf16.c: New file.
2214 * x86-avx512bf16.exp: Likewise.
2215 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2216
ad570dd7
TV
22172020-09-11 Tom de Vries <tdevries@suse.de>
2218
2219 PR exp/26602
2220 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2221
a56f7391
TBA
22222020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2223
2224 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2225
918619e5
AM
22262020-09-10 Alan Modra <amodra@gmail.com>
2227
2228 PR 26597
2229 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2230
cac1e71d
TV
22312020-09-08 Tom de Vries <tdevries@suse.de>
2232
2233 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2234 after gdb_starti_cmd.
2235
c5cd900e
AKS
22362020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2237
2238 * lib/fortran.exp (fortran_complex8): New proc.
2239 (fortran_complex16): New proc.
2240 * gdb.fortran/complex.exp: Use routines from fortran.exp
2241 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2242 * gdb.fortran/vla-ptr-info.exp: Likewise.
2243
8f5c6526
TV
22442020-09-03 Tom de Vries <tdevries@suse.de>
2245
2246 PR breakpoint/26546
2247 * gdb.base/label-without-address.exp: Runto main first.
2248
02c6f3f1
TT
22492020-09-02 Tom Tromey <tromey@adacore.com>
2250
2251 * gdb.ada/mi_var_access.exp: Test children of access variable.
2252 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2253 * gdb.ada/mi_var_array.exp: Update.
2254
efe24f05
KB
22552020-08-31 Kevin Buettner <kevinb@redhat.com>
2256
2257 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2258 on docker w/ AUFS storage driver.
2259
973695d6
KB
22602020-08-31 Kevin Buettner <kevinb@redhat.com>
2261
2262 * gdb.base/corefile2.exp (renamed binfile): New tests.
2263
f3bd50f1
SM
22642020-08-31 Simon Marchi <simon.marchi@efficios.com>
2265
2266 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2267
22b9b4b0
SL
22682020-08-31 Simon Marchi <simon.marchi@efficios.com>
2269
2270 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2271 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2272
8efaf6b3
SM
22732020-08-31 Simon Marchi <simon.marchi@efficios.com>
2274
2275 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2276 output, printing a "not saved" value from history and printing a
2277 convenience variable created from a "not saved" value.
2278
e840f2e3
TV
22792020-08-31 Tom de Vries <tdevries@suse.de>
2280
2281 * gdb.base/eh_return.exp: Use nopie.
2282
8f57f343
PA
22832020-08-28 Pedro Alves <pedro@palves.net>
2284
2285 * gdb.base/advance-until-multiple-locations.exp
2286 (advance_overload, until_overload): Adjust to match the
2287 frame/function header instead of the source line text.
2288
626d2320
TV
22892020-08-28 Tom de Vries <tdevries@suse.de>
2290
2291 * gdb.base/label-without-address.c: New test.
2292 * gdb.base/label-without-address.exp: New file.
2293
df631783
PA
22942020-08-27 Pedro Alves <pedro@palves.net>
2295
2296 PR gdb/26523
2297 PR gdb/26524
2298 * gdb.base/advance-until-multiple-locations.cc: New.
2299 * gdb.base/advance-until-multiple-locations.exp: New.
2300
48b076bb
SM
23012020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2302
2303 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2304
c2015ce4
AB
23052020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2306
2307 * gdb.arch/amd64-byte.exp: Make test names unique, use
2308 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2309 * gdb.arch/amd64-dword.exp: Likewise.
2310 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2311 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2312 unique.
2313 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2314 * gdb.arch/amd64-word.exp: Make test names unique, use
2315 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2316 * gdb.arch/i386-byte.exp: Make test names unique, use
2317 gdb_breakpoint.
2318 * gdb.arch/i386-word.exp: Likewise.
2319
995d3a19
SV
23202020-08-25 Shahab Vahedi <shahab@synopsys.com>
2321
2322 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2323
8cac2b31
SM
23242020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2325
2326 PR gdb/26532
2327 * gdb.threads/stepi-random-signal.exp: Update pattern.
2328
2bc19622
SM
23292020-08-25 Simon Marchi <simon.marchi@efficios.com>
2330
2331 PR gdb/26532
2332 * gdb.base/ui-redirect.exp: Update pattern.
2333
b04aa1fc
GB
23342020-08-25 Gary Benson <gbenson@redhat.com>
2335
2336 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2337 when compiling with clang.
8571e9c8 2338 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2339
9f68b453
GB
23402020-08-25 Gary Benson <gbenson@redhat.com>
2341
2342 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2343 Add additional_flags=-Wno-inaccessible-base when compiling
2344 with GCC >= 10.1 or clang. Add additional_flags=-w when
2345 compiling with GCC < 10.
2346
3945d2d7
GM
23472020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2348
2349 PR m2/26372
fc5d6901
SM
2350 * gdb.modula2/multidim.c: New file.
2351 * gdb.modula2/multidim.exp: New file.
3945d2d7 2352
60122dbe
SM
23532020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2354
2355 * lib/gdb.exp (runto): Always emit fail on internal error.
2356
1eb8556f
SM
23572020-08-24 Simon Marchi <simon.marchi@efficios.com>
2358
2359 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2360 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2361 Likewise.
2362 * gdb.threads/stepi-random-signal.exp: Likewise.
2363
33bf4c5c
TBA
23642020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2365
2366 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2367 * gdb.trace/strace.exp: Ditto.
2368
c2fd7fae
AKS
23692020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2370
2371 * gdb.fortran/vla-type.exp: Skip commands not required for
2372 the Flang compiled binaries after prologue fix.
2373
326afb72
TT
23742020-08-17 Tom de Vries <tdevries@suse.de>
2375 Tom Tromey <tromey@adacore.com>
2376
2377 PR rust/26197:
2378 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2379
3ae7ab99
TT
23802020-08-17 Tom Tromey <tromey@adacore.com>
2381
2382 * gdb.ada/mi_var_access.exp: New file.
2383 * gdb.ada/mi_var_access/mi_access.adb: New file.
2384 * gdb.ada/mi_var_access/pck.adb: New file.
2385 * gdb.ada/mi_var_access/pck.ads: New file.
2386
f569c1c5
TV
23872020-08-16 Tom de Vries <tdevries@suse.de>
2388
2389 PR gdb/25350
2390 * gdb.base/eh_return.c: New test.
2391 * gdb.base/eh_return.exp: New file.
2392
3d11c30a
TV
23932020-08-15 Tom de Vries <tdevries@suse.de>
2394
2395 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2396 (mixed_func_1d_): Use fortran_charlen_t in decl.
2397
547ce8f0
TV
23982020-08-15 Tom de Vries <tdevries@suse.de>
2399
2400 PR backtrace/26390
2401 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2402 Update expected pattern.
2403
a54a7f13
PA
24042020-08-13 Pedro Alves <pedro@palves.net>
2405
2406 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2407 * gdb.fortran/library-module.exp: Likewise.
2408 * gdb.fortran/logical.exp: Likewise.
2409 * gdb.fortran/module.exp: Likewise.
2410 * gdb.fortran/print_type.exp: Likewise.
2411 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2412 * gdb.fortran/vla-datatypes.exp: Likewise.
2413 * gdb.fortran/vla-history.exp: Likewise.
2414 * gdb.fortran/vla-ptr-info.exp: Likewise.
2415 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2416 * gdb.fortran/vla-ptype.exp: Likewise.
2417 * gdb.fortran/vla-sizeof.exp: Likewise.
2418 * gdb.fortran/vla-type.exp: Likewise.
2419 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2420 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2421 * gdb.fortran/vla-value-sub.exp: Likewise.
2422 * gdb.fortran/vla-value.exp: Likewise.
2423
7a82e903
PA
24242020-08-13 Pedro Alves <pedro@palves.net>
2425
2426 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2427 * gdb.ada/access_to_packed_array.exp: Likewise.
2428 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2429 * gdb.ada/addr_arith.exp: Likewise.
2430 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2431 * gdb.ada/arr_arr.exp: Likewise.
2432 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2433 * gdb.ada/array_bounds.exp: Likewise.
2434 * gdb.ada/array_of_variable_length.exp: Likewise.
2435 * gdb.ada/array_ptr_renaming.exp: Likewise.
2436 * gdb.ada/array_subscript_addr.exp: Likewise.
2437 * gdb.ada/arraydim.exp: Likewise.
2438 * gdb.ada/arrayparam.exp: Likewise.
2439 * gdb.ada/arrayptr.exp: Likewise.
2440 * gdb.ada/assign_1.exp: Likewise.
2441 * gdb.ada/assign_arr.exp: Likewise.
2442 * gdb.ada/atomic_enum.exp: Likewise.
2443 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2444 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2445 * gdb.ada/bias.exp: Likewise.
2446 * gdb.ada/boolean_expr.exp: Likewise.
2447 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2448 * gdb.ada/bp_enum_homonym.exp: Likewise.
2449 * gdb.ada/bp_inlined_func.exp: Likewise.
2450 * gdb.ada/bp_on_var.exp: Likewise.
2451 * gdb.ada/bp_range_type.exp: Likewise.
2452 * gdb.ada/bp_reset.exp: Likewise.
2453 * gdb.ada/call_pn.exp: Likewise.
2454 * gdb.ada/catch_assert_if.exp: Likewise.
2455 * gdb.ada/catch_ex.exp: Likewise.
2456 * gdb.ada/catch_ex_std.exp: Likewise.
2457 * gdb.ada/char_enum.exp: Likewise.
2458 * gdb.ada/char_param.exp: Likewise.
2459 * gdb.ada/complete.exp: Likewise.
2460 * gdb.ada/cond_lang.exp: Likewise.
2461 * gdb.ada/convvar_comp.exp: Likewise.
2462 * gdb.ada/dgopt.exp: Likewise.
2463 * gdb.ada/disc_arr_bound.exp: Likewise.
2464 * gdb.ada/display_nested.exp: Likewise.
2465 * gdb.ada/dot_all.exp: Likewise.
2466 * gdb.ada/dyn_loc.exp: Likewise.
2467 * gdb.ada/dyn_stride.exp: Likewise.
2468 * gdb.ada/excep_handle.exp: Likewise.
2469 * gdb.ada/expr_delims.exp: Likewise.
2470 * gdb.ada/expr_with_funcall.exp: Likewise.
2471 * gdb.ada/exprs.exp: Likewise.
2472 * gdb.ada/fin_fun_out.exp: Likewise.
2473 * gdb.ada/fixed_cmp.exp: Likewise.
2474 * gdb.ada/formatted_ref.exp: Likewise.
2475 * gdb.ada/frame_arg_lang.exp: Likewise.
2476 * gdb.ada/frame_args.exp: Likewise.
2477 * gdb.ada/fullname_bp.exp: Likewise.
2478 * gdb.ada/fun_addr.exp: Likewise.
2479 * gdb.ada/fun_in_declare.exp: Likewise.
2480 * gdb.ada/fun_overload_menu.exp: Likewise.
2481 * gdb.ada/fun_renaming.exp: Likewise.
2482 * gdb.ada/funcall_char.exp: Likewise.
2483 * gdb.ada/funcall_param.exp: Likewise.
2484 * gdb.ada/funcall_ptr.exp: Likewise.
2485 * gdb.ada/funcall_ref.exp: Likewise.
2486 * gdb.ada/homonym.exp: Likewise.
2487 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2488 * gdb.ada/info_auto_lang.exp: Likewise.
2489 * gdb.ada/info_exc.exp: Likewise.
2490 * gdb.ada/info_types.exp: Likewise.
2491 * gdb.ada/int_deref.exp: Likewise.
2492 * gdb.ada/interface.exp: Likewise.
2493 * gdb.ada/iwide.exp: Likewise.
2494 * gdb.ada/lang_switch.exp: Likewise.
2495 * gdb.ada/length_cond.exp: Likewise.
2496 * gdb.ada/maint_with_ada.exp: Likewise.
2497 * gdb.ada/mi_catch_assert.exp: Likewise.
2498 * gdb.ada/mi_catch_ex.exp: Likewise.
2499 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2500 * gdb.ada/mi_dyn_arr.exp: Likewise.
2501 * gdb.ada/mi_ex_cond.exp: Likewise.
2502 * gdb.ada/mi_exc_info.exp: Likewise.
2503 * gdb.ada/mi_interface.exp: Likewise.
2504 * gdb.ada/mi_prot.exp: Likewise.
2505 * gdb.ada/mi_ref_changeable.exp: Likewise.
2506 * gdb.ada/mi_string_access.exp: Likewise.
2507 * gdb.ada/mi_task_arg.exp: Likewise.
2508 * gdb.ada/mi_task_info.exp: Likewise.
2509 * gdb.ada/mi_var_array.exp: Likewise.
2510 * gdb.ada/mi_var_union.exp: Likewise.
2511 * gdb.ada/mi_variant.exp: Likewise.
2512 * gdb.ada/minsyms.exp: Likewise.
2513 * gdb.ada/mod_from_name.exp: Likewise.
2514 * gdb.ada/nested.exp: Likewise.
2515 * gdb.ada/null_array.exp: Likewise.
2516 * gdb.ada/optim_drec.exp: Likewise.
2517 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2518 * gdb.ada/packed_array_assign.exp: Likewise.
2519 * gdb.ada/packed_tagged.exp: Likewise.
2520 * gdb.ada/pp-rec-component.exp: Likewise.
2521 * gdb.ada/print_chars.exp: Likewise.
2522 * gdb.ada/print_pc.exp: Likewise.
2523 * gdb.ada/ptr_typedef.exp: Likewise.
2524 * gdb.ada/ptype_arith_binop.exp: Likewise.
2525 * gdb.ada/ptype_array.exp: Likewise.
2526 * gdb.ada/ptype_field.exp: Likewise.
2527 * gdb.ada/ptype_tagged_param.exp: Likewise.
2528 * gdb.ada/ptype_union.exp: Likewise.
2529 * gdb.ada/py_range.exp: Likewise.
2530 * gdb.ada/py_taft.exp: Likewise.
2531 * gdb.ada/rdv_wait.exp: Likewise.
2532 * gdb.ada/rec_comp.exp: Likewise.
2533 * gdb.ada/rec_return.exp: Likewise.
2534 * gdb.ada/ref_param.exp: Likewise.
2535 * gdb.ada/ref_tick_size.exp: Likewise.
2536 * gdb.ada/rename_subscript_param.exp: Likewise.
2537 * gdb.ada/repeat_dyn.exp: Likewise.
2538 * gdb.ada/same_component_name.exp: Likewise.
2539 * gdb.ada/same_enum.exp: Likewise.
2540 * gdb.ada/scalar_storage.exp: Likewise.
2541 * gdb.ada/set_wstr.exp: Likewise.
2542 * gdb.ada/small_reg_param.exp: Likewise.
2543 * gdb.ada/str_binop_equal.exp: Likewise.
2544 * gdb.ada/str_ref_cmp.exp: Likewise.
2545 * gdb.ada/str_uninit.exp: Likewise.
2546 * gdb.ada/sub_variant.exp: Likewise.
2547 * gdb.ada/sym_print_name.exp: Likewise.
2548 * gdb.ada/taft_type.exp: Likewise.
2549 * gdb.ada/tagged.exp: Likewise.
2550 * gdb.ada/tagged_access.exp: Likewise.
2551 * gdb.ada/task_bp.exp: Likewise.
2552 * gdb.ada/task_switch_in_core.exp: Likewise.
2553 * gdb.ada/tasks.exp: Likewise.
2554 * gdb.ada/tick_last_segv.exp: Likewise.
2555 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2556 * gdb.ada/type_coercion.exp: Likewise.
2557 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2558 * gdb.ada/unchecked_union.exp: Likewise.
2559 * gdb.ada/uninitialized_vars.exp: Likewise.
2560 * gdb.ada/var_arr_attrs.exp: Likewise.
2561 * gdb.ada/var_arr_typedef.exp: Likewise.
2562 * gdb.ada/var_rec_arr.exp: Likewise.
2563 * gdb.ada/variant-record.exp: Likewise.
2564 * gdb.ada/variant.exp: Likewise.
2565 * gdb.ada/variant_record_packed_array.exp: Likewise.
2566 * gdb.ada/varsize_limit.exp: Likewise.
2567 * gdb.ada/whatis_array_val.exp: Likewise.
2568 * gdb.ada/widewide.exp: Likewise.
2569 * gdb.ada/win_fu_syms.exp: Likewise.
2570
25712020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2572
2573 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2574
10c381b5
AB
25752020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2576
2577 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2578 unset the array variable.
2579
8f34b746
TV
25802020-08-03 Tom de Vries <tdevries@suse.de>
2581
2582 PR symtab/26333
2583 * lib/dwarf.exp (DW_LNE_user): New proc.
2584 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2585 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2586
0245e136
KB
25872020-07-31 Kevin Buettner <kevinb@redhat.com>
2588
2589 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2590 to 'uintptr_t'
2591 (inttypes.h): Include.
2592
9ef1ec5d
KB
25932020-07-31 Kevin Buettner <kevinb@redhat.com>
2594
2595 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2596 (C5_24k): Delete.
2597 (C5_8k, C5_64k, C5_256k): New macros.
2598 (buf_ro): Allocate 256 KiB of initialized data.
2599
4c55e970
TBA
26002020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2601
2602 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2603 that attempt to overwrite an existing condition with a condition
2604 that fails parsing and also with a condition that parses fine
2605 but contains junk at the end.
2606
1e620590
TBA
26072020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2608
2609 * gdb.base/condbreak-bad.c: New test.
2610 * gdb.base/condbreak-bad.exp: New file.
2611
e12dcc50
TV
26122020-07-30 Tom de Vries <tdevries@suse.de>
2613
2614 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2615 out of ...
2616 (GDBInfoModuleSymbols::check_entry): ... here.
2617 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2618 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2619 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2620
6cc64caa
TV
26212020-07-30 Tom de Vries <tdevries@suse.de>
2622
2623 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2624 "__class_some_module_Number_t" optional.
2625
90fd07fc
TV
26262020-07-29 Tom de Vries <tdevries@suse.de>
2627
2628 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2629 multiple locations.
2630
f5c79e97
TV
26312020-07-29 Tom de Vries <tdevries@suse.de>
2632
2633 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2634 rather than function name.
2635
f75a0693
AB
26362020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 PR symtab/26270:
2639 * gdb.cp/disasm-func-name.cc: New file.
2640 * gdb.cp/disasm-func-name.exp: New file.
2641
4888741a
TT
26422020-07-28 Tom Tromey <tromey@adacore.com>
2643
2644 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2645 'varval' location.
2646
43d5901d
AB
26472020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.python/py-unwind.py: Update to make use of a register
2650 descriptor.
2651
14fa8fb3
AB
26522020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2655
e79eb02f
AB
26562020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2657
2658 PR fortran/23051
2659 PR fortran/26139
2660 * gdb.fortran/class-allocatable-array.exp: New file.
2661 * gdb.fortran/class-allocatable-array.f90: New file.
2662 * gdb.fortran/pointer-to-pointer.exp: New file.
2663 * gdb.fortran/pointer-to-pointer.f90: New file.
2664
876518dd
TV
26652020-07-25 Tom de Vries <tdevries@suse.de>
2666
2667 PR symtab/26243
2668 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2669 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2670
6dcfb80a
TV
26712020-07-24 Tom de Vries <tdevries@suse.de>
2672
2673 PR testsuite/26293
2674 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2675
e7bc9db8
PA
26762020-07-23 Pedro Alves <pedro@palves.net>
2677
2678 * gdb.server/server-kill.exp (prepare): New, factored out from the
2679 top level.
2680 (kill_server): New.
2681 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2682 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2683
78344df7
AB
26842020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2685
2686 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2687
25dfed24
SL
26882020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2689
2690 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2691 Initialize to empty string at top level.
2692 (gdb_wrapper_init): Revert check for file existence on build.
2693 Build the wrapper in its default place, not a build-specific
2694 location. When host == build, make the pathname absolute.
2695 (gdb_compile): Delete leftover declaration of
2696 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2697 string instead of uninitialized.
2698
7da515fd
KB
26992020-07-22 Kevin Buettner <kevinb@redhat.com>
2700
2701 * gdb.base/corefile2.exp: New file.
2702 * gdb.base/coremaker2.exp: New file.
2703
9c5ec5c2
KB
27042020-07-22 Kevin Buettner <kevinb@redhat.com>
2705
2706 * gdb.base/coredump-filter.exp: Add second
2707 non-Private-Shared-Anon-File test.
2708 (test_disasm): Rename binfile for test which is expected
2709 to fail.
2710
f9e233c9
KB
27112020-07-22 Kevin Buettner <kevinb@redhat.com>
2712
2713 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2714 data in core file".
2715 * gdb.base/coremaker.c (buf2ro): New global.
2716 (mmapdata): Add a read-only mmap mapping.
2717
94c265d7
KB
27182020-07-22 Kevin Buettner <kevinb@redhat.com>
2719
2720 PR corefiles/25631
2721 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2722 New test.
2723 * gdb.base/coremaker.c (buf3): New global.
2724 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2725 flags.
2726
27272020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2728
2729 * gdb.base/coremaker.c (filler_ro): New global constant.
2730
32fa152e
TT
27312020-07-22 Tom Tromey <tromey@adacore.com>
2732
2733 * gdb.ada/mi_prot.exp: New file.
2734 * gdb.ada/mi_prot/pkg.adb: New file.
2735 * gdb.ada/mi_prot/pkg.ads: New file.
2736 * gdb.ada/mi_prot/prot.adb: New file.
2737
c8474dc3
TBA
27382020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2739
2740 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2741 loads two JITers.
2742
baf8791e
AB
27432020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2746
f7306dac
AB
27472020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2748
2749 * gdb.python/py-arch-reg-names.exp: Additional tests.
2750
6d3d6e4b
TV
27512020-07-21 Tom de Vries <tdevries@suse.de>
2752
2753 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2754 breakpoint locations".
2755 * gdb.reverse/solib-reverse.exp: Same.
2756
803d0592
TV
27572020-07-21 Tom de Vries <tdevries@suse.de>
2758
2759 * gdb.reverse/step-reverse.c (callee): Merge statements.
2760
e9bdc510
TV
27612020-07-21 Tom de Vries <tdevries@suse.de>
2762
2763 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2764 line numbers for some variables.
2765
f0f9e75a
TV
27662020-07-21 Tom de Vries <tdevries@suse.de>
2767
2768 * gdb.opt/inline-locals.c (init_array): New func.
2769 (func1): Use init_array.
2770 * gdb.opt/inline-locals.exp: Update pattern.
2771
bd460ecb
TV
27722020-07-21 Tom de Vries <tdevries@suse.de>
2773
2774 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2775 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2776
ae5369e7
LC
27772020-07-20 Ludovic Courtès <ludo@gnu.org>
2778
2779 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2780 * gdb.guile/types-module.exp: Remove "ERROR:" from
2781 regexps since Guile 3.0 no longer prints that.
2782
68cf161c
LC
27832020-07-20 Ludovic Courtès <ludo@gnu.org>
2784
2785 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2786 error regexp to match on Guile 2.2.
2787
c14b4913
GB
27882020-07-20 Gary Benson <gbenson@redhat.com>
2789
2790 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2791 with clang.
2792
b243ba58
TV
27932020-07-20 Tom de Vries <tdevries@suse.de>
2794
2795 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2796 (omp_set_lock_in_order): New function.
2797 (single_scope, multi_scope, nested_func, nested_parallel): Use
2798 omp_set_lock_in_order and omp_unset_lock.
2799 (main): Init and destroy lock and lock2.
2800
c06ad8b5
TV
28012020-07-20 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2804
6e22f117
TV
28052020-07-20 Tom de Vries <tdevries@suse.de>
2806
2807 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2808
33176ea7
TV
28092020-07-17 Tom de Vries <tdevries@suse.de>
2810
2811 * gdb.base/valgrind-infcall-2.c: New test.
2812 * gdb.base/valgrind-infcall-2.exp: New file.
2813 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2814
90c3ec2d
TV
28152020-07-17 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.dlang/circular.c (found): Use found_label as label name.
2818 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2819 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2820 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2821 * gdb.dwarf2/ada-linkage-name.exp: Same.
2822 * gdb.dwarf2/arr-subrange.exp: Same.
2823 * gdb.dwarf2/atomic-type.exp: Same.
2824 * gdb.dwarf2/comp-unit-lang.exp: Same.
2825 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2826 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2827 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2828 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2829 * gdb.dwarf2/implptr-64bit.exp: Same.
2830 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2831 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2832 * gdb.dwarf2/imported-unit.exp: Same.
2833 * gdb.dwarf2/main-subprogram.exp: Same.
2834 * gdb.dwarf2/missing-type-name.exp: Same.
2835 * gdb.dwarf2/nonvar-access.exp: Same.
2836 * gdb.dwarf2/struct-with-sig.exp: Same.
2837 * gdb.dwarf2/typedef-void-finish.exp: Same.
2838 * gdb.dwarf2/void-type.exp: Same.
2839
10da644d
TV
28402020-07-17 Tom de Vries <tdevries@suse.de>
2841
2842 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
2843 src parameter.
2844 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
2845 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
2846 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2847 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
2848 * gdb.dwarf2/dwz.exp: Same.
2849 * gdb.dwarf2/implptr-optimized-out.exp: Same.
2850 * gdb.dwarf2/implref-array.exp: Same.
2851 * gdb.dwarf2/implref-const.exp: Same.
2852 * gdb.dwarf2/implref-global.exp: Same.
2853 * gdb.dwarf2/implref-struct.exp: Same.
2854 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
2855 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2856 * gdb.dwarf2/var-access.exp: Same.
2857 * gdb.dwarf2/varval.exp: Same.
2858 * gdb.trace/entry-values.exp: Same.
2859
315e6afc
TV
28602020-07-17 Tom de Vries <tdevries@suse.de>
2861
2862 * lib/dwarf.exp (Dwarf::extern): Remove.
2863 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
2864 * gdb.dlang/circular.exp: Same.
2865 * gdb.dwarf2/comp-unit-lang.exp: Same.
2866 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
2867 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
2868 * gdb.dwarf2/dwz.exp: Same.
2869 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2870 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2871 * gdb.dwarf2/imported-unit.exp: Same.
2872 * gdb.dwarf2/opaque-type-lookup.exp: Same.
2873
5597c940
SL
28742020-07-16 Sandra Loosemore <sandra@codesourcery.com>
2875
2876 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
2877 Use double quotes instead of single quotes.
2878
d0ce17d8
CT
28792020-07-16 Caroline Tice <cmtice@google.com>
2880
2881 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
2882 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
2883
853772cc
TV
28842020-07-16 Tom de Vries <tdevries@suse.de>
2885
2886 * lib/dwarf.exp (program): Initialize _line.
2887 (DW_LNE_end_sequence): Reinitialize _line.
2888 (DW_LNS_advance_line): Update _line.
2889 (line): New proc.
2890 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
2891 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
2892 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
2893 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
2894 * gdb.dwarf2/dw2-is-stmt.exp: Same.
2895 * gdb.dwarf2/dw2-ranges-func.exp: Same.
2896
fe07b572
AB
28972020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2898
2899 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
2900 generic.
2901
52781cce
TV
29022020-07-15 Tom de Vries <tdevries@suse.de>
2903
2904 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
2905 is_amd64_regs_target.
2906
3dcc261c
AB
29072020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.fortran/ptype-on-functions.exp: Add more tests.
2910 * gdb.fortran/ptype-on-functions.f90: Likewise.
2911
054a0959
SM
29122020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
2913
2914 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
2915 values in documentation for addr_size to 4 and 8.
2916
ccb9eba6
AB
29172020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * gdb.arch/amd64-osabi.exp: Update.
2920 * gdb.arch/arm-disassembler-options.exp: Update.
2921 * gdb.arch/powerpc-disassembler-options.exp: Update.
2922 * gdb.arch/ppc64-symtab-cordic.exp: Update.
2923 * gdb.arch/s390-disassembler-options.exp: Update.
2924 * gdb.base/all-architectures.exp.tcl: Update.
2925 * gdb.base/attach-pie-noexec.exp: Update.
2926 * gdb.base/catch-syscall.exp: Update.
2927 * gdb.xml/tdesc-arch.exp: Update.
2928
025a39a7
TV
29292020-07-14 Tom de Vries <tdevries@suse.de>
2930
2931 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
2932 (local_gettid): ... this.
2933 (fn): Update.
2934
74e4b667
SL
29352020-07-13 Sandra Loosemore <sandra@codesourcery.com>
2936
2937 * gdb.base/info_sources.exp: Skip directory match tests on
2938 remote hosts.
2939
f413dd74
GB
29402020-07-13 Gary Benson <gbenson@redhat.com>
2941
2942 * gdb.base/savedregs.exp (caller): Use parentheses to
2943 make expected expression evaluation ordering explicit.
2944
915771bb
GB
29452020-07-13 Gary Benson <gbenson@redhat.com>
2946
2947 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
2948
2a122642
GB
29492020-07-13 Gary Benson <gbenson@redhat.com>
2950
2951 * gdb.base/bigcore.c (main): Use a volatile pointer when
2952 attempting to trigger a SIGSEGV.
2953 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
2954 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
2955 * gdb.base/savedregs.c (thrower): Likewise.
2956 * gdb.mi/mi-syn-frame.c (bar): Likewise.
2957
3f00c730
GB
29582020-07-13 Gary Benson <gbenson@redhat.com>
2959
2960 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
2961 defining and using VLA structure fields into...
2962 * gdb.base/vla-struct-fields.c: New file.
2963 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
2964 tests into...
2965 * gdb.base/vla-struct-fields.exp: New file.
2966
963eeee4
TV
29672020-07-13 Tom de Vries <tdevries@suse.de>
2968
2969 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
2970 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
2971 * gdb.base/gold-gdb-index.exp: Same.
2972 * gdb.base/morestack.exp: Same.
2973
0ed35c9a
DX
29742020-07-11 Daniel Xu <dxu@dxuuu.xyz>
2975
2976 PR rust/26121
2977 * gdb.rust/modules.rs: Prevent linker from discarding test
2978 symbol.
2979
4fdba23d
PA
29802020-07-10 Pedro Alves <pedro@palves.net>
2981
2982 PR gdb/26199
2983 * gdb.multi/multi-target.c (exit_thread): New.
2984 (thread_start): Break loop if EXIT_THREAD.
2985 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
2986 (top level) Call test_no_resumed.
2987
15f3b077
TT
29882020-07-08 Tom Tromey <tromey@adacore.com>
2989
2990 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
2991 * gdb.ada/catch_ex.exp: Examine catchpoint text.
2992
9fc501fd
AB
29932020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 PR python/22748
2996 * gdb.opt/inline-frame-tailcall.c: New file.
2997 * gdb.opt/inline-frame-tailcall.exp: New file.
2998 * gdb.python/py-unwind-inline.c: New file.
2999 * gdb.python/py-unwind-inline.exp: New file.
3000 * gdb.python/py-unwind-inline.py: New file.
3001
64cb3757
AB
30022020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.python/py-arch-reg-groups.exp: New file.
3005
0f767f94
AB
30062020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.python/py-arch-reg-names.exp: New file.
3009
87dbc774
AB
30102020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3013 gdb.PendingFrame.architecture method.
3014
d8cc8af6
TV
30152020-07-06 Tom de Vries <tdevries@suse.de>
3016
3017 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3018
3c8ea5be
PA
30192020-07-03 Pedro Alves <palves@redhat.com>
3020
3021 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3022 explicitly write negative numbers.
3023 * gdb.base/structs2.exp: Adjust expected output.
3024
bf90c83a
PA
30252020-07-03 Pedro Alves <palves@redhat.com>
3026
3027 * gdb.base/charset.c (init_string): Change all char parameters to
3028 unsigned char parameters.
3029
2eb82157
PA
30302020-07-03 Pedro Alves <palves@redhat.com>
3031
3032 * gdb.base/call-sc.exp (start_scalars_test): Use
3033 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3034 * gdb.base/overlays.c: Remove references to PARAMS.
3035 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3036 * gdb.base/reread.exp: Don't set 'prototypes' global.
3037 * gdb.base/structs.exp (start_structs_test): Use
3038 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3039 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3040 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3041 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3042 call.
3043 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3044
9adda7af
PA
30452020-07-03 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.base/m32rovly.c: Delete.
3048 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3049
2a17c803
PW
30502020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3051
3052 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3053 of gdb_py_test_multiple.
3054 * gdb.python/py-cmd.exp: Likewise.
3055 * gdb.python/py-events.exp: Likewise.
3056 * gdb.python/py-function.exp: Likewise.
3057 * gdb.python/py-inferior.exp: Likewise.
3058 * gdb.python/py-infthread.exp: Likewise.
3059 * gdb.python/py-linetable.exp: Likewise.
3060 * gdb.python/py-parameter.exp: Likewise.
3061 * gdb.python/py-value.exp: Likewise.
3062
b011fe1a
TV
30632020-06-30 Tom de Vries <tdevries@suse.de>
3064
3065 PR testsuite/26175
3066 * lib/future.exp (gdb_default_target_compile): Detect and handle
3067 early_flags.
3068
df5b8876
SM
30692020-06-29 Simon Marchi <simon.marchi@efficios.com>
3070
3071 * boards/simavr.exp (gdb_load): Catch errors when closing
3072 previous connection. Close connection, wait for process and
3073 unset simavr_spawn_id on failure.
3074
a3ca48cd
TV
30752020-06-29 Tom de Vries <tdevries@suse.de>
3076
3077 * lib/gdb.exp (unknown): Make test-case unresolved.
3078
b0237c0e
TV
30792020-06-29 Tom de Vries <tdevries@suse.de>
3080
3081 PR gdb/25475
3082 * gdb.server/solib-list.exp: Verify that the symbol reload
3083 confirmation question is asked.
3084
c0b3b3bd
PW
30852020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3086
3087 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3088 have a input seq nr in each pass message.
fe4c3d43 3089 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3090 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3091 * gdb.python/python.exp: Make test names unique,
3092 use gdb_test_multiline instead of gdb_py_test_multiple,
3093 use $gdb_test_name.
3094 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3095
1776e3e5
NA
30962020-06-26 Nick Alcock <nick.alcock@oracle.com>
3097
3098 * configure.ac: Add --enable-libctf.
3099 * aclocal.m4: sinclude ../config/enable.m4.
3100 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3101 * lib/gdb.exp (skip_ctf_tests): Use it.
3102 * gdb.base/ctf-constvars.exp: Error message tweak.
3103 * gdb.base/ctf-ptype.exp: Likewise.
3104 * configure: Regenerate.
3105
f53b3eeb
GB
31062020-06-26 Gary Benson <gbenson@redhat.com>
3107
3108 * gdb.cp/try_catch.cc: Include string.h.
3109 (main): Replace comparison against string literal with
3110 strcmp, avoiding build failure with -Wstring-compare.
3111 Add "marker test-complete".
3112 * gdb.cp/try_catch.exp: Run the test to the above marker,
3113 then verify that the value of "test" is still true.
3114
6d74da72
AB
31152020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3116
3117 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3118
2e52d038
AB
31192020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3120
3121 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3122
3b9fce96
AB
31232020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3124
3125 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3126 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3127 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3128 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3129 * gdb.arch/riscv-tdesc-loading.exp: New file.
3130
ed69cbc8
AB
31312020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3132
3133 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3134
767a879e
AB
31352020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3138 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3139 * gdb.arch/riscv-tdesc-regs.c: New file.
3140 * gdb.arch/riscv-tdesc-regs.exp: New file.
3141
221db974
PA
31422020-06-24 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.arch/amd64-entry-value-paramref.exp: Use
3145 prepare_for_testing_full and don't pass "c++" for the .S file
3146 build spec.
3147 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3148 $options, since it's an assembly file. Remove -Wno-deprecated.
3149 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3150 compiling C++ programs.
3151
331733cd
PA
31522020-06-24 Pedro Alves <palves@redhat.com>
3153
3154 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3155 Clang, add "-Wno-unknown-warning-option" to the options.
3156
caa7fd04
AB
31572020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.xml/tdesc-reload.c: New file.
3160 * gdb.xml/tdesc-reload.exp: New file.
3161 * gdb.xml/maint-xml-dump-01.xml: New file.
3162 * gdb.xml/maint-xml-dump-02.xml: New file.
3163 * gdb.xml/maint-xml-dump.exp: New file.
3164
bb8d1260
SL
31652020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3166
3167 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3168 Adjust for omitted commands when TUI is disabled.
3169
7e4b9c4c
GB
31702020-06-23 Gary Benson <gbenson@redhat.com>
3171 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3174 * gdb.cp/nsimport.cc: Likewise.
3175 * gdb.cp/nsnested.cc: Likewise.
3176 * gdb.cp/nsnoimports.cc: Likewise.
3177 * gdb.cp/nsusing.cc: Likewise.
3178 * gdb.cp/smartp.cc: Likewise.
3179 * gdb.python/py-pp-integral.c: Likewise.
3180 * gdb.python/py-pp-re-notag.c: Likewise.
3181
2e573c0a
GB
31822020-06-23 Gary Benson <gbenson@redhat.com>
3183
3184 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3185 * gdb.cp/nsimport.cc: Likewise.
3186 * gdb.cp/nsnested.cc: Likewise.
3187 * gdb.cp/nsnoimports.cc: Likewise.
3188 * gdb.cp/nsusing.cc: Likewise.
3189 * gdb.cp/smartp.cc: Likewise.
3190 * gdb.python/py-pp-integral.c: Likewise.
3191 * gdb.python/py-pp-re-notag.c: Likewise.
3192
746ebfe8
PW
31932020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3194
3195 * gdb.base/default-args.exp: New test.
3196 * gdb.base/default-args.c: New file.
3197 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3198 * gdb.base/default.exp: Update to new help text.
3199 * gdb.base/help.exp: Likewise.
3200 * gdb.base/page.exp: Likewise.
3201 * gdb.base/style.exp: Likewise.
3202 * gdb.guile/guile.exp: Likewise.
3203 * gdb.python/python.exp: Likewise.
3204
e822f2cd
SL
32052020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3206
3207 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3208 remote host. Fix search path syntax on Windows host.
3209
48e9cc84
PW
32102020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3211
3212 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3213 over 'exec-file-mismatch'.
3214 * gdb.base/attach.c: Mark should_exit volatile.
3215 * gdb.base/attach2.c: Likewise. Add a comment explaining
3216 why the sleep cannot be big.
3217 * gdb.base/attach3.c: New file.
3218
160f8a8f
SL
32192020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3220
3221 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3222 prefix optional.
3223
4d91c2a4
SL
32242020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3225
3226 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3227 for remote host.
3228
87f83f20
SL
32292020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3230 Hafiz Abid Qadeer <abidh@codesourcery.com>
3231
3232 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3233 file sent to remote host.
3234 (top level): Allow int32_t as type of 32-bit register.
3235
37ab8655
TV
32362020-06-19 Tom de Vries <tdevries@suse.de>
3237
3238 * lib/gdb.exp (gdb_note): New proc.
3239 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3240 (gdb_default_target_compile): ... here. Only call
3241 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3242 (use_gdb_compile): Change to array.
3243 (toplevel): Update sets of use_gdb_compile to specify language.
3244 Warn about default_target_compile override. Store dejagnu's version
3245 of default_target_compile in dejagnu_default_target_compile.
3246
a8a56685
TV
32472020-06-18 Tom de Vries <tdevries@suse.de>
3248
3249 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3250 (default_gdb_init): ... here.
3251
581bea2c
SL
32522020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3253
3254 Fix TUI support checks in gdb.tui tests.
3255
3256 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3257 just say UNSUPPORTED.
3258 * gdb.tui/corefile-run.exp: Likewise.
3259 * gdb.tui/empty.exp: Likewise.
3260 * gdb.tui/list-before.exp: Likewise.
3261 * gdb.tui/list.exp: Likewise.
3262 * gdb.tui/main.exp: Likewise.
3263 * gdb.tui/regs.exp: Likewise.
3264 * gdb.tui/resize.exp: Likewise.
3265 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3266 * gdb.tui/tui-layout-asm.exp: Likewise.
3267 * gdb.tui/tui-missing-src.exp: Likewise.
3268 * gdb.tui/winheight.exp: Likewise.
3269 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3270
05e682e3
SL
32712020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3272
3273 Fix TCL error in gdb.python/py-format-string.exp.
3274
3275 * gdb.python/py-format-string.exp: Move test for python support
3276 earlier, out of function body.
3277
efb763a5
SM
32782020-06-15 Simon Marchi <simon.marchi@efficios.com>
3279
3280 * gdb.base/index-cache-load-twice.c: New.
3281 * gdb.base/index-cache-load-twice.exp: New.
3282
43327b20
KS
32832020-06-17 Keith Seitz <keiths@redhat.com>
3284
99cf27cf 3285 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3286 when executing "gdb --configuration".
3287
081e778c
TV
32882020-06-17 Tom de Vries <tdevries@suse.de>
3289
3290 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3291 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3292 conditional on presence of gdb_tcl_unknown.
3293 (gdb_finish): Make override undo conditional on presence of
3294 gdb_tcl_unknown.
3295
d2d1ea20
TT
32962020-06-16 Tom Tromey <tom@tromey.com>
3297
3298 * gdb.python/tui-window.py (failwin): New function. Register it
3299 as a TUI window type.
3300 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3301
c802e8a7
GB
33022020-06-16 Gary Benson <gbenson@redhat.com>
3303
3304 * gdb.python/py-nested-maps.c (create_map): Add missing return
3305 value.
3306 (create_map_map): Likewise.
3307
ff08abb8
TBA
33082020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3309
3310 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3311 variable.
3312 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3313 and use the already-defined 'options' variable.
3314
a29d5112
AB
33152020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3316 Tom de Vries <tdevries@suse.de>
3317
3318 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3319 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3320 (gdb_setup_known_globals): New proc.
3321 (gdb_cleanup_globals): New proc.
3322 * lib/gdb.exp (load_lib): New override proc.
3323 (gdb_stdin_log_init): Set var in_file as persistent global.
3324 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3325 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3326 fpc_compiler as persistent global.
3327
8c74a764
TV
33282020-06-12 Tom de Vries <tdevries@suse.de>
3329
3330 * lib/tuiterm.exp (spawn): Rename to ...
3331 (tui_spawn): ... this.
3332 (toplevel): Move rename of spawn ...
3333 (gdb_init_tuiterm): ... here. New proc.
3334 (gdb_finish_tuiterm): New proc.
3335 * lib/gdb.exp (gdb_finish_hooks): New global var.
3336 (gdb_finish): Handle gdb_finish_hooks.
3337 (tuiterm_env): New proc.
3338 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3339 tuiterm_env.
3340 * gdb.tui/basic.exp: Same.
3341 * gdb.tui/corefile-run.exp: Same.
3342 * gdb.tui/empty.exp: Same.
3343 * gdb.tui/list-before.exp: Same.
3344 * gdb.tui/list.exp: Same.
3345 * gdb.tui/main.exp: Same.
3346 * gdb.tui/new-layout.exp: Same.
3347 * gdb.tui/regs.exp: Same.
3348 * gdb.tui/resize.exp: Same.
3349 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3350 * gdb.tui/tui-layout-asm.exp: Same.
3351 * gdb.tui/tui-missing-src.exp: Same.
3352 * gdb.tui/winheight.exp: Same.
3353
26783bce
TV
33542020-06-12 Tom de Vries <tdevries@suse.de>
3355
3356 PR testsuite/26110
3357 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3358 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3359
2b4e6a3f
TT
33602020-06-11 Tom Tromey <tom@tromey.com>
3361
3362 PR gdb/18318:
3363 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3364 floating point tests.
3365
2f33032a
KS
33662020-06-11 Keith Seitz <keiths@redhat.com>
3367
3368 PR gdb/21356
3369 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3370 vla_struct.
3371 Add new struct vla_typedef and union vla_typedef_union and
3372 corresponding instantiation objects.
3373 Initialize new objects.
3374 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3375 and vla_typedef_union_object.
3376 Fixup type for vla_struct_object.
3377
a8baf0a3
TV
33782020-06-11 Tom de Vries <tdevries@suse.de>
3379
3380 * lib/gdb.exp (with_override): New proc, factored out of ...
3381 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3382
7ab96794
TV
33832020-06-10 Tom de Vries <tdevries@suse.de>
3384
3385 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3386
cab5c3b7
SM
33872020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3388
3389 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3390 parameter, update callers.
3391
f8c41851
SM
33922020-06-04 Simon Marchi <simon.marchi@efficios.com>
3393
3394 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3395 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3396 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3397
1c07a73f
TV
33982020-06-04 Tom de Vries <tdevries@suse.de>
3399
3400 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3401
95146b5d
TV
34022020-06-04 Tom de Vries <tdevries@suse.de>
3403
3404 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3405 exp_continue.
3406
0cfcd4f0
TV
34072020-06-04 Tom de Vries <tdevries@suse.de>
3408
3409 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3410
f9b5d5ea
TV
34112020-06-03 Tom de Vries <tdevries@suse.de>
3412
3413 PR symtab/26046
3414 * gdb.cp/breakpoint-locs-2.cc: New test.
3415 * gdb.cp/breakpoint-locs.cc: New test.
3416 * gdb.cp/breakpoint-locs.exp: New file.
3417 * gdb.cp/breakpoint-locs.h: New test.
3418
5144dfba
TV
34192020-06-03 Tom de Vries <tdevries@suse.de>
3420
3421 PR testsuite/25609
3422 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3423 value of global verbose.
3424 * gdb.base/jit-elf.exp: Same.
3425 * gdb.base/jit-reader.exp: Same.
3426
621eacdf
TV
34272020-06-02 Tom de Vries <tdevries@suse.de>
3428
3429 * gdb.dwarf2/multidictionary.exp: Don't use
3430 gdb_spawn_with_cmdline_opts.
3431
1313c56e
AB
34322020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3433
3434 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3435 use_header case.
3436 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3437 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3438 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3439 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3440 * gdb.dwarf2/dw2-inline-header.c: New file.
3441 * gdb.dwarf2/dw2-inline-header.h: New file.
3442
f68f85b5
PA
34432020-05-30 Pedro Alves <palves@redhat.com>
3444
3445 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3446 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3447
678048e8
GB
34482020-05-29 Gary Benson <gbenson@redhat.com>
3449
3450 * gdb.compile/compile-cplus.exp (additional_flags): Also
3451 set when building with clang.
3452 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3453 when building with clang.
3454
9fcafd23
GB
34552020-05-29 Gary Benson <gbenson@redhat.com>
3456
3457 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3458 building with clang.
3459 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3460
735d5a07
GB
34612020-05-29 Gary Benson <gbenson@redhat.com>
3462
3463 * gdb.cp/koenig.exp (prepare_for_testing): Add
3464 additional_flags=-Wno-unused-comparison.
3465 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3466
4ad2c6a0
GB
34672020-05-28 Gary Benson <gbenson@redhat.com>
3468
3469 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3470 statement.
3471
09fe663e
GB
34722020-05-28 Gary Benson <gbenson@redhat.com>
3473
3474 * gdb.cp/classes.exp (prepare_for_testing): Add
3475 additional_flags=-Wno-deprecated-register.
3476 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3477 * gdb.cp/misc.exp: Likewise.
3478
cee00f17
GB
34792020-05-28 Gary Benson <gbenson@redhat.com>
3480
3481 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3482 (test_op_new::operator new): Add return statement.
3483 (test_op_new_array::operator new[]): Likewise.
3484
636edd00
PA
34852020-05-27 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3488 check. Use test_gdb_complete_unique instead of
3489 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3490 test_gdb_complete_multiple instead of
3491 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3492
c2b75043
LM
34932020-05-27 Luis Machado <luis.machado@linaro.org>
3494
3495 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3496 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3497 * gdb.arch/arm-disassembler-options.exp: Likewise.
3498 * gdb.arch/arm-disp-step.exp: Likewise.
3499 * gdb.arch/thumb-prologue.exp: Likewise.
3500 * gdb.base/async.exp: Likewise.
3501 * gdb.base/auxv.exp: Likewise.
3502 * gdb.base/complex-parts.exp: Likewise.
3503 * gdb.base/ena-dis-br.exp: Likewise.
3504 * gdb.base/foll-exec.exp: Likewise.
3505 * gdb.base/permissions.exp: Likewise.
3506 * gdb.base/relocate.exp: Likewise.
3507 * gdb.base/return2.exp: Likewise.
3508 * gdb.base/sigbpt.exp: Likewise.
3509 * gdb.base/siginfo-obj.exp: Likewise.
3510 * gdb.cp/converts.exp: Likewise.
3511 * gdb.cp/exceptprint.exp: Likewise.
3512 * gdb.cp/inherit.exp: Likewise.
3513 * gdb.cp/nsnoimports.exp: Likewise.
3514 * gdb.cp/virtbase2.exp: Likewise.
3515 * gdb.mi/mi-var-cmd.exp: Likewise.
3516 * gdb.mi/var-cmd.c: Likewise.
3517
53a47a3e
TT
35182020-05-26 Tom Tromey <tromey@adacore.com>
3519
3520 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3521
0bc2354b
TT
35222020-05-26 Tom Tromey <tromey@adacore.com>
3523
3524 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3525 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3526 type.
3527 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3528 variable.
3529
0db49895
CBG
35302020-05-26 Christian Biesinger <cbiesinger@google.com>
3531
3532 * Makefile.in: Use = instead of == for the test command
3533 for portability.
3534
40d22035
TV
35352020-05-26 Tom de Vries <tdevries@suse.de>
3536
3537 * gdb.base/gold-gdb-index-2.c: New test.
3538 * gdb.base/gold-gdb-index.c: New test.
3539 * gdb.base/gold-gdb-index.exp: New file.
3540 * gdb.base/gold-gdb-index.h: New test.
3541
043e2e02
TV
35422020-05-25 Tom de Vries <tdevries@suse.de>
3543
3544 * boards/gold-gdb-index.exp: New file.
3545
462f72c5
SM
35462020-05-25 Simon Marchi <simon.marchi@efficios.com>
3547
3548 * boards/simavr.exp: New file.
3549
6cf66e76
SM
35502020-05-25 Simon Marchi <simon.marchi@efficios.com>
3551
3552 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3553 * gdb.base/inferior-args.exp: New file.
3554 * gdb.base/inferior-args.c: New file.
3555
75d04512
SM
35562020-05-25 Simon Marchi <simon.marchi@efficios.com>
3557
3558 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3559 inferior_args. Pass it to gdb_reload.
3560 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3561 inferior_args.
3562 (gdb_reload): Add inferior_args argument.
3563 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3564 pass it to gdbserver_run.
3565 * boards/native-gdbserver.exp: Do not set noargs.
3566 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3567 inferior_args argument.
3568 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3569 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3570 * gdb.base/args.exp: Likewise.
3571
42cf1844
TV
35722020-05-25 Tom de Vries <tdevries@suse.de>
3573
3574 * lib/gdb.exp (exec_is_pie): Add comment.
3575
8f7d38ef
TV
35762020-05-25 Tom de Vries <tdevries@suse.de>
3577
3578 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3579 instead of $binfile in the untested message.
3580
465e1b0f
TV
35812020-05-25 Tom de Vries <tdevries@suse.de>
3582
3583 PR testsuite/26031
3584 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3585
3c5a0e02
TV
35862020-05-25 Tom de Vries <tdevries@suse.de>
3587
3588 * boards/gold.exp: New file.
3589
0a4f5f8c
TT
35902020-05-23 Tom Tromey <tom@tromey.com>
3591
3592 * gdb.base/style.exp: Remove completion styling test.
3593 * lib/gdb-utils.exp (style): Remove completion styles.
3594
eca1f90c
TT
35952020-05-23 Tom Tromey <tom@tromey.com>
3596
3597 * gdb.base/style.exp: Add completion styling test.
3598 * lib/gdb-utils.exp (style): Add completion styles.
3599
7c13f4e8
AB
36002020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3601
3602 * gdb.base/annota1.exp: Update expected results.
3603 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3604 test name.
3605 * gdb.cp/annota3.exp: Update expected results.
3606
41977d16
SM
36072020-05-20 Simon Marchi <simon.marchi@efficios.com>
3608
3609 PR gdb/26016
3610 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3611 against MAP_FAILED.
3612 * gdb.base/coremaker.c (mmapdata): Likewise.
3613 * gdb.base/jit-reader-host.c (main): Likewise.
3614 * gdb.base/sym-file-loader.c (load): Likewise.
3615 (load_shlib): Likewise.
3616
b4757f2e
TT
36172020-05-20 Tom Tromey <tromey@adacore.com>
3618
3619 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3620
9a0bacfb
TV
36212020-05-20 Tom de Vries <tdevries@suse.de>
3622
3623 PR symtab/25833
3624 * gdb.base/with-mf-inc.c: New test.
3625 * gdb.base/with-mf-main.c: New test.
3626 * gdb.base/with-mf.exp: New file.
3627
76571211
TT
36282020-05-19 Tom Tromey <tromey@adacore.com>
3629
3630 * gdb.rust/simple.exp: Restore missing test result.
3631
4cd9f3d5
TV
36322020-05-19 Tom de Vries <tdevries@suse.de>
3633
3634 * gdb.base/gdb-caching-proc.exp: Fix typo.
3635
7d874253
TT
36362020-05-19 Tom Tromey <tromey@adacore.com>
3637
3638 * gdb.rust/simple.exp: Add some test descriptions.
3639 (test_one_slice): Use with_test_prefix.
3640
1d727695
TV
36412020-05-18 Tom de Vries <tdevries@suse.de>
3642
3643 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3644
7f32a4d5
PA
36452020-05-17 Pedro Alves <palves@redhat.com>
3646
3647 PR gdb/25741
3648 * gdb.base/hw-sw-break-same-address.exp: New file.
3649
7cfd74cf
PA
36502020-05-16 Pedro Alves <palves@redhat.com>
3651
3652 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3653 LAST_LOADED_FILE accordingly.
3654
57b4f16e
PW
36552020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3656
3657 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3658
7c05caf7
PW
36592020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3660
3661 * gdb.base/help.exp: Test apropos and help for commands
3662 having aliases. Fixed comments not starting with an
3663 upper-case letter or not finishing with a dot.
3664
7aa1b46f
PW
36652020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3666
3b3aaacb
PW
3667 * gdb.base/alias.exp: Update help output check.
3668
57b4f16e 36692020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3670
7aa1b46f
PW
3671 * gdb.base/default.exp: Update output following fixes.
3672
0605465f
PW
36732020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3674
3675 * gdb.base/alias.exp: Test aliases starting with a prefix of
3676 another alias.
3677
86e4e63d
GB
36782020-05-15 Gary Benson <gbenson@redhat.com>
3679
3680 * gdb.base/info-os.c (main): Add return statement.
3681 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3682 * gdb.base/large-frame-2.c (func): Likewise.
3683 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3684 * gdb.base/pr10179-b.c (foo2): Likewise.
3685 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3686 * gdb.base/watch-cond.c (func): Likewise.
3687 * gdb.multi/goodbye.c (verylongfun): Likewise.
3688 * gdb.multi/hello.c (commonfun): Likewise.
3689 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3690 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3691 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3692 Likewise.
3693 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3694 * gdb.threads/interrupt-while-step-over.c (child_function):
3695 Likewise.
3696 * gdb.trace/actions-changed.c (end): Likewise.
3697
163df4df
GB
36982020-05-15 Gary Benson <gbenson@redhat.com>
3699
3700 * gdb.opencl/callfuncs.exp: Report when test skipped.
3701 * gdb.opencl/convs_casts.exp: Likewise.
3702 * gdb.opencl/datatypes.exp: Likewise.
3703 * gdb.opencl/operators.exp: Likewise.
3704 * gdb.opencl/vec_comps.exp: Likewise.
3705
6dbc505a
TV
37062020-05-15 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.base/align.exp.in: Rename to ...
3709 * gdb.base/align.exp.tcl: ... this.
3710 * gdb.base/align-c++.exp: Update.
3711 * gdb.base/align-c.exp: Update.
3712 * gdb.base/all-architectures.exp.in: Rename to ...
3713 * gdb.base/all-architectures.exp: ... this.
3714 * gdb.base/all-architectures-0.exp: Update.
3715 * gdb.base/all-architectures-1.exp: Update.
3716 * gdb.base/all-architectures-2.exp: Update.
3717 * gdb.base/all-architectures-3.exp: Update.
3718 * gdb.base/all-architectures-4.exp: Update.
3719 * gdb.base/all-architectures-5.exp: Update.
3720 * gdb.base/all-architectures-6.exp: Update.
3721 * gdb.base/all-architectures-7.exp: Update.
3722 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3723 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3724 * gdb.base/infcall-nested-structs-c++.exp: Update.
3725 * gdb.base/infcall-nested-structs-c.exp: Update.
3726 * gdb.base/info-types.exp.in: Rename to ...
3727 * gdb.base/info-types.exp.tcl: ... this.
3728 * gdb.base/info-types-c++.exp: Update.
3729 * gdb.base/info-types-c.exp: Update.
3730 * gdb.base/max-depth.exp.in: Rename to ...
3731 * gdb.base/max-depth.exp.tcl: ... this.
3732 * gdb.base/max-depth-c++.exp: Update.
3733 * gdb.base/max-depth-c.exp: Update.
3734 * gdb.cp/cpexprs.exp.in: Rename to ...
3735 * gdb.cp/cpexprs.exp.tcl: ... this.
3736 * gdb.cp/cpexprs-debug-types.exp: Update.
3737 * gdb.cp/cpexprs.exp: Update.
3738 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3739 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3740 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3741 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3742 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3743 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3744 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3745 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3746 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3747 * gdb.dwarf2/clang-debug-names.exp: Update.
3748
d1034d78
AB
37492020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3750
3751 * lib/check-test-names.exp: Remove code that prevents this file
3752 loading when tests are run in parallel.
3753
3c5c3649
PA
37542020-05-15 Pedro Alves <palves@redhat.com>
3755
3756 * gdb.multi/multi-kill.exp (start_inferior): Remove
3757 'testpid' parameter. Refer to namespace variable directly.
3758 (testpid): Declare as namespace variable.
3759
272c36b8
PA
37602020-05-15 Pedro Alves <palves@redhat.com>
3761
3762 * gdb.multi/multi-kill.exp: Wrap in namespace.
3763 (start_inferior): Add TESTPID parameter. Use it instead of the
3764 testpid global.
3765 (top level): Define empty TESTPID array, and pass it down to
3766 start_inferior.
3767
02eba61a
TV
37682020-05-14 Tom de Vries <tdevries@suse.de>
3769
3770 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3771 output.
3772
971a3747
TV
37732020-05-14 Tom de Vries <tdevries@suse.de>
3774
3775 * gdb.base/align.exp: Split into ...
3776 * gdb.base/align.exp.in: ...
3777 * gdb.base/align-c++.exp: ...
3778 * gdb.base/align-c.exp: ... these.
3779 * gdb.base/infcall-nested-structs.exp: Split into ...
3780 * gdb.base/infcall-nested-structs.exp.in: ...
3781 * gdb.base/infcall-nested-structs-c++.exp: ...
3782 * gdb.base/infcall-nested-structs-c.exp: ... these.
3783 * gdb.base/info-types.exp: Split into ...
3784 * gdb.base/info-types.exp.in: ...
3785 * gdb.base/info-types-c++.exp: ...
3786 * gdb.base/info-types-c.exp: ... these.
3787 * gdb.base/max-depth.exp: Split into ...
3788 * gdb.base/max-depth.exp.in: ...
3789 * gdb.base/max-depth-c++.exp: ...
3790 * gdb.base/max-depth-c.exp: ... these.
3791 * gdb.cp/infcall-nodebug.exp: Split into ...
3792 * gdb.cp/infcall-nodebug.exp.in: ...
3793 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3794 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3795 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3796 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3797
a05575d3
TBA
37982020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3799 Pedro Alves <palves@redhat.com>
3800
3801 * gdb.multi/multi-exit.c: New file.
3802 * gdb.multi/multi-exit.exp: New file.
3803 * gdb.multi/multi-kill.c: New file.
3804 * gdb.multi/multi-kill.exp: New file.
3805
6ad82919
TBA
38062020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3807
3808 * gdb.base/annota1.exp: Update the expected output.
3809 * gdb.cp/annota2.exp: Ditto.
3810
843f4d93
AB
38112020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3812
3813 * lib/check-test-names.exp: Disable when testing is being run in
3814 parallel.
3815
c7c66341
TV
38162020-05-12 Tom de Vries <tdevries@suse.de>
3817
3818 * gdb.base/jit-elf.exp: Fix string concat.
3819
1b59ca1c
TV
38202020-05-12 Tom de Vries <tdevries@suse.de>
3821
3822 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3823 messages.
3824
b4991d29
TV
38252020-05-12 Tom de Vries <tdevries@suse.de>
3826
3827 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3828
dbb0ab10
TV
38292020-05-12 Tom de Vries <tdevries@suse.de>
3830
3831 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3832 * gdb.ada/mi_catch_ex.exp: Same.
3833 * gdb.ada/mi_catch_ex_hand.exp: Same.
3834
7549fed8
TV
38352020-05-12 Tom de Vries <tdevries@suse.de>
3836
3837 * gdb.fortran/complex.exp: Use with_test_prefix.
3838
af2d5cd8
TV
38392020-05-12 Tom de Vries <tdevries@suse.de>
3840
3841 * gdb.trace/passcount.exp: Fix test-names.
3842
7c121311
TV
38432020-05-12 Tom de Vries <tdevries@suse.de>
3844
3845 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
3846
c9f3b40e
TV
38472020-05-12 Tom de Vries <tdevries@suse.de>
3848
3849 * gdb.gdb/complaints.exp: Use with_test_prefix.
3850 * gdb.xml/tdesc-regs.exp: Same.
3851 * gdb.opt/inline-locals.exp: Fix test name.
3852
111b33f0
TV
38532020-05-12 Tom de Vries <tdevries@suse.de>
3854
3855 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
3856 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
3857 * gdb.dwarf2/implref-struct.exp: Same.
3858 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
3859 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
3860
ebf47080
SM
38612020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
3862
3863 * gdb.base/jit-so.exp (one_jit_test): Change test name.
3864
d30dcd12
AB
38652020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3866
3867 * lib/check-test-names.exp (all_test_names): New module variable.
3868 (counts): Add 'duplicates' field.
3869 (_check_duplicates): New procedure.
3870 (check): Also check for duplicates.
3871 (do_log_summary): Print duplicates count.
3872 (do_reset_vars): Reset counter for duplicate test names, and
3873 discard all know test names.
3874
34584c09
AB
38752020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
3876
3877 * lib/gdb.exp: Include check-test-names.exp library.
3878 * lib/check-test-names.exp: New file.
3879
e0002117
TV
38802020-05-11 Tom de Vries <tdevries@suse.de>
3881
3882 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
3883
53f539a3
KS
38842020-05-11 Keith Seitz <keiths@redhat.com>
3885
3886 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
3887
113ee09a
TV
38882020-05-11 Tom de Vries <tdevries@suse.de>
3889
3890 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
3891 * gdb.cp/cpexprs.exp.in: .. here.
3892 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
3893 cpexprs.exp.
3894
ba3e70b0
KS
38952020-05-11 Keith Seitz <keiths@redhat.com>
3896
3897 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
3898 test names.
3899 * gdb.ada/arrayptr.exp: Likewise.
3900 * gdb.ada/assign_arr.exp: Likewise.
3901 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
3902 * gdb.ada/bp_on_var.exp: Likewise.
3903 * gdb.ada/call_pn.exp: Likewise.
3904 * gdb.ada/complete.exp: Likewise.
3905 * gdb.ada/fun_overload_menu.exp: Likewise.
3906 * gdb.ada/funcall_param.exp: Likewise.
3907 * gdb.ada/funcall_ref.exp: Likewise.
3908 * gdb.ada/packed_array_assign.exp: Likewise.
3909 * gdb.ada/same_component_name.exp: Likewise.
3910 * gdb.ada/type_coercion.exp: Likewise.
3911 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
3912 * gdb.ada/variant_record_packed_array.exp: Likewise.
3913
3ee6bb11
TV
39142020-05-11 Tom de Vries <tdevries@suse.de>
3915
3916 PR symtab/25941
3917 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
3918 out of ...
3919 * gdb.dwarf2/clang-debug-names.exp: ... here.
3920 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
3921 clang-debug-names.exp.in.
3922 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
3923 * gdb.dwarf2/clang-debug-names-2.c: New test.
3924
86cd6bc8
AKS
39252020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3926
3927 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
3928 (fortran_runto_main): New Proc, fortran version of runto_main.
3929 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
3930 * gdb.fortran/array-bounds.exp: Likewise.
3931 * gdb.fortran/array-slices.exp: Likewise.
3932 * gdb.fortran/block-data.exp: Likewise.
3933 * gdb.fortran/charset.exp: Likewise.
3934 * gdb.fortran/common-block.exp: Likewise.
3935 * gdb.fortran/complex.exp: Likewise.
3936 * gdb.fortran/derived-type-function.exp: Likewise.
3937 * gdb.fortran/derived-type.exp: Likewise.
3938 * gdb.fortran/info-modules.exp: Likewise.
3939 * gdb.fortran/info-types.exp: Likewise.
3940 * gdb.fortran/intrinsics.exp: Likewise.
3941 * gdb.fortran/library-module.exp: Likewise.
3942 * gdb.fortran/logical.exp: Likewise.
3943 * gdb.fortran/max-depth.exp: Likewise.
3944 * gdb.fortran/module.exp: Likewise.
3945 * gdb.fortran/multi-dim.exp: Likewise.
3946 * gdb.fortran/nested-funcs.exp: Likewise.
3947 * gdb.fortran/print-formatted.exp: Likewise.
3948 * gdb.fortran/print_type.exp: Likewise.
3949 * gdb.fortran/printing-types.exp: Likewise.
3950 * gdb.fortran/ptr-indentation.exp: Likewise.
3951 * gdb.fortran/ptype-on-functions.exp: Likewise.
3952 * gdb.fortran/subarray.exp: Likewise.
3953 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
3954 * gdb.fortran/vla-datatypes.exp: Likewise.
3955 * gdb.fortran/vla-history.exp: Likewise.
3956 * gdb.fortran/vla-ptr-info.exp: Likewise.
3957 * gdb.fortran/vla-ptype-sub.exp: Likewise.
3958 * gdb.fortran/vla-ptype.exp: Likewise.
3959 * gdb.fortran/vla-sizeof.exp: Likewise.
3960 * gdb.fortran/vla-type.exp: Likewise.
3961 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
3962 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
3963 * gdb.fortran/vla-value-sub.exp: Likewise.
3964 * gdb.fortran/vla-value.exp: Likewise.
3965 * gdb.fortran/whatis_type.exp: Likewise.
3966 * gdb.mi/mi-var-child-f.exp: Likewise.
3967
6dc55ce9 39682020-05-09 Tom de Vries <tdevries@suse.de>
3969
3970 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
3971
283cb58c
TV
39722020-05-08 Tom de Vries <tdevries@suse.de>
3973
3974 * gdb.dwarf2/clang-debug-names.c: New test.
3975 * gdb.dwarf2/clang-debug-names.exp: New file.
3976
ac4a4f1c
SM
39772020-05-06 Simon Marchi <simon.marchi@efficios.com>
3978
3979 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
3980 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
3981
24fe640b
TV
39822020-05-06 Tom de Vries <tdevries@suse.de>
3983
3984 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
3985 breakpoint is at a "recommended breakpoint location".
3986 * gdb.reverse/consecutive-reverse.exp: Same.
3987
0d8683a3
TV
39882020-05-06 Tom de Vries <tdevries@suse.de>
3989
3990 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
3991 address.
3992
b8983c46
TV
39932020-05-06 Tom de Vries <tdevries@suse.de>
3994
3995 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
3996
abf6d805
TV
39972020-05-06 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4000 info for r.
4001
0fc2a808
TV
40022020-05-06 Tom de Vries <tdevries@suse.de>
4003
4004 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4005 necessary.
4006
873dd427
TV
40072020-05-06 Tom de Vries <tdevries@suse.de>
4008
4009 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4010 void.
4011
7c99e7e2
TV
40122020-05-06 Tom de Vries <tdevries@suse.de>
4013
4014 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4015 of ...
4016 * gdb.base/async.exp: ... here.
4017 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4018 "recommended breakpoint location".
4019
6173d6a6
TV
40202020-05-06 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4023
6015a067
TV
40242020-05-04 Tom de Vries <tdevries@suse.de>
4025
4026 * gdb.base/async.exp: Check whether instruction addresses are a
4027 "recommended breakpoint location".
4028
3b6acaee
TT
40292020-05-03 Tom Tromey <tom@tromey.com>
4030
4031 * gdb.base/sepdebug.exp: Remove "catch" test.
4032 * gdb.base/break.exp: Remove "catch" test.
4033 * gdb.base/default.exp: Update expected output.
4034
5beb4d17
TV
40352020-05-02 Tom de Vries <tdevries@suse.de>
4036
4037 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4038 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4039 * gdb.arch/i386-mpx-map.exp: Same.
4040 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4041 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4042 * gdb.arch/i386-mpx.exp: Same.
4043
8caf140d
TV
40442020-05-02 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4047
693196cb
TV
40482020-05-01 Tom de Vries <tdevries@suse.de>
4049
4050 * gdb.ada/operator_bp.exp: Allow more than required amount of
4051 breakpoint.
4052
53ae0aa9
TV
40532020-05-01 Tom de Vries <tdevries@suse.de>
4054
4055 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4056
ee9d1e5f
HD
40572020-04-30 Hannes Domani <ssbssa@yahoo.de>
4058
4059 PR gdb/18706
4060 * gdb.cp/stub-array-size.cc: New test.
4061 * gdb.cp/stub-array-size.exp: New file.
4062 * gdb.cp/stub-array-size.h: New test.
4063 * gdb.cp/stub-array-size2.cc: New test.
4064
d5cf82c0
HD
40652020-04-30 Hannes Domani <ssbssa@yahoo.de>
4066
4067 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4068 output to the new format.
4069
42e165c3
SM
40702020-04-29 Simon Marchi <simon.marchi@efficios.com>
4071
4072 * gdb.base/break.exp: Use with_test_prefix.
4073
6e4e3fe1
TV
40742020-04-29 Tom de Vries <tdevries@suse.de>
4075
4076 * lib/gdb.exp (debug_types): New proc.
4077 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4078 * gdb.python/py-symtab.exp: Same.
4079
d642b692
HD
40802020-04-29 Hannes Domani <ssbssa@yahoo.de>
4081
4082 PR gdb/17320
4083 * gdb.base/pretty-array.c: New test.
4084 * gdb.base/pretty-array.exp: New file.
4085
ea90f227
TV
40862020-04-29 Tom de Vries <tdevries@suse.de>
4087
4088 PR symtab/25889
4089 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4090 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4091 and include cpexprs.exp.
4092
a65189c9
TV
40932020-04-28 Mark Williams <mark@myosotissp.com>
4094
4095 PR gdb/24480
4096 * dw4-toplevel-types.exp: Test for top level types.
4097 * dw4-toplevel-types.cc: Test for top level types.
4098
32d1f47a
TBA
40992020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4100
4101 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4102 (theads -> threads).
4103
56a4f5a1
TV
41042020-04-28 Tom de Vries <tdevries@suse.de>
4105
4106 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4107
0b2f8a3b
TV
41082020-04-28 Tom de Vries <tdevries@suse.de>
4109
4110 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4111
5390c717
TV
41122020-04-28 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4115
15cd93d0
TV
41162020-04-28 Tom de Vries <tdevries@suse.de>
4117
4118 * gdb.dwarf2/main-foo.c: New test.
4119 * gdb.dwarf2/struct-with-sig.exp: New file.
4120
d472f0fb
TV
41212020-04-25 Tom de Vries <tdevries@suse.de>
4122
4123 * boards/debug-types.exp: New file.
4124
8d840e05
AB
41252020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4126
4127 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4128
bcfe6157
TT
41292020-04-24 Tom Tromey <tom@tromey.com>
4130
4131 PR symtab/12707:
4132 * gdb.python/py-symbol.exp: Update expected results for
4133 linkage_name test.
4134 * gdb.cp/print-demangle.exp: New file.
4135 * gdb.base/c-linkage-name.exp: Fix test.
4136 * gdb.guile/scm-symbol.exp: Update expected results for
4137 linkage_name test.
4138
f049a313
TT
41392020-04-24 Tom Tromey <tom@tromey.com>
4140
4141 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4142 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4143 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4144 assembler.
4145
7cf28874
TV
41462020-04-24 Tom de Vries <tdevries@suse.de>
4147
4148 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4149 C++.
4150
dac2fef7
TT
41512020-04-24 Tom Tromey <tromey@adacore.com>
4152
4153 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4154 values.
4155 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4156 values. Update test for minimal encodings.
4157 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4158 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4159 values. Update test for minimal encodings.
4160
1acda803
TT
41612020-04-24 Tom Tromey <tromey@adacore.com>
4162
4163 PR python/23662:
4164 * gdb.ada/variant.exp: Add Python checks.
4165 * gdb.rust/simple.exp: Add dynamic type checks.
4166
adfb9815
TT
41672020-04-24 Tom Tromey <tromey@adacore.com>
4168
4169 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4170 Make array type matching more lax.
4171 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4172 * gdb.ada/mi_variant.exp: New file.
4173 * gdb.ada/mi_variant/pck.ads: New file.
4174 * gdb.ada/mi_variant/pkg.adb: New file.
4175 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4176 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4177
7d79de9a
TT
41782020-04-24 Tom Tromey <tromey@adacore.com>
4179
4180 * gdb.ada/variant.exp: Add dynamic field offset tests.
4181 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4182 * gdb.ada/variant/pkg.adb: Add new variables.
4183
f8e89861
TT
41842020-04-24 Tom Tromey <tromey@adacore.com>
4185
4186 * gdb.ada/variant.exp: New file
4187 * gdb.ada/variant/pkg.adb: New file
4188 * gdb.ada/variant/pck.adb: New file
4189
86e887ae
TV
41902020-04-24 Tom de Vries <tdevries@suse.de>
4191
4192 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4193
88428775
TV
41942020-04-24 Tom de Vries <tdevries@suse.de>
4195
4196 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4197 flags.
4198
4e86f6e7
TV
41992020-04-24 Tom de Vries <tdevries@suse.de>
4200
4201 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4202
2016d3e6
TV
42032020-04-24 Tom de Vries <tdevries@suse.de>
4204
4205 * lib/gdb.exp (default_gdb_start): Handle eof.
4206 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4207 failure.
4208 * gdb.base/readnever.exp: Handle clean_restart failure.
4209
70bc38f5
TV
42102020-04-23 Tom de Vries <tdevries@suse.de>
4211
4212 * gdb.base/decl-before-def.exp: Run to main and print a again.
4213
de82891c
TV
42142020-04-23 Tom de Vries <tdevries@suse.de>
4215
4216 * gdb.base/decl-before-def-decl.c: New test.
4217 * gdb.base/decl-before-def-def.c: New test.
4218 * gdb.base/decl-before-def.exp: New file.
4219
96038148
TV
42202020-04-23 Tom de Vries <tdevries@suse.de>
4221
4222 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4223
54ac3df1
TV
42242020-04-22 Tom de Vries <tdevries@suse.de>
4225
4226 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4227 debug_info_offset.
4228 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4229 before $objsfile in the line line.
4230
714534e1
TV
42312020-04-22 Tom de Vries <tdevries@suse.de>
4232
4233 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4234
16a7dbf4
MS
42352020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4236
4237 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4238 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4239 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4240 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4241 * gdb.base/jit-protocol.h: Update definitions to match all usage
4242 contexts.
4243
42442020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4245
4246 * gdb.base: Rename all jit related test and source files.
4247
42482020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4249
4250 * gdb.base/jit-reader.exp: Relax register output check.
4251
317d2668
TV
42522020-04-22 Tom de Vries <tdevries@suse.de>
4253
4254 PR symtab/25764
4255 * gdb.base/psym-external-decl-2.c: New test.
4256 * gdb.base/psym-external-decl.c: New test.
4257 * gdb.base/psym-external-decl.exp: New file.
4258 * gdb.threads/tls.exp: Add PR25807 kfail.
4259
eea9e357
TV
42602020-04-22 Tom de Vries <tdevries@suse.de>
4261
4262 PR symtab/25801
4263 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4264 in "info source" output.
4265
3d5afab3
TV
42662020-04-22 Tom de Vries <tdevries@suse.de>
4267
4268 PR symtab/25700
4269 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4270 symtab for imported_unit.c.
4271
b32102f6
GB
42722020-04-21 Gary Benson <gbenson@redhat.com>
4273
4274 * gdb.base/advance.c (func): New argument, to match call site.
4275 (func2, func3): Add return statements.
4276
d43b7a2d
TBA
42772020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4278
4279 * gdb.multi/run-only-second-inf.c: New file.
4280 * gdb.multi/run-only-second-inf.exp: New file.
4281
d89edf9b
MM
42822020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4283
4284 * gdb.btrace/multi-inferior.c: New test.
4285 * gdb.btrace/multi-inferior.exp: New file.
4286
1a476b6d
MM
42872020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4288
4289 * gdb.btrace/enable-new-thread.c: New test.
4290 * gdb.btrace/enable-new-thread.exp: New file.
4291
4778a5f8
TV
42922020-04-21 Tom de Vries <tdevries@suse.de>
4293
4294 PR gdb/25471
4295 * gdb.threads/killed-outside.c: New test.
4296 * gdb.threads/killed-outside.exp: New file.
4297
9b2c992c
GB
42982020-04-20 Gary Benson <gbenson@redhat.com>
4299
4300 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4301 * gdb.base/nested-subp2.exp: Likewise.
4302 * gdb.base/nested-subp3.exp: Likewise.
4303
b5d1d6f7
GB
43042020-04-20 Gary Benson <gbenson@redhat.com>
4305
4306 * gdb.base/nested-subp1.exp: Disable test when using clang.
4307 * gdb.base/nested-subp2.exp: Likewise.
4308 * gdb.base/nested-subp3.exp: Likewise.
4309
25230285
GB
43102020-04-20 Gary Benson <gbenson@redhat.com>
4311
4312 * gdb.cp/exception.cc: Fix compilation error with clang.
4313
fa93cc8f
GB
43142020-04-20 Gary Benson <gbenson@redhat.com>
4315
809730f3 4316 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4317
e0c45f30
GB
43182020-04-20 Gary Benson <gbenson@redhat.com>
4319
4320 * gdb.base/jit-main.c: Fix compilation error with clang.
4321
4ddfec93
KR
43222020-04-17 Kamil Rytarowski <n54@gmx.com>
4323
4324 * gdb.base/attach-twice.c: Include "sys/types.h".
4325 (PTRACE_ATTACH): Add fallback definition.
4326 (main): Pass `0' to the 4th argument of `ptrace'.
4327
2bed205e
KR
43282020-04-17 Kamil Rytarowski <n54@gmx.com>
4329
4330 * gdb.base/fork-running-state.c: Include "signal.h".
4331
0743fc83
TT
43322020-04-17 Tom Tromey <tromey@adacore.com>
4333
4334 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4335 Update tests.
4336 * gdb.btrace/cpu.exp: Update tests.
4337 * gdb.base/maint.exp: Update tests.
4338 * gdb.base/default.exp: Update tests.
4339 * gdb.base/completion.exp: Update tests.
4340
efba5c23
TV
43412020-04-16 Tom de Vries <tdevries@suse.de>
4342
4343 PR symtab/25791
4344 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4345 (ensure_gdb_index): and factor out and move ...
4346 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4347 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4348
d191d716
TV
43492020-04-16 Tom de Vries <tdevries@suse.de>
4350
4351 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4352 loading exec.
4353
99f1bc6a
AB
43542020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4355
4356 * gdb.base/many-completions.exp: New file.
4357
194d088f
TV
43582020-04-14 Tom de Vries <tdevries@suse.de>
4359
4360 PR symtab/25718
4361 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4362
c1a66c06
TV
43632020-04-14 Tom de Vries <tdevries@suse.de>
4364
4365 PR symtab/25720
4366 * gdb.base/maint-expand-symbols-header-file.c: New test.
4367 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4368 * gdb.base/maint-expand-symbols-header-file.h: New test.
4369
21b0982c
AB
43702020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4371
4372 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4373 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4374 get_func_info.
4375 (get_func_info): Delete.
4376 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4377 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4378 * lib/dwarf.exp (get_func_info): New function.
4379
dd1cab06
TV
43802020-04-13 Tom de Vries <tdevries@suse.de>
4381
4382 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4383 to what find_gnatmake does.
4384
71ea2b6b
TV
43852020-04-10 Tom de Vries <tdevries@suse.de>
4386
4387 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4388 -readnow.
4389
bdfc1e8a
TV
43902020-04-10 Tom de Vries <tdevries@suse.de>
4391
4392 PR cli/25808
4393 * gdb.base/style.c: Add leading newlines.
4394 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4395 Check listing of main's one-line body.
4396
14ca8ecf
TV
43972020-04-08 Tom de Vries <tdevries@suse.de>
4398
4399 * lib/gdb.exp (psymtabs_p): New proc.
4400 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4401 importing unit" unsupported if there are no partial symbols.
4402
e21d048f
TV
44032020-04-08 Tom de Vries <tdevries@suse.de>
4404
4405 PR testsuite/25760
4406 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4407
25c11aca
TV
44082020-04-07 Tom de Vries <tdevries@suse.de>
4409
4410 PR symtab/25796
4411 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4412
5707e24b
TV
44132020-04-07 Tom de Vries <tdevries@suse.de>
4414
4415 * gdb.base/check-psymtab.c: New test.
4416 * gdb.base/check-psymtab.exp: New file.
4417
6ee448cc
TT
44182020-04-06 Tom Tromey <tromey@adacore.com>
4419
4420 * gdb.ada/variant-record/proc.adb: New file.
4421 * gdb.ada/variant-record/value.adb: New file.
4422 * gdb.ada/variant-record/value.s: New file.
4423 * gdb.ada/variant-record.exp: New file.
4424
9e7c9a03
HD
44252020-04-03 Hannes Domani <ssbssa@yahoo.de>
4426
4427 PR gdb/25325
4428 * gdb.cp/typed-enum.cc: New test.
4429 * gdb.cp/typed-enum.exp: New file.
4430
c90d28ac
AB
44312020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4432
4433 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4434 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4435 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4436 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4437 * gdb.opt/inline-small-func.c: New file.
4438 * gdb.opt/inline-small-func.exp: New file.
4439 * gdb.opt/inline-small-func.h: New file.
4440
34e9a9fa
AB
44412020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4442
4443 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4444 function.
4445
6a354911
AB
44462020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * lib/dwarf.exp (function_range): Allow compiler options to be
4449 specified.
4450
880d9777
TV
44512020-04-02 Tom de Vries <tdevries@suse.de>
4452
4453 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4454 __attribute__((always_inline)).
4455 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4456
f32682ea
TV
44572020-04-02 Tom de Vries <tdevries@suse.de>
4458
4459 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4460 (gdbserver_gdb_exit): ... here. Add timeout warning.
4461 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4462 (connect_target_extended_remote): Append new server_spawn_id to
4463 server_spawn_ids.
4464 (cleanup): New proc.
4465 (setup, <toplevel>): Call cleanup.
4466
d3214198
TV
44672020-04-02 Tom de Vries <tdevries@suse.de>
4468
4469 * gdb.base/main-psymtab.exp: New file.
4470
cc77ed24
TV
44712020-04-02 Tom de Vries <tdevries@suse.de>
4472
4473 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4474
3638a098
TT
44752020-04-01 Tom Tromey <tom@tromey.com>
4476
4477 * gdb.base/complex-parts.exp: Add type tests.
4478
c34e8714
TT
44792020-04-01 Tom Tromey <tom@tromey.com>
4480
4481 * gdb.base/complex-parts.exp: Add arithmetic tests.
4482
981c08ce
TT
44832020-04-01 Tom Tromey <tom@tromey.com>
4484
4485 * gdb.compile/compile.exp: Update.
4486 * gdb.compile/compile-cplus.exp: Update.
4487 * gdb.base/varargs.exp: Update.
4488 * gdb.base/floatn.exp: Update.
4489 * gdb.base/endianity.exp: Update.
4490 * gdb.base/callfuncs.exp (do_function_calls): Update.
4491 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4492 (complex_float_integral_args): Update.
4493 * gdb.base/complex.exp: Update.
4494 * gdb.base/complex-parts.exp: Update.
4495
3d1cfd43
TT
44962020-04-01 Tom Tromey <tromey@adacore.com>
4497
4498 * gdb.rust/union.rs: New file.
4499 * gdb.rust/union.exp: New file.
4500 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4501 (main): Update.
4502 * gdb.rust/simple.exp: Move union tests to union.exp.
4503
e033dfa9
TT
45042020-04-01 Tom Tromey <tromey@adacore.com>
4505
4506 * gdb.rust/simple.rs (main): Remove "y0".
4507
53cccef1
TBA
45082020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4509
4510 * gdb.multi/stop-all-on-exit.c: New test.
4511 * gdb.multi/stop-all-on-exit.exp: New file.
4512
60e22c1e
HD
45132020-04-01 Hannes Domani <ssbssa@yahoo.de>
4514
4515 PR gdb/24789
4516 * gdb.cp/misc.cc: Add integer reference variable.
4517 * gdb.cp/misc.exp: Add test.
4518
e139a727
TBA
45192020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4520
4521 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4522 scenario to cover execution until the end and also the case
4523
16b0db75
TV
45242020-03-31 Tom de Vries <tdevries@suse.de>
4525
4526 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4527 c. Use "maint info symtabs" to check symtab expansion.
4528
c0502da6
TV
45292020-03-30 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4532 unsupported.
4533 (verify_psymtab_expanded): Move ...
4534 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4535 test.
4536 (readnow): New proc.
4537
5935fd15
AB
45382020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4539
4540 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4541 with $hex.
4542
1773be9e
TT
45432020-03-20 Tom Tromey <tromey@adacore.com>
4544
4545 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4546
70304be9
TT
45472020-03-20 Tom Tromey <tromey@adacore.com>
4548
4549 * gdb.ada/sub_variant/subv.adb: New file.
4550 * gdb.ada/sub_variant.exp: New file.
4551
0dd7b8f7
TV
45522020-03-20 Tom de Vries <tdevries@suse.de>
4553
4554 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4555 first break fails.
4556 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4557
cada5fc9
AB
45582020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4559
4560 * gdb.server/exit-multiple-threads.c: New file.
4561 * gdb.server/exit-multiple-threads.exp: New file.
4562
6b8c53f2
AB
45632020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4564
4565 * gdb.fortran/mixed-lang-stack.c: New file.
4566 * gdb.fortran/mixed-lang-stack.cpp: New file.
4567 * gdb.fortran/mixed-lang-stack.exp: New file.
4568 * gdb.fortran/mixed-lang-stack.f90: New file.
4569
19a2740f
AB
45702020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4571
4572 * gdb.linespec/cp-completion-aliases.cc: New file.
4573 * gdb.linespec/cp-completion-aliases.exp: New file.
4574
d8c8b848
TV
45752020-03-19 Tom de Vries <tdevries@suse.de>
4576
4577 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4578 more precise.
4579
a9933ccf
TV
45802020-03-18 Tom de Vries <tdevries@suse.de>
4581
4582 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4583 * gdb.dwarf2/break-inline-psymtab.c: New test.
4584 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4585
2f89101f
TV
45862020-03-16 Tom de Vries <tdevries@suse.de>
4587
4588 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4589 cache_verify and cache_verify_proc.
4590
6b9374f1
TV
45912020-03-15 Tom de Vries <tdevries@suse.de>
4592
4593 * gdb.server/solib-list.exp: Handle
4594 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4595
eaeaf44c
TV
45962020-03-15 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4599 objfiles".
4600
3293bbaf
TT
46012020-03-14 Tom Tromey <tom@tromey.com>
4602
4603 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4604
ab44624c
TV
46052020-03-14 Tom de Vries <tdevries@suse.de>
4606
4607 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4608
54c43825
TV
46092020-03-14 Tom de Vries <tdevries@suse.de>
4610
4611 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4612 result in line-by-line fashion.
4613
2ac70237
TV
46142020-03-14 Tom de Vries <tdevries@suse.de>
4615
4616 * lib/gdb.exp (supports_statement_frontiers): New proc.
4617 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4618
09546b56
TV
46192020-03-14 Tom de Vries <tdevries@suse.de>
4620
4621 * gdb.base/printcmds.exp: Add missing quoting for "print
4622 teststring2".
4623
a1f6a07c
TT
46242020-03-13 Tom Tromey <tom@tromey.com>
4625
4626 * gdb.base/printcmds.exp (test_print_strings): Add regression
4627 test.
4628 * gdb.base/printcmds.c (charptr): New typedef.
4629 (teststring2): New global.
4630
1b83d09c
AB
46312020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4632
4633 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4634 full path in the test name.
4635 (test_ld): Add some with_test_prefix blocks to make test names
4636 unique.
4637
2d61316c
TV
46382020-03-13 Tom de Vries <tdevries@suse.de>
4639
4640 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4641
2e9145ac
TV
46422020-03-13 Tom de Vries <tdevries@suse.de>
4643
4644 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4645
96c7f873
TV
46462020-03-13 Tom de Vries <tdevries@suse.de>
4647
4648 PR symtab/25646
4649 * gdb.dwarf2/imported-unit.exp: Add test.
4650
49ba92c0
TV
46512020-03-13 Tom de Vries <tdevries@suse.de>
4652
4653 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4654 (var1, var2): New variable.
4655 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4656 matching symbols.
4657
301b21e0
TV
46582020-03-13 Tom de Vries <tdevries@suse.de>
4659
4660 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4661 (Term::command): Use prompt prefix.
4662 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4663 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4664 command_no_prompt_prefix instead of prefix.
4665 * gdb.tui/tui-layout-asm.exp: Same.
4666
3f512721
SM
46672020-03-12 Simon Marchi <simon.marchi@efficios.com>
4668
4669 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4670
40310f30
SM
46712020-03-12 Simon Marchi <simon.marchi@efficios.com>
4672
4673 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4674 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4675 on" while stepping over the test instruction, match printed
4676 message.
4677
09252140
TV
46782020-03-12 Tom de Vries <tdevries@suse.de>
4679
4680 * gdb.base/info-types.exp: Use exp_continue during matching of output
4681 of "info types".
4682
14e9c72c
TV
46832020-03-12 Tom de Vries <tdevries@suse.de>
4684
4685 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4686
e515d67e
TV
46872020-03-12 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.fortran/module.exp: Use exp_continue during matching of output
4690 of "info variable -n".
4691
307eafd8
TV
46922020-03-12 Tom de Vries <tdevries@suse.de>
4693
4694 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4695 gdb.dwarf2/dw2-ranges-base.c.
4696
9a2de3fc
TV
46972020-03-12 Tom de Vries <tdevries@suse.de>
4698
4699 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4700 in presence of GLIBC debuginfo.
4701
3217502e
TV
47022020-03-12 Tom de Vries <tdevries@suse.de>
4703
4704 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4705 $core.
4706
1281424c
TV
47072020-03-12 Tom de Vries <tdevries@suse.de>
4708
4709 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4710 more precise.
4711
038b97fc
SM
47122020-03-11 Simon Marchi <simon.marchi@efficios.com>
4713
4714 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4715 from Unix to Windows path.
4716
5308d1e7
TV
47172020-03-11 Tom de Vries <tdevries@suse.de>
4718
4719 * gdb.ada/minsyms.exp: Set language to ada.
4720
f870f78f
TV
47212020-03-11 Tom de Vries <tdevries@suse.de>
4722
4723 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4724
5a13315d
TV
47252020-03-11 Tom de Vries <tdevries@suse.de>
4726
4727 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4728
976862ed
TT
47292020-03-11 Tom Tromey <tromey@adacore.com>
4730
4731 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4732
7462c383
TV
47332020-03-11 Tom de Vries <tdevries@suse.de>
4734
4735 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4736
1c6c46a0
TV
47372020-03-11 Tom de Vries <tdevries@suse.de>
4738
4739 * gdb.base/break-interp.exp: Limit verbose scope.
4740
44f41bb7
TV
47412020-03-11 Tom de Vries <tdevries@suse.de>
4742
4743 * gdb.fortran/logical.f90: Define variable with character type.
4744 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4745
b76f3a42
TV
47462020-03-11 Tom de Vries <tdevries@suse.de>
4747
4748 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4749
1c33af77
TV
47502020-03-11 Tom de Vries <tdevries@suse.de>
4751
4752 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4753 symtabs.
4754
8c95582d
AB
47552020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4756 Bernd Edlinger <bernd.edlinger@hotmail.de>
4757
4758 * gdb.cp/step-and-next-inline.cc: New file.
4759 * gdb.cp/step-and-next-inline.exp: New file.
4760 * gdb.cp/step-and-next-inline.h: New file.
4761 * gdb.dwarf2/dw2-is-stmt.c: New file.
4762 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4763 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4764 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4765 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4766
cecf8547
AB
47672020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4768
4769 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4770 is-stmt flag in the line table.
4771
0ba678c9
TV
47722020-03-09 Tom de Vries <tdevries@suse.de>
4773
4774 * lib/gdb.exp (cached_file): Create cache dir.
4775
72fbdf83
TV
47762020-03-07 Tom de Vries <tdevries@suse.de>
4777
4778 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4779 * gdb.cp/rvalue-ref-params.exp: Same.
4780
436b5e99
TV
47812020-03-06 Tom de Vries <tdevries@suse.de>
4782
4783 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4784 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4785
09f2921c
TV
47862020-03-06 Tom de Vries <tdevries@suse.de>
4787
4788 * README: Fix "the the".
4789 * gdb.base/dprintf.exp: Same.
4790
50a3cc5d
TV
47912020-03-05 Tom de Vries <tdevries@suse.de>
4792
4793 * gdb.base/maint.exp: Update "main print statistics" expected output.
4794
0a709cba
AKS
47952020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4796
4797 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4798 (fortran_int8): Likewise.
4799 (fortran_real4): Likewise.
4800 (fortran_real8): Likewise.
4801 (fortran_complex4): Likewise.
4802 (fortran_logical4): Likewise.
4803 (fortran_character1): Likewise.
4804
5e5d66b6
AB
48052020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4806
4807 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4808 printed as true.
4809
7b973adc
SDJ
48102020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4811
4812 * gdb.base/printcmds.exp: Add test to verify printf of a
4813 variable holding an address.
4814
478e490a
TV
48152020-03-03 Tom de Vries <tdevries@suse.de>
4816
4817 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4818
1ef44e86
TV
48192020-03-03 Tom de Vries <tdevries@suse.de>
4820
4821 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4822 gdb_test_multiple call.
4823
b98cc2cf
TV
48242020-03-03 Tom de Vries <tdevries@suse.de>
4825
4826 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4827 gdb_test_multiple calls.
4828
63e163f2
AB
48292020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4830
4831 * gdb.base/default.exp: Remove test of 'set history filename'.
4832 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4833 filename to the empty string.
4834 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4835 and GDBHISTSIZE.
4836
24ed6739
AB
48372020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4838
4839 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
4840 disabled.
4841
590003dc 48422020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 4843 Tom de Vries <tdevries@suse.de>
590003dc
TV
4844
4845 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
4846 -prompt prefix, before user_code argument. Add -lbl option likewise.
4847 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
4848 (gdb_is_target_1): Add -prompt prefix and move to before user_code
4849 argument.
4850 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
4851 have "\r\n" at start-of-line, instead of at end-of-line.
4852
f5e46084
SM
48532020-02-28 Simon Marchi <simon.marchi@efficios.com>
4854
4855 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
4856 libinproctrace.so.
4857
f7a7000d
LM
48582020-02-28 Luis Machado <luis.machado@linaro.org>
4859
4860 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
4861 to "p/x".
4862
718e0816
LM
48632020-02-28 Luis Machado <luis.machado@linaro.org>
4864
4865 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
4866 asm/ptrace.h and error.h.
4867
13c3a74a
TV
48682020-02-28 Tom de Vries <tdevries@suse.de>
4869
4870 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
4871 (struct wrapper, do_something, mundane/symada__cS): Move ...
4872 * gdb.base/c-linkage-name-2.c: ... here. New source file.
4873 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
4874 Update "print symada__cS before partial symtab expansion" regexp.
4875 Update breakpoint location. Flush symbol cache after expansion.
4876
85d2d5bb
LM
48772020-02-28 Luis Machado <luis.machado@linaro.org>
4878
4879 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
4880
3608f86c
TV
48812020-02-27 Tom de Vries <tdevries@suse.de>
4882
4883 * config/sid.exp: Remove unused globals.
4884 * gdb.base/attach.exp: Same.
4885 * gdb.base/catch-load.exp: Same.
4886 * gdb.base/dbx.exp: Same.
4887 * lib/gdb.exp: Same.
4888 * lib/mi-support.exp: Same.
4889 * lib/prompt.exp: Same.
4890
c8d4f6df
TV
48912020-02-27 Tom de Vries <tdevries@suse.de>
4892
4893 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
4894 not set.
4895
0d79cdc4
AM
48962020-02-26 Aaron Merey <amerey@redhat.com>
4897
4898 * gdb.debuginfod: New directory for debuginfod tests.
4899 * gdb.debuginfod/main.c: New test file.
4900 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
4901
0dce4280
TV
49022020-02-26 Tom de Vries <tdevries@suse.de>
4903
4904 PR gdb/25603
4905 * gdb.base/persistent-lang.cc: New test.
4906 * gdb.base/persistent-lang.exp: New file.
4907
9e80cfa1
AB
49082020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4909
4910 * gdb.fortran/derived-type-striding.exp: Add a new test.
4911 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
4912 new test.
4913
2078dbb2
AB
49142020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * gdb.base/cached-source-file.exp: Avoid source file paths in test
4917 names.
4918
70d49700
TV
49192020-02-25 Tom de Vries <tdevries@suse.de>
4920
4921 PR go/18926
4922 * gdb.go/methods.exp: Remove gcc/93866 xfail.
4923
a88ef40d
TV
49242020-02-24 Tom de Vries <tdevries@suse.de>
4925
4926 PR gdb/25592
4927 * gdb.base/info-locals-unused-static-var.c: New test.
4928 * gdb.base/info-locals-unused-static-var.exp: New file.
4929
01b1af32
TT
49302020-02-22 Tom Tromey <tom@tromey.com>
4931
4932 * gdb.python/tui-window.exp: New file.
4933 * gdb.python/tui-window.py: New file.
4934
7c043ba6
TT
49352020-02-22 Tom Tromey <tom@tromey.com>
4936
4937 PR tui/17850:
4938 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
4939 tests.
4940
c22fef7e
TT
49412020-02-22 Tom Tromey <tom@tromey.com>
4942
4943 * gdb.tui/new-layout.exp: Add sub-layout tests.
4944
ee325b61
TT
49452020-02-22 Tom Tromey <tom@tromey.com>
4946
4947 * gdb.tui/new-layout.exp: New file.
4948
3f0cbb04
TT
49492020-02-22 Tom Tromey <tom@tromey.com>
4950
4951 * gdb.rust/rust-style.rs: New file.
4952 * gdb.rust/rust-style.exp: New file.
4953 * gdb.base/style.exp: Test structure printing.
4954 * gdb.base/style.c (struct some_struct): New type.
4955 (enum etype): New type.
4956 (struct_value): New global.
4957
75525152
TV
49582020-02-21 Tom de Vries <tdevries@suse.de>
4959
4960 PR go/18926
4961 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
4962 Remove blanket xfails. Use message argument for gdb_breakpoint.
4963 Make continuing to breakpoint test conditional on setting breakpoint.
4964 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
4965 DW_AT_name attribute. Add xfail for GCC PR93866.
4966
bd360d30
AB
49672020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.dwarf2/cpp-linkage-name.c: New file.
4970 * gdb.dwarf2/cpp-linkage-name.exp: New file.
4971
c7adb09f 49722020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
4973
4974 * lib/gdb.exp (gdb_wrapper_init): Reset
4975 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
4976 not exist.
4977
a9c79803
TV
49782020-02-20 Tom de Vries <tdevries@suse.de>
4979
4980 PR go/17018
4981 * gdb.go/hello.exp: Copy ...
4982 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
4983 print of st to print value of global definition. Add xfail for GCC
4984 PR93844.
4985 * gdb.go/hello.exp: Remove printing of st before definition.
4986 * gdb.go/hello.go: Copy ...
4987 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
4988 to st.
4989 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
4990
d7445728
TV
49912020-02-20 Tom de Vries <tdevries@suse.de>
4992
4993 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
4994 (gdb_simple_compile): Handle compile_flags go by using .go extension
4995 for source file.
4996 * gdb.go/chan.exp: Use support_go_compile.
4997 * gdb.go/handcall.exp: Same.
4998 * gdb.go/hello.exp: Same.
4999 * gdb.go/integers.exp: Same.
5000 * gdb.go/max-depth.exp: Same.
5001 * gdb.go/methods.exp: Same.
5002 * gdb.go/package.exp: Same.
5003 * gdb.go/strings.exp: Same.
5004 * gdb.go/types.exp: Same.
5005 * gdb.go/unsafe.exp: Same.
5006
c9c41e6d
TV
50072020-02-19 Tom de Vries <tdevries@suse.de>
5008
5009 * gdb.python/lib-types.exp: Make xfail more strict.
5010
f20ff837
TV
50112020-02-19 Tom de Vries <tdevries@suse.de>
5012
5013 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5014
08410482
DE
50152020-02-19 Doug Evans <dje@google.com>
5016
5017 PR rust/25535
5018 * gdb.rust/simple.exp: Add test.
5019 * gdb.rust/simple.rs: Add test.
5020
623563f7
TV
50212020-02-19 Tom de Vries <tdevries@suse.de>
5022
5023 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5024 output line-by-line.
5025
d3308cfd
TV
50262020-02-19 Tom de Vries <tdevries@suse.de>
5027
5028 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5029
86cbc5dc
TV
50302020-02-19 Tom de Vries <tdevries@suse.de>
5031
5032 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5033 prelink.
5034
9db2b96b
TV
50352020-02-19 Tom de Vries <tdevries@suse.de>
5036
5037 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5038 (gdb_do_cache): Use gdb_do_cache_wrap.
5039 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5040
89e2fdc5
TV
50412020-02-19 Tom de Vries <tdevries@suse.de>
5042
5043 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5044 gdb_compile option.
5045
373d7ac0
SM
50462020-02-18 Simon Marchi <simon.marchi@efficios.com>
5047
5048 * gdb.base/printcmds.exp (test_print_enums): Update expected
5049 output.
5050
b29a2df0
SM
50512020-02-18 Simon Marchi <simon.marchi@efficios.com>
5052
5053 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5054 for "unknown".
5055
6740f0cc
SM
50562020-02-18 Simon Marchi <simon.marchi@efficios.com>
5057
5058 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5059 enumerator.
5060
edd45eb0
SM
50612020-02-18 Simon Marchi <simon.marchi@efficios.com>
5062
5063 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5064 FE_, add FE_NONE.
5065 (three): Update.
5066 (enum flag_enum_without_zero): New enum.
5067 (flag_enum_without_zero): New variable.
5068 (enum not_flag_enum): New enum.
5069 (three_not_flag): New variable.
5070 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5071 (test_print_enums): Add more tests for printing flag enums.
5072
d4295de4
TV
50732020-02-18 Tom de Vries <tdevries@suse.de>
5074
5075 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5076 (gdb_compile_ada): ... here.
5077 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5078 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5079
f251f505
TT
50802020-02-14 Tom Tromey <tom@tromey.com>
5081
5082 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5083 build directory.
5084 * boards/gdbserver-base.exp: Update path to gdbserver.
5085
8f432634
TV
50862020-02-13 Tom de Vries <tdevries@suse.de>
5087
5088 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5089
92b6eaf7
TV
50902020-02-13 Tom de Vries <tdevries@suse.de>
5091
5092 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5093 are missing.
5094
f3b0f7fe
TV
50952020-02-13 Tom de Vries <tdevries@suse.de>
5096
5097 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5098 call.
5099
f6be8713
SDJ
51002020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5101
5102 PR tui/25126
5103 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5104 * gdb.base/cached-source-file.c: New file.
5105 * gdb.base/cached-source-file.exp: New file.
5106
b2770d5e
TV
51072020-02-11 Tom de Vries <tdevries@suse.de>
5108
5109 PR testsuite/25488
5110 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5111
44f6938e
TV
51122020-02-10 Tom de Vries <tdevries@suse.de>
5113
5114 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5115
5f0e2eb7
MR
51162020-02-10 Maciej W. Rozycki <macro@wdc.com>
5117
5118 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5119 and $after_addr are both integers before making a comparison.
5120
46ce2b6f
TV
51212020-02-09 Tom de Vries <tdevries@suse.de>
5122
5123 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5124 command output and paste it into gdb.log. If any, paste catch message
5125 to gdb.log.
5126
5abbbe1d
TT
51272020-02-07 Tom Tromey <tromey@adacore.com>
5128
5129 PR breakpoints/24915:
5130 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5131
1d5d29e7
SV
51322020-02-06 Shahab Vahedi <shahab@synopsys.com>
5133
5134 * gdb.tui/tui-missing-src.exp: Add the "missing source
5135 file" test for the TUI.
5136
b0999b9b
AB
51372020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5140 including a port number in the output.
5141
c3b149eb
AKS
51422020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5143
5144 * lib/fortran.exp (fortran_int4): Handle clang.
5145 (fortran_int8): Likewise.
5146 (fortran_real4): Likewise.
5147 (fortran_real8): Likewise.
5148 (fortran_complex4): Likewise.
5149 (fortran_logical4): Likewise.
5150 (fortran_character1): Likewise.
5151
f8dcc90b
TV
51522020-02-04 Tom de Vries <tdevries@suse.de>
5153
5154 * README (Race detection): Add note.
5155
f90ac7c2
TV
51562020-02-04 Tom de Vries <tdevries@suse.de>
5157
5158 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5159
780636ae
TV
51602020-02-04 Tom de Vries <tdevries@suse.de>
5161
5162 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5163
5d2e1193
RA
51642020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5165
5166 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5167 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5168 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5169 blttar, bnetarl.
5170 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5171 binary for blttar, bnetarl.
5172 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5173 wait instruction. Delete ldmx test.
5174 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5175
e409c542
AKS
51762020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5177
5178 * gdb.fortran/array-bounds-high.exp: New file.
5179 * gdb.fortran/array-bounds-high.f90: New file.
5180
b0029748
LD
51812020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5182
5183 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5184 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5185
195a8287
TV
51862020-02-01 Tom de Vries <tdevries@suse.de>
5187
5188 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5189
42330a68
AB
51902020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5191
5192 PR tui/9765
5193 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5194 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5195
b62a8028
LM
51962020-01-29 Luis Machado <luis.machado@linaro.org>
5197
5198 * gdb.arch/aarch64-brk-patterns.c: New source file.
5199 * gdb.arch/aarch64-brk-patterns.exp: New test.
5200
5f440116
TBA
52012020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5202
5203 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5204 GCC/Clang version.
5205 * gdb.cp/pass-by-ref.exp: Ditto.
5206
ee2a6fc6
TV
52072020-01-29 Tom de Vries <tdevries@suse.de>
5208
5209 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5210 * gdb.threads/watchpoint-fork-mt.c: Same.
5211 * gdb.threads/watchpoint-fork-parent.c: Same.
5212 * gdb.threads/watchpoint-fork-st.c: Same.
5213 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5214
16b10d6e
LM
52152020-01-27 Luis Machado <luis.machado@linaro.org>
5216
5217 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5218 sitting at a syscall instruction when we hit the syscall function's
5219 breakpoint.
5220 Check PC against one obtained with the x command.
5221 Validate syscall number.
5222 (step_over_syscall): Don't continue to the syscall instruction if
5223 we're already there.
5224
b1468492
PW
52252020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5226
5227 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5228
7ffa82e1
AB
52292020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5232 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5233
3d92a3e3
AB
52342020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5237 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5238
94a72be7
AB
52392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.base/maint.exp: Update line table parsing test.
5242 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5243
53af73bf
PA
52442020-01-24 Pedro Alves <palves@redhat.com>
5245
5246 PR gdb/25410
5247 * gdb.multi/multi-re-run-1.c: New.
5248 * gdb.multi/multi-re-run-2.c: New.
5249 * gdb.multi/multi-re-run.exp: New.
5250
1ba1ac88
AB
52512020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5252
5253 PR gdb/23718
5254 * gdb.server/server-kill-python.exp: New file.
5255
f3364a6d
AB
52562020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.server/multi-ui-errors.c: New file.
5259 * gdb.server/multi-ui-errors.exp: New file.
5260
733d0a67
AB
52612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5262
5263 PR tui/9765
5264 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5265
4f13c1c0
TT
52662020-01-19 Tom Tromey <tom@tromey.com>
5267
5268 * gdb.tui/main.exp: Add check for plain "file".
5269
40c94099
CB
52702020-01-16 Christian Biesinger <cbiesinger@google.com>
5271
5272 * lib/gdb.exp: Fix spelling error (seperatelly).
5273
ff47f4f0
TT
52742020-01-14 Tom Tromey <tom@tromey.com>
5275
5276 PR symtab/12535:
5277 * gdb.python/python.exp: Test decode_line with empty string
5278 argument.
5279
717c684d
BE
52802020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5281
5282 * gdb.base/skip-inline.exp: Extend test.
5283
44e4c775
AB
52842020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5285
5286 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5287 * gdb.dwarf2/dw2-bad-elf.c: New file.
5288 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5289
d93c6db7
AB
52902020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5293 _line_saw_file.
5294
9a6d629c
AB
52952020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5298 border.
5299
d9ebdab7
TBA
53002020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5301
5302 * gdb.multi/multi-target.exp (setup): Factor out "info
5303 connections" and "info inferiors" tests to ...
5304 (test_info_inferiors): ... this new procedure.
5305 (top level): Run new "info-inferiors" tests.
5306
f3c469b9
PA
53072020-01-10 Pedro Alves <palves@redhat.com>
5308
5309 * gdb.server/bkpt-other-inferior.exp: New file.
5310
121b3efd
PA
53112020-01-10 Pedro Alves <palves@redhat.com>
5312
5313 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5314 of "add-inferior".
5315 * gdb.base/quit-live.exp: Likewise.
5316 * gdb.base/remote-exec-file.exp: Likewise.
5317 * gdb.guile/scm-progspace.exp: Likewise.
5318 * gdb.linespec/linespec.exp: Likewise.
5319 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5320 * gdb.mi/user-selected-context-sync.exp: Likewise.
5321 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5322 "info inferiors" tests.
5323 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5324 "add-inferior".
5325 * gdb.multi/watchpoint-multi.exp: Likewise.
5326 * gdb.python/py-inferior.exp: Likewise.
5327 * gdb.server/extended-remote-restart.exp: Likewise.
5328 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5329 "info inferiors".
5330 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5331 * gdb.trace/report.exp: Likewise.
5332
1dadb1dd
PA
53332020-01-10 Pedro Alves <palves@redhat.com>
5334
5335 * gdb.multi/multi-target.c: New file.
5336 * gdb.multi/multi-target.exp: New file.
5337 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5338 mode requested, but remote does not support non-stop".
5339
78f2c40a
PA
53402020-01-10 Pedro Alves <palves@redhat.com>
5341
5342 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5343 disconnect before reconnecting.
5344
e7af6c70
TBA
53452020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5346 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.server/connect-without-multi-process.exp: Also test
5349 continuing to end.
5350
acdf84a6
PA
53512020-01-10 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.base/remote-exec-file.exp: New file.
5354
873657b9
PA
53552020-01-10 Pedro Alves <palves@redhat.com>
5356
5357 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5358 output.
5359 * gdb.threads/async.c: New.
5360 * gdb.threads/async.exp: New.
5361 * gdb.multi/tids-gid-reset.c: New.
5362 * gdb.multi/tids-gid-reset.exp: New.
5363
7f0ae84c
GB
53642020-01-10 George Barrett <bob@bob131.so>
5365
5366 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5367 to help in finding the image relocation offset.
5368 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5369 options in arguments.
5370 (stap_test_no_debuginfo): Likewise.
5371 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5372 test variants.
5373 (stap_test): Add null semaphore relocation test.
5374
47e9d49d
GB
53752020-01-10 George Barrett <bob@bob131.so>
5376
5377 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5378 * gdb.base/stap-probe.exp: Likewise.
5379 (stap_test): Pass argument as an additional flag.
5380 (stap_test_no_debuginfo): Likewise.
5381 (stap_test): Check `info probes stap' output for semaphore
5382 addresses if the test binary is supposed to have them.
5383
f5a7c406
AB
53842020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5385
5386 * gdb.tui/basic.exp: Add more scrolling tests.
5387
9ae6bf64
TT
53882020-01-09 Tom Tromey <tom@tromey.com>
5389
5390 PR tui/18932:
5391 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5392 meangingful value.
5393 (Term::command, Term::resize): Update.
5394 * gdb.tui/basic.exp: Add scrolling test.
5395
b2efe70c
AB
53962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5397
5398 * gdb.tui/tui-layout-asm.exp: New file.
5399
3804da7e
AB
54002020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5401
5402 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5403
b40aa28f
AB
54042020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5405
5406 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5407 (Term::enter_tui): Use Term::prepare_for_tui.
5408
63ffd7c9
AB
54092020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5410
5411 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5412 called.
5413
3be966f6
AB
54142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5415
5416 * gdb.base/skip.exp: Fix race condition in test.
5417
153d79c4
AB
54182020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5419
5420 * gdb.base/backtrace.c: New file.
5421 * gdb.base/backtrace.exp: New file.
5422
f2302a34
AB
54232020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5424
5425 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5426
6ec1d75e
PW
54272020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5428
5429 * gdb.base/style.exp: Test that warnings are styled.
5430
c296cbe6
BE
54312019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5432
5433 * gdb.base/line65535.exp: New file.
5434 * gdb.base/line65535.c: New file.
5435
b28a729d
SM
54362019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5437
5438 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5439 * lib/gnat_debug_info_test.adb: New file.
5440 * gdb.ada/ptype_tagged_param.exp: Use
5441 gnat_runtime_has_debug_info, expect a different output if
5442 runtime does not have debug info.
5443
7f2d7a0d
SM
54442019-12-20 Simon Marchi <simon.marchi@efficios.com>
5445
5446 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5447 (another) quote in test name.
5448
f3bce483
SM
54492019-12-20 Simon Marchi <simon.marchi@efficios.com>
5450
5451 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5452 Add quote in test name.
5453
c855a912
TBA
54542019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5455
5456 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5457 directory instead.
5458 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5459 * gdb.cp/pass-by-ref-2.cc: New file.
5460 * gdb.cp/pass-by-ref-2.exp: New file.
5461
fc9d2d72
TT
54622019-12-20 Tom Tromey <tom@tromey.com>
5463
5464 * gdb.tui/list-before.exp: New file.
5465
77b97e00
TT
54662019-12-20 Tom Tromey <tom@tromey.com>
5467
5468 * gdb.tui/list.exp: Check for source on initial listing.
5469
f69656d0
TT
54702019-12-11 Tom Tromey <tromey@adacore.com>
5471
5472 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5473 Add crlf test.
5474
99a55965
SM
54752019-12-18 Simon Marchi <simon.marchi@efficios.com>
5476
5477 * gdb.base/default.exp: Update value of $_gdb_major.
5478
5024637f
BE
54792019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5480
5481 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5482
b63634be
BE
54832019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5484
5485 * gdb.base/skip.exp: Whitespace fix.
5486
45d73523
BE
54872019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5488
5489 * gdb.base/skip-inline.c: New file.
5490 * gdb.base/skip-inline.exp: New file.
5491
d043f8c8
SM
54922019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5493
5494 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5495 jit_function_00 to jit_function_stack_mangle.
5496 * gdb.base/jithost.c (jit_function_t): Rename to...
5497 (jit_function_stack_mangle_t): ... this.
5498 (jit_function_add_t): New typedef.
5499 (jit_function_00_code): Rename to...
5500 (jit_function_stack_mangle_code): ... this, make static.
5501 (jit_function_add_code): New.
5502 (main): Generate "add" function and call it. Adjust to changes
5503 in jithost_abi.
5504 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5505 (struct jithost_abi) <begin, end>: Remove fields.
5506 <object, function_stack_mangle, function_add>: New fields.
5507 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5508 code_end>: Remove fields.
5509 <func_stack_mangle>: New field.
5510 (read_debug_info): Adjust to renaming, create block for "add"
5511 function.
5512 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5513
873de05c
TT
55142019-12-11 Tom Tromey <tom@tromey.com>
5515
5516 * gdb.tui/resize.exp: Fix regexp.
5517 * gdb.tui/regs.exp: Fix regexps.
5518 * gdb.tui/main.exp: Fix regexp.
5519
3d979945
TT
55202019-12-11 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.tui/resize.exp: Update.
5523 * gdb.tui/empty.exp (layouts): Update.
5524
2192a9d3
TT
55252019-12-11 Tom Tromey <tom@tromey.com>
5526
5527 * gdb.tui/regs.exp: Update.
5528 * gdb.tui/empty.exp (layouts): Update.
5529 * gdb.tui/basic.exp: Update.
5530 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5531
d8edc8b7
PW
55322019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5533
5534 * gdb.base/options.exp: Add -raw-values in the print completion list.
5535 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5536
4c12d936
KB
55372019-12-10 Kevin Buettner <kevinb@redhat.com>
5538
5539 * gdb.threads/omp-par-scope.c: New file.
5540 * gdb/threads/omp-par-scope.exp: New file.
5541
26b911fb
KB
55422019-12-10 Kevin Buettner <kevinb@redhat.com>
5543
bb47f919
KB
5544 * lib/gdb.exp (support_nested_function_tests): New proc.
5545
55462019-12-10 Kevin Buettner <kevinb@redhat.com>
5547
5548 * lib/gdb.exp (gdb_compile_openmp): New proc.
5549 (build_executable_from_specs): Add an "openmp" option.
5550 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5551
6c71eb7d
TT
55522019-12-10 Tom Tromey <tromey@adacore.com>
5553
5554 * gdb.ada/unchecked_union.exp: New file.
5555 * gdb.ada/unchecked_union/pck.adb: New file.
5556 * gdb.ada/unchecked_union/pck.ads: New file.
5557 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5558 * gdb-utils.exp (string_to_regexp): Also quote "?".
5559
bac7c5cf
GB
55602019-12-10 George Barrett <bob@bob131.so>
5561
5562 Test scripted probe breakpoints.
5563 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5564 * gdb.python/py-breakpoint.c (main): Likewise.
5565 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5566 specifier test.
5567 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5568
330f1d38
TBA
55692019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5570
5571 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5572 an rvalue parameter.
5573 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5574 parameter.
5575
b43315e2
AB
55762019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5577
5578 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5579 modules.
5580
54f73dad
AB
55812019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5582
5583 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5584 broken version of GCC.
5585
d57cbee9
AB
55862019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5587
5588 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5589 sym-info-cmds library.
5590 * gdb.fortran/info-types.exp: Likewise.
5591 * lib/sym-info-cmds.exp: New file.
5592
c14aab8c
TV
55932019-12-08 Tom de Vries <tdevries@suse.de>
5594
5595 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5596
aa2d5a42
KS
55972019-12-07 Keith Seitz <keiths@redhat.com>
5598
5599 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5600 * gdb.base/corefile-buildid-shlib.c: New file.
5601 * gdb.base/corefile-buildid.c: New file.
5602 * gdb.base/corefile-buildid.exp: New file.
5603
93e55f0a
TV
56042019-12-06 Tom de Vries <tdevries@suse.de>
5605
5606 * gdb.dwarf2/varval.exp: Add decl before def test.
5607
c7d12402
TBA
56082019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5609
5610 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5611
06acc08f
TBA
56122019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5613
5614 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5615 CV and reference conversion for overload resolution.
5616 * gdb.cp/rvalue-ref-overload.exp: Test it.
5617
e0fad1ea
PW
56182019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5619
5620 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5621 * gdb.base/frameapply.exp: Test faas without command.
5622
8d70a9f0
AB
56232019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5624
5625 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5626 Fortran tests.
5627 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5628 order.
5629
36c8fb93
AB
56302019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5631
5632 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5633 casting to type with no kind specified.
5634 (test_basic_parsing_of_type_kinds): Additional tests for types
5635 with no kind specified, and add tests for single/double
5636 precision/complex types.
5637
4139ff00
TT
56382019-12-04 Tom Tromey <tromey@adacore.com>
5639
5640 * gdb.base/endianity.c (struct other) <x>: New field.
5641 (main): Initialize it.
5642 * gdb.base/endianity.exp: Update.
5643
a05cf17a
TT
56442019-12-04 Tom Tromey <tromey@adacore.com>
5645
5646 * gdb.ada/scalar_storage/storage.adb: New file.
5647 * gdb.ada/scalar_storage/pck.adb: New file.
5648 * gdb.ada/scalar_storage/pck.ads: New file.
5649 * gdb.ada/scalar_storage.exp: New file.
5650
103a685e
TT
56512019-12-04 Tom Tromey <tromey@adacore.com>
5652
5653 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5654 (main): Initialize it.
5655 * gdb.base/endianity.exp: Update.
5656
c2512106
AB
56572019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5658
5659 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5660
293b38d6
AB
56612019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5662
5663 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5664 -symbol-info-module-functions and -symbol-info-module-variables.
5665
216a7e6b
AB
56662019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5667
5668 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5669
5bbd8269
AB
56702019-12-01 Richard Bunt <richard.bunt@arm.com>
5671 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.fortran/derived-type-striding.exp: New file.
5674 * gdb.fortran/derived-type-striding.f90: New file.
5675 * gdb.fortran/array-slices.exp: New file.
5676 * gdb.fortran/array-slices.f90: New file.
5677
be09caf1
PW
56782019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5679
5680 * gdb.base/define.exp: Test . in command names.
5681 * gdb.base/setshow.exp: Update test, as . is now part of
5682 command name.
5683
643c0cbe
PW
56842019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5685
5686 * gdb.base/define-prefix.exp: New file.
5687
dcdec678
AB
56882019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5689
5690 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5691 compile.
5692 (skip_btrace_pt_tests): Likewise.
5693
640ab947
AB
56942019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5695
5696 * gdb.fortran/info-modules.exp: Compile source files in correct
5697 order.
5698
d22670f0
KB
56992019-11-27 Kevin Buettner <kevinb@redhat.com>
5700
5701 * gdb.dwarf2/imported-unit.exp: New file.
5702 * gdb.dwarf2/imported-unit.c: New file.
5703
db5960b4
AB
57042019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.mi/mi-fortran-modules-2.f90: New file.
5707 * gdb.mi/mi-fortran-modules.exp: New file.
5708 * gdb.mi/mi-fortran-modules.f90: New file.
5709
7dc42066
AB
57102019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * gdb.mi/mi-sym-info-1.c: New file.
5713 * gdb.mi/mi-sym-info-2.c: New file.
5714 * gdb.mi/mi-sym-info.exp: New file.
5715
0dfeecca
TT
57162019-11-22 Tom Tromey <tromey@adacore.com>
5717
5718 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5719 * gdb.ada/tasks/foo.adb: Add another stopping location.
5720
34877895
PJ
57212019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5722
5723 * gdb.base/endianity.c: New test.
5724 * gdb.base/endianity.exp: New file.
5725
2e84f897
LD
57262019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5727
5728 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5729
65d1cd5f
TV
57302019-11-21 Tom de Vries <tdevries@suse.de>
5731
5732 PR gdb/24956
5733 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5734
4f22c3f4
SDJ
57352019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5736
5737 * gdb.python/py-progspace.exp: Add missing parentheses on some
5738 'print' commands.
5739
9f6ad286
TT
57402019-11-19 Tom Tromey <tom@tromey.com>
5741
5742 * gdb.tui/winheight.exp: New file.
5743
0b8dbf3f
AB
57442019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5745
5746 * gdb.base/ctf-whatis.c: Delete.
5747 * gdb.base/ctf-whatis.exp: Delete.
5748 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5749
f833b7a7
AB
57502019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * gdb.base/ctf-cvexpr.exp: Delete.
5753 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5754
30d0a636
AB
57552019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5758 the compiler. Clean up header comment a little.
5759 * gdb.base/ctf-ptype.exp: Likewise.
5760 * gdb.base/ctf-whatis.exp: Likewise.
5761 * lib/gdb.exp (skip_ctf_tests): New proc.
5762
494409bb
SDJ
57632019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5764
5765 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5766 * gdb.tui/corefile-run.exp: New file.
5767
55708e99
TT
57682019-11-14 Tom Tromey <tromey@adacore.com>
5769
5770 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5771 regression tests.
5772
45e42163
TT
57732019-11-12 Tom Tromey <tom@tromey.com>
5774
5775 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5776 after any command. Expect prompt after WAIT_FOR is seen.
5777 (enter_tui): Enable resize messages.
5778 (command): Expect command in output.
5779 (get_line): Avoid error when cursor appears to be off-screen.
5780 (dump_screen): Include screen size in title.
5781 (_do_resize): New proc, from "resize".
5782 (resize): Rewrite. Do resize in two steps.
5783 * gdb.tui/empty.exp (layouts): Fix entries.
5784 (check_boxes): Remove xfail.
5785 (check_text): Dump screen on failure.
5786
086baaf1
AB
57872019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * gdb.python/py-symbol.exp: Add test for
5790 gdb.lookup_static_symbols.
5791
09ff83af
AB
57922019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.python/py-symbol.c: Declare and call function from new
5795 py-symbol-2.c file.
5796 * gdb.python/py-symbol.exp: Compile both source files, and add new
5797 tests for gdb.lookup_static_symbol.
5798 * gdb.python/py-symbol-2.c: New file.
5799
11af934b
TV
58002019-11-02 Tom de Vries <tdevries@suse.de>
5801
5802 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5803 * gdb.base/anon.exp: Same.
5804 * gdb.base/auto-connect-native-target.exp: Same.
5805 * gdb.base/call-ar-st.exp: Same.
5806 * gdb.base/catch-syscall.exp: Same.
5807 * gdb.base/commands.exp: Same.
5808 * gdb.base/default.exp: Same.
5809 * gdb.base/display.exp: Same.
5810 * gdb.base/float.exp: Same.
5811 * gdb.base/foll-fork.exp: Same.
5812 * gdb.base/help.exp: Same.
5813 * gdb.base/info-macros.exp: Same.
5814 * gdb.base/info-proc.exp: Same.
5815 * gdb.base/info-target.exp: Same.
5816 * gdb.base/long_long.exp: Same.
5817 * gdb.base/macscp.exp: Same.
5818 * gdb.base/memattr.exp: Same.
5819 * gdb.base/nofield.exp: Same.
5820 * gdb.base/pointers.exp: Same.
5821 * gdb.base/printcmds.exp: Same.
5822 * gdb.base/ptype.exp: Same.
5823 * gdb.base/restore.exp: Same.
5824 * gdb.base/return.exp: Same.
5825 * gdb.base/scope.exp: Same.
5826 * gdb.base/set-noassign.exp: Same.
5827 * gdb.base/setshow.exp: Same.
5828 * gdb.base/shlib-call.exp: Same.
5829 * gdb.base/signals.exp: Same.
5830 * gdb.base/sigstep.exp: Same.
5831 * gdb.base/skip.exp: Same.
5832 * gdb.base/solib-symbol.exp: Same.
5833 * gdb.base/stap-probe.exp: Same.
5834 * gdb.base/step-line.exp: Same.
5835 * gdb.base/step-test.exp: Same.
5836 * gdb.base/style.exp: Same.
5837 * gdb.base/varargs.exp: Same.
5838 * gdb.base/vla-datatypes.exp: Same.
5839 * gdb.base/vla-ptr.exp: Same.
5840 * gdb.base/vla-sideeffect.exp: Same.
5841 * gdb.base/volatile.exp: Same.
5842 * gdb.base/watch-cond-infcall.exp: Same.
5843 * gdb.base/watchpoint.exp: Same.
5844
e96ec2ba
TV
58452019-11-02 Tom de Vries <tdevries@suse.de>
5846
5847 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
5848 * gdb.cp/cpexprs.exp: Same.
5849 * gdb.cp/except-multi-location.exp: Same.
5850 * gdb.cp/exceptprint.exp: Same.
5851 * gdb.cp/gdb2384.exp: Same.
5852 * gdb.cp/inherit.exp: Same.
5853 * gdb.cp/m-static.exp: Same.
5854 * gdb.cp/meth-typedefs.exp: Same.
5855 * gdb.cp/misc.exp: Same.
5856 * gdb.cp/namespace.exp: Same.
5857 * gdb.cp/non-trivial-retval.exp: Same.
5858 * gdb.cp/overload.exp: Same.
5859 * gdb.cp/pr17132.exp: Same.
5860 * gdb.cp/re-set-overloaded.exp: Same.
5861 * gdb.cp/rvalue-ref-types.exp: Same.
5862 * gdb.cp/templates.exp: Same.
5863
bd5766ec
LM
58642019-11-01 Luis Machado <luis.machado@linaro.org>
5865
5866 PR gdb/25124
5867
5868 * gdb.arch/pr25124.S: New file.
5869 * gdb.arch/pr25124.exp: New file.
5870
165f8965
AB
58712019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5872
5873 * gdb.fortran/info-modules.exp: Update expected results, and add
5874 additional tests for 'info module functinos', and 'info module
5875 variables'.
5876 * gdb.fortran/info-types.exp: Update expected results.
5877 * gdb.fortran/info-types.f90: Extend testcase with additional
5878 module variables and functions.
5879
59c35742
AB
58802019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5881
5882 * gdb.fortran/info-modules.exp: New file.
5883 * gdb.fortran/info-types.exp: Build with new file.
5884 * gdb.fortran/info-types.f90: Include and use new module.
5885 * gdb.fortran/info-types-2.f90: New file.
5886
f3fb2519
PW
58872019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5888
5889 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
5890 * gdb.base/settings.exp: Test all settings types using
5891 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
5892 that now verifies that the value of "maint show" is the same as
5893 returned by the settings functions. Test the type of the
5894 maintenance settings.
5895 * gdb.base/default.exp: Update show_conv_list.
5896
d1e36019
TV
58972019-10-31 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
5900 gdb_test.
5901 * gdb.arch/amd64-disp-step.exp: Same.
5902 * gdb.asm/asm-source.exp: Same.
5903 * gdb.btrace/buffer-size.exp: Same.
5904 * gdb.btrace/cpu.exp: Same.
5905 * gdb.btrace/enable.exp: Same.
5906 * gdb.dwarf2/count.exp: Same.
5907 * gdb.dwarf2/dw2-ranges-func.exp: Same.
5908 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
5909 * gdb.fortran/vla-datatypes.exp: Same.
5910 * gdb.fortran/vla-history.exp: Same.
5911 * gdb.fortran/vla-ptype.exp: Same.
5912 * gdb.fortran/vla-value.exp: Same.
5913 * gdb.fortran/whatis_type.exp: Same.
5914 * gdb.guile/guile.exp: Same.
5915 * gdb.multi/tids.exp: Same.
5916 * gdb.python/py-finish-breakpoint.exp: Same.
5917 * gdb.python/py-framefilter.exp: Same.
5918 * gdb.python/py-pp-registration.exp: Same.
5919 * gdb.python/py-xmethods.exp: Same.
5920 * gdb.python/python.exp: Same.
5921 * gdb.server/connect-with-no-symbol-file.exp: Same.
5922 * gdb.server/no-thread-db.exp: Same.
5923 * gdb.server/run-without-local-binary.exp: Same.
5924 * gdb.stabs/weird.exp: Same.
5925 * gdb.threads/attach-many-short-lived-threads.exp: Same.
5926 * gdb.threads/thread-find.exp: Same.
5927 * gdb.threads/tls-shared.exp: Same.
5928 * gdb.threads/tls.exp: Same.
5929 * gdb.threads/wp-replication.exp: Same.
5930 * gdb.trace/ax.exp: Same.
5931 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
5932
3d11e68e
TV
59332019-10-31 Tom de Vries <tdevries@suse.de>
5934
5935 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
5936 * gdb.ada/array_subscript_addr.exp: Same.
5937 * gdb.ada/arrayidx.exp: Same.
5938 * gdb.ada/arrayparam.exp: Same.
5939 * gdb.ada/arrayptr.exp: Same.
5940 * gdb.ada/boolean_expr.exp: Same.
5941 * gdb.ada/call_pn.exp: Same.
5942 * gdb.ada/complete.exp: Same.
5943 * gdb.ada/fixed_cmp.exp: Same.
5944 * gdb.ada/fun_addr.exp: Same.
5945 * gdb.ada/funcall_param.exp: Same.
5946 * gdb.ada/interface.exp: Same.
5947 * gdb.ada/mod_from_name.exp: Same.
5948 * gdb.ada/null_array.exp: Same.
5949 * gdb.ada/packed_array.exp: Same.
5950 * gdb.ada/packed_tagged.exp: Same.
5951 * gdb.ada/print_chars.exp: Same.
5952 * gdb.ada/print_pc.exp: Same.
5953 * gdb.ada/ptype_arith_binop.exp: Same.
5954 * gdb.ada/ptype_field.exp: Same.
5955 * gdb.ada/ptype_tagged_param.exp: Same.
5956 * gdb.ada/rec_return.exp: Same.
5957 * gdb.ada/ref_tick_size.exp: Same.
5958 * gdb.ada/str_ref_cmp.exp: Same.
5959 * gdb.ada/taft_type.exp: Same.
5960 * gdb.ada/tagged.exp: Same.
5961 * gdb.ada/type_coercion.exp: Same.
5962 * gdb.ada/uninitialized_vars.exp: Same.
5963
60b6ede8
TV
59642019-10-30 Tom de Vries <tdevries@suse.de>
5965
5966 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
5967
30baf67b
TV
59682019-10-26 Tom de Vries <tdevries@suse.de>
5969
5970 * gdb.base/bigcore.c: Fix typos in comments.
5971 * gdb.base/ctf-ptype.c: Same.
5972 * gdb.base/long_long.c: Same.
5973 * gdb.dwarf2/dw2-op-out-param.S: Same.
5974 * gdb.python/py-evthreads.c: Same.
5975 * gdb.reverse/i387-stack-reverse.c: Same.
5976 * gdb.trace/tfile.c: Same.
5977 * lib/compiler.c: Same.
5978 * lib/compiler.cc: Same.
5979
158da0d1
TV
59802019-10-25 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
5983 gdb_test_multiple calls.
5984 * gdb.reverse/sigall-reverse.exp: Same.
5985 * gdb.reverse/solib-precsave.exp: Same.
5986 * gdb.reverse/solib-reverse.exp: Same.
5987 * gdb.reverse/until-precsave.exp: Same.
5988 * gdb.reverse/until-reverse.exp: Same.
5989
4ccdfbec
TV
59902019-10-24 Tom de Vries <tdevries@suse.de>
5991
5992 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
5993 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
5994 kfail using -wrap pattern flag and convenience variable
5995 gdb_test_name.
5996
33d569b7
AB
59972019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.python/py-progspace.exp: Add tests for the
6000 Progspace.block_for_pc method.
6001
4d0b984b
TT
60022019-10-23 Tom Tromey <tom@tromey.com>
6003
6004 * configure: Rebuild.
6005 * aclocal.m4: Use m4_include, not sinclude.
6006
94cb3754
TV
60072019-10-21 Tom de Vries <tdevries@suse.de>
6008
6009 * gdb.base/infcall-nested-structs.c: Add
6010 __attribute__((noinline,noclone)) to all functions.
6011 (call_all): Add missing variable initialization. Simplify return value.
6012 (breakpt): Increment volatile variable, to prevent call from being
6013 optimized out.
6014 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6015
062f1fc1
TV
60162019-10-17 Tom de Vries <tdevries@suse.de>
6017
6018 * gdb.fortran/module.exp: Allow info variables to print info for files
6019 other than module.f90.
6020
0b54364d
AB
60212019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6022
6023 * gdb.fortran/module.exp: Extend with 'info variables' test.
6024
7ff5fae7
AB
60252019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6026
6027 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6028 F77_FOR_TARGET.
6029
d10eccaa
TV
60302019-10-16 Tom de Vries <tdevries@suse.de>
6031
6032 PR tdep/25096
6033 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6034
745ff14e
TV
60352019-10-16 Tom de Vries <tdevries@suse.de>
6036
6037 PR tdep/24104
6038 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6039 Add KFAIL for PR tdep/25096.
6040
03e1ab94
TV
60412019-10-16 Tom de Vries <tdevries@suse.de>
6042
6043 PR testsuite/25059
6044 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6045
b17fcc10
TV
60462019-10-16 Tom de Vries <tdevries@suse.de>
6047
6048 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6049 as signed.
6050
9223170f
SM
60512019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6052
6053 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6054 one instead of increasing timeout.
6055
d6e76313
TV
60562019-10-13 Tom de Vries <tdevries@suse.de>
6057
6058 PR record/25038
6059 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6060 * gdb.reverse/sigall-reverse.exp: Same.
6061 * gdb.reverse/solib-precsave.exp: Same.
6062 * gdb.reverse/solib-reverse.exp: Same.
6063 * gdb.reverse/step-precsave.exp: Same.
6064 * gdb.reverse/until-precsave.exp: Same.
6065 * gdb.reverse/until-reverse.exp: Same.
6066 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6067
6dfc0041
AA
60682019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6069
6070 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6071 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6072 (cmp_struct_05_01, cmp_struct_static_02_01)
6073 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6074 comparisons.
6075
abcf2cc8
TV
60762019-10-10 Tom de Vries <tdevries@suse.de>
6077
6078 PR testsuite/24888
6079 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6080 gnatlink.
6081
a50faaf6
TV
60822019-10-09 Tom de Vries <tdevries@suse.de>
6083
6084 PR testsuite/25048
6085 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6086
60ff3cd7
AB
60872019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6088
6089 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6090 exceptions due to missing debug information.
6091
dfee8566
TV
60922019-10-07 Tom de Vries <tdevries@suse.de>
6093
6094 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6095
3d63690a
AB
60962019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6097
6098 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6099 * gdb.base/annota1.exp: Update to use gdb_test_name.
6100
30d1f018
WP
61012019-10-07 Weimin Pan <weimin.pan@oracle.com>
6102
6103 * gdb.base/ctf-whatis.exp: New file.
6104 * gdb.base/ctf-whatis.c: New file.
6105 * gdb.base/ctf-ptype.exp: New file.
6106 * gdb.base/ctf-ptype.c: New file.
6107 * gdb.base/ctf-constvars.exp: New file.
6108 * gdb.base/ctf-constvars.c: New file.
6109 * gdb.base/ctf-cvexpr.exp: New file.
6110
4dbbb47c
TV
61112019-10-04 Tom de Vries <tdevries@suse.de>
6112
6113 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6114 for loop.
6115
77c2dba3
TT
61162019-10-03 Tom Tromey <tom@tromey.com>
6117
6118 PR rust/24976:
6119 * gdb.rust/simple.rs (Union2): New type.
6120 (main): Use Union2.
6121 * gdb.rust/simple.exp: Add test.
6122
179aed7f
AB
61232019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6124
6125 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6126 nested function prefix.
6127
0a4b0913
AB
61282019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6129 Richard Bunt <richard.bunt@arm.com>
6130 Andrew Burgess <andrew.burgess@embecosm.com>
6131
6132 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6133 nested functions.
6134 * gdb.fortran/nested-funcs.f90: Update expected results.
6135 * gdb.fortran/nested-funcs-2.exp: New file.
6136 * gdb.fortran/nested-funcs-2.f90: New file.
6137
082cce05
AB
61382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6139
6140 * gdb.python/py-parameter.exp: Make test names unique.
6141 * gdb.python/py-template.exp: Likewise.
6142 * gdb.python/py-value.exp: Likewise.
6143
2b74ba5a
AB
61442019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6145
6146 * gdb.base/break-interp.exp: Reduce test name duplication.
6147 * gdb.base/call-sc.exp: Likewise.
6148 * gdb.base/callfuncs.exp: Likewise.
6149 * gdb.base/charset.exp: Likewise.
6150 * gdb.base/dump.exp: Likewise.
6151 * gdb.base/ena-dis-br.exp: Likewise.
6152 * gdb.base/relational.exp: Likewise.
6153 * gdb.base/step-over-syscall.exp: Likewise.
6154 * gdb.base/structs.exp: Likewise.
6155
58eb20d5
AB
61562019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6157
6158 * gdb.linespec/explicit.exp: Make test names unique.
6159 * gdb.linespec/ls-errs.exp: Likewise.
6160
4d421147
AB
61612019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6162
6163 * gdb.reverse/break-precsave.exp: Make test names unique.
6164 * gdb.reverse/break-reverse.exp: Likewise.
6165 * gdb.reverse/finish-precsave.exp: Likewise.
6166 * gdb.reverse/finish-reverse.exp: Likewise.
6167 * gdb.reverse/machinestate-precsave.exp: Likewise.
6168 * gdb.reverse/machinestate.exp: Likewise.
6169 * gdb.reverse/readv-reverse.exp: Likewise.
6170 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6171 * gdb.reverse/sigall-precsave.exp: Likewise.
6172 * gdb.reverse/sigall-reverse.exp: Likewise.
6173 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6174 * gdb.reverse/watch-precsave.exp: Likewise.
6175 * gdb.reverse/watch-reverse.exp: Likewise.
6176
d8c06f22
AB
61772019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6178
6179 * gdb.threads/stop-with-handle.c: New file.
6180 * gdb.threads/stop-with-handle.exp: New file.
6181
3a56ed86
TV
61822019-10-03 Tom de Vries <tdevries@suse.de>
6183
6184 PR testsuite/25059
6185 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6186 directory" line to be missing.
6187
42275044
TV
61882019-10-03 Tom de Vries <tdevries@suse.de>
6189
6190 PR testsuite/25059
6191 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6192 type optional.
6193
9ef62df0
AA
61942019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6195
6196 * gdb.python/py-format-string.c (string.h): New include.
6197 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6198 the same value, for endianness-independence.
6199 * gdb.python/py-format-string.exp (default_regexp_dict)
6200 (test_pretty_structs, test_format): Adjust expected output to the
6201 changed initialization.
6202
37f6a7f4
TT
62032019-10-02 Tom Tromey <tromey@adacore.com>
6204
6205 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6206
1d58d6a2
PA
62072019-10-02 Pedro Alves <palves@redhat.com>
6208 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6211 "print-file-var.h".
6212 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6213 (get_version_1): Print this_version_id and its address.
6214 Add extern "C" wrappers around interface functions.
6215 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6216 "print-file-var.h".
6217 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6218 (get_version_2): Print this_version_id and its address.
6219 Add extern "C" wrappers around interface functions.
6220 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6221 <stddef.h> and "print-file-var.h".
6222 Add extern "C" wrappers around interface functions.
6223 [VERSION_ID_MAIN] (this_version_id): Define.
6224 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6225 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6226 up extern "C" blocks.
6227 * gdb.base/print-file-var.exp (test): New, factored out from top
6228 level.
6229 (top level): Test all combinations of attribute hidden or not,
6230 dlopen or not, and this_version_id symbol in main file or not.
6231 Compile tests as both C++ and C, make test names unique.
6232
d770d56f
TT
62332019-10-01 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.base/style.exp: Test "show logging filename".
6236
7f6aba03
TT
62372019-10-01 Tom Tromey <tom@tromey.com>
6238
6239 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6240 * gdb.base/style.exp: Add metadata style test.
6241
14309bb6
TT
62422019-10-01 Tom Tromey <tom@tromey.com>
6243
6244 * gdb.base/style.exp: Test "pwd".
6245
2a3c1174
PA
62462019-10-01 Tom Tromey <tom@tromey.com>
6247
6248 * gdb.base/style.exp: Update tests.
6249
53d666ec
AA
62502019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6251
6252 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6253 'six' to unsigned.
6254 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6255 'five'. Use an all-ones bit pattern for each.
6256 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6257 to its changed values.
6258
4a56a520
TT
62592019-09-30 Tom Tromey <tromey@adacore.com>
6260
6261 * gdb.rust/traits.rs: Disable all warnings.
6262
0df0352a
TV
62632019-09-29 Tom de Vries <tdevries@suse.de>
6264
aac66a4c 6265 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6266
73d9a918
TV
62672019-09-29 Tom de Vries <tdevries@suse.de>
6268
6269 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6270
060b3ab4
TV
62712019-09-27 Tom de Vries <tdevries@suse.de>
6272
6273 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6274
68f7d34d
TV
62752019-09-27 Tom de Vries <tdevries@suse.de>
6276
6277 PR record/23188
6278 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6279
5d63b30a
TT
62802019-09-26 Tom Tromey <tromey@adacore.com>
6281
6282 * gdb.ada/py_taft.exp: New file.
6283 * gdb.ada/py_taft/main.adb: New file.
6284 * gdb.ada/py_taft/pkg.adb: New file.
6285 * gdb.ada/py_taft/pkg.ads: New file.
6286
3d435220
TV
62872019-09-24 Tom de Vries <tdevries@suse.de>
6288
6289 PR gdb/24598
6290 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6291
77d03678
TV
62922019-09-22 Tom de Vries <tdevries@suse.de>
6293
6294 * gdb.base/restore.exp: Allow register variables to be optimized out at
6295 -O0.
6296
abf516c6
UW
62972019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6298
6299 * gdb.arch/spu-info.exp: Remove file.
6300 * gdb.arch/spu-info.c: Remove file.
6301 * gdb.arch/spu-ls.exp: Remove file.
6302 * gdb.arch/spu-ls.c: Remove file.
6303
6304 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6305 * gdb.asm/spu.inc: Remove file.
6306
6307 * gdb.base/dump.exp: Remove support for spu*-*-*.
6308 * gdb.base/stack-checking.exp: Likewise.
6309 * gdb.base/overlays.exp: Likewise.
6310 * gdb.base/ovlymgr.c: Likewise.
6311 * gdb.base/spu.ld: Remove file.
6312
6313 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6314 * gdb.cp/cpexprs.exp: Likewise.
6315 * gdb.cp/exception.exp: Likewise.
6316 * gdb.cp/gdb2495.exp: Likewise.
6317 * gdb.cp/mb-templates.exp: Likewise.
6318 * gdb.cp/pr9167.exp: Likewise.
6319 * gdb.cp/userdef.exp: Likewise.
6320
6321 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6322
6323 * gdb.cell: Remove directory.
6324 * lib/cell.exp: Remove file.
6325
e452e88f
TV
63262019-09-19 Tom de Vries <tdevries@suse.de>
6327
6328 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6329
8a625130
TV
63302019-09-19 Tom de Vries <tdevries@suse.de>
6331
6332 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6333
81dc3ab5
TV
63342019-09-19 Tom de Vries <tdevries@suse.de>
6335
6336 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6337 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6338 (gdb_target_cmd): ... here.
6339 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6340 value 2.
6341
b078f3ac
AB
63422019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6343
6344 * gdb.base/source-dir.exp: Avoid having directory names in test
6345 names.
6346
f1b620e9
MG
63472019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6348
6349 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6350 directory.
6351
67f3ed6a
AB
63522019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6353
6354 * gdb.base/list-missing-source.exp: New file.
6355
d1b70248
TV
63562019-09-14 Tom de Vries <tdevries@suse.de>
6357
6358 PR teststuite/24599
6359 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6360 * lib/ada.exp (gnatmake_version_at_least): New proc.
6361
5fabdcd6
AB
63622019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6363
6364 * gdb.base/maint.exp: Use exec_has_index_section.
6365
aa17805f
AB
63662019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6367
6368 * gdb.base/maint.exp: Add test for 'maint info sections'.
6369
25e5c209
TV
63702019-09-12 Tom de Vries <tdevries@suse.de>
6371
6372 * gdb.base/store.exp: Allow register variables to be optimized out at
6373 -O0.
6374
4993045d
PW
63752019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6376
6377 * gdb.ada/rdv_wait.exp: Update to new task names.
6378 * gdb.base/task_switch_in_core.exp: Likewise.
6379 * gdb.base/info_sources_base.c: Likewise.
6380
8a516164
TT
63812019-09-10 Tom Tromey <tromey@adacore.com>
6382
6383 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6384
aa391654
TT
63852019-09-10 Tom Tromey <tromey@adacore.com>
6386
6387 * gdb.ada/dgopt.exp: New file.
6388 * gdb.ada/dgopt/x.adb: New file.
6389
8634b462
TT
63902019-09-08 Tom Tromey <tom@tromey.com>
6391
6392 * gdb.tui/resize.exp: Remove setup_xfail.
6393 * gdb.tui/regs.exp: Remove setup_xfail.
6394 * gdb.tui/basic.exp: Remove setup_xfail.
6395
736b0f76
DB
63962019-09-06 David Blaikie <dblaikie@gmail.com>
6397
6398 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6399 * gdb.cp/cplabel.exp: Ditto.
6400 * gdb.linespec/ls-errs.exp: Ditto.
6401
30331a6c
TV
64022019-09-05 Tom de Vries <tdevries@suse.de>
6403
6404 * lib/gdb.exp (cmp_file_string): New proc.
6405 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6406 runto_main. Verify save breakpoints output.
6407
98b0ebab
PW
64082019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6409
6410 * gdb.base/info-var.exp: Test info variables without running
6411 to main, to avoid expect's buffer overflow.
6412
4e962e74
TT
64132019-09-03 Tom Tromey <tromey@adacore.com>
6414
6415 * gdb.ada/bias.exp: New file.
6416 * gdb.ada/bias/bias.adb: New file.
6417 * gdb.ada/print_chars.exp: Add regression test.
6418 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6419 (MC): New variable.
6420
2ea1a07a
SL
64212019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6422
6423 * gdb.base/argv0-symlink.exp: Run only on native target
6424 and local host.
6425
8077c50d
TV
64262019-08-29 Tom de Vries <tdevries@suse.de>
6427
6428 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6429 diverse debug info.
6430 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6431
48352473
TV
64322019-08-28 Tom de Vries <tdevries@suse.de>
6433
6434 * gdb.base/info-var.exp: Allow info variables to print info for files
6435 other than info-var-f1.c and info-var-f2.c.
6436
d8f27c60
AB
64372019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * gdb.fortran/info-types.exp: Add module.
6440 * gdb.fortran/info-types.f90: Update expected results.
6441
1f20c35e
AB
64422019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6443
6444 * gdb.fortran/info-types.exp: New file.
6445 * gdb.fortran/info-types.f90: New file.
6446 * lib/fortran.exp (fortran_character1): New proc.
6447
4acfdd20
AB
64482019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6449
6450 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6451 functions'. Reindent as needed.
6452 * gdb.base/info-var-f1.c: New file.
6453 * gdb.base/info-var-f2.c: New file.
6454 * gdb.base/info-var.exp: New file.
6455 * gdb.base/info-var.h: New file.
6456
5c31b358
TV
64572019-08-26 Tom de Vries <tdevries@suse.de>
6458
6459 PR c++/24852
6460 * gdb.cp/no-libstdcxx-probe.exp: New test.
6461
b694989f
TV
64622019-08-26 Tom de Vries <tdevries@suse.de>
6463
6464 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6465 * tests need to be skipped.
6466 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6467 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6468 mi_skip_libstdcxx_probe_tests.
6469
d9c4ba53
SDJ
64702019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6471
6472 * gdb.python/py-xmethods.exp: Use raw strings when passing
6473 arguments to SimpleXMethodMatcher.
6474
395fad09
TV
64752019-08-22 Tom de Vries <tdevries@suse.de>
6476
6477 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6478 more informative.
6479
26c957f1
PA
64802019-08-21 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.base/with.exp: Test "with" with no arguments.
6483
61f80d5d
TV
64842019-08-21 Tom de Vries <tdevries@suse.de>
6485
6486 * gdb.base/gdb-caching-proc.exp: Sort files.
6487
d7a11d13
TV
64882019-08-20 Tom de Vries <tdevries@suse.de>
6489
6490 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6491 compilation.
6492
34dafe9f
TV
64932019-08-16 Tom de Vries <tdevries@suse.de>
6494
6495 * gdb.base/compare-sections.exp ("after run to main"): Allow
6496 mismatched read-only sections for PIE executables.
6497
398fdd60
TT
64982019-08-16 Tom Tromey <tom@tromey.com>
6499
6500 * lib/tuiterm.exp (_csi_Z): New proc.
6501 * gdb.tui/basic.exp: Update window positions.
6502 * gdb.tui/empty.exp: Update window positions.
6503
d8f9e51c
SL
65042019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6505
6506 * gdb.base/examine-backward.exp: Correct regexp for
6507 "examine 3 bytes backward from ${address_zero}".
6508
3df505f6
TT
65092019-08-15 Tom Tromey <tom@tromey.com>
6510
6511 * gdb.tui/empty.exp: Enable resizing tests.
6512
272560b5
TT
65132019-08-15 Tom Tromey <tromey@adacore.com>
6514
6515 * gdb.ada/char_enum.exp: Add regression tests.
6516 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6517 and '0'.
6518 (Char, Gchar): Update.
6519 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6520
08235187
CB
65212019-08-15 Christian Biesinger <cbiesinger@google.com>
6522
6523 * gdb.python/python.exp: Expect a leading underscore on
6524 GdbOutput{,Error}File.
6525
22a2ab04
SL
65262019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6527
6528 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6529 Windows host.
6530
835b995b
SL
65312019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6532
6533 * gdb.base/batch-preserve-term-settings.exp
6534 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6535
97dd8e07
CB
65362019-08-15 Christian Biesinger <cbiesinger@google.com>
6537
6538 * lib/gdb.exp: When running on a mingw target, replace
6539 /x/ with x:/.
6540
75faf5c4
AH
65412019-08-14 Alan Hayward <alan.hayward@arm.com>
6542
6543 * gdb.arch/aarch64-prologue.c: New test.
6544 * gdb.arch/aarch64-prologue.exp: New file.
6545
abc6c00f
TV
65462019-08-13 Tom de Vries <tdevries@suse.de>
6547
6548 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6549 Thread.
6550
74c2c1f4
SL
65512019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6552
6553 * gdb.python/py-completion.exp: Download the .py file to the host
6554 and use its host pathname. Conditionalize tests that use
6555 tab completion and manipulate files on the build machine.
6556 * gdb.python/py-events.exp: Download the .py file to the host
6557 and use its host pathname.
6558 * gdb.python/py-evsignal.exp: Likewise.
6559 * gdb.python/py-evthreads.exp: Likewise.
6560 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6561 pathname syntax.
6562 * gdb.python/py-framefilter.exp: Download the .py file to the right
6563 place on the host. Match Windows pathname syntax.
6564 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6565 .py file to the host and use its host pathname.
6566 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6567 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6568 build pathname. Skip symlink test on Windows host. Add missing
6569 newline at end of file.
6570 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6571 and use its host pathname.
6572 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6573 * gdb.python/py-section-script.exp: Use host location of binfile
6574 on safe-path. Use correct path separator on Windows host.
6575 Reorder alternatives in gdb_test_multiple to prevent matching
6576 the wrong alternative on success.
6577 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6578
ca2589f3
PP
65792019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6580
6581 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6582 expect the GDB inferior to no longer immediately stop after
6583 being resumed with "signal SIGINT".
6584
020a839d
SL
65852019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6586
6587 * gdb.linespec/break-ask.exp: Generalize regexps to match
6588 Windows pathnames too.
6589
128d6509
TV
65902019-08-08 Tom de Vries <tdevries@suse.de>
6591
6592 PR testsuite/24862
6593 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6594
590042fc
PW
65952019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6596
6597 * gdb.base/style.exp: Update tests for help doc new invariants.
6598 * gdb.base/help.exp: Likewise.
6599
046bebe1
TT
66002019-08-06 Tom Tromey <tom@tromey.com>
6601
6602 * gdb.base/style.exp: Add disassemble test.
6603 * gdb.base/style.c (some_called_function): New function.
6604 (main): Use it.
6605
0b27c27d
CB
66062019-08-05 Christian Biesinger <cbiesinger@google.com>
6607
6608 * gdb.python/py-block.exp: Test dictionary access on blocks.
6609
580f1034
SM
66102019-08-05 Simon Marchi <simon.marchi@efficios.com>
6611
6612 PR gdb/24863
6613 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6614 -list-thread-groups --available test when running under
6615 check-read1.
6616
d86bd7cb
TV
66172019-08-05 Tom de Vries <tdevries@suse.de>
6618
6619 PR testsuite/24863
6620 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6621 * gdb.base/help.exp: Use with_read1_timeout_factor.
6622 * gdb.base/info-macros.exp: Same.
6623 * gdb.cp/nested-types.exp: Same.
6624
a80cf5d8
TV
66252019-08-05 Tom de Vries <tdevries@suse.de>
6626
6627 * lib/gdb.exp (version_at_least): Factor out of ...
6628 (tcl_version_at_least): ... here.
6629 (gdb_compile): Fail if pie results in non-PIE executable.
6630 (readelf_version, readelf_prints_pie): New proc.
6631 (exec_is_pie): Return -1 if unknown.
6632
d0962838
TV
66332019-08-05 Tom de Vries <tdevries@suse.de>
6634
6635 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6636
2252ff3d
SL
66372019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6638
6639 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6640
26655f53
SL
66412019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6642
6643 * lib/completion-support.exp (test_gdb_complete_none): Skip
6644 tab completion tests if no readline support.
6645 (test_gdb_complete_unique_re): Likewise.
6646 (test_gdb_complete_multiple): Likewise.
6647
db4dc13e
PW
66482019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6649
6650 * gdb.base/info_sources.exp: New file.
6651 * gdb.base/info_sources.c: New file.
6652 * gdb.base/info_sources_base.c: New file.
6653
0eba165a
PFC
66542019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6655
6656 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6657 prefix argument.
6658 (test_exit_status): Add prefix argument.
6659
59bd512b
TV
66602019-08-01 Tom de Vries <tdevries@suse.de>
6661
6662 PR testsuite/24863
6663 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6664 calling exp_continue for new thread and thread exited messages.
6665
2a3ad588
TV
66662019-08-01 Tom de Vries <tdevries@suse.de>
6667
6668 PR testsuite/24863
6669 * gdb.base/structs.exp: Fix check-read1 timeout using
6670 gdb_test_sequence.
6671 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6672
117eb594
TV
66732019-08-01 Tom de Vries <tdevries@suse.de>
6674
6675 PR testsuite/24863
6676 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6677 line.
6678
ed591340
TV
66792019-08-01 Tom de Vries <tdevries@suse.de>
6680
6681 PR testsuite/24863
6682 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6683
aa3b6533
TT
66842019-07-30 Tom Tromey <tromey@adacore.com>
6685
6686 * gdb.ada/display_nested.exp: New file.
6687 * gdb.ada/display_nested/foo.adb: New file.
6688 * gdb.ada/display_nested/pack.adb: New file.
6689 * gdb.ada/display_nested/pack.ads: New file.
6690
2906593f
CB
66912019-07-30 Christian Biesinger <cbiesinger@google.com>
6692
6693 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6694 namespace.
6695 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6696
0f575925
TV
66972019-07-30 Tom de Vries <tdevries@suse.de>
6698
6699 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6700 instead.
6701
b13057d9
TV
67022019-07-30 Tom de Vries <tdevries@suse.de>
6703
6704 PR testsuite/24834
6705 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6706 (exec_is_pie): New proc.
6707
5c4dde85
CB
67082019-07-29 Christian Biesinger <cbiesinger@google.com>
6709
6710 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6711
c620ed88
CB
67122019-07-29 Christian Biesinger <cbiesinger@google.com>
6713
6714 * gdb.python/py-objfile.c: Add global and static vars.
6715 * gdb.python/py-objfile.exp: Test new functions Objfile.
6716 lookup_global_symbol and lookup_static_symbol.
6717
3d235706
TT
67182019-07-29 Tom Tromey <tom@tromey.com>
6719
6720 * lib/tuiterm.exp (Term::_csi_@): New proc.
6721 (Term::_csi_X): Don't move cursor.
6722
c7e4c0a6
PW
67232019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6724
6725 * gdb.base/options.exp: Update backtrace - completion to
6726 new option -frame-info.
6727 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6728 Test new 'set print frame-info'. Test backtrace -frame-info
6729 overriding 'set print frame-info'.
6730 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6731 Test new 'set print frame-info'.
6732 Verify consistency of backtrace with and without filters, with and
6733 without -no-filters.
6734 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6735 default.
6736
de28a3b7
TV
67372019-07-29 Tom de Vries <tdevries@suse.de>
6738
6739 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6740 no arguments".
6741
507dd60e
TV
67422019-07-29 Tom de Vries <tdevries@suse.de>
6743
6744 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6745 is a substring of the first for "complete non-unique file name".
6746
5beafce9
TV
67472019-07-29 Tom de Vries <tdevries@suse.de>
6748
6749 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6750 with ".*".
6751
2d274232
TV
67522019-07-29 Tom de Vries <tdevries@suse.de>
6753
6754 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6755 Pass prompt_regexp parameter to gdb_test_multiple calls.
6756
9197cd8b
TV
67572019-07-29 Tom de Vries <tdevries@suse.de>
6758
6759 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6760 print registers" regexps.
9197cd8b 6761
b528dae0
TV
67622019-07-29 Tom de Vries <tdevries@suse.de>
6763
6764 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6765
d17725d7
TV
67662019-07-29 Tom de Vries <tdevries@suse.de>
6767
6768 PR gdb/24855
6769 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6770 (skip_python_tests_prompt): Add prompt_regexp argument to
6771 gdb_test_multiple calls.
6772
52b75bf1
TT
67732019-07-27 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.tui/main.exp: New file.
6776
2b1d00c2
TT
67772019-07-27 Tom Tromey <tom@tromey.com>
6778
6779 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6780 optional.
6781 * gdb.tui/empty.exp: New file.
6782
ded631d5
TT
67832019-07-27 Tom Tromey <tom@tromey.com>
6784
6785 * lib/tuiterm.exp (spawn): New proc.
6786 (Term::resize): New proc.
6787 * gdb.tui/resize.exp: New file.
6788
58ac439d
TT
67892019-07-27 Tom Tromey <tom@tromey.com>
6790
6791 * gdb.tui/list.exp: New file.
6792
fe1f56ee
TT
67932019-07-27 Tom Tromey <tom@tromey.com>
6794
6795 * gdb.tui/regs.exp: New file.
6796
f790b310
TT
67972019-07-27 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.tui/basic.exp: Add "layout split" test.
6800
d95fc6ee
TT
68012019-07-27 Tom Tromey <tom@tromey.com>
6802
6803 * gdb.tui/basic.exp: Add "layout asm" test.
6804
c3786b3a
TT
68052019-07-27 Tom Tromey <tom@tromey.com>
6806
6807 * lib/tuiterm.exp: New file.
6808 * gdb.tui/basic.exp: New file.
6809
98a617f8
KB
68102019-07-27 Kevin Buettner <kevinb@redhat.com>
6811
6812 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6813 Enable tests associated with this flag. Adjust regex
6814 referencing "foo_low" to now refer to "foo_cold" instead.
6815
5c076da4
KB
68162019-07-27 Kevin Buettner <kevinb@redhat.com>
6817
6818 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6819 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6820 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6821 foo_cold. Revise comments to match.
6822 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6823 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6824 were wrapped into this proc; Call do_test in loop from outermost
6825 level.
6826 (foo_low): Rename all occurrences to "foo_cold".
6827 (backtrace from baz): New test.
6828 (x2/i foo_cold): New test.
6829 (info line *foo_cold): New test.
6830
1512d3b7
TV
68312019-07-26 Tom de Vries <tdevries@suse.de>
6832
6833 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6834
297989a1
TV
68352019-07-25 Tom de Vries <tdevries@suse.de>
6836
6837 PR testsuite/24830
6838 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
6839 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
6840 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
6841 (skip_libstdcxx_probe_tests): ... here.
6842 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
6843
b3b965fb
TV
68442019-07-24 Tom de Vries <tdevries@suse.de>
6845
6846 PR testsuite/24807
6847 * gdb.objc/basicclass.m: Include stdio.h.
6848 * gdb.objc/nondebug.m: Same.
6849 * gdb.objc/objcdecode.m: Same.
6850
4625b4d0
TV
68512019-07-24 Tom de Vries <tdevries@suse.de>
6852
6853 PR testsuite/24612
6854 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
6855 additional_flags.
6856
024a5840
TV
68572019-07-24 Tom de Vries <tdevries@suse.de>
6858
6859 PR testsuite/24831
6860 * gdb.multi/tids.exp: Update error messages for info threads.
6861
c76ddaa3
TV
68622019-07-24 Tom de Vries <tdevries@suse.de>
6863
6864 * gdb.base/info-types.exp: Allow info types to print info for more than
6865 one file.
6866
9a618ef6
TV
68672019-07-23 Tom de Vries <tdevries@suse.de>
6868
6869 PR testsuite/24842
6870 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
6871 gdb_spawn_with_cmdline_opts.
6872
40eadf04
SP
68732019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
6874
6875 * gdb.arch/arm-cmse-sgstubs.c: New test.
6876 * gdb.arch/arm-cmse-sgstubs.exp: New file.
6877
5ba29434
TV
68782019-07-23 Tom de Vries <tdevries@suse.de>
6879
6880 PR testsuite/24711
6881 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
6882 issuing next command.
6883
a8e9d247
AB
68842019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6885
6886 * gdb.ada/info_auto_lang.exp: Update expected results.
6887 * gdb.base/info-types.c: Add additional types to check.
6888 * gdb.base/info-types.exp: Update expected results.
6889
eb86c5e2
AB
68902019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
6891
6892 * gdb.base/info-types.c: New file.
6893 * gdb.base/info-types.exp: New file.
6894
01e175fe
AB
68952019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
6896
6897 * gdb.arch/riscv-bp-infcall.c: New file.
6898 * gdb.arch/riscv-bp-infcall.exp: New file.
6899
6b78c3f8
AB
69002019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
6901
6902 PR breakpoints/24541
6903 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
6904
da738167
TV
69052019-07-14 Tom de Vries <tdevries@suse.de>
6906
6907 PR testsuite/24760
6908 * gdb.objc/basicclass.exp: Fix unterminated string.
6909
0d4e84ed
AB
69102019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
6911 Andrew Burgess <andrew.burgess@embecosm.com>
6912
6913 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
6914 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
6915 negative bounds.
6916 * gdb.fortran/vla-value.exp: Print elements of an array with
6917 negative bounds.
6918 * gdb.fortran/vla.f90: Setup an array with negative bounds for
6919 testing.
6920
021d8588
AB
69212019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
6922
6923 * gdb.base/options.exp (expect_string): Dequote strings in
6924 results.
6925 (test-string): Test strings with different quoting and reindent.
6926
f06f1252
TT
69272019-07-10 Tom Tromey <tromey@adacore.com>
6928
6929 * gdb.ada/mi_ex_cond.exp: Update expected results.
6930 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
6931 * gdb.ada/mi_catch_ex.exp: Update expected results.
6932 * gdb.ada/mi_catch_assert.exp: Update expected results.
6933 * gdb.ada/catch_ex.exp (catch_exception_info)
6934 (catch_exception_entry, catch_assert_entry)
6935 (catch_unhandled_entry): Update.
6936 * gdb.ada/catch_assert_if.exp: Update expected results.
6937
b863685d
RB
69382019-07-10 Richard Bunt <richard.bunt@arm.com>
6939 Stephen Roberts <stephen.roberts@arm.com>
6940
6941 * gdb.base/define.exp: Restore original prompt.
6942
cb1e4e32
PA
69432019-07-09 Pedro Alves <palves@redhat.com>
6944
6945 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
6946 breakpoints" output.
6947 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
6948 * gdb.python/py-breakpoint.exp: No longer expect that "catch
6949 throw" creates breakpoint.
6950 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
6951 'type="catchpoint"'.
6952
b58a68fe
PA
69532019-07-09 Pedro Alves <palves@redhat.com>
6954
6955 PR c++/15468
6956 * gdb.cp/except-multi-location-lib.cc: New.
6957 * gdb.cp/except-multi-location-main.cc: New.
6958 * gdb.cp/except-multi-location.exp: New.
6959
0826779b
PW
69602019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
6961
6962 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
6963 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
6964 argument and update callers.
6965
5b0e2db4
AB
69662019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6967
6968 * gdb.arch/amd64-break-on-asm-line.S: New file.
6969 * gdb.arch/amd64-break-on-asm-line.exp: New file.
6970
1f6f6e21
PW
69712019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6972
6973 * gdb.base/printcmds.exp: Test printing C string and
6974 C wide string convenience vars without transiting via the inferior.
6975 Also make test names unique.
6976
ea142fbf
AH
69772019-07-08 Alan Hayward <alan.hayward@arm.com>
6978
5862c886 6979 PR breakpoints/25011
ea142fbf
AH
6980 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
6981
213fd9fa
PA
69822019-07-04 Pedro Alves <palves@redhat.com>
6983
6984 * lib/gdb.exp (foreach_with_prefix): Don't return early if
6985 body returned ok(0), break(3) or continue(4).
6986 * gdb.testsuite/foreach_with_prefix.exp: New file.
6987
2b40fda7
AH
69882019-07-04 Alan Hayward <alan.hayward@arm.com>
6989
6990 * gdb.server/unittest.exp: Allow 0 unit tests to run.
6991
a26c8de0
PA
69922019-07-03 Pedro Alves <palves@redhat.com>
6993
6994 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
6995 "return -code".
6996
5f4ba3e7
PA
69972019-07-03 Pedro Alves <palves@redhat.com>
6998
6999 PR cli/24732
7000 * gdb.base/shell.exp: Load completion-support.exp.
7001 Adjust expected error output. Add completion tests.
7002
a994424f
PA
70032019-07-03 Pedro Alves <palves@redhat.com>
7004
7005 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7006 string_to_regexp.
7007
3d9be6f5
PA
70082019-07-03 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7011 (expect_integer): Adjust to expect "-string".
7012 (expect_string): New.
7013 (all_options): Expect "-string".
7014 (test-flag, test-boolean): Adjust to expect "-string".
7015 (test-string): New proc.
7016 (top level): Call it.
7017
41fc454c
PA
70182019-07-03 Pedro Alves <palves@redhat.com>
7019
7020 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7021 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7022 the expected output in the success.
7023
b2b2a215
PA
70242019-07-03 Pedro Alves <palves@redhat.com>
7025
7026 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7027 Split one gdb_test_multiple call in two to avoid a race.
7028
fdbc9870
PA
70292019-07-03 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.base/with.c: New file.
7032 * gdb.base/with.exp: New file.
7033
c6ac8931
PA
70342019-07-03 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/settings.exp: Replace all references to "maint
7037 test-settings set" with references to "maint set test-settings",
7038 and all references to "maint test-settings show" with references
7039 to "maint show test-settings".
7040
970f9d09
PA
70412019-07-03 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/settings.exp (test-string): Adjust expected out when
7044 testing "maint test-settings show filename"
7045
54d66006
PA
70462019-07-02 Pedro Alves <palves@redhat.com>
7047
7048 * gdb.base/options.exp (test-info-threads): New procedure.
7049 (top level): Call it.
7050
10d06d82
TT
70512019-06-28 Tom Tromey <tromey@adacore.com>
7052
7053 * gdb.dwarf2/ada-linkage-name.c: New file.
7054 * gdb.dwarf2/ada-linkage-name.exp: New file.
7055
3d507ff2
TT
70562019-06-27 Tom Tromey <tromey@adacore.com>
7057
d039f014 7058 PR c++/20020:
3d507ff2
TT
7059 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7060
8af58ffe
TV
70612019-06-26 Tom de Vries <tdevries@suse.de>
7062
7063 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7064
22e21752
TV
70652019-06-26 Tom de Vries <tdevries@suse.de>
7066
7067 * gdb.base/index-cache.exp: Add back missing debug option.
7068
b65b566c
PW
70692019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7070
7071 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7072
5c2c8c69
TV
70732019-06-25 Tom de Vries <tdevries@suse.de>
7074
7075 PR testsuite/24727
7076 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7077
164e3873
TV
70782019-06-24 Tom de Vries <tdevries@suse.de>
7079
7080 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7081
824eacee
TV
70822019-06-24 Tom de Vries <tdevries@suse.de>
7083
7084 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7085 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7086 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7087
385b97d3
TV
70882019-06-24 Tom de Vries <tdevries@suse.de>
7089
7090 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7091
c596f180
TV
70922019-06-21 Tom de Vries <tdevries@suse.de>
7093
7094 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7095
b13a7d03
TV
70962019-06-21 Tom de Vries <tdevries@suse.de>
7097
7098 PR testsuite/24518
7099 PR ada/24713
7100 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7101 index.
7102
899277ae
TT
71032019-06-19 Tom Tromey <tromey@adacore.com>
7104
7105 * gdb.ada/length_cond.exp: Add intro comment.
7106
680e1bee
TT
71072019-06-19 Tom Tromey <tromey@adacore.com>
7108
7109 * gdb.ada/length_cond.exp: New file.
7110 * gdb.ada/length_cond/length_cond.adb: New file.
7111 * gdb.ada/length_cond/pck.adb: New file.
7112 * gdb.ada/length_cond/pck.ads: New file.
7113
0ed4690a
TV
71142019-06-18 Tom de Vries <tdevries@suse.de>
7115
7116 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7117
d20ed5fd
TT
71182019-06-18 Tom Tromey <tromey@adacore.com>
7119
7120 * gdb.base/list0.h: Add comment explaining control character.
7121
86e04673
TV
71222019-06-18 Tom de Vries <tdevries@suse.de>
7123
7124 * boards/fission.exp: Break up long debug_flags line.
7125
c4973306
SM
71262019-06-16 Tom de Vries <tdevries@suse.de>
7127
7128 PR gdb/24445
7129 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7130 generated index.
7131
93cb9841
AB
71322019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7133
7134 PR gdb/24686
7135 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7136 improve detection of bug gdb/24541.
7137
399aaebd
SM
71382019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7139
7140 PR gdb/24669
7141 * gdb.base/index-cache.exp (uses_readnow,
7142 expecting_index_cache_use): Define global variable.
7143 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7144 expecting_index_cache_use.
7145
584a927c
AB
71462019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7147 Andrew Burgess <andrew.burgess@embecosm.com>
7148
7149 * gdb.fortran/pointers.f90: New file.
7150 * gdb.fortran/print_type.exp: New file.
7151 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7152 * gdb.fortran/vla-type.exp: Likewise.
7153 * gdb.fortran/vla-value.exp: Likewise.
7154 * gdb.mi/mi-vla-fortran.exp: Likewise.
7155
30056ea0
AB
71562019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7157
7158 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7159 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7160 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7161 as a stop reason.
7162
ec8e2b6d
AB
71632019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7164
7165 * gdb.base/annota1.exp: Update expected results.
7166 * gdb.cp/annota2.exp: Likewise.
7167 * gdb.cp/annota3.exp: Likewise.
7168
09e4c4e1
AB
71692019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7170
7171 * gdb.base/style-logging.exp: Remove path from test name.
7172
0735b091
TT
71732019-06-14 Tom Tromey <tromey@adacore.com>
7174
7175 PR gdb/24502:
7176 * gdb.base/style-logging.exp: New file.
7177
f5686554
TT
71782019-06-14 Tom Tromey <tromey@adacore.com>
7179
7180 * gdb.base/symfile-warn.exp: New file.
7181 * gdb.base/symfile-warn.c: New file.
7182
a0c1ffed
TT
71832019-06-14 Tom Tromey <tromey@adacore.com>
7184
7185 * gdb.base/annotate-symlink.exp: New file.
7186
f411722c
TT
71872019-06-14 Tom Tromey <tromey@adacore.com>
7188
7189 * gdb.ada/set_wstr.exp: Add reassignment test.
7190
4268ec18
TT
71912019-06-14 Tom Tromey <tromey@adacore.com>
7192
7193 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7194 'unchecked_access and 'unrestricted_access as well.
7195
9a9e394b
TT
71962019-06-14 Tom Tromey <tromey@adacore.com>
7197
7198 PR ada/24539:
7199 * gdb.ada/vla.exp: Update tests.
7200 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7201 pragma.
7202
4c048731
PA
72032019-06-13 Pedro Alves <palves@redhat.com>
7204
7205 * gdb.base/settings.exp (test-integer): Test junk after
7206 "unlimited".
7207
6665660a
PA
72082019-06-13 Pedro Alves <palves@redhat.com>
7209
7210 * gdb.base/options.exp (test-thread-apply): New.
7211 (top level): Call it.
7212
5d707134
PA
72132019-06-13 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/options.exp (test-frame-apply): New.
7216 (top level): Test print commands with different "frame apply"
7217 prefixes.
7218
e2a689da
PA
72192019-06-13 Pedro Alves <palves@redhat.com>
7220
e79be6e5 7221 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7222 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7223 'max_completions' parameter and handle it.
7224 (test_gdb_completion_offers_commands): New.
7225
90a1ef87
PA
72262019-06-13 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7229
d4c16835
PA
72302019-06-13 Pedro Alves <palves@redhat.com>
7231
7232 * gdb.base/options.exp (test-backtrace): New.
7233 (top level): Call it.
7234
2daf894e
PA
72352019-06-13 Pedro Alves <palves@redhat.com>
7236
7237 * gdb.guile/scm-frame-args.exp: Use "set print
7238 raw-frame-arguments" instead of "set print raw frame-arguments".
7239 * gdb.python/py-frame-args.exp: Likewise.
7240
e6ed716c
PA
72412019-06-13 Pedro Alves <palves@redhat.com>
7242
7243 * gdb.compile/compile.exp: Adjust expected output to option
7244 processing changes.
7245
7d8062de
PA
72462019-06-13 Pedro Alves <palves@redhat.com>
7247
7248 * gdb.base/options.exp: Build executable.
7249 (test-print): New procedure.
7250 (top level): Call it, once for "print" and another for "compile
7251 print".
7252
9d0faba9
PA
72532019-06-13 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/options.c: New file.
7256 * gdb.base/options.exp: New file.
7257
dee7b4c8
PA
72582019-06-13 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7261 that "o" is ambiguous.
7262
dca0f6c0
PA
72632019-06-13 Pedro Alves <palves@redhat.com>
7264
7265 * gdb.base/settings.c: New file.
7266 * gdb.base/settings.exp: New file.
7267
ccf46844
PA
72682019-06-13 Pedro Alves <palves@redhat.com>
7269
7270 * gdb.base/completion.exp: Fix comment typo.
7271
b9a3f842
PA
72722019-06-13 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7275 foo --1" test.
7276
d106773e
PA
72772019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7278
7279 * gdb.fortran/block-data.f: New.
7280 * gdb.fortran/block-data.exp: New.
7281
fea82da0
TV
72822019-06-11 Tom de Vries <tdevries@suse.de>
7283
7284 PR testsuite/24521
7285 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7286 message.
7287
8c2e74f1
TV
72882019-06-11 Tom de Vries <tdevries@suse.de>
7289
7290 PR testsuite/24521
7291 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7292
b49851c8
TV
72932019-06-11 Tom de Vries <tdevries@suse.de>
7294
7295 * boards/readnow.exp: New file.
7296
a7067863
AB
72972019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7298
7299 * gdb.fortran/vla-sizeof.exp: Update expected results.
7300
1a3da2cd
AB
73012019-06-06 Amos Bird <amosbird@gmail.com>
7302
7303 * gdb.base/annota1.exp (thread_switch): Add test for
7304 thread-exited annotation.
7305
3847a7bf
TT
73062019-06-06 Tom Tromey <tromey@adacore.com>
7307
7308 * gdb.base/maint.exp: Expect command started/finished output.
7309
0088ba59
AB
73102019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7311
7312 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7313 comment.
7314 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7315
312617a3
AB
73162019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7317
7318 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7319 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7320 * gdb.arch/riscv-unwind-long-insn.c: New file.
7321 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7322
e1f2e1a2
CB
73232019-06-04 Christian Biesinger <cbiesinger@google.com>
7324
d3238f7d 7325 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7326
206584bd
PW
73272019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7328
7329 * lib/gdb.exp (help_list_trailer): New regexp variable
7330 factorizing the help trailer message.
7331 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7332 arg to allow to better factorize various tests.
7333 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7334 (test_prefix_command_help): Use help_list_trailer.
7335 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7336 * gdb.guile/scm-cmd.exp: Likewise.
7337 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7338 * gdb.base/help.exp: Use test_user_defined_class_help.
7339 * gdb.base/style.exp: Add tests for styling of help and apropos.
7340 * lib/gdb-utils.exp (style): Add title and highlight styles.
7341
708dc93e
PW
73422019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7343
7344 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7345 $_shell_exitsignal.
7346 * gdb.base/default.exp: Update for new convenience variables.
7347
f49055a5
TT
73482019-05-29 Tom Tromey <tromey@adacore.com>
7349
7350 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7351 to "break complete ada" test case's regexp.
7352
4330d61d
TT
73532019-05-29 Tom Tromey <tromey@adacore.com>
7354
7355 PR c++/20020:
7356 * gdb.cp/constexpr-field.exp: New file.
7357 * gdb.cp/constexpr-field.cc: New file.
7358
000439d5
TT
73592019-05-29 Tom Tromey <tromey@adacore.com>
7360
7361 * gdb.base/finish.exp (finish_no_print): New proc.
7362 (finish_tests): Call it.
7363
5a01c34c
TV
73642019-05-24 Tom de Vries <tdevries@suse.de>
7365
7366 * gdb.dwarf2/gdb-add-index.exp: New file.
7367
18125b16
TT
73682019-05-22 Tom Tromey <tromey@adacore.com>
7369
7370 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7371 * gdb.base/style.exp: Use "style".
7372 * lib/gdb-utils.exp (style): New proc.
7373
af1a8d03
TV
73742019-05-22 Tom de Vries <tdevries@suse.de>
7375
7376 * gdb.base/align.exp: Require c++11.
7377
e7fe496b
TV
73782019-05-22 Tom de Vries <tdevries@suse.de>
7379
7380 PR testsuite/24586
7381 * gdb.python/py-mi-var-info-path-expression.exp: Call
7382 mi_skip_python_tests to check if python is supported.
7383
8fca4da0
AH
73842019-05-22 Alan Hayward <alan.hayward@arm.com>
7385
7386 * gdb.arch/aarch64-pauth.c: New test.
7387 * gdb.arch/aarch64-pauth.exp: New file.
7388
b7060614
AH
73892019-05-22 Alan Hayward <alan.hayward@arm.com>
7390
7391 * README (Re-running Tests Outside The Testsuite): New section.
7392
669d0468
TV
73932019-05-21 Tom de Vries <tdevries@suse.de>
7394
7395 * gdb.arch/amd64-eval.exp: Require c++11.
7396 * gdb.base/max-depth.exp: Same.
7397 * gdb.compile/compile-cplus-array-decay.exp: Same.
7398 * gdb.cp/meth-typedefs.exp: Same.
7399 * gdb.cp/subtypes.exp: Same.
7400 * gdb.cp/temargs.exp: Same.
7401
ce3ebcaa
AH
74022019-05-21 Alan Hayward <alan.hayward@arm.com>
7403
7404 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7405
34d11c68
AB
74062019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7407
7408 PR gdb/18644
7409 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7410 * gdb.fortran/printing-types.exp: Add new test.
7411 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7412 testing.
7413 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7414 setup_kfail call.
7415
87781e84
AH
74162019-05-17 Alan Hayward <alan.hayward@arm.com>
7417
7418 * README (Running the Testsuite): Change example.
7419 (Testsuite Parameters): Remove TRANSCRIPT.
7420 * lib/gdb.exp: Remove TRANSCRIPT check.
7421
b420b89e
AH
74222019-05-17 Alan Hayward <alan.hayward@arm.com>
7423
7424 * README (Testsuite Parameters): Add replay logging to
7425 GDBSERVER_DEBUG.
7426 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7427 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7428 as a comma separated list.
7429 (gdb_debug_init): Override procedure.
7430
408e9b8b
AH
74312019-05-17 Alan Hayward <alan.hayward@arm.com>
7432
7433 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7434 (gdb_write_cmd_file): New procedure.
7435 * lib/gdbserver-support.exp (gdbserver_start): Call
7436 gdbserver_write_cmd_file.
7437 (gdbserver_write_cmd_file): New procedure.
7438
f9e2e39d
AH
74392019-05-17 Alan Hayward <alan.hayward@arm.com>
7440
7441 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7442 (delete_breakpoints): Likewise.
7443 (gdb_run_cmd): Likewise.
7444 (gdb_start_cmd): Likewise.
7445 (gdb_starti_cmd): Likewise.
7446 (gdb_internal_error_resync): Likewise.
7447 (gdb_test_multiple): Likewise.
7448 (gdb_reinitialize_dir): Likewise.
7449 (default_gdb_exit): Likewise.
7450 (gdb_file_cmd): Mark kill as optional.
7451 (default_gdb_start): Call gdb_stdin_log_init.
7452 (send_gdb): Call gdb_stdin_log_write.
7453 (rerun_to_main): Mark Y as an answer.
7454 (gdb_stdin_log_init): New function.
7455 (gdb_stdin_log_write): Likewise.
7456
81f47ac2
AH
74572019-05-17 Alan Hayward <alan.hayward@arm.com>
7458
7459 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7460 * gdb.base/debug-expr.exp: Likewise.
7461 * gdb.base/foll-fork.exp: Likewise.
7462 * gdb.base/foll-vfork.exp: Likewise.
7463 * gdb.base/fork-print-inferior-events.exp: Likewise.
7464 * gdb.base/gdb-sigterm.exp: Likewise.
7465 * gdb.base/gdbinit-history.exp: Likewise.
7466 * gdb.base/osabi.exp: Likewise.
7467 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7468 * gdb.base/ui-redirect.exp: Likewise.
7469 * gdb.gdb/unittest.exp: Likewise.
7470 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7471 * gdb.mi/mi-watch.exp: Likewise.
7472 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7473 * gdb.mi/user-selected-context-sync.exp: Likewise.
7474 * gdb.python/python.exp: Disable debug test when debugging.
7475 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7476 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7477 Likewise.
7478 * gdb.threads/stepi-random-signal.exp: Likewise.
7479
29b52314
AH
74802019-05-17 Alan Hayward <alan.hayward@arm.com>
7481
7482 * Makefile.in: Pass through GDB_DEBUG.
7483 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7484 (gdb,debug): Add board setting.
7485 * lib/gdb.exp (default_gdb_start): Start debugging.
7486 (gdb_debug_enabled): New procedure.
7487 (gdb_debug_init): Likewise.
29b52314
AH
7488
74892019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7490
29b52314
AH
7491 * Makefile.in: Pass through GDB_DEBUG.
7492 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7493 (gdb,debug): Add board setting.
7494 * lib/gdb.exp (default_gdb_start): Start debugging.
7495 (gdb_debug_enabled): New procedure.
7496 (gdb_debug_init): Likewise.
29b52314 7497
ca1285d1
AH
74982019-05-17 Alan Hayward <alan.hayward@arm.com>
7499
7500 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7501
f3a09c80
AH
75022019-05-17 Alan Hayward <alan.hayward@arm.com>
7503
7504 * gdb.base/ui-redirect.exp: Test redirection.
7505
26648588
JV
75062019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7507
7508 * gdb.mi/mi-complete.exp: New file.
7509 * gdb.mi/mi-complete.cc: Likewise.
7510
14237686
AB
75112019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7512
7513 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7514 indexed and sliced arrays, and pointers to arrays.
7515
e7bd7fba
TT
75162019-05-14 Tom Tromey <tromey@adacore.com>
7517
7518 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7519 styling test.
7520
2764128d
TV
75212019-05-14 Tom de Vries <tdevries@suse.de>
7522
7523 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7524 selection entry encoding.
7525
71bed2db
TT
75262019-05-10 Tom Tromey <tromey@adacore.com>
7527
7528 * gdb.ada/info_exc.exp: Add "complete" test.
7529
63b667ad
TV
75302019-05-09 Tom de Vries <tdevries@suse.de>
7531
7532 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7533 CU-relative.
7534
9cfd2b89
TV
75352019-05-09 Tom de Vries <tdevries@suse.de>
7536
7537 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7538 CU-relative.
7539
2228ef77
XR
75402019-05-08 Joel Brobecker <brobecker@adacore.com>
7541
7542 * gdb.ada/frame_arg_lang.exp: New testcase.
7543 * gdb.ada/frame_arg_lang/bla.adb: New file.
7544 * gdb.ada/frame_arg_lang/pck.ads: New file.
7545 * gdb.ada/frame_arg_lang/pck.adb: New file.
7546 * gdb.ada/frame_arg_lang/foo.c: New file.
7547
80e55b13
TT
75482019-05-08 Tom Tromey <tromey@adacore.com>
7549
7550 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7551
9d3421af
TT
75522019-05-08 Tom Tromey <tromey@adacore.com>
7553
7554 * gdb.base/ptype-offsets.exp: Update tests.
7555
844333e2
TT
75562019-05-08 Tom Tromey <tromey@adacore.com>
7557
7558 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7559 cases.
7560 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7561 "short".
7562
988915ee
TT
75632019-05-08 Tom Tromey <tromey@adacore.com>
7564
7565 * gdb.ada/vla.exp: New file.
7566 * gdb.ada/vla/vla.adb: New file.
7567
7bd55dac
TV
75682019-05-07 Tom de Vries <tdevries@suse.de>
7569
7570 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7571
75f06e9d
TV
75722019-05-07 Tom de Vries <tdevries@suse.de>
7573
7574 PR testsuite/24522
7575 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7576 section.
7577
77e7aaa4
TV
75782019-05-07 Tom de Vries <tdevries@suse.de>
7579
7580 PR testsuite/24522
7581 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7582 .debug_aranges section.
7583
456ba0fa
TV
75842019-05-07 Tom de Vries <tdevries@suse.de>
7585
7586 PR testsuite/24159
7587 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7588
5a56d6a6
TV
75892019-05-06 Tom de Vries <tdevries@suse.de>
7590
7591 * lib/gdb.exp (exec_has_index_section): New proc.
7592 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7593 section.
7594
9d6d4be8
TV
75952019-05-04 Tom de Vries <tdevries@suse.de>
7596
7597 * boards/cc-with-debug-names.exp: New file.
7598
222a8d25
TT
75992019-05-03 Tom Tromey <tromey@adacore.com>
7600
7601 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7602 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7603 * gdb.ada/char_enum.exp: Add test.
7604
0fdfd794
TV
76052019-05-03 Tom de Vries <tdevries@suse.de>
7606
7607 * boards/cc-with-gdb-index.exp: New file.
7608
80062eb9
AB
76092019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7610
7611 * gdb.rust/simple.exp: Add new test case.
7612 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7613 (main): Initialise an instance of the new struct.
7614
4504bbde
TT
76152019-05-01 Tom Tromey <tromey@adacore.com>
7616
7617 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7618 record.
7619 (NPR): New variable.
7620 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7621 test.
7622
d48e62f4
TT
76232019-05-01 Tom Tromey <tromey@adacore.com>
7624
7625 * gdb.ada/packed_array_assign.exp: Add packed assignment
7626 regression test.
7627
f59f30f5
TV
76282019-05-01 Tom de Vries <tdevries@suse.de>
7629
7630 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7631
b70bfc54
TV
76322019-05-01 Tom de Vries <tdevries@suse.de>
7633
7634 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7635
15f18d14
AT
76362019-04-30 Ali Tamur <tamur@google.com>
7637
7638 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7639
2ff0a947
TT
76402019-04-30 Tom Tromey <tromey@adacore.com>
7641
7642 * lib/ada.exp (find_ada_tool): New proc.
7643 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7644 * gdb.ada/catch_ex_std.exp: New file.
7645 * gdb.ada/catch_ex_std/foo.adb: New file.
7646 * gdb.ada/catch_ex_std/some_package.adb: New file.
7647 * gdb.ada/catch_ex_std/some_package.ads: New file.
7648
a776957c
TT
76492019-04-30 Tom Tromey <tromey@adacore.com>
7650
7651 PR c++/24470:
7652 * gdb.cp/temargs.cc: Add test code from PR.
7653
bc68014d
AB
76542019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7655
7656 * gdb.fortran/vla-datatypes.exp: Update expected results.
7657 * gdb.fortran/vla-ptype.exp: Likewise.
7658 * gdb.fortran/vla-type.exp: Likewise.
7659 * gdb.fortran/vla-value.exp: Likewise.
7660
f1fdc960
AB
76612019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7662
7663 * gdb.fortran/ptr-indentation.exp: Update expected results.
7664 * gdb.fortran/ptype-on-functions.exp: Likewise.
7665 * gdb.fortran/vla-ptr-info.exp: Likewise.
7666 * gdb.fortran/vla-value.exp: Likewise.
7667
bf7a4de1
AB
76682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7669
7670 * gdb.fortran/ptype-on-functions.exp: New file.
7671 * gdb.fortran/ptype-on-functions.f90: New file.
7672
bbe75b9d
AB
76732019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7674
7675 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7676 case void string.
7677
1db455a7
AB
76782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7679
7680 * gdb.fortran/complex.exp: Expand.
7681 * gdb.fortran/complex.f: Renamed to...
7682 * gdb.fortran/complex.f90: ...this, and extended to add more
7683 complex values.
7684
b6d03bb2
AB
76852019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7686
7687 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7688 MODULO, CMPLX.
7689
2e62ab40
AB
76902019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7691 Richard Bunt <richard.bunt@arm.com>
7692
7693 * gdb.base/max-depth.c: New file.
7694 * gdb.base/max-depth.exp: New file.
7695 * gdb.python/py-nested-maps.c: New file.
7696 * gdb.python/py-nested-maps.exp: New file.
7697 * gdb.python/py-nested-maps.py: New file.
7698 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7699 (test_all_common): Call test_max_depth.
7700 * gdb.fortran/max-depth.exp: New file.
7701 * gdb.fortran/max-depth.f90: New file.
7702 * gdb.go/max-depth.exp: New file.
7703 * gdb.go/max-depth.go: New file.
7704 * gdb.modula2/max-depth.exp: New file.
7705 * gdb.modula2/max-depth.c: New file.
7706 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7707
d2b584a5
TV
77082019-04-29 Tom de Vries <tdevries@suse.de>
7709
7710 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7711
136afab8
PW
77122019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7713
7714 * gdb.base/callexit.exp: Test may-call-functions off.
7715
725cbb63
KS
77162019-04-25 Keith Seitz <keiths@redhat.com>
7717
7718 PR c++/24367
7719 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7720 (another_incomplete_struct, test_incomplete): New definitions.
7721 (main): Use new definitions.
7722 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7723 functions.
7724
701adfb0
PA
77252019-04-25 Ali Tamur <tamur@google.com>
7726
7727 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7728
82433e3e
SDJ
77292019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7730
7731 PR corefiles/11608
7732 PR corefiles/18187
7733 * gdb.base/coredump-filter-build-id.exp: New file.
7734
dd06d4d6
AH
77352019-04-25 Alan Hayward <alan.hayward@arm.com>
7736
e79be6e5
SM
7737 * Makefile.in: Pass through GDBSERVER_DEBUG.
7738 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7739 (gdbserver,debug): Add board setting.
7740 * gdb.trace/tspeed.exp: Skip when debugging.
7741 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7742 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7743
1670072e
TT
77442019-04-24 Tom Tromey <tromey@adacore.com>
7745
7746 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7747 Rust.
7748
a59240a4
TT
77492019-04-24 Tom Tromey <tromey@adacore.com>
7750
7751 * gdb.arch/amd64-eval.exp: Test bitfield return.
7752 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7753 (class Foo) <return_bitfields>: New method.
7754 (main): Call it.
7755
b907456c
AB
77562019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7757
7758 * gdb.cp/many-args.cc: New file.
7759 * gdb.cp/many-args.exp: New file.
7760
5c565afd
TV
77612019-04-23 Tom de Vries <tdevries@suse.de>
7762
7763 PR gdb/24433
7764 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7765
ba22ff86
AH
77662019-04-23 Alan Hayward <alan.hayward@arm.com>
7767
7768 * gdb.trace/backtrace.exp: Use nopie flag.
7769 * gdb.trace/circ.exp: Likewise.
7770 * gdb.trace/collection.exp: Likewise.
7771 * gdb.trace/ftrace.exp: Likewise.
7772 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7773 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7774 * gdb.trace/qtro.exp: Likewise.
7775 * gdb.trace/read-memory.exp: Likewise.
7776 * gdb.trace/report.exp: Likewise.
7777 * gdb.trace/tfile.exp: Likewise.
7778 * gdb.trace/tfind.exp: Likewise.
7779 * gdb.trace/unavailable.exp: Likewise.
7780
7905fc35
PA
77812019-04-22 Pedro Alves <palves@redhat.com>
7782
7783 * gdb.base/solib-probes-nosharedlibrary.c,
7784 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7785
8ecb59f8
TT
77862019-04-19 Tom Tromey <tromey@adacore.com>
7787
7788 * gdb.ada/ptype_union.c: New file.
7789 * gdb.ada/ptype_union.exp: New file.
7790
62160ec9
TT
77912019-04-19 Tom Tromey <tromey@adacore.com>
7792
7793 PR symtab/24423:
7794 * gdb.base/list0.h (foo): Add a control-l character.
7795
36cd4ba5
TV
77962019-04-18 Tom de Vries <tdevries@suse.de>
7797
7798 PR gdb/24433
7799 * boards/local-board.exp: Set sysroot to "".
7800
b73715df
TV
78012019-04-18 Tom de Vries <tdevries@suse.de>
7802 Pedro Alves <palves@redhat.com>
7803
7804 PR gdb/24454
7805 * gdb.threads/vfork-follow-child-exec.c: New file.
7806 * gdb.threads/vfork-follow-child-exec.exp: New file.
7807 * gdb.threads/vfork-follow-child-exit.c: New file.
7808 * gdb.threads/vfork-follow-child-exit.exp: New file.
7809
4aa866af
LS
78102019-04-15 Leszek Swirski <leszeks@google.com>
7811
7812 * gdb.arch/amd64-eval.cc: New file.
7813 * gdb.arch/amd64-eval.exp: New file.
7814
e5a1a79a
AH
78152019-04-11 Alan Hayward <alan.hayward@arm.com>
7816
7817 * gdb.server/sysroot.c: New test.
7818 * gdb.server/sysroot.exp: New file.
7819 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7820 matching param.
7821
41077b66
AB
78222019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7823
7824 * gdb.base/align.exp: Extend test to cover structures containing
7825 only static fields.
7826
c30391f8
TV
78272019-04-11 Tom de Vries <tdevries@suse.de>
7828
7829 * boards/cc-with-dwz-m.exp: New file.
7830 * boards/cc-with-dwz.exp: New file.
7831 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7832
e242fd12
SM
78332019-04-09 Simon Marchi <simon.marchi@efficios.com>
7834
7835 * gdb.base/start-cpp.exp: New file.
7836 * gdb.base/start-cpp.cc: New file.
7837
2b0c8b01
KB
78382019-04-08 Kevin Buettner <kevinb@redhat.com>
7839
7840 * gdb.python/py-thrhandle.exp: Adjust tests to call
7841 thread_from_handle instead of thread_from_thread_handle.
7842
947210e5
KB
78432019-04-08 Kevin Buettner <kevinb@redhat.com>
7844
7845 * gdb.python/py-thrhandle.exp: Add tests for
7846 gdb.InferiorThread.handle.
7847
d7df6549
AB
78482019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7849
7850 * gdb.python/py-function.exp: Check calling helper function from
7851 all languages.
7852 * lib/gdb.exp (gdb_supported_languages): New proc.
7853
8bdc1658
AB
78542019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
7855
7856 * gdb.base/complex-parts.c: New file.
7857 * gdb.base/complex-parts.exp: New file.
7858
05caa1d2
TT
78592019-04-01 Tom Tromey <tromey@adacore.com>
7860
7861 PR symtab/23331:
7862 * gdb.dwarf2/dw2-ranges-main.c: New file.
7863 * gdb.dwarf2/dw2-ranges-psym.c: New file.
7864 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
7865
7734102d
EZ
78662019-03-30 Simon Marchi <simark@simark.ca>
7867
7868 * gdb.base/default.exp: Add values for $_gdb_major and
7869 $_gdb_minor.
7870
188e1fa9
TT
78712019-03-29 Tom Tromey <tromey@adacore.com>
7872
7873 * gdb.base/help.exp: Tighten apropos regexp.
7874
2880242d
KS
78752019-03-29 Keith Seitz <keiths@redhat.com>
7876
7877 * gdb.fortran/array-bounds.exp: New file.
7878 * gdb.fortran/array-bounds.f90: New file.
7879
077cad8e
PW
78802019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7881
7882 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
7883
80047cfc
PW
78842019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7885
7886 * gdb.multi/hello.c (main): Increase alarm timer.
7887
f489207e
SL
78882019-03-28 Sandra Loosemore <sandra@codesourcery.com>
7889
7890 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
7891 factor when no hardware watchpoint support.
7892
c92df149
AH
78932019-03-28 Alan Hayward <alan.hayward@arm.com>
7894 Pedro Alves <palves@redhat.com>
7895
7896 * boards/local-board.exp: set sysroot to /.
7897
933aebfa
AH
78982019-03-27 Alan Hayward <alan.hayward@arm.com>
7899
7900 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
7901 in child.
7902
9f9aa852
AB
79032019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7904
7905 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
7906 field.
7907 (make_container): Initialise new field.
7908 * gdb.python/py-prettyprint.exp: Add new tests.
7909 * gdb.python/py-prettyprint.py (class ContainerPrinter)
7910 <display_hint>: New method.
7911
3714a195
AB
79122019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7913
7914 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
7915 gdb_continue_to_breakpoint more throughout this test.
7916 (run_lang_tests) Supply unique test names, and use
7917 gdb_test_no_output.
7918
18c77628
AB
79192019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
7920
7921 * gdb.base/finish-pretty.exp: Update expected results.
7922 * gdb.base/pretty-print.c: New file.
7923 * gdb.base/pretty-print.exp: New file.
7924
9a93502f
PA
79252019-03-25 Pedro Alves <palves@redhat.com>
7926
7927 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
7928 move comments outside list. Append '-i "" eof' section.
7929
968aa7ae
AH
79302019-03-22 Alan Hayward <alan.hayward@arm.com>
7931
34a7f2a4 7932 PR testsuite/25016
968aa7ae
AH
7933 * README: Add pie options.
7934 * gdb.base/break-interp.exp: Ensure pie is disabled.
7935 * gdb.base/dump.exp: Likewise.
7936 * lib/gdb.exp (gdb_compile): Add pie option.
7937
4c7d57e7
TT
79382019-03-19 Tom Tromey <tromey@adacore.com>
7939
7940 * gdb.mi/mi2-cli-display.c: New file.
7941 * gdb.mi/mi2-cli-display.exp: New file.
7942
bff8c71f
TT
79432019-03-18 Joel Brobecker <brobecker@adacore.com>
7944 Tom Tromey <tromey@adacore.com>
7945
7946 * gdb.ada/ptype_array/pck.adb: New file.
7947 * gdb.ada/ptype_array/pck.ads: New file.
7948 * gdb.ada/ptype_array/foo.adb: New file.
7949 * gdb.ada/ptype_array.exp: New file.
7950
d085f989
TT
79512019-03-14 Tom Tromey <tromey@adacore.com>
7952
7953 * gdb.base/style.exp: Add "set style sources" test.
7954
b4be1b06
SM
79552019-03-13 Simon Marchi <simon.marchi@ericsson.com>
7956
7957 * mi-breakpoint-location-ena-dis.exp: Rename to ...
7958 * mi-breakpoint-multiple-locations.exp: ... this.
7959 (make_breakpoints_pattern): New proc.
7960 (do_test): Add mi_version parameter, test -break-insert,
7961 -break-info and =breakpoint-created.
7962
7cde5fc2
AB
79632019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
7964
7965 * config/default.exp: Remove 'load_lib gdb.exp'.
7966 * config/monitor.exp: Likewise.
7967 * config/sid.exp: Likewise.
7968 * config/sim.exp: Likewise.
7969 * config/slite.exp: Likewise.
7970 * config/unix.exp: Likewise.
7971 * gdb.base/default.exp: Remove unhelpful comment.
7972
efbecbc1
AB
79732019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7974
7975 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
7976
0841c79a
AB
79772019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7978
7979 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
7980
4a270568
AB
79812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7982
7983 * gdb.fortran/type-kinds.exp: Update expected results.
7984
067630bd
AB
79852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7986
7987 * gdb.fortran/type-kinds.exp: Test new integer type kind.
7988
3be47f7a
AB
79892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7990
7991 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
7992 function.
7993 (test_basic_parsing_of_type_kinds): Expand types tested.
7994 (test_parsing_invalid_type_kinds): New function.
7995
4d00f5d8
AB
79962019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7997
7998 * gdb.fortran/intrinsics.exp: New file.
7999 * gdb.fortran/intrinsics.f90: New file.
8000 * gdb.fortran/type-kinds.exp: New file.
8001
c8f91604
AB
80022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8003
8004 * gdb.fortran/dot-ops.exp: New file.
8005
dd9f2c76
AB
80062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8007
8008 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8009 Check upper and lower case logical literals.
8010
84ec9724
AB
80112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8012
8013 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8014 Remove duplicate tests.
8015
c3734e09
AH
80162019-03-06 Alan Hayward <alan.hayward@arm.com>
8017
8018 * lib/gdb.exp (builtin_cd): rename of cd.
8019 (cd): Override builtin.
8020
aa3cfbda
RB
80212019-03-06 Richard Bunt <richard.bunt@arm.com>
8022
8023 * gdb.fortran/function-calls.exp: New file.
8024 * gdb.fortran/function-calls.f90: New test.
8025
7b63ad86
RB
80262019-03-04 Richard Bunt <richard.bunt@arm.com>
8027
8028 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8029 on user program standard output.
8030 * gdb.fortran/short-circuit-argument-list.f90: Record function
8031 calls.
8032
01abb042
AH
80332019-02-28 Alan Hayward <alan.hayward@arm.com>
8034
c3734e09
AH
8035 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8036 failure.
01abb042 8037
92137da0
RO
80382019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8039
8040 PR gdb/8527
8041 * gdb.base/interrupt-daemon-attach.c,
8042 gdb.base/interrupt-daemon-attach.exp: New test.
8043
5862844d
PA
80442019-02-27 Pedro Alves <palves@redhat.com>
8045
8046 * gdb.base/page.exp: Add tests for "set width/height -1".
8047
8ed25214
PA
80482019-02-27 Pedro Alves <palves@redhat.com>
8049
8050 * gdb.base/page.exp: Add tests for "set/show width/height" with
8051 "infinite" values.
8052
6c28e44a
TT
80532019-02-27 Tom Tromey <tromey@adacore.com>
8054
8055 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8056 2.4.
8057 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8058 workaround.
8059
bf9a735e
AB
80602019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8061
8062 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8063 tests for structs with static members.
8064
8791793c
TT
80652019-02-26 Tom Tromey <tromey@adacore.com>
8066
8067 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8068 ValueError, not TypeError.
8069
bc2a507e
KB
80702019-02-26 Kevin Buettner <kevinb@redhat.com>
8071
8072 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8073 call from main program.
8074
e0e7d3bd
JB
80752019-02-23 Joel Brobecker <brobecker@adacore.com>
8076
8077 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8078 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8079 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8080 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8081 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8082
9600246d
KS
80832019-02-22 Keith Seitz <keiths@redhat.com>
8084
8085 PR symtab/23853
8086 * gdb.base/symlink-sourcefile.c: New file.
8087 * gdb.base/symlink-sourcefile.exp: New file.
8088
0c95f9ed
TT
80892019-02-20 Tom Tromey <tom@tromey.com>
8090
8091 * gdb.base/info_qt.exp: Update.
8092
6caa91b6
SM
80932019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8094
8095 * gdb.base/source.exp: Move "error in sourced script" code to
8096 the end.
8097 * gdb.base/source-error.gdb: Move contents to
8098 source-error-1.gdb. Add new code to source source-error-1.gdb.
8099 * gdb.base/source-error-1.gdb: New file, from previous
8100 source-error.gdb.
8101
6506371f
TT
81022019-02-17 Tom Tromey <tom@tromey.com>
8103
8104 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8105 for macro styling.
8106 * gdb.base/style.c (SOME_MACRO): New macro.
8107
a0087920
TT
81082019-02-17 Tom Tromey <tom@tromey.com>
8109
8110 * gdb.base/style.exp: Add line-wrapping tests.
8111 * gdb.base/page.exp: Add test for quitting during pagination.
8112
a2cd4f14
JB
81132019-02-17 Joel Brobecker <brobecker@adacore.com>
8114
8115 * gdb.ada/big_packed_array: New testcase.
8116 * gdb.ada/homonym.exp: Fix incorrect expected output for
8117 "break <homonym__get_value>" test.
8118
9d70ffbc
WP
81192019-02-13 Weimin Pan <weimin.pan@oracle.com>
8120
8121 PR breakpoints/21870
8122 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8123 and prepare_for_testing. Add comment.
8124 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8125 redundant cleanup call. Clean up comment.
8126
01c7ae81
WP
81272019-02-12 Weimin Pan <weimin.pan@oracle.com>
8128
8129 PR breakpoints/21870
8130 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8131 * gdb.arch/aarch64-dbreg-contents.c: New file.
8132
aff29d1c
JB
81332019-02-10 Joel Brobecker <brobecker@adacore.com>
8134
8135 * gdb.ada/mi_ref_changeable: New testcase.
8136
df0da8a2
AH
81372019-02-07 Alan Hayward <alan.hayward@arm.com>
8138
8139 * gdb.base/attach.exp: Add double attach test.
8140
bd447abb
SM
81412019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8142
8143 * lib/gdb.exp (default_gdb_start): Don't match pagination
8144 prompt.
8145 (gdb_init): Set stty_init.
8146
1dbc40b9
TT
81472019-01-27 Tom Tromey <tom@tromey.com>
8148
8149 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8150 skip_python_tests.
8151
353229bf
AH
81522019-01-24 Alan Hayward <alan.hayward@arm.com>
8153
8154 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8155 New structure.
8156 (struct struct_static_02_02): Likewise.
8157 (struct struct_static_02_03): Likewise.
8158 (struct struct_static_02_04): Likewise.
8159 (struct struct_static_04_01): Likewise.
8160 (struct struct_static_04_02): Likewise.
8161 (struct struct_static_04_03): Likewise.
8162 (struct struct_static_04_04): Likewise.
8163 (struct struct_static_06_01): Likewise.
8164 (struct struct_static_06_02): Likewise.
8165 (struct struct_static_06_03): Likewise.
8166 (struct struct_static_06_04): Likewise.
8167 (cmp_struct_static_02_01): Likewise.
8168 (cmp_struct_static_02_02): Likewise.
8169 (cmp_struct_static_02_03): Likewise.
8170 (cmp_struct_static_02_04): Likewise.
8171 (cmp_struct_static_04_01): Likewise.
8172 (cmp_struct_static_04_02): Likewise.
8173 (cmp_struct_static_04_03): Likewise.
8174 (cmp_struct_static_04_04): Likewise.
8175 (cmp_struct_static_06_01): Likewise.
8176 (cmp_struct_static_06_02): Likewise.
8177 (cmp_struct_static_06_03): Likewise.
8178 (cmp_struct_static_06_04): Likewise.
8179 (call_all): Test new structs.
8180 * gdb.base/infcall-nested-structs.exp: Likewise.
8181
73021deb
AH
81822019-01-21 Alan Hayward <alan.hayward@arm.com>
8183 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8184
fc65c7db
AH
81852019-01-21 Alan Hayward <alan.hayward@arm.com>
8186 * gdb.base/stack-protector.c: New test.
8187 * gdb.base/stack-protector.exp: New file.
8188 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8189 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8190 option.
8191 (gdb_compile): Remove stack protector for GCC and prevent
8192 recursion.
8193
c24bdb02
KS
81942019-01-16 Keith Seitz <keiths@redhat.com>
8195
8196 PR gdb/23773
8197 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8198
6f072a10
PFC
81992019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8200
8201 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8202 aliases.
8203 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8204 tests.
8205 * gdb.arch/powerpc-vector-regs.c: New file.
8206 * gdb.arch/powerpc-vector-regs.exp: New file.
8207
a7b8d682
PFC
82082019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8209
8210 * gdb.arch/altivec-regs.exp: Fix the list passed to
8211 gdb_expect_list when testing "info vector".
8212
6eb6fb67
AB
82132019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8214
8215 * gdb.base/style.exp: Don't include path in testname.
8216
b56f80d8
KS
82172019-01-10 Keith Seitz <keiths@redhat.com>
8218
8219 PR gdb/23712
8220 PR symtab/23010
8221 * gdb.dwarf2/multidictionary.exp: New file.
8222
041be526
SM
82232019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8224
8225 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8226 (test_gnuv3_style_demangling): ... this.
8227 (test_lucid_style_demangling): Remove.
8228 (test_arm_style_demangling): Remove.
8229 (test_hp_style_demangling): Remove.
8230 (do_tests): Remove calls to the above.
8231
d820d0c3
AB
82322019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8233
8234 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8235 case.
8236
f097f5ad
TT
82372019-01-06 Tom Tromey <tom@tromey.com>
8238
8239 PR gdb/28155:
8240 * gdb.dwarf2/typedef-void-finish.exp: New file.
8241
2cd8cc0b
TT
82422018-12-28 Tom Tromey <tom@tromey.com>
8243 Simon Marchi <simark@simark.ca>
8244
8245 * gdb.base/jit-exec.exp: New file.
8246 * gdb.base/jit-exec.c: New file.
8247 * gdb.base/jit-execd.c: New file.
8248
35fb8261
TT
82492018-12-28 Tom Tromey <tom@tromey.com>
8250
8251 * gdb.base/style.exp: Update test to check for address styling.
8252
47fd17cd
TT
82532018-12-28 Tom Tromey <tom@tromey.com>
8254
8255 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8256 message.
8257
d47032b7
TT
82582018-12-28 Tom Tromey <tom@tromey.com>
8259
8260 * gdb.base/style.exp: Add test for version number styling.
8261
af79b68d
TT
82622018-12-28 Tom Tromey <tom@tromey.com>
8263
8264 * gdb.base/style.exp: Add test for print_address_symbolic.
8265
0bb296cb
TT
82662018-12-28 Tom Tromey <tom@tromey.com>
8267
8268 * gdb.base/style.exp: Add test for breakpoint setting.
8269
80ae2043
TT
82702018-12-28 Tom Tromey <tom@tromey.com>
8271
8272 * gdb.base/style.exp: Add test for variable names.
8273
cbe56571
TT
82742018-12-28 Tom Tromey <tom@tromey.com>
8275
8276 * gdb.base/style.exp: New file.
8277 * gdb.base/style.c: New file.
8278
9162a27c
TT
82792018-12-28 Tom Tromey <tom@tromey.com>
8280
8281 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8282 "dumb".
8283 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8284 the TERM environment variable.
8285
bc543c90
TT
82862018-12-27 Tom Tromey <tom@tromey.com>
8287
8288 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8289 pagination test.
8290
6f0ffe50
AB
82912018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8292
8293 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8294 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8295
b5a1e557
PW
82962018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8297
8298 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8299 Filename a.adb changed to bp_fun_addr.adb.
8300 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8301
6e8b1ab2
JV
83022018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8303
8304 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8305 non-PIE executables.
8306 * README: Mention the gdb,nopie_flag board setting.
8307 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8308 non-PIE executable.
8309 * gdb.arch/amd64-entry-value.exp: Likewise.
8310 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8311 * gdb.arch/i386-float.exp: Likewise.
8312 * gdb.arch/i386-signal.exp: Likewise.
8313 * gdb.mi/mi-reg-undefined.exp: Likewise.
8314
d00a27c5
PM
83152018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8316
8317 PR gdb/23974
8318 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8319
161d081c
PW
83202018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8321
8322 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8323 Update order of results accordingly.
8324
b001de23
AB
83252018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8326
8327 * gdb.base/annota1.exp: Update a test regexp.
8328
99e1a184
AB
83292018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8330
8331 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8332
7a81c1e2
PW
83332018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8334
8335 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8336 (reuse_time): Initialize to REUSE_TIME_CAP.
8337 (check_rc): New function.
8338 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8339 Check pthread_create rc.
8340 (spawner_thread_func): Check pthread_create and pthread_join rc.
8341
73e8dc90
PA
83422018-12-08 Pedro Alves <palves@redhat.com>
8343
8344 * gdb.base/list.exp (test_forward_search): Rename to ...
8345 (test_forward_reverse_search): ... this. Also test reverse-search
8346 and the forward-search alias.
8347
13f2ed32
AB
83482018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8349
8350 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8351 local timeout variable before return, and remove all local timeout
8352 variable entirely.
8353 (gdb_load): Likewise.
8354
64d27cfc
TV
83552018-12-01 Tom de Vries <tdevries@suse.de>
8356
8357 * gdb.base/gdb-caching-proc.exp: New file.
8358
f63c03b4
SDJ
83592018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8360
8361 * Makefile.in (TIMESTAMP): New variable.
8362 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8363 command.
8364 (check-single-racy): Likewise.
8365 (check/%.exp): Likewise.
8366 (check-racy/%.exp): Likewise.
8367 (workers/%.worker): Likewise.
8368 (build-perf): Likewise.
8369 (check-perf): Likewise.
8370 * README: Describe new "TS" and "TS_FORMAT" variables.
8371 * print-ts.py: New file.
8372
1c97054b
BF
83732018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8374
8375 PR python/23714
8376 * gdb.python/python.exp: Test command repetition after
8377 gdb.execute.
8378
1871a62d
AB
83792018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8380
8381 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8382 is correctly aligned.
8383
fb5e1ed9
PW
83842018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8385
8386 * gdb.ada/info_auto_lang.exp: New testcase.
8387 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8388 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8389 * gdb.ada/info_auto_lang/some_c.c: New file.
8390
43d397ca
PW
83912018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8392
8393 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8394 FUNC_lang language syntax.
8395
beddd671
PW
83962018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8397
8398 * gdb.base/info_minsym.c: New file.
8399 * gdb.base/info_minsym.exp: New file.
8400
73fc52c4
TT
84012018-11-19 Tom Tromey <tom@tromey.com>
8402
8403 PR rust/23625:
8404 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8405 * gdb.rust/expr.exp: Update expected output. Change one test.
8406
994b876a
TT
84072018-11-19 Tom Tromey <tom@tromey.com>
8408
8409 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8410
6769f276
PA
84112018-11-19 Pedro Alves <palves@redhat.com>
8412
8413 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8414 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8415 see the expected warning.
8416
38a72da0
AH
84172018-11-16 Alan Hayward <alan.hayward@arm.com>
8418
8419 PR gdb/22736:
8420 * gdb.cp/infcall-nodebug-lib.c: New test.
8421 * gdb.cp/infcall-nodebug-main.c: New test.
8422 * gdb.cp/infcall-nodebug.exp: New file.
8423
53a89d6e
SM
84242018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8425
8426 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8427 completer tests.
8428
9325300d
TV
84292018-11-09 Tom de Vries <tdevries@suse.de>
8430
8431 * gdb.base/msym-lang.c: New test.
8432 * gdb.base/msym-lang.exp: New file.
8433 * gdb.base/msym-lang-main.c: New test.
8434
20f0d60d
TT
84352018-11-08 Tom Tromey <tom@tromey.com>
8436
8437 PR gdb/23555:
8438 PR gdb/23838:
8439 * gdb.base/warning.exp: New file.
8440
b5420128
JB
84412018-11-08 Jan Beulich <jbeulich@suse.com>
8442
8443 * testsuite/gdb.arch/i386-avx512.c,
8444 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8445
cd115d61
AB
84462018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8447
8448 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8449 point hardware.
8450
35ee2dc2
AB
84512018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8452
8453 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8454 * gdb.dwarf2/missing-type-name.exp: New file.
8455
31aceee8
TV
84562018-11-06 Tom de Vries <tdevries@suse.de>
8457
8458 * gdb.base/many-headers.c: New test.
8459 * gdb.base/many-headers.exp: New file.
8460
109be305
JW
84612018-11-06 Jim Wilson <jimw@sifive.com>
8462
8463 * gdb.base/code_elim.exp: For riscv, set additional_flags
8464 to include -msmall-data-limit=0.
8465
e2b7af72
JB
84662018-11-01 Joel Brobecker <brobecker@adacore.com>
8467
8468 * gdb.ada/watch_minus_l: New testcase.
8469
cdcda965
SM
84702018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8471
8472 * gdb.arch/aix-sighandle.c: New file.
8473 * gdb.arch/aix-sighandle.exp: New file.
8474
92dcebf3
AB
84752018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8476
8477 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8478 registers being unions.
8479
68b9ac18
TV
84802018-10-31 Tom de Vries <tdevries@suse.de>
8481
8482 * lib/valgrind.exp: New file.
8483 (vgdb_start, vgdb_stop): New procs, factored out of ...
8484 * gdb.base/valgrind-bt.exp: ... here, ...
8485 * gdb.base/valgrind-disp-step.exp: ... here and ...
8486 * gdb.base/valgrind-infcall.exp: ... here.
8487
1443936e
TV
84882018-10-31 Tom de Vries <tdevries@suse.de>
8489
8490 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8491
eb77c9df
AB
84922018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8493
8494 * gdb.dwarf2/void-type.c: New file.
8495 * gdb.dwarf2/void-type.exp: New file.
8496
82b5e646
PW
84972018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8498
8499 * gdb.base/info_qt.c: New file.
8500 * gdb.base/info_qt.exp: New file.
8501
8d619c01
EBM
85022018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8503
8504 * gdb.arch/powerpc-htm-regs.c: New file.
8505 * gdb.arch/powerpc-htm-regs.exp: New file.
8506
f2cf6173
EBM
85072018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8508
8509 * gdb.arch/powerpc-tar.c: New file.
8510 * gdb.arch/powerpc-tar.exp: New file.
8511
7ca18ed6
EBM
85122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8513
8514 * gdb.arch/powerpc-ppr-dscr.c: New file.
8515 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8516
bfcc0eba
TV
85172018-10-25 Tom de Vries <tdevries@suse.de>
8518
8519 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8520
fe1a5cad
TV
85212018-10-24 Tom de Vries <tdevries@suse.de>
8522
8523 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8524 longer exists error.
8525
a76dc3b7
TV
85262018-10-24 Tom de Vries <tdevries@suse.de>
8527
8528 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8529
4df46df7
TV
85302018-10-24 Tom de Vries <tdevries@suse.de>
8531
8532 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8533 --db-attach in valgrind.
8534
0dbfcfff
AB
85352018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8536
8537 * gdb.arch/riscv-reg-aliases.c: New file.
8538 * gdb.arch/riscv-reg-aliases.exp: New file.
8539
b04480b1
AH
85402018-10-19 Alan Hayward <alan.hayward@arm.com>
8541
8542 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8543
2c6ac8d7
AH
85442018-10-19 Alan Hayward <alan.hayward@arm.com>
8545
8546 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8547
2bc69f25
AH
85482018-10-19 Alan Hayward <alan.hayward@arm.com>
8549
8550 * gdb.cp/ovldbreak.exp: Fix regexps.
8551
1f1ae3a3
AH
85522018-10-19 Alan Hayward <alan.hayward@arm.com>
8553
8554 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8555
94c18618
SDJ
85562018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8557
8558 PR cli/23785
8559 * gdb.base/restore.exp: New test to check if "restore" with an
8560 invalid file doesn't segfault.
8561
812cd6eb
TV
85622018-10-18 Tom de Vries <tdevries@suse.de>
8563
8564 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8565 * gdb.ada/excep_handle.exp: Same.
8566 * gdb.ada/mi_string_access.exp: Same.
8567 * gdb.ada/mi_var_union.exp: Same.
8568 * gdb.arch/arc-analyze-prologue.exp: Same.
8569 * gdb.arch/arc-decode-insn.exp: Same.
8570 * gdb.base/readnever.exp: Same.
8571 * gdb.fortran/printing-types.exp: Same.
8572 * gdb.guile/scm-lazy-string.exp: Same.
8573
c4b90788
TV
85742018-10-16 Tom de Vries <tdevries@suse.de>
8575
8576 PR gdb/23730
8577 * gdb.base/catch-follow-exec.c: Add copyright notice.
8578 * gdb.base/catch-follow-exec.exp: Rewrite to use
8579 gdb_spawn_with_cmdline_opts. Require gdb-native.
8580
8bca2978
SL
85812018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8582
8583 * gdb.trace/actions-changed.exp: Check for arch support.
8584 * gdb.trace/actions.exp: Likewise.
8585 * gdb.trace/ax.exp: Likewise.
8586 * gdb.trace/backtrace.exp: Likewise.
8587 * gdb.trace/change-loc.exp: Likewise.
8588 * gdb.trace/deltrace.exp: Likewise.
8589 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8590 * gdb.trace/ftrace.exp: Likewise.
8591 * gdb.trace/infotrace.exp: Check for arch support.
8592 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8593 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8594 * gdb.trace/mi-tsv-changed.exp: Likewise.
8595 * gdb.trace/packetlen.exp: Likewise.
8596 * gdb.trace/passc-dyn.exp: Likewise.
8597 * gdb.trace/passcount.exp: Likewise.
8598 * gdb.trace/pending.exp: Likewise.
8599 * gdb.trace/range-stepping.exp: Check for shlib support.
8600 * gdb.trace/report.exp: Check for arch support.
8601 * gdb.trace/save-trace.exp: Likewise.
8602 * gdb.trace/signal.exp: Check for signal support.
8603 * gdb.trace/tfind.exp: Check for arch support.
8604 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8605 * gdb.trace/trace-common.h: Add comment.
8606 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8607 * gdb.trace/trace-enable-disable.exp: Likewise.
8608 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8609 * gdb.trace/tracecmd.exp: Check for arch support.
8610 * gdb.trace/tspeed.exp: Check for shlib and target support.
8611 * gdb.trace/tstatus.exp: Check for arch support.
8612 * gdb.trace/tsv.exp: Likewise.
8613 * gdb.trace/while-dyn.exp: Likewise.
8614 * gdb.trace/while-stepping.exp: Likewise.
8615 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8616
f9c49bff
SM
86172018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8618
8619 * gdb.trace/tspeed.exp: Remove nowarnings.
8620 (prepare_for_trace_test): Declare "global ipalib".
8621 * gdb.trace/tspeed.c: Include unistd.h.
8622 (main): Remove superfluous printf argument.
8623
d4330bde
SL
86242018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8625
8626 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8627 directory prefix on the filename.
8628
8ecfd7bd
SDJ
86292018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8630
8631 * gdb.gdb/unittest.exp: Update expected message informing that
8632 selftests have been disabled.
8633 * gdb.server/unittest.exp: Likewise.
8634
58bbcd02
TV
86352018-10-09 Tom de Vries <tdevries@suse.de>
8636
8637 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8638 with runto_main.
8639
9f6b697b
WP
86402018-10-08 Weimin Pan <weimin.pan@oracle.com>
8641
8642 PR c++/16841
8643 * gdb.cp/virtbase2.cc: New file.
8644 * gdb.cp/virtbase2.exp: New file.
8645
add5ded5
TT
86462018-10-06 Tom Tromey <tom@tromey.com>
8647
8648 PR python/19399:
8649 * gdb.python/py-inferior.exp: Add architecture test.
8650
f9e48344
TT
86512018-10-06 Tom Tromey <tom@tromey.com>
8652
8653 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8654 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8655
2a8be203
TT
86562018-10-06 Tom Tromey <tom@tromey.com>
8657
8658 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8659 of a "throw" catchpoint.
8660
e04caa70
SDJ
86612018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8662
8663 * gdb.base/info-proc.exp: Update string expected from "help info
8664 proc".
8665
5ca8c39f
TT
86662018-10-04 Tom Tromey <tom@tromey.com>
8667
8668 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8669 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8670 (test_initial_complaints, test_empty_complaints): Update.
8671 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8672
3453e7e4
TT
86732018-10-04 Tom Tromey <tom@tromey.com>
8674
8675 PR cli/19551:
8676 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8677 * lib/gdb.exp (gdb_file_cmd): Update.
8678 * gdb.stabs/weird.exp (print_weird_var): Update.
8679 * gdb.server/solib-list.exp: Update.
8680 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8681 * gdb.mi/mi-cli.exp: Update.
8682 * gdb.linespec/linespec.exp: Update.
8683 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8684 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8685 * gdb.cp/cp-relocate.exp: Update.
8686 * gdb.base/sym-file.exp: Update.
8687 * gdb.base/relocate.exp: Update.
8688 * gdb.base/readnever.exp: Update.
8689 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8690 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8691 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8692 * gdb.base/code_elim.exp: Update.
8693 * gdb.base/break-unload-file.exp (test_break): Update.
8694 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8695 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8696 Update.
8697 * gdb.base/attach.exp (do_attach_tests): Update.
8698 * gdb.base/sepdebug.exp: Update.
8699 * gdb.python/py-section-script.exp: Update.
8700
6afcf761
TT
87012018-10-04 Tom Tromey <tom@tromey.com>
8702
8703 PR cli/22234:
8704 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8705 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8706 output.
8707
fef1b293
TT
87082018-10-04 Tom Tromey <tom@tromey.com>
8709
8710 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8711 set width and height to 0.
8712 (test_command_line_attach_run): Use -quiet.
8713
ca98345e
SL
87142018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8715
8716 * lib/gdb.exp (skip_ifunc_tests): New.
8717 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8718 other compile failures.
8719 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8720
ff34e6ae
SM
87212018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8722
8723 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8724 is_amd64_regs_target.
8725
6bb8890e
AH
87262018-10-01 Alan Hayward <alan.hayward@arm.com>
8727
8728 * gdb.arch/aarch64-sighandler-regs.c: New test.
8729 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8730 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8731
224d30d3
MM
87322018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8733
8734 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8735 assembly.
8736
f67ffa6a
AB
87372018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8738
8739 * gdb.base/frame-selection.exp: New file.
8740 * gdb.base/frame-selection.c: New file.
8741
9fc3183f
AH
87422018-09-27 Alan Hayward <alan.hayward@arm.com>
8743
8744 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8745 pthread barrier.
8746 (main): Likewise.
8747
d354055e
AB
87482018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8749
8750 * gdb.base/large-frame-1.c: New file.
8751 * gdb.base/large-frame-2.c: New file.
8752 * gdb.base/large-frame.exp: New file.
8753 * gdb.base/large-frame.h: New file.
8754
db727370
JL
87552018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8756
8757 PR gdb/20948
8758 * gdb.base/write_mem.exp: New test.
8759 * gdb.base/write_mem.c: Likewise.
8760
ae778caf
TT
87612018-09-23 Tom Tromey <tom@tromey.com>
8762
8763 PR python/18852:
8764 * gdb.python/py-parameter.exp: Add test for parameter that throws
8765 on "set".
8766
fd3ba736
TT
87672018-09-23 Tom Tromey <tom@tromey.com>
8768
8769 PR python/17284:
8770 * gdb.python/py-template.exp (test_template_arg): Add test for
8771 negative template argument number.
8772
39a24317
TT
87732018-09-23 Tom Tromey <tom@tromey.com>
8774
8775 PR python/14062:
8776 * gdb.python/python.exp: Add test for post_event error.
8777
f5769a2c
TT
87782018-09-23 Tom Tromey <tom@tromey.com>
8779
8780 PR python/18170:
8781 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8782 convert pointers to int and long.
8783
1c1e54f6
TT
87842018-09-23 Tom Tromey <tom@tromey.com>
8785
8786 PR python/20126:
8787 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8788 signed-ness conversion tests.
8789
fb4fa946
TT
87902018-09-23 Tom Tromey <tom@tromey.com>
8791
8792 PR python/18352;
8793 * gdb.python/py-value.exp (test_float_conversion): New proc.
8794 Use it.
8795
a466edac
HAQ
87962018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8797
8798 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8799
4ee9b0c5
SL
88002018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8801
8802 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8803 no readline.
8804 * gdb.base/utf8-identifiers.exp: Likewise.
8805 * gdb.cp/cpcompletion.exp: Likewise.
8806 * gdb.linespec/cpcompletion.exp: Likewise.
8807 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8808 * gdb.linespec/cpls-ops.exp: Likewise.
8809
23be8da7
RB
88102018-09-19 Richard Bunt <richard.bunt@arm.com>
8811 Chris January <chris.january@arm.com>
8812
8813 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8814 * gdb.fortran/short-circuit-argument-list.exp: New file.
8815 * gdb.fortran/short-circuit-argument-list.f90: New test.
8816
5031d0ae
SDJ
88172018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8818
8819 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8820 "arch=" keyword when executing "-stack-list-frames".
8821
b4c0d1a4
SDJ
88222018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8823
8824 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8825 "arch=" keyword when executing "-stack-list-frames".
8826
7a6d2b45
SDJ
88272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8828
8829 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8830 break ada".
8831
8588b356
SM
88322018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8833
8834 PR python/23669
8835 * gdb.python/python.exp: Test gdb.execute("show commands").
8836
65e65158
TT
88372018-09-16 Tom Tromey <tom@tromey.com>
8838
8839 * gdb.base/new-ui.exp (do_execution_tests): Update.
8840 * gdb.base/dbx.exp (test_breakpoints): Update.
8841
bf326452
AH
88422018-09-14 Alan Hayward <alan.hayward@arm.com>
8843
8844 * lib/gdb.exp (gdb_simple_compile): Add proc.
8845 (is_elf_target): Use gdb_simple_compile.
8846 (skip_altivec_tests): Likewise.
8847 (skip_vsx_tests): Likewise.
8848 (skip_tsx_tests): Likewise.
8849 (skip_btrace_tests): Likewise.
8850 (skip_btrace_pt_tests): Likewise.
8851 (gdb_can_simple_compile): Likewise.
8852 (gdb_has_argv0): Likewise.
8853 (gdb_target_symbol_prefix): Likewise.
8854 (target_supports_scheduler_locking): Likewise.
8855
2361b0fb
TT
88562018-09-13 Tom Tromey <tom@tromey.com>
8857
8858 * Makefile.in (TAGS): Recognize proc_with_prefix and
8859 gdb_caching_proc.
8860
0ae1a321
SM
88612018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
8864 method.
8865
a40bf0c2
SM
88662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8867
8868 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
8869 and a few other Inferior properties when the Inferior is no
8870 longer valid.
8871
4a3fe98f
TT
88722018-09-13 Tom Tromey <tom@tromey.com>
8873
8874 PR rust/23650:
8875 * gdb.rust/simple.exp: Add test for enum field access error.
8876
098b2108
TT
88772018-09-13 Tom Tromey <tom@tromey.com>
8878
8879 PR rust/23626:
8880 * gdb.rust/simple.rs (EmptyEnum): New type.
8881 (main): Use it.
8882 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
8883
1256af7d
SM
88842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
8885
8886 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
8887 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
8888 * gdb.python/py-symtab.exp: Update test printing an objfile.
8889
4aa8e6c2
SM
88902018-09-12 Simon Marchi <simon.marchi@ericsson.com>
8891
8892 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
8893 object.
8894
c221b2f7
AH
88952018-09-12 Alan Hayward <alan.hayward@arm.com>
8896
8897 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
8898 (support_complex_tests): Use gdb_can_simple_compile.
8899 (is_ilp32_target): Likewise.
8900 (is_lp64_target): Likewise.
8901 (is_64_target): Likewise.
8902 (is_amd64_regs_target): Likewise.
8903 (is_aarch32_target): Likewise.
8904 (gdb_int128_helper): Likewise.
8905
6f1107b5
JK
89062018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8907
8908 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
8909
1f5d1570
JG
89102018-09-10 Jerome Guitton <guitton@adacore.com>
8911
8912 * gdb.ada/same_component_name: Add test for case of tagged record
8913 with variable-length fields.
8914
cc330e39
XR
89152018-09-10 Xavier Roirand <roirand@adacore.com>
8916
8917 * gdb.ada/access_to_unbounded_array.exp: New testcase.
8918 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
8919 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
8920 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
8921
b9c50e9a
XR
89222018-09-10 Xavier Roirand <roirand@adacore.com>
8923
8924 * gdb.ada/mi_string_access.exp: New testcase.
8925 * gdb.ada/mi_string_access/bar.adb: New file.
8926 * gdb.ada/mi_string_access/pck.adb: New file.
8927 * gdb.ada/mi_string_access/pck.asd: New file.
8928
2963898f
XR
89292018-09-10 Xavier Roirand <roirand@adacore.com>
8930
8931 * gdb.ada/mi_var_union.exp: New testcase.
8932 * gdb.ada/mi_var_union/bar.adb: New file.
8933 * gdb.ada/mi_var_union/pck.adb: New file.
8934 * gdb.ada/mi_var_union/pck.asd: New file.
8935
1aac008f
TT
89362018-09-08 Tom Tromey <tom@tromey.com>
8937
8938 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
8939
332cf4c9
TT
89402018-09-08 Tom Tromey <tom@tromey.com>
8941
8942 PR python/16047:
8943 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
8944 (register_pretty_printers): Register new printer.
8945 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
8946 test.
8947 * gdb.python/py-prettyprint.c (int_type3): New typedef.
8948 (an_int_type3): New global.
8949
424da6cf
JB
89502018-09-08 Joel Brobecker <brobecker@adacore.com>
8951
8952 * gdb.ada/expr_with_funcall: New testcase.
8953
2a62dfa9
JB
89542018-09-08 Joel Brobecker <brobecker@adacore.com>
8955
8956 * gdb.ada/packed_array_assign: New testcase.
8957
96b6697f
AB
89582018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
8959
8960 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
8961 names, and add test prefixes to make test names unique.
8962
e4a62c65
TV
89632018-09-05 Tom de Vries <tdevries@suse.de>
8964
8965 * gdb.dwarf2/varval.exp: Add test.
8966
dd083ee2
GB
89672018-09-04 Gary Benson <gbenson@redhat.com>
8968
8969 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
8970 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
8971
aef9346c
TT
89722018-08-31 Tom Tromey <tom@tromey.com>
8973
8974 * gdb.rust/simple.rs: Rename second variable "v".
8975
c67f2e15
AB
89762018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
8977
8978 * gdb.base/funcargs.c (use_a): New function.
8979 (recurse): Call use_a.
8980
078a0207
KS
89812018-08-29 Keith Seitz <keiths@redhat.com>
8982
8983 * gdb.compile/compile-cplus-anonymous.cc: New file.
8984 * gdb.compile/compile-cplus-anonymous.exp: New file.
8985 * gdb.compile/compile-cplus-array-decay.cc: New file.
8986 * gdb.compile/compile-cplus-array-decay.exp: New file.
8987 * gdb.compile/compile-cplus-inherit.cc: New file.
8988 * gdb.compile/compile-cplus-inherit.exp: New file.
8989 * gdb.compile/compile-cplus-member.cc: New file.
8990 * gdb.compile/compile-cplus-member.exp: New file.
8991 * gdb.compile/compile-cplus-method.cc: New file.
8992 * gdb.compile/compile-cplus-method.exp: New file.
8993 * gdb.compile/compile-cplus-mod.c: "New" file.
8994 * gdb.compile/compile-cplus-namespace.cc: New file.
8995 * gdb.compile/compile-cplus-namespace.exp: New file.
8996 * gdb.compile/compile-cplus-nested.cc: New file.
8997 * gdb.compile/compile-cplus-nested.exp: New file.
8998 * gdb.compile/compile-cplus-print.c: "New" file.
8999 * gdb.compile/compile-cplus-print.exp: "New" file.
9000 * gdb.compile/compile-cplus-virtual.cc: New file.
9001 * gdb.compile/compile-cplus-virtual.exp: New file.
9002 * gdb.compile/compile-cplus.c: "New" file.
9003 * gdb.compile/compile-cplus.exp: "New" file.
9004 * lib/compile-support.exp: New file.
9005
b0f492b9
GB
90062018-08-16 Gary Benson <gbenson@redhat.com>
9007
9008 PR gdb/13000:
9009 * gdb.base/batch-exit-status.exp: New file.
9010 * gdb.base/batch-exit-status.good-commands: Likewise.
9011 * gdb.base/batch-exit-status.bad-commands: Likewise.
9012
36eb4c5f
AH
90132018-08-29 Alan Hayward <alan.hayward@arm.com>
9014
9015 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9016 (struct struct02): Likewise.
9017 (struct struct03): Likewise.
9018 (struct struct04): Likewise.
9019 (struct struct_01_01): New struct.
9020 (struct struct_01_02): Likewise.
9021 (struct struct_01_03): Likewise.
9022 (struct struct_01_04): Likewise.
9023 (struct struct_02_01): Likewise.
9024 (struct struct_02_02): Likewise.
9025 (struct struct_02_03): Likewise.
9026 (struct struct_02_04): Likewise.
9027 (struct struct_04_01): Likewise.
9028 (struct struct_04_02): Likewise.
9029 (struct struct_04_03): Likewise.
9030 (struct struct_04_04): Likewise.
9031 (struct struct_05_01): Likewise.
9032 (struct struct_05_02): Likewise.
9033 (struct struct_05_03): Likewise.
9034 (struct struct_05_04): Likewise.
9035 (cmp_struct01): Remove function.
9036 (cmp_struct02): Likewise.
9037 (cmp_struct03): Likewise.
9038 (cmp_struct04): Likewise.
9039 (cmp_struct_01_01): Add Function.
9040 (cmp_struct_01_02): Likewise.
9041 (cmp_struct_01_03): Likewise.
9042 (cmp_struct_01_04): Likewise.
9043 (cmp_struct_02_01): Likewise.
9044 (cmp_struct_02_02): Likewise.
9045 (cmp_struct_02_03): Likewise.
9046 (cmp_struct_02_04): Likewise.
9047 (cmp_struct_04_01): Likewise.
9048 (cmp_struct_04_02): Likewise.
9049 (cmp_struct_04_03): Likewise.
9050 (cmp_struct_04_04): Likewise.
9051 (cmp_struct_05_01): Likewise.
9052 (cmp_struct_05_02): Likewise.
9053 (cmp_struct_05_03): Likewise.
9054 (cmp_struct_05_04): Likewise.
9055 (call_all): Add new structs.
9056 * gdb.base/infcall-nested-structs.exp: Likewise.
9057
3bf9c013
JV
90582018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9059
9060 * gdb.python/py-framefilter-mi.exp: Update regexp to
9061 check for "arch" field in frame output.
9062
450d1e88
KB
90632018-08-23 Kevin Buettner <kevinb@redhat.com>
9064
9065 * gdb.dwarf2/dw2-ranges-func.c: New file.
9066 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9067
ae739fe7
SM
90682018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9069
9070 * gdb.base/term.exp: Compare terminal settings with values from
9071 the inferior.
9072 * gdb.base/term.c: Get and set terminal settings.
9073
6d52907e
JV
90742018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9075
9076 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9077 accommodate new "arch" field in frame output.
9078 * gdb.mi/mi-return.exp: Likewise.
9079 * gdb.mi/mi-stack.exp: Likewise.
9080 * gdb.mi/mi-syn-frame.exp: Likewise.
9081 * gdb.mi/user-selected-context-sync.exp: Likewise.
9082
be2d111a
MS
90832018-08-19 Michael Spang <spang@google.com>
9084
9085 PR gdb/11786
9086 * gdb.base/gcore-tls-pie.c: New file.
9087 * gdb.base/gcore-tls-pie.exp: New file.
9088
ae3a7c47
KB
90892018-08-18 Kevin Buettner <kevinb@redhat.com>
9090
9091 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9092 * gdb.dwarf2/varval.c: New file.
9093 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9094
2ecae92e
AH
90952018-08-17 Alan Hayward <alan.hayward@arm.com>
9096
9097 PR gdb/18931
9098 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9099
c1854f1d
KS
91002018-08-16 Keith Seitz <keiths@redhat.com>
9101
9102 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9103 tests expected to pass.
9104
26fb3983
JV
91052018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9106
9107 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9108 -data-disassemble -a.
9109 (test_disassembly_bogus_args): Likewise.
9110
67943c00
AB
91112018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9112
9113 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9114
5ff2bbae
AB
91152018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9116
9117 * gdb.base/vla-optimized-out.exp: Add new test.
9118
e5bbcd0f
AB
91192018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9120
9121 * gdb.base/vla-optimized-out-o3.exp: Delete.
9122 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9123 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9124 deleted tests.
9125
9d4a934c
AB
91262018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9127
9128 PR gdb/18050:
9129 * gdb.server/extended-remote-restart.c: New file.
9130 * gdb.server/extended-remote-restart.exp: New file.
9131
045cf012
SM
91322018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9133
9134 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9135 "set variable index = 42".
9136
87d6a7aa
SM
91372018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9138
9139 * boards/index-cache-gdb.exp: New file.
9140 * gdb.dwarf2/index-cache.exp: New file.
9141 * gdb.dwarf2/index-cache.c: New file.
9142 * gdb.base/maint.exp: Check if we are using the index cache.
9143
96d68bd4
RO
91442018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9145
9146 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9147 MAKEFLAGS.
9148
5a699617
RO
91492018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9150
9151 * dg-extract-results.sh: Move to toplevel contrib.
9152 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9153 * Makefile.in (check-parallel-racy): Likewise.
9154
5bd18990
AB
91552018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9156
9157 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9158 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9159 tests if the target supports scheduler locking.
9160
3fbbcf47
TV
91612018-08-04 Tom de Vries <tdevries@suse.de>
9162
9163 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9164
3e1d3d8c
TT
91652018-08-02 Tom Tromey <tom@tromey.com>
9166
9167 PR symtab/16842.
9168 * gdb.cp/temargs.exp: Test "info address" of a template
9169 parameter.
9170
5abe0f0c
JV
91712018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9172
9173 * gdb.python/py-mi-var-info-path-expression.c: New file.
9174 * gdb.python/py-mi-var-info-path-expression.py: New file.
9175 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9176
fb66cde8
SDJ
91772018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9178
9179 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9180 error after "cannot resolve name" string.
9181
c708f4d2
AB
91822018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9183
9184 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9185 started.
9186 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9187
37cc0cae
TV
91882018-07-28 Tom de Vries <tdevries@suse.de>
9189
9190 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9191
63b4ecf7
TV
91922018-07-26 Tom de Vries <tdevries@suse.de>
9193
9194 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9195
3c3bb058
AB
91962018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9197
9198 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9199 is visible.
9200
9e7f3bbb
TV
92012018-07-26 Tom de Vries <tdevries@suse.de>
9202
9203 PR breakpoints/23366
9204 * gdb.base/catch-follow-exec.c: New test.
9205 * gdb.base/catch-follow-exec.exp: New file.
9206
16f808ec
TV
92072018-07-25 Tom de Vries <tdevries@suse.de>
9208
9209 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9210 vla-optimized-out.c.
9211
d7154a8d
JV
92122018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9213
9214 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9215 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9216
232a0032
TV
92172018-07-20 Tom de Vries <tdevries@suse.de>
9218
9219 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9220 NOCLONE macro.
9221 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9222
fbb1d502
TV
92232018-07-19 Tom de Vries <tdevries@suse.de>
9224
9225 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9226 regular expression.
9227
42dc7699
TV
92282018-07-18 Tom de Vries <tdevries@suse.de>
9229
9230 * gdb.base/vla-optimized-out.c: New test.
9231 * gdb.base/vla-optimized-out.exp: New file.
9232
7f1f7e23
SDJ
92332018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9234
9235 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9236 message "No address associated with hostname" when gdbserver
9237 cannot resolve the hostname.
9238
5759ebb3
PW
92392018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9240
9241 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9242 Add some test prefixes to make tests unique.
9243
3606ccab
PW
92442018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9245
9246 * gdb.base/frameapply.c: New file.
9247 * gdb.base/frameapply.exp: New file.
9248
529c08b2
PW
92492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9250
9251 * gdb.base/skip.exp: Update expected error message.
9252
c7ab0aef
SDJ
92532018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9254 Jan Kratochvil <jan.kratochvil@redhat.com>
9255 Paul Fertser <fercerpav@gmail.com>
9256 Tsutomu Seki <sekiriki@gmail.com>
9257
9258 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9259 parameter.
9260 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9261 by default.
9262 * boards/native-gdbserver.exp: Likewise.
9263 * gdb.server/run-without-local-binary.exp: Improve regexp used
9264 for detecting when a remote debugging connection succeeds.
9265 * gdb.server/server-connect.exp: New file.
9266 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9267 Do not prefix the port number with ":".
9268 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9269 support for detecting and using it. Add '$debughost_gdbserver'
9270 to the list of arguments used to start gdbserver. Handle case
9271 when gdbserver cannot resolve a network name.
9272
16ff70dd
SDJ
92732018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9274
9275 PR c++/23373
9276 * gdb.base/ptype-offsets.cc (struct static_member): New
9277 struct.
9278 (main) <stmember>: New variable.
9279 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9280 with a static member in it.
9281
3541979f
AB
92822018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9283
9284 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9285 watchpoints enabled and disabled.
9286
c8ad9b9a
AB
92872018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9288
9289 * gdb.base/examine-backward.exp: Still run tests around address
9290 0x0, even if address 0x0 is not readable. Update the pattern for
9291 matching address 0x0 in expected output.
9292
e0e5e971
AB
92932018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9294
9295 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9296 malloc/free.
9297
1ea5da02
TV
92982018-07-04 Tom de Vries <tdevries@suse.de>
9299
9300 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9301
471b9d15
MR
93022018-07-02 Maciej W. Rozycki <macro@mips.com>
9303
9304 PR tdep/8282
9305 * gdb.arch/mips-disassembler-options.exp: New test.
9306 * gdb.arch/mips-disassembler-options.s: New test source.
9307
75acb486
PA
93082018-06-29 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.threads/names.exp: Adjust expected "info threads" output.
9311
cd2bb709
PA
93122018-06-29 Pedro Alves <palves@redhat.com>
9313
9314 * gdb.opt/inline-break.exp (line number, address): Add "info
9315 break" tests.
9316
991ff292
PA
93172018-06-29 Pedro Alves <palves@redhat.com>
9318
9319 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9320 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9321 number and address and running to them.
9322
356819b6 93232018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9324
9325 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9326
2512d7ef
JK
93272018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * lib/compiler.c: Remove executable permission flag.
9330
be1b6474
RB
93312018-06-28 Richard Bunt <richard.bunt@arm.com>
9332
9333 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9334 code.
9335 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9336
291f9a96
PT
93372018-06-28 Petr Tesarik <ptesarik@suse.cz>
9338
9339 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9340
ed6dfe51
PT
93412018-06-28 Petr Tesarik <ptesarik@suse.cz>
9342
9343 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9344 address argument is omitted.
9345
d4d429d5
PT
93462018-06-28 Petr Tesarik <ptesarik@suse.cz>
9347
9348 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9349
7ab6656f
OJ
93502018-06-27 Omair Javaid <omair.javaid@linaro.org>
9351
9352 PR gdb/21695
9353 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9354 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9355
a33ccfc7
TT
93562018-06-26 Tom Tromey <tom@tromey.com>
9357
9358 PR rust/22574:
9359 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9360 * gdb.rust/simple.rs (struct SimpleLayout): New.
9361
6d72d289
SM
93622018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9363
9364 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9365 "info registers" output.
9366
8363f9d5
RB
93672018-06-21 Richard Bunt <richard.bunt@arm.com>
9368
9369 * gdb.base/watchpoint-hw-attach.c: New test.
9370 * gdb.base/watchpoint-hw-attach.exp: New file.
9371
f00674fe
SM
93722018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9373
9374 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9375 through /bin/sh.
9376 * boards/dwarf4-gdb-index.exp: Likewise.
9377 * boards/fission-dwp.exp: Likewise.
9378
1d554008
UW
93792018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9380
9381 * gdb.base/float128.exp: Add comment and improved fail message
9382 to the failure case of "print large128" test.
9383
d0ac1c44
SM
93842018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9385
9386 * configure.ac: Remove AC_PREREQ.
9387 * configure: Re-generate.
9388
61b04dd0
PA
93892018-06-19 Pedro Alves <palves@redhat.com>
9390
9391 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9392 (func_extern_caller): New.
9393 (main): Call func_extern_caller.
9394 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9395 logic change.
9396
f63b508a
SM
93972018-06-18 Weimin Pan <weimin.pan@oracle.com>
9398
9399 PR gdb/16841
9400 * gdb.cp/typedef-base.cc: New file.
9401 * gdb.cp/typedef-base.exp: New file.
9402
0fe3a558
TV
94032018-06-18 Tom de Vries <tdevries@suse.de>
9404
9405 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9406
7010835a
AB
94072018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9408 Richard Bunt <Richard.Bunt@arm.com>
9409
9410 * gdb.threads/attach-slow-waitpid.c: New file.
9411 * gdb.threads/attach-slow-waitpid.exp: New file.
9412 * gdb.threads/slow-waitpid.c: New file.
9413
14897d65
PA
94142018-06-14 Pedro Alves <palves@redhat.com>
9415
9416 * gdb.base/fork-running-state.c: Include <errno.h>.
9417 (exit_if_relative_exits): New.
9418 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9419 exits.
9420 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9421 child exits.
9422
5d9a0608
TV
94232018-06-14 Tom de Vries <tdevries@suse.de>
9424
9425 PR cli/22573
9426 * gdb.base/finish-pretty.c: New test.
9427 * gdb.base/finish-pretty.exp: New file.
9428
11ae5818
PA
94292018-06-14 Pedro Alves <palves@redhat.com>
9430
9431 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9432 gdb's expected startup output.
9433
1d39de44
PA
94342018-06-14 Pedro Alves <palves@redhat.com>
9435
9436 * lib/selftest-support.exp (selftest_setup): Remove inlined
9437 function handling.
9438
70ee0000
TV
94392018-06-14 Tom de Vries <tdevries@suse.de>
9440
9441 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9442 matching of breakpoint printing.
9443
11f4b608
TV
94442018-06-13 Tom de Vries <tdevries@suse.de>
9445
9446 PR testsuite/23269
9447 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9448 (fork_child): ... here, and ...
9449 (fork_parent): ... here.
9450
94512018-06-12 Tom de Vries <tdevries@suse.de>
9452
9453 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9454
9516f85a
AB
94552018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9456 Stephen Roberts <stephen.roberts@arm.com>
9457
9458 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9459 rewrite test to describe action performed, rather than possible
9460 failure.
9461
5045b3d7
GB
94622018-06-08 Gary Benson <gbenson@redhat.com>
9463
9464 * gdb.threads/check-libthread-db.exp: New file.
9465 * gdb.threads/check-libthread-db.c: Likewise.
9466
c61b06a1
TT
94672018-06-05 Tom Tromey <tom@tromey.com>
9468
9469 * gdb.base/default.exp: Update expected "show version" output.
9470
eb6af809
TT
94712018-06-05 Tom Tromey <tom@tromey.com>
9472
9473 PR cli/12326:
9474 * gdb.cp/static-print-quit.exp: Update.
9475 * lib/gdb.exp (pagination_prompt): Update.
9476 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9477 * gdb.python/python.exp: Update.
9478
178d6a63
JB
94792018-06-04 Joel Brobecker <brobecker@adacore.com>
9480
9481 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9482
8e817061
JB
94832018-06-01 Joel Brobecker <brobecker@adacore.com>
9484
9485 * gdb.ada/bp_fun_addr: New testcase.
9486
e86ca25f
TT
94872018-06-01 Tom Tromey <tom@tromey.com>
9488
9489 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9490 results.
9491 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9492 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9493 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9494 * gdb.base/maint.exp (maint_pass_if): Update.
9495
4b2dfa9d
MR
94962018-05-31 Maciej W. Rozycki <macro@mips.com>
9497
9498 * gdb.base/endian.exp: New test.
9499 * gdb.base/endian.c: New test source.
9500
45f25d6c
AB
95012018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9502
9503 PR gdb/23203
9504 * gdb.base/bt-selected-frame.c: New file.
9505 * gdb.base/bt-selected-frame.exp: New file.
9506 * lib/gdb.exp (get_current_frame_number): New function.
9507
d9f6d7f8
MR
95082018-05-24 Maciej W. Rozycki <macro@mips.com>
9509 Pedro Alves <palves@redhat.com>
9510
9511 * gdb.threads/tls-core.c: Include <stdlib.h>
9512 (thread_proc): Call `abort'.
9513 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9514 (tls_core_test): New procedure, bits factored out from ...
9515 (top level): ... here. Test both native cores and gcore cores.
9516
ff1cf532
TT
95172018-05-23 Tom Tromey <tom@tromey.com>
9518
9519 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9520
b98664d3
TT
95212018-05-23 Tom Tromey <tom@tromey.com>
9522
9523 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9524 symfile_complaints.
9525 (test_short_complaints): Likewise.
9526 (test_empty_complaints): Likewise.
9527 (test_initial_complaints): Update.
9528
4e9668d0
TT
95292018-05-23 Tom Tromey <tom@tromey.com>
9530
9531 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9532
43ba33c7
TT
95332018-05-23 Tom Tromey <tom@tromey.com>
9534
9535 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9536 (test_short_complaints): Update.
9537
035522c0
PA
95382018-05-22 Pedro Alves <palves@redhat.com>
9539
9540 * gdb.base/remote.exp: Only gdb_start after compiling the
9541 testcase. Issue "disconnect" before testing "set remote" command
9542 defaults. Issue clean_restart before running to main.
9543
cc0be08f
PA
95442018-05-22 Pedro Alves <palves@redhat.com>
9545
9546 * gdb.base/remote.exp: Adjust expected output of "show remote
9547 memory-write-packet-size". Add tests for "set remote
9548 memory-write-packet-size 0" and "set remote
9549 memory-write-packet-size fixed/limit".
9550
b1b60145
PA
95512018-05-22 Pedro Alves <palves@redhat.com>
9552
9553 PR gdb/22973
9554 * gdb.base/utf8-identifiers.c: New file.
9555 * gdb.base/utf8-identifiers.exp: New file.
9556
0ec848ad
PFC
95572018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9558
9559 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9560
2c3305f6
PFC
95612018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9562
9563 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9564
ce1e8424
TT
95652018-05-18 Tom Tromey <tom@tromey.com>
9566
9567 * gdb.base/ptype-offsets.exp: Update.
9568
ddfe970e
KS
95692018-05-17 Keith Seitz <keiths@redhat.com>
9570
9571 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9572 in expected breakpoint stop locations.
9573 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9574 move to proper scope to test variable values.
9575 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9576 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9577 New functions.
9578 (main): Call not_inline_func3.
9579 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9580 inline_func1, inline_func2, and inline_func3. Test that when each
9581 breakpoint is hit, GDB properly reports both the stop location
9582 and the backtrace. Repeat tests for temporary breakpoints.
9583
0726fcc6
MR
95842018-05-15 Maciej W. Rozycki <macro@mips.com>
9585
9586 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9587 rather then trying to access it in determining whether the PID
9588 of `gdbserver' could have been retrieved.
9589
8ee22052
AB
95902018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9591
9592 * gdb.arch/amd64-init-x87-values.S: New file.
9593 * gdb.arch/amd64-init-x87-values.exp: New file.
9594
7785df48
JK
95952018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9596
9597 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9598
56bcdbea
TT
95992018-05-04 Tom Tromey <tom@tromey.com>
9600
9601 PR python/22730:
9602 * gdb.python/python.exp: Test multi-line execute.
9603
a913fffb
TT
96042018-05-04 Tom Tromey <tom@tromey.com>
9605
9606 PR python/22731:
9607 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9608
7a2c85f2
TT
96092018-05-04 Tom Tromey <tom@tromey.com>
9610
9611 PR gdb/11750:
9612 * gdb.base/define.exp: Test defining a user command inside a user
9613 command.
9614 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9615
a3b60e45
JK
96162018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9617 Pedro Alves <palves@redhat.com>
9618
9619 PR breakpoints/19806 and support for PR external/20207.
9620 * gdb.base/watchpoint-unaligned.c: New file.
9621 * gdb.base/watchpoint-unaligned.exp: New file.
9622
45fe4a03
AB
96232018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9624
9625 * gdb.base/maint.exp: Make test names unique, use
9626 test_prefix_command_help to test 'help maint info', and remove
9627 repeated test of 'help maint'.
9628
9be2ae8f
TT
96292018-05-04 Tom Tromey <tom@tromey.com>
9630
9631 PR gdb/22619:
9632 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9633 behavior.
9634
11859c31
AB
96352018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9636
9637 * gdb.base/maint.exp: Process output from 'maint print registers'
9638 line at a time.
9639
089a9490
AB
96402018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9641
9642 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9643 timeout.
9644
9b0797e2
AB
96452018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9646
9647 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9648 filter pattern.
9649
f6ac5f3d
PA
96502018-05-02 Pedro Alves <palves@redhat.com>
9651
9652 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9653 to_log_command renames.
9654 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9655
77d3c63b
TT
96562018-05-02 Tom Tromey <tom@tromey.com>
9657
9658 * gdb.python/py-parameter.exp: Set test message.
9659
0489430a
TT
96602018-05-02 Tom Tromey <tom@tromey.com>
9661
9662 PR python/20084:
9663 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9664 PARAM_ZUINTEGER_UNLIMITED tests.
9665
1632f8ba
DR
96662018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9667
9668 PR rust/23124
9669 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9670 when casting.
9671
6d7bb824
TT
96722018-04-30 Tom Tromey <tom@tromey.com>
9673
9674 * gdb.python/py-type.exp: Check align attribute.
9675 * gdb.python/py-type.c: New "aligncheck" global.
9676
007e1530
TT
96772018-04-30 Tom Tromey <tom@tromey.com>
9678
9679 PR exp/17095:
9680 * gdb.dwarf2/dw2-align.exp: New file.
9681 * gdb.cp/align.exp: New file.
9682 * gdb.base/align.exp: New file.
9683 * lib/gdb.exp (gdb_int128_helper): New proc.
9684 (has_int128_c, has_int128_cxx): New caching procs.
9685
6873858b
TT
96862018-04-27 Tom Tromey <tom@tromey.com>
9687
9688 PR rust/22545:
9689 * gdb.rust/simple.exp: Add inclusive range tests.
9690
79188d8d
PA
96912018-04-26 Pedro Alves <palves@redhat.com>
9692
9693 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9694 ifunc breakpoint locations correctly of ifunc breakpoints set
9695 while the program resolves the ifunc.
9696
c7075ad5
PA
96972018-04-26 Pedro Alves <palves@redhat.com>
9698
9699 * gdb.base/gnu-ifunc-final.c: New file.
9700 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9701 * gdb.base/gnu-ifunc.exp (executable): Delete.
9702 (staticexecutable): Adjust.
9703 (lib_opts, exec_opts): Delete.
9704 (make_binsuffix, build, set-break): New procedures.
9705 (misc_tests): New, with tests factored out from the top level.
9706 (top level): Test different combinations of ifunc resolver name,
9707 resolver with and with debug info, and ifunc target with and
9708 without debug info. Wrap static tests with with_target_prefix.
9709
8388016d
PA
97102018-04-26 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9713 return type" warnings.
9714
249b5733
PA
97152018-04-25 Pedro Alves <palves@redhat.com>
9716
9717 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9718 killed".
9719 * gdb.base/kill-after-signal.exp: Likewise.
9720 * gdb.threads/kill.exp: Likewise.
9721
f67c0c91
SDJ
97222018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9723 Sergio Durigan Junior <sergiodj@redhat.com>
9724 Pedro Alves <palves@redhat.com>
9725
9726 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9727 regexps to expect for '[Inferior ... detached]' as well.
9728 * gdb.base/attach.exp: Likewise.
9729 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9730 "gdb_continue_to_end".
9731 (test_catch_syscall_with_wrong_args): Likewise.
9732 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9733 ']'. Don't set 'verbose' on.
9734 * gdb.base/foll-vfork.exp: Likewise.
9735 * gdb.base/fork-print-inferior-events.c: New file.
9736 * gdb.base/fork-print-inferior-events.exp: New file.
9737 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9738 '[Inferior ... has been killed]' message.
9739 * gdb.base/kill-after-signal.exp: Likewise.
9740 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9741 detach message.
9742 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9743 message.
9744 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9745 regexps to expect for '[Inferior ... detached]' as well.
9746 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9747
0a8ddac4
SM
97482018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9749
9750 PR gdb/23104
9751 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9752
701adfb0
PA
97532018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9754
9755 PR gdb/23095
9756 * gdb.base/break-probes.exp: Pass shlib_load to
9757 prepare_for_testing. Set normal_bp to r_debug_state if target is
9758 bsd.
9759
d27d16bf
RB
97602018-04-19 Richard Bunt <richard.bunt@arm.com>
9761
9762 * gdb.threads/multiple-successive-infcall.c: New test.
9763 * gdb.threads/multiple-successive-infcall.exp: New file.
9764
a037790e
TT
97652018-04-17 Tom Tromey <tom@tromey.com>
9766
9767 * gdb.rust/simple.rs (Union): New type.
9768 (main): New local "u".
9769 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9770
e3a91079
AA
97712018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9772
9773 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9774 number information in output of "whereis" command.
9775 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9776
b744723f
AA
97772018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9778
9779 * gdb.ada/info_types.exp: Adjust expected output to the line
9780 numbers now printed by "info var/func/type".
9781 * gdb.base/completion.exp: Likewise.
9782 * gdb.base/included.exp: Likewise.
9783 * gdb.cp/cp-relocate.exp: Likewise.
9784 * gdb.cp/cplusfuncs.exp: Likewise.
9785 * gdb.cp/namespace.exp: Likewise.
9786 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9787
4a4495d6
MM
97882018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9789
9790 * gdb.btrace/cpu.exp: New.
9791
1d509aa6
MM
97922018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9793
9794 * gdb.base/step-indirect-call-thunk.exp: New.
9795 * gdb.base/step-indirect-call-thunk.c: New.
9796 * gdb.reverse/step-indirect-call-thunk.exp: New.
9797 * gdb.reverse/step-indirect-call-thunk.c: New.
9798
6295b6da
SM
97992018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9800
9801 * gdb.base/pie-fork.c: New file.
9802 * gdb.base/pie-fork.exp: New file.
9803
50146e70
TT
98042018-04-11 Tom Tromey <tom@tromey.com>
9805
9806 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9807
f50d8a2e
PA
98082018-04-10 Pedro Alves <palves@redhat.com>
9809
9810 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9811 exits. Instead loop running forever.
9812 (fork_parent): Run forever too.
9813
a0be7a36
SM
98142018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9815
9816 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9817 mi_continue_to_line.
9818 * gdb.mi/mi-stack.c (callee4): Add comment.
9819
9b73db36
SM
98202018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9821
9822 * gdb.mi/mi-stack.exp: Fix indentation.
9823
c912f608
SM
98242018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9825
9826 PR gdb/22979
9827 * gdb.arch/amd64-osabi.exp: New file.
9828
26540402
SM
98292018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9830
9831 PR gdb/22980
9832 * gdb.base/osabi.exp: New file.
9833
121ad66c 98342018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9835
9836 * gdb.cp/static-typedef-print.exp: New file.
9837 * gdb.cp/static-typedef-print.cc: New file.
9838
3fcded8f
JB
98392018-03-27 Joel Brobecker <brobecker@adacore.com>
9840
9841 * gdb.ada/varsize_limit: New testcase.
9842
59cc4834
JB
98432018-03-27 Joel Brobecker <brobecker@adacore.com>
9844
9845 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
9846
9847 * gdb.ada/notcplusplus: New testcase.
9848
9849 * gdb.base/c-linkage-name.c: New file.
9850 * gdb.base/c-linkage-name.exp: New testcase.
9851
4ca59a9f
TT
98522018-03-26 Tom Tromey <tom@tromey.com>
9853
9854 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
9855 * gdb.python/py-framefilter.py (name_error): New global.
9856 (ErrorInName.function): Use name_error.
9857
978d6c75
TT
98582018-03-26 Tom Tromey <tom@tromey.com>
9859
9860 PR backtrace/15582:
9861 * gdb.python/py-framefilter.exp: Add "bt hide" test.
9862
b7fee5a3
KS
98632018-03-23 Keith Seitz <keiths@redhat.com>
9864
9865 PR c++/22968
9866 * gdb.cp/subtypes.exp: New file.
9867 * gdb.cp/subtypes.h: New file.
9868 * gdb.cp/subtypes.cc: New file.
9869 * gdb.cp/subtypes-2.cc: New file.
9870
376be529
AB
98712018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9872
9873 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
9874 (done): Call '_exit' not 'exit' to avoid atexit handlers.
9875 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
9876 -nostartfiles when compiling the test. Confirm that all registers
9877 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
9878
066cfa98
AB
98792018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
9880
9881 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
9882 option, syntax was wrong anyway.
9883 * gdb.arch/arm-disp-step.exp: Likewise.
9884 * gdb.arch/sparc64-regs.exp: Likewise.
9885 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
9886 option, syntax was wrong anyway, switch to use
9887 prepare_for_testing.
9888 * gdb.arch/i386-disp-step.exp: Likewise.
9889
079670b9
AA
98902018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
9891
9892 * gdb.ada/exec_changed.exp: Replace "target_info exists
9893 use_gdb_stub" by "use_gdb_stub".
9894 * gdb.ada/start.exp: Likewise.
9895 * gdb.base/async-shell.exp: Likewise.
9896 * gdb.base/attach-pie-misread.exp: Likewise.
9897 * gdb.base/attach-wait-input.exp: Likewise.
9898 * gdb.base/break-entry.exp: Likewise.
9899 * gdb.base/break-interp.exp: Likewise.
9900 * gdb.base/dprintf-detach.exp: Likewise.
9901 * gdb.base/nostdlib.exp: Likewise.
9902 * gdb.base/solib-nodir.exp: Likewise.
9903 * gdb.base/statistics.exp: Likewise.
9904 * gdb.base/testenv.exp: Likewise.
9905 * gdb.mi/mi-exec-run.exp: Likewise.
9906 * gdb.mi/mi-start.exp: Likewise.
9907 * gdb.multi/dummy-frame-restore.exp: Likewise.
9908 * gdb.multi/multi-arch-exec.exp: Likewise.
9909 * gdb.multi/multi-arch.exp: Likewise.
9910 * gdb.multi/tids.exp: Likewise.
9911 * gdb.multi/watchpoint-multi.exp: Likewise.
9912 * gdb.python/py-events.exp: Likewise.
9913 * gdb.threads/attach-into-signal.exp: Likewise.
9914 * gdb.threads/attach-stopped.exp: Likewise.
9915 * gdb.threads/threadapply.exp: Likewise.
9916 * lib/selftest-support.exp: Likewise.
9917
26d6cec4
AA
99182018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
9919
9920 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
9921
4ee89e90
SR
99222018-03-20 Stephen Roberts <stephen.roberts@arm.com>
9923
9924 * gdb.perf/template-breakpoints.cc: New file.
9925 * gdb.perf/template-breakpoints.exp: New file.
9926 * gdb.perf/template-breakpoints.py: New file.
9927
92630041
TT
99282018-03-19 Tom Tromey <tom@tromey.com>
9929
9930 * gdb.rust/simple.rs (main): Add local variables field1, field2,
9931 y0.
9932 * gdb.rust/simple.exp: Test bare identifier form of struct
9933 initializer.
9934
76727919
TT
99352018-03-19 Tom Tromey <tom@tromey.com>
9936
9937 * gdb.gdb/observer.exp: Remove.
9938
194ed413
AA
99392018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
9940
9941 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
9942 "qualified" option when setting breakpoints.
9943 * gdb.trace/backtrace.exp: Likewise.
9944 * gdb.trace/circ.exp: Likewise.
9945 * gdb.trace/collection.exp: Likewise.
9946 * gdb.trace/disconnected-tracing.exp: Likewise.
9947 * gdb.trace/ftrace-lock.exp: Likewise.
9948 * gdb.trace/ftrace.exp: Likewise.
9949 * gdb.trace/infotrace.exp: Likewise.
9950 * gdb.trace/packetlen.exp: Likewise.
9951 * gdb.trace/passc-dyn.exp: Likewise.
9952 * gdb.trace/qtro.exp: Likewise.
9953 * gdb.trace/read-memory.exp: Likewise.
9954 * gdb.trace/report.exp: Likewise.
9955 * gdb.trace/signal.exp: Likewise.
9956 * gdb.trace/status-stop.exp: Likewise.
9957 * gdb.trace/strace.exp: Likewise.
9958 * gdb.trace/tfind.exp: Likewise.
9959 * gdb.trace/trace-break.exp: Likewise.
9960 * gdb.trace/trace-condition.exp: Likewise.
9961 * gdb.trace/trace-mt.exp: Likewise.
9962 * gdb.trace/tstatus.exp: Likewise.
9963 * gdb.trace/tsv.exp: Likewise.
9964 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9965 * gdb.trace/unavailable.exp: Likewise.
9966 * gdb.trace/while-dyn.exp: Likewise.
9967
8b067d2c
AA
99682018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9969
9970 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
9971 that libinproctrace is copied to the target.
9972
3ae9ce5d
TT
99732018-03-14 Tom Tromey <tom@tromey.com>
9974
9975 PR cli/14977:
9976 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
9977 a null pointer.
9978 * gdb.base/wchar.exp: Likewise.
9979
b8c2339b
TT
99802018-03-14 Tom Tromey <tom@tromey.com>
9981
9982 PR cli/19918:
9983 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
9984 flag.
9985
4872dc46
SM
99862018-03-08 Simon Marchi <simon.marchi@ericsson.com>
9987
9988 PR gdb/22841
9989 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
9990 "target" to remote_exec.
9991
e4fe3756
SM
99922018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
9993
9994 PR gdb/22841
9995 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
9996 ${board}_upload): Remove.
9997
e95a97d4
AA
99982018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
9999
10000 * gdb.cp/watch-cp.cc: New test.
10001 * gdb.cp/watch-cp.exp: New file.
10002
dbbb1059
AB
100032018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10004
10005 * gdb.base/infcall-nested-structs.exp: New file.
10006 * gdb.base/infcall-nested-structs.c: New file.
10007 * gdb.base/float.exp: Add riscv support.
10008
ecc054c0
TP
100092018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10010
10011 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10012 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10013
25e3c82c
SDJ
100142018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10015
10016 * gdb.server/abspath.exp: New file.
10017 * lib/gdb.exp (with_cwd): New procedure.
10018
3083294d
SM
100192018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10020
10021 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10022 use it.
10023 (gdb_is_target_remote_prompt): New proc.
10024 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10025 (gdb_is_target_native): Pass prompt parameter to
10026 gdb_is_target_1.
10027
3275ef47
SM
100282018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10029
10030 * gdb.base/load-command.c: New file.
10031 * gdb.base/load-command.exp: New file.
10032 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10033 (gdb_is_target_1): ...this, and generalize for other targets
10034 than just remote.
10035 (gdb_is_target_remote): Use gdb_is_target_1.
10036 (gdb_is_target_native): use gdb_is_target_1.
10037
6893c19a
TT
100382018-02-26 Tom Tromey <tom@tromey.com>
10039
10040 PR python/16497:
10041 * gdb.python/py-framefilter.exp: Update test.
10042
2ddeaf8a
TT
100432018-02-26 Tom Tromey <tom@tromey.com>
10044
10045 * gdb.dwarf2/variant.c: New file.
10046 * gdb.dwarf2/variant.exp: New file.
10047
c9317f21
TT
100482018-02-26 Tom Tromey <tom@tromey.com>
10049
10050 * gdb.rust/simple.exp: Accept more possible results in enum test.
10051
6f6d0c26
SM
100522018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10053
10054 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10055 parentheses.
10056
11b03145
MR
100572018-02-23 Maciej W. Rozycki <macro@mips.com>
10058
10059 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10060 name of a variable: $actual_linejj -> $actual_line.
10061
54a27fe5
JB
100622018-02-21 John Baldwin <jhb@FreeBSD.org>
10063
10064 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10065
de65820c
MM
100662018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10067
10068 * gdb.btrace/buffer-size.exp: Do not force BTS.
10069
980548fd
PA
100702018-02-14 Pedro Alves <palves@redhat.com>
10071
10072 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10073 getting a "Quit".
10074
c4e12631
MM
100752018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10076
10077 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10078 Fix test name.
10079
c2e0e465
SM
100802018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10081
10082 * gdb.cp/m-static.exp: Check type of optimized out static
10083 member.
10084
f7216783
AB
100852018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10086
10087 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10088 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10089
0625771b
LS
100902018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10091 Leszek Swirski <leszeks@google.com>
10092
10093 * gdb.python/py-prettyprint.c
10094 (struct to_string_returns_value_inner,
10095 struct to_string_returns_value_wrapper): New.
10096 (main): Add tsrvw variable.
10097 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10098 ToStringReturnsValueWrapper): New classes.
10099 (register_pretty_printers): Register new pretty-printers.
10100 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10101 recursive pretty printer.
10102 * gdb.python/py-mi.exp: Likewise.
10103
59498c30
LS
101042018-02-01 Leszek Swirski <leszeks@google.com>
10105
10106 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10107 functions with the same name as an include file are parsed
10108 correctly.
10109
d4d38844
YQ
101102018-02-01 Yao Qi <yao.qi@linaro.org>
10111
10112 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10113 "\[^\r\n\]*".
10114
07e5f5cf
NP
101152018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10116
10117 * gdb.arch/powerpc-prologue-frame.s: New file.
10118 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10119 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10120
929b5ad4
JB
101212018-01-31 Joel Brobecker <brobecker@adacore.com>
10122
10123 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10124
e671cd59
PA
101252018-01-30 Pedro Alves <palves@redhat.com>
10126
10127 PR gdb/13211
10128 * gdb.base/interrupt-daemon.c: New.
10129 * gdb.base/interrupt-daemon.exp: New.
10130 * gdb.multi/multi-term-settings.c: New.
10131 * gdb.multi/multi-term-settings.exp: New.
10132
fc413dc4
JB
101332018-01-30 Joel Brobecker <brobecker@adacore.com>
10134
10135 * gdb.base/break.exp: Save the location where the breakpoint
10136 on break.c:47 was actually inserted when debugging the version
10137 compiled at -O2 and use it in the expected output of the "info
10138 break" test performed soon after.
10139
5c319bb2
PA
101402018-01-22 Pedro Alves <palves@redhat.com>
10141 Sergio Durigan Junior <sergiodj@redhat.com>
10142
10143 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10144 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10145
a9e40818
JB
101462018-01-22 Joel Brobecker <brobecker@adacore.com>
10147
10148 * gdb.base/break-include.c, gdb.base/break-include.inc,
10149 gdb.base/break-include.exp: New files.
10150 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10151 line number now being the actual line number where the breakpoint
10152 was inserted.
10153 * gdb.mi/mi-break.exp: Likewise.
10154 * gdb.mi/mi-reverse.exp: Likewise.
10155 * gdb.mi/mi-simplerun.exp: Ditto.
10156
e707fc44
AB
101572018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10158
10159 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10160 varobj.
10161 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10162
ae451627
AB
101632018-01-21 Don Breazeal <donb@codesourcery.com>
10164 Andrew Burgess <andrew.burgess@embecosm.com>
10165
10166 * gdb.mi/basics.c: Add new global.
10167 * gdb.mi/mi-frame-regs.exp: New file.
10168 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10169 case.
10170
b1b189e0
AB
101712018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10172
10173 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10174 non-parameter, and on an unknown symbol.
10175
fcfcc376
TT
101762018-01-19 Tom Tromey <tom@tromey.com>
10177
10178 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10179 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10180
634c1c31
AA
101812018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10182
10183 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10184 setrlimit and chdir to int.
10185
d6ad07fd
AA
101862018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10187
10188 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10189 function.
10190 (my_tend): Likewise.
10191 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10192 rationale of avoiding FP- and vector instructions.
10193
adf8243b
RK
101942018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10195
10196 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10197 "info reg" with "\[ \t\]*".
10198 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10199 "\[ \t\]+".
10200 * gdb.arch/s390-multiarch.exp: Ditto.
10201 * gdb.base/pc-fp.exp: Ditto.
10202 * gdb.reverse/i386-precsave.exp: Ditto.
10203 * gdb.reverse/i386-reverse.exp: Ditto.
10204 * gdb.reverse/i387-env-reverse.exp: Ditto.
10205 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10206
dcc06925
AA
102072018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10208
10209 * lib/gdb.exp (gdb_compile): Re-enable use of
10210 universal_compile_options for languages other than Rust.
10211
25d4fd80
AA
102122018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10213
10214 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10215
ee7f689e 102162018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10217
10218 PR gdb/16577
10219 * gdb.base/solib-vanish.exp: New.
10220 * gdb.base/solib-vanish-main.c: New.
10221 * gdb.base/solib-vanish-lib1.c: New.
10222 * gdb.base/solib-vanish-lib2.c: New.
10223
d8447b6b
YQ
102242018-01-17 Yao Qi <yao.qi@linaro.org>
10225
10226 * gdb.compile/compile.exp: Match the address printed for
10227 frame in the output of command "bt".
10228
86d6a90c
TT
102292018-01-15 Tom Tromey <tom@tromey.com>
10230
10231 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10232 compute sp_reg.
10233
cbcdb1aa
AB
102342018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10235
10236 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10237 to prepare.
10238 (prepare): Return 0 on error, 1 on success.
10239
eea61984
PA
102402018-01-12 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/continue-after-aborted-step-over.c: New.
10243 * gdb.base/continue-after-aborted-step-over.exp: New.
10244
6181e9c2
SM
102452018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10246
10247 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10248 options when not creating an executable.
10249
3cada740
PA
102502018-01-11 Pedro Alves <palves@redhat.com>
10251
10252 PR remote/22597
10253 * gdb.server/stop-reply-no-thread.c: New file.
10254 * gdb.server/stop-reply-no-thread.exp: New file.
10255
c63d3e8d
PA
102562018-01-10 Pedro Alves <palves@redhat.com>
10257
10258 PR gdb/22670
10259 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10260 functions too. Test setting breakpoints and printing C functions
10261 with no debug info too.
10262 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10263
d4c2a405
PA
102642018-01-10 Pedro Alves <palves@redhat.com>
10265
10266 PR gdb/22670
10267 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10268 a fail.
10269
8825213e
PA
102702018-01-10 Pedro Alves <palves@redhat.com>
10271
10272 PR gdb/22670
10273 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10274
605fd3c6
YQ
102752018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10276
10277 * gdb.server/unittest.exp: Match the output in non-development
10278 mode.
10279
1e5ded6c
YQ
102802018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10281
10282 * gdb.gdb/unittest.exp: Match output in non-development mode.
10283
30066b0b
JB
102842018-01-08 Joel Brobecker <brobecker@adacore.com>
10285
10286 * gdb.ada/access_tagged_param.exp: Relax expected output
10287 for value of "ObjL" in "continue" to pck.inspect breakpoint
10288 test.
10289
04bafb1e
XR
102902018-01-08 Joel Brobecker <brobecker@adacore.com>
10291
9f86398b
JB
10292 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10293 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10294
e379cee6
PA
102952018-01-05 Pedro Alves <palves@redhat.com>
10296
10297 PR gdb/18653
10298 * gdb.base/libsegfault.exp: New.
10299
de63c46b
PA
103002018-01-05 Joel Brobecker <brobecker@adacore.com>
10301
10302 PR gdb/22670
10303 * gdb.ada/access_tagged_param.exp: New file.
10304 * gdb.ada/access_tagged_param/foo.adb: New file.
10305
f98fc17b
PA
103062018-01-05 Pedro Alves <palves@redhat.com>
10307
10308 PR gdb/22670
10309 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10310 exercise lower case too, and to exercise both full matching and
10311 wild matching.
10312
342f8240
JB
103132018-01-05 Joel Brobecker <brobecker@adacore.com>
10314
10315 * gdb.ada/rename_subscript_param: New testcase.
10316
7150d33c
JG
103172018-01-05 Jerome Guitton <guitton@adacore.com>
10318
10319 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10320
cc0e770c
JB
103212018-01-05 Joel Brobecker <brobecker@adacore.com>
10322
10323 * gdb.ada/convvar_comp: New testcase.
10324
672a41aa 103252018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10326
10327 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10328 (My_Table): New global variable.
10329 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10330
7365ec2f
JB
103312018-01-04 Joel Brobecker <brobecker@adacore.com>
10332
10333 PR gdb/22670
10334 * gdb.ada/maint_with_ada: New testcase.
10335
289483b6
JB
103362018-01-04 Joel Brobecker <brobecker@adacore.com>
10337
10338 PR gdb/22670
10339 * gdb.ada/bp_c_mixed_case: New testcase.
10340
344420da
JB
103412018-01-04 Joel Brobecker <brobecker@adacore.com>
10342
10343 PR gdb/22670
10344 * gdb.ada/complete.exp: Add "complete break ada" test.
10345
66fc87a0
JB
103462018-01-04 Joel Brobecker <brobecker@adacore.com>
10347
10348 PR gdb/22670
10349 * gdb.ada/info_addr_mixed_case: New testcase.
10350
9f757bf7
XR
103512018-01-03 Xavier Roirand <roirand@adacore.com>
10352
10353 * gdb.ada/excep_handle.exp: New testcase.
10354 * gdb.ada/excep_handle/foo.adb: New file.
10355 * gdb.ada/excep_handle/pck.ads: New file.
10356
bd570f80
JB
103572018-01-03 Joel Brobecker <brobecker@adacore.com>
10358
10359 * gdb.base/step-line.c: Add extra empty line in copyright header.
10360 * gdb.base/step-line.inp: Likewise.
10361
9fe561ab
JB
103622018-01-02 Joel Brobecker <brobecker@adacore.com>
10363
10364 * gdb.ada/dyn_stride.exp: Add slice test.
10365
a405673c
JB
103662018-01-02 Joel Brobecker <brobecker@adacore.com>
10367
10368 * gdb.ada/dyn_stride: New testcase.
10369
cef0f868
SH
103702017-12-27 Stafford Horne <shorne@gmail.com>
10371
10372 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10373 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10374
b67d92b0
SH
103752017-12-27 Stafford Horne <shorne@gmail.com>
10376
10377 * gdb.base/reggroups.c: New file.
10378 * gdb.base/reggroups.exp: New file.
10379
eccab96d
JB
103802017-12-18 Joel Brobecker <brobecker@adacore.com>
10381
10382 * gdb.dwarf2/ada-valprint-error.c: New file.
10383 * gdb.dwarf2/ada-valprint-error.exp: New file.
10384
0e2da9f0
JB
103852017-12-18 Joel Brobecker <brobecker@adacore.com>
10386
10387 * gdb.ada/assign_arr: New testcase.
10388
cb923fcc
XR
103892017-12-18 Xavier Roirand <roirand@adacore.com>
10390
10391 * gdb.ada/funcall_ptr: New testcase.
10392
7c161838
SDJ
103932017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10394
10395 PR cli/16224
10396 * gdb.base/ptype-offsets.cc: New file.
10397 * gdb.base/ptype-offsets.exp: New file.
10398
1af17fd9
YQ
103992017-12-15 Yao Qi <yao.qi@linaro.org>
10400
10401 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10402 if XML is disabled.
10403
828d5846
XR
104042017-12-15 Xavier Roirand <roirand@adacore.com>
10405
10406 * gdb.ada/same_component_name: New testcase.
10407
79e8fcaa
JB
104082017-12-14 Joel Brobecker <brobecker@adacore.com>
10409
10410 * gdb.ada/str_binop_equal: New testcase.
10411
e05fa6f9
JB
104122017-12-14 Joel Brobecker <brobecker@adacore.com>
10413
10414 * gdb.ada/task_switch_in_core: New testcase.
10415
b89641ba
SM
104162017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10417
10418 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10419 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10420 call test_bkpt_qualified.
10421 (test_bkpt_qualified): New proc.
10422
6892d2e4
PA
104232017-12-13 Pedro Alves <palves@redhat.com>
10424
10425 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10426 Tighten regexp by matching with an anchor.
10427
a22ecf70
PA
104282017-12-13 Pedro Alves <palves@redhat.com>
10429
10430 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10431 ("expression with namespace"): New set of tests.
10432 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10433 (Nested::Test_NS::qux): New.
10434 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10435 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10436
9937536c
JB
104372017-12-13 Joel Brobecker <brobecker@adacore.com>
10438
10439 * gdb.base/server-del-break.c: New file.
10440 * gdb.base/server-del-break.exp: New file.
10441
fe49c6f5
SH
104422017-12-12 Stafford Horne <shorne@gmail.com>
10443
10444 * gdb.xml/tdesc-regs.exp: Add or1k support.
10445
c3d18620
SH
104462017-12-12 Stafford Horne <shorne@gmail.com>
10447
10448 * gdb.base/bp-permanent.c: Define nop of or1k.
10449
c5f9cfc8
JB
104502017-12-11 Joel Brobecker <brobecker@adacore.com>
10451
10452 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10453 output with components being reordered.
10454
a9c135fc
JB
104552017-12-11 Joel Brobecker <brobecker@adacore.com>
10456
10457 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10458 output with components being reordered.
10459
927aa2e7
JK
104602017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10461 Pedro Alves <palves@redhat.com>
10462
10463 * gdb.base/maint.exp (check for .gdb_index): Check also for
10464 .debug_names.
10465 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10466 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10467 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10468 (.gdb_index used after symbol reloading): Support also .debug_names.
10469 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10470
f17d9474
YQ
104712017-12-08 Yao Qi <yao.qi@linaro.org>
10472
10473 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10474 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10475
a0de8c21
YQ
104762017-12-08 Yao Qi <yao.qi@linaro.org>
10477
10478 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10479 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10480
a738ea1d
YQ
104812017-12-08 Yao Qi <yao.qi@linaro.org>
10482
10483 * gdb.arch/aarch64-tagged-pointer.c: New file.
10484 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10485
1cd9a73b
SDJ
104862017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10487
10488 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10489 "int".
10490
fa6eb693
KS
104912017-12-07 Keith Seitz <keiths@redhat.com>
10492
10493 PR breakpoints/22569
10494 * gdb.linespec/ls-errs.exp: Change expected result of "break
10495 -source this file has spaces.c -line 3".
10496 Check that an explicit source file followed by whitespace is
10497 identified as an invalid explicit location.
10498
883fd55a
KS
104992017-12-07 Keith Seitz <keiths@redhat.com>
10500
10501 * gdb.cp/nested-types.cc: New file.
10502 * gdb.cp/nested-types.exp: New file.
10503 * lib/cp-support.exp: Load data-structures.exp library.
10504 (debug_cp_test_ptype_class): New global.
10505 (cp_ptype_class_verbose, next_line): New procedures.
10506 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10507 Add and document new return value.
10508 Switch the list of lines to a queue.
10509 Add support for new `type' key for nested type definitions.
10510 Add debugging/troubleshooting messages.
10511 * lib/data-structures.exp: New file.
10512
ec72db3e
SM
105132017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10514
10515 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10516 with proc_with_prefix, don't use with_test_prefix.
10517
99598d71
TT
105182017-12-07 Tom Tromey <tom@tromey.com>
10519
10520 * gdb.base/break.exp: Add test for empty "commands".
10521
a8806230
YQ
105222017-12-07 Yao Qi <yao.qi@linaro.org>
10523
10524 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10525 malloc and catch syscall.
10526
824cc835
PM
105272017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10528
e79be6e5 10529 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10530 tests for explicit locations.
10531
7cc244de
PA
105322017-12-06 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10535 force-disabling XML descriptions.
10536
50a1fdd5
PA
105372017-12-04 Pedro Alves <palves@redhat.com>
10538
10539 PR gdb/22499
10540 * gdb.arch/amd64-disp-step-avx.S: New file.
10541 * gdb.arch/amd64-disp-step-avx.exp: New file.
10542
f0fb2488
PA
105432017-12-03 Pedro Alves <palves@redhat.com>
10544
10545 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10546 and <string.h>.
10547 (parent_function): Print distinct messages when waitpid fails, or
10548 the child exits with a signal, or the child exits for an unhandled
10549 reason.
10550 * gdb.threads/process-dies-while-detaching.exp
10551 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10552 it. Wait for both inferior output and GDB's prompt. Use an
10553 indirect spawn id list.
10554 (do_detach): New parameter 'child_exit'. Use it to compute
10555 expected inferior output.
10556 (test_detach, test_detach_watch, test_detach_killed_outside):
10557 Adjust to pass down the expected child exit kind.
10558
97cbe998
SDJ
105592017-12-01 Joel Brobecker <brobecker@adacore.com>
10560 Sergio Durigan Junior <sergiodj@redhat.com>
10561 Pedro Alves <palves@redhat.com>
10562
10563 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10564
40fc416f
SDJ
105652017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10566
10567 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10568 to 'symbol-file' and 'add-symbol-file' can be
10569 position-independent.
10570
1cc75e92
YQ
105712017-12-01 Yao Qi <yao.qi@linaro.org>
10572
10573 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10574 the URL in copyright header.
10575 * gdb.arch/aarch64-fp.exp: Likewise.
10576 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10577 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10578 * gdb.base/expand-psymtabs.exp: Likewise.
10579 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10580 * gdb.fortran/common-block.exp: Likewise.
10581 * gdb.fortran/common-block.f90: Likewise.
10582 * gdb.fortran/logical.exp: Likewise.
10583 * gdb.fortran/vla-datatypes.f90: Likewise.
10584 * gdb.fortran/vla-sub.f90: Likewise.
10585
875fb7a7
JB
105862017-11-30 Joel Brobecker <brobecker@adacore.com>
10587
10588 * gdb.ada/repeat_dyn: New testcase.
10589
6f14765f
UW
105902017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10591
10592 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10593 Update for changed thread numbering.
10594 * gdb.cell/bt.exp: Update for changed GDB output.
10595
f1af7b94
SM
105962017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10597
10598 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10599 setting isremote by hand.
10600 * boards/dwarf4-gdb-index.exp: Likewise.
10601 * boards/fission.exp: Likewise.
10602 * boards/stabs.exp: Likewise.
10603
e3919f3e
PA
106042017-11-30 Pedro Alves <palves@redhat.com>
10605
10606 * gdb.linespec/cpls-ops.exp
10607 (check_explicit_skips_function_argument): Extract the underlying
10608 type of size_t instead of hardcoding it.
10609
bd69330d
PA
106102017-11-29 Pedro Alves <palves@redhat.com>
10611
10612 PR c++/19436
10613 * gdb.linespec/cpls-abi-tag.cc: New file.
10614 * gdb.linespec/cpls-abi-tag.exp: New file.
10615
a20714ff
PA
106162017-11-29 Pedro Alves <palves@redhat.com>
10617
10618 * gdb.base/langs.exp: Use -qualified.
10619 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10620 it.
10621 * gdb.cp/namespace.exp: Use -qualified.
10622 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10623 (overload-3, template-overload, template-ret-type, const-overload)
10624 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10625 procedures.
10626 (test_driver): Call them.
10627 * gdb.cp/save-bp-qualified.cc: New.
10628 * gdb.cp/save-bp-qualified.exp: New.
10629 * gdb.linespec/explicit.exp: Test -qualified.
10630 * lib/completion-support.exp (completion::explicit_opts_list): Add
10631 "-qualified".
10632 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10633
f6f1d339
PM
106342017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10635
10636 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10637
02ca603a
TT
106382017-11-29 Tom Tromey <tom@tromey.com>
10639
10640 * gdb.base/relocate.exp: Update invalid argument test.
10641 Add new tests for invalid arguments.
10642
ed6c0bfb
TP
106432017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10644
10645 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10646 Return 0 as a long.
10647 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10648
f106e10e
TP
106492017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10650
10651 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10652 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10653 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10654 func ().
10655 * gdb.cp/shadow.cc (B.func): Return 0.
10656
10329bb2
JB
106572017-11-27 Joel Brobecker <brobecker@adacore.com>
10658
10659 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10660 expected output in gdb_expect call to allow the exception
10661 message to be present as well. Fix syntax confusion to avoid
10662 TCL thinking that exception_name is an array.
10663
617cd4bc
UW
106642017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10665
10666 * gdb.arch/spu-info.c: Include <unistd.h>.
10667 (do_signal_test): Fix broken calls to write.
10668 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10669 Fix checks for empty mailboxes. Update signal tests for corrected
10670 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10671 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10672 * gdb.cell/arch.exp: Use standard_output_file.
10673 * gdb.cell/break.exp: Likewise.
10674 * gdb.cell/bt.exp: Likewise.
10675 * gdb.cell/core.exp: Likewise.
10676 * gdb.cell/dwarfaddr.exp: Likewise.
10677 * gdb.cell/ea-cache.exp: Likewise.
10678 * gdb.cell/ea-standalone.exp: Likewise.
10679 * gdb.cell/f-regs.exp: Likewise.
10680 * gdb.cell/fork.exp: Likewise.
10681 * gdb.cell/gcore.exp: Likewise.
10682 * gdb.cell/mem-access.exp: Likewise.
10683 * gdb.cell/ptype.exp: Likewise.
10684 * gdb.cell/registers.exp: Likewise.
10685 * gdb.cell/sizeof.exp: Likewise.
10686 * gdb.cell/solib-symbol.exp: Likewise.
10687 * gdb.cell/solib.exp: Likewise.
617cd4bc 10688
a81aaca0
PA
106892017-11-25 Pedro Alves <palves@redhat.com>
10690
10691 * gdb.base/complete-empty.exp: New file.
10692 * gdb.base/completion.exp: Adjust.
10693
6a3c6ee4
PA
106942017-11-25 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.linespec/cpls-ops.cc: New file.
10697 * gdb.linespec/cpls-ops.exp: New file.
10698 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10699 factored out from ...
10700 (test_complete_prefix_range): ... this.
10701
8955eb2d
PA
107022017-11-24 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.linespec/cpcompletion.exp: New file.
10705 * gdb.linespec/cpls-hyphen.cc: New file.
10706 * gdb.linespec/cpls.cc: New file.
10707 * gdb.linespec/cpls2.cc: New file.
10708 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10709 test to use test_gdb_complete_unique. Add label completion,
10710 keyword completion and explicit location completion tests.
10711 * lib/completion-support.exp: New file.
10712
e547c119
JB
107132017-11-24 Joel Brobecker <brobecker@adacore.com>
10714
10715 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10716 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10717 when hitting an exception catchpoint.
10718
7c3c1aa8
YQ
107192017-11-22 Yao Qi <yao.qi@linaro.org>
10720
10721 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10722
41bd68f5
SM
107232017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10724
10725 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10726 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10727 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10728
1daad298
YQ
107292017-11-22 Yao Qi <yao.qi@linaro.org>
10730
10731 * gdb.base/info-os.exp: Pass pthreads.
10732 * gdb.multi/multi-attach.exp: Likewise.
10733
88465e87
YQ
107342017-11-22 Yao Qi <yao.qi@linaro.org>
10735
10736 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10737 compiler.
10738
dc196b23
YQ
107392017-11-22 Yao Qi <yao.qi@linaro.org>
10740
10741 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10742 * gdb.base/break-interp.exp: Likewise.
10743 * gdb.base/jit-attach-pie.exp: Likewise.
10744
2400729e
UW
107452017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10746
10747 * gdb.base/float128.c (large128): New variable.
10748 * gdb.base/float128.exp: Add test to print largest __float128 value.
10749
7a26362d
UW
107502017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10751
10752 * gdb.arch/vsx-regs.exp: Update register content checks.
10753
ed0f4273
UW
107542017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10755
10756 * gdb.arch/ppc-longdouble.exp: New file.
10757 * gdb.arch/ppc-longdouble.c: Likewise.
10758
a25d69c6
PA
107592017-11-21 Pedro Alves <palves@redhat.com>
10760
10761 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10762
73fcf641
PA
107632017-11-20 Pedro Alves <palves@redhat.com>
10764
10765 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10766 (long_double_typedef): New typedefs.
10767 Use DEF on double and long double.
10768 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10769 cases.
10770 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10771 and 'long_double_ptr_same_size' locals. Use them to decide
10772 whether cast from array/function to float is valid/invalid.
10773
71a3c369
TT
107742017-11-17 Tom Tromey <tom@tromey.com>
10775
10776 * gdb.rust/traits.rs: New file.
10777 * gdb.rust/traits.exp: New file.
10778
ced9779b
JB
107792017-11-17 Joel Brobecker <brobecker@adacore.com>
10780
10781 * gdb.ada/minsyms: New testcase.
10782
a0922d80
PA
107832017-11-16 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10786 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10787
ea04e54c
PA
107882017-11-16 Pedro Alves <palves@redhat.com>
10789
10790 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10791 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10792
e849ea89
PA
107932017-11-16 Pedro Alves <palves@redhat.com>
10794
10795 * gdb.server/reconnect-ctrl-c.c: New file.
10796 * gdb.server/reconnect-ctrl-c.exp: New file.
10797
d8ae99a7
PM
107982017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10799
10800 * gdb.python/py-rbreak.exp: New file.
10801 * gdb.python/py-rbreak.c: New file.
10802 * gdb.python/py-rbreak-func2.c: New file.
10803
968a13f8
PA
108042017-11-16 Pedro Alves <palves@redhat.com>
10805
10806 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10807 pattern.
10808 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10809 GDB.
10810
71774bc9
SM
108112017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10812
10813 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10814 regex.
10815
ddbb44cf
SM
108162017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10817
10818 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10819 test names.
10820
584a564f
PA
108212017-11-09 Pedro Alves <palves@redhat.com>
10822
10823 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10824 factored out from ...
10825 (top level): ... here, and adjusted to avoid expecting beyond the
10826 prompt in a single gdb_test_multiple.
10827
5ed7a928
PA
108282017-11-09 Pedro Alves <palves@redhat.com>
10829
10830 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10831 output.
10832 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10833 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10834 * gdb.server/ext-run.exp ("kill" test): Likewise.
10835 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
10836
a60e0738
PA
108372017-11-09 Pedro Alves <palves@redhat.com>
10838
10839 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
10840 match till end of line.
10841
2c88253f
PA
108422017-11-09 Pedro Alves <palves@redhat.com>
10843
10844 * gdb.base/memattr.exp: Tighten regexes to match the end line.
10845
c7a38517
PA
108462017-11-09 Pedro Alves <palves@redhat.com>
10847
10848 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
10849 New procedures, factored out from ...
10850 (top level): ... here, and adjusted to avoid expecting beyond the
10851 prompt in one go.
10852
f29f4b6b
PA
108532017-11-09 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
10856 output. Fix '?' match.
10857
286acbb5
JB
108582017-11-08 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.ada/scoped_watch: New testcase.
10861 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
10862 which is actually correct.
10863 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
10864 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
10865
62d7ae92
PA
108662017-11-08 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.gdb/complaints.exp (test_initial_complaints)
10869 (test_serial_complaints, test_short_complaints): Call
10870 complaint_internal instead of complaint.
10871
280ca31f
DT
108722017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
10873
10874 * gdb.threads/tls-core.c: New file.
10875 * gdb.threads/tls-core.exp: Likewise.
10876
b5ec771e
PA
108772017-11-08 Pedro Alves <palves@redhat.com>
10878
10879 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
10880 (p Exported_Capitalized): New test.
10881 (p exported_capitalized): New test.
10882
a02b41a7
PA
108832017-11-07 Pedro Alves <palves@redhat.com>
10884
10885 * gdb.cp/ena-dis-br-range.exp: Add more tests.
10886
95e95a6d
PA
108872017-11-07 Pedro Alves <palves@redhat.com>
10888
10889 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
10890 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
10891 (disable_invalid, disable_inverted, disable_negative): New
10892 procedures.
10893 ("bad numbers"): New set of tests.
10894
cee62dbd
PA
108952017-11-07 Pedro Alves <palves@redhat.com>
10896
10897 * gdb.cp/ena-dis-br-range.exp: Add tests.
10898
cc638e86
PA
108992017-11-07 Pedro Alves <palves@redhat.com>
10900
10901 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
10902
d0fe4701
XR
109032017-11-07 Xavier Roirand <roirand@adacore.com>
10904 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.base/ena-dis-br.exp: Add reference to
10907 gdb.cp/ena-dis-br-range.exp.
10908 * gdb.cp/ena-dis-br-range.exp: New file.
10909 * gdb.cp/ena-dis-br-range.cc: New file.
10910
46f67f80
PA
109112017-11-06 Pedro Alves <palves@redhat.com>
10912
10913 * gdb.base/attach-non-pgrp-leader.c: New.
10914 * gdb.base/attach-non-pgrp-leader.exp: New.
10915
726e1356
PA
109162017-11-06 Pedro Alves <palves@redhat.com>
10917
10918 * configure.ac: No longer check for termio.h and sgtty.h.
10919 * configure: Regenerate.
10920 * remote-utils.c: Include termios.h instead of gdb_termios.h.
10921 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
10922 Remove termio and sgtty code.
10923
50ab6ace
YQ
109242017-11-03 Yao Qi <yao.qi@linaro.org>
10925
10926 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
10927 in GDB is disabled.
10928
8e68731c
YQ
109292017-11-03 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.python/py-thrhandle.exp: Skip it if python is not
10932 enabled.
10933
3a87ae65
SM
109342017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
10935
10936 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
10937 as a breakpoint command.
10938
484d8d36
MD
109392017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
10940
10941 PR python/21213
10942 * gdb.python/py-infthread.exp: Test calling
10943 InferiorThread.inferior () multiple times in a row.
10944
4a27f119
KS
109452017-10-27 Keith Seitz <keiths@redhat.com>
10946
10947 * gdb.opt/inline-break.exp (break_info_1): New procedure.
10948 Test "info break" for every inlined function breakpoint.
10949
bb11dd58
YQ
109502017-10-27 Yao Qi <yao.qi@linaro.org>
10951
10952 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
10953
a43f3893
PF
109542017-10-26 Patrick Frants <osscontribute@gmail.com>
10955
10956 * gdb.cp/classes.exp (test_static_members): Test printing
10957 Outer::instance.
10958 * gdb.cp/classes.c (struct Inner, struct Outer): New.
10959 (Inner::instance, Outer::instance): New.
10960
792ccf00
PA
109612017-10-24 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
10964 extra console" test in two stages.
10965
eb2bfbad
PA
109662017-10-24 Pedro Alves <palves@redhat.com>
10967
10968 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
10969
1f75a651
PA
109702017-10-24 Pedro Alves <palves@redhat.com>
10971
10972 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
10973 loop.
10974
779990d9
PA
109752017-10-24 Pedro Alves <palves@redhat.com>
10976
10977 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
10978 $attempt" and "stoppedtry $stoppedtry" test prefixes.
10979
ad9b8f5d
PA
109802017-10-24 Pedro Alves <palves@redhat.com>
10981
10982 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
10983 parameter and handle it. Don't output read value in test name.
10984
fee6da6e
PA
109852017-10-24 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
10988 custom test name.
10989
10389c2c
PA
109902017-10-24 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
10993 include the unstable output directory name in the test's name.
10994 (initial_setup_simple) <'set args'>: Use custom test name.
10995
a80e65a9
PA
109962017-10-24 Pedro Alves <palves@redhat.com>
10997
10998 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
10999 with explicit test name.
11000
15763a09
PA
110012017-10-20 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11004 'wait -i'. Use gdb_assert and remote_close.
11005
49a4ce2e
AB
110062017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11007
11008 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11009 number from variable rather than hard-coded.
11010
a75868f5
PA
110112017-10-19 Pedro Alves <palves@redhat.com>
11012
11013 * gdb.base/long-inferior-output.c: New file.
11014 * gdb.base/long-inferior-output.exp: New file.
11015
c8ba13ad
KS
110162017-11-18 Keith Seitz <keiths@redhat.com>
11017
11018 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11019 method.
11020 (main): Call it.
11021 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11022 Add additional user-defined conversion operator tests.
11023
b27de576
PA
110242017-10-17 Pedro Alves <palves@redhat.com>
11025
11026 * boards/native-stdio-gdbserver.exp: Load "local-board".
11027
8484c955
PA
110282017-10-17 Pedro Alves <palves@redhat.com>
11029
11030 * gdb.base/quit-live.c: New file.
11031 * gdb.base/quit-live.exp: New file.
11032
83d5a34d
KS
110332017-10-16 Keith Seitz <keiths@redhat.com>
11034
11035 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11036 (class_with_protected_typedef, class_with_private_typedef)
11037 (struct_with_public_typedef, struct_with_protected_typedef)
11038 (struct_with_private_typedef): New classes/structs.
11039 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11040 typedefs and access specifiers.
11041
739b3f1d
PA
110422017-10-16 Pedro Alves <palves@redhat.com>
11043 Simon Marchi <simon.marchi@polymtl.ca>
11044
11045 * README (Local vs Remote vs Native): New section.
11046 * boards/local-board.exp: New file, with bits factored out from
11047 ...
11048 * boards/native-extended-gdbserver.exp: ... here. Load
11049 "local-board".
11050 * boards/native-gdbserver.exp: Load "local-board".
11051 (${board}_spawn, ${board}_exec): Delete.
11052 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11053 ...
11054 * boards/stdio-gdbserver-base.exp: ... this new file.
11055 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11056 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11057 procedure.
11058 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11059 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11060 stdio_gdbserver_command.
11061 (${board}_get_remote_address, ${board}_get_comm_port)
11062 (${board}_download, ${board}_upload): Delete.
11063 (get_target_remote_pipe_cmd): New.
11064
fe68b953
SM
110652017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11066
11067 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11068 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11069 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11070 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11071 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11072 remove with_test_prefix.
11073
300b6685
PA
110742017-10-13 Pedro Alves <palves@redhat.com>
11075
11076 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11077 * gdb.base/annota1.exp: Use it instead of is_remote.
11078 * gdb.base/annota3.exp: Use it instead of is_remote.
11079 * gdb.cp/annota2.exp: Use it instead of is_remote.
11080 * gdb.cp/annota3.exp: Use it instead of is_remote.
11081 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11082
50500caf
PA
110832017-10-13 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11086 (test_num_test_vars, run_and_count_vars, find_env)
11087 (test_set_unset_env, test_inherit_env_var): New procedures.
11088 (top level): Use them.
11089
dad0c6d2
PA
110902017-10-13 Pedro Alves <palves@redhat.com>
11091
11092 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11093 also skip on stub-like targets.
11094
8b0553c1
PA
110952017-10-13 Pedro Alves <palves@redhat.com>
11096
11097 PR gdb/22293
11098 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11099 (top level): Move some tests to ...
11100 (test_not_found): ... this new procedure.
11101 (top level): Call it.
11102
7594f623
PA
111032017-10-13 Pedro Alves <palves@redhat.com>
11104
11105 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11106 expect different "info terminal" output if testing with a
11107 non-native target.
11108
ebe3b402
PA
111092017-10-13 Pedro Alves <palves@redhat.com>
11110 Simon Marchi <simon.marchi@polymtl.ca>
11111
11112 PR python/12966
11113 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11114
42f1b161
PA
111152017-10-13 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11118 already.
11119
8d6ef72b
PA
111202017-10-13 Pedro Alves <palves@redhat.com>
11121
11122 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11123 is_remote.
11124
d7bcd5b8
PA
111252017-10-13 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11128 is_remote.
11129
df479dc6
PA
111302017-10-13 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11133 is set.
11134 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11135 instead of is_remote.
11136
23fb630a
PA
111372017-10-13 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11140 (top level): Add comment.
11141
cc77b1dc
PA
111422017-10-13 Pedro Alves <palves@redhat.com>
11143
11144 * gdb.base/remote.exp (top level): Fix comment typo and add
11145 missing return.
11146
27c9e813
PA
111472017-10-13 Pedro Alves <palves@redhat.com>
11148 Simon Marchi <simon.marchi@polymtl.ca>
11149
11150 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11151 calls and add comments. Skip test if use_gdb_stub is set.
11152 (top level): Use "set cwd" command instead of "cd" command.
11153
5e830d98
PA
111542017-10-13 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11157 is_remote target check.
11158
f5ca0032
PA
111592017-10-13 Pedro Alves <palves@redhat.com>
11160
11161 * gdb.base/scope.exp: Use build_executable + clean_restart +
11162 gdb_file_cmd instead of prepare_for_testing and no longer skip
11163 "before run" tests on is_remote target boards. Update comments.
11164 * boards/native-extended-gdbserver.exp
11165 (extended_gdbserver_load_last_file): New, factored out from ...
11166 (gdb_load): ... this. Move further below and add comment.
11167 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11168
8aed1c0d
PA
111692017-10-12 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/attach.exp: Remove references to gdb64.
11172 * gdb.base/dbx.exp: Remove references to gdb64.
11173
cfa34c87
SM
111742017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11175 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/label.exp: Remove is_remote target check.
11178
9192b7de
PA
111792017-10-12 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.base/auvx.exp (coredir): Update comment.
11182 (top level) <core_works>: Use "set cwd" command instead of "cd"
11183 command.
11184
6bf0052d
PA
111852017-10-12 Pedro Alves <palves@redhat.com>
11186 Simon Marchi <simon.marchi@polymtl.ca>
11187
11188 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11189 target boards.
11190
e48ef82d
PA
111912017-10-12 Pedro Alves <palves@redhat.com>
11192 Simon Marchi <simon.marchi@polymtl.ca>
11193
11194 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11195 Instead skip if there's any gdb_protocol set.
11196
8d7aea57
SM
111972017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11198 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11201
30440677
PA
112022017-10-12 Pedro Alves <palves@redhat.com>
11203 Simon Marchi <simon.marchi@polymtl.ca>
11204
11205 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11206 instead of on dejagnu remote boards.
11207
4e04f045 112082017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11209 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11210
11211 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11212 checks. Use build_executable + clean_restart instead of
11213 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11214 of enabling non-stop after starting gdb.
11215
871a186e
PA
112162017-10-12 Pedro Alves <palves@redhat.com>
11217
11218 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11219 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11220 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11221 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11222
56d704da
AK
112232017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11224
11225 * gdb.arch/arc-tdesc-cpu.exp: New file.
11226 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11227
2f20e312
SM
112282017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11229
11230 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11231
65630365
PA
112322017-10-10 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11235 expect CLI output.
11236
bf469271
PA
112372017-10-10 Pedro Alves <palves@redhat.com>
11238
11239 * lib/selftest-support.exp (selftest_setup): Update for
11240 captured_command_loop's prototype change.
11241
777a42f1
PA
112422017-10-09 Pedro Alves <palves@redhat.com>
11243
11244 Test both arch1=>arch2 and arch2=>arch1.
11245
11246 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11247 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11248 factored out to...
11249 (append_arch1_options, append_arch2_options, append_arch_options)
11250 (build_executables): New procedures.
11251 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11252 local.
11253 (top level): Add new 'first_arch' testing axis.
11254
cbd2b4e3
PA
112552017-10-09 Pedro Alves <palves@redhat.com>
11256
11257 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11258 (barrier): New.
11259 (thread_start, all_started): New functions.
11260 (main): Spawn new thread and wait until it is scheduled.
11261 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11262 option.
11263 (do_test): Add 'selected_thread' parameter. Run to all_started
11264 instead of main. Explicitly set the breakpoint at main. Switch
11265 to the SELECTED_THREAD thread.
11266 (top level): Test handling the exec event with either the main
11267 thread or the second thread selected.
11268
5c9e4427
PA
112692017-10-09 Pedro Alves <palves@redhat.com>
11270
11271 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11272 logic. Move STOP marker after the value checks.
11273 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11274 regexp.
11275
b3b7c423
SL
112762017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11277
11278 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11279
3b4b2f16
UW
112802017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11281
11282 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11283 integer-to-dfp conversion.
11284 * gdb.base/dfp-test.exp: Likewise.
11285
5cd63fda
PA
112862017-10-04 Pedro Alves <palves@redhat.com>
11287
11288 * gdb.multi/hangout.c: Include <unistd.h>.
11289 (hangout_loop): New function.
11290 (main): Call alarm. Call hangout_loop in a loop.
11291 * gdb.multi/hello.c: Include <unistd.h>.
11292 (hello_loop): New function.
11293 (main): Call alarm. Call hangout_loop in a loop.
11294 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11295 inferior with the other selected.
11296
4c71c105
SM
112972017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11298
11299 * gdb.mi/list-thread-groups-available.exp: New file.
11300 * gdb.mi/list-thread-groups-available.c: New file.
11301
bc3b087d
SDJ
113022017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11303
11304 * gdb.base/set-cwd.exp: Make it available on
11305 native-extended-gdbserver.
11306
d092c5a2
SDJ
113072017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11308
11309 * gdb.base/set-cwd.c: New file.
11310 * gdb.base/set-cwd.exp: Likewise.
11311
45320ffa
TT
113122017-10-02 Tom Tromey <tom@tromey.com>
11313
11314 PR rust/22236:
11315 * gdb.rust/simple.rs (main): New variable "fslice".
11316 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11317
b3e3859b
TT
113182017-10-02 Tom Tromey <tom@tromey.com>
11319
11320 * gdb.rust/simple.exp: Test ptype of a slice.
11321
01af5e0d
TT
113222017-10-02 Tom Tromey <tom@tromey.com>
11323
11324 * gdb.rust/simple.exp: Test index of slice.
11325
a9bbfbd8
TT
113262017-09-27 Tom Tromey <tom@tromey.com>
11327
11328 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11329
df8899e5
TP
113302017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11331 Pedro Alves <palves@redhat.com>
11332
11333 * gdb.base/compare-sections.exp (get value of read-only section): Read
11334 as unsigned value.
11335 (corrupt read-only section): Likewise and don't set written if patching
11336 failed.
11337
757bf54b
KB
113382017-09-21 Kevin Buettner <kevinb@redhat.com>
11339
11340 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11341 files.
11342
06871ae8
PA
113432017-09-20 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11346 symbol names in gdb's output.
11347 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11348
e5f25bc5
PA
113492017-09-20 Pedro Alves <palves@redhat.com>
11350
11351 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11352 Rename to ...
11353 (test_list_ambiguous_symbol): ... this and add a symbol name
11354 parameter. Adjust.
11355 (test_list_ambiguous_function): Reimplement on top of
11356 test_list_ambiguous_symbol and also test listing ambiguous
11357 variables.
11358 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11359 (ambiguous_fun): ... this.
11360 (ambiguous_var): New.
11361 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11362 (ambiguous_fun): ... this.
11363 (ambiguous_var): New.
11364
4e5a4f58
JB
113652017-09-19 John Baldwin <jhb@FreeBSD.org>
11366
11367 * gdb.base/starti.c: New file.
11368 * gdb.base/starti.exp: New file.
11369 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11370
26e53f3e
PA
113712017-09-14 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11374 (top level): Use it instead of runto.
11375
cb791d59
TT
113762017-09-11 Tom Tromey <tom@tromey.com>
11377
11378 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11379
7c96f8c1
TT
113802017-09-11 Tom Tromey <tom@tromey.com>
11381
11382 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11383 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11384
469412dd
CW
113852017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11386
11387 * gdb.fortran/printing-types.exp: New file.
11388 * gdb.fortran/printing-types.exp: New file.
11389
e0f86435
BH
113902017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11391
11392 * gdb.fortran/vla-ptype.exp: Fix typos.
11393 * gdb.fortran/vla-value.exp: Same.
11394
9e9af4be
BH
113952017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11396
11397 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11398 * gdb.mi/mi-var-child-f.exp: Likewise.
11399 * gdb.mi/mi-vla-fortran.exp: Likewise.
11400
a5ad232b 114012017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11402 Christoph Weinmann <christoph.t.weinmann@intel.com>
11403 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11404
11405 * gdb.fortran/ptr-indentation.f90: New file.
11406 * gdb.fortran/ptr-indentation.exp: New file.
11407
5aec60eb
TT
114082017-09-05 Tom Tromey <tom@tromey.com>
11409
11410 PR gdb/22010:
11411 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11412
8f8f8152
TP
114132017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11414
11415 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11416
fbd1b771
JK
114172017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 * gdb.threads/tls-nodebug-pie.c: New file.
11420 * gdb.threads/tls-nodebug-pie.exp: New file.
11421
5eb5f850
TT
114222017-09-05 Tom Tromey <tom@tromey.com>
11423
11424 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11425 for rust.
11426
ae780a21
SM
114272017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11428
11429 * gdb.multi/multi-arch-exec.exp: Test with different
11430 "follow-exec-mode" settings.
11431 (do_test): New procedure.
11432
3693fdb3
PA
114332017-09-04 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/func-static.c (S::method const, S::method volatile)
11436 (S::method volatile const): New methods.
11437 (c_s, v_s, cv_s): New instances.
11438 (main): Call method() on them.
11439 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11440 (cannot_resolve): New procedure.
11441 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11442 print-quote-unquoted columns.
11443 (do_test): Test printing each scope too.
11444
e68cb8e0
PA
114452017-09-04 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/local-static.exp: Also test with
11448 class::method::variable wholly quoted.
11449 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11450
858be34c
PA
114512017-09-04 Pedro Alves <palves@redhat.com>
11452
11453 * gdb.base/local-static.c: New.
11454 * gdb.base/local-static.cc: New.
11455 * gdb.base/local-static.exp: New.
11456
46a4882b
PA
114572017-09-04 Pedro Alves <palves@redhat.com>
11458
11459 * gdb.asm/asm-source.exp: Add casts to int.
11460 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11461 (dataglobal64_1, dataglobal64_2): New globals.
11462 * gdb.base/nodebug.exp: Test different expressions involving the
11463 new globals, with print, whatis and ptype. Add casts to int.
11464 * gdb.base/solib-display.exp: Add casts to int.
11465 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11466 * gdb.cp/m-static.exp: Add cast to int.
11467 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11468 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11469 tls variable with no debug info without a cast. Test with a cast
11470 to int too.
11471 * gdb.trace/entry-values.exp: Add casts.
11472
2c5a2be1
PA
114732017-09-04 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.base/nodebug.exp: Test that ptype's error about functions
11476 with unknown return type includes the function name too.
11477
7022349d
PA
114782017-09-04 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11481 return type of munmap in infcall.
11482 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11483 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11484 type of ftell in infcall.
11485 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11486 type of getpid in infcall.
11487 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11488 infcall.
11489 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11490 Bail on failure to extract the pid.
11491 * gdb.base/nodebug.c: #include <stdint.h>.
11492 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11493 New functions.
11494 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11495 Change expected output of print/whatis/ptype with functions with
11496 no debug info. Test all supported languages. Call
11497 test_call_promotion.
11498 * gdb.compile/compile.exp: Adjust expected output to expect
11499 warning.
11500 * gdb.threads/siginfo-threads.exp: Likewise.
11501
54990598
PA
115022017-09-04 Pedro Alves <palves@redhat.com>
11503
11504 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11505 "prototypes". Test calling float functions via prototyped and
11506 unprototyped function pointers.
11507 (perform_all_tests): New parameter "prototypes". Pass it down.
11508 (top level): Pass down "prototypes" parameter to
11509 perform_all_tests.
11510
34d16ea2
SM
115112017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11514 Test with nested loops.
11515
9521ecda
SM
115162017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11517
11518 * gdb.base/commands.exp: Call the new procedures.
11519 (loop_break_test, loop_continue_test): New procedures.
11520
80a65e9b
SM
115212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11522
11523 * gdb.base/commands.exp: Call new procedure.
11524 (define_if_without_arg_test): New procedure.
11525
e439fa14
PA
115262017-09-04 Pedro Alves <palves@redhat.com>
11527
11528 * gdb.base/list-ambiguous.exp: New file.
11529 * gdb.base/list-ambiguous0.c: New file.
11530 * gdb.base/list-ambiguous1.c: New file.
11531 * gdb.base/list.exp (test_list_range): Adjust expected output.
11532
0a2dde4a
SDJ
115332017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11534
11535 * gdb.base/share-env-with-gdbserver.c: New file.
11536 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11537
5e89eb3a
SM
115382017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11539
11540 * gdb.base/commands.exp (gdbvar_simple_if_test,
11541 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11542 progvar_simple_if_test, progvar_simple_while_test,
11543 progvar_complex_if_while_test, user_defined_command_test,
11544 user_defined_command_args_eval,
11545 user_defined_command_args_stack_test,
11546 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11547 temporary_breakpoint_commands,
11548 gdb_test_no_prompt, redefine_hook_test,
11549 redefine_backtrace_test): Remove "global gdb_prompt".
11550
fd437cbc
SM
115512017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11552
11553 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11554 New proc, call it from toplevel.
11555
87215ad1
SDJ
115562017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11557
11558 PR remote/21852
11559 * gdb.server/normal.c: New file, copied from gdb.base.
11560 * gdb.server/run-without-local-binary.exp: New file.
11561
58afddc6
WP
115622017-08-07 Weimin Pan <weimin.pan@oracle.com>
11563
11564 * gdb.arch/sparc64-adi.exp: New file.
11565 * gdb.arch/sparc64-adi.c: New file.
11566
5277199a
PA
115672017-08-22 Pedro Alves <palves@redhat.com>
11568
11569 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11570 (top level): Add "list all overloads" tests.
11571
14278e1f
TT
115722017-08-22 Tom Tromey <tom@tromey.com>
11573
11574 * gdb.gdb/xfullpath.exp: Remove.
11575
bf223d3e
PA
115762017-08-21 Pedro Alves <palves@redhat.com>
11577
11578 PR gdb/19487
11579 * gdb.base/symbol-alias.c: New.
11580 * gdb.base/symbol-alias2.c: New.
11581 * gdb.base/symbol-alias.exp: New.
11582
c973d0aa
PA
115832017-08-21 Pedro Alves <palves@redhat.com>
11584
11585 * gdb.base/dfp-test.c
11586 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11587 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11588 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11589 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11590 * gdb.base/whatis-ptype-typedefs.c: New.
11591 * gdb.base/whatis-ptype-typedefs.exp: New.
11592 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11593 (an_int, an_int_type, an_int_type2): New globals.
11594 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11595 involving typedefs and cast expressions.
11596 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11597 (lookup_typedefs_function): New.
11598 (typedefs_pretty_printers_dict): New.
11599 (top level): Register lookup_typedefs_function in
11600 gdb.pretty_printers.
11601
6d580b63
YQ
116022017-08-18 Yao Qi <yao.qi@linaro.org>
11603
11604 * gdb.server/unittest.exp: New.
11605
206726fb
SDJ
116062017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11607
11608 PR gdb/21954
11609 * gdb.base/environ.exp: Add test to check if 'unset environment'
11610 works.
11611
bf0ec4c2
AA
116122017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11613
11614 * lib/gdb.exp (universal_compile_options): New caching proc.
11615 (gdb_compile): Suppress GCC's coloring of messages.
11616
d6382fff
TT
116172017-08-14 Tom Tromey <tom@tromey.com>
11618
11619 PR gdb/21675:
11620 * gdb.base/printcmds.exp (test_radices): New function.
11621 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11622 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11623 * lib/gdb.exp (get_integer_valueof): Use p/d.
11624
c2c2dd9f
SM
116252017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11626
11627 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11628 characters.
11629
fdffd6f4
TT
116302017-08-05 Tom Tromey <tom@tromey.com>
11631
11632 * gdb.rust/simple.exp: Allow String to appear in a different
11633 namespace.
11634
27d41eac
YQ
116352017-07-26 Yao Qi <yao.qi@linaro.org>
11636
11637 * gdb.gdb/unittest.exp: Invoke command
11638 "maintenance check xml-descriptions".
11639
031ed05d
AA
116402017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11641
11642 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11643 calling context.
11644 (hex128): Drop erroneous calculation of parameters.
11645
dcd27ddf
SM
116462017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11647
11648 * gdb.python/py-unwind.exp: Disable stack protection when
11649 building test file.
11650
47e77640
PA
116512017-07-20 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/default.exp (set language): Adjust expected output.
11654
62d2a18a
PA
116552017-07-20 Pedro Alves <palves@redhat.com>
11656
11657 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11658 (test_minsym): ... this, and make static.
11659 (get_pck__foo__bar__minsym): Rename to ...
11660 (get_test_minsym): ... this.
11661 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11662 symbol names and comments.
11663 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11664 (get_test_minsym): ... this.
11665 (pck__foo__bar__minsym__2): Rename to ...
11666 (test_minsym): ... this.
11667 (main): Adjust.
11668
c45ec17c
PA
116692017-07-17 Pedro Alves <palves@redhat.com>
11670
11671 * gdb.base/completion.exp: Adjust expected output.
11672 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11673 the completer works.
11674
c6756f62
PA
116752017-07-17 Pedro Alves <palves@redhat.com>
11676
11677 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11678
5bd68487
AB
116792017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11680
11681 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11682
8880f2a9
TT
116832017-07-14 Tom Tromey <tom@tromey.com>
11684
11685 PR rust/21764:
11686 * gdb.rust/simple.exp: Add tests.
11687
65547233
TT
116882017-07-14 Tom Tromey <tom@tromey.com>
11689
11690 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11691
8f14146e
PA
116922017-07-14 Pedro Alves <palves@redhat.com>
11693
11694 * gdb.linespec/base/one/thefile.cc (z1): New function.
11695 * gdb.linespec/base/two/thefile.cc (z2): New function.
11696 * gdb.linespec/linespec.exp: Add tests.
11697
b4365d02
AB
116982017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11699
11700 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11701 to mi_create_breakpoint.
11702
5d2cbaa5
AB
117032017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11704
11705 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11706 mi_create_breakpoint.
11707
11cb5716
IB
117082017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11709
11710 * gdb.dlang/demangle.exp: Update for demangling changes.
11711
03278692
TT
117122017-07-09 Tom Tromey <tom@tromey.com>
11713
11714 * gdb.dwarf2/shortpiece.exp: New file.
11715
33c5cd75
DB
117162017-07-06 David Blaikie <dblaikie@gmail.com>
11717
11718 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11719 built from fissiont-multi-cu{1,2}.c.
11720 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11721 except putting 'main' and 'func' in separate CUs in the same DWO file.
11722 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11723 test.
11724 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11725 test.
11726
8455d262
PA
117272017-07-06 Pedro Alves <palves@redhat.com>
11728
11729 * gdb.python/py-unwind.exp: Test flushregs.
11730
dc4bde35
SDJ
117312017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11732
11733 PR cli/21688
11734 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11735 tests for alias commands and trailing whitespace.
11736
51ed89aa
SDJ
117372017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11738
11739 PR cli/21688
11740 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11741 procedure. Call it.
11742
eb17d413
PA
117432017-06-29 Pedro Alves <palves@redhat.com>
11744
11745 * gdb.base/printcmds.exp: Add tests.
11746
41664b45
DG
117472017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11748
11749 PR gdb/21337
11750 * gdb.base/reread-readsym.exp: New file.
11751 * gdb.base/reread-readsym.c: New file.
11752
75312ae3
KB
117532017-06-21 Kevin Buettner <kevinb@redhat.com>
11754
11755 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11756 subpattern.
11757
66953522
PB
117582017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11759
11760 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11761 extended mnemonic.
11762 * gdb.arch/powerpc-power9.s: Likewise.
11763
5524b525
AA
117642017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11765
11766 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11767 on 32-bit x86 targets. Exploit is_*_target macros where
11768 appropriate.
11769
03c8af18
AA
117702017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11771
11772 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11773 register pieces.
11774
3bf31011
AA
117752017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11776
11777 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11778 located in one or more DWARF pieces.
11779
805acca0
AA
117802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11781
11782 * lib/gdb.exp (get_endianness): New proc.
11783 * gdb.arch/aarch64-fp.exp: Use it.
11784 * gdb.arch/altivec-regs.exp: Likewise.
11785 * gdb.arch/e500-regs.exp: Likewise.
11786 * gdb.arch/vsx-regs.exp: Likewise.
11787 * gdb.base/dump.exp: Likewise.
11788 * gdb.base/funcargs.exp: Likewise.
11789 * gdb.base/gnu_vector.exp: Likewise.
11790 * gdb.dwarf2/formdata16.exp: Likewise.
11791 * gdb.dwarf2/implptrpiece.exp: Likewise.
11792 * gdb.dwarf2/nonvar-access.exp: Likewise.
11793 * gdb.python/py-inferior.exp: Likewise.
11794 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11795
e9352324
AA
117962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11797
11798 PR gdb/21226
11799 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11800 stack value pieces are taken from the LSB end.
11801
d5d1163e
AA
118022017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11803
11804 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11805 variable at nonzero offset.
11806
0567c986
AA
118072017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11808
11809 * gdb.dwarf2/var-access.c: New file.
11810 * gdb.dwarf2/var-access.exp: New test.
11811 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11812
973e9aab
TT
118132017-06-12 Tom Tromey <tom@tromey.com>
11814
11815 * gdb.dwarf2/formdata16.exp: Add tests.
11816
d9109c80
TT
118172017-06-12 Tom Tromey <tom@tromey.com>
11818
11819 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11820
30a25466
TT
118212017-06-12 Tom Tromey <tom@tromey.com>
11822
11823 PR exp/16225:
11824 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11825 * gdb.arch/vsx-regs.exp: Update tests.
11826 * gdb.arch/s390-vregs.exp (hex128): New proc.
11827 Update test.
11828 * gdb.arch/altivec-regs.exp: Update tests.
11829
aefd8b33
SDJ
118302017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11831
11832 * gdb.base/startup-with-shell.c: New file.
11833 * gdb.base/startup-with-shell.exp: Likewise.
11834
2090129c
SDJ
118352017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11836
11837 * gdb.server/non-existing-program.exp: Update regex in order to
11838 reflect the fact that gdbserver is now using fork_inferior (with a
11839 shell) to startup the inferior.
11840
8e86a419
SM
118412017-05-30 Simon Marchi <simon.marchi@ericsson.com>
11842
11843 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
11844 support function calls from GDB.
11845
e6cf65f2
TT
118462017-05-21 Tom Tromey <tom@tromey.com>
11847
11848 PR rust/21466:
11849 * gdb.rust/unsized.exp: New file.
11850 * gdb.rust/unsized.rs: New file.
11851
43cc5389
TT
118522017-05-19 Tom Tromey <tom@tromey.com>
11853
11854 PR rust/21484:
11855 * gdb.rust/watch.exp: New file.
11856 * gdb.rust/watch.rs: New file.
11857
ec8df234
TT
118582017-05-18 Tom Tromey <tom@tromey.com>
11859
11860 * gdb.rust/simple.exp: Allow Box to be qualified.
11861
3e3e7fae
TP
118622017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
11863
11864 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
11865
59cc050d
PA
118662017-05-18 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/fileio.c (test_write, test_read, test_close)
11869 (test_fstat): Don't print 'ret' in the fail path.
11870
c8f6abd1
PA
118712017-05-18 Pedro Alves <palves@redhat.com>
11872
11873 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
11874 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
11875 (test_system, test_rename, test_unlink, test_time): Change
11876 prototypes.
11877 * gdb.base/fileio.exp (stop_msg): Adjust.
11878
d2a03b77
PA
118792017-05-18 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.base/fileio.c (null_str): New global.
11882 (test_stat): Use it.
11883 * gdb.base/fileio.exp: Remove nowarnings.
11884
0d5c6999
YQ
118852017-05-17 Yao Qi <yao.qi@linaro.org>
11886
11887 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
11888
21873064
YQ
118892017-05-17 Simon Marchi <simon.marchi@ericsson.com>
11890
11891 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
11892 argument command.
11893 (top-level): Invoke test_set_inferior_tty.
11894
d512d31c
PA
118952017-05-04 Pedro Alves <palves@redhat.com>
11896
11897 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
11898 Add parens to print call for Python 3.
11899
90cef2ed
KS
119002017-05-03 Keith Seitz <keiths@redhat.com>
11901
11902 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
11903 (main): Call it.
11904
14f819c8
TW
119052017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11906
11907 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
11908 to prev and next.
11909
913aeadd
TW
119102017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11911
11912 * gdb.python/py-record-btrace.exp: Remove test for
11913 gdb.BtraceInstruction.error.
11914
a3be24ad
TW
119152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11916
11917 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
11918
ae20e79a
TW
119192017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
11920
11921 * gdb.python/py-record-btrace-threads.c: New file.
11922 * gdb.python/py-record-btrace-threads.exp: New file.
11923
45ce1b47
SDJ
119242017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
11925
11926 PR testsuite/8595
11927 * gdb.base/environ.exp: Make test available in all architectures.
11928 Move bits related to "info program" testing to
11929 gdb.base/info-program.exp. Rewrite tests to use the two new
11930 procedures mentione below.
11931 (test_set_show_env_var) New procedure.
11932 (test_set_show_env_var_equal): Likewise.
11933 * gdb.base/info-program.exp: New file.
11934
e15c3eb4
KS
119352017-04-27 Keith Seitz <keiths@redhat.com>
11936
11937 * gdb.cp/oranking.cc (test15): New function.
11938 (main): Call test15 and declare additional variables for testing.
11939 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
11940 "p foo101('abc')" tests.
11941 Add tests for cv qualifier overloads.
11942 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
11943 "lvalue reference overload" test.
11944 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
11945 "print value of f1 on Child&& in f2" test.
11946
3a3fd0fd
PA
119472017-04-19 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
11950 procedure.
11951 (top level): Call it.
11952 * lib/gdb.exp (gdb_define_cmd): New procedure.
11953
53375380
PA
119542017-04-12 Pedro Alves <palves@redhat.com>
11955
11956 PR gdb/21323
11957 * gdb.cp/wide_char_types.c: Include <wchar.h>.
11958 (wchar): New global.
11959 * gdb.cp/wide_char_types.exp (wide_char_types_program)
11960 (do_test_wide_char, wide_char_types_no_program, top level): Add
11961 wchar_t testing.
11962
53e710ac
PA
119632017-04-12 Pedro Alves <palves@redhat.com>
11964
11965 PR c++/21323
11966 * gdb.cp/wide_char_types.c: New file.
11967 * gdb.cp/wide_char_types.exp: New file.
11968
0ad9d8c7
SDJ
119692017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
11970
11971 PR gdb/21352
11972 * gdb.trace/tsv.exp: Add test for "tsave -r".
11973
b1b45502
IB
119742017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
11975
11976 * gdb.dlang/watch-loc.c: New file.
11977 * gdb.dlang/watch-loc.exp: New file.
11978
ec13808e
JK
119792017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11980
11981 * gdb.python/py-section-script.exp (sepdebug): New testcases.
11982
fe5f7374
AK
119832017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11984
11985 * gdb.arch/arc-analyze-prologue.S: New file.
11986 * gdb.arch/arc-analyze-prologue.exp: Likewise.
11987
eea78757
AK
119882017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
11989
11990 * gdb.arch/arc-decode-insn.S: New file.
11991 * gdb.arch/arc-decode-insn.exp: Likewise.
11992
5badf10a
IR
119932017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
11994
11995 PR tdep/20928
11996 * gdb.arch/sparc64-regs.exp: New file.
11997 * gdb.arch/sparc64-regs.S: Likewise.
11998
cee59b3f
TW
119992017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12000
12001 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12002 and memory view on Python 3.
12003
c0f55cc6
AV
120042017-03-20 Artemiy Volkov <artemiyv@acm.org>
12005 Keith Seitz <keiths@redhat.com>
12006
12007 PR gdb/14441
12008 * gdb.cp/demangle.exp: Add rvalue reference tests.
12009 * gdb.cp/rvalue-ref-casts.cc: New file.
12010 * gdb.cp/rvalue-ref-casts.exp: New file.
12011 * gdb.cp/rvalue-ref-overload.cc: New file.
12012 * gdb.cp/rvalue-ref-overload.exp: New file.
12013 * gdb.cp/rvalue-ref-params.cc: New file.
12014 * gdb.cp/rvalue-ref-params.exp: New file.
12015 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12016 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12017 * gdb.cp/rvalue-ref-types.cc: New file.
12018 * gdb.cp/rvalue-ref-types.exp: New file.
12019 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12020 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12021
51457a05
MAL
120222017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12023
12024 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12025 New procedure.
12026
5b291c04
MAL
120272017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12028
12029 * lib/mi-support.exp (mi_gdb_test): Add additional message
12030 for unexpected output.
12031
59a56148
AA
120322017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12033
12034 * gdb.base/examine-backward.c (Barrier): New character array
12035 constant, to ensure that TestStrings is preceded by a string
12036 terminator.
12037
7942e96e
AA
120382017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12039
12040 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12041 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12042 and implicit pointer into such a location.
12043
6ebac3fb
DE
120442017-03-16 Doug Evans <dje@google.com>
12045
12046 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12047
ec3b243d
TP
120482017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12049
12050 * gdb.cp/m-static.exp: Fix expectation for prototype of
12051 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12052
120532017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12054
12055 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12056 * gdb.guile/scm-lazy-string.c: New file.
12057 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12058 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12059 for pointer, array, typedef lazy strings.
12060
2cc36e25 120612017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12062
12063 PR python/17728, python/18439, python/18779
12064 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12065 * gdb.python/py-lazy-string.c (pointer): New typedef.
12066 (main): New locals ptr, array, typedef_ptr.
12067 * gdb.python/py-value.exp: Move lazy string tests to ...
12068 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12069 array, typedef lazy strings.
ec3b243d 12070
0efcde63
AK
120712017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12072
12073 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12074 Add optional 'test' parameter.
12075
7978d7c3
SM
120762017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12077
12078 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12079 Skip for versions of DejaGnu < 1.5.
12080
896c0c1e
SM
120812017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12082
12083 * lib/gdb.exp (dejagnu_version): New proc.
12084 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12085 Use dejagnu_version.
12086
5f4d1085
KS
120872017-03-10 Keith Seitz <keiths@redhat.com>
12088
12089 PR c++/8128
12090 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12091 type from destructor regexps.
12092 Add a branch which actually passes the test.
12093 Adjust "ptype t5i" test names.
12094
1de05205
PA
120952017-03-08 Pedro Alves <palves@redhat.com>
12096
12097 * gdb.base/step-over-exit.exp: Add explicit test message.
12098
c65d6b55
PA
120992017-03-08 Pedro Alves <palves@redhat.com>
12100
12101 PR gdb/18360
12102 * gdb.threads/interrupt-while-step-over.c: New file.
12103 * gdb.threads/interrupt-while-step-over.exp: New file.
12104
2e86a283
PA
121052017-03-08 Pedro Alves <palves@redhat.com>
12106
12107 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12108 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12109
25dcbff6
PA
121102017-03-08 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12113 PKRU as not supported as a PASS.
12114
dc9366eb
PA
121152017-03-08 Pedro Alves <palves@redhat.com>
12116
12117 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12118 prefix instead of $binfile1/$binfile2.
12119 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12120 in test message.
12121 * gdb.python/py-completion.exp: Use "load python file" as test
12122 messages instead of unstable path names.
12123
6e5d74e7
PA
121242017-03-08 Pedro Alves <palves@redhat.com>
12125 Jan Kratochvil <jan.kratochvil@redhat.com>
12126
12127 PR cli/21218
12128 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12129 New proc.
12130 (top level): Call it.
12131
9753a2f6
PA
121322017-03-08 Pedro Alves <palves@redhat.com>
12133
12134 PR tui/21216
12135 * gdb.tui/tui-nl-filtered-output.exp: New file.
12136
1a4dd9dd
PA
121372017-03-08 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.base/completion.exp: Move TUI completion tests to ...
12140 * gdb.tui/completion.exp: ... this new file.
12141
7cbbff33
PA
121422017-03-08 Pedro Alves <palves@redhat.com>
12143
12144 * gdb.base/tui-disasm-long-lines.c,
12145 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12146 gdb.base/tui-layout.exp: Move to ...
12147 * gdb.tui/: ... this new directory.
12148
5f6fd321
PA
121492017-03-07 Pedro Alves <palves@redhat.com>
12150
12151 * gdb.base/tui-layout.c: New file.
12152 * gdb.base/tui-layout.exp: New file.
12153
44959fa8
PA
121542017-03-07 Pedro Alves <palves@redhat.com>
12155
12156 * gdb.base/tui-layout.c: Rename to ...
12157 * gdb.base/tui-disasm-long-lines.c: ... this.
12158 * gdb.base/tui-layout.exp: Rename to ...
12159 * gdb.base/tui-disasm-long-lines.exp: ... this.
12160
f8c4e718
PA
121612017-03-07 Pedro Alves <palves@redhat.com>
12162
12163 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12164
6dbb839a 121652017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12166
12167 * i386-mpx-call.c: New file.
12168 * i386-mpx-call.exp: New file.
12169
65b48a81
PB
121702017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12171
12172 * gdb.arch/powerpc-power.exp: Delete test.
12173 * gdb.arch/powerpc-power.s: Likewise.
12174 * gdb.disasm/disassembler-options.exp: New test.
12175 * gdb.arch/powerpc-altivec.exp: Likewise.
12176 * gdb.arch/powerpc-altivec.s: Likewise.
12177 * gdb.arch/powerpc-altivec2.exp: Likewise.
12178 * gdb.arch/powerpc-altivec2.s: Likewise.
12179 * gdb.arch/powerpc-altivec3.exp: Likewise.
12180 * gdb.arch/powerpc-altivec3.s: Likewise.
12181 * gdb.arch/powerpc-power7.exp: Likewise.
12182 * gdb.arch/powerpc-power7.s: Likewise.
12183 * gdb.arch/powerpc-power8.exp: Likewise.
12184 * gdb.arch/powerpc-power8.s: Likewise.
12185 * gdb.arch/powerpc-power9.exp: Likewise.
12186 * gdb.arch/powerpc-power9.s: Likewise.
12187 * gdb.arch/powerpc-vsx.exp: Likewise.
12188 * gdb.arch/powerpc-vsx.s: Likewise.
12189 * gdb.arch/powerpc-vsx2.exp: Likewise.
12190 * gdb.arch/powerpc-vsx2.s: Likewise.
12191 * gdb.arch/powerpc-vsx3.exp: Likewise.
12192 * gdb.arch/powerpc-vsx3.s: Likewise.
12193 * gdb.arch/arm-disassembler-options.exp: Likewise.
12194 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12195 * gdb.arch/s390-disassembler-options.exp: Likewise.
12196
17cd4947
LM
121972017-02-23 Luis Machado <lgustavo@codesourcery.com>
12198
12199 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12200 (check_supported_features): ... this. Changed return type to void.
12201 (supports_rdseed): New static global.
12202 (rdseed): Check supports_rdseed.
12203 (initialize): Call check_supported_features.
12204
2039d74e
EBM
122052017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12206
12207 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12208 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12209 and lqarx/stqcx.
12210 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12211 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12212
a51d7ecf
EBM
122132017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12214
12215 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12216 uppercase.
12217
0224619f
JK
122182017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12219
12220 * gdb.dwarf2/formdata16.c: New file.
12221 * gdb.dwarf2/formdata16.exp: New file.
12222 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12223
216f72a1
JK
122242017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12225
12226 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12227 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12228 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12229 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12230 DW_AT_GNU_*.
12231
43988095
JK
122322017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12235
99e8a4f9
SDJ
122362017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12237
12238 PR gdb/21164
12239 * gdb.base/maint.exp: Add testcases for when the commands do
12240 not have arguments.
12241
b58a8c0c
TP
122422017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12243
12244 * gdb.cp/chained-calls.exp: Use p instead of P.
12245
4e746bb6
TW
122462017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12247
12248 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12249 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12250
3f77c769
TT
122512017-02-14 Tom Tromey <tom@tromey.com>
12252
12253 PR python/13598:
12254 * gdb.python/py-events.exp: Add before_prompt event tests.
12255
075beec0
AA
122562017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12257
12258 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12259
bf5f525c
LM
122602017-02-13 Luis Machado <lgustavo@codesourcery.com>
12261
12262 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12263 (main): Call my_unique_function_name.
12264 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12265 completion of patterns with a single match.
12266 Add missing -re switches to gdb_test_multiple calls.
12267
13a66184
LM
122682017-02-13 Luis Machado <lgustavo@codesourcery.com>
12269
12270 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12271 return if core file is not recognized.
12272
26a06916
SM
122732017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12274
12275 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12276 and extra UIs.
12277
b761ca9e
SM
122782017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12279
12280 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12281 proc_with_prefix.
12282
b964bee0
TT
122832017-02-10 Tom Tromey <tom@tromey.com>
12284
12285 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12286
18da0c51
MG
122872017-02-10 Martin Galvan <martingalvan@sourceware.org>
12288
12289 PR gdb/21122
12290 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12291
604c4576
JG
122922017-02-08 Jerome Guitton <guitton@adacore.com>
12293
12294 * gdb.base/define.exp: Add test for command abbreviations
12295 in define.
12296
20b477a7
LM
122972017-02-06 Luis Machado <lgustavo@codesourcery.com>
12298
12299 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12300 * gdb.reverse/insn-reverse-x86.c: New file.
12301
3f7b46f2
IR
123022017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12303
12304 PR tdep/20936
12305 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12306
f0fd41c1
TT
123072017-02-03 Tom Tromey <tom@tromey.com>
12308
12309 PR rust/21097:
12310 * gdb.rust/simple.exp: Add new tests.
12311
5be5dbf0
PA
123122017-02-02 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12315 tests.
12316
7346ef59
AA
123172017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12318
12319 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12320 taking a 2-byte value out of a 4-byte DWARF implicit value on
12321 big-endian targets.
12322 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12323 logic. Add test cases for DW_OP_implicit.
12324
787f0025
MM
123252017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12326
12327 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12328
68777c29
MM
123292017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12330
12331 * gdb.btrace/enable.exp: Call gdb_exit before
12332 skip_gdbserver_tests.
12333
0a1c7e28
MM
123342017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12335
12336 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12337 GDBFLAGS.
12338
b5ac99b0
MM
123392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12340
12341 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12342 the test is skipped.
12343 * gdb.btrace/data.exp: Likewise.
12344 * gdb.btrace/delta.exp: Likewise.
12345 * gdb.btrace/dlopen.exp: Likewise.
12346 * gdb.btrace/enable-running.exp: Likewise.
12347 * gdb.btrace/enable.exp: Likewise.
12348 * gdb.btrace/exception.exp: Likewise.
12349 * gdb.btrace/function_call_history.exp: Likewise.
12350 * gdb.btrace/gcore.exp: Likewise.
12351 * gdb.btrace/instruction_history.exp: Likewise.
12352 * gdb.btrace/multi-thread-step.exp: Likewise.
12353 * gdb.btrace/nohist.exp: Likewise.
12354 * gdb.btrace/non-stop.exp: Likewise.
12355 * gdb.btrace/reconnect.exp: Likewise.
12356 * gdb.btrace/record_goto-step.exp: Likewise.
12357 * gdb.btrace/record_goto.exp: Likewise.
12358 * gdb.btrace/rn-dl-bind.exp: Likewise.
12359 * gdb.btrace/segv.exp: Likewise.
12360 * gdb.btrace/step.exp: Likewise.
12361 * gdb.btrace/stepi.exp: Likewise.
12362 * gdb.btrace/tailcall-only.exp: Likewise.
12363 * gdb.btrace/tailcall.exp: Likewise.
12364 * gdb.btrace/tsx.exp: Likewise.
12365 * gdb.btrace/unknown_functions.exp: Likewise.
12366 * gdb.btrace/vdso.exp: Likewise.
12367
cd4007e4
MM
123682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12369
12370 * gdb.btrace/enable-running.c: New.
12371 * gdb.btrace/enable-running.exp: New.
12372
2735833d
WT
123732017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12374
12375 * gdb.arch/amd64-gs_base.c: New file.
12376 * gdb.arch/amd64-gs_base.exp: New file.
12377
b51e1e94
LM
123782017-01-26 Luis Machado <lgustavo@codesourcery.com>
12379
12380 * lib/memory.exp: Remove spurious empty newlines.
12381
72ca0410
SM
123822017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12383
12384 * gdb.python/py-bad-printers.exp: Load python file using "source".
12385 * gdb.python/py-events.exp: Likewise.
12386 * gdb.python/py-evsignal.exp: Likewise.
12387 * gdb.python/py-evthreads.exp: Likewise.
12388 * gdb.python/py-frame-args.exp: Likewise.
12389 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12390 * gdb.python/py-framefilter-mi.exp: Likewise.
12391 * gdb.python/py-framefilter.exp: Likewise.
12392 * gdb.python/py-mi.exp: Likewise.
12393 * gdb.python/py-pp-maint.exp: Likewise.
12394 * gdb.python/py-pp-registration.exp: Likewise.
12395 * gdb.python/py-prettyprint.exp: Likewise.
12396 (run_lang_tests): Likewise.
12397 * gdb.python/py-typeprint.exp: Likewise.
12398
e309aa65
LM
123992017-01-26 Luis Machado <lgustavo@codesourcery.com>
12400
12401 * lib/memory.exp: New file.
12402 * lib/gdb.exp: Load memory.exp.
12403 * gdb.base/memattr.exp (delete_memory): Move proc to
12404 lib/memory.exp and rename to delete_memory_regions.
12405 Replace delete_memory with delete_memory_regions.
12406 Cleanup memory regions before tests.
12407 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12408 before tests.
12409
515aff23
LM
124102017-01-26 Luis Machado <lgustavo@codesourcery.com>
12411
12412 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12413 files.
12414 (initialize): New function conditionally defined.
12415 (testcases): Move within conditional block.
12416 (main): Call initialize.
12417 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12418 of gdb.reverse/insn-reverse.c.
12419 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12420 gdb.reverse/insn-reverse.c.
12421
d8b49cf0
YQ
124222017-01-26 Yao Qi <yao.qi@linaro.org>
12423
12424 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12425 disassemble on address 0.
12426
f13a9a0c
YQ
124272017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12428 Yao Qi <yao.qi@linaro.org>
12429
12430 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12431 * gdb.dwarf2/implptr-64bit.S: Remove.
12432 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12433 variables in caller's context. Add DW_OP_implicit_value.
12434
5ac95241
YQ
124352017-01-25 Yao Qi <yao.qi@linaro.org>
12436
12437 * lib/dwarf.exp (Dwarf::_location): Handle
12438 DW_OP_GNU_implicit_pointer with proper size.
12439
23e82930
LM
124402017-01-20 Luis Machado <lgustavo@codesourcery.com>
12441
12442 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12443 and add untested calls.
12444
d334ae25
LM
124452017-01-20 Luis Machado <lgustavo@codesourcery.com>
12446
12447 * gdb.python/python.exp: Check line number against what GDB thinks
12448 the line number is for func1.
12449
f5e6296e
IB
124502017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12451
12452 * gdb.dlang/debug-expr.exp: New file.
12453
5b362f04
LM
124542016-12-23 Luis Machado <lgustavo@codesourcery.com>
12455
12456 Fix test names for the following files:
12457
12458 * gdb.ada/exec_changed.exp
12459 * gdb.ada/info_types.exp
12460 * gdb.arch/aarch64-atomic-inst.exp
12461 * gdb.arch/aarch64-fp.exp
12462 * gdb.arch/altivec-abi.exp
12463 * gdb.arch/altivec-regs.exp
12464 * gdb.arch/amd64-byte.exp
12465 * gdb.arch/amd64-disp-step.exp
12466 * gdb.arch/amd64-dword.exp
12467 * gdb.arch/amd64-entry-value-inline.exp
12468 * gdb.arch/amd64-entry-value-param.exp
12469 * gdb.arch/amd64-entry-value-paramref.exp
12470 * gdb.arch/amd64-entry-value.exp
12471 * gdb.arch/amd64-i386-address.exp
12472 * gdb.arch/amd64-invalid-stack-middle.exp
12473 * gdb.arch/amd64-invalid-stack-top.exp
12474 * gdb.arch/amd64-optimout-repeat.exp
12475 * gdb.arch/amd64-prologue-skip.exp
12476 * gdb.arch/amd64-prologue-xmm.exp
12477 * gdb.arch/amd64-stap-special-operands.exp
12478 * gdb.arch/amd64-stap-wrong-subexp.exp
12479 * gdb.arch/amd64-tailcall-cxx.exp
12480 * gdb.arch/amd64-tailcall-noret.exp
12481 * gdb.arch/amd64-tailcall-ret.exp
12482 * gdb.arch/amd64-tailcall-self.exp
12483 * gdb.arch/amd64-word.exp
12484 * gdb.arch/arm-bl-branch-dest.exp
12485 * gdb.arch/arm-disp-step.exp
12486 * gdb.arch/arm-neon.exp
12487 * gdb.arch/arm-single-step-kernel-helper.exp
12488 * gdb.arch/avr-flash-qualifier.exp
12489 * gdb.arch/disp-step-insn-reloc.exp
12490 * gdb.arch/e500-abi.exp
12491 * gdb.arch/e500-regs.exp
12492 * gdb.arch/ftrace-insn-reloc.exp
12493 * gdb.arch/i386-avx512.exp
12494 * gdb.arch/i386-bp_permanent.exp
12495 * gdb.arch/i386-byte.exp
12496 * gdb.arch/i386-cfi-notcurrent.exp
12497 * gdb.arch/i386-disp-step.exp
12498 * gdb.arch/i386-dr3-watch.exp
12499 * gdb.arch/i386-float.exp
12500 * gdb.arch/i386-gnu-cfi.exp
12501 * gdb.arch/i386-mpx-map.exp
12502 * gdb.arch/i386-mpx-sigsegv.exp
12503 * gdb.arch/i386-mpx-simple_segv.exp
12504 * gdb.arch/i386-mpx.exp
12505 * gdb.arch/i386-permbkpt.exp
12506 * gdb.arch/i386-prologue.exp
12507 * gdb.arch/i386-signal.exp
12508 * gdb.arch/i386-size-overlap.exp
12509 * gdb.arch/i386-unwind.exp
12510 * gdb.arch/i386-word.exp
12511 * gdb.arch/mips-fcr.exp
12512 * gdb.arch/powerpc-d128-regs.exp
12513 * gdb.arch/powerpc-stackless.exp
12514 * gdb.arch/ppc64-atomic-inst.exp
12515 * gdb.arch/s390-stackless.exp
12516 * gdb.arch/s390-tdbregs.exp
12517 * gdb.arch/s390-vregs.exp
12518 * gdb.arch/sparc-sysstep.exp
12519 * gdb.arch/thumb-bx-pc.exp
12520 * gdb.arch/thumb-singlestep.exp
12521 * gdb.arch/thumb2-it.exp
12522 * gdb.arch/vsx-regs.exp
12523 * gdb.asm/asm-source.exp
12524 * gdb.base/a2-run.exp
12525 * gdb.base/advance.exp
12526 * gdb.base/all-bin.exp
12527 * gdb.base/anon.exp
12528 * gdb.base/args.exp
12529 * gdb.base/arithmet.exp
12530 * gdb.base/async-shell.exp
12531 * gdb.base/async.exp
12532 * gdb.base/attach-pie-noexec.exp
12533 * gdb.base/attach-twice.exp
12534 * gdb.base/auto-load.exp
12535 * gdb.base/bang.exp
12536 * gdb.base/bitfields.exp
12537 * gdb.base/break-always.exp
12538 * gdb.base/break-caller-line.exp
12539 * gdb.base/break-entry.exp
12540 * gdb.base/break-inline.exp
12541 * gdb.base/break-on-linker-gcd-function.exp
12542 * gdb.base/break-probes.exp
12543 * gdb.base/break.exp
12544 * gdb.base/breakpoint-shadow.exp
12545 * gdb.base/call-ar-st.exp
12546 * gdb.base/call-sc.exp
12547 * gdb.base/call-signal-resume.exp
12548 * gdb.base/call-strs.exp
12549 * gdb.base/callfuncs.exp
12550 * gdb.base/catch-fork-static.exp
12551 * gdb.base/catch-gdb-caused-signals.exp
12552 * gdb.base/catch-load.exp
12553 * gdb.base/catch-signal-fork.exp
12554 * gdb.base/catch-signal.exp
12555 * gdb.base/catch-syscall.exp
12556 * gdb.base/charset.exp
12557 * gdb.base/checkpoint.exp
12558 * gdb.base/chng-syms.exp
12559 * gdb.base/code-expr.exp
12560 * gdb.base/code_elim.exp
12561 * gdb.base/commands.exp
12562 * gdb.base/completion.exp
12563 * gdb.base/complex.exp
12564 * gdb.base/cond-expr.exp
12565 * gdb.base/condbreak.exp
12566 * gdb.base/consecutive.exp
12567 * gdb.base/continue-all-already-running.exp
12568 * gdb.base/coredump-filter.exp
12569 * gdb.base/corefile.exp
12570 * gdb.base/dbx.exp
12571 * gdb.base/debug-expr.exp
12572 * gdb.base/define.exp
12573 * gdb.base/del.exp
12574 * gdb.base/disabled-location.exp
12575 * gdb.base/disasm-end-cu.exp
12576 * gdb.base/disasm-optim.exp
12577 * gdb.base/display.exp
12578 * gdb.base/duplicate-bp.exp
12579 * gdb.base/ena-dis-br.exp
12580 * gdb.base/ending-run.exp
12581 * gdb.base/enumval.exp
12582 * gdb.base/environ.exp
12583 * gdb.base/eu-strip-infcall.exp
12584 * gdb.base/eval-avoid-side-effects.exp
12585 * gdb.base/eval-skip.exp
12586 * gdb.base/exitsignal.exp
12587 * gdb.base/expand-psymtabs.exp
12588 * gdb.base/filesym.exp
12589 * gdb.base/find-unmapped.exp
12590 * gdb.base/finish.exp
12591 * gdb.base/float.exp
12592 * gdb.base/foll-exec-mode.exp
12593 * gdb.base/foll-exec.exp
12594 * gdb.base/foll-fork.exp
12595 * gdb.base/fortran-sym-case.exp
12596 * gdb.base/freebpcmd.exp
12597 * gdb.base/func-ptr.exp
12598 * gdb.base/func-ptrs.exp
12599 * gdb.base/funcargs.exp
12600 * gdb.base/gcore-buffer-overflow.exp
12601 * gdb.base/gcore-relro-pie.exp
12602 * gdb.base/gcore-relro.exp
12603 * gdb.base/gcore.exp
12604 * gdb.base/gdb1090.exp
12605 * gdb.base/gdb11530.exp
12606 * gdb.base/gdb11531.exp
12607 * gdb.base/gdb1821.exp
12608 * gdb.base/gdbindex-stabs.exp
12609 * gdb.base/gdbvars.exp
12610 * gdb.base/hbreak.exp
12611 * gdb.base/hbreak2.exp
12612 * gdb.base/included.exp
12613 * gdb.base/infcall-input.exp
12614 * gdb.base/inferior-died.exp
12615 * gdb.base/infnan.exp
12616 * gdb.base/info-macros.exp
12617 * gdb.base/info-os.exp
12618 * gdb.base/info-proc.exp
12619 * gdb.base/info-shared.exp
12620 * gdb.base/info-target.exp
12621 * gdb.base/infoline.exp
12622 * gdb.base/interp.exp
12623 * gdb.base/interrupt.exp
12624 * gdb.base/jit-reader.exp
12625 * gdb.base/jit-simple.exp
12626 * gdb.base/kill-after-signal.exp
12627 * gdb.base/kill-detach-inferiors-cmd.exp
12628 * gdb.base/label.exp
12629 * gdb.base/langs.exp
12630 * gdb.base/ldbl_e308.exp
12631 * gdb.base/line-symtabs.exp
12632 * gdb.base/linespecs.exp
12633 * gdb.base/list.exp
12634 * gdb.base/long_long.exp
12635 * gdb.base/longest-types.exp
12636 * gdb.base/maint.exp
12637 * gdb.base/max-value-size.exp
12638 * gdb.base/memattr.exp
12639 * gdb.base/mips_pro.exp
12640 * gdb.base/morestack.exp
12641 * gdb.base/moribund-step.exp
12642 * gdb.base/multi-forks.exp
12643 * gdb.base/nested-addr.exp
12644 * gdb.base/nextoverexit.exp
12645 * gdb.base/noreturn-finish.exp
12646 * gdb.base/noreturn-return.exp
12647 * gdb.base/nostdlib.exp
12648 * gdb.base/offsets.exp
12649 * gdb.base/opaque.exp
12650 * gdb.base/pc-fp.exp
12651 * gdb.base/permissions.exp
12652 * gdb.base/print-symbol-loading.exp
12653 * gdb.base/prologue-include.exp
12654 * gdb.base/psymtab.exp
12655 * gdb.base/ptype.exp
12656 * gdb.base/random-signal.exp
12657 * gdb.base/randomize.exp
12658 * gdb.base/range-stepping.exp
12659 * gdb.base/readline-ask.exp
12660 * gdb.base/recpar.exp
12661 * gdb.base/recurse.exp
12662 * gdb.base/relational.exp
12663 * gdb.base/restore.exp
12664 * gdb.base/return-nodebug.exp
12665 * gdb.base/return.exp
12666 * gdb.base/run-after-attach.exp
12667 * gdb.base/save-bp.exp
12668 * gdb.base/scope.exp
12669 * gdb.base/sect-cmd.exp
12670 * gdb.base/set-lang-auto.exp
12671 * gdb.base/set-noassign.exp
12672 * gdb.base/setvar.exp
12673 * gdb.base/sigall.exp
12674 * gdb.base/sigbpt.exp
12675 * gdb.base/siginfo-addr.exp
12676 * gdb.base/siginfo-infcall.exp
12677 * gdb.base/siginfo-obj.exp
12678 * gdb.base/siginfo.exp
12679 * gdb.base/signals-state-child.exp
12680 * gdb.base/signest.exp
12681 * gdb.base/sigstep.exp
12682 * gdb.base/sizeof.exp
12683 * gdb.base/skip.exp
12684 * gdb.base/solib-corrupted.exp
12685 * gdb.base/solib-nodir.exp
12686 * gdb.base/solib-search.exp
12687 * gdb.base/stack-checking.exp
12688 * gdb.base/stale-infcall.exp
12689 * gdb.base/stap-probe.exp
12690 * gdb.base/start.exp
12691 * gdb.base/step-break.exp
12692 * gdb.base/step-bt.exp
12693 * gdb.base/step-line.exp
12694 * gdb.base/step-over-exit.exp
12695 * gdb.base/step-over-syscall.exp
12696 * gdb.base/step-resume-infcall.exp
12697 * gdb.base/step-test.exp
12698 * gdb.base/store.exp
12699 * gdb.base/structs3.exp
12700 * gdb.base/sym-file.exp
12701 * gdb.base/symbol-without-target_section.exp
12702 * gdb.base/term.exp
12703 * gdb.base/testenv.exp
12704 * gdb.base/ui-redirect.exp
12705 * gdb.base/until.exp
12706 * gdb.base/unwindonsignal.exp
12707 * gdb.base/value-double-free.exp
12708 * gdb.base/vla-datatypes.exp
12709 * gdb.base/vla-ptr.exp
12710 * gdb.base/vla-sideeffect.exp
12711 * gdb.base/volatile.exp
12712 * gdb.base/watch-cond-infcall.exp
12713 * gdb.base/watch-cond.exp
12714 * gdb.base/watch-non-mem.exp
12715 * gdb.base/watch-read.exp
12716 * gdb.base/watch-vfork.exp
12717 * gdb.base/watchpoint-cond-gone.exp
12718 * gdb.base/watchpoint-delete.exp
12719 * gdb.base/watchpoint-hw-hit-once.exp
12720 * gdb.base/watchpoint-hw.exp
12721 * gdb.base/watchpoint-stops-at-right-insn.exp
12722 * gdb.base/watchpoints.exp
12723 * gdb.base/wchar.exp
12724 * gdb.base/whatis-exp.exp
12725 * gdb.btrace/buffer-size.exp
12726 * gdb.btrace/data.exp
12727 * gdb.btrace/delta.exp
12728 * gdb.btrace/dlopen.exp
12729 * gdb.btrace/enable.exp
12730 * gdb.btrace/exception.exp
12731 * gdb.btrace/function_call_history.exp
12732 * gdb.btrace/gcore.exp
12733 * gdb.btrace/instruction_history.exp
12734 * gdb.btrace/nohist.exp
12735 * gdb.btrace/reconnect.exp
12736 * gdb.btrace/record_goto-step.exp
12737 * gdb.btrace/record_goto.exp
12738 * gdb.btrace/rn-dl-bind.exp
12739 * gdb.btrace/segv.exp
12740 * gdb.btrace/step.exp
12741 * gdb.btrace/stepi.exp
12742 * gdb.btrace/tailcall-only.exp
12743 * gdb.btrace/tailcall.exp
12744 * gdb.btrace/tsx.exp
12745 * gdb.btrace/unknown_functions.exp
12746 * gdb.btrace/vdso.exp
12747 * gdb.compile/compile-ifunc.exp
12748 * gdb.compile/compile-ops.exp
12749 * gdb.compile/compile-print.exp
12750 * gdb.compile/compile-setjmp.exp
12751 * gdb.cp/abstract-origin.exp
12752 * gdb.cp/ambiguous.exp
12753 * gdb.cp/annota2.exp
12754 * gdb.cp/annota3.exp
12755 * gdb.cp/anon-ns.exp
12756 * gdb.cp/anon-struct.exp
12757 * gdb.cp/anon-union.exp
12758 * gdb.cp/arg-reference.exp
12759 * gdb.cp/baseenum.exp
12760 * gdb.cp/bool.exp
12761 * gdb.cp/breakpoint.exp
12762 * gdb.cp/bs15503.exp
12763 * gdb.cp/call-c.exp
12764 * gdb.cp/casts.exp
12765 * gdb.cp/chained-calls.exp
12766 * gdb.cp/class2.exp
12767 * gdb.cp/classes.exp
12768 * gdb.cp/cmpd-minsyms.exp
12769 * gdb.cp/converts.exp
12770 * gdb.cp/cp-relocate.exp
12771 * gdb.cp/cpcompletion.exp
12772 * gdb.cp/cpexprs.exp
12773 * gdb.cp/cplabel.exp
12774 * gdb.cp/cplusfuncs.exp
12775 * gdb.cp/cpsizeof.exp
12776 * gdb.cp/ctti.exp
12777 * gdb.cp/derivation.exp
12778 * gdb.cp/destrprint.exp
12779 * gdb.cp/dispcxx.exp
12780 * gdb.cp/enum-class.exp
12781 * gdb.cp/exception.exp
12782 * gdb.cp/exceptprint.exp
12783 * gdb.cp/expand-psymtabs-cxx.exp
12784 * gdb.cp/expand-sals.exp
12785 * gdb.cp/extern-c.exp
12786 * gdb.cp/filename.exp
12787 * gdb.cp/formatted-ref.exp
12788 * gdb.cp/fpointer.exp
12789 * gdb.cp/gdb1355.exp
12790 * gdb.cp/gdb2495.exp
12791 * gdb.cp/hang.exp
12792 * gdb.cp/impl-this.exp
12793 * gdb.cp/infcall-dlopen.exp
12794 * gdb.cp/inherit.exp
12795 * gdb.cp/iostream.exp
12796 * gdb.cp/koenig.exp
12797 * gdb.cp/local.exp
12798 * gdb.cp/m-data.exp
12799 * gdb.cp/m-static.exp
12800 * gdb.cp/mb-ctor.exp
12801 * gdb.cp/mb-inline.exp
12802 * gdb.cp/mb-templates.exp
12803 * gdb.cp/member-name.exp
12804 * gdb.cp/member-ptr.exp
12805 * gdb.cp/meth-typedefs.exp
12806 * gdb.cp/method.exp
12807 * gdb.cp/method2.exp
12808 * gdb.cp/minsym-fallback.exp
12809 * gdb.cp/misc.exp
12810 * gdb.cp/namelessclass.exp
12811 * gdb.cp/namespace-enum.exp
12812 * gdb.cp/namespace-nested-import.exp
12813 * gdb.cp/namespace.exp
12814 * gdb.cp/nextoverthrow.exp
12815 * gdb.cp/no-dmgl-verbose.exp
12816 * gdb.cp/non-trivial-retval.exp
12817 * gdb.cp/noparam.exp
12818 * gdb.cp/nsdecl.exp
12819 * gdb.cp/nsimport.exp
12820 * gdb.cp/nsnested.exp
12821 * gdb.cp/nsnoimports.exp
12822 * gdb.cp/nsrecurs.exp
12823 * gdb.cp/nsstress.exp
12824 * gdb.cp/nsusing.exp
12825 * gdb.cp/operator.exp
12826 * gdb.cp/oranking.exp
12827 * gdb.cp/overload-const.exp
12828 * gdb.cp/overload.exp
12829 * gdb.cp/ovldbreak.exp
12830 * gdb.cp/ovsrch.exp
12831 * gdb.cp/paren-type.exp
12832 * gdb.cp/parse-lang.exp
12833 * gdb.cp/pass-by-ref.exp
12834 * gdb.cp/pr-1023.exp
12835 * gdb.cp/pr-1210.exp
12836 * gdb.cp/pr-574.exp
12837 * gdb.cp/pr10687.exp
12838 * gdb.cp/pr12028.exp
12839 * gdb.cp/pr17132.exp
12840 * gdb.cp/pr17494.exp
12841 * gdb.cp/pr9067.exp
12842 * gdb.cp/pr9167.exp
12843 * gdb.cp/pr9631.exp
12844 * gdb.cp/printmethod.exp
12845 * gdb.cp/psmang.exp
12846 * gdb.cp/psymtab-parameter.exp
12847 * gdb.cp/ptype-cv-cp.exp
12848 * gdb.cp/ptype-flags.exp
12849 * gdb.cp/re-set-overloaded.exp
12850 * gdb.cp/ref-types.exp
12851 * gdb.cp/rtti.exp
12852 * gdb.cp/scope-err.exp
12853 * gdb.cp/shadow.exp
12854 * gdb.cp/smartp.exp
12855 * gdb.cp/static-method.exp
12856 * gdb.cp/static-print-quit.exp
12857 * gdb.cp/temargs.exp
12858 * gdb.cp/templates.exp
12859 * gdb.cp/try_catch.exp
12860 * gdb.cp/typedef-operator.exp
12861 * gdb.cp/typeid.exp
12862 * gdb.cp/userdef.exp
12863 * gdb.cp/using-crash.exp
12864 * gdb.cp/var-tag.exp
12865 * gdb.cp/virtbase.exp
12866 * gdb.cp/virtfunc.exp
12867 * gdb.cp/virtfunc2.exp
12868 * gdb.cp/vla-cxx.exp
12869 * gdb.disasm/t01_mov.exp
12870 * gdb.disasm/t02_mova.exp
12871 * gdb.disasm/t03_add.exp
12872 * gdb.disasm/t04_sub.exp
12873 * gdb.disasm/t05_cmp.exp
12874 * gdb.disasm/t06_ari2.exp
12875 * gdb.disasm/t07_ari3.exp
12876 * gdb.disasm/t08_or.exp
12877 * gdb.disasm/t09_xor.exp
12878 * gdb.disasm/t10_and.exp
12879 * gdb.disasm/t11_logs.exp
12880 * gdb.disasm/t12_bit.exp
12881 * gdb.disasm/t13_otr.exp
12882 * gdb.dlang/circular.exp
12883 * gdb.dwarf2/arr-stride.exp
12884 * gdb.dwarf2/arr-subrange.exp
12885 * gdb.dwarf2/atomic-type.exp
12886 * gdb.dwarf2/bad-regnum.exp
12887 * gdb.dwarf2/bitfield-parent-optimized-out.exp
12888 * gdb.dwarf2/callframecfa.exp
12889 * gdb.dwarf2/clztest.exp
12890 * gdb.dwarf2/corrupt.exp
12891 * gdb.dwarf2/data-loc.exp
12892 * gdb.dwarf2/dup-psym.exp
12893 * gdb.dwarf2/dw2-anon-mptr.exp
12894 * gdb.dwarf2/dw2-anonymous-func.exp
12895 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
12896 * gdb.dwarf2/dw2-bad-unresolved.exp
12897 * gdb.dwarf2/dw2-basic.exp
12898 * gdb.dwarf2/dw2-canonicalize-type.exp
12899 * gdb.dwarf2/dw2-case-insensitive.exp
12900 * gdb.dwarf2/dw2-common-block.exp
12901 * gdb.dwarf2/dw2-compdir-oldgcc.exp
12902 * gdb.dwarf2/dw2-compressed.exp
12903 * gdb.dwarf2/dw2-const.exp
12904 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
12905 * gdb.dwarf2/dw2-cu-size.exp
12906 * gdb.dwarf2/dw2-dup-frame.exp
12907 * gdb.dwarf2/dw2-entry-value.exp
12908 * gdb.dwarf2/dw2-icycle.exp
12909 * gdb.dwarf2/dw2-ifort-parameter.exp
12910 * gdb.dwarf2/dw2-inline-break.exp
12911 * gdb.dwarf2/dw2-inline-param.exp
12912 * gdb.dwarf2/dw2-intercu.exp
12913 * gdb.dwarf2/dw2-intermix.exp
12914 * gdb.dwarf2/dw2-lexical-block-bare.exp
12915 * gdb.dwarf2/dw2-linkage-name-trust.exp
12916 * gdb.dwarf2/dw2-minsym-in-cu.exp
12917 * gdb.dwarf2/dw2-noloc.exp
12918 * gdb.dwarf2/dw2-op-call.exp
12919 * gdb.dwarf2/dw2-op-out-param.exp
12920 * gdb.dwarf2/dw2-opt-structptr.exp
12921 * gdb.dwarf2/dw2-param-error.exp
12922 * gdb.dwarf2/dw2-producer.exp
12923 * gdb.dwarf2/dw2-ranges-base.exp
12924 * gdb.dwarf2/dw2-ref-missing-frame.exp
12925 * gdb.dwarf2/dw2-reg-undefined.exp
12926 * gdb.dwarf2/dw2-regno-invalid.exp
12927 * gdb.dwarf2/dw2-restore.exp
12928 * gdb.dwarf2/dw2-restrict.exp
12929 * gdb.dwarf2/dw2-single-line-discriminators.exp
12930 * gdb.dwarf2/dw2-strp.exp
12931 * gdb.dwarf2/dw2-undefined-ret-addr.exp
12932 * gdb.dwarf2/dw2-unresolved.exp
12933 * gdb.dwarf2/dw2-var-zero-addr.exp
12934 * gdb.dwarf2/dw4-sig-types.exp
12935 * gdb.dwarf2/dwz.exp
12936 * gdb.dwarf2/dynarr-ptr.exp
12937 * gdb.dwarf2/enum-type.exp
12938 * gdb.dwarf2/gdb-index.exp
12939 * gdb.dwarf2/implptr-64bit.exp
12940 * gdb.dwarf2/implptr-optimized-out.exp
12941 * gdb.dwarf2/implptr.exp
12942 * gdb.dwarf2/implref-array.exp
12943 * gdb.dwarf2/implref-const.exp
12944 * gdb.dwarf2/implref-global.exp
12945 * gdb.dwarf2/implref-struct.exp
12946 * gdb.dwarf2/mac-fileno.exp
12947 * gdb.dwarf2/main-subprogram.exp
12948 * gdb.dwarf2/member-ptr-forwardref.exp
12949 * gdb.dwarf2/method-ptr.exp
12950 * gdb.dwarf2/missing-sig-type.exp
12951 * gdb.dwarf2/nonvar-access.exp
12952 * gdb.dwarf2/opaque-type-lookup.exp
12953 * gdb.dwarf2/pieces-optimized-out.exp
12954 * gdb.dwarf2/pieces.exp
12955 * gdb.dwarf2/pr10770.exp
12956 * gdb.dwarf2/pr13961.exp
12957 * gdb.dwarf2/staticvirtual.exp
12958 * gdb.dwarf2/subrange.exp
12959 * gdb.dwarf2/symtab-producer.exp
12960 * gdb.dwarf2/trace-crash.exp
12961 * gdb.dwarf2/typeddwarf.exp
12962 * gdb.dwarf2/valop.exp
12963 * gdb.dwarf2/watch-notconst.exp
12964 * gdb.fortran/array-element.exp
12965 * gdb.fortran/charset.exp
12966 * gdb.fortran/common-block.exp
12967 * gdb.fortran/complex.exp
12968 * gdb.fortran/derived-type-function.exp
12969 * gdb.fortran/derived-type.exp
12970 * gdb.fortran/logical.exp
12971 * gdb.fortran/module.exp
12972 * gdb.fortran/multi-dim.exp
12973 * gdb.fortran/nested-funcs.exp
12974 * gdb.fortran/print-formatted.exp
12975 * gdb.fortran/subarray.exp
12976 * gdb.fortran/vla-alloc-assoc.exp
12977 * gdb.fortran/vla-datatypes.exp
12978 * gdb.fortran/vla-history.exp
12979 * gdb.fortran/vla-ptr-info.exp
12980 * gdb.fortran/vla-ptype-sub.exp
12981 * gdb.fortran/vla-ptype.exp
12982 * gdb.fortran/vla-sizeof.exp
12983 * gdb.fortran/vla-type.exp
12984 * gdb.fortran/vla-value-sub-arbitrary.exp
12985 * gdb.fortran/vla-value-sub-finish.exp
12986 * gdb.fortran/vla-value-sub.exp
12987 * gdb.fortran/vla-value.exp
12988 * gdb.fortran/whatis_type.exp
12989 * gdb.go/chan.exp
12990 * gdb.go/handcall.exp
12991 * gdb.go/hello.exp
12992 * gdb.go/integers.exp
12993 * gdb.go/methods.exp
12994 * gdb.go/package.exp
12995 * gdb.go/strings.exp
12996 * gdb.go/types.exp
12997 * gdb.go/unsafe.exp
12998 * gdb.guile/scm-arch.exp
12999 * gdb.guile/scm-block.exp
13000 * gdb.guile/scm-breakpoint.exp
13001 * gdb.guile/scm-cmd.exp
13002 * gdb.guile/scm-disasm.exp
13003 * gdb.guile/scm-equal.exp
13004 * gdb.guile/scm-frame-args.exp
13005 * gdb.guile/scm-frame-inline.exp
13006 * gdb.guile/scm-frame.exp
13007 * gdb.guile/scm-iterator.exp
13008 * gdb.guile/scm-math.exp
13009 * gdb.guile/scm-objfile.exp
13010 * gdb.guile/scm-ports.exp
13011 * gdb.guile/scm-symbol.exp
13012 * gdb.guile/scm-symtab.exp
13013 * gdb.guile/scm-value-cc.exp
13014 * gdb.guile/types-module.exp
13015 * gdb.linespec/break-ask.exp
13016 * gdb.linespec/cpexplicit.exp
13017 * gdb.linespec/explicit.exp
13018 * gdb.linespec/keywords.exp
13019 * gdb.linespec/linespec.exp
13020 * gdb.linespec/ls-dollar.exp
13021 * gdb.linespec/ls-errs.exp
13022 * gdb.linespec/skip-two.exp
13023 * gdb.linespec/thread.exp
13024 * gdb.mi/mi-async.exp
13025 * gdb.mi/mi-basics.exp
13026 * gdb.mi/mi-break.exp
13027 * gdb.mi/mi-catch-load.exp
13028 * gdb.mi/mi-cli.exp
13029 * gdb.mi/mi-cmd-param-changed.exp
13030 * gdb.mi/mi-console.exp
13031 * gdb.mi/mi-detach.exp
13032 * gdb.mi/mi-disassemble.exp
13033 * gdb.mi/mi-eval.exp
13034 * gdb.mi/mi-file-transfer.exp
13035 * gdb.mi/mi-file.exp
13036 * gdb.mi/mi-fill-memory.exp
13037 * gdb.mi/mi-inheritance-syntax-error.exp
13038 * gdb.mi/mi-linespec-err-cp.exp
13039 * gdb.mi/mi-logging.exp
13040 * gdb.mi/mi-memory-changed.exp
13041 * gdb.mi/mi-read-memory.exp
13042 * gdb.mi/mi-record-changed.exp
13043 * gdb.mi/mi-reg-undefined.exp
13044 * gdb.mi/mi-regs.exp
13045 * gdb.mi/mi-return.exp
13046 * gdb.mi/mi-reverse.exp
13047 * gdb.mi/mi-simplerun.exp
13048 * gdb.mi/mi-solib.exp
13049 * gdb.mi/mi-stack.exp
13050 * gdb.mi/mi-stepi.exp
13051 * gdb.mi/mi-syn-frame.exp
13052 * gdb.mi/mi-until.exp
13053 * gdb.mi/mi-var-block.exp
13054 * gdb.mi/mi-var-child.exp
13055 * gdb.mi/mi-var-cmd.exp
13056 * gdb.mi/mi-var-cp.exp
13057 * gdb.mi/mi-var-display.exp
13058 * gdb.mi/mi-var-invalidate.exp
13059 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13060 * gdb.mi/mi-vla-fortran.exp
13061 * gdb.mi/mi-watch.exp
13062 * gdb.mi/mi2-var-child.exp
13063 * gdb.mi/user-selected-context-sync.exp
13064 * gdb.modula2/unbounded-array.exp
13065 * gdb.multi/dummy-frame-restore.exp
13066 * gdb.multi/multi-arch-exec.exp
13067 * gdb.multi/multi-arch.exp
13068 * gdb.multi/tids.exp
13069 * gdb.multi/watchpoint-multi.exp
13070 * gdb.opencl/callfuncs.exp
13071 * gdb.opencl/convs_casts.exp
13072 * gdb.opencl/datatypes.exp
13073 * gdb.opencl/operators.exp
13074 * gdb.opencl/vec_comps.exp
13075 * gdb.opt/clobbered-registers-O2.exp
13076 * gdb.opt/inline-break.exp
13077 * gdb.opt/inline-bt.exp
13078 * gdb.opt/inline-cmds.exp
13079 * gdb.opt/inline-locals.exp
13080 * gdb.pascal/case-insensitive-symbols.exp
13081 * gdb.pascal/floats.exp
13082 * gdb.pascal/gdb11492.exp
13083 * gdb.python/lib-types.exp
13084 * gdb.python/py-arch.exp
13085 * gdb.python/py-as-string.exp
13086 * gdb.python/py-bad-printers.exp
13087 * gdb.python/py-block.exp
13088 * gdb.python/py-breakpoint-create-fail.exp
13089 * gdb.python/py-breakpoint.exp
13090 * gdb.python/py-caller-is.exp
13091 * gdb.python/py-cmd.exp
13092 * gdb.python/py-explore-cc.exp
13093 * gdb.python/py-explore.exp
13094 * gdb.python/py-finish-breakpoint.exp
13095 * gdb.python/py-finish-breakpoint2.exp
13096 * gdb.python/py-frame-args.exp
13097 * gdb.python/py-frame-inline.exp
13098 * gdb.python/py-frame.exp
13099 * gdb.python/py-framefilter-mi.exp
13100 * gdb.python/py-infthread.exp
13101 * gdb.python/py-lazy-string.exp
13102 * gdb.python/py-linetable.exp
13103 * gdb.python/py-mi-events.exp
13104 * gdb.python/py-mi-objfile.exp
13105 * gdb.python/py-mi.exp
13106 * gdb.python/py-objfile.exp
13107 * gdb.python/py-pp-integral.exp
13108 * gdb.python/py-pp-maint.exp
13109 * gdb.python/py-pp-re-notag.exp
13110 * gdb.python/py-pp-registration.exp
13111 * gdb.python/py-recurse-unwind.exp
13112 * gdb.python/py-strfns.exp
13113 * gdb.python/py-symbol.exp
13114 * gdb.python/py-symtab.exp
13115 * gdb.python/py-sync-interp.exp
13116 * gdb.python/py-typeprint.exp
13117 * gdb.python/py-unwind-maint.exp
13118 * gdb.python/py-unwind.exp
13119 * gdb.python/py-value-cc.exp
13120 * gdb.python/py-xmethods.exp
13121 * gdb.reverse/amd64-tailcall-reverse.exp
13122 * gdb.reverse/break-precsave.exp
13123 * gdb.reverse/break-reverse.exp
13124 * gdb.reverse/consecutive-precsave.exp
13125 * gdb.reverse/consecutive-reverse.exp
13126 * gdb.reverse/finish-precsave.exp
13127 * gdb.reverse/finish-reverse-bkpt.exp
13128 * gdb.reverse/finish-reverse.exp
13129 * gdb.reverse/fstatat-reverse.exp
13130 * gdb.reverse/getresuid-reverse.exp
13131 * gdb.reverse/i386-precsave.exp
13132 * gdb.reverse/i386-reverse.exp
13133 * gdb.reverse/i386-sse-reverse.exp
13134 * gdb.reverse/i387-env-reverse.exp
13135 * gdb.reverse/i387-stack-reverse.exp
13136 * gdb.reverse/insn-reverse.exp
13137 * gdb.reverse/machinestate-precsave.exp
13138 * gdb.reverse/machinestate.exp
13139 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13140 * gdb.reverse/pipe-reverse.exp
13141 * gdb.reverse/readv-reverse.exp
13142 * gdb.reverse/recvmsg-reverse.exp
13143 * gdb.reverse/rerun-prec.exp
13144 * gdb.reverse/s390-mvcle.exp
13145 * gdb.reverse/step-precsave.exp
13146 * gdb.reverse/step-reverse.exp
13147 * gdb.reverse/time-reverse.exp
13148 * gdb.reverse/until-precsave.exp
13149 * gdb.reverse/until-reverse.exp
13150 * gdb.reverse/waitpid-reverse.exp
13151 * gdb.reverse/watch-precsave.exp
13152 * gdb.reverse/watch-reverse.exp
13153 * gdb.rust/generics.exp
13154 * gdb.rust/methods.exp
13155 * gdb.rust/modules.exp
13156 * gdb.rust/simple.exp
13157 * gdb.server/connect-with-no-symbol-file.exp
13158 * gdb.server/ext-attach.exp
13159 * gdb.server/ext-restart.exp
13160 * gdb.server/ext-wrapper.exp
13161 * gdb.server/file-transfer.exp
13162 * gdb.server/server-exec-info.exp
13163 * gdb.server/server-kill.exp
13164 * gdb.server/server-mon.exp
13165 * gdb.server/wrapper.exp
13166 * gdb.stabs/exclfwd.exp
13167 * gdb.stabs/gdb11479.exp
13168 * gdb.threads/clone-new-thread-event.exp
13169 * gdb.threads/corethreads.exp
13170 * gdb.threads/current-lwp-dead.exp
13171 * gdb.threads/dlopen-libpthread.exp
13172 * gdb.threads/gcore-thread.exp
13173 * gdb.threads/sigstep-threads.exp
13174 * gdb.threads/watchpoint-fork.exp
13175 * gdb.trace/actions-changed.exp
13176 * gdb.trace/backtrace.exp
13177 * gdb.trace/change-loc.exp
13178 * gdb.trace/circ.exp
13179 * gdb.trace/collection.exp
13180 * gdb.trace/disconnected-tracing.exp
13181 * gdb.trace/ftrace.exp
13182 * gdb.trace/mi-trace-frame-collected.exp
13183 * gdb.trace/mi-trace-unavailable.exp
13184 * gdb.trace/mi-traceframe-changed.exp
13185 * gdb.trace/mi-tsv-changed.exp
13186 * gdb.trace/no-attach-trace.exp
13187 * gdb.trace/passc-dyn.exp
13188 * gdb.trace/qtro.exp
13189 * gdb.trace/range-stepping.exp
13190 * gdb.trace/read-memory.exp
13191 * gdb.trace/save-trace.exp
13192 * gdb.trace/signal.exp
13193 * gdb.trace/status-stop.exp
13194 * gdb.trace/tfile.exp
13195 * gdb.trace/trace-break.exp
13196 * gdb.trace/trace-buffer-size.exp
13197 * gdb.trace/trace-condition.exp
13198 * gdb.trace/tracefile-pseudo-reg.exp
13199 * gdb.trace/tstatus.exp
13200 * gdb.trace/unavailable.exp
13201 * gdb.trace/while-dyn.exp
13202 * gdb.trace/while-stepping.exp
13203
34c41c68
DE
132042016-12-22 Doug Evans <xdje42@gmail.com>
13205
13206 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13207 and msymbols.
13208
16e69324
YQ
132092016-12-19 Yao Qi <yao.qi@linaro.org>
13210
13211 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13212 (test_with_self): Don't call do_steps_and_nexts, and remove
13213 code about stepping into xmalloc.
13214
f94f411b
YQ
132152016-12-09 Yao Qi <yao.qi@linaro.org>
13216
13217 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13218
132192016-12-09 Yao Qi <yao.qi@linaro.org>
13220
13221 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13222
f1b5deee
PA
132232016-12-09 Pedro Alves <palves@redhat.com>
13224
13225 * gdb.base/all-architectures-0.exp: New file.
13226 * gdb.base/all-architectures-1.exp: New file.
13227 * gdb.base/all-architectures-2.exp: New file.
13228 * gdb.base/all-architectures-3.exp: New file.
13229 * gdb.base/all-architectures-4.exp: New file.
13230 * gdb.base/all-architectures-5.exp: New file.
13231 * gdb.base/all-architectures-6.exp: New file.
13232 * gdb.base/all-architectures-7.exp: New file.
13233 * gdb.base/all-architectures.exp.in: New file.
13234
364ca42e
YQ
132352016-12-09 Yao Qi <yao.qi@linaro.org>
13236
13237 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13238
107c2d62
LM
132392016-12-02 Luis Machado <lgustavo@codesourcery.com>
13240
13241 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13242 possible.
13243 Remove useless pattern-matching code.
13244
df3ee9ca
PA
132452016-12-02 Pedro Alves <palves@redhat.com>
13246
13247 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13248 procedure.
13249 (top level): Call it.
13250
ec835369
PA
132512016-12-02 Pedro Alves <palves@redhat.com>
13252
13253 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13254 New procedure.
13255 (top level): Call it.
13256
01770bbd
PA
132572016-12-02 Pedro Alves <palves@redhat.com>
13258
13259 PR cli/20559
13260 * gdb.base/commands.exp (user_defined_command_args_eval): New
13261 procedure.
13262 (top level): Call it.
13263
008459ea
LM
132642016-12-02 Luis Machado <lgustavo@codesourcery.com>
13265
13266 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13267 timeout handling.
13268
0c1b455e
TT
132692016-12-02 Tom Tromey <tom@tromey.com>
13270
13271 * gdb.dwarf2/main-subprogram.c: New file.
13272 * gdb.dwarf2/main-subprogram.exp: New file.
13273
018572b8
LM
132742016-12-01 Luis Machado <lgustavo@codesourcery.com>
13275
13276 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13277 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13278 gdb_test_no_output for a couple of cases.
13279 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13280
84c93cd5
LM
132812016-12-01 Luis Machado <lgustavo@codesourcery.com>
13282
13283 Fix test names and standardize compilation error messages throughout
13284 the following files:
13285
13286 * gdb.ada/start.exp
13287 * gdb.arch/alpha-step.exp
13288 * gdb.arch/e500-prologue.exp
13289 * gdb.arch/ftrace-insn-reloc.exp
13290 * gdb.arch/gdb1291.exp
13291 * gdb.arch/gdb1431.exp
13292 * gdb.arch/gdb1558.exp
13293 * gdb.arch/i386-dr3-watch.exp
13294 * gdb.arch/i386-sse-stack-align.exp
13295 * gdb.arch/ia64-breakpoint-shadow.exp
13296 * gdb.arch/pa-nullify.exp
13297 * gdb.arch/powerpc-aix-prologue.exp
13298 * gdb.arch/thumb-bx-pc.exp
13299 * gdb.base/annota1.exp
13300 * gdb.base/annota3.exp
13301 * gdb.base/arrayidx.exp
13302 * gdb.base/assign.exp
13303 * gdb.base/attach.exp
13304 * gdb.base/auxv.exp
13305 * gdb.base/bang.exp
13306 * gdb.base/bfp-test.exp
13307 * gdb.base/bigcore.exp
13308 * gdb.base/bitfields2.exp
13309 * gdb.base/break-fun-addr.exp
13310 * gdb.base/break-probes.exp
13311 * gdb.base/call-rt-st.exp
13312 * gdb.base/callexit.exp
13313 * gdb.base/catch-fork-kill.exp
13314 * gdb.base/charset.exp
13315 * gdb.base/checkpoint.exp
13316 * gdb.base/comprdebug.exp
13317 * gdb.base/constvars.exp
13318 * gdb.base/coredump-filter.exp
13319 * gdb.base/cursal.exp
13320 * gdb.base/cvexpr.exp
13321 * gdb.base/detach.exp
13322 * gdb.base/display.exp
13323 * gdb.base/dmsym.exp
13324 * gdb.base/dprintf-pending.exp
13325 * gdb.base/dso2dso.exp
13326 * gdb.base/dtrace-probe.exp
13327 * gdb.base/dump.exp
13328 * gdb.base/enum_cond.exp
13329 * gdb.base/exe-lock.exp
13330 * gdb.base/exec-invalid-sysroot.exp
13331 * gdb.base/execl-update-breakpoints.exp
13332 * gdb.base/exprs.exp
13333 * gdb.base/fileio.exp
13334 * gdb.base/find.exp
13335 * gdb.base/finish.exp
13336 * gdb.base/fixsection.exp
13337 * gdb.base/foll-vfork.exp
13338 * gdb.base/frame-args.exp
13339 * gdb.base/gcore.exp
13340 * gdb.base/gdb1250.exp
13341 * gdb.base/global-var-nested-by-dso.exp
13342 * gdb.base/gnu-ifunc.exp
13343 * gdb.base/hashline1.exp
13344 * gdb.base/hashline2.exp
13345 * gdb.base/hashline3.exp
13346 * gdb.base/hbreak-in-shr-unsupported.exp
13347 * gdb.base/huge.exp
13348 * gdb.base/infcall-input.exp
13349 * gdb.base/info-fun.exp
13350 * gdb.base/info-shared.exp
13351 * gdb.base/jit-simple.exp
13352 * gdb.base/jit-so.exp
13353 * gdb.base/jit.exp
13354 * gdb.base/jump.exp
13355 * gdb.base/label.exp
13356 * gdb.base/lineinc.exp
13357 * gdb.base/logical.exp
13358 * gdb.base/longjmp.exp
13359 * gdb.base/macscp.exp
13360 * gdb.base/miscexprs.exp
13361 * gdb.base/new-ui-echo.exp
13362 * gdb.base/new-ui-pending-input.exp
13363 * gdb.base/new-ui.exp
13364 * gdb.base/nodebug.exp
13365 * gdb.base/nofield.exp
13366 * gdb.base/offsets.exp
13367 * gdb.base/overlays.exp
13368 * gdb.base/pending.exp
13369 * gdb.base/pointers.exp
13370 * gdb.base/pr11022.exp
13371 * gdb.base/printcmds.exp
13372 * gdb.base/prologue.exp
13373 * gdb.base/ptr-typedef.exp
13374 * gdb.base/realname-expand.exp
13375 * gdb.base/relativedebug.exp
13376 * gdb.base/relocate.exp
13377 * gdb.base/remote.exp
13378 * gdb.base/reread.exp
13379 * gdb.base/return2.exp
13380 * gdb.base/savedregs.exp
13381 * gdb.base/sep.exp
13382 * gdb.base/sepdebug.exp
13383 * gdb.base/sepsymtab.exp
13384 * gdb.base/set-inferior-tty.exp
13385 * gdb.base/setshow.exp
13386 * gdb.base/shlib-call.exp
13387 * gdb.base/sigaltstack.exp
13388 * gdb.base/siginfo-addr.exp
13389 * gdb.base/signals.exp
13390 * gdb.base/signull.exp
13391 * gdb.base/sigrepeat.exp
13392 * gdb.base/so-impl-ld.exp
13393 * gdb.base/solib-display.exp
13394 * gdb.base/solib-overlap.exp
13395 * gdb.base/solib-search.exp
13396 * gdb.base/solib-symbol.exp
13397 * gdb.base/structs.exp
13398 * gdb.base/structs2.exp
13399 * gdb.base/symtab-search-order.exp
13400 * gdb.base/twice.exp
13401 * gdb.base/unload.exp
13402 * gdb.base/varargs.exp
13403 * gdb.base/watchpoint-solib.exp
13404 * gdb.base/watchpoint.exp
13405 * gdb.base/whatis.exp
13406 * gdb.base/wrong_frame_bt_full.exp
13407 * gdb.btrace/dlopen.exp
13408 * gdb.cell/ea-standalone.exp
13409 * gdb.cell/ea-test.exp
13410 * gdb.cp/dispcxx.exp
13411 * gdb.cp/gdb2384.exp
13412 * gdb.cp/method2.exp
13413 * gdb.cp/nextoverthrow.exp
13414 * gdb.cp/pr10728.exp
13415 * gdb.disasm/am33.exp
13416 * gdb.disasm/h8300s.exp
13417 * gdb.disasm/mn10300.exp
13418 * gdb.disasm/sh3.exp
13419 * gdb.dwarf2/dw2-dir-file-name.exp
13420 * gdb.fortran/complex.exp
13421 * gdb.fortran/library-module.exp
13422 * gdb.guile/scm-pretty-print.exp
13423 * gdb.guile/scm-symbol.exp
13424 * gdb.guile/scm-type.exp
13425 * gdb.guile/scm-value.exp
13426 * gdb.linespec/linespec.exp
13427 * gdb.mi/gdb701.exp
13428 * gdb.mi/gdb792.exp
13429 * gdb.mi/mi-breakpoint-changed.exp
13430 * gdb.mi/mi-dprintf-pending.exp
13431 * gdb.mi/mi-dprintf.exp
13432 * gdb.mi/mi-exit-code.exp
13433 * gdb.mi/mi-pending.exp
13434 * gdb.mi/mi-solib.exp
13435 * gdb.mi/new-ui-mi-sync.exp
13436 * gdb.mi/pr11022.exp
13437 * gdb.mi/user-selected-context-sync.exp
13438 * gdb.opt/solib-intra-step.exp
13439 * gdb.python/py-events.exp
13440 * gdb.python/py-finish-breakpoint.exp
13441 * gdb.python/py-mi.exp
13442 * gdb.python/py-prettyprint.exp
13443 * gdb.python/py-shared.exp
13444 * gdb.python/py-symbol.exp
13445 * gdb.python/py-template.exp
13446 * gdb.python/py-type.exp
13447 * gdb.python/py-value.exp
13448 * gdb.reverse/solib-precsave.exp
13449 * gdb.reverse/solib-reverse.exp
13450 * gdb.server/solib-list.exp
13451 * gdb.stabs/weird.exp
13452 * gdb.threads/reconnect-signal.exp
13453 * gdb.threads/stepi-random-signal.exp
13454 * gdb.trace/actions.exp
13455 * gdb.trace/ax.exp
13456 * gdb.trace/backtrace.exp
13457 * gdb.trace/change-loc.exp
13458 * gdb.trace/deltrace.exp
13459 * gdb.trace/ftrace-lock.exp
13460 * gdb.trace/ftrace.exp
13461 * gdb.trace/infotrace.exp
13462 * gdb.trace/mi-tracepoint-changed.exp
13463 * gdb.trace/packetlen.exp
13464 * gdb.trace/passcount.exp
13465 * gdb.trace/pending.exp
13466 * gdb.trace/range-stepping.exp
13467 * gdb.trace/report.exp
13468 * gdb.trace/stap-trace.exp
13469 * gdb.trace/tfind.exp
13470 * gdb.trace/trace-break.exp
13471 * gdb.trace/trace-condition.exp
13472 * gdb.trace/trace-enable-disable.exp
13473 * gdb.trace/trace-mt.exp
13474 * gdb.trace/tracecmd.exp
13475 * gdb.trace/tspeed.exp
13476 * gdb.trace/tsv.exp
13477 * lib/perftest.exp
13478
fb9feb35
LM
134792016-12-01 Luis Machado <lgustavo@codesourcery.com>
13480
13481 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13482 with gdb_test_no_output.
13483 Use command as test name.
13484
cd2ddb6c
LM
134852016-12-01 Luis Machado <lgustavo@codesourcery.com>
13486
13487 Fix test names starting with uppercase throughout the files.
13488
13489 * gdb.ada/assign_1.exp
13490 * gdb.ada/boolean_expr.exp
13491 * gdb.base/arrayidx.exp
13492 * gdb.base/del.exp
13493 * gdb.base/gcore-buffer-overflow.exp
13494 * gdb.base/testenv.exp
13495 * gdb.compile/compile.exp
13496 * gdb.python/py-framefilter-invalidarg.exp
13497 * gdb.python/py-framefilter.exp
13498
bb95117e
LM
134992016-12-01 Luis Machado <lgustavo@codesourcery.com>
13500
13501 Fix test names starting with uppercase throughout the files.
13502
13503 * gdb.ada/array_return.exp
13504 * gdb.ada/expr_delims.exp
13505 * gdb.ada/mi_dyn_arr.exp
13506 * gdb.ada/mi_interface.exp
13507 * gdb.ada/mi_var_array.exp
13508 * gdb.ada/watch_arg.exp
13509 * gdb.arch/alpha-step.exp
13510 * gdb.arch/altivec-regs.exp
13511 * gdb.arch/e500-regs.exp
13512 * gdb.arch/powerpc-d128-regs.exp
13513 * gdb.base/arrayidx.exp
13514 * gdb.base/break.exp
13515 * gdb.base/checkpoint.exp
13516 * gdb.base/debug-expr.exp
13517 * gdb.base/dmsym.exp
13518 * gdb.base/radix.exp
13519 * gdb.base/sepdebug.exp
13520 * gdb.base/testenv.exp
13521 * gdb.base/watch_thread_num.exp
13522 * gdb.base/watchpoint-cond-gone.exp
13523 * gdb.cell/break.exp
13524 * gdb.cell/ea-cache.exp
13525 * gdb.compile/compile.exp
13526 * gdb.cp/gdb2495.exp
13527 * gdb.gdb/selftest.exp
13528 * gdb.gdb/xfullpath.exp
13529 * gdb.go/hello.exp
13530 * gdb.go/integers.exp
13531 * gdb.objc/basicclass.exp
13532 * gdb.pascal/hello.exp
13533 * gdb.pascal/integers.exp
13534 * gdb.python/py-breakpoint.exp
13535 * gdb.python/py-cmd.exp
13536 * gdb.python/py-linetable.exp
13537 * gdb.python/py-xmethods.exp
13538 * gdb.python/python.exp
13539 * gdb.reverse/consecutive-precsave.exp
13540 * gdb.reverse/finish-precsave.exp
13541 * gdb.reverse/i386-precsave.exp
13542 * gdb.reverse/machinestate-precsave.exp
13543 * gdb.reverse/sigall-precsave.exp
13544 * gdb.reverse/solib-precsave.exp
13545 * gdb.reverse/step-precsave.exp
13546 * gdb.reverse/until-precsave.exp
13547 * gdb.reverse/watch-precsave.exp
13548 * gdb.threads/leader-exit.exp
13549 * gdb.threads/pthreads.exp
13550 * gdb.threads/wp-replication.exp
13551 * gdb.trace/actions.exp
13552 * gdb.trace/mi-tsv-changed.exp
13553 * gdb.trace/tsv.exp
13554
de97fdd4
LM
135552016-12-01 Luis Machado <lgustavo@codesourcery.com>
13556
13557 Fix test names starting with uppercase throughout the files.
13558
13559 * gdb.arch/i386-bp_permanent.exp
13560 * gdb.arch/i386-gnu-cfi.exp
13561 * gdb.base/disasm-end-cu.exp
13562 * gdb.base/macscp.exp
13563 * gdb.base/pending.exp
13564 * gdb.base/watch_thread_num.exp
13565 * gdb.cp/exception.exp
13566 * gdb.cp/gdb2495.exp
13567 * gdb.cp/local.exp
13568 * gdb.python/py-evsignal.exp
13569 * gdb.python/python.exp
13570 * gdb.trace/tracecmd.exp
13571
9f058c10
LM
135722016-12-01 Luis Machado <lgustavo@codesourcery.com>
13573
13574 Fix test names starting with uppercase throughout the files.
13575
13576 * gdb.base/charset.exp
13577 * gdb.base/eval.exp
13578 * gdb.base/multi-forks.exp
13579 * gdb.guile/scm-progspace.exp
13580 * gdb.opencl/datatypes.exp
13581 * gdb.python/py-block.exp
13582 * gdb.python/py-function.exp
13583 * gdb.python/py-symbol.exp
13584 * gdb.python/py-symtab.exp
13585 * gdb.python/py-xmethods.exp
13586 * gdb.reverse/break-precsave.exp
13587 * gdb.reverse/break-reverse.exp
13588 * gdb.reverse/consecutive-precsave.exp
13589 * gdb.reverse/consecutive-reverse.exp
13590 * gdb.reverse/finish-precsave.exp
13591 * gdb.reverse/finish-reverse-bkpt.exp
13592 * gdb.reverse/finish-reverse.exp
13593 * gdb.reverse/fstatat-reverse.exp
13594 * gdb.reverse/getresuid-reverse.exp
13595 * gdb.reverse/i386-precsave.exp
13596 * gdb.reverse/i386-reverse.exp
13597 * gdb.reverse/i386-sse-reverse.exp
13598 * gdb.reverse/i387-stack-reverse.exp
13599 * gdb.reverse/insn-reverse.exp
13600 * gdb.reverse/machinestate-precsave.exp
13601 * gdb.reverse/machinestate.exp
13602 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13603 * gdb.reverse/pipe-reverse.exp
13604 * gdb.reverse/readv-reverse.exp
13605 * gdb.reverse/recvmsg-reverse.exp
13606 * gdb.reverse/rerun-prec.exp
13607 * gdb.reverse/s390-mvcle.exp
13608 * gdb.reverse/sigall-precsave.exp
13609 * gdb.reverse/sigall-reverse.exp
13610 * gdb.reverse/solib-precsave.exp
13611 * gdb.reverse/solib-reverse.exp
13612 * gdb.reverse/step-precsave.exp
13613 * gdb.reverse/step-reverse.exp
13614 * gdb.reverse/time-reverse.exp
13615 * gdb.reverse/until-precsave.exp
13616 * gdb.reverse/until-reverse.exp
13617 * gdb.reverse/waitpid-reverse.exp
13618 * gdb.reverse/watch-precsave.exp
13619 * gdb.reverse/watch-reverse.exp
13620
cdc7edd7
LM
136212016-12-01 Luis Machado <lgustavo@codesourcery.com>
13622
13623 Fix test names starting with uppercase throughout the files.
13624
13625 * gdb.arch/i386-mpx-simple_segv.exp
13626 * gdb.arch/i386-mpx.exp
13627 * gdb.arch/i386-permbkpt.exp
13628 * gdb.arch/pa-nullify.exp
13629 * gdb.arch/powerpc-d128-regs.exp
13630 * gdb.arch/vsx-regs.exp
13631 * gdb.base/bfp-test.exp
13632 * gdb.base/break.exp
13633 * gdb.base/breakpoint-shadow.exp
13634 * gdb.base/callfuncs.exp
13635 * gdb.base/charset.exp
13636 * gdb.base/commands.exp
13637 * gdb.base/completion.exp
13638 * gdb.base/dfp-test.exp
13639 * gdb.base/echo.exp
13640 * gdb.base/ending-run.exp
13641 * gdb.base/eval.exp
13642 * gdb.base/expand-psymtabs.exp
13643 * gdb.base/float128.exp
13644 * gdb.base/floatn.exp
13645 * gdb.base/foll-exec-mode.exp
13646 * gdb.base/gdb1056.exp
13647 * gdb.base/gdb11531.exp
13648 * gdb.base/kill-after-signal.exp
13649 * gdb.base/multi-forks.exp
13650 * gdb.base/overlays.exp
13651 * gdb.base/pending.exp
13652 * gdb.base/sepdebug.exp
13653 * gdb.base/testenv.exp
13654 * gdb.base/valgrind-db-attach.exp
13655 * gdb.base/watch_thread_num.exp
13656 * gdb.base/watchpoint-cond-gone.exp
13657 * gdb.base/watchpoint.exp
13658 * gdb.base/watchpoints.exp
13659 * gdb.cp/arg-reference.exp
13660 * gdb.cp/baseenum.exp
13661 * gdb.cp/operator.exp
13662 * gdb.cp/shadow.exp
13663 * gdb.dwarf2/dw2-op-out-param.exp
13664 * gdb.dwarf2/dw2-reg-undefined.exp
13665 * gdb.go/chan.exp
13666 * gdb.go/hello.exp
13667 * gdb.go/integers.exp
13668 * gdb.go/methods.exp
13669 * gdb.go/package.exp
13670 * gdb.guile/scm-parameter.exp
13671 * gdb.guile/scm-progspace.exp
13672 * gdb.guile/scm-value.exp
13673 * gdb.mi/mi-pending.exp
13674 * gdb.mi/user-selected-context-sync.exp
13675 * gdb.multi/multi-attach.exp
13676 * gdb.multi/tids.exp
13677 * gdb.opt/clobbered-registers-O2.exp
13678 * gdb.pascal/floats.exp
13679 * gdb.pascal/integers.exp
13680 * gdb.python/py-block.exp
13681 * gdb.python/py-events.exp
13682 * gdb.python/py-parameter.exp
13683 * gdb.python/py-symbol.exp
13684 * gdb.python/py-symtab.exp
13685 * gdb.python/py-type.exp
13686 * gdb.python/py-value.exp
13687 * gdb.python/py-xmethods.exp
13688 * gdb.python/python.exp
13689 * gdb.reverse/break-precsave.exp
13690 * gdb.reverse/consecutive-precsave.exp
13691 * gdb.reverse/finish-precsave.exp
13692 * gdb.reverse/i386-precsave.exp
13693 * gdb.reverse/machinestate-precsave.exp
13694 * gdb.reverse/sigall-precsave.exp
13695 * gdb.reverse/solib-precsave.exp
13696 * gdb.reverse/step-precsave.exp
13697 * gdb.reverse/until-precsave.exp
13698 * gdb.reverse/watch-precsave.exp
13699 * gdb.server/ext-attach.exp
13700 * gdb.server/ext-restart.exp
13701 * gdb.server/ext-run.exp
13702 * gdb.server/ext-wrapper.exp
13703 * gdb.stabs/gdb11479.exp
13704 * gdb.stabs/weird.exp
13705 * gdb.threads/attach-many-short-lived-threads.exp
13706 * gdb.threads/kill.exp
13707 * gdb.threads/watchpoint-fork.exp
13708
bc6c7af4
LM
137092016-12-01 Luis Machado <lgustavo@codesourcery.com>
13710
13711 Fix test names starting with uppercase throughout all the files below.
13712
13713 * gdb.ada/array_return.exp
13714 * gdb.ada/catch_ex.exp
13715 * gdb.ada/info_exc.exp
13716 * gdb.ada/mi_catch_ex.exp
13717 * gdb.ada/mi_dyn_arr.exp
13718 * gdb.ada/mi_ex_cond.exp
13719 * gdb.ada/mi_exc_info.exp
13720 * gdb.ada/mi_interface.exp
13721 * gdb.ada/mi_task_arg.exp
13722 * gdb.ada/mi_task_info.exp
13723 * gdb.ada/mi_var_array.exp
13724 * gdb.arch/alpha-step.exp
13725 * gdb.arch/amd64-disp-step.exp
13726 * gdb.arch/arm-disp-step.exp
13727 * gdb.arch/disp-step-insn-reloc.exp
13728 * gdb.arch/e500-prologue.exp
13729 * gdb.arch/ftrace-insn-reloc.exp
13730 * gdb.arch/gdb1558.exp
13731 * gdb.arch/i386-bp_permanent.exp
13732 * gdb.arch/i386-disp-step.exp
13733 * gdb.arch/i386-float.exp
13734 * gdb.arch/i386-gnu-cfi.exp
13735 * gdb.arch/ia64-breakpoint-shadow.exp
13736 * gdb.arch/mips16-thunks.exp
13737 * gdb.arch/pa-nullify.exp
13738 * gdb.arch/powerpc-aix-prologue.exp
13739 * gdb.arch/powerpc-power.exp
13740 * gdb.arch/ppc-dfp.exp
13741 * gdb.arch/s390-tdbregs.exp
13742 * gdb.arch/spu-info.exp
13743 * gdb.arch/spu-ls.exp
13744 * gdb.arch/thumb-bx-pc.exp
13745 * gdb.base/advance.exp
13746 * gdb.base/annota-input-while-running.exp
13747 * gdb.base/arrayidx.exp
13748 * gdb.base/asmlabel.exp
13749 * gdb.base/async.exp
13750 * gdb.base/attach-wait-input.exp
13751 * gdb.base/auto-connect-native-target.exp
13752 * gdb.base/batch-preserve-term-settings.exp
13753 * gdb.base/bfp-test.exp
13754 * gdb.base/bigcore.exp
13755 * gdb.base/bp-permanent.exp
13756 * gdb.base/break-always.exp
13757 * gdb.base/break-fun-addr.exp
13758 * gdb.base/break-idempotent.exp
13759 * gdb.base/break-main-file-remove-fail.exp
13760 * gdb.base/break-probes.exp
13761 * gdb.base/break-unload-file.exp
13762 * gdb.base/break.exp
13763 * gdb.base/call-ar-st.exp
13764 * gdb.base/call-rt-st.exp
13765 * gdb.base/call-sc.exp
13766 * gdb.base/call-signal-resume.exp
13767 * gdb.base/call-strs.exp
13768 * gdb.base/callexit.exp
13769 * gdb.base/callfuncs.exp
13770 * gdb.base/catch-gdb-caused-signals.exp
13771 * gdb.base/catch-signal-siginfo-cond.exp
13772 * gdb.base/catch-syscall.exp
13773 * gdb.base/compare-sections.exp
13774 * gdb.base/cond-eval-mode.exp
13775 * gdb.base/condbreak-call-false.exp
13776 * gdb.base/consecutive-step-over.exp
13777 * gdb.base/cursal.exp
13778 * gdb.base/disabled-location.exp
13779 * gdb.base/disasm-end-cu.exp
13780 * gdb.base/display.exp
13781 * gdb.base/double-prompt-target-event-error.exp
13782 * gdb.base/dprintf-bp-same-addr.exp
13783 * gdb.base/dprintf-detach.exp
13784 * gdb.base/dprintf-next.exp
13785 * gdb.base/dprintf-non-stop.exp
13786 * gdb.base/dprintf-pending.exp
13787 * gdb.base/dso2dso.exp
13788 * gdb.base/ending-run.exp
13789 * gdb.base/enum_cond.exp
13790 * gdb.base/examine-backward.exp
13791 * gdb.base/exe-lock.exp
13792 * gdb.base/exec-invalid-sysroot.exp
13793 * gdb.base/execl-update-breakpoints.exp
13794 * gdb.base/execution-termios.exp
13795 * gdb.base/fileio.exp
13796 * gdb.base/fixsection.exp
13797 * gdb.base/foll-exec-mode.exp
13798 * gdb.base/foll-exec.exp
13799 * gdb.base/fork-running-state.exp
13800 * gdb.base/frame-args.exp
13801 * gdb.base/fullpath-expand.exp
13802 * gdb.base/func-ptr.exp
13803 * gdb.base/gcore-relro-pie.exp
13804 * gdb.base/gdb1090.exp
13805 * gdb.base/gdb1555.exp
13806 * gdb.base/global-var-nested-by-dso.exp
13807 * gdb.base/gnu-ifunc.exp
13808 * gdb.base/hbreak-in-shr-unsupported.exp
13809 * gdb.base/hbreak-unmapped.exp
13810 * gdb.base/hook-stop.exp
13811 * gdb.base/infcall-input.exp
13812 * gdb.base/info-fun.exp
13813 * gdb.base/info-shared.exp
13814 * gdb.base/interrupt-noterm.exp
13815 * gdb.base/jit-so.exp
13816 * gdb.base/jit.exp
13817 * gdb.base/line-symtabs.exp
13818 * gdb.base/list.exp
13819 * gdb.base/longjmp.exp
13820 * gdb.base/macscp.exp
13821 * gdb.base/max-value-size.exp
13822 * gdb.base/nodebug.exp
13823 * gdb.base/nofield.exp
13824 * gdb.base/overlays.exp
13825 * gdb.base/paginate-after-ctrl-c-running.exp
13826 * gdb.base/paginate-bg-execution.exp
13827 * gdb.base/paginate-inferior-exit.exp
13828 * gdb.base/pending.exp
13829 * gdb.base/pr11022.exp
13830 * gdb.base/printcmds.exp
13831 * gdb.base/ptr-typedef.exp
13832 * gdb.base/ptype.exp
13833 * gdb.base/randomize.exp
13834 * gdb.base/range-stepping.exp
13835 * gdb.base/realname-expand.exp
13836 * gdb.base/relativedebug.exp
13837 * gdb.base/remote.exp
13838 * gdb.base/savedregs.exp
13839 * gdb.base/sepdebug.exp
13840 * gdb.base/set-noassign.exp
13841 * gdb.base/shlib-call.exp
13842 * gdb.base/shreloc.exp
13843 * gdb.base/sigaltstack.exp
13844 * gdb.base/sigbpt.exp
13845 * gdb.base/siginfo-addr.exp
13846 * gdb.base/siginfo-obj.exp
13847 * gdb.base/siginfo-thread.exp
13848 * gdb.base/signest.exp
13849 * gdb.base/signull.exp
13850 * gdb.base/sigrepeat.exp
13851 * gdb.base/skip.exp
13852 * gdb.base/so-impl-ld.exp
13853 * gdb.base/solib-corrupted.exp
13854 * gdb.base/solib-disc.exp
13855 * gdb.base/solib-display.exp
13856 * gdb.base/solib-overlap.exp
13857 * gdb.base/solib-search.exp
13858 * gdb.base/solib-symbol.exp
13859 * gdb.base/source-execution.exp
13860 * gdb.base/sss-bp-on-user-bp-2.exp
13861 * gdb.base/sss-bp-on-user-bp.exp
13862 * gdb.base/stack-checking.exp
13863 * gdb.base/stale-infcall.exp
13864 * gdb.base/step-break.exp
13865 * gdb.base/step-line.exp
13866 * gdb.base/step-over-exit.exp
13867 * gdb.base/step-test.exp
13868 * gdb.base/structs.exp
13869 * gdb.base/sym-file.exp
13870 * gdb.base/symtab-search-order.exp
13871 * gdb.base/term.exp
13872 * gdb.base/type-opaque.exp
13873 * gdb.base/unload.exp
13874 * gdb.base/until-nodebug.exp
13875 * gdb.base/until.exp
13876 * gdb.base/unwindonsignal.exp
13877 * gdb.base/watch-cond.exp
13878 * gdb.base/watch-non-mem.exp
13879 * gdb.base/watch_thread_num.exp
13880 * gdb.base/watchpoint-reuse-slot.exp
13881 * gdb.base/watchpoint-solib.exp
13882 * gdb.base/watchpoint.exp
13883 * gdb.btrace/dlopen.exp
13884 * gdb.cell/arch.exp
13885 * gdb.cell/break.exp
13886 * gdb.cell/bt.exp
13887 * gdb.cell/core.exp
13888 * gdb.cell/data.exp
13889 * gdb.cell/dwarfaddr.exp
13890 * gdb.cell/ea-cache.exp
13891 * gdb.cell/ea-standalone.exp
13892 * gdb.cell/ea-test.exp
13893 * gdb.cell/f-regs.exp
13894 * gdb.cell/fork.exp
13895 * gdb.cell/gcore.exp
13896 * gdb.cell/mem-access.exp
13897 * gdb.cell/ptype.exp
13898 * gdb.cell/registers.exp
13899 * gdb.cell/sizeof.exp
13900 * gdb.cell/solib-symbol.exp
13901 * gdb.cell/solib.exp
13902 * gdb.compile/compile-tls.exp
13903 * gdb.cp/exception.exp
13904 * gdb.cp/gdb2495.exp
13905 * gdb.cp/local.exp
13906 * gdb.cp/mb-inline.exp
13907 * gdb.cp/mb-templates.exp
13908 * gdb.cp/pr10687.exp
13909 * gdb.cp/pr9167.exp
13910 * gdb.cp/scope-err.exp
13911 * gdb.cp/templates.exp
13912 * gdb.cp/virtfunc.exp
13913 * gdb.dwarf2/dw2-dir-file-name.exp
13914 * gdb.dwarf2/dw2-single-line-discriminators.exp
13915 * gdb.fortran/complex.exp
13916 * gdb.fortran/library-module.exp
13917 * gdb.guile/guile.exp
13918 * gdb.guile/scm-cmd.exp
13919 * gdb.guile/scm-frame-inline.exp
13920 * gdb.guile/scm-objfile.exp
13921 * gdb.guile/scm-pretty-print.exp
13922 * gdb.guile/scm-symbol.exp
13923 * gdb.guile/scm-type.exp
13924 * gdb.guile/scm-value.exp
13925 * gdb.linespec/keywords.exp
13926 * gdb.linespec/ls-errs.exp
13927 * gdb.linespec/macro-relative.exp
13928 * gdb.linespec/thread.exp
13929 * gdb.mi/mi-breakpoint-changed.exp
13930 * gdb.mi/mi-dprintf-pending.exp
13931 * gdb.mi/mi-fullname-deleted.exp
13932 * gdb.mi/mi-logging.exp
13933 * gdb.mi/mi-pending.exp
13934 * gdb.mi/mi-solib.exp
13935 * gdb.mi/new-ui-mi-sync.exp
13936 * gdb.mi/user-selected-context-sync.exp
13937 * gdb.multi/dummy-frame-restore.exp
13938 * gdb.multi/multi-arch-exec.exp
13939 * gdb.multi/remove-inferiors.exp
13940 * gdb.multi/watchpoint-multi-exit.exp
13941 * gdb.opt/solib-intra-step.exp
13942 * gdb.perf/backtrace.exp
13943 * gdb.perf/single-step.exp
13944 * gdb.perf/skip-command.exp
13945 * gdb.perf/skip-prologue.exp
13946 * gdb.perf/solib.exp
13947 * gdb.python/lib-types.exp
13948 * gdb.python/py-as-string.exp
13949 * gdb.python/py-bad-printers.exp
13950 * gdb.python/py-block.exp
13951 * gdb.python/py-breakpoint.exp
13952 * gdb.python/py-cmd.exp
13953 * gdb.python/py-events.exp
13954 * gdb.python/py-evthreads.exp
13955 * gdb.python/py-finish-breakpoint.exp
13956 * gdb.python/py-finish-breakpoint2.exp
13957 * gdb.python/py-frame-inline.exp
13958 * gdb.python/py-frame.exp
13959 * gdb.python/py-inferior.exp
13960 * gdb.python/py-infthread.exp
13961 * gdb.python/py-mi.exp
13962 * gdb.python/py-objfile.exp
13963 * gdb.python/py-pp-maint.exp
13964 * gdb.python/py-pp-registration.exp
13965 * gdb.python/py-prettyprint.exp
13966 * gdb.python/py-recurse-unwind.exp
13967 * gdb.python/py-shared.exp
13968 * gdb.python/py-symbol.exp
13969 * gdb.python/py-symtab.exp
13970 * gdb.python/py-template.exp
13971 * gdb.python/py-type.exp
13972 * gdb.python/py-unwind-maint.exp
13973 * gdb.python/py-unwind.exp
13974 * gdb.python/py-value.exp
13975 * gdb.python/python.exp
13976 * gdb.reverse/finish-reverse-bkpt.exp
13977 * gdb.reverse/insn-reverse.exp
13978 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13979 * gdb.reverse/solib-precsave.exp
13980 * gdb.reverse/solib-reverse.exp
13981 * gdb.stabs/gdb11479.exp
13982 * gdb.stabs/weird.exp
13983 * gdb.threads/fork-child-threads.exp
13984 * gdb.threads/fork-plus-threads.exp
13985 * gdb.threads/fork-thread-pending.exp
13986 * gdb.threads/forking-threads-plus-breakpoint.exp
13987 * gdb.threads/hand-call-in-threads.exp
13988 * gdb.threads/interrupted-hand-call.exp
13989 * gdb.threads/linux-dp.exp
13990 * gdb.threads/local-watch-wrong-thread.exp
13991 * gdb.threads/next-while-other-thread-longjmps.exp
13992 * gdb.threads/non-ldr-exit.exp
13993 * gdb.threads/pending-step.exp
13994 * gdb.threads/print-threads.exp
13995 * gdb.threads/process-dies-while-detaching.exp
13996 * gdb.threads/process-dies-while-handling-bp.exp
13997 * gdb.threads/pthreads.exp
13998 * gdb.threads/queue-signal.exp
13999 * gdb.threads/reconnect-signal.exp
14000 * gdb.threads/signal-command-handle-nopass.exp
14001 * gdb.threads/signal-command-multiple-signals-pending.exp
14002 * gdb.threads/signal-delivered-right-thread.exp
14003 * gdb.threads/signal-sigtrap.exp
14004 * gdb.threads/sigthread.exp
14005 * gdb.threads/staticthreads.exp
14006 * gdb.threads/stepi-random-signal.exp
14007 * gdb.threads/thread-unwindonsignal.exp
14008 * gdb.threads/thread_check.exp
14009 * gdb.threads/thread_events.exp
14010 * gdb.threads/tid-reuse.exp
14011 * gdb.threads/tls-nodebug.exp
14012 * gdb.threads/tls-shared.exp
14013 * gdb.threads/tls-so_extern.exp
14014 * gdb.threads/tls.exp
14015 * gdb.threads/wp-replication.exp
14016 * gdb.trace/actions-changed.exp
14017 * gdb.trace/actions.exp
14018 * gdb.trace/backtrace.exp
14019 * gdb.trace/change-loc.exp
14020 * gdb.trace/collection.exp
14021 * gdb.trace/deltrace.exp
14022 * gdb.trace/disconnected-tracing.exp
14023 * gdb.trace/entry-values.exp
14024 * gdb.trace/ftrace-lock.exp
14025 * gdb.trace/ftrace.exp
14026 * gdb.trace/infotrace.exp
14027 * gdb.trace/mi-trace-frame-collected.exp
14028 * gdb.trace/mi-trace-unavailable.exp
14029 * gdb.trace/mi-traceframe-changed.exp
14030 * gdb.trace/mi-tracepoint-changed.exp
14031 * gdb.trace/mi-tsv-changed.exp
14032 * gdb.trace/no-attach-trace.exp
14033 * gdb.trace/packetlen.exp
14034 * gdb.trace/passc-dyn.exp
14035 * gdb.trace/passcount.exp
14036 * gdb.trace/pending.exp
14037 * gdb.trace/pr16508.exp
14038 * gdb.trace/qtro.exp
14039 * gdb.trace/range-stepping.exp
14040 * gdb.trace/read-memory.exp
14041 * gdb.trace/report.exp
14042 * gdb.trace/save-trace.exp
14043 * gdb.trace/signal.exp
14044 * gdb.trace/stap-trace.exp
14045 * gdb.trace/status-stop.exp
14046 * gdb.trace/strace.exp
14047 * gdb.trace/tfile.exp
14048 * gdb.trace/tfind.exp
14049 * gdb.trace/trace-break.exp
14050 * gdb.trace/trace-condition.exp
14051 * gdb.trace/trace-enable-disable.exp
14052 * gdb.trace/trace-mt.exp
14053 * gdb.trace/tracecmd.exp
14054 * gdb.trace/tracefile-pseudo-reg.exp
14055 * gdb.trace/tspeed.exp
14056 * gdb.trace/tstatus.exp
14057 * gdb.trace/tsv.exp
14058 * gdb.trace/unavailable.exp
14059 * gdb.trace/while-dyn.exp
14060 * gdb.trace/while-stepping.exp
14061 * lib/gdb-guile.exp
14062 * lib/gdb.exp
14063 * lib/mi-support.exp
14064 * lib/pascal.exp
14065 * lib/perftest.exp
14066 * lib/prelink-support.exp
14067 * lib/selftest-support.exp
14068
ad02e4fe
SM
140692016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14070
14071 * Makefile.in: Include disable-implicit-rules.mk.
14072
22347e55
AA
140732016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14074
14075 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14076 non-byte-aligned bit fields.
14077
da5b30da
AA
140782016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14079
14080 PR gdb/12616
14081 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14082 respects the DW_AT_data_bit_offset attribute.
14083
b593ecca
SM
140842016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14085
14086 * gdb.base/default.exp: Fix output of "set language".
14087
3b165252
SM
140882016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14089
14090 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14091 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14092 make.
14093 * configure.ac: Remove checks for the make program.
14094 * configure: Re-generate.
14095
1a2f3d7f
KB
140962016-11-16 Kevin Buettner <kevinb@redhat.com>
14097
14098 * gdb.python/py-recurse-unwind.c (main): Add loop.
14099 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14100 to read_register() and gdb.parse_and_eval(). Make each code
14101 call a separate case that can be individually tested.
14102 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14103 proc. Call cont_and_backtrace for each of the code paths that
14104 we want to test in the unwinder.
14105
b7f38fda
AA
141062016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14107
14108 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14109 the definition of struct S.
14110
1f8db343
CM
141112016-11-11 Catherine Moore <clm@codesourcery.com>
14112
14113 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14114
fad0c9fb
PA
141152016-11-09 Pedro Alves <palves@redhat.com>
14116
14117 * gdb.base/commands.exp (runto_or_return): New procedure.
14118 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14119 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14120 (progvar_simple_while_test, progvar_complex_if_while_test)
14121 (if_while_breakpoint_command_test)
14122 (infrun_breakpoint_command_test, breakpoint_command_test)
14123 (user_defined_command_test, watchpoint_command_test)
14124 (test_command_prompt_position, redefine_hook_test)
14125 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14126 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14127 multi_line_input and multi_line. Remove gdb_expect and
14128 gdb_stop_suppressing_tests uses.
14129 * lib/gdb.exp (valnum_re): New global.
14130 (multi_line_input): New procedure.
14131
8354c62c
SM
141322016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14133
14134 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14135 Remove.
14136 (test_setup): Define with proc_with_prefix.
14137 (test_cli_inferior): Likewise.
14138 (test_cli_thread): Likewise.
14139 (test_cli_frame): Likewise.
14140 (test_cli_select_frame): Likewise.
14141 (test_cli_up_down): Likewise.
14142 (test_mi_thread_select): Likewise.
14143 (test_mi_stack_select_frame): Likewise.
14144 (test_cli_in_mi_inferior): Likewise.
14145 (test_cli_in_mi_thread): Likewise.
14146 (test_cli_in_mi_frame): Likewise.
14147 (top level): Do not use with_test_prefix_procname.
14148
64f367a2
PA
141492016-11-09 Pedro Alves <palves@redhat.com>
14150
14151 * gdb.base/commands.exp (gdbvar_simple_if_test)
14152 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14153 (progvar_simple_if_test, progvar_simple_while_test)
14154 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14155 (infrun_breakpoint_command_test, breakpoint_command_test)
14156 (user_defined_command_test, watchpoint_command_test)
14157 (test_command_prompt_position, deprecated_command_test)
14158 (bp_deleted_in_command, temporary_breakpoint_commands)
14159 (stray_arg0_test, source_file_with_indented_comment)
14160 (recursive_source_test, if_commands_test)
14161 (error_clears_commands_left, redefine_hook_test)
14162 (redefine_backtrace_test): Use proc_with_prefix.
14163 * lib/gdb.exp (proc_with_prefix): New proc.
14164
0bb65f1e
AA
141652016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14166
14167 * gdb.base/tui-layout.c: New file.
14168 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14169 disassembly window contains very long lines.
14170
7353f247
TT
141712016-11-08 Tom Tromey <tom@tromey.com>
14172
14173 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14174 depend on Python 2.
14175
30a7bb83
TT
141762016-11-08 Tom Tromey <tom@tromey.com>
14177
14178 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14179 New method.
14180
cdf5a07c
MG
141812016-10-29 Manish Goregaokar <manish@mozilla.com>
14182
2806dc7e 14183 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14184
51a789c3
MG
141852016-10-27 Manish Goregaokar <manish@mozilla.com>
14186
2806dc7e
PA
14187 * gdb.rust/simple.rs: Add test for univariant enums without
14188 discriminants and for encoded struct-like enums.
51a789c3 14189
f610ab6d
PA
141902016-10-28 Pedro Alves <palves@redhat.com>
14191
14192 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14193 gdb_test_multiple, tighten regexps and match symtabs and line
14194 tables incrementally.
14195
b129b0ca
LM
141962016-10-28 Luis Machado <lgustavo@codesourcery.com>
14197
14198 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14199 general.
14200
ecf45d2c
SL
142012016-10-25 Luis Machado <lgustavo@codesourcery.com>
14202
14203 * gdb.base/exec-invalid-sysroot.exp: New file.
14204
b8d38ee4
JK
142052016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14206
14207 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14208
f90fd8c2
JK
142092016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14210
14211 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14212
2d2476aa
MR
142132016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14214
2806dc7e
PA
14215 * gdb.base/killed-outside.exp: Remove $options from a call to
14216 `prepare_for_testing'.
2d2476aa 14217
e42b25a0
SM
142182016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14219
14220 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14221 Change test message.
14222
3ccdb432
SM
142232016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14224
14225 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14226 Update comment.
14227
5bad3170
SM
142282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14229
14230 * gdb.trace/mi-trace-save.exp: New file.
14231
5ad9dba7
YQ
142322016-10-13 Yao Qi <yao.qi@linaro.org>
14233
14234 * gdb.base/code_elim.exp (get_var_address): Remove.
14235 * gdb.base/relocate.exp: Likewise.
14236 * gdb.base/shreloc.exp: Likewise.
14237 * lib/gdb.exp (get_var_address): New.
14238
62df7e21
YQ
142392016-10-13 Yao Qi <yao.qi@linaro.org>
14240
14241 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14242 floating point tests if $skip_float_test is false.
14243
4dac951e
LM
142442016-10-12 Luis Machado <lgustavo@codesourcery.com>
14245
14246 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14247 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14248 argc values.
14249 Add 1 to argc so we guarantee distinct initial/modified argc values.
14250
8f1a8fc4
JK
142512016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14252
14253 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14254
16c85b5d
JK
142552016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14256
14257 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14258 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14259 * gdb.arch/vsx-regs.exp: Likewise.
14260
1d0e042a
YQ
142612016-10-07 Yao Qi <yao.qi@linaro.org>
14262
14263 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14264
68dadef5
MM
142652016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14266
14267 * gdb.python/python.exp: Test decode_line("*0").
14268
33fa2c6e
DE
142692016-10-06 Doug Evans <dje@google.com>
14270
14271 * gdb.python/py-value.exp (test_value_creation): Add test for large
14272 unsigned 64-bit value.
14273
9c37b5ae
TT
142742016-10-06 Tom Tromey <tom@tromey.com>
14275
14276 * gdb.compile/compile.exp: Change java tests to rust.
14277 * gdb.base/setshow.exp: Change java tests to rust.
14278 * gdb.base/default.exp: Remove java from language list.
14279 * README (Examples): Update language example.
14280 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14281 test.
14282 * lib/gdb.exp (skip_java_tests): Remove.
14283 * lib/java.exp: Remove.
14284 * gdb.java: Remove.
14285
78b86327
MR
142862016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14287
14288 * gdb.arch/mips-fcr.exp: New test.
14289 * gdb.arch/mips-fcr.c: Source for the new test.
14290
7470adbb
MR
142912016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14292
14293 * gdb.base/solib-disc.exp: Use `standard_output_file'
14294 throughout.
14295
4a556533
PA
142962016-10-06 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.base/jit-simple-dl.c: New file.
14299 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14300 * gdb.base/jit-simple.c: ... this.
14301 * gdb.base/jit-simple.exp (jit_run): Delete.
14302 (build_jit): New proc.
14303 (jit_test_reread): Recompile either the main program or the shared
14304 library, depending on what is being tested. Skip changing address
14305 if caller wants to. Compare before/after addresses. If testing
14306 standalone, explicitly load the binary. Test "maint info
14307 breakpoints".
14308 (top level): Add "standalone vs shared lib" and "change address"
14309 vs "same address" axes.
14310
5a122fbc
PA
143112016-10-06 Pedro Alves <palves@redhat.com>
14312
14313 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14314 call.
14315 (jit_run): Delete.
14316 (jit_test_reread): Use with_test_prefix. Reload the main binary
14317 explicitly. Compare the before/after addresses of the JIT
14318 descriptor.
14319
ee8da4b8
DE
143202016-08-15 Doug Evans <dje@google.com>
14321
14322 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14323 for single bitfields is bool.
14324 * gdb.xml/tdesc-regs.exp: Ditto.
14325
f389f6fe
JK
143262016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14327
14328 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14329
fdebf1a4
YQ
143302016-10-05 Yao Qi <yao.qi@linaro.org>
14331
14332 * lib/gdb.exp (support_complex_tests): Return zero if
14333 gdb_skip_float_test return true.
14334
9c36d954 143352016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14336 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14337
14338 PR gdb/20487
14339 * gdb.mi/user-selected-context-sync.exp: New file.
14340 * gdb.mi/user-selected-context-sync.c: New file.
14341
4034d0ff 143422016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14343 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14344
14345 PR gdb/20487
14346 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14347 =thread-select-event check.
14348
a4297203
PB
143492016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14350
14351 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14352 the compulsory L operand changes.
14353 * gdb.arch/powerpc-power.s: Likewise.
14354
bb805577
JK
143552016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14356
14357 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14358 * gdb.base/jit-attach-pie.c: New file.
14359 * gdb.base/jit-attach-pie.exp: New file.
14360
6d61dee5
PA
143612016-09-28 Pedro Alves <palves@redhat.com>
14362
14363 * gdb.base/infcall-input.c: New file.
14364 * gdb.base/infcall-input.exp: New file.
14365
f73842fc
YQ
143662016-09-22 Yao Qi <yao.qi@linaro.org>
14367
14368 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14369 (gdb_exit): Rename it to ...
14370 (gdbserver_gdb_exit): ... Close GDBserver.
14371 (gdb_exit): New proc, call gdbserver_gdb_exit.
14372 (mi_gdb_exit): Likewise.
14373
90681dab
YQ
143742016-09-22 Yao Qi <yao.qi@linaro.org>
14375
14376 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14377 path.
14378 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14379 Remove duplication.
14380
9c211fd8
YQ
143812016-09-22 Yao Qi <yao.qi@linaro.org>
14382
14383 * lib/gdbserver-support.exp: Check the existence of
14384 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14385
ad0a504f
AK
143862016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14387
14388 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14389
36cf1806
TT
143902016-09-21 Tom Tromey <tom@tromey.com>
14391
14392 PR gdb/20604:
14393 * gdb.base/quit.exp: New file.
14394
74172ecf
SM
143952016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14396
14397 * .gitignore: New file.
14398
3d0ec882
MR
143992016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14400
14401 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14402 throughout.
14403
8193adea
AA
144042016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14405
14406 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14407
d41a5c09
JK
144082016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14409
14410 * gdb.cp/casts.cc (decltype): Move it ...
14411 (main): ... with its call to ...
14412 * gdb.cp/casts03.cc: ... a new file.
14413 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14414
d2dfe700
JK
144152016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14418
e2a92b16
PB
144192016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14420
14421 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14422 and sync up the test with tests in gas/testsuite/gas/ppc.
14423 * gdb.arch/powerpc-power.exp: Likewise.
14424
49b4de64
JK
144252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14426
14427 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14428
2c29df25
SDJ
144292016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14430 Jan Kratochvil <jan.kratochvil@redhat.com>
14431
14432 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14433 make m1's definition to be different from m2's. Use 'dummy' as an
14434 argument for probe 'two'.
14435
cc3c2846
JB
144362016-09-10 Jon Beniston <jon@beniston.com>
14437
14438 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14439 for sim target.
14440
e1b2624a
AA
144412016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14442
14443 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14444 variable declaration.
14445 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14446 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14447 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14448 received HWCAP as its argument.
14449
4295e285
PA
144502016-09-06 Pedro Alves <palves@redhat.com>
14451
14452 * gdb.base/new-ui-pending-input.c: New file.
14453 * gdb.base/new-ui-pending-input.exp: New file.
14454 * gdb.exp (clear_gdb_spawn_id): New procedure.
14455 (with_spawn_id): Check whether gdb_spawn_id exists before
14456 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14457 on exit.
14458
00d5215e
UW
144592016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14460
14461 * gdb.base/float128.c: New file.
14462 * gdb.base/float128.exp: Likewise.
14463 * gdb.base/floatn.c: Likewise.
14464 * gdb.base/floatn.exp: Likewise.
14465
a9ff5f12
UW
144662016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14467
14468 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14469
f245535c
PA
144702016-09-05 Pedro Alves <palves@redhat.com>
14471
14472 PR backtrace/19927
14473 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14474 unwinders are immediately called as side effect of "source" or
14475 "disable unwinder" commands.
14476 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14477
ae9cf263
YQ
144782016-09-02 Yao Qi <yao.qi@linaro.org>
14479
14480 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14481 is true and $type is "float" or "double".
14482
27aba047
YQ
144832016-09-02 Yao Qi <yao.qi@linaro.org>
14484
14485 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14486 true.
14487 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14488 * gdb.base/call-rt-st.exp: Likewise.
14489 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14490 return value instead of gdb,skip_float_test.
14491 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14492 (do_function_calls): Use its return value instead of
14493 gdb,skip_float_test.
14494 * gdb.base/finish.exp: Likewise.
14495 * gdb.base/funcargs.exp: Likewise.
14496 * gdb.base/return.exp: Likewise.
14497 * gdb.base/return2.exp: Likewise.
14498 * gdb.base/varargs.exp: Likewise.
14499 * lib/gdb.exp (gdb_skip_float_test): Change it to
14500 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14501
5af962df
AA
145022016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14503
14504 * gdb.multi/tids.exp: Test "thread apply all".
14505
7fac6910
JK
145062016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14507
14508 * gdb.base/default.exp (tty): Remove.
14509
bb1fe4ac
KB
145102016-08-24 Kevin Buettner <kevinb@redhat.com>
14511
2806dc7e
PA
14512 * gdb.python/py-recurse-unwind.c: New file.
14513 * gdb.python/py-recurse-unwind.py: New file.
14514 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14515
0a1ddfa6
SM
145162016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14517
14518 * gdb.base/set-inferior-tty.exp: New file.
14519 * gdb.base/set-inferior-tty.c: New file.
14520
d9de1fe3
PA
145212016-08-23 Pedro Alves <palves@redhat.com>
14522
14523 PR gdb/20494
14524 * gdb.base/new-ui-echo.c: New file.
14525 * gdb.base/new-ui-echo.exp: New file.
14526
e9d9abd7
YQ
145272016-08-23 Yao Qi <yao.qi@linaro.org>
14528
14529 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14530 gdbserver_spawn.
14531 * gdb.server/connect-without-multi-process.exp (do_test):
14532 Likewise.
14533
3589529e
YQ
145342016-08-23 Yao Qi <yao.qi@linaro.org>
14535
14536 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14537 standalone_txt. Delete gdb_txt and standalone_txt on host
14538 and target. Spawn the binary on target. Copy files from
14539 target to host.
14540
6bb90213
PA
145412016-08-22 Pedro Alves <palves@redhat.com>
14542
14543 PR gdb/20505
14544 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14545 with_test_prefix. Factor out bits to ...
14546 (test_no_vdso): ... this new procedure.
14547
20c2c024
CL
145482016-08-19 Carl Love <cel@us.ibm.com>
14549
14550 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14551 maintaining separate logic for constructing the output path.
14552 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14553 * gdb.arch/ppc-dfp.exp: Likewise.
14554 * gdb.arch/ppc-fp.exp: Likewise.
14555 * gdb.arch/vsx-regs.exp: Likewise.
14556 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14557 binprefix for generating the additional binary files.
14558
0646e07d
PA
145592016-08-19 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.trace/mi-trace-frame-collected.exp
14562 (test_trace_frame_collected): On x32, expect two registers.
14563
46da9242
CL
145642016-08-18 Carl Love <cel@us.ibm.com>
14565
14566 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14567 and sync up the test with tests in gas/testsuite/gas/ppc.
14568 * gdb.arch/powerpc-power.exp: Likewise.
14569
eb2332d7
SM
145702016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14571
14572 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14573 expected error message.
14574
63c61e04
SM
145752016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14576
14577 * gdb.multi/remove-inferiors.exp: New file.
14578 * gdb.multi/remove-inferiors.c: New file.
14579
7b17065f
YQ
145802016-08-12 Yao Qi <yao.qi@linaro.org>
14581
14582 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14583 argument list.
14584
01d3dedf
PA
145852016-08-10 Pedro Alves <palves@redhat.com>
14586
14587 PR gdb/19187
14588 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14589 setup_kfails.
14590
3eb7562a
PA
145912016-08-09 Pedro Alves <palves@redhat.com>
14592 Simon Marchi <simon.marchi@ericsson.com>
14593
14594 PR gdb/20418
14595 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14596 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14597
80614914
PA
145982016-08-09 Pedro Alves <palves@redhat.com>
14599
14600 PR mi/20431
14601 * gdb.mi/mi-cmd-error.exp: New file.
14602
f348d89a
PA
146032016-08-09 Pedro Alves <palves@redhat.com>
14604
14605 PR gdb/18653
14606 * gdb.base/signals-state-child.c: New file.
14607 * gdb.base/signals-state-child.exp: New file.
14608 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14609
e5ca03b4
PA
146102016-08-09 Pedro Alves <palves@redhat.com>
14611
14612 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14613
282a0691
TT
146142016-08-03 Tom Tromey <tom@tromey.com>
14615
14616 PR python/18565:
14617 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14618
41bfcd63
YQ
146192016-08-01 Yao Qi <yao.qi@linaro.org>
14620
14621 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14622 variable mode to "multi-process" if $multi_process is 1, otherwise
14623 set it to "single-process".
14624
e3465b24
YQ
146252016-08-01 Yao Qi <yao.qi@linaro.org>
14626
14627 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14628 * gdb.cp/cpexprs.exp: Likewise.
14629 * gdb.cp/m-static.exp: Likewise.
14630
0b31a4bc
TT
146312016-07-26 Tom Tromey <tom@tromey.com>
14632
14633 PR python/20190:
14634 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14635 test.
14636
e0461dbb
MM
146372016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14638
14639 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14640 selecting assembly source files.
14641 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14642 assembly source files.
14643 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14644 assembly source files.
14645 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14646 selecting assembly source files.
14647
8194e927
SM
146482016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14649
14650 * gdb.base/new-ui.exp (do_test_invalid_args): New
14651 procedure.
14652
c0272db5
TW
146532016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14654
14655 * gdb.btrace/reconnect.c: New file.
14656 * gdb.btrace/reconnect.exp: New file.
14657
e3487908
GKB
146582016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14659
14660 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14661 to test_catch_syscall_group.
14662 (test_catch_syscall_group): New.
14663
12df5c00
TT
146642016-07-21 Tom Tromey <tom@tromey.com>
14665
14666 * gdb.rust/simple.rs (main): Use empty struct expression.
14667 * gdb.rust/simple.exp: Add tests for empty struct expression.
14668
bae62ee2
YQ
146692016-07-21 Yao Qi <yao.qi@linaro.org>
14670
14671 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14672 if gdb_skip_xml_test is true on some targets.
14673
b1b53fb3
YQ
146742016-07-21 Yao Qi <yao.qi@linaro.org>
14675
14676 * gdb.server/solib-list.exp: Unset last_loaded_file.
14677
027d97f8
JK
146782016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14679
14680 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14681 "step into captured_main (args)".
14682
7674d381
JK
146832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14684
14685 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14686
72b5d099
JK
146872016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14690
1f960ced
PA
146912016-07-19 Pedro Alves <palves@redhat.com>
14692
14693 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14694 * gdb.opt/inline-bt.exp: Likewise.
14695 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14696 additional_flags=-Winline.
14697 * gdb.opt/inline-locals.exp: Likewise.
14698 * gdb.opt/inline-markers.c (ATTR): Define.
14699 (inlined_fn): Use it.
14700
f25827c1
YQ
147012016-07-19 Yao Qi <yao.qi@linaro.org>
14702
14703 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14704 (test_with_self): Remove some code. Remove argument executable.
14705 (top-level): Use do_self_tests.
14706
37539ebe
DB
147072016-07-15 Zachary Welch <zwelch@codesourcery.com>
14708 Don Breazeal <donb@codesourcery.com>
14709
14710 * gdb.base/maint.exp: Escape paths used in regular expressions.
14711 * gdb.stabs/weird.exp: Likewise.
14712
dac790e1
TT
147132016-07-13 Tom Tromey <tom@tromey.com>
14714
14715 PR python/15620, PR python/18620:
14716 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14717 (test_bkpt_events): New procs.
14718
93daf339
TT
147192016-07-13 Tom Tromey <tom@tromey.com>
14720
14721 PR python/17698:
14722 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14723 test.
14724 (test_watchpoints): Likewise.
14725 (test_bkpt_pending): New proc.
14726
6571a381
TT
147272016-07-13 Tom Tromey <tom@tromey.com>
14728
14729 PR cli/18053:
14730 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14731 completion test.
14732
e8732474
JK
147332016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14734
14735 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14736 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14737 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14738 f_label.
14739 (g): Rename g_end_lbl to g_label.
14740 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14741 low_pc and high_pc.
14742 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14743
e0f3fd7c
TT
147442016-07-12 Tom Tromey <tom@tromey.com>
14745
14746 PR python/19293:
14747 * gdb.python/py-unwind-maint.exp: Update tests.
14748
3cfe46b6
YQ
147492016-07-12 Yao Qi <yao.qi@linaro.org>
14750
14751 * lib/selftest-support.exp (selftest_setup): Match the output
14752 when captured_main is inlined.
14753
4f19a0e6
WT
147542016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14755
14756 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14757 New variables.
14758 (print this%a, print this%b, print this): New tests.
14759 * gdb.fortran/derived-types.f90 (this): New object and
14760 initialization.
14761
986cf455
SM
147622016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14763
14764 * gdb.ada/arraydim.exp: Remove extra directory level in build
14765 directory.
14766
f0464b23
SM
147672016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14768
14769 * lib/ada.exp: Remove extra directory level in build directory.
14770 * gdb.ada/cond_lang.exp: Likewise.
14771 * gdb.ada/exec_changed.exp: Likewise.
14772 * gdb.ada/lang_switch.exp: Likewise.
14773
42d94011
MG
147742016-07-06 Manish Goregaokar <manish@mozilla.com>
14775
2806dc7e
PA
14776 * simple.rs: Add test for raw pointer subscripting.
14777 * simple.exp: Add test expectations.
42d94011 14778
647c264c
YQ
147792016-07-05 Yao Qi <yao.qi@linaro.org>
14780
14781 * gdb.mi/mi-reverse.exp: Match =record-started output.
14782
20aa2c60
PA
147832016-07-01 Pedro Alves <palves@redhat.com>
14784
14785 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14786 procedure.
14787 (jit_reader_test): Test the jit reader's unwinder.
14788 * gdb.base/jithost.c (jit_function_00_code): New global.
14789 (main): Use memcpy to fill in the mmapped code, instead of poking
14790 bytes manually here.
14791 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14792 value.
14793 (read_debug_info): Save the function's range.
14794 (read_sp): New function.
14795 (unwind_frame): Use it. Also unwind RBP.
14796 (get_frame_id): Use read_sp.
14797 (gdb_init_reader): Use calloc instead of malloc.
14798 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14799 parameter. Use gdb_test_multiple.
14800
ced2dffb
PA
148012016-07-01 Pedro Alves <palves@redhat.com>
14802 Antoine Tremblay <antoine.tremblay@ericsson.com>
14803
14804 * gdb.threads/process-dies-while-detaching.c: New file.
14805 * gdb.threads/process-dies-while-detaching.exp: New file.
14806
63000888
PA
148072016-07-01 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.multi/watchpoint-multi-exit.c: New file.
14810 * gdb.multi/watchpoint-multi-exit.exp: New file.
14811
038d4868
PA
148122016-06-30 Pedro Alves <palves@redhat.com>
14813
14814 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14815 unset inferior_spawn_id.
14816
994e9c83
PA
148172016-06-30 Pedro Alves <palves@redhat.com>
14818
14819 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14820 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14821
e5653468
YQ
148222016-06-29 Yao Qi <yao.qi@linaro.org>
14823
14824 * gdb.base/return.c: Add copyright header.
14825
803b47e5
TT
148262016-06-29 Tom Tromey <tom@tromey.com>
14827
14828 PR python/20129:
14829 * gdb.python/py-framefilter.exp: Add tests for setting priority
14830 and disabling of non-existent frame filter.
14831
28244707
YQ
148322016-06-29 Yao Qi <yao.qi@linaro.org>
14833
14834 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14835 0x0f07ff.
14836
a31d2f06
YQ
148372016-06-28 Yao Qi <yao.qi@linaro.org>
14838
14839 * gdb.base/catch-syscall.exp: Remove check on isnative and target
14840 triplets. Start gdb, execute catch syscall, and continue. Check
14841 gdb's output to determine catch syscall is supported.
14842
921d8f54
MG
148432016-06-27 Manish Goregaokar <manish@mozilla.com>
14844
25d49b86
PA
14845 * gdb.rust/simple.rs: Add test for returning unit in a function.
14846 * gdb.rust/simple.exp: Add expectation for functions returning
14847 unit.
921d8f54 14848
f4952523
PMR
148492016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
14850
14851 * gdb.python/py-breakpoint-create-fail.c,
14852 gdb.python/py-breakpoint-create-fail.exp,
14853 gdb.python/py-breakpoint-create-fail.py: New testcase.
14854
fccb08f8
MG
148552016-06-25 Manish Goregaokar <manish@mozilla.com>
14856
14857 PR gdb/20239
14858 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
14859 * gdb.rust/simple.exp: Add test expectations for new NonZero
14860 tests.
fccb08f8 14861
6b850546
DT
148622016-06-24 David Taylor <dtaylor@emc.com>
14863
14864 * gdb.base/offsets.exp: New file.
14865 * gdb.base/offsets.c: New file.
14866
17621150
TT
148672016-06-23 Tom Tromey <tom@tromey.com>
14868
14869 PR gdb/16483:
14870 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
14871 before any filters are loaded.
14872
04d59df6
WT
148732016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
14874
14875 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
14876 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
14877 structs.
14878 * gdb.fortran/derived-type-function.exp: New file.
14879 * gdb.fortran/derived-type-function.f90: New file.
14880
14881
ac69f786
PA
148822016-06-21 Pedro Alves <palves@redhat.com>
14883
14884 * gdb.base/new-ui.exp: New file.
14885 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
14886 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
14887 (with_spawn_id): New procedure.
14888
49940788
PA
148892016-06-21 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.mi/mi-exec-run.exp: New file.
14892
ef274d26
PA
148932016-06-21 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
14896 breakpoint command's output on the main UI.
14897 (test_break): New procedure, factored out from calls in the top
14898 level.
14899 (top level): Use foreach_with_prefix to test MI as main UI and as
14900 separate UI.
14901
468afe6c
PA
149022016-06-21 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
14905 (test_awatch_creation_and_listing)
14906 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
14907 Remove 'type' parameter.
14908 (test_watchpoint_all): New parameter mi_mode. Remove
14909 with_test_prefix.
14910 (top level): Use foreach_with_prefix, and add main/separate UI MI
14911 testing axis.
14912
51f77c37
PA
149132016-06-21 Pedro Alves <palves@redhat.com>
14914
14915 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
14916 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
14917 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
14918 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
14919 (gdb_main_spawn_id, mi_spawn_id): Declare and
14920 comment.
14921 (mi_create_inferior_pty): New procedure,
14922 factored out from default_mi_gdb_start.
14923 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
14924 procedures.
14925 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
14926 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
14927 Use mi_create_inferior_pty.
14928 (mi_gdb_start): Use eval to pass down args list.
14929
8980e177
PA
149302016-06-21 Pedro Alves <palves@redhat.com>
14931
14932 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
14933 * gdb.opt/inline-cmds.exp: Add MI tests.
14934
f38d3ad1
PA
149352016-06-21 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
14938
45db7c09
PA
149392016-06-21 Pedro Alves <palves@redhat.com>
14940
14941 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
14942 (top level): Use it instead of mi_execute_to.
14943
5a069ab3
PA
149442016-06-21 Pedro Alves <palves@redhat.com>
14945
14946 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
14947 (cont_handler_str): New.
14948 (signal_stop_handler): Set stop_handler_str instead of printing to
14949 stdout.
14950 (continue_handler): Set cont_handler_str instead of printing to
14951 stdout.
14952 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
14953 mi_send_resuming_command. Print stop_handler_str and
14954 cont_handler_str instead of expecting the python events print
14955 directly.
14956
2838cc1d
SD
149572016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
14958
14959 * gdb.base/jit-reader.exp: New file.
14960 * gdb.base/jithost.c: New file.
14961 * gdb.base/jithost.h: New file.
14962 * gdb.base/jitreader.c : New file.
14963 * gdb.base/jit-protocol.h: New file.
14964
21a77091
YQ
149652016-06-17 Yao Qi <yao.qi@linaro.org>
14966
14967 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
14968 parameters follow_fork and detach_on_fork. Set follow-fork-mode
14969 and detach-on-fork. Adjust tests.
14970 (top level): Invoke break_cond_on_syscall with combinations of
14971 syscall, follow-fork-mode and detach-on-fork.
14972
f50bf8e5
YQ
149732016-06-17 Yao Qi <yao.qi@linaro.org>
14974
14975 * gdb.base/step-over-exit.c: New.
14976 * gdb.base/step-over-exit.exp: New.
14977
a28d8e50
YTL
149782016-06-17 Yan-Ting Lin <currygt52@gmail.com>
14979
14980 * gdb.base/float.exp: Add target check for nds32*-*-*.
14981 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
14982
cad8e26d
AB
149832016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
14984
14985 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
14986 for unsupported target features.
14987 * gdb.base/call-rt-st.exp: Likewise.
14988 * gdb.base/call-sc.exp: Likewise.
14989 * gdb.base/call-signal-resume.exp: Likewise.
14990 * gdb.base/call-strs.exp: Likewise.
14991 * gdb.base/callexit.exp: Likewise.
14992 * gdb.base/callfuncs.exp: Likewise.
14993 * gdb.base/nodebug.exp: Likewise.
14994 * gdb.base/printcmds.exp: Likewise.
14995 * gdb.base/ptype.exp: Likewise.
14996 * gdb.base/structs.exp: Likewise.
14997 * gdb.base/unwindonsignal.exp: Likewise.
14998 * gdb.cp/gdb2495.exp: Likewise.
14999 * gdb.cp/templates.exp: Likewise.
15000 * gdb.cp/virtfunc.exp: Likewise.
15001 * gdb.threads/hand-call-in-threads.exp: Likewise.
15002 * gdb.threads/interrupted-hand-call.exp: Likewise.
15003 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15004
347dc102
TT
150052016-06-10 Tom Tromey <tom@tromey.com>
15006
15007 PR rust/20110:
15008 * gdb.rust/expr.exp: Add test for integer constant larger than
15009 i32.
15010
5e13cf25
BH
150112016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15012
15013 * gdb.fortran/nested-funcs.exp: New.
15014 * gdb.fortran/nested-funcs.f90: New.
15015
bb556f1f
TK
150162016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15017
15018 * gdb.base/examine-backward.c: New file.
15019 * gdb.base/examine-backward.exp: New file.
15020
38b022b4
SM
150212016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15022
15023 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15024 matching.
15025
1b40ec05
TT
150262016-06-02 Tom Tromey <tom@tromey.com>
15027
15028 PR python/18984:
15029 * gdb.python/py-shared.exp: Add solib_name test.
15030
193bd378
SM
150312016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15032
15033 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15034
3326303b
MG
150352016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15036
15037 PR c++/19893
15038 * gdb.dwarf2/implref.exp: Rename to...
15039 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15040 * gdb.dwarf2/implref-array.c: New file.
15041 * gdb.dwarf2/implref-array.exp: Likewise.
15042 * gdb.dwarf2/implref-global.c: Likewise.
15043 * gdb.dwarf2/implref-global.exp: Likewise.
15044 * gdb.dwarf2/implref-struct.c: Likewise.
15045 * gdb.dwarf2/implref-struct.exp: Likewise.
15046
825c8ef2
AT
150472016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15048
15049 * gdb.trace/trace-condition.exp: Add 64bit tests.
15050
2320162a
AT
150512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15052
15053 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15054 bits types.
15055 (main): Adapt to 8 to 64 bits types.
15056 * gdb.trace/trace-condition.exp: Add new tests.
15057
a7818233
AT
150582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15059
15060 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15061
0d336466
AT
150622016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15063
15064 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15065 Move condition tests...
15066 * gdb.trace/trace-condition.exp: Here.
15067
7faeb45a
AT
150682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15069
15070 * gdb.trace/trace-condition.exp: Add counter-case tests.
15071
e385593e
JK
150722016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 PR c++/15231
15075 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15076 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15077
744608cc
PA
150782016-05-27 Pedro Alves <palves@redhat.com>
15079
15080 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15081 New procedure.
15082 (top level): Call it, and bail out of DejaGnu is known to be bad.
15083
ac775bf4
AB
150842016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15085
15086 * gdb.base/whatis.c: Extend the test case.
15087 * gdb.base/whatis.exp: Add additional tests.
15088
2bbad2ea
BH
150892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15090
15091* gdb.fortran/type.f90: Add pointer variable.
15092* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15093
8b70175d
BH
150942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15095
15096 * gdb.fortran/vla-type.exp: Fix testcase name.
15097
86d8a848
BH
150982016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15099
15100 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15101
e188eb36
BH
151022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15103
15104 * gdb.fortran/type.f90: Add nested structures.
15105 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15106 * gdb.fortran/derived-type.exp: Adapt expected output.
15107 * gdb.fortran/vla-type.exp: Adapt expected output.
15108
9b2db1fd
BH
151092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15110
15111 * gdb.fortran/whatis_type.exp: Adapt expected output.
15112
72b17055
BH
151132016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15114
15115 * gdb.fortran/print_type.exp: Fix expected output.
15116 * gdb.fortran/whatis_type.exp: Fix expected output.
15117
3cd81d8d
BH
151182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15119
15120 * gdb.fortran/whatis_type.exp: Use multi_line.
15121
ddae9462
TT
151222016-05-24 Tom Tromey <tom@tromey.com>
15123
15124 PR python/17386:
15125 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15126 use value as an index.
15127
1957f6b8
TT
151282016-05-23 Tom Tromey <tom@tromey.com>
15129
15130 PR python/17981:
15131 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15132 no-breakpoint case.
15133
026a9174
PA
151342016-05-24 Pedro Alves <palves@redhat.com>
15135
15136 PR gdb/19828
15137 * gdb.threads/clone-attach-detach.c: New file.
15138 * gdb.threads/clone-attach-detach.exp: New file.
15139
e70a7231
FR
151402016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15141
15142 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15143
0f6ed0e0
TT
151442016-05-23 Tom Tromey <tom@tromey.com>
15145
15146 PR python/19438, PR python/18393:
15147 * gdb.python/py-progspace.exp: Add "dir" test.
15148 * gdb.python/py-objfile.exp: Add "dir" test.
15149
ffd19d61
YQ
151502016-05-23 Yao Qi <yao.qi@linaro.org>
15151
15152 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15153 * gdb.arch/thumb2-it.exp: Likewise.
15154
9e8f9b05
SM
151552016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15156
15157 * gdb.mi/mi-threads-interrupt.c: New file.
15158 * gdb.mi/mi-threads-interrupt.exp: New file.
15159
61c6156d
SM
151602016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15161
15162 PR gdb/18077
15163 * gdb.mi/mi-async-run.exp: New file.
15164 * gdb.mi/mi-async-run.c: New file.
15165
67218854
TT
151662016-05-17 Tom Tromey <tom@tromey.com>
15167 Manish Goregaokar <manishsmail@gmail.com>
15168
15169 * lib/rust-support.exp: New file.
15170 * lib/gdb.exp (skip_rust_tests): New proc.
15171 (build_executable_from_specs): Handle rust.
15172 * lib/future.exp (gdb_find_rustc): New proc.
15173 (gdb_default_target_compile): Handle rust.
15174 * gdb.rust/expr.exp: New file.
15175 * gdb.rust/generics.exp: New file.
15176 * gdb.rust/generics.rs: New file.
15177 * gdb.rust/methods.exp: New file.
15178 * gdb.rust/methods.rs: New file.
15179 * gdb.rust/modules.exp: New file.
15180 * gdb.rust/modules.rs: New file.
15181 * gdb.rust/simple.exp: New file.
15182 * gdb.rust/simple.rs: New file.
15183
c44af4eb
TT
151842016-05-17 Tom Tromey <tom@tromey.com>
15185
15186 * gdb.base/default.exp (set language): Add rust.
15187
dcd1f979
TT
151882016-05-17 Tom Tromey <tom@tromey.com>
15189
15190 * gdb.gdb/unittest.exp: New file.
15191
155b7f57
YQ
151922016-05-16 Yao Qi <yao.qi@linaro.org>
15193
15194 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15195 shell_prompt. Update shell_prompt_re.
15196
8ddd5a6c
DE
151972016-05-12 Doug Evans <dje@google.com>
15198
15199 PR symtab/19999
15200 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15201 $options when building executable.
15202 * gdb.dwarf2/fission-loclists-pie.S: New file.
15203 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15204
02e370d9
SM
152052016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15206
15207 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15208 of [is_remote target],
15209
8929ad8b
SM
152102016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15211
15212 * lib/gdb.exp (use_gdb_stub): New procedure.
15213
6c447423
DE
152142016-05-03 Yunlian Jiang <yunlian@google.com>
15215 Doug Evans <dje@google.com>
15216
15217 PR symtab/19914
15218 * gdb.dwarf2/dwp-sepdebug.c: New file.
15219 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15220
444e826c
SM
152212016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15222
15223 * gdb.base/detach.exp: Remove is_remote check.
15224
740feeaa
SM
152252016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15226
15227 * gdb.base/annota-input-while-running.exp: Don't check for
15228 [is_remote target]. Enable annotations after running to main.
15229 Remove unused "set test..." line.
15230
9080ac9d
SM
152312016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15232
15233 * gdb.trace/trace-enable-disable.exp: New file.
15234 * gdb.trace/trace-enable-disable.c: New file.
15235
952ebca5
SM
152362016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15237
15238 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15239 use it in info sharedlibrary test.
15240 * gdb.trace/ftrace-lock.exp: Likewise.
15241 * gdb.trace/ftrace.exp: Likewise.
15242 * gdb.trace/range-stepping.exp: Likewise.
15243 * gdb.trace/trace-break.exp: Likewise.
15244 * gdb.trace/trace-condition.exp: Likewise.
15245 * gdb.trace/trace-mt.exp: Likewise.
15246
d9019901
SM
152472016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15248
15249 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15250 (gdb_load_shlib): ... this.
15251 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15252 gdb_load_shlib.
15253 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15254 * gdb.base/ctxobj.exp: Likewise.
15255 * gdb.base/dprintf-pending.exp: Likewise.
15256 * gdb.base/dso2dso.exp: Likewise.
15257 * gdb.base/fixsection.exp: Likewise.
15258 * gdb.base/gcore-relro.exp: Likewise.
15259 * gdb.base/gdb1555.exp: Likewise.
15260 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15261 * gdb.base/gnu-ifunc.exp: Likewise.
15262 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15263 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15264 * gdb.base/pending.exp: Likewise.
15265 * gdb.base/print-file-var.exp: Likewise.
15266 * gdb.base/print-symbol-loading.exp: Likewise.
15267 * gdb.base/shlib-call.exp: Likewise.
15268 * gdb.base/shreloc.exp: Likewise.
15269 * gdb.base/so-impl-ld.exp: Likewise.
15270 * gdb.base/solib-disc.exp: Likewise.
15271 * gdb.base/solib-nodir.exp: Likewise.
15272 * gdb.base/solib-overlap.exp: Likewise.
15273 * gdb.base/solib-symbol.exp: Likewise.
15274 * gdb.base/solib-weak.exp (do_test): Likewise.
15275 * gdb.base/sym-file.exp: Likewise.
15276 * gdb.base/symtab-search-order.exp: Likewise.
15277 * gdb.base/type-opaque.exp: Likewise.
15278 * gdb.base/unload.exp: Likewise.
15279 * gdb.base/watchpoint-solib.exp: Likewise.
15280 * gdb.compile/compile.exp: Likewise.
15281 * gdb.cp/gdb2384.exp: Likewise.
15282 * gdb.cp/infcall-dlopen.exp: Likewise.
15283 * gdb.cp/re-set-overloaded.exp: Likewise.
15284 * gdb.fortran/library-module.exp: Likewise.
15285 * gdb.opt/solib-intra-step.exp: Likewise.
15286 * gdb.python/py-finish-breakpoint.exp: Likewise.
15287 * gdb.python/py-shared.exp: Likewise.
15288 * gdb.reverse/solib-precsave.exp: Likewise.
15289 * gdb.reverse/solib-reverse.exp: Likewise.
15290 * gdb.server/solib-list.exp: Likewise.
15291 * gdb.threads/dlopen-libpthread.exp: Likewise.
15292 * gdb.threads/tls-shared.exp: Likewise.
15293 * gdb.threads/tls-so_extern.exp: Likewise.
15294 * gdb.trace/change-loc.exp: Likewise.
15295 * gdb.trace/ftrace-lock.exp: Likewise.
15296 * gdb.trace/ftrace.exp: Likewise.
15297 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15298 * gdb.trace/pending.exp: Likewise.
15299 * gdb.trace/range-stepping.exp: Likewise.
15300 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15301 (strace_info_marker): Likewise.
15302 (strace_probe_marker): Likewise.
15303 (strace_trace_on_same_addr): Likewise.
15304 (strace_trace_on_diff_addr): Likewise.
15305 * gdb.trace/trace-break.exp: Likewise.
15306 * gdb.trace/trace-condition.exp: Likewise.
15307 * gdb.trace/trace-mt.exp: Likewise.
15308
fca4cfd9
SM
153092016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15310
15311 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15312 result of gdb_remote_download.
15313 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15314 * gdb.base/dso2dso.exp: Likewise.
15315 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15316 * gdb.base/print-file-var.exp: Likewise.
15317 * gdb.base/shlib-call.exp: Likewise.
15318 * gdb.base/shreloc.exp: Likewise.
15319 * gdb.base/solib-overlap.exp: Likewise.
15320 * gdb.base/solib-weak.exp (do_test): Likewise.
15321 * gdb.base/unload.exp: Likewise.
15322
11cf4ffb
YQ
153232016-04-27 Yao Qi <yao.qi@linaro.org>
15324
15325 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15326 exists.
15327
3e2e34f8
KB
153282016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15329
15330 * vla-type.exp: Print structure from toplevel.
15331
8f07e298
BH
153322016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15333
15334 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15335 of dynamic types.
15336 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15337 of dynamic types.
15338
9920b434
BH
153392016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15340
15341 * gdb.fortran/vla-type.f90: New file.
15342 * gdb.fortran/vla-type.exp: New file.
15343
f3abeff5
YQ
153442016-04-25 Yao Qi <yao.qi@linaro.org>
15345
15346 * gdb.base/branch-to-self.c: New file.
15347 * gdb.base/branch-to-self.exp: New file.
15348
0a5d52f0
YQ
153492016-04-22 Yao Qi <yao.qi@linaro.org>
15350
15351 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15352 more after $hex.
15353
495346f6
YQ
153542016-04-22 Yao Qi <yao.qi@linaro.org>
15355
15356 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15357 * gdb.base/annota3.exp: Likewise.
15358
4a7e075c
YQ
153592016-04-22 Yao Qi <yao.qi@linaro.org>
15360
15361 * gdb.reverse/step-precsave.exp: Do one step and test program
15362 stops in "callee" and do multiple steps until program goes out
15363 of "callee".
15364 * gdb.reverse/step-reverse.exp: Likewise.
15365
5b061e98
YQ
153662016-04-22 Yao Qi <yao.qi@linaro.org>
15367
15368 * gdb.trace/signal.exp: Also pass if
15369 $tracepoint_hits($i) > $iterations.
15370
5c5dc57f
YQ
153712016-04-22 Yao Qi <yao.qi@linaro.org>
15372
15373 * gdb.trace/signal.c: New file.
15374 * gdb.trace/signal.exp: New file.
15375
a55411b9
DE
153762016-04-19 Doug Evans <xdje42@gmail.com>
15377
15378 * gdb.base/bad-file.exp: New file.
15379
a22df60a
MG
153802016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15381
15382 * gdb.dwarf2/implref.exp: New file.
15383
0c13f7e5
BH
153842016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15385
15386 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15387 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15388 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15389 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15390 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15391 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15392 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15393 * lib/fortran.exp (fortran_int4): New procedure.
15394 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15395 (fortran_logical4): Likewise.
15396
9b9b09e9
BH
153972016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15398
15399 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15400
a14d1f4d
BH
154012016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15402
15403 * lib/compiler.c: Add Intel specific preprocessor macros.
15404 * lib/compiler.cc: Likewise.
25d49b86 15405
7d49b1d0
LM
154062016-04-13 Luis Machado <lgustavo@codesourcery.com>
15407
15408 * gdb.server/connect-with-no-symbol-file.c: New file.
15409 * gdb.server/connect-with-no-symbol-file.exp: New file.
15410
8392fa22
SM
154112016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15412
15413 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15414
8c4c4aeb
SM
154152016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15416
15417 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15418 standard output directory.
15419
45e3745e
AT
154202016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15421
15422 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15423
e26b7e41
MM
154242016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15425
15426 * gdb.btrace/instruction_history.c (loop): Add declaration.
15427
8ce09462
AT
154282016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15429
15430 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15431
2e88a1ea
SM
154322016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15433
15434 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15435 parentheses to print.
15436 (continue_handler): Likewise.
15437
f48e22e3
SM
154382016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15439
15440 * gdb.server/solib-list.exp: Remove is_remote check.
15441 Pass shlib= to gdb_compile. Don't link shared library with
15442 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15443 Run binary filename through "readlink -f" on the target.
15444
096be756
PA
154452016-04-08 Pedro Alves <palves@redhat.com>
15446
15447 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15448 interpreter filename as argument to gdbserver_spawn.
15449 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15450 Return empty if $last_loaded_file does not exist.
15451
06500533
JK
154522016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15453
15454 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15455 * gdb.base/jit-main.c: Use exit after usage.
15456
2d35e871
JK
154572016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15460 GDBHISTSIZE prior to the tests.
15461 * gdb.base/gdbinit-history.exp: Likewise.
15462
154632016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15464
15465 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15466 instead of build_executable. Use gdb_load_shlibs.
15467
c8064e7e
YQ
154682016-04-07 Yao Qi <yao.qi@linaro.org>
15469
15470 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15471 Execute "si" command.
15472
bde47561
YQ
154732016-04-07 Yao Qi <yao.qi@linaro.org>
15474
15475 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15476 number instead of the comments on some line.
15477
b16f8a3b
DB
154782016-04-06 Don Breazeal <donb@codesourcery.com>
15479
15480 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15481 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15482
c2f901df
SM
154832016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15484
15485 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15486 standard_output_file. Remove unused binfile variable.
15487
ac17fda0
CU
154882016-04-05 Catalin Udma <catalin.udma@freescale.com>
15489
15490 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15491 * gdb.python/py-mi-objfile.exp: Match "list main" output
15492 in console format.
15493
03a8c4df
SM
154942016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15495
15496 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15497 absolute.
15498
6e774b13
SM
154992016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15500
15501 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15502 absolute.
15503 * gdb.trace/ftrace.exp: Likewise.
15504 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15505 targets as well.
15506 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15507 (gdb_load_shlibs): Copy libraries to test directory when testing
15508 natively. Only set solib-search-path if testing remotely.
15509 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15510
7817ea46
SM
155112016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15512
15513 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15514 gdb_download. Use it even if the target is not remote.
15515 * gdb.base/jit.exp (compile_jit_test): Likewise.
15516 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15517 output directory if the destination board is local, otherwise use
15518 the standard remote_download from DejaGnu.
15519 (gdb_download): Remove.
15520 (gdb_load_shlibs): Use gdb_remote_download instead of
15521 gdb_download.
15522 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15523 Use gdb_remote_download instead of gdb_download. Use it even if
15524 the target is not remote.
15525 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15526 instead of gdb_download.
15527
7beb7f68
SM
155282016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15529
15530 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15531 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15532 run.
15533
cc63428a
AV
155342016-04-01 Artemiy Volkov <artemiyv@acm.org>
15535
15536 PR gdb/19820
15537 * gdb.base/printcmds.exp: Add artificial arrays tests.
15538
64cdf930
PA
155392016-03-31 Pedro Alves <palves@redhat.com>
15540
15541 PR gdb/19858
15542 * gdb.base/jit-main.c: Include unistd.h.
15543 (ATTACH): Define to 0 if not already defined.
15544 (wait_for_gdb, mypid): New globals.
15545 (WAIT_FOR_GDB): New macro.
15546 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15547 some breakpoint locations.
15548 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15549 New procedures.
15550 (one_jit_test): Add REATTACH parameter, and handle it. Use
15551 continue_to_test_location.
15552 (top level): Test attach, and adjusts calls to one_jit_test.
15553
40dea8cb
PA
155542016-03-31 Pedro Alves <palves@redhat.com>
15555
15556 PR gdb/19858
15557 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15558 BINSUFFIX parameter, and handle it.
15559 (top level): Adjust calls compile_jit_test.
15560
e7ea3ec7
CU
155612016-03-31 Catalin Udma <catalin.udma@freescale.com>
15562
15563 PR python/19743
15564 * gdb.python/py-mi-events-gdb.py: New file.
15565 * gdb.python/py-mi-events.c: New file.
15566 * gdb.python/py-mi-events.exp: New file.
15567
e6359af3
YQ
155682016-03-30 Yao Qi <yao.qi@linaro.org>
15569
15570 * gdb.reverse/until-precsave.exp: Match function name only.
15571 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15572 Move malloc to a condition block.
15573 * gdb.reverse/until-reverse.exp: Match function name only.
15574
a4105d04
MK
155752016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15576
15577 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15578 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15579 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15580 variable for GPR 0 instead of assuming it is register 0.
15581 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15582 * lib/trace-support.exp: Add s390 registers.
15583
bfa6adb9
YQ
155842016-03-29 Yao Qi <yao.qi@linaro.org>
15585
15586 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15587
1e6697ea
YQ
155882016-03-24 Yao Qi <yao.qi@linaro.org>
15589
15590 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15591 test message.
15592
64bcd522
AA
155932016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15594
15595 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15596 maintaining separate logic for constructing the output path.
15597
7868401b
DB
155982016-03-16 Don Breazeal <donb@codesourcery.com>
15599
15600 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15601 Retry fork and waitpid on interrupted system call errors.
15602 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15603 Use with_timeout_factor to increase timeout by factor of 10.
15604
1cafadb4
DB
156052016-03-15 Don Breazeal <donb@codesourcery.com>
15606
15607 * gdb.cp/scope-err.cc: New test program.
15608 * gdb.cp/scope-err.exp: New test script.
15609 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15610 lines and "set breakpoint here" comment.
15611 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15612 Fixed some whitespace and format issues.
15613 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15614 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15615
81516450
DE
156162016-03-15 Doug Evans <dje@google.com>
15617
15618 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15619 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15620 All callers updated. Add tests for enums, mixed flags register.
15621
aa52b601
DE
156222016-03-15 Doug Evans <dje@google.com>
15623
15624 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15625 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15626
fa4ff313
SM
156272016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15628
15629 * gdb.base/default.exp: Add $_as_string to the list of expected
15630 convenience functions.
15631
f2403c39
AB
156322016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15633
15634 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15635
f2f3ccb9
SM
156362016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15637
15638 * gdb.python/py-as-string.exp: New file.
15639 * gdb.python/py-as-string.c: New file.
15640
00dbd492
PA
156412016-03-09 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15644 signal" -> "Thread NN received signal" output change.
15645 * gdb.threads/ia64-sigill.exp: Likewise.
15646 * gdb.threads/linux-dp.exp: Likewise.
15647 * gdb.threads/manythreads.exp: Likewise.
15648 * gdb.threads/pending-step.exp: Likewise.
15649 * gdb.threads/print-threads.exp: Likewise.
15650 * gdb.threads/sigstep-threads.exp: Likewise.
15651 * gdb.threads/staticthreads.exp: Likewise.
15652 * gdb.threads/tls.exp: Likewise.
15653
1e6697ea
YQ
156542016-03-09 Pedro Alves <palves@redhat.com>
15655
15656 * gdb.base/command-line-input.exp: New file.
15657
b04fd3be
MK
156582016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15659
15660 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15661 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15662 * gdb.trace/pending.exp: Accept leading dot before function name.
15663 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15664 * lib/trace-support.exp: Set registers for ppc.
15665
98fa59e9
MK
156662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15667
15668 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15669 use it for disassembly; accept .main in addition to main in backtrace.
15670
f77198c8
MK
156712016-03-09 Wei-cheng Wang <cole945@gmail.com>
15672 Marcin Kościelnicki <koriakin@0x04.net>
15673
15674 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15675 (gdb_recursion_test_ptr): New global variable.
15676 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15677 gdb_recursion_test.
15678 (gdb_c_test): Ditto.
15679
ba84e0da
MK
156802016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15681
15682 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15683 ordering.
15684
4366d36e
MK
156852016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15686
15687 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15688 (bar): Add bar_start_lbl label.
15689 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15690 of foo/bar for emitting DWARF and tracing.
15691
5eb264df
SDJ
156922016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15693
15694 * analyze-racy-logs.py: Set executable bit.
15695
fb6a751f
SDJ
156962016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15697
15698 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15699 (CHECK_TARGET_TMP): Likewise.
15700 (check-single-racy): New rule.
15701 (check-parallel-racy): Likewise.
15702 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15703 (do-check-parallel-racy): New rule.
15704 (check-racy/%.exp): Likewise.
15705 * README (Racy testcases): New section.
15706 * analyze-racy-logs.py: New file.
15707
bdf7e230
DE
157082016-03-03 Doug Evans <dje@google.com>
15709
15710 * gdb.base/skip.exp: Use with_test_prefix.
15711
4719d415
YQ
157122016-03-03 Yao Qi <yao.qi@linaro.org>
15713
15714 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15715 Invoke step_over_syscall "clone" and break_cond_on_syscall
15716 "clone".
15717 * gdb.base/step-over-clone.c: New file.
15718
ea507862
YQ
157192016-03-03 Yao Qi <yao.qi@linaro.org>
15720
15721 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15722 code format.
15723
8fc8cbda
YQ
157242016-03-03 Yao Qi <yao.qi@linaro.org>
15725
15726 * gdb.base/disp-step-fork.c: Rename to ...
15727 * gdb.base/step-over-fork.c: ... it. New file.
15728 * gdb.base/disp-step-vfork.c: Rename to ...
15729 * gdb.base/step-over-vfork.c: ... it. New file.
15730 * gdb.base/disp-step-syscall.exp: Rename to ...
15731 * gdb.base/step-over-syscall.exp: ... it. New file.
15732 (disp_step_cross_syscall): Rename to ...
15733 (step_over_syscall): ... it.
15734
92fa70b0
YQ
157352016-03-03 Yao Qi <yao.qi@linaro.org>
15736
15737 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15738 If target supports condition evaluation on target, invoke
15739 break_cond_on_syscall for fork and vfork.
15740
e197ad3c
YQ
157412016-03-03 Yao Qi <yao.qi@linaro.org>
15742
15743 * gdb.base/disp-step-syscall.exp: Don't invoke
15744 support_displaced_stepping.
15745 (disp_step_cross_syscall): Test with displaced stepping off and
15746 on if supported.
15747
0b47da9f
YQ
157482016-03-03 Yao Qi <yao.qi@linaro.org>
15749
15750 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15751 proc.
15752 (setup): New proc.
15753 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15754 and setup.
15755
065ab6dc
BH
157562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15757
15758 * gdb.fortran/vla-history.exp: Remove breakpoint.
15759
07e448ad 157602016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15761
25d49b86
PA
15762 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15763 exceeds timeout.
07e448ad 15764
9ac2d526 157652016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15766
25d49b86
PA
15767 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15768 breakpoint.
9ac2d526 15769
17807369
BH
157702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15771
15772 * gdb.mi/vla.f90: Nullify pointer after declaration.
15773
86e501af
PA
157742016-03-01 Pedro Alves <palves@redhat.com>
15775
15776 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15777
1e903e32
PA
157782016-03-01 Pedro Alves <palves@redhat.com>
15779
15780 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15781 before anything else.
15782 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15783 _GNU_SOURCE here.
15784 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15785 before anything else.
15786 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15787
6ccb54e2
PA
157882016-03-01 Pedro Alves <palves@redhat.com>
15789
15790 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15791
30ca9da1
YQ
157922016-03-01 Yao Qi <yao.qi@linaro.org>
15793
15794 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15795 prepare_for_testing.
15796
dc856b38
YQ
157972016-03-01 Yao Qi <yao.qi@linaro.org>
15798
15799 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15800
4a932159
AA
158012016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15802
15803 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15804 manually constructing the output path.
15805
f2489477
AA
158062016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15807
15808 * gdb.arch/s390-stackless.S: New.
15809 * gdb.arch/s390-stackless.exp: New.
15810
38899f16
IB
158112016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15812
15813 * gdb.dlang/circular.c: New file.
15814 * gdb.dlang/circular.exp: New file.
15815
9fde51ed
YQ
158162016-02-26 Yao Qi <yao.qi@linaro.org>
15817
15818 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15819 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15820 (testcases): Update.
15821
ce90fefe
YQ
158222016-02-26 Yao Qi <yao.qi@linaro.org>
15823
15824 * gdb.reverse/aarch64.c: Rename to ...
15825 * gdb.reverse/insn-reverse.c: ... it.
15826 * gdb.reverse/aarch64.exp: Rename to ...
15827 * gdb.reverse/insn-reverse.exp: ... it.
15828
3263bceb
YQ
158292016-02-26 Yao Qi <yao.qi@linaro.org>
15830
15831 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15832 (testcase_ftype): New.
15833 (testcases): New array.
15834 (n_testcases): New.
15835 (main): Call each element in testcases.
15836 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
15837 (read_testcase): New.
15838 Do the tests in a loop.
15839
6cb59ff1
YQ
158402016-02-25 Yao Qi <yao.qi@linaro.org>
15841
15842 * gdb.base/branches.c: Remove.
15843
ae91f625
MK
158442016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15845
15846 PR gdb/13808
15847 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
15848
678b48b7
MK
158492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15850
15851 * gdb.trace/ftrace.exp: Remove unnecessary target check.
15852
7337a6f2
MK
158532016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
15854
15855 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
15856 change x86_64 call_insn to 'callq'.
15857
861ca91f
AT
158582016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
15859
15860 * gdb.trace/tfile-avx.c: Move to...
15861 * gdb.trace/tracefile-pseudo-reg.c: Here.
15862 * gdb.trace/tfile-avx.exp: Move to...
15863 * gdb.trace/tracefile-pseudo-reg.exp: Here.
15864
bf74e428
GB
158652016-02-24 Gary Benson <gbenson@redhat.com>
15866
15867 * gdb.base/attach-pie-noexec.exp: Do not expect an error
15868 message on attach.
15869
cce0e923
DE
158702016-02-23 Doug Evans <dje@google.com>
15871
15872 * gdb.base/skip.c (test_skip): New function.
15873 (end_test_skip_file_and_function): New function.
15874 (test_skip_file_and_function): New function.
15875 * gdb.base/skip1.c (test_skip): New function.
15876 (skip1_test_skip_file_and_function): New function.
15877 * gdb.base/skip.exp: Add tests for new skip options.
15878 * gdb.base/skip-solib.exp: Update expected output.
15879 * gdb.perf/skip-command.cc: New file.
15880 * gdb.perf/skip-command.exp: New file.
15881 * gdb.perf/skip-command.py: New file.
15882
4000e47e
MK
158832016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
15884
15885 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
15886 info registers pattern.
15887
24f75ead
IB
158882016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
15889
15890 * lib/future.exp: Add D support.
15891 (gdb_find_gdc): New proc.
15892 (gdb_default_target_compile): Add D support.
15893
fbb7bcbe
WW
158942016-02-18 Wei-cheng Wang <cole945@gmail.com>
15895
15896 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
15897 user+system time.
15898 (trace_speed_test): Determine the iteration count for a time
15899 between 15..30 seconds.
15900
012b3a21
WT
159012016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
15902
15903 * gdb.arch/i386-mpx-sigsegv.c: New file.
15904 * gdb.arch/i386-mpx-sigsegv.exp: New file.
15905 * gdb.arch/i386-mpx-simple_segv.c: New file.
15906 * gdb.arch/i386-mpx-simple_segv.exp: New file.
15907
2d5189bd
YQ
159082016-02-18 Yao Qi <yao.qi@linaro.org>
15909
15910 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
15911 Don't call setup_kfail.
15912
40fb20d0
YQ
159132016-02-18 Yao Qi <yao.qi@linaro.org>
15914
15915 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15916 Set "set breakpoint condition-evaluation" per $cond_bp_target.
15917
21b1f8d2
DE
159182016-02-16 Doug Evans <dje@google.com>
15919
15920 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
15921 * gdb.base/skip1.c: Ditto.
15922 * gdb.base/skip.exp: Whitespace cleanup.
15923
4041ed77
DB
159242016-02-16 Don Breazeal <donb@codesourcery.com>
15925
15926 PR remote/19496
15927 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15928 Remove kfail for PR remote/19496.
15929
c4ef31bf
SM
159302016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15931
15932 * lib/gdb.exp (standard_temp_file): Return a path specific to
15933 the runtest invocation.
15934
266b65b3
SM
159352016-02-16 Simon Marchi <simon.marchi@ericsson.com>
15936
15937 * gdb.trace/save-trace.exp: Change relative path to be in the
15938 standard output directory.
15939
a7a0a6a9
JK
159402016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15941
15942 * gdb.arch/i386-prologue.c: Add missing prototypes.
15943
c99dbb42
JK
159442016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15945
15946 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
15947 * gdb.arch/i386-prologue.exp: Likewise.
15948 * gdb.arch/i386-size.exp: Likewise.
15949
aa480355
SM
159502016-02-15 Simon Marchi <simon.marchi@ericsson.com>
15951
15952 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
15953 define object file path.
15954 * gdb.btrace/gcore.exp: Use standard_output_file to define core
15955 file path.
15956 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
15957 standard_output_file to define binfile.
15958
ba881f50
JK
159592016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15960
15961 Fix compatibility with recent gfortran-5.3.1.
15962 * gdb.fortran/vla-history.exp (print vla1 allocated)
15963 (print vla2 allocated, print $2, print $3): Remove
15964 (print $4): Rename to ...
15965 (print $2): ... here.
15966 (print $9): Rename to ...
15967 (print $5): ... here.
15968 (print $10): Rename to ...
15969 (print $6): ... here.
15970 * gdb.fortran/vla.f90: Add pvla initialization.
15971
e9fb005c
JK
159722016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15973
15974 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
15975 New test.
15976 * gdb.fortran/vla-value-sub.exp: Likewise.
15977
e44e00ff
MK
159782016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
15979
15980 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
15981
97e94151
SM
159822016-02-12 Simon Marchi <simon.marchi@ericsson.com>
15983
15984 * i386-biarch-core.exp: Define corefile using
15985 standard_output_file.
15986
01113bc1
YQ
159872016-02-12 Yao Qi <yao.qi@linaro.org>
15988
15989 * gdb.arch/arm-single-step-kernel-helper.c: New.
15990 * gdb.arch/arm-single-step-kernel-helper.exp: New.
15991
33b4777c
MM
159922016-02-12 Markus Metzger <markus.t.metzger@intel.com>
15993
15994 * gdb.btrace/tailcall-only.exp: New.
15995 * gdb.btrace/tailcall-only.c: New.
15996 * gdb.btrace/x86_64-tailcall-only.S: New.
15997 * gdb.btrace/i686-tailcall-only.S: New.
15998
acc23c11
PA
159992016-02-11 Pedro Alves <palves@redhat.com>
16000
16001 * README (Parallel testing): Add missing double quotes.
16002
e352bf0a
PA
160032016-02-11 Pedro Alves <palves@redhat.com>
16004
16005 * README (Parallel testing): New section.
16006 (GDB_PARALLEL): Rewrite.
16007 (FORCE_PARALLEL): Document.
16008
9f5fed78
MK
160092016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16010
16011 * gdb.trace/tfile-avx.c: New test.
16012 * gdb.trace/tfile-avx.exp: New test.
16013
9ef9e6a6
KS
160142016-02-09 Keith Seitz <keiths@redhat.com>
16015
16016 PR breakpoints/19546
16017 * gdb.base/infcall-exec.c: New file.
16018 * gdb.base/infcall-exec2.c: New file.
16019 * gdb.base/infcall-exec.exp: New file.
16020
a96e36da
KS
160212016-02-09 Keith Seitz <keiths@redhat.com>
16022
16023 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16024 (toplevel): Call test_bkpt_address.
16025
9f61929f
KS
160262016-02-09 Keith Seitz <keiths@redhat.com>
16027
16028 PR python/19506
16029 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16030 (toplevel): Call test_bkpt_address.
16031
1e94266c
SM
160322016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16033
16034 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16035 to AC_OUTPUT.
16036 * configure: Regenerate.
16037
2a7f3dff
PA
160382016-02-09 Pedro Alves <palves@redhat.com>
16039
16040 PR breakpoints/19548
16041 * gdb.base/execl-update-breakpoints.c (some_function): New
16042 function.
16043 (main): Call it.
16044 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16045 Tighten expected GDB output.
16046
2151ccc5
SM
160472016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16048
16049 * Makefile.in (ALL_SUBDIRS): Remove.
16050 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16051 (distclean maintainer-clean realclean): Likewise.
16052 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16053 * configure: Regenerate.
16054 * gdb.ada/Makefile.in: Delete.
16055 * gdb.arch/Makefile.in: Likewise.
16056 * gdb.asm/Makefile.in: Likewise.
16057 * gdb.base/Makefile.in: Likewise.
16058 * gdb.btrace/Makefile.in: Likewise.
16059 * gdb.cell/Makefile.in: Likewise.
16060 * gdb.compile/Makefile.in: Likewise.
16061 * gdb.cp/Makefile.in: Likewise.
16062 * gdb.disasm/Makefile.in: Likewise.
16063 * gdb.dlang/Makefile.in: Likewise.
16064 * gdb.dwarf2/Makefile.in: Likewise.
16065 * gdb.fortran/Makefile.in: Likewise.
16066 * gdb.gdb/Makefile.in: Likewise.
16067 * gdb.go/Makefile.in: Likewise.
16068 * gdb.guile/Makefile.in: Likewise.
16069 * gdb.java/Makefile.in: Likewise.
16070 * gdb.linespec/Makefile.in: Likewise.
16071 * gdb.mi/Makefile.in: Likewise.
16072 * gdb.modula2/Makefile.in: Likewise.
16073 * gdb.multi/Makefile.in: Likewise.
16074 * gdb.objc/Makefile.in: Likewise.
16075 * gdb.opencl/Makefile.in: Likewise.
16076 * gdb.opt/Makefile.in: Likewise.
16077 * gdb.pascal/Makefile.in: Likewise.
16078 * gdb.perf/Makefile.in: Likewise.
16079 * gdb.python/Makefile.in: Likewise.
16080 * gdb.reverse/Makefile.in: Likewise.
16081 * gdb.server/Makefile.in: Likewise.
16082 * gdb.stabs/Makefile.in: Likewise.
16083 * gdb.threads/Makefile.in: Likewise.
16084 * gdb.trace/Makefile.in: Likewise.
16085 * gdb.xml/Makefile.in: Likewise.
16086 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16087 GDB_PARALLEL.
16088 (standard_output_file): Remove check for GDB_PARALLEL, always
16089 return path in outputs/$subdir/$testname.
16090
437277d4
SM
160912016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16092
16093 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16094 (site.exp): Assign abs_srcdir to tcl's srcdir.
16095
31d913c7
YQ
160962016-02-04 Yao Qi <yao.qi@linaro.org>
16097
16098 * gdb.base/foll-exec-mode.c: Include limits.h.
16099 (main): Add parameters argc and argv. Get directory from
16100 argv[0].
16101 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16102 compilation.
16103 * gdb.base/foll-exec.c: Include limits.h.
16104 (main): Add parameters argc and argv.
16105 Get directory from argv[0].
16106 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16107 Adjust tests on the number of lines as source code changed.
16108 * gdb.base/foll-vfork-exit.c: Include limits.h.
16109 (main): Add one line of statement before vfork.
16110 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16111 (main): Add parameters argc and argv. Get directory from
16112 argv[0].
16113 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16114 (setup_gdb): Set tbreak to skip some source lines.
16115 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16116 (main): Add parameters argc and argv. Get directory from
16117 argv[0].
16118 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16119 compilation.
16120 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16121 (main): Add parameters argc and argv. Get directory from
16122 argv[0].
16123 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16124 compilation.
16125
9482b9fb
DE
161262016-02-01 Doug Evans <dje@google.com>
16127
16128 * gdb.base/skip.exp: Clean up multiple references to same test name.
16129
6b2e4f10
PA
161302016-02-01 Pedro Alves <palves@redhat.com>
16131
ccb6afd6 16132 PR remote/19496
6b2e4f10
PA
16133 * gdb.threads/forking-threads-plus-breakpoint.exp
16134 (displaced_stepping_supported): New global.
16135 (probe_displaced_stepping_support): New procedure.
16136 (do_test): Add 'displaced' parameter, and use it.
16137 (top level): Check for displaced stepping support. Add displaced
16138 stepping on/off testing axis.
16139
37a8db1a
AB
161402016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16141
16142 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16143 pointer. Don't perform further tests on the unassociated pointer
16144 if the first test fails.
16145
5fdf6324
AB
161462016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16147
16148 * gdb.base/max-value-size.c: New file.
16149 * gdb.base/max-value-size.exp: New file.
16150 * gdb.base/huge.exp: Disable max-value-size for this test.
16151
935c6144
IB
161522016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16153
16154 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16155
7fe8399d
YQ
161562016-01-28 Yao Qi <yao.qi@linaro.org>
16157
16158 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16159
a2077e25
PA
161602016-01-25 Pedro Alves <palves@redhat.com>
16161
16162 PR threads/19461
16163 * gdb.base/fork-running-state.c: New file.
16164 * gdb.base/fork-running-state.exp: New file.
16165
1d2736d4
PA
161662016-01-25 Pedro Alves <palves@redhat.com>
16167
16168 PR gdb/19494
16169 * gdb.base/catch-fork-kill.c: New file.
16170 * gdb.base/catch-fork-kill.exp: New file.
16171
f1da4b11
PA
161722016-01-25 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16175 Delete, moved to lib/gdb.exp.
16176 * gdb.threads/forking-threads-plus-breakpoint.exp
16177 (foreach_with_prefix): Likewise.
16178 * gdb.threads/process-dies-while-handling-bp.exp
16179 (foreach_with_prefix): Likewise.
16180 * lib/gdb.exp (foreach_with_prefix): New procedure.
16181
45f38546
MK
161822016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16183
16184 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16185 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16186
dc29a1ce
MK
161872016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16188
16189 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16190 endian targets.
16191
092127d7
JK
161922016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16193 Pedro Alves <palves@redhat.com>
16194
16195 Fix testsuite compatibility with Guile.
16196 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16197 number.
16198
31d765d3
JK
161992016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16200
16201 Fix testsuite compatibility with Guile.
16202 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16203 (thread 1): New test for backtrace through signal handler.
16204
1ac78c04
YQ
162052016-01-22 Yao Qi <yao.qi@linaro.org>
16206
16207 PR testsuite/19491
16208 * gdb.base/multi-forks.c: Include
16209 ../lib/unbuffer_output.c
16210 (main): Call gdb_unbuffer_output.
16211
4f5946a8
DE
162122016-01-21 Doug Evans <dje@google.com>
16213
16214 * lib/ada.exp (gdb_compile_ada): Fix typo.
16215
305e13e6
JB
162162016-01-21 Joel Brobecker <brobecker@adacore.com>
16217
16218 * gdb.base/break-fun-addr.exp: New file.
16219 * gdb.base/break-fun-addr1.c: New file.
16220 * gdb.base/break-fun-addr2.c: New file.
16221
5f5dfff6
SM
162222016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16223
16224 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16225 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16226 enum flag values.
16227
fd356fa2
AA
162282016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16229
16230 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16231 when GDB can not set the vector return value. Add more comments
16232 for clarification.
16233
9df22175
AT
162342016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16235
16236 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16237 command.
16238
41d1845e
SM
162392016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16240
16241 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16242
01ac6840
SM
162432016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16244
16245 * Makefile.in (check-single): Pass --status to runtest.
16246 (check/%.exp): Likewise.
16247
162482016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16249
16250 * Makefile.in (check-parallel): Propagate return code from make
16251 do-check-parallel.
16252
bd0a71fa
MK
162532016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16254
16255 * gdb.trace/ftrace.exp: Fix expected message on continue.
16256 * gdb.trace/pending.exp: Fix expected message on continue.
16257 * gdb.trace/trace-break.exp: Fix expected message on continue.
16258
8bcbad33
SM
162592016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16260
16261 * lib/gdb.exp (gdb_test): Remove unused global references.
16262
f303dbd6
PA
162632016-01-18 Pedro Alves <palves@redhat.com>
16264
16265 * gdb.base/async-shell.exp: Adjust expected output.
16266 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16267 * gdb.base/siginfo-thread.exp: Adjust expected output.
16268 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16269 * gdb.java/jnpe.exp: Adjust expected output.
16270 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16271 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16272 * gdb.threads/leader-exit.exp: Adjust expected output.
16273 * gdb.threads/manythreads.exp: Adjust expected output.
16274 * gdb.threads/pthreads.exp: Adjust expected output.
16275 * gdb.threads/schedlock.exp: Adjust expected output.
16276 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16277 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16278 expected output.
16279 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16280 output.
16281 * gdb.threads/sigthread.exp: Adjust expected output.
16282 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16283
b2789696
YQ
162842016-01-18 Yao Qi <yao.qi@linaro.org>
16285
16286 * gdb.guile/scm-section-script.c: Replace @progbits with
16287 %progbits.
16288 * gdb.python/py-section-script.c: Likewise.
16289
71ef29a8
PA
162902016-01-15 Pedro Alves <palves@redhat.com>
16291
16292 * gdb.multi/tids.exp: Test star wildcard ranges.
16293
3f5b7598
PA
162942016-01-15 Pedro Alves <palves@redhat.com>
16295
16296 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16297 command from "thread apply" invocation.
16298 (thr_apply_info_thr_invalid): Default the expected output to the
16299 input tid list.
16300 (top level): Add tests that use convenience variables. Add tests
16301 for "thread apply" with a valid TID list, but missing the command.
16302
663f6d42
PA
163032016-01-13 Pedro Alves <palves@redhat.com>
16304
16305 * gdb.base/default.exp: Expect $_gthread as well.
16306 * gdb.multi/tids.exp: Test $_gthread.
16307 * gdb.threads/thread-specific.exp: Test $_gthread.
16308
c84f6bbf
PA
163092016-01-13 Pedro Alves <palves@redhat.com>
16310
16311 * gdb.multi/tids.exp: Test "info threads -gid".
16312
22a02324
PA
163132016-01-13 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16316 Breakpoint.thread.
16317 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16318
5d5658a1
PA
163192016-01-07 Pedro Alves <palves@redhat.com>
16320
16321 * gdb.base/break.exp: Adjust to output changes.
16322 * gdb.base/hbreak2.exp: Likewise.
16323 * gdb.base/sepdebug.exp: Likewise.
16324 * gdb.base/watch_thread_num.exp: Likewise.
16325 * gdb.linespec/keywords.exp: Likewise.
16326 * gdb.multi/info-threads.exp: Likewise.
16327 * gdb.threads/thread-find.exp: Likewise.
16328 * gdb.multi/tids.c: New file.
16329 * gdb.multi/tids.exp: New file.
16330
84654457
PA
163312016-01-13 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16334
e3940304
PA
163352016-01-13 Pedro Alves <palves@redhat.com>
16336
16337 * gdb.base/default.exp: Expect $_inferior as well.
16338 * gdb.multi/base.exp: Test $_inferior.
16339
a911d87a
PA
163402016-01-13 Pedro Alves <palves@redhat.com>
16341
16342 PR breakpoints/19388
16343 * gdb.base/catch-signal-siginfo-cond.c: New file.
16344 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16345
82075af2
JS
163462016-01-12 Josh Stone <jistone@redhat.com>
16347 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16348
16349 * gdb.base/catch-syscall.c (do_execve): New variable.
16350 (main): Conditionally trigger an execve.
16351 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16352 (test_catch_syscall_execve): New, check entry/return across execve.
16353 (do_syscall_tests): Call test_catch_syscall_execve.
16354
e46eeedd
PA
163552016-01-12 Pedro Alves <palves@redhat.com>
16356
16357 * gdb.base/random-signal.exp (do_test): New procedure, with body
16358 of testcase moved in.
16359
01d8c27e
JK
163602016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16361 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.base/funcargs.exp (finish from indirectly called function):
16364 Reintroduce the case for 'First'.
16365
9a706302
JK
163662016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16367 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16370 (tcatch_vfork_then_child_follow_exec)
16371 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16372 identification.
16373
c0ecb95f
JK
163742016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16375
16376 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16377 and repeats to unlimited.
16378 * gdb.python/py-value.exp: Likewise.
16379 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16380 and repeats to unlimited.
16381
6cfc1fcb
JK
163822016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16383
16384 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16385 and reordering the functions.
16386 * gdb.multi/hangout.c: Likewise.
16387 * gdb.multi/hello.c: Likewise.
16388
582a1b00
SM
163892016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16390
16391 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16392 absolute.
16393 (SingleStatisticTestResult.report): Use dict.keys instead of
16394 dict.iterkeys.
16395
79bc59cb
PA
163962016-01-06 Pedro Alves <palves@redhat.com>
16397
16398 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16399
43368e1d
MM
164002016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16401
16402 * gdb.btrace/dlopen.exp: New.
16403 * gdb.btrace/dlopen.c: New.
16404 * gdb.btrace/dlopen-dso.c: New.
16405
79fad5b8
SL
164062015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16407
16408 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16409 PATTERN argument is optional.
16410
ab8314b3
JB
164112015-12-24 Joel Brobecker <brobecker@adacore.com>
16412
16413 * lib/ada.exp (target_compile_ada_from_dir): New function.
16414 (gdb_compile_ada): Reimplement avoiding the use of project files.
16415 * gdb.ada/gnat_ada.gpr: Delete.
16416 * gdb.ada/cond_lang.exp: Adjust test to make path before
16417 filename optional.
16418 * gdb.ada/small_reg_param.exp: Likewise.
16419
fe33faff
SM
164202015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16421
16422 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16423
6d265cb4
TP
164242015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16425
16426 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16427 case.
16428
10125099
SM
164292015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16430
16431 * gdb.base/break.exp: Remove dead code.
16432 * gdb.base/sepdebug.exp: Likewise.
16433
3ca22649
SM
164342015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16435
16436 * gdb.asm/asm-source.exp: Remove HP-UX references.
16437 * gdb.base/annota1.exp: Likewise.
16438 * gdb.base/annota3.exp: Likewise.
16439 * gdb.base/attach.exp: Likewise.
16440 * gdb.base/bigcore.exp: Likewise.
16441 * gdb.base/break.exp: Likewise.
16442 * gdb.base/call-ar-st.exp: Likewise.
16443 * gdb.base/callfuncs.exp: Likewise.
16444 * gdb.base/catch-fork-static.exp: Likewise.
16445 * gdb.base/display.exp: Likewise.
16446 * gdb.base/foll-exec-mode.exp: Likewise.
16447 * gdb.base/foll-exec.exp: Likewise.
16448 * gdb.base/foll-fork.exp: Likewise.
16449 * gdb.base/foll-vfork.exp: Likewise.
16450 * gdb.base/funcargs.exp: Likewise.
16451 * gdb.base/hbreak2.exp: Likewise.
16452 * gdb.base/inferior-died.exp: Likewise.
16453 * gdb.base/interrupt.exp: Likewise.
16454 * gdb.base/multi-forks.exp: Likewise.
16455 * gdb.base/nodebug.exp: Likewise.
16456 * gdb.base/sepdebug.exp: Likewise.
16457 * gdb.base/solib1.c: Likewise.
16458 * gdb.base/step-test.exp: Likewise.
16459 * gdb.mi/non-stop.c: Likewise.
16460 * gdb.mi/pthreads.c: Likewise.
16461 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16462 * gdb.threads/pthreads.c: Likewise.
16463 * gdb.threads/staticthreads.exp: Likewise.
16464 * lib/future.exp: Likewise.
16465 * lib/gdb.exp: Likewise.
16466 * gdb.base/so-indr-cl.c: Remove.
16467 * gdb.base/so-indr-cl.exp: Likewise.
16468 * gdb.base/solib.c: Likewise.
16469 * gdb.base/solib.exp: Likewise.
16470 * gdb.base/solib2.c: Likewise.
16471
b6304613
SM
164722015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16473
16474 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16475 * gdb.base/call-ar-st.exp: Likewise.
16476 * gdb.base/callfuncs.exp: Likewise.
16477 * gdb.base/condbreak.exp: Likewise.
16478 * gdb.base/constvars.exp: Likewise.
16479 * gdb.base/hbreak2.exp: Likewise.
16480 * gdb.base/langs.exp: Likewise.
16481 * gdb.base/list.exp: Likewise.
16482 * gdb.base/long_long.exp: Likewise.
16483 * gdb.base/ptype.exp: Likewise.
16484 * gdb.base/scope.exp: Likewise.
16485 * gdb.base/signals.exp: Likewise.
16486 * gdb.base/so-impl-ld.exp: Likewise.
16487 * gdb.base/varargs.exp: Likewise.
16488 * gdb.base/volatile.exp: Likewise.
16489 * gdb.base/whatis.exp: Likewise.
16490 * gdb.cp/cplusfuncs.exp: Likewise.
16491 * gdb.cp/inherit.exp: Likewise.
16492 * gdb.cp/local.exp: Likewise.
16493 * gdb.cp/member-ptr.exp: Likewise.
16494 * gdb.cp/method.exp: Likewise.
16495 * gdb.cp/overload.exp: Likewise.
16496 * gdb.cp/templates.exp: Likewise.
16497 * gdb.stabs/weird.exp: Likewise.
16498 * lib/compiler.c: Likewise.
16499 * lib/compiler.cc: Likewise.
16500 * lib/cp-support.exp: Likewise.
16501 * lib/gdb.exp: Likewise.
16502
bf401b07
SM
165032015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16504
16505 * configure.ac: Remove HP-UX case.
16506 * configure: Regenerate.
16507
aff9c0f8
SM
165082015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16509
16510 * lib/gdb.exp (gdb_compile): Add function doc.
16511
a6904d5a
PA
165122015-12-17 Pedro Alves <palves@redhat.com>
16513
16514 PR threads/19354
16515 * gdb.multi/info-threads.exp: New file.
16516
a22279dd
YQ
165172015-12-15 Yao Qi <yao.qi@linaro.org>
16518
16519 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16520 is aarch64*-*-*.
16521
0588c796
SL
165222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16523
16524 * gdb.base/history-duplicates.exp: Skip if no readline support.
16525
5d978e17
SL
165262015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16527
16528 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16529
7e763b86
SL
165302015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16531
16532 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16533
87a3a92c
SL
165342015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16535
16536 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16537 ctrl-C if nointerrupts target property is set.
16538 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16539 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16540 * gdb.base/paginate-bg-execution.exp: Likewise.
16541 * gdb.base/paginate-execution-startup.exp: Likewise.
16542 * gdb.base/random-signal.exp: Likewise.
16543 * gdb.base/range-stepping.exp: Likewise.
16544 * gdb.cp/annota2.exp: Likewise.
16545 * gdb.cp/annota3.exp: Likewise.
16546 * gdb.gdb/selftest.exp: Likewise.
16547 * gdb.threads/continue-pending-status.exp: Likewise.
16548 * gdb.threads/leader-exit.exp: Likewise.
16549 * gdb.threads/manythreads.exp: Likewise.
16550 * gdb.threads/pthreads.exp: Likewise.
16551 * gdb.threads/schedlock.exp: Likewise.
16552 * gdb.threads/sigthread.exp: Likewise.
16553
a8f077dc
DB
165542015-12-11 Don Breazeal <donb@codesourcery.com>
16555
16556 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16557 remote.
16558 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16559 * gdb.base/foll-exec.exp (main): Enable for target remote.
16560 * gdb.base/foll-fork.exp (main): Likewise.
16561 * gdb.base/foll-vfork.exp (main): Likewise.
16562 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16563 (proc continue_to_exit_bp_loc): Use clean_restart.
16564 * gdb.base/pie-execl.exp (main): Disable for target remote.
16565 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16566 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16567 * gdb.threads/execl.exp (main): Likewise.
16568 * gdb.threads/fork-child-threads.exp (main): Likewise.
16569 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16570 remote.
16571 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16572 remote.
16573 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16574 pid.tid style ptids, instead of just tid.
16575 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16576 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16577 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16578 ptids, instead of just tid.
16579
3b2464a8
AB
165802015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16581
16582 * gdb.base/list.exp (test_list_forward): Add end of file error
16583 test.
16584 (test_repeat_list_command): Add end of file error test.
16585 (test_list_backwards): Add beginning of file error test.
16586
a0def019
AB
165872015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16588
16589 * gdb.base/list.exp (test_list_invalid_args): New function,
16590 defined, and called.
16591
5c000dff
AB
165922015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16593
16594 * gdb.base/list.exp (test_list): Make test names unique.
16595
f1637ebe
YQ
165962015-12-11 Yao Qi <yao.qi@linaro.org>
16597
16598 * gdb.base/coremaker2.c: Remove.
16599
36d6fc0a
PA
166002015-12-10 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.multi/base.exp: Remove stale "spaces" references.
16603
762f7747
PA
166042015-12-10 Pedro Alves <palves@redhat.com>
16605
16606 * gdb.multi/base.exp: Don't use nowarnings.
16607 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16608 * gdb.multi/hangout.c: Include stdio.h.
16609 * gdb.multi/hello.c: Include stdlib.h.
16610 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16611 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16612 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16613
28d2bfb9
AB
166142015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16615
16616 * gdb.dwarf2/dw2-ranges-base.c: New file.
16617 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16618 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16619 support additional line table, and debug ranges generation.
16620 (Dwarf::ranges): New function, generate .debug_ranges.
16621 (Dwarf::lines): Support generating simple line table programs.
16622 (Dwarf::assemble): Initialise new namespace variables.
16623
5fc2beac
KB
166242015-12-09 Kevin Buettner <kevinb@redhat.com>
16625
16626 * gdb.base/async.exp (proc test_background): Add case for
16627 asynchronous execution not supported.
16628
1c35a88f
LM
166292015-12-09 Luis Machado <lgustavo@codesourcery.com>
16630
16631 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16632 format and change test names to make them unique.
16633
b593e3d9
RK
166342015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16635 Pedro Alves <pedro@redhat.com>
16636
16637 PR gdb/18702
16638 Add checking of floatformats setup on x86_64 hosts.
16639 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16640 (smallval, bigval): New labels/constants.
16641 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16642 float" after loading bigval and smallval.
16643
d72413e6
PMR
166442015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16645
16646 * gdb.ada/fun_overload_menu.exp: New testcase.
16647 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16648
ece66d65
JS
166492015-12-04 Josh Stone <jistone@redhat.com>
16650
16651 * gdb.base/catch-fork-static.exp: New.
16652
41d0efca
YQ
166532015-12-03 Yao Qi <yao.qi@linaro.org>
16654
16655 * gdb.base/sizeof.c: Don't include stdio.h and
16656 ../lib/unbuffer_output.c.
16657 (main): New variable 'size' and 'value'. Remove printf and
16658 gdb_unbuffer_output. Assign return value to size and value.
16659 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16660 at the beginning.
16661 (check_sizeof): Check the result by printing variable 'size'.
16662 (check_valueof): Check the result by printing variable 'value'.
16663
99fd02d9
YQ
166642015-12-01 Yao Qi <yao.qi@linaro.org>
16665
16666 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16667 for aarch64*-*-linux* target.
16668
f2faf941
PA
166692015-11-30 Pedro Alves <palves@redhat.com>
16670
16671 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16672
04bf20c5
PA
166732015-11-30 Pedro Alves <palves@redhat.com>
16674
16675 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16676 Handle non-stop mode vCont replies.
16677
09df4675
PA
166782015-11-30 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16681 prepare_for_testing. Start gdb with "set non-stop on" appended to
16682 GDBFLAGS. Lax expected stop output.
16683
58b584af
YQ
166842015-11-27 Yao Qi <yao.qi@linaro.org>
16685
16686 * gdb.arch/arm-neon.exp: New.
16687 * gdb.arch/arm-neon.c: New.
16688
dfcb77a8
YQ
166892015-11-27 Yao Qi <yao.qi@linaro.org>
16690
16691 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16692
88e8ec1b
YQ
166932015-11-27 Yao Qi <yao.qi@linaro.org>
16694
16695 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16696 frames-invalid annotation.
16697
bfde72c2
YQ
166982015-11-27 Yao Qi <yao.qi@linaro.org>
16699
16700 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16701
f6512a69
SM
167022015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16703
16704 * gdb.threads/names.exp: New file.
16705 * gdb.threads/names.c: New file.
16706 * README: Mention gdb,no_thread_names.
16707
46a3515b
MM
167082015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16709
16710 PR 19297
16711 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16712 support" error.
16713
62147a22
PA
167142015-11-24 Pedro Alves <palves@redhat.com>
16715
16716 PR 17539
16717 * gdb.base/display.exp: Expect displays to be sorted in ascending
16718 order. Use multi_line.
16719 * gdb.base/solib-display.exp: Likewise.
16720
2f341b6e
PA
167212015-11-24 Pedro Alves <palves@redhat.com>
16722
16723 PR 17539
25d49b86
PA
16724 * gdb.base/display.exp: Expect displays to be sorted in ascending
16725 order. Use multi_line.
16726 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16727
7e0aa6aa
PA
167282015-11-24 Pedro Alves <palves@redhat.com>
16729
16730 PR 17539
16731 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16732 threads in ascending order.
16733 * gdb.base/foll-fork.exp: Likewise.
16734 * gdb.base/foll-vfork.exp: Likewise.
16735 * gdb.base/multi-forks.exp: Likewise.
16736 * gdb.mi/mi-nonstop.exp: Likewise.
16737 * gdb.mi/mi-nsintrall.exp: Likewise.
16738 * gdb.multi/base.exp: Likewise.
16739 * gdb.multi/multi-arch.exp: Likewise.
16740 * gdb.python/py-inferior.exp: Likewise.
16741 * gdb.threads/break-while-running.exp: Likewise.
16742 * gdb.threads/execl.exp: Likewise.
16743 * gdb.threads/gcore-thread.exp: Likewise.
16744 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16745 * gdb.threads/kill.exp: Likewise.
16746 * gdb.threads/linux-dp.exp: Likewise.
16747 * gdb.threads/multiple-step-overs.exp: Likewise.
16748 * gdb.threads/next-bp-other-thread.exp: Likewise.
16749 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16750 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16751 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16752 * gdb.threads/thread-find.exp: Likewise.
16753 * gdb.threads/tls.exp: Likewise.
16754 * lib/mi-support.exp (mi_reverse_list): Delete.
16755 (mi_check_thread_states): No longer reverse list.
16756
2cc57ad8
PA
167572015-11-24 Pedro Alves <palves@redhat.com>
16758
16759 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16760 use lowercase.
16761
c93e8391
SM
167622015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16763
16764 * gdb.trace/actions.c: Include trace-common.h.
16765 (main): Add a location for a fast tracepoint.
16766 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16767 the normal tracepoints.
16768 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16769
045ccf91
SM
167702015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16771
16772 * save-trace.exp: Factor out code to these...
16773 (gdb_save_tracepoints): New.
16774 (gdb_load_tracepoints): New.
16775 (do_save_load_test): New.
16776
5506f9f6
KB
167772015-11-23 Kevin Buettner <kevinb@redhat.com>
16778
16779 * gdb.base/asmlabel.exp: New test.
16780 * gdb.base/asmlabel.c: New test case.
16781
16c3b12f
JB
167822015-11-23 Joel Brobecker <brobecker@adacore.com>
16783
16784 * gdb.base/wrong_frame_bt_full-main.c: New file.
16785 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16786 * gdb.base/wrong_frame_bt_full.exp: New file.
16787
155bfbd3
JB
167882015-11-23 Joel Brobecker <brobecker@adacore.com>
16789
16790 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16791
bb097445
JM
167922015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16793
206853a0 16794 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16795 pstate register when comparing registers values in
16796 sparc64-*-linux-gnu targets to avoid spurious differences.
16797
9c88ed8f
JM
167982015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16799
206853a0 16800 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16801
96161e25
SL
168022015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16803
16804 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16805 as type argument to gdb_compile.
16806 * gdb.base/nested-subp2.exp: Likewise.
16807 * gdb.base/nested-subp3.exp: Likewise.
16808
340c2830
DV
168092015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16810
16811 * lib/dwarf.exp (_note): Fix left shift of negative value.
16812 * gdb.trace/trace-condition.exp: Likewise.
16813
c1862d0f
YQ
168142015-11-13 Yao Qi <yao.qi@linaro.org>
16815
16816 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16817 comments about d10v.
16818 (test_scalar_returns): Likewise.
16819 * gdb.base/d10v.ld: Remove.
16820 * gdb.base/overlays.exp: Remove the target triplet checking for
16821 d10v-*-*.
16822 * gdb.base/structs.exp (test_struct_returns): Remove the
16823 comments about d10v.
16824 (test_struct_calls): Likewise.
16825
77ae9c19
YQ
168262015-11-13 Yao Qi <yao.qi@linaro.org>
16827
16828 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16829 * gdb.base/gnu_vector.c: Don't include stdio.h.
16830 (main): Don't print res and call add_some_intvecs.
16831
430e004e
MK
168322015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16833
16834 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16835 macro.
16836 (func5): Removed.
16837 (func4): Use FAST_TRACEPOINT_LABEL.
16838 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
16839 macro.
16840 (func): Removed.
16841 (thread_function): Use FAST_TRACEPOINT_LABEL.
16842 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
16843 (func): Remove.
16844 (marker): Use FAST_TRACEPOINT_LABEL.
16845 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
16846 (pendfunc1): Remove.
16847 (pendfunc): Use FAST_TRACEPOINT_LABEL.
16848 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
16849 (foo): Remove.
16850 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
16851 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
16852 macro.
16853 (func): Remove.
16854 (marker): Use FAST_TRACEPOINT_LABEL.
16855 * gdb.trace/trace-common.h: New header.
16856 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
16857 macro.
16858 (func): Remove.
16859 (marker): Use FAST_TRACEPOINT_LABEL.
16860 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
16861 (func): Remove.
16862 (thread_function): Use FAST_TRACEPOINT_LABEL.
16863
6e7675a7
MK
168642015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
16865
16866 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
16867 in front.
16868 * gdb.trace/change-loc.exp: Use global pcreg definition.
16869 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
16870 * gdb.trace/entry-values.exp: Use global spreg definition, add $
16871 in front.
16872 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
16873 * gdb.trace/pending.exp: Likewise.
16874 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
16875 * gdb.trace/trace-break.exp: Likewise.
16876 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
16877 in front.
16878 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
16879 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
16880 in front.
16881 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
16882
dddc0e16
JB
168832015-11-09 Joel Brobecker <brobecker@adacore.com>
16884
16885 * gdb.ada/fin_fun_out: New testcase.
16886
c6f0b406
KB
168872015-11-07 Kevin Buettner <kevinb@redhat.com>
16888
16889 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
16890 value associated with DW_AT_byte_size.
16891 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
16892 constants for DW_AT_byte_size, DW_AT_lower_bound, and
16893 DW_AT_upper_bound.
16894
f01dcfd9
KB
168952015-11-07 Kevin Buettner <kevinb@redhat.com>
16896
16897 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
16898 (gdb_target_symbol_prefix_flags): Define in terms of _asm
16899 version.
16900 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
16901 gdb.dwarf2/dw2-canonicalize-type.exp,
16902 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
16903 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
16904 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
16905 provided by gdb_target_symbol_prefix_flags_asm.
16906 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
16907 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
16908 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
16909 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
16910 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
16911 macros where needed). Use this macro for symbols which require
16912 the prefix provided by SYMBOL_PREFIX.
16913
2223449a
KB
169142015-11-05 Kevin Buettner <kevinb@redhat.com>
16915
16916 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
16917 New procs.
16918 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
16919 representing expressions, of more than one list element.
16920 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
16921 to prepend linker symbol prefix to f.
16922 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
16923 table_1 and table_2.
16924 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
16925 Likewise, for f and g.
16926 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
16927 for ptr.
16928 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
16929 for main.
16930 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
16931 table_1_ptr and table_2_ptr.
16932
6f2f1a3a
JK
169332015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16934 Joel Brobecker <brobecker@adacore.com>
16935
16936 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
16937
566c56c9
MK
169382015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
16939
16940 * gdb.reverse/s390-mvcle.c: New test.
16941 * gdb.reverse/s390-mvcle.exp: New file.
16942 * lib/gdb.exp: Enable reverse tests on s390*-linux.
16943
d5f0636b
MK
169442015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16945
16946 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
16947
7ad8b86c
MK
169482015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
16949
16950 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
16951 reaching marker2.
16952 * gdb.reverse/getresuid-reverse.exp: Likewise.
16953 * gdb.reverse/pipe-reverse.exp: Likewise.
16954 * gdb.reverse/readv-reverse.exp: Likewise.
16955 * gdb.reverse/recvmsg-reverse.exp: Likewise.
16956 * gdb.reverse/time-reverse.exp: Likewise.
16957 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
16958
4081c0f1
YQ
169592015-10-30 Yao Qi <yao.qi@linaro.org>
16960
16961 * gdb.threads/wp-replication.c (watch_count_done): Remove.
16962 (empty_cycle): Remove.
16963 (main): Don't call empty_cycle. Don't use watch_count_done.
16964 * gdb.threads/wp-replication.exp: Don't set breakpoint on
16965 empty_cycle. Rewrite the code counting HW watchpoints.
16966
452b4ba5
MK
169672015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
16968
16969 * gdb.reverse/fstatat-reverse.c: New test.
16970 * gdb.reverse/fstatat-reverse.exp: New file.
16971 * gdb.reverse/getresuid-reverse.c: New test.
16972 * gdb.reverse/getresuid-reverse.exp: New file.
16973 * gdb.reverse/pipe-reverse.c: New test.
16974 * gdb.reverse/pipe-reverse.exp: New file.
16975 * gdb.reverse/readv-reverse.c: New test.
16976 * gdb.reverse/readv-reverse.exp: New file.
16977 * gdb.reverse/recvmsg-reverse.c: New test.
16978 * gdb.reverse/recvmsg-reverse.exp: New file.
16979 * gdb.reverse/time-reverse.c: New test.
16980 * gdb.reverse/time-reverse.exp: New file.
16981 * gdb.reverse/waitpid-reverse.c: New test.
16982 * gdb.reverse/waitpid-reverse.exp: New file.
16983
5e2e7507
JK
169842015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16985
16986 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
16987
0fde2c53
DE
169882015-10-26 Doug Evans <dje@google.com>
16989
16990 PR symtab/17391
16991 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
16992 * gdb.dwarf2/bad-regnum.c: New file.
16993 * gdb.dwarf2/bad-regnum.exp: New file.
16994
1a70ae97
DE
169952015-10-26 Doug Evans <dje@google.com>
16996
16997 PR python/18938
16998 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
16999 file.
17000
27dc26ab
JK
170012015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17002
17003 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17004 for a change by "Mention language in compile error message".
17005
bed91f4d
SM
170062015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17007
17008 PR python/18073
17009 * gdb.python/py-type.c (C::a_method): New.
17010 (C::a_const_method): New.
17011 (C::a_static_method): New.
17012 (a_function): New.
17013 * gdb.python/py-type.exp (test_fields): Test getting fields
17014 from function and method.
17015
3f2f83dd
KB
170162015-10-21 Keven Boell <keven.boell@intel.com>
17017
17018 * gdb.fortran/vla-alloc-assoc.exp: New file.
17019 * gdb.fortran/vla-datatypes.exp: New file.
17020 * gdb.fortran/vla-datatypes.f90: New file.
17021 * gdb.fortran/vla-history.exp: New file.
17022 * gdb.fortran/vla-ptype-sub.exp: New file.
17023 * gdb.fortran/vla-ptype.exp: New file.
17024 * gdb.fortran/vla-sizeof.exp: New file.
17025 * gdb.fortran/vla-sub.f90: New file.
17026 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17027 * gdb.fortran/vla-value-sub-finish.exp: New file.
17028 * gdb.fortran/vla-value-sub.exp: New file.
17029 * gdb.fortran/vla-value.exp: New file.
17030 * gdb.fortran/vla-ptr-info.exp: New file.
17031 * gdb.mi/mi-vla-fortran.exp: New file.
17032 * gdb.mi/vla.f90: New file.
17033
27145d50
SL
170342015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17035
17036 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17037 of hardwired timeout value.
17038
5f3ff4f8
JK
170392015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17040 Pedro Alves <palves@redhat.com>
17041
17042 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17043 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17044
bfd09d20
JS
170452015-10-19 Josh Stone <jistone@redhat.com>
17046
17047 * gdb.base/catch-syscall.c: Include <sched.h>.
17048 (unknown_syscall): New variable.
17049 (main): Trigger a vfork and an unknown syscall.
17050 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17051 (unknown_syscall_number): Likewise.
17052 (check_call_to_syscall): Accept an optional syscall pattern.
17053 (check_return_from_syscall): Likewise.
17054 (check_continue): Likewise.
17055 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17056 (test_catch_syscall_skipping_return): New test toggling off 'catch
17057 syscall' to step over the syscall return, then toggling back on.
17058 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17059 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17060 (do_syscall_tests): Call test_catch_syscall_without_args and
17061 test_catch_syscall_mid_vfork.
17062 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17063 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17064
b32b93c6
AS
170652015-10-19 Andrew Stubbs <ams@codesourcery.com>
17066
17067 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17068 print g_vE): Add new pass patterns.
17069 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17070 print various symbol names for vptr fields.
17071
9d622bda
AB
170722015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17073
17074 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17075 results.
17076
0fd8ac1c
YQ
170772015-10-12 Yao Qi <yao.qi@linaro.org>
17078
17079 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17080
34240514
YQ
170812015-10-12 Yao Qi <yao.qi@linaro.org>
17082
17083 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17084 is aarch64*-*-linux*.
17085
8240f442
YQ
170862015-10-12 Yao Qi <yao.qi@linaro.org>
17087
17088 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17089 (can_relocate_bcond_true): ... it.
17090 (can_relocate_bcond_false): New function.
17091 (foo): Likewise.
17092 (can_relocate_bl): Likewise.
17093 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17094 can_relocate_bl.
17095
2520f728
PMR
170962015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17097
17098 * gdb.base/nested-addr.c: New file.
17099 * gdb.base/nested-addr.exp: New testcase.
17100
abcef95a
MM
171012015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17102
17103 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17104 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17105 its output. Ignore the output of "record goto begin" and instead
17106 check that GDB is replaying.
17107
145e3ddb
PA
171082015-10-09 Pedro Alves <palves@redhat.com>
17109
17110 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17111 (top level): Use it in the run with no args test.
17112
d5d8c4e1
IB
171132015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17114
17115 * gdb.dlang/properties.exp: New file.
17116
06e635ef
SL
171172015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17118
17119 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17120 whether or not address 0x1000 is mapped on the target.
17121
e019fd1d
SM
171222015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17123
17124 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17125 build.
17126
77ba2a67
MM
171272015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17128
17129 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17130 instruction-history test.
17131
c60eb31f
DE
171322015-09-28 Doug Evans <dje@google.com>
17133
17134 * gdb.base/gcore.c (array_func): Add reference to static_array.
17135
9a3c8263
SM
171362015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17137
17138 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17139 source line.
17140
9720e656
SL
171412015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17142
17143 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17144 short or char as base type.
17145
938d3bf2
SL
171462015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17147
17148 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17149 to allow any size enum.
17150
e6c2c623
PMR
171512015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17152
17153 * gdb.ada/array_ptr_renaming.exp: New testcase.
17154 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17155 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17156
06da0f77
PL
171572015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17158
17159 * gdb.trace/ftrace-lock.c: New file.
17160 * gdb.trace/ftrace-lock.exp: New file.
17161
4f51c22a
PL
171622015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17163
17164 * gdb.arch/insn-reloc.c: New file.
17165 * gdb.arch/ftrace-insn-reloc.exp: New file.
17166
7041adf4
PL
171672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17168
17169 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17170 instruction.
17171 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17172 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17173 * gdb.trace/range-stepping.c: Likewise.
17174 * gdb.trace/trace-break.c: Likewise.
17175 * gdb.trace/trace-mt.c (thread_function): Likewise.
17176 * gdb.trace/ftrace.c (marker): Likewise.
17177 * gdb.trace/trace-condition.c (marker): Likewise.
17178 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17179 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17180 is_aarch64_target.
17181
015d2e7e
DE
171822015-09-18 Doug Evans <xdje42@gmail.com>
17183
17184 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17185 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17186
26b188a2
SL
171872015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17188
17189 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17190 the breakpoint.
17191
79dc332b
SL
171922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17193
17194 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17195 the pending breakpoint. Remove timeout override for "Run till
17196 MI pending breakpoint on pendfunc3 on thread 2" test.
17197
f57929f2
SL
171982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17199
17200 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17201 filename pattern.
17202
3f469b17
SL
172032015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17204
17205 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17206 in breakpoint filename pattern.
17207
515b89b3
SL
172082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17209
7800dbe4
SL
17210 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17211
172122015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17213
515b89b3
SL
17214 * gdb.linespec/explicit.exp: Check for readline support for
17215 tab-completion tests. Fix obvious typo.
17216
d2939ba2
MM
172172015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17218
17219 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17220 and replay.
17221
cbb55fa7
MM
172222015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17223
17224 * gdb.btrace/non-stop.c: New.
17225 * gdb.btrace/non-stop.exp: New.
17226
43691ca1
PL
172272015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17228 Yao Qi <yao.qi@linaro.org>
17229
17230 * gdb.trace/trace-condition.c: New file.
17231 * gdb.trace/trace-condition.exp: New file.
17232
d78908cf
WW
172332015-09-16 Wei-cheng Wang <cole945@gmail.com>
17234
17235 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17236 for testing bytecode compilation.
17237
1ed415e2
PA
172382015-09-16 Pedro Alves <palves@redhat.com>
17239 Sandra Loosemore <sandra@codesourcery.com>
17240
17241 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17242 (SECONDS): Redefine.
17243 (main): Call pthread_kill and alarm early.
17244 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17245 support.
17246 (test): If the target can't hardware step and doesn't support
17247 displaced stepping, increase the timeout.
17248
d136eff5
PA
172492015-09-16 Pedro Alves <palves@redhat.com>
17250
17251 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17252 (enable_debug): New procedures.
17253 (test): Use them. Bail out if waiting for threads fails.
17254 (top level): Bail out if a test fails.
17255
991f019c
YQ
172562015-09-16 Yao Qi <yao.qi@linaro.org>
17257
17258 * gdb.asm/asm-source.exp: Set asm-arch for
17259 aarch64*-*-* target.
17260 * gdb.asm/aarch64.inc: New file.
17261
bfca584f
PMR
172622015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17263
17264 * gdb.ada/array_of_variable_length.exp: New testcase.
17265 * gdb.ada/array_of_variable_length/foo.adb: New file.
17266 * gdb.ada/array_of_variable_length/pck.adb: New file.
17267 * gdb.ada/array_of_variable_length/pck.ads: New file.
17268
b326e587
DE
172692015-09-15 Doug Evans <dje@google.com>
17270
17271 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17272 of function static local variable.
17273
5382cfab
PW
172742015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17275
17276 * gdb.threads/tls-so_extern.exp: New test file.
17277 * gdb.threads/tls-so_extern.c: New test file.
17278 * gdb.threads/tls-so_extern_main.c: New test file.
17279
141c5cc4
JK
172802015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17281
17282 * gdb.opt/solib-intra-step-lib.c: New file.
17283 * gdb.opt/solib-intra-step-main.c: New file.
17284 * gdb.opt/solib-intra-step.exp: New file.
17285
d15dcecd
PA
172862015-09-15 Pedro Alves <palves@redhat.com>
17287
17288 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17289 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17290
4c2f2a79
PA
172912015-09-14 Pedro Alves <palves@redhat.com>
17292
17293 * gdb.base/hook-stop-continue.c: Delete.
17294 * gdb.base/hook-stop-continue.exp: Delete.
17295 * gdb.base/hook-stop-frame.c: Delete.
17296 * gdb.base/hook-stop-frame.exp: Delete.
17297 * gdb.base/hook-stop.c: New file.
17298 * gdb.base/hook-stop.exp: New file.
17299
919e6dbe
PMR
173002015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17301
17302 * gdb.ada/access_to_packed_array.exp: New testcase.
17303 * gdb.ada/access_to_packed_array/foo.adb: New file.
17304 * gdb.ada/access_to_packed_array/pack.adb: New file.
17305 * gdb.ada/access_to_packed_array/pack.ads: New file.
17306
157280a4
MM
173072015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17308
17309 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17310 buffer size test.
17311
2fd33e94
DB
173122015-09-11 Don Breazeal <donb@codesourcery.com>
17313
17314 * gdb.base/foll-exec.c: Add copyright header. Fix
17315 formatting issues.
17316 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17317 (do_exec_tests): Use clean_restart in place of zap_session,
17318 and for test initialization. Fix formatting issues. Use
17319 fail in place of perror.
17320 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17321 an expect statement to match an expression with output from
17322 the program under debug.
17323 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17324 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17325 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17326 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17327 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17328
e70b6e8e
DE
173292015-09-09 Doug Evans <dje@google.com>
17330
17331 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17332
7a551a51
DE
173332015-09-09 Doug Evans <dje@google.com>
17334
17335 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17336
4c666f84
DE
173372015-09-09 Doug Evans <dje@google.com>
17338
17339 * gdb.base/savedregs.exp: Fix typo.
17340
243a9253
PA
173412015-09-09 Pedro Alves <palves@redhat.com>
17342
17343 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17344
c0fa8fbd
SL
173452015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17346
17347 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17348 command actually switches threads. Give up on remaining
17349 tests if target fails to stop at breakpoint.
17350
cd7c1778
PMR
173512015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17352
17353 * gdb.ada/funcall_char.exp: New testcase.
17354 * gdb.ada/funcall_char/foo.adb: New file.
17355
dc5c8746
PMR
173562015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17357
17358 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17359 expected outputs. Add two testcases for completing ambiguous
17360 functions.
17361 * gdb.ada/complete/aux_pck.adb: New file.
17362 * gdb.ada/complete/aux_pck.ads: New file.
17363 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17364 Ambiguous_Func functions.
17365 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17366 * gdb.ada/complete/pck.adb: Likewise.
17367
4e83a1e7
UW
173682015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17369
17370 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17371 failures to run the test program under GDB.
17372
8ce74153
LM
173732015-08-26 Luis Machado <lgustavo@codesourcery.com>
17374
17375 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17376 to C.
17377
e9756d52
PP
173782015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17379
17380 * gdb.base/run-after-attach.exp: New test file.
17381 * gdb.base/run-after-attach.c: New test file.
17382
8d37573b
DB
173832015-08-26 Don Breazeal <donb@codesourcery.com>
17384
17385 * gdb.base/foll-exec-2.c: New test program.
17386 * gdb.base/foll-exec-2.exp: New test.
17387
63e43d3a
PMR
173882015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17389
17390 * gdb.base/nested-subp1.exp: New file.
17391 * gdb.base/nested-subp1.c: New file.
17392 * gdb.base/nested-subp2.exp: New file.
17393 * gdb.base/nested-subp2.c: New file.
17394 * gdb.base/nested-subp3.exp: New file.
17395 * gdb.base/nested-subp3.c: New file.
17396
3d40fbb5
PA
173972015-08-24 Pedro Alves <palves@redhat.com>
17398
17399 * gdb.server/connect-without-multi-process.c: New file.
17400 * gdb.server/connect-without-multi-process.exp: New file.
17401
4422ac93
LM
174022015-08-24 Luis Machado <lgustavo@codesourcery.com>
17403
17404 * gdb.opt/inline-markers.c: Make z int.
17405
91dddb86
LM
174062015-08-24 Luis Machado <lgustavo@codesourcery.com>
17407
17408 * gdb.opt/inline-markers.c: Make z volatile.
17409
a48847ee
LM
174102015-08-24 Luis Machado <lgustavo@codesourcery.com>
17411
17412 * gdb.opt/inline-bt.c: New volatile global z.
17413 * gdb.opt/inline-cmds.c: Likewise.
17414 * gdb.opt/inline-locals.c: Likewise.
17415 * gdb.opt/inline-markers.c: New extern global z.
17416 (marker): Use z.
17417 (inline_fn): Likewise.
17418
0ebbc52b
PA
174192015-08-24 Pedro Alves <palves@redhat.com>
17420
17421 * config/m32r-stub.exp: Remove file.
17422 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17423 * gdb.base/call-rt-st.exp: Likewise.
17424 * gdb.base/call-strs.exp: Likewise.
17425 * gdb.base/default.exp: Remove references to h8300-*-hms and
17426 *-*-udi*.
17427 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17428
77c365df
AA
174292015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17430
17431 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17432 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17433 and "return" use KFAIL when GDB can not read/write the vector
17434 return value.
17435
4313b8c0
GB
174362015-08-21 Gary Benson <gbenson@redhat.com>
17437
17438 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17439
0e433b32
PA
174402015-08-20 Pedro Alves <palves@redhat.com>
17441
17442 * gdb.server/solib-list.exp: No longer expect an interior stop in
17443 non-stop mode.
17444
221e1a37
PA
174452015-08-20 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.server/connect-stopped-target.c: New file.
17448 * gdb.server/connect-stopped-target.exp: New file.
17449
40e3ad0e
PA
174502015-08-20 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.dwarf2/comp-unit-lang.exp: New file.
17453 * gdb.dwarf2/comp-unit-lang.c: New file.
17454
af39b327
PMR
174552015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17456
17457 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17458 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17459
7d45c7c3 174602015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17461
7d45c7c3
KB
17462 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17463 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17464
4d6cceb4
DE
174652015-08-18 Doug Evans <dje@google.com>
17466 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17467
17468 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17469 skip_python_tests. New arg prompt_regexp.
17470 (skip_python_tests): New function.
17471 * lib/mi-support.exp (mi_skip_python_tests): New function.
17472 * gdb.python/py-mi-objfile-gdb.py: New file.
17473 * gdb.python/py-mi-objfile.c: New file.
17474 * gdb.python/py-mi-objfile.exp: New file.
17475
ad89c2aa
KS
174762015-08-17 Keith Seitz <keiths@redhat.com>
17477
17478 * gdb.linespec/explicit.exp: Move strace test from here ...
17479 * gdb.trace/strace.exp: ... to here.
17480
e3ae3c43
PP
174812015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17482
17483 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17484 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17485
604b2636
DE
174862015-08-14 Doug Evans <xdje42@gmail.com>
17487
17488 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17489 inferior before selecting a new file.
17490
6ff0ba5f
DE
174912015-08-14 Doug Evans <xdje42@gmail.com>
17492
17493 * gdb.mi/mi-disassemble.exp: Update.
17494 * gdb.base/disasm-optim.S: New file.
17495 * gdb.base/disasm-optim.c: New file.
17496 * gdb.base/disasm-optim.h: New file.
17497 * gdb.base/disasm-optim.exp: New file.
17498
9ca98f92
KS
174992015-08-14 Keith Seitz <keiths@redhat.com>
17500
17501 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17502 "evaluated-by".
17503
52bbc560
JB
175042015-08-13 Joel Brobecker <brobecker@adacore.com>
17505
17506 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17507
5d8c3ed3
PMR
175082015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17509
17510 * gdb.ada/fun_renaming.exp: New testcase.
17511 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17512 * gdb.ada/fun_renaming/pack.adb: New file.
17513 * gdb.ada/fun_renaming/pack.ads: New file.
17514
ea8812bc
KS
175152015-08-12 Keith Seitz <keiths@redhat.com>
17516
17517 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17518 gdb_get_line_number.
17519
4dafcdeb
JB
175202015-08-12 Joel Brobecker <brobecker@adacore.com>
17521
17522 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17523 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17524 gdb.base/dso2dso.exp: New files.
17525
5ba32597
SDJ
175262015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17527 Pedro Alves <palves@redhat.com>
17528 Keith Seitz <keiths@redhat.com>
17529
17530 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17531 GDBFLAGS.
17532
b6dafabf
PP
175332015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17534
17535 * gdb.base/gdbhistsize-history.exp
17536 (test_histsize_history_setting): Use save_vars.
17537 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17538 Use save_vars.
17539 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17540 * gdb.base/readline.exp: Use save_vars.
17541
abe8e607
PP
175422015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17543
17544 * lib/gdb.exp (save_vars): New proc.
17545
629500fa
KS
175462015-08-11 Keith Seitz <keiths@redhat.com>
17547
17548 * gdb.base/help.exp: Update help_breakpoint_text.
17549
eb8c4e2e
KS
175502015-08-11 Keith Seitz <keiths@redhat.com>
17551
17552 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17553 (at toplevel): Call test_explicit_breakpoints.
17554 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17555 breakpoints.
17556 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17557 breakpoint conditions, "-cond".
17558
87f0e720
KS
175592015-08-11 Keith Seitz <keiths@redhat.com>
17560
17561 * gdb.linespec/3explicit.c: New file.
17562 * gdb.linespec/cpexplicit.cc: New file.
17563 * gdb.linespec/cpexplicit.exp: New file.
17564 * gdb.linespec/explicit.c: New file.
17565 * gdb.linespec/explicit.exp: New file.
17566 * gdb.linespec/explicit2.c: New file.
17567 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17568 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17569 before using in the matching pattern.
17570 Clarify that `prefix' is a regular expression.
17571
f00aae0f
KS
175722015-08-11 Keith Seitz <keiths@redhat.com>
17573
17574 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17575 test.
17576 Add tests for missing ",FMT" and ",".
17577
e27852be
DE
175782015-08-10 Doug Evans <dje@google.com>
17579 Keith Seitz <keiths@redhat.com>
17580
17581 PR gdb/17960
17582 * gdb.base/completion.exp: Add location completer tests.
17583
7f03bd92
PA
175842015-08-07 Pedro Alves <palves@redhat.com>
17585
17586 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17587 tests here.
17588 (top level): Run do_test with and without displaced stepping.
17589
3fc8eb30
PA
175902015-08-07 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/valgrind-disp-step.c: New file.
17593 * gdb.base/valgrind-disp-step.exp: New file.
17594
d4569d7b
PA
175952015-08-07 Pedro Alves <palves@redhat.com>
17596
17597 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17598 Delete function.
17599 (main): Add alarm. Run an infinite loop instead of calling
17600 wait_threads.
17601 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17602 comment.
17603 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17604 Delete function.
17605 (main): Add alarm. Run an infinite loop instead of calling
17606 wait_threads.
17607 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17608 comment.
17609
e1316e60
PA
176102015-08-07 Pedro Alves <palves@redhat.com>
17611
17612 * gdb.base/checkpoint-ns.exp: New file.
17613 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17614 standard_testfile.
17615
da8c46d2
MM
176162015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17617
17618 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17619 * gdb.btrace/instruction_history.exp: Update.
17620 * gdb.btrace/tsx.exp: New.
17621 * gdb.btrace/tsx.c: New.
17622
de1c2c52
PA
176232015-08-06 Pedro Alves <palves@redhat.com>
17624
17625 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17626 increase timeout.
17627 * gdb.reverse/until-precsave.exp: Bump timeouts.
17628
782e0bf4
PA
176292015-08-06 Pedro Alves <palves@redhat.com>
17630
17631 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17632
83e97ed0
PA
176332015-08-06 Pedro Alves <palves@redhat.com>
17634
17635 PR gdb/18749
17636 * gdb.threads/process-dies-while-handling-bp.c: New file.
17637 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17638
863d01bd
PA
176392015-08-06 Pedro Alves <palves@redhat.com>
17640
17641 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17642 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17643
0a39bb32
PA
176442015-08-05 Pedro Alves <palves@redhat.com>
17645
17646 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17647 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17648
ee2d2b10
SL
176492015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17650
17651 * gdb.base/bp-permanent.exp: Report test as unsupported if
17652 the target cannot stop at the permanent breakpoint.
17653
4e1bdb00
DE
176542015-08-03 Doug Evans <dje@google.com>
17655
17656 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17657 10000.
17658
3d338901
DE
176592015-08-03 Doug Evans <dje@google.com>
17660
17661 * Makefile.in (workers/%.worker, build-perf): New rule.
17662 (GDB_PERFTEST_MODE): New variable.
17663 (check-perf): Use it.
17664 (clean): Clean up gdb.perf parallel build subdirs.
17665 * lib/build-piece.exp: New file.
17666 * lib/gdb.exp (make_gdb_parallel_path): New function
17667 (standard_output_file, standard_temp_file): Call it.
17668 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17669 of $GDB_PARALLEL.
17670 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17671
af061d3e
DE
176722015-08-03 Doug Evans <dje@google.com>
17673
8e1afc81 17674 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17675 (LOG_FILE_NAME): New global.
17676 (TextReporter.__init__): Initialize self.txt_sum.
17677 (TextReporter.report): Add support for multiple data-points.
17678 Move report to perftest.sum, put raw data in perftest.log.
17679 (TextReporter.start): Open sum and log files.
17680 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17681 * gdb.perf/lib/perftest/testresult.py
17682 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17683
2c8c5d37
PA
176842015-07-31 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17687 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17688 kill_wait_spawned_process instead of explicit "kill -9".
17689 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17690 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17691 kill_wait_spawned_process.
17692 * gdb.base/attach-twice.exp: Likewise.
17693 * gdb.base/attach.exp: Likewise.
17694 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17695 gdb_test_multiple.
17696 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17697 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17698 kill_wait_spawned_process.
17699 * gdb.base/valgrind-infcall.exp: Likewise.
17700 * gdb.multi/multi-attach.exp: Likewise.
17701 * gdb.python/py-prompt.exp: Likewise.
17702 * gdb.python/py-sync-interp.exp: Likewise.
17703 * gdb.server/ext-attach.exp: Likewise.
17704 * gdb.threads/attach-into-signal.exp (corefunc): Use
17705 spawn_wait_for_attach, spawn_id_get_pid and
17706 kill_wait_spawned_process.
17707 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17708 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17709 spawn_id_get_pid and kill_wait_spawned_process.
17710 * gdb.threads/attach-stopped.exp (corefunc): Use
17711 spawn_wait_for_attach, spawn_id_get_pid and
17712 kill_wait_spawned_process.
17713 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17714 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17715 kill_wait_spawned_process instead of explicit "kill -9".
17716 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17717 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17718 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17719 processes. Don't map cygwin/windows pids here. Now returns a
17720 spawn id list.
17721
032a0fca
SL
177222015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17723
17724 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17725 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17726 correct patch.
17727
61a934ca
SL
177282015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17729
17730 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17731
4bc4d428
SL
177322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17733
17734 Reapply:
17735 2014-05-21 Mark Wielaard <mjw@redhat.com>
17736
17737 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17738
998d452a
PA
177392015-07-30 Pedro Alves <palves@redhat.com>
17740
17741 * linux-low.c (handle_extended_wait): Set the child's last
17742 reported status to TARGET_WAITKIND_STOPPED.
17743
69dde7dc
PA
177442015-07-30 Pedro Alves <palves@redhat.com>
17745
17746 PR threads/18600
17747 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17748 only shows inferior 1.
17749
4dd63d48
PA
177502015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17751 Pedro Alves <palves@redhat.com>
17752
17753 PR threads/18600
17754 * gdb.threads/fork-plus-threads.c: New file.
17755 * gdb.threads/fork-plus-threads.exp: New file.
17756
d618e4c5
PP
177572015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17758
17759 * gdb.base/batch-preserve-term-settings.exp
17760 (test_terminal_settings_preserved_after_cli_exit): Use
17761 send_quit_command.
17762
1eef6428
PA
177632015-07-29 Pedro Alves <palves@redhat.com>
17764 Don Breazeal <donb@codesourcery.com>
17765
17766 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17767 output from both inferior_spawn_id and gdb_spawn_id.
17768
7da5b897
SDJ
177692015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17770
17771 * gdb.threads/attach-into-signal.exp (corefunc): Use
17772 with_test_prefix on nested loops, uniquefying the test messages.
17773
dac804df
SDJ
177742015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17775
17776 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17777 commit.
17778
06265e53
PP
177792015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17780
17781 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17782 New proc.
17783 (test_terminal_settings_preserved_after_sigterm): New test.
17784
18206ca3
PP
177852015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17786
17787 * gdb.base/batch-preserve-term-settings.exp
17788 (test_terminal_settings_preserved_after_cli_exit): New test.
17789
90074d11
PP
177902015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17791
17792 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17793 manipulation of saved_gdbflags.
17794 (test_terminal_settings_preserved): Remove global declaration of
17795 the unused variable pagination_prompt. Remove manipulation of
17796 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17797 GDBFLAGS.
17798
eb1a7902
PA
177992015-07-29 Pedro Alves <palves@redhat.com>
17800
17801 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17802
8b75dd3b
PA
178032015-07-29 Pedro Alves <palves@redhat.com>
17804
17805 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17806 at the top.
17807
dedad4e3
PA
178082015-07-29 Pedro Alves <palves@redhat.com>
17809
17810 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17811 (main): Call gdb_unbuffer_output.
17812 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17813 (main): Call gdb_unbuffer_output.
17814 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17815 (main): Call gdb_unbuffer_output.
17816 * gdb.base/call-strs.exp: Adjust to step over the
17817 gdb_unbuffer_output call.
17818 * gdb.base/catch-gdb-caused-signals.c: Include
17819 "../lib/unbuffer_output.c".
17820 (main): Call gdb_unbuffer_output.
17821 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17822 (main): Call gdb_unbuffer_output.
17823 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17824 (main): Call gdb_unbuffer_output.
17825 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17826 (main): Call gdb_unbuffer_output.
17827 * gdb.base/shlib-call.exp: Adjust to step over the
17828 gdb_unbuffer_output call.
17829 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17830 (main): Call gdb_unbuffer_output.
17831 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17832 (main): Call gdb_unbuffer_output.
17833 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17834 (main): Rename to ...
17835 (test): ... this.
17836 (main): Reimplement.
17837 * gdb.base/varargs.exp: Run to test instead of to main.
17838 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17839 (main): Call gdb_unbuffer_output.
17840
58789a91
PA
178412015-07-29 Pedro Alves <palves@redhat.com>
17842
17843 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
17844 factore out from mi_continue_dprintf. For call-style dprintfs,
17845 expect dprintf output out of $inferior_spawn_id.
17846 (mi_continue_dprintf): Use mi_expect_dprintf.
17847 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
17848 (main): Call gdb_unbuffer_output.
17849
e8376742
PA
178502015-07-29 Pedro Alves <palves@redhat.com>
17851
17852 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
17853 (default_mi_gdb_start): Set inferior_spawn_id instead of
17854 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
17855 gdb_spawn_id.
17856 (mi_gdb_test): Always expect inferior output from both
17857 $inferior_spawn_id and $gdb_spawn_id.
17858
08280010
PA
178592015-07-29 Pedro Alves <palves@redhat.com>
17860
17861 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
17862 send_inferior and $inferior_spawn_id.
17863
4d30e432
PA
178642015-07-29 Pedro Alves <palves@redhat.com>
17865
17866 * gdb.gdb/complaints.exp (test_initial_complaints)
17867 (test_serial_complaints, test_short_complaints): Use
17868 gdb_test_stdio.
17869 (test_empty_complaint): Handle $inferior_spawn_id !=
17870 $gdb_spawn_id.
17871
0d30a335
PA
178722015-07-29 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/varargs.exp: Use gdb_test_stdio.
17875
39413b29
PA
178762015-07-29 Pedro Alves <palves@redhat.com>
17877
17878 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
17879
7cb000a9
PA
178802015-07-29 Pedro Alves <palves@redhat.com>
17881
17882 * gdb.base/ending-run.exp: Use gdb_test_stdio.
17883
d7b8ac82
PA
178842015-07-29 Pedro Alves <palves@redhat.com>
17885
17886 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
17887 parameter into two new parameters, "inf_result" and "gdb_result".
17888 Expect inferior output and gdb output from $inferior_spawn_id and
17889 $gdb_spawn_id, respectively. Adjust all callers.
17890
789c3a0c
PA
178912015-07-29 Pedro Alves <palves@redhat.com>
17892
17893 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
17894 of gdb_test_sequence.
17895
77e760c3
PA
178962015-07-29 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
17899 (saw_spurious_output): Expect inferior output from
17900 $inferior_spawn_id. Use gdb_test_stdio.
17901
8396d2cd
PA
179022015-07-29 Pedro Alves <palves@redhat.com>
17903
17904 * gdb.base/dprintf.exp: Use standard_testfile. Change
17905 prepare_for_testing call.
17906 (srcfile): Don't set.
17907 (restart): New procedure.
17908 (test_dprintf): New procecure, use to continue over dprintfs.
17909 (test_call, test_agent): New procedures, tests moved here.
17910 Restart gdb and recreate dprintfs. Adjust expected output.
17911
2051d61f
PA
179122015-07-29 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
17915
452397af
PA
179162015-07-29 Pedro Alves <palves@redhat.com>
17917
17918 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
17919
8aed9555
PA
179202015-07-29 Pedro Alves <palves@redhat.com>
17921
17922 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
17923 gdb_test_stdio.
17924
188a61b4
PA
179252015-07-29 Pedro Alves <palves@redhat.com>
17926
17927 * lib/gdb.exp (gdb_test_stdio): New procedure.
17928
12264a45
PA
179292015-07-29 Pedro Alves <palves@redhat.com>
17930
17931 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
17932
23ffc893
PA
179332015-07-29 Pedro Alves <palves@redhat.com>
17934
17935 * gdb.base/call-signal-resume.exp: Remove check for
17936 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
17937 * gdb.base/unwindonsignal.exp: Likewise.
17938 * gdb.base/call-signals.c (gen_signal): Remove printf call.
17939 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
17940
65566918
PA
179412015-07-29 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/siginfo-addr.c (pass): New function.
17944 (handler): Call it iff si_addr is correct.
17945 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
17946 Set a breakpoint at "pass" and continue to it.
17947
d60a9221
SDJ
179482015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
17949
17950 * gdb.python/py-objfile.exp: Make some tests have unique names.
17951 * gdb.python/py-pp-registration.exp: Likewise.
17952
bde40b8f
PA
179532015-07-28 Pedro Alves <palves@redhat.com>
17954
17955 * gdb.server/server-exec-info.exp: Issue a "disconnect".
17956
13e1dec8
SM
179572015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17958
17959 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
17960
da33c9a7
SM
179612015-07-27 Simon Marchi <simon.marchi@ericsson.com>
17962
17963 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
17964
077836f7
PP
179652015-07-27 Patrick Palka <patrick@parcs.ath.cx>
17966
17967 * gdb.base/gdb-sigterm-2.exp: New test.
17968
b8cc7b2e
DE
179692015-07-25 Doug Evans <xdje42@gmail.com>
17970
17971 Revert:
17972 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
17973 (workers/%.worker, build-perf): New rule.
17974 (GDB_PERFTEST_MODE): New variable.
17975 (check-perf): Use it.
17976 (clean): Clean up gdb.perf parallel build subdirs.
17977 * lib/build-piece.exp: New file.
17978 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
17979 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
17980 name.
17981 (standard_temp_file): Ditto.
17982 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17983 of $GDB_PARALLEL.
17984
c8bd4544
DE
179852015-07-24 Doug Evans <dje@google.com>
17986
17987 * gdb.perf/lib/perftest/utils.py: New file.
17988 * gdb.perf/gm-hello.cc: New file.
17989 * gdb.perf/gm-pervasive-typedef.cc: New file.
17990 * gdb.perf/gm-pervasive-typedef.h: New file.
17991 * gdb.perf/gm-std.cc: New file.
17992 * gdb.perf/gm-std.h: New file.
17993 * gdb.perf/gm-use-cerr.cc: New file.
17994 * gdb.perf/gm-utils.h: New file.
17995 * gdb.perf/gmonster-null-lookup.py: New file.
17996 * gdb.perf/gmonster-pervasive-typedef.py: New file.
17997 * gdb.perf/gmonster-print-cerr.py: New file.
17998 * gdb.perf/gmonster-ptype-string.py: New file.
17999 * gdb.perf/gmonster-runto-main.py: New file.
18000 * gdb.perf/gmonster-select-file.py: New file.
18001 * gdb.perf/gmonster1-null-lookup.exp: New file.
18002 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18003 * gdb.perf/gmonster1-print-cerr.exp: New file.
18004 * gdb.perf/gmonster1-ptype-string.exp: New file.
18005 * gdb.perf/gmonster1-runto-main.exp: New file.
18006 * gdb.perf/gmonster1-select-file.exp: New file.
18007 * gdb.perf/gmonster1.cc: New file.
18008 * gdb.perf/gmonster1.exp: New file.
18009 * gdb.perf/gmonster2-null-lookup.exp: New file.
18010 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18011 * gdb.perf/gmonster2-print-cerr.exp: New file.
18012 * gdb.perf/gmonster2-ptype-string.exp: New file.
18013 * gdb.perf/gmonster2-runto-main.exp: New file.
18014 * gdb.perf/gmonster2-select-file.exp: New file.
18015 * gdb.perf/gmonster2.cc: New file.
18016 * gdb.perf/gmonster2.exp: New file.
18017
6eab34f3
DE
180182015-07-24 Doug Evans <dje@google.com>
18019
18020 * gdb.perf/README: New file.
18021 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18022 * lib/gen-perf-test.exp: New file.
18023
63738bfd
DE
180242015-07-24 Doug Evans <dje@google.com>
18025
18026 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18027 (PerfTest::startup): New function.
18028 (PerfTest::run): Return result of calling body.
18029 (PerfTest::assemble): Rewrite.
18030 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18031 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18032 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18033 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18034 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18035
7b606f95
DE
180362015-07-24 Doug Evans <dje@google.com>
18037
18038 * lib/gdb.exp (clean_restart): Make executable optional.
18039
a97b16b8
DE
180402015-07-24 Doug Evans <dje@google.com>
18041
18042 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18043 compiler_info references.
18044 * gdb.cp/temargs.exp: Ditto.
18045 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18046 (get_compiler_info): Early exit if already computed. Set compiler_info
18047 to "unknown" if there was a problem.
18048 (test_compiler_info): Add function comment. Call get_compiler_info.
18049
35baa57f
DE
180502015-07-24 Doug Evans <dje@google.com>
18051
18052 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18053 (workers/%.worker, build-perf): New rule.
18054 (GDB_PERFTEST_MODE): New variable.
18055 (check-perf): Use it.
18056 (clean): Clean up gdb.perf parallel build subdirs.
18057 * lib/build-piece.exp: New file.
18058 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18059 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18060 name.
18061 (standard_temp_file): Ditto.
18062 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18063 of $GDB_PARALLEL.
18064
6ebea266
DE
180652015-07-24 Doug Evans <dje@google.com>
18066
18067 * lib/future.exp (gdb_default_target_compile): New option
18068 "early_flags".
18069 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18070 --as-needed.
18071
1e76a7e9
SDJ
180722015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18073
18074 * gdb.base/catch-syscall.exp: Call gdb_exit before
18075 gdb_skip_xml_test.
18076
5068630a
PA
180772015-07-24 Pedro Alves <palves@redhat.com>
18078
18079 * gdb.python/py-events.exp: Accept output between the stop event
18080 and the prompt.
18081 * gdb.python/py-evsignal.exp: Likewise.
18082 * gdb.python/py-evthreads.exp: Likewise.
18083
77598427
PA
180842015-07-24 Pedro Alves <palves@redhat.com>
18085
18086 PR gdb/18717
18087 * gdb.threads/non-ldr-exit.c: New file.
18088 * gdb.threads/non-ldr-exit.exp: New file.
18089
11e6c98f
YQ
180902015-07-24 Yao Qi <yao.qi@linaro.org>
18091
18092 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18093 restarting process.
18094
51aee833
YQ
180952015-07-24 Yao Qi <yao.qi@linaro.org>
18096
18097 * gdb.server/ext-restart.exp: New file.
18098
8cfe207c
YQ
180992015-07-24 Yao Qi <yao.qi@linaro.org>
18100
18101 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18102 argument options.
18103 * gdb.server/ext-wrapper.exp: New file.
18104
cc12ce38
DE
181052015-07-23 Doug Evans <dje@google.com>
18106
18107 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18108 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18109
d0d84780
PMR
181102015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18111
18112 * gdb.ada/var_arr_typedef.exp: New testcase.
18113 * gdb.ada/var_arr_typedef/pack.adb: New file.
18114 * gdb.ada/var_arr_typedef/pack.ads: New file.
18115 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18116
8b558f79
JB
181172015-07-20 Joel Brobecker <brobecker@adacore.com>
18118
18119 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18120
775a3298
JK
181212015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18122
18123 * gdb.arch/i386-biarch-core.exp: Replace istarget
18124 by "complete set gnutarget". Remove expectation for the "core-file"
18125 command.
18126
db1ff28b
JK
181272015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18128
18129 Revert the previous commit:
18130 Tests for validate symbol file using build-id.
18131
0a94970d
JK
181322015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18133
18134 Tests for validate symbol file using build-id.
18135 * gdb.base/solib-mismatch-lib.c: New file.
18136 * gdb.base/solib-mismatch-libmod.c: New file.
18137 * gdb.base/solib-mismatch.c: New file.
18138 * gdb.base/solib-mismatch.exp: New file.
18139
03346981
SL
181402015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18141
18142 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18143 nios2-*-linux*.
18144 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18145 * gdb.base/siginfo.exp: Likewise.
18146 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18147
42422cc7
PL
181482015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18149
18150 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18151 Move it to ...
18152 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18153 ... here.
18154 * gdb.trace/range-stepping.exp: Check that the target supports
18155 range stepping.
18156
cfa68bae
JK
181572015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18158
18159 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18160
8ffdba26
PA
181612015-07-14 Pedro Alves <palves@redhat.com>
18162
18163 * gdb.base/killed-outside.exp: New file.
18164 * gdb.base/killed-outside.c: New file.
18165
218a5a11
JK
181662015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18167
18168 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18169 (n at main): New.
18170 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18171
e03ed3c6
AA
181722015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18173
18174 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18175 infcall tests instead of setting up for KFAIL.
18176
485668e5
MM
181772015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18178
18179 * gdb.btrace/record_goto-step.exp: New.
18180
08464196
JK
181812015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18182
18183 PR compile/18484
18184 * gdb.compile/compile.c (struct struct_type): Add volatile to
18185 selffield's type.
18186 * gdb.compile/compile.exp
18187 (compile code struct_object.selffield = &struct_object): Skip further
18188 struct_object tests if this one xfails.
18189
bcf5c1d9
RC
181902015-07-08 Robert O'Callahan <robert@ocallahan.org>
18191
18192 PR exp/18617
18193 * gdb.trace/ax.exp: Add test.
18194
4931af25
YQ
181952015-07-07 Yao Qi <yao.qi@linaro.org>
18196
18197 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18198 instead of istarget "aarch64*-*-*".
18199 * gdb.arch/aarch64-fp.exp: Likewise.
18200 * gdb.base/float.exp: Likewise.
18201 * gdb.reverse/aarch64.exp: Likewise.
18202 * lib/gdb.exp (is_aarch64_target): New proc.
18203
9fcf688e
YQ
182042015-07-07 Yao Qi <yao.qi@linaro.org>
18205
18206 * lib/gdb.exp (is_aarch32_target): New proc.
18207 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18208 instead of "istarget "arm*-*-*"".
18209 * gdb.arch/arm-disp-step.exp: Likewise.
18210 * gdb.arch/thumb-bx-pc.exp: Likewise.
18211 * gdb.arch/thumb-prologue.exp: Likewise.
18212 * gdb.arch/thumb-singlestep.exp: Likewise.
18213 * gdb.base/disp-step-syscall.exp: Likewise.
18214 * gdb.base/float.exp: Likewise.
18215
fbd8d50d
YQ
182162015-07-07 Yao Qi <yao.qi@linaro.org>
18217
18218 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18219 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18220
71be1fdc
YQ
182212015-07-07 Yao Qi <yao.qi@linaro.org>
18222
18223 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18224 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18225 if it exists.
18226 * gdb.multi/multi-arch.exp: Likewise.
18227
3e221d36
SM
182282015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18229
18230 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18231 print.
18232
d441430b
YQ
182332015-07-07 Yao Qi <yao.qi@linaro.org>
18234
18235 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18236
06f810bd
MG
182372015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18238
18239 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18240 '[' and ']' characters.
18241
5e61e7c0
IB
182422015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18243
18244 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18245
28bf096c
PA
182462015-06-29 Pedro Alves <palves@redhat.com>
18247
18248 PR threads/18127
18249 * gdb.threads/hand-call-new-thread.c: New file.
18250 * gdb.threads/hand-call-new-thread.c: New file.
18251
ee93cd5e
KS
182522015-06-26 Keith Seitz <keiths@redhat.com>
18253 Doug Evans <dje@google.com>
18254
18255 PR 16253
18256 * gdb.cp/var-tag-2.cc: New file.
18257 * gdb.cp/var-tag-3.cc: New file.
18258 * gdb.cp/var-tag-4.cc: New file.
18259 * gdb.cp/var-tag.cc: New file.
18260 * gdb.cp/var-tag.exp: New file.
18261
fc637f04
PP
182622015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18263
18264 * gdb.base/history-duplicates.exp: New test.
18265
2e52ae68
PP
182662015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18267
18268 * gdb.base/completion.exp: Test the completion of the "focus"
18269 command.
18270
6e22494e
JK
182712015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18272
18273 * gdb.arch/amd64-prologue-skip.S: New file.
18274 * gdb.arch/amd64-prologue-skip.exp: New file.
18275
bf7b9cd9
SM
182762015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18277
18278 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18279 is_address_zero_readable check.
18280
201e8dfd
PB
182812015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18282
18283 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18284 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18285
5cd867b4
YQ
182862015-06-24 Yao Qi <yao.qi@linaro.org>
18287
18288 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18289 linux targets.
18290
4d7be007
YQ
182912015-06-24 Yao Qi <yao.qi@linaro.org>
18292
18293 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18294 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18295 * gdb.base/siginfo-thread.exp: Likewise.
18296
07fcd301
YQ
182972015-06-22 Yao Qi <yao.qi@linaro.org>
18298
18299 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18300
52042a00
YQ
183012015-06-22 Yao Qi <yao.qi@linaro.org>
18302
18303 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18304 aarch64*-*-*.
18305 (skip_hw_watchpoint_tests): Likewise.
18306
74bd41ce
PP
183072015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18308
18309 * gdb.base/gdbinit-history.exp: Test the interaction between
18310 setting GDBHISTSIZE and setting the history size via .gdbinit.
18311
bc460514
PP
183122015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18313
18314 PR gdb/16999
18315 * gdb.base/gdbhistsize-history.exp: New test.
18316
b58c513b
PP
183172015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18318
18319 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18320 with GDBHISTSIZE.
18321 * gdb.base/readline.exp: Likewise.
18322
92046791
YQ
183232015-06-17 Yao Qi <yao.qi@linaro.org>
18324
18325 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18326 line.
18327
2093d2d3
PP
183282015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18329
18330 * gdb.base/gdbinit-history.exp: Add test case to check that
18331 an unlimited history file does not get truncated on exit.
18332
e6c693af
AA
183332015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18334
18335 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18336 (VECTOR): New macro. Use it...
18337 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18338 ...for these typedefs.
18339 (int8, char1, int1, double1): New typedefs.
18340 (struct just_int2, struct two_int2): New structures.
18341 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18342 (add_structvecs, add_singlevecs): New functions.
18343 (main): Call add_some_intvecs twice.
18344 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18345 the compile and exit upon failure. Try compiling for the "native"
18346 architecture. Test inferior function calls with vector arguments
18347 and vector return value handling with "finish" and "return".
18348
c74f7d1c
JT
183492015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18350
18351 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18352 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18353 PE file.
18354 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18355
98aa42ee
AT
183562015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18357
18358 PR breakpoints/16465
18359 * gdb.mi/mi-dprintf-pending.c: New file.
18360 * gdb.mi/mi-dprintf-pending.exp: New test.
18361 * gdb.mi/mi-dprintf-pendshr.c: New file.
18362
7d73c23c 183632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18364 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18365
18366 * gdb.arch/i386-mpx-map.c: New file.
18367 * gdb.arch/i386-mpx-map.exp: New File.
18368
183692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18370
18371 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18372 * gdb.arch/i386-mpx.exp: Indentation fixed.
18373
183742015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18375
18376 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18377 function and improved indentation.
18378 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18379 gdb_test_multiple. Added additional tests to skip the test.
18380
183812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18382
18383 * gdb.arch/i386-avx512.c: Change path in include file.
18384 * gdb.arch/i386-avx512.exp: Change include dir path
18385 compilation flag.
18386 * gdb.arch/i386-mpx.c: Change path in include file.
18387 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18388 flag.
18389
d5eba19a
JK
183902015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18391
18392 * gdb.compile/compile-print.exp (compile print *vararray@3)
18393 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18394
7f361056
JK
183952015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18396
18397 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18398 (do not keep jit in memory): ... this.
18399 (expect 5): Change it to ...
18400 (expect no 5): ... this.
18401
3b462ec2
SM
184022015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18403
18404 PR gdb/15564
18405 * gdb.mi/mi-detach.exp: New file.
18406
e0619de6
JK
184072015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18408
18409 PR symtab/18392
18410 * gdb.arch/amd64-tailcall-self.S: New file.
18411 * gdb.arch/amd64-tailcall-self.c: New file.
18412 * gdb.arch/amd64-tailcall-self.exp: New file.
18413
e970cb34
DB
184142015-05-28 Don Breazeal <donb@codesourcery.com>
18415
18416 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18417 tests for remote targets by checking is_target_gdbserver.
18418
b2e2f908
DE
184192015-05-27 Doug Evans <dje@google.com>
18420
18421 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18422 * gdb.dwarf2/opaque-type-lookup.c: New file.
18423 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18424
82c7be31
DE
184252015-05-26 Doug Evans <dje@google.com>
18426
18427 * gdb.cp/iostream.cc: New file.
18428 * gdb.cp/iostream.exp: New file.
18429
b4f54984
DE
184302015-05-26 Doug Evans <dje@google.com>
18431
18432 * gdb.dwarf2/dw2-op-call.exp: Update.
18433 * gdb.dwarf2/dw4-sig-types.exp: Update.
18434 * gdb.dwarf2/implptr.exp: Update.
18435 * gdb.mi/mi-cmd-param-changed.exp: Update.
18436
4ea6efe9
DE
184372015-05-26 Doug Evans <dje@google.com>
18438
18439 * gdb.python/py-lazy-string.c: New file.
18440 * gdb.python/py-lazy-string.exp: New file.
18441 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18442 (main): Update. Add estring3.
18443 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18444 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18445
f6bb7db3
YQ
184462015-05-26 Omair Javaid <omair.javaid@linaro.org>
18447 Yao Qi <yao.qi@linaro.org>
18448
18449 * gdb.reverse/aarch64.c: New.
18450 * gdb.reverse/aarch64.exp: New.
18451
a81bfbd0
OJ
184522015-05-26 Omair Javaid <omair.javaid@linaro.org>
18453
25d49b86
PA
18454 * lib/gdb.exp (supports_process_record): Return true for
18455 aarch64*-linux*.
a81bfbd0
OJ
18456 (supports_reverse): Likewise.
18457
158bf1b4
PP
184582015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18459
18460 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18461 Use with_test_prefix.
18462
a0145030
AB
184632015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18464
18465 * gdb.base/completion.exp: Add test for completion of layout
18466 names.
18467
ebe3b578
AB
184682015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18469
18470 * lib/gdb.exp (skip_tui_tests): New proc.
18471 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18472
84204ed7
PA
184732015-05-19 Pedro Alves <palves@redhat.com>
18474
18475 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18476 Save the whole env array instead of just HOME. Unset HISTSIZE in
18477 the environment while testing. Restore whole environment
18478 afterwards.
18479
37442ce1
DE
184802015-05-16 Doug Evans <xdje42@gmail.com>
18481
18482 * gdb.guile/scm-ports.c: New file.
18483 * gdb.guile/scm-ports.exp: Add memory port tests.
18484
36de76f9
JK
184852015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18486
18487 * gdb.compile/compile-print.c: New file.
18488 * gdb.compile/compile-print.exp: New file.
18489
3a9558c4
JK
184902015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18491
18492 * gdb.compile/compile-ops.exp: Cast param to void.
18493 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18494 (compile code struct_object.selffield = &struct_object): Add xfail.
18495
aa715135
JG
184962015-05-15 Joel Brobecker <brobecker@adacore.com>
18497
18498 * gdb.ada/arr_enum_with_gap: New testcase.
18499
931e5bc3
JG
185002015-05-15 Joel Brobecker <brobecker@adacore.com>
18501
18502 * gdb.ada/byte_packed_arr: New testcase.
18503
9cd4d857
JB
185042015-05-15 Joel Brobecker <brobecker@adacore.com>
18505
18506 * gdb.ada/pckd_neg: New testcase.
18507
ebfd00d2
PP
185082015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18509
18510 PR gdb/17820
18511 * gdb.base/gdbinit-history.exp: New test.
18512 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18513 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18514
4c082a81
SC
185152015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18516
18517 * gdb.python/py-xmethods.cc: Enhance test case.
18518 * gdb.python/py-xmethods.exp: New tests.
18519 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18520 function.
18521 (B_indexoper): Likewise.
18522 (global_dm_list) : Add new xmethod worker functions.
18523
f7797074
SDJ
185242015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18525
18526 * gdb.base/coredump-filter.exp: Correctly unset
18527 "coredump_var_addr" array.
18528
a4674e4e
PA
185292015-05-08 Pedro Alves <palves@redhat.com>
18530
18531 * gdb.server/non-existing-program.exp: Unset spawn_id.
18532
df2eb078
SC
185332015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18534
18535 PR python/18291
18536 * gdb.python/py-xmethods.exp: Add tests.
18537
422349a3
YQ
185382015-05-08 Yao Qi <yao.qi@linaro.org>
18539
18540 PR gdb/18208
18541 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18542 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18543 function set_coredump_filter, and remove remote_exec call.
18544 Remove argument ipid. Callers update.
18545 (top level): Don't get inferior's PID.
18546
63fc80ce
AA
185472015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18548
18549 * gdb.base/watch_thread_num.exp: Skip test on targets without
18550 access watchpoints.
18551
80ad801e
PA
185522015-05-06 Pedro Alves <palves@redhat.com>
18553
18554 PR server/18081
18555 * gdb.server/non-existing-program.exp: New file.
18556
0fa7fe50
JB
185572015-05-05 Joel Brobecker <brobecker@adacore.com>
18558
18559 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18560
3ea89b92
PMR
185612015-05-05 Joel Brobecker <brobecker@adacore.com>
18562
18563 * gdb.ada/out_of_line_in_inlined: New testcase.
18564
87b8eff0
JB
185652015-05-05 Joel Brobecker <brobecker@adacore.com>
18566
18567 * gdb.ada/var_rec_arr: New testcase.
18568
5fccc635
YQ
185692015-04-30 Yao Qi <yao.qi@linaro.org>
18570
18571 * gdb.base/break-idempotent.exp: If
18572 skip_hw_watchpoint_multi_tests returns true, skip the tests
18573 on "rwatch" and "awatch".
18574
42d38f42
YQ
185752015-04-30 Yao Qi <yao.qi@linaro.org>
18576
18577 * gdb.base/relativedebug.exp: Invoke gdb command
18578 "info sharedlibrary", and if libc.so doesn't have debug info,
18579 skip the test.
18580
2ce1cdbf
DE
185812015-04-29 Doug Evans <dje@google.com>
18582
18583 * gdb.python/py-xmethods.exp: Add ptype tests.
18584 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18585 get_result_type method.
18586
f24a38c5
LM
185872015-04-29 Luis Machado <lgustavo@codesourcery.com>
18588
18589 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18590 the target does not support hardware watchpoints.
18591
ecbf2b3c
LM
185922015-04-29 Luis Machado <lgustavo@codesourcery.com>
18593
18594 * gdb.base/break-always.exp: Abort testing if writing to memory
18595 causes an error.
18596
34f5f757
DE
185972015-04-28 Doug Evans <dje@google.com>
18598
18599 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18600 * gdb.python/py-pp-registration.exp: ... here. New file.
18601 * gdb.python/py-pp-registration.c: New file.
18602 * gdb.python/py-pp-registration.py: New file.
18603
69b4374a
DE
186042015-04-28 Doug Evans <dje@google.com>
18605
18606 * gdb.python/py-bad-printers.c: New file.
18607 * gdb.python/py-bad-printers.py: New file.
18608 * gdb.python/py-bad-printers.exp: New file.
18609
59fb7612
SS
186102015-04-28 Sasha Smundak <asmundak@google.com>
18611
18612 * gdb.python/py-type.exp: New test.
18613
2631b16a
AW
186142015-04-28 Andy Wingo <wingo@igalia.com>
18615
18616 * gdb.python/py-parameter.exp:
18617 * gdb.guile/scm-parameter.exp: Escape the path that we are
18618 matching against, as it might contain characters that are special
18619 to regular expressions.
18620
460efde1
JB
186212015-04-27 Joel Brobecker <brobecker@adacore.com>
18622
18623 * gdb.ada/rec_comp: New testcase.
18624
2d369d8e
SDJ
186252015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18626
18627 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18628 before using it.
18629
cf75d6c3
AB
186302015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18631
18632 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18633 new tests for verilog output.
18634
8dbe7ca5
YQ
186352015-04-24 Yao Qi <yao.qi@linaro.org>
18636
18637 * boards/remote-gdbserver-on-localhost.exp: New file.
18638
4ef9fb2f
PA
186392015-04-23 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18642 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18643 "end of file", remove $inferior_spawn_id from the indirect list.
18644
0a803169
PA
186452015-04-23 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18648
749ef8f8
PA
186492015-04-23 Pedro Alves <palves@redhat.com>
18650
18651 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18652 on $any_spawn_id instead of only on $gdb_spawn_id.
18653
8aae4344
PM
186542015-04-21 Pierre Muller <muller@sourceware.org>
18655
18656 PR pascal/17815
18657 * lib/pascal.exp (gpc_compile): Add new option "class".
18658 (fpc_compile): Likewise.
18659 * gdb.pascal/case-insensitive-symbols.pas: New file.
18660 * gdb.pascal/case-insensitive-symbols.exp: New file.
18661
1586c8fb
GB
186622015-04-20 Gary Benson <gbenson@redhat.com>
18663
18664 * gdb.base/attach.exp: Fix three extended remote failures.
18665
1b6e6f5c
GB
186662015-04-17 Gary Benson <gbenson@redhat.com>
18667
18668 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18669 the main executable over the remote protocol.
18670
e797481d
PA
186712015-04-16 Pedro Alves <palves@redhat.com>
18672
18673 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18674 a new gdbserver if gdbserver_reconnect_p is set.
18675
1ca99c42
PA
186762015-04-16 Pedro Alves <palves@redhat.com>
18677
18678 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18679 is set, don't exit gdbserver.
18680
af9fd6f8
AA
186812015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18682
18683 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18684 appropriate .insn, such that an older assembler can be used.
18685 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18686 the z/Architecture instruction set on 31-bit targets as well.
18687
04ff1e61
AA
186882015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18689
18690 * gdb.go/handcall.exp: Remove all logic related to the first
18691 breakpoint and rely on go_runto_main instead.
18692 * gdb.go/strings.exp: Likewise.
18693 * gdb.go/unsafe.exp: Likewise.
18694 * gdb.go/hello.exp: Likewise. Also rename the remaining
18695 breakpoint marker to "breakpoint 1".
18696 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18697 * gdb.go/strings.go: Likewise.
18698 * gdb.go/unsafe.go: Likewise.
18699 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18700 "set breakpoint 2 here" and rename the remaining breakpoint marker
18701 to "breakpoint 1".
18702
40d2f8d6
SM
187032015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18704
18705 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18706 if itertools.imap is not present.
18707 * gdb.python/py-objfile.exp: Add parentheses.
18708 * gdb.python/py-type.exp: Same.
18709 * gdb.python/py-unwind-maint.py: Same.
18710
8cbc97c6
YQ
187112015-04-15 Yao Qi <yao.qi@linaro.org>
18712
18713 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18714 of ":$ptr_size" and set its form explicitly.
18715
45fd756c
YQ
187162015-04-15 Pedro Alves <palves@redhat.com>
18717 Yao Qi <yao.qi@linaro.org>
18718
18719 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18720 timeout by factor of 4.
18721 (test_regular_watch): Likewise.
18722 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18723 * gdb.reverse/sigall-reverse.exp: Likewise.
18724 * gdb.reverse/until-precsave.exp: Likewise.
18725 * lib/gdb.exp (with_timeout_factor): New proc.
18726 (gdb_expect): Move some code to ...
18727 (get_largest_timeout): ... here. New procedure.
18728
9e811bc3
LM
187292015-04-14 Luis Machado <lgustavo@codesourcery.com>
18730
18731 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18732
0ff6fcb2
LM
187332015-04-13 Luis Machado <lgustavo@codesourcery.com>
18734
18735 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18736 to write to the .text section.
18737
7578d5f7
LM
187382015-04-13 Luis Machado <lgustavo@codesourcery.com>
18739
18740 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18741 Handle the case of targets that do not provide PID information.
18742
2efe15c4
YQ
187432015-04-13 Yao Qi <yao.qi@linaro.org>
18744
18745 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18746 and use expect instead of gdb_expect.
18747
8cd8f2f8
SDJ
187482015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18749
18750 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18751 "coredump_var_addr" to avoid naming conflict with other testcases.
18752
9ee41772
PA
187532015-04-10 Pedro Alves <palves@redhat.com>
18754
18755 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18756 gdb_test_sequence and gdb_assert.
18757
07473109
PA
187582015-04-10 Pedro Alves <palves@redhat.com>
18759
18760 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18761 test messages that don't include the breakpoint address.
18762
de3db44c
YQ
187632015-04-10 Yao Qi <yao.qi@linaro.org>
18764
18765 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18766 false for some offset and width combinations which aren't
18767 supported by linux kernel.
18768
c79d856c
PA
187692015-04-10 Pedro Alves <palves@redhat.com>
18770
18771 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18772 procedure, factored out from ...
18773 (top level): ... here. Add "set displaced-stepping" testing axis.
18774 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18775 parameter "displaced". Use it.
18776 (top level): Use foreach and add "set displaced-stepping" testing
18777 axis.
18778
ebc90b50
PA
187792015-04-10 Pedro Alves <palves@redhat.com>
18780
18781 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18782 Remove comment.
18783 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18784 both the address of the instruction that triggers the watchpoint
18785 and the address of the instruction immediately after, and use
18786 those addresses for the test. Fix comment.
18787
8f572e5c
PA
187882015-04-10 Pedro Alves <palves@redhat.com>
18789
18790 * gdb.base/sigstep.exp (breakpoint_to_handler)
18791 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18792 Test "backtrace" in handler.
18793 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18794 (top level): Add new "displaced" test axis to
18795 breakpoint_to_handler, breakpoint_to_handler_entry and
18796 breakpoint_over_handler.
18797
8d707a12
PA
187982015-04-10 Pedro Alves <palves@redhat.com>
18799
18800 PR gdb/18216
18801 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18802
ef713951
YQ
188032015-04-10 Yao Qi <yao.qi@linaro.org>
18804
18805 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18806 (test_add_rn_pc): New function.
18807 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18808 (top level): Invoke test_add_rn_pc.
18809
906d60cf
PA
188102015-04-10 Pedro Alves <palves@redhat.com>
18811
18812 PR gdb/13858
18813 * gdb.base/step-over-no-symbols.exp: New file.
18814
f2983cc3
AW
188152015-04-09 Andy Wingo <wingo@igalia.com>
18816
18817 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18818 after the Python tests.
18819
6d62641c
SDJ
188202015-04-08 Keith Seitz <keiths@redhat.com>
18821
18822 PR python/16699
18823 * gdb.python/py-completion.exp: New tests for completion.
18824 * gdb.python/py-completion.py (CompleteLimit1): New class.
18825 (CompleteLimit2): Likewise.
18826 (CompleteLimit3): Likewise.
18827 (CompleteLimit4): Likewise.
18828 (CompleteLimit5): Likewise.
18829 (CompleteLimit6): Likewise.
18830 (CompleteLimit7): Likewise.
18831
f3770638
PA
188322015-04-08 Pedro Alves <palves@redhat.com>
18833
18834 PR gdb/18214
18835 PR gdb/18216
18836 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
18837 function.
18838 (main): Install it as SIGUSR1 handler.
18839 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
18840 parameter. Always use "setup" as prefix. Toggle "set
18841 displaced-stepping" off/on depending on global. Don't switch to
18842 thread 1 here.
18843 (top level): Add displaced stepping "off/on" test axis. Update
18844 "setup" calls. Wrap each subtest with with_test_prefix. Test
18845 continuing with a queued signal in each thread.
18846
4496bed7
PA
188472015-04-08 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
18850 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
18851 gdb_breakpoint instead of gdb_test that doesn't expect anything.
18852 Return early if running to main fails.
18853 * gdb.trace/while-stepping.exp: Likewise.
18854
b97fde92
PA
188552015-04-07 Pedro Alves <palves@redhat.com>
18856
18857 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
18858 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
18859 interact with inferior program.
18860
f71c18e7
PA
188612015-04-07 Pedro Alves <palves@redhat.com>
18862
18863 * lib/gdb.exp (inferior_spawn_id): New global.
18864 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
18865 spawn id after processing the user code.
18866 (default_gdb_start): Set inferior_spawn_id.
18867 (send_inferior): New procedure.
18868 * lib/gdbserver-support.exp (gdbserver_start): Set
18869 inferior_spawn_id.
18870 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
18871
6423214f
PA
188722015-04-07 Pedro Alves <palves@redhat.com>
18873
18874 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
18875 * lib/gdbserver-support.exp (gdbserver_start): Make
18876 $server_spawn_id global.
18877 (gdbserver_start): Don't wait for gdbserver's spawn id with
18878 expect_background.
18879 (close_gdbserver): New procedure.
18880 (gdb_exit): Rename the default version and reimplement.
18881
71c0ee8c
PA
188822015-04-07 Pedro Alves <palves@redhat.com>
18883
72f4393d 18884 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
18885 append the substituted item, not the original item.
18886
203bc29b
PA
188872015-04-07 Pedro Alves <palves@redhat.com>
18888
18889 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
18890 gdb_expect.
18891
508a3ddf
PA
188922015-04-07 Pedro Alves <palves@redhat.com>
18893
18894 * gdb.base/interrupt.exp: Don't handle the case of the inferior
18895 output appearing once only.
18896
9f6dbe2b
PA
188972015-04-07 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
18900 that doesn't expect anything. Return early if running to main
18901 fails.
18902
337532fa
YQ
189032015-04-07 Yao Qi <yao.qi@linaro.org>
18904
18905 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
18906 (child_function): Call alarm.
18907 (main): Move call to alarm into the loop.
18908 * gdb.threads/non-stop-fair-events.exp: Build program with
18909 -DTIMEOUT=$timeout.
18910
01b622d4
DE
189112015-04-06 Doug Evans <xdje42@gmail.com>
18912
18913 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
18914 Fix dest parameter to board_info.
18915 (fpc_compile): Ditto.
18916 (gdb_compile_pascal): Rename dest arg to destfile.
18917
961f4160
PMR
189182015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
18919
18920 * gdb.ada/funcall_ref.exp: New file.
18921 * gdb.ada/funcall_ref/foo.adb: New file.
18922
cafda597
YQ
189232015-04-02 Yao Qi <yao.qi@linaro.org>
18924
18925 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
18926 is remote.
18927
fed040c6
GB
189282015-04-02 Gary Benson <gbenson@redhat.com>
18929
18930 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
18931
d11916aa
SS
189322015-04-01 Sasha Smundak <asmundak@google.com>
18933
18934 * gdb.python/py-unwind-maint.c: New file.
18935 * gdb.python/py-unwind-maint.exp: New test.
18936 * gdb.python/py-unwind-maint.py: New file.
18937 * gdb.python/py-unwind.c: New file.
18938 * gdb.python/py-unwind.exp: New test.
18939 * gdb.python/py-unwind.py: New test.
18940
a1471180
PA
189412015-04-01 Pedro Alves <palves@redhat.com>
18942
18943 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
18944 to fail instead of non-existent $test.
18945
0bbeccb1
PA
189462015-04-01 Pedro Alves <palves@redhat.com>
18947
18948 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
18949 GDBFLAGS if not empty.
18950
3c724c8c
PMR
189512015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
18952
18953 * gdb.ada/complete.exp: Remove "multi_line".
18954 * gdb.ada/info_exc.exp: Remove "multi_line".
18955 * gdb.ada/packed_tagged.exp: Remove "multi_line".
18956 * gdb.ada/ptype_field.exp: Remove "multi_line".
18957 * gdb.ada/sym_print_name.exp: Remove "multi_line".
18958 * gdb.ada/tagged.exp: Remove "multi_line".
18959 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
18960 [multi_line ...]
18961 * gdb.btrace/delta.exp: Likewise.
18962 * gdb.btrace/exception.exp: Likewise.
18963 * gdb.btrace/function_call_history.exp: Likewise.
18964 * gdb.btrace/instruction_history.exp: Likewise.
18965 * gdb.btrace/nohist.exp: Likewise.
18966 * gdb.btrace/record_goto.exp: Likewise.
18967 * gdb.btrace/segv.exp: Likewise.
18968 * gdb.btrace/stepi.exp: Likewise.
18969 * gdb.btrace/tailcall.exp: Likewise.
18970 * gdb.btrace/unknown_functions.exp: Likewise.
18971 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
18972 * lib/gdb.exp: Add the "multi_line" helper.
18973
4eec2deb
PA
189742015-04-01 Pedro Alves <palves@redhat.com>
18975
18976 * gdb.threads/tid-reuse.c: New file.
18977 * gdb.threads/tid-reuse.exp: New file.
18978
df8411da
SDJ
189792015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
18980
18981 PR corefiles/16092
18982 * gdb.base/coredump-filter.c: New file.
18983 * gdb.base/coredump-filter.exp: Likewise.
18984
6ef37366
PM
189852015-03-27 Petr Machata <pmachata@redhat.com>
18986
18987 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
18988 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
18989 (Dwarf::assemble): Initialize them.
18990 (Dwarf::lines): New function.
18991
7ec911b0
JT
189922015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
18993
18994 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
18995 SYMBOL_PREFIX for x86_64-*-cygwin.
18996
ff908ebf
AW
189972015-03-26 Andy Wingo <wingo@igalia.com>
18998
18999 PR symtab/18148
19000 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19001 const_value but not a location.
19002 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19003 location defined in non-main CUs are visible.
19004
6d5f0679
YQ
190052015-03-26 Yao Qi <yao.qi@linaro.org>
19006
19007 PR testsuite/18139
19008 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19009 Add a line number entry for the same line.
19010 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19011 Add a line number entry for the same line.
19012
2898689b
YQ
190132015-03-26 Yao Qi <yao.qi@linaro.org>
19014
19015 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19016 .int 0.
19017 (func): Likewise. Add .Lfunc_1 label.
19018 Use .Lfunc_1 label.
19019 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19020 .int 0.
19021 (func): Likewise.
19022 Use .Lfunc_1 label.
19023
85180498
YQ
190242015-03-26 Yao Qi <yao.qi@linaro.org>
19025
19026 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19027 Call gdb_compile instead to compile each .s files without debug
19028 information.
19029
8aa08a8d
YQ
190302015-03-26 Yao Qi <yao.qi@linaro.org>
19031
19032 * gdb.base/savedregs.exp (process_saved_regs): Make
19033 "Saved registers:" optional in the pattern.
19034
66849923
MM
190352015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19036
19037 * gdb.btrace/next.exp: Merged into step.exp.
19038 * gdb.btrace/finish.exp: Merged into step.exp.
19039 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19040 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19041 "record goto" and checking the exact replay position.
19042 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19043 check for "Recording format" in "info record" output.
19044 * gdb.btrace/record_goto.exp: Choose test file based on target.
19045 * gdb.btrace/x86-record_goto.S: Renamed into ...
19046 * gdb.btrace/x86_64-record_goto.S: ... this.
19047 * gdb.btrace/i686-record_goto.S: New.
19048 * gdb.btrace/x86-tailcall.S: Renamed into ...
19049 * gdb.btrace/x86_64-tailcall.S: ... this.
19050 * gdb.btrace/i686-tailcall.S: New.
19051 * gdb.btrace/x86-tailcall.c: Renamed into ...
19052 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19053 separate statements. Update test.
19054 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19055 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19056 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19057 * gdb.btrace/tailcall.exp: Choose test file based on target.
19058 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19059
11cc1b74
MM
190602015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19061
19062 * gdb.btrace/exception.exp: Increase BTS buffer size.
19063
a25d8bf9
PA
190642015-03-24 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19067
856e7dd6
PA
190682015-03-24 Pedro Alves <palves@redhat.com>
19069
19070 * gdb.threads/schedlock.exp (test_step): No longer expect that
19071 "set scheduler-locking step" with "next" over a function call runs
19072 threads unlocked.
19073
ad235a41
AT
190742015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19075
19076 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19077
15630549
AT
190782015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19079
19080 PR breakpoints/16466
19081 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19082 * gdb.mi/mi-pending.c (thread_func): New function.
19083 (int main): Add threading support required.
19084 * gdb.mi/mi-pending.exp: Add tests for this issue.
19085 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19086 (pendfunc2): Remove stdio dependency.
19087 * gdb.mi/mi-pendshr2.c: New file.
19088
693dca06
KS
190892015-03-23 Keith Seitz <keiths@redhat.com>
19090
19091 * gdb.linespec/keywords.c: New file.
19092 * gdb.linespec/keywords.exp: New file.
19093
7e993ebf
KS
190942015-03-23 Keith Seitz <keiths@redhat.com>
19095
19096 PR gdb/18021
19097 * gdb.dwarf2/staticvirtual.exp: New test.
19098
bc23328c
JK
190992015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19100
19101 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19102 * README: Remove HP-UX and gdb.hp.
19103 (configuration):
19104 * configure: Regenerate.
19105 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19106 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19107 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19108 gdb.hp/gdb.defects/Makefile.
19109 * gdb.hp/Makefile.in: File deleted.
19110 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19111 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19112 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19113 * gdb.hp/gdb.aCC/run.c: File deleted.
19114 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19115 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19116 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19117 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19118 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19119 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19120 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19121 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19122 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19123 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19124 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19125 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19126 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19127 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19128 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19129 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19130 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19131 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19132 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19133 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19134 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19135 * gdb.hp/gdb.compat/average.c: File deleted.
19136 * gdb.hp/gdb.compat/sum.c: File deleted.
19137 * gdb.hp/gdb.compat/xdb.c: File deleted.
19138 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19139 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19140 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19141 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19142 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19143 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19144 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19145 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19146 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19147 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19148 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19149 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19150 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19151 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19152 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19153 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19154 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19155 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19156 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19157 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19158 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19159 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19160 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19161 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19162 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19163 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19164 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19165 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19166 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19167 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19168 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19169 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19170 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19171 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19172 * gdb.hp/tools/odump: File deleted.
19173
8bf3b159
PA
191742015-03-19 Pedro Alves <palves@redhat.com>
19175
19176 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19177 (saw_thread_3): New globals.
19178 (top level): Increment them when an event for the corresponding
19179 thread is seen.
19180 (no thread starvation): New test.
19181
eb54c8bf
PA
191822015-03-19 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.threads/continue-pending-status.c: New file.
19185 * gdb.threads/continue-pending-status.exp: New file.
19186
32d2e5d6
PA
191872015-03-18 Pedro Alves <palves@redhat.com>
19188
19189 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19190 Use gdb_is_target_remote instead of is_remote. Use
19191 gdb_test_multiple instead of gdb_expect. Exit early if
19192 gdb_test_multiple hits its internal matches. Tighten stepi tests
19193 expected output. Fail on exit with any signal, instead of just
19194 SIGILL.
19195
f68f11b7
YQ
191962015-03-18 Yao Qi <yao.qi@linaro.org>
19197
19198 PR tdep/18107
19199 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19200 variable.
19201 * gdb.base/catch-syscall.exp: Don't skip it on
19202 aarch64*-*-linux* target. Remove elements in all_syscalls.
19203 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19204 target.
19205 (setup_all_syscalls): New proc.
19206
ca5fd19b
YQ
192072015-03-16 Yao Qi <yao.qi@linaro.org>
19208
19209 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19210 (top level): Skip tests if valid_addr_p returns false for
19211 $cmd1 or $cmd2.
19212
85642ba0
AW
192132015-03-11 Andy Wingo <wingo@igalia.com>
19214
19215 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19216
e03f9645
YQ
192172015-03-11 Yao Qi <yao.qi@linaro.org>
19218
19219 * gdb.base/catch-syscall.exp: Fix typo in comments.
19220
5d0962b2
YQ
192212015-03-11 Yao Qi <yao.qi@linaro.org>
19222
19223 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19224
b2df3cef
PA
192252015-03-09 Pedro Alves <palves@redhat.com>
19226
19227 * dg-extract-results.py: Delete.
19228
ef878e53
PA
192292015-03-09 Pedro Alves <palves@redhat.com>
19230
19231 Merge dg-extract-results.sh from GCC upstream (r218843).
19232
19233 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19234 * dg-extract-results.sh: Use --text with grep to avoid issues with
19235 binary files. Fall back to cat -v, if that doesn't work.
19236
9494d219
PA
192372015-03-05 Pedro Alves <palves@redhat.com>
19238
19239 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19240
a8d9763a
SM
192412015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19242
19243 * lib/mi-support.exp (mi_expect_interrupt): Accept
19244 alternative event for when in all-stop mode.
19245
be9957b8
PA
192462015-03-04 Pedro Alves <palves@redhat.com>
19247
19248 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19249
d57be0f4 192502015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19251
19252 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19253
c214c7cf
AA
192542015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19255
19256 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19257 regexps for GDB's current line display, accept a hex address
19258 preceding the line number.
19259
6d74a497
AA
192602015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19261
19262 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19263 the 'arch1' variable for "s390*-linux*" targets.
19264
511aee7c
PA
192652015-03-04 Pedro Alves <palves@redhat.com>
19266
19267 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19268 (main): Pass missing retval argument to pthread_join call.
19269
95e50b27
PA
192702015-03-02 Pedro Alves <palves@redhat.com>
19271
19272 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19273 (top level): Call do_test with non-stop as well.
19274
28054d69
PA
192752015-03-02 Pedro Alves <palves@redhat.com>
19276
19277 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19278 -1.
19279
4fa5d7b4
AA
192802015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19281
19282 * gdb.arch/s390-vregs.exp: New test.
19283 * gdb.arch/s390-vregs.S: New file.
19284
97c18565
PA
192852015-02-27 Pedro Alves <palves@redhat.com>
19286
19287 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19288 call to catch_command_errors.
19289 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19290 catch_command_errors.
19291
a37bfa30
PA
192922015-02-27 Pedro Alves <palves@redhat.com>
19293
19294 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19295 "true" for boolean result.
19296 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19297 prototype of main.
19298
6f98576f
PA
192992015-02-27 Pedro Alves <palves@redhat.com>
19300
19301 * lib/unbuffer_output.c: New file.
19302 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19303 (main): Call gdb_unbuffer_output.
19304
eba5ab56
YQ
193052015-02-27 Yao Qi <yao.qi@linaro.org>
19306
19307 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19308 target.
19309
0def5aaa
DE
193102015-02-26 Doug Evans <dje@google.com>
19311
19312 * gdb.cp/class2.cc (Dbase, D): New classes.
19313 (main): New local delta.
19314 * gdb.cp/class2.exp: Test printing delta.
19315 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19316 (dynbar): New global.
19317 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19318
081a1c2c
JK
193192015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19320
19321 * gdb.compile/compile-ifunc.c: New file.
19322 * gdb.compile/compile-ifunc.exp: New file.
19323
2f41223f
AT
193242015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19325
19326 * gdb.base/structs.exp: Check for correct struct on finish.
19327
03eddd80
YQ
193282015-02-26 Yao Qi <yao.qi@linaro.org>
19329
19330 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19331 is zero.
19332
80c57053
JK
193332015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19334
19335 * gdb.arch/cordic.ko.bz2: New file.
19336 * gdb.arch/cordic.ko.debug.bz2: New file.
19337 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19338
21613c12
YQ
193392015-02-25 Yao Qi <yao.qi@linaro.org>
19340
19341 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19342 aarch64*-*-* target.
19343
d8b901ed
PA
193442015-02-23 Pedro Alves <palves@redhat.com>
19345
19346 * lib/gdb.exp (delete_breakpoints): Rewrite using
19347 gdb_test_multiple.
19348
e5b85ead
PA
193492015-02-23 Pedro Alves <palves@redhat.com>
19350
19351 * gdb.base/info-os.c: Include stdlib.h.
19352
85c3a371
DE
193532015-02-22 Doug Evans <xdje42@gmail.com>
19354
19355 PR symtab/17855
19356 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19357 is read after symbols have been re-read.
19358 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19359 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19360
96553a0c
DE
193612015-02-21 Doug Evans <dje@google.com>
19362
19363 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19364
97a0c697
JK
193652015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19366
19367 PR corefiles/17808
19368 * gdb.arch/i386-biarch-core.core.bz2: New file.
19369 * gdb.arch/i386-biarch-core.exp: New file.
19370
a47cd6e9
PA
193712015-02-21 Pedro Alves <palves@redhat.com>
19372
19373 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19374 runto_main fails.
19375
c5facdc4
PA
193762015-02-20 Pedro Alves <palves@redhat.com>
19377
19378 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19379 info probes.
19380
2db9a427
PA
193812015-02-20 Pedro Alves <palves@redhat.com>
19382
19383 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19384
60fb7e9e
PA
193852015-02-20 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19388 clean_restart before gdb_target_supports_trace.
19389
5c5019c2
PA
193902015-02-20 Pedro Alves <palves@redhat.com>
19391
19392 PR threads/18006
19393 * gdb.threads/clone-thread_db.c: New file.
19394 * gdb.threads/clone-thread_db.exp: New file.
19395
c9587f88
AT
193962015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19397
19398 PR breakpoints/16812
19399 * gdb.base/catch-gdb-caused-signals.c: New file.
19400 * gdb.base/catch-gdb-caused-signals.exp: New file.
19401
f6a88844
JM
194022015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19403
19404 * configure: Regenerated.
19405 * configure.ac: Use GDB_AC_TRANSFORM.
19406 * aclocal.m4: sinclude ../transform.m4.
19407
497c491b
JM
194082015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19409
19410 * lib/dtrace.exp: New file.
19411 * gdb.base/dtrace-probe.exp: Likewise.
19412 * gdb.base/dtrace-probe.d: Likewise.
19413 * gdb.base/dtrace-probe.c: Likewise.
19414 * lib/pdtrace.in: Likewise.
19415 * configure.ac: Output variables with the transformed names of
19416 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19417 * configure: Regenerated.
19418
03e98035
JM
194192015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19420
19421 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19422 expected message when trying to access $_probe_* convenience
19423 variables while not on a probe.
19424
63cc30e9
JK
194252015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19426
19427 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19428
0703599a
PA
194292015-02-11 Pedro Alves <pedro@codesourcery.com>
19430
19431 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19432 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19433
7e60a48e
DE
194342015-02-10 Doug Evans <xdje42@gmail.com>
19435
19436 * lib/gdb.exp (gdb_load): Always return a result.
19437
01b088bc
PA
194382015-02-10 Pedro Alves <palves@redhat.com>
19439
19440 * gdb.threads/signal-sigtrap.c: New file.
19441 * gdb.threads/signal-sigtrap.exp: New file.
19442
b05ec7a5
AT
194432015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19444
19445 * gdb.trace/no-attach-trace.c: New file.
19446 * gdb.trace/no-attach-trace.exp: New file.
19447
a2c2acaf
MW
194482015-02-09 Mark Wielaard <mjw@redhat.com>
19449
19450 * gdb.dwarf2/atomic.c: New file.
19451 * gdb.dwarf2/atomic-type.exp: Likewise.
19452
31fd9caa
MM
194532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19454
19455 * gdb.btrace/buffer-size.exp: Update "info record" output.
19456 * gdb.btrace/delta.exp: Update "info record" output.
19457 * gdb.btrace/enable.exp: Update "info record" output.
19458 * gdb.btrace/finish.exp: Update "info record" output.
19459 * gdb.btrace/instruction_history.exp: Update "info record" output.
19460 * gdb.btrace/next.exp: Update "info record" output.
19461 * gdb.btrace/nexti.exp: Update "info record" output.
19462 * gdb.btrace/step.exp: Update "info record" output.
19463 * gdb.btrace/stepi.exp: Update "info record" output.
19464 * gdb.btrace/nohist.exp: Update "info record" output.
19465
d33501a5
MM
194662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19467
19468 * gdb.btrace/buffer-size: New.
19469
f4abbc16
MM
194702015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19471
19472 * gdb.btrace/delta.exp: Update "info record" output.
19473 * gdb.btrace/enable.exp: Update "info record" output.
19474 * gdb.btrace/finish.exp: Update "info record" output.
19475 * gdb.btrace/instruction_history.exp: Update "info record" output.
19476 * gdb.btrace/next.exp: Update "info record" output.
19477 * gdb.btrace/nexti.exp: Update "info record" output.
19478 * gdb.btrace/step.exp: Update "info record" output.
19479 * gdb.btrace/stepi.exp: Update "info record" output.
19480 * gdb.btrace/nohist.exp: Update "info record" output.
19481
b9d61307
SM
194822015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19483
19484 PR gdb/15678
19485 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19486
e584fdbc
PA
194872015-02-06 Pedro Alves <palves@redhat.com>
19488
19489 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19490 macro.
19491 (seconds_left, again): New globals.
19492 (main): Wait seconds_left in a 1-second sleep loop instead of
19493 sleeping 180 seconds. If 'again' is set, reset the seconds
19494 counter.
19495 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19496 'again' in the inferior before detaching. Print the seconds left.
19497 (options): New global.
19498 (top level): Build program with -DTIMEOUT=$timeout.
19499
77f41761
PA
195002015-02-06 Pedro Alves <palves@redhat.com>
19501
19502 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19503 determine how many seconds to pass to 'alarm'.
19504 * gdb.base/gdb-sigterm.exp (top level): Build program with
19505 -DTIMEOUT=$timeout.
19506 (do_test): Return success/failure indication. Add more verbose
19507 logging. Don't fail if 200 single steps are seen. Instead, fail
19508 when the test times out.
19509 (passes): New global.
19510 (top level): Break the testing loop if testing fails on any
19511 iteration. Use gdb_assert.
19512
b9394193
DB
195132015-02-04 Don Breazeal <donb@codesourcery.com>
19514
19515 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19516 and initialize them.
19517 (ipc_cleanup): New function.
19518 (main): Don't declare shmid, semid, and msqid. Add a call to
19519 atexit so that we call ipc_cleanup on exit.
19520
42d9e528
PA
195212015-02-04 Pedro Alves <palves@redhat.com>
19522
19523 * boards/native-extended-gdbserver.exp: Remove any target variant
19524 specifications from the board name before clearing the isremote
19525 flag from board_info.
19526
ae6ae975
DE
195272015-01-31 Doug Evans <xdje42@gmail.com>
19528
19529 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19530
cfb069a8
GB
195312015-01-31 Gary Benson <gbenson@redhat.com>
19532
19533 * gdb.base/completion.exp: Disable completion limiting for
19534 existing tests. Add new tests to check completion limiting.
19535 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19536
5dd31d79
DE
195372015-01-31 Doug Evans <xdje42@gmail.com>
19538
19539 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19540
9f050062
DE
195412015-01-31 Doug Evans <xdje42@gmail.com>
19542
19543 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19544 entries. Duplicate file section script entries.
19545 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19546 inlined entries. Add test for safe-path rejection.
19547 * gdb.python/py-section-script.c: Add duplicate inlined section script
19548 entries. Duplicate file section script entries.
19549 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19550 inlined entries. Add test for safe-path rejection.
19551
df25ebbd
JB
195522015-01-29 Joel Brobecker <brobecker@adacore.com>
19553
19554 * gdb.ada/disc_arr_bound: New testcase.
19555
4a0ca9ec
JB
195562015-01-29 Joel Brobecker <brobecker@adacore.com>
19557
19558 * gdb.ada/mi_var_array: New testcase.
19559
3a8b707a
DE
195602015-01-27 Doug Evans <dje@google.com>
19561
19562 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19563 Add test for objfile.filename, objfile.username after objfile
19564 has been unloaded.
19565
f8313f6e
JB
195662015-01-26 Joel Brobecker <brobecker@adacore.com>
19567
19568 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19569 the second test to print the name attribute of value
19570 returned by the call to gdb.lookup_type, and adjust
19571 the expected output accordingly.
19572
37bc665e
MW
195732015-01-25 Mark Wielaard <mjw@redhat.com>
19574
19575 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19576 * gdb.base/disp-step-fork.c: Include unistd.h.
19577 * gdb.base/siginfo-obj.c: Include stdio.h.
19578 * gdb.base/siginfo-thread.c: Likewise.
19579 * gdb.mi/non-stop.c: Include unistd.h.
19580 * gdb.mi/nsthrexec.c: Include stdio.h.
19581 * gdb.mi/pthreads.c: Include unistd.h.
19582 * gdb.modula2/unbounded1.c (main): Declare returns int.
19583 * gdb.reverse/consecutive-reverse.c: Likewise.
19584 * gdb.threads/create-fail.c: Include unistd.h.
19585 * gdb.threads/killed.c: Likewise.
19586 * gdb.threads/linux-dp.c: Likewise.
19587 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19588 * gdb.threads/non-ldr-exc-2.c: Likewise.
19589 * gdb.threads/non-ldr-exc-3.c: Likewise.
19590 * gdb.threads/non-ldr-exc-4.c: Likewise.
19591 * gdb.threads/pthreads.c: Include unistd.h.
19592 (main): Declare returns int.
19593 * gdb.threads/tls-main.c (foo): New declaration.
19594 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19595
f7e5394d
SM
195962015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19597
19598 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19599 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19600
743649fd
MW
196012015-01-15 Mark Wielaard <mjw@redhat.com>
19602
19603 * gdb.base/noreturn-return.c: New file.
19604 * gdb.base/noreturn-return.exp: New file.
19605 * gdb.base/noreturn-finish.c: New file.
19606 * gdb.base/noreturn-finish.exp: New file.
19607
198297aa
PA
196082015-01-23 Pedro Alves <palves@redhat.com>
19609
19610 * gdb.threads/continue-pending-after-query.c: New file.
19611 * gdb.threads/continue-pending-after-query.exp: New file.
19612
717cf30c
AG
196132015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19614 Simon Marchi <simon.marchi@ericsson.com>
19615
19616 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19617 * gdb.base/valgrind-db-attach.exp: Same.
19618 * gdb.base/valgrind-infcall.exp: Same.
19619 * lib/mi-support.exp (default_mi_gdb_start): Same.
19620 * lib/prompt.exp (default_prompt_gdb_start): Same.
19621 * lib/gdb.exp (default_gdb_spawn): Same.
19622 (gdb_interact): New.
19623
19624
4b62a76e
JK
196252015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19626
19627 * gdb.compile/compile.exp (pointer to jit function): New test.
19628
b4cdae6f
WW
196292015-01-17 Wei-cheng Wang <cole945@gmail.com>
19630
19631 * lib/gdb.exp (supports_process_record): Return true for
19632 powerpc*-*-linux*.
19633 (supports_reverse): Likewise.
19634
d221e7ef
DB
196352015-01-15 Don Breazeal <donb@codesourcery.com>
19636
19637 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19638 instead of checking whether the target board is remote and
19639 use spawn_wait_for_attach instead of exec/sleep.
19640 * gdb.base/attach-twice.exp: Likewise.
19641
bafffb51
JB
196422015-01-15 Joel Brobecker <brobecker@adacore.com>
19643
19644 * gdb.ada/var_arr_attrs: New testcase.
19645
5589af0e
PA
196462015-01-14 Pedro Alves <palves@redhat.com>
19647 Joel Brobecker <brobecker@adacore.com>
19648
19649 PR gdb/17525
19650 * gdb.base/bp-cmds-execution-x-script.c: New file.
19651 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19652 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19653
6c400b59
PA
196542015-01-14 Pedro Alves <palves@redhat.com>
19655
19656 PR cli/17828
19657 * gdb.base/batch-preserve-term-settings.c: New file.
19658 * gdb.base/batch-preserve-term-settings.exp: New file.
19659
e02c96a7
DE
196602015-01-13 Doug Evans <dje@google.com>
19661
19662 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19663 binary.
19664
576fd14c
JB
196652015-01-13 Joel Brobecker <brobecker@adacore.com>
19666
19667 * Makefile.in (clean mostlyclean): Do not delete *.py.
19668
04dccad0
JB
196692015-01-13 Joel Brobecker <brobecker@adacore.com>
19670
19671 * gdb.python/py-lookup-type.exp: New file.
19672
3d230f71
PA
196732015-01-12 Pedro Alves <palves@redhat.com>
19674
19675 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19676 restore GDBFLAGS before returning.
19677
7e67715d
JK
196782015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19679
19680 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19681 is_amd64_regs_target and is_x86_like_target.
19682
f2e0d4b4
DE
196832015-01-11 Doug Evans <xdje42@gmail.com>
19684
19685 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19686 is given without an explicit form.
19687 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19688 attributes.
19689 * gdb.dwarf/corrupt.exp: Ditto.
19690 * gdb.dwarf2/enum-type.exp: Ditto.
19691 * gdb.trace/entry-values.exp: Ditto.
19692 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19693
439250fb
DE
196942015-01-11 Doug Evans <xdje42@gmail.com>
19695
19696 PR gdb/15830
19697 * gdb.base/maint.exp: Remove references to "maint demangle".
19698 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19699 Add tests for explicitly specifying language to demangle.
19700 * gdb.dlang/demangle.exp: Ditto.
19701
ede9f622
PA
197022015-01-09 Pedro Alves <palves@redhat.com>
19703
19704 * gdb.threads/non-stop-fair-events.c: New file.
19705 * gdb.threads/non-stop-fair-events.exp: New file.
19706
a7b796db
PA
197072015-01-09 Pedro Alves <palves@redhat.com>
19708
19709 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19710 the global scope. Set a breakpoint after all threads are started
19711 rather than stepping over two source lines. Expect the prompt.
19712 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19713 global.
19714 (NUM): Now 15.
19715 (main): Use threads_started_barrier to wait for all threads to
19716 start. Main thread no longer calls thread_function. Exit after
19717 180 seconds.
19718 (loop): New function.
19719 (thread_function): Wait on threads_started_barrier barrier. Call
19720 'loop' at each iteration.
19721 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19722 threads have started, instead of hardcoding number of "next"
19723 steps. Use an access watchpoint instead of a write watchpoint.
19724
9665ffdd
PA
197252015-01-09 Pedro Alves <palves@redhat.com>
19726
19727 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19728 (thread_func): Wait on barrier.
19729 (main): Wait for all threads to start before stopping GDB.
19730 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19731 global.
19732 (thread1_func, thread2_func): Wait on barrier.
19733 (main): Wait for all threads to start before stopping GDB.
19734 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19735 New global.
19736 (thread1_func, thread2_func): Wait on barrier.
19737 (main): Wait for all threads to start before stopping GDB.
19738
c945a99f
PA
197392015-01-09 Pedro Alves <palves@redhat.com>
19740
19741 * gdb.threads/attach-many-short-lived-threads.c: New file.
19742 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19743
c1a747c1
PA
197442014-01-09 Pedro Alves <palves@redhat.com>
19745
19746 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19747 instead of to thread 2.
19748 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19749 Add barrier around each pthread_create call instead of around all
19750 calls.
19751 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19752 Set a break on thread_function and have the child threads hit it
19753 one at at a time.
19754
60b3033e
PA
197552015-01-09 Pedro Alves <palves@redhat.com>
19756
19757 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19758 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19759 false.
19760 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19761 checking whether the target board is remote.
19762 * gdb.multi/multi-attach.exp: Likewise.
19763 * gdb.python/py-sync-interp.exp: Likewise.
19764 * gdb.server/ext-attach.exp: Likewise.
19765 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19766 tests that need to attach, instead of checking whether the target
19767 board is remote at the top of the file.
19768
acc018ac
YQ
197692015-01-08 Yao Qi <yao@codesourcery.com>
19770
19771 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19772
50a18af8
JK
197732015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19774
19775 Fix testcase compilation.
19776 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19777
8503d6e1
JB
197782015-01-06 Joel Brobecker <brobecker@adacore.com>
19779
19780 * gdb.python/py-type.exp: Add a couple test about empty
19781 array creation, and negative-length array creation.
19782
cc73dbcc
DE
197832015-01-02 Doug Evans <xdje42@gmail.com>
19784
19785 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19786
0300bbc7
DE
197872015-01-02 Doug Evans <dje@google.com>
19788
19789 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19790
9d85a0ec
YQ
197912014-12-29 Yao Qi <yao@codesourcery.com>
19792
19793 * gdb.trace/entry-values.exp: Update comments. Rename variable
19794 bar_call_foo to returned_from_foo.
19795
87186c6a
MMN
197962014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19797
19798 PR gdb/17394
19799 * gdb.linespec/break-asm-file.c: New file.
19800 * gdb.linespec/break-asm-file.exp: New file.
19801 * gdb.linespec/break-asm-file0.s: New file.
19802 * gdb.linespec/break-asm-file1.s: New file.
19803
1bab7383
YQ
198042014-12-18 Nigel Stephens <nigel@mips.com>
19805 Maciej W. Rozycki <macro@codesourcery.com>
19806
19807 * gdb.base/float.exp: Handle the new output from "info float" on
19808 MIPS targets.
19809
1bc1068a
JK
198102014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19811
19812 Fix MinGW compilation.
19813 * gdb.compile/compile-ops.exp: Update untested message if
19814 !skip_compile_feature_tests.
19815 * gdb.compile/compile-setjmp.exp: Likewise.
19816 * gdb.compile/compile-tls.exp: Likewise.
19817 * gdb.compile/compile.exp: Likewise.
19818 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19819 supported on this host".
19820
b6615d10
DE
198212014-12-16 Doug Evans <xdje42@gmail.com>
19822
19823 * boards/stabs.exp: New file.
19824
25dda427
AA
198252014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19826
19827 * gdb.base/completion.exp: Adjust to format changes of "maint
19828 print user-registers".
19829
bf330350
CU
198302014-12-16 Catalin Udma <catalin.udma@freescale.com>
19831
19832 PR server/17457
19833 * gdb.arch/aarch64-fp.c: New file.
19834 * gdb.arch/aarch64-fp.exp: New file.
19835
395cf596
SDJ
198362014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
19837
19838 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
19839 r210637, r210913, r211666, r215400, r215817).
19840
19841 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
19842 * dg-extract-results.py: New file.
19843 * dg-extract-results.sh: Use it if the environment seems
19844 suitable.
19845
19846 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
19847
19848 * dg-extract-results.py (parse_run): Handle warnings that
19849 are printed before a test harness is run.
19850
19851 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
19852
19853 * dg-extract-results.py (Named): Remove __cmp__ method.
19854 (output_variation): Use a key to sort variation.harnesses.
19855
19856 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
19857
19858 * dg-extract-results.py: For Python 3, force sys.stdout to
19859 handle surrogate escape sequences.
19860 (safe_open): New function.
19861 (output_segment, main): Use it.
19862
19863 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
19864
19865 * dg-extract-results.py (Prog.result_re): Include options
19866 in test name.
19867
19868 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
19869
19870 * dg-extract-results.py (output_variation): Always sort if
19871 do_sum.
19872
e882ef3c
SM
198732014-12-15 Simon Marchi <simon.marchi@ericsson.com>
19874
19875 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
19876 as long as we get pagination notifications.
19877
4992aa20
JM
198782014-12-15 Jason Merrill <jason@redhat.com>
19879
19880 * Makefile.in (check-gdb.%): Restore.
19881 * README: Mention it.
19882
c1b5a1a6
JB
198832014-12-13 Joel Brobecker <brobecker@adacore.com>
19884
19885 * gdb.ada/str_uninit: New testcase.
19886
5537b577
JK
198872014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19888
19889 PR symtab/17642
19890 * gdb.base/vla-stub-define.c: New file.
19891 * gdb.base/vla-stub.c: New file.
19892 * gdb.base/vla-stub.exp: New file.
19893
bb2ec1b3
TT
198942014-12-12 Phil Muldoon <pmuldoon@redhat.com>
19895 Jan Kratochvil <jan.kratochvil@redhat.com>
19896 Tom Tromey <tromey@redhat.com>
19897
19898 * configure.ac: Add gdb.compile/.
19899 * configure: Regenerate.
19900 * gdb.compile/Makefile.in: New file.
19901 * gdb.compile/compile-ops.exp: New file.
19902 * gdb.compile/compile-ops.c: New file.
19903 * gdb.compile/compile-tls.c: New file.
19904 * gdb.compile/compile-tls.exp: New file.
19905 * gdb.compile/compile-constvar.S: New file.
19906 * gdb.compile/compile-constvar.c: New file.
19907 * gdb.compile/compile-mod.c: New file.
19908 * gdb.compile/compile-nodebug.c: New file.
19909 * gdb.compile/compile-setjmp-mod.c: New file.
19910 * gdb.compile/compile-setjmp.c: New file.
19911 * gdb.compile/compile-setjmp.exp: New file.
19912 * gdb.compile/compile-shlib.c: New file.
19913 * gdb.compile/compile.c: New file.
19914 * gdb.compile/compile.exp: New file.
19915 * lib/gdb.exp (skip_compile_feature_tests): New proc.
19916
4ff709eb
TT
199172014-12-12 Tom Tromey <tromey@redhat.com>
19918
19919 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
19920 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
19921
6dddd6a5
DE
199222014-12-12 Doug Evans <dje@google.com>
19923
19924 * lib/gdb-python.exp (get_python_valueof): New function.
19925 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
19926
71c24708
AA
199272014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
19928
19929 * gdb.base/completion.exp: Add test for completion of "info
19930 registers ".
19931
3e29f34a
MR
199322014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
19933
19934 * gdb.base/func-ptrs.c: New file.
19935 * gdb.base/func-ptrs.exp: New file.
19936
fc126975
SM
199372014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19938
19939 PR breakpoints/17012
19940 * gdb.base/dprintf-detach.c: New file.
19941 * gdb.base/dprintf-detach.exp: New file.
19942
0a46d518
SM
199432014-12-10 Simon Marchi <simon.marchi@ericsson.com>
19944
19945 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
19946 * lib/gdb.exp (target_is_gdbserver): New procedure.
19947
a0be3e44
DE
199482014-12-08 Doug Evans <dje@google.com>
19949
19950 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
19951
df1b803a
YQ
199522014-12-05 Yao Qi <yao@codesourcery.com>
19953
19954 * gdb.guile/scm-error.exp: Remove the third argument to
19955 gdb_remote_download.
19956 * gdb.guile/scm-frame-args.exp: Likewise.
19957 * gdb.guile/scm-section-script.exp: Likewise.
19958
ddb9f679
YQ
199592014-12-05 Yao Qi <yao@codesourcery.com>
19960
19961 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
19962
86e4ed39
DE
199632014-12-04 Doug Evans <dje@google.com>
19964
19965 * gdb.python/py-objfile.exp: Add tests for
19966 objfile.add_separate_debug_file.
19967
7c50a931
DE
199682014-12-04 Doug Evans <dje@google.com>
19969
19970 * lib/gdb.exp (get_build_id): New function.
19971 (build_id_debug_filename_get): Rewrite to use it.
19972 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
19973
621661e3
MR
199742014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
19975
19976 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
19977 `method(long)', not just 0x0.
19978 * gdb.cp/nsalias.exp: Align code labels to 4.
19979 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
19980 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
19981 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
19982 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
19983 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
19984 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
19985
29f0c3b7
DE
199862014-12-02 Doug Evans <dje@google.com>
19987
e1e061e7 19988 PR symtab/17602
29f0c3b7 19989 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 19990 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
19991 * gdb.cp/anon-ns.exp: Update.
19992
162078c8
NB
199932014-12-02 Nick Bull <nicholaspbull@gmail.com>
19994
19995 * gdb.python/py-events.py (inferior_call_handler): New.
19996 (register_changed_handler, memory_changed_handler): New.
19997 (test_events.invoke): Register new handlers.
19998 * gdb.python/py-events.exp: Add tests for inferior call,
19999 memory_changed and register_changed events.
20000
fdb09caf
AA
200012014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20002
20003 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20004 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20005 if the linker doesn't understand this.
20006
55cfb2c4
SM
200072014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20008
20009 * gdb.python/python.exp: Change expected reply to help().
20010
9e8cd6df
YQ
200112014-12-01 Yao Qi <yao@codesourcery.com>
20012
20013 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20014 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20015 * configure: Re-generated.
20016
6c659fc2
SC
200172014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20018
20019 * gdb.cp/chained-calls.cc: New file.
20020 * gdb.cp/chained-calls.exp: New file.
20021 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20022
d7fc3181
SM
200232014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20024
20025 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20026 * gdb.dwarf2/symtab-producer.exp: Same.
20027 * gdb.gdb/python-interrupts.exp: Same.
20028 * gdb.gdb/python-selftest.exp: Same.
20029 * gdb.python/py-linetable.exp: Same.
20030 * gdb.python/py-type.exp: Same.
20031 * gdb.python/py-value-cc.exp: Same.
20032 * gdb.python/py-value.exp: Same.
20033
10e79639
YQ
200342014-11-28 Yao Qi <yao@codesourcery.com>
20035
20036 * gdb.base/break-probes.exp: Match library name prefixed with
20037 sysroot.
20038
f28a0564
SM
200392014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20040
20041 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20042 test expected output. Add parentheses for the call to print.
20043 Remove L suffix from integers.
20044
3fe1ce1d
DE
200452014-11-26 Doug Evans <dje@google.com>
20046
20047 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20048
84429e27
YQ
200492014-11-22 Yao Qi <yao@codesourcery.com>
20050
20051 * gdb.trace/entry-values.c: Remove asms.
20052 (foo): Add foo_label.
20053 (bar): Add bar_label.
20054 * gdb.trace/entry-values.exp: Remove code computing foo's
20055 length and bar's length.
20056 (Dwarf::assemble): Invoke function_range for bar and use
20057 MACRO_AT_func for foo.
20058
26741859
YQ
200592014-11-22 Yao Qi <yao@codesourcery.com>
20060
20061 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20062 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20063 Use .Lgcc43_procstart instead of gcc43.
20064
45e44d27
JB
200652014-11-21 Joel Brobecker <brobecker@adacore.com>
20066
20067 * gdb.ada/n_arr_bound: New testcase.
20068
458c8db8
SDJ
200692014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20070
20071 PR breakpoints/10737
20072 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20073 test_catch_syscall_multi_arch.
20074 (test_catch_syscall_multi_arch): New function.
20075
43f3e411
DE
200762014-11-20 Doug Evans <xdje42@gmail.com>
20077
20078 * gdb.base/maint.exp: Update expected output.
20079
0d7b2549
AA
200802014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20081
20082 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20083 4-byte instruction on S390.
20084
8908fca5
JB
200852014-11-19 Joel Brobecker <brobecker@adacore.com>
20086
20087 * gdb.ada/arr_arr: New testcase.
20088
4a46959e
JB
200892014-11-19 Joel Brobecker <brobecker@adacore.com>
20090
20091 * gdb.ada/pkd_arr_elem: New Testcase.
20092
470e2f4e
LM
200932014-11-18 Luis Machado <lgustavo@codesourcery.com>
20094
20095 * gdb.reverse/break-precsave: Expect completion message for
20096 core file reads.
20097 * gdb.reverse/consecutive-precsave.exp: Likewise.
20098 * gdb.reverse/finish-precsave.exp: Likewise.
20099 * gdb.reverse/i386-precsave.exp: Likewise.
20100 * gdb.reverse/machinestate-precsave.exp: Likewise.
20101 * gdb.reverse/sigall-precsave.exp: Likewise.
20102 * gdb.reverse/solib-precsave.exp: Likewise.
20103 * gdb.reverse/step-precsave.exp: Likewise.
20104 * gdb.reverse/until-precsave.exp: Likewise.
20105 * gdb.reverse/watch-precsave.exp: Likewise.
20106
a267f3ad
AA
201072014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20108
20109 * gdb.base/bp-permanent.c: Include unistd.h.
20110 * gdb.python/py-framefilter-mi.c (main): Add return type.
20111 * gdb.python/py-framefilter.c (main): Likewise.
20112 * gdb.trace/actions-changed.c (main): Likewise.
20113
12084a9a
AA
201142014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20115
20116 * gdb.mi/until.c: Add eye-catchers.
20117 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20118 line numbers.
20119
dc7e1a77
AA
201202014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20121
20122 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20123 function header variants in break1.c.
20124 * gdb.base/ena-dis-br.exp: Likewise.
20125 * gdb.base/hbreak2.exp: Likewise.
20126 * gdb.reverse/until-precsave.exp: Drop references to removed
20127 non-prototype function header variants in ur1.c.
20128 * gdb.reverse/until-reverse.exp: Likewise.
20129
41c77605
PM
201302014-11-17 Petr Machata <pmachata@redhat.com>
20131
20132 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20133 ${_cu_offset_size} bytes abbrev offset.
20134
34248c3a
DE
201352014-11-15 Doug Evans <xdje42@gmail.com>
20136
20137 PR symtab/17559
20138 * gdb.base/line-symtabs.exp: New file.
20139 * gdb.base/line-symtabs.c: New file.
20140 * gdb.base/line-symtabs.h: New file.
20141
646da059
YQ
201422014-11-14 Yao Qi <yao@codesourcery.com>
20143
20144 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20145 (func): Add label func_label.
20146 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20147 Replace low_pc and high_pc with MACRO_AT_range.
20148 Replace name, low_pc and high_pc with MACRO_AT_func.
20149
9301ebe6
YQ
201502014-11-14 Yao Qi <yao@codesourcery.com>
20151
20152 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20153 Replace name, low_pc and high_pc with MACRO_AT_func.
20154
f166b542
YQ
201552014-11-14 Yao Qi <yao@codesourcery.com>
20156
20157 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20158 produce debug information.
20159 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20160
0f6e71e3
YQ
201612014-11-14 Yao Qi <yao@codesourcery.com>
20162
20163 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20164 object and get function length.
20165 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20166 with MACRO_AT_func.
20167 (top-level): Replace gdb_compile and clean_restart with
20168 prepare_for_testing.
20169 * gdb.dwarf2/main.c (main): Add label main_label.
20170
876c4df9
YQ
201712014-11-14 Yao Qi <yao@codesourcery.com>
20172
20173 * lib/dwarf.exp (function_range): New procedure.
20174 (Dwarf::_handle_macro_at_func): New procedure.
20175 (Dwarf::_handle_macro_at_range): New procedure.
20176 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20177
02ad9cf1
YQ
201782014-11-14 Yao Qi <yao@codesourcery.com>
20179
20180 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20181 (_handle_attribute): New procedure.
20182
a59add0c
AA
201832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20184
20185 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20186 * gdb.base/call-sc.c (zed): Likewise.
20187 * gdb.base/checkpoint.c (main): Likewise.
20188 * gdb.base/dump.c (main): Likewise.
20189 * gdb.base/gcore.c (main): Likewise.
20190 * gdb.base/huge.c (main): Likewise.
20191 * gdb.base/multi-forks.c (main): Likewise.
20192 * gdb.base/pr10179-a.c (main): Likewise.
20193 * gdb.base/savedregs.c (main): Likewise.
20194 * gdb.base/sigaltstack.c (main): Likewise.
20195 * gdb.base/siginfo.c (main): Likewise.
20196 * gdb.base/structs.c (zed): Likewise.
20197 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20198 * gdb.mi/mi-syn-frame.c (main): Likewise.
20199 * gdb.mi/until.c (foo, main): Likewise.
20200 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20201 * gdb.base/solib-weak.c (foo): Declare.
20202 * gdb.base/attach-twice.c: Include stdio.h.
20203 * gdb.base/weaklib1.c: Likewise.
20204 * gdb.base/weaklib2.c: Likewise.
20205 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20206 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20207 unistd.h.
20208 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20209 * gdb.mi/mi-exit-code.c: Likewise.
20210 * gdb.base/break-interp-lib.c: Include string.h.
20211 * gdb.base/coremaker.c: Likewise.
20212 * gdb.base/testenv.c: Likewise.
20213 * gdb.python/py-finish-breakpoint.c: Likewise.
20214 * gdb.base/inferior-died.c: Include sys/wait.h.
20215 * gdb.base/fileio.c: Include time.h.
20216 * gdb.base/async-shell.c: Include unistd.h.
20217 * gdb.base/dprintf-non-stop.c: Likewise.
20218 * gdb.base/info-os.c: Likewise.
20219 * gdb.mi/mi-console.c: Likewise.
20220 * gdb.mi/watch-nonstop.c: Likewise.
20221 * gdb.python/py-events.c: Likewise.
20222 * gdb.base/async.c (baz): Move up before its invocation.
20223 * gdb.base/code_elim2.c (my_global_func): Likewise.
20224 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20225 * gdb.base/advance.c (func2): Likewise.
20226
3b5d5997
AA
202272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20228
20229 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20230 variant.
20231 * gdb.base/annota3.c: Likewise.
20232 * gdb.base/async.c: Likewise.
20233 * gdb.base/average.c: Likewise.
20234 * gdb.base/call-ar-st.c: Likewise.
20235 * gdb.base/call-rt-st.c: Likewise.
20236 * gdb.base/call-sc.c: Likewise.
20237 * gdb.base/call-strs.c: Likewise.
20238 * gdb.base/ending-run.c: Likewise.
20239 * gdb.base/execd-prog.c: Likewise.
20240 * gdb.base/exprs.c: Likewise.
20241 * gdb.base/foll-exec.c: Likewise.
20242 * gdb.base/foll-fork.c: Likewise.
20243 * gdb.base/foll-vfork.c: Likewise.
20244 * gdb.base/funcargs.c: Likewise.
20245 * gdb.base/gcore.c: Likewise.
20246 * gdb.base/jump.c: Likewise.
20247 * gdb.base/langs0.c: Likewise.
20248 * gdb.base/langs1.c: Likewise.
20249 * gdb.base/langs2.c: Likewise.
20250 * gdb.base/mips_pro.c: Likewise.
20251 * gdb.base/nodebug.c: Likewise.
20252 * gdb.base/opaque0.c: Likewise.
20253 * gdb.base/opaque1.c: Likewise.
20254 * gdb.base/recurse.c: Likewise.
20255 * gdb.base/run.c: Likewise.
20256 * gdb.base/scope0.c: Likewise.
20257 * gdb.base/scope1.c: Likewise.
20258 * gdb.base/setshow.c: Likewise.
20259 * gdb.base/setvar.c: Likewise.
20260 * gdb.base/shmain.c: Likewise.
20261 * gdb.base/shr1.c: Likewise.
20262 * gdb.base/shr2.c: Likewise.
20263 * gdb.base/sigall.c: Likewise.
20264 * gdb.base/signals.c: Likewise.
20265 * gdb.base/so-indr-cl.c: Likewise.
20266 * gdb.base/solib2.c: Likewise.
20267 * gdb.base/structs.c: Likewise.
20268 * gdb.base/sum.c: Likewise.
20269 * gdb.base/vforked-prog.c: Likewise.
20270 * gdb.base/watchpoint.c: Likewise.
20271 * gdb.reverse/shr2.c: Likewise.
20272 * gdb.reverse/until-reverse.c: Likewise.
20273 * gdb.reverse/ur1.c: Likewise.
20274 * gdb.reverse/watch-reverse.c: Likewise.
20275
066a77c5
AA
202762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20277
20278 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20279 variant.
20280 * gdb.base/sepdebug.exp: Drop references to removed code.
20281
4f204ea5
AA
202822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20283
20284 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20285 variant. Preserve original line numbering.
20286 * gdb.base/list1.c: Likewise.
20287
3b377a3a
AA
202882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20289
20290 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20291 variant.
20292 * gdb.base/break1.c: Likewise.
20293 * gdb.base/break.exp: Drop references to removed code.
20294
e444df73
AA
202952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20296
20297 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20298 variant.
20299
8008f2a7
AA
203002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20301
20302 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20303
a5a06887
AA
203042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20305
20306 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20307 logic into perform_all_tests() and invoke it with and without
20308 function header prototypes.
20309 (do_function_calls): Remove conditional XFAIL for PR 5318.
20310 (rerun_and_prepare): Remove duplicate code.
20311 (perform_all_tests): New. Main logic moved here.
20312
44dba9b9
AA
203132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20314
20315 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20316 code guarded by #ifdef NO_PROTOTYPES.
20317 (t_double_many_args): Likewise.
20318 (DEF_FUNC_MANY_ARGS_1): Likewise.
20319 (DEF_FUNC_VALUES_1): Likewise.
20320 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20321 guarded by #ifdef PROTOTYPES.
20322
d1fbcd56
AA
203232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20324
20325 * gdb.mi/mi-console.c: Add eye-catcher.
20326 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20327 instead of literal line number.
20328
b0e59b8f
AA
203292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20330
20331 * gdb.base/shr2.c: Add eye-catcher.
20332 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20333 line number.
20334
78f98cca
AA
203352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20336
20337 * gdb.base/jump.c: Add eye-catchers.
20338 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20339 numbers.
20340
58fa2af0
AA
203412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20342
20343 * gdb.base/execd-prog.c: Add eye-catchers.
20344 * gdb.base/foll-exec.c: Likewise.
20345 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20346 line numbers.
20347
04e5059b
AA
203482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20349
20350 * gdb.base/ending-run.c: Add eye-catchers.
20351 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20352 literal line numbers.
20353
dbfdb174
AA
203542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20355
20356 * gdb.base/call-rt-st.c: Add eye-catchers.
20357 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20358 literal line numbers.
20359
888a2ade
AA
203602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20361
20362 * gdb.base/call-ar-st.c: Add eye-catchers.
20363 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20364 literal line numbers.
20365
6acc2dde
AA
203662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20367
20368 * gdb.base/average.c: Add eye-catchers.
20369 * gdb.base/sum.c: Likewise.
20370 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20371 regexps dynamically.
20372
9ecfcd1d
AA
203732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20374
20375 * gdb.base/solib1.c: Add eye-catchers.
20376 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20377 literal line numbers.
20378
78708b7c
PA
203792014-11-12 Pedro Alves <palves@redhat.com>
20380
20381 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20382 leader has exited.
20383
af48d08f
PA
203842014-11-12 Pedro Alves <palves@redhat.com>
20385
20386 * gdb.arch/i386-bp_permanent.c: New file.
20387 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20388 (srcfile): Set to i386-bp_permanent.c.
20389 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20390 that stepi does not execute the 'leave' instruction, instead of
20391 testing it does execute.
20392 * gdb.base/bp-permanent.c: New file.
20393 * gdb.base/bp-permanent.exp: New file.
20394
af3768e9
DE
203952014-11-10 Doug Evans <xdje42@gmail.com>
20396
20397 PR symtab/17564
20398 * gdb.base/symtab-search-order.exp: New file.
20399 * gdb.base/symtab-search-order.c: New file.
20400 * gdb.base/symtab-search-order-1.c: New file.
20401 * gdb.base/symtab-search-order-shlib-1.c: New file.
20402
9de00a4a
PA
204032014-11-07 Pedro Alves <palves@redhat.com>
20404
20405 PR gdb/17511
20406 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20407 i?86-*-linux*.
20408
e0f52461
SC
204092014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20410
20411 PR c++/17494
20412 * gdb.cp/pr17494.cc: New file.
20413 * gdb.cp/pr17494.exp: New file.
20414
6ce8c980
YQ
204152014-11-02 Yao Qi <yao@codesourcery.com>
20416
20417 * gdb.python/python.exp: Get working directory and match the
20418 output of "set extended-prompt \\w " with it.
20419
02be9a71
DE
204202014-10-30 Doug Evans <dje@google.com>
20421
20422 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20423 in objfiles.
20424 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20425 in progspaces.
20426
3bdff46b
LM
204272014-10-30 Janis Johnson <janisjo@codesourcery.com>
20428
20429 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20430 * gdb.base/realname-expand.exp: Likewise.
20431 * gdb.linespec/macro-relative.exp: Likewise.
20432
ab917dfb
PA
204332014-10-29 Pedro Alves <palves@redhat.com>
20434
20435 PR gdb/17408
20436 * gdb.threads/schedlock.c (some_function): New function.
20437 (call_function): New global.
20438 (MAYBE_CALL_SOME_FUNCTION): New macro.
20439 (thread_function): Call it.
20440 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20441 and use it instead of a global counter. Adjust all callers.
20442 (get_current_thread): Use "find current thread" for test message
20443 here rather than having all callers pass down the same string.
20444 (goto_loop): New procedure, factored out from ...
20445 (my_continue): ... this.
20446 (step_ten_loops): Change parameter from test message to command to
20447 use. Adjust.
20448 (list_count): Delete global.
20449 (check_result): New procedure, factored out from duplicate top
20450 level code.
20451 (continue tests): Wrap in with_test_prefix.
20452 (test_step): New procedure, factored out from duplicate top level
20453 code.
20454 (top level): Test "step" in combination with all scheduler-locking
20455 modes. Test "next" in combination with all scheduler-locking
20456 modes, and in combination with stepping over a function call or
20457 not.
20458 * gdb.threads/next-bp-other-thread.c: New file.
20459 * gdb.threads/next-bp-other-thread.exp: New file.
20460
d3d4baed
PA
204612014-10-29 Pedro Alves <palves@redhat.com>
20462
20463 PR python/17372
20464 * gdb.python/python.exp: Test a multi-line command that spawns
20465 interactive Python.
20466 * gdb.base/multi-line-starts-subshell.exp: New file.
20467
563e8d85
YQ
204682014-10-29 Yao Qi <yao@codesourcery.com>
20469
20470 * gdb.base/fileio.exp: Make directories on host.
20471
0ea4d52e
YQ
204722014-10-29 Yao Qi <yao@codesourcery.com>
20473
20474 * gdb.base/fileio.c (test_write): Close the file.
20475
7f5ef605
PA
204762014-10-28 Pedro Alves <palves@redhat.com>
20477
20478 PR gdb/12623
20479 * gdb.base/sigstep.c (no_handler): New global.
20480 (main): If 'no_handler is true, set the signal handlers to
20481 SIG_IGN.
20482 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20483 with_sw_watch and no_handler parameters. Handle them.
20484 (top level) <stepping over handler when stopped at a breakpoint
20485 test>: Add a test axis for testing with a software watchpoint, and
20486 another for testing with the signal handler set to SIG_IGN.
20487 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20488 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20489
abbdbd03
PA
204902014-10-28 Pedro Alves <palves@redhat.com>
20491
20492 PR gdb/17511
20493 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20494 * gdb.base/sigstep.exp (other_handler_location): New global.
20495 (advance): Support stepping into the signal handler, and running
20496 commands while in the handler.
20497 (in_handler_map): New global.
20498 (top level): In the advance test, add combinations for getting
20499 into the handler with stepping commands, and for running commands
20500 in the handler. Add comment descripting the advancei tests.
20501
1df4399f
PA
205022014-10-28 Pedro Alves <palves@redhat.com>
20503
20504 * gdb.base/sigstep.exp: Use build_executable instead of
20505 prepare_for_testing.
20506 (top level): Move code that starts GDB, runs to main and creates a
20507 display to ...
20508 (restart): ... this new procedure.
20509 (top level): Move backtrace from signal handler test to ...
20510 (validate_backtrace): ... this new procedure.
20511 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20512 with_test_prefix. Always restart GDB.
20513 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20514 with_test_prefix. Always restart GDB. No need to delete
20515 breakpoints after the test.
20516 (test_skip_handler): Remove prefix parameter.
20517 (skip_over_handler, breakpoint_to_handler)
20518 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20519 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20520 restart GDB. No need to delete breakpoints after the test.
20521 (top level): Use foreach to call the test procedures with
20522 different commands.
20523
a5b6e449
PA
205242014-10-28 Pedro Alves <palves@redhat.com>
20525
20526 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20527 instead of GNATS numbers.
20528 * gdb.base/sigbpt.exp: Likewise.
20529 * gdb.base/siginfo.exp: Likewise.
20530 * gdb.base/sigstep.exp: Likewise.
20531
e5f8a7cc
PA
205322014-10-27 Pedro Alves <palves@redhat.com>
20533
20534 * gdb.base/sigstep.c (dummy): New global.
20535 (main): Issue a couple writes to the new global.
20536 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20537 procedures.
20538 (skip_over_handler): Use test_skip_handler.
20539 (top level): Call skip_over_handler for stepi and nexti too.
20540 (breakpoint_over_handler): Use test_skip_handler.
20541 (top level): Call breakpoint_over_handler for stepi and nexti too.
20542
763905a3
YQ
205432014-10-27 Yao Qi <yao@codesourcery.com>
20544
20545 * gdb.trace/tfile.c (adjust_function_address)
20546 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20547 function descriptor.
20548
6f259a23
DB
205492014-10-24 Don Breazeal <donb@codesourcery.com>
20550
20551 * gdb.base/foll-fork.exp (test_follow_fork,
20552 catch_fork_child_follow): Check for updated fork messages emitted
20553 from infrun.c.
20554 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20555 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20556 vfork_and_exec_child_follow_through_step): Check for updated vfork
20557 messages emitted from infrun.c.
20558
09dd9a69
PA
205592014-10-24 Pedro Alves <palves@redhat.com>
20560
20561 * gdb.base/corefile.exp: Remove references to ultrix.
20562 * gdb.base/interrupt.exp: Likewise.
20563 * gdb.base/whatis.exp: Likewise.
20564 * gdb.gdb/selftest.exp: Likewise.
20565 * gdb.threads/manythreads.exp: Likewise.
20566 * gdb.threads/print-threads.exp: Likewise.
20567 * gdb.threads/pthreads.exp:: Likewise.
20568 * gdb.threads/schedlock.exp: Likewise.
20569
3433cfa5
SC
205702014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20571
20572 * gdb.cp/non-trivial-retval.cc: Add a test case.
20573 * gdb.cp/non-trivial-retval.exp: Add a test.
20574
092f880b
YQ
205752014-10-20 Yao Qi <yao@codesourcery.com>
20576
20577 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20578 * gdb.python/py-objfile-script-gdb.py: New file.
20579 * gdb.python/py-objfile-script.exp: Update reference to
20580 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20581 of remote_download. Remove the dest file.
20582
acbdb7f3
YQ
205832014-10-20 Yao Qi <yao@codesourcery.com>
20584
20585 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20586 * gdb.base/step-line.exp: Likewise.
20587 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20588 * gdb.dwarf2/dw2-basic.exp: Likewise.
20589 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20590 * gdb.dwarf2/dw2-filename.exp: Likewise.
20591 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20592 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20593 * gdb.dwarf2/dw2-producer.exp: Likewise.
20594 * gdb.dwarf2/mac-fileno.exp: Likewise.
20595 * gdb.python/py-frame-args.exp: Likewise.
20596 * gdb.python/py-framefilter.exp: Likewise.
20597 * gdb.python/py-mi.exp: Likewise.
20598 * gdb.python/py-objfile-script.exp: Likewise
20599 * gdb.python/py-pp-integral.exp: Likewise.
20600 * gdb.python/py-pp-re-notag.exp: Likewise.
20601 * gdb.python/py-prettyprint.exp: Likewise.
20602 * gdb.python/py-section-script.exp: Likewise.
20603 * gdb.python/py-typeprint.exp: Likewise.
20604 * gdb.python/py-xmethods.exp: Likewise.
20605 * gdb.stabs/weird.exp: Likewise.
20606 * gdb.xml/tdesc-regs.exp: Likewise.
20607
bd286a29
KCY
206082014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20609
20610 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20611 (out_cu): Use addr_len for the size of addresses.
20612 (out_line): Likewise. Size DW_LNE_set_address instruction
20613 according to addr_len.
20614 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20615 (FUNC): Add START_INSNS to definition.
20616
673dc4a0
YQ
206172014-10-18 Yao Qi <yao@codesourcery.com>
20618
20619 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20620 gdb_has_argv0 return true.
20621 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20622 check [target_info exists noargs], check [gdb_has_argv0]
20623 instead.
20624 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20625 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20626 procedures.
20627
4ffbba72
DE
206282014-10-17 Doug Evans <dje@google.com>
20629
20630 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20631 event.
20632 * gdb.python/py-events.py: Add clear_objfiles event.
20633
d096d8c1
DE
206342014-10-17 Doug Evans <dje@google.com>
20635
20636 * gdb.python/py-objfile.exp: Test progspace attribute.
20637
a80db015
LM
206382014-10-17 Luis Machado <lgustavo@codesourcery.com>
20639
20640 * gdb.guile/scm-breakpoint.exp: Do not assume any
20641 directory separators when matching source file paths.
20642 * gdb.python/py-breakpoint.exp: Likewise.
20643 * gdb.reverse/break-precsave.exp: Likewise.
20644 * gdb.reverse/break-reverse.exp: Likewise.
20645 * gdb.reverse/consecutive-precsave.exp: Likewise.
20646 * gdb.reverse/finish-precsave.exp: Likewise.
20647 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20648 * gdb.reverse/finish-reverse.exp: Likewise.
20649 * gdb.reverse/i386-precsave.exp: Likewise.
20650 * gdb.reverse/i387-env-reverse.exp: Likewise.
20651 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20652 * gdb.reverse/machinestate-precsave.exp: Likewise.
20653 * gdb.reverse/machinestate.exp: Likewise.
20654 * gdb.reverse/sigall-precsave.exp: Likewise.
20655 * gdb.reverse/solib-precsave.exp: Likewise.
20656 * gdb.reverse/step-precsave.exp: Likewise.
20657 * gdb.reverse/until-precsave.exp: Likewise.
20658 * gdb.reverse/watch-precsave.exp: Likewise.
20659 * gdb.reverse/watch-reverse.exp: Likewise.
20660
b22089ab
YQ
206612014-10-17 Yao Qi <yao@codesourcery.com>
20662
20663 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20664 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20665
6c4486e6
PA
206662014-10-17 Pedro Alves <palves@redhat.com>
20667
20668 PR gdb/17471
20669 * gdb.base/bg-execution-repeat.c: New file.
20670 * gdb.base/bg-execution-repeat.exp: New file.
20671
0ff33695
PA
206722014-10-17 Pedro Alves <palves@redhat.com>
20673
20674 PR gdb/17300
20675 * gdb.base/continue-all-already-running.c: New file.
20676 * gdb.base/continue-all-already-running.exp: New file.
20677
6fdebc3d
PA
206782014-10-17 Pedro Alves <palves@redhat.com>
20679
20680 PR gdb/17472
20681 * gdb.base/annota-input-while-running.c: New file.
20682 * gdb.base/annota-input-while-running.exp: New file.
20683
32a8097b
PA
206842014-10-17 Pedro Alves <palves@redhat.com>
20685
20686 * gdb.base/callfuncs.exp: emove references to osf.
20687 * gdb.base/sigall.exp: Likewise.
20688 * gdb.gdb/selftest.exp: Likewise.
20689 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20690 * gdb.mi/non-stop.c: Likewise.
20691 * gdb.mi/pthreads.c: Likewise.
20692 * gdb.reverse/sigall-precsave.exp: Likewise.
20693 * gdb.reverse/sigall-reverse.exp: Likewise.
20694 * gdb.threads/pthreads.c: Likewise.
20695 * gdb.threads/pthreads.exp: Likewise.
20696
7a3517ff
YQ
206972014-10-17 Yao Qi <yao@codesourcery.com>
20698
20699 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20700 check 'target_info exists noargs'.
20701 (test_command_prompt_position): Likewise.
20702 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20703 Remove "set args".
20704 (progvar_simple_while_test): Likewise.
20705 (progvar_complex_if_while_test): Likewise.
20706 (if_while_breakpoint_command_test): Likewise.
20707 (infrun_breakpoint_command_test): Likewise.
20708 (breakpoint_command_test): Likewise.
20709 (watchpoint_command_test): Likewise.
20710 (bp_deleted_in_command_test): Likewise.
20711 (temporary_breakpoint_commands): Likewise.
20712
bb99c472
YQ
207132014-10-16 Yao Qi <yao@codesourcery.com>
20714
20715 * gdb.base/remotetimeout.exp: Remove noargs checking.
20716
7c16b83e
PA
207172014-10-15 Pedro Alves <palves@redhat.com>
20718
20719 PR breakpoints/9649
20720 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20721 * gdb.base/breakpoint-in-ro-region.exp
20722 (probe_target_hardware_step): New procedure.
20723 (top level): Probe hardware stepping and hardware breakpoint
20724 support. Test stepping through a read-only region, with both
20725 "breakpoint auto-hw" on and off and both "always-inserted" on and
20726 off.
20727
35a49624
IB
207282014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20729
20730 * gdb.dlang/demangle.exp: Update for demangling changes.
20731
2d1c107c
SC
207322014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20733
20734 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20735 * gdb.cp/non-trivial-retval.exp: Add new tests.
20736
778811d5
SC
207372014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20738
20739 PR c++/13403
20740 PR c++/15154
20741 * gdb.cp/non-trivial-retval.cc: New file.
20742 * gdb.cp/non-trivial-retval.exp: New file.
20743
10c5f0a8
YQ
207442014-10-15 Yao Qi <yao@codesourcery.com>
20745
20746 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20747 remote host.
20748
65d7b369
YQ
207492014-10-15 Yao Qi <yao@codesourcery.com>
20750
20751 * gdb.python/py-symbol.exp: Match file base name if host is
20752 remote, otherwise match file name with dir name.
20753 * gdb.python/py-symtab.exp: Likewise.
20754 * gdb.python/python.exp: Likewise.
20755
46dc1394
YQ
207562014-10-15 Yao Qi <yao@codesourcery.com>
20757
20758 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20759 pattern.
20760 * gdb.python/py-symtab.exp: Likewise.
20761 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20762 locationn.
20763
c40cc657
JB
207642014-10-14 Joel Brobecker <brobecker@adacore.com>
20765
20766 * gdb.ada/addr_arith: New testcase.
20767
2abf49e1
MR
207682014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20769
20770 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20771 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20772 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20773 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20774
f7088df3
SDJ
207752014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20776
20777 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20778 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20779 * gdb.arch/stap-eval-lang-ada.exp: New file.
20780
4dc06805
YQ
207812014-10-14 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.mi/mi-var-child.c (nothing1): New function.
20784 (nothing2): New function.
20785 (do_children_tests): Set function pointers by nothing1 and
20786 nothing2.
20787 * gdb.mi/mi-var-child.exp: Step over new added statements.
20788 Update test to match the new output.
20789 * gdb.mi/var-cmd.c (nothing1): New function.
20790 (nothing2): New function.
20791 (do_children_tests): Set function pointers by nothing1 and
20792 nothing2.
20793 * gdb.mi/mi-var-display.exp: Update test to match output.
20794 Step to the line specified by $line_dct_nothing.
20795 Increase the number of lines to step.
20796
46a93de2
YQ
207972014-10-14 Yao Qi <yao@codesourcery.com>
20798
20799 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20800 tests.
20801 * gdb.mi/mi2-var-child.exp: Likewise.
20802
14ea52ee
DE
208032014-10-13 Doug Evans <dje@google.com>
20804
20805 * gdb.python/py-objfile.exp: Change name of file name test.
20806
e5c6e92b
DE
208072014-10-13 Doug Evans <dje@google.com>
20808
20809 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20810 from the start of the CU.
20811
c780cc2f
JK
208122014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20813 Yao Qi <yao@codesourcery.com>
20814
20815 Fix "save breakpoints" for "catch" command.
20816 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20817 Remove -nonewline. Match also the added "main" line.
20818
99894e11
JK
208192014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20820
20821 Fix "save breakpoints" for "disable $bpnum" command.
20822 * gdb.base/save-bp.c (main): Add label.
20823 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20824
6e1ac5a3
JK
208252014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20826
20827 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20828
754dd2b0
YQ
208292014-10-11 Yao Qi <yao@codesourcery.com>
20830
20831 * gdb.server/server-kill.exp: Execute command
20832 "set remote trace-status-packet on" before "tstatus".
20833
f90183d7
YQ
208342014-10-11 Yao Qi <yao@codesourcery.com>
20835
20836 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
20837 (main): Call getppid.
20838 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
20839 and continue to it. Read variable "server_pid".
20840
bf40a607
YQ
208412014-10-11 Yao Qi <yao@codesourcery.com>
20842
20843 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
20844
052ca370
YQ
208452014-10-11 Yao Qi <yao@codesourcery.com>
20846
20847 * gdb.threads/thread-find.exp: Don't execute command
20848 "info threads".
20849 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
20850 * gdb.threads/linux-dp.exp: Don't check the condition
20851 $threads_created equals to zero.
20852
3831839c
PA
208532014-10-10 Pedro Alves <palves@redhat.com>
20854
20855 * gdb.base/bigcore.exp: Remove references to IRIX.
20856 * gdb.base/funcargs.exp: Likewise.
20857 * gdb.base/interrupt.exp: Likewise.
20858 * gdb.base/mips_pro.exp: Likewise.
20859 * gdb.base/nodebug.exp: Likewise.
20860 * gdb.base/setvar.exp: Likewise.
20861 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
20862
8b9a549d
PA
208632014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
20864 Pedro Alves <palves@redhat.com>
20865
20866 PR symtab/14466
20867 * gdb.base/vdso-warning.c: New file.
20868 * gdb.base/vdso-warning.exp: New file.
20869
d48ba5e8
DE
208702014-10-02 Doug Evans <dje@google.com>
20871
20872 * gdb.base/structs.c (main): Don't run forever.
20873
2278c276
PA
208742014-10-02 Pedro Alves <palves@redhat.com>
20875
20876 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
20877 (top level) <stop threads 1, stop threads 2>: Use it.
20878
b57bacec
PA
208792014-10-02 Pedro Alves <palves@redhat.com>
20880
20881 * gdb.threads/break-while-running.exp (test): Add new
20882 'update_thread_list' argument. Skip "info threads" if false.
20883 (top level): Add new 'update_thread_list' axis.
20884
13fd3ff3
PA
208852014-10-02 Pedro Alves <palves@redhat.com>
20886
20887 PR breakpoints/17431
20888 * gdb.base/execl-update-breakpoints.c: New file.
20889 * gdb.base/execl-update-breakpoints.exp: New file.
20890
0fec99e8
PA
208912014-10-01 Pedro Alves <palves@redhat.com>
20892
20893 * gdb.base/breakpoint-in-ro-region.c: New file.
20894 * gdb.base/breakpoint-in-ro-region.exp: New file.
20895
2ddf4301
SM
208962014-10-01 Simon Marchi <simon.marchi@ericsson.com>
20897
20898 * gdb.mi/mi-exit-code.exp: New file.
20899 * gdb.mi/mi-exit-code.c: New file.
20900
6a5f3f43
YQ
209012014-09-30 Yao Qi <yao@codesourcery.com>
20902
20903 * lib/prelink-support.exp (build_executable_own_libs): Error if
20904 the target isn't native.
20905
345bcc73
YQ
209062014-09-30 Yao Qi <yao@codesourcery.com>
20907
20908 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
20909 false.
20910
a25a5a45
PA
209112014-09-22 Pedro Alves <palves@redhat.com>
20912
20913 * gdb.threads/break-while-running.exp: New file.
20914 * gdb.threads/break-while-running.c: New file.
20915
00ba3162
YQ
209162014-09-19 Yao Qi <yao@codesourcery.com>
20917
20918 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
20919 Invoke test. Restart GDB with --readnow and invoke test again.
20920
c3b7b696
YQ
209212014-09-19 Yao Qi <yao@codesourcery.com>
20922
20923 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
20924 proc set_breakpoint_on_gcd_function. Invoke
20925 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
20926 invoke set_breakpoint_on_gcd_function again.
20927
2b4fd423
DE
209282014-09-18 Doug Evans <dje@google.com>
20929
20930 * gdb.dwarf2/symtab-producer.exp: New file.
20931
a5947601
SDJ
209322014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20933
20934 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
20935 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
20936 * gdb.base/global-var-nested-by-dso.c: Likewise.
20937 * gdb.base/global-var-nested-by-dso.exp: Likewise.
20938
91c19059
SDJ
209392014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
20940 Pedro Alves <palves@redhat.com>
20941
20942 * gdb.base/watch-bitfields.exp: Pass string other than test file
20943 name to prepare_for_testing.
20944 (watch): New procedure.
20945 (expect_watchpoint): Use with_test_prefix.
20946 (top level): Factor out tests to ...
20947 (test_watch_location, test_regular_watch): ... these new
20948 procedures, and use with_test_prefix and gdb_continue_to_end.
20949
bb9d5f81
PP
209502014-09-16 Patrick Palka <patrick@parcs.ath.cx>
20951
20952 PR breakpoints/12526
20953 * gdb.base/watch-bitfields.exp: New file.
20954 * gdb.base/watch-bitfields.c: New file.
20955
635856f5
PA
209562014-09-16 Pedro Alves <palves@redhat.com>
20957
20958 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
20959 software and hardware addresses, not software address against
20960 itself.
20961
7280ceea
PA
209622014-09-16 Pedro Alves <palves@redhat.com>
20963
20964 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
20965 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
20966
428b16bd
PA
209672014-09-16 Pedro Alves <palves@redhat.com>
20968
20969 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
20970 files.
20971 * gdb.base/a2-run.exp: Remove all code guarded by istarget
20972 "*-*-vxworks*" throughout.
20973 * gdb.base/break.exp: Likewise.
20974 * gdb.base/default.exp: Likewise.
20975 * gdb.base/scope.exp: Likewise.
20976 * gdb.base/sepdebug.exp: Likewise.
20977 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
20978 throughout.
20979 * gdb.base/run.c: Likewise.
20980 * gdb.base/sepdebug.c: Likewise.
20981 * gdb.hp/gdb.aCC/run.c: Likewise.
20982 * gdb.reverse/until-reverse.c: Likewise.
20983 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
20984
666d413c
YQ
209852014-09-16 Yao Qi <yao@codesourcery.com>
20986
20987 * boards/local-remote-host-native.exp: New file.
20988
57cbd724
DE
209892014-09-14 Doug Evans <xdje42@gmail.com>
20990
20991 * gdb.threads/queue-signal.c (thread_count): New variable.
20992 (thread_count_mutex, thread_count_condvar): New variables.
20993 (incr_thread_count, wait_all_threads_running): New functions.
20994 (main): Wait for all threads to be in their thread functions.
20995
81219e53
DE
209962014-09-13 Doug Evans <xdje42@gmail.com>
20997
20998 * gdb.threads/queue-signal.c: New file.
20999 * gdb.threads/queue-signal.exp: New file.
21000
3714cea7
DE
210012014-09-13 Doug Evans <xdje42@gmail.com>
21002
21003 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21004 be consistent with what default_gdb_init uses.
21005 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21006 the plain text of the prompt. Add some logging printfs.
21007 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21008
fa43b1d7
PA
210092014-09-12 Pedro Alves <palves@redhat.com>
21010
21011 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21012 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21013 * gdb.arch/i386-size-overlap.exp: Likewise.
21014 * gdb.arch/i386-size.exp: Likewise.
21015 * gdb.arch/i386-unwind.exp: Likewise.
21016 * gdb.base/a2-run.exp: Likewise.
21017 * gdb.base/break.exp: Likewise.
21018 * gdb.base/charset.exp: Likewise.
21019 * gdb.base/chng-syms.exp: Likewise.
21020 * gdb.base/commands.exp: Likewise.
21021 * gdb.base/dbx.exp: Likewise.
21022 * gdb.base/find.exp: Likewise.
21023 * gdb.base/funcargs.exp: Likewise.
21024 * gdb.base/jit-simple.exp: Likewise.
21025 * gdb.base/reread.exp: Likewise.
21026 * gdb.base/sepdebug.exp: Likewise.
21027 * gdb.base/step-bt.exp: Likewise.
21028 * gdb.cp/mb-inline.exp: Likewise.
21029 * gdb.cp/mb-templates.exp: Likewise.
21030 * gdb.objc/basicclass.exp: Likewise.
21031 * gdb.threads/killed.exp: Likewise.
21032
9d9bf2df
EBM
210332014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21034
21035 PR tdep/17379
21036 * gdb.arch/powerpc-stackless.S: New file.
21037 * gdb.arch/powerpc-stackless.exp: New file.
21038
1cf2f1b0
JK
210392014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21040
21041 * gdb.base/attach.c: Include unistd.h.
21042 (main): Call alarm. Add label postloop.
21043 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21044 gdb_breakpoint, gdb_continue_to_breakpoint.
21045 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21046
98880d46
PA
210472014-09-11 Pedro Alves <palves@redhat.com>
21048
21049 PR gdb/17347
21050 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21051 * gdb.base/attach.exp (test_command_line_attach_run): New
21052 procedure.
21053 (top level): Call it.
21054
4c92ff2c
PA
210552014-09-11 Pedro Alves <palves@redhat.com>
21056
21057 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21058 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21059 (do_command_attach_tests): Use spawn_wait_for_attach.
21060 * gdb.base/solib-overlap.exp: Likewise.
21061 * gdb.multi/multi-attach.exp: Likewise.
21062 * gdb.python/py-prompt.exp: Likewise.
21063 * gdb.python/py-sync-interp.exp: Likewise.
21064 * gdb.server/ext-attach.exp: Likewise.
21065
3adc1a7d
GKB
210662014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21067
21068 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21069 command in testcase. Simplify testcase.
21070
96334934
JB
210712014-09-10 Joel Brobecker <brobecker@adacore.com>
21072
21073 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21074
eb479039
JB
210752014-09-10 Joel Brobecker <brobecker@adacore.com>
21076
21077 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21078
deede10c
JB
210792014-09-10 Joel Brobecker <brobecker@adacore.com>
21080
21081 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21082
7828a5f5
JB
210832014-09-10 Joel Brobecker <brobecker@adacore.com>
21084
21085 * gdb.dwarf2/dynarr-ptr.c: New file.
21086 * gdb.dwarf2/dynarr-ptr.exp: New file.
21087
33aeebcf
MR
210882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21089
21090 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21091 of 30 rather than hardcoding 120 for a slow test case. Take the
21092 `gdb,timeout' target setting into account for this calculation.
21093 Don't extend the timeout for the test cases that don't need it.
21094
7b415901
MR
210952014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21096
21097 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21098 a factor of 2 for a slow test case. Take the `gdb,timeout'
21099 target setting into account for this calculation.
21100 * gdb.reverse/until-precsave.exp: Increase the timeout by
21101 a factor of 15 and 3 respectively rather than adding 120
21102 for a pair of slow test cases. Take the `gdb,timeout'
21103 target setting into account for this calculation.
21104
4a40f85a
MR
211052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21106
21107 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21108 timeout, don't pass one down to gdb_expect.
21109 (gdb_expect): Rework timeout selection.
21110
09635af7
MR
211112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21112
21113 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21114 exception on timeout.
21115 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21116 (gdbserver_start_extended): Catch any `gdbserver_start' error
21117 exceptions.
21118 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21119 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21120 `gdbserver_gdb_load' error exceptions.
21121
2bdd10b7
MR
211222014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21123
21124 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21125 120 on waiting for the TCP socket to open.
21126
316935f0
DE
211272014-09-09 Doug Evans <xdje42@gmail.com>
21128
21129 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21130 _caller_matches, _any_caller_is, _any_caller_matches.
21131
83740597
DE
211322014-09-09 Doug Evans <xdje42@gmail.com>
21133
21134 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21135
4c122fc3
YQ
211362014-09-09 Yao Qi <yao@codesourcery.com>
21137
21138 * gdb.mi/mi-var-display.exp: Set print symbol off.
21139
a9f116cb
GKB
211402014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21141
21142 PR gdb/17035
21143 * gdb.base/commands.exp: Add tests to verify user-defined
21144 commands with empty bodies.
21145 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21146 python commands in `show user command`.
21147 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21148 scheme commands in `show user command`.
21149
c75bd3a2
JK
211502014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21151
21152 PR python/17355
21153 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21154 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21155 * gdb.python/py-framefilter-invalidarg.exp: New file.
21156 * gdb.python/py-framefilter-invalidarg.py: New file.
21157
faa42425
DE
211582014-09-06 Doug Evans <xdje42@gmail.com>
21159
21160 PR 15276
21161 * gdb.python/py-caller-is.c: New file.
21162 * gdb.python/py-caller-is.exp: New file.
21163
474ca4f6
SDJ
211642014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21165
21166 PR gdb/17235
21167 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21168 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21169
eb0b0463
SDJ
211702014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21171
21172 PR fortran/17237
21173 * gdb.fortran/print-formatted.exp: New file.
21174 * gdb.fortran/print-formatted.f90: Likewise.
21175
5f3b99cf
SS
211762014-09-03 Sasha Smundak <asmundak@google.com>
21177
21178 * gdb.python/py-frame.exp: Test Frame.read_register.
21179
7d793aa9
SDJ
211802014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21181
21182 PR python/16699
21183 * gdb.python/py-completion.exp: New file.
21184 * gdb.python/py-completion.py: Likewise.
21185
fb0576e9
DE
211862014-08-28 Doug Evans <dje@google.com>
21187
21188 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21189 eax,etc. are live with values set by gdb and thus the compiler can't
21190 use them.
21191 * gdb.arch/i386-pseudo.c (main): Ditto.
21192
ee92b0dd
DE
211932014-08-27 Doug Evans <dje@google.com>
21194
21195 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21196
6649db35
DE
211972014-08-25 Doug Evans <dje@google.com>
21198
21199 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21200 (main): Ditto.
21201
564b7600
DE
212022014-08-25 Doug Evans <dje@google.com>
21203
21204 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21205
3881fb67
YQ
212062014-08-24 Yao Qi <yao@codesourcery.com>
21207
21208 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21209 symbol off.
21210 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21211
a05a36a5
DE
212122014-08-22 Doug Evans <dje@google.com>
21213
21214 PR 17276
21215 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21216 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21217 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21218
7c343b48
YQ
212192014-08-22 Yao Qi <yao@codesourcery.com>
21220
21221 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21222 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21223 * gdb.python/python.exp: Likewise. Use .py file on the host
21224 instead of the build.
21225
22fd09ae
JK
212262014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21227
21228 * gdb.threads/gcore-stale-thread.c: New file.
21229 * gdb.threads/gcore-stale-thread.exp: New file.
21230
a8454a7c
PA
212312014-08-21 Pedro Alves <palves@redhat.com>
21232
21233 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21234 * gdb.base/gcore-relro-pie.exp: Likewise.
21235 * gdb.base/gcore-relro.exp: Likewise.
21236 * gdb.base/gcore.exp: Likewise.
21237 * gdb.base/print-symbol-loading.exp: Likewise.
21238 * gdb.threads/gcore-thread.exp: Likewise.
21239 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21240
2a31c623
PA
212412014-08-20 Pedro Alves <palves@redhat.com>
21242 Jan Kratochvil <jan.kratochvil@redhat.com>
21243
21244 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21245 configure.
21246 (EXPECT): Handle READ1 being set.
21247 (all): Depend on EXTRA_RULES.
21248 (check-read1, expect-read1, read1.so, read1): New rules.
21249 * README (Testsuite Parameters): Document the READ1 make variable.
21250 (Race detection): New section.
21251 * configure: Regenerate.
21252 * configure.ac: If build==host==target, and running under a
21253 GNU/glibc system, add read1 to the extra Makefile rules.
21254 (EXTRA_RULES): AC_SUBST it.
21255 * lib/read1.c: New file.
21256
d36430db
JB
212572014-08-20 Joel Brobecker <brobecker@adacore.com>
21258
21259 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21260 the handling of variables declared as a typedef to an array
21261 which a DW_AT_data_location attribute.
21262
9a0dc9e3
PA
212632014-08-19 Andrew Burgess <aburgess@broadcom.com>
21264 Pedro Alves <palves@redhat.com>
21265
21266 PR symtab/14604
21267 PR symtab/14605
21268 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21269 gdb_test.
21270
0718a8da
PA
212712014-08-19 Pedro Alves <palves@redhat.com>
21272
21273 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21274
13b448cd
YQ
212752014-08-19 Yao Qi <yao@codesourcery.com>
21276
21277 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21278 right line.
21279
1cbf5077
DB
212802014-08-18 David Blaikie <dblaikie@gmail.com>
21281
21282 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21283
bf0fae19
JB
212842014-08-18 Joel Brobecker <brobecker@adacore.com>
21285
21286 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21287 attribute in array range.
21288
3c8c5dcc
JB
212892014-08-18 Joel Brobecker <brobecker@adacore.com>
21290
21291 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21292
e66d4446
SC
212932014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21294
21295 PR c++/17132
21296 * gdb.cp/pr17132.cc: New file.
21297 * gdb.cp/pr17132.exp: New file.
21298
940df408
SC
212992014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21300
21301 * gdb.python/py-xmethods.py (A_getarrayind)
21302 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21303 Use 'print' with function call syntax.
21304 (E_method_matcher.match): Fix tab vs space indentation mixup.
21305
ebcc6c3a
YQ
213062014-08-15 Yao Qi <yao@codesourcery.com>
21307
21308 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21309 false.
21310
775e0f04
YQ
213112014-08-15 Yao Qi <yao@codesourcery.com>
21312
21313 * gdb.cp/casts.exp: Set print symbol off.
21314 * gdb.cp/class2.exp: Likewise.
21315 * gdb.cp/overload.exp: Likewise.
21316 * gdb.cp/templates.exp: Likewise.
21317
d769e349
DE
213182014-08-11 Doug Evans <dje@google.com>
21319
21320 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21321 (test_load_shlib): Update.
21322
20c6f1e1
YQ
213232014-08-09 Yao Qi <yao@codesourcery.com>
21324
21325 * gdb.base/display.exp: Invoke is_address_zero_readable.
21326 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21327 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21328 * gdb.base/hbreak-unmapped.exp: Return if
21329 is_address_zero_readable returns true.
21330 * gdb.base/signest.exp: Likewise.
21331 * gdb.base/signull.exp: Likewise.
21332 * gdb.base/sigbpt.exp: Likewise.
21333 * gdb.guile/scm-disasm.exp: Do the test if
21334 is_address_zero_readable returns false.
21335 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21336 * gdb.python/py-arch.exp: Likewise.
21337 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21338 * lib/gdb.exp (is_address_zero_readable): New proc.
21339
5792e8e3
YQ
213402014-08-09 Yao Qi <yao@codesourcery.com>
21341
21342 PR testsuite/13443
21343 * gdb.mi/mi-var-display.exp: Make test messages unique.
21344
3cecbbbe
TT
213452014-08-04 Tom Tromey <tromey@redhat.com>
21346
21347 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21348 target 0".
21349
00b51ff5
TT
213502014-08-04 Tom Tromey <tromey@redhat.com>
21351
21352 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21353 "target_resume".
21354
6908c509
JB
213552014-08-01 Joel Brobecker <brobecker@adacore.com>
21356
21357 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21358 inner_vla_struct_object_size.
21359 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21360 as xfail.
21361
cc6563d2
PA
213622014-07-30 Pedro Alves <palves@redhat.com>
21363
21364 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21365 comment.
21366
7e09a223
YQ
213672014-07-29 Yao Qi <yao@codesourcery.com>
21368
21369 PR gdb/17206
21370 * gdb.base/until-nodebug.exp: New.
21371
7ebdbe92
DE
213722014-07-28 Doug Evans <xdje42@gmail.com>
21373
21374 PR guile/17203
21375 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21376 previously existing parameter, and previously ambiguously spelled
21377 parameter.
21378
fdb1adc6
WN
213792014-07-28 Will Newton <will.newton@linaro.org>
21380
21381 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21382
186fcde0
DE
213832014-07-26 Ludovic Courtès <ludo@gnu.org>
21384 Doug Evans <xdje42@gmail.com>
21385
21386 PR guile/17146
21387 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21388
70509625
PA
213892014-07-25 Pedro Alves <palves@redhat.com>
21390
21391 * gdb.threads/signal-command-handle-nopass.c: New file.
21392 * gdb.threads/signal-command-handle-nopass.exp: New file.
21393 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21394 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21395 * gdb.threads/signal-delivered-right-thread.c: New file.
21396 * gdb.threads/signal-delivered-right-thread.exp: New file.
21397
c3f814a1
PA
213982014-07-25 Pedro Alves <palves@redhat.com>
21399
21400 * gdb.base/double-prompt-target-event-error.exp
21401 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21402 match.
21403 (cancel_pagination_in_target_event): Rework double prompt
21404 detection.
21405 * gdb.base/paginate-after-ctrl-c-running.exp
21406 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21407 <return>' match.
21408 * gdb.base/paginate-bg-execution.exp
21409 (test_bg_execution_pagination_return)
21410 (test_bg_execution_pagination_cancel): Remove '-notransfer
21411 <return>' matches.
21412 * gdb.base/paginate-execution-startup.exp
21413 (test_fg_execution_pagination_return)
21414 (test_fg_execution_pagination_cancel): Remove '-notransfer
21415 <return>' matches.
21416 * gdb.base/paginate-inferior-exit.exp
21417 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21418 match.
21419 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21420 * lib/gdb.exp (pagination_prompt): Run text through
21421 string_to_regexp.
21422 (gdb_test_multiple): Match $pagination_prompt instead of
21423 "<return>".
21424 (string_to_regexp): Move to lib/gdb-utils.exp.
21425
e214cf6c
JK
214262014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21427
21428 * gdb.arch/amd64-entry-value-paramref.S: New file.
21429 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21430 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21431 * gdb.arch/amd64-optimout-repeat.S: New file.
21432 * gdb.arch/amd64-optimout-repeat.c: New file.
21433 * gdb.arch/amd64-optimout-repeat.exp: New file.
21434
17d0c5c8
JK
214352014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21436
21437 PR gdb/17170
21438 * gdb.base/statistics.exp: New file.
21439
b8b8facf
DE
214402014-07-17 Doug Evans <dje@google.com>
21441
74b49205 21442 PR gdb/17170
b8b8facf
DE
21443 * gdb.base/maint.exp: Update testing of per-command stats.
21444
1b5d0ab3
PA
214452014-07-16 Pedro Alves <palves@redhat.com>
21446
21447 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21448 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21449 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21450 (tfile_write_buf): New functions.
21451 (add_memory_block): Rewrite using the above.
21452 (adjust_function_address): New function.
21453 (FUNCTION_ADDRESS): New macro.
21454 (write_basic_trace_file): Remove short_x local, and use
21455 tfile_write_16. Change type of func_addr local to unsigned long
21456 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21457 here. Cast argument of add_memory_block to char pointer.
21458 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21459 (main): Remove parameters.
21460 * gdb.trace/tfile.exp: Remove nowarnings.
21461
4d974e88
SM
214622014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21463
21464 * gdb.base/debug-expr.exp: Test string evaluation with
21465 "debug expression" on.
21466
41e99568
PA
214672014-07-15 Pedro Alves <palves@redhat.com>
21468
21469 * gdb.base/reread.exp: Use clean_restart.
21470
487d9753
PL
214712014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21472
21473 * gdb.arch/avr-flash-qualifer.c: New.
21474 * gdb.arch/avr-flash-qualifer.exp: New.
21475
cc1c52ad
PA
214762014-07-14 Pedro Alves <palves@redhat.com>
21477
21478 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21479 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21480
1e973570
PA
214812014-07-14 Pedro Alves <palves@redhat.com>
21482
21483 * gdb.base/double-prompt-target-event-error.c: New file.
21484 * gdb.base/double-prompt-target-event-error.exp: New file.
21485
93d6eb10
PA
214862014-07-14 Pedro Alves <palves@redhat.com>
21487
21488 PR gdb/17072
21489 * gdb.base/paginate-inferior-exit.c: New file.
21490 * gdb.base/paginate-inferior-exit.exp: New file.
21491
0017922d
PA
214922014-07-14 Pedro Alves <palves@redhat.com>
21493
21494 PR gdb/17072
21495 * gdb.base/paginate-bg-execution.c: New file.
21496 * gdb.base/paginate-bg-execution.exp: New file.
21497
94696ad3
PA
214982014-07-14 Pedro Alves <palves@redhat.com>
21499
21500 PR gdb/17072
21501 * gdb.base/paginate-execution-startup.c: New file.
21502 * gdb.base/paginate-execution-startup.exp: New file.
21503 * lib/gdb.exp (pagination_prompt): New global.
21504 (default_gdb_spawn): New procedure, factored out from
21505 default_gdb_spawn.
21506 (default_gdb_start): Adjust to call default_gdb_spawn.
21507 (gdb_spawn): New procedure.
21508
bd293940
PA
215092014-07-14 Pedro Alves <palves@redhat.com>
21510
21511 * lib/gdb.exp (gdb_assert): New procedure.
21512 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21513
c933f875
PA
215142014-07-14 Pedro Alves <palves@redhat.com>
21515
21516 * gdb.base/execution-termios.c: New file.
21517 * gdb.base/execution-termios.exp: New file.
21518
d98b7a16
TT
215192014-07-14 Tom Tromey <tromey@redhat.com>
21520
21521 * gdb.cp/vla-cxx.cc: New file.
21522 * gdb.cp/vla-cxx.exp: New file.
21523
548740d6
TT
215242014-07-14 Tom Tromey <tromey@redhat.com>
21525
21526 * gdb.reverse/rerun-prec.c: New file.
21527 * gdb.reverse/rerun-prec.exp: New file.
21528
a25eb028
MR
215292014-07-12 Maciej W. Rozycki <macro@mips.com>
21530 Maciej W. Rozycki <macro@codesourcery.com>
21531
21532 * lib/gdb-utils.exp: New file.
21533 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21534 inline `gdb_init_command' processing.
21535 (gdb_start_cmd): Likewise.
21536 * lib/mi-support.exp (mi_run_cmd): Likewise.
21537 * README: Document `gdb_init_command' and `gdb_init_commands'.
21538
218c2655
JK
215392014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21540
21541 Fix false FAIL running under a very long directory name.
21542 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21543 and "set print elements 10000". Twice.
21544
5401fde3
YQ
215452014-07-11 Yao Qi <yao@codesourcery.com>
21546
21547 * gdb.base/exprs.exp: "set print symbol off".
21548
e76126e8
PA
215492014-07-11 Pedro Alves <palves@redhat.com>
21550
21551 * gdb.threads/kill.c: New file.
21552 * gdb.threads/kill.exp: New file.
21553
2d6f0de6
YQ
215542014-07-10 Yao Qi <yao@codesourcery.com>
21555
21556 * gdb.trace/tfile.c (write_basic_trace_file)
21557 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21558 address written to trace file.
21559
7180e04a
PA
215602014-07-09 Pedro Alves <palves@redhat.com>
21561
21562 * gdb.base/attach-wait-input.exp: New file.
21563 * gdb.base/attach-wait-input.c: New file.
21564
9a9a7608
AB
215652014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21566
21567 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21568 setting up test structures.
21569 (main): Call new test function.
21570 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21571 test function, continue into test function and walk test
21572 structures.
21573
161ac41e
YQ
215742014-07-02 Yao Qi <yao@codesourcery.com>
21575
21576 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21577 'bar_start' at the beginning of functions 'foo' and 'bar'
21578 respectively.
21579 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21580 instead of 'foo' and 'bar'.
21581
1f267ae3
MM
215822014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21583
21584 * gdb.btrace/segv.exp: New.
21585 * gdb.btrace/segv.c: New.
21586
2b239efb
LM
215872014-07-02 Luis Machado <lgustavo@codesourcery.com>
21588
21589 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21590 instruction.
21591
cf363f18
MW
215922014-06-30 Mark Wielaard <mjw@redhat.com>
21593
21594 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21595 vulture, vilify, villar): New volatile array constants.
21596 (vindictive, vegetation): New const volatile array constants.
21597 * gdb.base/volatile.exp: Test volatile and const volatile array
21598 types.
21599
aebf9d24
AA
216002014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21601
21602 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21603 target lacks support for awatch, rwatch, or hbreak.
21604
b67a2c6f
YQ
216052014-06-27 Yao Qi <yao@codesourcery.com>
21606
21607 * gdb.multi/dummy-frame-restore.exp: New.
21608 * gdb.multi/dummy-frame-restore.c: New.
21609
aef92902
MM
216102014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21611
21612 * gdb.btrace/gcore.exp: New.
21613
8e9db26e
PA
216142014-06-23 Pedro Alves <palves@redhat.com>
21615
21616 * gdb.base/watchpoint-reuse-slot.c: New file.
21617 * gdb.base/watchpoint-reuse-slot.exp: New file.
21618
70afc5b7
SC
216192014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21620
21621 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21622 progspace's filename in 'info', 'enable' and 'disable' command
21623 tests.
21624
b972bd9c
JK
216252014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21626
21627 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21628 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21629 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21630
125f8a3d
GB
216312014-06-20 Gary Benson <gbenson@redhat.com>
21632
21633 * gdb.arch/i386-avx.exp: Fix include file location.
21634 * gdb.arch/i386-sse.exp: Likewise.
21635
3ed9baed
IB
216362014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21637
21638 * gdb.dlang/expression.exp: New file.
21639
034f788c
PA
216402014-06-19 Pedro Alves <palves@redhat.com>
21641
21642 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21643 out from ...
21644 (top level): ... here. Iterate running tests under different
21645 scheduler-locking settings.
21646
45371d0c
LM
216472014-06-18 Luis Machado <lgustavo@codesourcery.com>
21648
21649 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21650 to DW_FORM_addr and use non-zero addresses.
21651
5d376983
SC
216522014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21653
21654 PR gdb/17017
21655 * gdb.python/py-xmethods.cc: Add global function call counters and
21656 increment them in their respective functions. Remove "cout"
21657 statements.
21658 * gdb.python/py-xmethods.exp: Make tests check the global function
21659 call counters instead of depending on inferior IO.
21660
a1aa2221
LM
216612014-06-18 Don Breazeal <donb@codesourcery.com>
21662
21663 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21664 Deleted procedure.
21665 (explicit_fork_parent_follow): Deleted procedure.
21666 (explicit_fork_child_follow): Deleted procedure.
21667 (test_follow_fork): New procedure.
21668 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21669 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21670 procedure calls.
21671
0fc05997
YQ
216722014-06-17 Yao Qi <yao@codesourcery.com>
21673
21674 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21675 CP1252.
21676
70795c52
LM
216772014-06-17 Luis Machado <lgustavo@codesourcery.com>
21678
21679 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21680 Initialize ptr and S explicitly.
21681 (skip_type_update_when_not_use_rtti_test): Likewise.
21682
6be47f0c
KS
216832014-06-16 Keith Seitz <keiths@redhat.com>
21684
21685 PR mi/15863
21686 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21687 the inferior is started.
21688
d03de421
PA
216892014-06-16 Pedro Alves <palves@redhat.com>
21690
21691 * gdb.base/break-main-file-remove-fail.c: New file.
21692 * gdb.base/break-main-file-remove-fail.exp: New file.
21693 * gdb.base/break-unload-file.exp: Use build_executable instead of
21694 prepare_for_testing.
21695 (test_break): New parameter "initial_load". Handle it.
21696 (top level): Add initial_load cmdline/file axis.
21697
f9579b99
TT
216982014-06-12 Tom Tromey <tromey@redhat.com>
21699
21700 * gdb.base/completion.exp: Don't use directory name in test.
21701
3657956b
GB
217022014-06-09 Gary Benson <gbenson@redhat.com>
21703
21704 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21705 separate the always-available ANSI-standard signals from the
21706 signals that require checking.
21707 (main): Likewise.
21708 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21709 Likewise.
21710 (main): Likewise.
21711
4186eb54
KS
217122014-06-07 Keith Seitz <keiths@redhat.com>
21713
21714 Revert:
21715 PR c++/16253
21716 * gdb.cp/var-tag.cc: New file.
21717 * gdb.cp/var-tag.exp: New file.
21718 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21719 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21720 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21721 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21722
25326a28 217232014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21724
21725 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21726
829155c9
PA
217272014-06-06 Pedro Alves <palves@redhat.com>
21728
21729 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21730 in target debug output instead of looking at RSP packets,
21731 disabling the test on any target that uses hardware stepping.
21732 Update comments.
21733
61c8d22e
PA
217342014-06-06 Pedro Alves <palves@redhat.com>
21735
21736 * gdb.base/break-unload-file.exp: Fix typo.
21737
d9a47287
YQ
217382014-06-06 Yao Qi <yao@codesourcery.com>
21739
21740 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21741 from "jit_function" to "^jit_function".
21742
e5e01dbf
YQ
217432014-06-06 Yao Qi <yao@codesourcery.com>
21744
21745 * gdb.base/async.c (foo): Add one statement.
21746 * gdb.base/async.exp: Get the next instruction address and
21747 match the output of "nexti" by instruction address. Match
21748 the hex address in the output of "finish".
21749
73ba372c
GB
217502014-06-06 Gary Benson <gbenson@redhat.com>
21751
21752 * gdb.base/call-signals.c: Remove preprocessor conditionals
21753 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21754 SIGSEGV and SIGTERM.
21755 * gdb.base/sigall.c: Likewise.
21756 * gdb.base/unwindonsignal.c: Likewise.
21757 * gdb.reverse/sigall-reverse.c: Likewise.
21758
831517df
YQ
217592014-06-06 Yao Qi <yao@codesourcery.com>
21760
21761 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21762 readable, skip the test.
21763
b8b91e98
YQ
217642014-06-06 Yao Qi <yao@codesourcery.com>
21765
21766 * gdb.threads/staticthreads.c (thread_function): Move the line
21767 setting breakpoint on forward.
21768 * gdb.threads/staticthreads.exp: Update comments.
21769
fb934770
LC
217702014-06-05 Ludovic Courtès <ludo@gnu.org>
21771
21772 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21773 "history-append! type error".
21774
6ef284bd
SM
217752014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21776
21777 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21778 erroneous dprintf expected input.
21779
a872e241
DE
217802014-06-04 Doug Evans <xdje42@gmail.com>
21781
21782 * gdb.guile/scm-generics.exp: Delete.
21783
16f691fb
DE
217842014-06-04 Doug Evans <xdje42@gmail.com>
21785
21786 * gdb.guile/scm-breakpoint.exp: Update.
21787 Add tests for breakpoint registration.
21788
012370f6
TT
217892014-06-04 Tom Tromey <tromey@redhat.com>
21790
21791 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21792 VLA-in-union.
21793 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21794 inner_vla_struct, vla_union types. Initialize objects of those
21795 types and compute their sizes.
21796
9f5a4cef
HZ
217972014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21798 Hui Zhu <hui@codesourcery.com>
21799
21800 * gdb.base/fileio.exp: Add test for shell not available as well as
21801 available.
21802 * gdb.base/fileio.c (test_system): Check for shell twice.
21803
90a45c4d
YQ
218042014-06-04 Yao Qi <yao@codesourcery.com>
21805
21806 * gdb.base/auto-connect-native-target.exp: Remove redundant
21807 space from the regexp pattern.
21808
70017e41
YQ
218092014-06-04 Yao Qi <yao@codesourcery.com>
21810
21811 * gdb.base/default.exp: Replace "child" with "native" in
21812 regexp pattern.
21813
883964a7
SC
218142014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21815
21816 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21817 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21818 * gdb.python/py-xmethods.py: Python script supporting the
21819 new testcase and tests.
21820
ef370185
JB
218212014-06-03 Joel Brobecker <brobecker@adacore.com>
21822 Pedro Alves <palves@redhat.com>
21823
21824 PR breakpoints/17000
21825 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21826 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21827
1e2ccb61
BM
218282014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21829
21830 * gdb.base/subst.exp: Add tests to verify partial path matching
21831 output.
21832
c6ec5ab2
PA
218332014-06-03 Pedro Alves <palves@redhat.com>
21834
21835 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
21836 target that doesn't use software single-stepping.
21837
835c559f
PA
218382014-06-03 Pedro Alves <palves@redhat.com>
21839
21840 PR breakpoints/17000
21841 * gdb.base/sss-bp-on-user-bp-2.c: New file.
21842 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
21843
06eb1586
DE
218442014-06-02 Doug Evans <xdje42@gmail.com>
21845
21846 * gdb.guile/scm-parameter.exp: New file.
21847
e698b8c4
DE
218482014-06-02 Doug Evans <xdje42@gmail.com>
21849
21850 * gdb.guile/scm-cmd.c: New file.
21851 * gdb.guile/scm-cmd.exp: New file.
21852
ded03782
DE
218532014-06-02 Doug Evans <xdje42@gmail.com>
21854
21855 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
21856 pretty-printer lookup.
21857 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
21858 (make-pp_s-printer): Call it.
21859 (make-pretty-printer-from-dict): New function.
21860 (lookup-pretty-printer-maker-from-dict): New function.
21861 (*pretty-printer*): Simplify.
21862 (make-objfile-pp_s-printer): New function.
21863 (install-objfile-pretty-printers!): New function.
21864 (make-progspace-pp_s-printer): New function.
21865 (install-progspace-pretty-printers!): New function.
21866 * gdb.guile/scm-progspace.c: New file.
21867 * gdb.guile/scm-progspace.exp: New file.
21868
41fac0cf
PA
218692014-06-02 Pedro Alves <palves@redhat.com>
21870
21871 * gdb.base/dprintf-bp-same-addr.c: New file.
21872 * gdb.base/dprintf-bp-same-addr.exp: New file.
21873
96ae5695
EBM
218742014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21875
21876 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
21877 * gdb.arch/powerpc-power.s: Likewise.
21878
da02b3a8
JB
218792014-06-02 Joel Brobecker <brobecker@adacore.com>
21880
21881 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
21882
c72b2e7b
YQ
218832014-06-01 Yao Qi <yao@codesourcery.com>
21884
21885 * gdb.base/watchpoint.exp (test_watch_location): Check null
21886 pointer can be dereferenced. If not, do the test, otherwise
21887 skip it.
21888
53e8a631
AB
218892014-05-30 Andrew Burgess <aburgess@broadcom.com>
21890
21891 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
21892 results.
21893 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
21894
938f0e2f
AB
218952014-05-30 Andrew Burgess <aburgess@broadcom.com>
21896
21897 * gdb.arch/amd64-invalid-stack-middle.S: New file.
21898 * gdb.arch/amd64-invalid-stack-middle.c: New file.
21899 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
21900 * gdb.arch/amd64-invalid-stack-top.c: New file.
21901 * gdb.arch/amd64-invalid-stack-top.exp: New file.
21902
9ba6657a
PA
219032014-05-30 Pedro Alves <palves@redhat.com>
21904
21905 PR breakpoints/17000
21906 * gdb.base/sss-bp-on-user-bp.c: New file.
21907 * gdb.base/sss-bp-on-user-bp.exp: New file.
21908
522c09bf
DB
219092014-05-30 David Blaikie <dblaikie@gmail.com>
21910
21911 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
21912 gnu_inline semantics via attribute.
21913 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
21914 source explicitly specifies the required semantics.
21915
bf4ef81e
MR
219162014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
21917
21918 * gdb.reverse/sigall-reverse.exp: Fix a typo.
21919
329ea579
PA
219202014-05-29 Pedro Alves <palves@redhat.com>
21921 Tom Tromey <tromey@redhat.com>
21922
21923 * gdb.base/async-shell.exp: Don't enable target-async.
21924 * gdb.base/async.exp
21925 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
21926 parameter. Adjust.
21927 (top level): Don't test with "target-async".
21928 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
21929 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
21930 * gdb.base/inferior-died.exp: Don't enable target-async.
21931 * gdb.base/interrupt-noterm.exp: Likewise.
21932 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
21933 * gdb.mi/mi-nonstop-exit.exp: Likewise.
21934 * gdb.mi/mi-nonstop.exp: Likewise.
21935 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
21936 * gdb.mi/mi-nsintrall.exp: Likewise.
21937 * gdb.mi/mi-nsmoribund.exp: Likewise.
21938 * gdb.mi/mi-nsthrexec.exp: Likewise.
21939 * gdb.mi/mi-watch-nonstop.exp: Likewise.
21940 * gdb.multi/watchpoint-multi.exp: Adjust comment.
21941 * gdb.python/py-evsignal.exp: Don't enable target-async.
21942 * gdb.python/py-evthreads.exp: Likewise.
21943 * gdb.python/py-prompt.exp: Likewise.
21944 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
21945 * gdb.server/solib-list.exp: Don't enable target-async.
21946 * gdb.threads/thread-specific-bp.exp: Likewise.
21947 * lib/mi-support.exp: Adjust to use mi-async.
21948
fd664c91
PA
219492014-05-29 Pedro Alves <palves@redhat.com>
21950
21951 PR gdb/13860
21952 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
21953 reason, even in sync mode.
21954
251bde03
PA
219552014-05-29 Pedro Alves <palves@redhat.com>
21956 Hui Zhu <hui@codesourcery.com>
21957
21958 PR PR15693
21959 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
21960 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
21961 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
21962 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
21963
7f3c0343
JB
219642014-05-28 Joel Brobecker <brobecker@adacore.com>
21965
21966 * config/monitor.exp (gdb_target_monitor): Replace use of
21967 "set remotebaud" by "set serial baud".
21968
b2715b27
AW
219692014-05-26 Andy Wingo <wingo@igalia.com>
21970
21971 * gdb.guile/scm-breakpoint.exp:
21972 * gdb.guile/scm-gsmob.exp: Update to use plain old object
21973 properties instead of gdb-object-properties.
21974
498a4489
YQ
219752014-05-26 Yao Qi <yao@codesourcery.com>
21976
21977 * gdb.server/no-thread-db.exp: Specify source file name
21978 explicitly when setting a breakpoint.
21979
589fdceb
MM
219802014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21981
21982 * gdb.btrace/vdso.c: New.
21983 * gdb.btrace/vdso.exp: New.
21984
e9089e05
MM
219852014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21986
21987 * gdb.base/gcore.exp (capture_command_output): Move ...
21988 * lib/gdb.exp (capture_command_output): ... here.
21989
67b5c0c1
MM
219902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
21991
21992 * gdb.btrace/data.exp: Test memory access during btrace replay.
21993
a2199296
SM
219942014-05-22 Simon Marchi <simon.marchi@ericsson.com>
21995
21996 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
21997
17b2616c
PA
219982014-05-21 Pedro Alves <palves@redhat.com>
21999
22000 PR gdb/13860
22001 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22002 (top level): Test that output related to execution commands is
22003 sent to the console with CLI commands, but not with MI commands.
22004 Test that breakpoint events are always mirrored to the console.
22005 Also expect the new source line to be output after a "next" in
22006 async mode too. Make it a pass/fail test.
22007 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22008 output.
22009 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22010
5166082f
PA
220112014-05-21 Pedro Alves <palves@redhat.com>
22012
22013 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22014 Use them to test variations of "list" after reaching a breakpoint.
22015 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22016 Test "list" with listsize 10 after reaching a breakpoint.
22017 * gdb.python/python.exp (decode_line current location line
22018 number): Adjust expected line number.
22019
2f25d70f
SM
220202014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22021
22022 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22023 behavior for $args, pass it directly to "run".
22024
ff604a67
MR
220252014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22026
22027 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22028 30000 to 65536.
22029
6a3cb8e8
PA
220302014-05-21 Pedro Alves <palves@redhat.com>
22031
22032 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22033 auto-connect-native-target off".
22034 * gdb.base/auto-connect-native-target.c: New file.
22035 * gdb.base/auto-connect-native-target.exp: New file.
22036
4ebfc96e
PA
220372014-05-21 Pedro Alves <palves@redhat.com>
22038
22039 * gdb.base/default.exp: Test "target native" instead of "target
22040 child".
22041
36d46afb
MW
220422014-05-21 Mark Wielaard <mjw@redhat.com>
22043
22044 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22045
5876f503
JK
220462014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22047
22048 Fix TLS access for -static -pthread.
22049 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22050 <HAVE_TLS> (thread_function, main): Initialize it.
22051 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22052 Add clean_restart.
22053 <$have_tls != "">: Check TLSVAR.
22054
0256a6ac
PA
220552014-05-21 Pedro Alves <palves@redhat.com>
22056
22057 * gdb.base/dcache-line-read-error.c: New.
22058 * gdb.base/dcache-line-read-error.exp: New.
22059
936d2992
PA
220602014-05-20 Pedro Alves <palves@redhat.com>
22061
22062 * gdb.base/compare-sections.c: New file.
22063 * gdb.base/compare-sections.exp: New file.
22064
802e8e6d
PA
220652014-05-20 Pedro Alves <palves@redhat.com>
22066
22067 * gdb.base/break-idempotent.c: New file.
22068 * gdb.base/break-idempotent.exp: New file.
22069
e59fa00f
MM
220702014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22071
22072 * gdb.btrace/nohist.exp: New.
22073
8b696e31
YQ
220742014-05-20 Yao Qi <yao@codesourcery.com>
22075
22076 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22077 gdb.reverse directory and gdb_reverse_timeout exists in board
22078 setting.
22079 * README: Document gdb_reverse_timeout.
22080
73c9764f
YQ
220812014-05-20 Yao Qi <yao@codesourcery.com>
22082
22083 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22084 'test_file_name'. Treat args as a string instead of a list.
22085 (gdb_init): Rename argument 'args' by 'test_file_name'.
22086
f1f4348a
JK
220872014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22088
22089 * gdb.arch/powerpc-power.exp: New file.
22090 * gdb.arch/powerpc-power.s: New file.
22091
0dbe70ce
DE
220922014-05-16 Doug Evans <dje@google.com>
22093
22094 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22095 * gdb.base/completion.exp: Check that all expected files exist
22096 before doing file completion.
0dbe70ce 22097
8d551b02
DE
220982014-05-16 Doug Evans <dje@google.com>
22099
22100 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22101 Update.
22102 (do_syscall_tests_without_xml): Update.
22103
73eb7709
PA
221042014-05-16 Pedro Alves <palves@redhat.com>
22105
22106 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22107 instead of "unknown output after running".
22108
3fae92fc
YQ
221092014-05-16 Yao Qi <yao@codesourcery.com>
22110
22111 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22112 file1.txt from host at the end.
22113 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22114
c2b2ccc5
DE
221152014-05-15 Doug Evans <dje@google.com>
22116
22117 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22118 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22119 loading file. Add test for TU lookup.
22120
8c217a4b
SM
221212014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22122
22123 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22124 calling "-exec-arguments" or "set args" before running the
22125 inferior.
22126
3deb39c6
SM
221272014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22128
22129 * lib/mi-support.exp (mi_expect_stop): Expect message for
22130 inferiors that exit with non-zero exit code.
22131
71a79f8c
YQ
221322014-05-14 Yao Qi <yao@codesourcery.com>
22133
22134 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22135 match absolute path on remote host.
22136 (test_file_list_exec_source_files): Remove "/" from the
22137 pattern.
22138
f23fcd46
YQ
221392014-05-14 Yao Qi <yao@codesourcery.com>
22140
22141 * boards/local-remote-host-notty.exp (${board}_file): New
22142 proc.
22143
9404b58f
KM
221442014-05-07 Kyle McMartin <kyle@redhat.com>
22145
22146 Pushed by Joel Brobecker <brobecker@adacore.com>.
22147 * gdb.arch/aarch64-atomic-inst.c: New file.
22148 * gdb.arch/aarch64-atomic-inst.exp: New file.
22149
5e45f04c
YQ
221502014-05-07 Yao Qi <yao@codesourcery.com>
22151
22152 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22153 in current context" too.
22154
c888a17d
KS
221552014-05-05 Keith Seitz <keiths@redhat.com>
22156
22157 * gdb.linespec/ls-dollar.exp: Add test for linespec
22158 file:convenience_variable.
22159
290a839c
YQ
221602014-05-05 Yao Qi <yao@codesourcery.com>
22161
22162 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22163 traceframes into tfile and ctf trace files. Read data from
22164 trace file and test collected data.
22165 (gdb_collect_locals_test): Likewise.
22166 (gdb_unavailable_registers_test): Likewise.
22167 (gdb_unavailable_floats): Likewise.
22168 (gdb_collect_globals_test): Likewise.
22169 (top-level): Append "ctf" to trace_file_targets if GDB
22170 supports.
22171
b5262cd0
YQ
221722014-05-05 Yao Qi <yao@codesourcery.com>
22173
22174 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22175 code to ...
22176 (gdb_collect_args_test_1): ... it. New proc.
22177 (gdb_collect_locals_test): Move some code to ...
22178 (gdb_collect_locals_test_1): ... it. New proc.
22179 (gdb_unavailable_registers_test): Move some code to ...
22180 (gdb_unavailable_registers_test_1): ... it. New proc.
22181 (gdb_unavailable_floats): Move some code to ...
22182 (gdb_unavailable_floats_1): ... it. New proc.
22183
30a1e6cc
SDJ
221842014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22185
22186 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22187 probes to test for bitness recognition.
22188 * gdb.arch/amd64-stap-optional-prefix.exp
22189 (test_probe_value_without_reg): New procedure.
22190 Add code to test for different kinds of bitness.
22191
f33da99a
SDJ
221922014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22193
22194 PR breakpoints/16889
22195 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22196 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22197
5b80f00d
PA
221982014-05-01 Pedro Alves <palves@redhat.com>
22199
22200 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22201 gdb_file_cmd if no file is specified.
22202 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22203 last_loaded_file to set the remote exec-file.
22204
f8c2a73c
PA
222052014-05-01 Pedro Alves <palves@redhat.com>
22206
22207 * boards/local-remote-host.exp: New file.
22208
be6e8ac7
PA
222092014-05-01 Pedro Alves <palves@redhat.com>
22210
22211 * boards/local-remote-host.exp: Rename to ...
22212 * boards/local-remote-host-notty.exp: ... this.
22213
cac0dc8f
JB
222142014-04-28 Joel Brobecker <brobecker@adacore.com>
22215
22216 * gdb.ada/dyn_arrayidx: New testcase.
22217
9730e6cc
YQ
222182014-04-26 Yao Qi <yao@codesourcery.com>
22219
22220 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22221 and compute the length of function main. Save it in
22222 $main_length.
22223 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22224 (top-level): Use gdb_compile to compile objects into
22225 executable and restart GDB. Remove invocation to
22226 prepare_for_testing.
22227
7ae1a6a6
PA
222282014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22229 Pedro Alves <palves@redhat.com>
22230
22231 PR server/16255
22232 * gdb.multi/multi-attach.c: New file.
22233 * gdb.multi/multi-attach.exp: New file.
22234
4082afcc
PA
222352014-04-25 Pedro Alves <palves@redhat.com>
22236
22237 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22238 user.
22239 (top level): Test that "set remote conditional-breakpoints-packet
22240 off" works as intended.
22241 * gdb.base/dprintf.exp: Test that "set remote
22242 breakpoint-commands-packet off" works as intended.
22243 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22244 New function.
22245 (top level): Call it.
22246 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22247 remote fast-tracepoints-packet off" works as intended.
22248 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22249 * lib/gdb.exp (gdb_is_target_remote): ... here.
22250
2abc3f8d
DB
222512014-04-24 David Blaikie <dblaikie@gmail.com>
22252
22253 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22254 ensure clang would not discard them.
22255 * gdb.base/gdbvars.c: Ditto.
22256 * gdb.base/memattr.c: Ditto.
22257 * gdb.base/whatis.c: Ditto.
22258 * gdb.python/py-prettyprint.c: Ditto.
22259 * gdb.trace/actions.c: Ditto.
22260 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22261 ensure clang would not discard it.
22262
bfd39632
DB
222632014-04-24 David Blaikie <dblaikie@gmail.com>
22264
22265 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22266 clang to emit the full definition of type required by the test
22267 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22268
22842ff6
DB
222692014-04-24 David Blaikie <dblaikie@gmail.com>
22270
22271 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22272 coax Clang into emitting the definition of the type.
22273 * gdb.cp/pr10728-x.h (y): Ditto.
22274 * gdb.cp/pr10728-y.cc (y): Ditto.
22275
c2e827ad
DB
222762014-04-24 David Blaikie <dblaikie@gmail.com>
22277
22278 * gdb.base/label.exp: XFAIL label related tests under Clang.
22279 * gdb.cp/cplabel.exp: Ditto.
22280 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22281 under Clang those using labels.
22282
4c2d33e7
YQ
222832014-04-25 Yao Qi <yao@codesourcery.com>
22284
22285 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22286 double_label.
22287 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22288 partial_label and double_label.
22289
56083b99
DB
222902014-04-24 David Blaikie <dblaikie@gmail.com>
22291
22292 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22293
25d4e99d
DB
222942014-04-24 David Blaikie <dblaikie@gmail.com>
22295
22296 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22297 of the function to work across GCC and Clang.
22298 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22299 pointer types (const void ** const V void **).
22300
01f9f808
MS
223012014-04-24 Michael Sturm <michael.sturm@mintel.com>
22302 Walfred Tedeschi <walfred.tedeschi@intel.com>
22303
22304 * Makefile.in (EXECUTABLES): Added i386-avx512.
22305 * gdb.arch/i386-avx512.c: New file.
22306 * gdb.arch/i386-avx512.exp: Likewise.
22307
4b48d439
KS
223082014-04-23 Keith Seitz <keiths@redhat.com>
22309
22310 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22311 (mi_make_breakpoint_table): New procedure.
22312 (mi_create_breakpoint): Use mi_make_breakpoint
22313 and return the result.
22314 (mi_make_breakpoint): New procedure.
22315 (mi_build_kv_pairs): New procedure.
22316
22317 * gdb.mi/mi-break.exp: Remove unused globals,
22318 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22319 All callers updated.
22320 * gdb.mi/mi-dprintf.exp: Use variable to track command
22321 number.
22322 Update all callers of mi_create_breakpoint and use
22323 mi_make_breakpoint_table.
22324 Remove any unused global variables.
22325 * gdb.mi/mi-nonstop.exp: Likewise.
22326 * gdb.mi/mi-nsintrall.exp: Likewise.
22327 * gdb.mi/mi-nsmoribund.exp: Likewise.
22328 * gdb.mi/mi-nsthrexec.exp: Likewise.
22329 * gdb.mi/mi-reverse.exp: Likewise.
22330 * gdb.mi/mi-simplerun.exp: Likewise.
22331 * gdb.mi/mi-stepn.exp: Likewise.
22332 * gdb.mi/mi-syn-frame.exp: Likewise.
22333 * gdb.mi/mi-until.exp: Likewise.
22334 * gdb.mi/mi-var-cp.exp: Likewise.
22335 * gdb.mi/mi-var-display.exp: Likewise.
22336 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22337 * gdb.mi/mi2-var-child.exp: Likewise.
22338 * gdb.mi/mi-vla-c99.exp: Likewise.
22339 * lib/mi-support.exp: Likewise.
22340
22341 From Ian Lance Taylor <iant@cygnus.com>:
22342 * lib/gdb.exp (parse_args): New procedure.
22343
08351840
PA
223442014-04-23 Pedro Alves <palves@redhat.com>
22345
22346 * gdb.base/break-unload-file.c: New file.
22347 * gdb.base/break-unload-file.exp: New file.
22348 * gdb.base/sym-file-lib.c (baz): New function.
22349 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22350 field.
22351 (load): Store the segment's mapped size.
22352 (unload): New function.
22353 (unload_shlib): New function.
22354 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22355 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22356 set a breakpoint at baz, and call it.
22357 * gdb.base/sym-file.exp: New tests for stale breakpoint
22358 instructions.
22359
076855f9
PA
223602014-04-23 Pedro Alves <palves@redhat.com>
22361
22362 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22363 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22364 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22365 * gdb.base/hbreak-unmapped.c: New file.
22366 * gdb.base/hbreak-unmapped.exp: New file.
22367 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22368 * lib/gdb.exp (gdb_is_target_remote): ... here.
22369
483805cf
PA
223702014-04-22 Pedro Alves <palves@redhat.com>
22371
22372 * gdb.base/consecutive-step-over.c: New file.
22373 * gdb.base/consecutive-step-over.exp: New file.
22374
06d97543
PA
223752014-04-22 Pedro Alves <palves@redhat.com>
22376
22377 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22378 instead of send_gdb/gdb_expect.
22379
b4429ea2
YQ
223802014-04-22 Yao Qi <yao@codesourcery.com>
22381
22382 * lib/trace-support.exp (generate_tracefile): New procedure.
22383 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22384 return 0.
22385 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22386 if generate_tracefile returns 1.
22387
51d48146
PA
223882014-04-18 Tom Tromey <palves@redhat.com>
22389 Pedro alves <tromey@redhat.com>
22390
22391 PR backtrace/15558
22392 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22393 with a backtrace limit.
22394 * gdb.python/py-frame-inline.exp: Test running to an inline
22395 function with a backtrace limit, and printing the newest frame.
22396 * gdb.python/py-frame-inline.c (main): Call f.
22397
bd1dce5f
MS
223982014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22399
22400 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22401
40d1a503
MS
224022014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22403
22404 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22405 Drop prefix from unsupported source file path.
22406
389b98f7
YQ
224072014-04-17 Yao Qi <yao@codesourcery.com>
22408
22409 * lib/gdb.exp (with_target_charset): New proc.
22410 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22411 with_target_charset.
22412 (test_print_strings): Likewise.
22413 (test_repeat_bytes): Likewise.
22414 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22415 for some tests.
22416
22869d73
KS
224172014-04-16 Keith Seitz <keiths@redhat.com>
22418
22419 PR gdb/15827
22420 * gdb.dwarf2/corrupt.c: New file.
22421 * gdb.dwarf2/corrupt.exp: New file.
22422
c4f87ca6
KS
224232014-04-16 Keith Seitz <keiths@redhat.com>
22424
22425 PR c++/16597
22426 * gdb.cp/namelessclass.cc: New file.
22427 * gdb.cp/namelessclass.exp: New file.
22428 * gdb.cp/namelessclass.S: New file.
22429
ab19de87
DE
224302014-04-16 Doug Evans <dje@google.com>
22431
22432 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22433 Add comment.
22434 (gdbserver_default_get_comm_port): New function.
22435 (gdbserver_start): Check if board file provided
22436 "gdbserver,get_comm_port" and use it if so.
22437 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22438 (gdb,socketport): Set to "stdio".
22439 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22440 (stdio_gdbserver_template): Delete.
22441 (${board}_get_remote_address): Update.
22442 (${board}_build_remote_cmd): Delete.
22443 (${board}_get_comm_port): New function.
22444 (${board}_spawn): Update.
22445 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22446 Delete.
22447 (${board}_get_remote_address): Update.
22448 (${board}_get_comm_port): New function.
22449
fc98a809
AB
224502014-04-16 Andrew Burgess <aburgess@broadcom.com>
22451
22452 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22453 appearing in any order.
22454
87fd9e6e
DE
224552014-04-15 Doug Evans <dje@google.com>
22456
22457 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22458 uninitialized value of "description".
22459
099fc3ea
KS
224602014-04-15 Keith Seitz <keiths@redhat.com>
22461
22462 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22463 Remove unused globals.
22464 (test_running_the_program): Likewise.
22465 (test_controlled_execution): Likewise.
22466 (test_controlling_breakpoints): Likewise.
22467 (test_program_termination): Likewise.
22468
5da151d4
KS
224692014-04-15 Keith Seitz <keiths@redhat.com>
22470
22471 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22472 unused globals.
22473 (test_rbreak_creation_and_listing): Likewise.
22474 (test_ignore_count): Likewise.
22475 (test_error): Likewise.
22476
35e5d2f0
PA
224772014-04-15 Pedro Alves <palves@redhat.com>
22478
22479 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22480 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22481 sym-file-loader.c.
22482 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22483 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22484 to sym-file-loader.c.
22485 (struct library): Forward declare.
22486 (load_shlib, lookup_function): Change prototypes.
22487 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22488 (translate_offset): Remove declarations.
22489 (get_text_addr): New declaration.
22490 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22491 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22492 sym-file-loader.h.
22493 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22494 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22495 here from sym-file-loader.h.
22496 (struct library): New structure.
22497 (load_shlib, lookup_function): Change prototypes and adjust to
22498 work with a struct library.
22499 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22500 (translate_offset): Make static.
22501 (get_text_addr): New function.
22502 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22503
eb4c1710
PA
225042014-04-15 Pedro Alves <palves@redhat.com>
22505
22506 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22507
2d1baf52
PA
225082014-04-15 Pedro Alves <palves@redhat.com>
22509
22510 * gdb.base/sym-file-loader.c: Include <limits.h>.
22511 (SELF_LINK): New define.
22512 (get_origin): New function.
22513 (load_shlib): Use it.
22514 * gdb.base/sym-file.exp: Don't early return if the target is
22515 remote. Use runto_main, and issue fail is that fails. Use
22516 gdb_load_shlibs.
22517 (shlib_name): Delete.
22518 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22519
7dd6df01
PA
225202014-04-15 Pedro Alves <palves@redhat.com>
22521
22522 * gdb.base/sym-file.exp: Remove regex characters from test
22523 message. Don't refer to breakpoint numbers in test messages.
22524
b50c8614
KS
225252014-04-14 Keith Seitz <keiths@redhat.com>
22526
22527 PR c++/16253
22528 * gdb.cp/var-tag.cc: New file.
22529 * gdb.cp/var-tag.exp: New file.
22530 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22531 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22532 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22533 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22534
3d567982
TT
225352014-04-14 Tom Tromey <tromey@redhat.com>
22536
22537 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22538 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22539 type.
22540 * gdb.cp/enum-class.exp: New file.
22541 * gdb.cp/enum-class.cc: New file.
22542
0626fc76
TT
225432014-04-14 Tom Tromey <tromey@redhat.com>
22544
22545 * gdb.dwarf2/enum-type.exp: New file.
22546
dca325b3
SA
225472014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22548
22549 * gdb.mi/mi-vla-c99.exp: New file.
22550 * gdb.mi/vla.c: New file.
22551
5854b38a
SA
225522014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22553
22554 * gdb.base/vla-datatypes.c: New file.
22555 * gdb.base/vla-datatypes.exp: New file.
22556
463bb957
SA
225572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22558
22559 * gdb.base/vla-ptr.c: New file.
22560 * gdb.base/vla-ptr.exp: New file.
22561
3dd170be
SA
225622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22563
22564 * gdb.dwarf2/count.exp: New file.
22565
5ecaaa66
SA
225662014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22567
22568 * gdb.base/vla-sideeffect.c: New file.
22569 * gdb.base/vla-sideeffect.exp: New file.
22570
41f1ada5
DB
225712014-04-14 David Blaikie <dblaikie@gmail.com>
22572
22573 * gdb.mi/non-stop.c: Add return value for non-void function return
22574 statement.
22575 * gdb.threads/staticthreads.c: Ditto.
22576
0be03e84
DE
225772014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22578 Doug Evans <xdje42@gmail.com>
22579
22580 * gdb.guile/scm-value.c: Improve test case.
22581 * gdb.guile/scm-value.exp: Add new test.
22582
f180a1fb
DB
225832014-04-11 David Blaikie <dblaikie@gmail.com>
22584
22585 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22586 override Clang's default.
22587
6b662e19
JB
225882014-04-11 Joel Brobecker <brobecker@adacore.com>
22589
22590 Revert the following changes (regressions):
22591
22592 * gdb.base/vla-sideeffect.c: New file.
22593 * gdb.base/vla-sideeffect.exp: New file.
22594
22595 * gdb.dwarf2/count.exp: New file.
22596
22597 * gdb.base/vla-multi.c: New file.
22598 * gdb.base/vla-multi.exp: New file.
22599
22600 * gdb.base/vla-ptr.c: New file.
22601 * gdb.base/vla-ptr.exp: New file.
22602
22603 * gdb.base/vla-datatypes.c: New file.
22604 * gdb.base/vla-datatypes.exp: New file.
22605
22606 * gdb.mi/mi-vla-c99.exp: New file.
22607 * gdb.mi/vla.c: New file.
22608
245a5f0b
KS
226092014-04-11 Keith Seitz <keiths@redhat.com>
22610
22611 PR c++/16675
22612 * gdb.cp/cpsizeof.exp: New file.
22613 * gdb.cp/cpsizeof.cc: New file.
22614
58a84dcf
SA
226152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22616
191a8a90
JB
22617 * gdb.mi/mi-vla-c99.exp: New file.
22618 * gdb.mi/vla.c: New file.
58a84dcf 22619
c8655f75
SA
226202014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22621
22622 * gdb.base/vla-datatypes.c: New file.
22623 * gdb.base/vla-datatypes.exp: New file.
22624
024e13b4
SA
226252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22626
22627 * gdb.base/vla-ptr.c: New file.
22628 * gdb.base/vla-ptr.exp: New file.
22629
1a237e0e
SA
226302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22631
22632 * gdb.base/vla-multi.c: New file.
22633 * gdb.base/vla-multi.exp: New file.
22634
504f3432
SA
226352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22636
22637 * gdb.dwarf2/count.exp: New file.
22638
3bce8237
SA
226392014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22640
191a8a90
JB
22641 * gdb.base/vla-sideeffect.c: New file.
22642 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22643
322f9c21
YQ
226442014-04-11 Yao Qi <yao@codesourcery.com>
22645
22646 * gdb.base/completion.exp: Check file exists before running tests
22647 on file completion.
22648
d708bcd1
PA
226492014-04-10 Pedro Alves <palves@redhat.com>
22650
22651 * gdb.base/cond-eval-mode.c: New file.
22652 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22653 prepare_for_testing to build the new file. Check result of
22654 runto_main.
22655 (test_break, test_watch): New procedures.
22656 (top level): Use them.
22657
ae1d2761
PM
226582014-04-08 Pierre Muller <muller@sourceware.org>
22659
22660 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22661 Ctrl-V use for mingw hosts.
22662
7af389b8
SC
226632014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22664
22665 * gdb.python/py-value.c: Improve test case.
22666 * gdb.python/py-value.exp: Add new test.
22667
5e703181
DE
226682014-04-07 David Blaikie <dblaikie@gmail.com>
22669
22670 * lib/compiler.c: Identify the clang compiler.
22671 * lib/compiler.cc: Ditto.
22672
9810b410
YQ
226732014-04-03 Yao Qi <yao@codesourcery.com>
22674
22675 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22676
98d1b8dc
AB
226772014-04-01 Anton Blanchard <anton@samba.org>
22678
22679 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22680 messages unique.
22681
3114cea1
AB
226822014-04-01 Anton Blanchard <anton@samba.org>
22683
22684 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22685 prepare_for_testing.
22686
62f7182c
AB
226872014-04-01 Anton Blanchard <anton@samba.org>
22688
22689 * gdb.arch/ppc64-atomic-inst.c: Remove.
22690 * gdb.arch/ppc64-atomic-inst.S: New file.
22691 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22692
770e7fc7
DE
226932014-03-31 Doug Evans <dje@google.com>
22694
22695 * gdb.base/print-symbol-loading-lib.c: New file.
22696 * gdb.base/print-symbol-loading-main.c: New file.
22697 * gdb.base/print-symbol-loading.exp: New file.
22698
46e2bafa
YQ
226992014-03-31 Yao Qi <yao@codesourcery.com>
22700
22701 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22702
8776cfe9
JB
227032014-03-28 Joel Brobecker <brobecker@adacore.com>
22704
22705 * gdb.ada/mi_dyn_arr: New testcase.
22706
5d1ef361
DE
227072014-03-27 Doug Evans <dje@google.com>
22708
22709 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22710
b5bee914
YQ
227112014-03-27 Yao Qi <yao@codesourcery.com>
22712
22713 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22714 if target is nios2-*-*.
22715
0d4d0e77
YQ
227162014-03-26 Yao Qi <yao@codesourcery.com>
22717
22718 * lib/gdb.exp (readline_is_used): New proc.
22719 * gdb.base/completion.exp: Move tests on command complete up.
22720 Skip the rest of tests if readline is not used.
22721 * gdb.ada/complete.exp: Skp the test if readline is not
22722 used.
22723 * gdb.base/filesym.exp: Likewise.
22724 * gdb.base/macscp.exp: Likewise.
22725 * gdb.base/readline-ask.exp: Likewise.
22726 * gdb.base/readline.exp: Likewise.
22727 * gdb.python/py-cmd.exp: Likewise.
22728 * gdb.trace/tfile.exp: Likewise.
22729
29361eee
YQ
227302014-03-26 Yao Qi <yao@codesourcery.com>
22731
22732 * gdb.base/macscp.exp: Fix code format issues.
22733
bc9a5525
UW
227342014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22735
22736 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22737 * gdb.asm/powerpc64le.inc: New file.
22738
d3839ede
PA
227392014-03-25 Pedro Alves <palves@redhat.com>
22740 Doug Evans <dje@google.com>
22741
22742 * gdb.base/source-execution.c: New file.
22743 * gdb.base/source-execution.exp: New file.
22744 * gdb.base/source-execution.gdb: New file.
22745
01672a57
DE
227462014-03-24 Doug Evans <dje@google.com>
22747
22748 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22749 using fission.
22750
88bbeca9
HZ
227512014-03-24 Hui Zhu <hui@codesourcery.com>
22752 Pedro Alves <palves@redhat.com>
22753
22754 PR breakpoints/16101
22755 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22756 test pass/fail messages. Detect missing support for dprintf when
22757 breakpoints are actually inserted.
22758 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22759 breakpoints are actually inserted.
22760 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22761 fails.
22762
d2348791
JK
227632014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22764
22765 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22766
feef67ab
DE
227672014-03-22 Doug Evans <xdje42@gmail.com>
22768
22769 * gdb.python/python.exp (python not supported): Verify multi-line
22770 python command issues an error.
25d743f9 22771 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22772 guile command issues an error.
feef67ab 22773
ecebef6a
MR
227742014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22775
22776 * gdb.threads/thread-specific.exp: Handle the lack of usable
22777 $this_breakpoint and $this_thread.
22778
ccdd1909
HZ
227792014-03-21 Hui Zhu <hui@codesourcery.com>
22780
22781 * gdb.base/attach.exp (do_command_attach_tests): New.
22782
beb460e8
PA
227832014-03-20 Tom Tromey <tromey@redhat.com>
22784 Pedro Alves <palves@redhat.com>
22785
22786 PR cli/15718
22787 * gdb.base/condbreak-call-false.c: New file.
22788 * gdb.base/condbreak-call-false.exp: New file.
22789
40acf43a
PA
227902014-03-20 Pedro Alves <palves@redhat.com>
22791
22792 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22793 Delete.
22794 (block_signals, unblock_signals): Delete.
22795 (child_function_2, main): Remove references to deleted variable
22796 and functions.
22797
9f5e1e02
PA
227982014-03-20 Pedro Alves <palves@redhat.com>
22799
22800 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22801 Use pthread_kill to signal thread 2.
22802 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22803 Adjust to make the test send itself a signal rather than using the
22804 host's "kill" command.
22805
99619bea
PA
228062014-03-20 Pedro Alves <palves@redhat.com>
22807
22808 * gdb.threads/multiple-step-overs.c: New file.
22809 * gdb.threads/multiple-step-overs.exp: New file.
22810 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22811 Adjust expected infrun debug output.
22812
2adfaa28
PA
228132014-03-20 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22816 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22817
31e77af2
PA
228182014-03-20 Pedro Alves <palves@redhat.com>
22819
22820 PR breakpoints/7143
22821 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22822 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22823 of gdb_test_multiple.
22824 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22825 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22826
b9f437de
PA
228272014-03-20 Pedro Alves <palves@redhat.com>
22828
22829 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22830 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22831
05adc73e
PA
228322014-03-19 Pedro Alves <palves@redhat.com>
22833
22834 * gdb.base/async.exp: Remove early return.
22835
6048b950
PA
228362014-03-19 Pedro Alves <palves@redhat.com>
22837
22838 * gdb.base/async.exp (step& tests): Pass explicit test messages.
22839
8bcfb00a
PA
228402014-03-19 Pedro Alves <palves@redhat.com>
22841
22842 * gdb.base/async.exp (test_background): Expect \r\n after
22843 "completed." in the fail pattern.
22844
884e37dc
PA
228452014-03-19 Pedro Alves <palves@redhat.com>
22846
22847 * gdb.base/async.exp (test_background): New procedure.
22848 Use it for all background execution command tests.
22849
148e57e2
PA
228502014-03-19 Pedro Alves <palves@redhat.com>
22851
22852 * gdb.base/async.exp: Use prepare_for_testing.
22853
f48088c7
PA
228542014-03-19 Pedro Alves <palves@redhat.com>
22855
22856 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
22857 the same line.
22858
e2f6c966
PA
228592014-03-19 Pedro Alves <palves@redhat.com>
22860
22861 * gdb.base/async.c (main): Add "jump here" and "until here" line
22862 marker comments.
22863 * gdb.base/async.exp (jump_here): New global.
22864 (jump& test): Use it.
22865 (until_here): New global.
22866 (until& test): Use it.
22867
c30568d4
PA
228682014-03-19 Pedro Alves <palves@redhat.com>
22869
22870 * gdb.base/async.exp: Don't frob gdb_protocol.
22871
0172b6a7
DE
228722014-03-18 Doug Evans <xdje42@gmail.com>
22873
22874 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
22875 Fix spelling of exec-done-display.
22876
06c868a8
JK
228772014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
22878
22879 PR gdb/15358
22880 * gdb.base/gdb-sigterm.c: New file.
22881 * gdb.base/gdb-sigterm.exp: New file.
22882
0c7e1a46
PA
228832014-03-18 Pedro Alves <palves@redhat.com>
22884
22885 PR gdb/13860
22886 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
22887 * lib/mi-support.exp (mi_expect_stop): Add special handling for
22888 solib-event.
22889
f7c77d93
JB
228902014-03-17 Joel Brobecker <brobecker@adacore.com>
22891
22892 * gdb.ada/pckd_arr_ren: New testcase.
22893
5a1e8c7a
DE
228942014-03-13 Doug Evans <xdje42@gmail.com>
22895
22896 PR guile/16612
22897 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
22898 collect after discarding symbols.
22899
350e1a76
DE
229002014-03-13 Ludovic Courtès <ludo@gnu.org>
22901 Doug Evans <xdje42@gmail.com>
22902
22903 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
22904 to history survives a gc.
22905
a69900ae
PA
229062014-03-13 Pedro Alves <palves@redhat.com>
22907
22908 * gdb.base/default.exp: Don't test "target procfs".
22909
5db9f0bd
PA
229102014-03-13 Pedro Alves <palves@redhat.com>
22911
22912 * gdb.base/default.exp: Update "target child" and "target procfs"
22913 tests to not expect "Unix".
22914
b3ccfe11
TT
229152014-03-12 Tom Tromey <tromey@redhat.com>
22916
22917 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
22918 New procs. Add target-async tests.
22919 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
22920 Add target-async tests.
22921
646f4417
AA
229222014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22923
22924 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
22925 'func_start' and 'func_end' for the beginning and end of the
22926 function code, respectively.
22927 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
22928 'func_end' instead of 'func' and 'main'.
22929
288c211f
AA
229302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22931
22932 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
22933 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
22934 generate the debug info assembler source.
22935
e0c0f156
AA
229362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22937
22938 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
22939 * gdb.dwarf2/arr-subrange.exp: Likewise.
22940 * gdb.dwarf2/dwz.exp: Likewise.
22941 * gdb.dwarf2/method-ptr.exp: Likewise.
22942 * gdb.dwarf2/missing-sig-type.exp: Likewise.
22943 * gdb.dwarf2/subrange.exp: Likewise.
22944 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
22945 * gdb.dwarf2/implptrpiece.exp: Likewise.
22946 * gdb.dwarf2/nostaticblock.exp: Likewise.
22947
0e5c4555
AA
229482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
22949
22950 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
22951 directory to absolute path name arguments.
22952
5ec18f2b
JG
229532014-03-10 Joel Brobecker <brobecker@adacore.com>
22954
22955 * gdb.ada/tagged_access: New testcase.
22956
847fc4f2
MM
229572014-03-07 Markus Metzger <markus.t.metzger@intel.com>
22958
22959 * gdb.btrace/data.exp: Update expected output.
22960
cc3da688
YQ
229612014-03-06 Yao Qi <yao@codesourcery.com>
22962
22963 * gdb.trace/pr16508.exp: New file.
22964
0f26cec1
PA
229652014-03-05 Pedro Alves <palves@redhat.com>
22966
22967 PR gdb/16575
22968 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
22969 procedure.
22970 (top level): Adjust to use it. Add tests that exercise breakpoint
22971 interaction with the code-cache.
22972
7a5a839f
LC
229732014-02-26 Ludovic Courtès <ludo@gnu.org>
22974
22975 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
22976 test for 'history-append!'.
22977
31aa7e4e
JB
229782014-02-26 Joel Brobecker <brobecker@adacore.com>
22979
22980 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
22981 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
22982 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
22983 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
22984 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
22985 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
22986
1b588015
JB
229872014-02-26 Joel Brobecker <brobecker@adacore.com>
22988
22989 * testsuite/gdb.python/py-pp-re-notag.c: New file.
22990 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
22991 * testsuite/gdb.python/py-pp-re-notag.p: New file.
22992
55426c9d
JB
229932014-02-26 Joel Brobecker <brobecker@adacore.com>
22994
22995 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
22996
dc53a7ad
JB
229972014-02-26 Joel Brobecker <brobecker@adacore.com>
22998
22999 * gdb.dwarf2/arr-stride.c: New file.
23000 * gdb.dwarf2/arr-stride.exp: New file.
23001
12ab52e9
PA
230022014-02-26 Pedro Alves <palves@redhat.com>
23003
23004 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23005 that won't ever trigger. Make sure that GDB reports the correct
23006 breakpoint that caused the stop.
23007
849c862e
JK
230082014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23009
23010 PR gdb/16626
23011 * gdb.base/auto-load-script: New file.
23012 * gdb.base/auto-load.c: New file.
23013 * gdb.base/auto-load.exp: New file.
23014
71b7d793
JK
23015 PR gdb/16626
23016 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23017
e2f0d509
JK
230182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23019
23020 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23021 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23022
50cc37c8
DE
230232014-02-24 Doug Evans <dje@google.com>
23024
23025 * lib/gdb.exp (run_on_host): Log error output if program fails.
23026
ea4758f2
PA
230272014-02-21 Pedro Alves <palves@redhat.com>
23028
23029 * gdb.threads/step-after-sr-lock.c: Rename to ...
23030 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23031 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23032 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23033 ... this.
23034
d7b30f67
SDJ
230352014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23036
23037 PR tdep/16397
23038 * gdb.arch/amd64-stap-special-operands.exp: New file.
23039 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23040 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23041 * gdb.arch/amd64-stap-triplet.S: Likewise.
23042 * gdb.arch/amd64-stap-triplet.c: Likewise.
23043
83deb43f
JB
230442014-02-20 Joel Brobecker <brobecker@adacore.com>
23045
23046 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23047 in .section pseudo-op.
23048
adde2bff
DE
230492014-02-20 lin zuojian <manjian2006@gmail.com>
23050 Joel Brobecker <brobecker@adacore.com>
23051 Doug Evans <xdje42@gmail.com>
23052
23053 PR symtab/16581
23054 * gdb.dwarf2/dw2-icycle.S: New file.
23055 * gdb.dwarf2/dw2-icycle.c: New file.
23056 * gdb.dwarf2/dw2-icycle.exp: New file.
23057
f7bd0f78
SC
230582014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23059
23060 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23061 operations on gdb.Value objects.
23062 * gdb.python/py-value-cc.exp: Add new test to test operations on
23063 gdb.Value objects.
23064
c17ef0d5
DE
230652014-02-18 Doug Evans <dje@google.com>
23066
23067 * Makefile.in (TESTS): New variable.
23068 (expanded_tests, expanded_tests_or_none): New variables
23069 (check-single): Pass $(expanded_tests_or_none) to runtest.
23070 (check-parallel): Only run tests in $(TESTS) if non-empty.
23071 (check/no-matching-tests-found): New rule.
23072 * README: Document TESTS makefile variable.
23073
5dd3176f
DE
230742014-02-18 Doug Evans <dje@google.com>
23075
23076 * Makefile.in (check-parallel): rm -rf outputs temp.
23077
0b10be4f
JK
230782014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23079
23080 Fix "ERROR: no fileid for" in the testsuite.
23081 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23082
85f224e7
DE
230832014-02-12 Doug Evans <dje@google.com>
23084
23085 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23086 (MISCELLANEOUS): New variable.
23087 (clean): rm -rf $(MISCELLANEOUS).
23088 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23089 dwp live in the same directory as symlinks, with each symlink pointed
23090 to a differently named file in a different directory.
23091
149b30ff
DE
230922014-02-11 Doug Evans <dje@google.com>
23093
23094 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23095 of Tcl file commands.
23096
1dfdac32
MK
230972014-02-10 Mark Kettenis <kettenis@gnu.org>
23098
23099 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23100 "kill -SIGUSR1 -1".
23101
aa4fb036
JB
231022014-02-10 Joel Brobecker <brobecker@adacore.com>
23103
23104 * gdb.ada/tick_length_array_enum_idx: New testcase.
23105
ed3ef339
DE
231062014-02-10 Doug Evans <xdje42@gmail.com>
23107
23108 * configure.ac (AC_OUTPUT): Add gdb.guile.
23109 * configure: Regenerate.
23110 * lib/gdb-guile.exp: New file.
23111 * lib/gdb.exp (get_target_charset): New function.
23112 * gdb.base/help.exp: Update expected output from "apropos apropos".
23113 * gdb.guile/Makefile.in: New file.
23114 * gdb.guile/guile.exp: New file.
23115 * gdb.guile/scm-arch.c: New file.
23116 * gdb.guile/scm-arch.exp: New file.
23117 * gdb.guile/scm-block.c: New file.
23118 * gdb.guile/scm-block.exp: New file.
23119 * gdb.guile/scm-breakpoint.c: New file.
23120 * gdb.guile/scm-breakpoint.exp: New file.
23121 * gdb.guile/scm-disasm.c: New file.
23122 * gdb.guile/scm-disasm.exp: New file.
23123 * gdb.guile/scm-equal.c: New file.
23124 * gdb.guile/scm-equal.exp: New file.
23125 * gdb.guile/scm-error.exp: New file.
23126 * gdb.guile/scm-error.scm: New file.
23127 * gdb.guile/scm-frame-args.c: New file.
23128 * gdb.guile/scm-frame-args.exp: New file.
23129 * gdb.guile/scm-frame-args.scm: New file.
23130 * gdb.guile/scm-frame-inline.c: New file.
23131 * gdb.guile/scm-frame-inline.exp: New file.
23132 * gdb.guile/scm-frame.c: New file.
23133 * gdb.guile/scm-frame.exp: New file.
23134 * gdb.guile/scm-generics.exp: New file.
23135 * gdb.guile/scm-gsmob.exp: New file.
23136 * gdb.guile/scm-iterator.c: New file.
23137 * gdb.guile/scm-iterator.exp: New file.
23138 * gdb.guile/scm-math.c: New file.
23139 * gdb.guile/scm-math.exp: New file.
23140 * gdb.guile/scm-objfile-script-gdb.in: New file.
23141 * gdb.guile/scm-objfile-script.c: New file.
23142 * gdb.guile/scm-objfile-script.exp: New file.
23143 * gdb.guile/scm-objfile.c: New file.
23144 * gdb.guile/scm-objfile.exp: New file.
23145 * gdb.guile/scm-ports.exp: New file.
23146 * gdb.guile/scm-pretty-print.c: New file.
23147 * gdb.guile/scm-pretty-print.exp: New file.
23148 * gdb.guile/scm-pretty-print.scm: New file.
23149 * gdb.guile/scm-section-script.c: New file.
23150 * gdb.guile/scm-section-script.exp: New file.
23151 * gdb.guile/scm-section-script.scm: New file.
23152 * gdb.guile/scm-symbol.c: New file.
23153 * gdb.guile/scm-symbol.exp: New file.
23154 * gdb.guile/scm-symtab-2.c: New file.
23155 * gdb.guile/scm-symtab.c: New file.
23156 * gdb.guile/scm-symtab.exp: New file.
23157 * gdb.guile/scm-type.c: New file.
23158 * gdb.guile/scm-type.exp: New file.
23159 * gdb.guile/scm-value-cc.cc: New file.
23160 * gdb.guile/scm-value-cc.exp: New file.
23161 * gdb.guile/scm-value.c: New file.
23162 * gdb.guile/scm-value.exp: New file.
23163 * gdb.guile/source2.scm: New file.
23164 * gdb.guile/types-module.cc: New file.
23165 * gdb.guile/types-module.exp: New file.
23166
7026a7c1
YQ
231672014-02-10 Yao Qi <yao@codesourcery.com>
23168
23169 PR testsuite/16543
23170 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23171 * configure: Regenerated.
23172 * Makefile.in: New file.
23173
6c466447
AS
231742014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23175
23176 * gdb.python/py-framefilter.exp: Fix typo.
23177
6e854735
YQ
231782014-02-08 Yao Qi <yao@codesourcery.com>
23179
23180 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23181 that no =breakpoint-modified is emitted when breakpoints are
23182 modified through MI commands.
23183
d137e6dc
PA
231842014-02-07 Pedro Alves <pedro@codesourcery.com>
23185 Pedro Alves <palves@redhat.com>
23186
23187 * gdb.threads/step-after-sr-lock.c: New file.
23188 * gdb.threads/step-after-sr-lock.exp: New file.
23189
b5ee5a50
PA
231902014-02-07 Pedro Alves <palves@redhat.com>
23191
23192 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23193
3c77faf3
JK
231942014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23195
23196 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23197 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23198
6dddc817
DE
231992014-02-06 Doug Evans <xdje42@gmail.com>
23200
23201 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23202 output.
23203
23204 * gdb.gdb/python-interrupts.exp: New file.
23205
de7b2893
YQ
232062014-02-05 Yao Qi <yao@codesourcery.com>
23207
23208 * gdb.trace/report.exp (use_collected_data): Test the output
23209 of "info threads" and "info inferiors".
23210
66d032ac
YQ
232112014-02-05 Yao Qi <yao@codesourcery.com>
23212
23213 Revert this patch:
23214
23215 2013-05-24 Yao Qi <yao@codesourcery.com>
23216
23217 * gdb.trace/tfile.exp: Test inferior and thread.
23218
591a12a1
UW
232192014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23220
23221 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23222 on a function.
23223 * gdb.base/step-bt.c: Call hello via function pointer to make
23224 sure its first instruction is executed on powerpc64le-linux.
23225
0ff3e01f
UW
232262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23227
23228 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23229
084ee545
UW
232302014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23231
23232 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23233 of the test patterns for use on little-endian systems.
23234
6ed14ff3
UW
232352014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23236
23237 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23238 (decimal_vector): Fix for little-endian.
23239
401e27fd
JM
232402014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23241
23242 * gdb.arch/sparc-sysstep.exp: New file.
23243 * gdb.arch/sparc-sysstep.c: Likewise.
23244
23245 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23246
8b924729
EBM
232472014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23248
23249 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23250
fb151210
JB
232512014-01-23 Tom Tromey <tromey@redhat.com>
23252
23253 * gdb.ada/array_char_idx: New testcase.
23254
0740f8d8
TT
232552014-01-23 Tom Tromey <tromey@redhat.com>
23256
23257 PR python/16487:
23258 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23259 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23260 classes.
23261
21909fa1
TT
232622014-01-23 Tom Tromey <tromey@redhat.com>
23263
23264 PR python/16491:
23265 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23266 string from an inferior frame.
23267 * gdb.python/py-framefilter-mi.exp: Update.
23268
87ce2a04
DE
232692014-01-22 Doug Evans <dje@google.com>
23270
23271 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23272
237b092b
AA
232732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23274
23275 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23276
d674a709
AA
232772014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23278
23279 * gdb.trace/entry-values.exp: Remove excess space character from
23280 regex patterns. Handle s390 call instruction.
23281
20fa3390
AA
232822014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23283
23284 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23285 define "*_start" label. Make "name" static.
23286 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23287 ${name} by references to ${name}_start.
23288
78466714
AA
232892014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23290
23291 * gdb.base/info-macros.exp: Remove "debug" from the compile
23292 options.
23293
ec9f644a
IB
232942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23295
23296 * gdb.dlang/demangle.exp: New file.
23297
94b1b47e
IB
232982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23299
23300 * gdb.dlang/primitive-types.exp: New file.
23301
7f420862
IB
233022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23303
23304 * configure.ac: Create gdb.dlang/Makefile.
23305 * configure: Regenerate.
23306 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23307 * gdb.dlang/Makefile.in: New file.
23308 * lib/d-support.exp: New file.
23309 * lib/gdb.exp (skip_d_tests): New proc.
23310
52834460
MM
233112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23312
23313 * gdb.btrace/delta.exp: Check reverse stepi.
23314 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23315 * gdb.btrace/finish.exp: New.
23316 * gdb.btrace/next.exp: New.
23317 * gdb.btrace/nexti.exp: New.
23318 * gdb.btrace/record_goto.c: Add comments.
23319 * gdb.btrace/step.exp: New.
23320 * gdb.btrace/stepi.exp: New.
23321 * gdb.btrace/multi-thread-step.c: New.
23322 * gdb.btrace/multi-thread-step.exp: New.
23323 * gdb.btrace/rn-dl-bind.c: New.
23324 * gdb.btrace/rn-dl-bind.exp: New.
23325 * gdb.btrace/data.c: New.
23326 * gdb.btrace/data.exp: New.
23327 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23328
6e07b1d2
MM
233292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23330
23331 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23332 * gdb.btrace/exception.exp: Update.
23333 * gdb.btrace/instruction_history.exp: Update.
23334 * gdb.btrace/record_goto.exp: Update.
23335 * gdb.btrace/tailcall.exp: Update.
23336 * gdb.btrace/unknown_functions.exp: Update.
23337 * gdb.btrace/delta.exp: New.
23338
0b722aec
MM
233392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23340
23341 * gdb.btrace/record_goto.exp: Add backtrace test.
23342 * gdb.btrace/tailcall.exp: Add backtrace test.
23343
066ce621
MM
233442014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23345
23346 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23347 * gdb.btrace/record_goto.c: New.
23348 * gdb.btrace/record_goto.exp: New.
23349 * gdb.btrace/x86-record_goto.S: New.
23350
0688d04e
MM
233512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23352
23353 * gdb.btrace/function_call_history.exp: Update tests.
23354 * gdb.btrace/instruction_history.exp: Update tests.
23355
8710b709
MM
233562014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23357
23358 * gdb.btrace/function_call_history.exp: Fix expected field
23359 order for "record function-call-history".
23360 Add new tests for "record function-call-history /c".
23361 * gdb.btrace/exception.cc: New.
23362 * gdb.btrace/exception.exp: New.
23363 * gdb.btrace/tailcall.exp: New.
23364 * gdb.btrace/x86-tailcall.S: New.
23365 * gdb.btrace/x86-tailcall.c: New.
23366 * gdb.btrace/unknown_functions.c: New.
23367 * gdb.btrace/unknown_functions.exp: New.
23368 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23369
5de9129b
MM
233702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23371
23372 * gdb.btrace/instruction_history.exp: Update.
23373 * gdb.btrace/function_call_history.exp: Update.
23374
23a7fe75
MM
233752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23376
23377 * gdb.btrace/function_call_history.exp: Fix expected function
23378 trace.
23379 * gdb.btrace/instruction_history.exp: Initialize traced.
23380 Remove traced_functions.
23381
724c7dd8
MM
233822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23383
23384 * gdb.btrace/function_call_history.exp: Update
23385 * gdb.btrace/instruction_history.exp: Update.
23386
6d78d93b
MM
233872014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23388
23389 * gdb.btrace/enable.exp: Update expected text.
23390
93a360cc
OJ
233912014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23392
23393 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23394 bytes.
23395
3772b53f
MR
233962014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23397
23398 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23399
596662fa
OJ
234002014-01-15 Omair Javaid <omair.javaid@linaro.org>
23401
23402 * lib/gdb.exp (supports_process_record): Return true for
23403 arm*-linux*. (supports_reverse): Likewise.
23404
b5b08fb4
SC
234052014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23406
23407 PR python/15464
23408 PR python/16113
23409 * gdb.python/py-type.c: Enhance test case.
23410 * gdb.python/py-value-cc.cc: Likewise
23411 * gdb.python/py-type.exp: Add new tests.
23412 * gdb.python/py-value-cc.exp: Likewise
23413
52d7fb13
AA
234142014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23415 Pedro Alves <palves@redhat.com>
23416
23417 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23418 Make "name" extern.
23419 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23420 references to ${name}_start by references to ${name}.
23421
a2cd8cfe
JB
234222014-01-10 Joel Brobecker <brobecker@adacore.com>
23423
23424 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23425
4e23fced
JB
234262014-01-10 Joel Brobecker <brobecker@adacore.com>
23427
23428 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23429
c6a9e42c
PA
234302014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23431 Pedro Alves <palves@redhat.com>
23432
23433 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23434 mi_gdb_target_load.
c6a9e42c 23435
b7ea362b
PA
234362014-01-08 Pedro Alves <palves@redhat.com>
23437
23438 * gdb.threads/reconnect-signal.c: New file.
23439 * gdb.threads/reconnect-signal.exp: New file.
23440
5e3f4fab
EBM
234412014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23442
23443 * gdb.base/source-dir.exp: New file.
23444
79301218
JB
234452014-01-07 Joel Brobecker <brobecker@adacore.com>
23446
23447 * gdb.ada/mi_interface: New testcase.
23448
8e355c5d
JB
234492014-01-07 Joel Brobecker <brobecker@adacore.com>
23450
23451 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23452 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23453 gdb.ada/pp-rec-component/pck.ads: New files.
23454
c0d48811
JB
234552014-01-07 Joel Brobecker <brobecker@adacore.com>
23456
23457 * gdb.python/py-pp-integral.c: New file.
23458 * gdb.python/py-pp-integral.py: New file.
23459 * gdb.python/py-pp-integral.exp: New file.
23460
17b609c3 23461For older changes see ChangeLog-1993-2013.
c906108c 23462\f
8d8cb839
EZ
23463;; Local Variables:
23464;; mode: change-log
23465;; left-margin: 8
23466;; fill-column: 74
23467;; version-control: never
23468;; End:
902f2ccb 23469
3666a048 23470 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23471 Copying and distribution of this file, with or without modification,
23472 are permitted provided the copyright notice and this notice are preserved.
This page took 4.239169 seconds and 4 git commands to generate.