CTF: set up debug info for function arguments
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
2
3 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
4
5 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
6
7 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
8
9 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
10
11 * gdb.btrace/non-stop.exp: Adjust expected source lines.
12
13 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
14
15 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
16
17 2021-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
23 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
24
25 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
26
27 2021-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
32 2021-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
37 2021-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
42 2021-03-02 Tom Tromey <tromey@adacore.com>
43
44 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
45 encodings.
46
47 2021-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
53 2021-02-26 Tom Tromey <tom@tromey.com>
54
55 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
56
57 2021-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
62 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
63
64 * lib/gdb.exp (use_gdb_stub): Extend comment.
65
66 2021-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
73 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
76
77 2021-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
84 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * gdb.fortran/associated.exp: New file.
87 * gdb.fortran/associated.f90: New file.
88
89 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
90
91 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
92
93 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
94
95 * gdb.base/sect-cmd.exp: Update expected results.
96
97 2021-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
102 2021-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
107 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
108
109 * gdb.arch/riscv-default-tdesc.exp: New file.
110
111 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
112
113 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
114
115 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.arch/i386-biarch-core.exp: Add target check.
118
119 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
120
121 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
122
123 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.fortran/allocated.exp: New file.
126 * gdb.fortran/allocated.f90: New file.
127
128 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
129
130 * gdb.fortran/lbound-ubound.exp: Remove old comment.
131
132 2021-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
137 2021-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
142 2021-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
150 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
151
152 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
153 GDBFLAGS.
154
155 2021-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
160 2021-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
165 2021-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
172 2021-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
180 2021-02-08 Luis Machado <luis.machado@linaro.org>
181
182 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
183
184 2021-02-08 Tom de Vries <tdevries@suse.de>
185
186 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
187
188 2021-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
194 2021-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
202 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.tui/winheight.exp: Add more tests.
205
206 2021-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
211 2021-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
216 2021-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
225 2021-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
231 2021-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
237 2021-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
242 2021-02-05 Tom de Vries <tdevries@suse.de>
243
244 PR exp/27265
245 * gdb.base/complex-parts.exp: Add tests.
246
247 2021-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
252 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
253
254 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
255
256 2021-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
261 2021-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
266 2021-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
271 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
272
273 * gdb.base/scope.exp: Use proc_with_prefix.
274
275 2021-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
284 2021-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
292 2021-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
302 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
303
304 * lib/dwarf.exp (_location): Add parameters.
305 (_handle_DW_FORM): Adjust.
306
307 2021-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
316 2021-02-02 Tom de Vries <tdevries@suse.de>
317
318 PR symtab/24620
319 * gdb.dwarf2/fission-reread.exp: Add test-case.
320
321 2021-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
334 2021-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
340 2021-01-29 Tom de Vries <tdevries@suse.de>
341
342 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
343
344 2021-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
350 2021-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
356 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
357
358 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
359
360 2021-01-28 Tom de Vries <tdevries@suse.de>
361
362 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
363
364 2021-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
370 2021-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
377 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
378
379 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
380
381 2021-01-26 Tom de Vries <tdevries@suse.de>
382
383 * gdb.threads/killed-outside.exp: Allow regular output.
384
385 2021-01-26 Tom de Vries <tdevries@suse.de>
386
387 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
388
389 2021-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
394 2021-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
400 2021-01-25 Tom Tromey <tromey@adacore.com>
401
402 * gdb.ada/local-enum.exp: Add enumerator resolution test.
403
404 2021-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
409 2021-01-23 Tom Tromey <tom@tromey.com>
410
411 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
412
413 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
414
415 * gdb.base/line65535.exp: Fix test expectation.
416
417 2021-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
457 2021-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
464 2021-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
473 2021-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
478 2021-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
483 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
484
485 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
486
487 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
488
489 PR python/19151
490 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
491
492 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
493
494 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
495
496 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
497
498 * lib/tuiterm.exp: Add links in comments.
499
500 2021-01-20 Tom de Vries <tdevries@suse.de>
501
502 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
503 offset.
504
505 2021-01-20 Tom de Vries <tdevries@suse.de>
506
507 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
508
509 2021-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
514 2021-01-19 Tom de Vries <tdevries@suse.de>
515
516 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
517 sequence.
518
519 2021-01-19 Tom de Vries <tdevries@suse.de>
520
521 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
522
523 2021-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
528 2021-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
534 2021-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
539 2021-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
545 2021-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
564 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
565
566 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
567
568 2021-01-12 Tom de Vries <tdevries@suse.de>
569
570 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
571
572 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.fortran/debug-expr.exp: Add new tests.
575
576 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.fortran/dot-ops.exp: Add new tests.
579
580 2021-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
586 2021-01-09 Tom Tromey <tom@tromey.com>
587
588 * gdb.trace/ax.exp: Do not require an "ext".
589
590 2021-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
597 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
598
599 PR gdb/27157
600 * gdb.base/empty-host-env-vars.exp: New test.
601
602 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
603
604 * gdb.base/completion.exp: Add a new test.
605
606 2021-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
611 2021-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
616 2021-01-07 Tom Tromey <tromey@adacore.com>
617
618 * gdb.ada/assign_arr.exp: Add 'others' test.
619
620 2021-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
628 2021-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
634 2021-01-04 Tom de Vries <tdevries@suse.de>
635
636 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
637
638 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
639
640
641
642 2021-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
663 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
664
665 * gdb.server/server-run.exp: Use clean_restart.
666
667 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
668
669 * gdb.server/ext-run.exp: Use clean_restart.
670
671 2021-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
676 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
677
678 * gdb.server/solib-list.exp: Use clean_restart.
679
680 2021-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
685 2020-12-31 Tom Tromey <tom@tromey.com>
686
687 * gdb.rust/simple.exp: Update output for Rust 1.49.
688
689 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
690
691 * gdb.cp/step-and-next-inline.exp: Fix test case.
692
693 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
694
695 * gdb.python/py-frame-args.exp: De-duplicate test names.
696
697 2020-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
703 2020-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
708 2020-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
713 2020-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
719 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
720
721 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
722
723 2020-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
728 2020-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
741 2020-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
749 2020-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
754 2020-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
762 2020-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
770 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
771
772 * gdb.python/py-format-string.exp: Add tests for address keyword.
773
774 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
775
776 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
777
778 2020-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
783 2020-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
790 2020-12-16 Tom de Vries <tdevries@suse.de>
791
792 * gdb.base/batch-preserve-term-settings.exp:
793
794 2020-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
799 2020-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
806 2020-12-15 Rae Kim <rae.kim@gmail.com>
807
808 * gdb.base/document.exp: New test.
809
810 2020-12-15 Tom Tromey <tromey@adacore.com>
811
812 * gdb.base/style.exp: Add deprecation tests.
813
814 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
815
816 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
817
818 2020-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
823 2020-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
829 2020-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
844 2020-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
849 2020-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
855 2020-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
861 2020-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
866 2020-12-14 Tom Tromey <tromey@adacore.com>
867
868 * gdb.dwarf2/ada-thick-pointer.exp: New file.
869
870 2020-12-14 Tom Tromey <tromey@adacore.com>
871
872 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
873
874 2020-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
880 2020-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
886 2020-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
891 2020-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
896 2020-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
907 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
908
909 * gdb.base/commands.exp: Update expected results.
910
911 2020-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
917 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/completion.exp: Add additional tests.
920
921 2020-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
928 2020-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
933 2020-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
939 2020-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
945 2020-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
951 2020-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
956 2020-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
961 2020-12-07 Pedro Alves <pedro@palves.net>
962
963 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
964 'additional_flags' variable.
965
966 2020-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
971 2020-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
976 2020-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
985 2020-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
991 2020-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
999 2020-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
1004 2020-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
1010 2020-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
1015 2020-12-04 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.reverse/insn-reverse.exp: Fix count handling.
1018
1019 2020-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
1024 2020-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
1033 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1034
1035 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1036
1037 2020-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
1042 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1043
1044 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1045
1046 2020-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
1057 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1058
1059 * gdb.threads/non-ldr-exit.exp: Fix comment.
1060
1061 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.xml/maint-xml-dump-03.xml: New file.
1064
1065 2020-11-30 Tom de Vries <tdevries@suse.de>
1066
1067 PR symtab/26905
1068 * gdb.dwarf2/count.exp: Remove kfails.
1069
1070 2020-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
1075 2020-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
1081 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1082
1083 * lib/gdb.exp (gdb_assert): Show error message on error.
1084
1085 2020-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
1091 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1092
1093 * gdb.base/template.exp: New.
1094 * gdb.base/template.c: New.
1095
1096 2020-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
1102 2020-11-21 Tom de Vries <tdevries@suse.de>
1103
1104 * gdb.base/vla-ptr.exp: Add XFAIL.
1105
1106 2020-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
1116 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/completion.exp: Add new completion tests.
1119
1120 2020-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
1129 2020-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
1134 2020-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
1139 2020-11-17 Gary Benson <gbenson@redhat.com>
1140
1141 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1142 __attribute__ ((used)).
1143
1144 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1145
1146 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1147
1148 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.base/completion.exp: Add new tests.
1151
1152 2020-11-16 Tom Tromey <tromey@adacore.com>
1153
1154 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1155 tests.
1156
1157 2020-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
1164 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1167
1168 2020-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
1173 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1174
1175 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1176
1177 2020-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
1188 2020-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
1194 2020-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
1199 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1200
1201 * gdb.fortran/types.exp: Add more tests.
1202
1203 2020-11-12 Tom Tromey <tom@tromey.com>
1204
1205 PR rust/26799:
1206 * gdb.rust/traits.exp: Remove kfails.
1207
1208 2020-11-12 Gary Benson <gbenson@redhat.com>
1209
1210 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1211 statement.
1212
1213 2020-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
1219 2020-11-10 Tom Tromey <tromey@adacore.com>
1220
1221 * gdb.ada/bias.exp: Update.
1222 * gdb.ada/bias/bias.adb (X): Change value.
1223
1224 2020-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
1229 2020-11-10 Gary Benson <gbenson@redhat.com>
1230
1231 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1232
1233 2020-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
1240 2020-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
1254 2020-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
1267 2020-11-04 Tom Tromey <tromey@adacore.com>
1268
1269 * gdb.ada/funcall_ref.exp: Update.
1270 * gdb.ada/var_rec_arr.exp: Update.
1271
1272 2020-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
1278 2020-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
1286 2020-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
1293 2020-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
1301 2020-11-04 Tom Tromey <tromey@adacore.com>
1302
1303 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1304
1305 2020-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
1316 2020-11-04 Tom Tromey <tromey@adacore.com>
1317
1318 * gdb.ada/mod_from_name.exp: Test printing slice.
1319
1320 2020-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
1352 2020-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
1360 2020-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
1367 2020-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
1372 2020-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
1378 2020-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
1384 2020-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
1392 2020-11-02 Tom de Vries <tdevries@suse.de>
1393
1394 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1395
1396 2020-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
1402 2020-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
1407 2020-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
1412 2020-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
1421 2020-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
1427 2020-10-29 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.threads/tls.exp: Fix DUPLICATEs.
1430
1431 2020-10-28 Tom de Vries <tdevries@suse.de>
1432
1433 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1434
1435 2020-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
1440 2020-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
1445 2020-10-28 Tom de Vries <tdevries@suse.de>
1446
1447 * gdb.base/relocate.exp: Update regexp for -readnow.
1448
1449 2020-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
1454 2020-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
1460 2020-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
1466 2020-10-28 Tom de Vries <tdevries@suse.de>
1467
1468 * gdb.cp/nsalias.exp: Fix typo in test name.
1469
1470 2020-10-28 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1473
1474 2020-10-28 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1477 -readnow.
1478
1479 2020-10-27 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1482
1483 2020-10-27 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.base/maint.exp: Update for -readnow.
1486
1487 2020-10-27 Tom de Vries <tdevries@suse.de>
1488
1489 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1490 -readnow.
1491
1492 2020-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
1498 2020-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
1503 2020-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
1508 2020-10-27 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.base/list-ambiguous-readnow.exp: New file.
1511
1512 2020-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
1521 2020-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
1526 2020-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
1534 2020-10-26 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1537
1538 2020-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
1545 2020-10-26 Tom de Vries <tdevries@suse.de>
1546
1547 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1548
1549 2020-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
1555 2020-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
1563 2020-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
1586 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1587
1588 PR gdb/26693
1589 * gdb.dwarf2/template-specification-full-name.exp: New test.
1590
1591 2020-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
1597 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1598
1599 * gdb.fortran/array-slices.exp: Add a new test.
1600
1601 2020-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
1606 2020-10-20 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1609
1610 2020-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
1633 2020-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
1639 2020-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
1649 2020-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
1655 2020-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
1660 2020-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
1733 2020-10-16 Tom de Vries <tdevries@suse.de>
1734
1735 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1736
1737 2020-10-16 Tom de Vries <tdevries@suse.de>
1738
1739 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1740
1741 2020-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
1748 2020-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
1754 2020-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
1803 2020-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
1814 2020-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
1829 2020-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
1889 2020-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
1895 2020-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
1911 2020-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
1920 2020-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
1934 2020-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
1951 2020-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
1956 2020-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
1962 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
1963
1964 PR exp/26714
1965 * gdb.base/printcmds.exp: Add tests for void results.
1966
1967 2020-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
1972 2020-10-08 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.base/style.exp: Check that "main"'s name is styled.
1975
1976 2020-10-07 Tom Tromey <tromey@adacore.com>
1977
1978 * gdb.base/find.exp: Rename some tests.
1979
1980 2020-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
1985 2020-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
1991 2020-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
1999 2020-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
2004 2020-10-02 Gary Benson <gbenson@redhat.com>
2005
2006 * README: Fix "paralell".
2007
2008 2020-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
2016 2020-09-27 Tom Tromey <tom@tromey.com>
2017
2018 * gdb.tui/new-layout.exp: Use with_test_prefix.
2019
2020 2020-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
2026 2020-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
2032 2020-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
2037 2020-09-24 Tom Tromey <tromey@adacore.com>
2038
2039 PR tui/26638:
2040 * gdb.tui/list.exp: Check output of "focus next".
2041
2042 2020-09-23 Tom Tromey <tom@tromey.com>
2043
2044 * gdb.dwarf2/intbits.exp: New file.
2045 * gdb.dwarf2/intbits.c: New file.
2046
2047 2020-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
2052 2020-09-20 Pedro Alves <pedro@palves.net>
2053
2054 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2055 fails.
2056
2057 2020-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
2065 2020-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
2074 2020-09-18 Pedro Alves <pedro@palves.net>
2075
2076 PR gdb/26631
2077 * gdb.multi/multi-target-thread-find.exp: New file.
2078
2079 2020-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
2095 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.fortran/array-slices.exp: Add missing message data.
2098
2099 2020-09-17 Pedro Alves <pedro@palves.net>
2100
2101 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2102
2103 2020-09-17 Pedro Alves <pedro@palves.net>
2104
2105 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2106 full prototype.
2107
2108 2020-09-17 Pedro Alves <pedro@palves.net>
2109
2110 * gdb.python/py-as-string.c: Add cast.
2111
2112 2020-09-17 Pedro Alves <pedro@palves.net>
2113
2114 * gdb.base/sizeof.c (fill): Add cast.
2115
2116 2020-09-17 Pedro Alves <pedro@palves.net>
2117
2118 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2119
2120 2020-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
2129 2020-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
2138 2020-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
2143 2020-09-17 Pedro Alves <pedro@palves.net>
2144
2145 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2146
2147 2020-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
2156 2020-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
2163 2020-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
2170 2020-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
2175 2020-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
2184 2020-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
2189 2020-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
2194 2020-09-17 Pedro Alves <pedro@palves.net>
2195
2196 * gdb.base/display.exp: Issue "set print asm-demangle on".
2197
2198 2020-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
2204 2020-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
2210 2020-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
2221 2020-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
2227 2020-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
2232 2020-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
2237 2020-09-16 Tom de Vries <tdevries@suse.de>
2238
2239 PR testsuite/26618
2240 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2241
2242 2020-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
2248 2020-09-14 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.rust/traits.exp: Fix PATH warning.
2251
2252 2020-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
2311 2020-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
2316 2020-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
2323 2020-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
2330 2020-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
2340 2020-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
2348 2020-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
2360 2020-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
2370 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2371
2372 * gdb.base/default.exp: Change $_gdb_major to 11.
2373
2374 2020-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
2381 2020-09-11 Tom de Vries <tdevries@suse.de>
2382
2383 PR exp/26602
2384 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2385
2386 2020-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
2390 2020-09-10 Alan Modra <amodra@gmail.com>
2391
2392 PR 26597
2393 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2394
2395 2020-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
2400 2020-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
2408 2020-09-03 Tom de Vries <tdevries@suse.de>
2409
2410 PR breakpoint/26546
2411 * gdb.base/label-without-address.exp: Runto main first.
2412
2413 2020-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
2419 2020-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
2424 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2425
2426 * gdb.base/corefile2.exp (renamed binfile): New tests.
2427
2428 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2429
2430 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2431
2432 2020-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
2437 2020-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
2443 2020-08-31 Tom de Vries <tdevries@suse.de>
2444
2445 * gdb.base/eh_return.exp: Use nopie.
2446
2447 2020-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
2453 2020-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
2458 2020-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
2465 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2466
2467 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2468
2469 2020-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
2484 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2485
2486 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2487
2488 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2489
2490 PR gdb/26532
2491 * gdb.threads/stepi-random-signal.exp: Update pattern.
2492
2493 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2494
2495 PR gdb/26532
2496 * gdb.base/ui-redirect.exp: Update pattern.
2497
2498 2020-08-25 Gary Benson <gbenson@redhat.com>
2499
2500 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2501 when compiling with clang.
2502 * gdb.dwarf2/dw2-restore.exp: Likewise.
2503
2504 2020-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
2511 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2512
2513 PR m2/26372
2514 * gdb.modula2/multidim.c: New file.
2515 * gdb.modula2/multidim.exp: New file.
2516
2517 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2518
2519 * lib/gdb.exp (runto): Always emit fail on internal error.
2520
2521 2020-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
2528 2020-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
2533 2020-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
2538 2020-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
2544 2020-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
2551 2020-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
2557 2020-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
2562 2020-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
2568 2020-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
2588 2020-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
2735 2020-08-12 Gary Benson <gbenson@redhat.com>
2736
2737 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2738
2739 2020-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
2744 2020-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
2751 2020-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
2757 2020-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
2764 2020-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
2771 2020-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
2776 2020-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
2785 2020-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
2790 2020-07-29 Tom de Vries <tdevries@suse.de>
2791
2792 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
2793 multiple locations.
2794
2795 2020-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
2800 2020-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
2806 2020-07-28 Tom Tromey <tromey@adacore.com>
2807
2808 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
2809 'varval' location.
2810
2811 2020-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
2816 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.python/py-arch-reg-names.exp: Add additional tests.
2819
2820 2020-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
2829 2020-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
2835 2020-07-24 Tom de Vries <tdevries@suse.de>
2836
2837 PR testsuite/26293
2838 * gdb.ada/mi_prot.exp: Require gnatmake-8.
2839
2840 2020-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
2848 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
2851
2852 2020-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
2863 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2864
2865 * gdb.base/corefile2.exp: New file.
2866 * gdb.base/coremaker2.exp: New file.
2867
2868 2020-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
2875 2020-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
2882 2020-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
2891 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2892
2893 * gdb.base/coremaker.c (filler_ro): New global constant.
2894
2895 2020-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
2902 2020-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
2907 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.python/py-arch-reg-groups.exp: Additional tests.
2910
2911 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.python/py-arch-reg-names.exp: Additional tests.
2914
2915 2020-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
2921 2020-07-21 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.reverse/step-reverse.c (callee): Merge statements.
2924
2925 2020-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
2930 2020-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
2936 2020-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
2941 2020-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
2947 2020-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
2952 2020-07-20 Gary Benson <gbenson@redhat.com>
2953
2954 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
2955 with clang.
2956
2957 2020-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
2965 2020-07-20 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
2968
2969 2020-07-20 Tom de Vries <tdevries@suse.de>
2970
2971 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
2972
2973 2020-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
2979 2020-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
3004 2020-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
3024 2020-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
3038 2020-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
3043 2020-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
3048 2020-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
3061 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3064 generic.
3065
3066 2020-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
3071 2020-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
3076 2020-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
3081 2020-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
3093 2020-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
3099 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3100
3101 * gdb.base/info_sources.exp: Skip directory match tests on
3102 remote hosts.
3103
3104 2020-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
3109 2020-07-13 Gary Benson <gbenson@redhat.com>
3110
3111 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3112
3113 2020-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
3122 2020-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
3131 2020-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
3138 2020-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
3144 2020-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
3152 2020-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
3157 2020-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
3166 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3167
3168 * gdb.python/py-arch-reg-groups.exp: New file.
3169
3170 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.python/py-arch-reg-names.exp: New file.
3173
3174 2020-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
3179 2020-07-06 Tom de Vries <tdevries@suse.de>
3180
3181 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3182
3183 2020-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
3189 2020-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
3194 2020-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
3209 2020-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
3214 2020-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
3227 2020-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
3233 2020-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
3239 2020-06-29 Tom de Vries <tdevries@suse.de>
3240
3241 * lib/gdb.exp (unknown): Make test-case unresolved.
3242
3243 2020-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
3249 2020-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.
3253 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
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
3260 2020-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
3270 2020-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
3279 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3280
3281 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3282
3283 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3284
3285 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3286
3287 2020-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
3295 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3298
3299 2020-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
3306 2020-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
3316 2020-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
3321 2020-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
3329 2020-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
3334 2020-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
3346 2020-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
3357 2020-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
3369 2020-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
3374 2020-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
3383 2020-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
3388 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3389
3390 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3391 for remote host.
3392
3393 2020-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
3400 2020-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
3411 2020-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
3416 2020-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
3435 2020-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
3442 2020-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
3447 2020-06-17 Keith Seitz <keiths@redhat.com>
3448
3449 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3450 when executing "gdb --configuration".
3451
3452 2020-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
3460 2020-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
3466 2020-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
3472 2020-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
3479 2020-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
3492 2020-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
3518 2020-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
3524 2020-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
3530 2020-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
3542 2020-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
3547 2020-06-10 Tom de Vries <tdevries@suse.de>
3548
3549 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3550
3551 2020-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
3556 2020-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
3562 2020-06-04 Tom de Vries <tdevries@suse.de>
3563
3564 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3565
3566 2020-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
3571 2020-06-04 Tom de Vries <tdevries@suse.de>
3572
3573 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3574
3575 2020-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
3583 2020-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
3591 2020-06-02 Tom de Vries <tdevries@suse.de>
3592
3593 * gdb.dwarf2/multidictionary.exp: Don't use
3594 gdb_spawn_with_cmdline_opts.
3595
3596 2020-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
3607 2020-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
3612 2020-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
3619 2020-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
3625 2020-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
3631 2020-05-28 Gary Benson <gbenson@redhat.com>
3632
3633 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3634 statement.
3635
3636 2020-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
3643 2020-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
3649 2020-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
3657 2020-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
3682 2020-05-26 Tom Tromey <tromey@adacore.com>
3683
3684 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3685
3686 2020-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
3694 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3695
3696 * Makefile.in: Use = instead of == for the test command
3697 for portability.
3698
3699 2020-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
3706 2020-05-25 Tom de Vries <tdevries@suse.de>
3707
3708 * boards/gold-gdb-index.exp: New file.
3709
3710 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3711
3712 * boards/simavr.exp: New file.
3713
3714 2020-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
3720 2020-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
3736 2020-05-25 Tom de Vries <tdevries@suse.de>
3737
3738 * lib/gdb.exp (exec_is_pie): Add comment.
3739
3740 2020-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
3745 2020-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
3750 2020-05-25 Tom de Vries <tdevries@suse.de>
3751
3752 * boards/gold.exp: New file.
3753
3754 2020-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
3759 2020-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
3764 2020-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
3771 2020-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
3781 2020-05-20 Tom Tromey <tromey@adacore.com>
3782
3783 * gdb.ada/array_char_idx.exp: Recognize initialized array.
3784
3785 2020-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
3792 2020-05-19 Tom Tromey <tromey@adacore.com>
3793
3794 * gdb.rust/simple.exp: Restore missing test result.
3795
3796 2020-05-19 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.base/gdb-caching-proc.exp: Fix typo.
3799
3800 2020-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
3805 2020-05-18 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
3808
3809 2020-05-17 Pedro Alves <palves@redhat.com>
3810
3811 PR gdb/25741
3812 * gdb.base/hw-sw-break-same-address.exp: New file.
3813
3814 2020-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
3819 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3820
3821 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
3822
3823 2020-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
3829 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3830
3831 * gdb.base/alias.exp: Update help output check.
3832
3833 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3834
3835 * gdb.base/default.exp: Update output following fixes.
3836
3837 2020-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
3842 2020-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
3862 2020-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
3870 2020-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
3913 2020-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
3918 2020-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
3924 2020-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
3932 2020-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
3937 2020-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
3962 2020-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
3970 2020-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
3975 2020-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
3980 2020-05-12 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.base/jit-elf.exp: Fix string concat.
3983
3984 2020-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
3989 2020-05-12 Tom de Vries <tdevries@suse.de>
3990
3991 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
3992
3993 2020-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
3999 2020-05-12 Tom de Vries <tdevries@suse.de>
4000
4001 * gdb.fortran/complex.exp: Use with_test_prefix.
4002
4003 2020-05-12 Tom de Vries <tdevries@suse.de>
4004
4005 * gdb.trace/passcount.exp: Fix test-names.
4006
4007 2020-05-12 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4010
4011 2020-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
4017 2020-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
4025 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4026
4027 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4028
4029 2020-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
4039 2020-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
4044 2020-05-11 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4047
4048 2020-05-11 Keith Seitz <keiths@redhat.com>
4049
4050 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4051
4052 2020-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
4059 2020-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
4078 2020-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
4089 2020-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
4132 2020-05-09 Tom de Vries <tdevries@suse.de>
4133
4134 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4135
4136 2020-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
4141 2020-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
4146 2020-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
4152 2020-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
4157 2020-05-06 Tom de Vries <tdevries@suse.de>
4158
4159 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4160
4161 2020-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
4166 2020-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
4171 2020-05-06 Tom de Vries <tdevries@suse.de>
4172
4173 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4174 void.
4175
4176 2020-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
4184 2020-05-06 Tom de Vries <tdevries@suse.de>
4185
4186 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4187
4188 2020-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
4193 2020-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
4199 2020-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
4208 2020-05-02 Tom de Vries <tdevries@suse.de>
4209
4210 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4211
4212 2020-05-01 Tom de Vries <tdevries@suse.de>
4213
4214 * gdb.ada/operator_bp.exp: Allow more than required amount of
4215 breakpoint.
4216
4217 2020-05-01 Tom de Vries <tdevries@suse.de>
4218
4219 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4220
4221 2020-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
4229 2020-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
4234 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4235
4236 * gdb.base/break.exp: Use with_test_prefix.
4237
4238 2020-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
4244 2020-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
4250 2020-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
4257 2020-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
4263 2020-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
4268 2020-04-28 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4271
4272 2020-04-28 Tom de Vries <tdevries@suse.de>
4273
4274 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4275
4276 2020-04-28 Tom de Vries <tdevries@suse.de>
4277
4278 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4279
4280 2020-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
4285 2020-04-25 Tom de Vries <tdevries@suse.de>
4286
4287 * boards/debug-types.exp: New file.
4288
4289 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4292
4293 2020-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
4303 2020-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
4310 2020-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
4315 2020-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
4325 2020-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
4331 2020-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
4342 2020-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
4348 2020-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
4354 2020-04-24 Tom de Vries <tdevries@suse.de>
4355
4356 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4357
4358 2020-04-24 Tom de Vries <tdevries@suse.de>
4359
4360 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4361 flags.
4362
4363 2020-04-24 Tom de Vries <tdevries@suse.de>
4364
4365 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4366
4367 2020-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
4374 2020-04-23 Tom de Vries <tdevries@suse.de>
4375
4376 * gdb.base/decl-before-def.exp: Run to main and print a again.
4377
4378 2020-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
4384 2020-04-23 Tom de Vries <tdevries@suse.de>
4385
4386 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4387
4388 2020-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
4395 2020-04-22 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4398
4399 2020-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
4408 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4409
4410 * gdb.base: Rename all jit related test and source files.
4411
4412 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4413
4414 * gdb.base/jit-reader.exp: Relax register output check.
4415
4416 2020-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
4424 2020-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
4430 2020-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
4436 2020-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
4441 2020-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
4446 2020-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
4451 2020-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
4456 2020-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
4462 2020-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
4468 2020-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
4474 2020-04-20 Gary Benson <gbenson@redhat.com>
4475
4476 * gdb.cp/exception.cc: Fix compilation error with clang.
4477
4478 2020-04-20 Gary Benson <gbenson@redhat.com>
4479
4480 * gdb.trace/tspeed.c: Fix compilation error with clang.
4481
4482 2020-04-20 Gary Benson <gbenson@redhat.com>
4483
4484 * gdb.base/jit-main.c: Fix compilation error with clang.
4485
4486 2020-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
4492 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4493
4494 * gdb.base/fork-running-state.c: Include "signal.h".
4495
4496 2020-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
4505 2020-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
4513 2020-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
4518 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.base/many-completions.exp: New file.
4521
4522 2020-04-14 Tom de Vries <tdevries@suse.de>
4523
4524 PR symtab/25718
4525 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4526
4527 2020-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
4534 2020-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
4544 2020-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
4549 2020-04-10 Tom de Vries <tdevries@suse.de>
4550
4551 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4552 -readnow.
4553
4554 2020-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
4561 2020-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
4567 2020-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
4572 2020-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
4577 2020-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
4582 2020-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
4589 2020-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
4595 2020-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
4605 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4606
4607 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4608 function.
4609
4610 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * lib/dwarf.exp (function_range): Allow compiler options to be
4613 specified.
4614
4615 2020-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
4621 2020-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
4631 2020-04-02 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.base/main-psymtab.exp: New file.
4634
4635 2020-04-02 Tom de Vries <tdevries@suse.de>
4636
4637 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4638
4639 2020-04-01 Tom Tromey <tom@tromey.com>
4640
4641 * gdb.base/complex-parts.exp: Add type tests.
4642
4643 2020-04-01 Tom Tromey <tom@tromey.com>
4644
4645 * gdb.base/complex-parts.exp: Add arithmetic tests.
4646
4647 2020-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
4660 2020-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
4668 2020-04-01 Tom Tromey <tromey@adacore.com>
4669
4670 * gdb.rust/simple.rs (main): Remove "y0".
4671
4672 2020-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
4677 2020-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
4683 2020-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
4688 2020-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
4693 2020-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
4702 2020-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
4707 2020-03-20 Tom Tromey <tromey@adacore.com>
4708
4709 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4710
4711 2020-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
4716 2020-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
4722 2020-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
4727 2020-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
4734 2020-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
4739 2020-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
4744 2020-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
4750 2020-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
4755 2020-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
4760 2020-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
4765 2020-03-14 Tom Tromey <tom@tromey.com>
4766
4767 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
4768
4769 2020-03-14 Tom de Vries <tdevries@suse.de>
4770
4771 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
4772
4773 2020-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
4778 2020-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
4783 2020-03-14 Tom de Vries <tdevries@suse.de>
4784
4785 * gdb.base/printcmds.exp: Add missing quoting for "print
4786 teststring2".
4787
4788 2020-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
4795 2020-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
4802 2020-03-13 Tom de Vries <tdevries@suse.de>
4803
4804 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
4805
4806 2020-03-13 Tom de Vries <tdevries@suse.de>
4807
4808 * gdb.mi/mi-sym-info.exp: Make matching more precise.
4809
4810 2020-03-13 Tom de Vries <tdevries@suse.de>
4811
4812 PR symtab/25646
4813 * gdb.dwarf2/imported-unit.exp: Add test.
4814
4815 2020-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
4822 2020-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
4831 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
4832
4833 * gdb.base/break-interp.exp: Use foreach_with_prefix.
4834
4835 2020-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
4842 2020-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
4847 2020-03-12 Tom de Vries <tdevries@suse.de>
4848
4849 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
4850
4851 2020-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
4856 2020-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
4861 2020-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
4866 2020-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
4871 2020-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
4876 2020-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
4881 2020-03-11 Tom de Vries <tdevries@suse.de>
4882
4883 * gdb.ada/minsyms.exp: Set language to ada.
4884
4885 2020-03-11 Tom de Vries <tdevries@suse.de>
4886
4887 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
4888
4889 2020-03-11 Tom de Vries <tdevries@suse.de>
4890
4891 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
4892
4893 2020-03-11 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
4896
4897 2020-03-11 Tom de Vries <tdevries@suse.de>
4898
4899 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
4900
4901 2020-03-11 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.base/break-interp.exp: Limit verbose scope.
4904
4905 2020-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
4910 2020-03-11 Tom de Vries <tdevries@suse.de>
4911
4912 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
4913
4914 2020-03-11 Tom de Vries <tdevries@suse.de>
4915
4916 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
4917 symtabs.
4918
4919 2020-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
4931 2020-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
4936 2020-03-09 Tom de Vries <tdevries@suse.de>
4937
4938 * lib/gdb.exp (cached_file): Create cache dir.
4939
4940 2020-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
4945 2020-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
4950 2020-03-06 Tom de Vries <tdevries@suse.de>
4951
4952 * README: Fix "the the".
4953 * gdb.base/dprintf.exp: Same.
4954
4955 2020-03-05 Tom de Vries <tdevries@suse.de>
4956
4957 * gdb.base/maint.exp: Update "main print statistics" expected output.
4958
4959 2020-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
4969 2020-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
4974 2020-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
4979 2020-03-03 Tom de Vries <tdevries@suse.de>
4980
4981 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
4982
4983 2020-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
4988 2020-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
4993 2020-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
5001 2020-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
5006 2020-03-02 Pedro Alves <palves@redhat.com>
5007 Tom de Vries <tdevries@suse.de>
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
5017 2020-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
5022 2020-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
5027 2020-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
5032 2020-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
5041 2020-02-28 Luis Machado <luis.machado@linaro.org>
5042
5043 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5044
5045 2020-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
5055 2020-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
5060 2020-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
5066 2020-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
5072 2020-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
5078 2020-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
5083 2020-02-25 Tom de Vries <tdevries@suse.de>
5084
5085 PR go/18926
5086 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5087
5088 2020-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
5094 2020-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
5099 2020-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
5105 2020-02-22 Tom Tromey <tom@tromey.com>
5106
5107 * gdb.tui/new-layout.exp: Add sub-layout tests.
5108
5109 2020-02-22 Tom Tromey <tom@tromey.com>
5110
5111 * gdb.tui/new-layout.exp: New file.
5112
5113 2020-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
5122 2020-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
5131 2020-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
5136 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5137
5138 * lib/gdb.exp (gdb_wrapper_init): Reset
5139 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5140 not exist.
5141
5142 2020-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
5155 2020-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
5171 2020-02-19 Tom de Vries <tdevries@suse.de>
5172
5173 * gdb.python/lib-types.exp: Make xfail more strict.
5174
5175 2020-02-19 Tom de Vries <tdevries@suse.de>
5176
5177 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5178
5179 2020-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
5185 2020-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
5190 2020-02-19 Tom de Vries <tdevries@suse.de>
5191
5192 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5193
5194 2020-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
5199 2020-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
5205 2020-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
5210 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5211
5212 * gdb.base/printcmds.exp (test_print_enums): Update expected
5213 output.
5214
5215 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5216
5217 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5218 for "unknown".
5219
5220 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5221
5222 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5223 enumerator.
5224
5225 2020-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
5237 2020-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
5244 2020-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
5250 2020-02-13 Tom de Vries <tdevries@suse.de>
5251
5252 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5253
5254 2020-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
5259 2020-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
5264 2020-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
5271 2020-02-11 Tom de Vries <tdevries@suse.de>
5272
5273 PR testsuite/25488
5274 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5275
5276 2020-02-10 Tom de Vries <tdevries@suse.de>
5277
5278 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5279
5280 2020-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
5285 2020-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
5291 2020-02-07 Tom Tromey <tromey@adacore.com>
5292
5293 PR breakpoints/24915:
5294 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5295
5296 2020-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
5301 2020-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
5306 2020-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
5316 2020-02-04 Tom de Vries <tdevries@suse.de>
5317
5318 * README (Race detection): Add note.
5319
5320 2020-02-04 Tom de Vries <tdevries@suse.de>
5321
5322 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5323
5324 2020-02-04 Tom de Vries <tdevries@suse.de>
5325
5326 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5327
5328 2020-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
5340 2020-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
5345 2020-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
5350 2020-02-01 Tom de Vries <tdevries@suse.de>
5351
5352 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5353
5354 2020-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
5360 2020-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
5365 2020-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
5371 2020-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
5379 2020-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
5389 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5390
5391 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5392
5393 2020-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
5398 2020-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
5403 2020-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
5408 2020-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
5415 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 PR gdb/23718
5418 * gdb.server/server-kill-python.exp: New file.
5419
5420 2020-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
5425 2020-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
5430 2020-01-19 Tom Tromey <tom@tromey.com>
5431
5432 * gdb.tui/main.exp: Add check for plain "file".
5433
5434 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5435
5436 * lib/gdb.exp: Fix spelling error (seperatelly).
5437
5438 2020-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
5444 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5445
5446 * gdb.base/skip-inline.exp: Extend test.
5447
5448 2020-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
5454 2020-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
5459 2020-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
5464 2020-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
5471 2020-01-10 Pedro Alves <palves@redhat.com>
5472
5473 * gdb.server/bkpt-other-inferior.exp: New file.
5474
5475 2020-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
5497 2020-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
5504 2020-01-10 Pedro Alves <palves@redhat.com>
5505
5506 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5507 disconnect before reconnecting.
5508
5509 2020-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
5515 2020-01-10 Pedro Alves <palves@redhat.com>
5516
5517 * gdb.base/remote-exec-file.exp: New file.
5518
5519 2020-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
5528 2020-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
5539 2020-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
5548 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5549
5550 * gdb.tui/basic.exp: Add more scrolling tests.
5551
5552 2020-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
5560 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5561
5562 * gdb.tui/tui-layout-asm.exp: New file.
5563
5564 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5565
5566 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5567
5568 2020-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
5573 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5574
5575 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5576 called.
5577
5578 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5579
5580 * gdb.base/skip.exp: Fix race condition in test.
5581
5582 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * gdb.base/backtrace.c: New file.
5585 * gdb.base/backtrace.exp: New file.
5586
5587 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5590
5591 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5592
5593 * gdb.base/style.exp: Test that warnings are styled.
5594
5595 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5596
5597 * gdb.base/line65535.exp: New file.
5598 * gdb.base/line65535.c: New file.
5599
5600 2019-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
5608 2019-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
5613 2019-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
5618 2019-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
5626 2019-12-20 Tom Tromey <tom@tromey.com>
5627
5628 * gdb.tui/list-before.exp: New file.
5629
5630 2019-12-20 Tom Tromey <tom@tromey.com>
5631
5632 * gdb.tui/list.exp: Check for source on initial listing.
5633
5634 2019-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
5639 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5640
5641 * gdb.base/default.exp: Update value of $_gdb_major.
5642
5643 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5644
5645 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5646
5647 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5648
5649 * gdb.base/skip.exp: Whitespace fix.
5650
5651 2019-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
5656 2019-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
5678 2019-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
5684 2019-12-11 Tom Tromey <tom@tromey.com>
5685
5686 * gdb.tui/resize.exp: Update.
5687 * gdb.tui/empty.exp (layouts): Update.
5688
5689 2019-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
5696 2019-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
5701 2019-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
5706 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5707
5708 * lib/gdb.exp (support_nested_function_tests): New proc.
5709
5710 2019-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.
5715
5716 2019-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
5724 2019-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
5733 2019-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
5740 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5741
5742 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
5743 modules.
5744
5745 2019-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
5750 2019-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
5757 2019-12-08 Tom de Vries <tdevries@suse.de>
5758
5759 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
5760
5761 2019-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
5768 2019-12-06 Tom de Vries <tdevries@suse.de>
5769
5770 * gdb.dwarf2/varval.exp: Add decl before def test.
5771
5772 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5773
5774 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
5775
5776 2019-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
5782 2019-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
5787 2019-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
5794 2019-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
5802 2019-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
5808 2019-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
5815 2019-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
5821 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
5824
5825 2019-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
5830 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
5833
5834 2019-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
5842 2019-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
5848 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5849
5850 * gdb.base/define-prefix.exp: New file.
5851
5852 2019-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
5858 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
5859
5860 * gdb.fortran/info-modules.exp: Compile source files in correct
5861 order.
5862
5863 2019-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
5868 2019-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
5874 2019-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
5880 2019-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
5885 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
5886
5887 * gdb.base/endianity.c: New test.
5888 * gdb.base/endianity.exp: New file.
5889
5890 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
5891
5892 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
5893
5894 2019-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
5899 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
5900
5901 * gdb.python/py-progspace.exp: Add missing parentheses on some
5902 'print' commands.
5903
5904 2019-11-19 Tom Tromey <tom@tromey.com>
5905
5906 * gdb.tui/winheight.exp: New file.
5907
5908 2019-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
5914 2019-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
5919 2019-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
5927 2019-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
5932 2019-11-14 Tom Tromey <tromey@adacore.com>
5933
5934 * gdb.base/gdbvars.exp (test_convenience_variables): Add
5935 regression tests.
5936
5937 2019-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
5951 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
5952
5953 * gdb.python/py-symbol.exp: Add test for
5954 gdb.lookup_static_symbols.
5955
5956 2019-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
5964 2019-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
6009 2019-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
6028 2019-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
6035 2019-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
6044 2019-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
6051 2019-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
6061 2019-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
6097 2019-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
6128 2019-10-30 Tom de Vries <tdevries@suse.de>
6129
6130 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6131
6132 2019-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
6144 2019-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
6154 2019-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
6161 2019-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
6166 2019-10-23 Tom Tromey <tom@tromey.com>
6167
6168 * configure: Rebuild.
6169 * aclocal.m4: Use m4_include, not sinclude.
6170
6171 2019-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
6180 2019-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
6185 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6186
6187 * gdb.fortran/module.exp: Extend with 'info variables' test.
6188
6189 2019-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
6194 2019-10-16 Tom de Vries <tdevries@suse.de>
6195
6196 PR tdep/25096
6197 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6198
6199 2019-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
6205 2019-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
6210 2019-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
6215 2019-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
6220 2019-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
6232 2019-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
6240 2019-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
6246 2019-10-09 Tom de Vries <tdevries@suse.de>
6247
6248 PR testsuite/25048
6249 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6250
6251 2019-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
6256 2019-10-07 Tom de Vries <tdevries@suse.de>
6257
6258 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6259
6260 2019-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
6265 2019-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
6275 2019-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
6280 2019-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
6287 2019-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
6292 2019-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
6302 2019-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
6308 2019-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
6320 2019-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
6325 2019-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
6341 2019-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
6346 2019-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
6352 2019-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
6358 2019-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
6367 2019-10-02 Tom Tromey <tromey@adacore.com>
6368
6369 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6370
6371 2019-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
6397 2019-10-01 Tom Tromey <tom@tromey.com>
6398
6399 * gdb.base/style.exp: Test "show logging filename".
6400
6401 2019-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
6406 2019-10-01 Tom Tromey <tom@tromey.com>
6407
6408 * gdb.base/style.exp: Test "pwd".
6409
6410 2019-10-01 Tom Tromey <tom@tromey.com>
6411
6412 * gdb.base/style.exp: Update tests.
6413
6414 2019-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
6423 2019-09-30 Tom Tromey <tromey@adacore.com>
6424
6425 * gdb.rust/traits.rs: Disable all warnings.
6426
6427 2019-09-29 Tom de Vries <tdevries@suse.de>
6428
6429 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6430
6431 2019-09-29 Tom de Vries <tdevries@suse.de>
6432
6433 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6434
6435 2019-09-27 Tom de Vries <tdevries@suse.de>
6436
6437 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6438
6439 2019-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
6444 2019-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
6451 2019-09-24 Tom de Vries <tdevries@suse.de>
6452
6453 PR gdb/24598
6454 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6455
6456 2019-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
6461 2019-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
6490 2019-09-19 Tom de Vries <tdevries@suse.de>
6491
6492 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6493
6494 2019-09-19 Tom de Vries <tdevries@suse.de>
6495
6496 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6497
6498 2019-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
6506 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 * gdb.base/source-dir.exp: Avoid having directory names in test
6509 names.
6510
6511 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6514 directory.
6515
6516 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.base/list-missing-source.exp: New file.
6519
6520 2019-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
6526 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * gdb.base/maint.exp: Use exec_has_index_section.
6529
6530 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6531
6532 * gdb.base/maint.exp: Add test for 'maint info sections'.
6533
6534 2019-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
6539 2019-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
6545 2019-09-10 Tom Tromey <tromey@adacore.com>
6546
6547 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6548
6549 2019-09-10 Tom Tromey <tromey@adacore.com>
6550
6551 * gdb.ada/dgopt.exp: New file.
6552 * gdb.ada/dgopt/x.adb: New file.
6553
6554 2019-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
6560 2019-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
6566 2019-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
6572 2019-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
6577 2019-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
6585 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6586
6587 * gdb.base/argv0-symlink.exp: Run only on native target
6588 and local host.
6589
6590 2019-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
6596 2019-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
6601 2019-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
6606 2019-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
6612 2019-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
6621 2019-08-26 Tom de Vries <tdevries@suse.de>
6622
6623 PR c++/24852
6624 * gdb.cp/no-libstdcxx-probe.exp: New test.
6625
6626 2019-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
6634 2019-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
6639 2019-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
6644 2019-08-21 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.base/with.exp: Test "with" with no arguments.
6647
6648 2019-08-21 Tom de Vries <tdevries@suse.de>
6649
6650 * gdb.base/gdb-caching-proc.exp: Sort files.
6651
6652 2019-08-20 Tom de Vries <tdevries@suse.de>
6653
6654 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6655 compilation.
6656
6657 2019-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
6662 2019-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
6668 2019-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
6673 2019-08-15 Tom Tromey <tom@tromey.com>
6674
6675 * gdb.tui/empty.exp: Enable resizing tests.
6676
6677 2019-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
6685 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6686
6687 * gdb.python/python.exp: Expect a leading underscore on
6688 GdbOutput{,Error}File.
6689
6690 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6691
6692 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6693 Windows host.
6694
6695 2019-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
6700 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6701
6702 * lib/gdb.exp: When running on a mingw target, replace
6703 /x/ with x:/.
6704
6705 2019-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
6710 2019-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
6715 2019-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
6743 2019-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
6749 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
6750
6751 * gdb.linespec/break-ask.exp: Generalize regexps to match
6752 Windows pathnames too.
6753
6754 2019-08-08 Tom de Vries <tdevries@suse.de>
6755
6756 PR testsuite/24862
6757 * lib/tuiterm.exp (_accept): Fix CSI regexp.
6758
6759 2019-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
6764 2019-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
6770 2019-08-05 Christian Biesinger <cbiesinger@google.com>
6771
6772 * gdb.python/py-block.exp: Test dictionary access on blocks.
6773
6774 2019-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
6781 2019-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
6789 2019-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
6797 2019-08-05 Tom de Vries <tdevries@suse.de>
6798
6799 * lib/gdb.exp (tcl_version_at_least): Fix typo.
6800
6801 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
6802
6803 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
6804
6805 2019-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
6812 2019-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
6818 2019-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
6824 2019-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
6830 2019-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
6837 2019-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
6843 2019-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
6848 2019-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
6855 2019-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
6861 2019-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
6866 2019-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
6872 2019-07-29 Christian Biesinger <cbiesinger@google.com>
6873
6874 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
6875
6876 2019-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
6882 2019-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
6887 2019-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
6901 2019-07-29 Tom de Vries <tdevries@suse.de>
6902
6903 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
6904 no arguments".
6905
6906 2019-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
6911 2019-07-29 Tom de Vries <tdevries@suse.de>
6912
6913 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
6914 with ".*".
6915
6916 2019-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
6921 2019-07-29 Tom de Vries <tdevries@suse.de>
6922
6923 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
6924 print registers" regexps.
6925
6926 2019-07-29 Tom de Vries <tdevries@suse.de>
6927
6928 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
6929
6930 2019-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
6937 2019-07-27 Tom Tromey <tom@tromey.com>
6938
6939 * gdb.tui/main.exp: New file.
6940
6941 2019-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
6947 2019-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
6953 2019-07-27 Tom Tromey <tom@tromey.com>
6954
6955 * gdb.tui/list.exp: New file.
6956
6957 2019-07-27 Tom Tromey <tom@tromey.com>
6958
6959 * gdb.tui/regs.exp: New file.
6960
6961 2019-07-27 Tom Tromey <tom@tromey.com>
6962
6963 * gdb.tui/basic.exp: Add "layout split" test.
6964
6965 2019-07-27 Tom Tromey <tom@tromey.com>
6966
6967 * gdb.tui/basic.exp: Add "layout asm" test.
6968
6969 2019-07-27 Tom Tromey <tom@tromey.com>
6970
6971 * lib/tuiterm.exp: New file.
6972 * gdb.tui/basic.exp: New file.
6973
6974 2019-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
6980 2019-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
6995 2019-07-26 Tom de Vries <tdevries@suse.de>
6996
6997 * gdb.arch/i386-pkru.exp: Fix unterminated string.
6998
6999 2019-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
7008 2019-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
7015 2019-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
7021 2019-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
7026 2019-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
7031 2019-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
7037 2019-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
7042 2019-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
7048 2019-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
7054 2019-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
7059 2019-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
7064 2019-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
7069 2019-07-14 Tom de Vries <tdevries@suse.de>
7070
7071 PR testsuite/24760
7072 * gdb.objc/basicclass.exp: Fix unterminated string.
7073
7074 2019-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
7085 2019-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
7091 2019-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
7102 2019-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
7107 2019-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
7117 2019-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
7124 2019-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
7130 2019-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
7135 2019-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
7141 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7142
7143 PR breakpoints/25011
7144 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7145
7146 2019-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
7152 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7153
7154 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7155
7156 2019-07-03 Pedro Alves <palves@redhat.com>
7157
7158 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7159 "return -code".
7160
7161 2019-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
7167 2019-07-03 Pedro Alves <palves@redhat.com>
7168
7169 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7170 string_to_regexp.
7171
7172 2019-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
7182 2019-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
7188 2019-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
7193 2019-07-03 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.base/with.c: New file.
7196 * gdb.base/with.exp: New file.
7197
7198 2019-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
7205 2019-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
7210 2019-07-02 Pedro Alves <palves@redhat.com>
7211
7212 * gdb.base/options.exp (test-info-threads): New procedure.
7213 (top level): Call it.
7214
7215 2019-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
7220 2019-06-27 Tom Tromey <tromey@adacore.com>
7221
7222 PR c++/20020:
7223 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7224
7225 2019-06-26 Tom de Vries <tdevries@suse.de>
7226
7227 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7228
7229 2019-06-26 Tom de Vries <tdevries@suse.de>
7230
7231 * gdb.base/index-cache.exp: Add back missing debug option.
7232
7233 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7234
7235 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7236
7237 2019-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
7242 2019-06-24 Tom de Vries <tdevries@suse.de>
7243
7244 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7245
7246 2019-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
7252 2019-06-24 Tom de Vries <tdevries@suse.de>
7253
7254 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7255
7256 2019-06-21 Tom de Vries <tdevries@suse.de>
7257
7258 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7259
7260 2019-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
7267 2019-06-19 Tom Tromey <tromey@adacore.com>
7268
7269 * gdb.ada/length_cond.exp: Add intro comment.
7270
7271 2019-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
7278 2019-06-18 Tom de Vries <tdevries@suse.de>
7279
7280 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7281
7282 2019-06-18 Tom Tromey <tromey@adacore.com>
7283
7284 * gdb.base/list0.h: Add comment explaining control character.
7285
7286 2019-06-18 Tom de Vries <tdevries@suse.de>
7287
7288 * boards/fission.exp: Break up long debug_flags line.
7289
7290 2019-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
7296 2019-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
7302 2019-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
7310 2019-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
7320 2019-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
7327 2019-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
7333 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/style-logging.exp: Remove path from test name.
7336
7337 2019-06-14 Tom Tromey <tromey@adacore.com>
7338
7339 PR gdb/24502:
7340 * gdb.base/style-logging.exp: New file.
7341
7342 2019-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
7347 2019-06-14 Tom Tromey <tromey@adacore.com>
7348
7349 * gdb.base/annotate-symlink.exp: New file.
7350
7351 2019-06-14 Tom Tromey <tromey@adacore.com>
7352
7353 * gdb.ada/set_wstr.exp: Add reassignment test.
7354
7355 2019-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
7360 2019-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
7367 2019-06-13 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/settings.exp (test-integer): Test junk after
7370 "unlimited".
7371
7372 2019-06-13 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.base/options.exp (test-thread-apply): New.
7375 (top level): Call it.
7376
7377 2019-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
7383 2019-06-13 Pedro Alves <palves@redhat.com>
7384
7385 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
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
7390 2019-06-13 Pedro Alves <palves@redhat.com>
7391
7392 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7393
7394 2019-06-13 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.base/options.exp (test-backtrace): New.
7397 (top level): Call it.
7398
7399 2019-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
7405 2019-06-13 Pedro Alves <palves@redhat.com>
7406
7407 * gdb.compile/compile.exp: Adjust expected output to option
7408 processing changes.
7409
7410 2019-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
7417 2019-06-13 Pedro Alves <palves@redhat.com>
7418
7419 * gdb.base/options.c: New file.
7420 * gdb.base/options.exp: New file.
7421
7422 2019-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
7427 2019-06-13 Pedro Alves <palves@redhat.com>
7428
7429 * gdb.base/settings.c: New file.
7430 * gdb.base/settings.exp: New file.
7431
7432 2019-06-13 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/completion.exp: Fix comment typo.
7435
7436 2019-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
7441 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7442
7443 * gdb.fortran/block-data.f: New.
7444 * gdb.fortran/block-data.exp: New.
7445
7446 2019-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
7452 2019-06-11 Tom de Vries <tdevries@suse.de>
7453
7454 PR testsuite/24521
7455 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7456
7457 2019-06-11 Tom de Vries <tdevries@suse.de>
7458
7459 * boards/readnow.exp: New file.
7460
7461 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.fortran/vla-sizeof.exp: Update expected results.
7464
7465 2019-06-06 Amos Bird <amosbird@gmail.com>
7466
7467 * gdb.base/annota1.exp (thread_switch): Add test for
7468 thread-exited annotation.
7469
7470 2019-06-06 Tom Tromey <tromey@adacore.com>
7471
7472 * gdb.base/maint.exp: Expect command started/finished output.
7473
7474 2019-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
7480 2019-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
7487 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7488
7489 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7490
7491 2019-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
7506 2019-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
7512 2019-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
7517 2019-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
7523 2019-05-29 Tom Tromey <tromey@adacore.com>
7524
7525 * gdb.base/finish.exp (finish_no_print): New proc.
7526 (finish_tests): Call it.
7527
7528 2019-05-24 Tom de Vries <tdevries@suse.de>
7529
7530 * gdb.dwarf2/gdb-add-index.exp: New file.
7531
7532 2019-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
7538 2019-05-22 Tom de Vries <tdevries@suse.de>
7539
7540 * gdb.base/align.exp: Require c++11.
7541
7542 2019-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
7548 2019-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
7553 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7554
7555 * README (Re-running Tests Outside The Testsuite): New section.
7556
7557 2019-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
7566 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7567
7568 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7569
7570 2019-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
7580 2019-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
7586 2019-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
7595 2019-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
7603 2019-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
7621 2019-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
7644 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7645
7646 * Makefile.in: Pass through GDB_DEBUG.
7647 * README (Testsuite Parameters): Add GDB_DEBUG.
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.
7652
7653 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7654
7655 * Makefile.in: Pass through GDB_DEBUG.
7656 * README (Testsuite Parameters): Add GDB_DEBUG.
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.
7661
7662 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7663
7664 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7665
7666 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7667
7668 * gdb.base/ui-redirect.exp: Test redirection.
7669
7670 2019-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
7675 2019-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
7680 2019-05-14 Tom Tromey <tromey@adacore.com>
7681
7682 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7683 styling test.
7684
7685 2019-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
7690 2019-05-10 Tom Tromey <tromey@adacore.com>
7691
7692 * gdb.ada/info_exc.exp: Add "complete" test.
7693
7694 2019-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
7699 2019-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
7704 2019-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
7712 2019-05-08 Tom Tromey <tromey@adacore.com>
7713
7714 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7715
7716 2019-05-08 Tom Tromey <tromey@adacore.com>
7717
7718 * gdb.base/ptype-offsets.exp: Update tests.
7719
7720 2019-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
7727 2019-05-08 Tom Tromey <tromey@adacore.com>
7728
7729 * gdb.ada/vla.exp: New file.
7730 * gdb.ada/vla/vla.adb: New file.
7731
7732 2019-05-07 Tom de Vries <tdevries@suse.de>
7733
7734 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7735
7736 2019-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
7742 2019-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
7748 2019-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
7753 2019-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
7759 2019-05-04 Tom de Vries <tdevries@suse.de>
7760
7761 * boards/cc-with-debug-names.exp: New file.
7762
7763 2019-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
7769 2019-05-03 Tom de Vries <tdevries@suse.de>
7770
7771 * boards/cc-with-gdb-index.exp: New file.
7772
7773 2019-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
7779 2019-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
7787 2019-05-01 Tom Tromey <tromey@adacore.com>
7788
7789 * gdb.ada/packed_array_assign.exp: Add packed assignment
7790 regression test.
7791
7792 2019-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
7796 2019-05-01 Tom de Vries <tdevries@suse.de>
7797
7798 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
7799
7800 2019-04-30 Ali Tamur <tamur@google.com>
7801
7802 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
7803
7804 2019-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
7813 2019-04-30 Tom Tromey <tromey@adacore.com>
7814
7815 PR c++/24470:
7816 * gdb.cp/temargs.cc: Add test code from PR.
7817
7818 2019-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
7825 2019-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
7832 2019-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
7837 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7838
7839 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
7840 case void string.
7841
7842 2019-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
7849 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
7850
7851 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
7852 MODULO, CMPLX.
7853
7854 2019-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
7872 2019-04-29 Tom de Vries <tdevries@suse.de>
7873
7874 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
7875
7876 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7877
7878 * gdb.base/callexit.exp: Test may-call-functions off.
7879
7880 2019-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
7889 2019-04-25 Ali Tamur <tamur@google.com>
7890
7891 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
7892
7893 2019-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
7899 2019-04-25 Alan Hayward <alan.hayward@arm.com>
7900
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
7907
7908 2019-04-24 Tom Tromey <tromey@adacore.com>
7909
7910 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
7911 Rust.
7912
7913 2019-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
7920 2019-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
7925 2019-04-23 Tom de Vries <tdevries@suse.de>
7926
7927 PR gdb/24433
7928 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
7929
7930 2019-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
7945 2019-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
7950 2019-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
7955 2019-04-19 Tom Tromey <tromey@adacore.com>
7956
7957 PR symtab/24423:
7958 * gdb.base/list0.h (foo): Add a control-l character.
7959
7960 2019-04-18 Tom de Vries <tdevries@suse.de>
7961
7962 PR gdb/24433
7963 * boards/local-board.exp: Set sysroot to "".
7964
7965 2019-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
7974 2019-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
7979 2019-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
7986 2019-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
7991 2019-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
7997 2019-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
8002 2019-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
8007 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8008
8009 * gdb.python/py-thrhandle.exp: Add tests for
8010 gdb.InferiorThread.handle.
8011
8012 2019-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
8018 2019-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
8023 2019-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
8030 2019-03-30 Simon Marchi <simark@simark.ca>
8031
8032 * gdb.base/default.exp: Add values for $_gdb_major and
8033 $_gdb_minor.
8034
8035 2019-03-29 Tom Tromey <tromey@adacore.com>
8036
8037 * gdb.base/help.exp: Tighten apropos regexp.
8038
8039 2019-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
8044 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8045
8046 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8047
8048 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8049
8050 * gdb.multi/hello.c (main): Increase alarm timer.
8051
8052 2019-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
8057 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8058 Pedro Alves <palves@redhat.com>
8059
8060 * boards/local-board.exp: set sysroot to /.
8061
8062 2019-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
8067 2019-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
8076 2019-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
8083 2019-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
8089 2019-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
8094 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8095
8096 PR testsuite/25016
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
8102 2019-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
8107 2019-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
8115 2019-03-14 Tom Tromey <tromey@adacore.com>
8116
8117 * gdb.base/style.exp: Add "set style sources" test.
8118
8119 2019-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
8127 2019-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
8137 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8138
8139 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8140
8141 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8142
8143 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8144
8145 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8146
8147 * gdb.fortran/type-kinds.exp: Update expected results.
8148
8149 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8150
8151 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8152
8153 2019-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
8160 2019-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
8166 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8167
8168 * gdb.fortran/dot-ops.exp: New file.
8169
8170 2019-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
8175 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8176
8177 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8178 Remove duplicate tests.
8179
8180 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8181
8182 * lib/gdb.exp (builtin_cd): rename of cd.
8183 (cd): Override builtin.
8184
8185 2019-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
8190 2019-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
8197 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8198
8199 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8200 failure.
8201
8202 2019-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
8208 2019-02-27 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/page.exp: Add tests for "set width/height -1".
8211
8212 2019-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
8217 2019-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
8224 2019-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
8229 2019-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
8234 2019-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
8239 2019-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
8247 2019-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
8253 2019-02-20 Tom Tromey <tom@tromey.com>
8254
8255 * gdb.base/info_qt.exp: Update.
8256
8257 2019-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
8266 2019-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
8272 2019-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
8277 2019-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
8283 2019-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
8291 2019-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
8297 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8298
8299 * gdb.ada/mi_ref_changeable: New testcase.
8300
8301 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8302
8303 * gdb.base/attach.exp: Add double attach test.
8304
8305 2019-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
8311 2019-01-27 Tom Tromey <tom@tromey.com>
8312
8313 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8314 skip_python_tests.
8315
8316 2019-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
8346 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8347 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8348
8349 2019-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
8358 2019-01-16 Keith Seitz <keiths@redhat.com>
8359
8360 PR gdb/23773
8361 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8362
8363 2019-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
8372 2019-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
8377 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8378
8379 * gdb.base/style.exp: Don't include path in testname.
8380
8381 2019-01-10 Keith Seitz <keiths@redhat.com>
8382
8383 PR gdb/23712
8384 PR symtab/23010
8385 * gdb.dwarf2/multidictionary.exp: New file.
8386
8387 2019-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
8396 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8397
8398 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8399 case.
8400
8401 2019-01-06 Tom Tromey <tom@tromey.com>
8402
8403 PR gdb/28155:
8404 * gdb.dwarf2/typedef-void-finish.exp: New file.
8405
8406 2018-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
8413 2018-12-28 Tom Tromey <tom@tromey.com>
8414
8415 * gdb.base/style.exp: Update test to check for address styling.
8416
8417 2018-12-28 Tom Tromey <tom@tromey.com>
8418
8419 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8420 message.
8421
8422 2018-12-28 Tom Tromey <tom@tromey.com>
8423
8424 * gdb.base/style.exp: Add test for version number styling.
8425
8426 2018-12-28 Tom Tromey <tom@tromey.com>
8427
8428 * gdb.base/style.exp: Add test for print_address_symbolic.
8429
8430 2018-12-28 Tom Tromey <tom@tromey.com>
8431
8432 * gdb.base/style.exp: Add test for breakpoint setting.
8433
8434 2018-12-28 Tom Tromey <tom@tromey.com>
8435
8436 * gdb.base/style.exp: Add test for variable names.
8437
8438 2018-12-28 Tom Tromey <tom@tromey.com>
8439
8440 * gdb.base/style.exp: New file.
8441 * gdb.base/style.c: New file.
8442
8443 2018-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
8450 2018-12-27 Tom Tromey <tom@tromey.com>
8451
8452 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8453 pagination test.
8454
8455 2018-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
8460 2018-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
8466 2018-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
8479 2018-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
8484 2018-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
8489 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8490
8491 * gdb.base/annota1.exp: Update a test regexp.
8492
8493 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8494
8495 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8496
8497 2018-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
8506 2018-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
8512 2018-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
8519 2018-12-01 Tom de Vries <tdevries@suse.de>
8520
8521 * gdb.base/gdb-caching-proc.exp: New file.
8522
8523 2018-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
8537 2018-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
8543 2018-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
8548 2018-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
8555 2018-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
8560 2018-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
8565 2018-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
8571 2018-11-19 Tom Tromey <tom@tromey.com>
8572
8573 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8574
8575 2018-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
8581 2018-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
8588 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8589
8590 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8591 completer tests.
8592
8593 2018-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
8599 2018-11-08 Tom Tromey <tom@tromey.com>
8600
8601 PR gdb/23555:
8602 PR gdb/23838:
8603 * gdb.base/warning.exp: New file.
8604
8605 2018-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
8610 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8611
8612 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8613 point hardware.
8614
8615 2018-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
8620 2018-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
8625 2018-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
8630 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8631
8632 * gdb.ada/watch_minus_l: New testcase.
8633
8634 2018-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
8639 2018-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
8644 2018-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
8652 2018-10-31 Tom de Vries <tdevries@suse.de>
8653
8654 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8655
8656 2018-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
8661 2018-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
8666 2018-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
8671 2018-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
8676 2018-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
8681 2018-10-25 Tom de Vries <tdevries@suse.de>
8682
8683 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8684
8685 2018-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
8690 2018-10-24 Tom de Vries <tdevries@suse.de>
8691
8692 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8693
8694 2018-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
8699 2018-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
8704 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8705
8706 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8707
8708 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8709
8710 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8711
8712 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8713
8714 * gdb.cp/ovldbreak.exp: Fix regexps.
8715
8716 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8717
8718 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8719
8720 2018-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
8726 2018-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
8738 2018-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
8745 2018-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
8781 2018-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
8788 2018-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
8793 2018-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
8799 2018-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
8804 2018-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
8810 2018-10-06 Tom Tromey <tom@tromey.com>
8811
8812 PR python/19399:
8813 * gdb.python/py-inferior.exp: Add architecture test.
8814
8815 2018-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
8820 2018-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
8825 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
8826
8827 * gdb.base/info-proc.exp: Update string expected from "help info
8828 proc".
8829
8830 2018-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
8837 2018-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
8865 2018-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
8872 2018-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
8878 2018-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
8885 2018-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
8890 2018-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
8896 2018-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
8901 2018-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
8906 2018-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
8912 2018-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
8919 2018-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
8925 2018-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
8931 2018-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
8937 2018-09-23 Tom Tromey <tom@tromey.com>
8938
8939 PR python/14062:
8940 * gdb.python/python.exp: Add test for post_event error.
8941
8942 2018-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
8948 2018-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
8954 2018-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
8960 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
8961
8962 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
8963
8964 2018-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
8974 2018-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
8981 2018-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
8986 2018-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
8991 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
8992
8993 * gdb.ada/complete.exp: Expect for "@" when doing "complete
8994 break ada".
8995
8996 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
8997
8998 PR python/23669
8999 * gdb.python/python.exp: Test gdb.execute("show commands").
9000
9001 2018-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
9006 2018-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
9020 2018-09-13 Tom Tromey <tom@tromey.com>
9021
9022 * Makefile.in (TAGS): Recognize proc_with_prefix and
9023 gdb_caching_proc.
9024
9025 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9026
9027 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9028 method.
9029
9030 2018-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
9036 2018-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
9041 2018-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
9048 2018-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
9054 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9055
9056 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9057 object.
9058
9059 2018-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
9070 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9073
9074 2018-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
9079 2018-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
9086 2018-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
9093 2018-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
9100 2018-09-08 Tom Tromey <tom@tromey.com>
9101
9102 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9103
9104 2018-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
9114 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9115
9116 * gdb.ada/expr_with_funcall: New testcase.
9117
9118 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9119
9120 * gdb.ada/packed_array_assign: New testcase.
9121
9122 2018-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
9127 2018-09-05 Tom de Vries <tdevries@suse.de>
9128
9129 * gdb.dwarf2/varval.exp: Add test.
9130
9131 2018-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
9136 2018-08-31 Tom Tromey <tom@tromey.com>
9137
9138 * gdb.rust/simple.rs: Rename second variable "v".
9139
9140 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9141
9142 * gdb.base/funcargs.c (use_a): New function.
9143 (recurse): Call use_a.
9144
9145 2018-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
9170 2018-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
9177 2018-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
9222 2018-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
9227 2018-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
9232 2018-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
9238 2018-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
9247 2018-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
9253 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9254
9255 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9256 * gdb.dwarf2/varval.c: New file.
9257 * gdb.dwarf2/varval.exp: New file.
9258
9259 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9260
9261 PR gdb/18931
9262 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9263
9264 2018-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
9269 2018-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
9275 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9276
9277 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9278
9279 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9280
9281 * gdb.base/vla-optimized-out.exp: Add new test.
9282
9283 2018-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
9290 2018-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
9296 2018-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
9301 2018-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
9308 2018-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
9313 2018-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
9319 2018-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
9325 2018-08-04 Tom de Vries <tdevries@suse.de>
9326
9327 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9328
9329 2018-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
9335 2018-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
9341 2018-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
9346 2018-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
9352 2018-07-28 Tom de Vries <tdevries@suse.de>
9353
9354 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9355
9356 2018-07-26 Tom de Vries <tdevries@suse.de>
9357
9358 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9359
9360 2018-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
9365 2018-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
9371 2018-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
9376 2018-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
9381 2018-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
9387 2018-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
9392 2018-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
9397 2018-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
9403 2018-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
9408 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9409
9410 * gdb.base/frameapply.c: New file.
9411 * gdb.base/frameapply.exp: New file.
9412
9413 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9414
9415 * gdb.base/skip.exp: Update expected error message.
9416
9417 2018-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
9437 2018-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
9446 2018-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
9451 2018-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
9457 2018-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
9462 2018-07-04 Tom de Vries <tdevries@suse.de>
9463
9464 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9465
9466 2018-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
9472 2018-06-29 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.threads/names.exp: Adjust expected "info threads" output.
9475
9476 2018-06-29 Pedro Alves <palves@redhat.com>
9477
9478 * gdb.opt/inline-break.exp (line number, address): Add "info
9479 break" tests.
9480
9481 2018-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
9487 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9488
9489 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9490
9491 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9492
9493 * lib/compiler.c: Remove executable permission flag.
9494
9495 2018-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
9501 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9502
9503 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9504
9505 2018-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
9510 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9511
9512 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9513
9514 2018-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
9520 2018-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
9526 2018-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
9531 2018-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
9536 2018-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
9543 2018-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
9548 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9549
9550 * configure.ac: Remove AC_PREREQ.
9551 * configure: Re-generate.
9552
9553 2018-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
9561 2018-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
9567 2018-06-18 Tom de Vries <tdevries@suse.de>
9568
9569 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9570
9571 2018-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
9578 2018-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
9587 2018-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
9593 2018-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
9598 2018-06-14 Pedro Alves <palves@redhat.com>
9599
9600 * lib/selftest-support.exp (selftest_setup): Remove inlined
9601 function handling.
9602
9603 2018-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
9608 2018-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
9615 2018-06-12 Tom de Vries <tdevries@suse.de>
9616
9617 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9618
9619 2018-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
9626 2018-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
9631 2018-06-05 Tom Tromey <tom@tromey.com>
9632
9633 * gdb.base/default.exp: Update expected "show version" output.
9634
9635 2018-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
9643 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9644
9645 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9646
9647 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9648
9649 * gdb.ada/bp_fun_addr: New testcase.
9650
9651 2018-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
9660 2018-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
9665 2018-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
9672 2018-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
9681 2018-05-23 Tom Tromey <tom@tromey.com>
9682
9683 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9684
9685 2018-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
9693 2018-05-23 Tom Tromey <tom@tromey.com>
9694
9695 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9696
9697 2018-05-23 Tom Tromey <tom@tromey.com>
9698
9699 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9700 (test_short_complaints): Update.
9701
9702 2018-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
9708 2018-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
9715 2018-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
9721 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9722
9723 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9724
9725 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9726
9727 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9728
9729 2018-05-18 Tom Tromey <tom@tromey.com>
9730
9731 * gdb.base/ptype-offsets.exp: Update.
9732
9733 2018-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
9748 2018-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
9754 2018-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
9759 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9760
9761 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
9762
9763 2018-05-04 Tom Tromey <tom@tromey.com>
9764
9765 PR python/22730:
9766 * gdb.python/python.exp: Test multi-line execute.
9767
9768 2018-05-04 Tom Tromey <tom@tromey.com>
9769
9770 PR python/22731:
9771 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
9772
9773 2018-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
9780 2018-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
9787 2018-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
9793 2018-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
9799 2018-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
9804 2018-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
9809 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
9810
9811 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
9812 filter pattern.
9813
9814 2018-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
9820 2018-05-02 Tom Tromey <tom@tromey.com>
9821
9822 * gdb.python/py-parameter.exp: Set test message.
9823
9824 2018-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
9830 2018-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
9836 2018-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
9841 2018-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
9850 2018-04-27 Tom Tromey <tom@tromey.com>
9851
9852 PR rust/22545:
9853 * gdb.rust/simple.exp: Add inclusive range tests.
9854
9855 2018-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
9861 2018-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
9874 2018-04-26 Pedro Alves <palves@redhat.com>
9875
9876 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
9877 return type" warnings.
9878
9879 2018-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
9886 2018-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
9912 2018-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
9917 2018-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
9924 2018-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
9929 2018-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
9935 2018-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
9941 2018-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
9952 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
9953
9954 * gdb.btrace/cpu.exp: New.
9955
9956 2018-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
9963 2018-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
9968 2018-04-11 Tom Tromey <tom@tromey.com>
9969
9970 * gdb.rust/simple.exp: Add test for ".." struct initializer.
9971
9972 2018-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
9978 2018-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
9984 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
9985
9986 * gdb.mi/mi-stack.exp: Fix indentation.
9987
9988 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9989
9990 PR gdb/22979
9991 * gdb.arch/amd64-osabi.exp: New file.
9992
9993 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
9994
9995 PR gdb/22980
9996 * gdb.base/osabi.exp: New file.
9997
9998 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
9999
10000 * gdb.cp/static-typedef-print.exp: New file.
10001 * gdb.cp/static-typedef-print.cc: New file.
10002
10003 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10004
10005 * gdb.ada/varsize_limit: New testcase.
10006
10007 2018-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
10016 2018-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
10022 2018-03-26 Tom Tromey <tom@tromey.com>
10023
10024 PR backtrace/15582:
10025 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10026
10027 2018-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
10035 2018-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
10043 2018-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
10054 2018-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
10082 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10083
10084 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10085
10086 2018-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
10092 2018-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
10099 2018-03-19 Tom Tromey <tom@tromey.com>
10100
10101 * gdb.gdb/observer.exp: Remove.
10102
10103 2018-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
10132 2018-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
10137 2018-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
10144 2018-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
10150 2018-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
10156 2018-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
10162 2018-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
10167 2018-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
10173 2018-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
10178 2018-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
10183 2018-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
10192 2018-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
10202 2018-02-26 Tom Tromey <tom@tromey.com>
10203
10204 PR python/16497:
10205 * gdb.python/py-framefilter.exp: Update test.
10206
10207 2018-02-26 Tom Tromey <tom@tromey.com>
10208
10209 * gdb.dwarf2/variant.c: New file.
10210 * gdb.dwarf2/variant.exp: New file.
10211
10212 2018-02-26 Tom Tromey <tom@tromey.com>
10213
10214 * gdb.rust/simple.exp: Accept more possible results in enum test.
10215
10216 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10217
10218 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10219 parentheses.
10220
10221 2018-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
10226 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10227
10228 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10229
10230 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10231
10232 * gdb.btrace/buffer-size.exp: Do not force BTS.
10233
10234 2018-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
10239 2018-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
10244 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10245
10246 * gdb.cp/m-static.exp: Check type of optimized out static
10247 member.
10248
10249 2018-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
10254 2018-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
10268 2018-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
10274 2018-02-01 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10277 "\[^\r\n\]*".
10278
10279 2018-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
10285 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10286
10287 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10288
10289 2018-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
10297 2018-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
10304 2018-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
10310 2018-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
10321 2018-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
10327 2018-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
10335 2018-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
10340 2018-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
10345 2018-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
10350 2018-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
10358 2018-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
10371 2018-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
10376 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10377
10378 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10379
10380 2018-01-17 Mike Gulick <mgulick@mathworks.com>
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
10388 2018-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
10393 2018-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
10398 2018-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
10404 2018-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
10409 2018-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
10414 2018-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
10420 2018-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
10428 2018-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
10434 2018-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
10439 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10440
10441 * gdb.server/unittest.exp: Match the output in non-development
10442 mode.
10443
10444 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10445
10446 * gdb.gdb/unittest.exp: Match output in non-development mode.
10447
10448 2018-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
10454 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10455
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.
10458
10459 2018-01-05 Pedro Alves <palves@redhat.com>
10460
10461 PR gdb/18653
10462 * gdb.base/libsegfault.exp: New.
10463
10464 2018-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
10470 2018-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
10477 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10478
10479 * gdb.ada/rename_subscript_param: New testcase.
10480
10481 2018-01-05 Jerome Guitton <guitton@adacore.com>
10482
10483 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10484
10485 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10486
10487 * gdb.ada/convvar_comp: New testcase.
10488
10489 2018-01-05 Xavier Roirand <roirand@adacore.com>
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
10495 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10496
10497 PR gdb/22670
10498 * gdb.ada/maint_with_ada: New testcase.
10499
10500 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10501
10502 PR gdb/22670
10503 * gdb.ada/bp_c_mixed_case: New testcase.
10504
10505 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10506
10507 PR gdb/22670
10508 * gdb.ada/complete.exp: Add "complete break ada" test.
10509
10510 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10511
10512 PR gdb/22670
10513 * gdb.ada/info_addr_mixed_case: New testcase.
10514
10515 2018-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
10521 2018-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
10526 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10527
10528 * gdb.ada/dyn_stride.exp: Add slice test.
10529
10530 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10531
10532 * gdb.ada/dyn_stride: New testcase.
10533
10534 2017-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
10539 2017-12-27 Stafford Horne <shorne@gmail.com>
10540
10541 * gdb.base/reggroups.c: New file.
10542 * gdb.base/reggroups.exp: New file.
10543
10544 2017-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
10549 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10550
10551 * gdb.ada/assign_arr: New testcase.
10552
10553 2017-12-18 Xavier Roirand <roirand@adacore.com>
10554
10555 * gdb.ada/funcall_ptr: New testcase.
10556
10557 2017-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
10563 2017-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
10568 2017-12-15 Xavier Roirand <roirand@adacore.com>
10569
10570 * gdb.ada/same_component_name: New testcase.
10571
10572 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10573
10574 * gdb.ada/str_binop_equal: New testcase.
10575
10576 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10577
10578 * gdb.ada/task_switch_in_core: New testcase.
10579
10580 2017-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
10587 2017-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
10592 2017-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
10601 2017-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
10606 2017-12-12 Stafford Horne <shorne@gmail.com>
10607
10608 * gdb.xml/tdesc-regs.exp: Add or1k support.
10609
10610 2017-12-12 Stafford Horne <shorne@gmail.com>
10611
10612 * gdb.base/bp-permanent.c: Define nop of or1k.
10613
10614 2017-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
10619 2017-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
10624 2017-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
10635 2017-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
10640 2017-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
10645 2017-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
10650 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10651
10652 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10653 "int".
10654
10655 2017-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
10663 2017-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
10677 2017-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
10682 2017-12-07 Tom Tromey <tom@tromey.com>
10683
10684 * gdb.base/break.exp: Add test for empty "commands".
10685
10686 2017-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
10691 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10692
10693 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10694 tests for explicit locations.
10695
10696 2017-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
10701 2017-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
10707 2017-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
10723 2017-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
10729 2017-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
10735 2017-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
10750 2017-11-30 Joel Brobecker <brobecker@adacore.com>
10751
10752 * gdb.ada/repeat_dyn: New testcase.
10753
10754 2017-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
10760 2017-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
10768 2017-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
10774 2017-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
10780 2017-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
10798 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
10799
10800 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
10801
10802 2017-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
10807 2017-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
10813 2017-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
10821 2017-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
10828 2017-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.
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.
10852
10853 2017-11-25 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.base/complete-empty.exp: New file.
10856 * gdb.base/completion.exp: Adjust.
10857
10858 2017-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
10866 2017-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
10877 2017-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
10883 2017-11-22 Yao Qi <yao.qi@linaro.org>
10884
10885 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
10886
10887 2017-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
10893 2017-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
10898 2017-11-22 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
10901 compiler.
10902
10903 2017-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
10909 2017-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
10914 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
10915
10916 * gdb.arch/vsx-regs.exp: Update register content checks.
10917
10918 2017-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
10923 2017-11-21 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
10926
10927 2017-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
10938 2017-11-17 Tom Tromey <tom@tromey.com>
10939
10940 * gdb.rust/traits.rs: New file.
10941 * gdb.rust/traits.exp: New file.
10942
10943 2017-11-17 Joel Brobecker <brobecker@adacore.com>
10944
10945 * gdb.ada/minsyms: New testcase.
10946
10947 2017-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
10952 2017-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
10957 2017-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
10962 2017-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
10968 2017-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
10975 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
10976
10977 * gdb.tui/completionn.exp (test_tab_completion): Add space in
10978 regex.
10979
10980 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
10981
10982 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
10983 test names.
10984
10985 2017-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
10992 2017-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
11001 2017-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
11006 2017-11-09 Pedro Alves <palves@redhat.com>
11007
11008 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11009
11010 2017-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
11017 2017-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
11022 2017-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
11030 2017-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
11036 2017-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
11041 2017-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
11047 2017-11-07 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11050
11051 2017-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
11059 2017-11-07 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.cp/ena-dis-br-range.exp: Add tests.
11062
11063 2017-11-07 Pedro Alves <palves@redhat.com>
11064
11065 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11066
11067 2017-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
11075 2017-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
11080 2017-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
11088 2017-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
11093 2017-11-03 Yao Qi <yao.qi@linaro.org>
11094
11095 * gdb.python/py-thrhandle.exp: Skip it if python is not
11096 enabled.
11097
11098 2017-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
11103 2017-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
11109 2017-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
11114 2017-10-27 Yao Qi <yao.qi@linaro.org>
11115
11116 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11117
11118 2017-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
11125 2017-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
11130 2017-10-24 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11133
11134 2017-10-24 Pedro Alves <palves@redhat.com>
11135
11136 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11137 loop.
11138
11139 2017-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
11144 2017-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
11149 2017-10-24 Pedro Alves <palves@redhat.com>
11150
11151 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11152 custom test name.
11153
11154 2017-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
11160 2017-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
11165 2017-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
11170 2017-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
11175 2017-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
11180 2017-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
11188 2017-10-17 Pedro Alves <palves@redhat.com>
11189
11190 * boards/native-stdio-gdbserver.exp: Load "local-board".
11191
11192 2017-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
11197 2017-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
11206 2017-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
11229 2017-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
11238 2017-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
11247 2017-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
11254 2017-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
11259 2017-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
11267 2017-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
11273 2017-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
11279 2017-10-13 Pedro Alves <palves@redhat.com>
11280
11281 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11282 already.
11283
11284 2017-10-13 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11287 is_remote.
11288
11289 2017-10-13 Pedro Alves <palves@redhat.com>
11290
11291 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11292 is_remote.
11293
11294 2017-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
11301 2017-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
11306 2017-10-13 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.base/remote.exp (top level): Fix comment typo and add
11309 missing return.
11310
11311 2017-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
11318 2017-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
11323 2017-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
11333 2017-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
11338 2017-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
11343 2017-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
11349 2017-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
11355 2017-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
11361 2017-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
11366 2017-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
11372 2017-10-12 Pedro Alves <palves@redhat.com>
11373 Simon Marchi <simon.marchi@polymtl.ca>
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
11380 2017-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
11387 2017-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
11392 2017-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
11396 2017-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
11401 2017-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
11406 2017-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
11419 2017-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
11433 2017-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
11440 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11441
11442 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11443
11444 2017-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
11450 2017-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
11461 2017-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
11466 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11467
11468 * gdb.base/set-cwd.exp: Make it available on
11469 native-extended-gdbserver.
11470
11471 2017-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
11476 2017-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
11482 2017-10-02 Tom Tromey <tom@tromey.com>
11483
11484 * gdb.rust/simple.exp: Test ptype of a slice.
11485
11486 2017-10-02 Tom Tromey <tom@tromey.com>
11487
11488 * gdb.rust/simple.exp: Test index of slice.
11489
11490 2017-09-27 Tom Tromey <tom@tromey.com>
11491
11492 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11493
11494 2017-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
11502 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11503
11504 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11505 files.
11506
11507 2017-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
11513 2017-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
11529 2017-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
11535 2017-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
11540 2017-09-11 Tom Tromey <tom@tromey.com>
11541
11542 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11543
11544 2017-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
11549 2017-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
11554 2017-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
11559 2017-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
11565 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11566 Christoph Weinmann <christoph.t.weinmann@intel.com>
11567 Bernhard Heckel <bernhard.heckel@intel.com>
11568
11569 * gdb.fortran/ptr-indentation.f90: New file.
11570 * gdb.fortran/ptr-indentation.exp: New file.
11571
11572 2017-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
11577 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11578
11579 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11580
11581 2017-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
11586 2017-09-05 Tom Tromey <tom@tromey.com>
11587
11588 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11589 for rust.
11590
11591 2017-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
11597 2017-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
11609 2017-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
11615 2017-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
11621 2017-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
11637 2017-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
11642 2017-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
11666 2017-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
11675 2017-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
11680 2017-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
11685 2017-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
11690 2017-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
11697 2017-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
11702 2017-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
11715 2017-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
11720 2017-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
11726 2017-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
11731 2017-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
11736 2017-08-22 Tom Tromey <tom@tromey.com>
11737
11738 * gdb.gdb/xfullpath.exp: Remove.
11739
11740 2017-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
11747 2017-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
11766 2017-08-18 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.server/unittest.exp: New.
11769
11770 2017-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
11776 2017-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
11781 2017-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
11789 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
11790
11791 * lib/gdb.exp (get_valueof): Don't capture end-of-line
11792 characters.
11793
11794 2017-08-05 Tom Tromey <tom@tromey.com>
11795
11796 * gdb.rust/simple.exp: Allow String to appear in a different
11797 namespace.
11798
11799 2017-07-26 Yao Qi <yao.qi@linaro.org>
11800
11801 * gdb.gdb/unittest.exp: Invoke command
11802 "maintenance check xml-descriptions".
11803
11804 2017-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
11810 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 * gdb.python/py-unwind.exp: Disable stack protection when
11813 building test file.
11814
11815 2017-07-20 Pedro Alves <palves@redhat.com>
11816
11817 * gdb.base/default.exp (set language): Adjust expected output.
11818
11819 2017-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
11833 2017-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
11839 2017-07-17 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
11842
11843 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
11844
11845 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
11846
11847 2017-07-14 Tom Tromey <tom@tromey.com>
11848
11849 PR rust/21764:
11850 * gdb.rust/simple.exp: Add tests.
11851
11852 2017-07-14 Tom Tromey <tom@tromey.com>
11853
11854 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
11855
11856 2017-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
11862 2017-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
11867 2017-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
11872 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
11873
11874 * gdb.dlang/demangle.exp: Update for demangling changes.
11875
11876 2017-07-09 Tom Tromey <tom@tromey.com>
11877
11878 * gdb.dwarf2/shortpiece.exp: New file.
11879
11880 2017-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
11891 2017-07-06 Pedro Alves <palves@redhat.com>
11892
11893 * gdb.python/py-unwind.exp: Test flushregs.
11894
11895 2017-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
11901 2017-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
11907 2017-06-29 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.base/printcmds.exp: Add tests.
11910
11911 2017-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
11917 2017-06-21 Kevin Buettner <kevinb@redhat.com>
11918
11919 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
11920 subpattern.
11921
11922 2017-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
11928 2017-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
11934 2017-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
11939 2017-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
11944 2017-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
11960 2017-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
11966 2017-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
11971 2017-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
11977 2017-06-12 Tom Tromey <tom@tromey.com>
11978
11979 * gdb.dwarf2/formdata16.exp: Add tests.
11980
11981 2017-06-12 Tom Tromey <tom@tromey.com>
11982
11983 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
11984
11985 2017-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
11994 2017-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
11999 2017-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
12005 2017-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
12010 2017-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
12016 2017-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
12022 2017-05-18 Tom Tromey <tom@tromey.com>
12023
12024 * gdb.rust/simple.exp: Allow Box to be qualified.
12025
12026 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12027
12028 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12029
12030 2017-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
12035 2017-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
12043 2017-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
12049 2017-05-17 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12052
12053 2017-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
12059 2017-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
12064 2017-05-03 Keith Seitz <keiths@redhat.com>
12065
12066 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12067 (main): Call it.
12068
12069 2017-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
12074 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12075
12076 * gdb.python/py-record-btrace.exp: Remove test for
12077 gdb.BtraceInstruction.error.
12078
12079 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12080
12081 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12082
12083 2017-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
12088 2017-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
12099 2017-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
12111 2017-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
12118 2017-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
12127 2017-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
12133 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12134
12135 PR gdb/21352
12136 * gdb.trace/tsv.exp: Add test for "tsave -r".
12137
12138 2017-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
12143 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12144
12145 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12146
12147 2017-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
12152 2017-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
12157 2017-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
12163 2017-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
12168 2017-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
12186 2017-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
12191 2017-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
12196 2017-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
12202 2017-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
12208 2017-03-16 Doug Evans <dje@google.com>
12209
12210 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12211
12212 2017-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.
12216
12217 2017-03-16 Doug Evans <dje@google.com>
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
12225 2017-03-16 Doug Evans <dje@google.com>
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.
12234
12235 2017-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
12240 2017-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
12245 2017-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
12251 2017-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
12259 2017-03-08 Pedro Alves <palves@redhat.com>
12260
12261 * gdb.base/step-over-exit.exp: Add explicit test message.
12262
12263 2017-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
12269 2017-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
12274 2017-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
12279 2017-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
12288 2017-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
12296 2017-03-08 Pedro Alves <palves@redhat.com>
12297
12298 PR tui/21216
12299 * gdb.tui/tui-nl-filtered-output.exp: New file.
12300
12301 2017-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
12306 2017-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
12313 2017-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
12318 2017-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
12325 2017-03-07 Pedro Alves <palves@redhat.com>
12326
12327 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12328
12329 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12330
12331 * i386-mpx-call.c: New file.
12332 * i386-mpx-call.exp: New file.
12333
12334 2017-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
12361 2017-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
12369 2017-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
12377 2017-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
12382 2017-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
12388 2017-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
12396 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12399
12400 2017-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
12406 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12407
12408 * gdb.cp/chained-calls.exp: Use p instead of P.
12409
12410 2017-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
12415 2017-02-14 Tom Tromey <tom@tromey.com>
12416
12417 PR python/13598:
12418 * gdb.python/py-events.exp: Add before_prompt event tests.
12419
12420 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12421
12422 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12423
12424 2017-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
12432 2017-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
12437 2017-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
12442 2017-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
12447 2017-02-10 Tom Tromey <tom@tromey.com>
12448
12449 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12450
12451 2017-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
12456 2017-02-08 Jerome Guitton <guitton@adacore.com>
12457
12458 * gdb.base/define.exp: Add test for command abbreviations
12459 in define.
12460
12461 2017-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
12466 2017-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
12471 2017-02-03 Tom Tromey <tom@tromey.com>
12472
12473 PR rust/21097:
12474 * gdb.rust/simple.exp: Add new tests.
12475
12476 2017-02-02 Pedro Alves <palves@redhat.com>
12477
12478 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12479 tests.
12480
12481 2017-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
12489 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12490
12491 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12492
12493 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12494
12495 * gdb.btrace/enable.exp: Call gdb_exit before
12496 skip_gdbserver_tests.
12497
12498 2017-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
12503 2017-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
12532 2017-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
12537 2017-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
12542 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12543
12544 * lib/memory.exp: Remove spurious empty newlines.
12545
12546 2017-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
12563 2017-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
12574 2017-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
12586 2017-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
12591 2017-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
12599 2017-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
12604 2017-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
12609 2017-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
12614 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12615
12616 * gdb.dlang/debug-expr.exp: New file.
12617
12618 2016-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
13368 2016-12-22 Doug Evans <xdje42@gmail.com>
13369
13370 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13371 and msymbols.
13372
13373 2016-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
13379 2016-12-09 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13382
13383 2016-12-09 Yao Qi <yao.qi@linaro.org>
13384
13385 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13386
13387 2016-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
13399 2016-12-09 Yao Qi <yao.qi@linaro.org>
13400
13401 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13402
13403 2016-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
13409 2016-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
13415 2016-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
13421 2016-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
13428 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13429
13430 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13431 timeout handling.
13432
13433 2016-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
13438 2016-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
13445 2016-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
13643 2016-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
13649 2016-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
13663 2016-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
13719 2016-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
13736 2016-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
13785 2016-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
13873 2016-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
14233 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14234
14235 * Makefile.in: Include disable-implicit-rules.mk.
14236
14237 2016-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
14242 2016-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
14248 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14249
14250 * gdb.base/default.exp: Fix output of "set language".
14251
14252 2016-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
14260 2016-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
14270 2016-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
14275 2016-11-11 Catherine Moore <clm@codesourcery.com>
14276
14277 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14278
14279 2016-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
14296 2016-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
14313 2016-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
14329 2016-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
14335 2016-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
14340 2016-11-08 Tom Tromey <tom@tromey.com>
14341
14342 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14343 New method.
14344
14345 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14346
14347 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14348
14349 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14350
14351 * gdb.rust/simple.rs: Add test for univariant enums without
14352 discriminants and for encoded struct-like enums.
14353
14354 2016-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
14360 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14361
14362 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14363 general.
14364
14365 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14366
14367 * gdb.base/exec-invalid-sysroot.exp: New file.
14368
14369 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14370
14371 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14372
14373 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14376
14377 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14378
14379 * gdb.base/killed-outside.exp: Remove $options from a call to
14380 `prepare_for_testing'.
14381
14382 2016-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
14387 2016-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
14392 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14393
14394 * gdb.trace/mi-trace-save.exp: New file.
14395
14396 2016-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
14403 2016-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
14408 2016-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
14415 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14418
14419 2016-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
14425 2016-10-07 Yao Qi <yao.qi@linaro.org>
14426
14427 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14428
14429 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14430
14431 * gdb.python/python.exp: Test decode_line("*0").
14432
14433 2016-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
14438 2016-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
14450 2016-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
14455 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14456
14457 * gdb.base/solib-disc.exp: Use `standard_output_file'
14458 throughout.
14459
14460 2016-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
14475 2016-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
14484 2016-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
14490 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14491
14492 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14493
14494 2016-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
14499 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14500 Simon Marchi <simon.marchi@ericsson.com>
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
14506 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14507 Simon Marchi <simon.marchi@ericsson.com>
14508
14509 PR gdb/20487
14510 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14511 =thread-select-event check.
14512
14513 2016-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
14519 2016-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
14525 2016-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
14530 2016-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
14538 2016-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
14545 2016-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
14550 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14551
14552 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14553
14554 2016-09-21 Tom Tromey <tom@tromey.com>
14555
14556 PR gdb/20604:
14557 * gdb.base/quit.exp: New file.
14558
14559 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14560
14561 * .gitignore: New file.
14562
14563 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14564
14565 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14566 throughout.
14567
14568 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14569
14570 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14571
14572 2016-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
14579 2016-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
14583 2016-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
14589 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14590
14591 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14592
14593 2016-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
14600 2016-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
14605 2016-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
14614 2016-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
14623 2016-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
14630 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14631
14632 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14633
14634 2016-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
14642 2016-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
14647 2016-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
14666 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14667
14668 * gdb.multi/tids.exp: Test "thread apply all".
14669
14670 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14671
14672 * gdb.base/default.exp (tty): Remove.
14673
14674 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14675
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.
14679
14680 2016-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
14685 2016-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
14691 2016-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
14698 2016-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
14705 2016-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
14712 2016-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
14723 2016-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
14728 2016-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
14734 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14735
14736 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14737 expected error message.
14738
14739 2016-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
14744 2016-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
14749 2016-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
14755 2016-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
14762 2016-08-09 Pedro Alves <palves@redhat.com>
14763
14764 PR mi/20431
14765 * gdb.mi/mi-cmd-error.exp: New file.
14766
14767 2016-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
14774 2016-08-09 Pedro Alves <palves@redhat.com>
14775
14776 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
14777
14778 2016-08-03 Tom Tromey <tom@tromey.com>
14779
14780 PR python/18565:
14781 * gdb.python/py-frame-inline.exp: Add Frame.function test.
14782
14783 2016-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
14789 2016-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
14795 2016-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
14801 2016-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
14812 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
14813
14814 * gdb.base/new-ui.exp (do_test_invalid_args): New
14815 procedure.
14816
14817 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
14818
14819 * gdb.btrace/reconnect.c: New file.
14820 * gdb.btrace/reconnect.exp: New file.
14821
14822 2016-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
14828 2016-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
14833 2016-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
14838 2016-07-21 Yao Qi <yao.qi@linaro.org>
14839
14840 * gdb.server/solib-list.exp: Unset last_loaded_file.
14841
14842 2016-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
14847 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14848
14849 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
14850
14851 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
14854
14855 2016-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
14865 2016-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
14871 2016-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
14877 2016-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
14883 2016-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
14891 2016-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
14897 2016-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
14908 2016-07-12 Tom Tromey <tom@tromey.com>
14909
14910 PR python/19293:
14911 * gdb.python/py-unwind-maint.exp: Update tests.
14912
14913 2016-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
14918 2016-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
14926 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
14927
14928 * gdb.ada/arraydim.exp: Remove extra directory level in build
14929 directory.
14930
14931 2016-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
14938 2016-07-06 Manish Goregaokar <manish@mozilla.com>
14939
14940 * simple.rs: Add test for raw pointer subscripting.
14941 * simple.exp: Add test expectations.
14942
14943 2016-07-05 Yao Qi <yao.qi@linaro.org>
14944
14945 * gdb.mi/mi-reverse.exp: Match =record-started output.
14946
14947 2016-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
14965 2016-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
14971 2016-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
14976 2016-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
14981 2016-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
14986 2016-06-29 Yao Qi <yao.qi@linaro.org>
14987
14988 * gdb.base/return.c: Add copyright header.
14989
14990 2016-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
14996 2016-06-29 Yao Qi <yao.qi@linaro.org>
14997
14998 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
14999 0x0f07ff.
15000
15001 2016-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
15007 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15008
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.
15012
15013 2016-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
15019 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15020
15021 PR gdb/20239
15022 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15023 * gdb.rust/simple.exp: Add test expectations for new NonZero
15024 tests.
15025
15026 2016-06-24 David Taylor <dtaylor@emc.com>
15027
15028 * gdb.base/offsets.exp: New file.
15029 * gdb.base/offsets.c: New file.
15030
15031 2016-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
15037 2016-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
15046 2016-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
15053 2016-06-21 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.mi/mi-exec-run.exp: New file.
15056
15057 2016-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
15066 2016-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
15077 2016-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
15094 2016-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
15099 2016-06-21 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15102
15103 2016-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
15108 2016-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
15121 2016-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
15129 2016-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
15137 2016-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
15142 2016-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
15147 2016-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
15169 2016-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
15175 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15176
15177 * gdb.fortran/nested-funcs.exp: New.
15178 * gdb.fortran/nested-funcs.f90: New.
15179
15180 2016-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
15185 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15186
15187 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15188 matching.
15189
15190 2016-06-02 Tom Tromey <tom@tromey.com>
15191
15192 PR python/18984:
15193 * gdb.python/py-shared.exp: Add solib_name test.
15194
15195 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15196
15197 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15198
15199 2016-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
15211 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15212
15213 * gdb.trace/trace-condition.exp: Add 64bit tests.
15214
15215 2016-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
15222 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15223
15224 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15225
15226 2016-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
15232 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15233
15234 * gdb.trace/trace-condition.exp: Add counter-case tests.
15235
15236 2016-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
15242 2016-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
15248 2016-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
15253 2016-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
15258 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15259
15260 * gdb.fortran/vla-type.exp: Fix testcase name.
15261
15262 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15263
15264 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15265
15266 2016-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
15273 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15274
15275 * gdb.fortran/whatis_type.exp: Adapt expected output.
15276
15277 2016-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
15282 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15283
15284 * gdb.fortran/whatis_type.exp: Use multi_line.
15285
15286 2016-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
15292 2016-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
15298 2016-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
15304 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15305
15306 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15307
15308 2016-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
15314 2016-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
15319 2016-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
15324 2016-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
15330 2016-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
15348 2016-05-17 Tom Tromey <tom@tromey.com>
15349
15350 * gdb.base/default.exp (set language): Add rust.
15351
15352 2016-05-17 Tom Tromey <tom@tromey.com>
15353
15354 * gdb.gdb/unittest.exp: New file.
15355
15356 2016-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
15361 2016-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
15369 2016-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
15374 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15375
15376 * lib/gdb.exp (use_gdb_stub): New procedure.
15377
15378 2016-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
15385 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15386
15387 * gdb.base/detach.exp: Remove is_remote check.
15388
15389 2016-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
15395 2016-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
15400 2016-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
15411 2016-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
15473 2016-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
15487 2016-04-27 Yao Qi <yao.qi@linaro.org>
15488
15489 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15490 exists.
15491
15492 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15493
15494 * vla-type.exp: Print structure from toplevel.
15495
15496 2016-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
15503 2016-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
15508 2016-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
15513 2016-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
15518 2016-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
15523 2016-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
15530 2016-04-22 Yao Qi <yao.qi@linaro.org>
15531
15532 * gdb.trace/signal.exp: Also pass if
15533 $tracepoint_hits($i) > $iterations.
15534
15535 2016-04-22 Yao Qi <yao.qi@linaro.org>
15536
15537 * gdb.trace/signal.c: New file.
15538 * gdb.trace/signal.exp: New file.
15539
15540 2016-04-19 Doug Evans <xdje42@gmail.com>
15541
15542 * gdb.base/bad-file.exp: New file.
15543
15544 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15545
15546 * gdb.dwarf2/implref.exp: New file.
15547
15548 2016-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
15561 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15562
15563 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15564
15565 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15566
15567 * lib/compiler.c: Add Intel specific preprocessor macros.
15568 * lib/compiler.cc: Likewise.
15569
15570 2016-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
15575 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15576
15577 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15578
15579 2016-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
15584 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15585
15586 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15587
15588 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15589
15590 * gdb.btrace/instruction_history.c (loop): Add declaration.
15591
15592 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15593
15594 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15595
15596 2016-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
15602 2016-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
15609 2016-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
15616 2016-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
15621 2016-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
15627 2016-04-07 Pedro Alves <palves@redhat.com>
15628
15629 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15630 instead of build_executable. Use gdb_load_shlibs.
15631
15632 2016-04-07 Yao Qi <yao.qi@linaro.org>
15633
15634 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15635 Execute "si" command.
15636
15637 2016-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
15642 2016-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
15647 2016-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
15652 2016-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
15658 2016-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
15663 2016-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
15675 2016-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
15692 2016-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
15698 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15699
15700 PR gdb/19820
15701 * gdb.base/printcmds.exp: Add artificial arrays tests.
15702
15703 2016-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
15718 2016-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
15725 2016-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
15732 2016-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
15739 2016-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
15748 2016-03-29 Yao Qi <yao.qi@linaro.org>
15749
15750 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
15751
15752 2016-03-24 Yao Qi <yao.qi@linaro.org>
15753
15754 * gdb.reverse/break-reverse.exp: Add quotation mark in the
15755 test message.
15756
15757 2016-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
15762 2016-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
15769 2016-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
15780 2016-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
15786 2016-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
15791 2016-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
15796 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
15797
15798 * gdb.base/maint.exp: New tests for 'maint info line-table'.
15799
15800 2016-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
15805 2016-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
15818 2016-03-09 Pedro Alves <palves@redhat.com>
15819
15820 * gdb.base/command-line-input.exp: New file.
15821
15822 2016-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
15830 2016-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
15835 2016-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
15844 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
15845
15846 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
15847 ordering.
15848
15849 2016-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
15856 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
15857
15858 * analyze-racy-logs.py: Set executable bit.
15859
15860 2016-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
15872 2016-03-03 Doug Evans <dje@google.com>
15873
15874 * gdb.base/skip.exp: Use with_test_prefix.
15875
15876 2016-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
15883 2016-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
15888 2016-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
15899 2016-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
15905 2016-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
15912 2016-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
15920 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15921
15922 * gdb.fortran/vla-history.exp: Remove breakpoint.
15923
15924 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15925
15926 * gdb.fortran/vla-history.exp: Lookup array elements and printing
15927 exceeds timeout.
15928
15929 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15930
15931 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
15932 breakpoint.
15933
15934 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
15935
15936 * gdb.mi/vla.f90: Nullify pointer after declaration.
15937
15938 2016-03-01 Pedro Alves <palves@redhat.com>
15939
15940 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
15941
15942 2016-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
15952 2016-03-01 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
15955
15956 2016-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
15961 2016-03-01 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
15964
15965 2016-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
15970 2016-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
15975 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
15976
15977 * gdb.dlang/circular.c: New file.
15978 * gdb.dlang/circular.exp: New file.
15979
15980 2016-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
15986 2016-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
15993 2016-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
16004 2016-02-25 Yao Qi <yao.qi@linaro.org>
16005
16006 * gdb.base/branches.c: Remove.
16007
16008 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16009
16010 PR gdb/13808
16011 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16012
16013 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16014
16015 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16016
16017 2016-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
16022 2016-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
16029 2016-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
16034 2016-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
16047 2016-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
16052 2016-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
16058 2016-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
16065 2016-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
16072 2016-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
16077 2016-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
16082 2016-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
16088 2016-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
16094 2016-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
16099 2016-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
16104 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16105
16106 * gdb.arch/i386-prologue.c: Add missing prototypes.
16107
16108 2016-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
16114 2016-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
16123 2016-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
16136 2016-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
16142 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16143
16144 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16145
16146 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16147
16148 * i386-biarch-core.exp: Define corefile using
16149 standard_output_file.
16150
16151 2016-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
16156 2016-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
16163 2016-02-11 Pedro Alves <palves@redhat.com>
16164
16165 * README (Parallel testing): Add missing double quotes.
16166
16167 2016-02-11 Pedro Alves <palves@redhat.com>
16168
16169 * README (Parallel testing): New section.
16170 (GDB_PARALLEL): Rewrite.
16171 (FORCE_PARALLEL): Document.
16172
16173 2016-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
16178 2016-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
16185 2016-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
16190 2016-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
16196 2016-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
16202 2016-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
16211 2016-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
16255 2016-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
16260 2016-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
16290 2016-02-01 Doug Evans <dje@google.com>
16291
16292 * gdb.base/skip.exp: Clean up multiple references to same test name.
16293
16294 2016-02-01 Pedro Alves <palves@redhat.com>
16295
16296 PR remote/19496
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
16304 2016-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
16310 2016-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
16316 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16317
16318 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16319
16320 2016-01-28 Yao Qi <yao.qi@linaro.org>
16321
16322 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16323
16324 2016-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
16330 2016-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
16336 2016-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
16346 2016-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
16351 2016-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
16356 2016-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
16363 2016-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
16369 2016-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
16376 2016-01-21 Doug Evans <dje@google.com>
16377
16378 * lib/ada.exp (gdb_compile_ada): Fix typo.
16379
16380 2016-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
16386 2016-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
16392 2016-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
16398 2016-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
16403 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16404
16405 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16406
16407 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16408
16409 * Makefile.in (check-single): Pass --status to runtest.
16410 (check/%.exp): Likewise.
16411
16412 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16413
16414 * Makefile.in (check-parallel): Propagate return code from make
16415 do-check-parallel.
16416
16417 2016-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
16423 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16424
16425 * lib/gdb.exp (gdb_test): Remove unused global references.
16426
16427 2016-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
16448 2016-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
16454 2016-01-15 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.multi/tids.exp: Test star wildcard ranges.
16457
16458 2016-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
16467 2016-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
16473 2016-01-13 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.multi/tids.exp: Test "info threads -gid".
16476
16477 2016-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
16483 2016-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
16495 2016-01-13 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16498
16499 2016-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
16504 2016-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
16510 2016-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
16519 2016-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
16524 2016-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
16530 2016-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
16538 2016-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
16546 2016-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
16553 2016-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
16560 2016-01-06 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16563
16564 2016-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
16570 2015-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
16575 2015-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
16584 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16585
16586 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16587
16588 2015-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
16593 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16594
16595 * gdb.base/break.exp: Remove dead code.
16596 * gdb.base/sepdebug.exp: Likewise.
16597
16598 2015-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
16636 2015-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
16667 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16668
16669 * configure.ac: Remove HP-UX case.
16670 * configure: Regenerate.
16671
16672 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16673
16674 * lib/gdb.exp (gdb_compile): Add function doc.
16675
16676 2015-12-17 Pedro Alves <palves@redhat.com>
16677
16678 PR threads/19354
16679 * gdb.multi/info-threads.exp: New file.
16680
16681 2015-12-15 Yao Qi <yao.qi@linaro.org>
16682
16683 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16684 is aarch64*-*-*.
16685
16686 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16687
16688 * gdb.base/history-duplicates.exp: Skip if no readline support.
16689
16690 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16691
16692 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16693
16694 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16695
16696 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16697
16698 2015-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
16718 2015-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
16744 2015-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
16751 2015-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
16756 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
16757
16758 * gdb.base/list.exp (test_list): Make test names unique.
16759
16760 2015-12-11 Yao Qi <yao.qi@linaro.org>
16761
16762 * gdb.base/coremaker2.c: Remove.
16763
16764 2015-12-10 Pedro Alves <palves@redhat.com>
16765
16766 * gdb.multi/base.exp: Remove stale "spaces" references.
16767
16768 2015-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
16778 2015-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
16788 2015-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
16793 2015-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
16798 2015-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
16808 2015-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
16813 2015-12-04 Josh Stone <jistone@redhat.com>
16814
16815 * gdb.base/catch-fork-static.exp: New.
16816
16817 2015-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
16828 2015-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
16833 2015-11-30 Pedro Alves <palves@redhat.com>
16834
16835 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
16836
16837 2015-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
16842 2015-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
16848 2015-11-27 Yao Qi <yao.qi@linaro.org>
16849
16850 * gdb.arch/arm-neon.exp: New.
16851 * gdb.arch/arm-neon.c: New.
16852
16853 2015-11-27 Yao Qi <yao.qi@linaro.org>
16854
16855 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
16856
16857 2015-11-27 Yao Qi <yao.qi@linaro.org>
16858
16859 * gdb.cp/annota2.exp: Allow multiple occurrences of the
16860 frames-invalid annotation.
16861
16862 2015-11-27 Yao Qi <yao.qi@linaro.org>
16863
16864 * gdb.cp/annota2.exp: Use ${frames_invalid}.
16865
16866 2015-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
16872 2015-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
16878 2015-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
16885 2015-11-24 Pedro Alves <palves@redhat.com>
16886
16887 PR 17539
16888 * gdb.base/display.exp: Expect displays to be sorted in ascending
16889 order. Use multi_line.
16890 * gdb.base/solib-display.exp: Likewise.
16891
16892 2015-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
16921 2015-11-24 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
16924 use lowercase.
16925
16926 2015-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
16934 2015-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
16941 2015-11-23 Kevin Buettner <kevinb@redhat.com>
16942
16943 * gdb.base/asmlabel.exp: New test.
16944 * gdb.base/asmlabel.c: New test case.
16945
16946 2015-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
16952 2015-11-23 Joel Brobecker <brobecker@adacore.com>
16953
16954 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
16955
16956 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16957
16958 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
16959 pstate register when comparing registers values in
16960 sparc64-*-linux-gnu targets to avoid spurious differences.
16961
16962 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
16963
16964 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
16965
16966 2015-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
16973 2015-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
16978 2015-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
16990 2015-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
16996 2015-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
17028 2015-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
17047 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17048
17049 * gdb.ada/fin_fun_out: New testcase.
17050
17051 2015-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
17059 2015-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
17078 2015-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
17097 2015-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
17102 2015-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
17108 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17109
17110 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17111
17112 2015-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
17123 2015-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
17131 2015-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
17148 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17149
17150 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17151
17152 2015-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
17159 2015-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
17165 2015-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
17170 2015-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
17180 2015-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
17198 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17199
17200 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17201 of hardwired timeout value.
17202
17203 2015-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
17209 2015-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
17229 2015-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
17236 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17237
17238 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17239 results.
17240
17241 2015-10-12 Yao Qi <yao.qi@linaro.org>
17242
17243 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17244
17245 2015-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
17250 2015-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
17260 2015-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
17265 2015-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
17272 2015-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
17277 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17278
17279 * gdb.dlang/properties.exp: New file.
17280
17281 2015-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
17286 2015-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
17291 2015-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
17296 2015-09-28 Doug Evans <dje@google.com>
17297
17298 * gdb.base/gcore.c (array_func): Add reference to static_array.
17299
17300 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17301
17302 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17303 source line.
17304
17305 2015-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
17310 2015-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
17315 2015-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
17321 2015-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
17326 2015-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
17331 2015-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
17346 2015-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
17351 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17352
17353 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17354 the breakpoint.
17355
17356 2015-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
17362 2015-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
17367 2015-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
17372 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17373
17374 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17375
17376 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17377
17378 * gdb.linespec/explicit.exp: Check for readline support for
17379 tab-completion tests. Fix obvious typo.
17380
17381 2015-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
17386 2015-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
17391 2015-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
17397 2015-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
17402 2015-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
17413 2015-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
17420 2015-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
17426 2015-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
17433 2015-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
17438 2015-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
17444 2015-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
17450 2015-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
17455 2015-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
17464 2015-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
17471 2015-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
17476 2015-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
17493 2015-09-09 Doug Evans <dje@google.com>
17494
17495 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17496
17497 2015-09-09 Doug Evans <dje@google.com>
17498
17499 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17500
17501 2015-09-09 Doug Evans <dje@google.com>
17502
17503 * gdb.base/savedregs.exp: Fix typo.
17504
17505 2015-09-09 Pedro Alves <palves@redhat.com>
17506
17507 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17508
17509 2015-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
17515 2015-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
17520 2015-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
17532 2015-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
17537 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17538
17539 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17540 to C.
17541
17542 2015-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
17547 2015-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
17552 2015-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
17561 2015-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
17566 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17567
17568 * gdb.opt/inline-markers.c: Make z int.
17569
17570 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17571
17572 * gdb.opt/inline-markers.c: Make z volatile.
17573
17574 2015-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
17583 2015-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
17593 2015-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
17600 2015-08-21 Gary Benson <gbenson@redhat.com>
17601
17602 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17603
17604 2015-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
17609 2015-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
17614 2015-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
17619 2015-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
17624 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17625
17626 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17627 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17628
17629 2015-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
17640 2015-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
17645 2015-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
17650 2015-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
17655 2015-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
17663 2015-08-14 Keith Seitz <keiths@redhat.com>
17664
17665 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17666 "evaluated-by".
17667
17668 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17669
17670 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17671
17672 2015-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
17679 2015-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
17684 2015-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
17690 2015-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
17697 2015-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
17706 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17707
17708 * lib/gdb.exp (save_vars): New proc.
17709
17710 2015-08-11 Keith Seitz <keiths@redhat.com>
17711
17712 * gdb.base/help.exp: Update help_breakpoint_text.
17713
17714 2015-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
17723 2015-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
17736 2015-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
17742 2015-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
17748 2015-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
17754 2015-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
17759 2015-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
17774 2015-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
17780 2015-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
17787 2015-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
17793 2015-08-06 Pedro Alves <palves@redhat.com>
17794
17795 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
17796
17797 2015-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
17803 2015-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
17808 2015-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
17813 2015-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
17818 2015-08-03 Doug Evans <dje@google.com>
17819
17820 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
17821 10000.
17822
17823 2015-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
17836 2015-08-03 Doug Evans <dje@google.com>
17837
17838 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
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.
17845 * gdb.perf/lib/perftest/testresult.py
17846 (SingleStatisticTestResult.record): Handle multiple data-points.
17847
17848 2015-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
17886 2015-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
17892 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
17893
17894 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
17895
17896 2015-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
17903 2015-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
17908 2015-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
17914 2015-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
17921 2015-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
17927 2015-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
17933 2015-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
17938 2015-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
17943 2015-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
17949 2015-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
17954 2015-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
17963 2015-07-29 Pedro Alves <palves@redhat.com>
17964
17965 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
17966
17967 2015-07-29 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
17970 at the top.
17971
17972 2015-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
18005 2015-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
18014 2015-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
18023 2015-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
18028 2015-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
18036 2015-07-29 Pedro Alves <palves@redhat.com>
18037
18038 * gdb.base/varargs.exp: Use gdb_test_stdio.
18039
18040 2015-07-29 Pedro Alves <palves@redhat.com>
18041
18042 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18043
18044 2015-07-29 Pedro Alves <palves@redhat.com>
18045
18046 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18047
18048 2015-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
18055 2015-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
18060 2015-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
18066 2015-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
18076 2015-07-29 Pedro Alves <palves@redhat.com>
18077
18078 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18079
18080 2015-07-29 Pedro Alves <palves@redhat.com>
18081
18082 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18083
18084 2015-07-29 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18087 gdb_test_stdio.
18088
18089 2015-07-29 Pedro Alves <palves@redhat.com>
18090
18091 * lib/gdb.exp (gdb_test_stdio): New procedure.
18092
18093 2015-07-29 Pedro Alves <palves@redhat.com>
18094
18095 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18096
18097 2015-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
18105 2015-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
18112 2015-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
18117 2015-07-28 Pedro Alves <palves@redhat.com>
18118
18119 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18120
18121 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18122
18123 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18124
18125 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18126
18127 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18128
18129 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18130
18131 * gdb.base/gdb-sigterm-2.exp: New test.
18132
18133 2015-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
18149 2015-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
18182 2015-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
18188 2015-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
18200 2015-07-24 Doug Evans <dje@google.com>
18201
18202 * lib/gdb.exp (clean_restart): Make executable optional.
18203
18204 2015-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
18214 2015-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
18229 2015-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
18236 2015-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
18241 2015-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
18248 2015-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
18254 2015-07-24 Yao Qi <yao.qi@linaro.org>
18255
18256 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18257 restarting process.
18258
18259 2015-07-24 Yao Qi <yao.qi@linaro.org>
18260
18261 * gdb.server/ext-restart.exp: New file.
18262
18263 2015-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
18269 2015-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
18274 2015-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
18281 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18282
18283 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18284
18285 2015-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
18291 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18292
18293 Revert the previous commit:
18294 Tests for validate symbol file using build-id.
18295
18296 2015-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
18304 2015-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
18312 2015-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
18321 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18322
18323 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18324
18325 2015-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
18330 2015-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
18336 2015-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
18341 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18342
18343 * gdb.btrace/record_goto-step.exp: New.
18344
18345 2015-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
18354 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18355
18356 PR exp/18617
18357 * gdb.trace/ax.exp: Add test.
18358
18359 2015-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
18368 2015-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
18380 2015-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
18385 2015-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
18392 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18393
18394 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18395 print.
18396
18397 2015-07-07 Yao Qi <yao.qi@linaro.org>
18398
18399 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18400
18401 2015-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
18406 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18407
18408 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18409
18410 2015-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
18416 2015-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
18426 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18427
18428 * gdb.base/history-duplicates.exp: New test.
18429
18430 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18431
18432 * gdb.base/completion.exp: Test the completion of the "focus"
18433 command.
18434
18435 2015-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
18440 2015-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
18445 2015-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
18450 2015-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
18455 2015-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
18461 2015-06-22 Yao Qi <yao.qi@linaro.org>
18462
18463 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18464
18465 2015-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
18471 2015-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
18476 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18477
18478 PR gdb/16999
18479 * gdb.base/gdbhistsize-history.exp: New test.
18480
18481 2015-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
18487 2015-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
18492 2015-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
18497 2015-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
18513 2015-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
18520 2015-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
18527 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18528 Mircea Gherzan <mircea.gherzan@intel.com>
18529
18530 * gdb.arch/i386-mpx-map.c: New file.
18531 * gdb.arch/i386-mpx-map.exp: New File.
18532
18533 2015-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
18538 2015-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
18545 2015-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
18554 2015-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
18559 2015-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
18566 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18567
18568 PR gdb/15564
18569 * gdb.mi/mi-detach.exp: New file.
18570
18571 2015-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
18578 2015-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
18583 2015-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
18589 2015-05-26 Doug Evans <dje@google.com>
18590
18591 * gdb.cp/iostream.cc: New file.
18592 * gdb.cp/iostream.exp: New file.
18593
18594 2015-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
18601 2015-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
18610 2015-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
18616 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18617
18618 * lib/gdb.exp (supports_process_record): Return true for
18619 aarch64*-linux*.
18620 (supports_reverse): Likewise.
18621
18622 2015-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
18627 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18628
18629 * gdb.base/completion.exp: Add test for completion of layout
18630 names.
18631
18632 2015-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
18637 2015-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
18644 2015-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
18649 2015-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
18654 2015-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
18660 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18661
18662 * gdb.ada/arr_enum_with_gap: New testcase.
18663
18664 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18665
18666 * gdb.ada/byte_packed_arr: New testcase.
18667
18668 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18669
18670 * gdb.ada/pckd_neg: New testcase.
18671
18672 2015-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
18679 2015-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
18688 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18689
18690 * gdb.base/coredump-filter.exp: Correctly unset
18691 "coredump_var_addr" array.
18692
18693 2015-05-08 Pedro Alves <palves@redhat.com>
18694
18695 * gdb.server/non-existing-program.exp: Unset spawn_id.
18696
18697 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18698
18699 PR python/18291
18700 * gdb.python/py-xmethods.exp: Add tests.
18701
18702 2015-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
18711 2015-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
18716 2015-05-06 Pedro Alves <palves@redhat.com>
18717
18718 PR server/18081
18719 * gdb.server/non-existing-program.exp: New file.
18720
18721 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18722
18723 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18724
18725 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18726
18727 * gdb.ada/out_of_line_in_inlined: New testcase.
18728
18729 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18730
18731 * gdb.ada/var_rec_arr: New testcase.
18732
18733 2015-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
18739 2015-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
18745 2015-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
18751 2015-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
18756 2015-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
18761 2015-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
18768 2015-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
18774 2015-04-28 Sasha Smundak <asmundak@google.com>
18775
18776 * gdb.python/py-type.exp: New test.
18777
18778 2015-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
18785 2015-04-27 Joel Brobecker <brobecker@adacore.com>
18786
18787 * gdb.ada/rec_comp: New testcase.
18788
18789 2015-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
18794 2015-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
18799 2015-04-24 Yao Qi <yao.qi@linaro.org>
18800
18801 * boards/remote-gdbserver-on-localhost.exp: New file.
18802
18803 2015-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
18809 2015-04-23 Pedro Alves <palves@redhat.com>
18810
18811 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
18812
18813 2015-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
18818 2015-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
18826 2015-04-20 Gary Benson <gbenson@redhat.com>
18827
18828 * gdb.base/attach.exp: Fix three extended remote failures.
18829
18830 2015-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
18835 2015-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
18840 2015-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
18845 2015-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
18852 2015-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
18867 2015-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
18875 2015-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
18880 2015-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
18893 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
18894
18895 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
18896
18897 2015-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
18902 2015-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
18907 2015-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
18912 2015-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
18917 2015-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
18922 2015-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
18927 2015-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
18933 2015-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
18943 2015-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
18952 2015-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
18962 2015-04-10 Pedro Alves <palves@redhat.com>
18963
18964 PR gdb/18216
18965 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
18966
18967 2015-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
18974 2015-04-10 Pedro Alves <palves@redhat.com>
18975
18976 PR gdb/13858
18977 * gdb.base/step-over-no-symbols.exp: New file.
18978
18979 2015-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
18984 2015-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
18996 2015-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
19011 2015-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
19019 2015-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
19025 2015-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
19036 2015-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
19046 2015-04-07 Pedro Alves <palves@redhat.com>
19047
19048 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19049 append the substituted item, not the original item.
19050
19051 2015-04-07 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19054 gdb_expect.
19055
19056 2015-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
19061 2015-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
19067 2015-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
19075 2015-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
19082 2015-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
19087 2015-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
19092 2015-04-02 Gary Benson <gbenson@redhat.com>
19093
19094 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19095
19096 2015-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
19105 2015-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
19110 2015-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
19115 2015-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
19138 2015-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
19143 2015-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
19149 2015-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
19156 2015-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
19161 2015-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
19169 2015-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
19177 2015-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
19188 2015-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
19194 2015-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
19199 2015-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
19224 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19225
19226 * gdb.btrace/exception.exp: Increase BTS buffer size.
19227
19228 2015-03-24 Pedro Alves <palves@redhat.com>
19229
19230 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19231
19232 2015-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
19238 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19239
19240 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19241
19242 2015-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
19253 2015-03-23 Keith Seitz <keiths@redhat.com>
19254
19255 * gdb.linespec/keywords.c: New file.
19256 * gdb.linespec/keywords.exp: New file.
19257
19258 2015-03-23 Keith Seitz <keiths@redhat.com>
19259
19260 PR gdb/18021
19261 * gdb.dwarf2/staticvirtual.exp: New test.
19262
19263 2015-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
19338 2015-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
19346 2015-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
19351 2015-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
19360 2015-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
19371 2015-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
19377 2015-03-11 Andy Wingo <wingo@igalia.com>
19378
19379 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19380
19381 2015-03-11 Yao Qi <yao.qi@linaro.org>
19382
19383 * gdb.base/catch-syscall.exp: Fix typo in comments.
19384
19385 2015-03-11 Yao Qi <yao.qi@linaro.org>
19386
19387 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19388
19389 2015-03-09 Pedro Alves <palves@redhat.com>
19390
19391 * dg-extract-results.py: Delete.
19392
19393 2015-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
19401 2015-03-05 Pedro Alves <palves@redhat.com>
19402
19403 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19404
19405 2015-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
19410 2015-03-04 Pedro Alves <palves@redhat.com>
19411
19412 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19413
19414 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19415
19416 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19417
19418 2015-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
19424 2015-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
19429 2015-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
19434 2015-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
19439 2015-03-02 Pedro Alves <palves@redhat.com>
19440
19441 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19442 -1.
19443
19444 2015-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
19449 2015-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
19456 2015-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
19463 2015-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
19469 2015-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
19474 2015-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
19483 2015-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
19488 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19489
19490 * gdb.base/structs.exp: Check for correct struct on finish.
19491
19492 2015-02-26 Yao Qi <yao.qi@linaro.org>
19493
19494 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19495 is zero.
19496
19497 2015-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
19503 2015-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
19508 2015-02-23 Pedro Alves <palves@redhat.com>
19509
19510 * lib/gdb.exp (delete_breakpoints): Rewrite using
19511 gdb_test_multiple.
19512
19513 2015-02-23 Pedro Alves <palves@redhat.com>
19514
19515 * gdb.base/info-os.c: Include stdlib.h.
19516
19517 2015-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
19525 2015-02-21 Doug Evans <dje@google.com>
19526
19527 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19528
19529 2015-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
19535 2015-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
19540 2015-02-20 Pedro Alves <palves@redhat.com>
19541
19542 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19543 info probes.
19544
19545 2015-02-20 Pedro Alves <palves@redhat.com>
19546
19547 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19548
19549 2015-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
19554 2015-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
19560 2015-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
19566 2015-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
19572 2015-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
19583 2015-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
19589 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19590
19591 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19592
19593 2015-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
19598 2015-02-10 Doug Evans <xdje42@gmail.com>
19599
19600 * lib/gdb.exp (gdb_load): Always return a result.
19601
19602 2015-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
19607 2015-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
19612 2015-02-09 Mark Wielaard <mjw@redhat.com>
19613
19614 * gdb.dwarf2/atomic.c: New file.
19615 * gdb.dwarf2/atomic-type.exp: Likewise.
19616
19617 2015-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
19630 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19631
19632 * gdb.btrace/buffer-size: New.
19633
19634 2015-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
19646 2015-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
19651 2015-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
19664 2015-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
19677 2015-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
19685 2015-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
19691 2015-01-31 Doug Evans <xdje42@gmail.com>
19692
19693 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19694
19695 2015-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
19701 2015-01-31 Doug Evans <xdje42@gmail.com>
19702
19703 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19704
19705 2015-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
19716 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19717
19718 * gdb.ada/disc_arr_bound: New testcase.
19719
19720 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19721
19722 * gdb.ada/mi_var_array: New testcase.
19723
19724 2015-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
19730 2015-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
19737 2015-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
19760 2015-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
19765 2015-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
19772 2015-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
19777 2015-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
19789 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
19790
19791 * gdb.compile/compile.exp (pointer to jit function): New test.
19792
19793 2015-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
19799 2015-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
19806 2015-01-15 Joel Brobecker <brobecker@adacore.com>
19807
19808 * gdb.ada/var_arr_attrs: New testcase.
19809
19810 2015-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
19818 2015-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
19824 2015-01-13 Doug Evans <dje@google.com>
19825
19826 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
19827 binary.
19828
19829 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19830
19831 * Makefile.in (clean mostlyclean): Do not delete *.py.
19832
19833 2015-01-13 Joel Brobecker <brobecker@adacore.com>
19834
19835 * gdb.python/py-lookup-type.exp: New file.
19836
19837 2015-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
19842 2015-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
19847 2015-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
19858 2015-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
19866 2015-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
19871 2015-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
19889 2015-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
19903 2015-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
19908 2014-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
19919 2015-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
19933 2015-01-08 Yao Qi <yao@codesourcery.com>
19934
19935 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
19936
19937 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19938
19939 Fix testcase compilation.
19940 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
19941
19942 2015-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
19947 2015-01-02 Doug Evans <xdje42@gmail.com>
19948
19949 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
19950
19951 2015-01-02 Doug Evans <dje@google.com>
19952
19953 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
19954
19955 2014-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
19960 2014-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
19968 2014-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
19974 2014-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
19985 2014-12-16 Doug Evans <xdje42@gmail.com>
19986
19987 * boards/stabs.exp: New file.
19988
19989 2014-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
19994 2014-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
20000 2014-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
20037 2014-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
20042 2014-12-15 Jason Merrill <jason@redhat.com>
20043
20044 * Makefile.in (check-gdb.%): Restore.
20045 * README: Mention it.
20046
20047 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20048
20049 * gdb.ada/str_uninit: New testcase.
20050
20051 2014-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
20058 2014-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
20081 2014-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
20086 2014-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
20091 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20092
20093 * gdb.base/completion.exp: Add test for completion of "info
20094 registers ".
20095
20096 2014-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
20101 2014-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
20107 2014-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
20112 2014-12-08 Doug Evans <dje@google.com>
20113
20114 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20115
20116 2014-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
20123 2014-12-05 Yao Qi <yao@codesourcery.com>
20124
20125 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20126
20127 2014-12-04 Doug Evans <dje@google.com>
20128
20129 * gdb.python/py-objfile.exp: Add tests for
20130 objfile.add_separate_debug_file.
20131
20132 2014-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
20138 2014-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
20150 2014-12-02 Doug Evans <dje@google.com>
20151
20152 PR symtab/17602
20153 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20154 * gdb.cp/anon-ns2.cc: ... here. New file.
20155 * gdb.cp/anon-ns.exp: Update.
20156
20157 2014-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
20165 2014-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
20171 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20172
20173 * gdb.python/python.exp: Change expected reply to help().
20174
20175 2014-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
20181 2014-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
20187 2014-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
20198 2014-11-28 Yao Qi <yao@codesourcery.com>
20199
20200 * gdb.base/break-probes.exp: Match library name prefixed with
20201 sysroot.
20202
20203 2014-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
20209 2014-11-26 Doug Evans <dje@google.com>
20210
20211 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20212
20213 2014-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
20223 2014-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
20229 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.ada/n_arr_bound: New testcase.
20232
20233 2014-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
20240 2014-11-20 Doug Evans <xdje42@gmail.com>
20241
20242 * gdb.base/maint.exp: Update expected output.
20243
20244 2014-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
20249 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20250
20251 * gdb.ada/arr_arr: New testcase.
20252
20253 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20254
20255 * gdb.ada/pkd_arr_elem: New Testcase.
20256
20257 2014-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
20271 2014-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
20278 2014-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
20284 2014-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
20294 2014-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
20299 2014-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
20306 2014-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
20314 2014-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
20319 2014-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
20325 2014-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
20335 2014-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
20342 2014-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
20347 2014-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
20391 2014-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
20440 2014-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
20446 2014-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
20452 2014-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
20459 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20460
20461 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20462 variant.
20463
20464 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20465
20466 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20467
20468 2014-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
20477 2014-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
20487 2014-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
20493 2014-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
20499 2014-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
20505 2014-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
20512 2014-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
20518 2014-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
20524 2014-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
20530 2014-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
20537 2014-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
20543 2014-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
20548 2014-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
20559 2014-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
20567 2014-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
20573 2014-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
20579 2014-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
20584 2014-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
20591 2014-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
20597 2014-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
20625 2014-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
20632 2014-10-29 Yao Qi <yao@codesourcery.com>
20633
20634 * gdb.base/fileio.exp: Make directories on host.
20635
20636 2014-10-29 Yao Qi <yao@codesourcery.com>
20637
20638 * gdb.base/fileio.c (test_write): Close the file.
20639
20640 2014-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
20654 2014-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
20666 2014-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
20688 2014-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
20696 2014-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
20707 2014-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
20713 2014-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
20723 2014-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
20734 2014-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
20739 2014-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
20747 2014-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
20772 2014-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
20781 2014-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
20792 2014-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
20798 2014-10-17 Doug Evans <dje@google.com>
20799
20800 * gdb.python/py-objfile.exp: Test progspace attribute.
20801
20802 2014-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
20825 2014-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
20830 2014-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
20836 2014-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
20842 2014-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
20848 2014-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
20861 2014-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
20877 2014-10-16 Yao Qi <yao@codesourcery.com>
20878
20879 * gdb.base/remotetimeout.exp: Remove noargs checking.
20880
20881 2014-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
20892 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
20893
20894 * gdb.dlang/demangle.exp: Update for demangling changes.
20895
20896 2014-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
20901 2014-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
20908 2014-10-15 Yao Qi <yao@codesourcery.com>
20909
20910 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
20911 remote host.
20912
20913 2014-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
20920 2014-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
20928 2014-10-14 Joel Brobecker <brobecker@adacore.com>
20929
20930 * gdb.ada/addr_arith: New testcase.
20931
20932 2014-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
20939 2014-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
20945 2014-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
20961 2014-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
20967 2014-10-13 Doug Evans <dje@google.com>
20968
20969 * gdb.python/py-objfile.exp: Change name of file name test.
20970
20971 2014-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
20976 2014-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
20983 2014-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
20989 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20990
20991 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
20992
20993 2014-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
20998 2014-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
21005 2014-10-11 Yao Qi <yao@codesourcery.com>
21006
21007 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21008
21009 2014-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
21017 2014-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
21027 2014-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
21034 2014-10-02 Doug Evans <dje@google.com>
21035
21036 * gdb.base/structs.c (main): Don't run forever.
21037
21038 2014-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
21043 2014-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
21049 2014-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
21055 2014-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
21060 2014-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
21065 2014-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
21070 2014-09-30 Yao Qi <yao@codesourcery.com>
21071
21072 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21073 false.
21074
21075 2014-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
21080 2014-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
21085 2014-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
21092 2014-09-18 Doug Evans <dje@google.com>
21093
21094 * gdb.dwarf2/symtab-producer.exp: New file.
21095
21096 2014-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
21103 2014-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
21114 2014-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
21120 2014-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
21126 2014-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
21131 2014-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
21149 2014-09-16 Yao Qi <yao@codesourcery.com>
21150
21151 * boards/local-remote-host-native.exp: New file.
21152
21153 2014-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
21160 2014-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
21165 2014-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
21173 2014-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
21197 2014-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
21203 2014-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
21211 2014-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
21219 2014-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
21230 2014-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
21235 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21236
21237 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21238
21239 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21240
21241 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21242
21243 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21244
21245 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21246
21247 2014-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
21252 2014-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
21259 2014-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
21269 2014-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
21275 2014-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
21286 2014-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
21291 2014-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
21296 2014-09-09 Doug Evans <xdje42@gmail.com>
21297
21298 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21299
21300 2014-09-09 Yao Qi <yao@codesourcery.com>
21301
21302 * gdb.mi/mi-var-display.exp: Set print symbol off.
21303
21304 2014-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
21314 2014-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
21322 2014-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
21328 2014-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
21334 2014-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
21340 2014-09-03 Sasha Smundak <asmundak@google.com>
21341
21342 * gdb.python/py-frame.exp: Test Frame.read_register.
21343
21344 2014-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
21350 2014-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
21357 2014-08-27 Doug Evans <dje@google.com>
21358
21359 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21360
21361 2014-08-25 Doug Evans <dje@google.com>
21362
21363 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21364 (main): Ditto.
21365
21366 2014-08-25 Doug Evans <dje@google.com>
21367
21368 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21369
21370 2014-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
21376 2014-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
21383 2014-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
21390 2014-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
21395 2014-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
21405 2014-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
21421 2014-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
21427 2014-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
21435 2014-08-19 Pedro Alves <palves@redhat.com>
21436
21437 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21438
21439 2014-08-19 Yao Qi <yao@codesourcery.com>
21440
21441 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21442 right line.
21443
21444 2014-08-18 David Blaikie <dblaikie@gmail.com>
21445
21446 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21447
21448 2014-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
21453 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21454
21455 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21456
21457 2014-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
21463 2014-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
21470 2014-08-15 Yao Qi <yao@codesourcery.com>
21471
21472 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21473 false.
21474
21475 2014-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
21482 2014-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
21487 2014-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
21504 2014-08-09 Yao Qi <yao@codesourcery.com>
21505
21506 PR testsuite/13443
21507 * gdb.mi/mi-var-display.exp: Make test messages unique.
21508
21509 2014-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
21514 2014-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
21519 2014-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
21526 2014-07-30 Pedro Alves <palves@redhat.com>
21527
21528 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21529 comment.
21530
21531 2014-07-29 Yao Qi <yao@codesourcery.com>
21532
21533 PR gdb/17206
21534 * gdb.base/until-nodebug.exp: New.
21535
21536 2014-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
21543 2014-07-28 Will Newton <will.newton@linaro.org>
21544
21545 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21546
21547 2014-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
21553 2014-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
21562 2014-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
21590 2014-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
21599 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21600
21601 PR gdb/17170
21602 * gdb.base/statistics.exp: New file.
21603
21604 2014-07-17 Doug Evans <dje@google.com>
21605
21606 PR gdb/17170
21607 * gdb.base/maint.exp: Update testing of per-command stats.
21608
21609 2014-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
21626 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21627
21628 * gdb.base/debug-expr.exp: Test string evaluation with
21629 "debug expression" on.
21630
21631 2014-07-15 Pedro Alves <palves@redhat.com>
21632
21633 * gdb.base/reread.exp: Use clean_restart.
21634
21635 2014-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
21640 2014-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
21645 2014-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
21650 2014-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
21656 2014-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
21662 2014-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
21673 2014-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
21678 2014-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
21683 2014-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
21688 2014-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
21693 2014-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
21703 2014-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
21709 2014-07-11 Yao Qi <yao@codesourcery.com>
21710
21711 * gdb.base/exprs.exp: "set print symbol off".
21712
21713 2014-07-11 Pedro Alves <palves@redhat.com>
21714
21715 * gdb.threads/kill.c: New file.
21716 * gdb.threads/kill.exp: New file.
21717
21718 2014-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
21724 2014-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
21729 2014-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
21738 2014-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
21746 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
21747
21748 * gdb.btrace/segv.exp: New.
21749 * gdb.btrace/segv.c: New.
21750
21751 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
21752
21753 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
21754 instruction.
21755
21756 2014-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
21764 2014-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
21769 2014-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
21774 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
21775
21776 * gdb.btrace/gcore.exp: New.
21777
21778 2014-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
21783 2014-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
21789 2014-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
21795 2014-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
21800 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
21801
21802 * gdb.dlang/expression.exp: New file.
21803
21804 2014-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
21811 2014-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
21816 2014-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
21825 2014-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
21833 calls to test_follow_fork and reset GDB for subsequent
21834 procedure calls.
21835
21836 2014-06-17 Yao Qi <yao@codesourcery.com>
21837
21838 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
21839 CP1252.
21840
21841 2014-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
21847 2014-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
21853 2014-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
21862 2014-06-12 Tom Tromey <tromey@redhat.com>
21863
21864 * gdb.base/completion.exp: Don't use directory name in test.
21865
21866 2014-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
21876 2014-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
21887 2014-06-06 Doug Evans <xdje42@gmail.com>
21888
21889 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
21890
21891 2014-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
21898 2014-06-06 Pedro Alves <palves@redhat.com>
21899
21900 * gdb.base/break-unload-file.exp: Fix typo.
21901
21902 2014-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
21907 2014-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
21914 2014-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
21923 2014-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
21928 2014-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
21934 2014-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
21939 2014-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
21944 2014-06-04 Doug Evans <xdje42@gmail.com>
21945
21946 * gdb.guile/scm-generics.exp: Delete.
21947
21948 2014-06-04 Doug Evans <xdje42@gmail.com>
21949
21950 * gdb.guile/scm-breakpoint.exp: Update.
21951 Add tests for breakpoint registration.
21952
21953 2014-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
21961 2014-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
21968 2014-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
21973 2014-06-04 Yao Qi <yao@codesourcery.com>
21974
21975 * gdb.base/default.exp: Replace "child" with "native" in
21976 regexp pattern.
21977
21978 2014-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
21985 2014-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
21992 2014-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
21997 2014-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
22002 2014-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
22008 2014-06-02 Doug Evans <xdje42@gmail.com>
22009
22010 * gdb.guile/scm-parameter.exp: New file.
22011
22012 2014-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
22017 2014-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
22033 2014-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
22038 2014-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
22043 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22044
22045 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22046
22047 2014-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
22053 2014-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
22059 2014-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
22067 2014-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
22073 2014-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
22080 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22081
22082 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22083
22084 2014-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
22113 2014-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
22119 2014-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
22128 2014-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
22133 2014-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
22139 2014-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
22144 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22145
22146 * gdb.btrace/vdso.c: New.
22147 * gdb.btrace/vdso.exp: New.
22148
22149 2014-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
22154 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22155
22156 * gdb.btrace/data.exp: Test memory access during btrace replay.
22157
22158 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22159
22160 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22161
22162 2014-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
22175 2014-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
22184 2014-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
22189 2014-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
22194 2014-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
22201 2014-05-21 Pedro Alves <palves@redhat.com>
22202
22203 * gdb.base/default.exp: Test "target native" instead of "target
22204 child".
22205
22206 2014-05-21 Mark Wielaard <mjw@redhat.com>
22207
22208 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22209
22210 2014-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
22219 2014-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
22224 2014-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
22229 2014-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
22234 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22235
22236 * gdb.btrace/nohist.exp: New.
22237
22238 2014-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
22245 2014-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
22251 2014-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
22256 2014-05-16 Doug Evans <dje@google.com>
22257
22258 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22259 * gdb.base/completion.exp: Check that all expected files exist
22260 before doing file completion.
22261
22262 2014-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
22268 2014-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
22273 2014-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
22279 2014-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
22285 2014-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
22291 2014-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
22296 2014-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
22303 2014-05-14 Yao Qi <yao@codesourcery.com>
22304
22305 * boards/local-remote-host-notty.exp (${board}_file): New
22306 proc.
22307
22308 2014-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
22314 2014-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
22319 2014-05-05 Keith Seitz <keiths@redhat.com>
22320
22321 * gdb.linespec/ls-dollar.exp: Add test for linespec
22322 file:convenience_variable.
22323
22324 2014-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
22336 2014-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
22348 2014-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
22356 2014-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
22362 2014-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
22369 2014-05-01 Pedro Alves <palves@redhat.com>
22370
22371 * boards/local-remote-host.exp: New file.
22372
22373 2014-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
22378 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22379
22380 * gdb.ada/dyn_arrayidx: New testcase.
22381
22382 2014-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
22392 2014-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
22399 2014-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
22415 2014-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
22427 2014-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
22433 2014-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
22440 2014-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
22447 2014-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
22454 2014-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
22458 2014-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
22465 2014-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
22472 2014-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
22508 2014-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
22524 2014-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
22534 2014-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
22539 2014-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
22544 2014-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
22552 2014-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
22562 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22563
22564 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22565
22566 2014-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
22571 2014-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
22581 2014-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
22587 2014-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
22594 2014-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
22614 2014-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
22619 2014-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
22624 2014-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
22633 2014-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
22641 2014-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
22668 2014-04-15 Pedro Alves <palves@redhat.com>
22669
22670 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22671
22672 2014-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
22684 2014-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
22689 2014-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
22699 2014-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
22707 2014-04-14 Tom Tromey <tromey@redhat.com>
22708
22709 * gdb.dwarf2/enum-type.exp: New file.
22710
22711 2014-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
22716 2014-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
22721 2014-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
22726 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22727
22728 * gdb.dwarf2/count.exp: New file.
22729
22730 2014-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
22735 2014-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
22741 2014-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
22747 2014-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
22752 2014-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
22773 2014-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
22779 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22780
22781 * gdb.mi/mi-vla-c99.exp: New file.
22782 * gdb.mi/vla.c: New file.
22783
22784 2014-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
22789 2014-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
22794 2014-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
22799 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22800
22801 * gdb.dwarf2/count.exp: New file.
22802
22803 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
22804
22805 * gdb.base/vla-sideeffect.c: New file.
22806 * gdb.base/vla-sideeffect.exp: New file.
22807
22808 2014-04-11 Yao Qi <yao@codesourcery.com>
22809
22810 * gdb.base/completion.exp: Check file exists before running tests
22811 on file completion.
22812
22813 2014-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
22822 2014-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
22827 2014-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
22832 2014-04-07 David Blaikie <dblaikie@gmail.com>
22833
22834 * lib/compiler.c: Identify the clang compiler.
22835 * lib/compiler.cc: Ditto.
22836
22837 2014-04-03 Yao Qi <yao@codesourcery.com>
22838
22839 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
22840
22841 2014-04-01 Anton Blanchard <anton@samba.org>
22842
22843 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
22844 messages unique.
22845
22846 2014-04-01 Anton Blanchard <anton@samba.org>
22847
22848 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
22849 prepare_for_testing.
22850
22851 2014-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
22857 2014-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
22863 2014-03-31 Yao Qi <yao@codesourcery.com>
22864
22865 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
22866
22867 2014-03-28 Joel Brobecker <brobecker@adacore.com>
22868
22869 * gdb.ada/mi_dyn_arr: New testcase.
22870
22871 2014-03-27 Doug Evans <dje@google.com>
22872
22873 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
22874
22875 2014-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
22880 2014-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
22894 2014-03-26 Yao Qi <yao@codesourcery.com>
22895
22896 * gdb.base/macscp.exp: Fix code format issues.
22897
22898 2014-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
22903 2014-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
22910 2014-03-24 Doug Evans <dje@google.com>
22911
22912 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
22913 using fission.
22914
22915 2014-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
22927 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
22928
22929 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
22930
22931 2014-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.
22935 * gdb.guile/guile.exp (guile not supported): Verify multi-line
22936 guile command issues an error.
22937
22938 2014-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
22943 2014-03-21 Hui Zhu <hui@codesourcery.com>
22944
22945 * gdb.base/attach.exp (do_command_attach_tests): New.
22946
22947 2014-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
22954 2014-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
22962 2014-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
22970 2014-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
22977 2014-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
22982 2014-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
22991 2014-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
22996 2014-03-19 Pedro Alves <palves@redhat.com>
22997
22998 * gdb.base/async.exp: Remove early return.
22999
23000 2014-03-19 Pedro Alves <palves@redhat.com>
23001
23002 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23003
23004 2014-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
23009 2014-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
23014 2014-03-19 Pedro Alves <palves@redhat.com>
23015
23016 * gdb.base/async.exp: Use prepare_for_testing.
23017
23018 2014-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
23023 2014-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
23032 2014-03-19 Pedro Alves <palves@redhat.com>
23033
23034 * gdb.base/async.exp: Don't frob gdb_protocol.
23035
23036 2014-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
23041 2014-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
23047 2014-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
23054 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23055
23056 * gdb.ada/pckd_arr_ren: New testcase.
23057
23058 2014-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
23064 2014-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
23070 2014-03-13 Pedro Alves <palves@redhat.com>
23071
23072 * gdb.base/default.exp: Don't test "target procfs".
23073
23074 2014-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
23079 2014-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
23086 2014-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
23094 2014-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
23100 2014-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
23112 2014-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
23117 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23118
23119 * gdb.ada/tagged_access: New testcase.
23120
23121 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23122
23123 * gdb.btrace/data.exp: Update expected output.
23124
23125 2014-03-06 Yao Qi <yao@codesourcery.com>
23126
23127 * gdb.trace/pr16508.exp: New file.
23128
23129 2014-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
23137 2014-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
23142 2014-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
23151 2014-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
23157 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23158
23159 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23160
23161 2014-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
23166 2014-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
23172 2014-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
23179 PR gdb/16626
23180 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23181
23182 2014-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
23187 2014-02-24 Doug Evans <dje@google.com>
23188
23189 * lib/gdb.exp (run_on_host): Log error output if program fails.
23190
23191 2014-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
23199 2014-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
23208 2014-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
23213 2014-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
23222 2014-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
23229 2014-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
23238 2014-02-18 Doug Evans <dje@google.com>
23239
23240 * Makefile.in (check-parallel): rm -rf outputs temp.
23241
23242 2014-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
23247 2014-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
23256 2014-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
23261 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23262
23263 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23264 "kill -SIGUSR1 -1".
23265
23266 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23267
23268 * gdb.ada/tick_length_array_enum_idx: New testcase.
23269
23270 2014-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
23331 2014-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
23338 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23339
23340 * gdb.python/py-framefilter.exp: Fix typo.
23341
23342 2014-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
23348 2014-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
23354 2014-02-07 Pedro Alves <palves@redhat.com>
23355
23356 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23357
23358 2014-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
23363 2014-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
23370 2014-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
23375 2014-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
23383 2014-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
23390 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23391
23392 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23393
23394 2014-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
23399 2014-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
23404 2014-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
23411 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23412
23413 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23414
23415 2014-01-23 Tom Tromey <tromey@redhat.com>
23416
23417 * gdb.ada/array_char_idx: New testcase.
23418
23419 2014-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
23426 2014-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
23433 2014-01-22 Doug Evans <dje@google.com>
23434
23435 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23436
23437 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23438
23439 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23440
23441 2014-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
23446 2014-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
23453 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23454
23455 * gdb.base/info-macros.exp: Remove "debug" from the compile
23456 options.
23457
23458 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23459
23460 * gdb.dlang/demangle.exp: New file.
23461
23462 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23463
23464 * gdb.dlang/primitive-types.exp: New file.
23465
23466 2014-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
23475 2014-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
23493 2014-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
23503 2014-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
23508 2014-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
23515 2014-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
23520 2014-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
23534 2014-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
23539 2014-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
23546 2014-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
23551 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23552
23553 * gdb.btrace/enable.exp: Update expected text.
23554
23555 2014-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
23560 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23561
23562 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23563
23564 2014-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
23569 2014-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
23578 2014-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
23586 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23587
23588 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23589
23590 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23591
23592 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23593
23594 2014-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
23598 mi_gdb_target_load.
23599
23600 2014-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
23605 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23606
23607 * gdb.base/source-dir.exp: New file.
23608
23609 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23610
23611 * gdb.ada/mi_interface: New testcase.
23612
23613 2014-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
23619 2014-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
23625 For older changes see ChangeLog-1993-2013.
23626 \f
23627 ;; Local Variables:
23628 ;; mode: change-log
23629 ;; left-margin: 8
23630 ;; fill-column: 74
23631 ;; version-control: never
23632 ;; End:
23633
23634 Copyright 2014-2021 Free Software Foundation, Inc.
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 0.525878 seconds and 4 git commands to generate.