]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
gdb/testsuite: remove duplicate test names from gdb.cp/gdb2384.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.cp/gdb2384.cc (main): Change comments used for breakpoints.
4 * gdb.cp/gdb2384.exp: Change and extend test names to avoid
5 duplicates, and also to avoid having a string inside parentheses
6 at the end of test names.
7
8 2021-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
9
10 * gdb.cp/nsusing.exp: Rewrite test, remove a duplicate test block.
11 Avoid repeated uses of 'runto', and instread just progress once
12 through the test stopping at different breakpoints. Give comments
13 a capital letter and full stop. Give duplicate tests unique names.
14
15 2021-03-25 Pedro Alves <pedro@palves.net>
16
17 * gdb.server/stop-reply-no-thread-multi.exp (run_test): Add
18 "target_non_stop" parameter and use it.
19 (top level): Add "maint set target-non-stop on/off" testing axis.
20
21 2021-03-25 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * lib/ada.exp (gnat_runtime_has_debug_info): Use -wrap with
24 gdb_test_multiple.
25
26 2021-03-24 Luis Machado <luis.machado@linaro.org>
27
28 * gdb.arch/aarch64-mte.c: New file.
29 * gdb.arch/aarch64-mte.exp: New test.
30 * gdb.base/memtag.c: New file.
31 * gdb.base/memtag.exp: New test.
32 * lib/gdb.exp (supports_memtag): New function.
33
34 2021-03-24 Luis Machado <luis.machado@linaro.org>
35
36 * gdb.base/options.exp: Adjust for new print options.
37 * gdb.base/with.exp: Likewise.
38
39 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.dwarf2/dw2-missing-cu-tag.c: New file.
42 * gdb.dwarf2/dw2-missing-cu-tag.exp: New file.
43
44 2021-03-22 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.dwarf2/dw2-using-debug-str.c: New file.
47 * gdb.dwarf2/dw2-using-debug-str.exp: New file.
48 * lib/dwarf.exp (Dwarf::DW_FORM_strp): Create .debug_str section,
49 not .debug_string.
50
51 2021-03-20 Tom Tromey <tom@tromey.com>
52
53 * gdb.base/maint.exp: Update "maint print statistics" output.
54
55 2021-03-19 Kevin Buettner <kevinb@redhat.com>
56
57 * lib/gdbserver-support.exp (gdbserver_exit): Use the
58 "-nowait" flag when waiting for gdbserver to exit.
59
60 2021-03-19 Sourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
61
62 * gdb.base/info-macros.exp: Append -fdebug-macro to
63 additional_flags for clang.
64 * gdb.base/macscp.exp: Likewise.
65 * gdb.base/style.exp: Likewise.
66 * gdb.linespec/macro-relative.exp: Likewise.
67
68 2021-03-17 Simon Marchi <simon.marchi@polymtl.ca>
69 Pedro Alves <pedro@palves.net>
70
71 * gdb.base/run-attach-while-running.exp: New.
72 * gdb.base/run-attach-while-running.c: New.
73
74 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
75
76 * gdb.python/py-framefilter-addr.c: New file.
77 * gdb.python/py-framefilter-addr.exp: New file.
78 * gdb.python/py-framefilter-addr.py: New file.
79
80 2021-03-16 Andrew Burgess <andrew.burgess@embecosm.com>
81
82 * gdb.threads/execl.exp: Remove duplicate 'info threads' test.
83 Make use of $gdb_test_name instead of creating a separate $test
84 variable.
85 * gdb.threads/print-threads.exp: Add a with_test_prefix instead of
86 adding a '($name)' at the end of each test. This also catches the
87 one place where '($name)' was missing, and so caused a duplicate
88 test name.
89 * gdb.threads/queue-signal.exp: Give tests unique names to avoid
90 duplicate test names based on the command being tested.
91 * gdb.threads/signal-command-multiple-signals-pending.exp:
92 Likewise.
93 * lib/gdb.exp (gdb_compile_shlib_pthreads): Tweak test name to
94 avoid duplicate testnames when a test script uses this proc and
95 also gdb_compile_pthreads.
96 * lib/prelink-support.exp (build_executable_own_libs): Use
97 with_test_prefix to avoid duplicate test names when we call
98 build_executable twice.
99
100 2021-03-15 Tom Tromey <tromey@adacore.com>
101
102 * gdb.ada/fixed_points.exp: Add tests of unary + and -.
103
104 2021-03-15 Tom Tromey <tromey@adacore.com>
105
106 * gdb.ada/varsize_limit.exp: Add new test.
107 * gdb.ada/varsize_limit/vsizelim.adb: Update.
108
109 2021-03-15 Tom Tromey <tromey@adacore.com>
110
111 * gdb.ada/operator_call/twovecs.ads: New file.
112 * gdb.ada/operator_call/twovecs.adb: New file.
113 * gdb.ada/operator_call/opcall.adb: New file.
114 * gdb.ada/operator_call.exp: New file.
115
116 2021-03-15 Tom Tromey <tromey@adacore.com>
117
118 * gdb.ada/enums_overload/enums_overload_main.adb: New file.
119 * gdb.ada/enums_overload/enums_overload.ads: New file.
120 * gdb.ada/enums_overload/enums_overload.adb: New file.
121 * gdb.ada/enums_overload.exp: New file.
122
123 2021-03-15 Tom Tromey <tromey@adacore.com>
124
125 * gdb.ada/assign_arr/target_wrapper.ads (IArray, Put, Do_Nothing):
126 Declare.
127 * gdb.ada/assign_arr/target_wrapper.adb: New file.
128 * gdb.ada/assign_arr/main_p324_051.adb (IValue): New variable.
129 Call Put.
130 * gdb.ada/assign_arr.exp: Update.
131
132 2021-03-15 Andrew Burgess <andrew.burgess@embecosm.com>
133
134 * gdb.python/py-auto-load-chaining-f1.c: New file.
135 * gdb.python/py-auto-load-chaining-f1.o-gdb.py: New file.
136 * gdb.python/py-auto-load-chaining-f2.c: New file.
137 * gdb.python/py-auto-load-chaining-f2.o-gdb.py: New file.
138 * gdb.python/py-auto-load-chaining.c: New file.
139 * gdb.python/py-auto-load-chaining.exp: New file.
140
141 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * gdb.python/py-bad-printers.exp: Extend test names to make them
144 unique.
145 * gdb.python/py-events.exp: Likewise.
146 * gdb.python/py-finish-breakpoint2.exp: Likewise.
147 * gdb.python/py-frame-inline.exp: Likewise.
148 * gdb.python/py-frame.exp: Likewise.
149 * gdb.python/py-infthread.exp: Likewise.
150
151 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.python/py-value-cc.exp: Remove a duplicate test.
154
155 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
156
157 * gdb.python/lib-types.exp: Update the test to check the correct
158 python variable.
159
160 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
161
162 * gdb.python/py-explore-cc.exp: Extend test names to make them
163 unique.
164
165 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
166
167 * gdb.python/py-lookup-type.exp: Remove duplicate test.
168
169 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.python/py-symtab.exp: Extend test names to make them
172 unique.
173
174 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
175
176 * gdb.python/py-prompt.exp: Add with_test_prefix to make test
177 names unique.
178
179 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
180
181 * gdb.python/py-block.exp: Give tests unique names.
182
183 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
184
185 * gdb.python/py-pp-maint.exp: Extend test names to make them
186 unique.
187
188 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
189
190 * gdb.python/py-explore.exp: Add with_test_prefix to make test
191 names unique.
192
193 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
194
195 * gdb.python/py-finish-breakpoint.exp: Make test names unique.
196
197 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.python/py-strfns.exp: Use with_test_prefix to make test
200 names unique.
201
202 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
203
204 * gdb.python/py-format-string.exp: Use proc_with_prefix to make
205 test names unique.
206
207 2021-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.python/py-mi.exp: Use with_test_prefix to make test names
210 unique.
211
212 2021-03-09 Tom Tromey <tromey@adacore.com>
213
214 * gdb.base/cast-call.exp: New file.
215 * gdb.base/cast-call.c: New file.
216
217 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
218
219 * gdb.gdb/python-helper.exp: New file.
220
221 2020-03-04 Felix Willgerodt <felix.willgerodt@intel.com>
222
223 * gdb.fortran/intrinsics.exp: Add LOC tests.
224
225 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
226
227 * gdb.fortran/shape.exp: New file.
228 * gdb.fortran/shape.f90: New file.
229
230 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.fortran/size.exp: New file.
233 * gdb.fortran/size.f90: New file.
234
235 2021-03-09 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.fortran/rank.exp: New file.
238 * gdb.fortran/rank.f90: New file.
239
240 2021-03-08 Tom Tromey <tom@tromey.com>
241
242 * gdb.fortran/debug-expr.exp: Update tests.
243
244 2021-03-08 Tom Tromey <tom@tromey.com>
245
246 * gdb.base/debug-expr.exp: Update expected dump output.
247
248 2021-03-06 Tom Tromey <tom@tromey.com>
249
250 * lib/dwarf.exp (_handle_DW_FORM): Treat DW_FORM_GNU_ref_alt and
251 DW_FORM_GNU_strp_alt like DW_FORM_sec_offset.
252 * gdb.dwarf2/dwznolink.exp: New file.
253
254 2021-03-05 Mark Wielaard <mark@klomp.org>
255
256 * lib/valgrind.exp (vgdb_start): Add --wait=1 to vgdbcmd.
257
258 2021-03-06 Weimin Pan <weimin.pan@oracle.com>
259
260 * gdb.base/ctf-ptype.exp: Add function tests and fix typos.
261
262 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
263
264 * gdb.btrace/rn-dl-bind.exp: Add ldflags=-Wl,-z,lazy.
265
266 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
267
268 * gdb.btrace/non-stop.exp: Adjust expected source lines.
269
270 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
271
272 * gdb.btrace/stepi.exp: Add {} options to prepare_for_testing.
273
274 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
275
276 * gdb.btrace/exception.cc (main): Update test source.
277 * gdb.btrace/exception.exp: Update patterns.
278 * gdb.btrace/function_call_history.exp: Likewise.
279
280 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
281
282 * gdb.btrace/unknown_functions.exp: Move -Wl,-x to ldflags.
283
284 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
285
286 * gdb.btrace/rn-dl-bind.exp: Replace reverse-step with
287 reverse-continue to breakpoint.
288
289 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
290
291 * gdb.btrace/delta.exp: Remove instruction-history and
292 function-call-history checks.
293
294 2021-03-03 Markus Metzger <markus.t.metzger@intel.com>
295
296 * README (Note): Add nopie_ldflag.
297 * lib/gdb.exp (gdb_compile): Extend nopie handling.
298
299 2021-03-02 Tom Tromey <tromey@adacore.com>
300
301 * gdb.ada/fixed_points.exp: Remove most special cases for minimal
302 encodings.
303
304 2021-02-27 Lancelot Six <lsix@lancelotix.com>
305
306 PR gdb/27393
307 * gdb.base/source-dir.exp: Test that empty dirnames are skipped.
308
309
310 2021-02-26 Tom Tromey <tom@tromey.com>
311
312 * lib/gdb.exp (skip_ctf_tests): Use expr on result.
313
314 2021-02-26 Jan Vrany <jan.vrany@labware.com>
315
316 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
317 Remove trailing \n from expected output.
318
319 2021-02-26 Markus Metzger <markus.t.metzger@intel.com>
320
321 * lib/gdb.exp (use_gdb_stub): Extend comment.
322
323 2021-02-25 Jan Matyas <jmatyas@codasip.com>
324
325 PR gdb/26819
326 * gdb.server/stop-reply-no-thread.exp: Add two test
327 scenarios that cover remote targets which do not have
328 the concept of threads.
329
330 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
331
332 * gdb.fortran/associated.exp: Add missing '-wrap' argument.
333
334 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
335
336 PR fortran/26155
337 * gdb.fortran/call-no-debug-func.f90: New file.
338 * gdb.fortran/call-no-debug-prog.f90: New file.
339 * gdb.fortran/call-no-debug.exp: New file.
340
341 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.fortran/associated.exp: New file.
344 * gdb.fortran/associated.f90: New file.
345
346 2021-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
347
348 * gdb.fortran/dot-ops.exp (dot_operations): Test ".xor.".
349
350 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * gdb.base/sect-cmd.exp: Update expected results.
353
354 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
355
356 * gdb.base/sect-cmd.exp: Rewrite using modern testsuite
357 techniques. Enable the test for all targets.
358
359 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
360
361 * gdb.base/maint-info-sections.exp: Add new tests.
362 (check_maint_info_target_sections_output): New proc.
363
364 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.arch/riscv-default-tdesc.exp: New file.
367
368 2021-02-24 Andrew Burgess <andrew.burgess@embecosm.com>
369
370 * gdb.fortran/pointer-to-pointer.exp: Additional tests.
371
372 2021-02-18 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * gdb.arch/i386-biarch-core.exp: Add target check.
375
376 2021-02-16 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
377
378 * gdb.dwarf2/pr13961.S: Corrected invalid DIE references.
379
380 2021-02-12 Andrew Burgess <andrew.burgess@embecosm.com>
381
382 * gdb.fortran/allocated.exp: New file.
383 * gdb.fortran/allocated.f90: New file.
384
385 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.fortran/lbound-ubound.exp: Remove old comment.
388
389 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
390
391 * gdb.base/maint-info-sections.exp: Update expected output, and
392 add additional tests. Again.
393
394 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
395
396 * gdb.base/maint-info-sections.exp: Update expected output, and
397 add additional tests.
398
399 2021-02-11 Andrew Burgess <andrew.burgess@embecosm.com>
400
401 * gdb.base/maint-info-sections.exp: New file, content is moved
402 from gdb.base/maint.exp and cleaned up to use latest testsuite
403 techniques.
404 * gdb.base/maint.exp: Tests moved out to
405 gdb.base/maint-info-sections.exp.
406
407 2021-02-10 Simon Marchi <simon.marchi@efficios.com>
408
409 * gdb.multi/multi-target.exp.tcl (setup): Add "set sysroot" to
410 GDBFLAGS.
411
412 2021-02-10 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.fortran/lbound-ubound.F90: New file.
415 * gdb.fortran/lbound-ubound.exp: New file.
416
417 2021-02-10 Tom de Vries <tdevries@suse.de>
418
419 * lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
420 "Restore saved setting of complaints".
421
422 2021-02-09 Tom de Vries <tdevries@suse.de>
423
424 PR symtab/27341
425 * lib/gdb.exp (with_complaints): New proc, factored out of ...
426 (gdb_load_no_complaints): ... here.
427 * gdb.fortran/function-calls.exp: Add test-case.
428
429 2021-02-09 Abid Qadeer <abidh@codesourcery.com>
430
431 * gdb.threads/signal-command-handle-nopass.exp: Call
432 'standard_testfile' before using 'testfile'.
433 * gdb.threads/signal-command-multiple-signals-pending.exp: Likewise.
434 * gdb.threads/signal-delivered-right-thread.exp: Likewise
435 * gdb.threads/signal-sigtrap.exp: Likewise
436
437 2021-02-08 Luis Machado <luis.machado@linaro.org>
438
439 * gdb.base/gnu-ifunc.exp (build): Pass -Wl,z,lazy.
440
441 2021-02-08 Tom de Vries <tdevries@suse.de>
442
443 * gdb.dwarf2/enqueued-cu-base-addr.exp: Fix inter-CU reference.
444
445 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.python/tui-window-disabled.c: New file.
448 * gdb.python/tui-window-disabled.exp: New file.
449 * gdb.python/tui-window-disabled.py: New file.
450
451 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
452
453 * gdb.python/tui-window.exp: Add new tests.
454 * gdb.python/tui-window.py (TestWindow) <__init__>: Store
455 TestWindow object into global the_window.
456 <remote_title>: New method.
457 (delete_window_title): New function.
458
459 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
460
461 * gdb.tui/winheight.exp: Add more tests.
462
463 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * gdb.python/py-framefilter.exp: Update expected results.
466 * gdb.python/python.exp: Update expected results.
467
468 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
469
470 * gdb.tui/scroll.exp: Tighten expected results. Remove comment
471 about bug in GDB, update expected results, and add more tests.
472
473 2021-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
474
475 * gdb.tui/scroll.exp: New file.
476 * gdb.tui/tui-layout-asm-short-prog.exp: Update expected results.
477 * lib/tuiterm.exp (Term::_csi_M): Delete count lines, scroll
478 remaining lines up.
479 (Term::check_region_contents): New proc.
480 (Term::check_box_contents): Use check_region_contents.
481
482 2021-02-06 Tom de Vries <tdevries@suse.de>
483
484 PR testsuite/26922
485 * gdb.tui/tui-layout-asm.exp: Ignore whitespace mismatches when
486 scrolling.
487
488 2021-02-05 Tom de Vries <tdevries@suse.de>
489
490 PR breakpoints/27313
491 * gdb.base/catch-syscall.exp: Check that "catch syscall -1" is
492 rejected.
493
494 2021-02-05 Tom de Vries <tdevries@suse.de>
495
496 * gdb.dwarf2/main-subprogram.exp: Add KFAIL for PR symtab/24549.
497 * gdb.fortran/mixed-lang-stack.exp: Same.
498
499 2021-02-05 Tom de Vries <tdevries@suse.de>
500
501 PR exp/27265
502 * gdb.base/complex-parts.exp: Add tests.
503
504 2021-02-05 Tom de Vries <tdevries@suse.de>
505
506 PR symtab/27307
507 * gdb.dwarf2/clang-debug-names.exp: Check file command warnings.
508
509 2021-02-04 Shahab Vahedi <shahab@synopsys.com>
510
511 * gdb.xml/tdesc-regs.exp: Use correct core-regs for ARC.
512
513 2021-02-03 Pedro Alves <pedro@palves.net>
514
515 * gdb.threads/detach-step-over.c: New file.
516 * gdb.threads/detach-step-over.exp: New file.
517
518 2021-02-03 Pedro Alves <pedro@palves.net>
519
520 * gdb.threads/attach-non-stop.c: New file.
521 * gdb.threads/attach-non-stop.exp: New file.
522
523 2021-02-02 Lancelot SIX <lsix@lancelotsix.com>
524
525 * gdb.base/inferior-noarg.c: New test.
526 * gdb.base/inferior-noarg.exp: New test.
527
528 2021-02-02 Simon Marchi <simon.marchi@polymtl.ca>
529
530 * gdb.base/scope.exp: Use proc_with_prefix.
531
532 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
533
534 * lib/dwarf.exp (rnglists): Add -no-offset-array option to
535 table proc.
536 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for
537 .debug_rnglists table without offset array.
538 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
539 .debug_loclists table without offset array.
540
541 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
542
543 * gdb.dwarf2/rnglists-sec-offset.exp: Add test for DW_AT_ranges
544 of DW_FORM_sec_offset form plus DW_AT_rnglists_base attribute.
545 * gdb.dwarf2/loclists-sec-offset.exp: Add test for
546 DW_AT_location of DW_FORM_sec_offset plus DW_AT_loclists_base
547 attribute
548
549 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
550
551 PR gdb/26813
552 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_loclistx.
553 (loclists): New proc.
554 * gdb.dwarf2/loclists-multiple-cus.c: New.
555 * gdb.dwarf2/loclists-multiple-cus.exp: New.
556 * gdb.dwarf2/loclists-sec-offset.c: New.
557 * gdb.dwarf2/loclists-sec-offset.exp: New.
558
559 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
560
561 * lib/dwarf.exp (_location): Add parameters.
562 (_handle_DW_FORM): Adjust.
563
564 2021-02-02 Simon Marchi <simon.marchi@efficios.com>
565
566 PR gdb/26813
567 * lib/dwarf.exp (_handle_DW_FORM): Handle DW_FORM_rnglistx.
568 (cu): Generate header for DWARF 5.
569 (rnglists): New proc.
570 * gdb.dwarf2/rnglists-multiple-cus.exp: New.
571 * gdb.dwarf2/rnglists-sec-offset.exp: New.
572
573 2021-02-02 Tom de Vries <tdevries@suse.de>
574
575 PR symtab/24620
576 * gdb.dwarf2/fission-reread.exp: Add test-case.
577
578 2021-02-01 Tom de Vries <tdevries@suse.de>
579
580 * gdb.dwarf2/fission-base.S: Pass -DDWO=$dwo.
581 * gdb.dwarf2/fission-loclists-pie.S: Same.
582 * gdb.dwarf2/fission-loclists.S: Same.
583 * gdb.dwarf2/fission-multi-cu.S: Same.
584 * gdb.dwarf2/fission-reread.S: Same.
585 * gdb.dwarf2/fission-base.exp: Use DWO.
586 * gdb.dwarf2/fission-loclists-pie.exp: Same.
587 * gdb.dwarf2/fission-loclists.exp: Same.
588 * gdb.dwarf2/fission-multi-cu.exp: Same.
589 * gdb.dwarf2/fission-reread.exp: Same.
590
591 2021-01-29 Tom de Vries <tdevries@suse.de>
592
593 PR breakpoints/26063
594 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.c: New test.
595 * gdb.dwarf2/dw2-step-out-of-function-no-stmt.exp: New file.
596
597 2021-01-29 Tom de Vries <tdevries@suse.de>
598
599 * gdb.opt/solib-intra-step.exp: Remove state tracking logic.
600
601 2021-01-28 Tom de Vries <tdevries@suse.de>
602
603 * gdb.arch/i386-gnu-cfi.exp: Capture the position of function gate
604 in the backtrace, and use that in the rest of the test instead of
605 hardcoded constant 3. Use "frame" instead of "up" for robustness.
606
607 2021-01-28 Tom de Vries <tdevries@suse.de>
608
609 * gdb.arch/i386-sse-stack-align.S: Rename g[0-4] to test_g[0-4].
610 * gdb.arch/i386-sse-stack-align.c: Same.
611 * gdb.arch/i386-sse-stack-align.exp: Same.
612
613 2021-01-28 Andrew Burgess <andrew.burgess@embecosm.com>
614
615 * lib/gdb.exp (default_gdb_init): Unset XDG_CONFIG_HOME.
616
617 2021-01-28 Tom de Vries <tdevries@suse.de>
618
619 * gdb.ada/out_of_line_in_inlined.exp: Use gdb_breakpoint.
620
621 2021-01-28 Tom de Vries <tdevries@suse.de>
622
623 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: Add regexp to
624 "maint info line-table". Make PASS pattern more specific. Make
625 FAIL pattern work for -m32.
626
627 2021-01-27 Lancelot SIX <lsix@lancelotsix.com>
628
629 PR gdb/27133
630 * gdb.base/ui-redirect.exp: Add test case that ensures that
631 redirecting both logging and debug does not cause gdb to crash.
632
633
634 2021-01-27 Matthew Malcomson <matthew.malcomson@arm.com>
635
636 * gdb.arch/insn-reloc.c: Add tests for BR and BLR.
637
638 2021-01-26 Tom de Vries <tdevries@suse.de>
639
640 * gdb.threads/killed-outside.exp: Allow regular output.
641
642 2021-01-26 Tom de Vries <tdevries@suse.de>
643
644 * gdb.opt/solib-intra-step.exp: Handle stepping into thunk.
645
646 2021-01-25 Tom de Vries <tdevries@suse.de>
647
648 * gdb.dwarf2/dw2-ranges-psym.exp (gdb_load_no_complaints): New proc.
649 * lib/gdb.exp: Use gdb_load_no_complaints.
650
651 2021-01-25 Tom Tromey <tromey@adacore.com>
652
653 * gdb.ada/fixed_points.exp: Add regression test.
654 * gdb.ada/fixed_points/fixed_points.adb (FP5_Var): New variable.
655 * gdb.ada/fixed_points/pck.adb (Delta5, FP5_Type): New.
656
657 2021-01-25 Tom Tromey <tromey@adacore.com>
658
659 * gdb.ada/local-enum.exp: Add enumerator resolution test.
660
661 2021-01-25 Tom Tromey <tromey@adacore.com>
662
663 * gdb.ada/local-enum.exp: New file.
664 * gdb.ada/local-enum/local.adb: New file.
665
666 2021-01-23 Tom Tromey <tom@tromey.com>
667
668 * lib/gdb.exp (default_gdb_init): Set INPUTRC to a cached file.
669
670 2021-01-22 Bernd Edlinger <bernd.edlinger@hotmail.de>
671
672 * gdb.base/line65535.exp: Fix test expectation.
673
674 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
675
676 * lib/gdb.exp (gdb_test_multiple): Remove things related to test
677 suppression.
678 (default_gdb_exit): Likewise.
679 (default_gdb_spawn): Likewise.
680 (send_gdb): Likewise.
681 (gdb_expect): Likewise.
682 (gdb_expect_list): Likewise.
683 (default_gdb_init): Likewise.
684 (gdb_suppress_entire_file): Remove.
685 (gdb_suppress_tests): Remove.
686 (gdb_stop_suppressing_tests): Remove.
687 (gdb_clear_suppressed): Remove.
688 * lib/mi-support.exp (mi_uncatched_gdb_exit): Remove things
689 related to test suppression.
690 (default_mi_gdb_start): Likewise.
691 (mi_gdb_reinitialize_dir): Likewise.
692 (mi_gdb_test): Likewise.
693 (mi_run_cmd_full): Likewise.
694 (mi_runto_helper): Likewise.
695 (mi_execute_to): Likewise.
696 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
697 * gdb.base/bitfields.exp: Likewise.
698 * gdb.base/bitfields2.exp: Likewise.
699 * gdb.base/break.exp: Likewise.
700 * gdb.base/call-sc.exp: Likewise.
701 * gdb.base/callfuncs.exp: Likewise.
702 * gdb.base/dfp-test.exp: Likewise.
703 * gdb.base/endian.exp: Likewise.
704 * gdb.base/exprs.exp: Likewise.
705 * gdb.base/funcargs.exp: Likewise.
706 * gdb.base/hbreak2.exp: Likewise.
707 * gdb.base/recurse.exp: Likewise.
708 * gdb.base/scope.exp: Likewise.
709 * gdb.base/sepdebug.exp: Likewise.
710 * gdb.base/structs.exp: Likewise.
711 * gdb.base/until.exp: Likewise.
712 * gdb.cp/misc.exp: Likewise.
713
714 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
715
716 PR cli/25956
717 * gdb.base/style.exp (run_style_tests): Add version string test.
718 (test_startup_version_string): Use version style name.
719 * lib/gdb-utils.exp (style): Handle version style name.
720
721 2021-01-22 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.base/style.exp (limited_style): New proc.
724 (clean_restart_and_disable): New proc.
725 (run_style_tests): New proc. Most of the old tests from this file
726 are now in this proc.
727 (test_startup_version_string): New proc. Reamining test from the
728 old file is in this proc.
729
730 2021-01-22 Simon Marchi <simon.marchi@polymtl.ca>
731
732 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
733 Adjust to "set debug remote" changes.
734
735 2021-01-21 Luis Machado <luis.machado@linaro.org>
736
737 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Handle a new error
738 message.
739
740 2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
741
742 * lib/tuiterm.exp (_log, _log_cur): New, use throughout.
743
744 2021-01-21 Hannes Domani <ssbssa@yahoo.de>
745
746 PR python/19151
747 * gdb.python/py-breakpoint.exp: Add tests for hardware breakpoints.
748
749 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
750
751 * lib/tuiterm.exp: Rename _cur_x/_cur_y to _cur_col/_cur_row.
752
753 2021-01-20 Simon Marchi <simon.marchi@polymtl.ca>
754
755 * lib/tuiterm.exp: Add links in comments.
756
757 2021-01-20 Tom de Vries <tdevries@suse.de>
758
759 * gdb.python/py-format-string.exp: Allow Deriv+$decimal as vtable
760 offset.
761
762 2021-01-20 Tom de Vries <tdevries@suse.de>
763
764 * lib/gdb.exp (skip_rust_tests): Skip if multilib_flags contains -m32.
765
766 2021-01-20 Sergio Durigan Junior <sergiodj@sergiodj.net>
767
768 * gdb.arch/amd64-stap-expressions.S: New file.
769 * gdb.arch/amd64-stap-expressions.exp: New file.
770
771 2021-01-19 Tom de Vries <tdevries@suse.de>
772
773 * gdb.base/step-over-syscall.exp: Detect and handle sysenter/int
774 sequence.
775
776 2021-01-19 Tom de Vries <tdevries@suse.de>
777
778 * gdb.arch/i386-mpx.c (main): Drop argc/argv parameter.
779
780 2021-01-18 Andrew Burgess <andrew.burgess@embecosm.com>
781
782 * gdb.fortran/array-slices.exp (run_test): Avoid including
783 addresses in test names.
784
785 2021-01-15 Tom de Vries <tdevries@suse.de>
786
787 PR testsuite/26997
788 * gdb.fortran/array-slices.exp (run_test): Avoid pointer arithmetic
789 when adding sizeof.
790
791 2021-01-14 Tom de Vries <tdevries@suse.de>
792
793 PR testsuite/24590
794 * gdb.base/style.exp: Handle shorter argv in frame command output.
795
796 2021-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 PR gdb/26819
799 * gdb.server/stop-reply-no-thread-multi.c: New file.
800 * gdb.server/stop-reply-no-thread-multi.exp: New file.
801
802 2021-01-12 Tom de Vries <tdevries@suse.de>
803
804 * gdb.arch/i386-mpx-call.c (have_mpx): Remove.
805 (main): Remove call to have_mpx.
806 * gdb.arch/i386-mpx-call.exp: Use have_mpx.
807 * gdb.arch/i386-mpx-map.c (have_mpx): Remove.
808 (main): Remote call to have_mpx.
809 * gdb.arch/i386-mpx-map.exp: Use have_mpx.
810 * gdb.arch/i386-mpx-sigsegv.c (have_mpx): Remove.
811 (main): Remove call to have_mpx.
812 * gdb.arch/i386-mpx-sigsegv.exp: Use have_mpx.
813 * gdb.arch/i386-mpx-simple_segv.c (have_mpx): Remove.
814 (main): Remove call to have_mpx.
815 * gdb.arch/i386-mpx-simple_segv.exp: Use have_mpx.
816 * gdb.arch/i386-mpx.c (have_mpx): Remove.
817 (main): Remote call to have_mpx.
818 * gdb.arch/i386-mpx.exp: Use have_mpx.
819 * lib/gdb.exp (have_mpx): New proc.
820
821 2021-01-12 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
822
823 * gdb.arch/aarch64-fp.exp: Modify to test bfloat16 support.
824
825 2021-01-12 Tom de Vries <tdevries@suse.de>
826
827 * gdb.base/disasm-optim.exp: Require is_amd64_regs_target.
828
829 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.fortran/debug-expr.exp: Add new tests.
832
833 2021-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * gdb.fortran/dot-ops.exp: Add new tests.
836
837 2021-01-11 Tom de Vries <tdevries@suse.de>
838
839 PR testsuite/26968
840 * gdb.arch/amd64-stap-three-arg-disp.S: Remove insn modifying $ebx.
841 Move insn setting $eax to before probe point.
842
843 2021-01-09 Tom Tromey <tom@tromey.com>
844
845 * gdb.trace/ax.exp: Do not require an "ext".
846
847 2021-01-08 Tom Tromey <tromey@adacore.com>
848
849 * gdb.ada/voidctx/pck.adb: New file.
850 * gdb.ada/voidctx/pck.ads: New file.
851 * gdb.ada/voidctx/voidctx.adb: New file.
852 * gdb.ada/voidctx.exp: New file.
853
854 2021-01-08 Simon Marchi <simon.marchi@polymtl.ca>
855
856 PR gdb/27157
857 * gdb.base/empty-host-env-vars.exp: New test.
858
859 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.base/completion.exp: Add a new test.
862
863 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * gdb.fortran/intvar-dynamic-types.exp: New file.
866 * gdb.fortran/intvar-dynamic-types.f90: New file.
867
868 2021-01-08 Andrew Burgess <andrew.burgess@embecosm.com>
869
870 * gdb.fortran/intvar-array.exp: New file.
871 * gdb.fortran/intvar-array.f90: New file.
872
873 2021-01-07 Tom Tromey <tromey@adacore.com>
874
875 * gdb.ada/assign_arr.exp: Add 'others' test.
876
877 2021-01-06 Tom Tromey <tromey@adacore.com>
878
879 * gdb.ada/fixed_points/pck.ads (Delta4): New constant.
880 (FP4_Type): New type.
881 (FP4_Var): New variable.
882 * gdb.ada/fixed_points/fixed_points.adb: Update.
883 * gdb.ada/fixed_points.exp: Add tests for binary operators.
884
885 2021-01-06 Simon Marchi <simon.marchi@polymtl.ca>
886
887 * lib/gdb.exp (gdb_test_sequence): Accept -prompt switch.
888 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
889 Pass prompt containing debug print to gdb_test_sequence.
890
891 2021-01-04 Tom de Vries <tdevries@suse.de>
892
893 * gdb.dwarf2/dw2-out-of-range-end-of-seq.exp: New file.
894
895 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
896
897
898
899 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
900
901 * gdb.server/abspath.exp: Append "set sysroot" to GDBFLAGS.
902 * gdb.server/connect-without-multi-process.exp: Likewise.
903 * gdb.server/exit-multiple-threads.exp: Likewise.
904 * gdb.server/ext-attach.exp: Likewise.
905 * gdb.server/ext-restart.exp: Likewise.
906 * gdb.server/ext-run.exp: Likewise.
907 * gdb.server/ext-wrapper.exp: Likewise.
908 * gdb.server/multi-ui-errors.exp: Likewise.
909 * gdb.server/no-thread-db.exp: Likewise.
910 * gdb.server/reconnect-ctrl-c.exp: Likewise.
911 * gdb.server/run-without-local-binary.exp: Likewise.
912 * gdb.server/server-kill.exp: Likewise.
913 * gdb.server/server-run.exp: Likewise.
914 * gdb.server/solib-list.exp: Likewise.
915 * gdb.server/stop-reply-no-thread.exp: Likewise.
916 * gdb.server/wrapper.exp: Likewise.
917 * gdb.server/sysroot.exp: Increase timeout when testing the
918 target: sysroot.
919
920 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
921
922 * gdb.server/server-run.exp: Use clean_restart.
923
924 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
925
926 * gdb.server/ext-run.exp: Use clean_restart.
927
928 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
929
930 * gdb.server/stop-reply-no-thread.exp: Use build_executable
931 instead of prepare_for_testing.
932
933 2021-01-04 Simon Marchi <simon.marchi@efficios.com>
934
935 * gdb.server/solib-list.exp: Use clean_restart.
936
937 2021-01-04 Tom de Vries <tdevries@suse.de>
938
939 * gdb.base/morestack.c: Remove printf.
940 * gdb.base/morestack.exp: Don't use -fuse-ld=gold.
941
942 2020-12-31 Tom Tromey <tom@tromey.com>
943
944 * gdb.rust/simple.exp: Update output for Rust 1.49.
945
946 2020-12-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
947
948 * gdb.cp/step-and-next-inline.exp: Fix test case.
949
950 2020-12-30 Simon Marchi <simon.marchi@polymtl.ca>
951
952 * gdb.python/py-frame-args.exp: De-duplicate test names.
953
954 2020-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 PR gdb/27059
957 * gdb.dwarf2/dyn-type-unallocated.c: New file.
958 * gdb.dwarf2/dyn-type-unallocated.exp: New file.
959
960 2020-12-21 Peter Waller <p@pwaller.net>
961
962 * gdb.base/style-interp-exec-mi.exp: New.
963 * gdb.base/style-interp-exec-mi.c: New.
964
965 2020-12-21 Simon Marchi <simon.marchi@polymtl.ca>
966
967 * gdb.base/list.exp: Replace send_gdb + gdb_expect with
968 gdb_test. Use proc_with_prefix.
969
970 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
971
972 * gdb.btrace/exception.exp: Build with nopie.
973 * gdb.btrace/function_call_history.exp: Likewise.
974 * gdb.btrace/unknown_functions.exp: Likewise.
975
976 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
977
978 * gdb.btrace/multi-inferior.exp: Skip if use_gdb_stub.
979
980 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
981
982 * gdb.python/py-record-btrace.exp: Make test names unique.
983 * gdb.python/py-record-full.exp: Likewise.
984
985 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
986
987 * gdb.btrace/data.exp: Make test names unique.
988 * gdb.btrace/delta.exp: Likewise.
989 * gdb.btrace/enable.exp: Likewise.
990 * gdb.btrace/function_call_history.exp: Likewise.
991 * gdb.btrace/nohist.exp: Likewise.
992 * gdb.btrace/non-stop.exp: Likewise.
993 * gdb.btrace/rn-dl-bind.exp: Likewise.
994 * gdb.btrace/step.exp: Likewise.
995 * gdb.btrace/stepi.exp: Likewise.
996 * gdb.btrace/tailcall.exp: Likewise.
997
998 2020-12-21 Markus Metzger <markus.t.metzger@intel.com>
999
1000 * gdb.btrace/enable.exp: Update error message.
1001 * gdb.btrace/multi-inferior.exp: Likewise.
1002 * gdb.btrace/reconnect.exp: Likewise.
1003 * gdb.python/py-record-btrace.exp: Likewise.
1004 * gdb.python/py-record-full.exp: Likewise.
1005
1006 2020-12-20 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/gdb.exp (save_target_board_info): New proc.
1009 (gdb_compile_shlib): Use save_target_board_info.
1010
1011 2020-12-19 Tom de Vries <tdevries@suse.de>
1012
1013 * lib/gdb.exp (supports_scalar_storage_order_attribute)
1014 (supports_gnuc): New proc.
1015 * gdb.base/endianity.exp: Define TEST_SSO. Eliminate
1016 test_compiler_info calls. Add unsupported message.
1017 * gdb.base/endianity.c: Use TEST_SSO.
1018
1019 2020-12-19 Hannes Domani <ssbssa@yahoo.de>
1020
1021 PR exp/27070
1022 * gdb.python/compare-enum-type-a.c: New test.
1023 * gdb.python/compare-enum-type-b.c: New test.
1024 * gdb.python/compare-enum-type.exp: New file.
1025 * gdb.python/compare-enum-type.h: New test.
1026
1027 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1028
1029 * gdb.python/py-format-string.exp: Add tests for address keyword.
1030
1031 2020-12-18 Hannes Domani <ssbssa@yahoo.de>
1032
1033 * gdb.python/py-type.exp: Add tests for TYPE_CODE_METHOD.
1034
1035 2020-12-18 Tom Tromey <tromey@adacore.com>
1036
1037 * gdb.ada/fixed_points.exp: Also run with
1038 -fgnat-encodings=minimal. Update expected output.
1039
1040 2020-12-16 Simon Marchi <simon.marchi@efficios.com>
1041
1042 * gdb.base/async-shell.exp: Enable non-stop through GDBFLAGS.
1043 * gdb.base/continue-all-already-running.exp: Likewise.
1044 * gdb.base/moribund-step.exp: Likewise.
1045 * gdb.base/step-sw-breakpoint-adjust-pc.exp: Likewise.
1046
1047 2020-12-16 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.base/batch-preserve-term-settings.exp:
1050
1051 2020-12-16 Tom de Vries <tdevries@suse.de>
1052
1053 * lib/gdb.exp (gdb_compile_shlib_1): Factor out of ...
1054 (gdb_compile_shlib): ... here. Filter out PIE-related flags.
1055
1056 2020-12-16 Luis Machado <luis.machado@linaro.org>
1057
1058 * gdb.arch/aarch64-tagged-pointer.c (main): Add a few more
1059 pointer-based memory accesses.
1060 * gdb.arch/aarch64-tagged-pointer.exp: Exercise additional
1061 hw watchpoint cases.
1062
1063 2020-12-15 Rae Kim <rae.kim@gmail.com>
1064
1065 * gdb.base/document.exp: New test.
1066
1067 2020-12-15 Tom Tromey <tromey@adacore.com>
1068
1069 * gdb.base/style.exp: Add deprecation tests.
1070
1071 2020-12-14 Simon Marchi <simon.marchi@polymtl.ca>
1072
1073 * lib/gdb.exp (gdb_test_multiple): Fix typo in doc.
1074
1075 2020-12-14 Mark Wielaard <mark@klomp.org>
1076
1077 * lib/dwarf.exp (Dwarf::_handle_attribute): Handle SPECIAL_expr
1078 specially, set attr_form_comment to the actual FORM string used.
1079
1080 2020-12-14 Mark Wielaard <mark@klomp.org>
1081
1082 * lib/dwarf.exp (Dwarf::_read_constants): Don't set
1083 _constants(SPECIAL_expr) here, but set it...
1084 (Dwarf::cu): ...here based on _cu_version.
1085
1086 2020-12-14 Tom de Vries <tdevries@suse.de>
1087
1088 * lib/gdb.exp (gdb_compile_shlib): Make sure it's not necessary to
1089 pass -fPIC.
1090 * gdb.ada/catch_ex_std.exp: Don't pass -fPIC to gdb_compile_shlib.
1091 * gdb.base/break-probes.exp: Same.
1092 * gdb.base/ctxobj.exp: Same.
1093 * gdb.base/dso2dso.exp: Same.
1094 * gdb.base/global-var-nested-by-dso.exp: Same.
1095 * gdb.base/info-shared.exp: Same.
1096 * gdb.base/jit-reader-simple.exp: Same.
1097 * gdb.base/print-file-var.exp: Same.
1098 * gdb.base/skip-solib.exp: Same.
1099 * gdb.btrace/dlopen.exp: Same.
1100
1101 2020-12-14 Tom de Vries <tdevries@suse.de>
1102
1103 PR testsuite/26963
1104 * lib/gdb.exp (run_on_host): Declare test unsupported if spawn fails.
1105
1106 2020-12-14 Tom de Vries <tdevries@suse.de>
1107
1108 PR testsuite/26962
1109 * gdb.base/solib-corrupted.exp: Handle "'_r_debug' has unknown type;
1110 cast it to its declared type".
1111
1112 2020-12-14 Tom de Vries <tdevries@suse.de>
1113
1114 PR testsuite/26951
1115 * gdb.base/batch-preserve-term-settings.exp: Use "gdb-subshell$ " as
1116 shell prompt.
1117
1118 2020-12-14 Tom Tromey <tromey@adacore.com>
1119
1120 * gdb.ada/nested.exp: Add new tests.
1121 * gdb.ada/nested/hello.adb (Fourth, Fifth): New procedures.
1122
1123 2020-12-14 Tom Tromey <tromey@adacore.com>
1124
1125 * gdb.dwarf2/ada-thick-pointer.exp: New file.
1126
1127 2020-12-14 Tom Tromey <tromey@adacore.com>
1128
1129 * gdb.dwarf2/dw2-fixed-point.exp: Add test for division by zero.
1130
1131 2020-12-13 Tom de Vries <tdevries@suse.de>
1132
1133 PR testsuite/26953
1134 * gdb.base/endianity.exp: Skip tests requiring scalar_storage_order
1135 attribute support if compiler doesn't support it.
1136
1137 2020-12-13 Tom de Vries <tdevries@suse.de>
1138
1139 * lib/gdb.exp (gdb_compile_shlib): Handle ada.
1140 * gdb.ada/catch_ex_std.exp: Use gdb_compile_shlib to compile from
1141 source to shared lib. Add ada to options.
1142
1143 2020-12-13 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.ada/catch_ex_std.exp: Use gnatmake -bargs and -largs instead of
1146 calling gnatbind and gnatlink.
1147
1148 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * gdb.base/dcache-flush.c: New file.
1151 * gdb.base/dcache-flush.exp: New file.
1152
1153 2020-12-13 Andrew Burgess <andrew.burgess@embecosm.com>
1154
1155 * gdb.base/c-linkage-name.exp: Update to use new 'maint flush ...'
1156 commands.
1157 * gdb.base/killed-outside.exp: Likewise.
1158 * gdb.opt/inline-bt.exp: Likewise.
1159 * gdb.perf/gmonster-null-lookup.py: Likewise.
1160 * gdb.perf/gmonster-print-cerr.py: Likewise.
1161 * gdb.perf/gmonster-ptype-string.py: Likewise.
1162 * gdb.python/py-unwind.exp: Likewise.
1163
1164 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1165
1166 * gdb.base/commands.exp: Update expected results.
1167
1168 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1169
1170 PR cli/15104
1171 * gdb.base/commands.exp: Add additional tests.
1172 * gdb.base/completion.exp: Add additional tests.
1173
1174 2020-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
1175
1176 * gdb.base/completion.exp: Add additional tests.
1177
1178 2020-12-11 Tom de Vries <tdevries@suse.de>
1179
1180 PR testsuite/26991
1181 * gdb.arch/i386-mpx-call.exp: Don't expect to trigger bounds
1182 violations by setting bounds registers if the bounds are passed in the
1183 Bounds Table.
1184
1185 2020-12-11 Tom de Vries <tdevries@suse.de>
1186
1187 PR testsuite/26954
1188 * gdb.base/float128.exp: Detect and handle no mpfr support.
1189
1190 2020-12-10 Simon Marchi <simon.marchi@efficios.com>
1191
1192 PR gdb/24694
1193 * gdb.multi/multi-arch-exec.c (thread_start, main): Add barrier
1194 calls.
1195
1196 2020-12-10 Tom de Vries <tdevries@suse.de>
1197
1198 PR testsuite/26947
1199 * gdb.tui/new-layout.exp: Don't execute tests with unbalanced curly
1200 braces for tcl 8.5 and earlier.
1201
1202 2020-12-09 Simon Marchi <simon.marchi@efficios.com>
1203
1204 PR 26875, PR 26901
1205 * gdb.base/flexible-array-member.c: New test.
1206 * gdb.base/flexible-array-member.exp: New test.
1207
1208 2020-12-08 Tom de Vries <tdevries@suse.de>
1209
1210 * gdb.arch/amd64-gs_base.exp: Undo commit 67748e0f66, reimplement
1211 using is_amd64_regs_target.
1212
1213 2020-12-08 Tom de Vries <tdevries@suse.de>
1214
1215 * gdb.ada/mi_task_arg.exp: Accept <optimized out> as valid value of
1216 self_id.
1217
1218 2020-12-07 Pedro Alves <pedro@palves.net>
1219
1220 * gdb.base/break-on-linker-gcd-function.exp: Remove unused
1221 'additional_flags' variable.
1222
1223 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1224
1225 * gdb.linespec/explicit.exp: Extend with a test to check completing
1226 '-' after seemingly complete options.
1227
1228 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1229
1230 * gdb.linespec/keywords.exp: Add tests to check positional
1231 flexibility of "-force-condition".
1232
1233 2020-12-07 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1234
1235 * gdb.base/bp-cmds-run-with-ex.c: New file.
1236 * gdb.base/bp-cmds-run-with-ex.exp: New file.
1237 * gdb.base/bp-cmds-run-with-ex.gdb: New file.
1238 * gdb.gdb/python-interrupts.exp: Update the call to
1239 'catch_command_errors' with the new argument.
1240 * gdb.gdb/python-selftest.exp: Ditto.
1241
1242 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1243
1244 * gdb.arch/amd64-disp-step-avx.exp: Adjust pattern.
1245 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
1246 * gdb.threads/non-stop-fair-events.exp: Likewise.
1247
1248 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1249
1250 * gdb.threads/step-over-exec.exp: New.
1251 * gdb.threads/step-over-exec.c: New.
1252 * gdb.threads/step-over-exec-execd.c: New.
1253 * lib/my-syscalls.S: New.
1254 * lib/my-syscalls.h: New.
1255
1256 2020-12-04 Simon Marchi <simon.marchi@efficios.com>
1257
1258 * lib/dwarf.exp (declare_labels): Use name as text if text is
1259 not provided.
1260
1261 2020-12-04 Tom de Vries <tdevries@suse.de>
1262
1263 PR testsuite/26990
1264 * gdb.arch/amd64-gs_base.exp: Handle -m32 where fs_base and gs_base
1265 are unsupported.
1266
1267 2020-12-04 Tom de Vries <tdevries@suse.de>
1268
1269 * gdb.reverse/insn-reverse.exp: Don't break inside gdb_test_multiple
1270 clause.
1271
1272 2020-12-04 Tom de Vries <tdevries@suse.de>
1273
1274 * gdb.reverse/insn-reverse.exp: Fix count handling.
1275
1276 2020-12-04 Tom de Vries <tdevries@suse.de>
1277
1278 * gdb.reverse/insn-reverse-x86.c: Guard x86_64 assembly with #ifdef
1279 __x86_64__.
1280
1281 2020-12-04 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.reverse/insn-reverse.c (test_nr): New var.
1284 (usage, parse_args): New function.
1285 (main): Call parse_args. Only run test for test_nr.
1286 * gdb.reverse/insn-reverse.exp: Detect lack of progress in stepi loop
1287 and bail out. Run subtests individually, using an inferior arg
1288 specifying the subtest.
1289
1290 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.arch/riscv-tdesc-regs.exp: Remove unwanted test.
1293
1294 2020-12-02 Andrew Burgess <andrew.burgess@embecosm.com>
1295
1296 * gdb.arch/riscv-tdesc-regs.exp (get_expected_result): New proc,
1297 update test to use this.
1298
1299 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1300
1301 * gdb.threads/non-ldr-exc-1.exp: Fix indentation.
1302
1303 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1304
1305 * gdb.threads/non-ldr-exc-1.exp: Use foreach_with_prefix.
1306 (do_test): Don't use with_test_prefix.
1307 * gdb.threads/non-ldr-exc-2.exp: Use foreach_with_prefix.
1308 (do_test): Don't use with_test_prefix.
1309 * gdb.threads/non-ldr-exc-3.exp: Use foreach_with_prefix.
1310 (do_test): Don't use with_test_prefix.
1311 * gdb.threads/non-ldr-exc-4.exp: Use foreach_with_prefix.
1312 (do_test): Don't use with_test_prefix.
1313
1314 2020-12-01 Simon Marchi <simon.marchi@polymtl.ca>
1315
1316 * gdb.threads/non-ldr-exit.exp: Fix comment.
1317
1318 2020-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
1319
1320 * gdb.xml/maint-xml-dump-03.xml: New file.
1321
1322 2020-11-30 Tom de Vries <tdevries@suse.de>
1323
1324 PR symtab/26905
1325 * gdb.dwarf2/count.exp: Remove kfails.
1326
1327 2020-11-24 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1328
1329 * gdb.base/condbreak-multi-context.exp: Do not hard-code location
1330 indices.
1331
1332 2020-11-24 Joel Brobecker <brobecker@adacore.com>
1333
1334 * gdb.dwarf2/dw2-fixed-point.exp: Fix the expected output of
1335 the "ptype pck__fp1_range_var" test for the module-2 and pascal
1336 languages. Remove the associated setup_xfail.
1337
1338 2020-11-23 Simon Marchi <simon.marchi@efficios.com>
1339
1340 * lib/gdb.exp (gdb_assert): Show error message on error.
1341
1342 2020-11-23 Tom de Vries <tdevries@suse.de>
1343
1344 * gdb.ada/enum_idx_packed.exp: Limit setup_kfail to gnat 9 and 10.
1345 * gdb.ada/mod_from_name.exp: Same.
1346 * gdb.ada/pckd_arr_ren.exp: Same.
1347
1348 2020-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1349
1350 * gdb.base/template.exp: New.
1351 * gdb.base/template.c: New.
1352
1353 2020-11-22 Gary Benson <gbenson@redhat.com>
1354
1355 PR gdb/26905
1356 * gdb.dwarf2/count.exp: Add test for an array whose upper bound
1357 is defined using a DW_AT_count which references another DIE.
1358
1359 2020-11-21 Tom de Vries <tdevries@suse.de>
1360
1361 * gdb.base/vla-ptr.exp: Add XFAIL.
1362
1363 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.fortran/array-slices-bad.exp: New file.
1366 * gdb.fortran/array-slices-bad.f90: New file.
1367 * gdb.fortran/array-slices-sub-slices.exp: New file.
1368 * gdb.fortran/array-slices-sub-slices.f90: New file.
1369 * gdb.fortran/array-slices.exp: Rewrite tests.
1370 * gdb.fortran/array-slices.f90: Rewrite tests.
1371 * gdb.fortran/vla-sizeof.exp: Correct expected results.
1372
1373 2020-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
1374
1375 * gdb.base/completion.exp: Add new completion tests.
1376
1377 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1378
1379 * gdb.mi/mi-nonstop-exit.exp: Enable non-stop through GDBFLAGS.
1380 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
1381 * gdb.mi/mi-nsintrall.exp: Likewise.
1382 * gdb.mi/mi-nsmoribund.exp: Likewise.
1383 * gdb.mi/mi-nsthrexec.exp: Likewise.
1384 * gdb.mi/mi-watch-nonstop.exp: Likewise.
1385
1386 2020-11-18 Simon Marchi <simon.marchi@polymtl.ca>
1387
1388 * lib/mi-support.exp (mi_run_cmd_full): Use unresovled instead
1389 of perror.
1390
1391 2020-11-18 Joseph Myers <joseph@codesourcery.com>
1392
1393 * lib/mi-support.exp (mi_gdb_file_cmd): Check for case where
1394 $arg.exe exists but $arg does not.
1395
1396 2020-11-17 Gary Benson <gbenson@redhat.com>
1397
1398 * gdb.trace/trace-common.h (x86_trace_dummy): Add
1399 __attribute__ ((used)).
1400
1401 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1402
1403 * gdb.gdb/unittest.exp: Spot 'Running...' lines.
1404
1405 2020-11-17 Andrew Burgess <andrew.burgess@embecosm.com>
1406
1407 * gdb.base/completion.exp: Add new tests.
1408
1409 2020-11-16 Tom Tromey <tromey@adacore.com>
1410
1411 * gdb.dwarf2/data-loc.exp: Update expected output. Remove C
1412 tests.
1413
1414 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1415
1416 * gdb.ada/fixed_cmp.exp: Add -fgnat-encodings=minimal testing.
1417 * gdb.dwarf2/dw2-fixed-point.c (pck__fp1_var2): New global.
1418 (main): Add reference to pck__fp1_var2.
1419 * gdb.dwarf2/dw2-fixed-point.exp: Add comparison operator testing.
1420
1421 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1422
1423 * gdb.dwarf2/dw2-fixed-point.exp: Add arithmetic tests.
1424
1425 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1426
1427 * gdb.ada/fixed_points.exp: Add ptype tests.
1428 * gdb.dwarf2/dw2-fixed-point.exp: Likewise.
1429
1430 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1431
1432 * gdb.dwarf2/dw2-fixed-point.exp: Add "print /x" tests.
1433
1434 2020-11-15 Joel Brobecker <brobecker@adacore.com>
1435
1436 * gdb.ada/fixed_cmp.exp: Force compilation to use -fgnat-encodings=all.
1437 * gdb.ada/fixed_points.exp: Add fixed-point variables printing tests.
1438 * gdb.ada/fixed_points/pck.ads, gdb.ada/fixed_points/pck.adb:
1439 New files.
1440 * gdb.ada/fixed_points/fixed_points.adb: Add use of package Pck.
1441
1442 * gdb.dwarf2/dw2-fixed-point.c, gdb.dwarf2/dw2-fixed-point.exp:
1443 New files.
1444
1445 2020-11-14 Andrew Burgess <andrew.burgess@embecosm.com>
1446
1447 PR cli/26879
1448 * gdb.fortran/completion.exp: New file.
1449 * gdb.fortran/completion.f90: New file.
1450
1451 2020-11-12 Joseph Myers <joseph@codesourcery.com>
1452
1453 * lib/gdb.exp (gdb_file_cmd): Check for case where $arg.exe exists
1454 but $arg does not.
1455
1456 2020-11-12 Andrew Burgess <andrew.burgess@embecosm.com>
1457
1458 * gdb.fortran/types.exp: Add more tests.
1459
1460 2020-11-12 Tom Tromey <tom@tromey.com>
1461
1462 PR rust/26799:
1463 * gdb.rust/traits.exp: Remove kfails.
1464
1465 2020-11-12 Gary Benson <gbenson@redhat.com>
1466
1467 * gdb.threads/tls-so_extern_main.c (tls_ptr): Add missing return
1468 statement.
1469
1470 2020-11-11 Simon Marchi <simon.marchi@efficios.com>
1471
1472 * gdb.base/continue-after-aborted-step-over.exp: Add "breakpoint
1473 always-inserted" axis.
1474 (do_test): Add breakpoint_always_inserted parameter.
1475
1476 2020-11-10 Tom Tromey <tromey@adacore.com>
1477
1478 * gdb.ada/bias.exp: Update.
1479 * gdb.ada/bias/bias.adb (X): Change value.
1480
1481 2020-11-10 Gary Benson <gbenson@redhat.com>
1482
1483 * gdb.base/vla-optimized-out.exp (p sizeof (a)): Wrap supplied
1484 regexp fragment in parentheses to prevent false matching.
1485
1486 2020-11-10 Gary Benson <gbenson@redhat.com>
1487
1488 * gdb.base/vla-optimized-out.c (f1): Add __attribute__ ((weak)).
1489
1490 2020-11-10 Gary Benson <gbenson@redhat.com>
1491
1492 * gdb.cp/step-and-next-inline.exp: Only require
1493 -gstatement-frontiers when building with GCC.
1494 Only setup KFAIL's for GCC issues when using
1495 a GCC-built executable.
1496
1497 2020-11-06 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.base/debug-expr.c: Add extra function to allow for an
1500 additional test.
1501 * gdb.base/debug-expr.exp (test_debug_expr): Delete, replace calls
1502 to this proc with gdb_test_debug_expr. Add an extra test.
1503 * gdb.cp/debug-expr.exp (test_debug_expr): Delete, replace calls
1504 to this proc with gdb_test_debug_expr, give the tests names
1505 * gdb.dlang/debug-expr.exp (test_debug_expr): Delete, replace
1506 calls to this proc with gdb_test_debug_expr, give the tests names
1507 * gdb.fortran/debug-expr.exp: New file.
1508 * gdb.fortran/debug-expr.f90: New file.
1509 * lib/gdb.exp (gdb_test_debug_expr): New proc.
1510
1511 2020-11-06 Simon Marchi <simon.marchi@efficios.com>
1512
1513 * lib/dwarf.exp (ranges): Handle "base" and "range" as
1514 proceduresu.
1515 * gdb.dwarf/dw2-bad-elf.exp: Adjust.
1516 * gdb.dwarf2/dw2-inline-many-frames.exp: Adjust.
1517 * gdb.dwarf2/dw2-inline-stepping.exp: Adjust.
1518 * gdb.dwarf2/dw2-ranges-base.exp: Adjust.
1519 * gdb.dwarf2/dw2-ranges-func.exp: Adjust.
1520 * gdb.dwarf2/dw2-ranges-overlap.exp: Adjust.
1521 * gdb.dwarf2/dw2-ranges-psym.exp: Adjust.
1522 * gdb.dwarf2/enqueued-cu-base-addr.exp: Adjust.
1523
1524 2020-11-04 Tom Tromey <tromey@adacore.com>
1525
1526 * gdb.ada/funcall_ref.exp: Update.
1527 * gdb.ada/var_rec_arr.exp: Update.
1528
1529 2020-11-04 Tom Tromey <tromey@adacore.com>
1530
1531 * gdb.ada/rec_ptype.exp: New file.
1532 * gdb.ada/rec_ptype/main.adb: New file.
1533 * gdb.ada/rec_ptype/p.ads: New file.
1534
1535 2020-11-04 Tom Tromey <tromey@adacore.com>
1536
1537 * gdb.ada/tick_length_array_enum_idx.exp: Add ptype test.
1538 * gdb.ada/tick_length_array_enum_idx/foo_n207_004.adb
1539 (PT_Full): New variable.
1540 * gdb.ada/tick_length_array_enum_idx/pck.adb
1541 (Full_PT): New type.
1542
1543 2020-11-04 Tom Tromey <tromey@adacore.com>
1544
1545 * gdb.ada/array_of_variant.exp: New file.
1546 * gdb.ada/array_of_variant/p.adb: New file.
1547 * gdb.ada/array_of_variant/pck.ads: New file.
1548 * gdb.ada/array_of_variant/pck.adb: New file.
1549
1550 2020-11-04 Tom Tromey <tromey@adacore.com>
1551
1552 * gdb.ada/enum_idx_packed.exp: Add test.
1553 * gdb.ada/enum_idx_packed/foo.adb (Multi_Access):
1554 New variable.
1555 * gdb.ada/enum_idx_packed/pck.ads (Short)
1556 (Multi_Dimension, Multi_Dimension_Access): New types.
1557
1558 2020-11-04 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/enum_idx_packed.exp: Test two forms of -fgnat-encodings.
1561
1562 2020-11-04 Tom Tromey <tromey@adacore.com>
1563
1564 * gdb.ada/set_pckd_arr_elt.exp: Also test
1565 -fgnat-encodings=minimal. Add tests.
1566 * gdb.ada/set_pckd_arr_elt/foo.adb (Foo): Add VA variable.
1567 Call Update_Small a second time.
1568 * gdb.ada/set_pckd_arr_elt/pck.adb (New_Variant): New function.
1569 * gdb.ada/set_pckd_arr_elt/pck.ads (Buffer, Variant)
1570 (Variant_Access): New types.
1571 (New_Variant): Declare.
1572
1573 2020-11-04 Tom Tromey <tromey@adacore.com>
1574
1575 * gdb.ada/mod_from_name.exp: Test printing slice.
1576
1577 2020-11-04 Tom Tromey <tromey@adacore.com>
1578
1579 * gdb.ada/O2_float_param.exp: Test different -fgnat-encodings
1580 values.
1581 * gdb.ada/access_to_unbounded_array.exp: Test different
1582 -fgnat-encodings values.
1583 * gdb.ada/big_packed_array.exp: Test different -fgnat-encodings
1584 values.
1585 * gdb.ada/arr_enum_idx_w_gap.exp: Test different -fgnat-encodings
1586 values.
1587 * gdb.ada/array_ptr_renaming.exp: Test different -fgnat-encodings
1588 values.
1589 * gdb.ada/array_of_variable_length.exp: Test different
1590 -fgnat-encodings values.
1591 * gdb.ada/arrayparam.exp: Test different -fgnat-encodings values.
1592 * gdb.ada/arrayptr.exp: Test different -fgnat-encodings values.
1593 * gdb.ada/frame_arg_lang.exp: Revert -fgnat-encodings=minimal
1594 change.
1595 * gdb.ada/mi_string_access.exp: Test different -fgnat-encodings
1596 values.
1597 * gdb.ada/mod_from_name.exp: Test different -fgnat-encodings values.
1598 * gdb.ada/out_of_line_in_inlined.exp: Test different
1599 -fgnat-encodings values.
1600 * gdb.ada/packed_array.exp: Test different -fgnat-encodings
1601 values.
1602 * gdb.ada/pckd_arr_ren.exp: Test different -fgnat-encodings
1603 values.
1604 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Test different
1605 -fgnat-encodings values.
1606 * gdb.ada/variant_record_packed_array.exp: Test different
1607 -fgnat-encodings values.
1608
1609 2020-11-04 Tom Tromey <tromey@adacore.com>
1610
1611 * gdb.ada/enum_idx_packed.exp: Add tests.
1612 * gdb.ada/enum_idx_packed/foo.adb: Add variables.
1613 * gdb.ada/enum_idx_packed/pck.adb: Add functions.
1614 * gdb.ada/enum_idx_packed/pck.ads: Add types, function
1615 declarations.
1616
1617 2020-11-03 Tom de Vries <tdevries@suse.de>
1618
1619 * lib/dwarf.exp (Dwarf::_handle_DW_TAG): Improve attribute list
1620 terminator comments.
1621 (Dwarf::cu, Dwarf::tu): Remove superfluous abbreviation table
1622 terminator.
1623
1624 2020-11-02 Simon Marchi <simon.marchi@polymtl.ca>
1625
1626 * gdb.base/step-over-no-symbols.exp (test_step_over): Replace
1627 integer format test with regexp.
1628
1629 2020-11-02 Gary Benson <gbenson@redhat.com>
1630
1631 * gdb.base/print-file-var.exp (test): Separate compiler and
1632 linker options, and build using build_executable_from_specs
1633 to accommodate this.
1634
1635 2020-11-02 Gary Benson <gbenson@redhat.com>
1636
1637 * lib/gdb.exp (gdb_compile): Inhibit passing "-x c++"
1638 for .c files compiled as C++ with Clang if any shared
1639 libraries are specified.
1640
1641 2020-11-02 Gary Benson <gbenson@redhat.com>
1642
1643 * lib/attributes.h: New header.
1644 * gdb.base/backtrace.c: Include the above. Replace
1645 __attribute__(noclone)) with ATTRIBUTE_NOCLONE.
1646 * gdb.base/infcall-nested-structs.c: Likewise.
1647 * gdb.base/vla-optimized-out.c: Likewise.
1648
1649 2020-11-02 Tom de Vries <tdevries@suse.de>
1650
1651 * gdb.dwarf2/fission-multi-cu.S: Remove .debug_line.dwo section.
1652
1653 2020-11-01 Joel Brobecker <brobecker@adacore.com>
1654
1655 * gdb.ada/fixed_points/fixed_points.adb: Replace use of
1656 System.Min_Int and System.Max_Int with smaller hardcoded
1657 constants.
1658
1659 2020-10-31 Simon Marchi <simon.marchi@polymtl.ca>
1660
1661 * configure.ac: Split AC_INIT into AC_INIT and AC_CONFIG_SRCDIR.
1662 * configure: Re-generate.
1663
1664 2020-10-30 Simon Marchi <simon.marchi@efficios.com>
1665
1666 * gdb.arch/amd64-disp-step-avx.exp: Update displaced step debug
1667 expected output.
1668
1669 2020-10-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1670
1671 * gdb.base/paginate-after-ctrl-c-running.exp: Update with no pagination
1672 behavior.
1673 * gdb.base/paginate-bg-execution.exp: Ditto.
1674 * gdb.base/paginate-inferior-exit.exp: Ditto.
1675 * gdb.base/double-prompt-target-event-error.c: Remove.
1676 * gdb.base/double-prompt-target-event-error.exp: Remove.
1677
1678 2020-10-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1679
1680 * gdb.base/kill-detach-inferiors-cmd.exp: Check that 'kill
1681 inferiors' and 'detach inferiors' do not change the current
1682 inferior.
1683
1684 2020-10-29 Tom de Vries <tdevries@suse.de>
1685
1686 * gdb.threads/tls.exp: Fix DUPLICATEs.
1687
1688 2020-10-28 Tom de Vries <tdevries@suse.de>
1689
1690 * gdb.python/py-symbol.exp: Add KFAILs for -readnow.
1691
1692 2020-10-28 Tom de Vries <tdevries@suse.de>
1693
1694 * gdb.ada/exec_changed.exp: Add KFAILs for -readnow.
1695 * gdb.base/reread.exp: Same.
1696
1697 2020-10-28 Tom de Vries <tdevries@suse.de>
1698
1699 * lib/gdb.exp (readnow): Handle arg.
1700 * gdb.rust/traits.exp: Add KFAILs for -readnow.
1701
1702 2020-10-28 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/relocate.exp: Update regexp for -readnow.
1705
1706 2020-10-28 Tom de Vries <tdevries@suse.de>
1707
1708 * gdb.dwarf2/dw2-error.exp: Mark failure break in main as known with
1709 -readnow.
1710
1711 2020-10-28 Tom de Vries <tdevries@suse.de>
1712
1713 PR symtab/26772
1714 * gdb.dwarf2/dw2-ranges-overlap.c: New test.
1715 * gdb.dwarf2/dw2-ranges-overlap.exp: New file.
1716
1717 2020-10-28 Tom de Vries <tdevries@suse.de>
1718
1719 * lib/gdb.exp (gdb_file_cmd): Set gdb_file_cmd_msg.
1720 * gdb.cp/nsalias.exp: Set complaints limit before file cmd. Expect
1721 complaint during file command for -readnow.
1722
1723 2020-10-28 Tom de Vries <tdevries@suse.de>
1724
1725 * gdb.cp/nsalias.exp: Fix typo in test name.
1726
1727 2020-10-28 Tom de Vries <tdevries@suse.de>
1728
1729 * gdb.dwarf2/dw2-filename.exp: Update regexp for -readnow.
1730
1731 2020-10-28 Tom de Vries <tdevries@suse.de>
1732
1733 * gdb.dwarf2/dw2-stack-boundary.exp: KFAILing the complaints for
1734 -readnow.
1735
1736 2020-10-27 Tom de Vries <tdevries@suse.de>
1737
1738 * gdb.base/multi-forks.exp: Use exp_continue to fix timeout.
1739
1740 2020-10-27 Tom de Vries <tdevries@suse.de>
1741
1742 * gdb.base/maint.exp: Update for -readnow.
1743
1744 2020-10-27 Tom de Vries <tdevries@suse.de>
1745
1746 * gdb.cp/psymtab-parameter.exp: Don't expect unexpanded CU for
1747 -readnow.
1748
1749 2020-10-14 Gary Benson <gbenson@redhat.com>
1750
1751 * gdb.python/py-format-string.exp (test_deref_refs): Treat
1752 "_vptr$Base" as correct, in addition to "_vptr.Base".
1753 (test_mixed): Likewise.
1754
1755 2020-10-27 Gary Benson <gbenson@redhat.com>
1756
1757 * gdb.mi/mi-fortran-modules.exp: Check skip_fortran_tests.
1758 * gdb.mi/mi-vla-fortran.exp: Likewise. Also fix a comment.
1759
1760 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1761
1762 * gdb.base/condbreak.exp: Update the completion tests to
1763 consider the '-force' flag.
1764
1765 2020-10-27 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/list-ambiguous-readnow.exp: New file.
1768
1769 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1770
1771 * gdb.base/condbreak-multi-context.exp: Expand to test forcing
1772 the condition.
1773 * gdb.linespec/cpcompletion.exp: Update to consider the
1774 '-force-condition' keyword.
1775 * gdb.linespec/explicit.exp: Ditto.
1776 * lib/completion-support.exp: Ditto.
1777
1778 2020-10-27 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1779
1780 * gdb.base/condbreak-multi-context.cc: New file.
1781 * gdb.base/condbreak-multi-context.exp: New file.
1782
1783 2020-10-26 Tom Tromey <tom@tromey.com>
1784
1785 * lib/mi-support.exp (default_mi_gdb_start): Call
1786 gdb_stdin_log_init.
1787 * lib/gdb.exp (standard_output_file_with_gdb_instance): Don't
1788 subtract one from gdb_instances.
1789 (gdb_stdin_log_write): Flush in_file.
1790
1791 2020-10-26 Tom de Vries <tdevries@suse.de>
1792
1793 * gdb.dwarf2/enqueued-cu-base-addr.exp: New file.
1794
1795 2020-10-26 Tom Tromey <tromey@adacore.com>
1796
1797 * gdb.ada/unsigned_range/foo.adb: New file.
1798 * gdb.ada/unsigned_range/pack.adb: New file.
1799 * gdb.ada/unsigned_range/pack.ads: New file.
1800 * gdb.ada/unsigned_range.exp: New file.
1801
1802 2020-10-26 Tom de Vries <tdevries@suse.de>
1803
1804 * lib/gdb.exp (INTERNAL_GDBFLAGS): Set heigth and width.
1805
1806 2020-10-26 Tom de Vries <tdevries@suse.de>
1807
1808 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
1809 for CU.
1810 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
1811
1812 2020-10-23 Tom de Vries <tdevries@suse.de>
1813
1814 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
1815 DW_FORM_string.
1816 (Dwarf::_default_form): New proc.
1817 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
1818 guessed.
1819
1820 2020-10-23 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
1823 * gdb.dwarf2/atomic-type.exp: Same.
1824 * gdb.dwarf2/bad-regnum.exp: Same.
1825 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1826 * gdb.dwarf2/dw2-align.exp: Same.
1827 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1828 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1829 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1830 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1831 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1832 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1833 * gdb.dwarf2/enum-type.exp: Same.
1834 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
1835 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1836 * gdb.dwarf2/main-subprogram.exp: Same.
1837 * gdb.dwarf2/missing-type-name.exp: Same.
1838 * gdb.dwarf2/nonvar-access.exp: Same.
1839 * gdb.dwarf2/typedef-void-finish.exp: Same.
1840 * gdb.dwarf2/var-access.exp: Same.
1841 * gdb.dwarf2/void-type.exp: Same.
1842
1843 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 PR gdb/26693
1846 * gdb.dwarf2/template-specification-full-name.exp: New test.
1847
1848 2020-10-22 Luis Machado <luis.machado@linaro.org>
1849
1850 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
1851 expected an offset from the function.
1852 * gdb.base/msym-bp.exp (test): Likewise.
1853
1854 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
1855
1856 * gdb.fortran/array-slices.exp: Add a new test.
1857
1858 2020-10-21 Gary Benson <gbenson@redhat.com>
1859
1860 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
1861 fullname test with Clang. Also expand comments generally.
1862
1863 2020-10-20 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
1866
1867 2020-10-20 Tom de Vries <tdevries@suse.de>
1868
1869 * gdb.dwarf2/arr-stride.c: Remove.
1870 * gdb.dwarf2/arr-stride.exp: Use main.c.
1871 * gdb.dwarf2/arr-subrange.c: Remove.
1872 * gdb.dwarf2/arr-subrange.exp: Use main.c.
1873 * gdb.dwarf2/bad-regnum.c: Remove.
1874 * gdb.dwarf2/bad-regnum.exp: Use main.c.
1875 * gdb.dwarf2/corrupt.c: Remove.
1876 * gdb.dwarf2/corrupt.exp: Use main.c.
1877 * gdb.dwarf2/dw2-bad-elf.c: Remove.
1878 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
1879 * gdb.dwarf2/dw2-icycle.c: Remove.
1880 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
1881 * gdb.dwarf2/formdata16.c: Remove.
1882 * gdb.dwarf2/formdata16.exp: Use main.c.
1883 * gdb.dwarf2/implptrconst.c: Remove.
1884 * gdb.dwarf2/implptrconst.exp: Use main.c.
1885 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
1886 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
1887 * gdb.dwarf2/opaque-type-lookup.c: Remove.
1888 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
1889
1890 2020-10-20 Tom de Vries <tdevries@suse.de>
1891
1892 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
1893 file.
1894 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
1895
1896 2020-10-20 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
1899 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1900 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
1901 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1902 * gdb.dwarf2/dw2-ranges.exp: Same.
1903 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1904 * gdb.dwarf2/var-access.exp: Same.
1905
1906 2020-10-19 Tom Tromey <tromey@adacore.com>
1907
1908 PR tui/26719
1909 * gdb.tui/list.exp: Check source window contents after focus
1910 change.
1911
1912 2020-10-17 Tom de Vries <tdevries@suse.de>
1913
1914 PR symtab/26317
1915 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
1916
1917 2020-10-17 Tom de Vries <tdevries@suse.de>
1918
1919 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
1920 as suffix.
1921 * gdb.dwarf2/atomic.c: Rename to ...
1922 * gdb.dwarf2/atomic-type.c: ... this.
1923 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
1924 * gdb.dwarf2/dw2-ranges-2.c: ... this.
1925 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
1926 * gdb.dwarf2/dw2-ranges-3.c: ... this.
1927 * gdb.dwarf2/fission-mix2.c: Rename to ...
1928 * gdb.dwarf2/fission-mix-2.c: ... this.
1929 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
1930 standard_testfile.
1931 * gdb.dwarf2/ada-valprint-error.exp: Same.
1932 * gdb.dwarf2/arr-stride.exp: Same.
1933 * gdb.dwarf2/arr-subrange.exp: Same.
1934 * gdb.dwarf2/atomic-type.exp: Same.
1935 * gdb.dwarf2/bad-regnum.exp: Same.
1936 * gdb.dwarf2/break-inline-psymtab.exp: Same.
1937 * gdb.dwarf2/clang-debug-names-2.exp: Same.
1938 * gdb.dwarf2/clang-debug-names.exp: Same.
1939 * gdb.dwarf2/comp-unit-lang.exp: Same.
1940 * gdb.dwarf2/corrupt.exp: Same.
1941 * gdb.dwarf2/count.exp: Same.
1942 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1943 * gdb.dwarf2/data-loc.exp: Same.
1944 * gdb.dwarf2/dw2-align.exp: Same.
1945 * gdb.dwarf2/dw2-bad-elf.exp: Same.
1946 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1947 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
1948 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
1949 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
1950 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1951 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
1952 * gdb.dwarf2/dw2-inline-param.exp: Same.
1953 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1954 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1955 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1956 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1957 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
1958 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
1959 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1960 * gdb.dwarf2/dw2-param-error.exp: Same.
1961 * gdb.dwarf2/dw2-ranges-base.exp: Same.
1962 * gdb.dwarf2/dw2-ranges.exp: Same.
1963 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
1964 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
1965 * gdb.dwarf2/dw4-sig-types.exp: Same.
1966 * gdb.dwarf2/dynarr-ptr.exp: Same.
1967 * gdb.dwarf2/enum-type.exp: Same.
1968 * gdb.dwarf2/fission-mix.exp: Same.
1969 * gdb.dwarf2/formdata16.exp: Same.
1970 * gdb.dwarf2/implptrconst.exp: Same.
1971 * gdb.dwarf2/implptrpiece.exp: Same.
1972 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1973 * gdb.dwarf2/main-subprogram.exp: Same.
1974 * gdb.dwarf2/method-ptr.exp: Same.
1975 * gdb.dwarf2/missing-sig-type.exp: Same.
1976 * gdb.dwarf2/nonvar-access.exp: Same.
1977 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1978 * gdb.dwarf2/shortpiece.exp: Same.
1979 * gdb.dwarf2/staticvirtual.exp: Same.
1980 * gdb.dwarf2/subrange.exp: Same.
1981 * gdb.dwarf2/symtab-producer.exp: Same.
1982 * gdb.dwarf2/typedef-void-finish.exp: Same.
1983 * gdb.dwarf2/var-access.exp: Same.
1984 * gdb.dwarf2/variant.exp: Same.
1985 * gdb.dwarf2/void-type.exp: Same.
1986 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
1987 dw2-ranges-main.c.
1988 * gdb.dwarf2/dw2-ranges-main.c: Remove.
1989
1990 2020-10-16 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
1993
1994 2020-10-16 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
1997
1998 2020-10-14 Tom de Vries <tdevries@suse.de>
1999
2000 PR testsuite/26732
2001 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
2002 scenario 2.
2003 * gdb.ada/mi_catch_ex_hand.exp: Same.
2004
2005 2020-10-13 Pedro Alves <pedro@palves.net>
2006
2007 * lib/mi-support.exp (mi_clean_restart): New.
2008 (mi_run_to_main): Delete.
2009 All callers adjust to use mi_clean_restart / mi_runto_main.
2010
2011 2020-10-13 Pedro Alves <pedro@palves.net>
2012
2013 * config/monitor.exp: Use "list -q".
2014 * gdb.arch/gdb1558.exp: Use "break -q".
2015 * gdb.arch/i386-permbkpt.exp: Use "break -q".
2016 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
2017 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
2018 * gdb.base/commands.exp: Use "break -q".
2019 * gdb.base/condbreak.exp: Use "break -q".
2020 * gdb.base/ctf-ptype.exp: Use "list -q".
2021 * gdb.base/define.exp: Use "break -q".
2022 * gdb.base/del.exp: Use "break -q".
2023 * gdb.base/fullname.exp: Use "break -q".
2024 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
2025 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
2026 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
2027 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
2028 "hbreak -q".
2029 * gdb.base/included.exp: Use "list -q".
2030 * gdb.base/label.exp: Use "break -q".
2031 * gdb.base/lineinc.exp: Use "break -q".
2032 * gdb.base/list.exp: Use "list -q".
2033 * gdb.base/macscp.exp: Use "list -q".
2034 * gdb.base/pending.exp: Use "break -q".
2035 * gdb.base/prologue-include.exp: Use "break -q".
2036 * gdb.base/ptype.exp: Use "list -q".
2037 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
2038 * gdb.base/server-del-break.exp: Use "break -q".
2039 * gdb.base/style.exp: Use "break -q".
2040 * gdb.base/symbol-without-target_section.exp: Use "list -q".
2041 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
2042 * gdb.cp/exception.exp: Use "tbreak -q".
2043 * gdb.dwarf2/dw2-error.exp: Use "break -q".
2044 * gdb.dwarf2/fission-mix.exp: Use "break -q".
2045 * gdb.dwarf2/fission-reread.exp: Use "break -q".
2046 * gdb.dwarf2/pr13961.exp: Use "break -q".
2047 * gdb.linespec/explicit.exp: Use "list -q".
2048 * gdb.linespec/linespec.exp: Use "break -q".
2049 * gdb.mi/mi-simplerun.exp: Use "--qualified".
2050 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
2051 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
2052 * gdb.server/connect-without-multi-process.exp: Use "break -q".
2053 * gdb.trace/change-loc.exp: Use "break -q".
2054 * gdb.trace/pending.exp: Use "break -q".
2055 * gdb.tui/basic.exp: Use "list -q".
2056 * gdb.tui/list-before.exp: Use "list -q".
2057 * gdb.tui/list.exp: Use "list -q".
2058 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
2059
2060 2020-10-13 Pedro Alves <pedro@palves.net>
2061
2062 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
2063 saved breakpoints file.
2064 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
2065 inspecting breakpoint list.
2066 * lib/gdb.exp (runto_main): Add "qualified" to options.
2067 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
2068 and handle it.
2069 (mi_runto_main): Pass 1 as qualified argument.
2070
2071 2020-10-13 Pedro Alves <pedro@palves.net>
2072
2073 * lib/mi-support.exp (mi_runto_main): New proc.
2074 (mi_run_to_main): Use it.
2075 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
2076 * gdb.mi/mi-var-cmd.exp: Likewise.
2077 * gdb.mi/mi-var-invalidate.exp: Likewise.
2078 * mi-var-list-children-invalid-grandchild.exp: Likewise.
2079 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
2080 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2081 * gdb.mi/user-selected-context-sync.exp: Likewise.
2082 * gdb.opt/inline-cmds.exp: Likewise.
2083 * gdb.python/py-framefilter-mi.exp: Likewise.
2084 * gdb.python/py-mi.exp: Likewise.
2085
2086 2020-10-13 Pedro Alves <pedro@palves.net>
2087
2088 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
2089 "runto main".
2090 * gdb.ada/small_reg_param.exp: Likewise.
2091 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2092 * gdb.base/annota1.exp: Likewise.
2093 * gdb.base/anon.exp: Likewise.
2094 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
2095 * gdb.base/dprintf-non-stop.exp: Likewise.
2096 * gdb.base/dprintf.exp: Likewise.
2097 * gdb.base/gdb11530.exp: Likewise.
2098 * gdb.base/gdb11531.exp: Likewise.
2099 * gdb.base/gnu_vector.exp: Likewise.
2100 * gdb.base/interrupt-noterm.exp: Likewise.
2101 * gdb.base/memattr.exp: Likewise.
2102 * gdb.base/step-over-syscall.exp: Likewise.
2103 * gdb.base/watch-cond-infcall.exp: Likewise.
2104 * gdb.base/watch-read.exp: Likewise.
2105 * gdb.base/watch-vfork.exp: Likewise.
2106 * gdb.base/watch_thread_num.exp: Likewise.
2107 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
2108 * gdb.guile/scm-frame-inline.exp: Likewise.
2109 * gdb.linespec/explicit.exp: Likewise.
2110 * gdb.opt/inline-break.exp: Likewise.
2111 * gdb.python/py-frame-inline.exp: Likewise.
2112 * gdb.reverse/break-precsave.exp: Likewise.
2113 * gdb.reverse/break-reverse.exp: Likewise.
2114 * gdb.reverse/consecutive-precsave.exp: Likewise.
2115 * gdb.reverse/consecutive-reverse.exp: Likewise.
2116 * gdb.reverse/finish-precsave.exp: Likewise.
2117 * gdb.reverse/finish-reverse.exp: Likewise.
2118 * gdb.reverse/fstatat-reverse.exp: Likewise.
2119 * gdb.reverse/getresuid-reverse.exp: Likewise.
2120 * gdb.reverse/i386-precsave.exp: Likewise.
2121 * gdb.reverse/i386-reverse.exp: Likewise.
2122 * gdb.reverse/i386-sse-reverse.exp: Likewise.
2123 * gdb.reverse/i387-env-reverse.exp: Likewise.
2124 * gdb.reverse/i387-stack-reverse.exp: Likewise.
2125 * gdb.reverse/insn-reverse.exp: Likewise.
2126 * gdb.reverse/machinestate-precsave.exp: Likewise.
2127 * gdb.reverse/machinestate.exp: Likewise.
2128 * gdb.reverse/pipe-reverse.exp: Likewise.
2129 * gdb.reverse/readv-reverse.exp: Likewise.
2130 * gdb.reverse/recvmsg-reverse.exp: Likewise.
2131 * gdb.reverse/rerun-prec.exp: Likewise.
2132 * gdb.reverse/s390-mvcle.exp: Likewise.
2133 * gdb.reverse/solib-precsave.exp: Likewise.
2134 * gdb.reverse/solib-reverse.exp: Likewise.
2135 * gdb.reverse/step-precsave.exp: Likewise.
2136 * gdb.reverse/step-reverse.exp: Likewise.
2137 * gdb.reverse/time-reverse.exp: Likewise.
2138 * gdb.reverse/until-precsave.exp: Likewise.
2139 * gdb.reverse/until-reverse.exp: Likewise.
2140 * gdb.reverse/waitpid-reverse.exp: Likewise.
2141 * gdb.reverse/watch-precsave.exp: Likewise.
2142 * gdb.reverse/watch-reverse.exp: Likewise.
2143 * gdb.threads/kill.exp: Likewise.
2144 * gdb.threads/tid-reuse.exp: Likewise.
2145
2146 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
2147
2148 PR gdb/26642
2149 * gdb.base/maint-target-async-off.c: New test.
2150 * gdb.base/maint-target-async-off.exp: New test.
2151
2152 2020-10-13 Alan Modra <amodra@gmail.com>
2153
2154 * gdb.arch/powerpc-altivec.s,
2155 * gdb.arch/powerpc-power7.s,
2156 * gdb.arch/powerpc-power8.s,
2157 * gdb.arch/powerpc-power9.s,
2158 * gdb.arch/powerpc-vsx.s,
2159 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
2160 * gdb.arch/powerpc-altivec.exp,
2161 * gdb.arch/powerpc-power7.exp,
2162 * gdb.arch/powerpc-power8.exp,
2163 * gdb.arch/powerpc-power9.exp,
2164 * gdb.arch/powerpc-vsx.exp,
2165 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
2166 disassembly of mfvsrd/mtvsrd.
2167
2168 2020-10-13 Alan Modra <amodra@gmail.com>
2169
2170 * gdb.arch/arm-disassembler-options.exp: Adjust expected
2171 "target architecture" output.
2172 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2173 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
2174 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2175 * gdb.arch/s390-disassembler-options.exp: Likewise.
2176
2177 2020-10-12 Pedro Alves <pedro@palves.net>
2178
2179 PR exp/26602
2180 PR c++/26550
2181 * gdb.cp/ambiguous.cc (marker1): Delete.
2182 (main): Initialize all the fields of the locals. Replace marker1
2183 call with a "set breakpoint here" marker.
2184 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
2185 instead of running to marker1. Add tests printing all the
2186 variables and all the fields of the variables.
2187 (test_ambiguous): New proc, expecting the new GDB output when a
2188 field access is ambiguous. Change all "warning: X ambiguous"
2189 tests to use it.
2190
2191 2020-10-12 Gary Benson <gbenson@redhat.com>
2192
2193 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
2194 * gdb.base/msym-bp-2.c (foo): Likewise.
2195 * gdb.base/msym-lang.c (foo): Likewise.
2196 * gdb.base/msym-lang-main.c (foo): Likewise.
2197 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
2198 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
2199 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
2200 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
2201 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
2202 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
2203 * gdb.python/py-objfile.c (static_var): Likewise.
2204 * gdb.python/py-symbol.c (rr): Likewise.
2205 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
2206 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
2207
2208 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
2209
2210 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
2211 output of backtrace.
2212
2213 2020-10-09 Tom Tromey <tromey@adacore.com>
2214
2215 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
2216 (Rec): Add field. Fix range.
2217 * gdb.ada/scalar_storage.exp: Update.
2218
2219 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
2220
2221 PR exp/26714
2222 * gdb.base/printcmds.exp: Add tests for void results.
2223
2224 2020-10-09 Jan Vrany <jan.vrany@labware.com>
2225
2226 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
2227 is emmited for both 'set directories' and 'directory' commands.
2228
2229 2020-10-08 Tom Tromey <tom@tromey.com>
2230
2231 * gdb.base/style.exp: Check that "main"'s name is styled.
2232
2233 2020-10-07 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.base/find.exp: Rename some tests.
2236
2237 2020-10-06 Gary Benson <gbenson@redhat.com>
2238
2239 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
2240 * gdb.base/list1.c (unused): Likewise.
2241
2242 2020-10-06 Gary Benson <gbenson@redhat.com>
2243
2244 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
2245 __attribute__ ((used)).
2246 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
2247
2248 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
2249
2250 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
2251 make use of regions throughout.
2252 * gdb.base/overlays.exp: Enclose string with variableds in "..",
2253 not {...}.
2254 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
2255
2256 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
2257
2258 * gdb.base/call-sc.c: Fix return struct on stack test case.
2259 * gdb.base/call-sc.exp: Likewise.
2260
2261 2020-10-02 Gary Benson <gbenson@redhat.com>
2262
2263 * README: Fix "paralell".
2264
2265 2020-09-30 Gary Benson <gbenson@redhat.com>
2266
2267 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
2268 Convert directive to lowercase.
2269 (.Labbrev1_begin): Add missing label.
2270 (abbrev code 0x1): Remove DW_AT_stmt_list.
2271 (.Ldie_b): Likewise.
2272
2273 2020-09-27 Tom Tromey <tom@tromey.com>
2274
2275 * gdb.tui/new-layout.exp: Use with_test_prefix.
2276
2277 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
2278
2279 PR python/26586
2280 * gdb.python/python.exp: add test cases for the from_tty
2281 argument to gdb.execute.
2282
2283 2020-09-25 Gary Benson <gbenson@redhat.com>
2284
2285 * gdb.base/infcall-nested-structs.exp.tcl: Add
2286 additional_flags=-Wno-tautological-compare for C++
2287 tests when compiling using Clang.
2288
2289 2020-09-25 Gary Benson <gbenson@redhat.com>
2290
2291 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
2292 for .c files.
2293
2294 2020-09-24 Tom Tromey <tromey@adacore.com>
2295
2296 PR tui/26638:
2297 * gdb.tui/list.exp: Check output of "focus next".
2298
2299 2020-09-23 Tom Tromey <tom@tromey.com>
2300
2301 * gdb.dwarf2/intbits.exp: New file.
2302 * gdb.dwarf2/intbits.c: New file.
2303
2304 2020-09-20 Pedro Alves <pedro@palves.net>
2305
2306 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
2307 spawn_id before calling remote_close. Close secondary MI channel.
2308
2309 2020-09-20 Pedro Alves <pedro@palves.net>
2310
2311 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
2312 fails.
2313
2314 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
2315
2316 * gdb.fortran/array-slices.exp: Update expected results.
2317 * gdb.fortran/class-allocatable-array.exp: Likewise.
2318 * gdb.fortran/multi-dim.exp: Likewise.
2319 * gdb.fortran/vla-type.exp: Likewise.
2320 * gdb.mi/mi-vla-fortran.exp: Likewise.
2321
2322 2020-09-18 Victor Collod <vcollod@nvidia.com>
2323
2324 PR gdb/26635
2325 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
2326 compatible with i386, and move it to...
2327 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
2328 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
2329 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
2330
2331 2020-09-18 Pedro Alves <pedro@palves.net>
2332
2333 PR gdb/26631
2334 * gdb.multi/multi-target-thread-find.exp: New file.
2335
2336 2020-09-18 Pedro Alves <pedro@palves.net>
2337
2338 * gdb.multi/multi-target-continue.exp: New file, factored out from
2339 multi-target.exp.
2340 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
2341 multi-target.exp.
2342 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
2343 multi-target.exp.
2344 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
2345 multi-target.exp.
2346 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
2347 multi-target.exp.
2348 * gdb.multi/multi-target.exp.tcl: New file, factored out from
2349 multi-target.exp.
2350 * gdb.multi/multi-target.exp: Delete.
2351
2352 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
2353
2354 * gdb.fortran/array-slices.exp: Add missing message data.
2355
2356 2020-09-17 Pedro Alves <pedro@palves.net>
2357
2358 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
2359
2360 2020-09-17 Pedro Alves <pedro@palves.net>
2361
2362 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
2363 full prototype.
2364
2365 2020-09-17 Pedro Alves <pedro@palves.net>
2366
2367 * gdb.python/py-as-string.c: Add cast.
2368
2369 2020-09-17 Pedro Alves <pedro@palves.net>
2370
2371 * gdb.base/sizeof.c (fill): Add cast.
2372
2373 2020-09-17 Pedro Alves <pedro@palves.net>
2374
2375 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
2376
2377 2020-09-17 Pedro Alves <pedro@palves.net>
2378
2379 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
2380 linkage name.
2381 * gdb.base/prologue.exp: Use print /d.
2382 * gdb.base/symbol-alias.exp: Handle C++ output.
2383 * gdb.base/symbol-alias2.c: Handle C++ output.
2384 [__cplusplus] (func): Explicitly specify linkage name.
2385
2386 2020-09-17 Pedro Alves <pedro@palves.net>
2387
2388 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
2389 (struct my_key_t): ... this. Adjust all references.
2390 (struct value_t): Rename to ...
2391 (struct my_value_t): ... this. Adjust all references.
2392 (create_map, add_map_element, create_map_map)
2393 (add_map_map_element): Add casts.
2394
2395 2020-09-17 Pedro Alves <pedro@palves.net>
2396
2397 * gdb.python/py-framefilter-mi.c (funca): Add casts.
2398 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
2399
2400 2020-09-17 Pedro Alves <pedro@palves.net>
2401
2402 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
2403
2404 2020-09-17 Pedro Alves <pedro@palves.net>
2405
2406 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
2407 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
2408 (charfoo, intfoo): Define full prototype.
2409 * gdb.base/ptype1.c (charfoo): Define full prototype.
2410 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
2411 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
2412
2413 2020-09-17 Pedro Alves <pedro@palves.net>
2414
2415 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
2416 Don't define.
2417 (utf_32_string): Compile for both C and C++.
2418 * gdb.base/charset.exp: Use "print /d".
2419
2420 2020-09-17 Pedro Alves <pedro@palves.net>
2421
2422 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
2423 (nullptr): Rename to ...
2424 (null_ptr): ... this.
2425 * gdb.base/watchpoint.exp: Adjust to rename.
2426
2427 2020-09-17 Pedro Alves <pedro@palves.net>
2428
2429 * gdb.base/printcmds.c (three, flag_enum_without_zero)
2430 (three_not_flag): Add casts.
2431
2432 2020-09-17 Pedro Alves <pedro@palves.net>
2433
2434 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
2435 char array.
2436 (main): Add references to Barrier, TestStrings, TestStringsH and
2437 TestStringsW.
2438 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
2439 and expect a full prototype in C++.
2440
2441 2020-09-17 Pedro Alves <pedro@palves.net>
2442
2443 * gdb.base/nested-addr.c (main): Add cast.
2444 * gdb.base/nested-addr.exp: Use "print /d".
2445
2446 2020-09-17 Pedro Alves <pedro@palves.net>
2447
2448 * gdb.base/break.exp (func): New. Use it throughout when
2449 expecting a function name.
2450
2451 2020-09-17 Pedro Alves <pedro@palves.net>
2452
2453 * gdb.base/display.exp: Issue "set print asm-demangle on".
2454
2455 2020-09-17 Pedro Alves <pedro@palves.net>
2456
2457 * gdb.base/find.c: Include <string.h>.
2458 (init_bufs): Add cast.
2459 * gdb.base/find.exp: Issue "set print asm-demangle on".
2460
2461 2020-09-16 Tom Tromey <tromey@adacore.com>
2462
2463 PR gdb/26598:
2464 * gdb.base/skipcxx.exp: New file.
2465 * gdb.base/skipcxx.cc: New file.
2466
2467 2020-09-16 Tom de Vries <tdevries@suse.de>
2468
2469 PR testsuite/26617
2470 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
2471 WITH_DEBUG_SECTIONS is defined.
2472 (xstr, str): New macro.
2473 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
2474 to get start and size of _Dmain.
2475 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
2476 using additional_flags.
2477
2478 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2479
2480 * gdb.base/bp-cmds-sourced-script.c: New file.
2481 * gdb.base/bp-cmds-sourced-script.exp: New test.
2482 * gdb.base/bp-cmds-sourced-script.gdb: New file.
2483
2484 2020-09-16 Tom de Vries <tdevries@suse.de>
2485
2486 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
2487 get the gdb prompt after issuing "monitor exit".
2488
2489 2020-09-16 Tom de Vries <tdevries@suse.de>
2490
2491 PR testsuite/26624
2492 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
2493
2494 2020-09-16 Tom de Vries <tdevries@suse.de>
2495
2496 PR testsuite/26618
2497 * gdb.tui/new-layout.exp: Escape unbalanced braces.
2498
2499 2020-09-15 Tom Tromey <tromey@adacore.com>
2500
2501 PR rust/26197:
2502 * lib/rust-support.exp (rust_llvm_version): New proc.
2503 * gdb.rust/simple.exp: Check rust_llvm_version.
2504
2505 2020-09-14 Tom de Vries <tdevries@suse.de>
2506
2507 * gdb.rust/traits.exp: Fix PATH warning.
2508
2509 2020-09-13 Pedro Alves <pedro@palves.net>
2510
2511 * gdb.base/catch-follow-exec.c (main): Add explicit return
2512 statement.
2513 * gdb.base/catch-signal.c (main): Likewise.
2514 * gdb.base/condbreak-call-false.c (main): Likewise.
2515 * gdb.base/consecutive.c (main): Add explicit return
2516 statement and return type.
2517 * gdb.base/cursal.c (main): Add explicit return statement.
2518 * gdb.base/cvexpr.c (main): Likewise.
2519 * gdb.base/display.c (main): Add explicit return statement and
2520 return type.
2521 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
2522 * gdb.base/endianity.c (main): Likewise.
2523 * gdb.base/execd-prog.c (main): Likewise.
2524 * gdb.base/gdb1090.c (main): Likewise.
2525 * gdb.base/info_qt.c (main): Likewise.
2526 * gdb.base/lineinc.c (main): Likewise.
2527 * gdb.base/load-command.c (main): Likewise.
2528 * gdb.base/macscp1.c (main): Likewise.
2529 * gdb.base/pr10179-a.c (main): Likewise.
2530 * gdb.base/quit-live.c (main): Likewise.
2531 * gdb.base/scope0.c (main): Likewise.
2532 * gdb.base/settings.c (main): Likewise.
2533 * gdb.base/stack-checking.c (main): Return int.
2534 * gdb.base/varargs.c (main): Add explicit return statement.
2535 * gdb.cp/ambiguous.cc (main): Likewise.
2536 * gdb.cp/anon-struct.cc (main): Likewise.
2537 * gdb.cp/anon-union.cc (main): Likewise.
2538 * gdb.cp/bool.cc (main): Likewise.
2539 * gdb.cp/bs15503.cc (main): Likewise.
2540 * gdb.cp/cplusfuncs.cc (main): Likewise.
2541 * gdb.cp/cttiadd.cc (main): Likewise.
2542 * gdb.cp/extern-c.cc (main): Likewise.
2543 * gdb.cp/filename.cc (main): Likewise.
2544 * gdb.cp/formatted-ref.cc (main): Likewise.
2545 * gdb.cp/mb-ctor.cc (main): Likewise.
2546 * gdb.cp/member-ptr.cc (main): Likewise.
2547 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
2548 * gdb.cp/overload-const.cc (main): Likewise.
2549 * gdb.cp/paren-type.cc (main): Likewise.
2550 * gdb.cp/parse-lang.cc (main): Likewise.
2551 * gdb.cp/pr-1023.cc (main): Likewise.
2552 * gdb.cp/psmang1.cc (main): Likewise.
2553 * gdb.cp/readnow-language.cc (main): Likewise.
2554 * gdb.cp/ref-params.cc (main): Likewise.
2555 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
2556 * gdb.cp/virtbase2.cc (main): Likewise.
2557 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
2558 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
2559 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
2560 * gdb.mi/mi-console.c (main): Likewise.
2561 * gdb.mi/mi-read-memory.c (main): Likewise.
2562 * gdb.modula2/multidim.c (main): Likewise.
2563 * gdb.opt/inline-small-func.c (main): Likewise.
2564 * gdb.python/py-rbreak.c (main): Likewise.
2565 * gdb.stabs/exclfwd1.c (main): Likewise.
2566 * gdb.trace/qtro.c (main): Likewise.
2567
2568 2020-09-13 Pedro Alves <pedro@palves.net>
2569
2570 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
2571 instead of getenv.
2572
2573 2020-09-13 Pedro Alves <pedro@palves.net>
2574
2575 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
2576 instead of spawning GDB with remote_spawn.
2577 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
2578 gdb_spawn instead of spawning GDB with remote_spawn.
2579
2580 2020-09-13 Pedro Alves <pedro@palves.net>
2581
2582 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
2583 file and add calls to first and second.
2584 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
2585 add call to f.
2586
2587 2020-09-13 Pedro Alves <pedro@palves.net>
2588
2589 * gdb.mi/mi-break-qualified.cc: New file.
2590 * gdb.mi/mi-break-qualified.exp: New file.
2591 * lib/mi-support.exp (mi_create_breakpoint_multi)
2592 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
2593 procedures.
2594 (mi_create_breakpoint_1): New, factored out from
2595 mi_create_breakpoint.
2596
2597 2020-09-13 Pedro Alves <pedro@palves.net>
2598
2599 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
2600 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
2601 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
2602 (register_class): Delete.
2603 (main): Don't call register_class.
2604
2605 2020-09-13 Pedro Alves <pedro@palves.net>
2606
2607 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
2608 (do_tests): Remove "calling method for small class" test.
2609 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
2610 (register_class): Delete.
2611 (main): Don't call register_class.
2612 * gdb.cp/call-method-register.exp: New file, based on bits removed
2613 from classes.exp.
2614 * gdb.cp/call-method-register.cc: New file, based on bits removed
2615 from classes.cc.
2616
2617 2020-09-13 Pedro Alves <pedro@palves.net>
2618
2619 * gdb.base/msym-bp-2.c: New.
2620 * gdb.base/msym-bp-shl-lib.c: New file.
2621 * gdb.base/msym-bp-shl-main-2.c: New file.
2622 * gdb.base/msym-bp-shl-main.c: New file.
2623 * gdb.base/msym-bp-shl.exp: New file.
2624 * gdb.base/msym-bp.c: New file.
2625 * gdb.base/msym-bp.exp: New file.
2626
2627 2020-09-13 Joel Brobecker <brobecker@adacore.com>
2628
2629 * gdb.base/default.exp: Change $_gdb_major to 11.
2630
2631 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
2632 Felix Willgerodt <Felix.Willgerodt@intel.com>
2633
2634 * x86-avx512bf16.c: New file.
2635 * x86-avx512bf16.exp: Likewise.
2636 * lib/gdb.exp (skip_avx512bf16_tests): New function.
2637
2638 2020-09-11 Tom de Vries <tdevries@suse.de>
2639
2640 PR exp/26602
2641 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
2642
2643 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2644
2645 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
2646
2647 2020-09-10 Alan Modra <amodra@gmail.com>
2648
2649 PR 26597
2650 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
2651
2652 2020-09-08 Tom de Vries <tdevries@suse.de>
2653
2654 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
2655 after gdb_starti_cmd.
2656
2657 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2658
2659 * lib/fortran.exp (fortran_complex8): New proc.
2660 (fortran_complex16): New proc.
2661 * gdb.fortran/complex.exp: Use routines from fortran.exp
2662 * gdb.fortran/pointer-to-pointer.exp: Likewise.
2663 * gdb.fortran/vla-ptr-info.exp: Likewise.
2664
2665 2020-09-03 Tom de Vries <tdevries@suse.de>
2666
2667 PR breakpoint/26546
2668 * gdb.base/label-without-address.exp: Runto main first.
2669
2670 2020-09-02 Tom Tromey <tromey@adacore.com>
2671
2672 * gdb.ada/mi_var_access.exp: Test children of access variable.
2673 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
2674 * gdb.ada/mi_var_array.exp: Update.
2675
2676 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2677
2678 * gdb.base/corefile.exp (warning-free): XFAIL test when running
2679 on docker w/ AUFS storage driver.
2680
2681 2020-08-31 Kevin Buettner <kevinb@redhat.com>
2682
2683 * gdb.base/corefile2.exp (renamed binfile): New tests.
2684
2685 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2686
2687 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
2688
2689 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2690
2691 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
2692 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
2693
2694 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
2695
2696 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
2697 output, printing a "not saved" value from history and printing a
2698 convenience variable created from a "not saved" value.
2699
2700 2020-08-31 Tom de Vries <tdevries@suse.de>
2701
2702 * gdb.base/eh_return.exp: Use nopie.
2703
2704 2020-08-28 Pedro Alves <pedro@palves.net>
2705
2706 * gdb.base/advance-until-multiple-locations.exp
2707 (advance_overload, until_overload): Adjust to match the
2708 frame/function header instead of the source line text.
2709
2710 2020-08-28 Tom de Vries <tdevries@suse.de>
2711
2712 * gdb.base/label-without-address.c: New test.
2713 * gdb.base/label-without-address.exp: New file.
2714
2715 2020-08-27 Pedro Alves <pedro@palves.net>
2716
2717 PR gdb/26523
2718 PR gdb/26524
2719 * gdb.base/advance-until-multiple-locations.cc: New.
2720 * gdb.base/advance-until-multiple-locations.exp: New.
2721
2722 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
2723
2724 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
2725
2726 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.arch/amd64-byte.exp: Make test names unique, use
2729 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2730 * gdb.arch/amd64-dword.exp: Likewise.
2731 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
2732 * gdb.arch/amd64-stap-special-operands.exp: Make test names
2733 unique.
2734 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
2735 * gdb.arch/amd64-word.exp: Make test names unique, use
2736 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
2737 * gdb.arch/i386-byte.exp: Make test names unique, use
2738 gdb_breakpoint.
2739 * gdb.arch/i386-word.exp: Likewise.
2740
2741 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
2742
2743 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
2744
2745 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
2746
2747 PR gdb/26532
2748 * gdb.threads/stepi-random-signal.exp: Update pattern.
2749
2750 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
2751
2752 PR gdb/26532
2753 * gdb.base/ui-redirect.exp: Update pattern.
2754
2755 2020-08-25 Gary Benson <gbenson@redhat.com>
2756
2757 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
2758 when compiling with clang.
2759 * gdb.dwarf2/dw2-restore.exp: Likewise.
2760
2761 2020-08-25 Gary Benson <gbenson@redhat.com>
2762
2763 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
2764 Add additional_flags=-Wno-inaccessible-base when compiling
2765 with GCC >= 10.1 or clang. Add additional_flags=-w when
2766 compiling with GCC < 10.
2767
2768 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
2769
2770 PR m2/26372
2771 * gdb.modula2/multidim.c: New file.
2772 * gdb.modula2/multidim.exp: New file.
2773
2774 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
2775
2776 * lib/gdb.exp (runto): Always emit fail on internal error.
2777
2778 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
2779
2780 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
2781 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2782 Likewise.
2783 * gdb.threads/stepi-random-signal.exp: Likewise.
2784
2785 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2786
2787 * gdb.base/print-file-var.exp: Fix typo "breapoint".
2788 * gdb.trace/strace.exp: Ditto.
2789
2790 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2791
2792 * gdb.fortran/vla-type.exp: Skip commands not required for
2793 the Flang compiled binaries after prologue fix.
2794
2795 2020-08-17 Tom de Vries <tdevries@suse.de>
2796 Tom Tromey <tromey@adacore.com>
2797
2798 PR rust/26197:
2799 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
2800
2801 2020-08-17 Tom Tromey <tromey@adacore.com>
2802
2803 * gdb.ada/mi_var_access.exp: New file.
2804 * gdb.ada/mi_var_access/mi_access.adb: New file.
2805 * gdb.ada/mi_var_access/pck.adb: New file.
2806 * gdb.ada/mi_var_access/pck.ads: New file.
2807
2808 2020-08-16 Tom de Vries <tdevries@suse.de>
2809
2810 PR gdb/25350
2811 * gdb.base/eh_return.c: New test.
2812 * gdb.base/eh_return.exp: New file.
2813
2814 2020-08-15 Tom de Vries <tdevries@suse.de>
2815
2816 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
2817 (mixed_func_1d_): Use fortran_charlen_t in decl.
2818
2819 2020-08-15 Tom de Vries <tdevries@suse.de>
2820
2821 PR backtrace/26390
2822 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
2823 Update expected pattern.
2824
2825 2020-08-13 Pedro Alves <pedro@palves.net>
2826
2827 * gdb.fortran/complex.exp: Check skip_fortran_tests.
2828 * gdb.fortran/library-module.exp: Likewise.
2829 * gdb.fortran/logical.exp: Likewise.
2830 * gdb.fortran/module.exp: Likewise.
2831 * gdb.fortran/print_type.exp: Likewise.
2832 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2833 * gdb.fortran/vla-datatypes.exp: Likewise.
2834 * gdb.fortran/vla-history.exp: Likewise.
2835 * gdb.fortran/vla-ptr-info.exp: Likewise.
2836 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2837 * gdb.fortran/vla-ptype.exp: Likewise.
2838 * gdb.fortran/vla-sizeof.exp: Likewise.
2839 * gdb.fortran/vla-type.exp: Likewise.
2840 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2841 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2842 * gdb.fortran/vla-value-sub.exp: Likewise.
2843 * gdb.fortran/vla-value.exp: Likewise.
2844
2845 2020-08-13 Pedro Alves <pedro@palves.net>
2846
2847 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
2848 * gdb.ada/access_to_packed_array.exp: Likewise.
2849 * gdb.ada/access_to_unbounded_array.exp: Likewise.
2850 * gdb.ada/addr_arith.exp: Likewise.
2851 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
2852 * gdb.ada/arr_arr.exp: Likewise.
2853 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
2854 * gdb.ada/array_bounds.exp: Likewise.
2855 * gdb.ada/array_of_variable_length.exp: Likewise.
2856 * gdb.ada/array_ptr_renaming.exp: Likewise.
2857 * gdb.ada/array_subscript_addr.exp: Likewise.
2858 * gdb.ada/arraydim.exp: Likewise.
2859 * gdb.ada/arrayparam.exp: Likewise.
2860 * gdb.ada/arrayptr.exp: Likewise.
2861 * gdb.ada/assign_1.exp: Likewise.
2862 * gdb.ada/assign_arr.exp: Likewise.
2863 * gdb.ada/atomic_enum.exp: Likewise.
2864 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2865 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
2866 * gdb.ada/bias.exp: Likewise.
2867 * gdb.ada/boolean_expr.exp: Likewise.
2868 * gdb.ada/bp_c_mixed_case.exp: Likewise.
2869 * gdb.ada/bp_enum_homonym.exp: Likewise.
2870 * gdb.ada/bp_inlined_func.exp: Likewise.
2871 * gdb.ada/bp_on_var.exp: Likewise.
2872 * gdb.ada/bp_range_type.exp: Likewise.
2873 * gdb.ada/bp_reset.exp: Likewise.
2874 * gdb.ada/call_pn.exp: Likewise.
2875 * gdb.ada/catch_assert_if.exp: Likewise.
2876 * gdb.ada/catch_ex.exp: Likewise.
2877 * gdb.ada/catch_ex_std.exp: Likewise.
2878 * gdb.ada/char_enum.exp: Likewise.
2879 * gdb.ada/char_param.exp: Likewise.
2880 * gdb.ada/complete.exp: Likewise.
2881 * gdb.ada/cond_lang.exp: Likewise.
2882 * gdb.ada/convvar_comp.exp: Likewise.
2883 * gdb.ada/dgopt.exp: Likewise.
2884 * gdb.ada/disc_arr_bound.exp: Likewise.
2885 * gdb.ada/display_nested.exp: Likewise.
2886 * gdb.ada/dot_all.exp: Likewise.
2887 * gdb.ada/dyn_loc.exp: Likewise.
2888 * gdb.ada/dyn_stride.exp: Likewise.
2889 * gdb.ada/excep_handle.exp: Likewise.
2890 * gdb.ada/expr_delims.exp: Likewise.
2891 * gdb.ada/expr_with_funcall.exp: Likewise.
2892 * gdb.ada/exprs.exp: Likewise.
2893 * gdb.ada/fin_fun_out.exp: Likewise.
2894 * gdb.ada/fixed_cmp.exp: Likewise.
2895 * gdb.ada/formatted_ref.exp: Likewise.
2896 * gdb.ada/frame_arg_lang.exp: Likewise.
2897 * gdb.ada/frame_args.exp: Likewise.
2898 * gdb.ada/fullname_bp.exp: Likewise.
2899 * gdb.ada/fun_addr.exp: Likewise.
2900 * gdb.ada/fun_in_declare.exp: Likewise.
2901 * gdb.ada/fun_overload_menu.exp: Likewise.
2902 * gdb.ada/fun_renaming.exp: Likewise.
2903 * gdb.ada/funcall_char.exp: Likewise.
2904 * gdb.ada/funcall_param.exp: Likewise.
2905 * gdb.ada/funcall_ptr.exp: Likewise.
2906 * gdb.ada/funcall_ref.exp: Likewise.
2907 * gdb.ada/homonym.exp: Likewise.
2908 * gdb.ada/info_addr_mixed_case.exp: Likewise.
2909 * gdb.ada/info_auto_lang.exp: Likewise.
2910 * gdb.ada/info_exc.exp: Likewise.
2911 * gdb.ada/info_types.exp: Likewise.
2912 * gdb.ada/int_deref.exp: Likewise.
2913 * gdb.ada/interface.exp: Likewise.
2914 * gdb.ada/iwide.exp: Likewise.
2915 * gdb.ada/lang_switch.exp: Likewise.
2916 * gdb.ada/length_cond.exp: Likewise.
2917 * gdb.ada/maint_with_ada.exp: Likewise.
2918 * gdb.ada/mi_catch_assert.exp: Likewise.
2919 * gdb.ada/mi_catch_ex.exp: Likewise.
2920 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
2921 * gdb.ada/mi_dyn_arr.exp: Likewise.
2922 * gdb.ada/mi_ex_cond.exp: Likewise.
2923 * gdb.ada/mi_exc_info.exp: Likewise.
2924 * gdb.ada/mi_interface.exp: Likewise.
2925 * gdb.ada/mi_prot.exp: Likewise.
2926 * gdb.ada/mi_ref_changeable.exp: Likewise.
2927 * gdb.ada/mi_string_access.exp: Likewise.
2928 * gdb.ada/mi_task_arg.exp: Likewise.
2929 * gdb.ada/mi_task_info.exp: Likewise.
2930 * gdb.ada/mi_var_array.exp: Likewise.
2931 * gdb.ada/mi_var_union.exp: Likewise.
2932 * gdb.ada/mi_variant.exp: Likewise.
2933 * gdb.ada/minsyms.exp: Likewise.
2934 * gdb.ada/mod_from_name.exp: Likewise.
2935 * gdb.ada/nested.exp: Likewise.
2936 * gdb.ada/null_array.exp: Likewise.
2937 * gdb.ada/optim_drec.exp: Likewise.
2938 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
2939 * gdb.ada/packed_array_assign.exp: Likewise.
2940 * gdb.ada/packed_tagged.exp: Likewise.
2941 * gdb.ada/pp-rec-component.exp: Likewise.
2942 * gdb.ada/print_chars.exp: Likewise.
2943 * gdb.ada/print_pc.exp: Likewise.
2944 * gdb.ada/ptr_typedef.exp: Likewise.
2945 * gdb.ada/ptype_arith_binop.exp: Likewise.
2946 * gdb.ada/ptype_array.exp: Likewise.
2947 * gdb.ada/ptype_field.exp: Likewise.
2948 * gdb.ada/ptype_tagged_param.exp: Likewise.
2949 * gdb.ada/ptype_union.exp: Likewise.
2950 * gdb.ada/py_range.exp: Likewise.
2951 * gdb.ada/py_taft.exp: Likewise.
2952 * gdb.ada/rdv_wait.exp: Likewise.
2953 * gdb.ada/rec_comp.exp: Likewise.
2954 * gdb.ada/rec_return.exp: Likewise.
2955 * gdb.ada/ref_param.exp: Likewise.
2956 * gdb.ada/ref_tick_size.exp: Likewise.
2957 * gdb.ada/rename_subscript_param.exp: Likewise.
2958 * gdb.ada/repeat_dyn.exp: Likewise.
2959 * gdb.ada/same_component_name.exp: Likewise.
2960 * gdb.ada/same_enum.exp: Likewise.
2961 * gdb.ada/scalar_storage.exp: Likewise.
2962 * gdb.ada/set_wstr.exp: Likewise.
2963 * gdb.ada/small_reg_param.exp: Likewise.
2964 * gdb.ada/str_binop_equal.exp: Likewise.
2965 * gdb.ada/str_ref_cmp.exp: Likewise.
2966 * gdb.ada/str_uninit.exp: Likewise.
2967 * gdb.ada/sub_variant.exp: Likewise.
2968 * gdb.ada/sym_print_name.exp: Likewise.
2969 * gdb.ada/taft_type.exp: Likewise.
2970 * gdb.ada/tagged.exp: Likewise.
2971 * gdb.ada/tagged_access.exp: Likewise.
2972 * gdb.ada/task_bp.exp: Likewise.
2973 * gdb.ada/task_switch_in_core.exp: Likewise.
2974 * gdb.ada/tasks.exp: Likewise.
2975 * gdb.ada/tick_last_segv.exp: Likewise.
2976 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
2977 * gdb.ada/type_coercion.exp: Likewise.
2978 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2979 * gdb.ada/unchecked_union.exp: Likewise.
2980 * gdb.ada/uninitialized_vars.exp: Likewise.
2981 * gdb.ada/var_arr_attrs.exp: Likewise.
2982 * gdb.ada/var_arr_typedef.exp: Likewise.
2983 * gdb.ada/var_rec_arr.exp: Likewise.
2984 * gdb.ada/variant-record.exp: Likewise.
2985 * gdb.ada/variant.exp: Likewise.
2986 * gdb.ada/variant_record_packed_array.exp: Likewise.
2987 * gdb.ada/varsize_limit.exp: Likewise.
2988 * gdb.ada/whatis_array_val.exp: Likewise.
2989 * gdb.ada/widewide.exp: Likewise.
2990 * gdb.ada/win_fu_syms.exp: Likewise.
2991
2992 2020-08-12 Gary Benson <gbenson@redhat.com>
2993
2994 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
2995
2996 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
2999 unset the array variable.
3000
3001 2020-08-03 Tom de Vries <tdevries@suse.de>
3002
3003 PR symtab/26333
3004 * lib/dwarf.exp (DW_LNE_user): New proc.
3005 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
3006 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
3007
3008 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3009
3010 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
3011 to 'uintptr_t'
3012 (inttypes.h): Include.
3013
3014 2020-07-31 Kevin Buettner <kevinb@redhat.com>
3015
3016 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
3017 (C5_24k): Delete.
3018 (C5_8k, C5_64k, C5_256k): New macros.
3019 (buf_ro): Allocate 256 KiB of initialized data.
3020
3021 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3022
3023 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
3024 that attempt to overwrite an existing condition with a condition
3025 that fails parsing and also with a condition that parses fine
3026 but contains junk at the end.
3027
3028 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3029
3030 * gdb.base/condbreak-bad.c: New test.
3031 * gdb.base/condbreak-bad.exp: New file.
3032
3033 2020-07-30 Tom de Vries <tdevries@suse.de>
3034
3035 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
3036 out of ...
3037 (GDBInfoModuleSymbols::check_entry): ... here.
3038 (GDBInfoModuleSymbols::check_optional_entry): New proc.
3039 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
3040 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
3041
3042 2020-07-30 Tom de Vries <tdevries@suse.de>
3043
3044 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
3045 "__class_some_module_Number_t" optional.
3046
3047 2020-07-29 Tom de Vries <tdevries@suse.de>
3048
3049 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
3050 multiple locations.
3051
3052 2020-07-29 Tom de Vries <tdevries@suse.de>
3053
3054 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
3055 rather than function name.
3056
3057 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 PR symtab/26270:
3060 * gdb.cp/disasm-func-name.cc: New file.
3061 * gdb.cp/disasm-func-name.exp: New file.
3062
3063 2020-07-28 Tom Tromey <tromey@adacore.com>
3064
3065 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
3066 'varval' location.
3067
3068 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.python/py-unwind.py: Update to make use of a register
3071 descriptor.
3072
3073 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
3074
3075 * gdb.python/py-arch-reg-names.exp: Add additional tests.
3076
3077 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 PR fortran/23051
3080 PR fortran/26139
3081 * gdb.fortran/class-allocatable-array.exp: New file.
3082 * gdb.fortran/class-allocatable-array.f90: New file.
3083 * gdb.fortran/pointer-to-pointer.exp: New file.
3084 * gdb.fortran/pointer-to-pointer.f90: New file.
3085
3086 2020-07-25 Tom de Vries <tdevries@suse.de>
3087
3088 PR symtab/26243
3089 * gdb.dwarf2/dw2-line-number-zero.c: New test.
3090 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
3091
3092 2020-07-24 Tom de Vries <tdevries@suse.de>
3093
3094 PR testsuite/26293
3095 * gdb.ada/mi_prot.exp: Require gnatmake-8.
3096
3097 2020-07-23 Pedro Alves <pedro@palves.net>
3098
3099 * gdb.server/server-kill.exp (prepare): New, factored out from the
3100 top level.
3101 (kill_server): New.
3102 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
3103 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
3104
3105 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
3106
3107 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
3108
3109 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
3110
3111 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
3112 Initialize to empty string at top level.
3113 (gdb_wrapper_init): Revert check for file existence on build.
3114 Build the wrapper in its default place, not a build-specific
3115 location. When host == build, make the pathname absolute.
3116 (gdb_compile): Delete leftover declaration of
3117 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
3118 string instead of uninitialized.
3119
3120 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3121
3122 * gdb.base/corefile2.exp: New file.
3123 * gdb.base/coremaker2.exp: New file.
3124
3125 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3126
3127 * gdb.base/coredump-filter.exp: Add second
3128 non-Private-Shared-Anon-File test.
3129 (test_disasm): Rename binfile for test which is expected
3130 to fail.
3131
3132 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3133
3134 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
3135 data in core file".
3136 * gdb.base/coremaker.c (buf2ro): New global.
3137 (mmapdata): Add a read-only mmap mapping.
3138
3139 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3140
3141 PR corefiles/25631
3142 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
3143 New test.
3144 * gdb.base/coremaker.c (buf3): New global.
3145 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
3146 flags.
3147
3148 2020-07-22 Kevin Buettner <kevinb@redhat.com>
3149
3150 * gdb.base/coremaker.c (filler_ro): New global constant.
3151
3152 2020-07-22 Tom Tromey <tromey@adacore.com>
3153
3154 * gdb.ada/mi_prot.exp: New file.
3155 * gdb.ada/mi_prot/pkg.adb: New file.
3156 * gdb.ada/mi_prot/pkg.ads: New file.
3157 * gdb.ada/mi_prot/prot.adb: New file.
3158
3159 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3160
3161 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
3162 loads two JITers.
3163
3164 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3165
3166 * gdb.python/py-arch-reg-groups.exp: Additional tests.
3167
3168 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.python/py-arch-reg-names.exp: Additional tests.
3171
3172 2020-07-21 Tom de Vries <tdevries@suse.de>
3173
3174 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
3175 breakpoint locations".
3176 * gdb.reverse/solib-reverse.exp: Same.
3177
3178 2020-07-21 Tom de Vries <tdevries@suse.de>
3179
3180 * gdb.reverse/step-reverse.c (callee): Merge statements.
3181
3182 2020-07-21 Tom de Vries <tdevries@suse.de>
3183
3184 * gdb.fortran/info-modules.exp (info module variables): Allow missing
3185 line numbers for some variables.
3186
3187 2020-07-21 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.opt/inline-locals.c (init_array): New func.
3190 (func1): Use init_array.
3191 * gdb.opt/inline-locals.exp: Update pattern.
3192
3193 2020-07-21 Tom de Vries <tdevries@suse.de>
3194
3195 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
3196 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
3197
3198 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3199
3200 * gdb.guile/source2.scm: Add #f first argument to 'format'.
3201 * gdb.guile/types-module.exp: Remove "ERROR:" from
3202 regexps since Guile 3.0 no longer prints that.
3203
3204 2020-07-20 Ludovic Courtès <ludo@gnu.org>
3205
3206 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
3207 error regexp to match on Guile 2.2.
3208
3209 2020-07-20 Gary Benson <gbenson@redhat.com>
3210
3211 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
3212 with clang.
3213
3214 2020-07-20 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
3217 (omp_set_lock_in_order): New function.
3218 (single_scope, multi_scope, nested_func, nested_parallel): Use
3219 omp_set_lock_in_order and omp_unset_lock.
3220 (main): Init and destroy lock and lock2.
3221
3222 2020-07-20 Tom de Vries <tdevries@suse.de>
3223
3224 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
3225
3226 2020-07-20 Tom de Vries <tdevries@suse.de>
3227
3228 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
3229
3230 2020-07-17 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.base/valgrind-infcall-2.c: New test.
3233 * gdb.base/valgrind-infcall-2.exp: New file.
3234 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
3235
3236 2020-07-17 Tom de Vries <tdevries@suse.de>
3237
3238 * gdb.dlang/circular.c (found): Use found_label as label name.
3239 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
3240 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
3241 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
3242 * gdb.dwarf2/ada-linkage-name.exp: Same.
3243 * gdb.dwarf2/arr-subrange.exp: Same.
3244 * gdb.dwarf2/atomic-type.exp: Same.
3245 * gdb.dwarf2/comp-unit-lang.exp: Same.
3246 * gdb.dwarf2/cpp-linkage-name.exp: Same.
3247 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
3248 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
3249 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
3250 * gdb.dwarf2/implptr-64bit.exp: Same.
3251 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3252 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3253 * gdb.dwarf2/imported-unit.exp: Same.
3254 * gdb.dwarf2/main-subprogram.exp: Same.
3255 * gdb.dwarf2/missing-type-name.exp: Same.
3256 * gdb.dwarf2/nonvar-access.exp: Same.
3257 * gdb.dwarf2/struct-with-sig.exp: Same.
3258 * gdb.dwarf2/typedef-void-finish.exp: Same.
3259 * gdb.dwarf2/void-type.exp: Same.
3260
3261 2020-07-17 Tom de Vries <tdevries@suse.de>
3262
3263 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
3264 src parameter.
3265 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
3266 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
3267 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3268 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
3269 * gdb.dwarf2/dwz.exp: Same.
3270 * gdb.dwarf2/implptr-optimized-out.exp: Same.
3271 * gdb.dwarf2/implref-array.exp: Same.
3272 * gdb.dwarf2/implref-const.exp: Same.
3273 * gdb.dwarf2/implref-global.exp: Same.
3274 * gdb.dwarf2/implref-struct.exp: Same.
3275 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
3276 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3277 * gdb.dwarf2/var-access.exp: Same.
3278 * gdb.dwarf2/varval.exp: Same.
3279 * gdb.trace/entry-values.exp: Same.
3280
3281 2020-07-17 Tom de Vries <tdevries@suse.de>
3282
3283 * lib/dwarf.exp (Dwarf::extern): Remove.
3284 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
3285 * gdb.dlang/circular.exp: Same.
3286 * gdb.dwarf2/comp-unit-lang.exp: Same.
3287 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
3288 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
3289 * gdb.dwarf2/dwz.exp: Same.
3290 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
3291 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
3292 * gdb.dwarf2/imported-unit.exp: Same.
3293 * gdb.dwarf2/opaque-type-lookup.exp: Same.
3294
3295 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
3296
3297 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
3298 Use double quotes instead of single quotes.
3299
3300 2020-07-16 Caroline Tice <cmtice@google.com>
3301
3302 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
3303 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
3304
3305 2020-07-16 Tom de Vries <tdevries@suse.de>
3306
3307 * lib/dwarf.exp (program): Initialize _line.
3308 (DW_LNE_end_sequence): Reinitialize _line.
3309 (DW_LNS_advance_line): Update _line.
3310 (line): New proc.
3311 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
3312 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
3313 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
3314 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
3315 * gdb.dwarf2/dw2-is-stmt.exp: Same.
3316 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3317
3318 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
3321 generic.
3322
3323 2020-07-15 Tom de Vries <tdevries@suse.de>
3324
3325 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
3326 is_amd64_regs_target.
3327
3328 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3329
3330 * gdb.fortran/ptype-on-functions.exp: Add more tests.
3331 * gdb.fortran/ptype-on-functions.f90: Likewise.
3332
3333 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
3334
3335 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
3336 values in documentation for addr_size to 4 and 8.
3337
3338 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.arch/amd64-osabi.exp: Update.
3341 * gdb.arch/arm-disassembler-options.exp: Update.
3342 * gdb.arch/powerpc-disassembler-options.exp: Update.
3343 * gdb.arch/ppc64-symtab-cordic.exp: Update.
3344 * gdb.arch/s390-disassembler-options.exp: Update.
3345 * gdb.base/all-architectures.exp.tcl: Update.
3346 * gdb.base/attach-pie-noexec.exp: Update.
3347 * gdb.base/catch-syscall.exp: Update.
3348 * gdb.xml/tdesc-arch.exp: Update.
3349
3350 2020-07-14 Tom de Vries <tdevries@suse.de>
3351
3352 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
3353 (local_gettid): ... this.
3354 (fn): Update.
3355
3356 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
3357
3358 * gdb.base/info_sources.exp: Skip directory match tests on
3359 remote hosts.
3360
3361 2020-07-13 Gary Benson <gbenson@redhat.com>
3362
3363 * gdb.base/savedregs.exp (caller): Use parentheses to
3364 make expected expression evaluation ordering explicit.
3365
3366 2020-07-13 Gary Benson <gbenson@redhat.com>
3367
3368 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
3369
3370 2020-07-13 Gary Benson <gbenson@redhat.com>
3371
3372 * gdb.base/bigcore.c (main): Use a volatile pointer when
3373 attempting to trigger a SIGSEGV.
3374 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
3375 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
3376 * gdb.base/savedregs.c (thrower): Likewise.
3377 * gdb.mi/mi-syn-frame.c (bar): Likewise.
3378
3379 2020-07-13 Gary Benson <gbenson@redhat.com>
3380
3381 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
3382 defining and using VLA structure fields into...
3383 * gdb.base/vla-struct-fields.c: New file.
3384 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
3385 tests into...
3386 * gdb.base/vla-struct-fields.exp: New file.
3387
3388 2020-07-13 Tom de Vries <tdevries@suse.de>
3389
3390 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
3391 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
3392 * gdb.base/gold-gdb-index.exp: Same.
3393 * gdb.base/morestack.exp: Same.
3394
3395 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
3396
3397 PR rust/26121
3398 * gdb.rust/modules.rs: Prevent linker from discarding test
3399 symbol.
3400
3401 2020-07-10 Pedro Alves <pedro@palves.net>
3402
3403 PR gdb/26199
3404 * gdb.multi/multi-target.c (exit_thread): New.
3405 (thread_start): Break loop if EXIT_THREAD.
3406 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
3407 (top level) Call test_no_resumed.
3408
3409 2020-07-08 Tom Tromey <tromey@adacore.com>
3410
3411 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
3412 * gdb.ada/catch_ex.exp: Examine catchpoint text.
3413
3414 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3415
3416 PR python/22748
3417 * gdb.opt/inline-frame-tailcall.c: New file.
3418 * gdb.opt/inline-frame-tailcall.exp: New file.
3419 * gdb.python/py-unwind-inline.c: New file.
3420 * gdb.python/py-unwind-inline.exp: New file.
3421 * gdb.python/py-unwind-inline.py: New file.
3422
3423 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.python/py-arch-reg-groups.exp: New file.
3426
3427 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * gdb.python/py-arch-reg-names.exp: New file.
3430
3431 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3432
3433 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
3434 gdb.PendingFrame.architecture method.
3435
3436 2020-07-06 Tom de Vries <tdevries@suse.de>
3437
3438 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
3439
3440 2020-07-03 Pedro Alves <palves@redhat.com>
3441
3442 * gdb.base/structs2.c (main): Adjust second parem_reg call to
3443 explicitly write negative numbers.
3444 * gdb.base/structs2.exp: Adjust expected output.
3445
3446 2020-07-03 Pedro Alves <palves@redhat.com>
3447
3448 * gdb.base/charset.c (init_string): Change all char parameters to
3449 unsigned char parameters.
3450
3451 2020-07-03 Pedro Alves <palves@redhat.com>
3452
3453 * gdb.base/call-sc.exp (start_scalars_test): Use
3454 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3455 * gdb.base/overlays.c: Remove references to PARAMS.
3456 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
3457 * gdb.base/reread.exp: Don't set 'prototypes' global.
3458 * gdb.base/structs.exp (start_structs_test): Use
3459 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3460 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
3461 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
3462 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
3463 call.
3464 * gdb.base/varargs.exp: Don't set 'prototypes' global.
3465
3466 2020-07-03 Pedro Alves <palves@redhat.com>
3467
3468 * gdb.base/m32rovly.c: Delete.
3469 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
3470
3471 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3472
3473 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
3474 of gdb_py_test_multiple.
3475 * gdb.python/py-cmd.exp: Likewise.
3476 * gdb.python/py-events.exp: Likewise.
3477 * gdb.python/py-function.exp: Likewise.
3478 * gdb.python/py-inferior.exp: Likewise.
3479 * gdb.python/py-infthread.exp: Likewise.
3480 * gdb.python/py-linetable.exp: Likewise.
3481 * gdb.python/py-parameter.exp: Likewise.
3482 * gdb.python/py-value.exp: Likewise.
3483
3484 2020-06-30 Tom de Vries <tdevries@suse.de>
3485
3486 PR testsuite/26175
3487 * lib/future.exp (gdb_default_target_compile): Detect and handle
3488 early_flags.
3489
3490 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
3491
3492 * boards/simavr.exp (gdb_load): Catch errors when closing
3493 previous connection. Close connection, wait for process and
3494 unset simavr_spawn_id on failure.
3495
3496 2020-06-29 Tom de Vries <tdevries@suse.de>
3497
3498 * lib/gdb.exp (unknown): Make test-case unresolved.
3499
3500 2020-06-29 Tom de Vries <tdevries@suse.de>
3501
3502 PR gdb/25475
3503 * gdb.server/solib-list.exp: Verify that the symbol reload
3504 confirmation question is asked.
3505
3506 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3507
3508 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
3509 have a input seq nr in each pass message.
3510 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
3511 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
3512 * gdb.python/python.exp: Make test names unique,
3513 use gdb_test_multiline instead of gdb_py_test_multiple,
3514 use $gdb_test_name.
3515 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
3516
3517 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
3518
3519 * configure.ac: Add --enable-libctf.
3520 * aclocal.m4: sinclude ../config/enable.m4.
3521 * Makefile.in (site.exp): Add enable_libctf to site.exp.
3522 * lib/gdb.exp (skip_ctf_tests): Use it.
3523 * gdb.base/ctf-constvars.exp: Error message tweak.
3524 * gdb.base/ctf-ptype.exp: Likewise.
3525 * configure: Regenerate.
3526
3527 2020-06-26 Gary Benson <gbenson@redhat.com>
3528
3529 * gdb.cp/try_catch.cc: Include string.h.
3530 (main): Replace comparison against string literal with
3531 strcmp, avoiding build failure with -Wstring-compare.
3532 Add "marker test-complete".
3533 * gdb.cp/try_catch.exp: Run the test to the above marker,
3534 then verify that the value of "test" is still true.
3535
3536 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
3539
3540 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3541
3542 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3543
3544 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3545
3546 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
3547 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
3548 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
3549 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
3550 * gdb.arch/riscv-tdesc-loading.exp: New file.
3551
3552 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
3555
3556 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
3559 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
3560 * gdb.arch/riscv-tdesc-regs.c: New file.
3561 * gdb.arch/riscv-tdesc-regs.exp: New file.
3562
3563 2020-06-24 Pedro Alves <palves@redhat.com>
3564
3565 * gdb.arch/amd64-entry-value-paramref.exp: Use
3566 prepare_for_testing_full and don't pass "c++" for the .S file
3567 build spec.
3568 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
3569 $options, since it's an assembly file. Remove -Wno-deprecated.
3570 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
3571 compiling C++ programs.
3572
3573 2020-06-24 Pedro Alves <palves@redhat.com>
3574
3575 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
3576 Clang, add "-Wno-unknown-warning-option" to the options.
3577
3578 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
3579
3580 * gdb.xml/tdesc-reload.c: New file.
3581 * gdb.xml/tdesc-reload.exp: New file.
3582 * gdb.xml/maint-xml-dump-01.xml: New file.
3583 * gdb.xml/maint-xml-dump-02.xml: New file.
3584 * gdb.xml/maint-xml-dump.exp: New file.
3585
3586 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
3587
3588 * lib/completion-support.exp (test_gdb_completion_offers_commands):
3589 Adjust for omitted commands when TUI is disabled.
3590
3591 2020-06-23 Gary Benson <gbenson@redhat.com>
3592 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
3595 * gdb.cp/nsimport.cc: Likewise.
3596 * gdb.cp/nsnested.cc: Likewise.
3597 * gdb.cp/nsnoimports.cc: Likewise.
3598 * gdb.cp/nsusing.cc: Likewise.
3599 * gdb.cp/smartp.cc: Likewise.
3600 * gdb.python/py-pp-integral.c: Likewise.
3601 * gdb.python/py-pp-re-notag.c: Likewise.
3602
3603 2020-06-23 Gary Benson <gbenson@redhat.com>
3604
3605 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
3606 * gdb.cp/nsimport.cc: Likewise.
3607 * gdb.cp/nsnested.cc: Likewise.
3608 * gdb.cp/nsnoimports.cc: Likewise.
3609 * gdb.cp/nsusing.cc: Likewise.
3610 * gdb.cp/smartp.cc: Likewise.
3611 * gdb.python/py-pp-integral.c: Likewise.
3612 * gdb.python/py-pp-re-notag.c: Likewise.
3613
3614 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3615
3616 * gdb.base/default-args.exp: New test.
3617 * gdb.base/default-args.c: New file.
3618 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
3619 * gdb.base/default.exp: Update to new help text.
3620 * gdb.base/help.exp: Likewise.
3621 * gdb.base/page.exp: Likewise.
3622 * gdb.base/style.exp: Likewise.
3623 * gdb.guile/guile.exp: Likewise.
3624 * gdb.python/python.exp: Likewise.
3625
3626 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
3627
3628 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
3629 remote host. Fix search path syntax on Windows host.
3630
3631 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3632
3633 * gdb.base/attach.exp: Test priority of 'exec-file' changed
3634 over 'exec-file-mismatch'.
3635 * gdb.base/attach.c: Mark should_exit volatile.
3636 * gdb.base/attach2.c: Likewise. Add a comment explaining
3637 why the sleep cannot be big.
3638 * gdb.base/attach3.c: New file.
3639
3640 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3641
3642 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
3643 prefix optional.
3644
3645 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
3646
3647 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
3648 for remote host.
3649
3650 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
3651 Hafiz Abid Qadeer <abidh@codesourcery.com>
3652
3653 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
3654 file sent to remote host.
3655 (top level): Allow int32_t as type of 32-bit register.
3656
3657 2020-06-19 Tom de Vries <tdevries@suse.de>
3658
3659 * lib/gdb.exp (gdb_note): New proc.
3660 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
3661 (gdb_default_target_compile): ... here. Only call
3662 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
3663 (use_gdb_compile): Change to array.
3664 (toplevel): Update sets of use_gdb_compile to specify language.
3665 Warn about default_target_compile override. Store dejagnu's version
3666 of default_target_compile in dejagnu_default_target_compile.
3667
3668 2020-06-18 Tom de Vries <tdevries@suse.de>
3669
3670 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
3671 (default_gdb_init): ... here.
3672
3673 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3674
3675 Fix TUI support checks in gdb.tui tests.
3676
3677 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
3678 just say UNSUPPORTED.
3679 * gdb.tui/corefile-run.exp: Likewise.
3680 * gdb.tui/empty.exp: Likewise.
3681 * gdb.tui/list-before.exp: Likewise.
3682 * gdb.tui/list.exp: Likewise.
3683 * gdb.tui/main.exp: Likewise.
3684 * gdb.tui/regs.exp: Likewise.
3685 * gdb.tui/resize.exp: Likewise.
3686 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
3687 * gdb.tui/tui-layout-asm.exp: Likewise.
3688 * gdb.tui/tui-missing-src.exp: Likewise.
3689 * gdb.tui/winheight.exp: Likewise.
3690 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
3691
3692 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
3693
3694 Fix TCL error in gdb.python/py-format-string.exp.
3695
3696 * gdb.python/py-format-string.exp: Move test for python support
3697 earlier, out of function body.
3698
3699 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
3700
3701 * gdb.base/index-cache-load-twice.c: New.
3702 * gdb.base/index-cache-load-twice.exp: New.
3703
3704 2020-06-17 Keith Seitz <keiths@redhat.com>
3705
3706 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
3707 when executing "gdb --configuration".
3708
3709 2020-06-17 Tom de Vries <tdevries@suse.de>
3710
3711 * lib/gdb.exp (gdb_tcl_unknown): New proc.
3712 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
3713 conditional on presence of gdb_tcl_unknown.
3714 (gdb_finish): Make override undo conditional on presence of
3715 gdb_tcl_unknown.
3716
3717 2020-06-16 Tom Tromey <tom@tromey.com>
3718
3719 * gdb.python/tui-window.py (failwin): New function. Register it
3720 as a TUI window type.
3721 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
3722
3723 2020-06-16 Gary Benson <gbenson@redhat.com>
3724
3725 * gdb.python/py-nested-maps.c (create_map): Add missing return
3726 value.
3727 (create_map_map): Likewise.
3728
3729 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3730
3731 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
3732 variable.
3733 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
3734 and use the already-defined 'options' variable.
3735
3736 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
3737 Tom de Vries <tdevries@suse.de>
3738
3739 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
3740 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
3741 (gdb_setup_known_globals): New proc.
3742 (gdb_cleanup_globals): New proc.
3743 * lib/gdb.exp (load_lib): New override proc.
3744 (gdb_stdin_log_init): Set var in_file as persistent global.
3745 * lib/pascal.exp (gdb_stdin_log_init): Set vars
3746 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
3747 fpc_compiler as persistent global.
3748
3749 2020-06-12 Tom de Vries <tdevries@suse.de>
3750
3751 * lib/tuiterm.exp (spawn): Rename to ...
3752 (tui_spawn): ... this.
3753 (toplevel): Move rename of spawn ...
3754 (gdb_init_tuiterm): ... here. New proc.
3755 (gdb_finish_tuiterm): New proc.
3756 * lib/gdb.exp (gdb_finish_hooks): New global var.
3757 (gdb_finish): Handle gdb_finish_hooks.
3758 (tuiterm_env): New proc.
3759 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
3760 tuiterm_env.
3761 * gdb.tui/basic.exp: Same.
3762 * gdb.tui/corefile-run.exp: Same.
3763 * gdb.tui/empty.exp: Same.
3764 * gdb.tui/list-before.exp: Same.
3765 * gdb.tui/list.exp: Same.
3766 * gdb.tui/main.exp: Same.
3767 * gdb.tui/new-layout.exp: Same.
3768 * gdb.tui/regs.exp: Same.
3769 * gdb.tui/resize.exp: Same.
3770 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
3771 * gdb.tui/tui-layout-asm.exp: Same.
3772 * gdb.tui/tui-missing-src.exp: Same.
3773 * gdb.tui/winheight.exp: Same.
3774
3775 2020-06-12 Tom de Vries <tdevries@suse.de>
3776
3777 PR testsuite/26110
3778 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
3779 (gdb_finish): Reinstall dejagnu's override of ::unknown.
3780
3781 2020-06-11 Tom Tromey <tom@tromey.com>
3782
3783 PR gdb/18318:
3784 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
3785 floating point tests.
3786
3787 2020-06-11 Keith Seitz <keiths@redhat.com>
3788
3789 PR gdb/21356
3790 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
3791 vla_struct.
3792 Add new struct vla_typedef and union vla_typedef_union and
3793 corresponding instantiation objects.
3794 Initialize new objects.
3795 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
3796 and vla_typedef_union_object.
3797 Fixup type for vla_struct_object.
3798
3799 2020-06-11 Tom de Vries <tdevries@suse.de>
3800
3801 * lib/gdb.exp (with_override): New proc, factored out of ...
3802 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
3803
3804 2020-06-10 Tom de Vries <tdevries@suse.de>
3805
3806 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
3807
3808 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
3809
3810 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
3811 parameter, update callers.
3812
3813 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
3814
3815 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
3816 * gdb.dwarf2/share-psymtabs-bt.c: New file.
3817 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
3818
3819 2020-06-04 Tom de Vries <tdevries@suse.de>
3820
3821 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
3822
3823 2020-06-04 Tom de Vries <tdevries@suse.de>
3824
3825 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
3826 exp_continue.
3827
3828 2020-06-04 Tom de Vries <tdevries@suse.de>
3829
3830 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
3831
3832 2020-06-03 Tom de Vries <tdevries@suse.de>
3833
3834 PR symtab/26046
3835 * gdb.cp/breakpoint-locs-2.cc: New test.
3836 * gdb.cp/breakpoint-locs.cc: New test.
3837 * gdb.cp/breakpoint-locs.exp: New file.
3838 * gdb.cp/breakpoint-locs.h: New test.
3839
3840 2020-06-03 Tom de Vries <tdevries@suse.de>
3841
3842 PR testsuite/25609
3843 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
3844 value of global verbose.
3845 * gdb.base/jit-elf.exp: Same.
3846 * gdb.base/jit-reader.exp: Same.
3847
3848 2020-06-02 Tom de Vries <tdevries@suse.de>
3849
3850 * gdb.dwarf2/multidictionary.exp: Don't use
3851 gdb_spawn_with_cmdline_opts.
3852
3853 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
3854
3855 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
3856 use_header case.
3857 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
3858 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
3859 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
3860 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
3861 * gdb.dwarf2/dw2-inline-header.c: New file.
3862 * gdb.dwarf2/dw2-inline-header.h: New file.
3863
3864 2020-05-30 Pedro Alves <palves@redhat.com>
3865
3866 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
3867 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
3868
3869 2020-05-29 Gary Benson <gbenson@redhat.com>
3870
3871 * gdb.compile/compile-cplus.exp (additional_flags): Also
3872 set when building with clang.
3873 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
3874 when building with clang.
3875
3876 2020-05-29 Gary Benson <gbenson@redhat.com>
3877
3878 * gdb.arch/i386-avx.exp (additional_flags): Also set when
3879 building with clang.
3880 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
3881
3882 2020-05-29 Gary Benson <gbenson@redhat.com>
3883
3884 * gdb.cp/koenig.exp (prepare_for_testing): Add
3885 additional_flags=-Wno-unused-comparison.
3886 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
3887
3888 2020-05-28 Gary Benson <gbenson@redhat.com>
3889
3890 * gdb.base/sigaltstack.c (catcher): Add default case to switch
3891 statement.
3892
3893 2020-05-28 Gary Benson <gbenson@redhat.com>
3894
3895 * gdb.cp/classes.exp (prepare_for_testing): Add
3896 additional_flags=-Wno-deprecated-register.
3897 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
3898 * gdb.cp/misc.exp: Likewise.
3899
3900 2020-05-28 Gary Benson <gbenson@redhat.com>
3901
3902 * gdb.linespec/cpls-ops.cc (dummy): New static global.
3903 (test_op_new::operator new): Add return statement.
3904 (test_op_new_array::operator new[]): Likewise.
3905
3906 2020-05-27 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
3909 check. Use test_gdb_complete_unique instead of
3910 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
3911 test_gdb_complete_multiple instead of
3912 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
3913
3914 2020-05-27 Luis Machado <luis.machado@linaro.org>
3915
3916 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
3917 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
3918 * gdb.arch/arm-disassembler-options.exp: Likewise.
3919 * gdb.arch/arm-disp-step.exp: Likewise.
3920 * gdb.arch/thumb-prologue.exp: Likewise.
3921 * gdb.base/async.exp: Likewise.
3922 * gdb.base/auxv.exp: Likewise.
3923 * gdb.base/complex-parts.exp: Likewise.
3924 * gdb.base/ena-dis-br.exp: Likewise.
3925 * gdb.base/foll-exec.exp: Likewise.
3926 * gdb.base/permissions.exp: Likewise.
3927 * gdb.base/relocate.exp: Likewise.
3928 * gdb.base/return2.exp: Likewise.
3929 * gdb.base/sigbpt.exp: Likewise.
3930 * gdb.base/siginfo-obj.exp: Likewise.
3931 * gdb.cp/converts.exp: Likewise.
3932 * gdb.cp/exceptprint.exp: Likewise.
3933 * gdb.cp/inherit.exp: Likewise.
3934 * gdb.cp/nsnoimports.exp: Likewise.
3935 * gdb.cp/virtbase2.exp: Likewise.
3936 * gdb.mi/mi-var-cmd.exp: Likewise.
3937 * gdb.mi/var-cmd.c: Likewise.
3938
3939 2020-05-26 Tom Tromey <tromey@adacore.com>
3940
3941 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
3942
3943 2020-05-26 Tom Tromey <tromey@adacore.com>
3944
3945 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
3946 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
3947 type.
3948 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
3949 variable.
3950
3951 2020-05-26 Christian Biesinger <cbiesinger@google.com>
3952
3953 * Makefile.in: Use = instead of == for the test command
3954 for portability.
3955
3956 2020-05-26 Tom de Vries <tdevries@suse.de>
3957
3958 * gdb.base/gold-gdb-index-2.c: New test.
3959 * gdb.base/gold-gdb-index.c: New test.
3960 * gdb.base/gold-gdb-index.exp: New file.
3961 * gdb.base/gold-gdb-index.h: New test.
3962
3963 2020-05-25 Tom de Vries <tdevries@suse.de>
3964
3965 * boards/gold-gdb-index.exp: New file.
3966
3967 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3968
3969 * boards/simavr.exp: New file.
3970
3971 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3972
3973 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
3974 * gdb.base/inferior-args.exp: New file.
3975 * gdb.base/inferior-args.c: New file.
3976
3977 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
3978
3979 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
3980 inferior_args. Pass it to gdb_reload.
3981 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
3982 inferior_args.
3983 (gdb_reload): Add inferior_args argument.
3984 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
3985 pass it to gdbserver_run.
3986 * boards/native-gdbserver.exp: Do not set noargs.
3987 * boards/native-extended-gdbserver.exp (gdb_reload): Add
3988 inferior_args argument.
3989 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
3990 * gdb.base/a2-run.exp: Check for use_gdb_stub.
3991 * gdb.base/args.exp: Likewise.
3992
3993 2020-05-25 Tom de Vries <tdevries@suse.de>
3994
3995 * lib/gdb.exp (exec_is_pie): Add comment.
3996
3997 2020-05-25 Tom de Vries <tdevries@suse.de>
3998
3999 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
4000 instead of $binfile in the untested message.
4001
4002 2020-05-25 Tom de Vries <tdevries@suse.de>
4003
4004 PR testsuite/26031
4005 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
4006
4007 2020-05-25 Tom de Vries <tdevries@suse.de>
4008
4009 * boards/gold.exp: New file.
4010
4011 2020-05-23 Tom Tromey <tom@tromey.com>
4012
4013 * gdb.base/style.exp: Remove completion styling test.
4014 * lib/gdb-utils.exp (style): Remove completion styles.
4015
4016 2020-05-23 Tom Tromey <tom@tromey.com>
4017
4018 * gdb.base/style.exp: Add completion styling test.
4019 * lib/gdb-utils.exp (style): Add completion styles.
4020
4021 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4022
4023 * gdb.base/annota1.exp: Update expected results.
4024 * gdb.cp/annota2.exp: Update expected results, remove duplicate
4025 test name.
4026 * gdb.cp/annota3.exp: Update expected results.
4027
4028 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
4029
4030 PR gdb/26016
4031 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
4032 against MAP_FAILED.
4033 * gdb.base/coremaker.c (mmapdata): Likewise.
4034 * gdb.base/jit-reader-host.c (main): Likewise.
4035 * gdb.base/sym-file-loader.c (load): Likewise.
4036 (load_shlib): Likewise.
4037
4038 2020-05-20 Tom Tromey <tromey@adacore.com>
4039
4040 * gdb.ada/array_char_idx.exp: Recognize initialized array.
4041
4042 2020-05-20 Tom de Vries <tdevries@suse.de>
4043
4044 PR symtab/25833
4045 * gdb.base/with-mf-inc.c: New test.
4046 * gdb.base/with-mf-main.c: New test.
4047 * gdb.base/with-mf.exp: New file.
4048
4049 2020-05-19 Tom Tromey <tromey@adacore.com>
4050
4051 * gdb.rust/simple.exp: Restore missing test result.
4052
4053 2020-05-19 Tom de Vries <tdevries@suse.de>
4054
4055 * gdb.base/gdb-caching-proc.exp: Fix typo.
4056
4057 2020-05-19 Tom Tromey <tromey@adacore.com>
4058
4059 * gdb.rust/simple.exp: Add some test descriptions.
4060 (test_one_slice): Use with_test_prefix.
4061
4062 2020-05-18 Tom de Vries <tdevries@suse.de>
4063
4064 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
4065
4066 2020-05-17 Pedro Alves <palves@redhat.com>
4067
4068 PR gdb/25741
4069 * gdb.base/hw-sw-break-same-address.exp: New file.
4070
4071 2020-05-16 Pedro Alves <palves@redhat.com>
4072
4073 * gdb.multi/multi-re-run.exp (test_re_run): Switch
4074 LAST_LOADED_FILE accordingly.
4075
4076 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4077
4078 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
4079
4080 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4081
4082 * gdb.base/help.exp: Test apropos and help for commands
4083 having aliases. Fixed comments not starting with an
4084 upper-case letter or not finishing with a dot.
4085
4086 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4087
4088 * gdb.base/alias.exp: Update help output check.
4089
4090 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4091
4092 * gdb.base/default.exp: Update output following fixes.
4093
4094 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4095
4096 * gdb.base/alias.exp: Test aliases starting with a prefix of
4097 another alias.
4098
4099 2020-05-15 Gary Benson <gbenson@redhat.com>
4100
4101 * gdb.base/info-os.c (main): Add return statement.
4102 * gdb.base/info_minsym.c (minsym_fun): Likewise.
4103 * gdb.base/large-frame-2.c (func): Likewise.
4104 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
4105 * gdb.base/pr10179-b.c (foo2): Likewise.
4106 * gdb.base/valgrind-disp-step.c (foo): Likewise.
4107 * gdb.base/watch-cond.c (func): Likewise.
4108 * gdb.multi/goodbye.c (verylongfun): Likewise.
4109 * gdb.multi/hello.c (commonfun): Likewise.
4110 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
4111 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
4112 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
4113 Likewise.
4114 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
4115 * gdb.threads/interrupt-while-step-over.c (child_function):
4116 Likewise.
4117 * gdb.trace/actions-changed.c (end): Likewise.
4118
4119 2020-05-15 Gary Benson <gbenson@redhat.com>
4120
4121 * gdb.opencl/callfuncs.exp: Report when test skipped.
4122 * gdb.opencl/convs_casts.exp: Likewise.
4123 * gdb.opencl/datatypes.exp: Likewise.
4124 * gdb.opencl/operators.exp: Likewise.
4125 * gdb.opencl/vec_comps.exp: Likewise.
4126
4127 2020-05-15 Tom de Vries <tdevries@suse.de>
4128
4129 * gdb.base/align.exp.in: Rename to ...
4130 * gdb.base/align.exp.tcl: ... this.
4131 * gdb.base/align-c++.exp: Update.
4132 * gdb.base/align-c.exp: Update.
4133 * gdb.base/all-architectures.exp.in: Rename to ...
4134 * gdb.base/all-architectures.exp: ... this.
4135 * gdb.base/all-architectures-0.exp: Update.
4136 * gdb.base/all-architectures-1.exp: Update.
4137 * gdb.base/all-architectures-2.exp: Update.
4138 * gdb.base/all-architectures-3.exp: Update.
4139 * gdb.base/all-architectures-4.exp: Update.
4140 * gdb.base/all-architectures-5.exp: Update.
4141 * gdb.base/all-architectures-6.exp: Update.
4142 * gdb.base/all-architectures-7.exp: Update.
4143 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
4144 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
4145 * gdb.base/infcall-nested-structs-c++.exp: Update.
4146 * gdb.base/infcall-nested-structs-c.exp: Update.
4147 * gdb.base/info-types.exp.in: Rename to ...
4148 * gdb.base/info-types.exp.tcl: ... this.
4149 * gdb.base/info-types-c++.exp: Update.
4150 * gdb.base/info-types-c.exp: Update.
4151 * gdb.base/max-depth.exp.in: Rename to ...
4152 * gdb.base/max-depth.exp.tcl: ... this.
4153 * gdb.base/max-depth-c++.exp: Update.
4154 * gdb.base/max-depth-c.exp: Update.
4155 * gdb.cp/cpexprs.exp.in: Rename to ...
4156 * gdb.cp/cpexprs.exp.tcl: ... this.
4157 * gdb.cp/cpexprs-debug-types.exp: Update.
4158 * gdb.cp/cpexprs.exp: Update.
4159 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
4160 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
4161 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
4162 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
4163 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
4164 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
4165 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
4166 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
4167 * gdb.dwarf2/clang-debug-names-2.exp: Update.
4168 * gdb.dwarf2/clang-debug-names.exp: Update.
4169
4170 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
4171
4172 * lib/check-test-names.exp: Remove code that prevents this file
4173 loading when tests are run in parallel.
4174
4175 2020-05-15 Pedro Alves <palves@redhat.com>
4176
4177 * gdb.multi/multi-kill.exp (start_inferior): Remove
4178 'testpid' parameter. Refer to namespace variable directly.
4179 (testpid): Declare as namespace variable.
4180
4181 2020-05-15 Pedro Alves <palves@redhat.com>
4182
4183 * gdb.multi/multi-kill.exp: Wrap in namespace.
4184 (start_inferior): Add TESTPID parameter. Use it instead of the
4185 testpid global.
4186 (top level): Define empty TESTPID array, and pass it down to
4187 start_inferior.
4188
4189 2020-05-14 Tom de Vries <tdevries@suse.de>
4190
4191 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
4192 output.
4193
4194 2020-05-14 Tom de Vries <tdevries@suse.de>
4195
4196 * gdb.base/align.exp: Split into ...
4197 * gdb.base/align.exp.in: ...
4198 * gdb.base/align-c++.exp: ...
4199 * gdb.base/align-c.exp: ... these.
4200 * gdb.base/infcall-nested-structs.exp: Split into ...
4201 * gdb.base/infcall-nested-structs.exp.in: ...
4202 * gdb.base/infcall-nested-structs-c++.exp: ...
4203 * gdb.base/infcall-nested-structs-c.exp: ... these.
4204 * gdb.base/info-types.exp: Split into ...
4205 * gdb.base/info-types.exp.in: ...
4206 * gdb.base/info-types-c++.exp: ...
4207 * gdb.base/info-types-c.exp: ... these.
4208 * gdb.base/max-depth.exp: Split into ...
4209 * gdb.base/max-depth.exp.in: ...
4210 * gdb.base/max-depth-c++.exp: ...
4211 * gdb.base/max-depth-c.exp: ... these.
4212 * gdb.cp/infcall-nodebug.exp: Split into ...
4213 * gdb.cp/infcall-nodebug.exp.in: ...
4214 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
4215 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
4216 * gdb.cp/infcall-nodebug-c-d0.exp: ...
4217 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
4218
4219 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4220 Pedro Alves <palves@redhat.com>
4221
4222 * gdb.multi/multi-exit.c: New file.
4223 * gdb.multi/multi-exit.exp: New file.
4224 * gdb.multi/multi-kill.c: New file.
4225 * gdb.multi/multi-kill.exp: New file.
4226
4227 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4228
4229 * gdb.base/annota1.exp: Update the expected output.
4230 * gdb.cp/annota2.exp: Ditto.
4231
4232 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
4233
4234 * lib/check-test-names.exp: Disable when testing is being run in
4235 parallel.
4236
4237 2020-05-12 Tom de Vries <tdevries@suse.de>
4238
4239 * gdb.base/jit-elf.exp: Fix string concat.
4240
4241 2020-05-12 Tom de Vries <tdevries@suse.de>
4242
4243 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
4244 messages.
4245
4246 2020-05-12 Tom de Vries <tdevries@suse.de>
4247
4248 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
4249
4250 2020-05-12 Tom de Vries <tdevries@suse.de>
4251
4252 * gdb.ada/catch_ex.exp: Use with_test_prefix.
4253 * gdb.ada/mi_catch_ex.exp: Same.
4254 * gdb.ada/mi_catch_ex_hand.exp: Same.
4255
4256 2020-05-12 Tom de Vries <tdevries@suse.de>
4257
4258 * gdb.fortran/complex.exp: Use with_test_prefix.
4259
4260 2020-05-12 Tom de Vries <tdevries@suse.de>
4261
4262 * gdb.trace/passcount.exp: Fix test-names.
4263
4264 2020-05-12 Tom de Vries <tdevries@suse.de>
4265
4266 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
4267
4268 2020-05-12 Tom de Vries <tdevries@suse.de>
4269
4270 * gdb.gdb/complaints.exp: Use with_test_prefix.
4271 * gdb.xml/tdesc-regs.exp: Same.
4272 * gdb.opt/inline-locals.exp: Fix test name.
4273
4274 2020-05-12 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
4277 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
4278 * gdb.dwarf2/implref-struct.exp: Same.
4279 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
4280 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
4281
4282 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
4283
4284 * gdb.base/jit-so.exp (one_jit_test): Change test name.
4285
4286 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * lib/check-test-names.exp (all_test_names): New module variable.
4289 (counts): Add 'duplicates' field.
4290 (_check_duplicates): New procedure.
4291 (check): Also check for duplicates.
4292 (do_log_summary): Print duplicates count.
4293 (do_reset_vars): Reset counter for duplicate test names, and
4294 discard all know test names.
4295
4296 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * lib/gdb.exp: Include check-test-names.exp library.
4299 * lib/check-test-names.exp: New file.
4300
4301 2020-05-11 Tom de Vries <tdevries@suse.de>
4302
4303 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
4304
4305 2020-05-11 Keith Seitz <keiths@redhat.com>
4306
4307 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
4308
4309 2020-05-11 Tom de Vries <tdevries@suse.de>
4310
4311 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
4312 * gdb.cp/cpexprs.exp.in: .. here.
4313 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
4314 cpexprs.exp.
4315
4316 2020-05-11 Keith Seitz <keiths@redhat.com>
4317
4318 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
4319 test names.
4320 * gdb.ada/arrayptr.exp: Likewise.
4321 * gdb.ada/assign_arr.exp: Likewise.
4322 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
4323 * gdb.ada/bp_on_var.exp: Likewise.
4324 * gdb.ada/call_pn.exp: Likewise.
4325 * gdb.ada/complete.exp: Likewise.
4326 * gdb.ada/fun_overload_menu.exp: Likewise.
4327 * gdb.ada/funcall_param.exp: Likewise.
4328 * gdb.ada/funcall_ref.exp: Likewise.
4329 * gdb.ada/packed_array_assign.exp: Likewise.
4330 * gdb.ada/same_component_name.exp: Likewise.
4331 * gdb.ada/type_coercion.exp: Likewise.
4332 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
4333 * gdb.ada/variant_record_packed_array.exp: Likewise.
4334
4335 2020-05-11 Tom de Vries <tdevries@suse.de>
4336
4337 PR symtab/25941
4338 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
4339 out of ...
4340 * gdb.dwarf2/clang-debug-names.exp: ... here.
4341 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
4342 clang-debug-names.exp.in.
4343 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
4344 * gdb.dwarf2/clang-debug-names-2.c: New test.
4345
4346 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
4347
4348 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
4349 (fortran_runto_main): New Proc, fortran version of runto_main.
4350 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
4351 * gdb.fortran/array-bounds.exp: Likewise.
4352 * gdb.fortran/array-slices.exp: Likewise.
4353 * gdb.fortran/block-data.exp: Likewise.
4354 * gdb.fortran/charset.exp: Likewise.
4355 * gdb.fortran/common-block.exp: Likewise.
4356 * gdb.fortran/complex.exp: Likewise.
4357 * gdb.fortran/derived-type-function.exp: Likewise.
4358 * gdb.fortran/derived-type.exp: Likewise.
4359 * gdb.fortran/info-modules.exp: Likewise.
4360 * gdb.fortran/info-types.exp: Likewise.
4361 * gdb.fortran/intrinsics.exp: Likewise.
4362 * gdb.fortran/library-module.exp: Likewise.
4363 * gdb.fortran/logical.exp: Likewise.
4364 * gdb.fortran/max-depth.exp: Likewise.
4365 * gdb.fortran/module.exp: Likewise.
4366 * gdb.fortran/multi-dim.exp: Likewise.
4367 * gdb.fortran/nested-funcs.exp: Likewise.
4368 * gdb.fortran/print-formatted.exp: Likewise.
4369 * gdb.fortran/print_type.exp: Likewise.
4370 * gdb.fortran/printing-types.exp: Likewise.
4371 * gdb.fortran/ptr-indentation.exp: Likewise.
4372 * gdb.fortran/ptype-on-functions.exp: Likewise.
4373 * gdb.fortran/subarray.exp: Likewise.
4374 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
4375 * gdb.fortran/vla-datatypes.exp: Likewise.
4376 * gdb.fortran/vla-history.exp: Likewise.
4377 * gdb.fortran/vla-ptr-info.exp: Likewise.
4378 * gdb.fortran/vla-ptype-sub.exp: Likewise.
4379 * gdb.fortran/vla-ptype.exp: Likewise.
4380 * gdb.fortran/vla-sizeof.exp: Likewise.
4381 * gdb.fortran/vla-type.exp: Likewise.
4382 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
4383 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
4384 * gdb.fortran/vla-value-sub.exp: Likewise.
4385 * gdb.fortran/vla-value.exp: Likewise.
4386 * gdb.fortran/whatis_type.exp: Likewise.
4387 * gdb.mi/mi-var-child-f.exp: Likewise.
4388
4389 2020-05-09 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
4392
4393 2020-05-08 Tom de Vries <tdevries@suse.de>
4394
4395 * gdb.dwarf2/clang-debug-names.c: New test.
4396 * gdb.dwarf2/clang-debug-names.exp: New file.
4397
4398 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
4399
4400 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
4401 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
4402
4403 2020-05-06 Tom de Vries <tdevries@suse.de>
4404
4405 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
4406 breakpoint is at a "recommended breakpoint location".
4407 * gdb.reverse/consecutive-reverse.exp: Same.
4408
4409 2020-05-06 Tom de Vries <tdevries@suse.de>
4410
4411 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
4412 address.
4413
4414 2020-05-06 Tom de Vries <tdevries@suse.de>
4415
4416 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
4417
4418 2020-05-06 Tom de Vries <tdevries@suse.de>
4419
4420 * gdb.base/store.exp (check_set, up_set): Allowing missing location
4421 info for r.
4422
4423 2020-05-06 Tom de Vries <tdevries@suse.de>
4424
4425 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
4426 necessary.
4427
4428 2020-05-06 Tom de Vries <tdevries@suse.de>
4429
4430 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
4431 void.
4432
4433 2020-05-06 Tom de Vries <tdevries@suse.de>
4434
4435 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
4436 of ...
4437 * gdb.base/async.exp: ... here.
4438 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
4439 "recommended breakpoint location".
4440
4441 2020-05-06 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
4444
4445 2020-05-04 Tom de Vries <tdevries@suse.de>
4446
4447 * gdb.base/async.exp: Check whether instruction addresses are a
4448 "recommended breakpoint location".
4449
4450 2020-05-03 Tom Tromey <tom@tromey.com>
4451
4452 * gdb.base/sepdebug.exp: Remove "catch" test.
4453 * gdb.base/break.exp: Remove "catch" test.
4454 * gdb.base/default.exp: Update expected output.
4455
4456 2020-05-02 Tom de Vries <tdevries@suse.de>
4457
4458 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
4459 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
4460 * gdb.arch/i386-mpx-map.exp: Same.
4461 * gdb.arch/i386-mpx-sigsegv.exp: Same.
4462 * gdb.arch/i386-mpx-simple_segv.exp: Same.
4463 * gdb.arch/i386-mpx.exp: Same.
4464
4465 2020-05-02 Tom de Vries <tdevries@suse.de>
4466
4467 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
4468
4469 2020-05-01 Tom de Vries <tdevries@suse.de>
4470
4471 * gdb.ada/operator_bp.exp: Allow more than required amount of
4472 breakpoint.
4473
4474 2020-05-01 Tom de Vries <tdevries@suse.de>
4475
4476 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
4477
4478 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4479
4480 PR gdb/18706
4481 * gdb.cp/stub-array-size.cc: New test.
4482 * gdb.cp/stub-array-size.exp: New file.
4483 * gdb.cp/stub-array-size.h: New test.
4484 * gdb.cp/stub-array-size2.cc: New test.
4485
4486 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
4487
4488 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
4489 output to the new format.
4490
4491 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
4492
4493 * gdb.base/break.exp: Use with_test_prefix.
4494
4495 2020-04-29 Tom de Vries <tdevries@suse.de>
4496
4497 * lib/gdb.exp (debug_types): New proc.
4498 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
4499 * gdb.python/py-symtab.exp: Same.
4500
4501 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
4502
4503 PR gdb/17320
4504 * gdb.base/pretty-array.c: New test.
4505 * gdb.base/pretty-array.exp: New file.
4506
4507 2020-04-29 Tom de Vries <tdevries@suse.de>
4508
4509 PR symtab/25889
4510 * gdb.cp/cpexprs.exp: Adapt for inclusion.
4511 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
4512 and include cpexprs.exp.
4513
4514 2020-04-28 Mark Williams <mark@myosotissp.com>
4515
4516 PR gdb/24480
4517 * dw4-toplevel-types.exp: Test for top level types.
4518 * dw4-toplevel-types.cc: Test for top level types.
4519
4520 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4521
4522 * gdb.threads/stop-with-handle.exp: Fix typo in comment
4523 (theads -> threads).
4524
4525 2020-04-28 Tom de Vries <tdevries@suse.de>
4526
4527 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
4528
4529 2020-04-28 Tom de Vries <tdevries@suse.de>
4530
4531 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
4532
4533 2020-04-28 Tom de Vries <tdevries@suse.de>
4534
4535 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
4536
4537 2020-04-28 Tom de Vries <tdevries@suse.de>
4538
4539 * gdb.dwarf2/main-foo.c: New test.
4540 * gdb.dwarf2/struct-with-sig.exp: New file.
4541
4542 2020-04-25 Tom de Vries <tdevries@suse.de>
4543
4544 * boards/debug-types.exp: New file.
4545
4546 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
4547
4548 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
4549
4550 2020-04-24 Tom Tromey <tom@tromey.com>
4551
4552 PR symtab/12707:
4553 * gdb.python/py-symbol.exp: Update expected results for
4554 linkage_name test.
4555 * gdb.cp/print-demangle.exp: New file.
4556 * gdb.base/c-linkage-name.exp: Fix test.
4557 * gdb.guile/scm-symbol.exp: Update expected results for
4558 linkage_name test.
4559
4560 2020-04-24 Tom Tromey <tom@tromey.com>
4561
4562 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
4563 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
4564 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
4565 assembler.
4566
4567 2020-04-24 Tom de Vries <tdevries@suse.de>
4568
4569 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
4570 C++.
4571
4572 2020-04-24 Tom Tromey <tromey@adacore.com>
4573
4574 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
4575 values.
4576 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
4577 values. Update test for minimal encodings.
4578 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
4579 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
4580 values. Update test for minimal encodings.
4581
4582 2020-04-24 Tom Tromey <tromey@adacore.com>
4583
4584 PR python/23662:
4585 * gdb.ada/variant.exp: Add Python checks.
4586 * gdb.rust/simple.exp: Add dynamic type checks.
4587
4588 2020-04-24 Tom Tromey <tromey@adacore.com>
4589
4590 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
4591 Make array type matching more lax.
4592 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
4593 * gdb.ada/mi_variant.exp: New file.
4594 * gdb.ada/mi_variant/pck.ads: New file.
4595 * gdb.ada/mi_variant/pkg.adb: New file.
4596 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
4597 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
4598
4599 2020-04-24 Tom Tromey <tromey@adacore.com>
4600
4601 * gdb.ada/variant.exp: Add dynamic field offset tests.
4602 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
4603 * gdb.ada/variant/pkg.adb: Add new variables.
4604
4605 2020-04-24 Tom Tromey <tromey@adacore.com>
4606
4607 * gdb.ada/variant.exp: New file
4608 * gdb.ada/variant/pkg.adb: New file
4609 * gdb.ada/variant/pck.adb: New file
4610
4611 2020-04-24 Tom de Vries <tdevries@suse.de>
4612
4613 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
4614
4615 2020-04-24 Tom de Vries <tdevries@suse.de>
4616
4617 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
4618 flags.
4619
4620 2020-04-24 Tom de Vries <tdevries@suse.de>
4621
4622 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
4623
4624 2020-04-24 Tom de Vries <tdevries@suse.de>
4625
4626 * lib/gdb.exp (default_gdb_start): Handle eof.
4627 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
4628 failure.
4629 * gdb.base/readnever.exp: Handle clean_restart failure.
4630
4631 2020-04-23 Tom de Vries <tdevries@suse.de>
4632
4633 * gdb.base/decl-before-def.exp: Run to main and print a again.
4634
4635 2020-04-23 Tom de Vries <tdevries@suse.de>
4636
4637 * gdb.base/decl-before-def-decl.c: New test.
4638 * gdb.base/decl-before-def-def.c: New test.
4639 * gdb.base/decl-before-def.exp: New file.
4640
4641 2020-04-23 Tom de Vries <tdevries@suse.de>
4642
4643 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
4644
4645 2020-04-22 Tom de Vries <tdevries@suse.de>
4646
4647 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
4648 debug_info_offset.
4649 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
4650 before $objsfile in the line line.
4651
4652 2020-04-22 Tom de Vries <tdevries@suse.de>
4653
4654 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
4655
4656 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4657
4658 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
4659 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
4660 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
4661 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
4662 * gdb.base/jit-protocol.h: Update definitions to match all usage
4663 contexts.
4664
4665 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4666
4667 * gdb.base: Rename all jit related test and source files.
4668
4669 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
4670
4671 * gdb.base/jit-reader.exp: Relax register output check.
4672
4673 2020-04-22 Tom de Vries <tdevries@suse.de>
4674
4675 PR symtab/25764
4676 * gdb.base/psym-external-decl-2.c: New test.
4677 * gdb.base/psym-external-decl.c: New test.
4678 * gdb.base/psym-external-decl.exp: New file.
4679 * gdb.threads/tls.exp: Add PR25807 kfail.
4680
4681 2020-04-22 Tom de Vries <tdevries@suse.de>
4682
4683 PR symtab/25801
4684 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
4685 in "info source" output.
4686
4687 2020-04-22 Tom de Vries <tdevries@suse.de>
4688
4689 PR symtab/25700
4690 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
4691 symtab for imported_unit.c.
4692
4693 2020-04-21 Gary Benson <gbenson@redhat.com>
4694
4695 * gdb.base/advance.c (func): New argument, to match call site.
4696 (func2, func3): Add return statements.
4697
4698 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4699
4700 * gdb.multi/run-only-second-inf.c: New file.
4701 * gdb.multi/run-only-second-inf.exp: New file.
4702
4703 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4704
4705 * gdb.btrace/multi-inferior.c: New test.
4706 * gdb.btrace/multi-inferior.exp: New file.
4707
4708 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
4709
4710 * gdb.btrace/enable-new-thread.c: New test.
4711 * gdb.btrace/enable-new-thread.exp: New file.
4712
4713 2020-04-21 Tom de Vries <tdevries@suse.de>
4714
4715 PR gdb/25471
4716 * gdb.threads/killed-outside.c: New test.
4717 * gdb.threads/killed-outside.exp: New file.
4718
4719 2020-04-20 Gary Benson <gbenson@redhat.com>
4720
4721 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
4722 * gdb.base/nested-subp2.exp: Likewise.
4723 * gdb.base/nested-subp3.exp: Likewise.
4724
4725 2020-04-20 Gary Benson <gbenson@redhat.com>
4726
4727 * gdb.base/nested-subp1.exp: Disable test when using clang.
4728 * gdb.base/nested-subp2.exp: Likewise.
4729 * gdb.base/nested-subp3.exp: Likewise.
4730
4731 2020-04-20 Gary Benson <gbenson@redhat.com>
4732
4733 * gdb.cp/exception.cc: Fix compilation error with clang.
4734
4735 2020-04-20 Gary Benson <gbenson@redhat.com>
4736
4737 * gdb.trace/tspeed.c: Fix compilation error with clang.
4738
4739 2020-04-20 Gary Benson <gbenson@redhat.com>
4740
4741 * gdb.base/jit-main.c: Fix compilation error with clang.
4742
4743 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4744
4745 * gdb.base/attach-twice.c: Include "sys/types.h".
4746 (PTRACE_ATTACH): Add fallback definition.
4747 (main): Pass `0' to the 4th argument of `ptrace'.
4748
4749 2020-04-17 Kamil Rytarowski <n54@gmx.com>
4750
4751 * gdb.base/fork-running-state.c: Include "signal.h".
4752
4753 2020-04-17 Tom Tromey <tromey@adacore.com>
4754
4755 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
4756 Update tests.
4757 * gdb.btrace/cpu.exp: Update tests.
4758 * gdb.base/maint.exp: Update tests.
4759 * gdb.base/default.exp: Update tests.
4760 * gdb.base/completion.exp: Update tests.
4761
4762 2020-04-16 Tom de Vries <tdevries@suse.de>
4763
4764 PR symtab/25791
4765 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
4766 (ensure_gdb_index): and factor out and move ...
4767 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
4768 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
4769
4770 2020-04-16 Tom de Vries <tdevries@suse.de>
4771
4772 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
4773 loading exec.
4774
4775 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
4776
4777 * gdb.base/many-completions.exp: New file.
4778
4779 2020-04-14 Tom de Vries <tdevries@suse.de>
4780
4781 PR symtab/25718
4782 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
4783
4784 2020-04-14 Tom de Vries <tdevries@suse.de>
4785
4786 PR symtab/25720
4787 * gdb.base/maint-expand-symbols-header-file.c: New test.
4788 * gdb.base/maint-expand-symbols-header-file.exp: New file.
4789 * gdb.base/maint-expand-symbols-header-file.h: New test.
4790
4791 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
4792
4793 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
4794 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
4795 get_func_info.
4796 (get_func_info): Delete.
4797 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
4798 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
4799 * lib/dwarf.exp (get_func_info): New function.
4800
4801 2020-04-13 Tom de Vries <tdevries@suse.de>
4802
4803 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
4804 to what find_gnatmake does.
4805
4806 2020-04-10 Tom de Vries <tdevries@suse.de>
4807
4808 * gdb.base/style.exp: Expect "Expanding full symbols" message for
4809 -readnow.
4810
4811 2020-04-10 Tom de Vries <tdevries@suse.de>
4812
4813 PR cli/25808
4814 * gdb.base/style.c: Add leading newlines.
4815 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
4816 Check listing of main's one-line body.
4817
4818 2020-04-08 Tom de Vries <tdevries@suse.de>
4819
4820 * lib/gdb.exp (psymtabs_p): New proc.
4821 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
4822 importing unit" unsupported if there are no partial symbols.
4823
4824 2020-04-08 Tom de Vries <tdevries@suse.de>
4825
4826 PR testsuite/25760
4827 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
4828
4829 2020-04-07 Tom de Vries <tdevries@suse.de>
4830
4831 PR symtab/25796
4832 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
4833
4834 2020-04-07 Tom de Vries <tdevries@suse.de>
4835
4836 * gdb.base/check-psymtab.c: New test.
4837 * gdb.base/check-psymtab.exp: New file.
4838
4839 2020-04-06 Tom Tromey <tromey@adacore.com>
4840
4841 * gdb.ada/variant-record/proc.adb: New file.
4842 * gdb.ada/variant-record/value.adb: New file.
4843 * gdb.ada/variant-record/value.s: New file.
4844 * gdb.ada/variant-record.exp: New file.
4845
4846 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
4847
4848 PR gdb/25325
4849 * gdb.cp/typed-enum.cc: New test.
4850 * gdb.cp/typed-enum.exp: New file.
4851
4852 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4853
4854 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
4855 * gdb.dwarf2/dw2-inline-small-func.c: New file.
4856 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
4857 * gdb.dwarf2/dw2-inline-small-func.h: New file.
4858 * gdb.opt/inline-small-func.c: New file.
4859 * gdb.opt/inline-small-func.exp: New file.
4860 * gdb.opt/inline-small-func.h: New file.
4861
4862 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
4865 function.
4866
4867 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
4868
4869 * lib/dwarf.exp (function_range): Allow compiler options to be
4870 specified.
4871
4872 2020-04-02 Tom de Vries <tdevries@suse.de>
4873
4874 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
4875 __attribute__((always_inline)).
4876 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
4877
4878 2020-04-02 Tom de Vries <tdevries@suse.de>
4879
4880 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
4881 (gdbserver_gdb_exit): ... here. Add timeout warning.
4882 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
4883 (connect_target_extended_remote): Append new server_spawn_id to
4884 server_spawn_ids.
4885 (cleanup): New proc.
4886 (setup, <toplevel>): Call cleanup.
4887
4888 2020-04-02 Tom de Vries <tdevries@suse.de>
4889
4890 * gdb.base/main-psymtab.exp: New file.
4891
4892 2020-04-02 Tom de Vries <tdevries@suse.de>
4893
4894 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
4895
4896 2020-04-01 Tom Tromey <tom@tromey.com>
4897
4898 * gdb.base/complex-parts.exp: Add type tests.
4899
4900 2020-04-01 Tom Tromey <tom@tromey.com>
4901
4902 * gdb.base/complex-parts.exp: Add arithmetic tests.
4903
4904 2020-04-01 Tom Tromey <tom@tromey.com>
4905
4906 * gdb.compile/compile.exp: Update.
4907 * gdb.compile/compile-cplus.exp: Update.
4908 * gdb.base/varargs.exp: Update.
4909 * gdb.base/floatn.exp: Update.
4910 * gdb.base/endianity.exp: Update.
4911 * gdb.base/callfuncs.exp (do_function_calls): Update.
4912 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
4913 (complex_float_integral_args): Update.
4914 * gdb.base/complex.exp: Update.
4915 * gdb.base/complex-parts.exp: Update.
4916
4917 2020-04-01 Tom Tromey <tromey@adacore.com>
4918
4919 * gdb.rust/union.rs: New file.
4920 * gdb.rust/union.exp: New file.
4921 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
4922 (main): Update.
4923 * gdb.rust/simple.exp: Move union tests to union.exp.
4924
4925 2020-04-01 Tom Tromey <tromey@adacore.com>
4926
4927 * gdb.rust/simple.rs (main): Remove "y0".
4928
4929 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4930
4931 * gdb.multi/stop-all-on-exit.c: New test.
4932 * gdb.multi/stop-all-on-exit.exp: New file.
4933
4934 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
4935
4936 PR gdb/24789
4937 * gdb.cp/misc.cc: Add integer reference variable.
4938 * gdb.cp/misc.exp: Add test.
4939
4940 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4941
4942 * gdb.server/stop-reply-no-thread.exp: Enhance the test
4943 scenario to cover execution until the end and also the case
4944
4945 2020-03-31 Tom de Vries <tdevries@suse.de>
4946
4947 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
4948 c. Use "maint info symtabs" to check symtab expansion.
4949
4950 2020-03-30 Tom de Vries <tdevries@suse.de>
4951
4952 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
4953 unsupported.
4954 (verify_psymtab_expanded): Move ...
4955 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
4956 test.
4957 (readnow): New proc.
4958
4959 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4960
4961 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
4962 with $hex.
4963
4964 2020-03-20 Tom Tromey <tromey@adacore.com>
4965
4966 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
4967
4968 2020-03-20 Tom Tromey <tromey@adacore.com>
4969
4970 * gdb.ada/sub_variant/subv.adb: New file.
4971 * gdb.ada/sub_variant.exp: New file.
4972
4973 2020-03-20 Tom de Vries <tdevries@suse.de>
4974
4975 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
4976 first break fails.
4977 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
4978
4979 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4980
4981 * gdb.server/exit-multiple-threads.c: New file.
4982 * gdb.server/exit-multiple-threads.exp: New file.
4983
4984 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/mixed-lang-stack.c: New file.
4987 * gdb.fortran/mixed-lang-stack.cpp: New file.
4988 * gdb.fortran/mixed-lang-stack.exp: New file.
4989 * gdb.fortran/mixed-lang-stack.f90: New file.
4990
4991 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.linespec/cp-completion-aliases.cc: New file.
4994 * gdb.linespec/cp-completion-aliases.exp: New file.
4995
4996 2020-03-19 Tom de Vries <tdevries@suse.de>
4997
4998 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
4999 more precise.
5000
5001 2020-03-18 Tom de Vries <tdevries@suse.de>
5002
5003 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
5004 * gdb.dwarf2/break-inline-psymtab.c: New test.
5005 * gdb.dwarf2/break-inline-psymtab.exp: New file.
5006
5007 2020-03-16 Tom de Vries <tdevries@suse.de>
5008
5009 * lib/cache.exp (gdb_do_cache): Add and handle local variables
5010 cache_verify and cache_verify_proc.
5011
5012 2020-03-15 Tom de Vries <tdevries@suse.de>
5013
5014 * gdb.server/solib-list.exp: Handle
5015 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
5016
5017 2020-03-15 Tom de Vries <tdevries@suse.de>
5018
5019 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
5020 objfiles".
5021
5022 2020-03-14 Tom Tromey <tom@tromey.com>
5023
5024 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
5025
5026 2020-03-14 Tom de Vries <tdevries@suse.de>
5027
5028 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
5029
5030 2020-03-14 Tom de Vries <tdevries@suse.de>
5031
5032 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
5033 result in line-by-line fashion.
5034
5035 2020-03-14 Tom de Vries <tdevries@suse.de>
5036
5037 * lib/gdb.exp (supports_statement_frontiers): New proc.
5038 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
5039
5040 2020-03-14 Tom de Vries <tdevries@suse.de>
5041
5042 * gdb.base/printcmds.exp: Add missing quoting for "print
5043 teststring2".
5044
5045 2020-03-13 Tom Tromey <tom@tromey.com>
5046
5047 * gdb.base/printcmds.exp (test_print_strings): Add regression
5048 test.
5049 * gdb.base/printcmds.c (charptr): New typedef.
5050 (teststring2): New global.
5051
5052 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
5053
5054 * gdb.base/break-interp.exp: Use the tail of the filename, not the
5055 full path in the test name.
5056 (test_ld): Add some with_test_prefix blocks to make test names
5057 unique.
5058
5059 2020-03-13 Tom de Vries <tdevries@suse.de>
5060
5061 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
5062
5063 2020-03-13 Tom de Vries <tdevries@suse.de>
5064
5065 * gdb.mi/mi-sym-info.exp: Make matching more precise.
5066
5067 2020-03-13 Tom de Vries <tdevries@suse.de>
5068
5069 PR symtab/25646
5070 * gdb.dwarf2/imported-unit.exp: Add test.
5071
5072 2020-03-13 Tom de Vries <tdevries@suse.de>
5073
5074 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
5075 (var1, var2): New variable.
5076 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
5077 matching symbols.
5078
5079 2020-03-13 Tom de Vries <tdevries@suse.de>
5080
5081 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
5082 (Term::command): Use prompt prefix.
5083 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
5084 * gdb.tui/tui-layout-asm-short-prog.exp: Use
5085 command_no_prompt_prefix instead of prefix.
5086 * gdb.tui/tui-layout-asm.exp: Same.
5087
5088 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5089
5090 * gdb.base/break-interp.exp: Use foreach_with_prefix.
5091
5092 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
5093
5094 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
5095 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
5096 on" while stepping over the test instruction, match printed
5097 message.
5098
5099 2020-03-12 Tom de Vries <tdevries@suse.de>
5100
5101 * gdb.base/info-types.exp: Use exp_continue during matching of output
5102 of "info types".
5103
5104 2020-03-12 Tom de Vries <tdevries@suse.de>
5105
5106 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
5107
5108 2020-03-12 Tom de Vries <tdevries@suse.de>
5109
5110 * gdb.fortran/module.exp: Use exp_continue during matching of output
5111 of "info variable -n".
5112
5113 2020-03-12 Tom de Vries <tdevries@suse.de>
5114
5115 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
5116 gdb.dwarf2/dw2-ranges-base.c.
5117
5118 2020-03-12 Tom de Vries <tdevries@suse.de>
5119
5120 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
5121 in presence of GLIBC debuginfo.
5122
5123 2020-03-12 Tom de Vries <tdevries@suse.de>
5124
5125 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
5126 $core.
5127
5128 2020-03-12 Tom de Vries <tdevries@suse.de>
5129
5130 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
5131 more precise.
5132
5133 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
5134
5135 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
5136 from Unix to Windows path.
5137
5138 2020-03-11 Tom de Vries <tdevries@suse.de>
5139
5140 * gdb.ada/minsyms.exp: Set language to ada.
5141
5142 2020-03-11 Tom de Vries <tdevries@suse.de>
5143
5144 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
5145
5146 2020-03-11 Tom de Vries <tdevries@suse.de>
5147
5148 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
5149
5150 2020-03-11 Tom Tromey <tromey@adacore.com>
5151
5152 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
5153
5154 2020-03-11 Tom de Vries <tdevries@suse.de>
5155
5156 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
5157
5158 2020-03-11 Tom de Vries <tdevries@suse.de>
5159
5160 * gdb.base/break-interp.exp: Limit verbose scope.
5161
5162 2020-03-11 Tom de Vries <tdevries@suse.de>
5163
5164 * gdb.fortran/logical.f90: Define variable with character type.
5165 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
5166
5167 2020-03-11 Tom de Vries <tdevries@suse.de>
5168
5169 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
5170
5171 2020-03-11 Tom de Vries <tdevries@suse.de>
5172
5173 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
5174 symtabs.
5175
5176 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5177 Bernd Edlinger <bernd.edlinger@hotmail.de>
5178
5179 * gdb.cp/step-and-next-inline.cc: New file.
5180 * gdb.cp/step-and-next-inline.exp: New file.
5181 * gdb.cp/step-and-next-inline.h: New file.
5182 * gdb.dwarf2/dw2-is-stmt.c: New file.
5183 * gdb.dwarf2/dw2-is-stmt.exp: New file.
5184 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
5185 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
5186 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
5187
5188 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
5189
5190 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
5191 is-stmt flag in the line table.
5192
5193 2020-03-09 Tom de Vries <tdevries@suse.de>
5194
5195 * lib/gdb.exp (cached_file): Create cache dir.
5196
5197 2020-03-07 Tom de Vries <tdevries@suse.de>
5198
5199 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
5200 * gdb.cp/rvalue-ref-params.exp: Same.
5201
5202 2020-03-06 Tom de Vries <tdevries@suse.de>
5203
5204 * lib/gdb.exp (tentative_rename, cached_file): New proc.
5205 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
5206
5207 2020-03-06 Tom de Vries <tdevries@suse.de>
5208
5209 * README: Fix "the the".
5210 * gdb.base/dprintf.exp: Same.
5211
5212 2020-03-05 Tom de Vries <tdevries@suse.de>
5213
5214 * gdb.base/maint.exp: Update "main print statistics" expected output.
5215
5216 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5217
5218 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
5219 (fortran_int8): Likewise.
5220 (fortran_real4): Likewise.
5221 (fortran_real8): Likewise.
5222 (fortran_complex4): Likewise.
5223 (fortran_logical4): Likewise.
5224 (fortran_character1): Likewise.
5225
5226 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
5227
5228 * gdb.fortran/logical.exp: Add tests that any non-zero value is
5229 printed as true.
5230
5231 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
5232
5233 * gdb.base/printcmds.exp: Add test to verify printf of a
5234 variable holding an address.
5235
5236 2020-03-03 Tom de Vries <tdevries@suse.de>
5237
5238 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
5239
5240 2020-03-03 Tom de Vries <tdevries@suse.de>
5241
5242 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
5243 gdb_test_multiple call.
5244
5245 2020-03-03 Tom de Vries <tdevries@suse.de>
5246
5247 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
5248 gdb_test_multiple calls.
5249
5250 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5251
5252 * gdb.base/default.exp: Remove test of 'set history filename'.
5253 * gdb.base/gdbinit-history.exp: Add tests for setting the history
5254 filename to the empty string.
5255 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
5256 and GDBHISTSIZE.
5257
5258 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
5259
5260 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
5261 disabled.
5262
5263 2020-03-02 Pedro Alves <palves@redhat.com>
5264 Tom de Vries <tdevries@suse.de>
5265
5266 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
5267 -prompt prefix, before user_code argument. Add -lbl option likewise.
5268 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
5269 (gdb_is_target_1): Add -prompt prefix and move to before user_code
5270 argument.
5271 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
5272 have "\r\n" at start-of-line, instead of at end-of-line.
5273
5274 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
5275
5276 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
5277 libinproctrace.so.
5278
5279 2020-02-28 Luis Machado <luis.machado@linaro.org>
5280
5281 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
5282 to "p/x".
5283
5284 2020-02-28 Luis Machado <luis.machado@linaro.org>
5285
5286 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
5287 asm/ptrace.h and error.h.
5288
5289 2020-02-28 Tom de Vries <tdevries@suse.de>
5290
5291 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
5292 (struct wrapper, do_something, mundane/symada__cS): Move ...
5293 * gdb.base/c-linkage-name-2.c: ... here. New source file.
5294 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
5295 Update "print symada__cS before partial symtab expansion" regexp.
5296 Update breakpoint location. Flush symbol cache after expansion.
5297
5298 2020-02-28 Luis Machado <luis.machado@linaro.org>
5299
5300 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
5301
5302 2020-02-27 Tom de Vries <tdevries@suse.de>
5303
5304 * config/sid.exp: Remove unused globals.
5305 * gdb.base/attach.exp: Same.
5306 * gdb.base/catch-load.exp: Same.
5307 * gdb.base/dbx.exp: Same.
5308 * lib/gdb.exp: Same.
5309 * lib/mi-support.exp: Same.
5310 * lib/prompt.exp: Same.
5311
5312 2020-02-27 Tom de Vries <tdevries@suse.de>
5313
5314 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
5315 not set.
5316
5317 2020-02-26 Aaron Merey <amerey@redhat.com>
5318
5319 * gdb.debuginfod: New directory for debuginfod tests.
5320 * gdb.debuginfod/main.c: New test file.
5321 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
5322
5323 2020-02-26 Tom de Vries <tdevries@suse.de>
5324
5325 PR gdb/25603
5326 * gdb.base/persistent-lang.cc: New test.
5327 * gdb.base/persistent-lang.exp: New file.
5328
5329 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5330
5331 * gdb.fortran/derived-type-striding.exp: Add a new test.
5332 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
5333 new test.
5334
5335 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
5336
5337 * gdb.base/cached-source-file.exp: Avoid source file paths in test
5338 names.
5339
5340 2020-02-25 Tom de Vries <tdevries@suse.de>
5341
5342 PR go/18926
5343 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5344
5345 2020-02-24 Tom de Vries <tdevries@suse.de>
5346
5347 PR gdb/25592
5348 * gdb.base/info-locals-unused-static-var.c: New test.
5349 * gdb.base/info-locals-unused-static-var.exp: New file.
5350
5351 2020-02-22 Tom Tromey <tom@tromey.com>
5352
5353 * gdb.python/tui-window.exp: New file.
5354 * gdb.python/tui-window.py: New file.
5355
5356 2020-02-22 Tom Tromey <tom@tromey.com>
5357
5358 PR tui/17850:
5359 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
5360 tests.
5361
5362 2020-02-22 Tom Tromey <tom@tromey.com>
5363
5364 * gdb.tui/new-layout.exp: Add sub-layout tests.
5365
5366 2020-02-22 Tom Tromey <tom@tromey.com>
5367
5368 * gdb.tui/new-layout.exp: New file.
5369
5370 2020-02-22 Tom Tromey <tom@tromey.com>
5371
5372 * gdb.rust/rust-style.rs: New file.
5373 * gdb.rust/rust-style.exp: New file.
5374 * gdb.base/style.exp: Test structure printing.
5375 * gdb.base/style.c (struct some_struct): New type.
5376 (enum etype): New type.
5377 (struct_value): New global.
5378
5379 2020-02-21 Tom de Vries <tdevries@suse.de>
5380
5381 PR go/18926
5382 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
5383 Remove blanket xfails. Use message argument for gdb_breakpoint.
5384 Make continuing to breakpoint test conditional on setting breakpoint.
5385 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
5386 DW_AT_name attribute. Add xfail for GCC PR93866.
5387
5388 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
5389
5390 * gdb.dwarf2/cpp-linkage-name.c: New file.
5391 * gdb.dwarf2/cpp-linkage-name.exp: New file.
5392
5393 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
5394
5395 * lib/gdb.exp (gdb_wrapper_init): Reset
5396 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
5397 not exist.
5398
5399 2020-02-20 Tom de Vries <tdevries@suse.de>
5400
5401 PR go/17018
5402 * gdb.go/hello.exp: Copy ...
5403 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
5404 print of st to print value of global definition. Add xfail for GCC
5405 PR93844.
5406 * gdb.go/hello.exp: Remove printing of st before definition.
5407 * gdb.go/hello.go: Copy ...
5408 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
5409 to st.
5410 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
5411
5412 2020-02-20 Tom de Vries <tdevries@suse.de>
5413
5414 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
5415 (gdb_simple_compile): Handle compile_flags go by using .go extension
5416 for source file.
5417 * gdb.go/chan.exp: Use support_go_compile.
5418 * gdb.go/handcall.exp: Same.
5419 * gdb.go/hello.exp: Same.
5420 * gdb.go/integers.exp: Same.
5421 * gdb.go/max-depth.exp: Same.
5422 * gdb.go/methods.exp: Same.
5423 * gdb.go/package.exp: Same.
5424 * gdb.go/strings.exp: Same.
5425 * gdb.go/types.exp: Same.
5426 * gdb.go/unsafe.exp: Same.
5427
5428 2020-02-19 Tom de Vries <tdevries@suse.de>
5429
5430 * gdb.python/lib-types.exp: Make xfail more strict.
5431
5432 2020-02-19 Tom de Vries <tdevries@suse.de>
5433
5434 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
5435
5436 2020-02-19 Doug Evans <dje@google.com>
5437
5438 PR rust/25535
5439 * gdb.rust/simple.exp: Add test.
5440 * gdb.rust/simple.rs: Add test.
5441
5442 2020-02-19 Tom de Vries <tdevries@suse.de>
5443
5444 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
5445 output line-by-line.
5446
5447 2020-02-19 Tom de Vries <tdevries@suse.de>
5448
5449 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
5450
5451 2020-02-19 Tom de Vries <tdevries@suse.de>
5452
5453 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
5454 prelink.
5455
5456 2020-02-19 Tom de Vries <tdevries@suse.de>
5457
5458 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
5459 (gdb_do_cache): Use gdb_do_cache_wrap.
5460 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
5461
5462 2020-02-19 Tom de Vries <tdevries@suse.de>
5463
5464 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
5465 gdb_compile option.
5466
5467 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5468
5469 * gdb.base/printcmds.exp (test_print_enums): Update expected
5470 output.
5471
5472 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5473
5474 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
5475 for "unknown".
5476
5477 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5478
5479 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
5480 enumerator.
5481
5482 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
5483
5484 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
5485 FE_, add FE_NONE.
5486 (three): Update.
5487 (enum flag_enum_without_zero): New enum.
5488 (flag_enum_without_zero): New variable.
5489 (enum not_flag_enum): New enum.
5490 (three_not_flag): New variable.
5491 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
5492 (test_print_enums): Add more tests for printing flag enums.
5493
5494 2020-02-18 Tom de Vries <tdevries@suse.de>
5495
5496 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
5497 (gdb_compile_ada): ... here.
5498 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
5499 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
5500
5501 2020-02-14 Tom Tromey <tom@tromey.com>
5502
5503 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
5504 build directory.
5505 * boards/gdbserver-base.exp: Update path to gdbserver.
5506
5507 2020-02-13 Tom de Vries <tdevries@suse.de>
5508
5509 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
5510
5511 2020-02-13 Tom de Vries <tdevries@suse.de>
5512
5513 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
5514 are missing.
5515
5516 2020-02-13 Tom de Vries <tdevries@suse.de>
5517
5518 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
5519 call.
5520
5521 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
5522
5523 PR tui/25126
5524 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
5525 * gdb.base/cached-source-file.c: New file.
5526 * gdb.base/cached-source-file.exp: New file.
5527
5528 2020-02-11 Tom de Vries <tdevries@suse.de>
5529
5530 PR testsuite/25488
5531 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
5532
5533 2020-02-10 Tom de Vries <tdevries@suse.de>
5534
5535 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
5536
5537 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
5538
5539 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
5540 and $after_addr are both integers before making a comparison.
5541
5542 2020-02-09 Tom de Vries <tdevries@suse.de>
5543
5544 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
5545 command output and paste it into gdb.log. If any, paste catch message
5546 to gdb.log.
5547
5548 2020-02-07 Tom Tromey <tromey@adacore.com>
5549
5550 PR breakpoints/24915:
5551 * gdb.base/annotate-symlink.exp: Use setup_xfail.
5552
5553 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
5554
5555 * gdb.tui/tui-missing-src.exp: Add the "missing source
5556 file" test for the TUI.
5557
5558 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
5561 including a port number in the output.
5562
5563 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
5564
5565 * lib/fortran.exp (fortran_int4): Handle clang.
5566 (fortran_int8): Likewise.
5567 (fortran_real4): Likewise.
5568 (fortran_real8): Likewise.
5569 (fortran_complex4): Likewise.
5570 (fortran_logical4): Likewise.
5571 (fortran_character1): Likewise.
5572
5573 2020-02-04 Tom de Vries <tdevries@suse.de>
5574
5575 * README (Race detection): Add note.
5576
5577 2020-02-04 Tom de Vries <tdevries@suse.de>
5578
5579 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
5580
5581 2020-02-04 Tom de Vries <tdevries@suse.de>
5582
5583 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
5584
5585 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
5586
5587 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
5588 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
5589 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
5590 blttar, bnetarl.
5591 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
5592 binary for blttar, bnetarl.
5593 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
5594 wait instruction. Delete ldmx test.
5595 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
5596
5597 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
5598
5599 * gdb.fortran/array-bounds-high.exp: New file.
5600 * gdb.fortran/array-bounds-high.f90: New file.
5601
5602 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
5603
5604 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
5605 Replace #include of <sys/fcntl.h> by <fcntl.h>.
5606
5607 2020-02-01 Tom de Vries <tdevries@suse.de>
5608
5609 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
5610
5611 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
5612
5613 PR tui/9765
5614 * gdb.tui/tui-layout-asm-short-prog.S: New file.
5615 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
5616
5617 2020-01-29 Luis Machado <luis.machado@linaro.org>
5618
5619 * gdb.arch/aarch64-brk-patterns.c: New source file.
5620 * gdb.arch/aarch64-brk-patterns.exp: New test.
5621
5622 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5623
5624 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
5625 GCC/Clang version.
5626 * gdb.cp/pass-by-ref.exp: Ditto.
5627
5628 2020-01-29 Tom de Vries <tdevries@suse.de>
5629
5630 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
5631 * gdb.threads/watchpoint-fork-mt.c: Same.
5632 * gdb.threads/watchpoint-fork-parent.c: Same.
5633 * gdb.threads/watchpoint-fork-st.c: Same.
5634 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
5635
5636 2020-01-27 Luis Machado <luis.machado@linaro.org>
5637
5638 * gdb.base/step-over-syscall.exp (setup): Check if we're already
5639 sitting at a syscall instruction when we hit the syscall function's
5640 breakpoint.
5641 Check PC against one obtained with the x command.
5642 Validate syscall number.
5643 (step_over_syscall): Don't continue to the syscall instruction if
5644 we're already there.
5645
5646 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5647
5648 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
5649
5650 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5651
5652 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
5653 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
5654
5655 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5656
5657 * gdb.dwarf2/dw2-inline-stepping.c: New file.
5658 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
5659
5660 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5661
5662 * gdb.base/maint.exp: Update line table parsing test.
5663 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
5664
5665 2020-01-24 Pedro Alves <palves@redhat.com>
5666
5667 PR gdb/25410
5668 * gdb.multi/multi-re-run-1.c: New.
5669 * gdb.multi/multi-re-run-2.c: New.
5670 * gdb.multi/multi-re-run.exp: New.
5671
5672 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5673
5674 PR gdb/23718
5675 * gdb.server/server-kill-python.exp: New file.
5676
5677 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5678
5679 * gdb.server/multi-ui-errors.c: New file.
5680 * gdb.server/multi-ui-errors.exp: New file.
5681
5682 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
5683
5684 PR tui/9765
5685 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
5686
5687 2020-01-19 Tom Tromey <tom@tromey.com>
5688
5689 * gdb.tui/main.exp: Add check for plain "file".
5690
5691 2020-01-16 Christian Biesinger <cbiesinger@google.com>
5692
5693 * lib/gdb.exp: Fix spelling error (seperatelly).
5694
5695 2020-01-14 Tom Tromey <tom@tromey.com>
5696
5697 PR symtab/12535:
5698 * gdb.python/python.exp: Test decode_line with empty string
5699 argument.
5700
5701 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
5702
5703 * gdb.base/skip-inline.exp: Extend test.
5704
5705 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
5708 * gdb.dwarf2/dw2-bad-elf.c: New file.
5709 * gdb.dwarf2/dw2-bad-elf.exp: New file.
5710
5711 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5712
5713 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
5714 _line_saw_file.
5715
5716 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
5717
5718 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
5719 border.
5720
5721 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5722
5723 * gdb.multi/multi-target.exp (setup): Factor out "info
5724 connections" and "info inferiors" tests to ...
5725 (test_info_inferiors): ... this new procedure.
5726 (top level): Run new "info-inferiors" tests.
5727
5728 2020-01-10 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.server/bkpt-other-inferior.exp: New file.
5731
5732 2020-01-10 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
5735 of "add-inferior".
5736 * gdb.base/quit-live.exp: Likewise.
5737 * gdb.base/remote-exec-file.exp: Likewise.
5738 * gdb.guile/scm-progspace.exp: Likewise.
5739 * gdb.linespec/linespec.exp: Likewise.
5740 * gdb.mi/new-ui-mi-sync.exp: Likewise.
5741 * gdb.mi/user-selected-context-sync.exp: Likewise.
5742 * gdb.multi/multi-target.exp (setup): Add "info connection" and
5743 "info inferiors" tests.
5744 * gdb.multi/remove-inferiors.exp: Adjust expected output of
5745 "add-inferior".
5746 * gdb.multi/watchpoint-multi.exp: Likewise.
5747 * gdb.python/py-inferior.exp: Likewise.
5748 * gdb.server/extended-remote-restart.exp: Likewise.
5749 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
5750 "info inferiors".
5751 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
5752 * gdb.trace/report.exp: Likewise.
5753
5754 2020-01-10 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.multi/multi-target.c: New file.
5757 * gdb.multi/multi-target.exp: New file.
5758 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
5759 mode requested, but remote does not support non-stop".
5760
5761 2020-01-10 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
5764 disconnect before reconnecting.
5765
5766 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5767 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.server/connect-without-multi-process.exp: Also test
5770 continuing to end.
5771
5772 2020-01-10 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/remote-exec-file.exp: New file.
5775
5776 2020-01-10 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/fork-running-state.exp (do_test): Adjust expected
5779 output.
5780 * gdb.threads/async.c: New.
5781 * gdb.threads/async.exp: New.
5782 * gdb.multi/tids-gid-reset.c: New.
5783 * gdb.multi/tids-gid-reset.exp: New.
5784
5785 2020-01-10 George Barrett <bob@bob131.so>
5786
5787 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
5788 to help in finding the image relocation offset.
5789 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
5790 options in arguments.
5791 (stap_test_no_debuginfo): Likewise.
5792 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
5793 test variants.
5794 (stap_test): Add null semaphore relocation test.
5795
5796 2020-01-10 George Barrett <bob@bob131.so>
5797
5798 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
5799 * gdb.base/stap-probe.exp: Likewise.
5800 (stap_test): Pass argument as an additional flag.
5801 (stap_test_no_debuginfo): Likewise.
5802 (stap_test): Check `info probes stap' output for semaphore
5803 addresses if the test binary is supposed to have them.
5804
5805 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.tui/basic.exp: Add more scrolling tests.
5808
5809 2020-01-09 Tom Tromey <tom@tromey.com>
5810
5811 PR tui/18932:
5812 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
5813 meangingful value.
5814 (Term::command, Term::resize): Update.
5815 * gdb.tui/basic.exp: Add scrolling test.
5816
5817 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5818
5819 * gdb.tui/tui-layout-asm.exp: New file.
5820
5821 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5822
5823 * lib/tuiterm.exp (Term::check_box_contents): New proc.
5824
5825 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
5828 (Term::enter_tui): Use Term::prepare_for_tui.
5829
5830 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5831
5832 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
5833 called.
5834
5835 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5836
5837 * gdb.base/skip.exp: Fix race condition in test.
5838
5839 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
5840
5841 * gdb.base/backtrace.c: New file.
5842 * gdb.base/backtrace.exp: New file.
5843
5844 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
5845
5846 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
5847
5848 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5849
5850 * gdb.base/style.exp: Test that warnings are styled.
5851
5852 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
5853
5854 * gdb.base/line65535.exp: New file.
5855 * gdb.base/line65535.c: New file.
5856
5857 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
5858
5859 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
5860 * lib/gnat_debug_info_test.adb: New file.
5861 * gdb.ada/ptype_tagged_param.exp: Use
5862 gnat_runtime_has_debug_info, expect a different output if
5863 runtime does not have debug info.
5864
5865 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5866
5867 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
5868 (another) quote in test name.
5869
5870 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
5871
5872 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
5873 Add quote in test name.
5874
5875 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5876
5877 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
5878 directory instead.
5879 * gdb.cp/pass-by-ref.exp: Extend with more cases.
5880 * gdb.cp/pass-by-ref-2.cc: New file.
5881 * gdb.cp/pass-by-ref-2.exp: New file.
5882
5883 2019-12-20 Tom Tromey <tom@tromey.com>
5884
5885 * gdb.tui/list-before.exp: New file.
5886
5887 2019-12-20 Tom Tromey <tom@tromey.com>
5888
5889 * gdb.tui/list.exp: Check for source on initial listing.
5890
5891 2019-12-11 Tom Tromey <tromey@adacore.com>
5892
5893 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
5894 Add crlf test.
5895
5896 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
5897
5898 * gdb.base/default.exp: Update value of $_gdb_major.
5899
5900 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5901
5902 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
5903
5904 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
5905
5906 * gdb.base/skip.exp: Whitespace fix.
5907
5908 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
5909
5910 * gdb.base/skip-inline.c: New file.
5911 * gdb.base/skip-inline.exp: New file.
5912
5913 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
5914
5915 * gdb.base/jit-reader.exp (jit_reader_test): Rename
5916 jit_function_00 to jit_function_stack_mangle.
5917 * gdb.base/jithost.c (jit_function_t): Rename to...
5918 (jit_function_stack_mangle_t): ... this.
5919 (jit_function_add_t): New typedef.
5920 (jit_function_00_code): Rename to...
5921 (jit_function_stack_mangle_code): ... this, make static.
5922 (jit_function_add_code): New.
5923 (main): Generate "add" function and call it. Adjust to changes
5924 in jithost_abi.
5925 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
5926 (struct jithost_abi) <begin, end>: Remove fields.
5927 <object, function_stack_mangle, function_add>: New fields.
5928 * gdb.base/jitreader.c (struct reader_state) <code_begin,
5929 code_end>: Remove fields.
5930 <func_stack_mangle>: New field.
5931 (read_debug_info): Adjust to renaming, create block for "add"
5932 function.
5933 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
5934
5935 2019-12-11 Tom Tromey <tom@tromey.com>
5936
5937 * gdb.tui/resize.exp: Fix regexp.
5938 * gdb.tui/regs.exp: Fix regexps.
5939 * gdb.tui/main.exp: Fix regexp.
5940
5941 2019-12-11 Tom Tromey <tom@tromey.com>
5942
5943 * gdb.tui/resize.exp: Update.
5944 * gdb.tui/empty.exp (layouts): Update.
5945
5946 2019-12-11 Tom Tromey <tom@tromey.com>
5947
5948 * gdb.tui/regs.exp: Update.
5949 * gdb.tui/empty.exp (layouts): Update.
5950 * gdb.tui/basic.exp: Update.
5951 * lib/tuiterm.exp (_check_box): Don't check bottom border.
5952
5953 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5954
5955 * gdb.base/options.exp: Add -raw-values in the print completion list.
5956 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
5957
5958 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5959
5960 * gdb.threads/omp-par-scope.c: New file.
5961 * gdb/threads/omp-par-scope.exp: New file.
5962
5963 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5964
5965 * lib/gdb.exp (support_nested_function_tests): New proc.
5966
5967 2019-12-10 Kevin Buettner <kevinb@redhat.com>
5968
5969 * lib/gdb.exp (gdb_compile_openmp): New proc.
5970 (build_executable_from_specs): Add an "openmp" option.
5971 (gdb_compile_pthreads): Add non-executable case.
5972
5973 2019-12-10 Tom Tromey <tromey@adacore.com>
5974
5975 * gdb.ada/unchecked_union.exp: New file.
5976 * gdb.ada/unchecked_union/pck.adb: New file.
5977 * gdb.ada/unchecked_union/pck.ads: New file.
5978 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
5979 * gdb-utils.exp (string_to_regexp): Also quote "?".
5980
5981 2019-12-10 George Barrett <bob@bob131.so>
5982
5983 Test scripted probe breakpoints.
5984 * gdb.guile/scm-breakpoint.c (main): Add probe point.
5985 * gdb.python/py-breakpoint.c (main): Likewise.
5986 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
5987 specifier test.
5988 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
5989
5990 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
5991
5992 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
5993 an rvalue parameter.
5994 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
5995 parameter.
5996
5997 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
5998
5999 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
6000 modules.
6001
6002 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6003
6004 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
6005 broken version of GCC.
6006
6007 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
6008
6009 * gdb.fortran/info-modules.exp: Rewrite to make use of new
6010 sym-info-cmds library.
6011 * gdb.fortran/info-types.exp: Likewise.
6012 * lib/sym-info-cmds.exp: New file.
6013
6014 2019-12-08 Tom de Vries <tdevries@suse.de>
6015
6016 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
6017
6018 2019-12-07 Keith Seitz <keiths@redhat.com>
6019
6020 * gdb.base/corefile-buildid-shlib-shr.c: New file.
6021 * gdb.base/corefile-buildid-shlib.c: New file.
6022 * gdb.base/corefile-buildid.c: New file.
6023 * gdb.base/corefile-buildid.exp: New file.
6024
6025 2019-12-06 Tom de Vries <tdevries@suse.de>
6026
6027 * gdb.dwarf2/varval.exp: Add decl before def test.
6028
6029 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6030
6031 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
6032
6033 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
6034
6035 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
6036 CV and reference conversion for overload resolution.
6037 * gdb.cp/rvalue-ref-overload.exp: Test it.
6038
6039 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6040
6041 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
6042 * gdb.base/frameapply.exp: Test faas without command.
6043
6044 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6045
6046 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
6047 Fortran tests.
6048 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
6049 order.
6050
6051 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6052
6053 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
6054 casting to type with no kind specified.
6055 (test_basic_parsing_of_type_kinds): Additional tests for types
6056 with no kind specified, and add tests for single/double
6057 precision/complex types.
6058
6059 2019-12-04 Tom Tromey <tromey@adacore.com>
6060
6061 * gdb.base/endianity.c (struct other) <x>: New field.
6062 (main): Initialize it.
6063 * gdb.base/endianity.exp: Update.
6064
6065 2019-12-04 Tom Tromey <tromey@adacore.com>
6066
6067 * gdb.ada/scalar_storage/storage.adb: New file.
6068 * gdb.ada/scalar_storage/pck.adb: New file.
6069 * gdb.ada/scalar_storage/pck.ads: New file.
6070 * gdb.ada/scalar_storage.exp: New file.
6071
6072 2019-12-04 Tom Tromey <tromey@adacore.com>
6073
6074 * gdb.base/endianity.c (struct otherendian) <f>: New field.
6075 (main): Initialize it.
6076 * gdb.base/endianity.exp: Update.
6077
6078 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6079
6080 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
6081
6082 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
6083
6084 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
6085 -symbol-info-module-functions and -symbol-info-module-variables.
6086
6087 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
6088
6089 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
6090
6091 2019-12-01 Richard Bunt <richard.bunt@arm.com>
6092 Andrew Burgess <andrew.burgess@embecosm.com>
6093
6094 * gdb.fortran/derived-type-striding.exp: New file.
6095 * gdb.fortran/derived-type-striding.f90: New file.
6096 * gdb.fortran/array-slices.exp: New file.
6097 * gdb.fortran/array-slices.f90: New file.
6098
6099 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6100
6101 * gdb.base/define.exp: Test . in command names.
6102 * gdb.base/setshow.exp: Update test, as . is now part of
6103 command name.
6104
6105 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6106
6107 * gdb.base/define-prefix.exp: New file.
6108
6109 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
6110
6111 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
6112 compile.
6113 (skip_btrace_pt_tests): Likewise.
6114
6115 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6116
6117 * gdb.fortran/info-modules.exp: Compile source files in correct
6118 order.
6119
6120 2019-11-27 Kevin Buettner <kevinb@redhat.com>
6121
6122 * gdb.dwarf2/imported-unit.exp: New file.
6123 * gdb.dwarf2/imported-unit.c: New file.
6124
6125 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6126
6127 * gdb.mi/mi-fortran-modules-2.f90: New file.
6128 * gdb.mi/mi-fortran-modules.exp: New file.
6129 * gdb.mi/mi-fortran-modules.f90: New file.
6130
6131 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
6132
6133 * gdb.mi/mi-sym-info-1.c: New file.
6134 * gdb.mi/mi-sym-info-2.c: New file.
6135 * gdb.mi/mi-sym-info.exp: New file.
6136
6137 2019-11-22 Tom Tromey <tromey@adacore.com>
6138
6139 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
6140 * gdb.ada/tasks/foo.adb: Add another stopping location.
6141
6142 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
6143
6144 * gdb.base/endianity.c: New test.
6145 * gdb.base/endianity.exp: New file.
6146
6147 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
6148
6149 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
6150
6151 2019-11-21 Tom de Vries <tdevries@suse.de>
6152
6153 PR gdb/24956
6154 * gdb.base/ui-redirect.exp: Test output of user-defined command.
6155
6156 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
6157
6158 * gdb.python/py-progspace.exp: Add missing parentheses on some
6159 'print' commands.
6160
6161 2019-11-19 Tom Tromey <tom@tromey.com>
6162
6163 * gdb.tui/winheight.exp: New file.
6164
6165 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6166
6167 * gdb.base/ctf-whatis.c: Delete.
6168 * gdb.base/ctf-whatis.exp: Delete.
6169 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
6170
6171 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6172
6173 * gdb.base/ctf-cvexpr.exp: Delete.
6174 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
6175
6176 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
6177
6178 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
6179 the compiler. Clean up header comment a little.
6180 * gdb.base/ctf-ptype.exp: Likewise.
6181 * gdb.base/ctf-whatis.exp: Likewise.
6182 * lib/gdb.exp (skip_ctf_tests): New proc.
6183
6184 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
6185
6186 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
6187 * gdb.tui/corefile-run.exp: New file.
6188
6189 2019-11-14 Tom Tromey <tromey@adacore.com>
6190
6191 * gdb.base/gdbvars.exp (test_convenience_variables): Add
6192 regression tests.
6193
6194 2019-11-12 Tom Tromey <tom@tromey.com>
6195
6196 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
6197 after any command. Expect prompt after WAIT_FOR is seen.
6198 (enter_tui): Enable resize messages.
6199 (command): Expect command in output.
6200 (get_line): Avoid error when cursor appears to be off-screen.
6201 (dump_screen): Include screen size in title.
6202 (_do_resize): New proc, from "resize".
6203 (resize): Rewrite. Do resize in two steps.
6204 * gdb.tui/empty.exp (layouts): Fix entries.
6205 (check_boxes): Remove xfail.
6206 (check_text): Dump screen on failure.
6207
6208 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.python/py-symbol.exp: Add test for
6211 gdb.lookup_static_symbols.
6212
6213 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
6214
6215 * gdb.python/py-symbol.c: Declare and call function from new
6216 py-symbol-2.c file.
6217 * gdb.python/py-symbol.exp: Compile both source files, and add new
6218 tests for gdb.lookup_static_symbol.
6219 * gdb.python/py-symbol-2.c: New file.
6220
6221 2019-11-02 Tom de Vries <tdevries@suse.de>
6222
6223 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
6224 * gdb.base/anon.exp: Same.
6225 * gdb.base/auto-connect-native-target.exp: Same.
6226 * gdb.base/call-ar-st.exp: Same.
6227 * gdb.base/catch-syscall.exp: Same.
6228 * gdb.base/commands.exp: Same.
6229 * gdb.base/default.exp: Same.
6230 * gdb.base/display.exp: Same.
6231 * gdb.base/float.exp: Same.
6232 * gdb.base/foll-fork.exp: Same.
6233 * gdb.base/help.exp: Same.
6234 * gdb.base/info-macros.exp: Same.
6235 * gdb.base/info-proc.exp: Same.
6236 * gdb.base/info-target.exp: Same.
6237 * gdb.base/long_long.exp: Same.
6238 * gdb.base/macscp.exp: Same.
6239 * gdb.base/memattr.exp: Same.
6240 * gdb.base/nofield.exp: Same.
6241 * gdb.base/pointers.exp: Same.
6242 * gdb.base/printcmds.exp: Same.
6243 * gdb.base/ptype.exp: Same.
6244 * gdb.base/restore.exp: Same.
6245 * gdb.base/return.exp: Same.
6246 * gdb.base/scope.exp: Same.
6247 * gdb.base/set-noassign.exp: Same.
6248 * gdb.base/setshow.exp: Same.
6249 * gdb.base/shlib-call.exp: Same.
6250 * gdb.base/signals.exp: Same.
6251 * gdb.base/sigstep.exp: Same.
6252 * gdb.base/skip.exp: Same.
6253 * gdb.base/solib-symbol.exp: Same.
6254 * gdb.base/stap-probe.exp: Same.
6255 * gdb.base/step-line.exp: Same.
6256 * gdb.base/step-test.exp: Same.
6257 * gdb.base/style.exp: Same.
6258 * gdb.base/varargs.exp: Same.
6259 * gdb.base/vla-datatypes.exp: Same.
6260 * gdb.base/vla-ptr.exp: Same.
6261 * gdb.base/vla-sideeffect.exp: Same.
6262 * gdb.base/volatile.exp: Same.
6263 * gdb.base/watch-cond-infcall.exp: Same.
6264 * gdb.base/watchpoint.exp: Same.
6265
6266 2019-11-02 Tom de Vries <tdevries@suse.de>
6267
6268 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
6269 * gdb.cp/cpexprs.exp: Same.
6270 * gdb.cp/except-multi-location.exp: Same.
6271 * gdb.cp/exceptprint.exp: Same.
6272 * gdb.cp/gdb2384.exp: Same.
6273 * gdb.cp/inherit.exp: Same.
6274 * gdb.cp/m-static.exp: Same.
6275 * gdb.cp/meth-typedefs.exp: Same.
6276 * gdb.cp/misc.exp: Same.
6277 * gdb.cp/namespace.exp: Same.
6278 * gdb.cp/non-trivial-retval.exp: Same.
6279 * gdb.cp/overload.exp: Same.
6280 * gdb.cp/pr17132.exp: Same.
6281 * gdb.cp/re-set-overloaded.exp: Same.
6282 * gdb.cp/rvalue-ref-types.exp: Same.
6283 * gdb.cp/templates.exp: Same.
6284
6285 2019-11-01 Luis Machado <luis.machado@linaro.org>
6286
6287 PR gdb/25124
6288
6289 * gdb.arch/pr25124.S: New file.
6290 * gdb.arch/pr25124.exp: New file.
6291
6292 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6293
6294 * gdb.fortran/info-modules.exp: Update expected results, and add
6295 additional tests for 'info module functinos', and 'info module
6296 variables'.
6297 * gdb.fortran/info-types.exp: Update expected results.
6298 * gdb.fortran/info-types.f90: Extend testcase with additional
6299 module variables and functions.
6300
6301 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * gdb.fortran/info-modules.exp: New file.
6304 * gdb.fortran/info-types.exp: Build with new file.
6305 * gdb.fortran/info-types.f90: Include and use new module.
6306 * gdb.fortran/info-types-2.f90: New file.
6307
6308 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6309
6310 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
6311 * gdb.base/settings.exp: Test all settings types using
6312 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
6313 that now verifies that the value of "maint show" is the same as
6314 returned by the settings functions. Test the type of the
6315 maintenance settings.
6316 * gdb.base/default.exp: Update show_conv_list.
6317
6318 2019-10-31 Tom de Vries <tdevries@suse.de>
6319
6320 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
6321 gdb_test.
6322 * gdb.arch/amd64-disp-step.exp: Same.
6323 * gdb.asm/asm-source.exp: Same.
6324 * gdb.btrace/buffer-size.exp: Same.
6325 * gdb.btrace/cpu.exp: Same.
6326 * gdb.btrace/enable.exp: Same.
6327 * gdb.dwarf2/count.exp: Same.
6328 * gdb.dwarf2/dw2-ranges-func.exp: Same.
6329 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
6330 * gdb.fortran/vla-datatypes.exp: Same.
6331 * gdb.fortran/vla-history.exp: Same.
6332 * gdb.fortran/vla-ptype.exp: Same.
6333 * gdb.fortran/vla-value.exp: Same.
6334 * gdb.fortran/whatis_type.exp: Same.
6335 * gdb.guile/guile.exp: Same.
6336 * gdb.multi/tids.exp: Same.
6337 * gdb.python/py-finish-breakpoint.exp: Same.
6338 * gdb.python/py-framefilter.exp: Same.
6339 * gdb.python/py-pp-registration.exp: Same.
6340 * gdb.python/py-xmethods.exp: Same.
6341 * gdb.python/python.exp: Same.
6342 * gdb.server/connect-with-no-symbol-file.exp: Same.
6343 * gdb.server/no-thread-db.exp: Same.
6344 * gdb.server/run-without-local-binary.exp: Same.
6345 * gdb.stabs/weird.exp: Same.
6346 * gdb.threads/attach-many-short-lived-threads.exp: Same.
6347 * gdb.threads/thread-find.exp: Same.
6348 * gdb.threads/tls-shared.exp: Same.
6349 * gdb.threads/tls.exp: Same.
6350 * gdb.threads/wp-replication.exp: Same.
6351 * gdb.trace/ax.exp: Same.
6352 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
6353
6354 2019-10-31 Tom de Vries <tdevries@suse.de>
6355
6356 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
6357 * gdb.ada/array_subscript_addr.exp: Same.
6358 * gdb.ada/arrayidx.exp: Same.
6359 * gdb.ada/arrayparam.exp: Same.
6360 * gdb.ada/arrayptr.exp: Same.
6361 * gdb.ada/boolean_expr.exp: Same.
6362 * gdb.ada/call_pn.exp: Same.
6363 * gdb.ada/complete.exp: Same.
6364 * gdb.ada/fixed_cmp.exp: Same.
6365 * gdb.ada/fun_addr.exp: Same.
6366 * gdb.ada/funcall_param.exp: Same.
6367 * gdb.ada/interface.exp: Same.
6368 * gdb.ada/mod_from_name.exp: Same.
6369 * gdb.ada/null_array.exp: Same.
6370 * gdb.ada/packed_array.exp: Same.
6371 * gdb.ada/packed_tagged.exp: Same.
6372 * gdb.ada/print_chars.exp: Same.
6373 * gdb.ada/print_pc.exp: Same.
6374 * gdb.ada/ptype_arith_binop.exp: Same.
6375 * gdb.ada/ptype_field.exp: Same.
6376 * gdb.ada/ptype_tagged_param.exp: Same.
6377 * gdb.ada/rec_return.exp: Same.
6378 * gdb.ada/ref_tick_size.exp: Same.
6379 * gdb.ada/str_ref_cmp.exp: Same.
6380 * gdb.ada/taft_type.exp: Same.
6381 * gdb.ada/tagged.exp: Same.
6382 * gdb.ada/type_coercion.exp: Same.
6383 * gdb.ada/uninitialized_vars.exp: Same.
6384
6385 2019-10-30 Tom de Vries <tdevries@suse.de>
6386
6387 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
6388
6389 2019-10-26 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.base/bigcore.c: Fix typos in comments.
6392 * gdb.base/ctf-ptype.c: Same.
6393 * gdb.base/long_long.c: Same.
6394 * gdb.dwarf2/dw2-op-out-param.S: Same.
6395 * gdb.python/py-evthreads.c: Same.
6396 * gdb.reverse/i387-stack-reverse.c: Same.
6397 * gdb.trace/tfile.c: Same.
6398 * lib/compiler.c: Same.
6399 * lib/compiler.cc: Same.
6400
6401 2019-10-25 Tom de Vries <tdevries@suse.de>
6402
6403 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
6404 gdb_test_multiple calls.
6405 * gdb.reverse/sigall-reverse.exp: Same.
6406 * gdb.reverse/solib-precsave.exp: Same.
6407 * gdb.reverse/solib-reverse.exp: Same.
6408 * gdb.reverse/until-precsave.exp: Same.
6409 * gdb.reverse/until-reverse.exp: Same.
6410
6411 2019-10-24 Tom de Vries <tdevries@suse.de>
6412
6413 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
6414 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
6415 kfail using -wrap pattern flag and convenience variable
6416 gdb_test_name.
6417
6418 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
6419
6420 * gdb.python/py-progspace.exp: Add tests for the
6421 Progspace.block_for_pc method.
6422
6423 2019-10-23 Tom Tromey <tom@tromey.com>
6424
6425 * configure: Rebuild.
6426 * aclocal.m4: Use m4_include, not sinclude.
6427
6428 2019-10-21 Tom de Vries <tdevries@suse.de>
6429
6430 * gdb.base/infcall-nested-structs.c: Add
6431 __attribute__((noinline,noclone)) to all functions.
6432 (call_all): Add missing variable initialization. Simplify return value.
6433 (breakpt): Increment volatile variable, to prevent call from being
6434 optimized out.
6435 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
6436
6437 2019-10-17 Tom de Vries <tdevries@suse.de>
6438
6439 * gdb.fortran/module.exp: Allow info variables to print info for files
6440 other than module.f90.
6441
6442 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6443
6444 * gdb.fortran/module.exp: Extend with 'info variables' test.
6445
6446 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
6447
6448 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
6449 F77_FOR_TARGET.
6450
6451 2019-10-16 Tom de Vries <tdevries@suse.de>
6452
6453 PR tdep/25096
6454 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
6455
6456 2019-10-16 Tom de Vries <tdevries@suse.de>
6457
6458 PR tdep/24104
6459 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
6460 Add KFAIL for PR tdep/25096.
6461
6462 2019-10-16 Tom de Vries <tdevries@suse.de>
6463
6464 PR testsuite/25059
6465 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
6466
6467 2019-10-16 Tom de Vries <tdevries@suse.de>
6468
6469 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
6470 as signed.
6471
6472 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
6473
6474 * gdb.mi/list-thread-groups-available.exp: Read entries one by
6475 one instead of increasing timeout.
6476
6477 2019-10-13 Tom de Vries <tdevries@suse.de>
6478
6479 PR record/25038
6480 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
6481 * gdb.reverse/sigall-reverse.exp: Same.
6482 * gdb.reverse/solib-precsave.exp: Same.
6483 * gdb.reverse/solib-reverse.exp: Same.
6484 * gdb.reverse/step-precsave.exp: Same.
6485 * gdb.reverse/until-precsave.exp: Same.
6486 * gdb.reverse/until-reverse.exp: Same.
6487 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
6488
6489 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
6490
6491 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
6492 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
6493 (cmp_struct_05_01, cmp_struct_static_02_01)
6494 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
6495 comparisons.
6496
6497 2019-10-10 Tom de Vries <tdevries@suse.de>
6498
6499 PR testsuite/24888
6500 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
6501 gnatlink.
6502
6503 2019-10-09 Tom de Vries <tdevries@suse.de>
6504
6505 PR testsuite/25048
6506 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
6507
6508 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6509
6510 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
6511 exceptions due to missing debug information.
6512
6513 2019-10-07 Tom de Vries <tdevries@suse.de>
6514
6515 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
6516
6517 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
6518
6519 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
6520 * gdb.base/annota1.exp: Update to use gdb_test_name.
6521
6522 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
6523
6524 * gdb.base/ctf-whatis.exp: New file.
6525 * gdb.base/ctf-whatis.c: New file.
6526 * gdb.base/ctf-ptype.exp: New file.
6527 * gdb.base/ctf-ptype.c: New file.
6528 * gdb.base/ctf-constvars.exp: New file.
6529 * gdb.base/ctf-constvars.c: New file.
6530 * gdb.base/ctf-cvexpr.exp: New file.
6531
6532 2019-10-04 Tom de Vries <tdevries@suse.de>
6533
6534 * gdb.cp/local-static.c (main): Move declaration of int i out of the
6535 for loop.
6536
6537 2019-10-03 Tom Tromey <tom@tromey.com>
6538
6539 PR rust/24976:
6540 * gdb.rust/simple.rs (Union2): New type.
6541 (main): Use Union2.
6542 * gdb.rust/simple.exp: Add test.
6543
6544 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6545
6546 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
6547 nested function prefix.
6548
6549 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
6550 Richard Bunt <richard.bunt@arm.com>
6551 Andrew Burgess <andrew.burgess@embecosm.com>
6552
6553 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
6554 nested functions.
6555 * gdb.fortran/nested-funcs.f90: Update expected results.
6556 * gdb.fortran/nested-funcs-2.exp: New file.
6557 * gdb.fortran/nested-funcs-2.f90: New file.
6558
6559 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6560
6561 * gdb.python/py-parameter.exp: Make test names unique.
6562 * gdb.python/py-template.exp: Likewise.
6563 * gdb.python/py-value.exp: Likewise.
6564
6565 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * gdb.base/break-interp.exp: Reduce test name duplication.
6568 * gdb.base/call-sc.exp: Likewise.
6569 * gdb.base/callfuncs.exp: Likewise.
6570 * gdb.base/charset.exp: Likewise.
6571 * gdb.base/dump.exp: Likewise.
6572 * gdb.base/ena-dis-br.exp: Likewise.
6573 * gdb.base/relational.exp: Likewise.
6574 * gdb.base/step-over-syscall.exp: Likewise.
6575 * gdb.base/structs.exp: Likewise.
6576
6577 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.linespec/explicit.exp: Make test names unique.
6580 * gdb.linespec/ls-errs.exp: Likewise.
6581
6582 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6583
6584 * gdb.reverse/break-precsave.exp: Make test names unique.
6585 * gdb.reverse/break-reverse.exp: Likewise.
6586 * gdb.reverse/finish-precsave.exp: Likewise.
6587 * gdb.reverse/finish-reverse.exp: Likewise.
6588 * gdb.reverse/machinestate-precsave.exp: Likewise.
6589 * gdb.reverse/machinestate.exp: Likewise.
6590 * gdb.reverse/readv-reverse.exp: Likewise.
6591 * gdb.reverse/recvmsg-reverse.exp: Likewise.
6592 * gdb.reverse/sigall-precsave.exp: Likewise.
6593 * gdb.reverse/sigall-reverse.exp: Likewise.
6594 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
6595 * gdb.reverse/watch-precsave.exp: Likewise.
6596 * gdb.reverse/watch-reverse.exp: Likewise.
6597
6598 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
6599
6600 * gdb.threads/stop-with-handle.c: New file.
6601 * gdb.threads/stop-with-handle.exp: New file.
6602
6603 2019-10-03 Tom de Vries <tdevries@suse.de>
6604
6605 PR testsuite/25059
6606 * gdb.base/list-missing-source.exp: Allowing the "Compilation
6607 directory" line to be missing.
6608
6609 2019-10-03 Tom de Vries <tdevries@suse.de>
6610
6611 PR testsuite/25059
6612 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
6613 type optional.
6614
6615 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
6616
6617 * gdb.python/py-format-string.c (string.h): New include.
6618 (main): Fill a_struct_with_union.the_union.an_int with bytes of
6619 the same value, for endianness-independence.
6620 * gdb.python/py-format-string.exp (default_regexp_dict)
6621 (test_pretty_structs, test_format): Adjust expected output to the
6622 changed initialization.
6623
6624 2019-10-02 Tom Tromey <tromey@adacore.com>
6625
6626 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
6627
6628 2019-10-02 Pedro Alves <palves@redhat.com>
6629 Andrew Burgess <andrew.burgess@embecosm.com>
6630
6631 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
6632 "print-file-var.h".
6633 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6634 (get_version_1): Print this_version_id and its address.
6635 Add extern "C" wrappers around interface functions.
6636 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
6637 "print-file-var.h".
6638 (this_version_id) Use ATTRIBUTE_VISIBILITY.
6639 (get_version_2): Print this_version_id and its address.
6640 Add extern "C" wrappers around interface functions.
6641 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
6642 <stddef.h> and "print-file-var.h".
6643 Add extern "C" wrappers around interface functions.
6644 [VERSION_ID_MAIN] (this_version_id): Define.
6645 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
6646 * gdb.base/print-file-var.h: Add some #defines to simplify setting
6647 up extern "C" blocks.
6648 * gdb.base/print-file-var.exp (test): New, factored out from top
6649 level.
6650 (top level): Test all combinations of attribute hidden or not,
6651 dlopen or not, and this_version_id symbol in main file or not.
6652 Compile tests as both C++ and C, make test names unique.
6653
6654 2019-10-01 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.base/style.exp: Test "show logging filename".
6657
6658 2019-10-01 Tom Tromey <tom@tromey.com>
6659
6660 * lib/gdb-utils.exp (style): Handle "metadata" argument.
6661 * gdb.base/style.exp: Add metadata style test.
6662
6663 2019-10-01 Tom Tromey <tom@tromey.com>
6664
6665 * gdb.base/style.exp: Test "pwd".
6666
6667 2019-10-01 Tom Tromey <tom@tromey.com>
6668
6669 * gdb.base/style.exp: Update tests.
6670
6671 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
6672
6673 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
6674 'six' to unsigned.
6675 (s1): Initialize fields 'four' and 'six' instead of 'three' and
6676 'five'. Use an all-ones bit pattern for each.
6677 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
6678 to its changed values.
6679
6680 2019-09-30 Tom Tromey <tromey@adacore.com>
6681
6682 * gdb.rust/traits.rs: Disable all warnings.
6683
6684 2019-09-29 Tom de Vries <tdevries@suse.de>
6685
6686 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
6687
6688 2019-09-29 Tom de Vries <tdevries@suse.de>
6689
6690 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
6691
6692 2019-09-27 Tom de Vries <tdevries@suse.de>
6693
6694 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
6695
6696 2019-09-27 Tom de Vries <tdevries@suse.de>
6697
6698 PR record/23188
6699 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
6700
6701 2019-09-26 Tom Tromey <tromey@adacore.com>
6702
6703 * gdb.ada/py_taft.exp: New file.
6704 * gdb.ada/py_taft/main.adb: New file.
6705 * gdb.ada/py_taft/pkg.adb: New file.
6706 * gdb.ada/py_taft/pkg.ads: New file.
6707
6708 2019-09-24 Tom de Vries <tdevries@suse.de>
6709
6710 PR gdb/24598
6711 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
6712
6713 2019-09-22 Tom de Vries <tdevries@suse.de>
6714
6715 * gdb.base/restore.exp: Allow register variables to be optimized out at
6716 -O0.
6717
6718 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
6719
6720 * gdb.arch/spu-info.exp: Remove file.
6721 * gdb.arch/spu-info.c: Remove file.
6722 * gdb.arch/spu-ls.exp: Remove file.
6723 * gdb.arch/spu-ls.c: Remove file.
6724
6725 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
6726 * gdb.asm/spu.inc: Remove file.
6727
6728 * gdb.base/dump.exp: Remove support for spu*-*-*.
6729 * gdb.base/stack-checking.exp: Likewise.
6730 * gdb.base/overlays.exp: Likewise.
6731 * gdb.base/ovlymgr.c: Likewise.
6732 * gdb.base/spu.ld: Remove file.
6733
6734 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
6735 * gdb.cp/cpexprs.exp: Likewise.
6736 * gdb.cp/exception.exp: Likewise.
6737 * gdb.cp/gdb2495.exp: Likewise.
6738 * gdb.cp/mb-templates.exp: Likewise.
6739 * gdb.cp/pr9167.exp: Likewise.
6740 * gdb.cp/userdef.exp: Likewise.
6741
6742 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
6743
6744 * gdb.cell: Remove directory.
6745 * lib/cell.exp: Remove file.
6746
6747 2019-09-19 Tom de Vries <tdevries@suse.de>
6748
6749 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
6750
6751 2019-09-19 Tom de Vries <tdevries@suse.de>
6752
6753 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
6754
6755 2019-09-19 Tom de Vries <tdevries@suse.de>
6756
6757 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
6758 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
6759 (gdb_target_cmd): ... here.
6760 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
6761 value 2.
6762
6763 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.base/source-dir.exp: Avoid having directory names in test
6766 names.
6767
6768 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6769
6770 * gdb.base/source-dir.exp: Add extra test for mapped compilation
6771 directory.
6772
6773 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
6774
6775 * gdb.base/list-missing-source.exp: New file.
6776
6777 2019-09-14 Tom de Vries <tdevries@suse.de>
6778
6779 PR teststuite/24599
6780 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
6781 * lib/ada.exp (gnatmake_version_at_least): New proc.
6782
6783 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6784
6785 * gdb.base/maint.exp: Use exec_has_index_section.
6786
6787 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
6788
6789 * gdb.base/maint.exp: Add test for 'maint info sections'.
6790
6791 2019-09-12 Tom de Vries <tdevries@suse.de>
6792
6793 * gdb.base/store.exp: Allow register variables to be optimized out at
6794 -O0.
6795
6796 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6797
6798 * gdb.ada/rdv_wait.exp: Update to new task names.
6799 * gdb.base/task_switch_in_core.exp: Likewise.
6800 * gdb.base/info_sources_base.c: Likewise.
6801
6802 2019-09-10 Tom Tromey <tromey@adacore.com>
6803
6804 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
6805
6806 2019-09-10 Tom Tromey <tromey@adacore.com>
6807
6808 * gdb.ada/dgopt.exp: New file.
6809 * gdb.ada/dgopt/x.adb: New file.
6810
6811 2019-09-08 Tom Tromey <tom@tromey.com>
6812
6813 * gdb.tui/resize.exp: Remove setup_xfail.
6814 * gdb.tui/regs.exp: Remove setup_xfail.
6815 * gdb.tui/basic.exp: Remove setup_xfail.
6816
6817 2019-09-06 David Blaikie <dblaikie@gmail.com>
6818
6819 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
6820 * gdb.cp/cplabel.exp: Ditto.
6821 * gdb.linespec/ls-errs.exp: Ditto.
6822
6823 2019-09-05 Tom de Vries <tdevries@suse.de>
6824
6825 * lib/gdb.exp (cmp_file_string): New proc.
6826 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
6827 runto_main. Verify save breakpoints output.
6828
6829 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6830
6831 * gdb.base/info-var.exp: Test info variables without running
6832 to main, to avoid expect's buffer overflow.
6833
6834 2019-09-03 Tom Tromey <tromey@adacore.com>
6835
6836 * gdb.ada/bias.exp: New file.
6837 * gdb.ada/bias/bias.adb: New file.
6838 * gdb.ada/print_chars.exp: Add regression test.
6839 * gdb.ada/print_chars/foo.adb (My_Character): New type.
6840 (MC): New variable.
6841
6842 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
6843
6844 * gdb.base/argv0-symlink.exp: Run only on native target
6845 and local host.
6846
6847 2019-08-29 Tom de Vries <tdevries@suse.de>
6848
6849 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
6850 diverse debug info.
6851 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
6852
6853 2019-08-28 Tom de Vries <tdevries@suse.de>
6854
6855 * gdb.base/info-var.exp: Allow info variables to print info for files
6856 other than info-var-f1.c and info-var-f2.c.
6857
6858 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6859
6860 * gdb.fortran/info-types.exp: Add module.
6861 * gdb.fortran/info-types.f90: Update expected results.
6862
6863 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
6864
6865 * gdb.fortran/info-types.exp: New file.
6866 * gdb.fortran/info-types.f90: New file.
6867 * lib/fortran.exp (fortran_character1): New proc.
6868
6869 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
6872 functions'. Reindent as needed.
6873 * gdb.base/info-var-f1.c: New file.
6874 * gdb.base/info-var-f2.c: New file.
6875 * gdb.base/info-var.exp: New file.
6876 * gdb.base/info-var.h: New file.
6877
6878 2019-08-26 Tom de Vries <tdevries@suse.de>
6879
6880 PR c++/24852
6881 * gdb.cp/no-libstdcxx-probe.exp: New test.
6882
6883 2019-08-26 Tom de Vries <tdevries@suse.de>
6884
6885 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
6886 * tests need to be skipped.
6887 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
6888 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
6889 mi_skip_libstdcxx_probe_tests.
6890
6891 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
6892
6893 * gdb.python/py-xmethods.exp: Use raw strings when passing
6894 arguments to SimpleXMethodMatcher.
6895
6896 2019-08-22 Tom de Vries <tdevries@suse.de>
6897
6898 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
6899 more informative.
6900
6901 2019-08-21 Pedro Alves <palves@redhat.com>
6902
6903 * gdb.base/with.exp: Test "with" with no arguments.
6904
6905 2019-08-21 Tom de Vries <tdevries@suse.de>
6906
6907 * gdb.base/gdb-caching-proc.exp: Sort files.
6908
6909 2019-08-20 Tom de Vries <tdevries@suse.de>
6910
6911 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
6912 compilation.
6913
6914 2019-08-16 Tom de Vries <tdevries@suse.de>
6915
6916 * gdb.base/compare-sections.exp ("after run to main"): Allow
6917 mismatched read-only sections for PIE executables.
6918
6919 2019-08-16 Tom Tromey <tom@tromey.com>
6920
6921 * lib/tuiterm.exp (_csi_Z): New proc.
6922 * gdb.tui/basic.exp: Update window positions.
6923 * gdb.tui/empty.exp: Update window positions.
6924
6925 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6926
6927 * gdb.base/examine-backward.exp: Correct regexp for
6928 "examine 3 bytes backward from ${address_zero}".
6929
6930 2019-08-15 Tom Tromey <tom@tromey.com>
6931
6932 * gdb.tui/empty.exp: Enable resizing tests.
6933
6934 2019-08-15 Tom Tromey <tromey@adacore.com>
6935
6936 * gdb.ada/char_enum.exp: Add regression tests.
6937 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
6938 and '0'.
6939 (Char, Gchar): Update.
6940 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
6941
6942 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6943
6944 * gdb.python/python.exp: Expect a leading underscore on
6945 GdbOutput{,Error}File.
6946
6947 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6948
6949 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
6950 Windows host.
6951
6952 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
6953
6954 * gdb.base/batch-preserve-term-settings.exp
6955 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
6956
6957 2019-08-15 Christian Biesinger <cbiesinger@google.com>
6958
6959 * lib/gdb.exp: When running on a mingw target, replace
6960 /x/ with x:/.
6961
6962 2019-08-14 Alan Hayward <alan.hayward@arm.com>
6963
6964 * gdb.arch/aarch64-prologue.c: New test.
6965 * gdb.arch/aarch64-prologue.exp: New file.
6966
6967 2019-08-13 Tom de Vries <tdevries@suse.de>
6968
6969 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
6970 Thread.
6971
6972 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
6973
6974 * gdb.python/py-completion.exp: Download the .py file to the host
6975 and use its host pathname. Conditionalize tests that use
6976 tab completion and manipulate files on the build machine.
6977 * gdb.python/py-events.exp: Download the .py file to the host
6978 and use its host pathname.
6979 * gdb.python/py-evsignal.exp: Likewise.
6980 * gdb.python/py-evthreads.exp: Likewise.
6981 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
6982 pathname syntax.
6983 * gdb.python/py-framefilter.exp: Download the .py file to the right
6984 place on the host. Match Windows pathname syntax.
6985 * gdb.python/py-mi-var-info-path-expression.exp: Download the
6986 .py file to the host and use its host pathname.
6987 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
6988 * gdb.python/py-objfile.exp: Expect a host pathname, not a
6989 build pathname. Skip symlink test on Windows host. Add missing
6990 newline at end of file.
6991 * gdb.python/py-pp-maint.exp: Download the .py file to the host
6992 and use its host pathname.
6993 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
6994 * gdb.python/py-section-script.exp: Use host location of binfile
6995 on safe-path. Use correct path separator on Windows host.
6996 Reorder alternatives in gdb_test_multiple to prevent matching
6997 the wrong alternative on success.
6998 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
6999
7000 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
7001
7002 * gdb.gdb/selftest.exp (test_with_self): Update test to now
7003 expect the GDB inferior to no longer immediately stop after
7004 being resumed with "signal SIGINT".
7005
7006 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
7007
7008 * gdb.linespec/break-ask.exp: Generalize regexps to match
7009 Windows pathnames too.
7010
7011 2019-08-08 Tom de Vries <tdevries@suse.de>
7012
7013 PR testsuite/24862
7014 * lib/tuiterm.exp (_accept): Fix CSI regexp.
7015
7016 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7017
7018 * gdb.base/style.exp: Update tests for help doc new invariants.
7019 * gdb.base/help.exp: Likewise.
7020
7021 2019-08-06 Tom Tromey <tom@tromey.com>
7022
7023 * gdb.base/style.exp: Add disassemble test.
7024 * gdb.base/style.c (some_called_function): New function.
7025 (main): Use it.
7026
7027 2019-08-05 Christian Biesinger <cbiesinger@google.com>
7028
7029 * gdb.python/py-block.exp: Test dictionary access on blocks.
7030
7031 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
7032
7033 PR gdb/24863
7034 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
7035 -list-thread-groups --available test when running under
7036 check-read1.
7037
7038 2019-08-05 Tom de Vries <tdevries@suse.de>
7039
7040 PR testsuite/24863
7041 * lib/gdb.exp (with_read1_timeout_factor): New proc.
7042 * gdb.base/help.exp: Use with_read1_timeout_factor.
7043 * gdb.base/info-macros.exp: Same.
7044 * gdb.cp/nested-types.exp: Same.
7045
7046 2019-08-05 Tom de Vries <tdevries@suse.de>
7047
7048 * lib/gdb.exp (version_at_least): Factor out of ...
7049 (tcl_version_at_least): ... here.
7050 (gdb_compile): Fail if pie results in non-PIE executable.
7051 (readelf_version, readelf_prints_pie): New proc.
7052 (exec_is_pie): Return -1 if unknown.
7053
7054 2019-08-05 Tom de Vries <tdevries@suse.de>
7055
7056 * lib/gdb.exp (tcl_version_at_least): Fix typo.
7057
7058 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7059
7060 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
7061
7062 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
7063
7064 * lib/completion-support.exp (test_gdb_complete_none): Skip
7065 tab completion tests if no readline support.
7066 (test_gdb_complete_unique_re): Likewise.
7067 (test_gdb_complete_multiple): Likewise.
7068
7069 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7070
7071 * gdb.base/info_sources.exp: New file.
7072 * gdb.base/info_sources.c: New file.
7073 * gdb.base/info_sources_base.c: New file.
7074
7075 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7076
7077 * gdb.base/batch-exit-status.exp: Call test_exit_status with
7078 prefix argument.
7079 (test_exit_status): Add prefix argument.
7080
7081 2019-08-01 Tom de Vries <tdevries@suse.de>
7082
7083 PR testsuite/24863
7084 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
7085 calling exp_continue for new thread and thread exited messages.
7086
7087 2019-08-01 Tom de Vries <tdevries@suse.de>
7088
7089 PR testsuite/24863
7090 * gdb.base/structs.exp: Fix check-read1 timeout using
7091 gdb_test_sequence.
7092 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
7093
7094 2019-08-01 Tom de Vries <tdevries@suse.de>
7095
7096 PR testsuite/24863
7097 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
7098 line.
7099
7100 2019-08-01 Tom de Vries <tdevries@suse.de>
7101
7102 PR testsuite/24863
7103 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
7104
7105 2019-07-30 Tom Tromey <tromey@adacore.com>
7106
7107 * gdb.ada/display_nested.exp: New file.
7108 * gdb.ada/display_nested/foo.adb: New file.
7109 * gdb.ada/display_nested/pack.adb: New file.
7110 * gdb.ada/display_nested/pack.ads: New file.
7111
7112 2019-07-30 Christian Biesinger <cbiesinger@google.com>
7113
7114 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
7115 namespace.
7116 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
7117
7118 2019-07-30 Tom de Vries <tdevries@suse.de>
7119
7120 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
7121 instead.
7122
7123 2019-07-30 Tom de Vries <tdevries@suse.de>
7124
7125 PR testsuite/24834
7126 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
7127 (exec_is_pie): New proc.
7128
7129 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7130
7131 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
7132
7133 2019-07-29 Christian Biesinger <cbiesinger@google.com>
7134
7135 * gdb.python/py-objfile.c: Add global and static vars.
7136 * gdb.python/py-objfile.exp: Test new functions Objfile.
7137 lookup_global_symbol and lookup_static_symbol.
7138
7139 2019-07-29 Tom Tromey <tom@tromey.com>
7140
7141 * lib/tuiterm.exp (Term::_csi_@): New proc.
7142 (Term::_csi_X): Don't move cursor.
7143
7144 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7145
7146 * gdb.base/options.exp: Update backtrace - completion to
7147 new option -frame-info.
7148 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
7149 Test new 'set print frame-info'. Test backtrace -frame-info
7150 overriding 'set print frame-info'.
7151 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
7152 Test new 'set print frame-info'.
7153 Verify consistency of backtrace with and without filters, with and
7154 without -no-filters.
7155 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
7156 default.
7157
7158 2019-07-29 Tom de Vries <tdevries@suse.de>
7159
7160 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
7161 no arguments".
7162
7163 2019-07-29 Tom de Vries <tdevries@suse.de>
7164
7165 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
7166 is a substring of the first for "complete non-unique file name".
7167
7168 2019-07-29 Tom de Vries <tdevries@suse.de>
7169
7170 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
7171 with ".*".
7172
7173 2019-07-29 Tom de Vries <tdevries@suse.de>
7174
7175 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
7176 Pass prompt_regexp parameter to gdb_test_multiple calls.
7177
7178 2019-07-29 Tom de Vries <tdevries@suse.de>
7179
7180 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
7181 print registers" regexps.
7182
7183 2019-07-29 Tom de Vries <tdevries@suse.de>
7184
7185 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
7186
7187 2019-07-29 Tom de Vries <tdevries@suse.de>
7188
7189 PR gdb/24855
7190 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
7191 (skip_python_tests_prompt): Add prompt_regexp argument to
7192 gdb_test_multiple calls.
7193
7194 2019-07-27 Tom Tromey <tom@tromey.com>
7195
7196 * gdb.tui/main.exp: New file.
7197
7198 2019-07-27 Tom Tromey <tom@tromey.com>
7199
7200 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
7201 optional.
7202 * gdb.tui/empty.exp: New file.
7203
7204 2019-07-27 Tom Tromey <tom@tromey.com>
7205
7206 * lib/tuiterm.exp (spawn): New proc.
7207 (Term::resize): New proc.
7208 * gdb.tui/resize.exp: New file.
7209
7210 2019-07-27 Tom Tromey <tom@tromey.com>
7211
7212 * gdb.tui/list.exp: New file.
7213
7214 2019-07-27 Tom Tromey <tom@tromey.com>
7215
7216 * gdb.tui/regs.exp: New file.
7217
7218 2019-07-27 Tom Tromey <tom@tromey.com>
7219
7220 * gdb.tui/basic.exp: Add "layout split" test.
7221
7222 2019-07-27 Tom Tromey <tom@tromey.com>
7223
7224 * gdb.tui/basic.exp: Add "layout asm" test.
7225
7226 2019-07-27 Tom Tromey <tom@tromey.com>
7227
7228 * lib/tuiterm.exp: New file.
7229 * gdb.tui/basic.exp: New file.
7230
7231 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7232
7233 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
7234 Enable tests associated with this flag. Adjust regex
7235 referencing "foo_low" to now refer to "foo_cold" instead.
7236
7237 2019-07-27 Kevin Buettner <kevinb@redhat.com>
7238
7239 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
7240 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
7241 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
7242 foo_cold. Revise comments to match.
7243 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
7244 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
7245 were wrapped into this proc; Call do_test in loop from outermost
7246 level.
7247 (foo_low): Rename all occurrences to "foo_cold".
7248 (backtrace from baz): New test.
7249 (x2/i foo_cold): New test.
7250 (info line *foo_cold): New test.
7251
7252 2019-07-26 Tom de Vries <tdevries@suse.de>
7253
7254 * gdb.arch/i386-pkru.exp: Fix unterminated string.
7255
7256 2019-07-25 Tom de Vries <tdevries@suse.de>
7257
7258 PR testsuite/24830
7259 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
7260 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
7261 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
7262 (skip_libstdcxx_probe_tests): ... here.
7263 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
7264
7265 2019-07-24 Tom de Vries <tdevries@suse.de>
7266
7267 PR testsuite/24807
7268 * gdb.objc/basicclass.m: Include stdio.h.
7269 * gdb.objc/nondebug.m: Same.
7270 * gdb.objc/objcdecode.m: Same.
7271
7272 2019-07-24 Tom de Vries <tdevries@suse.de>
7273
7274 PR testsuite/24612
7275 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
7276 additional_flags.
7277
7278 2019-07-24 Tom de Vries <tdevries@suse.de>
7279
7280 PR testsuite/24831
7281 * gdb.multi/tids.exp: Update error messages for info threads.
7282
7283 2019-07-24 Tom de Vries <tdevries@suse.de>
7284
7285 * gdb.base/info-types.exp: Allow info types to print info for more than
7286 one file.
7287
7288 2019-07-23 Tom de Vries <tdevries@suse.de>
7289
7290 PR testsuite/24842
7291 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
7292 gdb_spawn_with_cmdline_opts.
7293
7294 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
7295
7296 * gdb.arch/arm-cmse-sgstubs.c: New test.
7297 * gdb.arch/arm-cmse-sgstubs.exp: New file.
7298
7299 2019-07-23 Tom de Vries <tdevries@suse.de>
7300
7301 PR testsuite/24711
7302 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
7303 issuing next command.
7304
7305 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.ada/info_auto_lang.exp: Update expected results.
7308 * gdb.base/info-types.c: Add additional types to check.
7309 * gdb.base/info-types.exp: Update expected results.
7310
7311 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
7312
7313 * gdb.base/info-types.c: New file.
7314 * gdb.base/info-types.exp: New file.
7315
7316 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
7317
7318 * gdb.arch/riscv-bp-infcall.c: New file.
7319 * gdb.arch/riscv-bp-infcall.exp: New file.
7320
7321 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
7322
7323 PR breakpoints/24541
7324 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
7325
7326 2019-07-14 Tom de Vries <tdevries@suse.de>
7327
7328 PR testsuite/24760
7329 * gdb.objc/basicclass.exp: Fix unterminated string.
7330
7331 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
7332 Andrew Burgess <andrew.burgess@embecosm.com>
7333
7334 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
7335 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
7336 negative bounds.
7337 * gdb.fortran/vla-value.exp: Print elements of an array with
7338 negative bounds.
7339 * gdb.fortran/vla.f90: Setup an array with negative bounds for
7340 testing.
7341
7342 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
7343
7344 * gdb.base/options.exp (expect_string): Dequote strings in
7345 results.
7346 (test-string): Test strings with different quoting and reindent.
7347
7348 2019-07-10 Tom Tromey <tromey@adacore.com>
7349
7350 * gdb.ada/mi_ex_cond.exp: Update expected results.
7351 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
7352 * gdb.ada/mi_catch_ex.exp: Update expected results.
7353 * gdb.ada/mi_catch_assert.exp: Update expected results.
7354 * gdb.ada/catch_ex.exp (catch_exception_info)
7355 (catch_exception_entry, catch_assert_entry)
7356 (catch_unhandled_entry): Update.
7357 * gdb.ada/catch_assert_if.exp: Update expected results.
7358
7359 2019-07-10 Richard Bunt <richard.bunt@arm.com>
7360 Stephen Roberts <stephen.roberts@arm.com>
7361
7362 * gdb.base/define.exp: Restore original prompt.
7363
7364 2019-07-09 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
7367 breakpoints" output.
7368 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
7369 * gdb.python/py-breakpoint.exp: No longer expect that "catch
7370 throw" creates breakpoint.
7371 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
7372 'type="catchpoint"'.
7373
7374 2019-07-09 Pedro Alves <palves@redhat.com>
7375
7376 PR c++/15468
7377 * gdb.cp/except-multi-location-lib.cc: New.
7378 * gdb.cp/except-multi-location-main.cc: New.
7379 * gdb.cp/except-multi-location.exp: New.
7380
7381 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
7382
7383 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
7384 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
7385 argument and update callers.
7386
7387 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7388
7389 * gdb.arch/amd64-break-on-asm-line.S: New file.
7390 * gdb.arch/amd64-break-on-asm-line.exp: New file.
7391
7392 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7393
7394 * gdb.base/printcmds.exp: Test printing C string and
7395 C wide string convenience vars without transiting via the inferior.
7396 Also make test names unique.
7397
7398 2019-07-08 Alan Hayward <alan.hayward@arm.com>
7399
7400 PR breakpoints/25011
7401 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
7402
7403 2019-07-04 Pedro Alves <palves@redhat.com>
7404
7405 * lib/gdb.exp (foreach_with_prefix): Don't return early if
7406 body returned ok(0), break(3) or continue(4).
7407 * gdb.testsuite/foreach_with_prefix.exp: New file.
7408
7409 2019-07-04 Alan Hayward <alan.hayward@arm.com>
7410
7411 * gdb.server/unittest.exp: Allow 0 unit tests to run.
7412
7413 2019-07-03 Pedro Alves <palves@redhat.com>
7414
7415 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
7416 "return -code".
7417
7418 2019-07-03 Pedro Alves <palves@redhat.com>
7419
7420 PR cli/24732
7421 * gdb.base/shell.exp: Load completion-support.exp.
7422 Adjust expected error output. Add completion tests.
7423
7424 2019-07-03 Pedro Alves <palves@redhat.com>
7425
7426 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
7427 string_to_regexp.
7428
7429 2019-07-03 Pedro Alves <palves@redhat.com>
7430
7431 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
7432 (expect_integer): Adjust to expect "-string".
7433 (expect_string): New.
7434 (all_options): Expect "-string".
7435 (test-flag, test-boolean): Adjust to expect "-string".
7436 (test-string): New proc.
7437 (top level): Call it.
7438
7439 2019-07-03 Pedro Alves <palves@redhat.com>
7440
7441 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
7442 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
7443 the expected output in the success.
7444
7445 2019-07-03 Pedro Alves <palves@redhat.com>
7446
7447 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7448 Split one gdb_test_multiple call in two to avoid a race.
7449
7450 2019-07-03 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/with.c: New file.
7453 * gdb.base/with.exp: New file.
7454
7455 2019-07-03 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.base/settings.exp: Replace all references to "maint
7458 test-settings set" with references to "maint set test-settings",
7459 and all references to "maint test-settings show" with references
7460 to "maint show test-settings".
7461
7462 2019-07-03 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/settings.exp (test-string): Adjust expected out when
7465 testing "maint test-settings show filename"
7466
7467 2019-07-02 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.base/options.exp (test-info-threads): New procedure.
7470 (top level): Call it.
7471
7472 2019-06-28 Tom Tromey <tromey@adacore.com>
7473
7474 * gdb.dwarf2/ada-linkage-name.c: New file.
7475 * gdb.dwarf2/ada-linkage-name.exp: New file.
7476
7477 2019-06-27 Tom Tromey <tromey@adacore.com>
7478
7479 PR c++/20020:
7480 * gdb.cp/constexpr-field.exp: Use setup_xfail.
7481
7482 2019-06-26 Tom de Vries <tdevries@suse.de>
7483
7484 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
7485
7486 2019-06-26 Tom de Vries <tdevries@suse.de>
7487
7488 * gdb.base/index-cache.exp: Add back missing debug option.
7489
7490 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7491
7492 * gdb.base/alias.exp: Test non matching/non existing prefixes.
7493
7494 2019-06-25 Tom de Vries <tdevries@suse.de>
7495
7496 PR testsuite/24727
7497 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
7498
7499 2019-06-24 Tom de Vries <tdevries@suse.de>
7500
7501 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
7502
7503 2019-06-24 Tom de Vries <tdevries@suse.de>
7504
7505 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
7506 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
7507 * gdb.trace/unavailable-dwarf-piece.exp: Same.
7508
7509 2019-06-24 Tom de Vries <tdevries@suse.de>
7510
7511 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
7512
7513 2019-06-21 Tom de Vries <tdevries@suse.de>
7514
7515 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
7516
7517 2019-06-21 Tom de Vries <tdevries@suse.de>
7518
7519 PR testsuite/24518
7520 PR ada/24713
7521 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
7522 index.
7523
7524 2019-06-19 Tom Tromey <tromey@adacore.com>
7525
7526 * gdb.ada/length_cond.exp: Add intro comment.
7527
7528 2019-06-19 Tom Tromey <tromey@adacore.com>
7529
7530 * gdb.ada/length_cond.exp: New file.
7531 * gdb.ada/length_cond/length_cond.adb: New file.
7532 * gdb.ada/length_cond/pck.adb: New file.
7533 * gdb.ada/length_cond/pck.ads: New file.
7534
7535 2019-06-18 Tom de Vries <tdevries@suse.de>
7536
7537 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
7538
7539 2019-06-18 Tom Tromey <tromey@adacore.com>
7540
7541 * gdb.base/list0.h: Add comment explaining control character.
7542
7543 2019-06-18 Tom de Vries <tdevries@suse.de>
7544
7545 * boards/fission.exp: Break up long debug_flags line.
7546
7547 2019-06-16 Tom de Vries <tdevries@suse.de>
7548
7549 PR gdb/24445
7550 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
7551 generated index.
7552
7553 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
7554
7555 PR gdb/24686
7556 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
7557 improve detection of bug gdb/24541.
7558
7559 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
7560
7561 PR gdb/24669
7562 * gdb.base/index-cache.exp (uses_readnow,
7563 expecting_index_cache_use): Define global variable.
7564 (test_cache_enabled_miss, test_cache_enabled_hit): Use
7565 expecting_index_cache_use.
7566
7567 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
7568 Andrew Burgess <andrew.burgess@embecosm.com>
7569
7570 * gdb.fortran/pointers.f90: New file.
7571 * gdb.fortran/print_type.exp: New file.
7572 * gdb.fortran/vla-ptype.exp: Adapt expected results.
7573 * gdb.fortran/vla-type.exp: Likewise.
7574 * gdb.fortran/vla-value.exp: Likewise.
7575 * gdb.mi/mi-vla-fortran.exp: Likewise.
7576
7577 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7578
7579 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
7580 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
7581 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
7582 as a stop reason.
7583
7584 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7585
7586 * gdb.base/annota1.exp: Update expected results.
7587 * gdb.cp/annota2.exp: Likewise.
7588 * gdb.cp/annota3.exp: Likewise.
7589
7590 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
7591
7592 * gdb.base/style-logging.exp: Remove path from test name.
7593
7594 2019-06-14 Tom Tromey <tromey@adacore.com>
7595
7596 PR gdb/24502:
7597 * gdb.base/style-logging.exp: New file.
7598
7599 2019-06-14 Tom Tromey <tromey@adacore.com>
7600
7601 * gdb.base/symfile-warn.exp: New file.
7602 * gdb.base/symfile-warn.c: New file.
7603
7604 2019-06-14 Tom Tromey <tromey@adacore.com>
7605
7606 * gdb.base/annotate-symlink.exp: New file.
7607
7608 2019-06-14 Tom Tromey <tromey@adacore.com>
7609
7610 * gdb.ada/set_wstr.exp: Add reassignment test.
7611
7612 2019-06-14 Tom Tromey <tromey@adacore.com>
7613
7614 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
7615 'unchecked_access and 'unrestricted_access as well.
7616
7617 2019-06-14 Tom Tromey <tromey@adacore.com>
7618
7619 PR ada/24539:
7620 * gdb.ada/vla.exp: Update tests.
7621 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
7622 pragma.
7623
7624 2019-06-13 Pedro Alves <palves@redhat.com>
7625
7626 * gdb.base/settings.exp (test-integer): Test junk after
7627 "unlimited".
7628
7629 2019-06-13 Pedro Alves <palves@redhat.com>
7630
7631 * gdb.base/options.exp (test-thread-apply): New.
7632 (top level): Call it.
7633
7634 2019-06-13 Pedro Alves <palves@redhat.com>
7635
7636 * gdb.base/options.exp (test-frame-apply): New.
7637 (top level): Test print commands with different "frame apply"
7638 prefixes.
7639
7640 2019-06-13 Pedro Alves <palves@redhat.com>
7641
7642 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
7643 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
7644 'max_completions' parameter and handle it.
7645 (test_gdb_completion_offers_commands): New.
7646
7647 2019-06-13 Pedro Alves <palves@redhat.com>
7648
7649 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
7650
7651 2019-06-13 Pedro Alves <palves@redhat.com>
7652
7653 * gdb.base/options.exp (test-backtrace): New.
7654 (top level): Call it.
7655
7656 2019-06-13 Pedro Alves <palves@redhat.com>
7657
7658 * gdb.guile/scm-frame-args.exp: Use "set print
7659 raw-frame-arguments" instead of "set print raw frame-arguments".
7660 * gdb.python/py-frame-args.exp: Likewise.
7661
7662 2019-06-13 Pedro Alves <palves@redhat.com>
7663
7664 * gdb.compile/compile.exp: Adjust expected output to option
7665 processing changes.
7666
7667 2019-06-13 Pedro Alves <palves@redhat.com>
7668
7669 * gdb.base/options.exp: Build executable.
7670 (test-print): New procedure.
7671 (top level): Call it, once for "print" and another for "compile
7672 print".
7673
7674 2019-06-13 Pedro Alves <palves@redhat.com>
7675
7676 * gdb.base/options.c: New file.
7677 * gdb.base/options.exp: New file.
7678
7679 2019-06-13 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
7682 that "o" is ambiguous.
7683
7684 2019-06-13 Pedro Alves <palves@redhat.com>
7685
7686 * gdb.base/settings.c: New file.
7687 * gdb.base/settings.exp: New file.
7688
7689 2019-06-13 Pedro Alves <palves@redhat.com>
7690
7691 * gdb.base/completion.exp: Fix comment typo.
7692
7693 2019-06-13 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
7696 foo --1" test.
7697
7698 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
7699
7700 * gdb.fortran/block-data.f: New.
7701 * gdb.fortran/block-data.exp: New.
7702
7703 2019-06-11 Tom de Vries <tdevries@suse.de>
7704
7705 PR testsuite/24521
7706 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
7707 message.
7708
7709 2019-06-11 Tom de Vries <tdevries@suse.de>
7710
7711 PR testsuite/24521
7712 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
7713
7714 2019-06-11 Tom de Vries <tdevries@suse.de>
7715
7716 * boards/readnow.exp: New file.
7717
7718 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
7719
7720 * gdb.fortran/vla-sizeof.exp: Update expected results.
7721
7722 2019-06-06 Amos Bird <amosbird@gmail.com>
7723
7724 * gdb.base/annota1.exp (thread_switch): Add test for
7725 thread-exited annotation.
7726
7727 2019-06-06 Tom Tromey <tromey@adacore.com>
7728
7729 * gdb.base/maint.exp: Expect command started/finished output.
7730
7731 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
7734 comment.
7735 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
7736
7737 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
7738
7739 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
7740 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
7741 * gdb.arch/riscv-unwind-long-insn.c: New file.
7742 * gdb.arch/riscv-unwind-long-insn.exp: New file.
7743
7744 2019-06-04 Christian Biesinger <cbiesinger@google.com>
7745
7746 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
7747
7748 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7749
7750 * lib/gdb.exp (help_list_trailer): New regexp variable
7751 factorizing the help trailer message.
7752 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
7753 arg to allow to better factorize various tests.
7754 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
7755 (test_prefix_command_help): Use help_list_trailer.
7756 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
7757 * gdb.guile/scm-cmd.exp: Likewise.
7758 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
7759 * gdb.base/help.exp: Use test_user_defined_class_help.
7760 * gdb.base/style.exp: Add tests for styling of help and apropos.
7761 * lib/gdb-utils.exp (style): Add title and highlight styles.
7762
7763 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7764
7765 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
7766 $_shell_exitsignal.
7767 * gdb.base/default.exp: Update for new convenience variables.
7768
7769 2019-05-29 Tom Tromey <tromey@adacore.com>
7770
7771 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
7772 to "break complete ada" test case's regexp.
7773
7774 2019-05-29 Tom Tromey <tromey@adacore.com>
7775
7776 PR c++/20020:
7777 * gdb.cp/constexpr-field.exp: New file.
7778 * gdb.cp/constexpr-field.cc: New file.
7779
7780 2019-05-29 Tom Tromey <tromey@adacore.com>
7781
7782 * gdb.base/finish.exp (finish_no_print): New proc.
7783 (finish_tests): Call it.
7784
7785 2019-05-24 Tom de Vries <tdevries@suse.de>
7786
7787 * gdb.dwarf2/gdb-add-index.exp: New file.
7788
7789 2019-05-22 Tom Tromey <tromey@adacore.com>
7790
7791 * gdb.base/info-shared.exp (check_info_shared): Use "style".
7792 * gdb.base/style.exp: Use "style".
7793 * lib/gdb-utils.exp (style): New proc.
7794
7795 2019-05-22 Tom de Vries <tdevries@suse.de>
7796
7797 * gdb.base/align.exp: Require c++11.
7798
7799 2019-05-22 Tom de Vries <tdevries@suse.de>
7800
7801 PR testsuite/24586
7802 * gdb.python/py-mi-var-info-path-expression.exp: Call
7803 mi_skip_python_tests to check if python is supported.
7804
7805 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7806
7807 * gdb.arch/aarch64-pauth.c: New test.
7808 * gdb.arch/aarch64-pauth.exp: New file.
7809
7810 2019-05-22 Alan Hayward <alan.hayward@arm.com>
7811
7812 * README (Re-running Tests Outside The Testsuite): New section.
7813
7814 2019-05-21 Tom de Vries <tdevries@suse.de>
7815
7816 * gdb.arch/amd64-eval.exp: Require c++11.
7817 * gdb.base/max-depth.exp: Same.
7818 * gdb.compile/compile-cplus-array-decay.exp: Same.
7819 * gdb.cp/meth-typedefs.exp: Same.
7820 * gdb.cp/subtypes.exp: Same.
7821 * gdb.cp/temargs.exp: Same.
7822
7823 2019-05-21 Alan Hayward <alan.hayward@arm.com>
7824
7825 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
7826
7827 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
7828
7829 PR gdb/18644
7830 * gdb.fortran/complex.exp: Remove setup_kfail calls.
7831 * gdb.fortran/printing-types.exp: Add new test.
7832 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
7833 testing.
7834 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
7835 setup_kfail call.
7836
7837 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7838
7839 * README (Running the Testsuite): Change example.
7840 (Testsuite Parameters): Remove TRANSCRIPT.
7841 * lib/gdb.exp: Remove TRANSCRIPT check.
7842
7843 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7844
7845 * README (Testsuite Parameters): Add replay logging to
7846 GDBSERVER_DEBUG.
7847 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
7848 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
7849 as a comma separated list.
7850 (gdb_debug_init): Override procedure.
7851
7852 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7853
7854 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
7855 (gdb_write_cmd_file): New procedure.
7856 * lib/gdbserver-support.exp (gdbserver_start): Call
7857 gdbserver_write_cmd_file.
7858 (gdbserver_write_cmd_file): New procedure.
7859
7860 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7861
7862 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
7863 (delete_breakpoints): Likewise.
7864 (gdb_run_cmd): Likewise.
7865 (gdb_start_cmd): Likewise.
7866 (gdb_starti_cmd): Likewise.
7867 (gdb_internal_error_resync): Likewise.
7868 (gdb_test_multiple): Likewise.
7869 (gdb_reinitialize_dir): Likewise.
7870 (default_gdb_exit): Likewise.
7871 (gdb_file_cmd): Mark kill as optional.
7872 (default_gdb_start): Call gdb_stdin_log_init.
7873 (send_gdb): Call gdb_stdin_log_write.
7874 (rerun_to_main): Mark Y as an answer.
7875 (gdb_stdin_log_init): New function.
7876 (gdb_stdin_log_write): Likewise.
7877
7878 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7879
7880 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
7881 * gdb.base/debug-expr.exp: Likewise.
7882 * gdb.base/foll-fork.exp: Likewise.
7883 * gdb.base/foll-vfork.exp: Likewise.
7884 * gdb.base/fork-print-inferior-events.exp: Likewise.
7885 * gdb.base/gdb-sigterm.exp: Likewise.
7886 * gdb.base/gdbinit-history.exp: Likewise.
7887 * gdb.base/osabi.exp: Likewise.
7888 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7889 * gdb.base/ui-redirect.exp: Likewise.
7890 * gdb.gdb/unittest.exp: Likewise.
7891 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
7892 * gdb.mi/mi-watch.exp: Likewise.
7893 * gdb.mi/new-ui-mi-sync.exp: Likewise.
7894 * gdb.mi/user-selected-context-sync.exp: Likewise.
7895 * gdb.python/python.exp: Disable debug test when debugging.
7896 * gdb.threads/check-libthread-db.exp: Disable when debugging.
7897 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
7898 Likewise.
7899 * gdb.threads/stepi-random-signal.exp: Likewise.
7900
7901 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7902
7903 * Makefile.in: Pass through GDB_DEBUG.
7904 * README (Testsuite Parameters): Add GDB_DEBUG.
7905 (gdb,debug): Add board setting.
7906 * lib/gdb.exp (default_gdb_start): Start debugging.
7907 (gdb_debug_enabled): New procedure.
7908 (gdb_debug_init): Likewise.
7909
7910 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7911
7912 * Makefile.in: Pass through GDB_DEBUG.
7913 * README (Testsuite Parameters): Add GDB_DEBUG.
7914 (gdb,debug): Add board setting.
7915 * lib/gdb.exp (default_gdb_start): Start debugging.
7916 (gdb_debug_enabled): New procedure.
7917 (gdb_debug_init): Likewise.
7918
7919 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7920
7921 * gdb.base/ui-redirect.exp: Add debug redirect tests.
7922
7923 2019-05-17 Alan Hayward <alan.hayward@arm.com>
7924
7925 * gdb.base/ui-redirect.exp: Test redirection.
7926
7927 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
7928
7929 * gdb.mi/mi-complete.exp: New file.
7930 * gdb.mi/mi-complete.cc: Likewise.
7931
7932 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
7933
7934 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
7935 indexed and sliced arrays, and pointers to arrays.
7936
7937 2019-05-14 Tom Tromey <tromey@adacore.com>
7938
7939 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
7940 styling test.
7941
7942 2019-05-14 Tom de Vries <tdevries@suse.de>
7943
7944 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
7945 selection entry encoding.
7946
7947 2019-05-10 Tom Tromey <tromey@adacore.com>
7948
7949 * gdb.ada/info_exc.exp: Add "complete" test.
7950
7951 2019-05-09 Tom de Vries <tdevries@suse.de>
7952
7953 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
7954 CU-relative.
7955
7956 2019-05-09 Tom de Vries <tdevries@suse.de>
7957
7958 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
7959 CU-relative.
7960
7961 2019-05-08 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.ada/frame_arg_lang.exp: New testcase.
7964 * gdb.ada/frame_arg_lang/bla.adb: New file.
7965 * gdb.ada/frame_arg_lang/pck.ads: New file.
7966 * gdb.ada/frame_arg_lang/pck.adb: New file.
7967 * gdb.ada/frame_arg_lang/foo.c: New file.
7968
7969 2019-05-08 Tom Tromey <tromey@adacore.com>
7970
7971 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
7972
7973 2019-05-08 Tom Tromey <tromey@adacore.com>
7974
7975 * gdb.base/ptype-offsets.exp: Update tests.
7976
7977 2019-05-08 Tom Tromey <tromey@adacore.com>
7978
7979 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
7980 cases.
7981 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
7982 "short".
7983
7984 2019-05-08 Tom Tromey <tromey@adacore.com>
7985
7986 * gdb.ada/vla.exp: New file.
7987 * gdb.ada/vla/vla.adb: New file.
7988
7989 2019-05-07 Tom de Vries <tdevries@suse.de>
7990
7991 * gdb.base/index-cache.exp (ls_host): Fix return statement.
7992
7993 2019-05-07 Tom de Vries <tdevries@suse.de>
7994
7995 PR testsuite/24522
7996 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
7997 section.
7998
7999 2019-05-07 Tom de Vries <tdevries@suse.de>
8000
8001 PR testsuite/24522
8002 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
8003 .debug_aranges section.
8004
8005 2019-05-07 Tom de Vries <tdevries@suse.de>
8006
8007 PR testsuite/24159
8008 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
8009
8010 2019-05-06 Tom de Vries <tdevries@suse.de>
8011
8012 * lib/gdb.exp (exec_has_index_section): New proc.
8013 * gdb.base/index-cache.exp: Handle case that binfile contains an index
8014 section.
8015
8016 2019-05-04 Tom de Vries <tdevries@suse.de>
8017
8018 * boards/cc-with-debug-names.exp: New file.
8019
8020 2019-05-03 Tom Tromey <tromey@adacore.com>
8021
8022 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
8023 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
8024 * gdb.ada/char_enum.exp: Add test.
8025
8026 2019-05-03 Tom de Vries <tdevries@suse.de>
8027
8028 * boards/cc-with-gdb-index.exp: New file.
8029
8030 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
8031
8032 * gdb.rust/simple.exp: Add new test case.
8033 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
8034 (main): Initialise an instance of the new struct.
8035
8036 2019-05-01 Tom Tromey <tromey@adacore.com>
8037
8038 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
8039 record.
8040 (NPR): New variable.
8041 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
8042 test.
8043
8044 2019-05-01 Tom Tromey <tromey@adacore.com>
8045
8046 * gdb.ada/packed_array_assign.exp: Add packed assignment
8047 regression test.
8048
8049 2019-05-01 Tom de Vries <tdevries@suse.de>
8050
8051 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
8052
8053 2019-05-01 Tom de Vries <tdevries@suse.de>
8054
8055 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
8056
8057 2019-04-30 Ali Tamur <tamur@google.com>
8058
8059 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
8060
8061 2019-04-30 Tom Tromey <tromey@adacore.com>
8062
8063 * lib/ada.exp (find_ada_tool): New proc.
8064 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
8065 * gdb.ada/catch_ex_std.exp: New file.
8066 * gdb.ada/catch_ex_std/foo.adb: New file.
8067 * gdb.ada/catch_ex_std/some_package.adb: New file.
8068 * gdb.ada/catch_ex_std/some_package.ads: New file.
8069
8070 2019-04-30 Tom Tromey <tromey@adacore.com>
8071
8072 PR c++/24470:
8073 * gdb.cp/temargs.cc: Add test code from PR.
8074
8075 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8076
8077 * gdb.fortran/vla-datatypes.exp: Update expected results.
8078 * gdb.fortran/vla-ptype.exp: Likewise.
8079 * gdb.fortran/vla-type.exp: Likewise.
8080 * gdb.fortran/vla-value.exp: Likewise.
8081
8082 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8083
8084 * gdb.fortran/ptr-indentation.exp: Update expected results.
8085 * gdb.fortran/ptype-on-functions.exp: Likewise.
8086 * gdb.fortran/vla-ptr-info.exp: Likewise.
8087 * gdb.fortran/vla-value.exp: Likewise.
8088
8089 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8090
8091 * gdb.fortran/ptype-on-functions.exp: New file.
8092 * gdb.fortran/ptype-on-functions.f90: New file.
8093
8094 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8095
8096 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
8097 case void string.
8098
8099 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8100
8101 * gdb.fortran/complex.exp: Expand.
8102 * gdb.fortran/complex.f: Renamed to...
8103 * gdb.fortran/complex.f90: ...this, and extended to add more
8104 complex values.
8105
8106 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
8107
8108 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
8109 MODULO, CMPLX.
8110
8111 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
8112 Richard Bunt <richard.bunt@arm.com>
8113
8114 * gdb.base/max-depth.c: New file.
8115 * gdb.base/max-depth.exp: New file.
8116 * gdb.python/py-nested-maps.c: New file.
8117 * gdb.python/py-nested-maps.exp: New file.
8118 * gdb.python/py-nested-maps.py: New file.
8119 * gdb.python/py-format-string.exp (test_max_depth): New proc.
8120 (test_all_common): Call test_max_depth.
8121 * gdb.fortran/max-depth.exp: New file.
8122 * gdb.fortran/max-depth.f90: New file.
8123 * gdb.go/max-depth.exp: New file.
8124 * gdb.go/max-depth.go: New file.
8125 * gdb.modula2/max-depth.exp: New file.
8126 * gdb.modula2/max-depth.c: New file.
8127 * lib/gdb.exp (get_print_expr_at_depths): New proc.
8128
8129 2019-04-29 Tom de Vries <tdevries@suse.de>
8130
8131 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
8132
8133 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8134
8135 * gdb.base/callexit.exp: Test may-call-functions off.
8136
8137 2019-04-25 Keith Seitz <keiths@redhat.com>
8138
8139 PR c++/24367
8140 * gdb.cp/meth-typedefs.cc (incomplete_struct)
8141 (another_incomplete_struct, test_incomplete): New definitions.
8142 (main): Use new definitions.
8143 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
8144 functions.
8145
8146 2019-04-25 Ali Tamur <tamur@google.com>
8147
8148 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
8149
8150 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
8151
8152 PR corefiles/11608
8153 PR corefiles/18187
8154 * gdb.base/coredump-filter-build-id.exp: New file.
8155
8156 2019-04-25 Alan Hayward <alan.hayward@arm.com>
8157
8158 * Makefile.in: Pass through GDBSERVER_DEBUG.
8159 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
8160 (gdbserver,debug): Add board setting.
8161 * gdb.trace/tspeed.exp: Skip when debugging.
8162 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
8163 * lib/gdbserver-support.exp: Likewise
8164
8165 2019-04-24 Tom Tromey <tromey@adacore.com>
8166
8167 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
8168 Rust.
8169
8170 2019-04-24 Tom Tromey <tromey@adacore.com>
8171
8172 * gdb.arch/amd64-eval.exp: Test bitfield return.
8173 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
8174 (class Foo) <return_bitfields>: New method.
8175 (main): Call it.
8176
8177 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
8178
8179 * gdb.cp/many-args.cc: New file.
8180 * gdb.cp/many-args.exp: New file.
8181
8182 2019-04-23 Tom de Vries <tdevries@suse.de>
8183
8184 PR gdb/24433
8185 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
8186
8187 2019-04-23 Alan Hayward <alan.hayward@arm.com>
8188
8189 * gdb.trace/backtrace.exp: Use nopie flag.
8190 * gdb.trace/circ.exp: Likewise.
8191 * gdb.trace/collection.exp: Likewise.
8192 * gdb.trace/ftrace.exp: Likewise.
8193 * gdb.trace/mi-trace-unavailable.exp: Likewise.
8194 * gdb.trace/mi-traceframe-changed.exp: Likewise.
8195 * gdb.trace/qtro.exp: Likewise.
8196 * gdb.trace/read-memory.exp: Likewise.
8197 * gdb.trace/report.exp: Likewise.
8198 * gdb.trace/tfile.exp: Likewise.
8199 * gdb.trace/tfind.exp: Likewise.
8200 * gdb.trace/unavailable.exp: Likewise.
8201
8202 2019-04-22 Pedro Alves <palves@redhat.com>
8203
8204 * gdb.base/solib-probes-nosharedlibrary.c,
8205 gdb.base/solib-probes-nosharedlibrary.exp: New files.
8206
8207 2019-04-19 Tom Tromey <tromey@adacore.com>
8208
8209 * gdb.ada/ptype_union.c: New file.
8210 * gdb.ada/ptype_union.exp: New file.
8211
8212 2019-04-19 Tom Tromey <tromey@adacore.com>
8213
8214 PR symtab/24423:
8215 * gdb.base/list0.h (foo): Add a control-l character.
8216
8217 2019-04-18 Tom de Vries <tdevries@suse.de>
8218
8219 PR gdb/24433
8220 * boards/local-board.exp: Set sysroot to "".
8221
8222 2019-04-18 Tom de Vries <tdevries@suse.de>
8223 Pedro Alves <palves@redhat.com>
8224
8225 PR gdb/24454
8226 * gdb.threads/vfork-follow-child-exec.c: New file.
8227 * gdb.threads/vfork-follow-child-exec.exp: New file.
8228 * gdb.threads/vfork-follow-child-exit.c: New file.
8229 * gdb.threads/vfork-follow-child-exit.exp: New file.
8230
8231 2019-04-15 Leszek Swirski <leszeks@google.com>
8232
8233 * gdb.arch/amd64-eval.cc: New file.
8234 * gdb.arch/amd64-eval.exp: New file.
8235
8236 2019-04-11 Alan Hayward <alan.hayward@arm.com>
8237
8238 * gdb.server/sysroot.c: New test.
8239 * gdb.server/sysroot.exp: New file.
8240 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
8241 matching param.
8242
8243 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
8244
8245 * gdb.base/align.exp: Extend test to cover structures containing
8246 only static fields.
8247
8248 2019-04-11 Tom de Vries <tdevries@suse.de>
8249
8250 * boards/cc-with-dwz-m.exp: New file.
8251 * boards/cc-with-dwz.exp: New file.
8252 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
8253
8254 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
8255
8256 * gdb.base/start-cpp.exp: New file.
8257 * gdb.base/start-cpp.cc: New file.
8258
8259 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8260
8261 * gdb.python/py-thrhandle.exp: Adjust tests to call
8262 thread_from_handle instead of thread_from_thread_handle.
8263
8264 2019-04-08 Kevin Buettner <kevinb@redhat.com>
8265
8266 * gdb.python/py-thrhandle.exp: Add tests for
8267 gdb.InferiorThread.handle.
8268
8269 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8270
8271 * gdb.python/py-function.exp: Check calling helper function from
8272 all languages.
8273 * lib/gdb.exp (gdb_supported_languages): New proc.
8274
8275 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8276
8277 * gdb.base/complex-parts.c: New file.
8278 * gdb.base/complex-parts.exp: New file.
8279
8280 2019-04-01 Tom Tromey <tromey@adacore.com>
8281
8282 PR symtab/23331:
8283 * gdb.dwarf2/dw2-ranges-main.c: New file.
8284 * gdb.dwarf2/dw2-ranges-psym.c: New file.
8285 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
8286
8287 2019-03-30 Simon Marchi <simark@simark.ca>
8288
8289 * gdb.base/default.exp: Add values for $_gdb_major and
8290 $_gdb_minor.
8291
8292 2019-03-29 Tom Tromey <tromey@adacore.com>
8293
8294 * gdb.base/help.exp: Tighten apropos regexp.
8295
8296 2019-03-29 Keith Seitz <keiths@redhat.com>
8297
8298 * gdb.fortran/array-bounds.exp: New file.
8299 * gdb.fortran/array-bounds.f90: New file.
8300
8301 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8302
8303 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
8304
8305 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8306
8307 * gdb.multi/hello.c (main): Increase alarm timer.
8308
8309 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
8310
8311 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
8312 factor when no hardware watchpoint support.
8313
8314 2019-03-28 Alan Hayward <alan.hayward@arm.com>
8315 Pedro Alves <palves@redhat.com>
8316
8317 * boards/local-board.exp: set sysroot to /.
8318
8319 2019-03-27 Alan Hayward <alan.hayward@arm.com>
8320
8321 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
8322 in child.
8323
8324 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8325
8326 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
8327 field.
8328 (make_container): Initialise new field.
8329 * gdb.python/py-prettyprint.exp: Add new tests.
8330 * gdb.python/py-prettyprint.py (class ContainerPrinter)
8331 <display_hint>: New method.
8332
8333 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8334
8335 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
8336 gdb_continue_to_breakpoint more throughout this test.
8337 (run_lang_tests) Supply unique test names, and use
8338 gdb_test_no_output.
8339
8340 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
8341
8342 * gdb.base/finish-pretty.exp: Update expected results.
8343 * gdb.base/pretty-print.c: New file.
8344 * gdb.base/pretty-print.exp: New file.
8345
8346 2019-03-25 Pedro Alves <palves@redhat.com>
8347
8348 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
8349 move comments outside list. Append '-i "" eof' section.
8350
8351 2019-03-22 Alan Hayward <alan.hayward@arm.com>
8352
8353 PR testsuite/25016
8354 * README: Add pie options.
8355 * gdb.base/break-interp.exp: Ensure pie is disabled.
8356 * gdb.base/dump.exp: Likewise.
8357 * lib/gdb.exp (gdb_compile): Add pie option.
8358
8359 2019-03-19 Tom Tromey <tromey@adacore.com>
8360
8361 * gdb.mi/mi2-cli-display.c: New file.
8362 * gdb.mi/mi2-cli-display.exp: New file.
8363
8364 2019-03-18 Joel Brobecker <brobecker@adacore.com>
8365 Tom Tromey <tromey@adacore.com>
8366
8367 * gdb.ada/ptype_array/pck.adb: New file.
8368 * gdb.ada/ptype_array/pck.ads: New file.
8369 * gdb.ada/ptype_array/foo.adb: New file.
8370 * gdb.ada/ptype_array.exp: New file.
8371
8372 2019-03-14 Tom Tromey <tromey@adacore.com>
8373
8374 * gdb.base/style.exp: Add "set style sources" test.
8375
8376 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
8377
8378 * mi-breakpoint-location-ena-dis.exp: Rename to ...
8379 * mi-breakpoint-multiple-locations.exp: ... this.
8380 (make_breakpoints_pattern): New proc.
8381 (do_test): Add mi_version parameter, test -break-insert,
8382 -break-info and =breakpoint-created.
8383
8384 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
8385
8386 * config/default.exp: Remove 'load_lib gdb.exp'.
8387 * config/monitor.exp: Likewise.
8388 * config/sid.exp: Likewise.
8389 * config/sim.exp: Likewise.
8390 * config/slite.exp: Likewise.
8391 * config/unix.exp: Likewise.
8392 * gdb.base/default.exp: Remove unhelpful comment.
8393
8394 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8395
8396 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
8397
8398 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8399
8400 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
8401
8402 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8403
8404 * gdb.fortran/type-kinds.exp: Update expected results.
8405
8406 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8407
8408 * gdb.fortran/type-kinds.exp: Test new integer type kind.
8409
8410 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8411
8412 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
8413 function.
8414 (test_basic_parsing_of_type_kinds): Expand types tested.
8415 (test_parsing_invalid_type_kinds): New function.
8416
8417 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8418
8419 * gdb.fortran/intrinsics.exp: New file.
8420 * gdb.fortran/intrinsics.f90: New file.
8421 * gdb.fortran/type-kinds.exp: New file.
8422
8423 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8424
8425 * gdb.fortran/dot-ops.exp: New file.
8426
8427 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8428
8429 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
8430 Check upper and lower case logical literals.
8431
8432 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8433
8434 * gdb.fortran/types.exp (test_float_literal_types_accepted):
8435 Remove duplicate tests.
8436
8437 2019-03-06 Alan Hayward <alan.hayward@arm.com>
8438
8439 * lib/gdb.exp (builtin_cd): rename of cd.
8440 (cd): Override builtin.
8441
8442 2019-03-06 Richard Bunt <richard.bunt@arm.com>
8443
8444 * gdb.fortran/function-calls.exp: New file.
8445 * gdb.fortran/function-calls.f90: New test.
8446
8447 2019-03-04 Richard Bunt <richard.bunt@arm.com>
8448
8449 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
8450 on user program standard output.
8451 * gdb.fortran/short-circuit-argument-list.f90: Record function
8452 calls.
8453
8454 2019-02-28 Alan Hayward <alan.hayward@arm.com>
8455
8456 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
8457 failure.
8458
8459 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8460
8461 PR gdb/8527
8462 * gdb.base/interrupt-daemon-attach.c,
8463 gdb.base/interrupt-daemon-attach.exp: New test.
8464
8465 2019-02-27 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/page.exp: Add tests for "set width/height -1".
8468
8469 2019-02-27 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/page.exp: Add tests for "set/show width/height" with
8472 "infinite" values.
8473
8474 2019-02-27 Tom Tromey <tromey@adacore.com>
8475
8476 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
8477 2.4.
8478 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
8479 workaround.
8480
8481 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
8482
8483 * gdb.base/align.exp: Extend to compile in both C and C++, and add
8484 tests for structs with static members.
8485
8486 2019-02-26 Tom Tromey <tromey@adacore.com>
8487
8488 * gdb.python/py-value.exp (test_value_from_buffer): Check for
8489 ValueError, not TypeError.
8490
8491 2019-02-26 Kevin Buettner <kevinb@redhat.com>
8492
8493 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
8494 call from main program.
8495
8496 2019-02-23 Joel Brobecker <brobecker@adacore.com>
8497
8498 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
8499 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
8500 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
8501 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
8502 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
8503
8504 2019-02-22 Keith Seitz <keiths@redhat.com>
8505
8506 PR symtab/23853
8507 * gdb.base/symlink-sourcefile.c: New file.
8508 * gdb.base/symlink-sourcefile.exp: New file.
8509
8510 2019-02-20 Tom Tromey <tom@tromey.com>
8511
8512 * gdb.base/info_qt.exp: Update.
8513
8514 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
8515
8516 * gdb.base/source.exp: Move "error in sourced script" code to
8517 the end.
8518 * gdb.base/source-error.gdb: Move contents to
8519 source-error-1.gdb. Add new code to source source-error-1.gdb.
8520 * gdb.base/source-error-1.gdb: New file, from previous
8521 source-error.gdb.
8522
8523 2019-02-17 Tom Tromey <tom@tromey.com>
8524
8525 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
8526 for macro styling.
8527 * gdb.base/style.c (SOME_MACRO): New macro.
8528
8529 2019-02-17 Tom Tromey <tom@tromey.com>
8530
8531 * gdb.base/style.exp: Add line-wrapping tests.
8532 * gdb.base/page.exp: Add test for quitting during pagination.
8533
8534 2019-02-17 Joel Brobecker <brobecker@adacore.com>
8535
8536 * gdb.ada/big_packed_array: New testcase.
8537 * gdb.ada/homonym.exp: Fix incorrect expected output for
8538 "break <homonym__get_value>" test.
8539
8540 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
8541
8542 PR breakpoints/21870
8543 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
8544 and prepare_for_testing. Add comment.
8545 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
8546 redundant cleanup call. Clean up comment.
8547
8548 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
8549
8550 PR breakpoints/21870
8551 * gdb.arch/aarch64-dbreg-contents.exp: New file.
8552 * gdb.arch/aarch64-dbreg-contents.c: New file.
8553
8554 2019-02-10 Joel Brobecker <brobecker@adacore.com>
8555
8556 * gdb.ada/mi_ref_changeable: New testcase.
8557
8558 2019-02-07 Alan Hayward <alan.hayward@arm.com>
8559
8560 * gdb.base/attach.exp: Add double attach test.
8561
8562 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
8563
8564 * lib/gdb.exp (default_gdb_start): Don't match pagination
8565 prompt.
8566 (gdb_init): Set stty_init.
8567
8568 2019-01-27 Tom Tromey <tom@tromey.com>
8569
8570 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
8571 skip_python_tests.
8572
8573 2019-01-24 Alan Hayward <alan.hayward@arm.com>
8574
8575 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
8576 New structure.
8577 (struct struct_static_02_02): Likewise.
8578 (struct struct_static_02_03): Likewise.
8579 (struct struct_static_02_04): Likewise.
8580 (struct struct_static_04_01): Likewise.
8581 (struct struct_static_04_02): Likewise.
8582 (struct struct_static_04_03): Likewise.
8583 (struct struct_static_04_04): Likewise.
8584 (struct struct_static_06_01): Likewise.
8585 (struct struct_static_06_02): Likewise.
8586 (struct struct_static_06_03): Likewise.
8587 (struct struct_static_06_04): Likewise.
8588 (cmp_struct_static_02_01): Likewise.
8589 (cmp_struct_static_02_02): Likewise.
8590 (cmp_struct_static_02_03): Likewise.
8591 (cmp_struct_static_02_04): Likewise.
8592 (cmp_struct_static_04_01): Likewise.
8593 (cmp_struct_static_04_02): Likewise.
8594 (cmp_struct_static_04_03): Likewise.
8595 (cmp_struct_static_04_04): Likewise.
8596 (cmp_struct_static_06_01): Likewise.
8597 (cmp_struct_static_06_02): Likewise.
8598 (cmp_struct_static_06_03): Likewise.
8599 (cmp_struct_static_06_04): Likewise.
8600 (call_all): Test new structs.
8601 * gdb.base/infcall-nested-structs.exp: Likewise.
8602
8603 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8604 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
8605
8606 2019-01-21 Alan Hayward <alan.hayward@arm.com>
8607 * gdb.base/stack-protector.c: New test.
8608 * gdb.base/stack-protector.exp: New file.
8609 * gdb.cp/ovldbreak.exp: Only allow a single break line.
8610 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
8611 option.
8612 (gdb_compile): Remove stack protector for GCC and prevent
8613 recursion.
8614
8615 2019-01-16 Keith Seitz <keiths@redhat.com>
8616
8617 PR gdb/23773
8618 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
8619
8620 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8621
8622 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
8623 aliases.
8624 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
8625 tests.
8626 * gdb.arch/powerpc-vector-regs.c: New file.
8627 * gdb.arch/powerpc-vector-regs.exp: New file.
8628
8629 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8630
8631 * gdb.arch/altivec-regs.exp: Fix the list passed to
8632 gdb_expect_list when testing "info vector".
8633
8634 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8635
8636 * gdb.base/style.exp: Don't include path in testname.
8637
8638 2019-01-10 Keith Seitz <keiths@redhat.com>
8639
8640 PR gdb/23712
8641 PR symtab/23010
8642 * gdb.dwarf2/multidictionary.exp: New file.
8643
8644 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
8645
8646 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
8647 (test_gnuv3_style_demangling): ... this.
8648 (test_lucid_style_demangling): Remove.
8649 (test_arm_style_demangling): Remove.
8650 (test_hp_style_demangling): Remove.
8651 (do_tests): Remove calls to the above.
8652
8653 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
8654
8655 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
8656 case.
8657
8658 2019-01-06 Tom Tromey <tom@tromey.com>
8659
8660 PR gdb/28155:
8661 * gdb.dwarf2/typedef-void-finish.exp: New file.
8662
8663 2018-12-28 Tom Tromey <tom@tromey.com>
8664 Simon Marchi <simark@simark.ca>
8665
8666 * gdb.base/jit-exec.exp: New file.
8667 * gdb.base/jit-exec.c: New file.
8668 * gdb.base/jit-execd.c: New file.
8669
8670 2018-12-28 Tom Tromey <tom@tromey.com>
8671
8672 * gdb.base/style.exp: Update test to check for address styling.
8673
8674 2018-12-28 Tom Tromey <tom@tromey.com>
8675
8676 * gdb.base/style.exp: Add test for styling of "Reading symbols"
8677 message.
8678
8679 2018-12-28 Tom Tromey <tom@tromey.com>
8680
8681 * gdb.base/style.exp: Add test for version number styling.
8682
8683 2018-12-28 Tom Tromey <tom@tromey.com>
8684
8685 * gdb.base/style.exp: Add test for print_address_symbolic.
8686
8687 2018-12-28 Tom Tromey <tom@tromey.com>
8688
8689 * gdb.base/style.exp: Add test for breakpoint setting.
8690
8691 2018-12-28 Tom Tromey <tom@tromey.com>
8692
8693 * gdb.base/style.exp: Add test for variable names.
8694
8695 2018-12-28 Tom Tromey <tom@tromey.com>
8696
8697 * gdb.base/style.exp: New file.
8698 * gdb.base/style.c: New file.
8699
8700 2018-12-28 Tom Tromey <tom@tromey.com>
8701
8702 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
8703 "dumb".
8704 * gdb.base/readline.exp (operate_and_get_next): Save and restore
8705 the TERM environment variable.
8706
8707 2018-12-27 Tom Tromey <tom@tromey.com>
8708
8709 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
8710 pagination test.
8711
8712 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
8713
8714 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
8715 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
8716
8717 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8718
8719 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
8720 Filename a.adb changed to bp_fun_addr.adb.
8721 gdb.ada/bp_fun_addr.exp: Update test accordingly.
8722
8723 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8724
8725 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
8726 non-PIE executables.
8727 * README: Mention the gdb,nopie_flag board setting.
8728 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
8729 non-PIE executable.
8730 * gdb.arch/amd64-entry-value.exp: Likewise.
8731 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
8732 * gdb.arch/i386-float.exp: Likewise.
8733 * gdb.arch/i386-signal.exp: Likewise.
8734 * gdb.mi/mi-reg-undefined.exp: Likewise.
8735
8736 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
8737
8738 PR gdb/23974
8739 * gdb.base/info-os.exp: Check return for unknown "info os" type.
8740
8741 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8742
8743 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
8744 Update order of results accordingly.
8745
8746 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
8747
8748 * gdb.base/annota1.exp: Update a test regexp.
8749
8750 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8751
8752 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8753
8754 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8755
8756 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
8757 (reuse_time): Initialize to REUSE_TIME_CAP.
8758 (check_rc): New function.
8759 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
8760 Check pthread_create rc.
8761 (spawner_thread_func): Check pthread_create and pthread_join rc.
8762
8763 2018-12-08 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.base/list.exp (test_forward_search): Rename to ...
8766 (test_forward_reverse_search): ... this. Also test reverse-search
8767 and the forward-search alias.
8768
8769 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
8770
8771 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
8772 local timeout variable before return, and remove all local timeout
8773 variable entirely.
8774 (gdb_load): Likewise.
8775
8776 2018-12-01 Tom de Vries <tdevries@suse.de>
8777
8778 * gdb.base/gdb-caching-proc.exp: New file.
8779
8780 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
8781
8782 * Makefile.in (TIMESTAMP): New variable.
8783 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
8784 command.
8785 (check-single-racy): Likewise.
8786 (check/%.exp): Likewise.
8787 (check-racy/%.exp): Likewise.
8788 (workers/%.worker): Likewise.
8789 (build-perf): Likewise.
8790 (check-perf): Likewise.
8791 * README: Describe new "TS" and "TS_FORMAT" variables.
8792 * print-ts.py: New file.
8793
8794 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
8795
8796 PR python/23714
8797 * gdb.python/python.exp: Test command repetition after
8798 gdb.execute.
8799
8800 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
8801
8802 * gdb.opt/inline-break.exp: Add test that info breakpoint output
8803 is correctly aligned.
8804
8805 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8806
8807 * gdb.ada/info_auto_lang.exp: New testcase.
8808 * gdb.ada/info_auto_lang/global_pack.ads: New file.
8809 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
8810 * gdb.ada/info_auto_lang/some_c.c: New file.
8811
8812 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8813
8814 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
8815 FUNC_lang language syntax.
8816
8817 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8818
8819 * gdb.base/info_minsym.c: New file.
8820 * gdb.base/info_minsym.exp: New file.
8821
8822 2018-11-19 Tom Tromey <tom@tromey.com>
8823
8824 PR rust/23625:
8825 * gdb.rust/simple.exp: Add ptype test. Update expected output.
8826 * gdb.rust/expr.exp: Update expected output. Change one test.
8827
8828 2018-11-19 Tom Tromey <tom@tromey.com>
8829
8830 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
8831
8832 2018-11-19 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
8835 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
8836 see the expected warning.
8837
8838 2018-11-16 Alan Hayward <alan.hayward@arm.com>
8839
8840 PR gdb/22736:
8841 * gdb.cp/infcall-nodebug-lib.c: New test.
8842 * gdb.cp/infcall-nodebug-main.c: New test.
8843 * gdb.cp/infcall-nodebug.exp: New file.
8844
8845 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
8846
8847 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
8848 completer tests.
8849
8850 2018-11-09 Tom de Vries <tdevries@suse.de>
8851
8852 * gdb.base/msym-lang.c: New test.
8853 * gdb.base/msym-lang.exp: New file.
8854 * gdb.base/msym-lang-main.c: New test.
8855
8856 2018-11-08 Tom Tromey <tom@tromey.com>
8857
8858 PR gdb/23555:
8859 PR gdb/23838:
8860 * gdb.base/warning.exp: New file.
8861
8862 2018-11-08 Jan Beulich <jbeulich@suse.com>
8863
8864 * testsuite/gdb.arch/i386-avx512.c,
8865 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
8866
8867 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
8868
8869 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
8870 point hardware.
8871
8872 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
8873
8874 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
8875 * gdb.dwarf2/missing-type-name.exp: New file.
8876
8877 2018-11-06 Tom de Vries <tdevries@suse.de>
8878
8879 * gdb.base/many-headers.c: New test.
8880 * gdb.base/many-headers.exp: New file.
8881
8882 2018-11-06 Jim Wilson <jimw@sifive.com>
8883
8884 * gdb.base/code_elim.exp: For riscv, set additional_flags
8885 to include -msmall-data-limit=0.
8886
8887 2018-11-01 Joel Brobecker <brobecker@adacore.com>
8888
8889 * gdb.ada/watch_minus_l: New testcase.
8890
8891 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
8892
8893 * gdb.arch/aix-sighandle.c: New file.
8894 * gdb.arch/aix-sighandle.exp: New file.
8895
8896 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8897
8898 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
8899 registers being unions.
8900
8901 2018-10-31 Tom de Vries <tdevries@suse.de>
8902
8903 * lib/valgrind.exp: New file.
8904 (vgdb_start, vgdb_stop): New procs, factored out of ...
8905 * gdb.base/valgrind-bt.exp: ... here, ...
8906 * gdb.base/valgrind-disp-step.exp: ... here and ...
8907 * gdb.base/valgrind-infcall.exp: ... here.
8908
8909 2018-10-31 Tom de Vries <tdevries@suse.de>
8910
8911 * lib/gdb.exp (get_valueof): Don't output read value in test name.
8912
8913 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
8914
8915 * gdb.dwarf2/void-type.c: New file.
8916 * gdb.dwarf2/void-type.exp: New file.
8917
8918 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8919
8920 * gdb.base/info_qt.c: New file.
8921 * gdb.base/info_qt.exp: New file.
8922
8923 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8924
8925 * gdb.arch/powerpc-htm-regs.c: New file.
8926 * gdb.arch/powerpc-htm-regs.exp: New file.
8927
8928 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8929
8930 * gdb.arch/powerpc-tar.c: New file.
8931 * gdb.arch/powerpc-tar.exp: New file.
8932
8933 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
8934
8935 * gdb.arch/powerpc-ppr-dscr.c: New file.
8936 * gdb.arch/powerpc-ppr-dscr.exp: New file.
8937
8938 2018-10-25 Tom de Vries <tdevries@suse.de>
8939
8940 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
8941
8942 2018-10-24 Tom de Vries <tdevries@suse.de>
8943
8944 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
8945 longer exists error.
8946
8947 2018-10-24 Tom de Vries <tdevries@suse.de>
8948
8949 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
8950
8951 2018-10-24 Tom de Vries <tdevries@suse.de>
8952
8953 * gdb.base/valgrind-db-attach.exp: Handle removed support for
8954 --db-attach in valgrind.
8955
8956 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
8957
8958 * gdb.arch/riscv-reg-aliases.c: New file.
8959 * gdb.arch/riscv-reg-aliases.exp: New file.
8960
8961 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8962
8963 * gdb.python/py-cmd.exp: Check for gdb_prompt.
8964
8965 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8966
8967 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8968
8969 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8970
8971 * gdb.cp/ovldbreak.exp: Fix regexps.
8972
8973 2018-10-19 Alan Hayward <alan.hayward@arm.com>
8974
8975 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
8976
8977 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
8978
8979 PR cli/23785
8980 * gdb.base/restore.exp: New test to check if "restore" with an
8981 invalid file doesn't segfault.
8982
8983 2018-10-18 Tom de Vries <tdevries@suse.de>
8984
8985 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
8986 * gdb.ada/excep_handle.exp: Same.
8987 * gdb.ada/mi_string_access.exp: Same.
8988 * gdb.ada/mi_var_union.exp: Same.
8989 * gdb.arch/arc-analyze-prologue.exp: Same.
8990 * gdb.arch/arc-decode-insn.exp: Same.
8991 * gdb.base/readnever.exp: Same.
8992 * gdb.fortran/printing-types.exp: Same.
8993 * gdb.guile/scm-lazy-string.exp: Same.
8994
8995 2018-10-16 Tom de Vries <tdevries@suse.de>
8996
8997 PR gdb/23730
8998 * gdb.base/catch-follow-exec.c: Add copyright notice.
8999 * gdb.base/catch-follow-exec.exp: Rewrite to use
9000 gdb_spawn_with_cmdline_opts. Require gdb-native.
9001
9002 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
9003
9004 * gdb.trace/actions-changed.exp: Check for arch support.
9005 * gdb.trace/actions.exp: Likewise.
9006 * gdb.trace/ax.exp: Likewise.
9007 * gdb.trace/backtrace.exp: Likewise.
9008 * gdb.trace/change-loc.exp: Likewise.
9009 * gdb.trace/deltrace.exp: Likewise.
9010 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
9011 * gdb.trace/ftrace.exp: Likewise.
9012 * gdb.trace/infotrace.exp: Check for arch support.
9013 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
9014 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
9015 * gdb.trace/mi-tsv-changed.exp: Likewise.
9016 * gdb.trace/packetlen.exp: Likewise.
9017 * gdb.trace/passc-dyn.exp: Likewise.
9018 * gdb.trace/passcount.exp: Likewise.
9019 * gdb.trace/pending.exp: Likewise.
9020 * gdb.trace/range-stepping.exp: Check for shlib support.
9021 * gdb.trace/report.exp: Check for arch support.
9022 * gdb.trace/save-trace.exp: Likewise.
9023 * gdb.trace/signal.exp: Check for signal support.
9024 * gdb.trace/tfind.exp: Check for arch support.
9025 * gdb.trace/trace-break.exp: Check for arch and shlib support.
9026 * gdb.trace/trace-common.h: Add comment.
9027 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
9028 * gdb.trace/trace-enable-disable.exp: Likewise.
9029 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
9030 * gdb.trace/tracecmd.exp: Check for arch support.
9031 * gdb.trace/tspeed.exp: Check for shlib and target support.
9032 * gdb.trace/tstatus.exp: Check for arch support.
9033 * gdb.trace/tsv.exp: Likewise.
9034 * gdb.trace/while-dyn.exp: Likewise.
9035 * gdb.trace/while-stepping.exp: Likewise.
9036 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
9037
9038 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
9039
9040 * gdb.trace/tspeed.exp: Remove nowarnings.
9041 (prepare_for_trace_test): Declare "global ipalib".
9042 * gdb.trace/tspeed.c: Include unistd.h.
9043 (main): Remove superfluous printf argument.
9044
9045 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
9046
9047 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
9048 directory prefix on the filename.
9049
9050 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
9051
9052 * gdb.gdb/unittest.exp: Update expected message informing that
9053 selftests have been disabled.
9054 * gdb.server/unittest.exp: Likewise.
9055
9056 2018-10-09 Tom de Vries <tdevries@suse.de>
9057
9058 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
9059 with runto_main.
9060
9061 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
9062
9063 PR c++/16841
9064 * gdb.cp/virtbase2.cc: New file.
9065 * gdb.cp/virtbase2.exp: New file.
9066
9067 2018-10-06 Tom Tromey <tom@tromey.com>
9068
9069 PR python/19399:
9070 * gdb.python/py-inferior.exp: Add architecture test.
9071
9072 2018-10-06 Tom Tromey <tom@tromey.com>
9073
9074 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
9075 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
9076
9077 2018-10-06 Tom Tromey <tom@tromey.com>
9078
9079 * gdb.python/py-breakpoint.exp (check_last_event): Check location
9080 of a "throw" catchpoint.
9081
9082 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
9083
9084 * gdb.base/info-proc.exp: Update string expected from "help info
9085 proc".
9086
9087 2018-10-04 Tom Tromey <tom@tromey.com>
9088
9089 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
9090 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
9091 (test_initial_complaints, test_empty_complaints): Update.
9092 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9093
9094 2018-10-04 Tom Tromey <tom@tromey.com>
9095
9096 PR cli/19551:
9097 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
9098 * lib/gdb.exp (gdb_file_cmd): Update.
9099 * gdb.stabs/weird.exp (print_weird_var): Update.
9100 * gdb.server/solib-list.exp: Update.
9101 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
9102 * gdb.mi/mi-cli.exp: Update.
9103 * gdb.linespec/linespec.exp: Update.
9104 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
9105 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
9106 * gdb.cp/cp-relocate.exp: Update.
9107 * gdb.base/sym-file.exp: Update.
9108 * gdb.base/relocate.exp: Update.
9109 * gdb.base/readnever.exp: Update.
9110 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9111 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
9112 * gdb.base/dbx.exp (gdb_file_cmd): Update.
9113 * gdb.base/code_elim.exp: Update.
9114 * gdb.base/break-unload-file.exp (test_break): Update.
9115 * gdb.base/break-interp.exp (test_attach_gdb): Update.
9116 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
9117 Update.
9118 * gdb.base/attach.exp (do_attach_tests): Update.
9119 * gdb.base/sepdebug.exp: Update.
9120 * gdb.python/py-section-script.exp: Update.
9121
9122 2018-10-04 Tom Tromey <tom@tromey.com>
9123
9124 PR cli/22234:
9125 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
9126 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
9127 output.
9128
9129 2018-10-04 Tom Tromey <tom@tromey.com>
9130
9131 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
9132 set width and height to 0.
9133 (test_command_line_attach_run): Use -quiet.
9134
9135 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
9136
9137 * lib/gdb.exp (skip_ifunc_tests): New.
9138 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
9139 other compile failures.
9140 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
9141
9142 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
9143
9144 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
9145 is_amd64_regs_target.
9146
9147 2018-10-01 Alan Hayward <alan.hayward@arm.com>
9148
9149 * gdb.arch/aarch64-sighandler-regs.c: New test.
9150 * gdb.arch/aarch64-sighandler-regs.exp: New file.
9151 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
9152
9153 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
9154
9155 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
9156 assembly.
9157
9158 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
9159
9160 * gdb.base/frame-selection.exp: New file.
9161 * gdb.base/frame-selection.c: New file.
9162
9163 2018-09-27 Alan Hayward <alan.hayward@arm.com>
9164
9165 * gdb.threads/check-libthread-db.c (thread_routine): Use a
9166 pthread barrier.
9167 (main): Likewise.
9168
9169 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
9170
9171 * gdb.base/large-frame-1.c: New file.
9172 * gdb.base/large-frame-2.c: New file.
9173 * gdb.base/large-frame.exp: New file.
9174 * gdb.base/large-frame.h: New file.
9175
9176 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9177
9178 PR gdb/20948
9179 * gdb.base/write_mem.exp: New test.
9180 * gdb.base/write_mem.c: Likewise.
9181
9182 2018-09-23 Tom Tromey <tom@tromey.com>
9183
9184 PR python/18852:
9185 * gdb.python/py-parameter.exp: Add test for parameter that throws
9186 on "set".
9187
9188 2018-09-23 Tom Tromey <tom@tromey.com>
9189
9190 PR python/17284:
9191 * gdb.python/py-template.exp (test_template_arg): Add test for
9192 negative template argument number.
9193
9194 2018-09-23 Tom Tromey <tom@tromey.com>
9195
9196 PR python/14062:
9197 * gdb.python/python.exp: Add test for post_event error.
9198
9199 2018-09-23 Tom Tromey <tom@tromey.com>
9200
9201 PR python/18170:
9202 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
9203 convert pointers to int and long.
9204
9205 2018-09-23 Tom Tromey <tom@tromey.com>
9206
9207 PR python/20126:
9208 * gdb.python/py-value.exp (test_value_numeric_ops): Add
9209 signed-ness conversion tests.
9210
9211 2018-09-23 Tom Tromey <tom@tromey.com>
9212
9213 PR python/18352;
9214 * gdb.python/py-value.exp (test_float_conversion): New proc.
9215 Use it.
9216
9217 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
9218
9219 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
9220
9221 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
9222
9223 * gdb.base/complete-empty.exp: Skip tab-completion tests if
9224 no readline.
9225 * gdb.base/utf8-identifiers.exp: Likewise.
9226 * gdb.cp/cpcompletion.exp: Likewise.
9227 * gdb.linespec/cpcompletion.exp: Likewise.
9228 * gdb.linespec/cpls-abi-tag.exp: Likewise.
9229 * gdb.linespec/cpls-ops.exp: Likewise.
9230
9231 2018-09-19 Richard Bunt <richard.bunt@arm.com>
9232 Chris January <chris.january@arm.com>
9233
9234 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
9235 * gdb.fortran/short-circuit-argument-list.exp: New file.
9236 * gdb.fortran/short-circuit-argument-list.f90: New test.
9237
9238 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9239
9240 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
9241 "arch=" keyword when executing "-stack-list-frames".
9242
9243 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9244
9245 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
9246 "arch=" keyword when executing "-stack-list-frames".
9247
9248 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
9249
9250 * gdb.ada/complete.exp: Expect for "@" when doing "complete
9251 break ada".
9252
9253 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
9254
9255 PR python/23669
9256 * gdb.python/python.exp: Test gdb.execute("show commands").
9257
9258 2018-09-16 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.base/new-ui.exp (do_execution_tests): Update.
9261 * gdb.base/dbx.exp (test_breakpoints): Update.
9262
9263 2018-09-14 Alan Hayward <alan.hayward@arm.com>
9264
9265 * lib/gdb.exp (gdb_simple_compile): Add proc.
9266 (is_elf_target): Use gdb_simple_compile.
9267 (skip_altivec_tests): Likewise.
9268 (skip_vsx_tests): Likewise.
9269 (skip_tsx_tests): Likewise.
9270 (skip_btrace_tests): Likewise.
9271 (skip_btrace_pt_tests): Likewise.
9272 (gdb_can_simple_compile): Likewise.
9273 (gdb_has_argv0): Likewise.
9274 (gdb_target_symbol_prefix): Likewise.
9275 (target_supports_scheduler_locking): Likewise.
9276
9277 2018-09-13 Tom Tromey <tom@tromey.com>
9278
9279 * Makefile.in (TAGS): Recognize proc_with_prefix and
9280 gdb_caching_proc.
9281
9282 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9283
9284 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
9285 method.
9286
9287 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9288
9289 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
9290 and a few other Inferior properties when the Inferior is no
9291 longer valid.
9292
9293 2018-09-13 Tom Tromey <tom@tromey.com>
9294
9295 PR rust/23650:
9296 * gdb.rust/simple.exp: Add test for enum field access error.
9297
9298 2018-09-13 Tom Tromey <tom@tromey.com>
9299
9300 PR rust/23626:
9301 * gdb.rust/simple.rs (EmptyEnum): New type.
9302 (main): Use it.
9303 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
9304
9305 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
9308 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
9309 * gdb.python/py-symtab.exp: Update test printing an objfile.
9310
9311 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
9312
9313 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
9314 object.
9315
9316 2018-09-12 Alan Hayward <alan.hayward@arm.com>
9317
9318 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
9319 (support_complex_tests): Use gdb_can_simple_compile.
9320 (is_ilp32_target): Likewise.
9321 (is_lp64_target): Likewise.
9322 (is_64_target): Likewise.
9323 (is_amd64_regs_target): Likewise.
9324 (is_aarch32_target): Likewise.
9325 (gdb_int128_helper): Likewise.
9326
9327 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9328
9329 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
9330
9331 2018-09-10 Jerome Guitton <guitton@adacore.com>
9332
9333 * gdb.ada/same_component_name: Add test for case of tagged record
9334 with variable-length fields.
9335
9336 2018-09-10 Xavier Roirand <roirand@adacore.com>
9337
9338 * gdb.ada/access_to_unbounded_array.exp: New testcase.
9339 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
9340 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
9341 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
9342
9343 2018-09-10 Xavier Roirand <roirand@adacore.com>
9344
9345 * gdb.ada/mi_string_access.exp: New testcase.
9346 * gdb.ada/mi_string_access/bar.adb: New file.
9347 * gdb.ada/mi_string_access/pck.adb: New file.
9348 * gdb.ada/mi_string_access/pck.asd: New file.
9349
9350 2018-09-10 Xavier Roirand <roirand@adacore.com>
9351
9352 * gdb.ada/mi_var_union.exp: New testcase.
9353 * gdb.ada/mi_var_union/bar.adb: New file.
9354 * gdb.ada/mi_var_union/pck.adb: New file.
9355 * gdb.ada/mi_var_union/pck.asd: New file.
9356
9357 2018-09-08 Tom Tromey <tom@tromey.com>
9358
9359 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
9360
9361 2018-09-08 Tom Tromey <tom@tromey.com>
9362
9363 PR python/16047:
9364 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
9365 (register_pretty_printers): Register new printer.
9366 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
9367 test.
9368 * gdb.python/py-prettyprint.c (int_type3): New typedef.
9369 (an_int_type3): New global.
9370
9371 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9372
9373 * gdb.ada/expr_with_funcall: New testcase.
9374
9375 2018-09-08 Joel Brobecker <brobecker@adacore.com>
9376
9377 * gdb.ada/packed_array_assign: New testcase.
9378
9379 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
9380
9381 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
9382 names, and add test prefixes to make test names unique.
9383
9384 2018-09-05 Tom de Vries <tdevries@suse.de>
9385
9386 * gdb.dwarf2/varval.exp: Add test.
9387
9388 2018-09-04 Gary Benson <gbenson@redhat.com>
9389
9390 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
9391 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
9392
9393 2018-08-31 Tom Tromey <tom@tromey.com>
9394
9395 * gdb.rust/simple.rs: Rename second variable "v".
9396
9397 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
9398
9399 * gdb.base/funcargs.c (use_a): New function.
9400 (recurse): Call use_a.
9401
9402 2018-08-29 Keith Seitz <keiths@redhat.com>
9403
9404 * gdb.compile/compile-cplus-anonymous.cc: New file.
9405 * gdb.compile/compile-cplus-anonymous.exp: New file.
9406 * gdb.compile/compile-cplus-array-decay.cc: New file.
9407 * gdb.compile/compile-cplus-array-decay.exp: New file.
9408 * gdb.compile/compile-cplus-inherit.cc: New file.
9409 * gdb.compile/compile-cplus-inherit.exp: New file.
9410 * gdb.compile/compile-cplus-member.cc: New file.
9411 * gdb.compile/compile-cplus-member.exp: New file.
9412 * gdb.compile/compile-cplus-method.cc: New file.
9413 * gdb.compile/compile-cplus-method.exp: New file.
9414 * gdb.compile/compile-cplus-mod.c: "New" file.
9415 * gdb.compile/compile-cplus-namespace.cc: New file.
9416 * gdb.compile/compile-cplus-namespace.exp: New file.
9417 * gdb.compile/compile-cplus-nested.cc: New file.
9418 * gdb.compile/compile-cplus-nested.exp: New file.
9419 * gdb.compile/compile-cplus-print.c: "New" file.
9420 * gdb.compile/compile-cplus-print.exp: "New" file.
9421 * gdb.compile/compile-cplus-virtual.cc: New file.
9422 * gdb.compile/compile-cplus-virtual.exp: New file.
9423 * gdb.compile/compile-cplus.c: "New" file.
9424 * gdb.compile/compile-cplus.exp: "New" file.
9425 * lib/compile-support.exp: New file.
9426
9427 2018-08-16 Gary Benson <gbenson@redhat.com>
9428
9429 PR gdb/13000:
9430 * gdb.base/batch-exit-status.exp: New file.
9431 * gdb.base/batch-exit-status.good-commands: Likewise.
9432 * gdb.base/batch-exit-status.bad-commands: Likewise.
9433
9434 2018-08-29 Alan Hayward <alan.hayward@arm.com>
9435
9436 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
9437 (struct struct02): Likewise.
9438 (struct struct03): Likewise.
9439 (struct struct04): Likewise.
9440 (struct struct_01_01): New struct.
9441 (struct struct_01_02): Likewise.
9442 (struct struct_01_03): Likewise.
9443 (struct struct_01_04): Likewise.
9444 (struct struct_02_01): Likewise.
9445 (struct struct_02_02): Likewise.
9446 (struct struct_02_03): Likewise.
9447 (struct struct_02_04): Likewise.
9448 (struct struct_04_01): Likewise.
9449 (struct struct_04_02): Likewise.
9450 (struct struct_04_03): Likewise.
9451 (struct struct_04_04): Likewise.
9452 (struct struct_05_01): Likewise.
9453 (struct struct_05_02): Likewise.
9454 (struct struct_05_03): Likewise.
9455 (struct struct_05_04): Likewise.
9456 (cmp_struct01): Remove function.
9457 (cmp_struct02): Likewise.
9458 (cmp_struct03): Likewise.
9459 (cmp_struct04): Likewise.
9460 (cmp_struct_01_01): Add Function.
9461 (cmp_struct_01_02): Likewise.
9462 (cmp_struct_01_03): Likewise.
9463 (cmp_struct_01_04): Likewise.
9464 (cmp_struct_02_01): Likewise.
9465 (cmp_struct_02_02): Likewise.
9466 (cmp_struct_02_03): Likewise.
9467 (cmp_struct_02_04): Likewise.
9468 (cmp_struct_04_01): Likewise.
9469 (cmp_struct_04_02): Likewise.
9470 (cmp_struct_04_03): Likewise.
9471 (cmp_struct_04_04): Likewise.
9472 (cmp_struct_05_01): Likewise.
9473 (cmp_struct_05_02): Likewise.
9474 (cmp_struct_05_03): Likewise.
9475 (cmp_struct_05_04): Likewise.
9476 (call_all): Add new structs.
9477 * gdb.base/infcall-nested-structs.exp: Likewise.
9478
9479 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
9480
9481 * gdb.python/py-framefilter-mi.exp: Update regexp to
9482 check for "arch" field in frame output.
9483
9484 2018-08-23 Kevin Buettner <kevinb@redhat.com>
9485
9486 * gdb.dwarf2/dw2-ranges-func.c: New file.
9487 * gdb.dwarf2/dw2-ranges-func.exp: New file.
9488
9489 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
9490
9491 * gdb.base/term.exp: Compare terminal settings with values from
9492 the inferior.
9493 * gdb.base/term.c: Get and set terminal settings.
9494
9495 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
9496
9497 * lib/mi-support.exp (mi_expect_stop): Update regexp to
9498 accommodate new "arch" field in frame output.
9499 * gdb.mi/mi-return.exp: Likewise.
9500 * gdb.mi/mi-stack.exp: Likewise.
9501 * gdb.mi/mi-syn-frame.exp: Likewise.
9502 * gdb.mi/user-selected-context-sync.exp: Likewise.
9503
9504 2018-08-19 Michael Spang <spang@google.com>
9505
9506 PR gdb/11786
9507 * gdb.base/gcore-tls-pie.c: New file.
9508 * gdb.base/gcore-tls-pie.exp: New file.
9509
9510 2018-08-18 Kevin Buettner <kevinb@redhat.com>
9511
9512 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
9513 * gdb.dwarf2/varval.c: New file.
9514 * gdb.dwarf2/varval.exp: New file.
9515
9516 2018-08-17 Alan Hayward <alan.hayward@arm.com>
9517
9518 PR gdb/18931
9519 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
9520
9521 2018-08-16 Keith Seitz <keiths@redhat.com>
9522
9523 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
9524 tests expected to pass.
9525
9526 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
9527
9528 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
9529 -data-disassemble -a.
9530 (test_disassembly_bogus_args): Likewise.
9531
9532 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
9533
9534 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
9535
9536 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9537
9538 * gdb.base/vla-optimized-out.exp: Add new test.
9539
9540 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
9541
9542 * gdb.base/vla-optimized-out-o3.exp: Delete.
9543 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
9544 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
9545 deleted tests.
9546
9547 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
9548
9549 PR gdb/18050:
9550 * gdb.server/extended-remote-restart.c: New file.
9551 * gdb.server/extended-remote-restart.exp: New file.
9552
9553 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
9554
9555 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
9556 "set variable index = 42".
9557
9558 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
9559
9560 * boards/index-cache-gdb.exp: New file.
9561 * gdb.dwarf2/index-cache.exp: New file.
9562 * gdb.dwarf2/index-cache.c: New file.
9563 * gdb.base/maint.exp: Check if we are using the index cache.
9564
9565 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9566
9567 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
9568 MAKEFLAGS.
9569
9570 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9571
9572 * dg-extract-results.sh: Move to toplevel contrib.
9573 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
9574 * Makefile.in (check-parallel-racy): Likewise.
9575
9576 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
9577
9578 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
9579 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
9580 tests if the target supports scheduler locking.
9581
9582 2018-08-04 Tom de Vries <tdevries@suse.de>
9583
9584 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
9585
9586 2018-08-02 Tom Tromey <tom@tromey.com>
9587
9588 PR symtab/16842.
9589 * gdb.cp/temargs.exp: Test "info address" of a template
9590 parameter.
9591
9592 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
9593
9594 * gdb.python/py-mi-var-info-path-expression.c: New file.
9595 * gdb.python/py-mi-var-info-path-expression.py: New file.
9596 * gdb.python/py-mi-var-info-path-expression.exp: New file.
9597
9598 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
9599
9600 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
9601 error after "cannot resolve name" string.
9602
9603 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
9604
9605 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
9606 started.
9607 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
9608
9609 2018-07-28 Tom de Vries <tdevries@suse.de>
9610
9611 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
9612
9613 2018-07-26 Tom de Vries <tdevries@suse.de>
9614
9615 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
9616
9617 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
9618
9619 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
9620 is visible.
9621
9622 2018-07-26 Tom de Vries <tdevries@suse.de>
9623
9624 PR breakpoints/23366
9625 * gdb.base/catch-follow-exec.c: New test.
9626 * gdb.base/catch-follow-exec.exp: New file.
9627
9628 2018-07-25 Tom de Vries <tdevries@suse.de>
9629
9630 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
9631 vla-optimized-out.c.
9632
9633 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
9634
9635 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
9636 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
9637
9638 2018-07-20 Tom de Vries <tdevries@suse.de>
9639
9640 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
9641 NOCLONE macro.
9642 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
9643
9644 2018-07-19 Tom de Vries <tdevries@suse.de>
9645
9646 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
9647 regular expression.
9648
9649 2018-07-18 Tom de Vries <tdevries@suse.de>
9650
9651 * gdb.base/vla-optimized-out.c: New test.
9652 * gdb.base/vla-optimized-out.exp: New file.
9653
9654 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
9655
9656 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
9657 message "No address associated with hostname" when gdbserver
9658 cannot resolve the hostname.
9659
9660 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9661
9662 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
9663 Add some test prefixes to make tests unique.
9664
9665 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9666
9667 * gdb.base/frameapply.c: New file.
9668 * gdb.base/frameapply.exp: New file.
9669
9670 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9671
9672 * gdb.base/skip.exp: Update expected error message.
9673
9674 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9675 Jan Kratochvil <jan.kratochvil@redhat.com>
9676 Paul Fertser <fercerpav@gmail.com>
9677 Tsutomu Seki <sekiriki@gmail.com>
9678
9679 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
9680 parameter.
9681 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
9682 by default.
9683 * boards/native-gdbserver.exp: Likewise.
9684 * gdb.server/run-without-local-binary.exp: Improve regexp used
9685 for detecting when a remote debugging connection succeeds.
9686 * gdb.server/server-connect.exp: New file.
9687 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
9688 Do not prefix the port number with ":".
9689 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
9690 support for detecting and using it. Add '$debughost_gdbserver'
9691 to the list of arguments used to start gdbserver. Handle case
9692 when gdbserver cannot resolve a network name.
9693
9694 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
9695
9696 PR c++/23373
9697 * gdb.base/ptype-offsets.cc (struct static_member): New
9698 struct.
9699 (main) <stmember>: New variable.
9700 * gdb.base/ptype-offsets.exp: Add test for printing a struct
9701 with a static member in it.
9702
9703 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
9704
9705 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
9706 watchpoints enabled and disabled.
9707
9708 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9709
9710 * gdb.base/examine-backward.exp: Still run tests around address
9711 0x0, even if address 0x0 is not readable. Update the pattern for
9712 matching address 0x0 in expected output.
9713
9714 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
9715
9716 * gdb.base/share-env-with-gdbserver.c (main): Add call to
9717 malloc/free.
9718
9719 2018-07-04 Tom de Vries <tdevries@suse.de>
9720
9721 * gdb.dwarf2/dw2-error.exp: Update expected error message.
9722
9723 2018-07-02 Maciej W. Rozycki <macro@mips.com>
9724
9725 PR tdep/8282
9726 * gdb.arch/mips-disassembler-options.exp: New test.
9727 * gdb.arch/mips-disassembler-options.s: New test source.
9728
9729 2018-06-29 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.threads/names.exp: Adjust expected "info threads" output.
9732
9733 2018-06-29 Pedro Alves <palves@redhat.com>
9734
9735 * gdb.opt/inline-break.exp (line number, address): Add "info
9736 break" tests.
9737
9738 2018-06-29 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.opt/inline-break.c (func1): Add "break here" marker.
9741 * gdb.opt/inline-break.exp: Test setting breakpoints by line
9742 number and address and running to them.
9743
9744 2018-06-29 Richard Bunt <richard.bunt@arm.com>
9745
9746 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
9747
9748 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9749
9750 * lib/compiler.c: Remove executable permission flag.
9751
9752 2018-06-28 Richard Bunt <richard.bunt@arm.com>
9753
9754 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
9755 code.
9756 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
9757
9758 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9759
9760 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
9761
9762 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9763
9764 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
9765 address argument is omitted.
9766
9767 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
9768
9769 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
9770
9771 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
9772
9773 PR gdb/21695
9774 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
9775 * gdb.base/infoline-reloc-main-from-zero.c: New file.
9776
9777 2018-06-26 Tom Tromey <tom@tromey.com>
9778
9779 PR rust/22574:
9780 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
9781 * gdb.rust/simple.rs (struct SimpleLayout): New.
9782
9783 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
9784
9785 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
9786 "info registers" output.
9787
9788 2018-06-21 Richard Bunt <richard.bunt@arm.com>
9789
9790 * gdb.base/watchpoint-hw-attach.c: New test.
9791 * gdb.base/watchpoint-hw-attach.exp: New file.
9792
9793 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
9794
9795 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
9796 through /bin/sh.
9797 * boards/dwarf4-gdb-index.exp: Likewise.
9798 * boards/fission-dwp.exp: Likewise.
9799
9800 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
9801
9802 * gdb.base/float128.exp: Add comment and improved fail message
9803 to the failure case of "print large128" test.
9804
9805 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
9806
9807 * configure.ac: Remove AC_PREREQ.
9808 * configure: Re-generate.
9809
9810 2018-06-19 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
9813 (func_extern_caller): New.
9814 (main): Call func_extern_caller.
9815 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
9816 logic change.
9817
9818 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
9819
9820 PR gdb/16841
9821 * gdb.cp/typedef-base.cc: New file.
9822 * gdb.cp/typedef-base.exp: New file.
9823
9824 2018-06-18 Tom de Vries <tdevries@suse.de>
9825
9826 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
9827
9828 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
9829 Richard Bunt <Richard.Bunt@arm.com>
9830
9831 * gdb.threads/attach-slow-waitpid.c: New file.
9832 * gdb.threads/attach-slow-waitpid.exp: New file.
9833 * gdb.threads/slow-waitpid.c: New file.
9834
9835 2018-06-14 Pedro Alves <palves@redhat.com>
9836
9837 * gdb.base/fork-running-state.c: Include <errno.h>.
9838 (exit_if_relative_exits): New.
9839 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
9840 exits.
9841 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
9842 child exits.
9843
9844 2018-06-14 Tom de Vries <tdevries@suse.de>
9845
9846 PR cli/22573
9847 * gdb.base/finish-pretty.c: New test.
9848 * gdb.base/finish-pretty.exp: New file.
9849
9850 2018-06-14 Pedro Alves <palves@redhat.com>
9851
9852 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
9853 gdb's expected startup output.
9854
9855 2018-06-14 Pedro Alves <palves@redhat.com>
9856
9857 * lib/selftest-support.exp (selftest_setup): Remove inlined
9858 function handling.
9859
9860 2018-06-14 Tom de Vries <tdevries@suse.de>
9861
9862 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
9863 matching of breakpoint printing.
9864
9865 2018-06-13 Tom de Vries <tdevries@suse.de>
9866
9867 PR testsuite/23269
9868 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
9869 (fork_child): ... here, and ...
9870 (fork_parent): ... here.
9871
9872 2018-06-12 Tom de Vries <tdevries@suse.de>
9873
9874 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
9875
9876 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
9877 Stephen Roberts <stephen.roberts@arm.com>
9878
9879 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
9880 rewrite test to describe action performed, rather than possible
9881 failure.
9882
9883 2018-06-08 Gary Benson <gbenson@redhat.com>
9884
9885 * gdb.threads/check-libthread-db.exp: New file.
9886 * gdb.threads/check-libthread-db.c: Likewise.
9887
9888 2018-06-05 Tom Tromey <tom@tromey.com>
9889
9890 * gdb.base/default.exp: Update expected "show version" output.
9891
9892 2018-06-05 Tom Tromey <tom@tromey.com>
9893
9894 PR cli/12326:
9895 * gdb.cp/static-print-quit.exp: Update.
9896 * lib/gdb.exp (pagination_prompt): Update.
9897 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
9898 * gdb.python/python.exp: Update.
9899
9900 2018-06-04 Joel Brobecker <brobecker@adacore.com>
9901
9902 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
9903
9904 2018-06-01 Joel Brobecker <brobecker@adacore.com>
9905
9906 * gdb.ada/bp_fun_addr: New testcase.
9907
9908 2018-06-01 Tom Tromey <tom@tromey.com>
9909
9910 * gdb.xml/tdesc-regs.exp (load_description): Update expected
9911 results.
9912 * gdb.dwarf2/method-ptr.exp: Set language to C++.
9913 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
9914 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
9915 * gdb.base/maint.exp (maint_pass_if): Update.
9916
9917 2018-05-31 Maciej W. Rozycki <macro@mips.com>
9918
9919 * gdb.base/endian.exp: New test.
9920 * gdb.base/endian.c: New test source.
9921
9922 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
9923
9924 PR gdb/23203
9925 * gdb.base/bt-selected-frame.c: New file.
9926 * gdb.base/bt-selected-frame.exp: New file.
9927 * lib/gdb.exp (get_current_frame_number): New function.
9928
9929 2018-05-24 Maciej W. Rozycki <macro@mips.com>
9930 Pedro Alves <palves@redhat.com>
9931
9932 * gdb.threads/tls-core.c: Include <stdlib.h>
9933 (thread_proc): Call `abort'.
9934 * gdb.threads/tls-core.exp: Generate a core with core_find too.
9935 (tls_core_test): New procedure, bits factored out from ...
9936 (top level): ... here. Test both native cores and gcore cores.
9937
9938 2018-05-23 Tom Tromey <tom@tromey.com>
9939
9940 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
9941
9942 2018-05-23 Tom Tromey <tom@tromey.com>
9943
9944 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
9945 symfile_complaints.
9946 (test_short_complaints): Likewise.
9947 (test_empty_complaints): Likewise.
9948 (test_initial_complaints): Update.
9949
9950 2018-05-23 Tom Tromey <tom@tromey.com>
9951
9952 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
9953
9954 2018-05-23 Tom Tromey <tom@tromey.com>
9955
9956 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
9957 (test_short_complaints): Update.
9958
9959 2018-05-22 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/remote.exp: Only gdb_start after compiling the
9962 testcase. Issue "disconnect" before testing "set remote" command
9963 defaults. Issue clean_restart before running to main.
9964
9965 2018-05-22 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.base/remote.exp: Adjust expected output of "show remote
9968 memory-write-packet-size". Add tests for "set remote
9969 memory-write-packet-size 0" and "set remote
9970 memory-write-packet-size fixed/limit".
9971
9972 2018-05-22 Pedro Alves <palves@redhat.com>
9973
9974 PR gdb/22973
9975 * gdb.base/utf8-identifiers.c: New file.
9976 * gdb.base/utf8-identifiers.exp: New file.
9977
9978 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9979
9980 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
9981
9982 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
9983
9984 * gdb.arch/powerpc-vsx-gcore.exp: New file.
9985
9986 2018-05-18 Tom Tromey <tom@tromey.com>
9987
9988 * gdb.base/ptype-offsets.exp: Update.
9989
9990 2018-05-17 Keith Seitz <keiths@redhat.com>
9991
9992 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
9993 in expected breakpoint stop locations.
9994 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
9995 move to proper scope to test variable values.
9996 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
9997 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
9998 New functions.
9999 (main): Call not_inline_func3.
10000 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
10001 inline_func1, inline_func2, and inline_func3. Test that when each
10002 breakpoint is hit, GDB properly reports both the stop location
10003 and the backtrace. Repeat tests for temporary breakpoints.
10004
10005 2018-05-15 Maciej W. Rozycki <macro@mips.com>
10006
10007 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
10008 rather then trying to access it in determining whether the PID
10009 of `gdbserver' could have been retrieved.
10010
10011 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
10012
10013 * gdb.arch/amd64-init-x87-values.S: New file.
10014 * gdb.arch/amd64-init-x87-values.exp: New file.
10015
10016 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10017
10018 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
10019
10020 2018-05-04 Tom Tromey <tom@tromey.com>
10021
10022 PR python/22730:
10023 * gdb.python/python.exp: Test multi-line execute.
10024
10025 2018-05-04 Tom Tromey <tom@tromey.com>
10026
10027 PR python/22731:
10028 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
10029
10030 2018-05-04 Tom Tromey <tom@tromey.com>
10031
10032 PR gdb/11750:
10033 * gdb.base/define.exp: Test defining a user command inside a user
10034 command.
10035 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
10036
10037 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10038 Pedro Alves <palves@redhat.com>
10039
10040 PR breakpoints/19806 and support for PR external/20207.
10041 * gdb.base/watchpoint-unaligned.c: New file.
10042 * gdb.base/watchpoint-unaligned.exp: New file.
10043
10044 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10045
10046 * gdb.base/maint.exp: Make test names unique, use
10047 test_prefix_command_help to test 'help maint info', and remove
10048 repeated test of 'help maint'.
10049
10050 2018-05-04 Tom Tromey <tom@tromey.com>
10051
10052 PR gdb/22619:
10053 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
10054 behavior.
10055
10056 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10057
10058 * gdb.base/maint.exp: Process output from 'maint print registers'
10059 line at a time.
10060
10061 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
10062
10063 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
10064 timeout.
10065
10066 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
10067
10068 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
10069 filter pattern.
10070
10071 2018-05-02 Pedro Alves <palves@redhat.com>
10072
10073 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
10074 to_log_command renames.
10075 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
10076
10077 2018-05-02 Tom Tromey <tom@tromey.com>
10078
10079 * gdb.python/py-parameter.exp: Set test message.
10080
10081 2018-05-02 Tom Tromey <tom@tromey.com>
10082
10083 PR python/20084:
10084 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
10085 PARAM_ZUINTEGER_UNLIMITED tests.
10086
10087 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
10088
10089 PR rust/23124
10090 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
10091 when casting.
10092
10093 2018-04-30 Tom Tromey <tom@tromey.com>
10094
10095 * gdb.python/py-type.exp: Check align attribute.
10096 * gdb.python/py-type.c: New "aligncheck" global.
10097
10098 2018-04-30 Tom Tromey <tom@tromey.com>
10099
10100 PR exp/17095:
10101 * gdb.dwarf2/dw2-align.exp: New file.
10102 * gdb.cp/align.exp: New file.
10103 * gdb.base/align.exp: New file.
10104 * lib/gdb.exp (gdb_int128_helper): New proc.
10105 (has_int128_c, has_int128_cxx): New caching procs.
10106
10107 2018-04-27 Tom Tromey <tom@tromey.com>
10108
10109 PR rust/22545:
10110 * gdb.rust/simple.exp: Add inclusive range tests.
10111
10112 2018-04-26 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
10115 ifunc breakpoint locations correctly of ifunc breakpoints set
10116 while the program resolves the ifunc.
10117
10118 2018-04-26 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/gnu-ifunc-final.c: New file.
10121 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
10122 * gdb.base/gnu-ifunc.exp (executable): Delete.
10123 (staticexecutable): Adjust.
10124 (lib_opts, exec_opts): Delete.
10125 (make_binsuffix, build, set-break): New procedures.
10126 (misc_tests): New, with tests factored out from the top level.
10127 (top level): Test different combinations of ifunc resolver name,
10128 resolver with and with debug info, and ifunc target with and
10129 without debug info. Wrap static tests with with_target_prefix.
10130
10131 2018-04-26 Pedro Alves <palves@redhat.com>
10132
10133 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
10134 return type" warnings.
10135
10136 2018-04-25 Pedro Alves <palves@redhat.com>
10137
10138 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
10139 killed".
10140 * gdb.base/kill-after-signal.exp: Likewise.
10141 * gdb.threads/kill.exp: Likewise.
10142
10143 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10144 Sergio Durigan Junior <sergiodj@redhat.com>
10145 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
10148 regexps to expect for '[Inferior ... detached]' as well.
10149 * gdb.base/attach.exp: Likewise.
10150 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
10151 "gdb_continue_to_end".
10152 (test_catch_syscall_with_wrong_args): Likewise.
10153 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
10154 ']'. Don't set 'verbose' on.
10155 * gdb.base/foll-vfork.exp: Likewise.
10156 * gdb.base/fork-print-inferior-events.c: New file.
10157 * gdb.base/fork-print-inferior-events.exp: New file.
10158 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
10159 '[Inferior ... has been killed]' message.
10160 * gdb.base/kill-after-signal.exp: Likewise.
10161 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
10162 detach message.
10163 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
10164 message.
10165 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
10166 regexps to expect for '[Inferior ... detached]' as well.
10167 * gdb.threads/process-dies-while-detaching.exp: Likewise.
10168
10169 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
10170
10171 PR gdb/23104
10172 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
10173
10174 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
10175
10176 PR gdb/23095
10177 * gdb.base/break-probes.exp: Pass shlib_load to
10178 prepare_for_testing. Set normal_bp to r_debug_state if target is
10179 bsd.
10180
10181 2018-04-19 Richard Bunt <richard.bunt@arm.com>
10182
10183 * gdb.threads/multiple-successive-infcall.c: New test.
10184 * gdb.threads/multiple-successive-infcall.exp: New file.
10185
10186 2018-04-17 Tom Tromey <tom@tromey.com>
10187
10188 * gdb.rust/simple.rs (Union): New type.
10189 (main): New local "u".
10190 * gdb.rust/simple.exp (test_one_slice): Add new test case.
10191
10192 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10193
10194 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
10195 number information in output of "whereis" command.
10196 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
10197
10198 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10199
10200 * gdb.ada/info_types.exp: Adjust expected output to the line
10201 numbers now printed by "info var/func/type".
10202 * gdb.base/completion.exp: Likewise.
10203 * gdb.base/included.exp: Likewise.
10204 * gdb.cp/cp-relocate.exp: Likewise.
10205 * gdb.cp/cplusfuncs.exp: Likewise.
10206 * gdb.cp/namespace.exp: Likewise.
10207 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
10208
10209 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10210
10211 * gdb.btrace/cpu.exp: New.
10212
10213 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
10214
10215 * gdb.base/step-indirect-call-thunk.exp: New.
10216 * gdb.base/step-indirect-call-thunk.c: New.
10217 * gdb.reverse/step-indirect-call-thunk.exp: New.
10218 * gdb.reverse/step-indirect-call-thunk.c: New.
10219
10220 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
10221
10222 * gdb.base/pie-fork.c: New file.
10223 * gdb.base/pie-fork.exp: New file.
10224
10225 2018-04-11 Tom Tromey <tom@tromey.com>
10226
10227 * gdb.rust/simple.exp: Add test for ".." struct initializer.
10228
10229 2018-04-10 Pedro Alves <palves@redhat.com>
10230
10231 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
10232 exits. Instead loop running forever.
10233 (fork_parent): Run forever too.
10234
10235 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10236
10237 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
10238 mi_continue_to_line.
10239 * gdb.mi/mi-stack.c (callee4): Add comment.
10240
10241 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
10242
10243 * gdb.mi/mi-stack.exp: Fix indentation.
10244
10245 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10246
10247 PR gdb/22979
10248 * gdb.arch/amd64-osabi.exp: New file.
10249
10250 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
10251
10252 PR gdb/22980
10253 * gdb.base/osabi.exp: New file.
10254
10255 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
10256
10257 * gdb.cp/static-typedef-print.exp: New file.
10258 * gdb.cp/static-typedef-print.cc: New file.
10259
10260 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10261
10262 * gdb.ada/varsize_limit: New testcase.
10263
10264 2018-03-27 Joel Brobecker <brobecker@adacore.com>
10265
10266 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
10267
10268 * gdb.ada/notcplusplus: New testcase.
10269
10270 * gdb.base/c-linkage-name.c: New file.
10271 * gdb.base/c-linkage-name.exp: New testcase.
10272
10273 2018-03-26 Tom Tromey <tom@tromey.com>
10274
10275 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
10276 * gdb.python/py-framefilter.py (name_error): New global.
10277 (ErrorInName.function): Use name_error.
10278
10279 2018-03-26 Tom Tromey <tom@tromey.com>
10280
10281 PR backtrace/15582:
10282 * gdb.python/py-framefilter.exp: Add "bt hide" test.
10283
10284 2018-03-23 Keith Seitz <keiths@redhat.com>
10285
10286 PR c++/22968
10287 * gdb.cp/subtypes.exp: New file.
10288 * gdb.cp/subtypes.h: New file.
10289 * gdb.cp/subtypes.cc: New file.
10290 * gdb.cp/subtypes-2.cc: New file.
10291
10292 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10293
10294 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
10295 (done): Call '_exit' not 'exit' to avoid atexit handlers.
10296 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
10297 -nostartfiles when compiling the test. Confirm that all registers
10298 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
10299
10300 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
10301
10302 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
10303 option, syntax was wrong anyway.
10304 * gdb.arch/arm-disp-step.exp: Likewise.
10305 * gdb.arch/sparc64-regs.exp: Likewise.
10306 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
10307 option, syntax was wrong anyway, switch to use
10308 prepare_for_testing.
10309 * gdb.arch/i386-disp-step.exp: Likewise.
10310
10311 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
10312
10313 * gdb.ada/exec_changed.exp: Replace "target_info exists
10314 use_gdb_stub" by "use_gdb_stub".
10315 * gdb.ada/start.exp: Likewise.
10316 * gdb.base/async-shell.exp: Likewise.
10317 * gdb.base/attach-pie-misread.exp: Likewise.
10318 * gdb.base/attach-wait-input.exp: Likewise.
10319 * gdb.base/break-entry.exp: Likewise.
10320 * gdb.base/break-interp.exp: Likewise.
10321 * gdb.base/dprintf-detach.exp: Likewise.
10322 * gdb.base/nostdlib.exp: Likewise.
10323 * gdb.base/solib-nodir.exp: Likewise.
10324 * gdb.base/statistics.exp: Likewise.
10325 * gdb.base/testenv.exp: Likewise.
10326 * gdb.mi/mi-exec-run.exp: Likewise.
10327 * gdb.mi/mi-start.exp: Likewise.
10328 * gdb.multi/dummy-frame-restore.exp: Likewise.
10329 * gdb.multi/multi-arch-exec.exp: Likewise.
10330 * gdb.multi/multi-arch.exp: Likewise.
10331 * gdb.multi/tids.exp: Likewise.
10332 * gdb.multi/watchpoint-multi.exp: Likewise.
10333 * gdb.python/py-events.exp: Likewise.
10334 * gdb.threads/attach-into-signal.exp: Likewise.
10335 * gdb.threads/attach-stopped.exp: Likewise.
10336 * gdb.threads/threadapply.exp: Likewise.
10337 * lib/selftest-support.exp: Likewise.
10338
10339 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
10340
10341 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
10342
10343 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
10344
10345 * gdb.perf/template-breakpoints.cc: New file.
10346 * gdb.perf/template-breakpoints.exp: New file.
10347 * gdb.perf/template-breakpoints.py: New file.
10348
10349 2018-03-19 Tom Tromey <tom@tromey.com>
10350
10351 * gdb.rust/simple.rs (main): Add local variables field1, field2,
10352 y0.
10353 * gdb.rust/simple.exp: Test bare identifier form of struct
10354 initializer.
10355
10356 2018-03-19 Tom Tromey <tom@tromey.com>
10357
10358 * gdb.gdb/observer.exp: Remove.
10359
10360 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10361
10362 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
10363 "qualified" option when setting breakpoints.
10364 * gdb.trace/backtrace.exp: Likewise.
10365 * gdb.trace/circ.exp: Likewise.
10366 * gdb.trace/collection.exp: Likewise.
10367 * gdb.trace/disconnected-tracing.exp: Likewise.
10368 * gdb.trace/ftrace-lock.exp: Likewise.
10369 * gdb.trace/ftrace.exp: Likewise.
10370 * gdb.trace/infotrace.exp: Likewise.
10371 * gdb.trace/packetlen.exp: Likewise.
10372 * gdb.trace/passc-dyn.exp: Likewise.
10373 * gdb.trace/qtro.exp: Likewise.
10374 * gdb.trace/read-memory.exp: Likewise.
10375 * gdb.trace/report.exp: Likewise.
10376 * gdb.trace/signal.exp: Likewise.
10377 * gdb.trace/status-stop.exp: Likewise.
10378 * gdb.trace/strace.exp: Likewise.
10379 * gdb.trace/tfind.exp: Likewise.
10380 * gdb.trace/trace-break.exp: Likewise.
10381 * gdb.trace/trace-condition.exp: Likewise.
10382 * gdb.trace/trace-mt.exp: Likewise.
10383 * gdb.trace/tstatus.exp: Likewise.
10384 * gdb.trace/tsv.exp: Likewise.
10385 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10386 * gdb.trace/unavailable.exp: Likewise.
10387 * gdb.trace/while-dyn.exp: Likewise.
10388
10389 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10390
10391 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
10392 that libinproctrace is copied to the target.
10393
10394 2018-03-14 Tom Tromey <tom@tromey.com>
10395
10396 PR cli/14977:
10397 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
10398 a null pointer.
10399 * gdb.base/wchar.exp: Likewise.
10400
10401 2018-03-14 Tom Tromey <tom@tromey.com>
10402
10403 PR cli/19918:
10404 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
10405 flag.
10406
10407 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
10408
10409 PR gdb/22841
10410 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
10411 "target" to remote_exec.
10412
10413 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
10414
10415 PR gdb/22841
10416 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
10417 ${board}_upload): Remove.
10418
10419 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
10420
10421 * gdb.cp/watch-cp.cc: New test.
10422 * gdb.cp/watch-cp.exp: New file.
10423
10424 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
10425
10426 * gdb.base/infcall-nested-structs.exp: New file.
10427 * gdb.base/infcall-nested-structs.c: New file.
10428 * gdb.base/float.exp: Add riscv support.
10429
10430 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
10431
10432 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
10433 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
10434
10435 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
10436
10437 * gdb.server/abspath.exp: New file.
10438 * lib/gdb.exp (with_cwd): New procedure.
10439
10440 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
10441
10442 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
10443 use it.
10444 (gdb_is_target_remote_prompt): New proc.
10445 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
10446 (gdb_is_target_native): Pass prompt parameter to
10447 gdb_is_target_1.
10448
10449 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
10450
10451 * gdb.base/load-command.c: New file.
10452 * gdb.base/load-command.exp: New file.
10453 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
10454 (gdb_is_target_1): ...this, and generalize for other targets
10455 than just remote.
10456 (gdb_is_target_remote): Use gdb_is_target_1.
10457 (gdb_is_target_native): use gdb_is_target_1.
10458
10459 2018-02-26 Tom Tromey <tom@tromey.com>
10460
10461 PR python/16497:
10462 * gdb.python/py-framefilter.exp: Update test.
10463
10464 2018-02-26 Tom Tromey <tom@tromey.com>
10465
10466 * gdb.dwarf2/variant.c: New file.
10467 * gdb.dwarf2/variant.exp: New file.
10468
10469 2018-02-26 Tom Tromey <tom@tromey.com>
10470
10471 * gdb.rust/simple.exp: Accept more possible results in enum test.
10472
10473 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
10474
10475 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
10476 parentheses.
10477
10478 2018-02-23 Maciej W. Rozycki <macro@mips.com>
10479
10480 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
10481 name of a variable: $actual_linejj -> $actual_line.
10482
10483 2018-02-21 John Baldwin <jhb@FreeBSD.org>
10484
10485 * gdb.arch/amd64-i386-address.exp: Fix a typo.
10486
10487 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
10488
10489 * gdb.btrace/buffer-size.exp: Do not force BTS.
10490
10491 2018-02-14 Pedro Alves <palves@redhat.com>
10492
10493 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
10494 getting a "Quit".
10495
10496 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
10497
10498 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
10499 Fix test name.
10500
10501 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
10502
10503 * gdb.cp/m-static.exp: Check type of optimized out static
10504 member.
10505
10506 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
10507
10508 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
10509 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
10510
10511 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
10512 Leszek Swirski <leszeks@google.com>
10513
10514 * gdb.python/py-prettyprint.c
10515 (struct to_string_returns_value_inner,
10516 struct to_string_returns_value_wrapper): New.
10517 (main): Add tsrvw variable.
10518 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
10519 ToStringReturnsValueWrapper): New classes.
10520 (register_pretty_printers): Register new pretty-printers.
10521 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
10522 recursive pretty printer.
10523 * gdb.python/py-mi.exp: Likewise.
10524
10525 2018-02-01 Leszek Swirski <leszeks@google.com>
10526
10527 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
10528 functions with the same name as an include file are parsed
10529 correctly.
10530
10531 2018-02-01 Yao Qi <yao.qi@linaro.org>
10532
10533 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
10534 "\[^\r\n\]*".
10535
10536 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
10537
10538 * gdb.arch/powerpc-prologue-frame.s: New file.
10539 * gdb.arch/powerpc-prologue-frame.c: Likewise.
10540 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
10541
10542 2018-01-31 Joel Brobecker <brobecker@adacore.com>
10543
10544 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
10545
10546 2018-01-30 Pedro Alves <palves@redhat.com>
10547
10548 PR gdb/13211
10549 * gdb.base/interrupt-daemon.c: New.
10550 * gdb.base/interrupt-daemon.exp: New.
10551 * gdb.multi/multi-term-settings.c: New.
10552 * gdb.multi/multi-term-settings.exp: New.
10553
10554 2018-01-30 Joel Brobecker <brobecker@adacore.com>
10555
10556 * gdb.base/break.exp: Save the location where the breakpoint
10557 on break.c:47 was actually inserted when debugging the version
10558 compiled at -O2 and use it in the expected output of the "info
10559 break" test performed soon after.
10560
10561 2018-01-22 Pedro Alves <palves@redhat.com>
10562 Sergio Durigan Junior <sergiodj@redhat.com>
10563
10564 * gdb.base/whatis.exp: Add tests for 'set print object on' +
10565 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
10566
10567 2018-01-22 Joel Brobecker <brobecker@adacore.com>
10568
10569 * gdb.base/break-include.c, gdb.base/break-include.inc,
10570 gdb.base/break-include.exp: New files.
10571 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
10572 line number now being the actual line number where the breakpoint
10573 was inserted.
10574 * gdb.mi/mi-break.exp: Likewise.
10575 * gdb.mi/mi-reverse.exp: Likewise.
10576 * gdb.mi/mi-simplerun.exp: Ditto.
10577
10578 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10579
10580 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
10581 varobj.
10582 * gdb.mi/mi-var-create-rtti.exp: Likewise.
10583
10584 2018-01-21 Don Breazeal <donb@codesourcery.com>
10585 Andrew Burgess <andrew.burgess@embecosm.com>
10586
10587 * gdb.mi/basics.c: Add new global.
10588 * gdb.mi/mi-frame-regs.exp: New file.
10589 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
10590 case.
10591
10592 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
10593
10594 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
10595 non-parameter, and on an unknown symbol.
10596
10597 2018-01-19 Tom Tromey <tom@tromey.com>
10598
10599 * gdb.rust/modules.rs (TWENTY_THREE): New global.
10600 * gdb.rust/modules.exp: Add ::-qualified lookup test.
10601
10602 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10603
10604 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
10605 setrlimit and chdir to int.
10606
10607 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
10608
10609 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
10610 function.
10611 (my_tend): Likewise.
10612 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
10613 rationale of avoiding FP- and vector instructions.
10614
10615 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
10616
10617 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
10618 "info reg" with "\[ \t\]*".
10619 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
10620 "\[ \t\]+".
10621 * gdb.arch/s390-multiarch.exp: Ditto.
10622 * gdb.base/pc-fp.exp: Ditto.
10623 * gdb.reverse/i386-precsave.exp: Ditto.
10624 * gdb.reverse/i386-reverse.exp: Ditto.
10625 * gdb.reverse/i387-env-reverse.exp: Ditto.
10626 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10627
10628 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10629
10630 * lib/gdb.exp (gdb_compile): Re-enable use of
10631 universal_compile_options for languages other than Rust.
10632
10633 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
10634
10635 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
10636
10637 2018-01-17 Mike Gulick <mgulick@mathworks.com>
10638
10639 PR gdb/16577
10640 * gdb.base/solib-vanish.exp: New.
10641 * gdb.base/solib-vanish-main.c: New.
10642 * gdb.base/solib-vanish-lib1.c: New.
10643 * gdb.base/solib-vanish-lib2.c: New.
10644
10645 2018-01-17 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.compile/compile.exp: Match the address printed for
10648 frame in the output of command "bt".
10649
10650 2018-01-15 Tom Tromey <tom@tromey.com>
10651
10652 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
10653 compute sp_reg.
10654
10655 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
10656
10657 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
10658 to prepare.
10659 (prepare): Return 0 on error, 1 on success.
10660
10661 2018-01-12 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.base/continue-after-aborted-step-over.c: New.
10664 * gdb.base/continue-after-aborted-step-over.exp: New.
10665
10666 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
10667
10668 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
10669 options when not creating an executable.
10670
10671 2018-01-11 Pedro Alves <palves@redhat.com>
10672
10673 PR remote/22597
10674 * gdb.server/stop-reply-no-thread.c: New file.
10675 * gdb.server/stop-reply-no-thread.exp: New file.
10676
10677 2018-01-10 Pedro Alves <palves@redhat.com>
10678
10679 PR gdb/22670
10680 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
10681 functions too. Test setting breakpoints and printing C functions
10682 with no debug info too.
10683 * gdb.ada/bp_c_mixed_case/qux.c: New file.
10684
10685 2018-01-10 Pedro Alves <palves@redhat.com>
10686
10687 PR gdb/22670
10688 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
10689 a fail.
10690
10691 2018-01-10 Pedro Alves <palves@redhat.com>
10692
10693 PR gdb/22670
10694 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
10695
10696 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10697
10698 * gdb.server/unittest.exp: Match the output in non-development
10699 mode.
10700
10701 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
10702
10703 * gdb.gdb/unittest.exp: Match output in non-development mode.
10704
10705 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10706
10707 * gdb.ada/access_tagged_param.exp: Relax expected output
10708 for value of "ObjL" in "continue" to pck.inspect breakpoint
10709 test.
10710
10711 2018-01-08 Joel Brobecker <brobecker@adacore.com>
10712
10713 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
10714 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
10715
10716 2018-01-05 Pedro Alves <palves@redhat.com>
10717
10718 PR gdb/18653
10719 * gdb.base/libsegfault.exp: New.
10720
10721 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10722
10723 PR gdb/22670
10724 * gdb.ada/access_tagged_param.exp: New file.
10725 * gdb.ada/access_tagged_param/foo.adb: New file.
10726
10727 2018-01-05 Pedro Alves <palves@redhat.com>
10728
10729 PR gdb/22670
10730 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
10731 exercise lower case too, and to exercise both full matching and
10732 wild matching.
10733
10734 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10735
10736 * gdb.ada/rename_subscript_param: New testcase.
10737
10738 2018-01-05 Jerome Guitton <guitton@adacore.com>
10739
10740 * gdb.ada/arr_acc_idx_w_gap: New testcase.
10741
10742 2018-01-05 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.ada/convvar_comp: New testcase.
10745
10746 2018-01-05 Xavier Roirand <roirand@adacore.com>
10747
10748 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
10749 (My_Table): New global variable.
10750 * testsuite/gdb.ada/array_char_idx.exp: Add test.
10751
10752 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10753
10754 PR gdb/22670
10755 * gdb.ada/maint_with_ada: New testcase.
10756
10757 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10758
10759 PR gdb/22670
10760 * gdb.ada/bp_c_mixed_case: New testcase.
10761
10762 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10763
10764 PR gdb/22670
10765 * gdb.ada/complete.exp: Add "complete break ada" test.
10766
10767 2018-01-04 Joel Brobecker <brobecker@adacore.com>
10768
10769 PR gdb/22670
10770 * gdb.ada/info_addr_mixed_case: New testcase.
10771
10772 2018-01-03 Xavier Roirand <roirand@adacore.com>
10773
10774 * gdb.ada/excep_handle.exp: New testcase.
10775 * gdb.ada/excep_handle/foo.adb: New file.
10776 * gdb.ada/excep_handle/pck.ads: New file.
10777
10778 2018-01-03 Joel Brobecker <brobecker@adacore.com>
10779
10780 * gdb.base/step-line.c: Add extra empty line in copyright header.
10781 * gdb.base/step-line.inp: Likewise.
10782
10783 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10784
10785 * gdb.ada/dyn_stride.exp: Add slice test.
10786
10787 2018-01-02 Joel Brobecker <brobecker@adacore.com>
10788
10789 * gdb.ada/dyn_stride: New testcase.
10790
10791 2017-12-27 Stafford Horne <shorne@gmail.com>
10792
10793 * gdb.xml/extra-regs.xml: Add example foo reggroup.
10794 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
10795
10796 2017-12-27 Stafford Horne <shorne@gmail.com>
10797
10798 * gdb.base/reggroups.c: New file.
10799 * gdb.base/reggroups.exp: New file.
10800
10801 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10802
10803 * gdb.dwarf2/ada-valprint-error.c: New file.
10804 * gdb.dwarf2/ada-valprint-error.exp: New file.
10805
10806 2017-12-18 Joel Brobecker <brobecker@adacore.com>
10807
10808 * gdb.ada/assign_arr: New testcase.
10809
10810 2017-12-18 Xavier Roirand <roirand@adacore.com>
10811
10812 * gdb.ada/funcall_ptr: New testcase.
10813
10814 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
10815
10816 PR cli/16224
10817 * gdb.base/ptype-offsets.cc: New file.
10818 * gdb.base/ptype-offsets.exp: New file.
10819
10820 2017-12-15 Yao Qi <yao.qi@linaro.org>
10821
10822 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
10823 if XML is disabled.
10824
10825 2017-12-15 Xavier Roirand <roirand@adacore.com>
10826
10827 * gdb.ada/same_component_name: New testcase.
10828
10829 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10830
10831 * gdb.ada/str_binop_equal: New testcase.
10832
10833 2017-12-14 Joel Brobecker <brobecker@adacore.com>
10834
10835 * gdb.ada/task_switch_in_core: New testcase.
10836
10837 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
10838
10839 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
10840 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
10841 call test_bkpt_qualified.
10842 (test_bkpt_qualified): New proc.
10843
10844 2017-12-13 Pedro Alves <palves@redhat.com>
10845
10846 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
10847 Tighten regexp by matching with an anchor.
10848
10849 2017-12-13 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
10852 ("expression with namespace"): New set of tests.
10853 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
10854 (Nested::Test_NS::qux): New.
10855 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
10856 defaults to 'start_quote_char' and 'end_quote_char' parameters.
10857
10858 2017-12-13 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.base/server-del-break.c: New file.
10861 * gdb.base/server-del-break.exp: New file.
10862
10863 2017-12-12 Stafford Horne <shorne@gmail.com>
10864
10865 * gdb.xml/tdesc-regs.exp: Add or1k support.
10866
10867 2017-12-12 Stafford Horne <shorne@gmail.com>
10868
10869 * gdb.base/bp-permanent.c: Define nop of or1k.
10870
10871 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10872
10873 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
10874 output with components being reordered.
10875
10876 2017-12-11 Joel Brobecker <brobecker@adacore.com>
10877
10878 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
10879 output with components being reordered.
10880
10881 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10882 Pedro Alves <palves@redhat.com>
10883
10884 * gdb.base/maint.exp (check for .gdb_index): Check also for
10885 .debug_names.
10886 * gdb.dlang/watch-loc.c (.debug_aranges): New.
10887 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
10888 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
10889 (.gdb_index used after symbol reloading): Support also .debug_names.
10890 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
10891
10892 2017-12-08 Yao Qi <yao.qi@linaro.org>
10893
10894 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10895 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
10896
10897 2017-12-08 Yao Qi <yao.qi@linaro.org>
10898
10899 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
10900 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
10901
10902 2017-12-08 Yao Qi <yao.qi@linaro.org>
10903
10904 * gdb.arch/aarch64-tagged-pointer.c: New file.
10905 * gdb.arch/aarch64-tagged-pointer.exp: New file.
10906
10907 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
10908
10909 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
10910 "int".
10911
10912 2017-12-07 Keith Seitz <keiths@redhat.com>
10913
10914 PR breakpoints/22569
10915 * gdb.linespec/ls-errs.exp: Change expected result of "break
10916 -source this file has spaces.c -line 3".
10917 Check that an explicit source file followed by whitespace is
10918 identified as an invalid explicit location.
10919
10920 2017-12-07 Keith Seitz <keiths@redhat.com>
10921
10922 * gdb.cp/nested-types.cc: New file.
10923 * gdb.cp/nested-types.exp: New file.
10924 * lib/cp-support.exp: Load data-structures.exp library.
10925 (debug_cp_test_ptype_class): New global.
10926 (cp_ptype_class_verbose, next_line): New procedures.
10927 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
10928 Add and document new return value.
10929 Switch the list of lines to a queue.
10930 Add support for new `type' key for nested type definitions.
10931 Add debugging/troubleshooting messages.
10932 * lib/data-structures.exp: New file.
10933
10934 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
10935
10936 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
10937 with proc_with_prefix, don't use with_test_prefix.
10938
10939 2017-12-07 Tom Tromey <tom@tromey.com>
10940
10941 * gdb.base/break.exp: Add test for empty "commands".
10942
10943 2017-12-07 Yao Qi <yao.qi@linaro.org>
10944
10945 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
10946 malloc and catch syscall.
10947
10948 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
10949
10950 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
10951 tests for explicit locations.
10952
10953 2017-12-06 Pedro Alves <palves@redhat.com>
10954
10955 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
10956 force-disabling XML descriptions.
10957
10958 2017-12-04 Pedro Alves <palves@redhat.com>
10959
10960 PR gdb/22499
10961 * gdb.arch/amd64-disp-step-avx.S: New file.
10962 * gdb.arch/amd64-disp-step-avx.exp: New file.
10963
10964 2017-12-03 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
10967 and <string.h>.
10968 (parent_function): Print distinct messages when waitpid fails, or
10969 the child exits with a signal, or the child exits for an unhandled
10970 reason.
10971 * gdb.threads/process-dies-while-detaching.exp
10972 (detach_and_expect_exit): New 'inf_output_re' parameter and use
10973 it. Wait for both inferior output and GDB's prompt. Use an
10974 indirect spawn id list.
10975 (do_detach): New parameter 'child_exit'. Use it to compute
10976 expected inferior output.
10977 (test_detach, test_detach_watch, test_detach_killed_outside):
10978 Adjust to pass down the expected child exit kind.
10979
10980 2017-12-01 Joel Brobecker <brobecker@adacore.com>
10981 Sergio Durigan Junior <sergiodj@redhat.com>
10982 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
10985
10986 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
10987
10988 * gdb.base/relocate.exp: Add tests to guarantee that arguments
10989 to 'symbol-file' and 'add-symbol-file' can be
10990 position-independent.
10991
10992 2017-12-01 Yao Qi <yao.qi@linaro.org>
10993
10994 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
10995 the URL in copyright header.
10996 * gdb.arch/aarch64-fp.exp: Likewise.
10997 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
10998 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
10999 * gdb.base/expand-psymtabs.exp: Likewise.
11000 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
11001 * gdb.fortran/common-block.exp: Likewise.
11002 * gdb.fortran/common-block.f90: Likewise.
11003 * gdb.fortran/logical.exp: Likewise.
11004 * gdb.fortran/vla-datatypes.f90: Likewise.
11005 * gdb.fortran/vla-sub.f90: Likewise.
11006
11007 2017-11-30 Joel Brobecker <brobecker@adacore.com>
11008
11009 * gdb.ada/repeat_dyn: New testcase.
11010
11011 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
11012
11013 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
11014 Update for changed thread numbering.
11015 * gdb.cell/bt.exp: Update for changed GDB output.
11016
11017 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
11018
11019 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
11020 setting isremote by hand.
11021 * boards/dwarf4-gdb-index.exp: Likewise.
11022 * boards/fission.exp: Likewise.
11023 * boards/stabs.exp: Likewise.
11024
11025 2017-11-30 Pedro Alves <palves@redhat.com>
11026
11027 * gdb.linespec/cpls-ops.exp
11028 (check_explicit_skips_function_argument): Extract the underlying
11029 type of size_t instead of hardcoding it.
11030
11031 2017-11-29 Pedro Alves <palves@redhat.com>
11032
11033 PR c++/19436
11034 * gdb.linespec/cpls-abi-tag.cc: New file.
11035 * gdb.linespec/cpls-abi-tag.exp: New file.
11036
11037 2017-11-29 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.base/langs.exp: Use -qualified.
11040 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
11041 it.
11042 * gdb.cp/namespace.exp: Use -qualified.
11043 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
11044 (overload-3, template-overload, template-ret-type, const-overload)
11045 (const-overload-quoted, anon-ns, ambiguous-prefix): New
11046 procedures.
11047 (test_driver): Call them.
11048 * gdb.cp/save-bp-qualified.cc: New.
11049 * gdb.cp/save-bp-qualified.exp: New.
11050 * gdb.linespec/explicit.exp: Test -qualified.
11051 * lib/completion-support.exp (completion::explicit_opts_list): Add
11052 "-qualified".
11053 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
11054
11055 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
11056
11057 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
11058
11059 2017-11-29 Tom Tromey <tom@tromey.com>
11060
11061 * gdb.base/relocate.exp: Update invalid argument test.
11062 Add new tests for invalid arguments.
11063
11064 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11065
11066 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
11067 Return 0 as a long.
11068 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
11069
11070 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
11071
11072 * gdb.cp/breakpoint.cc (bar): Set return type to void.
11073 * gdb.cp/psymtab-parameter.cc (func): Likewise.
11074 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
11075 func ().
11076 * gdb.cp/shadow.cc (B.func): Return 0.
11077
11078 2017-11-27 Joel Brobecker <brobecker@adacore.com>
11079
11080 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
11081 expected output in gdb_expect call to allow the exception
11082 message to be present as well. Fix syntax confusion to avoid
11083 TCL thinking that exception_name is an array.
11084
11085 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
11086
11087 * gdb.arch/spu-info.c: Include <unistd.h>.
11088 (do_signal_test): Fix broken calls to write.
11089 * gdb.arch/spu-info.exp: Use prepare_for_testing.
11090 Fix checks for empty mailboxes. Update signal tests for corrected
11091 do_signal_test routine. Allow nonzero event status.
11092 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
11093 * gdb.cell/arch.exp: Use standard_output_file.
11094 * gdb.cell/break.exp: Likewise.
11095 * gdb.cell/bt.exp: Likewise.
11096 * gdb.cell/core.exp: Likewise.
11097 * gdb.cell/dwarfaddr.exp: Likewise.
11098 * gdb.cell/ea-cache.exp: Likewise.
11099 * gdb.cell/ea-standalone.exp: Likewise.
11100 * gdb.cell/f-regs.exp: Likewise.
11101 * gdb.cell/fork.exp: Likewise.
11102 * gdb.cell/gcore.exp: Likewise.
11103 * gdb.cell/mem-access.exp: Likewise.
11104 * gdb.cell/ptype.exp: Likewise.
11105 * gdb.cell/registers.exp: Likewise.
11106 * gdb.cell/sizeof.exp: Likewise.
11107 * gdb.cell/solib-symbol.exp: Likewise.
11108 * gdb.cell/solib.exp: Likewise.
11109
11110 2017-11-25 Pedro Alves <palves@redhat.com>
11111
11112 * gdb.base/complete-empty.exp: New file.
11113 * gdb.base/completion.exp: Adjust.
11114
11115 2017-11-25 Pedro Alves <palves@redhat.com>
11116
11117 * gdb.linespec/cpls-ops.cc: New file.
11118 * gdb.linespec/cpls-ops.exp: New file.
11119 * lib/completion-support.exp (test_complete_prefix_range_re): New,
11120 factored out from ...
11121 (test_complete_prefix_range): ... this.
11122
11123 2017-11-24 Pedro Alves <palves@redhat.com>
11124
11125 * gdb.linespec/cpcompletion.exp: New file.
11126 * gdb.linespec/cpls-hyphen.cc: New file.
11127 * gdb.linespec/cpls.cc: New file.
11128 * gdb.linespec/cpls2.cc: New file.
11129 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
11130 test to use test_gdb_complete_unique. Add label completion,
11131 keyword completion and explicit location completion tests.
11132 * lib/completion-support.exp: New file.
11133
11134 2017-11-24 Joel Brobecker <brobecker@adacore.com>
11135
11136 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
11137 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
11138 when hitting an exception catchpoint.
11139
11140 2017-11-22 Yao Qi <yao.qi@linaro.org>
11141
11142 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
11143
11144 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
11145
11146 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
11147 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
11148 * gdb.dwarf2/info-locals-optimized-out.c: New file.
11149
11150 2017-11-22 Yao Qi <yao.qi@linaro.org>
11151
11152 * gdb.base/info-os.exp: Pass pthreads.
11153 * gdb.multi/multi-attach.exp: Likewise.
11154
11155 2017-11-22 Yao Qi <yao.qi@linaro.org>
11156
11157 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
11158 compiler.
11159
11160 2017-11-22 Yao Qi <yao.qi@linaro.org>
11161
11162 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
11163 * gdb.base/break-interp.exp: Likewise.
11164 * gdb.base/jit-attach-pie.exp: Likewise.
11165
11166 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11167
11168 * gdb.base/float128.c (large128): New variable.
11169 * gdb.base/float128.exp: Add test to print largest __float128 value.
11170
11171 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
11172
11173 * gdb.arch/vsx-regs.exp: Update register content checks.
11174
11175 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
11176
11177 * gdb.arch/ppc-longdouble.exp: New file.
11178 * gdb.arch/ppc-longdouble.c: Likewise.
11179
11180 2017-11-21 Pedro Alves <palves@redhat.com>
11181
11182 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
11183
11184 2017-11-20 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
11187 (long_double_typedef): New typedefs.
11188 Use DEF on double and long double.
11189 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
11190 cases.
11191 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
11192 and 'long_double_ptr_same_size' locals. Use them to decide
11193 whether cast from array/function to float is valid/invalid.
11194
11195 2017-11-17 Tom Tromey <tom@tromey.com>
11196
11197 * gdb.rust/traits.rs: New file.
11198 * gdb.rust/traits.exp: New file.
11199
11200 2017-11-17 Joel Brobecker <brobecker@adacore.com>
11201
11202 * gdb.ada/minsyms: New testcase.
11203
11204 2017-11-16 Pedro Alves <palves@redhat.com>
11205
11206 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
11207 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
11208
11209 2017-11-16 Pedro Alves <palves@redhat.com>
11210
11211 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
11212 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
11213
11214 2017-11-16 Pedro Alves <palves@redhat.com>
11215
11216 * gdb.server/reconnect-ctrl-c.c: New file.
11217 * gdb.server/reconnect-ctrl-c.exp: New file.
11218
11219 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
11220
11221 * gdb.python/py-rbreak.exp: New file.
11222 * gdb.python/py-rbreak.c: New file.
11223 * gdb.python/py-rbreak-func2.c: New file.
11224
11225 2017-11-16 Pedro Alves <palves@redhat.com>
11226
11227 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
11228 pattern.
11229 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
11230 GDB.
11231
11232 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
11233
11234 * gdb.tui/completionn.exp (test_tab_completion): Add space in
11235 regex.
11236
11237 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
11238
11239 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
11240 test names.
11241
11242 2017-11-09 Pedro Alves <palves@redhat.com>
11243
11244 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
11245 factored out from ...
11246 (top level): ... here, and adjusted to avoid expecting beyond the
11247 prompt in a single gdb_test_multiple.
11248
11249 2017-11-09 Pedro Alves <palves@redhat.com>
11250
11251 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
11252 output.
11253 * gdb.server/ext-attach.exp ("kill" test): Likewise.
11254 * gdb.server/ext-restart.exp ("kill" test): Likewise.
11255 * gdb.server/ext-run.exp ("kill" test): Likewise.
11256 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
11257
11258 2017-11-09 Pedro Alves <palves@redhat.com>
11259
11260 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
11261 match till end of line.
11262
11263 2017-11-09 Pedro Alves <palves@redhat.com>
11264
11265 * gdb.base/memattr.exp: Tighten regexes to match the end line.
11266
11267 2017-11-09 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
11270 New procedures, factored out from ...
11271 (top level): ... here, and adjusted to avoid expecting beyond the
11272 prompt in one go.
11273
11274 2017-11-09 Pedro Alves <palves@redhat.com>
11275
11276 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
11277 output. Fix '?' match.
11278
11279 2017-11-08 Joel Brobecker <brobecker@adacore.com>
11280
11281 * gdb.ada/scoped_watch: New testcase.
11282 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
11283 which is actually correct.
11284 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
11285 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
11286
11287 2017-11-08 Pedro Alves <palves@redhat.com>
11288
11289 * gdb.gdb/complaints.exp (test_initial_complaints)
11290 (test_serial_complaints, test_short_complaints): Call
11291 complaint_internal instead of complaint.
11292
11293 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
11294
11295 * gdb.threads/tls-core.c: New file.
11296 * gdb.threads/tls-core.exp: Likewise.
11297
11298 2017-11-08 Pedro Alves <palves@redhat.com>
11299
11300 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
11301 (p Exported_Capitalized): New test.
11302 (p exported_capitalized): New test.
11303
11304 2017-11-07 Pedro Alves <palves@redhat.com>
11305
11306 * gdb.cp/ena-dis-br-range.exp: Add more tests.
11307
11308 2017-11-07 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
11311 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
11312 (disable_invalid, disable_inverted, disable_negative): New
11313 procedures.
11314 ("bad numbers"): New set of tests.
11315
11316 2017-11-07 Pedro Alves <palves@redhat.com>
11317
11318 * gdb.cp/ena-dis-br-range.exp: Add tests.
11319
11320 2017-11-07 Pedro Alves <palves@redhat.com>
11321
11322 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
11323
11324 2017-11-07 Xavier Roirand <roirand@adacore.com>
11325 Pedro Alves <palves@redhat.com>
11326
11327 * gdb.base/ena-dis-br.exp: Add reference to
11328 gdb.cp/ena-dis-br-range.exp.
11329 * gdb.cp/ena-dis-br-range.exp: New file.
11330 * gdb.cp/ena-dis-br-range.cc: New file.
11331
11332 2017-11-06 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.base/attach-non-pgrp-leader.c: New.
11335 * gdb.base/attach-non-pgrp-leader.exp: New.
11336
11337 2017-11-06 Pedro Alves <palves@redhat.com>
11338
11339 * configure.ac: No longer check for termio.h and sgtty.h.
11340 * configure: Regenerate.
11341 * remote-utils.c: Include termios.h instead of gdb_termios.h.
11342 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
11343 Remove termio and sgtty code.
11344
11345 2017-11-03 Yao Qi <yao.qi@linaro.org>
11346
11347 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
11348 in GDB is disabled.
11349
11350 2017-11-03 Yao Qi <yao.qi@linaro.org>
11351
11352 * gdb.python/py-thrhandle.exp: Skip it if python is not
11353 enabled.
11354
11355 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
11356
11357 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
11358 as a breakpoint command.
11359
11360 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
11361
11362 PR python/21213
11363 * gdb.python/py-infthread.exp: Test calling
11364 InferiorThread.inferior () multiple times in a row.
11365
11366 2017-10-27 Keith Seitz <keiths@redhat.com>
11367
11368 * gdb.opt/inline-break.exp (break_info_1): New procedure.
11369 Test "info break" for every inlined function breakpoint.
11370
11371 2017-10-27 Yao Qi <yao.qi@linaro.org>
11372
11373 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
11374
11375 2017-10-26 Patrick Frants <osscontribute@gmail.com>
11376
11377 * gdb.cp/classes.exp (test_static_members): Test printing
11378 Outer::instance.
11379 * gdb.cp/classes.c (struct Inner, struct Outer): New.
11380 (Inner::instance, Outer::instance): New.
11381
11382 2017-10-24 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
11385 extra console" test in two stages.
11386
11387 2017-10-24 Pedro Alves <palves@redhat.com>
11388
11389 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
11390
11391 2017-10-24 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
11394 loop.
11395
11396 2017-10-24 Pedro Alves <palves@redhat.com>
11397
11398 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
11399 $attempt" and "stoppedtry $stoppedtry" test prefixes.
11400
11401 2017-10-24 Pedro Alves <palves@redhat.com>
11402
11403 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
11404 parameter and handle it. Don't output read value in test name.
11405
11406 2017-10-24 Pedro Alves <palves@redhat.com>
11407
11408 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
11409 custom test name.
11410
11411 2017-10-24 Pedro Alves <palves@redhat.com>
11412
11413 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
11414 include the unstable output directory name in the test's name.
11415 (initial_setup_simple) <'set args'>: Use custom test name.
11416
11417 2017-10-24 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
11420 with explicit test name.
11421
11422 2017-10-20 Pedro Alves <palves@redhat.com>
11423
11424 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
11425 'wait -i'. Use gdb_assert and remote_close.
11426
11427 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
11428
11429 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
11430 number from variable rather than hard-coded.
11431
11432 2017-10-19 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/long-inferior-output.c: New file.
11435 * gdb.base/long-inferior-output.exp: New file.
11436
11437 2017-11-18 Keith Seitz <keiths@redhat.com>
11438
11439 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
11440 method.
11441 (main): Call it.
11442 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
11443 Add additional user-defined conversion operator tests.
11444
11445 2017-10-17 Pedro Alves <palves@redhat.com>
11446
11447 * boards/native-stdio-gdbserver.exp: Load "local-board".
11448
11449 2017-10-17 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/quit-live.c: New file.
11452 * gdb.base/quit-live.exp: New file.
11453
11454 2017-10-16 Keith Seitz <keiths@redhat.com>
11455
11456 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
11457 (class_with_protected_typedef, class_with_private_typedef)
11458 (struct_with_public_typedef, struct_with_protected_typedef)
11459 (struct_with_private_typedef): New classes/structs.
11460 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
11461 typedefs and access specifiers.
11462
11463 2017-10-16 Pedro Alves <palves@redhat.com>
11464 Simon Marchi <simon.marchi@polymtl.ca>
11465
11466 * README (Local vs Remote vs Native): New section.
11467 * boards/local-board.exp: New file, with bits factored out from
11468 ...
11469 * boards/native-extended-gdbserver.exp: ... here. Load
11470 "local-board".
11471 * boards/native-gdbserver.exp: Load "local-board".
11472 (${board}_spawn, ${board}_exec): Delete.
11473 * boards/native-stdio-gdbserver.exp: Most contents factored out to
11474 ...
11475 * boards/stdio-gdbserver-base.exp: ... this new file.
11476 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
11477 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
11478 procedure.
11479 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
11480 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
11481 stdio_gdbserver_command.
11482 (${board}_get_remote_address, ${board}_get_comm_port)
11483 (${board}_download, ${board}_upload): Delete.
11484 (get_target_remote_pipe_cmd): New.
11485
11486 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
11487
11488 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
11489 test_bkpt_deletion, test_bkpt_cond_and_cmds,
11490 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
11491 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
11492 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
11493 remove with_test_prefix.
11494
11495 2017-10-13 Pedro Alves <palves@redhat.com>
11496
11497 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
11498 * gdb.base/annota1.exp: Use it instead of is_remote.
11499 * gdb.base/annota3.exp: Use it instead of is_remote.
11500 * gdb.cp/annota2.exp: Use it instead of is_remote.
11501 * gdb.cp/annota3.exp: Use it instead of is_remote.
11502 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
11503
11504 2017-10-13 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
11507 (test_num_test_vars, run_and_count_vars, find_env)
11508 (test_set_unset_env, test_inherit_env_var): New procedures.
11509 (top level): Use them.
11510
11511 2017-10-13 Pedro Alves <palves@redhat.com>
11512
11513 * lib/selftest-support.exp (selftest_setup): Extend comments, and
11514 also skip on stub-like targets.
11515
11516 2017-10-13 Pedro Alves <palves@redhat.com>
11517
11518 PR gdb/22293
11519 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
11520 (top level): Move some tests to ...
11521 (test_not_found): ... this new procedure.
11522 (top level): Call it.
11523
11524 2017-10-13 Pedro Alves <palves@redhat.com>
11525
11526 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
11527 expect different "info terminal" output if testing with a
11528 non-native target.
11529
11530 2017-10-13 Pedro Alves <palves@redhat.com>
11531 Simon Marchi <simon.marchi@polymtl.ca>
11532
11533 PR python/12966
11534 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
11535
11536 2017-10-13 Pedro Alves <palves@redhat.com>
11537
11538 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
11539 already.
11540
11541 2017-10-13 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
11544 is_remote.
11545
11546 2017-10-13 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
11549 is_remote.
11550
11551 2017-10-13 Pedro Alves <palves@redhat.com>
11552
11553 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
11554 is set.
11555 (corefile_test_attach): Likewise. Check can_spawn_for_attach
11556 instead of is_remote.
11557
11558 2017-10-13 Pedro Alves <palves@redhat.com>
11559
11560 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
11561 (top level): Add comment.
11562
11563 2017-10-13 Pedro Alves <palves@redhat.com>
11564
11565 * gdb.base/remote.exp (top level): Fix comment typo and add
11566 missing return.
11567
11568 2017-10-13 Pedro Alves <palves@redhat.com>
11569 Simon Marchi <simon.marchi@polymtl.ca>
11570
11571 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
11572 calls and add comments. Skip test if use_gdb_stub is set.
11573 (top level): Use "set cwd" command instead of "cd" command.
11574
11575 2017-10-13 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
11578 is_remote target check.
11579
11580 2017-10-13 Pedro Alves <palves@redhat.com>
11581
11582 * gdb.base/scope.exp: Use build_executable + clean_restart +
11583 gdb_file_cmd instead of prepare_for_testing and no longer skip
11584 "before run" tests on is_remote target boards. Update comments.
11585 * boards/native-extended-gdbserver.exp
11586 (extended_gdbserver_load_last_file): New, factored out from ...
11587 (gdb_load): ... this. Move further below and add comment.
11588 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
11589
11590 2017-10-12 Pedro Alves <palves@redhat.com>
11591
11592 * gdb.base/attach.exp: Remove references to gdb64.
11593 * gdb.base/dbx.exp: Remove references to gdb64.
11594
11595 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11596 Pedro Alves <palves@redhat.com>
11597
11598 * gdb.base/label.exp: Remove is_remote target check.
11599
11600 2017-10-12 Pedro Alves <palves@redhat.com>
11601
11602 * gdb.base/auvx.exp (coredir): Update comment.
11603 (top level) <core_works>: Use "set cwd" command instead of "cd"
11604 command.
11605
11606 2017-10-12 Pedro Alves <palves@redhat.com>
11607 Simon Marchi <simon.marchi@polymtl.ca>
11608
11609 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
11610 target boards.
11611
11612 2017-10-12 Pedro Alves <palves@redhat.com>
11613 Simon Marchi <simon.marchi@polymtl.ca>
11614
11615 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
11616 Instead skip if there's any gdb_protocol set.
11617
11618 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
11619 Pedro Alves <palves@redhat.com>
11620
11621 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
11622
11623 2017-10-12 Pedro Alves <palves@redhat.com>
11624 Simon Marchi <simon.marchi@polymtl.ca>
11625
11626 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
11627 instead of on dejagnu remote boards.
11628
11629 2017-10-12 Pedro Alves <palves@redhat.com>
11630 Simon Marchi <simon.marchi@polymtl.ca>
11631
11632 * gdb.base/inferior-died.exp: Remove is_remote and isnative
11633 checks. Use build_executable + clean_restart instead of
11634 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
11635 of enabling non-stop after starting gdb.
11636
11637 2017-10-12 Pedro Alves <palves@redhat.com>
11638
11639 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
11640 * gdb.threads/non-ldr-exc-2.exp: Ditto.
11641 * gdb.threads/non-ldr-exc-3.exp: Ditto.
11642 * gdb.threads/non-ldr-exc-4.exp: Ditto.
11643
11644 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
11645
11646 * gdb.arch/arc-tdesc-cpu.exp: New file.
11647 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
11648
11649 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
11650
11651 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
11652
11653 2017-10-10 Pedro Alves <palves@redhat.com>
11654
11655 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
11656 expect CLI output.
11657
11658 2017-10-10 Pedro Alves <palves@redhat.com>
11659
11660 * lib/selftest-support.exp (selftest_setup): Update for
11661 captured_command_loop's prototype change.
11662
11663 2017-10-09 Pedro Alves <palves@redhat.com>
11664
11665 Test both arch1=>arch2 and arch2=>arch1.
11666
11667 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
11668 (srcfile2, binfile2, march1, march2): Remove globals. Largely
11669 factored out to...
11670 (append_arch1_options, append_arch2_options, append_arch_options)
11671 (build_executables): New procedures.
11672 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
11673 local.
11674 (top level): Add new 'first_arch' testing axis.
11675
11676 2017-10-09 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
11679 (barrier): New.
11680 (thread_start, all_started): New functions.
11681 (main): Spawn new thread and wait until it is scheduled.
11682 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
11683 option.
11684 (do_test): Add 'selected_thread' parameter. Run to all_started
11685 instead of main. Explicitly set the breakpoint at main. Switch
11686 to the SELECTED_THREAD thread.
11687 (top level): Test handling the exec event with either the main
11688 thread or the second thread selected.
11689
11690 2017-10-09 Pedro Alves <palves@redhat.com>
11691
11692 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
11693 logic. Move STOP marker after the value checks.
11694 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
11695 regexp.
11696
11697 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
11698
11699 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
11700
11701 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
11702
11703 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
11704 integer-to-dfp conversion.
11705 * gdb.base/dfp-test.exp: Likewise.
11706
11707 2017-10-04 Pedro Alves <palves@redhat.com>
11708
11709 * gdb.multi/hangout.c: Include <unistd.h>.
11710 (hangout_loop): New function.
11711 (main): Call alarm. Call hangout_loop in a loop.
11712 * gdb.multi/hello.c: Include <unistd.h>.
11713 (hello_loop): New function.
11714 (main): Call alarm. Call hangout_loop in a loop.
11715 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
11716 inferior with the other selected.
11717
11718 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * gdb.mi/list-thread-groups-available.exp: New file.
11721 * gdb.mi/list-thread-groups-available.c: New file.
11722
11723 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11724
11725 * gdb.base/set-cwd.exp: Make it available on
11726 native-extended-gdbserver.
11727
11728 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
11729
11730 * gdb.base/set-cwd.c: New file.
11731 * gdb.base/set-cwd.exp: Likewise.
11732
11733 2017-10-02 Tom Tromey <tom@tromey.com>
11734
11735 PR rust/22236:
11736 * gdb.rust/simple.rs (main): New variable "fslice".
11737 * gdb.rust/simple.exp: Add slice tests. Update string tests.
11738
11739 2017-10-02 Tom Tromey <tom@tromey.com>
11740
11741 * gdb.rust/simple.exp: Test ptype of a slice.
11742
11743 2017-10-02 Tom Tromey <tom@tromey.com>
11744
11745 * gdb.rust/simple.exp: Test index of slice.
11746
11747 2017-09-27 Tom Tromey <tom@tromey.com>
11748
11749 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
11750
11751 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
11752 Pedro Alves <palves@redhat.com>
11753
11754 * gdb.base/compare-sections.exp (get value of read-only section): Read
11755 as unsigned value.
11756 (corrupt read-only section): Likewise and don't set written if patching
11757 failed.
11758
11759 2017-09-21 Kevin Buettner <kevinb@redhat.com>
11760
11761 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
11762 files.
11763
11764 2017-09-20 Pedro Alves <palves@redhat.com>
11765
11766 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
11767 symbol names in gdb's output.
11768 * gdb.cp/overload.exp ("list all overloads"): Likewise.
11769
11770 2017-09-20 Pedro Alves <palves@redhat.com>
11771
11772 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
11773 Rename to ...
11774 (test_list_ambiguous_symbol): ... this and add a symbol name
11775 parameter. Adjust.
11776 (test_list_ambiguous_function): Reimplement on top of
11777 test_list_ambiguous_symbol and also test listing ambiguous
11778 variables.
11779 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
11780 (ambiguous_fun): ... this.
11781 (ambiguous_var): New.
11782 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
11783 (ambiguous_fun): ... this.
11784 (ambiguous_var): New.
11785
11786 2017-09-19 John Baldwin <jhb@FreeBSD.org>
11787
11788 * gdb.base/starti.c: New file.
11789 * gdb.base/starti.exp: New file.
11790 * lib/gdb.exp (gdb_starti_cmd): New procedure.
11791
11792 2017-09-14 Pedro Alves <palves@redhat.com>
11793
11794 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
11795 (top level): Use it instead of runto.
11796
11797 2017-09-11 Tom Tromey <tom@tromey.com>
11798
11799 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
11800
11801 2017-09-11 Tom Tromey <tom@tromey.com>
11802
11803 * gdb.python/py-infthread.exp: Add tests for new_thread event.
11804 * gdb.python/py-inferior.exp: Add tests for new inferior events.
11805
11806 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
11807
11808 * gdb.fortran/printing-types.exp: New file.
11809 * gdb.fortran/printing-types.exp: New file.
11810
11811 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11812
11813 * gdb.fortran/vla-ptype.exp: Fix typos.
11814 * gdb.fortran/vla-value.exp: Same.
11815
11816 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
11817
11818 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
11819 * gdb.mi/mi-var-child-f.exp: Likewise.
11820 * gdb.mi/mi-vla-fortran.exp: Likewise.
11821
11822 2017-09-08 Frank Penczek <frank.penczek@intel.com>
11823 Christoph Weinmann <christoph.t.weinmann@intel.com>
11824 Bernhard Heckel <bernhard.heckel@intel.com>
11825
11826 * gdb.fortran/ptr-indentation.f90: New file.
11827 * gdb.fortran/ptr-indentation.exp: New file.
11828
11829 2017-09-05 Tom Tromey <tom@tromey.com>
11830
11831 PR gdb/22010:
11832 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
11833
11834 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
11835
11836 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
11837
11838 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11839
11840 * gdb.threads/tls-nodebug-pie.c: New file.
11841 * gdb.threads/tls-nodebug-pie.exp: New file.
11842
11843 2017-09-05 Tom Tromey <tom@tromey.com>
11844
11845 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
11846 for rust.
11847
11848 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
11849
11850 * gdb.multi/multi-arch-exec.exp: Test with different
11851 "follow-exec-mode" settings.
11852 (do_test): New procedure.
11853
11854 2017-09-04 Pedro Alves <palves@redhat.com>
11855
11856 * gdb.base/func-static.c (S::method const, S::method volatile)
11857 (S::method volatile const): New methods.
11858 (c_s, v_s, cv_s): New instances.
11859 (main): Call method() on them.
11860 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
11861 (cannot_resolve): New procedure.
11862 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
11863 print-quote-unquoted columns.
11864 (do_test): Test printing each scope too.
11865
11866 2017-09-04 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.base/local-static.exp: Also test with
11869 class::method::variable wholly quoted.
11870 * gdb.cp/m-static.exp (class::method::variable): Remove test.
11871
11872 2017-09-04 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.base/local-static.c: New.
11875 * gdb.base/local-static.cc: New.
11876 * gdb.base/local-static.exp: New.
11877
11878 2017-09-04 Pedro Alves <palves@redhat.com>
11879
11880 * gdb.asm/asm-source.exp: Add casts to int.
11881 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
11882 (dataglobal64_1, dataglobal64_2): New globals.
11883 * gdb.base/nodebug.exp: Test different expressions involving the
11884 new globals, with print, whatis and ptype. Add casts to int.
11885 * gdb.base/solib-display.exp: Add casts to int.
11886 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
11887 * gdb.cp/m-static.exp: Add cast to int.
11888 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
11889 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
11890 tls variable with no debug info without a cast. Test with a cast
11891 to int too.
11892 * gdb.trace/entry-values.exp: Add casts.
11893
11894 2017-09-04 Pedro Alves <palves@redhat.com>
11895
11896 * gdb.base/nodebug.exp: Test that ptype's error about functions
11897 with unknown return type includes the function name too.
11898
11899 2017-09-04 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
11902 return type of munmap in infcall.
11903 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
11904 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
11905 type of ftell in infcall.
11906 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
11907 type of getpid in infcall.
11908 * gdb.base/infcall-exec.exp: Cast return type of execlp in
11909 infcall.
11910 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
11911 Bail on failure to extract the pid.
11912 * gdb.base/nodebug.c: #include <stdint.h>.
11913 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
11914 New functions.
11915 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
11916 Change expected output of print/whatis/ptype with functions with
11917 no debug info. Test all supported languages. Call
11918 test_call_promotion.
11919 * gdb.compile/compile.exp: Adjust expected output to expect
11920 warning.
11921 * gdb.threads/siginfo-threads.exp: Likewise.
11922
11923 2017-09-04 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.base/callfuncs.exp (do_function_calls): New parameter
11926 "prototypes". Test calling float functions via prototyped and
11927 unprototyped function pointers.
11928 (perform_all_tests): New parameter "prototypes". Pass it down.
11929 (top level): Pass down "prototypes" parameter to
11930 perform_all_tests.
11931
11932 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11933
11934 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
11935 Test with nested loops.
11936
11937 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11938
11939 * gdb.base/commands.exp: Call the new procedures.
11940 (loop_break_test, loop_continue_test): New procedures.
11941
11942 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
11943
11944 * gdb.base/commands.exp: Call new procedure.
11945 (define_if_without_arg_test): New procedure.
11946
11947 2017-09-04 Pedro Alves <palves@redhat.com>
11948
11949 * gdb.base/list-ambiguous.exp: New file.
11950 * gdb.base/list-ambiguous0.c: New file.
11951 * gdb.base/list-ambiguous1.c: New file.
11952 * gdb.base/list.exp (test_list_range): Adjust expected output.
11953
11954 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
11955
11956 * gdb.base/share-env-with-gdbserver.c: New file.
11957 * gdb.base/share-env-with-gdbserver.exp: Likewise.
11958
11959 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11960
11961 * gdb.base/commands.exp (gdbvar_simple_if_test,
11962 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
11963 progvar_simple_if_test, progvar_simple_while_test,
11964 progvar_complex_if_while_test, user_defined_command_test,
11965 user_defined_command_args_eval,
11966 user_defined_command_args_stack_test,
11967 user_defined_command_manyargs_test, bp_deleted_in_command_test,
11968 temporary_breakpoint_commands,
11969 gdb_test_no_prompt, redefine_hook_test,
11970 redefine_backtrace_test): Remove "global gdb_prompt".
11971
11972 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
11975 New proc, call it from toplevel.
11976
11977 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
11978
11979 PR remote/21852
11980 * gdb.server/normal.c: New file, copied from gdb.base.
11981 * gdb.server/run-without-local-binary.exp: New file.
11982
11983 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
11984
11985 * gdb.arch/sparc64-adi.exp: New file.
11986 * gdb.arch/sparc64-adi.c: New file.
11987
11988 2017-08-22 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.cp/overload.exp (line_range_pattern): New procedure.
11991 (top level): Add "list all overloads" tests.
11992
11993 2017-08-22 Tom Tromey <tom@tromey.com>
11994
11995 * gdb.gdb/xfullpath.exp: Remove.
11996
11997 2017-08-21 Pedro Alves <palves@redhat.com>
11998
11999 PR gdb/19487
12000 * gdb.base/symbol-alias.c: New.
12001 * gdb.base/symbol-alias2.c: New.
12002 * gdb.base/symbol-alias.exp: New.
12003
12004 2017-08-21 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.base/dfp-test.c
12007 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
12008 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
12009 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
12010 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
12011 * gdb.base/whatis-ptype-typedefs.c: New.
12012 * gdb.base/whatis-ptype-typedefs.exp: New.
12013 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
12014 (an_int, an_int_type, an_int_type2): New globals.
12015 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
12016 involving typedefs and cast expressions.
12017 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
12018 (lookup_typedefs_function): New.
12019 (typedefs_pretty_printers_dict): New.
12020 (top level): Register lookup_typedefs_function in
12021 gdb.pretty_printers.
12022
12023 2017-08-18 Yao Qi <yao.qi@linaro.org>
12024
12025 * gdb.server/unittest.exp: New.
12026
12027 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
12028
12029 PR gdb/21954
12030 * gdb.base/environ.exp: Add test to check if 'unset environment'
12031 works.
12032
12033 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12034
12035 * lib/gdb.exp (universal_compile_options): New caching proc.
12036 (gdb_compile): Suppress GCC's coloring of messages.
12037
12038 2017-08-14 Tom Tromey <tom@tromey.com>
12039
12040 PR gdb/21675:
12041 * gdb.base/printcmds.exp (test_radices): New function.
12042 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
12043 * gdb.base/sizeof.exp (check_valueof): Use p/d.
12044 * lib/gdb.exp (get_integer_valueof): Use p/d.
12045
12046 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
12047
12048 * lib/gdb.exp (get_valueof): Don't capture end-of-line
12049 characters.
12050
12051 2017-08-05 Tom Tromey <tom@tromey.com>
12052
12053 * gdb.rust/simple.exp: Allow String to appear in a different
12054 namespace.
12055
12056 2017-07-26 Yao Qi <yao.qi@linaro.org>
12057
12058 * gdb.gdb/unittest.exp: Invoke command
12059 "maintenance check xml-descriptions".
12060
12061 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12062
12063 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
12064 calling context.
12065 (hex128): Drop erroneous calculation of parameters.
12066
12067 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
12068
12069 * gdb.python/py-unwind.exp: Disable stack protection when
12070 building test file.
12071
12072 2017-07-20 Pedro Alves <palves@redhat.com>
12073
12074 * gdb.base/default.exp (set language): Adjust expected output.
12075
12076 2017-07-20 Pedro Alves <palves@redhat.com>
12077
12078 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
12079 (test_minsym): ... this, and make static.
12080 (get_pck__foo__bar__minsym): Rename to ...
12081 (get_test_minsym): ... this.
12082 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
12083 symbol names and comments.
12084 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
12085 (get_test_minsym): ... this.
12086 (pck__foo__bar__minsym__2): Rename to ...
12087 (test_minsym): ... this.
12088 (main): Adjust.
12089
12090 2017-07-17 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.base/completion.exp: Adjust expected output.
12093 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
12094 the completer works.
12095
12096 2017-07-17 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
12099
12100 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
12101
12102 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
12103
12104 2017-07-14 Tom Tromey <tom@tromey.com>
12105
12106 PR rust/21764:
12107 * gdb.rust/simple.exp: Add tests.
12108
12109 2017-07-14 Tom Tromey <tom@tromey.com>
12110
12111 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
12112
12113 2017-07-14 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.linespec/base/one/thefile.cc (z1): New function.
12116 * gdb.linespec/base/two/thefile.cc (z2): New function.
12117 * gdb.linespec/linespec.exp: Add tests.
12118
12119 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12120
12121 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
12122 to mi_create_breakpoint.
12123
12124 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
12125
12126 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
12127 mi_create_breakpoint.
12128
12129 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
12130
12131 * gdb.dlang/demangle.exp: Update for demangling changes.
12132
12133 2017-07-09 Tom Tromey <tom@tromey.com>
12134
12135 * gdb.dwarf2/shortpiece.exp: New file.
12136
12137 2017-07-06 David Blaikie <dblaikie@gmail.com>
12138
12139 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
12140 built from fissiont-multi-cu{1,2}.c.
12141 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
12142 except putting 'main' and 'func' in separate CUs in the same DWO file.
12143 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
12144 test.
12145 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
12146 test.
12147
12148 2017-07-06 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.python/py-unwind.exp: Test flushregs.
12151
12152 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12153
12154 PR cli/21688
12155 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
12156 tests for alias commands and trailing whitespace.
12157
12158 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
12159
12160 PR cli/21688
12161 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
12162 procedure. Call it.
12163
12164 2017-06-29 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.base/printcmds.exp: Add tests.
12167
12168 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
12169
12170 PR gdb/21337
12171 * gdb.base/reread-readsym.exp: New file.
12172 * gdb.base/reread-readsym.c: New file.
12173
12174 2017-06-21 Kevin Buettner <kevinb@redhat.com>
12175
12176 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
12177 subpattern.
12178
12179 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
12180
12181 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
12182 extended mnemonic.
12183 * gdb.arch/powerpc-power9.s: Likewise.
12184
12185 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12186
12187 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
12188 on 32-bit x86 targets. Exploit is_*_target macros where
12189 appropriate.
12190
12191 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12192
12193 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
12194 register pieces.
12195
12196 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12197
12198 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
12199 located in one or more DWARF pieces.
12200
12201 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12202
12203 * lib/gdb.exp (get_endianness): New proc.
12204 * gdb.arch/aarch64-fp.exp: Use it.
12205 * gdb.arch/altivec-regs.exp: Likewise.
12206 * gdb.arch/e500-regs.exp: Likewise.
12207 * gdb.arch/vsx-regs.exp: Likewise.
12208 * gdb.base/dump.exp: Likewise.
12209 * gdb.base/funcargs.exp: Likewise.
12210 * gdb.base/gnu_vector.exp: Likewise.
12211 * gdb.dwarf2/formdata16.exp: Likewise.
12212 * gdb.dwarf2/implptrpiece.exp: Likewise.
12213 * gdb.dwarf2/nonvar-access.exp: Likewise.
12214 * gdb.python/py-inferior.exp: Likewise.
12215 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
12216
12217 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12218
12219 PR gdb/21226
12220 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
12221 stack value pieces are taken from the LSB end.
12222
12223 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12224
12225 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
12226 variable at nonzero offset.
12227
12228 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12229
12230 * gdb.dwarf2/var-access.c: New file.
12231 * gdb.dwarf2/var-access.exp: New test.
12232 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
12233
12234 2017-06-12 Tom Tromey <tom@tromey.com>
12235
12236 * gdb.dwarf2/formdata16.exp: Add tests.
12237
12238 2017-06-12 Tom Tromey <tom@tromey.com>
12239
12240 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
12241
12242 2017-06-12 Tom Tromey <tom@tromey.com>
12243
12244 PR exp/16225:
12245 * gdb.reverse/i386-sse-reverse.exp: Update tests.
12246 * gdb.arch/vsx-regs.exp: Update tests.
12247 * gdb.arch/s390-vregs.exp (hex128): New proc.
12248 Update test.
12249 * gdb.arch/altivec-regs.exp: Update tests.
12250
12251 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12252
12253 * gdb.base/startup-with-shell.c: New file.
12254 * gdb.base/startup-with-shell.exp: Likewise.
12255
12256 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
12257
12258 * gdb.server/non-existing-program.exp: Update regex in order to
12259 reflect the fact that gdbserver is now using fork_inferior (with a
12260 shell) to startup the inferior.
12261
12262 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
12263
12264 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
12265 support function calls from GDB.
12266
12267 2017-05-21 Tom Tromey <tom@tromey.com>
12268
12269 PR rust/21466:
12270 * gdb.rust/unsized.exp: New file.
12271 * gdb.rust/unsized.rs: New file.
12272
12273 2017-05-19 Tom Tromey <tom@tromey.com>
12274
12275 PR rust/21484:
12276 * gdb.rust/watch.exp: New file.
12277 * gdb.rust/watch.rs: New file.
12278
12279 2017-05-18 Tom Tromey <tom@tromey.com>
12280
12281 * gdb.rust/simple.exp: Allow Box to be qualified.
12282
12283 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
12284
12285 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
12286
12287 2017-05-18 Pedro Alves <palves@redhat.com>
12288
12289 * gdb.base/fileio.c (test_write, test_read, test_close)
12290 (test_fstat): Don't print 'ret' in the fail path.
12291
12292 2017-05-18 Pedro Alves <palves@redhat.com>
12293
12294 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
12295 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
12296 (test_system, test_rename, test_unlink, test_time): Change
12297 prototypes.
12298 * gdb.base/fileio.exp (stop_msg): Adjust.
12299
12300 2017-05-18 Pedro Alves <palves@redhat.com>
12301
12302 * gdb.base/fileio.c (null_str): New global.
12303 (test_stat): Use it.
12304 * gdb.base/fileio.exp: Remove nowarnings.
12305
12306 2017-05-17 Yao Qi <yao.qi@linaro.org>
12307
12308 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
12309
12310 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
12311
12312 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
12313 argument command.
12314 (top-level): Invoke test_set_inferior_tty.
12315
12316 2017-05-04 Pedro Alves <palves@redhat.com>
12317
12318 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
12319 Add parens to print call for Python 3.
12320
12321 2017-05-03 Keith Seitz <keiths@redhat.com>
12322
12323 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
12324 (main): Call it.
12325
12326 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12327
12328 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
12329 to prev and next.
12330
12331 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12332
12333 * gdb.python/py-record-btrace.exp: Remove test for
12334 gdb.BtraceInstruction.error.
12335
12336 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12337
12338 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
12339
12340 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
12341
12342 * gdb.python/py-record-btrace-threads.c: New file.
12343 * gdb.python/py-record-btrace-threads.exp: New file.
12344
12345 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
12346
12347 PR testsuite/8595
12348 * gdb.base/environ.exp: Make test available in all architectures.
12349 Move bits related to "info program" testing to
12350 gdb.base/info-program.exp. Rewrite tests to use the two new
12351 procedures mentione below.
12352 (test_set_show_env_var) New procedure.
12353 (test_set_show_env_var_equal): Likewise.
12354 * gdb.base/info-program.exp: New file.
12355
12356 2017-04-27 Keith Seitz <keiths@redhat.com>
12357
12358 * gdb.cp/oranking.cc (test15): New function.
12359 (main): Call test15 and declare additional variables for testing.
12360 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
12361 "p foo101('abc')" tests.
12362 Add tests for cv qualifier overloads.
12363 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
12364 "lvalue reference overload" test.
12365 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
12366 "print value of f1 on Child&& in f2" test.
12367
12368 2017-04-19 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
12371 procedure.
12372 (top level): Call it.
12373 * lib/gdb.exp (gdb_define_cmd): New procedure.
12374
12375 2017-04-12 Pedro Alves <palves@redhat.com>
12376
12377 PR gdb/21323
12378 * gdb.cp/wide_char_types.c: Include <wchar.h>.
12379 (wchar): New global.
12380 * gdb.cp/wide_char_types.exp (wide_char_types_program)
12381 (do_test_wide_char, wide_char_types_no_program, top level): Add
12382 wchar_t testing.
12383
12384 2017-04-12 Pedro Alves <palves@redhat.com>
12385
12386 PR c++/21323
12387 * gdb.cp/wide_char_types.c: New file.
12388 * gdb.cp/wide_char_types.exp: New file.
12389
12390 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
12391
12392 PR gdb/21352
12393 * gdb.trace/tsv.exp: Add test for "tsave -r".
12394
12395 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
12396
12397 * gdb.dlang/watch-loc.c: New file.
12398 * gdb.dlang/watch-loc.exp: New file.
12399
12400 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12401
12402 * gdb.python/py-section-script.exp (sepdebug): New testcases.
12403
12404 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12405
12406 * gdb.arch/arc-analyze-prologue.S: New file.
12407 * gdb.arch/arc-analyze-prologue.exp: Likewise.
12408
12409 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
12410
12411 * gdb.arch/arc-decode-insn.S: New file.
12412 * gdb.arch/arc-decode-insn.exp: Likewise.
12413
12414 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
12415
12416 PR tdep/20928
12417 * gdb.arch/sparc64-regs.exp: New file.
12418 * gdb.arch/sparc64-regs.S: Likewise.
12419
12420 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
12421
12422 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
12423 and memory view on Python 3.
12424
12425 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
12426 Keith Seitz <keiths@redhat.com>
12427
12428 PR gdb/14441
12429 * gdb.cp/demangle.exp: Add rvalue reference tests.
12430 * gdb.cp/rvalue-ref-casts.cc: New file.
12431 * gdb.cp/rvalue-ref-casts.exp: New file.
12432 * gdb.cp/rvalue-ref-overload.cc: New file.
12433 * gdb.cp/rvalue-ref-overload.exp: New file.
12434 * gdb.cp/rvalue-ref-params.cc: New file.
12435 * gdb.cp/rvalue-ref-params.exp: New file.
12436 * gdb.cp/rvalue-ref-sizeof.cc: New file.
12437 * gdb.cp/rvalue-ref-sizeof.exp: New file.
12438 * gdb.cp/rvalue-ref-types.cc: New file.
12439 * gdb.cp/rvalue-ref-types.exp: New file.
12440 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
12441 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
12442
12443 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12444
12445 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
12446 New procedure.
12447
12448 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
12449
12450 * lib/mi-support.exp (mi_gdb_test): Add additional message
12451 for unexpected output.
12452
12453 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
12454
12455 * gdb.base/examine-backward.c (Barrier): New character array
12456 constant, to ensure that TestStrings is preceded by a string
12457 terminator.
12458
12459 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
12460
12461 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
12462 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
12463 and implicit pointer into such a location.
12464
12465 2017-03-16 Doug Evans <dje@google.com>
12466
12467 * gdb.python/py-lazy-string (pointer): Really add new typedef.
12468
12469 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
12470
12471 * gdb.cp/m-static.exp: Fix expectation for prototype of
12472 test5.single_constructor and single_constructor::single_constructor.
12473
12474 2017-03-16 Doug Evans <dje@google.com>
12475
12476 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
12477 * gdb.guile/scm-lazy-string.c: New file.
12478 * gdb.guile/scm-value.exp: Move lazy string tests to ...
12479 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
12480 for pointer, array, typedef lazy strings.
12481
12482 2017-03-16 Doug Evans <dje@google.com>
12483
12484 PR python/17728, python/18439, python/18779
12485 * gdb.python/py-value.c (main) Delete locals sptr, sn.
12486 * gdb.python/py-lazy-string.c (pointer): New typedef.
12487 (main): New locals ptr, array, typedef_ptr.
12488 * gdb.python/py-value.exp: Move lazy string tests to ...
12489 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
12490 array, typedef lazy strings.
12491
12492 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
12493
12494 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
12495 Add optional 'test' parameter.
12496
12497 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12500 Skip for versions of DejaGnu < 1.5.
12501
12502 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * lib/gdb.exp (dejagnu_version): New proc.
12505 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12506 Use dejagnu_version.
12507
12508 2017-03-10 Keith Seitz <keiths@redhat.com>
12509
12510 PR c++/8128
12511 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
12512 type from destructor regexps.
12513 Add a branch which actually passes the test.
12514 Adjust "ptype t5i" test names.
12515
12516 2017-03-08 Pedro Alves <palves@redhat.com>
12517
12518 * gdb.base/step-over-exit.exp: Add explicit test message.
12519
12520 2017-03-08 Pedro Alves <palves@redhat.com>
12521
12522 PR gdb/18360
12523 * gdb.threads/interrupt-while-step-over.c: New file.
12524 * gdb.threads/interrupt-while-step-over.exp: New file.
12525
12526 2017-03-08 Pedro Alves <palves@redhat.com>
12527
12528 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
12529 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
12530
12531 2017-03-08 Pedro Alves <palves@redhat.com>
12532
12533 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
12534 PKRU as not supported as a PASS.
12535
12536 2017-03-08 Pedro Alves <palves@redhat.com>
12537
12538 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
12539 prefix instead of $binfile1/$binfile2.
12540 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
12541 in test message.
12542 * gdb.python/py-completion.exp: Use "load python file" as test
12543 messages instead of unstable path names.
12544
12545 2017-03-08 Pedro Alves <palves@redhat.com>
12546 Jan Kratochvil <jan.kratochvil@redhat.com>
12547
12548 PR cli/21218
12549 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
12550 New proc.
12551 (top level): Call it.
12552
12553 2017-03-08 Pedro Alves <palves@redhat.com>
12554
12555 PR tui/21216
12556 * gdb.tui/tui-nl-filtered-output.exp: New file.
12557
12558 2017-03-08 Pedro Alves <palves@redhat.com>
12559
12560 * gdb.base/completion.exp: Move TUI completion tests to ...
12561 * gdb.tui/completion.exp: ... this new file.
12562
12563 2017-03-08 Pedro Alves <palves@redhat.com>
12564
12565 * gdb.base/tui-disasm-long-lines.c,
12566 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
12567 gdb.base/tui-layout.exp: Move to ...
12568 * gdb.tui/: ... this new directory.
12569
12570 2017-03-07 Pedro Alves <palves@redhat.com>
12571
12572 * gdb.base/tui-layout.c: New file.
12573 * gdb.base/tui-layout.exp: New file.
12574
12575 2017-03-07 Pedro Alves <palves@redhat.com>
12576
12577 * gdb.base/tui-layout.c: Rename to ...
12578 * gdb.base/tui-disasm-long-lines.c: ... this.
12579 * gdb.base/tui-layout.exp: Rename to ...
12580 * gdb.base/tui-disasm-long-lines.exp: ... this.
12581
12582 2017-03-07 Pedro Alves <palves@redhat.com>
12583
12584 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
12585
12586 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12587
12588 * i386-mpx-call.c: New file.
12589 * i386-mpx-call.exp: New file.
12590
12591 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
12592
12593 * gdb.arch/powerpc-power.exp: Delete test.
12594 * gdb.arch/powerpc-power.s: Likewise.
12595 * gdb.disasm/disassembler-options.exp: New test.
12596 * gdb.arch/powerpc-altivec.exp: Likewise.
12597 * gdb.arch/powerpc-altivec.s: Likewise.
12598 * gdb.arch/powerpc-altivec2.exp: Likewise.
12599 * gdb.arch/powerpc-altivec2.s: Likewise.
12600 * gdb.arch/powerpc-altivec3.exp: Likewise.
12601 * gdb.arch/powerpc-altivec3.s: Likewise.
12602 * gdb.arch/powerpc-power7.exp: Likewise.
12603 * gdb.arch/powerpc-power7.s: Likewise.
12604 * gdb.arch/powerpc-power8.exp: Likewise.
12605 * gdb.arch/powerpc-power8.s: Likewise.
12606 * gdb.arch/powerpc-power9.exp: Likewise.
12607 * gdb.arch/powerpc-power9.s: Likewise.
12608 * gdb.arch/powerpc-vsx.exp: Likewise.
12609 * gdb.arch/powerpc-vsx.s: Likewise.
12610 * gdb.arch/powerpc-vsx2.exp: Likewise.
12611 * gdb.arch/powerpc-vsx2.s: Likewise.
12612 * gdb.arch/powerpc-vsx3.exp: Likewise.
12613 * gdb.arch/powerpc-vsx3.s: Likewise.
12614 * gdb.arch/arm-disassembler-options.exp: Likewise.
12615 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
12616 * gdb.arch/s390-disassembler-options.exp: Likewise.
12617
12618 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
12619
12620 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
12621 (check_supported_features): ... this. Changed return type to void.
12622 (supports_rdseed): New static global.
12623 (rdseed): Check supports_rdseed.
12624 (initialize): Call check_supported_features.
12625
12626 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12627
12628 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
12629 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
12630 and lqarx/stqcx.
12631 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
12632 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
12633
12634 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12635
12636 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
12637 uppercase.
12638
12639 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12640
12641 * gdb.dwarf2/formdata16.c: New file.
12642 * gdb.dwarf2/formdata16.exp: New file.
12643 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
12644
12645 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12646
12647 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
12648 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
12649 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
12650 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
12651 DW_AT_GNU_*.
12652
12653 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12654
12655 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
12656
12657 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
12658
12659 PR gdb/21164
12660 * gdb.base/maint.exp: Add testcases for when the commands do
12661 not have arguments.
12662
12663 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
12664
12665 * gdb.cp/chained-calls.exp: Use p instead of P.
12666
12667 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
12668
12669 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
12670 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
12671
12672 2017-02-14 Tom Tromey <tom@tromey.com>
12673
12674 PR python/13598:
12675 * gdb.python/py-events.exp: Add before_prompt event tests.
12676
12677 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12678
12679 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
12680
12681 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12682
12683 * gdb.linespec/explicit.c (my_unique_function_name): New function.
12684 (main): Call my_unique_function_name.
12685 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
12686 completion of patterns with a single match.
12687 Add missing -re switches to gdb_test_multiple calls.
12688
12689 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
12690
12691 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
12692 return if core file is not recognized.
12693
12694 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12695
12696 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
12697 and extra UIs.
12698
12699 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
12700
12701 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
12702 proc_with_prefix.
12703
12704 2017-02-10 Tom Tromey <tom@tromey.com>
12705
12706 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
12707
12708 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
12709
12710 PR gdb/21122
12711 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
12712
12713 2017-02-08 Jerome Guitton <guitton@adacore.com>
12714
12715 * gdb.base/define.exp: Add test for command abbreviations
12716 in define.
12717
12718 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
12719
12720 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
12721 * gdb.reverse/insn-reverse-x86.c: New file.
12722
12723 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
12724
12725 PR tdep/20936
12726 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
12727
12728 2017-02-03 Tom Tromey <tom@tromey.com>
12729
12730 PR rust/21097:
12731 * gdb.rust/simple.exp: Add new tests.
12732
12733 2017-02-02 Pedro Alves <palves@redhat.com>
12734
12735 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
12736 tests.
12737
12738 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
12739
12740 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
12741 taking a 2-byte value out of a 4-byte DWARF implicit value on
12742 big-endian targets.
12743 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12744 logic. Add test cases for DW_OP_implicit.
12745
12746 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12747
12748 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
12749
12750 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12751
12752 * gdb.btrace/enable.exp: Call gdb_exit before
12753 skip_gdbserver_tests.
12754
12755 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12756
12757 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
12758 GDBFLAGS.
12759
12760 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12761
12762 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
12763 the test is skipped.
12764 * gdb.btrace/data.exp: Likewise.
12765 * gdb.btrace/delta.exp: Likewise.
12766 * gdb.btrace/dlopen.exp: Likewise.
12767 * gdb.btrace/enable-running.exp: Likewise.
12768 * gdb.btrace/enable.exp: Likewise.
12769 * gdb.btrace/exception.exp: Likewise.
12770 * gdb.btrace/function_call_history.exp: Likewise.
12771 * gdb.btrace/gcore.exp: Likewise.
12772 * gdb.btrace/instruction_history.exp: Likewise.
12773 * gdb.btrace/multi-thread-step.exp: Likewise.
12774 * gdb.btrace/nohist.exp: Likewise.
12775 * gdb.btrace/non-stop.exp: Likewise.
12776 * gdb.btrace/reconnect.exp: Likewise.
12777 * gdb.btrace/record_goto-step.exp: Likewise.
12778 * gdb.btrace/record_goto.exp: Likewise.
12779 * gdb.btrace/rn-dl-bind.exp: Likewise.
12780 * gdb.btrace/segv.exp: Likewise.
12781 * gdb.btrace/step.exp: Likewise.
12782 * gdb.btrace/stepi.exp: Likewise.
12783 * gdb.btrace/tailcall-only.exp: Likewise.
12784 * gdb.btrace/tailcall.exp: Likewise.
12785 * gdb.btrace/tsx.exp: Likewise.
12786 * gdb.btrace/unknown_functions.exp: Likewise.
12787 * gdb.btrace/vdso.exp: Likewise.
12788
12789 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
12790
12791 * gdb.btrace/enable-running.c: New.
12792 * gdb.btrace/enable-running.exp: New.
12793
12794 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
12795
12796 * gdb.arch/amd64-gs_base.c: New file.
12797 * gdb.arch/amd64-gs_base.exp: New file.
12798
12799 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12800
12801 * lib/memory.exp: Remove spurious empty newlines.
12802
12803 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
12804
12805 * gdb.python/py-bad-printers.exp: Load python file using "source".
12806 * gdb.python/py-events.exp: Likewise.
12807 * gdb.python/py-evsignal.exp: Likewise.
12808 * gdb.python/py-evthreads.exp: Likewise.
12809 * gdb.python/py-frame-args.exp: Likewise.
12810 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
12811 * gdb.python/py-framefilter-mi.exp: Likewise.
12812 * gdb.python/py-framefilter.exp: Likewise.
12813 * gdb.python/py-mi.exp: Likewise.
12814 * gdb.python/py-pp-maint.exp: Likewise.
12815 * gdb.python/py-pp-registration.exp: Likewise.
12816 * gdb.python/py-prettyprint.exp: Likewise.
12817 (run_lang_tests): Likewise.
12818 * gdb.python/py-typeprint.exp: Likewise.
12819
12820 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12821
12822 * lib/memory.exp: New file.
12823 * lib/gdb.exp: Load memory.exp.
12824 * gdb.base/memattr.exp (delete_memory): Move proc to
12825 lib/memory.exp and rename to delete_memory_regions.
12826 Replace delete_memory with delete_memory_regions.
12827 Cleanup memory regions before tests.
12828 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
12829 before tests.
12830
12831 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
12832
12833 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
12834 files.
12835 (initialize): New function conditionally defined.
12836 (testcases): Move within conditional block.
12837 (main): Call initialize.
12838 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
12839 of gdb.reverse/insn-reverse.c.
12840 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
12841 gdb.reverse/insn-reverse.c.
12842
12843 2017-01-26 Yao Qi <yao.qi@linaro.org>
12844
12845 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
12846 disassemble on address 0.
12847
12848 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
12849 Yao Qi <yao.qi@linaro.org>
12850
12851 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
12852 * gdb.dwarf2/implptr-64bit.S: Remove.
12853 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
12854 variables in caller's context. Add DW_OP_implicit_value.
12855
12856 2017-01-25 Yao Qi <yao.qi@linaro.org>
12857
12858 * lib/dwarf.exp (Dwarf::_location): Handle
12859 DW_OP_GNU_implicit_pointer with proper size.
12860
12861 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12862
12863 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
12864 and add untested calls.
12865
12866 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
12867
12868 * gdb.python/python.exp: Check line number against what GDB thinks
12869 the line number is for func1.
12870
12871 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
12872
12873 * gdb.dlang/debug-expr.exp: New file.
12874
12875 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
12876
12877 Fix test names for the following files:
12878
12879 * gdb.ada/exec_changed.exp
12880 * gdb.ada/info_types.exp
12881 * gdb.arch/aarch64-atomic-inst.exp
12882 * gdb.arch/aarch64-fp.exp
12883 * gdb.arch/altivec-abi.exp
12884 * gdb.arch/altivec-regs.exp
12885 * gdb.arch/amd64-byte.exp
12886 * gdb.arch/amd64-disp-step.exp
12887 * gdb.arch/amd64-dword.exp
12888 * gdb.arch/amd64-entry-value-inline.exp
12889 * gdb.arch/amd64-entry-value-param.exp
12890 * gdb.arch/amd64-entry-value-paramref.exp
12891 * gdb.arch/amd64-entry-value.exp
12892 * gdb.arch/amd64-i386-address.exp
12893 * gdb.arch/amd64-invalid-stack-middle.exp
12894 * gdb.arch/amd64-invalid-stack-top.exp
12895 * gdb.arch/amd64-optimout-repeat.exp
12896 * gdb.arch/amd64-prologue-skip.exp
12897 * gdb.arch/amd64-prologue-xmm.exp
12898 * gdb.arch/amd64-stap-special-operands.exp
12899 * gdb.arch/amd64-stap-wrong-subexp.exp
12900 * gdb.arch/amd64-tailcall-cxx.exp
12901 * gdb.arch/amd64-tailcall-noret.exp
12902 * gdb.arch/amd64-tailcall-ret.exp
12903 * gdb.arch/amd64-tailcall-self.exp
12904 * gdb.arch/amd64-word.exp
12905 * gdb.arch/arm-bl-branch-dest.exp
12906 * gdb.arch/arm-disp-step.exp
12907 * gdb.arch/arm-neon.exp
12908 * gdb.arch/arm-single-step-kernel-helper.exp
12909 * gdb.arch/avr-flash-qualifier.exp
12910 * gdb.arch/disp-step-insn-reloc.exp
12911 * gdb.arch/e500-abi.exp
12912 * gdb.arch/e500-regs.exp
12913 * gdb.arch/ftrace-insn-reloc.exp
12914 * gdb.arch/i386-avx512.exp
12915 * gdb.arch/i386-bp_permanent.exp
12916 * gdb.arch/i386-byte.exp
12917 * gdb.arch/i386-cfi-notcurrent.exp
12918 * gdb.arch/i386-disp-step.exp
12919 * gdb.arch/i386-dr3-watch.exp
12920 * gdb.arch/i386-float.exp
12921 * gdb.arch/i386-gnu-cfi.exp
12922 * gdb.arch/i386-mpx-map.exp
12923 * gdb.arch/i386-mpx-sigsegv.exp
12924 * gdb.arch/i386-mpx-simple_segv.exp
12925 * gdb.arch/i386-mpx.exp
12926 * gdb.arch/i386-permbkpt.exp
12927 * gdb.arch/i386-prologue.exp
12928 * gdb.arch/i386-signal.exp
12929 * gdb.arch/i386-size-overlap.exp
12930 * gdb.arch/i386-unwind.exp
12931 * gdb.arch/i386-word.exp
12932 * gdb.arch/mips-fcr.exp
12933 * gdb.arch/powerpc-d128-regs.exp
12934 * gdb.arch/powerpc-stackless.exp
12935 * gdb.arch/ppc64-atomic-inst.exp
12936 * gdb.arch/s390-stackless.exp
12937 * gdb.arch/s390-tdbregs.exp
12938 * gdb.arch/s390-vregs.exp
12939 * gdb.arch/sparc-sysstep.exp
12940 * gdb.arch/thumb-bx-pc.exp
12941 * gdb.arch/thumb-singlestep.exp
12942 * gdb.arch/thumb2-it.exp
12943 * gdb.arch/vsx-regs.exp
12944 * gdb.asm/asm-source.exp
12945 * gdb.base/a2-run.exp
12946 * gdb.base/advance.exp
12947 * gdb.base/all-bin.exp
12948 * gdb.base/anon.exp
12949 * gdb.base/args.exp
12950 * gdb.base/arithmet.exp
12951 * gdb.base/async-shell.exp
12952 * gdb.base/async.exp
12953 * gdb.base/attach-pie-noexec.exp
12954 * gdb.base/attach-twice.exp
12955 * gdb.base/auto-load.exp
12956 * gdb.base/bang.exp
12957 * gdb.base/bitfields.exp
12958 * gdb.base/break-always.exp
12959 * gdb.base/break-caller-line.exp
12960 * gdb.base/break-entry.exp
12961 * gdb.base/break-inline.exp
12962 * gdb.base/break-on-linker-gcd-function.exp
12963 * gdb.base/break-probes.exp
12964 * gdb.base/break.exp
12965 * gdb.base/breakpoint-shadow.exp
12966 * gdb.base/call-ar-st.exp
12967 * gdb.base/call-sc.exp
12968 * gdb.base/call-signal-resume.exp
12969 * gdb.base/call-strs.exp
12970 * gdb.base/callfuncs.exp
12971 * gdb.base/catch-fork-static.exp
12972 * gdb.base/catch-gdb-caused-signals.exp
12973 * gdb.base/catch-load.exp
12974 * gdb.base/catch-signal-fork.exp
12975 * gdb.base/catch-signal.exp
12976 * gdb.base/catch-syscall.exp
12977 * gdb.base/charset.exp
12978 * gdb.base/checkpoint.exp
12979 * gdb.base/chng-syms.exp
12980 * gdb.base/code-expr.exp
12981 * gdb.base/code_elim.exp
12982 * gdb.base/commands.exp
12983 * gdb.base/completion.exp
12984 * gdb.base/complex.exp
12985 * gdb.base/cond-expr.exp
12986 * gdb.base/condbreak.exp
12987 * gdb.base/consecutive.exp
12988 * gdb.base/continue-all-already-running.exp
12989 * gdb.base/coredump-filter.exp
12990 * gdb.base/corefile.exp
12991 * gdb.base/dbx.exp
12992 * gdb.base/debug-expr.exp
12993 * gdb.base/define.exp
12994 * gdb.base/del.exp
12995 * gdb.base/disabled-location.exp
12996 * gdb.base/disasm-end-cu.exp
12997 * gdb.base/disasm-optim.exp
12998 * gdb.base/display.exp
12999 * gdb.base/duplicate-bp.exp
13000 * gdb.base/ena-dis-br.exp
13001 * gdb.base/ending-run.exp
13002 * gdb.base/enumval.exp
13003 * gdb.base/environ.exp
13004 * gdb.base/eu-strip-infcall.exp
13005 * gdb.base/eval-avoid-side-effects.exp
13006 * gdb.base/eval-skip.exp
13007 * gdb.base/exitsignal.exp
13008 * gdb.base/expand-psymtabs.exp
13009 * gdb.base/filesym.exp
13010 * gdb.base/find-unmapped.exp
13011 * gdb.base/finish.exp
13012 * gdb.base/float.exp
13013 * gdb.base/foll-exec-mode.exp
13014 * gdb.base/foll-exec.exp
13015 * gdb.base/foll-fork.exp
13016 * gdb.base/fortran-sym-case.exp
13017 * gdb.base/freebpcmd.exp
13018 * gdb.base/func-ptr.exp
13019 * gdb.base/func-ptrs.exp
13020 * gdb.base/funcargs.exp
13021 * gdb.base/gcore-buffer-overflow.exp
13022 * gdb.base/gcore-relro-pie.exp
13023 * gdb.base/gcore-relro.exp
13024 * gdb.base/gcore.exp
13025 * gdb.base/gdb1090.exp
13026 * gdb.base/gdb11530.exp
13027 * gdb.base/gdb11531.exp
13028 * gdb.base/gdb1821.exp
13029 * gdb.base/gdbindex-stabs.exp
13030 * gdb.base/gdbvars.exp
13031 * gdb.base/hbreak.exp
13032 * gdb.base/hbreak2.exp
13033 * gdb.base/included.exp
13034 * gdb.base/infcall-input.exp
13035 * gdb.base/inferior-died.exp
13036 * gdb.base/infnan.exp
13037 * gdb.base/info-macros.exp
13038 * gdb.base/info-os.exp
13039 * gdb.base/info-proc.exp
13040 * gdb.base/info-shared.exp
13041 * gdb.base/info-target.exp
13042 * gdb.base/infoline.exp
13043 * gdb.base/interp.exp
13044 * gdb.base/interrupt.exp
13045 * gdb.base/jit-reader.exp
13046 * gdb.base/jit-simple.exp
13047 * gdb.base/kill-after-signal.exp
13048 * gdb.base/kill-detach-inferiors-cmd.exp
13049 * gdb.base/label.exp
13050 * gdb.base/langs.exp
13051 * gdb.base/ldbl_e308.exp
13052 * gdb.base/line-symtabs.exp
13053 * gdb.base/linespecs.exp
13054 * gdb.base/list.exp
13055 * gdb.base/long_long.exp
13056 * gdb.base/longest-types.exp
13057 * gdb.base/maint.exp
13058 * gdb.base/max-value-size.exp
13059 * gdb.base/memattr.exp
13060 * gdb.base/mips_pro.exp
13061 * gdb.base/morestack.exp
13062 * gdb.base/moribund-step.exp
13063 * gdb.base/multi-forks.exp
13064 * gdb.base/nested-addr.exp
13065 * gdb.base/nextoverexit.exp
13066 * gdb.base/noreturn-finish.exp
13067 * gdb.base/noreturn-return.exp
13068 * gdb.base/nostdlib.exp
13069 * gdb.base/offsets.exp
13070 * gdb.base/opaque.exp
13071 * gdb.base/pc-fp.exp
13072 * gdb.base/permissions.exp
13073 * gdb.base/print-symbol-loading.exp
13074 * gdb.base/prologue-include.exp
13075 * gdb.base/psymtab.exp
13076 * gdb.base/ptype.exp
13077 * gdb.base/random-signal.exp
13078 * gdb.base/randomize.exp
13079 * gdb.base/range-stepping.exp
13080 * gdb.base/readline-ask.exp
13081 * gdb.base/recpar.exp
13082 * gdb.base/recurse.exp
13083 * gdb.base/relational.exp
13084 * gdb.base/restore.exp
13085 * gdb.base/return-nodebug.exp
13086 * gdb.base/return.exp
13087 * gdb.base/run-after-attach.exp
13088 * gdb.base/save-bp.exp
13089 * gdb.base/scope.exp
13090 * gdb.base/sect-cmd.exp
13091 * gdb.base/set-lang-auto.exp
13092 * gdb.base/set-noassign.exp
13093 * gdb.base/setvar.exp
13094 * gdb.base/sigall.exp
13095 * gdb.base/sigbpt.exp
13096 * gdb.base/siginfo-addr.exp
13097 * gdb.base/siginfo-infcall.exp
13098 * gdb.base/siginfo-obj.exp
13099 * gdb.base/siginfo.exp
13100 * gdb.base/signals-state-child.exp
13101 * gdb.base/signest.exp
13102 * gdb.base/sigstep.exp
13103 * gdb.base/sizeof.exp
13104 * gdb.base/skip.exp
13105 * gdb.base/solib-corrupted.exp
13106 * gdb.base/solib-nodir.exp
13107 * gdb.base/solib-search.exp
13108 * gdb.base/stack-checking.exp
13109 * gdb.base/stale-infcall.exp
13110 * gdb.base/stap-probe.exp
13111 * gdb.base/start.exp
13112 * gdb.base/step-break.exp
13113 * gdb.base/step-bt.exp
13114 * gdb.base/step-line.exp
13115 * gdb.base/step-over-exit.exp
13116 * gdb.base/step-over-syscall.exp
13117 * gdb.base/step-resume-infcall.exp
13118 * gdb.base/step-test.exp
13119 * gdb.base/store.exp
13120 * gdb.base/structs3.exp
13121 * gdb.base/sym-file.exp
13122 * gdb.base/symbol-without-target_section.exp
13123 * gdb.base/term.exp
13124 * gdb.base/testenv.exp
13125 * gdb.base/ui-redirect.exp
13126 * gdb.base/until.exp
13127 * gdb.base/unwindonsignal.exp
13128 * gdb.base/value-double-free.exp
13129 * gdb.base/vla-datatypes.exp
13130 * gdb.base/vla-ptr.exp
13131 * gdb.base/vla-sideeffect.exp
13132 * gdb.base/volatile.exp
13133 * gdb.base/watch-cond-infcall.exp
13134 * gdb.base/watch-cond.exp
13135 * gdb.base/watch-non-mem.exp
13136 * gdb.base/watch-read.exp
13137 * gdb.base/watch-vfork.exp
13138 * gdb.base/watchpoint-cond-gone.exp
13139 * gdb.base/watchpoint-delete.exp
13140 * gdb.base/watchpoint-hw-hit-once.exp
13141 * gdb.base/watchpoint-hw.exp
13142 * gdb.base/watchpoint-stops-at-right-insn.exp
13143 * gdb.base/watchpoints.exp
13144 * gdb.base/wchar.exp
13145 * gdb.base/whatis-exp.exp
13146 * gdb.btrace/buffer-size.exp
13147 * gdb.btrace/data.exp
13148 * gdb.btrace/delta.exp
13149 * gdb.btrace/dlopen.exp
13150 * gdb.btrace/enable.exp
13151 * gdb.btrace/exception.exp
13152 * gdb.btrace/function_call_history.exp
13153 * gdb.btrace/gcore.exp
13154 * gdb.btrace/instruction_history.exp
13155 * gdb.btrace/nohist.exp
13156 * gdb.btrace/reconnect.exp
13157 * gdb.btrace/record_goto-step.exp
13158 * gdb.btrace/record_goto.exp
13159 * gdb.btrace/rn-dl-bind.exp
13160 * gdb.btrace/segv.exp
13161 * gdb.btrace/step.exp
13162 * gdb.btrace/stepi.exp
13163 * gdb.btrace/tailcall-only.exp
13164 * gdb.btrace/tailcall.exp
13165 * gdb.btrace/tsx.exp
13166 * gdb.btrace/unknown_functions.exp
13167 * gdb.btrace/vdso.exp
13168 * gdb.compile/compile-ifunc.exp
13169 * gdb.compile/compile-ops.exp
13170 * gdb.compile/compile-print.exp
13171 * gdb.compile/compile-setjmp.exp
13172 * gdb.cp/abstract-origin.exp
13173 * gdb.cp/ambiguous.exp
13174 * gdb.cp/annota2.exp
13175 * gdb.cp/annota3.exp
13176 * gdb.cp/anon-ns.exp
13177 * gdb.cp/anon-struct.exp
13178 * gdb.cp/anon-union.exp
13179 * gdb.cp/arg-reference.exp
13180 * gdb.cp/baseenum.exp
13181 * gdb.cp/bool.exp
13182 * gdb.cp/breakpoint.exp
13183 * gdb.cp/bs15503.exp
13184 * gdb.cp/call-c.exp
13185 * gdb.cp/casts.exp
13186 * gdb.cp/chained-calls.exp
13187 * gdb.cp/class2.exp
13188 * gdb.cp/classes.exp
13189 * gdb.cp/cmpd-minsyms.exp
13190 * gdb.cp/converts.exp
13191 * gdb.cp/cp-relocate.exp
13192 * gdb.cp/cpcompletion.exp
13193 * gdb.cp/cpexprs.exp
13194 * gdb.cp/cplabel.exp
13195 * gdb.cp/cplusfuncs.exp
13196 * gdb.cp/cpsizeof.exp
13197 * gdb.cp/ctti.exp
13198 * gdb.cp/derivation.exp
13199 * gdb.cp/destrprint.exp
13200 * gdb.cp/dispcxx.exp
13201 * gdb.cp/enum-class.exp
13202 * gdb.cp/exception.exp
13203 * gdb.cp/exceptprint.exp
13204 * gdb.cp/expand-psymtabs-cxx.exp
13205 * gdb.cp/expand-sals.exp
13206 * gdb.cp/extern-c.exp
13207 * gdb.cp/filename.exp
13208 * gdb.cp/formatted-ref.exp
13209 * gdb.cp/fpointer.exp
13210 * gdb.cp/gdb1355.exp
13211 * gdb.cp/gdb2495.exp
13212 * gdb.cp/hang.exp
13213 * gdb.cp/impl-this.exp
13214 * gdb.cp/infcall-dlopen.exp
13215 * gdb.cp/inherit.exp
13216 * gdb.cp/iostream.exp
13217 * gdb.cp/koenig.exp
13218 * gdb.cp/local.exp
13219 * gdb.cp/m-data.exp
13220 * gdb.cp/m-static.exp
13221 * gdb.cp/mb-ctor.exp
13222 * gdb.cp/mb-inline.exp
13223 * gdb.cp/mb-templates.exp
13224 * gdb.cp/member-name.exp
13225 * gdb.cp/member-ptr.exp
13226 * gdb.cp/meth-typedefs.exp
13227 * gdb.cp/method.exp
13228 * gdb.cp/method2.exp
13229 * gdb.cp/minsym-fallback.exp
13230 * gdb.cp/misc.exp
13231 * gdb.cp/namelessclass.exp
13232 * gdb.cp/namespace-enum.exp
13233 * gdb.cp/namespace-nested-import.exp
13234 * gdb.cp/namespace.exp
13235 * gdb.cp/nextoverthrow.exp
13236 * gdb.cp/no-dmgl-verbose.exp
13237 * gdb.cp/non-trivial-retval.exp
13238 * gdb.cp/noparam.exp
13239 * gdb.cp/nsdecl.exp
13240 * gdb.cp/nsimport.exp
13241 * gdb.cp/nsnested.exp
13242 * gdb.cp/nsnoimports.exp
13243 * gdb.cp/nsrecurs.exp
13244 * gdb.cp/nsstress.exp
13245 * gdb.cp/nsusing.exp
13246 * gdb.cp/operator.exp
13247 * gdb.cp/oranking.exp
13248 * gdb.cp/overload-const.exp
13249 * gdb.cp/overload.exp
13250 * gdb.cp/ovldbreak.exp
13251 * gdb.cp/ovsrch.exp
13252 * gdb.cp/paren-type.exp
13253 * gdb.cp/parse-lang.exp
13254 * gdb.cp/pass-by-ref.exp
13255 * gdb.cp/pr-1023.exp
13256 * gdb.cp/pr-1210.exp
13257 * gdb.cp/pr-574.exp
13258 * gdb.cp/pr10687.exp
13259 * gdb.cp/pr12028.exp
13260 * gdb.cp/pr17132.exp
13261 * gdb.cp/pr17494.exp
13262 * gdb.cp/pr9067.exp
13263 * gdb.cp/pr9167.exp
13264 * gdb.cp/pr9631.exp
13265 * gdb.cp/printmethod.exp
13266 * gdb.cp/psmang.exp
13267 * gdb.cp/psymtab-parameter.exp
13268 * gdb.cp/ptype-cv-cp.exp
13269 * gdb.cp/ptype-flags.exp
13270 * gdb.cp/re-set-overloaded.exp
13271 * gdb.cp/ref-types.exp
13272 * gdb.cp/rtti.exp
13273 * gdb.cp/scope-err.exp
13274 * gdb.cp/shadow.exp
13275 * gdb.cp/smartp.exp
13276 * gdb.cp/static-method.exp
13277 * gdb.cp/static-print-quit.exp
13278 * gdb.cp/temargs.exp
13279 * gdb.cp/templates.exp
13280 * gdb.cp/try_catch.exp
13281 * gdb.cp/typedef-operator.exp
13282 * gdb.cp/typeid.exp
13283 * gdb.cp/userdef.exp
13284 * gdb.cp/using-crash.exp
13285 * gdb.cp/var-tag.exp
13286 * gdb.cp/virtbase.exp
13287 * gdb.cp/virtfunc.exp
13288 * gdb.cp/virtfunc2.exp
13289 * gdb.cp/vla-cxx.exp
13290 * gdb.disasm/t01_mov.exp
13291 * gdb.disasm/t02_mova.exp
13292 * gdb.disasm/t03_add.exp
13293 * gdb.disasm/t04_sub.exp
13294 * gdb.disasm/t05_cmp.exp
13295 * gdb.disasm/t06_ari2.exp
13296 * gdb.disasm/t07_ari3.exp
13297 * gdb.disasm/t08_or.exp
13298 * gdb.disasm/t09_xor.exp
13299 * gdb.disasm/t10_and.exp
13300 * gdb.disasm/t11_logs.exp
13301 * gdb.disasm/t12_bit.exp
13302 * gdb.disasm/t13_otr.exp
13303 * gdb.dlang/circular.exp
13304 * gdb.dwarf2/arr-stride.exp
13305 * gdb.dwarf2/arr-subrange.exp
13306 * gdb.dwarf2/atomic-type.exp
13307 * gdb.dwarf2/bad-regnum.exp
13308 * gdb.dwarf2/bitfield-parent-optimized-out.exp
13309 * gdb.dwarf2/callframecfa.exp
13310 * gdb.dwarf2/clztest.exp
13311 * gdb.dwarf2/corrupt.exp
13312 * gdb.dwarf2/data-loc.exp
13313 * gdb.dwarf2/dup-psym.exp
13314 * gdb.dwarf2/dw2-anon-mptr.exp
13315 * gdb.dwarf2/dw2-anonymous-func.exp
13316 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
13317 * gdb.dwarf2/dw2-bad-unresolved.exp
13318 * gdb.dwarf2/dw2-basic.exp
13319 * gdb.dwarf2/dw2-canonicalize-type.exp
13320 * gdb.dwarf2/dw2-case-insensitive.exp
13321 * gdb.dwarf2/dw2-common-block.exp
13322 * gdb.dwarf2/dw2-compdir-oldgcc.exp
13323 * gdb.dwarf2/dw2-compressed.exp
13324 * gdb.dwarf2/dw2-const.exp
13325 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
13326 * gdb.dwarf2/dw2-cu-size.exp
13327 * gdb.dwarf2/dw2-dup-frame.exp
13328 * gdb.dwarf2/dw2-entry-value.exp
13329 * gdb.dwarf2/dw2-icycle.exp
13330 * gdb.dwarf2/dw2-ifort-parameter.exp
13331 * gdb.dwarf2/dw2-inline-break.exp
13332 * gdb.dwarf2/dw2-inline-param.exp
13333 * gdb.dwarf2/dw2-intercu.exp
13334 * gdb.dwarf2/dw2-intermix.exp
13335 * gdb.dwarf2/dw2-lexical-block-bare.exp
13336 * gdb.dwarf2/dw2-linkage-name-trust.exp
13337 * gdb.dwarf2/dw2-minsym-in-cu.exp
13338 * gdb.dwarf2/dw2-noloc.exp
13339 * gdb.dwarf2/dw2-op-call.exp
13340 * gdb.dwarf2/dw2-op-out-param.exp
13341 * gdb.dwarf2/dw2-opt-structptr.exp
13342 * gdb.dwarf2/dw2-param-error.exp
13343 * gdb.dwarf2/dw2-producer.exp
13344 * gdb.dwarf2/dw2-ranges-base.exp
13345 * gdb.dwarf2/dw2-ref-missing-frame.exp
13346 * gdb.dwarf2/dw2-reg-undefined.exp
13347 * gdb.dwarf2/dw2-regno-invalid.exp
13348 * gdb.dwarf2/dw2-restore.exp
13349 * gdb.dwarf2/dw2-restrict.exp
13350 * gdb.dwarf2/dw2-single-line-discriminators.exp
13351 * gdb.dwarf2/dw2-strp.exp
13352 * gdb.dwarf2/dw2-undefined-ret-addr.exp
13353 * gdb.dwarf2/dw2-unresolved.exp
13354 * gdb.dwarf2/dw2-var-zero-addr.exp
13355 * gdb.dwarf2/dw4-sig-types.exp
13356 * gdb.dwarf2/dwz.exp
13357 * gdb.dwarf2/dynarr-ptr.exp
13358 * gdb.dwarf2/enum-type.exp
13359 * gdb.dwarf2/gdb-index.exp
13360 * gdb.dwarf2/implptr-64bit.exp
13361 * gdb.dwarf2/implptr-optimized-out.exp
13362 * gdb.dwarf2/implptr.exp
13363 * gdb.dwarf2/implref-array.exp
13364 * gdb.dwarf2/implref-const.exp
13365 * gdb.dwarf2/implref-global.exp
13366 * gdb.dwarf2/implref-struct.exp
13367 * gdb.dwarf2/mac-fileno.exp
13368 * gdb.dwarf2/main-subprogram.exp
13369 * gdb.dwarf2/member-ptr-forwardref.exp
13370 * gdb.dwarf2/method-ptr.exp
13371 * gdb.dwarf2/missing-sig-type.exp
13372 * gdb.dwarf2/nonvar-access.exp
13373 * gdb.dwarf2/opaque-type-lookup.exp
13374 * gdb.dwarf2/pieces-optimized-out.exp
13375 * gdb.dwarf2/pieces.exp
13376 * gdb.dwarf2/pr10770.exp
13377 * gdb.dwarf2/pr13961.exp
13378 * gdb.dwarf2/staticvirtual.exp
13379 * gdb.dwarf2/subrange.exp
13380 * gdb.dwarf2/symtab-producer.exp
13381 * gdb.dwarf2/trace-crash.exp
13382 * gdb.dwarf2/typeddwarf.exp
13383 * gdb.dwarf2/valop.exp
13384 * gdb.dwarf2/watch-notconst.exp
13385 * gdb.fortran/array-element.exp
13386 * gdb.fortran/charset.exp
13387 * gdb.fortran/common-block.exp
13388 * gdb.fortran/complex.exp
13389 * gdb.fortran/derived-type-function.exp
13390 * gdb.fortran/derived-type.exp
13391 * gdb.fortran/logical.exp
13392 * gdb.fortran/module.exp
13393 * gdb.fortran/multi-dim.exp
13394 * gdb.fortran/nested-funcs.exp
13395 * gdb.fortran/print-formatted.exp
13396 * gdb.fortran/subarray.exp
13397 * gdb.fortran/vla-alloc-assoc.exp
13398 * gdb.fortran/vla-datatypes.exp
13399 * gdb.fortran/vla-history.exp
13400 * gdb.fortran/vla-ptr-info.exp
13401 * gdb.fortran/vla-ptype-sub.exp
13402 * gdb.fortran/vla-ptype.exp
13403 * gdb.fortran/vla-sizeof.exp
13404 * gdb.fortran/vla-type.exp
13405 * gdb.fortran/vla-value-sub-arbitrary.exp
13406 * gdb.fortran/vla-value-sub-finish.exp
13407 * gdb.fortran/vla-value-sub.exp
13408 * gdb.fortran/vla-value.exp
13409 * gdb.fortran/whatis_type.exp
13410 * gdb.go/chan.exp
13411 * gdb.go/handcall.exp
13412 * gdb.go/hello.exp
13413 * gdb.go/integers.exp
13414 * gdb.go/methods.exp
13415 * gdb.go/package.exp
13416 * gdb.go/strings.exp
13417 * gdb.go/types.exp
13418 * gdb.go/unsafe.exp
13419 * gdb.guile/scm-arch.exp
13420 * gdb.guile/scm-block.exp
13421 * gdb.guile/scm-breakpoint.exp
13422 * gdb.guile/scm-cmd.exp
13423 * gdb.guile/scm-disasm.exp
13424 * gdb.guile/scm-equal.exp
13425 * gdb.guile/scm-frame-args.exp
13426 * gdb.guile/scm-frame-inline.exp
13427 * gdb.guile/scm-frame.exp
13428 * gdb.guile/scm-iterator.exp
13429 * gdb.guile/scm-math.exp
13430 * gdb.guile/scm-objfile.exp
13431 * gdb.guile/scm-ports.exp
13432 * gdb.guile/scm-symbol.exp
13433 * gdb.guile/scm-symtab.exp
13434 * gdb.guile/scm-value-cc.exp
13435 * gdb.guile/types-module.exp
13436 * gdb.linespec/break-ask.exp
13437 * gdb.linespec/cpexplicit.exp
13438 * gdb.linespec/explicit.exp
13439 * gdb.linespec/keywords.exp
13440 * gdb.linespec/linespec.exp
13441 * gdb.linespec/ls-dollar.exp
13442 * gdb.linespec/ls-errs.exp
13443 * gdb.linespec/skip-two.exp
13444 * gdb.linespec/thread.exp
13445 * gdb.mi/mi-async.exp
13446 * gdb.mi/mi-basics.exp
13447 * gdb.mi/mi-break.exp
13448 * gdb.mi/mi-catch-load.exp
13449 * gdb.mi/mi-cli.exp
13450 * gdb.mi/mi-cmd-param-changed.exp
13451 * gdb.mi/mi-console.exp
13452 * gdb.mi/mi-detach.exp
13453 * gdb.mi/mi-disassemble.exp
13454 * gdb.mi/mi-eval.exp
13455 * gdb.mi/mi-file-transfer.exp
13456 * gdb.mi/mi-file.exp
13457 * gdb.mi/mi-fill-memory.exp
13458 * gdb.mi/mi-inheritance-syntax-error.exp
13459 * gdb.mi/mi-linespec-err-cp.exp
13460 * gdb.mi/mi-logging.exp
13461 * gdb.mi/mi-memory-changed.exp
13462 * gdb.mi/mi-read-memory.exp
13463 * gdb.mi/mi-record-changed.exp
13464 * gdb.mi/mi-reg-undefined.exp
13465 * gdb.mi/mi-regs.exp
13466 * gdb.mi/mi-return.exp
13467 * gdb.mi/mi-reverse.exp
13468 * gdb.mi/mi-simplerun.exp
13469 * gdb.mi/mi-solib.exp
13470 * gdb.mi/mi-stack.exp
13471 * gdb.mi/mi-stepi.exp
13472 * gdb.mi/mi-syn-frame.exp
13473 * gdb.mi/mi-until.exp
13474 * gdb.mi/mi-var-block.exp
13475 * gdb.mi/mi-var-child.exp
13476 * gdb.mi/mi-var-cmd.exp
13477 * gdb.mi/mi-var-cp.exp
13478 * gdb.mi/mi-var-display.exp
13479 * gdb.mi/mi-var-invalidate.exp
13480 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
13481 * gdb.mi/mi-vla-fortran.exp
13482 * gdb.mi/mi-watch.exp
13483 * gdb.mi/mi2-var-child.exp
13484 * gdb.mi/user-selected-context-sync.exp
13485 * gdb.modula2/unbounded-array.exp
13486 * gdb.multi/dummy-frame-restore.exp
13487 * gdb.multi/multi-arch-exec.exp
13488 * gdb.multi/multi-arch.exp
13489 * gdb.multi/tids.exp
13490 * gdb.multi/watchpoint-multi.exp
13491 * gdb.opencl/callfuncs.exp
13492 * gdb.opencl/convs_casts.exp
13493 * gdb.opencl/datatypes.exp
13494 * gdb.opencl/operators.exp
13495 * gdb.opencl/vec_comps.exp
13496 * gdb.opt/clobbered-registers-O2.exp
13497 * gdb.opt/inline-break.exp
13498 * gdb.opt/inline-bt.exp
13499 * gdb.opt/inline-cmds.exp
13500 * gdb.opt/inline-locals.exp
13501 * gdb.pascal/case-insensitive-symbols.exp
13502 * gdb.pascal/floats.exp
13503 * gdb.pascal/gdb11492.exp
13504 * gdb.python/lib-types.exp
13505 * gdb.python/py-arch.exp
13506 * gdb.python/py-as-string.exp
13507 * gdb.python/py-bad-printers.exp
13508 * gdb.python/py-block.exp
13509 * gdb.python/py-breakpoint-create-fail.exp
13510 * gdb.python/py-breakpoint.exp
13511 * gdb.python/py-caller-is.exp
13512 * gdb.python/py-cmd.exp
13513 * gdb.python/py-explore-cc.exp
13514 * gdb.python/py-explore.exp
13515 * gdb.python/py-finish-breakpoint.exp
13516 * gdb.python/py-finish-breakpoint2.exp
13517 * gdb.python/py-frame-args.exp
13518 * gdb.python/py-frame-inline.exp
13519 * gdb.python/py-frame.exp
13520 * gdb.python/py-framefilter-mi.exp
13521 * gdb.python/py-infthread.exp
13522 * gdb.python/py-lazy-string.exp
13523 * gdb.python/py-linetable.exp
13524 * gdb.python/py-mi-events.exp
13525 * gdb.python/py-mi-objfile.exp
13526 * gdb.python/py-mi.exp
13527 * gdb.python/py-objfile.exp
13528 * gdb.python/py-pp-integral.exp
13529 * gdb.python/py-pp-maint.exp
13530 * gdb.python/py-pp-re-notag.exp
13531 * gdb.python/py-pp-registration.exp
13532 * gdb.python/py-recurse-unwind.exp
13533 * gdb.python/py-strfns.exp
13534 * gdb.python/py-symbol.exp
13535 * gdb.python/py-symtab.exp
13536 * gdb.python/py-sync-interp.exp
13537 * gdb.python/py-typeprint.exp
13538 * gdb.python/py-unwind-maint.exp
13539 * gdb.python/py-unwind.exp
13540 * gdb.python/py-value-cc.exp
13541 * gdb.python/py-xmethods.exp
13542 * gdb.reverse/amd64-tailcall-reverse.exp
13543 * gdb.reverse/break-precsave.exp
13544 * gdb.reverse/break-reverse.exp
13545 * gdb.reverse/consecutive-precsave.exp
13546 * gdb.reverse/consecutive-reverse.exp
13547 * gdb.reverse/finish-precsave.exp
13548 * gdb.reverse/finish-reverse-bkpt.exp
13549 * gdb.reverse/finish-reverse.exp
13550 * gdb.reverse/fstatat-reverse.exp
13551 * gdb.reverse/getresuid-reverse.exp
13552 * gdb.reverse/i386-precsave.exp
13553 * gdb.reverse/i386-reverse.exp
13554 * gdb.reverse/i386-sse-reverse.exp
13555 * gdb.reverse/i387-env-reverse.exp
13556 * gdb.reverse/i387-stack-reverse.exp
13557 * gdb.reverse/insn-reverse.exp
13558 * gdb.reverse/machinestate-precsave.exp
13559 * gdb.reverse/machinestate.exp
13560 * gdb.reverse/next-reverse-bkpt-over-sr.exp
13561 * gdb.reverse/pipe-reverse.exp
13562 * gdb.reverse/readv-reverse.exp
13563 * gdb.reverse/recvmsg-reverse.exp
13564 * gdb.reverse/rerun-prec.exp
13565 * gdb.reverse/s390-mvcle.exp
13566 * gdb.reverse/step-precsave.exp
13567 * gdb.reverse/step-reverse.exp
13568 * gdb.reverse/time-reverse.exp
13569 * gdb.reverse/until-precsave.exp
13570 * gdb.reverse/until-reverse.exp
13571 * gdb.reverse/waitpid-reverse.exp
13572 * gdb.reverse/watch-precsave.exp
13573 * gdb.reverse/watch-reverse.exp
13574 * gdb.rust/generics.exp
13575 * gdb.rust/methods.exp
13576 * gdb.rust/modules.exp
13577 * gdb.rust/simple.exp
13578 * gdb.server/connect-with-no-symbol-file.exp
13579 * gdb.server/ext-attach.exp
13580 * gdb.server/ext-restart.exp
13581 * gdb.server/ext-wrapper.exp
13582 * gdb.server/file-transfer.exp
13583 * gdb.server/server-exec-info.exp
13584 * gdb.server/server-kill.exp
13585 * gdb.server/server-mon.exp
13586 * gdb.server/wrapper.exp
13587 * gdb.stabs/exclfwd.exp
13588 * gdb.stabs/gdb11479.exp
13589 * gdb.threads/clone-new-thread-event.exp
13590 * gdb.threads/corethreads.exp
13591 * gdb.threads/current-lwp-dead.exp
13592 * gdb.threads/dlopen-libpthread.exp
13593 * gdb.threads/gcore-thread.exp
13594 * gdb.threads/sigstep-threads.exp
13595 * gdb.threads/watchpoint-fork.exp
13596 * gdb.trace/actions-changed.exp
13597 * gdb.trace/backtrace.exp
13598 * gdb.trace/change-loc.exp
13599 * gdb.trace/circ.exp
13600 * gdb.trace/collection.exp
13601 * gdb.trace/disconnected-tracing.exp
13602 * gdb.trace/ftrace.exp
13603 * gdb.trace/mi-trace-frame-collected.exp
13604 * gdb.trace/mi-trace-unavailable.exp
13605 * gdb.trace/mi-traceframe-changed.exp
13606 * gdb.trace/mi-tsv-changed.exp
13607 * gdb.trace/no-attach-trace.exp
13608 * gdb.trace/passc-dyn.exp
13609 * gdb.trace/qtro.exp
13610 * gdb.trace/range-stepping.exp
13611 * gdb.trace/read-memory.exp
13612 * gdb.trace/save-trace.exp
13613 * gdb.trace/signal.exp
13614 * gdb.trace/status-stop.exp
13615 * gdb.trace/tfile.exp
13616 * gdb.trace/trace-break.exp
13617 * gdb.trace/trace-buffer-size.exp
13618 * gdb.trace/trace-condition.exp
13619 * gdb.trace/tracefile-pseudo-reg.exp
13620 * gdb.trace/tstatus.exp
13621 * gdb.trace/unavailable.exp
13622 * gdb.trace/while-dyn.exp
13623 * gdb.trace/while-stepping.exp
13624
13625 2016-12-22 Doug Evans <xdje42@gmail.com>
13626
13627 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
13628 and msymbols.
13629
13630 2016-12-19 Yao Qi <yao.qi@linaro.org>
13631
13632 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
13633 (test_with_self): Don't call do_steps_and_nexts, and remove
13634 code about stepping into xmalloc.
13635
13636 2016-12-09 Yao Qi <yao.qi@linaro.org>
13637
13638 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
13639
13640 2016-12-09 Yao Qi <yao.qi@linaro.org>
13641
13642 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
13643
13644 2016-12-09 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.base/all-architectures-0.exp: New file.
13647 * gdb.base/all-architectures-1.exp: New file.
13648 * gdb.base/all-architectures-2.exp: New file.
13649 * gdb.base/all-architectures-3.exp: New file.
13650 * gdb.base/all-architectures-4.exp: New file.
13651 * gdb.base/all-architectures-5.exp: New file.
13652 * gdb.base/all-architectures-6.exp: New file.
13653 * gdb.base/all-architectures-7.exp: New file.
13654 * gdb.base/all-architectures.exp.in: New file.
13655
13656 2016-12-09 Yao Qi <yao.qi@linaro.org>
13657
13658 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
13659
13660 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13661
13662 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
13663 possible.
13664 Remove useless pattern-matching code.
13665
13666 2016-12-02 Pedro Alves <palves@redhat.com>
13667
13668 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
13669 procedure.
13670 (top level): Call it.
13671
13672 2016-12-02 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.base/commands.exp (user_defined_command_args_stack_test):
13675 New procedure.
13676 (top level): Call it.
13677
13678 2016-12-02 Pedro Alves <palves@redhat.com>
13679
13680 PR cli/20559
13681 * gdb.base/commands.exp (user_defined_command_args_eval): New
13682 procedure.
13683 (top level): Call it.
13684
13685 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
13686
13687 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
13688 timeout handling.
13689
13690 2016-12-02 Tom Tromey <tom@tromey.com>
13691
13692 * gdb.dwarf2/main-subprogram.c: New file.
13693 * gdb.dwarf2/main-subprogram.exp: New file.
13694
13695 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13696
13697 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
13698 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
13699 gdb_test_no_output for a couple of cases.
13700 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
13701
13702 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13703
13704 Fix test names and standardize compilation error messages throughout
13705 the following files:
13706
13707 * gdb.ada/start.exp
13708 * gdb.arch/alpha-step.exp
13709 * gdb.arch/e500-prologue.exp
13710 * gdb.arch/ftrace-insn-reloc.exp
13711 * gdb.arch/gdb1291.exp
13712 * gdb.arch/gdb1431.exp
13713 * gdb.arch/gdb1558.exp
13714 * gdb.arch/i386-dr3-watch.exp
13715 * gdb.arch/i386-sse-stack-align.exp
13716 * gdb.arch/ia64-breakpoint-shadow.exp
13717 * gdb.arch/pa-nullify.exp
13718 * gdb.arch/powerpc-aix-prologue.exp
13719 * gdb.arch/thumb-bx-pc.exp
13720 * gdb.base/annota1.exp
13721 * gdb.base/annota3.exp
13722 * gdb.base/arrayidx.exp
13723 * gdb.base/assign.exp
13724 * gdb.base/attach.exp
13725 * gdb.base/auxv.exp
13726 * gdb.base/bang.exp
13727 * gdb.base/bfp-test.exp
13728 * gdb.base/bigcore.exp
13729 * gdb.base/bitfields2.exp
13730 * gdb.base/break-fun-addr.exp
13731 * gdb.base/break-probes.exp
13732 * gdb.base/call-rt-st.exp
13733 * gdb.base/callexit.exp
13734 * gdb.base/catch-fork-kill.exp
13735 * gdb.base/charset.exp
13736 * gdb.base/checkpoint.exp
13737 * gdb.base/comprdebug.exp
13738 * gdb.base/constvars.exp
13739 * gdb.base/coredump-filter.exp
13740 * gdb.base/cursal.exp
13741 * gdb.base/cvexpr.exp
13742 * gdb.base/detach.exp
13743 * gdb.base/display.exp
13744 * gdb.base/dmsym.exp
13745 * gdb.base/dprintf-pending.exp
13746 * gdb.base/dso2dso.exp
13747 * gdb.base/dtrace-probe.exp
13748 * gdb.base/dump.exp
13749 * gdb.base/enum_cond.exp
13750 * gdb.base/exe-lock.exp
13751 * gdb.base/exec-invalid-sysroot.exp
13752 * gdb.base/execl-update-breakpoints.exp
13753 * gdb.base/exprs.exp
13754 * gdb.base/fileio.exp
13755 * gdb.base/find.exp
13756 * gdb.base/finish.exp
13757 * gdb.base/fixsection.exp
13758 * gdb.base/foll-vfork.exp
13759 * gdb.base/frame-args.exp
13760 * gdb.base/gcore.exp
13761 * gdb.base/gdb1250.exp
13762 * gdb.base/global-var-nested-by-dso.exp
13763 * gdb.base/gnu-ifunc.exp
13764 * gdb.base/hashline1.exp
13765 * gdb.base/hashline2.exp
13766 * gdb.base/hashline3.exp
13767 * gdb.base/hbreak-in-shr-unsupported.exp
13768 * gdb.base/huge.exp
13769 * gdb.base/infcall-input.exp
13770 * gdb.base/info-fun.exp
13771 * gdb.base/info-shared.exp
13772 * gdb.base/jit-simple.exp
13773 * gdb.base/jit-so.exp
13774 * gdb.base/jit.exp
13775 * gdb.base/jump.exp
13776 * gdb.base/label.exp
13777 * gdb.base/lineinc.exp
13778 * gdb.base/logical.exp
13779 * gdb.base/longjmp.exp
13780 * gdb.base/macscp.exp
13781 * gdb.base/miscexprs.exp
13782 * gdb.base/new-ui-echo.exp
13783 * gdb.base/new-ui-pending-input.exp
13784 * gdb.base/new-ui.exp
13785 * gdb.base/nodebug.exp
13786 * gdb.base/nofield.exp
13787 * gdb.base/offsets.exp
13788 * gdb.base/overlays.exp
13789 * gdb.base/pending.exp
13790 * gdb.base/pointers.exp
13791 * gdb.base/pr11022.exp
13792 * gdb.base/printcmds.exp
13793 * gdb.base/prologue.exp
13794 * gdb.base/ptr-typedef.exp
13795 * gdb.base/realname-expand.exp
13796 * gdb.base/relativedebug.exp
13797 * gdb.base/relocate.exp
13798 * gdb.base/remote.exp
13799 * gdb.base/reread.exp
13800 * gdb.base/return2.exp
13801 * gdb.base/savedregs.exp
13802 * gdb.base/sep.exp
13803 * gdb.base/sepdebug.exp
13804 * gdb.base/sepsymtab.exp
13805 * gdb.base/set-inferior-tty.exp
13806 * gdb.base/setshow.exp
13807 * gdb.base/shlib-call.exp
13808 * gdb.base/sigaltstack.exp
13809 * gdb.base/siginfo-addr.exp
13810 * gdb.base/signals.exp
13811 * gdb.base/signull.exp
13812 * gdb.base/sigrepeat.exp
13813 * gdb.base/so-impl-ld.exp
13814 * gdb.base/solib-display.exp
13815 * gdb.base/solib-overlap.exp
13816 * gdb.base/solib-search.exp
13817 * gdb.base/solib-symbol.exp
13818 * gdb.base/structs.exp
13819 * gdb.base/structs2.exp
13820 * gdb.base/symtab-search-order.exp
13821 * gdb.base/twice.exp
13822 * gdb.base/unload.exp
13823 * gdb.base/varargs.exp
13824 * gdb.base/watchpoint-solib.exp
13825 * gdb.base/watchpoint.exp
13826 * gdb.base/whatis.exp
13827 * gdb.base/wrong_frame_bt_full.exp
13828 * gdb.btrace/dlopen.exp
13829 * gdb.cell/ea-standalone.exp
13830 * gdb.cell/ea-test.exp
13831 * gdb.cp/dispcxx.exp
13832 * gdb.cp/gdb2384.exp
13833 * gdb.cp/method2.exp
13834 * gdb.cp/nextoverthrow.exp
13835 * gdb.cp/pr10728.exp
13836 * gdb.disasm/am33.exp
13837 * gdb.disasm/h8300s.exp
13838 * gdb.disasm/mn10300.exp
13839 * gdb.disasm/sh3.exp
13840 * gdb.dwarf2/dw2-dir-file-name.exp
13841 * gdb.fortran/complex.exp
13842 * gdb.fortran/library-module.exp
13843 * gdb.guile/scm-pretty-print.exp
13844 * gdb.guile/scm-symbol.exp
13845 * gdb.guile/scm-type.exp
13846 * gdb.guile/scm-value.exp
13847 * gdb.linespec/linespec.exp
13848 * gdb.mi/gdb701.exp
13849 * gdb.mi/gdb792.exp
13850 * gdb.mi/mi-breakpoint-changed.exp
13851 * gdb.mi/mi-dprintf-pending.exp
13852 * gdb.mi/mi-dprintf.exp
13853 * gdb.mi/mi-exit-code.exp
13854 * gdb.mi/mi-pending.exp
13855 * gdb.mi/mi-solib.exp
13856 * gdb.mi/new-ui-mi-sync.exp
13857 * gdb.mi/pr11022.exp
13858 * gdb.mi/user-selected-context-sync.exp
13859 * gdb.opt/solib-intra-step.exp
13860 * gdb.python/py-events.exp
13861 * gdb.python/py-finish-breakpoint.exp
13862 * gdb.python/py-mi.exp
13863 * gdb.python/py-prettyprint.exp
13864 * gdb.python/py-shared.exp
13865 * gdb.python/py-symbol.exp
13866 * gdb.python/py-template.exp
13867 * gdb.python/py-type.exp
13868 * gdb.python/py-value.exp
13869 * gdb.reverse/solib-precsave.exp
13870 * gdb.reverse/solib-reverse.exp
13871 * gdb.server/solib-list.exp
13872 * gdb.stabs/weird.exp
13873 * gdb.threads/reconnect-signal.exp
13874 * gdb.threads/stepi-random-signal.exp
13875 * gdb.trace/actions.exp
13876 * gdb.trace/ax.exp
13877 * gdb.trace/backtrace.exp
13878 * gdb.trace/change-loc.exp
13879 * gdb.trace/deltrace.exp
13880 * gdb.trace/ftrace-lock.exp
13881 * gdb.trace/ftrace.exp
13882 * gdb.trace/infotrace.exp
13883 * gdb.trace/mi-tracepoint-changed.exp
13884 * gdb.trace/packetlen.exp
13885 * gdb.trace/passcount.exp
13886 * gdb.trace/pending.exp
13887 * gdb.trace/range-stepping.exp
13888 * gdb.trace/report.exp
13889 * gdb.trace/stap-trace.exp
13890 * gdb.trace/tfind.exp
13891 * gdb.trace/trace-break.exp
13892 * gdb.trace/trace-condition.exp
13893 * gdb.trace/trace-enable-disable.exp
13894 * gdb.trace/trace-mt.exp
13895 * gdb.trace/tracecmd.exp
13896 * gdb.trace/tspeed.exp
13897 * gdb.trace/tsv.exp
13898 * lib/perftest.exp
13899
13900 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13901
13902 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
13903 with gdb_test_no_output.
13904 Use command as test name.
13905
13906 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13907
13908 Fix test names starting with uppercase throughout the files.
13909
13910 * gdb.ada/assign_1.exp
13911 * gdb.ada/boolean_expr.exp
13912 * gdb.base/arrayidx.exp
13913 * gdb.base/del.exp
13914 * gdb.base/gcore-buffer-overflow.exp
13915 * gdb.base/testenv.exp
13916 * gdb.compile/compile.exp
13917 * gdb.python/py-framefilter-invalidarg.exp
13918 * gdb.python/py-framefilter.exp
13919
13920 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13921
13922 Fix test names starting with uppercase throughout the files.
13923
13924 * gdb.ada/array_return.exp
13925 * gdb.ada/expr_delims.exp
13926 * gdb.ada/mi_dyn_arr.exp
13927 * gdb.ada/mi_interface.exp
13928 * gdb.ada/mi_var_array.exp
13929 * gdb.ada/watch_arg.exp
13930 * gdb.arch/alpha-step.exp
13931 * gdb.arch/altivec-regs.exp
13932 * gdb.arch/e500-regs.exp
13933 * gdb.arch/powerpc-d128-regs.exp
13934 * gdb.base/arrayidx.exp
13935 * gdb.base/break.exp
13936 * gdb.base/checkpoint.exp
13937 * gdb.base/debug-expr.exp
13938 * gdb.base/dmsym.exp
13939 * gdb.base/radix.exp
13940 * gdb.base/sepdebug.exp
13941 * gdb.base/testenv.exp
13942 * gdb.base/watch_thread_num.exp
13943 * gdb.base/watchpoint-cond-gone.exp
13944 * gdb.cell/break.exp
13945 * gdb.cell/ea-cache.exp
13946 * gdb.compile/compile.exp
13947 * gdb.cp/gdb2495.exp
13948 * gdb.gdb/selftest.exp
13949 * gdb.gdb/xfullpath.exp
13950 * gdb.go/hello.exp
13951 * gdb.go/integers.exp
13952 * gdb.objc/basicclass.exp
13953 * gdb.pascal/hello.exp
13954 * gdb.pascal/integers.exp
13955 * gdb.python/py-breakpoint.exp
13956 * gdb.python/py-cmd.exp
13957 * gdb.python/py-linetable.exp
13958 * gdb.python/py-xmethods.exp
13959 * gdb.python/python.exp
13960 * gdb.reverse/consecutive-precsave.exp
13961 * gdb.reverse/finish-precsave.exp
13962 * gdb.reverse/i386-precsave.exp
13963 * gdb.reverse/machinestate-precsave.exp
13964 * gdb.reverse/sigall-precsave.exp
13965 * gdb.reverse/solib-precsave.exp
13966 * gdb.reverse/step-precsave.exp
13967 * gdb.reverse/until-precsave.exp
13968 * gdb.reverse/watch-precsave.exp
13969 * gdb.threads/leader-exit.exp
13970 * gdb.threads/pthreads.exp
13971 * gdb.threads/wp-replication.exp
13972 * gdb.trace/actions.exp
13973 * gdb.trace/mi-tsv-changed.exp
13974 * gdb.trace/tsv.exp
13975
13976 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13977
13978 Fix test names starting with uppercase throughout the files.
13979
13980 * gdb.arch/i386-bp_permanent.exp
13981 * gdb.arch/i386-gnu-cfi.exp
13982 * gdb.base/disasm-end-cu.exp
13983 * gdb.base/macscp.exp
13984 * gdb.base/pending.exp
13985 * gdb.base/watch_thread_num.exp
13986 * gdb.cp/exception.exp
13987 * gdb.cp/gdb2495.exp
13988 * gdb.cp/local.exp
13989 * gdb.python/py-evsignal.exp
13990 * gdb.python/python.exp
13991 * gdb.trace/tracecmd.exp
13992
13993 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
13994
13995 Fix test names starting with uppercase throughout the files.
13996
13997 * gdb.base/charset.exp
13998 * gdb.base/eval.exp
13999 * gdb.base/multi-forks.exp
14000 * gdb.guile/scm-progspace.exp
14001 * gdb.opencl/datatypes.exp
14002 * gdb.python/py-block.exp
14003 * gdb.python/py-function.exp
14004 * gdb.python/py-symbol.exp
14005 * gdb.python/py-symtab.exp
14006 * gdb.python/py-xmethods.exp
14007 * gdb.reverse/break-precsave.exp
14008 * gdb.reverse/break-reverse.exp
14009 * gdb.reverse/consecutive-precsave.exp
14010 * gdb.reverse/consecutive-reverse.exp
14011 * gdb.reverse/finish-precsave.exp
14012 * gdb.reverse/finish-reverse-bkpt.exp
14013 * gdb.reverse/finish-reverse.exp
14014 * gdb.reverse/fstatat-reverse.exp
14015 * gdb.reverse/getresuid-reverse.exp
14016 * gdb.reverse/i386-precsave.exp
14017 * gdb.reverse/i386-reverse.exp
14018 * gdb.reverse/i386-sse-reverse.exp
14019 * gdb.reverse/i387-stack-reverse.exp
14020 * gdb.reverse/insn-reverse.exp
14021 * gdb.reverse/machinestate-precsave.exp
14022 * gdb.reverse/machinestate.exp
14023 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14024 * gdb.reverse/pipe-reverse.exp
14025 * gdb.reverse/readv-reverse.exp
14026 * gdb.reverse/recvmsg-reverse.exp
14027 * gdb.reverse/rerun-prec.exp
14028 * gdb.reverse/s390-mvcle.exp
14029 * gdb.reverse/sigall-precsave.exp
14030 * gdb.reverse/sigall-reverse.exp
14031 * gdb.reverse/solib-precsave.exp
14032 * gdb.reverse/solib-reverse.exp
14033 * gdb.reverse/step-precsave.exp
14034 * gdb.reverse/step-reverse.exp
14035 * gdb.reverse/time-reverse.exp
14036 * gdb.reverse/until-precsave.exp
14037 * gdb.reverse/until-reverse.exp
14038 * gdb.reverse/waitpid-reverse.exp
14039 * gdb.reverse/watch-precsave.exp
14040 * gdb.reverse/watch-reverse.exp
14041
14042 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14043
14044 Fix test names starting with uppercase throughout the files.
14045
14046 * gdb.arch/i386-mpx-simple_segv.exp
14047 * gdb.arch/i386-mpx.exp
14048 * gdb.arch/i386-permbkpt.exp
14049 * gdb.arch/pa-nullify.exp
14050 * gdb.arch/powerpc-d128-regs.exp
14051 * gdb.arch/vsx-regs.exp
14052 * gdb.base/bfp-test.exp
14053 * gdb.base/break.exp
14054 * gdb.base/breakpoint-shadow.exp
14055 * gdb.base/callfuncs.exp
14056 * gdb.base/charset.exp
14057 * gdb.base/commands.exp
14058 * gdb.base/completion.exp
14059 * gdb.base/dfp-test.exp
14060 * gdb.base/echo.exp
14061 * gdb.base/ending-run.exp
14062 * gdb.base/eval.exp
14063 * gdb.base/expand-psymtabs.exp
14064 * gdb.base/float128.exp
14065 * gdb.base/floatn.exp
14066 * gdb.base/foll-exec-mode.exp
14067 * gdb.base/gdb1056.exp
14068 * gdb.base/gdb11531.exp
14069 * gdb.base/kill-after-signal.exp
14070 * gdb.base/multi-forks.exp
14071 * gdb.base/overlays.exp
14072 * gdb.base/pending.exp
14073 * gdb.base/sepdebug.exp
14074 * gdb.base/testenv.exp
14075 * gdb.base/valgrind-db-attach.exp
14076 * gdb.base/watch_thread_num.exp
14077 * gdb.base/watchpoint-cond-gone.exp
14078 * gdb.base/watchpoint.exp
14079 * gdb.base/watchpoints.exp
14080 * gdb.cp/arg-reference.exp
14081 * gdb.cp/baseenum.exp
14082 * gdb.cp/operator.exp
14083 * gdb.cp/shadow.exp
14084 * gdb.dwarf2/dw2-op-out-param.exp
14085 * gdb.dwarf2/dw2-reg-undefined.exp
14086 * gdb.go/chan.exp
14087 * gdb.go/hello.exp
14088 * gdb.go/integers.exp
14089 * gdb.go/methods.exp
14090 * gdb.go/package.exp
14091 * gdb.guile/scm-parameter.exp
14092 * gdb.guile/scm-progspace.exp
14093 * gdb.guile/scm-value.exp
14094 * gdb.mi/mi-pending.exp
14095 * gdb.mi/user-selected-context-sync.exp
14096 * gdb.multi/multi-attach.exp
14097 * gdb.multi/tids.exp
14098 * gdb.opt/clobbered-registers-O2.exp
14099 * gdb.pascal/floats.exp
14100 * gdb.pascal/integers.exp
14101 * gdb.python/py-block.exp
14102 * gdb.python/py-events.exp
14103 * gdb.python/py-parameter.exp
14104 * gdb.python/py-symbol.exp
14105 * gdb.python/py-symtab.exp
14106 * gdb.python/py-type.exp
14107 * gdb.python/py-value.exp
14108 * gdb.python/py-xmethods.exp
14109 * gdb.python/python.exp
14110 * gdb.reverse/break-precsave.exp
14111 * gdb.reverse/consecutive-precsave.exp
14112 * gdb.reverse/finish-precsave.exp
14113 * gdb.reverse/i386-precsave.exp
14114 * gdb.reverse/machinestate-precsave.exp
14115 * gdb.reverse/sigall-precsave.exp
14116 * gdb.reverse/solib-precsave.exp
14117 * gdb.reverse/step-precsave.exp
14118 * gdb.reverse/until-precsave.exp
14119 * gdb.reverse/watch-precsave.exp
14120 * gdb.server/ext-attach.exp
14121 * gdb.server/ext-restart.exp
14122 * gdb.server/ext-run.exp
14123 * gdb.server/ext-wrapper.exp
14124 * gdb.stabs/gdb11479.exp
14125 * gdb.stabs/weird.exp
14126 * gdb.threads/attach-many-short-lived-threads.exp
14127 * gdb.threads/kill.exp
14128 * gdb.threads/watchpoint-fork.exp
14129
14130 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
14131
14132 Fix test names starting with uppercase throughout all the files below.
14133
14134 * gdb.ada/array_return.exp
14135 * gdb.ada/catch_ex.exp
14136 * gdb.ada/info_exc.exp
14137 * gdb.ada/mi_catch_ex.exp
14138 * gdb.ada/mi_dyn_arr.exp
14139 * gdb.ada/mi_ex_cond.exp
14140 * gdb.ada/mi_exc_info.exp
14141 * gdb.ada/mi_interface.exp
14142 * gdb.ada/mi_task_arg.exp
14143 * gdb.ada/mi_task_info.exp
14144 * gdb.ada/mi_var_array.exp
14145 * gdb.arch/alpha-step.exp
14146 * gdb.arch/amd64-disp-step.exp
14147 * gdb.arch/arm-disp-step.exp
14148 * gdb.arch/disp-step-insn-reloc.exp
14149 * gdb.arch/e500-prologue.exp
14150 * gdb.arch/ftrace-insn-reloc.exp
14151 * gdb.arch/gdb1558.exp
14152 * gdb.arch/i386-bp_permanent.exp
14153 * gdb.arch/i386-disp-step.exp
14154 * gdb.arch/i386-float.exp
14155 * gdb.arch/i386-gnu-cfi.exp
14156 * gdb.arch/ia64-breakpoint-shadow.exp
14157 * gdb.arch/mips16-thunks.exp
14158 * gdb.arch/pa-nullify.exp
14159 * gdb.arch/powerpc-aix-prologue.exp
14160 * gdb.arch/powerpc-power.exp
14161 * gdb.arch/ppc-dfp.exp
14162 * gdb.arch/s390-tdbregs.exp
14163 * gdb.arch/spu-info.exp
14164 * gdb.arch/spu-ls.exp
14165 * gdb.arch/thumb-bx-pc.exp
14166 * gdb.base/advance.exp
14167 * gdb.base/annota-input-while-running.exp
14168 * gdb.base/arrayidx.exp
14169 * gdb.base/asmlabel.exp
14170 * gdb.base/async.exp
14171 * gdb.base/attach-wait-input.exp
14172 * gdb.base/auto-connect-native-target.exp
14173 * gdb.base/batch-preserve-term-settings.exp
14174 * gdb.base/bfp-test.exp
14175 * gdb.base/bigcore.exp
14176 * gdb.base/bp-permanent.exp
14177 * gdb.base/break-always.exp
14178 * gdb.base/break-fun-addr.exp
14179 * gdb.base/break-idempotent.exp
14180 * gdb.base/break-main-file-remove-fail.exp
14181 * gdb.base/break-probes.exp
14182 * gdb.base/break-unload-file.exp
14183 * gdb.base/break.exp
14184 * gdb.base/call-ar-st.exp
14185 * gdb.base/call-rt-st.exp
14186 * gdb.base/call-sc.exp
14187 * gdb.base/call-signal-resume.exp
14188 * gdb.base/call-strs.exp
14189 * gdb.base/callexit.exp
14190 * gdb.base/callfuncs.exp
14191 * gdb.base/catch-gdb-caused-signals.exp
14192 * gdb.base/catch-signal-siginfo-cond.exp
14193 * gdb.base/catch-syscall.exp
14194 * gdb.base/compare-sections.exp
14195 * gdb.base/cond-eval-mode.exp
14196 * gdb.base/condbreak-call-false.exp
14197 * gdb.base/consecutive-step-over.exp
14198 * gdb.base/cursal.exp
14199 * gdb.base/disabled-location.exp
14200 * gdb.base/disasm-end-cu.exp
14201 * gdb.base/display.exp
14202 * gdb.base/double-prompt-target-event-error.exp
14203 * gdb.base/dprintf-bp-same-addr.exp
14204 * gdb.base/dprintf-detach.exp
14205 * gdb.base/dprintf-next.exp
14206 * gdb.base/dprintf-non-stop.exp
14207 * gdb.base/dprintf-pending.exp
14208 * gdb.base/dso2dso.exp
14209 * gdb.base/ending-run.exp
14210 * gdb.base/enum_cond.exp
14211 * gdb.base/examine-backward.exp
14212 * gdb.base/exe-lock.exp
14213 * gdb.base/exec-invalid-sysroot.exp
14214 * gdb.base/execl-update-breakpoints.exp
14215 * gdb.base/execution-termios.exp
14216 * gdb.base/fileio.exp
14217 * gdb.base/fixsection.exp
14218 * gdb.base/foll-exec-mode.exp
14219 * gdb.base/foll-exec.exp
14220 * gdb.base/fork-running-state.exp
14221 * gdb.base/frame-args.exp
14222 * gdb.base/fullpath-expand.exp
14223 * gdb.base/func-ptr.exp
14224 * gdb.base/gcore-relro-pie.exp
14225 * gdb.base/gdb1090.exp
14226 * gdb.base/gdb1555.exp
14227 * gdb.base/global-var-nested-by-dso.exp
14228 * gdb.base/gnu-ifunc.exp
14229 * gdb.base/hbreak-in-shr-unsupported.exp
14230 * gdb.base/hbreak-unmapped.exp
14231 * gdb.base/hook-stop.exp
14232 * gdb.base/infcall-input.exp
14233 * gdb.base/info-fun.exp
14234 * gdb.base/info-shared.exp
14235 * gdb.base/interrupt-noterm.exp
14236 * gdb.base/jit-so.exp
14237 * gdb.base/jit.exp
14238 * gdb.base/line-symtabs.exp
14239 * gdb.base/list.exp
14240 * gdb.base/longjmp.exp
14241 * gdb.base/macscp.exp
14242 * gdb.base/max-value-size.exp
14243 * gdb.base/nodebug.exp
14244 * gdb.base/nofield.exp
14245 * gdb.base/overlays.exp
14246 * gdb.base/paginate-after-ctrl-c-running.exp
14247 * gdb.base/paginate-bg-execution.exp
14248 * gdb.base/paginate-inferior-exit.exp
14249 * gdb.base/pending.exp
14250 * gdb.base/pr11022.exp
14251 * gdb.base/printcmds.exp
14252 * gdb.base/ptr-typedef.exp
14253 * gdb.base/ptype.exp
14254 * gdb.base/randomize.exp
14255 * gdb.base/range-stepping.exp
14256 * gdb.base/realname-expand.exp
14257 * gdb.base/relativedebug.exp
14258 * gdb.base/remote.exp
14259 * gdb.base/savedregs.exp
14260 * gdb.base/sepdebug.exp
14261 * gdb.base/set-noassign.exp
14262 * gdb.base/shlib-call.exp
14263 * gdb.base/shreloc.exp
14264 * gdb.base/sigaltstack.exp
14265 * gdb.base/sigbpt.exp
14266 * gdb.base/siginfo-addr.exp
14267 * gdb.base/siginfo-obj.exp
14268 * gdb.base/siginfo-thread.exp
14269 * gdb.base/signest.exp
14270 * gdb.base/signull.exp
14271 * gdb.base/sigrepeat.exp
14272 * gdb.base/skip.exp
14273 * gdb.base/so-impl-ld.exp
14274 * gdb.base/solib-corrupted.exp
14275 * gdb.base/solib-disc.exp
14276 * gdb.base/solib-display.exp
14277 * gdb.base/solib-overlap.exp
14278 * gdb.base/solib-search.exp
14279 * gdb.base/solib-symbol.exp
14280 * gdb.base/source-execution.exp
14281 * gdb.base/sss-bp-on-user-bp-2.exp
14282 * gdb.base/sss-bp-on-user-bp.exp
14283 * gdb.base/stack-checking.exp
14284 * gdb.base/stale-infcall.exp
14285 * gdb.base/step-break.exp
14286 * gdb.base/step-line.exp
14287 * gdb.base/step-over-exit.exp
14288 * gdb.base/step-test.exp
14289 * gdb.base/structs.exp
14290 * gdb.base/sym-file.exp
14291 * gdb.base/symtab-search-order.exp
14292 * gdb.base/term.exp
14293 * gdb.base/type-opaque.exp
14294 * gdb.base/unload.exp
14295 * gdb.base/until-nodebug.exp
14296 * gdb.base/until.exp
14297 * gdb.base/unwindonsignal.exp
14298 * gdb.base/watch-cond.exp
14299 * gdb.base/watch-non-mem.exp
14300 * gdb.base/watch_thread_num.exp
14301 * gdb.base/watchpoint-reuse-slot.exp
14302 * gdb.base/watchpoint-solib.exp
14303 * gdb.base/watchpoint.exp
14304 * gdb.btrace/dlopen.exp
14305 * gdb.cell/arch.exp
14306 * gdb.cell/break.exp
14307 * gdb.cell/bt.exp
14308 * gdb.cell/core.exp
14309 * gdb.cell/data.exp
14310 * gdb.cell/dwarfaddr.exp
14311 * gdb.cell/ea-cache.exp
14312 * gdb.cell/ea-standalone.exp
14313 * gdb.cell/ea-test.exp
14314 * gdb.cell/f-regs.exp
14315 * gdb.cell/fork.exp
14316 * gdb.cell/gcore.exp
14317 * gdb.cell/mem-access.exp
14318 * gdb.cell/ptype.exp
14319 * gdb.cell/registers.exp
14320 * gdb.cell/sizeof.exp
14321 * gdb.cell/solib-symbol.exp
14322 * gdb.cell/solib.exp
14323 * gdb.compile/compile-tls.exp
14324 * gdb.cp/exception.exp
14325 * gdb.cp/gdb2495.exp
14326 * gdb.cp/local.exp
14327 * gdb.cp/mb-inline.exp
14328 * gdb.cp/mb-templates.exp
14329 * gdb.cp/pr10687.exp
14330 * gdb.cp/pr9167.exp
14331 * gdb.cp/scope-err.exp
14332 * gdb.cp/templates.exp
14333 * gdb.cp/virtfunc.exp
14334 * gdb.dwarf2/dw2-dir-file-name.exp
14335 * gdb.dwarf2/dw2-single-line-discriminators.exp
14336 * gdb.fortran/complex.exp
14337 * gdb.fortran/library-module.exp
14338 * gdb.guile/guile.exp
14339 * gdb.guile/scm-cmd.exp
14340 * gdb.guile/scm-frame-inline.exp
14341 * gdb.guile/scm-objfile.exp
14342 * gdb.guile/scm-pretty-print.exp
14343 * gdb.guile/scm-symbol.exp
14344 * gdb.guile/scm-type.exp
14345 * gdb.guile/scm-value.exp
14346 * gdb.linespec/keywords.exp
14347 * gdb.linespec/ls-errs.exp
14348 * gdb.linespec/macro-relative.exp
14349 * gdb.linespec/thread.exp
14350 * gdb.mi/mi-breakpoint-changed.exp
14351 * gdb.mi/mi-dprintf-pending.exp
14352 * gdb.mi/mi-fullname-deleted.exp
14353 * gdb.mi/mi-logging.exp
14354 * gdb.mi/mi-pending.exp
14355 * gdb.mi/mi-solib.exp
14356 * gdb.mi/new-ui-mi-sync.exp
14357 * gdb.mi/user-selected-context-sync.exp
14358 * gdb.multi/dummy-frame-restore.exp
14359 * gdb.multi/multi-arch-exec.exp
14360 * gdb.multi/remove-inferiors.exp
14361 * gdb.multi/watchpoint-multi-exit.exp
14362 * gdb.opt/solib-intra-step.exp
14363 * gdb.perf/backtrace.exp
14364 * gdb.perf/single-step.exp
14365 * gdb.perf/skip-command.exp
14366 * gdb.perf/skip-prologue.exp
14367 * gdb.perf/solib.exp
14368 * gdb.python/lib-types.exp
14369 * gdb.python/py-as-string.exp
14370 * gdb.python/py-bad-printers.exp
14371 * gdb.python/py-block.exp
14372 * gdb.python/py-breakpoint.exp
14373 * gdb.python/py-cmd.exp
14374 * gdb.python/py-events.exp
14375 * gdb.python/py-evthreads.exp
14376 * gdb.python/py-finish-breakpoint.exp
14377 * gdb.python/py-finish-breakpoint2.exp
14378 * gdb.python/py-frame-inline.exp
14379 * gdb.python/py-frame.exp
14380 * gdb.python/py-inferior.exp
14381 * gdb.python/py-infthread.exp
14382 * gdb.python/py-mi.exp
14383 * gdb.python/py-objfile.exp
14384 * gdb.python/py-pp-maint.exp
14385 * gdb.python/py-pp-registration.exp
14386 * gdb.python/py-prettyprint.exp
14387 * gdb.python/py-recurse-unwind.exp
14388 * gdb.python/py-shared.exp
14389 * gdb.python/py-symbol.exp
14390 * gdb.python/py-symtab.exp
14391 * gdb.python/py-template.exp
14392 * gdb.python/py-type.exp
14393 * gdb.python/py-unwind-maint.exp
14394 * gdb.python/py-unwind.exp
14395 * gdb.python/py-value.exp
14396 * gdb.python/python.exp
14397 * gdb.reverse/finish-reverse-bkpt.exp
14398 * gdb.reverse/insn-reverse.exp
14399 * gdb.reverse/next-reverse-bkpt-over-sr.exp
14400 * gdb.reverse/solib-precsave.exp
14401 * gdb.reverse/solib-reverse.exp
14402 * gdb.stabs/gdb11479.exp
14403 * gdb.stabs/weird.exp
14404 * gdb.threads/fork-child-threads.exp
14405 * gdb.threads/fork-plus-threads.exp
14406 * gdb.threads/fork-thread-pending.exp
14407 * gdb.threads/forking-threads-plus-breakpoint.exp
14408 * gdb.threads/hand-call-in-threads.exp
14409 * gdb.threads/interrupted-hand-call.exp
14410 * gdb.threads/linux-dp.exp
14411 * gdb.threads/local-watch-wrong-thread.exp
14412 * gdb.threads/next-while-other-thread-longjmps.exp
14413 * gdb.threads/non-ldr-exit.exp
14414 * gdb.threads/pending-step.exp
14415 * gdb.threads/print-threads.exp
14416 * gdb.threads/process-dies-while-detaching.exp
14417 * gdb.threads/process-dies-while-handling-bp.exp
14418 * gdb.threads/pthreads.exp
14419 * gdb.threads/queue-signal.exp
14420 * gdb.threads/reconnect-signal.exp
14421 * gdb.threads/signal-command-handle-nopass.exp
14422 * gdb.threads/signal-command-multiple-signals-pending.exp
14423 * gdb.threads/signal-delivered-right-thread.exp
14424 * gdb.threads/signal-sigtrap.exp
14425 * gdb.threads/sigthread.exp
14426 * gdb.threads/staticthreads.exp
14427 * gdb.threads/stepi-random-signal.exp
14428 * gdb.threads/thread-unwindonsignal.exp
14429 * gdb.threads/thread_check.exp
14430 * gdb.threads/thread_events.exp
14431 * gdb.threads/tid-reuse.exp
14432 * gdb.threads/tls-nodebug.exp
14433 * gdb.threads/tls-shared.exp
14434 * gdb.threads/tls-so_extern.exp
14435 * gdb.threads/tls.exp
14436 * gdb.threads/wp-replication.exp
14437 * gdb.trace/actions-changed.exp
14438 * gdb.trace/actions.exp
14439 * gdb.trace/backtrace.exp
14440 * gdb.trace/change-loc.exp
14441 * gdb.trace/collection.exp
14442 * gdb.trace/deltrace.exp
14443 * gdb.trace/disconnected-tracing.exp
14444 * gdb.trace/entry-values.exp
14445 * gdb.trace/ftrace-lock.exp
14446 * gdb.trace/ftrace.exp
14447 * gdb.trace/infotrace.exp
14448 * gdb.trace/mi-trace-frame-collected.exp
14449 * gdb.trace/mi-trace-unavailable.exp
14450 * gdb.trace/mi-traceframe-changed.exp
14451 * gdb.trace/mi-tracepoint-changed.exp
14452 * gdb.trace/mi-tsv-changed.exp
14453 * gdb.trace/no-attach-trace.exp
14454 * gdb.trace/packetlen.exp
14455 * gdb.trace/passc-dyn.exp
14456 * gdb.trace/passcount.exp
14457 * gdb.trace/pending.exp
14458 * gdb.trace/pr16508.exp
14459 * gdb.trace/qtro.exp
14460 * gdb.trace/range-stepping.exp
14461 * gdb.trace/read-memory.exp
14462 * gdb.trace/report.exp
14463 * gdb.trace/save-trace.exp
14464 * gdb.trace/signal.exp
14465 * gdb.trace/stap-trace.exp
14466 * gdb.trace/status-stop.exp
14467 * gdb.trace/strace.exp
14468 * gdb.trace/tfile.exp
14469 * gdb.trace/tfind.exp
14470 * gdb.trace/trace-break.exp
14471 * gdb.trace/trace-condition.exp
14472 * gdb.trace/trace-enable-disable.exp
14473 * gdb.trace/trace-mt.exp
14474 * gdb.trace/tracecmd.exp
14475 * gdb.trace/tracefile-pseudo-reg.exp
14476 * gdb.trace/tspeed.exp
14477 * gdb.trace/tstatus.exp
14478 * gdb.trace/tsv.exp
14479 * gdb.trace/unavailable.exp
14480 * gdb.trace/while-dyn.exp
14481 * gdb.trace/while-stepping.exp
14482 * lib/gdb-guile.exp
14483 * lib/gdb.exp
14484 * lib/mi-support.exp
14485 * lib/pascal.exp
14486 * lib/perftest.exp
14487 * lib/prelink-support.exp
14488 * lib/selftest-support.exp
14489
14490 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
14491
14492 * Makefile.in: Include disable-implicit-rules.mk.
14493
14494 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14495
14496 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
14497 non-byte-aligned bit fields.
14498
14499 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14500
14501 PR gdb/12616
14502 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
14503 respects the DW_AT_data_bit_offset attribute.
14504
14505 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
14506
14507 * gdb.base/default.exp: Fix output of "set language".
14508
14509 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
14510
14511 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
14512 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
14513 make.
14514 * configure.ac: Remove checks for the make program.
14515 * configure: Re-generate.
14516
14517 2016-11-16 Kevin Buettner <kevinb@redhat.com>
14518
14519 * gdb.python/py-recurse-unwind.c (main): Add loop.
14520 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
14521 to read_register() and gdb.parse_and_eval(). Make each code
14522 call a separate case that can be individually tested.
14523 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
14524 proc. Call cont_and_backtrace for each of the code paths that
14525 we want to test in the unwinder.
14526
14527 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
14528
14529 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
14530 the definition of struct S.
14531
14532 2016-11-11 Catherine Moore <clm@codesourcery.com>
14533
14534 * gdb.base/dump.exp: Identify verilog format dump tests as such.
14535
14536 2016-11-09 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.base/commands.exp (runto_or_return): New procedure.
14539 (gdbvar_simple_if_test, gdbvar_simple_while_test)
14540 (gdbvar_complex_if_while_test, progvar_simple_if_test)
14541 (progvar_simple_while_test, progvar_complex_if_while_test)
14542 (if_while_breakpoint_command_test)
14543 (infrun_breakpoint_command_test, breakpoint_command_test)
14544 (user_defined_command_test, watchpoint_command_test)
14545 (test_command_prompt_position, redefine_hook_test)
14546 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
14547 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
14548 multi_line_input and multi_line. Remove gdb_expect and
14549 gdb_stop_suppressing_tests uses.
14550 * lib/gdb.exp (valnum_re): New global.
14551 (multi_line_input): New procedure.
14552
14553 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
14554
14555 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
14556 Remove.
14557 (test_setup): Define with proc_with_prefix.
14558 (test_cli_inferior): Likewise.
14559 (test_cli_thread): Likewise.
14560 (test_cli_frame): Likewise.
14561 (test_cli_select_frame): Likewise.
14562 (test_cli_up_down): Likewise.
14563 (test_mi_thread_select): Likewise.
14564 (test_mi_stack_select_frame): Likewise.
14565 (test_cli_in_mi_inferior): Likewise.
14566 (test_cli_in_mi_thread): Likewise.
14567 (test_cli_in_mi_frame): Likewise.
14568 (top level): Do not use with_test_prefix_procname.
14569
14570 2016-11-09 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.base/commands.exp (gdbvar_simple_if_test)
14573 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
14574 (progvar_simple_if_test, progvar_simple_while_test)
14575 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
14576 (infrun_breakpoint_command_test, breakpoint_command_test)
14577 (user_defined_command_test, watchpoint_command_test)
14578 (test_command_prompt_position, deprecated_command_test)
14579 (bp_deleted_in_command, temporary_breakpoint_commands)
14580 (stray_arg0_test, source_file_with_indented_comment)
14581 (recursive_source_test, if_commands_test)
14582 (error_clears_commands_left, redefine_hook_test)
14583 (redefine_backtrace_test): Use proc_with_prefix.
14584 * lib/gdb.exp (proc_with_prefix): New proc.
14585
14586 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14587
14588 * gdb.base/tui-layout.c: New file.
14589 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
14590 disassembly window contains very long lines.
14591
14592 2016-11-08 Tom Tromey <tom@tromey.com>
14593
14594 * gdb.python/py-value.exp (test_value_creation): Make "long" test
14595 depend on Python 2.
14596
14597 2016-11-08 Tom Tromey <tom@tromey.com>
14598
14599 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
14600 New method.
14601
14602 2016-10-29 Manish Goregaokar <manish@mozilla.com>
14603
14604 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
14605
14606 2016-10-27 Manish Goregaokar <manish@mozilla.com>
14607
14608 * gdb.rust/simple.rs: Add test for univariant enums without
14609 discriminants and for encoded struct-like enums.
14610
14611 2016-10-28 Pedro Alves <palves@redhat.com>
14612
14613 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
14614 gdb_test_multiple, tighten regexps and match symtabs and line
14615 tables incrementally.
14616
14617 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
14618
14619 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
14620 general.
14621
14622 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
14623
14624 * gdb.base/exec-invalid-sysroot.exp: New file.
14625
14626 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14627
14628 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
14629
14630 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
14633
14634 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
14635
14636 * gdb.base/killed-outside.exp: Remove $options from a call to
14637 `prepare_for_testing'.
14638
14639 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14640
14641 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14642 Change test message.
14643
14644 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14645
14646 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
14647 Update comment.
14648
14649 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
14650
14651 * gdb.trace/mi-trace-save.exp: New file.
14652
14653 2016-10-13 Yao Qi <yao.qi@linaro.org>
14654
14655 * gdb.base/code_elim.exp (get_var_address): Remove.
14656 * gdb.base/relocate.exp: Likewise.
14657 * gdb.base/shreloc.exp: Likewise.
14658 * lib/gdb.exp (get_var_address): New.
14659
14660 2016-10-13 Yao Qi <yao.qi@linaro.org>
14661
14662 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
14663 floating point tests if $skip_float_test is false.
14664
14665 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
14666
14667 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
14668 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
14669 argc values.
14670 Add 1 to argc so we guarantee distinct initial/modified argc values.
14671
14672 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14673
14674 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
14675
14676 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14677
14678 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
14679 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
14680 * gdb.arch/vsx-regs.exp: Likewise.
14681
14682 2016-10-07 Yao Qi <yao.qi@linaro.org>
14683
14684 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
14685
14686 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
14687
14688 * gdb.python/python.exp: Test decode_line("*0").
14689
14690 2016-10-06 Doug Evans <dje@google.com>
14691
14692 * gdb.python/py-value.exp (test_value_creation): Add test for large
14693 unsigned 64-bit value.
14694
14695 2016-10-06 Tom Tromey <tom@tromey.com>
14696
14697 * gdb.compile/compile.exp: Change java tests to rust.
14698 * gdb.base/setshow.exp: Change java tests to rust.
14699 * gdb.base/default.exp: Remove java from language list.
14700 * README (Examples): Update language example.
14701 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
14702 test.
14703 * lib/gdb.exp (skip_java_tests): Remove.
14704 * lib/java.exp: Remove.
14705 * gdb.java: Remove.
14706
14707 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14708
14709 * gdb.arch/mips-fcr.exp: New test.
14710 * gdb.arch/mips-fcr.c: Source for the new test.
14711
14712 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
14713
14714 * gdb.base/solib-disc.exp: Use `standard_output_file'
14715 throughout.
14716
14717 2016-10-06 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.base/jit-simple-dl.c: New file.
14720 * gdb.base/jit-simple-jit.c: New file, factored out from ...
14721 * gdb.base/jit-simple.c: ... this.
14722 * gdb.base/jit-simple.exp (jit_run): Delete.
14723 (build_jit): New proc.
14724 (jit_test_reread): Recompile either the main program or the shared
14725 library, depending on what is being tested. Skip changing address
14726 if caller wants to. Compare before/after addresses. If testing
14727 standalone, explicitly load the binary. Test "maint info
14728 breakpoints".
14729 (top level): Add "standalone vs shared lib" and "change address"
14730 vs "same address" axes.
14731
14732 2016-10-06 Pedro Alves <palves@redhat.com>
14733
14734 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
14735 call.
14736 (jit_run): Delete.
14737 (jit_test_reread): Use with_test_prefix. Reload the main binary
14738 explicitly. Compare the before/after addresses of the JIT
14739 descriptor.
14740
14741 2016-08-15 Doug Evans <dje@google.com>
14742
14743 * gdb.xml/extra-regs.xml: Update, end field now required, default type
14744 for single bitfields is bool.
14745 * gdb.xml/tdesc-regs.exp: Ditto.
14746
14747 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
14748
14749 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
14750
14751 2016-10-05 Yao Qi <yao.qi@linaro.org>
14752
14753 * lib/gdb.exp (support_complex_tests): Return zero if
14754 gdb_skip_float_test return true.
14755
14756 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14757 Simon Marchi <simon.marchi@ericsson.com>
14758
14759 PR gdb/20487
14760 * gdb.mi/user-selected-context-sync.exp: New file.
14761 * gdb.mi/user-selected-context-sync.c: New file.
14762
14763 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
14764 Simon Marchi <simon.marchi@ericsson.com>
14765
14766 PR gdb/20487
14767 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
14768 =thread-select-event check.
14769
14770 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
14771
14772 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
14773 the compulsory L operand changes.
14774 * gdb.arch/powerpc-power.s: Likewise.
14775
14776 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14777
14778 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
14779 * gdb.base/jit-attach-pie.c: New file.
14780 * gdb.base/jit-attach-pie.exp: New file.
14781
14782 2016-09-28 Pedro Alves <palves@redhat.com>
14783
14784 * gdb.base/infcall-input.c: New file.
14785 * gdb.base/infcall-input.exp: New file.
14786
14787 2016-09-22 Yao Qi <yao.qi@linaro.org>
14788
14789 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
14790 (gdb_exit): Rename it to ...
14791 (gdbserver_gdb_exit): ... Close GDBserver.
14792 (gdb_exit): New proc, call gdbserver_gdb_exit.
14793 (mi_gdb_exit): Likewise.
14794
14795 2016-09-22 Yao Qi <yao.qi@linaro.org>
14796
14797 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
14798 path.
14799 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
14800 Remove duplication.
14801
14802 2016-09-22 Yao Qi <yao.qi@linaro.org>
14803
14804 * lib/gdbserver-support.exp: Check the existence of
14805 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
14806
14807 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
14808
14809 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
14810
14811 2016-09-21 Tom Tromey <tom@tromey.com>
14812
14813 PR gdb/20604:
14814 * gdb.base/quit.exp: New file.
14815
14816 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
14817
14818 * .gitignore: New file.
14819
14820 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
14821
14822 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
14823 throughout.
14824
14825 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
14826
14827 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
14828
14829 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14830
14831 * gdb.cp/casts.cc (decltype): Move it ...
14832 (main): ... with its call to ...
14833 * gdb.cp/casts03.cc: ... a new file.
14834 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
14835
14836 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14837
14838 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
14839
14840 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
14841
14842 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
14843 and sync up the test with tests in gas/testsuite/gas/ppc.
14844 * gdb.arch/powerpc-power.exp: Likewise.
14845
14846 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14847
14848 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
14849
14850 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
14851 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
14854 make m1's definition to be different from m2's. Use 'dummy' as an
14855 argument for probe 'two'.
14856
14857 2016-09-10 Jon Beniston <jon@beniston.com>
14858
14859 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
14860 for sim target.
14861
14862 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
14863
14864 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
14865 variable declaration.
14866 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
14867 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
14868 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
14869 received HWCAP as its argument.
14870
14871 2016-09-06 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.base/new-ui-pending-input.c: New file.
14874 * gdb.base/new-ui-pending-input.exp: New file.
14875 * gdb.exp (clear_gdb_spawn_id): New procedure.
14876 (with_spawn_id): Check whether gdb_spawn_id exists before
14877 referencing it. If gdb_spawn_id didn't exist on entry, clear it
14878 on exit.
14879
14880 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14881
14882 * gdb.base/float128.c: New file.
14883 * gdb.base/float128.exp: Likewise.
14884 * gdb.base/floatn.c: Likewise.
14885 * gdb.base/floatn.exp: Likewise.
14886
14887 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
14888
14889 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
14890
14891 2016-09-05 Pedro Alves <palves@redhat.com>
14892
14893 PR backtrace/19927
14894 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
14895 unwinders are immediately called as side effect of "source" or
14896 "disable unwinder" commands.
14897 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
14898
14899 2016-09-02 Yao Qi <yao.qi@linaro.org>
14900
14901 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
14902 is true and $type is "float" or "double".
14903
14904 2016-09-02 Yao Qi <yao.qi@linaro.org>
14905
14906 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
14907 true.
14908 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
14909 * gdb.base/call-rt-st.exp: Likewise.
14910 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
14911 return value instead of gdb,skip_float_test.
14912 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
14913 (do_function_calls): Use its return value instead of
14914 gdb,skip_float_test.
14915 * gdb.base/finish.exp: Likewise.
14916 * gdb.base/funcargs.exp: Likewise.
14917 * gdb.base/return.exp: Likewise.
14918 * gdb.base/return2.exp: Likewise.
14919 * gdb.base/varargs.exp: Likewise.
14920 * lib/gdb.exp (gdb_skip_float_test): Change it to
14921 gdb_caching_proc. Detect the broken ptrace on arm-linux.
14922
14923 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
14924
14925 * gdb.multi/tids.exp: Test "thread apply all".
14926
14927 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14928
14929 * gdb.base/default.exp (tty): Remove.
14930
14931 2016-08-24 Kevin Buettner <kevinb@redhat.com>
14932
14933 * gdb.python/py-recurse-unwind.c: New file.
14934 * gdb.python/py-recurse-unwind.py: New file.
14935 * gdb.python/py-recurse-unwind.exp: New file.
14936
14937 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
14938
14939 * gdb.base/set-inferior-tty.exp: New file.
14940 * gdb.base/set-inferior-tty.c: New file.
14941
14942 2016-08-23 Pedro Alves <palves@redhat.com>
14943
14944 PR gdb/20494
14945 * gdb.base/new-ui-echo.c: New file.
14946 * gdb.base/new-ui-echo.exp: New file.
14947
14948 2016-08-23 Yao Qi <yao.qi@linaro.org>
14949
14950 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
14951 gdbserver_spawn.
14952 * gdb.server/connect-without-multi-process.exp (do_test):
14953 Likewise.
14954
14955 2016-08-23 Yao Qi <yao.qi@linaro.org>
14956
14957 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
14958 standalone_txt. Delete gdb_txt and standalone_txt on host
14959 and target. Spawn the binary on target. Copy files from
14960 target to host.
14961
14962 2016-08-22 Pedro Alves <palves@redhat.com>
14963
14964 PR gdb/20505
14965 * gdb.base/vdso-warning.exp: Test core dumps too. Use
14966 with_test_prefix. Factor out bits to ...
14967 (test_no_vdso): ... this new procedure.
14968
14969 2016-08-19 Carl Love <cel@us.ibm.com>
14970
14971 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
14972 maintaining separate logic for constructing the output path.
14973 * gdb.arch/powerpc-d128-regs.exp: Likewise.
14974 * gdb.arch/ppc-dfp.exp: Likewise.
14975 * gdb.arch/ppc-fp.exp: Likewise.
14976 * gdb.arch/vsx-regs.exp: Likewise.
14977 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
14978 binprefix for generating the additional binary files.
14979
14980 2016-08-19 Pedro Alves <palves@redhat.com>
14981
14982 * gdb.trace/mi-trace-frame-collected.exp
14983 (test_trace_frame_collected): On x32, expect two registers.
14984
14985 2016-08-18 Carl Love <cel@us.ibm.com>
14986
14987 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
14988 and sync up the test with tests in gas/testsuite/gas/ppc.
14989 * gdb.arch/powerpc-power.exp: Likewise.
14990
14991 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14992
14993 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
14994 expected error message.
14995
14996 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
14997
14998 * gdb.multi/remove-inferiors.exp: New file.
14999 * gdb.multi/remove-inferiors.c: New file.
15000
15001 2016-08-12 Yao Qi <yao.qi@linaro.org>
15002
15003 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
15004 argument list.
15005
15006 2016-08-10 Pedro Alves <palves@redhat.com>
15007
15008 PR gdb/19187
15009 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
15010 setup_kfails.
15011
15012 2016-08-09 Pedro Alves <palves@redhat.com>
15013 Simon Marchi <simon.marchi@ericsson.com>
15014
15015 PR gdb/20418
15016 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
15017 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
15018
15019 2016-08-09 Pedro Alves <palves@redhat.com>
15020
15021 PR mi/20431
15022 * gdb.mi/mi-cmd-error.exp: New file.
15023
15024 2016-08-09 Pedro Alves <palves@redhat.com>
15025
15026 PR gdb/18653
15027 * gdb.base/signals-state-child.c: New file.
15028 * gdb.base/signals-state-child.exp: New file.
15029 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
15030
15031 2016-08-09 Pedro Alves <palves@redhat.com>
15032
15033 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
15034
15035 2016-08-03 Tom Tromey <tom@tromey.com>
15036
15037 PR python/18565:
15038 * gdb.python/py-frame-inline.exp: Add Frame.function test.
15039
15040 2016-08-01 Yao Qi <yao.qi@linaro.org>
15041
15042 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
15043 variable mode to "multi-process" if $multi_process is 1, otherwise
15044 set it to "single-process".
15045
15046 2016-08-01 Yao Qi <yao.qi@linaro.org>
15047
15048 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
15049 * gdb.cp/cpexprs.exp: Likewise.
15050 * gdb.cp/m-static.exp: Likewise.
15051
15052 2016-07-26 Tom Tromey <tom@tromey.com>
15053
15054 PR python/20190:
15055 * gdb.threads/tls.exp (check_thread_local): Add python symbol
15056 test.
15057
15058 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
15059
15060 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
15061 selecting assembly source files.
15062 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
15063 assembly source files.
15064 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
15065 assembly source files.
15066 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
15067 selecting assembly source files.
15068
15069 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
15070
15071 * gdb.base/new-ui.exp (do_test_invalid_args): New
15072 procedure.
15073
15074 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
15075
15076 * gdb.btrace/reconnect.c: New file.
15077 * gdb.btrace/reconnect.exp: New file.
15078
15079 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
15080
15081 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
15082 to test_catch_syscall_group.
15083 (test_catch_syscall_group): New.
15084
15085 2016-07-21 Tom Tromey <tom@tromey.com>
15086
15087 * gdb.rust/simple.rs (main): Use empty struct expression.
15088 * gdb.rust/simple.exp: Add tests for empty struct expression.
15089
15090 2016-07-21 Yao Qi <yao.qi@linaro.org>
15091
15092 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
15093 if gdb_skip_xml_test is true on some targets.
15094
15095 2016-07-21 Yao Qi <yao.qi@linaro.org>
15096
15097 * gdb.server/solib-list.exp: Unset last_loaded_file.
15098
15099 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
15102 "step into captured_main (args)".
15103
15104 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15105
15106 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
15107
15108 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
15111
15112 2016-07-19 Pedro Alves <palves@redhat.com>
15113
15114 * gdb.opt/inline-break.exp: Remove optimize=-O2.
15115 * gdb.opt/inline-bt.exp: Likewise.
15116 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
15117 additional_flags=-Winline.
15118 * gdb.opt/inline-locals.exp: Likewise.
15119 * gdb.opt/inline-markers.c (ATTR): Define.
15120 (inlined_fn): Use it.
15121
15122 2016-07-19 Yao Qi <yao.qi@linaro.org>
15123
15124 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
15125 (test_with_self): Remove some code. Remove argument executable.
15126 (top-level): Use do_self_tests.
15127
15128 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
15129 Don Breazeal <donb@codesourcery.com>
15130
15131 * gdb.base/maint.exp: Escape paths used in regular expressions.
15132 * gdb.stabs/weird.exp: Likewise.
15133
15134 2016-07-13 Tom Tromey <tom@tromey.com>
15135
15136 PR python/15620, PR python/18620:
15137 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
15138 (test_bkpt_events): New procs.
15139
15140 2016-07-13 Tom Tromey <tom@tromey.com>
15141
15142 PR python/17698:
15143 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
15144 test.
15145 (test_watchpoints): Likewise.
15146 (test_bkpt_pending): New proc.
15147
15148 2016-07-13 Tom Tromey <tom@tromey.com>
15149
15150 PR cli/18053:
15151 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
15152 completion test.
15153
15154 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15155
15156 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
15157 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
15158 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
15159 f_label.
15160 (g): Rename g_end_lbl to g_label.
15161 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
15162 low_pc and high_pc.
15163 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
15164
15165 2016-07-12 Tom Tromey <tom@tromey.com>
15166
15167 PR python/19293:
15168 * gdb.python/py-unwind-maint.exp: Update tests.
15169
15170 2016-07-12 Yao Qi <yao.qi@linaro.org>
15171
15172 * lib/selftest-support.exp (selftest_setup): Match the output
15173 when captured_main is inlined.
15174
15175 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
15176
15177 * gdb.fortran/derived-types.exp (result_line, result_line_2):
15178 New variables.
15179 (print this%a, print this%b, print this): New tests.
15180 * gdb.fortran/derived-types.f90 (this): New object and
15181 initialization.
15182
15183 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15184
15185 * gdb.ada/arraydim.exp: Remove extra directory level in build
15186 directory.
15187
15188 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
15189
15190 * lib/ada.exp: Remove extra directory level in build directory.
15191 * gdb.ada/cond_lang.exp: Likewise.
15192 * gdb.ada/exec_changed.exp: Likewise.
15193 * gdb.ada/lang_switch.exp: Likewise.
15194
15195 2016-07-06 Manish Goregaokar <manish@mozilla.com>
15196
15197 * simple.rs: Add test for raw pointer subscripting.
15198 * simple.exp: Add test expectations.
15199
15200 2016-07-05 Yao Qi <yao.qi@linaro.org>
15201
15202 * gdb.mi/mi-reverse.exp: Match =record-started output.
15203
15204 2016-07-01 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.base/jit-reader.exp (info_registers_current_frame): New
15207 procedure.
15208 (jit_reader_test): Test the jit reader's unwinder.
15209 * gdb.base/jithost.c (jit_function_00_code): New global.
15210 (main): Use memcpy to fill in the mmapped code, instead of poking
15211 bytes manually here.
15212 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
15213 value.
15214 (read_debug_info): Save the function's range.
15215 (read_sp): New function.
15216 (unwind_frame): Use it. Also unwind RBP.
15217 (get_frame_id): Use read_sp.
15218 (gdb_init_reader): Use calloc instead of malloc.
15219 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
15220 parameter. Use gdb_test_multiple.
15221
15222 2016-07-01 Pedro Alves <palves@redhat.com>
15223 Antoine Tremblay <antoine.tremblay@ericsson.com>
15224
15225 * gdb.threads/process-dies-while-detaching.c: New file.
15226 * gdb.threads/process-dies-while-detaching.exp: New file.
15227
15228 2016-07-01 Pedro Alves <palves@redhat.com>
15229
15230 * gdb.multi/watchpoint-multi-exit.c: New file.
15231 * gdb.multi/watchpoint-multi-exit.exp: New file.
15232
15233 2016-06-30 Pedro Alves <palves@redhat.com>
15234
15235 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
15236 unset inferior_spawn_id.
15237
15238 2016-06-30 Pedro Alves <palves@redhat.com>
15239
15240 * lib/mi-support.exp (default_mi_gdb_start): Declare global
15241 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
15242
15243 2016-06-29 Yao Qi <yao.qi@linaro.org>
15244
15245 * gdb.base/return.c: Add copyright header.
15246
15247 2016-06-29 Tom Tromey <tom@tromey.com>
15248
15249 PR python/20129:
15250 * gdb.python/py-framefilter.exp: Add tests for setting priority
15251 and disabling of non-existent frame filter.
15252
15253 2016-06-29 Yao Qi <yao.qi@linaro.org>
15254
15255 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
15256 0x0f07ff.
15257
15258 2016-06-28 Yao Qi <yao.qi@linaro.org>
15259
15260 * gdb.base/catch-syscall.exp: Remove check on isnative and target
15261 triplets. Start gdb, execute catch syscall, and continue. Check
15262 gdb's output to determine catch syscall is supported.
15263
15264 2016-06-27 Manish Goregaokar <manish@mozilla.com>
15265
15266 * gdb.rust/simple.rs: Add test for returning unit in a function.
15267 * gdb.rust/simple.exp: Add expectation for functions returning
15268 unit.
15269
15270 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
15271
15272 * gdb.python/py-breakpoint-create-fail.c,
15273 gdb.python/py-breakpoint-create-fail.exp,
15274 gdb.python/py-breakpoint-create-fail.py: New testcase.
15275
15276 2016-06-25 Manish Goregaokar <manish@mozilla.com>
15277
15278 PR gdb/20239
15279 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
15280 * gdb.rust/simple.exp: Add test expectations for new NonZero
15281 tests.
15282
15283 2016-06-24 David Taylor <dtaylor@emc.com>
15284
15285 * gdb.base/offsets.exp: New file.
15286 * gdb.base/offsets.c: New file.
15287
15288 2016-06-23 Tom Tromey <tom@tromey.com>
15289
15290 PR gdb/16483:
15291 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
15292 before any filters are loaded.
15293
15294 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
15295
15296 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
15297 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
15298 structs.
15299 * gdb.fortran/derived-type-function.exp: New file.
15300 * gdb.fortran/derived-type-function.f90: New file.
15301
15302
15303 2016-06-21 Pedro Alves <palves@redhat.com>
15304
15305 * gdb.base/new-ui.exp: New file.
15306 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
15307 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
15308 (with_spawn_id): New procedure.
15309
15310 2016-06-21 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.mi/mi-exec-run.exp: New file.
15313
15314 2016-06-21 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
15317 breakpoint command's output on the main UI.
15318 (test_break): New procedure, factored out from calls in the top
15319 level.
15320 (top level): Use foreach_with_prefix to test MI as main UI and as
15321 separate UI.
15322
15323 2016-06-21 Pedro Alves <palves@redhat.com>
15324
15325 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
15326 (test_awatch_creation_and_listing)
15327 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
15328 Remove 'type' parameter.
15329 (test_watchpoint_all): New parameter mi_mode. Remove
15330 with_test_prefix.
15331 (top level): Use foreach_with_prefix, and add main/separate UI MI
15332 testing axis.
15333
15334 2016-06-21 Pedro Alves <palves@redhat.com>
15335
15336 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
15337 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
15338 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
15339 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
15340 (gdb_main_spawn_id, mi_spawn_id): Declare and
15341 comment.
15342 (mi_create_inferior_pty): New procedure,
15343 factored out from default_mi_gdb_start.
15344 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
15345 procedures.
15346 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
15347 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
15348 Use mi_create_inferior_pty.
15349 (mi_gdb_start): Use eval to pass down args list.
15350
15351 2016-06-21 Pedro Alves <palves@redhat.com>
15352
15353 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
15354 * gdb.opt/inline-cmds.exp: Add MI tests.
15355
15356 2016-06-21 Pedro Alves <palves@redhat.com>
15357
15358 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
15359
15360 2016-06-21 Pedro Alves <palves@redhat.com>
15361
15362 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
15363 (top level): Use it instead of mi_execute_to.
15364
15365 2016-06-21 Pedro Alves <palves@redhat.com>
15366
15367 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
15368 (cont_handler_str): New.
15369 (signal_stop_handler): Set stop_handler_str instead of printing to
15370 stdout.
15371 (continue_handler): Set cont_handler_str instead of printing to
15372 stdout.
15373 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
15374 mi_send_resuming_command. Print stop_handler_str and
15375 cont_handler_str instead of expecting the python events print
15376 directly.
15377
15378 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
15379
15380 * gdb.base/jit-reader.exp: New file.
15381 * gdb.base/jithost.c: New file.
15382 * gdb.base/jithost.h: New file.
15383 * gdb.base/jitreader.c : New file.
15384 * gdb.base/jit-protocol.h: New file.
15385
15386 2016-06-17 Yao Qi <yao.qi@linaro.org>
15387
15388 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
15389 parameters follow_fork and detach_on_fork. Set follow-fork-mode
15390 and detach-on-fork. Adjust tests.
15391 (top level): Invoke break_cond_on_syscall with combinations of
15392 syscall, follow-fork-mode and detach-on-fork.
15393
15394 2016-06-17 Yao Qi <yao.qi@linaro.org>
15395
15396 * gdb.base/step-over-exit.c: New.
15397 * gdb.base/step-over-exit.exp: New.
15398
15399 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
15400
15401 * gdb.base/float.exp: Add target check for nds32*-*-*.
15402 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
15403
15404 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
15405
15406 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
15407 for unsupported target features.
15408 * gdb.base/call-rt-st.exp: Likewise.
15409 * gdb.base/call-sc.exp: Likewise.
15410 * gdb.base/call-signal-resume.exp: Likewise.
15411 * gdb.base/call-strs.exp: Likewise.
15412 * gdb.base/callexit.exp: Likewise.
15413 * gdb.base/callfuncs.exp: Likewise.
15414 * gdb.base/nodebug.exp: Likewise.
15415 * gdb.base/printcmds.exp: Likewise.
15416 * gdb.base/ptype.exp: Likewise.
15417 * gdb.base/structs.exp: Likewise.
15418 * gdb.base/unwindonsignal.exp: Likewise.
15419 * gdb.cp/gdb2495.exp: Likewise.
15420 * gdb.cp/templates.exp: Likewise.
15421 * gdb.cp/virtfunc.exp: Likewise.
15422 * gdb.threads/hand-call-in-threads.exp: Likewise.
15423 * gdb.threads/interrupted-hand-call.exp: Likewise.
15424 * gdb.threads/thread-unwindonsignal.exp: Likewise.
15425
15426 2016-06-10 Tom Tromey <tom@tromey.com>
15427
15428 PR rust/20110:
15429 * gdb.rust/expr.exp: Add test for integer constant larger than
15430 i32.
15431
15432 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
15433
15434 * gdb.fortran/nested-funcs.exp: New.
15435 * gdb.fortran/nested-funcs.f90: New.
15436
15437 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
15438
15439 * gdb.base/examine-backward.c: New file.
15440 * gdb.base/examine-backward.exp: New file.
15441
15442 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
15443
15444 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
15445 matching.
15446
15447 2016-06-02 Tom Tromey <tom@tromey.com>
15448
15449 PR python/18984:
15450 * gdb.python/py-shared.exp: Add solib_name test.
15451
15452 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
15453
15454 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
15455
15456 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
15457
15458 PR c++/19893
15459 * gdb.dwarf2/implref.exp: Rename to...
15460 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
15461 * gdb.dwarf2/implref-array.c: New file.
15462 * gdb.dwarf2/implref-array.exp: Likewise.
15463 * gdb.dwarf2/implref-global.c: Likewise.
15464 * gdb.dwarf2/implref-global.exp: Likewise.
15465 * gdb.dwarf2/implref-struct.c: Likewise.
15466 * gdb.dwarf2/implref-struct.exp: Likewise.
15467
15468 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15469
15470 * gdb.trace/trace-condition.exp: Add 64bit tests.
15471
15472 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15473
15474 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
15475 bits types.
15476 (main): Adapt to 8 to 64 bits types.
15477 * gdb.trace/trace-condition.exp: Add new tests.
15478
15479 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15480
15481 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
15482
15483 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15484
15485 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
15486 Move condition tests...
15487 * gdb.trace/trace-condition.exp: Here.
15488
15489 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
15490
15491 * gdb.trace/trace-condition.exp: Add counter-case tests.
15492
15493 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15494
15495 PR c++/15231
15496 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
15497 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
15498
15499 2016-05-27 Pedro Alves <palves@redhat.com>
15500
15501 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
15502 New procedure.
15503 (top level): Call it, and bail out of DejaGnu is known to be bad.
15504
15505 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
15506
15507 * gdb.base/whatis.c: Extend the test case.
15508 * gdb.base/whatis.exp: Add additional tests.
15509
15510 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15511
15512 * gdb.fortran/type.f90: Add pointer variable.
15513 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
15514
15515 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15516
15517 * gdb.fortran/vla-type.exp: Fix testcase name.
15518
15519 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15520
15521 * gdb.fortran/vla-type.exp: Access elements in nested structs.
15522
15523 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15524
15525 * gdb.fortran/type.f90: Add nested structures.
15526 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
15527 * gdb.fortran/derived-type.exp: Adapt expected output.
15528 * gdb.fortran/vla-type.exp: Adapt expected output.
15529
15530 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15531
15532 * gdb.fortran/whatis_type.exp: Adapt expected output.
15533
15534 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15535
15536 * gdb.fortran/print_type.exp: Fix expected output.
15537 * gdb.fortran/whatis_type.exp: Fix expected output.
15538
15539 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
15540
15541 * gdb.fortran/whatis_type.exp: Use multi_line.
15542
15543 2016-05-24 Tom Tromey <tom@tromey.com>
15544
15545 PR python/17386:
15546 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
15547 use value as an index.
15548
15549 2016-05-23 Tom Tromey <tom@tromey.com>
15550
15551 PR python/17981:
15552 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
15553 no-breakpoint case.
15554
15555 2016-05-24 Pedro Alves <palves@redhat.com>
15556
15557 PR gdb/19828
15558 * gdb.threads/clone-attach-detach.c: New file.
15559 * gdb.threads/clone-attach-detach.exp: New file.
15560
15561 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
15562
15563 * gdb.base/annota-input-while-running.exp: Fix syntax error.
15564
15565 2016-05-23 Tom Tromey <tom@tromey.com>
15566
15567 PR python/19438, PR python/18393:
15568 * gdb.python/py-progspace.exp: Add "dir" test.
15569 * gdb.python/py-objfile.exp: Add "dir" test.
15570
15571 2016-05-23 Yao Qi <yao.qi@linaro.org>
15572
15573 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
15574 * gdb.arch/thumb2-it.exp: Likewise.
15575
15576 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
15577
15578 * gdb.mi/mi-threads-interrupt.c: New file.
15579 * gdb.mi/mi-threads-interrupt.exp: New file.
15580
15581 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
15582
15583 PR gdb/18077
15584 * gdb.mi/mi-async-run.exp: New file.
15585 * gdb.mi/mi-async-run.c: New file.
15586
15587 2016-05-17 Tom Tromey <tom@tromey.com>
15588 Manish Goregaokar <manishsmail@gmail.com>
15589
15590 * lib/rust-support.exp: New file.
15591 * lib/gdb.exp (skip_rust_tests): New proc.
15592 (build_executable_from_specs): Handle rust.
15593 * lib/future.exp (gdb_find_rustc): New proc.
15594 (gdb_default_target_compile): Handle rust.
15595 * gdb.rust/expr.exp: New file.
15596 * gdb.rust/generics.exp: New file.
15597 * gdb.rust/generics.rs: New file.
15598 * gdb.rust/methods.exp: New file.
15599 * gdb.rust/methods.rs: New file.
15600 * gdb.rust/modules.exp: New file.
15601 * gdb.rust/modules.rs: New file.
15602 * gdb.rust/simple.exp: New file.
15603 * gdb.rust/simple.rs: New file.
15604
15605 2016-05-17 Tom Tromey <tom@tromey.com>
15606
15607 * gdb.base/default.exp (set language): Add rust.
15608
15609 2016-05-17 Tom Tromey <tom@tromey.com>
15610
15611 * gdb.gdb/unittest.exp: New file.
15612
15613 2016-05-16 Yao Qi <yao.qi@linaro.org>
15614
15615 * gdb.base/batch-preserve-term-settings.exp: Remove variable
15616 shell_prompt. Update shell_prompt_re.
15617
15618 2016-05-12 Doug Evans <dje@google.com>
15619
15620 PR symtab/19999
15621 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
15622 $options when building executable.
15623 * gdb.dwarf2/fission-loclists-pie.S: New file.
15624 * gdb.dwarf2/fission-loclists-pie.exp: New file.
15625
15626 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15627
15628 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
15629 of [is_remote target],
15630
15631 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
15632
15633 * lib/gdb.exp (use_gdb_stub): New procedure.
15634
15635 2016-05-03 Yunlian Jiang <yunlian@google.com>
15636 Doug Evans <dje@google.com>
15637
15638 PR symtab/19914
15639 * gdb.dwarf2/dwp-sepdebug.c: New file.
15640 * gdb.dwarf2/dwp-sepdebug.exp: New file.
15641
15642 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15643
15644 * gdb.base/detach.exp: Remove is_remote check.
15645
15646 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
15647
15648 * gdb.base/annota-input-while-running.exp: Don't check for
15649 [is_remote target]. Enable annotations after running to main.
15650 Remove unused "set test..." line.
15651
15652 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15653
15654 * gdb.trace/trace-enable-disable.exp: New file.
15655 * gdb.trace/trace-enable-disable.c: New file.
15656
15657 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
15658
15659 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
15660 use it in info sharedlibrary test.
15661 * gdb.trace/ftrace-lock.exp: Likewise.
15662 * gdb.trace/ftrace.exp: Likewise.
15663 * gdb.trace/range-stepping.exp: Likewise.
15664 * gdb.trace/trace-break.exp: Likewise.
15665 * gdb.trace/trace-condition.exp: Likewise.
15666 * gdb.trace/trace-mt.exp: Likewise.
15667
15668 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15669
15670 * lib/gdb.exp (gdb_load_shlibs): Rename to...
15671 (gdb_load_shlib): ... this.
15672 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
15673 gdb_load_shlib.
15674 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
15675 * gdb.base/ctxobj.exp: Likewise.
15676 * gdb.base/dprintf-pending.exp: Likewise.
15677 * gdb.base/dso2dso.exp: Likewise.
15678 * gdb.base/fixsection.exp: Likewise.
15679 * gdb.base/gcore-relro.exp: Likewise.
15680 * gdb.base/gdb1555.exp: Likewise.
15681 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15682 * gdb.base/gnu-ifunc.exp: Likewise.
15683 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
15684 * gdb.base/jit-so.exp (one_jit_test): Likewise.
15685 * gdb.base/pending.exp: Likewise.
15686 * gdb.base/print-file-var.exp: Likewise.
15687 * gdb.base/print-symbol-loading.exp: Likewise.
15688 * gdb.base/shlib-call.exp: Likewise.
15689 * gdb.base/shreloc.exp: Likewise.
15690 * gdb.base/so-impl-ld.exp: Likewise.
15691 * gdb.base/solib-disc.exp: Likewise.
15692 * gdb.base/solib-nodir.exp: Likewise.
15693 * gdb.base/solib-overlap.exp: Likewise.
15694 * gdb.base/solib-symbol.exp: Likewise.
15695 * gdb.base/solib-weak.exp (do_test): Likewise.
15696 * gdb.base/sym-file.exp: Likewise.
15697 * gdb.base/symtab-search-order.exp: Likewise.
15698 * gdb.base/type-opaque.exp: Likewise.
15699 * gdb.base/unload.exp: Likewise.
15700 * gdb.base/watchpoint-solib.exp: Likewise.
15701 * gdb.compile/compile.exp: Likewise.
15702 * gdb.cp/gdb2384.exp: Likewise.
15703 * gdb.cp/infcall-dlopen.exp: Likewise.
15704 * gdb.cp/re-set-overloaded.exp: Likewise.
15705 * gdb.fortran/library-module.exp: Likewise.
15706 * gdb.opt/solib-intra-step.exp: Likewise.
15707 * gdb.python/py-finish-breakpoint.exp: Likewise.
15708 * gdb.python/py-shared.exp: Likewise.
15709 * gdb.reverse/solib-precsave.exp: Likewise.
15710 * gdb.reverse/solib-reverse.exp: Likewise.
15711 * gdb.server/solib-list.exp: Likewise.
15712 * gdb.threads/dlopen-libpthread.exp: Likewise.
15713 * gdb.threads/tls-shared.exp: Likewise.
15714 * gdb.threads/tls-so_extern.exp: Likewise.
15715 * gdb.trace/change-loc.exp: Likewise.
15716 * gdb.trace/ftrace-lock.exp: Likewise.
15717 * gdb.trace/ftrace.exp: Likewise.
15718 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
15719 * gdb.trace/pending.exp: Likewise.
15720 * gdb.trace/range-stepping.exp: Likewise.
15721 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
15722 (strace_info_marker): Likewise.
15723 (strace_probe_marker): Likewise.
15724 (strace_trace_on_same_addr): Likewise.
15725 (strace_trace_on_diff_addr): Likewise.
15726 * gdb.trace/trace-break.exp: Likewise.
15727 * gdb.trace/trace-condition.exp: Likewise.
15728 * gdb.trace/trace-mt.exp: Likewise.
15729
15730 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
15731
15732 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
15733 result of gdb_remote_download.
15734 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
15735 * gdb.base/dso2dso.exp: Likewise.
15736 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15737 * gdb.base/print-file-var.exp: Likewise.
15738 * gdb.base/shlib-call.exp: Likewise.
15739 * gdb.base/shreloc.exp: Likewise.
15740 * gdb.base/solib-overlap.exp: Likewise.
15741 * gdb.base/solib-weak.exp (do_test): Likewise.
15742 * gdb.base/unload.exp: Likewise.
15743
15744 2016-04-27 Yao Qi <yao.qi@linaro.org>
15745
15746 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
15747 exists.
15748
15749 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15750
15751 * vla-type.exp: Print structure from toplevel.
15752
15753 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15754
15755 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
15756 of dynamic types.
15757 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
15758 of dynamic types.
15759
15760 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
15761
15762 * gdb.fortran/vla-type.f90: New file.
15763 * gdb.fortran/vla-type.exp: New file.
15764
15765 2016-04-25 Yao Qi <yao.qi@linaro.org>
15766
15767 * gdb.base/branch-to-self.c: New file.
15768 * gdb.base/branch-to-self.exp: New file.
15769
15770 2016-04-22 Yao Qi <yao.qi@linaro.org>
15771
15772 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
15773 more after $hex.
15774
15775 2016-04-22 Yao Qi <yao.qi@linaro.org>
15776
15777 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
15778 * gdb.base/annota3.exp: Likewise.
15779
15780 2016-04-22 Yao Qi <yao.qi@linaro.org>
15781
15782 * gdb.reverse/step-precsave.exp: Do one step and test program
15783 stops in "callee" and do multiple steps until program goes out
15784 of "callee".
15785 * gdb.reverse/step-reverse.exp: Likewise.
15786
15787 2016-04-22 Yao Qi <yao.qi@linaro.org>
15788
15789 * gdb.trace/signal.exp: Also pass if
15790 $tracepoint_hits($i) > $iterations.
15791
15792 2016-04-22 Yao Qi <yao.qi@linaro.org>
15793
15794 * gdb.trace/signal.c: New file.
15795 * gdb.trace/signal.exp: New file.
15796
15797 2016-04-19 Doug Evans <xdje42@gmail.com>
15798
15799 * gdb.base/bad-file.exp: New file.
15800
15801 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
15802
15803 * gdb.dwarf2/implref.exp: New file.
15804
15805 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15806
15807 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
15808 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
15809 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
15810 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
15811 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
15812 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
15813 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
15814 * lib/fortran.exp (fortran_int4): New procedure.
15815 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
15816 (fortran_logical4): Likewise.
15817
15818 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
15819
15820 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
15821
15822 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
15823
15824 * lib/compiler.c: Add Intel specific preprocessor macros.
15825 * lib/compiler.cc: Likewise.
15826
15827 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
15828
15829 * gdb.server/connect-with-no-symbol-file.c: New file.
15830 * gdb.server/connect-with-no-symbol-file.exp: New file.
15831
15832 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15833
15834 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
15835
15836 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
15837
15838 * boards/gdbserver-base.exp (${board}_download): Copy source file to
15839 standard output directory.
15840
15841 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
15842
15843 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
15844
15845 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
15846
15847 * gdb.btrace/instruction_history.c (loop): Add declaration.
15848
15849 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15850
15851 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
15852
15853 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
15854
15855 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
15856 parentheses to print.
15857 (continue_handler): Likewise.
15858
15859 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
15860
15861 * gdb.server/solib-list.exp: Remove is_remote check.
15862 Pass shlib= to gdb_compile. Don't link shared library with
15863 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
15864 Run binary filename through "readlink -f" on the target.
15865
15866 2016-04-08 Pedro Alves <palves@redhat.com>
15867
15868 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
15869 interpreter filename as argument to gdbserver_spawn.
15870 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15871 Return empty if $last_loaded_file does not exist.
15872
15873 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15874
15875 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
15876 * gdb.base/jit-main.c: Use exit after usage.
15877
15878 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15879
15880 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
15881 GDBHISTSIZE prior to the tests.
15882 * gdb.base/gdbinit-history.exp: Likewise.
15883
15884 2016-04-07 Pedro Alves <palves@redhat.com>
15885
15886 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
15887 instead of build_executable. Use gdb_load_shlibs.
15888
15889 2016-04-07 Yao Qi <yao.qi@linaro.org>
15890
15891 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
15892 Execute "si" command.
15893
15894 2016-04-07 Yao Qi <yao.qi@linaro.org>
15895
15896 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
15897 number instead of the comments on some line.
15898
15899 2016-04-06 Don Breazeal <donb@codesourcery.com>
15900
15901 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
15902 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
15903
15904 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
15905
15906 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
15907 standard_output_file. Remove unused binfile variable.
15908
15909 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
15910
15911 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
15912 * gdb.python/py-mi-objfile.exp: Match "list main" output
15913 in console format.
15914
15915 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
15916
15917 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
15918 absolute.
15919
15920 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15921
15922 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
15923 absolute.
15924 * gdb.trace/ftrace.exp: Likewise.
15925 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
15926 targets as well.
15927 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
15928 (gdb_load_shlibs): Copy libraries to test directory when testing
15929 natively. Only set solib-search-path if testing remotely.
15930 * lib/mi-support.exp (mi_load_shlibs): Likewise.
15931
15932 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
15933
15934 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
15935 gdb_download. Use it even if the target is not remote.
15936 * gdb.base/jit.exp (compile_jit_test): Likewise.
15937 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
15938 output directory if the destination board is local, otherwise use
15939 the standard remote_download from DejaGnu.
15940 (gdb_download): Remove.
15941 (gdb_load_shlibs): Use gdb_remote_download instead of
15942 gdb_download.
15943 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
15944 Use gdb_remote_download instead of gdb_download. Use it even if
15945 the target is not remote.
15946 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
15947 instead of gdb_download.
15948
15949 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
15950
15951 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
15952 (test_insert_delete_modify): Call mi_load_shlibs before trying to
15953 run.
15954
15955 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
15956
15957 PR gdb/19820
15958 * gdb.base/printcmds.exp: Add artificial arrays tests.
15959
15960 2016-03-31 Pedro Alves <palves@redhat.com>
15961
15962 PR gdb/19858
15963 * gdb.base/jit-main.c: Include unistd.h.
15964 (ATTACH): Define to 0 if not already defined.
15965 (wait_for_gdb, mypid): New globals.
15966 (WAIT_FOR_GDB): New macro.
15967 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
15968 some breakpoint locations.
15969 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
15970 New procedures.
15971 (one_jit_test): Add REATTACH parameter, and handle it. Use
15972 continue_to_test_location.
15973 (top level): Test attach, and adjusts calls to one_jit_test.
15974
15975 2016-03-31 Pedro Alves <palves@redhat.com>
15976
15977 PR gdb/19858
15978 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
15979 BINSUFFIX parameter, and handle it.
15980 (top level): Adjust calls compile_jit_test.
15981
15982 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
15983
15984 PR python/19743
15985 * gdb.python/py-mi-events-gdb.py: New file.
15986 * gdb.python/py-mi-events.c: New file.
15987 * gdb.python/py-mi-events.exp: New file.
15988
15989 2016-03-30 Yao Qi <yao.qi@linaro.org>
15990
15991 * gdb.reverse/until-precsave.exp: Match function name only.
15992 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
15993 Move malloc to a condition block.
15994 * gdb.reverse/until-reverse.exp: Match function name only.
15995
15996 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
15997
15998 * gdb.trace/ftrace.exp: Set arg0exp for s390.
15999 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
16000 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
16001 variable for GPR 0 instead of assuming it is register 0.
16002 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
16003 * lib/trace-support.exp: Add s390 registers.
16004
16005 2016-03-29 Yao Qi <yao.qi@linaro.org>
16006
16007 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
16008
16009 2016-03-24 Yao Qi <yao.qi@linaro.org>
16010
16011 * gdb.reverse/break-reverse.exp: Add quotation mark in the
16012 test message.
16013
16014 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16015
16016 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
16017 maintaining separate logic for constructing the output path.
16018
16019 2016-03-16 Don Breazeal <donb@codesourcery.com>
16020
16021 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
16022 Retry fork and waitpid on interrupted system call errors.
16023 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16024 Use with_timeout_factor to increase timeout by factor of 10.
16025
16026 2016-03-15 Don Breazeal <donb@codesourcery.com>
16027
16028 * gdb.cp/scope-err.cc: New test program.
16029 * gdb.cp/scope-err.exp: New test script.
16030 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
16031 lines and "set breakpoint here" comment.
16032 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
16033 Fixed some whitespace and format issues.
16034 * gdb.mi/mi-linespec-err-cp.cc: New test program.
16035 * gdb.mi/mi-linespec-err-cp.exp: New test script.
16036
16037 2016-03-15 Doug Evans <dje@google.com>
16038
16039 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
16040 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
16041 All callers updated. Add tests for enums, mixed flags register.
16042
16043 2016-03-15 Doug Evans <dje@google.com>
16044
16045 * gdb.base/skip.c (main): Call test_skip_file_and_function.
16046 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
16047
16048 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
16049
16050 * gdb.base/default.exp: Add $_as_string to the list of expected
16051 convenience functions.
16052
16053 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
16054
16055 * gdb.base/maint.exp: New tests for 'maint info line-table'.
16056
16057 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
16058
16059 * gdb.python/py-as-string.exp: New file.
16060 * gdb.python/py-as-string.c: New file.
16061
16062 2016-03-09 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
16065 signal" -> "Thread NN received signal" output change.
16066 * gdb.threads/ia64-sigill.exp: Likewise.
16067 * gdb.threads/linux-dp.exp: Likewise.
16068 * gdb.threads/manythreads.exp: Likewise.
16069 * gdb.threads/pending-step.exp: Likewise.
16070 * gdb.threads/print-threads.exp: Likewise.
16071 * gdb.threads/sigstep-threads.exp: Likewise.
16072 * gdb.threads/staticthreads.exp: Likewise.
16073 * gdb.threads/tls.exp: Likewise.
16074
16075 2016-03-09 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.base/command-line-input.exp: New file.
16078
16079 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16080
16081 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
16082 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
16083 * gdb.trace/pending.exp: Accept leading dot before function name.
16084 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
16085 * lib/trace-support.exp: Set registers for ppc.
16086
16087 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16088
16089 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
16090 use it for disassembly; accept .main in addition to main in backtrace.
16091
16092 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
16093 Marcin Kościelnicki <koriakin@0x04.net>
16094
16095 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
16096 (gdb_recursion_test_ptr): New global variable.
16097 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
16098 gdb_recursion_test.
16099 (gdb_c_test): Ditto.
16100
16101 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16102
16103 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
16104 ordering.
16105
16106 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
16107
16108 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
16109 (bar): Add bar_start_lbl label.
16110 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
16111 of foo/bar for emitting DWARF and tracing.
16112
16113 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
16114
16115 * analyze-racy-logs.py: Set executable bit.
16116
16117 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
16118
16119 * Makefile.in (DEFAULT_RACY_ITER): New variable.
16120 (CHECK_TARGET_TMP): Likewise.
16121 (check-single-racy): New rule.
16122 (check-parallel-racy): Likewise.
16123 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
16124 (do-check-parallel-racy): New rule.
16125 (check-racy/%.exp): Likewise.
16126 * README (Racy testcases): New section.
16127 * analyze-racy-logs.py: New file.
16128
16129 2016-03-03 Doug Evans <dje@google.com>
16130
16131 * gdb.base/skip.exp: Use with_test_prefix.
16132
16133 2016-03-03 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
16136 Invoke step_over_syscall "clone" and break_cond_on_syscall
16137 "clone".
16138 * gdb.base/step-over-clone.c: New file.
16139
16140 2016-03-03 Yao Qi <yao.qi@linaro.org>
16141
16142 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
16143 code format.
16144
16145 2016-03-03 Yao Qi <yao.qi@linaro.org>
16146
16147 * gdb.base/disp-step-fork.c: Rename to ...
16148 * gdb.base/step-over-fork.c: ... it. New file.
16149 * gdb.base/disp-step-vfork.c: Rename to ...
16150 * gdb.base/step-over-vfork.c: ... it. New file.
16151 * gdb.base/disp-step-syscall.exp: Rename to ...
16152 * gdb.base/step-over-syscall.exp: ... it. New file.
16153 (disp_step_cross_syscall): Rename to ...
16154 (step_over_syscall): ... it.
16155
16156 2016-03-03 Yao Qi <yao.qi@linaro.org>
16157
16158 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
16159 If target supports condition evaluation on target, invoke
16160 break_cond_on_syscall for fork and vfork.
16161
16162 2016-03-03 Yao Qi <yao.qi@linaro.org>
16163
16164 * gdb.base/disp-step-syscall.exp: Don't invoke
16165 support_displaced_stepping.
16166 (disp_step_cross_syscall): Test with displaced stepping off and
16167 on if supported.
16168
16169 2016-03-03 Yao Qi <yao.qi@linaro.org>
16170
16171 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
16172 proc.
16173 (setup): New proc.
16174 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
16175 and setup.
16176
16177 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16178
16179 * gdb.fortran/vla-history.exp: Remove breakpoint.
16180
16181 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16182
16183 * gdb.fortran/vla-history.exp: Lookup array elements and printing
16184 exceeds timeout.
16185
16186 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16187
16188 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
16189 breakpoint.
16190
16191 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
16192
16193 * gdb.mi/vla.f90: Nullify pointer after declaration.
16194
16195 2016-03-01 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
16198
16199 2016-03-01 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
16202 before anything else.
16203 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
16204 _GNU_SOURCE here.
16205 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
16206 before anything else.
16207 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
16208
16209 2016-03-01 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
16212
16213 2016-03-01 Yao Qi <yao.qi@linaro.org>
16214
16215 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
16216 prepare_for_testing.
16217
16218 2016-03-01 Yao Qi <yao.qi@linaro.org>
16219
16220 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
16221
16222 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16223
16224 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
16225 manually constructing the output path.
16226
16227 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
16228
16229 * gdb.arch/s390-stackless.S: New.
16230 * gdb.arch/s390-stackless.exp: New.
16231
16232 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
16233
16234 * gdb.dlang/circular.c: New file.
16235 * gdb.dlang/circular.exp: New file.
16236
16237 2016-02-26 Yao Qi <yao.qi@linaro.org>
16238
16239 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
16240 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
16241 (testcases): Update.
16242
16243 2016-02-26 Yao Qi <yao.qi@linaro.org>
16244
16245 * gdb.reverse/aarch64.c: Rename to ...
16246 * gdb.reverse/insn-reverse.c: ... it.
16247 * gdb.reverse/aarch64.exp: Rename to ...
16248 * gdb.reverse/insn-reverse.exp: ... it.
16249
16250 2016-02-26 Yao Qi <yao.qi@linaro.org>
16251
16252 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
16253 (testcase_ftype): New.
16254 (testcases): New array.
16255 (n_testcases): New.
16256 (main): Call each element in testcases.
16257 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
16258 (read_testcase): New.
16259 Do the tests in a loop.
16260
16261 2016-02-25 Yao Qi <yao.qi@linaro.org>
16262
16263 * gdb.base/branches.c: Remove.
16264
16265 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16266
16267 PR gdb/13808
16268 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
16269
16270 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16271
16272 * gdb.trace/ftrace.exp: Remove unnecessary target check.
16273
16274 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
16275
16276 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
16277 change x86_64 call_insn to 'callq'.
16278
16279 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16280
16281 * gdb.trace/tfile-avx.c: Move to...
16282 * gdb.trace/tracefile-pseudo-reg.c: Here.
16283 * gdb.trace/tfile-avx.exp: Move to...
16284 * gdb.trace/tracefile-pseudo-reg.exp: Here.
16285
16286 2016-02-24 Gary Benson <gbenson@redhat.com>
16287
16288 * gdb.base/attach-pie-noexec.exp: Do not expect an error
16289 message on attach.
16290
16291 2016-02-23 Doug Evans <dje@google.com>
16292
16293 * gdb.base/skip.c (test_skip): New function.
16294 (end_test_skip_file_and_function): New function.
16295 (test_skip_file_and_function): New function.
16296 * gdb.base/skip1.c (test_skip): New function.
16297 (skip1_test_skip_file_and_function): New function.
16298 * gdb.base/skip.exp: Add tests for new skip options.
16299 * gdb.base/skip-solib.exp: Update expected output.
16300 * gdb.perf/skip-command.cc: New file.
16301 * gdb.perf/skip-command.exp: New file.
16302 * gdb.perf/skip-command.py: New file.
16303
16304 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
16305
16306 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
16307 info registers pattern.
16308
16309 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
16310
16311 * lib/future.exp: Add D support.
16312 (gdb_find_gdc): New proc.
16313 (gdb_default_target_compile): Add D support.
16314
16315 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
16316
16317 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
16318 user+system time.
16319 (trace_speed_test): Determine the iteration count for a time
16320 between 15..30 seconds.
16321
16322 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
16323
16324 * gdb.arch/i386-mpx-sigsegv.c: New file.
16325 * gdb.arch/i386-mpx-sigsegv.exp: New file.
16326 * gdb.arch/i386-mpx-simple_segv.c: New file.
16327 * gdb.arch/i386-mpx-simple_segv.exp: New file.
16328
16329 2016-02-18 Yao Qi <yao.qi@linaro.org>
16330
16331 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16332 Don't call setup_kfail.
16333
16334 2016-02-18 Yao Qi <yao.qi@linaro.org>
16335
16336 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16337 Set "set breakpoint condition-evaluation" per $cond_bp_target.
16338
16339 2016-02-16 Doug Evans <dje@google.com>
16340
16341 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
16342 * gdb.base/skip1.c: Ditto.
16343 * gdb.base/skip.exp: Whitespace cleanup.
16344
16345 2016-02-16 Don Breazeal <donb@codesourcery.com>
16346
16347 PR remote/19496
16348 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
16349 Remove kfail for PR remote/19496.
16350
16351 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16352
16353 * lib/gdb.exp (standard_temp_file): Return a path specific to
16354 the runtest invocation.
16355
16356 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
16357
16358 * gdb.trace/save-trace.exp: Change relative path to be in the
16359 standard output directory.
16360
16361 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16362
16363 * gdb.arch/i386-prologue.c: Add missing prototypes.
16364
16365 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16366
16367 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
16368 * gdb.arch/i386-prologue.exp: Likewise.
16369 * gdb.arch/i386-size.exp: Likewise.
16370
16371 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
16372
16373 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
16374 define object file path.
16375 * gdb.btrace/gcore.exp: Use standard_output_file to define core
16376 file path.
16377 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
16378 standard_output_file to define binfile.
16379
16380 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16381
16382 Fix compatibility with recent gfortran-5.3.1.
16383 * gdb.fortran/vla-history.exp (print vla1 allocated)
16384 (print vla2 allocated, print $2, print $3): Remove
16385 (print $4): Rename to ...
16386 (print $2): ... here.
16387 (print $9): Rename to ...
16388 (print $5): ... here.
16389 (print $10): Rename to ...
16390 (print $6): ... here.
16391 * gdb.fortran/vla.f90: Add pvla initialization.
16392
16393 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16394
16395 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
16396 New test.
16397 * gdb.fortran/vla-value-sub.exp: Likewise.
16398
16399 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
16400
16401 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
16402
16403 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
16404
16405 * i386-biarch-core.exp: Define corefile using
16406 standard_output_file.
16407
16408 2016-02-12 Yao Qi <yao.qi@linaro.org>
16409
16410 * gdb.arch/arm-single-step-kernel-helper.c: New.
16411 * gdb.arch/arm-single-step-kernel-helper.exp: New.
16412
16413 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
16414
16415 * gdb.btrace/tailcall-only.exp: New.
16416 * gdb.btrace/tailcall-only.c: New.
16417 * gdb.btrace/x86_64-tailcall-only.S: New.
16418 * gdb.btrace/i686-tailcall-only.S: New.
16419
16420 2016-02-11 Pedro Alves <palves@redhat.com>
16421
16422 * README (Parallel testing): Add missing double quotes.
16423
16424 2016-02-11 Pedro Alves <palves@redhat.com>
16425
16426 * README (Parallel testing): New section.
16427 (GDB_PARALLEL): Rewrite.
16428 (FORCE_PARALLEL): Document.
16429
16430 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
16431
16432 * gdb.trace/tfile-avx.c: New test.
16433 * gdb.trace/tfile-avx.exp: New test.
16434
16435 2016-02-09 Keith Seitz <keiths@redhat.com>
16436
16437 PR breakpoints/19546
16438 * gdb.base/infcall-exec.c: New file.
16439 * gdb.base/infcall-exec2.c: New file.
16440 * gdb.base/infcall-exec.exp: New file.
16441
16442 2016-02-09 Keith Seitz <keiths@redhat.com>
16443
16444 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
16445 (toplevel): Call test_bkpt_address.
16446
16447 2016-02-09 Keith Seitz <keiths@redhat.com>
16448
16449 PR python/19506
16450 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
16451 (toplevel): Call test_bkpt_address.
16452
16453 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
16454
16455 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
16456 to AC_OUTPUT.
16457 * configure: Regenerate.
16458
16459 2016-02-09 Pedro Alves <palves@redhat.com>
16460
16461 PR breakpoints/19548
16462 * gdb.base/execl-update-breakpoints.c (some_function): New
16463 function.
16464 (main): Call it.
16465 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
16466 Tighten expected GDB output.
16467
16468 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16469
16470 * Makefile.in (ALL_SUBDIRS): Remove.
16471 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
16472 (distclean maintainer-clean realclean): Likewise.
16473 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
16474 * configure: Regenerate.
16475 * gdb.ada/Makefile.in: Delete.
16476 * gdb.arch/Makefile.in: Likewise.
16477 * gdb.asm/Makefile.in: Likewise.
16478 * gdb.base/Makefile.in: Likewise.
16479 * gdb.btrace/Makefile.in: Likewise.
16480 * gdb.cell/Makefile.in: Likewise.
16481 * gdb.compile/Makefile.in: Likewise.
16482 * gdb.cp/Makefile.in: Likewise.
16483 * gdb.disasm/Makefile.in: Likewise.
16484 * gdb.dlang/Makefile.in: Likewise.
16485 * gdb.dwarf2/Makefile.in: Likewise.
16486 * gdb.fortran/Makefile.in: Likewise.
16487 * gdb.gdb/Makefile.in: Likewise.
16488 * gdb.go/Makefile.in: Likewise.
16489 * gdb.guile/Makefile.in: Likewise.
16490 * gdb.java/Makefile.in: Likewise.
16491 * gdb.linespec/Makefile.in: Likewise.
16492 * gdb.mi/Makefile.in: Likewise.
16493 * gdb.modula2/Makefile.in: Likewise.
16494 * gdb.multi/Makefile.in: Likewise.
16495 * gdb.objc/Makefile.in: Likewise.
16496 * gdb.opencl/Makefile.in: Likewise.
16497 * gdb.opt/Makefile.in: Likewise.
16498 * gdb.pascal/Makefile.in: Likewise.
16499 * gdb.perf/Makefile.in: Likewise.
16500 * gdb.python/Makefile.in: Likewise.
16501 * gdb.reverse/Makefile.in: Likewise.
16502 * gdb.server/Makefile.in: Likewise.
16503 * gdb.stabs/Makefile.in: Likewise.
16504 * gdb.threads/Makefile.in: Likewise.
16505 * gdb.trace/Makefile.in: Likewise.
16506 * gdb.xml/Makefile.in: Likewise.
16507 * lib/gdb.exp (make_gdb_parallel_path): Add check for
16508 GDB_PARALLEL.
16509 (standard_output_file): Remove check for GDB_PARALLEL, always
16510 return path in outputs/$subdir/$testname.
16511
16512 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
16513
16514 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
16515 (site.exp): Assign abs_srcdir to tcl's srcdir.
16516
16517 2016-02-04 Yao Qi <yao.qi@linaro.org>
16518
16519 * gdb.base/foll-exec-mode.c: Include limits.h.
16520 (main): Add parameters argc and argv. Get directory from
16521 argv[0].
16522 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
16523 compilation.
16524 * gdb.base/foll-exec.c: Include limits.h.
16525 (main): Add parameters argc and argv.
16526 Get directory from argv[0].
16527 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
16528 Adjust tests on the number of lines as source code changed.
16529 * gdb.base/foll-vfork-exit.c: Include limits.h.
16530 (main): Add one line of statement before vfork.
16531 * gdb.base/foll-vfork.c: Include limits.h and string.h.
16532 (main): Add parameters argc and argv. Get directory from
16533 argv[0].
16534 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
16535 (setup_gdb): Set tbreak to skip some source lines.
16536 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
16537 (main): Add parameters argc and argv. Get directory from
16538 argv[0].
16539 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
16540 compilation.
16541 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
16542 (main): Add parameters argc and argv. Get directory from
16543 argv[0].
16544 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
16545 compilation.
16546
16547 2016-02-01 Doug Evans <dje@google.com>
16548
16549 * gdb.base/skip.exp: Clean up multiple references to same test name.
16550
16551 2016-02-01 Pedro Alves <palves@redhat.com>
16552
16553 PR remote/19496
16554 * gdb.threads/forking-threads-plus-breakpoint.exp
16555 (displaced_stepping_supported): New global.
16556 (probe_displaced_stepping_support): New procedure.
16557 (do_test): Add 'displaced' parameter, and use it.
16558 (top level): Check for displaced stepping support. Add displaced
16559 stepping on/off testing axis.
16560
16561 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16562
16563 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
16564 pointer. Don't perform further tests on the unassociated pointer
16565 if the first test fails.
16566
16567 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
16568
16569 * gdb.base/max-value-size.c: New file.
16570 * gdb.base/max-value-size.exp: New file.
16571 * gdb.base/huge.exp: Disable max-value-size for this test.
16572
16573 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
16574
16575 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16576
16577 2016-01-28 Yao Qi <yao.qi@linaro.org>
16578
16579 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
16580
16581 2016-01-25 Pedro Alves <palves@redhat.com>
16582
16583 PR threads/19461
16584 * gdb.base/fork-running-state.c: New file.
16585 * gdb.base/fork-running-state.exp: New file.
16586
16587 2016-01-25 Pedro Alves <palves@redhat.com>
16588
16589 PR gdb/19494
16590 * gdb.base/catch-fork-kill.c: New file.
16591 * gdb.base/catch-fork-kill.exp: New file.
16592
16593 2016-01-25 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
16596 Delete, moved to lib/gdb.exp.
16597 * gdb.threads/forking-threads-plus-breakpoint.exp
16598 (foreach_with_prefix): Likewise.
16599 * gdb.threads/process-dies-while-handling-bp.exp
16600 (foreach_with_prefix): Likewise.
16601 * lib/gdb.exp (foreach_with_prefix): New procedure.
16602
16603 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
16604
16605 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
16606 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
16607
16608 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
16609
16610 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
16611 endian targets.
16612
16613 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16614 Pedro Alves <palves@redhat.com>
16615
16616 Fix testsuite compatibility with Guile.
16617 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
16618 number.
16619
16620 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16621
16622 Fix testsuite compatibility with Guile.
16623 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
16624 (thread 1): New test for backtrace through signal handler.
16625
16626 2016-01-22 Yao Qi <yao.qi@linaro.org>
16627
16628 PR testsuite/19491
16629 * gdb.base/multi-forks.c: Include
16630 ../lib/unbuffer_output.c
16631 (main): Call gdb_unbuffer_output.
16632
16633 2016-01-21 Doug Evans <dje@google.com>
16634
16635 * lib/ada.exp (gdb_compile_ada): Fix typo.
16636
16637 2016-01-21 Joel Brobecker <brobecker@adacore.com>
16638
16639 * gdb.base/break-fun-addr.exp: New file.
16640 * gdb.base/break-fun-addr1.c: New file.
16641 * gdb.base/break-fun-addr2.c: New file.
16642
16643 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
16644
16645 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
16646 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
16647 enum flag values.
16648
16649 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
16650
16651 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
16652 when GDB can not set the vector return value. Add more comments
16653 for clarification.
16654
16655 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
16656
16657 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
16658 command.
16659
16660 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16661
16662 * Makefile.in (DO_RUNTEST): Add --status and update usages.
16663
16664 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16665
16666 * Makefile.in (check-single): Pass --status to runtest.
16667 (check/%.exp): Likewise.
16668
16669 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
16670
16671 * Makefile.in (check-parallel): Propagate return code from make
16672 do-check-parallel.
16673
16674 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
16675
16676 * gdb.trace/ftrace.exp: Fix expected message on continue.
16677 * gdb.trace/pending.exp: Fix expected message on continue.
16678 * gdb.trace/trace-break.exp: Fix expected message on continue.
16679
16680 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
16681
16682 * lib/gdb.exp (gdb_test): Remove unused global references.
16683
16684 2016-01-18 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.base/async-shell.exp: Adjust expected output.
16687 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
16688 * gdb.base/siginfo-thread.exp: Adjust expected output.
16689 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
16690 * gdb.java/jnpe.exp: Adjust expected output.
16691 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
16692 * gdb.threads/continue-pending-status.exp: Adjust expected output.
16693 * gdb.threads/leader-exit.exp: Adjust expected output.
16694 * gdb.threads/manythreads.exp: Adjust expected output.
16695 * gdb.threads/pthreads.exp: Adjust expected output.
16696 * gdb.threads/schedlock.exp: Adjust expected output.
16697 * gdb.threads/siginfo-threads.exp: Adjust expected output.
16698 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
16699 expected output.
16700 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
16701 output.
16702 * gdb.threads/sigthread.exp: Adjust expected output.
16703 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
16704
16705 2016-01-18 Yao Qi <yao.qi@linaro.org>
16706
16707 * gdb.guile/scm-section-script.c: Replace @progbits with
16708 %progbits.
16709 * gdb.python/py-section-script.c: Likewise.
16710
16711 2016-01-15 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.multi/tids.exp: Test star wildcard ranges.
16714
16715 2016-01-15 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
16718 command from "thread apply" invocation.
16719 (thr_apply_info_thr_invalid): Default the expected output to the
16720 input tid list.
16721 (top level): Add tests that use convenience variables. Add tests
16722 for "thread apply" with a valid TID list, but missing the command.
16723
16724 2016-01-13 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.base/default.exp: Expect $_gthread as well.
16727 * gdb.multi/tids.exp: Test $_gthread.
16728 * gdb.threads/thread-specific.exp: Test $_gthread.
16729
16730 2016-01-13 Pedro Alves <palves@redhat.com>
16731
16732 * gdb.multi/tids.exp: Test "info threads -gid".
16733
16734 2016-01-13 Pedro Alves <palves@redhat.com>
16735
16736 * gdb.multi/tids.exp: Test InferiorThread.global_num and
16737 Breakpoint.thread.
16738 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
16739
16740 2016-01-07 Pedro Alves <palves@redhat.com>
16741
16742 * gdb.base/break.exp: Adjust to output changes.
16743 * gdb.base/hbreak2.exp: Likewise.
16744 * gdb.base/sepdebug.exp: Likewise.
16745 * gdb.base/watch_thread_num.exp: Likewise.
16746 * gdb.linespec/keywords.exp: Likewise.
16747 * gdb.multi/info-threads.exp: Likewise.
16748 * gdb.threads/thread-find.exp: Likewise.
16749 * gdb.multi/tids.c: New file.
16750 * gdb.multi/tids.exp: New file.
16751
16752 2016-01-13 Pedro Alves <palves@redhat.com>
16753
16754 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
16755
16756 2016-01-13 Pedro Alves <palves@redhat.com>
16757
16758 * gdb.base/default.exp: Expect $_inferior as well.
16759 * gdb.multi/base.exp: Test $_inferior.
16760
16761 2016-01-13 Pedro Alves <palves@redhat.com>
16762
16763 PR breakpoints/19388
16764 * gdb.base/catch-signal-siginfo-cond.c: New file.
16765 * gdb.base/catch-signal-siginfo-cond.exp: New file.
16766
16767 2016-01-12 Josh Stone <jistone@redhat.com>
16768 Philippe Waroquiers <philippe.waroquiers@skynet.be>
16769
16770 * gdb.base/catch-syscall.c (do_execve): New variable.
16771 (main): Conditionally trigger an execve.
16772 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
16773 (test_catch_syscall_execve): New, check entry/return across execve.
16774 (do_syscall_tests): Call test_catch_syscall_execve.
16775
16776 2016-01-12 Pedro Alves <palves@redhat.com>
16777
16778 * gdb.base/random-signal.exp (do_test): New procedure, with body
16779 of testcase moved in.
16780
16781 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16782 Pedro Alves <palves@redhat.com>
16783
16784 * gdb.base/funcargs.exp (finish from indirectly called function):
16785 Reintroduce the case for 'First'.
16786
16787 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16788 Pedro Alves <palves@redhat.com>
16789
16790 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16791 (tcatch_vfork_then_child_follow_exec)
16792 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
16793 identification.
16794
16795 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16796
16797 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
16798 and repeats to unlimited.
16799 * gdb.python/py-value.exp: Likewise.
16800 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
16801 and repeats to unlimited.
16802
16803 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16804
16805 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
16806 and reordering the functions.
16807 * gdb.multi/hangout.c: Likewise.
16808 * gdb.multi/hello.c: Likewise.
16809
16810 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
16811
16812 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
16813 absolute.
16814 (SingleStatisticTestResult.report): Use dict.keys instead of
16815 dict.iterkeys.
16816
16817 2016-01-06 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
16820
16821 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
16822
16823 * gdb.btrace/dlopen.exp: New.
16824 * gdb.btrace/dlopen.c: New.
16825 * gdb.btrace/dlopen-dso.c: New.
16826
16827 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
16828
16829 * lib/gdb.exp (gdb_test): Update comments to clarify that the
16830 PATTERN argument is optional.
16831
16832 2015-12-24 Joel Brobecker <brobecker@adacore.com>
16833
16834 * lib/ada.exp (target_compile_ada_from_dir): New function.
16835 (gdb_compile_ada): Reimplement avoiding the use of project files.
16836 * gdb.ada/gnat_ada.gpr: Delete.
16837 * gdb.ada/cond_lang.exp: Adjust test to make path before
16838 filename optional.
16839 * gdb.ada/small_reg_param.exp: Likewise.
16840
16841 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
16842
16843 * gdb.base/foll-vork.exp: Remove HP-UX special case.
16844
16845 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16846
16847 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
16848 case.
16849
16850 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
16851
16852 * gdb.base/break.exp: Remove dead code.
16853 * gdb.base/sepdebug.exp: Likewise.
16854
16855 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16856
16857 * gdb.asm/asm-source.exp: Remove HP-UX references.
16858 * gdb.base/annota1.exp: Likewise.
16859 * gdb.base/annota3.exp: Likewise.
16860 * gdb.base/attach.exp: Likewise.
16861 * gdb.base/bigcore.exp: Likewise.
16862 * gdb.base/break.exp: Likewise.
16863 * gdb.base/call-ar-st.exp: Likewise.
16864 * gdb.base/callfuncs.exp: Likewise.
16865 * gdb.base/catch-fork-static.exp: Likewise.
16866 * gdb.base/display.exp: Likewise.
16867 * gdb.base/foll-exec-mode.exp: Likewise.
16868 * gdb.base/foll-exec.exp: Likewise.
16869 * gdb.base/foll-fork.exp: Likewise.
16870 * gdb.base/foll-vfork.exp: Likewise.
16871 * gdb.base/funcargs.exp: Likewise.
16872 * gdb.base/hbreak2.exp: Likewise.
16873 * gdb.base/inferior-died.exp: Likewise.
16874 * gdb.base/interrupt.exp: Likewise.
16875 * gdb.base/multi-forks.exp: Likewise.
16876 * gdb.base/nodebug.exp: Likewise.
16877 * gdb.base/sepdebug.exp: Likewise.
16878 * gdb.base/solib1.c: Likewise.
16879 * gdb.base/step-test.exp: Likewise.
16880 * gdb.mi/non-stop.c: Likewise.
16881 * gdb.mi/pthreads.c: Likewise.
16882 * gdb.multi/bkpt-multi-exec.ex: Likewise.
16883 * gdb.threads/pthreads.c: Likewise.
16884 * gdb.threads/staticthreads.exp: Likewise.
16885 * lib/future.exp: Likewise.
16886 * lib/gdb.exp: Likewise.
16887 * gdb.base/so-indr-cl.c: Remove.
16888 * gdb.base/so-indr-cl.exp: Likewise.
16889 * gdb.base/solib.c: Likewise.
16890 * gdb.base/solib.exp: Likewise.
16891 * gdb.base/solib2.c: Likewise.
16892
16893 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
16894
16895 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
16896 * gdb.base/call-ar-st.exp: Likewise.
16897 * gdb.base/callfuncs.exp: Likewise.
16898 * gdb.base/condbreak.exp: Likewise.
16899 * gdb.base/constvars.exp: Likewise.
16900 * gdb.base/hbreak2.exp: Likewise.
16901 * gdb.base/langs.exp: Likewise.
16902 * gdb.base/list.exp: Likewise.
16903 * gdb.base/long_long.exp: Likewise.
16904 * gdb.base/ptype.exp: Likewise.
16905 * gdb.base/scope.exp: Likewise.
16906 * gdb.base/signals.exp: Likewise.
16907 * gdb.base/so-impl-ld.exp: Likewise.
16908 * gdb.base/varargs.exp: Likewise.
16909 * gdb.base/volatile.exp: Likewise.
16910 * gdb.base/whatis.exp: Likewise.
16911 * gdb.cp/cplusfuncs.exp: Likewise.
16912 * gdb.cp/inherit.exp: Likewise.
16913 * gdb.cp/local.exp: Likewise.
16914 * gdb.cp/member-ptr.exp: Likewise.
16915 * gdb.cp/method.exp: Likewise.
16916 * gdb.cp/overload.exp: Likewise.
16917 * gdb.cp/templates.exp: Likewise.
16918 * gdb.stabs/weird.exp: Likewise.
16919 * lib/compiler.c: Likewise.
16920 * lib/compiler.cc: Likewise.
16921 * lib/cp-support.exp: Likewise.
16922 * lib/gdb.exp: Likewise.
16923
16924 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
16925
16926 * configure.ac: Remove HP-UX case.
16927 * configure: Regenerate.
16928
16929 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
16930
16931 * lib/gdb.exp (gdb_compile): Add function doc.
16932
16933 2015-12-17 Pedro Alves <palves@redhat.com>
16934
16935 PR threads/19354
16936 * gdb.multi/info-threads.exp: New file.
16937
16938 2015-12-15 Yao Qi <yao.qi@linaro.org>
16939
16940 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
16941 is aarch64*-*-*.
16942
16943 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16944
16945 * gdb.base/history-duplicates.exp: Skip if no readline support.
16946
16947 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16948
16949 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
16950
16951 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16952
16953 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
16954
16955 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
16956
16957 * gdb.base/completion.exp: Skip tests that interrupt GDB with
16958 ctrl-C if nointerrupts target property is set.
16959 * gdb.base/double-prompt-target-event-error.exp: Likewise.
16960 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
16961 * gdb.base/paginate-bg-execution.exp: Likewise.
16962 * gdb.base/paginate-execution-startup.exp: Likewise.
16963 * gdb.base/random-signal.exp: Likewise.
16964 * gdb.base/range-stepping.exp: Likewise.
16965 * gdb.cp/annota2.exp: Likewise.
16966 * gdb.cp/annota3.exp: Likewise.
16967 * gdb.gdb/selftest.exp: Likewise.
16968 * gdb.threads/continue-pending-status.exp: Likewise.
16969 * gdb.threads/leader-exit.exp: Likewise.
16970 * gdb.threads/manythreads.exp: Likewise.
16971 * gdb.threads/pthreads.exp: Likewise.
16972 * gdb.threads/schedlock.exp: Likewise.
16973 * gdb.threads/sigthread.exp: Likewise.
16974
16975 2015-12-11 Don Breazeal <donb@codesourcery.com>
16976
16977 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
16978 remote.
16979 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
16980 * gdb.base/foll-exec.exp (main): Enable for target remote.
16981 * gdb.base/foll-fork.exp (main): Likewise.
16982 * gdb.base/foll-vfork.exp (main): Likewise.
16983 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
16984 (proc continue_to_exit_bp_loc): Use clean_restart.
16985 * gdb.base/pie-execl.exp (main): Disable for target remote.
16986 * gdb.base/watch-vfork.exp (main): Enable for target remote.
16987 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
16988 * gdb.threads/execl.exp (main): Likewise.
16989 * gdb.threads/fork-child-threads.exp (main): Likewise.
16990 * gdb.threads/fork-plus-threads.exp (main): Disable for target
16991 remote.
16992 * gdb.threads/fork-thread-pending.exp (main): Enable for target
16993 remote.
16994 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
16995 pid.tid style ptids, instead of just tid.
16996 * gdb.threads/thread-execl.exp (main): Enable for target remote.
16997 * gdb.threads/watchpoint-fork.exp (main): Likewise.
16998 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
16999 ptids, instead of just tid.
17000
17001 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17002
17003 * gdb.base/list.exp (test_list_forward): Add end of file error
17004 test.
17005 (test_repeat_list_command): Add end of file error test.
17006 (test_list_backwards): Add beginning of file error test.
17007
17008 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17009
17010 * gdb.base/list.exp (test_list_invalid_args): New function,
17011 defined, and called.
17012
17013 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
17014
17015 * gdb.base/list.exp (test_list): Make test names unique.
17016
17017 2015-12-11 Yao Qi <yao.qi@linaro.org>
17018
17019 * gdb.base/coremaker2.c: Remove.
17020
17021 2015-12-10 Pedro Alves <palves@redhat.com>
17022
17023 * gdb.multi/base.exp: Remove stale "spaces" references.
17024
17025 2015-12-10 Pedro Alves <palves@redhat.com>
17026
17027 * gdb.multi/base.exp: Don't use nowarnings.
17028 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
17029 * gdb.multi/hangout.c: Include stdio.h.
17030 * gdb.multi/hello.c: Include stdlib.h.
17031 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
17032 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
17033 * gdb.multi/multi-arch.exp: Don't use nowarnings.
17034
17035 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
17036
17037 * gdb.dwarf2/dw2-ranges-base.c: New file.
17038 * gdb.dwarf2/dw2-ranges-base.exp: New file.
17039 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
17040 support additional line table, and debug ranges generation.
17041 (Dwarf::ranges): New function, generate .debug_ranges.
17042 (Dwarf::lines): Support generating simple line table programs.
17043 (Dwarf::assemble): Initialise new namespace variables.
17044
17045 2015-12-09 Kevin Buettner <kevinb@redhat.com>
17046
17047 * gdb.base/async.exp (proc test_background): Add case for
17048 asynchronous execution not supported.
17049
17050 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
17051
17052 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
17053 format and change test names to make them unique.
17054
17055 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
17056 Pedro Alves <pedro@redhat.com>
17057
17058 PR gdb/18702
17059 Add checking of floatformats setup on x86_64 hosts.
17060 * gdb.arch/i386-float.S (main): Load bigval and smallval.
17061 (smallval, bigval): New labels/constants.
17062 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
17063 float" after loading bigval and smallval.
17064
17065 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
17066
17067 * gdb.ada/fun_overload_menu.exp: New testcase.
17068 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
17069
17070 2015-12-04 Josh Stone <jistone@redhat.com>
17071
17072 * gdb.base/catch-fork-static.exp: New.
17073
17074 2015-12-03 Yao Qi <yao.qi@linaro.org>
17075
17076 * gdb.base/sizeof.c: Don't include stdio.h and
17077 ../lib/unbuffer_output.c.
17078 (main): New variable 'size' and 'value'. Remove printf and
17079 gdb_unbuffer_output. Assign return value to size and value.
17080 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
17081 at the beginning.
17082 (check_sizeof): Check the result by printing variable 'size'.
17083 (check_valueof): Check the result by printing variable 'value'.
17084
17085 2015-12-01 Yao Qi <yao.qi@linaro.org>
17086
17087 * gdb.base/disp-step-syscall.exp: Define syscall instruction
17088 for aarch64*-*-linux* target.
17089
17090 2015-11-30 Pedro Alves <palves@redhat.com>
17091
17092 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
17093
17094 2015-11-30 Pedro Alves <palves@redhat.com>
17095
17096 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
17097 Handle non-stop mode vCont replies.
17098
17099 2015-11-30 Pedro Alves <palves@redhat.com>
17100
17101 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
17102 prepare_for_testing. Start gdb with "set non-stop on" appended to
17103 GDBFLAGS. Lax expected stop output.
17104
17105 2015-11-27 Yao Qi <yao.qi@linaro.org>
17106
17107 * gdb.arch/arm-neon.exp: New.
17108 * gdb.arch/arm-neon.c: New.
17109
17110 2015-11-27 Yao Qi <yao.qi@linaro.org>
17111
17112 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
17113
17114 2015-11-27 Yao Qi <yao.qi@linaro.org>
17115
17116 * gdb.cp/annota2.exp: Allow multiple occurrences of the
17117 frames-invalid annotation.
17118
17119 2015-11-27 Yao Qi <yao.qi@linaro.org>
17120
17121 * gdb.cp/annota2.exp: Use ${frames_invalid}.
17122
17123 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
17124
17125 * gdb.threads/names.exp: New file.
17126 * gdb.threads/names.c: New file.
17127 * README: Mention gdb,no_thread_names.
17128
17129 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
17130
17131 PR 19297
17132 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
17133 support" error.
17134
17135 2015-11-24 Pedro Alves <palves@redhat.com>
17136
17137 PR 17539
17138 * gdb.base/display.exp: Expect displays to be sorted in ascending
17139 order. Use multi_line.
17140 * gdb.base/solib-display.exp: Likewise.
17141
17142 2015-11-24 Pedro Alves <palves@redhat.com>
17143
17144 PR 17539
17145 * gdb.base/display.exp: Expect displays to be sorted in ascending
17146 order. Use multi_line.
17147 * gdb.base/solib-display.exp: Likewise.
17148
17149 2015-11-24 Pedro Alves <palves@redhat.com>
17150
17151 PR 17539
17152 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
17153 threads in ascending order.
17154 * gdb.base/foll-fork.exp: Likewise.
17155 * gdb.base/foll-vfork.exp: Likewise.
17156 * gdb.base/multi-forks.exp: Likewise.
17157 * gdb.mi/mi-nonstop.exp: Likewise.
17158 * gdb.mi/mi-nsintrall.exp: Likewise.
17159 * gdb.multi/base.exp: Likewise.
17160 * gdb.multi/multi-arch.exp: Likewise.
17161 * gdb.python/py-inferior.exp: Likewise.
17162 * gdb.threads/break-while-running.exp: Likewise.
17163 * gdb.threads/execl.exp: Likewise.
17164 * gdb.threads/gcore-thread.exp: Likewise.
17165 * gdb.threads/info-threads-cur-sal.exp: Likewise.
17166 * gdb.threads/kill.exp: Likewise.
17167 * gdb.threads/linux-dp.exp: Likewise.
17168 * gdb.threads/multiple-step-overs.exp: Likewise.
17169 * gdb.threads/next-bp-other-thread.exp: Likewise.
17170 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
17171 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
17172 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
17173 * gdb.threads/thread-find.exp: Likewise.
17174 * gdb.threads/tls.exp: Likewise.
17175 * lib/mi-support.exp (mi_reverse_list): Delete.
17176 (mi_check_thread_states): No longer reverse list.
17177
17178 2015-11-24 Pedro Alves <palves@redhat.com>
17179
17180 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
17181 use lowercase.
17182
17183 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17184
17185 * gdb.trace/actions.c: Include trace-common.h.
17186 (main): Add a location for a fast tracepoint.
17187 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
17188 the normal tracepoints.
17189 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
17190
17191 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
17192
17193 * save-trace.exp: Factor out code to these...
17194 (gdb_save_tracepoints): New.
17195 (gdb_load_tracepoints): New.
17196 (do_save_load_test): New.
17197
17198 2015-11-23 Kevin Buettner <kevinb@redhat.com>
17199
17200 * gdb.base/asmlabel.exp: New test.
17201 * gdb.base/asmlabel.c: New test case.
17202
17203 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17204
17205 * gdb.base/wrong_frame_bt_full-main.c: New file.
17206 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
17207 * gdb.base/wrong_frame_bt_full.exp: New file.
17208
17209 2015-11-23 Joel Brobecker <brobecker@adacore.com>
17210
17211 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
17212
17213 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17214
17215 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
17216 pstate register when comparing registers values in
17217 sparc64-*-linux-gnu targets to avoid spurious differences.
17218
17219 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
17220
17221 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
17222
17223 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
17224
17225 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
17226 as type argument to gdb_compile.
17227 * gdb.base/nested-subp2.exp: Likewise.
17228 * gdb.base/nested-subp3.exp: Likewise.
17229
17230 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
17231
17232 * lib/dwarf.exp (_note): Fix left shift of negative value.
17233 * gdb.trace/trace-condition.exp: Likewise.
17234
17235 2015-11-13 Yao Qi <yao.qi@linaro.org>
17236
17237 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
17238 comments about d10v.
17239 (test_scalar_returns): Likewise.
17240 * gdb.base/d10v.ld: Remove.
17241 * gdb.base/overlays.exp: Remove the target triplet checking for
17242 d10v-*-*.
17243 * gdb.base/structs.exp (test_struct_returns): Remove the
17244 comments about d10v.
17245 (test_struct_calls): Likewise.
17246
17247 2015-11-13 Yao Qi <yao.qi@linaro.org>
17248
17249 * gdb.base/gnu_vector.exp: Check the return value by "p res".
17250 * gdb.base/gnu_vector.c: Don't include stdio.h.
17251 (main): Don't print res and call add_some_intvecs.
17252
17253 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
17254
17255 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
17256 macro.
17257 (func5): Removed.
17258 (func4): Use FAST_TRACEPOINT_LABEL.
17259 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
17260 macro.
17261 (func): Removed.
17262 (thread_function): Use FAST_TRACEPOINT_LABEL.
17263 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
17264 (func): Remove.
17265 (marker): Use FAST_TRACEPOINT_LABEL.
17266 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
17267 (pendfunc1): Remove.
17268 (pendfunc): Use FAST_TRACEPOINT_LABEL.
17269 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
17270 (foo): Remove.
17271 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
17272 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
17273 macro.
17274 (func): Remove.
17275 (marker): Use FAST_TRACEPOINT_LABEL.
17276 * gdb.trace/trace-common.h: New header.
17277 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
17278 macro.
17279 (func): Remove.
17280 (marker): Use FAST_TRACEPOINT_LABEL.
17281 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
17282 (func): Remove.
17283 (thread_function): Use FAST_TRACEPOINT_LABEL.
17284
17285 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
17286
17287 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
17288 in front.
17289 * gdb.trace/change-loc.exp: Use global pcreg definition.
17290 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
17291 * gdb.trace/entry-values.exp: Use global spreg definition, add $
17292 in front.
17293 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
17294 * gdb.trace/pending.exp: Likewise.
17295 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
17296 * gdb.trace/trace-break.exp: Likewise.
17297 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
17298 in front.
17299 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
17300 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
17301 in front.
17302 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
17303
17304 2015-11-09 Joel Brobecker <brobecker@adacore.com>
17305
17306 * gdb.ada/fin_fun_out: New testcase.
17307
17308 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17309
17310 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
17311 value associated with DW_AT_byte_size.
17312 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
17313 constants for DW_AT_byte_size, DW_AT_lower_bound, and
17314 DW_AT_upper_bound.
17315
17316 2015-11-07 Kevin Buettner <kevinb@redhat.com>
17317
17318 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
17319 (gdb_target_symbol_prefix_flags): Define in terms of _asm
17320 version.
17321 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
17322 gdb.dwarf2/dw2-canonicalize-type.exp,
17323 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
17324 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
17325 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
17326 provided by gdb_target_symbol_prefix_flags_asm.
17327 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
17328 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
17329 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
17330 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
17331 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
17332 macros where needed). Use this macro for symbols which require
17333 the prefix provided by SYMBOL_PREFIX.
17334
17335 2015-11-05 Kevin Buettner <kevinb@redhat.com>
17336
17337 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
17338 New procs.
17339 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
17340 representing expressions, of more than one list element.
17341 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
17342 to prepend linker symbol prefix to f.
17343 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
17344 table_1 and table_2.
17345 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
17346 Likewise, for f and g.
17347 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
17348 for ptr.
17349 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
17350 for main.
17351 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
17352 table_1_ptr and table_2_ptr.
17353
17354 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17355 Joel Brobecker <brobecker@adacore.com>
17356
17357 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
17358
17359 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
17360
17361 * gdb.reverse/s390-mvcle.c: New test.
17362 * gdb.reverse/s390-mvcle.exp: New file.
17363 * lib/gdb.exp: Enable reverse tests on s390*-linux.
17364
17365 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17366
17367 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
17368
17369 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
17370
17371 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
17372 reaching marker2.
17373 * gdb.reverse/getresuid-reverse.exp: Likewise.
17374 * gdb.reverse/pipe-reverse.exp: Likewise.
17375 * gdb.reverse/readv-reverse.exp: Likewise.
17376 * gdb.reverse/recvmsg-reverse.exp: Likewise.
17377 * gdb.reverse/time-reverse.exp: Likewise.
17378 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
17379
17380 2015-10-30 Yao Qi <yao.qi@linaro.org>
17381
17382 * gdb.threads/wp-replication.c (watch_count_done): Remove.
17383 (empty_cycle): Remove.
17384 (main): Don't call empty_cycle. Don't use watch_count_done.
17385 * gdb.threads/wp-replication.exp: Don't set breakpoint on
17386 empty_cycle. Rewrite the code counting HW watchpoints.
17387
17388 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
17389
17390 * gdb.reverse/fstatat-reverse.c: New test.
17391 * gdb.reverse/fstatat-reverse.exp: New file.
17392 * gdb.reverse/getresuid-reverse.c: New test.
17393 * gdb.reverse/getresuid-reverse.exp: New file.
17394 * gdb.reverse/pipe-reverse.c: New test.
17395 * gdb.reverse/pipe-reverse.exp: New file.
17396 * gdb.reverse/readv-reverse.c: New test.
17397 * gdb.reverse/readv-reverse.exp: New file.
17398 * gdb.reverse/recvmsg-reverse.c: New test.
17399 * gdb.reverse/recvmsg-reverse.exp: New file.
17400 * gdb.reverse/time-reverse.c: New test.
17401 * gdb.reverse/time-reverse.exp: New file.
17402 * gdb.reverse/waitpid-reverse.c: New test.
17403 * gdb.reverse/waitpid-reverse.exp: New file.
17404
17405 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
17406
17407 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
17408
17409 2015-10-26 Doug Evans <dje@google.com>
17410
17411 PR symtab/17391
17412 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
17413 * gdb.dwarf2/bad-regnum.c: New file.
17414 * gdb.dwarf2/bad-regnum.exp: New file.
17415
17416 2015-10-26 Doug Evans <dje@google.com>
17417
17418 PR python/18938
17419 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
17420 file.
17421
17422 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17423
17424 * gdb.compile/compile.exp (compile code globalvar): Update expectation
17425 for a change by "Mention language in compile error message".
17426
17427 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
17428
17429 PR python/18073
17430 * gdb.python/py-type.c (C::a_method): New.
17431 (C::a_const_method): New.
17432 (C::a_static_method): New.
17433 (a_function): New.
17434 * gdb.python/py-type.exp (test_fields): Test getting fields
17435 from function and method.
17436
17437 2015-10-21 Keven Boell <keven.boell@intel.com>
17438
17439 * gdb.fortran/vla-alloc-assoc.exp: New file.
17440 * gdb.fortran/vla-datatypes.exp: New file.
17441 * gdb.fortran/vla-datatypes.f90: New file.
17442 * gdb.fortran/vla-history.exp: New file.
17443 * gdb.fortran/vla-ptype-sub.exp: New file.
17444 * gdb.fortran/vla-ptype.exp: New file.
17445 * gdb.fortran/vla-sizeof.exp: New file.
17446 * gdb.fortran/vla-sub.f90: New file.
17447 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
17448 * gdb.fortran/vla-value-sub-finish.exp: New file.
17449 * gdb.fortran/vla-value-sub.exp: New file.
17450 * gdb.fortran/vla-value.exp: New file.
17451 * gdb.fortran/vla-ptr-info.exp: New file.
17452 * gdb.mi/mi-vla-fortran.exp: New file.
17453 * gdb.mi/vla.f90: New file.
17454
17455 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
17456
17457 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
17458 of hardwired timeout value.
17459
17460 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17461 Pedro Alves <palves@redhat.com>
17462
17463 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
17464 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
17465
17466 2015-10-19 Josh Stone <jistone@redhat.com>
17467
17468 * gdb.base/catch-syscall.c: Include <sched.h>.
17469 (unknown_syscall): New variable.
17470 (main): Trigger a vfork and an unknown syscall.
17471 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
17472 (unknown_syscall_number): Likewise.
17473 (check_call_to_syscall): Accept an optional syscall pattern.
17474 (check_return_from_syscall): Likewise.
17475 (check_continue): Likewise.
17476 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
17477 (test_catch_syscall_skipping_return): New test toggling off 'catch
17478 syscall' to step over the syscall return, then toggling back on.
17479 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
17480 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
17481 (do_syscall_tests): Call test_catch_syscall_without_args and
17482 test_catch_syscall_mid_vfork.
17483 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
17484 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
17485
17486 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
17487
17488 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
17489 print g_vE): Add new pass patterns.
17490 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
17491 print various symbol names for vptr fields.
17492
17493 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
17494
17495 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
17496 results.
17497
17498 2015-10-12 Yao Qi <yao.qi@linaro.org>
17499
17500 * gdb.arch/disp-step-insn-reloc.exp: New test case.
17501
17502 2015-10-12 Yao Qi <yao.qi@linaro.org>
17503
17504 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
17505 is aarch64*-*-linux*.
17506
17507 2015-10-12 Yao Qi <yao.qi@linaro.org>
17508
17509 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
17510 (can_relocate_bcond_true): ... it.
17511 (can_relocate_bcond_false): New function.
17512 (foo): Likewise.
17513 (can_relocate_bl): Likewise.
17514 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
17515 can_relocate_bl.
17516
17517 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
17518
17519 * gdb.base/nested-addr.c: New file.
17520 * gdb.base/nested-addr.exp: New testcase.
17521
17522 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
17523
17524 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
17525 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
17526 its output. Ignore the output of "record goto begin" and instead
17527 check that GDB is replaying.
17528
17529 2015-10-09 Pedro Alves <palves@redhat.com>
17530
17531 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
17532 (top level): Use it in the run with no args test.
17533
17534 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
17535
17536 * gdb.dlang/properties.exp: New file.
17537
17538 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
17539
17540 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
17541 whether or not address 0x1000 is mapped on the target.
17542
17543 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
17544
17545 * gdb.python/py-type.exp: Do not run tests if binaries fail to
17546 build.
17547
17548 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
17549
17550 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
17551 instruction-history test.
17552
17553 2015-09-28 Doug Evans <dje@google.com>
17554
17555 * gdb.base/gcore.c (array_func): Add reference to static_array.
17556
17557 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
17558
17559 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
17560 source line.
17561
17562 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
17563
17564 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
17565 short or char as base type.
17566
17567 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
17568
17569 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
17570 to allow any size enum.
17571
17572 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
17573
17574 * gdb.ada/array_ptr_renaming.exp: New testcase.
17575 * gdb.ada/array_ptr_renaming/foo.adb: New file.
17576 * gdb.ada/array_ptr_renaming/pack.ads: New file.
17577
17578 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17579
17580 * gdb.trace/ftrace-lock.c: New file.
17581 * gdb.trace/ftrace-lock.exp: New file.
17582
17583 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17584
17585 * gdb.arch/insn-reloc.c: New file.
17586 * gdb.arch/ftrace-insn-reloc.exp: New file.
17587
17588 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
17589
17590 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
17591 instruction.
17592 * gdb.trace/pendshr1.c (pendfunc): Likewise.
17593 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
17594 * gdb.trace/range-stepping.c: Likewise.
17595 * gdb.trace/trace-break.c: Likewise.
17596 * gdb.trace/trace-mt.c (thread_function): Likewise.
17597 * gdb.trace/ftrace.c (marker): Likewise.
17598 * gdb.trace/trace-condition.c (marker): Likewise.
17599 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
17600 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
17601 is_aarch64_target.
17602
17603 2015-09-18 Doug Evans <xdje42@gmail.com>
17604
17605 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
17606 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
17607
17608 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17609
17610 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
17611 the breakpoint.
17612
17613 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17614
17615 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
17616 the pending breakpoint. Remove timeout override for "Run till
17617 MI pending breakpoint on pendfunc3 on thread 2" test.
17618
17619 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17620
17621 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
17622 filename pattern.
17623
17624 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17625
17626 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
17627 in breakpoint filename pattern.
17628
17629 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17630
17631 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
17632
17633 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
17634
17635 * gdb.linespec/explicit.exp: Check for readline support for
17636 tab-completion tests. Fix obvious typo.
17637
17638 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17639
17640 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
17641 and replay.
17642
17643 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
17644
17645 * gdb.btrace/non-stop.c: New.
17646 * gdb.btrace/non-stop.exp: New.
17647
17648 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
17649 Yao Qi <yao.qi@linaro.org>
17650
17651 * gdb.trace/trace-condition.c: New file.
17652 * gdb.trace/trace-condition.exp: New file.
17653
17654 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
17655
17656 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
17657 for testing bytecode compilation.
17658
17659 2015-09-16 Pedro Alves <palves@redhat.com>
17660 Sandra Loosemore <sandra@codesourcery.com>
17661
17662 * gdb.threads/non-stop-fair-events.c (timeout): New global.
17663 (SECONDS): Redefine.
17664 (main): Call pthread_kill and alarm early.
17665 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
17666 support.
17667 (test): If the target can't hardware step and doesn't support
17668 displaced stepping, increase the timeout.
17669
17670 2015-09-16 Pedro Alves <palves@redhat.com>
17671
17672 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
17673 (enable_debug): New procedures.
17674 (test): Use them. Bail out if waiting for threads fails.
17675 (top level): Bail out if a test fails.
17676
17677 2015-09-16 Yao Qi <yao.qi@linaro.org>
17678
17679 * gdb.asm/asm-source.exp: Set asm-arch for
17680 aarch64*-*-* target.
17681 * gdb.asm/aarch64.inc: New file.
17682
17683 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
17684
17685 * gdb.ada/array_of_variable_length.exp: New testcase.
17686 * gdb.ada/array_of_variable_length/foo.adb: New file.
17687 * gdb.ada/array_of_variable_length/pck.adb: New file.
17688 * gdb.ada/array_of_variable_length/pck.ads: New file.
17689
17690 2015-09-15 Doug Evans <dje@google.com>
17691
17692 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
17693 of function static local variable.
17694
17695 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
17696
17697 * gdb.threads/tls-so_extern.exp: New test file.
17698 * gdb.threads/tls-so_extern.c: New test file.
17699 * gdb.threads/tls-so_extern_main.c: New test file.
17700
17701 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17702
17703 * gdb.opt/solib-intra-step-lib.c: New file.
17704 * gdb.opt/solib-intra-step-main.c: New file.
17705 * gdb.opt/solib-intra-step.exp: New file.
17706
17707 2015-09-15 Pedro Alves <palves@redhat.com>
17708
17709 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
17710 gdb_continue_to_breakpoint instead of gdb_test_multiple.
17711
17712 2015-09-14 Pedro Alves <palves@redhat.com>
17713
17714 * gdb.base/hook-stop-continue.c: Delete.
17715 * gdb.base/hook-stop-continue.exp: Delete.
17716 * gdb.base/hook-stop-frame.c: Delete.
17717 * gdb.base/hook-stop-frame.exp: Delete.
17718 * gdb.base/hook-stop.c: New file.
17719 * gdb.base/hook-stop.exp: New file.
17720
17721 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
17722
17723 * gdb.ada/access_to_packed_array.exp: New testcase.
17724 * gdb.ada/access_to_packed_array/foo.adb: New file.
17725 * gdb.ada/access_to_packed_array/pack.adb: New file.
17726 * gdb.ada/access_to_packed_array/pack.ads: New file.
17727
17728 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
17729
17730 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
17731 buffer size test.
17732
17733 2015-09-11 Don Breazeal <donb@codesourcery.com>
17734
17735 * gdb.base/foll-exec.c: Add copyright header. Fix
17736 formatting issues.
17737 * gdb.base/foll-exec.exp (zap_session): Delete proc.
17738 (do_exec_tests): Use clean_restart in place of zap_session,
17739 and for test initialization. Fix formatting issues. Use
17740 fail in place of perror.
17741 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
17742 an expect statement to match an expression with output from
17743 the program under debug.
17744 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
17745 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
17746 * gdb.threads/non-ldr-exc-2.exp: Likewise.
17747 * gdb.threads/non-ldr-exc-3.exp: Likewise.
17748 * gdb.threads/non-ldr-exc-4.exp: Likewise.
17749
17750 2015-09-09 Doug Evans <dje@google.com>
17751
17752 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
17753
17754 2015-09-09 Doug Evans <dje@google.com>
17755
17756 * gdb.base/pie-execl.exp: Fix result test of build_executable.
17757
17758 2015-09-09 Doug Evans <dje@google.com>
17759
17760 * gdb.base/savedregs.exp: Fix typo.
17761
17762 2015-09-09 Pedro Alves <palves@redhat.com>
17763
17764 * gdb.mi/mi-cli.exp: Add CLI finish tests.
17765
17766 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
17767
17768 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
17769 command actually switches threads. Give up on remaining
17770 tests if target fails to stop at breakpoint.
17771
17772 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
17773
17774 * gdb.ada/funcall_char.exp: New testcase.
17775 * gdb.ada/funcall_char/foo.adb: New file.
17776
17777 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
17778
17779 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
17780 expected outputs. Add two testcases for completing ambiguous
17781 functions.
17782 * gdb.ada/complete/aux_pck.adb: New file.
17783 * gdb.ada/complete/aux_pck.ads: New file.
17784 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
17785 Ambiguous_Func functions.
17786 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
17787 * gdb.ada/complete/pck.adb: Likewise.
17788
17789 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
17790
17791 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
17792 failures to run the test program under GDB.
17793
17794 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
17795
17796 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
17797 to C.
17798
17799 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
17800
17801 * gdb.base/run-after-attach.exp: New test file.
17802 * gdb.base/run-after-attach.c: New test file.
17803
17804 2015-08-26 Don Breazeal <donb@codesourcery.com>
17805
17806 * gdb.base/foll-exec-2.c: New test program.
17807 * gdb.base/foll-exec-2.exp: New test.
17808
17809 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
17810
17811 * gdb.base/nested-subp1.exp: New file.
17812 * gdb.base/nested-subp1.c: New file.
17813 * gdb.base/nested-subp2.exp: New file.
17814 * gdb.base/nested-subp2.c: New file.
17815 * gdb.base/nested-subp3.exp: New file.
17816 * gdb.base/nested-subp3.c: New file.
17817
17818 2015-08-24 Pedro Alves <palves@redhat.com>
17819
17820 * gdb.server/connect-without-multi-process.c: New file.
17821 * gdb.server/connect-without-multi-process.exp: New file.
17822
17823 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17824
17825 * gdb.opt/inline-markers.c: Make z int.
17826
17827 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17828
17829 * gdb.opt/inline-markers.c: Make z volatile.
17830
17831 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
17832
17833 * gdb.opt/inline-bt.c: New volatile global z.
17834 * gdb.opt/inline-cmds.c: Likewise.
17835 * gdb.opt/inline-locals.c: Likewise.
17836 * gdb.opt/inline-markers.c: New extern global z.
17837 (marker): Use z.
17838 (inline_fn): Likewise.
17839
17840 2015-08-24 Pedro Alves <palves@redhat.com>
17841
17842 * config/m32r-stub.exp: Remove file.
17843 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
17844 * gdb.base/call-rt-st.exp: Likewise.
17845 * gdb.base/call-strs.exp: Likewise.
17846 * gdb.base/default.exp: Remove references to h8300-*-hms and
17847 *-*-udi*.
17848 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
17849
17850 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
17851
17852 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
17853 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
17854 and "return" use KFAIL when GDB can not read/write the vector
17855 return value.
17856
17857 2015-08-21 Gary Benson <gbenson@redhat.com>
17858
17859 * gdb.trace/pending.exp: Cope with remote transfer warnings.
17860
17861 2015-08-20 Pedro Alves <palves@redhat.com>
17862
17863 * gdb.server/solib-list.exp: No longer expect an interior stop in
17864 non-stop mode.
17865
17866 2015-08-20 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.server/connect-stopped-target.c: New file.
17869 * gdb.server/connect-stopped-target.exp: New file.
17870
17871 2015-08-20 Pedro Alves <palves@redhat.com>
17872
17873 * gdb.dwarf2/comp-unit-lang.exp: New file.
17874 * gdb.dwarf2/comp-unit-lang.c: New file.
17875
17876 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
17877
17878 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
17879 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
17880
17881 2015-08-19 Kevin Buettner <kevinb@redhat.com>
17882
17883 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
17884 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
17885
17886 2015-08-18 Doug Evans <dje@google.com>
17887 Adrian Sendroiu <adrian.sendroiu@freescale.com>
17888
17889 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
17890 skip_python_tests. New arg prompt_regexp.
17891 (skip_python_tests): New function.
17892 * lib/mi-support.exp (mi_skip_python_tests): New function.
17893 * gdb.python/py-mi-objfile-gdb.py: New file.
17894 * gdb.python/py-mi-objfile.c: New file.
17895 * gdb.python/py-mi-objfile.exp: New file.
17896
17897 2015-08-17 Keith Seitz <keiths@redhat.com>
17898
17899 * gdb.linespec/explicit.exp: Move strace test from here ...
17900 * gdb.trace/strace.exp: ... to here.
17901
17902 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
17903
17904 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
17905 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
17906
17907 2015-08-14 Doug Evans <xdje42@gmail.com>
17908
17909 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
17910 inferior before selecting a new file.
17911
17912 2015-08-14 Doug Evans <xdje42@gmail.com>
17913
17914 * gdb.mi/mi-disassemble.exp: Update.
17915 * gdb.base/disasm-optim.S: New file.
17916 * gdb.base/disasm-optim.c: New file.
17917 * gdb.base/disasm-optim.h: New file.
17918 * gdb.base/disasm-optim.exp: New file.
17919
17920 2015-08-14 Keith Seitz <keiths@redhat.com>
17921
17922 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
17923 "evaluated-by".
17924
17925 2015-08-13 Joel Brobecker <brobecker@adacore.com>
17926
17927 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
17928
17929 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
17930
17931 * gdb.ada/fun_renaming.exp: New testcase.
17932 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
17933 * gdb.ada/fun_renaming/pack.adb: New file.
17934 * gdb.ada/fun_renaming/pack.ads: New file.
17935
17936 2015-08-12 Keith Seitz <keiths@redhat.com>
17937
17938 * gdb.base/dso2dso.exp: Pass basename of source file in call to
17939 gdb_get_line_number.
17940
17941 2015-08-12 Joel Brobecker <brobecker@adacore.com>
17942
17943 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
17944 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
17945 gdb.base/dso2dso.exp: New files.
17946
17947 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
17948 Pedro Alves <palves@redhat.com>
17949 Keith Seitz <keiths@redhat.com>
17950
17951 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
17952 GDBFLAGS.
17953
17954 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17955
17956 * gdb.base/gdbhistsize-history.exp
17957 (test_histsize_history_setting): Use save_vars.
17958 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17959 Use save_vars.
17960 (test_no_truncation_of_unlimited_history_file): Use save_vars.
17961 * gdb.base/readline.exp: Use save_vars.
17962
17963 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
17964
17965 * lib/gdb.exp (save_vars): New proc.
17966
17967 2015-08-11 Keith Seitz <keiths@redhat.com>
17968
17969 * gdb.base/help.exp: Update help_breakpoint_text.
17970
17971 2015-08-11 Keith Seitz <keiths@redhat.com>
17972
17973 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
17974 (at toplevel): Call test_explicit_breakpoints.
17975 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
17976 breakpoints.
17977 * lib/mi-support.exp (mi_make_breakpoint): Add support for
17978 breakpoint conditions, "-cond".
17979
17980 2015-08-11 Keith Seitz <keiths@redhat.com>
17981
17982 * gdb.linespec/3explicit.c: New file.
17983 * gdb.linespec/cpexplicit.cc: New file.
17984 * gdb.linespec/cpexplicit.exp: New file.
17985 * gdb.linespec/explicit.c: New file.
17986 * gdb.linespec/explicit.exp: New file.
17987 * gdb.linespec/explicit2.c: New file.
17988 * gdb.linespec/ls-errs.exp: Add explicit location tests.
17989 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
17990 before using in the matching pattern.
17991 Clarify that `prefix' is a regular expression.
17992
17993 2015-08-11 Keith Seitz <keiths@redhat.com>
17994
17995 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
17996 test.
17997 Add tests for missing ",FMT" and ",".
17998
17999 2015-08-10 Doug Evans <dje@google.com>
18000 Keith Seitz <keiths@redhat.com>
18001
18002 PR gdb/17960
18003 * gdb.base/completion.exp: Add location completer tests.
18004
18005 2015-08-07 Pedro Alves <palves@redhat.com>
18006
18007 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
18008 tests here.
18009 (top level): Run do_test with and without displaced stepping.
18010
18011 2015-08-07 Pedro Alves <palves@redhat.com>
18012
18013 * gdb.base/valgrind-disp-step.c: New file.
18014 * gdb.base/valgrind-disp-step.exp: New file.
18015
18016 2015-08-07 Pedro Alves <palves@redhat.com>
18017
18018 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
18019 Delete function.
18020 (main): Add alarm. Run an infinite loop instead of calling
18021 wait_threads.
18022 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
18023 comment.
18024 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
18025 Delete function.
18026 (main): Add alarm. Run an infinite loop instead of calling
18027 wait_threads.
18028 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
18029 comment.
18030
18031 2015-08-07 Pedro Alves <palves@redhat.com>
18032
18033 * gdb.base/checkpoint-ns.exp: New file.
18034 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
18035 standard_testfile.
18036
18037 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
18038
18039 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
18040 * gdb.btrace/instruction_history.exp: Update.
18041 * gdb.btrace/tsx.exp: New.
18042 * gdb.btrace/tsx.c: New.
18043
18044 2015-08-06 Pedro Alves <palves@redhat.com>
18045
18046 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
18047 increase timeout.
18048 * gdb.reverse/until-precsave.exp: Bump timeouts.
18049
18050 2015-08-06 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
18053
18054 2015-08-06 Pedro Alves <palves@redhat.com>
18055
18056 PR gdb/18749
18057 * gdb.threads/process-dies-while-handling-bp.c: New file.
18058 * gdb.threads/process-dies-while-handling-bp.exp: New file.
18059
18060 2015-08-06 Pedro Alves <palves@redhat.com>
18061
18062 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
18063 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
18064
18065 2015-08-05 Pedro Alves <palves@redhat.com>
18066
18067 * gdb.threads/next-while-other-thread-longjmps.c: New file.
18068 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
18069
18070 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
18071
18072 * gdb.base/bp-permanent.exp: Report test as unsupported if
18073 the target cannot stop at the permanent breakpoint.
18074
18075 2015-08-03 Doug Evans <dje@google.com>
18076
18077 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
18078 10000.
18079
18080 2015-08-03 Doug Evans <dje@google.com>
18081
18082 * Makefile.in (workers/%.worker, build-perf): New rule.
18083 (GDB_PERFTEST_MODE): New variable.
18084 (check-perf): Use it.
18085 (clean): Clean up gdb.perf parallel build subdirs.
18086 * lib/build-piece.exp: New file.
18087 * lib/gdb.exp (make_gdb_parallel_path): New function
18088 (standard_output_file, standard_temp_file): Call it.
18089 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18090 of $GDB_PARALLEL.
18091 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
18092
18093 2015-08-03 Doug Evans <dje@google.com>
18094
18095 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
18096 (LOG_FILE_NAME): New global.
18097 (TextReporter.__init__): Initialize self.txt_sum.
18098 (TextReporter.report): Add support for multiple data-points.
18099 Move report to perftest.sum, put raw data in perftest.log.
18100 (TextReporter.start): Open sum and log files.
18101 (TextReporter.end): Close sum and log files.
18102 * gdb.perf/lib/perftest/testresult.py
18103 (SingleStatisticTestResult.record): Handle multiple data-points.
18104
18105 2015-07-31 Pedro Alves <palves@redhat.com>
18106
18107 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
18108 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18109 kill_wait_spawned_process instead of explicit "kill -9".
18110 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
18111 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18112 kill_wait_spawned_process.
18113 * gdb.base/attach-twice.exp: Likewise.
18114 * gdb.base/attach.exp: Likewise.
18115 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
18116 gdb_test_multiple.
18117 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
18118 returning a spawn id instead of a pid. Use spawn_id_get_pid and
18119 kill_wait_spawned_process.
18120 * gdb.base/valgrind-infcall.exp: Likewise.
18121 * gdb.multi/multi-attach.exp: Likewise.
18122 * gdb.python/py-prompt.exp: Likewise.
18123 * gdb.python/py-sync-interp.exp: Likewise.
18124 * gdb.server/ext-attach.exp: Likewise.
18125 * gdb.threads/attach-into-signal.exp (corefunc): Use
18126 spawn_wait_for_attach, spawn_id_get_pid and
18127 kill_wait_spawned_process.
18128 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
18129 spawn_wait_for_attach returning a spawn id instead of a pid. Use
18130 spawn_id_get_pid and kill_wait_spawned_process.
18131 * gdb.threads/attach-stopped.exp (corefunc): Use
18132 spawn_wait_for_attach, spawn_id_get_pid and
18133 kill_wait_spawned_process.
18134 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
18135 Use spawn_id_get_pid. Wait for spawn id after eof. Use
18136 kill_wait_spawned_process instead of explicit "kill -9".
18137 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
18138 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
18139 (spawn_wait_for_attach): Use spawn instead of exec to spawn
18140 processes. Don't map cygwin/windows pids here. Now returns a
18141 spawn id list.
18142
18143 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18144
18145 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
18146 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
18147 correct patch.
18148
18149 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18150
18151 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
18152
18153 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
18154
18155 Reapply:
18156 2014-05-21 Mark Wielaard <mjw@redhat.com>
18157
18158 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
18159
18160 2015-07-30 Pedro Alves <palves@redhat.com>
18161
18162 * linux-low.c (handle_extended_wait): Set the child's last
18163 reported status to TARGET_WAITKIND_STOPPED.
18164
18165 2015-07-30 Pedro Alves <palves@redhat.com>
18166
18167 PR threads/18600
18168 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
18169 only shows inferior 1.
18170
18171 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
18172 Pedro Alves <palves@redhat.com>
18173
18174 PR threads/18600
18175 * gdb.threads/fork-plus-threads.c: New file.
18176 * gdb.threads/fork-plus-threads.exp: New file.
18177
18178 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18179
18180 * gdb.base/batch-preserve-term-settings.exp
18181 (test_terminal_settings_preserved_after_cli_exit): Use
18182 send_quit_command.
18183
18184 2015-07-29 Pedro Alves <palves@redhat.com>
18185 Don Breazeal <donb@codesourcery.com>
18186
18187 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
18188 output from both inferior_spawn_id and gdb_spawn_id.
18189
18190 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18191
18192 * gdb.threads/attach-into-signal.exp (corefunc): Use
18193 with_test_prefix on nested loops, uniquefying the test messages.
18194
18195 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
18196
18197 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
18198 commit.
18199
18200 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18201
18202 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
18203 New proc.
18204 (test_terminal_settings_preserved_after_sigterm): New test.
18205
18206 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18207
18208 * gdb.base/batch-preserve-term-settings.exp
18209 (test_terminal_settings_preserved_after_cli_exit): New test.
18210
18211 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
18212
18213 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
18214 manipulation of saved_gdbflags.
18215 (test_terminal_settings_preserved): Remove global declaration of
18216 the unused variable pagination_prompt. Remove manipulation of
18217 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
18218 GDBFLAGS.
18219
18220 2015-07-29 Pedro Alves <palves@redhat.com>
18221
18222 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
18223
18224 2015-07-29 Pedro Alves <palves@redhat.com>
18225
18226 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
18227 at the top.
18228
18229 2015-07-29 Pedro Alves <palves@redhat.com>
18230
18231 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
18232 (main): Call gdb_unbuffer_output.
18233 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
18234 (main): Call gdb_unbuffer_output.
18235 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
18236 (main): Call gdb_unbuffer_output.
18237 * gdb.base/call-strs.exp: Adjust to step over the
18238 gdb_unbuffer_output call.
18239 * gdb.base/catch-gdb-caused-signals.c: Include
18240 "../lib/unbuffer_output.c".
18241 (main): Call gdb_unbuffer_output.
18242 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
18243 (main): Call gdb_unbuffer_output.
18244 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
18245 (main): Call gdb_unbuffer_output.
18246 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
18247 (main): Call gdb_unbuffer_output.
18248 * gdb.base/shlib-call.exp: Adjust to step over the
18249 gdb_unbuffer_output call.
18250 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
18251 (main): Call gdb_unbuffer_output.
18252 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
18253 (main): Call gdb_unbuffer_output.
18254 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
18255 (main): Rename to ...
18256 (test): ... this.
18257 (main): Reimplement.
18258 * gdb.base/varargs.exp: Run to test instead of to main.
18259 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18260 (main): Call gdb_unbuffer_output.
18261
18262 2015-07-29 Pedro Alves <palves@redhat.com>
18263
18264 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
18265 factore out from mi_continue_dprintf. For call-style dprintfs,
18266 expect dprintf output out of $inferior_spawn_id.
18267 (mi_continue_dprintf): Use mi_expect_dprintf.
18268 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
18269 (main): Call gdb_unbuffer_output.
18270
18271 2015-07-29 Pedro Alves <palves@redhat.com>
18272
18273 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
18274 (default_mi_gdb_start): Set inferior_spawn_id instead of
18275 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
18276 gdb_spawn_id.
18277 (mi_gdb_test): Always expect inferior output from both
18278 $inferior_spawn_id and $gdb_spawn_id.
18279
18280 2015-07-29 Pedro Alves <palves@redhat.com>
18281
18282 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
18283 send_inferior and $inferior_spawn_id.
18284
18285 2015-07-29 Pedro Alves <palves@redhat.com>
18286
18287 * gdb.gdb/complaints.exp (test_initial_complaints)
18288 (test_serial_complaints, test_short_complaints): Use
18289 gdb_test_stdio.
18290 (test_empty_complaint): Handle $inferior_spawn_id !=
18291 $gdb_spawn_id.
18292
18293 2015-07-29 Pedro Alves <palves@redhat.com>
18294
18295 * gdb.base/varargs.exp: Use gdb_test_stdio.
18296
18297 2015-07-29 Pedro Alves <palves@redhat.com>
18298
18299 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
18300
18301 2015-07-29 Pedro Alves <palves@redhat.com>
18302
18303 * gdb.base/ending-run.exp: Use gdb_test_stdio.
18304
18305 2015-07-29 Pedro Alves <palves@redhat.com>
18306
18307 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
18308 parameter into two new parameters, "inf_result" and "gdb_result".
18309 Expect inferior output and gdb output from $inferior_spawn_id and
18310 $gdb_spawn_id, respectively. Adjust all callers.
18311
18312 2015-07-29 Pedro Alves <palves@redhat.com>
18313
18314 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
18315 of gdb_test_sequence.
18316
18317 2015-07-29 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
18320 (saw_spurious_output): Expect inferior output from
18321 $inferior_spawn_id. Use gdb_test_stdio.
18322
18323 2015-07-29 Pedro Alves <palves@redhat.com>
18324
18325 * gdb.base/dprintf.exp: Use standard_testfile. Change
18326 prepare_for_testing call.
18327 (srcfile): Don't set.
18328 (restart): New procedure.
18329 (test_dprintf): New procecure, use to continue over dprintfs.
18330 (test_call, test_agent): New procedures, tests moved here.
18331 Restart gdb and recreate dprintfs. Adjust expected output.
18332
18333 2015-07-29 Pedro Alves <palves@redhat.com>
18334
18335 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
18336
18337 2015-07-29 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
18340
18341 2015-07-29 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
18344 gdb_test_stdio.
18345
18346 2015-07-29 Pedro Alves <palves@redhat.com>
18347
18348 * lib/gdb.exp (gdb_test_stdio): New procedure.
18349
18350 2015-07-29 Pedro Alves <palves@redhat.com>
18351
18352 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
18353
18354 2015-07-29 Pedro Alves <palves@redhat.com>
18355
18356 * gdb.base/call-signal-resume.exp: Remove check for
18357 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
18358 * gdb.base/unwindonsignal.exp: Likewise.
18359 * gdb.base/call-signals.c (gen_signal): Remove printf call.
18360 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
18361
18362 2015-07-29 Pedro Alves <palves@redhat.com>
18363
18364 * gdb.base/siginfo-addr.c (pass): New function.
18365 (handler): Call it iff si_addr is correct.
18366 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
18367 Set a breakpoint at "pass" and continue to it.
18368
18369 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
18370
18371 * gdb.python/py-objfile.exp: Make some tests have unique names.
18372 * gdb.python/py-pp-registration.exp: Likewise.
18373
18374 2015-07-28 Pedro Alves <palves@redhat.com>
18375
18376 * gdb.server/server-exec-info.exp: Issue a "disconnect".
18377
18378 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18379
18380 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
18381
18382 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
18383
18384 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
18385
18386 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
18387
18388 * gdb.base/gdb-sigterm-2.exp: New test.
18389
18390 2015-07-25 Doug Evans <xdje42@gmail.com>
18391
18392 Revert:
18393 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18394 (workers/%.worker, build-perf): New rule.
18395 (GDB_PERFTEST_MODE): New variable.
18396 (check-perf): Use it.
18397 (clean): Clean up gdb.perf parallel build subdirs.
18398 * lib/build-piece.exp: New file.
18399 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18400 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18401 name.
18402 (standard_temp_file): Ditto.
18403 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18404 of $GDB_PARALLEL.
18405
18406 2015-07-24 Doug Evans <dje@google.com>
18407
18408 * gdb.perf/lib/perftest/utils.py: New file.
18409 * gdb.perf/gm-hello.cc: New file.
18410 * gdb.perf/gm-pervasive-typedef.cc: New file.
18411 * gdb.perf/gm-pervasive-typedef.h: New file.
18412 * gdb.perf/gm-std.cc: New file.
18413 * gdb.perf/gm-std.h: New file.
18414 * gdb.perf/gm-use-cerr.cc: New file.
18415 * gdb.perf/gm-utils.h: New file.
18416 * gdb.perf/gmonster-null-lookup.py: New file.
18417 * gdb.perf/gmonster-pervasive-typedef.py: New file.
18418 * gdb.perf/gmonster-print-cerr.py: New file.
18419 * gdb.perf/gmonster-ptype-string.py: New file.
18420 * gdb.perf/gmonster-runto-main.py: New file.
18421 * gdb.perf/gmonster-select-file.py: New file.
18422 * gdb.perf/gmonster1-null-lookup.exp: New file.
18423 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
18424 * gdb.perf/gmonster1-print-cerr.exp: New file.
18425 * gdb.perf/gmonster1-ptype-string.exp: New file.
18426 * gdb.perf/gmonster1-runto-main.exp: New file.
18427 * gdb.perf/gmonster1-select-file.exp: New file.
18428 * gdb.perf/gmonster1.cc: New file.
18429 * gdb.perf/gmonster1.exp: New file.
18430 * gdb.perf/gmonster2-null-lookup.exp: New file.
18431 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
18432 * gdb.perf/gmonster2-print-cerr.exp: New file.
18433 * gdb.perf/gmonster2-ptype-string.exp: New file.
18434 * gdb.perf/gmonster2-runto-main.exp: New file.
18435 * gdb.perf/gmonster2-select-file.exp: New file.
18436 * gdb.perf/gmonster2.cc: New file.
18437 * gdb.perf/gmonster2.exp: New file.
18438
18439 2015-07-24 Doug Evans <dje@google.com>
18440
18441 * gdb.perf/README: New file.
18442 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
18443 * lib/gen-perf-test.exp: New file.
18444
18445 2015-07-24 Doug Evans <dje@google.com>
18446
18447 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
18448 (PerfTest::startup): New function.
18449 (PerfTest::run): Return result of calling body.
18450 (PerfTest::assemble): Rewrite.
18451 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
18452 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
18453 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
18454 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
18455 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
18456
18457 2015-07-24 Doug Evans <dje@google.com>
18458
18459 * lib/gdb.exp (clean_restart): Make executable optional.
18460
18461 2015-07-24 Doug Evans <dje@google.com>
18462
18463 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
18464 compiler_info references.
18465 * gdb.cp/temargs.exp: Ditto.
18466 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
18467 (get_compiler_info): Early exit if already computed. Set compiler_info
18468 to "unknown" if there was a problem.
18469 (test_compiler_info): Add function comment. Call get_compiler_info.
18470
18471 2015-07-24 Doug Evans <dje@google.com>
18472
18473 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
18474 (workers/%.worker, build-perf): New rule.
18475 (GDB_PERFTEST_MODE): New variable.
18476 (check-perf): Use it.
18477 (clean): Clean up gdb.perf parallel build subdirs.
18478 * lib/build-piece.exp: New file.
18479 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
18480 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
18481 name.
18482 (standard_temp_file): Ditto.
18483 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
18484 of $GDB_PARALLEL.
18485
18486 2015-07-24 Doug Evans <dje@google.com>
18487
18488 * lib/future.exp (gdb_default_target_compile): New option
18489 "early_flags".
18490 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
18491 --as-needed.
18492
18493 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
18494
18495 * gdb.base/catch-syscall.exp: Call gdb_exit before
18496 gdb_skip_xml_test.
18497
18498 2015-07-24 Pedro Alves <palves@redhat.com>
18499
18500 * gdb.python/py-events.exp: Accept output between the stop event
18501 and the prompt.
18502 * gdb.python/py-evsignal.exp: Likewise.
18503 * gdb.python/py-evthreads.exp: Likewise.
18504
18505 2015-07-24 Pedro Alves <palves@redhat.com>
18506
18507 PR gdb/18717
18508 * gdb.threads/non-ldr-exit.c: New file.
18509 * gdb.threads/non-ldr-exit.exp: New file.
18510
18511 2015-07-24 Yao Qi <yao.qi@linaro.org>
18512
18513 * gdb.server/ext-wrapper.exp: Test --wrapper option when
18514 restarting process.
18515
18516 2015-07-24 Yao Qi <yao.qi@linaro.org>
18517
18518 * gdb.server/ext-restart.exp: New file.
18519
18520 2015-07-24 Yao Qi <yao.qi@linaro.org>
18521
18522 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
18523 argument options.
18524 * gdb.server/ext-wrapper.exp: New file.
18525
18526 2015-07-23 Doug Evans <dje@google.com>
18527
18528 * gdb.dwarf2/dw2-dummy-cu.S: New file.
18529 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
18530
18531 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
18532
18533 * gdb.ada/var_arr_typedef.exp: New testcase.
18534 * gdb.ada/var_arr_typedef/pack.adb: New file.
18535 * gdb.ada/var_arr_typedef/pack.ads: New file.
18536 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
18537
18538 2015-07-20 Joel Brobecker <brobecker@adacore.com>
18539
18540 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
18541
18542 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18543
18544 * gdb.arch/i386-biarch-core.exp: Replace istarget
18545 by "complete set gnutarget". Remove expectation for the "core-file"
18546 command.
18547
18548 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18549
18550 Revert the previous commit:
18551 Tests for validate symbol file using build-id.
18552
18553 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
18554
18555 Tests for validate symbol file using build-id.
18556 * gdb.base/solib-mismatch-lib.c: New file.
18557 * gdb.base/solib-mismatch-libmod.c: New file.
18558 * gdb.base/solib-mismatch.c: New file.
18559 * gdb.base/solib-mismatch.exp: New file.
18560
18561 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
18562
18563 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
18564 nios2-*-linux*.
18565 * gdb.base/sigbpt.exp (stepi_out): Likewise.
18566 * gdb.base/siginfo.exp: Likewise.
18567 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18568
18569 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
18570
18571 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
18572 Move it to ...
18573 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
18574 ... here.
18575 * gdb.trace/range-stepping.exp: Check that the target supports
18576 range stepping.
18577
18578 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18579
18580 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
18581
18582 2015-07-14 Pedro Alves <palves@redhat.com>
18583
18584 * gdb.base/killed-outside.exp: New file.
18585 * gdb.base/killed-outside.c: New file.
18586
18587 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18588
18589 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
18590 (n at main): New.
18591 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
18592
18593 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18594
18595 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
18596 infcall tests instead of setting up for KFAIL.
18597
18598 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
18599
18600 * gdb.btrace/record_goto-step.exp: New.
18601
18602 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
18603
18604 PR compile/18484
18605 * gdb.compile/compile.c (struct struct_type): Add volatile to
18606 selffield's type.
18607 * gdb.compile/compile.exp
18608 (compile code struct_object.selffield = &struct_object): Skip further
18609 struct_object tests if this one xfails.
18610
18611 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
18612
18613 PR exp/18617
18614 * gdb.trace/ax.exp: Add test.
18615
18616 2015-07-07 Yao Qi <yao.qi@linaro.org>
18617
18618 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
18619 instead of istarget "aarch64*-*-*".
18620 * gdb.arch/aarch64-fp.exp: Likewise.
18621 * gdb.base/float.exp: Likewise.
18622 * gdb.reverse/aarch64.exp: Likewise.
18623 * lib/gdb.exp (is_aarch64_target): New proc.
18624
18625 2015-07-07 Yao Qi <yao.qi@linaro.org>
18626
18627 * lib/gdb.exp (is_aarch32_target): New proc.
18628 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
18629 instead of "istarget "arm*-*-*"".
18630 * gdb.arch/arm-disp-step.exp: Likewise.
18631 * gdb.arch/thumb-bx-pc.exp: Likewise.
18632 * gdb.arch/thumb-prologue.exp: Likewise.
18633 * gdb.arch/thumb-singlestep.exp: Likewise.
18634 * gdb.base/disp-step-syscall.exp: Likewise.
18635 * gdb.base/float.exp: Likewise.
18636
18637 2015-07-07 Yao Qi <yao.qi@linaro.org>
18638
18639 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
18640 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
18641
18642 2015-07-07 Yao Qi <yao.qi@linaro.org>
18643
18644 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
18645 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
18646 if it exists.
18647 * gdb.multi/multi-arch.exp: Likewise.
18648
18649 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
18650
18651 * gdb.python/py-lazy-string.exp: Add missing parentheses to
18652 print.
18653
18654 2015-07-07 Yao Qi <yao.qi@linaro.org>
18655
18656 * gdb.arch/thumb-singlestep.exp: Do one more single step.
18657
18658 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
18659
18660 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
18661 '[' and ']' characters.
18662
18663 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
18664
18665 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
18666
18667 2015-06-29 Pedro Alves <palves@redhat.com>
18668
18669 PR threads/18127
18670 * gdb.threads/hand-call-new-thread.c: New file.
18671 * gdb.threads/hand-call-new-thread.c: New file.
18672
18673 2015-06-26 Keith Seitz <keiths@redhat.com>
18674 Doug Evans <dje@google.com>
18675
18676 PR 16253
18677 * gdb.cp/var-tag-2.cc: New file.
18678 * gdb.cp/var-tag-3.cc: New file.
18679 * gdb.cp/var-tag-4.cc: New file.
18680 * gdb.cp/var-tag.cc: New file.
18681 * gdb.cp/var-tag.exp: New file.
18682
18683 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18684
18685 * gdb.base/history-duplicates.exp: New test.
18686
18687 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
18688
18689 * gdb.base/completion.exp: Test the completion of the "focus"
18690 command.
18691
18692 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
18693
18694 * gdb.arch/amd64-prologue-skip.S: New file.
18695 * gdb.arch/amd64-prologue-skip.exp: New file.
18696
18697 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
18698
18699 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
18700 is_address_zero_readable check.
18701
18702 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
18703
18704 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
18705 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
18706
18707 2015-06-24 Yao Qi <yao.qi@linaro.org>
18708
18709 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
18710 linux targets.
18711
18712 2015-06-24 Yao Qi <yao.qi@linaro.org>
18713
18714 * lib/gdb.exp (supports_get_siginfo_type): New proc.
18715 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
18716 * gdb.base/siginfo-thread.exp: Likewise.
18717
18718 2015-06-22 Yao Qi <yao.qi@linaro.org>
18719
18720 * boards/remote-gdbserver-on-localhost.exp: Add comments.
18721
18722 2015-06-22 Yao Qi <yao.qi@linaro.org>
18723
18724 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
18725 aarch64*-*-*.
18726 (skip_hw_watchpoint_tests): Likewise.
18727
18728 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
18729
18730 * gdb.base/gdbinit-history.exp: Test the interaction between
18731 setting GDBHISTSIZE and setting the history size via .gdbinit.
18732
18733 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18734
18735 PR gdb/16999
18736 * gdb.base/gdbhistsize-history.exp: New test.
18737
18738 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18739
18740 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
18741 with GDBHISTSIZE.
18742 * gdb.base/readline.exp: Likewise.
18743
18744 2015-06-17 Yao Qi <yao.qi@linaro.org>
18745
18746 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
18747 line.
18748
18749 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
18750
18751 * gdb.base/gdbinit-history.exp: Add test case to check that
18752 an unlimited history file does not get truncated on exit.
18753
18754 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18755
18756 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
18757 (VECTOR): New macro. Use it...
18758 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
18759 ...for these typedefs.
18760 (int8, char1, int1, double1): New typedefs.
18761 (struct just_int2, struct two_int2): New structures.
18762 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
18763 (add_structvecs, add_singlevecs): New functions.
18764 (main): Call add_some_intvecs twice.
18765 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
18766 the compile and exit upon failure. Try compiling for the "native"
18767 architecture. Test inferior function calls with vector arguments
18768 and vector return value handling with "finish" and "return".
18769
18770 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
18771
18772 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
18773 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
18774 PE file.
18775 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
18776
18777 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
18778
18779 PR breakpoints/16465
18780 * gdb.mi/mi-dprintf-pending.c: New file.
18781 * gdb.mi/mi-dprintf-pending.exp: New test.
18782 * gdb.mi/mi-dprintf-pendshr.c: New file.
18783
18784 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18785 Mircea Gherzan <mircea.gherzan@intel.com>
18786
18787 * gdb.arch/i386-mpx-map.c: New file.
18788 * gdb.arch/i386-mpx-map.exp: New File.
18789
18790 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18791
18792 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
18793 * gdb.arch/i386-mpx.exp: Indentation fixed.
18794
18795 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18796
18797 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
18798 function and improved indentation.
18799 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
18800 gdb_test_multiple. Added additional tests to skip the test.
18801
18802 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
18803
18804 * gdb.arch/i386-avx512.c: Change path in include file.
18805 * gdb.arch/i386-avx512.exp: Change include dir path
18806 compilation flag.
18807 * gdb.arch/i386-mpx.c: Change path in include file.
18808 * gdb.arch/i386-mpx.exp: Change include dir path compilation
18809 flag.
18810
18811 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
18812
18813 * gdb.compile/compile-print.exp (compile print *vararray@3)
18814 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
18815
18816 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18817
18818 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
18819 (do not keep jit in memory): ... this.
18820 (expect 5): Change it to ...
18821 (expect no 5): ... this.
18822
18823 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
18824
18825 PR gdb/15564
18826 * gdb.mi/mi-detach.exp: New file.
18827
18828 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18829
18830 PR symtab/18392
18831 * gdb.arch/amd64-tailcall-self.S: New file.
18832 * gdb.arch/amd64-tailcall-self.c: New file.
18833 * gdb.arch/amd64-tailcall-self.exp: New file.
18834
18835 2015-05-28 Don Breazeal <donb@codesourcery.com>
18836
18837 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
18838 tests for remote targets by checking is_target_gdbserver.
18839
18840 2015-05-27 Doug Evans <dje@google.com>
18841
18842 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
18843 * gdb.dwarf2/opaque-type-lookup.c: New file.
18844 * gdb.dwarf2/opaque-type-lookup.exp: New file.
18845
18846 2015-05-26 Doug Evans <dje@google.com>
18847
18848 * gdb.cp/iostream.cc: New file.
18849 * gdb.cp/iostream.exp: New file.
18850
18851 2015-05-26 Doug Evans <dje@google.com>
18852
18853 * gdb.dwarf2/dw2-op-call.exp: Update.
18854 * gdb.dwarf2/dw4-sig-types.exp: Update.
18855 * gdb.dwarf2/implptr.exp: Update.
18856 * gdb.mi/mi-cmd-param-changed.exp: Update.
18857
18858 2015-05-26 Doug Evans <dje@google.com>
18859
18860 * gdb.python/py-lazy-string.c: New file.
18861 * gdb.python/py-lazy-string.exp: New file.
18862 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
18863 (main): Update. Add estring3.
18864 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
18865 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
18866
18867 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18868 Yao Qi <yao.qi@linaro.org>
18869
18870 * gdb.reverse/aarch64.c: New.
18871 * gdb.reverse/aarch64.exp: New.
18872
18873 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
18874
18875 * lib/gdb.exp (supports_process_record): Return true for
18876 aarch64*-linux*.
18877 (supports_reverse): Likewise.
18878
18879 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
18880
18881 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18882 Use with_test_prefix.
18883
18884 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
18885
18886 * gdb.base/completion.exp: Add test for completion of layout
18887 names.
18888
18889 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
18890
18891 * lib/gdb.exp (skip_tui_tests): New proc.
18892 * gdb.base/tui-layout.exp: Check skip_tui_tests.
18893
18894 2015-05-19 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
18897 Save the whole env array instead of just HOME. Unset HISTSIZE in
18898 the environment while testing. Restore whole environment
18899 afterwards.
18900
18901 2015-05-16 Doug Evans <xdje42@gmail.com>
18902
18903 * gdb.guile/scm-ports.c: New file.
18904 * gdb.guile/scm-ports.exp: Add memory port tests.
18905
18906 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18907
18908 * gdb.compile/compile-print.c: New file.
18909 * gdb.compile/compile-print.exp: New file.
18910
18911 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18912
18913 * gdb.compile/compile-ops.exp: Cast param to void.
18914 * gdb.compile/compile.exp: Complete type for _gdb_expr.
18915 (compile code struct_object.selffield = &struct_object): Add xfail.
18916
18917 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18918
18919 * gdb.ada/arr_enum_with_gap: New testcase.
18920
18921 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18922
18923 * gdb.ada/byte_packed_arr: New testcase.
18924
18925 2015-05-15 Joel Brobecker <brobecker@adacore.com>
18926
18927 * gdb.ada/pckd_neg: New testcase.
18928
18929 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
18930
18931 PR gdb/17820
18932 * gdb.base/gdbinit-history.exp: New test.
18933 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
18934 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
18935
18936 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
18937
18938 * gdb.python/py-xmethods.cc: Enhance test case.
18939 * gdb.python/py-xmethods.exp: New tests.
18940 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
18941 function.
18942 (B_indexoper): Likewise.
18943 (global_dm_list) : Add new xmethod worker functions.
18944
18945 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
18946
18947 * gdb.base/coredump-filter.exp: Correctly unset
18948 "coredump_var_addr" array.
18949
18950 2015-05-08 Pedro Alves <palves@redhat.com>
18951
18952 * gdb.server/non-existing-program.exp: Unset spawn_id.
18953
18954 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
18955
18956 PR python/18291
18957 * gdb.python/py-xmethods.exp: Add tests.
18958
18959 2015-05-08 Yao Qi <yao.qi@linaro.org>
18960
18961 PR gdb/18208
18962 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
18963 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
18964 function set_coredump_filter, and remove remote_exec call.
18965 Remove argument ipid. Callers update.
18966 (top level): Don't get inferior's PID.
18967
18968 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
18969
18970 * gdb.base/watch_thread_num.exp: Skip test on targets without
18971 access watchpoints.
18972
18973 2015-05-06 Pedro Alves <palves@redhat.com>
18974
18975 PR server/18081
18976 * gdb.server/non-existing-program.exp: New file.
18977
18978 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18979
18980 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
18981
18982 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18983
18984 * gdb.ada/out_of_line_in_inlined: New testcase.
18985
18986 2015-05-05 Joel Brobecker <brobecker@adacore.com>
18987
18988 * gdb.ada/var_rec_arr: New testcase.
18989
18990 2015-04-30 Yao Qi <yao.qi@linaro.org>
18991
18992 * gdb.base/break-idempotent.exp: If
18993 skip_hw_watchpoint_multi_tests returns true, skip the tests
18994 on "rwatch" and "awatch".
18995
18996 2015-04-30 Yao Qi <yao.qi@linaro.org>
18997
18998 * gdb.base/relativedebug.exp: Invoke gdb command
18999 "info sharedlibrary", and if libc.so doesn't have debug info,
19000 skip the test.
19001
19002 2015-04-29 Doug Evans <dje@google.com>
19003
19004 * gdb.python/py-xmethods.exp: Add ptype tests.
19005 * gdb.python/py-xmethods.py (E_method_char_worker): Add
19006 get_result_type method.
19007
19008 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19009
19010 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
19011 the target does not support hardware watchpoints.
19012
19013 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
19014
19015 * gdb.base/break-always.exp: Abort testing if writing to memory
19016 causes an error.
19017
19018 2015-04-28 Doug Evans <dje@google.com>
19019
19020 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
19021 * gdb.python/py-pp-registration.exp: ... here. New file.
19022 * gdb.python/py-pp-registration.c: New file.
19023 * gdb.python/py-pp-registration.py: New file.
19024
19025 2015-04-28 Doug Evans <dje@google.com>
19026
19027 * gdb.python/py-bad-printers.c: New file.
19028 * gdb.python/py-bad-printers.py: New file.
19029 * gdb.python/py-bad-printers.exp: New file.
19030
19031 2015-04-28 Sasha Smundak <asmundak@google.com>
19032
19033 * gdb.python/py-type.exp: New test.
19034
19035 2015-04-28 Andy Wingo <wingo@igalia.com>
19036
19037 * gdb.python/py-parameter.exp:
19038 * gdb.guile/scm-parameter.exp: Escape the path that we are
19039 matching against, as it might contain characters that are special
19040 to regular expressions.
19041
19042 2015-04-27 Joel Brobecker <brobecker@adacore.com>
19043
19044 * gdb.ada/rec_comp: New testcase.
19045
19046 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
19047
19048 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
19049 before using it.
19050
19051 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
19052
19053 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
19054 new tests for verilog output.
19055
19056 2015-04-24 Yao Qi <yao.qi@linaro.org>
19057
19058 * boards/remote-gdbserver-on-localhost.exp: New file.
19059
19060 2015-04-23 Pedro Alves <palves@redhat.com>
19061
19062 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
19063 $inferior_spawn_id instead of $inferior_spawn_id directly. On
19064 "end of file", remove $inferior_spawn_id from the indirect list.
19065
19066 2015-04-23 Pedro Alves <palves@redhat.com>
19067
19068 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
19069
19070 2015-04-23 Pedro Alves <palves@redhat.com>
19071
19072 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
19073 on $any_spawn_id instead of only on $gdb_spawn_id.
19074
19075 2015-04-21 Pierre Muller <muller@sourceware.org>
19076
19077 PR pascal/17815
19078 * lib/pascal.exp (gpc_compile): Add new option "class".
19079 (fpc_compile): Likewise.
19080 * gdb.pascal/case-insensitive-symbols.pas: New file.
19081 * gdb.pascal/case-insensitive-symbols.exp: New file.
19082
19083 2015-04-20 Gary Benson <gbenson@redhat.com>
19084
19085 * gdb.base/attach.exp: Fix three extended remote failures.
19086
19087 2015-04-17 Gary Benson <gbenson@redhat.com>
19088
19089 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
19090 the main executable over the remote protocol.
19091
19092 2015-04-16 Pedro Alves <palves@redhat.com>
19093
19094 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
19095 a new gdbserver if gdbserver_reconnect_p is set.
19096
19097 2015-04-16 Pedro Alves <palves@redhat.com>
19098
19099 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
19100 is set, don't exit gdbserver.
19101
19102 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19103
19104 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
19105 appropriate .insn, such that an older assembler can be used.
19106 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
19107 the z/Architecture instruction set on 31-bit targets as well.
19108
19109 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
19110
19111 * gdb.go/handcall.exp: Remove all logic related to the first
19112 breakpoint and rely on go_runto_main instead.
19113 * gdb.go/strings.exp: Likewise.
19114 * gdb.go/unsafe.exp: Likewise.
19115 * gdb.go/hello.exp: Likewise. Also rename the remaining
19116 breakpoint marker to "breakpoint 1".
19117 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
19118 * gdb.go/strings.go: Likewise.
19119 * gdb.go/unsafe.go: Likewise.
19120 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
19121 "set breakpoint 2 here" and rename the remaining breakpoint marker
19122 to "breakpoint 1".
19123
19124 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
19125
19126 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
19127 if itertools.imap is not present.
19128 * gdb.python/py-objfile.exp: Add parentheses.
19129 * gdb.python/py-type.exp: Same.
19130 * gdb.python/py-unwind-maint.py: Same.
19131
19132 2015-04-15 Yao Qi <yao.qi@linaro.org>
19133
19134 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
19135 of ":$ptr_size" and set its form explicitly.
19136
19137 2015-04-15 Pedro Alves <palves@redhat.com>
19138 Yao Qi <yao.qi@linaro.org>
19139
19140 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
19141 timeout by factor of 4.
19142 (test_regular_watch): Likewise.
19143 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
19144 * gdb.reverse/sigall-reverse.exp: Likewise.
19145 * gdb.reverse/until-precsave.exp: Likewise.
19146 * lib/gdb.exp (with_timeout_factor): New proc.
19147 (gdb_expect): Move some code to ...
19148 (get_largest_timeout): ... here. New procedure.
19149
19150 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
19151
19152 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
19153
19154 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19155
19156 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
19157 to write to the .text section.
19158
19159 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
19160
19161 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
19162 Handle the case of targets that do not provide PID information.
19163
19164 2015-04-13 Yao Qi <yao.qi@linaro.org>
19165
19166 * lib/gdbserver-support.exp (gdb_exit): Catch exception
19167 and use expect instead of gdb_expect.
19168
19169 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
19170
19171 * gdb.base/coredump-filter.exp: Rename variable "addr" to
19172 "coredump_var_addr" to avoid naming conflict with other testcases.
19173
19174 2015-04-10 Pedro Alves <palves@redhat.com>
19175
19176 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
19177 gdb_test_sequence and gdb_assert.
19178
19179 2015-04-10 Pedro Alves <palves@redhat.com>
19180
19181 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
19182 test messages that don't include the breakpoint address.
19183
19184 2015-04-10 Yao Qi <yao.qi@linaro.org>
19185
19186 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
19187 false for some offset and width combinations which aren't
19188 supported by linux kernel.
19189
19190 2015-04-10 Pedro Alves <palves@redhat.com>
19191
19192 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
19193 procedure, factored out from ...
19194 (top level): ... here. Add "set displaced-stepping" testing axis.
19195 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
19196 parameter "displaced". Use it.
19197 (top level): Use foreach and add "set displaced-stepping" testing
19198 axis.
19199
19200 2015-04-10 Pedro Alves <palves@redhat.com>
19201
19202 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
19203 Remove comment.
19204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
19205 both the address of the instruction that triggers the watchpoint
19206 and the address of the instruction immediately after, and use
19207 those addresses for the test. Fix comment.
19208
19209 2015-04-10 Pedro Alves <palves@redhat.com>
19210
19211 * gdb.base/sigstep.exp (breakpoint_to_handler)
19212 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
19213 Test "backtrace" in handler.
19214 (breakpoint_over_handler): New parameter 'displaced'. Use it.
19215 (top level): Add new "displaced" test axis to
19216 breakpoint_to_handler, breakpoint_to_handler_entry and
19217 breakpoint_over_handler.
19218
19219 2015-04-10 Pedro Alves <palves@redhat.com>
19220
19221 PR gdb/18216
19222 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
19223
19224 2015-04-10 Yao Qi <yao.qi@linaro.org>
19225
19226 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
19227 (test_add_rn_pc): New function.
19228 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
19229 (top level): Invoke test_add_rn_pc.
19230
19231 2015-04-10 Pedro Alves <palves@redhat.com>
19232
19233 PR gdb/13858
19234 * gdb.base/step-over-no-symbols.exp: New file.
19235
19236 2015-04-09 Andy Wingo <wingo@igalia.com>
19237
19238 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
19239 after the Python tests.
19240
19241 2015-04-08 Keith Seitz <keiths@redhat.com>
19242
19243 PR python/16699
19244 * gdb.python/py-completion.exp: New tests for completion.
19245 * gdb.python/py-completion.py (CompleteLimit1): New class.
19246 (CompleteLimit2): Likewise.
19247 (CompleteLimit3): Likewise.
19248 (CompleteLimit4): Likewise.
19249 (CompleteLimit5): Likewise.
19250 (CompleteLimit6): Likewise.
19251 (CompleteLimit7): Likewise.
19252
19253 2015-04-08 Pedro Alves <palves@redhat.com>
19254
19255 PR gdb/18214
19256 PR gdb/18216
19257 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
19258 function.
19259 (main): Install it as SIGUSR1 handler.
19260 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
19261 parameter. Always use "setup" as prefix. Toggle "set
19262 displaced-stepping" off/on depending on global. Don't switch to
19263 thread 1 here.
19264 (top level): Add displaced stepping "off/on" test axis. Update
19265 "setup" calls. Wrap each subtest with with_test_prefix. Test
19266 continuing with a queued signal in each thread.
19267
19268 2015-04-08 Pedro Alves <palves@redhat.com>
19269
19270 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
19271 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
19272 gdb_breakpoint instead of gdb_test that doesn't expect anything.
19273 Return early if running to main fails.
19274 * gdb.trace/while-stepping.exp: Likewise.
19275
19276 2015-04-07 Pedro Alves <palves@redhat.com>
19277
19278 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
19279 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
19280 interact with inferior program.
19281
19282 2015-04-07 Pedro Alves <palves@redhat.com>
19283
19284 * lib/gdb.exp (inferior_spawn_id): New global.
19285 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
19286 spawn id after processing the user code.
19287 (default_gdb_start): Set inferior_spawn_id.
19288 (send_inferior): New procedure.
19289 * lib/gdbserver-support.exp (gdbserver_start): Set
19290 inferior_spawn_id.
19291 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
19292
19293 2015-04-07 Pedro Alves <palves@redhat.com>
19294
19295 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
19296 * lib/gdbserver-support.exp (gdbserver_start): Make
19297 $server_spawn_id global.
19298 (gdbserver_start): Don't wait for gdbserver's spawn id with
19299 expect_background.
19300 (close_gdbserver): New procedure.
19301 (gdb_exit): Rename the default version and reimplement.
19302
19303 2015-04-07 Pedro Alves <palves@redhat.com>
19304
19305 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
19306 append the substituted item, not the original item.
19307
19308 2015-04-07 Pedro Alves <palves@redhat.com>
19309
19310 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
19311 gdb_expect.
19312
19313 2015-04-07 Pedro Alves <palves@redhat.com>
19314
19315 * gdb.base/interrupt.exp: Don't handle the case of the inferior
19316 output appearing once only.
19317
19318 2015-04-07 Pedro Alves <palves@redhat.com>
19319
19320 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
19321 that doesn't expect anything. Return early if running to main
19322 fails.
19323
19324 2015-04-07 Yao Qi <yao.qi@linaro.org>
19325
19326 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
19327 (child_function): Call alarm.
19328 (main): Move call to alarm into the loop.
19329 * gdb.threads/non-stop-fair-events.exp: Build program with
19330 -DTIMEOUT=$timeout.
19331
19332 2015-04-06 Doug Evans <xdje42@gmail.com>
19333
19334 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
19335 Fix dest parameter to board_info.
19336 (fpc_compile): Ditto.
19337 (gdb_compile_pascal): Rename dest arg to destfile.
19338
19339 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
19340
19341 * gdb.ada/funcall_ref.exp: New file.
19342 * gdb.ada/funcall_ref/foo.adb: New file.
19343
19344 2015-04-02 Yao Qi <yao.qi@linaro.org>
19345
19346 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
19347 is remote.
19348
19349 2015-04-02 Gary Benson <gbenson@redhat.com>
19350
19351 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
19352
19353 2015-04-01 Sasha Smundak <asmundak@google.com>
19354
19355 * gdb.python/py-unwind-maint.c: New file.
19356 * gdb.python/py-unwind-maint.exp: New test.
19357 * gdb.python/py-unwind-maint.py: New file.
19358 * gdb.python/py-unwind.c: New file.
19359 * gdb.python/py-unwind.exp: New test.
19360 * gdb.python/py-unwind.py: New test.
19361
19362 2015-04-01 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
19365 to fail instead of non-existent $test.
19366
19367 2015-04-01 Pedro Alves <palves@redhat.com>
19368
19369 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
19370 GDBFLAGS if not empty.
19371
19372 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
19373
19374 * gdb.ada/complete.exp: Remove "multi_line".
19375 * gdb.ada/info_exc.exp: Remove "multi_line".
19376 * gdb.ada/packed_tagged.exp: Remove "multi_line".
19377 * gdb.ada/ptype_field.exp: Remove "multi_line".
19378 * gdb.ada/sym_print_name.exp: Remove "multi_line".
19379 * gdb.ada/tagged.exp: Remove "multi_line".
19380 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
19381 [multi_line ...]
19382 * gdb.btrace/delta.exp: Likewise.
19383 * gdb.btrace/exception.exp: Likewise.
19384 * gdb.btrace/function_call_history.exp: Likewise.
19385 * gdb.btrace/instruction_history.exp: Likewise.
19386 * gdb.btrace/nohist.exp: Likewise.
19387 * gdb.btrace/record_goto.exp: Likewise.
19388 * gdb.btrace/segv.exp: Likewise.
19389 * gdb.btrace/stepi.exp: Likewise.
19390 * gdb.btrace/tailcall.exp: Likewise.
19391 * gdb.btrace/unknown_functions.exp: Likewise.
19392 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
19393 * lib/gdb.exp: Add the "multi_line" helper.
19394
19395 2015-04-01 Pedro Alves <palves@redhat.com>
19396
19397 * gdb.threads/tid-reuse.c: New file.
19398 * gdb.threads/tid-reuse.exp: New file.
19399
19400 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
19401
19402 PR corefiles/16092
19403 * gdb.base/coredump-filter.c: New file.
19404 * gdb.base/coredump-filter.exp: Likewise.
19405
19406 2015-03-27 Petr Machata <pmachata@redhat.com>
19407
19408 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
19409 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
19410 (Dwarf::assemble): Initialize them.
19411 (Dwarf::lines): New function.
19412
19413 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
19414
19415 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
19416 SYMBOL_PREFIX for x86_64-*-cygwin.
19417
19418 2015-03-26 Andy Wingo <wingo@igalia.com>
19419
19420 PR symtab/18148
19421 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
19422 const_value but not a location.
19423 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
19424 location defined in non-main CUs are visible.
19425
19426 2015-03-26 Yao Qi <yao.qi@linaro.org>
19427
19428 PR testsuite/18139
19429 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
19430 Add a line number entry for the same line.
19431 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
19432 Add a line number entry for the same line.
19433
19434 2015-03-26 Yao Qi <yao.qi@linaro.org>
19435
19436 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
19437 .int 0.
19438 (func): Likewise. Add .Lfunc_1 label.
19439 Use .Lfunc_1 label.
19440 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
19441 .int 0.
19442 (func): Likewise.
19443 Use .Lfunc_1 label.
19444
19445 2015-03-26 Yao Qi <yao.qi@linaro.org>
19446
19447 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
19448 Call gdb_compile instead to compile each .s files without debug
19449 information.
19450
19451 2015-03-26 Yao Qi <yao.qi@linaro.org>
19452
19453 * gdb.base/savedregs.exp (process_saved_regs): Make
19454 "Saved registers:" optional in the pattern.
19455
19456 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19457
19458 * gdb.btrace/next.exp: Merged into step.exp.
19459 * gdb.btrace/finish.exp: Merged into step.exp.
19460 * gdb.btrace/nexti.exp: Merged into stepi.exp.
19461 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
19462 "record goto" and checking the exact replay position.
19463 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
19464 check for "Recording format" in "info record" output.
19465 * gdb.btrace/record_goto.exp: Choose test file based on target.
19466 * gdb.btrace/x86-record_goto.S: Renamed into ...
19467 * gdb.btrace/x86_64-record_goto.S: ... this.
19468 * gdb.btrace/i686-record_goto.S: New.
19469 * gdb.btrace/x86-tailcall.S: Renamed into ...
19470 * gdb.btrace/x86_64-tailcall.S: ... this.
19471 * gdb.btrace/i686-tailcall.S: New.
19472 * gdb.btrace/x86-tailcall.c: Renamed into ...
19473 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
19474 separate statements. Update test.
19475 * gdb.btrace/delta.exp: Use record_goto.c as test file.
19476 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
19477 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
19478 * gdb.btrace/tailcall.exp: Choose test file based on target.
19479 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
19480
19481 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
19482
19483 * gdb.btrace/exception.exp: Increase BTS buffer size.
19484
19485 2015-03-24 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
19488
19489 2015-03-24 Pedro Alves <palves@redhat.com>
19490
19491 * gdb.threads/schedlock.exp (test_step): No longer expect that
19492 "set scheduler-locking step" with "next" over a function call runs
19493 threads unlocked.
19494
19495 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19496
19497 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
19498
19499 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
19500
19501 PR breakpoints/16466
19502 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
19503 * gdb.mi/mi-pending.c (thread_func): New function.
19504 (int main): Add threading support required.
19505 * gdb.mi/mi-pending.exp: Add tests for this issue.
19506 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
19507 (pendfunc2): Remove stdio dependency.
19508 * gdb.mi/mi-pendshr2.c: New file.
19509
19510 2015-03-23 Keith Seitz <keiths@redhat.com>
19511
19512 * gdb.linespec/keywords.c: New file.
19513 * gdb.linespec/keywords.exp: New file.
19514
19515 2015-03-23 Keith Seitz <keiths@redhat.com>
19516
19517 PR gdb/18021
19518 * gdb.dwarf2/staticvirtual.exp: New test.
19519
19520 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
19521
19522 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
19523 * README: Remove HP-UX and gdb.hp.
19524 (configuration):
19525 * configure: Regenerate.
19526 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
19527 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
19528 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
19529 gdb.hp/gdb.defects/Makefile.
19530 * gdb.hp/Makefile.in: File deleted.
19531 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
19532 * gdb.hp/gdb.aCC/optimize.c: File deleted.
19533 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
19534 * gdb.hp/gdb.aCC/run.c: File deleted.
19535 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
19536 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
19537 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
19538 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
19539 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
19540 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
19541 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
19542 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
19543 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
19544 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
19545 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
19546 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
19547 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
19548 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
19549 * gdb.hp/gdb.base-hp/reg.s: File deleted.
19550 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
19551 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
19552 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
19553 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
19554 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
19555 * gdb.hp/gdb.compat/Makefile.in: File deleted.
19556 * gdb.hp/gdb.compat/average.c: File deleted.
19557 * gdb.hp/gdb.compat/sum.c: File deleted.
19558 * gdb.hp/gdb.compat/xdb.c: File deleted.
19559 * gdb.hp/gdb.compat/xdb0.c: File deleted.
19560 * gdb.hp/gdb.compat/xdb0.h: File deleted.
19561 * gdb.hp/gdb.compat/xdb1.c: File deleted.
19562 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
19563 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
19564 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
19565 * gdb.hp/gdb.defects/Makefile.in: File deleted.
19566 * gdb.hp/gdb.defects/bs14602.c: File deleted.
19567 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
19568 * gdb.hp/gdb.defects/solib-d.c: File deleted.
19569 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
19570 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
19571 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
19572 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
19573 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
19574 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
19575 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
19576 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
19577 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
19578 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
19579 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
19580 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
19581 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
19582 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
19583 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
19584 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
19585 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
19586 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
19587 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
19588 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
19589 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
19590 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
19591 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
19592 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
19593 * gdb.hp/tools/odump: File deleted.
19594
19595 2015-03-19 Pedro Alves <palves@redhat.com>
19596
19597 * gdb.threads/continue-pending-status.exp (saw_thread_2)
19598 (saw_thread_3): New globals.
19599 (top level): Increment them when an event for the corresponding
19600 thread is seen.
19601 (no thread starvation): New test.
19602
19603 2015-03-19 Pedro Alves <palves@redhat.com>
19604
19605 * gdb.threads/continue-pending-status.c: New file.
19606 * gdb.threads/continue-pending-status.exp: New file.
19607
19608 2015-03-18 Pedro Alves <palves@redhat.com>
19609
19610 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
19611 Use gdb_is_target_remote instead of is_remote. Use
19612 gdb_test_multiple instead of gdb_expect. Exit early if
19613 gdb_test_multiple hits its internal matches. Tighten stepi tests
19614 expected output. Fail on exit with any signal, instead of just
19615 SIGILL.
19616
19617 2015-03-18 Yao Qi <yao.qi@linaro.org>
19618
19619 PR tdep/18107
19620 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
19621 variable.
19622 * gdb.base/catch-syscall.exp: Don't skip it on
19623 aarch64*-*-linux* target. Remove elements in all_syscalls.
19624 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
19625 target.
19626 (setup_all_syscalls): New proc.
19627
19628 2015-03-16 Yao Qi <yao.qi@linaro.org>
19629
19630 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
19631 (top level): Skip tests if valid_addr_p returns false for
19632 $cmd1 or $cmd2.
19633
19634 2015-03-11 Andy Wingo <wingo@igalia.com>
19635
19636 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
19637
19638 2015-03-11 Yao Qi <yao.qi@linaro.org>
19639
19640 * gdb.base/catch-syscall.exp: Fix typo in comments.
19641
19642 2015-03-11 Yao Qi <yao.qi@linaro.org>
19643
19644 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
19645
19646 2015-03-09 Pedro Alves <palves@redhat.com>
19647
19648 * dg-extract-results.py: Delete.
19649
19650 2015-03-09 Pedro Alves <palves@redhat.com>
19651
19652 Merge dg-extract-results.sh from GCC upstream (r218843).
19653
19654 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
19655 * dg-extract-results.sh: Use --text with grep to avoid issues with
19656 binary files. Fall back to cat -v, if that doesn't work.
19657
19658 2015-03-05 Pedro Alves <palves@redhat.com>
19659
19660 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
19661
19662 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
19663
19664 * lib/mi-support.exp (mi_expect_interrupt): Accept
19665 alternative event for when in all-stop mode.
19666
19667 2015-03-04 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
19670
19671 2015-03-04 Mark Kettenis <kettenis@gnu.org>
19672
19673 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
19674
19675 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19676
19677 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
19678 regexps for GDB's current line display, accept a hex address
19679 preceding the line number.
19680
19681 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
19682
19683 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
19684 the 'arch1' variable for "s390*-linux*" targets.
19685
19686 2015-03-04 Pedro Alves <palves@redhat.com>
19687
19688 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
19689 (main): Pass missing retval argument to pthread_join call.
19690
19691 2015-03-02 Pedro Alves <palves@redhat.com>
19692
19693 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
19694 (top level): Call do_test with non-stop as well.
19695
19696 2015-03-02 Pedro Alves <palves@redhat.com>
19697
19698 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
19699 -1.
19700
19701 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
19702
19703 * gdb.arch/s390-vregs.exp: New test.
19704 * gdb.arch/s390-vregs.S: New file.
19705
19706 2015-02-27 Pedro Alves <palves@redhat.com>
19707
19708 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
19709 call to catch_command_errors.
19710 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
19711 catch_command_errors.
19712
19713 2015-02-27 Pedro Alves <palves@redhat.com>
19714
19715 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
19716 "true" for boolean result.
19717 * gdb.gdb/selftest.exp (test_with_self): Also accept full
19718 prototype of main.
19719
19720 2015-02-27 Pedro Alves <palves@redhat.com>
19721
19722 * lib/unbuffer_output.c: New file.
19723 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
19724 (main): Call gdb_unbuffer_output.
19725
19726 2015-02-27 Yao Qi <yao.qi@linaro.org>
19727
19728 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
19729 target.
19730
19731 2015-02-26 Doug Evans <dje@google.com>
19732
19733 * gdb.cp/class2.cc (Dbase, D): New classes.
19734 (main): New local delta.
19735 * gdb.cp/class2.exp: Test printing delta.
19736 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
19737 (dynbar): New global.
19738 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
19739
19740 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19741
19742 * gdb.compile/compile-ifunc.c: New file.
19743 * gdb.compile/compile-ifunc.exp: New file.
19744
19745 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
19746
19747 * gdb.base/structs.exp: Check for correct struct on finish.
19748
19749 2015-02-26 Yao Qi <yao.qi@linaro.org>
19750
19751 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
19752 is zero.
19753
19754 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
19755
19756 * gdb.arch/cordic.ko.bz2: New file.
19757 * gdb.arch/cordic.ko.debug.bz2: New file.
19758 * gdb.arch/ppc64-symtab-cordic.exp: New file.
19759
19760 2015-02-25 Yao Qi <yao.qi@linaro.org>
19761
19762 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
19763 aarch64*-*-* target.
19764
19765 2015-02-23 Pedro Alves <palves@redhat.com>
19766
19767 * lib/gdb.exp (delete_breakpoints): Rewrite using
19768 gdb_test_multiple.
19769
19770 2015-02-23 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.base/info-os.c: Include stdlib.h.
19773
19774 2015-02-22 Doug Evans <xdje42@gmail.com>
19775
19776 PR symtab/17855
19777 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
19778 is read after symbols have been re-read.
19779 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
19780 * gdb.ada/exec_changed/second.adb (Second): Ditto.
19781
19782 2015-02-21 Doug Evans <dje@google.com>
19783
19784 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
19785
19786 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19787
19788 PR corefiles/17808
19789 * gdb.arch/i386-biarch-core.core.bz2: New file.
19790 * gdb.arch/i386-biarch-core.exp: New file.
19791
19792 2015-02-21 Pedro Alves <palves@redhat.com>
19793
19794 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
19795 runto_main fails.
19796
19797 2015-02-20 Pedro Alves <palves@redhat.com>
19798
19799 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
19800 info probes.
19801
19802 2015-02-20 Pedro Alves <palves@redhat.com>
19803
19804 * gdb.threads/multi-create-ns-info-thr.exp: New file.
19805
19806 2015-02-20 Pedro Alves <palves@redhat.com>
19807
19808 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
19809 clean_restart before gdb_target_supports_trace.
19810
19811 2015-02-20 Pedro Alves <palves@redhat.com>
19812
19813 PR threads/18006
19814 * gdb.threads/clone-thread_db.c: New file.
19815 * gdb.threads/clone-thread_db.exp: New file.
19816
19817 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
19818
19819 PR breakpoints/16812
19820 * gdb.base/catch-gdb-caused-signals.c: New file.
19821 * gdb.base/catch-gdb-caused-signals.exp: New file.
19822
19823 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
19824
19825 * configure: Regenerated.
19826 * configure.ac: Use GDB_AC_TRANSFORM.
19827 * aclocal.m4: sinclude ../transform.m4.
19828
19829 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19830
19831 * lib/dtrace.exp: New file.
19832 * gdb.base/dtrace-probe.exp: Likewise.
19833 * gdb.base/dtrace-probe.d: Likewise.
19834 * gdb.base/dtrace-probe.c: Likewise.
19835 * lib/pdtrace.in: Likewise.
19836 * configure.ac: Output variables with the transformed names of
19837 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
19838 * configure: Regenerated.
19839
19840 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
19841
19842 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
19843 expected message when trying to access $_probe_* convenience
19844 variables while not on a probe.
19845
19846 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19847
19848 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
19849
19850 2015-02-11 Pedro Alves <pedro@codesourcery.com>
19851
19852 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
19853 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
19854
19855 2015-02-10 Doug Evans <xdje42@gmail.com>
19856
19857 * lib/gdb.exp (gdb_load): Always return a result.
19858
19859 2015-02-10 Pedro Alves <palves@redhat.com>
19860
19861 * gdb.threads/signal-sigtrap.c: New file.
19862 * gdb.threads/signal-sigtrap.exp: New file.
19863
19864 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
19865
19866 * gdb.trace/no-attach-trace.c: New file.
19867 * gdb.trace/no-attach-trace.exp: New file.
19868
19869 2015-02-09 Mark Wielaard <mjw@redhat.com>
19870
19871 * gdb.dwarf2/atomic.c: New file.
19872 * gdb.dwarf2/atomic-type.exp: Likewise.
19873
19874 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19875
19876 * gdb.btrace/buffer-size.exp: Update "info record" output.
19877 * gdb.btrace/delta.exp: Update "info record" output.
19878 * gdb.btrace/enable.exp: Update "info record" output.
19879 * gdb.btrace/finish.exp: Update "info record" output.
19880 * gdb.btrace/instruction_history.exp: Update "info record" output.
19881 * gdb.btrace/next.exp: Update "info record" output.
19882 * gdb.btrace/nexti.exp: Update "info record" output.
19883 * gdb.btrace/step.exp: Update "info record" output.
19884 * gdb.btrace/stepi.exp: Update "info record" output.
19885 * gdb.btrace/nohist.exp: Update "info record" output.
19886
19887 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19888
19889 * gdb.btrace/buffer-size: New.
19890
19891 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
19892
19893 * gdb.btrace/delta.exp: Update "info record" output.
19894 * gdb.btrace/enable.exp: Update "info record" output.
19895 * gdb.btrace/finish.exp: Update "info record" output.
19896 * gdb.btrace/instruction_history.exp: Update "info record" output.
19897 * gdb.btrace/next.exp: Update "info record" output.
19898 * gdb.btrace/nexti.exp: Update "info record" output.
19899 * gdb.btrace/step.exp: Update "info record" output.
19900 * gdb.btrace/stepi.exp: Update "info record" output.
19901 * gdb.btrace/nohist.exp: Update "info record" output.
19902
19903 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
19904
19905 PR gdb/15678
19906 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
19907
19908 2015-02-06 Pedro Alves <palves@redhat.com>
19909
19910 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
19911 macro.
19912 (seconds_left, again): New globals.
19913 (main): Wait seconds_left in a 1-second sleep loop instead of
19914 sleeping 180 seconds. If 'again' is set, reset the seconds
19915 counter.
19916 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
19917 'again' in the inferior before detaching. Print the seconds left.
19918 (options): New global.
19919 (top level): Build program with -DTIMEOUT=$timeout.
19920
19921 2015-02-06 Pedro Alves <palves@redhat.com>
19922
19923 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
19924 determine how many seconds to pass to 'alarm'.
19925 * gdb.base/gdb-sigterm.exp (top level): Build program with
19926 -DTIMEOUT=$timeout.
19927 (do_test): Return success/failure indication. Add more verbose
19928 logging. Don't fail if 200 single steps are seen. Instead, fail
19929 when the test times out.
19930 (passes): New global.
19931 (top level): Break the testing loop if testing fails on any
19932 iteration. Use gdb_assert.
19933
19934 2015-02-04 Don Breazeal <donb@codesourcery.com>
19935
19936 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
19937 and initialize them.
19938 (ipc_cleanup): New function.
19939 (main): Don't declare shmid, semid, and msqid. Add a call to
19940 atexit so that we call ipc_cleanup on exit.
19941
19942 2015-02-04 Pedro Alves <palves@redhat.com>
19943
19944 * boards/native-extended-gdbserver.exp: Remove any target variant
19945 specifications from the board name before clearing the isremote
19946 flag from board_info.
19947
19948 2015-01-31 Doug Evans <xdje42@gmail.com>
19949
19950 * gdb.base/maint.exp <maint print type argc>: Update expected output.
19951
19952 2015-01-31 Gary Benson <gbenson@redhat.com>
19953
19954 * gdb.base/completion.exp: Disable completion limiting for
19955 existing tests. Add new tests to check completion limiting.
19956 * gdb.linespec/ls-errs.exp: Disable completion limiting.
19957
19958 2015-01-31 Doug Evans <xdje42@gmail.com>
19959
19960 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
19961
19962 2015-01-31 Doug Evans <xdje42@gmail.com>
19963
19964 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
19965 entries. Duplicate file section script entries.
19966 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
19967 inlined entries. Add test for safe-path rejection.
19968 * gdb.python/py-section-script.c: Add duplicate inlined section script
19969 entries. Duplicate file section script entries.
19970 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
19971 inlined entries. Add test for safe-path rejection.
19972
19973 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19974
19975 * gdb.ada/disc_arr_bound: New testcase.
19976
19977 2015-01-29 Joel Brobecker <brobecker@adacore.com>
19978
19979 * gdb.ada/mi_var_array: New testcase.
19980
19981 2015-01-27 Doug Evans <dje@google.com>
19982
19983 * gdb.python/py-objfile.exp: Add tests for objfile.username.
19984 Add test for objfile.filename, objfile.username after objfile
19985 has been unloaded.
19986
19987 2015-01-26 Joel Brobecker <brobecker@adacore.com>
19988
19989 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
19990 the second test to print the name attribute of value
19991 returned by the call to gdb.lookup_type, and adjust
19992 the expected output accordingly.
19993
19994 2015-01-25 Mark Wielaard <mjw@redhat.com>
19995
19996 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
19997 * gdb.base/disp-step-fork.c: Include unistd.h.
19998 * gdb.base/siginfo-obj.c: Include stdio.h.
19999 * gdb.base/siginfo-thread.c: Likewise.
20000 * gdb.mi/non-stop.c: Include unistd.h.
20001 * gdb.mi/nsthrexec.c: Include stdio.h.
20002 * gdb.mi/pthreads.c: Include unistd.h.
20003 * gdb.modula2/unbounded1.c (main): Declare returns int.
20004 * gdb.reverse/consecutive-reverse.c: Likewise.
20005 * gdb.threads/create-fail.c: Include unistd.h.
20006 * gdb.threads/killed.c: Likewise.
20007 * gdb.threads/linux-dp.c: Likewise.
20008 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
20009 * gdb.threads/non-ldr-exc-2.c: Likewise.
20010 * gdb.threads/non-ldr-exc-3.c: Likewise.
20011 * gdb.threads/non-ldr-exc-4.c: Likewise.
20012 * gdb.threads/pthreads.c: Include unistd.h.
20013 (main): Declare returns int.
20014 * gdb.threads/tls-main.c (foo): New declaration.
20015 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
20016
20017 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
20018
20019 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
20020 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
20021
20022 2015-01-15 Mark Wielaard <mjw@redhat.com>
20023
20024 * gdb.base/noreturn-return.c: New file.
20025 * gdb.base/noreturn-return.exp: New file.
20026 * gdb.base/noreturn-finish.c: New file.
20027 * gdb.base/noreturn-finish.exp: New file.
20028
20029 2015-01-23 Pedro Alves <palves@redhat.com>
20030
20031 * gdb.threads/continue-pending-after-query.c: New file.
20032 * gdb.threads/continue-pending-after-query.exp: New file.
20033
20034 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
20035 Simon Marchi <simon.marchi@ericsson.com>
20036
20037 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
20038 * gdb.base/valgrind-db-attach.exp: Same.
20039 * gdb.base/valgrind-infcall.exp: Same.
20040 * lib/mi-support.exp (default_mi_gdb_start): Same.
20041 * lib/prompt.exp (default_prompt_gdb_start): Same.
20042 * lib/gdb.exp (default_gdb_spawn): Same.
20043 (gdb_interact): New.
20044
20045
20046 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20047
20048 * gdb.compile/compile.exp (pointer to jit function): New test.
20049
20050 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
20051
20052 * lib/gdb.exp (supports_process_record): Return true for
20053 powerpc*-*-linux*.
20054 (supports_reverse): Likewise.
20055
20056 2015-01-15 Don Breazeal <donb@codesourcery.com>
20057
20058 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
20059 instead of checking whether the target board is remote and
20060 use spawn_wait_for_attach instead of exec/sleep.
20061 * gdb.base/attach-twice.exp: Likewise.
20062
20063 2015-01-15 Joel Brobecker <brobecker@adacore.com>
20064
20065 * gdb.ada/var_arr_attrs: New testcase.
20066
20067 2015-01-14 Pedro Alves <palves@redhat.com>
20068 Joel Brobecker <brobecker@adacore.com>
20069
20070 PR gdb/17525
20071 * gdb.base/bp-cmds-execution-x-script.c: New file.
20072 * gdb.base/bp-cmds-execution-x-script.exp: New file.
20073 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
20074
20075 2015-01-14 Pedro Alves <palves@redhat.com>
20076
20077 PR cli/17828
20078 * gdb.base/batch-preserve-term-settings.c: New file.
20079 * gdb.base/batch-preserve-term-settings.exp: New file.
20080
20081 2015-01-13 Doug Evans <dje@google.com>
20082
20083 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
20084 binary.
20085
20086 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20087
20088 * Makefile.in (clean mostlyclean): Do not delete *.py.
20089
20090 2015-01-13 Joel Brobecker <brobecker@adacore.com>
20091
20092 * gdb.python/py-lookup-type.exp: New file.
20093
20094 2015-01-12 Pedro Alves <palves@redhat.com>
20095
20096 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
20097 restore GDBFLAGS before returning.
20098
20099 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
20100
20101 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
20102 is_amd64_regs_target and is_x86_like_target.
20103
20104 2015-01-11 Doug Evans <xdje42@gmail.com>
20105
20106 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
20107 is given without an explicit form.
20108 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
20109 attributes.
20110 * gdb.dwarf/corrupt.exp: Ditto.
20111 * gdb.dwarf2/enum-type.exp: Ditto.
20112 * gdb.trace/entry-values.exp: Ditto.
20113 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
20114
20115 2015-01-11 Doug Evans <xdje42@gmail.com>
20116
20117 PR gdb/15830
20118 * gdb.base/maint.exp: Remove references to "maint demangle".
20119 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
20120 Add tests for explicitly specifying language to demangle.
20121 * gdb.dlang/demangle.exp: Ditto.
20122
20123 2015-01-09 Pedro Alves <palves@redhat.com>
20124
20125 * gdb.threads/non-stop-fair-events.c: New file.
20126 * gdb.threads/non-stop-fair-events.exp: New file.
20127
20128 2015-01-09 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
20131 the global scope. Set a breakpoint after all threads are started
20132 rather than stepping over two source lines. Expect the prompt.
20133 * gdb.base/watch_thread_num.c (threads_started_barrier): New
20134 global.
20135 (NUM): Now 15.
20136 (main): Use threads_started_barrier to wait for all threads to
20137 start. Main thread no longer calls thread_function. Exit after
20138 180 seconds.
20139 (loop): New function.
20140 (thread_function): Wait on threads_started_barrier barrier. Call
20141 'loop' at each iteration.
20142 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
20143 threads have started, instead of hardcoding number of "next"
20144 steps. Use an access watchpoint instead of a write watchpoint.
20145
20146 2015-01-09 Pedro Alves <palves@redhat.com>
20147
20148 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
20149 (thread_func): Wait on barrier.
20150 (main): Wait for all threads to start before stopping GDB.
20151 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
20152 global.
20153 (thread1_func, thread2_func): Wait on barrier.
20154 (main): Wait for all threads to start before stopping GDB.
20155 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
20156 New global.
20157 (thread1_func, thread2_func): Wait on barrier.
20158 (main): Wait for all threads to start before stopping GDB.
20159
20160 2015-01-09 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.threads/attach-many-short-lived-threads.c: New file.
20163 * gdb.threads/attach-many-short-lived-threads.exp: New file.
20164
20165 2014-01-09 Pedro Alves <palves@redhat.com>
20166
20167 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
20168 instead of to thread 2.
20169 * gdb.threads/signal-command-multiple-signals-pending.c (main):
20170 Add barrier around each pthread_create call instead of around all
20171 calls.
20172 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
20173 Set a break on thread_function and have the child threads hit it
20174 one at at a time.
20175
20176 2015-01-09 Pedro Alves <palves@redhat.com>
20177
20178 * lib/gdb.exp (can_spawn_for_attach): New procedure.
20179 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
20180 false.
20181 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
20182 checking whether the target board is remote.
20183 * gdb.multi/multi-attach.exp: Likewise.
20184 * gdb.python/py-sync-interp.exp: Likewise.
20185 * gdb.server/ext-attach.exp: Likewise.
20186 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
20187 tests that need to attach, instead of checking whether the target
20188 board is remote at the top of the file.
20189
20190 2015-01-08 Yao Qi <yao@codesourcery.com>
20191
20192 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
20193
20194 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20195
20196 Fix testcase compilation.
20197 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
20198
20199 2015-01-06 Joel Brobecker <brobecker@adacore.com>
20200
20201 * gdb.python/py-type.exp: Add a couple test about empty
20202 array creation, and negative-length array creation.
20203
20204 2015-01-02 Doug Evans <xdje42@gmail.com>
20205
20206 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
20207
20208 2015-01-02 Doug Evans <dje@google.com>
20209
20210 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
20211
20212 2014-12-29 Yao Qi <yao@codesourcery.com>
20213
20214 * gdb.trace/entry-values.exp: Update comments. Rename variable
20215 bar_call_foo to returned_from_foo.
20216
20217 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
20218
20219 PR gdb/17394
20220 * gdb.linespec/break-asm-file.c: New file.
20221 * gdb.linespec/break-asm-file.exp: New file.
20222 * gdb.linespec/break-asm-file0.s: New file.
20223 * gdb.linespec/break-asm-file1.s: New file.
20224
20225 2014-12-18 Nigel Stephens <nigel@mips.com>
20226 Maciej W. Rozycki <macro@codesourcery.com>
20227
20228 * gdb.base/float.exp: Handle the new output from "info float" on
20229 MIPS targets.
20230
20231 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20232
20233 Fix MinGW compilation.
20234 * gdb.compile/compile-ops.exp: Update untested message if
20235 !skip_compile_feature_tests.
20236 * gdb.compile/compile-setjmp.exp: Likewise.
20237 * gdb.compile/compile-tls.exp: Likewise.
20238 * gdb.compile/compile.exp: Likewise.
20239 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
20240 supported on this host".
20241
20242 2014-12-16 Doug Evans <xdje42@gmail.com>
20243
20244 * boards/stabs.exp: New file.
20245
20246 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
20247
20248 * gdb.base/completion.exp: Adjust to format changes of "maint
20249 print user-registers".
20250
20251 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
20252
20253 PR server/17457
20254 * gdb.arch/aarch64-fp.c: New file.
20255 * gdb.arch/aarch64-fp.exp: New file.
20256
20257 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
20258
20259 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
20260 r210637, r210913, r211666, r215400, r215817).
20261
20262 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
20263 * dg-extract-results.py: New file.
20264 * dg-extract-results.sh: Use it if the environment seems
20265 suitable.
20266
20267 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
20268
20269 * dg-extract-results.py (parse_run): Handle warnings that
20270 are printed before a test harness is run.
20271
20272 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
20273
20274 * dg-extract-results.py (Named): Remove __cmp__ method.
20275 (output_variation): Use a key to sort variation.harnesses.
20276
20277 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
20278
20279 * dg-extract-results.py: For Python 3, force sys.stdout to
20280 handle surrogate escape sequences.
20281 (safe_open): New function.
20282 (output_segment, main): Use it.
20283
20284 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
20285
20286 * dg-extract-results.py (Prog.result_re): Include options
20287 in test name.
20288
20289 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
20290
20291 * dg-extract-results.py (output_variation): Always sort if
20292 do_sum.
20293
20294 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
20295
20296 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
20297 as long as we get pagination notifications.
20298
20299 2014-12-15 Jason Merrill <jason@redhat.com>
20300
20301 * Makefile.in (check-gdb.%): Restore.
20302 * README: Mention it.
20303
20304 2014-12-13 Joel Brobecker <brobecker@adacore.com>
20305
20306 * gdb.ada/str_uninit: New testcase.
20307
20308 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
20309
20310 PR symtab/17642
20311 * gdb.base/vla-stub-define.c: New file.
20312 * gdb.base/vla-stub.c: New file.
20313 * gdb.base/vla-stub.exp: New file.
20314
20315 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
20316 Jan Kratochvil <jan.kratochvil@redhat.com>
20317 Tom Tromey <tromey@redhat.com>
20318
20319 * configure.ac: Add gdb.compile/.
20320 * configure: Regenerate.
20321 * gdb.compile/Makefile.in: New file.
20322 * gdb.compile/compile-ops.exp: New file.
20323 * gdb.compile/compile-ops.c: New file.
20324 * gdb.compile/compile-tls.c: New file.
20325 * gdb.compile/compile-tls.exp: New file.
20326 * gdb.compile/compile-constvar.S: New file.
20327 * gdb.compile/compile-constvar.c: New file.
20328 * gdb.compile/compile-mod.c: New file.
20329 * gdb.compile/compile-nodebug.c: New file.
20330 * gdb.compile/compile-setjmp-mod.c: New file.
20331 * gdb.compile/compile-setjmp.c: New file.
20332 * gdb.compile/compile-setjmp.exp: New file.
20333 * gdb.compile/compile-shlib.c: New file.
20334 * gdb.compile/compile.c: New file.
20335 * gdb.compile/compile.exp: New file.
20336 * lib/gdb.exp (skip_compile_feature_tests): New proc.
20337
20338 2014-12-12 Tom Tromey <tromey@redhat.com>
20339
20340 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
20341 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
20342
20343 2014-12-12 Doug Evans <dje@google.com>
20344
20345 * lib/gdb-python.exp (get_python_valueof): New function.
20346 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
20347
20348 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20349
20350 * gdb.base/completion.exp: Add test for completion of "info
20351 registers ".
20352
20353 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
20354
20355 * gdb.base/func-ptrs.c: New file.
20356 * gdb.base/func-ptrs.exp: New file.
20357
20358 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20359
20360 PR breakpoints/17012
20361 * gdb.base/dprintf-detach.c: New file.
20362 * gdb.base/dprintf-detach.exp: New file.
20363
20364 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
20365
20366 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
20367 * lib/gdb.exp (target_is_gdbserver): New procedure.
20368
20369 2014-12-08 Doug Evans <dje@google.com>
20370
20371 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
20372
20373 2014-12-05 Yao Qi <yao@codesourcery.com>
20374
20375 * gdb.guile/scm-error.exp: Remove the third argument to
20376 gdb_remote_download.
20377 * gdb.guile/scm-frame-args.exp: Likewise.
20378 * gdb.guile/scm-section-script.exp: Likewise.
20379
20380 2014-12-05 Yao Qi <yao@codesourcery.com>
20381
20382 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
20383
20384 2014-12-04 Doug Evans <dje@google.com>
20385
20386 * gdb.python/py-objfile.exp: Add tests for
20387 objfile.add_separate_debug_file.
20388
20389 2014-12-04 Doug Evans <dje@google.com>
20390
20391 * lib/gdb.exp (get_build_id): New function.
20392 (build_id_debug_filename_get): Rewrite to use it.
20393 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
20394
20395 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
20396
20397 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
20398 `method(long)', not just 0x0.
20399 * gdb.cp/nsalias.exp: Align code labels to 4.
20400 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
20401 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
20402 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
20403 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
20404 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
20405 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
20406
20407 2014-12-02 Doug Evans <dje@google.com>
20408
20409 PR symtab/17602
20410 * gdb.cp/anon-ns.cc: Move guts of this file to ...
20411 * gdb.cp/anon-ns2.cc: ... here. New file.
20412 * gdb.cp/anon-ns.exp: Update.
20413
20414 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
20415
20416 * gdb.python/py-events.py (inferior_call_handler): New.
20417 (register_changed_handler, memory_changed_handler): New.
20418 (test_events.invoke): Register new handlers.
20419 * gdb.python/py-events.exp: Add tests for inferior call,
20420 memory_changed and register_changed events.
20421
20422 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
20423
20424 * gdb.base/execl-update-breakpoints.exp: Specify the link address
20425 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
20426 if the linker doesn't understand this.
20427
20428 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
20429
20430 * gdb.python/python.exp: Change expected reply to help().
20431
20432 2014-12-01 Yao Qi <yao@codesourcery.com>
20433
20434 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
20435 AC_CONFIG_SUBDIRS(gdb.gdbtk).
20436 * configure: Re-generated.
20437
20438 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
20439
20440 * gdb.cp/chained-calls.cc: New file.
20441 * gdb.cp/chained-calls.exp: New file.
20442 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
20443
20444 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
20445
20446 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
20447 * gdb.dwarf2/symtab-producer.exp: Same.
20448 * gdb.gdb/python-interrupts.exp: Same.
20449 * gdb.gdb/python-selftest.exp: Same.
20450 * gdb.python/py-linetable.exp: Same.
20451 * gdb.python/py-type.exp: Same.
20452 * gdb.python/py-value-cc.exp: Same.
20453 * gdb.python/py-value.exp: Same.
20454
20455 2014-11-28 Yao Qi <yao@codesourcery.com>
20456
20457 * gdb.base/break-probes.exp: Match library name prefixed with
20458 sysroot.
20459
20460 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
20461
20462 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
20463 test expected output. Add parentheses for the call to print.
20464 Remove L suffix from integers.
20465
20466 2014-11-26 Doug Evans <dje@google.com>
20467
20468 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
20469
20470 2014-11-22 Yao Qi <yao@codesourcery.com>
20471
20472 * gdb.trace/entry-values.c: Remove asms.
20473 (foo): Add foo_label.
20474 (bar): Add bar_label.
20475 * gdb.trace/entry-values.exp: Remove code computing foo's
20476 length and bar's length.
20477 (Dwarf::assemble): Invoke function_range for bar and use
20478 MACRO_AT_func for foo.
20479
20480 2014-11-22 Yao Qi <yao@codesourcery.com>
20481
20482 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
20483 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
20484 Use .Lgcc43_procstart instead of gcc43.
20485
20486 2014-11-21 Joel Brobecker <brobecker@adacore.com>
20487
20488 * gdb.ada/n_arr_bound: New testcase.
20489
20490 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
20491
20492 PR breakpoints/10737
20493 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
20494 test_catch_syscall_multi_arch.
20495 (test_catch_syscall_multi_arch): New function.
20496
20497 2014-11-20 Doug Evans <xdje42@gmail.com>
20498
20499 * gdb.base/maint.exp: Update expected output.
20500
20501 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
20502
20503 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
20504 4-byte instruction on S390.
20505
20506 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20507
20508 * gdb.ada/arr_arr: New testcase.
20509
20510 2014-11-19 Joel Brobecker <brobecker@adacore.com>
20511
20512 * gdb.ada/pkd_arr_elem: New Testcase.
20513
20514 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
20515
20516 * gdb.reverse/break-precsave: Expect completion message for
20517 core file reads.
20518 * gdb.reverse/consecutive-precsave.exp: Likewise.
20519 * gdb.reverse/finish-precsave.exp: Likewise.
20520 * gdb.reverse/i386-precsave.exp: Likewise.
20521 * gdb.reverse/machinestate-precsave.exp: Likewise.
20522 * gdb.reverse/sigall-precsave.exp: Likewise.
20523 * gdb.reverse/solib-precsave.exp: Likewise.
20524 * gdb.reverse/step-precsave.exp: Likewise.
20525 * gdb.reverse/until-precsave.exp: Likewise.
20526 * gdb.reverse/watch-precsave.exp: Likewise.
20527
20528 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20529
20530 * gdb.base/bp-permanent.c: Include unistd.h.
20531 * gdb.python/py-framefilter-mi.c (main): Add return type.
20532 * gdb.python/py-framefilter.c (main): Likewise.
20533 * gdb.trace/actions-changed.c (main): Likewise.
20534
20535 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20536
20537 * gdb.mi/until.c: Add eye-catchers.
20538 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
20539 line numbers.
20540
20541 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
20542
20543 * gdb.base/condbreak.exp: Drop references to removed non-prototype
20544 function header variants in break1.c.
20545 * gdb.base/ena-dis-br.exp: Likewise.
20546 * gdb.base/hbreak2.exp: Likewise.
20547 * gdb.reverse/until-precsave.exp: Drop references to removed
20548 non-prototype function header variants in ur1.c.
20549 * gdb.reverse/until-reverse.exp: Likewise.
20550
20551 2014-11-17 Petr Machata <pmachata@redhat.com>
20552
20553 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
20554 ${_cu_offset_size} bytes abbrev offset.
20555
20556 2014-11-15 Doug Evans <xdje42@gmail.com>
20557
20558 PR symtab/17559
20559 * gdb.base/line-symtabs.exp: New file.
20560 * gdb.base/line-symtabs.c: New file.
20561 * gdb.base/line-symtabs.h: New file.
20562
20563 2014-11-14 Yao Qi <yao@codesourcery.com>
20564
20565 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
20566 (func): Add label func_label.
20567 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
20568 Replace low_pc and high_pc with MACRO_AT_range.
20569 Replace name, low_pc and high_pc with MACRO_AT_func.
20570
20571 2014-11-14 Yao Qi <yao@codesourcery.com>
20572
20573 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
20574 Replace name, low_pc and high_pc with MACRO_AT_func.
20575
20576 2014-11-14 Yao Qi <yao@codesourcery.com>
20577
20578 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
20579 produce debug information.
20580 * gdb.dwarf2/implptr-optimized-out.S: Removed.
20581
20582 2014-11-14 Yao Qi <yao@codesourcery.com>
20583
20584 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
20585 object and get function length.
20586 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
20587 with MACRO_AT_func.
20588 (top-level): Replace gdb_compile and clean_restart with
20589 prepare_for_testing.
20590 * gdb.dwarf2/main.c (main): Add label main_label.
20591
20592 2014-11-14 Yao Qi <yao@codesourcery.com>
20593
20594 * lib/dwarf.exp (function_range): New procedure.
20595 (Dwarf::_handle_macro_at_func): New procedure.
20596 (Dwarf::_handle_macro_at_range): New procedure.
20597 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
20598
20599 2014-11-14 Yao Qi <yao@codesourcery.com>
20600
20601 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
20602 (_handle_attribute): New procedure.
20603
20604 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20605
20606 * gdb.ada/cond_lang/foo.c (callme): Add return type.
20607 * gdb.base/call-sc.c (zed): Likewise.
20608 * gdb.base/checkpoint.c (main): Likewise.
20609 * gdb.base/dump.c (main): Likewise.
20610 * gdb.base/gcore.c (main): Likewise.
20611 * gdb.base/huge.c (main): Likewise.
20612 * gdb.base/multi-forks.c (main): Likewise.
20613 * gdb.base/pr10179-a.c (main): Likewise.
20614 * gdb.base/savedregs.c (main): Likewise.
20615 * gdb.base/sigaltstack.c (main): Likewise.
20616 * gdb.base/siginfo.c (main): Likewise.
20617 * gdb.base/structs.c (zed): Likewise.
20618 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
20619 * gdb.mi/mi-syn-frame.c (main): Likewise.
20620 * gdb.mi/until.c (foo, main): Likewise.
20621 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
20622 * gdb.base/solib-weak.c (foo): Declare.
20623 * gdb.base/attach-twice.c: Include stdio.h.
20624 * gdb.base/weaklib1.c: Likewise.
20625 * gdb.base/weaklib2.c: Likewise.
20626 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
20627 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
20628 unistd.h.
20629 * gdb.base/attach-pie-misread.c: Include stdlib.h.
20630 * gdb.mi/mi-exit-code.c: Likewise.
20631 * gdb.base/break-interp-lib.c: Include string.h.
20632 * gdb.base/coremaker.c: Likewise.
20633 * gdb.base/testenv.c: Likewise.
20634 * gdb.python/py-finish-breakpoint.c: Likewise.
20635 * gdb.base/inferior-died.c: Include sys/wait.h.
20636 * gdb.base/fileio.c: Include time.h.
20637 * gdb.base/async-shell.c: Include unistd.h.
20638 * gdb.base/dprintf-non-stop.c: Likewise.
20639 * gdb.base/info-os.c: Likewise.
20640 * gdb.mi/mi-console.c: Likewise.
20641 * gdb.mi/watch-nonstop.c: Likewise.
20642 * gdb.python/py-events.c: Likewise.
20643 * gdb.base/async.c (baz): Move up before its invocation.
20644 * gdb.base/code_elim2.c (my_global_func): Likewise.
20645 * gdb.base/skip-solib-lib.c (multiply): Likewise.
20646 * gdb.base/advance.c (func2): Likewise.
20647
20648 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20649
20650 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
20651 variant.
20652 * gdb.base/annota3.c: Likewise.
20653 * gdb.base/async.c: Likewise.
20654 * gdb.base/average.c: Likewise.
20655 * gdb.base/call-ar-st.c: Likewise.
20656 * gdb.base/call-rt-st.c: Likewise.
20657 * gdb.base/call-sc.c: Likewise.
20658 * gdb.base/call-strs.c: Likewise.
20659 * gdb.base/ending-run.c: Likewise.
20660 * gdb.base/execd-prog.c: Likewise.
20661 * gdb.base/exprs.c: Likewise.
20662 * gdb.base/foll-exec.c: Likewise.
20663 * gdb.base/foll-fork.c: Likewise.
20664 * gdb.base/foll-vfork.c: Likewise.
20665 * gdb.base/funcargs.c: Likewise.
20666 * gdb.base/gcore.c: Likewise.
20667 * gdb.base/jump.c: Likewise.
20668 * gdb.base/langs0.c: Likewise.
20669 * gdb.base/langs1.c: Likewise.
20670 * gdb.base/langs2.c: Likewise.
20671 * gdb.base/mips_pro.c: Likewise.
20672 * gdb.base/nodebug.c: Likewise.
20673 * gdb.base/opaque0.c: Likewise.
20674 * gdb.base/opaque1.c: Likewise.
20675 * gdb.base/recurse.c: Likewise.
20676 * gdb.base/run.c: Likewise.
20677 * gdb.base/scope0.c: Likewise.
20678 * gdb.base/scope1.c: Likewise.
20679 * gdb.base/setshow.c: Likewise.
20680 * gdb.base/setvar.c: Likewise.
20681 * gdb.base/shmain.c: Likewise.
20682 * gdb.base/shr1.c: Likewise.
20683 * gdb.base/shr2.c: Likewise.
20684 * gdb.base/sigall.c: Likewise.
20685 * gdb.base/signals.c: Likewise.
20686 * gdb.base/so-indr-cl.c: Likewise.
20687 * gdb.base/solib2.c: Likewise.
20688 * gdb.base/structs.c: Likewise.
20689 * gdb.base/sum.c: Likewise.
20690 * gdb.base/vforked-prog.c: Likewise.
20691 * gdb.base/watchpoint.c: Likewise.
20692 * gdb.reverse/shr2.c: Likewise.
20693 * gdb.reverse/until-reverse.c: Likewise.
20694 * gdb.reverse/ur1.c: Likewise.
20695 * gdb.reverse/watch-reverse.c: Likewise.
20696
20697 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20698
20699 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
20700 variant.
20701 * gdb.base/sepdebug.exp: Drop references to removed code.
20702
20703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20704
20705 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
20706 variant. Preserve original line numbering.
20707 * gdb.base/list1.c: Likewise.
20708
20709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20710
20711 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
20712 variant.
20713 * gdb.base/break1.c: Likewise.
20714 * gdb.base/break.exp: Drop references to removed code.
20715
20716 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20717
20718 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
20719 variant.
20720
20721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20722
20723 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
20724
20725 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20726
20727 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
20728 logic into perform_all_tests() and invoke it with and without
20729 function header prototypes.
20730 (do_function_calls): Remove conditional XFAIL for PR 5318.
20731 (rerun_and_prepare): Remove duplicate code.
20732 (perform_all_tests): New. Main logic moved here.
20733
20734 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20735
20736 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
20737 code guarded by #ifdef NO_PROTOTYPES.
20738 (t_double_many_args): Likewise.
20739 (DEF_FUNC_MANY_ARGS_1): Likewise.
20740 (DEF_FUNC_VALUES_1): Likewise.
20741 (t_structs_ldc): Renamed from t_structs_fc in conditional code
20742 guarded by #ifdef PROTOTYPES.
20743
20744 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20745
20746 * gdb.mi/mi-console.c: Add eye-catcher.
20747 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
20748 instead of literal line number.
20749
20750 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20751
20752 * gdb.base/shr2.c: Add eye-catcher.
20753 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
20754 line number.
20755
20756 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20757
20758 * gdb.base/jump.c: Add eye-catchers.
20759 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
20760 numbers.
20761
20762 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20763
20764 * gdb.base/execd-prog.c: Add eye-catchers.
20765 * gdb.base/foll-exec.c: Likewise.
20766 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
20767 line numbers.
20768
20769 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20770
20771 * gdb.base/ending-run.c: Add eye-catchers.
20772 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
20773 literal line numbers.
20774
20775 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20776
20777 * gdb.base/call-rt-st.c: Add eye-catchers.
20778 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
20779 literal line numbers.
20780
20781 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20782
20783 * gdb.base/call-ar-st.c: Add eye-catchers.
20784 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
20785 literal line numbers.
20786
20787 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20788
20789 * gdb.base/average.c: Add eye-catchers.
20790 * gdb.base/sum.c: Likewise.
20791 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
20792 regexps dynamically.
20793
20794 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
20795
20796 * gdb.base/solib1.c: Add eye-catchers.
20797 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
20798 literal line numbers.
20799
20800 2014-11-12 Pedro Alves <palves@redhat.com>
20801
20802 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
20803 leader has exited.
20804
20805 2014-11-12 Pedro Alves <palves@redhat.com>
20806
20807 * gdb.arch/i386-bp_permanent.c: New file.
20808 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
20809 (srcfile): Set to i386-bp_permanent.c.
20810 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
20811 that stepi does not execute the 'leave' instruction, instead of
20812 testing it does execute.
20813 * gdb.base/bp-permanent.c: New file.
20814 * gdb.base/bp-permanent.exp: New file.
20815
20816 2014-11-10 Doug Evans <xdje42@gmail.com>
20817
20818 PR symtab/17564
20819 * gdb.base/symtab-search-order.exp: New file.
20820 * gdb.base/symtab-search-order.c: New file.
20821 * gdb.base/symtab-search-order-1.c: New file.
20822 * gdb.base/symtab-search-order-shlib-1.c: New file.
20823
20824 2014-11-07 Pedro Alves <palves@redhat.com>
20825
20826 PR gdb/17511
20827 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
20828 i?86-*-linux*.
20829
20830 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
20831
20832 PR c++/17494
20833 * gdb.cp/pr17494.cc: New file.
20834 * gdb.cp/pr17494.exp: New file.
20835
20836 2014-11-02 Yao Qi <yao@codesourcery.com>
20837
20838 * gdb.python/python.exp: Get working directory and match the
20839 output of "set extended-prompt \\w " with it.
20840
20841 2014-10-30 Doug Evans <dje@google.com>
20842
20843 * gdb.python/py-objfile.exp: Add tests for setting random attributes
20844 in objfiles.
20845 * gdb.python/py-progspace.exp: Add tests for setting random attributes
20846 in progspaces.
20847
20848 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
20849
20850 * gdb.base/fullpath-expand.exp: Skip for a remote host.
20851 * gdb.base/realname-expand.exp: Likewise.
20852 * gdb.linespec/macro-relative.exp: Likewise.
20853
20854 2014-10-29 Pedro Alves <palves@redhat.com>
20855
20856 PR gdb/17408
20857 * gdb.threads/schedlock.c (some_function): New function.
20858 (call_function): New global.
20859 (MAYBE_CALL_SOME_FUNCTION): New macro.
20860 (thread_function): Call it.
20861 * gdb.threads/schedlock.exp (get_args): Add description parameter,
20862 and use it instead of a global counter. Adjust all callers.
20863 (get_current_thread): Use "find current thread" for test message
20864 here rather than having all callers pass down the same string.
20865 (goto_loop): New procedure, factored out from ...
20866 (my_continue): ... this.
20867 (step_ten_loops): Change parameter from test message to command to
20868 use. Adjust.
20869 (list_count): Delete global.
20870 (check_result): New procedure, factored out from duplicate top
20871 level code.
20872 (continue tests): Wrap in with_test_prefix.
20873 (test_step): New procedure, factored out from duplicate top level
20874 code.
20875 (top level): Test "step" in combination with all scheduler-locking
20876 modes. Test "next" in combination with all scheduler-locking
20877 modes, and in combination with stepping over a function call or
20878 not.
20879 * gdb.threads/next-bp-other-thread.c: New file.
20880 * gdb.threads/next-bp-other-thread.exp: New file.
20881
20882 2014-10-29 Pedro Alves <palves@redhat.com>
20883
20884 PR python/17372
20885 * gdb.python/python.exp: Test a multi-line command that spawns
20886 interactive Python.
20887 * gdb.base/multi-line-starts-subshell.exp: New file.
20888
20889 2014-10-29 Yao Qi <yao@codesourcery.com>
20890
20891 * gdb.base/fileio.exp: Make directories on host.
20892
20893 2014-10-29 Yao Qi <yao@codesourcery.com>
20894
20895 * gdb.base/fileio.c (test_write): Close the file.
20896
20897 2014-10-28 Pedro Alves <palves@redhat.com>
20898
20899 PR gdb/12623
20900 * gdb.base/sigstep.c (no_handler): New global.
20901 (main): If 'no_handler is true, set the signal handlers to
20902 SIG_IGN.
20903 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
20904 with_sw_watch and no_handler parameters. Handle them.
20905 (top level) <stepping over handler when stopped at a breakpoint
20906 test>: Add a test axis for testing with a software watchpoint, and
20907 another for testing with the signal handler set to SIG_IGN.
20908 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
20909 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
20910
20911 2014-10-28 Pedro Alves <palves@redhat.com>
20912
20913 PR gdb/17511
20914 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
20915 * gdb.base/sigstep.exp (other_handler_location): New global.
20916 (advance): Support stepping into the signal handler, and running
20917 commands while in the handler.
20918 (in_handler_map): New global.
20919 (top level): In the advance test, add combinations for getting
20920 into the handler with stepping commands, and for running commands
20921 in the handler. Add comment descripting the advancei tests.
20922
20923 2014-10-28 Pedro Alves <palves@redhat.com>
20924
20925 * gdb.base/sigstep.exp: Use build_executable instead of
20926 prepare_for_testing.
20927 (top level): Move code that starts GDB, runs to main and creates a
20928 display to ...
20929 (restart): ... this new procedure.
20930 (top level): Move backtrace from signal handler test to ...
20931 (validate_backtrace): ... this new procedure.
20932 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
20933 with_test_prefix. Always restart GDB.
20934 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
20935 with_test_prefix. Always restart GDB. No need to delete
20936 breakpoints after the test.
20937 (test_skip_handler): Remove prefix parameter.
20938 (skip_over_handler, breakpoint_to_handler)
20939 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
20940 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
20941 restart GDB. No need to delete breakpoints after the test.
20942 (top level): Use foreach to call the test procedures with
20943 different commands.
20944
20945 2014-10-28 Pedro Alves <palves@redhat.com>
20946
20947 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
20948 instead of GNATS numbers.
20949 * gdb.base/sigbpt.exp: Likewise.
20950 * gdb.base/siginfo.exp: Likewise.
20951 * gdb.base/sigstep.exp: Likewise.
20952
20953 2014-10-27 Pedro Alves <palves@redhat.com>
20954
20955 * gdb.base/sigstep.c (dummy): New global.
20956 (main): Issue a couple writes to the new global.
20957 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
20958 procedures.
20959 (skip_over_handler): Use test_skip_handler.
20960 (top level): Call skip_over_handler for stepi and nexti too.
20961 (breakpoint_over_handler): Use test_skip_handler.
20962 (top level): Call breakpoint_over_handler for stepi and nexti too.
20963
20964 2014-10-27 Yao Qi <yao@codesourcery.com>
20965
20966 * gdb.trace/tfile.c (adjust_function_address)
20967 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
20968 function descriptor.
20969
20970 2014-10-24 Don Breazeal <donb@codesourcery.com>
20971
20972 * gdb.base/foll-fork.exp (test_follow_fork,
20973 catch_fork_child_follow): Check for updated fork messages emitted
20974 from infrun.c.
20975 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
20976 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
20977 vfork_and_exec_child_follow_through_step): Check for updated vfork
20978 messages emitted from infrun.c.
20979
20980 2014-10-24 Pedro Alves <palves@redhat.com>
20981
20982 * gdb.base/corefile.exp: Remove references to ultrix.
20983 * gdb.base/interrupt.exp: Likewise.
20984 * gdb.base/whatis.exp: Likewise.
20985 * gdb.gdb/selftest.exp: Likewise.
20986 * gdb.threads/manythreads.exp: Likewise.
20987 * gdb.threads/print-threads.exp: Likewise.
20988 * gdb.threads/pthreads.exp:: Likewise.
20989 * gdb.threads/schedlock.exp: Likewise.
20990
20991 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
20992
20993 * gdb.cp/non-trivial-retval.cc: Add a test case.
20994 * gdb.cp/non-trivial-retval.exp: Add a test.
20995
20996 2014-10-20 Yao Qi <yao@codesourcery.com>
20997
20998 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
20999 * gdb.python/py-objfile-script-gdb.py: New file.
21000 * gdb.python/py-objfile-script.exp: Update reference to
21001 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
21002 of remote_download. Remove the dest file.
21003
21004 2014-10-20 Yao Qi <yao@codesourcery.com>
21005
21006 * gdb.base/checkpoint.exp: Don't remove file copied on host.
21007 * gdb.base/step-line.exp: Likewise.
21008 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
21009 * gdb.dwarf2/dw2-basic.exp: Likewise.
21010 * gdb.dwarf2/dw2-compressed.exp: Likewise.
21011 * gdb.dwarf2/dw2-filename.exp: Likewise.
21012 * gdb.dwarf2/dw2-intercu.exp: Likewise.
21013 * gdb.dwarf2/dw2-intermix.exp: Likewise.
21014 * gdb.dwarf2/dw2-producer.exp: Likewise.
21015 * gdb.dwarf2/mac-fileno.exp: Likewise.
21016 * gdb.python/py-frame-args.exp: Likewise.
21017 * gdb.python/py-framefilter.exp: Likewise.
21018 * gdb.python/py-mi.exp: Likewise.
21019 * gdb.python/py-objfile-script.exp: Likewise
21020 * gdb.python/py-pp-integral.exp: Likewise.
21021 * gdb.python/py-pp-re-notag.exp: Likewise.
21022 * gdb.python/py-prettyprint.exp: Likewise.
21023 * gdb.python/py-section-script.exp: Likewise.
21024 * gdb.python/py-typeprint.exp: Likewise.
21025 * gdb.python/py-xmethods.exp: Likewise.
21026 * gdb.stabs/weird.exp: Likewise.
21027 * gdb.xml/tdesc-regs.exp: Likewise.
21028
21029 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
21030
21031 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
21032 (out_cu): Use addr_len for the size of addresses.
21033 (out_line): Likewise. Size DW_LNE_set_address instruction
21034 according to addr_len.
21035 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
21036 (FUNC): Add START_INSNS to definition.
21037
21038 2014-10-18 Yao Qi <yao@codesourcery.com>
21039
21040 * gdb.base/argv0-symlink.exp: Check argv[0] value if
21041 gdb_has_argv0 return true.
21042 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
21043 check [target_info exists noargs], check [gdb_has_argv0]
21044 instead.
21045 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21046 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
21047 procedures.
21048
21049 2014-10-17 Doug Evans <dje@google.com>
21050
21051 * gdb.python/py-events.exp: Update expected output for clear_objfiles
21052 event.
21053 * gdb.python/py-events.py: Add clear_objfiles event.
21054
21055 2014-10-17 Doug Evans <dje@google.com>
21056
21057 * gdb.python/py-objfile.exp: Test progspace attribute.
21058
21059 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
21060
21061 * gdb.guile/scm-breakpoint.exp: Do not assume any
21062 directory separators when matching source file paths.
21063 * gdb.python/py-breakpoint.exp: Likewise.
21064 * gdb.reverse/break-precsave.exp: Likewise.
21065 * gdb.reverse/break-reverse.exp: Likewise.
21066 * gdb.reverse/consecutive-precsave.exp: Likewise.
21067 * gdb.reverse/finish-precsave.exp: Likewise.
21068 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
21069 * gdb.reverse/finish-reverse.exp: Likewise.
21070 * gdb.reverse/i386-precsave.exp: Likewise.
21071 * gdb.reverse/i387-env-reverse.exp: Likewise.
21072 * gdb.reverse/i387-stack-reverse.exp: Likewise.
21073 * gdb.reverse/machinestate-precsave.exp: Likewise.
21074 * gdb.reverse/machinestate.exp: Likewise.
21075 * gdb.reverse/sigall-precsave.exp: Likewise.
21076 * gdb.reverse/solib-precsave.exp: Likewise.
21077 * gdb.reverse/step-precsave.exp: Likewise.
21078 * gdb.reverse/until-precsave.exp: Likewise.
21079 * gdb.reverse/watch-precsave.exp: Likewise.
21080 * gdb.reverse/watch-reverse.exp: Likewise.
21081
21082 2014-10-17 Yao Qi <yao@codesourcery.com>
21083
21084 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
21085 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
21086
21087 2014-10-17 Pedro Alves <palves@redhat.com>
21088
21089 PR gdb/17471
21090 * gdb.base/bg-execution-repeat.c: New file.
21091 * gdb.base/bg-execution-repeat.exp: New file.
21092
21093 2014-10-17 Pedro Alves <palves@redhat.com>
21094
21095 PR gdb/17300
21096 * gdb.base/continue-all-already-running.c: New file.
21097 * gdb.base/continue-all-already-running.exp: New file.
21098
21099 2014-10-17 Pedro Alves <palves@redhat.com>
21100
21101 PR gdb/17472
21102 * gdb.base/annota-input-while-running.c: New file.
21103 * gdb.base/annota-input-while-running.exp: New file.
21104
21105 2014-10-17 Pedro Alves <palves@redhat.com>
21106
21107 * gdb.base/callfuncs.exp: emove references to osf.
21108 * gdb.base/sigall.exp: Likewise.
21109 * gdb.gdb/selftest.exp: Likewise.
21110 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
21111 * gdb.mi/non-stop.c: Likewise.
21112 * gdb.mi/pthreads.c: Likewise.
21113 * gdb.reverse/sigall-precsave.exp: Likewise.
21114 * gdb.reverse/sigall-reverse.exp: Likewise.
21115 * gdb.threads/pthreads.c: Likewise.
21116 * gdb.threads/pthreads.exp: Likewise.
21117
21118 2014-10-17 Yao Qi <yao@codesourcery.com>
21119
21120 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
21121 check 'target_info exists noargs'.
21122 (test_command_prompt_position): Likewise.
21123 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
21124 Remove "set args".
21125 (progvar_simple_while_test): Likewise.
21126 (progvar_complex_if_while_test): Likewise.
21127 (if_while_breakpoint_command_test): Likewise.
21128 (infrun_breakpoint_command_test): Likewise.
21129 (breakpoint_command_test): Likewise.
21130 (watchpoint_command_test): Likewise.
21131 (bp_deleted_in_command_test): Likewise.
21132 (temporary_breakpoint_commands): Likewise.
21133
21134 2014-10-16 Yao Qi <yao@codesourcery.com>
21135
21136 * gdb.base/remotetimeout.exp: Remove noargs checking.
21137
21138 2014-10-15 Pedro Alves <palves@redhat.com>
21139
21140 PR breakpoints/9649
21141 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
21142 * gdb.base/breakpoint-in-ro-region.exp
21143 (probe_target_hardware_step): New procedure.
21144 (top level): Probe hardware stepping and hardware breakpoint
21145 support. Test stepping through a read-only region, with both
21146 "breakpoint auto-hw" on and off and both "always-inserted" on and
21147 off.
21148
21149 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
21150
21151 * gdb.dlang/demangle.exp: Update for demangling changes.
21152
21153 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21154
21155 * gdb.cp/non-trivial-retval.cc: Add new test cases.
21156 * gdb.cp/non-trivial-retval.exp: Add new tests.
21157
21158 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
21159
21160 PR c++/13403
21161 PR c++/15154
21162 * gdb.cp/non-trivial-retval.cc: New file.
21163 * gdb.cp/non-trivial-retval.exp: New file.
21164
21165 2014-10-15 Yao Qi <yao@codesourcery.com>
21166
21167 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
21168 remote host.
21169
21170 2014-10-15 Yao Qi <yao@codesourcery.com>
21171
21172 * gdb.python/py-symbol.exp: Match file base name if host is
21173 remote, otherwise match file name with dir name.
21174 * gdb.python/py-symtab.exp: Likewise.
21175 * gdb.python/python.exp: Likewise.
21176
21177 2014-10-15 Yao Qi <yao@codesourcery.com>
21178
21179 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
21180 pattern.
21181 * gdb.python/py-symtab.exp: Likewise.
21182 * gdb.python/python.exp: Remove trailing ".*". Fix typo
21183 locationn.
21184
21185 2014-10-14 Joel Brobecker <brobecker@adacore.com>
21186
21187 * gdb.ada/addr_arith: New testcase.
21188
21189 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
21190
21191 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
21192 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
21193 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
21194 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
21195
21196 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
21197
21198 * gdb.arch/stap-eval-lang-ada.S: Likewise.
21199 * gdb.arch/stap-eval-lang-ada.c: Likewise.
21200 * gdb.arch/stap-eval-lang-ada.exp: New file.
21201
21202 2014-10-14 Yao Qi <yao@codesourcery.com>
21203
21204 * gdb.mi/mi-var-child.c (nothing1): New function.
21205 (nothing2): New function.
21206 (do_children_tests): Set function pointers by nothing1 and
21207 nothing2.
21208 * gdb.mi/mi-var-child.exp: Step over new added statements.
21209 Update test to match the new output.
21210 * gdb.mi/var-cmd.c (nothing1): New function.
21211 (nothing2): New function.
21212 (do_children_tests): Set function pointers by nothing1 and
21213 nothing2.
21214 * gdb.mi/mi-var-display.exp: Update test to match output.
21215 Step to the line specified by $line_dct_nothing.
21216 Increase the number of lines to step.
21217
21218 2014-10-14 Yao Qi <yao@codesourcery.com>
21219
21220 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
21221 tests.
21222 * gdb.mi/mi2-var-child.exp: Likewise.
21223
21224 2014-10-13 Doug Evans <dje@google.com>
21225
21226 * gdb.python/py-objfile.exp: Change name of file name test.
21227
21228 2014-10-13 Doug Evans <dje@google.com>
21229
21230 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
21231 from the start of the CU.
21232
21233 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
21234 Yao Qi <yao@codesourcery.com>
21235
21236 Fix "save breakpoints" for "catch" command.
21237 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
21238 Remove -nonewline. Match also the added "main" line.
21239
21240 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21241
21242 Fix "save breakpoints" for "disable $bpnum" command.
21243 * gdb.base/save-bp.c (main): Add label.
21244 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
21245
21246 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21247
21248 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
21249
21250 2014-10-11 Yao Qi <yao@codesourcery.com>
21251
21252 * gdb.server/server-kill.exp: Execute command
21253 "set remote trace-status-packet on" before "tstatus".
21254
21255 2014-10-11 Yao Qi <yao@codesourcery.com>
21256
21257 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
21258 (main): Call getppid.
21259 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
21260 and continue to it. Read variable "server_pid".
21261
21262 2014-10-11 Yao Qi <yao@codesourcery.com>
21263
21264 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
21265
21266 2014-10-11 Yao Qi <yao@codesourcery.com>
21267
21268 * gdb.threads/thread-find.exp: Don't execute command
21269 "info threads".
21270 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
21271 * gdb.threads/linux-dp.exp: Don't check the condition
21272 $threads_created equals to zero.
21273
21274 2014-10-10 Pedro Alves <palves@redhat.com>
21275
21276 * gdb.base/bigcore.exp: Remove references to IRIX.
21277 * gdb.base/funcargs.exp: Likewise.
21278 * gdb.base/interrupt.exp: Likewise.
21279 * gdb.base/mips_pro.exp: Likewise.
21280 * gdb.base/nodebug.exp: Likewise.
21281 * gdb.base/setvar.exp: Likewise.
21282 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
21283
21284 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
21285 Pedro Alves <palves@redhat.com>
21286
21287 PR symtab/14466
21288 * gdb.base/vdso-warning.c: New file.
21289 * gdb.base/vdso-warning.exp: New file.
21290
21291 2014-10-02 Doug Evans <dje@google.com>
21292
21293 * gdb.base/structs.c (main): Don't run forever.
21294
21295 2014-10-02 Pedro Alves <palves@redhat.com>
21296
21297 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
21298 (top level) <stop threads 1, stop threads 2>: Use it.
21299
21300 2014-10-02 Pedro Alves <palves@redhat.com>
21301
21302 * gdb.threads/break-while-running.exp (test): Add new
21303 'update_thread_list' argument. Skip "info threads" if false.
21304 (top level): Add new 'update_thread_list' axis.
21305
21306 2014-10-02 Pedro Alves <palves@redhat.com>
21307
21308 PR breakpoints/17431
21309 * gdb.base/execl-update-breakpoints.c: New file.
21310 * gdb.base/execl-update-breakpoints.exp: New file.
21311
21312 2014-10-01 Pedro Alves <palves@redhat.com>
21313
21314 * gdb.base/breakpoint-in-ro-region.c: New file.
21315 * gdb.base/breakpoint-in-ro-region.exp: New file.
21316
21317 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
21318
21319 * gdb.mi/mi-exit-code.exp: New file.
21320 * gdb.mi/mi-exit-code.c: New file.
21321
21322 2014-09-30 Yao Qi <yao@codesourcery.com>
21323
21324 * lib/prelink-support.exp (build_executable_own_libs): Error if
21325 the target isn't native.
21326
21327 2014-09-30 Yao Qi <yao@codesourcery.com>
21328
21329 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
21330 false.
21331
21332 2014-09-22 Pedro Alves <palves@redhat.com>
21333
21334 * gdb.threads/break-while-running.exp: New file.
21335 * gdb.threads/break-while-running.c: New file.
21336
21337 2014-09-19 Yao Qi <yao@codesourcery.com>
21338
21339 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
21340 Invoke test. Restart GDB with --readnow and invoke test again.
21341
21342 2014-09-19 Yao Qi <yao@codesourcery.com>
21343
21344 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
21345 proc set_breakpoint_on_gcd_function. Invoke
21346 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
21347 invoke set_breakpoint_on_gcd_function again.
21348
21349 2014-09-18 Doug Evans <dje@google.com>
21350
21351 * gdb.dwarf2/symtab-producer.exp: New file.
21352
21353 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21354
21355 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
21356 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
21357 * gdb.base/global-var-nested-by-dso.c: Likewise.
21358 * gdb.base/global-var-nested-by-dso.exp: Likewise.
21359
21360 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
21361 Pedro Alves <palves@redhat.com>
21362
21363 * gdb.base/watch-bitfields.exp: Pass string other than test file
21364 name to prepare_for_testing.
21365 (watch): New procedure.
21366 (expect_watchpoint): Use with_test_prefix.
21367 (top level): Factor out tests to ...
21368 (test_watch_location, test_regular_watch): ... these new
21369 procedures, and use with_test_prefix and gdb_continue_to_end.
21370
21371 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
21372
21373 PR breakpoints/12526
21374 * gdb.base/watch-bitfields.exp: New file.
21375 * gdb.base/watch-bitfields.c: New file.
21376
21377 2014-09-16 Pedro Alves <palves@redhat.com>
21378
21379 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
21380 software and hardware addresses, not software address against
21381 itself.
21382
21383 2014-09-16 Pedro Alves <palves@redhat.com>
21384
21385 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
21386 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
21387
21388 2014-09-16 Pedro Alves <palves@redhat.com>
21389
21390 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
21391 files.
21392 * gdb.base/a2-run.exp: Remove all code guarded by istarget
21393 "*-*-vxworks*" throughout.
21394 * gdb.base/break.exp: Likewise.
21395 * gdb.base/default.exp: Likewise.
21396 * gdb.base/scope.exp: Likewise.
21397 * gdb.base/sepdebug.exp: Likewise.
21398 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
21399 throughout.
21400 * gdb.base/run.c: Likewise.
21401 * gdb.base/sepdebug.c: Likewise.
21402 * gdb.hp/gdb.aCC/run.c: Likewise.
21403 * gdb.reverse/until-reverse.c: Likewise.
21404 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
21405
21406 2014-09-16 Yao Qi <yao@codesourcery.com>
21407
21408 * boards/local-remote-host-native.exp: New file.
21409
21410 2014-09-14 Doug Evans <xdje42@gmail.com>
21411
21412 * gdb.threads/queue-signal.c (thread_count): New variable.
21413 (thread_count_mutex, thread_count_condvar): New variables.
21414 (incr_thread_count, wait_all_threads_running): New functions.
21415 (main): Wait for all threads to be in their thread functions.
21416
21417 2014-09-13 Doug Evans <xdje42@gmail.com>
21418
21419 * gdb.threads/queue-signal.c: New file.
21420 * gdb.threads/queue-signal.exp: New file.
21421
21422 2014-09-13 Doug Evans <xdje42@gmail.com>
21423
21424 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
21425 be consistent with what default_gdb_init uses.
21426 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
21427 the plain text of the prompt. Add some logging printfs.
21428 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
21429
21430 2014-09-12 Pedro Alves <palves@redhat.com>
21431
21432 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
21433 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
21434 * gdb.arch/i386-size-overlap.exp: Likewise.
21435 * gdb.arch/i386-size.exp: Likewise.
21436 * gdb.arch/i386-unwind.exp: Likewise.
21437 * gdb.base/a2-run.exp: Likewise.
21438 * gdb.base/break.exp: Likewise.
21439 * gdb.base/charset.exp: Likewise.
21440 * gdb.base/chng-syms.exp: Likewise.
21441 * gdb.base/commands.exp: Likewise.
21442 * gdb.base/dbx.exp: Likewise.
21443 * gdb.base/find.exp: Likewise.
21444 * gdb.base/funcargs.exp: Likewise.
21445 * gdb.base/jit-simple.exp: Likewise.
21446 * gdb.base/reread.exp: Likewise.
21447 * gdb.base/sepdebug.exp: Likewise.
21448 * gdb.base/step-bt.exp: Likewise.
21449 * gdb.cp/mb-inline.exp: Likewise.
21450 * gdb.cp/mb-templates.exp: Likewise.
21451 * gdb.objc/basicclass.exp: Likewise.
21452 * gdb.threads/killed.exp: Likewise.
21453
21454 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21455
21456 PR tdep/17379
21457 * gdb.arch/powerpc-stackless.S: New file.
21458 * gdb.arch/powerpc-stackless.exp: New file.
21459
21460 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
21461
21462 * gdb.base/attach.c: Include unistd.h.
21463 (main): Call alarm. Add label postloop.
21464 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
21465 gdb_breakpoint, gdb_continue_to_breakpoint.
21466 (test_command_line_attach_run): Kill ${testpid} in one exit path.
21467
21468 2014-09-11 Pedro Alves <palves@redhat.com>
21469
21470 PR gdb/17347
21471 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
21472 * gdb.base/attach.exp (test_command_line_attach_run): New
21473 procedure.
21474 (top level): Call it.
21475
21476 2014-09-11 Pedro Alves <palves@redhat.com>
21477
21478 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
21479 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
21480 (do_command_attach_tests): Use spawn_wait_for_attach.
21481 * gdb.base/solib-overlap.exp: Likewise.
21482 * gdb.multi/multi-attach.exp: Likewise.
21483 * gdb.python/py-prompt.exp: Likewise.
21484 * gdb.python/py-sync-interp.exp: Likewise.
21485 * gdb.server/ext-attach.exp: Likewise.
21486
21487 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
21488
21489 * gdb.fortran/array-element.exp: Remove unexpected "continue"
21490 command in testcase. Simplify testcase.
21491
21492 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21493
21494 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
21495
21496 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21497
21498 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
21499
21500 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21501
21502 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
21503
21504 2014-09-10 Joel Brobecker <brobecker@adacore.com>
21505
21506 * gdb.dwarf2/dynarr-ptr.c: New file.
21507 * gdb.dwarf2/dynarr-ptr.exp: New file.
21508
21509 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21510
21511 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
21512 of 30 rather than hardcoding 120 for a slow test case. Take the
21513 `gdb,timeout' target setting into account for this calculation.
21514 Don't extend the timeout for the test cases that don't need it.
21515
21516 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21517
21518 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
21519 a factor of 2 for a slow test case. Take the `gdb,timeout'
21520 target setting into account for this calculation.
21521 * gdb.reverse/until-precsave.exp: Increase the timeout by
21522 a factor of 15 and 3 respectively rather than adding 120
21523 for a pair of slow test cases. Take the `gdb,timeout'
21524 target setting into account for this calculation.
21525
21526 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21527
21528 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
21529 timeout, don't pass one down to gdb_expect.
21530 (gdb_expect): Rework timeout selection.
21531
21532 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21533
21534 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
21535 exception on timeout.
21536 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
21537 (gdbserver_start_extended): Catch any `gdbserver_start' error
21538 exceptions.
21539 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
21540 * lib/mi-support.exp (mi_gdb_target_load): Catch any
21541 `gdbserver_gdb_load' error exceptions.
21542
21543 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
21544
21545 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
21546 120 on waiting for the TCP socket to open.
21547
21548 2014-09-09 Doug Evans <xdje42@gmail.com>
21549
21550 * gdb.base/default.exp (show_conv_list): Add _caller_is,
21551 _caller_matches, _any_caller_is, _any_caller_matches.
21552
21553 2014-09-09 Doug Evans <xdje42@gmail.com>
21554
21555 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
21556
21557 2014-09-09 Yao Qi <yao@codesourcery.com>
21558
21559 * gdb.mi/mi-var-display.exp: Set print symbol off.
21560
21561 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
21562
21563 PR gdb/17035
21564 * gdb.base/commands.exp: Add tests to verify user-defined
21565 commands with empty bodies.
21566 * gdb.python/py-cmd.exp: Test that we don't show user-defined
21567 python commands in `show user command`.
21568 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
21569 scheme commands in `show user command`.
21570
21571 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
21572
21573 PR python/17355
21574 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
21575 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
21576 * gdb.python/py-framefilter-invalidarg.exp: New file.
21577 * gdb.python/py-framefilter-invalidarg.py: New file.
21578
21579 2014-09-06 Doug Evans <xdje42@gmail.com>
21580
21581 PR 15276
21582 * gdb.python/py-caller-is.c: New file.
21583 * gdb.python/py-caller-is.exp: New file.
21584
21585 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
21586
21587 PR gdb/17235
21588 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
21589 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
21590
21591 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
21592
21593 PR fortran/17237
21594 * gdb.fortran/print-formatted.exp: New file.
21595 * gdb.fortran/print-formatted.f90: Likewise.
21596
21597 2014-09-03 Sasha Smundak <asmundak@google.com>
21598
21599 * gdb.python/py-frame.exp: Test Frame.read_register.
21600
21601 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
21602
21603 PR python/16699
21604 * gdb.python/py-completion.exp: New file.
21605 * gdb.python/py-completion.py: Likewise.
21606
21607 2014-08-28 Doug Evans <dje@google.com>
21608
21609 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
21610 eax,etc. are live with values set by gdb and thus the compiler can't
21611 use them.
21612 * gdb.arch/i386-pseudo.c (main): Ditto.
21613
21614 2014-08-27 Doug Evans <dje@google.com>
21615
21616 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
21617
21618 2014-08-25 Doug Evans <dje@google.com>
21619
21620 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
21621 (main): Ditto.
21622
21623 2014-08-25 Doug Evans <dje@google.com>
21624
21625 * gdb.threads/thread-execl.exp: #include <stdio.h>.
21626
21627 2014-08-24 Yao Qi <yao@codesourcery.com>
21628
21629 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
21630 symbol off.
21631 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
21632
21633 2014-08-22 Doug Evans <dje@google.com>
21634
21635 PR 17276
21636 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
21637 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
21638 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
21639
21640 2014-08-22 Yao Qi <yao@codesourcery.com>
21641
21642 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
21643 * gdb.python/py-finish-breakpoint2.exp: Likewise.
21644 * gdb.python/python.exp: Likewise. Use .py file on the host
21645 instead of the build.
21646
21647 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
21648
21649 * gdb.threads/gcore-stale-thread.c: New file.
21650 * gdb.threads/gcore-stale-thread.exp: New file.
21651
21652 2014-08-21 Pedro Alves <palves@redhat.com>
21653
21654 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
21655 * gdb.base/gcore-relro-pie.exp: Likewise.
21656 * gdb.base/gcore-relro.exp: Likewise.
21657 * gdb.base/gcore.exp: Likewise.
21658 * gdb.base/print-symbol-loading.exp: Likewise.
21659 * gdb.threads/gcore-thread.exp: Likewise.
21660 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
21661
21662 2014-08-20 Pedro Alves <palves@redhat.com>
21663 Jan Kratochvil <jan.kratochvil@redhat.com>
21664
21665 * Makefile.in (EXTRA_RULES, CC): New variables, get from
21666 configure.
21667 (EXPECT): Handle READ1 being set.
21668 (all): Depend on EXTRA_RULES.
21669 (check-read1, expect-read1, read1.so, read1): New rules.
21670 * README (Testsuite Parameters): Document the READ1 make variable.
21671 (Race detection): New section.
21672 * configure: Regenerate.
21673 * configure.ac: If build==host==target, and running under a
21674 GNU/glibc system, add read1 to the extra Makefile rules.
21675 (EXTRA_RULES): AC_SUBST it.
21676 * lib/read1.c: New file.
21677
21678 2014-08-20 Joel Brobecker <brobecker@adacore.com>
21679
21680 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
21681 the handling of variables declared as a typedef to an array
21682 which a DW_AT_data_location attribute.
21683
21684 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
21685 Pedro Alves <palves@redhat.com>
21686
21687 PR symtab/14604
21688 PR symtab/14605
21689 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
21690 gdb_test.
21691
21692 2014-08-19 Pedro Alves <palves@redhat.com>
21693
21694 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
21695
21696 2014-08-19 Yao Qi <yao@codesourcery.com>
21697
21698 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
21699 right line.
21700
21701 2014-08-18 David Blaikie <dblaikie@gmail.com>
21702
21703 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
21704
21705 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21706
21707 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
21708 attribute in array range.
21709
21710 2014-08-18 Joel Brobecker <brobecker@adacore.com>
21711
21712 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
21713
21714 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21715
21716 PR c++/17132
21717 * gdb.cp/pr17132.cc: New file.
21718 * gdb.cp/pr17132.exp: New file.
21719
21720 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
21721
21722 * gdb.python/py-xmethods.py (A_getarrayind)
21723 (E_method_char_worker.__call__, E_method_int_worker.__call__):
21724 Use 'print' with function call syntax.
21725 (E_method_matcher.match): Fix tab vs space indentation mixup.
21726
21727 2014-08-15 Yao Qi <yao@codesourcery.com>
21728
21729 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
21730 false.
21731
21732 2014-08-15 Yao Qi <yao@codesourcery.com>
21733
21734 * gdb.cp/casts.exp: Set print symbol off.
21735 * gdb.cp/class2.exp: Likewise.
21736 * gdb.cp/overload.exp: Likewise.
21737 * gdb.cp/templates.exp: Likewise.
21738
21739 2014-08-11 Doug Evans <dje@google.com>
21740
21741 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
21742 (test_load_shlib): Update.
21743
21744 2014-08-09 Yao Qi <yao@codesourcery.com>
21745
21746 * gdb.base/display.exp: Invoke is_address_zero_readable.
21747 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
21748 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
21749 * gdb.base/hbreak-unmapped.exp: Return if
21750 is_address_zero_readable returns true.
21751 * gdb.base/signest.exp: Likewise.
21752 * gdb.base/signull.exp: Likewise.
21753 * gdb.base/sigbpt.exp: Likewise.
21754 * gdb.guile/scm-disasm.exp: Do the test if
21755 is_address_zero_readable returns false.
21756 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
21757 * gdb.python/py-arch.exp: Likewise.
21758 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
21759 * lib/gdb.exp (is_address_zero_readable): New proc.
21760
21761 2014-08-09 Yao Qi <yao@codesourcery.com>
21762
21763 PR testsuite/13443
21764 * gdb.mi/mi-var-display.exp: Make test messages unique.
21765
21766 2014-08-04 Tom Tromey <tromey@redhat.com>
21767
21768 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
21769 target 0".
21770
21771 2014-08-04 Tom Tromey <tromey@redhat.com>
21772
21773 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
21774 "target_resume".
21775
21776 2014-08-01 Joel Brobecker <brobecker@adacore.com>
21777
21778 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
21779 inner_vla_struct_object_size.
21780 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
21781 as xfail.
21782
21783 2014-07-30 Pedro Alves <palves@redhat.com>
21784
21785 * gdb.threads/signal-command-handle-nopass.exp (test): Add
21786 comment.
21787
21788 2014-07-29 Yao Qi <yao@codesourcery.com>
21789
21790 PR gdb/17206
21791 * gdb.base/until-nodebug.exp: New.
21792
21793 2014-07-28 Doug Evans <xdje42@gmail.com>
21794
21795 PR guile/17203
21796 * gdb.guile/scm-parameter.exp: Add tests for trying to create
21797 previously existing parameter, and previously ambiguously spelled
21798 parameter.
21799
21800 2014-07-28 Will Newton <will.newton@linaro.org>
21801
21802 * gdb.base/varargs.exp: Remove KFAILs for ARM.
21803
21804 2014-07-26 Ludovic Courtès <ludo@gnu.org>
21805 Doug Evans <xdje42@gmail.com>
21806
21807 PR guile/17146
21808 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
21809
21810 2014-07-25 Pedro Alves <palves@redhat.com>
21811
21812 * gdb.threads/signal-command-handle-nopass.c: New file.
21813 * gdb.threads/signal-command-handle-nopass.exp: New file.
21814 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
21815 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
21816 * gdb.threads/signal-delivered-right-thread.c: New file.
21817 * gdb.threads/signal-delivered-right-thread.exp: New file.
21818
21819 2014-07-25 Pedro Alves <palves@redhat.com>
21820
21821 * gdb.base/double-prompt-target-event-error.exp
21822 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
21823 match.
21824 (cancel_pagination_in_target_event): Rework double prompt
21825 detection.
21826 * gdb.base/paginate-after-ctrl-c-running.exp
21827 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
21828 <return>' match.
21829 * gdb.base/paginate-bg-execution.exp
21830 (test_bg_execution_pagination_return)
21831 (test_bg_execution_pagination_cancel): Remove '-notransfer
21832 <return>' matches.
21833 * gdb.base/paginate-execution-startup.exp
21834 (test_fg_execution_pagination_return)
21835 (test_fg_execution_pagination_cancel): Remove '-notransfer
21836 <return>' matches.
21837 * gdb.base/paginate-inferior-exit.exp
21838 (test_paginate_inferior_exited): Remove '-notransfer <return>'
21839 match.
21840 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
21841 * lib/gdb.exp (pagination_prompt): Run text through
21842 string_to_regexp.
21843 (gdb_test_multiple): Match $pagination_prompt instead of
21844 "<return>".
21845 (string_to_regexp): Move to lib/gdb-utils.exp.
21846
21847 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
21848
21849 * gdb.arch/amd64-entry-value-paramref.S: New file.
21850 * gdb.arch/amd64-entry-value-paramref.cc: New file.
21851 * gdb.arch/amd64-entry-value-paramref.exp: New file.
21852 * gdb.arch/amd64-optimout-repeat.S: New file.
21853 * gdb.arch/amd64-optimout-repeat.c: New file.
21854 * gdb.arch/amd64-optimout-repeat.exp: New file.
21855
21856 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
21857
21858 PR gdb/17170
21859 * gdb.base/statistics.exp: New file.
21860
21861 2014-07-17 Doug Evans <dje@google.com>
21862
21863 PR gdb/17170
21864 * gdb.base/maint.exp: Update testing of per-command stats.
21865
21866 2014-07-16 Pedro Alves <palves@redhat.com>
21867
21868 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
21869 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
21870 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
21871 (tfile_write_buf): New functions.
21872 (add_memory_block): Rewrite using the above.
21873 (adjust_function_address): New function.
21874 (FUNCTION_ADDRESS): New macro.
21875 (write_basic_trace_file): Remove short_x local, and use
21876 tfile_write_16. Change type of func_addr local to unsigned long
21877 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
21878 here. Cast argument of add_memory_block to char pointer.
21879 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
21880 (main): Remove parameters.
21881 * gdb.trace/tfile.exp: Remove nowarnings.
21882
21883 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
21884
21885 * gdb.base/debug-expr.exp: Test string evaluation with
21886 "debug expression" on.
21887
21888 2014-07-15 Pedro Alves <palves@redhat.com>
21889
21890 * gdb.base/reread.exp: Use clean_restart.
21891
21892 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
21893
21894 * gdb.arch/avr-flash-qualifer.c: New.
21895 * gdb.arch/avr-flash-qualifer.exp: New.
21896
21897 2014-07-14 Pedro Alves <palves@redhat.com>
21898
21899 * gdb.base/paginate-after-ctrl-c-running.c: New file.
21900 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
21901
21902 2014-07-14 Pedro Alves <palves@redhat.com>
21903
21904 * gdb.base/double-prompt-target-event-error.c: New file.
21905 * gdb.base/double-prompt-target-event-error.exp: New file.
21906
21907 2014-07-14 Pedro Alves <palves@redhat.com>
21908
21909 PR gdb/17072
21910 * gdb.base/paginate-inferior-exit.c: New file.
21911 * gdb.base/paginate-inferior-exit.exp: New file.
21912
21913 2014-07-14 Pedro Alves <palves@redhat.com>
21914
21915 PR gdb/17072
21916 * gdb.base/paginate-bg-execution.c: New file.
21917 * gdb.base/paginate-bg-execution.exp: New file.
21918
21919 2014-07-14 Pedro Alves <palves@redhat.com>
21920
21921 PR gdb/17072
21922 * gdb.base/paginate-execution-startup.c: New file.
21923 * gdb.base/paginate-execution-startup.exp: New file.
21924 * lib/gdb.exp (pagination_prompt): New global.
21925 (default_gdb_spawn): New procedure, factored out from
21926 default_gdb_spawn.
21927 (default_gdb_start): Adjust to call default_gdb_spawn.
21928 (gdb_spawn): New procedure.
21929
21930 2014-07-14 Pedro Alves <palves@redhat.com>
21931
21932 * lib/gdb.exp (gdb_assert): New procedure.
21933 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
21934
21935 2014-07-14 Pedro Alves <palves@redhat.com>
21936
21937 * gdb.base/execution-termios.c: New file.
21938 * gdb.base/execution-termios.exp: New file.
21939
21940 2014-07-14 Tom Tromey <tromey@redhat.com>
21941
21942 * gdb.cp/vla-cxx.cc: New file.
21943 * gdb.cp/vla-cxx.exp: New file.
21944
21945 2014-07-14 Tom Tromey <tromey@redhat.com>
21946
21947 * gdb.reverse/rerun-prec.c: New file.
21948 * gdb.reverse/rerun-prec.exp: New file.
21949
21950 2014-07-12 Maciej W. Rozycki <macro@mips.com>
21951 Maciej W. Rozycki <macro@codesourcery.com>
21952
21953 * lib/gdb-utils.exp: New file.
21954 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
21955 inline `gdb_init_command' processing.
21956 (gdb_start_cmd): Likewise.
21957 * lib/mi-support.exp (mi_run_cmd): Likewise.
21958 * README: Document `gdb_init_command' and `gdb_init_commands'.
21959
21960 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
21961
21962 Fix false FAIL running under a very long directory name.
21963 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
21964 and "set print elements 10000". Twice.
21965
21966 2014-07-11 Yao Qi <yao@codesourcery.com>
21967
21968 * gdb.base/exprs.exp: "set print symbol off".
21969
21970 2014-07-11 Pedro Alves <palves@redhat.com>
21971
21972 * gdb.threads/kill.c: New file.
21973 * gdb.threads/kill.exp: New file.
21974
21975 2014-07-10 Yao Qi <yao@codesourcery.com>
21976
21977 * gdb.trace/tfile.c (write_basic_trace_file)
21978 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
21979 address written to trace file.
21980
21981 2014-07-09 Pedro Alves <palves@redhat.com>
21982
21983 * gdb.base/attach-wait-input.exp: New file.
21984 * gdb.base/attach-wait-input.c: New file.
21985
21986 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
21987
21988 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
21989 setting up test structures.
21990 (main): Call new test function.
21991 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
21992 test function, continue into test function and walk test
21993 structures.
21994
21995 2014-07-02 Yao Qi <yao@codesourcery.com>
21996
21997 * gdb.trace/entry-values.c: Define labels 'foo_start' and
21998 'bar_start' at the beginning of functions 'foo' and 'bar'
21999 respectively.
22000 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
22001 instead of 'foo' and 'bar'.
22002
22003 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
22004
22005 * gdb.btrace/segv.exp: New.
22006 * gdb.btrace/segv.c: New.
22007
22008 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
22009
22010 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
22011 instruction.
22012
22013 2014-06-30 Mark Wielaard <mjw@redhat.com>
22014
22015 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
22016 vulture, vilify, villar): New volatile array constants.
22017 (vindictive, vegetation): New const volatile array constants.
22018 * gdb.base/volatile.exp: Test volatile and const volatile array
22019 types.
22020
22021 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
22022
22023 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
22024 target lacks support for awatch, rwatch, or hbreak.
22025
22026 2014-06-27 Yao Qi <yao@codesourcery.com>
22027
22028 * gdb.multi/dummy-frame-restore.exp: New.
22029 * gdb.multi/dummy-frame-restore.c: New.
22030
22031 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
22032
22033 * gdb.btrace/gcore.exp: New.
22034
22035 2014-06-23 Pedro Alves <palves@redhat.com>
22036
22037 * gdb.base/watchpoint-reuse-slot.c: New file.
22038 * gdb.base/watchpoint-reuse-slot.exp: New file.
22039
22040 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
22041
22042 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
22043 progspace's filename in 'info', 'enable' and 'disable' command
22044 tests.
22045
22046 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
22047
22048 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
22049 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22050 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
22051
22052 2014-06-20 Gary Benson <gbenson@redhat.com>
22053
22054 * gdb.arch/i386-avx.exp: Fix include file location.
22055 * gdb.arch/i386-sse.exp: Likewise.
22056
22057 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
22058
22059 * gdb.dlang/expression.exp: New file.
22060
22061 2014-06-19 Pedro Alves <palves@redhat.com>
22062
22063 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
22064 out from ...
22065 (top level): ... here. Iterate running tests under different
22066 scheduler-locking settings.
22067
22068 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
22069
22070 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
22071 to DW_FORM_addr and use non-zero addresses.
22072
22073 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
22074
22075 PR gdb/17017
22076 * gdb.python/py-xmethods.cc: Add global function call counters and
22077 increment them in their respective functions. Remove "cout"
22078 statements.
22079 * gdb.python/py-xmethods.exp: Make tests check the global function
22080 call counters instead of depending on inferior IO.
22081
22082 2014-06-18 Don Breazeal <donb@codesourcery.com>
22083
22084 * gdb.base/foll-fork.exp (default_fork_parent_follow):
22085 Deleted procedure.
22086 (explicit_fork_parent_follow): Deleted procedure.
22087 (explicit_fork_child_follow): Deleted procedure.
22088 (test_follow_fork): New procedure.
22089 (do_fork_tests): Replace calls to deleted procedures with
22090 calls to test_follow_fork and reset GDB for subsequent
22091 procedure calls.
22092
22093 2014-06-17 Yao Qi <yao@codesourcery.com>
22094
22095 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
22096 CP1252.
22097
22098 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
22099
22100 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
22101 Initialize ptr and S explicitly.
22102 (skip_type_update_when_not_use_rtti_test): Likewise.
22103
22104 2014-06-16 Keith Seitz <keiths@redhat.com>
22105
22106 PR mi/15863
22107 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
22108 the inferior is started.
22109
22110 2014-06-16 Pedro Alves <palves@redhat.com>
22111
22112 * gdb.base/break-main-file-remove-fail.c: New file.
22113 * gdb.base/break-main-file-remove-fail.exp: New file.
22114 * gdb.base/break-unload-file.exp: Use build_executable instead of
22115 prepare_for_testing.
22116 (test_break): New parameter "initial_load". Handle it.
22117 (top level): Add initial_load cmdline/file axis.
22118
22119 2014-06-12 Tom Tromey <tromey@redhat.com>
22120
22121 * gdb.base/completion.exp: Don't use directory name in test.
22122
22123 2014-06-09 Gary Benson <gbenson@redhat.com>
22124
22125 * gdb.base/sigall.c [Functions to send signals]: Reorder to
22126 separate the always-available ANSI-standard signals from the
22127 signals that require checking.
22128 (main): Likewise.
22129 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
22130 Likewise.
22131 (main): Likewise.
22132
22133 2014-06-07 Keith Seitz <keiths@redhat.com>
22134
22135 Revert:
22136 PR c++/16253
22137 * gdb.cp/var-tag.cc: New file.
22138 * gdb.cp/var-tag.exp: New file.
22139 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22140 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22141 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22142 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22143
22144 2014-06-06 Doug Evans <xdje42@gmail.com>
22145
22146 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
22147
22148 2014-06-06 Pedro Alves <palves@redhat.com>
22149
22150 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
22151 in target debug output instead of looking at RSP packets,
22152 disabling the test on any target that uses hardware stepping.
22153 Update comments.
22154
22155 2014-06-06 Pedro Alves <palves@redhat.com>
22156
22157 * gdb.base/break-unload-file.exp: Fix typo.
22158
22159 2014-06-06 Yao Qi <yao@codesourcery.com>
22160
22161 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
22162 from "jit_function" to "^jit_function".
22163
22164 2014-06-06 Yao Qi <yao@codesourcery.com>
22165
22166 * gdb.base/async.c (foo): Add one statement.
22167 * gdb.base/async.exp: Get the next instruction address and
22168 match the output of "nexti" by instruction address. Match
22169 the hex address in the output of "finish".
22170
22171 2014-06-06 Gary Benson <gbenson@redhat.com>
22172
22173 * gdb.base/call-signals.c: Remove preprocessor conditionals
22174 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
22175 SIGSEGV and SIGTERM.
22176 * gdb.base/sigall.c: Likewise.
22177 * gdb.base/unwindonsignal.c: Likewise.
22178 * gdb.reverse/sigall-reverse.c: Likewise.
22179
22180 2014-06-06 Yao Qi <yao@codesourcery.com>
22181
22182 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
22183 readable, skip the test.
22184
22185 2014-06-06 Yao Qi <yao@codesourcery.com>
22186
22187 * gdb.threads/staticthreads.c (thread_function): Move the line
22188 setting breakpoint on forward.
22189 * gdb.threads/staticthreads.exp: Update comments.
22190
22191 2014-06-05 Ludovic Courtès <ludo@gnu.org>
22192
22193 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
22194 "history-append! type error".
22195
22196 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
22197
22198 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
22199 erroneous dprintf expected input.
22200
22201 2014-06-04 Doug Evans <xdje42@gmail.com>
22202
22203 * gdb.guile/scm-generics.exp: Delete.
22204
22205 2014-06-04 Doug Evans <xdje42@gmail.com>
22206
22207 * gdb.guile/scm-breakpoint.exp: Update.
22208 Add tests for breakpoint registration.
22209
22210 2014-06-04 Tom Tromey <tromey@redhat.com>
22211
22212 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
22213 VLA-in-union.
22214 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
22215 inner_vla_struct, vla_union types. Initialize objects of those
22216 types and compute their sizes.
22217
22218 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
22219 Hui Zhu <hui@codesourcery.com>
22220
22221 * gdb.base/fileio.exp: Add test for shell not available as well as
22222 available.
22223 * gdb.base/fileio.c (test_system): Check for shell twice.
22224
22225 2014-06-04 Yao Qi <yao@codesourcery.com>
22226
22227 * gdb.base/auto-connect-native-target.exp: Remove redundant
22228 space from the regexp pattern.
22229
22230 2014-06-04 Yao Qi <yao@codesourcery.com>
22231
22232 * gdb.base/default.exp: Replace "child" with "native" in
22233 regexp pattern.
22234
22235 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
22236
22237 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
22238 * gdb.python/py-xmethods.exp: New tests to test xmethods.
22239 * gdb.python/py-xmethods.py: Python script supporting the
22240 new testcase and tests.
22241
22242 2014-06-03 Joel Brobecker <brobecker@adacore.com>
22243 Pedro Alves <palves@redhat.com>
22244
22245 PR breakpoints/17000
22246 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
22247 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
22248
22249 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
22250
22251 * gdb.base/subst.exp: Add tests to verify partial path matching
22252 output.
22253
22254 2014-06-03 Pedro Alves <palves@redhat.com>
22255
22256 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
22257 target that doesn't use software single-stepping.
22258
22259 2014-06-03 Pedro Alves <palves@redhat.com>
22260
22261 PR breakpoints/17000
22262 * gdb.base/sss-bp-on-user-bp-2.c: New file.
22263 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
22264
22265 2014-06-02 Doug Evans <xdje42@gmail.com>
22266
22267 * gdb.guile/scm-parameter.exp: New file.
22268
22269 2014-06-02 Doug Evans <xdje42@gmail.com>
22270
22271 * gdb.guile/scm-cmd.c: New file.
22272 * gdb.guile/scm-cmd.exp: New file.
22273
22274 2014-06-02 Doug Evans <xdje42@gmail.com>
22275
22276 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
22277 pretty-printer lookup.
22278 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
22279 (make-pp_s-printer): Call it.
22280 (make-pretty-printer-from-dict): New function.
22281 (lookup-pretty-printer-maker-from-dict): New function.
22282 (*pretty-printer*): Simplify.
22283 (make-objfile-pp_s-printer): New function.
22284 (install-objfile-pretty-printers!): New function.
22285 (make-progspace-pp_s-printer): New function.
22286 (install-progspace-pretty-printers!): New function.
22287 * gdb.guile/scm-progspace.c: New file.
22288 * gdb.guile/scm-progspace.exp: New file.
22289
22290 2014-06-02 Pedro Alves <palves@redhat.com>
22291
22292 * gdb.base/dprintf-bp-same-addr.c: New file.
22293 * gdb.base/dprintf-bp-same-addr.exp: New file.
22294
22295 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
22296
22297 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
22298 * gdb.arch/powerpc-power.s: Likewise.
22299
22300 2014-06-02 Joel Brobecker <brobecker@adacore.com>
22301
22302 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
22303
22304 2014-06-01 Yao Qi <yao@codesourcery.com>
22305
22306 * gdb.base/watchpoint.exp (test_watch_location): Check null
22307 pointer can be dereferenced. If not, do the test, otherwise
22308 skip it.
22309
22310 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22311
22312 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
22313 results.
22314 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
22315
22316 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
22317
22318 * gdb.arch/amd64-invalid-stack-middle.S: New file.
22319 * gdb.arch/amd64-invalid-stack-middle.c: New file.
22320 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
22321 * gdb.arch/amd64-invalid-stack-top.c: New file.
22322 * gdb.arch/amd64-invalid-stack-top.exp: New file.
22323
22324 2014-05-30 Pedro Alves <palves@redhat.com>
22325
22326 PR breakpoints/17000
22327 * gdb.base/sss-bp-on-user-bp.c: New file.
22328 * gdb.base/sss-bp-on-user-bp.exp: New file.
22329
22330 2014-05-30 David Blaikie <dblaikie@gmail.com>
22331
22332 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
22333 gnu_inline semantics via attribute.
22334 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
22335 source explicitly specifies the required semantics.
22336
22337 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
22338
22339 * gdb.reverse/sigall-reverse.exp: Fix a typo.
22340
22341 2014-05-29 Pedro Alves <palves@redhat.com>
22342 Tom Tromey <tromey@redhat.com>
22343
22344 * gdb.base/async-shell.exp: Don't enable target-async.
22345 * gdb.base/async.exp
22346 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
22347 parameter. Adjust.
22348 (top level): Don't test with "target-async".
22349 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
22350 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
22351 * gdb.base/inferior-died.exp: Don't enable target-async.
22352 * gdb.base/interrupt-noterm.exp: Likewise.
22353 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
22354 * gdb.mi/mi-nonstop-exit.exp: Likewise.
22355 * gdb.mi/mi-nonstop.exp: Likewise.
22356 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
22357 * gdb.mi/mi-nsintrall.exp: Likewise.
22358 * gdb.mi/mi-nsmoribund.exp: Likewise.
22359 * gdb.mi/mi-nsthrexec.exp: Likewise.
22360 * gdb.mi/mi-watch-nonstop.exp: Likewise.
22361 * gdb.multi/watchpoint-multi.exp: Adjust comment.
22362 * gdb.python/py-evsignal.exp: Don't enable target-async.
22363 * gdb.python/py-evthreads.exp: Likewise.
22364 * gdb.python/py-prompt.exp: Likewise.
22365 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
22366 * gdb.server/solib-list.exp: Don't enable target-async.
22367 * gdb.threads/thread-specific-bp.exp: Likewise.
22368 * lib/mi-support.exp: Adjust to use mi-async.
22369
22370 2014-05-29 Pedro Alves <palves@redhat.com>
22371
22372 PR gdb/13860
22373 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
22374 reason, even in sync mode.
22375
22376 2014-05-29 Pedro Alves <palves@redhat.com>
22377 Hui Zhu <hui@codesourcery.com>
22378
22379 PR PR15693
22380 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
22381 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
22382 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
22383 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
22384
22385 2014-05-28 Joel Brobecker <brobecker@adacore.com>
22386
22387 * config/monitor.exp (gdb_target_monitor): Replace use of
22388 "set remotebaud" by "set serial baud".
22389
22390 2014-05-26 Andy Wingo <wingo@igalia.com>
22391
22392 * gdb.guile/scm-breakpoint.exp:
22393 * gdb.guile/scm-gsmob.exp: Update to use plain old object
22394 properties instead of gdb-object-properties.
22395
22396 2014-05-26 Yao Qi <yao@codesourcery.com>
22397
22398 * gdb.server/no-thread-db.exp: Specify source file name
22399 explicitly when setting a breakpoint.
22400
22401 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22402
22403 * gdb.btrace/vdso.c: New.
22404 * gdb.btrace/vdso.exp: New.
22405
22406 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22407
22408 * gdb.base/gcore.exp (capture_command_output): Move ...
22409 * lib/gdb.exp (capture_command_output): ... here.
22410
22411 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
22412
22413 * gdb.btrace/data.exp: Test memory access during btrace replay.
22414
22415 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
22416
22417 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
22418
22419 2014-05-21 Pedro Alves <palves@redhat.com>
22420
22421 PR gdb/13860
22422 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
22423 (top level): Test that output related to execution commands is
22424 sent to the console with CLI commands, but not with MI commands.
22425 Test that breakpoint events are always mirrored to the console.
22426 Also expect the new source line to be output after a "next" in
22427 async mode too. Make it a pass/fail test.
22428 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
22429 output.
22430 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
22431
22432 2014-05-21 Pedro Alves <palves@redhat.com>
22433
22434 * gdb.base/list.exp (build_pattern, test_list): New procedures.
22435 Use them to test variations of "list" after reaching a breakpoint.
22436 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
22437 Test "list" with listsize 10 after reaching a breakpoint.
22438 * gdb.python/python.exp (decode_line current location line
22439 number): Adjust expected line number.
22440
22441 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
22442
22443 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
22444 behavior for $args, pass it directly to "run".
22445
22446 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
22447
22448 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
22449 30000 to 65536.
22450
22451 2014-05-21 Pedro Alves <palves@redhat.com>
22452
22453 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
22454 auto-connect-native-target off".
22455 * gdb.base/auto-connect-native-target.c: New file.
22456 * gdb.base/auto-connect-native-target.exp: New file.
22457
22458 2014-05-21 Pedro Alves <palves@redhat.com>
22459
22460 * gdb.base/default.exp: Test "target native" instead of "target
22461 child".
22462
22463 2014-05-21 Mark Wielaard <mjw@redhat.com>
22464
22465 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
22466
22467 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
22468
22469 Fix TLS access for -static -pthread.
22470 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
22471 <HAVE_TLS> (thread_function, main): Initialize it.
22472 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
22473 Add clean_restart.
22474 <$have_tls != "">: Check TLSVAR.
22475
22476 2014-05-21 Pedro Alves <palves@redhat.com>
22477
22478 * gdb.base/dcache-line-read-error.c: New.
22479 * gdb.base/dcache-line-read-error.exp: New.
22480
22481 2014-05-20 Pedro Alves <palves@redhat.com>
22482
22483 * gdb.base/compare-sections.c: New file.
22484 * gdb.base/compare-sections.exp: New file.
22485
22486 2014-05-20 Pedro Alves <palves@redhat.com>
22487
22488 * gdb.base/break-idempotent.c: New file.
22489 * gdb.base/break-idempotent.exp: New file.
22490
22491 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
22492
22493 * gdb.btrace/nohist.exp: New.
22494
22495 2014-05-20 Yao Qi <yao@codesourcery.com>
22496
22497 * lib/gdb.exp (gdb_init): Set timeout if test file is under
22498 gdb.reverse directory and gdb_reverse_timeout exists in board
22499 setting.
22500 * README: Document gdb_reverse_timeout.
22501
22502 2014-05-20 Yao Qi <yao@codesourcery.com>
22503
22504 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
22505 'test_file_name'. Treat args as a string instead of a list.
22506 (gdb_init): Rename argument 'args' by 'test_file_name'.
22507
22508 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
22509
22510 * gdb.arch/powerpc-power.exp: New file.
22511 * gdb.arch/powerpc-power.s: New file.
22512
22513 2014-05-16 Doug Evans <dje@google.com>
22514
22515 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
22516 * gdb.base/completion.exp: Check that all expected files exist
22517 before doing file completion.
22518
22519 2014-05-16 Doug Evans <dje@google.com>
22520
22521 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
22522 Update.
22523 (do_syscall_tests_without_xml): Update.
22524
22525 2014-05-16 Pedro Alves <palves@redhat.com>
22526
22527 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
22528 instead of "unknown output after running".
22529
22530 2014-05-16 Yao Qi <yao@codesourcery.com>
22531
22532 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
22533 file1.txt from host at the end.
22534 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
22535
22536 2014-05-15 Doug Evans <dje@google.com>
22537
22538 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
22539 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
22540 loading file. Add test for TU lookup.
22541
22542 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22543
22544 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
22545 calling "-exec-arguments" or "set args" before running the
22546 inferior.
22547
22548 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
22549
22550 * lib/mi-support.exp (mi_expect_stop): Expect message for
22551 inferiors that exit with non-zero exit code.
22552
22553 2014-05-14 Yao Qi <yao@codesourcery.com>
22554
22555 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
22556 match absolute path on remote host.
22557 (test_file_list_exec_source_files): Remove "/" from the
22558 pattern.
22559
22560 2014-05-14 Yao Qi <yao@codesourcery.com>
22561
22562 * boards/local-remote-host-notty.exp (${board}_file): New
22563 proc.
22564
22565 2014-05-07 Kyle McMartin <kyle@redhat.com>
22566
22567 Pushed by Joel Brobecker <brobecker@adacore.com>.
22568 * gdb.arch/aarch64-atomic-inst.c: New file.
22569 * gdb.arch/aarch64-atomic-inst.exp: New file.
22570
22571 2014-05-07 Yao Qi <yao@codesourcery.com>
22572
22573 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
22574 in current context" too.
22575
22576 2014-05-05 Keith Seitz <keiths@redhat.com>
22577
22578 * gdb.linespec/ls-dollar.exp: Add test for linespec
22579 file:convenience_variable.
22580
22581 2014-05-05 Yao Qi <yao@codesourcery.com>
22582
22583 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
22584 traceframes into tfile and ctf trace files. Read data from
22585 trace file and test collected data.
22586 (gdb_collect_locals_test): Likewise.
22587 (gdb_unavailable_registers_test): Likewise.
22588 (gdb_unavailable_floats): Likewise.
22589 (gdb_collect_globals_test): Likewise.
22590 (top-level): Append "ctf" to trace_file_targets if GDB
22591 supports.
22592
22593 2014-05-05 Yao Qi <yao@codesourcery.com>
22594
22595 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
22596 code to ...
22597 (gdb_collect_args_test_1): ... it. New proc.
22598 (gdb_collect_locals_test): Move some code to ...
22599 (gdb_collect_locals_test_1): ... it. New proc.
22600 (gdb_unavailable_registers_test): Move some code to ...
22601 (gdb_unavailable_registers_test_1): ... it. New proc.
22602 (gdb_unavailable_floats): Move some code to ...
22603 (gdb_unavailable_floats_1): ... it. New proc.
22604
22605 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22606
22607 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
22608 probes to test for bitness recognition.
22609 * gdb.arch/amd64-stap-optional-prefix.exp
22610 (test_probe_value_without_reg): New procedure.
22611 Add code to test for different kinds of bitness.
22612
22613 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
22614
22615 PR breakpoints/16889
22616 * gdb.arch/amd64-stap-optional-prefix.S: New file.
22617 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
22618
22619 2014-05-01 Pedro Alves <palves@redhat.com>
22620
22621 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
22622 gdb_file_cmd if no file is specified.
22623 * boards/native-extended-gdbserver.exp (gdb_load): Use the
22624 last_loaded_file to set the remote exec-file.
22625
22626 2014-05-01 Pedro Alves <palves@redhat.com>
22627
22628 * boards/local-remote-host.exp: New file.
22629
22630 2014-05-01 Pedro Alves <palves@redhat.com>
22631
22632 * boards/local-remote-host.exp: Rename to ...
22633 * boards/local-remote-host-notty.exp: ... this.
22634
22635 2014-04-28 Joel Brobecker <brobecker@adacore.com>
22636
22637 * gdb.ada/dyn_arrayidx: New testcase.
22638
22639 2014-04-26 Yao Qi <yao@codesourcery.com>
22640
22641 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
22642 and compute the length of function main. Save it in
22643 $main_length.
22644 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
22645 (top-level): Use gdb_compile to compile objects into
22646 executable and restart GDB. Remove invocation to
22647 prepare_for_testing.
22648
22649 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
22650 Pedro Alves <palves@redhat.com>
22651
22652 PR server/16255
22653 * gdb.multi/multi-attach.c: New file.
22654 * gdb.multi/multi-attach.exp: New file.
22655
22656 2014-04-25 Pedro Alves <palves@redhat.com>
22657
22658 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
22659 user.
22660 (top level): Test that "set remote conditional-breakpoints-packet
22661 off" works as intended.
22662 * gdb.base/dprintf.exp: Test that "set remote
22663 breakpoint-commands-packet off" works as intended.
22664 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
22665 New function.
22666 (top level): Call it.
22667 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
22668 remote fast-tracepoints-packet off" works as intended.
22669 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
22670 * lib/gdb.exp (gdb_is_target_remote): ... here.
22671
22672 2014-04-24 David Blaikie <dblaikie@gmail.com>
22673
22674 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
22675 ensure clang would not discard them.
22676 * gdb.base/gdbvars.c: Ditto.
22677 * gdb.base/memattr.c: Ditto.
22678 * gdb.base/whatis.c: Ditto.
22679 * gdb.python/py-prettyprint.c: Ditto.
22680 * gdb.trace/actions.c: Ditto.
22681 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
22682 ensure clang would not discard it.
22683
22684 2014-04-24 David Blaikie <dblaikie@gmail.com>
22685
22686 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
22687 clang to emit the full definition of type required by the test
22688 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
22689
22690 2014-04-24 David Blaikie <dblaikie@gmail.com>
22691
22692 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
22693 coax Clang into emitting the definition of the type.
22694 * gdb.cp/pr10728-x.h (y): Ditto.
22695 * gdb.cp/pr10728-y.cc (y): Ditto.
22696
22697 2014-04-24 David Blaikie <dblaikie@gmail.com>
22698
22699 * gdb.base/label.exp: XFAIL label related tests under Clang.
22700 * gdb.cp/cplabel.exp: Ditto.
22701 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
22702 under Clang those using labels.
22703
22704 2014-04-25 Yao Qi <yao@codesourcery.com>
22705
22706 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
22707 double_label.
22708 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
22709 partial_label and double_label.
22710
22711 2014-04-24 David Blaikie <dblaikie@gmail.com>
22712
22713 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
22714
22715 2014-04-24 David Blaikie <dblaikie@gmail.com>
22716
22717 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
22718 of the function to work across GCC and Clang.
22719 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
22720 pointer types (const void ** const V void **).
22721
22722 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
22723 Walfred Tedeschi <walfred.tedeschi@intel.com>
22724
22725 * Makefile.in (EXECUTABLES): Added i386-avx512.
22726 * gdb.arch/i386-avx512.c: New file.
22727 * gdb.arch/i386-avx512.exp: Likewise.
22728
22729 2014-04-23 Keith Seitz <keiths@redhat.com>
22730
22731 * lib/mi-support.exp (mi_list_breakpoints): Delete.
22732 (mi_make_breakpoint_table): New procedure.
22733 (mi_create_breakpoint): Use mi_make_breakpoint
22734 and return the result.
22735 (mi_make_breakpoint): New procedure.
22736 (mi_build_kv_pairs): New procedure.
22737
22738 * gdb.mi/mi-break.exp: Remove unused globals,
22739 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
22740 All callers updated.
22741 * gdb.mi/mi-dprintf.exp: Use variable to track command
22742 number.
22743 Update all callers of mi_create_breakpoint and use
22744 mi_make_breakpoint_table.
22745 Remove any unused global variables.
22746 * gdb.mi/mi-nonstop.exp: Likewise.
22747 * gdb.mi/mi-nsintrall.exp: Likewise.
22748 * gdb.mi/mi-nsmoribund.exp: Likewise.
22749 * gdb.mi/mi-nsthrexec.exp: Likewise.
22750 * gdb.mi/mi-reverse.exp: Likewise.
22751 * gdb.mi/mi-simplerun.exp: Likewise.
22752 * gdb.mi/mi-stepn.exp: Likewise.
22753 * gdb.mi/mi-syn-frame.exp: Likewise.
22754 * gdb.mi/mi-until.exp: Likewise.
22755 * gdb.mi/mi-var-cp.exp: Likewise.
22756 * gdb.mi/mi-var-display.exp: Likewise.
22757 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
22758 * gdb.mi/mi2-var-child.exp: Likewise.
22759 * gdb.mi/mi-vla-c99.exp: Likewise.
22760 * lib/mi-support.exp: Likewise.
22761
22762 From Ian Lance Taylor <iant@cygnus.com>:
22763 * lib/gdb.exp (parse_args): New procedure.
22764
22765 2014-04-23 Pedro Alves <palves@redhat.com>
22766
22767 * gdb.base/break-unload-file.c: New file.
22768 * gdb.base/break-unload-file.exp: New file.
22769 * gdb.base/sym-file-lib.c (baz): New function.
22770 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
22771 field.
22772 (load): Store the segment's mapped size.
22773 (unload): New function.
22774 (unload_shlib): New function.
22775 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
22776 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
22777 set a breakpoint at baz, and call it.
22778 * gdb.base/sym-file.exp: New tests for stale breakpoint
22779 instructions.
22780
22781 2014-04-23 Pedro Alves <palves@redhat.com>
22782
22783 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
22784 * gdb.base/hbreak-in-shr-unsupported.c: New file.
22785 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
22786 * gdb.base/hbreak-unmapped.c: New file.
22787 * gdb.base/hbreak-unmapped.exp: New file.
22788 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
22789 * lib/gdb.exp (gdb_is_target_remote): ... here.
22790
22791 2014-04-22 Pedro Alves <palves@redhat.com>
22792
22793 * gdb.base/consecutive-step-over.c: New file.
22794 * gdb.base/consecutive-step-over.exp: New file.
22795
22796 2014-04-22 Pedro Alves <palves@redhat.com>
22797
22798 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
22799 instead of send_gdb/gdb_expect.
22800
22801 2014-04-22 Yao Qi <yao@codesourcery.com>
22802
22803 * lib/trace-support.exp (generate_tracefile): New procedure.
22804 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
22805 return 0.
22806 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
22807 if generate_tracefile returns 1.
22808
22809 2014-04-18 Tom Tromey <palves@redhat.com>
22810 Pedro alves <tromey@redhat.com>
22811
22812 PR backtrace/15558
22813 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
22814 with a backtrace limit.
22815 * gdb.python/py-frame-inline.exp: Test running to an inline
22816 function with a backtrace limit, and printing the newest frame.
22817 * gdb.python/py-frame-inline.c (main): Call f.
22818
22819 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22820
22821 * gdb.java/jnpe.exp: Drop srcdir from untested path.
22822
22823 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
22824
22825 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
22826 Drop prefix from unsupported source file path.
22827
22828 2014-04-17 Yao Qi <yao@codesourcery.com>
22829
22830 * lib/gdb.exp (with_target_charset): New proc.
22831 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
22832 with_target_charset.
22833 (test_print_strings): Likewise.
22834 (test_repeat_bytes): Likewise.
22835 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
22836 for some tests.
22837
22838 2014-04-16 Keith Seitz <keiths@redhat.com>
22839
22840 PR gdb/15827
22841 * gdb.dwarf2/corrupt.c: New file.
22842 * gdb.dwarf2/corrupt.exp: New file.
22843
22844 2014-04-16 Keith Seitz <keiths@redhat.com>
22845
22846 PR c++/16597
22847 * gdb.cp/namelessclass.cc: New file.
22848 * gdb.cp/namelessclass.exp: New file.
22849 * gdb.cp/namelessclass.S: New file.
22850
22851 2014-04-16 Doug Evans <dje@google.com>
22852
22853 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
22854 Add comment.
22855 (gdbserver_default_get_comm_port): New function.
22856 (gdbserver_start): Check if board file provided
22857 "gdbserver,get_comm_port" and use it if so.
22858 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22859 (gdb,socketport): Set to "stdio".
22860 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
22861 (stdio_gdbserver_template): Delete.
22862 (${board}_get_remote_address): Update.
22863 (${board}_build_remote_cmd): Delete.
22864 (${board}_get_comm_port): New function.
22865 (${board}_spawn): Update.
22866 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
22867 Delete.
22868 (${board}_get_remote_address): Update.
22869 (${board}_get_comm_port): New function.
22870
22871 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
22872
22873 * gdb.base/memattr.exp: Improve regexps to handle memory regions
22874 appearing in any order.
22875
22876 2014-04-15 Doug Evans <dje@google.com>
22877
22878 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
22879 uninitialized value of "description".
22880
22881 2014-04-15 Keith Seitz <keiths@redhat.com>
22882
22883 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
22884 Remove unused globals.
22885 (test_running_the_program): Likewise.
22886 (test_controlled_execution): Likewise.
22887 (test_controlling_breakpoints): Likewise.
22888 (test_program_termination): Likewise.
22889
22890 2014-04-15 Keith Seitz <keiths@redhat.com>
22891
22892 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
22893 unused globals.
22894 (test_rbreak_creation_and_listing): Likewise.
22895 (test_ignore_count): Likewise.
22896 (test_error): Likewise.
22897
22898 2014-04-15 Pedro Alves <palves@redhat.com>
22899
22900 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
22901 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
22902 sym-file-loader.c.
22903 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22904 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22905 to sym-file-loader.c.
22906 (struct library): Forward declare.
22907 (load_shlib, lookup_function): Change prototypes.
22908 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22909 (translate_offset): Remove declarations.
22910 (get_text_addr): New declaration.
22911 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
22912 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
22913 sym-file-loader.h.
22914 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
22915 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
22916 here from sym-file-loader.h.
22917 (struct library): New structure.
22918 (load_shlib, lookup_function): Change prototypes and adjust to
22919 work with a struct library.
22920 (find_shstrtab, find_strtab, find_shdr, find_symtab)
22921 (translate_offset): Make static.
22922 (get_text_addr): New function.
22923 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
22924
22925 2014-04-15 Pedro Alves <palves@redhat.com>
22926
22927 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
22928
22929 2014-04-15 Pedro Alves <palves@redhat.com>
22930
22931 * gdb.base/sym-file-loader.c: Include <limits.h>.
22932 (SELF_LINK): New define.
22933 (get_origin): New function.
22934 (load_shlib): Use it.
22935 * gdb.base/sym-file.exp: Don't early return if the target is
22936 remote. Use runto_main, and issue fail is that fails. Use
22937 gdb_load_shlibs.
22938 (shlib_name): Delete.
22939 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
22940
22941 2014-04-15 Pedro Alves <palves@redhat.com>
22942
22943 * gdb.base/sym-file.exp: Remove regex characters from test
22944 message. Don't refer to breakpoint numbers in test messages.
22945
22946 2014-04-14 Keith Seitz <keiths@redhat.com>
22947
22948 PR c++/16253
22949 * gdb.cp/var-tag.cc: New file.
22950 * gdb.cp/var-tag.exp: New file.
22951 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
22952 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
22953 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
22954 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
22955
22956 2014-04-14 Tom Tromey <tromey@redhat.com>
22957
22958 * gdb.cp/classes.exp (test_enums): Handle underlying type.
22959 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
22960 type.
22961 * gdb.cp/enum-class.exp: New file.
22962 * gdb.cp/enum-class.cc: New file.
22963
22964 2014-04-14 Tom Tromey <tromey@redhat.com>
22965
22966 * gdb.dwarf2/enum-type.exp: New file.
22967
22968 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22969
22970 * gdb.mi/mi-vla-c99.exp: New file.
22971 * gdb.mi/vla.c: New file.
22972
22973 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22974
22975 * gdb.base/vla-datatypes.c: New file.
22976 * gdb.base/vla-datatypes.exp: New file.
22977
22978 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22979
22980 * gdb.base/vla-ptr.c: New file.
22981 * gdb.base/vla-ptr.exp: New file.
22982
22983 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22984
22985 * gdb.dwarf2/count.exp: New file.
22986
22987 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
22988
22989 * gdb.base/vla-sideeffect.c: New file.
22990 * gdb.base/vla-sideeffect.exp: New file.
22991
22992 2014-04-14 David Blaikie <dblaikie@gmail.com>
22993
22994 * gdb.mi/non-stop.c: Add return value for non-void function return
22995 statement.
22996 * gdb.threads/staticthreads.c: Ditto.
22997
22998 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
22999 Doug Evans <xdje42@gmail.com>
23000
23001 * gdb.guile/scm-value.c: Improve test case.
23002 * gdb.guile/scm-value.exp: Add new test.
23003
23004 2014-04-11 David Blaikie <dblaikie@gmail.com>
23005
23006 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
23007 override Clang's default.
23008
23009 2014-04-11 Joel Brobecker <brobecker@adacore.com>
23010
23011 Revert the following changes (regressions):
23012
23013 * gdb.base/vla-sideeffect.c: New file.
23014 * gdb.base/vla-sideeffect.exp: New file.
23015
23016 * gdb.dwarf2/count.exp: New file.
23017
23018 * gdb.base/vla-multi.c: New file.
23019 * gdb.base/vla-multi.exp: New file.
23020
23021 * gdb.base/vla-ptr.c: New file.
23022 * gdb.base/vla-ptr.exp: New file.
23023
23024 * gdb.base/vla-datatypes.c: New file.
23025 * gdb.base/vla-datatypes.exp: New file.
23026
23027 * gdb.mi/mi-vla-c99.exp: New file.
23028 * gdb.mi/vla.c: New file.
23029
23030 2014-04-11 Keith Seitz <keiths@redhat.com>
23031
23032 PR c++/16675
23033 * gdb.cp/cpsizeof.exp: New file.
23034 * gdb.cp/cpsizeof.cc: New file.
23035
23036 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23037
23038 * gdb.mi/mi-vla-c99.exp: New file.
23039 * gdb.mi/vla.c: New file.
23040
23041 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23042
23043 * gdb.base/vla-datatypes.c: New file.
23044 * gdb.base/vla-datatypes.exp: New file.
23045
23046 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23047
23048 * gdb.base/vla-ptr.c: New file.
23049 * gdb.base/vla-ptr.exp: New file.
23050
23051 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23052
23053 * gdb.base/vla-multi.c: New file.
23054 * gdb.base/vla-multi.exp: New file.
23055
23056 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23057
23058 * gdb.dwarf2/count.exp: New file.
23059
23060 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
23061
23062 * gdb.base/vla-sideeffect.c: New file.
23063 * gdb.base/vla-sideeffect.exp: New file.
23064
23065 2014-04-11 Yao Qi <yao@codesourcery.com>
23066
23067 * gdb.base/completion.exp: Check file exists before running tests
23068 on file completion.
23069
23070 2014-04-10 Pedro Alves <palves@redhat.com>
23071
23072 * gdb.base/cond-eval-mode.c: New file.
23073 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
23074 prepare_for_testing to build the new file. Check result of
23075 runto_main.
23076 (test_break, test_watch): New procedures.
23077 (top level): Use them.
23078
23079 2014-04-08 Pierre Muller <muller@sourceware.org>
23080
23081 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
23082 Ctrl-V use for mingw hosts.
23083
23084 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
23085
23086 * gdb.python/py-value.c: Improve test case.
23087 * gdb.python/py-value.exp: Add new test.
23088
23089 2014-04-07 David Blaikie <dblaikie@gmail.com>
23090
23091 * lib/compiler.c: Identify the clang compiler.
23092 * lib/compiler.cc: Ditto.
23093
23094 2014-04-03 Yao Qi <yao@codesourcery.com>
23095
23096 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
23097
23098 2014-04-01 Anton Blanchard <anton@samba.org>
23099
23100 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
23101 messages unique.
23102
23103 2014-04-01 Anton Blanchard <anton@samba.org>
23104
23105 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
23106 prepare_for_testing.
23107
23108 2014-04-01 Anton Blanchard <anton@samba.org>
23109
23110 * gdb.arch/ppc64-atomic-inst.c: Remove.
23111 * gdb.arch/ppc64-atomic-inst.S: New file.
23112 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
23113
23114 2014-03-31 Doug Evans <dje@google.com>
23115
23116 * gdb.base/print-symbol-loading-lib.c: New file.
23117 * gdb.base/print-symbol-loading-main.c: New file.
23118 * gdb.base/print-symbol-loading.exp: New file.
23119
23120 2014-03-31 Yao Qi <yao@codesourcery.com>
23121
23122 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
23123
23124 2014-03-28 Joel Brobecker <brobecker@adacore.com>
23125
23126 * gdb.ada/mi_dyn_arr: New testcase.
23127
23128 2014-03-27 Doug Evans <dje@google.com>
23129
23130 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
23131
23132 2014-03-27 Yao Qi <yao@codesourcery.com>
23133
23134 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
23135 if target is nios2-*-*.
23136
23137 2014-03-26 Yao Qi <yao@codesourcery.com>
23138
23139 * lib/gdb.exp (readline_is_used): New proc.
23140 * gdb.base/completion.exp: Move tests on command complete up.
23141 Skip the rest of tests if readline is not used.
23142 * gdb.ada/complete.exp: Skp the test if readline is not
23143 used.
23144 * gdb.base/filesym.exp: Likewise.
23145 * gdb.base/macscp.exp: Likewise.
23146 * gdb.base/readline-ask.exp: Likewise.
23147 * gdb.base/readline.exp: Likewise.
23148 * gdb.python/py-cmd.exp: Likewise.
23149 * gdb.trace/tfile.exp: Likewise.
23150
23151 2014-03-26 Yao Qi <yao@codesourcery.com>
23152
23153 * gdb.base/macscp.exp: Fix code format issues.
23154
23155 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
23156
23157 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
23158 * gdb.asm/powerpc64le.inc: New file.
23159
23160 2014-03-25 Pedro Alves <palves@redhat.com>
23161 Doug Evans <dje@google.com>
23162
23163 * gdb.base/source-execution.c: New file.
23164 * gdb.base/source-execution.exp: New file.
23165 * gdb.base/source-execution.gdb: New file.
23166
23167 2014-03-24 Doug Evans <dje@google.com>
23168
23169 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
23170 using fission.
23171
23172 2014-03-24 Hui Zhu <hui@codesourcery.com>
23173 Pedro Alves <palves@redhat.com>
23174
23175 PR breakpoints/16101
23176 * gdb.base/dprintf.exp: Use unsupported rather than changing the
23177 test pass/fail messages. Detect missing support for dprintf when
23178 breakpoints are actually inserted.
23179 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
23180 breakpoints are actually inserted.
23181 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
23182 fails.
23183
23184 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
23185
23186 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
23187
23188 2014-03-22 Doug Evans <xdje42@gmail.com>
23189
23190 * gdb.python/python.exp (python not supported): Verify multi-line
23191 python command issues an error.
23192 * gdb.guile/guile.exp (guile not supported): Verify multi-line
23193 guile command issues an error.
23194
23195 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
23196
23197 * gdb.threads/thread-specific.exp: Handle the lack of usable
23198 $this_breakpoint and $this_thread.
23199
23200 2014-03-21 Hui Zhu <hui@codesourcery.com>
23201
23202 * gdb.base/attach.exp (do_command_attach_tests): New.
23203
23204 2014-03-20 Tom Tromey <tromey@redhat.com>
23205 Pedro Alves <palves@redhat.com>
23206
23207 PR cli/15718
23208 * gdb.base/condbreak-call-false.c: New file.
23209 * gdb.base/condbreak-call-false.exp: New file.
23210
23211 2014-03-20 Pedro Alves <palves@redhat.com>
23212
23213 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
23214 Delete.
23215 (block_signals, unblock_signals): Delete.
23216 (child_function_2, main): Remove references to deleted variable
23217 and functions.
23218
23219 2014-03-20 Pedro Alves <palves@redhat.com>
23220
23221 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
23222 Use pthread_kill to signal thread 2.
23223 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23224 Adjust to make the test send itself a signal rather than using the
23225 host's "kill" command.
23226
23227 2014-03-20 Pedro Alves <palves@redhat.com>
23228
23229 * gdb.threads/multiple-step-overs.c: New file.
23230 * gdb.threads/multiple-step-overs.exp: New file.
23231 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23232 Adjust expected infrun debug output.
23233
23234 2014-03-20 Pedro Alves <palves@redhat.com>
23235
23236 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
23237 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
23238
23239 2014-03-20 Pedro Alves <palves@redhat.com>
23240
23241 PR breakpoints/7143
23242 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
23243 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
23244 of gdb_test_multiple.
23245 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
23246 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
23247
23248 2014-03-20 Pedro Alves <palves@redhat.com>
23249
23250 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
23251 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
23252
23253 2014-03-19 Pedro Alves <palves@redhat.com>
23254
23255 * gdb.base/async.exp: Remove early return.
23256
23257 2014-03-19 Pedro Alves <palves@redhat.com>
23258
23259 * gdb.base/async.exp (step& tests): Pass explicit test messages.
23260
23261 2014-03-19 Pedro Alves <palves@redhat.com>
23262
23263 * gdb.base/async.exp (test_background): Expect \r\n after
23264 "completed." in the fail pattern.
23265
23266 2014-03-19 Pedro Alves <palves@redhat.com>
23267
23268 * gdb.base/async.exp (test_background): New procedure.
23269 Use it for all background execution command tests.
23270
23271 2014-03-19 Pedro Alves <palves@redhat.com>
23272
23273 * gdb.base/async.exp: Use prepare_for_testing.
23274
23275 2014-03-19 Pedro Alves <palves@redhat.com>
23276
23277 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
23278 the same line.
23279
23280 2014-03-19 Pedro Alves <palves@redhat.com>
23281
23282 * gdb.base/async.c (main): Add "jump here" and "until here" line
23283 marker comments.
23284 * gdb.base/async.exp (jump_here): New global.
23285 (jump& test): Use it.
23286 (until_here): New global.
23287 (until& test): Use it.
23288
23289 2014-03-19 Pedro Alves <palves@redhat.com>
23290
23291 * gdb.base/async.exp: Don't frob gdb_protocol.
23292
23293 2014-03-18 Doug Evans <xdje42@gmail.com>
23294
23295 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
23296 Fix spelling of exec-done-display.
23297
23298 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
23299
23300 PR gdb/15358
23301 * gdb.base/gdb-sigterm.c: New file.
23302 * gdb.base/gdb-sigterm.exp: New file.
23303
23304 2014-03-18 Pedro Alves <palves@redhat.com>
23305
23306 PR gdb/13860
23307 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
23308 * lib/mi-support.exp (mi_expect_stop): Add special handling for
23309 solib-event.
23310
23311 2014-03-17 Joel Brobecker <brobecker@adacore.com>
23312
23313 * gdb.ada/pckd_arr_ren: New testcase.
23314
23315 2014-03-13 Doug Evans <xdje42@gmail.com>
23316
23317 PR guile/16612
23318 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
23319 collect after discarding symbols.
23320
23321 2014-03-13 Ludovic Courtès <ludo@gnu.org>
23322 Doug Evans <xdje42@gmail.com>
23323
23324 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
23325 to history survives a gc.
23326
23327 2014-03-13 Pedro Alves <palves@redhat.com>
23328
23329 * gdb.base/default.exp: Don't test "target procfs".
23330
23331 2014-03-13 Pedro Alves <palves@redhat.com>
23332
23333 * gdb.base/default.exp: Update "target child" and "target procfs"
23334 tests to not expect "Unix".
23335
23336 2014-03-12 Tom Tromey <tromey@redhat.com>
23337
23338 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
23339 New procs. Add target-async tests.
23340 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
23341 Add target-async tests.
23342
23343 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23344
23345 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
23346 'func_start' and 'func_end' for the beginning and end of the
23347 function code, respectively.
23348 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
23349 'func_end' instead of 'func' and 'main'.
23350
23351 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23352
23353 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
23354 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
23355 generate the debug info assembler source.
23356
23357 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23358
23359 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
23360 * gdb.dwarf2/arr-subrange.exp: Likewise.
23361 * gdb.dwarf2/dwz.exp: Likewise.
23362 * gdb.dwarf2/method-ptr.exp: Likewise.
23363 * gdb.dwarf2/missing-sig-type.exp: Likewise.
23364 * gdb.dwarf2/subrange.exp: Likewise.
23365 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
23366 * gdb.dwarf2/implptrpiece.exp: Likewise.
23367 * gdb.dwarf2/nostaticblock.exp: Likewise.
23368
23369 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
23370
23371 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
23372 directory to absolute path name arguments.
23373
23374 2014-03-10 Joel Brobecker <brobecker@adacore.com>
23375
23376 * gdb.ada/tagged_access: New testcase.
23377
23378 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
23379
23380 * gdb.btrace/data.exp: Update expected output.
23381
23382 2014-03-06 Yao Qi <yao@codesourcery.com>
23383
23384 * gdb.trace/pr16508.exp: New file.
23385
23386 2014-03-05 Pedro Alves <palves@redhat.com>
23387
23388 PR gdb/16575
23389 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
23390 procedure.
23391 (top level): Adjust to use it. Add tests that exercise breakpoint
23392 interaction with the code-cache.
23393
23394 2014-02-26 Ludovic Courtès <ludo@gnu.org>
23395
23396 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
23397 test for 'history-append!'.
23398
23399 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23400
23401 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
23402 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
23403 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
23404 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
23405 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
23406 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
23407
23408 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23409
23410 * testsuite/gdb.python/py-pp-re-notag.c: New file.
23411 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
23412 * testsuite/gdb.python/py-pp-re-notag.p: New file.
23413
23414 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23415
23416 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
23417
23418 2014-02-26 Joel Brobecker <brobecker@adacore.com>
23419
23420 * gdb.dwarf2/arr-stride.c: New file.
23421 * gdb.dwarf2/arr-stride.exp: New file.
23422
23423 2014-02-26 Pedro Alves <palves@redhat.com>
23424
23425 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
23426 that won't ever trigger. Make sure that GDB reports the correct
23427 breakpoint that caused the stop.
23428
23429 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23430
23431 PR gdb/16626
23432 * gdb.base/auto-load-script: New file.
23433 * gdb.base/auto-load.c: New file.
23434 * gdb.base/auto-load.exp: New file.
23435
23436 PR gdb/16626
23437 * gdb.base/auto-load.exp: Fix out-of-srctree run.
23438
23439 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
23440
23441 Fix dw2-icycle.exp -fsanitize=address GDB crash.
23442 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
23443
23444 2014-02-24 Doug Evans <dje@google.com>
23445
23446 * lib/gdb.exp (run_on_host): Log error output if program fails.
23447
23448 2014-02-21 Pedro Alves <palves@redhat.com>
23449
23450 * gdb.threads/step-after-sr-lock.c: Rename to ...
23451 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
23452 * gdb.threads/step-after-sr-lock.exp: Rename to ...
23453 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
23454 ... this.
23455
23456 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
23457
23458 PR tdep/16397
23459 * gdb.arch/amd64-stap-special-operands.exp: New file.
23460 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
23461 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
23462 * gdb.arch/amd64-stap-triplet.S: Likewise.
23463 * gdb.arch/amd64-stap-triplet.c: Likewise.
23464
23465 2014-02-20 Joel Brobecker <brobecker@adacore.com>
23466
23467 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
23468 in .section pseudo-op.
23469
23470 2014-02-20 lin zuojian <manjian2006@gmail.com>
23471 Joel Brobecker <brobecker@adacore.com>
23472 Doug Evans <xdje42@gmail.com>
23473
23474 PR symtab/16581
23475 * gdb.dwarf2/dw2-icycle.S: New file.
23476 * gdb.dwarf2/dw2-icycle.c: New file.
23477 * gdb.dwarf2/dw2-icycle.exp: New file.
23478
23479 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
23480
23481 * gdb.python/py-value-cc.cc: Improve test case to enable testing
23482 operations on gdb.Value objects.
23483 * gdb.python/py-value-cc.exp: Add new test to test operations on
23484 gdb.Value objects.
23485
23486 2014-02-18 Doug Evans <dje@google.com>
23487
23488 * Makefile.in (TESTS): New variable.
23489 (expanded_tests, expanded_tests_or_none): New variables
23490 (check-single): Pass $(expanded_tests_or_none) to runtest.
23491 (check-parallel): Only run tests in $(TESTS) if non-empty.
23492 (check/no-matching-tests-found): New rule.
23493 * README: Document TESTS makefile variable.
23494
23495 2014-02-18 Doug Evans <dje@google.com>
23496
23497 * Makefile.in (check-parallel): rm -rf outputs temp.
23498
23499 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
23500
23501 Fix "ERROR: no fileid for" in the testsuite.
23502 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
23503
23504 2014-02-12 Doug Evans <dje@google.com>
23505
23506 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
23507 (MISCELLANEOUS): New variable.
23508 (clean): rm -rf $(MISCELLANEOUS).
23509 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
23510 dwp live in the same directory as symlinks, with each symlink pointed
23511 to a differently named file in a different directory.
23512
23513 2014-02-11 Doug Evans <dje@google.com>
23514
23515 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
23516 of Tcl file commands.
23517
23518 2014-02-10 Mark Kettenis <kettenis@gnu.org>
23519
23520 * gdb.threads/step-after-sr-lock.exp: Avoid executing
23521 "kill -SIGUSR1 -1".
23522
23523 2014-02-10 Joel Brobecker <brobecker@adacore.com>
23524
23525 * gdb.ada/tick_length_array_enum_idx: New testcase.
23526
23527 2014-02-10 Doug Evans <xdje42@gmail.com>
23528
23529 * configure.ac (AC_OUTPUT): Add gdb.guile.
23530 * configure: Regenerate.
23531 * lib/gdb-guile.exp: New file.
23532 * lib/gdb.exp (get_target_charset): New function.
23533 * gdb.base/help.exp: Update expected output from "apropos apropos".
23534 * gdb.guile/Makefile.in: New file.
23535 * gdb.guile/guile.exp: New file.
23536 * gdb.guile/scm-arch.c: New file.
23537 * gdb.guile/scm-arch.exp: New file.
23538 * gdb.guile/scm-block.c: New file.
23539 * gdb.guile/scm-block.exp: New file.
23540 * gdb.guile/scm-breakpoint.c: New file.
23541 * gdb.guile/scm-breakpoint.exp: New file.
23542 * gdb.guile/scm-disasm.c: New file.
23543 * gdb.guile/scm-disasm.exp: New file.
23544 * gdb.guile/scm-equal.c: New file.
23545 * gdb.guile/scm-equal.exp: New file.
23546 * gdb.guile/scm-error.exp: New file.
23547 * gdb.guile/scm-error.scm: New file.
23548 * gdb.guile/scm-frame-args.c: New file.
23549 * gdb.guile/scm-frame-args.exp: New file.
23550 * gdb.guile/scm-frame-args.scm: New file.
23551 * gdb.guile/scm-frame-inline.c: New file.
23552 * gdb.guile/scm-frame-inline.exp: New file.
23553 * gdb.guile/scm-frame.c: New file.
23554 * gdb.guile/scm-frame.exp: New file.
23555 * gdb.guile/scm-generics.exp: New file.
23556 * gdb.guile/scm-gsmob.exp: New file.
23557 * gdb.guile/scm-iterator.c: New file.
23558 * gdb.guile/scm-iterator.exp: New file.
23559 * gdb.guile/scm-math.c: New file.
23560 * gdb.guile/scm-math.exp: New file.
23561 * gdb.guile/scm-objfile-script-gdb.in: New file.
23562 * gdb.guile/scm-objfile-script.c: New file.
23563 * gdb.guile/scm-objfile-script.exp: New file.
23564 * gdb.guile/scm-objfile.c: New file.
23565 * gdb.guile/scm-objfile.exp: New file.
23566 * gdb.guile/scm-ports.exp: New file.
23567 * gdb.guile/scm-pretty-print.c: New file.
23568 * gdb.guile/scm-pretty-print.exp: New file.
23569 * gdb.guile/scm-pretty-print.scm: New file.
23570 * gdb.guile/scm-section-script.c: New file.
23571 * gdb.guile/scm-section-script.exp: New file.
23572 * gdb.guile/scm-section-script.scm: New file.
23573 * gdb.guile/scm-symbol.c: New file.
23574 * gdb.guile/scm-symbol.exp: New file.
23575 * gdb.guile/scm-symtab-2.c: New file.
23576 * gdb.guile/scm-symtab.c: New file.
23577 * gdb.guile/scm-symtab.exp: New file.
23578 * gdb.guile/scm-type.c: New file.
23579 * gdb.guile/scm-type.exp: New file.
23580 * gdb.guile/scm-value-cc.cc: New file.
23581 * gdb.guile/scm-value-cc.exp: New file.
23582 * gdb.guile/scm-value.c: New file.
23583 * gdb.guile/scm-value.exp: New file.
23584 * gdb.guile/source2.scm: New file.
23585 * gdb.guile/types-module.cc: New file.
23586 * gdb.guile/types-module.exp: New file.
23587
23588 2014-02-10 Yao Qi <yao@codesourcery.com>
23589
23590 PR testsuite/16543
23591 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
23592 * configure: Regenerated.
23593 * Makefile.in: New file.
23594
23595 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
23596
23597 * gdb.python/py-framefilter.exp: Fix typo.
23598
23599 2014-02-08 Yao Qi <yao@codesourcery.com>
23600
23601 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
23602 that no =breakpoint-modified is emitted when breakpoints are
23603 modified through MI commands.
23604
23605 2014-02-07 Pedro Alves <pedro@codesourcery.com>
23606 Pedro Alves <palves@redhat.com>
23607
23608 * gdb.threads/step-after-sr-lock.c: New file.
23609 * gdb.threads/step-after-sr-lock.exp: New file.
23610
23611 2014-02-07 Pedro Alves <palves@redhat.com>
23612
23613 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
23614
23615 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
23616
23617 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
23618 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
23619
23620 2014-02-06 Doug Evans <xdje42@gmail.com>
23621
23622 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
23623 output.
23624
23625 * gdb.gdb/python-interrupts.exp: New file.
23626
23627 2014-02-05 Yao Qi <yao@codesourcery.com>
23628
23629 * gdb.trace/report.exp (use_collected_data): Test the output
23630 of "info threads" and "info inferiors".
23631
23632 2014-02-05 Yao Qi <yao@codesourcery.com>
23633
23634 Revert this patch:
23635
23636 2013-05-24 Yao Qi <yao@codesourcery.com>
23637
23638 * gdb.trace/tfile.exp: Test inferior and thread.
23639
23640 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23641
23642 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
23643 on a function.
23644 * gdb.base/step-bt.c: Call hello via function pointer to make
23645 sure its first instruction is executed on powerpc64le-linux.
23646
23647 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23648
23649 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
23650
23651 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23652
23653 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
23654 of the test patterns for use on little-endian systems.
23655
23656 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
23657
23658 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
23659 (decimal_vector): Fix for little-endian.
23660
23661 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
23662
23663 * gdb.arch/sparc-sysstep.exp: New file.
23664 * gdb.arch/sparc-sysstep.c: Likewise.
23665
23666 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
23667
23668 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
23669
23670 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
23671
23672 2014-01-23 Tom Tromey <tromey@redhat.com>
23673
23674 * gdb.ada/array_char_idx: New testcase.
23675
23676 2014-01-23 Tom Tromey <tromey@redhat.com>
23677
23678 PR python/16487:
23679 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
23680 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
23681 classes.
23682
23683 2014-01-23 Tom Tromey <tromey@redhat.com>
23684
23685 PR python/16491:
23686 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
23687 string from an inferior frame.
23688 * gdb.python/py-framefilter-mi.exp: Update.
23689
23690 2014-01-22 Doug Evans <dje@google.com>
23691
23692 * gdb.server/server-mon.exp: Add tests for "set debug-format".
23693
23694 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23695
23696 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
23697
23698 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23699
23700 * gdb.trace/entry-values.exp: Remove excess space character from
23701 regex patterns. Handle s390 call instruction.
23702
23703 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23704
23705 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
23706 define "*_start" label. Make "name" static.
23707 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
23708 ${name} by references to ${name}_start.
23709
23710 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
23711
23712 * gdb.base/info-macros.exp: Remove "debug" from the compile
23713 options.
23714
23715 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23716
23717 * gdb.dlang/demangle.exp: New file.
23718
23719 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23720
23721 * gdb.dlang/primitive-types.exp: New file.
23722
23723 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
23724
23725 * configure.ac: Create gdb.dlang/Makefile.
23726 * configure: Regenerate.
23727 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
23728 * gdb.dlang/Makefile.in: New file.
23729 * lib/d-support.exp: New file.
23730 * lib/gdb.exp (skip_d_tests): New proc.
23731
23732 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23733
23734 * gdb.btrace/delta.exp: Check reverse stepi.
23735 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
23736 * gdb.btrace/finish.exp: New.
23737 * gdb.btrace/next.exp: New.
23738 * gdb.btrace/nexti.exp: New.
23739 * gdb.btrace/record_goto.c: Add comments.
23740 * gdb.btrace/step.exp: New.
23741 * gdb.btrace/stepi.exp: New.
23742 * gdb.btrace/multi-thread-step.c: New.
23743 * gdb.btrace/multi-thread-step.exp: New.
23744 * gdb.btrace/rn-dl-bind.c: New.
23745 * gdb.btrace/rn-dl-bind.exp: New.
23746 * gdb.btrace/data.c: New.
23747 * gdb.btrace/data.exp: New.
23748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23749
23750 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23751
23752 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
23753 * gdb.btrace/exception.exp: Update.
23754 * gdb.btrace/instruction_history.exp: Update.
23755 * gdb.btrace/record_goto.exp: Update.
23756 * gdb.btrace/tailcall.exp: Update.
23757 * gdb.btrace/unknown_functions.exp: Update.
23758 * gdb.btrace/delta.exp: New.
23759
23760 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23761
23762 * gdb.btrace/record_goto.exp: Add backtrace test.
23763 * gdb.btrace/tailcall.exp: Add backtrace test.
23764
23765 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23766
23767 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
23768 * gdb.btrace/record_goto.c: New.
23769 * gdb.btrace/record_goto.exp: New.
23770 * gdb.btrace/x86-record_goto.S: New.
23771
23772 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23773
23774 * gdb.btrace/function_call_history.exp: Update tests.
23775 * gdb.btrace/instruction_history.exp: Update tests.
23776
23777 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23778
23779 * gdb.btrace/function_call_history.exp: Fix expected field
23780 order for "record function-call-history".
23781 Add new tests for "record function-call-history /c".
23782 * gdb.btrace/exception.cc: New.
23783 * gdb.btrace/exception.exp: New.
23784 * gdb.btrace/tailcall.exp: New.
23785 * gdb.btrace/x86-tailcall.S: New.
23786 * gdb.btrace/x86-tailcall.c: New.
23787 * gdb.btrace/unknown_functions.c: New.
23788 * gdb.btrace/unknown_functions.exp: New.
23789 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
23790
23791 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23792
23793 * gdb.btrace/instruction_history.exp: Update.
23794 * gdb.btrace/function_call_history.exp: Update.
23795
23796 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23797
23798 * gdb.btrace/function_call_history.exp: Fix expected function
23799 trace.
23800 * gdb.btrace/instruction_history.exp: Initialize traced.
23801 Remove traced_functions.
23802
23803 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23804
23805 * gdb.btrace/function_call_history.exp: Update
23806 * gdb.btrace/instruction_history.exp: Update.
23807
23808 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
23809
23810 * gdb.btrace/enable.exp: Update expected text.
23811
23812 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
23813
23814 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
23815 bytes.
23816
23817 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
23818
23819 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
23820
23821 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
23822
23823 * lib/gdb.exp (supports_process_record): Return true for
23824 arm*-linux*. (supports_reverse): Likewise.
23825
23826 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
23827
23828 PR python/15464
23829 PR python/16113
23830 * gdb.python/py-type.c: Enhance test case.
23831 * gdb.python/py-value-cc.cc: Likewise
23832 * gdb.python/py-type.exp: Add new tests.
23833 * gdb.python/py-value-cc.exp: Likewise
23834
23835 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
23836 Pedro Alves <palves@redhat.com>
23837
23838 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
23839 Make "name" extern.
23840 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
23841 references to ${name}_start by references to ${name}.
23842
23843 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23844
23845 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
23846
23847 2014-01-10 Joel Brobecker <brobecker@adacore.com>
23848
23849 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
23850
23851 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
23852 Pedro Alves <palves@redhat.com>
23853
23854 * gdb.mi/mi-info-os.exp: Connect to the target with
23855 mi_gdb_target_load.
23856
23857 2014-01-08 Pedro Alves <palves@redhat.com>
23858
23859 * gdb.threads/reconnect-signal.c: New file.
23860 * gdb.threads/reconnect-signal.exp: New file.
23861
23862 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
23863
23864 * gdb.base/source-dir.exp: New file.
23865
23866 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23867
23868 * gdb.ada/mi_interface: New testcase.
23869
23870 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23871
23872 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
23873 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
23874 gdb.ada/pp-rec-component/pck.ads: New files.
23875
23876 2014-01-07 Joel Brobecker <brobecker@adacore.com>
23877
23878 * gdb.python/py-pp-integral.c: New file.
23879 * gdb.python/py-pp-integral.py: New file.
23880 * gdb.python/py-pp-integral.exp: New file.
23881
23882 For older changes see ChangeLog-1993-2013.
23883 \f
23884 ;; Local Variables:
23885 ;; mode: change-log
23886 ;; left-margin: 8
23887 ;; fill-column: 74
23888 ;; version-control: never
23889 ;; End:
23890
23891 Copyright 2014-2021 Free Software Foundation, Inc.
23892 Copying and distribution of this file, with or without modification,
23893 are permitted provided the copyright notice and this notice are preserved.