CTF: set up debug info for function arguments
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
844be3f2
WP
12021-03-06 Weimin Pan <weimin.pan@oracle.com>
2
3 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
4
82333781
MM
52021-03-03 Markus Metzger <markus.t.metzger@intel.com>
6
7 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
8
32c52999
MM
92021-03-03 Markus Metzger <markus.t.metzger@intel.com>
10
11 * gdb.btrace/non-stop.exp: Adjust expected source lines.
12
26ed1478
MM
132021-03-03 Markus Metzger <markus.t.metzger@intel.com>
14
15 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
16
d2c5f24e
MM
172021-03-03 Markus Metzger <markus.t.metzger@intel.com>
18
19 * gdb.btrace/exception.cc (main): Update test source.
20 * gdb.btrace/exception.exp: Update patterns.
21 * gdb.btrace/function_call_history.exp: Likewise.
22
c7c7253a
MM
232021-03-03 Markus Metzger <markus.t.metzger@intel.com>
24
25 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
26
f0778fc1
MM
272021-03-03 Markus Metzger <markus.t.metzger@intel.com>
28
29 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
30 reverse-continue to breakpoint.
31
e71dbd03
MM
322021-03-03 Markus Metzger <markus.t.metzger@intel.com>
33
34 * gdb.btrace/delta.exp: Remove instruction-history and
35 function-call-history checks.
36
b93a3ed0
MM
372021-03-03 Markus Metzger <markus.t.metzger@intel.com>
38
39 * README (Note): Add nopie_ldflag.
40 * lib/gdb.exp (gdb_compile): Extend nopie handling.
41
bbcdf9ab
TT
422021-03-02 Tom Tromey <tromey@adacore.com>
43
44 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
45 encodings.
46
bb3a4efe
LS
472021-02-27 Lancelot Six <lsix@lancelotix.com>
48
49 PR gdb/27393
50 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
51
52
573dc0cc
TT
532021-02-26 Tom Tromey <tom@tromey.com>
54
55 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
56
f8218786
JV
572021-02-26 Jan Vrany <jan.vrany@labware.com>
58
59 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
60 Remove trailing \n from expected output.
61
cb51b708
MM
622021-02-26 Markus Metzger <markus.t.metzger@intel.com>
63
64 * lib/gdb.exp (use_gdb_stub): Extend comment.
65
64d38fdd
JM
662021-02-25 Jan Matyas <jmatyas@codasip.com>
67
68 PR gdb/26819
69 * gdb.server/stop-reply-no-thread.exp: Add two test
70 scenarios that cover remote targets which do not have
71 the concept of threads.
72
d4ff3cbf
AB
732021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
76
68337b8b
AB
772021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 PR fortran/26155
80 * gdb.fortran/call-no-debug-func.f90: New file.
81 * gdb.fortran/call-no-debug-prog.f90: New file.
82 * gdb.fortran/call-no-debug.exp: New file.
83
faeb9f13
AB
842021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * gdb.fortran/associated.exp: New file.
87 * gdb.fortran/associated.f90: New file.
88
170f4b23
AB
892021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
92
dd80d750
AB
932021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.base/sect-cmd.exp: Update expected results.
96
b91919ac
AB
972021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
98
99 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
100 techniques. Enable the test for all targets.
101
02a79309
AB
1022021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
103
104 * gdb.base/maint-info-sections.exp: Add new tests.
105 (check_maint_info_target_sections_output): New proc.
106
895b7b4e
AB
1072021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.arch/riscv-default-tdesc.exp: New file.
110
bc3c0632
AB
1112021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
114
acde2092
AB
1152021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.arch/i386-biarch-core.exp: Add target check.
118
7d2e5095
AKS
1192021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
120
121 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
122
96df3e28
AB
1232021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.fortran/allocated.exp: New file.
126 * gdb.fortran/allocated.f90: New file.
127
a1670b72
AB
1282021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.fortran/lbound-ubound.exp: Remove old comment.
131
bf3386f0
AB
1322021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.base/maint-info-sections.exp: Update expected output, and
135 add additional tests. Again.
136
4790db14
AB
1372021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
138
139 * gdb.base/maint-info-sections.exp: Update expected output, and
140 add additional tests.
141
f4be6772
AB
1422021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
143
144 * gdb.base/maint-info-sections.exp: New file, content is moved
145 from gdb.base/maint.exp and cleaned up to use latest testsuite
146 techniques.
147 * gdb.base/maint.exp: Tests moved out to
148 gdb.base/maint-info-sections.exp.
149
25ad1e83
SM
1502021-02-10 Simon Marchi <simon.marchi@efficios.com>
151
152 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
153 GDBFLAGS.
154
e92c8eb8
AB
1552021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.fortran/lbound-ubound.F90: New file.
158 * gdb.fortran/lbound-ubound.exp: New file.
159
ee4c3d88
TV
1602021-02-10 Tom de Vries <tdevries@suse.de>
161
162 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
163 "Restore saved setting of complaints".
164
cf2b2075
TV
1652021-02-09 Tom de Vries <tdevries@suse.de>
166
167 PR symtab/27341
168 * lib/gdb.exp (with_complaints): New proc, factored out of ...
169 (gdb_load_no_complaints): ... here.
170 * gdb.fortran/function-calls.exp: Add test-case.
171
b61f7811
HAQ
1722021-02-09 Abid Qadeer <abidh@codesourcery.com>
173
174 * gdb.threads/signal-command-handle-nopass.exp: Call
175 'standard_testfile' before using 'testfile'.
176 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
177 * gdb.threads/signal-delivered-right-thread.exp: Likewise
178 * gdb.threads/signal-sigtrap.exp: Likewise
179
3d4aae48
LM
1802021-02-08 Luis Machado <luis.machado@linaro.org>
181
182 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
183
4001d90d
TV
1842021-02-08 Tom de Vries <tdevries@suse.de>
185
186 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
187
29db1eb3
AB
1882021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.python/tui-window-disabled.c: New file.
191 * gdb.python/tui-window-disabled.exp: New file.
192 * gdb.python/tui-window-disabled.py: New file.
193
e0c23e11
AB
1942021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.python/tui-window.exp: Add new tests.
197 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
198 TestWindow object into global the_window.
199 <remote_title>: New method.
200 (delete_window_title): New function.
201
1cf23996
AB
2022021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.tui/winheight.exp: Add more tests.
205
2708dbbd
AB
2062021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
207
208 * gdb.python/py-framefilter.exp: Update expected results.
209 * gdb.python/python.exp: Update expected results.
210
cd074e04
AB
2112021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
214 about bug in GDB, update expected results, and add more tests.
215
5fb97639
AB
2162021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
217
218 * gdb.tui/scroll.exp: New file.
219 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
220 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
221 remaining lines up.
222 (Term::check_region_contents): New proc.
223 (Term::check_box_contents): Use check_region_contents.
224
c0e56745
TV
2252021-02-06 Tom de Vries <tdevries@suse.de>
226
227 PR testsuite/26922
228 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
229 scrolling.
230
0e857c82
TV
2312021-02-05 Tom de Vries <tdevries@suse.de>
232
233 PR breakpoints/27313
234 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
235 rejected.
236
a22ec6e8
TV
2372021-02-05 Tom de Vries <tdevries@suse.de>
238
239 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
240 * gdb.fortran/mixed-lang-stack.exp: Same.
241
ae710496
TV
2422021-02-05 Tom de Vries <tdevries@suse.de>
243
244 PR exp/27265
245 * gdb.base/complex-parts.exp: Add tests.
246
d3b54e63
TV
2472021-02-05 Tom de Vries <tdevries@suse.de>
248
249 PR symtab/27307
250 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
251
3eccb1c8
SV
2522021-02-04 Shahab Vahedi <shahab@synopsys.com>
253
254 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
255
a71501e2
PA
2562021-02-03 Pedro Alves <pedro@palves.net>
257
258 * gdb.threads/detach-step-over.c: New file.
259 * gdb.threads/detach-step-over.exp: New file.
260
92234eb1
PA
2612021-02-03 Pedro Alves <pedro@palves.net>
262
263 * gdb.threads/attach-non-stop.c: New file.
264 * gdb.threads/attach-non-stop.exp: New file.
265
2e3773ff
LS
2662021-02-02 Lancelot SIX <lsix@lancelotsix.com>
267
268 * gdb.base/inferior-noarg.c: New test.
269 * gdb.base/inferior-noarg.exp: New test.
270
e0bd9202
SM
2712021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
272
273 * gdb.base/scope.exp: Use proc_with_prefix.
274
9307efbe
SM
2752021-02-02 Simon Marchi <simon.marchi@efficios.com>
276
277 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
278 table proc.
279 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
280 .debug_rnglists table without offset array.
281 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
282 .debug_loclists table without offset array.
283
2b0c7f41
SM
2842021-02-02 Simon Marchi <simon.marchi@efficios.com>
285
286 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
287 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
288 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
289 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
290 attribute
291
ecfda20d
SM
2922021-02-02 Simon Marchi <simon.marchi@efficios.com>
293
294 PR gdb/26813
295 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
296 (loclists): New proc.
297 * gdb.dwarf2/loclists-multiple-cus.c: New.
298 * gdb.dwarf2/loclists-multiple-cus.exp: New.
299 * gdb.dwarf2/loclists-sec-offset.c: New.
300 * gdb.dwarf2/loclists-sec-offset.exp: New.
301
6b0933da
SM
3022021-02-02 Simon Marchi <simon.marchi@efficios.com>
303
304 * lib/dwarf.exp (_location): Add parameters.
305 (_handle_DW_FORM): Adjust.
306
962effa7
SM
3072021-02-02 Simon Marchi <simon.marchi@efficios.com>
308
309 PR gdb/26813
310 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
311 (cu): Generate header for DWARF 5.
312 (rnglists): New proc.
313 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
314 * gdb.dwarf2/rnglists-sec-offset.exp: New.
315
2bd3e4b8
TV
3162021-02-02 Tom de Vries <tdevries@suse.de>
317
318 PR symtab/24620
319 * gdb.dwarf2/fission-reread.exp: Add test-case.
320
c39c8637
TV
3212021-02-01 Tom de Vries <tdevries@suse.de>
322
323 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
324 * gdb.dwarf2/fission-loclists-pie.S: Same.
325 * gdb.dwarf2/fission-loclists.S: Same.
326 * gdb.dwarf2/fission-multi-cu.S: Same.
327 * gdb.dwarf2/fission-reread.S: Same.
328 * gdb.dwarf2/fission-base.exp: Use DWO.
329 * gdb.dwarf2/fission-loclists-pie.exp: Same.
330 * gdb.dwarf2/fission-loclists.exp: Same.
331 * gdb.dwarf2/fission-multi-cu.exp: Same.
332 * gdb.dwarf2/fission-reread.exp: Same.
333
ebde6f2d
TV
3342021-01-29 Tom de Vries <tdevries@suse.de>
335
336 PR breakpoints/26063
337 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
338 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
339
620ec3ca
TV
3402021-01-29 Tom de Vries <tdevries@suse.de>
341
342 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
343
cdeba395
TV
3442021-01-28 Tom de Vries <tdevries@suse.de>
345
346 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
347 in the backtrace, and use that in the rest of the test instead of
348 hardcoded constant 3. Use "frame" instead of "up" for robustness.
349
c47b145e
TV
3502021-01-28 Tom de Vries <tdevries@suse.de>
351
352 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
353 * gdb.arch/i386-sse-stack-align.c: Same.
354 * gdb.arch/i386-sse-stack-align.exp: Same.
355
47918cca
AB
3562021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
359
2f985dd1
TV
3602021-01-28 Tom de Vries <tdevries@suse.de>
361
362 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
363
22efa3d3
TV
3642021-01-28 Tom de Vries <tdevries@suse.de>
365
366 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
367 "maint info line-table". Make PASS pattern more specific. Make
368 FAIL pattern work for -m32.
369
59b59f08
LS
3702021-01-27 Lancelot SIX <lsix@lancelotsix.com>
371
372 PR gdb/27133
373 * gdb.base/ui-redirect.exp: Add test case that ensures that
374 redirecting both logging and debug does not cause gdb to crash.
375
376
807f647c
MM
3772021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
378
379 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
380
4ca40594
TV
3812021-01-26 Tom de Vries <tdevries@suse.de>
382
383 * gdb.threads/killed-outside.exp: Allow regular output.
384
d0021af3
TV
3852021-01-26 Tom de Vries <tdevries@suse.de>
386
387 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
388
9f6c202e
TV
3892021-01-25 Tom de Vries <tdevries@suse.de>
390
391 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
392 * lib/gdb.exp: Use gdb_load_no_complaints.
393
a625a8c9
TT
3942021-01-25 Tom Tromey <tromey@adacore.com>
395
396 * gdb.ada/fixed_points.exp: Add regression test.
397 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
398 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
399
19184910
TT
4002021-01-25 Tom Tromey <tromey@adacore.com>
401
402 * gdb.ada/local-enum.exp: Add enumerator resolution test.
403
acd6125f
TT
4042021-01-25 Tom Tromey <tromey@adacore.com>
405
406 * gdb.ada/local-enum.exp: New file.
407 * gdb.ada/local-enum/local.adb: New file.
408
1af4c9c4
TT
4092021-01-23 Tom Tromey <tom@tromey.com>
410
411 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
412
705646c0
BE
4132021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
414
415 * gdb.base/line65535.exp: Fix test expectation.
416
0ac85db5
SM
4172021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
418
419 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
420 suppression.
421 (default_gdb_exit): Likewise.
422 (default_gdb_spawn): Likewise.
423 (send_gdb): Likewise.
424 (gdb_expect): Likewise.
425 (gdb_expect_list): Likewise.
426 (default_gdb_init): Likewise.
427 (gdb_suppress_entire_file): Remove.
428 (gdb_suppress_tests): Remove.
429 (gdb_stop_suppressing_tests): Remove.
430 (gdb_clear_suppressed): Remove.
431 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
432 related to test suppression.
433 (default_mi_gdb_start): Likewise.
434 (mi_gdb_reinitialize_dir): Likewise.
435 (mi_gdb_test): Likewise.
436 (mi_run_cmd_full): Likewise.
437 (mi_runto_helper): Likewise.
438 (mi_execute_to): Likewise.
439 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
440 * gdb.base/bitfields.exp: Likewise.
441 * gdb.base/bitfields2.exp: Likewise.
442 * gdb.base/break.exp: Likewise.
443 * gdb.base/call-sc.exp: Likewise.
444 * gdb.base/callfuncs.exp: Likewise.
445 * gdb.base/dfp-test.exp: Likewise.
446 * gdb.base/endian.exp: Likewise.
447 * gdb.base/exprs.exp: Likewise.
448 * gdb.base/funcargs.exp: Likewise.
449 * gdb.base/hbreak2.exp: Likewise.
450 * gdb.base/recurse.exp: Likewise.
451 * gdb.base/scope.exp: Likewise.
452 * gdb.base/sepdebug.exp: Likewise.
453 * gdb.base/structs.exp: Likewise.
454 * gdb.base/until.exp: Likewise.
455 * gdb.cp/misc.exp: Likewise.
456
9d2d8a16
AB
4572021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
458
459 PR cli/25956
460 * gdb.base/style.exp (run_style_tests): Add version string test.
461 (test_startup_version_string): Use version style name.
462 * lib/gdb-utils.exp (style): Handle version style name.
463
e7b43072
AB
4642021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * gdb.base/style.exp (limited_style): New proc.
467 (clean_restart_and_disable): New proc.
468 (run_style_tests): New proc. Most of the old tests from this file
469 are now in this proc.
470 (test_startup_version_string): New proc. Reamining test from the
471 old file is in this proc.
472
2189c312
SM
4732021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
474
475 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
476 Adjust to "set debug remote" changes.
477
cd211c75
LM
4782021-01-21 Luis Machado <luis.machado@linaro.org>
479
480 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
481 message.
482
730af663
SM
4832021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
486
325d39e4
HD
4872021-01-21 Hannes Domani <ssbssa@yahoo.de>
488
489 PR python/19151
490 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
491
c3e96aa7
SM
4922021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
493
494 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
495
6571ffc6
SM
4962021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
497
498 * lib/tuiterm.exp: Add links in comments.
499
7c794afd
TV
5002021-01-20 Tom de Vries <tdevries@suse.de>
501
502 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
503 offset.
504
1402665c
TV
5052021-01-20 Tom de Vries <tdevries@suse.de>
506
507 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
508
6f52fdf4
SDJ
5092021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
510
511 * gdb.arch/amd64-stap-expressions.S: New file.
512 * gdb.arch/amd64-stap-expressions.exp: New file.
513
14852123
TV
5142021-01-19 Tom de Vries <tdevries@suse.de>
515
516 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
517 sequence.
518
0c4e2c6c
TV
5192021-01-19 Tom de Vries <tdevries@suse.de>
520
521 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
522
02baa133
AB
5232021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
524
525 * gdb.fortran/array-slices.exp (run_test): Avoid including
526 addresses in test names.
527
10f92414
TV
5282021-01-15 Tom de Vries <tdevries@suse.de>
529
530 PR testsuite/26997
531 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
532 when adding sizeof.
533
116d0cf1
TV
5342021-01-14 Tom de Vries <tdevries@suse.de>
535
536 PR testsuite/24590
537 * gdb.base/style.exp: Handle shorter argv in frame command output.
538
8f66807b
AB
5392021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
540
541 PR gdb/26819
542 * gdb.server/stop-reply-no-thread-multi.c: New file.
543 * gdb.server/stop-reply-no-thread-multi.exp: New file.
544
3f94e588
TV
5452021-01-12 Tom de Vries <tdevries@suse.de>
546
547 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
548 (main): Remove call to have_mpx.
549 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
550 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
551 (main): Remote call to have_mpx.
552 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
553 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
554 (main): Remove call to have_mpx.
555 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
556 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
557 (main): Remove call to have_mpx.
558 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
559 * gdb.arch/i386-mpx.c (have_mpx): Remove.
560 (main): Remote call to have_mpx.
561 * gdb.arch/i386-mpx.exp: Use have_mpx.
562 * lib/gdb.exp (have_mpx): New proc.
563
5291fe3c
SP
5642021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
565
566 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
567
18bfb505
TV
5682021-01-12 Tom de Vries <tdevries@suse.de>
569
570 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
571
ce38f5ed
AB
5722021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.fortran/debug-expr.exp: Add new tests.
575
7c654b71
AB
5762021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.fortran/dot-ops.exp: Add new tests.
579
10dadadc
TV
5802021-01-11 Tom de Vries <tdevries@suse.de>
581
582 PR testsuite/26968
583 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
584 Move insn setting $eax to before probe point.
585
66beed02
TT
5862021-01-09 Tom Tromey <tom@tromey.com>
587
588 * gdb.trace/ax.exp: Do not require an "ext".
589
8fc48b79
TT
5902021-01-08 Tom Tromey <tromey@adacore.com>
591
592 * gdb.ada/voidctx/pck.adb: New file.
593 * gdb.ada/voidctx/pck.ads: New file.
594 * gdb.ada/voidctx/voidctx.adb: New file.
595 * gdb.ada/voidctx.exp: New file.
596
6abd4cf2
SM
5972021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
598
599 PR gdb/27157
600 * gdb.base/empty-host-env-vars.exp: New test.
601
d00f0868
AB
6022021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.base/completion.exp: Add a new test.
605
3c8c6de2
AB
6062021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.fortran/intvar-dynamic-types.exp: New file.
609 * gdb.fortran/intvar-dynamic-types.f90: New file.
610
e3436813
AB
6112021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
612
613 * gdb.fortran/intvar-array.exp: New file.
614 * gdb.fortran/intvar-array.f90: New file.
615
d4813f10
TT
6162021-01-07 Tom Tromey <tromey@adacore.com>
617
618 * gdb.ada/assign_arr.exp: Add 'others' test.
619
b49180ac
TT
6202021-01-06 Tom Tromey <tromey@adacore.com>
621
622 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
623 (FP4_Type): New type.
624 (FP4_Var): New variable.
625 * gdb.ada/fixed_points/fixed_points.adb: Update.
626 * gdb.ada/fixed_points.exp: Add tests for binary operators.
627
3c55062c
SM
6282021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
629
630 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
631 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
632 Pass prompt containing debug print to gdb_test_sequence.
633
e4ad960a
TV
6342021-01-04 Tom de Vries <tdevries@suse.de>
635
636 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
637
3ec3145c
SM
6382021-01-04 Simon Marchi <simon.marchi@efficios.com>
639
640
641
8dc558a0
SM
6422021-01-04 Simon Marchi <simon.marchi@efficios.com>
643
644 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
645 * gdb.server/connect-without-multi-process.exp: Likewise.
646 * gdb.server/exit-multiple-threads.exp: Likewise.
647 * gdb.server/ext-attach.exp: Likewise.
648 * gdb.server/ext-restart.exp: Likewise.
649 * gdb.server/ext-run.exp: Likewise.
650 * gdb.server/ext-wrapper.exp: Likewise.
651 * gdb.server/multi-ui-errors.exp: Likewise.
652 * gdb.server/no-thread-db.exp: Likewise.
653 * gdb.server/reconnect-ctrl-c.exp: Likewise.
654 * gdb.server/run-without-local-binary.exp: Likewise.
655 * gdb.server/server-kill.exp: Likewise.
656 * gdb.server/server-run.exp: Likewise.
657 * gdb.server/solib-list.exp: Likewise.
658 * gdb.server/stop-reply-no-thread.exp: Likewise.
659 * gdb.server/wrapper.exp: Likewise.
660 * gdb.server/sysroot.exp: Increase timeout when testing the
661 target: sysroot.
662
d8387cc8
SM
6632021-01-04 Simon Marchi <simon.marchi@efficios.com>
664
665 * gdb.server/server-run.exp: Use clean_restart.
666
5169ae34
SM
6672021-01-04 Simon Marchi <simon.marchi@efficios.com>
668
669 * gdb.server/ext-run.exp: Use clean_restart.
670
7b0ff8a2
SM
6712021-01-04 Simon Marchi <simon.marchi@efficios.com>
672
673 * gdb.server/stop-reply-no-thread.exp: Use build_executable
674 instead of prepare_for_testing.
675
a754fbdf
SM
6762021-01-04 Simon Marchi <simon.marchi@efficios.com>
677
678 * gdb.server/solib-list.exp: Use clean_restart.
679
c5e71b33
TV
6802021-01-04 Tom de Vries <tdevries@suse.de>
681
682 * gdb.base/morestack.c: Remove printf.
683 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
684
9b243007
TT
6852020-12-31 Tom Tromey <tom@tromey.com>
686
687 * gdb.rust/simple.exp: Update output for Rust 1.49.
688
4ff509e7
BE
6892020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
690
691 * gdb.cp/step-and-next-inline.exp: Fix test case.
692
391750c3
SM
6932020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
694
695 * gdb.python/py-frame-args.exp: De-duplicate test names.
696
b7874836
AB
6972020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
698
699 PR gdb/27059
700 * gdb.dwarf2/dyn-type-unallocated.c: New file.
701 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
702
e1ff6226
PW
7032020-12-21 Peter Waller <p@pwaller.net>
704
705 * gdb.base/style-interp-exec-mi.exp: New.
706 * gdb.base/style-interp-exec-mi.c: New.
707
ca01f1bf
SM
7082020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
709
710 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
711 gdb_test. Use proc_with_prefix.
712
0fe69a94
MM
7132020-12-21 Markus Metzger <markus.t.metzger@intel.com>
714
715 * gdb.btrace/exception.exp: Build with nopie.
716 * gdb.btrace/function_call_history.exp: Likewise.
717 * gdb.btrace/unknown_functions.exp: Likewise.
718
806e7575
MM
7192020-12-21 Markus Metzger <markus.t.metzger@intel.com>
720
721 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
722
493d2172
MM
7232020-12-21 Markus Metzger <markus.t.metzger@intel.com>
724
725 * gdb.python/py-record-btrace.exp: Make test names unique.
726 * gdb.python/py-record-full.exp: Likewise.
727
1a1c0afc
MM
7282020-12-21 Markus Metzger <markus.t.metzger@intel.com>
729
730 * gdb.btrace/data.exp: Make test names unique.
731 * gdb.btrace/delta.exp: Likewise.
732 * gdb.btrace/enable.exp: Likewise.
733 * gdb.btrace/function_call_history.exp: Likewise.
734 * gdb.btrace/nohist.exp: Likewise.
735 * gdb.btrace/non-stop.exp: Likewise.
736 * gdb.btrace/rn-dl-bind.exp: Likewise.
737 * gdb.btrace/step.exp: Likewise.
738 * gdb.btrace/stepi.exp: Likewise.
739 * gdb.btrace/tailcall.exp: Likewise.
740
98d837f0
MM
7412020-12-21 Markus Metzger <markus.t.metzger@intel.com>
742
743 * gdb.btrace/enable.exp: Update error message.
744 * gdb.btrace/multi-inferior.exp: Likewise.
745 * gdb.btrace/reconnect.exp: Likewise.
746 * gdb.python/py-record-btrace.exp: Likewise.
747 * gdb.python/py-record-full.exp: Likewise.
748
c541fa7c
TV
7492020-12-20 Tom de Vries <tdevries@suse.de>
750
751 * lib/gdb.exp (save_target_board_info): New proc.
752 (gdb_compile_shlib): Use save_target_board_info.
753
60108e47
TV
7542020-12-19 Tom de Vries <tdevries@suse.de>
755
756 * lib/gdb.exp (supports_scalar_storage_order_attribute)
757 (supports_gnuc): New proc.
758 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
759 test_compiler_info calls. Add unsupported message.
760 * gdb.base/endianity.c: Use TEST_SSO.
761
fa639f55
HD
7622020-12-19 Hannes Domani <ssbssa@yahoo.de>
763
764 PR exp/27070
765 * gdb.python/compare-enum-type-a.c: New test.
766 * gdb.python/compare-enum-type-b.c: New test.
767 * gdb.python/compare-enum-type.exp: New file.
768 * gdb.python/compare-enum-type.h: New test.
769
4aea001f
HD
7702020-12-18 Hannes Domani <ssbssa@yahoo.de>
771
772 * gdb.python/py-format-string.exp: Add tests for address keyword.
773
b3f9469b
HD
7742020-12-18 Hannes Domani <ssbssa@yahoo.de>
775
776 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
777
86ef42bd
TT
7782020-12-18 Tom Tromey <tromey@adacore.com>
779
780 * gdb.ada/fixed_points.exp: Also run with
781 -fgnat-encodings=minimal. Update expected output.
782
93df4a1d
SM
7832020-12-16 Simon Marchi <simon.marchi@efficios.com>
784
785 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
786 * gdb.base/continue-all-already-running.exp: Likewise.
787 * gdb.base/moribund-step.exp: Likewise.
788 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
789
592995fa
TV
7902020-12-16 Tom de Vries <tdevries@suse.de>
791
792 * gdb.base/batch-preserve-term-settings.exp:
793
1e61189d
TV
7942020-12-16 Tom de Vries <tdevries@suse.de>
795
796 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
797 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
798
19007d95
LM
7992020-12-16 Luis Machado <luis.machado@linaro.org>
800
801 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
802 pointer-based memory accesses.
803 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
804 hw watchpoint cases.
805
a33fc9ae
RK
8062020-12-15 Rae Kim <rae.kim@gmail.com>
807
808 * gdb.base/document.exp: New test.
809
0e5ad442
TT
8102020-12-15 Tom Tromey <tromey@adacore.com>
811
812 * gdb.base/style.exp: Add deprecation tests.
813
60598dbd
SM
8142020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
815
816 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
817
8cd6d968
MW
8182020-12-14 Mark Wielaard <mark@klomp.org>
819
820 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
821 specially, set attr_form_comment to the actual FORM string used.
822
eab9267c
MW
8232020-12-14 Mark Wielaard <mark@klomp.org>
824
825 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
826 _constants(SPECIAL_expr) here, but set it...
827 (Dwarf::cu): ...here based on _cu_version.
828
2f413264
TV
8292020-12-14 Tom de Vries <tdevries@suse.de>
830
831 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
832 pass -fPIC.
833 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
834 * gdb.base/break-probes.exp: Same.
835 * gdb.base/ctxobj.exp: Same.
836 * gdb.base/dso2dso.exp: Same.
837 * gdb.base/global-var-nested-by-dso.exp: Same.
838 * gdb.base/info-shared.exp: Same.
839 * gdb.base/jit-reader-simple.exp: Same.
840 * gdb.base/print-file-var.exp: Same.
841 * gdb.base/skip-solib.exp: Same.
842 * gdb.btrace/dlopen.exp: Same.
843
18f1cb1f
TV
8442020-12-14 Tom de Vries <tdevries@suse.de>
845
846 PR testsuite/26963
847 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
848
519155c9
TV
8492020-12-14 Tom de Vries <tdevries@suse.de>
850
851 PR testsuite/26962
852 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
853 cast it to its declared type".
854
153f6e6c
TV
8552020-12-14 Tom de Vries <tdevries@suse.de>
856
857 PR testsuite/26951
858 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
859 shell prompt.
860
86b44259
TT
8612020-12-14 Tom Tromey <tromey@adacore.com>
862
863 * gdb.ada/nested.exp: Add new tests.
864 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
865
e26624c6
TT
8662020-12-14 Tom Tromey <tromey@adacore.com>
867
868 * gdb.dwarf2/ada-thick-pointer.exp: New file.
869
a3bdae4e
TT
8702020-12-14 Tom Tromey <tromey@adacore.com>
871
872 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
873
862fcbd8
TV
8742020-12-13 Tom de Vries <tdevries@suse.de>
875
876 PR testsuite/26953
877 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
878 attribute support if compiler doesn't support it.
879
a406a98e
TV
8802020-12-13 Tom de Vries <tdevries@suse.de>
881
882 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
883 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
884 source to shared lib. Add ada to options.
885
5d7e6ed0
TV
8862020-12-13 Tom de Vries <tdevries@suse.de>
887
888 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
889 calling gnatbind and gnatlink.
890
ee9812a0
AB
8912020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
892
893 * gdb.base/dcache-flush.c: New file.
894 * gdb.base/dcache-flush.exp: New file.
895
50a5f187
AB
8962020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
897
898 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
899 commands.
900 * gdb.base/killed-outside.exp: Likewise.
901 * gdb.opt/inline-bt.exp: Likewise.
902 * gdb.perf/gmonster-null-lookup.py: Likewise.
903 * gdb.perf/gmonster-print-cerr.py: Likewise.
904 * gdb.perf/gmonster-ptype-string.py: Likewise.
905 * gdb.python/py-unwind.exp: Likewise.
906
19c659f1
AB
9072020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.base/commands.exp: Update expected results.
910
9ef6d4a1
AB
9112020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
912
913 PR cli/15104
914 * gdb.base/commands.exp: Add additional tests.
915 * gdb.base/completion.exp: Add additional tests.
916
1536146f
AB
9172020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/completion.exp: Add additional tests.
920
346e7e19
TV
9212020-12-11 Tom de Vries <tdevries@suse.de>
922
923 PR testsuite/26991
924 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
925 violations by setting bounds registers if the bounds are passed in the
926 Bounds Table.
927
9cd7a95a
TV
9282020-12-11 Tom de Vries <tdevries@suse.de>
929
930 PR testsuite/26954
931 * gdb.base/float128.exp: Detect and handle no mpfr support.
932
4483a8e7
SM
9332020-12-10 Simon Marchi <simon.marchi@efficios.com>
934
935 PR gdb/24694
936 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
937 calls.
938
10067028
TV
9392020-12-10 Tom de Vries <tdevries@suse.de>
940
941 PR testsuite/26947
942 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
943 braces for tcl 8.5 and earlier.
944
5b56203a
SM
9452020-12-09 Simon Marchi <simon.marchi@efficios.com>
946
947 PR 26875, PR 26901
948 * gdb.base/flexible-array-member.c: New test.
949 * gdb.base/flexible-array-member.exp: New test.
950
b46551b2
TV
9512020-12-08 Tom de Vries <tdevries@suse.de>
952
953 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
954 using is_amd64_regs_target.
955
8439f446
TV
9562020-12-08 Tom de Vries <tdevries@suse.de>
957
958 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
959 self_id.
960
bc545da7
PA
9612020-12-07 Pedro Alves <pedro@palves.net>
962
963 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
964 'additional_flags' variable.
965
1f58f6c2
TBA
9662020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
967
968 * gdb.linespec/explicit.exp: Extend with a test to check completing
969 '-' after seemingly complete options.
970
5759831a
TBA
9712020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
972
973 * gdb.linespec/keywords.exp: Add tests to check positional
974 flexibility of "-force-condition".
975
21e051b3
TBA
9762020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
977
978 * gdb.base/bp-cmds-run-with-ex.c: New file.
979 * gdb.base/bp-cmds-run-with-ex.exp: New file.
980 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
981 * gdb.gdb/python-interrupts.exp: Update the call to
982 'catch_command_errors' with the new argument.
983 * gdb.gdb/python-selftest.exp: Ditto.
984
187b041e
SM
9852020-12-04 Simon Marchi <simon.marchi@efficios.com>
986
987 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
988 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
989 * gdb.threads/non-stop-fair-events.exp: Likewise.
990
3b7a962d
SM
9912020-12-04 Simon Marchi <simon.marchi@efficios.com>
992
993 * gdb.threads/step-over-exec.exp: New.
994 * gdb.threads/step-over-exec.c: New.
995 * gdb.threads/step-over-exec-execd.c: New.
996 * lib/my-syscalls.S: New.
997 * lib/my-syscalls.h: New.
998
e633b117
SM
9992020-12-04 Simon Marchi <simon.marchi@efficios.com>
1000
1001 * lib/dwarf.exp (declare_labels): Use name as text if text is
1002 not provided.
1003
67748e0f
TV
10042020-12-04 Tom de Vries <tdevries@suse.de>
1005
1006 PR testsuite/26990
1007 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1008 are unsupported.
1009
a8d13675
TV
10102020-12-04 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1013 clause.
1014
f17727b3
TV
10152020-12-04 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.reverse/insn-reverse.exp: Fix count handling.
1018
a1499830
TV
10192020-12-04 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1022 __x86_64__.
1023
9c027c2f
TV
10242020-12-04 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.reverse/insn-reverse.c (test_nr): New var.
1027 (usage, parse_args): New function.
1028 (main): Call parse_args. Only run test for test_nr.
1029 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1030 and bail out. Run subtests individually, using an inferior arg
1031 specifying the subtest.
1032
533b2ae0
AB
10332020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1036
e4502042
AB
10372020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1038
1039 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1040 update test to use this.
1041
f55a9a37
SM
10422020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1043
1044 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1045
0a6155a0
SM
10462020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1047
1048 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1049 (do_test): Don't use with_test_prefix.
1050 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1051 (do_test): Don't use with_test_prefix.
1052 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1053 (do_test): Don't use with_test_prefix.
1054 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1055 (do_test): Don't use with_test_prefix.
1056
4d56d64a
SM
10572020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1058
1059 * gdb.threads/non-ldr-exit.exp: Fix comment.
1060
54e75f29
AB
10612020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.xml/maint-xml-dump-03.xml: New file.
1064
7ce05d21
TV
10652020-11-30 Tom de Vries <tdevries@suse.de>
1066
1067 PR symtab/26905
1068 * gdb.dwarf2/count.exp: Remove kfails.
1069
50757f95
TBA
10702020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1071
1072 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1073 indices.
1074
4afa9fd9
JB
10752020-11-24 Joel Brobecker <brobecker@adacore.com>
1076
1077 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1078 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1079 languages. Remove the associated setup_xfail.
1080
15a491af
SM
10812020-11-23 Simon Marchi <simon.marchi@efficios.com>
1082
1083 * lib/gdb.exp (gdb_assert): Show error message on error.
1084
891615f0
TV
10852020-11-23 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1088 * gdb.ada/mod_from_name.exp: Same.
1089 * gdb.ada/pckd_arr_ren.exp: Same.
1090
19922582
SM
10912020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * gdb.base/template.exp: New.
1094 * gdb.base/template.c: New.
1095
117c628d
GB
10962020-11-22 Gary Benson <gbenson@redhat.com>
1097
1098 PR gdb/26905
1099 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1100 is defined using a DW_AT_count which references another DIE.
1101
da39d3ba
TV
11022020-11-21 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.base/vla-ptr.exp: Add XFAIL.
1105
a5c641b5
AB
11062020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.fortran/array-slices-bad.exp: New file.
1109 * gdb.fortran/array-slices-bad.f90: New file.
1110 * gdb.fortran/array-slices-sub-slices.exp: New file.
1111 * gdb.fortran/array-slices-sub-slices.f90: New file.
1112 * gdb.fortran/array-slices.exp: Rewrite tests.
1113 * gdb.fortran/array-slices.f90: Rewrite tests.
1114 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1115
a15a5258
AB
11162020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/completion.exp: Add new completion tests.
1119
7cb2893d
SM
11202020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1121
1122 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1123 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1124 * gdb.mi/mi-nsintrall.exp: Likewise.
1125 * gdb.mi/mi-nsmoribund.exp: Likewise.
1126 * gdb.mi/mi-nsthrexec.exp: Likewise.
1127 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1128
cf144ec8
SM
11292020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1130
1131 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1132 of perror.
1133
6b6a3e05
JM
11342020-11-18 Joseph Myers <joseph@codesourcery.com>
1135
1136 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1137 $arg.exe exists but $arg does not.
1138
811bdca0
GB
11392020-11-17 Gary Benson <gbenson@redhat.com>
1140
1141 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1142 __attribute__ ((used)).
1143
c72e3136
AB
11442020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1147
037d7135
AB
11482020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.base/completion.exp: Add new tests.
1151
119e99bb
TT
11522020-11-16 Tom Tromey <tromey@adacore.com>
1153
1154 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1155 tests.
1156
b74dbc20
JB
11572020-11-15 Joel Brobecker <brobecker@adacore.com>
1158
1159 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1160 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1161 (main): Add reference to pck__fp1_var2.
1162 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1163
0a12719e
JB
11642020-11-15 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1167
0c9150e4
JB
11682020-11-15 Joel Brobecker <brobecker@adacore.com>
1169
1170 * gdb.ada/fixed_points.exp: Add ptype tests.
1171 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1172
b26daff9
JB
11732020-11-15 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1176
09584414
JB
11772020-11-15 Joel Brobecker <brobecker@adacore.com>
1178
1179 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1180 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1181 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1182 New files.
1183 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1184
1185 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1186 New files.
1187
9dd02fc0
AB
11882020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 PR cli/26879
1191 * gdb.fortran/completion.exp: New file.
1192 * gdb.fortran/completion.f90: New file.
1193
5643c500
JM
11942020-11-12 Joseph Myers <joseph@codesourcery.com>
1195
1196 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1197 but $arg does not.
1198
7bea47f0
AB
11992020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.fortran/types.exp: Add more tests.
1202
1f2624a3
TT
12032020-11-12 Tom Tromey <tom@tromey.com>
1204
1205 PR rust/26799:
1206 * gdb.rust/traits.exp: Remove kfails.
1207
9e74f0ae
GB
12082020-11-12 Gary Benson <gbenson@redhat.com>
1209
1210 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1211 statement.
1212
acb994fa
SM
12132020-11-11 Simon Marchi <simon.marchi@efficios.com>
1214
1215 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1216 always-inserted" axis.
1217 (do_test): Add breakpoint_always_inserted parameter.
1218
95016fd2
TT
12192020-11-10 Tom Tromey <tromey@adacore.com>
1220
1221 * gdb.ada/bias.exp: Update.
1222 * gdb.ada/bias/bias.adb (X): Change value.
1223
83100a74
GB
12242020-11-10 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1227 regexp fragment in parentheses to prevent false matching.
1228
6ff174a7
GB
12292020-11-10 Gary Benson <gbenson@redhat.com>
1230
1231 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1232
eb24648c
GB
12332020-11-10 Gary Benson <gbenson@redhat.com>
1234
1235 * gdb.cp/step-and-next-inline.exp: Only require
1236 -gstatement-frontiers when building with GCC.
1237 Only setup KFAIL's for GCC issues when using
1238 a GCC-built executable.
1239
86775fab
AB
12402020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1241
1242 * gdb.base/debug-expr.c: Add extra function to allow for an
1243 additional test.
1244 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1245 to this proc with gdb_test_debug_expr. Add an extra test.
1246 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1247 to this proc with gdb_test_debug_expr, give the tests names
1248 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1249 calls to this proc with gdb_test_debug_expr, give the tests names
1250 * gdb.fortran/debug-expr.exp: New file.
1251 * gdb.fortran/debug-expr.f90: New file.
1252 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1253
a1945bd4
SM
12542020-11-06 Simon Marchi <simon.marchi@efficios.com>
1255
1256 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1257 proceduresu.
1258 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1259 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1260 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1261 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1262 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1263 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1264 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1265 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1266
9c91c725
TT
12672020-11-04 Tom Tromey <tromey@adacore.com>
1268
1269 * gdb.ada/funcall_ref.exp: Update.
1270 * gdb.ada/var_rec_arr.exp: Update.
1271
8d9fd3a1
TT
12722020-11-04 Tom Tromey <tromey@adacore.com>
1273
1274 * gdb.ada/rec_ptype.exp: New file.
1275 * gdb.ada/rec_ptype/main.adb: New file.
1276 * gdb.ada/rec_ptype/p.ads: New file.
1277
d8f62e84
TT
12782020-11-04 Tom Tromey <tromey@adacore.com>
1279
1280 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1281 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1282 (PT_Full): New variable.
1283 * gdb.ada/tick_length_array_enum_idx/pck.adb
1284 (Full_PT): New type.
1285
7ff5b937
TT
12862020-11-04 Tom Tromey <tromey@adacore.com>
1287
1288 * gdb.ada/array_of_variant.exp: New file.
1289 * gdb.ada/array_of_variant/p.adb: New file.
1290 * gdb.ada/array_of_variant/pck.ads: New file.
1291 * gdb.ada/array_of_variant/pck.adb: New file.
1292
10f6a3ad
TT
12932020-11-04 Tom Tromey <tromey@adacore.com>
1294
1295 * gdb.ada/enum_idx_packed.exp: Add test.
1296 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1297 New variable.
1298 * gdb.ada/enum_idx_packed/pck.ads (Short)
1299 (Multi_Dimension, Multi_Dimension_Access): New types.
1300
b72795a8
TT
13012020-11-04 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1304
24aa1b02
TT
13052020-11-04 Tom Tromey <tromey@adacore.com>
1306
1307 * gdb.ada/set_pckd_arr_elt.exp: Also test
1308 -fgnat-encodings=minimal. Add tests.
1309 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1310 Call Update_Small a second time.
1311 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1312 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1313 (Variant_Access): New types.
1314 (New_Variant): Declare.
1315
c9a28cbe
TT
13162020-11-04 Tom Tromey <tromey@adacore.com>
1317
1318 * gdb.ada/mod_from_name.exp: Test printing slice.
1319
57567375
TT
13202020-11-04 Tom Tromey <tromey@adacore.com>
1321
1322 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1323 values.
1324 * gdb.ada/access_to_unbounded_array.exp: Test different
1325 -fgnat-encodings values.
1326 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1327 values.
1328 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1329 values.
1330 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1331 values.
1332 * gdb.ada/array_of_variable_length.exp: Test different
1333 -fgnat-encodings values.
1334 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1335 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1336 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1337 change.
1338 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1339 values.
1340 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1341 * gdb.ada/out_of_line_in_inlined.exp: Test different
1342 -fgnat-encodings values.
1343 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1344 values.
1345 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1346 values.
1347 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1348 -fgnat-encodings values.
1349 * gdb.ada/variant_record_packed_array.exp: Test different
1350 -fgnat-encodings values.
1351
a7400e44
TT
13522020-11-04 Tom Tromey <tromey@adacore.com>
1353
1354 * gdb.ada/enum_idx_packed.exp: Add tests.
1355 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1356 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1357 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1358 declarations.
1359
c40907bf
TV
13602020-11-03 Tom de Vries <tdevries@suse.de>
1361
1362 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1363 terminator comments.
1364 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1365 terminator.
1366
f468977a
SM
13672020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1368
1369 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1370 integer format test with regexp.
1371
1c2bec19
GB
13722020-11-02 Gary Benson <gbenson@redhat.com>
1373
1374 * gdb.base/print-file-var.exp (test): Separate compiler and
1375 linker options, and build using build_executable_from_specs
1376 to accommodate this.
1377
6539a36d
GB
13782020-11-02 Gary Benson <gbenson@redhat.com>
1379
1380 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1381 for .c files compiled as C++ with Clang if any shared
1382 libraries are specified.
1383
7ea44a51
GB
13842020-11-02 Gary Benson <gbenson@redhat.com>
1385
1386 * lib/attributes.h: New header.
1387 * gdb.base/backtrace.c: Include the above. Replace
1388 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1389 * gdb.base/infcall-nested-structs.c: Likewise.
1390 * gdb.base/vla-optimized-out.c: Likewise.
1391
ab8f783d
TV
13922020-11-02 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1395
d77c9224
JB
13962020-11-01 Joel Brobecker <brobecker@adacore.com>
1397
1398 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1399 System.Min_Int and System.Max_Int with smaller hardcoded
1400 constants.
1401
0e5b0dd0
SM
14022020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1403
1404 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1405 * configure: Re-generate.
1406
136821d9
SM
14072020-10-30 Simon Marchi <simon.marchi@efficios.com>
1408
1409 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1410 expected output.
1411
b78b3a29
TBA
14122020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1413
1414 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1415 behavior.
1416 * gdb.base/paginate-bg-execution.exp: Ditto.
1417 * gdb.base/paginate-inferior-exit.exp: Ditto.
1418 * gdb.base/double-prompt-target-event-error.c: Remove.
1419 * gdb.base/double-prompt-target-event-error.exp: Remove.
1420
cfaa8f76
TBA
14212020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1422
1423 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1424 inferiors' and 'detach inferiors' do not change the current
1425 inferior.
1426
0ad0e70c
TV
14272020-10-29 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.threads/tls.exp: Fix DUPLICATEs.
1430
99cc6b2a
TV
14312020-10-28 Tom de Vries <tdevries@suse.de>
1432
1433 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1434
efe9b873
TV
14352020-10-28 Tom de Vries <tdevries@suse.de>
1436
1437 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1438 * gdb.base/reread.exp: Same.
1439
6b68fd45
TV
14402020-10-28 Tom de Vries <tdevries@suse.de>
1441
1442 * lib/gdb.exp (readnow): Handle arg.
1443 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1444
32a5f98a
TV
14452020-10-28 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.base/relocate.exp: Update regexp for -readnow.
1448
f93b8760
TV
14492020-10-28 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1452 -readnow.
1453
1b00ef06
TV
14542020-10-28 Tom de Vries <tdevries@suse.de>
1455
1456 PR symtab/26772
1457 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1458 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1459
364bb903
TV
14602020-10-28 Tom de Vries <tdevries@suse.de>
1461
1462 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1463 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1464 complaint during file command for -readnow.
1465
445a033f
TV
14662020-10-28 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.cp/nsalias.exp: Fix typo in test name.
1469
fdd67a42
TV
14702020-10-28 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1473
706baf4c
TV
14742020-10-28 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1477 -readnow.
1478
b448cca5
TV
14792020-10-27 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1482
5868da03
TV
14832020-10-27 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.base/maint.exp: Update for -readnow.
1486
06db6ec3
TV
14872020-10-27 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1490 -readnow.
1491
934a1764
GB
14922020-10-14 Gary Benson <gbenson@redhat.com>
1493
1494 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1495 "_vptr$Base" as correct, in addition to "_vptr.Base".
1496 (test_mixed): Likewise.
1497
0bf21fbd
GB
14982020-10-27 Gary Benson <gbenson@redhat.com>
1499
1500 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1501 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1502
b1d4d8d1
TBA
15032020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1504
1505 * gdb.base/condbreak.exp: Update the completion tests to
1506 consider the '-force' flag.
1507
bd24c5d6
TV
15082020-10-27 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.base/list-ambiguous-readnow.exp: New file.
1511
733d554a
TBA
15122020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1513
1514 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1515 the condition.
1516 * gdb.linespec/cpcompletion.exp: Update to consider the
1517 '-force-condition' keyword.
1518 * gdb.linespec/explicit.exp: Ditto.
1519 * lib/completion-support.exp: Ditto.
1520
b5fa468f
TBA
15212020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1522
1523 * gdb.base/condbreak-multi-context.cc: New file.
1524 * gdb.base/condbreak-multi-context.exp: New file.
1525
b3247276
TT
15262020-10-26 Tom Tromey <tom@tromey.com>
1527
1528 * lib/mi-support.exp (default_mi_gdb_start): Call
1529 gdb_stdin_log_init.
1530 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1531 subtract one from gdb_instances.
1532 (gdb_stdin_log_write): Flush in_file.
1533
1c47ec3e
TV
15342020-10-26 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1537
6390859c
TT
15382020-10-26 Tom Tromey <tromey@adacore.com>
1539
1540 * gdb.ada/unsigned_range/foo.adb: New file.
1541 * gdb.ada/unsigned_range/pack.adb: New file.
1542 * gdb.ada/unsigned_range/pack.ads: New file.
1543 * gdb.ada/unsigned_range.exp: New file.
1544
55c3ad88
TV
15452020-10-26 Tom de Vries <tdevries@suse.de>
1546
1547 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1548
1612c4bb
TV
15492020-10-26 Tom de Vries <tdevries@suse.de>
1550
1551 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1552 for CU.
1553 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1554
7d72802b
TV
15552020-10-23 Tom de Vries <tdevries@suse.de>
1556
1557 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1558 DW_FORM_string.
1559 (Dwarf::_default_form): New proc.
1560 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1561 guessed.
1562
9476b583
TV
15632020-10-23 Tom de Vries <tdevries@suse.de>
1564
1565 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1566 * gdb.dwarf2/atomic-type.exp: Same.
1567 * gdb.dwarf2/bad-regnum.exp: Same.
1568 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1569 * gdb.dwarf2/dw2-align.exp: Same.
1570 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1571 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1572 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1573 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1574 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1575 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1576 * gdb.dwarf2/enum-type.exp: Same.
1577 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1578 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1579 * gdb.dwarf2/main-subprogram.exp: Same.
1580 * gdb.dwarf2/missing-type-name.exp: Same.
1581 * gdb.dwarf2/nonvar-access.exp: Same.
1582 * gdb.dwarf2/typedef-void-finish.exp: Same.
1583 * gdb.dwarf2/var-access.exp: Same.
1584 * gdb.dwarf2/void-type.exp: Same.
1585
4a636814
SM
15862020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1587
1588 PR gdb/26693
1589 * gdb.dwarf2/template-specification-full-name.exp: New test.
1590
557fc257
LM
15912020-10-22 Luis Machado <luis.machado@linaro.org>
1592
1593 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1594 expected an offset from the function.
1595 * gdb.base/msym-bp.exp (test): Likewise.
1596
6b4c676c
AB
15972020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * gdb.fortran/array-slices.exp: Add a new test.
1600
98cec4f6
GB
16012020-10-21 Gary Benson <gbenson@redhat.com>
1602
1603 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1604 fullname test with Clang. Also expand comments generally.
1605
ae86f581
TV
16062020-10-20 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1609
8c161360
TV
16102020-10-20 Tom de Vries <tdevries@suse.de>
1611
1612 * gdb.dwarf2/arr-stride.c: Remove.
1613 * gdb.dwarf2/arr-stride.exp: Use main.c.
1614 * gdb.dwarf2/arr-subrange.c: Remove.
1615 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1616 * gdb.dwarf2/bad-regnum.c: Remove.
1617 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1618 * gdb.dwarf2/corrupt.c: Remove.
1619 * gdb.dwarf2/corrupt.exp: Use main.c.
1620 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1621 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1622 * gdb.dwarf2/dw2-icycle.c: Remove.
1623 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1624 * gdb.dwarf2/formdata16.c: Remove.
1625 * gdb.dwarf2/formdata16.exp: Use main.c.
1626 * gdb.dwarf2/implptrconst.c: Remove.
1627 * gdb.dwarf2/implptrconst.exp: Use main.c.
1628 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1629 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1630 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1631 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1632
9c2412ec
TV
16332020-10-20 Tom de Vries <tdevries@suse.de>
1634
1635 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1636 file.
1637 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1638
0cd2ad78
TV
16392020-10-20 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1642 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1643 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1644 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1645 * gdb.dwarf2/dw2-ranges.exp: Same.
1646 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1647 * gdb.dwarf2/var-access.exp: Same.
1648
22cc388e
TT
16492020-10-19 Tom Tromey <tromey@adacore.com>
1650
1651 PR tui/26719
1652 * gdb.tui/list.exp: Check source window contents after focus
1653 change.
1654
520596f2
TV
16552020-10-17 Tom de Vries <tdevries@suse.de>
1656
1657 PR symtab/26317
1658 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1659
d1c8a76d
TV
16602020-10-17 Tom de Vries <tdevries@suse.de>
1661
1662 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1663 as suffix.
1664 * gdb.dwarf2/atomic.c: Rename to ...
1665 * gdb.dwarf2/atomic-type.c: ... this.
1666 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1667 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1668 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1669 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1670 * gdb.dwarf2/fission-mix2.c: Rename to ...
1671 * gdb.dwarf2/fission-mix-2.c: ... this.
1672 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1673 standard_testfile.
1674 * gdb.dwarf2/ada-valprint-error.exp: Same.
1675 * gdb.dwarf2/arr-stride.exp: Same.
1676 * gdb.dwarf2/arr-subrange.exp: Same.
1677 * gdb.dwarf2/atomic-type.exp: Same.
1678 * gdb.dwarf2/bad-regnum.exp: Same.
1679 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1680 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1681 * gdb.dwarf2/clang-debug-names.exp: Same.
1682 * gdb.dwarf2/comp-unit-lang.exp: Same.
1683 * gdb.dwarf2/corrupt.exp: Same.
1684 * gdb.dwarf2/count.exp: Same.
1685 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1686 * gdb.dwarf2/data-loc.exp: Same.
1687 * gdb.dwarf2/dw2-align.exp: Same.
1688 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1689 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1690 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1691 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1692 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1693 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1694 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1695 * gdb.dwarf2/dw2-inline-param.exp: Same.
1696 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1697 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1698 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1699 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1700 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1701 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1702 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1703 * gdb.dwarf2/dw2-param-error.exp: Same.
1704 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1705 * gdb.dwarf2/dw2-ranges.exp: Same.
1706 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1707 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1708 * gdb.dwarf2/dw4-sig-types.exp: Same.
1709 * gdb.dwarf2/dynarr-ptr.exp: Same.
1710 * gdb.dwarf2/enum-type.exp: Same.
1711 * gdb.dwarf2/fission-mix.exp: Same.
1712 * gdb.dwarf2/formdata16.exp: Same.
1713 * gdb.dwarf2/implptrconst.exp: Same.
1714 * gdb.dwarf2/implptrpiece.exp: Same.
1715 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1716 * gdb.dwarf2/main-subprogram.exp: Same.
1717 * gdb.dwarf2/method-ptr.exp: Same.
1718 * gdb.dwarf2/missing-sig-type.exp: Same.
1719 * gdb.dwarf2/nonvar-access.exp: Same.
1720 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1721 * gdb.dwarf2/shortpiece.exp: Same.
1722 * gdb.dwarf2/staticvirtual.exp: Same.
1723 * gdb.dwarf2/subrange.exp: Same.
1724 * gdb.dwarf2/symtab-producer.exp: Same.
1725 * gdb.dwarf2/typedef-void-finish.exp: Same.
1726 * gdb.dwarf2/var-access.exp: Same.
1727 * gdb.dwarf2/variant.exp: Same.
1728 * gdb.dwarf2/void-type.exp: Same.
1729 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1730 dw2-ranges-main.c.
1731 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1732
472d09c1
TV
17332020-10-16 Tom de Vries <tdevries@suse.de>
1734
1735 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1736
afe75f6d
TV
17372020-10-16 Tom de Vries <tdevries@suse.de>
1738
1739 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1740
8c8bd0ba
TV
17412020-10-14 Tom de Vries <tdevries@suse.de>
1742
1743 PR testsuite/26732
1744 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
1745 scenario 2.
1746 * gdb.ada/mi_catch_ex_hand.exp: Same.
1747
b75d55d4
PA
17482020-10-13 Pedro Alves <pedro@palves.net>
1749
1750 * lib/mi-support.exp (mi_clean_restart): New.
1751 (mi_run_to_main): Delete.
1752 All callers adjust to use mi_clean_restart / mi_runto_main.
1753
e777225b
PA
17542020-10-13 Pedro Alves <pedro@palves.net>
1755
1756 * config/monitor.exp: Use "list -q".
1757 * gdb.arch/gdb1558.exp: Use "break -q".
1758 * gdb.arch/i386-permbkpt.exp: Use "break -q".
1759 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
1760 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
1761 * gdb.base/commands.exp: Use "break -q".
1762 * gdb.base/condbreak.exp: Use "break -q".
1763 * gdb.base/ctf-ptype.exp: Use "list -q".
1764 * gdb.base/define.exp: Use "break -q".
1765 * gdb.base/del.exp: Use "break -q".
1766 * gdb.base/fullname.exp: Use "break -q".
1767 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
1768 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
1769 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
1770 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
1771 "hbreak -q".
1772 * gdb.base/included.exp: Use "list -q".
1773 * gdb.base/label.exp: Use "break -q".
1774 * gdb.base/lineinc.exp: Use "break -q".
1775 * gdb.base/list.exp: Use "list -q".
1776 * gdb.base/macscp.exp: Use "list -q".
1777 * gdb.base/pending.exp: Use "break -q".
1778 * gdb.base/prologue-include.exp: Use "break -q".
1779 * gdb.base/ptype.exp: Use "list -q".
1780 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
1781 * gdb.base/server-del-break.exp: Use "break -q".
1782 * gdb.base/style.exp: Use "break -q".
1783 * gdb.base/symbol-without-target_section.exp: Use "list -q".
1784 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
1785 * gdb.cp/exception.exp: Use "tbreak -q".
1786 * gdb.dwarf2/dw2-error.exp: Use "break -q".
1787 * gdb.dwarf2/fission-mix.exp: Use "break -q".
1788 * gdb.dwarf2/fission-reread.exp: Use "break -q".
1789 * gdb.dwarf2/pr13961.exp: Use "break -q".
1790 * gdb.linespec/explicit.exp: Use "list -q".
1791 * gdb.linespec/linespec.exp: Use "break -q".
1792 * gdb.mi/mi-simplerun.exp: Use "--qualified".
1793 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
1794 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
1795 * gdb.server/connect-without-multi-process.exp: Use "break -q".
1796 * gdb.trace/change-loc.exp: Use "break -q".
1797 * gdb.trace/pending.exp: Use "break -q".
1798 * gdb.tui/basic.exp: Use "list -q".
1799 * gdb.tui/list-before.exp: Use "list -q".
1800 * gdb.tui/list.exp: Use "list -q".
1801 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
1802
8abd8ee8
PA
18032020-10-13 Pedro Alves <pedro@palves.net>
1804
1805 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
1806 saved breakpoints file.
1807 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
1808 inspecting breakpoint list.
1809 * lib/gdb.exp (runto_main): Add "qualified" to options.
1810 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
1811 and handle it.
1812 (mi_runto_main): Pass 1 as qualified argument.
1813
f71e6719
PA
18142020-10-13 Pedro Alves <pedro@palves.net>
1815
1816 * lib/mi-support.exp (mi_runto_main): New proc.
1817 (mi_run_to_main): Use it.
1818 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
1819 * gdb.mi/mi-var-cmd.exp: Likewise.
1820 * gdb.mi/mi-var-invalidate.exp: Likewise.
1821 * mi-var-list-children-invalid-grandchild.exp: Likewise.
1822 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
1823 * gdb.mi/new-ui-mi-sync.exp: Likewise.
1824 * gdb.mi/user-selected-context-sync.exp: Likewise.
1825 * gdb.opt/inline-cmds.exp: Likewise.
1826 * gdb.python/py-framefilter-mi.exp: Likewise.
1827 * gdb.python/py-mi.exp: Likewise.
1828
50441f0f
PA
18292020-10-13 Pedro Alves <pedro@palves.net>
1830
1831 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
1832 "runto main".
1833 * gdb.ada/small_reg_param.exp: Likewise.
1834 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1835 * gdb.base/annota1.exp: Likewise.
1836 * gdb.base/anon.exp: Likewise.
1837 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
1838 * gdb.base/dprintf-non-stop.exp: Likewise.
1839 * gdb.base/dprintf.exp: Likewise.
1840 * gdb.base/gdb11530.exp: Likewise.
1841 * gdb.base/gdb11531.exp: Likewise.
1842 * gdb.base/gnu_vector.exp: Likewise.
1843 * gdb.base/interrupt-noterm.exp: Likewise.
1844 * gdb.base/memattr.exp: Likewise.
1845 * gdb.base/step-over-syscall.exp: Likewise.
1846 * gdb.base/watch-cond-infcall.exp: Likewise.
1847 * gdb.base/watch-read.exp: Likewise.
1848 * gdb.base/watch-vfork.exp: Likewise.
1849 * gdb.base/watch_thread_num.exp: Likewise.
1850 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
1851 * gdb.guile/scm-frame-inline.exp: Likewise.
1852 * gdb.linespec/explicit.exp: Likewise.
1853 * gdb.opt/inline-break.exp: Likewise.
1854 * gdb.python/py-frame-inline.exp: Likewise.
1855 * gdb.reverse/break-precsave.exp: Likewise.
1856 * gdb.reverse/break-reverse.exp: Likewise.
1857 * gdb.reverse/consecutive-precsave.exp: Likewise.
1858 * gdb.reverse/consecutive-reverse.exp: Likewise.
1859 * gdb.reverse/finish-precsave.exp: Likewise.
1860 * gdb.reverse/finish-reverse.exp: Likewise.
1861 * gdb.reverse/fstatat-reverse.exp: Likewise.
1862 * gdb.reverse/getresuid-reverse.exp: Likewise.
1863 * gdb.reverse/i386-precsave.exp: Likewise.
1864 * gdb.reverse/i386-reverse.exp: Likewise.
1865 * gdb.reverse/i386-sse-reverse.exp: Likewise.
1866 * gdb.reverse/i387-env-reverse.exp: Likewise.
1867 * gdb.reverse/i387-stack-reverse.exp: Likewise.
1868 * gdb.reverse/insn-reverse.exp: Likewise.
1869 * gdb.reverse/machinestate-precsave.exp: Likewise.
1870 * gdb.reverse/machinestate.exp: Likewise.
1871 * gdb.reverse/pipe-reverse.exp: Likewise.
1872 * gdb.reverse/readv-reverse.exp: Likewise.
1873 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1874 * gdb.reverse/rerun-prec.exp: Likewise.
1875 * gdb.reverse/s390-mvcle.exp: Likewise.
1876 * gdb.reverse/solib-precsave.exp: Likewise.
1877 * gdb.reverse/solib-reverse.exp: Likewise.
1878 * gdb.reverse/step-precsave.exp: Likewise.
1879 * gdb.reverse/step-reverse.exp: Likewise.
1880 * gdb.reverse/time-reverse.exp: Likewise.
1881 * gdb.reverse/until-precsave.exp: Likewise.
1882 * gdb.reverse/until-reverse.exp: Likewise.
1883 * gdb.reverse/waitpid-reverse.exp: Likewise.
1884 * gdb.reverse/watch-precsave.exp: Likewise.
1885 * gdb.reverse/watch-reverse.exp: Likewise.
1886 * gdb.threads/kill.exp: Likewise.
1887 * gdb.threads/tid-reuse.exp: Likewise.
1888
d3a07122
SM
18892020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
1890
1891 PR gdb/26642
1892 * gdb.base/maint-target-async-off.c: New test.
1893 * gdb.base/maint-target-async-off.exp: New test.
1894
c65c6c42
AM
18952020-10-13 Alan Modra <amodra@gmail.com>
1896
1897 * gdb.arch/powerpc-altivec.s,
1898 * gdb.arch/powerpc-power7.s,
1899 * gdb.arch/powerpc-power8.s,
1900 * gdb.arch/powerpc-power9.s,
1901 * gdb.arch/powerpc-vsx.s,
1902 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
1903 * gdb.arch/powerpc-altivec.exp,
1904 * gdb.arch/powerpc-power7.exp,
1905 * gdb.arch/powerpc-power8.exp,
1906 * gdb.arch/powerpc-power9.exp,
1907 * gdb.arch/powerpc-vsx.exp,
1908 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
1909 disassembly of mfvsrd/mtvsrd.
1910
f4a0f710
AM
19112020-10-13 Alan Modra <amodra@gmail.com>
1912
1913 * gdb.arch/arm-disassembler-options.exp: Adjust expected
1914 "target architecture" output.
1915 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1916 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
1917 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1918 * gdb.arch/s390-disassembler-options.exp: Likewise.
1919
87a37e5e
PA
19202020-10-12 Pedro Alves <pedro@palves.net>
1921
1922 PR exp/26602
1923 PR c++/26550
1924 * gdb.cp/ambiguous.cc (marker1): Delete.
1925 (main): Initialize all the fields of the locals. Replace marker1
1926 call with a "set breakpoint here" marker.
1927 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
1928 instead of running to marker1. Add tests printing all the
1929 variables and all the fields of the variables.
1930 (test_ambiguous): New proc, expecting the new GDB output when a
1931 field access is ambiguous. Change all "warning: X ambiguous"
1932 tests to use it.
1933
71e1b6b0
GB
19342020-10-12 Gary Benson <gbenson@redhat.com>
1935
1936 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
1937 * gdb.base/msym-bp-2.c (foo): Likewise.
1938 * gdb.base/msym-lang.c (foo): Likewise.
1939 * gdb.base/msym-lang-main.c (foo): Likewise.
1940 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
1941 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
1942 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
1943 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
1944 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
1945 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
1946 * gdb.python/py-objfile.c (static_var): Likewise.
1947 * gdb.python/py-symbol.c (rr): Likewise.
1948 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
1949 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
1950
9370fd51
AB
19512020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
1952
1953 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
1954 output of backtrace.
1955
7c184d33
TT
19562020-10-09 Tom Tromey <tromey@adacore.com>
1957
1958 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
1959 (Rec): Add field. Fix range.
1960 * gdb.ada/scalar_storage.exp: Update.
1961
3d87245c
HD
19622020-10-09 Hannes Domani <ssbssa@yahoo.de>
1963
1964 PR exp/26714
1965 * gdb.base/printcmds.exp: Add tests for void results.
1966
f5c4b229
JV
19672020-10-09 Jan Vrany <jan.vrany@labware.com>
1968
1969 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
1970 is emmited for both 'set directories' and 'directory' commands.
1971
b2701685
TT
19722020-10-08 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.base/style.exp: Check that "main"'s name is styled.
1975
e86efb33
TT
19762020-10-07 Tom Tromey <tromey@adacore.com>
1977
1978 * gdb.base/find.exp: Rename some tests.
1979
30897591
GB
19802020-10-06 Gary Benson <gbenson@redhat.com>
1981
1982 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
1983 * gdb.base/list1.c (unused): Likewise.
1984
ced4a4c1
GB
19852020-10-06 Gary Benson <gbenson@redhat.com>
1986
1987 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
1988 __attribute__ ((used)).
1989 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
1990
ed3bdac4
AB
19912020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
1992
1993 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
1994 make use of regions throughout.
1995 * gdb.base/overlays.exp: Enclose string with variableds in "..",
1996 not {...}.
1997 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
1998
cd096ec8
HD
19992020-10-05 Hannes Domani <ssbssa@yahoo.de>
2000
2001 * gdb.base/call-sc.c: Fix return struct on stack test case.
2002 * gdb.base/call-sc.exp: Likewise.
2003
3ee6f75d
GB
20042020-10-02 Gary Benson <gbenson@redhat.com>
2005
2006 * README: Fix "paralell".
2007
f65825ec
GB
20082020-09-30 Gary Benson <gbenson@redhat.com>
2009
2010 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2011 Convert directive to lowercase.
2012 (.Labbrev1_begin): Add missing label.
2013 (abbrev code 0x1): Remove DW_AT_stmt_list.
2014 (.Ldie_b): Likewise.
2015
5f278258
TT
20162020-09-27 Tom Tromey <tom@tromey.com>
2017
2018 * gdb.tui/new-layout.exp: Use with_test_prefix.
2019
8f9929bb
GR
20202020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2021
2022 PR python/26586
2023 * gdb.python/python.exp: add test cases for the from_tty
2024 argument to gdb.execute.
2025
c20c017b
GB
20262020-09-25 Gary Benson <gbenson@redhat.com>
2027
2028 * gdb.base/infcall-nested-structs.exp.tcl: Add
2029 additional_flags=-Wno-tautological-compare for C++
2030 tests when compiling using Clang.
2031
68d654af
GB
20322020-09-25 Gary Benson <gbenson@redhat.com>
2033
2034 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2035 for .c files.
2036
b551a89f
TT
20372020-09-24 Tom Tromey <tromey@adacore.com>
2038
2039 PR tui/26638:
2040 * gdb.tui/list.exp: Check output of "focus next".
2041
20a5fcbd
TT
20422020-09-23 Tom Tromey <tom@tromey.com>
2043
2044 * gdb.dwarf2/intbits.exp: New file.
2045 * gdb.dwarf2/intbits.c: New file.
2046
b167e53f
PA
20472020-09-20 Pedro Alves <pedro@palves.net>
2048
2049 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2050 spawn_id before calling remote_close. Close secondary MI channel.
2051
dbc49e9f
PA
20522020-09-20 Pedro Alves <pedro@palves.net>
2053
2054 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2055 fails.
2056
c8d5abea
AB
20572020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.fortran/array-slices.exp: Update expected results.
2060 * gdb.fortran/class-allocatable-array.exp: Likewise.
2061 * gdb.fortran/multi-dim.exp: Likewise.
2062 * gdb.fortran/vla-type.exp: Likewise.
2063 * gdb.mi/mi-vla-fortran.exp: Likewise.
2064
14f9473c
VC
20652020-09-18 Victor Collod <vcollod@nvidia.com>
2066
2067 PR gdb/26635
2068 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2069 compatible with i386, and move it to...
2070 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2071 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2072 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2073
e8ef12b9
PA
20742020-09-18 Pedro Alves <pedro@palves.net>
2075
2076 PR gdb/26631
2077 * gdb.multi/multi-target-thread-find.exp: New file.
2078
e11daf7a
PA
20792020-09-18 Pedro Alves <pedro@palves.net>
2080
2081 * gdb.multi/multi-target-continue.exp: New file, factored out from
2082 multi-target.exp.
2083 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2084 multi-target.exp.
2085 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2086 multi-target.exp.
2087 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2088 multi-target.exp.
2089 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2090 multi-target.exp.
2091 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2092 multi-target.exp.
2093 * gdb.multi/multi-target.exp: Delete.
2094
d0edc2b8
AB
20952020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.fortran/array-slices.exp: Add missing message data.
2098
7474326c
PA
20992020-09-17 Pedro Alves <pedro@palves.net>
2100
2101 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2102
dd23068d
PA
21032020-09-17 Pedro Alves <pedro@palves.net>
2104
2105 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2106 full prototype.
2107
0640a543
PA
21082020-09-17 Pedro Alves <pedro@palves.net>
2109
2110 * gdb.python/py-as-string.c: Add cast.
2111
ef0cdbc1
PA
21122020-09-17 Pedro Alves <pedro@palves.net>
2113
2114 * gdb.base/sizeof.c (fill): Add cast.
2115
3a5eeb8b
PA
21162020-09-17 Pedro Alves <pedro@palves.net>
2117
2118 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2119
a8129512
PA
21202020-09-17 Pedro Alves <pedro@palves.net>
2121
2122 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2123 linkage name.
2124 * gdb.base/prologue.exp: Use print /d.
2125 * gdb.base/symbol-alias.exp: Handle C++ output.
2126 * gdb.base/symbol-alias2.c: Handle C++ output.
2127 [__cplusplus] (func): Explicitly specify linkage name.
2128
a83cdcb6
PA
21292020-09-17 Pedro Alves <pedro@palves.net>
2130
2131 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2132 (struct my_key_t): ... this. Adjust all references.
2133 (struct value_t): Rename to ...
2134 (struct my_value_t): ... this. Adjust all references.
2135 (create_map, add_map_element, create_map_map)
2136 (add_map_map_element): Add casts.
2137
d4bcee5c
PA
21382020-09-17 Pedro Alves <pedro@palves.net>
2139
2140 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2141 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2142
81f90489
PA
21432020-09-17 Pedro Alves <pedro@palves.net>
2144
2145 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2146
0a229804
PA
21472020-09-17 Pedro Alves <pedro@palves.net>
2148
2149 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2150 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2151 (charfoo, intfoo): Define full prototype.
2152 * gdb.base/ptype1.c (charfoo): Define full prototype.
2153 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2154 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2155
c3e5138d
PA
21562020-09-17 Pedro Alves <pedro@palves.net>
2157
2158 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2159 Don't define.
2160 (utf_32_string): Compile for both C and C++.
2161 * gdb.base/charset.exp: Use "print /d".
2162
151fdbad
PA
21632020-09-17 Pedro Alves <pedro@palves.net>
2164
2165 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2166 (nullptr): Rename to ...
2167 (null_ptr): ... this.
2168 * gdb.base/watchpoint.exp: Adjust to rename.
2169
18a25b64
PA
21702020-09-17 Pedro Alves <pedro@palves.net>
2171
2172 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2173 (three_not_flag): Add casts.
2174
11fac337
PA
21752020-09-17 Pedro Alves <pedro@palves.net>
2176
2177 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2178 char array.
2179 (main): Add references to Barrier, TestStrings, TestStringsH and
2180 TestStringsW.
2181 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2182 and expect a full prototype in C++.
2183
52626c58
PA
21842020-09-17 Pedro Alves <pedro@palves.net>
2185
2186 * gdb.base/nested-addr.c (main): Add cast.
2187 * gdb.base/nested-addr.exp: Use "print /d".
2188
52bb0902
PA
21892020-09-17 Pedro Alves <pedro@palves.net>
2190
2191 * gdb.base/break.exp (func): New. Use it throughout when
2192 expecting a function name.
2193
73e18ac9
PA
21942020-09-17 Pedro Alves <pedro@palves.net>
2195
2196 * gdb.base/display.exp: Issue "set print asm-demangle on".
2197
c8b18808
PA
21982020-09-17 Pedro Alves <pedro@palves.net>
2199
2200 * gdb.base/find.c: Include <string.h>.
2201 (init_bufs): Add cast.
2202 * gdb.base/find.exp: Issue "set print asm-demangle on".
2203
fe830662
TT
22042020-09-16 Tom Tromey <tromey@adacore.com>
2205
2206 PR gdb/26598:
2207 * gdb.base/skipcxx.exp: New file.
2208 * gdb.base/skipcxx.cc: New file.
2209
945ff6e2
TV
22102020-09-16 Tom de Vries <tdevries@suse.de>
2211
2212 PR testsuite/26617
2213 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2214 WITH_DEBUG_SECTIONS is defined.
2215 (xstr, str): New macro.
2216 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2217 to get start and size of _Dmain.
2218 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2219 using additional_flags.
2220
da1df1db
TBA
22212020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2222
2223 * gdb.base/bp-cmds-sourced-script.c: New file.
2224 * gdb.base/bp-cmds-sourced-script.exp: New test.
2225 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2226
337882d4
TV
22272020-09-16 Tom de Vries <tdevries@suse.de>
2228
2229 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2230 get the gdb prompt after issuing "monitor exit".
2231
7361f908
TV
22322020-09-16 Tom de Vries <tdevries@suse.de>
2233
2234 PR testsuite/26624
2235 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2236
4d91ddd3
TV
22372020-09-16 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/26618
2240 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2241
08cc37dd
TT
22422020-09-15 Tom Tromey <tromey@adacore.com>
2243
2244 PR rust/26197:
2245 * lib/rust-support.exp (rust_llvm_version): New proc.
2246 * gdb.rust/simple.exp: Check rust_llvm_version.
2247
ee6372f2
TV
22482020-09-14 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.rust/traits.exp: Fix PATH warning.
2251
dc3a371e
PA
22522020-09-13 Pedro Alves <pedro@palves.net>
2253
2254 * gdb.base/catch-follow-exec.c (main): Add explicit return
2255 statement.
2256 * gdb.base/catch-signal.c (main): Likewise.
2257 * gdb.base/condbreak-call-false.c (main): Likewise.
2258 * gdb.base/consecutive.c (main): Add explicit return
2259 statement and return type.
2260 * gdb.base/cursal.c (main): Add explicit return statement.
2261 * gdb.base/cvexpr.c (main): Likewise.
2262 * gdb.base/display.c (main): Add explicit return statement and
2263 return type.
2264 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2265 * gdb.base/endianity.c (main): Likewise.
2266 * gdb.base/execd-prog.c (main): Likewise.
2267 * gdb.base/gdb1090.c (main): Likewise.
2268 * gdb.base/info_qt.c (main): Likewise.
2269 * gdb.base/lineinc.c (main): Likewise.
2270 * gdb.base/load-command.c (main): Likewise.
2271 * gdb.base/macscp1.c (main): Likewise.
2272 * gdb.base/pr10179-a.c (main): Likewise.
2273 * gdb.base/quit-live.c (main): Likewise.
2274 * gdb.base/scope0.c (main): Likewise.
2275 * gdb.base/settings.c (main): Likewise.
2276 * gdb.base/stack-checking.c (main): Return int.
2277 * gdb.base/varargs.c (main): Add explicit return statement.
2278 * gdb.cp/ambiguous.cc (main): Likewise.
2279 * gdb.cp/anon-struct.cc (main): Likewise.
2280 * gdb.cp/anon-union.cc (main): Likewise.
2281 * gdb.cp/bool.cc (main): Likewise.
2282 * gdb.cp/bs15503.cc (main): Likewise.
2283 * gdb.cp/cplusfuncs.cc (main): Likewise.
2284 * gdb.cp/cttiadd.cc (main): Likewise.
2285 * gdb.cp/extern-c.cc (main): Likewise.
2286 * gdb.cp/filename.cc (main): Likewise.
2287 * gdb.cp/formatted-ref.cc (main): Likewise.
2288 * gdb.cp/mb-ctor.cc (main): Likewise.
2289 * gdb.cp/member-ptr.cc (main): Likewise.
2290 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2291 * gdb.cp/overload-const.cc (main): Likewise.
2292 * gdb.cp/paren-type.cc (main): Likewise.
2293 * gdb.cp/parse-lang.cc (main): Likewise.
2294 * gdb.cp/pr-1023.cc (main): Likewise.
2295 * gdb.cp/psmang1.cc (main): Likewise.
2296 * gdb.cp/readnow-language.cc (main): Likewise.
2297 * gdb.cp/ref-params.cc (main): Likewise.
2298 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2299 * gdb.cp/virtbase2.cc (main): Likewise.
2300 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2301 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2302 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2303 * gdb.mi/mi-console.c (main): Likewise.
2304 * gdb.mi/mi-read-memory.c (main): Likewise.
2305 * gdb.modula2/multidim.c (main): Likewise.
2306 * gdb.opt/inline-small-func.c (main): Likewise.
2307 * gdb.python/py-rbreak.c (main): Likewise.
2308 * gdb.stabs/exclfwd1.c (main): Likewise.
2309 * gdb.trace/qtro.c (main): Likewise.
2310
af26601c
PA
23112020-09-13 Pedro Alves <pedro@palves.net>
2312
2313 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2314 instead of getenv.
2315
2f4b83cd
PA
23162020-09-13 Pedro Alves <pedro@palves.net>
2317
2318 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2319 instead of spawning GDB with remote_spawn.
2320 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2321 gdb_spawn instead of spawning GDB with remote_spawn.
2322
c49da0e4
PA
23232020-09-13 Pedro Alves <pedro@palves.net>
2324
2325 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2326 file and add calls to first and second.
2327 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2328 add call to f.
2329
6791b117
PA
23302020-09-13 Pedro Alves <pedro@palves.net>
2331
2332 * gdb.mi/mi-break-qualified.cc: New file.
2333 * gdb.mi/mi-break-qualified.exp: New file.
2334 * lib/mi-support.exp (mi_create_breakpoint_multi)
2335 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2336 procedures.
2337 (mi_create_breakpoint_1): New, factored out from
2338 mi_create_breakpoint.
2339
3b8d4c5c
PA
23402020-09-13 Pedro Alves <pedro@palves.net>
2341
2342 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2343 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2344 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2345 (register_class): Delete.
2346 (main): Don't call register_class.
2347
d5f96005
PA
23482020-09-13 Pedro Alves <pedro@palves.net>
2349
2350 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2351 (do_tests): Remove "calling method for small class" test.
2352 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2353 (register_class): Delete.
2354 (main): Don't call register_class.
2355 * gdb.cp/call-method-register.exp: New file, based on bits removed
2356 from classes.exp.
2357 * gdb.cp/call-method-register.cc: New file, based on bits removed
2358 from classes.cc.
2359
77f2120b
PA
23602020-09-13 Pedro Alves <pedro@palves.net>
2361
2362 * gdb.base/msym-bp-2.c: New.
2363 * gdb.base/msym-bp-shl-lib.c: New file.
2364 * gdb.base/msym-bp-shl-main-2.c: New file.
2365 * gdb.base/msym-bp-shl-main.c: New file.
2366 * gdb.base/msym-bp-shl.exp: New file.
2367 * gdb.base/msym-bp.c: New file.
2368 * gdb.base/msym-bp.exp: New file.
2369
32aea73e
JB
23702020-09-13 Joel Brobecker <brobecker@adacore.com>
2371
2372 * gdb.base/default.exp: Change $_gdb_major to 11.
2373
2a67f09d
FW
23742020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2375 Felix Willgerodt <Felix.Willgerodt@intel.com>
2376
2377 * x86-avx512bf16.c: New file.
2378 * x86-avx512bf16.exp: Likewise.
2379 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2380
ad570dd7
TV
23812020-09-11 Tom de Vries <tdevries@suse.de>
2382
2383 PR exp/26602
2384 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2385
a56f7391
TBA
23862020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2387
2388 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2389
918619e5
AM
23902020-09-10 Alan Modra <amodra@gmail.com>
2391
2392 PR 26597
2393 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2394
cac1e71d
TV
23952020-09-08 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2398 after gdb_starti_cmd.
2399
c5cd900e
AKS
24002020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2401
2402 * lib/fortran.exp (fortran_complex8): New proc.
2403 (fortran_complex16): New proc.
2404 * gdb.fortran/complex.exp: Use routines from fortran.exp
2405 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2406 * gdb.fortran/vla-ptr-info.exp: Likewise.
2407
8f5c6526
TV
24082020-09-03 Tom de Vries <tdevries@suse.de>
2409
2410 PR breakpoint/26546
2411 * gdb.base/label-without-address.exp: Runto main first.
2412
02c6f3f1
TT
24132020-09-02 Tom Tromey <tromey@adacore.com>
2414
2415 * gdb.ada/mi_var_access.exp: Test children of access variable.
2416 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2417 * gdb.ada/mi_var_array.exp: Update.
2418
efe24f05
KB
24192020-08-31 Kevin Buettner <kevinb@redhat.com>
2420
2421 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2422 on docker w/ AUFS storage driver.
2423
973695d6
KB
24242020-08-31 Kevin Buettner <kevinb@redhat.com>
2425
2426 * gdb.base/corefile2.exp (renamed binfile): New tests.
2427
f3bd50f1
SM
24282020-08-31 Simon Marchi <simon.marchi@efficios.com>
2429
2430 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2431
22b9b4b0
SL
24322020-08-31 Simon Marchi <simon.marchi@efficios.com>
2433
2434 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2435 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2436
8efaf6b3
SM
24372020-08-31 Simon Marchi <simon.marchi@efficios.com>
2438
2439 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2440 output, printing a "not saved" value from history and printing a
2441 convenience variable created from a "not saved" value.
2442
e840f2e3
TV
24432020-08-31 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.base/eh_return.exp: Use nopie.
2446
8f57f343
PA
24472020-08-28 Pedro Alves <pedro@palves.net>
2448
2449 * gdb.base/advance-until-multiple-locations.exp
2450 (advance_overload, until_overload): Adjust to match the
2451 frame/function header instead of the source line text.
2452
626d2320
TV
24532020-08-28 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.base/label-without-address.c: New test.
2456 * gdb.base/label-without-address.exp: New file.
2457
df631783
PA
24582020-08-27 Pedro Alves <pedro@palves.net>
2459
2460 PR gdb/26523
2461 PR gdb/26524
2462 * gdb.base/advance-until-multiple-locations.cc: New.
2463 * gdb.base/advance-until-multiple-locations.exp: New.
2464
48b076bb
SM
24652020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2466
2467 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2468
c2015ce4
AB
24692020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 * gdb.arch/amd64-byte.exp: Make test names unique, use
2472 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2473 * gdb.arch/amd64-dword.exp: Likewise.
2474 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2475 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2476 unique.
2477 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2478 * gdb.arch/amd64-word.exp: Make test names unique, use
2479 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2480 * gdb.arch/i386-byte.exp: Make test names unique, use
2481 gdb_breakpoint.
2482 * gdb.arch/i386-word.exp: Likewise.
2483
995d3a19
SV
24842020-08-25 Shahab Vahedi <shahab@synopsys.com>
2485
2486 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2487
8cac2b31
SM
24882020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2489
2490 PR gdb/26532
2491 * gdb.threads/stepi-random-signal.exp: Update pattern.
2492
2bc19622
SM
24932020-08-25 Simon Marchi <simon.marchi@efficios.com>
2494
2495 PR gdb/26532
2496 * gdb.base/ui-redirect.exp: Update pattern.
2497
b04aa1fc
GB
24982020-08-25 Gary Benson <gbenson@redhat.com>
2499
2500 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2501 when compiling with clang.
8571e9c8 2502 * gdb.dwarf2/dw2-restore.exp: Likewise.
b04aa1fc 2503
9f68b453
GB
25042020-08-25 Gary Benson <gbenson@redhat.com>
2505
2506 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2507 Add additional_flags=-Wno-inaccessible-base when compiling
2508 with GCC >= 10.1 or clang. Add additional_flags=-w when
2509 compiling with GCC < 10.
2510
3945d2d7
GM
25112020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2512
2513 PR m2/26372
fc5d6901
SM
2514 * gdb.modula2/multidim.c: New file.
2515 * gdb.modula2/multidim.exp: New file.
3945d2d7 2516
60122dbe
SM
25172020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2518
2519 * lib/gdb.exp (runto): Always emit fail on internal error.
2520
1eb8556f
SM
25212020-08-24 Simon Marchi <simon.marchi@efficios.com>
2522
2523 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2524 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2525 Likewise.
2526 * gdb.threads/stepi-random-signal.exp: Likewise.
2527
33bf4c5c
TBA
25282020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2529
2530 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2531 * gdb.trace/strace.exp: Ditto.
2532
c2fd7fae
AKS
25332020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2534
2535 * gdb.fortran/vla-type.exp: Skip commands not required for
2536 the Flang compiled binaries after prologue fix.
2537
326afb72
TT
25382020-08-17 Tom de Vries <tdevries@suse.de>
2539 Tom Tromey <tromey@adacore.com>
2540
2541 PR rust/26197:
2542 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2543
3ae7ab99
TT
25442020-08-17 Tom Tromey <tromey@adacore.com>
2545
2546 * gdb.ada/mi_var_access.exp: New file.
2547 * gdb.ada/mi_var_access/mi_access.adb: New file.
2548 * gdb.ada/mi_var_access/pck.adb: New file.
2549 * gdb.ada/mi_var_access/pck.ads: New file.
2550
f569c1c5
TV
25512020-08-16 Tom de Vries <tdevries@suse.de>
2552
2553 PR gdb/25350
2554 * gdb.base/eh_return.c: New test.
2555 * gdb.base/eh_return.exp: New file.
2556
3d11c30a
TV
25572020-08-15 Tom de Vries <tdevries@suse.de>
2558
2559 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2560 (mixed_func_1d_): Use fortran_charlen_t in decl.
2561
547ce8f0
TV
25622020-08-15 Tom de Vries <tdevries@suse.de>
2563
2564 PR backtrace/26390
2565 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2566 Update expected pattern.
2567
a54a7f13
PA
25682020-08-13 Pedro Alves <pedro@palves.net>
2569
2570 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2571 * gdb.fortran/library-module.exp: Likewise.
2572 * gdb.fortran/logical.exp: Likewise.
2573 * gdb.fortran/module.exp: Likewise.
2574 * gdb.fortran/print_type.exp: Likewise.
2575 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2576 * gdb.fortran/vla-datatypes.exp: Likewise.
2577 * gdb.fortran/vla-history.exp: Likewise.
2578 * gdb.fortran/vla-ptr-info.exp: Likewise.
2579 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2580 * gdb.fortran/vla-ptype.exp: Likewise.
2581 * gdb.fortran/vla-sizeof.exp: Likewise.
2582 * gdb.fortran/vla-type.exp: Likewise.
2583 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2584 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2585 * gdb.fortran/vla-value-sub.exp: Likewise.
2586 * gdb.fortran/vla-value.exp: Likewise.
2587
7a82e903
PA
25882020-08-13 Pedro Alves <pedro@palves.net>
2589
2590 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2591 * gdb.ada/access_to_packed_array.exp: Likewise.
2592 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2593 * gdb.ada/addr_arith.exp: Likewise.
2594 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2595 * gdb.ada/arr_arr.exp: Likewise.
2596 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2597 * gdb.ada/array_bounds.exp: Likewise.
2598 * gdb.ada/array_of_variable_length.exp: Likewise.
2599 * gdb.ada/array_ptr_renaming.exp: Likewise.
2600 * gdb.ada/array_subscript_addr.exp: Likewise.
2601 * gdb.ada/arraydim.exp: Likewise.
2602 * gdb.ada/arrayparam.exp: Likewise.
2603 * gdb.ada/arrayptr.exp: Likewise.
2604 * gdb.ada/assign_1.exp: Likewise.
2605 * gdb.ada/assign_arr.exp: Likewise.
2606 * gdb.ada/atomic_enum.exp: Likewise.
2607 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2608 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2609 * gdb.ada/bias.exp: Likewise.
2610 * gdb.ada/boolean_expr.exp: Likewise.
2611 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2612 * gdb.ada/bp_enum_homonym.exp: Likewise.
2613 * gdb.ada/bp_inlined_func.exp: Likewise.
2614 * gdb.ada/bp_on_var.exp: Likewise.
2615 * gdb.ada/bp_range_type.exp: Likewise.
2616 * gdb.ada/bp_reset.exp: Likewise.
2617 * gdb.ada/call_pn.exp: Likewise.
2618 * gdb.ada/catch_assert_if.exp: Likewise.
2619 * gdb.ada/catch_ex.exp: Likewise.
2620 * gdb.ada/catch_ex_std.exp: Likewise.
2621 * gdb.ada/char_enum.exp: Likewise.
2622 * gdb.ada/char_param.exp: Likewise.
2623 * gdb.ada/complete.exp: Likewise.
2624 * gdb.ada/cond_lang.exp: Likewise.
2625 * gdb.ada/convvar_comp.exp: Likewise.
2626 * gdb.ada/dgopt.exp: Likewise.
2627 * gdb.ada/disc_arr_bound.exp: Likewise.
2628 * gdb.ada/display_nested.exp: Likewise.
2629 * gdb.ada/dot_all.exp: Likewise.
2630 * gdb.ada/dyn_loc.exp: Likewise.
2631 * gdb.ada/dyn_stride.exp: Likewise.
2632 * gdb.ada/excep_handle.exp: Likewise.
2633 * gdb.ada/expr_delims.exp: Likewise.
2634 * gdb.ada/expr_with_funcall.exp: Likewise.
2635 * gdb.ada/exprs.exp: Likewise.
2636 * gdb.ada/fin_fun_out.exp: Likewise.
2637 * gdb.ada/fixed_cmp.exp: Likewise.
2638 * gdb.ada/formatted_ref.exp: Likewise.
2639 * gdb.ada/frame_arg_lang.exp: Likewise.
2640 * gdb.ada/frame_args.exp: Likewise.
2641 * gdb.ada/fullname_bp.exp: Likewise.
2642 * gdb.ada/fun_addr.exp: Likewise.
2643 * gdb.ada/fun_in_declare.exp: Likewise.
2644 * gdb.ada/fun_overload_menu.exp: Likewise.
2645 * gdb.ada/fun_renaming.exp: Likewise.
2646 * gdb.ada/funcall_char.exp: Likewise.
2647 * gdb.ada/funcall_param.exp: Likewise.
2648 * gdb.ada/funcall_ptr.exp: Likewise.
2649 * gdb.ada/funcall_ref.exp: Likewise.
2650 * gdb.ada/homonym.exp: Likewise.
2651 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2652 * gdb.ada/info_auto_lang.exp: Likewise.
2653 * gdb.ada/info_exc.exp: Likewise.
2654 * gdb.ada/info_types.exp: Likewise.
2655 * gdb.ada/int_deref.exp: Likewise.
2656 * gdb.ada/interface.exp: Likewise.
2657 * gdb.ada/iwide.exp: Likewise.
2658 * gdb.ada/lang_switch.exp: Likewise.
2659 * gdb.ada/length_cond.exp: Likewise.
2660 * gdb.ada/maint_with_ada.exp: Likewise.
2661 * gdb.ada/mi_catch_assert.exp: Likewise.
2662 * gdb.ada/mi_catch_ex.exp: Likewise.
2663 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2664 * gdb.ada/mi_dyn_arr.exp: Likewise.
2665 * gdb.ada/mi_ex_cond.exp: Likewise.
2666 * gdb.ada/mi_exc_info.exp: Likewise.
2667 * gdb.ada/mi_interface.exp: Likewise.
2668 * gdb.ada/mi_prot.exp: Likewise.
2669 * gdb.ada/mi_ref_changeable.exp: Likewise.
2670 * gdb.ada/mi_string_access.exp: Likewise.
2671 * gdb.ada/mi_task_arg.exp: Likewise.
2672 * gdb.ada/mi_task_info.exp: Likewise.
2673 * gdb.ada/mi_var_array.exp: Likewise.
2674 * gdb.ada/mi_var_union.exp: Likewise.
2675 * gdb.ada/mi_variant.exp: Likewise.
2676 * gdb.ada/minsyms.exp: Likewise.
2677 * gdb.ada/mod_from_name.exp: Likewise.
2678 * gdb.ada/nested.exp: Likewise.
2679 * gdb.ada/null_array.exp: Likewise.
2680 * gdb.ada/optim_drec.exp: Likewise.
2681 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2682 * gdb.ada/packed_array_assign.exp: Likewise.
2683 * gdb.ada/packed_tagged.exp: Likewise.
2684 * gdb.ada/pp-rec-component.exp: Likewise.
2685 * gdb.ada/print_chars.exp: Likewise.
2686 * gdb.ada/print_pc.exp: Likewise.
2687 * gdb.ada/ptr_typedef.exp: Likewise.
2688 * gdb.ada/ptype_arith_binop.exp: Likewise.
2689 * gdb.ada/ptype_array.exp: Likewise.
2690 * gdb.ada/ptype_field.exp: Likewise.
2691 * gdb.ada/ptype_tagged_param.exp: Likewise.
2692 * gdb.ada/ptype_union.exp: Likewise.
2693 * gdb.ada/py_range.exp: Likewise.
2694 * gdb.ada/py_taft.exp: Likewise.
2695 * gdb.ada/rdv_wait.exp: Likewise.
2696 * gdb.ada/rec_comp.exp: Likewise.
2697 * gdb.ada/rec_return.exp: Likewise.
2698 * gdb.ada/ref_param.exp: Likewise.
2699 * gdb.ada/ref_tick_size.exp: Likewise.
2700 * gdb.ada/rename_subscript_param.exp: Likewise.
2701 * gdb.ada/repeat_dyn.exp: Likewise.
2702 * gdb.ada/same_component_name.exp: Likewise.
2703 * gdb.ada/same_enum.exp: Likewise.
2704 * gdb.ada/scalar_storage.exp: Likewise.
2705 * gdb.ada/set_wstr.exp: Likewise.
2706 * gdb.ada/small_reg_param.exp: Likewise.
2707 * gdb.ada/str_binop_equal.exp: Likewise.
2708 * gdb.ada/str_ref_cmp.exp: Likewise.
2709 * gdb.ada/str_uninit.exp: Likewise.
2710 * gdb.ada/sub_variant.exp: Likewise.
2711 * gdb.ada/sym_print_name.exp: Likewise.
2712 * gdb.ada/taft_type.exp: Likewise.
2713 * gdb.ada/tagged.exp: Likewise.
2714 * gdb.ada/tagged_access.exp: Likewise.
2715 * gdb.ada/task_bp.exp: Likewise.
2716 * gdb.ada/task_switch_in_core.exp: Likewise.
2717 * gdb.ada/tasks.exp: Likewise.
2718 * gdb.ada/tick_last_segv.exp: Likewise.
2719 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2720 * gdb.ada/type_coercion.exp: Likewise.
2721 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2722 * gdb.ada/unchecked_union.exp: Likewise.
2723 * gdb.ada/uninitialized_vars.exp: Likewise.
2724 * gdb.ada/var_arr_attrs.exp: Likewise.
2725 * gdb.ada/var_arr_typedef.exp: Likewise.
2726 * gdb.ada/var_rec_arr.exp: Likewise.
2727 * gdb.ada/variant-record.exp: Likewise.
2728 * gdb.ada/variant.exp: Likewise.
2729 * gdb.ada/variant_record_packed_array.exp: Likewise.
2730 * gdb.ada/varsize_limit.exp: Likewise.
2731 * gdb.ada/whatis_array_val.exp: Likewise.
2732 * gdb.ada/widewide.exp: Likewise.
2733 * gdb.ada/win_fu_syms.exp: Likewise.
2734
27352020-08-12 Gary Benson <gbenson@redhat.com>
c0ab14ae
GB
2736
2737 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2738
10c381b5
AB
27392020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2742 unset the array variable.
2743
8f34b746
TV
27442020-08-03 Tom de Vries <tdevries@suse.de>
2745
2746 PR symtab/26333
2747 * lib/dwarf.exp (DW_LNE_user): New proc.
2748 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
2749 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
2750
0245e136
KB
27512020-07-31 Kevin Buettner <kevinb@redhat.com>
2752
2753 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
2754 to 'uintptr_t'
2755 (inttypes.h): Include.
2756
9ef1ec5d
KB
27572020-07-31 Kevin Buettner <kevinb@redhat.com>
2758
2759 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
2760 (C5_24k): Delete.
2761 (C5_8k, C5_64k, C5_256k): New macros.
2762 (buf_ro): Allocate 256 KiB of initialized data.
2763
4c55e970
TBA
27642020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2765
2766 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
2767 that attempt to overwrite an existing condition with a condition
2768 that fails parsing and also with a condition that parses fine
2769 but contains junk at the end.
2770
1e620590
TBA
27712020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2772
2773 * gdb.base/condbreak-bad.c: New test.
2774 * gdb.base/condbreak-bad.exp: New file.
2775
e12dcc50
TV
27762020-07-30 Tom de Vries <tdevries@suse.de>
2777
2778 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
2779 out of ...
2780 (GDBInfoModuleSymbols::check_entry): ... here.
2781 (GDBInfoModuleSymbols::check_optional_entry): New proc.
2782 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
2783 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
2784
6cc64caa
TV
27852020-07-30 Tom de Vries <tdevries@suse.de>
2786
2787 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
2788 "__class_some_module_Number_t" optional.
2789
90fd07fc
TV
27902020-07-29 Tom de Vries <tdevries@suse.de>
2791
2792 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2793 multiple locations.
2794
f5c79e97
TV
27952020-07-29 Tom de Vries <tdevries@suse.de>
2796
2797 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
2798 rather than function name.
2799
f75a0693
AB
28002020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2801
2802 PR symtab/26270:
2803 * gdb.cp/disasm-func-name.cc: New file.
2804 * gdb.cp/disasm-func-name.exp: New file.
2805
4888741a
TT
28062020-07-28 Tom Tromey <tromey@adacore.com>
2807
2808 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2809 'varval' location.
2810
43d5901d
AB
28112020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2812
2813 * gdb.python/py-unwind.py: Update to make use of a register
2814 descriptor.
2815
14fa8fb3
AB
28162020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2819
e79eb02f
AB
28202020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
2821
2822 PR fortran/23051
2823 PR fortran/26139
2824 * gdb.fortran/class-allocatable-array.exp: New file.
2825 * gdb.fortran/class-allocatable-array.f90: New file.
2826 * gdb.fortran/pointer-to-pointer.exp: New file.
2827 * gdb.fortran/pointer-to-pointer.f90: New file.
2828
876518dd
TV
28292020-07-25 Tom de Vries <tdevries@suse.de>
2830
2831 PR symtab/26243
2832 * gdb.dwarf2/dw2-line-number-zero.c: New test.
2833 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
2834
6dcfb80a
TV
28352020-07-24 Tom de Vries <tdevries@suse.de>
2836
2837 PR testsuite/26293
2838 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2839
e7bc9db8
PA
28402020-07-23 Pedro Alves <pedro@palves.net>
2841
2842 * gdb.server/server-kill.exp (prepare): New, factored out from the
2843 top level.
2844 (kill_server): New.
2845 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
2846 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
2847
78344df7
AB
28482020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2851
25dfed24
SL
28522020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2853
2854 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
2855 Initialize to empty string at top level.
2856 (gdb_wrapper_init): Revert check for file existence on build.
2857 Build the wrapper in its default place, not a build-specific
2858 location. When host == build, make the pathname absolute.
2859 (gdb_compile): Delete leftover declaration of
2860 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
2861 string instead of uninitialized.
2862
7da515fd
KB
28632020-07-22 Kevin Buettner <kevinb@redhat.com>
2864
2865 * gdb.base/corefile2.exp: New file.
2866 * gdb.base/coremaker2.exp: New file.
2867
9c5ec5c2
KB
28682020-07-22 Kevin Buettner <kevinb@redhat.com>
2869
2870 * gdb.base/coredump-filter.exp: Add second
2871 non-Private-Shared-Anon-File test.
2872 (test_disasm): Rename binfile for test which is expected
2873 to fail.
2874
f9e233c9
KB
28752020-07-22 Kevin Buettner <kevinb@redhat.com>
2876
2877 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
2878 data in core file".
2879 * gdb.base/coremaker.c (buf2ro): New global.
2880 (mmapdata): Add a read-only mmap mapping.
2881
94c265d7
KB
28822020-07-22 Kevin Buettner <kevinb@redhat.com>
2883
2884 PR corefiles/25631
2885 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
2886 New test.
2887 * gdb.base/coremaker.c (buf3): New global.
2888 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
2889 flags.
2890
28912020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
2892
2893 * gdb.base/coremaker.c (filler_ro): New global constant.
2894
32fa152e
TT
28952020-07-22 Tom Tromey <tromey@adacore.com>
2896
2897 * gdb.ada/mi_prot.exp: New file.
2898 * gdb.ada/mi_prot/pkg.adb: New file.
2899 * gdb.ada/mi_prot/pkg.ads: New file.
2900 * gdb.ada/mi_prot/prot.adb: New file.
2901
c8474dc3
TBA
29022020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2903
2904 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
2905 loads two JITers.
2906
baf8791e
AB
29072020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2910
f7306dac
AB
29112020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.python/py-arch-reg-names.exp: Additional tests.
2914
6d3d6e4b
TV
29152020-07-21 Tom de Vries <tdevries@suse.de>
2916
2917 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
2918 breakpoint locations".
2919 * gdb.reverse/solib-reverse.exp: Same.
2920
803d0592
TV
29212020-07-21 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.reverse/step-reverse.c (callee): Merge statements.
2924
e9bdc510
TV
29252020-07-21 Tom de Vries <tdevries@suse.de>
2926
2927 * gdb.fortran/info-modules.exp (info module variables): Allow missing
2928 line numbers for some variables.
2929
f0f9e75a
TV
29302020-07-21 Tom de Vries <tdevries@suse.de>
2931
2932 * gdb.opt/inline-locals.c (init_array): New func.
2933 (func1): Use init_array.
2934 * gdb.opt/inline-locals.exp: Update pattern.
2935
bd460ecb
TV
29362020-07-21 Tom de Vries <tdevries@suse.de>
2937
2938 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
2939 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
2940
ae5369e7
LC
29412020-07-20 Ludovic Courtès <ludo@gnu.org>
2942
2943 * gdb.guile/source2.scm: Add #f first argument to 'format'.
2944 * gdb.guile/types-module.exp: Remove "ERROR:" from
2945 regexps since Guile 3.0 no longer prints that.
2946
68cf161c
LC
29472020-07-20 Ludovic Courtès <ludo@gnu.org>
2948
2949 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
2950 error regexp to match on Guile 2.2.
2951
c14b4913
GB
29522020-07-20 Gary Benson <gbenson@redhat.com>
2953
2954 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2955 with clang.
2956
b243ba58
TV
29572020-07-20 Tom de Vries <tdevries@suse.de>
2958
2959 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
2960 (omp_set_lock_in_order): New function.
2961 (single_scope, multi_scope, nested_func, nested_parallel): Use
2962 omp_set_lock_in_order and omp_unset_lock.
2963 (main): Init and destroy lock and lock2.
2964
c06ad8b5
TV
29652020-07-20 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2968
6e22f117
TV
29692020-07-20 Tom de Vries <tdevries@suse.de>
2970
2971 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2972
33176ea7
TV
29732020-07-17 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.base/valgrind-infcall-2.c: New test.
2976 * gdb.base/valgrind-infcall-2.exp: New file.
2977 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
2978
90c3ec2d
TV
29792020-07-17 Tom de Vries <tdevries@suse.de>
2980
2981 * gdb.dlang/circular.c (found): Use found_label as label name.
2982 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
2983 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
2984 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
2985 * gdb.dwarf2/ada-linkage-name.exp: Same.
2986 * gdb.dwarf2/arr-subrange.exp: Same.
2987 * gdb.dwarf2/atomic-type.exp: Same.
2988 * gdb.dwarf2/comp-unit-lang.exp: Same.
2989 * gdb.dwarf2/cpp-linkage-name.exp: Same.
2990 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
2991 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
2992 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
2993 * gdb.dwarf2/implptr-64bit.exp: Same.
2994 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
2995 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
2996 * gdb.dwarf2/imported-unit.exp: Same.
2997 * gdb.dwarf2/main-subprogram.exp: Same.
2998 * gdb.dwarf2/missing-type-name.exp: Same.
2999 * gdb.dwarf2/nonvar-access.exp: Same.
3000 * gdb.dwarf2/struct-with-sig.exp: Same.
3001 * gdb.dwarf2/typedef-void-finish.exp: Same.
3002 * gdb.dwarf2/void-type.exp: Same.
3003
10da644d
TV
30042020-07-17 Tom de Vries <tdevries@suse.de>
3005
3006 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3007 src parameter.
3008 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3009 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3010 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3011 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3012 * gdb.dwarf2/dwz.exp: Same.
3013 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3014 * gdb.dwarf2/implref-array.exp: Same.
3015 * gdb.dwarf2/implref-const.exp: Same.
3016 * gdb.dwarf2/implref-global.exp: Same.
3017 * gdb.dwarf2/implref-struct.exp: Same.
3018 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3019 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3020 * gdb.dwarf2/var-access.exp: Same.
3021 * gdb.dwarf2/varval.exp: Same.
3022 * gdb.trace/entry-values.exp: Same.
3023
315e6afc
TV
30242020-07-17 Tom de Vries <tdevries@suse.de>
3025
3026 * lib/dwarf.exp (Dwarf::extern): Remove.
3027 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3028 * gdb.dlang/circular.exp: Same.
3029 * gdb.dwarf2/comp-unit-lang.exp: Same.
3030 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3031 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3032 * gdb.dwarf2/dwz.exp: Same.
3033 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3034 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3035 * gdb.dwarf2/imported-unit.exp: Same.
3036 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3037
5597c940
SL
30382020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3039
3040 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3041 Use double quotes instead of single quotes.
3042
d0ce17d8
CT
30432020-07-16 Caroline Tice <cmtice@google.com>
3044
3045 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3046 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3047
853772cc
TV
30482020-07-16 Tom de Vries <tdevries@suse.de>
3049
3050 * lib/dwarf.exp (program): Initialize _line.
3051 (DW_LNE_end_sequence): Reinitialize _line.
3052 (DW_LNS_advance_line): Update _line.
3053 (line): New proc.
3054 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3055 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3056 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3057 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3058 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3059 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3060
fe07b572
AB
30612020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3064 generic.
3065
52781cce
TV
30662020-07-15 Tom de Vries <tdevries@suse.de>
3067
3068 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3069 is_amd64_regs_target.
3070
3dcc261c
AB
30712020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3074 * gdb.fortran/ptype-on-functions.f90: Likewise.
3075
054a0959
SM
30762020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3077
3078 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3079 values in documentation for addr_size to 4 and 8.
3080
ccb9eba6
AB
30812020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3082
3083 * gdb.arch/amd64-osabi.exp: Update.
3084 * gdb.arch/arm-disassembler-options.exp: Update.
3085 * gdb.arch/powerpc-disassembler-options.exp: Update.
3086 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3087 * gdb.arch/s390-disassembler-options.exp: Update.
3088 * gdb.base/all-architectures.exp.tcl: Update.
3089 * gdb.base/attach-pie-noexec.exp: Update.
3090 * gdb.base/catch-syscall.exp: Update.
3091 * gdb.xml/tdesc-arch.exp: Update.
3092
025a39a7
TV
30932020-07-14 Tom de Vries <tdevries@suse.de>
3094
3095 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3096 (local_gettid): ... this.
3097 (fn): Update.
3098
74e4b667
SL
30992020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3100
3101 * gdb.base/info_sources.exp: Skip directory match tests on
3102 remote hosts.
3103
f413dd74
GB
31042020-07-13 Gary Benson <gbenson@redhat.com>
3105
3106 * gdb.base/savedregs.exp (caller): Use parentheses to
3107 make expected expression evaluation ordering explicit.
3108
915771bb
GB
31092020-07-13 Gary Benson <gbenson@redhat.com>
3110
3111 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3112
2a122642
GB
31132020-07-13 Gary Benson <gbenson@redhat.com>
3114
3115 * gdb.base/bigcore.c (main): Use a volatile pointer when
3116 attempting to trigger a SIGSEGV.
3117 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3118 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3119 * gdb.base/savedregs.c (thrower): Likewise.
3120 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3121
3f00c730
GB
31222020-07-13 Gary Benson <gbenson@redhat.com>
3123
3124 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3125 defining and using VLA structure fields into...
3126 * gdb.base/vla-struct-fields.c: New file.
3127 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3128 tests into...
3129 * gdb.base/vla-struct-fields.exp: New file.
3130
963eeee4
TV
31312020-07-13 Tom de Vries <tdevries@suse.de>
3132
3133 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3134 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3135 * gdb.base/gold-gdb-index.exp: Same.
3136 * gdb.base/morestack.exp: Same.
3137
0ed35c9a
DX
31382020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3139
3140 PR rust/26121
3141 * gdb.rust/modules.rs: Prevent linker from discarding test
3142 symbol.
3143
4fdba23d
PA
31442020-07-10 Pedro Alves <pedro@palves.net>
3145
3146 PR gdb/26199
3147 * gdb.multi/multi-target.c (exit_thread): New.
3148 (thread_start): Break loop if EXIT_THREAD.
3149 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3150 (top level) Call test_no_resumed.
3151
15f3b077
TT
31522020-07-08 Tom Tromey <tromey@adacore.com>
3153
3154 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3155 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3156
9fc501fd
AB
31572020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 PR python/22748
3160 * gdb.opt/inline-frame-tailcall.c: New file.
3161 * gdb.opt/inline-frame-tailcall.exp: New file.
3162 * gdb.python/py-unwind-inline.c: New file.
3163 * gdb.python/py-unwind-inline.exp: New file.
3164 * gdb.python/py-unwind-inline.py: New file.
3165
64cb3757
AB
31662020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.python/py-arch-reg-groups.exp: New file.
3169
0f767f94
AB
31702020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.python/py-arch-reg-names.exp: New file.
3173
87dbc774
AB
31742020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3175
3176 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3177 gdb.PendingFrame.architecture method.
3178
d8cc8af6
TV
31792020-07-06 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3182
3c8ea5be
PA
31832020-07-03 Pedro Alves <palves@redhat.com>
3184
3185 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3186 explicitly write negative numbers.
3187 * gdb.base/structs2.exp: Adjust expected output.
3188
bf90c83a
PA
31892020-07-03 Pedro Alves <palves@redhat.com>
3190
3191 * gdb.base/charset.c (init_string): Change all char parameters to
3192 unsigned char parameters.
3193
2eb82157
PA
31942020-07-03 Pedro Alves <palves@redhat.com>
3195
3196 * gdb.base/call-sc.exp (start_scalars_test): Use
3197 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3198 * gdb.base/overlays.c: Remove references to PARAMS.
3199 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3200 * gdb.base/reread.exp: Don't set 'prototypes' global.
3201 * gdb.base/structs.exp (start_structs_test): Use
3202 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3203 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3204 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3205 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3206 call.
3207 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3208
9adda7af
PA
32092020-07-03 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.base/m32rovly.c: Delete.
3212 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3213
2a17c803
PW
32142020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3215
3216 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3217 of gdb_py_test_multiple.
3218 * gdb.python/py-cmd.exp: Likewise.
3219 * gdb.python/py-events.exp: Likewise.
3220 * gdb.python/py-function.exp: Likewise.
3221 * gdb.python/py-inferior.exp: Likewise.
3222 * gdb.python/py-infthread.exp: Likewise.
3223 * gdb.python/py-linetable.exp: Likewise.
3224 * gdb.python/py-parameter.exp: Likewise.
3225 * gdb.python/py-value.exp: Likewise.
3226
b011fe1a
TV
32272020-06-30 Tom de Vries <tdevries@suse.de>
3228
3229 PR testsuite/26175
3230 * lib/future.exp (gdb_default_target_compile): Detect and handle
3231 early_flags.
3232
df5b8876
SM
32332020-06-29 Simon Marchi <simon.marchi@efficios.com>
3234
3235 * boards/simavr.exp (gdb_load): Catch errors when closing
3236 previous connection. Close connection, wait for process and
3237 unset simavr_spawn_id on failure.
3238
a3ca48cd
TV
32392020-06-29 Tom de Vries <tdevries@suse.de>
3240
3241 * lib/gdb.exp (unknown): Make test-case unresolved.
3242
b0237c0e
TV
32432020-06-29 Tom de Vries <tdevries@suse.de>
3244
3245 PR gdb/25475
3246 * gdb.server/solib-list.exp: Verify that the symbol reload
3247 confirmation question is asked.
3248
c0b3b3bd
PW
32492020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3250
3251 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3252 have a input seq nr in each pass message.
fe4c3d43 3253 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
c0b3b3bd
PW
3254 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3255 * gdb.python/python.exp: Make test names unique,
3256 use gdb_test_multiline instead of gdb_py_test_multiple,
3257 use $gdb_test_name.
3258 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3259
1776e3e5
NA
32602020-06-26 Nick Alcock <nick.alcock@oracle.com>
3261
3262 * configure.ac: Add --enable-libctf.
3263 * aclocal.m4: sinclude ../config/enable.m4.
3264 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3265 * lib/gdb.exp (skip_ctf_tests): Use it.
3266 * gdb.base/ctf-constvars.exp: Error message tweak.
3267 * gdb.base/ctf-ptype.exp: Likewise.
3268 * configure: Regenerate.
3269
f53b3eeb
GB
32702020-06-26 Gary Benson <gbenson@redhat.com>
3271
3272 * gdb.cp/try_catch.cc: Include string.h.
3273 (main): Replace comparison against string literal with
3274 strcmp, avoiding build failure with -Wstring-compare.
3275 Add "marker test-complete".
3276 * gdb.cp/try_catch.exp: Run the test to the above marker,
3277 then verify that the value of "test" is still true.
3278
6d74da72
AB
32792020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3282
2e52d038
AB
32832020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3286
3b9fce96
AB
32872020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3290 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3291 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3292 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3293 * gdb.arch/riscv-tdesc-loading.exp: New file.
3294
ed69cbc8
AB
32952020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3298
767a879e
AB
32992020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3300
3301 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3302 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3303 * gdb.arch/riscv-tdesc-regs.c: New file.
3304 * gdb.arch/riscv-tdesc-regs.exp: New file.
3305
221db974
PA
33062020-06-24 Pedro Alves <palves@redhat.com>
3307
3308 * gdb.arch/amd64-entry-value-paramref.exp: Use
3309 prepare_for_testing_full and don't pass "c++" for the .S file
3310 build spec.
3311 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3312 $options, since it's an assembly file. Remove -Wno-deprecated.
3313 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3314 compiling C++ programs.
3315
331733cd
PA
33162020-06-24 Pedro Alves <palves@redhat.com>
3317
3318 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3319 Clang, add "-Wno-unknown-warning-option" to the options.
3320
caa7fd04
AB
33212020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3322
3323 * gdb.xml/tdesc-reload.c: New file.
3324 * gdb.xml/tdesc-reload.exp: New file.
3325 * gdb.xml/maint-xml-dump-01.xml: New file.
3326 * gdb.xml/maint-xml-dump-02.xml: New file.
3327 * gdb.xml/maint-xml-dump.exp: New file.
3328
bb8d1260
SL
33292020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3330
3331 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3332 Adjust for omitted commands when TUI is disabled.
3333
7e4b9c4c
GB
33342020-06-23 Gary Benson <gbenson@redhat.com>
3335 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3338 * gdb.cp/nsimport.cc: Likewise.
3339 * gdb.cp/nsnested.cc: Likewise.
3340 * gdb.cp/nsnoimports.cc: Likewise.
3341 * gdb.cp/nsusing.cc: Likewise.
3342 * gdb.cp/smartp.cc: Likewise.
3343 * gdb.python/py-pp-integral.c: Likewise.
3344 * gdb.python/py-pp-re-notag.c: Likewise.
3345
2e573c0a
GB
33462020-06-23 Gary Benson <gbenson@redhat.com>
3347
3348 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3349 * gdb.cp/nsimport.cc: Likewise.
3350 * gdb.cp/nsnested.cc: Likewise.
3351 * gdb.cp/nsnoimports.cc: Likewise.
3352 * gdb.cp/nsusing.cc: Likewise.
3353 * gdb.cp/smartp.cc: Likewise.
3354 * gdb.python/py-pp-integral.c: Likewise.
3355 * gdb.python/py-pp-re-notag.c: Likewise.
3356
746ebfe8
PW
33572020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3358
3359 * gdb.base/default-args.exp: New test.
3360 * gdb.base/default-args.c: New file.
3361 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3362 * gdb.base/default.exp: Update to new help text.
3363 * gdb.base/help.exp: Likewise.
3364 * gdb.base/page.exp: Likewise.
3365 * gdb.base/style.exp: Likewise.
3366 * gdb.guile/guile.exp: Likewise.
3367 * gdb.python/python.exp: Likewise.
3368
e822f2cd
SL
33692020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3370
3371 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3372 remote host. Fix search path syntax on Windows host.
3373
48e9cc84
PW
33742020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3375
3376 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3377 over 'exec-file-mismatch'.
3378 * gdb.base/attach.c: Mark should_exit volatile.
3379 * gdb.base/attach2.c: Likewise. Add a comment explaining
3380 why the sleep cannot be big.
3381 * gdb.base/attach3.c: New file.
3382
160f8a8f
SL
33832020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3384
3385 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3386 prefix optional.
3387
4d91c2a4
SL
33882020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3389
3390 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3391 for remote host.
3392
87f83f20
SL
33932020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3394 Hafiz Abid Qadeer <abidh@codesourcery.com>
3395
3396 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3397 file sent to remote host.
3398 (top level): Allow int32_t as type of 32-bit register.
3399
37ab8655
TV
34002020-06-19 Tom de Vries <tdevries@suse.de>
3401
3402 * lib/gdb.exp (gdb_note): New proc.
3403 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3404 (gdb_default_target_compile): ... here. Only call
3405 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3406 (use_gdb_compile): Change to array.
3407 (toplevel): Update sets of use_gdb_compile to specify language.
3408 Warn about default_target_compile override. Store dejagnu's version
3409 of default_target_compile in dejagnu_default_target_compile.
3410
a8a56685
TV
34112020-06-18 Tom de Vries <tdevries@suse.de>
3412
3413 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3414 (default_gdb_init): ... here.
3415
581bea2c
SL
34162020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3417
3418 Fix TUI support checks in gdb.tui tests.
3419
3420 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3421 just say UNSUPPORTED.
3422 * gdb.tui/corefile-run.exp: Likewise.
3423 * gdb.tui/empty.exp: Likewise.
3424 * gdb.tui/list-before.exp: Likewise.
3425 * gdb.tui/list.exp: Likewise.
3426 * gdb.tui/main.exp: Likewise.
3427 * gdb.tui/regs.exp: Likewise.
3428 * gdb.tui/resize.exp: Likewise.
3429 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3430 * gdb.tui/tui-layout-asm.exp: Likewise.
3431 * gdb.tui/tui-missing-src.exp: Likewise.
3432 * gdb.tui/winheight.exp: Likewise.
3433 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3434
05e682e3
SL
34352020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3436
3437 Fix TCL error in gdb.python/py-format-string.exp.
3438
3439 * gdb.python/py-format-string.exp: Move test for python support
3440 earlier, out of function body.
3441
efb763a5
SM
34422020-06-15 Simon Marchi <simon.marchi@efficios.com>
3443
3444 * gdb.base/index-cache-load-twice.c: New.
3445 * gdb.base/index-cache-load-twice.exp: New.
3446
43327b20
KS
34472020-06-17 Keith Seitz <keiths@redhat.com>
3448
99cf27cf 3449 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
3450 when executing "gdb --configuration".
3451
081e778c
TV
34522020-06-17 Tom de Vries <tdevries@suse.de>
3453
3454 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3455 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3456 conditional on presence of gdb_tcl_unknown.
3457 (gdb_finish): Make override undo conditional on presence of
3458 gdb_tcl_unknown.
3459
d2d1ea20
TT
34602020-06-16 Tom Tromey <tom@tromey.com>
3461
3462 * gdb.python/tui-window.py (failwin): New function. Register it
3463 as a TUI window type.
3464 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3465
c802e8a7
GB
34662020-06-16 Gary Benson <gbenson@redhat.com>
3467
3468 * gdb.python/py-nested-maps.c (create_map): Add missing return
3469 value.
3470 (create_map_map): Likewise.
3471
ff08abb8
TBA
34722020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3473
3474 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3475 variable.
3476 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3477 and use the already-defined 'options' variable.
3478
a29d5112
AB
34792020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3480 Tom de Vries <tdevries@suse.de>
3481
3482 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3483 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3484 (gdb_setup_known_globals): New proc.
3485 (gdb_cleanup_globals): New proc.
3486 * lib/gdb.exp (load_lib): New override proc.
3487 (gdb_stdin_log_init): Set var in_file as persistent global.
3488 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3489 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3490 fpc_compiler as persistent global.
3491
8c74a764
TV
34922020-06-12 Tom de Vries <tdevries@suse.de>
3493
3494 * lib/tuiterm.exp (spawn): Rename to ...
3495 (tui_spawn): ... this.
3496 (toplevel): Move rename of spawn ...
3497 (gdb_init_tuiterm): ... here. New proc.
3498 (gdb_finish_tuiterm): New proc.
3499 * lib/gdb.exp (gdb_finish_hooks): New global var.
3500 (gdb_finish): Handle gdb_finish_hooks.
3501 (tuiterm_env): New proc.
3502 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3503 tuiterm_env.
3504 * gdb.tui/basic.exp: Same.
3505 * gdb.tui/corefile-run.exp: Same.
3506 * gdb.tui/empty.exp: Same.
3507 * gdb.tui/list-before.exp: Same.
3508 * gdb.tui/list.exp: Same.
3509 * gdb.tui/main.exp: Same.
3510 * gdb.tui/new-layout.exp: Same.
3511 * gdb.tui/regs.exp: Same.
3512 * gdb.tui/resize.exp: Same.
3513 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3514 * gdb.tui/tui-layout-asm.exp: Same.
3515 * gdb.tui/tui-missing-src.exp: Same.
3516 * gdb.tui/winheight.exp: Same.
3517
26783bce
TV
35182020-06-12 Tom de Vries <tdevries@suse.de>
3519
3520 PR testsuite/26110
3521 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3522 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3523
2b4e6a3f
TT
35242020-06-11 Tom Tromey <tom@tromey.com>
3525
3526 PR gdb/18318:
3527 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3528 floating point tests.
3529
2f33032a
KS
35302020-06-11 Keith Seitz <keiths@redhat.com>
3531
3532 PR gdb/21356
3533 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3534 vla_struct.
3535 Add new struct vla_typedef and union vla_typedef_union and
3536 corresponding instantiation objects.
3537 Initialize new objects.
3538 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3539 and vla_typedef_union_object.
3540 Fixup type for vla_struct_object.
3541
a8baf0a3
TV
35422020-06-11 Tom de Vries <tdevries@suse.de>
3543
3544 * lib/gdb.exp (with_override): New proc, factored out of ...
3545 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3546
7ab96794
TV
35472020-06-10 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3550
cab5c3b7
SM
35512020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3552
3553 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3554 parameter, update callers.
3555
f8c41851
SM
35562020-06-04 Simon Marchi <simon.marchi@efficios.com>
3557
3558 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3559 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3560 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3561
1c07a73f
TV
35622020-06-04 Tom de Vries <tdevries@suse.de>
3563
3564 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3565
95146b5d
TV
35662020-06-04 Tom de Vries <tdevries@suse.de>
3567
3568 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3569 exp_continue.
3570
0cfcd4f0
TV
35712020-06-04 Tom de Vries <tdevries@suse.de>
3572
3573 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3574
f9b5d5ea
TV
35752020-06-03 Tom de Vries <tdevries@suse.de>
3576
3577 PR symtab/26046
3578 * gdb.cp/breakpoint-locs-2.cc: New test.
3579 * gdb.cp/breakpoint-locs.cc: New test.
3580 * gdb.cp/breakpoint-locs.exp: New file.
3581 * gdb.cp/breakpoint-locs.h: New test.
3582
5144dfba
TV
35832020-06-03 Tom de Vries <tdevries@suse.de>
3584
3585 PR testsuite/25609
3586 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3587 value of global verbose.
3588 * gdb.base/jit-elf.exp: Same.
3589 * gdb.base/jit-reader.exp: Same.
3590
621eacdf
TV
35912020-06-02 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.dwarf2/multidictionary.exp: Don't use
3594 gdb_spawn_with_cmdline_opts.
3595
1313c56e
AB
35962020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3597
3598 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3599 use_header case.
3600 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3601 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3602 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3603 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3604 * gdb.dwarf2/dw2-inline-header.c: New file.
3605 * gdb.dwarf2/dw2-inline-header.h: New file.
3606
f68f85b5
PA
36072020-05-30 Pedro Alves <palves@redhat.com>
3608
3609 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3610 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3611
678048e8
GB
36122020-05-29 Gary Benson <gbenson@redhat.com>
3613
3614 * gdb.compile/compile-cplus.exp (additional_flags): Also
3615 set when building with clang.
3616 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3617 when building with clang.
3618
9fcafd23
GB
36192020-05-29 Gary Benson <gbenson@redhat.com>
3620
3621 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3622 building with clang.
3623 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3624
735d5a07
GB
36252020-05-29 Gary Benson <gbenson@redhat.com>
3626
3627 * gdb.cp/koenig.exp (prepare_for_testing): Add
3628 additional_flags=-Wno-unused-comparison.
3629 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3630
4ad2c6a0
GB
36312020-05-28 Gary Benson <gbenson@redhat.com>
3632
3633 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3634 statement.
3635
09fe663e
GB
36362020-05-28 Gary Benson <gbenson@redhat.com>
3637
3638 * gdb.cp/classes.exp (prepare_for_testing): Add
3639 additional_flags=-Wno-deprecated-register.
3640 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3641 * gdb.cp/misc.exp: Likewise.
3642
cee00f17
GB
36432020-05-28 Gary Benson <gbenson@redhat.com>
3644
3645 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3646 (test_op_new::operator new): Add return statement.
3647 (test_op_new_array::operator new[]): Likewise.
3648
636edd00
PA
36492020-05-27 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3652 check. Use test_gdb_complete_unique instead of
3653 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3654 test_gdb_complete_multiple instead of
3655 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3656
c2b75043
LM
36572020-05-27 Luis Machado <luis.machado@linaro.org>
3658
3659 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3660 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3661 * gdb.arch/arm-disassembler-options.exp: Likewise.
3662 * gdb.arch/arm-disp-step.exp: Likewise.
3663 * gdb.arch/thumb-prologue.exp: Likewise.
3664 * gdb.base/async.exp: Likewise.
3665 * gdb.base/auxv.exp: Likewise.
3666 * gdb.base/complex-parts.exp: Likewise.
3667 * gdb.base/ena-dis-br.exp: Likewise.
3668 * gdb.base/foll-exec.exp: Likewise.
3669 * gdb.base/permissions.exp: Likewise.
3670 * gdb.base/relocate.exp: Likewise.
3671 * gdb.base/return2.exp: Likewise.
3672 * gdb.base/sigbpt.exp: Likewise.
3673 * gdb.base/siginfo-obj.exp: Likewise.
3674 * gdb.cp/converts.exp: Likewise.
3675 * gdb.cp/exceptprint.exp: Likewise.
3676 * gdb.cp/inherit.exp: Likewise.
3677 * gdb.cp/nsnoimports.exp: Likewise.
3678 * gdb.cp/virtbase2.exp: Likewise.
3679 * gdb.mi/mi-var-cmd.exp: Likewise.
3680 * gdb.mi/var-cmd.c: Likewise.
3681
53a47a3e
TT
36822020-05-26 Tom Tromey <tromey@adacore.com>
3683
3684 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3685
0bc2354b
TT
36862020-05-26 Tom Tromey <tromey@adacore.com>
3687
3688 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3689 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3690 type.
3691 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3692 variable.
3693
0db49895
CBG
36942020-05-26 Christian Biesinger <cbiesinger@google.com>
3695
3696 * Makefile.in: Use = instead of == for the test command
3697 for portability.
3698
40d22035
TV
36992020-05-26 Tom de Vries <tdevries@suse.de>
3700
3701 * gdb.base/gold-gdb-index-2.c: New test.
3702 * gdb.base/gold-gdb-index.c: New test.
3703 * gdb.base/gold-gdb-index.exp: New file.
3704 * gdb.base/gold-gdb-index.h: New test.
3705
043e2e02
TV
37062020-05-25 Tom de Vries <tdevries@suse.de>
3707
3708 * boards/gold-gdb-index.exp: New file.
3709
462f72c5
SM
37102020-05-25 Simon Marchi <simon.marchi@efficios.com>
3711
3712 * boards/simavr.exp: New file.
3713
6cf66e76
SM
37142020-05-25 Simon Marchi <simon.marchi@efficios.com>
3715
3716 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3717 * gdb.base/inferior-args.exp: New file.
3718 * gdb.base/inferior-args.c: New file.
3719
75d04512
SM
37202020-05-25 Simon Marchi <simon.marchi@efficios.com>
3721
3722 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3723 inferior_args. Pass it to gdb_reload.
3724 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3725 inferior_args.
3726 (gdb_reload): Add inferior_args argument.
3727 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3728 pass it to gdbserver_run.
3729 * boards/native-gdbserver.exp: Do not set noargs.
3730 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3731 inferior_args argument.
3732 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3733 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3734 * gdb.base/args.exp: Likewise.
3735
42cf1844
TV
37362020-05-25 Tom de Vries <tdevries@suse.de>
3737
3738 * lib/gdb.exp (exec_is_pie): Add comment.
3739
8f7d38ef
TV
37402020-05-25 Tom de Vries <tdevries@suse.de>
3741
3742 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
3743 instead of $binfile in the untested message.
3744
465e1b0f
TV
37452020-05-25 Tom de Vries <tdevries@suse.de>
3746
3747 PR testsuite/26031
3748 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
3749
3c5a0e02
TV
37502020-05-25 Tom de Vries <tdevries@suse.de>
3751
3752 * boards/gold.exp: New file.
3753
0a4f5f8c
TT
37542020-05-23 Tom Tromey <tom@tromey.com>
3755
3756 * gdb.base/style.exp: Remove completion styling test.
3757 * lib/gdb-utils.exp (style): Remove completion styles.
3758
eca1f90c
TT
37592020-05-23 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.base/style.exp: Add completion styling test.
3762 * lib/gdb-utils.exp (style): Add completion styles.
3763
7c13f4e8
AB
37642020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
3765
3766 * gdb.base/annota1.exp: Update expected results.
3767 * gdb.cp/annota2.exp: Update expected results, remove duplicate
3768 test name.
3769 * gdb.cp/annota3.exp: Update expected results.
3770
41977d16
SM
37712020-05-20 Simon Marchi <simon.marchi@efficios.com>
3772
3773 PR gdb/26016
3774 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
3775 against MAP_FAILED.
3776 * gdb.base/coremaker.c (mmapdata): Likewise.
3777 * gdb.base/jit-reader-host.c (main): Likewise.
3778 * gdb.base/sym-file-loader.c (load): Likewise.
3779 (load_shlib): Likewise.
3780
b4757f2e
TT
37812020-05-20 Tom Tromey <tromey@adacore.com>
3782
3783 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3784
9a0bacfb
TV
37852020-05-20 Tom de Vries <tdevries@suse.de>
3786
3787 PR symtab/25833
3788 * gdb.base/with-mf-inc.c: New test.
3789 * gdb.base/with-mf-main.c: New test.
3790 * gdb.base/with-mf.exp: New file.
3791
76571211
TT
37922020-05-19 Tom Tromey <tromey@adacore.com>
3793
3794 * gdb.rust/simple.exp: Restore missing test result.
3795
4cd9f3d5
TV
37962020-05-19 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.base/gdb-caching-proc.exp: Fix typo.
3799
7d874253
TT
38002020-05-19 Tom Tromey <tromey@adacore.com>
3801
3802 * gdb.rust/simple.exp: Add some test descriptions.
3803 (test_one_slice): Use with_test_prefix.
3804
1d727695
TV
38052020-05-18 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3808
7f32a4d5
PA
38092020-05-17 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/25741
3812 * gdb.base/hw-sw-break-same-address.exp: New file.
3813
7cfd74cf
PA
38142020-05-16 Pedro Alves <palves@redhat.com>
3815
3816 * gdb.multi/multi-re-run.exp (test_re_run): Switch
3817 LAST_LOADED_FILE accordingly.
3818
57b4f16e
PW
38192020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3820
3821 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3822
7c05caf7
PW
38232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3824
3825 * gdb.base/help.exp: Test apropos and help for commands
3826 having aliases. Fixed comments not starting with an
3827 upper-case letter or not finishing with a dot.
3828
7aa1b46f
PW
38292020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3830
3b3aaacb
PW
3831 * gdb.base/alias.exp: Update help output check.
3832
57b4f16e 38332020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 3834
7aa1b46f
PW
3835 * gdb.base/default.exp: Update output following fixes.
3836
0605465f
PW
38372020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3838
3839 * gdb.base/alias.exp: Test aliases starting with a prefix of
3840 another alias.
3841
86e4e63d
GB
38422020-05-15 Gary Benson <gbenson@redhat.com>
3843
3844 * gdb.base/info-os.c (main): Add return statement.
3845 * gdb.base/info_minsym.c (minsym_fun): Likewise.
3846 * gdb.base/large-frame-2.c (func): Likewise.
3847 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
3848 * gdb.base/pr10179-b.c (foo2): Likewise.
3849 * gdb.base/valgrind-disp-step.c (foo): Likewise.
3850 * gdb.base/watch-cond.c (func): Likewise.
3851 * gdb.multi/goodbye.c (verylongfun): Likewise.
3852 * gdb.multi/hello.c (commonfun): Likewise.
3853 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
3854 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
3855 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3856 Likewise.
3857 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
3858 * gdb.threads/interrupt-while-step-over.c (child_function):
3859 Likewise.
3860 * gdb.trace/actions-changed.c (end): Likewise.
3861
163df4df
GB
38622020-05-15 Gary Benson <gbenson@redhat.com>
3863
3864 * gdb.opencl/callfuncs.exp: Report when test skipped.
3865 * gdb.opencl/convs_casts.exp: Likewise.
3866 * gdb.opencl/datatypes.exp: Likewise.
3867 * gdb.opencl/operators.exp: Likewise.
3868 * gdb.opencl/vec_comps.exp: Likewise.
3869
6dbc505a
TV
38702020-05-15 Tom de Vries <tdevries@suse.de>
3871
3872 * gdb.base/align.exp.in: Rename to ...
3873 * gdb.base/align.exp.tcl: ... this.
3874 * gdb.base/align-c++.exp: Update.
3875 * gdb.base/align-c.exp: Update.
3876 * gdb.base/all-architectures.exp.in: Rename to ...
3877 * gdb.base/all-architectures.exp: ... this.
3878 * gdb.base/all-architectures-0.exp: Update.
3879 * gdb.base/all-architectures-1.exp: Update.
3880 * gdb.base/all-architectures-2.exp: Update.
3881 * gdb.base/all-architectures-3.exp: Update.
3882 * gdb.base/all-architectures-4.exp: Update.
3883 * gdb.base/all-architectures-5.exp: Update.
3884 * gdb.base/all-architectures-6.exp: Update.
3885 * gdb.base/all-architectures-7.exp: Update.
3886 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
3887 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
3888 * gdb.base/infcall-nested-structs-c++.exp: Update.
3889 * gdb.base/infcall-nested-structs-c.exp: Update.
3890 * gdb.base/info-types.exp.in: Rename to ...
3891 * gdb.base/info-types.exp.tcl: ... this.
3892 * gdb.base/info-types-c++.exp: Update.
3893 * gdb.base/info-types-c.exp: Update.
3894 * gdb.base/max-depth.exp.in: Rename to ...
3895 * gdb.base/max-depth.exp.tcl: ... this.
3896 * gdb.base/max-depth-c++.exp: Update.
3897 * gdb.base/max-depth-c.exp: Update.
3898 * gdb.cp/cpexprs.exp.in: Rename to ...
3899 * gdb.cp/cpexprs.exp.tcl: ... this.
3900 * gdb.cp/cpexprs-debug-types.exp: Update.
3901 * gdb.cp/cpexprs.exp: Update.
3902 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
3903 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
3904 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
3905 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
3906 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
3907 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
3908 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
3909 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
3910 * gdb.dwarf2/clang-debug-names-2.exp: Update.
3911 * gdb.dwarf2/clang-debug-names.exp: Update.
3912
d1034d78
AB
39132020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
3914
3915 * lib/check-test-names.exp: Remove code that prevents this file
3916 loading when tests are run in parallel.
3917
3c5c3649
PA
39182020-05-15 Pedro Alves <palves@redhat.com>
3919
3920 * gdb.multi/multi-kill.exp (start_inferior): Remove
3921 'testpid' parameter. Refer to namespace variable directly.
3922 (testpid): Declare as namespace variable.
3923
272c36b8
PA
39242020-05-15 Pedro Alves <palves@redhat.com>
3925
3926 * gdb.multi/multi-kill.exp: Wrap in namespace.
3927 (start_inferior): Add TESTPID parameter. Use it instead of the
3928 testpid global.
3929 (top level): Define empty TESTPID array, and pass it down to
3930 start_inferior.
3931
02eba61a
TV
39322020-05-14 Tom de Vries <tdevries@suse.de>
3933
3934 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
3935 output.
3936
971a3747
TV
39372020-05-14 Tom de Vries <tdevries@suse.de>
3938
3939 * gdb.base/align.exp: Split into ...
3940 * gdb.base/align.exp.in: ...
3941 * gdb.base/align-c++.exp: ...
3942 * gdb.base/align-c.exp: ... these.
3943 * gdb.base/infcall-nested-structs.exp: Split into ...
3944 * gdb.base/infcall-nested-structs.exp.in: ...
3945 * gdb.base/infcall-nested-structs-c++.exp: ...
3946 * gdb.base/infcall-nested-structs-c.exp: ... these.
3947 * gdb.base/info-types.exp: Split into ...
3948 * gdb.base/info-types.exp.in: ...
3949 * gdb.base/info-types-c++.exp: ...
3950 * gdb.base/info-types-c.exp: ... these.
3951 * gdb.base/max-depth.exp: Split into ...
3952 * gdb.base/max-depth.exp.in: ...
3953 * gdb.base/max-depth-c++.exp: ...
3954 * gdb.base/max-depth-c.exp: ... these.
3955 * gdb.cp/infcall-nodebug.exp: Split into ...
3956 * gdb.cp/infcall-nodebug.exp.in: ...
3957 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
3958 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
3959 * gdb.cp/infcall-nodebug-c-d0.exp: ...
3960 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
3961
a05575d3
TBA
39622020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3963 Pedro Alves <palves@redhat.com>
3964
3965 * gdb.multi/multi-exit.c: New file.
3966 * gdb.multi/multi-exit.exp: New file.
3967 * gdb.multi/multi-kill.c: New file.
3968 * gdb.multi/multi-kill.exp: New file.
3969
6ad82919
TBA
39702020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3971
3972 * gdb.base/annota1.exp: Update the expected output.
3973 * gdb.cp/annota2.exp: Ditto.
3974
843f4d93
AB
39752020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
3976
3977 * lib/check-test-names.exp: Disable when testing is being run in
3978 parallel.
3979
c7c66341
TV
39802020-05-12 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.base/jit-elf.exp: Fix string concat.
3983
1b59ca1c
TV
39842020-05-12 Tom de Vries <tdevries@suse.de>
3985
3986 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
3987 messages.
3988
b4991d29
TV
39892020-05-12 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3992
dbb0ab10
TV
39932020-05-12 Tom de Vries <tdevries@suse.de>
3994
3995 * gdb.ada/catch_ex.exp: Use with_test_prefix.
3996 * gdb.ada/mi_catch_ex.exp: Same.
3997 * gdb.ada/mi_catch_ex_hand.exp: Same.
3998
7549fed8
TV
39992020-05-12 Tom de Vries <tdevries@suse.de>
4000
4001 * gdb.fortran/complex.exp: Use with_test_prefix.
4002
af2d5cd8
TV
40032020-05-12 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.trace/passcount.exp: Fix test-names.
4006
7c121311
TV
40072020-05-12 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4010
c9f3b40e
TV
40112020-05-12 Tom de Vries <tdevries@suse.de>
4012
4013 * gdb.gdb/complaints.exp: Use with_test_prefix.
4014 * gdb.xml/tdesc-regs.exp: Same.
4015 * gdb.opt/inline-locals.exp: Fix test name.
4016
111b33f0
TV
40172020-05-12 Tom de Vries <tdevries@suse.de>
4018
4019 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4020 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4021 * gdb.dwarf2/implref-struct.exp: Same.
4022 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4023 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4024
ebf47080
SM
40252020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4026
4027 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4028
d30dcd12
AB
40292020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4030
4031 * lib/check-test-names.exp (all_test_names): New module variable.
4032 (counts): Add 'duplicates' field.
4033 (_check_duplicates): New procedure.
4034 (check): Also check for duplicates.
4035 (do_log_summary): Print duplicates count.
4036 (do_reset_vars): Reset counter for duplicate test names, and
4037 discard all know test names.
4038
34584c09
AB
40392020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * lib/gdb.exp: Include check-test-names.exp library.
4042 * lib/check-test-names.exp: New file.
4043
e0002117
TV
40442020-05-11 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4047
53f539a3
KS
40482020-05-11 Keith Seitz <keiths@redhat.com>
4049
4050 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4051
113ee09a
TV
40522020-05-11 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4055 * gdb.cp/cpexprs.exp.in: .. here.
4056 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4057 cpexprs.exp.
4058
ba3e70b0
KS
40592020-05-11 Keith Seitz <keiths@redhat.com>
4060
4061 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4062 test names.
4063 * gdb.ada/arrayptr.exp: Likewise.
4064 * gdb.ada/assign_arr.exp: Likewise.
4065 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4066 * gdb.ada/bp_on_var.exp: Likewise.
4067 * gdb.ada/call_pn.exp: Likewise.
4068 * gdb.ada/complete.exp: Likewise.
4069 * gdb.ada/fun_overload_menu.exp: Likewise.
4070 * gdb.ada/funcall_param.exp: Likewise.
4071 * gdb.ada/funcall_ref.exp: Likewise.
4072 * gdb.ada/packed_array_assign.exp: Likewise.
4073 * gdb.ada/same_component_name.exp: Likewise.
4074 * gdb.ada/type_coercion.exp: Likewise.
4075 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4076 * gdb.ada/variant_record_packed_array.exp: Likewise.
4077
3ee6bb11
TV
40782020-05-11 Tom de Vries <tdevries@suse.de>
4079
4080 PR symtab/25941
4081 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4082 out of ...
4083 * gdb.dwarf2/clang-debug-names.exp: ... here.
4084 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4085 clang-debug-names.exp.in.
4086 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4087 * gdb.dwarf2/clang-debug-names-2.c: New test.
4088
86cd6bc8
AKS
40892020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4090
4091 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4092 (fortran_runto_main): New Proc, fortran version of runto_main.
4093 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4094 * gdb.fortran/array-bounds.exp: Likewise.
4095 * gdb.fortran/array-slices.exp: Likewise.
4096 * gdb.fortran/block-data.exp: Likewise.
4097 * gdb.fortran/charset.exp: Likewise.
4098 * gdb.fortran/common-block.exp: Likewise.
4099 * gdb.fortran/complex.exp: Likewise.
4100 * gdb.fortran/derived-type-function.exp: Likewise.
4101 * gdb.fortran/derived-type.exp: Likewise.
4102 * gdb.fortran/info-modules.exp: Likewise.
4103 * gdb.fortran/info-types.exp: Likewise.
4104 * gdb.fortran/intrinsics.exp: Likewise.
4105 * gdb.fortran/library-module.exp: Likewise.
4106 * gdb.fortran/logical.exp: Likewise.
4107 * gdb.fortran/max-depth.exp: Likewise.
4108 * gdb.fortran/module.exp: Likewise.
4109 * gdb.fortran/multi-dim.exp: Likewise.
4110 * gdb.fortran/nested-funcs.exp: Likewise.
4111 * gdb.fortran/print-formatted.exp: Likewise.
4112 * gdb.fortran/print_type.exp: Likewise.
4113 * gdb.fortran/printing-types.exp: Likewise.
4114 * gdb.fortran/ptr-indentation.exp: Likewise.
4115 * gdb.fortran/ptype-on-functions.exp: Likewise.
4116 * gdb.fortran/subarray.exp: Likewise.
4117 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4118 * gdb.fortran/vla-datatypes.exp: Likewise.
4119 * gdb.fortran/vla-history.exp: Likewise.
4120 * gdb.fortran/vla-ptr-info.exp: Likewise.
4121 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4122 * gdb.fortran/vla-ptype.exp: Likewise.
4123 * gdb.fortran/vla-sizeof.exp: Likewise.
4124 * gdb.fortran/vla-type.exp: Likewise.
4125 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4126 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4127 * gdb.fortran/vla-value-sub.exp: Likewise.
4128 * gdb.fortran/vla-value.exp: Likewise.
4129 * gdb.fortran/whatis_type.exp: Likewise.
4130 * gdb.mi/mi-var-child-f.exp: Likewise.
4131
6dc55ce9 41322020-05-09 Tom de Vries <tdevries@suse.de>
4133
4134 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4135
283cb58c
TV
41362020-05-08 Tom de Vries <tdevries@suse.de>
4137
4138 * gdb.dwarf2/clang-debug-names.c: New test.
4139 * gdb.dwarf2/clang-debug-names.exp: New file.
4140
ac4a4f1c
SM
41412020-05-06 Simon Marchi <simon.marchi@efficios.com>
4142
4143 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4144 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4145
24fe640b
TV
41462020-05-06 Tom de Vries <tdevries@suse.de>
4147
4148 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4149 breakpoint is at a "recommended breakpoint location".
4150 * gdb.reverse/consecutive-reverse.exp: Same.
4151
0d8683a3
TV
41522020-05-06 Tom de Vries <tdevries@suse.de>
4153
4154 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4155 address.
4156
b8983c46
TV
41572020-05-06 Tom de Vries <tdevries@suse.de>
4158
4159 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4160
abf6d805
TV
41612020-05-06 Tom de Vries <tdevries@suse.de>
4162
4163 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4164 info for r.
4165
0fc2a808
TV
41662020-05-06 Tom de Vries <tdevries@suse.de>
4167
4168 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4169 necessary.
4170
873dd427
TV
41712020-05-06 Tom de Vries <tdevries@suse.de>
4172
4173 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4174 void.
4175
7c99e7e2
TV
41762020-05-06 Tom de Vries <tdevries@suse.de>
4177
4178 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4179 of ...
4180 * gdb.base/async.exp: ... here.
4181 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4182 "recommended breakpoint location".
4183
6173d6a6
TV
41842020-05-06 Tom de Vries <tdevries@suse.de>
4185
4186 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4187
6015a067
TV
41882020-05-04 Tom de Vries <tdevries@suse.de>
4189
4190 * gdb.base/async.exp: Check whether instruction addresses are a
4191 "recommended breakpoint location".
4192
3b6acaee
TT
41932020-05-03 Tom Tromey <tom@tromey.com>
4194
4195 * gdb.base/sepdebug.exp: Remove "catch" test.
4196 * gdb.base/break.exp: Remove "catch" test.
4197 * gdb.base/default.exp: Update expected output.
4198
5beb4d17
TV
41992020-05-02 Tom de Vries <tdevries@suse.de>
4200
4201 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4202 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4203 * gdb.arch/i386-mpx-map.exp: Same.
4204 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4205 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4206 * gdb.arch/i386-mpx.exp: Same.
4207
8caf140d
TV
42082020-05-02 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4211
693196cb
TV
42122020-05-01 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.ada/operator_bp.exp: Allow more than required amount of
4215 breakpoint.
4216
53ae0aa9
TV
42172020-05-01 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4220
ee9d1e5f
HD
42212020-04-30 Hannes Domani <ssbssa@yahoo.de>
4222
4223 PR gdb/18706
4224 * gdb.cp/stub-array-size.cc: New test.
4225 * gdb.cp/stub-array-size.exp: New file.
4226 * gdb.cp/stub-array-size.h: New test.
4227 * gdb.cp/stub-array-size2.cc: New test.
4228
d5cf82c0
HD
42292020-04-30 Hannes Domani <ssbssa@yahoo.de>
4230
4231 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4232 output to the new format.
4233
42e165c3
SM
42342020-04-29 Simon Marchi <simon.marchi@efficios.com>
4235
4236 * gdb.base/break.exp: Use with_test_prefix.
4237
6e4e3fe1
TV
42382020-04-29 Tom de Vries <tdevries@suse.de>
4239
4240 * lib/gdb.exp (debug_types): New proc.
4241 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4242 * gdb.python/py-symtab.exp: Same.
4243
d642b692
HD
42442020-04-29 Hannes Domani <ssbssa@yahoo.de>
4245
4246 PR gdb/17320
4247 * gdb.base/pretty-array.c: New test.
4248 * gdb.base/pretty-array.exp: New file.
4249
ea90f227
TV
42502020-04-29 Tom de Vries <tdevries@suse.de>
4251
4252 PR symtab/25889
4253 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4254 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4255 and include cpexprs.exp.
4256
a65189c9
TV
42572020-04-28 Mark Williams <mark@myosotissp.com>
4258
4259 PR gdb/24480
4260 * dw4-toplevel-types.exp: Test for top level types.
4261 * dw4-toplevel-types.cc: Test for top level types.
4262
32d1f47a
TBA
42632020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4264
4265 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4266 (theads -> threads).
4267
56a4f5a1
TV
42682020-04-28 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4271
0b2f8a3b
TV
42722020-04-28 Tom de Vries <tdevries@suse.de>
4273
4274 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4275
5390c717
TV
42762020-04-28 Tom de Vries <tdevries@suse.de>
4277
4278 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4279
15cd93d0
TV
42802020-04-28 Tom de Vries <tdevries@suse.de>
4281
4282 * gdb.dwarf2/main-foo.c: New test.
4283 * gdb.dwarf2/struct-with-sig.exp: New file.
4284
d472f0fb
TV
42852020-04-25 Tom de Vries <tdevries@suse.de>
4286
4287 * boards/debug-types.exp: New file.
4288
8d840e05
AB
42892020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4292
bcfe6157
TT
42932020-04-24 Tom Tromey <tom@tromey.com>
4294
4295 PR symtab/12707:
4296 * gdb.python/py-symbol.exp: Update expected results for
4297 linkage_name test.
4298 * gdb.cp/print-demangle.exp: New file.
4299 * gdb.base/c-linkage-name.exp: Fix test.
4300 * gdb.guile/scm-symbol.exp: Update expected results for
4301 linkage_name test.
4302
f049a313
TT
43032020-04-24 Tom Tromey <tom@tromey.com>
4304
4305 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4306 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4307 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4308 assembler.
4309
7cf28874
TV
43102020-04-24 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4313 C++.
4314
dac2fef7
TT
43152020-04-24 Tom Tromey <tromey@adacore.com>
4316
4317 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4318 values.
4319 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4320 values. Update test for minimal encodings.
4321 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4322 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4323 values. Update test for minimal encodings.
4324
1acda803
TT
43252020-04-24 Tom Tromey <tromey@adacore.com>
4326
4327 PR python/23662:
4328 * gdb.ada/variant.exp: Add Python checks.
4329 * gdb.rust/simple.exp: Add dynamic type checks.
4330
adfb9815
TT
43312020-04-24 Tom Tromey <tromey@adacore.com>
4332
4333 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4334 Make array type matching more lax.
4335 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4336 * gdb.ada/mi_variant.exp: New file.
4337 * gdb.ada/mi_variant/pck.ads: New file.
4338 * gdb.ada/mi_variant/pkg.adb: New file.
4339 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4340 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4341
7d79de9a
TT
43422020-04-24 Tom Tromey <tromey@adacore.com>
4343
4344 * gdb.ada/variant.exp: Add dynamic field offset tests.
4345 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4346 * gdb.ada/variant/pkg.adb: Add new variables.
4347
f8e89861
TT
43482020-04-24 Tom Tromey <tromey@adacore.com>
4349
4350 * gdb.ada/variant.exp: New file
4351 * gdb.ada/variant/pkg.adb: New file
4352 * gdb.ada/variant/pck.adb: New file
4353
86e887ae
TV
43542020-04-24 Tom de Vries <tdevries@suse.de>
4355
4356 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4357
88428775
TV
43582020-04-24 Tom de Vries <tdevries@suse.de>
4359
4360 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4361 flags.
4362
4e86f6e7
TV
43632020-04-24 Tom de Vries <tdevries@suse.de>
4364
4365 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4366
2016d3e6
TV
43672020-04-24 Tom de Vries <tdevries@suse.de>
4368
4369 * lib/gdb.exp (default_gdb_start): Handle eof.
4370 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4371 failure.
4372 * gdb.base/readnever.exp: Handle clean_restart failure.
4373
70bc38f5
TV
43742020-04-23 Tom de Vries <tdevries@suse.de>
4375
4376 * gdb.base/decl-before-def.exp: Run to main and print a again.
4377
de82891c
TV
43782020-04-23 Tom de Vries <tdevries@suse.de>
4379
4380 * gdb.base/decl-before-def-decl.c: New test.
4381 * gdb.base/decl-before-def-def.c: New test.
4382 * gdb.base/decl-before-def.exp: New file.
4383
96038148
TV
43842020-04-23 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4387
54ac3df1
TV
43882020-04-22 Tom de Vries <tdevries@suse.de>
4389
4390 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4391 debug_info_offset.
4392 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4393 before $objsfile in the line line.
4394
714534e1
TV
43952020-04-22 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4398
16a7dbf4
MS
43992020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4400
4401 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4402 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4403 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4404 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4405 * gdb.base/jit-protocol.h: Update definitions to match all usage
4406 contexts.
4407
44082020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4409
4410 * gdb.base: Rename all jit related test and source files.
4411
44122020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4413
4414 * gdb.base/jit-reader.exp: Relax register output check.
4415
317d2668
TV
44162020-04-22 Tom de Vries <tdevries@suse.de>
4417
4418 PR symtab/25764
4419 * gdb.base/psym-external-decl-2.c: New test.
4420 * gdb.base/psym-external-decl.c: New test.
4421 * gdb.base/psym-external-decl.exp: New file.
4422 * gdb.threads/tls.exp: Add PR25807 kfail.
4423
eea9e357
TV
44242020-04-22 Tom de Vries <tdevries@suse.de>
4425
4426 PR symtab/25801
4427 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4428 in "info source" output.
4429
3d5afab3
TV
44302020-04-22 Tom de Vries <tdevries@suse.de>
4431
4432 PR symtab/25700
4433 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4434 symtab for imported_unit.c.
4435
b32102f6
GB
44362020-04-21 Gary Benson <gbenson@redhat.com>
4437
4438 * gdb.base/advance.c (func): New argument, to match call site.
4439 (func2, func3): Add return statements.
4440
d43b7a2d
TBA
44412020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4442
4443 * gdb.multi/run-only-second-inf.c: New file.
4444 * gdb.multi/run-only-second-inf.exp: New file.
4445
d89edf9b
MM
44462020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4447
4448 * gdb.btrace/multi-inferior.c: New test.
4449 * gdb.btrace/multi-inferior.exp: New file.
4450
1a476b6d
MM
44512020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4452
4453 * gdb.btrace/enable-new-thread.c: New test.
4454 * gdb.btrace/enable-new-thread.exp: New file.
4455
4778a5f8
TV
44562020-04-21 Tom de Vries <tdevries@suse.de>
4457
4458 PR gdb/25471
4459 * gdb.threads/killed-outside.c: New test.
4460 * gdb.threads/killed-outside.exp: New file.
4461
9b2c992c
GB
44622020-04-20 Gary Benson <gbenson@redhat.com>
4463
4464 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4465 * gdb.base/nested-subp2.exp: Likewise.
4466 * gdb.base/nested-subp3.exp: Likewise.
4467
b5d1d6f7
GB
44682020-04-20 Gary Benson <gbenson@redhat.com>
4469
4470 * gdb.base/nested-subp1.exp: Disable test when using clang.
4471 * gdb.base/nested-subp2.exp: Likewise.
4472 * gdb.base/nested-subp3.exp: Likewise.
4473
25230285
GB
44742020-04-20 Gary Benson <gbenson@redhat.com>
4475
4476 * gdb.cp/exception.cc: Fix compilation error with clang.
4477
fa93cc8f
GB
44782020-04-20 Gary Benson <gbenson@redhat.com>
4479
809730f3 4480 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 4481
e0c45f30
GB
44822020-04-20 Gary Benson <gbenson@redhat.com>
4483
4484 * gdb.base/jit-main.c: Fix compilation error with clang.
4485
4ddfec93
KR
44862020-04-17 Kamil Rytarowski <n54@gmx.com>
4487
4488 * gdb.base/attach-twice.c: Include "sys/types.h".
4489 (PTRACE_ATTACH): Add fallback definition.
4490 (main): Pass `0' to the 4th argument of `ptrace'.
4491
2bed205e
KR
44922020-04-17 Kamil Rytarowski <n54@gmx.com>
4493
4494 * gdb.base/fork-running-state.c: Include "signal.h".
4495
0743fc83
TT
44962020-04-17 Tom Tromey <tromey@adacore.com>
4497
4498 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4499 Update tests.
4500 * gdb.btrace/cpu.exp: Update tests.
4501 * gdb.base/maint.exp: Update tests.
4502 * gdb.base/default.exp: Update tests.
4503 * gdb.base/completion.exp: Update tests.
4504
efba5c23
TV
45052020-04-16 Tom de Vries <tdevries@suse.de>
4506
4507 PR symtab/25791
4508 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4509 (ensure_gdb_index): and factor out and move ...
4510 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4511 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4512
d191d716
TV
45132020-04-16 Tom de Vries <tdevries@suse.de>
4514
4515 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4516 loading exec.
4517
99f1bc6a
AB
45182020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.base/many-completions.exp: New file.
4521
194d088f
TV
45222020-04-14 Tom de Vries <tdevries@suse.de>
4523
4524 PR symtab/25718
4525 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4526
c1a66c06
TV
45272020-04-14 Tom de Vries <tdevries@suse.de>
4528
4529 PR symtab/25720
4530 * gdb.base/maint-expand-symbols-header-file.c: New test.
4531 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4532 * gdb.base/maint-expand-symbols-header-file.h: New test.
4533
21b0982c
AB
45342020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4537 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4538 get_func_info.
4539 (get_func_info): Delete.
4540 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4541 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4542 * lib/dwarf.exp (get_func_info): New function.
4543
dd1cab06
TV
45442020-04-13 Tom de Vries <tdevries@suse.de>
4545
4546 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4547 to what find_gnatmake does.
4548
71ea2b6b
TV
45492020-04-10 Tom de Vries <tdevries@suse.de>
4550
4551 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4552 -readnow.
4553
bdfc1e8a
TV
45542020-04-10 Tom de Vries <tdevries@suse.de>
4555
4556 PR cli/25808
4557 * gdb.base/style.c: Add leading newlines.
4558 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4559 Check listing of main's one-line body.
4560
14ca8ecf
TV
45612020-04-08 Tom de Vries <tdevries@suse.de>
4562
4563 * lib/gdb.exp (psymtabs_p): New proc.
4564 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4565 importing unit" unsupported if there are no partial symbols.
4566
e21d048f
TV
45672020-04-08 Tom de Vries <tdevries@suse.de>
4568
4569 PR testsuite/25760
4570 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4571
25c11aca
TV
45722020-04-07 Tom de Vries <tdevries@suse.de>
4573
4574 PR symtab/25796
4575 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4576
5707e24b
TV
45772020-04-07 Tom de Vries <tdevries@suse.de>
4578
4579 * gdb.base/check-psymtab.c: New test.
4580 * gdb.base/check-psymtab.exp: New file.
4581
6ee448cc
TT
45822020-04-06 Tom Tromey <tromey@adacore.com>
4583
4584 * gdb.ada/variant-record/proc.adb: New file.
4585 * gdb.ada/variant-record/value.adb: New file.
4586 * gdb.ada/variant-record/value.s: New file.
4587 * gdb.ada/variant-record.exp: New file.
4588
9e7c9a03
HD
45892020-04-03 Hannes Domani <ssbssa@yahoo.de>
4590
4591 PR gdb/25325
4592 * gdb.cp/typed-enum.cc: New test.
4593 * gdb.cp/typed-enum.exp: New file.
4594
c90d28ac
AB
45952020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4598 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4599 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4600 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4601 * gdb.opt/inline-small-func.c: New file.
4602 * gdb.opt/inline-small-func.exp: New file.
4603 * gdb.opt/inline-small-func.h: New file.
4604
34e9a9fa
AB
46052020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4608 function.
4609
6a354911
AB
46102020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * lib/dwarf.exp (function_range): Allow compiler options to be
4613 specified.
4614
880d9777
TV
46152020-04-02 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4618 __attribute__((always_inline)).
4619 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4620
f32682ea
TV
46212020-04-02 Tom de Vries <tdevries@suse.de>
4622
4623 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4624 (gdbserver_gdb_exit): ... here. Add timeout warning.
4625 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4626 (connect_target_extended_remote): Append new server_spawn_id to
4627 server_spawn_ids.
4628 (cleanup): New proc.
4629 (setup, <toplevel>): Call cleanup.
4630
d3214198
TV
46312020-04-02 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.base/main-psymtab.exp: New file.
4634
cc77ed24
TV
46352020-04-02 Tom de Vries <tdevries@suse.de>
4636
4637 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4638
3638a098
TT
46392020-04-01 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.base/complex-parts.exp: Add type tests.
4642
c34e8714
TT
46432020-04-01 Tom Tromey <tom@tromey.com>
4644
4645 * gdb.base/complex-parts.exp: Add arithmetic tests.
4646
981c08ce
TT
46472020-04-01 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.compile/compile.exp: Update.
4650 * gdb.compile/compile-cplus.exp: Update.
4651 * gdb.base/varargs.exp: Update.
4652 * gdb.base/floatn.exp: Update.
4653 * gdb.base/endianity.exp: Update.
4654 * gdb.base/callfuncs.exp (do_function_calls): Update.
4655 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4656 (complex_float_integral_args): Update.
4657 * gdb.base/complex.exp: Update.
4658 * gdb.base/complex-parts.exp: Update.
4659
3d1cfd43
TT
46602020-04-01 Tom Tromey <tromey@adacore.com>
4661
4662 * gdb.rust/union.rs: New file.
4663 * gdb.rust/union.exp: New file.
4664 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4665 (main): Update.
4666 * gdb.rust/simple.exp: Move union tests to union.exp.
4667
e033dfa9
TT
46682020-04-01 Tom Tromey <tromey@adacore.com>
4669
4670 * gdb.rust/simple.rs (main): Remove "y0".
4671
53cccef1
TBA
46722020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4673
4674 * gdb.multi/stop-all-on-exit.c: New test.
4675 * gdb.multi/stop-all-on-exit.exp: New file.
4676
60e22c1e
HD
46772020-04-01 Hannes Domani <ssbssa@yahoo.de>
4678
4679 PR gdb/24789
4680 * gdb.cp/misc.cc: Add integer reference variable.
4681 * gdb.cp/misc.exp: Add test.
4682
e139a727
TBA
46832020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4684
4685 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4686 scenario to cover execution until the end and also the case
4687
16b0db75
TV
46882020-03-31 Tom de Vries <tdevries@suse.de>
4689
4690 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4691 c. Use "maint info symtabs" to check symtab expansion.
4692
c0502da6
TV
46932020-03-30 Tom de Vries <tdevries@suse.de>
4694
4695 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4696 unsupported.
4697 (verify_psymtab_expanded): Move ...
4698 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4699 test.
4700 (readnow): New proc.
4701
5935fd15
AB
47022020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4703
4704 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4705 with $hex.
4706
1773be9e
TT
47072020-03-20 Tom Tromey <tromey@adacore.com>
4708
4709 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4710
70304be9
TT
47112020-03-20 Tom Tromey <tromey@adacore.com>
4712
4713 * gdb.ada/sub_variant/subv.adb: New file.
4714 * gdb.ada/sub_variant.exp: New file.
4715
0dd7b8f7
TV
47162020-03-20 Tom de Vries <tdevries@suse.de>
4717
4718 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4719 first break fails.
4720 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4721
cada5fc9
AB
47222020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * gdb.server/exit-multiple-threads.c: New file.
4725 * gdb.server/exit-multiple-threads.exp: New file.
4726
6b8c53f2
AB
47272020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.fortran/mixed-lang-stack.c: New file.
4730 * gdb.fortran/mixed-lang-stack.cpp: New file.
4731 * gdb.fortran/mixed-lang-stack.exp: New file.
4732 * gdb.fortran/mixed-lang-stack.f90: New file.
4733
19a2740f
AB
47342020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4735
4736 * gdb.linespec/cp-completion-aliases.cc: New file.
4737 * gdb.linespec/cp-completion-aliases.exp: New file.
4738
d8c8b848
TV
47392020-03-19 Tom de Vries <tdevries@suse.de>
4740
4741 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4742 more precise.
4743
a9933ccf
TV
47442020-03-18 Tom de Vries <tdevries@suse.de>
4745
4746 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
4747 * gdb.dwarf2/break-inline-psymtab.c: New test.
4748 * gdb.dwarf2/break-inline-psymtab.exp: New file.
4749
2f89101f
TV
47502020-03-16 Tom de Vries <tdevries@suse.de>
4751
4752 * lib/cache.exp (gdb_do_cache): Add and handle local variables
4753 cache_verify and cache_verify_proc.
4754
6b9374f1
TV
47552020-03-15 Tom de Vries <tdevries@suse.de>
4756
4757 * gdb.server/solib-list.exp: Handle
4758 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
4759
eaeaf44c
TV
47602020-03-15 Tom de Vries <tdevries@suse.de>
4761
4762 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
4763 objfiles".
4764
3293bbaf
TT
47652020-03-14 Tom Tromey <tom@tromey.com>
4766
4767 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4768
ab44624c
TV
47692020-03-14 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4772
54c43825
TV
47732020-03-14 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
4776 result in line-by-line fashion.
4777
2ac70237
TV
47782020-03-14 Tom de Vries <tdevries@suse.de>
4779
4780 * lib/gdb.exp (supports_statement_frontiers): New proc.
4781 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
4782
09546b56
TV
47832020-03-14 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.base/printcmds.exp: Add missing quoting for "print
4786 teststring2".
4787
a1f6a07c
TT
47882020-03-13 Tom Tromey <tom@tromey.com>
4789
4790 * gdb.base/printcmds.exp (test_print_strings): Add regression
4791 test.
4792 * gdb.base/printcmds.c (charptr): New typedef.
4793 (teststring2): New global.
4794
1b83d09c
AB
47952020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
4796
4797 * gdb.base/break-interp.exp: Use the tail of the filename, not the
4798 full path in the test name.
4799 (test_ld): Add some with_test_prefix blocks to make test names
4800 unique.
4801
2d61316c
TV
48022020-03-13 Tom de Vries <tdevries@suse.de>
4803
4804 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4805
2e9145ac
TV
48062020-03-13 Tom de Vries <tdevries@suse.de>
4807
4808 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4809
96c7f873
TV
48102020-03-13 Tom de Vries <tdevries@suse.de>
4811
4812 PR symtab/25646
4813 * gdb.dwarf2/imported-unit.exp: Add test.
4814
49ba92c0
TV
48152020-03-13 Tom de Vries <tdevries@suse.de>
4816
4817 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
4818 (var1, var2): New variable.
4819 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
4820 matching symbols.
4821
301b21e0
TV
48222020-03-13 Tom de Vries <tdevries@suse.de>
4823
4824 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
4825 (Term::command): Use prompt prefix.
4826 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
4827 * gdb.tui/tui-layout-asm-short-prog.exp: Use
4828 command_no_prompt_prefix instead of prefix.
4829 * gdb.tui/tui-layout-asm.exp: Same.
4830
3f512721
SM
48312020-03-12 Simon Marchi <simon.marchi@efficios.com>
4832
4833 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4834
40310f30
SM
48352020-03-12 Simon Marchi <simon.marchi@efficios.com>
4836
4837 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
4838 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
4839 on" while stepping over the test instruction, match printed
4840 message.
4841
09252140
TV
48422020-03-12 Tom de Vries <tdevries@suse.de>
4843
4844 * gdb.base/info-types.exp: Use exp_continue during matching of output
4845 of "info types".
4846
14e9c72c
TV
48472020-03-12 Tom de Vries <tdevries@suse.de>
4848
4849 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4850
e515d67e
TV
48512020-03-12 Tom de Vries <tdevries@suse.de>
4852
4853 * gdb.fortran/module.exp: Use exp_continue during matching of output
4854 of "info variable -n".
4855
307eafd8
TV
48562020-03-12 Tom de Vries <tdevries@suse.de>
4857
4858 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
4859 gdb.dwarf2/dw2-ranges-base.c.
4860
9a2de3fc
TV
48612020-03-12 Tom de Vries <tdevries@suse.de>
4862
4863 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
4864 in presence of GLIBC debuginfo.
4865
3217502e
TV
48662020-03-12 Tom de Vries <tdevries@suse.de>
4867
4868 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
4869 $core.
4870
1281424c
TV
48712020-03-12 Tom de Vries <tdevries@suse.de>
4872
4873 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
4874 more precise.
4875
038b97fc
SM
48762020-03-11 Simon Marchi <simon.marchi@efficios.com>
4877
4878 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
4879 from Unix to Windows path.
4880
5308d1e7
TV
48812020-03-11 Tom de Vries <tdevries@suse.de>
4882
4883 * gdb.ada/minsyms.exp: Set language to ada.
4884
f870f78f
TV
48852020-03-11 Tom de Vries <tdevries@suse.de>
4886
4887 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4888
5a13315d
TV
48892020-03-11 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4892
976862ed
TT
48932020-03-11 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4896
7462c383
TV
48972020-03-11 Tom de Vries <tdevries@suse.de>
4898
4899 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4900
1c6c46a0
TV
49012020-03-11 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.base/break-interp.exp: Limit verbose scope.
4904
44f41bb7
TV
49052020-03-11 Tom de Vries <tdevries@suse.de>
4906
4907 * gdb.fortran/logical.f90: Define variable with character type.
4908 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
4909
b76f3a42
TV
49102020-03-11 Tom de Vries <tdevries@suse.de>
4911
4912 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4913
1c33af77
TV
49142020-03-11 Tom de Vries <tdevries@suse.de>
4915
4916 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4917 symtabs.
4918
8c95582d
AB
49192020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4920 Bernd Edlinger <bernd.edlinger@hotmail.de>
4921
4922 * gdb.cp/step-and-next-inline.cc: New file.
4923 * gdb.cp/step-and-next-inline.exp: New file.
4924 * gdb.cp/step-and-next-inline.h: New file.
4925 * gdb.dwarf2/dw2-is-stmt.c: New file.
4926 * gdb.dwarf2/dw2-is-stmt.exp: New file.
4927 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
4928 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
4929 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
4930
cecf8547
AB
49312020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
4934 is-stmt flag in the line table.
4935
0ba678c9
TV
49362020-03-09 Tom de Vries <tdevries@suse.de>
4937
4938 * lib/gdb.exp (cached_file): Create cache dir.
4939
72fbdf83
TV
49402020-03-07 Tom de Vries <tdevries@suse.de>
4941
4942 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
4943 * gdb.cp/rvalue-ref-params.exp: Same.
4944
436b5e99
TV
49452020-03-06 Tom de Vries <tdevries@suse.de>
4946
4947 * lib/gdb.exp (tentative_rename, cached_file): New proc.
4948 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
4949
09f2921c
TV
49502020-03-06 Tom de Vries <tdevries@suse.de>
4951
4952 * README: Fix "the the".
4953 * gdb.base/dprintf.exp: Same.
4954
50a3cc5d
TV
49552020-03-05 Tom de Vries <tdevries@suse.de>
4956
4957 * gdb.base/maint.exp: Update "main print statistics" expected output.
4958
0a709cba
AKS
49592020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
4960
4961 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
4962 (fortran_int8): Likewise.
4963 (fortran_real4): Likewise.
4964 (fortran_real8): Likewise.
4965 (fortran_complex4): Likewise.
4966 (fortran_logical4): Likewise.
4967 (fortran_character1): Likewise.
4968
5e5d66b6
AB
49692020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
4970
4971 * gdb.fortran/logical.exp: Add tests that any non-zero value is
4972 printed as true.
4973
7b973adc
SDJ
49742020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
4975
4976 * gdb.base/printcmds.exp: Add test to verify printf of a
4977 variable holding an address.
4978
478e490a
TV
49792020-03-03 Tom de Vries <tdevries@suse.de>
4980
4981 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4982
1ef44e86
TV
49832020-03-03 Tom de Vries <tdevries@suse.de>
4984
4985 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
4986 gdb_test_multiple call.
4987
b98cc2cf
TV
49882020-03-03 Tom de Vries <tdevries@suse.de>
4989
4990 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
4991 gdb_test_multiple calls.
4992
63e163f2
AB
49932020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
4994
4995 * gdb.base/default.exp: Remove test of 'set history filename'.
4996 * gdb.base/gdbinit-history.exp: Add tests for setting the history
4997 filename to the empty string.
4998 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
4999 and GDBHISTSIZE.
5000
24ed6739
AB
50012020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5002
5003 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5004 disabled.
5005
590003dc 50062020-03-02 Pedro Alves <palves@redhat.com>
fc5d6901 5007 Tom de Vries <tdevries@suse.de>
590003dc
TV
5008
5009 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5010 -prompt prefix, before user_code argument. Add -lbl option likewise.
5011 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5012 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5013 argument.
5014 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5015 have "\r\n" at start-of-line, instead of at end-of-line.
5016
f5e46084
SM
50172020-02-28 Simon Marchi <simon.marchi@efficios.com>
5018
5019 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5020 libinproctrace.so.
5021
f7a7000d
LM
50222020-02-28 Luis Machado <luis.machado@linaro.org>
5023
5024 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5025 to "p/x".
5026
718e0816
LM
50272020-02-28 Luis Machado <luis.machado@linaro.org>
5028
5029 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5030 asm/ptrace.h and error.h.
5031
13c3a74a
TV
50322020-02-28 Tom de Vries <tdevries@suse.de>
5033
5034 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5035 (struct wrapper, do_something, mundane/symada__cS): Move ...
5036 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5037 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5038 Update "print symada__cS before partial symtab expansion" regexp.
5039 Update breakpoint location. Flush symbol cache after expansion.
5040
85d2d5bb
LM
50412020-02-28 Luis Machado <luis.machado@linaro.org>
5042
5043 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5044
3608f86c
TV
50452020-02-27 Tom de Vries <tdevries@suse.de>
5046
5047 * config/sid.exp: Remove unused globals.
5048 * gdb.base/attach.exp: Same.
5049 * gdb.base/catch-load.exp: Same.
5050 * gdb.base/dbx.exp: Same.
5051 * lib/gdb.exp: Same.
5052 * lib/mi-support.exp: Same.
5053 * lib/prompt.exp: Same.
5054
c8d4f6df
TV
50552020-02-27 Tom de Vries <tdevries@suse.de>
5056
5057 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5058 not set.
5059
0d79cdc4
AM
50602020-02-26 Aaron Merey <amerey@redhat.com>
5061
5062 * gdb.debuginfod: New directory for debuginfod tests.
5063 * gdb.debuginfod/main.c: New test file.
5064 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5065
0dce4280
TV
50662020-02-26 Tom de Vries <tdevries@suse.de>
5067
5068 PR gdb/25603
5069 * gdb.base/persistent-lang.cc: New test.
5070 * gdb.base/persistent-lang.exp: New file.
5071
9e80cfa1
AB
50722020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.fortran/derived-type-striding.exp: Add a new test.
5075 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5076 new test.
5077
2078dbb2
AB
50782020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5079
5080 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5081 names.
5082
70d49700
TV
50832020-02-25 Tom de Vries <tdevries@suse.de>
5084
5085 PR go/18926
5086 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5087
a88ef40d
TV
50882020-02-24 Tom de Vries <tdevries@suse.de>
5089
5090 PR gdb/25592
5091 * gdb.base/info-locals-unused-static-var.c: New test.
5092 * gdb.base/info-locals-unused-static-var.exp: New file.
5093
01b1af32
TT
50942020-02-22 Tom Tromey <tom@tromey.com>
5095
5096 * gdb.python/tui-window.exp: New file.
5097 * gdb.python/tui-window.py: New file.
5098
7c043ba6
TT
50992020-02-22 Tom Tromey <tom@tromey.com>
5100
5101 PR tui/17850:
5102 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5103 tests.
5104
c22fef7e
TT
51052020-02-22 Tom Tromey <tom@tromey.com>
5106
5107 * gdb.tui/new-layout.exp: Add sub-layout tests.
5108
ee325b61
TT
51092020-02-22 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.tui/new-layout.exp: New file.
5112
3f0cbb04
TT
51132020-02-22 Tom Tromey <tom@tromey.com>
5114
5115 * gdb.rust/rust-style.rs: New file.
5116 * gdb.rust/rust-style.exp: New file.
5117 * gdb.base/style.exp: Test structure printing.
5118 * gdb.base/style.c (struct some_struct): New type.
5119 (enum etype): New type.
5120 (struct_value): New global.
5121
75525152
TV
51222020-02-21 Tom de Vries <tdevries@suse.de>
5123
5124 PR go/18926
5125 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5126 Remove blanket xfails. Use message argument for gdb_breakpoint.
5127 Make continuing to breakpoint test conditional on setting breakpoint.
5128 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5129 DW_AT_name attribute. Add xfail for GCC PR93866.
5130
bd360d30
AB
51312020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5132
5133 * gdb.dwarf2/cpp-linkage-name.c: New file.
5134 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5135
c7adb09f 51362020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
5137
5138 * lib/gdb.exp (gdb_wrapper_init): Reset
5139 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5140 not exist.
5141
a9c79803
TV
51422020-02-20 Tom de Vries <tdevries@suse.de>
5143
5144 PR go/17018
5145 * gdb.go/hello.exp: Copy ...
5146 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5147 print of st to print value of global definition. Add xfail for GCC
5148 PR93844.
5149 * gdb.go/hello.exp: Remove printing of st before definition.
5150 * gdb.go/hello.go: Copy ...
5151 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5152 to st.
5153 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5154
d7445728
TV
51552020-02-20 Tom de Vries <tdevries@suse.de>
5156
5157 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5158 (gdb_simple_compile): Handle compile_flags go by using .go extension
5159 for source file.
5160 * gdb.go/chan.exp: Use support_go_compile.
5161 * gdb.go/handcall.exp: Same.
5162 * gdb.go/hello.exp: Same.
5163 * gdb.go/integers.exp: Same.
5164 * gdb.go/max-depth.exp: Same.
5165 * gdb.go/methods.exp: Same.
5166 * gdb.go/package.exp: Same.
5167 * gdb.go/strings.exp: Same.
5168 * gdb.go/types.exp: Same.
5169 * gdb.go/unsafe.exp: Same.
5170
c9c41e6d
TV
51712020-02-19 Tom de Vries <tdevries@suse.de>
5172
5173 * gdb.python/lib-types.exp: Make xfail more strict.
5174
f20ff837
TV
51752020-02-19 Tom de Vries <tdevries@suse.de>
5176
5177 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5178
08410482
DE
51792020-02-19 Doug Evans <dje@google.com>
5180
5181 PR rust/25535
5182 * gdb.rust/simple.exp: Add test.
5183 * gdb.rust/simple.rs: Add test.
5184
623563f7
TV
51852020-02-19 Tom de Vries <tdevries@suse.de>
5186
5187 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5188 output line-by-line.
5189
d3308cfd
TV
51902020-02-19 Tom de Vries <tdevries@suse.de>
5191
5192 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5193
86cbc5dc
TV
51942020-02-19 Tom de Vries <tdevries@suse.de>
5195
5196 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5197 prelink.
5198
9db2b96b
TV
51992020-02-19 Tom de Vries <tdevries@suse.de>
5200
5201 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5202 (gdb_do_cache): Use gdb_do_cache_wrap.
5203 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5204
89e2fdc5
TV
52052020-02-19 Tom de Vries <tdevries@suse.de>
5206
5207 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5208 gdb_compile option.
5209
373d7ac0
SM
52102020-02-18 Simon Marchi <simon.marchi@efficios.com>
5211
5212 * gdb.base/printcmds.exp (test_print_enums): Update expected
5213 output.
5214
b29a2df0
SM
52152020-02-18 Simon Marchi <simon.marchi@efficios.com>
5216
5217 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5218 for "unknown".
5219
6740f0cc
SM
52202020-02-18 Simon Marchi <simon.marchi@efficios.com>
5221
5222 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5223 enumerator.
5224
edd45eb0
SM
52252020-02-18 Simon Marchi <simon.marchi@efficios.com>
5226
5227 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5228 FE_, add FE_NONE.
5229 (three): Update.
5230 (enum flag_enum_without_zero): New enum.
5231 (flag_enum_without_zero): New variable.
5232 (enum not_flag_enum): New enum.
5233 (three_not_flag): New variable.
5234 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5235 (test_print_enums): Add more tests for printing flag enums.
5236
d4295de4
TV
52372020-02-18 Tom de Vries <tdevries@suse.de>
5238
5239 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5240 (gdb_compile_ada): ... here.
5241 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5242 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5243
f251f505
TT
52442020-02-14 Tom Tromey <tom@tromey.com>
5245
5246 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5247 build directory.
5248 * boards/gdbserver-base.exp: Update path to gdbserver.
5249
8f432634
TV
52502020-02-13 Tom de Vries <tdevries@suse.de>
5251
5252 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5253
92b6eaf7
TV
52542020-02-13 Tom de Vries <tdevries@suse.de>
5255
5256 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5257 are missing.
5258
f3b0f7fe
TV
52592020-02-13 Tom de Vries <tdevries@suse.de>
5260
5261 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5262 call.
5263
f6be8713
SDJ
52642020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5265
5266 PR tui/25126
5267 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5268 * gdb.base/cached-source-file.c: New file.
5269 * gdb.base/cached-source-file.exp: New file.
5270
b2770d5e
TV
52712020-02-11 Tom de Vries <tdevries@suse.de>
5272
5273 PR testsuite/25488
5274 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5275
44f6938e
TV
52762020-02-10 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5279
5f0e2eb7
MR
52802020-02-10 Maciej W. Rozycki <macro@wdc.com>
5281
5282 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5283 and $after_addr are both integers before making a comparison.
5284
46ce2b6f
TV
52852020-02-09 Tom de Vries <tdevries@suse.de>
5286
5287 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5288 command output and paste it into gdb.log. If any, paste catch message
5289 to gdb.log.
5290
5abbbe1d
TT
52912020-02-07 Tom Tromey <tromey@adacore.com>
5292
5293 PR breakpoints/24915:
5294 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5295
1d5d29e7
SV
52962020-02-06 Shahab Vahedi <shahab@synopsys.com>
5297
5298 * gdb.tui/tui-missing-src.exp: Add the "missing source
5299 file" test for the TUI.
5300
b0999b9b
AB
53012020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5302
5303 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5304 including a port number in the output.
5305
c3b149eb
AKS
53062020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5307
5308 * lib/fortran.exp (fortran_int4): Handle clang.
5309 (fortran_int8): Likewise.
5310 (fortran_real4): Likewise.
5311 (fortran_real8): Likewise.
5312 (fortran_complex4): Likewise.
5313 (fortran_logical4): Likewise.
5314 (fortran_character1): Likewise.
5315
f8dcc90b
TV
53162020-02-04 Tom de Vries <tdevries@suse.de>
5317
5318 * README (Race detection): Add note.
5319
f90ac7c2
TV
53202020-02-04 Tom de Vries <tdevries@suse.de>
5321
5322 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5323
780636ae
TV
53242020-02-04 Tom de Vries <tdevries@suse.de>
5325
5326 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5327
5d2e1193
RA
53282020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5329
5330 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5331 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5332 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5333 blttar, bnetarl.
5334 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5335 binary for blttar, bnetarl.
5336 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5337 wait instruction. Delete ldmx test.
5338 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5339
e409c542
AKS
53402020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5341
5342 * gdb.fortran/array-bounds-high.exp: New file.
5343 * gdb.fortran/array-bounds-high.f90: New file.
5344
b0029748
LD
53452020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5346
5347 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5348 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5349
195a8287
TV
53502020-02-01 Tom de Vries <tdevries@suse.de>
5351
5352 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5353
42330a68
AB
53542020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5355
5356 PR tui/9765
5357 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5358 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5359
b62a8028
LM
53602020-01-29 Luis Machado <luis.machado@linaro.org>
5361
5362 * gdb.arch/aarch64-brk-patterns.c: New source file.
5363 * gdb.arch/aarch64-brk-patterns.exp: New test.
5364
5f440116
TBA
53652020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5366
5367 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5368 GCC/Clang version.
5369 * gdb.cp/pass-by-ref.exp: Ditto.
5370
ee2a6fc6
TV
53712020-01-29 Tom de Vries <tdevries@suse.de>
5372
5373 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5374 * gdb.threads/watchpoint-fork-mt.c: Same.
5375 * gdb.threads/watchpoint-fork-parent.c: Same.
5376 * gdb.threads/watchpoint-fork-st.c: Same.
5377 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5378
16b10d6e
LM
53792020-01-27 Luis Machado <luis.machado@linaro.org>
5380
5381 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5382 sitting at a syscall instruction when we hit the syscall function's
5383 breakpoint.
5384 Check PC against one obtained with the x command.
5385 Validate syscall number.
5386 (step_over_syscall): Don't continue to the syscall instruction if
5387 we're already there.
5388
b1468492
PW
53892020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5392
7ffa82e1
AB
53932020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5394
5395 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5396 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5397
3d92a3e3
AB
53982020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5399
5400 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5401 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5402
94a72be7
AB
54032020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5404
5405 * gdb.base/maint.exp: Update line table parsing test.
5406 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5407
53af73bf
PA
54082020-01-24 Pedro Alves <palves@redhat.com>
5409
5410 PR gdb/25410
5411 * gdb.multi/multi-re-run-1.c: New.
5412 * gdb.multi/multi-re-run-2.c: New.
5413 * gdb.multi/multi-re-run.exp: New.
5414
1ba1ac88
AB
54152020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 PR gdb/23718
5418 * gdb.server/server-kill-python.exp: New file.
5419
f3364a6d
AB
54202020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5421
5422 * gdb.server/multi-ui-errors.c: New file.
5423 * gdb.server/multi-ui-errors.exp: New file.
5424
733d0a67
AB
54252020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5426
5427 PR tui/9765
5428 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5429
4f13c1c0
TT
54302020-01-19 Tom Tromey <tom@tromey.com>
5431
5432 * gdb.tui/main.exp: Add check for plain "file".
5433
40c94099
CB
54342020-01-16 Christian Biesinger <cbiesinger@google.com>
5435
5436 * lib/gdb.exp: Fix spelling error (seperatelly).
5437
ff47f4f0
TT
54382020-01-14 Tom Tromey <tom@tromey.com>
5439
5440 PR symtab/12535:
5441 * gdb.python/python.exp: Test decode_line with empty string
5442 argument.
5443
717c684d
BE
54442020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5445
5446 * gdb.base/skip-inline.exp: Extend test.
5447
44e4c775
AB
54482020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5449
5450 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5451 * gdb.dwarf2/dw2-bad-elf.c: New file.
5452 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5453
d93c6db7
AB
54542020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5455
5456 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5457 _line_saw_file.
5458
9a6d629c
AB
54592020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5460
5461 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5462 border.
5463
d9ebdab7
TBA
54642020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5465
5466 * gdb.multi/multi-target.exp (setup): Factor out "info
5467 connections" and "info inferiors" tests to ...
5468 (test_info_inferiors): ... this new procedure.
5469 (top level): Run new "info-inferiors" tests.
5470
f3c469b9
PA
54712020-01-10 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.server/bkpt-other-inferior.exp: New file.
5474
121b3efd
PA
54752020-01-10 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5478 of "add-inferior".
5479 * gdb.base/quit-live.exp: Likewise.
5480 * gdb.base/remote-exec-file.exp: Likewise.
5481 * gdb.guile/scm-progspace.exp: Likewise.
5482 * gdb.linespec/linespec.exp: Likewise.
5483 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5484 * gdb.mi/user-selected-context-sync.exp: Likewise.
5485 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5486 "info inferiors" tests.
5487 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5488 "add-inferior".
5489 * gdb.multi/watchpoint-multi.exp: Likewise.
5490 * gdb.python/py-inferior.exp: Likewise.
5491 * gdb.server/extended-remote-restart.exp: Likewise.
5492 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5493 "info inferiors".
5494 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5495 * gdb.trace/report.exp: Likewise.
5496
1dadb1dd
PA
54972020-01-10 Pedro Alves <palves@redhat.com>
5498
5499 * gdb.multi/multi-target.c: New file.
5500 * gdb.multi/multi-target.exp: New file.
5501 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5502 mode requested, but remote does not support non-stop".
5503
78f2c40a
PA
55042020-01-10 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5507 disconnect before reconnecting.
5508
e7af6c70
TBA
55092020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5510 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.server/connect-without-multi-process.exp: Also test
5513 continuing to end.
5514
acdf84a6
PA
55152020-01-10 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.base/remote-exec-file.exp: New file.
5518
873657b9
PA
55192020-01-10 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5522 output.
5523 * gdb.threads/async.c: New.
5524 * gdb.threads/async.exp: New.
5525 * gdb.multi/tids-gid-reset.c: New.
5526 * gdb.multi/tids-gid-reset.exp: New.
5527
7f0ae84c
GB
55282020-01-10 George Barrett <bob@bob131.so>
5529
5530 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5531 to help in finding the image relocation offset.
5532 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5533 options in arguments.
5534 (stap_test_no_debuginfo): Likewise.
5535 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5536 test variants.
5537 (stap_test): Add null semaphore relocation test.
5538
47e9d49d
GB
55392020-01-10 George Barrett <bob@bob131.so>
5540
5541 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5542 * gdb.base/stap-probe.exp: Likewise.
5543 (stap_test): Pass argument as an additional flag.
5544 (stap_test_no_debuginfo): Likewise.
5545 (stap_test): Check `info probes stap' output for semaphore
5546 addresses if the test binary is supposed to have them.
5547
f5a7c406
AB
55482020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5549
5550 * gdb.tui/basic.exp: Add more scrolling tests.
5551
9ae6bf64
TT
55522020-01-09 Tom Tromey <tom@tromey.com>
5553
5554 PR tui/18932:
5555 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5556 meangingful value.
5557 (Term::command, Term::resize): Update.
5558 * gdb.tui/basic.exp: Add scrolling test.
5559
b2efe70c
AB
55602020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5561
5562 * gdb.tui/tui-layout-asm.exp: New file.
5563
3804da7e
AB
55642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5565
5566 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5567
b40aa28f
AB
55682020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5569
5570 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5571 (Term::enter_tui): Use Term::prepare_for_tui.
5572
63ffd7c9
AB
55732020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5574
5575 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5576 called.
5577
3be966f6
AB
55782020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * gdb.base/skip.exp: Fix race condition in test.
5581
153d79c4
AB
55822020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * gdb.base/backtrace.c: New file.
5585 * gdb.base/backtrace.exp: New file.
5586
f2302a34
AB
55872020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5590
6ec1d75e
PW
55912020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5592
5593 * gdb.base/style.exp: Test that warnings are styled.
5594
c296cbe6
BE
55952019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5596
5597 * gdb.base/line65535.exp: New file.
5598 * gdb.base/line65535.c: New file.
5599
b28a729d
SM
56002019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5601
5602 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5603 * lib/gnat_debug_info_test.adb: New file.
5604 * gdb.ada/ptype_tagged_param.exp: Use
5605 gnat_runtime_has_debug_info, expect a different output if
5606 runtime does not have debug info.
5607
7f2d7a0d
SM
56082019-12-20 Simon Marchi <simon.marchi@efficios.com>
5609
5610 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5611 (another) quote in test name.
5612
f3bce483
SM
56132019-12-20 Simon Marchi <simon.marchi@efficios.com>
5614
5615 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5616 Add quote in test name.
5617
c855a912
TBA
56182019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5619
5620 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5621 directory instead.
5622 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5623 * gdb.cp/pass-by-ref-2.cc: New file.
5624 * gdb.cp/pass-by-ref-2.exp: New file.
5625
fc9d2d72
TT
56262019-12-20 Tom Tromey <tom@tromey.com>
5627
5628 * gdb.tui/list-before.exp: New file.
5629
77b97e00
TT
56302019-12-20 Tom Tromey <tom@tromey.com>
5631
5632 * gdb.tui/list.exp: Check for source on initial listing.
5633
f69656d0
TT
56342019-12-11 Tom Tromey <tromey@adacore.com>
5635
5636 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5637 Add crlf test.
5638
99a55965
SM
56392019-12-18 Simon Marchi <simon.marchi@efficios.com>
5640
5641 * gdb.base/default.exp: Update value of $_gdb_major.
5642
5024637f
BE
56432019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5644
5645 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5646
b63634be
BE
56472019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5648
5649 * gdb.base/skip.exp: Whitespace fix.
5650
45d73523
BE
56512019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5652
5653 * gdb.base/skip-inline.c: New file.
5654 * gdb.base/skip-inline.exp: New file.
5655
d043f8c8
SM
56562019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5657
5658 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5659 jit_function_00 to jit_function_stack_mangle.
5660 * gdb.base/jithost.c (jit_function_t): Rename to...
5661 (jit_function_stack_mangle_t): ... this.
5662 (jit_function_add_t): New typedef.
5663 (jit_function_00_code): Rename to...
5664 (jit_function_stack_mangle_code): ... this, make static.
5665 (jit_function_add_code): New.
5666 (main): Generate "add" function and call it. Adjust to changes
5667 in jithost_abi.
5668 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5669 (struct jithost_abi) <begin, end>: Remove fields.
5670 <object, function_stack_mangle, function_add>: New fields.
5671 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5672 code_end>: Remove fields.
5673 <func_stack_mangle>: New field.
5674 (read_debug_info): Adjust to renaming, create block for "add"
5675 function.
5676 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5677
873de05c
TT
56782019-12-11 Tom Tromey <tom@tromey.com>
5679
5680 * gdb.tui/resize.exp: Fix regexp.
5681 * gdb.tui/regs.exp: Fix regexps.
5682 * gdb.tui/main.exp: Fix regexp.
5683
3d979945
TT
56842019-12-11 Tom Tromey <tom@tromey.com>
5685
5686 * gdb.tui/resize.exp: Update.
5687 * gdb.tui/empty.exp (layouts): Update.
5688
2192a9d3
TT
56892019-12-11 Tom Tromey <tom@tromey.com>
5690
5691 * gdb.tui/regs.exp: Update.
5692 * gdb.tui/empty.exp (layouts): Update.
5693 * gdb.tui/basic.exp: Update.
5694 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5695
d8edc8b7
PW
56962019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5697
5698 * gdb.base/options.exp: Add -raw-values in the print completion list.
5699 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5700
4c12d936
KB
57012019-12-10 Kevin Buettner <kevinb@redhat.com>
5702
5703 * gdb.threads/omp-par-scope.c: New file.
5704 * gdb/threads/omp-par-scope.exp: New file.
5705
26b911fb
KB
57062019-12-10 Kevin Buettner <kevinb@redhat.com>
5707
bb47f919
KB
5708 * lib/gdb.exp (support_nested_function_tests): New proc.
5709
57102019-12-10 Kevin Buettner <kevinb@redhat.com>
5711
5712 * lib/gdb.exp (gdb_compile_openmp): New proc.
5713 (build_executable_from_specs): Add an "openmp" option.
5714 (gdb_compile_pthreads): Add non-executable case.
26b911fb 5715
6c71eb7d
TT
57162019-12-10 Tom Tromey <tromey@adacore.com>
5717
5718 * gdb.ada/unchecked_union.exp: New file.
5719 * gdb.ada/unchecked_union/pck.adb: New file.
5720 * gdb.ada/unchecked_union/pck.ads: New file.
5721 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5722 * gdb-utils.exp (string_to_regexp): Also quote "?".
5723
bac7c5cf
GB
57242019-12-10 George Barrett <bob@bob131.so>
5725
5726 Test scripted probe breakpoints.
5727 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5728 * gdb.python/py-breakpoint.c (main): Likewise.
5729 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5730 specifier test.
5731 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5732
330f1d38
TBA
57332019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5734
5735 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5736 an rvalue parameter.
5737 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5738 parameter.
5739
b43315e2
AB
57402019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5743 modules.
5744
54f73dad
AB
57452019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5746
5747 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
5748 broken version of GCC.
5749
d57cbee9
AB
57502019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5751
5752 * gdb.fortran/info-modules.exp: Rewrite to make use of new
5753 sym-info-cmds library.
5754 * gdb.fortran/info-types.exp: Likewise.
5755 * lib/sym-info-cmds.exp: New file.
5756
c14aab8c
TV
57572019-12-08 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5760
aa2d5a42
KS
57612019-12-07 Keith Seitz <keiths@redhat.com>
5762
5763 * gdb.base/corefile-buildid-shlib-shr.c: New file.
5764 * gdb.base/corefile-buildid-shlib.c: New file.
5765 * gdb.base/corefile-buildid.c: New file.
5766 * gdb.base/corefile-buildid.exp: New file.
5767
93e55f0a
TV
57682019-12-06 Tom de Vries <tdevries@suse.de>
5769
5770 * gdb.dwarf2/varval.exp: Add decl before def test.
5771
c7d12402
TBA
57722019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5773
5774 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5775
06acc08f
TBA
57762019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5777
5778 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
5779 CV and reference conversion for overload resolution.
5780 * gdb.cp/rvalue-ref-overload.exp: Test it.
5781
e0fad1ea
PW
57822019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5783
5784 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
5785 * gdb.base/frameapply.exp: Test faas without command.
5786
8d70a9f0
AB
57872019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5788
5789 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
5790 Fortran tests.
5791 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
5792 order.
5793
36c8fb93
AB
57942019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5795
5796 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
5797 casting to type with no kind specified.
5798 (test_basic_parsing_of_type_kinds): Additional tests for types
5799 with no kind specified, and add tests for single/double
5800 precision/complex types.
5801
4139ff00
TT
58022019-12-04 Tom Tromey <tromey@adacore.com>
5803
5804 * gdb.base/endianity.c (struct other) <x>: New field.
5805 (main): Initialize it.
5806 * gdb.base/endianity.exp: Update.
5807
a05cf17a
TT
58082019-12-04 Tom Tromey <tromey@adacore.com>
5809
5810 * gdb.ada/scalar_storage/storage.adb: New file.
5811 * gdb.ada/scalar_storage/pck.adb: New file.
5812 * gdb.ada/scalar_storage/pck.ads: New file.
5813 * gdb.ada/scalar_storage.exp: New file.
5814
103a685e
TT
58152019-12-04 Tom Tromey <tromey@adacore.com>
5816
5817 * gdb.base/endianity.c (struct otherendian) <f>: New field.
5818 (main): Initialize it.
5819 * gdb.base/endianity.exp: Update.
5820
c2512106
AB
58212019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5824
293b38d6
AB
58252019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
5828 -symbol-info-module-functions and -symbol-info-module-variables.
5829
216a7e6b
AB
58302019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5833
5bbd8269
AB
58342019-12-01 Richard Bunt <richard.bunt@arm.com>
5835 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * gdb.fortran/derived-type-striding.exp: New file.
5838 * gdb.fortran/derived-type-striding.f90: New file.
5839 * gdb.fortran/array-slices.exp: New file.
5840 * gdb.fortran/array-slices.f90: New file.
5841
be09caf1
PW
58422019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5843
5844 * gdb.base/define.exp: Test . in command names.
5845 * gdb.base/setshow.exp: Update test, as . is now part of
5846 command name.
5847
643c0cbe
PW
58482019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5849
5850 * gdb.base/define-prefix.exp: New file.
5851
dcdec678
AB
58522019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
5853
5854 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
5855 compile.
5856 (skip_btrace_pt_tests): Likewise.
5857
640ab947
AB
58582019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.fortran/info-modules.exp: Compile source files in correct
5861 order.
5862
d22670f0
KB
58632019-11-27 Kevin Buettner <kevinb@redhat.com>
5864
5865 * gdb.dwarf2/imported-unit.exp: New file.
5866 * gdb.dwarf2/imported-unit.c: New file.
5867
db5960b4
AB
58682019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5869
5870 * gdb.mi/mi-fortran-modules-2.f90: New file.
5871 * gdb.mi/mi-fortran-modules.exp: New file.
5872 * gdb.mi/mi-fortran-modules.f90: New file.
5873
7dc42066
AB
58742019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5875
5876 * gdb.mi/mi-sym-info-1.c: New file.
5877 * gdb.mi/mi-sym-info-2.c: New file.
5878 * gdb.mi/mi-sym-info.exp: New file.
5879
0dfeecca
TT
58802019-11-22 Tom Tromey <tromey@adacore.com>
5881
5882 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
5883 * gdb.ada/tasks/foo.adb: Add another stopping location.
5884
34877895
PJ
58852019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5886
5887 * gdb.base/endianity.c: New test.
5888 * gdb.base/endianity.exp: New file.
5889
2e84f897
LD
58902019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5891
5892 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5893
65d1cd5f
TV
58942019-11-21 Tom de Vries <tdevries@suse.de>
5895
5896 PR gdb/24956
5897 * gdb.base/ui-redirect.exp: Test output of user-defined command.
5898
4f22c3f4
SDJ
58992019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5900
5901 * gdb.python/py-progspace.exp: Add missing parentheses on some
5902 'print' commands.
5903
9f6ad286
TT
59042019-11-19 Tom Tromey <tom@tromey.com>
5905
5906 * gdb.tui/winheight.exp: New file.
5907
0b8dbf3f
AB
59082019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5909
5910 * gdb.base/ctf-whatis.c: Delete.
5911 * gdb.base/ctf-whatis.exp: Delete.
5912 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
5913
f833b7a7
AB
59142019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5915
5916 * gdb.base/ctf-cvexpr.exp: Delete.
5917 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
5918
30d0a636
AB
59192019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
5920
5921 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
5922 the compiler. Clean up header comment a little.
5923 * gdb.base/ctf-ptype.exp: Likewise.
5924 * gdb.base/ctf-whatis.exp: Likewise.
5925 * lib/gdb.exp (skip_ctf_tests): New proc.
5926
494409bb
SDJ
59272019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
5928
5929 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
5930 * gdb.tui/corefile-run.exp: New file.
5931
55708e99
TT
59322019-11-14 Tom Tromey <tromey@adacore.com>
5933
5934 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5935 regression tests.
5936
45e42163
TT
59372019-11-12 Tom Tromey <tom@tromey.com>
5938
5939 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
5940 after any command. Expect prompt after WAIT_FOR is seen.
5941 (enter_tui): Enable resize messages.
5942 (command): Expect command in output.
5943 (get_line): Avoid error when cursor appears to be off-screen.
5944 (dump_screen): Include screen size in title.
5945 (_do_resize): New proc, from "resize".
5946 (resize): Rewrite. Do resize in two steps.
5947 * gdb.tui/empty.exp (layouts): Fix entries.
5948 (check_boxes): Remove xfail.
5949 (check_text): Dump screen on failure.
5950
086baaf1
AB
59512019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * gdb.python/py-symbol.exp: Add test for
5954 gdb.lookup_static_symbols.
5955
09ff83af
AB
59562019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * gdb.python/py-symbol.c: Declare and call function from new
5959 py-symbol-2.c file.
5960 * gdb.python/py-symbol.exp: Compile both source files, and add new
5961 tests for gdb.lookup_static_symbol.
5962 * gdb.python/py-symbol-2.c: New file.
5963
11af934b
TV
59642019-11-02 Tom de Vries <tdevries@suse.de>
5965
5966 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
5967 * gdb.base/anon.exp: Same.
5968 * gdb.base/auto-connect-native-target.exp: Same.
5969 * gdb.base/call-ar-st.exp: Same.
5970 * gdb.base/catch-syscall.exp: Same.
5971 * gdb.base/commands.exp: Same.
5972 * gdb.base/default.exp: Same.
5973 * gdb.base/display.exp: Same.
5974 * gdb.base/float.exp: Same.
5975 * gdb.base/foll-fork.exp: Same.
5976 * gdb.base/help.exp: Same.
5977 * gdb.base/info-macros.exp: Same.
5978 * gdb.base/info-proc.exp: Same.
5979 * gdb.base/info-target.exp: Same.
5980 * gdb.base/long_long.exp: Same.
5981 * gdb.base/macscp.exp: Same.
5982 * gdb.base/memattr.exp: Same.
5983 * gdb.base/nofield.exp: Same.
5984 * gdb.base/pointers.exp: Same.
5985 * gdb.base/printcmds.exp: Same.
5986 * gdb.base/ptype.exp: Same.
5987 * gdb.base/restore.exp: Same.
5988 * gdb.base/return.exp: Same.
5989 * gdb.base/scope.exp: Same.
5990 * gdb.base/set-noassign.exp: Same.
5991 * gdb.base/setshow.exp: Same.
5992 * gdb.base/shlib-call.exp: Same.
5993 * gdb.base/signals.exp: Same.
5994 * gdb.base/sigstep.exp: Same.
5995 * gdb.base/skip.exp: Same.
5996 * gdb.base/solib-symbol.exp: Same.
5997 * gdb.base/stap-probe.exp: Same.
5998 * gdb.base/step-line.exp: Same.
5999 * gdb.base/step-test.exp: Same.
6000 * gdb.base/style.exp: Same.
6001 * gdb.base/varargs.exp: Same.
6002 * gdb.base/vla-datatypes.exp: Same.
6003 * gdb.base/vla-ptr.exp: Same.
6004 * gdb.base/vla-sideeffect.exp: Same.
6005 * gdb.base/volatile.exp: Same.
6006 * gdb.base/watch-cond-infcall.exp: Same.
6007 * gdb.base/watchpoint.exp: Same.
6008
e96ec2ba
TV
60092019-11-02 Tom de Vries <tdevries@suse.de>
6010
6011 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6012 * gdb.cp/cpexprs.exp: Same.
6013 * gdb.cp/except-multi-location.exp: Same.
6014 * gdb.cp/exceptprint.exp: Same.
6015 * gdb.cp/gdb2384.exp: Same.
6016 * gdb.cp/inherit.exp: Same.
6017 * gdb.cp/m-static.exp: Same.
6018 * gdb.cp/meth-typedefs.exp: Same.
6019 * gdb.cp/misc.exp: Same.
6020 * gdb.cp/namespace.exp: Same.
6021 * gdb.cp/non-trivial-retval.exp: Same.
6022 * gdb.cp/overload.exp: Same.
6023 * gdb.cp/pr17132.exp: Same.
6024 * gdb.cp/re-set-overloaded.exp: Same.
6025 * gdb.cp/rvalue-ref-types.exp: Same.
6026 * gdb.cp/templates.exp: Same.
6027
bd5766ec
LM
60282019-11-01 Luis Machado <luis.machado@linaro.org>
6029
6030 PR gdb/25124
6031
6032 * gdb.arch/pr25124.S: New file.
6033 * gdb.arch/pr25124.exp: New file.
6034
165f8965
AB
60352019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6036
6037 * gdb.fortran/info-modules.exp: Update expected results, and add
6038 additional tests for 'info module functinos', and 'info module
6039 variables'.
6040 * gdb.fortran/info-types.exp: Update expected results.
6041 * gdb.fortran/info-types.f90: Extend testcase with additional
6042 module variables and functions.
6043
59c35742
AB
60442019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6045
6046 * gdb.fortran/info-modules.exp: New file.
6047 * gdb.fortran/info-types.exp: Build with new file.
6048 * gdb.fortran/info-types.f90: Include and use new module.
6049 * gdb.fortran/info-types-2.f90: New file.
6050
f3fb2519
PW
60512019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6052
6053 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6054 * gdb.base/settings.exp: Test all settings types using
6055 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6056 that now verifies that the value of "maint show" is the same as
6057 returned by the settings functions. Test the type of the
6058 maintenance settings.
6059 * gdb.base/default.exp: Update show_conv_list.
6060
d1e36019
TV
60612019-10-31 Tom de Vries <tdevries@suse.de>
6062
6063 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6064 gdb_test.
6065 * gdb.arch/amd64-disp-step.exp: Same.
6066 * gdb.asm/asm-source.exp: Same.
6067 * gdb.btrace/buffer-size.exp: Same.
6068 * gdb.btrace/cpu.exp: Same.
6069 * gdb.btrace/enable.exp: Same.
6070 * gdb.dwarf2/count.exp: Same.
6071 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6072 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6073 * gdb.fortran/vla-datatypes.exp: Same.
6074 * gdb.fortran/vla-history.exp: Same.
6075 * gdb.fortran/vla-ptype.exp: Same.
6076 * gdb.fortran/vla-value.exp: Same.
6077 * gdb.fortran/whatis_type.exp: Same.
6078 * gdb.guile/guile.exp: Same.
6079 * gdb.multi/tids.exp: Same.
6080 * gdb.python/py-finish-breakpoint.exp: Same.
6081 * gdb.python/py-framefilter.exp: Same.
6082 * gdb.python/py-pp-registration.exp: Same.
6083 * gdb.python/py-xmethods.exp: Same.
6084 * gdb.python/python.exp: Same.
6085 * gdb.server/connect-with-no-symbol-file.exp: Same.
6086 * gdb.server/no-thread-db.exp: Same.
6087 * gdb.server/run-without-local-binary.exp: Same.
6088 * gdb.stabs/weird.exp: Same.
6089 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6090 * gdb.threads/thread-find.exp: Same.
6091 * gdb.threads/tls-shared.exp: Same.
6092 * gdb.threads/tls.exp: Same.
6093 * gdb.threads/wp-replication.exp: Same.
6094 * gdb.trace/ax.exp: Same.
6095 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6096
3d11e68e
TV
60972019-10-31 Tom de Vries <tdevries@suse.de>
6098
6099 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6100 * gdb.ada/array_subscript_addr.exp: Same.
6101 * gdb.ada/arrayidx.exp: Same.
6102 * gdb.ada/arrayparam.exp: Same.
6103 * gdb.ada/arrayptr.exp: Same.
6104 * gdb.ada/boolean_expr.exp: Same.
6105 * gdb.ada/call_pn.exp: Same.
6106 * gdb.ada/complete.exp: Same.
6107 * gdb.ada/fixed_cmp.exp: Same.
6108 * gdb.ada/fun_addr.exp: Same.
6109 * gdb.ada/funcall_param.exp: Same.
6110 * gdb.ada/interface.exp: Same.
6111 * gdb.ada/mod_from_name.exp: Same.
6112 * gdb.ada/null_array.exp: Same.
6113 * gdb.ada/packed_array.exp: Same.
6114 * gdb.ada/packed_tagged.exp: Same.
6115 * gdb.ada/print_chars.exp: Same.
6116 * gdb.ada/print_pc.exp: Same.
6117 * gdb.ada/ptype_arith_binop.exp: Same.
6118 * gdb.ada/ptype_field.exp: Same.
6119 * gdb.ada/ptype_tagged_param.exp: Same.
6120 * gdb.ada/rec_return.exp: Same.
6121 * gdb.ada/ref_tick_size.exp: Same.
6122 * gdb.ada/str_ref_cmp.exp: Same.
6123 * gdb.ada/taft_type.exp: Same.
6124 * gdb.ada/tagged.exp: Same.
6125 * gdb.ada/type_coercion.exp: Same.
6126 * gdb.ada/uninitialized_vars.exp: Same.
6127
60b6ede8
TV
61282019-10-30 Tom de Vries <tdevries@suse.de>
6129
6130 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6131
30baf67b
TV
61322019-10-26 Tom de Vries <tdevries@suse.de>
6133
6134 * gdb.base/bigcore.c: Fix typos in comments.
6135 * gdb.base/ctf-ptype.c: Same.
6136 * gdb.base/long_long.c: Same.
6137 * gdb.dwarf2/dw2-op-out-param.S: Same.
6138 * gdb.python/py-evthreads.c: Same.
6139 * gdb.reverse/i387-stack-reverse.c: Same.
6140 * gdb.trace/tfile.c: Same.
6141 * lib/compiler.c: Same.
6142 * lib/compiler.cc: Same.
6143
158da0d1
TV
61442019-10-25 Tom de Vries <tdevries@suse.de>
6145
6146 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6147 gdb_test_multiple calls.
6148 * gdb.reverse/sigall-reverse.exp: Same.
6149 * gdb.reverse/solib-precsave.exp: Same.
6150 * gdb.reverse/solib-reverse.exp: Same.
6151 * gdb.reverse/until-precsave.exp: Same.
6152 * gdb.reverse/until-reverse.exp: Same.
6153
4ccdfbec
TV
61542019-10-24 Tom de Vries <tdevries@suse.de>
6155
6156 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6157 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6158 kfail using -wrap pattern flag and convenience variable
6159 gdb_test_name.
6160
33d569b7
AB
61612019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6162
6163 * gdb.python/py-progspace.exp: Add tests for the
6164 Progspace.block_for_pc method.
6165
4d0b984b
TT
61662019-10-23 Tom Tromey <tom@tromey.com>
6167
6168 * configure: Rebuild.
6169 * aclocal.m4: Use m4_include, not sinclude.
6170
94cb3754
TV
61712019-10-21 Tom de Vries <tdevries@suse.de>
6172
6173 * gdb.base/infcall-nested-structs.c: Add
6174 __attribute__((noinline,noclone)) to all functions.
6175 (call_all): Add missing variable initialization. Simplify return value.
6176 (breakpt): Increment volatile variable, to prevent call from being
6177 optimized out.
6178 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6179
062f1fc1
TV
61802019-10-17 Tom de Vries <tdevries@suse.de>
6181
6182 * gdb.fortran/module.exp: Allow info variables to print info for files
6183 other than module.f90.
6184
0b54364d
AB
61852019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6186
6187 * gdb.fortran/module.exp: Extend with 'info variables' test.
6188
7ff5fae7
AB
61892019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6190
6191 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6192 F77_FOR_TARGET.
6193
d10eccaa
TV
61942019-10-16 Tom de Vries <tdevries@suse.de>
6195
6196 PR tdep/25096
6197 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6198
745ff14e
TV
61992019-10-16 Tom de Vries <tdevries@suse.de>
6200
6201 PR tdep/24104
6202 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6203 Add KFAIL for PR tdep/25096.
6204
03e1ab94
TV
62052019-10-16 Tom de Vries <tdevries@suse.de>
6206
6207 PR testsuite/25059
6208 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6209
b17fcc10
TV
62102019-10-16 Tom de Vries <tdevries@suse.de>
6211
6212 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6213 as signed.
6214
9223170f
SM
62152019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6216
6217 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6218 one instead of increasing timeout.
6219
d6e76313
TV
62202019-10-13 Tom de Vries <tdevries@suse.de>
6221
6222 PR record/25038
6223 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6224 * gdb.reverse/sigall-reverse.exp: Same.
6225 * gdb.reverse/solib-precsave.exp: Same.
6226 * gdb.reverse/solib-reverse.exp: Same.
6227 * gdb.reverse/step-precsave.exp: Same.
6228 * gdb.reverse/until-precsave.exp: Same.
6229 * gdb.reverse/until-reverse.exp: Same.
6230 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6231
6dfc0041
AA
62322019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6233
6234 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6235 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6236 (cmp_struct_05_01, cmp_struct_static_02_01)
6237 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6238 comparisons.
6239
abcf2cc8
TV
62402019-10-10 Tom de Vries <tdevries@suse.de>
6241
6242 PR testsuite/24888
6243 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6244 gnatlink.
6245
a50faaf6
TV
62462019-10-09 Tom de Vries <tdevries@suse.de>
6247
6248 PR testsuite/25048
6249 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6250
60ff3cd7
AB
62512019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6252
6253 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6254 exceptions due to missing debug information.
6255
dfee8566
TV
62562019-10-07 Tom de Vries <tdevries@suse.de>
6257
6258 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6259
3d63690a
AB
62602019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6261
6262 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6263 * gdb.base/annota1.exp: Update to use gdb_test_name.
6264
30d1f018
WP
62652019-10-07 Weimin Pan <weimin.pan@oracle.com>
6266
6267 * gdb.base/ctf-whatis.exp: New file.
6268 * gdb.base/ctf-whatis.c: New file.
6269 * gdb.base/ctf-ptype.exp: New file.
6270 * gdb.base/ctf-ptype.c: New file.
6271 * gdb.base/ctf-constvars.exp: New file.
6272 * gdb.base/ctf-constvars.c: New file.
6273 * gdb.base/ctf-cvexpr.exp: New file.
6274
4dbbb47c
TV
62752019-10-04 Tom de Vries <tdevries@suse.de>
6276
6277 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6278 for loop.
6279
77c2dba3
TT
62802019-10-03 Tom Tromey <tom@tromey.com>
6281
6282 PR rust/24976:
6283 * gdb.rust/simple.rs (Union2): New type.
6284 (main): Use Union2.
6285 * gdb.rust/simple.exp: Add test.
6286
179aed7f
AB
62872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6288
6289 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6290 nested function prefix.
6291
0a4b0913
AB
62922019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6293 Richard Bunt <richard.bunt@arm.com>
6294 Andrew Burgess <andrew.burgess@embecosm.com>
6295
6296 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6297 nested functions.
6298 * gdb.fortran/nested-funcs.f90: Update expected results.
6299 * gdb.fortran/nested-funcs-2.exp: New file.
6300 * gdb.fortran/nested-funcs-2.f90: New file.
6301
082cce05
AB
63022019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6303
6304 * gdb.python/py-parameter.exp: Make test names unique.
6305 * gdb.python/py-template.exp: Likewise.
6306 * gdb.python/py-value.exp: Likewise.
6307
2b74ba5a
AB
63082019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6309
6310 * gdb.base/break-interp.exp: Reduce test name duplication.
6311 * gdb.base/call-sc.exp: Likewise.
6312 * gdb.base/callfuncs.exp: Likewise.
6313 * gdb.base/charset.exp: Likewise.
6314 * gdb.base/dump.exp: Likewise.
6315 * gdb.base/ena-dis-br.exp: Likewise.
6316 * gdb.base/relational.exp: Likewise.
6317 * gdb.base/step-over-syscall.exp: Likewise.
6318 * gdb.base/structs.exp: Likewise.
6319
58eb20d5
AB
63202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 * gdb.linespec/explicit.exp: Make test names unique.
6323 * gdb.linespec/ls-errs.exp: Likewise.
6324
4d421147
AB
63252019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6326
6327 * gdb.reverse/break-precsave.exp: Make test names unique.
6328 * gdb.reverse/break-reverse.exp: Likewise.
6329 * gdb.reverse/finish-precsave.exp: Likewise.
6330 * gdb.reverse/finish-reverse.exp: Likewise.
6331 * gdb.reverse/machinestate-precsave.exp: Likewise.
6332 * gdb.reverse/machinestate.exp: Likewise.
6333 * gdb.reverse/readv-reverse.exp: Likewise.
6334 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6335 * gdb.reverse/sigall-precsave.exp: Likewise.
6336 * gdb.reverse/sigall-reverse.exp: Likewise.
6337 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6338 * gdb.reverse/watch-precsave.exp: Likewise.
6339 * gdb.reverse/watch-reverse.exp: Likewise.
6340
d8c06f22
AB
63412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6342
6343 * gdb.threads/stop-with-handle.c: New file.
6344 * gdb.threads/stop-with-handle.exp: New file.
6345
3a56ed86
TV
63462019-10-03 Tom de Vries <tdevries@suse.de>
6347
6348 PR testsuite/25059
6349 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6350 directory" line to be missing.
6351
42275044
TV
63522019-10-03 Tom de Vries <tdevries@suse.de>
6353
6354 PR testsuite/25059
6355 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6356 type optional.
6357
9ef62df0
AA
63582019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6359
6360 * gdb.python/py-format-string.c (string.h): New include.
6361 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6362 the same value, for endianness-independence.
6363 * gdb.python/py-format-string.exp (default_regexp_dict)
6364 (test_pretty_structs, test_format): Adjust expected output to the
6365 changed initialization.
6366
37f6a7f4
TT
63672019-10-02 Tom Tromey <tromey@adacore.com>
6368
6369 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6370
1d58d6a2
PA
63712019-10-02 Pedro Alves <palves@redhat.com>
6372 Andrew Burgess <andrew.burgess@embecosm.com>
6373
6374 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6375 "print-file-var.h".
6376 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6377 (get_version_1): Print this_version_id and its address.
6378 Add extern "C" wrappers around interface functions.
6379 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6380 "print-file-var.h".
6381 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6382 (get_version_2): Print this_version_id and its address.
6383 Add extern "C" wrappers around interface functions.
6384 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6385 <stddef.h> and "print-file-var.h".
6386 Add extern "C" wrappers around interface functions.
6387 [VERSION_ID_MAIN] (this_version_id): Define.
6388 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6389 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6390 up extern "C" blocks.
6391 * gdb.base/print-file-var.exp (test): New, factored out from top
6392 level.
6393 (top level): Test all combinations of attribute hidden or not,
6394 dlopen or not, and this_version_id symbol in main file or not.
6395 Compile tests as both C++ and C, make test names unique.
6396
d770d56f
TT
63972019-10-01 Tom Tromey <tom@tromey.com>
6398
6399 * gdb.base/style.exp: Test "show logging filename".
6400
7f6aba03
TT
64012019-10-01 Tom Tromey <tom@tromey.com>
6402
6403 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6404 * gdb.base/style.exp: Add metadata style test.
6405
14309bb6
TT
64062019-10-01 Tom Tromey <tom@tromey.com>
6407
6408 * gdb.base/style.exp: Test "pwd".
6409
2a3c1174
PA
64102019-10-01 Tom Tromey <tom@tromey.com>
6411
6412 * gdb.base/style.exp: Update tests.
6413
53d666ec
AA
64142019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6415
6416 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6417 'six' to unsigned.
6418 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6419 'five'. Use an all-ones bit pattern for each.
6420 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6421 to its changed values.
6422
4a56a520
TT
64232019-09-30 Tom Tromey <tromey@adacore.com>
6424
6425 * gdb.rust/traits.rs: Disable all warnings.
6426
0df0352a
TV
64272019-09-29 Tom de Vries <tdevries@suse.de>
6428
aac66a4c 6429 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 6430
73d9a918
TV
64312019-09-29 Tom de Vries <tdevries@suse.de>
6432
6433 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6434
060b3ab4
TV
64352019-09-27 Tom de Vries <tdevries@suse.de>
6436
6437 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6438
68f7d34d
TV
64392019-09-27 Tom de Vries <tdevries@suse.de>
6440
6441 PR record/23188
6442 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6443
5d63b30a
TT
64442019-09-26 Tom Tromey <tromey@adacore.com>
6445
6446 * gdb.ada/py_taft.exp: New file.
6447 * gdb.ada/py_taft/main.adb: New file.
6448 * gdb.ada/py_taft/pkg.adb: New file.
6449 * gdb.ada/py_taft/pkg.ads: New file.
6450
3d435220
TV
64512019-09-24 Tom de Vries <tdevries@suse.de>
6452
6453 PR gdb/24598
6454 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6455
77d03678
TV
64562019-09-22 Tom de Vries <tdevries@suse.de>
6457
6458 * gdb.base/restore.exp: Allow register variables to be optimized out at
6459 -O0.
6460
abf516c6
UW
64612019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6462
6463 * gdb.arch/spu-info.exp: Remove file.
6464 * gdb.arch/spu-info.c: Remove file.
6465 * gdb.arch/spu-ls.exp: Remove file.
6466 * gdb.arch/spu-ls.c: Remove file.
6467
6468 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6469 * gdb.asm/spu.inc: Remove file.
6470
6471 * gdb.base/dump.exp: Remove support for spu*-*-*.
6472 * gdb.base/stack-checking.exp: Likewise.
6473 * gdb.base/overlays.exp: Likewise.
6474 * gdb.base/ovlymgr.c: Likewise.
6475 * gdb.base/spu.ld: Remove file.
6476
6477 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6478 * gdb.cp/cpexprs.exp: Likewise.
6479 * gdb.cp/exception.exp: Likewise.
6480 * gdb.cp/gdb2495.exp: Likewise.
6481 * gdb.cp/mb-templates.exp: Likewise.
6482 * gdb.cp/pr9167.exp: Likewise.
6483 * gdb.cp/userdef.exp: Likewise.
6484
6485 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6486
6487 * gdb.cell: Remove directory.
6488 * lib/cell.exp: Remove file.
6489
e452e88f
TV
64902019-09-19 Tom de Vries <tdevries@suse.de>
6491
6492 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6493
8a625130
TV
64942019-09-19 Tom de Vries <tdevries@suse.de>
6495
6496 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6497
81dc3ab5
TV
64982019-09-19 Tom de Vries <tdevries@suse.de>
6499
6500 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6501 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6502 (gdb_target_cmd): ... here.
6503 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6504 value 2.
6505
b078f3ac
AB
65062019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * gdb.base/source-dir.exp: Avoid having directory names in test
6509 names.
6510
f1b620e9
MG
65112019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6514 directory.
6515
67f3ed6a
AB
65162019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.base/list-missing-source.exp: New file.
6519
d1b70248
TV
65202019-09-14 Tom de Vries <tdevries@suse.de>
6521
6522 PR teststuite/24599
6523 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6524 * lib/ada.exp (gnatmake_version_at_least): New proc.
6525
5fabdcd6
AB
65262019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * gdb.base/maint.exp: Use exec_has_index_section.
6529
aa17805f
AB
65302019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6531
6532 * gdb.base/maint.exp: Add test for 'maint info sections'.
6533
25e5c209
TV
65342019-09-12 Tom de Vries <tdevries@suse.de>
6535
6536 * gdb.base/store.exp: Allow register variables to be optimized out at
6537 -O0.
6538
4993045d
PW
65392019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6540
6541 * gdb.ada/rdv_wait.exp: Update to new task names.
6542 * gdb.base/task_switch_in_core.exp: Likewise.
6543 * gdb.base/info_sources_base.c: Likewise.
6544
8a516164
TT
65452019-09-10 Tom Tromey <tromey@adacore.com>
6546
6547 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6548
aa391654
TT
65492019-09-10 Tom Tromey <tromey@adacore.com>
6550
6551 * gdb.ada/dgopt.exp: New file.
6552 * gdb.ada/dgopt/x.adb: New file.
6553
8634b462
TT
65542019-09-08 Tom Tromey <tom@tromey.com>
6555
6556 * gdb.tui/resize.exp: Remove setup_xfail.
6557 * gdb.tui/regs.exp: Remove setup_xfail.
6558 * gdb.tui/basic.exp: Remove setup_xfail.
6559
736b0f76
DB
65602019-09-06 David Blaikie <dblaikie@gmail.com>
6561
6562 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6563 * gdb.cp/cplabel.exp: Ditto.
6564 * gdb.linespec/ls-errs.exp: Ditto.
6565
30331a6c
TV
65662019-09-05 Tom de Vries <tdevries@suse.de>
6567
6568 * lib/gdb.exp (cmp_file_string): New proc.
6569 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6570 runto_main. Verify save breakpoints output.
6571
98b0ebab
PW
65722019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6573
6574 * gdb.base/info-var.exp: Test info variables without running
6575 to main, to avoid expect's buffer overflow.
6576
4e962e74
TT
65772019-09-03 Tom Tromey <tromey@adacore.com>
6578
6579 * gdb.ada/bias.exp: New file.
6580 * gdb.ada/bias/bias.adb: New file.
6581 * gdb.ada/print_chars.exp: Add regression test.
6582 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6583 (MC): New variable.
6584
2ea1a07a
SL
65852019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6586
6587 * gdb.base/argv0-symlink.exp: Run only on native target
6588 and local host.
6589
8077c50d
TV
65902019-08-29 Tom de Vries <tdevries@suse.de>
6591
6592 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6593 diverse debug info.
6594 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6595
48352473
TV
65962019-08-28 Tom de Vries <tdevries@suse.de>
6597
6598 * gdb.base/info-var.exp: Allow info variables to print info for files
6599 other than info-var-f1.c and info-var-f2.c.
6600
d8f27c60
AB
66012019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6602
6603 * gdb.fortran/info-types.exp: Add module.
6604 * gdb.fortran/info-types.f90: Update expected results.
6605
1f20c35e
AB
66062019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6607
6608 * gdb.fortran/info-types.exp: New file.
6609 * gdb.fortran/info-types.f90: New file.
6610 * lib/fortran.exp (fortran_character1): New proc.
6611
4acfdd20
AB
66122019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6615 functions'. Reindent as needed.
6616 * gdb.base/info-var-f1.c: New file.
6617 * gdb.base/info-var-f2.c: New file.
6618 * gdb.base/info-var.exp: New file.
6619 * gdb.base/info-var.h: New file.
6620
5c31b358
TV
66212019-08-26 Tom de Vries <tdevries@suse.de>
6622
6623 PR c++/24852
6624 * gdb.cp/no-libstdcxx-probe.exp: New test.
6625
b694989f
TV
66262019-08-26 Tom de Vries <tdevries@suse.de>
6627
6628 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6629 * tests need to be skipped.
6630 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6631 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6632 mi_skip_libstdcxx_probe_tests.
6633
d9c4ba53
SDJ
66342019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6635
6636 * gdb.python/py-xmethods.exp: Use raw strings when passing
6637 arguments to SimpleXMethodMatcher.
6638
395fad09
TV
66392019-08-22 Tom de Vries <tdevries@suse.de>
6640
6641 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6642 more informative.
6643
26c957f1
PA
66442019-08-21 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/with.exp: Test "with" with no arguments.
6647
61f80d5d
TV
66482019-08-21 Tom de Vries <tdevries@suse.de>
6649
6650 * gdb.base/gdb-caching-proc.exp: Sort files.
6651
d7a11d13
TV
66522019-08-20 Tom de Vries <tdevries@suse.de>
6653
6654 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6655 compilation.
6656
34dafe9f
TV
66572019-08-16 Tom de Vries <tdevries@suse.de>
6658
6659 * gdb.base/compare-sections.exp ("after run to main"): Allow
6660 mismatched read-only sections for PIE executables.
6661
398fdd60
TT
66622019-08-16 Tom Tromey <tom@tromey.com>
6663
6664 * lib/tuiterm.exp (_csi_Z): New proc.
6665 * gdb.tui/basic.exp: Update window positions.
6666 * gdb.tui/empty.exp: Update window positions.
6667
d8f9e51c
SL
66682019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6669
6670 * gdb.base/examine-backward.exp: Correct regexp for
6671 "examine 3 bytes backward from ${address_zero}".
6672
3df505f6
TT
66732019-08-15 Tom Tromey <tom@tromey.com>
6674
6675 * gdb.tui/empty.exp: Enable resizing tests.
6676
272560b5
TT
66772019-08-15 Tom Tromey <tromey@adacore.com>
6678
6679 * gdb.ada/char_enum.exp: Add regression tests.
6680 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6681 and '0'.
6682 (Char, Gchar): Update.
6683 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6684
08235187
CB
66852019-08-15 Christian Biesinger <cbiesinger@google.com>
6686
6687 * gdb.python/python.exp: Expect a leading underscore on
6688 GdbOutput{,Error}File.
6689
22a2ab04
SL
66902019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6691
6692 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6693 Windows host.
6694
835b995b
SL
66952019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6696
6697 * gdb.base/batch-preserve-term-settings.exp
6698 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6699
97dd8e07
CB
67002019-08-15 Christian Biesinger <cbiesinger@google.com>
6701
6702 * lib/gdb.exp: When running on a mingw target, replace
6703 /x/ with x:/.
6704
75faf5c4
AH
67052019-08-14 Alan Hayward <alan.hayward@arm.com>
6706
6707 * gdb.arch/aarch64-prologue.c: New test.
6708 * gdb.arch/aarch64-prologue.exp: New file.
6709
abc6c00f
TV
67102019-08-13 Tom de Vries <tdevries@suse.de>
6711
6712 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6713 Thread.
6714
74c2c1f4
SL
67152019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6716
6717 * gdb.python/py-completion.exp: Download the .py file to the host
6718 and use its host pathname. Conditionalize tests that use
6719 tab completion and manipulate files on the build machine.
6720 * gdb.python/py-events.exp: Download the .py file to the host
6721 and use its host pathname.
6722 * gdb.python/py-evsignal.exp: Likewise.
6723 * gdb.python/py-evthreads.exp: Likewise.
6724 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6725 pathname syntax.
6726 * gdb.python/py-framefilter.exp: Download the .py file to the right
6727 place on the host. Match Windows pathname syntax.
6728 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6729 .py file to the host and use its host pathname.
6730 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6731 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6732 build pathname. Skip symlink test on Windows host. Add missing
6733 newline at end of file.
6734 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6735 and use its host pathname.
6736 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6737 * gdb.python/py-section-script.exp: Use host location of binfile
6738 on safe-path. Use correct path separator on Windows host.
6739 Reorder alternatives in gdb_test_multiple to prevent matching
6740 the wrong alternative on success.
6741 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6742
ca2589f3
PP
67432019-08-12 Patrick Palka <patrick@parcs.ath.cx>
6744
6745 * gdb.gdb/selftest.exp (test_with_self): Update test to now
6746 expect the GDB inferior to no longer immediately stop after
6747 being resumed with "signal SIGINT".
6748
020a839d
SL
67492019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6750
6751 * gdb.linespec/break-ask.exp: Generalize regexps to match
6752 Windows pathnames too.
6753
128d6509
TV
67542019-08-08 Tom de Vries <tdevries@suse.de>
6755
6756 PR testsuite/24862
6757 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6758
590042fc
PW
67592019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6760
6761 * gdb.base/style.exp: Update tests for help doc new invariants.
6762 * gdb.base/help.exp: Likewise.
6763
046bebe1
TT
67642019-08-06 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.base/style.exp: Add disassemble test.
6767 * gdb.base/style.c (some_called_function): New function.
6768 (main): Use it.
6769
0b27c27d
CB
67702019-08-05 Christian Biesinger <cbiesinger@google.com>
6771
6772 * gdb.python/py-block.exp: Test dictionary access on blocks.
6773
580f1034
SM
67742019-08-05 Simon Marchi <simon.marchi@efficios.com>
6775
6776 PR gdb/24863
6777 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
6778 -list-thread-groups --available test when running under
6779 check-read1.
6780
d86bd7cb
TV
67812019-08-05 Tom de Vries <tdevries@suse.de>
6782
6783 PR testsuite/24863
6784 * lib/gdb.exp (with_read1_timeout_factor): New proc.
6785 * gdb.base/help.exp: Use with_read1_timeout_factor.
6786 * gdb.base/info-macros.exp: Same.
6787 * gdb.cp/nested-types.exp: Same.
6788
a80cf5d8
TV
67892019-08-05 Tom de Vries <tdevries@suse.de>
6790
6791 * lib/gdb.exp (version_at_least): Factor out of ...
6792 (tcl_version_at_least): ... here.
6793 (gdb_compile): Fail if pie results in non-PIE executable.
6794 (readelf_version, readelf_prints_pie): New proc.
6795 (exec_is_pie): Return -1 if unknown.
6796
d0962838
TV
67972019-08-05 Tom de Vries <tdevries@suse.de>
6798
6799 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6800
2252ff3d
SL
68012019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6802
6803 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6804
26655f53
SL
68052019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6806
6807 * lib/completion-support.exp (test_gdb_complete_none): Skip
6808 tab completion tests if no readline support.
6809 (test_gdb_complete_unique_re): Likewise.
6810 (test_gdb_complete_multiple): Likewise.
6811
db4dc13e
PW
68122019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6813
6814 * gdb.base/info_sources.exp: New file.
6815 * gdb.base/info_sources.c: New file.
6816 * gdb.base/info_sources_base.c: New file.
6817
0eba165a
PFC
68182019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6819
6820 * gdb.base/batch-exit-status.exp: Call test_exit_status with
6821 prefix argument.
6822 (test_exit_status): Add prefix argument.
6823
59bd512b
TV
68242019-08-01 Tom de Vries <tdevries@suse.de>
6825
6826 PR testsuite/24863
6827 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
6828 calling exp_continue for new thread and thread exited messages.
6829
2a3ad588
TV
68302019-08-01 Tom de Vries <tdevries@suse.de>
6831
6832 PR testsuite/24863
6833 * gdb.base/structs.exp: Fix check-read1 timeout using
6834 gdb_test_sequence.
6835 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
6836
117eb594
TV
68372019-08-01 Tom de Vries <tdevries@suse.de>
6838
6839 PR testsuite/24863
6840 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
6841 line.
6842
ed591340
TV
68432019-08-01 Tom de Vries <tdevries@suse.de>
6844
6845 PR testsuite/24863
6846 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
6847
aa3b6533
TT
68482019-07-30 Tom Tromey <tromey@adacore.com>
6849
6850 * gdb.ada/display_nested.exp: New file.
6851 * gdb.ada/display_nested/foo.adb: New file.
6852 * gdb.ada/display_nested/pack.adb: New file.
6853 * gdb.ada/display_nested/pack.ads: New file.
6854
2906593f
CB
68552019-07-30 Christian Biesinger <cbiesinger@google.com>
6856
6857 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
6858 namespace.
6859 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
6860
0f575925
TV
68612019-07-30 Tom de Vries <tdevries@suse.de>
6862
6863 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
6864 instead.
6865
b13057d9
TV
68662019-07-30 Tom de Vries <tdevries@suse.de>
6867
6868 PR testsuite/24834
6869 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
6870 (exec_is_pie): New proc.
6871
5c4dde85
CB
68722019-07-29 Christian Biesinger <cbiesinger@google.com>
6873
6874 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6875
c620ed88
CB
68762019-07-29 Christian Biesinger <cbiesinger@google.com>
6877
6878 * gdb.python/py-objfile.c: Add global and static vars.
6879 * gdb.python/py-objfile.exp: Test new functions Objfile.
6880 lookup_global_symbol and lookup_static_symbol.
6881
3d235706
TT
68822019-07-29 Tom Tromey <tom@tromey.com>
6883
6884 * lib/tuiterm.exp (Term::_csi_@): New proc.
6885 (Term::_csi_X): Don't move cursor.
6886
c7e4c0a6
PW
68872019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6888
6889 * gdb.base/options.exp: Update backtrace - completion to
6890 new option -frame-info.
6891 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
6892 Test new 'set print frame-info'. Test backtrace -frame-info
6893 overriding 'set print frame-info'.
6894 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
6895 Test new 'set print frame-info'.
6896 Verify consistency of backtrace with and without filters, with and
6897 without -no-filters.
6898 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
6899 default.
6900
de28a3b7
TV
69012019-07-29 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6904 no arguments".
6905
507dd60e
TV
69062019-07-29 Tom de Vries <tdevries@suse.de>
6907
6908 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
6909 is a substring of the first for "complete non-unique file name".
6910
5beafce9
TV
69112019-07-29 Tom de Vries <tdevries@suse.de>
6912
6913 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6914 with ".*".
6915
2d274232
TV
69162019-07-29 Tom de Vries <tdevries@suse.de>
6917
6918 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
6919 Pass prompt_regexp parameter to gdb_test_multiple calls.
6920
9197cd8b
TV
69212019-07-29 Tom de Vries <tdevries@suse.de>
6922
6923 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 6924 print registers" regexps.
9197cd8b 6925
b528dae0
TV
69262019-07-29 Tom de Vries <tdevries@suse.de>
6927
6928 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6929
d17725d7
TV
69302019-07-29 Tom de Vries <tdevries@suse.de>
6931
6932 PR gdb/24855
6933 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
6934 (skip_python_tests_prompt): Add prompt_regexp argument to
6935 gdb_test_multiple calls.
6936
52b75bf1
TT
69372019-07-27 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.tui/main.exp: New file.
6940
2b1d00c2
TT
69412019-07-27 Tom Tromey <tom@tromey.com>
6942
6943 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
6944 optional.
6945 * gdb.tui/empty.exp: New file.
6946
ded631d5
TT
69472019-07-27 Tom Tromey <tom@tromey.com>
6948
6949 * lib/tuiterm.exp (spawn): New proc.
6950 (Term::resize): New proc.
6951 * gdb.tui/resize.exp: New file.
6952
58ac439d
TT
69532019-07-27 Tom Tromey <tom@tromey.com>
6954
6955 * gdb.tui/list.exp: New file.
6956
fe1f56ee
TT
69572019-07-27 Tom Tromey <tom@tromey.com>
6958
6959 * gdb.tui/regs.exp: New file.
6960
f790b310
TT
69612019-07-27 Tom Tromey <tom@tromey.com>
6962
6963 * gdb.tui/basic.exp: Add "layout split" test.
6964
d95fc6ee
TT
69652019-07-27 Tom Tromey <tom@tromey.com>
6966
6967 * gdb.tui/basic.exp: Add "layout asm" test.
6968
c3786b3a
TT
69692019-07-27 Tom Tromey <tom@tromey.com>
6970
6971 * lib/tuiterm.exp: New file.
6972 * gdb.tui/basic.exp: New file.
6973
98a617f8
KB
69742019-07-27 Kevin Buettner <kevinb@redhat.com>
6975
6976 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
6977 Enable tests associated with this flag. Adjust regex
6978 referencing "foo_low" to now refer to "foo_cold" instead.
6979
5c076da4
KB
69802019-07-27 Kevin Buettner <kevinb@redhat.com>
6981
6982 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
6983 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
6984 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
6985 foo_cold. Revise comments to match.
6986 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
6987 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
6988 were wrapped into this proc; Call do_test in loop from outermost
6989 level.
6990 (foo_low): Rename all occurrences to "foo_cold".
6991 (backtrace from baz): New test.
6992 (x2/i foo_cold): New test.
6993 (info line *foo_cold): New test.
6994
1512d3b7
TV
69952019-07-26 Tom de Vries <tdevries@suse.de>
6996
6997 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6998
297989a1
TV
69992019-07-25 Tom de Vries <tdevries@suse.de>
7000
7001 PR testsuite/24830
7002 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7003 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7004 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7005 (skip_libstdcxx_probe_tests): ... here.
7006 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7007
b3b965fb
TV
70082019-07-24 Tom de Vries <tdevries@suse.de>
7009
7010 PR testsuite/24807
7011 * gdb.objc/basicclass.m: Include stdio.h.
7012 * gdb.objc/nondebug.m: Same.
7013 * gdb.objc/objcdecode.m: Same.
7014
4625b4d0
TV
70152019-07-24 Tom de Vries <tdevries@suse.de>
7016
7017 PR testsuite/24612
7018 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7019 additional_flags.
7020
024a5840
TV
70212019-07-24 Tom de Vries <tdevries@suse.de>
7022
7023 PR testsuite/24831
7024 * gdb.multi/tids.exp: Update error messages for info threads.
7025
c76ddaa3
TV
70262019-07-24 Tom de Vries <tdevries@suse.de>
7027
7028 * gdb.base/info-types.exp: Allow info types to print info for more than
7029 one file.
7030
9a618ef6
TV
70312019-07-23 Tom de Vries <tdevries@suse.de>
7032
7033 PR testsuite/24842
7034 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7035 gdb_spawn_with_cmdline_opts.
7036
40eadf04
SP
70372019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7038
7039 * gdb.arch/arm-cmse-sgstubs.c: New test.
7040 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7041
5ba29434
TV
70422019-07-23 Tom de Vries <tdevries@suse.de>
7043
7044 PR testsuite/24711
7045 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7046 issuing next command.
7047
a8e9d247
AB
70482019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7049
7050 * gdb.ada/info_auto_lang.exp: Update expected results.
7051 * gdb.base/info-types.c: Add additional types to check.
7052 * gdb.base/info-types.exp: Update expected results.
7053
eb86c5e2
AB
70542019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7055
7056 * gdb.base/info-types.c: New file.
7057 * gdb.base/info-types.exp: New file.
7058
01e175fe
AB
70592019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7060
7061 * gdb.arch/riscv-bp-infcall.c: New file.
7062 * gdb.arch/riscv-bp-infcall.exp: New file.
7063
6b78c3f8
AB
70642019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7065
7066 PR breakpoints/24541
7067 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7068
da738167
TV
70692019-07-14 Tom de Vries <tdevries@suse.de>
7070
7071 PR testsuite/24760
7072 * gdb.objc/basicclass.exp: Fix unterminated string.
7073
0d4e84ed
AB
70742019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7075 Andrew Burgess <andrew.burgess@embecosm.com>
7076
7077 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7078 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7079 negative bounds.
7080 * gdb.fortran/vla-value.exp: Print elements of an array with
7081 negative bounds.
7082 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7083 testing.
7084
021d8588
AB
70852019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7086
7087 * gdb.base/options.exp (expect_string): Dequote strings in
7088 results.
7089 (test-string): Test strings with different quoting and reindent.
7090
f06f1252
TT
70912019-07-10 Tom Tromey <tromey@adacore.com>
7092
7093 * gdb.ada/mi_ex_cond.exp: Update expected results.
7094 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7095 * gdb.ada/mi_catch_ex.exp: Update expected results.
7096 * gdb.ada/mi_catch_assert.exp: Update expected results.
7097 * gdb.ada/catch_ex.exp (catch_exception_info)
7098 (catch_exception_entry, catch_assert_entry)
7099 (catch_unhandled_entry): Update.
7100 * gdb.ada/catch_assert_if.exp: Update expected results.
7101
b863685d
RB
71022019-07-10 Richard Bunt <richard.bunt@arm.com>
7103 Stephen Roberts <stephen.roberts@arm.com>
7104
7105 * gdb.base/define.exp: Restore original prompt.
7106
cb1e4e32
PA
71072019-07-09 Pedro Alves <palves@redhat.com>
7108
7109 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7110 breakpoints" output.
7111 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7112 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7113 throw" creates breakpoint.
7114 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7115 'type="catchpoint"'.
7116
b58a68fe
PA
71172019-07-09 Pedro Alves <palves@redhat.com>
7118
7119 PR c++/15468
7120 * gdb.cp/except-multi-location-lib.cc: New.
7121 * gdb.cp/except-multi-location-main.cc: New.
7122 * gdb.cp/except-multi-location.exp: New.
7123
0826779b
PW
71242019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7125
7126 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7127 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7128 argument and update callers.
7129
5b0e2db4
AB
71302019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7131
7132 * gdb.arch/amd64-break-on-asm-line.S: New file.
7133 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7134
1f6f6e21
PW
71352019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7136
7137 * gdb.base/printcmds.exp: Test printing C string and
7138 C wide string convenience vars without transiting via the inferior.
7139 Also make test names unique.
7140
ea142fbf
AH
71412019-07-08 Alan Hayward <alan.hayward@arm.com>
7142
5862c886 7143 PR breakpoints/25011
ea142fbf
AH
7144 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7145
213fd9fa
PA
71462019-07-04 Pedro Alves <palves@redhat.com>
7147
7148 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7149 body returned ok(0), break(3) or continue(4).
7150 * gdb.testsuite/foreach_with_prefix.exp: New file.
7151
2b40fda7
AH
71522019-07-04 Alan Hayward <alan.hayward@arm.com>
7153
7154 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7155
a26c8de0
PA
71562019-07-03 Pedro Alves <palves@redhat.com>
7157
7158 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7159 "return -code".
7160
5f4ba3e7
PA
71612019-07-03 Pedro Alves <palves@redhat.com>
7162
7163 PR cli/24732
7164 * gdb.base/shell.exp: Load completion-support.exp.
7165 Adjust expected error output. Add completion tests.
7166
a994424f
PA
71672019-07-03 Pedro Alves <palves@redhat.com>
7168
7169 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7170 string_to_regexp.
7171
3d9be6f5
PA
71722019-07-03 Pedro Alves <palves@redhat.com>
7173
7174 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7175 (expect_integer): Adjust to expect "-string".
7176 (expect_string): New.
7177 (all_options): Expect "-string".
7178 (test-flag, test-boolean): Adjust to expect "-string".
7179 (test-string): New proc.
7180 (top level): Call it.
7181
41fc454c
PA
71822019-07-03 Pedro Alves <palves@redhat.com>
7183
7184 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7185 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7186 the expected output in the success.
7187
b2b2a215
PA
71882019-07-03 Pedro Alves <palves@redhat.com>
7189
7190 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7191 Split one gdb_test_multiple call in two to avoid a race.
7192
fdbc9870
PA
71932019-07-03 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.base/with.c: New file.
7196 * gdb.base/with.exp: New file.
7197
c6ac8931
PA
71982019-07-03 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.base/settings.exp: Replace all references to "maint
7201 test-settings set" with references to "maint set test-settings",
7202 and all references to "maint test-settings show" with references
7203 to "maint show test-settings".
7204
970f9d09
PA
72052019-07-03 Pedro Alves <palves@redhat.com>
7206
7207 * gdb.base/settings.exp (test-string): Adjust expected out when
7208 testing "maint test-settings show filename"
7209
54d66006
PA
72102019-07-02 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/options.exp (test-info-threads): New procedure.
7213 (top level): Call it.
7214
10d06d82
TT
72152019-06-28 Tom Tromey <tromey@adacore.com>
7216
7217 * gdb.dwarf2/ada-linkage-name.c: New file.
7218 * gdb.dwarf2/ada-linkage-name.exp: New file.
7219
3d507ff2
TT
72202019-06-27 Tom Tromey <tromey@adacore.com>
7221
d039f014 7222 PR c++/20020:
3d507ff2
TT
7223 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7224
8af58ffe
TV
72252019-06-26 Tom de Vries <tdevries@suse.de>
7226
7227 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7228
22e21752
TV
72292019-06-26 Tom de Vries <tdevries@suse.de>
7230
7231 * gdb.base/index-cache.exp: Add back missing debug option.
7232
b65b566c
PW
72332019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7234
7235 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7236
5c2c8c69
TV
72372019-06-25 Tom de Vries <tdevries@suse.de>
7238
7239 PR testsuite/24727
7240 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7241
164e3873
TV
72422019-06-24 Tom de Vries <tdevries@suse.de>
7243
7244 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7245
824eacee
TV
72462019-06-24 Tom de Vries <tdevries@suse.de>
7247
7248 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7249 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7250 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7251
385b97d3
TV
72522019-06-24 Tom de Vries <tdevries@suse.de>
7253
7254 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7255
c596f180
TV
72562019-06-21 Tom de Vries <tdevries@suse.de>
7257
7258 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7259
b13a7d03
TV
72602019-06-21 Tom de Vries <tdevries@suse.de>
7261
7262 PR testsuite/24518
7263 PR ada/24713
7264 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7265 index.
7266
899277ae
TT
72672019-06-19 Tom Tromey <tromey@adacore.com>
7268
7269 * gdb.ada/length_cond.exp: Add intro comment.
7270
680e1bee
TT
72712019-06-19 Tom Tromey <tromey@adacore.com>
7272
7273 * gdb.ada/length_cond.exp: New file.
7274 * gdb.ada/length_cond/length_cond.adb: New file.
7275 * gdb.ada/length_cond/pck.adb: New file.
7276 * gdb.ada/length_cond/pck.ads: New file.
7277
0ed4690a
TV
72782019-06-18 Tom de Vries <tdevries@suse.de>
7279
7280 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7281
d20ed5fd
TT
72822019-06-18 Tom Tromey <tromey@adacore.com>
7283
7284 * gdb.base/list0.h: Add comment explaining control character.
7285
86e04673
TV
72862019-06-18 Tom de Vries <tdevries@suse.de>
7287
7288 * boards/fission.exp: Break up long debug_flags line.
7289
c4973306
SM
72902019-06-16 Tom de Vries <tdevries@suse.de>
7291
7292 PR gdb/24445
7293 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7294 generated index.
7295
93cb9841
AB
72962019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7297
7298 PR gdb/24686
7299 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7300 improve detection of bug gdb/24541.
7301
399aaebd
SM
73022019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7303
7304 PR gdb/24669
7305 * gdb.base/index-cache.exp (uses_readnow,
7306 expecting_index_cache_use): Define global variable.
7307 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7308 expecting_index_cache_use.
7309
584a927c
AB
73102019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7311 Andrew Burgess <andrew.burgess@embecosm.com>
7312
7313 * gdb.fortran/pointers.f90: New file.
7314 * gdb.fortran/print_type.exp: New file.
7315 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7316 * gdb.fortran/vla-type.exp: Likewise.
7317 * gdb.fortran/vla-value.exp: Likewise.
7318 * gdb.mi/mi-vla-fortran.exp: Likewise.
7319
30056ea0
AB
73202019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7323 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7324 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7325 as a stop reason.
7326
ec8e2b6d
AB
73272019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7328
7329 * gdb.base/annota1.exp: Update expected results.
7330 * gdb.cp/annota2.exp: Likewise.
7331 * gdb.cp/annota3.exp: Likewise.
7332
09e4c4e1
AB
73332019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/style-logging.exp: Remove path from test name.
7336
0735b091
TT
73372019-06-14 Tom Tromey <tromey@adacore.com>
7338
7339 PR gdb/24502:
7340 * gdb.base/style-logging.exp: New file.
7341
f5686554
TT
73422019-06-14 Tom Tromey <tromey@adacore.com>
7343
7344 * gdb.base/symfile-warn.exp: New file.
7345 * gdb.base/symfile-warn.c: New file.
7346
a0c1ffed
TT
73472019-06-14 Tom Tromey <tromey@adacore.com>
7348
7349 * gdb.base/annotate-symlink.exp: New file.
7350
f411722c
TT
73512019-06-14 Tom Tromey <tromey@adacore.com>
7352
7353 * gdb.ada/set_wstr.exp: Add reassignment test.
7354
4268ec18
TT
73552019-06-14 Tom Tromey <tromey@adacore.com>
7356
7357 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7358 'unchecked_access and 'unrestricted_access as well.
7359
9a9e394b
TT
73602019-06-14 Tom Tromey <tromey@adacore.com>
7361
7362 PR ada/24539:
7363 * gdb.ada/vla.exp: Update tests.
7364 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7365 pragma.
7366
4c048731
PA
73672019-06-13 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/settings.exp (test-integer): Test junk after
7370 "unlimited".
7371
6665660a
PA
73722019-06-13 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/options.exp (test-thread-apply): New.
7375 (top level): Call it.
7376
5d707134
PA
73772019-06-13 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/options.exp (test-frame-apply): New.
7380 (top level): Test print commands with different "frame apply"
7381 prefixes.
7382
e2a689da
PA
73832019-06-13 Pedro Alves <palves@redhat.com>
7384
e79be6e5 7385 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
7386 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7387 'max_completions' parameter and handle it.
7388 (test_gdb_completion_offers_commands): New.
7389
90a1ef87
PA
73902019-06-13 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7393
d4c16835
PA
73942019-06-13 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/options.exp (test-backtrace): New.
7397 (top level): Call it.
7398
2daf894e
PA
73992019-06-13 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.guile/scm-frame-args.exp: Use "set print
7402 raw-frame-arguments" instead of "set print raw frame-arguments".
7403 * gdb.python/py-frame-args.exp: Likewise.
7404
e6ed716c
PA
74052019-06-13 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.compile/compile.exp: Adjust expected output to option
7408 processing changes.
7409
7d8062de
PA
74102019-06-13 Pedro Alves <palves@redhat.com>
7411
7412 * gdb.base/options.exp: Build executable.
7413 (test-print): New procedure.
7414 (top level): Call it, once for "print" and another for "compile
7415 print".
7416
9d0faba9
PA
74172019-06-13 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/options.c: New file.
7420 * gdb.base/options.exp: New file.
7421
dee7b4c8
PA
74222019-06-13 Pedro Alves <palves@redhat.com>
7423
7424 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7425 that "o" is ambiguous.
7426
dca0f6c0
PA
74272019-06-13 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.base/settings.c: New file.
7430 * gdb.base/settings.exp: New file.
7431
ccf46844
PA
74322019-06-13 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/completion.exp: Fix comment typo.
7435
b9a3f842
PA
74362019-06-13 Pedro Alves <palves@redhat.com>
7437
7438 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7439 foo --1" test.
7440
d106773e
PA
74412019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7442
7443 * gdb.fortran/block-data.f: New.
7444 * gdb.fortran/block-data.exp: New.
7445
fea82da0
TV
74462019-06-11 Tom de Vries <tdevries@suse.de>
7447
7448 PR testsuite/24521
7449 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7450 message.
7451
8c2e74f1
TV
74522019-06-11 Tom de Vries <tdevries@suse.de>
7453
7454 PR testsuite/24521
7455 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7456
b49851c8
TV
74572019-06-11 Tom de Vries <tdevries@suse.de>
7458
7459 * boards/readnow.exp: New file.
7460
a7067863
AB
74612019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.fortran/vla-sizeof.exp: Update expected results.
7464
1a3da2cd
AB
74652019-06-06 Amos Bird <amosbird@gmail.com>
7466
7467 * gdb.base/annota1.exp (thread_switch): Add test for
7468 thread-exited annotation.
7469
3847a7bf
TT
74702019-06-06 Tom Tromey <tromey@adacore.com>
7471
7472 * gdb.base/maint.exp: Expect command started/finished output.
7473
0088ba59
AB
74742019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7475
7476 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7477 comment.
7478 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7479
312617a3
AB
74802019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7481
7482 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7483 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7484 * gdb.arch/riscv-unwind-long-insn.c: New file.
7485 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7486
e1f2e1a2
CB
74872019-06-04 Christian Biesinger <cbiesinger@google.com>
7488
d3238f7d 7489 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 7490
206584bd
PW
74912019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7492
7493 * lib/gdb.exp (help_list_trailer): New regexp variable
7494 factorizing the help trailer message.
7495 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7496 arg to allow to better factorize various tests.
7497 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7498 (test_prefix_command_help): Use help_list_trailer.
7499 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7500 * gdb.guile/scm-cmd.exp: Likewise.
7501 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7502 * gdb.base/help.exp: Use test_user_defined_class_help.
7503 * gdb.base/style.exp: Add tests for styling of help and apropos.
7504 * lib/gdb-utils.exp (style): Add title and highlight styles.
7505
708dc93e
PW
75062019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7507
7508 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7509 $_shell_exitsignal.
7510 * gdb.base/default.exp: Update for new convenience variables.
7511
f49055a5
TT
75122019-05-29 Tom Tromey <tromey@adacore.com>
7513
7514 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7515 to "break complete ada" test case's regexp.
7516
4330d61d
TT
75172019-05-29 Tom Tromey <tromey@adacore.com>
7518
7519 PR c++/20020:
7520 * gdb.cp/constexpr-field.exp: New file.
7521 * gdb.cp/constexpr-field.cc: New file.
7522
000439d5
TT
75232019-05-29 Tom Tromey <tromey@adacore.com>
7524
7525 * gdb.base/finish.exp (finish_no_print): New proc.
7526 (finish_tests): Call it.
7527
5a01c34c
TV
75282019-05-24 Tom de Vries <tdevries@suse.de>
7529
7530 * gdb.dwarf2/gdb-add-index.exp: New file.
7531
18125b16
TT
75322019-05-22 Tom Tromey <tromey@adacore.com>
7533
7534 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7535 * gdb.base/style.exp: Use "style".
7536 * lib/gdb-utils.exp (style): New proc.
7537
af1a8d03
TV
75382019-05-22 Tom de Vries <tdevries@suse.de>
7539
7540 * gdb.base/align.exp: Require c++11.
7541
e7fe496b
TV
75422019-05-22 Tom de Vries <tdevries@suse.de>
7543
7544 PR testsuite/24586
7545 * gdb.python/py-mi-var-info-path-expression.exp: Call
7546 mi_skip_python_tests to check if python is supported.
7547
8fca4da0
AH
75482019-05-22 Alan Hayward <alan.hayward@arm.com>
7549
7550 * gdb.arch/aarch64-pauth.c: New test.
7551 * gdb.arch/aarch64-pauth.exp: New file.
7552
b7060614
AH
75532019-05-22 Alan Hayward <alan.hayward@arm.com>
7554
7555 * README (Re-running Tests Outside The Testsuite): New section.
7556
669d0468
TV
75572019-05-21 Tom de Vries <tdevries@suse.de>
7558
7559 * gdb.arch/amd64-eval.exp: Require c++11.
7560 * gdb.base/max-depth.exp: Same.
7561 * gdb.compile/compile-cplus-array-decay.exp: Same.
7562 * gdb.cp/meth-typedefs.exp: Same.
7563 * gdb.cp/subtypes.exp: Same.
7564 * gdb.cp/temargs.exp: Same.
7565
ce3ebcaa
AH
75662019-05-21 Alan Hayward <alan.hayward@arm.com>
7567
7568 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7569
34d11c68
AB
75702019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7571
7572 PR gdb/18644
7573 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7574 * gdb.fortran/printing-types.exp: Add new test.
7575 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7576 testing.
7577 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7578 setup_kfail call.
7579
87781e84
AH
75802019-05-17 Alan Hayward <alan.hayward@arm.com>
7581
7582 * README (Running the Testsuite): Change example.
7583 (Testsuite Parameters): Remove TRANSCRIPT.
7584 * lib/gdb.exp: Remove TRANSCRIPT check.
7585
b420b89e
AH
75862019-05-17 Alan Hayward <alan.hayward@arm.com>
7587
7588 * README (Testsuite Parameters): Add replay logging to
7589 GDBSERVER_DEBUG.
7590 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7591 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7592 as a comma separated list.
7593 (gdb_debug_init): Override procedure.
7594
408e9b8b
AH
75952019-05-17 Alan Hayward <alan.hayward@arm.com>
7596
7597 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7598 (gdb_write_cmd_file): New procedure.
7599 * lib/gdbserver-support.exp (gdbserver_start): Call
7600 gdbserver_write_cmd_file.
7601 (gdbserver_write_cmd_file): New procedure.
7602
f9e2e39d
AH
76032019-05-17 Alan Hayward <alan.hayward@arm.com>
7604
7605 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7606 (delete_breakpoints): Likewise.
7607 (gdb_run_cmd): Likewise.
7608 (gdb_start_cmd): Likewise.
7609 (gdb_starti_cmd): Likewise.
7610 (gdb_internal_error_resync): Likewise.
7611 (gdb_test_multiple): Likewise.
7612 (gdb_reinitialize_dir): Likewise.
7613 (default_gdb_exit): Likewise.
7614 (gdb_file_cmd): Mark kill as optional.
7615 (default_gdb_start): Call gdb_stdin_log_init.
7616 (send_gdb): Call gdb_stdin_log_write.
7617 (rerun_to_main): Mark Y as an answer.
7618 (gdb_stdin_log_init): New function.
7619 (gdb_stdin_log_write): Likewise.
7620
81f47ac2
AH
76212019-05-17 Alan Hayward <alan.hayward@arm.com>
7622
7623 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7624 * gdb.base/debug-expr.exp: Likewise.
7625 * gdb.base/foll-fork.exp: Likewise.
7626 * gdb.base/foll-vfork.exp: Likewise.
7627 * gdb.base/fork-print-inferior-events.exp: Likewise.
7628 * gdb.base/gdb-sigterm.exp: Likewise.
7629 * gdb.base/gdbinit-history.exp: Likewise.
7630 * gdb.base/osabi.exp: Likewise.
7631 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7632 * gdb.base/ui-redirect.exp: Likewise.
7633 * gdb.gdb/unittest.exp: Likewise.
7634 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7635 * gdb.mi/mi-watch.exp: Likewise.
7636 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7637 * gdb.mi/user-selected-context-sync.exp: Likewise.
7638 * gdb.python/python.exp: Disable debug test when debugging.
7639 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7640 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7641 Likewise.
7642 * gdb.threads/stepi-random-signal.exp: Likewise.
7643
29b52314
AH
76442019-05-17 Alan Hayward <alan.hayward@arm.com>
7645
7646 * Makefile.in: Pass through GDB_DEBUG.
7647 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7648 (gdb,debug): Add board setting.
7649 * lib/gdb.exp (default_gdb_start): Start debugging.
7650 (gdb_debug_enabled): New procedure.
7651 (gdb_debug_init): Likewise.
29b52314
AH
7652
76532019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 7654
29b52314
AH
7655 * Makefile.in: Pass through GDB_DEBUG.
7656 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
7657 (gdb,debug): Add board setting.
7658 * lib/gdb.exp (default_gdb_start): Start debugging.
7659 (gdb_debug_enabled): New procedure.
7660 (gdb_debug_init): Likewise.
29b52314 7661
ca1285d1
AH
76622019-05-17 Alan Hayward <alan.hayward@arm.com>
7663
7664 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7665
f3a09c80
AH
76662019-05-17 Alan Hayward <alan.hayward@arm.com>
7667
7668 * gdb.base/ui-redirect.exp: Test redirection.
7669
26648588
JV
76702019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7671
7672 * gdb.mi/mi-complete.exp: New file.
7673 * gdb.mi/mi-complete.cc: Likewise.
7674
14237686
AB
76752019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7676
7677 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7678 indexed and sliced arrays, and pointers to arrays.
7679
e7bd7fba
TT
76802019-05-14 Tom Tromey <tromey@adacore.com>
7681
7682 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7683 styling test.
7684
2764128d
TV
76852019-05-14 Tom de Vries <tdevries@suse.de>
7686
7687 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7688 selection entry encoding.
7689
71bed2db
TT
76902019-05-10 Tom Tromey <tromey@adacore.com>
7691
7692 * gdb.ada/info_exc.exp: Add "complete" test.
7693
63b667ad
TV
76942019-05-09 Tom de Vries <tdevries@suse.de>
7695
7696 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7697 CU-relative.
7698
9cfd2b89
TV
76992019-05-09 Tom de Vries <tdevries@suse.de>
7700
7701 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7702 CU-relative.
7703
2228ef77
XR
77042019-05-08 Joel Brobecker <brobecker@adacore.com>
7705
7706 * gdb.ada/frame_arg_lang.exp: New testcase.
7707 * gdb.ada/frame_arg_lang/bla.adb: New file.
7708 * gdb.ada/frame_arg_lang/pck.ads: New file.
7709 * gdb.ada/frame_arg_lang/pck.adb: New file.
7710 * gdb.ada/frame_arg_lang/foo.c: New file.
7711
80e55b13
TT
77122019-05-08 Tom Tromey <tromey@adacore.com>
7713
7714 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7715
9d3421af
TT
77162019-05-08 Tom Tromey <tromey@adacore.com>
7717
7718 * gdb.base/ptype-offsets.exp: Update tests.
7719
844333e2
TT
77202019-05-08 Tom Tromey <tromey@adacore.com>
7721
7722 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7723 cases.
7724 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7725 "short".
7726
988915ee
TT
77272019-05-08 Tom Tromey <tromey@adacore.com>
7728
7729 * gdb.ada/vla.exp: New file.
7730 * gdb.ada/vla/vla.adb: New file.
7731
7bd55dac
TV
77322019-05-07 Tom de Vries <tdevries@suse.de>
7733
7734 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7735
75f06e9d
TV
77362019-05-07 Tom de Vries <tdevries@suse.de>
7737
7738 PR testsuite/24522
7739 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7740 section.
7741
77e7aaa4
TV
77422019-05-07 Tom de Vries <tdevries@suse.de>
7743
7744 PR testsuite/24522
7745 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
7746 .debug_aranges section.
7747
456ba0fa
TV
77482019-05-07 Tom de Vries <tdevries@suse.de>
7749
7750 PR testsuite/24159
7751 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
7752
5a56d6a6
TV
77532019-05-06 Tom de Vries <tdevries@suse.de>
7754
7755 * lib/gdb.exp (exec_has_index_section): New proc.
7756 * gdb.base/index-cache.exp: Handle case that binfile contains an index
7757 section.
7758
9d6d4be8
TV
77592019-05-04 Tom de Vries <tdevries@suse.de>
7760
7761 * boards/cc-with-debug-names.exp: New file.
7762
222a8d25
TT
77632019-05-03 Tom Tromey <tromey@adacore.com>
7764
7765 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
7766 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
7767 * gdb.ada/char_enum.exp: Add test.
7768
0fdfd794
TV
77692019-05-03 Tom de Vries <tdevries@suse.de>
7770
7771 * boards/cc-with-gdb-index.exp: New file.
7772
80062eb9
AB
77732019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
7774
7775 * gdb.rust/simple.exp: Add new test case.
7776 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
7777 (main): Initialise an instance of the new struct.
7778
4504bbde
TT
77792019-05-01 Tom Tromey <tromey@adacore.com>
7780
7781 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
7782 record.
7783 (NPR): New variable.
7784 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
7785 test.
7786
d48e62f4
TT
77872019-05-01 Tom Tromey <tromey@adacore.com>
7788
7789 * gdb.ada/packed_array_assign.exp: Add packed assignment
7790 regression test.
7791
f59f30f5
TV
77922019-05-01 Tom de Vries <tdevries@suse.de>
7793
7794 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
7795
b70bfc54
TV
77962019-05-01 Tom de Vries <tdevries@suse.de>
7797
7798 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7799
15f18d14
AT
78002019-04-30 Ali Tamur <tamur@google.com>
7801
7802 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7803
2ff0a947
TT
78042019-04-30 Tom Tromey <tromey@adacore.com>
7805
7806 * lib/ada.exp (find_ada_tool): New proc.
7807 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
7808 * gdb.ada/catch_ex_std.exp: New file.
7809 * gdb.ada/catch_ex_std/foo.adb: New file.
7810 * gdb.ada/catch_ex_std/some_package.adb: New file.
7811 * gdb.ada/catch_ex_std/some_package.ads: New file.
7812
a776957c
TT
78132019-04-30 Tom Tromey <tromey@adacore.com>
7814
7815 PR c++/24470:
7816 * gdb.cp/temargs.cc: Add test code from PR.
7817
bc68014d
AB
78182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7819
7820 * gdb.fortran/vla-datatypes.exp: Update expected results.
7821 * gdb.fortran/vla-ptype.exp: Likewise.
7822 * gdb.fortran/vla-type.exp: Likewise.
7823 * gdb.fortran/vla-value.exp: Likewise.
7824
f1fdc960
AB
78252019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7826
7827 * gdb.fortran/ptr-indentation.exp: Update expected results.
7828 * gdb.fortran/ptype-on-functions.exp: Likewise.
7829 * gdb.fortran/vla-ptr-info.exp: Likewise.
7830 * gdb.fortran/vla-value.exp: Likewise.
7831
bf7a4de1
AB
78322019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7833
7834 * gdb.fortran/ptype-on-functions.exp: New file.
7835 * gdb.fortran/ptype-on-functions.f90: New file.
7836
bbe75b9d
AB
78372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7838
7839 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7840 case void string.
7841
1db455a7
AB
78422019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7843
7844 * gdb.fortran/complex.exp: Expand.
7845 * gdb.fortran/complex.f: Renamed to...
7846 * gdb.fortran/complex.f90: ...this, and extended to add more
7847 complex values.
7848
b6d03bb2
AB
78492019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7850
7851 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7852 MODULO, CMPLX.
7853
2e62ab40
AB
78542019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
7855 Richard Bunt <richard.bunt@arm.com>
7856
7857 * gdb.base/max-depth.c: New file.
7858 * gdb.base/max-depth.exp: New file.
7859 * gdb.python/py-nested-maps.c: New file.
7860 * gdb.python/py-nested-maps.exp: New file.
7861 * gdb.python/py-nested-maps.py: New file.
7862 * gdb.python/py-format-string.exp (test_max_depth): New proc.
7863 (test_all_common): Call test_max_depth.
7864 * gdb.fortran/max-depth.exp: New file.
7865 * gdb.fortran/max-depth.f90: New file.
7866 * gdb.go/max-depth.exp: New file.
7867 * gdb.go/max-depth.go: New file.
7868 * gdb.modula2/max-depth.exp: New file.
7869 * gdb.modula2/max-depth.c: New file.
7870 * lib/gdb.exp (get_print_expr_at_depths): New proc.
7871
d2b584a5
TV
78722019-04-29 Tom de Vries <tdevries@suse.de>
7873
7874 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7875
136afab8
PW
78762019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7877
7878 * gdb.base/callexit.exp: Test may-call-functions off.
7879
725cbb63
KS
78802019-04-25 Keith Seitz <keiths@redhat.com>
7881
7882 PR c++/24367
7883 * gdb.cp/meth-typedefs.cc (incomplete_struct)
7884 (another_incomplete_struct, test_incomplete): New definitions.
7885 (main): Use new definitions.
7886 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
7887 functions.
7888
701adfb0
PA
78892019-04-25 Ali Tamur <tamur@google.com>
7890
7891 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7892
82433e3e
SDJ
78932019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
7894
7895 PR corefiles/11608
7896 PR corefiles/18187
7897 * gdb.base/coredump-filter-build-id.exp: New file.
7898
dd06d4d6
AH
78992019-04-25 Alan Hayward <alan.hayward@arm.com>
7900
e79be6e5
SM
7901 * Makefile.in: Pass through GDBSERVER_DEBUG.
7902 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
7903 (gdbserver,debug): Add board setting.
7904 * gdb.trace/tspeed.exp: Skip when debugging.
7905 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
7906 * lib/gdbserver-support.exp: Likewise
dd06d4d6 7907
1670072e
TT
79082019-04-24 Tom Tromey <tromey@adacore.com>
7909
7910 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7911 Rust.
7912
a59240a4
TT
79132019-04-24 Tom Tromey <tromey@adacore.com>
7914
7915 * gdb.arch/amd64-eval.exp: Test bitfield return.
7916 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
7917 (class Foo) <return_bitfields>: New method.
7918 (main): Call it.
7919
b907456c
AB
79202019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
7921
7922 * gdb.cp/many-args.cc: New file.
7923 * gdb.cp/many-args.exp: New file.
7924
5c565afd
TV
79252019-04-23 Tom de Vries <tdevries@suse.de>
7926
7927 PR gdb/24433
7928 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7929
ba22ff86
AH
79302019-04-23 Alan Hayward <alan.hayward@arm.com>
7931
7932 * gdb.trace/backtrace.exp: Use nopie flag.
7933 * gdb.trace/circ.exp: Likewise.
7934 * gdb.trace/collection.exp: Likewise.
7935 * gdb.trace/ftrace.exp: Likewise.
7936 * gdb.trace/mi-trace-unavailable.exp: Likewise.
7937 * gdb.trace/mi-traceframe-changed.exp: Likewise.
7938 * gdb.trace/qtro.exp: Likewise.
7939 * gdb.trace/read-memory.exp: Likewise.
7940 * gdb.trace/report.exp: Likewise.
7941 * gdb.trace/tfile.exp: Likewise.
7942 * gdb.trace/tfind.exp: Likewise.
7943 * gdb.trace/unavailable.exp: Likewise.
7944
7905fc35
PA
79452019-04-22 Pedro Alves <palves@redhat.com>
7946
7947 * gdb.base/solib-probes-nosharedlibrary.c,
7948 gdb.base/solib-probes-nosharedlibrary.exp: New files.
7949
8ecb59f8
TT
79502019-04-19 Tom Tromey <tromey@adacore.com>
7951
7952 * gdb.ada/ptype_union.c: New file.
7953 * gdb.ada/ptype_union.exp: New file.
7954
62160ec9
TT
79552019-04-19 Tom Tromey <tromey@adacore.com>
7956
7957 PR symtab/24423:
7958 * gdb.base/list0.h (foo): Add a control-l character.
7959
36cd4ba5
TV
79602019-04-18 Tom de Vries <tdevries@suse.de>
7961
7962 PR gdb/24433
7963 * boards/local-board.exp: Set sysroot to "".
7964
b73715df
TV
79652019-04-18 Tom de Vries <tdevries@suse.de>
7966 Pedro Alves <palves@redhat.com>
7967
7968 PR gdb/24454
7969 * gdb.threads/vfork-follow-child-exec.c: New file.
7970 * gdb.threads/vfork-follow-child-exec.exp: New file.
7971 * gdb.threads/vfork-follow-child-exit.c: New file.
7972 * gdb.threads/vfork-follow-child-exit.exp: New file.
7973
4aa866af
LS
79742019-04-15 Leszek Swirski <leszeks@google.com>
7975
7976 * gdb.arch/amd64-eval.cc: New file.
7977 * gdb.arch/amd64-eval.exp: New file.
7978
e5a1a79a
AH
79792019-04-11 Alan Hayward <alan.hayward@arm.com>
7980
7981 * gdb.server/sysroot.c: New test.
7982 * gdb.server/sysroot.exp: New file.
7983 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
7984 matching param.
7985
41077b66
AB
79862019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
7987
7988 * gdb.base/align.exp: Extend test to cover structures containing
7989 only static fields.
7990
c30391f8
TV
79912019-04-11 Tom de Vries <tdevries@suse.de>
7992
7993 * boards/cc-with-dwz-m.exp: New file.
7994 * boards/cc-with-dwz.exp: New file.
7995 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
7996
e242fd12
SM
79972019-04-09 Simon Marchi <simon.marchi@efficios.com>
7998
7999 * gdb.base/start-cpp.exp: New file.
8000 * gdb.base/start-cpp.cc: New file.
8001
2b0c8b01
KB
80022019-04-08 Kevin Buettner <kevinb@redhat.com>
8003
8004 * gdb.python/py-thrhandle.exp: Adjust tests to call
8005 thread_from_handle instead of thread_from_thread_handle.
8006
947210e5
KB
80072019-04-08 Kevin Buettner <kevinb@redhat.com>
8008
8009 * gdb.python/py-thrhandle.exp: Add tests for
8010 gdb.InferiorThread.handle.
8011
d7df6549
AB
80122019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8013
8014 * gdb.python/py-function.exp: Check calling helper function from
8015 all languages.
8016 * lib/gdb.exp (gdb_supported_languages): New proc.
8017
8bdc1658
AB
80182019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8019
8020 * gdb.base/complex-parts.c: New file.
8021 * gdb.base/complex-parts.exp: New file.
8022
05caa1d2
TT
80232019-04-01 Tom Tromey <tromey@adacore.com>
8024
8025 PR symtab/23331:
8026 * gdb.dwarf2/dw2-ranges-main.c: New file.
8027 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8028 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8029
7734102d
EZ
80302019-03-30 Simon Marchi <simark@simark.ca>
8031
8032 * gdb.base/default.exp: Add values for $_gdb_major and
8033 $_gdb_minor.
8034
188e1fa9
TT
80352019-03-29 Tom Tromey <tromey@adacore.com>
8036
8037 * gdb.base/help.exp: Tighten apropos regexp.
8038
2880242d
KS
80392019-03-29 Keith Seitz <keiths@redhat.com>
8040
8041 * gdb.fortran/array-bounds.exp: New file.
8042 * gdb.fortran/array-bounds.f90: New file.
8043
077cad8e
PW
80442019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8045
8046 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8047
80047cfc
PW
80482019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8049
8050 * gdb.multi/hello.c (main): Increase alarm timer.
8051
f489207e
SL
80522019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8053
8054 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8055 factor when no hardware watchpoint support.
8056
c92df149
AH
80572019-03-28 Alan Hayward <alan.hayward@arm.com>
8058 Pedro Alves <palves@redhat.com>
8059
8060 * boards/local-board.exp: set sysroot to /.
8061
933aebfa
AH
80622019-03-27 Alan Hayward <alan.hayward@arm.com>
8063
8064 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8065 in child.
8066
9f9aa852
AB
80672019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8068
8069 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8070 field.
8071 (make_container): Initialise new field.
8072 * gdb.python/py-prettyprint.exp: Add new tests.
8073 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8074 <display_hint>: New method.
8075
3714a195
AB
80762019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8077
8078 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8079 gdb_continue_to_breakpoint more throughout this test.
8080 (run_lang_tests) Supply unique test names, and use
8081 gdb_test_no_output.
8082
18c77628
AB
80832019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8084
8085 * gdb.base/finish-pretty.exp: Update expected results.
8086 * gdb.base/pretty-print.c: New file.
8087 * gdb.base/pretty-print.exp: New file.
8088
9a93502f
PA
80892019-03-25 Pedro Alves <palves@redhat.com>
8090
8091 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8092 move comments outside list. Append '-i "" eof' section.
8093
968aa7ae
AH
80942019-03-22 Alan Hayward <alan.hayward@arm.com>
8095
34a7f2a4 8096 PR testsuite/25016
968aa7ae
AH
8097 * README: Add pie options.
8098 * gdb.base/break-interp.exp: Ensure pie is disabled.
8099 * gdb.base/dump.exp: Likewise.
8100 * lib/gdb.exp (gdb_compile): Add pie option.
8101
4c7d57e7
TT
81022019-03-19 Tom Tromey <tromey@adacore.com>
8103
8104 * gdb.mi/mi2-cli-display.c: New file.
8105 * gdb.mi/mi2-cli-display.exp: New file.
8106
bff8c71f
TT
81072019-03-18 Joel Brobecker <brobecker@adacore.com>
8108 Tom Tromey <tromey@adacore.com>
8109
8110 * gdb.ada/ptype_array/pck.adb: New file.
8111 * gdb.ada/ptype_array/pck.ads: New file.
8112 * gdb.ada/ptype_array/foo.adb: New file.
8113 * gdb.ada/ptype_array.exp: New file.
8114
d085f989
TT
81152019-03-14 Tom Tromey <tromey@adacore.com>
8116
8117 * gdb.base/style.exp: Add "set style sources" test.
8118
b4be1b06
SM
81192019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8120
8121 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8122 * mi-breakpoint-multiple-locations.exp: ... this.
8123 (make_breakpoints_pattern): New proc.
8124 (do_test): Add mi_version parameter, test -break-insert,
8125 -break-info and =breakpoint-created.
8126
7cde5fc2
AB
81272019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8128
8129 * config/default.exp: Remove 'load_lib gdb.exp'.
8130 * config/monitor.exp: Likewise.
8131 * config/sid.exp: Likewise.
8132 * config/sim.exp: Likewise.
8133 * config/slite.exp: Likewise.
8134 * config/unix.exp: Likewise.
8135 * gdb.base/default.exp: Remove unhelpful comment.
8136
efbecbc1
AB
81372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8138
8139 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8140
0841c79a
AB
81412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8142
8143 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8144
4a270568
AB
81452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8146
8147 * gdb.fortran/type-kinds.exp: Update expected results.
8148
067630bd
AB
81492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8150
8151 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8152
3be47f7a
AB
81532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8154
8155 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8156 function.
8157 (test_basic_parsing_of_type_kinds): Expand types tested.
8158 (test_parsing_invalid_type_kinds): New function.
8159
4d00f5d8
AB
81602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8161
8162 * gdb.fortran/intrinsics.exp: New file.
8163 * gdb.fortran/intrinsics.f90: New file.
8164 * gdb.fortran/type-kinds.exp: New file.
8165
c8f91604
AB
81662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8167
8168 * gdb.fortran/dot-ops.exp: New file.
8169
dd9f2c76
AB
81702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8171
8172 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8173 Check upper and lower case logical literals.
8174
84ec9724
AB
81752019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8176
8177 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8178 Remove duplicate tests.
8179
c3734e09
AH
81802019-03-06 Alan Hayward <alan.hayward@arm.com>
8181
8182 * lib/gdb.exp (builtin_cd): rename of cd.
8183 (cd): Override builtin.
8184
aa3cfbda
RB
81852019-03-06 Richard Bunt <richard.bunt@arm.com>
8186
8187 * gdb.fortran/function-calls.exp: New file.
8188 * gdb.fortran/function-calls.f90: New test.
8189
7b63ad86
RB
81902019-03-04 Richard Bunt <richard.bunt@arm.com>
8191
8192 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8193 on user program standard output.
8194 * gdb.fortran/short-circuit-argument-list.f90: Record function
8195 calls.
8196
01abb042
AH
81972019-02-28 Alan Hayward <alan.hayward@arm.com>
8198
c3734e09
AH
8199 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8200 failure.
01abb042 8201
92137da0
RO
82022019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8203
8204 PR gdb/8527
8205 * gdb.base/interrupt-daemon-attach.c,
8206 gdb.base/interrupt-daemon-attach.exp: New test.
8207
5862844d
PA
82082019-02-27 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/page.exp: Add tests for "set width/height -1".
8211
8ed25214
PA
82122019-02-27 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/page.exp: Add tests for "set/show width/height" with
8215 "infinite" values.
8216
6c28e44a
TT
82172019-02-27 Tom Tromey <tromey@adacore.com>
8218
8219 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8220 2.4.
8221 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8222 workaround.
8223
bf9a735e
AB
82242019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8225
8226 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8227 tests for structs with static members.
8228
8791793c
TT
82292019-02-26 Tom Tromey <tromey@adacore.com>
8230
8231 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8232 ValueError, not TypeError.
8233
bc2a507e
KB
82342019-02-26 Kevin Buettner <kevinb@redhat.com>
8235
8236 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8237 call from main program.
8238
e0e7d3bd
JB
82392019-02-23 Joel Brobecker <brobecker@adacore.com>
8240
8241 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8242 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8243 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8244 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8245 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8246
9600246d
KS
82472019-02-22 Keith Seitz <keiths@redhat.com>
8248
8249 PR symtab/23853
8250 * gdb.base/symlink-sourcefile.c: New file.
8251 * gdb.base/symlink-sourcefile.exp: New file.
8252
0c95f9ed
TT
82532019-02-20 Tom Tromey <tom@tromey.com>
8254
8255 * gdb.base/info_qt.exp: Update.
8256
6caa91b6
SM
82572019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8258
8259 * gdb.base/source.exp: Move "error in sourced script" code to
8260 the end.
8261 * gdb.base/source-error.gdb: Move contents to
8262 source-error-1.gdb. Add new code to source source-error-1.gdb.
8263 * gdb.base/source-error-1.gdb: New file, from previous
8264 source-error.gdb.
8265
6506371f
TT
82662019-02-17 Tom Tromey <tom@tromey.com>
8267
8268 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8269 for macro styling.
8270 * gdb.base/style.c (SOME_MACRO): New macro.
8271
a0087920
TT
82722019-02-17 Tom Tromey <tom@tromey.com>
8273
8274 * gdb.base/style.exp: Add line-wrapping tests.
8275 * gdb.base/page.exp: Add test for quitting during pagination.
8276
a2cd4f14
JB
82772019-02-17 Joel Brobecker <brobecker@adacore.com>
8278
8279 * gdb.ada/big_packed_array: New testcase.
8280 * gdb.ada/homonym.exp: Fix incorrect expected output for
8281 "break <homonym__get_value>" test.
8282
9d70ffbc
WP
82832019-02-13 Weimin Pan <weimin.pan@oracle.com>
8284
8285 PR breakpoints/21870
8286 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8287 and prepare_for_testing. Add comment.
8288 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8289 redundant cleanup call. Clean up comment.
8290
01c7ae81
WP
82912019-02-12 Weimin Pan <weimin.pan@oracle.com>
8292
8293 PR breakpoints/21870
8294 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8295 * gdb.arch/aarch64-dbreg-contents.c: New file.
8296
aff29d1c
JB
82972019-02-10 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.ada/mi_ref_changeable: New testcase.
8300
df0da8a2
AH
83012019-02-07 Alan Hayward <alan.hayward@arm.com>
8302
8303 * gdb.base/attach.exp: Add double attach test.
8304
bd447abb
SM
83052019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8306
8307 * lib/gdb.exp (default_gdb_start): Don't match pagination
8308 prompt.
8309 (gdb_init): Set stty_init.
8310
1dbc40b9
TT
83112019-01-27 Tom Tromey <tom@tromey.com>
8312
8313 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8314 skip_python_tests.
8315
353229bf
AH
83162019-01-24 Alan Hayward <alan.hayward@arm.com>
8317
8318 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8319 New structure.
8320 (struct struct_static_02_02): Likewise.
8321 (struct struct_static_02_03): Likewise.
8322 (struct struct_static_02_04): Likewise.
8323 (struct struct_static_04_01): Likewise.
8324 (struct struct_static_04_02): Likewise.
8325 (struct struct_static_04_03): Likewise.
8326 (struct struct_static_04_04): Likewise.
8327 (struct struct_static_06_01): Likewise.
8328 (struct struct_static_06_02): Likewise.
8329 (struct struct_static_06_03): Likewise.
8330 (struct struct_static_06_04): Likewise.
8331 (cmp_struct_static_02_01): Likewise.
8332 (cmp_struct_static_02_02): Likewise.
8333 (cmp_struct_static_02_03): Likewise.
8334 (cmp_struct_static_02_04): Likewise.
8335 (cmp_struct_static_04_01): Likewise.
8336 (cmp_struct_static_04_02): Likewise.
8337 (cmp_struct_static_04_03): Likewise.
8338 (cmp_struct_static_04_04): Likewise.
8339 (cmp_struct_static_06_01): Likewise.
8340 (cmp_struct_static_06_02): Likewise.
8341 (cmp_struct_static_06_03): Likewise.
8342 (cmp_struct_static_06_04): Likewise.
8343 (call_all): Test new structs.
8344 * gdb.base/infcall-nested-structs.exp: Likewise.
8345
73021deb
AH
83462019-01-21 Alan Hayward <alan.hayward@arm.com>
8347 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8348
fc65c7db
AH
83492019-01-21 Alan Hayward <alan.hayward@arm.com>
8350 * gdb.base/stack-protector.c: New test.
8351 * gdb.base/stack-protector.exp: New file.
8352 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8353 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8354 option.
8355 (gdb_compile): Remove stack protector for GCC and prevent
8356 recursion.
8357
c24bdb02
KS
83582019-01-16 Keith Seitz <keiths@redhat.com>
8359
8360 PR gdb/23773
8361 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8362
6f072a10
PFC
83632019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8364
8365 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8366 aliases.
8367 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8368 tests.
8369 * gdb.arch/powerpc-vector-regs.c: New file.
8370 * gdb.arch/powerpc-vector-regs.exp: New file.
8371
a7b8d682
PFC
83722019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8373
8374 * gdb.arch/altivec-regs.exp: Fix the list passed to
8375 gdb_expect_list when testing "info vector".
8376
6eb6fb67
AB
83772019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8378
8379 * gdb.base/style.exp: Don't include path in testname.
8380
b56f80d8
KS
83812019-01-10 Keith Seitz <keiths@redhat.com>
8382
8383 PR gdb/23712
8384 PR symtab/23010
8385 * gdb.dwarf2/multidictionary.exp: New file.
8386
041be526
SM
83872019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8388
8389 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8390 (test_gnuv3_style_demangling): ... this.
8391 (test_lucid_style_demangling): Remove.
8392 (test_arm_style_demangling): Remove.
8393 (test_hp_style_demangling): Remove.
8394 (do_tests): Remove calls to the above.
8395
d820d0c3
AB
83962019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8397
8398 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8399 case.
8400
f097f5ad
TT
84012019-01-06 Tom Tromey <tom@tromey.com>
8402
8403 PR gdb/28155:
8404 * gdb.dwarf2/typedef-void-finish.exp: New file.
8405
2cd8cc0b
TT
84062018-12-28 Tom Tromey <tom@tromey.com>
8407 Simon Marchi <simark@simark.ca>
8408
8409 * gdb.base/jit-exec.exp: New file.
8410 * gdb.base/jit-exec.c: New file.
8411 * gdb.base/jit-execd.c: New file.
8412
35fb8261
TT
84132018-12-28 Tom Tromey <tom@tromey.com>
8414
8415 * gdb.base/style.exp: Update test to check for address styling.
8416
47fd17cd
TT
84172018-12-28 Tom Tromey <tom@tromey.com>
8418
8419 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8420 message.
8421
d47032b7
TT
84222018-12-28 Tom Tromey <tom@tromey.com>
8423
8424 * gdb.base/style.exp: Add test for version number styling.
8425
af79b68d
TT
84262018-12-28 Tom Tromey <tom@tromey.com>
8427
8428 * gdb.base/style.exp: Add test for print_address_symbolic.
8429
0bb296cb
TT
84302018-12-28 Tom Tromey <tom@tromey.com>
8431
8432 * gdb.base/style.exp: Add test for breakpoint setting.
8433
80ae2043
TT
84342018-12-28 Tom Tromey <tom@tromey.com>
8435
8436 * gdb.base/style.exp: Add test for variable names.
8437
cbe56571
TT
84382018-12-28 Tom Tromey <tom@tromey.com>
8439
8440 * gdb.base/style.exp: New file.
8441 * gdb.base/style.c: New file.
8442
9162a27c
TT
84432018-12-28 Tom Tromey <tom@tromey.com>
8444
8445 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8446 "dumb".
8447 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8448 the TERM environment variable.
8449
bc543c90
TT
84502018-12-27 Tom Tromey <tom@tromey.com>
8451
8452 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8453 pagination test.
8454
6f0ffe50
AB
84552018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8456
8457 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8458 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8459
b5a1e557
PW
84602018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8461
8462 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8463 Filename a.adb changed to bp_fun_addr.adb.
8464 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8465
6e8b1ab2
JV
84662018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8467
8468 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8469 non-PIE executables.
8470 * README: Mention the gdb,nopie_flag board setting.
8471 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8472 non-PIE executable.
8473 * gdb.arch/amd64-entry-value.exp: Likewise.
8474 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8475 * gdb.arch/i386-float.exp: Likewise.
8476 * gdb.arch/i386-signal.exp: Likewise.
8477 * gdb.mi/mi-reg-undefined.exp: Likewise.
8478
d00a27c5
PM
84792018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8480
8481 PR gdb/23974
8482 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8483
161d081c
PW
84842018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8485
8486 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8487 Update order of results accordingly.
8488
b001de23
AB
84892018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8490
8491 * gdb.base/annota1.exp: Update a test regexp.
8492
99e1a184
AB
84932018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8494
8495 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8496
7a81c1e2
PW
84972018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8498
8499 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8500 (reuse_time): Initialize to REUSE_TIME_CAP.
8501 (check_rc): New function.
8502 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8503 Check pthread_create rc.
8504 (spawner_thread_func): Check pthread_create and pthread_join rc.
8505
73e8dc90
PA
85062018-12-08 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.base/list.exp (test_forward_search): Rename to ...
8509 (test_forward_reverse_search): ... this. Also test reverse-search
8510 and the forward-search alias.
8511
13f2ed32
AB
85122018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8513
8514 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8515 local timeout variable before return, and remove all local timeout
8516 variable entirely.
8517 (gdb_load): Likewise.
8518
64d27cfc
TV
85192018-12-01 Tom de Vries <tdevries@suse.de>
8520
8521 * gdb.base/gdb-caching-proc.exp: New file.
8522
f63c03b4
SDJ
85232018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8524
8525 * Makefile.in (TIMESTAMP): New variable.
8526 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8527 command.
8528 (check-single-racy): Likewise.
8529 (check/%.exp): Likewise.
8530 (check-racy/%.exp): Likewise.
8531 (workers/%.worker): Likewise.
8532 (build-perf): Likewise.
8533 (check-perf): Likewise.
8534 * README: Describe new "TS" and "TS_FORMAT" variables.
8535 * print-ts.py: New file.
8536
1c97054b
BF
85372018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8538
8539 PR python/23714
8540 * gdb.python/python.exp: Test command repetition after
8541 gdb.execute.
8542
1871a62d
AB
85432018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8544
8545 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8546 is correctly aligned.
8547
fb5e1ed9
PW
85482018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8549
8550 * gdb.ada/info_auto_lang.exp: New testcase.
8551 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8552 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8553 * gdb.ada/info_auto_lang/some_c.c: New file.
8554
43d397ca
PW
85552018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8556
8557 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8558 FUNC_lang language syntax.
8559
beddd671
PW
85602018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8561
8562 * gdb.base/info_minsym.c: New file.
8563 * gdb.base/info_minsym.exp: New file.
8564
73fc52c4
TT
85652018-11-19 Tom Tromey <tom@tromey.com>
8566
8567 PR rust/23625:
8568 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8569 * gdb.rust/expr.exp: Update expected output. Change one test.
8570
994b876a
TT
85712018-11-19 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8574
6769f276
PA
85752018-11-19 Pedro Alves <palves@redhat.com>
8576
8577 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8578 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8579 see the expected warning.
8580
38a72da0
AH
85812018-11-16 Alan Hayward <alan.hayward@arm.com>
8582
8583 PR gdb/22736:
8584 * gdb.cp/infcall-nodebug-lib.c: New test.
8585 * gdb.cp/infcall-nodebug-main.c: New test.
8586 * gdb.cp/infcall-nodebug.exp: New file.
8587
53a89d6e
SM
85882018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8589
8590 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8591 completer tests.
8592
9325300d
TV
85932018-11-09 Tom de Vries <tdevries@suse.de>
8594
8595 * gdb.base/msym-lang.c: New test.
8596 * gdb.base/msym-lang.exp: New file.
8597 * gdb.base/msym-lang-main.c: New test.
8598
20f0d60d
TT
85992018-11-08 Tom Tromey <tom@tromey.com>
8600
8601 PR gdb/23555:
8602 PR gdb/23838:
8603 * gdb.base/warning.exp: New file.
8604
b5420128
JB
86052018-11-08 Jan Beulich <jbeulich@suse.com>
8606
8607 * testsuite/gdb.arch/i386-avx512.c,
8608 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8609
cd115d61
AB
86102018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8611
8612 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8613 point hardware.
8614
35ee2dc2
AB
86152018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8616
8617 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8618 * gdb.dwarf2/missing-type-name.exp: New file.
8619
31aceee8
TV
86202018-11-06 Tom de Vries <tdevries@suse.de>
8621
8622 * gdb.base/many-headers.c: New test.
8623 * gdb.base/many-headers.exp: New file.
8624
109be305
JW
86252018-11-06 Jim Wilson <jimw@sifive.com>
8626
8627 * gdb.base/code_elim.exp: For riscv, set additional_flags
8628 to include -msmall-data-limit=0.
8629
e2b7af72
JB
86302018-11-01 Joel Brobecker <brobecker@adacore.com>
8631
8632 * gdb.ada/watch_minus_l: New testcase.
8633
cdcda965
SM
86342018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8635
8636 * gdb.arch/aix-sighandle.c: New file.
8637 * gdb.arch/aix-sighandle.exp: New file.
8638
92dcebf3
AB
86392018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8640
8641 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8642 registers being unions.
8643
68b9ac18
TV
86442018-10-31 Tom de Vries <tdevries@suse.de>
8645
8646 * lib/valgrind.exp: New file.
8647 (vgdb_start, vgdb_stop): New procs, factored out of ...
8648 * gdb.base/valgrind-bt.exp: ... here, ...
8649 * gdb.base/valgrind-disp-step.exp: ... here and ...
8650 * gdb.base/valgrind-infcall.exp: ... here.
8651
1443936e
TV
86522018-10-31 Tom de Vries <tdevries@suse.de>
8653
8654 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8655
eb77c9df
AB
86562018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8657
8658 * gdb.dwarf2/void-type.c: New file.
8659 * gdb.dwarf2/void-type.exp: New file.
8660
82b5e646
PW
86612018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8662
8663 * gdb.base/info_qt.c: New file.
8664 * gdb.base/info_qt.exp: New file.
8665
8d619c01
EBM
86662018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8667
8668 * gdb.arch/powerpc-htm-regs.c: New file.
8669 * gdb.arch/powerpc-htm-regs.exp: New file.
8670
f2cf6173
EBM
86712018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8672
8673 * gdb.arch/powerpc-tar.c: New file.
8674 * gdb.arch/powerpc-tar.exp: New file.
8675
7ca18ed6
EBM
86762018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8677
8678 * gdb.arch/powerpc-ppr-dscr.c: New file.
8679 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8680
bfcc0eba
TV
86812018-10-25 Tom de Vries <tdevries@suse.de>
8682
8683 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8684
fe1a5cad
TV
86852018-10-24 Tom de Vries <tdevries@suse.de>
8686
8687 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8688 longer exists error.
8689
a76dc3b7
TV
86902018-10-24 Tom de Vries <tdevries@suse.de>
8691
8692 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8693
4df46df7
TV
86942018-10-24 Tom de Vries <tdevries@suse.de>
8695
8696 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8697 --db-attach in valgrind.
8698
0dbfcfff
AB
86992018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8700
8701 * gdb.arch/riscv-reg-aliases.c: New file.
8702 * gdb.arch/riscv-reg-aliases.exp: New file.
8703
b04480b1
AH
87042018-10-19 Alan Hayward <alan.hayward@arm.com>
8705
8706 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8707
2c6ac8d7
AH
87082018-10-19 Alan Hayward <alan.hayward@arm.com>
8709
8710 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8711
2bc69f25
AH
87122018-10-19 Alan Hayward <alan.hayward@arm.com>
8713
8714 * gdb.cp/ovldbreak.exp: Fix regexps.
8715
1f1ae3a3
AH
87162018-10-19 Alan Hayward <alan.hayward@arm.com>
8717
8718 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8719
94c18618
SDJ
87202018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8721
8722 PR cli/23785
8723 * gdb.base/restore.exp: New test to check if "restore" with an
8724 invalid file doesn't segfault.
8725
812cd6eb
TV
87262018-10-18 Tom de Vries <tdevries@suse.de>
8727
8728 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8729 * gdb.ada/excep_handle.exp: Same.
8730 * gdb.ada/mi_string_access.exp: Same.
8731 * gdb.ada/mi_var_union.exp: Same.
8732 * gdb.arch/arc-analyze-prologue.exp: Same.
8733 * gdb.arch/arc-decode-insn.exp: Same.
8734 * gdb.base/readnever.exp: Same.
8735 * gdb.fortran/printing-types.exp: Same.
8736 * gdb.guile/scm-lazy-string.exp: Same.
8737
c4b90788
TV
87382018-10-16 Tom de Vries <tdevries@suse.de>
8739
8740 PR gdb/23730
8741 * gdb.base/catch-follow-exec.c: Add copyright notice.
8742 * gdb.base/catch-follow-exec.exp: Rewrite to use
8743 gdb_spawn_with_cmdline_opts. Require gdb-native.
8744
8bca2978
SL
87452018-10-12 Sandra Loosemore <sandra@codesourcery.com>
8746
8747 * gdb.trace/actions-changed.exp: Check for arch support.
8748 * gdb.trace/actions.exp: Likewise.
8749 * gdb.trace/ax.exp: Likewise.
8750 * gdb.trace/backtrace.exp: Likewise.
8751 * gdb.trace/change-loc.exp: Likewise.
8752 * gdb.trace/deltrace.exp: Likewise.
8753 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
8754 * gdb.trace/ftrace.exp: Likewise.
8755 * gdb.trace/infotrace.exp: Check for arch support.
8756 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
8757 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
8758 * gdb.trace/mi-tsv-changed.exp: Likewise.
8759 * gdb.trace/packetlen.exp: Likewise.
8760 * gdb.trace/passc-dyn.exp: Likewise.
8761 * gdb.trace/passcount.exp: Likewise.
8762 * gdb.trace/pending.exp: Likewise.
8763 * gdb.trace/range-stepping.exp: Check for shlib support.
8764 * gdb.trace/report.exp: Check for arch support.
8765 * gdb.trace/save-trace.exp: Likewise.
8766 * gdb.trace/signal.exp: Check for signal support.
8767 * gdb.trace/tfind.exp: Check for arch support.
8768 * gdb.trace/trace-break.exp: Check for arch and shlib support.
8769 * gdb.trace/trace-common.h: Add comment.
8770 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
8771 * gdb.trace/trace-enable-disable.exp: Likewise.
8772 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
8773 * gdb.trace/tracecmd.exp: Check for arch support.
8774 * gdb.trace/tspeed.exp: Check for shlib and target support.
8775 * gdb.trace/tstatus.exp: Check for arch support.
8776 * gdb.trace/tsv.exp: Likewise.
8777 * gdb.trace/while-dyn.exp: Likewise.
8778 * gdb.trace/while-stepping.exp: Likewise.
8779 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
8780
f9c49bff
SM
87812018-10-12 Simon Marchi <simon.marchi@ericsson.com>
8782
8783 * gdb.trace/tspeed.exp: Remove nowarnings.
8784 (prepare_for_trace_test): Declare "global ipalib".
8785 * gdb.trace/tspeed.c: Include unistd.h.
8786 (main): Remove superfluous printf argument.
8787
d4330bde
SL
87882018-10-11 Sandra Loosemore <sandra@codesourcery.com>
8789
8790 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
8791 directory prefix on the filename.
8792
8ecfd7bd
SDJ
87932018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
8794
8795 * gdb.gdb/unittest.exp: Update expected message informing that
8796 selftests have been disabled.
8797 * gdb.server/unittest.exp: Likewise.
8798
58bbcd02
TV
87992018-10-09 Tom de Vries <tdevries@suse.de>
8800
8801 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
8802 with runto_main.
8803
9f6b697b
WP
88042018-10-08 Weimin Pan <weimin.pan@oracle.com>
8805
8806 PR c++/16841
8807 * gdb.cp/virtbase2.cc: New file.
8808 * gdb.cp/virtbase2.exp: New file.
8809
add5ded5
TT
88102018-10-06 Tom Tromey <tom@tromey.com>
8811
8812 PR python/19399:
8813 * gdb.python/py-inferior.exp: Add architecture test.
8814
f9e48344
TT
88152018-10-06 Tom Tromey <tom@tromey.com>
8816
8817 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
8818 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
8819
2a8be203
TT
88202018-10-06 Tom Tromey <tom@tromey.com>
8821
8822 * gdb.python/py-breakpoint.exp (check_last_event): Check location
8823 of a "throw" catchpoint.
8824
e04caa70
SDJ
88252018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8826
8827 * gdb.base/info-proc.exp: Update string expected from "help info
8828 proc".
8829
5ca8c39f
TT
88302018-10-04 Tom Tromey <tom@tromey.com>
8831
8832 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
8833 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
8834 (test_initial_complaints, test_empty_complaints): Update.
8835 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8836
3453e7e4
TT
88372018-10-04 Tom Tromey <tom@tromey.com>
8838
8839 PR cli/19551:
8840 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
8841 * lib/gdb.exp (gdb_file_cmd): Update.
8842 * gdb.stabs/weird.exp (print_weird_var): Update.
8843 * gdb.server/solib-list.exp: Update.
8844 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
8845 * gdb.mi/mi-cli.exp: Update.
8846 * gdb.linespec/linespec.exp: Update.
8847 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
8848 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
8849 * gdb.cp/cp-relocate.exp: Update.
8850 * gdb.base/sym-file.exp: Update.
8851 * gdb.base/relocate.exp: Update.
8852 * gdb.base/readnever.exp: Update.
8853 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
8854 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
8855 * gdb.base/dbx.exp (gdb_file_cmd): Update.
8856 * gdb.base/code_elim.exp: Update.
8857 * gdb.base/break-unload-file.exp (test_break): Update.
8858 * gdb.base/break-interp.exp (test_attach_gdb): Update.
8859 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
8860 Update.
8861 * gdb.base/attach.exp (do_attach_tests): Update.
8862 * gdb.base/sepdebug.exp: Update.
8863 * gdb.python/py-section-script.exp: Update.
8864
6afcf761
TT
88652018-10-04 Tom Tromey <tom@tromey.com>
8866
8867 PR cli/22234:
8868 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
8869 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
8870 output.
8871
fef1b293
TT
88722018-10-04 Tom Tromey <tom@tromey.com>
8873
8874 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
8875 set width and height to 0.
8876 (test_command_line_attach_run): Use -quiet.
8877
ca98345e
SL
88782018-10-03 Sandra Loosemore <sandra@codesourcery.com>
8879
8880 * lib/gdb.exp (skip_ifunc_tests): New.
8881 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
8882 other compile failures.
8883 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
8884
ff34e6ae
SM
88852018-10-01 Simon Marchi <simon.marchi@ericsson.com>
8886
8887 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
8888 is_amd64_regs_target.
8889
6bb8890e
AH
88902018-10-01 Alan Hayward <alan.hayward@arm.com>
8891
8892 * gdb.arch/aarch64-sighandler-regs.c: New test.
8893 * gdb.arch/aarch64-sighandler-regs.exp: New file.
8894 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
8895
224d30d3
MM
88962018-10-01 Markus Metzger <markus.t.metzger@intel.com>
8897
8898 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
8899 assembly.
8900
f67ffa6a
AB
89012018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
8902
8903 * gdb.base/frame-selection.exp: New file.
8904 * gdb.base/frame-selection.c: New file.
8905
9fc3183f
AH
89062018-09-27 Alan Hayward <alan.hayward@arm.com>
8907
8908 * gdb.threads/check-libthread-db.c (thread_routine): Use a
8909 pthread barrier.
8910 (main): Likewise.
8911
d354055e
AB
89122018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
8913
8914 * gdb.base/large-frame-1.c: New file.
8915 * gdb.base/large-frame-2.c: New file.
8916 * gdb.base/large-frame.exp: New file.
8917 * gdb.base/large-frame.h: New file.
8918
db727370
JL
89192018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8920
8921 PR gdb/20948
8922 * gdb.base/write_mem.exp: New test.
8923 * gdb.base/write_mem.c: Likewise.
8924
ae778caf
TT
89252018-09-23 Tom Tromey <tom@tromey.com>
8926
8927 PR python/18852:
8928 * gdb.python/py-parameter.exp: Add test for parameter that throws
8929 on "set".
8930
fd3ba736
TT
89312018-09-23 Tom Tromey <tom@tromey.com>
8932
8933 PR python/17284:
8934 * gdb.python/py-template.exp (test_template_arg): Add test for
8935 negative template argument number.
8936
39a24317
TT
89372018-09-23 Tom Tromey <tom@tromey.com>
8938
8939 PR python/14062:
8940 * gdb.python/python.exp: Add test for post_event error.
8941
f5769a2c
TT
89422018-09-23 Tom Tromey <tom@tromey.com>
8943
8944 PR python/18170:
8945 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
8946 convert pointers to int and long.
8947
1c1e54f6
TT
89482018-09-23 Tom Tromey <tom@tromey.com>
8949
8950 PR python/20126:
8951 * gdb.python/py-value.exp (test_value_numeric_ops): Add
8952 signed-ness conversion tests.
8953
fb4fa946
TT
89542018-09-23 Tom Tromey <tom@tromey.com>
8955
8956 PR python/18352;
8957 * gdb.python/py-value.exp (test_float_conversion): New proc.
8958 Use it.
8959
a466edac
HAQ
89602018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8961
8962 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8963
4ee9b0c5
SL
89642018-09-18 Sandra Loosemore <sandra@codesourcery.com>
8965
8966 * gdb.base/complete-empty.exp: Skip tab-completion tests if
8967 no readline.
8968 * gdb.base/utf8-identifiers.exp: Likewise.
8969 * gdb.cp/cpcompletion.exp: Likewise.
8970 * gdb.linespec/cpcompletion.exp: Likewise.
8971 * gdb.linespec/cpls-abi-tag.exp: Likewise.
8972 * gdb.linespec/cpls-ops.exp: Likewise.
8973
23be8da7
RB
89742018-09-19 Richard Bunt <richard.bunt@arm.com>
8975 Chris January <chris.january@arm.com>
8976
8977 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
8978 * gdb.fortran/short-circuit-argument-list.exp: New file.
8979 * gdb.fortran/short-circuit-argument-list.f90: New test.
8980
5031d0ae
SDJ
89812018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8982
8983 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
8984 "arch=" keyword when executing "-stack-list-frames".
8985
b4c0d1a4
SDJ
89862018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8987
8988 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
8989 "arch=" keyword when executing "-stack-list-frames".
8990
7a6d2b45
SDJ
89912018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8992
8993 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8994 break ada".
8995
8588b356
SM
89962018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8997
8998 PR python/23669
8999 * gdb.python/python.exp: Test gdb.execute("show commands").
9000
65e65158
TT
90012018-09-16 Tom Tromey <tom@tromey.com>
9002
9003 * gdb.base/new-ui.exp (do_execution_tests): Update.
9004 * gdb.base/dbx.exp (test_breakpoints): Update.
9005
bf326452
AH
90062018-09-14 Alan Hayward <alan.hayward@arm.com>
9007
9008 * lib/gdb.exp (gdb_simple_compile): Add proc.
9009 (is_elf_target): Use gdb_simple_compile.
9010 (skip_altivec_tests): Likewise.
9011 (skip_vsx_tests): Likewise.
9012 (skip_tsx_tests): Likewise.
9013 (skip_btrace_tests): Likewise.
9014 (skip_btrace_pt_tests): Likewise.
9015 (gdb_can_simple_compile): Likewise.
9016 (gdb_has_argv0): Likewise.
9017 (gdb_target_symbol_prefix): Likewise.
9018 (target_supports_scheduler_locking): Likewise.
9019
2361b0fb
TT
90202018-09-13 Tom Tromey <tom@tromey.com>
9021
9022 * Makefile.in (TAGS): Recognize proc_with_prefix and
9023 gdb_caching_proc.
9024
0ae1a321
SM
90252018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9026
9027 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9028 method.
9029
a40bf0c2
SM
90302018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9031
9032 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9033 and a few other Inferior properties when the Inferior is no
9034 longer valid.
9035
4a3fe98f
TT
90362018-09-13 Tom Tromey <tom@tromey.com>
9037
9038 PR rust/23650:
9039 * gdb.rust/simple.exp: Add test for enum field access error.
9040
098b2108
TT
90412018-09-13 Tom Tromey <tom@tromey.com>
9042
9043 PR rust/23626:
9044 * gdb.rust/simple.rs (EmptyEnum): New type.
9045 (main): Use it.
9046 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9047
1256af7d
SM
90482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9049
9050 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9051 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9052 * gdb.python/py-symtab.exp: Update test printing an objfile.
9053
4aa8e6c2
SM
90542018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9057 object.
9058
c221b2f7
AH
90592018-09-12 Alan Hayward <alan.hayward@arm.com>
9060
9061 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9062 (support_complex_tests): Use gdb_can_simple_compile.
9063 (is_ilp32_target): Likewise.
9064 (is_lp64_target): Likewise.
9065 (is_64_target): Likewise.
9066 (is_amd64_regs_target): Likewise.
9067 (is_aarch32_target): Likewise.
9068 (gdb_int128_helper): Likewise.
9069
6f1107b5
JK
90702018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9073
1f5d1570
JG
90742018-09-10 Jerome Guitton <guitton@adacore.com>
9075
9076 * gdb.ada/same_component_name: Add test for case of tagged record
9077 with variable-length fields.
9078
cc330e39
XR
90792018-09-10 Xavier Roirand <roirand@adacore.com>
9080
9081 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9082 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9083 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9084 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9085
b9c50e9a
XR
90862018-09-10 Xavier Roirand <roirand@adacore.com>
9087
9088 * gdb.ada/mi_string_access.exp: New testcase.
9089 * gdb.ada/mi_string_access/bar.adb: New file.
9090 * gdb.ada/mi_string_access/pck.adb: New file.
9091 * gdb.ada/mi_string_access/pck.asd: New file.
9092
2963898f
XR
90932018-09-10 Xavier Roirand <roirand@adacore.com>
9094
9095 * gdb.ada/mi_var_union.exp: New testcase.
9096 * gdb.ada/mi_var_union/bar.adb: New file.
9097 * gdb.ada/mi_var_union/pck.adb: New file.
9098 * gdb.ada/mi_var_union/pck.asd: New file.
9099
1aac008f
TT
91002018-09-08 Tom Tromey <tom@tromey.com>
9101
9102 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9103
332cf4c9
TT
91042018-09-08 Tom Tromey <tom@tromey.com>
9105
9106 PR python/16047:
9107 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9108 (register_pretty_printers): Register new printer.
9109 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9110 test.
9111 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9112 (an_int_type3): New global.
9113
424da6cf
JB
91142018-09-08 Joel Brobecker <brobecker@adacore.com>
9115
9116 * gdb.ada/expr_with_funcall: New testcase.
9117
2a62dfa9
JB
91182018-09-08 Joel Brobecker <brobecker@adacore.com>
9119
9120 * gdb.ada/packed_array_assign: New testcase.
9121
96b6697f
AB
91222018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9123
9124 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9125 names, and add test prefixes to make test names unique.
9126
e4a62c65
TV
91272018-09-05 Tom de Vries <tdevries@suse.de>
9128
9129 * gdb.dwarf2/varval.exp: Add test.
9130
dd083ee2
GB
91312018-09-04 Gary Benson <gbenson@redhat.com>
9132
9133 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9134 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9135
aef9346c
TT
91362018-08-31 Tom Tromey <tom@tromey.com>
9137
9138 * gdb.rust/simple.rs: Rename second variable "v".
9139
c67f2e15
AB
91402018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9141
9142 * gdb.base/funcargs.c (use_a): New function.
9143 (recurse): Call use_a.
9144
078a0207
KS
91452018-08-29 Keith Seitz <keiths@redhat.com>
9146
9147 * gdb.compile/compile-cplus-anonymous.cc: New file.
9148 * gdb.compile/compile-cplus-anonymous.exp: New file.
9149 * gdb.compile/compile-cplus-array-decay.cc: New file.
9150 * gdb.compile/compile-cplus-array-decay.exp: New file.
9151 * gdb.compile/compile-cplus-inherit.cc: New file.
9152 * gdb.compile/compile-cplus-inherit.exp: New file.
9153 * gdb.compile/compile-cplus-member.cc: New file.
9154 * gdb.compile/compile-cplus-member.exp: New file.
9155 * gdb.compile/compile-cplus-method.cc: New file.
9156 * gdb.compile/compile-cplus-method.exp: New file.
9157 * gdb.compile/compile-cplus-mod.c: "New" file.
9158 * gdb.compile/compile-cplus-namespace.cc: New file.
9159 * gdb.compile/compile-cplus-namespace.exp: New file.
9160 * gdb.compile/compile-cplus-nested.cc: New file.
9161 * gdb.compile/compile-cplus-nested.exp: New file.
9162 * gdb.compile/compile-cplus-print.c: "New" file.
9163 * gdb.compile/compile-cplus-print.exp: "New" file.
9164 * gdb.compile/compile-cplus-virtual.cc: New file.
9165 * gdb.compile/compile-cplus-virtual.exp: New file.
9166 * gdb.compile/compile-cplus.c: "New" file.
9167 * gdb.compile/compile-cplus.exp: "New" file.
9168 * lib/compile-support.exp: New file.
9169
b0f492b9
GB
91702018-08-16 Gary Benson <gbenson@redhat.com>
9171
9172 PR gdb/13000:
9173 * gdb.base/batch-exit-status.exp: New file.
9174 * gdb.base/batch-exit-status.good-commands: Likewise.
9175 * gdb.base/batch-exit-status.bad-commands: Likewise.
9176
36eb4c5f
AH
91772018-08-29 Alan Hayward <alan.hayward@arm.com>
9178
9179 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9180 (struct struct02): Likewise.
9181 (struct struct03): Likewise.
9182 (struct struct04): Likewise.
9183 (struct struct_01_01): New struct.
9184 (struct struct_01_02): Likewise.
9185 (struct struct_01_03): Likewise.
9186 (struct struct_01_04): Likewise.
9187 (struct struct_02_01): Likewise.
9188 (struct struct_02_02): Likewise.
9189 (struct struct_02_03): Likewise.
9190 (struct struct_02_04): Likewise.
9191 (struct struct_04_01): Likewise.
9192 (struct struct_04_02): Likewise.
9193 (struct struct_04_03): Likewise.
9194 (struct struct_04_04): Likewise.
9195 (struct struct_05_01): Likewise.
9196 (struct struct_05_02): Likewise.
9197 (struct struct_05_03): Likewise.
9198 (struct struct_05_04): Likewise.
9199 (cmp_struct01): Remove function.
9200 (cmp_struct02): Likewise.
9201 (cmp_struct03): Likewise.
9202 (cmp_struct04): Likewise.
9203 (cmp_struct_01_01): Add Function.
9204 (cmp_struct_01_02): Likewise.
9205 (cmp_struct_01_03): Likewise.
9206 (cmp_struct_01_04): Likewise.
9207 (cmp_struct_02_01): Likewise.
9208 (cmp_struct_02_02): Likewise.
9209 (cmp_struct_02_03): Likewise.
9210 (cmp_struct_02_04): Likewise.
9211 (cmp_struct_04_01): Likewise.
9212 (cmp_struct_04_02): Likewise.
9213 (cmp_struct_04_03): Likewise.
9214 (cmp_struct_04_04): Likewise.
9215 (cmp_struct_05_01): Likewise.
9216 (cmp_struct_05_02): Likewise.
9217 (cmp_struct_05_03): Likewise.
9218 (cmp_struct_05_04): Likewise.
9219 (call_all): Add new structs.
9220 * gdb.base/infcall-nested-structs.exp: Likewise.
9221
3bf9c013
JV
92222018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9223
9224 * gdb.python/py-framefilter-mi.exp: Update regexp to
9225 check for "arch" field in frame output.
9226
450d1e88
KB
92272018-08-23 Kevin Buettner <kevinb@redhat.com>
9228
9229 * gdb.dwarf2/dw2-ranges-func.c: New file.
9230 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9231
ae739fe7
SM
92322018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9233
9234 * gdb.base/term.exp: Compare terminal settings with values from
9235 the inferior.
9236 * gdb.base/term.c: Get and set terminal settings.
9237
6d52907e
JV
92382018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9239
9240 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9241 accommodate new "arch" field in frame output.
9242 * gdb.mi/mi-return.exp: Likewise.
9243 * gdb.mi/mi-stack.exp: Likewise.
9244 * gdb.mi/mi-syn-frame.exp: Likewise.
9245 * gdb.mi/user-selected-context-sync.exp: Likewise.
9246
be2d111a
MS
92472018-08-19 Michael Spang <spang@google.com>
9248
9249 PR gdb/11786
9250 * gdb.base/gcore-tls-pie.c: New file.
9251 * gdb.base/gcore-tls-pie.exp: New file.
9252
ae3a7c47
KB
92532018-08-18 Kevin Buettner <kevinb@redhat.com>
9254
9255 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
9256 * gdb.dwarf2/varval.c: New file.
9257 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 9258
2ecae92e
AH
92592018-08-17 Alan Hayward <alan.hayward@arm.com>
9260
9261 PR gdb/18931
9262 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9263
c1854f1d
KS
92642018-08-16 Keith Seitz <keiths@redhat.com>
9265
9266 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9267 tests expected to pass.
9268
26fb3983
JV
92692018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9270
9271 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9272 -data-disassemble -a.
9273 (test_disassembly_bogus_args): Likewise.
9274
67943c00
AB
92752018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9276
9277 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9278
5ff2bbae
AB
92792018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9280
9281 * gdb.base/vla-optimized-out.exp: Add new test.
9282
e5bbcd0f
AB
92832018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9284
9285 * gdb.base/vla-optimized-out-o3.exp: Delete.
9286 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9287 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9288 deleted tests.
9289
9d4a934c
AB
92902018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9291
9292 PR gdb/18050:
9293 * gdb.server/extended-remote-restart.c: New file.
9294 * gdb.server/extended-remote-restart.exp: New file.
9295
045cf012
SM
92962018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9297
9298 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9299 "set variable index = 42".
9300
87d6a7aa
SM
93012018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9302
9303 * boards/index-cache-gdb.exp: New file.
9304 * gdb.dwarf2/index-cache.exp: New file.
9305 * gdb.dwarf2/index-cache.c: New file.
9306 * gdb.base/maint.exp: Check if we are using the index cache.
9307
96d68bd4
RO
93082018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9309
9310 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9311 MAKEFLAGS.
9312
5a699617
RO
93132018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9314
9315 * dg-extract-results.sh: Move to toplevel contrib.
9316 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9317 * Makefile.in (check-parallel-racy): Likewise.
9318
5bd18990
AB
93192018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9320
9321 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9322 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9323 tests if the target supports scheduler locking.
9324
3fbbcf47
TV
93252018-08-04 Tom de Vries <tdevries@suse.de>
9326
9327 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9328
3e1d3d8c
TT
93292018-08-02 Tom Tromey <tom@tromey.com>
9330
9331 PR symtab/16842.
9332 * gdb.cp/temargs.exp: Test "info address" of a template
9333 parameter.
9334
5abe0f0c
JV
93352018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9336
9337 * gdb.python/py-mi-var-info-path-expression.c: New file.
9338 * gdb.python/py-mi-var-info-path-expression.py: New file.
9339 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9340
fb66cde8
SDJ
93412018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9342
9343 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9344 error after "cannot resolve name" string.
9345
c708f4d2
AB
93462018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9347
9348 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9349 started.
9350 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9351
37cc0cae
TV
93522018-07-28 Tom de Vries <tdevries@suse.de>
9353
9354 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9355
63b4ecf7
TV
93562018-07-26 Tom de Vries <tdevries@suse.de>
9357
9358 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9359
3c3bb058
AB
93602018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9361
9362 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9363 is visible.
9364
9e7f3bbb
TV
93652018-07-26 Tom de Vries <tdevries@suse.de>
9366
9367 PR breakpoints/23366
9368 * gdb.base/catch-follow-exec.c: New test.
9369 * gdb.base/catch-follow-exec.exp: New file.
9370
16f808ec
TV
93712018-07-25 Tom de Vries <tdevries@suse.de>
9372
9373 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9374 vla-optimized-out.c.
9375
d7154a8d
JV
93762018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9377
9378 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9379 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9380
232a0032
TV
93812018-07-20 Tom de Vries <tdevries@suse.de>
9382
9383 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9384 NOCLONE macro.
9385 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9386
fbb1d502
TV
93872018-07-19 Tom de Vries <tdevries@suse.de>
9388
9389 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9390 regular expression.
9391
42dc7699
TV
93922018-07-18 Tom de Vries <tdevries@suse.de>
9393
9394 * gdb.base/vla-optimized-out.c: New test.
9395 * gdb.base/vla-optimized-out.exp: New file.
9396
7f1f7e23
SDJ
93972018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9398
9399 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9400 message "No address associated with hostname" when gdbserver
9401 cannot resolve the hostname.
9402
5759ebb3
PW
94032018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9404
9405 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9406 Add some test prefixes to make tests unique.
9407
3606ccab
PW
94082018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9409
9410 * gdb.base/frameapply.c: New file.
9411 * gdb.base/frameapply.exp: New file.
9412
529c08b2
PW
94132018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9414
9415 * gdb.base/skip.exp: Update expected error message.
9416
c7ab0aef
SDJ
94172018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9418 Jan Kratochvil <jan.kratochvil@redhat.com>
9419 Paul Fertser <fercerpav@gmail.com>
9420 Tsutomu Seki <sekiriki@gmail.com>
9421
9422 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9423 parameter.
9424 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9425 by default.
9426 * boards/native-gdbserver.exp: Likewise.
9427 * gdb.server/run-without-local-binary.exp: Improve regexp used
9428 for detecting when a remote debugging connection succeeds.
9429 * gdb.server/server-connect.exp: New file.
9430 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9431 Do not prefix the port number with ":".
9432 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9433 support for detecting and using it. Add '$debughost_gdbserver'
9434 to the list of arguments used to start gdbserver. Handle case
9435 when gdbserver cannot resolve a network name.
9436
16ff70dd
SDJ
94372018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9438
9439 PR c++/23373
9440 * gdb.base/ptype-offsets.cc (struct static_member): New
9441 struct.
9442 (main) <stmember>: New variable.
9443 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9444 with a static member in it.
9445
3541979f
AB
94462018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9447
9448 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9449 watchpoints enabled and disabled.
9450
c8ad9b9a
AB
94512018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9452
9453 * gdb.base/examine-backward.exp: Still run tests around address
9454 0x0, even if address 0x0 is not readable. Update the pattern for
9455 matching address 0x0 in expected output.
9456
e0e5e971
AB
94572018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9458
9459 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9460 malloc/free.
9461
1ea5da02
TV
94622018-07-04 Tom de Vries <tdevries@suse.de>
9463
9464 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9465
471b9d15
MR
94662018-07-02 Maciej W. Rozycki <macro@mips.com>
9467
9468 PR tdep/8282
9469 * gdb.arch/mips-disassembler-options.exp: New test.
9470 * gdb.arch/mips-disassembler-options.s: New test source.
9471
75acb486
PA
94722018-06-29 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.threads/names.exp: Adjust expected "info threads" output.
9475
cd2bb709
PA
94762018-06-29 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.opt/inline-break.exp (line number, address): Add "info
9479 break" tests.
9480
991ff292
PA
94812018-06-29 Pedro Alves <palves@redhat.com>
9482
9483 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9484 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9485 number and address and running to them.
9486
356819b6 94872018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
9488
9489 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9490
2512d7ef
JK
94912018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9492
9493 * lib/compiler.c: Remove executable permission flag.
9494
be1b6474
RB
94952018-06-28 Richard Bunt <richard.bunt@arm.com>
9496
9497 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9498 code.
9499 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9500
291f9a96
PT
95012018-06-28 Petr Tesarik <ptesarik@suse.cz>
9502
9503 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9504
ed6dfe51
PT
95052018-06-28 Petr Tesarik <ptesarik@suse.cz>
9506
9507 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9508 address argument is omitted.
9509
d4d429d5
PT
95102018-06-28 Petr Tesarik <ptesarik@suse.cz>
9511
9512 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9513
7ab6656f
OJ
95142018-06-27 Omair Javaid <omair.javaid@linaro.org>
9515
9516 PR gdb/21695
9517 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9518 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9519
a33ccfc7
TT
95202018-06-26 Tom Tromey <tom@tromey.com>
9521
9522 PR rust/22574:
9523 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9524 * gdb.rust/simple.rs (struct SimpleLayout): New.
9525
6d72d289
SM
95262018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9527
9528 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9529 "info registers" output.
9530
8363f9d5
RB
95312018-06-21 Richard Bunt <richard.bunt@arm.com>
9532
9533 * gdb.base/watchpoint-hw-attach.c: New test.
9534 * gdb.base/watchpoint-hw-attach.exp: New file.
9535
f00674fe
SM
95362018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9537
9538 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9539 through /bin/sh.
9540 * boards/dwarf4-gdb-index.exp: Likewise.
9541 * boards/fission-dwp.exp: Likewise.
9542
1d554008
UW
95432018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9544
9545 * gdb.base/float128.exp: Add comment and improved fail message
9546 to the failure case of "print large128" test.
9547
d0ac1c44
SM
95482018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * configure.ac: Remove AC_PREREQ.
9551 * configure: Re-generate.
9552
61b04dd0
PA
95532018-06-19 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9556 (func_extern_caller): New.
9557 (main): Call func_extern_caller.
9558 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9559 logic change.
9560
f63b508a
SM
95612018-06-18 Weimin Pan <weimin.pan@oracle.com>
9562
9563 PR gdb/16841
9564 * gdb.cp/typedef-base.cc: New file.
9565 * gdb.cp/typedef-base.exp: New file.
9566
0fe3a558
TV
95672018-06-18 Tom de Vries <tdevries@suse.de>
9568
9569 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9570
7010835a
AB
95712018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9572 Richard Bunt <Richard.Bunt@arm.com>
9573
9574 * gdb.threads/attach-slow-waitpid.c: New file.
9575 * gdb.threads/attach-slow-waitpid.exp: New file.
9576 * gdb.threads/slow-waitpid.c: New file.
9577
14897d65
PA
95782018-06-14 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/fork-running-state.c: Include <errno.h>.
9581 (exit_if_relative_exits): New.
9582 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9583 exits.
9584 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9585 child exits.
9586
5d9a0608
TV
95872018-06-14 Tom de Vries <tdevries@suse.de>
9588
9589 PR cli/22573
9590 * gdb.base/finish-pretty.c: New test.
9591 * gdb.base/finish-pretty.exp: New file.
9592
11ae5818
PA
95932018-06-14 Pedro Alves <palves@redhat.com>
9594
9595 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9596 gdb's expected startup output.
9597
1d39de44
PA
95982018-06-14 Pedro Alves <palves@redhat.com>
9599
9600 * lib/selftest-support.exp (selftest_setup): Remove inlined
9601 function handling.
9602
70ee0000
TV
96032018-06-14 Tom de Vries <tdevries@suse.de>
9604
9605 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9606 matching of breakpoint printing.
9607
11f4b608
TV
96082018-06-13 Tom de Vries <tdevries@suse.de>
9609
9610 PR testsuite/23269
9611 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9612 (fork_child): ... here, and ...
9613 (fork_parent): ... here.
9614
96152018-06-12 Tom de Vries <tdevries@suse.de>
9616
9617 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9618
9516f85a
AB
96192018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9620 Stephen Roberts <stephen.roberts@arm.com>
9621
9622 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9623 rewrite test to describe action performed, rather than possible
9624 failure.
9625
5045b3d7
GB
96262018-06-08 Gary Benson <gbenson@redhat.com>
9627
9628 * gdb.threads/check-libthread-db.exp: New file.
9629 * gdb.threads/check-libthread-db.c: Likewise.
9630
c61b06a1
TT
96312018-06-05 Tom Tromey <tom@tromey.com>
9632
9633 * gdb.base/default.exp: Update expected "show version" output.
9634
eb6af809
TT
96352018-06-05 Tom Tromey <tom@tromey.com>
9636
9637 PR cli/12326:
9638 * gdb.cp/static-print-quit.exp: Update.
9639 * lib/gdb.exp (pagination_prompt): Update.
9640 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9641 * gdb.python/python.exp: Update.
9642
178d6a63
JB
96432018-06-04 Joel Brobecker <brobecker@adacore.com>
9644
9645 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9646
8e817061
JB
96472018-06-01 Joel Brobecker <brobecker@adacore.com>
9648
9649 * gdb.ada/bp_fun_addr: New testcase.
9650
e86ca25f
TT
96512018-06-01 Tom Tromey <tom@tromey.com>
9652
9653 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9654 results.
9655 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9656 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9657 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9658 * gdb.base/maint.exp (maint_pass_if): Update.
9659
4b2dfa9d
MR
96602018-05-31 Maciej W. Rozycki <macro@mips.com>
9661
9662 * gdb.base/endian.exp: New test.
9663 * gdb.base/endian.c: New test source.
9664
45f25d6c
AB
96652018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9666
9667 PR gdb/23203
9668 * gdb.base/bt-selected-frame.c: New file.
9669 * gdb.base/bt-selected-frame.exp: New file.
9670 * lib/gdb.exp (get_current_frame_number): New function.
9671
d9f6d7f8
MR
96722018-05-24 Maciej W. Rozycki <macro@mips.com>
9673 Pedro Alves <palves@redhat.com>
9674
9675 * gdb.threads/tls-core.c: Include <stdlib.h>
9676 (thread_proc): Call `abort'.
9677 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9678 (tls_core_test): New procedure, bits factored out from ...
9679 (top level): ... here. Test both native cores and gcore cores.
9680
ff1cf532
TT
96812018-05-23 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9684
b98664d3
TT
96852018-05-23 Tom Tromey <tom@tromey.com>
9686
9687 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9688 symfile_complaints.
9689 (test_short_complaints): Likewise.
9690 (test_empty_complaints): Likewise.
9691 (test_initial_complaints): Update.
9692
4e9668d0
TT
96932018-05-23 Tom Tromey <tom@tromey.com>
9694
9695 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9696
43ba33c7
TT
96972018-05-23 Tom Tromey <tom@tromey.com>
9698
9699 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9700 (test_short_complaints): Update.
9701
035522c0
PA
97022018-05-22 Pedro Alves <palves@redhat.com>
9703
9704 * gdb.base/remote.exp: Only gdb_start after compiling the
9705 testcase. Issue "disconnect" before testing "set remote" command
9706 defaults. Issue clean_restart before running to main.
9707
cc0be08f
PA
97082018-05-22 Pedro Alves <palves@redhat.com>
9709
9710 * gdb.base/remote.exp: Adjust expected output of "show remote
9711 memory-write-packet-size". Add tests for "set remote
9712 memory-write-packet-size 0" and "set remote
9713 memory-write-packet-size fixed/limit".
9714
b1b60145
PA
97152018-05-22 Pedro Alves <palves@redhat.com>
9716
9717 PR gdb/22973
9718 * gdb.base/utf8-identifiers.c: New file.
9719 * gdb.base/utf8-identifiers.exp: New file.
9720
0ec848ad
PFC
97212018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9722
9723 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9724
2c3305f6
PFC
97252018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9726
9727 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9728
ce1e8424
TT
97292018-05-18 Tom Tromey <tom@tromey.com>
9730
9731 * gdb.base/ptype-offsets.exp: Update.
9732
ddfe970e
KS
97332018-05-17 Keith Seitz <keiths@redhat.com>
9734
9735 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9736 in expected breakpoint stop locations.
9737 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9738 move to proper scope to test variable values.
9739 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9740 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9741 New functions.
9742 (main): Call not_inline_func3.
9743 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
9744 inline_func1, inline_func2, and inline_func3. Test that when each
9745 breakpoint is hit, GDB properly reports both the stop location
9746 and the backtrace. Repeat tests for temporary breakpoints.
9747
0726fcc6
MR
97482018-05-15 Maciej W. Rozycki <macro@mips.com>
9749
9750 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
9751 rather then trying to access it in determining whether the PID
9752 of `gdbserver' could have been retrieved.
9753
8ee22052
AB
97542018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
9755
9756 * gdb.arch/amd64-init-x87-values.S: New file.
9757 * gdb.arch/amd64-init-x87-values.exp: New file.
9758
7785df48
JK
97592018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9760
9761 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9762
56bcdbea
TT
97632018-05-04 Tom Tromey <tom@tromey.com>
9764
9765 PR python/22730:
9766 * gdb.python/python.exp: Test multi-line execute.
9767
a913fffb
TT
97682018-05-04 Tom Tromey <tom@tromey.com>
9769
9770 PR python/22731:
9771 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9772
7a2c85f2
TT
97732018-05-04 Tom Tromey <tom@tromey.com>
9774
9775 PR gdb/11750:
9776 * gdb.base/define.exp: Test defining a user command inside a user
9777 command.
9778 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
9779
a3b60e45
JK
97802018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9781 Pedro Alves <palves@redhat.com>
9782
9783 PR breakpoints/19806 and support for PR external/20207.
9784 * gdb.base/watchpoint-unaligned.c: New file.
9785 * gdb.base/watchpoint-unaligned.exp: New file.
9786
45fe4a03
AB
97872018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9788
9789 * gdb.base/maint.exp: Make test names unique, use
9790 test_prefix_command_help to test 'help maint info', and remove
9791 repeated test of 'help maint'.
9792
9be2ae8f
TT
97932018-05-04 Tom Tromey <tom@tromey.com>
9794
9795 PR gdb/22619:
9796 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
9797 behavior.
9798
11859c31
AB
97992018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9800
9801 * gdb.base/maint.exp: Process output from 'maint print registers'
9802 line at a time.
9803
089a9490
AB
98042018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
9805
9806 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
9807 timeout.
9808
9b0797e2
AB
98092018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9810
9811 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9812 filter pattern.
9813
f6ac5f3d
PA
98142018-05-02 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
9817 to_log_command renames.
9818 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
9819
77d3c63b
TT
98202018-05-02 Tom Tromey <tom@tromey.com>
9821
9822 * gdb.python/py-parameter.exp: Set test message.
9823
0489430a
TT
98242018-05-02 Tom Tromey <tom@tromey.com>
9825
9826 PR python/20084:
9827 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
9828 PARAM_ZUINTEGER_UNLIMITED tests.
9829
1632f8ba
DR
98302018-04-28 Dan Robertson <danlrobertson89@gmail.com>
9831
9832 PR rust/23124
9833 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
9834 when casting.
9835
6d7bb824
TT
98362018-04-30 Tom Tromey <tom@tromey.com>
9837
9838 * gdb.python/py-type.exp: Check align attribute.
9839 * gdb.python/py-type.c: New "aligncheck" global.
9840
007e1530
TT
98412018-04-30 Tom Tromey <tom@tromey.com>
9842
9843 PR exp/17095:
9844 * gdb.dwarf2/dw2-align.exp: New file.
9845 * gdb.cp/align.exp: New file.
9846 * gdb.base/align.exp: New file.
9847 * lib/gdb.exp (gdb_int128_helper): New proc.
9848 (has_int128_c, has_int128_cxx): New caching procs.
9849
6873858b
TT
98502018-04-27 Tom Tromey <tom@tromey.com>
9851
9852 PR rust/22545:
9853 * gdb.rust/simple.exp: Add inclusive range tests.
9854
79188d8d
PA
98552018-04-26 Pedro Alves <palves@redhat.com>
9856
9857 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
9858 ifunc breakpoint locations correctly of ifunc breakpoints set
9859 while the program resolves the ifunc.
9860
c7075ad5
PA
98612018-04-26 Pedro Alves <palves@redhat.com>
9862
9863 * gdb.base/gnu-ifunc-final.c: New file.
9864 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
9865 * gdb.base/gnu-ifunc.exp (executable): Delete.
9866 (staticexecutable): Adjust.
9867 (lib_opts, exec_opts): Delete.
9868 (make_binsuffix, build, set-break): New procedures.
9869 (misc_tests): New, with tests factored out from the top level.
9870 (top level): Test different combinations of ifunc resolver name,
9871 resolver with and with debug info, and ifunc target with and
9872 without debug info. Wrap static tests with with_target_prefix.
9873
8388016d
PA
98742018-04-26 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9877 return type" warnings.
9878
249b5733
PA
98792018-04-25 Pedro Alves <palves@redhat.com>
9880
9881 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
9882 killed".
9883 * gdb.base/kill-after-signal.exp: Likewise.
9884 * gdb.threads/kill.exp: Likewise.
9885
f67c0c91
SDJ
98862018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9887 Sergio Durigan Junior <sergiodj@redhat.com>
9888 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
9891 regexps to expect for '[Inferior ... detached]' as well.
9892 * gdb.base/attach.exp: Likewise.
9893 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
9894 "gdb_continue_to_end".
9895 (test_catch_syscall_with_wrong_args): Likewise.
9896 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
9897 ']'. Don't set 'verbose' on.
9898 * gdb.base/foll-vfork.exp: Likewise.
9899 * gdb.base/fork-print-inferior-events.c: New file.
9900 * gdb.base/fork-print-inferior-events.exp: New file.
9901 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
9902 '[Inferior ... has been killed]' message.
9903 * gdb.base/kill-after-signal.exp: Likewise.
9904 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
9905 detach message.
9906 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
9907 message.
9908 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
9909 regexps to expect for '[Inferior ... detached]' as well.
9910 * gdb.threads/process-dies-while-detaching.exp: Likewise.
9911
0a8ddac4
SM
99122018-04-24 Simon Marchi <simon.marchi@ericsson.com>
9913
9914 PR gdb/23104
9915 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
9916
701adfb0
PA
99172018-04-22 Rajendra SY <rajendra.sy@gmail.com>
9918
9919 PR gdb/23095
9920 * gdb.base/break-probes.exp: Pass shlib_load to
9921 prepare_for_testing. Set normal_bp to r_debug_state if target is
9922 bsd.
9923
d27d16bf
RB
99242018-04-19 Richard Bunt <richard.bunt@arm.com>
9925
9926 * gdb.threads/multiple-successive-infcall.c: New test.
9927 * gdb.threads/multiple-successive-infcall.exp: New file.
9928
a037790e
TT
99292018-04-17 Tom Tromey <tom@tromey.com>
9930
9931 * gdb.rust/simple.rs (Union): New type.
9932 (main): New local "u".
9933 * gdb.rust/simple.exp (test_one_slice): Add new test case.
9934
e3a91079
AA
99352018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9936
9937 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
9938 number information in output of "whereis" command.
9939 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
9940
b744723f
AA
99412018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9942
9943 * gdb.ada/info_types.exp: Adjust expected output to the line
9944 numbers now printed by "info var/func/type".
9945 * gdb.base/completion.exp: Likewise.
9946 * gdb.base/included.exp: Likewise.
9947 * gdb.cp/cp-relocate.exp: Likewise.
9948 * gdb.cp/cplusfuncs.exp: Likewise.
9949 * gdb.cp/namespace.exp: Likewise.
9950 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
9951
4a4495d6
MM
99522018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9953
9954 * gdb.btrace/cpu.exp: New.
9955
1d509aa6
MM
99562018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9957
9958 * gdb.base/step-indirect-call-thunk.exp: New.
9959 * gdb.base/step-indirect-call-thunk.c: New.
9960 * gdb.reverse/step-indirect-call-thunk.exp: New.
9961 * gdb.reverse/step-indirect-call-thunk.c: New.
9962
6295b6da
SM
99632018-04-11 Simon Marchi <simon.marchi@ericsson.com>
9964
9965 * gdb.base/pie-fork.c: New file.
9966 * gdb.base/pie-fork.exp: New file.
9967
50146e70
TT
99682018-04-11 Tom Tromey <tom@tromey.com>
9969
9970 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9971
f50d8a2e
PA
99722018-04-10 Pedro Alves <palves@redhat.com>
9973
9974 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
9975 exits. Instead loop running forever.
9976 (fork_parent): Run forever too.
9977
a0be7a36
SM
99782018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9979
9980 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
9981 mi_continue_to_line.
9982 * gdb.mi/mi-stack.c (callee4): Add comment.
9983
9b73db36
SM
99842018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9985
9986 * gdb.mi/mi-stack.exp: Fix indentation.
9987
c912f608
SM
99882018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9989
9990 PR gdb/22979
9991 * gdb.arch/amd64-osabi.exp: New file.
9992
26540402
SM
99932018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9994
9995 PR gdb/22980
9996 * gdb.base/osabi.exp: New file.
9997
121ad66c 99982018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
9999
10000 * gdb.cp/static-typedef-print.exp: New file.
10001 * gdb.cp/static-typedef-print.cc: New file.
10002
3fcded8f
JB
100032018-03-27 Joel Brobecker <brobecker@adacore.com>
10004
10005 * gdb.ada/varsize_limit: New testcase.
10006
59cc4834
JB
100072018-03-27 Joel Brobecker <brobecker@adacore.com>
10008
10009 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10010
10011 * gdb.ada/notcplusplus: New testcase.
10012
10013 * gdb.base/c-linkage-name.c: New file.
10014 * gdb.base/c-linkage-name.exp: New testcase.
10015
4ca59a9f
TT
100162018-03-26 Tom Tromey <tom@tromey.com>
10017
10018 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10019 * gdb.python/py-framefilter.py (name_error): New global.
10020 (ErrorInName.function): Use name_error.
10021
978d6c75
TT
100222018-03-26 Tom Tromey <tom@tromey.com>
10023
10024 PR backtrace/15582:
10025 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10026
b7fee5a3
KS
100272018-03-23 Keith Seitz <keiths@redhat.com>
10028
10029 PR c++/22968
10030 * gdb.cp/subtypes.exp: New file.
10031 * gdb.cp/subtypes.h: New file.
10032 * gdb.cp/subtypes.cc: New file.
10033 * gdb.cp/subtypes-2.cc: New file.
10034
376be529
AB
100352018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10036
10037 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10038 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10039 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10040 -nostartfiles when compiling the test. Confirm that all registers
10041 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10042
066cfa98
AB
100432018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10044
10045 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10046 option, syntax was wrong anyway.
10047 * gdb.arch/arm-disp-step.exp: Likewise.
10048 * gdb.arch/sparc64-regs.exp: Likewise.
10049 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10050 option, syntax was wrong anyway, switch to use
10051 prepare_for_testing.
10052 * gdb.arch/i386-disp-step.exp: Likewise.
10053
079670b9
AA
100542018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10055
10056 * gdb.ada/exec_changed.exp: Replace "target_info exists
10057 use_gdb_stub" by "use_gdb_stub".
10058 * gdb.ada/start.exp: Likewise.
10059 * gdb.base/async-shell.exp: Likewise.
10060 * gdb.base/attach-pie-misread.exp: Likewise.
10061 * gdb.base/attach-wait-input.exp: Likewise.
10062 * gdb.base/break-entry.exp: Likewise.
10063 * gdb.base/break-interp.exp: Likewise.
10064 * gdb.base/dprintf-detach.exp: Likewise.
10065 * gdb.base/nostdlib.exp: Likewise.
10066 * gdb.base/solib-nodir.exp: Likewise.
10067 * gdb.base/statistics.exp: Likewise.
10068 * gdb.base/testenv.exp: Likewise.
10069 * gdb.mi/mi-exec-run.exp: Likewise.
10070 * gdb.mi/mi-start.exp: Likewise.
10071 * gdb.multi/dummy-frame-restore.exp: Likewise.
10072 * gdb.multi/multi-arch-exec.exp: Likewise.
10073 * gdb.multi/multi-arch.exp: Likewise.
10074 * gdb.multi/tids.exp: Likewise.
10075 * gdb.multi/watchpoint-multi.exp: Likewise.
10076 * gdb.python/py-events.exp: Likewise.
10077 * gdb.threads/attach-into-signal.exp: Likewise.
10078 * gdb.threads/attach-stopped.exp: Likewise.
10079 * gdb.threads/threadapply.exp: Likewise.
10080 * lib/selftest-support.exp: Likewise.
10081
26d6cec4
AA
100822018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10083
10084 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10085
4ee89e90
SR
100862018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10087
10088 * gdb.perf/template-breakpoints.cc: New file.
10089 * gdb.perf/template-breakpoints.exp: New file.
10090 * gdb.perf/template-breakpoints.py: New file.
10091
92630041
TT
100922018-03-19 Tom Tromey <tom@tromey.com>
10093
10094 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10095 y0.
10096 * gdb.rust/simple.exp: Test bare identifier form of struct
10097 initializer.
10098
76727919
TT
100992018-03-19 Tom Tromey <tom@tromey.com>
10100
10101 * gdb.gdb/observer.exp: Remove.
10102
194ed413
AA
101032018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10104
10105 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10106 "qualified" option when setting breakpoints.
10107 * gdb.trace/backtrace.exp: Likewise.
10108 * gdb.trace/circ.exp: Likewise.
10109 * gdb.trace/collection.exp: Likewise.
10110 * gdb.trace/disconnected-tracing.exp: Likewise.
10111 * gdb.trace/ftrace-lock.exp: Likewise.
10112 * gdb.trace/ftrace.exp: Likewise.
10113 * gdb.trace/infotrace.exp: Likewise.
10114 * gdb.trace/packetlen.exp: Likewise.
10115 * gdb.trace/passc-dyn.exp: Likewise.
10116 * gdb.trace/qtro.exp: Likewise.
10117 * gdb.trace/read-memory.exp: Likewise.
10118 * gdb.trace/report.exp: Likewise.
10119 * gdb.trace/signal.exp: Likewise.
10120 * gdb.trace/status-stop.exp: Likewise.
10121 * gdb.trace/strace.exp: Likewise.
10122 * gdb.trace/tfind.exp: Likewise.
10123 * gdb.trace/trace-break.exp: Likewise.
10124 * gdb.trace/trace-condition.exp: Likewise.
10125 * gdb.trace/trace-mt.exp: Likewise.
10126 * gdb.trace/tstatus.exp: Likewise.
10127 * gdb.trace/tsv.exp: Likewise.
10128 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10129 * gdb.trace/unavailable.exp: Likewise.
10130 * gdb.trace/while-dyn.exp: Likewise.
10131
8b067d2c
AA
101322018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10133
10134 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10135 that libinproctrace is copied to the target.
10136
3ae9ce5d
TT
101372018-03-14 Tom Tromey <tom@tromey.com>
10138
10139 PR cli/14977:
10140 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10141 a null pointer.
10142 * gdb.base/wchar.exp: Likewise.
10143
b8c2339b
TT
101442018-03-14 Tom Tromey <tom@tromey.com>
10145
10146 PR cli/19918:
10147 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10148 flag.
10149
4872dc46
SM
101502018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10151
10152 PR gdb/22841
10153 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10154 "target" to remote_exec.
10155
e4fe3756
SM
101562018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10157
10158 PR gdb/22841
10159 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10160 ${board}_upload): Remove.
10161
e95a97d4
AA
101622018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10163
10164 * gdb.cp/watch-cp.cc: New test.
10165 * gdb.cp/watch-cp.exp: New file.
10166
dbbb1059
AB
101672018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10168
10169 * gdb.base/infcall-nested-structs.exp: New file.
10170 * gdb.base/infcall-nested-structs.c: New file.
10171 * gdb.base/float.exp: Add riscv support.
10172
ecc054c0
TP
101732018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10174
10175 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10176 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10177
25e3c82c
SDJ
101782018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10179
10180 * gdb.server/abspath.exp: New file.
10181 * lib/gdb.exp (with_cwd): New procedure.
10182
3083294d
SM
101832018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10184
10185 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10186 use it.
10187 (gdb_is_target_remote_prompt): New proc.
10188 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10189 (gdb_is_target_native): Pass prompt parameter to
10190 gdb_is_target_1.
10191
3275ef47
SM
101922018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10193
10194 * gdb.base/load-command.c: New file.
10195 * gdb.base/load-command.exp: New file.
10196 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10197 (gdb_is_target_1): ...this, and generalize for other targets
10198 than just remote.
10199 (gdb_is_target_remote): Use gdb_is_target_1.
10200 (gdb_is_target_native): use gdb_is_target_1.
10201
6893c19a
TT
102022018-02-26 Tom Tromey <tom@tromey.com>
10203
10204 PR python/16497:
10205 * gdb.python/py-framefilter.exp: Update test.
10206
2ddeaf8a
TT
102072018-02-26 Tom Tromey <tom@tromey.com>
10208
10209 * gdb.dwarf2/variant.c: New file.
10210 * gdb.dwarf2/variant.exp: New file.
10211
c9317f21
TT
102122018-02-26 Tom Tromey <tom@tromey.com>
10213
10214 * gdb.rust/simple.exp: Accept more possible results in enum test.
10215
6f6d0c26
SM
102162018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10217
10218 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10219 parentheses.
10220
11b03145
MR
102212018-02-23 Maciej W. Rozycki <macro@mips.com>
10222
10223 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10224 name of a variable: $actual_linejj -> $actual_line.
10225
54a27fe5
JB
102262018-02-21 John Baldwin <jhb@FreeBSD.org>
10227
10228 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10229
de65820c
MM
102302018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10231
10232 * gdb.btrace/buffer-size.exp: Do not force BTS.
10233
980548fd
PA
102342018-02-14 Pedro Alves <palves@redhat.com>
10235
10236 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10237 getting a "Quit".
10238
c4e12631
MM
102392018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10240
10241 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10242 Fix test name.
10243
c2e0e465
SM
102442018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10245
10246 * gdb.cp/m-static.exp: Check type of optimized out static
10247 member.
10248
f7216783
AB
102492018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10250
10251 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10252 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10253
0625771b
LS
102542018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10255 Leszek Swirski <leszeks@google.com>
10256
10257 * gdb.python/py-prettyprint.c
10258 (struct to_string_returns_value_inner,
10259 struct to_string_returns_value_wrapper): New.
10260 (main): Add tsrvw variable.
10261 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10262 ToStringReturnsValueWrapper): New classes.
10263 (register_pretty_printers): Register new pretty-printers.
10264 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10265 recursive pretty printer.
10266 * gdb.python/py-mi.exp: Likewise.
10267
59498c30
LS
102682018-02-01 Leszek Swirski <leszeks@google.com>
10269
10270 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10271 functions with the same name as an include file are parsed
10272 correctly.
10273
d4d38844
YQ
102742018-02-01 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10277 "\[^\r\n\]*".
10278
07e5f5cf
NP
102792018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10280
10281 * gdb.arch/powerpc-prologue-frame.s: New file.
10282 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10283 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10284
929b5ad4
JB
102852018-01-31 Joel Brobecker <brobecker@adacore.com>
10286
10287 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10288
e671cd59
PA
102892018-01-30 Pedro Alves <palves@redhat.com>
10290
10291 PR gdb/13211
10292 * gdb.base/interrupt-daemon.c: New.
10293 * gdb.base/interrupt-daemon.exp: New.
10294 * gdb.multi/multi-term-settings.c: New.
10295 * gdb.multi/multi-term-settings.exp: New.
10296
fc413dc4
JB
102972018-01-30 Joel Brobecker <brobecker@adacore.com>
10298
10299 * gdb.base/break.exp: Save the location where the breakpoint
10300 on break.c:47 was actually inserted when debugging the version
10301 compiled at -O2 and use it in the expected output of the "info
10302 break" test performed soon after.
10303
5c319bb2
PA
103042018-01-22 Pedro Alves <palves@redhat.com>
10305 Sergio Durigan Junior <sergiodj@redhat.com>
10306
10307 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10308 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10309
a9e40818
JB
103102018-01-22 Joel Brobecker <brobecker@adacore.com>
10311
10312 * gdb.base/break-include.c, gdb.base/break-include.inc,
10313 gdb.base/break-include.exp: New files.
10314 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10315 line number now being the actual line number where the breakpoint
10316 was inserted.
10317 * gdb.mi/mi-break.exp: Likewise.
10318 * gdb.mi/mi-reverse.exp: Likewise.
10319 * gdb.mi/mi-simplerun.exp: Ditto.
10320
e707fc44
AB
103212018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10322
10323 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10324 varobj.
10325 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10326
ae451627
AB
103272018-01-21 Don Breazeal <donb@codesourcery.com>
10328 Andrew Burgess <andrew.burgess@embecosm.com>
10329
10330 * gdb.mi/basics.c: Add new global.
10331 * gdb.mi/mi-frame-regs.exp: New file.
10332 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10333 case.
10334
b1b189e0
AB
103352018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10336
10337 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10338 non-parameter, and on an unknown symbol.
10339
fcfcc376
TT
103402018-01-19 Tom Tromey <tom@tromey.com>
10341
10342 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10343 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10344
634c1c31
AA
103452018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10346
10347 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10348 setrlimit and chdir to int.
10349
d6ad07fd
AA
103502018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10351
10352 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10353 function.
10354 (my_tend): Likewise.
10355 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10356 rationale of avoiding FP- and vector instructions.
10357
adf8243b
RK
103582018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10359
10360 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10361 "info reg" with "\[ \t\]*".
10362 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10363 "\[ \t\]+".
10364 * gdb.arch/s390-multiarch.exp: Ditto.
10365 * gdb.base/pc-fp.exp: Ditto.
10366 * gdb.reverse/i386-precsave.exp: Ditto.
10367 * gdb.reverse/i386-reverse.exp: Ditto.
10368 * gdb.reverse/i387-env-reverse.exp: Ditto.
10369 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10370
dcc06925
AA
103712018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10372
10373 * lib/gdb.exp (gdb_compile): Re-enable use of
10374 universal_compile_options for languages other than Rust.
10375
25d4fd80
AA
103762018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10377
10378 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10379
ee7f689e 103802018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
10381
10382 PR gdb/16577
10383 * gdb.base/solib-vanish.exp: New.
10384 * gdb.base/solib-vanish-main.c: New.
10385 * gdb.base/solib-vanish-lib1.c: New.
10386 * gdb.base/solib-vanish-lib2.c: New.
10387
d8447b6b
YQ
103882018-01-17 Yao Qi <yao.qi@linaro.org>
10389
10390 * gdb.compile/compile.exp: Match the address printed for
10391 frame in the output of command "bt".
10392
86d6a90c
TT
103932018-01-15 Tom Tromey <tom@tromey.com>
10394
10395 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10396 compute sp_reg.
10397
cbcdb1aa
AB
103982018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10399
10400 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10401 to prepare.
10402 (prepare): Return 0 on error, 1 on success.
10403
eea61984
PA
104042018-01-12 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/continue-after-aborted-step-over.c: New.
10407 * gdb.base/continue-after-aborted-step-over.exp: New.
10408
6181e9c2
SM
104092018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10410
10411 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10412 options when not creating an executable.
10413
3cada740
PA
104142018-01-11 Pedro Alves <palves@redhat.com>
10415
10416 PR remote/22597
10417 * gdb.server/stop-reply-no-thread.c: New file.
10418 * gdb.server/stop-reply-no-thread.exp: New file.
10419
c63d3e8d
PA
104202018-01-10 Pedro Alves <palves@redhat.com>
10421
10422 PR gdb/22670
10423 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10424 functions too. Test setting breakpoints and printing C functions
10425 with no debug info too.
10426 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10427
d4c2a405
PA
104282018-01-10 Pedro Alves <palves@redhat.com>
10429
10430 PR gdb/22670
10431 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10432 a fail.
10433
8825213e
PA
104342018-01-10 Pedro Alves <palves@redhat.com>
10435
10436 PR gdb/22670
10437 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10438
605fd3c6
YQ
104392018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.server/unittest.exp: Match the output in non-development
10442 mode.
10443
1e5ded6c
YQ
104442018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10445
10446 * gdb.gdb/unittest.exp: Match output in non-development mode.
10447
30066b0b
JB
104482018-01-08 Joel Brobecker <brobecker@adacore.com>
10449
10450 * gdb.ada/access_tagged_param.exp: Relax expected output
10451 for value of "ObjL" in "continue" to pck.inspect breakpoint
10452 test.
10453
04bafb1e
XR
104542018-01-08 Joel Brobecker <brobecker@adacore.com>
10455
9f86398b
JB
10456 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10457 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 10458
e379cee6
PA
104592018-01-05 Pedro Alves <palves@redhat.com>
10460
10461 PR gdb/18653
10462 * gdb.base/libsegfault.exp: New.
10463
de63c46b
PA
104642018-01-05 Joel Brobecker <brobecker@adacore.com>
10465
10466 PR gdb/22670
10467 * gdb.ada/access_tagged_param.exp: New file.
10468 * gdb.ada/access_tagged_param/foo.adb: New file.
10469
f98fc17b
PA
104702018-01-05 Pedro Alves <palves@redhat.com>
10471
10472 PR gdb/22670
10473 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10474 exercise lower case too, and to exercise both full matching and
10475 wild matching.
10476
342f8240
JB
104772018-01-05 Joel Brobecker <brobecker@adacore.com>
10478
10479 * gdb.ada/rename_subscript_param: New testcase.
10480
7150d33c
JG
104812018-01-05 Jerome Guitton <guitton@adacore.com>
10482
10483 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10484
cc0e770c
JB
104852018-01-05 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.ada/convvar_comp: New testcase.
10488
672a41aa 104892018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
10490
10491 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10492 (My_Table): New global variable.
10493 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10494
7365ec2f
JB
104952018-01-04 Joel Brobecker <brobecker@adacore.com>
10496
10497 PR gdb/22670
10498 * gdb.ada/maint_with_ada: New testcase.
10499
289483b6
JB
105002018-01-04 Joel Brobecker <brobecker@adacore.com>
10501
10502 PR gdb/22670
10503 * gdb.ada/bp_c_mixed_case: New testcase.
10504
344420da
JB
105052018-01-04 Joel Brobecker <brobecker@adacore.com>
10506
10507 PR gdb/22670
10508 * gdb.ada/complete.exp: Add "complete break ada" test.
10509
66fc87a0
JB
105102018-01-04 Joel Brobecker <brobecker@adacore.com>
10511
10512 PR gdb/22670
10513 * gdb.ada/info_addr_mixed_case: New testcase.
10514
9f757bf7
XR
105152018-01-03 Xavier Roirand <roirand@adacore.com>
10516
10517 * gdb.ada/excep_handle.exp: New testcase.
10518 * gdb.ada/excep_handle/foo.adb: New file.
10519 * gdb.ada/excep_handle/pck.ads: New file.
10520
bd570f80
JB
105212018-01-03 Joel Brobecker <brobecker@adacore.com>
10522
10523 * gdb.base/step-line.c: Add extra empty line in copyright header.
10524 * gdb.base/step-line.inp: Likewise.
10525
9fe561ab
JB
105262018-01-02 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/dyn_stride.exp: Add slice test.
10529
a405673c
JB
105302018-01-02 Joel Brobecker <brobecker@adacore.com>
10531
10532 * gdb.ada/dyn_stride: New testcase.
10533
cef0f868
SH
105342017-12-27 Stafford Horne <shorne@gmail.com>
10535
10536 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10537 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10538
b67d92b0
SH
105392017-12-27 Stafford Horne <shorne@gmail.com>
10540
10541 * gdb.base/reggroups.c: New file.
10542 * gdb.base/reggroups.exp: New file.
10543
eccab96d
JB
105442017-12-18 Joel Brobecker <brobecker@adacore.com>
10545
10546 * gdb.dwarf2/ada-valprint-error.c: New file.
10547 * gdb.dwarf2/ada-valprint-error.exp: New file.
10548
0e2da9f0
JB
105492017-12-18 Joel Brobecker <brobecker@adacore.com>
10550
10551 * gdb.ada/assign_arr: New testcase.
10552
cb923fcc
XR
105532017-12-18 Xavier Roirand <roirand@adacore.com>
10554
10555 * gdb.ada/funcall_ptr: New testcase.
10556
7c161838
SDJ
105572017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10558
10559 PR cli/16224
10560 * gdb.base/ptype-offsets.cc: New file.
10561 * gdb.base/ptype-offsets.exp: New file.
10562
1af17fd9
YQ
105632017-12-15 Yao Qi <yao.qi@linaro.org>
10564
10565 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10566 if XML is disabled.
10567
828d5846
XR
105682017-12-15 Xavier Roirand <roirand@adacore.com>
10569
10570 * gdb.ada/same_component_name: New testcase.
10571
79e8fcaa
JB
105722017-12-14 Joel Brobecker <brobecker@adacore.com>
10573
10574 * gdb.ada/str_binop_equal: New testcase.
10575
e05fa6f9
JB
105762017-12-14 Joel Brobecker <brobecker@adacore.com>
10577
10578 * gdb.ada/task_switch_in_core: New testcase.
10579
b89641ba
SM
105802017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10581
10582 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10583 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10584 call test_bkpt_qualified.
10585 (test_bkpt_qualified): New proc.
10586
6892d2e4
PA
105872017-12-13 Pedro Alves <palves@redhat.com>
10588
10589 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10590 Tighten regexp by matching with an anchor.
10591
a22ecf70
PA
105922017-12-13 Pedro Alves <palves@redhat.com>
10593
10594 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10595 ("expression with namespace"): New set of tests.
10596 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10597 (Nested::Test_NS::qux): New.
10598 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10599 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10600
9937536c
JB
106012017-12-13 Joel Brobecker <brobecker@adacore.com>
10602
10603 * gdb.base/server-del-break.c: New file.
10604 * gdb.base/server-del-break.exp: New file.
10605
fe49c6f5
SH
106062017-12-12 Stafford Horne <shorne@gmail.com>
10607
10608 * gdb.xml/tdesc-regs.exp: Add or1k support.
10609
c3d18620
SH
106102017-12-12 Stafford Horne <shorne@gmail.com>
10611
10612 * gdb.base/bp-permanent.c: Define nop of or1k.
10613
c5f9cfc8
JB
106142017-12-11 Joel Brobecker <brobecker@adacore.com>
10615
10616 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10617 output with components being reordered.
10618
a9c135fc
JB
106192017-12-11 Joel Brobecker <brobecker@adacore.com>
10620
10621 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10622 output with components being reordered.
10623
927aa2e7
JK
106242017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10625 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.base/maint.exp (check for .gdb_index): Check also for
10628 .debug_names.
10629 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10630 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10631 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10632 (.gdb_index used after symbol reloading): Support also .debug_names.
10633 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10634
f17d9474
YQ
106352017-12-08 Yao Qi <yao.qi@linaro.org>
10636
10637 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10638 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10639
a0de8c21
YQ
106402017-12-08 Yao Qi <yao.qi@linaro.org>
10641
10642 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10643 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10644
a738ea1d
YQ
106452017-12-08 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.arch/aarch64-tagged-pointer.c: New file.
10648 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10649
1cd9a73b
SDJ
106502017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10651
10652 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10653 "int".
10654
fa6eb693
KS
106552017-12-07 Keith Seitz <keiths@redhat.com>
10656
10657 PR breakpoints/22569
10658 * gdb.linespec/ls-errs.exp: Change expected result of "break
10659 -source this file has spaces.c -line 3".
10660 Check that an explicit source file followed by whitespace is
10661 identified as an invalid explicit location.
10662
883fd55a
KS
106632017-12-07 Keith Seitz <keiths@redhat.com>
10664
10665 * gdb.cp/nested-types.cc: New file.
10666 * gdb.cp/nested-types.exp: New file.
10667 * lib/cp-support.exp: Load data-structures.exp library.
10668 (debug_cp_test_ptype_class): New global.
10669 (cp_ptype_class_verbose, next_line): New procedures.
10670 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10671 Add and document new return value.
10672 Switch the list of lines to a queue.
10673 Add support for new `type' key for nested type definitions.
10674 Add debugging/troubleshooting messages.
10675 * lib/data-structures.exp: New file.
10676
ec72db3e
SM
106772017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10678
10679 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10680 with proc_with_prefix, don't use with_test_prefix.
10681
99598d71
TT
106822017-12-07 Tom Tromey <tom@tromey.com>
10683
10684 * gdb.base/break.exp: Add test for empty "commands".
10685
a8806230
YQ
106862017-12-07 Yao Qi <yao.qi@linaro.org>
10687
10688 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10689 malloc and catch syscall.
10690
824cc835
PM
106912017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10692
e79be6e5 10693 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
10694 tests for explicit locations.
10695
7cc244de
PA
106962017-12-06 Pedro Alves <palves@redhat.com>
10697
10698 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10699 force-disabling XML descriptions.
10700
50a1fdd5
PA
107012017-12-04 Pedro Alves <palves@redhat.com>
10702
10703 PR gdb/22499
10704 * gdb.arch/amd64-disp-step-avx.S: New file.
10705 * gdb.arch/amd64-disp-step-avx.exp: New file.
10706
f0fb2488
PA
107072017-12-03 Pedro Alves <palves@redhat.com>
10708
10709 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10710 and <string.h>.
10711 (parent_function): Print distinct messages when waitpid fails, or
10712 the child exits with a signal, or the child exits for an unhandled
10713 reason.
10714 * gdb.threads/process-dies-while-detaching.exp
10715 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10716 it. Wait for both inferior output and GDB's prompt. Use an
10717 indirect spawn id list.
10718 (do_detach): New parameter 'child_exit'. Use it to compute
10719 expected inferior output.
10720 (test_detach, test_detach_watch, test_detach_killed_outside):
10721 Adjust to pass down the expected child exit kind.
10722
97cbe998
SDJ
107232017-12-01 Joel Brobecker <brobecker@adacore.com>
10724 Sergio Durigan Junior <sergiodj@redhat.com>
10725 Pedro Alves <palves@redhat.com>
10726
10727 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10728
40fc416f
SDJ
107292017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10730
10731 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10732 to 'symbol-file' and 'add-symbol-file' can be
10733 position-independent.
10734
1cc75e92
YQ
107352017-12-01 Yao Qi <yao.qi@linaro.org>
10736
10737 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10738 the URL in copyright header.
10739 * gdb.arch/aarch64-fp.exp: Likewise.
10740 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10741 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10742 * gdb.base/expand-psymtabs.exp: Likewise.
10743 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
10744 * gdb.fortran/common-block.exp: Likewise.
10745 * gdb.fortran/common-block.f90: Likewise.
10746 * gdb.fortran/logical.exp: Likewise.
10747 * gdb.fortran/vla-datatypes.f90: Likewise.
10748 * gdb.fortran/vla-sub.f90: Likewise.
10749
875fb7a7
JB
107502017-11-30 Joel Brobecker <brobecker@adacore.com>
10751
10752 * gdb.ada/repeat_dyn: New testcase.
10753
6f14765f
UW
107542017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
10755
10756 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
10757 Update for changed thread numbering.
10758 * gdb.cell/bt.exp: Update for changed GDB output.
10759
f1af7b94
SM
107602017-11-30 Simon Marchi <simon.marchi@ericsson.com>
10761
10762 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
10763 setting isremote by hand.
10764 * boards/dwarf4-gdb-index.exp: Likewise.
10765 * boards/fission.exp: Likewise.
10766 * boards/stabs.exp: Likewise.
10767
e3919f3e
PA
107682017-11-30 Pedro Alves <palves@redhat.com>
10769
10770 * gdb.linespec/cpls-ops.exp
10771 (check_explicit_skips_function_argument): Extract the underlying
10772 type of size_t instead of hardcoding it.
10773
bd69330d
PA
107742017-11-29 Pedro Alves <palves@redhat.com>
10775
10776 PR c++/19436
10777 * gdb.linespec/cpls-abi-tag.cc: New file.
10778 * gdb.linespec/cpls-abi-tag.exp: New file.
10779
a20714ff
PA
107802017-11-29 Pedro Alves <palves@redhat.com>
10781
10782 * gdb.base/langs.exp: Use -qualified.
10783 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
10784 it.
10785 * gdb.cp/namespace.exp: Use -qualified.
10786 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
10787 (overload-3, template-overload, template-ret-type, const-overload)
10788 (const-overload-quoted, anon-ns, ambiguous-prefix): New
10789 procedures.
10790 (test_driver): Call them.
10791 * gdb.cp/save-bp-qualified.cc: New.
10792 * gdb.cp/save-bp-qualified.exp: New.
10793 * gdb.linespec/explicit.exp: Test -qualified.
10794 * lib/completion-support.exp (completion::explicit_opts_list): Add
10795 "-qualified".
10796 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
10797
f6f1d339
PM
107982017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10799
10800 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10801
02ca603a
TT
108022017-11-29 Tom Tromey <tom@tromey.com>
10803
10804 * gdb.base/relocate.exp: Update invalid argument test.
10805 Add new tests for invalid arguments.
10806
ed6c0bfb
TP
108072017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10808
10809 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
10810 Return 0 as a long.
10811 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
10812
f106e10e
TP
108132017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
10814
10815 * gdb.cp/breakpoint.cc (bar): Set return type to void.
10816 * gdb.cp/psymtab-parameter.cc (func): Likewise.
10817 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
10818 func ().
10819 * gdb.cp/shadow.cc (B.func): Return 0.
10820
10329bb2
JB
108212017-11-27 Joel Brobecker <brobecker@adacore.com>
10822
10823 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
10824 expected output in gdb_expect call to allow the exception
10825 message to be present as well. Fix syntax confusion to avoid
10826 TCL thinking that exception_name is an array.
10827
617cd4bc
UW
108282017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
10829
10830 * gdb.arch/spu-info.c: Include <unistd.h>.
10831 (do_signal_test): Fix broken calls to write.
10832 * gdb.arch/spu-info.exp: Use prepare_for_testing.
10833 Fix checks for empty mailboxes. Update signal tests for corrected
10834 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
10835 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
10836 * gdb.cell/arch.exp: Use standard_output_file.
10837 * gdb.cell/break.exp: Likewise.
10838 * gdb.cell/bt.exp: Likewise.
10839 * gdb.cell/core.exp: Likewise.
10840 * gdb.cell/dwarfaddr.exp: Likewise.
10841 * gdb.cell/ea-cache.exp: Likewise.
10842 * gdb.cell/ea-standalone.exp: Likewise.
10843 * gdb.cell/f-regs.exp: Likewise.
10844 * gdb.cell/fork.exp: Likewise.
10845 * gdb.cell/gcore.exp: Likewise.
10846 * gdb.cell/mem-access.exp: Likewise.
10847 * gdb.cell/ptype.exp: Likewise.
10848 * gdb.cell/registers.exp: Likewise.
10849 * gdb.cell/sizeof.exp: Likewise.
10850 * gdb.cell/solib-symbol.exp: Likewise.
10851 * gdb.cell/solib.exp: Likewise.
617cd4bc 10852
a81aaca0
PA
108532017-11-25 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/complete-empty.exp: New file.
10856 * gdb.base/completion.exp: Adjust.
10857
6a3c6ee4
PA
108582017-11-25 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.linespec/cpls-ops.cc: New file.
10861 * gdb.linespec/cpls-ops.exp: New file.
10862 * lib/completion-support.exp (test_complete_prefix_range_re): New,
10863 factored out from ...
10864 (test_complete_prefix_range): ... this.
10865
8955eb2d
PA
108662017-11-24 Pedro Alves <palves@redhat.com>
10867
10868 * gdb.linespec/cpcompletion.exp: New file.
10869 * gdb.linespec/cpls-hyphen.cc: New file.
10870 * gdb.linespec/cpls.cc: New file.
10871 * gdb.linespec/cpls2.cc: New file.
10872 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
10873 test to use test_gdb_complete_unique. Add label completion,
10874 keyword completion and explicit location completion tests.
10875 * lib/completion-support.exp: New file.
10876
e547c119
JB
108772017-11-24 Joel Brobecker <brobecker@adacore.com>
10878
10879 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
10880 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
10881 when hitting an exception catchpoint.
10882
7c3c1aa8
YQ
108832017-11-22 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10886
41bd68f5
SM
108872017-11-22 Simon Marchi <simon.marchi@ericsson.com>
10888
10889 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
10890 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
10891 * gdb.dwarf2/info-locals-optimized-out.c: New file.
10892
1daad298
YQ
108932017-11-22 Yao Qi <yao.qi@linaro.org>
10894
10895 * gdb.base/info-os.exp: Pass pthreads.
10896 * gdb.multi/multi-attach.exp: Likewise.
10897
88465e87
YQ
108982017-11-22 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10901 compiler.
10902
dc196b23
YQ
109032017-11-22 Yao Qi <yao.qi@linaro.org>
10904
10905 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
10906 * gdb.base/break-interp.exp: Likewise.
10907 * gdb.base/jit-attach-pie.exp: Likewise.
10908
2400729e
UW
109092017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10910
10911 * gdb.base/float128.c (large128): New variable.
10912 * gdb.base/float128.exp: Add test to print largest __float128 value.
10913
7a26362d
UW
109142017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10915
10916 * gdb.arch/vsx-regs.exp: Update register content checks.
10917
ed0f4273
UW
109182017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
10919
10920 * gdb.arch/ppc-longdouble.exp: New file.
10921 * gdb.arch/ppc-longdouble.c: Likewise.
10922
a25d69c6
PA
109232017-11-21 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10926
73fcf641
PA
109272017-11-20 Pedro Alves <palves@redhat.com>
10928
10929 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
10930 (long_double_typedef): New typedefs.
10931 Use DEF on double and long double.
10932 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
10933 cases.
10934 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
10935 and 'long_double_ptr_same_size' locals. Use them to decide
10936 whether cast from array/function to float is valid/invalid.
10937
71a3c369
TT
109382017-11-17 Tom Tromey <tom@tromey.com>
10939
10940 * gdb.rust/traits.rs: New file.
10941 * gdb.rust/traits.exp: New file.
10942
ced9779b
JB
109432017-11-17 Joel Brobecker <brobecker@adacore.com>
10944
10945 * gdb.ada/minsyms: New testcase.
10946
a0922d80
PA
109472017-11-16 Pedro Alves <palves@redhat.com>
10948
10949 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
10950 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
10951
ea04e54c
PA
109522017-11-16 Pedro Alves <palves@redhat.com>
10953
10954 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
10955 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
10956
e849ea89
PA
109572017-11-16 Pedro Alves <palves@redhat.com>
10958
10959 * gdb.server/reconnect-ctrl-c.c: New file.
10960 * gdb.server/reconnect-ctrl-c.exp: New file.
10961
d8ae99a7
PM
109622017-11-16 Phil Muldoon <pmuldoon@redhat.com>
10963
10964 * gdb.python/py-rbreak.exp: New file.
10965 * gdb.python/py-rbreak.c: New file.
10966 * gdb.python/py-rbreak-func2.c: New file.
10967
968a13f8
PA
109682017-11-16 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
10971 pattern.
10972 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
10973 GDB.
10974
71774bc9
SM
109752017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10978 regex.
10979
ddbb44cf
SM
109802017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10981
10982 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10983 test names.
10984
584a564f
PA
109852017-11-09 Pedro Alves <palves@redhat.com>
10986
10987 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
10988 factored out from ...
10989 (top level): ... here, and adjusted to avoid expecting beyond the
10990 prompt in a single gdb_test_multiple.
10991
5ed7a928
PA
109922017-11-09 Pedro Alves <palves@redhat.com>
10993
10994 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
10995 output.
10996 * gdb.server/ext-attach.exp ("kill" test): Likewise.
10997 * gdb.server/ext-restart.exp ("kill" test): Likewise.
10998 * gdb.server/ext-run.exp ("kill" test): Likewise.
10999 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11000
a60e0738
PA
110012017-11-09 Pedro Alves <palves@redhat.com>
11002
11003 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11004 match till end of line.
11005
2c88253f
PA
110062017-11-09 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11009
c7a38517
PA
110102017-11-09 Pedro Alves <palves@redhat.com>
11011
11012 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11013 New procedures, factored out from ...
11014 (top level): ... here, and adjusted to avoid expecting beyond the
11015 prompt in one go.
11016
f29f4b6b
PA
110172017-11-09 Pedro Alves <palves@redhat.com>
11018
11019 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11020 output. Fix '?' match.
11021
286acbb5
JB
110222017-11-08 Joel Brobecker <brobecker@adacore.com>
11023
11024 * gdb.ada/scoped_watch: New testcase.
11025 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11026 which is actually correct.
11027 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11028 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11029
62d7ae92
PA
110302017-11-08 Pedro Alves <palves@redhat.com>
11031
11032 * gdb.gdb/complaints.exp (test_initial_complaints)
11033 (test_serial_complaints, test_short_complaints): Call
11034 complaint_internal instead of complaint.
11035
280ca31f
DT
110362017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11037
11038 * gdb.threads/tls-core.c: New file.
11039 * gdb.threads/tls-core.exp: Likewise.
11040
b5ec771e
PA
110412017-11-08 Pedro Alves <palves@redhat.com>
11042
11043 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11044 (p Exported_Capitalized): New test.
11045 (p exported_capitalized): New test.
11046
a02b41a7
PA
110472017-11-07 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11050
95e95a6d
PA
110512017-11-07 Pedro Alves <palves@redhat.com>
11052
11053 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11054 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11055 (disable_invalid, disable_inverted, disable_negative): New
11056 procedures.
11057 ("bad numbers"): New set of tests.
11058
cee62dbd
PA
110592017-11-07 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.cp/ena-dis-br-range.exp: Add tests.
11062
cc638e86
PA
110632017-11-07 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11066
d0fe4701
XR
110672017-11-07 Xavier Roirand <roirand@adacore.com>
11068 Pedro Alves <palves@redhat.com>
11069
11070 * gdb.base/ena-dis-br.exp: Add reference to
11071 gdb.cp/ena-dis-br-range.exp.
11072 * gdb.cp/ena-dis-br-range.exp: New file.
11073 * gdb.cp/ena-dis-br-range.cc: New file.
11074
46f67f80
PA
110752017-11-06 Pedro Alves <palves@redhat.com>
11076
11077 * gdb.base/attach-non-pgrp-leader.c: New.
11078 * gdb.base/attach-non-pgrp-leader.exp: New.
11079
726e1356
PA
110802017-11-06 Pedro Alves <palves@redhat.com>
11081
11082 * configure.ac: No longer check for termio.h and sgtty.h.
11083 * configure: Regenerate.
11084 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11085 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11086 Remove termio and sgtty code.
11087
50ab6ace
YQ
110882017-11-03 Yao Qi <yao.qi@linaro.org>
11089
11090 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11091 in GDB is disabled.
11092
8e68731c
YQ
110932017-11-03 Yao Qi <yao.qi@linaro.org>
11094
11095 * gdb.python/py-thrhandle.exp: Skip it if python is not
11096 enabled.
11097
3a87ae65
SM
110982017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11099
11100 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11101 as a breakpoint command.
11102
484d8d36
MD
111032017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11104
11105 PR python/21213
11106 * gdb.python/py-infthread.exp: Test calling
11107 InferiorThread.inferior () multiple times in a row.
11108
4a27f119
KS
111092017-10-27 Keith Seitz <keiths@redhat.com>
11110
11111 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11112 Test "info break" for every inlined function breakpoint.
11113
bb11dd58
YQ
111142017-10-27 Yao Qi <yao.qi@linaro.org>
11115
11116 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11117
a43f3893
PF
111182017-10-26 Patrick Frants <osscontribute@gmail.com>
11119
11120 * gdb.cp/classes.exp (test_static_members): Test printing
11121 Outer::instance.
11122 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11123 (Inner::instance, Outer::instance): New.
11124
792ccf00
PA
111252017-10-24 Pedro Alves <palves@redhat.com>
11126
11127 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11128 extra console" test in two stages.
11129
eb2bfbad
PA
111302017-10-24 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11133
1f75a651
PA
111342017-10-24 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11137 loop.
11138
779990d9
PA
111392017-10-24 Pedro Alves <palves@redhat.com>
11140
11141 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11142 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11143
ad9b8f5d
PA
111442017-10-24 Pedro Alves <palves@redhat.com>
11145
11146 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11147 parameter and handle it. Don't output read value in test name.
11148
fee6da6e
PA
111492017-10-24 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11152 custom test name.
11153
10389c2c
PA
111542017-10-24 Pedro Alves <palves@redhat.com>
11155
11156 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11157 include the unstable output directory name in the test's name.
11158 (initial_setup_simple) <'set args'>: Use custom test name.
11159
a80e65a9
PA
111602017-10-24 Pedro Alves <palves@redhat.com>
11161
11162 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11163 with explicit test name.
11164
15763a09
PA
111652017-10-20 Pedro Alves <palves@redhat.com>
11166
11167 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11168 'wait -i'. Use gdb_assert and remote_close.
11169
49a4ce2e
AB
111702017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11171
11172 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11173 number from variable rather than hard-coded.
11174
a75868f5
PA
111752017-10-19 Pedro Alves <palves@redhat.com>
11176
11177 * gdb.base/long-inferior-output.c: New file.
11178 * gdb.base/long-inferior-output.exp: New file.
11179
c8ba13ad
KS
111802017-11-18 Keith Seitz <keiths@redhat.com>
11181
11182 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11183 method.
11184 (main): Call it.
11185 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11186 Add additional user-defined conversion operator tests.
11187
b27de576
PA
111882017-10-17 Pedro Alves <palves@redhat.com>
11189
11190 * boards/native-stdio-gdbserver.exp: Load "local-board".
11191
8484c955
PA
111922017-10-17 Pedro Alves <palves@redhat.com>
11193
11194 * gdb.base/quit-live.c: New file.
11195 * gdb.base/quit-live.exp: New file.
11196
83d5a34d
KS
111972017-10-16 Keith Seitz <keiths@redhat.com>
11198
11199 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11200 (class_with_protected_typedef, class_with_private_typedef)
11201 (struct_with_public_typedef, struct_with_protected_typedef)
11202 (struct_with_private_typedef): New classes/structs.
11203 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11204 typedefs and access specifiers.
11205
739b3f1d
PA
112062017-10-16 Pedro Alves <palves@redhat.com>
11207 Simon Marchi <simon.marchi@polymtl.ca>
11208
11209 * README (Local vs Remote vs Native): New section.
11210 * boards/local-board.exp: New file, with bits factored out from
11211 ...
11212 * boards/native-extended-gdbserver.exp: ... here. Load
11213 "local-board".
11214 * boards/native-gdbserver.exp: Load "local-board".
11215 (${board}_spawn, ${board}_exec): Delete.
11216 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11217 ...
11218 * boards/stdio-gdbserver-base.exp: ... this new file.
11219 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11220 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11221 procedure.
11222 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11223 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11224 stdio_gdbserver_command.
11225 (${board}_get_remote_address, ${board}_get_comm_port)
11226 (${board}_download, ${board}_upload): Delete.
11227 (get_target_remote_pipe_cmd): New.
11228
fe68b953
SM
112292017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11230
11231 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11232 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11233 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11234 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11235 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11236 remove with_test_prefix.
11237
300b6685
PA
112382017-10-13 Pedro Alves <palves@redhat.com>
11239
11240 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11241 * gdb.base/annota1.exp: Use it instead of is_remote.
11242 * gdb.base/annota3.exp: Use it instead of is_remote.
11243 * gdb.cp/annota2.exp: Use it instead of is_remote.
11244 * gdb.cp/annota3.exp: Use it instead of is_remote.
11245 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11246
50500caf
PA
112472017-10-13 Pedro Alves <palves@redhat.com>
11248
11249 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11250 (test_num_test_vars, run_and_count_vars, find_env)
11251 (test_set_unset_env, test_inherit_env_var): New procedures.
11252 (top level): Use them.
11253
dad0c6d2
PA
112542017-10-13 Pedro Alves <palves@redhat.com>
11255
11256 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11257 also skip on stub-like targets.
11258
8b0553c1
PA
112592017-10-13 Pedro Alves <palves@redhat.com>
11260
11261 PR gdb/22293
11262 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11263 (top level): Move some tests to ...
11264 (test_not_found): ... this new procedure.
11265 (top level): Call it.
11266
7594f623
PA
112672017-10-13 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11270 expect different "info terminal" output if testing with a
11271 non-native target.
11272
ebe3b402
PA
112732017-10-13 Pedro Alves <palves@redhat.com>
11274 Simon Marchi <simon.marchi@polymtl.ca>
11275
11276 PR python/12966
11277 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11278
42f1b161
PA
112792017-10-13 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11282 already.
11283
8d6ef72b
PA
112842017-10-13 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11287 is_remote.
11288
d7bcd5b8
PA
112892017-10-13 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11292 is_remote.
11293
df479dc6
PA
112942017-10-13 Pedro Alves <palves@redhat.com>
11295
11296 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11297 is set.
11298 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11299 instead of is_remote.
11300
23fb630a
PA
113012017-10-13 Pedro Alves <palves@redhat.com>
11302
11303 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11304 (top level): Add comment.
11305
cc77b1dc
PA
113062017-10-13 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.base/remote.exp (top level): Fix comment typo and add
11309 missing return.
11310
27c9e813
PA
113112017-10-13 Pedro Alves <palves@redhat.com>
11312 Simon Marchi <simon.marchi@polymtl.ca>
11313
11314 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11315 calls and add comments. Skip test if use_gdb_stub is set.
11316 (top level): Use "set cwd" command instead of "cd" command.
11317
5e830d98
PA
113182017-10-13 Pedro Alves <palves@redhat.com>
11319
11320 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11321 is_remote target check.
11322
f5ca0032
PA
113232017-10-13 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.base/scope.exp: Use build_executable + clean_restart +
11326 gdb_file_cmd instead of prepare_for_testing and no longer skip
11327 "before run" tests on is_remote target boards. Update comments.
11328 * boards/native-extended-gdbserver.exp
11329 (extended_gdbserver_load_last_file): New, factored out from ...
11330 (gdb_load): ... this. Move further below and add comment.
11331 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11332
8aed1c0d
PA
113332017-10-12 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/attach.exp: Remove references to gdb64.
11336 * gdb.base/dbx.exp: Remove references to gdb64.
11337
cfa34c87
SM
113382017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11339 Pedro Alves <palves@redhat.com>
11340
11341 * gdb.base/label.exp: Remove is_remote target check.
11342
9192b7de
PA
113432017-10-12 Pedro Alves <palves@redhat.com>
11344
11345 * gdb.base/auvx.exp (coredir): Update comment.
11346 (top level) <core_works>: Use "set cwd" command instead of "cd"
11347 command.
11348
6bf0052d
PA
113492017-10-12 Pedro Alves <palves@redhat.com>
11350 Simon Marchi <simon.marchi@polymtl.ca>
11351
11352 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11353 target boards.
11354
e48ef82d
PA
113552017-10-12 Pedro Alves <palves@redhat.com>
11356 Simon Marchi <simon.marchi@polymtl.ca>
11357
11358 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11359 Instead skip if there's any gdb_protocol set.
11360
8d7aea57
SM
113612017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11362 Pedro Alves <palves@redhat.com>
11363
11364 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11365
30440677
PA
113662017-10-12 Pedro Alves <palves@redhat.com>
11367 Simon Marchi <simon.marchi@polymtl.ca>
11368
11369 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11370 instead of on dejagnu remote boards.
11371
4e04f045 113722017-10-12 Pedro Alves <palves@redhat.com>
175654b9 11373 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
11374
11375 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11376 checks. Use build_executable + clean_restart instead of
11377 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11378 of enabling non-stop after starting gdb.
11379
871a186e
PA
113802017-10-12 Pedro Alves <palves@redhat.com>
11381
11382 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11383 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11384 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11385 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11386
56d704da
AK
113872017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11388
11389 * gdb.arch/arc-tdesc-cpu.exp: New file.
11390 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11391
2f20e312
SM
113922017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11393
11394 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11395
65630365
PA
113962017-10-10 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11399 expect CLI output.
11400
bf469271
PA
114012017-10-10 Pedro Alves <palves@redhat.com>
11402
11403 * lib/selftest-support.exp (selftest_setup): Update for
11404 captured_command_loop's prototype change.
11405
777a42f1
PA
114062017-10-09 Pedro Alves <palves@redhat.com>
11407
11408 Test both arch1=>arch2 and arch2=>arch1.
11409
11410 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11411 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11412 factored out to...
11413 (append_arch1_options, append_arch2_options, append_arch_options)
11414 (build_executables): New procedures.
11415 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11416 local.
11417 (top level): Add new 'first_arch' testing axis.
11418
cbd2b4e3
PA
114192017-10-09 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11422 (barrier): New.
11423 (thread_start, all_started): New functions.
11424 (main): Spawn new thread and wait until it is scheduled.
11425 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11426 option.
11427 (do_test): Add 'selected_thread' parameter. Run to all_started
11428 instead of main. Explicitly set the breakpoint at main. Switch
11429 to the SELECTED_THREAD thread.
11430 (top level): Test handling the exec event with either the main
11431 thread or the second thread selected.
11432
5c9e4427
PA
114332017-10-09 Pedro Alves <palves@redhat.com>
11434
11435 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11436 logic. Move STOP marker after the value checks.
11437 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11438 regexp.
11439
b3b7c423
SL
114402017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11441
11442 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11443
3b4b2f16
UW
114442017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11445
11446 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11447 integer-to-dfp conversion.
11448 * gdb.base/dfp-test.exp: Likewise.
11449
5cd63fda
PA
114502017-10-04 Pedro Alves <palves@redhat.com>
11451
11452 * gdb.multi/hangout.c: Include <unistd.h>.
11453 (hangout_loop): New function.
11454 (main): Call alarm. Call hangout_loop in a loop.
11455 * gdb.multi/hello.c: Include <unistd.h>.
11456 (hello_loop): New function.
11457 (main): Call alarm. Call hangout_loop in a loop.
11458 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11459 inferior with the other selected.
11460
4c71c105
SM
114612017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11462
11463 * gdb.mi/list-thread-groups-available.exp: New file.
11464 * gdb.mi/list-thread-groups-available.c: New file.
11465
bc3b087d
SDJ
114662017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11467
11468 * gdb.base/set-cwd.exp: Make it available on
11469 native-extended-gdbserver.
11470
d092c5a2
SDJ
114712017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11472
11473 * gdb.base/set-cwd.c: New file.
11474 * gdb.base/set-cwd.exp: Likewise.
11475
45320ffa
TT
114762017-10-02 Tom Tromey <tom@tromey.com>
11477
11478 PR rust/22236:
11479 * gdb.rust/simple.rs (main): New variable "fslice".
11480 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11481
b3e3859b
TT
114822017-10-02 Tom Tromey <tom@tromey.com>
11483
11484 * gdb.rust/simple.exp: Test ptype of a slice.
11485
01af5e0d
TT
114862017-10-02 Tom Tromey <tom@tromey.com>
11487
11488 * gdb.rust/simple.exp: Test index of slice.
11489
a9bbfbd8
TT
114902017-09-27 Tom Tromey <tom@tromey.com>
11491
11492 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11493
df8899e5
TP
114942017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11495 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/compare-sections.exp (get value of read-only section): Read
11498 as unsigned value.
11499 (corrupt read-only section): Likewise and don't set written if patching
11500 failed.
11501
757bf54b
KB
115022017-09-21 Kevin Buettner <kevinb@redhat.com>
11503
11504 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11505 files.
11506
06871ae8
PA
115072017-09-20 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11510 symbol names in gdb's output.
11511 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11512
e5f25bc5
PA
115132017-09-20 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11516 Rename to ...
11517 (test_list_ambiguous_symbol): ... this and add a symbol name
11518 parameter. Adjust.
11519 (test_list_ambiguous_function): Reimplement on top of
11520 test_list_ambiguous_symbol and also test listing ambiguous
11521 variables.
11522 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11523 (ambiguous_fun): ... this.
11524 (ambiguous_var): New.
11525 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11526 (ambiguous_fun): ... this.
11527 (ambiguous_var): New.
11528
4e5a4f58
JB
115292017-09-19 John Baldwin <jhb@FreeBSD.org>
11530
11531 * gdb.base/starti.c: New file.
11532 * gdb.base/starti.exp: New file.
11533 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11534
26e53f3e
PA
115352017-09-14 Pedro Alves <palves@redhat.com>
11536
11537 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11538 (top level): Use it instead of runto.
11539
cb791d59
TT
115402017-09-11 Tom Tromey <tom@tromey.com>
11541
11542 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11543
7c96f8c1
TT
115442017-09-11 Tom Tromey <tom@tromey.com>
11545
11546 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11547 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11548
469412dd
CW
115492017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11550
11551 * gdb.fortran/printing-types.exp: New file.
11552 * gdb.fortran/printing-types.exp: New file.
11553
e0f86435
BH
115542017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11555
11556 * gdb.fortran/vla-ptype.exp: Fix typos.
11557 * gdb.fortran/vla-value.exp: Same.
11558
9e9af4be
BH
115592017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11560
11561 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11562 * gdb.mi/mi-var-child-f.exp: Likewise.
11563 * gdb.mi/mi-vla-fortran.exp: Likewise.
11564
a5ad232b 115652017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
11566 Christoph Weinmann <christoph.t.weinmann@intel.com>
11567 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
11568
11569 * gdb.fortran/ptr-indentation.f90: New file.
11570 * gdb.fortran/ptr-indentation.exp: New file.
11571
5aec60eb
TT
115722017-09-05 Tom Tromey <tom@tromey.com>
11573
11574 PR gdb/22010:
11575 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11576
8f8f8152
TP
115772017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11578
11579 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11580
fbd1b771
JK
115812017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 * gdb.threads/tls-nodebug-pie.c: New file.
11584 * gdb.threads/tls-nodebug-pie.exp: New file.
11585
5eb5f850
TT
115862017-09-05 Tom Tromey <tom@tromey.com>
11587
11588 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11589 for rust.
11590
ae780a21
SM
115912017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11592
11593 * gdb.multi/multi-arch-exec.exp: Test with different
11594 "follow-exec-mode" settings.
11595 (do_test): New procedure.
11596
3693fdb3
PA
115972017-09-04 Pedro Alves <palves@redhat.com>
11598
11599 * gdb.base/func-static.c (S::method const, S::method volatile)
11600 (S::method volatile const): New methods.
11601 (c_s, v_s, cv_s): New instances.
11602 (main): Call method() on them.
11603 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11604 (cannot_resolve): New procedure.
11605 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11606 print-quote-unquoted columns.
11607 (do_test): Test printing each scope too.
11608
e68cb8e0
PA
116092017-09-04 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.base/local-static.exp: Also test with
11612 class::method::variable wholly quoted.
11613 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11614
858be34c
PA
116152017-09-04 Pedro Alves <palves@redhat.com>
11616
11617 * gdb.base/local-static.c: New.
11618 * gdb.base/local-static.cc: New.
11619 * gdb.base/local-static.exp: New.
11620
46a4882b
PA
116212017-09-04 Pedro Alves <palves@redhat.com>
11622
11623 * gdb.asm/asm-source.exp: Add casts to int.
11624 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11625 (dataglobal64_1, dataglobal64_2): New globals.
11626 * gdb.base/nodebug.exp: Test different expressions involving the
11627 new globals, with print, whatis and ptype. Add casts to int.
11628 * gdb.base/solib-display.exp: Add casts to int.
11629 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11630 * gdb.cp/m-static.exp: Add cast to int.
11631 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11632 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11633 tls variable with no debug info without a cast. Test with a cast
11634 to int too.
11635 * gdb.trace/entry-values.exp: Add casts.
11636
2c5a2be1
PA
116372017-09-04 Pedro Alves <palves@redhat.com>
11638
11639 * gdb.base/nodebug.exp: Test that ptype's error about functions
11640 with unknown return type includes the function name too.
11641
7022349d
PA
116422017-09-04 Pedro Alves <palves@redhat.com>
11643
11644 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11645 return type of munmap in infcall.
11646 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11647 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11648 type of ftell in infcall.
11649 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11650 type of getpid in infcall.
11651 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11652 infcall.
11653 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11654 Bail on failure to extract the pid.
11655 * gdb.base/nodebug.c: #include <stdint.h>.
11656 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11657 New functions.
11658 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11659 Change expected output of print/whatis/ptype with functions with
11660 no debug info. Test all supported languages. Call
11661 test_call_promotion.
11662 * gdb.compile/compile.exp: Adjust expected output to expect
11663 warning.
11664 * gdb.threads/siginfo-threads.exp: Likewise.
11665
54990598
PA
116662017-09-04 Pedro Alves <palves@redhat.com>
11667
11668 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11669 "prototypes". Test calling float functions via prototyped and
11670 unprototyped function pointers.
11671 (perform_all_tests): New parameter "prototypes". Pass it down.
11672 (top level): Pass down "prototypes" parameter to
11673 perform_all_tests.
11674
34d16ea2
SM
116752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11676
11677 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11678 Test with nested loops.
11679
9521ecda
SM
116802017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11681
11682 * gdb.base/commands.exp: Call the new procedures.
11683 (loop_break_test, loop_continue_test): New procedures.
11684
80a65e9b
SM
116852017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11686
11687 * gdb.base/commands.exp: Call new procedure.
11688 (define_if_without_arg_test): New procedure.
11689
e439fa14
PA
116902017-09-04 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/list-ambiguous.exp: New file.
11693 * gdb.base/list-ambiguous0.c: New file.
11694 * gdb.base/list-ambiguous1.c: New file.
11695 * gdb.base/list.exp (test_list_range): Adjust expected output.
11696
0a2dde4a
SDJ
116972017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11698
11699 * gdb.base/share-env-with-gdbserver.c: New file.
11700 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11701
5e89eb3a
SM
117022017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11703
11704 * gdb.base/commands.exp (gdbvar_simple_if_test,
11705 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11706 progvar_simple_if_test, progvar_simple_while_test,
11707 progvar_complex_if_while_test, user_defined_command_test,
11708 user_defined_command_args_eval,
11709 user_defined_command_args_stack_test,
11710 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11711 temporary_breakpoint_commands,
11712 gdb_test_no_prompt, redefine_hook_test,
11713 redefine_backtrace_test): Remove "global gdb_prompt".
11714
fd437cbc
SM
117152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11716
11717 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11718 New proc, call it from toplevel.
11719
87215ad1
SDJ
117202017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11721
11722 PR remote/21852
11723 * gdb.server/normal.c: New file, copied from gdb.base.
11724 * gdb.server/run-without-local-binary.exp: New file.
11725
58afddc6
WP
117262017-08-07 Weimin Pan <weimin.pan@oracle.com>
11727
11728 * gdb.arch/sparc64-adi.exp: New file.
11729 * gdb.arch/sparc64-adi.c: New file.
11730
5277199a
PA
117312017-08-22 Pedro Alves <palves@redhat.com>
11732
11733 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11734 (top level): Add "list all overloads" tests.
11735
14278e1f
TT
117362017-08-22 Tom Tromey <tom@tromey.com>
11737
11738 * gdb.gdb/xfullpath.exp: Remove.
11739
bf223d3e
PA
117402017-08-21 Pedro Alves <palves@redhat.com>
11741
11742 PR gdb/19487
11743 * gdb.base/symbol-alias.c: New.
11744 * gdb.base/symbol-alias2.c: New.
11745 * gdb.base/symbol-alias.exp: New.
11746
c973d0aa
PA
117472017-08-21 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/dfp-test.c
11750 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
11751 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
11752 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
11753 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
11754 * gdb.base/whatis-ptype-typedefs.c: New.
11755 * gdb.base/whatis-ptype-typedefs.exp: New.
11756 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
11757 (an_int, an_int_type, an_int_type2): New globals.
11758 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
11759 involving typedefs and cast expressions.
11760 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
11761 (lookup_typedefs_function): New.
11762 (typedefs_pretty_printers_dict): New.
11763 (top level): Register lookup_typedefs_function in
11764 gdb.pretty_printers.
11765
6d580b63
YQ
117662017-08-18 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.server/unittest.exp: New.
11769
206726fb
SDJ
117702017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
11771
11772 PR gdb/21954
11773 * gdb.base/environ.exp: Add test to check if 'unset environment'
11774 works.
11775
bf0ec4c2
AA
117762017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11777
11778 * lib/gdb.exp (universal_compile_options): New caching proc.
11779 (gdb_compile): Suppress GCC's coloring of messages.
11780
d6382fff
TT
117812017-08-14 Tom Tromey <tom@tromey.com>
11782
11783 PR gdb/21675:
11784 * gdb.base/printcmds.exp (test_radices): New function.
11785 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
11786 * gdb.base/sizeof.exp (check_valueof): Use p/d.
11787 * lib/gdb.exp (get_integer_valueof): Use p/d.
11788
c2c2dd9f
SM
117892017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11792 characters.
11793
fdffd6f4
TT
117942017-08-05 Tom Tromey <tom@tromey.com>
11795
11796 * gdb.rust/simple.exp: Allow String to appear in a different
11797 namespace.
11798
27d41eac
YQ
117992017-07-26 Yao Qi <yao.qi@linaro.org>
11800
11801 * gdb.gdb/unittest.exp: Invoke command
11802 "maintenance check xml-descriptions".
11803
031ed05d
AA
118042017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11805
11806 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
11807 calling context.
11808 (hex128): Drop erroneous calculation of parameters.
11809
dcd27ddf
SM
118102017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.python/py-unwind.exp: Disable stack protection when
11813 building test file.
11814
47e77640
PA
118152017-07-20 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.base/default.exp (set language): Adjust expected output.
11818
62d2a18a
PA
118192017-07-20 Pedro Alves <palves@redhat.com>
11820
11821 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
11822 (test_minsym): ... this, and make static.
11823 (get_pck__foo__bar__minsym): Rename to ...
11824 (get_test_minsym): ... this.
11825 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
11826 symbol names and comments.
11827 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
11828 (get_test_minsym): ... this.
11829 (pck__foo__bar__minsym__2): Rename to ...
11830 (test_minsym): ... this.
11831 (main): Adjust.
11832
c45ec17c
PA
118332017-07-17 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.base/completion.exp: Adjust expected output.
11836 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
11837 the completer works.
11838
c6756f62
PA
118392017-07-17 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11842
5bd68487
AB
118432017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11844
11845 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11846
8880f2a9
TT
118472017-07-14 Tom Tromey <tom@tromey.com>
11848
11849 PR rust/21764:
11850 * gdb.rust/simple.exp: Add tests.
11851
65547233
TT
118522017-07-14 Tom Tromey <tom@tromey.com>
11853
11854 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11855
8f14146e
PA
118562017-07-14 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.linespec/base/one/thefile.cc (z1): New function.
11859 * gdb.linespec/base/two/thefile.cc (z2): New function.
11860 * gdb.linespec/linespec.exp: Add tests.
11861
b4365d02
AB
118622017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11863
11864 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
11865 to mi_create_breakpoint.
11866
5d2cbaa5
AB
118672017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
11868
11869 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
11870 mi_create_breakpoint.
11871
11cb5716
IB
118722017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11873
11874 * gdb.dlang/demangle.exp: Update for demangling changes.
11875
03278692
TT
118762017-07-09 Tom Tromey <tom@tromey.com>
11877
11878 * gdb.dwarf2/shortpiece.exp: New file.
11879
33c5cd75
DB
118802017-07-06 David Blaikie <dblaikie@gmail.com>
11881
11882 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
11883 built from fissiont-multi-cu{1,2}.c.
11884 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
11885 except putting 'main' and 'func' in separate CUs in the same DWO file.
11886 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
11887 test.
11888 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
11889 test.
11890
8455d262
PA
118912017-07-06 Pedro Alves <palves@redhat.com>
11892
11893 * gdb.python/py-unwind.exp: Test flushregs.
11894
dc4bde35
SDJ
118952017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11896
11897 PR cli/21688
11898 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
11899 tests for alias commands and trailing whitespace.
11900
51ed89aa
SDJ
119012017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
11902
11903 PR cli/21688
11904 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
11905 procedure. Call it.
11906
eb17d413
PA
119072017-06-29 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/printcmds.exp: Add tests.
11910
41664b45
DG
119112017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
11912
11913 PR gdb/21337
11914 * gdb.base/reread-readsym.exp: New file.
11915 * gdb.base/reread-readsym.c: New file.
11916
75312ae3
KB
119172017-06-21 Kevin Buettner <kevinb@redhat.com>
11918
11919 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11920 subpattern.
11921
66953522
PB
119222017-06-19 Peter Bergner <bergner@vnet.ibm.com>
11923
11924 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
11925 extended mnemonic.
11926 * gdb.arch/powerpc-power9.s: Likewise.
11927
5524b525
AA
119282017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
11929
11930 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
11931 on 32-bit x86 targets. Exploit is_*_target macros where
11932 appropriate.
11933
03c8af18
AA
119342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11935
11936 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
11937 register pieces.
11938
3bf31011
AA
119392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11940
11941 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
11942 located in one or more DWARF pieces.
11943
805acca0
AA
119442017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11945
11946 * lib/gdb.exp (get_endianness): New proc.
11947 * gdb.arch/aarch64-fp.exp: Use it.
11948 * gdb.arch/altivec-regs.exp: Likewise.
11949 * gdb.arch/e500-regs.exp: Likewise.
11950 * gdb.arch/vsx-regs.exp: Likewise.
11951 * gdb.base/dump.exp: Likewise.
11952 * gdb.base/funcargs.exp: Likewise.
11953 * gdb.base/gnu_vector.exp: Likewise.
11954 * gdb.dwarf2/formdata16.exp: Likewise.
11955 * gdb.dwarf2/implptrpiece.exp: Likewise.
11956 * gdb.dwarf2/nonvar-access.exp: Likewise.
11957 * gdb.python/py-inferior.exp: Likewise.
11958 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
11959
e9352324
AA
119602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11961
11962 PR gdb/21226
11963 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
11964 stack value pieces are taken from the LSB end.
11965
d5d1163e
AA
119662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11967
11968 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
11969 variable at nonzero offset.
11970
0567c986
AA
119712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11972
11973 * gdb.dwarf2/var-access.c: New file.
11974 * gdb.dwarf2/var-access.exp: New test.
11975 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
11976
973e9aab
TT
119772017-06-12 Tom Tromey <tom@tromey.com>
11978
11979 * gdb.dwarf2/formdata16.exp: Add tests.
11980
d9109c80
TT
119812017-06-12 Tom Tromey <tom@tromey.com>
11982
11983 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11984
30a25466
TT
119852017-06-12 Tom Tromey <tom@tromey.com>
11986
11987 PR exp/16225:
11988 * gdb.reverse/i386-sse-reverse.exp: Update tests.
11989 * gdb.arch/vsx-regs.exp: Update tests.
11990 * gdb.arch/s390-vregs.exp (hex128): New proc.
11991 Update test.
11992 * gdb.arch/altivec-regs.exp: Update tests.
11993
aefd8b33
SDJ
119942017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
11995
11996 * gdb.base/startup-with-shell.c: New file.
11997 * gdb.base/startup-with-shell.exp: Likewise.
11998
2090129c
SDJ
119992017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12000
12001 * gdb.server/non-existing-program.exp: Update regex in order to
12002 reflect the fact that gdbserver is now using fork_inferior (with a
12003 shell) to startup the inferior.
12004
8e86a419
SM
120052017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12006
12007 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12008 support function calls from GDB.
12009
e6cf65f2
TT
120102017-05-21 Tom Tromey <tom@tromey.com>
12011
12012 PR rust/21466:
12013 * gdb.rust/unsized.exp: New file.
12014 * gdb.rust/unsized.rs: New file.
12015
43cc5389
TT
120162017-05-19 Tom Tromey <tom@tromey.com>
12017
12018 PR rust/21484:
12019 * gdb.rust/watch.exp: New file.
12020 * gdb.rust/watch.rs: New file.
12021
ec8df234
TT
120222017-05-18 Tom Tromey <tom@tromey.com>
12023
12024 * gdb.rust/simple.exp: Allow Box to be qualified.
12025
3e3e7fae
TP
120262017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12027
12028 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12029
59cc050d
PA
120302017-05-18 Pedro Alves <palves@redhat.com>
12031
12032 * gdb.base/fileio.c (test_write, test_read, test_close)
12033 (test_fstat): Don't print 'ret' in the fail path.
12034
c8f6abd1
PA
120352017-05-18 Pedro Alves <palves@redhat.com>
12036
12037 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12038 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12039 (test_system, test_rename, test_unlink, test_time): Change
12040 prototypes.
12041 * gdb.base/fileio.exp (stop_msg): Adjust.
12042
d2a03b77
PA
120432017-05-18 Pedro Alves <palves@redhat.com>
12044
12045 * gdb.base/fileio.c (null_str): New global.
12046 (test_stat): Use it.
12047 * gdb.base/fileio.exp: Remove nowarnings.
12048
0d5c6999
YQ
120492017-05-17 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12052
21873064
YQ
120532017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12054
12055 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12056 argument command.
12057 (top-level): Invoke test_set_inferior_tty.
12058
d512d31c
PA
120592017-05-04 Pedro Alves <palves@redhat.com>
12060
12061 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12062 Add parens to print call for Python 3.
12063
90cef2ed
KS
120642017-05-03 Keith Seitz <keiths@redhat.com>
12065
12066 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12067 (main): Call it.
12068
14f819c8
TW
120692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12070
12071 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12072 to prev and next.
12073
913aeadd
TW
120742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12075
12076 * gdb.python/py-record-btrace.exp: Remove test for
12077 gdb.BtraceInstruction.error.
12078
a3be24ad
TW
120792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12080
12081 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12082
ae20e79a
TW
120832017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12084
12085 * gdb.python/py-record-btrace-threads.c: New file.
12086 * gdb.python/py-record-btrace-threads.exp: New file.
12087
45ce1b47
SDJ
120882017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12089
12090 PR testsuite/8595
12091 * gdb.base/environ.exp: Make test available in all architectures.
12092 Move bits related to "info program" testing to
12093 gdb.base/info-program.exp. Rewrite tests to use the two new
12094 procedures mentione below.
12095 (test_set_show_env_var) New procedure.
12096 (test_set_show_env_var_equal): Likewise.
12097 * gdb.base/info-program.exp: New file.
12098
e15c3eb4
KS
120992017-04-27 Keith Seitz <keiths@redhat.com>
12100
12101 * gdb.cp/oranking.cc (test15): New function.
12102 (main): Call test15 and declare additional variables for testing.
12103 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12104 "p foo101('abc')" tests.
12105 Add tests for cv qualifier overloads.
12106 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12107 "lvalue reference overload" test.
12108 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12109 "print value of f1 on Child&& in f2" test.
12110
3a3fd0fd
PA
121112017-04-19 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12114 procedure.
12115 (top level): Call it.
12116 * lib/gdb.exp (gdb_define_cmd): New procedure.
12117
53375380
PA
121182017-04-12 Pedro Alves <palves@redhat.com>
12119
12120 PR gdb/21323
12121 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12122 (wchar): New global.
12123 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12124 (do_test_wide_char, wide_char_types_no_program, top level): Add
12125 wchar_t testing.
12126
53e710ac
PA
121272017-04-12 Pedro Alves <palves@redhat.com>
12128
12129 PR c++/21323
12130 * gdb.cp/wide_char_types.c: New file.
12131 * gdb.cp/wide_char_types.exp: New file.
12132
0ad9d8c7
SDJ
121332017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12134
12135 PR gdb/21352
12136 * gdb.trace/tsv.exp: Add test for "tsave -r".
12137
b1b45502
IB
121382017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12139
12140 * gdb.dlang/watch-loc.c: New file.
12141 * gdb.dlang/watch-loc.exp: New file.
12142
ec13808e
JK
121432017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12146
fe5f7374
AK
121472017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12148
12149 * gdb.arch/arc-analyze-prologue.S: New file.
12150 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12151
eea78757
AK
121522017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12153
12154 * gdb.arch/arc-decode-insn.S: New file.
12155 * gdb.arch/arc-decode-insn.exp: Likewise.
12156
5badf10a
IR
121572017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12158
12159 PR tdep/20928
12160 * gdb.arch/sparc64-regs.exp: New file.
12161 * gdb.arch/sparc64-regs.S: Likewise.
12162
cee59b3f
TW
121632017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12164
12165 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12166 and memory view on Python 3.
12167
c0f55cc6
AV
121682017-03-20 Artemiy Volkov <artemiyv@acm.org>
12169 Keith Seitz <keiths@redhat.com>
12170
12171 PR gdb/14441
12172 * gdb.cp/demangle.exp: Add rvalue reference tests.
12173 * gdb.cp/rvalue-ref-casts.cc: New file.
12174 * gdb.cp/rvalue-ref-casts.exp: New file.
12175 * gdb.cp/rvalue-ref-overload.cc: New file.
12176 * gdb.cp/rvalue-ref-overload.exp: New file.
12177 * gdb.cp/rvalue-ref-params.cc: New file.
12178 * gdb.cp/rvalue-ref-params.exp: New file.
12179 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12180 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12181 * gdb.cp/rvalue-ref-types.cc: New file.
12182 * gdb.cp/rvalue-ref-types.exp: New file.
12183 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12184 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12185
51457a05
MAL
121862017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12187
12188 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12189 New procedure.
12190
5b291c04
MAL
121912017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12192
12193 * lib/mi-support.exp (mi_gdb_test): Add additional message
12194 for unexpected output.
12195
59a56148
AA
121962017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12197
12198 * gdb.base/examine-backward.c (Barrier): New character array
12199 constant, to ensure that TestStrings is preceded by a string
12200 terminator.
12201
7942e96e
AA
122022017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12203
12204 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12205 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12206 and implicit pointer into such a location.
12207
6ebac3fb
DE
122082017-03-16 Doug Evans <dje@google.com>
12209
12210 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12211
ec3b243d
TP
122122017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12213
12214 * gdb.cp/m-static.exp: Fix expectation for prototype of
12215 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
12216
122172017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
12218
12219 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12220 * gdb.guile/scm-lazy-string.c: New file.
12221 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12222 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12223 for pointer, array, typedef lazy strings.
12224
2cc36e25 122252017-03-16 Doug Evans <dje@google.com>
34b43320
DE
12226
12227 PR python/17728, python/18439, python/18779
12228 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12229 * gdb.python/py-lazy-string.c (pointer): New typedef.
12230 (main): New locals ptr, array, typedef_ptr.
12231 * gdb.python/py-value.exp: Move lazy string tests to ...
12232 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12233 array, typedef lazy strings.
ec3b243d 12234
0efcde63
AK
122352017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12236
12237 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12238 Add optional 'test' parameter.
12239
7978d7c3
SM
122402017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12241
12242 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12243 Skip for versions of DejaGnu < 1.5.
12244
896c0c1e
SM
122452017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12246
12247 * lib/gdb.exp (dejagnu_version): New proc.
12248 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12249 Use dejagnu_version.
12250
5f4d1085
KS
122512017-03-10 Keith Seitz <keiths@redhat.com>
12252
12253 PR c++/8128
12254 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12255 type from destructor regexps.
12256 Add a branch which actually passes the test.
12257 Adjust "ptype t5i" test names.
12258
1de05205
PA
122592017-03-08 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/step-over-exit.exp: Add explicit test message.
12262
c65d6b55
PA
122632017-03-08 Pedro Alves <palves@redhat.com>
12264
12265 PR gdb/18360
12266 * gdb.threads/interrupt-while-step-over.c: New file.
12267 * gdb.threads/interrupt-while-step-over.exp: New file.
12268
2e86a283
PA
122692017-03-08 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12272 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12273
25dcbff6
PA
122742017-03-08 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12277 PKRU as not supported as a PASS.
12278
dc9366eb
PA
122792017-03-08 Pedro Alves <palves@redhat.com>
12280
12281 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12282 prefix instead of $binfile1/$binfile2.
12283 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12284 in test message.
12285 * gdb.python/py-completion.exp: Use "load python file" as test
12286 messages instead of unstable path names.
12287
6e5d74e7
PA
122882017-03-08 Pedro Alves <palves@redhat.com>
12289 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 PR cli/21218
12292 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12293 New proc.
12294 (top level): Call it.
12295
9753a2f6
PA
122962017-03-08 Pedro Alves <palves@redhat.com>
12297
12298 PR tui/21216
12299 * gdb.tui/tui-nl-filtered-output.exp: New file.
12300
1a4dd9dd
PA
123012017-03-08 Pedro Alves <palves@redhat.com>
12302
12303 * gdb.base/completion.exp: Move TUI completion tests to ...
12304 * gdb.tui/completion.exp: ... this new file.
12305
7cbbff33
PA
123062017-03-08 Pedro Alves <palves@redhat.com>
12307
12308 * gdb.base/tui-disasm-long-lines.c,
12309 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12310 gdb.base/tui-layout.exp: Move to ...
12311 * gdb.tui/: ... this new directory.
12312
5f6fd321
PA
123132017-03-07 Pedro Alves <palves@redhat.com>
12314
12315 * gdb.base/tui-layout.c: New file.
12316 * gdb.base/tui-layout.exp: New file.
12317
44959fa8
PA
123182017-03-07 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.base/tui-layout.c: Rename to ...
12321 * gdb.base/tui-disasm-long-lines.c: ... this.
12322 * gdb.base/tui-layout.exp: Rename to ...
12323 * gdb.base/tui-disasm-long-lines.exp: ... this.
12324
f8c4e718
PA
123252017-03-07 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12328
6dbb839a 123292017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
12330
12331 * i386-mpx-call.c: New file.
12332 * i386-mpx-call.exp: New file.
12333
65b48a81
PB
123342017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12335
12336 * gdb.arch/powerpc-power.exp: Delete test.
12337 * gdb.arch/powerpc-power.s: Likewise.
12338 * gdb.disasm/disassembler-options.exp: New test.
12339 * gdb.arch/powerpc-altivec.exp: Likewise.
12340 * gdb.arch/powerpc-altivec.s: Likewise.
12341 * gdb.arch/powerpc-altivec2.exp: Likewise.
12342 * gdb.arch/powerpc-altivec2.s: Likewise.
12343 * gdb.arch/powerpc-altivec3.exp: Likewise.
12344 * gdb.arch/powerpc-altivec3.s: Likewise.
12345 * gdb.arch/powerpc-power7.exp: Likewise.
12346 * gdb.arch/powerpc-power7.s: Likewise.
12347 * gdb.arch/powerpc-power8.exp: Likewise.
12348 * gdb.arch/powerpc-power8.s: Likewise.
12349 * gdb.arch/powerpc-power9.exp: Likewise.
12350 * gdb.arch/powerpc-power9.s: Likewise.
12351 * gdb.arch/powerpc-vsx.exp: Likewise.
12352 * gdb.arch/powerpc-vsx.s: Likewise.
12353 * gdb.arch/powerpc-vsx2.exp: Likewise.
12354 * gdb.arch/powerpc-vsx2.s: Likewise.
12355 * gdb.arch/powerpc-vsx3.exp: Likewise.
12356 * gdb.arch/powerpc-vsx3.s: Likewise.
12357 * gdb.arch/arm-disassembler-options.exp: Likewise.
12358 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12359 * gdb.arch/s390-disassembler-options.exp: Likewise.
12360
17cd4947
LM
123612017-02-23 Luis Machado <lgustavo@codesourcery.com>
12362
12363 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12364 (check_supported_features): ... this. Changed return type to void.
12365 (supports_rdseed): New static global.
12366 (rdseed): Check supports_rdseed.
12367 (initialize): Call check_supported_features.
12368
2039d74e
EBM
123692017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12370
12371 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12372 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12373 and lqarx/stqcx.
12374 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12375 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12376
a51d7ecf
EBM
123772017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12378
12379 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12380 uppercase.
12381
0224619f
JK
123822017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12383
12384 * gdb.dwarf2/formdata16.c: New file.
12385 * gdb.dwarf2/formdata16.exp: New file.
12386 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12387
216f72a1
JK
123882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12389
12390 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12391 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12392 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12393 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12394 DW_AT_GNU_*.
12395
43988095
JK
123962017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12399
99e8a4f9
SDJ
124002017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12401
12402 PR gdb/21164
12403 * gdb.base/maint.exp: Add testcases for when the commands do
12404 not have arguments.
12405
b58a8c0c
TP
124062017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12407
12408 * gdb.cp/chained-calls.exp: Use p instead of P.
12409
4e746bb6
TW
124102017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12411
12412 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12413 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12414
3f77c769
TT
124152017-02-14 Tom Tromey <tom@tromey.com>
12416
12417 PR python/13598:
12418 * gdb.python/py-events.exp: Add before_prompt event tests.
12419
075beec0
AA
124202017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12421
12422 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12423
bf5f525c
LM
124242017-02-13 Luis Machado <lgustavo@codesourcery.com>
12425
12426 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12427 (main): Call my_unique_function_name.
12428 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12429 completion of patterns with a single match.
12430 Add missing -re switches to gdb_test_multiple calls.
12431
13a66184
LM
124322017-02-13 Luis Machado <lgustavo@codesourcery.com>
12433
12434 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12435 return if core file is not recognized.
12436
26a06916
SM
124372017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12438
12439 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12440 and extra UIs.
12441
b761ca9e
SM
124422017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12443
12444 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12445 proc_with_prefix.
12446
b964bee0
TT
124472017-02-10 Tom Tromey <tom@tromey.com>
12448
12449 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12450
18da0c51
MG
124512017-02-10 Martin Galvan <martingalvan@sourceware.org>
12452
12453 PR gdb/21122
12454 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12455
604c4576
JG
124562017-02-08 Jerome Guitton <guitton@adacore.com>
12457
12458 * gdb.base/define.exp: Add test for command abbreviations
12459 in define.
12460
20b477a7
LM
124612017-02-06 Luis Machado <lgustavo@codesourcery.com>
12462
12463 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12464 * gdb.reverse/insn-reverse-x86.c: New file.
12465
3f7b46f2
IR
124662017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12467
12468 PR tdep/20936
12469 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12470
f0fd41c1
TT
124712017-02-03 Tom Tromey <tom@tromey.com>
12472
12473 PR rust/21097:
12474 * gdb.rust/simple.exp: Add new tests.
12475
5be5dbf0
PA
124762017-02-02 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12479 tests.
12480
7346ef59
AA
124812017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12482
12483 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12484 taking a 2-byte value out of a 4-byte DWARF implicit value on
12485 big-endian targets.
12486 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12487 logic. Add test cases for DW_OP_implicit.
12488
787f0025
MM
124892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12490
12491 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12492
68777c29
MM
124932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12494
12495 * gdb.btrace/enable.exp: Call gdb_exit before
12496 skip_gdbserver_tests.
12497
0a1c7e28
MM
124982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12499
12500 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12501 GDBFLAGS.
12502
b5ac99b0
MM
125032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12504
12505 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12506 the test is skipped.
12507 * gdb.btrace/data.exp: Likewise.
12508 * gdb.btrace/delta.exp: Likewise.
12509 * gdb.btrace/dlopen.exp: Likewise.
12510 * gdb.btrace/enable-running.exp: Likewise.
12511 * gdb.btrace/enable.exp: Likewise.
12512 * gdb.btrace/exception.exp: Likewise.
12513 * gdb.btrace/function_call_history.exp: Likewise.
12514 * gdb.btrace/gcore.exp: Likewise.
12515 * gdb.btrace/instruction_history.exp: Likewise.
12516 * gdb.btrace/multi-thread-step.exp: Likewise.
12517 * gdb.btrace/nohist.exp: Likewise.
12518 * gdb.btrace/non-stop.exp: Likewise.
12519 * gdb.btrace/reconnect.exp: Likewise.
12520 * gdb.btrace/record_goto-step.exp: Likewise.
12521 * gdb.btrace/record_goto.exp: Likewise.
12522 * gdb.btrace/rn-dl-bind.exp: Likewise.
12523 * gdb.btrace/segv.exp: Likewise.
12524 * gdb.btrace/step.exp: Likewise.
12525 * gdb.btrace/stepi.exp: Likewise.
12526 * gdb.btrace/tailcall-only.exp: Likewise.
12527 * gdb.btrace/tailcall.exp: Likewise.
12528 * gdb.btrace/tsx.exp: Likewise.
12529 * gdb.btrace/unknown_functions.exp: Likewise.
12530 * gdb.btrace/vdso.exp: Likewise.
12531
cd4007e4
MM
125322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12533
12534 * gdb.btrace/enable-running.c: New.
12535 * gdb.btrace/enable-running.exp: New.
12536
2735833d
WT
125372017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12538
12539 * gdb.arch/amd64-gs_base.c: New file.
12540 * gdb.arch/amd64-gs_base.exp: New file.
12541
b51e1e94
LM
125422017-01-26 Luis Machado <lgustavo@codesourcery.com>
12543
12544 * lib/memory.exp: Remove spurious empty newlines.
12545
72ca0410
SM
125462017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12547
12548 * gdb.python/py-bad-printers.exp: Load python file using "source".
12549 * gdb.python/py-events.exp: Likewise.
12550 * gdb.python/py-evsignal.exp: Likewise.
12551 * gdb.python/py-evthreads.exp: Likewise.
12552 * gdb.python/py-frame-args.exp: Likewise.
12553 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12554 * gdb.python/py-framefilter-mi.exp: Likewise.
12555 * gdb.python/py-framefilter.exp: Likewise.
12556 * gdb.python/py-mi.exp: Likewise.
12557 * gdb.python/py-pp-maint.exp: Likewise.
12558 * gdb.python/py-pp-registration.exp: Likewise.
12559 * gdb.python/py-prettyprint.exp: Likewise.
12560 (run_lang_tests): Likewise.
12561 * gdb.python/py-typeprint.exp: Likewise.
12562
e309aa65
LM
125632017-01-26 Luis Machado <lgustavo@codesourcery.com>
12564
12565 * lib/memory.exp: New file.
12566 * lib/gdb.exp: Load memory.exp.
12567 * gdb.base/memattr.exp (delete_memory): Move proc to
12568 lib/memory.exp and rename to delete_memory_regions.
12569 Replace delete_memory with delete_memory_regions.
12570 Cleanup memory regions before tests.
12571 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12572 before tests.
12573
515aff23
LM
125742017-01-26 Luis Machado <lgustavo@codesourcery.com>
12575
12576 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12577 files.
12578 (initialize): New function conditionally defined.
12579 (testcases): Move within conditional block.
12580 (main): Call initialize.
12581 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12582 of gdb.reverse/insn-reverse.c.
12583 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12584 gdb.reverse/insn-reverse.c.
12585
d8b49cf0
YQ
125862017-01-26 Yao Qi <yao.qi@linaro.org>
12587
12588 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12589 disassemble on address 0.
12590
f13a9a0c
YQ
125912017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12592 Yao Qi <yao.qi@linaro.org>
12593
12594 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12595 * gdb.dwarf2/implptr-64bit.S: Remove.
12596 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12597 variables in caller's context. Add DW_OP_implicit_value.
12598
5ac95241
YQ
125992017-01-25 Yao Qi <yao.qi@linaro.org>
12600
12601 * lib/dwarf.exp (Dwarf::_location): Handle
12602 DW_OP_GNU_implicit_pointer with proper size.
12603
23e82930
LM
126042017-01-20 Luis Machado <lgustavo@codesourcery.com>
12605
12606 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12607 and add untested calls.
12608
d334ae25
LM
126092017-01-20 Luis Machado <lgustavo@codesourcery.com>
12610
12611 * gdb.python/python.exp: Check line number against what GDB thinks
12612 the line number is for func1.
12613
f5e6296e
IB
126142017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12615
12616 * gdb.dlang/debug-expr.exp: New file.
12617
5b362f04
LM
126182016-12-23 Luis Machado <lgustavo@codesourcery.com>
12619
12620 Fix test names for the following files:
12621
12622 * gdb.ada/exec_changed.exp
12623 * gdb.ada/info_types.exp
12624 * gdb.arch/aarch64-atomic-inst.exp
12625 * gdb.arch/aarch64-fp.exp
12626 * gdb.arch/altivec-abi.exp
12627 * gdb.arch/altivec-regs.exp
12628 * gdb.arch/amd64-byte.exp
12629 * gdb.arch/amd64-disp-step.exp
12630 * gdb.arch/amd64-dword.exp
12631 * gdb.arch/amd64-entry-value-inline.exp
12632 * gdb.arch/amd64-entry-value-param.exp
12633 * gdb.arch/amd64-entry-value-paramref.exp
12634 * gdb.arch/amd64-entry-value.exp
12635 * gdb.arch/amd64-i386-address.exp
12636 * gdb.arch/amd64-invalid-stack-middle.exp
12637 * gdb.arch/amd64-invalid-stack-top.exp
12638 * gdb.arch/amd64-optimout-repeat.exp
12639 * gdb.arch/amd64-prologue-skip.exp
12640 * gdb.arch/amd64-prologue-xmm.exp
12641 * gdb.arch/amd64-stap-special-operands.exp
12642 * gdb.arch/amd64-stap-wrong-subexp.exp
12643 * gdb.arch/amd64-tailcall-cxx.exp
12644 * gdb.arch/amd64-tailcall-noret.exp
12645 * gdb.arch/amd64-tailcall-ret.exp
12646 * gdb.arch/amd64-tailcall-self.exp
12647 * gdb.arch/amd64-word.exp
12648 * gdb.arch/arm-bl-branch-dest.exp
12649 * gdb.arch/arm-disp-step.exp
12650 * gdb.arch/arm-neon.exp
12651 * gdb.arch/arm-single-step-kernel-helper.exp
12652 * gdb.arch/avr-flash-qualifier.exp
12653 * gdb.arch/disp-step-insn-reloc.exp
12654 * gdb.arch/e500-abi.exp
12655 * gdb.arch/e500-regs.exp
12656 * gdb.arch/ftrace-insn-reloc.exp
12657 * gdb.arch/i386-avx512.exp
12658 * gdb.arch/i386-bp_permanent.exp
12659 * gdb.arch/i386-byte.exp
12660 * gdb.arch/i386-cfi-notcurrent.exp
12661 * gdb.arch/i386-disp-step.exp
12662 * gdb.arch/i386-dr3-watch.exp
12663 * gdb.arch/i386-float.exp
12664 * gdb.arch/i386-gnu-cfi.exp
12665 * gdb.arch/i386-mpx-map.exp
12666 * gdb.arch/i386-mpx-sigsegv.exp
12667 * gdb.arch/i386-mpx-simple_segv.exp
12668 * gdb.arch/i386-mpx.exp
12669 * gdb.arch/i386-permbkpt.exp
12670 * gdb.arch/i386-prologue.exp
12671 * gdb.arch/i386-signal.exp
12672 * gdb.arch/i386-size-overlap.exp
12673 * gdb.arch/i386-unwind.exp
12674 * gdb.arch/i386-word.exp
12675 * gdb.arch/mips-fcr.exp
12676 * gdb.arch/powerpc-d128-regs.exp
12677 * gdb.arch/powerpc-stackless.exp
12678 * gdb.arch/ppc64-atomic-inst.exp
12679 * gdb.arch/s390-stackless.exp
12680 * gdb.arch/s390-tdbregs.exp
12681 * gdb.arch/s390-vregs.exp
12682 * gdb.arch/sparc-sysstep.exp
12683 * gdb.arch/thumb-bx-pc.exp
12684 * gdb.arch/thumb-singlestep.exp
12685 * gdb.arch/thumb2-it.exp
12686 * gdb.arch/vsx-regs.exp
12687 * gdb.asm/asm-source.exp
12688 * gdb.base/a2-run.exp
12689 * gdb.base/advance.exp
12690 * gdb.base/all-bin.exp
12691 * gdb.base/anon.exp
12692 * gdb.base/args.exp
12693 * gdb.base/arithmet.exp
12694 * gdb.base/async-shell.exp
12695 * gdb.base/async.exp
12696 * gdb.base/attach-pie-noexec.exp
12697 * gdb.base/attach-twice.exp
12698 * gdb.base/auto-load.exp
12699 * gdb.base/bang.exp
12700 * gdb.base/bitfields.exp
12701 * gdb.base/break-always.exp
12702 * gdb.base/break-caller-line.exp
12703 * gdb.base/break-entry.exp
12704 * gdb.base/break-inline.exp
12705 * gdb.base/break-on-linker-gcd-function.exp
12706 * gdb.base/break-probes.exp
12707 * gdb.base/break.exp
12708 * gdb.base/breakpoint-shadow.exp
12709 * gdb.base/call-ar-st.exp
12710 * gdb.base/call-sc.exp
12711 * gdb.base/call-signal-resume.exp
12712 * gdb.base/call-strs.exp
12713 * gdb.base/callfuncs.exp
12714 * gdb.base/catch-fork-static.exp
12715 * gdb.base/catch-gdb-caused-signals.exp
12716 * gdb.base/catch-load.exp
12717 * gdb.base/catch-signal-fork.exp
12718 * gdb.base/catch-signal.exp
12719 * gdb.base/catch-syscall.exp
12720 * gdb.base/charset.exp
12721 * gdb.base/checkpoint.exp
12722 * gdb.base/chng-syms.exp
12723 * gdb.base/code-expr.exp
12724 * gdb.base/code_elim.exp
12725 * gdb.base/commands.exp
12726 * gdb.base/completion.exp
12727 * gdb.base/complex.exp
12728 * gdb.base/cond-expr.exp
12729 * gdb.base/condbreak.exp
12730 * gdb.base/consecutive.exp
12731 * gdb.base/continue-all-already-running.exp
12732 * gdb.base/coredump-filter.exp
12733 * gdb.base/corefile.exp
12734 * gdb.base/dbx.exp
12735 * gdb.base/debug-expr.exp
12736 * gdb.base/define.exp
12737 * gdb.base/del.exp
12738 * gdb.base/disabled-location.exp
12739 * gdb.base/disasm-end-cu.exp
12740 * gdb.base/disasm-optim.exp
12741 * gdb.base/display.exp
12742 * gdb.base/duplicate-bp.exp
12743 * gdb.base/ena-dis-br.exp
12744 * gdb.base/ending-run.exp
12745 * gdb.base/enumval.exp
12746 * gdb.base/environ.exp
12747 * gdb.base/eu-strip-infcall.exp
12748 * gdb.base/eval-avoid-side-effects.exp
12749 * gdb.base/eval-skip.exp
12750 * gdb.base/exitsignal.exp
12751 * gdb.base/expand-psymtabs.exp
12752 * gdb.base/filesym.exp
12753 * gdb.base/find-unmapped.exp
12754 * gdb.base/finish.exp
12755 * gdb.base/float.exp
12756 * gdb.base/foll-exec-mode.exp
12757 * gdb.base/foll-exec.exp
12758 * gdb.base/foll-fork.exp
12759 * gdb.base/fortran-sym-case.exp
12760 * gdb.base/freebpcmd.exp
12761 * gdb.base/func-ptr.exp
12762 * gdb.base/func-ptrs.exp
12763 * gdb.base/funcargs.exp
12764 * gdb.base/gcore-buffer-overflow.exp
12765 * gdb.base/gcore-relro-pie.exp
12766 * gdb.base/gcore-relro.exp
12767 * gdb.base/gcore.exp
12768 * gdb.base/gdb1090.exp
12769 * gdb.base/gdb11530.exp
12770 * gdb.base/gdb11531.exp
12771 * gdb.base/gdb1821.exp
12772 * gdb.base/gdbindex-stabs.exp
12773 * gdb.base/gdbvars.exp
12774 * gdb.base/hbreak.exp
12775 * gdb.base/hbreak2.exp
12776 * gdb.base/included.exp
12777 * gdb.base/infcall-input.exp
12778 * gdb.base/inferior-died.exp
12779 * gdb.base/infnan.exp
12780 * gdb.base/info-macros.exp
12781 * gdb.base/info-os.exp
12782 * gdb.base/info-proc.exp
12783 * gdb.base/info-shared.exp
12784 * gdb.base/info-target.exp
12785 * gdb.base/infoline.exp
12786 * gdb.base/interp.exp
12787 * gdb.base/interrupt.exp
12788 * gdb.base/jit-reader.exp
12789 * gdb.base/jit-simple.exp
12790 * gdb.base/kill-after-signal.exp
12791 * gdb.base/kill-detach-inferiors-cmd.exp
12792 * gdb.base/label.exp
12793 * gdb.base/langs.exp
12794 * gdb.base/ldbl_e308.exp
12795 * gdb.base/line-symtabs.exp
12796 * gdb.base/linespecs.exp
12797 * gdb.base/list.exp
12798 * gdb.base/long_long.exp
12799 * gdb.base/longest-types.exp
12800 * gdb.base/maint.exp
12801 * gdb.base/max-value-size.exp
12802 * gdb.base/memattr.exp
12803 * gdb.base/mips_pro.exp
12804 * gdb.base/morestack.exp
12805 * gdb.base/moribund-step.exp
12806 * gdb.base/multi-forks.exp
12807 * gdb.base/nested-addr.exp
12808 * gdb.base/nextoverexit.exp
12809 * gdb.base/noreturn-finish.exp
12810 * gdb.base/noreturn-return.exp
12811 * gdb.base/nostdlib.exp
12812 * gdb.base/offsets.exp
12813 * gdb.base/opaque.exp
12814 * gdb.base/pc-fp.exp
12815 * gdb.base/permissions.exp
12816 * gdb.base/print-symbol-loading.exp
12817 * gdb.base/prologue-include.exp
12818 * gdb.base/psymtab.exp
12819 * gdb.base/ptype.exp
12820 * gdb.base/random-signal.exp
12821 * gdb.base/randomize.exp
12822 * gdb.base/range-stepping.exp
12823 * gdb.base/readline-ask.exp
12824 * gdb.base/recpar.exp
12825 * gdb.base/recurse.exp
12826 * gdb.base/relational.exp
12827 * gdb.base/restore.exp
12828 * gdb.base/return-nodebug.exp
12829 * gdb.base/return.exp
12830 * gdb.base/run-after-attach.exp
12831 * gdb.base/save-bp.exp
12832 * gdb.base/scope.exp
12833 * gdb.base/sect-cmd.exp
12834 * gdb.base/set-lang-auto.exp
12835 * gdb.base/set-noassign.exp
12836 * gdb.base/setvar.exp
12837 * gdb.base/sigall.exp
12838 * gdb.base/sigbpt.exp
12839 * gdb.base/siginfo-addr.exp
12840 * gdb.base/siginfo-infcall.exp
12841 * gdb.base/siginfo-obj.exp
12842 * gdb.base/siginfo.exp
12843 * gdb.base/signals-state-child.exp
12844 * gdb.base/signest.exp
12845 * gdb.base/sigstep.exp
12846 * gdb.base/sizeof.exp
12847 * gdb.base/skip.exp
12848 * gdb.base/solib-corrupted.exp
12849 * gdb.base/solib-nodir.exp
12850 * gdb.base/solib-search.exp
12851 * gdb.base/stack-checking.exp
12852 * gdb.base/stale-infcall.exp
12853 * gdb.base/stap-probe.exp
12854 * gdb.base/start.exp
12855 * gdb.base/step-break.exp
12856 * gdb.base/step-bt.exp
12857 * gdb.base/step-line.exp
12858 * gdb.base/step-over-exit.exp
12859 * gdb.base/step-over-syscall.exp
12860 * gdb.base/step-resume-infcall.exp
12861 * gdb.base/step-test.exp
12862 * gdb.base/store.exp
12863 * gdb.base/structs3.exp
12864 * gdb.base/sym-file.exp
12865 * gdb.base/symbol-without-target_section.exp
12866 * gdb.base/term.exp
12867 * gdb.base/testenv.exp
12868 * gdb.base/ui-redirect.exp
12869 * gdb.base/until.exp
12870 * gdb.base/unwindonsignal.exp
12871 * gdb.base/value-double-free.exp
12872 * gdb.base/vla-datatypes.exp
12873 * gdb.base/vla-ptr.exp
12874 * gdb.base/vla-sideeffect.exp
12875 * gdb.base/volatile.exp
12876 * gdb.base/watch-cond-infcall.exp
12877 * gdb.base/watch-cond.exp
12878 * gdb.base/watch-non-mem.exp
12879 * gdb.base/watch-read.exp
12880 * gdb.base/watch-vfork.exp
12881 * gdb.base/watchpoint-cond-gone.exp
12882 * gdb.base/watchpoint-delete.exp
12883 * gdb.base/watchpoint-hw-hit-once.exp
12884 * gdb.base/watchpoint-hw.exp
12885 * gdb.base/watchpoint-stops-at-right-insn.exp
12886 * gdb.base/watchpoints.exp
12887 * gdb.base/wchar.exp
12888 * gdb.base/whatis-exp.exp
12889 * gdb.btrace/buffer-size.exp
12890 * gdb.btrace/data.exp
12891 * gdb.btrace/delta.exp
12892 * gdb.btrace/dlopen.exp
12893 * gdb.btrace/enable.exp
12894 * gdb.btrace/exception.exp
12895 * gdb.btrace/function_call_history.exp
12896 * gdb.btrace/gcore.exp
12897 * gdb.btrace/instruction_history.exp
12898 * gdb.btrace/nohist.exp
12899 * gdb.btrace/reconnect.exp
12900 * gdb.btrace/record_goto-step.exp
12901 * gdb.btrace/record_goto.exp
12902 * gdb.btrace/rn-dl-bind.exp
12903 * gdb.btrace/segv.exp
12904 * gdb.btrace/step.exp
12905 * gdb.btrace/stepi.exp
12906 * gdb.btrace/tailcall-only.exp
12907 * gdb.btrace/tailcall.exp
12908 * gdb.btrace/tsx.exp
12909 * gdb.btrace/unknown_functions.exp
12910 * gdb.btrace/vdso.exp
12911 * gdb.compile/compile-ifunc.exp
12912 * gdb.compile/compile-ops.exp
12913 * gdb.compile/compile-print.exp
12914 * gdb.compile/compile-setjmp.exp
12915 * gdb.cp/abstract-origin.exp
12916 * gdb.cp/ambiguous.exp
12917 * gdb.cp/annota2.exp
12918 * gdb.cp/annota3.exp
12919 * gdb.cp/anon-ns.exp
12920 * gdb.cp/anon-struct.exp
12921 * gdb.cp/anon-union.exp
12922 * gdb.cp/arg-reference.exp
12923 * gdb.cp/baseenum.exp
12924 * gdb.cp/bool.exp
12925 * gdb.cp/breakpoint.exp
12926 * gdb.cp/bs15503.exp
12927 * gdb.cp/call-c.exp
12928 * gdb.cp/casts.exp
12929 * gdb.cp/chained-calls.exp
12930 * gdb.cp/class2.exp
12931 * gdb.cp/classes.exp
12932 * gdb.cp/cmpd-minsyms.exp
12933 * gdb.cp/converts.exp
12934 * gdb.cp/cp-relocate.exp
12935 * gdb.cp/cpcompletion.exp
12936 * gdb.cp/cpexprs.exp
12937 * gdb.cp/cplabel.exp
12938 * gdb.cp/cplusfuncs.exp
12939 * gdb.cp/cpsizeof.exp
12940 * gdb.cp/ctti.exp
12941 * gdb.cp/derivation.exp
12942 * gdb.cp/destrprint.exp
12943 * gdb.cp/dispcxx.exp
12944 * gdb.cp/enum-class.exp
12945 * gdb.cp/exception.exp
12946 * gdb.cp/exceptprint.exp
12947 * gdb.cp/expand-psymtabs-cxx.exp
12948 * gdb.cp/expand-sals.exp
12949 * gdb.cp/extern-c.exp
12950 * gdb.cp/filename.exp
12951 * gdb.cp/formatted-ref.exp
12952 * gdb.cp/fpointer.exp
12953 * gdb.cp/gdb1355.exp
12954 * gdb.cp/gdb2495.exp
12955 * gdb.cp/hang.exp
12956 * gdb.cp/impl-this.exp
12957 * gdb.cp/infcall-dlopen.exp
12958 * gdb.cp/inherit.exp
12959 * gdb.cp/iostream.exp
12960 * gdb.cp/koenig.exp
12961 * gdb.cp/local.exp
12962 * gdb.cp/m-data.exp
12963 * gdb.cp/m-static.exp
12964 * gdb.cp/mb-ctor.exp
12965 * gdb.cp/mb-inline.exp
12966 * gdb.cp/mb-templates.exp
12967 * gdb.cp/member-name.exp
12968 * gdb.cp/member-ptr.exp
12969 * gdb.cp/meth-typedefs.exp
12970 * gdb.cp/method.exp
12971 * gdb.cp/method2.exp
12972 * gdb.cp/minsym-fallback.exp
12973 * gdb.cp/misc.exp
12974 * gdb.cp/namelessclass.exp
12975 * gdb.cp/namespace-enum.exp
12976 * gdb.cp/namespace-nested-import.exp
12977 * gdb.cp/namespace.exp
12978 * gdb.cp/nextoverthrow.exp
12979 * gdb.cp/no-dmgl-verbose.exp
12980 * gdb.cp/non-trivial-retval.exp
12981 * gdb.cp/noparam.exp
12982 * gdb.cp/nsdecl.exp
12983 * gdb.cp/nsimport.exp
12984 * gdb.cp/nsnested.exp
12985 * gdb.cp/nsnoimports.exp
12986 * gdb.cp/nsrecurs.exp
12987 * gdb.cp/nsstress.exp
12988 * gdb.cp/nsusing.exp
12989 * gdb.cp/operator.exp
12990 * gdb.cp/oranking.exp
12991 * gdb.cp/overload-const.exp
12992 * gdb.cp/overload.exp
12993 * gdb.cp/ovldbreak.exp
12994 * gdb.cp/ovsrch.exp
12995 * gdb.cp/paren-type.exp
12996 * gdb.cp/parse-lang.exp
12997 * gdb.cp/pass-by-ref.exp
12998 * gdb.cp/pr-1023.exp
12999 * gdb.cp/pr-1210.exp
13000 * gdb.cp/pr-574.exp
13001 * gdb.cp/pr10687.exp
13002 * gdb.cp/pr12028.exp
13003 * gdb.cp/pr17132.exp
13004 * gdb.cp/pr17494.exp
13005 * gdb.cp/pr9067.exp
13006 * gdb.cp/pr9167.exp
13007 * gdb.cp/pr9631.exp
13008 * gdb.cp/printmethod.exp
13009 * gdb.cp/psmang.exp
13010 * gdb.cp/psymtab-parameter.exp
13011 * gdb.cp/ptype-cv-cp.exp
13012 * gdb.cp/ptype-flags.exp
13013 * gdb.cp/re-set-overloaded.exp
13014 * gdb.cp/ref-types.exp
13015 * gdb.cp/rtti.exp
13016 * gdb.cp/scope-err.exp
13017 * gdb.cp/shadow.exp
13018 * gdb.cp/smartp.exp
13019 * gdb.cp/static-method.exp
13020 * gdb.cp/static-print-quit.exp
13021 * gdb.cp/temargs.exp
13022 * gdb.cp/templates.exp
13023 * gdb.cp/try_catch.exp
13024 * gdb.cp/typedef-operator.exp
13025 * gdb.cp/typeid.exp
13026 * gdb.cp/userdef.exp
13027 * gdb.cp/using-crash.exp
13028 * gdb.cp/var-tag.exp
13029 * gdb.cp/virtbase.exp
13030 * gdb.cp/virtfunc.exp
13031 * gdb.cp/virtfunc2.exp
13032 * gdb.cp/vla-cxx.exp
13033 * gdb.disasm/t01_mov.exp
13034 * gdb.disasm/t02_mova.exp
13035 * gdb.disasm/t03_add.exp
13036 * gdb.disasm/t04_sub.exp
13037 * gdb.disasm/t05_cmp.exp
13038 * gdb.disasm/t06_ari2.exp
13039 * gdb.disasm/t07_ari3.exp
13040 * gdb.disasm/t08_or.exp
13041 * gdb.disasm/t09_xor.exp
13042 * gdb.disasm/t10_and.exp
13043 * gdb.disasm/t11_logs.exp
13044 * gdb.disasm/t12_bit.exp
13045 * gdb.disasm/t13_otr.exp
13046 * gdb.dlang/circular.exp
13047 * gdb.dwarf2/arr-stride.exp
13048 * gdb.dwarf2/arr-subrange.exp
13049 * gdb.dwarf2/atomic-type.exp
13050 * gdb.dwarf2/bad-regnum.exp
13051 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13052 * gdb.dwarf2/callframecfa.exp
13053 * gdb.dwarf2/clztest.exp
13054 * gdb.dwarf2/corrupt.exp
13055 * gdb.dwarf2/data-loc.exp
13056 * gdb.dwarf2/dup-psym.exp
13057 * gdb.dwarf2/dw2-anon-mptr.exp
13058 * gdb.dwarf2/dw2-anonymous-func.exp
13059 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13060 * gdb.dwarf2/dw2-bad-unresolved.exp
13061 * gdb.dwarf2/dw2-basic.exp
13062 * gdb.dwarf2/dw2-canonicalize-type.exp
13063 * gdb.dwarf2/dw2-case-insensitive.exp
13064 * gdb.dwarf2/dw2-common-block.exp
13065 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13066 * gdb.dwarf2/dw2-compressed.exp
13067 * gdb.dwarf2/dw2-const.exp
13068 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13069 * gdb.dwarf2/dw2-cu-size.exp
13070 * gdb.dwarf2/dw2-dup-frame.exp
13071 * gdb.dwarf2/dw2-entry-value.exp
13072 * gdb.dwarf2/dw2-icycle.exp
13073 * gdb.dwarf2/dw2-ifort-parameter.exp
13074 * gdb.dwarf2/dw2-inline-break.exp
13075 * gdb.dwarf2/dw2-inline-param.exp
13076 * gdb.dwarf2/dw2-intercu.exp
13077 * gdb.dwarf2/dw2-intermix.exp
13078 * gdb.dwarf2/dw2-lexical-block-bare.exp
13079 * gdb.dwarf2/dw2-linkage-name-trust.exp
13080 * gdb.dwarf2/dw2-minsym-in-cu.exp
13081 * gdb.dwarf2/dw2-noloc.exp
13082 * gdb.dwarf2/dw2-op-call.exp
13083 * gdb.dwarf2/dw2-op-out-param.exp
13084 * gdb.dwarf2/dw2-opt-structptr.exp
13085 * gdb.dwarf2/dw2-param-error.exp
13086 * gdb.dwarf2/dw2-producer.exp
13087 * gdb.dwarf2/dw2-ranges-base.exp
13088 * gdb.dwarf2/dw2-ref-missing-frame.exp
13089 * gdb.dwarf2/dw2-reg-undefined.exp
13090 * gdb.dwarf2/dw2-regno-invalid.exp
13091 * gdb.dwarf2/dw2-restore.exp
13092 * gdb.dwarf2/dw2-restrict.exp
13093 * gdb.dwarf2/dw2-single-line-discriminators.exp
13094 * gdb.dwarf2/dw2-strp.exp
13095 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13096 * gdb.dwarf2/dw2-unresolved.exp
13097 * gdb.dwarf2/dw2-var-zero-addr.exp
13098 * gdb.dwarf2/dw4-sig-types.exp
13099 * gdb.dwarf2/dwz.exp
13100 * gdb.dwarf2/dynarr-ptr.exp
13101 * gdb.dwarf2/enum-type.exp
13102 * gdb.dwarf2/gdb-index.exp
13103 * gdb.dwarf2/implptr-64bit.exp
13104 * gdb.dwarf2/implptr-optimized-out.exp
13105 * gdb.dwarf2/implptr.exp
13106 * gdb.dwarf2/implref-array.exp
13107 * gdb.dwarf2/implref-const.exp
13108 * gdb.dwarf2/implref-global.exp
13109 * gdb.dwarf2/implref-struct.exp
13110 * gdb.dwarf2/mac-fileno.exp
13111 * gdb.dwarf2/main-subprogram.exp
13112 * gdb.dwarf2/member-ptr-forwardref.exp
13113 * gdb.dwarf2/method-ptr.exp
13114 * gdb.dwarf2/missing-sig-type.exp
13115 * gdb.dwarf2/nonvar-access.exp
13116 * gdb.dwarf2/opaque-type-lookup.exp
13117 * gdb.dwarf2/pieces-optimized-out.exp
13118 * gdb.dwarf2/pieces.exp
13119 * gdb.dwarf2/pr10770.exp
13120 * gdb.dwarf2/pr13961.exp
13121 * gdb.dwarf2/staticvirtual.exp
13122 * gdb.dwarf2/subrange.exp
13123 * gdb.dwarf2/symtab-producer.exp
13124 * gdb.dwarf2/trace-crash.exp
13125 * gdb.dwarf2/typeddwarf.exp
13126 * gdb.dwarf2/valop.exp
13127 * gdb.dwarf2/watch-notconst.exp
13128 * gdb.fortran/array-element.exp
13129 * gdb.fortran/charset.exp
13130 * gdb.fortran/common-block.exp
13131 * gdb.fortran/complex.exp
13132 * gdb.fortran/derived-type-function.exp
13133 * gdb.fortran/derived-type.exp
13134 * gdb.fortran/logical.exp
13135 * gdb.fortran/module.exp
13136 * gdb.fortran/multi-dim.exp
13137 * gdb.fortran/nested-funcs.exp
13138 * gdb.fortran/print-formatted.exp
13139 * gdb.fortran/subarray.exp
13140 * gdb.fortran/vla-alloc-assoc.exp
13141 * gdb.fortran/vla-datatypes.exp
13142 * gdb.fortran/vla-history.exp
13143 * gdb.fortran/vla-ptr-info.exp
13144 * gdb.fortran/vla-ptype-sub.exp
13145 * gdb.fortran/vla-ptype.exp
13146 * gdb.fortran/vla-sizeof.exp
13147 * gdb.fortran/vla-type.exp
13148 * gdb.fortran/vla-value-sub-arbitrary.exp
13149 * gdb.fortran/vla-value-sub-finish.exp
13150 * gdb.fortran/vla-value-sub.exp
13151 * gdb.fortran/vla-value.exp
13152 * gdb.fortran/whatis_type.exp
13153 * gdb.go/chan.exp
13154 * gdb.go/handcall.exp
13155 * gdb.go/hello.exp
13156 * gdb.go/integers.exp
13157 * gdb.go/methods.exp
13158 * gdb.go/package.exp
13159 * gdb.go/strings.exp
13160 * gdb.go/types.exp
13161 * gdb.go/unsafe.exp
13162 * gdb.guile/scm-arch.exp
13163 * gdb.guile/scm-block.exp
13164 * gdb.guile/scm-breakpoint.exp
13165 * gdb.guile/scm-cmd.exp
13166 * gdb.guile/scm-disasm.exp
13167 * gdb.guile/scm-equal.exp
13168 * gdb.guile/scm-frame-args.exp
13169 * gdb.guile/scm-frame-inline.exp
13170 * gdb.guile/scm-frame.exp
13171 * gdb.guile/scm-iterator.exp
13172 * gdb.guile/scm-math.exp
13173 * gdb.guile/scm-objfile.exp
13174 * gdb.guile/scm-ports.exp
13175 * gdb.guile/scm-symbol.exp
13176 * gdb.guile/scm-symtab.exp
13177 * gdb.guile/scm-value-cc.exp
13178 * gdb.guile/types-module.exp
13179 * gdb.linespec/break-ask.exp
13180 * gdb.linespec/cpexplicit.exp
13181 * gdb.linespec/explicit.exp
13182 * gdb.linespec/keywords.exp
13183 * gdb.linespec/linespec.exp
13184 * gdb.linespec/ls-dollar.exp
13185 * gdb.linespec/ls-errs.exp
13186 * gdb.linespec/skip-two.exp
13187 * gdb.linespec/thread.exp
13188 * gdb.mi/mi-async.exp
13189 * gdb.mi/mi-basics.exp
13190 * gdb.mi/mi-break.exp
13191 * gdb.mi/mi-catch-load.exp
13192 * gdb.mi/mi-cli.exp
13193 * gdb.mi/mi-cmd-param-changed.exp
13194 * gdb.mi/mi-console.exp
13195 * gdb.mi/mi-detach.exp
13196 * gdb.mi/mi-disassemble.exp
13197 * gdb.mi/mi-eval.exp
13198 * gdb.mi/mi-file-transfer.exp
13199 * gdb.mi/mi-file.exp
13200 * gdb.mi/mi-fill-memory.exp
13201 * gdb.mi/mi-inheritance-syntax-error.exp
13202 * gdb.mi/mi-linespec-err-cp.exp
13203 * gdb.mi/mi-logging.exp
13204 * gdb.mi/mi-memory-changed.exp
13205 * gdb.mi/mi-read-memory.exp
13206 * gdb.mi/mi-record-changed.exp
13207 * gdb.mi/mi-reg-undefined.exp
13208 * gdb.mi/mi-regs.exp
13209 * gdb.mi/mi-return.exp
13210 * gdb.mi/mi-reverse.exp
13211 * gdb.mi/mi-simplerun.exp
13212 * gdb.mi/mi-solib.exp
13213 * gdb.mi/mi-stack.exp
13214 * gdb.mi/mi-stepi.exp
13215 * gdb.mi/mi-syn-frame.exp
13216 * gdb.mi/mi-until.exp
13217 * gdb.mi/mi-var-block.exp
13218 * gdb.mi/mi-var-child.exp
13219 * gdb.mi/mi-var-cmd.exp
13220 * gdb.mi/mi-var-cp.exp
13221 * gdb.mi/mi-var-display.exp
13222 * gdb.mi/mi-var-invalidate.exp
13223 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13224 * gdb.mi/mi-vla-fortran.exp
13225 * gdb.mi/mi-watch.exp
13226 * gdb.mi/mi2-var-child.exp
13227 * gdb.mi/user-selected-context-sync.exp
13228 * gdb.modula2/unbounded-array.exp
13229 * gdb.multi/dummy-frame-restore.exp
13230 * gdb.multi/multi-arch-exec.exp
13231 * gdb.multi/multi-arch.exp
13232 * gdb.multi/tids.exp
13233 * gdb.multi/watchpoint-multi.exp
13234 * gdb.opencl/callfuncs.exp
13235 * gdb.opencl/convs_casts.exp
13236 * gdb.opencl/datatypes.exp
13237 * gdb.opencl/operators.exp
13238 * gdb.opencl/vec_comps.exp
13239 * gdb.opt/clobbered-registers-O2.exp
13240 * gdb.opt/inline-break.exp
13241 * gdb.opt/inline-bt.exp
13242 * gdb.opt/inline-cmds.exp
13243 * gdb.opt/inline-locals.exp
13244 * gdb.pascal/case-insensitive-symbols.exp
13245 * gdb.pascal/floats.exp
13246 * gdb.pascal/gdb11492.exp
13247 * gdb.python/lib-types.exp
13248 * gdb.python/py-arch.exp
13249 * gdb.python/py-as-string.exp
13250 * gdb.python/py-bad-printers.exp
13251 * gdb.python/py-block.exp
13252 * gdb.python/py-breakpoint-create-fail.exp
13253 * gdb.python/py-breakpoint.exp
13254 * gdb.python/py-caller-is.exp
13255 * gdb.python/py-cmd.exp
13256 * gdb.python/py-explore-cc.exp
13257 * gdb.python/py-explore.exp
13258 * gdb.python/py-finish-breakpoint.exp
13259 * gdb.python/py-finish-breakpoint2.exp
13260 * gdb.python/py-frame-args.exp
13261 * gdb.python/py-frame-inline.exp
13262 * gdb.python/py-frame.exp
13263 * gdb.python/py-framefilter-mi.exp
13264 * gdb.python/py-infthread.exp
13265 * gdb.python/py-lazy-string.exp
13266 * gdb.python/py-linetable.exp
13267 * gdb.python/py-mi-events.exp
13268 * gdb.python/py-mi-objfile.exp
13269 * gdb.python/py-mi.exp
13270 * gdb.python/py-objfile.exp
13271 * gdb.python/py-pp-integral.exp
13272 * gdb.python/py-pp-maint.exp
13273 * gdb.python/py-pp-re-notag.exp
13274 * gdb.python/py-pp-registration.exp
13275 * gdb.python/py-recurse-unwind.exp
13276 * gdb.python/py-strfns.exp
13277 * gdb.python/py-symbol.exp
13278 * gdb.python/py-symtab.exp
13279 * gdb.python/py-sync-interp.exp
13280 * gdb.python/py-typeprint.exp
13281 * gdb.python/py-unwind-maint.exp
13282 * gdb.python/py-unwind.exp
13283 * gdb.python/py-value-cc.exp
13284 * gdb.python/py-xmethods.exp
13285 * gdb.reverse/amd64-tailcall-reverse.exp
13286 * gdb.reverse/break-precsave.exp
13287 * gdb.reverse/break-reverse.exp
13288 * gdb.reverse/consecutive-precsave.exp
13289 * gdb.reverse/consecutive-reverse.exp
13290 * gdb.reverse/finish-precsave.exp
13291 * gdb.reverse/finish-reverse-bkpt.exp
13292 * gdb.reverse/finish-reverse.exp
13293 * gdb.reverse/fstatat-reverse.exp
13294 * gdb.reverse/getresuid-reverse.exp
13295 * gdb.reverse/i386-precsave.exp
13296 * gdb.reverse/i386-reverse.exp
13297 * gdb.reverse/i386-sse-reverse.exp
13298 * gdb.reverse/i387-env-reverse.exp
13299 * gdb.reverse/i387-stack-reverse.exp
13300 * gdb.reverse/insn-reverse.exp
13301 * gdb.reverse/machinestate-precsave.exp
13302 * gdb.reverse/machinestate.exp
13303 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13304 * gdb.reverse/pipe-reverse.exp
13305 * gdb.reverse/readv-reverse.exp
13306 * gdb.reverse/recvmsg-reverse.exp
13307 * gdb.reverse/rerun-prec.exp
13308 * gdb.reverse/s390-mvcle.exp
13309 * gdb.reverse/step-precsave.exp
13310 * gdb.reverse/step-reverse.exp
13311 * gdb.reverse/time-reverse.exp
13312 * gdb.reverse/until-precsave.exp
13313 * gdb.reverse/until-reverse.exp
13314 * gdb.reverse/waitpid-reverse.exp
13315 * gdb.reverse/watch-precsave.exp
13316 * gdb.reverse/watch-reverse.exp
13317 * gdb.rust/generics.exp
13318 * gdb.rust/methods.exp
13319 * gdb.rust/modules.exp
13320 * gdb.rust/simple.exp
13321 * gdb.server/connect-with-no-symbol-file.exp
13322 * gdb.server/ext-attach.exp
13323 * gdb.server/ext-restart.exp
13324 * gdb.server/ext-wrapper.exp
13325 * gdb.server/file-transfer.exp
13326 * gdb.server/server-exec-info.exp
13327 * gdb.server/server-kill.exp
13328 * gdb.server/server-mon.exp
13329 * gdb.server/wrapper.exp
13330 * gdb.stabs/exclfwd.exp
13331 * gdb.stabs/gdb11479.exp
13332 * gdb.threads/clone-new-thread-event.exp
13333 * gdb.threads/corethreads.exp
13334 * gdb.threads/current-lwp-dead.exp
13335 * gdb.threads/dlopen-libpthread.exp
13336 * gdb.threads/gcore-thread.exp
13337 * gdb.threads/sigstep-threads.exp
13338 * gdb.threads/watchpoint-fork.exp
13339 * gdb.trace/actions-changed.exp
13340 * gdb.trace/backtrace.exp
13341 * gdb.trace/change-loc.exp
13342 * gdb.trace/circ.exp
13343 * gdb.trace/collection.exp
13344 * gdb.trace/disconnected-tracing.exp
13345 * gdb.trace/ftrace.exp
13346 * gdb.trace/mi-trace-frame-collected.exp
13347 * gdb.trace/mi-trace-unavailable.exp
13348 * gdb.trace/mi-traceframe-changed.exp
13349 * gdb.trace/mi-tsv-changed.exp
13350 * gdb.trace/no-attach-trace.exp
13351 * gdb.trace/passc-dyn.exp
13352 * gdb.trace/qtro.exp
13353 * gdb.trace/range-stepping.exp
13354 * gdb.trace/read-memory.exp
13355 * gdb.trace/save-trace.exp
13356 * gdb.trace/signal.exp
13357 * gdb.trace/status-stop.exp
13358 * gdb.trace/tfile.exp
13359 * gdb.trace/trace-break.exp
13360 * gdb.trace/trace-buffer-size.exp
13361 * gdb.trace/trace-condition.exp
13362 * gdb.trace/tracefile-pseudo-reg.exp
13363 * gdb.trace/tstatus.exp
13364 * gdb.trace/unavailable.exp
13365 * gdb.trace/while-dyn.exp
13366 * gdb.trace/while-stepping.exp
13367
34c41c68
DE
133682016-12-22 Doug Evans <xdje42@gmail.com>
13369
13370 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13371 and msymbols.
13372
16e69324
YQ
133732016-12-19 Yao Qi <yao.qi@linaro.org>
13374
13375 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13376 (test_with_self): Don't call do_steps_and_nexts, and remove
13377 code about stepping into xmalloc.
13378
f94f411b
YQ
133792016-12-09 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13382
133832016-12-09 Yao Qi <yao.qi@linaro.org>
13384
13385 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13386
f1b5deee
PA
133872016-12-09 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.base/all-architectures-0.exp: New file.
13390 * gdb.base/all-architectures-1.exp: New file.
13391 * gdb.base/all-architectures-2.exp: New file.
13392 * gdb.base/all-architectures-3.exp: New file.
13393 * gdb.base/all-architectures-4.exp: New file.
13394 * gdb.base/all-architectures-5.exp: New file.
13395 * gdb.base/all-architectures-6.exp: New file.
13396 * gdb.base/all-architectures-7.exp: New file.
13397 * gdb.base/all-architectures.exp.in: New file.
13398
364ca42e
YQ
133992016-12-09 Yao Qi <yao.qi@linaro.org>
13400
13401 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13402
107c2d62
LM
134032016-12-02 Luis Machado <lgustavo@codesourcery.com>
13404
13405 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13406 possible.
13407 Remove useless pattern-matching code.
13408
df3ee9ca
PA
134092016-12-02 Pedro Alves <palves@redhat.com>
13410
13411 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13412 procedure.
13413 (top level): Call it.
13414
ec835369
PA
134152016-12-02 Pedro Alves <palves@redhat.com>
13416
13417 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13418 New procedure.
13419 (top level): Call it.
13420
01770bbd
PA
134212016-12-02 Pedro Alves <palves@redhat.com>
13422
13423 PR cli/20559
13424 * gdb.base/commands.exp (user_defined_command_args_eval): New
13425 procedure.
13426 (top level): Call it.
13427
008459ea
LM
134282016-12-02 Luis Machado <lgustavo@codesourcery.com>
13429
13430 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13431 timeout handling.
13432
0c1b455e
TT
134332016-12-02 Tom Tromey <tom@tromey.com>
13434
13435 * gdb.dwarf2/main-subprogram.c: New file.
13436 * gdb.dwarf2/main-subprogram.exp: New file.
13437
018572b8
LM
134382016-12-01 Luis Machado <lgustavo@codesourcery.com>
13439
13440 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13441 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13442 gdb_test_no_output for a couple of cases.
13443 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13444
84c93cd5
LM
134452016-12-01 Luis Machado <lgustavo@codesourcery.com>
13446
13447 Fix test names and standardize compilation error messages throughout
13448 the following files:
13449
13450 * gdb.ada/start.exp
13451 * gdb.arch/alpha-step.exp
13452 * gdb.arch/e500-prologue.exp
13453 * gdb.arch/ftrace-insn-reloc.exp
13454 * gdb.arch/gdb1291.exp
13455 * gdb.arch/gdb1431.exp
13456 * gdb.arch/gdb1558.exp
13457 * gdb.arch/i386-dr3-watch.exp
13458 * gdb.arch/i386-sse-stack-align.exp
13459 * gdb.arch/ia64-breakpoint-shadow.exp
13460 * gdb.arch/pa-nullify.exp
13461 * gdb.arch/powerpc-aix-prologue.exp
13462 * gdb.arch/thumb-bx-pc.exp
13463 * gdb.base/annota1.exp
13464 * gdb.base/annota3.exp
13465 * gdb.base/arrayidx.exp
13466 * gdb.base/assign.exp
13467 * gdb.base/attach.exp
13468 * gdb.base/auxv.exp
13469 * gdb.base/bang.exp
13470 * gdb.base/bfp-test.exp
13471 * gdb.base/bigcore.exp
13472 * gdb.base/bitfields2.exp
13473 * gdb.base/break-fun-addr.exp
13474 * gdb.base/break-probes.exp
13475 * gdb.base/call-rt-st.exp
13476 * gdb.base/callexit.exp
13477 * gdb.base/catch-fork-kill.exp
13478 * gdb.base/charset.exp
13479 * gdb.base/checkpoint.exp
13480 * gdb.base/comprdebug.exp
13481 * gdb.base/constvars.exp
13482 * gdb.base/coredump-filter.exp
13483 * gdb.base/cursal.exp
13484 * gdb.base/cvexpr.exp
13485 * gdb.base/detach.exp
13486 * gdb.base/display.exp
13487 * gdb.base/dmsym.exp
13488 * gdb.base/dprintf-pending.exp
13489 * gdb.base/dso2dso.exp
13490 * gdb.base/dtrace-probe.exp
13491 * gdb.base/dump.exp
13492 * gdb.base/enum_cond.exp
13493 * gdb.base/exe-lock.exp
13494 * gdb.base/exec-invalid-sysroot.exp
13495 * gdb.base/execl-update-breakpoints.exp
13496 * gdb.base/exprs.exp
13497 * gdb.base/fileio.exp
13498 * gdb.base/find.exp
13499 * gdb.base/finish.exp
13500 * gdb.base/fixsection.exp
13501 * gdb.base/foll-vfork.exp
13502 * gdb.base/frame-args.exp
13503 * gdb.base/gcore.exp
13504 * gdb.base/gdb1250.exp
13505 * gdb.base/global-var-nested-by-dso.exp
13506 * gdb.base/gnu-ifunc.exp
13507 * gdb.base/hashline1.exp
13508 * gdb.base/hashline2.exp
13509 * gdb.base/hashline3.exp
13510 * gdb.base/hbreak-in-shr-unsupported.exp
13511 * gdb.base/huge.exp
13512 * gdb.base/infcall-input.exp
13513 * gdb.base/info-fun.exp
13514 * gdb.base/info-shared.exp
13515 * gdb.base/jit-simple.exp
13516 * gdb.base/jit-so.exp
13517 * gdb.base/jit.exp
13518 * gdb.base/jump.exp
13519 * gdb.base/label.exp
13520 * gdb.base/lineinc.exp
13521 * gdb.base/logical.exp
13522 * gdb.base/longjmp.exp
13523 * gdb.base/macscp.exp
13524 * gdb.base/miscexprs.exp
13525 * gdb.base/new-ui-echo.exp
13526 * gdb.base/new-ui-pending-input.exp
13527 * gdb.base/new-ui.exp
13528 * gdb.base/nodebug.exp
13529 * gdb.base/nofield.exp
13530 * gdb.base/offsets.exp
13531 * gdb.base/overlays.exp
13532 * gdb.base/pending.exp
13533 * gdb.base/pointers.exp
13534 * gdb.base/pr11022.exp
13535 * gdb.base/printcmds.exp
13536 * gdb.base/prologue.exp
13537 * gdb.base/ptr-typedef.exp
13538 * gdb.base/realname-expand.exp
13539 * gdb.base/relativedebug.exp
13540 * gdb.base/relocate.exp
13541 * gdb.base/remote.exp
13542 * gdb.base/reread.exp
13543 * gdb.base/return2.exp
13544 * gdb.base/savedregs.exp
13545 * gdb.base/sep.exp
13546 * gdb.base/sepdebug.exp
13547 * gdb.base/sepsymtab.exp
13548 * gdb.base/set-inferior-tty.exp
13549 * gdb.base/setshow.exp
13550 * gdb.base/shlib-call.exp
13551 * gdb.base/sigaltstack.exp
13552 * gdb.base/siginfo-addr.exp
13553 * gdb.base/signals.exp
13554 * gdb.base/signull.exp
13555 * gdb.base/sigrepeat.exp
13556 * gdb.base/so-impl-ld.exp
13557 * gdb.base/solib-display.exp
13558 * gdb.base/solib-overlap.exp
13559 * gdb.base/solib-search.exp
13560 * gdb.base/solib-symbol.exp
13561 * gdb.base/structs.exp
13562 * gdb.base/structs2.exp
13563 * gdb.base/symtab-search-order.exp
13564 * gdb.base/twice.exp
13565 * gdb.base/unload.exp
13566 * gdb.base/varargs.exp
13567 * gdb.base/watchpoint-solib.exp
13568 * gdb.base/watchpoint.exp
13569 * gdb.base/whatis.exp
13570 * gdb.base/wrong_frame_bt_full.exp
13571 * gdb.btrace/dlopen.exp
13572 * gdb.cell/ea-standalone.exp
13573 * gdb.cell/ea-test.exp
13574 * gdb.cp/dispcxx.exp
13575 * gdb.cp/gdb2384.exp
13576 * gdb.cp/method2.exp
13577 * gdb.cp/nextoverthrow.exp
13578 * gdb.cp/pr10728.exp
13579 * gdb.disasm/am33.exp
13580 * gdb.disasm/h8300s.exp
13581 * gdb.disasm/mn10300.exp
13582 * gdb.disasm/sh3.exp
13583 * gdb.dwarf2/dw2-dir-file-name.exp
13584 * gdb.fortran/complex.exp
13585 * gdb.fortran/library-module.exp
13586 * gdb.guile/scm-pretty-print.exp
13587 * gdb.guile/scm-symbol.exp
13588 * gdb.guile/scm-type.exp
13589 * gdb.guile/scm-value.exp
13590 * gdb.linespec/linespec.exp
13591 * gdb.mi/gdb701.exp
13592 * gdb.mi/gdb792.exp
13593 * gdb.mi/mi-breakpoint-changed.exp
13594 * gdb.mi/mi-dprintf-pending.exp
13595 * gdb.mi/mi-dprintf.exp
13596 * gdb.mi/mi-exit-code.exp
13597 * gdb.mi/mi-pending.exp
13598 * gdb.mi/mi-solib.exp
13599 * gdb.mi/new-ui-mi-sync.exp
13600 * gdb.mi/pr11022.exp
13601 * gdb.mi/user-selected-context-sync.exp
13602 * gdb.opt/solib-intra-step.exp
13603 * gdb.python/py-events.exp
13604 * gdb.python/py-finish-breakpoint.exp
13605 * gdb.python/py-mi.exp
13606 * gdb.python/py-prettyprint.exp
13607 * gdb.python/py-shared.exp
13608 * gdb.python/py-symbol.exp
13609 * gdb.python/py-template.exp
13610 * gdb.python/py-type.exp
13611 * gdb.python/py-value.exp
13612 * gdb.reverse/solib-precsave.exp
13613 * gdb.reverse/solib-reverse.exp
13614 * gdb.server/solib-list.exp
13615 * gdb.stabs/weird.exp
13616 * gdb.threads/reconnect-signal.exp
13617 * gdb.threads/stepi-random-signal.exp
13618 * gdb.trace/actions.exp
13619 * gdb.trace/ax.exp
13620 * gdb.trace/backtrace.exp
13621 * gdb.trace/change-loc.exp
13622 * gdb.trace/deltrace.exp
13623 * gdb.trace/ftrace-lock.exp
13624 * gdb.trace/ftrace.exp
13625 * gdb.trace/infotrace.exp
13626 * gdb.trace/mi-tracepoint-changed.exp
13627 * gdb.trace/packetlen.exp
13628 * gdb.trace/passcount.exp
13629 * gdb.trace/pending.exp
13630 * gdb.trace/range-stepping.exp
13631 * gdb.trace/report.exp
13632 * gdb.trace/stap-trace.exp
13633 * gdb.trace/tfind.exp
13634 * gdb.trace/trace-break.exp
13635 * gdb.trace/trace-condition.exp
13636 * gdb.trace/trace-enable-disable.exp
13637 * gdb.trace/trace-mt.exp
13638 * gdb.trace/tracecmd.exp
13639 * gdb.trace/tspeed.exp
13640 * gdb.trace/tsv.exp
13641 * lib/perftest.exp
13642
fb9feb35
LM
136432016-12-01 Luis Machado <lgustavo@codesourcery.com>
13644
13645 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13646 with gdb_test_no_output.
13647 Use command as test name.
13648
cd2ddb6c
LM
136492016-12-01 Luis Machado <lgustavo@codesourcery.com>
13650
13651 Fix test names starting with uppercase throughout the files.
13652
13653 * gdb.ada/assign_1.exp
13654 * gdb.ada/boolean_expr.exp
13655 * gdb.base/arrayidx.exp
13656 * gdb.base/del.exp
13657 * gdb.base/gcore-buffer-overflow.exp
13658 * gdb.base/testenv.exp
13659 * gdb.compile/compile.exp
13660 * gdb.python/py-framefilter-invalidarg.exp
13661 * gdb.python/py-framefilter.exp
13662
bb95117e
LM
136632016-12-01 Luis Machado <lgustavo@codesourcery.com>
13664
13665 Fix test names starting with uppercase throughout the files.
13666
13667 * gdb.ada/array_return.exp
13668 * gdb.ada/expr_delims.exp
13669 * gdb.ada/mi_dyn_arr.exp
13670 * gdb.ada/mi_interface.exp
13671 * gdb.ada/mi_var_array.exp
13672 * gdb.ada/watch_arg.exp
13673 * gdb.arch/alpha-step.exp
13674 * gdb.arch/altivec-regs.exp
13675 * gdb.arch/e500-regs.exp
13676 * gdb.arch/powerpc-d128-regs.exp
13677 * gdb.base/arrayidx.exp
13678 * gdb.base/break.exp
13679 * gdb.base/checkpoint.exp
13680 * gdb.base/debug-expr.exp
13681 * gdb.base/dmsym.exp
13682 * gdb.base/radix.exp
13683 * gdb.base/sepdebug.exp
13684 * gdb.base/testenv.exp
13685 * gdb.base/watch_thread_num.exp
13686 * gdb.base/watchpoint-cond-gone.exp
13687 * gdb.cell/break.exp
13688 * gdb.cell/ea-cache.exp
13689 * gdb.compile/compile.exp
13690 * gdb.cp/gdb2495.exp
13691 * gdb.gdb/selftest.exp
13692 * gdb.gdb/xfullpath.exp
13693 * gdb.go/hello.exp
13694 * gdb.go/integers.exp
13695 * gdb.objc/basicclass.exp
13696 * gdb.pascal/hello.exp
13697 * gdb.pascal/integers.exp
13698 * gdb.python/py-breakpoint.exp
13699 * gdb.python/py-cmd.exp
13700 * gdb.python/py-linetable.exp
13701 * gdb.python/py-xmethods.exp
13702 * gdb.python/python.exp
13703 * gdb.reverse/consecutive-precsave.exp
13704 * gdb.reverse/finish-precsave.exp
13705 * gdb.reverse/i386-precsave.exp
13706 * gdb.reverse/machinestate-precsave.exp
13707 * gdb.reverse/sigall-precsave.exp
13708 * gdb.reverse/solib-precsave.exp
13709 * gdb.reverse/step-precsave.exp
13710 * gdb.reverse/until-precsave.exp
13711 * gdb.reverse/watch-precsave.exp
13712 * gdb.threads/leader-exit.exp
13713 * gdb.threads/pthreads.exp
13714 * gdb.threads/wp-replication.exp
13715 * gdb.trace/actions.exp
13716 * gdb.trace/mi-tsv-changed.exp
13717 * gdb.trace/tsv.exp
13718
de97fdd4
LM
137192016-12-01 Luis Machado <lgustavo@codesourcery.com>
13720
13721 Fix test names starting with uppercase throughout the files.
13722
13723 * gdb.arch/i386-bp_permanent.exp
13724 * gdb.arch/i386-gnu-cfi.exp
13725 * gdb.base/disasm-end-cu.exp
13726 * gdb.base/macscp.exp
13727 * gdb.base/pending.exp
13728 * gdb.base/watch_thread_num.exp
13729 * gdb.cp/exception.exp
13730 * gdb.cp/gdb2495.exp
13731 * gdb.cp/local.exp
13732 * gdb.python/py-evsignal.exp
13733 * gdb.python/python.exp
13734 * gdb.trace/tracecmd.exp
13735
9f058c10
LM
137362016-12-01 Luis Machado <lgustavo@codesourcery.com>
13737
13738 Fix test names starting with uppercase throughout the files.
13739
13740 * gdb.base/charset.exp
13741 * gdb.base/eval.exp
13742 * gdb.base/multi-forks.exp
13743 * gdb.guile/scm-progspace.exp
13744 * gdb.opencl/datatypes.exp
13745 * gdb.python/py-block.exp
13746 * gdb.python/py-function.exp
13747 * gdb.python/py-symbol.exp
13748 * gdb.python/py-symtab.exp
13749 * gdb.python/py-xmethods.exp
13750 * gdb.reverse/break-precsave.exp
13751 * gdb.reverse/break-reverse.exp
13752 * gdb.reverse/consecutive-precsave.exp
13753 * gdb.reverse/consecutive-reverse.exp
13754 * gdb.reverse/finish-precsave.exp
13755 * gdb.reverse/finish-reverse-bkpt.exp
13756 * gdb.reverse/finish-reverse.exp
13757 * gdb.reverse/fstatat-reverse.exp
13758 * gdb.reverse/getresuid-reverse.exp
13759 * gdb.reverse/i386-precsave.exp
13760 * gdb.reverse/i386-reverse.exp
13761 * gdb.reverse/i386-sse-reverse.exp
13762 * gdb.reverse/i387-stack-reverse.exp
13763 * gdb.reverse/insn-reverse.exp
13764 * gdb.reverse/machinestate-precsave.exp
13765 * gdb.reverse/machinestate.exp
13766 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13767 * gdb.reverse/pipe-reverse.exp
13768 * gdb.reverse/readv-reverse.exp
13769 * gdb.reverse/recvmsg-reverse.exp
13770 * gdb.reverse/rerun-prec.exp
13771 * gdb.reverse/s390-mvcle.exp
13772 * gdb.reverse/sigall-precsave.exp
13773 * gdb.reverse/sigall-reverse.exp
13774 * gdb.reverse/solib-precsave.exp
13775 * gdb.reverse/solib-reverse.exp
13776 * gdb.reverse/step-precsave.exp
13777 * gdb.reverse/step-reverse.exp
13778 * gdb.reverse/time-reverse.exp
13779 * gdb.reverse/until-precsave.exp
13780 * gdb.reverse/until-reverse.exp
13781 * gdb.reverse/waitpid-reverse.exp
13782 * gdb.reverse/watch-precsave.exp
13783 * gdb.reverse/watch-reverse.exp
13784
cdc7edd7
LM
137852016-12-01 Luis Machado <lgustavo@codesourcery.com>
13786
13787 Fix test names starting with uppercase throughout the files.
13788
13789 * gdb.arch/i386-mpx-simple_segv.exp
13790 * gdb.arch/i386-mpx.exp
13791 * gdb.arch/i386-permbkpt.exp
13792 * gdb.arch/pa-nullify.exp
13793 * gdb.arch/powerpc-d128-regs.exp
13794 * gdb.arch/vsx-regs.exp
13795 * gdb.base/bfp-test.exp
13796 * gdb.base/break.exp
13797 * gdb.base/breakpoint-shadow.exp
13798 * gdb.base/callfuncs.exp
13799 * gdb.base/charset.exp
13800 * gdb.base/commands.exp
13801 * gdb.base/completion.exp
13802 * gdb.base/dfp-test.exp
13803 * gdb.base/echo.exp
13804 * gdb.base/ending-run.exp
13805 * gdb.base/eval.exp
13806 * gdb.base/expand-psymtabs.exp
13807 * gdb.base/float128.exp
13808 * gdb.base/floatn.exp
13809 * gdb.base/foll-exec-mode.exp
13810 * gdb.base/gdb1056.exp
13811 * gdb.base/gdb11531.exp
13812 * gdb.base/kill-after-signal.exp
13813 * gdb.base/multi-forks.exp
13814 * gdb.base/overlays.exp
13815 * gdb.base/pending.exp
13816 * gdb.base/sepdebug.exp
13817 * gdb.base/testenv.exp
13818 * gdb.base/valgrind-db-attach.exp
13819 * gdb.base/watch_thread_num.exp
13820 * gdb.base/watchpoint-cond-gone.exp
13821 * gdb.base/watchpoint.exp
13822 * gdb.base/watchpoints.exp
13823 * gdb.cp/arg-reference.exp
13824 * gdb.cp/baseenum.exp
13825 * gdb.cp/operator.exp
13826 * gdb.cp/shadow.exp
13827 * gdb.dwarf2/dw2-op-out-param.exp
13828 * gdb.dwarf2/dw2-reg-undefined.exp
13829 * gdb.go/chan.exp
13830 * gdb.go/hello.exp
13831 * gdb.go/integers.exp
13832 * gdb.go/methods.exp
13833 * gdb.go/package.exp
13834 * gdb.guile/scm-parameter.exp
13835 * gdb.guile/scm-progspace.exp
13836 * gdb.guile/scm-value.exp
13837 * gdb.mi/mi-pending.exp
13838 * gdb.mi/user-selected-context-sync.exp
13839 * gdb.multi/multi-attach.exp
13840 * gdb.multi/tids.exp
13841 * gdb.opt/clobbered-registers-O2.exp
13842 * gdb.pascal/floats.exp
13843 * gdb.pascal/integers.exp
13844 * gdb.python/py-block.exp
13845 * gdb.python/py-events.exp
13846 * gdb.python/py-parameter.exp
13847 * gdb.python/py-symbol.exp
13848 * gdb.python/py-symtab.exp
13849 * gdb.python/py-type.exp
13850 * gdb.python/py-value.exp
13851 * gdb.python/py-xmethods.exp
13852 * gdb.python/python.exp
13853 * gdb.reverse/break-precsave.exp
13854 * gdb.reverse/consecutive-precsave.exp
13855 * gdb.reverse/finish-precsave.exp
13856 * gdb.reverse/i386-precsave.exp
13857 * gdb.reverse/machinestate-precsave.exp
13858 * gdb.reverse/sigall-precsave.exp
13859 * gdb.reverse/solib-precsave.exp
13860 * gdb.reverse/step-precsave.exp
13861 * gdb.reverse/until-precsave.exp
13862 * gdb.reverse/watch-precsave.exp
13863 * gdb.server/ext-attach.exp
13864 * gdb.server/ext-restart.exp
13865 * gdb.server/ext-run.exp
13866 * gdb.server/ext-wrapper.exp
13867 * gdb.stabs/gdb11479.exp
13868 * gdb.stabs/weird.exp
13869 * gdb.threads/attach-many-short-lived-threads.exp
13870 * gdb.threads/kill.exp
13871 * gdb.threads/watchpoint-fork.exp
13872
bc6c7af4
LM
138732016-12-01 Luis Machado <lgustavo@codesourcery.com>
13874
13875 Fix test names starting with uppercase throughout all the files below.
13876
13877 * gdb.ada/array_return.exp
13878 * gdb.ada/catch_ex.exp
13879 * gdb.ada/info_exc.exp
13880 * gdb.ada/mi_catch_ex.exp
13881 * gdb.ada/mi_dyn_arr.exp
13882 * gdb.ada/mi_ex_cond.exp
13883 * gdb.ada/mi_exc_info.exp
13884 * gdb.ada/mi_interface.exp
13885 * gdb.ada/mi_task_arg.exp
13886 * gdb.ada/mi_task_info.exp
13887 * gdb.ada/mi_var_array.exp
13888 * gdb.arch/alpha-step.exp
13889 * gdb.arch/amd64-disp-step.exp
13890 * gdb.arch/arm-disp-step.exp
13891 * gdb.arch/disp-step-insn-reloc.exp
13892 * gdb.arch/e500-prologue.exp
13893 * gdb.arch/ftrace-insn-reloc.exp
13894 * gdb.arch/gdb1558.exp
13895 * gdb.arch/i386-bp_permanent.exp
13896 * gdb.arch/i386-disp-step.exp
13897 * gdb.arch/i386-float.exp
13898 * gdb.arch/i386-gnu-cfi.exp
13899 * gdb.arch/ia64-breakpoint-shadow.exp
13900 * gdb.arch/mips16-thunks.exp
13901 * gdb.arch/pa-nullify.exp
13902 * gdb.arch/powerpc-aix-prologue.exp
13903 * gdb.arch/powerpc-power.exp
13904 * gdb.arch/ppc-dfp.exp
13905 * gdb.arch/s390-tdbregs.exp
13906 * gdb.arch/spu-info.exp
13907 * gdb.arch/spu-ls.exp
13908 * gdb.arch/thumb-bx-pc.exp
13909 * gdb.base/advance.exp
13910 * gdb.base/annota-input-while-running.exp
13911 * gdb.base/arrayidx.exp
13912 * gdb.base/asmlabel.exp
13913 * gdb.base/async.exp
13914 * gdb.base/attach-wait-input.exp
13915 * gdb.base/auto-connect-native-target.exp
13916 * gdb.base/batch-preserve-term-settings.exp
13917 * gdb.base/bfp-test.exp
13918 * gdb.base/bigcore.exp
13919 * gdb.base/bp-permanent.exp
13920 * gdb.base/break-always.exp
13921 * gdb.base/break-fun-addr.exp
13922 * gdb.base/break-idempotent.exp
13923 * gdb.base/break-main-file-remove-fail.exp
13924 * gdb.base/break-probes.exp
13925 * gdb.base/break-unload-file.exp
13926 * gdb.base/break.exp
13927 * gdb.base/call-ar-st.exp
13928 * gdb.base/call-rt-st.exp
13929 * gdb.base/call-sc.exp
13930 * gdb.base/call-signal-resume.exp
13931 * gdb.base/call-strs.exp
13932 * gdb.base/callexit.exp
13933 * gdb.base/callfuncs.exp
13934 * gdb.base/catch-gdb-caused-signals.exp
13935 * gdb.base/catch-signal-siginfo-cond.exp
13936 * gdb.base/catch-syscall.exp
13937 * gdb.base/compare-sections.exp
13938 * gdb.base/cond-eval-mode.exp
13939 * gdb.base/condbreak-call-false.exp
13940 * gdb.base/consecutive-step-over.exp
13941 * gdb.base/cursal.exp
13942 * gdb.base/disabled-location.exp
13943 * gdb.base/disasm-end-cu.exp
13944 * gdb.base/display.exp
13945 * gdb.base/double-prompt-target-event-error.exp
13946 * gdb.base/dprintf-bp-same-addr.exp
13947 * gdb.base/dprintf-detach.exp
13948 * gdb.base/dprintf-next.exp
13949 * gdb.base/dprintf-non-stop.exp
13950 * gdb.base/dprintf-pending.exp
13951 * gdb.base/dso2dso.exp
13952 * gdb.base/ending-run.exp
13953 * gdb.base/enum_cond.exp
13954 * gdb.base/examine-backward.exp
13955 * gdb.base/exe-lock.exp
13956 * gdb.base/exec-invalid-sysroot.exp
13957 * gdb.base/execl-update-breakpoints.exp
13958 * gdb.base/execution-termios.exp
13959 * gdb.base/fileio.exp
13960 * gdb.base/fixsection.exp
13961 * gdb.base/foll-exec-mode.exp
13962 * gdb.base/foll-exec.exp
13963 * gdb.base/fork-running-state.exp
13964 * gdb.base/frame-args.exp
13965 * gdb.base/fullpath-expand.exp
13966 * gdb.base/func-ptr.exp
13967 * gdb.base/gcore-relro-pie.exp
13968 * gdb.base/gdb1090.exp
13969 * gdb.base/gdb1555.exp
13970 * gdb.base/global-var-nested-by-dso.exp
13971 * gdb.base/gnu-ifunc.exp
13972 * gdb.base/hbreak-in-shr-unsupported.exp
13973 * gdb.base/hbreak-unmapped.exp
13974 * gdb.base/hook-stop.exp
13975 * gdb.base/infcall-input.exp
13976 * gdb.base/info-fun.exp
13977 * gdb.base/info-shared.exp
13978 * gdb.base/interrupt-noterm.exp
13979 * gdb.base/jit-so.exp
13980 * gdb.base/jit.exp
13981 * gdb.base/line-symtabs.exp
13982 * gdb.base/list.exp
13983 * gdb.base/longjmp.exp
13984 * gdb.base/macscp.exp
13985 * gdb.base/max-value-size.exp
13986 * gdb.base/nodebug.exp
13987 * gdb.base/nofield.exp
13988 * gdb.base/overlays.exp
13989 * gdb.base/paginate-after-ctrl-c-running.exp
13990 * gdb.base/paginate-bg-execution.exp
13991 * gdb.base/paginate-inferior-exit.exp
13992 * gdb.base/pending.exp
13993 * gdb.base/pr11022.exp
13994 * gdb.base/printcmds.exp
13995 * gdb.base/ptr-typedef.exp
13996 * gdb.base/ptype.exp
13997 * gdb.base/randomize.exp
13998 * gdb.base/range-stepping.exp
13999 * gdb.base/realname-expand.exp
14000 * gdb.base/relativedebug.exp
14001 * gdb.base/remote.exp
14002 * gdb.base/savedregs.exp
14003 * gdb.base/sepdebug.exp
14004 * gdb.base/set-noassign.exp
14005 * gdb.base/shlib-call.exp
14006 * gdb.base/shreloc.exp
14007 * gdb.base/sigaltstack.exp
14008 * gdb.base/sigbpt.exp
14009 * gdb.base/siginfo-addr.exp
14010 * gdb.base/siginfo-obj.exp
14011 * gdb.base/siginfo-thread.exp
14012 * gdb.base/signest.exp
14013 * gdb.base/signull.exp
14014 * gdb.base/sigrepeat.exp
14015 * gdb.base/skip.exp
14016 * gdb.base/so-impl-ld.exp
14017 * gdb.base/solib-corrupted.exp
14018 * gdb.base/solib-disc.exp
14019 * gdb.base/solib-display.exp
14020 * gdb.base/solib-overlap.exp
14021 * gdb.base/solib-search.exp
14022 * gdb.base/solib-symbol.exp
14023 * gdb.base/source-execution.exp
14024 * gdb.base/sss-bp-on-user-bp-2.exp
14025 * gdb.base/sss-bp-on-user-bp.exp
14026 * gdb.base/stack-checking.exp
14027 * gdb.base/stale-infcall.exp
14028 * gdb.base/step-break.exp
14029 * gdb.base/step-line.exp
14030 * gdb.base/step-over-exit.exp
14031 * gdb.base/step-test.exp
14032 * gdb.base/structs.exp
14033 * gdb.base/sym-file.exp
14034 * gdb.base/symtab-search-order.exp
14035 * gdb.base/term.exp
14036 * gdb.base/type-opaque.exp
14037 * gdb.base/unload.exp
14038 * gdb.base/until-nodebug.exp
14039 * gdb.base/until.exp
14040 * gdb.base/unwindonsignal.exp
14041 * gdb.base/watch-cond.exp
14042 * gdb.base/watch-non-mem.exp
14043 * gdb.base/watch_thread_num.exp
14044 * gdb.base/watchpoint-reuse-slot.exp
14045 * gdb.base/watchpoint-solib.exp
14046 * gdb.base/watchpoint.exp
14047 * gdb.btrace/dlopen.exp
14048 * gdb.cell/arch.exp
14049 * gdb.cell/break.exp
14050 * gdb.cell/bt.exp
14051 * gdb.cell/core.exp
14052 * gdb.cell/data.exp
14053 * gdb.cell/dwarfaddr.exp
14054 * gdb.cell/ea-cache.exp
14055 * gdb.cell/ea-standalone.exp
14056 * gdb.cell/ea-test.exp
14057 * gdb.cell/f-regs.exp
14058 * gdb.cell/fork.exp
14059 * gdb.cell/gcore.exp
14060 * gdb.cell/mem-access.exp
14061 * gdb.cell/ptype.exp
14062 * gdb.cell/registers.exp
14063 * gdb.cell/sizeof.exp
14064 * gdb.cell/solib-symbol.exp
14065 * gdb.cell/solib.exp
14066 * gdb.compile/compile-tls.exp
14067 * gdb.cp/exception.exp
14068 * gdb.cp/gdb2495.exp
14069 * gdb.cp/local.exp
14070 * gdb.cp/mb-inline.exp
14071 * gdb.cp/mb-templates.exp
14072 * gdb.cp/pr10687.exp
14073 * gdb.cp/pr9167.exp
14074 * gdb.cp/scope-err.exp
14075 * gdb.cp/templates.exp
14076 * gdb.cp/virtfunc.exp
14077 * gdb.dwarf2/dw2-dir-file-name.exp
14078 * gdb.dwarf2/dw2-single-line-discriminators.exp
14079 * gdb.fortran/complex.exp
14080 * gdb.fortran/library-module.exp
14081 * gdb.guile/guile.exp
14082 * gdb.guile/scm-cmd.exp
14083 * gdb.guile/scm-frame-inline.exp
14084 * gdb.guile/scm-objfile.exp
14085 * gdb.guile/scm-pretty-print.exp
14086 * gdb.guile/scm-symbol.exp
14087 * gdb.guile/scm-type.exp
14088 * gdb.guile/scm-value.exp
14089 * gdb.linespec/keywords.exp
14090 * gdb.linespec/ls-errs.exp
14091 * gdb.linespec/macro-relative.exp
14092 * gdb.linespec/thread.exp
14093 * gdb.mi/mi-breakpoint-changed.exp
14094 * gdb.mi/mi-dprintf-pending.exp
14095 * gdb.mi/mi-fullname-deleted.exp
14096 * gdb.mi/mi-logging.exp
14097 * gdb.mi/mi-pending.exp
14098 * gdb.mi/mi-solib.exp
14099 * gdb.mi/new-ui-mi-sync.exp
14100 * gdb.mi/user-selected-context-sync.exp
14101 * gdb.multi/dummy-frame-restore.exp
14102 * gdb.multi/multi-arch-exec.exp
14103 * gdb.multi/remove-inferiors.exp
14104 * gdb.multi/watchpoint-multi-exit.exp
14105 * gdb.opt/solib-intra-step.exp
14106 * gdb.perf/backtrace.exp
14107 * gdb.perf/single-step.exp
14108 * gdb.perf/skip-command.exp
14109 * gdb.perf/skip-prologue.exp
14110 * gdb.perf/solib.exp
14111 * gdb.python/lib-types.exp
14112 * gdb.python/py-as-string.exp
14113 * gdb.python/py-bad-printers.exp
14114 * gdb.python/py-block.exp
14115 * gdb.python/py-breakpoint.exp
14116 * gdb.python/py-cmd.exp
14117 * gdb.python/py-events.exp
14118 * gdb.python/py-evthreads.exp
14119 * gdb.python/py-finish-breakpoint.exp
14120 * gdb.python/py-finish-breakpoint2.exp
14121 * gdb.python/py-frame-inline.exp
14122 * gdb.python/py-frame.exp
14123 * gdb.python/py-inferior.exp
14124 * gdb.python/py-infthread.exp
14125 * gdb.python/py-mi.exp
14126 * gdb.python/py-objfile.exp
14127 * gdb.python/py-pp-maint.exp
14128 * gdb.python/py-pp-registration.exp
14129 * gdb.python/py-prettyprint.exp
14130 * gdb.python/py-recurse-unwind.exp
14131 * gdb.python/py-shared.exp
14132 * gdb.python/py-symbol.exp
14133 * gdb.python/py-symtab.exp
14134 * gdb.python/py-template.exp
14135 * gdb.python/py-type.exp
14136 * gdb.python/py-unwind-maint.exp
14137 * gdb.python/py-unwind.exp
14138 * gdb.python/py-value.exp
14139 * gdb.python/python.exp
14140 * gdb.reverse/finish-reverse-bkpt.exp
14141 * gdb.reverse/insn-reverse.exp
14142 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14143 * gdb.reverse/solib-precsave.exp
14144 * gdb.reverse/solib-reverse.exp
14145 * gdb.stabs/gdb11479.exp
14146 * gdb.stabs/weird.exp
14147 * gdb.threads/fork-child-threads.exp
14148 * gdb.threads/fork-plus-threads.exp
14149 * gdb.threads/fork-thread-pending.exp
14150 * gdb.threads/forking-threads-plus-breakpoint.exp
14151 * gdb.threads/hand-call-in-threads.exp
14152 * gdb.threads/interrupted-hand-call.exp
14153 * gdb.threads/linux-dp.exp
14154 * gdb.threads/local-watch-wrong-thread.exp
14155 * gdb.threads/next-while-other-thread-longjmps.exp
14156 * gdb.threads/non-ldr-exit.exp
14157 * gdb.threads/pending-step.exp
14158 * gdb.threads/print-threads.exp
14159 * gdb.threads/process-dies-while-detaching.exp
14160 * gdb.threads/process-dies-while-handling-bp.exp
14161 * gdb.threads/pthreads.exp
14162 * gdb.threads/queue-signal.exp
14163 * gdb.threads/reconnect-signal.exp
14164 * gdb.threads/signal-command-handle-nopass.exp
14165 * gdb.threads/signal-command-multiple-signals-pending.exp
14166 * gdb.threads/signal-delivered-right-thread.exp
14167 * gdb.threads/signal-sigtrap.exp
14168 * gdb.threads/sigthread.exp
14169 * gdb.threads/staticthreads.exp
14170 * gdb.threads/stepi-random-signal.exp
14171 * gdb.threads/thread-unwindonsignal.exp
14172 * gdb.threads/thread_check.exp
14173 * gdb.threads/thread_events.exp
14174 * gdb.threads/tid-reuse.exp
14175 * gdb.threads/tls-nodebug.exp
14176 * gdb.threads/tls-shared.exp
14177 * gdb.threads/tls-so_extern.exp
14178 * gdb.threads/tls.exp
14179 * gdb.threads/wp-replication.exp
14180 * gdb.trace/actions-changed.exp
14181 * gdb.trace/actions.exp
14182 * gdb.trace/backtrace.exp
14183 * gdb.trace/change-loc.exp
14184 * gdb.trace/collection.exp
14185 * gdb.trace/deltrace.exp
14186 * gdb.trace/disconnected-tracing.exp
14187 * gdb.trace/entry-values.exp
14188 * gdb.trace/ftrace-lock.exp
14189 * gdb.trace/ftrace.exp
14190 * gdb.trace/infotrace.exp
14191 * gdb.trace/mi-trace-frame-collected.exp
14192 * gdb.trace/mi-trace-unavailable.exp
14193 * gdb.trace/mi-traceframe-changed.exp
14194 * gdb.trace/mi-tracepoint-changed.exp
14195 * gdb.trace/mi-tsv-changed.exp
14196 * gdb.trace/no-attach-trace.exp
14197 * gdb.trace/packetlen.exp
14198 * gdb.trace/passc-dyn.exp
14199 * gdb.trace/passcount.exp
14200 * gdb.trace/pending.exp
14201 * gdb.trace/pr16508.exp
14202 * gdb.trace/qtro.exp
14203 * gdb.trace/range-stepping.exp
14204 * gdb.trace/read-memory.exp
14205 * gdb.trace/report.exp
14206 * gdb.trace/save-trace.exp
14207 * gdb.trace/signal.exp
14208 * gdb.trace/stap-trace.exp
14209 * gdb.trace/status-stop.exp
14210 * gdb.trace/strace.exp
14211 * gdb.trace/tfile.exp
14212 * gdb.trace/tfind.exp
14213 * gdb.trace/trace-break.exp
14214 * gdb.trace/trace-condition.exp
14215 * gdb.trace/trace-enable-disable.exp
14216 * gdb.trace/trace-mt.exp
14217 * gdb.trace/tracecmd.exp
14218 * gdb.trace/tracefile-pseudo-reg.exp
14219 * gdb.trace/tspeed.exp
14220 * gdb.trace/tstatus.exp
14221 * gdb.trace/tsv.exp
14222 * gdb.trace/unavailable.exp
14223 * gdb.trace/while-dyn.exp
14224 * gdb.trace/while-stepping.exp
14225 * lib/gdb-guile.exp
14226 * lib/gdb.exp
14227 * lib/mi-support.exp
14228 * lib/pascal.exp
14229 * lib/perftest.exp
14230 * lib/prelink-support.exp
14231 * lib/selftest-support.exp
14232
ad02e4fe
SM
142332016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14234
14235 * Makefile.in: Include disable-implicit-rules.mk.
14236
22347e55
AA
142372016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14238
14239 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14240 non-byte-aligned bit fields.
14241
da5b30da
AA
142422016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14243
14244 PR gdb/12616
14245 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14246 respects the DW_AT_data_bit_offset attribute.
14247
b593ecca
SM
142482016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14249
14250 * gdb.base/default.exp: Fix output of "set language".
14251
3b165252
SM
142522016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14253
14254 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14255 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14256 make.
14257 * configure.ac: Remove checks for the make program.
14258 * configure: Re-generate.
14259
1a2f3d7f
KB
142602016-11-16 Kevin Buettner <kevinb@redhat.com>
14261
14262 * gdb.python/py-recurse-unwind.c (main): Add loop.
14263 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14264 to read_register() and gdb.parse_and_eval(). Make each code
14265 call a separate case that can be individually tested.
14266 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14267 proc. Call cont_and_backtrace for each of the code paths that
14268 we want to test in the unwinder.
14269
b7f38fda
AA
142702016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14271
14272 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14273 the definition of struct S.
14274
1f8db343
CM
142752016-11-11 Catherine Moore <clm@codesourcery.com>
14276
14277 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14278
fad0c9fb
PA
142792016-11-09 Pedro Alves <palves@redhat.com>
14280
14281 * gdb.base/commands.exp (runto_or_return): New procedure.
14282 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14283 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14284 (progvar_simple_while_test, progvar_complex_if_while_test)
14285 (if_while_breakpoint_command_test)
14286 (infrun_breakpoint_command_test, breakpoint_command_test)
14287 (user_defined_command_test, watchpoint_command_test)
14288 (test_command_prompt_position, redefine_hook_test)
14289 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14290 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14291 multi_line_input and multi_line. Remove gdb_expect and
14292 gdb_stop_suppressing_tests uses.
14293 * lib/gdb.exp (valnum_re): New global.
14294 (multi_line_input): New procedure.
14295
8354c62c
SM
142962016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14297
14298 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14299 Remove.
14300 (test_setup): Define with proc_with_prefix.
14301 (test_cli_inferior): Likewise.
14302 (test_cli_thread): Likewise.
14303 (test_cli_frame): Likewise.
14304 (test_cli_select_frame): Likewise.
14305 (test_cli_up_down): Likewise.
14306 (test_mi_thread_select): Likewise.
14307 (test_mi_stack_select_frame): Likewise.
14308 (test_cli_in_mi_inferior): Likewise.
14309 (test_cli_in_mi_thread): Likewise.
14310 (test_cli_in_mi_frame): Likewise.
14311 (top level): Do not use with_test_prefix_procname.
14312
64f367a2
PA
143132016-11-09 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.base/commands.exp (gdbvar_simple_if_test)
14316 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14317 (progvar_simple_if_test, progvar_simple_while_test)
14318 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14319 (infrun_breakpoint_command_test, breakpoint_command_test)
14320 (user_defined_command_test, watchpoint_command_test)
14321 (test_command_prompt_position, deprecated_command_test)
14322 (bp_deleted_in_command, temporary_breakpoint_commands)
14323 (stray_arg0_test, source_file_with_indented_comment)
14324 (recursive_source_test, if_commands_test)
14325 (error_clears_commands_left, redefine_hook_test)
14326 (redefine_backtrace_test): Use proc_with_prefix.
14327 * lib/gdb.exp (proc_with_prefix): New proc.
14328
0bb65f1e
AA
143292016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14330
14331 * gdb.base/tui-layout.c: New file.
14332 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14333 disassembly window contains very long lines.
14334
7353f247
TT
143352016-11-08 Tom Tromey <tom@tromey.com>
14336
14337 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14338 depend on Python 2.
14339
30a7bb83
TT
143402016-11-08 Tom Tromey <tom@tromey.com>
14341
14342 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14343 New method.
14344
cdf5a07c
MG
143452016-10-29 Manish Goregaokar <manish@mozilla.com>
14346
2806dc7e 14347 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 14348
51a789c3
MG
143492016-10-27 Manish Goregaokar <manish@mozilla.com>
14350
2806dc7e
PA
14351 * gdb.rust/simple.rs: Add test for univariant enums without
14352 discriminants and for encoded struct-like enums.
51a789c3 14353
f610ab6d
PA
143542016-10-28 Pedro Alves <palves@redhat.com>
14355
14356 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14357 gdb_test_multiple, tighten regexps and match symtabs and line
14358 tables incrementally.
14359
b129b0ca
LM
143602016-10-28 Luis Machado <lgustavo@codesourcery.com>
14361
14362 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14363 general.
14364
ecf45d2c
SL
143652016-10-25 Luis Machado <lgustavo@codesourcery.com>
14366
14367 * gdb.base/exec-invalid-sysroot.exp: New file.
14368
b8d38ee4
JK
143692016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14372
f90fd8c2
JK
143732016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14376
2d2476aa
MR
143772016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14378
2806dc7e
PA
14379 * gdb.base/killed-outside.exp: Remove $options from a call to
14380 `prepare_for_testing'.
2d2476aa 14381
e42b25a0
SM
143822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14383
14384 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14385 Change test message.
14386
3ccdb432
SM
143872016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14388
14389 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14390 Update comment.
14391
5bad3170
SM
143922016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14393
14394 * gdb.trace/mi-trace-save.exp: New file.
14395
5ad9dba7
YQ
143962016-10-13 Yao Qi <yao.qi@linaro.org>
14397
14398 * gdb.base/code_elim.exp (get_var_address): Remove.
14399 * gdb.base/relocate.exp: Likewise.
14400 * gdb.base/shreloc.exp: Likewise.
14401 * lib/gdb.exp (get_var_address): New.
14402
62df7e21
YQ
144032016-10-13 Yao Qi <yao.qi@linaro.org>
14404
14405 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14406 floating point tests if $skip_float_test is false.
14407
4dac951e
LM
144082016-10-12 Luis Machado <lgustavo@codesourcery.com>
14409
14410 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14411 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14412 argc values.
14413 Add 1 to argc so we guarantee distinct initial/modified argc values.
14414
8f1a8fc4
JK
144152016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14418
16c85b5d
JK
144192016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14422 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14423 * gdb.arch/vsx-regs.exp: Likewise.
14424
1d0e042a
YQ
144252016-10-07 Yao Qi <yao.qi@linaro.org>
14426
14427 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14428
68dadef5
MM
144292016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14430
14431 * gdb.python/python.exp: Test decode_line("*0").
14432
33fa2c6e
DE
144332016-10-06 Doug Evans <dje@google.com>
14434
14435 * gdb.python/py-value.exp (test_value_creation): Add test for large
14436 unsigned 64-bit value.
14437
9c37b5ae
TT
144382016-10-06 Tom Tromey <tom@tromey.com>
14439
14440 * gdb.compile/compile.exp: Change java tests to rust.
14441 * gdb.base/setshow.exp: Change java tests to rust.
14442 * gdb.base/default.exp: Remove java from language list.
14443 * README (Examples): Update language example.
14444 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14445 test.
14446 * lib/gdb.exp (skip_java_tests): Remove.
14447 * lib/java.exp: Remove.
14448 * gdb.java: Remove.
14449
78b86327
MR
144502016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14451
14452 * gdb.arch/mips-fcr.exp: New test.
14453 * gdb.arch/mips-fcr.c: Source for the new test.
14454
7470adbb
MR
144552016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14456
14457 * gdb.base/solib-disc.exp: Use `standard_output_file'
14458 throughout.
14459
4a556533
PA
144602016-10-06 Pedro Alves <palves@redhat.com>
14461
14462 * gdb.base/jit-simple-dl.c: New file.
14463 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14464 * gdb.base/jit-simple.c: ... this.
14465 * gdb.base/jit-simple.exp (jit_run): Delete.
14466 (build_jit): New proc.
14467 (jit_test_reread): Recompile either the main program or the shared
14468 library, depending on what is being tested. Skip changing address
14469 if caller wants to. Compare before/after addresses. If testing
14470 standalone, explicitly load the binary. Test "maint info
14471 breakpoints".
14472 (top level): Add "standalone vs shared lib" and "change address"
14473 vs "same address" axes.
14474
5a122fbc
PA
144752016-10-06 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14478 call.
14479 (jit_run): Delete.
14480 (jit_test_reread): Use with_test_prefix. Reload the main binary
14481 explicitly. Compare the before/after addresses of the JIT
14482 descriptor.
14483
ee8da4b8
DE
144842016-08-15 Doug Evans <dje@google.com>
14485
14486 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14487 for single bitfields is bool.
14488 * gdb.xml/tdesc-regs.exp: Ditto.
14489
f389f6fe
JK
144902016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14491
14492 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14493
fdebf1a4
YQ
144942016-10-05 Yao Qi <yao.qi@linaro.org>
14495
14496 * lib/gdb.exp (support_complex_tests): Return zero if
14497 gdb_skip_float_test return true.
14498
9c36d954 144992016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14500 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
14501
14502 PR gdb/20487
14503 * gdb.mi/user-selected-context-sync.exp: New file.
14504 * gdb.mi/user-selected-context-sync.c: New file.
14505
4034d0ff 145062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 14507 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
14508
14509 PR gdb/20487
14510 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14511 =thread-select-event check.
14512
a4297203
PB
145132016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14514
14515 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14516 the compulsory L operand changes.
14517 * gdb.arch/powerpc-power.s: Likewise.
14518
bb805577
JK
145192016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14520
14521 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14522 * gdb.base/jit-attach-pie.c: New file.
14523 * gdb.base/jit-attach-pie.exp: New file.
14524
6d61dee5
PA
145252016-09-28 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.base/infcall-input.c: New file.
14528 * gdb.base/infcall-input.exp: New file.
14529
f73842fc
YQ
145302016-09-22 Yao Qi <yao.qi@linaro.org>
14531
14532 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14533 (gdb_exit): Rename it to ...
14534 (gdbserver_gdb_exit): ... Close GDBserver.
14535 (gdb_exit): New proc, call gdbserver_gdb_exit.
14536 (mi_gdb_exit): Likewise.
14537
90681dab
YQ
145382016-09-22 Yao Qi <yao.qi@linaro.org>
14539
14540 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14541 path.
14542 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14543 Remove duplication.
14544
9c211fd8
YQ
145452016-09-22 Yao Qi <yao.qi@linaro.org>
14546
14547 * lib/gdbserver-support.exp: Check the existence of
14548 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14549
ad0a504f
AK
145502016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14551
14552 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14553
36cf1806
TT
145542016-09-21 Tom Tromey <tom@tromey.com>
14555
14556 PR gdb/20604:
14557 * gdb.base/quit.exp: New file.
14558
74172ecf
SM
145592016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14560
14561 * .gitignore: New file.
14562
3d0ec882
MR
145632016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14564
14565 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14566 throughout.
14567
8193adea
AA
145682016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14569
14570 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14571
d41a5c09
JK
145722016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14573
14574 * gdb.cp/casts.cc (decltype): Move it ...
14575 (main): ... with its call to ...
14576 * gdb.cp/casts03.cc: ... a new file.
14577 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14578
d2dfe700
JK
145792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14580
14581 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14582
e2a92b16
PB
145832016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14584
14585 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14586 and sync up the test with tests in gas/testsuite/gas/ppc.
14587 * gdb.arch/powerpc-power.exp: Likewise.
14588
49b4de64
JK
145892016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14590
14591 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14592
2c29df25
SDJ
145932016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14594 Jan Kratochvil <jan.kratochvil@redhat.com>
14595
14596 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14597 make m1's definition to be different from m2's. Use 'dummy' as an
14598 argument for probe 'two'.
14599
cc3c2846
JB
146002016-09-10 Jon Beniston <jon@beniston.com>
14601
14602 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14603 for sim target.
14604
e1b2624a
AA
146052016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14606
14607 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14608 variable declaration.
14609 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14610 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14611 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14612 received HWCAP as its argument.
14613
4295e285
PA
146142016-09-06 Pedro Alves <palves@redhat.com>
14615
14616 * gdb.base/new-ui-pending-input.c: New file.
14617 * gdb.base/new-ui-pending-input.exp: New file.
14618 * gdb.exp (clear_gdb_spawn_id): New procedure.
14619 (with_spawn_id): Check whether gdb_spawn_id exists before
14620 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14621 on exit.
14622
00d5215e
UW
146232016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14624
14625 * gdb.base/float128.c: New file.
14626 * gdb.base/float128.exp: Likewise.
14627 * gdb.base/floatn.c: Likewise.
14628 * gdb.base/floatn.exp: Likewise.
14629
a9ff5f12
UW
146302016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14631
14632 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14633
f245535c
PA
146342016-09-05 Pedro Alves <palves@redhat.com>
14635
14636 PR backtrace/19927
14637 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14638 unwinders are immediately called as side effect of "source" or
14639 "disable unwinder" commands.
14640 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14641
ae9cf263
YQ
146422016-09-02 Yao Qi <yao.qi@linaro.org>
14643
14644 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14645 is true and $type is "float" or "double".
14646
27aba047
YQ
146472016-09-02 Yao Qi <yao.qi@linaro.org>
14648
14649 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14650 true.
14651 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14652 * gdb.base/call-rt-st.exp: Likewise.
14653 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14654 return value instead of gdb,skip_float_test.
14655 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14656 (do_function_calls): Use its return value instead of
14657 gdb,skip_float_test.
14658 * gdb.base/finish.exp: Likewise.
14659 * gdb.base/funcargs.exp: Likewise.
14660 * gdb.base/return.exp: Likewise.
14661 * gdb.base/return2.exp: Likewise.
14662 * gdb.base/varargs.exp: Likewise.
14663 * lib/gdb.exp (gdb_skip_float_test): Change it to
14664 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14665
5af962df
AA
146662016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14667
14668 * gdb.multi/tids.exp: Test "thread apply all".
14669
7fac6910
JK
146702016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14671
14672 * gdb.base/default.exp (tty): Remove.
14673
bb1fe4ac
KB
146742016-08-24 Kevin Buettner <kevinb@redhat.com>
14675
2806dc7e
PA
14676 * gdb.python/py-recurse-unwind.c: New file.
14677 * gdb.python/py-recurse-unwind.py: New file.
14678 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 14679
0a1ddfa6
SM
146802016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14681
14682 * gdb.base/set-inferior-tty.exp: New file.
14683 * gdb.base/set-inferior-tty.c: New file.
14684
d9de1fe3
PA
146852016-08-23 Pedro Alves <palves@redhat.com>
14686
14687 PR gdb/20494
14688 * gdb.base/new-ui-echo.c: New file.
14689 * gdb.base/new-ui-echo.exp: New file.
14690
e9d9abd7
YQ
146912016-08-23 Yao Qi <yao.qi@linaro.org>
14692
14693 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14694 gdbserver_spawn.
14695 * gdb.server/connect-without-multi-process.exp (do_test):
14696 Likewise.
14697
3589529e
YQ
146982016-08-23 Yao Qi <yao.qi@linaro.org>
14699
14700 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14701 standalone_txt. Delete gdb_txt and standalone_txt on host
14702 and target. Spawn the binary on target. Copy files from
14703 target to host.
14704
6bb90213
PA
147052016-08-22 Pedro Alves <palves@redhat.com>
14706
14707 PR gdb/20505
14708 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14709 with_test_prefix. Factor out bits to ...
14710 (test_no_vdso): ... this new procedure.
14711
20c2c024
CL
147122016-08-19 Carl Love <cel@us.ibm.com>
14713
14714 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14715 maintaining separate logic for constructing the output path.
14716 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14717 * gdb.arch/ppc-dfp.exp: Likewise.
14718 * gdb.arch/ppc-fp.exp: Likewise.
14719 * gdb.arch/vsx-regs.exp: Likewise.
14720 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14721 binprefix for generating the additional binary files.
14722
0646e07d
PA
147232016-08-19 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.trace/mi-trace-frame-collected.exp
14726 (test_trace_frame_collected): On x32, expect two registers.
14727
46da9242
CL
147282016-08-18 Carl Love <cel@us.ibm.com>
14729
14730 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14731 and sync up the test with tests in gas/testsuite/gas/ppc.
14732 * gdb.arch/powerpc-power.exp: Likewise.
14733
eb2332d7
SM
147342016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14735
14736 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14737 expected error message.
14738
63c61e04
SM
147392016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14740
14741 * gdb.multi/remove-inferiors.exp: New file.
14742 * gdb.multi/remove-inferiors.c: New file.
14743
7b17065f
YQ
147442016-08-12 Yao Qi <yao.qi@linaro.org>
14745
14746 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
14747 argument list.
14748
01d3dedf
PA
147492016-08-10 Pedro Alves <palves@redhat.com>
14750
14751 PR gdb/19187
14752 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
14753 setup_kfails.
14754
3eb7562a
PA
147552016-08-09 Pedro Alves <palves@redhat.com>
14756 Simon Marchi <simon.marchi@ericsson.com>
14757
14758 PR gdb/20418
14759 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
14760 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
14761
80614914
PA
147622016-08-09 Pedro Alves <palves@redhat.com>
14763
14764 PR mi/20431
14765 * gdb.mi/mi-cmd-error.exp: New file.
14766
f348d89a
PA
147672016-08-09 Pedro Alves <palves@redhat.com>
14768
14769 PR gdb/18653
14770 * gdb.base/signals-state-child.c: New file.
14771 * gdb.base/signals-state-child.exp: New file.
14772 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
14773
e5ca03b4
PA
147742016-08-09 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14777
282a0691
TT
147782016-08-03 Tom Tromey <tom@tromey.com>
14779
14780 PR python/18565:
14781 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14782
41bfcd63
YQ
147832016-08-01 Yao Qi <yao.qi@linaro.org>
14784
14785 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
14786 variable mode to "multi-process" if $multi_process is 1, otherwise
14787 set it to "single-process".
14788
e3465b24
YQ
147892016-08-01 Yao Qi <yao.qi@linaro.org>
14790
14791 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
14792 * gdb.cp/cpexprs.exp: Likewise.
14793 * gdb.cp/m-static.exp: Likewise.
14794
0b31a4bc
TT
147952016-07-26 Tom Tromey <tom@tromey.com>
14796
14797 PR python/20190:
14798 * gdb.threads/tls.exp (check_thread_local): Add python symbol
14799 test.
14800
e0461dbb
MM
148012016-07-26 Markus Metzger <markus.t.metzger@intel.com>
14802
14803 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
14804 selecting assembly source files.
14805 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
14806 assembly source files.
14807 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
14808 assembly source files.
14809 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
14810 selecting assembly source files.
14811
8194e927
SM
148122016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14813
14814 * gdb.base/new-ui.exp (do_test_invalid_args): New
14815 procedure.
14816
c0272db5
TW
148172016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14818
14819 * gdb.btrace/reconnect.c: New file.
14820 * gdb.btrace/reconnect.exp: New file.
14821
e3487908
GKB
148222016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
14823
14824 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
14825 to test_catch_syscall_group.
14826 (test_catch_syscall_group): New.
14827
12df5c00
TT
148282016-07-21 Tom Tromey <tom@tromey.com>
14829
14830 * gdb.rust/simple.rs (main): Use empty struct expression.
14831 * gdb.rust/simple.exp: Add tests for empty struct expression.
14832
bae62ee2
YQ
148332016-07-21 Yao Qi <yao.qi@linaro.org>
14834
14835 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
14836 if gdb_skip_xml_test is true on some targets.
14837
b1b53fb3
YQ
148382016-07-21 Yao Qi <yao.qi@linaro.org>
14839
14840 * gdb.server/solib-list.exp: Unset last_loaded_file.
14841
027d97f8
JK
148422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
14845 "step into captured_main (args)".
14846
7674d381
JK
148472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14848
14849 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14850
72b5d099
JK
148512016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14854
1f960ced
PA
148552016-07-19 Pedro Alves <palves@redhat.com>
14856
14857 * gdb.opt/inline-break.exp: Remove optimize=-O2.
14858 * gdb.opt/inline-bt.exp: Likewise.
14859 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
14860 additional_flags=-Winline.
14861 * gdb.opt/inline-locals.exp: Likewise.
14862 * gdb.opt/inline-markers.c (ATTR): Define.
14863 (inlined_fn): Use it.
14864
f25827c1
YQ
148652016-07-19 Yao Qi <yao.qi@linaro.org>
14866
14867 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
14868 (test_with_self): Remove some code. Remove argument executable.
14869 (top-level): Use do_self_tests.
14870
37539ebe
DB
148712016-07-15 Zachary Welch <zwelch@codesourcery.com>
14872 Don Breazeal <donb@codesourcery.com>
14873
14874 * gdb.base/maint.exp: Escape paths used in regular expressions.
14875 * gdb.stabs/weird.exp: Likewise.
14876
dac790e1
TT
148772016-07-13 Tom Tromey <tom@tromey.com>
14878
14879 PR python/15620, PR python/18620:
14880 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
14881 (test_bkpt_events): New procs.
14882
93daf339
TT
148832016-07-13 Tom Tromey <tom@tromey.com>
14884
14885 PR python/17698:
14886 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
14887 test.
14888 (test_watchpoints): Likewise.
14889 (test_bkpt_pending): New proc.
14890
6571a381
TT
148912016-07-13 Tom Tromey <tom@tromey.com>
14892
14893 PR cli/18053:
14894 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
14895 completion test.
14896
e8732474
JK
148972016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14898
14899 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
14900 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
14901 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
14902 f_label.
14903 (g): Rename g_end_lbl to g_label.
14904 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
14905 low_pc and high_pc.
14906 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
14907
e0f3fd7c
TT
149082016-07-12 Tom Tromey <tom@tromey.com>
14909
14910 PR python/19293:
14911 * gdb.python/py-unwind-maint.exp: Update tests.
14912
3cfe46b6
YQ
149132016-07-12 Yao Qi <yao.qi@linaro.org>
14914
14915 * lib/selftest-support.exp (selftest_setup): Match the output
14916 when captured_main is inlined.
14917
4f19a0e6
WT
149182016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
14919
14920 * gdb.fortran/derived-types.exp (result_line, result_line_2):
14921 New variables.
14922 (print this%a, print this%b, print this): New tests.
14923 * gdb.fortran/derived-types.f90 (this): New object and
14924 initialization.
14925
986cf455
SM
149262016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14927
14928 * gdb.ada/arraydim.exp: Remove extra directory level in build
14929 directory.
14930
f0464b23
SM
149312016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14932
14933 * lib/ada.exp: Remove extra directory level in build directory.
14934 * gdb.ada/cond_lang.exp: Likewise.
14935 * gdb.ada/exec_changed.exp: Likewise.
14936 * gdb.ada/lang_switch.exp: Likewise.
14937
42d94011
MG
149382016-07-06 Manish Goregaokar <manish@mozilla.com>
14939
2806dc7e
PA
14940 * simple.rs: Add test for raw pointer subscripting.
14941 * simple.exp: Add test expectations.
42d94011 14942
647c264c
YQ
149432016-07-05 Yao Qi <yao.qi@linaro.org>
14944
14945 * gdb.mi/mi-reverse.exp: Match =record-started output.
14946
20aa2c60
PA
149472016-07-01 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.base/jit-reader.exp (info_registers_current_frame): New
14950 procedure.
14951 (jit_reader_test): Test the jit reader's unwinder.
14952 * gdb.base/jithost.c (jit_function_00_code): New global.
14953 (main): Use memcpy to fill in the mmapped code, instead of poking
14954 bytes manually here.
14955 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
14956 value.
14957 (read_debug_info): Save the function's range.
14958 (read_sp): New function.
14959 (unwind_frame): Use it. Also unwind RBP.
14960 (get_frame_id): Use read_sp.
14961 (gdb_init_reader): Use calloc instead of malloc.
14962 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
14963 parameter. Use gdb_test_multiple.
14964
ced2dffb
PA
149652016-07-01 Pedro Alves <palves@redhat.com>
14966 Antoine Tremblay <antoine.tremblay@ericsson.com>
14967
14968 * gdb.threads/process-dies-while-detaching.c: New file.
14969 * gdb.threads/process-dies-while-detaching.exp: New file.
14970
63000888
PA
149712016-07-01 Pedro Alves <palves@redhat.com>
14972
14973 * gdb.multi/watchpoint-multi-exit.c: New file.
14974 * gdb.multi/watchpoint-multi-exit.exp: New file.
14975
038d4868
PA
149762016-06-30 Pedro Alves <palves@redhat.com>
14977
14978 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
14979 unset inferior_spawn_id.
14980
994e9c83
PA
149812016-06-30 Pedro Alves <palves@redhat.com>
14982
14983 * lib/mi-support.exp (default_mi_gdb_start): Declare global
14984 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
14985
e5653468
YQ
149862016-06-29 Yao Qi <yao.qi@linaro.org>
14987
14988 * gdb.base/return.c: Add copyright header.
14989
803b47e5
TT
149902016-06-29 Tom Tromey <tom@tromey.com>
14991
14992 PR python/20129:
14993 * gdb.python/py-framefilter.exp: Add tests for setting priority
14994 and disabling of non-existent frame filter.
14995
28244707
YQ
149962016-06-29 Yao Qi <yao.qi@linaro.org>
14997
14998 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14999 0x0f07ff.
15000
a31d2f06
YQ
150012016-06-28 Yao Qi <yao.qi@linaro.org>
15002
15003 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15004 triplets. Start gdb, execute catch syscall, and continue. Check
15005 gdb's output to determine catch syscall is supported.
15006
921d8f54
MG
150072016-06-27 Manish Goregaokar <manish@mozilla.com>
15008
25d49b86
PA
15009 * gdb.rust/simple.rs: Add test for returning unit in a function.
15010 * gdb.rust/simple.exp: Add expectation for functions returning
15011 unit.
921d8f54 15012
f4952523
PMR
150132016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15014
15015 * gdb.python/py-breakpoint-create-fail.c,
15016 gdb.python/py-breakpoint-create-fail.exp,
15017 gdb.python/py-breakpoint-create-fail.py: New testcase.
15018
fccb08f8
MG
150192016-06-25 Manish Goregaokar <manish@mozilla.com>
15020
15021 PR gdb/20239
15022 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
15023 * gdb.rust/simple.exp: Add test expectations for new NonZero
15024 tests.
fccb08f8 15025
6b850546
DT
150262016-06-24 David Taylor <dtaylor@emc.com>
15027
15028 * gdb.base/offsets.exp: New file.
15029 * gdb.base/offsets.c: New file.
15030
17621150
TT
150312016-06-23 Tom Tromey <tom@tromey.com>
15032
15033 PR gdb/16483:
15034 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15035 before any filters are loaded.
15036
04d59df6
WT
150372016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15038
15039 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15040 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15041 structs.
15042 * gdb.fortran/derived-type-function.exp: New file.
15043 * gdb.fortran/derived-type-function.f90: New file.
15044
15045
ac69f786
PA
150462016-06-21 Pedro Alves <palves@redhat.com>
15047
15048 * gdb.base/new-ui.exp: New file.
15049 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15050 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15051 (with_spawn_id): New procedure.
15052
49940788
PA
150532016-06-21 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.mi/mi-exec-run.exp: New file.
15056
ef274d26
PA
150572016-06-21 Pedro Alves <palves@redhat.com>
15058
15059 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15060 breakpoint command's output on the main UI.
15061 (test_break): New procedure, factored out from calls in the top
15062 level.
15063 (top level): Use foreach_with_prefix to test MI as main UI and as
15064 separate UI.
15065
468afe6c
PA
150662016-06-21 Pedro Alves <palves@redhat.com>
15067
15068 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15069 (test_awatch_creation_and_listing)
15070 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15071 Remove 'type' parameter.
15072 (test_watchpoint_all): New parameter mi_mode. Remove
15073 with_test_prefix.
15074 (top level): Use foreach_with_prefix, and add main/separate UI MI
15075 testing axis.
15076
51f77c37
PA
150772016-06-21 Pedro Alves <palves@redhat.com>
15078
15079 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15080 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15081 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15082 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15083 (gdb_main_spawn_id, mi_spawn_id): Declare and
15084 comment.
15085 (mi_create_inferior_pty): New procedure,
15086 factored out from default_mi_gdb_start.
15087 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15088 procedures.
15089 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15090 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15091 Use mi_create_inferior_pty.
15092 (mi_gdb_start): Use eval to pass down args list.
15093
8980e177
PA
150942016-06-21 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15097 * gdb.opt/inline-cmds.exp: Add MI tests.
15098
f38d3ad1
PA
150992016-06-21 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15102
45db7c09
PA
151032016-06-21 Pedro Alves <palves@redhat.com>
15104
15105 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15106 (top level): Use it instead of mi_execute_to.
15107
5a069ab3
PA
151082016-06-21 Pedro Alves <palves@redhat.com>
15109
15110 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15111 (cont_handler_str): New.
15112 (signal_stop_handler): Set stop_handler_str instead of printing to
15113 stdout.
15114 (continue_handler): Set cont_handler_str instead of printing to
15115 stdout.
15116 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15117 mi_send_resuming_command. Print stop_handler_str and
15118 cont_handler_str instead of expecting the python events print
15119 directly.
15120
2838cc1d
SD
151212016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15122
15123 * gdb.base/jit-reader.exp: New file.
15124 * gdb.base/jithost.c: New file.
15125 * gdb.base/jithost.h: New file.
15126 * gdb.base/jitreader.c : New file.
15127 * gdb.base/jit-protocol.h: New file.
15128
21a77091
YQ
151292016-06-17 Yao Qi <yao.qi@linaro.org>
15130
15131 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15132 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15133 and detach-on-fork. Adjust tests.
15134 (top level): Invoke break_cond_on_syscall with combinations of
15135 syscall, follow-fork-mode and detach-on-fork.
15136
f50bf8e5
YQ
151372016-06-17 Yao Qi <yao.qi@linaro.org>
15138
15139 * gdb.base/step-over-exit.c: New.
15140 * gdb.base/step-over-exit.exp: New.
15141
a28d8e50
YTL
151422016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15143
15144 * gdb.base/float.exp: Add target check for nds32*-*-*.
15145 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15146
cad8e26d
AB
151472016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15148
15149 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15150 for unsupported target features.
15151 * gdb.base/call-rt-st.exp: Likewise.
15152 * gdb.base/call-sc.exp: Likewise.
15153 * gdb.base/call-signal-resume.exp: Likewise.
15154 * gdb.base/call-strs.exp: Likewise.
15155 * gdb.base/callexit.exp: Likewise.
15156 * gdb.base/callfuncs.exp: Likewise.
15157 * gdb.base/nodebug.exp: Likewise.
15158 * gdb.base/printcmds.exp: Likewise.
15159 * gdb.base/ptype.exp: Likewise.
15160 * gdb.base/structs.exp: Likewise.
15161 * gdb.base/unwindonsignal.exp: Likewise.
15162 * gdb.cp/gdb2495.exp: Likewise.
15163 * gdb.cp/templates.exp: Likewise.
15164 * gdb.cp/virtfunc.exp: Likewise.
15165 * gdb.threads/hand-call-in-threads.exp: Likewise.
15166 * gdb.threads/interrupted-hand-call.exp: Likewise.
15167 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15168
347dc102
TT
151692016-06-10 Tom Tromey <tom@tromey.com>
15170
15171 PR rust/20110:
15172 * gdb.rust/expr.exp: Add test for integer constant larger than
15173 i32.
15174
5e13cf25
BH
151752016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15176
15177 * gdb.fortran/nested-funcs.exp: New.
15178 * gdb.fortran/nested-funcs.f90: New.
15179
bb556f1f
TK
151802016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15181
15182 * gdb.base/examine-backward.c: New file.
15183 * gdb.base/examine-backward.exp: New file.
15184
38b022b4
SM
151852016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15186
15187 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15188 matching.
15189
1b40ec05
TT
151902016-06-02 Tom Tromey <tom@tromey.com>
15191
15192 PR python/18984:
15193 * gdb.python/py-shared.exp: Add solib_name test.
15194
193bd378
SM
151952016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15196
15197 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15198
3326303b
MG
151992016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15200
15201 PR c++/19893
15202 * gdb.dwarf2/implref.exp: Rename to...
15203 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15204 * gdb.dwarf2/implref-array.c: New file.
15205 * gdb.dwarf2/implref-array.exp: Likewise.
15206 * gdb.dwarf2/implref-global.c: Likewise.
15207 * gdb.dwarf2/implref-global.exp: Likewise.
15208 * gdb.dwarf2/implref-struct.c: Likewise.
15209 * gdb.dwarf2/implref-struct.exp: Likewise.
15210
825c8ef2
AT
152112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15212
15213 * gdb.trace/trace-condition.exp: Add 64bit tests.
15214
2320162a
AT
152152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15216
15217 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15218 bits types.
15219 (main): Adapt to 8 to 64 bits types.
15220 * gdb.trace/trace-condition.exp: Add new tests.
15221
a7818233
AT
152222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15223
15224 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15225
0d336466
AT
152262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15227
15228 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15229 Move condition tests...
15230 * gdb.trace/trace-condition.exp: Here.
15231
7faeb45a
AT
152322016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15233
15234 * gdb.trace/trace-condition.exp: Add counter-case tests.
15235
e385593e
JK
152362016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15237
15238 PR c++/15231
15239 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15240 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15241
744608cc
PA
152422016-05-27 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15245 New procedure.
15246 (top level): Call it, and bail out of DejaGnu is known to be bad.
15247
ac775bf4
AB
152482016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15249
15250 * gdb.base/whatis.c: Extend the test case.
15251 * gdb.base/whatis.exp: Add additional tests.
15252
2bbad2ea
BH
152532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15254
15255* gdb.fortran/type.f90: Add pointer variable.
15256* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15257
8b70175d
BH
152582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15259
15260 * gdb.fortran/vla-type.exp: Fix testcase name.
15261
86d8a848
BH
152622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15263
15264 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15265
e188eb36
BH
152662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15267
15268 * gdb.fortran/type.f90: Add nested structures.
15269 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15270 * gdb.fortran/derived-type.exp: Adapt expected output.
15271 * gdb.fortran/vla-type.exp: Adapt expected output.
15272
9b2db1fd
BH
152732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15274
15275 * gdb.fortran/whatis_type.exp: Adapt expected output.
15276
72b17055
BH
152772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15278
15279 * gdb.fortran/print_type.exp: Fix expected output.
15280 * gdb.fortran/whatis_type.exp: Fix expected output.
15281
3cd81d8d
BH
152822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15283
15284 * gdb.fortran/whatis_type.exp: Use multi_line.
15285
ddae9462
TT
152862016-05-24 Tom Tromey <tom@tromey.com>
15287
15288 PR python/17386:
15289 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15290 use value as an index.
15291
1957f6b8
TT
152922016-05-23 Tom Tromey <tom@tromey.com>
15293
15294 PR python/17981:
15295 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15296 no-breakpoint case.
15297
026a9174
PA
152982016-05-24 Pedro Alves <palves@redhat.com>
15299
15300 PR gdb/19828
15301 * gdb.threads/clone-attach-detach.c: New file.
15302 * gdb.threads/clone-attach-detach.exp: New file.
15303
e70a7231
FR
153042016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15305
15306 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15307
0f6ed0e0
TT
153082016-05-23 Tom Tromey <tom@tromey.com>
15309
15310 PR python/19438, PR python/18393:
15311 * gdb.python/py-progspace.exp: Add "dir" test.
15312 * gdb.python/py-objfile.exp: Add "dir" test.
15313
ffd19d61
YQ
153142016-05-23 Yao Qi <yao.qi@linaro.org>
15315
15316 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15317 * gdb.arch/thumb2-it.exp: Likewise.
15318
9e8f9b05
SM
153192016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15320
15321 * gdb.mi/mi-threads-interrupt.c: New file.
15322 * gdb.mi/mi-threads-interrupt.exp: New file.
15323
61c6156d
SM
153242016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15325
15326 PR gdb/18077
15327 * gdb.mi/mi-async-run.exp: New file.
15328 * gdb.mi/mi-async-run.c: New file.
15329
67218854
TT
153302016-05-17 Tom Tromey <tom@tromey.com>
15331 Manish Goregaokar <manishsmail@gmail.com>
15332
15333 * lib/rust-support.exp: New file.
15334 * lib/gdb.exp (skip_rust_tests): New proc.
15335 (build_executable_from_specs): Handle rust.
15336 * lib/future.exp (gdb_find_rustc): New proc.
15337 (gdb_default_target_compile): Handle rust.
15338 * gdb.rust/expr.exp: New file.
15339 * gdb.rust/generics.exp: New file.
15340 * gdb.rust/generics.rs: New file.
15341 * gdb.rust/methods.exp: New file.
15342 * gdb.rust/methods.rs: New file.
15343 * gdb.rust/modules.exp: New file.
15344 * gdb.rust/modules.rs: New file.
15345 * gdb.rust/simple.exp: New file.
15346 * gdb.rust/simple.rs: New file.
15347
c44af4eb
TT
153482016-05-17 Tom Tromey <tom@tromey.com>
15349
15350 * gdb.base/default.exp (set language): Add rust.
15351
dcd1f979
TT
153522016-05-17 Tom Tromey <tom@tromey.com>
15353
15354 * gdb.gdb/unittest.exp: New file.
15355
155b7f57
YQ
153562016-05-16 Yao Qi <yao.qi@linaro.org>
15357
15358 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15359 shell_prompt. Update shell_prompt_re.
15360
8ddd5a6c
DE
153612016-05-12 Doug Evans <dje@google.com>
15362
15363 PR symtab/19999
15364 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15365 $options when building executable.
15366 * gdb.dwarf2/fission-loclists-pie.S: New file.
15367 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15368
02e370d9
SM
153692016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15370
15371 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15372 of [is_remote target],
15373
8929ad8b
SM
153742016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15375
15376 * lib/gdb.exp (use_gdb_stub): New procedure.
15377
6c447423
DE
153782016-05-03 Yunlian Jiang <yunlian@google.com>
15379 Doug Evans <dje@google.com>
15380
15381 PR symtab/19914
15382 * gdb.dwarf2/dwp-sepdebug.c: New file.
15383 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15384
444e826c
SM
153852016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15386
15387 * gdb.base/detach.exp: Remove is_remote check.
15388
740feeaa
SM
153892016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15390
15391 * gdb.base/annota-input-while-running.exp: Don't check for
15392 [is_remote target]. Enable annotations after running to main.
15393 Remove unused "set test..." line.
15394
9080ac9d
SM
153952016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15396
15397 * gdb.trace/trace-enable-disable.exp: New file.
15398 * gdb.trace/trace-enable-disable.c: New file.
15399
952ebca5
SM
154002016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15401
15402 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15403 use it in info sharedlibrary test.
15404 * gdb.trace/ftrace-lock.exp: Likewise.
15405 * gdb.trace/ftrace.exp: Likewise.
15406 * gdb.trace/range-stepping.exp: Likewise.
15407 * gdb.trace/trace-break.exp: Likewise.
15408 * gdb.trace/trace-condition.exp: Likewise.
15409 * gdb.trace/trace-mt.exp: Likewise.
15410
d9019901
SM
154112016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15412
15413 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15414 (gdb_load_shlib): ... this.
15415 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15416 gdb_load_shlib.
15417 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15418 * gdb.base/ctxobj.exp: Likewise.
15419 * gdb.base/dprintf-pending.exp: Likewise.
15420 * gdb.base/dso2dso.exp: Likewise.
15421 * gdb.base/fixsection.exp: Likewise.
15422 * gdb.base/gcore-relro.exp: Likewise.
15423 * gdb.base/gdb1555.exp: Likewise.
15424 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15425 * gdb.base/gnu-ifunc.exp: Likewise.
15426 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15427 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15428 * gdb.base/pending.exp: Likewise.
15429 * gdb.base/print-file-var.exp: Likewise.
15430 * gdb.base/print-symbol-loading.exp: Likewise.
15431 * gdb.base/shlib-call.exp: Likewise.
15432 * gdb.base/shreloc.exp: Likewise.
15433 * gdb.base/so-impl-ld.exp: Likewise.
15434 * gdb.base/solib-disc.exp: Likewise.
15435 * gdb.base/solib-nodir.exp: Likewise.
15436 * gdb.base/solib-overlap.exp: Likewise.
15437 * gdb.base/solib-symbol.exp: Likewise.
15438 * gdb.base/solib-weak.exp (do_test): Likewise.
15439 * gdb.base/sym-file.exp: Likewise.
15440 * gdb.base/symtab-search-order.exp: Likewise.
15441 * gdb.base/type-opaque.exp: Likewise.
15442 * gdb.base/unload.exp: Likewise.
15443 * gdb.base/watchpoint-solib.exp: Likewise.
15444 * gdb.compile/compile.exp: Likewise.
15445 * gdb.cp/gdb2384.exp: Likewise.
15446 * gdb.cp/infcall-dlopen.exp: Likewise.
15447 * gdb.cp/re-set-overloaded.exp: Likewise.
15448 * gdb.fortran/library-module.exp: Likewise.
15449 * gdb.opt/solib-intra-step.exp: Likewise.
15450 * gdb.python/py-finish-breakpoint.exp: Likewise.
15451 * gdb.python/py-shared.exp: Likewise.
15452 * gdb.reverse/solib-precsave.exp: Likewise.
15453 * gdb.reverse/solib-reverse.exp: Likewise.
15454 * gdb.server/solib-list.exp: Likewise.
15455 * gdb.threads/dlopen-libpthread.exp: Likewise.
15456 * gdb.threads/tls-shared.exp: Likewise.
15457 * gdb.threads/tls-so_extern.exp: Likewise.
15458 * gdb.trace/change-loc.exp: Likewise.
15459 * gdb.trace/ftrace-lock.exp: Likewise.
15460 * gdb.trace/ftrace.exp: Likewise.
15461 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15462 * gdb.trace/pending.exp: Likewise.
15463 * gdb.trace/range-stepping.exp: Likewise.
15464 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15465 (strace_info_marker): Likewise.
15466 (strace_probe_marker): Likewise.
15467 (strace_trace_on_same_addr): Likewise.
15468 (strace_trace_on_diff_addr): Likewise.
15469 * gdb.trace/trace-break.exp: Likewise.
15470 * gdb.trace/trace-condition.exp: Likewise.
15471 * gdb.trace/trace-mt.exp: Likewise.
15472
fca4cfd9
SM
154732016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15474
15475 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15476 result of gdb_remote_download.
15477 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15478 * gdb.base/dso2dso.exp: Likewise.
15479 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15480 * gdb.base/print-file-var.exp: Likewise.
15481 * gdb.base/shlib-call.exp: Likewise.
15482 * gdb.base/shreloc.exp: Likewise.
15483 * gdb.base/solib-overlap.exp: Likewise.
15484 * gdb.base/solib-weak.exp (do_test): Likewise.
15485 * gdb.base/unload.exp: Likewise.
15486
11cf4ffb
YQ
154872016-04-27 Yao Qi <yao.qi@linaro.org>
15488
15489 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15490 exists.
15491
3e2e34f8
KB
154922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15493
15494 * vla-type.exp: Print structure from toplevel.
15495
8f07e298
BH
154962016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15497
15498 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15499 of dynamic types.
15500 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15501 of dynamic types.
15502
9920b434
BH
155032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15504
15505 * gdb.fortran/vla-type.f90: New file.
15506 * gdb.fortran/vla-type.exp: New file.
15507
f3abeff5
YQ
155082016-04-25 Yao Qi <yao.qi@linaro.org>
15509
15510 * gdb.base/branch-to-self.c: New file.
15511 * gdb.base/branch-to-self.exp: New file.
15512
0a5d52f0
YQ
155132016-04-22 Yao Qi <yao.qi@linaro.org>
15514
15515 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15516 more after $hex.
15517
495346f6
YQ
155182016-04-22 Yao Qi <yao.qi@linaro.org>
15519
15520 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15521 * gdb.base/annota3.exp: Likewise.
15522
4a7e075c
YQ
155232016-04-22 Yao Qi <yao.qi@linaro.org>
15524
15525 * gdb.reverse/step-precsave.exp: Do one step and test program
15526 stops in "callee" and do multiple steps until program goes out
15527 of "callee".
15528 * gdb.reverse/step-reverse.exp: Likewise.
15529
5b061e98
YQ
155302016-04-22 Yao Qi <yao.qi@linaro.org>
15531
15532 * gdb.trace/signal.exp: Also pass if
15533 $tracepoint_hits($i) > $iterations.
15534
5c5dc57f
YQ
155352016-04-22 Yao Qi <yao.qi@linaro.org>
15536
15537 * gdb.trace/signal.c: New file.
15538 * gdb.trace/signal.exp: New file.
15539
a55411b9
DE
155402016-04-19 Doug Evans <xdje42@gmail.com>
15541
15542 * gdb.base/bad-file.exp: New file.
15543
a22df60a
MG
155442016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15545
15546 * gdb.dwarf2/implref.exp: New file.
15547
0c13f7e5
BH
155482016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15549
15550 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15551 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15552 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15553 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15554 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15555 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15556 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15557 * lib/fortran.exp (fortran_int4): New procedure.
15558 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15559 (fortran_logical4): Likewise.
15560
9b9b09e9
BH
155612016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15562
15563 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15564
a14d1f4d
BH
155652016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15566
15567 * lib/compiler.c: Add Intel specific preprocessor macros.
15568 * lib/compiler.cc: Likewise.
25d49b86 15569
7d49b1d0
LM
155702016-04-13 Luis Machado <lgustavo@codesourcery.com>
15571
15572 * gdb.server/connect-with-no-symbol-file.c: New file.
15573 * gdb.server/connect-with-no-symbol-file.exp: New file.
15574
8392fa22
SM
155752016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15576
15577 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15578
8c4c4aeb
SM
155792016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15580
15581 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15582 standard output directory.
15583
45e3745e
AT
155842016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15585
15586 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15587
e26b7e41
MM
155882016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15589
15590 * gdb.btrace/instruction_history.c (loop): Add declaration.
15591
8ce09462
AT
155922016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15593
15594 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15595
2e88a1ea
SM
155962016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15597
15598 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15599 parentheses to print.
15600 (continue_handler): Likewise.
15601
f48e22e3
SM
156022016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15603
15604 * gdb.server/solib-list.exp: Remove is_remote check.
15605 Pass shlib= to gdb_compile. Don't link shared library with
15606 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15607 Run binary filename through "readlink -f" on the target.
15608
096be756
PA
156092016-04-08 Pedro Alves <palves@redhat.com>
15610
15611 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15612 interpreter filename as argument to gdbserver_spawn.
15613 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15614 Return empty if $last_loaded_file does not exist.
15615
06500533
JK
156162016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15617
15618 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15619 * gdb.base/jit-main.c: Use exit after usage.
15620
2d35e871
JK
156212016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15622
15623 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15624 GDBHISTSIZE prior to the tests.
15625 * gdb.base/gdbinit-history.exp: Likewise.
15626
156272016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
15628
15629 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15630 instead of build_executable. Use gdb_load_shlibs.
15631
c8064e7e
YQ
156322016-04-07 Yao Qi <yao.qi@linaro.org>
15633
15634 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15635 Execute "si" command.
15636
bde47561
YQ
156372016-04-07 Yao Qi <yao.qi@linaro.org>
15638
15639 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15640 number instead of the comments on some line.
15641
b16f8a3b
DB
156422016-04-06 Don Breazeal <donb@codesourcery.com>
15643
15644 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15645 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15646
c2f901df
SM
156472016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15648
15649 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15650 standard_output_file. Remove unused binfile variable.
15651
ac17fda0
CU
156522016-04-05 Catalin Udma <catalin.udma@freescale.com>
15653
15654 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15655 * gdb.python/py-mi-objfile.exp: Match "list main" output
15656 in console format.
15657
03a8c4df
SM
156582016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15659
15660 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15661 absolute.
15662
6e774b13
SM
156632016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15664
15665 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15666 absolute.
15667 * gdb.trace/ftrace.exp: Likewise.
15668 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15669 targets as well.
15670 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15671 (gdb_load_shlibs): Copy libraries to test directory when testing
15672 natively. Only set solib-search-path if testing remotely.
15673 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15674
7817ea46
SM
156752016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15676
15677 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15678 gdb_download. Use it even if the target is not remote.
15679 * gdb.base/jit.exp (compile_jit_test): Likewise.
15680 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15681 output directory if the destination board is local, otherwise use
15682 the standard remote_download from DejaGnu.
15683 (gdb_download): Remove.
15684 (gdb_load_shlibs): Use gdb_remote_download instead of
15685 gdb_download.
15686 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15687 Use gdb_remote_download instead of gdb_download. Use it even if
15688 the target is not remote.
15689 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15690 instead of gdb_download.
15691
7beb7f68
SM
156922016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15693
15694 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15695 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15696 run.
15697
cc63428a
AV
156982016-04-01 Artemiy Volkov <artemiyv@acm.org>
15699
15700 PR gdb/19820
15701 * gdb.base/printcmds.exp: Add artificial arrays tests.
15702
64cdf930
PA
157032016-03-31 Pedro Alves <palves@redhat.com>
15704
15705 PR gdb/19858
15706 * gdb.base/jit-main.c: Include unistd.h.
15707 (ATTACH): Define to 0 if not already defined.
15708 (wait_for_gdb, mypid): New globals.
15709 (WAIT_FOR_GDB): New macro.
15710 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15711 some breakpoint locations.
15712 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15713 New procedures.
15714 (one_jit_test): Add REATTACH parameter, and handle it. Use
15715 continue_to_test_location.
15716 (top level): Test attach, and adjusts calls to one_jit_test.
15717
40dea8cb
PA
157182016-03-31 Pedro Alves <palves@redhat.com>
15719
15720 PR gdb/19858
15721 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15722 BINSUFFIX parameter, and handle it.
15723 (top level): Adjust calls compile_jit_test.
15724
e7ea3ec7
CU
157252016-03-31 Catalin Udma <catalin.udma@freescale.com>
15726
15727 PR python/19743
15728 * gdb.python/py-mi-events-gdb.py: New file.
15729 * gdb.python/py-mi-events.c: New file.
15730 * gdb.python/py-mi-events.exp: New file.
15731
e6359af3
YQ
157322016-03-30 Yao Qi <yao.qi@linaro.org>
15733
15734 * gdb.reverse/until-precsave.exp: Match function name only.
15735 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15736 Move malloc to a condition block.
15737 * gdb.reverse/until-reverse.exp: Match function name only.
15738
a4105d04
MK
157392016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15740
15741 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15742 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
15743 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
15744 variable for GPR 0 instead of assuming it is register 0.
15745 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
15746 * lib/trace-support.exp: Add s390 registers.
15747
bfa6adb9
YQ
157482016-03-29 Yao Qi <yao.qi@linaro.org>
15749
15750 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15751
1e6697ea
YQ
157522016-03-24 Yao Qi <yao.qi@linaro.org>
15753
15754 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15755 test message.
15756
64bcd522
AA
157572016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15758
15759 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
15760 maintaining separate logic for constructing the output path.
15761
7868401b
DB
157622016-03-16 Don Breazeal <donb@codesourcery.com>
15763
15764 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
15765 Retry fork and waitpid on interrupted system call errors.
15766 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
15767 Use with_timeout_factor to increase timeout by factor of 10.
15768
1cafadb4
DB
157692016-03-15 Don Breazeal <donb@codesourcery.com>
15770
15771 * gdb.cp/scope-err.cc: New test program.
15772 * gdb.cp/scope-err.exp: New test script.
15773 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
15774 lines and "set breakpoint here" comment.
15775 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
15776 Fixed some whitespace and format issues.
15777 * gdb.mi/mi-linespec-err-cp.cc: New test program.
15778 * gdb.mi/mi-linespec-err-cp.exp: New test script.
15779
81516450
DE
157802016-03-15 Doug Evans <dje@google.com>
15781
15782 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
15783 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
15784 All callers updated. Add tests for enums, mixed flags register.
15785
aa52b601
DE
157862016-03-15 Doug Evans <dje@google.com>
15787
15788 * gdb.base/skip.c (main): Call test_skip_file_and_function.
15789 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
15790
fa4ff313
SM
157912016-03-14 Simon Marchi <simon.marchi@ericsson.com>
15792
15793 * gdb.base/default.exp: Add $_as_string to the list of expected
15794 convenience functions.
15795
f2403c39
AB
157962016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15797
15798 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15799
f2f3ccb9
SM
158002016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
15801
15802 * gdb.python/py-as-string.exp: New file.
15803 * gdb.python/py-as-string.c: New file.
15804
00dbd492
PA
158052016-03-09 Pedro Alves <palves@redhat.com>
15806
15807 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
15808 signal" -> "Thread NN received signal" output change.
15809 * gdb.threads/ia64-sigill.exp: Likewise.
15810 * gdb.threads/linux-dp.exp: Likewise.
15811 * gdb.threads/manythreads.exp: Likewise.
15812 * gdb.threads/pending-step.exp: Likewise.
15813 * gdb.threads/print-threads.exp: Likewise.
15814 * gdb.threads/sigstep-threads.exp: Likewise.
15815 * gdb.threads/staticthreads.exp: Likewise.
15816 * gdb.threads/tls.exp: Likewise.
15817
1e6697ea
YQ
158182016-03-09 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/command-line-input.exp: New file.
15821
b04fd3be
MK
158222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15823
15824 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
15825 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
15826 * gdb.trace/pending.exp: Accept leading dot before function name.
15827 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
15828 * lib/trace-support.exp: Set registers for ppc.
15829
98fa59e9
MK
158302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15831
15832 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
15833 use it for disassembly; accept .main in addition to main in backtrace.
15834
f77198c8
MK
158352016-03-09 Wei-cheng Wang <cole945@gmail.com>
15836 Marcin Kościelnicki <koriakin@0x04.net>
15837
15838 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
15839 (gdb_recursion_test_ptr): New global variable.
15840 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
15841 gdb_recursion_test.
15842 (gdb_c_test): Ditto.
15843
ba84e0da
MK
158442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15845
15846 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15847 ordering.
15848
4366d36e
MK
158492016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15850
15851 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
15852 (bar): Add bar_start_lbl label.
15853 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
15854 of foo/bar for emitting DWARF and tracing.
15855
5eb264df
SDJ
158562016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15857
15858 * analyze-racy-logs.py: Set executable bit.
15859
fb6a751f
SDJ
158602016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
15861
15862 * Makefile.in (DEFAULT_RACY_ITER): New variable.
15863 (CHECK_TARGET_TMP): Likewise.
15864 (check-single-racy): New rule.
15865 (check-parallel-racy): Likewise.
15866 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
15867 (do-check-parallel-racy): New rule.
15868 (check-racy/%.exp): Likewise.
15869 * README (Racy testcases): New section.
15870 * analyze-racy-logs.py: New file.
15871
bdf7e230
DE
158722016-03-03 Doug Evans <dje@google.com>
15873
15874 * gdb.base/skip.exp: Use with_test_prefix.
15875
4719d415
YQ
158762016-03-03 Yao Qi <yao.qi@linaro.org>
15877
15878 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
15879 Invoke step_over_syscall "clone" and break_cond_on_syscall
15880 "clone".
15881 * gdb.base/step-over-clone.c: New file.
15882
ea507862
YQ
158832016-03-03 Yao Qi <yao.qi@linaro.org>
15884
15885 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
15886 code format.
15887
8fc8cbda
YQ
158882016-03-03 Yao Qi <yao.qi@linaro.org>
15889
15890 * gdb.base/disp-step-fork.c: Rename to ...
15891 * gdb.base/step-over-fork.c: ... it. New file.
15892 * gdb.base/disp-step-vfork.c: Rename to ...
15893 * gdb.base/step-over-vfork.c: ... it. New file.
15894 * gdb.base/disp-step-syscall.exp: Rename to ...
15895 * gdb.base/step-over-syscall.exp: ... it. New file.
15896 (disp_step_cross_syscall): Rename to ...
15897 (step_over_syscall): ... it.
15898
92fa70b0
YQ
158992016-03-03 Yao Qi <yao.qi@linaro.org>
15900
15901 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
15902 If target supports condition evaluation on target, invoke
15903 break_cond_on_syscall for fork and vfork.
15904
e197ad3c
YQ
159052016-03-03 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.base/disp-step-syscall.exp: Don't invoke
15908 support_displaced_stepping.
15909 (disp_step_cross_syscall): Test with displaced stepping off and
15910 on if supported.
15911
0b47da9f
YQ
159122016-03-03 Yao Qi <yao.qi@linaro.org>
15913
15914 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
15915 proc.
15916 (setup): New proc.
15917 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
15918 and setup.
15919
065ab6dc
BH
159202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15921
15922 * gdb.fortran/vla-history.exp: Remove breakpoint.
15923
07e448ad 159242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15925
25d49b86
PA
15926 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15927 exceeds timeout.
07e448ad 15928
9ac2d526 159292016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15930
25d49b86
PA
15931 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15932 breakpoint.
9ac2d526 15933
17807369
BH
159342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15935
15936 * gdb.mi/vla.f90: Nullify pointer after declaration.
15937
86e501af
PA
159382016-03-01 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15941
1e903e32
PA
159422016-03-01 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
15945 before anything else.
15946 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
15947 _GNU_SOURCE here.
15948 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
15949 before anything else.
15950 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
15951
6ccb54e2
PA
159522016-03-01 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15955
30ca9da1
YQ
159562016-03-01 Yao Qi <yao.qi@linaro.org>
15957
15958 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
15959 prepare_for_testing.
15960
dc856b38
YQ
159612016-03-01 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15964
4a932159
AA
159652016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15966
15967 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
15968 manually constructing the output path.
15969
f2489477
AA
159702016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
15971
15972 * gdb.arch/s390-stackless.S: New.
15973 * gdb.arch/s390-stackless.exp: New.
15974
38899f16
IB
159752016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15976
15977 * gdb.dlang/circular.c: New file.
15978 * gdb.dlang/circular.exp: New file.
15979
9fde51ed
YQ
159802016-02-26 Yao Qi <yao.qi@linaro.org>
15981
15982 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
15983 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
15984 (testcases): Update.
15985
ce90fefe
YQ
159862016-02-26 Yao Qi <yao.qi@linaro.org>
15987
15988 * gdb.reverse/aarch64.c: Rename to ...
15989 * gdb.reverse/insn-reverse.c: ... it.
15990 * gdb.reverse/aarch64.exp: Rename to ...
15991 * gdb.reverse/insn-reverse.exp: ... it.
15992
3263bceb
YQ
159932016-02-26 Yao Qi <yao.qi@linaro.org>
15994
15995 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
15996 (testcase_ftype): New.
15997 (testcases): New array.
15998 (n_testcases): New.
15999 (main): Call each element in testcases.
16000 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16001 (read_testcase): New.
16002 Do the tests in a loop.
16003
6cb59ff1
YQ
160042016-02-25 Yao Qi <yao.qi@linaro.org>
16005
16006 * gdb.base/branches.c: Remove.
16007
ae91f625
MK
160082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16009
16010 PR gdb/13808
16011 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16012
678b48b7
MK
160132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16014
16015 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16016
7337a6f2
MK
160172016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16018
16019 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16020 change x86_64 call_insn to 'callq'.
16021
861ca91f
AT
160222016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16023
16024 * gdb.trace/tfile-avx.c: Move to...
16025 * gdb.trace/tracefile-pseudo-reg.c: Here.
16026 * gdb.trace/tfile-avx.exp: Move to...
16027 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16028
bf74e428
GB
160292016-02-24 Gary Benson <gbenson@redhat.com>
16030
16031 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16032 message on attach.
16033
cce0e923
DE
160342016-02-23 Doug Evans <dje@google.com>
16035
16036 * gdb.base/skip.c (test_skip): New function.
16037 (end_test_skip_file_and_function): New function.
16038 (test_skip_file_and_function): New function.
16039 * gdb.base/skip1.c (test_skip): New function.
16040 (skip1_test_skip_file_and_function): New function.
16041 * gdb.base/skip.exp: Add tests for new skip options.
16042 * gdb.base/skip-solib.exp: Update expected output.
16043 * gdb.perf/skip-command.cc: New file.
16044 * gdb.perf/skip-command.exp: New file.
16045 * gdb.perf/skip-command.py: New file.
16046
4000e47e
MK
160472016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16048
16049 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16050 info registers pattern.
16051
24f75ead
IB
160522016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16053
16054 * lib/future.exp: Add D support.
16055 (gdb_find_gdc): New proc.
16056 (gdb_default_target_compile): Add D support.
16057
fbb7bcbe
WW
160582016-02-18 Wei-cheng Wang <cole945@gmail.com>
16059
16060 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16061 user+system time.
16062 (trace_speed_test): Determine the iteration count for a time
16063 between 15..30 seconds.
16064
012b3a21
WT
160652016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16066
16067 * gdb.arch/i386-mpx-sigsegv.c: New file.
16068 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16069 * gdb.arch/i386-mpx-simple_segv.c: New file.
16070 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16071
2d5189bd
YQ
160722016-02-18 Yao Qi <yao.qi@linaro.org>
16073
16074 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16075 Don't call setup_kfail.
16076
40fb20d0
YQ
160772016-02-18 Yao Qi <yao.qi@linaro.org>
16078
16079 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16080 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16081
21b1f8d2
DE
160822016-02-16 Doug Evans <dje@google.com>
16083
16084 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16085 * gdb.base/skip1.c: Ditto.
16086 * gdb.base/skip.exp: Whitespace cleanup.
16087
4041ed77
DB
160882016-02-16 Don Breazeal <donb@codesourcery.com>
16089
16090 PR remote/19496
16091 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16092 Remove kfail for PR remote/19496.
16093
c4ef31bf
SM
160942016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16095
16096 * lib/gdb.exp (standard_temp_file): Return a path specific to
16097 the runtest invocation.
16098
266b65b3
SM
160992016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16100
16101 * gdb.trace/save-trace.exp: Change relative path to be in the
16102 standard output directory.
16103
a7a0a6a9
JK
161042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16105
16106 * gdb.arch/i386-prologue.c: Add missing prototypes.
16107
c99dbb42
JK
161082016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16109
16110 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16111 * gdb.arch/i386-prologue.exp: Likewise.
16112 * gdb.arch/i386-size.exp: Likewise.
16113
aa480355
SM
161142016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16115
16116 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16117 define object file path.
16118 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16119 file path.
16120 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16121 standard_output_file to define binfile.
16122
ba881f50
JK
161232016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16124
16125 Fix compatibility with recent gfortran-5.3.1.
16126 * gdb.fortran/vla-history.exp (print vla1 allocated)
16127 (print vla2 allocated, print $2, print $3): Remove
16128 (print $4): Rename to ...
16129 (print $2): ... here.
16130 (print $9): Rename to ...
16131 (print $5): ... here.
16132 (print $10): Rename to ...
16133 (print $6): ... here.
16134 * gdb.fortran/vla.f90: Add pvla initialization.
16135
e9fb005c
JK
161362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16137
16138 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16139 New test.
16140 * gdb.fortran/vla-value-sub.exp: Likewise.
16141
e44e00ff
MK
161422016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16143
16144 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16145
97e94151
SM
161462016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16147
16148 * i386-biarch-core.exp: Define corefile using
16149 standard_output_file.
16150
01113bc1
YQ
161512016-02-12 Yao Qi <yao.qi@linaro.org>
16152
16153 * gdb.arch/arm-single-step-kernel-helper.c: New.
16154 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16155
33b4777c
MM
161562016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16157
16158 * gdb.btrace/tailcall-only.exp: New.
16159 * gdb.btrace/tailcall-only.c: New.
16160 * gdb.btrace/x86_64-tailcall-only.S: New.
16161 * gdb.btrace/i686-tailcall-only.S: New.
16162
acc23c11
PA
161632016-02-11 Pedro Alves <palves@redhat.com>
16164
16165 * README (Parallel testing): Add missing double quotes.
16166
e352bf0a
PA
161672016-02-11 Pedro Alves <palves@redhat.com>
16168
16169 * README (Parallel testing): New section.
16170 (GDB_PARALLEL): Rewrite.
16171 (FORCE_PARALLEL): Document.
16172
9f5fed78
MK
161732016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16174
16175 * gdb.trace/tfile-avx.c: New test.
16176 * gdb.trace/tfile-avx.exp: New test.
16177
9ef9e6a6
KS
161782016-02-09 Keith Seitz <keiths@redhat.com>
16179
16180 PR breakpoints/19546
16181 * gdb.base/infcall-exec.c: New file.
16182 * gdb.base/infcall-exec2.c: New file.
16183 * gdb.base/infcall-exec.exp: New file.
16184
a96e36da
KS
161852016-02-09 Keith Seitz <keiths@redhat.com>
16186
16187 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16188 (toplevel): Call test_bkpt_address.
16189
9f61929f
KS
161902016-02-09 Keith Seitz <keiths@redhat.com>
16191
16192 PR python/19506
16193 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16194 (toplevel): Call test_bkpt_address.
16195
1e94266c
SM
161962016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16197
16198 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16199 to AC_OUTPUT.
16200 * configure: Regenerate.
16201
2a7f3dff
PA
162022016-02-09 Pedro Alves <palves@redhat.com>
16203
16204 PR breakpoints/19548
16205 * gdb.base/execl-update-breakpoints.c (some_function): New
16206 function.
16207 (main): Call it.
16208 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16209 Tighten expected GDB output.
16210
2151ccc5
SM
162112016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16212
16213 * Makefile.in (ALL_SUBDIRS): Remove.
16214 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16215 (distclean maintainer-clean realclean): Likewise.
16216 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16217 * configure: Regenerate.
16218 * gdb.ada/Makefile.in: Delete.
16219 * gdb.arch/Makefile.in: Likewise.
16220 * gdb.asm/Makefile.in: Likewise.
16221 * gdb.base/Makefile.in: Likewise.
16222 * gdb.btrace/Makefile.in: Likewise.
16223 * gdb.cell/Makefile.in: Likewise.
16224 * gdb.compile/Makefile.in: Likewise.
16225 * gdb.cp/Makefile.in: Likewise.
16226 * gdb.disasm/Makefile.in: Likewise.
16227 * gdb.dlang/Makefile.in: Likewise.
16228 * gdb.dwarf2/Makefile.in: Likewise.
16229 * gdb.fortran/Makefile.in: Likewise.
16230 * gdb.gdb/Makefile.in: Likewise.
16231 * gdb.go/Makefile.in: Likewise.
16232 * gdb.guile/Makefile.in: Likewise.
16233 * gdb.java/Makefile.in: Likewise.
16234 * gdb.linespec/Makefile.in: Likewise.
16235 * gdb.mi/Makefile.in: Likewise.
16236 * gdb.modula2/Makefile.in: Likewise.
16237 * gdb.multi/Makefile.in: Likewise.
16238 * gdb.objc/Makefile.in: Likewise.
16239 * gdb.opencl/Makefile.in: Likewise.
16240 * gdb.opt/Makefile.in: Likewise.
16241 * gdb.pascal/Makefile.in: Likewise.
16242 * gdb.perf/Makefile.in: Likewise.
16243 * gdb.python/Makefile.in: Likewise.
16244 * gdb.reverse/Makefile.in: Likewise.
16245 * gdb.server/Makefile.in: Likewise.
16246 * gdb.stabs/Makefile.in: Likewise.
16247 * gdb.threads/Makefile.in: Likewise.
16248 * gdb.trace/Makefile.in: Likewise.
16249 * gdb.xml/Makefile.in: Likewise.
16250 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16251 GDB_PARALLEL.
16252 (standard_output_file): Remove check for GDB_PARALLEL, always
16253 return path in outputs/$subdir/$testname.
16254
437277d4
SM
162552016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16256
16257 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16258 (site.exp): Assign abs_srcdir to tcl's srcdir.
16259
31d913c7
YQ
162602016-02-04 Yao Qi <yao.qi@linaro.org>
16261
16262 * gdb.base/foll-exec-mode.c: Include limits.h.
16263 (main): Add parameters argc and argv. Get directory from
16264 argv[0].
16265 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16266 compilation.
16267 * gdb.base/foll-exec.c: Include limits.h.
16268 (main): Add parameters argc and argv.
16269 Get directory from argv[0].
16270 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16271 Adjust tests on the number of lines as source code changed.
16272 * gdb.base/foll-vfork-exit.c: Include limits.h.
16273 (main): Add one line of statement before vfork.
16274 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16275 (main): Add parameters argc and argv. Get directory from
16276 argv[0].
16277 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16278 (setup_gdb): Set tbreak to skip some source lines.
16279 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16280 (main): Add parameters argc and argv. Get directory from
16281 argv[0].
16282 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16283 compilation.
16284 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16285 (main): Add parameters argc and argv. Get directory from
16286 argv[0].
16287 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16288 compilation.
16289
9482b9fb
DE
162902016-02-01 Doug Evans <dje@google.com>
16291
16292 * gdb.base/skip.exp: Clean up multiple references to same test name.
16293
6b2e4f10
PA
162942016-02-01 Pedro Alves <palves@redhat.com>
16295
ccb6afd6 16296 PR remote/19496
6b2e4f10
PA
16297 * gdb.threads/forking-threads-plus-breakpoint.exp
16298 (displaced_stepping_supported): New global.
16299 (probe_displaced_stepping_support): New procedure.
16300 (do_test): Add 'displaced' parameter, and use it.
16301 (top level): Check for displaced stepping support. Add displaced
16302 stepping on/off testing axis.
16303
37a8db1a
AB
163042016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16305
16306 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16307 pointer. Don't perform further tests on the unassociated pointer
16308 if the first test fails.
16309
5fdf6324
AB
163102016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16311
16312 * gdb.base/max-value-size.c: New file.
16313 * gdb.base/max-value-size.exp: New file.
16314 * gdb.base/huge.exp: Disable max-value-size for this test.
16315
935c6144
IB
163162016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16317
16318 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16319
7fe8399d
YQ
163202016-01-28 Yao Qi <yao.qi@linaro.org>
16321
16322 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16323
a2077e25
PA
163242016-01-25 Pedro Alves <palves@redhat.com>
16325
16326 PR threads/19461
16327 * gdb.base/fork-running-state.c: New file.
16328 * gdb.base/fork-running-state.exp: New file.
16329
1d2736d4
PA
163302016-01-25 Pedro Alves <palves@redhat.com>
16331
16332 PR gdb/19494
16333 * gdb.base/catch-fork-kill.c: New file.
16334 * gdb.base/catch-fork-kill.exp: New file.
16335
f1da4b11
PA
163362016-01-25 Pedro Alves <palves@redhat.com>
16337
16338 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16339 Delete, moved to lib/gdb.exp.
16340 * gdb.threads/forking-threads-plus-breakpoint.exp
16341 (foreach_with_prefix): Likewise.
16342 * gdb.threads/process-dies-while-handling-bp.exp
16343 (foreach_with_prefix): Likewise.
16344 * lib/gdb.exp (foreach_with_prefix): New procedure.
16345
45f38546
MK
163462016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16347
16348 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16349 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16350
dc29a1ce
MK
163512016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16352
16353 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16354 endian targets.
16355
092127d7
JK
163562016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16357 Pedro Alves <palves@redhat.com>
16358
16359 Fix testsuite compatibility with Guile.
16360 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16361 number.
16362
31d765d3
JK
163632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16364
16365 Fix testsuite compatibility with Guile.
16366 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16367 (thread 1): New test for backtrace through signal handler.
16368
1ac78c04
YQ
163692016-01-22 Yao Qi <yao.qi@linaro.org>
16370
16371 PR testsuite/19491
16372 * gdb.base/multi-forks.c: Include
16373 ../lib/unbuffer_output.c
16374 (main): Call gdb_unbuffer_output.
16375
4f5946a8
DE
163762016-01-21 Doug Evans <dje@google.com>
16377
16378 * lib/ada.exp (gdb_compile_ada): Fix typo.
16379
305e13e6
JB
163802016-01-21 Joel Brobecker <brobecker@adacore.com>
16381
16382 * gdb.base/break-fun-addr.exp: New file.
16383 * gdb.base/break-fun-addr1.c: New file.
16384 * gdb.base/break-fun-addr2.c: New file.
16385
5f5dfff6
SM
163862016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16387
16388 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16389 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16390 enum flag values.
16391
fd356fa2
AA
163922016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16393
16394 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16395 when GDB can not set the vector return value. Add more comments
16396 for clarification.
16397
9df22175
AT
163982016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16399
16400 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16401 command.
16402
41d1845e
SM
164032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16404
16405 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16406
01ac6840
SM
164072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16408
16409 * Makefile.in (check-single): Pass --status to runtest.
16410 (check/%.exp): Likewise.
16411
164122016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16413
16414 * Makefile.in (check-parallel): Propagate return code from make
16415 do-check-parallel.
16416
bd0a71fa
MK
164172016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16418
16419 * gdb.trace/ftrace.exp: Fix expected message on continue.
16420 * gdb.trace/pending.exp: Fix expected message on continue.
16421 * gdb.trace/trace-break.exp: Fix expected message on continue.
16422
8bcbad33
SM
164232016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16424
16425 * lib/gdb.exp (gdb_test): Remove unused global references.
16426
f303dbd6
PA
164272016-01-18 Pedro Alves <palves@redhat.com>
16428
16429 * gdb.base/async-shell.exp: Adjust expected output.
16430 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16431 * gdb.base/siginfo-thread.exp: Adjust expected output.
16432 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16433 * gdb.java/jnpe.exp: Adjust expected output.
16434 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16435 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16436 * gdb.threads/leader-exit.exp: Adjust expected output.
16437 * gdb.threads/manythreads.exp: Adjust expected output.
16438 * gdb.threads/pthreads.exp: Adjust expected output.
16439 * gdb.threads/schedlock.exp: Adjust expected output.
16440 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16441 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16442 expected output.
16443 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16444 output.
16445 * gdb.threads/sigthread.exp: Adjust expected output.
16446 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16447
b2789696
YQ
164482016-01-18 Yao Qi <yao.qi@linaro.org>
16449
16450 * gdb.guile/scm-section-script.c: Replace @progbits with
16451 %progbits.
16452 * gdb.python/py-section-script.c: Likewise.
16453
71ef29a8
PA
164542016-01-15 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.multi/tids.exp: Test star wildcard ranges.
16457
3f5b7598
PA
164582016-01-15 Pedro Alves <palves@redhat.com>
16459
16460 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16461 command from "thread apply" invocation.
16462 (thr_apply_info_thr_invalid): Default the expected output to the
16463 input tid list.
16464 (top level): Add tests that use convenience variables. Add tests
16465 for "thread apply" with a valid TID list, but missing the command.
16466
663f6d42
PA
164672016-01-13 Pedro Alves <palves@redhat.com>
16468
16469 * gdb.base/default.exp: Expect $_gthread as well.
16470 * gdb.multi/tids.exp: Test $_gthread.
16471 * gdb.threads/thread-specific.exp: Test $_gthread.
16472
c84f6bbf
PA
164732016-01-13 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.multi/tids.exp: Test "info threads -gid".
16476
22a02324
PA
164772016-01-13 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16480 Breakpoint.thread.
16481 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16482
5d5658a1
PA
164832016-01-07 Pedro Alves <palves@redhat.com>
16484
16485 * gdb.base/break.exp: Adjust to output changes.
16486 * gdb.base/hbreak2.exp: Likewise.
16487 * gdb.base/sepdebug.exp: Likewise.
16488 * gdb.base/watch_thread_num.exp: Likewise.
16489 * gdb.linespec/keywords.exp: Likewise.
16490 * gdb.multi/info-threads.exp: Likewise.
16491 * gdb.threads/thread-find.exp: Likewise.
16492 * gdb.multi/tids.c: New file.
16493 * gdb.multi/tids.exp: New file.
16494
84654457
PA
164952016-01-13 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16498
e3940304
PA
164992016-01-13 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.base/default.exp: Expect $_inferior as well.
16502 * gdb.multi/base.exp: Test $_inferior.
16503
a911d87a
PA
165042016-01-13 Pedro Alves <palves@redhat.com>
16505
16506 PR breakpoints/19388
16507 * gdb.base/catch-signal-siginfo-cond.c: New file.
16508 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16509
82075af2
JS
165102016-01-12 Josh Stone <jistone@redhat.com>
16511 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16512
16513 * gdb.base/catch-syscall.c (do_execve): New variable.
16514 (main): Conditionally trigger an execve.
16515 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16516 (test_catch_syscall_execve): New, check entry/return across execve.
16517 (do_syscall_tests): Call test_catch_syscall_execve.
16518
e46eeedd
PA
165192016-01-12 Pedro Alves <palves@redhat.com>
16520
16521 * gdb.base/random-signal.exp (do_test): New procedure, with body
16522 of testcase moved in.
16523
01d8c27e
JK
165242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16525 Pedro Alves <palves@redhat.com>
16526
16527 * gdb.base/funcargs.exp (finish from indirectly called function):
16528 Reintroduce the case for 'First'.
16529
9a706302
JK
165302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16531 Pedro Alves <palves@redhat.com>
16532
16533 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16534 (tcatch_vfork_then_child_follow_exec)
16535 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16536 identification.
16537
c0ecb95f
JK
165382016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16539
16540 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16541 and repeats to unlimited.
16542 * gdb.python/py-value.exp: Likewise.
16543 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16544 and repeats to unlimited.
16545
6cfc1fcb
JK
165462016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16547
16548 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16549 and reordering the functions.
16550 * gdb.multi/hangout.c: Likewise.
16551 * gdb.multi/hello.c: Likewise.
16552
582a1b00
SM
165532016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16554
16555 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16556 absolute.
16557 (SingleStatisticTestResult.report): Use dict.keys instead of
16558 dict.iterkeys.
16559
79bc59cb
PA
165602016-01-06 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16563
43368e1d
MM
165642016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16565
16566 * gdb.btrace/dlopen.exp: New.
16567 * gdb.btrace/dlopen.c: New.
16568 * gdb.btrace/dlopen-dso.c: New.
16569
79fad5b8
SL
165702015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16571
16572 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16573 PATTERN argument is optional.
16574
ab8314b3
JB
165752015-12-24 Joel Brobecker <brobecker@adacore.com>
16576
16577 * lib/ada.exp (target_compile_ada_from_dir): New function.
16578 (gdb_compile_ada): Reimplement avoiding the use of project files.
16579 * gdb.ada/gnat_ada.gpr: Delete.
16580 * gdb.ada/cond_lang.exp: Adjust test to make path before
16581 filename optional.
16582 * gdb.ada/small_reg_param.exp: Likewise.
16583
fe33faff
SM
165842015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16585
16586 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16587
6d265cb4
TP
165882015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16589
16590 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16591 case.
16592
10125099
SM
165932015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16594
16595 * gdb.base/break.exp: Remove dead code.
16596 * gdb.base/sepdebug.exp: Likewise.
16597
3ca22649
SM
165982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16599
16600 * gdb.asm/asm-source.exp: Remove HP-UX references.
16601 * gdb.base/annota1.exp: Likewise.
16602 * gdb.base/annota3.exp: Likewise.
16603 * gdb.base/attach.exp: Likewise.
16604 * gdb.base/bigcore.exp: Likewise.
16605 * gdb.base/break.exp: Likewise.
16606 * gdb.base/call-ar-st.exp: Likewise.
16607 * gdb.base/callfuncs.exp: Likewise.
16608 * gdb.base/catch-fork-static.exp: Likewise.
16609 * gdb.base/display.exp: Likewise.
16610 * gdb.base/foll-exec-mode.exp: Likewise.
16611 * gdb.base/foll-exec.exp: Likewise.
16612 * gdb.base/foll-fork.exp: Likewise.
16613 * gdb.base/foll-vfork.exp: Likewise.
16614 * gdb.base/funcargs.exp: Likewise.
16615 * gdb.base/hbreak2.exp: Likewise.
16616 * gdb.base/inferior-died.exp: Likewise.
16617 * gdb.base/interrupt.exp: Likewise.
16618 * gdb.base/multi-forks.exp: Likewise.
16619 * gdb.base/nodebug.exp: Likewise.
16620 * gdb.base/sepdebug.exp: Likewise.
16621 * gdb.base/solib1.c: Likewise.
16622 * gdb.base/step-test.exp: Likewise.
16623 * gdb.mi/non-stop.c: Likewise.
16624 * gdb.mi/pthreads.c: Likewise.
16625 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16626 * gdb.threads/pthreads.c: Likewise.
16627 * gdb.threads/staticthreads.exp: Likewise.
16628 * lib/future.exp: Likewise.
16629 * lib/gdb.exp: Likewise.
16630 * gdb.base/so-indr-cl.c: Remove.
16631 * gdb.base/so-indr-cl.exp: Likewise.
16632 * gdb.base/solib.c: Likewise.
16633 * gdb.base/solib.exp: Likewise.
16634 * gdb.base/solib2.c: Likewise.
16635
b6304613
SM
166362015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16637
16638 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16639 * gdb.base/call-ar-st.exp: Likewise.
16640 * gdb.base/callfuncs.exp: Likewise.
16641 * gdb.base/condbreak.exp: Likewise.
16642 * gdb.base/constvars.exp: Likewise.
16643 * gdb.base/hbreak2.exp: Likewise.
16644 * gdb.base/langs.exp: Likewise.
16645 * gdb.base/list.exp: Likewise.
16646 * gdb.base/long_long.exp: Likewise.
16647 * gdb.base/ptype.exp: Likewise.
16648 * gdb.base/scope.exp: Likewise.
16649 * gdb.base/signals.exp: Likewise.
16650 * gdb.base/so-impl-ld.exp: Likewise.
16651 * gdb.base/varargs.exp: Likewise.
16652 * gdb.base/volatile.exp: Likewise.
16653 * gdb.base/whatis.exp: Likewise.
16654 * gdb.cp/cplusfuncs.exp: Likewise.
16655 * gdb.cp/inherit.exp: Likewise.
16656 * gdb.cp/local.exp: Likewise.
16657 * gdb.cp/member-ptr.exp: Likewise.
16658 * gdb.cp/method.exp: Likewise.
16659 * gdb.cp/overload.exp: Likewise.
16660 * gdb.cp/templates.exp: Likewise.
16661 * gdb.stabs/weird.exp: Likewise.
16662 * lib/compiler.c: Likewise.
16663 * lib/compiler.cc: Likewise.
16664 * lib/cp-support.exp: Likewise.
16665 * lib/gdb.exp: Likewise.
16666
bf401b07
SM
166672015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16668
16669 * configure.ac: Remove HP-UX case.
16670 * configure: Regenerate.
16671
aff9c0f8
SM
166722015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16673
16674 * lib/gdb.exp (gdb_compile): Add function doc.
16675
a6904d5a
PA
166762015-12-17 Pedro Alves <palves@redhat.com>
16677
16678 PR threads/19354
16679 * gdb.multi/info-threads.exp: New file.
16680
a22279dd
YQ
166812015-12-15 Yao Qi <yao.qi@linaro.org>
16682
16683 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16684 is aarch64*-*-*.
16685
0588c796
SL
166862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16687
16688 * gdb.base/history-duplicates.exp: Skip if no readline support.
16689
5d978e17
SL
166902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16691
16692 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16693
7e763b86
SL
166942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16695
16696 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16697
87a3a92c
SL
166982015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16699
16700 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16701 ctrl-C if nointerrupts target property is set.
16702 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16703 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16704 * gdb.base/paginate-bg-execution.exp: Likewise.
16705 * gdb.base/paginate-execution-startup.exp: Likewise.
16706 * gdb.base/random-signal.exp: Likewise.
16707 * gdb.base/range-stepping.exp: Likewise.
16708 * gdb.cp/annota2.exp: Likewise.
16709 * gdb.cp/annota3.exp: Likewise.
16710 * gdb.gdb/selftest.exp: Likewise.
16711 * gdb.threads/continue-pending-status.exp: Likewise.
16712 * gdb.threads/leader-exit.exp: Likewise.
16713 * gdb.threads/manythreads.exp: Likewise.
16714 * gdb.threads/pthreads.exp: Likewise.
16715 * gdb.threads/schedlock.exp: Likewise.
16716 * gdb.threads/sigthread.exp: Likewise.
16717
a8f077dc
DB
167182015-12-11 Don Breazeal <donb@codesourcery.com>
16719
16720 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16721 remote.
16722 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16723 * gdb.base/foll-exec.exp (main): Enable for target remote.
16724 * gdb.base/foll-fork.exp (main): Likewise.
16725 * gdb.base/foll-vfork.exp (main): Likewise.
16726 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16727 (proc continue_to_exit_bp_loc): Use clean_restart.
16728 * gdb.base/pie-execl.exp (main): Disable for target remote.
16729 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16730 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16731 * gdb.threads/execl.exp (main): Likewise.
16732 * gdb.threads/fork-child-threads.exp (main): Likewise.
16733 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16734 remote.
16735 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16736 remote.
16737 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16738 pid.tid style ptids, instead of just tid.
16739 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16740 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16741 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16742 ptids, instead of just tid.
16743
3b2464a8
AB
167442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16745
16746 * gdb.base/list.exp (test_list_forward): Add end of file error
16747 test.
16748 (test_repeat_list_command): Add end of file error test.
16749 (test_list_backwards): Add beginning of file error test.
16750
a0def019
AB
167512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16752
16753 * gdb.base/list.exp (test_list_invalid_args): New function,
16754 defined, and called.
16755
5c000dff
AB
167562015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16757
16758 * gdb.base/list.exp (test_list): Make test names unique.
16759
f1637ebe
YQ
167602015-12-11 Yao Qi <yao.qi@linaro.org>
16761
16762 * gdb.base/coremaker2.c: Remove.
16763
36d6fc0a
PA
167642015-12-10 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.multi/base.exp: Remove stale "spaces" references.
16767
762f7747
PA
167682015-12-10 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.multi/base.exp: Don't use nowarnings.
16771 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
16772 * gdb.multi/hangout.c: Include stdio.h.
16773 * gdb.multi/hello.c: Include stdlib.h.
16774 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
16775 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
16776 * gdb.multi/multi-arch.exp: Don't use nowarnings.
16777
28d2bfb9
AB
167782015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
16779
16780 * gdb.dwarf2/dw2-ranges-base.c: New file.
16781 * gdb.dwarf2/dw2-ranges-base.exp: New file.
16782 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
16783 support additional line table, and debug ranges generation.
16784 (Dwarf::ranges): New function, generate .debug_ranges.
16785 (Dwarf::lines): Support generating simple line table programs.
16786 (Dwarf::assemble): Initialise new namespace variables.
16787
5fc2beac
KB
167882015-12-09 Kevin Buettner <kevinb@redhat.com>
16789
16790 * gdb.base/async.exp (proc test_background): Add case for
16791 asynchronous execution not supported.
16792
1c35a88f
LM
167932015-12-09 Luis Machado <lgustavo@codesourcery.com>
16794
16795 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
16796 format and change test names to make them unique.
16797
b593e3d9
RK
167982015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
16799 Pedro Alves <pedro@redhat.com>
16800
16801 PR gdb/18702
16802 Add checking of floatformats setup on x86_64 hosts.
16803 * gdb.arch/i386-float.S (main): Load bigval and smallval.
16804 (smallval, bigval): New labels/constants.
16805 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
16806 float" after loading bigval and smallval.
16807
d72413e6
PMR
168082015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
16809
16810 * gdb.ada/fun_overload_menu.exp: New testcase.
16811 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
16812
ece66d65
JS
168132015-12-04 Josh Stone <jistone@redhat.com>
16814
16815 * gdb.base/catch-fork-static.exp: New.
16816
41d0efca
YQ
168172015-12-03 Yao Qi <yao.qi@linaro.org>
16818
16819 * gdb.base/sizeof.c: Don't include stdio.h and
16820 ../lib/unbuffer_output.c.
16821 (main): New variable 'size' and 'value'. Remove printf and
16822 gdb_unbuffer_output. Assign return value to size and value.
16823 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
16824 at the beginning.
16825 (check_sizeof): Check the result by printing variable 'size'.
16826 (check_valueof): Check the result by printing variable 'value'.
16827
99fd02d9
YQ
168282015-12-01 Yao Qi <yao.qi@linaro.org>
16829
16830 * gdb.base/disp-step-syscall.exp: Define syscall instruction
16831 for aarch64*-*-linux* target.
16832
f2faf941
PA
168332015-11-30 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16836
04bf20c5
PA
168372015-11-30 Pedro Alves <palves@redhat.com>
16838
16839 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
16840 Handle non-stop mode vCont replies.
16841
09df4675
PA
168422015-11-30 Pedro Alves <palves@redhat.com>
16843
16844 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
16845 prepare_for_testing. Start gdb with "set non-stop on" appended to
16846 GDBFLAGS. Lax expected stop output.
16847
58b584af
YQ
168482015-11-27 Yao Qi <yao.qi@linaro.org>
16849
16850 * gdb.arch/arm-neon.exp: New.
16851 * gdb.arch/arm-neon.c: New.
16852
dfcb77a8
YQ
168532015-11-27 Yao Qi <yao.qi@linaro.org>
16854
16855 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16856
88e8ec1b
YQ
168572015-11-27 Yao Qi <yao.qi@linaro.org>
16858
16859 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16860 frames-invalid annotation.
16861
bfde72c2
YQ
168622015-11-27 Yao Qi <yao.qi@linaro.org>
16863
16864 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16865
f6512a69
SM
168662015-11-26 Simon Marchi <simon.marchi@ericsson.com>
16867
16868 * gdb.threads/names.exp: New file.
16869 * gdb.threads/names.c: New file.
16870 * README: Mention gdb,no_thread_names.
16871
46a3515b
MM
168722015-11-26 Markus Metzger <markus.t.metzger@intel.com>
16873
16874 PR 19297
16875 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
16876 support" error.
16877
62147a22
PA
168782015-11-24 Pedro Alves <palves@redhat.com>
16879
16880 PR 17539
16881 * gdb.base/display.exp: Expect displays to be sorted in ascending
16882 order. Use multi_line.
16883 * gdb.base/solib-display.exp: Likewise.
16884
2f341b6e
PA
168852015-11-24 Pedro Alves <palves@redhat.com>
16886
16887 PR 17539
25d49b86
PA
16888 * gdb.base/display.exp: Expect displays to be sorted in ascending
16889 order. Use multi_line.
16890 * gdb.base/solib-display.exp: Likewise.
2f341b6e 16891
7e0aa6aa
PA
168922015-11-24 Pedro Alves <palves@redhat.com>
16893
16894 PR 17539
16895 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
16896 threads in ascending order.
16897 * gdb.base/foll-fork.exp: Likewise.
16898 * gdb.base/foll-vfork.exp: Likewise.
16899 * gdb.base/multi-forks.exp: Likewise.
16900 * gdb.mi/mi-nonstop.exp: Likewise.
16901 * gdb.mi/mi-nsintrall.exp: Likewise.
16902 * gdb.multi/base.exp: Likewise.
16903 * gdb.multi/multi-arch.exp: Likewise.
16904 * gdb.python/py-inferior.exp: Likewise.
16905 * gdb.threads/break-while-running.exp: Likewise.
16906 * gdb.threads/execl.exp: Likewise.
16907 * gdb.threads/gcore-thread.exp: Likewise.
16908 * gdb.threads/info-threads-cur-sal.exp: Likewise.
16909 * gdb.threads/kill.exp: Likewise.
16910 * gdb.threads/linux-dp.exp: Likewise.
16911 * gdb.threads/multiple-step-overs.exp: Likewise.
16912 * gdb.threads/next-bp-other-thread.exp: Likewise.
16913 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
16914 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
16915 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
16916 * gdb.threads/thread-find.exp: Likewise.
16917 * gdb.threads/tls.exp: Likewise.
16918 * lib/mi-support.exp (mi_reverse_list): Delete.
16919 (mi_check_thread_states): No longer reverse list.
16920
2cc57ad8
PA
169212015-11-24 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16924 use lowercase.
16925
c93e8391
SM
169262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * gdb.trace/actions.c: Include trace-common.h.
16929 (main): Add a location for a fast tracepoint.
16930 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
16931 the normal tracepoints.
16932 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
16933
045ccf91
SM
169342015-11-23 Simon Marchi <simon.marchi@ericsson.com>
16935
16936 * save-trace.exp: Factor out code to these...
16937 (gdb_save_tracepoints): New.
16938 (gdb_load_tracepoints): New.
16939 (do_save_load_test): New.
16940
5506f9f6
KB
169412015-11-23 Kevin Buettner <kevinb@redhat.com>
16942
16943 * gdb.base/asmlabel.exp: New test.
16944 * gdb.base/asmlabel.c: New test case.
16945
16c3b12f
JB
169462015-11-23 Joel Brobecker <brobecker@adacore.com>
16947
16948 * gdb.base/wrong_frame_bt_full-main.c: New file.
16949 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
16950 * gdb.base/wrong_frame_bt_full.exp: New file.
16951
155bfbd3
JB
169522015-11-23 Joel Brobecker <brobecker@adacore.com>
16953
16954 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16955
bb097445
JM
169562015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16957
206853a0 16958 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
16959 pstate register when comparing registers values in
16960 sparc64-*-linux-gnu targets to avoid spurious differences.
16961
9c88ed8f
JM
169622015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16963
206853a0 16964 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 16965
96161e25
SL
169662015-11-19 Sandra Loosemore <sandra@codesourcery.com>
16967
16968 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
16969 as type argument to gdb_compile.
16970 * gdb.base/nested-subp2.exp: Likewise.
16971 * gdb.base/nested-subp3.exp: Likewise.
16972
340c2830
DV
169732015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
16974
16975 * lib/dwarf.exp (_note): Fix left shift of negative value.
16976 * gdb.trace/trace-condition.exp: Likewise.
16977
c1862d0f
YQ
169782015-11-13 Yao Qi <yao.qi@linaro.org>
16979
16980 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
16981 comments about d10v.
16982 (test_scalar_returns): Likewise.
16983 * gdb.base/d10v.ld: Remove.
16984 * gdb.base/overlays.exp: Remove the target triplet checking for
16985 d10v-*-*.
16986 * gdb.base/structs.exp (test_struct_returns): Remove the
16987 comments about d10v.
16988 (test_struct_calls): Likewise.
16989
77ae9c19
YQ
169902015-11-13 Yao Qi <yao.qi@linaro.org>
16991
16992 * gdb.base/gnu_vector.exp: Check the return value by "p res".
16993 * gdb.base/gnu_vector.c: Don't include stdio.h.
16994 (main): Don't print res and call add_some_intvecs.
16995
430e004e
MK
169962015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
16997
16998 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
16999 macro.
17000 (func5): Removed.
17001 (func4): Use FAST_TRACEPOINT_LABEL.
17002 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17003 macro.
17004 (func): Removed.
17005 (thread_function): Use FAST_TRACEPOINT_LABEL.
17006 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17007 (func): Remove.
17008 (marker): Use FAST_TRACEPOINT_LABEL.
17009 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17010 (pendfunc1): Remove.
17011 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17012 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17013 (foo): Remove.
17014 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17015 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17016 macro.
17017 (func): Remove.
17018 (marker): Use FAST_TRACEPOINT_LABEL.
17019 * gdb.trace/trace-common.h: New header.
17020 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17021 macro.
17022 (func): Remove.
17023 (marker): Use FAST_TRACEPOINT_LABEL.
17024 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17025 (func): Remove.
17026 (thread_function): Use FAST_TRACEPOINT_LABEL.
17027
6e7675a7
MK
170282015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17029
17030 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17031 in front.
17032 * gdb.trace/change-loc.exp: Use global pcreg definition.
17033 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17034 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17035 in front.
17036 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17037 * gdb.trace/pending.exp: Likewise.
17038 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17039 * gdb.trace/trace-break.exp: Likewise.
17040 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17041 in front.
17042 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17043 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17044 in front.
17045 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17046
dddc0e16
JB
170472015-11-09 Joel Brobecker <brobecker@adacore.com>
17048
17049 * gdb.ada/fin_fun_out: New testcase.
17050
c6f0b406
KB
170512015-11-07 Kevin Buettner <kevinb@redhat.com>
17052
17053 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17054 value associated with DW_AT_byte_size.
17055 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17056 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17057 DW_AT_upper_bound.
17058
f01dcfd9
KB
170592015-11-07 Kevin Buettner <kevinb@redhat.com>
17060
17061 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17062 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17063 version.
17064 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17065 gdb.dwarf2/dw2-canonicalize-type.exp,
17066 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17067 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17068 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17069 provided by gdb_target_symbol_prefix_flags_asm.
17070 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17071 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17072 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17073 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17074 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17075 macros where needed). Use this macro for symbols which require
17076 the prefix provided by SYMBOL_PREFIX.
17077
2223449a
KB
170782015-11-05 Kevin Buettner <kevinb@redhat.com>
17079
17080 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17081 New procs.
17082 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17083 representing expressions, of more than one list element.
17084 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17085 to prepend linker symbol prefix to f.
17086 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17087 table_1 and table_2.
17088 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17089 Likewise, for f and g.
17090 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17091 for ptr.
17092 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17093 for main.
17094 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17095 table_1_ptr and table_2_ptr.
17096
6f2f1a3a
JK
170972015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17098 Joel Brobecker <brobecker@adacore.com>
17099
17100 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17101
566c56c9
MK
171022015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17103
17104 * gdb.reverse/s390-mvcle.c: New test.
17105 * gdb.reverse/s390-mvcle.exp: New file.
17106 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17107
d5f0636b
MK
171082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17109
17110 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17111
7ad8b86c
MK
171122015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17113
17114 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17115 reaching marker2.
17116 * gdb.reverse/getresuid-reverse.exp: Likewise.
17117 * gdb.reverse/pipe-reverse.exp: Likewise.
17118 * gdb.reverse/readv-reverse.exp: Likewise.
17119 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17120 * gdb.reverse/time-reverse.exp: Likewise.
17121 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17122
4081c0f1
YQ
171232015-10-30 Yao Qi <yao.qi@linaro.org>
17124
17125 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17126 (empty_cycle): Remove.
17127 (main): Don't call empty_cycle. Don't use watch_count_done.
17128 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17129 empty_cycle. Rewrite the code counting HW watchpoints.
17130
452b4ba5
MK
171312015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17132
17133 * gdb.reverse/fstatat-reverse.c: New test.
17134 * gdb.reverse/fstatat-reverse.exp: New file.
17135 * gdb.reverse/getresuid-reverse.c: New test.
17136 * gdb.reverse/getresuid-reverse.exp: New file.
17137 * gdb.reverse/pipe-reverse.c: New test.
17138 * gdb.reverse/pipe-reverse.exp: New file.
17139 * gdb.reverse/readv-reverse.c: New test.
17140 * gdb.reverse/readv-reverse.exp: New file.
17141 * gdb.reverse/recvmsg-reverse.c: New test.
17142 * gdb.reverse/recvmsg-reverse.exp: New file.
17143 * gdb.reverse/time-reverse.c: New test.
17144 * gdb.reverse/time-reverse.exp: New file.
17145 * gdb.reverse/waitpid-reverse.c: New test.
17146 * gdb.reverse/waitpid-reverse.exp: New file.
17147
5e2e7507
JK
171482015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17149
17150 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17151
0fde2c53
DE
171522015-10-26 Doug Evans <dje@google.com>
17153
17154 PR symtab/17391
17155 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17156 * gdb.dwarf2/bad-regnum.c: New file.
17157 * gdb.dwarf2/bad-regnum.exp: New file.
17158
1a70ae97
DE
171592015-10-26 Doug Evans <dje@google.com>
17160
17161 PR python/18938
17162 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17163 file.
17164
27dc26ab
JK
171652015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17166
17167 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17168 for a change by "Mention language in compile error message".
17169
bed91f4d
SM
171702015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17171
17172 PR python/18073
17173 * gdb.python/py-type.c (C::a_method): New.
17174 (C::a_const_method): New.
17175 (C::a_static_method): New.
17176 (a_function): New.
17177 * gdb.python/py-type.exp (test_fields): Test getting fields
17178 from function and method.
17179
3f2f83dd
KB
171802015-10-21 Keven Boell <keven.boell@intel.com>
17181
17182 * gdb.fortran/vla-alloc-assoc.exp: New file.
17183 * gdb.fortran/vla-datatypes.exp: New file.
17184 * gdb.fortran/vla-datatypes.f90: New file.
17185 * gdb.fortran/vla-history.exp: New file.
17186 * gdb.fortran/vla-ptype-sub.exp: New file.
17187 * gdb.fortran/vla-ptype.exp: New file.
17188 * gdb.fortran/vla-sizeof.exp: New file.
17189 * gdb.fortran/vla-sub.f90: New file.
17190 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17191 * gdb.fortran/vla-value-sub-finish.exp: New file.
17192 * gdb.fortran/vla-value-sub.exp: New file.
17193 * gdb.fortran/vla-value.exp: New file.
17194 * gdb.fortran/vla-ptr-info.exp: New file.
17195 * gdb.mi/mi-vla-fortran.exp: New file.
17196 * gdb.mi/vla.f90: New file.
17197
27145d50
SL
171982015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17199
17200 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17201 of hardwired timeout value.
17202
5f3ff4f8
JK
172032015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17204 Pedro Alves <palves@redhat.com>
17205
17206 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17207 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17208
bfd09d20
JS
172092015-10-19 Josh Stone <jistone@redhat.com>
17210
17211 * gdb.base/catch-syscall.c: Include <sched.h>.
17212 (unknown_syscall): New variable.
17213 (main): Trigger a vfork and an unknown syscall.
17214 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17215 (unknown_syscall_number): Likewise.
17216 (check_call_to_syscall): Accept an optional syscall pattern.
17217 (check_return_from_syscall): Likewise.
17218 (check_continue): Likewise.
17219 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17220 (test_catch_syscall_skipping_return): New test toggling off 'catch
17221 syscall' to step over the syscall return, then toggling back on.
17222 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17223 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17224 (do_syscall_tests): Call test_catch_syscall_without_args and
17225 test_catch_syscall_mid_vfork.
17226 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17227 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17228
b32b93c6
AS
172292015-10-19 Andrew Stubbs <ams@codesourcery.com>
17230
17231 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17232 print g_vE): Add new pass patterns.
17233 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17234 print various symbol names for vptr fields.
17235
9d622bda
AB
172362015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17237
17238 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17239 results.
17240
0fd8ac1c
YQ
172412015-10-12 Yao Qi <yao.qi@linaro.org>
17242
17243 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17244
34240514
YQ
172452015-10-12 Yao Qi <yao.qi@linaro.org>
17246
17247 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17248 is aarch64*-*-linux*.
17249
8240f442
YQ
172502015-10-12 Yao Qi <yao.qi@linaro.org>
17251
17252 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17253 (can_relocate_bcond_true): ... it.
17254 (can_relocate_bcond_false): New function.
17255 (foo): Likewise.
17256 (can_relocate_bl): Likewise.
17257 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17258 can_relocate_bl.
17259
2520f728
PMR
172602015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17261
17262 * gdb.base/nested-addr.c: New file.
17263 * gdb.base/nested-addr.exp: New testcase.
17264
abcef95a
MM
172652015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17266
17267 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17268 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17269 its output. Ignore the output of "record goto begin" and instead
17270 check that GDB is replaying.
17271
145e3ddb
PA
172722015-10-09 Pedro Alves <palves@redhat.com>
17273
17274 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17275 (top level): Use it in the run with no args test.
17276
d5d8c4e1
IB
172772015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17278
17279 * gdb.dlang/properties.exp: New file.
17280
06e635ef
SL
172812015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17282
17283 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17284 whether or not address 0x1000 is mapped on the target.
17285
e019fd1d
SM
172862015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17287
17288 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17289 build.
17290
77ba2a67
MM
172912015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17292
17293 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17294 instruction-history test.
17295
c60eb31f
DE
172962015-09-28 Doug Evans <dje@google.com>
17297
17298 * gdb.base/gcore.c (array_func): Add reference to static_array.
17299
9a3c8263
SM
173002015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17301
17302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17303 source line.
17304
9720e656
SL
173052015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17306
17307 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17308 short or char as base type.
17309
938d3bf2
SL
173102015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17311
17312 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17313 to allow any size enum.
17314
e6c2c623
PMR
173152015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17316
17317 * gdb.ada/array_ptr_renaming.exp: New testcase.
17318 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17319 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17320
06da0f77
PL
173212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17322
17323 * gdb.trace/ftrace-lock.c: New file.
17324 * gdb.trace/ftrace-lock.exp: New file.
17325
4f51c22a
PL
173262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17327
17328 * gdb.arch/insn-reloc.c: New file.
17329 * gdb.arch/ftrace-insn-reloc.exp: New file.
17330
7041adf4
PL
173312015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17332
17333 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17334 instruction.
17335 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17336 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17337 * gdb.trace/range-stepping.c: Likewise.
17338 * gdb.trace/trace-break.c: Likewise.
17339 * gdb.trace/trace-mt.c (thread_function): Likewise.
17340 * gdb.trace/ftrace.c (marker): Likewise.
17341 * gdb.trace/trace-condition.c (marker): Likewise.
17342 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17343 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17344 is_aarch64_target.
17345
015d2e7e
DE
173462015-09-18 Doug Evans <xdje42@gmail.com>
17347
17348 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17349 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17350
26b188a2
SL
173512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17352
17353 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17354 the breakpoint.
17355
79dc332b
SL
173562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17357
17358 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17359 the pending breakpoint. Remove timeout override for "Run till
17360 MI pending breakpoint on pendfunc3 on thread 2" test.
17361
f57929f2
SL
173622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17363
17364 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17365 filename pattern.
17366
3f469b17
SL
173672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17368
17369 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17370 in breakpoint filename pattern.
17371
515b89b3
SL
173722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17373
7800dbe4
SL
17374 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17375
173762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17377
515b89b3
SL
17378 * gdb.linespec/explicit.exp: Check for readline support for
17379 tab-completion tests. Fix obvious typo.
17380
d2939ba2
MM
173812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17382
17383 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17384 and replay.
17385
cbb55fa7
MM
173862015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17387
17388 * gdb.btrace/non-stop.c: New.
17389 * gdb.btrace/non-stop.exp: New.
17390
43691ca1
PL
173912015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17392 Yao Qi <yao.qi@linaro.org>
17393
17394 * gdb.trace/trace-condition.c: New file.
17395 * gdb.trace/trace-condition.exp: New file.
17396
d78908cf
WW
173972015-09-16 Wei-cheng Wang <cole945@gmail.com>
17398
17399 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17400 for testing bytecode compilation.
17401
1ed415e2
PA
174022015-09-16 Pedro Alves <palves@redhat.com>
17403 Sandra Loosemore <sandra@codesourcery.com>
17404
17405 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17406 (SECONDS): Redefine.
17407 (main): Call pthread_kill and alarm early.
17408 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17409 support.
17410 (test): If the target can't hardware step and doesn't support
17411 displaced stepping, increase the timeout.
17412
d136eff5
PA
174132015-09-16 Pedro Alves <palves@redhat.com>
17414
17415 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17416 (enable_debug): New procedures.
17417 (test): Use them. Bail out if waiting for threads fails.
17418 (top level): Bail out if a test fails.
17419
991f019c
YQ
174202015-09-16 Yao Qi <yao.qi@linaro.org>
17421
17422 * gdb.asm/asm-source.exp: Set asm-arch for
17423 aarch64*-*-* target.
17424 * gdb.asm/aarch64.inc: New file.
17425
bfca584f
PMR
174262015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17427
17428 * gdb.ada/array_of_variable_length.exp: New testcase.
17429 * gdb.ada/array_of_variable_length/foo.adb: New file.
17430 * gdb.ada/array_of_variable_length/pck.adb: New file.
17431 * gdb.ada/array_of_variable_length/pck.ads: New file.
17432
b326e587
DE
174332015-09-15 Doug Evans <dje@google.com>
17434
17435 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17436 of function static local variable.
17437
5382cfab
PW
174382015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17439
17440 * gdb.threads/tls-so_extern.exp: New test file.
17441 * gdb.threads/tls-so_extern.c: New test file.
17442 * gdb.threads/tls-so_extern_main.c: New test file.
17443
141c5cc4
JK
174442015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17445
17446 * gdb.opt/solib-intra-step-lib.c: New file.
17447 * gdb.opt/solib-intra-step-main.c: New file.
17448 * gdb.opt/solib-intra-step.exp: New file.
17449
d15dcecd
PA
174502015-09-15 Pedro Alves <palves@redhat.com>
17451
17452 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17453 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17454
4c2f2a79
PA
174552015-09-14 Pedro Alves <palves@redhat.com>
17456
17457 * gdb.base/hook-stop-continue.c: Delete.
17458 * gdb.base/hook-stop-continue.exp: Delete.
17459 * gdb.base/hook-stop-frame.c: Delete.
17460 * gdb.base/hook-stop-frame.exp: Delete.
17461 * gdb.base/hook-stop.c: New file.
17462 * gdb.base/hook-stop.exp: New file.
17463
919e6dbe
PMR
174642015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17465
17466 * gdb.ada/access_to_packed_array.exp: New testcase.
17467 * gdb.ada/access_to_packed_array/foo.adb: New file.
17468 * gdb.ada/access_to_packed_array/pack.adb: New file.
17469 * gdb.ada/access_to_packed_array/pack.ads: New file.
17470
157280a4
MM
174712015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17472
17473 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17474 buffer size test.
17475
2fd33e94
DB
174762015-09-11 Don Breazeal <donb@codesourcery.com>
17477
17478 * gdb.base/foll-exec.c: Add copyright header. Fix
17479 formatting issues.
17480 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17481 (do_exec_tests): Use clean_restart in place of zap_session,
17482 and for test initialization. Fix formatting issues. Use
17483 fail in place of perror.
17484 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17485 an expect statement to match an expression with output from
17486 the program under debug.
17487 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17488 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17489 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17490 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17491 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17492
e70b6e8e
DE
174932015-09-09 Doug Evans <dje@google.com>
17494
17495 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17496
7a551a51
DE
174972015-09-09 Doug Evans <dje@google.com>
17498
17499 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17500
4c666f84
DE
175012015-09-09 Doug Evans <dje@google.com>
17502
17503 * gdb.base/savedregs.exp: Fix typo.
17504
243a9253
PA
175052015-09-09 Pedro Alves <palves@redhat.com>
17506
17507 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17508
c0fa8fbd
SL
175092015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17510
17511 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17512 command actually switches threads. Give up on remaining
17513 tests if target fails to stop at breakpoint.
17514
cd7c1778
PMR
175152015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17516
17517 * gdb.ada/funcall_char.exp: New testcase.
17518 * gdb.ada/funcall_char/foo.adb: New file.
17519
dc5c8746
PMR
175202015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17521
17522 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17523 expected outputs. Add two testcases for completing ambiguous
17524 functions.
17525 * gdb.ada/complete/aux_pck.adb: New file.
17526 * gdb.ada/complete/aux_pck.ads: New file.
17527 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17528 Ambiguous_Func functions.
17529 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17530 * gdb.ada/complete/pck.adb: Likewise.
17531
4e83a1e7
UW
175322015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17533
17534 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17535 failures to run the test program under GDB.
17536
8ce74153
LM
175372015-08-26 Luis Machado <lgustavo@codesourcery.com>
17538
17539 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17540 to C.
17541
e9756d52
PP
175422015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17543
17544 * gdb.base/run-after-attach.exp: New test file.
17545 * gdb.base/run-after-attach.c: New test file.
17546
8d37573b
DB
175472015-08-26 Don Breazeal <donb@codesourcery.com>
17548
17549 * gdb.base/foll-exec-2.c: New test program.
17550 * gdb.base/foll-exec-2.exp: New test.
17551
63e43d3a
PMR
175522015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17553
17554 * gdb.base/nested-subp1.exp: New file.
17555 * gdb.base/nested-subp1.c: New file.
17556 * gdb.base/nested-subp2.exp: New file.
17557 * gdb.base/nested-subp2.c: New file.
17558 * gdb.base/nested-subp3.exp: New file.
17559 * gdb.base/nested-subp3.c: New file.
17560
3d40fbb5
PA
175612015-08-24 Pedro Alves <palves@redhat.com>
17562
17563 * gdb.server/connect-without-multi-process.c: New file.
17564 * gdb.server/connect-without-multi-process.exp: New file.
17565
4422ac93
LM
175662015-08-24 Luis Machado <lgustavo@codesourcery.com>
17567
17568 * gdb.opt/inline-markers.c: Make z int.
17569
91dddb86
LM
175702015-08-24 Luis Machado <lgustavo@codesourcery.com>
17571
17572 * gdb.opt/inline-markers.c: Make z volatile.
17573
a48847ee
LM
175742015-08-24 Luis Machado <lgustavo@codesourcery.com>
17575
17576 * gdb.opt/inline-bt.c: New volatile global z.
17577 * gdb.opt/inline-cmds.c: Likewise.
17578 * gdb.opt/inline-locals.c: Likewise.
17579 * gdb.opt/inline-markers.c: New extern global z.
17580 (marker): Use z.
17581 (inline_fn): Likewise.
17582
0ebbc52b
PA
175832015-08-24 Pedro Alves <palves@redhat.com>
17584
17585 * config/m32r-stub.exp: Remove file.
17586 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17587 * gdb.base/call-rt-st.exp: Likewise.
17588 * gdb.base/call-strs.exp: Likewise.
17589 * gdb.base/default.exp: Remove references to h8300-*-hms and
17590 *-*-udi*.
17591 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17592
77c365df
AA
175932015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17594
17595 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17596 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17597 and "return" use KFAIL when GDB can not read/write the vector
17598 return value.
17599
4313b8c0
GB
176002015-08-21 Gary Benson <gbenson@redhat.com>
17601
17602 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17603
0e433b32
PA
176042015-08-20 Pedro Alves <palves@redhat.com>
17605
17606 * gdb.server/solib-list.exp: No longer expect an interior stop in
17607 non-stop mode.
17608
221e1a37
PA
176092015-08-20 Pedro Alves <palves@redhat.com>
17610
17611 * gdb.server/connect-stopped-target.c: New file.
17612 * gdb.server/connect-stopped-target.exp: New file.
17613
40e3ad0e
PA
176142015-08-20 Pedro Alves <palves@redhat.com>
17615
17616 * gdb.dwarf2/comp-unit-lang.exp: New file.
17617 * gdb.dwarf2/comp-unit-lang.c: New file.
17618
af39b327
PMR
176192015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17620
17621 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17622 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17623
7d45c7c3 176242015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 17625
7d45c7c3
KB
17626 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17627 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17628
4d6cceb4
DE
176292015-08-18 Doug Evans <dje@google.com>
17630 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17631
17632 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17633 skip_python_tests. New arg prompt_regexp.
17634 (skip_python_tests): New function.
17635 * lib/mi-support.exp (mi_skip_python_tests): New function.
17636 * gdb.python/py-mi-objfile-gdb.py: New file.
17637 * gdb.python/py-mi-objfile.c: New file.
17638 * gdb.python/py-mi-objfile.exp: New file.
17639
ad89c2aa
KS
176402015-08-17 Keith Seitz <keiths@redhat.com>
17641
17642 * gdb.linespec/explicit.exp: Move strace test from here ...
17643 * gdb.trace/strace.exp: ... to here.
17644
e3ae3c43
PP
176452015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17646
17647 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17648 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17649
604b2636
DE
176502015-08-14 Doug Evans <xdje42@gmail.com>
17651
17652 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17653 inferior before selecting a new file.
17654
6ff0ba5f
DE
176552015-08-14 Doug Evans <xdje42@gmail.com>
17656
17657 * gdb.mi/mi-disassemble.exp: Update.
17658 * gdb.base/disasm-optim.S: New file.
17659 * gdb.base/disasm-optim.c: New file.
17660 * gdb.base/disasm-optim.h: New file.
17661 * gdb.base/disasm-optim.exp: New file.
17662
9ca98f92
KS
176632015-08-14 Keith Seitz <keiths@redhat.com>
17664
17665 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17666 "evaluated-by".
17667
52bbc560
JB
176682015-08-13 Joel Brobecker <brobecker@adacore.com>
17669
17670 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17671
5d8c3ed3
PMR
176722015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17673
17674 * gdb.ada/fun_renaming.exp: New testcase.
17675 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17676 * gdb.ada/fun_renaming/pack.adb: New file.
17677 * gdb.ada/fun_renaming/pack.ads: New file.
17678
ea8812bc
KS
176792015-08-12 Keith Seitz <keiths@redhat.com>
17680
17681 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17682 gdb_get_line_number.
17683
4dafcdeb
JB
176842015-08-12 Joel Brobecker <brobecker@adacore.com>
17685
17686 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17687 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17688 gdb.base/dso2dso.exp: New files.
17689
5ba32597
SDJ
176902015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17691 Pedro Alves <palves@redhat.com>
17692 Keith Seitz <keiths@redhat.com>
17693
17694 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17695 GDBFLAGS.
17696
b6dafabf
PP
176972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17698
17699 * gdb.base/gdbhistsize-history.exp
17700 (test_histsize_history_setting): Use save_vars.
17701 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17702 Use save_vars.
17703 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17704 * gdb.base/readline.exp: Use save_vars.
17705
abe8e607
PP
177062015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17707
17708 * lib/gdb.exp (save_vars): New proc.
17709
629500fa
KS
177102015-08-11 Keith Seitz <keiths@redhat.com>
17711
17712 * gdb.base/help.exp: Update help_breakpoint_text.
17713
eb8c4e2e
KS
177142015-08-11 Keith Seitz <keiths@redhat.com>
17715
17716 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17717 (at toplevel): Call test_explicit_breakpoints.
17718 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17719 breakpoints.
17720 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17721 breakpoint conditions, "-cond".
17722
87f0e720
KS
177232015-08-11 Keith Seitz <keiths@redhat.com>
17724
17725 * gdb.linespec/3explicit.c: New file.
17726 * gdb.linespec/cpexplicit.cc: New file.
17727 * gdb.linespec/cpexplicit.exp: New file.
17728 * gdb.linespec/explicit.c: New file.
17729 * gdb.linespec/explicit.exp: New file.
17730 * gdb.linespec/explicit2.c: New file.
17731 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17732 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17733 before using in the matching pattern.
17734 Clarify that `prefix' is a regular expression.
17735
f00aae0f
KS
177362015-08-11 Keith Seitz <keiths@redhat.com>
17737
17738 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17739 test.
17740 Add tests for missing ",FMT" and ",".
17741
e27852be
DE
177422015-08-10 Doug Evans <dje@google.com>
17743 Keith Seitz <keiths@redhat.com>
17744
17745 PR gdb/17960
17746 * gdb.base/completion.exp: Add location completer tests.
17747
7f03bd92
PA
177482015-08-07 Pedro Alves <palves@redhat.com>
17749
17750 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
17751 tests here.
17752 (top level): Run do_test with and without displaced stepping.
17753
3fc8eb30
PA
177542015-08-07 Pedro Alves <palves@redhat.com>
17755
17756 * gdb.base/valgrind-disp-step.c: New file.
17757 * gdb.base/valgrind-disp-step.exp: New file.
17758
d4569d7b
PA
177592015-08-07 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
17762 Delete function.
17763 (main): Add alarm. Run an infinite loop instead of calling
17764 wait_threads.
17765 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
17766 comment.
17767 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
17768 Delete function.
17769 (main): Add alarm. Run an infinite loop instead of calling
17770 wait_threads.
17771 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
17772 comment.
17773
e1316e60
PA
177742015-08-07 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/checkpoint-ns.exp: New file.
17777 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
17778 standard_testfile.
17779
da8c46d2
MM
177802015-08-07 Markus Metzger <markus.t.metzger@intel.com>
17781
17782 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
17783 * gdb.btrace/instruction_history.exp: Update.
17784 * gdb.btrace/tsx.exp: New.
17785 * gdb.btrace/tsx.c: New.
17786
de1c2c52
PA
177872015-08-06 Pedro Alves <palves@redhat.com>
17788
17789 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
17790 increase timeout.
17791 * gdb.reverse/until-precsave.exp: Bump timeouts.
17792
782e0bf4
PA
177932015-08-06 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17796
83e97ed0
PA
177972015-08-06 Pedro Alves <palves@redhat.com>
17798
17799 PR gdb/18749
17800 * gdb.threads/process-dies-while-handling-bp.c: New file.
17801 * gdb.threads/process-dies-while-handling-bp.exp: New file.
17802
863d01bd
PA
178032015-08-06 Pedro Alves <palves@redhat.com>
17804
17805 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
17806 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
17807
0a39bb32
PA
178082015-08-05 Pedro Alves <palves@redhat.com>
17809
17810 * gdb.threads/next-while-other-thread-longjmps.c: New file.
17811 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
17812
ee2d2b10
SL
178132015-08-03 Sandra Loosemore <sandra@codesourcery.com>
17814
17815 * gdb.base/bp-permanent.exp: Report test as unsupported if
17816 the target cannot stop at the permanent breakpoint.
17817
4e1bdb00
DE
178182015-08-03 Doug Evans <dje@google.com>
17819
17820 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17821 10000.
17822
3d338901
DE
178232015-08-03 Doug Evans <dje@google.com>
17824
17825 * Makefile.in (workers/%.worker, build-perf): New rule.
17826 (GDB_PERFTEST_MODE): New variable.
17827 (check-perf): Use it.
17828 (clean): Clean up gdb.perf parallel build subdirs.
17829 * lib/build-piece.exp: New file.
17830 * lib/gdb.exp (make_gdb_parallel_path): New function
17831 (standard_output_file, standard_temp_file): Call it.
17832 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
17833 of $GDB_PARALLEL.
17834 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
17835
af061d3e
DE
178362015-08-03 Doug Evans <dje@google.com>
17837
8e1afc81 17838 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
17839 (LOG_FILE_NAME): New global.
17840 (TextReporter.__init__): Initialize self.txt_sum.
17841 (TextReporter.report): Add support for multiple data-points.
17842 Move report to perftest.sum, put raw data in perftest.log.
17843 (TextReporter.start): Open sum and log files.
17844 (TextReporter.end): Close sum and log files.
8e1afc81
DE
17845 * gdb.perf/lib/perftest/testresult.py
17846 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 17847
2c8c5d37
PA
178482015-07-31 Pedro Alves <palves@redhat.com>
17849
17850 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
17851 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17852 kill_wait_spawned_process instead of explicit "kill -9".
17853 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
17854 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17855 kill_wait_spawned_process.
17856 * gdb.base/attach-twice.exp: Likewise.
17857 * gdb.base/attach.exp: Likewise.
17858 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
17859 gdb_test_multiple.
17860 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
17861 returning a spawn id instead of a pid. Use spawn_id_get_pid and
17862 kill_wait_spawned_process.
17863 * gdb.base/valgrind-infcall.exp: Likewise.
17864 * gdb.multi/multi-attach.exp: Likewise.
17865 * gdb.python/py-prompt.exp: Likewise.
17866 * gdb.python/py-sync-interp.exp: Likewise.
17867 * gdb.server/ext-attach.exp: Likewise.
17868 * gdb.threads/attach-into-signal.exp (corefunc): Use
17869 spawn_wait_for_attach, spawn_id_get_pid and
17870 kill_wait_spawned_process.
17871 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
17872 spawn_wait_for_attach returning a spawn id instead of a pid. Use
17873 spawn_id_get_pid and kill_wait_spawned_process.
17874 * gdb.threads/attach-stopped.exp (corefunc): Use
17875 spawn_wait_for_attach, spawn_id_get_pid and
17876 kill_wait_spawned_process.
17877 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
17878 Use spawn_id_get_pid. Wait for spawn id after eof. Use
17879 kill_wait_spawned_process instead of explicit "kill -9".
17880 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
17881 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
17882 (spawn_wait_for_attach): Use spawn instead of exec to spawn
17883 processes. Don't map cygwin/windows pids here. Now returns a
17884 spawn id list.
17885
032a0fca
SL
178862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17887
17888 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
17889 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
17890 correct patch.
17891
61a934ca
SL
178922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17893
17894 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17895
4bc4d428
SL
178962015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17897
17898 Reapply:
17899 2014-05-21 Mark Wielaard <mjw@redhat.com>
17900
17901 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17902
998d452a
PA
179032015-07-30 Pedro Alves <palves@redhat.com>
17904
17905 * linux-low.c (handle_extended_wait): Set the child's last
17906 reported status to TARGET_WAITKIND_STOPPED.
17907
69dde7dc
PA
179082015-07-30 Pedro Alves <palves@redhat.com>
17909
17910 PR threads/18600
17911 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
17912 only shows inferior 1.
17913
4dd63d48
PA
179142015-07-30 Simon Marchi <simon.marchi@ericsson.com>
17915 Pedro Alves <palves@redhat.com>
17916
17917 PR threads/18600
17918 * gdb.threads/fork-plus-threads.c: New file.
17919 * gdb.threads/fork-plus-threads.exp: New file.
17920
d618e4c5
PP
179212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17922
17923 * gdb.base/batch-preserve-term-settings.exp
17924 (test_terminal_settings_preserved_after_cli_exit): Use
17925 send_quit_command.
17926
1eef6428
PA
179272015-07-29 Pedro Alves <palves@redhat.com>
17928 Don Breazeal <donb@codesourcery.com>
17929
17930 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
17931 output from both inferior_spawn_id and gdb_spawn_id.
17932
7da5b897
SDJ
179332015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17934
17935 * gdb.threads/attach-into-signal.exp (corefunc): Use
17936 with_test_prefix on nested loops, uniquefying the test messages.
17937
dac804df
SDJ
179382015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
17939
17940 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
17941 commit.
17942
06265e53
PP
179432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17944
17945 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
17946 New proc.
17947 (test_terminal_settings_preserved_after_sigterm): New test.
17948
18206ca3
PP
179492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17950
17951 * gdb.base/batch-preserve-term-settings.exp
17952 (test_terminal_settings_preserved_after_cli_exit): New test.
17953
90074d11
PP
179542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
17955
17956 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
17957 manipulation of saved_gdbflags.
17958 (test_terminal_settings_preserved): Remove global declaration of
17959 the unused variable pagination_prompt. Remove manipulation of
17960 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
17961 GDBFLAGS.
17962
eb1a7902
PA
179632015-07-29 Pedro Alves <palves@redhat.com>
17964
17965 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17966
8b75dd3b
PA
179672015-07-29 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17970 at the top.
17971
dedad4e3
PA
179722015-07-29 Pedro Alves <palves@redhat.com>
17973
17974 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
17975 (main): Call gdb_unbuffer_output.
17976 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
17977 (main): Call gdb_unbuffer_output.
17978 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
17979 (main): Call gdb_unbuffer_output.
17980 * gdb.base/call-strs.exp: Adjust to step over the
17981 gdb_unbuffer_output call.
17982 * gdb.base/catch-gdb-caused-signals.c: Include
17983 "../lib/unbuffer_output.c".
17984 (main): Call gdb_unbuffer_output.
17985 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
17986 (main): Call gdb_unbuffer_output.
17987 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
17988 (main): Call gdb_unbuffer_output.
17989 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
17990 (main): Call gdb_unbuffer_output.
17991 * gdb.base/shlib-call.exp: Adjust to step over the
17992 gdb_unbuffer_output call.
17993 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
17994 (main): Call gdb_unbuffer_output.
17995 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
17996 (main): Call gdb_unbuffer_output.
17997 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
17998 (main): Rename to ...
17999 (test): ... this.
18000 (main): Reimplement.
18001 * gdb.base/varargs.exp: Run to test instead of to main.
18002 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18003 (main): Call gdb_unbuffer_output.
18004
58789a91
PA
180052015-07-29 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18008 factore out from mi_continue_dprintf. For call-style dprintfs,
18009 expect dprintf output out of $inferior_spawn_id.
18010 (mi_continue_dprintf): Use mi_expect_dprintf.
18011 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18012 (main): Call gdb_unbuffer_output.
18013
e8376742
PA
180142015-07-29 Pedro Alves <palves@redhat.com>
18015
18016 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18017 (default_mi_gdb_start): Set inferior_spawn_id instead of
18018 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18019 gdb_spawn_id.
18020 (mi_gdb_test): Always expect inferior output from both
18021 $inferior_spawn_id and $gdb_spawn_id.
18022
08280010
PA
180232015-07-29 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18026 send_inferior and $inferior_spawn_id.
18027
4d30e432
PA
180282015-07-29 Pedro Alves <palves@redhat.com>
18029
18030 * gdb.gdb/complaints.exp (test_initial_complaints)
18031 (test_serial_complaints, test_short_complaints): Use
18032 gdb_test_stdio.
18033 (test_empty_complaint): Handle $inferior_spawn_id !=
18034 $gdb_spawn_id.
18035
0d30a335
PA
180362015-07-29 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/varargs.exp: Use gdb_test_stdio.
18039
39413b29
PA
180402015-07-29 Pedro Alves <palves@redhat.com>
18041
18042 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18043
7cb000a9
PA
180442015-07-29 Pedro Alves <palves@redhat.com>
18045
18046 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18047
d7b8ac82
PA
180482015-07-29 Pedro Alves <palves@redhat.com>
18049
18050 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18051 parameter into two new parameters, "inf_result" and "gdb_result".
18052 Expect inferior output and gdb output from $inferior_spawn_id and
18053 $gdb_spawn_id, respectively. Adjust all callers.
18054
789c3a0c
PA
180552015-07-29 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18058 of gdb_test_sequence.
18059
77e760c3
PA
180602015-07-29 Pedro Alves <palves@redhat.com>
18061
18062 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18063 (saw_spurious_output): Expect inferior output from
18064 $inferior_spawn_id. Use gdb_test_stdio.
18065
8396d2cd
PA
180662015-07-29 Pedro Alves <palves@redhat.com>
18067
18068 * gdb.base/dprintf.exp: Use standard_testfile. Change
18069 prepare_for_testing call.
18070 (srcfile): Don't set.
18071 (restart): New procedure.
18072 (test_dprintf): New procecure, use to continue over dprintfs.
18073 (test_call, test_agent): New procedures, tests moved here.
18074 Restart gdb and recreate dprintfs. Adjust expected output.
18075
2051d61f
PA
180762015-07-29 Pedro Alves <palves@redhat.com>
18077
18078 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18079
452397af
PA
180802015-07-29 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18083
8aed9555
PA
180842015-07-29 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18087 gdb_test_stdio.
18088
188a61b4
PA
180892015-07-29 Pedro Alves <palves@redhat.com>
18090
18091 * lib/gdb.exp (gdb_test_stdio): New procedure.
18092
12264a45
PA
180932015-07-29 Pedro Alves <palves@redhat.com>
18094
18095 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18096
23ffc893
PA
180972015-07-29 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.base/call-signal-resume.exp: Remove check for
18100 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18101 * gdb.base/unwindonsignal.exp: Likewise.
18102 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18103 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18104
65566918
PA
181052015-07-29 Pedro Alves <palves@redhat.com>
18106
18107 * gdb.base/siginfo-addr.c (pass): New function.
18108 (handler): Call it iff si_addr is correct.
18109 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18110 Set a breakpoint at "pass" and continue to it.
18111
d60a9221
SDJ
181122015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18113
18114 * gdb.python/py-objfile.exp: Make some tests have unique names.
18115 * gdb.python/py-pp-registration.exp: Likewise.
18116
bde40b8f
PA
181172015-07-28 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18120
13e1dec8
SM
181212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18122
18123 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18124
da33c9a7
SM
181252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18126
18127 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18128
077836f7
PP
181292015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18130
18131 * gdb.base/gdb-sigterm-2.exp: New test.
18132
b8cc7b2e
DE
181332015-07-25 Doug Evans <xdje42@gmail.com>
18134
18135 Revert:
18136 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18137 (workers/%.worker, build-perf): New rule.
18138 (GDB_PERFTEST_MODE): New variable.
18139 (check-perf): Use it.
18140 (clean): Clean up gdb.perf parallel build subdirs.
18141 * lib/build-piece.exp: New file.
18142 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18143 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18144 name.
18145 (standard_temp_file): Ditto.
18146 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18147 of $GDB_PARALLEL.
18148
c8bd4544
DE
181492015-07-24 Doug Evans <dje@google.com>
18150
18151 * gdb.perf/lib/perftest/utils.py: New file.
18152 * gdb.perf/gm-hello.cc: New file.
18153 * gdb.perf/gm-pervasive-typedef.cc: New file.
18154 * gdb.perf/gm-pervasive-typedef.h: New file.
18155 * gdb.perf/gm-std.cc: New file.
18156 * gdb.perf/gm-std.h: New file.
18157 * gdb.perf/gm-use-cerr.cc: New file.
18158 * gdb.perf/gm-utils.h: New file.
18159 * gdb.perf/gmonster-null-lookup.py: New file.
18160 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18161 * gdb.perf/gmonster-print-cerr.py: New file.
18162 * gdb.perf/gmonster-ptype-string.py: New file.
18163 * gdb.perf/gmonster-runto-main.py: New file.
18164 * gdb.perf/gmonster-select-file.py: New file.
18165 * gdb.perf/gmonster1-null-lookup.exp: New file.
18166 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18167 * gdb.perf/gmonster1-print-cerr.exp: New file.
18168 * gdb.perf/gmonster1-ptype-string.exp: New file.
18169 * gdb.perf/gmonster1-runto-main.exp: New file.
18170 * gdb.perf/gmonster1-select-file.exp: New file.
18171 * gdb.perf/gmonster1.cc: New file.
18172 * gdb.perf/gmonster1.exp: New file.
18173 * gdb.perf/gmonster2-null-lookup.exp: New file.
18174 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18175 * gdb.perf/gmonster2-print-cerr.exp: New file.
18176 * gdb.perf/gmonster2-ptype-string.exp: New file.
18177 * gdb.perf/gmonster2-runto-main.exp: New file.
18178 * gdb.perf/gmonster2-select-file.exp: New file.
18179 * gdb.perf/gmonster2.cc: New file.
18180 * gdb.perf/gmonster2.exp: New file.
18181
6eab34f3
DE
181822015-07-24 Doug Evans <dje@google.com>
18183
18184 * gdb.perf/README: New file.
18185 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18186 * lib/gen-perf-test.exp: New file.
18187
63738bfd
DE
181882015-07-24 Doug Evans <dje@google.com>
18189
18190 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18191 (PerfTest::startup): New function.
18192 (PerfTest::run): Return result of calling body.
18193 (PerfTest::assemble): Rewrite.
18194 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18195 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18196 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18197 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18198 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18199
7b606f95
DE
182002015-07-24 Doug Evans <dje@google.com>
18201
18202 * lib/gdb.exp (clean_restart): Make executable optional.
18203
a97b16b8
DE
182042015-07-24 Doug Evans <dje@google.com>
18205
18206 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18207 compiler_info references.
18208 * gdb.cp/temargs.exp: Ditto.
18209 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18210 (get_compiler_info): Early exit if already computed. Set compiler_info
18211 to "unknown" if there was a problem.
18212 (test_compiler_info): Add function comment. Call get_compiler_info.
18213
35baa57f
DE
182142015-07-24 Doug Evans <dje@google.com>
18215
18216 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18217 (workers/%.worker, build-perf): New rule.
18218 (GDB_PERFTEST_MODE): New variable.
18219 (check-perf): Use it.
18220 (clean): Clean up gdb.perf parallel build subdirs.
18221 * lib/build-piece.exp: New file.
18222 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18223 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18224 name.
18225 (standard_temp_file): Ditto.
18226 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18227 of $GDB_PARALLEL.
18228
6ebea266
DE
182292015-07-24 Doug Evans <dje@google.com>
18230
18231 * lib/future.exp (gdb_default_target_compile): New option
18232 "early_flags".
18233 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18234 --as-needed.
18235
1e76a7e9
SDJ
182362015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18237
18238 * gdb.base/catch-syscall.exp: Call gdb_exit before
18239 gdb_skip_xml_test.
18240
5068630a
PA
182412015-07-24 Pedro Alves <palves@redhat.com>
18242
18243 * gdb.python/py-events.exp: Accept output between the stop event
18244 and the prompt.
18245 * gdb.python/py-evsignal.exp: Likewise.
18246 * gdb.python/py-evthreads.exp: Likewise.
18247
77598427
PA
182482015-07-24 Pedro Alves <palves@redhat.com>
18249
18250 PR gdb/18717
18251 * gdb.threads/non-ldr-exit.c: New file.
18252 * gdb.threads/non-ldr-exit.exp: New file.
18253
11e6c98f
YQ
182542015-07-24 Yao Qi <yao.qi@linaro.org>
18255
18256 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18257 restarting process.
18258
51aee833
YQ
182592015-07-24 Yao Qi <yao.qi@linaro.org>
18260
18261 * gdb.server/ext-restart.exp: New file.
18262
8cfe207c
YQ
182632015-07-24 Yao Qi <yao.qi@linaro.org>
18264
18265 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18266 argument options.
18267 * gdb.server/ext-wrapper.exp: New file.
18268
cc12ce38
DE
182692015-07-23 Doug Evans <dje@google.com>
18270
18271 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18272 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18273
d0d84780
PMR
182742015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18275
18276 * gdb.ada/var_arr_typedef.exp: New testcase.
18277 * gdb.ada/var_arr_typedef/pack.adb: New file.
18278 * gdb.ada/var_arr_typedef/pack.ads: New file.
18279 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18280
8b558f79
JB
182812015-07-20 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18284
775a3298
JK
182852015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18286
18287 * gdb.arch/i386-biarch-core.exp: Replace istarget
18288 by "complete set gnutarget". Remove expectation for the "core-file"
18289 command.
18290
db1ff28b
JK
182912015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18292
18293 Revert the previous commit:
18294 Tests for validate symbol file using build-id.
18295
0a94970d
JK
182962015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18297
18298 Tests for validate symbol file using build-id.
18299 * gdb.base/solib-mismatch-lib.c: New file.
18300 * gdb.base/solib-mismatch-libmod.c: New file.
18301 * gdb.base/solib-mismatch.c: New file.
18302 * gdb.base/solib-mismatch.exp: New file.
18303
03346981
SL
183042015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18305
18306 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18307 nios2-*-linux*.
18308 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18309 * gdb.base/siginfo.exp: Likewise.
18310 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18311
42422cc7
PL
183122015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18313
18314 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18315 Move it to ...
18316 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18317 ... here.
18318 * gdb.trace/range-stepping.exp: Check that the target supports
18319 range stepping.
18320
cfa68bae
JK
183212015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18322
18323 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18324
8ffdba26
PA
183252015-07-14 Pedro Alves <palves@redhat.com>
18326
18327 * gdb.base/killed-outside.exp: New file.
18328 * gdb.base/killed-outside.c: New file.
18329
218a5a11
JK
183302015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18331
18332 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18333 (n at main): New.
18334 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18335
e03ed3c6
AA
183362015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18337
18338 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18339 infcall tests instead of setting up for KFAIL.
18340
485668e5
MM
183412015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18342
18343 * gdb.btrace/record_goto-step.exp: New.
18344
08464196
JK
183452015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18346
18347 PR compile/18484
18348 * gdb.compile/compile.c (struct struct_type): Add volatile to
18349 selffield's type.
18350 * gdb.compile/compile.exp
18351 (compile code struct_object.selffield = &struct_object): Skip further
18352 struct_object tests if this one xfails.
18353
bcf5c1d9
RC
183542015-07-08 Robert O'Callahan <robert@ocallahan.org>
18355
18356 PR exp/18617
18357 * gdb.trace/ax.exp: Add test.
18358
4931af25
YQ
183592015-07-07 Yao Qi <yao.qi@linaro.org>
18360
18361 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18362 instead of istarget "aarch64*-*-*".
18363 * gdb.arch/aarch64-fp.exp: Likewise.
18364 * gdb.base/float.exp: Likewise.
18365 * gdb.reverse/aarch64.exp: Likewise.
18366 * lib/gdb.exp (is_aarch64_target): New proc.
18367
9fcf688e
YQ
183682015-07-07 Yao Qi <yao.qi@linaro.org>
18369
18370 * lib/gdb.exp (is_aarch32_target): New proc.
18371 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18372 instead of "istarget "arm*-*-*"".
18373 * gdb.arch/arm-disp-step.exp: Likewise.
18374 * gdb.arch/thumb-bx-pc.exp: Likewise.
18375 * gdb.arch/thumb-prologue.exp: Likewise.
18376 * gdb.arch/thumb-singlestep.exp: Likewise.
18377 * gdb.base/disp-step-syscall.exp: Likewise.
18378 * gdb.base/float.exp: Likewise.
18379
fbd8d50d
YQ
183802015-07-07 Yao Qi <yao.qi@linaro.org>
18381
18382 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18383 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18384
71be1fdc
YQ
183852015-07-07 Yao Qi <yao.qi@linaro.org>
18386
18387 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18388 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18389 if it exists.
18390 * gdb.multi/multi-arch.exp: Likewise.
18391
3e221d36
SM
183922015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18393
18394 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18395 print.
18396
d441430b
YQ
183972015-07-07 Yao Qi <yao.qi@linaro.org>
18398
18399 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18400
06f810bd
MG
184012015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18402
18403 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18404 '[' and ']' characters.
18405
5e61e7c0
IB
184062015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18407
18408 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18409
28bf096c
PA
184102015-06-29 Pedro Alves <palves@redhat.com>
18411
18412 PR threads/18127
18413 * gdb.threads/hand-call-new-thread.c: New file.
18414 * gdb.threads/hand-call-new-thread.c: New file.
18415
ee93cd5e
KS
184162015-06-26 Keith Seitz <keiths@redhat.com>
18417 Doug Evans <dje@google.com>
18418
18419 PR 16253
18420 * gdb.cp/var-tag-2.cc: New file.
18421 * gdb.cp/var-tag-3.cc: New file.
18422 * gdb.cp/var-tag-4.cc: New file.
18423 * gdb.cp/var-tag.cc: New file.
18424 * gdb.cp/var-tag.exp: New file.
18425
fc637f04
PP
184262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18427
18428 * gdb.base/history-duplicates.exp: New test.
18429
2e52ae68
PP
184302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18431
18432 * gdb.base/completion.exp: Test the completion of the "focus"
18433 command.
18434
6e22494e
JK
184352015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18436
18437 * gdb.arch/amd64-prologue-skip.S: New file.
18438 * gdb.arch/amd64-prologue-skip.exp: New file.
18439
bf7b9cd9
SM
184402015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18441
18442 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18443 is_address_zero_readable check.
18444
201e8dfd
PB
184452015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18446
18447 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18448 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18449
5cd867b4
YQ
184502015-06-24 Yao Qi <yao.qi@linaro.org>
18451
18452 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18453 linux targets.
18454
4d7be007
YQ
184552015-06-24 Yao Qi <yao.qi@linaro.org>
18456
18457 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18458 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18459 * gdb.base/siginfo-thread.exp: Likewise.
18460
07fcd301
YQ
184612015-06-22 Yao Qi <yao.qi@linaro.org>
18462
18463 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18464
52042a00
YQ
184652015-06-22 Yao Qi <yao.qi@linaro.org>
18466
18467 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18468 aarch64*-*-*.
18469 (skip_hw_watchpoint_tests): Likewise.
18470
74bd41ce
PP
184712015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18472
18473 * gdb.base/gdbinit-history.exp: Test the interaction between
18474 setting GDBHISTSIZE and setting the history size via .gdbinit.
18475
bc460514
PP
184762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18477
18478 PR gdb/16999
18479 * gdb.base/gdbhistsize-history.exp: New test.
18480
b58c513b
PP
184812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18482
18483 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18484 with GDBHISTSIZE.
18485 * gdb.base/readline.exp: Likewise.
18486
92046791
YQ
184872015-06-17 Yao Qi <yao.qi@linaro.org>
18488
18489 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18490 line.
18491
2093d2d3
PP
184922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18493
18494 * gdb.base/gdbinit-history.exp: Add test case to check that
18495 an unlimited history file does not get truncated on exit.
18496
e6c693af
AA
184972015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18498
18499 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18500 (VECTOR): New macro. Use it...
18501 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18502 ...for these typedefs.
18503 (int8, char1, int1, double1): New typedefs.
18504 (struct just_int2, struct two_int2): New structures.
18505 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18506 (add_structvecs, add_singlevecs): New functions.
18507 (main): Call add_some_intvecs twice.
18508 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18509 the compile and exit upon failure. Try compiling for the "native"
18510 architecture. Test inferior function calls with vector arguments
18511 and vector return value handling with "finish" and "return".
18512
c74f7d1c
JT
185132015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18514
18515 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18516 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18517 PE file.
18518 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18519
98aa42ee
AT
185202015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18521
18522 PR breakpoints/16465
18523 * gdb.mi/mi-dprintf-pending.c: New file.
18524 * gdb.mi/mi-dprintf-pending.exp: New test.
18525 * gdb.mi/mi-dprintf-pendshr.c: New file.
18526
7d73c23c 185272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 18528 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
18529
18530 * gdb.arch/i386-mpx-map.c: New file.
18531 * gdb.arch/i386-mpx-map.exp: New File.
18532
185332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18534
18535 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18536 * gdb.arch/i386-mpx.exp: Indentation fixed.
18537
185382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18539
18540 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18541 function and improved indentation.
18542 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18543 gdb_test_multiple. Added additional tests to skip the test.
18544
185452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18546
18547 * gdb.arch/i386-avx512.c: Change path in include file.
18548 * gdb.arch/i386-avx512.exp: Change include dir path
18549 compilation flag.
18550 * gdb.arch/i386-mpx.c: Change path in include file.
18551 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18552 flag.
18553
d5eba19a
JK
185542015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18555
18556 * gdb.compile/compile-print.exp (compile print *vararray@3)
18557 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18558
7f361056
JK
185592015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18560
18561 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18562 (do not keep jit in memory): ... this.
18563 (expect 5): Change it to ...
18564 (expect no 5): ... this.
18565
3b462ec2
SM
185662015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18567
18568 PR gdb/15564
18569 * gdb.mi/mi-detach.exp: New file.
18570
e0619de6
JK
185712015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18572
18573 PR symtab/18392
18574 * gdb.arch/amd64-tailcall-self.S: New file.
18575 * gdb.arch/amd64-tailcall-self.c: New file.
18576 * gdb.arch/amd64-tailcall-self.exp: New file.
18577
e970cb34
DB
185782015-05-28 Don Breazeal <donb@codesourcery.com>
18579
18580 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18581 tests for remote targets by checking is_target_gdbserver.
18582
b2e2f908
DE
185832015-05-27 Doug Evans <dje@google.com>
18584
18585 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18586 * gdb.dwarf2/opaque-type-lookup.c: New file.
18587 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18588
82c7be31
DE
185892015-05-26 Doug Evans <dje@google.com>
18590
18591 * gdb.cp/iostream.cc: New file.
18592 * gdb.cp/iostream.exp: New file.
18593
b4f54984
DE
185942015-05-26 Doug Evans <dje@google.com>
18595
18596 * gdb.dwarf2/dw2-op-call.exp: Update.
18597 * gdb.dwarf2/dw4-sig-types.exp: Update.
18598 * gdb.dwarf2/implptr.exp: Update.
18599 * gdb.mi/mi-cmd-param-changed.exp: Update.
18600
4ea6efe9
DE
186012015-05-26 Doug Evans <dje@google.com>
18602
18603 * gdb.python/py-lazy-string.c: New file.
18604 * gdb.python/py-lazy-string.exp: New file.
18605 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18606 (main): Update. Add estring3.
18607 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18608 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18609
f6bb7db3
YQ
186102015-05-26 Omair Javaid <omair.javaid@linaro.org>
18611 Yao Qi <yao.qi@linaro.org>
18612
18613 * gdb.reverse/aarch64.c: New.
18614 * gdb.reverse/aarch64.exp: New.
18615
a81bfbd0
OJ
186162015-05-26 Omair Javaid <omair.javaid@linaro.org>
18617
25d49b86
PA
18618 * lib/gdb.exp (supports_process_record): Return true for
18619 aarch64*-linux*.
a81bfbd0
OJ
18620 (supports_reverse): Likewise.
18621
158bf1b4
PP
186222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18623
18624 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18625 Use with_test_prefix.
18626
a0145030
AB
186272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18628
18629 * gdb.base/completion.exp: Add test for completion of layout
18630 names.
18631
ebe3b578
AB
186322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18633
18634 * lib/gdb.exp (skip_tui_tests): New proc.
18635 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18636
84204ed7
PA
186372015-05-19 Pedro Alves <palves@redhat.com>
18638
18639 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18640 Save the whole env array instead of just HOME. Unset HISTSIZE in
18641 the environment while testing. Restore whole environment
18642 afterwards.
18643
37442ce1
DE
186442015-05-16 Doug Evans <xdje42@gmail.com>
18645
18646 * gdb.guile/scm-ports.c: New file.
18647 * gdb.guile/scm-ports.exp: Add memory port tests.
18648
36de76f9
JK
186492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18650
18651 * gdb.compile/compile-print.c: New file.
18652 * gdb.compile/compile-print.exp: New file.
18653
3a9558c4
JK
186542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18655
18656 * gdb.compile/compile-ops.exp: Cast param to void.
18657 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18658 (compile code struct_object.selffield = &struct_object): Add xfail.
18659
aa715135
JG
186602015-05-15 Joel Brobecker <brobecker@adacore.com>
18661
18662 * gdb.ada/arr_enum_with_gap: New testcase.
18663
931e5bc3
JG
186642015-05-15 Joel Brobecker <brobecker@adacore.com>
18665
18666 * gdb.ada/byte_packed_arr: New testcase.
18667
9cd4d857
JB
186682015-05-15 Joel Brobecker <brobecker@adacore.com>
18669
18670 * gdb.ada/pckd_neg: New testcase.
18671
ebfd00d2
PP
186722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18673
18674 PR gdb/17820
18675 * gdb.base/gdbinit-history.exp: New test.
18676 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18677 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18678
4c082a81
SC
186792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18680
18681 * gdb.python/py-xmethods.cc: Enhance test case.
18682 * gdb.python/py-xmethods.exp: New tests.
18683 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18684 function.
18685 (B_indexoper): Likewise.
18686 (global_dm_list) : Add new xmethod worker functions.
18687
f7797074
SDJ
186882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18689
18690 * gdb.base/coredump-filter.exp: Correctly unset
18691 "coredump_var_addr" array.
18692
a4674e4e
PA
186932015-05-08 Pedro Alves <palves@redhat.com>
18694
18695 * gdb.server/non-existing-program.exp: Unset spawn_id.
18696
df2eb078
SC
186972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18698
18699 PR python/18291
18700 * gdb.python/py-xmethods.exp: Add tests.
18701
422349a3
YQ
187022015-05-08 Yao Qi <yao.qi@linaro.org>
18703
18704 PR gdb/18208
18705 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18706 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18707 function set_coredump_filter, and remove remote_exec call.
18708 Remove argument ipid. Callers update.
18709 (top level): Don't get inferior's PID.
18710
63fc80ce
AA
187112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18712
18713 * gdb.base/watch_thread_num.exp: Skip test on targets without
18714 access watchpoints.
18715
80ad801e
PA
187162015-05-06 Pedro Alves <palves@redhat.com>
18717
18718 PR server/18081
18719 * gdb.server/non-existing-program.exp: New file.
18720
0fa7fe50
JB
187212015-05-05 Joel Brobecker <brobecker@adacore.com>
18722
18723 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18724
3ea89b92
PMR
187252015-05-05 Joel Brobecker <brobecker@adacore.com>
18726
18727 * gdb.ada/out_of_line_in_inlined: New testcase.
18728
87b8eff0
JB
187292015-05-05 Joel Brobecker <brobecker@adacore.com>
18730
18731 * gdb.ada/var_rec_arr: New testcase.
18732
5fccc635
YQ
187332015-04-30 Yao Qi <yao.qi@linaro.org>
18734
18735 * gdb.base/break-idempotent.exp: If
18736 skip_hw_watchpoint_multi_tests returns true, skip the tests
18737 on "rwatch" and "awatch".
18738
42d38f42
YQ
187392015-04-30 Yao Qi <yao.qi@linaro.org>
18740
18741 * gdb.base/relativedebug.exp: Invoke gdb command
18742 "info sharedlibrary", and if libc.so doesn't have debug info,
18743 skip the test.
18744
2ce1cdbf
DE
187452015-04-29 Doug Evans <dje@google.com>
18746
18747 * gdb.python/py-xmethods.exp: Add ptype tests.
18748 * gdb.python/py-xmethods.py (E_method_char_worker): Add
18749 get_result_type method.
18750
f24a38c5
LM
187512015-04-29 Luis Machado <lgustavo@codesourcery.com>
18752
18753 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
18754 the target does not support hardware watchpoints.
18755
ecbf2b3c
LM
187562015-04-29 Luis Machado <lgustavo@codesourcery.com>
18757
18758 * gdb.base/break-always.exp: Abort testing if writing to memory
18759 causes an error.
18760
34f5f757
DE
187612015-04-28 Doug Evans <dje@google.com>
18762
18763 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
18764 * gdb.python/py-pp-registration.exp: ... here. New file.
18765 * gdb.python/py-pp-registration.c: New file.
18766 * gdb.python/py-pp-registration.py: New file.
18767
69b4374a
DE
187682015-04-28 Doug Evans <dje@google.com>
18769
18770 * gdb.python/py-bad-printers.c: New file.
18771 * gdb.python/py-bad-printers.py: New file.
18772 * gdb.python/py-bad-printers.exp: New file.
18773
59fb7612
SS
187742015-04-28 Sasha Smundak <asmundak@google.com>
18775
18776 * gdb.python/py-type.exp: New test.
18777
2631b16a
AW
187782015-04-28 Andy Wingo <wingo@igalia.com>
18779
18780 * gdb.python/py-parameter.exp:
18781 * gdb.guile/scm-parameter.exp: Escape the path that we are
18782 matching against, as it might contain characters that are special
18783 to regular expressions.
18784
460efde1
JB
187852015-04-27 Joel Brobecker <brobecker@adacore.com>
18786
18787 * gdb.ada/rec_comp: New testcase.
18788
2d369d8e
SDJ
187892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
18790
18791 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
18792 before using it.
18793
cf75d6c3
AB
187942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
18795
18796 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
18797 new tests for verilog output.
18798
8dbe7ca5
YQ
187992015-04-24 Yao Qi <yao.qi@linaro.org>
18800
18801 * boards/remote-gdbserver-on-localhost.exp: New file.
18802
4ef9fb2f
PA
188032015-04-23 Pedro Alves <palves@redhat.com>
18804
18805 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
18806 $inferior_spawn_id instead of $inferior_spawn_id directly. On
18807 "end of file", remove $inferior_spawn_id from the indirect list.
18808
0a803169
PA
188092015-04-23 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18812
749ef8f8
PA
188132015-04-23 Pedro Alves <palves@redhat.com>
18814
18815 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
18816 on $any_spawn_id instead of only on $gdb_spawn_id.
18817
8aae4344
PM
188182015-04-21 Pierre Muller <muller@sourceware.org>
18819
18820 PR pascal/17815
18821 * lib/pascal.exp (gpc_compile): Add new option "class".
18822 (fpc_compile): Likewise.
18823 * gdb.pascal/case-insensitive-symbols.pas: New file.
18824 * gdb.pascal/case-insensitive-symbols.exp: New file.
18825
1586c8fb
GB
188262015-04-20 Gary Benson <gbenson@redhat.com>
18827
18828 * gdb.base/attach.exp: Fix three extended remote failures.
18829
1b6e6f5c
GB
188302015-04-17 Gary Benson <gbenson@redhat.com>
18831
18832 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
18833 the main executable over the remote protocol.
18834
e797481d
PA
188352015-04-16 Pedro Alves <palves@redhat.com>
18836
18837 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
18838 a new gdbserver if gdbserver_reconnect_p is set.
18839
1ca99c42
PA
188402015-04-16 Pedro Alves <palves@redhat.com>
18841
18842 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
18843 is set, don't exit gdbserver.
18844
af9fd6f8
AA
188452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18846
18847 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
18848 appropriate .insn, such that an older assembler can be used.
18849 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
18850 the z/Architecture instruction set on 31-bit targets as well.
18851
04ff1e61
AA
188522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
18853
18854 * gdb.go/handcall.exp: Remove all logic related to the first
18855 breakpoint and rely on go_runto_main instead.
18856 * gdb.go/strings.exp: Likewise.
18857 * gdb.go/unsafe.exp: Likewise.
18858 * gdb.go/hello.exp: Likewise. Also rename the remaining
18859 breakpoint marker to "breakpoint 1".
18860 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
18861 * gdb.go/strings.go: Likewise.
18862 * gdb.go/unsafe.go: Likewise.
18863 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
18864 "set breakpoint 2 here" and rename the remaining breakpoint marker
18865 to "breakpoint 1".
18866
40d2f8d6
SM
188672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
18868
18869 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
18870 if itertools.imap is not present.
18871 * gdb.python/py-objfile.exp: Add parentheses.
18872 * gdb.python/py-type.exp: Same.
18873 * gdb.python/py-unwind-maint.py: Same.
18874
8cbc97c6
YQ
188752015-04-15 Yao Qi <yao.qi@linaro.org>
18876
18877 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
18878 of ":$ptr_size" and set its form explicitly.
18879
45fd756c
YQ
188802015-04-15 Pedro Alves <palves@redhat.com>
18881 Yao Qi <yao.qi@linaro.org>
18882
18883 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
18884 timeout by factor of 4.
18885 (test_regular_watch): Likewise.
18886 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
18887 * gdb.reverse/sigall-reverse.exp: Likewise.
18888 * gdb.reverse/until-precsave.exp: Likewise.
18889 * lib/gdb.exp (with_timeout_factor): New proc.
18890 (gdb_expect): Move some code to ...
18891 (get_largest_timeout): ... here. New procedure.
18892
9e811bc3
LM
188932015-04-14 Luis Machado <lgustavo@codesourcery.com>
18894
18895 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18896
0ff6fcb2
LM
188972015-04-13 Luis Machado <lgustavo@codesourcery.com>
18898
18899 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
18900 to write to the .text section.
18901
7578d5f7
LM
189022015-04-13 Luis Machado <lgustavo@codesourcery.com>
18903
18904 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
18905 Handle the case of targets that do not provide PID information.
18906
2efe15c4
YQ
189072015-04-13 Yao Qi <yao.qi@linaro.org>
18908
18909 * lib/gdbserver-support.exp (gdb_exit): Catch exception
18910 and use expect instead of gdb_expect.
18911
8cd8f2f8
SDJ
189122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
18913
18914 * gdb.base/coredump-filter.exp: Rename variable "addr" to
18915 "coredump_var_addr" to avoid naming conflict with other testcases.
18916
9ee41772
PA
189172015-04-10 Pedro Alves <palves@redhat.com>
18918
18919 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
18920 gdb_test_sequence and gdb_assert.
18921
07473109
PA
189222015-04-10 Pedro Alves <palves@redhat.com>
18923
18924 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
18925 test messages that don't include the breakpoint address.
18926
de3db44c
YQ
189272015-04-10 Yao Qi <yao.qi@linaro.org>
18928
18929 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
18930 false for some offset and width combinations which aren't
18931 supported by linux kernel.
18932
c79d856c
PA
189332015-04-10 Pedro Alves <palves@redhat.com>
18934
18935 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
18936 procedure, factored out from ...
18937 (top level): ... here. Add "set displaced-stepping" testing axis.
18938 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
18939 parameter "displaced". Use it.
18940 (top level): Use foreach and add "set displaced-stepping" testing
18941 axis.
18942
ebc90b50
PA
189432015-04-10 Pedro Alves <palves@redhat.com>
18944
18945 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
18946 Remove comment.
18947 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
18948 both the address of the instruction that triggers the watchpoint
18949 and the address of the instruction immediately after, and use
18950 those addresses for the test. Fix comment.
18951
8f572e5c
PA
189522015-04-10 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/sigstep.exp (breakpoint_to_handler)
18955 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
18956 Test "backtrace" in handler.
18957 (breakpoint_over_handler): New parameter 'displaced'. Use it.
18958 (top level): Add new "displaced" test axis to
18959 breakpoint_to_handler, breakpoint_to_handler_entry and
18960 breakpoint_over_handler.
18961
8d707a12
PA
189622015-04-10 Pedro Alves <palves@redhat.com>
18963
18964 PR gdb/18216
18965 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18966
ef713951
YQ
189672015-04-10 Yao Qi <yao.qi@linaro.org>
18968
18969 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
18970 (test_add_rn_pc): New function.
18971 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
18972 (top level): Invoke test_add_rn_pc.
18973
906d60cf
PA
189742015-04-10 Pedro Alves <palves@redhat.com>
18975
18976 PR gdb/13858
18977 * gdb.base/step-over-no-symbols.exp: New file.
18978
f2983cc3
AW
189792015-04-09 Andy Wingo <wingo@igalia.com>
18980
18981 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
18982 after the Python tests.
18983
6d62641c
SDJ
189842015-04-08 Keith Seitz <keiths@redhat.com>
18985
18986 PR python/16699
18987 * gdb.python/py-completion.exp: New tests for completion.
18988 * gdb.python/py-completion.py (CompleteLimit1): New class.
18989 (CompleteLimit2): Likewise.
18990 (CompleteLimit3): Likewise.
18991 (CompleteLimit4): Likewise.
18992 (CompleteLimit5): Likewise.
18993 (CompleteLimit6): Likewise.
18994 (CompleteLimit7): Likewise.
18995
f3770638
PA
189962015-04-08 Pedro Alves <palves@redhat.com>
18997
18998 PR gdb/18214
18999 PR gdb/18216
19000 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19001 function.
19002 (main): Install it as SIGUSR1 handler.
19003 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19004 parameter. Always use "setup" as prefix. Toggle "set
19005 displaced-stepping" off/on depending on global. Don't switch to
19006 thread 1 here.
19007 (top level): Add displaced stepping "off/on" test axis. Update
19008 "setup" calls. Wrap each subtest with with_test_prefix. Test
19009 continuing with a queued signal in each thread.
19010
4496bed7
PA
190112015-04-08 Pedro Alves <palves@redhat.com>
19012
19013 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19014 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19015 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19016 Return early if running to main fails.
19017 * gdb.trace/while-stepping.exp: Likewise.
19018
b97fde92
PA
190192015-04-07 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19022 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19023 interact with inferior program.
19024
f71c18e7
PA
190252015-04-07 Pedro Alves <palves@redhat.com>
19026
19027 * lib/gdb.exp (inferior_spawn_id): New global.
19028 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19029 spawn id after processing the user code.
19030 (default_gdb_start): Set inferior_spawn_id.
19031 (send_inferior): New procedure.
19032 * lib/gdbserver-support.exp (gdbserver_start): Set
19033 inferior_spawn_id.
19034 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19035
6423214f
PA
190362015-04-07 Pedro Alves <palves@redhat.com>
19037
19038 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19039 * lib/gdbserver-support.exp (gdbserver_start): Make
19040 $server_spawn_id global.
19041 (gdbserver_start): Don't wait for gdbserver's spawn id with
19042 expect_background.
19043 (close_gdbserver): New procedure.
19044 (gdb_exit): Rename the default version and reimplement.
19045
71c0ee8c
PA
190462015-04-07 Pedro Alves <palves@redhat.com>
19047
72f4393d 19048 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
19049 append the substituted item, not the original item.
19050
203bc29b
PA
190512015-04-07 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19054 gdb_expect.
19055
508a3ddf
PA
190562015-04-07 Pedro Alves <palves@redhat.com>
19057
19058 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19059 output appearing once only.
19060
9f6dbe2b
PA
190612015-04-07 Pedro Alves <palves@redhat.com>
19062
19063 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19064 that doesn't expect anything. Return early if running to main
19065 fails.
19066
337532fa
YQ
190672015-04-07 Yao Qi <yao.qi@linaro.org>
19068
19069 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19070 (child_function): Call alarm.
19071 (main): Move call to alarm into the loop.
19072 * gdb.threads/non-stop-fair-events.exp: Build program with
19073 -DTIMEOUT=$timeout.
19074
01b622d4
DE
190752015-04-06 Doug Evans <xdje42@gmail.com>
19076
19077 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19078 Fix dest parameter to board_info.
19079 (fpc_compile): Ditto.
19080 (gdb_compile_pascal): Rename dest arg to destfile.
19081
961f4160
PMR
190822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19083
19084 * gdb.ada/funcall_ref.exp: New file.
19085 * gdb.ada/funcall_ref/foo.adb: New file.
19086
cafda597
YQ
190872015-04-02 Yao Qi <yao.qi@linaro.org>
19088
19089 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19090 is remote.
19091
fed040c6
GB
190922015-04-02 Gary Benson <gbenson@redhat.com>
19093
19094 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19095
d11916aa
SS
190962015-04-01 Sasha Smundak <asmundak@google.com>
19097
19098 * gdb.python/py-unwind-maint.c: New file.
19099 * gdb.python/py-unwind-maint.exp: New test.
19100 * gdb.python/py-unwind-maint.py: New file.
19101 * gdb.python/py-unwind.c: New file.
19102 * gdb.python/py-unwind.exp: New test.
19103 * gdb.python/py-unwind.py: New test.
19104
a1471180
PA
191052015-04-01 Pedro Alves <palves@redhat.com>
19106
19107 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19108 to fail instead of non-existent $test.
19109
0bbeccb1
PA
191102015-04-01 Pedro Alves <palves@redhat.com>
19111
19112 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19113 GDBFLAGS if not empty.
19114
3c724c8c
PMR
191152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19116
19117 * gdb.ada/complete.exp: Remove "multi_line".
19118 * gdb.ada/info_exc.exp: Remove "multi_line".
19119 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19120 * gdb.ada/ptype_field.exp: Remove "multi_line".
19121 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19122 * gdb.ada/tagged.exp: Remove "multi_line".
19123 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19124 [multi_line ...]
19125 * gdb.btrace/delta.exp: Likewise.
19126 * gdb.btrace/exception.exp: Likewise.
19127 * gdb.btrace/function_call_history.exp: Likewise.
19128 * gdb.btrace/instruction_history.exp: Likewise.
19129 * gdb.btrace/nohist.exp: Likewise.
19130 * gdb.btrace/record_goto.exp: Likewise.
19131 * gdb.btrace/segv.exp: Likewise.
19132 * gdb.btrace/stepi.exp: Likewise.
19133 * gdb.btrace/tailcall.exp: Likewise.
19134 * gdb.btrace/unknown_functions.exp: Likewise.
19135 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19136 * lib/gdb.exp: Add the "multi_line" helper.
19137
4eec2deb
PA
191382015-04-01 Pedro Alves <palves@redhat.com>
19139
19140 * gdb.threads/tid-reuse.c: New file.
19141 * gdb.threads/tid-reuse.exp: New file.
19142
df8411da
SDJ
191432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19144
19145 PR corefiles/16092
19146 * gdb.base/coredump-filter.c: New file.
19147 * gdb.base/coredump-filter.exp: Likewise.
19148
6ef37366
PM
191492015-03-27 Petr Machata <pmachata@redhat.com>
19150
19151 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19152 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19153 (Dwarf::assemble): Initialize them.
19154 (Dwarf::lines): New function.
19155
7ec911b0
JT
191562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19157
19158 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19159 SYMBOL_PREFIX for x86_64-*-cygwin.
19160
ff908ebf
AW
191612015-03-26 Andy Wingo <wingo@igalia.com>
19162
19163 PR symtab/18148
19164 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19165 const_value but not a location.
19166 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19167 location defined in non-main CUs are visible.
19168
6d5f0679
YQ
191692015-03-26 Yao Qi <yao.qi@linaro.org>
19170
19171 PR testsuite/18139
19172 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19173 Add a line number entry for the same line.
19174 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19175 Add a line number entry for the same line.
19176
2898689b
YQ
191772015-03-26 Yao Qi <yao.qi@linaro.org>
19178
19179 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19180 .int 0.
19181 (func): Likewise. Add .Lfunc_1 label.
19182 Use .Lfunc_1 label.
19183 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19184 .int 0.
19185 (func): Likewise.
19186 Use .Lfunc_1 label.
19187
85180498
YQ
191882015-03-26 Yao Qi <yao.qi@linaro.org>
19189
19190 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19191 Call gdb_compile instead to compile each .s files without debug
19192 information.
19193
8aa08a8d
YQ
191942015-03-26 Yao Qi <yao.qi@linaro.org>
19195
19196 * gdb.base/savedregs.exp (process_saved_regs): Make
19197 "Saved registers:" optional in the pattern.
19198
66849923
MM
191992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19200
19201 * gdb.btrace/next.exp: Merged into step.exp.
19202 * gdb.btrace/finish.exp: Merged into step.exp.
19203 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19204 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19205 "record goto" and checking the exact replay position.
19206 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19207 check for "Recording format" in "info record" output.
19208 * gdb.btrace/record_goto.exp: Choose test file based on target.
19209 * gdb.btrace/x86-record_goto.S: Renamed into ...
19210 * gdb.btrace/x86_64-record_goto.S: ... this.
19211 * gdb.btrace/i686-record_goto.S: New.
19212 * gdb.btrace/x86-tailcall.S: Renamed into ...
19213 * gdb.btrace/x86_64-tailcall.S: ... this.
19214 * gdb.btrace/i686-tailcall.S: New.
19215 * gdb.btrace/x86-tailcall.c: Renamed into ...
19216 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19217 separate statements. Update test.
19218 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19219 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19220 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19221 * gdb.btrace/tailcall.exp: Choose test file based on target.
19222 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19223
11cc1b74
MM
192242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19225
19226 * gdb.btrace/exception.exp: Increase BTS buffer size.
19227
a25d8bf9
PA
192282015-03-24 Pedro Alves <palves@redhat.com>
19229
19230 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19231
856e7dd6
PA
192322015-03-24 Pedro Alves <palves@redhat.com>
19233
19234 * gdb.threads/schedlock.exp (test_step): No longer expect that
19235 "set scheduler-locking step" with "next" over a function call runs
19236 threads unlocked.
19237
ad235a41
AT
192382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19239
19240 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19241
15630549
AT
192422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19243
19244 PR breakpoints/16466
19245 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19246 * gdb.mi/mi-pending.c (thread_func): New function.
19247 (int main): Add threading support required.
19248 * gdb.mi/mi-pending.exp: Add tests for this issue.
19249 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19250 (pendfunc2): Remove stdio dependency.
19251 * gdb.mi/mi-pendshr2.c: New file.
19252
693dca06
KS
192532015-03-23 Keith Seitz <keiths@redhat.com>
19254
19255 * gdb.linespec/keywords.c: New file.
19256 * gdb.linespec/keywords.exp: New file.
19257
7e993ebf
KS
192582015-03-23 Keith Seitz <keiths@redhat.com>
19259
19260 PR gdb/18021
19261 * gdb.dwarf2/staticvirtual.exp: New test.
19262
bc23328c
JK
192632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19264
19265 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19266 * README: Remove HP-UX and gdb.hp.
19267 (configuration):
19268 * configure: Regenerate.
19269 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19270 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19271 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19272 gdb.hp/gdb.defects/Makefile.
19273 * gdb.hp/Makefile.in: File deleted.
19274 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19275 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19276 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19277 * gdb.hp/gdb.aCC/run.c: File deleted.
19278 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19279 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19280 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19281 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19282 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19283 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19284 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19285 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19286 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19287 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19288 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19289 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19290 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19291 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19292 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19293 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19294 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19295 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19296 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19297 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19298 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19299 * gdb.hp/gdb.compat/average.c: File deleted.
19300 * gdb.hp/gdb.compat/sum.c: File deleted.
19301 * gdb.hp/gdb.compat/xdb.c: File deleted.
19302 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19303 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19304 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19305 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19306 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19307 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19308 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19309 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19310 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19311 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19312 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19313 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19314 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19315 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19316 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19317 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19318 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19319 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19320 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19321 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19322 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19323 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19324 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19325 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19326 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19327 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19328 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19329 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19330 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19331 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19332 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19333 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19334 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19335 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19336 * gdb.hp/tools/odump: File deleted.
19337
8bf3b159
PA
193382015-03-19 Pedro Alves <palves@redhat.com>
19339
19340 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19341 (saw_thread_3): New globals.
19342 (top level): Increment them when an event for the corresponding
19343 thread is seen.
19344 (no thread starvation): New test.
19345
eb54c8bf
PA
193462015-03-19 Pedro Alves <palves@redhat.com>
19347
19348 * gdb.threads/continue-pending-status.c: New file.
19349 * gdb.threads/continue-pending-status.exp: New file.
19350
32d2e5d6
PA
193512015-03-18 Pedro Alves <palves@redhat.com>
19352
19353 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19354 Use gdb_is_target_remote instead of is_remote. Use
19355 gdb_test_multiple instead of gdb_expect. Exit early if
19356 gdb_test_multiple hits its internal matches. Tighten stepi tests
19357 expected output. Fail on exit with any signal, instead of just
19358 SIGILL.
19359
f68f11b7
YQ
193602015-03-18 Yao Qi <yao.qi@linaro.org>
19361
19362 PR tdep/18107
19363 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19364 variable.
19365 * gdb.base/catch-syscall.exp: Don't skip it on
19366 aarch64*-*-linux* target. Remove elements in all_syscalls.
19367 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19368 target.
19369 (setup_all_syscalls): New proc.
19370
ca5fd19b
YQ
193712015-03-16 Yao Qi <yao.qi@linaro.org>
19372
19373 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19374 (top level): Skip tests if valid_addr_p returns false for
19375 $cmd1 or $cmd2.
19376
85642ba0
AW
193772015-03-11 Andy Wingo <wingo@igalia.com>
19378
19379 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19380
e03f9645
YQ
193812015-03-11 Yao Qi <yao.qi@linaro.org>
19382
19383 * gdb.base/catch-syscall.exp: Fix typo in comments.
19384
5d0962b2
YQ
193852015-03-11 Yao Qi <yao.qi@linaro.org>
19386
19387 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19388
b2df3cef
PA
193892015-03-09 Pedro Alves <palves@redhat.com>
19390
19391 * dg-extract-results.py: Delete.
19392
ef878e53
PA
193932015-03-09 Pedro Alves <palves@redhat.com>
19394
19395 Merge dg-extract-results.sh from GCC upstream (r218843).
19396
19397 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19398 * dg-extract-results.sh: Use --text with grep to avoid issues with
19399 binary files. Fall back to cat -v, if that doesn't work.
19400
9494d219
PA
194012015-03-05 Pedro Alves <palves@redhat.com>
19402
19403 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19404
a8d9763a
SM
194052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19406
19407 * lib/mi-support.exp (mi_expect_interrupt): Accept
19408 alternative event for when in all-stop mode.
19409
be9957b8
PA
194102015-03-04 Pedro Alves <palves@redhat.com>
19411
19412 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19413
d57be0f4 194142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
19415
19416 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19417
c214c7cf
AA
194182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19419
19420 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19421 regexps for GDB's current line display, accept a hex address
19422 preceding the line number.
19423
6d74a497
AA
194242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19425
19426 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19427 the 'arch1' variable for "s390*-linux*" targets.
19428
511aee7c
PA
194292015-03-04 Pedro Alves <palves@redhat.com>
19430
19431 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19432 (main): Pass missing retval argument to pthread_join call.
19433
95e50b27
PA
194342015-03-02 Pedro Alves <palves@redhat.com>
19435
19436 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19437 (top level): Call do_test with non-stop as well.
19438
28054d69
PA
194392015-03-02 Pedro Alves <palves@redhat.com>
19440
19441 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19442 -1.
19443
4fa5d7b4
AA
194442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19445
19446 * gdb.arch/s390-vregs.exp: New test.
19447 * gdb.arch/s390-vregs.S: New file.
19448
97c18565
PA
194492015-02-27 Pedro Alves <palves@redhat.com>
19450
19451 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19452 call to catch_command_errors.
19453 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19454 catch_command_errors.
19455
a37bfa30
PA
194562015-02-27 Pedro Alves <palves@redhat.com>
19457
19458 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19459 "true" for boolean result.
19460 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19461 prototype of main.
19462
6f98576f
PA
194632015-02-27 Pedro Alves <palves@redhat.com>
19464
19465 * lib/unbuffer_output.c: New file.
19466 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19467 (main): Call gdb_unbuffer_output.
19468
eba5ab56
YQ
194692015-02-27 Yao Qi <yao.qi@linaro.org>
19470
19471 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19472 target.
19473
0def5aaa
DE
194742015-02-26 Doug Evans <dje@google.com>
19475
19476 * gdb.cp/class2.cc (Dbase, D): New classes.
19477 (main): New local delta.
19478 * gdb.cp/class2.exp: Test printing delta.
19479 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19480 (dynbar): New global.
19481 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19482
081a1c2c
JK
194832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19484
19485 * gdb.compile/compile-ifunc.c: New file.
19486 * gdb.compile/compile-ifunc.exp: New file.
19487
2f41223f
AT
194882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19489
19490 * gdb.base/structs.exp: Check for correct struct on finish.
19491
03eddd80
YQ
194922015-02-26 Yao Qi <yao.qi@linaro.org>
19493
19494 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19495 is zero.
19496
80c57053
JK
194972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19498
19499 * gdb.arch/cordic.ko.bz2: New file.
19500 * gdb.arch/cordic.ko.debug.bz2: New file.
19501 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19502
21613c12
YQ
195032015-02-25 Yao Qi <yao.qi@linaro.org>
19504
19505 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19506 aarch64*-*-* target.
19507
d8b901ed
PA
195082015-02-23 Pedro Alves <palves@redhat.com>
19509
19510 * lib/gdb.exp (delete_breakpoints): Rewrite using
19511 gdb_test_multiple.
19512
e5b85ead
PA
195132015-02-23 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.base/info-os.c: Include stdlib.h.
19516
85c3a371
DE
195172015-02-22 Doug Evans <xdje42@gmail.com>
19518
19519 PR symtab/17855
19520 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19521 is read after symbols have been re-read.
19522 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19523 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19524
96553a0c
DE
195252015-02-21 Doug Evans <dje@google.com>
19526
19527 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19528
97a0c697
JK
195292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19530
19531 PR corefiles/17808
19532 * gdb.arch/i386-biarch-core.core.bz2: New file.
19533 * gdb.arch/i386-biarch-core.exp: New file.
19534
a47cd6e9
PA
195352015-02-21 Pedro Alves <palves@redhat.com>
19536
19537 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19538 runto_main fails.
19539
c5facdc4
PA
195402015-02-20 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19543 info probes.
19544
2db9a427
PA
195452015-02-20 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19548
60fb7e9e
PA
195492015-02-20 Pedro Alves <palves@redhat.com>
19550
19551 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19552 clean_restart before gdb_target_supports_trace.
19553
5c5019c2
PA
195542015-02-20 Pedro Alves <palves@redhat.com>
19555
19556 PR threads/18006
19557 * gdb.threads/clone-thread_db.c: New file.
19558 * gdb.threads/clone-thread_db.exp: New file.
19559
c9587f88
AT
195602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19561
19562 PR breakpoints/16812
19563 * gdb.base/catch-gdb-caused-signals.c: New file.
19564 * gdb.base/catch-gdb-caused-signals.exp: New file.
19565
f6a88844
JM
195662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19567
19568 * configure: Regenerated.
19569 * configure.ac: Use GDB_AC_TRANSFORM.
19570 * aclocal.m4: sinclude ../transform.m4.
19571
497c491b
JM
195722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19573
19574 * lib/dtrace.exp: New file.
19575 * gdb.base/dtrace-probe.exp: Likewise.
19576 * gdb.base/dtrace-probe.d: Likewise.
19577 * gdb.base/dtrace-probe.c: Likewise.
19578 * lib/pdtrace.in: Likewise.
19579 * configure.ac: Output variables with the transformed names of
19580 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19581 * configure: Regenerated.
19582
03e98035
JM
195832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19584
19585 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19586 expected message when trying to access $_probe_* convenience
19587 variables while not on a probe.
19588
63cc30e9
JK
195892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19590
19591 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19592
0703599a
PA
195932015-02-11 Pedro Alves <pedro@codesourcery.com>
19594
19595 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19596 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19597
7e60a48e
DE
195982015-02-10 Doug Evans <xdje42@gmail.com>
19599
19600 * lib/gdb.exp (gdb_load): Always return a result.
19601
01b088bc
PA
196022015-02-10 Pedro Alves <palves@redhat.com>
19603
19604 * gdb.threads/signal-sigtrap.c: New file.
19605 * gdb.threads/signal-sigtrap.exp: New file.
19606
b05ec7a5
AT
196072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19608
19609 * gdb.trace/no-attach-trace.c: New file.
19610 * gdb.trace/no-attach-trace.exp: New file.
19611
a2c2acaf
MW
196122015-02-09 Mark Wielaard <mjw@redhat.com>
19613
19614 * gdb.dwarf2/atomic.c: New file.
19615 * gdb.dwarf2/atomic-type.exp: Likewise.
19616
31fd9caa
MM
196172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19618
19619 * gdb.btrace/buffer-size.exp: Update "info record" output.
19620 * gdb.btrace/delta.exp: Update "info record" output.
19621 * gdb.btrace/enable.exp: Update "info record" output.
19622 * gdb.btrace/finish.exp: Update "info record" output.
19623 * gdb.btrace/instruction_history.exp: Update "info record" output.
19624 * gdb.btrace/next.exp: Update "info record" output.
19625 * gdb.btrace/nexti.exp: Update "info record" output.
19626 * gdb.btrace/step.exp: Update "info record" output.
19627 * gdb.btrace/stepi.exp: Update "info record" output.
19628 * gdb.btrace/nohist.exp: Update "info record" output.
19629
d33501a5
MM
196302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19631
19632 * gdb.btrace/buffer-size: New.
19633
f4abbc16
MM
196342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19635
19636 * gdb.btrace/delta.exp: Update "info record" output.
19637 * gdb.btrace/enable.exp: Update "info record" output.
19638 * gdb.btrace/finish.exp: Update "info record" output.
19639 * gdb.btrace/instruction_history.exp: Update "info record" output.
19640 * gdb.btrace/next.exp: Update "info record" output.
19641 * gdb.btrace/nexti.exp: Update "info record" output.
19642 * gdb.btrace/step.exp: Update "info record" output.
19643 * gdb.btrace/stepi.exp: Update "info record" output.
19644 * gdb.btrace/nohist.exp: Update "info record" output.
19645
b9d61307
SM
196462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19647
19648 PR gdb/15678
19649 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19650
e584fdbc
PA
196512015-02-06 Pedro Alves <palves@redhat.com>
19652
19653 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19654 macro.
19655 (seconds_left, again): New globals.
19656 (main): Wait seconds_left in a 1-second sleep loop instead of
19657 sleeping 180 seconds. If 'again' is set, reset the seconds
19658 counter.
19659 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19660 'again' in the inferior before detaching. Print the seconds left.
19661 (options): New global.
19662 (top level): Build program with -DTIMEOUT=$timeout.
19663
77f41761
PA
196642015-02-06 Pedro Alves <palves@redhat.com>
19665
19666 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19667 determine how many seconds to pass to 'alarm'.
19668 * gdb.base/gdb-sigterm.exp (top level): Build program with
19669 -DTIMEOUT=$timeout.
19670 (do_test): Return success/failure indication. Add more verbose
19671 logging. Don't fail if 200 single steps are seen. Instead, fail
19672 when the test times out.
19673 (passes): New global.
19674 (top level): Break the testing loop if testing fails on any
19675 iteration. Use gdb_assert.
19676
b9394193
DB
196772015-02-04 Don Breazeal <donb@codesourcery.com>
19678
19679 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19680 and initialize them.
19681 (ipc_cleanup): New function.
19682 (main): Don't declare shmid, semid, and msqid. Add a call to
19683 atexit so that we call ipc_cleanup on exit.
19684
42d9e528
PA
196852015-02-04 Pedro Alves <palves@redhat.com>
19686
19687 * boards/native-extended-gdbserver.exp: Remove any target variant
19688 specifications from the board name before clearing the isremote
19689 flag from board_info.
19690
ae6ae975
DE
196912015-01-31 Doug Evans <xdje42@gmail.com>
19692
19693 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19694
cfb069a8
GB
196952015-01-31 Gary Benson <gbenson@redhat.com>
19696
19697 * gdb.base/completion.exp: Disable completion limiting for
19698 existing tests. Add new tests to check completion limiting.
19699 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19700
5dd31d79
DE
197012015-01-31 Doug Evans <xdje42@gmail.com>
19702
19703 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19704
9f050062
DE
197052015-01-31 Doug Evans <xdje42@gmail.com>
19706
19707 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19708 entries. Duplicate file section script entries.
19709 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19710 inlined entries. Add test for safe-path rejection.
19711 * gdb.python/py-section-script.c: Add duplicate inlined section script
19712 entries. Duplicate file section script entries.
19713 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19714 inlined entries. Add test for safe-path rejection.
19715
df25ebbd
JB
197162015-01-29 Joel Brobecker <brobecker@adacore.com>
19717
19718 * gdb.ada/disc_arr_bound: New testcase.
19719
4a0ca9ec
JB
197202015-01-29 Joel Brobecker <brobecker@adacore.com>
19721
19722 * gdb.ada/mi_var_array: New testcase.
19723
3a8b707a
DE
197242015-01-27 Doug Evans <dje@google.com>
19725
19726 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19727 Add test for objfile.filename, objfile.username after objfile
19728 has been unloaded.
19729
f8313f6e
JB
197302015-01-26 Joel Brobecker <brobecker@adacore.com>
19731
19732 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19733 the second test to print the name attribute of value
19734 returned by the call to gdb.lookup_type, and adjust
19735 the expected output accordingly.
19736
37bc665e
MW
197372015-01-25 Mark Wielaard <mjw@redhat.com>
19738
19739 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19740 * gdb.base/disp-step-fork.c: Include unistd.h.
19741 * gdb.base/siginfo-obj.c: Include stdio.h.
19742 * gdb.base/siginfo-thread.c: Likewise.
19743 * gdb.mi/non-stop.c: Include unistd.h.
19744 * gdb.mi/nsthrexec.c: Include stdio.h.
19745 * gdb.mi/pthreads.c: Include unistd.h.
19746 * gdb.modula2/unbounded1.c (main): Declare returns int.
19747 * gdb.reverse/consecutive-reverse.c: Likewise.
19748 * gdb.threads/create-fail.c: Include unistd.h.
19749 * gdb.threads/killed.c: Likewise.
19750 * gdb.threads/linux-dp.c: Likewise.
19751 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
19752 * gdb.threads/non-ldr-exc-2.c: Likewise.
19753 * gdb.threads/non-ldr-exc-3.c: Likewise.
19754 * gdb.threads/non-ldr-exc-4.c: Likewise.
19755 * gdb.threads/pthreads.c: Include unistd.h.
19756 (main): Declare returns int.
19757 * gdb.threads/tls-main.c (foo): New declaration.
19758 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
19759
f7e5394d
SM
197602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
19761
19762 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
19763 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
19764
743649fd
MW
197652015-01-15 Mark Wielaard <mjw@redhat.com>
19766
19767 * gdb.base/noreturn-return.c: New file.
19768 * gdb.base/noreturn-return.exp: New file.
19769 * gdb.base/noreturn-finish.c: New file.
19770 * gdb.base/noreturn-finish.exp: New file.
19771
198297aa
PA
197722015-01-23 Pedro Alves <palves@redhat.com>
19773
19774 * gdb.threads/continue-pending-after-query.c: New file.
19775 * gdb.threads/continue-pending-after-query.exp: New file.
19776
717cf30c
AG
197772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
19778 Simon Marchi <simon.marchi@ericsson.com>
19779
19780 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
19781 * gdb.base/valgrind-db-attach.exp: Same.
19782 * gdb.base/valgrind-infcall.exp: Same.
19783 * lib/mi-support.exp (default_mi_gdb_start): Same.
19784 * lib/prompt.exp (default_prompt_gdb_start): Same.
19785 * lib/gdb.exp (default_gdb_spawn): Same.
19786 (gdb_interact): New.
19787
19788
4b62a76e
JK
197892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19790
19791 * gdb.compile/compile.exp (pointer to jit function): New test.
19792
b4cdae6f
WW
197932015-01-17 Wei-cheng Wang <cole945@gmail.com>
19794
19795 * lib/gdb.exp (supports_process_record): Return true for
19796 powerpc*-*-linux*.
19797 (supports_reverse): Likewise.
19798
d221e7ef
DB
197992015-01-15 Don Breazeal <donb@codesourcery.com>
19800
19801 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
19802 instead of checking whether the target board is remote and
19803 use spawn_wait_for_attach instead of exec/sleep.
19804 * gdb.base/attach-twice.exp: Likewise.
19805
bafffb51
JB
198062015-01-15 Joel Brobecker <brobecker@adacore.com>
19807
19808 * gdb.ada/var_arr_attrs: New testcase.
19809
5589af0e
PA
198102015-01-14 Pedro Alves <palves@redhat.com>
19811 Joel Brobecker <brobecker@adacore.com>
19812
19813 PR gdb/17525
19814 * gdb.base/bp-cmds-execution-x-script.c: New file.
19815 * gdb.base/bp-cmds-execution-x-script.exp: New file.
19816 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
19817
6c400b59
PA
198182015-01-14 Pedro Alves <palves@redhat.com>
19819
19820 PR cli/17828
19821 * gdb.base/batch-preserve-term-settings.c: New file.
19822 * gdb.base/batch-preserve-term-settings.exp: New file.
19823
e02c96a7
DE
198242015-01-13 Doug Evans <dje@google.com>
19825
19826 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19827 binary.
19828
576fd14c
JB
198292015-01-13 Joel Brobecker <brobecker@adacore.com>
19830
19831 * Makefile.in (clean mostlyclean): Do not delete *.py.
19832
04dccad0
JB
198332015-01-13 Joel Brobecker <brobecker@adacore.com>
19834
19835 * gdb.python/py-lookup-type.exp: New file.
19836
3d230f71
PA
198372015-01-12 Pedro Alves <palves@redhat.com>
19838
19839 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
19840 restore GDBFLAGS before returning.
19841
7e67715d
JK
198422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19843
19844 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
19845 is_amd64_regs_target and is_x86_like_target.
19846
f2e0d4b4
DE
198472015-01-11 Doug Evans <xdje42@gmail.com>
19848
19849 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
19850 is given without an explicit form.
19851 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
19852 attributes.
19853 * gdb.dwarf/corrupt.exp: Ditto.
19854 * gdb.dwarf2/enum-type.exp: Ditto.
19855 * gdb.trace/entry-values.exp: Ditto.
19856 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
19857
439250fb
DE
198582015-01-11 Doug Evans <xdje42@gmail.com>
19859
19860 PR gdb/15830
19861 * gdb.base/maint.exp: Remove references to "maint demangle".
19862 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
19863 Add tests for explicitly specifying language to demangle.
19864 * gdb.dlang/demangle.exp: Ditto.
19865
ede9f622
PA
198662015-01-09 Pedro Alves <palves@redhat.com>
19867
19868 * gdb.threads/non-stop-fair-events.c: New file.
19869 * gdb.threads/non-stop-fair-events.exp: New file.
19870
a7b796db
PA
198712015-01-09 Pedro Alves <palves@redhat.com>
19872
19873 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
19874 the global scope. Set a breakpoint after all threads are started
19875 rather than stepping over two source lines. Expect the prompt.
19876 * gdb.base/watch_thread_num.c (threads_started_barrier): New
19877 global.
19878 (NUM): Now 15.
19879 (main): Use threads_started_barrier to wait for all threads to
19880 start. Main thread no longer calls thread_function. Exit after
19881 180 seconds.
19882 (loop): New function.
19883 (thread_function): Wait on threads_started_barrier barrier. Call
19884 'loop' at each iteration.
19885 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
19886 threads have started, instead of hardcoding number of "next"
19887 steps. Use an access watchpoint instead of a write watchpoint.
19888
9665ffdd
PA
198892015-01-09 Pedro Alves <palves@redhat.com>
19890
19891 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
19892 (thread_func): Wait on barrier.
19893 (main): Wait for all threads to start before stopping GDB.
19894 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
19895 global.
19896 (thread1_func, thread2_func): Wait on barrier.
19897 (main): Wait for all threads to start before stopping GDB.
19898 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
19899 New global.
19900 (thread1_func, thread2_func): Wait on barrier.
19901 (main): Wait for all threads to start before stopping GDB.
19902
c945a99f
PA
199032015-01-09 Pedro Alves <palves@redhat.com>
19904
19905 * gdb.threads/attach-many-short-lived-threads.c: New file.
19906 * gdb.threads/attach-many-short-lived-threads.exp: New file.
19907
c1a747c1
PA
199082014-01-09 Pedro Alves <palves@redhat.com>
19909
19910 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
19911 instead of to thread 2.
19912 * gdb.threads/signal-command-multiple-signals-pending.c (main):
19913 Add barrier around each pthread_create call instead of around all
19914 calls.
19915 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
19916 Set a break on thread_function and have the child threads hit it
19917 one at at a time.
19918
60b3033e
PA
199192015-01-09 Pedro Alves <palves@redhat.com>
19920
19921 * lib/gdb.exp (can_spawn_for_attach): New procedure.
19922 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
19923 false.
19924 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
19925 checking whether the target board is remote.
19926 * gdb.multi/multi-attach.exp: Likewise.
19927 * gdb.python/py-sync-interp.exp: Likewise.
19928 * gdb.server/ext-attach.exp: Likewise.
19929 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
19930 tests that need to attach, instead of checking whether the target
19931 board is remote at the top of the file.
19932
acc018ac
YQ
199332015-01-08 Yao Qi <yao@codesourcery.com>
19934
19935 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19936
50a18af8
JK
199372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19938
19939 Fix testcase compilation.
19940 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19941
8503d6e1
JB
199422015-01-06 Joel Brobecker <brobecker@adacore.com>
19943
19944 * gdb.python/py-type.exp: Add a couple test about empty
19945 array creation, and negative-length array creation.
19946
cc73dbcc
DE
199472015-01-02 Doug Evans <xdje42@gmail.com>
19948
19949 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19950
0300bbc7
DE
199512015-01-02 Doug Evans <dje@google.com>
19952
19953 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19954
9d85a0ec
YQ
199552014-12-29 Yao Qi <yao@codesourcery.com>
19956
19957 * gdb.trace/entry-values.exp: Update comments. Rename variable
19958 bar_call_foo to returned_from_foo.
19959
87186c6a
MMN
199602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
19961
19962 PR gdb/17394
19963 * gdb.linespec/break-asm-file.c: New file.
19964 * gdb.linespec/break-asm-file.exp: New file.
19965 * gdb.linespec/break-asm-file0.s: New file.
19966 * gdb.linespec/break-asm-file1.s: New file.
19967
1bab7383
YQ
199682014-12-18 Nigel Stephens <nigel@mips.com>
19969 Maciej W. Rozycki <macro@codesourcery.com>
19970
19971 * gdb.base/float.exp: Handle the new output from "info float" on
19972 MIPS targets.
19973
1bc1068a
JK
199742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
19975
19976 Fix MinGW compilation.
19977 * gdb.compile/compile-ops.exp: Update untested message if
19978 !skip_compile_feature_tests.
19979 * gdb.compile/compile-setjmp.exp: Likewise.
19980 * gdb.compile/compile-tls.exp: Likewise.
19981 * gdb.compile/compile.exp: Likewise.
19982 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
19983 supported on this host".
19984
b6615d10
DE
199852014-12-16 Doug Evans <xdje42@gmail.com>
19986
19987 * boards/stabs.exp: New file.
19988
25dda427
AA
199892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
19990
19991 * gdb.base/completion.exp: Adjust to format changes of "maint
19992 print user-registers".
19993
bf330350
CU
199942014-12-16 Catalin Udma <catalin.udma@freescale.com>
19995
19996 PR server/17457
19997 * gdb.arch/aarch64-fp.c: New file.
19998 * gdb.arch/aarch64-fp.exp: New file.
19999
395cf596
SDJ
200002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20001
20002 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20003 r210637, r210913, r211666, r215400, r215817).
20004
20005 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20006 * dg-extract-results.py: New file.
20007 * dg-extract-results.sh: Use it if the environment seems
20008 suitable.
20009
20010 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20011
20012 * dg-extract-results.py (parse_run): Handle warnings that
20013 are printed before a test harness is run.
20014
20015 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20016
20017 * dg-extract-results.py (Named): Remove __cmp__ method.
20018 (output_variation): Use a key to sort variation.harnesses.
20019
20020 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20021
20022 * dg-extract-results.py: For Python 3, force sys.stdout to
20023 handle surrogate escape sequences.
20024 (safe_open): New function.
20025 (output_segment, main): Use it.
20026
20027 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20028
20029 * dg-extract-results.py (Prog.result_re): Include options
20030 in test name.
20031
20032 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20033
20034 * dg-extract-results.py (output_variation): Always sort if
20035 do_sum.
20036
e882ef3c
SM
200372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20038
20039 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20040 as long as we get pagination notifications.
20041
4992aa20
JM
200422014-12-15 Jason Merrill <jason@redhat.com>
20043
20044 * Makefile.in (check-gdb.%): Restore.
20045 * README: Mention it.
20046
c1b5a1a6
JB
200472014-12-13 Joel Brobecker <brobecker@adacore.com>
20048
20049 * gdb.ada/str_uninit: New testcase.
20050
5537b577
JK
200512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20052
20053 PR symtab/17642
20054 * gdb.base/vla-stub-define.c: New file.
20055 * gdb.base/vla-stub.c: New file.
20056 * gdb.base/vla-stub.exp: New file.
20057
bb2ec1b3
TT
200582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20059 Jan Kratochvil <jan.kratochvil@redhat.com>
20060 Tom Tromey <tromey@redhat.com>
20061
20062 * configure.ac: Add gdb.compile/.
20063 * configure: Regenerate.
20064 * gdb.compile/Makefile.in: New file.
20065 * gdb.compile/compile-ops.exp: New file.
20066 * gdb.compile/compile-ops.c: New file.
20067 * gdb.compile/compile-tls.c: New file.
20068 * gdb.compile/compile-tls.exp: New file.
20069 * gdb.compile/compile-constvar.S: New file.
20070 * gdb.compile/compile-constvar.c: New file.
20071 * gdb.compile/compile-mod.c: New file.
20072 * gdb.compile/compile-nodebug.c: New file.
20073 * gdb.compile/compile-setjmp-mod.c: New file.
20074 * gdb.compile/compile-setjmp.c: New file.
20075 * gdb.compile/compile-setjmp.exp: New file.
20076 * gdb.compile/compile-shlib.c: New file.
20077 * gdb.compile/compile.c: New file.
20078 * gdb.compile/compile.exp: New file.
20079 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20080
4ff709eb
TT
200812014-12-12 Tom Tromey <tromey@redhat.com>
20082
20083 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20084 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20085
6dddd6a5
DE
200862014-12-12 Doug Evans <dje@google.com>
20087
20088 * lib/gdb-python.exp (get_python_valueof): New function.
20089 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20090
71c24708
AA
200912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20092
20093 * gdb.base/completion.exp: Add test for completion of "info
20094 registers ".
20095
3e29f34a
MR
200962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20097
20098 * gdb.base/func-ptrs.c: New file.
20099 * gdb.base/func-ptrs.exp: New file.
20100
fc126975
SM
201012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20102
20103 PR breakpoints/17012
20104 * gdb.base/dprintf-detach.c: New file.
20105 * gdb.base/dprintf-detach.exp: New file.
20106
0a46d518
SM
201072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20108
20109 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20110 * lib/gdb.exp (target_is_gdbserver): New procedure.
20111
a0be3e44
DE
201122014-12-08 Doug Evans <dje@google.com>
20113
20114 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20115
df1b803a
YQ
201162014-12-05 Yao Qi <yao@codesourcery.com>
20117
20118 * gdb.guile/scm-error.exp: Remove the third argument to
20119 gdb_remote_download.
20120 * gdb.guile/scm-frame-args.exp: Likewise.
20121 * gdb.guile/scm-section-script.exp: Likewise.
20122
ddb9f679
YQ
201232014-12-05 Yao Qi <yao@codesourcery.com>
20124
20125 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20126
86e4ed39
DE
201272014-12-04 Doug Evans <dje@google.com>
20128
20129 * gdb.python/py-objfile.exp: Add tests for
20130 objfile.add_separate_debug_file.
20131
7c50a931
DE
201322014-12-04 Doug Evans <dje@google.com>
20133
20134 * lib/gdb.exp (get_build_id): New function.
20135 (build_id_debug_filename_get): Rewrite to use it.
20136 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20137
621661e3
MR
201382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20139
20140 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20141 `method(long)', not just 0x0.
20142 * gdb.cp/nsalias.exp: Align code labels to 4.
20143 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20144 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20145 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20146 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20147 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20148 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20149
29f0c3b7
DE
201502014-12-02 Doug Evans <dje@google.com>
20151
e1e061e7 20152 PR symtab/17602
29f0c3b7 20153 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 20154 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
20155 * gdb.cp/anon-ns.exp: Update.
20156
162078c8
NB
201572014-12-02 Nick Bull <nicholaspbull@gmail.com>
20158
20159 * gdb.python/py-events.py (inferior_call_handler): New.
20160 (register_changed_handler, memory_changed_handler): New.
20161 (test_events.invoke): Register new handlers.
20162 * gdb.python/py-events.exp: Add tests for inferior call,
20163 memory_changed and register_changed events.
20164
fdb09caf
AA
201652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20166
20167 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20168 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20169 if the linker doesn't understand this.
20170
55cfb2c4
SM
201712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20172
20173 * gdb.python/python.exp: Change expected reply to help().
20174
9e8cd6df
YQ
201752014-12-01 Yao Qi <yao@codesourcery.com>
20176
20177 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20178 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20179 * configure: Re-generated.
20180
6c659fc2
SC
201812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20182
20183 * gdb.cp/chained-calls.cc: New file.
20184 * gdb.cp/chained-calls.exp: New file.
20185 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20186
d7fc3181
SM
201872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20188
20189 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20190 * gdb.dwarf2/symtab-producer.exp: Same.
20191 * gdb.gdb/python-interrupts.exp: Same.
20192 * gdb.gdb/python-selftest.exp: Same.
20193 * gdb.python/py-linetable.exp: Same.
20194 * gdb.python/py-type.exp: Same.
20195 * gdb.python/py-value-cc.exp: Same.
20196 * gdb.python/py-value.exp: Same.
20197
10e79639
YQ
201982014-11-28 Yao Qi <yao@codesourcery.com>
20199
20200 * gdb.base/break-probes.exp: Match library name prefixed with
20201 sysroot.
20202
f28a0564
SM
202032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20204
20205 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20206 test expected output. Add parentheses for the call to print.
20207 Remove L suffix from integers.
20208
3fe1ce1d
DE
202092014-11-26 Doug Evans <dje@google.com>
20210
20211 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20212
84429e27
YQ
202132014-11-22 Yao Qi <yao@codesourcery.com>
20214
20215 * gdb.trace/entry-values.c: Remove asms.
20216 (foo): Add foo_label.
20217 (bar): Add bar_label.
20218 * gdb.trace/entry-values.exp: Remove code computing foo's
20219 length and bar's length.
20220 (Dwarf::assemble): Invoke function_range for bar and use
20221 MACRO_AT_func for foo.
20222
26741859
YQ
202232014-11-22 Yao Qi <yao@codesourcery.com>
20224
20225 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20226 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20227 Use .Lgcc43_procstart instead of gcc43.
20228
45e44d27
JB
202292014-11-21 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.ada/n_arr_bound: New testcase.
20232
458c8db8
SDJ
202332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20234
20235 PR breakpoints/10737
20236 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20237 test_catch_syscall_multi_arch.
20238 (test_catch_syscall_multi_arch): New function.
20239
43f3e411
DE
202402014-11-20 Doug Evans <xdje42@gmail.com>
20241
20242 * gdb.base/maint.exp: Update expected output.
20243
0d7b2549
AA
202442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20245
20246 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20247 4-byte instruction on S390.
20248
8908fca5
JB
202492014-11-19 Joel Brobecker <brobecker@adacore.com>
20250
20251 * gdb.ada/arr_arr: New testcase.
20252
4a46959e
JB
202532014-11-19 Joel Brobecker <brobecker@adacore.com>
20254
20255 * gdb.ada/pkd_arr_elem: New Testcase.
20256
470e2f4e
LM
202572014-11-18 Luis Machado <lgustavo@codesourcery.com>
20258
20259 * gdb.reverse/break-precsave: Expect completion message for
20260 core file reads.
20261 * gdb.reverse/consecutive-precsave.exp: Likewise.
20262 * gdb.reverse/finish-precsave.exp: Likewise.
20263 * gdb.reverse/i386-precsave.exp: Likewise.
20264 * gdb.reverse/machinestate-precsave.exp: Likewise.
20265 * gdb.reverse/sigall-precsave.exp: Likewise.
20266 * gdb.reverse/solib-precsave.exp: Likewise.
20267 * gdb.reverse/step-precsave.exp: Likewise.
20268 * gdb.reverse/until-precsave.exp: Likewise.
20269 * gdb.reverse/watch-precsave.exp: Likewise.
20270
a267f3ad
AA
202712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20272
20273 * gdb.base/bp-permanent.c: Include unistd.h.
20274 * gdb.python/py-framefilter-mi.c (main): Add return type.
20275 * gdb.python/py-framefilter.c (main): Likewise.
20276 * gdb.trace/actions-changed.c (main): Likewise.
20277
12084a9a
AA
202782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20279
20280 * gdb.mi/until.c: Add eye-catchers.
20281 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20282 line numbers.
20283
dc7e1a77
AA
202842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20285
20286 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20287 function header variants in break1.c.
20288 * gdb.base/ena-dis-br.exp: Likewise.
20289 * gdb.base/hbreak2.exp: Likewise.
20290 * gdb.reverse/until-precsave.exp: Drop references to removed
20291 non-prototype function header variants in ur1.c.
20292 * gdb.reverse/until-reverse.exp: Likewise.
20293
41c77605
PM
202942014-11-17 Petr Machata <pmachata@redhat.com>
20295
20296 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20297 ${_cu_offset_size} bytes abbrev offset.
20298
34248c3a
DE
202992014-11-15 Doug Evans <xdje42@gmail.com>
20300
20301 PR symtab/17559
20302 * gdb.base/line-symtabs.exp: New file.
20303 * gdb.base/line-symtabs.c: New file.
20304 * gdb.base/line-symtabs.h: New file.
20305
646da059
YQ
203062014-11-14 Yao Qi <yao@codesourcery.com>
20307
20308 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20309 (func): Add label func_label.
20310 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20311 Replace low_pc and high_pc with MACRO_AT_range.
20312 Replace name, low_pc and high_pc with MACRO_AT_func.
20313
9301ebe6
YQ
203142014-11-14 Yao Qi <yao@codesourcery.com>
20315
20316 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20317 Replace name, low_pc and high_pc with MACRO_AT_func.
20318
f166b542
YQ
203192014-11-14 Yao Qi <yao@codesourcery.com>
20320
20321 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20322 produce debug information.
20323 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20324
0f6e71e3
YQ
203252014-11-14 Yao Qi <yao@codesourcery.com>
20326
20327 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20328 object and get function length.
20329 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20330 with MACRO_AT_func.
20331 (top-level): Replace gdb_compile and clean_restart with
20332 prepare_for_testing.
20333 * gdb.dwarf2/main.c (main): Add label main_label.
20334
876c4df9
YQ
203352014-11-14 Yao Qi <yao@codesourcery.com>
20336
20337 * lib/dwarf.exp (function_range): New procedure.
20338 (Dwarf::_handle_macro_at_func): New procedure.
20339 (Dwarf::_handle_macro_at_range): New procedure.
20340 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20341
02ad9cf1
YQ
203422014-11-14 Yao Qi <yao@codesourcery.com>
20343
20344 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20345 (_handle_attribute): New procedure.
20346
a59add0c
AA
203472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20348
20349 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20350 * gdb.base/call-sc.c (zed): Likewise.
20351 * gdb.base/checkpoint.c (main): Likewise.
20352 * gdb.base/dump.c (main): Likewise.
20353 * gdb.base/gcore.c (main): Likewise.
20354 * gdb.base/huge.c (main): Likewise.
20355 * gdb.base/multi-forks.c (main): Likewise.
20356 * gdb.base/pr10179-a.c (main): Likewise.
20357 * gdb.base/savedregs.c (main): Likewise.
20358 * gdb.base/sigaltstack.c (main): Likewise.
20359 * gdb.base/siginfo.c (main): Likewise.
20360 * gdb.base/structs.c (zed): Likewise.
20361 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20362 * gdb.mi/mi-syn-frame.c (main): Likewise.
20363 * gdb.mi/until.c (foo, main): Likewise.
20364 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20365 * gdb.base/solib-weak.c (foo): Declare.
20366 * gdb.base/attach-twice.c: Include stdio.h.
20367 * gdb.base/weaklib1.c: Likewise.
20368 * gdb.base/weaklib2.c: Likewise.
20369 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20370 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20371 unistd.h.
20372 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20373 * gdb.mi/mi-exit-code.c: Likewise.
20374 * gdb.base/break-interp-lib.c: Include string.h.
20375 * gdb.base/coremaker.c: Likewise.
20376 * gdb.base/testenv.c: Likewise.
20377 * gdb.python/py-finish-breakpoint.c: Likewise.
20378 * gdb.base/inferior-died.c: Include sys/wait.h.
20379 * gdb.base/fileio.c: Include time.h.
20380 * gdb.base/async-shell.c: Include unistd.h.
20381 * gdb.base/dprintf-non-stop.c: Likewise.
20382 * gdb.base/info-os.c: Likewise.
20383 * gdb.mi/mi-console.c: Likewise.
20384 * gdb.mi/watch-nonstop.c: Likewise.
20385 * gdb.python/py-events.c: Likewise.
20386 * gdb.base/async.c (baz): Move up before its invocation.
20387 * gdb.base/code_elim2.c (my_global_func): Likewise.
20388 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20389 * gdb.base/advance.c (func2): Likewise.
20390
3b5d5997
AA
203912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20392
20393 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20394 variant.
20395 * gdb.base/annota3.c: Likewise.
20396 * gdb.base/async.c: Likewise.
20397 * gdb.base/average.c: Likewise.
20398 * gdb.base/call-ar-st.c: Likewise.
20399 * gdb.base/call-rt-st.c: Likewise.
20400 * gdb.base/call-sc.c: Likewise.
20401 * gdb.base/call-strs.c: Likewise.
20402 * gdb.base/ending-run.c: Likewise.
20403 * gdb.base/execd-prog.c: Likewise.
20404 * gdb.base/exprs.c: Likewise.
20405 * gdb.base/foll-exec.c: Likewise.
20406 * gdb.base/foll-fork.c: Likewise.
20407 * gdb.base/foll-vfork.c: Likewise.
20408 * gdb.base/funcargs.c: Likewise.
20409 * gdb.base/gcore.c: Likewise.
20410 * gdb.base/jump.c: Likewise.
20411 * gdb.base/langs0.c: Likewise.
20412 * gdb.base/langs1.c: Likewise.
20413 * gdb.base/langs2.c: Likewise.
20414 * gdb.base/mips_pro.c: Likewise.
20415 * gdb.base/nodebug.c: Likewise.
20416 * gdb.base/opaque0.c: Likewise.
20417 * gdb.base/opaque1.c: Likewise.
20418 * gdb.base/recurse.c: Likewise.
20419 * gdb.base/run.c: Likewise.
20420 * gdb.base/scope0.c: Likewise.
20421 * gdb.base/scope1.c: Likewise.
20422 * gdb.base/setshow.c: Likewise.
20423 * gdb.base/setvar.c: Likewise.
20424 * gdb.base/shmain.c: Likewise.
20425 * gdb.base/shr1.c: Likewise.
20426 * gdb.base/shr2.c: Likewise.
20427 * gdb.base/sigall.c: Likewise.
20428 * gdb.base/signals.c: Likewise.
20429 * gdb.base/so-indr-cl.c: Likewise.
20430 * gdb.base/solib2.c: Likewise.
20431 * gdb.base/structs.c: Likewise.
20432 * gdb.base/sum.c: Likewise.
20433 * gdb.base/vforked-prog.c: Likewise.
20434 * gdb.base/watchpoint.c: Likewise.
20435 * gdb.reverse/shr2.c: Likewise.
20436 * gdb.reverse/until-reverse.c: Likewise.
20437 * gdb.reverse/ur1.c: Likewise.
20438 * gdb.reverse/watch-reverse.c: Likewise.
20439
066a77c5
AA
204402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20441
20442 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20443 variant.
20444 * gdb.base/sepdebug.exp: Drop references to removed code.
20445
4f204ea5
AA
204462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20447
20448 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20449 variant. Preserve original line numbering.
20450 * gdb.base/list1.c: Likewise.
20451
3b377a3a
AA
204522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20453
20454 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20455 variant.
20456 * gdb.base/break1.c: Likewise.
20457 * gdb.base/break.exp: Drop references to removed code.
20458
e444df73
AA
204592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20460
20461 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20462 variant.
20463
8008f2a7
AA
204642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20465
20466 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20467
a5a06887
AA
204682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20469
20470 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20471 logic into perform_all_tests() and invoke it with and without
20472 function header prototypes.
20473 (do_function_calls): Remove conditional XFAIL for PR 5318.
20474 (rerun_and_prepare): Remove duplicate code.
20475 (perform_all_tests): New. Main logic moved here.
20476
44dba9b9
AA
204772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20478
20479 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20480 code guarded by #ifdef NO_PROTOTYPES.
20481 (t_double_many_args): Likewise.
20482 (DEF_FUNC_MANY_ARGS_1): Likewise.
20483 (DEF_FUNC_VALUES_1): Likewise.
20484 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20485 guarded by #ifdef PROTOTYPES.
20486
d1fbcd56
AA
204872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20488
20489 * gdb.mi/mi-console.c: Add eye-catcher.
20490 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20491 instead of literal line number.
20492
b0e59b8f
AA
204932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20494
20495 * gdb.base/shr2.c: Add eye-catcher.
20496 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20497 line number.
20498
78f98cca
AA
204992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20500
20501 * gdb.base/jump.c: Add eye-catchers.
20502 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20503 numbers.
20504
58fa2af0
AA
205052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20506
20507 * gdb.base/execd-prog.c: Add eye-catchers.
20508 * gdb.base/foll-exec.c: Likewise.
20509 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20510 line numbers.
20511
04e5059b
AA
205122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20513
20514 * gdb.base/ending-run.c: Add eye-catchers.
20515 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20516 literal line numbers.
20517
dbfdb174
AA
205182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20519
20520 * gdb.base/call-rt-st.c: Add eye-catchers.
20521 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20522 literal line numbers.
20523
888a2ade
AA
205242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20525
20526 * gdb.base/call-ar-st.c: Add eye-catchers.
20527 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20528 literal line numbers.
20529
6acc2dde
AA
205302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20531
20532 * gdb.base/average.c: Add eye-catchers.
20533 * gdb.base/sum.c: Likewise.
20534 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20535 regexps dynamically.
20536
9ecfcd1d
AA
205372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20538
20539 * gdb.base/solib1.c: Add eye-catchers.
20540 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20541 literal line numbers.
20542
78708b7c
PA
205432014-11-12 Pedro Alves <palves@redhat.com>
20544
20545 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20546 leader has exited.
20547
af48d08f
PA
205482014-11-12 Pedro Alves <palves@redhat.com>
20549
20550 * gdb.arch/i386-bp_permanent.c: New file.
20551 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20552 (srcfile): Set to i386-bp_permanent.c.
20553 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20554 that stepi does not execute the 'leave' instruction, instead of
20555 testing it does execute.
20556 * gdb.base/bp-permanent.c: New file.
20557 * gdb.base/bp-permanent.exp: New file.
20558
af3768e9
DE
205592014-11-10 Doug Evans <xdje42@gmail.com>
20560
20561 PR symtab/17564
20562 * gdb.base/symtab-search-order.exp: New file.
20563 * gdb.base/symtab-search-order.c: New file.
20564 * gdb.base/symtab-search-order-1.c: New file.
20565 * gdb.base/symtab-search-order-shlib-1.c: New file.
20566
9de00a4a
PA
205672014-11-07 Pedro Alves <palves@redhat.com>
20568
20569 PR gdb/17511
20570 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20571 i?86-*-linux*.
20572
e0f52461
SC
205732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20574
20575 PR c++/17494
20576 * gdb.cp/pr17494.cc: New file.
20577 * gdb.cp/pr17494.exp: New file.
20578
6ce8c980
YQ
205792014-11-02 Yao Qi <yao@codesourcery.com>
20580
20581 * gdb.python/python.exp: Get working directory and match the
20582 output of "set extended-prompt \\w " with it.
20583
02be9a71
DE
205842014-10-30 Doug Evans <dje@google.com>
20585
20586 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20587 in objfiles.
20588 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20589 in progspaces.
20590
3bdff46b
LM
205912014-10-30 Janis Johnson <janisjo@codesourcery.com>
20592
20593 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20594 * gdb.base/realname-expand.exp: Likewise.
20595 * gdb.linespec/macro-relative.exp: Likewise.
20596
ab917dfb
PA
205972014-10-29 Pedro Alves <palves@redhat.com>
20598
20599 PR gdb/17408
20600 * gdb.threads/schedlock.c (some_function): New function.
20601 (call_function): New global.
20602 (MAYBE_CALL_SOME_FUNCTION): New macro.
20603 (thread_function): Call it.
20604 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20605 and use it instead of a global counter. Adjust all callers.
20606 (get_current_thread): Use "find current thread" for test message
20607 here rather than having all callers pass down the same string.
20608 (goto_loop): New procedure, factored out from ...
20609 (my_continue): ... this.
20610 (step_ten_loops): Change parameter from test message to command to
20611 use. Adjust.
20612 (list_count): Delete global.
20613 (check_result): New procedure, factored out from duplicate top
20614 level code.
20615 (continue tests): Wrap in with_test_prefix.
20616 (test_step): New procedure, factored out from duplicate top level
20617 code.
20618 (top level): Test "step" in combination with all scheduler-locking
20619 modes. Test "next" in combination with all scheduler-locking
20620 modes, and in combination with stepping over a function call or
20621 not.
20622 * gdb.threads/next-bp-other-thread.c: New file.
20623 * gdb.threads/next-bp-other-thread.exp: New file.
20624
d3d4baed
PA
206252014-10-29 Pedro Alves <palves@redhat.com>
20626
20627 PR python/17372
20628 * gdb.python/python.exp: Test a multi-line command that spawns
20629 interactive Python.
20630 * gdb.base/multi-line-starts-subshell.exp: New file.
20631
563e8d85
YQ
206322014-10-29 Yao Qi <yao@codesourcery.com>
20633
20634 * gdb.base/fileio.exp: Make directories on host.
20635
0ea4d52e
YQ
206362014-10-29 Yao Qi <yao@codesourcery.com>
20637
20638 * gdb.base/fileio.c (test_write): Close the file.
20639
7f5ef605
PA
206402014-10-28 Pedro Alves <palves@redhat.com>
20641
20642 PR gdb/12623
20643 * gdb.base/sigstep.c (no_handler): New global.
20644 (main): If 'no_handler is true, set the signal handlers to
20645 SIG_IGN.
20646 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20647 with_sw_watch and no_handler parameters. Handle them.
20648 (top level) <stepping over handler when stopped at a breakpoint
20649 test>: Add a test axis for testing with a software watchpoint, and
20650 another for testing with the signal handler set to SIG_IGN.
20651 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20652 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20653
abbdbd03
PA
206542014-10-28 Pedro Alves <palves@redhat.com>
20655
20656 PR gdb/17511
20657 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20658 * gdb.base/sigstep.exp (other_handler_location): New global.
20659 (advance): Support stepping into the signal handler, and running
20660 commands while in the handler.
20661 (in_handler_map): New global.
20662 (top level): In the advance test, add combinations for getting
20663 into the handler with stepping commands, and for running commands
20664 in the handler. Add comment descripting the advancei tests.
20665
1df4399f
PA
206662014-10-28 Pedro Alves <palves@redhat.com>
20667
20668 * gdb.base/sigstep.exp: Use build_executable instead of
20669 prepare_for_testing.
20670 (top level): Move code that starts GDB, runs to main and creates a
20671 display to ...
20672 (restart): ... this new procedure.
20673 (top level): Move backtrace from signal handler test to ...
20674 (validate_backtrace): ... this new procedure.
20675 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20676 with_test_prefix. Always restart GDB.
20677 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20678 with_test_prefix. Always restart GDB. No need to delete
20679 breakpoints after the test.
20680 (test_skip_handler): Remove prefix parameter.
20681 (skip_over_handler, breakpoint_to_handler)
20682 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20683 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20684 restart GDB. No need to delete breakpoints after the test.
20685 (top level): Use foreach to call the test procedures with
20686 different commands.
20687
a5b6e449
PA
206882014-10-28 Pedro Alves <palves@redhat.com>
20689
20690 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20691 instead of GNATS numbers.
20692 * gdb.base/sigbpt.exp: Likewise.
20693 * gdb.base/siginfo.exp: Likewise.
20694 * gdb.base/sigstep.exp: Likewise.
20695
e5f8a7cc
PA
206962014-10-27 Pedro Alves <palves@redhat.com>
20697
20698 * gdb.base/sigstep.c (dummy): New global.
20699 (main): Issue a couple writes to the new global.
20700 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20701 procedures.
20702 (skip_over_handler): Use test_skip_handler.
20703 (top level): Call skip_over_handler for stepi and nexti too.
20704 (breakpoint_over_handler): Use test_skip_handler.
20705 (top level): Call breakpoint_over_handler for stepi and nexti too.
20706
763905a3
YQ
207072014-10-27 Yao Qi <yao@codesourcery.com>
20708
20709 * gdb.trace/tfile.c (adjust_function_address)
20710 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20711 function descriptor.
20712
6f259a23
DB
207132014-10-24 Don Breazeal <donb@codesourcery.com>
20714
20715 * gdb.base/foll-fork.exp (test_follow_fork,
20716 catch_fork_child_follow): Check for updated fork messages emitted
20717 from infrun.c.
20718 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20719 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20720 vfork_and_exec_child_follow_through_step): Check for updated vfork
20721 messages emitted from infrun.c.
20722
09dd9a69
PA
207232014-10-24 Pedro Alves <palves@redhat.com>
20724
20725 * gdb.base/corefile.exp: Remove references to ultrix.
20726 * gdb.base/interrupt.exp: Likewise.
20727 * gdb.base/whatis.exp: Likewise.
20728 * gdb.gdb/selftest.exp: Likewise.
20729 * gdb.threads/manythreads.exp: Likewise.
20730 * gdb.threads/print-threads.exp: Likewise.
20731 * gdb.threads/pthreads.exp:: Likewise.
20732 * gdb.threads/schedlock.exp: Likewise.
20733
3433cfa5
SC
207342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20735
20736 * gdb.cp/non-trivial-retval.cc: Add a test case.
20737 * gdb.cp/non-trivial-retval.exp: Add a test.
20738
092f880b
YQ
207392014-10-20 Yao Qi <yao@codesourcery.com>
20740
20741 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20742 * gdb.python/py-objfile-script-gdb.py: New file.
20743 * gdb.python/py-objfile-script.exp: Update reference to
20744 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
20745 of remote_download. Remove the dest file.
20746
acbdb7f3
YQ
207472014-10-20 Yao Qi <yao@codesourcery.com>
20748
20749 * gdb.base/checkpoint.exp: Don't remove file copied on host.
20750 * gdb.base/step-line.exp: Likewise.
20751 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20752 * gdb.dwarf2/dw2-basic.exp: Likewise.
20753 * gdb.dwarf2/dw2-compressed.exp: Likewise.
20754 * gdb.dwarf2/dw2-filename.exp: Likewise.
20755 * gdb.dwarf2/dw2-intercu.exp: Likewise.
20756 * gdb.dwarf2/dw2-intermix.exp: Likewise.
20757 * gdb.dwarf2/dw2-producer.exp: Likewise.
20758 * gdb.dwarf2/mac-fileno.exp: Likewise.
20759 * gdb.python/py-frame-args.exp: Likewise.
20760 * gdb.python/py-framefilter.exp: Likewise.
20761 * gdb.python/py-mi.exp: Likewise.
20762 * gdb.python/py-objfile-script.exp: Likewise
20763 * gdb.python/py-pp-integral.exp: Likewise.
20764 * gdb.python/py-pp-re-notag.exp: Likewise.
20765 * gdb.python/py-prettyprint.exp: Likewise.
20766 * gdb.python/py-section-script.exp: Likewise.
20767 * gdb.python/py-typeprint.exp: Likewise.
20768 * gdb.python/py-xmethods.exp: Likewise.
20769 * gdb.stabs/weird.exp: Likewise.
20770 * gdb.xml/tdesc-regs.exp: Likewise.
20771
bd286a29
KCY
207722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
20773
20774 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
20775 (out_cu): Use addr_len for the size of addresses.
20776 (out_line): Likewise. Size DW_LNE_set_address instruction
20777 according to addr_len.
20778 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
20779 (FUNC): Add START_INSNS to definition.
20780
673dc4a0
YQ
207812014-10-18 Yao Qi <yao@codesourcery.com>
20782
20783 * gdb.base/argv0-symlink.exp: Check argv[0] value if
20784 gdb_has_argv0 return true.
20785 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
20786 check [target_info exists noargs], check [gdb_has_argv0]
20787 instead.
20788 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
20789 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
20790 procedures.
20791
4ffbba72
DE
207922014-10-17 Doug Evans <dje@google.com>
20793
20794 * gdb.python/py-events.exp: Update expected output for clear_objfiles
20795 event.
20796 * gdb.python/py-events.py: Add clear_objfiles event.
20797
d096d8c1
DE
207982014-10-17 Doug Evans <dje@google.com>
20799
20800 * gdb.python/py-objfile.exp: Test progspace attribute.
20801
a80db015
LM
208022014-10-17 Luis Machado <lgustavo@codesourcery.com>
20803
20804 * gdb.guile/scm-breakpoint.exp: Do not assume any
20805 directory separators when matching source file paths.
20806 * gdb.python/py-breakpoint.exp: Likewise.
20807 * gdb.reverse/break-precsave.exp: Likewise.
20808 * gdb.reverse/break-reverse.exp: Likewise.
20809 * gdb.reverse/consecutive-precsave.exp: Likewise.
20810 * gdb.reverse/finish-precsave.exp: Likewise.
20811 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
20812 * gdb.reverse/finish-reverse.exp: Likewise.
20813 * gdb.reverse/i386-precsave.exp: Likewise.
20814 * gdb.reverse/i387-env-reverse.exp: Likewise.
20815 * gdb.reverse/i387-stack-reverse.exp: Likewise.
20816 * gdb.reverse/machinestate-precsave.exp: Likewise.
20817 * gdb.reverse/machinestate.exp: Likewise.
20818 * gdb.reverse/sigall-precsave.exp: Likewise.
20819 * gdb.reverse/solib-precsave.exp: Likewise.
20820 * gdb.reverse/step-precsave.exp: Likewise.
20821 * gdb.reverse/until-precsave.exp: Likewise.
20822 * gdb.reverse/watch-precsave.exp: Likewise.
20823 * gdb.reverse/watch-reverse.exp: Likewise.
20824
b22089ab
YQ
208252014-10-17 Yao Qi <yao@codesourcery.com>
20826
20827 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
20828 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
20829
6c4486e6
PA
208302014-10-17 Pedro Alves <palves@redhat.com>
20831
20832 PR gdb/17471
20833 * gdb.base/bg-execution-repeat.c: New file.
20834 * gdb.base/bg-execution-repeat.exp: New file.
20835
0ff33695
PA
208362014-10-17 Pedro Alves <palves@redhat.com>
20837
20838 PR gdb/17300
20839 * gdb.base/continue-all-already-running.c: New file.
20840 * gdb.base/continue-all-already-running.exp: New file.
20841
6fdebc3d
PA
208422014-10-17 Pedro Alves <palves@redhat.com>
20843
20844 PR gdb/17472
20845 * gdb.base/annota-input-while-running.c: New file.
20846 * gdb.base/annota-input-while-running.exp: New file.
20847
32a8097b
PA
208482014-10-17 Pedro Alves <palves@redhat.com>
20849
20850 * gdb.base/callfuncs.exp: emove references to osf.
20851 * gdb.base/sigall.exp: Likewise.
20852 * gdb.gdb/selftest.exp: Likewise.
20853 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20854 * gdb.mi/non-stop.c: Likewise.
20855 * gdb.mi/pthreads.c: Likewise.
20856 * gdb.reverse/sigall-precsave.exp: Likewise.
20857 * gdb.reverse/sigall-reverse.exp: Likewise.
20858 * gdb.threads/pthreads.c: Likewise.
20859 * gdb.threads/pthreads.exp: Likewise.
20860
7a3517ff
YQ
208612014-10-17 Yao Qi <yao@codesourcery.com>
20862
20863 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
20864 check 'target_info exists noargs'.
20865 (test_command_prompt_position): Likewise.
20866 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
20867 Remove "set args".
20868 (progvar_simple_while_test): Likewise.
20869 (progvar_complex_if_while_test): Likewise.
20870 (if_while_breakpoint_command_test): Likewise.
20871 (infrun_breakpoint_command_test): Likewise.
20872 (breakpoint_command_test): Likewise.
20873 (watchpoint_command_test): Likewise.
20874 (bp_deleted_in_command_test): Likewise.
20875 (temporary_breakpoint_commands): Likewise.
20876
bb99c472
YQ
208772014-10-16 Yao Qi <yao@codesourcery.com>
20878
20879 * gdb.base/remotetimeout.exp: Remove noargs checking.
20880
7c16b83e
PA
208812014-10-15 Pedro Alves <palves@redhat.com>
20882
20883 PR breakpoints/9649
20884 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
20885 * gdb.base/breakpoint-in-ro-region.exp
20886 (probe_target_hardware_step): New procedure.
20887 (top level): Probe hardware stepping and hardware breakpoint
20888 support. Test stepping through a read-only region, with both
20889 "breakpoint auto-hw" on and off and both "always-inserted" on and
20890 off.
20891
35a49624
IB
208922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20893
20894 * gdb.dlang/demangle.exp: Update for demangling changes.
20895
2d1c107c
SC
208962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20897
20898 * gdb.cp/non-trivial-retval.cc: Add new test cases.
20899 * gdb.cp/non-trivial-retval.exp: Add new tests.
20900
778811d5
SC
209012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
20902
20903 PR c++/13403
20904 PR c++/15154
20905 * gdb.cp/non-trivial-retval.cc: New file.
20906 * gdb.cp/non-trivial-retval.exp: New file.
20907
10c5f0a8
YQ
209082014-10-15 Yao Qi <yao@codesourcery.com>
20909
20910 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20911 remote host.
20912
65d7b369
YQ
209132014-10-15 Yao Qi <yao@codesourcery.com>
20914
20915 * gdb.python/py-symbol.exp: Match file base name if host is
20916 remote, otherwise match file name with dir name.
20917 * gdb.python/py-symtab.exp: Likewise.
20918 * gdb.python/python.exp: Likewise.
20919
46dc1394
YQ
209202014-10-15 Yao Qi <yao@codesourcery.com>
20921
20922 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
20923 pattern.
20924 * gdb.python/py-symtab.exp: Likewise.
20925 * gdb.python/python.exp: Remove trailing ".*". Fix typo
20926 locationn.
20927
c40cc657
JB
209282014-10-14 Joel Brobecker <brobecker@adacore.com>
20929
20930 * gdb.ada/addr_arith: New testcase.
20931
2abf49e1
MR
209322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
20933
20934 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
20935 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
20936 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
20937 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
20938
f7088df3
SDJ
209392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
20940
20941 * gdb.arch/stap-eval-lang-ada.S: Likewise.
20942 * gdb.arch/stap-eval-lang-ada.c: Likewise.
20943 * gdb.arch/stap-eval-lang-ada.exp: New file.
20944
4dc06805
YQ
209452014-10-14 Yao Qi <yao@codesourcery.com>
20946
20947 * gdb.mi/mi-var-child.c (nothing1): New function.
20948 (nothing2): New function.
20949 (do_children_tests): Set function pointers by nothing1 and
20950 nothing2.
20951 * gdb.mi/mi-var-child.exp: Step over new added statements.
20952 Update test to match the new output.
20953 * gdb.mi/var-cmd.c (nothing1): New function.
20954 (nothing2): New function.
20955 (do_children_tests): Set function pointers by nothing1 and
20956 nothing2.
20957 * gdb.mi/mi-var-display.exp: Update test to match output.
20958 Step to the line specified by $line_dct_nothing.
20959 Increase the number of lines to step.
20960
46a93de2
YQ
209612014-10-14 Yao Qi <yao@codesourcery.com>
20962
20963 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
20964 tests.
20965 * gdb.mi/mi2-var-child.exp: Likewise.
20966
14ea52ee
DE
209672014-10-13 Doug Evans <dje@google.com>
20968
20969 * gdb.python/py-objfile.exp: Change name of file name test.
20970
e5c6e92b
DE
209712014-10-13 Doug Evans <dje@google.com>
20972
20973 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
20974 from the start of the CU.
20975
c780cc2f
JK
209762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20977 Yao Qi <yao@codesourcery.com>
20978
20979 Fix "save breakpoints" for "catch" command.
20980 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
20981 Remove -nonewline. Match also the added "main" line.
20982
99894e11
JK
209832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20984
20985 Fix "save breakpoints" for "disable $bpnum" command.
20986 * gdb.base/save-bp.c (main): Add label.
20987 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
20988
6e1ac5a3
JK
209892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20990
20991 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20992
754dd2b0
YQ
209932014-10-11 Yao Qi <yao@codesourcery.com>
20994
20995 * gdb.server/server-kill.exp: Execute command
20996 "set remote trace-status-packet on" before "tstatus".
20997
f90183d7
YQ
209982014-10-11 Yao Qi <yao@codesourcery.com>
20999
21000 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21001 (main): Call getppid.
21002 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21003 and continue to it. Read variable "server_pid".
21004
bf40a607
YQ
210052014-10-11 Yao Qi <yao@codesourcery.com>
21006
21007 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21008
052ca370
YQ
210092014-10-11 Yao Qi <yao@codesourcery.com>
21010
21011 * gdb.threads/thread-find.exp: Don't execute command
21012 "info threads".
21013 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21014 * gdb.threads/linux-dp.exp: Don't check the condition
21015 $threads_created equals to zero.
21016
3831839c
PA
210172014-10-10 Pedro Alves <palves@redhat.com>
21018
21019 * gdb.base/bigcore.exp: Remove references to IRIX.
21020 * gdb.base/funcargs.exp: Likewise.
21021 * gdb.base/interrupt.exp: Likewise.
21022 * gdb.base/mips_pro.exp: Likewise.
21023 * gdb.base/nodebug.exp: Likewise.
21024 * gdb.base/setvar.exp: Likewise.
21025 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21026
8b9a549d
PA
210272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21028 Pedro Alves <palves@redhat.com>
21029
21030 PR symtab/14466
21031 * gdb.base/vdso-warning.c: New file.
21032 * gdb.base/vdso-warning.exp: New file.
21033
d48ba5e8
DE
210342014-10-02 Doug Evans <dje@google.com>
21035
21036 * gdb.base/structs.c (main): Don't run forever.
21037
2278c276
PA
210382014-10-02 Pedro Alves <palves@redhat.com>
21039
21040 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21041 (top level) <stop threads 1, stop threads 2>: Use it.
21042
b57bacec
PA
210432014-10-02 Pedro Alves <palves@redhat.com>
21044
21045 * gdb.threads/break-while-running.exp (test): Add new
21046 'update_thread_list' argument. Skip "info threads" if false.
21047 (top level): Add new 'update_thread_list' axis.
21048
13fd3ff3
PA
210492014-10-02 Pedro Alves <palves@redhat.com>
21050
21051 PR breakpoints/17431
21052 * gdb.base/execl-update-breakpoints.c: New file.
21053 * gdb.base/execl-update-breakpoints.exp: New file.
21054
0fec99e8
PA
210552014-10-01 Pedro Alves <palves@redhat.com>
21056
21057 * gdb.base/breakpoint-in-ro-region.c: New file.
21058 * gdb.base/breakpoint-in-ro-region.exp: New file.
21059
2ddf4301
SM
210602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21061
21062 * gdb.mi/mi-exit-code.exp: New file.
21063 * gdb.mi/mi-exit-code.c: New file.
21064
6a5f3f43
YQ
210652014-09-30 Yao Qi <yao@codesourcery.com>
21066
21067 * lib/prelink-support.exp (build_executable_own_libs): Error if
21068 the target isn't native.
21069
345bcc73
YQ
210702014-09-30 Yao Qi <yao@codesourcery.com>
21071
21072 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21073 false.
21074
a25a5a45
PA
210752014-09-22 Pedro Alves <palves@redhat.com>
21076
21077 * gdb.threads/break-while-running.exp: New file.
21078 * gdb.threads/break-while-running.c: New file.
21079
00ba3162
YQ
210802014-09-19 Yao Qi <yao@codesourcery.com>
21081
21082 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21083 Invoke test. Restart GDB with --readnow and invoke test again.
21084
c3b7b696
YQ
210852014-09-19 Yao Qi <yao@codesourcery.com>
21086
21087 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21088 proc set_breakpoint_on_gcd_function. Invoke
21089 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21090 invoke set_breakpoint_on_gcd_function again.
21091
2b4fd423
DE
210922014-09-18 Doug Evans <dje@google.com>
21093
21094 * gdb.dwarf2/symtab-producer.exp: New file.
21095
a5947601
SDJ
210962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21097
21098 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21099 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21100 * gdb.base/global-var-nested-by-dso.c: Likewise.
21101 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21102
91c19059
SDJ
211032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21104 Pedro Alves <palves@redhat.com>
21105
21106 * gdb.base/watch-bitfields.exp: Pass string other than test file
21107 name to prepare_for_testing.
21108 (watch): New procedure.
21109 (expect_watchpoint): Use with_test_prefix.
21110 (top level): Factor out tests to ...
21111 (test_watch_location, test_regular_watch): ... these new
21112 procedures, and use with_test_prefix and gdb_continue_to_end.
21113
bb9d5f81
PP
211142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21115
21116 PR breakpoints/12526
21117 * gdb.base/watch-bitfields.exp: New file.
21118 * gdb.base/watch-bitfields.c: New file.
21119
635856f5
PA
211202014-09-16 Pedro Alves <palves@redhat.com>
21121
21122 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21123 software and hardware addresses, not software address against
21124 itself.
21125
7280ceea
PA
211262014-09-16 Pedro Alves <palves@redhat.com>
21127
21128 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21129 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21130
428b16bd
PA
211312014-09-16 Pedro Alves <palves@redhat.com>
21132
21133 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21134 files.
21135 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21136 "*-*-vxworks*" throughout.
21137 * gdb.base/break.exp: Likewise.
21138 * gdb.base/default.exp: Likewise.
21139 * gdb.base/scope.exp: Likewise.
21140 * gdb.base/sepdebug.exp: Likewise.
21141 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21142 throughout.
21143 * gdb.base/run.c: Likewise.
21144 * gdb.base/sepdebug.c: Likewise.
21145 * gdb.hp/gdb.aCC/run.c: Likewise.
21146 * gdb.reverse/until-reverse.c: Likewise.
21147 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21148
666d413c
YQ
211492014-09-16 Yao Qi <yao@codesourcery.com>
21150
21151 * boards/local-remote-host-native.exp: New file.
21152
57cbd724
DE
211532014-09-14 Doug Evans <xdje42@gmail.com>
21154
21155 * gdb.threads/queue-signal.c (thread_count): New variable.
21156 (thread_count_mutex, thread_count_condvar): New variables.
21157 (incr_thread_count, wait_all_threads_running): New functions.
21158 (main): Wait for all threads to be in their thread functions.
21159
81219e53
DE
211602014-09-13 Doug Evans <xdje42@gmail.com>
21161
21162 * gdb.threads/queue-signal.c: New file.
21163 * gdb.threads/queue-signal.exp: New file.
21164
3714cea7
DE
211652014-09-13 Doug Evans <xdje42@gmail.com>
21166
21167 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21168 be consistent with what default_gdb_init uses.
21169 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21170 the plain text of the prompt. Add some logging printfs.
21171 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21172
fa43b1d7
PA
211732014-09-12 Pedro Alves <palves@redhat.com>
21174
21175 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21176 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21177 * gdb.arch/i386-size-overlap.exp: Likewise.
21178 * gdb.arch/i386-size.exp: Likewise.
21179 * gdb.arch/i386-unwind.exp: Likewise.
21180 * gdb.base/a2-run.exp: Likewise.
21181 * gdb.base/break.exp: Likewise.
21182 * gdb.base/charset.exp: Likewise.
21183 * gdb.base/chng-syms.exp: Likewise.
21184 * gdb.base/commands.exp: Likewise.
21185 * gdb.base/dbx.exp: Likewise.
21186 * gdb.base/find.exp: Likewise.
21187 * gdb.base/funcargs.exp: Likewise.
21188 * gdb.base/jit-simple.exp: Likewise.
21189 * gdb.base/reread.exp: Likewise.
21190 * gdb.base/sepdebug.exp: Likewise.
21191 * gdb.base/step-bt.exp: Likewise.
21192 * gdb.cp/mb-inline.exp: Likewise.
21193 * gdb.cp/mb-templates.exp: Likewise.
21194 * gdb.objc/basicclass.exp: Likewise.
21195 * gdb.threads/killed.exp: Likewise.
21196
9d9bf2df
EBM
211972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21198
21199 PR tdep/17379
21200 * gdb.arch/powerpc-stackless.S: New file.
21201 * gdb.arch/powerpc-stackless.exp: New file.
21202
1cf2f1b0
JK
212032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21204
21205 * gdb.base/attach.c: Include unistd.h.
21206 (main): Call alarm. Add label postloop.
21207 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21208 gdb_breakpoint, gdb_continue_to_breakpoint.
21209 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21210
98880d46
PA
212112014-09-11 Pedro Alves <palves@redhat.com>
21212
21213 PR gdb/17347
21214 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21215 * gdb.base/attach.exp (test_command_line_attach_run): New
21216 procedure.
21217 (top level): Call it.
21218
4c92ff2c
PA
212192014-09-11 Pedro Alves <palves@redhat.com>
21220
21221 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21222 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21223 (do_command_attach_tests): Use spawn_wait_for_attach.
21224 * gdb.base/solib-overlap.exp: Likewise.
21225 * gdb.multi/multi-attach.exp: Likewise.
21226 * gdb.python/py-prompt.exp: Likewise.
21227 * gdb.python/py-sync-interp.exp: Likewise.
21228 * gdb.server/ext-attach.exp: Likewise.
21229
3adc1a7d
GKB
212302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21231
21232 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21233 command in testcase. Simplify testcase.
21234
96334934
JB
212352014-09-10 Joel Brobecker <brobecker@adacore.com>
21236
21237 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21238
eb479039
JB
212392014-09-10 Joel Brobecker <brobecker@adacore.com>
21240
21241 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21242
deede10c
JB
212432014-09-10 Joel Brobecker <brobecker@adacore.com>
21244
21245 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21246
7828a5f5
JB
212472014-09-10 Joel Brobecker <brobecker@adacore.com>
21248
21249 * gdb.dwarf2/dynarr-ptr.c: New file.
21250 * gdb.dwarf2/dynarr-ptr.exp: New file.
21251
33aeebcf
MR
212522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21253
21254 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21255 of 30 rather than hardcoding 120 for a slow test case. Take the
21256 `gdb,timeout' target setting into account for this calculation.
21257 Don't extend the timeout for the test cases that don't need it.
21258
7b415901
MR
212592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21260
21261 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21262 a factor of 2 for a slow test case. Take the `gdb,timeout'
21263 target setting into account for this calculation.
21264 * gdb.reverse/until-precsave.exp: Increase the timeout by
21265 a factor of 15 and 3 respectively rather than adding 120
21266 for a pair of slow test cases. Take the `gdb,timeout'
21267 target setting into account for this calculation.
21268
4a40f85a
MR
212692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21270
21271 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21272 timeout, don't pass one down to gdb_expect.
21273 (gdb_expect): Rework timeout selection.
21274
09635af7
MR
212752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21276
21277 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21278 exception on timeout.
21279 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21280 (gdbserver_start_extended): Catch any `gdbserver_start' error
21281 exceptions.
21282 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21283 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21284 `gdbserver_gdb_load' error exceptions.
21285
2bdd10b7
MR
212862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21287
21288 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21289 120 on waiting for the TCP socket to open.
21290
316935f0
DE
212912014-09-09 Doug Evans <xdje42@gmail.com>
21292
21293 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21294 _caller_matches, _any_caller_is, _any_caller_matches.
21295
83740597
DE
212962014-09-09 Doug Evans <xdje42@gmail.com>
21297
21298 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21299
4c122fc3
YQ
213002014-09-09 Yao Qi <yao@codesourcery.com>
21301
21302 * gdb.mi/mi-var-display.exp: Set print symbol off.
21303
a9f116cb
GKB
213042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21305
21306 PR gdb/17035
21307 * gdb.base/commands.exp: Add tests to verify user-defined
21308 commands with empty bodies.
21309 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21310 python commands in `show user command`.
21311 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21312 scheme commands in `show user command`.
21313
c75bd3a2
JK
213142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21315
21316 PR python/17355
21317 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21318 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21319 * gdb.python/py-framefilter-invalidarg.exp: New file.
21320 * gdb.python/py-framefilter-invalidarg.py: New file.
21321
faa42425
DE
213222014-09-06 Doug Evans <xdje42@gmail.com>
21323
21324 PR 15276
21325 * gdb.python/py-caller-is.c: New file.
21326 * gdb.python/py-caller-is.exp: New file.
21327
474ca4f6
SDJ
213282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21329
21330 PR gdb/17235
21331 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21332 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21333
eb0b0463
SDJ
213342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21335
21336 PR fortran/17237
21337 * gdb.fortran/print-formatted.exp: New file.
21338 * gdb.fortran/print-formatted.f90: Likewise.
21339
5f3b99cf
SS
213402014-09-03 Sasha Smundak <asmundak@google.com>
21341
21342 * gdb.python/py-frame.exp: Test Frame.read_register.
21343
7d793aa9
SDJ
213442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21345
21346 PR python/16699
21347 * gdb.python/py-completion.exp: New file.
21348 * gdb.python/py-completion.py: Likewise.
21349
fb0576e9
DE
213502014-08-28 Doug Evans <dje@google.com>
21351
21352 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21353 eax,etc. are live with values set by gdb and thus the compiler can't
21354 use them.
21355 * gdb.arch/i386-pseudo.c (main): Ditto.
21356
ee92b0dd
DE
213572014-08-27 Doug Evans <dje@google.com>
21358
21359 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21360
6649db35
DE
213612014-08-25 Doug Evans <dje@google.com>
21362
21363 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21364 (main): Ditto.
21365
564b7600
DE
213662014-08-25 Doug Evans <dje@google.com>
21367
21368 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21369
3881fb67
YQ
213702014-08-24 Yao Qi <yao@codesourcery.com>
21371
21372 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21373 symbol off.
21374 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21375
a05a36a5
DE
213762014-08-22 Doug Evans <dje@google.com>
21377
21378 PR 17276
21379 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21380 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21381 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21382
7c343b48
YQ
213832014-08-22 Yao Qi <yao@codesourcery.com>
21384
21385 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21386 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21387 * gdb.python/python.exp: Likewise. Use .py file on the host
21388 instead of the build.
21389
22fd09ae
JK
213902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21391
21392 * gdb.threads/gcore-stale-thread.c: New file.
21393 * gdb.threads/gcore-stale-thread.exp: New file.
21394
a8454a7c
PA
213952014-08-21 Pedro Alves <palves@redhat.com>
21396
21397 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21398 * gdb.base/gcore-relro-pie.exp: Likewise.
21399 * gdb.base/gcore-relro.exp: Likewise.
21400 * gdb.base/gcore.exp: Likewise.
21401 * gdb.base/print-symbol-loading.exp: Likewise.
21402 * gdb.threads/gcore-thread.exp: Likewise.
21403 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21404
2a31c623
PA
214052014-08-20 Pedro Alves <palves@redhat.com>
21406 Jan Kratochvil <jan.kratochvil@redhat.com>
21407
21408 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21409 configure.
21410 (EXPECT): Handle READ1 being set.
21411 (all): Depend on EXTRA_RULES.
21412 (check-read1, expect-read1, read1.so, read1): New rules.
21413 * README (Testsuite Parameters): Document the READ1 make variable.
21414 (Race detection): New section.
21415 * configure: Regenerate.
21416 * configure.ac: If build==host==target, and running under a
21417 GNU/glibc system, add read1 to the extra Makefile rules.
21418 (EXTRA_RULES): AC_SUBST it.
21419 * lib/read1.c: New file.
21420
d36430db
JB
214212014-08-20 Joel Brobecker <brobecker@adacore.com>
21422
21423 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21424 the handling of variables declared as a typedef to an array
21425 which a DW_AT_data_location attribute.
21426
9a0dc9e3
PA
214272014-08-19 Andrew Burgess <aburgess@broadcom.com>
21428 Pedro Alves <palves@redhat.com>
21429
21430 PR symtab/14604
21431 PR symtab/14605
21432 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21433 gdb_test.
21434
0718a8da
PA
214352014-08-19 Pedro Alves <palves@redhat.com>
21436
21437 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21438
13b448cd
YQ
214392014-08-19 Yao Qi <yao@codesourcery.com>
21440
21441 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21442 right line.
21443
1cbf5077
DB
214442014-08-18 David Blaikie <dblaikie@gmail.com>
21445
21446 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21447
bf0fae19
JB
214482014-08-18 Joel Brobecker <brobecker@adacore.com>
21449
21450 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21451 attribute in array range.
21452
3c8c5dcc
JB
214532014-08-18 Joel Brobecker <brobecker@adacore.com>
21454
21455 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21456
e66d4446
SC
214572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21458
21459 PR c++/17132
21460 * gdb.cp/pr17132.cc: New file.
21461 * gdb.cp/pr17132.exp: New file.
21462
940df408
SC
214632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21464
21465 * gdb.python/py-xmethods.py (A_getarrayind)
21466 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21467 Use 'print' with function call syntax.
21468 (E_method_matcher.match): Fix tab vs space indentation mixup.
21469
ebcc6c3a
YQ
214702014-08-15 Yao Qi <yao@codesourcery.com>
21471
21472 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21473 false.
21474
775e0f04
YQ
214752014-08-15 Yao Qi <yao@codesourcery.com>
21476
21477 * gdb.cp/casts.exp: Set print symbol off.
21478 * gdb.cp/class2.exp: Likewise.
21479 * gdb.cp/overload.exp: Likewise.
21480 * gdb.cp/templates.exp: Likewise.
21481
d769e349
DE
214822014-08-11 Doug Evans <dje@google.com>
21483
21484 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21485 (test_load_shlib): Update.
21486
20c6f1e1
YQ
214872014-08-09 Yao Qi <yao@codesourcery.com>
21488
21489 * gdb.base/display.exp: Invoke is_address_zero_readable.
21490 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21491 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21492 * gdb.base/hbreak-unmapped.exp: Return if
21493 is_address_zero_readable returns true.
21494 * gdb.base/signest.exp: Likewise.
21495 * gdb.base/signull.exp: Likewise.
21496 * gdb.base/sigbpt.exp: Likewise.
21497 * gdb.guile/scm-disasm.exp: Do the test if
21498 is_address_zero_readable returns false.
21499 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21500 * gdb.python/py-arch.exp: Likewise.
21501 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21502 * lib/gdb.exp (is_address_zero_readable): New proc.
21503
5792e8e3
YQ
215042014-08-09 Yao Qi <yao@codesourcery.com>
21505
21506 PR testsuite/13443
21507 * gdb.mi/mi-var-display.exp: Make test messages unique.
21508
3cecbbbe
TT
215092014-08-04 Tom Tromey <tromey@redhat.com>
21510
21511 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21512 target 0".
21513
00b51ff5
TT
215142014-08-04 Tom Tromey <tromey@redhat.com>
21515
21516 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21517 "target_resume".
21518
6908c509
JB
215192014-08-01 Joel Brobecker <brobecker@adacore.com>
21520
21521 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21522 inner_vla_struct_object_size.
21523 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21524 as xfail.
21525
cc6563d2
PA
215262014-07-30 Pedro Alves <palves@redhat.com>
21527
21528 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21529 comment.
21530
7e09a223
YQ
215312014-07-29 Yao Qi <yao@codesourcery.com>
21532
21533 PR gdb/17206
21534 * gdb.base/until-nodebug.exp: New.
21535
7ebdbe92
DE
215362014-07-28 Doug Evans <xdje42@gmail.com>
21537
21538 PR guile/17203
21539 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21540 previously existing parameter, and previously ambiguously spelled
21541 parameter.
21542
fdb1adc6
WN
215432014-07-28 Will Newton <will.newton@linaro.org>
21544
21545 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21546
186fcde0
DE
215472014-07-26 Ludovic Courtès <ludo@gnu.org>
21548 Doug Evans <xdje42@gmail.com>
21549
21550 PR guile/17146
21551 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21552
70509625
PA
215532014-07-25 Pedro Alves <palves@redhat.com>
21554
21555 * gdb.threads/signal-command-handle-nopass.c: New file.
21556 * gdb.threads/signal-command-handle-nopass.exp: New file.
21557 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21558 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21559 * gdb.threads/signal-delivered-right-thread.c: New file.
21560 * gdb.threads/signal-delivered-right-thread.exp: New file.
21561
c3f814a1
PA
215622014-07-25 Pedro Alves <palves@redhat.com>
21563
21564 * gdb.base/double-prompt-target-event-error.exp
21565 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21566 match.
21567 (cancel_pagination_in_target_event): Rework double prompt
21568 detection.
21569 * gdb.base/paginate-after-ctrl-c-running.exp
21570 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21571 <return>' match.
21572 * gdb.base/paginate-bg-execution.exp
21573 (test_bg_execution_pagination_return)
21574 (test_bg_execution_pagination_cancel): Remove '-notransfer
21575 <return>' matches.
21576 * gdb.base/paginate-execution-startup.exp
21577 (test_fg_execution_pagination_return)
21578 (test_fg_execution_pagination_cancel): Remove '-notransfer
21579 <return>' matches.
21580 * gdb.base/paginate-inferior-exit.exp
21581 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21582 match.
21583 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21584 * lib/gdb.exp (pagination_prompt): Run text through
21585 string_to_regexp.
21586 (gdb_test_multiple): Match $pagination_prompt instead of
21587 "<return>".
21588 (string_to_regexp): Move to lib/gdb-utils.exp.
21589
e214cf6c
JK
215902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21591
21592 * gdb.arch/amd64-entry-value-paramref.S: New file.
21593 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21594 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21595 * gdb.arch/amd64-optimout-repeat.S: New file.
21596 * gdb.arch/amd64-optimout-repeat.c: New file.
21597 * gdb.arch/amd64-optimout-repeat.exp: New file.
21598
17d0c5c8
JK
215992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21600
21601 PR gdb/17170
21602 * gdb.base/statistics.exp: New file.
21603
b8b8facf
DE
216042014-07-17 Doug Evans <dje@google.com>
21605
74b49205 21606 PR gdb/17170
b8b8facf
DE
21607 * gdb.base/maint.exp: Update testing of per-command stats.
21608
1b5d0ab3
PA
216092014-07-16 Pedro Alves <palves@redhat.com>
21610
21611 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21612 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21613 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21614 (tfile_write_buf): New functions.
21615 (add_memory_block): Rewrite using the above.
21616 (adjust_function_address): New function.
21617 (FUNCTION_ADDRESS): New macro.
21618 (write_basic_trace_file): Remove short_x local, and use
21619 tfile_write_16. Change type of func_addr local to unsigned long
21620 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21621 here. Cast argument of add_memory_block to char pointer.
21622 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21623 (main): Remove parameters.
21624 * gdb.trace/tfile.exp: Remove nowarnings.
21625
4d974e88
SM
216262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21627
21628 * gdb.base/debug-expr.exp: Test string evaluation with
21629 "debug expression" on.
21630
41e99568
PA
216312014-07-15 Pedro Alves <palves@redhat.com>
21632
21633 * gdb.base/reread.exp: Use clean_restart.
21634
487d9753
PL
216352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21636
21637 * gdb.arch/avr-flash-qualifer.c: New.
21638 * gdb.arch/avr-flash-qualifer.exp: New.
21639
cc1c52ad
PA
216402014-07-14 Pedro Alves <palves@redhat.com>
21641
21642 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21643 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21644
1e973570
PA
216452014-07-14 Pedro Alves <palves@redhat.com>
21646
21647 * gdb.base/double-prompt-target-event-error.c: New file.
21648 * gdb.base/double-prompt-target-event-error.exp: New file.
21649
93d6eb10
PA
216502014-07-14 Pedro Alves <palves@redhat.com>
21651
21652 PR gdb/17072
21653 * gdb.base/paginate-inferior-exit.c: New file.
21654 * gdb.base/paginate-inferior-exit.exp: New file.
21655
0017922d
PA
216562014-07-14 Pedro Alves <palves@redhat.com>
21657
21658 PR gdb/17072
21659 * gdb.base/paginate-bg-execution.c: New file.
21660 * gdb.base/paginate-bg-execution.exp: New file.
21661
94696ad3
PA
216622014-07-14 Pedro Alves <palves@redhat.com>
21663
21664 PR gdb/17072
21665 * gdb.base/paginate-execution-startup.c: New file.
21666 * gdb.base/paginate-execution-startup.exp: New file.
21667 * lib/gdb.exp (pagination_prompt): New global.
21668 (default_gdb_spawn): New procedure, factored out from
21669 default_gdb_spawn.
21670 (default_gdb_start): Adjust to call default_gdb_spawn.
21671 (gdb_spawn): New procedure.
21672
bd293940
PA
216732014-07-14 Pedro Alves <palves@redhat.com>
21674
21675 * lib/gdb.exp (gdb_assert): New procedure.
21676 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21677
c933f875
PA
216782014-07-14 Pedro Alves <palves@redhat.com>
21679
21680 * gdb.base/execution-termios.c: New file.
21681 * gdb.base/execution-termios.exp: New file.
21682
d98b7a16
TT
216832014-07-14 Tom Tromey <tromey@redhat.com>
21684
21685 * gdb.cp/vla-cxx.cc: New file.
21686 * gdb.cp/vla-cxx.exp: New file.
21687
548740d6
TT
216882014-07-14 Tom Tromey <tromey@redhat.com>
21689
21690 * gdb.reverse/rerun-prec.c: New file.
21691 * gdb.reverse/rerun-prec.exp: New file.
21692
a25eb028
MR
216932014-07-12 Maciej W. Rozycki <macro@mips.com>
21694 Maciej W. Rozycki <macro@codesourcery.com>
21695
21696 * lib/gdb-utils.exp: New file.
21697 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21698 inline `gdb_init_command' processing.
21699 (gdb_start_cmd): Likewise.
21700 * lib/mi-support.exp (mi_run_cmd): Likewise.
21701 * README: Document `gdb_init_command' and `gdb_init_commands'.
21702
218c2655
JK
217032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21704
21705 Fix false FAIL running under a very long directory name.
21706 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21707 and "set print elements 10000". Twice.
21708
5401fde3
YQ
217092014-07-11 Yao Qi <yao@codesourcery.com>
21710
21711 * gdb.base/exprs.exp: "set print symbol off".
21712
e76126e8
PA
217132014-07-11 Pedro Alves <palves@redhat.com>
21714
21715 * gdb.threads/kill.c: New file.
21716 * gdb.threads/kill.exp: New file.
21717
2d6f0de6
YQ
217182014-07-10 Yao Qi <yao@codesourcery.com>
21719
21720 * gdb.trace/tfile.c (write_basic_trace_file)
21721 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21722 address written to trace file.
21723
7180e04a
PA
217242014-07-09 Pedro Alves <palves@redhat.com>
21725
21726 * gdb.base/attach-wait-input.exp: New file.
21727 * gdb.base/attach-wait-input.c: New file.
21728
9a9a7608
AB
217292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21730
21731 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21732 setting up test structures.
21733 (main): Call new test function.
21734 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21735 test function, continue into test function and walk test
21736 structures.
21737
161ac41e
YQ
217382014-07-02 Yao Qi <yao@codesourcery.com>
21739
21740 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21741 'bar_start' at the beginning of functions 'foo' and 'bar'
21742 respectively.
21743 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
21744 instead of 'foo' and 'bar'.
21745
1f267ae3
MM
217462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21747
21748 * gdb.btrace/segv.exp: New.
21749 * gdb.btrace/segv.c: New.
21750
2b239efb
LM
217512014-07-02 Luis Machado <lgustavo@codesourcery.com>
21752
21753 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21754 instruction.
21755
cf363f18
MW
217562014-06-30 Mark Wielaard <mjw@redhat.com>
21757
21758 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
21759 vulture, vilify, villar): New volatile array constants.
21760 (vindictive, vegetation): New const volatile array constants.
21761 * gdb.base/volatile.exp: Test volatile and const volatile array
21762 types.
21763
aebf9d24
AA
217642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
21765
21766 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
21767 target lacks support for awatch, rwatch, or hbreak.
21768
b67a2c6f
YQ
217692014-06-27 Yao Qi <yao@codesourcery.com>
21770
21771 * gdb.multi/dummy-frame-restore.exp: New.
21772 * gdb.multi/dummy-frame-restore.c: New.
21773
aef92902
MM
217742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21775
21776 * gdb.btrace/gcore.exp: New.
21777
8e9db26e
PA
217782014-06-23 Pedro Alves <palves@redhat.com>
21779
21780 * gdb.base/watchpoint-reuse-slot.c: New file.
21781 * gdb.base/watchpoint-reuse-slot.exp: New file.
21782
70afc5b7
SC
217832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
21784
21785 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
21786 progspace's filename in 'info', 'enable' and 'disable' command
21787 tests.
21788
b972bd9c
JK
217892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
21790
21791 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
21792 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
21793 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
21794
125f8a3d
GB
217952014-06-20 Gary Benson <gbenson@redhat.com>
21796
21797 * gdb.arch/i386-avx.exp: Fix include file location.
21798 * gdb.arch/i386-sse.exp: Likewise.
21799
3ed9baed
IB
218002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21801
21802 * gdb.dlang/expression.exp: New file.
21803
034f788c
PA
218042014-06-19 Pedro Alves <palves@redhat.com>
21805
21806 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
21807 out from ...
21808 (top level): ... here. Iterate running tests under different
21809 scheduler-locking settings.
21810
45371d0c
LM
218112014-06-18 Luis Machado <lgustavo@codesourcery.com>
21812
21813 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
21814 to DW_FORM_addr and use non-zero addresses.
21815
5d376983
SC
218162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
21817
21818 PR gdb/17017
21819 * gdb.python/py-xmethods.cc: Add global function call counters and
21820 increment them in their respective functions. Remove "cout"
21821 statements.
21822 * gdb.python/py-xmethods.exp: Make tests check the global function
21823 call counters instead of depending on inferior IO.
21824
a1aa2221
LM
218252014-06-18 Don Breazeal <donb@codesourcery.com>
21826
21827 * gdb.base/foll-fork.exp (default_fork_parent_follow):
21828 Deleted procedure.
21829 (explicit_fork_parent_follow): Deleted procedure.
21830 (explicit_fork_child_follow): Deleted procedure.
21831 (test_follow_fork): New procedure.
21832 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 21833 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
21834 procedure calls.
21835
0fc05997
YQ
218362014-06-17 Yao Qi <yao@codesourcery.com>
21837
21838 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21839 CP1252.
21840
70795c52
LM
218412014-06-17 Luis Machado <lgustavo@codesourcery.com>
21842
21843 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
21844 Initialize ptr and S explicitly.
21845 (skip_type_update_when_not_use_rtti_test): Likewise.
21846
6be47f0c
KS
218472014-06-16 Keith Seitz <keiths@redhat.com>
21848
21849 PR mi/15863
21850 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
21851 the inferior is started.
21852
d03de421
PA
218532014-06-16 Pedro Alves <palves@redhat.com>
21854
21855 * gdb.base/break-main-file-remove-fail.c: New file.
21856 * gdb.base/break-main-file-remove-fail.exp: New file.
21857 * gdb.base/break-unload-file.exp: Use build_executable instead of
21858 prepare_for_testing.
21859 (test_break): New parameter "initial_load". Handle it.
21860 (top level): Add initial_load cmdline/file axis.
21861
f9579b99
TT
218622014-06-12 Tom Tromey <tromey@redhat.com>
21863
21864 * gdb.base/completion.exp: Don't use directory name in test.
21865
3657956b
GB
218662014-06-09 Gary Benson <gbenson@redhat.com>
21867
21868 * gdb.base/sigall.c [Functions to send signals]: Reorder to
21869 separate the always-available ANSI-standard signals from the
21870 signals that require checking.
21871 (main): Likewise.
21872 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
21873 Likewise.
21874 (main): Likewise.
21875
4186eb54
KS
218762014-06-07 Keith Seitz <keiths@redhat.com>
21877
21878 Revert:
21879 PR c++/16253
21880 * gdb.cp/var-tag.cc: New file.
21881 * gdb.cp/var-tag.exp: New file.
21882 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21883 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21884 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21885 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21886
25326a28 218872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
21888
21889 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21890
829155c9
PA
218912014-06-06 Pedro Alves <palves@redhat.com>
21892
21893 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
21894 in target debug output instead of looking at RSP packets,
21895 disabling the test on any target that uses hardware stepping.
21896 Update comments.
21897
61c8d22e
PA
218982014-06-06 Pedro Alves <palves@redhat.com>
21899
21900 * gdb.base/break-unload-file.exp: Fix typo.
21901
d9a47287
YQ
219022014-06-06 Yao Qi <yao@codesourcery.com>
21903
21904 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
21905 from "jit_function" to "^jit_function".
21906
e5e01dbf
YQ
219072014-06-06 Yao Qi <yao@codesourcery.com>
21908
21909 * gdb.base/async.c (foo): Add one statement.
21910 * gdb.base/async.exp: Get the next instruction address and
21911 match the output of "nexti" by instruction address. Match
21912 the hex address in the output of "finish".
21913
73ba372c
GB
219142014-06-06 Gary Benson <gbenson@redhat.com>
21915
21916 * gdb.base/call-signals.c: Remove preprocessor conditionals
21917 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
21918 SIGSEGV and SIGTERM.
21919 * gdb.base/sigall.c: Likewise.
21920 * gdb.base/unwindonsignal.c: Likewise.
21921 * gdb.reverse/sigall-reverse.c: Likewise.
21922
831517df
YQ
219232014-06-06 Yao Qi <yao@codesourcery.com>
21924
21925 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
21926 readable, skip the test.
21927
b8b91e98
YQ
219282014-06-06 Yao Qi <yao@codesourcery.com>
21929
21930 * gdb.threads/staticthreads.c (thread_function): Move the line
21931 setting breakpoint on forward.
21932 * gdb.threads/staticthreads.exp: Update comments.
21933
fb934770
LC
219342014-06-05 Ludovic Courtès <ludo@gnu.org>
21935
21936 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
21937 "history-append! type error".
21938
6ef284bd
SM
219392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
21940
21941 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
21942 erroneous dprintf expected input.
21943
a872e241
DE
219442014-06-04 Doug Evans <xdje42@gmail.com>
21945
21946 * gdb.guile/scm-generics.exp: Delete.
21947
16f691fb
DE
219482014-06-04 Doug Evans <xdje42@gmail.com>
21949
21950 * gdb.guile/scm-breakpoint.exp: Update.
21951 Add tests for breakpoint registration.
21952
012370f6
TT
219532014-06-04 Tom Tromey <tromey@redhat.com>
21954
21955 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
21956 VLA-in-union.
21957 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
21958 inner_vla_struct, vla_union types. Initialize objects of those
21959 types and compute their sizes.
21960
9f5a4cef
HZ
219612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
21962 Hui Zhu <hui@codesourcery.com>
21963
21964 * gdb.base/fileio.exp: Add test for shell not available as well as
21965 available.
21966 * gdb.base/fileio.c (test_system): Check for shell twice.
21967
90a45c4d
YQ
219682014-06-04 Yao Qi <yao@codesourcery.com>
21969
21970 * gdb.base/auto-connect-native-target.exp: Remove redundant
21971 space from the regexp pattern.
21972
70017e41
YQ
219732014-06-04 Yao Qi <yao@codesourcery.com>
21974
21975 * gdb.base/default.exp: Replace "child" with "native" in
21976 regexp pattern.
21977
883964a7
SC
219782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
21979
21980 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
21981 * gdb.python/py-xmethods.exp: New tests to test xmethods.
21982 * gdb.python/py-xmethods.py: Python script supporting the
21983 new testcase and tests.
21984
ef370185
JB
219852014-06-03 Joel Brobecker <brobecker@adacore.com>
21986 Pedro Alves <palves@redhat.com>
21987
21988 PR breakpoints/17000
21989 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
21990 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
21991
1e2ccb61
BM
219922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
21993
21994 * gdb.base/subst.exp: Add tests to verify partial path matching
21995 output.
21996
c6ec5ab2
PA
219972014-06-03 Pedro Alves <palves@redhat.com>
21998
21999 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22000 target that doesn't use software single-stepping.
22001
835c559f
PA
220022014-06-03 Pedro Alves <palves@redhat.com>
22003
22004 PR breakpoints/17000
22005 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22006 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22007
06eb1586
DE
220082014-06-02 Doug Evans <xdje42@gmail.com>
22009
22010 * gdb.guile/scm-parameter.exp: New file.
22011
e698b8c4
DE
220122014-06-02 Doug Evans <xdje42@gmail.com>
22013
22014 * gdb.guile/scm-cmd.c: New file.
22015 * gdb.guile/scm-cmd.exp: New file.
22016
ded03782
DE
220172014-06-02 Doug Evans <xdje42@gmail.com>
22018
22019 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22020 pretty-printer lookup.
22021 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22022 (make-pp_s-printer): Call it.
22023 (make-pretty-printer-from-dict): New function.
22024 (lookup-pretty-printer-maker-from-dict): New function.
22025 (*pretty-printer*): Simplify.
22026 (make-objfile-pp_s-printer): New function.
22027 (install-objfile-pretty-printers!): New function.
22028 (make-progspace-pp_s-printer): New function.
22029 (install-progspace-pretty-printers!): New function.
22030 * gdb.guile/scm-progspace.c: New file.
22031 * gdb.guile/scm-progspace.exp: New file.
22032
41fac0cf
PA
220332014-06-02 Pedro Alves <palves@redhat.com>
22034
22035 * gdb.base/dprintf-bp-same-addr.c: New file.
22036 * gdb.base/dprintf-bp-same-addr.exp: New file.
22037
96ae5695
EBM
220382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22039
22040 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22041 * gdb.arch/powerpc-power.s: Likewise.
22042
da02b3a8
JB
220432014-06-02 Joel Brobecker <brobecker@adacore.com>
22044
22045 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22046
c72b2e7b
YQ
220472014-06-01 Yao Qi <yao@codesourcery.com>
22048
22049 * gdb.base/watchpoint.exp (test_watch_location): Check null
22050 pointer can be dereferenced. If not, do the test, otherwise
22051 skip it.
22052
53e8a631
AB
220532014-05-30 Andrew Burgess <aburgess@broadcom.com>
22054
22055 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22056 results.
22057 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22058
938f0e2f
AB
220592014-05-30 Andrew Burgess <aburgess@broadcom.com>
22060
22061 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22062 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22063 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22064 * gdb.arch/amd64-invalid-stack-top.c: New file.
22065 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22066
9ba6657a
PA
220672014-05-30 Pedro Alves <palves@redhat.com>
22068
22069 PR breakpoints/17000
22070 * gdb.base/sss-bp-on-user-bp.c: New file.
22071 * gdb.base/sss-bp-on-user-bp.exp: New file.
22072
522c09bf
DB
220732014-05-30 David Blaikie <dblaikie@gmail.com>
22074
22075 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22076 gnu_inline semantics via attribute.
22077 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22078 source explicitly specifies the required semantics.
22079
bf4ef81e
MR
220802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22081
22082 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22083
329ea579
PA
220842014-05-29 Pedro Alves <palves@redhat.com>
22085 Tom Tromey <tromey@redhat.com>
22086
22087 * gdb.base/async-shell.exp: Don't enable target-async.
22088 * gdb.base/async.exp
22089 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22090 parameter. Adjust.
22091 (top level): Don't test with "target-async".
22092 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22093 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22094 * gdb.base/inferior-died.exp: Don't enable target-async.
22095 * gdb.base/interrupt-noterm.exp: Likewise.
22096 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22097 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22098 * gdb.mi/mi-nonstop.exp: Likewise.
22099 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22100 * gdb.mi/mi-nsintrall.exp: Likewise.
22101 * gdb.mi/mi-nsmoribund.exp: Likewise.
22102 * gdb.mi/mi-nsthrexec.exp: Likewise.
22103 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22104 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22105 * gdb.python/py-evsignal.exp: Don't enable target-async.
22106 * gdb.python/py-evthreads.exp: Likewise.
22107 * gdb.python/py-prompt.exp: Likewise.
22108 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22109 * gdb.server/solib-list.exp: Don't enable target-async.
22110 * gdb.threads/thread-specific-bp.exp: Likewise.
22111 * lib/mi-support.exp: Adjust to use mi-async.
22112
fd664c91
PA
221132014-05-29 Pedro Alves <palves@redhat.com>
22114
22115 PR gdb/13860
22116 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22117 reason, even in sync mode.
22118
251bde03
PA
221192014-05-29 Pedro Alves <palves@redhat.com>
22120 Hui Zhu <hui@codesourcery.com>
22121
22122 PR PR15693
22123 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22124 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22125 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22126 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22127
7f3c0343
JB
221282014-05-28 Joel Brobecker <brobecker@adacore.com>
22129
22130 * config/monitor.exp (gdb_target_monitor): Replace use of
22131 "set remotebaud" by "set serial baud".
22132
b2715b27
AW
221332014-05-26 Andy Wingo <wingo@igalia.com>
22134
22135 * gdb.guile/scm-breakpoint.exp:
22136 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22137 properties instead of gdb-object-properties.
22138
498a4489
YQ
221392014-05-26 Yao Qi <yao@codesourcery.com>
22140
22141 * gdb.server/no-thread-db.exp: Specify source file name
22142 explicitly when setting a breakpoint.
22143
589fdceb
MM
221442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22145
22146 * gdb.btrace/vdso.c: New.
22147 * gdb.btrace/vdso.exp: New.
22148
e9089e05
MM
221492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22150
22151 * gdb.base/gcore.exp (capture_command_output): Move ...
22152 * lib/gdb.exp (capture_command_output): ... here.
22153
67b5c0c1
MM
221542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22155
22156 * gdb.btrace/data.exp: Test memory access during btrace replay.
22157
a2199296
SM
221582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22159
22160 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22161
17b2616c
PA
221622014-05-21 Pedro Alves <palves@redhat.com>
22163
22164 PR gdb/13860
22165 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22166 (top level): Test that output related to execution commands is
22167 sent to the console with CLI commands, but not with MI commands.
22168 Test that breakpoint events are always mirrored to the console.
22169 Also expect the new source line to be output after a "next" in
22170 async mode too. Make it a pass/fail test.
22171 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22172 output.
22173 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22174
5166082f
PA
221752014-05-21 Pedro Alves <palves@redhat.com>
22176
22177 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22178 Use them to test variations of "list" after reaching a breakpoint.
22179 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22180 Test "list" with listsize 10 after reaching a breakpoint.
22181 * gdb.python/python.exp (decode_line current location line
22182 number): Adjust expected line number.
22183
2f25d70f
SM
221842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22185
22186 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22187 behavior for $args, pass it directly to "run".
22188
ff604a67
MR
221892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22190
22191 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22192 30000 to 65536.
22193
6a3cb8e8
PA
221942014-05-21 Pedro Alves <palves@redhat.com>
22195
22196 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22197 auto-connect-native-target off".
22198 * gdb.base/auto-connect-native-target.c: New file.
22199 * gdb.base/auto-connect-native-target.exp: New file.
22200
4ebfc96e
PA
222012014-05-21 Pedro Alves <palves@redhat.com>
22202
22203 * gdb.base/default.exp: Test "target native" instead of "target
22204 child".
22205
36d46afb
MW
222062014-05-21 Mark Wielaard <mjw@redhat.com>
22207
22208 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22209
5876f503
JK
222102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22211
22212 Fix TLS access for -static -pthread.
22213 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22214 <HAVE_TLS> (thread_function, main): Initialize it.
22215 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22216 Add clean_restart.
22217 <$have_tls != "">: Check TLSVAR.
22218
0256a6ac
PA
222192014-05-21 Pedro Alves <palves@redhat.com>
22220
22221 * gdb.base/dcache-line-read-error.c: New.
22222 * gdb.base/dcache-line-read-error.exp: New.
22223
936d2992
PA
222242014-05-20 Pedro Alves <palves@redhat.com>
22225
22226 * gdb.base/compare-sections.c: New file.
22227 * gdb.base/compare-sections.exp: New file.
22228
802e8e6d
PA
222292014-05-20 Pedro Alves <palves@redhat.com>
22230
22231 * gdb.base/break-idempotent.c: New file.
22232 * gdb.base/break-idempotent.exp: New file.
22233
e59fa00f
MM
222342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22235
22236 * gdb.btrace/nohist.exp: New.
22237
8b696e31
YQ
222382014-05-20 Yao Qi <yao@codesourcery.com>
22239
22240 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22241 gdb.reverse directory and gdb_reverse_timeout exists in board
22242 setting.
22243 * README: Document gdb_reverse_timeout.
22244
73c9764f
YQ
222452014-05-20 Yao Qi <yao@codesourcery.com>
22246
22247 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22248 'test_file_name'. Treat args as a string instead of a list.
22249 (gdb_init): Rename argument 'args' by 'test_file_name'.
22250
f1f4348a
JK
222512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22252
22253 * gdb.arch/powerpc-power.exp: New file.
22254 * gdb.arch/powerpc-power.s: New file.
22255
0dbe70ce
DE
222562014-05-16 Doug Evans <dje@google.com>
22257
22258 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
22259 * gdb.base/completion.exp: Check that all expected files exist
22260 before doing file completion.
0dbe70ce 22261
8d551b02
DE
222622014-05-16 Doug Evans <dje@google.com>
22263
22264 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22265 Update.
22266 (do_syscall_tests_without_xml): Update.
22267
73eb7709
PA
222682014-05-16 Pedro Alves <palves@redhat.com>
22269
22270 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22271 instead of "unknown output after running".
22272
3fae92fc
YQ
222732014-05-16 Yao Qi <yao@codesourcery.com>
22274
22275 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22276 file1.txt from host at the end.
22277 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22278
c2b2ccc5
DE
222792014-05-15 Doug Evans <dje@google.com>
22280
22281 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22282 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22283 loading file. Add test for TU lookup.
22284
8c217a4b
SM
222852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22286
22287 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22288 calling "-exec-arguments" or "set args" before running the
22289 inferior.
22290
3deb39c6
SM
222912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22292
22293 * lib/mi-support.exp (mi_expect_stop): Expect message for
22294 inferiors that exit with non-zero exit code.
22295
71a79f8c
YQ
222962014-05-14 Yao Qi <yao@codesourcery.com>
22297
22298 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22299 match absolute path on remote host.
22300 (test_file_list_exec_source_files): Remove "/" from the
22301 pattern.
22302
f23fcd46
YQ
223032014-05-14 Yao Qi <yao@codesourcery.com>
22304
22305 * boards/local-remote-host-notty.exp (${board}_file): New
22306 proc.
22307
9404b58f
KM
223082014-05-07 Kyle McMartin <kyle@redhat.com>
22309
22310 Pushed by Joel Brobecker <brobecker@adacore.com>.
22311 * gdb.arch/aarch64-atomic-inst.c: New file.
22312 * gdb.arch/aarch64-atomic-inst.exp: New file.
22313
5e45f04c
YQ
223142014-05-07 Yao Qi <yao@codesourcery.com>
22315
22316 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22317 in current context" too.
22318
c888a17d
KS
223192014-05-05 Keith Seitz <keiths@redhat.com>
22320
22321 * gdb.linespec/ls-dollar.exp: Add test for linespec
22322 file:convenience_variable.
22323
290a839c
YQ
223242014-05-05 Yao Qi <yao@codesourcery.com>
22325
22326 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22327 traceframes into tfile and ctf trace files. Read data from
22328 trace file and test collected data.
22329 (gdb_collect_locals_test): Likewise.
22330 (gdb_unavailable_registers_test): Likewise.
22331 (gdb_unavailable_floats): Likewise.
22332 (gdb_collect_globals_test): Likewise.
22333 (top-level): Append "ctf" to trace_file_targets if GDB
22334 supports.
22335
b5262cd0
YQ
223362014-05-05 Yao Qi <yao@codesourcery.com>
22337
22338 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22339 code to ...
22340 (gdb_collect_args_test_1): ... it. New proc.
22341 (gdb_collect_locals_test): Move some code to ...
22342 (gdb_collect_locals_test_1): ... it. New proc.
22343 (gdb_unavailable_registers_test): Move some code to ...
22344 (gdb_unavailable_registers_test_1): ... it. New proc.
22345 (gdb_unavailable_floats): Move some code to ...
22346 (gdb_unavailable_floats_1): ... it. New proc.
22347
30a1e6cc
SDJ
223482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22349
22350 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22351 probes to test for bitness recognition.
22352 * gdb.arch/amd64-stap-optional-prefix.exp
22353 (test_probe_value_without_reg): New procedure.
22354 Add code to test for different kinds of bitness.
22355
f33da99a
SDJ
223562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22357
22358 PR breakpoints/16889
22359 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22360 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22361
5b80f00d
PA
223622014-05-01 Pedro Alves <palves@redhat.com>
22363
22364 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22365 gdb_file_cmd if no file is specified.
22366 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22367 last_loaded_file to set the remote exec-file.
22368
f8c2a73c
PA
223692014-05-01 Pedro Alves <palves@redhat.com>
22370
22371 * boards/local-remote-host.exp: New file.
22372
be6e8ac7
PA
223732014-05-01 Pedro Alves <palves@redhat.com>
22374
22375 * boards/local-remote-host.exp: Rename to ...
22376 * boards/local-remote-host-notty.exp: ... this.
22377
cac0dc8f
JB
223782014-04-28 Joel Brobecker <brobecker@adacore.com>
22379
22380 * gdb.ada/dyn_arrayidx: New testcase.
22381
9730e6cc
YQ
223822014-04-26 Yao Qi <yao@codesourcery.com>
22383
22384 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22385 and compute the length of function main. Save it in
22386 $main_length.
22387 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22388 (top-level): Use gdb_compile to compile objects into
22389 executable and restart GDB. Remove invocation to
22390 prepare_for_testing.
22391
7ae1a6a6
PA
223922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22393 Pedro Alves <palves@redhat.com>
22394
22395 PR server/16255
22396 * gdb.multi/multi-attach.c: New file.
22397 * gdb.multi/multi-attach.exp: New file.
22398
4082afcc
PA
223992014-04-25 Pedro Alves <palves@redhat.com>
22400
22401 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22402 user.
22403 (top level): Test that "set remote conditional-breakpoints-packet
22404 off" works as intended.
22405 * gdb.base/dprintf.exp: Test that "set remote
22406 breakpoint-commands-packet off" works as intended.
22407 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22408 New function.
22409 (top level): Call it.
22410 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22411 remote fast-tracepoints-packet off" works as intended.
22412 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22413 * lib/gdb.exp (gdb_is_target_remote): ... here.
22414
2abc3f8d
DB
224152014-04-24 David Blaikie <dblaikie@gmail.com>
22416
22417 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22418 ensure clang would not discard them.
22419 * gdb.base/gdbvars.c: Ditto.
22420 * gdb.base/memattr.c: Ditto.
22421 * gdb.base/whatis.c: Ditto.
22422 * gdb.python/py-prettyprint.c: Ditto.
22423 * gdb.trace/actions.c: Ditto.
22424 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22425 ensure clang would not discard it.
22426
bfd39632
DB
224272014-04-24 David Blaikie <dblaikie@gmail.com>
22428
22429 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22430 clang to emit the full definition of type required by the test
22431 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22432
22842ff6
DB
224332014-04-24 David Blaikie <dblaikie@gmail.com>
22434
22435 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22436 coax Clang into emitting the definition of the type.
22437 * gdb.cp/pr10728-x.h (y): Ditto.
22438 * gdb.cp/pr10728-y.cc (y): Ditto.
22439
c2e827ad
DB
224402014-04-24 David Blaikie <dblaikie@gmail.com>
22441
22442 * gdb.base/label.exp: XFAIL label related tests under Clang.
22443 * gdb.cp/cplabel.exp: Ditto.
22444 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22445 under Clang those using labels.
22446
4c2d33e7
YQ
224472014-04-25 Yao Qi <yao@codesourcery.com>
22448
22449 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22450 double_label.
22451 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22452 partial_label and double_label.
22453
56083b99
DB
224542014-04-24 David Blaikie <dblaikie@gmail.com>
22455
22456 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22457
25d4e99d
DB
224582014-04-24 David Blaikie <dblaikie@gmail.com>
22459
22460 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22461 of the function to work across GCC and Clang.
22462 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22463 pointer types (const void ** const V void **).
22464
01f9f808
MS
224652014-04-24 Michael Sturm <michael.sturm@mintel.com>
22466 Walfred Tedeschi <walfred.tedeschi@intel.com>
22467
22468 * Makefile.in (EXECUTABLES): Added i386-avx512.
22469 * gdb.arch/i386-avx512.c: New file.
22470 * gdb.arch/i386-avx512.exp: Likewise.
22471
4b48d439
KS
224722014-04-23 Keith Seitz <keiths@redhat.com>
22473
22474 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22475 (mi_make_breakpoint_table): New procedure.
22476 (mi_create_breakpoint): Use mi_make_breakpoint
22477 and return the result.
22478 (mi_make_breakpoint): New procedure.
22479 (mi_build_kv_pairs): New procedure.
22480
22481 * gdb.mi/mi-break.exp: Remove unused globals,
22482 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22483 All callers updated.
22484 * gdb.mi/mi-dprintf.exp: Use variable to track command
22485 number.
22486 Update all callers of mi_create_breakpoint and use
22487 mi_make_breakpoint_table.
22488 Remove any unused global variables.
22489 * gdb.mi/mi-nonstop.exp: Likewise.
22490 * gdb.mi/mi-nsintrall.exp: Likewise.
22491 * gdb.mi/mi-nsmoribund.exp: Likewise.
22492 * gdb.mi/mi-nsthrexec.exp: Likewise.
22493 * gdb.mi/mi-reverse.exp: Likewise.
22494 * gdb.mi/mi-simplerun.exp: Likewise.
22495 * gdb.mi/mi-stepn.exp: Likewise.
22496 * gdb.mi/mi-syn-frame.exp: Likewise.
22497 * gdb.mi/mi-until.exp: Likewise.
22498 * gdb.mi/mi-var-cp.exp: Likewise.
22499 * gdb.mi/mi-var-display.exp: Likewise.
22500 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22501 * gdb.mi/mi2-var-child.exp: Likewise.
22502 * gdb.mi/mi-vla-c99.exp: Likewise.
22503 * lib/mi-support.exp: Likewise.
22504
22505 From Ian Lance Taylor <iant@cygnus.com>:
22506 * lib/gdb.exp (parse_args): New procedure.
22507
08351840
PA
225082014-04-23 Pedro Alves <palves@redhat.com>
22509
22510 * gdb.base/break-unload-file.c: New file.
22511 * gdb.base/break-unload-file.exp: New file.
22512 * gdb.base/sym-file-lib.c (baz): New function.
22513 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22514 field.
22515 (load): Store the segment's mapped size.
22516 (unload): New function.
22517 (unload_shlib): New function.
22518 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22519 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22520 set a breakpoint at baz, and call it.
22521 * gdb.base/sym-file.exp: New tests for stale breakpoint
22522 instructions.
22523
076855f9
PA
225242014-04-23 Pedro Alves <palves@redhat.com>
22525
22526 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22527 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22528 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22529 * gdb.base/hbreak-unmapped.c: New file.
22530 * gdb.base/hbreak-unmapped.exp: New file.
22531 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22532 * lib/gdb.exp (gdb_is_target_remote): ... here.
22533
483805cf
PA
225342014-04-22 Pedro Alves <palves@redhat.com>
22535
22536 * gdb.base/consecutive-step-over.c: New file.
22537 * gdb.base/consecutive-step-over.exp: New file.
22538
06d97543
PA
225392014-04-22 Pedro Alves <palves@redhat.com>
22540
22541 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22542 instead of send_gdb/gdb_expect.
22543
b4429ea2
YQ
225442014-04-22 Yao Qi <yao@codesourcery.com>
22545
22546 * lib/trace-support.exp (generate_tracefile): New procedure.
22547 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22548 return 0.
22549 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22550 if generate_tracefile returns 1.
22551
51d48146
PA
225522014-04-18 Tom Tromey <palves@redhat.com>
22553 Pedro alves <tromey@redhat.com>
22554
22555 PR backtrace/15558
22556 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22557 with a backtrace limit.
22558 * gdb.python/py-frame-inline.exp: Test running to an inline
22559 function with a backtrace limit, and printing the newest frame.
22560 * gdb.python/py-frame-inline.c (main): Call f.
22561
bd1dce5f
MS
225622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22563
22564 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22565
40d1a503
MS
225662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22567
22568 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22569 Drop prefix from unsupported source file path.
22570
389b98f7
YQ
225712014-04-17 Yao Qi <yao@codesourcery.com>
22572
22573 * lib/gdb.exp (with_target_charset): New proc.
22574 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22575 with_target_charset.
22576 (test_print_strings): Likewise.
22577 (test_repeat_bytes): Likewise.
22578 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22579 for some tests.
22580
22869d73
KS
225812014-04-16 Keith Seitz <keiths@redhat.com>
22582
22583 PR gdb/15827
22584 * gdb.dwarf2/corrupt.c: New file.
22585 * gdb.dwarf2/corrupt.exp: New file.
22586
c4f87ca6
KS
225872014-04-16 Keith Seitz <keiths@redhat.com>
22588
22589 PR c++/16597
22590 * gdb.cp/namelessclass.cc: New file.
22591 * gdb.cp/namelessclass.exp: New file.
22592 * gdb.cp/namelessclass.S: New file.
22593
ab19de87
DE
225942014-04-16 Doug Evans <dje@google.com>
22595
22596 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22597 Add comment.
22598 (gdbserver_default_get_comm_port): New function.
22599 (gdbserver_start): Check if board file provided
22600 "gdbserver,get_comm_port" and use it if so.
22601 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22602 (gdb,socketport): Set to "stdio".
22603 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22604 (stdio_gdbserver_template): Delete.
22605 (${board}_get_remote_address): Update.
22606 (${board}_build_remote_cmd): Delete.
22607 (${board}_get_comm_port): New function.
22608 (${board}_spawn): Update.
22609 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22610 Delete.
22611 (${board}_get_remote_address): Update.
22612 (${board}_get_comm_port): New function.
22613
fc98a809
AB
226142014-04-16 Andrew Burgess <aburgess@broadcom.com>
22615
22616 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22617 appearing in any order.
22618
87fd9e6e
DE
226192014-04-15 Doug Evans <dje@google.com>
22620
22621 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22622 uninitialized value of "description".
22623
099fc3ea
KS
226242014-04-15 Keith Seitz <keiths@redhat.com>
22625
22626 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22627 Remove unused globals.
22628 (test_running_the_program): Likewise.
22629 (test_controlled_execution): Likewise.
22630 (test_controlling_breakpoints): Likewise.
22631 (test_program_termination): Likewise.
22632
5da151d4
KS
226332014-04-15 Keith Seitz <keiths@redhat.com>
22634
22635 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22636 unused globals.
22637 (test_rbreak_creation_and_listing): Likewise.
22638 (test_ignore_count): Likewise.
22639 (test_error): Likewise.
22640
35e5d2f0
PA
226412014-04-15 Pedro Alves <palves@redhat.com>
22642
22643 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22644 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22645 sym-file-loader.c.
22646 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22647 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22648 to sym-file-loader.c.
22649 (struct library): Forward declare.
22650 (load_shlib, lookup_function): Change prototypes.
22651 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22652 (translate_offset): Remove declarations.
22653 (get_text_addr): New declaration.
22654 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22655 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22656 sym-file-loader.h.
22657 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22658 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22659 here from sym-file-loader.h.
22660 (struct library): New structure.
22661 (load_shlib, lookup_function): Change prototypes and adjust to
22662 work with a struct library.
22663 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22664 (translate_offset): Make static.
22665 (get_text_addr): New function.
22666 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22667
eb4c1710
PA
226682014-04-15 Pedro Alves <palves@redhat.com>
22669
22670 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22671
2d1baf52
PA
226722014-04-15 Pedro Alves <palves@redhat.com>
22673
22674 * gdb.base/sym-file-loader.c: Include <limits.h>.
22675 (SELF_LINK): New define.
22676 (get_origin): New function.
22677 (load_shlib): Use it.
22678 * gdb.base/sym-file.exp: Don't early return if the target is
22679 remote. Use runto_main, and issue fail is that fails. Use
22680 gdb_load_shlibs.
22681 (shlib_name): Delete.
22682 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22683
7dd6df01
PA
226842014-04-15 Pedro Alves <palves@redhat.com>
22685
22686 * gdb.base/sym-file.exp: Remove regex characters from test
22687 message. Don't refer to breakpoint numbers in test messages.
22688
b50c8614
KS
226892014-04-14 Keith Seitz <keiths@redhat.com>
22690
22691 PR c++/16253
22692 * gdb.cp/var-tag.cc: New file.
22693 * gdb.cp/var-tag.exp: New file.
22694 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22695 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22696 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22697 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22698
3d567982
TT
226992014-04-14 Tom Tromey <tromey@redhat.com>
22700
22701 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22702 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22703 type.
22704 * gdb.cp/enum-class.exp: New file.
22705 * gdb.cp/enum-class.cc: New file.
22706
0626fc76
TT
227072014-04-14 Tom Tromey <tromey@redhat.com>
22708
22709 * gdb.dwarf2/enum-type.exp: New file.
22710
dca325b3
SA
227112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22712
22713 * gdb.mi/mi-vla-c99.exp: New file.
22714 * gdb.mi/vla.c: New file.
22715
5854b38a
SA
227162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22717
22718 * gdb.base/vla-datatypes.c: New file.
22719 * gdb.base/vla-datatypes.exp: New file.
22720
463bb957
SA
227212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22722
22723 * gdb.base/vla-ptr.c: New file.
22724 * gdb.base/vla-ptr.exp: New file.
22725
3dd170be
SA
227262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22727
22728 * gdb.dwarf2/count.exp: New file.
22729
5ecaaa66
SA
227302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22731
22732 * gdb.base/vla-sideeffect.c: New file.
22733 * gdb.base/vla-sideeffect.exp: New file.
22734
41f1ada5
DB
227352014-04-14 David Blaikie <dblaikie@gmail.com>
22736
22737 * gdb.mi/non-stop.c: Add return value for non-void function return
22738 statement.
22739 * gdb.threads/staticthreads.c: Ditto.
22740
0be03e84
DE
227412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22742 Doug Evans <xdje42@gmail.com>
22743
22744 * gdb.guile/scm-value.c: Improve test case.
22745 * gdb.guile/scm-value.exp: Add new test.
22746
f180a1fb
DB
227472014-04-11 David Blaikie <dblaikie@gmail.com>
22748
22749 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
22750 override Clang's default.
22751
6b662e19
JB
227522014-04-11 Joel Brobecker <brobecker@adacore.com>
22753
22754 Revert the following changes (regressions):
22755
22756 * gdb.base/vla-sideeffect.c: New file.
22757 * gdb.base/vla-sideeffect.exp: New file.
22758
22759 * gdb.dwarf2/count.exp: New file.
22760
22761 * gdb.base/vla-multi.c: New file.
22762 * gdb.base/vla-multi.exp: New file.
22763
22764 * gdb.base/vla-ptr.c: New file.
22765 * gdb.base/vla-ptr.exp: New file.
22766
22767 * gdb.base/vla-datatypes.c: New file.
22768 * gdb.base/vla-datatypes.exp: New file.
22769
22770 * gdb.mi/mi-vla-c99.exp: New file.
22771 * gdb.mi/vla.c: New file.
22772
245a5f0b
KS
227732014-04-11 Keith Seitz <keiths@redhat.com>
22774
22775 PR c++/16675
22776 * gdb.cp/cpsizeof.exp: New file.
22777 * gdb.cp/cpsizeof.cc: New file.
22778
58a84dcf
SA
227792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22780
191a8a90
JB
22781 * gdb.mi/mi-vla-c99.exp: New file.
22782 * gdb.mi/vla.c: New file.
58a84dcf 22783
c8655f75
SA
227842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22785
22786 * gdb.base/vla-datatypes.c: New file.
22787 * gdb.base/vla-datatypes.exp: New file.
22788
024e13b4
SA
227892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22790
22791 * gdb.base/vla-ptr.c: New file.
22792 * gdb.base/vla-ptr.exp: New file.
22793
1a237e0e
SA
227942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22795
22796 * gdb.base/vla-multi.c: New file.
22797 * gdb.base/vla-multi.exp: New file.
22798
504f3432
SA
227992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22800
22801 * gdb.dwarf2/count.exp: New file.
22802
3bce8237
SA
228032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22804
191a8a90
JB
22805 * gdb.base/vla-sideeffect.c: New file.
22806 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 22807
322f9c21
YQ
228082014-04-11 Yao Qi <yao@codesourcery.com>
22809
22810 * gdb.base/completion.exp: Check file exists before running tests
22811 on file completion.
22812
d708bcd1
PA
228132014-04-10 Pedro Alves <palves@redhat.com>
22814
22815 * gdb.base/cond-eval-mode.c: New file.
22816 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
22817 prepare_for_testing to build the new file. Check result of
22818 runto_main.
22819 (test_break, test_watch): New procedures.
22820 (top level): Use them.
22821
ae1d2761
PM
228222014-04-08 Pierre Muller <muller@sourceware.org>
22823
22824 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
22825 Ctrl-V use for mingw hosts.
22826
7af389b8
SC
228272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
22828
22829 * gdb.python/py-value.c: Improve test case.
22830 * gdb.python/py-value.exp: Add new test.
22831
5e703181
DE
228322014-04-07 David Blaikie <dblaikie@gmail.com>
22833
22834 * lib/compiler.c: Identify the clang compiler.
22835 * lib/compiler.cc: Ditto.
22836
9810b410
YQ
228372014-04-03 Yao Qi <yao@codesourcery.com>
22838
22839 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22840
98d1b8dc
AB
228412014-04-01 Anton Blanchard <anton@samba.org>
22842
22843 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22844 messages unique.
22845
3114cea1
AB
228462014-04-01 Anton Blanchard <anton@samba.org>
22847
22848 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22849 prepare_for_testing.
22850
62f7182c
AB
228512014-04-01 Anton Blanchard <anton@samba.org>
22852
22853 * gdb.arch/ppc64-atomic-inst.c: Remove.
22854 * gdb.arch/ppc64-atomic-inst.S: New file.
22855 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
22856
770e7fc7
DE
228572014-03-31 Doug Evans <dje@google.com>
22858
22859 * gdb.base/print-symbol-loading-lib.c: New file.
22860 * gdb.base/print-symbol-loading-main.c: New file.
22861 * gdb.base/print-symbol-loading.exp: New file.
22862
46e2bafa
YQ
228632014-03-31 Yao Qi <yao@codesourcery.com>
22864
22865 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22866
8776cfe9
JB
228672014-03-28 Joel Brobecker <brobecker@adacore.com>
22868
22869 * gdb.ada/mi_dyn_arr: New testcase.
22870
5d1ef361
DE
228712014-03-27 Doug Evans <dje@google.com>
22872
22873 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22874
b5bee914
YQ
228752014-03-27 Yao Qi <yao@codesourcery.com>
22876
22877 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
22878 if target is nios2-*-*.
22879
0d4d0e77
YQ
228802014-03-26 Yao Qi <yao@codesourcery.com>
22881
22882 * lib/gdb.exp (readline_is_used): New proc.
22883 * gdb.base/completion.exp: Move tests on command complete up.
22884 Skip the rest of tests if readline is not used.
22885 * gdb.ada/complete.exp: Skp the test if readline is not
22886 used.
22887 * gdb.base/filesym.exp: Likewise.
22888 * gdb.base/macscp.exp: Likewise.
22889 * gdb.base/readline-ask.exp: Likewise.
22890 * gdb.base/readline.exp: Likewise.
22891 * gdb.python/py-cmd.exp: Likewise.
22892 * gdb.trace/tfile.exp: Likewise.
22893
29361eee
YQ
228942014-03-26 Yao Qi <yao@codesourcery.com>
22895
22896 * gdb.base/macscp.exp: Fix code format issues.
22897
bc9a5525
UW
228982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
22899
22900 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22901 * gdb.asm/powerpc64le.inc: New file.
22902
d3839ede
PA
229032014-03-25 Pedro Alves <palves@redhat.com>
22904 Doug Evans <dje@google.com>
22905
22906 * gdb.base/source-execution.c: New file.
22907 * gdb.base/source-execution.exp: New file.
22908 * gdb.base/source-execution.gdb: New file.
22909
01672a57
DE
229102014-03-24 Doug Evans <dje@google.com>
22911
22912 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22913 using fission.
22914
88bbeca9
HZ
229152014-03-24 Hui Zhu <hui@codesourcery.com>
22916 Pedro Alves <palves@redhat.com>
22917
22918 PR breakpoints/16101
22919 * gdb.base/dprintf.exp: Use unsupported rather than changing the
22920 test pass/fail messages. Detect missing support for dprintf when
22921 breakpoints are actually inserted.
22922 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
22923 breakpoints are actually inserted.
22924 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
22925 fails.
22926
d2348791
JK
229272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22928
22929 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22930
feef67ab
DE
229312014-03-22 Doug Evans <xdje42@gmail.com>
22932
22933 * gdb.python/python.exp (python not supported): Verify multi-line
22934 python command issues an error.
25d743f9 22935 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 22936 guile command issues an error.
feef67ab 22937
ecebef6a
MR
229382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
22939
22940 * gdb.threads/thread-specific.exp: Handle the lack of usable
22941 $this_breakpoint and $this_thread.
22942
ccdd1909
HZ
229432014-03-21 Hui Zhu <hui@codesourcery.com>
22944
22945 * gdb.base/attach.exp (do_command_attach_tests): New.
22946
beb460e8
PA
229472014-03-20 Tom Tromey <tromey@redhat.com>
22948 Pedro Alves <palves@redhat.com>
22949
22950 PR cli/15718
22951 * gdb.base/condbreak-call-false.c: New file.
22952 * gdb.base/condbreak-call-false.exp: New file.
22953
40acf43a
PA
229542014-03-20 Pedro Alves <palves@redhat.com>
22955
22956 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
22957 Delete.
22958 (block_signals, unblock_signals): Delete.
22959 (child_function_2, main): Remove references to deleted variable
22960 and functions.
22961
9f5e1e02
PA
229622014-03-20 Pedro Alves <palves@redhat.com>
22963
22964 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
22965 Use pthread_kill to signal thread 2.
22966 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22967 Adjust to make the test send itself a signal rather than using the
22968 host's "kill" command.
22969
99619bea
PA
229702014-03-20 Pedro Alves <palves@redhat.com>
22971
22972 * gdb.threads/multiple-step-overs.c: New file.
22973 * gdb.threads/multiple-step-overs.exp: New file.
22974 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
22975 Adjust expected infrun debug output.
22976
2adfaa28
PA
229772014-03-20 Pedro Alves <palves@redhat.com>
22978
22979 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
22980 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
22981
31e77af2
PA
229822014-03-20 Pedro Alves <palves@redhat.com>
22983
22984 PR breakpoints/7143
22985 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
22986 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
22987 of gdb_test_multiple.
22988 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
22989 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
22990
b9f437de
PA
229912014-03-20 Pedro Alves <palves@redhat.com>
22992
22993 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
22994 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
22995
05adc73e
PA
229962014-03-19 Pedro Alves <palves@redhat.com>
22997
22998 * gdb.base/async.exp: Remove early return.
22999
6048b950
PA
230002014-03-19 Pedro Alves <palves@redhat.com>
23001
23002 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23003
8bcfb00a
PA
230042014-03-19 Pedro Alves <palves@redhat.com>
23005
23006 * gdb.base/async.exp (test_background): Expect \r\n after
23007 "completed." in the fail pattern.
23008
884e37dc
PA
230092014-03-19 Pedro Alves <palves@redhat.com>
23010
23011 * gdb.base/async.exp (test_background): New procedure.
23012 Use it for all background execution command tests.
23013
148e57e2
PA
230142014-03-19 Pedro Alves <palves@redhat.com>
23015
23016 * gdb.base/async.exp: Use prepare_for_testing.
23017
f48088c7
PA
230182014-03-19 Pedro Alves <palves@redhat.com>
23019
23020 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23021 the same line.
23022
e2f6c966
PA
230232014-03-19 Pedro Alves <palves@redhat.com>
23024
23025 * gdb.base/async.c (main): Add "jump here" and "until here" line
23026 marker comments.
23027 * gdb.base/async.exp (jump_here): New global.
23028 (jump& test): Use it.
23029 (until_here): New global.
23030 (until& test): Use it.
23031
c30568d4
PA
230322014-03-19 Pedro Alves <palves@redhat.com>
23033
23034 * gdb.base/async.exp: Don't frob gdb_protocol.
23035
0172b6a7
DE
230362014-03-18 Doug Evans <xdje42@gmail.com>
23037
23038 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23039 Fix spelling of exec-done-display.
23040
06c868a8
JK
230412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23042
23043 PR gdb/15358
23044 * gdb.base/gdb-sigterm.c: New file.
23045 * gdb.base/gdb-sigterm.exp: New file.
23046
0c7e1a46
PA
230472014-03-18 Pedro Alves <palves@redhat.com>
23048
23049 PR gdb/13860
23050 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23051 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23052 solib-event.
23053
f7c77d93
JB
230542014-03-17 Joel Brobecker <brobecker@adacore.com>
23055
23056 * gdb.ada/pckd_arr_ren: New testcase.
23057
5a1e8c7a
DE
230582014-03-13 Doug Evans <xdje42@gmail.com>
23059
23060 PR guile/16612
23061 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23062 collect after discarding symbols.
23063
350e1a76
DE
230642014-03-13 Ludovic Courtès <ludo@gnu.org>
23065 Doug Evans <xdje42@gmail.com>
23066
23067 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23068 to history survives a gc.
23069
a69900ae
PA
230702014-03-13 Pedro Alves <palves@redhat.com>
23071
23072 * gdb.base/default.exp: Don't test "target procfs".
23073
5db9f0bd
PA
230742014-03-13 Pedro Alves <palves@redhat.com>
23075
23076 * gdb.base/default.exp: Update "target child" and "target procfs"
23077 tests to not expect "Unix".
23078
b3ccfe11
TT
230792014-03-12 Tom Tromey <tromey@redhat.com>
23080
23081 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23082 New procs. Add target-async tests.
23083 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23084 Add target-async tests.
23085
646f4417
AA
230862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23087
23088 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23089 'func_start' and 'func_end' for the beginning and end of the
23090 function code, respectively.
23091 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23092 'func_end' instead of 'func' and 'main'.
23093
288c211f
AA
230942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23095
23096 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23097 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23098 generate the debug info assembler source.
23099
e0c0f156
AA
231002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23101
23102 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23103 * gdb.dwarf2/arr-subrange.exp: Likewise.
23104 * gdb.dwarf2/dwz.exp: Likewise.
23105 * gdb.dwarf2/method-ptr.exp: Likewise.
23106 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23107 * gdb.dwarf2/subrange.exp: Likewise.
23108 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23109 * gdb.dwarf2/implptrpiece.exp: Likewise.
23110 * gdb.dwarf2/nostaticblock.exp: Likewise.
23111
0e5c4555
AA
231122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23113
23114 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23115 directory to absolute path name arguments.
23116
5ec18f2b
JG
231172014-03-10 Joel Brobecker <brobecker@adacore.com>
23118
23119 * gdb.ada/tagged_access: New testcase.
23120
847fc4f2
MM
231212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23122
23123 * gdb.btrace/data.exp: Update expected output.
23124
cc3da688
YQ
231252014-03-06 Yao Qi <yao@codesourcery.com>
23126
23127 * gdb.trace/pr16508.exp: New file.
23128
0f26cec1
PA
231292014-03-05 Pedro Alves <palves@redhat.com>
23130
23131 PR gdb/16575
23132 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23133 procedure.
23134 (top level): Adjust to use it. Add tests that exercise breakpoint
23135 interaction with the code-cache.
23136
7a5a839f
LC
231372014-02-26 Ludovic Courtès <ludo@gnu.org>
23138
23139 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23140 test for 'history-append!'.
23141
31aa7e4e
JB
231422014-02-26 Joel Brobecker <brobecker@adacore.com>
23143
23144 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23145 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23146 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23147 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23148 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23149 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23150
1b588015
JB
231512014-02-26 Joel Brobecker <brobecker@adacore.com>
23152
23153 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23154 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23155 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23156
55426c9d
JB
231572014-02-26 Joel Brobecker <brobecker@adacore.com>
23158
23159 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23160
dc53a7ad
JB
231612014-02-26 Joel Brobecker <brobecker@adacore.com>
23162
23163 * gdb.dwarf2/arr-stride.c: New file.
23164 * gdb.dwarf2/arr-stride.exp: New file.
23165
12ab52e9
PA
231662014-02-26 Pedro Alves <palves@redhat.com>
23167
23168 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23169 that won't ever trigger. Make sure that GDB reports the correct
23170 breakpoint that caused the stop.
23171
849c862e
JK
231722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23173
23174 PR gdb/16626
23175 * gdb.base/auto-load-script: New file.
23176 * gdb.base/auto-load.c: New file.
23177 * gdb.base/auto-load.exp: New file.
23178
71b7d793
JK
23179 PR gdb/16626
23180 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23181
e2f0d509
JK
231822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23183
23184 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23185 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23186
50cc37c8
DE
231872014-02-24 Doug Evans <dje@google.com>
23188
23189 * lib/gdb.exp (run_on_host): Log error output if program fails.
23190
ea4758f2
PA
231912014-02-21 Pedro Alves <palves@redhat.com>
23192
23193 * gdb.threads/step-after-sr-lock.c: Rename to ...
23194 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23195 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23196 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23197 ... this.
23198
d7b30f67
SDJ
231992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23200
23201 PR tdep/16397
23202 * gdb.arch/amd64-stap-special-operands.exp: New file.
23203 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23204 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23205 * gdb.arch/amd64-stap-triplet.S: Likewise.
23206 * gdb.arch/amd64-stap-triplet.c: Likewise.
23207
83deb43f
JB
232082014-02-20 Joel Brobecker <brobecker@adacore.com>
23209
23210 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23211 in .section pseudo-op.
23212
adde2bff
DE
232132014-02-20 lin zuojian <manjian2006@gmail.com>
23214 Joel Brobecker <brobecker@adacore.com>
23215 Doug Evans <xdje42@gmail.com>
23216
23217 PR symtab/16581
23218 * gdb.dwarf2/dw2-icycle.S: New file.
23219 * gdb.dwarf2/dw2-icycle.c: New file.
23220 * gdb.dwarf2/dw2-icycle.exp: New file.
23221
f7bd0f78
SC
232222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23223
23224 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23225 operations on gdb.Value objects.
23226 * gdb.python/py-value-cc.exp: Add new test to test operations on
23227 gdb.Value objects.
23228
c17ef0d5
DE
232292014-02-18 Doug Evans <dje@google.com>
23230
23231 * Makefile.in (TESTS): New variable.
23232 (expanded_tests, expanded_tests_or_none): New variables
23233 (check-single): Pass $(expanded_tests_or_none) to runtest.
23234 (check-parallel): Only run tests in $(TESTS) if non-empty.
23235 (check/no-matching-tests-found): New rule.
23236 * README: Document TESTS makefile variable.
23237
5dd3176f
DE
232382014-02-18 Doug Evans <dje@google.com>
23239
23240 * Makefile.in (check-parallel): rm -rf outputs temp.
23241
0b10be4f
JK
232422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23243
23244 Fix "ERROR: no fileid for" in the testsuite.
23245 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23246
85f224e7
DE
232472014-02-12 Doug Evans <dje@google.com>
23248
23249 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23250 (MISCELLANEOUS): New variable.
23251 (clean): rm -rf $(MISCELLANEOUS).
23252 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23253 dwp live in the same directory as symlinks, with each symlink pointed
23254 to a differently named file in a different directory.
23255
149b30ff
DE
232562014-02-11 Doug Evans <dje@google.com>
23257
23258 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23259 of Tcl file commands.
23260
1dfdac32
MK
232612014-02-10 Mark Kettenis <kettenis@gnu.org>
23262
23263 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23264 "kill -SIGUSR1 -1".
23265
aa4fb036
JB
232662014-02-10 Joel Brobecker <brobecker@adacore.com>
23267
23268 * gdb.ada/tick_length_array_enum_idx: New testcase.
23269
ed3ef339
DE
232702014-02-10 Doug Evans <xdje42@gmail.com>
23271
23272 * configure.ac (AC_OUTPUT): Add gdb.guile.
23273 * configure: Regenerate.
23274 * lib/gdb-guile.exp: New file.
23275 * lib/gdb.exp (get_target_charset): New function.
23276 * gdb.base/help.exp: Update expected output from "apropos apropos".
23277 * gdb.guile/Makefile.in: New file.
23278 * gdb.guile/guile.exp: New file.
23279 * gdb.guile/scm-arch.c: New file.
23280 * gdb.guile/scm-arch.exp: New file.
23281 * gdb.guile/scm-block.c: New file.
23282 * gdb.guile/scm-block.exp: New file.
23283 * gdb.guile/scm-breakpoint.c: New file.
23284 * gdb.guile/scm-breakpoint.exp: New file.
23285 * gdb.guile/scm-disasm.c: New file.
23286 * gdb.guile/scm-disasm.exp: New file.
23287 * gdb.guile/scm-equal.c: New file.
23288 * gdb.guile/scm-equal.exp: New file.
23289 * gdb.guile/scm-error.exp: New file.
23290 * gdb.guile/scm-error.scm: New file.
23291 * gdb.guile/scm-frame-args.c: New file.
23292 * gdb.guile/scm-frame-args.exp: New file.
23293 * gdb.guile/scm-frame-args.scm: New file.
23294 * gdb.guile/scm-frame-inline.c: New file.
23295 * gdb.guile/scm-frame-inline.exp: New file.
23296 * gdb.guile/scm-frame.c: New file.
23297 * gdb.guile/scm-frame.exp: New file.
23298 * gdb.guile/scm-generics.exp: New file.
23299 * gdb.guile/scm-gsmob.exp: New file.
23300 * gdb.guile/scm-iterator.c: New file.
23301 * gdb.guile/scm-iterator.exp: New file.
23302 * gdb.guile/scm-math.c: New file.
23303 * gdb.guile/scm-math.exp: New file.
23304 * gdb.guile/scm-objfile-script-gdb.in: New file.
23305 * gdb.guile/scm-objfile-script.c: New file.
23306 * gdb.guile/scm-objfile-script.exp: New file.
23307 * gdb.guile/scm-objfile.c: New file.
23308 * gdb.guile/scm-objfile.exp: New file.
23309 * gdb.guile/scm-ports.exp: New file.
23310 * gdb.guile/scm-pretty-print.c: New file.
23311 * gdb.guile/scm-pretty-print.exp: New file.
23312 * gdb.guile/scm-pretty-print.scm: New file.
23313 * gdb.guile/scm-section-script.c: New file.
23314 * gdb.guile/scm-section-script.exp: New file.
23315 * gdb.guile/scm-section-script.scm: New file.
23316 * gdb.guile/scm-symbol.c: New file.
23317 * gdb.guile/scm-symbol.exp: New file.
23318 * gdb.guile/scm-symtab-2.c: New file.
23319 * gdb.guile/scm-symtab.c: New file.
23320 * gdb.guile/scm-symtab.exp: New file.
23321 * gdb.guile/scm-type.c: New file.
23322 * gdb.guile/scm-type.exp: New file.
23323 * gdb.guile/scm-value-cc.cc: New file.
23324 * gdb.guile/scm-value-cc.exp: New file.
23325 * gdb.guile/scm-value.c: New file.
23326 * gdb.guile/scm-value.exp: New file.
23327 * gdb.guile/source2.scm: New file.
23328 * gdb.guile/types-module.cc: New file.
23329 * gdb.guile/types-module.exp: New file.
23330
7026a7c1
YQ
233312014-02-10 Yao Qi <yao@codesourcery.com>
23332
23333 PR testsuite/16543
23334 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23335 * configure: Regenerated.
23336 * Makefile.in: New file.
23337
6c466447
AS
233382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23339
23340 * gdb.python/py-framefilter.exp: Fix typo.
23341
6e854735
YQ
233422014-02-08 Yao Qi <yao@codesourcery.com>
23343
23344 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23345 that no =breakpoint-modified is emitted when breakpoints are
23346 modified through MI commands.
23347
d137e6dc
PA
233482014-02-07 Pedro Alves <pedro@codesourcery.com>
23349 Pedro Alves <palves@redhat.com>
23350
23351 * gdb.threads/step-after-sr-lock.c: New file.
23352 * gdb.threads/step-after-sr-lock.exp: New file.
23353
b5ee5a50
PA
233542014-02-07 Pedro Alves <palves@redhat.com>
23355
23356 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23357
3c77faf3
JK
233582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23359
23360 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23361 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23362
6dddc817
DE
233632014-02-06 Doug Evans <xdje42@gmail.com>
23364
23365 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23366 output.
23367
23368 * gdb.gdb/python-interrupts.exp: New file.
23369
de7b2893
YQ
233702014-02-05 Yao Qi <yao@codesourcery.com>
23371
23372 * gdb.trace/report.exp (use_collected_data): Test the output
23373 of "info threads" and "info inferiors".
23374
66d032ac
YQ
233752014-02-05 Yao Qi <yao@codesourcery.com>
23376
23377 Revert this patch:
23378
23379 2013-05-24 Yao Qi <yao@codesourcery.com>
23380
23381 * gdb.trace/tfile.exp: Test inferior and thread.
23382
591a12a1
UW
233832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23384
23385 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23386 on a function.
23387 * gdb.base/step-bt.c: Call hello via function pointer to make
23388 sure its first instruction is executed on powerpc64le-linux.
23389
0ff3e01f
UW
233902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23391
23392 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23393
084ee545
UW
233942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23395
23396 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23397 of the test patterns for use on little-endian systems.
23398
6ed14ff3
UW
233992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23400
23401 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23402 (decimal_vector): Fix for little-endian.
23403
401e27fd
JM
234042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23405
23406 * gdb.arch/sparc-sysstep.exp: New file.
23407 * gdb.arch/sparc-sysstep.c: Likewise.
23408
23409 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23410
8b924729
EBM
234112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23412
23413 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23414
fb151210
JB
234152014-01-23 Tom Tromey <tromey@redhat.com>
23416
23417 * gdb.ada/array_char_idx: New testcase.
23418
0740f8d8
TT
234192014-01-23 Tom Tromey <tromey@redhat.com>
23420
23421 PR python/16487:
23422 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23423 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23424 classes.
23425
21909fa1
TT
234262014-01-23 Tom Tromey <tromey@redhat.com>
23427
23428 PR python/16491:
23429 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23430 string from an inferior frame.
23431 * gdb.python/py-framefilter-mi.exp: Update.
23432
87ce2a04
DE
234332014-01-22 Doug Evans <dje@google.com>
23434
23435 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23436
237b092b
AA
234372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23438
23439 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23440
d674a709
AA
234412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23442
23443 * gdb.trace/entry-values.exp: Remove excess space character from
23444 regex patterns. Handle s390 call instruction.
23445
20fa3390
AA
234462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23447
23448 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23449 define "*_start" label. Make "name" static.
23450 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23451 ${name} by references to ${name}_start.
23452
78466714
AA
234532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23454
23455 * gdb.base/info-macros.exp: Remove "debug" from the compile
23456 options.
23457
ec9f644a
IB
234582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23459
23460 * gdb.dlang/demangle.exp: New file.
23461
94b1b47e
IB
234622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23463
23464 * gdb.dlang/primitive-types.exp: New file.
23465
7f420862
IB
234662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23467
23468 * configure.ac: Create gdb.dlang/Makefile.
23469 * configure: Regenerate.
23470 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23471 * gdb.dlang/Makefile.in: New file.
23472 * lib/d-support.exp: New file.
23473 * lib/gdb.exp (skip_d_tests): New proc.
23474
52834460
MM
234752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23476
23477 * gdb.btrace/delta.exp: Check reverse stepi.
23478 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23479 * gdb.btrace/finish.exp: New.
23480 * gdb.btrace/next.exp: New.
23481 * gdb.btrace/nexti.exp: New.
23482 * gdb.btrace/record_goto.c: Add comments.
23483 * gdb.btrace/step.exp: New.
23484 * gdb.btrace/stepi.exp: New.
23485 * gdb.btrace/multi-thread-step.c: New.
23486 * gdb.btrace/multi-thread-step.exp: New.
23487 * gdb.btrace/rn-dl-bind.c: New.
23488 * gdb.btrace/rn-dl-bind.exp: New.
23489 * gdb.btrace/data.c: New.
23490 * gdb.btrace/data.exp: New.
23491 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23492
6e07b1d2
MM
234932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23494
23495 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23496 * gdb.btrace/exception.exp: Update.
23497 * gdb.btrace/instruction_history.exp: Update.
23498 * gdb.btrace/record_goto.exp: Update.
23499 * gdb.btrace/tailcall.exp: Update.
23500 * gdb.btrace/unknown_functions.exp: Update.
23501 * gdb.btrace/delta.exp: New.
23502
0b722aec
MM
235032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23504
23505 * gdb.btrace/record_goto.exp: Add backtrace test.
23506 * gdb.btrace/tailcall.exp: Add backtrace test.
23507
066ce621
MM
235082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23509
23510 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23511 * gdb.btrace/record_goto.c: New.
23512 * gdb.btrace/record_goto.exp: New.
23513 * gdb.btrace/x86-record_goto.S: New.
23514
0688d04e
MM
235152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23516
23517 * gdb.btrace/function_call_history.exp: Update tests.
23518 * gdb.btrace/instruction_history.exp: Update tests.
23519
8710b709
MM
235202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23521
23522 * gdb.btrace/function_call_history.exp: Fix expected field
23523 order for "record function-call-history".
23524 Add new tests for "record function-call-history /c".
23525 * gdb.btrace/exception.cc: New.
23526 * gdb.btrace/exception.exp: New.
23527 * gdb.btrace/tailcall.exp: New.
23528 * gdb.btrace/x86-tailcall.S: New.
23529 * gdb.btrace/x86-tailcall.c: New.
23530 * gdb.btrace/unknown_functions.c: New.
23531 * gdb.btrace/unknown_functions.exp: New.
23532 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23533
5de9129b
MM
235342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23535
23536 * gdb.btrace/instruction_history.exp: Update.
23537 * gdb.btrace/function_call_history.exp: Update.
23538
23a7fe75
MM
235392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23540
23541 * gdb.btrace/function_call_history.exp: Fix expected function
23542 trace.
23543 * gdb.btrace/instruction_history.exp: Initialize traced.
23544 Remove traced_functions.
23545
724c7dd8
MM
235462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23547
23548 * gdb.btrace/function_call_history.exp: Update
23549 * gdb.btrace/instruction_history.exp: Update.
23550
6d78d93b
MM
235512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23552
23553 * gdb.btrace/enable.exp: Update expected text.
23554
93a360cc
OJ
235552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23556
23557 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23558 bytes.
23559
3772b53f
MR
235602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23561
23562 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23563
596662fa
OJ
235642014-01-15 Omair Javaid <omair.javaid@linaro.org>
23565
23566 * lib/gdb.exp (supports_process_record): Return true for
23567 arm*-linux*. (supports_reverse): Likewise.
23568
b5b08fb4
SC
235692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23570
23571 PR python/15464
23572 PR python/16113
23573 * gdb.python/py-type.c: Enhance test case.
23574 * gdb.python/py-value-cc.cc: Likewise
23575 * gdb.python/py-type.exp: Add new tests.
23576 * gdb.python/py-value-cc.exp: Likewise
23577
52d7fb13
AA
235782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23579 Pedro Alves <palves@redhat.com>
23580
23581 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23582 Make "name" extern.
23583 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23584 references to ${name}_start by references to ${name}.
23585
a2cd8cfe
JB
235862014-01-10 Joel Brobecker <brobecker@adacore.com>
23587
23588 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23589
4e23fced
JB
235902014-01-10 Joel Brobecker <brobecker@adacore.com>
23591
23592 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23593
c6a9e42c
PA
235942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23595 Pedro Alves <palves@redhat.com>
23596
23597 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 23598 mi_gdb_target_load.
c6a9e42c 23599
b7ea362b
PA
236002014-01-08 Pedro Alves <palves@redhat.com>
23601
23602 * gdb.threads/reconnect-signal.c: New file.
23603 * gdb.threads/reconnect-signal.exp: New file.
23604
5e3f4fab
EBM
236052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23606
23607 * gdb.base/source-dir.exp: New file.
23608
79301218
JB
236092014-01-07 Joel Brobecker <brobecker@adacore.com>
23610
23611 * gdb.ada/mi_interface: New testcase.
23612
8e355c5d
JB
236132014-01-07 Joel Brobecker <brobecker@adacore.com>
23614
23615 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23616 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23617 gdb.ada/pp-rec-component/pck.ads: New files.
23618
c0d48811
JB
236192014-01-07 Joel Brobecker <brobecker@adacore.com>
23620
23621 * gdb.python/py-pp-integral.c: New file.
23622 * gdb.python/py-pp-integral.py: New file.
23623 * gdb.python/py-pp-integral.exp: New file.
23624
17b609c3 23625For older changes see ChangeLog-1993-2013.
c906108c 23626\f
8d8cb839
EZ
23627;; Local Variables:
23628;; mode: change-log
23629;; left-margin: 8
23630;; fill-column: 74
23631;; version-control: never
23632;; End:
902f2ccb 23633
3666a048 23634 Copyright 2014-2021 Free Software Foundation, Inc.
902f2ccb
MC
23635 Copying and distribution of this file, with or without modification,
23636 are permitted provided the copyright notice and this notice are preserved.
This page took 4.222172 seconds and 4 git commands to generate.