]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
[gdb] Remove trailing "done" after "Reading symbols from" message
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-03-05 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/maint.exp: Update "main print statistics" expected output.
4
52020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
6
7 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
8 (fortran_int8): Likewise.
9 (fortran_real4): Likewise.
10 (fortran_real8): Likewise.
11 (fortran_complex4): Likewise.
12 (fortran_logical4): Likewise.
13 (fortran_character1): Likewise.
14
152020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
16
17 * gdb.fortran/logical.exp: Add tests that any non-zero value is
18 printed as true.
19
202020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
21
22 * gdb.base/printcmds.exp: Add test to verify printf of a
23 variable holding an address.
24
252020-03-03 Tom de Vries <tdevries@suse.de>
26
27 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
28
292020-03-03 Tom de Vries <tdevries@suse.de>
30
31 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
32 gdb_test_multiple call.
33
342020-03-03 Tom de Vries <tdevries@suse.de>
35
36 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
37 gdb_test_multiple calls.
38
392020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * gdb.base/default.exp: Remove test of 'set history filename'.
42 * gdb.base/gdbinit-history.exp: Add tests for setting the history
43 filename to the empty string.
44 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
45 and GDBHISTSIZE.
46
472020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
48
49 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
50 disabled.
51
522020-03-02 Pedro Alves <palves@redhat.com>
53 Tom de Vries <tdevries@suse.de>
54
55 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
56 -prompt prefix, before user_code argument. Add -lbl option likewise.
57 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
58 (gdb_is_target_1): Add -prompt prefix and move to before user_code
59 argument.
60 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
61 have "\r\n" at start-of-line, instead of at end-of-line.
62
632020-02-28 Simon Marchi <simon.marchi@efficios.com>
64
65 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
66 libinproctrace.so.
67
682020-02-28 Luis Machado <luis.machado@linaro.org>
69
70 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
71 to "p/x".
72
732020-02-28 Luis Machado <luis.machado@linaro.org>
74
75 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
76 asm/ptrace.h and error.h.
77
782020-02-28 Tom de Vries <tdevries@suse.de>
79
80 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
81 (struct wrapper, do_something, mundane/symada__cS): Move ...
82 * gdb.base/c-linkage-name-2.c: ... here. New source file.
83 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
84 Update "print symada__cS before partial symtab expansion" regexp.
85 Update breakpoint location. Flush symbol cache after expansion.
86
872020-02-28 Luis Machado <luis.machado@linaro.org>
88
89 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
90
912020-02-27 Tom de Vries <tdevries@suse.de>
92
93 * config/sid.exp: Remove unused globals.
94 * gdb.base/attach.exp: Same.
95 * gdb.base/catch-load.exp: Same.
96 * gdb.base/dbx.exp: Same.
97 * lib/gdb.exp: Same.
98 * lib/mi-support.exp: Same.
99 * lib/prompt.exp: Same.
100
1012020-02-27 Tom de Vries <tdevries@suse.de>
102
103 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
104 not set.
105
1062020-02-26 Aaron Merey <amerey@redhat.com>
107
108 * gdb.debuginfod: New directory for debuginfod tests.
109 * gdb.debuginfod/main.c: New test file.
110 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
111
1122020-02-26 Tom de Vries <tdevries@suse.de>
113
114 PR gdb/25603
115 * gdb.base/persistent-lang.cc: New test.
116 * gdb.base/persistent-lang.exp: New file.
117
1182020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
119
120 * gdb.fortran/derived-type-striding.exp: Add a new test.
121 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
122 new test.
123
1242020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
125
126 * gdb.base/cached-source-file.exp: Avoid source file paths in test
127 names.
128
1292020-02-25 Tom de Vries <tdevries@suse.de>
130
131 PR go/18926
132 * gdb.go/methods.exp: Remove gcc/93866 xfail.
133
1342020-02-24 Tom de Vries <tdevries@suse.de>
135
136 PR gdb/25592
137 * gdb.base/info-locals-unused-static-var.c: New test.
138 * gdb.base/info-locals-unused-static-var.exp: New file.
139
1402020-02-22 Tom Tromey <tom@tromey.com>
141
142 * gdb.python/tui-window.exp: New file.
143 * gdb.python/tui-window.py: New file.
144
1452020-02-22 Tom Tromey <tom@tromey.com>
146
147 PR tui/17850:
148 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
149 tests.
150
1512020-02-22 Tom Tromey <tom@tromey.com>
152
153 * gdb.tui/new-layout.exp: Add sub-layout tests.
154
1552020-02-22 Tom Tromey <tom@tromey.com>
156
157 * gdb.tui/new-layout.exp: New file.
158
1592020-02-22 Tom Tromey <tom@tromey.com>
160
161 * gdb.rust/rust-style.rs: New file.
162 * gdb.rust/rust-style.exp: New file.
163 * gdb.base/style.exp: Test structure printing.
164 * gdb.base/style.c (struct some_struct): New type.
165 (enum etype): New type.
166 (struct_value): New global.
167
1682020-02-21 Tom de Vries <tdevries@suse.de>
169
170 PR go/18926
171 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
172 Remove blanket xfails. Use message argument for gdb_breakpoint.
173 Make continuing to breakpoint test conditional on setting breakpoint.
174 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
175 DW_AT_name attribute. Add xfail for GCC PR93866.
176
1772020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.dwarf2/cpp-linkage-name.c: New file.
180 * gdb.dwarf2/cpp-linkage-name.exp: New file.
181
1822020-02-21 Shahab Vahedi <shahab@synopsys.com>
183
184 * lib/gdb.exp (gdb_wrapper_init): Reset
185 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
186 not exist.
187
1882020-02-20 Tom de Vries <tdevries@suse.de>
189
190 PR go/17018
191 * gdb.go/hello.exp: Copy ...
192 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
193 print of st to print value of global definition. Add xfail for GCC
194 PR93844.
195 * gdb.go/hello.exp: Remove printing of st before definition.
196 * gdb.go/hello.go: Copy ...
197 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
198 to st.
199 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
200
2012020-02-20 Tom de Vries <tdevries@suse.de>
202
203 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
204 (gdb_simple_compile): Handle compile_flags go by using .go extension
205 for source file.
206 * gdb.go/chan.exp: Use support_go_compile.
207 * gdb.go/handcall.exp: Same.
208 * gdb.go/hello.exp: Same.
209 * gdb.go/integers.exp: Same.
210 * gdb.go/max-depth.exp: Same.
211 * gdb.go/methods.exp: Same.
212 * gdb.go/package.exp: Same.
213 * gdb.go/strings.exp: Same.
214 * gdb.go/types.exp: Same.
215 * gdb.go/unsafe.exp: Same.
216
2172020-02-19 Tom de Vries <tdevries@suse.de>
218
219 * gdb.python/lib-types.exp: Make xfail more strict.
220
2212020-02-19 Tom de Vries <tdevries@suse.de>
222
223 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
224
2252020-02-19 Doug Evans <dje@google.com>
226
227 PR rust/25535
228 * gdb.rust/simple.exp: Add test.
229 * gdb.rust/simple.rs: Add test.
230
2312020-02-19 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
234 output line-by-line.
235
2362020-02-19 Tom de Vries <tdevries@suse.de>
237
238 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
239
2402020-02-19 Tom de Vries <tdevries@suse.de>
241
242 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
243 prelink.
244
2452020-02-19 Tom de Vries <tdevries@suse.de>
246
247 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
248 (gdb_do_cache): Use gdb_do_cache_wrap.
249 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
250
2512020-02-19 Tom de Vries <tdevries@suse.de>
252
253 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
254 gdb_compile option.
255
2562020-02-18 Simon Marchi <simon.marchi@efficios.com>
257
258 * gdb.base/printcmds.exp (test_print_enums): Update expected
259 output.
260
2612020-02-18 Simon Marchi <simon.marchi@efficios.com>
262
263 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
264 for "unknown".
265
2662020-02-18 Simon Marchi <simon.marchi@efficios.com>
267
268 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
269 enumerator.
270
2712020-02-18 Simon Marchi <simon.marchi@efficios.com>
272
273 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
274 FE_, add FE_NONE.
275 (three): Update.
276 (enum flag_enum_without_zero): New enum.
277 (flag_enum_without_zero): New variable.
278 (enum not_flag_enum): New enum.
279 (three_not_flag): New variable.
280 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
281 (test_print_enums): Add more tests for printing flag enums.
282
2832020-02-18 Tom de Vries <tdevries@suse.de>
284
285 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
286 (gdb_compile_ada): ... here.
287 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
288 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
289
2902020-02-14 Tom Tromey <tom@tromey.com>
291
292 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
293 build directory.
294 * boards/gdbserver-base.exp: Update path to gdbserver.
295
2962020-02-13 Tom de Vries <tdevries@suse.de>
297
298 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
299
3002020-02-13 Tom de Vries <tdevries@suse.de>
301
302 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
303 are missing.
304
3052020-02-13 Tom de Vries <tdevries@suse.de>
306
307 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
308 call.
309
3102020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
311
312 PR tui/25126
313 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
314 * gdb.base/cached-source-file.c: New file.
315 * gdb.base/cached-source-file.exp: New file.
316
3172020-02-11 Tom de Vries <tdevries@suse.de>
318
319 PR testsuite/25488
320 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
321
3222020-02-10 Tom de Vries <tdevries@suse.de>
323
324 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
325
3262020-02-10 Maciej W. Rozycki <macro@wdc.com>
327
328 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
329 and $after_addr are both integers before making a comparison.
330
3312020-02-09 Tom de Vries <tdevries@suse.de>
332
333 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
334 command output and paste it into gdb.log. If any, paste catch message
335 to gdb.log.
336
3372020-02-07 Tom Tromey <tromey@adacore.com>
338
339 PR breakpoints/24915:
340 * gdb.base/annotate-symlink.exp: Use setup_xfail.
341
3422020-02-06 Shahab Vahedi <shahab@synopsys.com>
343
344 * gdb.tui/tui-missing-src.exp: Add the "missing source
345 file" test for the TUI.
346
3472020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
350 including a port number in the output.
351
3522020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
353
354 * lib/fortran.exp (fortran_int4): Handle clang.
355 (fortran_int8): Likewise.
356 (fortran_real4): Likewise.
357 (fortran_real8): Likewise.
358 (fortran_complex4): Likewise.
359 (fortran_logical4): Likewise.
360 (fortran_character1): Likewise.
361
3622020-02-04 Tom de Vries <tdevries@suse.de>
363
364 * README (Race detection): Add note.
365
3662020-02-04 Tom de Vries <tdevries@suse.de>
367
368 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
369
3702020-02-04 Tom de Vries <tdevries@suse.de>
371
372 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
373
3742020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
375
376 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
377 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
378 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
379 blttar, bnetarl.
380 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
381 binary for blttar, bnetarl.
382 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
383 wait instruction. Delete ldmx test.
384 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
385
3862020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
387
388 * gdb.fortran/array-bounds-high.exp: New file.
389 * gdb.fortran/array-bounds-high.f90: New file.
390
3912020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
392
393 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
394 Replace #include of <sys/fcntl.h> by <fcntl.h>.
395
3962020-02-01 Tom de Vries <tdevries@suse.de>
397
398 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
399
4002020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
401
402 PR tui/9765
403 * gdb.tui/tui-layout-asm-short-prog.S: New file.
404 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
405
4062020-01-29 Luis Machado <luis.machado@linaro.org>
407
408 * gdb.arch/aarch64-brk-patterns.c: New source file.
409 * gdb.arch/aarch64-brk-patterns.exp: New test.
410
4112020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
412
413 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
414 GCC/Clang version.
415 * gdb.cp/pass-by-ref.exp: Ditto.
416
4172020-01-29 Tom de Vries <tdevries@suse.de>
418
419 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
420 * gdb.threads/watchpoint-fork-mt.c: Same.
421 * gdb.threads/watchpoint-fork-parent.c: Same.
422 * gdb.threads/watchpoint-fork-st.c: Same.
423 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
424
4252020-01-27 Luis Machado <luis.machado@linaro.org>
426
427 * gdb.base/step-over-syscall.exp (setup): Check if we're already
428 sitting at a syscall instruction when we hit the syscall function's
429 breakpoint.
430 Check PC against one obtained with the x command.
431 Validate syscall number.
432 (step_over_syscall): Don't continue to the syscall instruction if
433 we're already there.
434
4352020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
436
437 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
438
4392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
440
441 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
442 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
443
4442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.dwarf2/dw2-inline-stepping.c: New file.
447 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
448
4492020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.base/maint.exp: Update line table parsing test.
452 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
453
4542020-01-24 Pedro Alves <palves@redhat.com>
455
456 PR gdb/25410
457 * gdb.multi/multi-re-run-1.c: New.
458 * gdb.multi/multi-re-run-2.c: New.
459 * gdb.multi/multi-re-run.exp: New.
460
4612020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 PR gdb/23718
464 * gdb.server/server-kill-python.exp: New file.
465
4662020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.server/multi-ui-errors.c: New file.
469 * gdb.server/multi-ui-errors.exp: New file.
470
4712020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
472
473 PR tui/9765
474 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
475
4762020-01-19 Tom Tromey <tom@tromey.com>
477
478 * gdb.tui/main.exp: Add check for plain "file".
479
4802020-01-16 Christian Biesinger <cbiesinger@google.com>
481
482 * lib/gdb.exp: Fix spelling error (seperatelly).
483
4842020-01-14 Tom Tromey <tom@tromey.com>
485
486 PR symtab/12535:
487 * gdb.python/python.exp: Test decode_line with empty string
488 argument.
489
4902020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
491
492 * gdb.base/skip-inline.exp: Extend test.
493
4942020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
497 * gdb.dwarf2/dw2-bad-elf.c: New file.
498 * gdb.dwarf2/dw2-bad-elf.exp: New file.
499
5002020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
503 _line_saw_file.
504
5052020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
508 border.
509
5102020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
511
512 * gdb.multi/multi-target.exp (setup): Factor out "info
513 connections" and "info inferiors" tests to ...
514 (test_info_inferiors): ... this new procedure.
515 (top level): Run new "info-inferiors" tests.
516
5172020-01-10 Pedro Alves <palves@redhat.com>
518
519 * gdb.server/bkpt-other-inferior.exp: New file.
520
5212020-01-10 Pedro Alves <palves@redhat.com>
522
523 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
524 of "add-inferior".
525 * gdb.base/quit-live.exp: Likewise.
526 * gdb.base/remote-exec-file.exp: Likewise.
527 * gdb.guile/scm-progspace.exp: Likewise.
528 * gdb.linespec/linespec.exp: Likewise.
529 * gdb.mi/new-ui-mi-sync.exp: Likewise.
530 * gdb.mi/user-selected-context-sync.exp: Likewise.
531 * gdb.multi/multi-target.exp (setup): Add "info connection" and
532 "info inferiors" tests.
533 * gdb.multi/remove-inferiors.exp: Adjust expected output of
534 "add-inferior".
535 * gdb.multi/watchpoint-multi.exp: Likewise.
536 * gdb.python/py-inferior.exp: Likewise.
537 * gdb.server/extended-remote-restart.exp: Likewise.
538 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
539 "info inferiors".
540 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
541 * gdb.trace/report.exp: Likewise.
542
5432020-01-10 Pedro Alves <palves@redhat.com>
544
545 * gdb.multi/multi-target.c: New file.
546 * gdb.multi/multi-target.exp: New file.
547 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
548 mode requested, but remote does not support non-stop".
549
5502020-01-10 Pedro Alves <palves@redhat.com>
551
552 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
553 disconnect before reconnecting.
554
5552020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
556 Pedro Alves <palves@redhat.com>
557
558 * gdb.server/connect-without-multi-process.exp: Also test
559 continuing to end.
560
5612020-01-10 Pedro Alves <palves@redhat.com>
562
563 * gdb.base/remote-exec-file.exp: New file.
564
5652020-01-10 Pedro Alves <palves@redhat.com>
566
567 * gdb.base/fork-running-state.exp (do_test): Adjust expected
568 output.
569 * gdb.threads/async.c: New.
570 * gdb.threads/async.exp: New.
571 * gdb.multi/tids-gid-reset.c: New.
572 * gdb.multi/tids-gid-reset.exp: New.
573
5742020-01-10 George Barrett <bob@bob131.so>
575
576 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
577 to help in finding the image relocation offset.
578 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
579 options in arguments.
580 (stap_test_no_debuginfo): Likewise.
581 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
582 test variants.
583 (stap_test): Add null semaphore relocation test.
584
5852020-01-10 George Barrett <bob@bob131.so>
586
587 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
588 * gdb.base/stap-probe.exp: Likewise.
589 (stap_test): Pass argument as an additional flag.
590 (stap_test_no_debuginfo): Likewise.
591 (stap_test): Check `info probes stap' output for semaphore
592 addresses if the test binary is supposed to have them.
593
5942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
595
596 * gdb.tui/basic.exp: Add more scrolling tests.
597
5982020-01-09 Tom Tromey <tom@tromey.com>
599
600 PR tui/18932:
601 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
602 meangingful value.
603 (Term::command, Term::resize): Update.
604 * gdb.tui/basic.exp: Add scrolling test.
605
6062020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
607
608 * gdb.tui/tui-layout-asm.exp: New file.
609
6102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
611
612 * lib/tuiterm.exp (Term::check_box_contents): New proc.
613
6142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
615
616 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
617 (Term::enter_tui): Use Term::prepare_for_tui.
618
6192020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
620
621 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
622 called.
623
6242020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
625
626 * gdb.base/skip.exp: Fix race condition in test.
627
6282020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
629
630 * gdb.base/backtrace.c: New file.
631 * gdb.base/backtrace.exp: New file.
632
6332020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
634
635 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
636
6372020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
638
639 * gdb.base/style.exp: Test that warnings are styled.
640
6412019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
642
643 * gdb.base/line65535.exp: New file.
644 * gdb.base/line65535.c: New file.
645
6462019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
647
648 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
649 * lib/gnat_debug_info_test.adb: New file.
650 * gdb.ada/ptype_tagged_param.exp: Use
651 gnat_runtime_has_debug_info, expect a different output if
652 runtime does not have debug info.
653
6542019-12-20 Simon Marchi <simon.marchi@efficios.com>
655
656 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
657 (another) quote in test name.
658
6592019-12-20 Simon Marchi <simon.marchi@efficios.com>
660
661 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
662 Add quote in test name.
663
6642019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
665
666 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
667 directory instead.
668 * gdb.cp/pass-by-ref.exp: Extend with more cases.
669 * gdb.cp/pass-by-ref-2.cc: New file.
670 * gdb.cp/pass-by-ref-2.exp: New file.
671
6722019-12-20 Tom Tromey <tom@tromey.com>
673
674 * gdb.tui/list-before.exp: New file.
675
6762019-12-20 Tom Tromey <tom@tromey.com>
677
678 * gdb.tui/list.exp: Check for source on initial listing.
679
6802019-12-11 Tom Tromey <tromey@adacore.com>
681
682 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
683 Add crlf test.
684
6852019-12-18 Simon Marchi <simon.marchi@efficios.com>
686
687 * gdb.base/default.exp: Update value of $_gdb_major.
688
6892019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
690
691 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
692
6932019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
694
695 * gdb.base/skip.exp: Whitespace fix.
696
6972019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
698
699 * gdb.base/skip-inline.c: New file.
700 * gdb.base/skip-inline.exp: New file.
701
7022019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
703
704 * gdb.base/jit-reader.exp (jit_reader_test): Rename
705 jit_function_00 to jit_function_stack_mangle.
706 * gdb.base/jithost.c (jit_function_t): Rename to...
707 (jit_function_stack_mangle_t): ... this.
708 (jit_function_add_t): New typedef.
709 (jit_function_00_code): Rename to...
710 (jit_function_stack_mangle_code): ... this, make static.
711 (jit_function_add_code): New.
712 (main): Generate "add" function and call it. Adjust to changes
713 in jithost_abi.
714 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
715 (struct jithost_abi) <begin, end>: Remove fields.
716 <object, function_stack_mangle, function_add>: New fields.
717 * gdb.base/jitreader.c (struct reader_state) <code_begin,
718 code_end>: Remove fields.
719 <func_stack_mangle>: New field.
720 (read_debug_info): Adjust to renaming, create block for "add"
721 function.
722 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
723
7242019-12-11 Tom Tromey <tom@tromey.com>
725
726 * gdb.tui/resize.exp: Fix regexp.
727 * gdb.tui/regs.exp: Fix regexps.
728 * gdb.tui/main.exp: Fix regexp.
729
7302019-12-11 Tom Tromey <tom@tromey.com>
731
732 * gdb.tui/resize.exp: Update.
733 * gdb.tui/empty.exp (layouts): Update.
734
7352019-12-11 Tom Tromey <tom@tromey.com>
736
737 * gdb.tui/regs.exp: Update.
738 * gdb.tui/empty.exp (layouts): Update.
739 * gdb.tui/basic.exp: Update.
740 * lib/tuiterm.exp (_check_box): Don't check bottom border.
741
7422019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
743
744 * gdb.base/options.exp: Add -raw-values in the print completion list.
745 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
746
7472019-12-10 Kevin Buettner <kevinb@redhat.com>
748
749 * gdb.threads/omp-par-scope.c: New file.
750 * gdb/threads/omp-par-scope.exp: New file.
751
7522019-12-10 Kevin Buettner <kevinb@redhat.com>
753
754 * lib/gdb.exp (support_nested_function_tests): New proc.
755
7562019-12-10 Kevin Buettner <kevinb@redhat.com>
757
758 * lib/gdb.exp (gdb_compile_openmp): New proc.
759 (build_executable_from_specs): Add an "openmp" option.
760 (gdb_compile_pthreads): Add non-executable case.
761
7622019-12-10 Tom Tromey <tromey@adacore.com>
763
764 * gdb.ada/unchecked_union.exp: New file.
765 * gdb.ada/unchecked_union/pck.adb: New file.
766 * gdb.ada/unchecked_union/pck.ads: New file.
767 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
768 * gdb-utils.exp (string_to_regexp): Also quote "?".
769
7702019-12-10 George Barrett <bob@bob131.so>
771
772 Test scripted probe breakpoints.
773 * gdb.guile/scm-breakpoint.c (main): Add probe point.
774 * gdb.python/py-breakpoint.c (main): Likewise.
775 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
776 specifier test.
777 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
778
7792019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
780
781 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
782 an rvalue parameter.
783 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
784 parameter.
785
7862019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
789 modules.
790
7912019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
794 broken version of GCC.
795
7962019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
797
798 * gdb.fortran/info-modules.exp: Rewrite to make use of new
799 sym-info-cmds library.
800 * gdb.fortran/info-types.exp: Likewise.
801 * lib/sym-info-cmds.exp: New file.
802
8032019-12-08 Tom de Vries <tdevries@suse.de>
804
805 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
806
8072019-12-07 Keith Seitz <keiths@redhat.com>
808
809 * gdb.base/corefile-buildid-shlib-shr.c: New file.
810 * gdb.base/corefile-buildid-shlib.c: New file.
811 * gdb.base/corefile-buildid.c: New file.
812 * gdb.base/corefile-buildid.exp: New file.
813
8142019-12-06 Tom de Vries <tdevries@suse.de>
815
816 * gdb.dwarf2/varval.exp: Add decl before def test.
817
8182019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
819
820 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
821
8222019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
823
824 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
825 CV and reference conversion for overload resolution.
826 * gdb.cp/rvalue-ref-overload.exp: Test it.
827
8282019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
829
830 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
831 * gdb.base/frameapply.exp: Test faas without command.
832
8332019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
834
835 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
836 Fortran tests.
837 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
838 order.
839
8402019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
843 casting to type with no kind specified.
844 (test_basic_parsing_of_type_kinds): Additional tests for types
845 with no kind specified, and add tests for single/double
846 precision/complex types.
847
8482019-12-04 Tom Tromey <tromey@adacore.com>
849
850 * gdb.base/endianity.c (struct other) <x>: New field.
851 (main): Initialize it.
852 * gdb.base/endianity.exp: Update.
853
8542019-12-04 Tom Tromey <tromey@adacore.com>
855
856 * gdb.ada/scalar_storage/storage.adb: New file.
857 * gdb.ada/scalar_storage/pck.adb: New file.
858 * gdb.ada/scalar_storage/pck.ads: New file.
859 * gdb.ada/scalar_storage.exp: New file.
860
8612019-12-04 Tom Tromey <tromey@adacore.com>
862
863 * gdb.base/endianity.c (struct otherendian) <f>: New field.
864 (main): Initialize it.
865 * gdb.base/endianity.exp: Update.
866
8672019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
868
869 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
870
8712019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
872
873 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
874 -symbol-info-module-functions and -symbol-info-module-variables.
875
8762019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
877
878 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
879
8802019-12-01 Richard Bunt <richard.bunt@arm.com>
881 Andrew Burgess <andrew.burgess@embecosm.com>
882
883 * gdb.fortran/derived-type-striding.exp: New file.
884 * gdb.fortran/derived-type-striding.f90: New file.
885 * gdb.fortran/array-slices.exp: New file.
886 * gdb.fortran/array-slices.f90: New file.
887
8882019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
889
890 * gdb.base/define.exp: Test . in command names.
891 * gdb.base/setshow.exp: Update test, as . is now part of
892 command name.
893
8942019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
895
896 * gdb.base/define-prefix.exp: New file.
897
8982019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
901 compile.
902 (skip_btrace_pt_tests): Likewise.
903
9042019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
905
906 * gdb.fortran/info-modules.exp: Compile source files in correct
907 order.
908
9092019-11-27 Kevin Buettner <kevinb@redhat.com>
910
911 * gdb.dwarf2/imported-unit.exp: New file.
912 * gdb.dwarf2/imported-unit.c: New file.
913
9142019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
915
916 * gdb.mi/mi-fortran-modules-2.f90: New file.
917 * gdb.mi/mi-fortran-modules.exp: New file.
918 * gdb.mi/mi-fortran-modules.f90: New file.
919
9202019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
921
922 * gdb.mi/mi-sym-info-1.c: New file.
923 * gdb.mi/mi-sym-info-2.c: New file.
924 * gdb.mi/mi-sym-info.exp: New file.
925
9262019-11-22 Tom Tromey <tromey@adacore.com>
927
928 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
929 * gdb.ada/tasks/foo.adb: Add another stopping location.
930
9312019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
932
933 * gdb.base/endianity.c: New test.
934 * gdb.base/endianity.exp: New file.
935
9362019-11-21 Lukas Durfina <ldurfina@tachyum.com>
937
938 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
939
9402019-11-21 Tom de Vries <tdevries@suse.de>
941
942 PR gdb/24956
943 * gdb.base/ui-redirect.exp: Test output of user-defined command.
944
9452019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
946
947 * gdb.python/py-progspace.exp: Add missing parentheses on some
948 'print' commands.
949
9502019-11-19 Tom Tromey <tom@tromey.com>
951
952 * gdb.tui/winheight.exp: New file.
953
9542019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
955
956 * gdb.base/ctf-whatis.c: Delete.
957 * gdb.base/ctf-whatis.exp: Delete.
958 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
959
9602019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
961
962 * gdb.base/ctf-cvexpr.exp: Delete.
963 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
964
9652019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
966
967 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
968 the compiler. Clean up header comment a little.
969 * gdb.base/ctf-ptype.exp: Likewise.
970 * gdb.base/ctf-whatis.exp: Likewise.
971 * lib/gdb.exp (skip_ctf_tests): New proc.
972
9732019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
974
975 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
976 * gdb.tui/corefile-run.exp: New file.
977
9782019-11-14 Tom Tromey <tromey@adacore.com>
979
980 * gdb.base/gdbvars.exp (test_convenience_variables): Add
981 regression tests.
982
9832019-11-12 Tom Tromey <tom@tromey.com>
984
985 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
986 after any command. Expect prompt after WAIT_FOR is seen.
987 (enter_tui): Enable resize messages.
988 (command): Expect command in output.
989 (get_line): Avoid error when cursor appears to be off-screen.
990 (dump_screen): Include screen size in title.
991 (_do_resize): New proc, from "resize".
992 (resize): Rewrite. Do resize in two steps.
993 * gdb.tui/empty.exp (layouts): Fix entries.
994 (check_boxes): Remove xfail.
995 (check_text): Dump screen on failure.
996
9972019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
998
999 * gdb.python/py-symbol.exp: Add test for
1000 gdb.lookup_static_symbols.
1001
10022019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
1003
1004 * gdb.python/py-symbol.c: Declare and call function from new
1005 py-symbol-2.c file.
1006 * gdb.python/py-symbol.exp: Compile both source files, and add new
1007 tests for gdb.lookup_static_symbol.
1008 * gdb.python/py-symbol-2.c: New file.
1009
10102019-11-02 Tom de Vries <tdevries@suse.de>
1011
1012 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
1013 * gdb.base/anon.exp: Same.
1014 * gdb.base/auto-connect-native-target.exp: Same.
1015 * gdb.base/call-ar-st.exp: Same.
1016 * gdb.base/catch-syscall.exp: Same.
1017 * gdb.base/commands.exp: Same.
1018 * gdb.base/default.exp: Same.
1019 * gdb.base/display.exp: Same.
1020 * gdb.base/float.exp: Same.
1021 * gdb.base/foll-fork.exp: Same.
1022 * gdb.base/help.exp: Same.
1023 * gdb.base/info-macros.exp: Same.
1024 * gdb.base/info-proc.exp: Same.
1025 * gdb.base/info-target.exp: Same.
1026 * gdb.base/long_long.exp: Same.
1027 * gdb.base/macscp.exp: Same.
1028 * gdb.base/memattr.exp: Same.
1029 * gdb.base/nofield.exp: Same.
1030 * gdb.base/pointers.exp: Same.
1031 * gdb.base/printcmds.exp: Same.
1032 * gdb.base/ptype.exp: Same.
1033 * gdb.base/restore.exp: Same.
1034 * gdb.base/return.exp: Same.
1035 * gdb.base/scope.exp: Same.
1036 * gdb.base/set-noassign.exp: Same.
1037 * gdb.base/setshow.exp: Same.
1038 * gdb.base/shlib-call.exp: Same.
1039 * gdb.base/signals.exp: Same.
1040 * gdb.base/sigstep.exp: Same.
1041 * gdb.base/skip.exp: Same.
1042 * gdb.base/solib-symbol.exp: Same.
1043 * gdb.base/stap-probe.exp: Same.
1044 * gdb.base/step-line.exp: Same.
1045 * gdb.base/step-test.exp: Same.
1046 * gdb.base/style.exp: Same.
1047 * gdb.base/varargs.exp: Same.
1048 * gdb.base/vla-datatypes.exp: Same.
1049 * gdb.base/vla-ptr.exp: Same.
1050 * gdb.base/vla-sideeffect.exp: Same.
1051 * gdb.base/volatile.exp: Same.
1052 * gdb.base/watch-cond-infcall.exp: Same.
1053 * gdb.base/watchpoint.exp: Same.
1054
10552019-11-02 Tom de Vries <tdevries@suse.de>
1056
1057 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
1058 * gdb.cp/cpexprs.exp: Same.
1059 * gdb.cp/except-multi-location.exp: Same.
1060 * gdb.cp/exceptprint.exp: Same.
1061 * gdb.cp/gdb2384.exp: Same.
1062 * gdb.cp/inherit.exp: Same.
1063 * gdb.cp/m-static.exp: Same.
1064 * gdb.cp/meth-typedefs.exp: Same.
1065 * gdb.cp/misc.exp: Same.
1066 * gdb.cp/namespace.exp: Same.
1067 * gdb.cp/non-trivial-retval.exp: Same.
1068 * gdb.cp/overload.exp: Same.
1069 * gdb.cp/pr17132.exp: Same.
1070 * gdb.cp/re-set-overloaded.exp: Same.
1071 * gdb.cp/rvalue-ref-types.exp: Same.
1072 * gdb.cp/templates.exp: Same.
1073
10742019-11-01 Luis Machado <luis.machado@linaro.org>
1075
1076 PR gdb/25124
1077
1078 * gdb.arch/pr25124.S: New file.
1079 * gdb.arch/pr25124.exp: New file.
1080
10812019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.fortran/info-modules.exp: Update expected results, and add
1084 additional tests for 'info module functinos', and 'info module
1085 variables'.
1086 * gdb.fortran/info-types.exp: Update expected results.
1087 * gdb.fortran/info-types.f90: Extend testcase with additional
1088 module variables and functions.
1089
10902019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
1091
1092 * gdb.fortran/info-modules.exp: New file.
1093 * gdb.fortran/info-types.exp: Build with new file.
1094 * gdb.fortran/info-types.f90: Include and use new module.
1095 * gdb.fortran/info-types-2.f90: New file.
1096
10972019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1098
1099 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
1100 * gdb.base/settings.exp: Test all settings types using
1101 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
1102 that now verifies that the value of "maint show" is the same as
1103 returned by the settings functions. Test the type of the
1104 maintenance settings.
1105 * gdb.base/default.exp: Update show_conv_list.
1106
11072019-10-31 Tom de Vries <tdevries@suse.de>
1108
1109 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
1110 gdb_test.
1111 * gdb.arch/amd64-disp-step.exp: Same.
1112 * gdb.asm/asm-source.exp: Same.
1113 * gdb.btrace/buffer-size.exp: Same.
1114 * gdb.btrace/cpu.exp: Same.
1115 * gdb.btrace/enable.exp: Same.
1116 * gdb.dwarf2/count.exp: Same.
1117 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1118 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
1119 * gdb.fortran/vla-datatypes.exp: Same.
1120 * gdb.fortran/vla-history.exp: Same.
1121 * gdb.fortran/vla-ptype.exp: Same.
1122 * gdb.fortran/vla-value.exp: Same.
1123 * gdb.fortran/whatis_type.exp: Same.
1124 * gdb.guile/guile.exp: Same.
1125 * gdb.multi/tids.exp: Same.
1126 * gdb.python/py-finish-breakpoint.exp: Same.
1127 * gdb.python/py-framefilter.exp: Same.
1128 * gdb.python/py-pp-registration.exp: Same.
1129 * gdb.python/py-xmethods.exp: Same.
1130 * gdb.python/python.exp: Same.
1131 * gdb.server/connect-with-no-symbol-file.exp: Same.
1132 * gdb.server/no-thread-db.exp: Same.
1133 * gdb.server/run-without-local-binary.exp: Same.
1134 * gdb.stabs/weird.exp: Same.
1135 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1136 * gdb.threads/thread-find.exp: Same.
1137 * gdb.threads/tls-shared.exp: Same.
1138 * gdb.threads/tls.exp: Same.
1139 * gdb.threads/wp-replication.exp: Same.
1140 * gdb.trace/ax.exp: Same.
1141 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1142
11432019-10-31 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1146 * gdb.ada/array_subscript_addr.exp: Same.
1147 * gdb.ada/arrayidx.exp: Same.
1148 * gdb.ada/arrayparam.exp: Same.
1149 * gdb.ada/arrayptr.exp: Same.
1150 * gdb.ada/boolean_expr.exp: Same.
1151 * gdb.ada/call_pn.exp: Same.
1152 * gdb.ada/complete.exp: Same.
1153 * gdb.ada/fixed_cmp.exp: Same.
1154 * gdb.ada/fun_addr.exp: Same.
1155 * gdb.ada/funcall_param.exp: Same.
1156 * gdb.ada/interface.exp: Same.
1157 * gdb.ada/mod_from_name.exp: Same.
1158 * gdb.ada/null_array.exp: Same.
1159 * gdb.ada/packed_array.exp: Same.
1160 * gdb.ada/packed_tagged.exp: Same.
1161 * gdb.ada/print_chars.exp: Same.
1162 * gdb.ada/print_pc.exp: Same.
1163 * gdb.ada/ptype_arith_binop.exp: Same.
1164 * gdb.ada/ptype_field.exp: Same.
1165 * gdb.ada/ptype_tagged_param.exp: Same.
1166 * gdb.ada/rec_return.exp: Same.
1167 * gdb.ada/ref_tick_size.exp: Same.
1168 * gdb.ada/str_ref_cmp.exp: Same.
1169 * gdb.ada/taft_type.exp: Same.
1170 * gdb.ada/tagged.exp: Same.
1171 * gdb.ada/type_coercion.exp: Same.
1172 * gdb.ada/uninitialized_vars.exp: Same.
1173
11742019-10-30 Tom de Vries <tdevries@suse.de>
1175
1176 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1177
11782019-10-26 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.base/bigcore.c: Fix typos in comments.
1181 * gdb.base/ctf-ptype.c: Same.
1182 * gdb.base/long_long.c: Same.
1183 * gdb.dwarf2/dw2-op-out-param.S: Same.
1184 * gdb.python/py-evthreads.c: Same.
1185 * gdb.reverse/i387-stack-reverse.c: Same.
1186 * gdb.trace/tfile.c: Same.
1187 * lib/compiler.c: Same.
1188 * lib/compiler.cc: Same.
1189
11902019-10-25 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1193 gdb_test_multiple calls.
1194 * gdb.reverse/sigall-reverse.exp: Same.
1195 * gdb.reverse/solib-precsave.exp: Same.
1196 * gdb.reverse/solib-reverse.exp: Same.
1197 * gdb.reverse/until-precsave.exp: Same.
1198 * gdb.reverse/until-reverse.exp: Same.
1199
12002019-10-24 Tom de Vries <tdevries@suse.de>
1201
1202 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1203 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1204 kfail using -wrap pattern flag and convenience variable
1205 gdb_test_name.
1206
12072019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1208
1209 * gdb.python/py-progspace.exp: Add tests for the
1210 Progspace.block_for_pc method.
1211
12122019-10-23 Tom Tromey <tom@tromey.com>
1213
1214 * configure: Rebuild.
1215 * aclocal.m4: Use m4_include, not sinclude.
1216
12172019-10-21 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.base/infcall-nested-structs.c: Add
1220 __attribute__((noinline,noclone)) to all functions.
1221 (call_all): Add missing variable initialization. Simplify return value.
1222 (breakpt): Increment volatile variable, to prevent call from being
1223 optimized out.
1224 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1225
12262019-10-17 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.fortran/module.exp: Allow info variables to print info for files
1229 other than module.f90.
1230
12312019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1232
1233 * gdb.fortran/module.exp: Extend with 'info variables' test.
1234
12352019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1236
1237 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1238 F77_FOR_TARGET.
1239
12402019-10-16 Tom de Vries <tdevries@suse.de>
1241
1242 PR tdep/25096
1243 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1244
12452019-10-16 Tom de Vries <tdevries@suse.de>
1246
1247 PR tdep/24104
1248 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1249 Add KFAIL for PR tdep/25096.
1250
12512019-10-16 Tom de Vries <tdevries@suse.de>
1252
1253 PR testsuite/25059
1254 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1255
12562019-10-16 Tom de Vries <tdevries@suse.de>
1257
1258 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1259 as signed.
1260
12612019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1262
1263 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1264 one instead of increasing timeout.
1265
12662019-10-13 Tom de Vries <tdevries@suse.de>
1267
1268 PR record/25038
1269 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1270 * gdb.reverse/sigall-reverse.exp: Same.
1271 * gdb.reverse/solib-precsave.exp: Same.
1272 * gdb.reverse/solib-reverse.exp: Same.
1273 * gdb.reverse/step-precsave.exp: Same.
1274 * gdb.reverse/until-precsave.exp: Same.
1275 * gdb.reverse/until-reverse.exp: Same.
1276 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1277
12782019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1279
1280 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1281 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1282 (cmp_struct_05_01, cmp_struct_static_02_01)
1283 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1284 comparisons.
1285
12862019-10-10 Tom de Vries <tdevries@suse.de>
1287
1288 PR testsuite/24888
1289 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1290 gnatlink.
1291
12922019-10-09 Tom de Vries <tdevries@suse.de>
1293
1294 PR testsuite/25048
1295 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1296
12972019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1298
1299 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1300 exceptions due to missing debug information.
1301
13022019-10-07 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1305
13062019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1307
1308 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1309 * gdb.base/annota1.exp: Update to use gdb_test_name.
1310
13112019-10-07 Weimin Pan <weimin.pan@oracle.com>
1312
1313 * gdb.base/ctf-whatis.exp: New file.
1314 * gdb.base/ctf-whatis.c: New file.
1315 * gdb.base/ctf-ptype.exp: New file.
1316 * gdb.base/ctf-ptype.c: New file.
1317 * gdb.base/ctf-constvars.exp: New file.
1318 * gdb.base/ctf-constvars.c: New file.
1319 * gdb.base/ctf-cvexpr.exp: New file.
1320
13212019-10-04 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1324 for loop.
1325
13262019-10-03 Tom Tromey <tom@tromey.com>
1327
1328 PR rust/24976:
1329 * gdb.rust/simple.rs (Union2): New type.
1330 (main): Use Union2.
1331 * gdb.rust/simple.exp: Add test.
1332
13332019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1336 nested function prefix.
1337
13382019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1339 Richard Bunt <richard.bunt@arm.com>
1340 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1343 nested functions.
1344 * gdb.fortran/nested-funcs.f90: Update expected results.
1345 * gdb.fortran/nested-funcs-2.exp: New file.
1346 * gdb.fortran/nested-funcs-2.f90: New file.
1347
13482019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1349
1350 * gdb.python/py-parameter.exp: Make test names unique.
1351 * gdb.python/py-template.exp: Likewise.
1352 * gdb.python/py-value.exp: Likewise.
1353
13542019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.base/break-interp.exp: Reduce test name duplication.
1357 * gdb.base/call-sc.exp: Likewise.
1358 * gdb.base/callfuncs.exp: Likewise.
1359 * gdb.base/charset.exp: Likewise.
1360 * gdb.base/dump.exp: Likewise.
1361 * gdb.base/ena-dis-br.exp: Likewise.
1362 * gdb.base/relational.exp: Likewise.
1363 * gdb.base/step-over-syscall.exp: Likewise.
1364 * gdb.base/structs.exp: Likewise.
1365
13662019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1367
1368 * gdb.linespec/explicit.exp: Make test names unique.
1369 * gdb.linespec/ls-errs.exp: Likewise.
1370
13712019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1372
1373 * gdb.reverse/break-precsave.exp: Make test names unique.
1374 * gdb.reverse/break-reverse.exp: Likewise.
1375 * gdb.reverse/finish-precsave.exp: Likewise.
1376 * gdb.reverse/finish-reverse.exp: Likewise.
1377 * gdb.reverse/machinestate-precsave.exp: Likewise.
1378 * gdb.reverse/machinestate.exp: Likewise.
1379 * gdb.reverse/readv-reverse.exp: Likewise.
1380 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1381 * gdb.reverse/sigall-precsave.exp: Likewise.
1382 * gdb.reverse/sigall-reverse.exp: Likewise.
1383 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1384 * gdb.reverse/watch-precsave.exp: Likewise.
1385 * gdb.reverse/watch-reverse.exp: Likewise.
1386
13872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1388
1389 * gdb.threads/stop-with-handle.c: New file.
1390 * gdb.threads/stop-with-handle.exp: New file.
1391
13922019-10-03 Tom de Vries <tdevries@suse.de>
1393
1394 PR testsuite/25059
1395 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1396 directory" line to be missing.
1397
13982019-10-03 Tom de Vries <tdevries@suse.de>
1399
1400 PR testsuite/25059
1401 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1402 type optional.
1403
14042019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1405
1406 * gdb.python/py-format-string.c (string.h): New include.
1407 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1408 the same value, for endianness-independence.
1409 * gdb.python/py-format-string.exp (default_regexp_dict)
1410 (test_pretty_structs, test_format): Adjust expected output to the
1411 changed initialization.
1412
14132019-10-02 Tom Tromey <tromey@adacore.com>
1414
1415 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1416
14172019-10-02 Pedro Alves <palves@redhat.com>
1418 Andrew Burgess <andrew.burgess@embecosm.com>
1419
1420 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1421 "print-file-var.h".
1422 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1423 (get_version_1): Print this_version_id and its address.
1424 Add extern "C" wrappers around interface functions.
1425 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1426 "print-file-var.h".
1427 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1428 (get_version_2): Print this_version_id and its address.
1429 Add extern "C" wrappers around interface functions.
1430 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1431 <stddef.h> and "print-file-var.h".
1432 Add extern "C" wrappers around interface functions.
1433 [VERSION_ID_MAIN] (this_version_id): Define.
1434 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1435 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1436 up extern "C" blocks.
1437 * gdb.base/print-file-var.exp (test): New, factored out from top
1438 level.
1439 (top level): Test all combinations of attribute hidden or not,
1440 dlopen or not, and this_version_id symbol in main file or not.
1441 Compile tests as both C++ and C, make test names unique.
1442
14432019-10-01 Tom Tromey <tom@tromey.com>
1444
1445 * gdb.base/style.exp: Test "show logging filename".
1446
14472019-10-01 Tom Tromey <tom@tromey.com>
1448
1449 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1450 * gdb.base/style.exp: Add metadata style test.
1451
14522019-10-01 Tom Tromey <tom@tromey.com>
1453
1454 * gdb.base/style.exp: Test "pwd".
1455
14562019-10-01 Tom Tromey <tom@tromey.com>
1457
1458 * gdb.base/style.exp: Update tests.
1459
14602019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1461
1462 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1463 'six' to unsigned.
1464 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1465 'five'. Use an all-ones bit pattern for each.
1466 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1467 to its changed values.
1468
14692019-09-30 Tom Tromey <tromey@adacore.com>
1470
1471 * gdb.rust/traits.rs: Disable all warnings.
1472
14732019-09-29 Tom de Vries <tdevries@suse.de>
1474
1475 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1476
14772019-09-29 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1480
14812019-09-27 Tom de Vries <tdevries@suse.de>
1482
1483 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1484
14852019-09-27 Tom de Vries <tdevries@suse.de>
1486
1487 PR record/23188
1488 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1489
14902019-09-26 Tom Tromey <tromey@adacore.com>
1491
1492 * gdb.ada/py_taft.exp: New file.
1493 * gdb.ada/py_taft/main.adb: New file.
1494 * gdb.ada/py_taft/pkg.adb: New file.
1495 * gdb.ada/py_taft/pkg.ads: New file.
1496
14972019-09-24 Tom de Vries <tdevries@suse.de>
1498
1499 PR gdb/24598
1500 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1501
15022019-09-22 Tom de Vries <tdevries@suse.de>
1503
1504 * gdb.base/restore.exp: Allow register variables to be optimized out at
1505 -O0.
1506
15072019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1508
1509 * gdb.arch/spu-info.exp: Remove file.
1510 * gdb.arch/spu-info.c: Remove file.
1511 * gdb.arch/spu-ls.exp: Remove file.
1512 * gdb.arch/spu-ls.c: Remove file.
1513
1514 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1515 * gdb.asm/spu.inc: Remove file.
1516
1517 * gdb.base/dump.exp: Remove support for spu*-*-*.
1518 * gdb.base/stack-checking.exp: Likewise.
1519 * gdb.base/overlays.exp: Likewise.
1520 * gdb.base/ovlymgr.c: Likewise.
1521 * gdb.base/spu.ld: Remove file.
1522
1523 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1524 * gdb.cp/cpexprs.exp: Likewise.
1525 * gdb.cp/exception.exp: Likewise.
1526 * gdb.cp/gdb2495.exp: Likewise.
1527 * gdb.cp/mb-templates.exp: Likewise.
1528 * gdb.cp/pr9167.exp: Likewise.
1529 * gdb.cp/userdef.exp: Likewise.
1530
1531 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1532
1533 * gdb.cell: Remove directory.
1534 * lib/cell.exp: Remove file.
1535
15362019-09-19 Tom de Vries <tdevries@suse.de>
1537
1538 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1539
15402019-09-19 Tom de Vries <tdevries@suse.de>
1541
1542 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1543
15442019-09-19 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1547 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1548 (gdb_target_cmd): ... here.
1549 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1550 value 2.
1551
15522019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1553
1554 * gdb.base/source-dir.exp: Avoid having directory names in test
1555 names.
1556
15572019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1558
1559 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1560 directory.
1561
15622019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/list-missing-source.exp: New file.
1565
15662019-09-14 Tom de Vries <tdevries@suse.de>
1567
1568 PR teststuite/24599
1569 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1570 * lib/ada.exp (gnatmake_version_at_least): New proc.
1571
15722019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.base/maint.exp: Use exec_has_index_section.
1575
15762019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1577
1578 * gdb.base/maint.exp: Add test for 'maint info sections'.
1579
15802019-09-12 Tom de Vries <tdevries@suse.de>
1581
1582 * gdb.base/store.exp: Allow register variables to be optimized out at
1583 -O0.
1584
15852019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1586
1587 * gdb.ada/rdv_wait.exp: Update to new task names.
1588 * gdb.base/task_switch_in_core.exp: Likewise.
1589 * gdb.base/info_sources_base.c: Likewise.
1590
15912019-09-10 Tom Tromey <tromey@adacore.com>
1592
1593 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1594
15952019-09-10 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/dgopt.exp: New file.
1598 * gdb.ada/dgopt/x.adb: New file.
1599
16002019-09-08 Tom Tromey <tom@tromey.com>
1601
1602 * gdb.tui/resize.exp: Remove setup_xfail.
1603 * gdb.tui/regs.exp: Remove setup_xfail.
1604 * gdb.tui/basic.exp: Remove setup_xfail.
1605
16062019-09-06 David Blaikie <dblaikie@gmail.com>
1607
1608 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1609 * gdb.cp/cplabel.exp: Ditto.
1610 * gdb.linespec/ls-errs.exp: Ditto.
1611
16122019-09-05 Tom de Vries <tdevries@suse.de>
1613
1614 * lib/gdb.exp (cmp_file_string): New proc.
1615 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1616 runto_main. Verify save breakpoints output.
1617
16182019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1619
1620 * gdb.base/info-var.exp: Test info variables without running
1621 to main, to avoid expect's buffer overflow.
1622
16232019-09-03 Tom Tromey <tromey@adacore.com>
1624
1625 * gdb.ada/bias.exp: New file.
1626 * gdb.ada/bias/bias.adb: New file.
1627 * gdb.ada/print_chars.exp: Add regression test.
1628 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1629 (MC): New variable.
1630
16312019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1632
1633 * gdb.base/argv0-symlink.exp: Run only on native target
1634 and local host.
1635
16362019-08-29 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1639 diverse debug info.
1640 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1641
16422019-08-28 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.base/info-var.exp: Allow info variables to print info for files
1645 other than info-var-f1.c and info-var-f2.c.
1646
16472019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1648
1649 * gdb.fortran/info-types.exp: Add module.
1650 * gdb.fortran/info-types.f90: Update expected results.
1651
16522019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1653
1654 * gdb.fortran/info-types.exp: New file.
1655 * gdb.fortran/info-types.f90: New file.
1656 * lib/fortran.exp (fortran_character1): New proc.
1657
16582019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1659
1660 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1661 functions'. Reindent as needed.
1662 * gdb.base/info-var-f1.c: New file.
1663 * gdb.base/info-var-f2.c: New file.
1664 * gdb.base/info-var.exp: New file.
1665 * gdb.base/info-var.h: New file.
1666
16672019-08-26 Tom de Vries <tdevries@suse.de>
1668
1669 PR c++/24852
1670 * gdb.cp/no-libstdcxx-probe.exp: New test.
1671
16722019-08-26 Tom de Vries <tdevries@suse.de>
1673
1674 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1675 * tests need to be skipped.
1676 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1677 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1678 mi_skip_libstdcxx_probe_tests.
1679
16802019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1681
1682 * gdb.python/py-xmethods.exp: Use raw strings when passing
1683 arguments to SimpleXMethodMatcher.
1684
16852019-08-22 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1688 more informative.
1689
16902019-08-21 Pedro Alves <palves@redhat.com>
1691
1692 * gdb.base/with.exp: Test "with" with no arguments.
1693
16942019-08-21 Tom de Vries <tdevries@suse.de>
1695
1696 * gdb.base/gdb-caching-proc.exp: Sort files.
1697
16982019-08-20 Tom de Vries <tdevries@suse.de>
1699
1700 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1701 compilation.
1702
17032019-08-16 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.base/compare-sections.exp ("after run to main"): Allow
1706 mismatched read-only sections for PIE executables.
1707
17082019-08-16 Tom Tromey <tom@tromey.com>
1709
1710 * lib/tuiterm.exp (_csi_Z): New proc.
1711 * gdb.tui/basic.exp: Update window positions.
1712 * gdb.tui/empty.exp: Update window positions.
1713
17142019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1715
1716 * gdb.base/examine-backward.exp: Correct regexp for
1717 "examine 3 bytes backward from ${address_zero}".
1718
17192019-08-15 Tom Tromey <tom@tromey.com>
1720
1721 * gdb.tui/empty.exp: Enable resizing tests.
1722
17232019-08-15 Tom Tromey <tromey@adacore.com>
1724
1725 * gdb.ada/char_enum.exp: Add regression tests.
1726 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1727 and '0'.
1728 (Char, Gchar): Update.
1729 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1730
17312019-08-15 Christian Biesinger <cbiesinger@google.com>
1732
1733 * gdb.python/python.exp: Expect a leading underscore on
1734 GdbOutput{,Error}File.
1735
17362019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1737
1738 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1739 Windows host.
1740
17412019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1742
1743 * gdb.base/batch-preserve-term-settings.exp
1744 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1745
17462019-08-15 Christian Biesinger <cbiesinger@google.com>
1747
1748 * lib/gdb.exp: When running on a mingw target, replace
1749 /x/ with x:/.
1750
17512019-08-14 Alan Hayward <alan.hayward@arm.com>
1752
1753 * gdb.arch/aarch64-prologue.c: New test.
1754 * gdb.arch/aarch64-prologue.exp: New file.
1755
17562019-08-13 Tom de Vries <tdevries@suse.de>
1757
1758 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1759 Thread.
1760
17612019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1762
1763 * gdb.python/py-completion.exp: Download the .py file to the host
1764 and use its host pathname. Conditionalize tests that use
1765 tab completion and manipulate files on the build machine.
1766 * gdb.python/py-events.exp: Download the .py file to the host
1767 and use its host pathname.
1768 * gdb.python/py-evsignal.exp: Likewise.
1769 * gdb.python/py-evthreads.exp: Likewise.
1770 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1771 pathname syntax.
1772 * gdb.python/py-framefilter.exp: Download the .py file to the right
1773 place on the host. Match Windows pathname syntax.
1774 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1775 .py file to the host and use its host pathname.
1776 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1777 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1778 build pathname. Skip symlink test on Windows host. Add missing
1779 newline at end of file.
1780 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1781 and use its host pathname.
1782 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1783 * gdb.python/py-section-script.exp: Use host location of binfile
1784 on safe-path. Use correct path separator on Windows host.
1785 Reorder alternatives in gdb_test_multiple to prevent matching
1786 the wrong alternative on success.
1787 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1788
17892019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1790
1791 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1792 expect the GDB inferior to no longer immediately stop after
1793 being resumed with "signal SIGINT".
1794
17952019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1796
1797 * gdb.linespec/break-ask.exp: Generalize regexps to match
1798 Windows pathnames too.
1799
18002019-08-08 Tom de Vries <tdevries@suse.de>
1801
1802 PR testsuite/24862
1803 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1804
18052019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1806
1807 * gdb.base/style.exp: Update tests for help doc new invariants.
1808 * gdb.base/help.exp: Likewise.
1809
18102019-08-06 Tom Tromey <tom@tromey.com>
1811
1812 * gdb.base/style.exp: Add disassemble test.
1813 * gdb.base/style.c (some_called_function): New function.
1814 (main): Use it.
1815
18162019-08-05 Christian Biesinger <cbiesinger@google.com>
1817
1818 * gdb.python/py-block.exp: Test dictionary access on blocks.
1819
18202019-08-05 Simon Marchi <simon.marchi@efficios.com>
1821
1822 PR gdb/24863
1823 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1824 -list-thread-groups --available test when running under
1825 check-read1.
1826
18272019-08-05 Tom de Vries <tdevries@suse.de>
1828
1829 PR testsuite/24863
1830 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1831 * gdb.base/help.exp: Use with_read1_timeout_factor.
1832 * gdb.base/info-macros.exp: Same.
1833 * gdb.cp/nested-types.exp: Same.
1834
18352019-08-05 Tom de Vries <tdevries@suse.de>
1836
1837 * lib/gdb.exp (version_at_least): Factor out of ...
1838 (tcl_version_at_least): ... here.
1839 (gdb_compile): Fail if pie results in non-PIE executable.
1840 (readelf_version, readelf_prints_pie): New proc.
1841 (exec_is_pie): Return -1 if unknown.
1842
18432019-08-05 Tom de Vries <tdevries@suse.de>
1844
1845 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1846
18472019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1848
1849 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1850
18512019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1852
1853 * lib/completion-support.exp (test_gdb_complete_none): Skip
1854 tab completion tests if no readline support.
1855 (test_gdb_complete_unique_re): Likewise.
1856 (test_gdb_complete_multiple): Likewise.
1857
18582019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1859
1860 * gdb.base/info_sources.exp: New file.
1861 * gdb.base/info_sources.c: New file.
1862 * gdb.base/info_sources_base.c: New file.
1863
18642019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1865
1866 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1867 prefix argument.
1868 (test_exit_status): Add prefix argument.
1869
18702019-08-01 Tom de Vries <tdevries@suse.de>
1871
1872 PR testsuite/24863
1873 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1874 calling exp_continue for new thread and thread exited messages.
1875
18762019-08-01 Tom de Vries <tdevries@suse.de>
1877
1878 PR testsuite/24863
1879 * gdb.base/structs.exp: Fix check-read1 timeout using
1880 gdb_test_sequence.
1881 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1882
18832019-08-01 Tom de Vries <tdevries@suse.de>
1884
1885 PR testsuite/24863
1886 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1887 line.
1888
18892019-08-01 Tom de Vries <tdevries@suse.de>
1890
1891 PR testsuite/24863
1892 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1893
18942019-07-30 Tom Tromey <tromey@adacore.com>
1895
1896 * gdb.ada/display_nested.exp: New file.
1897 * gdb.ada/display_nested/foo.adb: New file.
1898 * gdb.ada/display_nested/pack.adb: New file.
1899 * gdb.ada/display_nested/pack.ads: New file.
1900
19012019-07-30 Christian Biesinger <cbiesinger@google.com>
1902
1903 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1904 namespace.
1905 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1906
19072019-07-30 Tom de Vries <tdevries@suse.de>
1908
1909 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1910 instead.
1911
19122019-07-30 Tom de Vries <tdevries@suse.de>
1913
1914 PR testsuite/24834
1915 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1916 (exec_is_pie): New proc.
1917
19182019-07-29 Christian Biesinger <cbiesinger@google.com>
1919
1920 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1921
19222019-07-29 Christian Biesinger <cbiesinger@google.com>
1923
1924 * gdb.python/py-objfile.c: Add global and static vars.
1925 * gdb.python/py-objfile.exp: Test new functions Objfile.
1926 lookup_global_symbol and lookup_static_symbol.
1927
19282019-07-29 Tom Tromey <tom@tromey.com>
1929
1930 * lib/tuiterm.exp (Term::_csi_@): New proc.
1931 (Term::_csi_X): Don't move cursor.
1932
19332019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1934
1935 * gdb.base/options.exp: Update backtrace - completion to
1936 new option -frame-info.
1937 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1938 Test new 'set print frame-info'. Test backtrace -frame-info
1939 overriding 'set print frame-info'.
1940 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1941 Test new 'set print frame-info'.
1942 Verify consistency of backtrace with and without filters, with and
1943 without -no-filters.
1944 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1945 default.
1946
19472019-07-29 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1950 no arguments".
1951
19522019-07-29 Tom de Vries <tdevries@suse.de>
1953
1954 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1955 is a substring of the first for "complete non-unique file name".
1956
19572019-07-29 Tom de Vries <tdevries@suse.de>
1958
1959 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1960 with ".*".
1961
19622019-07-29 Tom de Vries <tdevries@suse.de>
1963
1964 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1965 Pass prompt_regexp parameter to gdb_test_multiple calls.
1966
19672019-07-29 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1970 print registers" regexps.
1971
19722019-07-29 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1975
19762019-07-29 Tom de Vries <tdevries@suse.de>
1977
1978 PR gdb/24855
1979 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1980 (skip_python_tests_prompt): Add prompt_regexp argument to
1981 gdb_test_multiple calls.
1982
19832019-07-27 Tom Tromey <tom@tromey.com>
1984
1985 * gdb.tui/main.exp: New file.
1986
19872019-07-27 Tom Tromey <tom@tromey.com>
1988
1989 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1990 optional.
1991 * gdb.tui/empty.exp: New file.
1992
19932019-07-27 Tom Tromey <tom@tromey.com>
1994
1995 * lib/tuiterm.exp (spawn): New proc.
1996 (Term::resize): New proc.
1997 * gdb.tui/resize.exp: New file.
1998
19992019-07-27 Tom Tromey <tom@tromey.com>
2000
2001 * gdb.tui/list.exp: New file.
2002
20032019-07-27 Tom Tromey <tom@tromey.com>
2004
2005 * gdb.tui/regs.exp: New file.
2006
20072019-07-27 Tom Tromey <tom@tromey.com>
2008
2009 * gdb.tui/basic.exp: Add "layout split" test.
2010
20112019-07-27 Tom Tromey <tom@tromey.com>
2012
2013 * gdb.tui/basic.exp: Add "layout asm" test.
2014
20152019-07-27 Tom Tromey <tom@tromey.com>
2016
2017 * lib/tuiterm.exp: New file.
2018 * gdb.tui/basic.exp: New file.
2019
20202019-07-27 Kevin Buettner <kevinb@redhat.com>
2021
2022 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
2023 Enable tests associated with this flag. Adjust regex
2024 referencing "foo_low" to now refer to "foo_cold" instead.
2025
20262019-07-27 Kevin Buettner <kevinb@redhat.com>
2027
2028 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
2029 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
2030 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
2031 foo_cold. Revise comments to match.
2032 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
2033 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
2034 were wrapped into this proc; Call do_test in loop from outermost
2035 level.
2036 (foo_low): Rename all occurrences to "foo_cold".
2037 (backtrace from baz): New test.
2038 (x2/i foo_cold): New test.
2039 (info line *foo_cold): New test.
2040
20412019-07-26 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.arch/i386-pkru.exp: Fix unterminated string.
2044
20452019-07-25 Tom de Vries <tdevries@suse.de>
2046
2047 PR testsuite/24830
2048 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
2049 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
2050 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
2051 (skip_libstdcxx_probe_tests): ... here.
2052 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
2053
20542019-07-24 Tom de Vries <tdevries@suse.de>
2055
2056 PR testsuite/24807
2057 * gdb.objc/basicclass.m: Include stdio.h.
2058 * gdb.objc/nondebug.m: Same.
2059 * gdb.objc/objcdecode.m: Same.
2060
20612019-07-24 Tom de Vries <tdevries@suse.de>
2062
2063 PR testsuite/24612
2064 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
2065 additional_flags.
2066
20672019-07-24 Tom de Vries <tdevries@suse.de>
2068
2069 PR testsuite/24831
2070 * gdb.multi/tids.exp: Update error messages for info threads.
2071
20722019-07-24 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.base/info-types.exp: Allow info types to print info for more than
2075 one file.
2076
20772019-07-23 Tom de Vries <tdevries@suse.de>
2078
2079 PR testsuite/24842
2080 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
2081 gdb_spawn_with_cmdline_opts.
2082
20832019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
2084
2085 * gdb.arch/arm-cmse-sgstubs.c: New test.
2086 * gdb.arch/arm-cmse-sgstubs.exp: New file.
2087
20882019-07-23 Tom de Vries <tdevries@suse.de>
2089
2090 PR testsuite/24711
2091 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
2092 issuing next command.
2093
20942019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2095
2096 * gdb.ada/info_auto_lang.exp: Update expected results.
2097 * gdb.base/info-types.c: Add additional types to check.
2098 * gdb.base/info-types.exp: Update expected results.
2099
21002019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
2101
2102 * gdb.base/info-types.c: New file.
2103 * gdb.base/info-types.exp: New file.
2104
21052019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
2106
2107 * gdb.arch/riscv-bp-infcall.c: New file.
2108 * gdb.arch/riscv-bp-infcall.exp: New file.
2109
21102019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
2111
2112 PR breakpoints/24541
2113 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
2114
21152019-07-14 Tom de Vries <tdevries@suse.de>
2116
2117 PR testsuite/24760
2118 * gdb.objc/basicclass.exp: Fix unterminated string.
2119
21202019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
2121 Andrew Burgess <andrew.burgess@embecosm.com>
2122
2123 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
2124 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
2125 negative bounds.
2126 * gdb.fortran/vla-value.exp: Print elements of an array with
2127 negative bounds.
2128 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2129 testing.
2130
21312019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2132
2133 * gdb.base/options.exp (expect_string): Dequote strings in
2134 results.
2135 (test-string): Test strings with different quoting and reindent.
2136
21372019-07-10 Tom Tromey <tromey@adacore.com>
2138
2139 * gdb.ada/mi_ex_cond.exp: Update expected results.
2140 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2141 * gdb.ada/mi_catch_ex.exp: Update expected results.
2142 * gdb.ada/mi_catch_assert.exp: Update expected results.
2143 * gdb.ada/catch_ex.exp (catch_exception_info)
2144 (catch_exception_entry, catch_assert_entry)
2145 (catch_unhandled_entry): Update.
2146 * gdb.ada/catch_assert_if.exp: Update expected results.
2147
21482019-07-10 Richard Bunt <richard.bunt@arm.com>
2149 Stephen Roberts <stephen.roberts@arm.com>
2150
2151 * gdb.base/define.exp: Restore original prompt.
2152
21532019-07-09 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2156 breakpoints" output.
2157 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2158 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2159 throw" creates breakpoint.
2160 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2161 'type="catchpoint"'.
2162
21632019-07-09 Pedro Alves <palves@redhat.com>
2164
2165 PR c++/15468
2166 * gdb.cp/except-multi-location-lib.cc: New.
2167 * gdb.cp/except-multi-location-main.cc: New.
2168 * gdb.cp/except-multi-location.exp: New.
2169
21702019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2171
2172 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2173 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2174 argument and update callers.
2175
21762019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2177
2178 * gdb.arch/amd64-break-on-asm-line.S: New file.
2179 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2180
21812019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2182
2183 * gdb.base/printcmds.exp: Test printing C string and
2184 C wide string convenience vars without transiting via the inferior.
2185 Also make test names unique.
2186
21872019-07-08 Alan Hayward <alan.hayward@arm.com>
2188
2189 PR breakpoints/25011
2190 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2191
21922019-07-04 Pedro Alves <palves@redhat.com>
2193
2194 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2195 body returned ok(0), break(3) or continue(4).
2196 * gdb.testsuite/foreach_with_prefix.exp: New file.
2197
21982019-07-04 Alan Hayward <alan.hayward@arm.com>
2199
2200 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2201
22022019-07-03 Pedro Alves <palves@redhat.com>
2203
2204 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2205 "return -code".
2206
22072019-07-03 Pedro Alves <palves@redhat.com>
2208
2209 PR cli/24732
2210 * gdb.base/shell.exp: Load completion-support.exp.
2211 Adjust expected error output. Add completion tests.
2212
22132019-07-03 Pedro Alves <palves@redhat.com>
2214
2215 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2216 string_to_regexp.
2217
22182019-07-03 Pedro Alves <palves@redhat.com>
2219
2220 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2221 (expect_integer): Adjust to expect "-string".
2222 (expect_string): New.
2223 (all_options): Expect "-string".
2224 (test-flag, test-boolean): Adjust to expect "-string".
2225 (test-string): New proc.
2226 (top level): Call it.
2227
22282019-07-03 Pedro Alves <palves@redhat.com>
2229
2230 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2231 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2232 the expected output in the success.
2233
22342019-07-03 Pedro Alves <palves@redhat.com>
2235
2236 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2237 Split one gdb_test_multiple call in two to avoid a race.
2238
22392019-07-03 Pedro Alves <palves@redhat.com>
2240
2241 * gdb.base/with.c: New file.
2242 * gdb.base/with.exp: New file.
2243
22442019-07-03 Pedro Alves <palves@redhat.com>
2245
2246 * gdb.base/settings.exp: Replace all references to "maint
2247 test-settings set" with references to "maint set test-settings",
2248 and all references to "maint test-settings show" with references
2249 to "maint show test-settings".
2250
22512019-07-03 Pedro Alves <palves@redhat.com>
2252
2253 * gdb.base/settings.exp (test-string): Adjust expected out when
2254 testing "maint test-settings show filename"
2255
22562019-07-02 Pedro Alves <palves@redhat.com>
2257
2258 * gdb.base/options.exp (test-info-threads): New procedure.
2259 (top level): Call it.
2260
22612019-06-28 Tom Tromey <tromey@adacore.com>
2262
2263 * gdb.dwarf2/ada-linkage-name.c: New file.
2264 * gdb.dwarf2/ada-linkage-name.exp: New file.
2265
22662019-06-27 Tom Tromey <tromey@adacore.com>
2267
2268 PR c++/20020:
2269 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2270
22712019-06-26 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2274
22752019-06-26 Tom de Vries <tdevries@suse.de>
2276
2277 * gdb.base/index-cache.exp: Add back missing debug option.
2278
22792019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2280
2281 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2282
22832019-06-25 Tom de Vries <tdevries@suse.de>
2284
2285 PR testsuite/24727
2286 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2287
22882019-06-24 Tom de Vries <tdevries@suse.de>
2289
2290 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2291
22922019-06-24 Tom de Vries <tdevries@suse.de>
2293
2294 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2295 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2296 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2297
22982019-06-24 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2301
23022019-06-21 Tom de Vries <tdevries@suse.de>
2303
2304 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2305
23062019-06-21 Tom de Vries <tdevries@suse.de>
2307
2308 PR testsuite/24518
2309 PR ada/24713
2310 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2311 index.
2312
23132019-06-19 Tom Tromey <tromey@adacore.com>
2314
2315 * gdb.ada/length_cond.exp: Add intro comment.
2316
23172019-06-19 Tom Tromey <tromey@adacore.com>
2318
2319 * gdb.ada/length_cond.exp: New file.
2320 * gdb.ada/length_cond/length_cond.adb: New file.
2321 * gdb.ada/length_cond/pck.adb: New file.
2322 * gdb.ada/length_cond/pck.ads: New file.
2323
23242019-06-18 Tom de Vries <tdevries@suse.de>
2325
2326 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2327
23282019-06-18 Tom Tromey <tromey@adacore.com>
2329
2330 * gdb.base/list0.h: Add comment explaining control character.
2331
23322019-06-18 Tom de Vries <tdevries@suse.de>
2333
2334 * boards/fission.exp: Break up long debug_flags line.
2335
23362019-06-16 Tom de Vries <tdevries@suse.de>
2337
2338 PR gdb/24445
2339 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2340 generated index.
2341
23422019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2343
2344 PR gdb/24686
2345 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2346 improve detection of bug gdb/24541.
2347
23482019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2349
2350 PR gdb/24669
2351 * gdb.base/index-cache.exp (uses_readnow,
2352 expecting_index_cache_use): Define global variable.
2353 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2354 expecting_index_cache_use.
2355
23562019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2357 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/pointers.f90: New file.
2360 * gdb.fortran/print_type.exp: New file.
2361 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2362 * gdb.fortran/vla-type.exp: Likewise.
2363 * gdb.fortran/vla-value.exp: Likewise.
2364 * gdb.mi/mi-vla-fortran.exp: Likewise.
2365
23662019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2369 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2370 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2371 as a stop reason.
2372
23732019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2374
2375 * gdb.base/annota1.exp: Update expected results.
2376 * gdb.cp/annota2.exp: Likewise.
2377 * gdb.cp/annota3.exp: Likewise.
2378
23792019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.base/style-logging.exp: Remove path from test name.
2382
23832019-06-14 Tom Tromey <tromey@adacore.com>
2384
2385 PR gdb/24502:
2386 * gdb.base/style-logging.exp: New file.
2387
23882019-06-14 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.base/symfile-warn.exp: New file.
2391 * gdb.base/symfile-warn.c: New file.
2392
23932019-06-14 Tom Tromey <tromey@adacore.com>
2394
2395 * gdb.base/annotate-symlink.exp: New file.
2396
23972019-06-14 Tom Tromey <tromey@adacore.com>
2398
2399 * gdb.ada/set_wstr.exp: Add reassignment test.
2400
24012019-06-14 Tom Tromey <tromey@adacore.com>
2402
2403 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2404 'unchecked_access and 'unrestricted_access as well.
2405
24062019-06-14 Tom Tromey <tromey@adacore.com>
2407
2408 PR ada/24539:
2409 * gdb.ada/vla.exp: Update tests.
2410 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2411 pragma.
2412
24132019-06-13 Pedro Alves <palves@redhat.com>
2414
2415 * gdb.base/settings.exp (test-integer): Test junk after
2416 "unlimited".
2417
24182019-06-13 Pedro Alves <palves@redhat.com>
2419
2420 * gdb.base/options.exp (test-thread-apply): New.
2421 (top level): Call it.
2422
24232019-06-13 Pedro Alves <palves@redhat.com>
2424
2425 * gdb.base/options.exp (test-frame-apply): New.
2426 (top level): Test print commands with different "frame apply"
2427 prefixes.
2428
24292019-06-13 Pedro Alves <palves@redhat.com>
2430
2431 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
2432 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2433 'max_completions' parameter and handle it.
2434 (test_gdb_completion_offers_commands): New.
2435
24362019-06-13 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2439
24402019-06-13 Pedro Alves <palves@redhat.com>
2441
2442 * gdb.base/options.exp (test-backtrace): New.
2443 (top level): Call it.
2444
24452019-06-13 Pedro Alves <palves@redhat.com>
2446
2447 * gdb.guile/scm-frame-args.exp: Use "set print
2448 raw-frame-arguments" instead of "set print raw frame-arguments".
2449 * gdb.python/py-frame-args.exp: Likewise.
2450
24512019-06-13 Pedro Alves <palves@redhat.com>
2452
2453 * gdb.compile/compile.exp: Adjust expected output to option
2454 processing changes.
2455
24562019-06-13 Pedro Alves <palves@redhat.com>
2457
2458 * gdb.base/options.exp: Build executable.
2459 (test-print): New procedure.
2460 (top level): Call it, once for "print" and another for "compile
2461 print".
2462
24632019-06-13 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/options.c: New file.
2466 * gdb.base/options.exp: New file.
2467
24682019-06-13 Pedro Alves <palves@redhat.com>
2469
2470 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2471 that "o" is ambiguous.
2472
24732019-06-13 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/settings.c: New file.
2476 * gdb.base/settings.exp: New file.
2477
24782019-06-13 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/completion.exp: Fix comment typo.
2481
24822019-06-13 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2485 foo --1" test.
2486
24872019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2488
2489 * gdb.fortran/block-data.f: New.
2490 * gdb.fortran/block-data.exp: New.
2491
24922019-06-11 Tom de Vries <tdevries@suse.de>
2493
2494 PR testsuite/24521
2495 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2496 message.
2497
24982019-06-11 Tom de Vries <tdevries@suse.de>
2499
2500 PR testsuite/24521
2501 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2502
25032019-06-11 Tom de Vries <tdevries@suse.de>
2504
2505 * boards/readnow.exp: New file.
2506
25072019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 * gdb.fortran/vla-sizeof.exp: Update expected results.
2510
25112019-06-06 Amos Bird <amosbird@gmail.com>
2512
2513 * gdb.base/annota1.exp (thread_switch): Add test for
2514 thread-exited annotation.
2515
25162019-06-06 Tom Tromey <tromey@adacore.com>
2517
2518 * gdb.base/maint.exp: Expect command started/finished output.
2519
25202019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2523 comment.
2524 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2525
25262019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2529 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2530 * gdb.arch/riscv-unwind-long-insn.c: New file.
2531 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2532
25332019-06-04 Christian Biesinger <cbiesinger@google.com>
2534
2535 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
2536
25372019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2538
2539 * lib/gdb.exp (help_list_trailer): New regexp variable
2540 factorizing the help trailer message.
2541 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2542 arg to allow to better factorize various tests.
2543 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2544 (test_prefix_command_help): Use help_list_trailer.
2545 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2546 * gdb.guile/scm-cmd.exp: Likewise.
2547 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2548 * gdb.base/help.exp: Use test_user_defined_class_help.
2549 * gdb.base/style.exp: Add tests for styling of help and apropos.
2550 * lib/gdb-utils.exp (style): Add title and highlight styles.
2551
25522019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2553
2554 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2555 $_shell_exitsignal.
2556 * gdb.base/default.exp: Update for new convenience variables.
2557
25582019-05-29 Tom Tromey <tromey@adacore.com>
2559
2560 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2561 to "break complete ada" test case's regexp.
2562
25632019-05-29 Tom Tromey <tromey@adacore.com>
2564
2565 PR c++/20020:
2566 * gdb.cp/constexpr-field.exp: New file.
2567 * gdb.cp/constexpr-field.cc: New file.
2568
25692019-05-29 Tom Tromey <tromey@adacore.com>
2570
2571 * gdb.base/finish.exp (finish_no_print): New proc.
2572 (finish_tests): Call it.
2573
25742019-05-24 Tom de Vries <tdevries@suse.de>
2575
2576 * gdb.dwarf2/gdb-add-index.exp: New file.
2577
25782019-05-22 Tom Tromey <tromey@adacore.com>
2579
2580 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2581 * gdb.base/style.exp: Use "style".
2582 * lib/gdb-utils.exp (style): New proc.
2583
25842019-05-22 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.base/align.exp: Require c++11.
2587
25882019-05-22 Tom de Vries <tdevries@suse.de>
2589
2590 PR testsuite/24586
2591 * gdb.python/py-mi-var-info-path-expression.exp: Call
2592 mi_skip_python_tests to check if python is supported.
2593
25942019-05-22 Alan Hayward <alan.hayward@arm.com>
2595
2596 * gdb.arch/aarch64-pauth.c: New test.
2597 * gdb.arch/aarch64-pauth.exp: New file.
2598
25992019-05-22 Alan Hayward <alan.hayward@arm.com>
2600
2601 * README (Re-running Tests Outside The Testsuite): New section.
2602
26032019-05-21 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.arch/amd64-eval.exp: Require c++11.
2606 * gdb.base/max-depth.exp: Same.
2607 * gdb.compile/compile-cplus-array-decay.exp: Same.
2608 * gdb.cp/meth-typedefs.exp: Same.
2609 * gdb.cp/subtypes.exp: Same.
2610 * gdb.cp/temargs.exp: Same.
2611
26122019-05-21 Alan Hayward <alan.hayward@arm.com>
2613
2614 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2615
26162019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 PR gdb/18644
2619 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2620 * gdb.fortran/printing-types.exp: Add new test.
2621 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2622 testing.
2623 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2624 setup_kfail call.
2625
26262019-05-17 Alan Hayward <alan.hayward@arm.com>
2627
2628 * README (Running the Testsuite): Change example.
2629 (Testsuite Parameters): Remove TRANSCRIPT.
2630 * lib/gdb.exp: Remove TRANSCRIPT check.
2631
26322019-05-17 Alan Hayward <alan.hayward@arm.com>
2633
2634 * README (Testsuite Parameters): Add replay logging to
2635 GDBSERVER_DEBUG.
2636 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2637 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2638 as a comma separated list.
2639 (gdb_debug_init): Override procedure.
2640
26412019-05-17 Alan Hayward <alan.hayward@arm.com>
2642
2643 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2644 (gdb_write_cmd_file): New procedure.
2645 * lib/gdbserver-support.exp (gdbserver_start): Call
2646 gdbserver_write_cmd_file.
2647 (gdbserver_write_cmd_file): New procedure.
2648
26492019-05-17 Alan Hayward <alan.hayward@arm.com>
2650
2651 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2652 (delete_breakpoints): Likewise.
2653 (gdb_run_cmd): Likewise.
2654 (gdb_start_cmd): Likewise.
2655 (gdb_starti_cmd): Likewise.
2656 (gdb_internal_error_resync): Likewise.
2657 (gdb_test_multiple): Likewise.
2658 (gdb_reinitialize_dir): Likewise.
2659 (default_gdb_exit): Likewise.
2660 (gdb_file_cmd): Mark kill as optional.
2661 (default_gdb_start): Call gdb_stdin_log_init.
2662 (send_gdb): Call gdb_stdin_log_write.
2663 (rerun_to_main): Mark Y as an answer.
2664 (gdb_stdin_log_init): New function.
2665 (gdb_stdin_log_write): Likewise.
2666
26672019-05-17 Alan Hayward <alan.hayward@arm.com>
2668
2669 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2670 * gdb.base/debug-expr.exp: Likewise.
2671 * gdb.base/foll-fork.exp: Likewise.
2672 * gdb.base/foll-vfork.exp: Likewise.
2673 * gdb.base/fork-print-inferior-events.exp: Likewise.
2674 * gdb.base/gdb-sigterm.exp: Likewise.
2675 * gdb.base/gdbinit-history.exp: Likewise.
2676 * gdb.base/osabi.exp: Likewise.
2677 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2678 * gdb.base/ui-redirect.exp: Likewise.
2679 * gdb.gdb/unittest.exp: Likewise.
2680 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2681 * gdb.mi/mi-watch.exp: Likewise.
2682 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2683 * gdb.mi/user-selected-context-sync.exp: Likewise.
2684 * gdb.python/python.exp: Disable debug test when debugging.
2685 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2686 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2687 Likewise.
2688 * gdb.threads/stepi-random-signal.exp: Likewise.
2689
26902019-05-17 Alan Hayward <alan.hayward@arm.com>
2691
2692 * Makefile.in: Pass through GDB_DEBUG.
2693 * README (Testsuite Parameters): Add GDB_DEBUG.
2694 (gdb,debug): Add board setting.
2695 * lib/gdb.exp (default_gdb_start): Start debugging.
2696 (gdb_debug_enabled): New procedure.
2697 (gdb_debug_init): Likewise.
2698
26992019-05-17 Alan Hayward <alan.hayward@arm.com>
2700
2701 * Makefile.in: Pass through GDB_DEBUG.
2702 * README (Testsuite Parameters): Add GDB_DEBUG.
2703 (gdb,debug): Add board setting.
2704 * lib/gdb.exp (default_gdb_start): Start debugging.
2705 (gdb_debug_enabled): New procedure.
2706 (gdb_debug_init): Likewise.
2707
27082019-05-17 Alan Hayward <alan.hayward@arm.com>
2709
2710 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2711
27122019-05-17 Alan Hayward <alan.hayward@arm.com>
2713
2714 * gdb.base/ui-redirect.exp: Test redirection.
2715
27162019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2717
2718 * gdb.mi/mi-complete.exp: New file.
2719 * gdb.mi/mi-complete.cc: Likewise.
2720
27212019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2722
2723 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2724 indexed and sliced arrays, and pointers to arrays.
2725
27262019-05-14 Tom Tromey <tromey@adacore.com>
2727
2728 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2729 styling test.
2730
27312019-05-14 Tom de Vries <tdevries@suse.de>
2732
2733 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2734 selection entry encoding.
2735
27362019-05-10 Tom Tromey <tromey@adacore.com>
2737
2738 * gdb.ada/info_exc.exp: Add "complete" test.
2739
27402019-05-09 Tom de Vries <tdevries@suse.de>
2741
2742 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2743 CU-relative.
2744
27452019-05-09 Tom de Vries <tdevries@suse.de>
2746
2747 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2748 CU-relative.
2749
27502019-05-08 Joel Brobecker <brobecker@adacore.com>
2751
2752 * gdb.ada/frame_arg_lang.exp: New testcase.
2753 * gdb.ada/frame_arg_lang/bla.adb: New file.
2754 * gdb.ada/frame_arg_lang/pck.ads: New file.
2755 * gdb.ada/frame_arg_lang/pck.adb: New file.
2756 * gdb.ada/frame_arg_lang/foo.c: New file.
2757
27582019-05-08 Tom Tromey <tromey@adacore.com>
2759
2760 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2761
27622019-05-08 Tom Tromey <tromey@adacore.com>
2763
2764 * gdb.base/ptype-offsets.exp: Update tests.
2765
27662019-05-08 Tom Tromey <tromey@adacore.com>
2767
2768 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2769 cases.
2770 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2771 "short".
2772
27732019-05-08 Tom Tromey <tromey@adacore.com>
2774
2775 * gdb.ada/vla.exp: New file.
2776 * gdb.ada/vla/vla.adb: New file.
2777
27782019-05-07 Tom de Vries <tdevries@suse.de>
2779
2780 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2781
27822019-05-07 Tom de Vries <tdevries@suse.de>
2783
2784 PR testsuite/24522
2785 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2786 section.
2787
27882019-05-07 Tom de Vries <tdevries@suse.de>
2789
2790 PR testsuite/24522
2791 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2792 .debug_aranges section.
2793
27942019-05-07 Tom de Vries <tdevries@suse.de>
2795
2796 PR testsuite/24159
2797 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2798
27992019-05-06 Tom de Vries <tdevries@suse.de>
2800
2801 * lib/gdb.exp (exec_has_index_section): New proc.
2802 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2803 section.
2804
28052019-05-04 Tom de Vries <tdevries@suse.de>
2806
2807 * boards/cc-with-debug-names.exp: New file.
2808
28092019-05-03 Tom Tromey <tromey@adacore.com>
2810
2811 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2812 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2813 * gdb.ada/char_enum.exp: Add test.
2814
28152019-05-03 Tom de Vries <tdevries@suse.de>
2816
2817 * boards/cc-with-gdb-index.exp: New file.
2818
28192019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2820
2821 * gdb.rust/simple.exp: Add new test case.
2822 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2823 (main): Initialise an instance of the new struct.
2824
28252019-05-01 Tom Tromey <tromey@adacore.com>
2826
2827 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2828 record.
2829 (NPR): New variable.
2830 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2831 test.
2832
28332019-05-01 Tom Tromey <tromey@adacore.com>
2834
2835 * gdb.ada/packed_array_assign.exp: Add packed assignment
2836 regression test.
2837
28382019-05-01 Tom de Vries <tdevries@suse.de>
2839
2840 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2841
28422019-05-01 Tom de Vries <tdevries@suse.de>
2843
2844 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2845
28462019-04-30 Ali Tamur <tamur@google.com>
2847
2848 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2849
28502019-04-30 Tom Tromey <tromey@adacore.com>
2851
2852 * lib/ada.exp (find_ada_tool): New proc.
2853 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2854 * gdb.ada/catch_ex_std.exp: New file.
2855 * gdb.ada/catch_ex_std/foo.adb: New file.
2856 * gdb.ada/catch_ex_std/some_package.adb: New file.
2857 * gdb.ada/catch_ex_std/some_package.ads: New file.
2858
28592019-04-30 Tom Tromey <tromey@adacore.com>
2860
2861 PR c++/24470:
2862 * gdb.cp/temargs.cc: Add test code from PR.
2863
28642019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.fortran/vla-datatypes.exp: Update expected results.
2867 * gdb.fortran/vla-ptype.exp: Likewise.
2868 * gdb.fortran/vla-type.exp: Likewise.
2869 * gdb.fortran/vla-value.exp: Likewise.
2870
28712019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.fortran/ptr-indentation.exp: Update expected results.
2874 * gdb.fortran/ptype-on-functions.exp: Likewise.
2875 * gdb.fortran/vla-ptr-info.exp: Likewise.
2876 * gdb.fortran/vla-value.exp: Likewise.
2877
28782019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.fortran/ptype-on-functions.exp: New file.
2881 * gdb.fortran/ptype-on-functions.f90: New file.
2882
28832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2886 case void string.
2887
28882019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2889
2890 * gdb.fortran/complex.exp: Expand.
2891 * gdb.fortran/complex.f: Renamed to...
2892 * gdb.fortran/complex.f90: ...this, and extended to add more
2893 complex values.
2894
28952019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2898 MODULO, CMPLX.
2899
29002019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2901 Richard Bunt <richard.bunt@arm.com>
2902
2903 * gdb.base/max-depth.c: New file.
2904 * gdb.base/max-depth.exp: New file.
2905 * gdb.python/py-nested-maps.c: New file.
2906 * gdb.python/py-nested-maps.exp: New file.
2907 * gdb.python/py-nested-maps.py: New file.
2908 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2909 (test_all_common): Call test_max_depth.
2910 * gdb.fortran/max-depth.exp: New file.
2911 * gdb.fortran/max-depth.f90: New file.
2912 * gdb.go/max-depth.exp: New file.
2913 * gdb.go/max-depth.go: New file.
2914 * gdb.modula2/max-depth.exp: New file.
2915 * gdb.modula2/max-depth.c: New file.
2916 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2917
29182019-04-29 Tom de Vries <tdevries@suse.de>
2919
2920 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2921
29222019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2923
2924 * gdb.base/callexit.exp: Test may-call-functions off.
2925
29262019-04-25 Keith Seitz <keiths@redhat.com>
2927
2928 PR c++/24367
2929 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2930 (another_incomplete_struct, test_incomplete): New definitions.
2931 (main): Use new definitions.
2932 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2933 functions.
2934
29352019-04-25 Ali Tamur <tamur@google.com>
2936
2937 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2938
29392019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2940
2941 PR corefiles/11608
2942 PR corefiles/18187
2943 * gdb.base/coredump-filter-build-id.exp: New file.
2944
29452019-04-25 Alan Hayward <alan.hayward@arm.com>
2946
2947 * Makefile.in: Pass through GDBSERVER_DEBUG.
2948 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2949 (gdbserver,debug): Add board setting.
2950 * gdb.trace/tspeed.exp: Skip when debugging.
2951 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2952 * lib/gdbserver-support.exp: Likewise
2953
29542019-04-24 Tom Tromey <tromey@adacore.com>
2955
2956 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2957 Rust.
2958
29592019-04-24 Tom Tromey <tromey@adacore.com>
2960
2961 * gdb.arch/amd64-eval.exp: Test bitfield return.
2962 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2963 (class Foo) <return_bitfields>: New method.
2964 (main): Call it.
2965
29662019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.cp/many-args.cc: New file.
2969 * gdb.cp/many-args.exp: New file.
2970
29712019-04-23 Tom de Vries <tdevries@suse.de>
2972
2973 PR gdb/24433
2974 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2975
29762019-04-23 Alan Hayward <alan.hayward@arm.com>
2977
2978 * gdb.trace/backtrace.exp: Use nopie flag.
2979 * gdb.trace/circ.exp: Likewise.
2980 * gdb.trace/collection.exp: Likewise.
2981 * gdb.trace/ftrace.exp: Likewise.
2982 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2983 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2984 * gdb.trace/qtro.exp: Likewise.
2985 * gdb.trace/read-memory.exp: Likewise.
2986 * gdb.trace/report.exp: Likewise.
2987 * gdb.trace/tfile.exp: Likewise.
2988 * gdb.trace/tfind.exp: Likewise.
2989 * gdb.trace/unavailable.exp: Likewise.
2990
29912019-04-22 Pedro Alves <palves@redhat.com>
2992
2993 * gdb.base/solib-probes-nosharedlibrary.c,
2994 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2995
29962019-04-19 Tom Tromey <tromey@adacore.com>
2997
2998 * gdb.ada/ptype_union.c: New file.
2999 * gdb.ada/ptype_union.exp: New file.
3000
30012019-04-19 Tom Tromey <tromey@adacore.com>
3002
3003 PR symtab/24423:
3004 * gdb.base/list0.h (foo): Add a control-l character.
3005
30062019-04-18 Tom de Vries <tdevries@suse.de>
3007
3008 PR gdb/24433
3009 * boards/local-board.exp: Set sysroot to "".
3010
30112019-04-18 Tom de Vries <tdevries@suse.de>
3012 Pedro Alves <palves@redhat.com>
3013
3014 PR gdb/24454
3015 * gdb.threads/vfork-follow-child-exec.c: New file.
3016 * gdb.threads/vfork-follow-child-exec.exp: New file.
3017 * gdb.threads/vfork-follow-child-exit.c: New file.
3018 * gdb.threads/vfork-follow-child-exit.exp: New file.
3019
30202019-04-15 Leszek Swirski <leszeks@google.com>
3021
3022 * gdb.arch/amd64-eval.cc: New file.
3023 * gdb.arch/amd64-eval.exp: New file.
3024
30252019-04-11 Alan Hayward <alan.hayward@arm.com>
3026
3027 * gdb.server/sysroot.c: New test.
3028 * gdb.server/sysroot.exp: New file.
3029 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
3030 matching param.
3031
30322019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
3033
3034 * gdb.base/align.exp: Extend test to cover structures containing
3035 only static fields.
3036
30372019-04-11 Tom de Vries <tdevries@suse.de>
3038
3039 * boards/cc-with-dwz-m.exp: New file.
3040 * boards/cc-with-dwz.exp: New file.
3041 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
3042
30432019-04-09 Simon Marchi <simon.marchi@efficios.com>
3044
3045 * gdb.base/start-cpp.exp: New file.
3046 * gdb.base/start-cpp.cc: New file.
3047
30482019-04-08 Kevin Buettner <kevinb@redhat.com>
3049
3050 * gdb.python/py-thrhandle.exp: Adjust tests to call
3051 thread_from_handle instead of thread_from_thread_handle.
3052
30532019-04-08 Kevin Buettner <kevinb@redhat.com>
3054
3055 * gdb.python/py-thrhandle.exp: Add tests for
3056 gdb.InferiorThread.handle.
3057
30582019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3059
3060 * gdb.python/py-function.exp: Check calling helper function from
3061 all languages.
3062 * lib/gdb.exp (gdb_supported_languages): New proc.
3063
30642019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
3065
3066 * gdb.base/complex-parts.c: New file.
3067 * gdb.base/complex-parts.exp: New file.
3068
30692019-04-01 Tom Tromey <tromey@adacore.com>
3070
3071 PR symtab/23331:
3072 * gdb.dwarf2/dw2-ranges-main.c: New file.
3073 * gdb.dwarf2/dw2-ranges-psym.c: New file.
3074 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
3075
30762019-03-30 Simon Marchi <simark@simark.ca>
3077
3078 * gdb.base/default.exp: Add values for $_gdb_major and
3079 $_gdb_minor.
3080
30812019-03-29 Tom Tromey <tromey@adacore.com>
3082
3083 * gdb.base/help.exp: Tighten apropos regexp.
3084
30852019-03-29 Keith Seitz <keiths@redhat.com>
3086
3087 * gdb.fortran/array-bounds.exp: New file.
3088 * gdb.fortran/array-bounds.f90: New file.
3089
30902019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3091
3092 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
3093
30942019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3095
3096 * gdb.multi/hello.c (main): Increase alarm timer.
3097
30982019-03-28 Sandra Loosemore <sandra@codesourcery.com>
3099
3100 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
3101 factor when no hardware watchpoint support.
3102
31032019-03-28 Alan Hayward <alan.hayward@arm.com>
3104 Pedro Alves <palves@redhat.com>
3105
3106 * boards/local-board.exp: set sysroot to /.
3107
31082019-03-27 Alan Hayward <alan.hayward@arm.com>
3109
3110 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
3111 in child.
3112
31132019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3114
3115 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
3116 field.
3117 (make_container): Initialise new field.
3118 * gdb.python/py-prettyprint.exp: Add new tests.
3119 * gdb.python/py-prettyprint.py (class ContainerPrinter)
3120 <display_hint>: New method.
3121
31222019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
3125 gdb_continue_to_breakpoint more throughout this test.
3126 (run_lang_tests) Supply unique test names, and use
3127 gdb_test_no_output.
3128
31292019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3130
3131 * gdb.base/finish-pretty.exp: Update expected results.
3132 * gdb.base/pretty-print.c: New file.
3133 * gdb.base/pretty-print.exp: New file.
3134
31352019-03-25 Pedro Alves <palves@redhat.com>
3136
3137 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3138 move comments outside list. Append '-i "" eof' section.
3139
31402019-03-22 Alan Hayward <alan.hayward@arm.com>
3141
3142 PR testsuite/25016
3143 * README: Add pie options.
3144 * gdb.base/break-interp.exp: Ensure pie is disabled.
3145 * gdb.base/dump.exp: Likewise.
3146 * lib/gdb.exp (gdb_compile): Add pie option.
3147
31482019-03-19 Tom Tromey <tromey@adacore.com>
3149
3150 * gdb.mi/mi2-cli-display.c: New file.
3151 * gdb.mi/mi2-cli-display.exp: New file.
3152
31532019-03-18 Joel Brobecker <brobecker@adacore.com>
3154 Tom Tromey <tromey@adacore.com>
3155
3156 * gdb.ada/ptype_array/pck.adb: New file.
3157 * gdb.ada/ptype_array/pck.ads: New file.
3158 * gdb.ada/ptype_array/foo.adb: New file.
3159 * gdb.ada/ptype_array.exp: New file.
3160
31612019-03-14 Tom Tromey <tromey@adacore.com>
3162
3163 * gdb.base/style.exp: Add "set style sources" test.
3164
31652019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3166
3167 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3168 * mi-breakpoint-multiple-locations.exp: ... this.
3169 (make_breakpoints_pattern): New proc.
3170 (do_test): Add mi_version parameter, test -break-insert,
3171 -break-info and =breakpoint-created.
3172
31732019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3174
3175 * config/default.exp: Remove 'load_lib gdb.exp'.
3176 * config/monitor.exp: Likewise.
3177 * config/sid.exp: Likewise.
3178 * config/sim.exp: Likewise.
3179 * config/slite.exp: Likewise.
3180 * config/unix.exp: Likewise.
3181 * gdb.base/default.exp: Remove unhelpful comment.
3182
31832019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3184
3185 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3186
31872019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3188
3189 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3190
31912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3192
3193 * gdb.fortran/type-kinds.exp: Update expected results.
3194
31952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3196
3197 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3198
31992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3200
3201 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3202 function.
3203 (test_basic_parsing_of_type_kinds): Expand types tested.
3204 (test_parsing_invalid_type_kinds): New function.
3205
32062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3207
3208 * gdb.fortran/intrinsics.exp: New file.
3209 * gdb.fortran/intrinsics.f90: New file.
3210 * gdb.fortran/type-kinds.exp: New file.
3211
32122019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3213
3214 * gdb.fortran/dot-ops.exp: New file.
3215
32162019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3217
3218 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3219 Check upper and lower case logical literals.
3220
32212019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3222
3223 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3224 Remove duplicate tests.
3225
32262019-03-06 Alan Hayward <alan.hayward@arm.com>
3227
3228 * lib/gdb.exp (builtin_cd): rename of cd.
3229 (cd): Override builtin.
3230
32312019-03-06 Richard Bunt <richard.bunt@arm.com>
3232
3233 * gdb.fortran/function-calls.exp: New file.
3234 * gdb.fortran/function-calls.f90: New test.
3235
32362019-03-04 Richard Bunt <richard.bunt@arm.com>
3237
3238 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3239 on user program standard output.
3240 * gdb.fortran/short-circuit-argument-list.f90: Record function
3241 calls.
3242
32432019-02-28 Alan Hayward <alan.hayward@arm.com>
3244
3245 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3246 failure.
3247
32482019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3249
3250 PR gdb/8527
3251 * gdb.base/interrupt-daemon-attach.c,
3252 gdb.base/interrupt-daemon-attach.exp: New test.
3253
32542019-02-27 Pedro Alves <palves@redhat.com>
3255
3256 * gdb.base/page.exp: Add tests for "set width/height -1".
3257
32582019-02-27 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.base/page.exp: Add tests for "set/show width/height" with
3261 "infinite" values.
3262
32632019-02-27 Tom Tromey <tromey@adacore.com>
3264
3265 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3266 2.4.
3267 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3268 workaround.
3269
32702019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3271
3272 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3273 tests for structs with static members.
3274
32752019-02-26 Tom Tromey <tromey@adacore.com>
3276
3277 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3278 ValueError, not TypeError.
3279
32802019-02-26 Kevin Buettner <kevinb@redhat.com>
3281
3282 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3283 call from main program.
3284
32852019-02-23 Joel Brobecker <brobecker@adacore.com>
3286
3287 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3288 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3289 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3290 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3291 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3292
32932019-02-22 Keith Seitz <keiths@redhat.com>
3294
3295 PR symtab/23853
3296 * gdb.base/symlink-sourcefile.c: New file.
3297 * gdb.base/symlink-sourcefile.exp: New file.
3298
32992019-02-20 Tom Tromey <tom@tromey.com>
3300
3301 * gdb.base/info_qt.exp: Update.
3302
33032019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3304
3305 * gdb.base/source.exp: Move "error in sourced script" code to
3306 the end.
3307 * gdb.base/source-error.gdb: Move contents to
3308 source-error-1.gdb. Add new code to source source-error-1.gdb.
3309 * gdb.base/source-error-1.gdb: New file, from previous
3310 source-error.gdb.
3311
33122019-02-17 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3315 for macro styling.
3316 * gdb.base/style.c (SOME_MACRO): New macro.
3317
33182019-02-17 Tom Tromey <tom@tromey.com>
3319
3320 * gdb.base/style.exp: Add line-wrapping tests.
3321 * gdb.base/page.exp: Add test for quitting during pagination.
3322
33232019-02-17 Joel Brobecker <brobecker@adacore.com>
3324
3325 * gdb.ada/big_packed_array: New testcase.
3326 * gdb.ada/homonym.exp: Fix incorrect expected output for
3327 "break <homonym__get_value>" test.
3328
33292019-02-13 Weimin Pan <weimin.pan@oracle.com>
3330
3331 PR breakpoints/21870
3332 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3333 and prepare_for_testing. Add comment.
3334 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3335 redundant cleanup call. Clean up comment.
3336
33372019-02-12 Weimin Pan <weimin.pan@oracle.com>
3338
3339 PR breakpoints/21870
3340 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3341 * gdb.arch/aarch64-dbreg-contents.c: New file.
3342
33432019-02-10 Joel Brobecker <brobecker@adacore.com>
3344
3345 * gdb.ada/mi_ref_changeable: New testcase.
3346
33472019-02-07 Alan Hayward <alan.hayward@arm.com>
3348
3349 * gdb.base/attach.exp: Add double attach test.
3350
33512019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3352
3353 * lib/gdb.exp (default_gdb_start): Don't match pagination
3354 prompt.
3355 (gdb_init): Set stty_init.
3356
33572019-01-27 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3360 skip_python_tests.
3361
33622019-01-24 Alan Hayward <alan.hayward@arm.com>
3363
3364 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3365 New structure.
3366 (struct struct_static_02_02): Likewise.
3367 (struct struct_static_02_03): Likewise.
3368 (struct struct_static_02_04): Likewise.
3369 (struct struct_static_04_01): Likewise.
3370 (struct struct_static_04_02): Likewise.
3371 (struct struct_static_04_03): Likewise.
3372 (struct struct_static_04_04): Likewise.
3373 (struct struct_static_06_01): Likewise.
3374 (struct struct_static_06_02): Likewise.
3375 (struct struct_static_06_03): Likewise.
3376 (struct struct_static_06_04): Likewise.
3377 (cmp_struct_static_02_01): Likewise.
3378 (cmp_struct_static_02_02): Likewise.
3379 (cmp_struct_static_02_03): Likewise.
3380 (cmp_struct_static_02_04): Likewise.
3381 (cmp_struct_static_04_01): Likewise.
3382 (cmp_struct_static_04_02): Likewise.
3383 (cmp_struct_static_04_03): Likewise.
3384 (cmp_struct_static_04_04): Likewise.
3385 (cmp_struct_static_06_01): Likewise.
3386 (cmp_struct_static_06_02): Likewise.
3387 (cmp_struct_static_06_03): Likewise.
3388 (cmp_struct_static_06_04): Likewise.
3389 (call_all): Test new structs.
3390 * gdb.base/infcall-nested-structs.exp: Likewise.
3391
33922019-01-21 Alan Hayward <alan.hayward@arm.com>
3393 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3394
33952019-01-21 Alan Hayward <alan.hayward@arm.com>
3396 * gdb.base/stack-protector.c: New test.
3397 * gdb.base/stack-protector.exp: New file.
3398 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3399 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3400 option.
3401 (gdb_compile): Remove stack protector for GCC and prevent
3402 recursion.
3403
34042019-01-16 Keith Seitz <keiths@redhat.com>
3405
3406 PR gdb/23773
3407 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3408
34092019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3410
3411 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3412 aliases.
3413 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3414 tests.
3415 * gdb.arch/powerpc-vector-regs.c: New file.
3416 * gdb.arch/powerpc-vector-regs.exp: New file.
3417
34182019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3419
3420 * gdb.arch/altivec-regs.exp: Fix the list passed to
3421 gdb_expect_list when testing "info vector".
3422
34232019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.base/style.exp: Don't include path in testname.
3426
34272019-01-10 Keith Seitz <keiths@redhat.com>
3428
3429 PR gdb/23712
3430 PR symtab/23010
3431 * gdb.dwarf2/multidictionary.exp: New file.
3432
34332019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3434
3435 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3436 (test_gnuv3_style_demangling): ... this.
3437 (test_lucid_style_demangling): Remove.
3438 (test_arm_style_demangling): Remove.
3439 (test_hp_style_demangling): Remove.
3440 (do_tests): Remove calls to the above.
3441
34422019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3443
3444 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3445 case.
3446
34472019-01-06 Tom Tromey <tom@tromey.com>
3448
3449 PR gdb/28155:
3450 * gdb.dwarf2/typedef-void-finish.exp: New file.
3451
34522018-12-28 Tom Tromey <tom@tromey.com>
3453 Simon Marchi <simark@simark.ca>
3454
3455 * gdb.base/jit-exec.exp: New file.
3456 * gdb.base/jit-exec.c: New file.
3457 * gdb.base/jit-execd.c: New file.
3458
34592018-12-28 Tom Tromey <tom@tromey.com>
3460
3461 * gdb.base/style.exp: Update test to check for address styling.
3462
34632018-12-28 Tom Tromey <tom@tromey.com>
3464
3465 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3466 message.
3467
34682018-12-28 Tom Tromey <tom@tromey.com>
3469
3470 * gdb.base/style.exp: Add test for version number styling.
3471
34722018-12-28 Tom Tromey <tom@tromey.com>
3473
3474 * gdb.base/style.exp: Add test for print_address_symbolic.
3475
34762018-12-28 Tom Tromey <tom@tromey.com>
3477
3478 * gdb.base/style.exp: Add test for breakpoint setting.
3479
34802018-12-28 Tom Tromey <tom@tromey.com>
3481
3482 * gdb.base/style.exp: Add test for variable names.
3483
34842018-12-28 Tom Tromey <tom@tromey.com>
3485
3486 * gdb.base/style.exp: New file.
3487 * gdb.base/style.c: New file.
3488
34892018-12-28 Tom Tromey <tom@tromey.com>
3490
3491 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3492 "dumb".
3493 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3494 the TERM environment variable.
3495
34962018-12-27 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3499 pagination test.
3500
35012018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3502
3503 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3504 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3505
35062018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3507
3508 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3509 Filename a.adb changed to bp_fun_addr.adb.
3510 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3511
35122018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3513
3514 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3515 non-PIE executables.
3516 * README: Mention the gdb,nopie_flag board setting.
3517 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3518 non-PIE executable.
3519 * gdb.arch/amd64-entry-value.exp: Likewise.
3520 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3521 * gdb.arch/i386-float.exp: Likewise.
3522 * gdb.arch/i386-signal.exp: Likewise.
3523 * gdb.mi/mi-reg-undefined.exp: Likewise.
3524
35252018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3526
3527 PR gdb/23974
3528 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3529
35302018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3531
3532 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3533 Update order of results accordingly.
3534
35352018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.base/annota1.exp: Update a test regexp.
3538
35392018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3540
3541 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3542
35432018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3544
3545 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3546 (reuse_time): Initialize to REUSE_TIME_CAP.
3547 (check_rc): New function.
3548 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3549 Check pthread_create rc.
3550 (spawner_thread_func): Check pthread_create and pthread_join rc.
3551
35522018-12-08 Pedro Alves <palves@redhat.com>
3553
3554 * gdb.base/list.exp (test_forward_search): Rename to ...
3555 (test_forward_reverse_search): ... this. Also test reverse-search
3556 and the forward-search alias.
3557
35582018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3559
3560 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3561 local timeout variable before return, and remove all local timeout
3562 variable entirely.
3563 (gdb_load): Likewise.
3564
35652018-12-01 Tom de Vries <tdevries@suse.de>
3566
3567 * gdb.base/gdb-caching-proc.exp: New file.
3568
35692018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 * Makefile.in (TIMESTAMP): New variable.
3572 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3573 command.
3574 (check-single-racy): Likewise.
3575 (check/%.exp): Likewise.
3576 (check-racy/%.exp): Likewise.
3577 (workers/%.worker): Likewise.
3578 (build-perf): Likewise.
3579 (check-perf): Likewise.
3580 * README: Describe new "TS" and "TS_FORMAT" variables.
3581 * print-ts.py: New file.
3582
35832018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3584
3585 PR python/23714
3586 * gdb.python/python.exp: Test command repetition after
3587 gdb.execute.
3588
35892018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3590
3591 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3592 is correctly aligned.
3593
35942018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3595
3596 * gdb.ada/info_auto_lang.exp: New testcase.
3597 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3598 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3599 * gdb.ada/info_auto_lang/some_c.c: New file.
3600
36012018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3602
3603 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3604 FUNC_lang language syntax.
3605
36062018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3607
3608 * gdb.base/info_minsym.c: New file.
3609 * gdb.base/info_minsym.exp: New file.
3610
36112018-11-19 Tom Tromey <tom@tromey.com>
3612
3613 PR rust/23625:
3614 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3615 * gdb.rust/expr.exp: Update expected output. Change one test.
3616
36172018-11-19 Tom Tromey <tom@tromey.com>
3618
3619 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3620
36212018-11-19 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3624 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3625 see the expected warning.
3626
36272018-11-16 Alan Hayward <alan.hayward@arm.com>
3628
3629 PR gdb/22736:
3630 * gdb.cp/infcall-nodebug-lib.c: New test.
3631 * gdb.cp/infcall-nodebug-main.c: New test.
3632 * gdb.cp/infcall-nodebug.exp: New file.
3633
36342018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3635
3636 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3637 completer tests.
3638
36392018-11-09 Tom de Vries <tdevries@suse.de>
3640
3641 * gdb.base/msym-lang.c: New test.
3642 * gdb.base/msym-lang.exp: New file.
3643 * gdb.base/msym-lang-main.c: New test.
3644
36452018-11-08 Tom Tromey <tom@tromey.com>
3646
3647 PR gdb/23555:
3648 PR gdb/23838:
3649 * gdb.base/warning.exp: New file.
3650
36512018-11-08 Jan Beulich <jbeulich@suse.com>
3652
3653 * testsuite/gdb.arch/i386-avx512.c,
3654 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3655
36562018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3659 point hardware.
3660
36612018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3662
3663 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3664 * gdb.dwarf2/missing-type-name.exp: New file.
3665
36662018-11-06 Tom de Vries <tdevries@suse.de>
3667
3668 * gdb.base/many-headers.c: New test.
3669 * gdb.base/many-headers.exp: New file.
3670
36712018-11-06 Jim Wilson <jimw@sifive.com>
3672
3673 * gdb.base/code_elim.exp: For riscv, set additional_flags
3674 to include -msmall-data-limit=0.
3675
36762018-11-01 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.ada/watch_minus_l: New testcase.
3679
36802018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3681
3682 * gdb.arch/aix-sighandle.c: New file.
3683 * gdb.arch/aix-sighandle.exp: New file.
3684
36852018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3686
3687 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3688 registers being unions.
3689
36902018-10-31 Tom de Vries <tdevries@suse.de>
3691
3692 * lib/valgrind.exp: New file.
3693 (vgdb_start, vgdb_stop): New procs, factored out of ...
3694 * gdb.base/valgrind-bt.exp: ... here, ...
3695 * gdb.base/valgrind-disp-step.exp: ... here and ...
3696 * gdb.base/valgrind-infcall.exp: ... here.
3697
36982018-10-31 Tom de Vries <tdevries@suse.de>
3699
3700 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3701
37022018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3703
3704 * gdb.dwarf2/void-type.c: New file.
3705 * gdb.dwarf2/void-type.exp: New file.
3706
37072018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3708
3709 * gdb.base/info_qt.c: New file.
3710 * gdb.base/info_qt.exp: New file.
3711
37122018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3713
3714 * gdb.arch/powerpc-htm-regs.c: New file.
3715 * gdb.arch/powerpc-htm-regs.exp: New file.
3716
37172018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3718
3719 * gdb.arch/powerpc-tar.c: New file.
3720 * gdb.arch/powerpc-tar.exp: New file.
3721
37222018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3723
3724 * gdb.arch/powerpc-ppr-dscr.c: New file.
3725 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3726
37272018-10-25 Tom de Vries <tdevries@suse.de>
3728
3729 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3730
37312018-10-24 Tom de Vries <tdevries@suse.de>
3732
3733 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3734 longer exists error.
3735
37362018-10-24 Tom de Vries <tdevries@suse.de>
3737
3738 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3739
37402018-10-24 Tom de Vries <tdevries@suse.de>
3741
3742 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3743 --db-attach in valgrind.
3744
37452018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3746
3747 * gdb.arch/riscv-reg-aliases.c: New file.
3748 * gdb.arch/riscv-reg-aliases.exp: New file.
3749
37502018-10-19 Alan Hayward <alan.hayward@arm.com>
3751
3752 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3753
37542018-10-19 Alan Hayward <alan.hayward@arm.com>
3755
3756 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3757
37582018-10-19 Alan Hayward <alan.hayward@arm.com>
3759
3760 * gdb.cp/ovldbreak.exp: Fix regexps.
3761
37622018-10-19 Alan Hayward <alan.hayward@arm.com>
3763
3764 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3765
37662018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3767
3768 PR cli/23785
3769 * gdb.base/restore.exp: New test to check if "restore" with an
3770 invalid file doesn't segfault.
3771
37722018-10-18 Tom de Vries <tdevries@suse.de>
3773
3774 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3775 * gdb.ada/excep_handle.exp: Same.
3776 * gdb.ada/mi_string_access.exp: Same.
3777 * gdb.ada/mi_var_union.exp: Same.
3778 * gdb.arch/arc-analyze-prologue.exp: Same.
3779 * gdb.arch/arc-decode-insn.exp: Same.
3780 * gdb.base/readnever.exp: Same.
3781 * gdb.fortran/printing-types.exp: Same.
3782 * gdb.guile/scm-lazy-string.exp: Same.
3783
37842018-10-16 Tom de Vries <tdevries@suse.de>
3785
3786 PR gdb/23730
3787 * gdb.base/catch-follow-exec.c: Add copyright notice.
3788 * gdb.base/catch-follow-exec.exp: Rewrite to use
3789 gdb_spawn_with_cmdline_opts. Require gdb-native.
3790
37912018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3792
3793 * gdb.trace/actions-changed.exp: Check for arch support.
3794 * gdb.trace/actions.exp: Likewise.
3795 * gdb.trace/ax.exp: Likewise.
3796 * gdb.trace/backtrace.exp: Likewise.
3797 * gdb.trace/change-loc.exp: Likewise.
3798 * gdb.trace/deltrace.exp: Likewise.
3799 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3800 * gdb.trace/ftrace.exp: Likewise.
3801 * gdb.trace/infotrace.exp: Check for arch support.
3802 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3803 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3804 * gdb.trace/mi-tsv-changed.exp: Likewise.
3805 * gdb.trace/packetlen.exp: Likewise.
3806 * gdb.trace/passc-dyn.exp: Likewise.
3807 * gdb.trace/passcount.exp: Likewise.
3808 * gdb.trace/pending.exp: Likewise.
3809 * gdb.trace/range-stepping.exp: Check for shlib support.
3810 * gdb.trace/report.exp: Check for arch support.
3811 * gdb.trace/save-trace.exp: Likewise.
3812 * gdb.trace/signal.exp: Check for signal support.
3813 * gdb.trace/tfind.exp: Check for arch support.
3814 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3815 * gdb.trace/trace-common.h: Add comment.
3816 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3817 * gdb.trace/trace-enable-disable.exp: Likewise.
3818 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3819 * gdb.trace/tracecmd.exp: Check for arch support.
3820 * gdb.trace/tspeed.exp: Check for shlib and target support.
3821 * gdb.trace/tstatus.exp: Check for arch support.
3822 * gdb.trace/tsv.exp: Likewise.
3823 * gdb.trace/while-dyn.exp: Likewise.
3824 * gdb.trace/while-stepping.exp: Likewise.
3825 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3826
38272018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3828
3829 * gdb.trace/tspeed.exp: Remove nowarnings.
3830 (prepare_for_trace_test): Declare "global ipalib".
3831 * gdb.trace/tspeed.c: Include unistd.h.
3832 (main): Remove superfluous printf argument.
3833
38342018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3837 directory prefix on the filename.
3838
38392018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3840
3841 * gdb.gdb/unittest.exp: Update expected message informing that
3842 selftests have been disabled.
3843 * gdb.server/unittest.exp: Likewise.
3844
38452018-10-09 Tom de Vries <tdevries@suse.de>
3846
3847 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3848 with runto_main.
3849
38502018-10-08 Weimin Pan <weimin.pan@oracle.com>
3851
3852 PR c++/16841
3853 * gdb.cp/virtbase2.cc: New file.
3854 * gdb.cp/virtbase2.exp: New file.
3855
38562018-10-06 Tom Tromey <tom@tromey.com>
3857
3858 PR python/19399:
3859 * gdb.python/py-inferior.exp: Add architecture test.
3860
38612018-10-06 Tom Tromey <tom@tromey.com>
3862
3863 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3864 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3865
38662018-10-06 Tom Tromey <tom@tromey.com>
3867
3868 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3869 of a "throw" catchpoint.
3870
38712018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3872
3873 * gdb.base/info-proc.exp: Update string expected from "help info
3874 proc".
3875
38762018-10-04 Tom Tromey <tom@tromey.com>
3877
3878 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3879 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3880 (test_initial_complaints, test_empty_complaints): Update.
3881 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3882
38832018-10-04 Tom Tromey <tom@tromey.com>
3884
3885 PR cli/19551:
3886 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3887 * lib/gdb.exp (gdb_file_cmd): Update.
3888 * gdb.stabs/weird.exp (print_weird_var): Update.
3889 * gdb.server/solib-list.exp: Update.
3890 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3891 * gdb.mi/mi-cli.exp: Update.
3892 * gdb.linespec/linespec.exp: Update.
3893 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3894 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3895 * gdb.cp/cp-relocate.exp: Update.
3896 * gdb.base/sym-file.exp: Update.
3897 * gdb.base/relocate.exp: Update.
3898 * gdb.base/readnever.exp: Update.
3899 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3900 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3901 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3902 * gdb.base/code_elim.exp: Update.
3903 * gdb.base/break-unload-file.exp (test_break): Update.
3904 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3905 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3906 Update.
3907 * gdb.base/attach.exp (do_attach_tests): Update.
3908 * gdb.base/sepdebug.exp: Update.
3909 * gdb.python/py-section-script.exp: Update.
3910
39112018-10-04 Tom Tromey <tom@tromey.com>
3912
3913 PR cli/22234:
3914 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3915 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3916 output.
3917
39182018-10-04 Tom Tromey <tom@tromey.com>
3919
3920 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3921 set width and height to 0.
3922 (test_command_line_attach_run): Use -quiet.
3923
39242018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3925
3926 * lib/gdb.exp (skip_ifunc_tests): New.
3927 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3928 other compile failures.
3929 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3930
39312018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3932
3933 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3934 is_amd64_regs_target.
3935
39362018-10-01 Alan Hayward <alan.hayward@arm.com>
3937
3938 * gdb.arch/aarch64-sighandler-regs.c: New test.
3939 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3940 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3941
39422018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3943
3944 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3945 assembly.
3946
39472018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3948
3949 * gdb.base/frame-selection.exp: New file.
3950 * gdb.base/frame-selection.c: New file.
3951
39522018-09-27 Alan Hayward <alan.hayward@arm.com>
3953
3954 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3955 pthread barrier.
3956 (main): Likewise.
3957
39582018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3959
3960 * gdb.base/large-frame-1.c: New file.
3961 * gdb.base/large-frame-2.c: New file.
3962 * gdb.base/large-frame.exp: New file.
3963 * gdb.base/large-frame.h: New file.
3964
39652018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3966
3967 PR gdb/20948
3968 * gdb.base/write_mem.exp: New test.
3969 * gdb.base/write_mem.c: Likewise.
3970
39712018-09-23 Tom Tromey <tom@tromey.com>
3972
3973 PR python/18852:
3974 * gdb.python/py-parameter.exp: Add test for parameter that throws
3975 on "set".
3976
39772018-09-23 Tom Tromey <tom@tromey.com>
3978
3979 PR python/17284:
3980 * gdb.python/py-template.exp (test_template_arg): Add test for
3981 negative template argument number.
3982
39832018-09-23 Tom Tromey <tom@tromey.com>
3984
3985 PR python/14062:
3986 * gdb.python/python.exp: Add test for post_event error.
3987
39882018-09-23 Tom Tromey <tom@tromey.com>
3989
3990 PR python/18170:
3991 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3992 convert pointers to int and long.
3993
39942018-09-23 Tom Tromey <tom@tromey.com>
3995
3996 PR python/20126:
3997 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3998 signed-ness conversion tests.
3999
40002018-09-23 Tom Tromey <tom@tromey.com>
4001
4002 PR python/18352;
4003 * gdb.python/py-value.exp (test_float_conversion): New proc.
4004 Use it.
4005
40062018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
4007
4008 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
4009
40102018-09-18 Sandra Loosemore <sandra@codesourcery.com>
4011
4012 * gdb.base/complete-empty.exp: Skip tab-completion tests if
4013 no readline.
4014 * gdb.base/utf8-identifiers.exp: Likewise.
4015 * gdb.cp/cpcompletion.exp: Likewise.
4016 * gdb.linespec/cpcompletion.exp: Likewise.
4017 * gdb.linespec/cpls-abi-tag.exp: Likewise.
4018 * gdb.linespec/cpls-ops.exp: Likewise.
4019
40202018-09-19 Richard Bunt <richard.bunt@arm.com>
4021 Chris January <chris.january@arm.com>
4022
4023 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
4024 * gdb.fortran/short-circuit-argument-list.exp: New file.
4025 * gdb.fortran/short-circuit-argument-list.f90: New test.
4026
40272018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4028
4029 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
4030 "arch=" keyword when executing "-stack-list-frames".
4031
40322018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4033
4034 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
4035 "arch=" keyword when executing "-stack-list-frames".
4036
40372018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
4038
4039 * gdb.ada/complete.exp: Expect for "@" when doing "complete
4040 break ada".
4041
40422018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
4043
4044 PR python/23669
4045 * gdb.python/python.exp: Test gdb.execute("show commands").
4046
40472018-09-16 Tom Tromey <tom@tromey.com>
4048
4049 * gdb.base/new-ui.exp (do_execution_tests): Update.
4050 * gdb.base/dbx.exp (test_breakpoints): Update.
4051
40522018-09-14 Alan Hayward <alan.hayward@arm.com>
4053
4054 * lib/gdb.exp (gdb_simple_compile): Add proc.
4055 (is_elf_target): Use gdb_simple_compile.
4056 (skip_altivec_tests): Likewise.
4057 (skip_vsx_tests): Likewise.
4058 (skip_tsx_tests): Likewise.
4059 (skip_btrace_tests): Likewise.
4060 (skip_btrace_pt_tests): Likewise.
4061 (gdb_can_simple_compile): Likewise.
4062 (gdb_has_argv0): Likewise.
4063 (gdb_target_symbol_prefix): Likewise.
4064 (target_supports_scheduler_locking): Likewise.
4065
40662018-09-13 Tom Tromey <tom@tromey.com>
4067
4068 * Makefile.in (TAGS): Recognize proc_with_prefix and
4069 gdb_caching_proc.
4070
40712018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4072
4073 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
4074 method.
4075
40762018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4077
4078 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
4079 and a few other Inferior properties when the Inferior is no
4080 longer valid.
4081
40822018-09-13 Tom Tromey <tom@tromey.com>
4083
4084 PR rust/23650:
4085 * gdb.rust/simple.exp: Add test for enum field access error.
4086
40872018-09-13 Tom Tromey <tom@tromey.com>
4088
4089 PR rust/23626:
4090 * gdb.rust/simple.rs (EmptyEnum): New type.
4091 (main): Use it.
4092 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
4093
40942018-09-13 Simon Marchi <simon.marchi@ericsson.com>
4095
4096 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
4097 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
4098 * gdb.python/py-symtab.exp: Update test printing an objfile.
4099
41002018-09-12 Simon Marchi <simon.marchi@ericsson.com>
4101
4102 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
4103 object.
4104
41052018-09-12 Alan Hayward <alan.hayward@arm.com>
4106
4107 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
4108 (support_complex_tests): Use gdb_can_simple_compile.
4109 (is_ilp32_target): Likewise.
4110 (is_lp64_target): Likewise.
4111 (is_64_target): Likewise.
4112 (is_amd64_regs_target): Likewise.
4113 (is_aarch32_target): Likewise.
4114 (gdb_int128_helper): Likewise.
4115
41162018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4117
4118 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
4119
41202018-09-10 Jerome Guitton <guitton@adacore.com>
4121
4122 * gdb.ada/same_component_name: Add test for case of tagged record
4123 with variable-length fields.
4124
41252018-09-10 Xavier Roirand <roirand@adacore.com>
4126
4127 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4128 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4129 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4130 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4131
41322018-09-10 Xavier Roirand <roirand@adacore.com>
4133
4134 * gdb.ada/mi_string_access.exp: New testcase.
4135 * gdb.ada/mi_string_access/bar.adb: New file.
4136 * gdb.ada/mi_string_access/pck.adb: New file.
4137 * gdb.ada/mi_string_access/pck.asd: New file.
4138
41392018-09-10 Xavier Roirand <roirand@adacore.com>
4140
4141 * gdb.ada/mi_var_union.exp: New testcase.
4142 * gdb.ada/mi_var_union/bar.adb: New file.
4143 * gdb.ada/mi_var_union/pck.adb: New file.
4144 * gdb.ada/mi_var_union/pck.asd: New file.
4145
41462018-09-08 Tom Tromey <tom@tromey.com>
4147
4148 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4149
41502018-09-08 Tom Tromey <tom@tromey.com>
4151
4152 PR python/16047:
4153 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4154 (register_pretty_printers): Register new printer.
4155 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4156 test.
4157 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4158 (an_int_type3): New global.
4159
41602018-09-08 Joel Brobecker <brobecker@adacore.com>
4161
4162 * gdb.ada/expr_with_funcall: New testcase.
4163
41642018-09-08 Joel Brobecker <brobecker@adacore.com>
4165
4166 * gdb.ada/packed_array_assign: New testcase.
4167
41682018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4169
4170 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4171 names, and add test prefixes to make test names unique.
4172
41732018-09-05 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.dwarf2/varval.exp: Add test.
4176
41772018-09-04 Gary Benson <gbenson@redhat.com>
4178
4179 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4180 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4181
41822018-08-31 Tom Tromey <tom@tromey.com>
4183
4184 * gdb.rust/simple.rs: Rename second variable "v".
4185
41862018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 * gdb.base/funcargs.c (use_a): New function.
4189 (recurse): Call use_a.
4190
41912018-08-29 Keith Seitz <keiths@redhat.com>
4192
4193 * gdb.compile/compile-cplus-anonymous.cc: New file.
4194 * gdb.compile/compile-cplus-anonymous.exp: New file.
4195 * gdb.compile/compile-cplus-array-decay.cc: New file.
4196 * gdb.compile/compile-cplus-array-decay.exp: New file.
4197 * gdb.compile/compile-cplus-inherit.cc: New file.
4198 * gdb.compile/compile-cplus-inherit.exp: New file.
4199 * gdb.compile/compile-cplus-member.cc: New file.
4200 * gdb.compile/compile-cplus-member.exp: New file.
4201 * gdb.compile/compile-cplus-method.cc: New file.
4202 * gdb.compile/compile-cplus-method.exp: New file.
4203 * gdb.compile/compile-cplus-mod.c: "New" file.
4204 * gdb.compile/compile-cplus-namespace.cc: New file.
4205 * gdb.compile/compile-cplus-namespace.exp: New file.
4206 * gdb.compile/compile-cplus-nested.cc: New file.
4207 * gdb.compile/compile-cplus-nested.exp: New file.
4208 * gdb.compile/compile-cplus-print.c: "New" file.
4209 * gdb.compile/compile-cplus-print.exp: "New" file.
4210 * gdb.compile/compile-cplus-virtual.cc: New file.
4211 * gdb.compile/compile-cplus-virtual.exp: New file.
4212 * gdb.compile/compile-cplus.c: "New" file.
4213 * gdb.compile/compile-cplus.exp: "New" file.
4214 * lib/compile-support.exp: New file.
4215
42162018-08-16 Gary Benson <gbenson@redhat.com>
4217
4218 PR gdb/13000:
4219 * gdb.base/batch-exit-status.exp: New file.
4220 * gdb.base/batch-exit-status.good-commands: Likewise.
4221 * gdb.base/batch-exit-status.bad-commands: Likewise.
4222
42232018-08-29 Alan Hayward <alan.hayward@arm.com>
4224
4225 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4226 (struct struct02): Likewise.
4227 (struct struct03): Likewise.
4228 (struct struct04): Likewise.
4229 (struct struct_01_01): New struct.
4230 (struct struct_01_02): Likewise.
4231 (struct struct_01_03): Likewise.
4232 (struct struct_01_04): Likewise.
4233 (struct struct_02_01): Likewise.
4234 (struct struct_02_02): Likewise.
4235 (struct struct_02_03): Likewise.
4236 (struct struct_02_04): Likewise.
4237 (struct struct_04_01): Likewise.
4238 (struct struct_04_02): Likewise.
4239 (struct struct_04_03): Likewise.
4240 (struct struct_04_04): Likewise.
4241 (struct struct_05_01): Likewise.
4242 (struct struct_05_02): Likewise.
4243 (struct struct_05_03): Likewise.
4244 (struct struct_05_04): Likewise.
4245 (cmp_struct01): Remove function.
4246 (cmp_struct02): Likewise.
4247 (cmp_struct03): Likewise.
4248 (cmp_struct04): Likewise.
4249 (cmp_struct_01_01): Add Function.
4250 (cmp_struct_01_02): Likewise.
4251 (cmp_struct_01_03): Likewise.
4252 (cmp_struct_01_04): Likewise.
4253 (cmp_struct_02_01): Likewise.
4254 (cmp_struct_02_02): Likewise.
4255 (cmp_struct_02_03): Likewise.
4256 (cmp_struct_02_04): Likewise.
4257 (cmp_struct_04_01): Likewise.
4258 (cmp_struct_04_02): Likewise.
4259 (cmp_struct_04_03): Likewise.
4260 (cmp_struct_04_04): Likewise.
4261 (cmp_struct_05_01): Likewise.
4262 (cmp_struct_05_02): Likewise.
4263 (cmp_struct_05_03): Likewise.
4264 (cmp_struct_05_04): Likewise.
4265 (call_all): Add new structs.
4266 * gdb.base/infcall-nested-structs.exp: Likewise.
4267
42682018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4269
4270 * gdb.python/py-framefilter-mi.exp: Update regexp to
4271 check for "arch" field in frame output.
4272
42732018-08-23 Kevin Buettner <kevinb@redhat.com>
4274
4275 * gdb.dwarf2/dw2-ranges-func.c: New file.
4276 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4277
42782018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4279
4280 * gdb.base/term.exp: Compare terminal settings with values from
4281 the inferior.
4282 * gdb.base/term.c: Get and set terminal settings.
4283
42842018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4285
4286 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4287 accommodate new "arch" field in frame output.
4288 * gdb.mi/mi-return.exp: Likewise.
4289 * gdb.mi/mi-stack.exp: Likewise.
4290 * gdb.mi/mi-syn-frame.exp: Likewise.
4291 * gdb.mi/user-selected-context-sync.exp: Likewise.
4292
42932018-08-19 Michael Spang <spang@google.com>
4294
4295 PR gdb/11786
4296 * gdb.base/gcore-tls-pie.c: New file.
4297 * gdb.base/gcore-tls-pie.exp: New file.
4298
42992018-08-18 Kevin Buettner <kevinb@redhat.com>
4300
4301 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
4302 * gdb.dwarf2/varval.c: New file.
4303 * gdb.dwarf2/varval.exp: New file.
4304
43052018-08-17 Alan Hayward <alan.hayward@arm.com>
4306
4307 PR gdb/18931
4308 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4309
43102018-08-16 Keith Seitz <keiths@redhat.com>
4311
4312 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4313 tests expected to pass.
4314
43152018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4316
4317 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4318 -data-disassemble -a.
4319 (test_disassembly_bogus_args): Likewise.
4320
43212018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4324
43252018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.base/vla-optimized-out.exp: Add new test.
4328
43292018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4330
4331 * gdb.base/vla-optimized-out-o3.exp: Delete.
4332 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4333 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4334 deleted tests.
4335
43362018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4337
4338 PR gdb/18050:
4339 * gdb.server/extended-remote-restart.c: New file.
4340 * gdb.server/extended-remote-restart.exp: New file.
4341
43422018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4343
4344 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4345 "set variable index = 42".
4346
43472018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4348
4349 * boards/index-cache-gdb.exp: New file.
4350 * gdb.dwarf2/index-cache.exp: New file.
4351 * gdb.dwarf2/index-cache.c: New file.
4352 * gdb.base/maint.exp: Check if we are using the index cache.
4353
43542018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4355
4356 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4357 MAKEFLAGS.
4358
43592018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4360
4361 * dg-extract-results.sh: Move to toplevel contrib.
4362 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4363 * Makefile.in (check-parallel-racy): Likewise.
4364
43652018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4366
4367 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4368 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4369 tests if the target supports scheduler locking.
4370
43712018-08-04 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4374
43752018-08-02 Tom Tromey <tom@tromey.com>
4376
4377 PR symtab/16842.
4378 * gdb.cp/temargs.exp: Test "info address" of a template
4379 parameter.
4380
43812018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4382
4383 * gdb.python/py-mi-var-info-path-expression.c: New file.
4384 * gdb.python/py-mi-var-info-path-expression.py: New file.
4385 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4386
43872018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4388
4389 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4390 error after "cannot resolve name" string.
4391
43922018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4395 started.
4396 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4397
43982018-07-28 Tom de Vries <tdevries@suse.de>
4399
4400 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4401
44022018-07-26 Tom de Vries <tdevries@suse.de>
4403
4404 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4405
44062018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4407
4408 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4409 is visible.
4410
44112018-07-26 Tom de Vries <tdevries@suse.de>
4412
4413 PR breakpoints/23366
4414 * gdb.base/catch-follow-exec.c: New test.
4415 * gdb.base/catch-follow-exec.exp: New file.
4416
44172018-07-25 Tom de Vries <tdevries@suse.de>
4418
4419 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4420 vla-optimized-out.c.
4421
44222018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4423
4424 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4425 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4426
44272018-07-20 Tom de Vries <tdevries@suse.de>
4428
4429 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4430 NOCLONE macro.
4431 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4432
44332018-07-19 Tom de Vries <tdevries@suse.de>
4434
4435 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4436 regular expression.
4437
44382018-07-18 Tom de Vries <tdevries@suse.de>
4439
4440 * gdb.base/vla-optimized-out.c: New test.
4441 * gdb.base/vla-optimized-out.exp: New file.
4442
44432018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4444
4445 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4446 message "No address associated with hostname" when gdbserver
4447 cannot resolve the hostname.
4448
44492018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4450
4451 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4452 Add some test prefixes to make tests unique.
4453
44542018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4455
4456 * gdb.base/frameapply.c: New file.
4457 * gdb.base/frameapply.exp: New file.
4458
44592018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4460
4461 * gdb.base/skip.exp: Update expected error message.
4462
44632018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4464 Jan Kratochvil <jan.kratochvil@redhat.com>
4465 Paul Fertser <fercerpav@gmail.com>
4466 Tsutomu Seki <sekiriki@gmail.com>
4467
4468 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4469 parameter.
4470 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4471 by default.
4472 * boards/native-gdbserver.exp: Likewise.
4473 * gdb.server/run-without-local-binary.exp: Improve regexp used
4474 for detecting when a remote debugging connection succeeds.
4475 * gdb.server/server-connect.exp: New file.
4476 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4477 Do not prefix the port number with ":".
4478 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4479 support for detecting and using it. Add '$debughost_gdbserver'
4480 to the list of arguments used to start gdbserver. Handle case
4481 when gdbserver cannot resolve a network name.
4482
44832018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4484
4485 PR c++/23373
4486 * gdb.base/ptype-offsets.cc (struct static_member): New
4487 struct.
4488 (main) <stmember>: New variable.
4489 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4490 with a static member in it.
4491
44922018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4493
4494 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4495 watchpoints enabled and disabled.
4496
44972018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4498
4499 * gdb.base/examine-backward.exp: Still run tests around address
4500 0x0, even if address 0x0 is not readable. Update the pattern for
4501 matching address 0x0 in expected output.
4502
45032018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4504
4505 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4506 malloc/free.
4507
45082018-07-04 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4511
45122018-07-02 Maciej W. Rozycki <macro@mips.com>
4513
4514 PR tdep/8282
4515 * gdb.arch/mips-disassembler-options.exp: New test.
4516 * gdb.arch/mips-disassembler-options.s: New test source.
4517
45182018-06-29 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.threads/names.exp: Adjust expected "info threads" output.
4521
45222018-06-29 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.opt/inline-break.exp (line number, address): Add "info
4525 break" tests.
4526
45272018-06-29 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4530 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4531 number and address and running to them.
4532
45332018-06-29 Richard Bunt <richard.bunt@arm.com>
4534
4535 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4536
45372018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4538
4539 * lib/compiler.c: Remove executable permission flag.
4540
45412018-06-28 Richard Bunt <richard.bunt@arm.com>
4542
4543 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4544 code.
4545 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4546
45472018-06-28 Petr Tesarik <ptesarik@suse.cz>
4548
4549 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4550
45512018-06-28 Petr Tesarik <ptesarik@suse.cz>
4552
4553 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4554 address argument is omitted.
4555
45562018-06-28 Petr Tesarik <ptesarik@suse.cz>
4557
4558 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4559
45602018-06-27 Omair Javaid <omair.javaid@linaro.org>
4561
4562 PR gdb/21695
4563 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4564 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4565
45662018-06-26 Tom Tromey <tom@tromey.com>
4567
4568 PR rust/22574:
4569 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4570 * gdb.rust/simple.rs (struct SimpleLayout): New.
4571
45722018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4573
4574 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4575 "info registers" output.
4576
45772018-06-21 Richard Bunt <richard.bunt@arm.com>
4578
4579 * gdb.base/watchpoint-hw-attach.c: New test.
4580 * gdb.base/watchpoint-hw-attach.exp: New file.
4581
45822018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4583
4584 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4585 through /bin/sh.
4586 * boards/dwarf4-gdb-index.exp: Likewise.
4587 * boards/fission-dwp.exp: Likewise.
4588
45892018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4590
4591 * gdb.base/float128.exp: Add comment and improved fail message
4592 to the failure case of "print large128" test.
4593
45942018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4595
4596 * configure.ac: Remove AC_PREREQ.
4597 * configure: Re-generate.
4598
45992018-06-19 Pedro Alves <palves@redhat.com>
4600
4601 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4602 (func_extern_caller): New.
4603 (main): Call func_extern_caller.
4604 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4605 logic change.
4606
46072018-06-18 Weimin Pan <weimin.pan@oracle.com>
4608
4609 PR gdb/16841
4610 * gdb.cp/typedef-base.cc: New file.
4611 * gdb.cp/typedef-base.exp: New file.
4612
46132018-06-18 Tom de Vries <tdevries@suse.de>
4614
4615 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4616
46172018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4618 Richard Bunt <Richard.Bunt@arm.com>
4619
4620 * gdb.threads/attach-slow-waitpid.c: New file.
4621 * gdb.threads/attach-slow-waitpid.exp: New file.
4622 * gdb.threads/slow-waitpid.c: New file.
4623
46242018-06-14 Pedro Alves <palves@redhat.com>
4625
4626 * gdb.base/fork-running-state.c: Include <errno.h>.
4627 (exit_if_relative_exits): New.
4628 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4629 exits.
4630 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4631 child exits.
4632
46332018-06-14 Tom de Vries <tdevries@suse.de>
4634
4635 PR cli/22573
4636 * gdb.base/finish-pretty.c: New test.
4637 * gdb.base/finish-pretty.exp: New file.
4638
46392018-06-14 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4642 gdb's expected startup output.
4643
46442018-06-14 Pedro Alves <palves@redhat.com>
4645
4646 * lib/selftest-support.exp (selftest_setup): Remove inlined
4647 function handling.
4648
46492018-06-14 Tom de Vries <tdevries@suse.de>
4650
4651 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4652 matching of breakpoint printing.
4653
46542018-06-13 Tom de Vries <tdevries@suse.de>
4655
4656 PR testsuite/23269
4657 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4658 (fork_child): ... here, and ...
4659 (fork_parent): ... here.
4660
46612018-06-12 Tom de Vries <tdevries@suse.de>
4662
4663 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4664
46652018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4666 Stephen Roberts <stephen.roberts@arm.com>
4667
4668 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4669 rewrite test to describe action performed, rather than possible
4670 failure.
4671
46722018-06-08 Gary Benson <gbenson@redhat.com>
4673
4674 * gdb.threads/check-libthread-db.exp: New file.
4675 * gdb.threads/check-libthread-db.c: Likewise.
4676
46772018-06-05 Tom Tromey <tom@tromey.com>
4678
4679 * gdb.base/default.exp: Update expected "show version" output.
4680
46812018-06-05 Tom Tromey <tom@tromey.com>
4682
4683 PR cli/12326:
4684 * gdb.cp/static-print-quit.exp: Update.
4685 * lib/gdb.exp (pagination_prompt): Update.
4686 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4687 * gdb.python/python.exp: Update.
4688
46892018-06-04 Joel Brobecker <brobecker@adacore.com>
4690
4691 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4692
46932018-06-01 Joel Brobecker <brobecker@adacore.com>
4694
4695 * gdb.ada/bp_fun_addr: New testcase.
4696
46972018-06-01 Tom Tromey <tom@tromey.com>
4698
4699 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4700 results.
4701 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4702 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4703 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4704 * gdb.base/maint.exp (maint_pass_if): Update.
4705
47062018-05-31 Maciej W. Rozycki <macro@mips.com>
4707
4708 * gdb.base/endian.exp: New test.
4709 * gdb.base/endian.c: New test source.
4710
47112018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4712
4713 PR gdb/23203
4714 * gdb.base/bt-selected-frame.c: New file.
4715 * gdb.base/bt-selected-frame.exp: New file.
4716 * lib/gdb.exp (get_current_frame_number): New function.
4717
47182018-05-24 Maciej W. Rozycki <macro@mips.com>
4719 Pedro Alves <palves@redhat.com>
4720
4721 * gdb.threads/tls-core.c: Include <stdlib.h>
4722 (thread_proc): Call `abort'.
4723 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4724 (tls_core_test): New procedure, bits factored out from ...
4725 (top level): ... here. Test both native cores and gcore cores.
4726
47272018-05-23 Tom Tromey <tom@tromey.com>
4728
4729 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4730
47312018-05-23 Tom Tromey <tom@tromey.com>
4732
4733 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4734 symfile_complaints.
4735 (test_short_complaints): Likewise.
4736 (test_empty_complaints): Likewise.
4737 (test_initial_complaints): Update.
4738
47392018-05-23 Tom Tromey <tom@tromey.com>
4740
4741 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4742
47432018-05-23 Tom Tromey <tom@tromey.com>
4744
4745 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4746 (test_short_complaints): Update.
4747
47482018-05-22 Pedro Alves <palves@redhat.com>
4749
4750 * gdb.base/remote.exp: Only gdb_start after compiling the
4751 testcase. Issue "disconnect" before testing "set remote" command
4752 defaults. Issue clean_restart before running to main.
4753
47542018-05-22 Pedro Alves <palves@redhat.com>
4755
4756 * gdb.base/remote.exp: Adjust expected output of "show remote
4757 memory-write-packet-size". Add tests for "set remote
4758 memory-write-packet-size 0" and "set remote
4759 memory-write-packet-size fixed/limit".
4760
47612018-05-22 Pedro Alves <palves@redhat.com>
4762
4763 PR gdb/22973
4764 * gdb.base/utf8-identifiers.c: New file.
4765 * gdb.base/utf8-identifiers.exp: New file.
4766
47672018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4768
4769 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4770
47712018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4772
4773 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4774
47752018-05-18 Tom Tromey <tom@tromey.com>
4776
4777 * gdb.base/ptype-offsets.exp: Update.
4778
47792018-05-17 Keith Seitz <keiths@redhat.com>
4780
4781 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4782 in expected breakpoint stop locations.
4783 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4784 move to proper scope to test variable values.
4785 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4786 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4787 New functions.
4788 (main): Call not_inline_func3.
4789 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4790 inline_func1, inline_func2, and inline_func3. Test that when each
4791 breakpoint is hit, GDB properly reports both the stop location
4792 and the backtrace. Repeat tests for temporary breakpoints.
4793
47942018-05-15 Maciej W. Rozycki <macro@mips.com>
4795
4796 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4797 rather then trying to access it in determining whether the PID
4798 of `gdbserver' could have been retrieved.
4799
48002018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4801
4802 * gdb.arch/amd64-init-x87-values.S: New file.
4803 * gdb.arch/amd64-init-x87-values.exp: New file.
4804
48052018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4806
4807 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4808
48092018-05-04 Tom Tromey <tom@tromey.com>
4810
4811 PR python/22730:
4812 * gdb.python/python.exp: Test multi-line execute.
4813
48142018-05-04 Tom Tromey <tom@tromey.com>
4815
4816 PR python/22731:
4817 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4818
48192018-05-04 Tom Tromey <tom@tromey.com>
4820
4821 PR gdb/11750:
4822 * gdb.base/define.exp: Test defining a user command inside a user
4823 command.
4824 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4825
48262018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4827 Pedro Alves <palves@redhat.com>
4828
4829 PR breakpoints/19806 and support for PR external/20207.
4830 * gdb.base/watchpoint-unaligned.c: New file.
4831 * gdb.base/watchpoint-unaligned.exp: New file.
4832
48332018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4834
4835 * gdb.base/maint.exp: Make test names unique, use
4836 test_prefix_command_help to test 'help maint info', and remove
4837 repeated test of 'help maint'.
4838
48392018-05-04 Tom Tromey <tom@tromey.com>
4840
4841 PR gdb/22619:
4842 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4843 behavior.
4844
48452018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4846
4847 * gdb.base/maint.exp: Process output from 'maint print registers'
4848 line at a time.
4849
48502018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4853 timeout.
4854
48552018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4856
4857 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4858 filter pattern.
4859
48602018-05-02 Pedro Alves <palves@redhat.com>
4861
4862 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4863 to_log_command renames.
4864 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4865
48662018-05-02 Tom Tromey <tom@tromey.com>
4867
4868 * gdb.python/py-parameter.exp: Set test message.
4869
48702018-05-02 Tom Tromey <tom@tromey.com>
4871
4872 PR python/20084:
4873 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4874 PARAM_ZUINTEGER_UNLIMITED tests.
4875
48762018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4877
4878 PR rust/23124
4879 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4880 when casting.
4881
48822018-04-30 Tom Tromey <tom@tromey.com>
4883
4884 * gdb.python/py-type.exp: Check align attribute.
4885 * gdb.python/py-type.c: New "aligncheck" global.
4886
48872018-04-30 Tom Tromey <tom@tromey.com>
4888
4889 PR exp/17095:
4890 * gdb.dwarf2/dw2-align.exp: New file.
4891 * gdb.cp/align.exp: New file.
4892 * gdb.base/align.exp: New file.
4893 * lib/gdb.exp (gdb_int128_helper): New proc.
4894 (has_int128_c, has_int128_cxx): New caching procs.
4895
48962018-04-27 Tom Tromey <tom@tromey.com>
4897
4898 PR rust/22545:
4899 * gdb.rust/simple.exp: Add inclusive range tests.
4900
49012018-04-26 Pedro Alves <palves@redhat.com>
4902
4903 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4904 ifunc breakpoint locations correctly of ifunc breakpoints set
4905 while the program resolves the ifunc.
4906
49072018-04-26 Pedro Alves <palves@redhat.com>
4908
4909 * gdb.base/gnu-ifunc-final.c: New file.
4910 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4911 * gdb.base/gnu-ifunc.exp (executable): Delete.
4912 (staticexecutable): Adjust.
4913 (lib_opts, exec_opts): Delete.
4914 (make_binsuffix, build, set-break): New procedures.
4915 (misc_tests): New, with tests factored out from the top level.
4916 (top level): Test different combinations of ifunc resolver name,
4917 resolver with and with debug info, and ifunc target with and
4918 without debug info. Wrap static tests with with_target_prefix.
4919
49202018-04-26 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4923 return type" warnings.
4924
49252018-04-25 Pedro Alves <palves@redhat.com>
4926
4927 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4928 killed".
4929 * gdb.base/kill-after-signal.exp: Likewise.
4930 * gdb.threads/kill.exp: Likewise.
4931
49322018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4933 Sergio Durigan Junior <sergiodj@redhat.com>
4934 Pedro Alves <palves@redhat.com>
4935
4936 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4937 regexps to expect for '[Inferior ... detached]' as well.
4938 * gdb.base/attach.exp: Likewise.
4939 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4940 "gdb_continue_to_end".
4941 (test_catch_syscall_with_wrong_args): Likewise.
4942 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4943 ']'. Don't set 'verbose' on.
4944 * gdb.base/foll-vfork.exp: Likewise.
4945 * gdb.base/fork-print-inferior-events.c: New file.
4946 * gdb.base/fork-print-inferior-events.exp: New file.
4947 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4948 '[Inferior ... has been killed]' message.
4949 * gdb.base/kill-after-signal.exp: Likewise.
4950 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4951 detach message.
4952 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4953 message.
4954 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4955 regexps to expect for '[Inferior ... detached]' as well.
4956 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4957
49582018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4959
4960 PR gdb/23104
4961 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4962
49632018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4964
4965 PR gdb/23095
4966 * gdb.base/break-probes.exp: Pass shlib_load to
4967 prepare_for_testing. Set normal_bp to r_debug_state if target is
4968 bsd.
4969
49702018-04-19 Richard Bunt <richard.bunt@arm.com>
4971
4972 * gdb.threads/multiple-successive-infcall.c: New test.
4973 * gdb.threads/multiple-successive-infcall.exp: New file.
4974
49752018-04-17 Tom Tromey <tom@tromey.com>
4976
4977 * gdb.rust/simple.rs (Union): New type.
4978 (main): New local "u".
4979 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4980
49812018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4982
4983 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4984 number information in output of "whereis" command.
4985 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4986
49872018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4988
4989 * gdb.ada/info_types.exp: Adjust expected output to the line
4990 numbers now printed by "info var/func/type".
4991 * gdb.base/completion.exp: Likewise.
4992 * gdb.base/included.exp: Likewise.
4993 * gdb.cp/cp-relocate.exp: Likewise.
4994 * gdb.cp/cplusfuncs.exp: Likewise.
4995 * gdb.cp/namespace.exp: Likewise.
4996 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4997
49982018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4999
5000 * gdb.btrace/cpu.exp: New.
5001
50022018-04-13 Markus Metzger <markus.t.metzger@intel.com>
5003
5004 * gdb.base/step-indirect-call-thunk.exp: New.
5005 * gdb.base/step-indirect-call-thunk.c: New.
5006 * gdb.reverse/step-indirect-call-thunk.exp: New.
5007 * gdb.reverse/step-indirect-call-thunk.c: New.
5008
50092018-04-11 Simon Marchi <simon.marchi@ericsson.com>
5010
5011 * gdb.base/pie-fork.c: New file.
5012 * gdb.base/pie-fork.exp: New file.
5013
50142018-04-11 Tom Tromey <tom@tromey.com>
5015
5016 * gdb.rust/simple.exp: Add test for ".." struct initializer.
5017
50182018-04-10 Pedro Alves <palves@redhat.com>
5019
5020 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
5021 exits. Instead loop running forever.
5022 (fork_parent): Run forever too.
5023
50242018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5025
5026 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
5027 mi_continue_to_line.
5028 * gdb.mi/mi-stack.c (callee4): Add comment.
5029
50302018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
5031
5032 * gdb.mi/mi-stack.exp: Fix indentation.
5033
50342018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5035
5036 PR gdb/22979
5037 * gdb.arch/amd64-osabi.exp: New file.
5038
50392018-04-07 Simon Marchi <simon.marchi@ericsson.com>
5040
5041 PR gdb/22980
5042 * gdb.base/osabi.exp: New file.
5043
50442018-04-02 Weimin Pan <weimin.pan@oracle.com>
5045
5046 * gdb.cp/static-typedef-print.exp: New file.
5047 * gdb.cp/static-typedef-print.cc: New file.
5048
50492018-03-27 Joel Brobecker <brobecker@adacore.com>
5050
5051 * gdb.ada/varsize_limit: New testcase.
5052
50532018-03-27 Joel Brobecker <brobecker@adacore.com>
5054
5055 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
5056
5057 * gdb.ada/notcplusplus: New testcase.
5058
5059 * gdb.base/c-linkage-name.c: New file.
5060 * gdb.base/c-linkage-name.exp: New testcase.
5061
50622018-03-26 Tom Tromey <tom@tromey.com>
5063
5064 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
5065 * gdb.python/py-framefilter.py (name_error): New global.
5066 (ErrorInName.function): Use name_error.
5067
50682018-03-26 Tom Tromey <tom@tromey.com>
5069
5070 PR backtrace/15582:
5071 * gdb.python/py-framefilter.exp: Add "bt hide" test.
5072
50732018-03-23 Keith Seitz <keiths@redhat.com>
5074
5075 PR c++/22968
5076 * gdb.cp/subtypes.exp: New file.
5077 * gdb.cp/subtypes.h: New file.
5078 * gdb.cp/subtypes.cc: New file.
5079 * gdb.cp/subtypes-2.cc: New file.
5080
50812018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5082
5083 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
5084 (done): Call '_exit' not 'exit' to avoid atexit handlers.
5085 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
5086 -nostartfiles when compiling the test. Confirm that all registers
5087 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
5088
50892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
5090
5091 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
5092 option, syntax was wrong anyway.
5093 * gdb.arch/arm-disp-step.exp: Likewise.
5094 * gdb.arch/sparc64-regs.exp: Likewise.
5095 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
5096 option, syntax was wrong anyway, switch to use
5097 prepare_for_testing.
5098 * gdb.arch/i386-disp-step.exp: Likewise.
5099
51002018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
5101
5102 * gdb.ada/exec_changed.exp: Replace "target_info exists
5103 use_gdb_stub" by "use_gdb_stub".
5104 * gdb.ada/start.exp: Likewise.
5105 * gdb.base/async-shell.exp: Likewise.
5106 * gdb.base/attach-pie-misread.exp: Likewise.
5107 * gdb.base/attach-wait-input.exp: Likewise.
5108 * gdb.base/break-entry.exp: Likewise.
5109 * gdb.base/break-interp.exp: Likewise.
5110 * gdb.base/dprintf-detach.exp: Likewise.
5111 * gdb.base/nostdlib.exp: Likewise.
5112 * gdb.base/solib-nodir.exp: Likewise.
5113 * gdb.base/statistics.exp: Likewise.
5114 * gdb.base/testenv.exp: Likewise.
5115 * gdb.mi/mi-exec-run.exp: Likewise.
5116 * gdb.mi/mi-start.exp: Likewise.
5117 * gdb.multi/dummy-frame-restore.exp: Likewise.
5118 * gdb.multi/multi-arch-exec.exp: Likewise.
5119 * gdb.multi/multi-arch.exp: Likewise.
5120 * gdb.multi/tids.exp: Likewise.
5121 * gdb.multi/watchpoint-multi.exp: Likewise.
5122 * gdb.python/py-events.exp: Likewise.
5123 * gdb.threads/attach-into-signal.exp: Likewise.
5124 * gdb.threads/attach-stopped.exp: Likewise.
5125 * gdb.threads/threadapply.exp: Likewise.
5126 * lib/selftest-support.exp: Likewise.
5127
51282018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5129
5130 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5131
51322018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5133
5134 * gdb.perf/template-breakpoints.cc: New file.
5135 * gdb.perf/template-breakpoints.exp: New file.
5136 * gdb.perf/template-breakpoints.py: New file.
5137
51382018-03-19 Tom Tromey <tom@tromey.com>
5139
5140 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5141 y0.
5142 * gdb.rust/simple.exp: Test bare identifier form of struct
5143 initializer.
5144
51452018-03-19 Tom Tromey <tom@tromey.com>
5146
5147 * gdb.gdb/observer.exp: Remove.
5148
51492018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5150
5151 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5152 "qualified" option when setting breakpoints.
5153 * gdb.trace/backtrace.exp: Likewise.
5154 * gdb.trace/circ.exp: Likewise.
5155 * gdb.trace/collection.exp: Likewise.
5156 * gdb.trace/disconnected-tracing.exp: Likewise.
5157 * gdb.trace/ftrace-lock.exp: Likewise.
5158 * gdb.trace/ftrace.exp: Likewise.
5159 * gdb.trace/infotrace.exp: Likewise.
5160 * gdb.trace/packetlen.exp: Likewise.
5161 * gdb.trace/passc-dyn.exp: Likewise.
5162 * gdb.trace/qtro.exp: Likewise.
5163 * gdb.trace/read-memory.exp: Likewise.
5164 * gdb.trace/report.exp: Likewise.
5165 * gdb.trace/signal.exp: Likewise.
5166 * gdb.trace/status-stop.exp: Likewise.
5167 * gdb.trace/strace.exp: Likewise.
5168 * gdb.trace/tfind.exp: Likewise.
5169 * gdb.trace/trace-break.exp: Likewise.
5170 * gdb.trace/trace-condition.exp: Likewise.
5171 * gdb.trace/trace-mt.exp: Likewise.
5172 * gdb.trace/tstatus.exp: Likewise.
5173 * gdb.trace/tsv.exp: Likewise.
5174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5175 * gdb.trace/unavailable.exp: Likewise.
5176 * gdb.trace/while-dyn.exp: Likewise.
5177
51782018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5179
5180 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5181 that libinproctrace is copied to the target.
5182
51832018-03-14 Tom Tromey <tom@tromey.com>
5184
5185 PR cli/14977:
5186 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5187 a null pointer.
5188 * gdb.base/wchar.exp: Likewise.
5189
51902018-03-14 Tom Tromey <tom@tromey.com>
5191
5192 PR cli/19918:
5193 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5194 flag.
5195
51962018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5197
5198 PR gdb/22841
5199 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5200 "target" to remote_exec.
5201
52022018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5203
5204 PR gdb/22841
5205 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5206 ${board}_upload): Remove.
5207
52082018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5209
5210 * gdb.cp/watch-cp.cc: New test.
5211 * gdb.cp/watch-cp.exp: New file.
5212
52132018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5214
5215 * gdb.base/infcall-nested-structs.exp: New file.
5216 * gdb.base/infcall-nested-structs.c: New file.
5217 * gdb.base/float.exp: Add riscv support.
5218
52192018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5220
5221 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5222 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5223
52242018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5225
5226 * gdb.server/abspath.exp: New file.
5227 * lib/gdb.exp (with_cwd): New procedure.
5228
52292018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5230
5231 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5232 use it.
5233 (gdb_is_target_remote_prompt): New proc.
5234 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5235 (gdb_is_target_native): Pass prompt parameter to
5236 gdb_is_target_1.
5237
52382018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5239
5240 * gdb.base/load-command.c: New file.
5241 * gdb.base/load-command.exp: New file.
5242 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5243 (gdb_is_target_1): ...this, and generalize for other targets
5244 than just remote.
5245 (gdb_is_target_remote): Use gdb_is_target_1.
5246 (gdb_is_target_native): use gdb_is_target_1.
5247
52482018-02-26 Tom Tromey <tom@tromey.com>
5249
5250 PR python/16497:
5251 * gdb.python/py-framefilter.exp: Update test.
5252
52532018-02-26 Tom Tromey <tom@tromey.com>
5254
5255 * gdb.dwarf2/variant.c: New file.
5256 * gdb.dwarf2/variant.exp: New file.
5257
52582018-02-26 Tom Tromey <tom@tromey.com>
5259
5260 * gdb.rust/simple.exp: Accept more possible results in enum test.
5261
52622018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5263
5264 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5265 parentheses.
5266
52672018-02-23 Maciej W. Rozycki <macro@mips.com>
5268
5269 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5270 name of a variable: $actual_linejj -> $actual_line.
5271
52722018-02-21 John Baldwin <jhb@FreeBSD.org>
5273
5274 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5275
52762018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5277
5278 * gdb.btrace/buffer-size.exp: Do not force BTS.
5279
52802018-02-14 Pedro Alves <palves@redhat.com>
5281
5282 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5283 getting a "Quit".
5284
52852018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5286
5287 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5288 Fix test name.
5289
52902018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5291
5292 * gdb.cp/m-static.exp: Check type of optimized out static
5293 member.
5294
52952018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5296
5297 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5298 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5299
53002018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5301 Leszek Swirski <leszeks@google.com>
5302
5303 * gdb.python/py-prettyprint.c
5304 (struct to_string_returns_value_inner,
5305 struct to_string_returns_value_wrapper): New.
5306 (main): Add tsrvw variable.
5307 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5308 ToStringReturnsValueWrapper): New classes.
5309 (register_pretty_printers): Register new pretty-printers.
5310 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5311 recursive pretty printer.
5312 * gdb.python/py-mi.exp: Likewise.
5313
53142018-02-01 Leszek Swirski <leszeks@google.com>
5315
5316 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5317 functions with the same name as an include file are parsed
5318 correctly.
5319
53202018-02-01 Yao Qi <yao.qi@linaro.org>
5321
5322 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5323 "\[^\r\n\]*".
5324
53252018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5326
5327 * gdb.arch/powerpc-prologue-frame.s: New file.
5328 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5329 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5330
53312018-01-31 Joel Brobecker <brobecker@adacore.com>
5332
5333 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5334
53352018-01-30 Pedro Alves <palves@redhat.com>
5336
5337 PR gdb/13211
5338 * gdb.base/interrupt-daemon.c: New.
5339 * gdb.base/interrupt-daemon.exp: New.
5340 * gdb.multi/multi-term-settings.c: New.
5341 * gdb.multi/multi-term-settings.exp: New.
5342
53432018-01-30 Joel Brobecker <brobecker@adacore.com>
5344
5345 * gdb.base/break.exp: Save the location where the breakpoint
5346 on break.c:47 was actually inserted when debugging the version
5347 compiled at -O2 and use it in the expected output of the "info
5348 break" test performed soon after.
5349
53502018-01-22 Pedro Alves <palves@redhat.com>
5351 Sergio Durigan Junior <sergiodj@redhat.com>
5352
5353 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5354 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5355
53562018-01-22 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdb.base/break-include.c, gdb.base/break-include.inc,
5359 gdb.base/break-include.exp: New files.
5360 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5361 line number now being the actual line number where the breakpoint
5362 was inserted.
5363 * gdb.mi/mi-break.exp: Likewise.
5364 * gdb.mi/mi-reverse.exp: Likewise.
5365 * gdb.mi/mi-simplerun.exp: Ditto.
5366
53672018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5368
5369 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5370 varobj.
5371 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5372
53732018-01-21 Don Breazeal <donb@codesourcery.com>
5374 Andrew Burgess <andrew.burgess@embecosm.com>
5375
5376 * gdb.mi/basics.c: Add new global.
5377 * gdb.mi/mi-frame-regs.exp: New file.
5378 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5379 case.
5380
53812018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5382
5383 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5384 non-parameter, and on an unknown symbol.
5385
53862018-01-19 Tom Tromey <tom@tromey.com>
5387
5388 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5389 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5390
53912018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5392
5393 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5394 setrlimit and chdir to int.
5395
53962018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5397
5398 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5399 function.
5400 (my_tend): Likewise.
5401 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5402 rationale of avoiding FP- and vector instructions.
5403
54042018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5405
5406 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5407 "info reg" with "\[ \t\]*".
5408 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5409 "\[ \t\]+".
5410 * gdb.arch/s390-multiarch.exp: Ditto.
5411 * gdb.base/pc-fp.exp: Ditto.
5412 * gdb.reverse/i386-precsave.exp: Ditto.
5413 * gdb.reverse/i386-reverse.exp: Ditto.
5414 * gdb.reverse/i387-env-reverse.exp: Ditto.
5415 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5416
54172018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5418
5419 * lib/gdb.exp (gdb_compile): Re-enable use of
5420 universal_compile_options for languages other than Rust.
5421
54222018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5423
5424 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5425
54262018-01-17 Mike Gulick <mgulick@mathworks.com>
5427
5428 PR gdb/16577
5429 * gdb.base/solib-vanish.exp: New.
5430 * gdb.base/solib-vanish-main.c: New.
5431 * gdb.base/solib-vanish-lib1.c: New.
5432 * gdb.base/solib-vanish-lib2.c: New.
5433
54342018-01-17 Yao Qi <yao.qi@linaro.org>
5435
5436 * gdb.compile/compile.exp: Match the address printed for
5437 frame in the output of command "bt".
5438
54392018-01-15 Tom Tromey <tom@tromey.com>
5440
5441 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5442 compute sp_reg.
5443
54442018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5445
5446 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5447 to prepare.
5448 (prepare): Return 0 on error, 1 on success.
5449
54502018-01-12 Pedro Alves <palves@redhat.com>
5451
5452 * gdb.base/continue-after-aborted-step-over.c: New.
5453 * gdb.base/continue-after-aborted-step-over.exp: New.
5454
54552018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5456
5457 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5458 options when not creating an executable.
5459
54602018-01-11 Pedro Alves <palves@redhat.com>
5461
5462 PR remote/22597
5463 * gdb.server/stop-reply-no-thread.c: New file.
5464 * gdb.server/stop-reply-no-thread.exp: New file.
5465
54662018-01-10 Pedro Alves <palves@redhat.com>
5467
5468 PR gdb/22670
5469 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5470 functions too. Test setting breakpoints and printing C functions
5471 with no debug info too.
5472 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5473
54742018-01-10 Pedro Alves <palves@redhat.com>
5475
5476 PR gdb/22670
5477 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5478 a fail.
5479
54802018-01-10 Pedro Alves <palves@redhat.com>
5481
5482 PR gdb/22670
5483 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5484
54852018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5486
5487 * gdb.server/unittest.exp: Match the output in non-development
5488 mode.
5489
54902018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5491
5492 * gdb.gdb/unittest.exp: Match output in non-development mode.
5493
54942018-01-08 Joel Brobecker <brobecker@adacore.com>
5495
5496 * gdb.ada/access_tagged_param.exp: Relax expected output
5497 for value of "ObjL" in "continue" to pck.inspect breakpoint
5498 test.
5499
55002018-01-08 Joel Brobecker <brobecker@adacore.com>
5501
5502 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5503 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
5504
55052018-01-05 Pedro Alves <palves@redhat.com>
5506
5507 PR gdb/18653
5508 * gdb.base/libsegfault.exp: New.
5509
55102018-01-05 Joel Brobecker <brobecker@adacore.com>
5511
5512 PR gdb/22670
5513 * gdb.ada/access_tagged_param.exp: New file.
5514 * gdb.ada/access_tagged_param/foo.adb: New file.
5515
55162018-01-05 Pedro Alves <palves@redhat.com>
5517
5518 PR gdb/22670
5519 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5520 exercise lower case too, and to exercise both full matching and
5521 wild matching.
5522
55232018-01-05 Joel Brobecker <brobecker@adacore.com>
5524
5525 * gdb.ada/rename_subscript_param: New testcase.
5526
55272018-01-05 Jerome Guitton <guitton@adacore.com>
5528
5529 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5530
55312018-01-05 Joel Brobecker <brobecker@adacore.com>
5532
5533 * gdb.ada/convvar_comp: New testcase.
5534
55352018-01-05 Xavier Roirand <roirand@adacore.com>
5536
5537 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5538 (My_Table): New global variable.
5539 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5540
55412018-01-04 Joel Brobecker <brobecker@adacore.com>
5542
5543 PR gdb/22670
5544 * gdb.ada/maint_with_ada: New testcase.
5545
55462018-01-04 Joel Brobecker <brobecker@adacore.com>
5547
5548 PR gdb/22670
5549 * gdb.ada/bp_c_mixed_case: New testcase.
5550
55512018-01-04 Joel Brobecker <brobecker@adacore.com>
5552
5553 PR gdb/22670
5554 * gdb.ada/complete.exp: Add "complete break ada" test.
5555
55562018-01-04 Joel Brobecker <brobecker@adacore.com>
5557
5558 PR gdb/22670
5559 * gdb.ada/info_addr_mixed_case: New testcase.
5560
55612018-01-03 Xavier Roirand <roirand@adacore.com>
5562
5563 * gdb.ada/excep_handle.exp: New testcase.
5564 * gdb.ada/excep_handle/foo.adb: New file.
5565 * gdb.ada/excep_handle/pck.ads: New file.
5566
55672018-01-03 Joel Brobecker <brobecker@adacore.com>
5568
5569 * gdb.base/step-line.c: Add extra empty line in copyright header.
5570 * gdb.base/step-line.inp: Likewise.
5571
55722018-01-02 Joel Brobecker <brobecker@adacore.com>
5573
5574 * gdb.ada/dyn_stride.exp: Add slice test.
5575
55762018-01-02 Joel Brobecker <brobecker@adacore.com>
5577
5578 * gdb.ada/dyn_stride: New testcase.
5579
55802017-12-27 Stafford Horne <shorne@gmail.com>
5581
5582 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5583 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5584
55852017-12-27 Stafford Horne <shorne@gmail.com>
5586
5587 * gdb.base/reggroups.c: New file.
5588 * gdb.base/reggroups.exp: New file.
5589
55902017-12-18 Joel Brobecker <brobecker@adacore.com>
5591
5592 * gdb.dwarf2/ada-valprint-error.c: New file.
5593 * gdb.dwarf2/ada-valprint-error.exp: New file.
5594
55952017-12-18 Joel Brobecker <brobecker@adacore.com>
5596
5597 * gdb.ada/assign_arr: New testcase.
5598
55992017-12-18 Xavier Roirand <roirand@adacore.com>
5600
5601 * gdb.ada/funcall_ptr: New testcase.
5602
56032017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5604
5605 PR cli/16224
5606 * gdb.base/ptype-offsets.cc: New file.
5607 * gdb.base/ptype-offsets.exp: New file.
5608
56092017-12-15 Yao Qi <yao.qi@linaro.org>
5610
5611 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5612 if XML is disabled.
5613
56142017-12-15 Xavier Roirand <roirand@adacore.com>
5615
5616 * gdb.ada/same_component_name: New testcase.
5617
56182017-12-14 Joel Brobecker <brobecker@adacore.com>
5619
5620 * gdb.ada/str_binop_equal: New testcase.
5621
56222017-12-14 Joel Brobecker <brobecker@adacore.com>
5623
5624 * gdb.ada/task_switch_in_core: New testcase.
5625
56262017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5627
5628 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5629 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5630 call test_bkpt_qualified.
5631 (test_bkpt_qualified): New proc.
5632
56332017-12-13 Pedro Alves <palves@redhat.com>
5634
5635 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5636 Tighten regexp by matching with an anchor.
5637
56382017-12-13 Pedro Alves <palves@redhat.com>
5639
5640 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5641 ("expression with namespace"): New set of tests.
5642 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5643 (Nested::Test_NS::qux): New.
5644 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5645 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5646
56472017-12-13 Joel Brobecker <brobecker@adacore.com>
5648
5649 * gdb.base/server-del-break.c: New file.
5650 * gdb.base/server-del-break.exp: New file.
5651
56522017-12-12 Stafford Horne <shorne@gmail.com>
5653
5654 * gdb.xml/tdesc-regs.exp: Add or1k support.
5655
56562017-12-12 Stafford Horne <shorne@gmail.com>
5657
5658 * gdb.base/bp-permanent.c: Define nop of or1k.
5659
56602017-12-11 Joel Brobecker <brobecker@adacore.com>
5661
5662 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5663 output with components being reordered.
5664
56652017-12-11 Joel Brobecker <brobecker@adacore.com>
5666
5667 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5668 output with components being reordered.
5669
56702017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5671 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.base/maint.exp (check for .gdb_index): Check also for
5674 .debug_names.
5675 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5676 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5677 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5678 (.gdb_index used after symbol reloading): Support also .debug_names.
5679 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5680
56812017-12-08 Yao Qi <yao.qi@linaro.org>
5682
5683 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5684 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5685
56862017-12-08 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5689 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5690
56912017-12-08 Yao Qi <yao.qi@linaro.org>
5692
5693 * gdb.arch/aarch64-tagged-pointer.c: New file.
5694 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5695
56962017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5697
5698 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5699 "int".
5700
57012017-12-07 Keith Seitz <keiths@redhat.com>
5702
5703 PR breakpoints/22569
5704 * gdb.linespec/ls-errs.exp: Change expected result of "break
5705 -source this file has spaces.c -line 3".
5706 Check that an explicit source file followed by whitespace is
5707 identified as an invalid explicit location.
5708
57092017-12-07 Keith Seitz <keiths@redhat.com>
5710
5711 * gdb.cp/nested-types.cc: New file.
5712 * gdb.cp/nested-types.exp: New file.
5713 * lib/cp-support.exp: Load data-structures.exp library.
5714 (debug_cp_test_ptype_class): New global.
5715 (cp_ptype_class_verbose, next_line): New procedures.
5716 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5717 Add and document new return value.
5718 Switch the list of lines to a queue.
5719 Add support for new `type' key for nested type definitions.
5720 Add debugging/troubleshooting messages.
5721 * lib/data-structures.exp: New file.
5722
57232017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5724
5725 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5726 with proc_with_prefix, don't use with_test_prefix.
5727
57282017-12-07 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.base/break.exp: Add test for empty "commands".
5731
57322017-12-07 Yao Qi <yao.qi@linaro.org>
5733
5734 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5735 malloc and catch syscall.
5736
57372017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5738
5739 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
5740 tests for explicit locations.
5741
57422017-12-06 Pedro Alves <palves@redhat.com>
5743
5744 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5745 force-disabling XML descriptions.
5746
57472017-12-04 Pedro Alves <palves@redhat.com>
5748
5749 PR gdb/22499
5750 * gdb.arch/amd64-disp-step-avx.S: New file.
5751 * gdb.arch/amd64-disp-step-avx.exp: New file.
5752
57532017-12-03 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5756 and <string.h>.
5757 (parent_function): Print distinct messages when waitpid fails, or
5758 the child exits with a signal, or the child exits for an unhandled
5759 reason.
5760 * gdb.threads/process-dies-while-detaching.exp
5761 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5762 it. Wait for both inferior output and GDB's prompt. Use an
5763 indirect spawn id list.
5764 (do_detach): New parameter 'child_exit'. Use it to compute
5765 expected inferior output.
5766 (test_detach, test_detach_watch, test_detach_killed_outside):
5767 Adjust to pass down the expected child exit kind.
5768
57692017-12-01 Joel Brobecker <brobecker@adacore.com>
5770 Sergio Durigan Junior <sergiodj@redhat.com>
5771 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5774
57752017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5776
5777 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5778 to 'symbol-file' and 'add-symbol-file' can be
5779 position-independent.
5780
57812017-12-01 Yao Qi <yao.qi@linaro.org>
5782
5783 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5784 the URL in copyright header.
5785 * gdb.arch/aarch64-fp.exp: Likewise.
5786 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5787 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5788 * gdb.base/expand-psymtabs.exp: Likewise.
5789 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5790 * gdb.fortran/common-block.exp: Likewise.
5791 * gdb.fortran/common-block.f90: Likewise.
5792 * gdb.fortran/logical.exp: Likewise.
5793 * gdb.fortran/vla-datatypes.f90: Likewise.
5794 * gdb.fortran/vla-sub.f90: Likewise.
5795
57962017-11-30 Joel Brobecker <brobecker@adacore.com>
5797
5798 * gdb.ada/repeat_dyn: New testcase.
5799
58002017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5801
5802 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5803 Update for changed thread numbering.
5804 * gdb.cell/bt.exp: Update for changed GDB output.
5805
58062017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5807
5808 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5809 setting isremote by hand.
5810 * boards/dwarf4-gdb-index.exp: Likewise.
5811 * boards/fission.exp: Likewise.
5812 * boards/stabs.exp: Likewise.
5813
58142017-11-30 Pedro Alves <palves@redhat.com>
5815
5816 * gdb.linespec/cpls-ops.exp
5817 (check_explicit_skips_function_argument): Extract the underlying
5818 type of size_t instead of hardcoding it.
5819
58202017-11-29 Pedro Alves <palves@redhat.com>
5821
5822 PR c++/19436
5823 * gdb.linespec/cpls-abi-tag.cc: New file.
5824 * gdb.linespec/cpls-abi-tag.exp: New file.
5825
58262017-11-29 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/langs.exp: Use -qualified.
5829 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5830 it.
5831 * gdb.cp/namespace.exp: Use -qualified.
5832 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5833 (overload-3, template-overload, template-ret-type, const-overload)
5834 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5835 procedures.
5836 (test_driver): Call them.
5837 * gdb.cp/save-bp-qualified.cc: New.
5838 * gdb.cp/save-bp-qualified.exp: New.
5839 * gdb.linespec/explicit.exp: Test -qualified.
5840 * lib/completion-support.exp (completion::explicit_opts_list): Add
5841 "-qualified".
5842 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5843
58442017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5845
5846 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5847
58482017-11-29 Tom Tromey <tom@tromey.com>
5849
5850 * gdb.base/relocate.exp: Update invalid argument test.
5851 Add new tests for invalid arguments.
5852
58532017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5854
5855 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5856 Return 0 as a long.
5857 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5858
58592017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5860
5861 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5862 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5863 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5864 func ().
5865 * gdb.cp/shadow.cc (B.func): Return 0.
5866
58672017-11-27 Joel Brobecker <brobecker@adacore.com>
5868
5869 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5870 expected output in gdb_expect call to allow the exception
5871 message to be present as well. Fix syntax confusion to avoid
5872 TCL thinking that exception_name is an array.
5873
58742017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5875
5876 * gdb.arch/spu-info.c: Include <unistd.h>.
5877 (do_signal_test): Fix broken calls to write.
5878 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5879 Fix checks for empty mailboxes. Update signal tests for corrected
5880 do_signal_test routine. Allow nonzero event status.
5881 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5882 * gdb.cell/arch.exp: Use standard_output_file.
5883 * gdb.cell/break.exp: Likewise.
5884 * gdb.cell/bt.exp: Likewise.
5885 * gdb.cell/core.exp: Likewise.
5886 * gdb.cell/dwarfaddr.exp: Likewise.
5887 * gdb.cell/ea-cache.exp: Likewise.
5888 * gdb.cell/ea-standalone.exp: Likewise.
5889 * gdb.cell/f-regs.exp: Likewise.
5890 * gdb.cell/fork.exp: Likewise.
5891 * gdb.cell/gcore.exp: Likewise.
5892 * gdb.cell/mem-access.exp: Likewise.
5893 * gdb.cell/ptype.exp: Likewise.
5894 * gdb.cell/registers.exp: Likewise.
5895 * gdb.cell/sizeof.exp: Likewise.
5896 * gdb.cell/solib-symbol.exp: Likewise.
5897 * gdb.cell/solib.exp: Likewise.
5898
58992017-11-25 Pedro Alves <palves@redhat.com>
5900
5901 * gdb.base/complete-empty.exp: New file.
5902 * gdb.base/completion.exp: Adjust.
5903
59042017-11-25 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.linespec/cpls-ops.cc: New file.
5907 * gdb.linespec/cpls-ops.exp: New file.
5908 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5909 factored out from ...
5910 (test_complete_prefix_range): ... this.
5911
59122017-11-24 Pedro Alves <palves@redhat.com>
5913
5914 * gdb.linespec/cpcompletion.exp: New file.
5915 * gdb.linespec/cpls-hyphen.cc: New file.
5916 * gdb.linespec/cpls.cc: New file.
5917 * gdb.linespec/cpls2.cc: New file.
5918 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5919 test to use test_gdb_complete_unique. Add label completion,
5920 keyword completion and explicit location completion tests.
5921 * lib/completion-support.exp: New file.
5922
59232017-11-24 Joel Brobecker <brobecker@adacore.com>
5924
5925 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5926 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5927 when hitting an exception catchpoint.
5928
59292017-11-22 Yao Qi <yao.qi@linaro.org>
5930
5931 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5932
59332017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5934
5935 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5936 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5937 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5938
59392017-11-22 Yao Qi <yao.qi@linaro.org>
5940
5941 * gdb.base/info-os.exp: Pass pthreads.
5942 * gdb.multi/multi-attach.exp: Likewise.
5943
59442017-11-22 Yao Qi <yao.qi@linaro.org>
5945
5946 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5947 compiler.
5948
59492017-11-22 Yao Qi <yao.qi@linaro.org>
5950
5951 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5952 * gdb.base/break-interp.exp: Likewise.
5953 * gdb.base/jit-attach-pie.exp: Likewise.
5954
59552017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5956
5957 * gdb.base/float128.c (large128): New variable.
5958 * gdb.base/float128.exp: Add test to print largest __float128 value.
5959
59602017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5961
5962 * gdb.arch/vsx-regs.exp: Update register content checks.
5963
59642017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5965
5966 * gdb.arch/ppc-longdouble.exp: New file.
5967 * gdb.arch/ppc-longdouble.c: Likewise.
5968
59692017-11-21 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5972
59732017-11-20 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5976 (long_double_typedef): New typedefs.
5977 Use DEF on double and long double.
5978 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5979 cases.
5980 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5981 and 'long_double_ptr_same_size' locals. Use them to decide
5982 whether cast from array/function to float is valid/invalid.
5983
59842017-11-17 Tom Tromey <tom@tromey.com>
5985
5986 * gdb.rust/traits.rs: New file.
5987 * gdb.rust/traits.exp: New file.
5988
59892017-11-17 Joel Brobecker <brobecker@adacore.com>
5990
5991 * gdb.ada/minsyms: New testcase.
5992
59932017-11-16 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5996 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5997
59982017-11-16 Pedro Alves <palves@redhat.com>
5999
6000 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
6001 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
6002
60032017-11-16 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.server/reconnect-ctrl-c.c: New file.
6006 * gdb.server/reconnect-ctrl-c.exp: New file.
6007
60082017-11-16 Phil Muldoon <pmuldoon@redhat.com>
6009
6010 * gdb.python/py-rbreak.exp: New file.
6011 * gdb.python/py-rbreak.c: New file.
6012 * gdb.python/py-rbreak-func2.c: New file.
6013
60142017-11-16 Pedro Alves <palves@redhat.com>
6015
6016 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
6017 pattern.
6018 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
6019 GDB.
6020
60212017-11-15 Simon Marchi <simon.marchi@ericsson.com>
6022
6023 * gdb.tui/completionn.exp (test_tab_completion): Add space in
6024 regex.
6025
60262017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
6027
6028 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
6029 test names.
6030
60312017-11-09 Pedro Alves <palves@redhat.com>
6032
6033 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
6034 factored out from ...
6035 (top level): ... here, and adjusted to avoid expecting beyond the
6036 prompt in a single gdb_test_multiple.
6037
60382017-11-09 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
6041 output.
6042 * gdb.server/ext-attach.exp ("kill" test): Likewise.
6043 * gdb.server/ext-restart.exp ("kill" test): Likewise.
6044 * gdb.server/ext-run.exp ("kill" test): Likewise.
6045 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
6046
60472017-11-09 Pedro Alves <palves@redhat.com>
6048
6049 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
6050 match till end of line.
6051
60522017-11-09 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.base/memattr.exp: Tighten regexes to match the end line.
6055
60562017-11-09 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
6059 New procedures, factored out from ...
6060 (top level): ... here, and adjusted to avoid expecting beyond the
6061 prompt in one go.
6062
60632017-11-09 Pedro Alves <palves@redhat.com>
6064
6065 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
6066 output. Fix '?' match.
6067
60682017-11-08 Joel Brobecker <brobecker@adacore.com>
6069
6070 * gdb.ada/scoped_watch: New testcase.
6071 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
6072 which is actually correct.
6073 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
6074 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
6075
60762017-11-08 Pedro Alves <palves@redhat.com>
6077
6078 * gdb.gdb/complaints.exp (test_initial_complaints)
6079 (test_serial_complaints, test_short_complaints): Call
6080 complaint_internal instead of complaint.
6081
60822017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
6083
6084 * gdb.threads/tls-core.c: New file.
6085 * gdb.threads/tls-core.exp: Likewise.
6086
60872017-11-08 Pedro Alves <palves@redhat.com>
6088
6089 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
6090 (p Exported_Capitalized): New test.
6091 (p exported_capitalized): New test.
6092
60932017-11-07 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.cp/ena-dis-br-range.exp: Add more tests.
6096
60972017-11-07 Pedro Alves <palves@redhat.com>
6098
6099 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
6100 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
6101 (disable_invalid, disable_inverted, disable_negative): New
6102 procedures.
6103 ("bad numbers"): New set of tests.
6104
61052017-11-07 Pedro Alves <palves@redhat.com>
6106
6107 * gdb.cp/ena-dis-br-range.exp: Add tests.
6108
61092017-11-07 Pedro Alves <palves@redhat.com>
6110
6111 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
6112
61132017-11-07 Xavier Roirand <roirand@adacore.com>
6114 Pedro Alves <palves@redhat.com>
6115
6116 * gdb.base/ena-dis-br.exp: Add reference to
6117 gdb.cp/ena-dis-br-range.exp.
6118 * gdb.cp/ena-dis-br-range.exp: New file.
6119 * gdb.cp/ena-dis-br-range.cc: New file.
6120
61212017-11-06 Pedro Alves <palves@redhat.com>
6122
6123 * gdb.base/attach-non-pgrp-leader.c: New.
6124 * gdb.base/attach-non-pgrp-leader.exp: New.
6125
61262017-11-06 Pedro Alves <palves@redhat.com>
6127
6128 * configure.ac: No longer check for termio.h and sgtty.h.
6129 * configure: Regenerate.
6130 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6131 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6132 Remove termio and sgtty code.
6133
61342017-11-03 Yao Qi <yao.qi@linaro.org>
6135
6136 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6137 in GDB is disabled.
6138
61392017-11-03 Yao Qi <yao.qi@linaro.org>
6140
6141 * gdb.python/py-thrhandle.exp: Skip it if python is not
6142 enabled.
6143
61442017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6145
6146 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6147 as a breakpoint command.
6148
61492017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6150
6151 PR python/21213
6152 * gdb.python/py-infthread.exp: Test calling
6153 InferiorThread.inferior () multiple times in a row.
6154
61552017-10-27 Keith Seitz <keiths@redhat.com>
6156
6157 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6158 Test "info break" for every inlined function breakpoint.
6159
61602017-10-27 Yao Qi <yao.qi@linaro.org>
6161
6162 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6163
61642017-10-26 Patrick Frants <osscontribute@gmail.com>
6165
6166 * gdb.cp/classes.exp (test_static_members): Test printing
6167 Outer::instance.
6168 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6169 (Inner::instance, Outer::instance): New.
6170
61712017-10-24 Pedro Alves <palves@redhat.com>
6172
6173 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6174 extra console" test in two stages.
6175
61762017-10-24 Pedro Alves <palves@redhat.com>
6177
6178 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6179
61802017-10-24 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6183 loop.
6184
61852017-10-24 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6188 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6189
61902017-10-24 Pedro Alves <palves@redhat.com>
6191
6192 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6193 parameter and handle it. Don't output read value in test name.
6194
61952017-10-24 Pedro Alves <palves@redhat.com>
6196
6197 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6198 custom test name.
6199
62002017-10-24 Pedro Alves <palves@redhat.com>
6201
6202 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6203 include the unstable output directory name in the test's name.
6204 (initial_setup_simple) <'set args'>: Use custom test name.
6205
62062017-10-24 Pedro Alves <palves@redhat.com>
6207
6208 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6209 with explicit test name.
6210
62112017-10-20 Pedro Alves <palves@redhat.com>
6212
6213 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6214 'wait -i'. Use gdb_assert and remote_close.
6215
62162017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6217
6218 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6219 number from variable rather than hard-coded.
6220
62212017-10-19 Pedro Alves <palves@redhat.com>
6222
6223 * gdb.base/long-inferior-output.c: New file.
6224 * gdb.base/long-inferior-output.exp: New file.
6225
62262017-11-18 Keith Seitz <keiths@redhat.com>
6227
6228 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6229 method.
6230 (main): Call it.
6231 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6232 Add additional user-defined conversion operator tests.
6233
62342017-10-17 Pedro Alves <palves@redhat.com>
6235
6236 * boards/native-stdio-gdbserver.exp: Load "local-board".
6237
62382017-10-17 Pedro Alves <palves@redhat.com>
6239
6240 * gdb.base/quit-live.c: New file.
6241 * gdb.base/quit-live.exp: New file.
6242
62432017-10-16 Keith Seitz <keiths@redhat.com>
6244
6245 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6246 (class_with_protected_typedef, class_with_private_typedef)
6247 (struct_with_public_typedef, struct_with_protected_typedef)
6248 (struct_with_private_typedef): New classes/structs.
6249 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6250 typedefs and access specifiers.
6251
62522017-10-16 Pedro Alves <palves@redhat.com>
6253 Simon Marchi <simon.marchi@polymtl.ca>
6254
6255 * README (Local vs Remote vs Native): New section.
6256 * boards/local-board.exp: New file, with bits factored out from
6257 ...
6258 * boards/native-extended-gdbserver.exp: ... here. Load
6259 "local-board".
6260 * boards/native-gdbserver.exp: Load "local-board".
6261 (${board}_spawn, ${board}_exec): Delete.
6262 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6263 ...
6264 * boards/stdio-gdbserver-base.exp: ... this new file.
6265 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6266 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6267 procedure.
6268 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6269 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6270 stdio_gdbserver_command.
6271 (${board}_get_remote_address, ${board}_get_comm_port)
6272 (${board}_download, ${board}_upload): Delete.
6273 (get_target_remote_pipe_cmd): New.
6274
62752017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6276
6277 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6278 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6279 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6280 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6281 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6282 remove with_test_prefix.
6283
62842017-10-13 Pedro Alves <palves@redhat.com>
6285
6286 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6287 * gdb.base/annota1.exp: Use it instead of is_remote.
6288 * gdb.base/annota3.exp: Use it instead of is_remote.
6289 * gdb.cp/annota2.exp: Use it instead of is_remote.
6290 * gdb.cp/annota3.exp: Use it instead of is_remote.
6291 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6292
62932017-10-13 Pedro Alves <palves@redhat.com>
6294
6295 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6296 (test_num_test_vars, run_and_count_vars, find_env)
6297 (test_set_unset_env, test_inherit_env_var): New procedures.
6298 (top level): Use them.
6299
63002017-10-13 Pedro Alves <palves@redhat.com>
6301
6302 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6303 also skip on stub-like targets.
6304
63052017-10-13 Pedro Alves <palves@redhat.com>
6306
6307 PR gdb/22293
6308 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6309 (top level): Move some tests to ...
6310 (test_not_found): ... this new procedure.
6311 (top level): Call it.
6312
63132017-10-13 Pedro Alves <palves@redhat.com>
6314
6315 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6316 expect different "info terminal" output if testing with a
6317 non-native target.
6318
63192017-10-13 Pedro Alves <palves@redhat.com>
6320 Simon Marchi <simon.marchi@polymtl.ca>
6321
6322 PR python/12966
6323 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6324
63252017-10-13 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6328 already.
6329
63302017-10-13 Pedro Alves <palves@redhat.com>
6331
6332 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6333 is_remote.
6334
63352017-10-13 Pedro Alves <palves@redhat.com>
6336
6337 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6338 is_remote.
6339
63402017-10-13 Pedro Alves <palves@redhat.com>
6341
6342 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6343 is set.
6344 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6345 instead of is_remote.
6346
63472017-10-13 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6350 (top level): Add comment.
6351
63522017-10-13 Pedro Alves <palves@redhat.com>
6353
6354 * gdb.base/remote.exp (top level): Fix comment typo and add
6355 missing return.
6356
63572017-10-13 Pedro Alves <palves@redhat.com>
6358 Simon Marchi <simon.marchi@polymtl.ca>
6359
6360 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6361 calls and add comments. Skip test if use_gdb_stub is set.
6362 (top level): Use "set cwd" command instead of "cd" command.
6363
63642017-10-13 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6367 is_remote target check.
6368
63692017-10-13 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.base/scope.exp: Use build_executable + clean_restart +
6372 gdb_file_cmd instead of prepare_for_testing and no longer skip
6373 "before run" tests on is_remote target boards. Update comments.
6374 * boards/native-extended-gdbserver.exp
6375 (extended_gdbserver_load_last_file): New, factored out from ...
6376 (gdb_load): ... this. Move further below and add comment.
6377 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6378
63792017-10-12 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/attach.exp: Remove references to gdb64.
6382 * gdb.base/dbx.exp: Remove references to gdb64.
6383
63842017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6385 Pedro Alves <palves@redhat.com>
6386
6387 * gdb.base/label.exp: Remove is_remote target check.
6388
63892017-10-12 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.base/auvx.exp (coredir): Update comment.
6392 (top level) <core_works>: Use "set cwd" command instead of "cd"
6393 command.
6394
63952017-10-12 Pedro Alves <palves@redhat.com>
6396 Simon Marchi <simon.marchi@polymtl.ca>
6397
6398 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6399 target boards.
6400
64012017-10-12 Pedro Alves <palves@redhat.com>
6402 Simon Marchi <simon.marchi@polymtl.ca>
6403
6404 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6405 Instead skip if there's any gdb_protocol set.
6406
64072017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6408 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6411
64122017-10-12 Pedro Alves <palves@redhat.com>
6413 Simon Marchi <simon.marchi@polymtl.ca>
6414
6415 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6416 instead of on dejagnu remote boards.
6417
64182017-10-12 Pedro Alves <palves@redhat.com>
6419 Simon Marchi <simon.marchi@polymtl.ca>
6420
6421 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6422 checks. Use build_executable + clean_restart instead of
6423 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6424 of enabling non-stop after starting gdb.
6425
64262017-10-12 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6429 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6430 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6431 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6432
64332017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6434
6435 * gdb.arch/arc-tdesc-cpu.exp: New file.
6436 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6437
64382017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6439
6440 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6441
64422017-10-10 Pedro Alves <palves@redhat.com>
6443
6444 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6445 expect CLI output.
6446
64472017-10-10 Pedro Alves <palves@redhat.com>
6448
6449 * lib/selftest-support.exp (selftest_setup): Update for
6450 captured_command_loop's prototype change.
6451
64522017-10-09 Pedro Alves <palves@redhat.com>
6453
6454 Test both arch1=>arch2 and arch2=>arch1.
6455
6456 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6457 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6458 factored out to...
6459 (append_arch1_options, append_arch2_options, append_arch_options)
6460 (build_executables): New procedures.
6461 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6462 local.
6463 (top level): Add new 'first_arch' testing axis.
6464
64652017-10-09 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6468 (barrier): New.
6469 (thread_start, all_started): New functions.
6470 (main): Spawn new thread and wait until it is scheduled.
6471 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6472 option.
6473 (do_test): Add 'selected_thread' parameter. Run to all_started
6474 instead of main. Explicitly set the breakpoint at main. Switch
6475 to the SELECTED_THREAD thread.
6476 (top level): Test handling the exec event with either the main
6477 thread or the second thread selected.
6478
64792017-10-09 Pedro Alves <palves@redhat.com>
6480
6481 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6482 logic. Move STOP marker after the value checks.
6483 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6484 regexp.
6485
64862017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6487
6488 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6489
64902017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6491
6492 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6493 integer-to-dfp conversion.
6494 * gdb.base/dfp-test.exp: Likewise.
6495
64962017-10-04 Pedro Alves <palves@redhat.com>
6497
6498 * gdb.multi/hangout.c: Include <unistd.h>.
6499 (hangout_loop): New function.
6500 (main): Call alarm. Call hangout_loop in a loop.
6501 * gdb.multi/hello.c: Include <unistd.h>.
6502 (hello_loop): New function.
6503 (main): Call alarm. Call hangout_loop in a loop.
6504 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6505 inferior with the other selected.
6506
65072017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6508
6509 * gdb.mi/list-thread-groups-available.exp: New file.
6510 * gdb.mi/list-thread-groups-available.c: New file.
6511
65122017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6513
6514 * gdb.base/set-cwd.exp: Make it available on
6515 native-extended-gdbserver.
6516
65172017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6518
6519 * gdb.base/set-cwd.c: New file.
6520 * gdb.base/set-cwd.exp: Likewise.
6521
65222017-10-02 Tom Tromey <tom@tromey.com>
6523
6524 PR rust/22236:
6525 * gdb.rust/simple.rs (main): New variable "fslice".
6526 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6527
65282017-10-02 Tom Tromey <tom@tromey.com>
6529
6530 * gdb.rust/simple.exp: Test ptype of a slice.
6531
65322017-10-02 Tom Tromey <tom@tromey.com>
6533
6534 * gdb.rust/simple.exp: Test index of slice.
6535
65362017-09-27 Tom Tromey <tom@tromey.com>
6537
6538 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6539
65402017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6541 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/compare-sections.exp (get value of read-only section): Read
6544 as unsigned value.
6545 (corrupt read-only section): Likewise and don't set written if patching
6546 failed.
6547
65482017-09-21 Kevin Buettner <kevinb@redhat.com>
6549
6550 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6551 files.
6552
65532017-09-20 Pedro Alves <palves@redhat.com>
6554
6555 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6556 symbol names in gdb's output.
6557 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6558
65592017-09-20 Pedro Alves <palves@redhat.com>
6560
6561 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6562 Rename to ...
6563 (test_list_ambiguous_symbol): ... this and add a symbol name
6564 parameter. Adjust.
6565 (test_list_ambiguous_function): Reimplement on top of
6566 test_list_ambiguous_symbol and also test listing ambiguous
6567 variables.
6568 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6569 (ambiguous_fun): ... this.
6570 (ambiguous_var): New.
6571 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6572 (ambiguous_fun): ... this.
6573 (ambiguous_var): New.
6574
65752017-09-19 John Baldwin <jhb@FreeBSD.org>
6576
6577 * gdb.base/starti.c: New file.
6578 * gdb.base/starti.exp: New file.
6579 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6580
65812017-09-14 Pedro Alves <palves@redhat.com>
6582
6583 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6584 (top level): Use it instead of runto.
6585
65862017-09-11 Tom Tromey <tom@tromey.com>
6587
6588 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6589
65902017-09-11 Tom Tromey <tom@tromey.com>
6591
6592 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6593 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6594
65952017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6596
6597 * gdb.fortran/printing-types.exp: New file.
6598 * gdb.fortran/printing-types.exp: New file.
6599
66002017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6601
6602 * gdb.fortran/vla-ptype.exp: Fix typos.
6603 * gdb.fortran/vla-value.exp: Same.
6604
66052017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6606
6607 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6608 * gdb.mi/mi-var-child-f.exp: Likewise.
6609 * gdb.mi/mi-vla-fortran.exp: Likewise.
6610
66112017-09-08 Frank Penczek <frank.penczek@intel.com>
6612 Christoph Weinmann <christoph.t.weinmann@intel.com>
6613 Bernhard Heckel <bernhard.heckel@intel.com>
6614
6615 * gdb.fortran/ptr-indentation.f90: New file.
6616 * gdb.fortran/ptr-indentation.exp: New file.
6617
66182017-09-05 Tom Tromey <tom@tromey.com>
6619
6620 PR gdb/22010:
6621 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6622
66232017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6624
6625 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6626
66272017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6628
6629 * gdb.threads/tls-nodebug-pie.c: New file.
6630 * gdb.threads/tls-nodebug-pie.exp: New file.
6631
66322017-09-05 Tom Tromey <tom@tromey.com>
6633
6634 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6635 for rust.
6636
66372017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * gdb.multi/multi-arch-exec.exp: Test with different
6640 "follow-exec-mode" settings.
6641 (do_test): New procedure.
6642
66432017-09-04 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/func-static.c (S::method const, S::method volatile)
6646 (S::method volatile const): New methods.
6647 (c_s, v_s, cv_s): New instances.
6648 (main): Call method() on them.
6649 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6650 (cannot_resolve): New procedure.
6651 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6652 print-quote-unquoted columns.
6653 (do_test): Test printing each scope too.
6654
66552017-09-04 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.base/local-static.exp: Also test with
6658 class::method::variable wholly quoted.
6659 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6660
66612017-09-04 Pedro Alves <palves@redhat.com>
6662
6663 * gdb.base/local-static.c: New.
6664 * gdb.base/local-static.cc: New.
6665 * gdb.base/local-static.exp: New.
6666
66672017-09-04 Pedro Alves <palves@redhat.com>
6668
6669 * gdb.asm/asm-source.exp: Add casts to int.
6670 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6671 (dataglobal64_1, dataglobal64_2): New globals.
6672 * gdb.base/nodebug.exp: Test different expressions involving the
6673 new globals, with print, whatis and ptype. Add casts to int.
6674 * gdb.base/solib-display.exp: Add casts to int.
6675 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6676 * gdb.cp/m-static.exp: Add cast to int.
6677 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6678 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6679 tls variable with no debug info without a cast. Test with a cast
6680 to int too.
6681 * gdb.trace/entry-values.exp: Add casts.
6682
66832017-09-04 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.base/nodebug.exp: Test that ptype's error about functions
6686 with unknown return type includes the function name too.
6687
66882017-09-04 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6691 return type of munmap in infcall.
6692 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6693 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6694 type of ftell in infcall.
6695 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6696 type of getpid in infcall.
6697 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6698 infcall.
6699 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6700 Bail on failure to extract the pid.
6701 * gdb.base/nodebug.c: #include <stdint.h>.
6702 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6703 New functions.
6704 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6705 Change expected output of print/whatis/ptype with functions with
6706 no debug info. Test all supported languages. Call
6707 test_call_promotion.
6708 * gdb.compile/compile.exp: Adjust expected output to expect
6709 warning.
6710 * gdb.threads/siginfo-threads.exp: Likewise.
6711
67122017-09-04 Pedro Alves <palves@redhat.com>
6713
6714 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6715 "prototypes". Test calling float functions via prototyped and
6716 unprototyped function pointers.
6717 (perform_all_tests): New parameter "prototypes". Pass it down.
6718 (top level): Pass down "prototypes" parameter to
6719 perform_all_tests.
6720
67212017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6722
6723 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6724 Test with nested loops.
6725
67262017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6727
6728 * gdb.base/commands.exp: Call the new procedures.
6729 (loop_break_test, loop_continue_test): New procedures.
6730
67312017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6732
6733 * gdb.base/commands.exp: Call new procedure.
6734 (define_if_without_arg_test): New procedure.
6735
67362017-09-04 Pedro Alves <palves@redhat.com>
6737
6738 * gdb.base/list-ambiguous.exp: New file.
6739 * gdb.base/list-ambiguous0.c: New file.
6740 * gdb.base/list-ambiguous1.c: New file.
6741 * gdb.base/list.exp (test_list_range): Adjust expected output.
6742
67432017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6744
6745 * gdb.base/share-env-with-gdbserver.c: New file.
6746 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6747
67482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6749
6750 * gdb.base/commands.exp (gdbvar_simple_if_test,
6751 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6752 progvar_simple_if_test, progvar_simple_while_test,
6753 progvar_complex_if_while_test, user_defined_command_test,
6754 user_defined_command_args_eval,
6755 user_defined_command_args_stack_test,
6756 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6757 temporary_breakpoint_commands,
6758 gdb_test_no_prompt, redefine_hook_test,
6759 redefine_backtrace_test): Remove "global gdb_prompt".
6760
67612017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6762
6763 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6764 New proc, call it from toplevel.
6765
67662017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6767
6768 PR remote/21852
6769 * gdb.server/normal.c: New file, copied from gdb.base.
6770 * gdb.server/run-without-local-binary.exp: New file.
6771
67722017-08-07 Weimin Pan <weimin.pan@oracle.com>
6773
6774 * gdb.arch/sparc64-adi.exp: New file.
6775 * gdb.arch/sparc64-adi.c: New file.
6776
67772017-08-22 Pedro Alves <palves@redhat.com>
6778
6779 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6780 (top level): Add "list all overloads" tests.
6781
67822017-08-22 Tom Tromey <tom@tromey.com>
6783
6784 * gdb.gdb/xfullpath.exp: Remove.
6785
67862017-08-21 Pedro Alves <palves@redhat.com>
6787
6788 PR gdb/19487
6789 * gdb.base/symbol-alias.c: New.
6790 * gdb.base/symbol-alias2.c: New.
6791 * gdb.base/symbol-alias.exp: New.
6792
67932017-08-21 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/dfp-test.c
6796 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6797 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6798 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6799 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6800 * gdb.base/whatis-ptype-typedefs.c: New.
6801 * gdb.base/whatis-ptype-typedefs.exp: New.
6802 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6803 (an_int, an_int_type, an_int_type2): New globals.
6804 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6805 involving typedefs and cast expressions.
6806 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6807 (lookup_typedefs_function): New.
6808 (typedefs_pretty_printers_dict): New.
6809 (top level): Register lookup_typedefs_function in
6810 gdb.pretty_printers.
6811
68122017-08-18 Yao Qi <yao.qi@linaro.org>
6813
6814 * gdb.server/unittest.exp: New.
6815
68162017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6817
6818 PR gdb/21954
6819 * gdb.base/environ.exp: Add test to check if 'unset environment'
6820 works.
6821
68222017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6823
6824 * lib/gdb.exp (universal_compile_options): New caching proc.
6825 (gdb_compile): Suppress GCC's coloring of messages.
6826
68272017-08-14 Tom Tromey <tom@tromey.com>
6828
6829 PR gdb/21675:
6830 * gdb.base/printcmds.exp (test_radices): New function.
6831 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6832 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6833 * lib/gdb.exp (get_integer_valueof): Use p/d.
6834
68352017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6836
6837 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6838 characters.
6839
68402017-08-05 Tom Tromey <tom@tromey.com>
6841
6842 * gdb.rust/simple.exp: Allow String to appear in a different
6843 namespace.
6844
68452017-07-26 Yao Qi <yao.qi@linaro.org>
6846
6847 * gdb.gdb/unittest.exp: Invoke command
6848 "maintenance check xml-descriptions".
6849
68502017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6851
6852 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6853 calling context.
6854 (hex128): Drop erroneous calculation of parameters.
6855
68562017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6857
6858 * gdb.python/py-unwind.exp: Disable stack protection when
6859 building test file.
6860
68612017-07-20 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.base/default.exp (set language): Adjust expected output.
6864
68652017-07-20 Pedro Alves <palves@redhat.com>
6866
6867 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6868 (test_minsym): ... this, and make static.
6869 (get_pck__foo__bar__minsym): Rename to ...
6870 (get_test_minsym): ... this.
6871 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6872 symbol names and comments.
6873 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6874 (get_test_minsym): ... this.
6875 (pck__foo__bar__minsym__2): Rename to ...
6876 (test_minsym): ... this.
6877 (main): Adjust.
6878
68792017-07-17 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/completion.exp: Adjust expected output.
6882 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6883 the completer works.
6884
68852017-07-17 Pedro Alves <palves@redhat.com>
6886
6887 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6888
68892017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6890
6891 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6892
68932017-07-14 Tom Tromey <tom@tromey.com>
6894
6895 PR rust/21764:
6896 * gdb.rust/simple.exp: Add tests.
6897
68982017-07-14 Tom Tromey <tom@tromey.com>
6899
6900 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6901
69022017-07-14 Pedro Alves <palves@redhat.com>
6903
6904 * gdb.linespec/base/one/thefile.cc (z1): New function.
6905 * gdb.linespec/base/two/thefile.cc (z2): New function.
6906 * gdb.linespec/linespec.exp: Add tests.
6907
69082017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6909
6910 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6911 to mi_create_breakpoint.
6912
69132017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6914
6915 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6916 mi_create_breakpoint.
6917
69182017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6919
6920 * gdb.dlang/demangle.exp: Update for demangling changes.
6921
69222017-07-09 Tom Tromey <tom@tromey.com>
6923
6924 * gdb.dwarf2/shortpiece.exp: New file.
6925
69262017-07-06 David Blaikie <dblaikie@gmail.com>
6927
6928 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6929 built from fissiont-multi-cu{1,2}.c.
6930 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6931 except putting 'main' and 'func' in separate CUs in the same DWO file.
6932 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6933 test.
6934 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6935 test.
6936
69372017-07-06 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.python/py-unwind.exp: Test flushregs.
6940
69412017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6942
6943 PR cli/21688
6944 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6945 tests for alias commands and trailing whitespace.
6946
69472017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6948
6949 PR cli/21688
6950 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6951 procedure. Call it.
6952
69532017-06-29 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/printcmds.exp: Add tests.
6956
69572017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6958
6959 PR gdb/21337
6960 * gdb.base/reread-readsym.exp: New file.
6961 * gdb.base/reread-readsym.c: New file.
6962
69632017-06-21 Kevin Buettner <kevinb@redhat.com>
6964
6965 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6966 subpattern.
6967
69682017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6969
6970 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6971 extended mnemonic.
6972 * gdb.arch/powerpc-power9.s: Likewise.
6973
69742017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6975
6976 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6977 on 32-bit x86 targets. Exploit is_*_target macros where
6978 appropriate.
6979
69802017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6981
6982 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6983 register pieces.
6984
69852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6986
6987 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6988 located in one or more DWARF pieces.
6989
69902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6991
6992 * lib/gdb.exp (get_endianness): New proc.
6993 * gdb.arch/aarch64-fp.exp: Use it.
6994 * gdb.arch/altivec-regs.exp: Likewise.
6995 * gdb.arch/e500-regs.exp: Likewise.
6996 * gdb.arch/vsx-regs.exp: Likewise.
6997 * gdb.base/dump.exp: Likewise.
6998 * gdb.base/funcargs.exp: Likewise.
6999 * gdb.base/gnu_vector.exp: Likewise.
7000 * gdb.dwarf2/formdata16.exp: Likewise.
7001 * gdb.dwarf2/implptrpiece.exp: Likewise.
7002 * gdb.dwarf2/nonvar-access.exp: Likewise.
7003 * gdb.python/py-inferior.exp: Likewise.
7004 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7005
70062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7007
7008 PR gdb/21226
7009 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
7010 stack value pieces are taken from the LSB end.
7011
70122017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7013
7014 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
7015 variable at nonzero offset.
7016
70172017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7018
7019 * gdb.dwarf2/var-access.c: New file.
7020 * gdb.dwarf2/var-access.exp: New test.
7021 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
7022
70232017-06-12 Tom Tromey <tom@tromey.com>
7024
7025 * gdb.dwarf2/formdata16.exp: Add tests.
7026
70272017-06-12 Tom Tromey <tom@tromey.com>
7028
7029 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
7030
70312017-06-12 Tom Tromey <tom@tromey.com>
7032
7033 PR exp/16225:
7034 * gdb.reverse/i386-sse-reverse.exp: Update tests.
7035 * gdb.arch/vsx-regs.exp: Update tests.
7036 * gdb.arch/s390-vregs.exp (hex128): New proc.
7037 Update test.
7038 * gdb.arch/altivec-regs.exp: Update tests.
7039
70402017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7041
7042 * gdb.base/startup-with-shell.c: New file.
7043 * gdb.base/startup-with-shell.exp: Likewise.
7044
70452017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
7046
7047 * gdb.server/non-existing-program.exp: Update regex in order to
7048 reflect the fact that gdbserver is now using fork_inferior (with a
7049 shell) to startup the inferior.
7050
70512017-05-30 Simon Marchi <simon.marchi@ericsson.com>
7052
7053 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
7054 support function calls from GDB.
7055
70562017-05-21 Tom Tromey <tom@tromey.com>
7057
7058 PR rust/21466:
7059 * gdb.rust/unsized.exp: New file.
7060 * gdb.rust/unsized.rs: New file.
7061
70622017-05-19 Tom Tromey <tom@tromey.com>
7063
7064 PR rust/21484:
7065 * gdb.rust/watch.exp: New file.
7066 * gdb.rust/watch.rs: New file.
7067
70682017-05-18 Tom Tromey <tom@tromey.com>
7069
7070 * gdb.rust/simple.exp: Allow Box to be qualified.
7071
70722017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
7073
7074 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
7075
70762017-05-18 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/fileio.c (test_write, test_read, test_close)
7079 (test_fstat): Don't print 'ret' in the fail path.
7080
70812017-05-18 Pedro Alves <palves@redhat.com>
7082
7083 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
7084 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
7085 (test_system, test_rename, test_unlink, test_time): Change
7086 prototypes.
7087 * gdb.base/fileio.exp (stop_msg): Adjust.
7088
70892017-05-18 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/fileio.c (null_str): New global.
7092 (test_stat): Use it.
7093 * gdb.base/fileio.exp: Remove nowarnings.
7094
70952017-05-17 Yao Qi <yao.qi@linaro.org>
7096
7097 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
7098
70992017-05-17 Simon Marchi <simon.marchi@ericsson.com>
7100
7101 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
7102 argument command.
7103 (top-level): Invoke test_set_inferior_tty.
7104
71052017-05-04 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
7108 Add parens to print call for Python 3.
7109
71102017-05-03 Keith Seitz <keiths@redhat.com>
7111
7112 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
7113 (main): Call it.
7114
71152017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7116
7117 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
7118 to prev and next.
7119
71202017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7121
7122 * gdb.python/py-record-btrace.exp: Remove test for
7123 gdb.BtraceInstruction.error.
7124
71252017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7126
7127 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7128
71292017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7130
7131 * gdb.python/py-record-btrace-threads.c: New file.
7132 * gdb.python/py-record-btrace-threads.exp: New file.
7133
71342017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7135
7136 PR testsuite/8595
7137 * gdb.base/environ.exp: Make test available in all architectures.
7138 Move bits related to "info program" testing to
7139 gdb.base/info-program.exp. Rewrite tests to use the two new
7140 procedures mentione below.
7141 (test_set_show_env_var) New procedure.
7142 (test_set_show_env_var_equal): Likewise.
7143 * gdb.base/info-program.exp: New file.
7144
71452017-04-27 Keith Seitz <keiths@redhat.com>
7146
7147 * gdb.cp/oranking.cc (test15): New function.
7148 (main): Call test15 and declare additional variables for testing.
7149 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7150 "p foo101('abc')" tests.
7151 Add tests for cv qualifier overloads.
7152 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7153 "lvalue reference overload" test.
7154 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7155 "print value of f1 on Child&& in f2" test.
7156
71572017-04-19 Pedro Alves <palves@redhat.com>
7158
7159 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7160 procedure.
7161 (top level): Call it.
7162 * lib/gdb.exp (gdb_define_cmd): New procedure.
7163
71642017-04-12 Pedro Alves <palves@redhat.com>
7165
7166 PR gdb/21323
7167 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7168 (wchar): New global.
7169 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7170 (do_test_wide_char, wide_char_types_no_program, top level): Add
7171 wchar_t testing.
7172
71732017-04-12 Pedro Alves <palves@redhat.com>
7174
7175 PR c++/21323
7176 * gdb.cp/wide_char_types.c: New file.
7177 * gdb.cp/wide_char_types.exp: New file.
7178
71792017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7180
7181 PR gdb/21352
7182 * gdb.trace/tsv.exp: Add test for "tsave -r".
7183
71842017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7185
7186 * gdb.dlang/watch-loc.c: New file.
7187 * gdb.dlang/watch-loc.exp: New file.
7188
71892017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7190
7191 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7192
71932017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7194
7195 * gdb.arch/arc-analyze-prologue.S: New file.
7196 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7197
71982017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7199
7200 * gdb.arch/arc-decode-insn.S: New file.
7201 * gdb.arch/arc-decode-insn.exp: Likewise.
7202
72032017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7204
7205 PR tdep/20928
7206 * gdb.arch/sparc64-regs.exp: New file.
7207 * gdb.arch/sparc64-regs.S: Likewise.
7208
72092017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7210
7211 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7212 and memory view on Python 3.
7213
72142017-03-20 Artemiy Volkov <artemiyv@acm.org>
7215 Keith Seitz <keiths@redhat.com>
7216
7217 PR gdb/14441
7218 * gdb.cp/demangle.exp: Add rvalue reference tests.
7219 * gdb.cp/rvalue-ref-casts.cc: New file.
7220 * gdb.cp/rvalue-ref-casts.exp: New file.
7221 * gdb.cp/rvalue-ref-overload.cc: New file.
7222 * gdb.cp/rvalue-ref-overload.exp: New file.
7223 * gdb.cp/rvalue-ref-params.cc: New file.
7224 * gdb.cp/rvalue-ref-params.exp: New file.
7225 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7226 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7227 * gdb.cp/rvalue-ref-types.cc: New file.
7228 * gdb.cp/rvalue-ref-types.exp: New file.
7229 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7230 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7231
72322017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7233
7234 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7235 New procedure.
7236
72372017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7238
7239 * lib/mi-support.exp (mi_gdb_test): Add additional message
7240 for unexpected output.
7241
72422017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7243
7244 * gdb.base/examine-backward.c (Barrier): New character array
7245 constant, to ensure that TestStrings is preceded by a string
7246 terminator.
7247
72482017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7249
7250 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7251 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7252 and implicit pointer into such a location.
7253
72542017-03-16 Doug Evans <dje@google.com>
7255
7256 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7257
72582017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7259
7260 * gdb.cp/m-static.exp: Fix expectation for prototype of
7261 test5.single_constructor and single_constructor::single_constructor.
7262
72632017-03-16 Doug Evans <dje@google.com>
7264
7265 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7266 * gdb.guile/scm-lazy-string.c: New file.
7267 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7268 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7269 for pointer, array, typedef lazy strings.
7270
72712017-03-16 Doug Evans <dje@google.com>
7272
7273 PR python/17728, python/18439, python/18779
7274 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7275 * gdb.python/py-lazy-string.c (pointer): New typedef.
7276 (main): New locals ptr, array, typedef_ptr.
7277 * gdb.python/py-value.exp: Move lazy string tests to ...
7278 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7279 array, typedef lazy strings.
7280
72812017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7282
7283 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7284 Add optional 'test' parameter.
7285
72862017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7287
7288 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7289 Skip for versions of DejaGnu < 1.5.
7290
72912017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7292
7293 * lib/gdb.exp (dejagnu_version): New proc.
7294 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7295 Use dejagnu_version.
7296
72972017-03-10 Keith Seitz <keiths@redhat.com>
7298
7299 PR c++/8128
7300 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7301 type from destructor regexps.
7302 Add a branch which actually passes the test.
7303 Adjust "ptype t5i" test names.
7304
73052017-03-08 Pedro Alves <palves@redhat.com>
7306
7307 * gdb.base/step-over-exit.exp: Add explicit test message.
7308
73092017-03-08 Pedro Alves <palves@redhat.com>
7310
7311 PR gdb/18360
7312 * gdb.threads/interrupt-while-step-over.c: New file.
7313 * gdb.threads/interrupt-while-step-over.exp: New file.
7314
73152017-03-08 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7318 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7319
73202017-03-08 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7323 PKRU as not supported as a PASS.
7324
73252017-03-08 Pedro Alves <palves@redhat.com>
7326
7327 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7328 prefix instead of $binfile1/$binfile2.
7329 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7330 in test message.
7331 * gdb.python/py-completion.exp: Use "load python file" as test
7332 messages instead of unstable path names.
7333
73342017-03-08 Pedro Alves <palves@redhat.com>
7335 Jan Kratochvil <jan.kratochvil@redhat.com>
7336
7337 PR cli/21218
7338 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7339 New proc.
7340 (top level): Call it.
7341
73422017-03-08 Pedro Alves <palves@redhat.com>
7343
7344 PR tui/21216
7345 * gdb.tui/tui-nl-filtered-output.exp: New file.
7346
73472017-03-08 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/completion.exp: Move TUI completion tests to ...
7350 * gdb.tui/completion.exp: ... this new file.
7351
73522017-03-08 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.base/tui-disasm-long-lines.c,
7355 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7356 gdb.base/tui-layout.exp: Move to ...
7357 * gdb.tui/: ... this new directory.
7358
73592017-03-07 Pedro Alves <palves@redhat.com>
7360
7361 * gdb.base/tui-layout.c: New file.
7362 * gdb.base/tui-layout.exp: New file.
7363
73642017-03-07 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.base/tui-layout.c: Rename to ...
7367 * gdb.base/tui-disasm-long-lines.c: ... this.
7368 * gdb.base/tui-layout.exp: Rename to ...
7369 * gdb.base/tui-disasm-long-lines.exp: ... this.
7370
73712017-03-07 Pedro Alves <palves@redhat.com>
7372
7373 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7374
73752017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
7376
7377 * i386-mpx-call.c: New file.
7378 * i386-mpx-call.exp: New file.
7379
73802017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7381
7382 * gdb.arch/powerpc-power.exp: Delete test.
7383 * gdb.arch/powerpc-power.s: Likewise.
7384 * gdb.disasm/disassembler-options.exp: New test.
7385 * gdb.arch/powerpc-altivec.exp: Likewise.
7386 * gdb.arch/powerpc-altivec.s: Likewise.
7387 * gdb.arch/powerpc-altivec2.exp: Likewise.
7388 * gdb.arch/powerpc-altivec2.s: Likewise.
7389 * gdb.arch/powerpc-altivec3.exp: Likewise.
7390 * gdb.arch/powerpc-altivec3.s: Likewise.
7391 * gdb.arch/powerpc-power7.exp: Likewise.
7392 * gdb.arch/powerpc-power7.s: Likewise.
7393 * gdb.arch/powerpc-power8.exp: Likewise.
7394 * gdb.arch/powerpc-power8.s: Likewise.
7395 * gdb.arch/powerpc-power9.exp: Likewise.
7396 * gdb.arch/powerpc-power9.s: Likewise.
7397 * gdb.arch/powerpc-vsx.exp: Likewise.
7398 * gdb.arch/powerpc-vsx.s: Likewise.
7399 * gdb.arch/powerpc-vsx2.exp: Likewise.
7400 * gdb.arch/powerpc-vsx2.s: Likewise.
7401 * gdb.arch/powerpc-vsx3.exp: Likewise.
7402 * gdb.arch/powerpc-vsx3.s: Likewise.
7403 * gdb.arch/arm-disassembler-options.exp: Likewise.
7404 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7405 * gdb.arch/s390-disassembler-options.exp: Likewise.
7406
74072017-02-23 Luis Machado <lgustavo@codesourcery.com>
7408
7409 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7410 (check_supported_features): ... this. Changed return type to void.
7411 (supports_rdseed): New static global.
7412 (rdseed): Check supports_rdseed.
7413 (initialize): Call check_supported_features.
7414
74152017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7416
7417 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7418 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7419 and lqarx/stqcx.
7420 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7421 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7422
74232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7424
7425 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7426 uppercase.
7427
74282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7429
7430 * gdb.dwarf2/formdata16.c: New file.
7431 * gdb.dwarf2/formdata16.exp: New file.
7432 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7433
74342017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7435
7436 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7437 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7438 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7439 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7440 DW_AT_GNU_*.
7441
74422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7443
7444 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7445
74462017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7447
7448 PR gdb/21164
7449 * gdb.base/maint.exp: Add testcases for when the commands do
7450 not have arguments.
7451
74522017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7453
7454 * gdb.cp/chained-calls.exp: Use p instead of P.
7455
74562017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7457
7458 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7459 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7460
74612017-02-14 Tom Tromey <tom@tromey.com>
7462
7463 PR python/13598:
7464 * gdb.python/py-events.exp: Add before_prompt event tests.
7465
74662017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7467
7468 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7469
74702017-02-13 Luis Machado <lgustavo@codesourcery.com>
7471
7472 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7473 (main): Call my_unique_function_name.
7474 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7475 completion of patterns with a single match.
7476 Add missing -re switches to gdb_test_multiple calls.
7477
74782017-02-13 Luis Machado <lgustavo@codesourcery.com>
7479
7480 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7481 return if core file is not recognized.
7482
74832017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7484
7485 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7486 and extra UIs.
7487
74882017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7491 proc_with_prefix.
7492
74932017-02-10 Tom Tromey <tom@tromey.com>
7494
7495 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7496
74972017-02-10 Martin Galvan <martingalvan@sourceware.org>
7498
7499 PR gdb/21122
7500 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7501
75022017-02-08 Jerome Guitton <guitton@adacore.com>
7503
7504 * gdb.base/define.exp: Add test for command abbreviations
7505 in define.
7506
75072017-02-06 Luis Machado <lgustavo@codesourcery.com>
7508
7509 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7510 * gdb.reverse/insn-reverse-x86.c: New file.
7511
75122017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7513
7514 PR tdep/20936
7515 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7516
75172017-02-03 Tom Tromey <tom@tromey.com>
7518
7519 PR rust/21097:
7520 * gdb.rust/simple.exp: Add new tests.
7521
75222017-02-02 Pedro Alves <palves@redhat.com>
7523
7524 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7525 tests.
7526
75272017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7528
7529 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7530 taking a 2-byte value out of a 4-byte DWARF implicit value on
7531 big-endian targets.
7532 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7533 logic. Add test cases for DW_OP_implicit.
7534
75352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7536
7537 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7538
75392017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7540
7541 * gdb.btrace/enable.exp: Call gdb_exit before
7542 skip_gdbserver_tests.
7543
75442017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7545
7546 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7547 GDBFLAGS.
7548
75492017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7550
7551 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7552 the test is skipped.
7553 * gdb.btrace/data.exp: Likewise.
7554 * gdb.btrace/delta.exp: Likewise.
7555 * gdb.btrace/dlopen.exp: Likewise.
7556 * gdb.btrace/enable-running.exp: Likewise.
7557 * gdb.btrace/enable.exp: Likewise.
7558 * gdb.btrace/exception.exp: Likewise.
7559 * gdb.btrace/function_call_history.exp: Likewise.
7560 * gdb.btrace/gcore.exp: Likewise.
7561 * gdb.btrace/instruction_history.exp: Likewise.
7562 * gdb.btrace/multi-thread-step.exp: Likewise.
7563 * gdb.btrace/nohist.exp: Likewise.
7564 * gdb.btrace/non-stop.exp: Likewise.
7565 * gdb.btrace/reconnect.exp: Likewise.
7566 * gdb.btrace/record_goto-step.exp: Likewise.
7567 * gdb.btrace/record_goto.exp: Likewise.
7568 * gdb.btrace/rn-dl-bind.exp: Likewise.
7569 * gdb.btrace/segv.exp: Likewise.
7570 * gdb.btrace/step.exp: Likewise.
7571 * gdb.btrace/stepi.exp: Likewise.
7572 * gdb.btrace/tailcall-only.exp: Likewise.
7573 * gdb.btrace/tailcall.exp: Likewise.
7574 * gdb.btrace/tsx.exp: Likewise.
7575 * gdb.btrace/unknown_functions.exp: Likewise.
7576 * gdb.btrace/vdso.exp: Likewise.
7577
75782017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7579
7580 * gdb.btrace/enable-running.c: New.
7581 * gdb.btrace/enable-running.exp: New.
7582
75832017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7584
7585 * gdb.arch/amd64-gs_base.c: New file.
7586 * gdb.arch/amd64-gs_base.exp: New file.
7587
75882017-01-26 Luis Machado <lgustavo@codesourcery.com>
7589
7590 * lib/memory.exp: Remove spurious empty newlines.
7591
75922017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7593
7594 * gdb.python/py-bad-printers.exp: Load python file using "source".
7595 * gdb.python/py-events.exp: Likewise.
7596 * gdb.python/py-evsignal.exp: Likewise.
7597 * gdb.python/py-evthreads.exp: Likewise.
7598 * gdb.python/py-frame-args.exp: Likewise.
7599 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7600 * gdb.python/py-framefilter-mi.exp: Likewise.
7601 * gdb.python/py-framefilter.exp: Likewise.
7602 * gdb.python/py-mi.exp: Likewise.
7603 * gdb.python/py-pp-maint.exp: Likewise.
7604 * gdb.python/py-pp-registration.exp: Likewise.
7605 * gdb.python/py-prettyprint.exp: Likewise.
7606 (run_lang_tests): Likewise.
7607 * gdb.python/py-typeprint.exp: Likewise.
7608
76092017-01-26 Luis Machado <lgustavo@codesourcery.com>
7610
7611 * lib/memory.exp: New file.
7612 * lib/gdb.exp: Load memory.exp.
7613 * gdb.base/memattr.exp (delete_memory): Move proc to
7614 lib/memory.exp and rename to delete_memory_regions.
7615 Replace delete_memory with delete_memory_regions.
7616 Cleanup memory regions before tests.
7617 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7618 before tests.
7619
76202017-01-26 Luis Machado <lgustavo@codesourcery.com>
7621
7622 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7623 files.
7624 (initialize): New function conditionally defined.
7625 (testcases): Move within conditional block.
7626 (main): Call initialize.
7627 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7628 of gdb.reverse/insn-reverse.c.
7629 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7630 gdb.reverse/insn-reverse.c.
7631
76322017-01-26 Yao Qi <yao.qi@linaro.org>
7633
7634 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7635 disassemble on address 0.
7636
76372017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7638 Yao Qi <yao.qi@linaro.org>
7639
7640 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7641 * gdb.dwarf2/implptr-64bit.S: Remove.
7642 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7643 variables in caller's context. Add DW_OP_implicit_value.
7644
76452017-01-25 Yao Qi <yao.qi@linaro.org>
7646
7647 * lib/dwarf.exp (Dwarf::_location): Handle
7648 DW_OP_GNU_implicit_pointer with proper size.
7649
76502017-01-20 Luis Machado <lgustavo@codesourcery.com>
7651
7652 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7653 and add untested calls.
7654
76552017-01-20 Luis Machado <lgustavo@codesourcery.com>
7656
7657 * gdb.python/python.exp: Check line number against what GDB thinks
7658 the line number is for func1.
7659
76602017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7661
7662 * gdb.dlang/debug-expr.exp: New file.
7663
76642016-12-23 Luis Machado <lgustavo@codesourcery.com>
7665
7666 Fix test names for the following files:
7667
7668 * gdb.ada/exec_changed.exp
7669 * gdb.ada/info_types.exp
7670 * gdb.arch/aarch64-atomic-inst.exp
7671 * gdb.arch/aarch64-fp.exp
7672 * gdb.arch/altivec-abi.exp
7673 * gdb.arch/altivec-regs.exp
7674 * gdb.arch/amd64-byte.exp
7675 * gdb.arch/amd64-disp-step.exp
7676 * gdb.arch/amd64-dword.exp
7677 * gdb.arch/amd64-entry-value-inline.exp
7678 * gdb.arch/amd64-entry-value-param.exp
7679 * gdb.arch/amd64-entry-value-paramref.exp
7680 * gdb.arch/amd64-entry-value.exp
7681 * gdb.arch/amd64-i386-address.exp
7682 * gdb.arch/amd64-invalid-stack-middle.exp
7683 * gdb.arch/amd64-invalid-stack-top.exp
7684 * gdb.arch/amd64-optimout-repeat.exp
7685 * gdb.arch/amd64-prologue-skip.exp
7686 * gdb.arch/amd64-prologue-xmm.exp
7687 * gdb.arch/amd64-stap-special-operands.exp
7688 * gdb.arch/amd64-stap-wrong-subexp.exp
7689 * gdb.arch/amd64-tailcall-cxx.exp
7690 * gdb.arch/amd64-tailcall-noret.exp
7691 * gdb.arch/amd64-tailcall-ret.exp
7692 * gdb.arch/amd64-tailcall-self.exp
7693 * gdb.arch/amd64-word.exp
7694 * gdb.arch/arm-bl-branch-dest.exp
7695 * gdb.arch/arm-disp-step.exp
7696 * gdb.arch/arm-neon.exp
7697 * gdb.arch/arm-single-step-kernel-helper.exp
7698 * gdb.arch/avr-flash-qualifier.exp
7699 * gdb.arch/disp-step-insn-reloc.exp
7700 * gdb.arch/e500-abi.exp
7701 * gdb.arch/e500-regs.exp
7702 * gdb.arch/ftrace-insn-reloc.exp
7703 * gdb.arch/i386-avx512.exp
7704 * gdb.arch/i386-bp_permanent.exp
7705 * gdb.arch/i386-byte.exp
7706 * gdb.arch/i386-cfi-notcurrent.exp
7707 * gdb.arch/i386-disp-step.exp
7708 * gdb.arch/i386-dr3-watch.exp
7709 * gdb.arch/i386-float.exp
7710 * gdb.arch/i386-gnu-cfi.exp
7711 * gdb.arch/i386-mpx-map.exp
7712 * gdb.arch/i386-mpx-sigsegv.exp
7713 * gdb.arch/i386-mpx-simple_segv.exp
7714 * gdb.arch/i386-mpx.exp
7715 * gdb.arch/i386-permbkpt.exp
7716 * gdb.arch/i386-prologue.exp
7717 * gdb.arch/i386-signal.exp
7718 * gdb.arch/i386-size-overlap.exp
7719 * gdb.arch/i386-unwind.exp
7720 * gdb.arch/i386-word.exp
7721 * gdb.arch/mips-fcr.exp
7722 * gdb.arch/powerpc-d128-regs.exp
7723 * gdb.arch/powerpc-stackless.exp
7724 * gdb.arch/ppc64-atomic-inst.exp
7725 * gdb.arch/s390-stackless.exp
7726 * gdb.arch/s390-tdbregs.exp
7727 * gdb.arch/s390-vregs.exp
7728 * gdb.arch/sparc-sysstep.exp
7729 * gdb.arch/thumb-bx-pc.exp
7730 * gdb.arch/thumb-singlestep.exp
7731 * gdb.arch/thumb2-it.exp
7732 * gdb.arch/vsx-regs.exp
7733 * gdb.asm/asm-source.exp
7734 * gdb.base/a2-run.exp
7735 * gdb.base/advance.exp
7736 * gdb.base/all-bin.exp
7737 * gdb.base/anon.exp
7738 * gdb.base/args.exp
7739 * gdb.base/arithmet.exp
7740 * gdb.base/async-shell.exp
7741 * gdb.base/async.exp
7742 * gdb.base/attach-pie-noexec.exp
7743 * gdb.base/attach-twice.exp
7744 * gdb.base/auto-load.exp
7745 * gdb.base/bang.exp
7746 * gdb.base/bitfields.exp
7747 * gdb.base/break-always.exp
7748 * gdb.base/break-caller-line.exp
7749 * gdb.base/break-entry.exp
7750 * gdb.base/break-inline.exp
7751 * gdb.base/break-on-linker-gcd-function.exp
7752 * gdb.base/break-probes.exp
7753 * gdb.base/break.exp
7754 * gdb.base/breakpoint-shadow.exp
7755 * gdb.base/call-ar-st.exp
7756 * gdb.base/call-sc.exp
7757 * gdb.base/call-signal-resume.exp
7758 * gdb.base/call-strs.exp
7759 * gdb.base/callfuncs.exp
7760 * gdb.base/catch-fork-static.exp
7761 * gdb.base/catch-gdb-caused-signals.exp
7762 * gdb.base/catch-load.exp
7763 * gdb.base/catch-signal-fork.exp
7764 * gdb.base/catch-signal.exp
7765 * gdb.base/catch-syscall.exp
7766 * gdb.base/charset.exp
7767 * gdb.base/checkpoint.exp
7768 * gdb.base/chng-syms.exp
7769 * gdb.base/code-expr.exp
7770 * gdb.base/code_elim.exp
7771 * gdb.base/commands.exp
7772 * gdb.base/completion.exp
7773 * gdb.base/complex.exp
7774 * gdb.base/cond-expr.exp
7775 * gdb.base/condbreak.exp
7776 * gdb.base/consecutive.exp
7777 * gdb.base/continue-all-already-running.exp
7778 * gdb.base/coredump-filter.exp
7779 * gdb.base/corefile.exp
7780 * gdb.base/dbx.exp
7781 * gdb.base/debug-expr.exp
7782 * gdb.base/define.exp
7783 * gdb.base/del.exp
7784 * gdb.base/disabled-location.exp
7785 * gdb.base/disasm-end-cu.exp
7786 * gdb.base/disasm-optim.exp
7787 * gdb.base/display.exp
7788 * gdb.base/duplicate-bp.exp
7789 * gdb.base/ena-dis-br.exp
7790 * gdb.base/ending-run.exp
7791 * gdb.base/enumval.exp
7792 * gdb.base/environ.exp
7793 * gdb.base/eu-strip-infcall.exp
7794 * gdb.base/eval-avoid-side-effects.exp
7795 * gdb.base/eval-skip.exp
7796 * gdb.base/exitsignal.exp
7797 * gdb.base/expand-psymtabs.exp
7798 * gdb.base/filesym.exp
7799 * gdb.base/find-unmapped.exp
7800 * gdb.base/finish.exp
7801 * gdb.base/float.exp
7802 * gdb.base/foll-exec-mode.exp
7803 * gdb.base/foll-exec.exp
7804 * gdb.base/foll-fork.exp
7805 * gdb.base/fortran-sym-case.exp
7806 * gdb.base/freebpcmd.exp
7807 * gdb.base/func-ptr.exp
7808 * gdb.base/func-ptrs.exp
7809 * gdb.base/funcargs.exp
7810 * gdb.base/gcore-buffer-overflow.exp
7811 * gdb.base/gcore-relro-pie.exp
7812 * gdb.base/gcore-relro.exp
7813 * gdb.base/gcore.exp
7814 * gdb.base/gdb1090.exp
7815 * gdb.base/gdb11530.exp
7816 * gdb.base/gdb11531.exp
7817 * gdb.base/gdb1821.exp
7818 * gdb.base/gdbindex-stabs.exp
7819 * gdb.base/gdbvars.exp
7820 * gdb.base/hbreak.exp
7821 * gdb.base/hbreak2.exp
7822 * gdb.base/included.exp
7823 * gdb.base/infcall-input.exp
7824 * gdb.base/inferior-died.exp
7825 * gdb.base/infnan.exp
7826 * gdb.base/info-macros.exp
7827 * gdb.base/info-os.exp
7828 * gdb.base/info-proc.exp
7829 * gdb.base/info-shared.exp
7830 * gdb.base/info-target.exp
7831 * gdb.base/infoline.exp
7832 * gdb.base/interp.exp
7833 * gdb.base/interrupt.exp
7834 * gdb.base/jit-reader.exp
7835 * gdb.base/jit-simple.exp
7836 * gdb.base/kill-after-signal.exp
7837 * gdb.base/kill-detach-inferiors-cmd.exp
7838 * gdb.base/label.exp
7839 * gdb.base/langs.exp
7840 * gdb.base/ldbl_e308.exp
7841 * gdb.base/line-symtabs.exp
7842 * gdb.base/linespecs.exp
7843 * gdb.base/list.exp
7844 * gdb.base/long_long.exp
7845 * gdb.base/longest-types.exp
7846 * gdb.base/maint.exp
7847 * gdb.base/max-value-size.exp
7848 * gdb.base/memattr.exp
7849 * gdb.base/mips_pro.exp
7850 * gdb.base/morestack.exp
7851 * gdb.base/moribund-step.exp
7852 * gdb.base/multi-forks.exp
7853 * gdb.base/nested-addr.exp
7854 * gdb.base/nextoverexit.exp
7855 * gdb.base/noreturn-finish.exp
7856 * gdb.base/noreturn-return.exp
7857 * gdb.base/nostdlib.exp
7858 * gdb.base/offsets.exp
7859 * gdb.base/opaque.exp
7860 * gdb.base/pc-fp.exp
7861 * gdb.base/permissions.exp
7862 * gdb.base/print-symbol-loading.exp
7863 * gdb.base/prologue-include.exp
7864 * gdb.base/psymtab.exp
7865 * gdb.base/ptype.exp
7866 * gdb.base/random-signal.exp
7867 * gdb.base/randomize.exp
7868 * gdb.base/range-stepping.exp
7869 * gdb.base/readline-ask.exp
7870 * gdb.base/recpar.exp
7871 * gdb.base/recurse.exp
7872 * gdb.base/relational.exp
7873 * gdb.base/restore.exp
7874 * gdb.base/return-nodebug.exp
7875 * gdb.base/return.exp
7876 * gdb.base/run-after-attach.exp
7877 * gdb.base/save-bp.exp
7878 * gdb.base/scope.exp
7879 * gdb.base/sect-cmd.exp
7880 * gdb.base/set-lang-auto.exp
7881 * gdb.base/set-noassign.exp
7882 * gdb.base/setvar.exp
7883 * gdb.base/sigall.exp
7884 * gdb.base/sigbpt.exp
7885 * gdb.base/siginfo-addr.exp
7886 * gdb.base/siginfo-infcall.exp
7887 * gdb.base/siginfo-obj.exp
7888 * gdb.base/siginfo.exp
7889 * gdb.base/signals-state-child.exp
7890 * gdb.base/signest.exp
7891 * gdb.base/sigstep.exp
7892 * gdb.base/sizeof.exp
7893 * gdb.base/skip.exp
7894 * gdb.base/solib-corrupted.exp
7895 * gdb.base/solib-nodir.exp
7896 * gdb.base/solib-search.exp
7897 * gdb.base/stack-checking.exp
7898 * gdb.base/stale-infcall.exp
7899 * gdb.base/stap-probe.exp
7900 * gdb.base/start.exp
7901 * gdb.base/step-break.exp
7902 * gdb.base/step-bt.exp
7903 * gdb.base/step-line.exp
7904 * gdb.base/step-over-exit.exp
7905 * gdb.base/step-over-syscall.exp
7906 * gdb.base/step-resume-infcall.exp
7907 * gdb.base/step-test.exp
7908 * gdb.base/store.exp
7909 * gdb.base/structs3.exp
7910 * gdb.base/sym-file.exp
7911 * gdb.base/symbol-without-target_section.exp
7912 * gdb.base/term.exp
7913 * gdb.base/testenv.exp
7914 * gdb.base/ui-redirect.exp
7915 * gdb.base/until.exp
7916 * gdb.base/unwindonsignal.exp
7917 * gdb.base/value-double-free.exp
7918 * gdb.base/vla-datatypes.exp
7919 * gdb.base/vla-ptr.exp
7920 * gdb.base/vla-sideeffect.exp
7921 * gdb.base/volatile.exp
7922 * gdb.base/watch-cond-infcall.exp
7923 * gdb.base/watch-cond.exp
7924 * gdb.base/watch-non-mem.exp
7925 * gdb.base/watch-read.exp
7926 * gdb.base/watch-vfork.exp
7927 * gdb.base/watchpoint-cond-gone.exp
7928 * gdb.base/watchpoint-delete.exp
7929 * gdb.base/watchpoint-hw-hit-once.exp
7930 * gdb.base/watchpoint-hw.exp
7931 * gdb.base/watchpoint-stops-at-right-insn.exp
7932 * gdb.base/watchpoints.exp
7933 * gdb.base/wchar.exp
7934 * gdb.base/whatis-exp.exp
7935 * gdb.btrace/buffer-size.exp
7936 * gdb.btrace/data.exp
7937 * gdb.btrace/delta.exp
7938 * gdb.btrace/dlopen.exp
7939 * gdb.btrace/enable.exp
7940 * gdb.btrace/exception.exp
7941 * gdb.btrace/function_call_history.exp
7942 * gdb.btrace/gcore.exp
7943 * gdb.btrace/instruction_history.exp
7944 * gdb.btrace/nohist.exp
7945 * gdb.btrace/reconnect.exp
7946 * gdb.btrace/record_goto-step.exp
7947 * gdb.btrace/record_goto.exp
7948 * gdb.btrace/rn-dl-bind.exp
7949 * gdb.btrace/segv.exp
7950 * gdb.btrace/step.exp
7951 * gdb.btrace/stepi.exp
7952 * gdb.btrace/tailcall-only.exp
7953 * gdb.btrace/tailcall.exp
7954 * gdb.btrace/tsx.exp
7955 * gdb.btrace/unknown_functions.exp
7956 * gdb.btrace/vdso.exp
7957 * gdb.compile/compile-ifunc.exp
7958 * gdb.compile/compile-ops.exp
7959 * gdb.compile/compile-print.exp
7960 * gdb.compile/compile-setjmp.exp
7961 * gdb.cp/abstract-origin.exp
7962 * gdb.cp/ambiguous.exp
7963 * gdb.cp/annota2.exp
7964 * gdb.cp/annota3.exp
7965 * gdb.cp/anon-ns.exp
7966 * gdb.cp/anon-struct.exp
7967 * gdb.cp/anon-union.exp
7968 * gdb.cp/arg-reference.exp
7969 * gdb.cp/baseenum.exp
7970 * gdb.cp/bool.exp
7971 * gdb.cp/breakpoint.exp
7972 * gdb.cp/bs15503.exp
7973 * gdb.cp/call-c.exp
7974 * gdb.cp/casts.exp
7975 * gdb.cp/chained-calls.exp
7976 * gdb.cp/class2.exp
7977 * gdb.cp/classes.exp
7978 * gdb.cp/cmpd-minsyms.exp
7979 * gdb.cp/converts.exp
7980 * gdb.cp/cp-relocate.exp
7981 * gdb.cp/cpcompletion.exp
7982 * gdb.cp/cpexprs.exp
7983 * gdb.cp/cplabel.exp
7984 * gdb.cp/cplusfuncs.exp
7985 * gdb.cp/cpsizeof.exp
7986 * gdb.cp/ctti.exp
7987 * gdb.cp/derivation.exp
7988 * gdb.cp/destrprint.exp
7989 * gdb.cp/dispcxx.exp
7990 * gdb.cp/enum-class.exp
7991 * gdb.cp/exception.exp
7992 * gdb.cp/exceptprint.exp
7993 * gdb.cp/expand-psymtabs-cxx.exp
7994 * gdb.cp/expand-sals.exp
7995 * gdb.cp/extern-c.exp
7996 * gdb.cp/filename.exp
7997 * gdb.cp/formatted-ref.exp
7998 * gdb.cp/fpointer.exp
7999 * gdb.cp/gdb1355.exp
8000 * gdb.cp/gdb2495.exp
8001 * gdb.cp/hang.exp
8002 * gdb.cp/impl-this.exp
8003 * gdb.cp/infcall-dlopen.exp
8004 * gdb.cp/inherit.exp
8005 * gdb.cp/iostream.exp
8006 * gdb.cp/koenig.exp
8007 * gdb.cp/local.exp
8008 * gdb.cp/m-data.exp
8009 * gdb.cp/m-static.exp
8010 * gdb.cp/mb-ctor.exp
8011 * gdb.cp/mb-inline.exp
8012 * gdb.cp/mb-templates.exp
8013 * gdb.cp/member-name.exp
8014 * gdb.cp/member-ptr.exp
8015 * gdb.cp/meth-typedefs.exp
8016 * gdb.cp/method.exp
8017 * gdb.cp/method2.exp
8018 * gdb.cp/minsym-fallback.exp
8019 * gdb.cp/misc.exp
8020 * gdb.cp/namelessclass.exp
8021 * gdb.cp/namespace-enum.exp
8022 * gdb.cp/namespace-nested-import.exp
8023 * gdb.cp/namespace.exp
8024 * gdb.cp/nextoverthrow.exp
8025 * gdb.cp/no-dmgl-verbose.exp
8026 * gdb.cp/non-trivial-retval.exp
8027 * gdb.cp/noparam.exp
8028 * gdb.cp/nsdecl.exp
8029 * gdb.cp/nsimport.exp
8030 * gdb.cp/nsnested.exp
8031 * gdb.cp/nsnoimports.exp
8032 * gdb.cp/nsrecurs.exp
8033 * gdb.cp/nsstress.exp
8034 * gdb.cp/nsusing.exp
8035 * gdb.cp/operator.exp
8036 * gdb.cp/oranking.exp
8037 * gdb.cp/overload-const.exp
8038 * gdb.cp/overload.exp
8039 * gdb.cp/ovldbreak.exp
8040 * gdb.cp/ovsrch.exp
8041 * gdb.cp/paren-type.exp
8042 * gdb.cp/parse-lang.exp
8043 * gdb.cp/pass-by-ref.exp
8044 * gdb.cp/pr-1023.exp
8045 * gdb.cp/pr-1210.exp
8046 * gdb.cp/pr-574.exp
8047 * gdb.cp/pr10687.exp
8048 * gdb.cp/pr12028.exp
8049 * gdb.cp/pr17132.exp
8050 * gdb.cp/pr17494.exp
8051 * gdb.cp/pr9067.exp
8052 * gdb.cp/pr9167.exp
8053 * gdb.cp/pr9631.exp
8054 * gdb.cp/printmethod.exp
8055 * gdb.cp/psmang.exp
8056 * gdb.cp/psymtab-parameter.exp
8057 * gdb.cp/ptype-cv-cp.exp
8058 * gdb.cp/ptype-flags.exp
8059 * gdb.cp/re-set-overloaded.exp
8060 * gdb.cp/ref-types.exp
8061 * gdb.cp/rtti.exp
8062 * gdb.cp/scope-err.exp
8063 * gdb.cp/shadow.exp
8064 * gdb.cp/smartp.exp
8065 * gdb.cp/static-method.exp
8066 * gdb.cp/static-print-quit.exp
8067 * gdb.cp/temargs.exp
8068 * gdb.cp/templates.exp
8069 * gdb.cp/try_catch.exp
8070 * gdb.cp/typedef-operator.exp
8071 * gdb.cp/typeid.exp
8072 * gdb.cp/userdef.exp
8073 * gdb.cp/using-crash.exp
8074 * gdb.cp/var-tag.exp
8075 * gdb.cp/virtbase.exp
8076 * gdb.cp/virtfunc.exp
8077 * gdb.cp/virtfunc2.exp
8078 * gdb.cp/vla-cxx.exp
8079 * gdb.disasm/t01_mov.exp
8080 * gdb.disasm/t02_mova.exp
8081 * gdb.disasm/t03_add.exp
8082 * gdb.disasm/t04_sub.exp
8083 * gdb.disasm/t05_cmp.exp
8084 * gdb.disasm/t06_ari2.exp
8085 * gdb.disasm/t07_ari3.exp
8086 * gdb.disasm/t08_or.exp
8087 * gdb.disasm/t09_xor.exp
8088 * gdb.disasm/t10_and.exp
8089 * gdb.disasm/t11_logs.exp
8090 * gdb.disasm/t12_bit.exp
8091 * gdb.disasm/t13_otr.exp
8092 * gdb.dlang/circular.exp
8093 * gdb.dwarf2/arr-stride.exp
8094 * gdb.dwarf2/arr-subrange.exp
8095 * gdb.dwarf2/atomic-type.exp
8096 * gdb.dwarf2/bad-regnum.exp
8097 * gdb.dwarf2/bitfield-parent-optimized-out.exp
8098 * gdb.dwarf2/callframecfa.exp
8099 * gdb.dwarf2/clztest.exp
8100 * gdb.dwarf2/corrupt.exp
8101 * gdb.dwarf2/data-loc.exp
8102 * gdb.dwarf2/dup-psym.exp
8103 * gdb.dwarf2/dw2-anon-mptr.exp
8104 * gdb.dwarf2/dw2-anonymous-func.exp
8105 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
8106 * gdb.dwarf2/dw2-bad-unresolved.exp
8107 * gdb.dwarf2/dw2-basic.exp
8108 * gdb.dwarf2/dw2-canonicalize-type.exp
8109 * gdb.dwarf2/dw2-case-insensitive.exp
8110 * gdb.dwarf2/dw2-common-block.exp
8111 * gdb.dwarf2/dw2-compdir-oldgcc.exp
8112 * gdb.dwarf2/dw2-compressed.exp
8113 * gdb.dwarf2/dw2-const.exp
8114 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
8115 * gdb.dwarf2/dw2-cu-size.exp
8116 * gdb.dwarf2/dw2-dup-frame.exp
8117 * gdb.dwarf2/dw2-entry-value.exp
8118 * gdb.dwarf2/dw2-icycle.exp
8119 * gdb.dwarf2/dw2-ifort-parameter.exp
8120 * gdb.dwarf2/dw2-inline-break.exp
8121 * gdb.dwarf2/dw2-inline-param.exp
8122 * gdb.dwarf2/dw2-intercu.exp
8123 * gdb.dwarf2/dw2-intermix.exp
8124 * gdb.dwarf2/dw2-lexical-block-bare.exp
8125 * gdb.dwarf2/dw2-linkage-name-trust.exp
8126 * gdb.dwarf2/dw2-minsym-in-cu.exp
8127 * gdb.dwarf2/dw2-noloc.exp
8128 * gdb.dwarf2/dw2-op-call.exp
8129 * gdb.dwarf2/dw2-op-out-param.exp
8130 * gdb.dwarf2/dw2-opt-structptr.exp
8131 * gdb.dwarf2/dw2-param-error.exp
8132 * gdb.dwarf2/dw2-producer.exp
8133 * gdb.dwarf2/dw2-ranges-base.exp
8134 * gdb.dwarf2/dw2-ref-missing-frame.exp
8135 * gdb.dwarf2/dw2-reg-undefined.exp
8136 * gdb.dwarf2/dw2-regno-invalid.exp
8137 * gdb.dwarf2/dw2-restore.exp
8138 * gdb.dwarf2/dw2-restrict.exp
8139 * gdb.dwarf2/dw2-single-line-discriminators.exp
8140 * gdb.dwarf2/dw2-strp.exp
8141 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8142 * gdb.dwarf2/dw2-unresolved.exp
8143 * gdb.dwarf2/dw2-var-zero-addr.exp
8144 * gdb.dwarf2/dw4-sig-types.exp
8145 * gdb.dwarf2/dwz.exp
8146 * gdb.dwarf2/dynarr-ptr.exp
8147 * gdb.dwarf2/enum-type.exp
8148 * gdb.dwarf2/gdb-index.exp
8149 * gdb.dwarf2/implptr-64bit.exp
8150 * gdb.dwarf2/implptr-optimized-out.exp
8151 * gdb.dwarf2/implptr.exp
8152 * gdb.dwarf2/implref-array.exp
8153 * gdb.dwarf2/implref-const.exp
8154 * gdb.dwarf2/implref-global.exp
8155 * gdb.dwarf2/implref-struct.exp
8156 * gdb.dwarf2/mac-fileno.exp
8157 * gdb.dwarf2/main-subprogram.exp
8158 * gdb.dwarf2/member-ptr-forwardref.exp
8159 * gdb.dwarf2/method-ptr.exp
8160 * gdb.dwarf2/missing-sig-type.exp
8161 * gdb.dwarf2/nonvar-access.exp
8162 * gdb.dwarf2/opaque-type-lookup.exp
8163 * gdb.dwarf2/pieces-optimized-out.exp
8164 * gdb.dwarf2/pieces.exp
8165 * gdb.dwarf2/pr10770.exp
8166 * gdb.dwarf2/pr13961.exp
8167 * gdb.dwarf2/staticvirtual.exp
8168 * gdb.dwarf2/subrange.exp
8169 * gdb.dwarf2/symtab-producer.exp
8170 * gdb.dwarf2/trace-crash.exp
8171 * gdb.dwarf2/typeddwarf.exp
8172 * gdb.dwarf2/valop.exp
8173 * gdb.dwarf2/watch-notconst.exp
8174 * gdb.fortran/array-element.exp
8175 * gdb.fortran/charset.exp
8176 * gdb.fortran/common-block.exp
8177 * gdb.fortran/complex.exp
8178 * gdb.fortran/derived-type-function.exp
8179 * gdb.fortran/derived-type.exp
8180 * gdb.fortran/logical.exp
8181 * gdb.fortran/module.exp
8182 * gdb.fortran/multi-dim.exp
8183 * gdb.fortran/nested-funcs.exp
8184 * gdb.fortran/print-formatted.exp
8185 * gdb.fortran/subarray.exp
8186 * gdb.fortran/vla-alloc-assoc.exp
8187 * gdb.fortran/vla-datatypes.exp
8188 * gdb.fortran/vla-history.exp
8189 * gdb.fortran/vla-ptr-info.exp
8190 * gdb.fortran/vla-ptype-sub.exp
8191 * gdb.fortran/vla-ptype.exp
8192 * gdb.fortran/vla-sizeof.exp
8193 * gdb.fortran/vla-type.exp
8194 * gdb.fortran/vla-value-sub-arbitrary.exp
8195 * gdb.fortran/vla-value-sub-finish.exp
8196 * gdb.fortran/vla-value-sub.exp
8197 * gdb.fortran/vla-value.exp
8198 * gdb.fortran/whatis_type.exp
8199 * gdb.go/chan.exp
8200 * gdb.go/handcall.exp
8201 * gdb.go/hello.exp
8202 * gdb.go/integers.exp
8203 * gdb.go/methods.exp
8204 * gdb.go/package.exp
8205 * gdb.go/strings.exp
8206 * gdb.go/types.exp
8207 * gdb.go/unsafe.exp
8208 * gdb.guile/scm-arch.exp
8209 * gdb.guile/scm-block.exp
8210 * gdb.guile/scm-breakpoint.exp
8211 * gdb.guile/scm-cmd.exp
8212 * gdb.guile/scm-disasm.exp
8213 * gdb.guile/scm-equal.exp
8214 * gdb.guile/scm-frame-args.exp
8215 * gdb.guile/scm-frame-inline.exp
8216 * gdb.guile/scm-frame.exp
8217 * gdb.guile/scm-iterator.exp
8218 * gdb.guile/scm-math.exp
8219 * gdb.guile/scm-objfile.exp
8220 * gdb.guile/scm-ports.exp
8221 * gdb.guile/scm-symbol.exp
8222 * gdb.guile/scm-symtab.exp
8223 * gdb.guile/scm-value-cc.exp
8224 * gdb.guile/types-module.exp
8225 * gdb.linespec/break-ask.exp
8226 * gdb.linespec/cpexplicit.exp
8227 * gdb.linespec/explicit.exp
8228 * gdb.linespec/keywords.exp
8229 * gdb.linespec/linespec.exp
8230 * gdb.linespec/ls-dollar.exp
8231 * gdb.linespec/ls-errs.exp
8232 * gdb.linespec/skip-two.exp
8233 * gdb.linespec/thread.exp
8234 * gdb.mi/mi-async.exp
8235 * gdb.mi/mi-basics.exp
8236 * gdb.mi/mi-break.exp
8237 * gdb.mi/mi-catch-load.exp
8238 * gdb.mi/mi-cli.exp
8239 * gdb.mi/mi-cmd-param-changed.exp
8240 * gdb.mi/mi-console.exp
8241 * gdb.mi/mi-detach.exp
8242 * gdb.mi/mi-disassemble.exp
8243 * gdb.mi/mi-eval.exp
8244 * gdb.mi/mi-file-transfer.exp
8245 * gdb.mi/mi-file.exp
8246 * gdb.mi/mi-fill-memory.exp
8247 * gdb.mi/mi-inheritance-syntax-error.exp
8248 * gdb.mi/mi-linespec-err-cp.exp
8249 * gdb.mi/mi-logging.exp
8250 * gdb.mi/mi-memory-changed.exp
8251 * gdb.mi/mi-read-memory.exp
8252 * gdb.mi/mi-record-changed.exp
8253 * gdb.mi/mi-reg-undefined.exp
8254 * gdb.mi/mi-regs.exp
8255 * gdb.mi/mi-return.exp
8256 * gdb.mi/mi-reverse.exp
8257 * gdb.mi/mi-simplerun.exp
8258 * gdb.mi/mi-solib.exp
8259 * gdb.mi/mi-stack.exp
8260 * gdb.mi/mi-stepi.exp
8261 * gdb.mi/mi-syn-frame.exp
8262 * gdb.mi/mi-until.exp
8263 * gdb.mi/mi-var-block.exp
8264 * gdb.mi/mi-var-child.exp
8265 * gdb.mi/mi-var-cmd.exp
8266 * gdb.mi/mi-var-cp.exp
8267 * gdb.mi/mi-var-display.exp
8268 * gdb.mi/mi-var-invalidate.exp
8269 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8270 * gdb.mi/mi-vla-fortran.exp
8271 * gdb.mi/mi-watch.exp
8272 * gdb.mi/mi2-var-child.exp
8273 * gdb.mi/user-selected-context-sync.exp
8274 * gdb.modula2/unbounded-array.exp
8275 * gdb.multi/dummy-frame-restore.exp
8276 * gdb.multi/multi-arch-exec.exp
8277 * gdb.multi/multi-arch.exp
8278 * gdb.multi/tids.exp
8279 * gdb.multi/watchpoint-multi.exp
8280 * gdb.opencl/callfuncs.exp
8281 * gdb.opencl/convs_casts.exp
8282 * gdb.opencl/datatypes.exp
8283 * gdb.opencl/operators.exp
8284 * gdb.opencl/vec_comps.exp
8285 * gdb.opt/clobbered-registers-O2.exp
8286 * gdb.opt/inline-break.exp
8287 * gdb.opt/inline-bt.exp
8288 * gdb.opt/inline-cmds.exp
8289 * gdb.opt/inline-locals.exp
8290 * gdb.pascal/case-insensitive-symbols.exp
8291 * gdb.pascal/floats.exp
8292 * gdb.pascal/gdb11492.exp
8293 * gdb.python/lib-types.exp
8294 * gdb.python/py-arch.exp
8295 * gdb.python/py-as-string.exp
8296 * gdb.python/py-bad-printers.exp
8297 * gdb.python/py-block.exp
8298 * gdb.python/py-breakpoint-create-fail.exp
8299 * gdb.python/py-breakpoint.exp
8300 * gdb.python/py-caller-is.exp
8301 * gdb.python/py-cmd.exp
8302 * gdb.python/py-explore-cc.exp
8303 * gdb.python/py-explore.exp
8304 * gdb.python/py-finish-breakpoint.exp
8305 * gdb.python/py-finish-breakpoint2.exp
8306 * gdb.python/py-frame-args.exp
8307 * gdb.python/py-frame-inline.exp
8308 * gdb.python/py-frame.exp
8309 * gdb.python/py-framefilter-mi.exp
8310 * gdb.python/py-infthread.exp
8311 * gdb.python/py-lazy-string.exp
8312 * gdb.python/py-linetable.exp
8313 * gdb.python/py-mi-events.exp
8314 * gdb.python/py-mi-objfile.exp
8315 * gdb.python/py-mi.exp
8316 * gdb.python/py-objfile.exp
8317 * gdb.python/py-pp-integral.exp
8318 * gdb.python/py-pp-maint.exp
8319 * gdb.python/py-pp-re-notag.exp
8320 * gdb.python/py-pp-registration.exp
8321 * gdb.python/py-recurse-unwind.exp
8322 * gdb.python/py-strfns.exp
8323 * gdb.python/py-symbol.exp
8324 * gdb.python/py-symtab.exp
8325 * gdb.python/py-sync-interp.exp
8326 * gdb.python/py-typeprint.exp
8327 * gdb.python/py-unwind-maint.exp
8328 * gdb.python/py-unwind.exp
8329 * gdb.python/py-value-cc.exp
8330 * gdb.python/py-xmethods.exp
8331 * gdb.reverse/amd64-tailcall-reverse.exp
8332 * gdb.reverse/break-precsave.exp
8333 * gdb.reverse/break-reverse.exp
8334 * gdb.reverse/consecutive-precsave.exp
8335 * gdb.reverse/consecutive-reverse.exp
8336 * gdb.reverse/finish-precsave.exp
8337 * gdb.reverse/finish-reverse-bkpt.exp
8338 * gdb.reverse/finish-reverse.exp
8339 * gdb.reverse/fstatat-reverse.exp
8340 * gdb.reverse/getresuid-reverse.exp
8341 * gdb.reverse/i386-precsave.exp
8342 * gdb.reverse/i386-reverse.exp
8343 * gdb.reverse/i386-sse-reverse.exp
8344 * gdb.reverse/i387-env-reverse.exp
8345 * gdb.reverse/i387-stack-reverse.exp
8346 * gdb.reverse/insn-reverse.exp
8347 * gdb.reverse/machinestate-precsave.exp
8348 * gdb.reverse/machinestate.exp
8349 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8350 * gdb.reverse/pipe-reverse.exp
8351 * gdb.reverse/readv-reverse.exp
8352 * gdb.reverse/recvmsg-reverse.exp
8353 * gdb.reverse/rerun-prec.exp
8354 * gdb.reverse/s390-mvcle.exp
8355 * gdb.reverse/step-precsave.exp
8356 * gdb.reverse/step-reverse.exp
8357 * gdb.reverse/time-reverse.exp
8358 * gdb.reverse/until-precsave.exp
8359 * gdb.reverse/until-reverse.exp
8360 * gdb.reverse/waitpid-reverse.exp
8361 * gdb.reverse/watch-precsave.exp
8362 * gdb.reverse/watch-reverse.exp
8363 * gdb.rust/generics.exp
8364 * gdb.rust/methods.exp
8365 * gdb.rust/modules.exp
8366 * gdb.rust/simple.exp
8367 * gdb.server/connect-with-no-symbol-file.exp
8368 * gdb.server/ext-attach.exp
8369 * gdb.server/ext-restart.exp
8370 * gdb.server/ext-wrapper.exp
8371 * gdb.server/file-transfer.exp
8372 * gdb.server/server-exec-info.exp
8373 * gdb.server/server-kill.exp
8374 * gdb.server/server-mon.exp
8375 * gdb.server/wrapper.exp
8376 * gdb.stabs/exclfwd.exp
8377 * gdb.stabs/gdb11479.exp
8378 * gdb.threads/clone-new-thread-event.exp
8379 * gdb.threads/corethreads.exp
8380 * gdb.threads/current-lwp-dead.exp
8381 * gdb.threads/dlopen-libpthread.exp
8382 * gdb.threads/gcore-thread.exp
8383 * gdb.threads/sigstep-threads.exp
8384 * gdb.threads/watchpoint-fork.exp
8385 * gdb.trace/actions-changed.exp
8386 * gdb.trace/backtrace.exp
8387 * gdb.trace/change-loc.exp
8388 * gdb.trace/circ.exp
8389 * gdb.trace/collection.exp
8390 * gdb.trace/disconnected-tracing.exp
8391 * gdb.trace/ftrace.exp
8392 * gdb.trace/mi-trace-frame-collected.exp
8393 * gdb.trace/mi-trace-unavailable.exp
8394 * gdb.trace/mi-traceframe-changed.exp
8395 * gdb.trace/mi-tsv-changed.exp
8396 * gdb.trace/no-attach-trace.exp
8397 * gdb.trace/passc-dyn.exp
8398 * gdb.trace/qtro.exp
8399 * gdb.trace/range-stepping.exp
8400 * gdb.trace/read-memory.exp
8401 * gdb.trace/save-trace.exp
8402 * gdb.trace/signal.exp
8403 * gdb.trace/status-stop.exp
8404 * gdb.trace/tfile.exp
8405 * gdb.trace/trace-break.exp
8406 * gdb.trace/trace-buffer-size.exp
8407 * gdb.trace/trace-condition.exp
8408 * gdb.trace/tracefile-pseudo-reg.exp
8409 * gdb.trace/tstatus.exp
8410 * gdb.trace/unavailable.exp
8411 * gdb.trace/while-dyn.exp
8412 * gdb.trace/while-stepping.exp
8413
84142016-12-22 Doug Evans <xdje42@gmail.com>
8415
8416 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8417 and msymbols.
8418
84192016-12-19 Yao Qi <yao.qi@linaro.org>
8420
8421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8422 (test_with_self): Don't call do_steps_and_nexts, and remove
8423 code about stepping into xmalloc.
8424
84252016-12-09 Yao Qi <yao.qi@linaro.org>
8426
8427 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8428
84292016-12-09 Yao Qi <yao.qi@linaro.org>
8430
8431 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8432
84332016-12-09 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/all-architectures-0.exp: New file.
8436 * gdb.base/all-architectures-1.exp: New file.
8437 * gdb.base/all-architectures-2.exp: New file.
8438 * gdb.base/all-architectures-3.exp: New file.
8439 * gdb.base/all-architectures-4.exp: New file.
8440 * gdb.base/all-architectures-5.exp: New file.
8441 * gdb.base/all-architectures-6.exp: New file.
8442 * gdb.base/all-architectures-7.exp: New file.
8443 * gdb.base/all-architectures.exp.in: New file.
8444
84452016-12-09 Yao Qi <yao.qi@linaro.org>
8446
8447 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8448
84492016-12-02 Luis Machado <lgustavo@codesourcery.com>
8450
8451 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8452 possible.
8453 Remove useless pattern-matching code.
8454
84552016-12-02 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8458 procedure.
8459 (top level): Call it.
8460
84612016-12-02 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8464 New procedure.
8465 (top level): Call it.
8466
84672016-12-02 Pedro Alves <palves@redhat.com>
8468
8469 PR cli/20559
8470 * gdb.base/commands.exp (user_defined_command_args_eval): New
8471 procedure.
8472 (top level): Call it.
8473
84742016-12-02 Luis Machado <lgustavo@codesourcery.com>
8475
8476 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8477 timeout handling.
8478
84792016-12-02 Tom Tromey <tom@tromey.com>
8480
8481 * gdb.dwarf2/main-subprogram.c: New file.
8482 * gdb.dwarf2/main-subprogram.exp: New file.
8483
84842016-12-01 Luis Machado <lgustavo@codesourcery.com>
8485
8486 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8487 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8488 gdb_test_no_output for a couple of cases.
8489 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8490
84912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8492
8493 Fix test names and standardize compilation error messages throughout
8494 the following files:
8495
8496 * gdb.ada/start.exp
8497 * gdb.arch/alpha-step.exp
8498 * gdb.arch/e500-prologue.exp
8499 * gdb.arch/ftrace-insn-reloc.exp
8500 * gdb.arch/gdb1291.exp
8501 * gdb.arch/gdb1431.exp
8502 * gdb.arch/gdb1558.exp
8503 * gdb.arch/i386-dr3-watch.exp
8504 * gdb.arch/i386-sse-stack-align.exp
8505 * gdb.arch/ia64-breakpoint-shadow.exp
8506 * gdb.arch/pa-nullify.exp
8507 * gdb.arch/powerpc-aix-prologue.exp
8508 * gdb.arch/thumb-bx-pc.exp
8509 * gdb.base/annota1.exp
8510 * gdb.base/annota3.exp
8511 * gdb.base/arrayidx.exp
8512 * gdb.base/assign.exp
8513 * gdb.base/attach.exp
8514 * gdb.base/auxv.exp
8515 * gdb.base/bang.exp
8516 * gdb.base/bfp-test.exp
8517 * gdb.base/bigcore.exp
8518 * gdb.base/bitfields2.exp
8519 * gdb.base/break-fun-addr.exp
8520 * gdb.base/break-probes.exp
8521 * gdb.base/call-rt-st.exp
8522 * gdb.base/callexit.exp
8523 * gdb.base/catch-fork-kill.exp
8524 * gdb.base/charset.exp
8525 * gdb.base/checkpoint.exp
8526 * gdb.base/comprdebug.exp
8527 * gdb.base/constvars.exp
8528 * gdb.base/coredump-filter.exp
8529 * gdb.base/cursal.exp
8530 * gdb.base/cvexpr.exp
8531 * gdb.base/detach.exp
8532 * gdb.base/display.exp
8533 * gdb.base/dmsym.exp
8534 * gdb.base/dprintf-pending.exp
8535 * gdb.base/dso2dso.exp
8536 * gdb.base/dtrace-probe.exp
8537 * gdb.base/dump.exp
8538 * gdb.base/enum_cond.exp
8539 * gdb.base/exe-lock.exp
8540 * gdb.base/exec-invalid-sysroot.exp
8541 * gdb.base/execl-update-breakpoints.exp
8542 * gdb.base/exprs.exp
8543 * gdb.base/fileio.exp
8544 * gdb.base/find.exp
8545 * gdb.base/finish.exp
8546 * gdb.base/fixsection.exp
8547 * gdb.base/foll-vfork.exp
8548 * gdb.base/frame-args.exp
8549 * gdb.base/gcore.exp
8550 * gdb.base/gdb1250.exp
8551 * gdb.base/global-var-nested-by-dso.exp
8552 * gdb.base/gnu-ifunc.exp
8553 * gdb.base/hashline1.exp
8554 * gdb.base/hashline2.exp
8555 * gdb.base/hashline3.exp
8556 * gdb.base/hbreak-in-shr-unsupported.exp
8557 * gdb.base/huge.exp
8558 * gdb.base/infcall-input.exp
8559 * gdb.base/info-fun.exp
8560 * gdb.base/info-shared.exp
8561 * gdb.base/jit-simple.exp
8562 * gdb.base/jit-so.exp
8563 * gdb.base/jit.exp
8564 * gdb.base/jump.exp
8565 * gdb.base/label.exp
8566 * gdb.base/lineinc.exp
8567 * gdb.base/logical.exp
8568 * gdb.base/longjmp.exp
8569 * gdb.base/macscp.exp
8570 * gdb.base/miscexprs.exp
8571 * gdb.base/new-ui-echo.exp
8572 * gdb.base/new-ui-pending-input.exp
8573 * gdb.base/new-ui.exp
8574 * gdb.base/nodebug.exp
8575 * gdb.base/nofield.exp
8576 * gdb.base/offsets.exp
8577 * gdb.base/overlays.exp
8578 * gdb.base/pending.exp
8579 * gdb.base/pointers.exp
8580 * gdb.base/pr11022.exp
8581 * gdb.base/printcmds.exp
8582 * gdb.base/prologue.exp
8583 * gdb.base/ptr-typedef.exp
8584 * gdb.base/realname-expand.exp
8585 * gdb.base/relativedebug.exp
8586 * gdb.base/relocate.exp
8587 * gdb.base/remote.exp
8588 * gdb.base/reread.exp
8589 * gdb.base/return2.exp
8590 * gdb.base/savedregs.exp
8591 * gdb.base/sep.exp
8592 * gdb.base/sepdebug.exp
8593 * gdb.base/sepsymtab.exp
8594 * gdb.base/set-inferior-tty.exp
8595 * gdb.base/setshow.exp
8596 * gdb.base/shlib-call.exp
8597 * gdb.base/sigaltstack.exp
8598 * gdb.base/siginfo-addr.exp
8599 * gdb.base/signals.exp
8600 * gdb.base/signull.exp
8601 * gdb.base/sigrepeat.exp
8602 * gdb.base/so-impl-ld.exp
8603 * gdb.base/solib-display.exp
8604 * gdb.base/solib-overlap.exp
8605 * gdb.base/solib-search.exp
8606 * gdb.base/solib-symbol.exp
8607 * gdb.base/structs.exp
8608 * gdb.base/structs2.exp
8609 * gdb.base/symtab-search-order.exp
8610 * gdb.base/twice.exp
8611 * gdb.base/unload.exp
8612 * gdb.base/varargs.exp
8613 * gdb.base/watchpoint-solib.exp
8614 * gdb.base/watchpoint.exp
8615 * gdb.base/whatis.exp
8616 * gdb.base/wrong_frame_bt_full.exp
8617 * gdb.btrace/dlopen.exp
8618 * gdb.cell/ea-standalone.exp
8619 * gdb.cell/ea-test.exp
8620 * gdb.cp/dispcxx.exp
8621 * gdb.cp/gdb2384.exp
8622 * gdb.cp/method2.exp
8623 * gdb.cp/nextoverthrow.exp
8624 * gdb.cp/pr10728.exp
8625 * gdb.disasm/am33.exp
8626 * gdb.disasm/h8300s.exp
8627 * gdb.disasm/mn10300.exp
8628 * gdb.disasm/sh3.exp
8629 * gdb.dwarf2/dw2-dir-file-name.exp
8630 * gdb.fortran/complex.exp
8631 * gdb.fortran/library-module.exp
8632 * gdb.guile/scm-pretty-print.exp
8633 * gdb.guile/scm-symbol.exp
8634 * gdb.guile/scm-type.exp
8635 * gdb.guile/scm-value.exp
8636 * gdb.linespec/linespec.exp
8637 * gdb.mi/gdb701.exp
8638 * gdb.mi/gdb792.exp
8639 * gdb.mi/mi-breakpoint-changed.exp
8640 * gdb.mi/mi-dprintf-pending.exp
8641 * gdb.mi/mi-dprintf.exp
8642 * gdb.mi/mi-exit-code.exp
8643 * gdb.mi/mi-pending.exp
8644 * gdb.mi/mi-solib.exp
8645 * gdb.mi/new-ui-mi-sync.exp
8646 * gdb.mi/pr11022.exp
8647 * gdb.mi/user-selected-context-sync.exp
8648 * gdb.opt/solib-intra-step.exp
8649 * gdb.python/py-events.exp
8650 * gdb.python/py-finish-breakpoint.exp
8651 * gdb.python/py-mi.exp
8652 * gdb.python/py-prettyprint.exp
8653 * gdb.python/py-shared.exp
8654 * gdb.python/py-symbol.exp
8655 * gdb.python/py-template.exp
8656 * gdb.python/py-type.exp
8657 * gdb.python/py-value.exp
8658 * gdb.reverse/solib-precsave.exp
8659 * gdb.reverse/solib-reverse.exp
8660 * gdb.server/solib-list.exp
8661 * gdb.stabs/weird.exp
8662 * gdb.threads/reconnect-signal.exp
8663 * gdb.threads/stepi-random-signal.exp
8664 * gdb.trace/actions.exp
8665 * gdb.trace/ax.exp
8666 * gdb.trace/backtrace.exp
8667 * gdb.trace/change-loc.exp
8668 * gdb.trace/deltrace.exp
8669 * gdb.trace/ftrace-lock.exp
8670 * gdb.trace/ftrace.exp
8671 * gdb.trace/infotrace.exp
8672 * gdb.trace/mi-tracepoint-changed.exp
8673 * gdb.trace/packetlen.exp
8674 * gdb.trace/passcount.exp
8675 * gdb.trace/pending.exp
8676 * gdb.trace/range-stepping.exp
8677 * gdb.trace/report.exp
8678 * gdb.trace/stap-trace.exp
8679 * gdb.trace/tfind.exp
8680 * gdb.trace/trace-break.exp
8681 * gdb.trace/trace-condition.exp
8682 * gdb.trace/trace-enable-disable.exp
8683 * gdb.trace/trace-mt.exp
8684 * gdb.trace/tracecmd.exp
8685 * gdb.trace/tspeed.exp
8686 * gdb.trace/tsv.exp
8687 * lib/perftest.exp
8688
86892016-12-01 Luis Machado <lgustavo@codesourcery.com>
8690
8691 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8692 with gdb_test_no_output.
8693 Use command as test name.
8694
86952016-12-01 Luis Machado <lgustavo@codesourcery.com>
8696
8697 Fix test names starting with uppercase throughout the files.
8698
8699 * gdb.ada/assign_1.exp
8700 * gdb.ada/boolean_expr.exp
8701 * gdb.base/arrayidx.exp
8702 * gdb.base/del.exp
8703 * gdb.base/gcore-buffer-overflow.exp
8704 * gdb.base/testenv.exp
8705 * gdb.compile/compile.exp
8706 * gdb.python/py-framefilter-invalidarg.exp
8707 * gdb.python/py-framefilter.exp
8708
87092016-12-01 Luis Machado <lgustavo@codesourcery.com>
8710
8711 Fix test names starting with uppercase throughout the files.
8712
8713 * gdb.ada/array_return.exp
8714 * gdb.ada/expr_delims.exp
8715 * gdb.ada/mi_dyn_arr.exp
8716 * gdb.ada/mi_interface.exp
8717 * gdb.ada/mi_var_array.exp
8718 * gdb.ada/watch_arg.exp
8719 * gdb.arch/alpha-step.exp
8720 * gdb.arch/altivec-regs.exp
8721 * gdb.arch/e500-regs.exp
8722 * gdb.arch/powerpc-d128-regs.exp
8723 * gdb.base/arrayidx.exp
8724 * gdb.base/break.exp
8725 * gdb.base/checkpoint.exp
8726 * gdb.base/debug-expr.exp
8727 * gdb.base/dmsym.exp
8728 * gdb.base/radix.exp
8729 * gdb.base/sepdebug.exp
8730 * gdb.base/testenv.exp
8731 * gdb.base/watch_thread_num.exp
8732 * gdb.base/watchpoint-cond-gone.exp
8733 * gdb.cell/break.exp
8734 * gdb.cell/ea-cache.exp
8735 * gdb.compile/compile.exp
8736 * gdb.cp/gdb2495.exp
8737 * gdb.gdb/selftest.exp
8738 * gdb.gdb/xfullpath.exp
8739 * gdb.go/hello.exp
8740 * gdb.go/integers.exp
8741 * gdb.objc/basicclass.exp
8742 * gdb.pascal/hello.exp
8743 * gdb.pascal/integers.exp
8744 * gdb.python/py-breakpoint.exp
8745 * gdb.python/py-cmd.exp
8746 * gdb.python/py-linetable.exp
8747 * gdb.python/py-xmethods.exp
8748 * gdb.python/python.exp
8749 * gdb.reverse/consecutive-precsave.exp
8750 * gdb.reverse/finish-precsave.exp
8751 * gdb.reverse/i386-precsave.exp
8752 * gdb.reverse/machinestate-precsave.exp
8753 * gdb.reverse/sigall-precsave.exp
8754 * gdb.reverse/solib-precsave.exp
8755 * gdb.reverse/step-precsave.exp
8756 * gdb.reverse/until-precsave.exp
8757 * gdb.reverse/watch-precsave.exp
8758 * gdb.threads/leader-exit.exp
8759 * gdb.threads/pthreads.exp
8760 * gdb.threads/wp-replication.exp
8761 * gdb.trace/actions.exp
8762 * gdb.trace/mi-tsv-changed.exp
8763 * gdb.trace/tsv.exp
8764
87652016-12-01 Luis Machado <lgustavo@codesourcery.com>
8766
8767 Fix test names starting with uppercase throughout the files.
8768
8769 * gdb.arch/i386-bp_permanent.exp
8770 * gdb.arch/i386-gnu-cfi.exp
8771 * gdb.base/disasm-end-cu.exp
8772 * gdb.base/macscp.exp
8773 * gdb.base/pending.exp
8774 * gdb.base/watch_thread_num.exp
8775 * gdb.cp/exception.exp
8776 * gdb.cp/gdb2495.exp
8777 * gdb.cp/local.exp
8778 * gdb.python/py-evsignal.exp
8779 * gdb.python/python.exp
8780 * gdb.trace/tracecmd.exp
8781
87822016-12-01 Luis Machado <lgustavo@codesourcery.com>
8783
8784 Fix test names starting with uppercase throughout the files.
8785
8786 * gdb.base/charset.exp
8787 * gdb.base/eval.exp
8788 * gdb.base/multi-forks.exp
8789 * gdb.guile/scm-progspace.exp
8790 * gdb.opencl/datatypes.exp
8791 * gdb.python/py-block.exp
8792 * gdb.python/py-function.exp
8793 * gdb.python/py-symbol.exp
8794 * gdb.python/py-symtab.exp
8795 * gdb.python/py-xmethods.exp
8796 * gdb.reverse/break-precsave.exp
8797 * gdb.reverse/break-reverse.exp
8798 * gdb.reverse/consecutive-precsave.exp
8799 * gdb.reverse/consecutive-reverse.exp
8800 * gdb.reverse/finish-precsave.exp
8801 * gdb.reverse/finish-reverse-bkpt.exp
8802 * gdb.reverse/finish-reverse.exp
8803 * gdb.reverse/fstatat-reverse.exp
8804 * gdb.reverse/getresuid-reverse.exp
8805 * gdb.reverse/i386-precsave.exp
8806 * gdb.reverse/i386-reverse.exp
8807 * gdb.reverse/i386-sse-reverse.exp
8808 * gdb.reverse/i387-stack-reverse.exp
8809 * gdb.reverse/insn-reverse.exp
8810 * gdb.reverse/machinestate-precsave.exp
8811 * gdb.reverse/machinestate.exp
8812 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8813 * gdb.reverse/pipe-reverse.exp
8814 * gdb.reverse/readv-reverse.exp
8815 * gdb.reverse/recvmsg-reverse.exp
8816 * gdb.reverse/rerun-prec.exp
8817 * gdb.reverse/s390-mvcle.exp
8818 * gdb.reverse/sigall-precsave.exp
8819 * gdb.reverse/sigall-reverse.exp
8820 * gdb.reverse/solib-precsave.exp
8821 * gdb.reverse/solib-reverse.exp
8822 * gdb.reverse/step-precsave.exp
8823 * gdb.reverse/step-reverse.exp
8824 * gdb.reverse/time-reverse.exp
8825 * gdb.reverse/until-precsave.exp
8826 * gdb.reverse/until-reverse.exp
8827 * gdb.reverse/waitpid-reverse.exp
8828 * gdb.reverse/watch-precsave.exp
8829 * gdb.reverse/watch-reverse.exp
8830
88312016-12-01 Luis Machado <lgustavo@codesourcery.com>
8832
8833 Fix test names starting with uppercase throughout the files.
8834
8835 * gdb.arch/i386-mpx-simple_segv.exp
8836 * gdb.arch/i386-mpx.exp
8837 * gdb.arch/i386-permbkpt.exp
8838 * gdb.arch/pa-nullify.exp
8839 * gdb.arch/powerpc-d128-regs.exp
8840 * gdb.arch/vsx-regs.exp
8841 * gdb.base/bfp-test.exp
8842 * gdb.base/break.exp
8843 * gdb.base/breakpoint-shadow.exp
8844 * gdb.base/callfuncs.exp
8845 * gdb.base/charset.exp
8846 * gdb.base/commands.exp
8847 * gdb.base/completion.exp
8848 * gdb.base/dfp-test.exp
8849 * gdb.base/echo.exp
8850 * gdb.base/ending-run.exp
8851 * gdb.base/eval.exp
8852 * gdb.base/expand-psymtabs.exp
8853 * gdb.base/float128.exp
8854 * gdb.base/floatn.exp
8855 * gdb.base/foll-exec-mode.exp
8856 * gdb.base/gdb1056.exp
8857 * gdb.base/gdb11531.exp
8858 * gdb.base/kill-after-signal.exp
8859 * gdb.base/multi-forks.exp
8860 * gdb.base/overlays.exp
8861 * gdb.base/pending.exp
8862 * gdb.base/sepdebug.exp
8863 * gdb.base/testenv.exp
8864 * gdb.base/valgrind-db-attach.exp
8865 * gdb.base/watch_thread_num.exp
8866 * gdb.base/watchpoint-cond-gone.exp
8867 * gdb.base/watchpoint.exp
8868 * gdb.base/watchpoints.exp
8869 * gdb.cp/arg-reference.exp
8870 * gdb.cp/baseenum.exp
8871 * gdb.cp/operator.exp
8872 * gdb.cp/shadow.exp
8873 * gdb.dwarf2/dw2-op-out-param.exp
8874 * gdb.dwarf2/dw2-reg-undefined.exp
8875 * gdb.go/chan.exp
8876 * gdb.go/hello.exp
8877 * gdb.go/integers.exp
8878 * gdb.go/methods.exp
8879 * gdb.go/package.exp
8880 * gdb.guile/scm-parameter.exp
8881 * gdb.guile/scm-progspace.exp
8882 * gdb.guile/scm-value.exp
8883 * gdb.mi/mi-pending.exp
8884 * gdb.mi/user-selected-context-sync.exp
8885 * gdb.multi/multi-attach.exp
8886 * gdb.multi/tids.exp
8887 * gdb.opt/clobbered-registers-O2.exp
8888 * gdb.pascal/floats.exp
8889 * gdb.pascal/integers.exp
8890 * gdb.python/py-block.exp
8891 * gdb.python/py-events.exp
8892 * gdb.python/py-parameter.exp
8893 * gdb.python/py-symbol.exp
8894 * gdb.python/py-symtab.exp
8895 * gdb.python/py-type.exp
8896 * gdb.python/py-value.exp
8897 * gdb.python/py-xmethods.exp
8898 * gdb.python/python.exp
8899 * gdb.reverse/break-precsave.exp
8900 * gdb.reverse/consecutive-precsave.exp
8901 * gdb.reverse/finish-precsave.exp
8902 * gdb.reverse/i386-precsave.exp
8903 * gdb.reverse/machinestate-precsave.exp
8904 * gdb.reverse/sigall-precsave.exp
8905 * gdb.reverse/solib-precsave.exp
8906 * gdb.reverse/step-precsave.exp
8907 * gdb.reverse/until-precsave.exp
8908 * gdb.reverse/watch-precsave.exp
8909 * gdb.server/ext-attach.exp
8910 * gdb.server/ext-restart.exp
8911 * gdb.server/ext-run.exp
8912 * gdb.server/ext-wrapper.exp
8913 * gdb.stabs/gdb11479.exp
8914 * gdb.stabs/weird.exp
8915 * gdb.threads/attach-many-short-lived-threads.exp
8916 * gdb.threads/kill.exp
8917 * gdb.threads/watchpoint-fork.exp
8918
89192016-12-01 Luis Machado <lgustavo@codesourcery.com>
8920
8921 Fix test names starting with uppercase throughout all the files below.
8922
8923 * gdb.ada/array_return.exp
8924 * gdb.ada/catch_ex.exp
8925 * gdb.ada/info_exc.exp
8926 * gdb.ada/mi_catch_ex.exp
8927 * gdb.ada/mi_dyn_arr.exp
8928 * gdb.ada/mi_ex_cond.exp
8929 * gdb.ada/mi_exc_info.exp
8930 * gdb.ada/mi_interface.exp
8931 * gdb.ada/mi_task_arg.exp
8932 * gdb.ada/mi_task_info.exp
8933 * gdb.ada/mi_var_array.exp
8934 * gdb.arch/alpha-step.exp
8935 * gdb.arch/amd64-disp-step.exp
8936 * gdb.arch/arm-disp-step.exp
8937 * gdb.arch/disp-step-insn-reloc.exp
8938 * gdb.arch/e500-prologue.exp
8939 * gdb.arch/ftrace-insn-reloc.exp
8940 * gdb.arch/gdb1558.exp
8941 * gdb.arch/i386-bp_permanent.exp
8942 * gdb.arch/i386-disp-step.exp
8943 * gdb.arch/i386-float.exp
8944 * gdb.arch/i386-gnu-cfi.exp
8945 * gdb.arch/ia64-breakpoint-shadow.exp
8946 * gdb.arch/mips16-thunks.exp
8947 * gdb.arch/pa-nullify.exp
8948 * gdb.arch/powerpc-aix-prologue.exp
8949 * gdb.arch/powerpc-power.exp
8950 * gdb.arch/ppc-dfp.exp
8951 * gdb.arch/s390-tdbregs.exp
8952 * gdb.arch/spu-info.exp
8953 * gdb.arch/spu-ls.exp
8954 * gdb.arch/thumb-bx-pc.exp
8955 * gdb.base/advance.exp
8956 * gdb.base/annota-input-while-running.exp
8957 * gdb.base/arrayidx.exp
8958 * gdb.base/asmlabel.exp
8959 * gdb.base/async.exp
8960 * gdb.base/attach-wait-input.exp
8961 * gdb.base/auto-connect-native-target.exp
8962 * gdb.base/batch-preserve-term-settings.exp
8963 * gdb.base/bfp-test.exp
8964 * gdb.base/bigcore.exp
8965 * gdb.base/bp-permanent.exp
8966 * gdb.base/break-always.exp
8967 * gdb.base/break-fun-addr.exp
8968 * gdb.base/break-idempotent.exp
8969 * gdb.base/break-main-file-remove-fail.exp
8970 * gdb.base/break-probes.exp
8971 * gdb.base/break-unload-file.exp
8972 * gdb.base/break.exp
8973 * gdb.base/call-ar-st.exp
8974 * gdb.base/call-rt-st.exp
8975 * gdb.base/call-sc.exp
8976 * gdb.base/call-signal-resume.exp
8977 * gdb.base/call-strs.exp
8978 * gdb.base/callexit.exp
8979 * gdb.base/callfuncs.exp
8980 * gdb.base/catch-gdb-caused-signals.exp
8981 * gdb.base/catch-signal-siginfo-cond.exp
8982 * gdb.base/catch-syscall.exp
8983 * gdb.base/compare-sections.exp
8984 * gdb.base/cond-eval-mode.exp
8985 * gdb.base/condbreak-call-false.exp
8986 * gdb.base/consecutive-step-over.exp
8987 * gdb.base/cursal.exp
8988 * gdb.base/disabled-location.exp
8989 * gdb.base/disasm-end-cu.exp
8990 * gdb.base/display.exp
8991 * gdb.base/double-prompt-target-event-error.exp
8992 * gdb.base/dprintf-bp-same-addr.exp
8993 * gdb.base/dprintf-detach.exp
8994 * gdb.base/dprintf-next.exp
8995 * gdb.base/dprintf-non-stop.exp
8996 * gdb.base/dprintf-pending.exp
8997 * gdb.base/dso2dso.exp
8998 * gdb.base/ending-run.exp
8999 * gdb.base/enum_cond.exp
9000 * gdb.base/examine-backward.exp
9001 * gdb.base/exe-lock.exp
9002 * gdb.base/exec-invalid-sysroot.exp
9003 * gdb.base/execl-update-breakpoints.exp
9004 * gdb.base/execution-termios.exp
9005 * gdb.base/fileio.exp
9006 * gdb.base/fixsection.exp
9007 * gdb.base/foll-exec-mode.exp
9008 * gdb.base/foll-exec.exp
9009 * gdb.base/fork-running-state.exp
9010 * gdb.base/frame-args.exp
9011 * gdb.base/fullpath-expand.exp
9012 * gdb.base/func-ptr.exp
9013 * gdb.base/gcore-relro-pie.exp
9014 * gdb.base/gdb1090.exp
9015 * gdb.base/gdb1555.exp
9016 * gdb.base/global-var-nested-by-dso.exp
9017 * gdb.base/gnu-ifunc.exp
9018 * gdb.base/hbreak-in-shr-unsupported.exp
9019 * gdb.base/hbreak-unmapped.exp
9020 * gdb.base/hook-stop.exp
9021 * gdb.base/infcall-input.exp
9022 * gdb.base/info-fun.exp
9023 * gdb.base/info-shared.exp
9024 * gdb.base/interrupt-noterm.exp
9025 * gdb.base/jit-so.exp
9026 * gdb.base/jit.exp
9027 * gdb.base/line-symtabs.exp
9028 * gdb.base/list.exp
9029 * gdb.base/longjmp.exp
9030 * gdb.base/macscp.exp
9031 * gdb.base/max-value-size.exp
9032 * gdb.base/nodebug.exp
9033 * gdb.base/nofield.exp
9034 * gdb.base/overlays.exp
9035 * gdb.base/paginate-after-ctrl-c-running.exp
9036 * gdb.base/paginate-bg-execution.exp
9037 * gdb.base/paginate-inferior-exit.exp
9038 * gdb.base/pending.exp
9039 * gdb.base/pr11022.exp
9040 * gdb.base/printcmds.exp
9041 * gdb.base/ptr-typedef.exp
9042 * gdb.base/ptype.exp
9043 * gdb.base/randomize.exp
9044 * gdb.base/range-stepping.exp
9045 * gdb.base/realname-expand.exp
9046 * gdb.base/relativedebug.exp
9047 * gdb.base/remote.exp
9048 * gdb.base/savedregs.exp
9049 * gdb.base/sepdebug.exp
9050 * gdb.base/set-noassign.exp
9051 * gdb.base/shlib-call.exp
9052 * gdb.base/shreloc.exp
9053 * gdb.base/sigaltstack.exp
9054 * gdb.base/sigbpt.exp
9055 * gdb.base/siginfo-addr.exp
9056 * gdb.base/siginfo-obj.exp
9057 * gdb.base/siginfo-thread.exp
9058 * gdb.base/signest.exp
9059 * gdb.base/signull.exp
9060 * gdb.base/sigrepeat.exp
9061 * gdb.base/skip.exp
9062 * gdb.base/so-impl-ld.exp
9063 * gdb.base/solib-corrupted.exp
9064 * gdb.base/solib-disc.exp
9065 * gdb.base/solib-display.exp
9066 * gdb.base/solib-overlap.exp
9067 * gdb.base/solib-search.exp
9068 * gdb.base/solib-symbol.exp
9069 * gdb.base/source-execution.exp
9070 * gdb.base/sss-bp-on-user-bp-2.exp
9071 * gdb.base/sss-bp-on-user-bp.exp
9072 * gdb.base/stack-checking.exp
9073 * gdb.base/stale-infcall.exp
9074 * gdb.base/step-break.exp
9075 * gdb.base/step-line.exp
9076 * gdb.base/step-over-exit.exp
9077 * gdb.base/step-test.exp
9078 * gdb.base/structs.exp
9079 * gdb.base/sym-file.exp
9080 * gdb.base/symtab-search-order.exp
9081 * gdb.base/term.exp
9082 * gdb.base/type-opaque.exp
9083 * gdb.base/unload.exp
9084 * gdb.base/until-nodebug.exp
9085 * gdb.base/until.exp
9086 * gdb.base/unwindonsignal.exp
9087 * gdb.base/watch-cond.exp
9088 * gdb.base/watch-non-mem.exp
9089 * gdb.base/watch_thread_num.exp
9090 * gdb.base/watchpoint-reuse-slot.exp
9091 * gdb.base/watchpoint-solib.exp
9092 * gdb.base/watchpoint.exp
9093 * gdb.btrace/dlopen.exp
9094 * gdb.cell/arch.exp
9095 * gdb.cell/break.exp
9096 * gdb.cell/bt.exp
9097 * gdb.cell/core.exp
9098 * gdb.cell/data.exp
9099 * gdb.cell/dwarfaddr.exp
9100 * gdb.cell/ea-cache.exp
9101 * gdb.cell/ea-standalone.exp
9102 * gdb.cell/ea-test.exp
9103 * gdb.cell/f-regs.exp
9104 * gdb.cell/fork.exp
9105 * gdb.cell/gcore.exp
9106 * gdb.cell/mem-access.exp
9107 * gdb.cell/ptype.exp
9108 * gdb.cell/registers.exp
9109 * gdb.cell/sizeof.exp
9110 * gdb.cell/solib-symbol.exp
9111 * gdb.cell/solib.exp
9112 * gdb.compile/compile-tls.exp
9113 * gdb.cp/exception.exp
9114 * gdb.cp/gdb2495.exp
9115 * gdb.cp/local.exp
9116 * gdb.cp/mb-inline.exp
9117 * gdb.cp/mb-templates.exp
9118 * gdb.cp/pr10687.exp
9119 * gdb.cp/pr9167.exp
9120 * gdb.cp/scope-err.exp
9121 * gdb.cp/templates.exp
9122 * gdb.cp/virtfunc.exp
9123 * gdb.dwarf2/dw2-dir-file-name.exp
9124 * gdb.dwarf2/dw2-single-line-discriminators.exp
9125 * gdb.fortran/complex.exp
9126 * gdb.fortran/library-module.exp
9127 * gdb.guile/guile.exp
9128 * gdb.guile/scm-cmd.exp
9129 * gdb.guile/scm-frame-inline.exp
9130 * gdb.guile/scm-objfile.exp
9131 * gdb.guile/scm-pretty-print.exp
9132 * gdb.guile/scm-symbol.exp
9133 * gdb.guile/scm-type.exp
9134 * gdb.guile/scm-value.exp
9135 * gdb.linespec/keywords.exp
9136 * gdb.linespec/ls-errs.exp
9137 * gdb.linespec/macro-relative.exp
9138 * gdb.linespec/thread.exp
9139 * gdb.mi/mi-breakpoint-changed.exp
9140 * gdb.mi/mi-dprintf-pending.exp
9141 * gdb.mi/mi-fullname-deleted.exp
9142 * gdb.mi/mi-logging.exp
9143 * gdb.mi/mi-pending.exp
9144 * gdb.mi/mi-solib.exp
9145 * gdb.mi/new-ui-mi-sync.exp
9146 * gdb.mi/user-selected-context-sync.exp
9147 * gdb.multi/dummy-frame-restore.exp
9148 * gdb.multi/multi-arch-exec.exp
9149 * gdb.multi/remove-inferiors.exp
9150 * gdb.multi/watchpoint-multi-exit.exp
9151 * gdb.opt/solib-intra-step.exp
9152 * gdb.perf/backtrace.exp
9153 * gdb.perf/single-step.exp
9154 * gdb.perf/skip-command.exp
9155 * gdb.perf/skip-prologue.exp
9156 * gdb.perf/solib.exp
9157 * gdb.python/lib-types.exp
9158 * gdb.python/py-as-string.exp
9159 * gdb.python/py-bad-printers.exp
9160 * gdb.python/py-block.exp
9161 * gdb.python/py-breakpoint.exp
9162 * gdb.python/py-cmd.exp
9163 * gdb.python/py-events.exp
9164 * gdb.python/py-evthreads.exp
9165 * gdb.python/py-finish-breakpoint.exp
9166 * gdb.python/py-finish-breakpoint2.exp
9167 * gdb.python/py-frame-inline.exp
9168 * gdb.python/py-frame.exp
9169 * gdb.python/py-inferior.exp
9170 * gdb.python/py-infthread.exp
9171 * gdb.python/py-mi.exp
9172 * gdb.python/py-objfile.exp
9173 * gdb.python/py-pp-maint.exp
9174 * gdb.python/py-pp-registration.exp
9175 * gdb.python/py-prettyprint.exp
9176 * gdb.python/py-recurse-unwind.exp
9177 * gdb.python/py-shared.exp
9178 * gdb.python/py-symbol.exp
9179 * gdb.python/py-symtab.exp
9180 * gdb.python/py-template.exp
9181 * gdb.python/py-type.exp
9182 * gdb.python/py-unwind-maint.exp
9183 * gdb.python/py-unwind.exp
9184 * gdb.python/py-value.exp
9185 * gdb.python/python.exp
9186 * gdb.reverse/finish-reverse-bkpt.exp
9187 * gdb.reverse/insn-reverse.exp
9188 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9189 * gdb.reverse/solib-precsave.exp
9190 * gdb.reverse/solib-reverse.exp
9191 * gdb.stabs/gdb11479.exp
9192 * gdb.stabs/weird.exp
9193 * gdb.threads/fork-child-threads.exp
9194 * gdb.threads/fork-plus-threads.exp
9195 * gdb.threads/fork-thread-pending.exp
9196 * gdb.threads/forking-threads-plus-breakpoint.exp
9197 * gdb.threads/hand-call-in-threads.exp
9198 * gdb.threads/interrupted-hand-call.exp
9199 * gdb.threads/linux-dp.exp
9200 * gdb.threads/local-watch-wrong-thread.exp
9201 * gdb.threads/next-while-other-thread-longjmps.exp
9202 * gdb.threads/non-ldr-exit.exp
9203 * gdb.threads/pending-step.exp
9204 * gdb.threads/print-threads.exp
9205 * gdb.threads/process-dies-while-detaching.exp
9206 * gdb.threads/process-dies-while-handling-bp.exp
9207 * gdb.threads/pthreads.exp
9208 * gdb.threads/queue-signal.exp
9209 * gdb.threads/reconnect-signal.exp
9210 * gdb.threads/signal-command-handle-nopass.exp
9211 * gdb.threads/signal-command-multiple-signals-pending.exp
9212 * gdb.threads/signal-delivered-right-thread.exp
9213 * gdb.threads/signal-sigtrap.exp
9214 * gdb.threads/sigthread.exp
9215 * gdb.threads/staticthreads.exp
9216 * gdb.threads/stepi-random-signal.exp
9217 * gdb.threads/thread-unwindonsignal.exp
9218 * gdb.threads/thread_check.exp
9219 * gdb.threads/thread_events.exp
9220 * gdb.threads/tid-reuse.exp
9221 * gdb.threads/tls-nodebug.exp
9222 * gdb.threads/tls-shared.exp
9223 * gdb.threads/tls-so_extern.exp
9224 * gdb.threads/tls.exp
9225 * gdb.threads/wp-replication.exp
9226 * gdb.trace/actions-changed.exp
9227 * gdb.trace/actions.exp
9228 * gdb.trace/backtrace.exp
9229 * gdb.trace/change-loc.exp
9230 * gdb.trace/collection.exp
9231 * gdb.trace/deltrace.exp
9232 * gdb.trace/disconnected-tracing.exp
9233 * gdb.trace/entry-values.exp
9234 * gdb.trace/ftrace-lock.exp
9235 * gdb.trace/ftrace.exp
9236 * gdb.trace/infotrace.exp
9237 * gdb.trace/mi-trace-frame-collected.exp
9238 * gdb.trace/mi-trace-unavailable.exp
9239 * gdb.trace/mi-traceframe-changed.exp
9240 * gdb.trace/mi-tracepoint-changed.exp
9241 * gdb.trace/mi-tsv-changed.exp
9242 * gdb.trace/no-attach-trace.exp
9243 * gdb.trace/packetlen.exp
9244 * gdb.trace/passc-dyn.exp
9245 * gdb.trace/passcount.exp
9246 * gdb.trace/pending.exp
9247 * gdb.trace/pr16508.exp
9248 * gdb.trace/qtro.exp
9249 * gdb.trace/range-stepping.exp
9250 * gdb.trace/read-memory.exp
9251 * gdb.trace/report.exp
9252 * gdb.trace/save-trace.exp
9253 * gdb.trace/signal.exp
9254 * gdb.trace/stap-trace.exp
9255 * gdb.trace/status-stop.exp
9256 * gdb.trace/strace.exp
9257 * gdb.trace/tfile.exp
9258 * gdb.trace/tfind.exp
9259 * gdb.trace/trace-break.exp
9260 * gdb.trace/trace-condition.exp
9261 * gdb.trace/trace-enable-disable.exp
9262 * gdb.trace/trace-mt.exp
9263 * gdb.trace/tracecmd.exp
9264 * gdb.trace/tracefile-pseudo-reg.exp
9265 * gdb.trace/tspeed.exp
9266 * gdb.trace/tstatus.exp
9267 * gdb.trace/tsv.exp
9268 * gdb.trace/unavailable.exp
9269 * gdb.trace/while-dyn.exp
9270 * gdb.trace/while-stepping.exp
9271 * lib/gdb-guile.exp
9272 * lib/gdb.exp
9273 * lib/mi-support.exp
9274 * lib/pascal.exp
9275 * lib/perftest.exp
9276 * lib/prelink-support.exp
9277 * lib/selftest-support.exp
9278
92792016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9280
9281 * Makefile.in: Include disable-implicit-rules.mk.
9282
92832016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9284
9285 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9286 non-byte-aligned bit fields.
9287
92882016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9289
9290 PR gdb/12616
9291 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9292 respects the DW_AT_data_bit_offset attribute.
9293
92942016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9295
9296 * gdb.base/default.exp: Fix output of "set language".
9297
92982016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9299
9300 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9301 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9302 make.
9303 * configure.ac: Remove checks for the make program.
9304 * configure: Re-generate.
9305
93062016-11-16 Kevin Buettner <kevinb@redhat.com>
9307
9308 * gdb.python/py-recurse-unwind.c (main): Add loop.
9309 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9310 to read_register() and gdb.parse_and_eval(). Make each code
9311 call a separate case that can be individually tested.
9312 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9313 proc. Call cont_and_backtrace for each of the code paths that
9314 we want to test in the unwinder.
9315
93162016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9317
9318 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9319 the definition of struct S.
9320
93212016-11-11 Catherine Moore <clm@codesourcery.com>
9322
9323 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9324
93252016-11-09 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.base/commands.exp (runto_or_return): New procedure.
9328 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9329 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9330 (progvar_simple_while_test, progvar_complex_if_while_test)
9331 (if_while_breakpoint_command_test)
9332 (infrun_breakpoint_command_test, breakpoint_command_test)
9333 (user_defined_command_test, watchpoint_command_test)
9334 (test_command_prompt_position, redefine_hook_test)
9335 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9336 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9337 multi_line_input and multi_line. Remove gdb_expect and
9338 gdb_stop_suppressing_tests uses.
9339 * lib/gdb.exp (valnum_re): New global.
9340 (multi_line_input): New procedure.
9341
93422016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9343
9344 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9345 Remove.
9346 (test_setup): Define with proc_with_prefix.
9347 (test_cli_inferior): Likewise.
9348 (test_cli_thread): Likewise.
9349 (test_cli_frame): Likewise.
9350 (test_cli_select_frame): Likewise.
9351 (test_cli_up_down): Likewise.
9352 (test_mi_thread_select): Likewise.
9353 (test_mi_stack_select_frame): Likewise.
9354 (test_cli_in_mi_inferior): Likewise.
9355 (test_cli_in_mi_thread): Likewise.
9356 (test_cli_in_mi_frame): Likewise.
9357 (top level): Do not use with_test_prefix_procname.
9358
93592016-11-09 Pedro Alves <palves@redhat.com>
9360
9361 * gdb.base/commands.exp (gdbvar_simple_if_test)
9362 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9363 (progvar_simple_if_test, progvar_simple_while_test)
9364 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9365 (infrun_breakpoint_command_test, breakpoint_command_test)
9366 (user_defined_command_test, watchpoint_command_test)
9367 (test_command_prompt_position, deprecated_command_test)
9368 (bp_deleted_in_command, temporary_breakpoint_commands)
9369 (stray_arg0_test, source_file_with_indented_comment)
9370 (recursive_source_test, if_commands_test)
9371 (error_clears_commands_left, redefine_hook_test)
9372 (redefine_backtrace_test): Use proc_with_prefix.
9373 * lib/gdb.exp (proc_with_prefix): New proc.
9374
93752016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9376
9377 * gdb.base/tui-layout.c: New file.
9378 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9379 disassembly window contains very long lines.
9380
93812016-11-08 Tom Tromey <tom@tromey.com>
9382
9383 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9384 depend on Python 2.
9385
93862016-11-08 Tom Tromey <tom@tromey.com>
9387
9388 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9389 New method.
9390
93912016-10-29 Manish Goregaokar <manish@mozilla.com>
9392
9393 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
9394
93952016-10-27 Manish Goregaokar <manish@mozilla.com>
9396
9397 * gdb.rust/simple.rs: Add test for univariant enums without
9398 discriminants and for encoded struct-like enums.
9399
94002016-10-28 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9403 gdb_test_multiple, tighten regexps and match symtabs and line
9404 tables incrementally.
9405
94062016-10-28 Luis Machado <lgustavo@codesourcery.com>
9407
9408 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9409 general.
9410
94112016-10-25 Luis Machado <lgustavo@codesourcery.com>
9412
9413 * gdb.base/exec-invalid-sysroot.exp: New file.
9414
94152016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9418
94192016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9422
94232016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9424
9425 * gdb.base/killed-outside.exp: Remove $options from a call to
9426 `prepare_for_testing'.
9427
94282016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9429
9430 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9431 Change test message.
9432
94332016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9434
9435 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9436 Update comment.
9437
94382016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9439
9440 * gdb.trace/mi-trace-save.exp: New file.
9441
94422016-10-13 Yao Qi <yao.qi@linaro.org>
9443
9444 * gdb.base/code_elim.exp (get_var_address): Remove.
9445 * gdb.base/relocate.exp: Likewise.
9446 * gdb.base/shreloc.exp: Likewise.
9447 * lib/gdb.exp (get_var_address): New.
9448
94492016-10-13 Yao Qi <yao.qi@linaro.org>
9450
9451 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9452 floating point tests if $skip_float_test is false.
9453
94542016-10-12 Luis Machado <lgustavo@codesourcery.com>
9455
9456 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9457 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9458 argc values.
9459 Add 1 to argc so we guarantee distinct initial/modified argc values.
9460
94612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9464
94652016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9468 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9469 * gdb.arch/vsx-regs.exp: Likewise.
9470
94712016-10-07 Yao Qi <yao.qi@linaro.org>
9472
9473 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9474
94752016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9476
9477 * gdb.python/python.exp: Test decode_line("*0").
9478
94792016-10-06 Doug Evans <dje@google.com>
9480
9481 * gdb.python/py-value.exp (test_value_creation): Add test for large
9482 unsigned 64-bit value.
9483
94842016-10-06 Tom Tromey <tom@tromey.com>
9485
9486 * gdb.compile/compile.exp: Change java tests to rust.
9487 * gdb.base/setshow.exp: Change java tests to rust.
9488 * gdb.base/default.exp: Remove java from language list.
9489 * README (Examples): Update language example.
9490 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9491 test.
9492 * lib/gdb.exp (skip_java_tests): Remove.
9493 * lib/java.exp: Remove.
9494 * gdb.java: Remove.
9495
94962016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9497
9498 * gdb.arch/mips-fcr.exp: New test.
9499 * gdb.arch/mips-fcr.c: Source for the new test.
9500
95012016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9502
9503 * gdb.base/solib-disc.exp: Use `standard_output_file'
9504 throughout.
9505
95062016-10-06 Pedro Alves <palves@redhat.com>
9507
9508 * gdb.base/jit-simple-dl.c: New file.
9509 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9510 * gdb.base/jit-simple.c: ... this.
9511 * gdb.base/jit-simple.exp (jit_run): Delete.
9512 (build_jit): New proc.
9513 (jit_test_reread): Recompile either the main program or the shared
9514 library, depending on what is being tested. Skip changing address
9515 if caller wants to. Compare before/after addresses. If testing
9516 standalone, explicitly load the binary. Test "maint info
9517 breakpoints".
9518 (top level): Add "standalone vs shared lib" and "change address"
9519 vs "same address" axes.
9520
95212016-10-06 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9524 call.
9525 (jit_run): Delete.
9526 (jit_test_reread): Use with_test_prefix. Reload the main binary
9527 explicitly. Compare the before/after addresses of the JIT
9528 descriptor.
9529
95302016-08-15 Doug Evans <dje@google.com>
9531
9532 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9533 for single bitfields is bool.
9534 * gdb.xml/tdesc-regs.exp: Ditto.
9535
95362016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9537
9538 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9539
95402016-10-05 Yao Qi <yao.qi@linaro.org>
9541
9542 * lib/gdb.exp (support_complex_tests): Return zero if
9543 gdb_skip_float_test return true.
9544
95452016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9546 Simon Marchi <simon.marchi@ericsson.com>
9547
9548 PR gdb/20487
9549 * gdb.mi/user-selected-context-sync.exp: New file.
9550 * gdb.mi/user-selected-context-sync.c: New file.
9551
95522016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
9553 Simon Marchi <simon.marchi@ericsson.com>
9554
9555 PR gdb/20487
9556 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9557 =thread-select-event check.
9558
95592016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9560
9561 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9562 the compulsory L operand changes.
9563 * gdb.arch/powerpc-power.s: Likewise.
9564
95652016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9566
9567 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9568 * gdb.base/jit-attach-pie.c: New file.
9569 * gdb.base/jit-attach-pie.exp: New file.
9570
95712016-09-28 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.base/infcall-input.c: New file.
9574 * gdb.base/infcall-input.exp: New file.
9575
95762016-09-22 Yao Qi <yao.qi@linaro.org>
9577
9578 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9579 (gdb_exit): Rename it to ...
9580 (gdbserver_gdb_exit): ... Close GDBserver.
9581 (gdb_exit): New proc, call gdbserver_gdb_exit.
9582 (mi_gdb_exit): Likewise.
9583
95842016-09-22 Yao Qi <yao.qi@linaro.org>
9585
9586 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9587 path.
9588 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9589 Remove duplication.
9590
95912016-09-22 Yao Qi <yao.qi@linaro.org>
9592
9593 * lib/gdbserver-support.exp: Check the existence of
9594 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9595
95962016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9597
9598 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9599
96002016-09-21 Tom Tromey <tom@tromey.com>
9601
9602 PR gdb/20604:
9603 * gdb.base/quit.exp: New file.
9604
96052016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9606
9607 * .gitignore: New file.
9608
96092016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9610
9611 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9612 throughout.
9613
96142016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9615
9616 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9617
96182016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9619
9620 * gdb.cp/casts.cc (decltype): Move it ...
9621 (main): ... with its call to ...
9622 * gdb.cp/casts03.cc: ... a new file.
9623 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9624
96252016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9626
9627 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9628
96292016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9630
9631 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9632 and sync up the test with tests in gas/testsuite/gas/ppc.
9633 * gdb.arch/powerpc-power.exp: Likewise.
9634
96352016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9638
96392016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9640 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9643 make m1's definition to be different from m2's. Use 'dummy' as an
9644 argument for probe 'two'.
9645
96462016-09-10 Jon Beniston <jon@beniston.com>
9647
9648 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9649 for sim target.
9650
96512016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9652
9653 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9654 variable declaration.
9655 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9656 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9657 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9658 received HWCAP as its argument.
9659
96602016-09-06 Pedro Alves <palves@redhat.com>
9661
9662 * gdb.base/new-ui-pending-input.c: New file.
9663 * gdb.base/new-ui-pending-input.exp: New file.
9664 * gdb.exp (clear_gdb_spawn_id): New procedure.
9665 (with_spawn_id): Check whether gdb_spawn_id exists before
9666 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9667 on exit.
9668
96692016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9670
9671 * gdb.base/float128.c: New file.
9672 * gdb.base/float128.exp: Likewise.
9673 * gdb.base/floatn.c: Likewise.
9674 * gdb.base/floatn.exp: Likewise.
9675
96762016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9677
9678 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9679
96802016-09-05 Pedro Alves <palves@redhat.com>
9681
9682 PR backtrace/19927
9683 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9684 unwinders are immediately called as side effect of "source" or
9685 "disable unwinder" commands.
9686 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9687
96882016-09-02 Yao Qi <yao.qi@linaro.org>
9689
9690 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9691 is true and $type is "float" or "double".
9692
96932016-09-02 Yao Qi <yao.qi@linaro.org>
9694
9695 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9696 true.
9697 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9698 * gdb.base/call-rt-st.exp: Likewise.
9699 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9700 return value instead of gdb,skip_float_test.
9701 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9702 (do_function_calls): Use its return value instead of
9703 gdb,skip_float_test.
9704 * gdb.base/finish.exp: Likewise.
9705 * gdb.base/funcargs.exp: Likewise.
9706 * gdb.base/return.exp: Likewise.
9707 * gdb.base/return2.exp: Likewise.
9708 * gdb.base/varargs.exp: Likewise.
9709 * lib/gdb.exp (gdb_skip_float_test): Change it to
9710 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9711
97122016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9713
9714 * gdb.multi/tids.exp: Test "thread apply all".
9715
97162016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9717
9718 * gdb.base/default.exp (tty): Remove.
9719
97202016-08-24 Kevin Buettner <kevinb@redhat.com>
9721
9722 * gdb.python/py-recurse-unwind.c: New file.
9723 * gdb.python/py-recurse-unwind.py: New file.
9724 * gdb.python/py-recurse-unwind.exp: New file.
9725
97262016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9727
9728 * gdb.base/set-inferior-tty.exp: New file.
9729 * gdb.base/set-inferior-tty.c: New file.
9730
97312016-08-23 Pedro Alves <palves@redhat.com>
9732
9733 PR gdb/20494
9734 * gdb.base/new-ui-echo.c: New file.
9735 * gdb.base/new-ui-echo.exp: New file.
9736
97372016-08-23 Yao Qi <yao.qi@linaro.org>
9738
9739 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9740 gdbserver_spawn.
9741 * gdb.server/connect-without-multi-process.exp (do_test):
9742 Likewise.
9743
97442016-08-23 Yao Qi <yao.qi@linaro.org>
9745
9746 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9747 standalone_txt. Delete gdb_txt and standalone_txt on host
9748 and target. Spawn the binary on target. Copy files from
9749 target to host.
9750
97512016-08-22 Pedro Alves <palves@redhat.com>
9752
9753 PR gdb/20505
9754 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9755 with_test_prefix. Factor out bits to ...
9756 (test_no_vdso): ... this new procedure.
9757
97582016-08-19 Carl Love <cel@us.ibm.com>
9759
9760 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9761 maintaining separate logic for constructing the output path.
9762 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9763 * gdb.arch/ppc-dfp.exp: Likewise.
9764 * gdb.arch/ppc-fp.exp: Likewise.
9765 * gdb.arch/vsx-regs.exp: Likewise.
9766 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9767 binprefix for generating the additional binary files.
9768
97692016-08-19 Pedro Alves <palves@redhat.com>
9770
9771 * gdb.trace/mi-trace-frame-collected.exp
9772 (test_trace_frame_collected): On x32, expect two registers.
9773
97742016-08-18 Carl Love <cel@us.ibm.com>
9775
9776 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9777 and sync up the test with tests in gas/testsuite/gas/ppc.
9778 * gdb.arch/powerpc-power.exp: Likewise.
9779
97802016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9781
9782 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9783 expected error message.
9784
97852016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9786
9787 * gdb.multi/remove-inferiors.exp: New file.
9788 * gdb.multi/remove-inferiors.c: New file.
9789
97902016-08-12 Yao Qi <yao.qi@linaro.org>
9791
9792 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9793 argument list.
9794
97952016-08-10 Pedro Alves <palves@redhat.com>
9796
9797 PR gdb/19187
9798 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9799 setup_kfails.
9800
98012016-08-09 Pedro Alves <palves@redhat.com>
9802 Simon Marchi <simon.marchi@ericsson.com>
9803
9804 PR gdb/20418
9805 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9806 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9807
98082016-08-09 Pedro Alves <palves@redhat.com>
9809
9810 PR mi/20431
9811 * gdb.mi/mi-cmd-error.exp: New file.
9812
98132016-08-09 Pedro Alves <palves@redhat.com>
9814
9815 PR gdb/18653
9816 * gdb.base/signals-state-child.c: New file.
9817 * gdb.base/signals-state-child.exp: New file.
9818 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9819
98202016-08-09 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9823
98242016-08-03 Tom Tromey <tom@tromey.com>
9825
9826 PR python/18565:
9827 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9828
98292016-08-01 Yao Qi <yao.qi@linaro.org>
9830
9831 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9832 variable mode to "multi-process" if $multi_process is 1, otherwise
9833 set it to "single-process".
9834
98352016-08-01 Yao Qi <yao.qi@linaro.org>
9836
9837 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9838 * gdb.cp/cpexprs.exp: Likewise.
9839 * gdb.cp/m-static.exp: Likewise.
9840
98412016-07-26 Tom Tromey <tom@tromey.com>
9842
9843 PR python/20190:
9844 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9845 test.
9846
98472016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9848
9849 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9850 selecting assembly source files.
9851 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9852 assembly source files.
9853 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9854 assembly source files.
9855 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9856 selecting assembly source files.
9857
98582016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9859
9860 * gdb.base/new-ui.exp (do_test_invalid_args): New
9861 procedure.
9862
98632016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9864
9865 * gdb.btrace/reconnect.c: New file.
9866 * gdb.btrace/reconnect.exp: New file.
9867
98682016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9869
9870 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9871 to test_catch_syscall_group.
9872 (test_catch_syscall_group): New.
9873
98742016-07-21 Tom Tromey <tom@tromey.com>
9875
9876 * gdb.rust/simple.rs (main): Use empty struct expression.
9877 * gdb.rust/simple.exp: Add tests for empty struct expression.
9878
98792016-07-21 Yao Qi <yao.qi@linaro.org>
9880
9881 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9882 if gdb_skip_xml_test is true on some targets.
9883
98842016-07-21 Yao Qi <yao.qi@linaro.org>
9885
9886 * gdb.server/solib-list.exp: Unset last_loaded_file.
9887
98882016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9889
9890 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9891 "step into captured_main (args)".
9892
98932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9896
98972016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9898
9899 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9900
99012016-07-19 Pedro Alves <palves@redhat.com>
9902
9903 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9904 * gdb.opt/inline-bt.exp: Likewise.
9905 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9906 additional_flags=-Winline.
9907 * gdb.opt/inline-locals.exp: Likewise.
9908 * gdb.opt/inline-markers.c (ATTR): Define.
9909 (inlined_fn): Use it.
9910
99112016-07-19 Yao Qi <yao.qi@linaro.org>
9912
9913 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9914 (test_with_self): Remove some code. Remove argument executable.
9915 (top-level): Use do_self_tests.
9916
99172016-07-15 Zachary Welch <zwelch@codesourcery.com>
9918 Don Breazeal <donb@codesourcery.com>
9919
9920 * gdb.base/maint.exp: Escape paths used in regular expressions.
9921 * gdb.stabs/weird.exp: Likewise.
9922
99232016-07-13 Tom Tromey <tom@tromey.com>
9924
9925 PR python/15620, PR python/18620:
9926 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9927 (test_bkpt_events): New procs.
9928
99292016-07-13 Tom Tromey <tom@tromey.com>
9930
9931 PR python/17698:
9932 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9933 test.
9934 (test_watchpoints): Likewise.
9935 (test_bkpt_pending): New proc.
9936
99372016-07-13 Tom Tromey <tom@tromey.com>
9938
9939 PR cli/18053:
9940 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9941 completion test.
9942
99432016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9944
9945 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9946 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9947 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9948 f_label.
9949 (g): Rename g_end_lbl to g_label.
9950 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9951 low_pc and high_pc.
9952 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9953
99542016-07-12 Tom Tromey <tom@tromey.com>
9955
9956 PR python/19293:
9957 * gdb.python/py-unwind-maint.exp: Update tests.
9958
99592016-07-12 Yao Qi <yao.qi@linaro.org>
9960
9961 * lib/selftest-support.exp (selftest_setup): Match the output
9962 when captured_main is inlined.
9963
99642016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9965
9966 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9967 New variables.
9968 (print this%a, print this%b, print this): New tests.
9969 * gdb.fortran/derived-types.f90 (this): New object and
9970 initialization.
9971
99722016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9973
9974 * gdb.ada/arraydim.exp: Remove extra directory level in build
9975 directory.
9976
99772016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9978
9979 * lib/ada.exp: Remove extra directory level in build directory.
9980 * gdb.ada/cond_lang.exp: Likewise.
9981 * gdb.ada/exec_changed.exp: Likewise.
9982 * gdb.ada/lang_switch.exp: Likewise.
9983
99842016-07-06 Manish Goregaokar <manish@mozilla.com>
9985
9986 * simple.rs: Add test for raw pointer subscripting.
9987 * simple.exp: Add test expectations.
9988
99892016-07-05 Yao Qi <yao.qi@linaro.org>
9990
9991 * gdb.mi/mi-reverse.exp: Match =record-started output.
9992
99932016-07-01 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9996 procedure.
9997 (jit_reader_test): Test the jit reader's unwinder.
9998 * gdb.base/jithost.c (jit_function_00_code): New global.
9999 (main): Use memcpy to fill in the mmapped code, instead of poking
10000 bytes manually here.
10001 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
10002 value.
10003 (read_debug_info): Save the function's range.
10004 (read_sp): New function.
10005 (unwind_frame): Use it. Also unwind RBP.
10006 (get_frame_id): Use read_sp.
10007 (gdb_init_reader): Use calloc instead of malloc.
10008 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
10009 parameter. Use gdb_test_multiple.
10010
100112016-07-01 Pedro Alves <palves@redhat.com>
10012 Antoine Tremblay <antoine.tremblay@ericsson.com>
10013
10014 * gdb.threads/process-dies-while-detaching.c: New file.
10015 * gdb.threads/process-dies-while-detaching.exp: New file.
10016
100172016-07-01 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.multi/watchpoint-multi-exit.c: New file.
10020 * gdb.multi/watchpoint-multi-exit.exp: New file.
10021
100222016-06-30 Pedro Alves <palves@redhat.com>
10023
10024 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
10025 unset inferior_spawn_id.
10026
100272016-06-30 Pedro Alves <palves@redhat.com>
10028
10029 * lib/mi-support.exp (default_mi_gdb_start): Declare global
10030 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
10031
100322016-06-29 Yao Qi <yao.qi@linaro.org>
10033
10034 * gdb.base/return.c: Add copyright header.
10035
100362016-06-29 Tom Tromey <tom@tromey.com>
10037
10038 PR python/20129:
10039 * gdb.python/py-framefilter.exp: Add tests for setting priority
10040 and disabling of non-existent frame filter.
10041
100422016-06-29 Yao Qi <yao.qi@linaro.org>
10043
10044 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
10045 0x0f07ff.
10046
100472016-06-28 Yao Qi <yao.qi@linaro.org>
10048
10049 * gdb.base/catch-syscall.exp: Remove check on isnative and target
10050 triplets. Start gdb, execute catch syscall, and continue. Check
10051 gdb's output to determine catch syscall is supported.
10052
100532016-06-27 Manish Goregaokar <manish@mozilla.com>
10054
10055 * gdb.rust/simple.rs: Add test for returning unit in a function.
10056 * gdb.rust/simple.exp: Add expectation for functions returning
10057 unit.
10058
100592016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
10060
10061 * gdb.python/py-breakpoint-create-fail.c,
10062 gdb.python/py-breakpoint-create-fail.exp,
10063 gdb.python/py-breakpoint-create-fail.py: New testcase.
10064
100652016-06-25 Manish Goregaokar <manish@mozilla.com>
10066
10067 PR gdb/20239
10068 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
10069 * gdb.rust/simple.exp: Add test expectations for new NonZero
10070 tests.
10071
100722016-06-24 David Taylor <dtaylor@emc.com>
10073
10074 * gdb.base/offsets.exp: New file.
10075 * gdb.base/offsets.c: New file.
10076
100772016-06-23 Tom Tromey <tom@tromey.com>
10078
10079 PR gdb/16483:
10080 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
10081 before any filters are loaded.
10082
100832016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
10084
10085 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
10086 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
10087 structs.
10088 * gdb.fortran/derived-type-function.exp: New file.
10089 * gdb.fortran/derived-type-function.f90: New file.
10090
10091
100922016-06-21 Pedro Alves <palves@redhat.com>
10093
10094 * gdb.base/new-ui.exp: New file.
10095 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
10096 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
10097 (with_spawn_id): New procedure.
10098
100992016-06-21 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.mi/mi-exec-run.exp: New file.
10102
101032016-06-21 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
10106 breakpoint command's output on the main UI.
10107 (test_break): New procedure, factored out from calls in the top
10108 level.
10109 (top level): Use foreach_with_prefix to test MI as main UI and as
10110 separate UI.
10111
101122016-06-21 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
10115 (test_awatch_creation_and_listing)
10116 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
10117 Remove 'type' parameter.
10118 (test_watchpoint_all): New parameter mi_mode. Remove
10119 with_test_prefix.
10120 (top level): Use foreach_with_prefix, and add main/separate UI MI
10121 testing axis.
10122
101232016-06-21 Pedro Alves <palves@redhat.com>
10124
10125 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
10126 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
10127 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10128 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10129 (gdb_main_spawn_id, mi_spawn_id): Declare and
10130 comment.
10131 (mi_create_inferior_pty): New procedure,
10132 factored out from default_mi_gdb_start.
10133 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10134 procedures.
10135 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10136 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10137 Use mi_create_inferior_pty.
10138 (mi_gdb_start): Use eval to pass down args list.
10139
101402016-06-21 Pedro Alves <palves@redhat.com>
10141
10142 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10143 * gdb.opt/inline-cmds.exp: Add MI tests.
10144
101452016-06-21 Pedro Alves <palves@redhat.com>
10146
10147 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10148
101492016-06-21 Pedro Alves <palves@redhat.com>
10150
10151 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10152 (top level): Use it instead of mi_execute_to.
10153
101542016-06-21 Pedro Alves <palves@redhat.com>
10155
10156 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10157 (cont_handler_str): New.
10158 (signal_stop_handler): Set stop_handler_str instead of printing to
10159 stdout.
10160 (continue_handler): Set cont_handler_str instead of printing to
10161 stdout.
10162 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10163 mi_send_resuming_command. Print stop_handler_str and
10164 cont_handler_str instead of expecting the python events print
10165 directly.
10166
101672016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10168
10169 * gdb.base/jit-reader.exp: New file.
10170 * gdb.base/jithost.c: New file.
10171 * gdb.base/jithost.h: New file.
10172 * gdb.base/jitreader.c : New file.
10173 * gdb.base/jit-protocol.h: New file.
10174
101752016-06-17 Yao Qi <yao.qi@linaro.org>
10176
10177 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10178 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10179 and detach-on-fork. Adjust tests.
10180 (top level): Invoke break_cond_on_syscall with combinations of
10181 syscall, follow-fork-mode and detach-on-fork.
10182
101832016-06-17 Yao Qi <yao.qi@linaro.org>
10184
10185 * gdb.base/step-over-exit.c: New.
10186 * gdb.base/step-over-exit.exp: New.
10187
101882016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10189
10190 * gdb.base/float.exp: Add target check for nds32*-*-*.
10191 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10192
101932016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10194
10195 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10196 for unsupported target features.
10197 * gdb.base/call-rt-st.exp: Likewise.
10198 * gdb.base/call-sc.exp: Likewise.
10199 * gdb.base/call-signal-resume.exp: Likewise.
10200 * gdb.base/call-strs.exp: Likewise.
10201 * gdb.base/callexit.exp: Likewise.
10202 * gdb.base/callfuncs.exp: Likewise.
10203 * gdb.base/nodebug.exp: Likewise.
10204 * gdb.base/printcmds.exp: Likewise.
10205 * gdb.base/ptype.exp: Likewise.
10206 * gdb.base/structs.exp: Likewise.
10207 * gdb.base/unwindonsignal.exp: Likewise.
10208 * gdb.cp/gdb2495.exp: Likewise.
10209 * gdb.cp/templates.exp: Likewise.
10210 * gdb.cp/virtfunc.exp: Likewise.
10211 * gdb.threads/hand-call-in-threads.exp: Likewise.
10212 * gdb.threads/interrupted-hand-call.exp: Likewise.
10213 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10214
102152016-06-10 Tom Tromey <tom@tromey.com>
10216
10217 PR rust/20110:
10218 * gdb.rust/expr.exp: Add test for integer constant larger than
10219 i32.
10220
102212016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10222
10223 * gdb.fortran/nested-funcs.exp: New.
10224 * gdb.fortran/nested-funcs.f90: New.
10225
102262016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10227
10228 * gdb.base/examine-backward.c: New file.
10229 * gdb.base/examine-backward.exp: New file.
10230
102312016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10232
10233 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10234 matching.
10235
102362016-06-02 Tom Tromey <tom@tromey.com>
10237
10238 PR python/18984:
10239 * gdb.python/py-shared.exp: Add solib_name test.
10240
102412016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10244
102452016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10246
10247 PR c++/19893
10248 * gdb.dwarf2/implref.exp: Rename to...
10249 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10250 * gdb.dwarf2/implref-array.c: New file.
10251 * gdb.dwarf2/implref-array.exp: Likewise.
10252 * gdb.dwarf2/implref-global.c: Likewise.
10253 * gdb.dwarf2/implref-global.exp: Likewise.
10254 * gdb.dwarf2/implref-struct.c: Likewise.
10255 * gdb.dwarf2/implref-struct.exp: Likewise.
10256
102572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10258
10259 * gdb.trace/trace-condition.exp: Add 64bit tests.
10260
102612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10262
10263 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10264 bits types.
10265 (main): Adapt to 8 to 64 bits types.
10266 * gdb.trace/trace-condition.exp: Add new tests.
10267
102682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10269
10270 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10271
102722016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10273
10274 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10275 Move condition tests...
10276 * gdb.trace/trace-condition.exp: Here.
10277
102782016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10279
10280 * gdb.trace/trace-condition.exp: Add counter-case tests.
10281
102822016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10283
10284 PR c++/15231
10285 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10286 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10287
102882016-05-27 Pedro Alves <palves@redhat.com>
10289
10290 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10291 New procedure.
10292 (top level): Call it, and bail out of DejaGnu is known to be bad.
10293
102942016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10295
10296 * gdb.base/whatis.c: Extend the test case.
10297 * gdb.base/whatis.exp: Add additional tests.
10298
102992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10300
10301* gdb.fortran/type.f90: Add pointer variable.
10302* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10303
103042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10305
10306 * gdb.fortran/vla-type.exp: Fix testcase name.
10307
103082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10309
10310 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10311
103122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10313
10314 * gdb.fortran/type.f90: Add nested structures.
10315 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10316 * gdb.fortran/derived-type.exp: Adapt expected output.
10317 * gdb.fortran/vla-type.exp: Adapt expected output.
10318
103192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10320
10321 * gdb.fortran/whatis_type.exp: Adapt expected output.
10322
103232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10324
10325 * gdb.fortran/print_type.exp: Fix expected output.
10326 * gdb.fortran/whatis_type.exp: Fix expected output.
10327
103282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10329
10330 * gdb.fortran/whatis_type.exp: Use multi_line.
10331
103322016-05-24 Tom Tromey <tom@tromey.com>
10333
10334 PR python/17386:
10335 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10336 use value as an index.
10337
103382016-05-23 Tom Tromey <tom@tromey.com>
10339
10340 PR python/17981:
10341 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10342 no-breakpoint case.
10343
103442016-05-24 Pedro Alves <palves@redhat.com>
10345
10346 PR gdb/19828
10347 * gdb.threads/clone-attach-detach.c: New file.
10348 * gdb.threads/clone-attach-detach.exp: New file.
10349
103502016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10351
10352 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10353
103542016-05-23 Tom Tromey <tom@tromey.com>
10355
10356 PR python/19438, PR python/18393:
10357 * gdb.python/py-progspace.exp: Add "dir" test.
10358 * gdb.python/py-objfile.exp: Add "dir" test.
10359
103602016-05-23 Yao Qi <yao.qi@linaro.org>
10361
10362 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10363 * gdb.arch/thumb2-it.exp: Likewise.
10364
103652016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10366
10367 * gdb.mi/mi-threads-interrupt.c: New file.
10368 * gdb.mi/mi-threads-interrupt.exp: New file.
10369
103702016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10371
10372 PR gdb/18077
10373 * gdb.mi/mi-async-run.exp: New file.
10374 * gdb.mi/mi-async-run.c: New file.
10375
103762016-05-17 Tom Tromey <tom@tromey.com>
10377 Manish Goregaokar <manishsmail@gmail.com>
10378
10379 * lib/rust-support.exp: New file.
10380 * lib/gdb.exp (skip_rust_tests): New proc.
10381 (build_executable_from_specs): Handle rust.
10382 * lib/future.exp (gdb_find_rustc): New proc.
10383 (gdb_default_target_compile): Handle rust.
10384 * gdb.rust/expr.exp: New file.
10385 * gdb.rust/generics.exp: New file.
10386 * gdb.rust/generics.rs: New file.
10387 * gdb.rust/methods.exp: New file.
10388 * gdb.rust/methods.rs: New file.
10389 * gdb.rust/modules.exp: New file.
10390 * gdb.rust/modules.rs: New file.
10391 * gdb.rust/simple.exp: New file.
10392 * gdb.rust/simple.rs: New file.
10393
103942016-05-17 Tom Tromey <tom@tromey.com>
10395
10396 * gdb.base/default.exp (set language): Add rust.
10397
103982016-05-17 Tom Tromey <tom@tromey.com>
10399
10400 * gdb.gdb/unittest.exp: New file.
10401
104022016-05-16 Yao Qi <yao.qi@linaro.org>
10403
10404 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10405 shell_prompt. Update shell_prompt_re.
10406
104072016-05-12 Doug Evans <dje@google.com>
10408
10409 PR symtab/19999
10410 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10411 $options when building executable.
10412 * gdb.dwarf2/fission-loclists-pie.S: New file.
10413 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10414
104152016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10416
10417 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10418 of [is_remote target],
10419
104202016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10421
10422 * lib/gdb.exp (use_gdb_stub): New procedure.
10423
104242016-05-03 Yunlian Jiang <yunlian@google.com>
10425 Doug Evans <dje@google.com>
10426
10427 PR symtab/19914
10428 * gdb.dwarf2/dwp-sepdebug.c: New file.
10429 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10430
104312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10432
10433 * gdb.base/detach.exp: Remove is_remote check.
10434
104352016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10436
10437 * gdb.base/annota-input-while-running.exp: Don't check for
10438 [is_remote target]. Enable annotations after running to main.
10439 Remove unused "set test..." line.
10440
104412016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10442
10443 * gdb.trace/trace-enable-disable.exp: New file.
10444 * gdb.trace/trace-enable-disable.c: New file.
10445
104462016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10447
10448 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10449 use it in info sharedlibrary test.
10450 * gdb.trace/ftrace-lock.exp: Likewise.
10451 * gdb.trace/ftrace.exp: Likewise.
10452 * gdb.trace/range-stepping.exp: Likewise.
10453 * gdb.trace/trace-break.exp: Likewise.
10454 * gdb.trace/trace-condition.exp: Likewise.
10455 * gdb.trace/trace-mt.exp: Likewise.
10456
104572016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10458
10459 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10460 (gdb_load_shlib): ... this.
10461 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10462 gdb_load_shlib.
10463 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10464 * gdb.base/ctxobj.exp: Likewise.
10465 * gdb.base/dprintf-pending.exp: Likewise.
10466 * gdb.base/dso2dso.exp: Likewise.
10467 * gdb.base/fixsection.exp: Likewise.
10468 * gdb.base/gcore-relro.exp: Likewise.
10469 * gdb.base/gdb1555.exp: Likewise.
10470 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10471 * gdb.base/gnu-ifunc.exp: Likewise.
10472 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10473 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10474 * gdb.base/pending.exp: Likewise.
10475 * gdb.base/print-file-var.exp: Likewise.
10476 * gdb.base/print-symbol-loading.exp: Likewise.
10477 * gdb.base/shlib-call.exp: Likewise.
10478 * gdb.base/shreloc.exp: Likewise.
10479 * gdb.base/so-impl-ld.exp: Likewise.
10480 * gdb.base/solib-disc.exp: Likewise.
10481 * gdb.base/solib-nodir.exp: Likewise.
10482 * gdb.base/solib-overlap.exp: Likewise.
10483 * gdb.base/solib-symbol.exp: Likewise.
10484 * gdb.base/solib-weak.exp (do_test): Likewise.
10485 * gdb.base/sym-file.exp: Likewise.
10486 * gdb.base/symtab-search-order.exp: Likewise.
10487 * gdb.base/type-opaque.exp: Likewise.
10488 * gdb.base/unload.exp: Likewise.
10489 * gdb.base/watchpoint-solib.exp: Likewise.
10490 * gdb.compile/compile.exp: Likewise.
10491 * gdb.cp/gdb2384.exp: Likewise.
10492 * gdb.cp/infcall-dlopen.exp: Likewise.
10493 * gdb.cp/re-set-overloaded.exp: Likewise.
10494 * gdb.fortran/library-module.exp: Likewise.
10495 * gdb.opt/solib-intra-step.exp: Likewise.
10496 * gdb.python/py-finish-breakpoint.exp: Likewise.
10497 * gdb.python/py-shared.exp: Likewise.
10498 * gdb.reverse/solib-precsave.exp: Likewise.
10499 * gdb.reverse/solib-reverse.exp: Likewise.
10500 * gdb.server/solib-list.exp: Likewise.
10501 * gdb.threads/dlopen-libpthread.exp: Likewise.
10502 * gdb.threads/tls-shared.exp: Likewise.
10503 * gdb.threads/tls-so_extern.exp: Likewise.
10504 * gdb.trace/change-loc.exp: Likewise.
10505 * gdb.trace/ftrace-lock.exp: Likewise.
10506 * gdb.trace/ftrace.exp: Likewise.
10507 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10508 * gdb.trace/pending.exp: Likewise.
10509 * gdb.trace/range-stepping.exp: Likewise.
10510 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10511 (strace_info_marker): Likewise.
10512 (strace_probe_marker): Likewise.
10513 (strace_trace_on_same_addr): Likewise.
10514 (strace_trace_on_diff_addr): Likewise.
10515 * gdb.trace/trace-break.exp: Likewise.
10516 * gdb.trace/trace-condition.exp: Likewise.
10517 * gdb.trace/trace-mt.exp: Likewise.
10518
105192016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10520
10521 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10522 result of gdb_remote_download.
10523 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10524 * gdb.base/dso2dso.exp: Likewise.
10525 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10526 * gdb.base/print-file-var.exp: Likewise.
10527 * gdb.base/shlib-call.exp: Likewise.
10528 * gdb.base/shreloc.exp: Likewise.
10529 * gdb.base/solib-overlap.exp: Likewise.
10530 * gdb.base/solib-weak.exp (do_test): Likewise.
10531 * gdb.base/unload.exp: Likewise.
10532
105332016-04-27 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10536 exists.
10537
105382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10539
10540 * vla-type.exp: Print structure from toplevel.
10541
105422016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10543
10544 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10545 of dynamic types.
10546 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10547 of dynamic types.
10548
105492016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10550
10551 * gdb.fortran/vla-type.f90: New file.
10552 * gdb.fortran/vla-type.exp: New file.
10553
105542016-04-25 Yao Qi <yao.qi@linaro.org>
10555
10556 * gdb.base/branch-to-self.c: New file.
10557 * gdb.base/branch-to-self.exp: New file.
10558
105592016-04-22 Yao Qi <yao.qi@linaro.org>
10560
10561 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10562 more after $hex.
10563
105642016-04-22 Yao Qi <yao.qi@linaro.org>
10565
10566 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10567 * gdb.base/annota3.exp: Likewise.
10568
105692016-04-22 Yao Qi <yao.qi@linaro.org>
10570
10571 * gdb.reverse/step-precsave.exp: Do one step and test program
10572 stops in "callee" and do multiple steps until program goes out
10573 of "callee".
10574 * gdb.reverse/step-reverse.exp: Likewise.
10575
105762016-04-22 Yao Qi <yao.qi@linaro.org>
10577
10578 * gdb.trace/signal.exp: Also pass if
10579 $tracepoint_hits($i) > $iterations.
10580
105812016-04-22 Yao Qi <yao.qi@linaro.org>
10582
10583 * gdb.trace/signal.c: New file.
10584 * gdb.trace/signal.exp: New file.
10585
105862016-04-19 Doug Evans <xdje42@gmail.com>
10587
10588 * gdb.base/bad-file.exp: New file.
10589
105902016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10591
10592 * gdb.dwarf2/implref.exp: New file.
10593
105942016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10595
10596 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10597 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10598 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10599 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10600 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10601 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10602 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10603 * lib/fortran.exp (fortran_int4): New procedure.
10604 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10605 (fortran_logical4): Likewise.
10606
106072016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10608
10609 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10610
106112016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10612
10613 * lib/compiler.c: Add Intel specific preprocessor macros.
10614 * lib/compiler.cc: Likewise.
10615
106162016-04-13 Luis Machado <lgustavo@codesourcery.com>
10617
10618 * gdb.server/connect-with-no-symbol-file.c: New file.
10619 * gdb.server/connect-with-no-symbol-file.exp: New file.
10620
106212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10622
10623 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10624
106252016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10626
10627 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10628 standard output directory.
10629
106302016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10631
10632 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10633
106342016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10635
10636 * gdb.btrace/instruction_history.c (loop): Add declaration.
10637
106382016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10639
10640 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10641
106422016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10643
10644 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10645 parentheses to print.
10646 (continue_handler): Likewise.
10647
106482016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10649
10650 * gdb.server/solib-list.exp: Remove is_remote check.
10651 Pass shlib= to gdb_compile. Don't link shared library with
10652 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10653 Run binary filename through "readlink -f" on the target.
10654
106552016-04-08 Pedro Alves <palves@redhat.com>
10656
10657 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10658 interpreter filename as argument to gdbserver_spawn.
10659 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10660 Return empty if $last_loaded_file does not exist.
10661
106622016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10663
10664 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10665 * gdb.base/jit-main.c: Use exit after usage.
10666
106672016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10668
10669 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10670 GDBHISTSIZE prior to the tests.
10671 * gdb.base/gdbinit-history.exp: Likewise.
10672
106732016-04-07 Pedro Alves <palves@redhat.com>
10674
10675 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10676 instead of build_executable. Use gdb_load_shlibs.
10677
106782016-04-07 Yao Qi <yao.qi@linaro.org>
10679
10680 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10681 Execute "si" command.
10682
106832016-04-07 Yao Qi <yao.qi@linaro.org>
10684
10685 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10686 number instead of the comments on some line.
10687
106882016-04-06 Don Breazeal <donb@codesourcery.com>
10689
10690 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10691 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10692
106932016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10694
10695 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10696 standard_output_file. Remove unused binfile variable.
10697
106982016-04-05 Catalin Udma <catalin.udma@freescale.com>
10699
10700 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10701 * gdb.python/py-mi-objfile.exp: Match "list main" output
10702 in console format.
10703
107042016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10705
10706 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10707 absolute.
10708
107092016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10710
10711 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10712 absolute.
10713 * gdb.trace/ftrace.exp: Likewise.
10714 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10715 targets as well.
10716 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10717 (gdb_load_shlibs): Copy libraries to test directory when testing
10718 natively. Only set solib-search-path if testing remotely.
10719 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10720
107212016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10722
10723 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10724 gdb_download. Use it even if the target is not remote.
10725 * gdb.base/jit.exp (compile_jit_test): Likewise.
10726 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10727 output directory if the destination board is local, otherwise use
10728 the standard remote_download from DejaGnu.
10729 (gdb_download): Remove.
10730 (gdb_load_shlibs): Use gdb_remote_download instead of
10731 gdb_download.
10732 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10733 Use gdb_remote_download instead of gdb_download. Use it even if
10734 the target is not remote.
10735 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10736 instead of gdb_download.
10737
107382016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10739
10740 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10741 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10742 run.
10743
107442016-04-01 Artemiy Volkov <artemiyv@acm.org>
10745
10746 PR gdb/19820
10747 * gdb.base/printcmds.exp: Add artificial arrays tests.
10748
107492016-03-31 Pedro Alves <palves@redhat.com>
10750
10751 PR gdb/19858
10752 * gdb.base/jit-main.c: Include unistd.h.
10753 (ATTACH): Define to 0 if not already defined.
10754 (wait_for_gdb, mypid): New globals.
10755 (WAIT_FOR_GDB): New macro.
10756 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10757 some breakpoint locations.
10758 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10759 New procedures.
10760 (one_jit_test): Add REATTACH parameter, and handle it. Use
10761 continue_to_test_location.
10762 (top level): Test attach, and adjusts calls to one_jit_test.
10763
107642016-03-31 Pedro Alves <palves@redhat.com>
10765
10766 PR gdb/19858
10767 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10768 BINSUFFIX parameter, and handle it.
10769 (top level): Adjust calls compile_jit_test.
10770
107712016-03-31 Catalin Udma <catalin.udma@freescale.com>
10772
10773 PR python/19743
10774 * gdb.python/py-mi-events-gdb.py: New file.
10775 * gdb.python/py-mi-events.c: New file.
10776 * gdb.python/py-mi-events.exp: New file.
10777
107782016-03-30 Yao Qi <yao.qi@linaro.org>
10779
10780 * gdb.reverse/until-precsave.exp: Match function name only.
10781 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10782 Move malloc to a condition block.
10783 * gdb.reverse/until-reverse.exp: Match function name only.
10784
107852016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10786
10787 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10788 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10789 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10790 variable for GPR 0 instead of assuming it is register 0.
10791 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10792 * lib/trace-support.exp: Add s390 registers.
10793
107942016-03-29 Yao Qi <yao.qi@linaro.org>
10795
10796 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10797
107982016-03-24 Yao Qi <yao.qi@linaro.org>
10799
10800 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10801 test message.
10802
108032016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10804
10805 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10806 maintaining separate logic for constructing the output path.
10807
108082016-03-16 Don Breazeal <donb@codesourcery.com>
10809
10810 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10811 Retry fork and waitpid on interrupted system call errors.
10812 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10813 Use with_timeout_factor to increase timeout by factor of 10.
10814
108152016-03-15 Don Breazeal <donb@codesourcery.com>
10816
10817 * gdb.cp/scope-err.cc: New test program.
10818 * gdb.cp/scope-err.exp: New test script.
10819 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10820 lines and "set breakpoint here" comment.
10821 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10822 Fixed some whitespace and format issues.
10823 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10824 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10825
108262016-03-15 Doug Evans <dje@google.com>
10827
10828 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10829 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10830 All callers updated. Add tests for enums, mixed flags register.
10831
108322016-03-15 Doug Evans <dje@google.com>
10833
10834 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10835 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10836
108372016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10838
10839 * gdb.base/default.exp: Add $_as_string to the list of expected
10840 convenience functions.
10841
108422016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10843
10844 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10845
108462016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10847
10848 * gdb.python/py-as-string.exp: New file.
10849 * gdb.python/py-as-string.c: New file.
10850
108512016-03-09 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10854 signal" -> "Thread NN received signal" output change.
10855 * gdb.threads/ia64-sigill.exp: Likewise.
10856 * gdb.threads/linux-dp.exp: Likewise.
10857 * gdb.threads/manythreads.exp: Likewise.
10858 * gdb.threads/pending-step.exp: Likewise.
10859 * gdb.threads/print-threads.exp: Likewise.
10860 * gdb.threads/sigstep-threads.exp: Likewise.
10861 * gdb.threads/staticthreads.exp: Likewise.
10862 * gdb.threads/tls.exp: Likewise.
10863
108642016-03-09 Pedro Alves <palves@redhat.com>
10865
10866 * gdb.base/command-line-input.exp: New file.
10867
108682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10869
10870 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10871 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10872 * gdb.trace/pending.exp: Accept leading dot before function name.
10873 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10874 * lib/trace-support.exp: Set registers for ppc.
10875
108762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10877
10878 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10879 use it for disassembly; accept .main in addition to main in backtrace.
10880
108812016-03-09 Wei-cheng Wang <cole945@gmail.com>
10882 Marcin Kościelnicki <koriakin@0x04.net>
10883
10884 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10885 (gdb_recursion_test_ptr): New global variable.
10886 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10887 gdb_recursion_test.
10888 (gdb_c_test): Ditto.
10889
108902016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10891
10892 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10893 ordering.
10894
108952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10896
10897 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10898 (bar): Add bar_start_lbl label.
10899 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10900 of foo/bar for emitting DWARF and tracing.
10901
109022016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10903
10904 * analyze-racy-logs.py: Set executable bit.
10905
109062016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10907
10908 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10909 (CHECK_TARGET_TMP): Likewise.
10910 (check-single-racy): New rule.
10911 (check-parallel-racy): Likewise.
10912 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10913 (do-check-parallel-racy): New rule.
10914 (check-racy/%.exp): Likewise.
10915 * README (Racy testcases): New section.
10916 * analyze-racy-logs.py: New file.
10917
109182016-03-03 Doug Evans <dje@google.com>
10919
10920 * gdb.base/skip.exp: Use with_test_prefix.
10921
109222016-03-03 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10925 Invoke step_over_syscall "clone" and break_cond_on_syscall
10926 "clone".
10927 * gdb.base/step-over-clone.c: New file.
10928
109292016-03-03 Yao Qi <yao.qi@linaro.org>
10930
10931 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10932 code format.
10933
109342016-03-03 Yao Qi <yao.qi@linaro.org>
10935
10936 * gdb.base/disp-step-fork.c: Rename to ...
10937 * gdb.base/step-over-fork.c: ... it. New file.
10938 * gdb.base/disp-step-vfork.c: Rename to ...
10939 * gdb.base/step-over-vfork.c: ... it. New file.
10940 * gdb.base/disp-step-syscall.exp: Rename to ...
10941 * gdb.base/step-over-syscall.exp: ... it. New file.
10942 (disp_step_cross_syscall): Rename to ...
10943 (step_over_syscall): ... it.
10944
109452016-03-03 Yao Qi <yao.qi@linaro.org>
10946
10947 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10948 If target supports condition evaluation on target, invoke
10949 break_cond_on_syscall for fork and vfork.
10950
109512016-03-03 Yao Qi <yao.qi@linaro.org>
10952
10953 * gdb.base/disp-step-syscall.exp: Don't invoke
10954 support_displaced_stepping.
10955 (disp_step_cross_syscall): Test with displaced stepping off and
10956 on if supported.
10957
109582016-03-03 Yao Qi <yao.qi@linaro.org>
10959
10960 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10961 proc.
10962 (setup): New proc.
10963 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10964 and setup.
10965
109662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10967
10968 * gdb.fortran/vla-history.exp: Remove breakpoint.
10969
109702016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10971
10972 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10973 exceeds timeout.
10974
109752016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10976
10977 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10978 breakpoint.
10979
109802016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10981
10982 * gdb.mi/vla.f90: Nullify pointer after declaration.
10983
109842016-03-01 Pedro Alves <palves@redhat.com>
10985
10986 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10987
109882016-03-01 Pedro Alves <palves@redhat.com>
10989
10990 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10991 before anything else.
10992 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10993 _GNU_SOURCE here.
10994 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10995 before anything else.
10996 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10997
109982016-03-01 Pedro Alves <palves@redhat.com>
10999
11000 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
11001
110022016-03-01 Yao Qi <yao.qi@linaro.org>
11003
11004 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
11005 prepare_for_testing.
11006
110072016-03-01 Yao Qi <yao.qi@linaro.org>
11008
11009 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
11010
110112016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11012
11013 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
11014 manually constructing the output path.
11015
110162016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
11017
11018 * gdb.arch/s390-stackless.S: New.
11019 * gdb.arch/s390-stackless.exp: New.
11020
110212016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
11022
11023 * gdb.dlang/circular.c: New file.
11024 * gdb.dlang/circular.exp: New file.
11025
110262016-02-26 Yao Qi <yao.qi@linaro.org>
11027
11028 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
11029 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
11030 (testcases): Update.
11031
110322016-02-26 Yao Qi <yao.qi@linaro.org>
11033
11034 * gdb.reverse/aarch64.c: Rename to ...
11035 * gdb.reverse/insn-reverse.c: ... it.
11036 * gdb.reverse/aarch64.exp: Rename to ...
11037 * gdb.reverse/insn-reverse.exp: ... it.
11038
110392016-02-26 Yao Qi <yao.qi@linaro.org>
11040
11041 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
11042 (testcase_ftype): New.
11043 (testcases): New array.
11044 (n_testcases): New.
11045 (main): Call each element in testcases.
11046 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
11047 (read_testcase): New.
11048 Do the tests in a loop.
11049
110502016-02-25 Yao Qi <yao.qi@linaro.org>
11051
11052 * gdb.base/branches.c: Remove.
11053
110542016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11055
11056 PR gdb/13808
11057 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
11058
110592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11060
11061 * gdb.trace/ftrace.exp: Remove unnecessary target check.
11062
110632016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
11064
11065 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
11066 change x86_64 call_insn to 'callq'.
11067
110682016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
11069
11070 * gdb.trace/tfile-avx.c: Move to...
11071 * gdb.trace/tracefile-pseudo-reg.c: Here.
11072 * gdb.trace/tfile-avx.exp: Move to...
11073 * gdb.trace/tracefile-pseudo-reg.exp: Here.
11074
110752016-02-24 Gary Benson <gbenson@redhat.com>
11076
11077 * gdb.base/attach-pie-noexec.exp: Do not expect an error
11078 message on attach.
11079
110802016-02-23 Doug Evans <dje@google.com>
11081
11082 * gdb.base/skip.c (test_skip): New function.
11083 (end_test_skip_file_and_function): New function.
11084 (test_skip_file_and_function): New function.
11085 * gdb.base/skip1.c (test_skip): New function.
11086 (skip1_test_skip_file_and_function): New function.
11087 * gdb.base/skip.exp: Add tests for new skip options.
11088 * gdb.base/skip-solib.exp: Update expected output.
11089 * gdb.perf/skip-command.cc: New file.
11090 * gdb.perf/skip-command.exp: New file.
11091 * gdb.perf/skip-command.py: New file.
11092
110932016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
11094
11095 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
11096 info registers pattern.
11097
110982016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
11099
11100 * lib/future.exp: Add D support.
11101 (gdb_find_gdc): New proc.
11102 (gdb_default_target_compile): Add D support.
11103
111042016-02-18 Wei-cheng Wang <cole945@gmail.com>
11105
11106 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
11107 user+system time.
11108 (trace_speed_test): Determine the iteration count for a time
11109 between 15..30 seconds.
11110
111112016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
11112
11113 * gdb.arch/i386-mpx-sigsegv.c: New file.
11114 * gdb.arch/i386-mpx-sigsegv.exp: New file.
11115 * gdb.arch/i386-mpx-simple_segv.c: New file.
11116 * gdb.arch/i386-mpx-simple_segv.exp: New file.
11117
111182016-02-18 Yao Qi <yao.qi@linaro.org>
11119
11120 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
11121 Don't call setup_kfail.
11122
111232016-02-18 Yao Qi <yao.qi@linaro.org>
11124
11125 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11126 Set "set breakpoint condition-evaluation" per $cond_bp_target.
11127
111282016-02-16 Doug Evans <dje@google.com>
11129
11130 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11131 * gdb.base/skip1.c: Ditto.
11132 * gdb.base/skip.exp: Whitespace cleanup.
11133
111342016-02-16 Don Breazeal <donb@codesourcery.com>
11135
11136 PR remote/19496
11137 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11138 Remove kfail for PR remote/19496.
11139
111402016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11141
11142 * lib/gdb.exp (standard_temp_file): Return a path specific to
11143 the runtest invocation.
11144
111452016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11146
11147 * gdb.trace/save-trace.exp: Change relative path to be in the
11148 standard output directory.
11149
111502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11151
11152 * gdb.arch/i386-prologue.c: Add missing prototypes.
11153
111542016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11155
11156 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11157 * gdb.arch/i386-prologue.exp: Likewise.
11158 * gdb.arch/i386-size.exp: Likewise.
11159
111602016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11161
11162 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11163 define object file path.
11164 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11165 file path.
11166 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11167 standard_output_file to define binfile.
11168
111692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 Fix compatibility with recent gfortran-5.3.1.
11172 * gdb.fortran/vla-history.exp (print vla1 allocated)
11173 (print vla2 allocated, print $2, print $3): Remove
11174 (print $4): Rename to ...
11175 (print $2): ... here.
11176 (print $9): Rename to ...
11177 (print $5): ... here.
11178 (print $10): Rename to ...
11179 (print $6): ... here.
11180 * gdb.fortran/vla.f90: Add pvla initialization.
11181
111822016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11183
11184 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11185 New test.
11186 * gdb.fortran/vla-value-sub.exp: Likewise.
11187
111882016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11189
11190 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11191
111922016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11193
11194 * i386-biarch-core.exp: Define corefile using
11195 standard_output_file.
11196
111972016-02-12 Yao Qi <yao.qi@linaro.org>
11198
11199 * gdb.arch/arm-single-step-kernel-helper.c: New.
11200 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11201
112022016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11203
11204 * gdb.btrace/tailcall-only.exp: New.
11205 * gdb.btrace/tailcall-only.c: New.
11206 * gdb.btrace/x86_64-tailcall-only.S: New.
11207 * gdb.btrace/i686-tailcall-only.S: New.
11208
112092016-02-11 Pedro Alves <palves@redhat.com>
11210
11211 * README (Parallel testing): Add missing double quotes.
11212
112132016-02-11 Pedro Alves <palves@redhat.com>
11214
11215 * README (Parallel testing): New section.
11216 (GDB_PARALLEL): Rewrite.
11217 (FORCE_PARALLEL): Document.
11218
112192016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11220
11221 * gdb.trace/tfile-avx.c: New test.
11222 * gdb.trace/tfile-avx.exp: New test.
11223
112242016-02-09 Keith Seitz <keiths@redhat.com>
11225
11226 PR breakpoints/19546
11227 * gdb.base/infcall-exec.c: New file.
11228 * gdb.base/infcall-exec2.c: New file.
11229 * gdb.base/infcall-exec.exp: New file.
11230
112312016-02-09 Keith Seitz <keiths@redhat.com>
11232
11233 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11234 (toplevel): Call test_bkpt_address.
11235
112362016-02-09 Keith Seitz <keiths@redhat.com>
11237
11238 PR python/19506
11239 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11240 (toplevel): Call test_bkpt_address.
11241
112422016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11243
11244 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11245 to AC_OUTPUT.
11246 * configure: Regenerate.
11247
112482016-02-09 Pedro Alves <palves@redhat.com>
11249
11250 PR breakpoints/19548
11251 * gdb.base/execl-update-breakpoints.c (some_function): New
11252 function.
11253 (main): Call it.
11254 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11255 Tighten expected GDB output.
11256
112572016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11258
11259 * Makefile.in (ALL_SUBDIRS): Remove.
11260 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11261 (distclean maintainer-clean realclean): Likewise.
11262 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11263 * configure: Regenerate.
11264 * gdb.ada/Makefile.in: Delete.
11265 * gdb.arch/Makefile.in: Likewise.
11266 * gdb.asm/Makefile.in: Likewise.
11267 * gdb.base/Makefile.in: Likewise.
11268 * gdb.btrace/Makefile.in: Likewise.
11269 * gdb.cell/Makefile.in: Likewise.
11270 * gdb.compile/Makefile.in: Likewise.
11271 * gdb.cp/Makefile.in: Likewise.
11272 * gdb.disasm/Makefile.in: Likewise.
11273 * gdb.dlang/Makefile.in: Likewise.
11274 * gdb.dwarf2/Makefile.in: Likewise.
11275 * gdb.fortran/Makefile.in: Likewise.
11276 * gdb.gdb/Makefile.in: Likewise.
11277 * gdb.go/Makefile.in: Likewise.
11278 * gdb.guile/Makefile.in: Likewise.
11279 * gdb.java/Makefile.in: Likewise.
11280 * gdb.linespec/Makefile.in: Likewise.
11281 * gdb.mi/Makefile.in: Likewise.
11282 * gdb.modula2/Makefile.in: Likewise.
11283 * gdb.multi/Makefile.in: Likewise.
11284 * gdb.objc/Makefile.in: Likewise.
11285 * gdb.opencl/Makefile.in: Likewise.
11286 * gdb.opt/Makefile.in: Likewise.
11287 * gdb.pascal/Makefile.in: Likewise.
11288 * gdb.perf/Makefile.in: Likewise.
11289 * gdb.python/Makefile.in: Likewise.
11290 * gdb.reverse/Makefile.in: Likewise.
11291 * gdb.server/Makefile.in: Likewise.
11292 * gdb.stabs/Makefile.in: Likewise.
11293 * gdb.threads/Makefile.in: Likewise.
11294 * gdb.trace/Makefile.in: Likewise.
11295 * gdb.xml/Makefile.in: Likewise.
11296 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11297 GDB_PARALLEL.
11298 (standard_output_file): Remove check for GDB_PARALLEL, always
11299 return path in outputs/$subdir/$testname.
11300
113012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11302
11303 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11304 (site.exp): Assign abs_srcdir to tcl's srcdir.
11305
113062016-02-04 Yao Qi <yao.qi@linaro.org>
11307
11308 * gdb.base/foll-exec-mode.c: Include limits.h.
11309 (main): Add parameters argc and argv. Get directory from
11310 argv[0].
11311 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11312 compilation.
11313 * gdb.base/foll-exec.c: Include limits.h.
11314 (main): Add parameters argc and argv.
11315 Get directory from argv[0].
11316 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11317 Adjust tests on the number of lines as source code changed.
11318 * gdb.base/foll-vfork-exit.c: Include limits.h.
11319 (main): Add one line of statement before vfork.
11320 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11321 (main): Add parameters argc and argv. Get directory from
11322 argv[0].
11323 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11324 (setup_gdb): Set tbreak to skip some source lines.
11325 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11326 (main): Add parameters argc and argv. Get directory from
11327 argv[0].
11328 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11329 compilation.
11330 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11331 (main): Add parameters argc and argv. Get directory from
11332 argv[0].
11333 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11334 compilation.
11335
113362016-02-01 Doug Evans <dje@google.com>
11337
11338 * gdb.base/skip.exp: Clean up multiple references to same test name.
11339
113402016-02-01 Pedro Alves <palves@redhat.com>
11341
11342 PR remote/19496
11343 * gdb.threads/forking-threads-plus-breakpoint.exp
11344 (displaced_stepping_supported): New global.
11345 (probe_displaced_stepping_support): New procedure.
11346 (do_test): Add 'displaced' parameter, and use it.
11347 (top level): Check for displaced stepping support. Add displaced
11348 stepping on/off testing axis.
11349
113502016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11351
11352 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11353 pointer. Don't perform further tests on the unassociated pointer
11354 if the first test fails.
11355
113562016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11357
11358 * gdb.base/max-value-size.c: New file.
11359 * gdb.base/max-value-size.exp: New file.
11360 * gdb.base/huge.exp: Disable max-value-size for this test.
11361
113622016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11363
11364 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11365
113662016-01-28 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11369
113702016-01-25 Pedro Alves <palves@redhat.com>
11371
11372 PR threads/19461
11373 * gdb.base/fork-running-state.c: New file.
11374 * gdb.base/fork-running-state.exp: New file.
11375
113762016-01-25 Pedro Alves <palves@redhat.com>
11377
11378 PR gdb/19494
11379 * gdb.base/catch-fork-kill.c: New file.
11380 * gdb.base/catch-fork-kill.exp: New file.
11381
113822016-01-25 Pedro Alves <palves@redhat.com>
11383
11384 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11385 Delete, moved to lib/gdb.exp.
11386 * gdb.threads/forking-threads-plus-breakpoint.exp
11387 (foreach_with_prefix): Likewise.
11388 * gdb.threads/process-dies-while-handling-bp.exp
11389 (foreach_with_prefix): Likewise.
11390 * lib/gdb.exp (foreach_with_prefix): New procedure.
11391
113922016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11393
11394 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11395 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11396
113972016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11398
11399 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11400 endian targets.
11401
114022016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11403 Pedro Alves <palves@redhat.com>
11404
11405 Fix testsuite compatibility with Guile.
11406 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11407 number.
11408
114092016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11410
11411 Fix testsuite compatibility with Guile.
11412 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11413 (thread 1): New test for backtrace through signal handler.
11414
114152016-01-22 Yao Qi <yao.qi@linaro.org>
11416
11417 PR testsuite/19491
11418 * gdb.base/multi-forks.c: Include
11419 ../lib/unbuffer_output.c
11420 (main): Call gdb_unbuffer_output.
11421
114222016-01-21 Doug Evans <dje@google.com>
11423
11424 * lib/ada.exp (gdb_compile_ada): Fix typo.
11425
114262016-01-21 Joel Brobecker <brobecker@adacore.com>
11427
11428 * gdb.base/break-fun-addr.exp: New file.
11429 * gdb.base/break-fun-addr1.c: New file.
11430 * gdb.base/break-fun-addr2.c: New file.
11431
114322016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11433
11434 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11435 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11436 enum flag values.
11437
114382016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11439
11440 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11441 when GDB can not set the vector return value. Add more comments
11442 for clarification.
11443
114442016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11445
11446 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11447 command.
11448
114492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11452
114532016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11454
11455 * Makefile.in (check-single): Pass --status to runtest.
11456 (check/%.exp): Likewise.
11457
114582016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11459
11460 * Makefile.in (check-parallel): Propagate return code from make
11461 do-check-parallel.
11462
114632016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11464
11465 * gdb.trace/ftrace.exp: Fix expected message on continue.
11466 * gdb.trace/pending.exp: Fix expected message on continue.
11467 * gdb.trace/trace-break.exp: Fix expected message on continue.
11468
114692016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11470
11471 * lib/gdb.exp (gdb_test): Remove unused global references.
11472
114732016-01-18 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.base/async-shell.exp: Adjust expected output.
11476 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11477 * gdb.base/siginfo-thread.exp: Adjust expected output.
11478 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11479 * gdb.java/jnpe.exp: Adjust expected output.
11480 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11481 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11482 * gdb.threads/leader-exit.exp: Adjust expected output.
11483 * gdb.threads/manythreads.exp: Adjust expected output.
11484 * gdb.threads/pthreads.exp: Adjust expected output.
11485 * gdb.threads/schedlock.exp: Adjust expected output.
11486 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11487 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11488 expected output.
11489 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11490 output.
11491 * gdb.threads/sigthread.exp: Adjust expected output.
11492 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11493
114942016-01-18 Yao Qi <yao.qi@linaro.org>
11495
11496 * gdb.guile/scm-section-script.c: Replace @progbits with
11497 %progbits.
11498 * gdb.python/py-section-script.c: Likewise.
11499
115002016-01-15 Pedro Alves <palves@redhat.com>
11501
11502 * gdb.multi/tids.exp: Test star wildcard ranges.
11503
115042016-01-15 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11507 command from "thread apply" invocation.
11508 (thr_apply_info_thr_invalid): Default the expected output to the
11509 input tid list.
11510 (top level): Add tests that use convenience variables. Add tests
11511 for "thread apply" with a valid TID list, but missing the command.
11512
115132016-01-13 Pedro Alves <palves@redhat.com>
11514
11515 * gdb.base/default.exp: Expect $_gthread as well.
11516 * gdb.multi/tids.exp: Test $_gthread.
11517 * gdb.threads/thread-specific.exp: Test $_gthread.
11518
115192016-01-13 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.multi/tids.exp: Test "info threads -gid".
11522
115232016-01-13 Pedro Alves <palves@redhat.com>
11524
11525 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11526 Breakpoint.thread.
11527 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11528
115292016-01-07 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/break.exp: Adjust to output changes.
11532 * gdb.base/hbreak2.exp: Likewise.
11533 * gdb.base/sepdebug.exp: Likewise.
11534 * gdb.base/watch_thread_num.exp: Likewise.
11535 * gdb.linespec/keywords.exp: Likewise.
11536 * gdb.multi/info-threads.exp: Likewise.
11537 * gdb.threads/thread-find.exp: Likewise.
11538 * gdb.multi/tids.c: New file.
11539 * gdb.multi/tids.exp: New file.
11540
115412016-01-13 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11544
115452016-01-13 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/default.exp: Expect $_inferior as well.
11548 * gdb.multi/base.exp: Test $_inferior.
11549
115502016-01-13 Pedro Alves <palves@redhat.com>
11551
11552 PR breakpoints/19388
11553 * gdb.base/catch-signal-siginfo-cond.c: New file.
11554 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11555
115562016-01-12 Josh Stone <jistone@redhat.com>
11557 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11558
11559 * gdb.base/catch-syscall.c (do_execve): New variable.
11560 (main): Conditionally trigger an execve.
11561 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11562 (test_catch_syscall_execve): New, check entry/return across execve.
11563 (do_syscall_tests): Call test_catch_syscall_execve.
11564
115652016-01-12 Pedro Alves <palves@redhat.com>
11566
11567 * gdb.base/random-signal.exp (do_test): New procedure, with body
11568 of testcase moved in.
11569
115702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11571 Pedro Alves <palves@redhat.com>
11572
11573 * gdb.base/funcargs.exp (finish from indirectly called function):
11574 Reintroduce the case for 'First'.
11575
115762016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11577 Pedro Alves <palves@redhat.com>
11578
11579 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11580 (tcatch_vfork_then_child_follow_exec)
11581 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11582 identification.
11583
115842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11587 and repeats to unlimited.
11588 * gdb.python/py-value.exp: Likewise.
11589 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11590 and repeats to unlimited.
11591
115922016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11593
11594 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11595 and reordering the functions.
11596 * gdb.multi/hangout.c: Likewise.
11597 * gdb.multi/hello.c: Likewise.
11598
115992016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11600
11601 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11602 absolute.
11603 (SingleStatisticTestResult.report): Use dict.keys instead of
11604 dict.iterkeys.
11605
116062016-01-06 Pedro Alves <palves@redhat.com>
11607
11608 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11609
116102016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11611
11612 * gdb.btrace/dlopen.exp: New.
11613 * gdb.btrace/dlopen.c: New.
11614 * gdb.btrace/dlopen-dso.c: New.
11615
116162015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11617
11618 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11619 PATTERN argument is optional.
11620
116212015-12-24 Joel Brobecker <brobecker@adacore.com>
11622
11623 * lib/ada.exp (target_compile_ada_from_dir): New function.
11624 (gdb_compile_ada): Reimplement avoiding the use of project files.
11625 * gdb.ada/gnat_ada.gpr: Delete.
11626 * gdb.ada/cond_lang.exp: Adjust test to make path before
11627 filename optional.
11628 * gdb.ada/small_reg_param.exp: Likewise.
11629
116302015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11631
11632 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11633
116342015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11635
11636 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11637 case.
11638
116392015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11640
11641 * gdb.base/break.exp: Remove dead code.
11642 * gdb.base/sepdebug.exp: Likewise.
11643
116442015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11645
11646 * gdb.asm/asm-source.exp: Remove HP-UX references.
11647 * gdb.base/annota1.exp: Likewise.
11648 * gdb.base/annota3.exp: Likewise.
11649 * gdb.base/attach.exp: Likewise.
11650 * gdb.base/bigcore.exp: Likewise.
11651 * gdb.base/break.exp: Likewise.
11652 * gdb.base/call-ar-st.exp: Likewise.
11653 * gdb.base/callfuncs.exp: Likewise.
11654 * gdb.base/catch-fork-static.exp: Likewise.
11655 * gdb.base/display.exp: Likewise.
11656 * gdb.base/foll-exec-mode.exp: Likewise.
11657 * gdb.base/foll-exec.exp: Likewise.
11658 * gdb.base/foll-fork.exp: Likewise.
11659 * gdb.base/foll-vfork.exp: Likewise.
11660 * gdb.base/funcargs.exp: Likewise.
11661 * gdb.base/hbreak2.exp: Likewise.
11662 * gdb.base/inferior-died.exp: Likewise.
11663 * gdb.base/interrupt.exp: Likewise.
11664 * gdb.base/multi-forks.exp: Likewise.
11665 * gdb.base/nodebug.exp: Likewise.
11666 * gdb.base/sepdebug.exp: Likewise.
11667 * gdb.base/solib1.c: Likewise.
11668 * gdb.base/step-test.exp: Likewise.
11669 * gdb.mi/non-stop.c: Likewise.
11670 * gdb.mi/pthreads.c: Likewise.
11671 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11672 * gdb.threads/pthreads.c: Likewise.
11673 * gdb.threads/staticthreads.exp: Likewise.
11674 * lib/future.exp: Likewise.
11675 * lib/gdb.exp: Likewise.
11676 * gdb.base/so-indr-cl.c: Remove.
11677 * gdb.base/so-indr-cl.exp: Likewise.
11678 * gdb.base/solib.c: Likewise.
11679 * gdb.base/solib.exp: Likewise.
11680 * gdb.base/solib2.c: Likewise.
11681
116822015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11683
11684 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11685 * gdb.base/call-ar-st.exp: Likewise.
11686 * gdb.base/callfuncs.exp: Likewise.
11687 * gdb.base/condbreak.exp: Likewise.
11688 * gdb.base/constvars.exp: Likewise.
11689 * gdb.base/hbreak2.exp: Likewise.
11690 * gdb.base/langs.exp: Likewise.
11691 * gdb.base/list.exp: Likewise.
11692 * gdb.base/long_long.exp: Likewise.
11693 * gdb.base/ptype.exp: Likewise.
11694 * gdb.base/scope.exp: Likewise.
11695 * gdb.base/signals.exp: Likewise.
11696 * gdb.base/so-impl-ld.exp: Likewise.
11697 * gdb.base/varargs.exp: Likewise.
11698 * gdb.base/volatile.exp: Likewise.
11699 * gdb.base/whatis.exp: Likewise.
11700 * gdb.cp/cplusfuncs.exp: Likewise.
11701 * gdb.cp/inherit.exp: Likewise.
11702 * gdb.cp/local.exp: Likewise.
11703 * gdb.cp/member-ptr.exp: Likewise.
11704 * gdb.cp/method.exp: Likewise.
11705 * gdb.cp/overload.exp: Likewise.
11706 * gdb.cp/templates.exp: Likewise.
11707 * gdb.stabs/weird.exp: Likewise.
11708 * lib/compiler.c: Likewise.
11709 * lib/compiler.cc: Likewise.
11710 * lib/cp-support.exp: Likewise.
11711 * lib/gdb.exp: Likewise.
11712
117132015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11714
11715 * configure.ac: Remove HP-UX case.
11716 * configure: Regenerate.
11717
117182015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11719
11720 * lib/gdb.exp (gdb_compile): Add function doc.
11721
117222015-12-17 Pedro Alves <palves@redhat.com>
11723
11724 PR threads/19354
11725 * gdb.multi/info-threads.exp: New file.
11726
117272015-12-15 Yao Qi <yao.qi@linaro.org>
11728
11729 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11730 is aarch64*-*-*.
11731
117322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11733
11734 * gdb.base/history-duplicates.exp: Skip if no readline support.
11735
117362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11737
11738 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11739
117402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11741
11742 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11743
117442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11745
11746 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11747 ctrl-C if nointerrupts target property is set.
11748 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11749 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11750 * gdb.base/paginate-bg-execution.exp: Likewise.
11751 * gdb.base/paginate-execution-startup.exp: Likewise.
11752 * gdb.base/random-signal.exp: Likewise.
11753 * gdb.base/range-stepping.exp: Likewise.
11754 * gdb.cp/annota2.exp: Likewise.
11755 * gdb.cp/annota3.exp: Likewise.
11756 * gdb.gdb/selftest.exp: Likewise.
11757 * gdb.threads/continue-pending-status.exp: Likewise.
11758 * gdb.threads/leader-exit.exp: Likewise.
11759 * gdb.threads/manythreads.exp: Likewise.
11760 * gdb.threads/pthreads.exp: Likewise.
11761 * gdb.threads/schedlock.exp: Likewise.
11762 * gdb.threads/sigthread.exp: Likewise.
11763
117642015-12-11 Don Breazeal <donb@codesourcery.com>
11765
11766 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11767 remote.
11768 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11769 * gdb.base/foll-exec.exp (main): Enable for target remote.
11770 * gdb.base/foll-fork.exp (main): Likewise.
11771 * gdb.base/foll-vfork.exp (main): Likewise.
11772 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11773 (proc continue_to_exit_bp_loc): Use clean_restart.
11774 * gdb.base/pie-execl.exp (main): Disable for target remote.
11775 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11776 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11777 * gdb.threads/execl.exp (main): Likewise.
11778 * gdb.threads/fork-child-threads.exp (main): Likewise.
11779 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11780 remote.
11781 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11782 remote.
11783 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11784 pid.tid style ptids, instead of just tid.
11785 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11786 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11787 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11788 ptids, instead of just tid.
11789
117902015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11791
11792 * gdb.base/list.exp (test_list_forward): Add end of file error
11793 test.
11794 (test_repeat_list_command): Add end of file error test.
11795 (test_list_backwards): Add beginning of file error test.
11796
117972015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11798
11799 * gdb.base/list.exp (test_list_invalid_args): New function,
11800 defined, and called.
11801
118022015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11803
11804 * gdb.base/list.exp (test_list): Make test names unique.
11805
118062015-12-11 Yao Qi <yao.qi@linaro.org>
11807
11808 * gdb.base/coremaker2.c: Remove.
11809
118102015-12-10 Pedro Alves <palves@redhat.com>
11811
11812 * gdb.multi/base.exp: Remove stale "spaces" references.
11813
118142015-12-10 Pedro Alves <palves@redhat.com>
11815
11816 * gdb.multi/base.exp: Don't use nowarnings.
11817 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11818 * gdb.multi/hangout.c: Include stdio.h.
11819 * gdb.multi/hello.c: Include stdlib.h.
11820 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11821 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11822 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11823
118242015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11825
11826 * gdb.dwarf2/dw2-ranges-base.c: New file.
11827 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11828 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11829 support additional line table, and debug ranges generation.
11830 (Dwarf::ranges): New function, generate .debug_ranges.
11831 (Dwarf::lines): Support generating simple line table programs.
11832 (Dwarf::assemble): Initialise new namespace variables.
11833
118342015-12-09 Kevin Buettner <kevinb@redhat.com>
11835
11836 * gdb.base/async.exp (proc test_background): Add case for
11837 asynchronous execution not supported.
11838
118392015-12-09 Luis Machado <lgustavo@codesourcery.com>
11840
11841 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11842 format and change test names to make them unique.
11843
118442015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11845 Pedro Alves <pedro@redhat.com>
11846
11847 PR gdb/18702
11848 Add checking of floatformats setup on x86_64 hosts.
11849 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11850 (smallval, bigval): New labels/constants.
11851 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11852 float" after loading bigval and smallval.
11853
118542015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11855
11856 * gdb.ada/fun_overload_menu.exp: New testcase.
11857 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11858
118592015-12-04 Josh Stone <jistone@redhat.com>
11860
11861 * gdb.base/catch-fork-static.exp: New.
11862
118632015-12-03 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.base/sizeof.c: Don't include stdio.h and
11866 ../lib/unbuffer_output.c.
11867 (main): New variable 'size' and 'value'. Remove printf and
11868 gdb_unbuffer_output. Assign return value to size and value.
11869 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11870 at the beginning.
11871 (check_sizeof): Check the result by printing variable 'size'.
11872 (check_valueof): Check the result by printing variable 'value'.
11873
118742015-12-01 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11877 for aarch64*-*-linux* target.
11878
118792015-11-30 Pedro Alves <palves@redhat.com>
11880
11881 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11882
118832015-11-30 Pedro Alves <palves@redhat.com>
11884
11885 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11886 Handle non-stop mode vCont replies.
11887
118882015-11-30 Pedro Alves <palves@redhat.com>
11889
11890 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11891 prepare_for_testing. Start gdb with "set non-stop on" appended to
11892 GDBFLAGS. Lax expected stop output.
11893
118942015-11-27 Yao Qi <yao.qi@linaro.org>
11895
11896 * gdb.arch/arm-neon.exp: New.
11897 * gdb.arch/arm-neon.c: New.
11898
118992015-11-27 Yao Qi <yao.qi@linaro.org>
11900
11901 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11902
119032015-11-27 Yao Qi <yao.qi@linaro.org>
11904
11905 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11906 frames-invalid annotation.
11907
119082015-11-27 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11911
119122015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11913
11914 * gdb.threads/names.exp: New file.
11915 * gdb.threads/names.c: New file.
11916 * README: Mention gdb,no_thread_names.
11917
119182015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11919
11920 PR 19297
11921 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11922 support" error.
11923
119242015-11-24 Pedro Alves <palves@redhat.com>
11925
11926 PR 17539
11927 * gdb.base/display.exp: Expect displays to be sorted in ascending
11928 order. Use multi_line.
11929 * gdb.base/solib-display.exp: Likewise.
11930
119312015-11-24 Pedro Alves <palves@redhat.com>
11932
11933 PR 17539
11934 * gdb.base/display.exp: Expect displays to be sorted in ascending
11935 order. Use multi_line.
11936 * gdb.base/solib-display.exp: Likewise.
11937
119382015-11-24 Pedro Alves <palves@redhat.com>
11939
11940 PR 17539
11941 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11942 threads in ascending order.
11943 * gdb.base/foll-fork.exp: Likewise.
11944 * gdb.base/foll-vfork.exp: Likewise.
11945 * gdb.base/multi-forks.exp: Likewise.
11946 * gdb.mi/mi-nonstop.exp: Likewise.
11947 * gdb.mi/mi-nsintrall.exp: Likewise.
11948 * gdb.multi/base.exp: Likewise.
11949 * gdb.multi/multi-arch.exp: Likewise.
11950 * gdb.python/py-inferior.exp: Likewise.
11951 * gdb.threads/break-while-running.exp: Likewise.
11952 * gdb.threads/execl.exp: Likewise.
11953 * gdb.threads/gcore-thread.exp: Likewise.
11954 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11955 * gdb.threads/kill.exp: Likewise.
11956 * gdb.threads/linux-dp.exp: Likewise.
11957 * gdb.threads/multiple-step-overs.exp: Likewise.
11958 * gdb.threads/next-bp-other-thread.exp: Likewise.
11959 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11960 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11961 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11962 * gdb.threads/thread-find.exp: Likewise.
11963 * gdb.threads/tls.exp: Likewise.
11964 * lib/mi-support.exp (mi_reverse_list): Delete.
11965 (mi_check_thread_states): No longer reverse list.
11966
119672015-11-24 Pedro Alves <palves@redhat.com>
11968
11969 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11970 use lowercase.
11971
119722015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 * gdb.trace/actions.c: Include trace-common.h.
11975 (main): Add a location for a fast tracepoint.
11976 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11977 the normal tracepoints.
11978 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11979
119802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11981
11982 * save-trace.exp: Factor out code to these...
11983 (gdb_save_tracepoints): New.
11984 (gdb_load_tracepoints): New.
11985 (do_save_load_test): New.
11986
119872015-11-23 Kevin Buettner <kevinb@redhat.com>
11988
11989 * gdb.base/asmlabel.exp: New test.
11990 * gdb.base/asmlabel.c: New test case.
11991
119922015-11-23 Joel Brobecker <brobecker@adacore.com>
11993
11994 * gdb.base/wrong_frame_bt_full-main.c: New file.
11995 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11996 * gdb.base/wrong_frame_bt_full.exp: New file.
11997
119982015-11-23 Joel Brobecker <brobecker@adacore.com>
11999
12000 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
12001
120022015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12003
12004 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
12005 pstate register when comparing registers values in
12006 sparc64-*-linux-gnu targets to avoid spurious differences.
12007
120082015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
12009
12010 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
12011
120122015-11-19 Sandra Loosemore <sandra@codesourcery.com>
12013
12014 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
12015 as type argument to gdb_compile.
12016 * gdb.base/nested-subp2.exp: Likewise.
12017 * gdb.base/nested-subp3.exp: Likewise.
12018
120192015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
12020
12021 * lib/dwarf.exp (_note): Fix left shift of negative value.
12022 * gdb.trace/trace-condition.exp: Likewise.
12023
120242015-11-13 Yao Qi <yao.qi@linaro.org>
12025
12026 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
12027 comments about d10v.
12028 (test_scalar_returns): Likewise.
12029 * gdb.base/d10v.ld: Remove.
12030 * gdb.base/overlays.exp: Remove the target triplet checking for
12031 d10v-*-*.
12032 * gdb.base/structs.exp (test_struct_returns): Remove the
12033 comments about d10v.
12034 (test_struct_calls): Likewise.
12035
120362015-11-13 Yao Qi <yao.qi@linaro.org>
12037
12038 * gdb.base/gnu_vector.exp: Check the return value by "p res".
12039 * gdb.base/gnu_vector.c: Don't include stdio.h.
12040 (main): Don't print res and call add_some_intvecs.
12041
120422015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
12043
12044 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
12045 macro.
12046 (func5): Removed.
12047 (func4): Use FAST_TRACEPOINT_LABEL.
12048 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
12049 macro.
12050 (func): Removed.
12051 (thread_function): Use FAST_TRACEPOINT_LABEL.
12052 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
12053 (func): Remove.
12054 (marker): Use FAST_TRACEPOINT_LABEL.
12055 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
12056 (pendfunc1): Remove.
12057 (pendfunc): Use FAST_TRACEPOINT_LABEL.
12058 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
12059 (foo): Remove.
12060 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
12061 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
12062 macro.
12063 (func): Remove.
12064 (marker): Use FAST_TRACEPOINT_LABEL.
12065 * gdb.trace/trace-common.h: New header.
12066 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
12067 macro.
12068 (func): Remove.
12069 (marker): Use FAST_TRACEPOINT_LABEL.
12070 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
12071 (func): Remove.
12072 (thread_function): Use FAST_TRACEPOINT_LABEL.
12073
120742015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
12075
12076 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
12077 in front.
12078 * gdb.trace/change-loc.exp: Use global pcreg definition.
12079 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
12080 * gdb.trace/entry-values.exp: Use global spreg definition, add $
12081 in front.
12082 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
12083 * gdb.trace/pending.exp: Likewise.
12084 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
12085 * gdb.trace/trace-break.exp: Likewise.
12086 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
12087 in front.
12088 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
12089 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
12090 in front.
12091 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
12092
120932015-11-09 Joel Brobecker <brobecker@adacore.com>
12094
12095 * gdb.ada/fin_fun_out: New testcase.
12096
120972015-11-07 Kevin Buettner <kevinb@redhat.com>
12098
12099 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
12100 value associated with DW_AT_byte_size.
12101 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
12102 constants for DW_AT_byte_size, DW_AT_lower_bound, and
12103 DW_AT_upper_bound.
12104
121052015-11-07 Kevin Buettner <kevinb@redhat.com>
12106
12107 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
12108 (gdb_target_symbol_prefix_flags): Define in terms of _asm
12109 version.
12110 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
12111 gdb.dwarf2/dw2-canonicalize-type.exp,
12112 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
12113 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
12114 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
12115 provided by gdb_target_symbol_prefix_flags_asm.
12116 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
12117 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
12118 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
12119 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
12120 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
12121 macros where needed). Use this macro for symbols which require
12122 the prefix provided by SYMBOL_PREFIX.
12123
121242015-11-05 Kevin Buettner <kevinb@redhat.com>
12125
12126 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
12127 New procs.
12128 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12129 representing expressions, of more than one list element.
12130 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12131 to prepend linker symbol prefix to f.
12132 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12133 table_1 and table_2.
12134 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12135 Likewise, for f and g.
12136 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12137 for ptr.
12138 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12139 for main.
12140 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12141 table_1_ptr and table_2_ptr.
12142
121432015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12144 Joel Brobecker <brobecker@adacore.com>
12145
12146 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12147
121482015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12149
12150 * gdb.reverse/s390-mvcle.c: New test.
12151 * gdb.reverse/s390-mvcle.exp: New file.
12152 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12153
121542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12155
12156 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12157
121582015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12159
12160 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12161 reaching marker2.
12162 * gdb.reverse/getresuid-reverse.exp: Likewise.
12163 * gdb.reverse/pipe-reverse.exp: Likewise.
12164 * gdb.reverse/readv-reverse.exp: Likewise.
12165 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12166 * gdb.reverse/time-reverse.exp: Likewise.
12167 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12168
121692015-10-30 Yao Qi <yao.qi@linaro.org>
12170
12171 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12172 (empty_cycle): Remove.
12173 (main): Don't call empty_cycle. Don't use watch_count_done.
12174 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12175 empty_cycle. Rewrite the code counting HW watchpoints.
12176
121772015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12178
12179 * gdb.reverse/fstatat-reverse.c: New test.
12180 * gdb.reverse/fstatat-reverse.exp: New file.
12181 * gdb.reverse/getresuid-reverse.c: New test.
12182 * gdb.reverse/getresuid-reverse.exp: New file.
12183 * gdb.reverse/pipe-reverse.c: New test.
12184 * gdb.reverse/pipe-reverse.exp: New file.
12185 * gdb.reverse/readv-reverse.c: New test.
12186 * gdb.reverse/readv-reverse.exp: New file.
12187 * gdb.reverse/recvmsg-reverse.c: New test.
12188 * gdb.reverse/recvmsg-reverse.exp: New file.
12189 * gdb.reverse/time-reverse.c: New test.
12190 * gdb.reverse/time-reverse.exp: New file.
12191 * gdb.reverse/waitpid-reverse.c: New test.
12192 * gdb.reverse/waitpid-reverse.exp: New file.
12193
121942015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12195
12196 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12197
121982015-10-26 Doug Evans <dje@google.com>
12199
12200 PR symtab/17391
12201 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12202 * gdb.dwarf2/bad-regnum.c: New file.
12203 * gdb.dwarf2/bad-regnum.exp: New file.
12204
122052015-10-26 Doug Evans <dje@google.com>
12206
12207 PR python/18938
12208 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12209 file.
12210
122112015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12212
12213 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12214 for a change by "Mention language in compile error message".
12215
122162015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12217
12218 PR python/18073
12219 * gdb.python/py-type.c (C::a_method): New.
12220 (C::a_const_method): New.
12221 (C::a_static_method): New.
12222 (a_function): New.
12223 * gdb.python/py-type.exp (test_fields): Test getting fields
12224 from function and method.
12225
122262015-10-21 Keven Boell <keven.boell@intel.com>
12227
12228 * gdb.fortran/vla-alloc-assoc.exp: New file.
12229 * gdb.fortran/vla-datatypes.exp: New file.
12230 * gdb.fortran/vla-datatypes.f90: New file.
12231 * gdb.fortran/vla-history.exp: New file.
12232 * gdb.fortran/vla-ptype-sub.exp: New file.
12233 * gdb.fortran/vla-ptype.exp: New file.
12234 * gdb.fortran/vla-sizeof.exp: New file.
12235 * gdb.fortran/vla-sub.f90: New file.
12236 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12237 * gdb.fortran/vla-value-sub-finish.exp: New file.
12238 * gdb.fortran/vla-value-sub.exp: New file.
12239 * gdb.fortran/vla-value.exp: New file.
12240 * gdb.fortran/vla-ptr-info.exp: New file.
12241 * gdb.mi/mi-vla-fortran.exp: New file.
12242 * gdb.mi/vla.f90: New file.
12243
122442015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12245
12246 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12247 of hardwired timeout value.
12248
122492015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12250 Pedro Alves <palves@redhat.com>
12251
12252 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12253 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12254
122552015-10-19 Josh Stone <jistone@redhat.com>
12256
12257 * gdb.base/catch-syscall.c: Include <sched.h>.
12258 (unknown_syscall): New variable.
12259 (main): Trigger a vfork and an unknown syscall.
12260 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12261 (unknown_syscall_number): Likewise.
12262 (check_call_to_syscall): Accept an optional syscall pattern.
12263 (check_return_from_syscall): Likewise.
12264 (check_continue): Likewise.
12265 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12266 (test_catch_syscall_skipping_return): New test toggling off 'catch
12267 syscall' to step over the syscall return, then toggling back on.
12268 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12269 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12270 (do_syscall_tests): Call test_catch_syscall_without_args and
12271 test_catch_syscall_mid_vfork.
12272 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12273 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12274
122752015-10-19 Andrew Stubbs <ams@codesourcery.com>
12276
12277 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12278 print g_vE): Add new pass patterns.
12279 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12280 print various symbol names for vptr fields.
12281
122822015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12283
12284 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12285 results.
12286
122872015-10-12 Yao Qi <yao.qi@linaro.org>
12288
12289 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12290
122912015-10-12 Yao Qi <yao.qi@linaro.org>
12292
12293 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12294 is aarch64*-*-linux*.
12295
122962015-10-12 Yao Qi <yao.qi@linaro.org>
12297
12298 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12299 (can_relocate_bcond_true): ... it.
12300 (can_relocate_bcond_false): New function.
12301 (foo): Likewise.
12302 (can_relocate_bl): Likewise.
12303 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12304 can_relocate_bl.
12305
123062015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12307
12308 * gdb.base/nested-addr.c: New file.
12309 * gdb.base/nested-addr.exp: New testcase.
12310
123112015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12312
12313 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12314 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12315 its output. Ignore the output of "record goto begin" and instead
12316 check that GDB is replaying.
12317
123182015-10-09 Pedro Alves <palves@redhat.com>
12319
12320 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12321 (top level): Use it in the run with no args test.
12322
123232015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12324
12325 * gdb.dlang/properties.exp: New file.
12326
123272015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12328
12329 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12330 whether or not address 0x1000 is mapped on the target.
12331
123322015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12333
12334 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12335 build.
12336
123372015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12338
12339 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12340 instruction-history test.
12341
123422015-09-28 Doug Evans <dje@google.com>
12343
12344 * gdb.base/gcore.c (array_func): Add reference to static_array.
12345
123462015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12347
12348 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12349 source line.
12350
123512015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12352
12353 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12354 short or char as base type.
12355
123562015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12357
12358 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12359 to allow any size enum.
12360
123612015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12362
12363 * gdb.ada/array_ptr_renaming.exp: New testcase.
12364 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12365 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12366
123672015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12368
12369 * gdb.trace/ftrace-lock.c: New file.
12370 * gdb.trace/ftrace-lock.exp: New file.
12371
123722015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12373
12374 * gdb.arch/insn-reloc.c: New file.
12375 * gdb.arch/ftrace-insn-reloc.exp: New file.
12376
123772015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12378
12379 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12380 instruction.
12381 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12382 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12383 * gdb.trace/range-stepping.c: Likewise.
12384 * gdb.trace/trace-break.c: Likewise.
12385 * gdb.trace/trace-mt.c (thread_function): Likewise.
12386 * gdb.trace/ftrace.c (marker): Likewise.
12387 * gdb.trace/trace-condition.c (marker): Likewise.
12388 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12389 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12390 is_aarch64_target.
12391
123922015-09-18 Doug Evans <xdje42@gmail.com>
12393
12394 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12395 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12396
123972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12398
12399 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12400 the breakpoint.
12401
124022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12403
12404 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12405 the pending breakpoint. Remove timeout override for "Run till
12406 MI pending breakpoint on pendfunc3 on thread 2" test.
12407
124082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12409
12410 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12411 filename pattern.
12412
124132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12414
12415 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12416 in breakpoint filename pattern.
12417
124182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12419
12420 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12421
124222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12423
12424 * gdb.linespec/explicit.exp: Check for readline support for
12425 tab-completion tests. Fix obvious typo.
12426
124272015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12428
12429 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12430 and replay.
12431
124322015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12433
12434 * gdb.btrace/non-stop.c: New.
12435 * gdb.btrace/non-stop.exp: New.
12436
124372015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12438 Yao Qi <yao.qi@linaro.org>
12439
12440 * gdb.trace/trace-condition.c: New file.
12441 * gdb.trace/trace-condition.exp: New file.
12442
124432015-09-16 Wei-cheng Wang <cole945@gmail.com>
12444
12445 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12446 for testing bytecode compilation.
12447
124482015-09-16 Pedro Alves <palves@redhat.com>
12449 Sandra Loosemore <sandra@codesourcery.com>
12450
12451 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12452 (SECONDS): Redefine.
12453 (main): Call pthread_kill and alarm early.
12454 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12455 support.
12456 (test): If the target can't hardware step and doesn't support
12457 displaced stepping, increase the timeout.
12458
124592015-09-16 Pedro Alves <palves@redhat.com>
12460
12461 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12462 (enable_debug): New procedures.
12463 (test): Use them. Bail out if waiting for threads fails.
12464 (top level): Bail out if a test fails.
12465
124662015-09-16 Yao Qi <yao.qi@linaro.org>
12467
12468 * gdb.asm/asm-source.exp: Set asm-arch for
12469 aarch64*-*-* target.
12470 * gdb.asm/aarch64.inc: New file.
12471
124722015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12473
12474 * gdb.ada/array_of_variable_length.exp: New testcase.
12475 * gdb.ada/array_of_variable_length/foo.adb: New file.
12476 * gdb.ada/array_of_variable_length/pck.adb: New file.
12477 * gdb.ada/array_of_variable_length/pck.ads: New file.
12478
124792015-09-15 Doug Evans <dje@google.com>
12480
12481 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12482 of function static local variable.
12483
124842015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12485
12486 * gdb.threads/tls-so_extern.exp: New test file.
12487 * gdb.threads/tls-so_extern.c: New test file.
12488 * gdb.threads/tls-so_extern_main.c: New test file.
12489
124902015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12491
12492 * gdb.opt/solib-intra-step-lib.c: New file.
12493 * gdb.opt/solib-intra-step-main.c: New file.
12494 * gdb.opt/solib-intra-step.exp: New file.
12495
124962015-09-15 Pedro Alves <palves@redhat.com>
12497
12498 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12499 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12500
125012015-09-14 Pedro Alves <palves@redhat.com>
12502
12503 * gdb.base/hook-stop-continue.c: Delete.
12504 * gdb.base/hook-stop-continue.exp: Delete.
12505 * gdb.base/hook-stop-frame.c: Delete.
12506 * gdb.base/hook-stop-frame.exp: Delete.
12507 * gdb.base/hook-stop.c: New file.
12508 * gdb.base/hook-stop.exp: New file.
12509
125102015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12511
12512 * gdb.ada/access_to_packed_array.exp: New testcase.
12513 * gdb.ada/access_to_packed_array/foo.adb: New file.
12514 * gdb.ada/access_to_packed_array/pack.adb: New file.
12515 * gdb.ada/access_to_packed_array/pack.ads: New file.
12516
125172015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12518
12519 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12520 buffer size test.
12521
125222015-09-11 Don Breazeal <donb@codesourcery.com>
12523
12524 * gdb.base/foll-exec.c: Add copyright header. Fix
12525 formatting issues.
12526 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12527 (do_exec_tests): Use clean_restart in place of zap_session,
12528 and for test initialization. Fix formatting issues. Use
12529 fail in place of perror.
12530 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12531 an expect statement to match an expression with output from
12532 the program under debug.
12533 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12534 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12535 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12536 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12537 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12538
125392015-09-09 Doug Evans <dje@google.com>
12540
12541 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12542
125432015-09-09 Doug Evans <dje@google.com>
12544
12545 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12546
125472015-09-09 Doug Evans <dje@google.com>
12548
12549 * gdb.base/savedregs.exp: Fix typo.
12550
125512015-09-09 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12554
125552015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12556
12557 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12558 command actually switches threads. Give up on remaining
12559 tests if target fails to stop at breakpoint.
12560
125612015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12562
12563 * gdb.ada/funcall_char.exp: New testcase.
12564 * gdb.ada/funcall_char/foo.adb: New file.
12565
125662015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12567
12568 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12569 expected outputs. Add two testcases for completing ambiguous
12570 functions.
12571 * gdb.ada/complete/aux_pck.adb: New file.
12572 * gdb.ada/complete/aux_pck.ads: New file.
12573 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12574 Ambiguous_Func functions.
12575 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12576 * gdb.ada/complete/pck.adb: Likewise.
12577
125782015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12579
12580 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12581 failures to run the test program under GDB.
12582
125832015-08-26 Luis Machado <lgustavo@codesourcery.com>
12584
12585 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12586 to C.
12587
125882015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12589
12590 * gdb.base/run-after-attach.exp: New test file.
12591 * gdb.base/run-after-attach.c: New test file.
12592
125932015-08-26 Don Breazeal <donb@codesourcery.com>
12594
12595 * gdb.base/foll-exec-2.c: New test program.
12596 * gdb.base/foll-exec-2.exp: New test.
12597
125982015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12599
12600 * gdb.base/nested-subp1.exp: New file.
12601 * gdb.base/nested-subp1.c: New file.
12602 * gdb.base/nested-subp2.exp: New file.
12603 * gdb.base/nested-subp2.c: New file.
12604 * gdb.base/nested-subp3.exp: New file.
12605 * gdb.base/nested-subp3.c: New file.
12606
126072015-08-24 Pedro Alves <palves@redhat.com>
12608
12609 * gdb.server/connect-without-multi-process.c: New file.
12610 * gdb.server/connect-without-multi-process.exp: New file.
12611
126122015-08-24 Luis Machado <lgustavo@codesourcery.com>
12613
12614 * gdb.opt/inline-markers.c: Make z int.
12615
126162015-08-24 Luis Machado <lgustavo@codesourcery.com>
12617
12618 * gdb.opt/inline-markers.c: Make z volatile.
12619
126202015-08-24 Luis Machado <lgustavo@codesourcery.com>
12621
12622 * gdb.opt/inline-bt.c: New volatile global z.
12623 * gdb.opt/inline-cmds.c: Likewise.
12624 * gdb.opt/inline-locals.c: Likewise.
12625 * gdb.opt/inline-markers.c: New extern global z.
12626 (marker): Use z.
12627 (inline_fn): Likewise.
12628
126292015-08-24 Pedro Alves <palves@redhat.com>
12630
12631 * config/m32r-stub.exp: Remove file.
12632 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12633 * gdb.base/call-rt-st.exp: Likewise.
12634 * gdb.base/call-strs.exp: Likewise.
12635 * gdb.base/default.exp: Remove references to h8300-*-hms and
12636 *-*-udi*.
12637 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12638
126392015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12640
12641 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12642 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12643 and "return" use KFAIL when GDB can not read/write the vector
12644 return value.
12645
126462015-08-21 Gary Benson <gbenson@redhat.com>
12647
12648 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12649
126502015-08-20 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.server/solib-list.exp: No longer expect an interior stop in
12653 non-stop mode.
12654
126552015-08-20 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.server/connect-stopped-target.c: New file.
12658 * gdb.server/connect-stopped-target.exp: New file.
12659
126602015-08-20 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.dwarf2/comp-unit-lang.exp: New file.
12663 * gdb.dwarf2/comp-unit-lang.c: New file.
12664
126652015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12666
12667 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12668 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12669
126702015-08-19 Kevin Buettner <kevinb@redhat.com>
12671
12672 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12673 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12674
126752015-08-18 Doug Evans <dje@google.com>
12676 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12677
12678 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12679 skip_python_tests. New arg prompt_regexp.
12680 (skip_python_tests): New function.
12681 * lib/mi-support.exp (mi_skip_python_tests): New function.
12682 * gdb.python/py-mi-objfile-gdb.py: New file.
12683 * gdb.python/py-mi-objfile.c: New file.
12684 * gdb.python/py-mi-objfile.exp: New file.
12685
126862015-08-17 Keith Seitz <keiths@redhat.com>
12687
12688 * gdb.linespec/explicit.exp: Move strace test from here ...
12689 * gdb.trace/strace.exp: ... to here.
12690
126912015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12692
12693 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12694 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12695
126962015-08-14 Doug Evans <xdje42@gmail.com>
12697
12698 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12699 inferior before selecting a new file.
12700
127012015-08-14 Doug Evans <xdje42@gmail.com>
12702
12703 * gdb.mi/mi-disassemble.exp: Update.
12704 * gdb.base/disasm-optim.S: New file.
12705 * gdb.base/disasm-optim.c: New file.
12706 * gdb.base/disasm-optim.h: New file.
12707 * gdb.base/disasm-optim.exp: New file.
12708
127092015-08-14 Keith Seitz <keiths@redhat.com>
12710
12711 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12712 "evaluated-by".
12713
127142015-08-13 Joel Brobecker <brobecker@adacore.com>
12715
12716 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12717
127182015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12719
12720 * gdb.ada/fun_renaming.exp: New testcase.
12721 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12722 * gdb.ada/fun_renaming/pack.adb: New file.
12723 * gdb.ada/fun_renaming/pack.ads: New file.
12724
127252015-08-12 Keith Seitz <keiths@redhat.com>
12726
12727 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12728 gdb_get_line_number.
12729
127302015-08-12 Joel Brobecker <brobecker@adacore.com>
12731
12732 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12733 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12734 gdb.base/dso2dso.exp: New files.
12735
127362015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12737 Pedro Alves <palves@redhat.com>
12738 Keith Seitz <keiths@redhat.com>
12739
12740 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12741 GDBFLAGS.
12742
127432015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12744
12745 * gdb.base/gdbhistsize-history.exp
12746 (test_histsize_history_setting): Use save_vars.
12747 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12748 Use save_vars.
12749 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12750 * gdb.base/readline.exp: Use save_vars.
12751
127522015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12753
12754 * lib/gdb.exp (save_vars): New proc.
12755
127562015-08-11 Keith Seitz <keiths@redhat.com>
12757
12758 * gdb.base/help.exp: Update help_breakpoint_text.
12759
127602015-08-11 Keith Seitz <keiths@redhat.com>
12761
12762 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12763 (at toplevel): Call test_explicit_breakpoints.
12764 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12765 breakpoints.
12766 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12767 breakpoint conditions, "-cond".
12768
127692015-08-11 Keith Seitz <keiths@redhat.com>
12770
12771 * gdb.linespec/3explicit.c: New file.
12772 * gdb.linespec/cpexplicit.cc: New file.
12773 * gdb.linespec/cpexplicit.exp: New file.
12774 * gdb.linespec/explicit.c: New file.
12775 * gdb.linespec/explicit.exp: New file.
12776 * gdb.linespec/explicit2.c: New file.
12777 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12778 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12779 before using in the matching pattern.
12780 Clarify that `prefix' is a regular expression.
12781
127822015-08-11 Keith Seitz <keiths@redhat.com>
12783
12784 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12785 test.
12786 Add tests for missing ",FMT" and ",".
12787
127882015-08-10 Doug Evans <dje@google.com>
12789 Keith Seitz <keiths@redhat.com>
12790
12791 PR gdb/17960
12792 * gdb.base/completion.exp: Add location completer tests.
12793
127942015-08-07 Pedro Alves <palves@redhat.com>
12795
12796 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12797 tests here.
12798 (top level): Run do_test with and without displaced stepping.
12799
128002015-08-07 Pedro Alves <palves@redhat.com>
12801
12802 * gdb.base/valgrind-disp-step.c: New file.
12803 * gdb.base/valgrind-disp-step.exp: New file.
12804
128052015-08-07 Pedro Alves <palves@redhat.com>
12806
12807 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12808 Delete function.
12809 (main): Add alarm. Run an infinite loop instead of calling
12810 wait_threads.
12811 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12812 comment.
12813 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12814 Delete function.
12815 (main): Add alarm. Run an infinite loop instead of calling
12816 wait_threads.
12817 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12818 comment.
12819
128202015-08-07 Pedro Alves <palves@redhat.com>
12821
12822 * gdb.base/checkpoint-ns.exp: New file.
12823 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12824 standard_testfile.
12825
128262015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12827
12828 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12829 * gdb.btrace/instruction_history.exp: Update.
12830 * gdb.btrace/tsx.exp: New.
12831 * gdb.btrace/tsx.c: New.
12832
128332015-08-06 Pedro Alves <palves@redhat.com>
12834
12835 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12836 increase timeout.
12837 * gdb.reverse/until-precsave.exp: Bump timeouts.
12838
128392015-08-06 Pedro Alves <palves@redhat.com>
12840
12841 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12842
128432015-08-06 Pedro Alves <palves@redhat.com>
12844
12845 PR gdb/18749
12846 * gdb.threads/process-dies-while-handling-bp.c: New file.
12847 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12848
128492015-08-06 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12852 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12853
128542015-08-05 Pedro Alves <palves@redhat.com>
12855
12856 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12857 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12858
128592015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12860
12861 * gdb.base/bp-permanent.exp: Report test as unsupported if
12862 the target cannot stop at the permanent breakpoint.
12863
128642015-08-03 Doug Evans <dje@google.com>
12865
12866 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12867 10000.
12868
128692015-08-03 Doug Evans <dje@google.com>
12870
12871 * Makefile.in (workers/%.worker, build-perf): New rule.
12872 (GDB_PERFTEST_MODE): New variable.
12873 (check-perf): Use it.
12874 (clean): Clean up gdb.perf parallel build subdirs.
12875 * lib/build-piece.exp: New file.
12876 * lib/gdb.exp (make_gdb_parallel_path): New function
12877 (standard_output_file, standard_temp_file): Call it.
12878 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12879 of $GDB_PARALLEL.
12880 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12881
128822015-08-03 Doug Evans <dje@google.com>
12883
12884 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
12885 (LOG_FILE_NAME): New global.
12886 (TextReporter.__init__): Initialize self.txt_sum.
12887 (TextReporter.report): Add support for multiple data-points.
12888 Move report to perftest.sum, put raw data in perftest.log.
12889 (TextReporter.start): Open sum and log files.
12890 (TextReporter.end): Close sum and log files.
12891 * gdb.perf/lib/perftest/testresult.py
12892 (SingleStatisticTestResult.record): Handle multiple data-points.
12893
128942015-07-31 Pedro Alves <palves@redhat.com>
12895
12896 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12897 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12898 kill_wait_spawned_process instead of explicit "kill -9".
12899 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12900 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12901 kill_wait_spawned_process.
12902 * gdb.base/attach-twice.exp: Likewise.
12903 * gdb.base/attach.exp: Likewise.
12904 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12905 gdb_test_multiple.
12906 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12907 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12908 kill_wait_spawned_process.
12909 * gdb.base/valgrind-infcall.exp: Likewise.
12910 * gdb.multi/multi-attach.exp: Likewise.
12911 * gdb.python/py-prompt.exp: Likewise.
12912 * gdb.python/py-sync-interp.exp: Likewise.
12913 * gdb.server/ext-attach.exp: Likewise.
12914 * gdb.threads/attach-into-signal.exp (corefunc): Use
12915 spawn_wait_for_attach, spawn_id_get_pid and
12916 kill_wait_spawned_process.
12917 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12918 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12919 spawn_id_get_pid and kill_wait_spawned_process.
12920 * gdb.threads/attach-stopped.exp (corefunc): Use
12921 spawn_wait_for_attach, spawn_id_get_pid and
12922 kill_wait_spawned_process.
12923 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12924 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12925 kill_wait_spawned_process instead of explicit "kill -9".
12926 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12927 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12928 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12929 processes. Don't map cygwin/windows pids here. Now returns a
12930 spawn id list.
12931
129322015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12933
12934 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12935 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12936 correct patch.
12937
129382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12939
12940 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12941
129422015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12943
12944 Reapply:
12945 2014-05-21 Mark Wielaard <mjw@redhat.com>
12946
12947 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12948
129492015-07-30 Pedro Alves <palves@redhat.com>
12950
12951 * linux-low.c (handle_extended_wait): Set the child's last
12952 reported status to TARGET_WAITKIND_STOPPED.
12953
129542015-07-30 Pedro Alves <palves@redhat.com>
12955
12956 PR threads/18600
12957 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12958 only shows inferior 1.
12959
129602015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12961 Pedro Alves <palves@redhat.com>
12962
12963 PR threads/18600
12964 * gdb.threads/fork-plus-threads.c: New file.
12965 * gdb.threads/fork-plus-threads.exp: New file.
12966
129672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12968
12969 * gdb.base/batch-preserve-term-settings.exp
12970 (test_terminal_settings_preserved_after_cli_exit): Use
12971 send_quit_command.
12972
129732015-07-29 Pedro Alves <palves@redhat.com>
12974 Don Breazeal <donb@codesourcery.com>
12975
12976 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12977 output from both inferior_spawn_id and gdb_spawn_id.
12978
129792015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12980
12981 * gdb.threads/attach-into-signal.exp (corefunc): Use
12982 with_test_prefix on nested loops, uniquefying the test messages.
12983
129842015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12985
12986 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12987 commit.
12988
129892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12990
12991 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12992 New proc.
12993 (test_terminal_settings_preserved_after_sigterm): New test.
12994
129952015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12996
12997 * gdb.base/batch-preserve-term-settings.exp
12998 (test_terminal_settings_preserved_after_cli_exit): New test.
12999
130002015-07-29 Patrick Palka <patrick@parcs.ath.cx>
13001
13002 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
13003 manipulation of saved_gdbflags.
13004 (test_terminal_settings_preserved): Remove global declaration of
13005 the unused variable pagination_prompt. Remove manipulation of
13006 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
13007 GDBFLAGS.
13008
130092015-07-29 Pedro Alves <palves@redhat.com>
13010
13011 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
13012
130132015-07-29 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
13016 at the top.
13017
130182015-07-29 Pedro Alves <palves@redhat.com>
13019
13020 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
13021 (main): Call gdb_unbuffer_output.
13022 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
13023 (main): Call gdb_unbuffer_output.
13024 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
13025 (main): Call gdb_unbuffer_output.
13026 * gdb.base/call-strs.exp: Adjust to step over the
13027 gdb_unbuffer_output call.
13028 * gdb.base/catch-gdb-caused-signals.c: Include
13029 "../lib/unbuffer_output.c".
13030 (main): Call gdb_unbuffer_output.
13031 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
13032 (main): Call gdb_unbuffer_output.
13033 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
13034 (main): Call gdb_unbuffer_output.
13035 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
13036 (main): Call gdb_unbuffer_output.
13037 * gdb.base/shlib-call.exp: Adjust to step over the
13038 gdb_unbuffer_output call.
13039 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
13040 (main): Call gdb_unbuffer_output.
13041 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
13042 (main): Call gdb_unbuffer_output.
13043 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
13044 (main): Rename to ...
13045 (test): ... this.
13046 (main): Reimplement.
13047 * gdb.base/varargs.exp: Run to test instead of to main.
13048 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13049 (main): Call gdb_unbuffer_output.
13050
130512015-07-29 Pedro Alves <palves@redhat.com>
13052
13053 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
13054 factore out from mi_continue_dprintf. For call-style dprintfs,
13055 expect dprintf output out of $inferior_spawn_id.
13056 (mi_continue_dprintf): Use mi_expect_dprintf.
13057 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
13058 (main): Call gdb_unbuffer_output.
13059
130602015-07-29 Pedro Alves <palves@redhat.com>
13061
13062 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
13063 (default_mi_gdb_start): Set inferior_spawn_id instead of
13064 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
13065 gdb_spawn_id.
13066 (mi_gdb_test): Always expect inferior output from both
13067 $inferior_spawn_id and $gdb_spawn_id.
13068
130692015-07-29 Pedro Alves <palves@redhat.com>
13070
13071 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
13072 send_inferior and $inferior_spawn_id.
13073
130742015-07-29 Pedro Alves <palves@redhat.com>
13075
13076 * gdb.gdb/complaints.exp (test_initial_complaints)
13077 (test_serial_complaints, test_short_complaints): Use
13078 gdb_test_stdio.
13079 (test_empty_complaint): Handle $inferior_spawn_id !=
13080 $gdb_spawn_id.
13081
130822015-07-29 Pedro Alves <palves@redhat.com>
13083
13084 * gdb.base/varargs.exp: Use gdb_test_stdio.
13085
130862015-07-29 Pedro Alves <palves@redhat.com>
13087
13088 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
13089
130902015-07-29 Pedro Alves <palves@redhat.com>
13091
13092 * gdb.base/ending-run.exp: Use gdb_test_stdio.
13093
130942015-07-29 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
13097 parameter into two new parameters, "inf_result" and "gdb_result".
13098 Expect inferior output and gdb output from $inferior_spawn_id and
13099 $gdb_spawn_id, respectively. Adjust all callers.
13100
131012015-07-29 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
13104 of gdb_test_sequence.
13105
131062015-07-29 Pedro Alves <palves@redhat.com>
13107
13108 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
13109 (saw_spurious_output): Expect inferior output from
13110 $inferior_spawn_id. Use gdb_test_stdio.
13111
131122015-07-29 Pedro Alves <palves@redhat.com>
13113
13114 * gdb.base/dprintf.exp: Use standard_testfile. Change
13115 prepare_for_testing call.
13116 (srcfile): Don't set.
13117 (restart): New procedure.
13118 (test_dprintf): New procecure, use to continue over dprintfs.
13119 (test_call, test_agent): New procedures, tests moved here.
13120 Restart gdb and recreate dprintfs. Adjust expected output.
13121
131222015-07-29 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
13125
131262015-07-29 Pedro Alves <palves@redhat.com>
13127
13128 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13129
131302015-07-29 Pedro Alves <palves@redhat.com>
13131
13132 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13133 gdb_test_stdio.
13134
131352015-07-29 Pedro Alves <palves@redhat.com>
13136
13137 * lib/gdb.exp (gdb_test_stdio): New procedure.
13138
131392015-07-29 Pedro Alves <palves@redhat.com>
13140
13141 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13142
131432015-07-29 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.base/call-signal-resume.exp: Remove check for
13146 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13147 * gdb.base/unwindonsignal.exp: Likewise.
13148 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13149 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13150
131512015-07-29 Pedro Alves <palves@redhat.com>
13152
13153 * gdb.base/siginfo-addr.c (pass): New function.
13154 (handler): Call it iff si_addr is correct.
13155 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13156 Set a breakpoint at "pass" and continue to it.
13157
131582015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13159
13160 * gdb.python/py-objfile.exp: Make some tests have unique names.
13161 * gdb.python/py-pp-registration.exp: Likewise.
13162
131632015-07-28 Pedro Alves <palves@redhat.com>
13164
13165 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13166
131672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13168
13169 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13170
131712015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13172
13173 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13174
131752015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13176
13177 * gdb.base/gdb-sigterm-2.exp: New test.
13178
131792015-07-25 Doug Evans <xdje42@gmail.com>
13180
13181 Revert:
13182 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13183 (workers/%.worker, build-perf): New rule.
13184 (GDB_PERFTEST_MODE): New variable.
13185 (check-perf): Use it.
13186 (clean): Clean up gdb.perf parallel build subdirs.
13187 * lib/build-piece.exp: New file.
13188 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13189 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13190 name.
13191 (standard_temp_file): Ditto.
13192 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13193 of $GDB_PARALLEL.
13194
131952015-07-24 Doug Evans <dje@google.com>
13196
13197 * gdb.perf/lib/perftest/utils.py: New file.
13198 * gdb.perf/gm-hello.cc: New file.
13199 * gdb.perf/gm-pervasive-typedef.cc: New file.
13200 * gdb.perf/gm-pervasive-typedef.h: New file.
13201 * gdb.perf/gm-std.cc: New file.
13202 * gdb.perf/gm-std.h: New file.
13203 * gdb.perf/gm-use-cerr.cc: New file.
13204 * gdb.perf/gm-utils.h: New file.
13205 * gdb.perf/gmonster-null-lookup.py: New file.
13206 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13207 * gdb.perf/gmonster-print-cerr.py: New file.
13208 * gdb.perf/gmonster-ptype-string.py: New file.
13209 * gdb.perf/gmonster-runto-main.py: New file.
13210 * gdb.perf/gmonster-select-file.py: New file.
13211 * gdb.perf/gmonster1-null-lookup.exp: New file.
13212 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13213 * gdb.perf/gmonster1-print-cerr.exp: New file.
13214 * gdb.perf/gmonster1-ptype-string.exp: New file.
13215 * gdb.perf/gmonster1-runto-main.exp: New file.
13216 * gdb.perf/gmonster1-select-file.exp: New file.
13217 * gdb.perf/gmonster1.cc: New file.
13218 * gdb.perf/gmonster1.exp: New file.
13219 * gdb.perf/gmonster2-null-lookup.exp: New file.
13220 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13221 * gdb.perf/gmonster2-print-cerr.exp: New file.
13222 * gdb.perf/gmonster2-ptype-string.exp: New file.
13223 * gdb.perf/gmonster2-runto-main.exp: New file.
13224 * gdb.perf/gmonster2-select-file.exp: New file.
13225 * gdb.perf/gmonster2.cc: New file.
13226 * gdb.perf/gmonster2.exp: New file.
13227
132282015-07-24 Doug Evans <dje@google.com>
13229
13230 * gdb.perf/README: New file.
13231 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13232 * lib/gen-perf-test.exp: New file.
13233
132342015-07-24 Doug Evans <dje@google.com>
13235
13236 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13237 (PerfTest::startup): New function.
13238 (PerfTest::run): Return result of calling body.
13239 (PerfTest::assemble): Rewrite.
13240 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13241 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13242 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13243 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13244 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13245
132462015-07-24 Doug Evans <dje@google.com>
13247
13248 * lib/gdb.exp (clean_restart): Make executable optional.
13249
132502015-07-24 Doug Evans <dje@google.com>
13251
13252 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13253 compiler_info references.
13254 * gdb.cp/temargs.exp: Ditto.
13255 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13256 (get_compiler_info): Early exit if already computed. Set compiler_info
13257 to "unknown" if there was a problem.
13258 (test_compiler_info): Add function comment. Call get_compiler_info.
13259
132602015-07-24 Doug Evans <dje@google.com>
13261
13262 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13263 (workers/%.worker, build-perf): New rule.
13264 (GDB_PERFTEST_MODE): New variable.
13265 (check-perf): Use it.
13266 (clean): Clean up gdb.perf parallel build subdirs.
13267 * lib/build-piece.exp: New file.
13268 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13269 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13270 name.
13271 (standard_temp_file): Ditto.
13272 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13273 of $GDB_PARALLEL.
13274
132752015-07-24 Doug Evans <dje@google.com>
13276
13277 * lib/future.exp (gdb_default_target_compile): New option
13278 "early_flags".
13279 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13280 --as-needed.
13281
132822015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13283
13284 * gdb.base/catch-syscall.exp: Call gdb_exit before
13285 gdb_skip_xml_test.
13286
132872015-07-24 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.python/py-events.exp: Accept output between the stop event
13290 and the prompt.
13291 * gdb.python/py-evsignal.exp: Likewise.
13292 * gdb.python/py-evthreads.exp: Likewise.
13293
132942015-07-24 Pedro Alves <palves@redhat.com>
13295
13296 PR gdb/18717
13297 * gdb.threads/non-ldr-exit.c: New file.
13298 * gdb.threads/non-ldr-exit.exp: New file.
13299
133002015-07-24 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13303 restarting process.
13304
133052015-07-24 Yao Qi <yao.qi@linaro.org>
13306
13307 * gdb.server/ext-restart.exp: New file.
13308
133092015-07-24 Yao Qi <yao.qi@linaro.org>
13310
13311 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13312 argument options.
13313 * gdb.server/ext-wrapper.exp: New file.
13314
133152015-07-23 Doug Evans <dje@google.com>
13316
13317 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13318 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13319
133202015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13321
13322 * gdb.ada/var_arr_typedef.exp: New testcase.
13323 * gdb.ada/var_arr_typedef/pack.adb: New file.
13324 * gdb.ada/var_arr_typedef/pack.ads: New file.
13325 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13326
133272015-07-20 Joel Brobecker <brobecker@adacore.com>
13328
13329 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13330
133312015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.arch/i386-biarch-core.exp: Replace istarget
13334 by "complete set gnutarget". Remove expectation for the "core-file"
13335 command.
13336
133372015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13338
13339 Revert the previous commit:
13340 Tests for validate symbol file using build-id.
13341
133422015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13343
13344 Tests for validate symbol file using build-id.
13345 * gdb.base/solib-mismatch-lib.c: New file.
13346 * gdb.base/solib-mismatch-libmod.c: New file.
13347 * gdb.base/solib-mismatch.c: New file.
13348 * gdb.base/solib-mismatch.exp: New file.
13349
133502015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13351
13352 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13353 nios2-*-linux*.
13354 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13355 * gdb.base/siginfo.exp: Likewise.
13356 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13357
133582015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13359
13360 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13361 Move it to ...
13362 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13363 ... here.
13364 * gdb.trace/range-stepping.exp: Check that the target supports
13365 range stepping.
13366
133672015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13368
13369 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13370
133712015-07-14 Pedro Alves <palves@redhat.com>
13372
13373 * gdb.base/killed-outside.exp: New file.
13374 * gdb.base/killed-outside.c: New file.
13375
133762015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13377
13378 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13379 (n at main): New.
13380 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13381
133822015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13383
13384 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13385 infcall tests instead of setting up for KFAIL.
13386
133872015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13388
13389 * gdb.btrace/record_goto-step.exp: New.
13390
133912015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13392
13393 PR compile/18484
13394 * gdb.compile/compile.c (struct struct_type): Add volatile to
13395 selffield's type.
13396 * gdb.compile/compile.exp
13397 (compile code struct_object.selffield = &struct_object): Skip further
13398 struct_object tests if this one xfails.
13399
134002015-07-08 Robert O'Callahan <robert@ocallahan.org>
13401
13402 PR exp/18617
13403 * gdb.trace/ax.exp: Add test.
13404
134052015-07-07 Yao Qi <yao.qi@linaro.org>
13406
13407 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13408 instead of istarget "aarch64*-*-*".
13409 * gdb.arch/aarch64-fp.exp: Likewise.
13410 * gdb.base/float.exp: Likewise.
13411 * gdb.reverse/aarch64.exp: Likewise.
13412 * lib/gdb.exp (is_aarch64_target): New proc.
13413
134142015-07-07 Yao Qi <yao.qi@linaro.org>
13415
13416 * lib/gdb.exp (is_aarch32_target): New proc.
13417 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13418 instead of "istarget "arm*-*-*"".
13419 * gdb.arch/arm-disp-step.exp: Likewise.
13420 * gdb.arch/thumb-bx-pc.exp: Likewise.
13421 * gdb.arch/thumb-prologue.exp: Likewise.
13422 * gdb.arch/thumb-singlestep.exp: Likewise.
13423 * gdb.base/disp-step-syscall.exp: Likewise.
13424 * gdb.base/float.exp: Likewise.
13425
134262015-07-07 Yao Qi <yao.qi@linaro.org>
13427
13428 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13429 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13430
134312015-07-07 Yao Qi <yao.qi@linaro.org>
13432
13433 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13434 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13435 if it exists.
13436 * gdb.multi/multi-arch.exp: Likewise.
13437
134382015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13439
13440 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13441 print.
13442
134432015-07-07 Yao Qi <yao.qi@linaro.org>
13444
13445 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13446
134472015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13448
13449 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13450 '[' and ']' characters.
13451
134522015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13453
13454 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13455
134562015-06-29 Pedro Alves <palves@redhat.com>
13457
13458 PR threads/18127
13459 * gdb.threads/hand-call-new-thread.c: New file.
13460 * gdb.threads/hand-call-new-thread.c: New file.
13461
134622015-06-26 Keith Seitz <keiths@redhat.com>
13463 Doug Evans <dje@google.com>
13464
13465 PR 16253
13466 * gdb.cp/var-tag-2.cc: New file.
13467 * gdb.cp/var-tag-3.cc: New file.
13468 * gdb.cp/var-tag-4.cc: New file.
13469 * gdb.cp/var-tag.cc: New file.
13470 * gdb.cp/var-tag.exp: New file.
13471
134722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13473
13474 * gdb.base/history-duplicates.exp: New test.
13475
134762015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13477
13478 * gdb.base/completion.exp: Test the completion of the "focus"
13479 command.
13480
134812015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13482
13483 * gdb.arch/amd64-prologue-skip.S: New file.
13484 * gdb.arch/amd64-prologue-skip.exp: New file.
13485
134862015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13487
13488 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13489 is_address_zero_readable check.
13490
134912015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13492
13493 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13494 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13495
134962015-06-24 Yao Qi <yao.qi@linaro.org>
13497
13498 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13499 linux targets.
13500
135012015-06-24 Yao Qi <yao.qi@linaro.org>
13502
13503 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13504 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13505 * gdb.base/siginfo-thread.exp: Likewise.
13506
135072015-06-22 Yao Qi <yao.qi@linaro.org>
13508
13509 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13510
135112015-06-22 Yao Qi <yao.qi@linaro.org>
13512
13513 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13514 aarch64*-*-*.
13515 (skip_hw_watchpoint_tests): Likewise.
13516
135172015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13518
13519 * gdb.base/gdbinit-history.exp: Test the interaction between
13520 setting GDBHISTSIZE and setting the history size via .gdbinit.
13521
135222015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13523
13524 PR gdb/16999
13525 * gdb.base/gdbhistsize-history.exp: New test.
13526
135272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13528
13529 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13530 with GDBHISTSIZE.
13531 * gdb.base/readline.exp: Likewise.
13532
135332015-06-17 Yao Qi <yao.qi@linaro.org>
13534
13535 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13536 line.
13537
135382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13539
13540 * gdb.base/gdbinit-history.exp: Add test case to check that
13541 an unlimited history file does not get truncated on exit.
13542
135432015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13544
13545 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13546 (VECTOR): New macro. Use it...
13547 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13548 ...for these typedefs.
13549 (int8, char1, int1, double1): New typedefs.
13550 (struct just_int2, struct two_int2): New structures.
13551 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13552 (add_structvecs, add_singlevecs): New functions.
13553 (main): Call add_some_intvecs twice.
13554 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13555 the compile and exit upon failure. Try compiling for the "native"
13556 architecture. Test inferior function calls with vector arguments
13557 and vector return value handling with "finish" and "return".
13558
135592015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13560
13561 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13562 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13563 PE file.
13564 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13565
135662015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13567
13568 PR breakpoints/16465
13569 * gdb.mi/mi-dprintf-pending.c: New file.
13570 * gdb.mi/mi-dprintf-pending.exp: New test.
13571 * gdb.mi/mi-dprintf-pendshr.c: New file.
13572
135732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13574 Mircea Gherzan <mircea.gherzan@intel.com>
13575
13576 * gdb.arch/i386-mpx-map.c: New file.
13577 * gdb.arch/i386-mpx-map.exp: New File.
13578
135792015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13580
13581 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13582 * gdb.arch/i386-mpx.exp: Indentation fixed.
13583
135842015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13585
13586 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13587 function and improved indentation.
13588 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13589 gdb_test_multiple. Added additional tests to skip the test.
13590
135912015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13592
13593 * gdb.arch/i386-avx512.c: Change path in include file.
13594 * gdb.arch/i386-avx512.exp: Change include dir path
13595 compilation flag.
13596 * gdb.arch/i386-mpx.c: Change path in include file.
13597 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13598 flag.
13599
136002015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13601
13602 * gdb.compile/compile-print.exp (compile print *vararray@3)
13603 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13604
136052015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13608 (do not keep jit in memory): ... this.
13609 (expect 5): Change it to ...
13610 (expect no 5): ... this.
13611
136122015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13613
13614 PR gdb/15564
13615 * gdb.mi/mi-detach.exp: New file.
13616
136172015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13618
13619 PR symtab/18392
13620 * gdb.arch/amd64-tailcall-self.S: New file.
13621 * gdb.arch/amd64-tailcall-self.c: New file.
13622 * gdb.arch/amd64-tailcall-self.exp: New file.
13623
136242015-05-28 Don Breazeal <donb@codesourcery.com>
13625
13626 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13627 tests for remote targets by checking is_target_gdbserver.
13628
136292015-05-27 Doug Evans <dje@google.com>
13630
13631 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13632 * gdb.dwarf2/opaque-type-lookup.c: New file.
13633 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13634
136352015-05-26 Doug Evans <dje@google.com>
13636
13637 * gdb.cp/iostream.cc: New file.
13638 * gdb.cp/iostream.exp: New file.
13639
136402015-05-26 Doug Evans <dje@google.com>
13641
13642 * gdb.dwarf2/dw2-op-call.exp: Update.
13643 * gdb.dwarf2/dw4-sig-types.exp: Update.
13644 * gdb.dwarf2/implptr.exp: Update.
13645 * gdb.mi/mi-cmd-param-changed.exp: Update.
13646
136472015-05-26 Doug Evans <dje@google.com>
13648
13649 * gdb.python/py-lazy-string.c: New file.
13650 * gdb.python/py-lazy-string.exp: New file.
13651 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13652 (main): Update. Add estring3.
13653 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13654 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13655
136562015-05-26 Omair Javaid <omair.javaid@linaro.org>
13657 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.reverse/aarch64.c: New.
13660 * gdb.reverse/aarch64.exp: New.
13661
136622015-05-26 Omair Javaid <omair.javaid@linaro.org>
13663
13664 * lib/gdb.exp (supports_process_record): Return true for
13665 aarch64*-linux*.
13666 (supports_reverse): Likewise.
13667
136682015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13669
13670 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13671 Use with_test_prefix.
13672
136732015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13674
13675 * gdb.base/completion.exp: Add test for completion of layout
13676 names.
13677
136782015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13679
13680 * lib/gdb.exp (skip_tui_tests): New proc.
13681 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13682
136832015-05-19 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13686 Save the whole env array instead of just HOME. Unset HISTSIZE in
13687 the environment while testing. Restore whole environment
13688 afterwards.
13689
136902015-05-16 Doug Evans <xdje42@gmail.com>
13691
13692 * gdb.guile/scm-ports.c: New file.
13693 * gdb.guile/scm-ports.exp: Add memory port tests.
13694
136952015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13696
13697 * gdb.compile/compile-print.c: New file.
13698 * gdb.compile/compile-print.exp: New file.
13699
137002015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13701
13702 * gdb.compile/compile-ops.exp: Cast param to void.
13703 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13704 (compile code struct_object.selffield = &struct_object): Add xfail.
13705
137062015-05-15 Joel Brobecker <brobecker@adacore.com>
13707
13708 * gdb.ada/arr_enum_with_gap: New testcase.
13709
137102015-05-15 Joel Brobecker <brobecker@adacore.com>
13711
13712 * gdb.ada/byte_packed_arr: New testcase.
13713
137142015-05-15 Joel Brobecker <brobecker@adacore.com>
13715
13716 * gdb.ada/pckd_neg: New testcase.
13717
137182015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13719
13720 PR gdb/17820
13721 * gdb.base/gdbinit-history.exp: New test.
13722 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13723 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13724
137252015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13726
13727 * gdb.python/py-xmethods.cc: Enhance test case.
13728 * gdb.python/py-xmethods.exp: New tests.
13729 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13730 function.
13731 (B_indexoper): Likewise.
13732 (global_dm_list) : Add new xmethod worker functions.
13733
137342015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13735
13736 * gdb.base/coredump-filter.exp: Correctly unset
13737 "coredump_var_addr" array.
13738
137392015-05-08 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.server/non-existing-program.exp: Unset spawn_id.
13742
137432015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13744
13745 PR python/18291
13746 * gdb.python/py-xmethods.exp: Add tests.
13747
137482015-05-08 Yao Qi <yao.qi@linaro.org>
13749
13750 PR gdb/18208
13751 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13752 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13753 function set_coredump_filter, and remove remote_exec call.
13754 Remove argument ipid. Callers update.
13755 (top level): Don't get inferior's PID.
13756
137572015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13758
13759 * gdb.base/watch_thread_num.exp: Skip test on targets without
13760 access watchpoints.
13761
137622015-05-06 Pedro Alves <palves@redhat.com>
13763
13764 PR server/18081
13765 * gdb.server/non-existing-program.exp: New file.
13766
137672015-05-05 Joel Brobecker <brobecker@adacore.com>
13768
13769 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13770
137712015-05-05 Joel Brobecker <brobecker@adacore.com>
13772
13773 * gdb.ada/out_of_line_in_inlined: New testcase.
13774
137752015-05-05 Joel Brobecker <brobecker@adacore.com>
13776
13777 * gdb.ada/var_rec_arr: New testcase.
13778
137792015-04-30 Yao Qi <yao.qi@linaro.org>
13780
13781 * gdb.base/break-idempotent.exp: If
13782 skip_hw_watchpoint_multi_tests returns true, skip the tests
13783 on "rwatch" and "awatch".
13784
137852015-04-30 Yao Qi <yao.qi@linaro.org>
13786
13787 * gdb.base/relativedebug.exp: Invoke gdb command
13788 "info sharedlibrary", and if libc.so doesn't have debug info,
13789 skip the test.
13790
137912015-04-29 Doug Evans <dje@google.com>
13792
13793 * gdb.python/py-xmethods.exp: Add ptype tests.
13794 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13795 get_result_type method.
13796
137972015-04-29 Luis Machado <lgustavo@codesourcery.com>
13798
13799 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13800 the target does not support hardware watchpoints.
13801
138022015-04-29 Luis Machado <lgustavo@codesourcery.com>
13803
13804 * gdb.base/break-always.exp: Abort testing if writing to memory
13805 causes an error.
13806
138072015-04-28 Doug Evans <dje@google.com>
13808
13809 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13810 * gdb.python/py-pp-registration.exp: ... here. New file.
13811 * gdb.python/py-pp-registration.c: New file.
13812 * gdb.python/py-pp-registration.py: New file.
13813
138142015-04-28 Doug Evans <dje@google.com>
13815
13816 * gdb.python/py-bad-printers.c: New file.
13817 * gdb.python/py-bad-printers.py: New file.
13818 * gdb.python/py-bad-printers.exp: New file.
13819
138202015-04-28 Sasha Smundak <asmundak@google.com>
13821
13822 * gdb.python/py-type.exp: New test.
13823
138242015-04-28 Andy Wingo <wingo@igalia.com>
13825
13826 * gdb.python/py-parameter.exp:
13827 * gdb.guile/scm-parameter.exp: Escape the path that we are
13828 matching against, as it might contain characters that are special
13829 to regular expressions.
13830
138312015-04-27 Joel Brobecker <brobecker@adacore.com>
13832
13833 * gdb.ada/rec_comp: New testcase.
13834
138352015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13836
13837 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13838 before using it.
13839
138402015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13841
13842 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13843 new tests for verilog output.
13844
138452015-04-24 Yao Qi <yao.qi@linaro.org>
13846
13847 * boards/remote-gdbserver-on-localhost.exp: New file.
13848
138492015-04-23 Pedro Alves <palves@redhat.com>
13850
13851 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13852 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13853 "end of file", remove $inferior_spawn_id from the indirect list.
13854
138552015-04-23 Pedro Alves <palves@redhat.com>
13856
13857 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13858
138592015-04-23 Pedro Alves <palves@redhat.com>
13860
13861 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13862 on $any_spawn_id instead of only on $gdb_spawn_id.
13863
138642015-04-21 Pierre Muller <muller@sourceware.org>
13865
13866 PR pascal/17815
13867 * lib/pascal.exp (gpc_compile): Add new option "class".
13868 (fpc_compile): Likewise.
13869 * gdb.pascal/case-insensitive-symbols.pas: New file.
13870 * gdb.pascal/case-insensitive-symbols.exp: New file.
13871
138722015-04-20 Gary Benson <gbenson@redhat.com>
13873
13874 * gdb.base/attach.exp: Fix three extended remote failures.
13875
138762015-04-17 Gary Benson <gbenson@redhat.com>
13877
13878 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13879 the main executable over the remote protocol.
13880
138812015-04-16 Pedro Alves <palves@redhat.com>
13882
13883 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13884 a new gdbserver if gdbserver_reconnect_p is set.
13885
138862015-04-16 Pedro Alves <palves@redhat.com>
13887
13888 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13889 is set, don't exit gdbserver.
13890
138912015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13892
13893 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13894 appropriate .insn, such that an older assembler can be used.
13895 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13896 the z/Architecture instruction set on 31-bit targets as well.
13897
138982015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13899
13900 * gdb.go/handcall.exp: Remove all logic related to the first
13901 breakpoint and rely on go_runto_main instead.
13902 * gdb.go/strings.exp: Likewise.
13903 * gdb.go/unsafe.exp: Likewise.
13904 * gdb.go/hello.exp: Likewise. Also rename the remaining
13905 breakpoint marker to "breakpoint 1".
13906 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13907 * gdb.go/strings.go: Likewise.
13908 * gdb.go/unsafe.go: Likewise.
13909 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13910 "set breakpoint 2 here" and rename the remaining breakpoint marker
13911 to "breakpoint 1".
13912
139132015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13914
13915 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13916 if itertools.imap is not present.
13917 * gdb.python/py-objfile.exp: Add parentheses.
13918 * gdb.python/py-type.exp: Same.
13919 * gdb.python/py-unwind-maint.py: Same.
13920
139212015-04-15 Yao Qi <yao.qi@linaro.org>
13922
13923 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13924 of ":$ptr_size" and set its form explicitly.
13925
139262015-04-15 Pedro Alves <palves@redhat.com>
13927 Yao Qi <yao.qi@linaro.org>
13928
13929 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13930 timeout by factor of 4.
13931 (test_regular_watch): Likewise.
13932 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13933 * gdb.reverse/sigall-reverse.exp: Likewise.
13934 * gdb.reverse/until-precsave.exp: Likewise.
13935 * lib/gdb.exp (with_timeout_factor): New proc.
13936 (gdb_expect): Move some code to ...
13937 (get_largest_timeout): ... here. New procedure.
13938
139392015-04-14 Luis Machado <lgustavo@codesourcery.com>
13940
13941 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13942
139432015-04-13 Luis Machado <lgustavo@codesourcery.com>
13944
13945 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13946 to write to the .text section.
13947
139482015-04-13 Luis Machado <lgustavo@codesourcery.com>
13949
13950 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13951 Handle the case of targets that do not provide PID information.
13952
139532015-04-13 Yao Qi <yao.qi@linaro.org>
13954
13955 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13956 and use expect instead of gdb_expect.
13957
139582015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13959
13960 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13961 "coredump_var_addr" to avoid naming conflict with other testcases.
13962
139632015-04-10 Pedro Alves <palves@redhat.com>
13964
13965 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13966 gdb_test_sequence and gdb_assert.
13967
139682015-04-10 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13971 test messages that don't include the breakpoint address.
13972
139732015-04-10 Yao Qi <yao.qi@linaro.org>
13974
13975 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13976 false for some offset and width combinations which aren't
13977 supported by linux kernel.
13978
139792015-04-10 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13982 procedure, factored out from ...
13983 (top level): ... here. Add "set displaced-stepping" testing axis.
13984 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13985 parameter "displaced". Use it.
13986 (top level): Use foreach and add "set displaced-stepping" testing
13987 axis.
13988
139892015-04-10 Pedro Alves <palves@redhat.com>
13990
13991 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13992 Remove comment.
13993 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13994 both the address of the instruction that triggers the watchpoint
13995 and the address of the instruction immediately after, and use
13996 those addresses for the test. Fix comment.
13997
139982015-04-10 Pedro Alves <palves@redhat.com>
13999
14000 * gdb.base/sigstep.exp (breakpoint_to_handler)
14001 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
14002 Test "backtrace" in handler.
14003 (breakpoint_over_handler): New parameter 'displaced'. Use it.
14004 (top level): Add new "displaced" test axis to
14005 breakpoint_to_handler, breakpoint_to_handler_entry and
14006 breakpoint_over_handler.
14007
140082015-04-10 Pedro Alves <palves@redhat.com>
14009
14010 PR gdb/18216
14011 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
14012
140132015-04-10 Yao Qi <yao.qi@linaro.org>
14014
14015 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
14016 (test_add_rn_pc): New function.
14017 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
14018 (top level): Invoke test_add_rn_pc.
14019
140202015-04-10 Pedro Alves <palves@redhat.com>
14021
14022 PR gdb/13858
14023 * gdb.base/step-over-no-symbols.exp: New file.
14024
140252015-04-09 Andy Wingo <wingo@igalia.com>
14026
14027 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
14028 after the Python tests.
14029
140302015-04-08 Keith Seitz <keiths@redhat.com>
14031
14032 PR python/16699
14033 * gdb.python/py-completion.exp: New tests for completion.
14034 * gdb.python/py-completion.py (CompleteLimit1): New class.
14035 (CompleteLimit2): Likewise.
14036 (CompleteLimit3): Likewise.
14037 (CompleteLimit4): Likewise.
14038 (CompleteLimit5): Likewise.
14039 (CompleteLimit6): Likewise.
14040 (CompleteLimit7): Likewise.
14041
140422015-04-08 Pedro Alves <palves@redhat.com>
14043
14044 PR gdb/18214
14045 PR gdb/18216
14046 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
14047 function.
14048 (main): Install it as SIGUSR1 handler.
14049 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
14050 parameter. Always use "setup" as prefix. Toggle "set
14051 displaced-stepping" off/on depending on global. Don't switch to
14052 thread 1 here.
14053 (top level): Add displaced stepping "off/on" test axis. Update
14054 "setup" calls. Wrap each subtest with with_test_prefix. Test
14055 continuing with a queued signal in each thread.
14056
140572015-04-08 Pedro Alves <palves@redhat.com>
14058
14059 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
14060 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
14061 gdb_breakpoint instead of gdb_test that doesn't expect anything.
14062 Return early if running to main fails.
14063 * gdb.trace/while-stepping.exp: Likewise.
14064
140652015-04-07 Pedro Alves <palves@redhat.com>
14066
14067 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
14068 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
14069 interact with inferior program.
14070
140712015-04-07 Pedro Alves <palves@redhat.com>
14072
14073 * lib/gdb.exp (inferior_spawn_id): New global.
14074 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
14075 spawn id after processing the user code.
14076 (default_gdb_start): Set inferior_spawn_id.
14077 (send_inferior): New procedure.
14078 * lib/gdbserver-support.exp (gdbserver_start): Set
14079 inferior_spawn_id.
14080 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
14081
140822015-04-07 Pedro Alves <palves@redhat.com>
14083
14084 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
14085 * lib/gdbserver-support.exp (gdbserver_start): Make
14086 $server_spawn_id global.
14087 (gdbserver_start): Don't wait for gdbserver's spawn id with
14088 expect_background.
14089 (close_gdbserver): New procedure.
14090 (gdb_exit): Rename the default version and reimplement.
14091
140922015-04-07 Pedro Alves <palves@redhat.com>
14093
14094 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
14095 append the substituted item, not the original item.
14096
140972015-04-07 Pedro Alves <palves@redhat.com>
14098
14099 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
14100 gdb_expect.
14101
141022015-04-07 Pedro Alves <palves@redhat.com>
14103
14104 * gdb.base/interrupt.exp: Don't handle the case of the inferior
14105 output appearing once only.
14106
141072015-04-07 Pedro Alves <palves@redhat.com>
14108
14109 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
14110 that doesn't expect anything. Return early if running to main
14111 fails.
14112
141132015-04-07 Yao Qi <yao.qi@linaro.org>
14114
14115 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
14116 (child_function): Call alarm.
14117 (main): Move call to alarm into the loop.
14118 * gdb.threads/non-stop-fair-events.exp: Build program with
14119 -DTIMEOUT=$timeout.
14120
141212015-04-06 Doug Evans <xdje42@gmail.com>
14122
14123 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
14124 Fix dest parameter to board_info.
14125 (fpc_compile): Ditto.
14126 (gdb_compile_pascal): Rename dest arg to destfile.
14127
141282015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14129
14130 * gdb.ada/funcall_ref.exp: New file.
14131 * gdb.ada/funcall_ref/foo.adb: New file.
14132
141332015-04-02 Yao Qi <yao.qi@linaro.org>
14134
14135 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14136 is remote.
14137
141382015-04-02 Gary Benson <gbenson@redhat.com>
14139
14140 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14141
141422015-04-01 Sasha Smundak <asmundak@google.com>
14143
14144 * gdb.python/py-unwind-maint.c: New file.
14145 * gdb.python/py-unwind-maint.exp: New test.
14146 * gdb.python/py-unwind-maint.py: New file.
14147 * gdb.python/py-unwind.c: New file.
14148 * gdb.python/py-unwind.exp: New test.
14149 * gdb.python/py-unwind.py: New test.
14150
141512015-04-01 Pedro Alves <palves@redhat.com>
14152
14153 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14154 to fail instead of non-existent $test.
14155
141562015-04-01 Pedro Alves <palves@redhat.com>
14157
14158 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14159 GDBFLAGS if not empty.
14160
141612015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14162
14163 * gdb.ada/complete.exp: Remove "multi_line".
14164 * gdb.ada/info_exc.exp: Remove "multi_line".
14165 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14166 * gdb.ada/ptype_field.exp: Remove "multi_line".
14167 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14168 * gdb.ada/tagged.exp: Remove "multi_line".
14169 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14170 [multi_line ...]
14171 * gdb.btrace/delta.exp: Likewise.
14172 * gdb.btrace/exception.exp: Likewise.
14173 * gdb.btrace/function_call_history.exp: Likewise.
14174 * gdb.btrace/instruction_history.exp: Likewise.
14175 * gdb.btrace/nohist.exp: Likewise.
14176 * gdb.btrace/record_goto.exp: Likewise.
14177 * gdb.btrace/segv.exp: Likewise.
14178 * gdb.btrace/stepi.exp: Likewise.
14179 * gdb.btrace/tailcall.exp: Likewise.
14180 * gdb.btrace/unknown_functions.exp: Likewise.
14181 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14182 * lib/gdb.exp: Add the "multi_line" helper.
14183
141842015-04-01 Pedro Alves <palves@redhat.com>
14185
14186 * gdb.threads/tid-reuse.c: New file.
14187 * gdb.threads/tid-reuse.exp: New file.
14188
141892015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14190
14191 PR corefiles/16092
14192 * gdb.base/coredump-filter.c: New file.
14193 * gdb.base/coredump-filter.exp: Likewise.
14194
141952015-03-27 Petr Machata <pmachata@redhat.com>
14196
14197 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14198 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14199 (Dwarf::assemble): Initialize them.
14200 (Dwarf::lines): New function.
14201
142022015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14203
14204 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14205 SYMBOL_PREFIX for x86_64-*-cygwin.
14206
142072015-03-26 Andy Wingo <wingo@igalia.com>
14208
14209 PR symtab/18148
14210 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14211 const_value but not a location.
14212 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14213 location defined in non-main CUs are visible.
14214
142152015-03-26 Yao Qi <yao.qi@linaro.org>
14216
14217 PR testsuite/18139
14218 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14219 Add a line number entry for the same line.
14220 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14221 Add a line number entry for the same line.
14222
142232015-03-26 Yao Qi <yao.qi@linaro.org>
14224
14225 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14226 .int 0.
14227 (func): Likewise. Add .Lfunc_1 label.
14228 Use .Lfunc_1 label.
14229 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14230 .int 0.
14231 (func): Likewise.
14232 Use .Lfunc_1 label.
14233
142342015-03-26 Yao Qi <yao.qi@linaro.org>
14235
14236 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14237 Call gdb_compile instead to compile each .s files without debug
14238 information.
14239
142402015-03-26 Yao Qi <yao.qi@linaro.org>
14241
14242 * gdb.base/savedregs.exp (process_saved_regs): Make
14243 "Saved registers:" optional in the pattern.
14244
142452015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14246
14247 * gdb.btrace/next.exp: Merged into step.exp.
14248 * gdb.btrace/finish.exp: Merged into step.exp.
14249 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14250 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14251 "record goto" and checking the exact replay position.
14252 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14253 check for "Recording format" in "info record" output.
14254 * gdb.btrace/record_goto.exp: Choose test file based on target.
14255 * gdb.btrace/x86-record_goto.S: Renamed into ...
14256 * gdb.btrace/x86_64-record_goto.S: ... this.
14257 * gdb.btrace/i686-record_goto.S: New.
14258 * gdb.btrace/x86-tailcall.S: Renamed into ...
14259 * gdb.btrace/x86_64-tailcall.S: ... this.
14260 * gdb.btrace/i686-tailcall.S: New.
14261 * gdb.btrace/x86-tailcall.c: Renamed into ...
14262 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14263 separate statements. Update test.
14264 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14265 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14266 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14267 * gdb.btrace/tailcall.exp: Choose test file based on target.
14268 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14269
142702015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14271
14272 * gdb.btrace/exception.exp: Increase BTS buffer size.
14273
142742015-03-24 Pedro Alves <palves@redhat.com>
14275
14276 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14277
142782015-03-24 Pedro Alves <palves@redhat.com>
14279
14280 * gdb.threads/schedlock.exp (test_step): No longer expect that
14281 "set scheduler-locking step" with "next" over a function call runs
14282 threads unlocked.
14283
142842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14285
14286 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14287
142882015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14289
14290 PR breakpoints/16466
14291 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14292 * gdb.mi/mi-pending.c (thread_func): New function.
14293 (int main): Add threading support required.
14294 * gdb.mi/mi-pending.exp: Add tests for this issue.
14295 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14296 (pendfunc2): Remove stdio dependency.
14297 * gdb.mi/mi-pendshr2.c: New file.
14298
142992015-03-23 Keith Seitz <keiths@redhat.com>
14300
14301 * gdb.linespec/keywords.c: New file.
14302 * gdb.linespec/keywords.exp: New file.
14303
143042015-03-23 Keith Seitz <keiths@redhat.com>
14305
14306 PR gdb/18021
14307 * gdb.dwarf2/staticvirtual.exp: New test.
14308
143092015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14310
14311 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14312 * README: Remove HP-UX and gdb.hp.
14313 (configuration):
14314 * configure: Regenerate.
14315 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14316 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14317 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14318 gdb.hp/gdb.defects/Makefile.
14319 * gdb.hp/Makefile.in: File deleted.
14320 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14321 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14322 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14323 * gdb.hp/gdb.aCC/run.c: File deleted.
14324 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14325 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14326 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14327 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14328 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14329 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14330 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14331 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14332 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14333 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14334 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14335 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14336 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14337 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14338 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14339 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14340 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14341 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14342 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14343 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14344 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14345 * gdb.hp/gdb.compat/average.c: File deleted.
14346 * gdb.hp/gdb.compat/sum.c: File deleted.
14347 * gdb.hp/gdb.compat/xdb.c: File deleted.
14348 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14349 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14350 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14351 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14352 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14353 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14354 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14355 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14356 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14357 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14358 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14359 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14360 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14361 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14362 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14363 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14364 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14365 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14366 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14367 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14368 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14369 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14370 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14371 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14372 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14373 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14374 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14375 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14376 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14377 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14378 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14379 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14380 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14381 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14382 * gdb.hp/tools/odump: File deleted.
14383
143842015-03-19 Pedro Alves <palves@redhat.com>
14385
14386 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14387 (saw_thread_3): New globals.
14388 (top level): Increment them when an event for the corresponding
14389 thread is seen.
14390 (no thread starvation): New test.
14391
143922015-03-19 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.threads/continue-pending-status.c: New file.
14395 * gdb.threads/continue-pending-status.exp: New file.
14396
143972015-03-18 Pedro Alves <palves@redhat.com>
14398
14399 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14400 Use gdb_is_target_remote instead of is_remote. Use
14401 gdb_test_multiple instead of gdb_expect. Exit early if
14402 gdb_test_multiple hits its internal matches. Tighten stepi tests
14403 expected output. Fail on exit with any signal, instead of just
14404 SIGILL.
14405
144062015-03-18 Yao Qi <yao.qi@linaro.org>
14407
14408 PR tdep/18107
14409 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14410 variable.
14411 * gdb.base/catch-syscall.exp: Don't skip it on
14412 aarch64*-*-linux* target. Remove elements in all_syscalls.
14413 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14414 target.
14415 (setup_all_syscalls): New proc.
14416
144172015-03-16 Yao Qi <yao.qi@linaro.org>
14418
14419 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14420 (top level): Skip tests if valid_addr_p returns false for
14421 $cmd1 or $cmd2.
14422
144232015-03-11 Andy Wingo <wingo@igalia.com>
14424
14425 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14426
144272015-03-11 Yao Qi <yao.qi@linaro.org>
14428
14429 * gdb.base/catch-syscall.exp: Fix typo in comments.
14430
144312015-03-11 Yao Qi <yao.qi@linaro.org>
14432
14433 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14434
144352015-03-09 Pedro Alves <palves@redhat.com>
14436
14437 * dg-extract-results.py: Delete.
14438
144392015-03-09 Pedro Alves <palves@redhat.com>
14440
14441 Merge dg-extract-results.sh from GCC upstream (r218843).
14442
14443 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14444 * dg-extract-results.sh: Use --text with grep to avoid issues with
14445 binary files. Fall back to cat -v, if that doesn't work.
14446
144472015-03-05 Pedro Alves <palves@redhat.com>
14448
14449 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14450
144512015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14452
14453 * lib/mi-support.exp (mi_expect_interrupt): Accept
14454 alternative event for when in all-stop mode.
14455
144562015-03-04 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14459
144602015-03-04 Mark Kettenis <kettenis@gnu.org>
14461
14462 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14463
144642015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14465
14466 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14467 regexps for GDB's current line display, accept a hex address
14468 preceding the line number.
14469
144702015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14471
14472 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14473 the 'arch1' variable for "s390*-linux*" targets.
14474
144752015-03-04 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14478 (main): Pass missing retval argument to pthread_join call.
14479
144802015-03-02 Pedro Alves <palves@redhat.com>
14481
14482 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14483 (top level): Call do_test with non-stop as well.
14484
144852015-03-02 Pedro Alves <palves@redhat.com>
14486
14487 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14488 -1.
14489
144902015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14491
14492 * gdb.arch/s390-vregs.exp: New test.
14493 * gdb.arch/s390-vregs.S: New file.
14494
144952015-02-27 Pedro Alves <palves@redhat.com>
14496
14497 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14498 call to catch_command_errors.
14499 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14500 catch_command_errors.
14501
145022015-02-27 Pedro Alves <palves@redhat.com>
14503
14504 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14505 "true" for boolean result.
14506 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14507 prototype of main.
14508
145092015-02-27 Pedro Alves <palves@redhat.com>
14510
14511 * lib/unbuffer_output.c: New file.
14512 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14513 (main): Call gdb_unbuffer_output.
14514
145152015-02-27 Yao Qi <yao.qi@linaro.org>
14516
14517 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14518 target.
14519
145202015-02-26 Doug Evans <dje@google.com>
14521
14522 * gdb.cp/class2.cc (Dbase, D): New classes.
14523 (main): New local delta.
14524 * gdb.cp/class2.exp: Test printing delta.
14525 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14526 (dynbar): New global.
14527 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14528
145292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14530
14531 * gdb.compile/compile-ifunc.c: New file.
14532 * gdb.compile/compile-ifunc.exp: New file.
14533
145342015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14535
14536 * gdb.base/structs.exp: Check for correct struct on finish.
14537
145382015-02-26 Yao Qi <yao.qi@linaro.org>
14539
14540 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14541 is zero.
14542
145432015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14544
14545 * gdb.arch/cordic.ko.bz2: New file.
14546 * gdb.arch/cordic.ko.debug.bz2: New file.
14547 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14548
145492015-02-25 Yao Qi <yao.qi@linaro.org>
14550
14551 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14552 aarch64*-*-* target.
14553
145542015-02-23 Pedro Alves <palves@redhat.com>
14555
14556 * lib/gdb.exp (delete_breakpoints): Rewrite using
14557 gdb_test_multiple.
14558
145592015-02-23 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.base/info-os.c: Include stdlib.h.
14562
145632015-02-22 Doug Evans <xdje42@gmail.com>
14564
14565 PR symtab/17855
14566 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14567 is read after symbols have been re-read.
14568 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14569 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14570
145712015-02-21 Doug Evans <dje@google.com>
14572
14573 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14574
145752015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14576
14577 PR corefiles/17808
14578 * gdb.arch/i386-biarch-core.core.bz2: New file.
14579 * gdb.arch/i386-biarch-core.exp: New file.
14580
145812015-02-21 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14584 runto_main fails.
14585
145862015-02-20 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14589 info probes.
14590
145912015-02-20 Pedro Alves <palves@redhat.com>
14592
14593 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14594
145952015-02-20 Pedro Alves <palves@redhat.com>
14596
14597 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14598 clean_restart before gdb_target_supports_trace.
14599
146002015-02-20 Pedro Alves <palves@redhat.com>
14601
14602 PR threads/18006
14603 * gdb.threads/clone-thread_db.c: New file.
14604 * gdb.threads/clone-thread_db.exp: New file.
14605
146062015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14607
14608 PR breakpoints/16812
14609 * gdb.base/catch-gdb-caused-signals.c: New file.
14610 * gdb.base/catch-gdb-caused-signals.exp: New file.
14611
146122015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14613
14614 * configure: Regenerated.
14615 * configure.ac: Use GDB_AC_TRANSFORM.
14616 * aclocal.m4: sinclude ../transform.m4.
14617
146182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14619
14620 * lib/dtrace.exp: New file.
14621 * gdb.base/dtrace-probe.exp: Likewise.
14622 * gdb.base/dtrace-probe.d: Likewise.
14623 * gdb.base/dtrace-probe.c: Likewise.
14624 * lib/pdtrace.in: Likewise.
14625 * configure.ac: Output variables with the transformed names of
14626 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14627 * configure: Regenerated.
14628
146292015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14630
14631 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14632 expected message when trying to access $_probe_* convenience
14633 variables while not on a probe.
14634
146352015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14636
14637 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14638
146392015-02-11 Pedro Alves <pedro@codesourcery.com>
14640
14641 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14642 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14643
146442015-02-10 Doug Evans <xdje42@gmail.com>
14645
14646 * lib/gdb.exp (gdb_load): Always return a result.
14647
146482015-02-10 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.threads/signal-sigtrap.c: New file.
14651 * gdb.threads/signal-sigtrap.exp: New file.
14652
146532015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14654
14655 * gdb.trace/no-attach-trace.c: New file.
14656 * gdb.trace/no-attach-trace.exp: New file.
14657
146582015-02-09 Mark Wielaard <mjw@redhat.com>
14659
14660 * gdb.dwarf2/atomic.c: New file.
14661 * gdb.dwarf2/atomic-type.exp: Likewise.
14662
146632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14664
14665 * gdb.btrace/buffer-size.exp: Update "info record" output.
14666 * gdb.btrace/delta.exp: Update "info record" output.
14667 * gdb.btrace/enable.exp: Update "info record" output.
14668 * gdb.btrace/finish.exp: Update "info record" output.
14669 * gdb.btrace/instruction_history.exp: Update "info record" output.
14670 * gdb.btrace/next.exp: Update "info record" output.
14671 * gdb.btrace/nexti.exp: Update "info record" output.
14672 * gdb.btrace/step.exp: Update "info record" output.
14673 * gdb.btrace/stepi.exp: Update "info record" output.
14674 * gdb.btrace/nohist.exp: Update "info record" output.
14675
146762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14677
14678 * gdb.btrace/buffer-size: New.
14679
146802015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14681
14682 * gdb.btrace/delta.exp: Update "info record" output.
14683 * gdb.btrace/enable.exp: Update "info record" output.
14684 * gdb.btrace/finish.exp: Update "info record" output.
14685 * gdb.btrace/instruction_history.exp: Update "info record" output.
14686 * gdb.btrace/next.exp: Update "info record" output.
14687 * gdb.btrace/nexti.exp: Update "info record" output.
14688 * gdb.btrace/step.exp: Update "info record" output.
14689 * gdb.btrace/stepi.exp: Update "info record" output.
14690 * gdb.btrace/nohist.exp: Update "info record" output.
14691
146922015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14693
14694 PR gdb/15678
14695 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14696
146972015-02-06 Pedro Alves <palves@redhat.com>
14698
14699 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14700 macro.
14701 (seconds_left, again): New globals.
14702 (main): Wait seconds_left in a 1-second sleep loop instead of
14703 sleeping 180 seconds. If 'again' is set, reset the seconds
14704 counter.
14705 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14706 'again' in the inferior before detaching. Print the seconds left.
14707 (options): New global.
14708 (top level): Build program with -DTIMEOUT=$timeout.
14709
147102015-02-06 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14713 determine how many seconds to pass to 'alarm'.
14714 * gdb.base/gdb-sigterm.exp (top level): Build program with
14715 -DTIMEOUT=$timeout.
14716 (do_test): Return success/failure indication. Add more verbose
14717 logging. Don't fail if 200 single steps are seen. Instead, fail
14718 when the test times out.
14719 (passes): New global.
14720 (top level): Break the testing loop if testing fails on any
14721 iteration. Use gdb_assert.
14722
147232015-02-04 Don Breazeal <donb@codesourcery.com>
14724
14725 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14726 and initialize them.
14727 (ipc_cleanup): New function.
14728 (main): Don't declare shmid, semid, and msqid. Add a call to
14729 atexit so that we call ipc_cleanup on exit.
14730
147312015-02-04 Pedro Alves <palves@redhat.com>
14732
14733 * boards/native-extended-gdbserver.exp: Remove any target variant
14734 specifications from the board name before clearing the isremote
14735 flag from board_info.
14736
147372015-01-31 Doug Evans <xdje42@gmail.com>
14738
14739 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14740
147412015-01-31 Gary Benson <gbenson@redhat.com>
14742
14743 * gdb.base/completion.exp: Disable completion limiting for
14744 existing tests. Add new tests to check completion limiting.
14745 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14746
147472015-01-31 Doug Evans <xdje42@gmail.com>
14748
14749 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14750
147512015-01-31 Doug Evans <xdje42@gmail.com>
14752
14753 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14754 entries. Duplicate file section script entries.
14755 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14756 inlined entries. Add test for safe-path rejection.
14757 * gdb.python/py-section-script.c: Add duplicate inlined section script
14758 entries. Duplicate file section script entries.
14759 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14760 inlined entries. Add test for safe-path rejection.
14761
147622015-01-29 Joel Brobecker <brobecker@adacore.com>
14763
14764 * gdb.ada/disc_arr_bound: New testcase.
14765
147662015-01-29 Joel Brobecker <brobecker@adacore.com>
14767
14768 * gdb.ada/mi_var_array: New testcase.
14769
147702015-01-27 Doug Evans <dje@google.com>
14771
14772 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14773 Add test for objfile.filename, objfile.username after objfile
14774 has been unloaded.
14775
147762015-01-26 Joel Brobecker <brobecker@adacore.com>
14777
14778 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14779 the second test to print the name attribute of value
14780 returned by the call to gdb.lookup_type, and adjust
14781 the expected output accordingly.
14782
147832015-01-25 Mark Wielaard <mjw@redhat.com>
14784
14785 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14786 * gdb.base/disp-step-fork.c: Include unistd.h.
14787 * gdb.base/siginfo-obj.c: Include stdio.h.
14788 * gdb.base/siginfo-thread.c: Likewise.
14789 * gdb.mi/non-stop.c: Include unistd.h.
14790 * gdb.mi/nsthrexec.c: Include stdio.h.
14791 * gdb.mi/pthreads.c: Include unistd.h.
14792 * gdb.modula2/unbounded1.c (main): Declare returns int.
14793 * gdb.reverse/consecutive-reverse.c: Likewise.
14794 * gdb.threads/create-fail.c: Include unistd.h.
14795 * gdb.threads/killed.c: Likewise.
14796 * gdb.threads/linux-dp.c: Likewise.
14797 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14798 * gdb.threads/non-ldr-exc-2.c: Likewise.
14799 * gdb.threads/non-ldr-exc-3.c: Likewise.
14800 * gdb.threads/non-ldr-exc-4.c: Likewise.
14801 * gdb.threads/pthreads.c: Include unistd.h.
14802 (main): Declare returns int.
14803 * gdb.threads/tls-main.c (foo): New declaration.
14804 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14805
148062015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14807
14808 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14809 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14810
148112015-01-15 Mark Wielaard <mjw@redhat.com>
14812
14813 * gdb.base/noreturn-return.c: New file.
14814 * gdb.base/noreturn-return.exp: New file.
14815 * gdb.base/noreturn-finish.c: New file.
14816 * gdb.base/noreturn-finish.exp: New file.
14817
148182015-01-23 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.threads/continue-pending-after-query.c: New file.
14821 * gdb.threads/continue-pending-after-query.exp: New file.
14822
148232015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14824 Simon Marchi <simon.marchi@ericsson.com>
14825
14826 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14827 * gdb.base/valgrind-db-attach.exp: Same.
14828 * gdb.base/valgrind-infcall.exp: Same.
14829 * lib/mi-support.exp (default_mi_gdb_start): Same.
14830 * lib/prompt.exp (default_prompt_gdb_start): Same.
14831 * lib/gdb.exp (default_gdb_spawn): Same.
14832 (gdb_interact): New.
14833
14834
148352015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14836
14837 * gdb.compile/compile.exp (pointer to jit function): New test.
14838
148392015-01-17 Wei-cheng Wang <cole945@gmail.com>
14840
14841 * lib/gdb.exp (supports_process_record): Return true for
14842 powerpc*-*-linux*.
14843 (supports_reverse): Likewise.
14844
148452015-01-15 Don Breazeal <donb@codesourcery.com>
14846
14847 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14848 instead of checking whether the target board is remote and
14849 use spawn_wait_for_attach instead of exec/sleep.
14850 * gdb.base/attach-twice.exp: Likewise.
14851
148522015-01-15 Joel Brobecker <brobecker@adacore.com>
14853
14854 * gdb.ada/var_arr_attrs: New testcase.
14855
148562015-01-14 Pedro Alves <palves@redhat.com>
14857 Joel Brobecker <brobecker@adacore.com>
14858
14859 PR gdb/17525
14860 * gdb.base/bp-cmds-execution-x-script.c: New file.
14861 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14862 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14863
148642015-01-14 Pedro Alves <palves@redhat.com>
14865
14866 PR cli/17828
14867 * gdb.base/batch-preserve-term-settings.c: New file.
14868 * gdb.base/batch-preserve-term-settings.exp: New file.
14869
148702015-01-13 Doug Evans <dje@google.com>
14871
14872 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14873 binary.
14874
148752015-01-13 Joel Brobecker <brobecker@adacore.com>
14876
14877 * Makefile.in (clean mostlyclean): Do not delete *.py.
14878
148792015-01-13 Joel Brobecker <brobecker@adacore.com>
14880
14881 * gdb.python/py-lookup-type.exp: New file.
14882
148832015-01-12 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14886 restore GDBFLAGS before returning.
14887
148882015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14889
14890 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14891 is_amd64_regs_target and is_x86_like_target.
14892
148932015-01-11 Doug Evans <xdje42@gmail.com>
14894
14895 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14896 is given without an explicit form.
14897 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14898 attributes.
14899 * gdb.dwarf/corrupt.exp: Ditto.
14900 * gdb.dwarf2/enum-type.exp: Ditto.
14901 * gdb.trace/entry-values.exp: Ditto.
14902 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14903
149042015-01-11 Doug Evans <xdje42@gmail.com>
14905
14906 PR gdb/15830
14907 * gdb.base/maint.exp: Remove references to "maint demangle".
14908 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14909 Add tests for explicitly specifying language to demangle.
14910 * gdb.dlang/demangle.exp: Ditto.
14911
149122015-01-09 Pedro Alves <palves@redhat.com>
14913
14914 * gdb.threads/non-stop-fair-events.c: New file.
14915 * gdb.threads/non-stop-fair-events.exp: New file.
14916
149172015-01-09 Pedro Alves <palves@redhat.com>
14918
14919 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14920 the global scope. Set a breakpoint after all threads are started
14921 rather than stepping over two source lines. Expect the prompt.
14922 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14923 global.
14924 (NUM): Now 15.
14925 (main): Use threads_started_barrier to wait for all threads to
14926 start. Main thread no longer calls thread_function. Exit after
14927 180 seconds.
14928 (loop): New function.
14929 (thread_function): Wait on threads_started_barrier barrier. Call
14930 'loop' at each iteration.
14931 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14932 threads have started, instead of hardcoding number of "next"
14933 steps. Use an access watchpoint instead of a write watchpoint.
14934
149352015-01-09 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14938 (thread_func): Wait on barrier.
14939 (main): Wait for all threads to start before stopping GDB.
14940 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14941 global.
14942 (thread1_func, thread2_func): Wait on barrier.
14943 (main): Wait for all threads to start before stopping GDB.
14944 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14945 New global.
14946 (thread1_func, thread2_func): Wait on barrier.
14947 (main): Wait for all threads to start before stopping GDB.
14948
149492015-01-09 Pedro Alves <palves@redhat.com>
14950
14951 * gdb.threads/attach-many-short-lived-threads.c: New file.
14952 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14953
149542014-01-09 Pedro Alves <palves@redhat.com>
14955
14956 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14957 instead of to thread 2.
14958 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14959 Add barrier around each pthread_create call instead of around all
14960 calls.
14961 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14962 Set a break on thread_function and have the child threads hit it
14963 one at at a time.
14964
149652015-01-09 Pedro Alves <palves@redhat.com>
14966
14967 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14968 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14969 false.
14970 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14971 checking whether the target board is remote.
14972 * gdb.multi/multi-attach.exp: Likewise.
14973 * gdb.python/py-sync-interp.exp: Likewise.
14974 * gdb.server/ext-attach.exp: Likewise.
14975 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14976 tests that need to attach, instead of checking whether the target
14977 board is remote at the top of the file.
14978
149792015-01-08 Yao Qi <yao@codesourcery.com>
14980
14981 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14982
149832015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14984
14985 Fix testcase compilation.
14986 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14987
149882015-01-06 Joel Brobecker <brobecker@adacore.com>
14989
14990 * gdb.python/py-type.exp: Add a couple test about empty
14991 array creation, and negative-length array creation.
14992
149932015-01-02 Doug Evans <xdje42@gmail.com>
14994
14995 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14996
149972015-01-02 Doug Evans <dje@google.com>
14998
14999 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
15000
150012014-12-29 Yao Qi <yao@codesourcery.com>
15002
15003 * gdb.trace/entry-values.exp: Update comments. Rename variable
15004 bar_call_foo to returned_from_foo.
15005
150062014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
15007
15008 PR gdb/17394
15009 * gdb.linespec/break-asm-file.c: New file.
15010 * gdb.linespec/break-asm-file.exp: New file.
15011 * gdb.linespec/break-asm-file0.s: New file.
15012 * gdb.linespec/break-asm-file1.s: New file.
15013
150142014-12-18 Nigel Stephens <nigel@mips.com>
15015 Maciej W. Rozycki <macro@codesourcery.com>
15016
15017 * gdb.base/float.exp: Handle the new output from "info float" on
15018 MIPS targets.
15019
150202014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
15021
15022 Fix MinGW compilation.
15023 * gdb.compile/compile-ops.exp: Update untested message if
15024 !skip_compile_feature_tests.
15025 * gdb.compile/compile-setjmp.exp: Likewise.
15026 * gdb.compile/compile-tls.exp: Likewise.
15027 * gdb.compile/compile.exp: Likewise.
15028 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
15029 supported on this host".
15030
150312014-12-16 Doug Evans <xdje42@gmail.com>
15032
15033 * boards/stabs.exp: New file.
15034
150352014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
15036
15037 * gdb.base/completion.exp: Adjust to format changes of "maint
15038 print user-registers".
15039
150402014-12-16 Catalin Udma <catalin.udma@freescale.com>
15041
15042 PR server/17457
15043 * gdb.arch/aarch64-fp.c: New file.
15044 * gdb.arch/aarch64-fp.exp: New file.
15045
150462014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
15047
15048 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
15049 r210637, r210913, r211666, r215400, r215817).
15050
15051 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
15052 * dg-extract-results.py: New file.
15053 * dg-extract-results.sh: Use it if the environment seems
15054 suitable.
15055
15056 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
15057
15058 * dg-extract-results.py (parse_run): Handle warnings that
15059 are printed before a test harness is run.
15060
15061 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
15062
15063 * dg-extract-results.py (Named): Remove __cmp__ method.
15064 (output_variation): Use a key to sort variation.harnesses.
15065
15066 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
15067
15068 * dg-extract-results.py: For Python 3, force sys.stdout to
15069 handle surrogate escape sequences.
15070 (safe_open): New function.
15071 (output_segment, main): Use it.
15072
15073 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
15074
15075 * dg-extract-results.py (Prog.result_re): Include options
15076 in test name.
15077
15078 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
15079
15080 * dg-extract-results.py (output_variation): Always sort if
15081 do_sum.
15082
150832014-12-15 Simon Marchi <simon.marchi@ericsson.com>
15084
15085 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
15086 as long as we get pagination notifications.
15087
150882014-12-15 Jason Merrill <jason@redhat.com>
15089
15090 * Makefile.in (check-gdb.%): Restore.
15091 * README: Mention it.
15092
150932014-12-13 Joel Brobecker <brobecker@adacore.com>
15094
15095 * gdb.ada/str_uninit: New testcase.
15096
150972014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15098
15099 PR symtab/17642
15100 * gdb.base/vla-stub-define.c: New file.
15101 * gdb.base/vla-stub.c: New file.
15102 * gdb.base/vla-stub.exp: New file.
15103
151042014-12-12 Phil Muldoon <pmuldoon@redhat.com>
15105 Jan Kratochvil <jan.kratochvil@redhat.com>
15106 Tom Tromey <tromey@redhat.com>
15107
15108 * configure.ac: Add gdb.compile/.
15109 * configure: Regenerate.
15110 * gdb.compile/Makefile.in: New file.
15111 * gdb.compile/compile-ops.exp: New file.
15112 * gdb.compile/compile-ops.c: New file.
15113 * gdb.compile/compile-tls.c: New file.
15114 * gdb.compile/compile-tls.exp: New file.
15115 * gdb.compile/compile-constvar.S: New file.
15116 * gdb.compile/compile-constvar.c: New file.
15117 * gdb.compile/compile-mod.c: New file.
15118 * gdb.compile/compile-nodebug.c: New file.
15119 * gdb.compile/compile-setjmp-mod.c: New file.
15120 * gdb.compile/compile-setjmp.c: New file.
15121 * gdb.compile/compile-setjmp.exp: New file.
15122 * gdb.compile/compile-shlib.c: New file.
15123 * gdb.compile/compile.c: New file.
15124 * gdb.compile/compile.exp: New file.
15125 * lib/gdb.exp (skip_compile_feature_tests): New proc.
15126
151272014-12-12 Tom Tromey <tromey@redhat.com>
15128
15129 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15130 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15131
151322014-12-12 Doug Evans <dje@google.com>
15133
15134 * lib/gdb-python.exp (get_python_valueof): New function.
15135 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15136
151372014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15138
15139 * gdb.base/completion.exp: Add test for completion of "info
15140 registers ".
15141
151422014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15143
15144 * gdb.base/func-ptrs.c: New file.
15145 * gdb.base/func-ptrs.exp: New file.
15146
151472014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15148
15149 PR breakpoints/17012
15150 * gdb.base/dprintf-detach.c: New file.
15151 * gdb.base/dprintf-detach.exp: New file.
15152
151532014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15154
15155 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15156 * lib/gdb.exp (target_is_gdbserver): New procedure.
15157
151582014-12-08 Doug Evans <dje@google.com>
15159
15160 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15161
151622014-12-05 Yao Qi <yao@codesourcery.com>
15163
15164 * gdb.guile/scm-error.exp: Remove the third argument to
15165 gdb_remote_download.
15166 * gdb.guile/scm-frame-args.exp: Likewise.
15167 * gdb.guile/scm-section-script.exp: Likewise.
15168
151692014-12-05 Yao Qi <yao@codesourcery.com>
15170
15171 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15172
151732014-12-04 Doug Evans <dje@google.com>
15174
15175 * gdb.python/py-objfile.exp: Add tests for
15176 objfile.add_separate_debug_file.
15177
151782014-12-04 Doug Evans <dje@google.com>
15179
15180 * lib/gdb.exp (get_build_id): New function.
15181 (build_id_debug_filename_get): Rewrite to use it.
15182 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15183
151842014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15185
15186 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15187 `method(long)', not just 0x0.
15188 * gdb.cp/nsalias.exp: Align code labels to 4.
15189 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15190 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15191 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15192 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15193 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15194 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15195
151962014-12-02 Doug Evans <dje@google.com>
15197
15198 PR symtab/17602
15199 * gdb.cp/anon-ns.cc: Move guts of this file to ...
15200 * gdb.cp/anon-ns2.cc: ... here. New file.
15201 * gdb.cp/anon-ns.exp: Update.
15202
152032014-12-02 Nick Bull <nicholaspbull@gmail.com>
15204
15205 * gdb.python/py-events.py (inferior_call_handler): New.
15206 (register_changed_handler, memory_changed_handler): New.
15207 (test_events.invoke): Register new handlers.
15208 * gdb.python/py-events.exp: Add tests for inferior call,
15209 memory_changed and register_changed events.
15210
152112014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15212
15213 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15214 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15215 if the linker doesn't understand this.
15216
152172014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15218
15219 * gdb.python/python.exp: Change expected reply to help().
15220
152212014-12-01 Yao Qi <yao@codesourcery.com>
15222
15223 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15224 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15225 * configure: Re-generated.
15226
152272014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15228
15229 * gdb.cp/chained-calls.cc: New file.
15230 * gdb.cp/chained-calls.exp: New file.
15231 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15232
152332014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15234
15235 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15236 * gdb.dwarf2/symtab-producer.exp: Same.
15237 * gdb.gdb/python-interrupts.exp: Same.
15238 * gdb.gdb/python-selftest.exp: Same.
15239 * gdb.python/py-linetable.exp: Same.
15240 * gdb.python/py-type.exp: Same.
15241 * gdb.python/py-value-cc.exp: Same.
15242 * gdb.python/py-value.exp: Same.
15243
152442014-11-28 Yao Qi <yao@codesourcery.com>
15245
15246 * gdb.base/break-probes.exp: Match library name prefixed with
15247 sysroot.
15248
152492014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15250
15251 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15252 test expected output. Add parentheses for the call to print.
15253 Remove L suffix from integers.
15254
152552014-11-26 Doug Evans <dje@google.com>
15256
15257 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15258
152592014-11-22 Yao Qi <yao@codesourcery.com>
15260
15261 * gdb.trace/entry-values.c: Remove asms.
15262 (foo): Add foo_label.
15263 (bar): Add bar_label.
15264 * gdb.trace/entry-values.exp: Remove code computing foo's
15265 length and bar's length.
15266 (Dwarf::assemble): Invoke function_range for bar and use
15267 MACRO_AT_func for foo.
15268
152692014-11-22 Yao Qi <yao@codesourcery.com>
15270
15271 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15272 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15273 Use .Lgcc43_procstart instead of gcc43.
15274
152752014-11-21 Joel Brobecker <brobecker@adacore.com>
15276
15277 * gdb.ada/n_arr_bound: New testcase.
15278
152792014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15280
15281 PR breakpoints/10737
15282 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15283 test_catch_syscall_multi_arch.
15284 (test_catch_syscall_multi_arch): New function.
15285
152862014-11-20 Doug Evans <xdje42@gmail.com>
15287
15288 * gdb.base/maint.exp: Update expected output.
15289
152902014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15291
15292 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15293 4-byte instruction on S390.
15294
152952014-11-19 Joel Brobecker <brobecker@adacore.com>
15296
15297 * gdb.ada/arr_arr: New testcase.
15298
152992014-11-19 Joel Brobecker <brobecker@adacore.com>
15300
15301 * gdb.ada/pkd_arr_elem: New Testcase.
15302
153032014-11-18 Luis Machado <lgustavo@codesourcery.com>
15304
15305 * gdb.reverse/break-precsave: Expect completion message for
15306 core file reads.
15307 * gdb.reverse/consecutive-precsave.exp: Likewise.
15308 * gdb.reverse/finish-precsave.exp: Likewise.
15309 * gdb.reverse/i386-precsave.exp: Likewise.
15310 * gdb.reverse/machinestate-precsave.exp: Likewise.
15311 * gdb.reverse/sigall-precsave.exp: Likewise.
15312 * gdb.reverse/solib-precsave.exp: Likewise.
15313 * gdb.reverse/step-precsave.exp: Likewise.
15314 * gdb.reverse/until-precsave.exp: Likewise.
15315 * gdb.reverse/watch-precsave.exp: Likewise.
15316
153172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15318
15319 * gdb.base/bp-permanent.c: Include unistd.h.
15320 * gdb.python/py-framefilter-mi.c (main): Add return type.
15321 * gdb.python/py-framefilter.c (main): Likewise.
15322 * gdb.trace/actions-changed.c (main): Likewise.
15323
153242014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15325
15326 * gdb.mi/until.c: Add eye-catchers.
15327 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15328 line numbers.
15329
153302014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15331
15332 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15333 function header variants in break1.c.
15334 * gdb.base/ena-dis-br.exp: Likewise.
15335 * gdb.base/hbreak2.exp: Likewise.
15336 * gdb.reverse/until-precsave.exp: Drop references to removed
15337 non-prototype function header variants in ur1.c.
15338 * gdb.reverse/until-reverse.exp: Likewise.
15339
153402014-11-17 Petr Machata <pmachata@redhat.com>
15341
15342 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15343 ${_cu_offset_size} bytes abbrev offset.
15344
153452014-11-15 Doug Evans <xdje42@gmail.com>
15346
15347 PR symtab/17559
15348 * gdb.base/line-symtabs.exp: New file.
15349 * gdb.base/line-symtabs.c: New file.
15350 * gdb.base/line-symtabs.h: New file.
15351
153522014-11-14 Yao Qi <yao@codesourcery.com>
15353
15354 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15355 (func): Add label func_label.
15356 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15357 Replace low_pc and high_pc with MACRO_AT_range.
15358 Replace name, low_pc and high_pc with MACRO_AT_func.
15359
153602014-11-14 Yao Qi <yao@codesourcery.com>
15361
15362 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15363 Replace name, low_pc and high_pc with MACRO_AT_func.
15364
153652014-11-14 Yao Qi <yao@codesourcery.com>
15366
15367 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15368 produce debug information.
15369 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15370
153712014-11-14 Yao Qi <yao@codesourcery.com>
15372
15373 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15374 object and get function length.
15375 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15376 with MACRO_AT_func.
15377 (top-level): Replace gdb_compile and clean_restart with
15378 prepare_for_testing.
15379 * gdb.dwarf2/main.c (main): Add label main_label.
15380
153812014-11-14 Yao Qi <yao@codesourcery.com>
15382
15383 * lib/dwarf.exp (function_range): New procedure.
15384 (Dwarf::_handle_macro_at_func): New procedure.
15385 (Dwarf::_handle_macro_at_range): New procedure.
15386 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15387
153882014-11-14 Yao Qi <yao@codesourcery.com>
15389
15390 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15391 (_handle_attribute): New procedure.
15392
153932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15394
15395 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15396 * gdb.base/call-sc.c (zed): Likewise.
15397 * gdb.base/checkpoint.c (main): Likewise.
15398 * gdb.base/dump.c (main): Likewise.
15399 * gdb.base/gcore.c (main): Likewise.
15400 * gdb.base/huge.c (main): Likewise.
15401 * gdb.base/multi-forks.c (main): Likewise.
15402 * gdb.base/pr10179-a.c (main): Likewise.
15403 * gdb.base/savedregs.c (main): Likewise.
15404 * gdb.base/sigaltstack.c (main): Likewise.
15405 * gdb.base/siginfo.c (main): Likewise.
15406 * gdb.base/structs.c (zed): Likewise.
15407 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15408 * gdb.mi/mi-syn-frame.c (main): Likewise.
15409 * gdb.mi/until.c (foo, main): Likewise.
15410 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15411 * gdb.base/solib-weak.c (foo): Declare.
15412 * gdb.base/attach-twice.c: Include stdio.h.
15413 * gdb.base/weaklib1.c: Likewise.
15414 * gdb.base/weaklib2.c: Likewise.
15415 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15416 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15417 unistd.h.
15418 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15419 * gdb.mi/mi-exit-code.c: Likewise.
15420 * gdb.base/break-interp-lib.c: Include string.h.
15421 * gdb.base/coremaker.c: Likewise.
15422 * gdb.base/testenv.c: Likewise.
15423 * gdb.python/py-finish-breakpoint.c: Likewise.
15424 * gdb.base/inferior-died.c: Include sys/wait.h.
15425 * gdb.base/fileio.c: Include time.h.
15426 * gdb.base/async-shell.c: Include unistd.h.
15427 * gdb.base/dprintf-non-stop.c: Likewise.
15428 * gdb.base/info-os.c: Likewise.
15429 * gdb.mi/mi-console.c: Likewise.
15430 * gdb.mi/watch-nonstop.c: Likewise.
15431 * gdb.python/py-events.c: Likewise.
15432 * gdb.base/async.c (baz): Move up before its invocation.
15433 * gdb.base/code_elim2.c (my_global_func): Likewise.
15434 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15435 * gdb.base/advance.c (func2): Likewise.
15436
154372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15438
15439 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15440 variant.
15441 * gdb.base/annota3.c: Likewise.
15442 * gdb.base/async.c: Likewise.
15443 * gdb.base/average.c: Likewise.
15444 * gdb.base/call-ar-st.c: Likewise.
15445 * gdb.base/call-rt-st.c: Likewise.
15446 * gdb.base/call-sc.c: Likewise.
15447 * gdb.base/call-strs.c: Likewise.
15448 * gdb.base/ending-run.c: Likewise.
15449 * gdb.base/execd-prog.c: Likewise.
15450 * gdb.base/exprs.c: Likewise.
15451 * gdb.base/foll-exec.c: Likewise.
15452 * gdb.base/foll-fork.c: Likewise.
15453 * gdb.base/foll-vfork.c: Likewise.
15454 * gdb.base/funcargs.c: Likewise.
15455 * gdb.base/gcore.c: Likewise.
15456 * gdb.base/jump.c: Likewise.
15457 * gdb.base/langs0.c: Likewise.
15458 * gdb.base/langs1.c: Likewise.
15459 * gdb.base/langs2.c: Likewise.
15460 * gdb.base/mips_pro.c: Likewise.
15461 * gdb.base/nodebug.c: Likewise.
15462 * gdb.base/opaque0.c: Likewise.
15463 * gdb.base/opaque1.c: Likewise.
15464 * gdb.base/recurse.c: Likewise.
15465 * gdb.base/run.c: Likewise.
15466 * gdb.base/scope0.c: Likewise.
15467 * gdb.base/scope1.c: Likewise.
15468 * gdb.base/setshow.c: Likewise.
15469 * gdb.base/setvar.c: Likewise.
15470 * gdb.base/shmain.c: Likewise.
15471 * gdb.base/shr1.c: Likewise.
15472 * gdb.base/shr2.c: Likewise.
15473 * gdb.base/sigall.c: Likewise.
15474 * gdb.base/signals.c: Likewise.
15475 * gdb.base/so-indr-cl.c: Likewise.
15476 * gdb.base/solib2.c: Likewise.
15477 * gdb.base/structs.c: Likewise.
15478 * gdb.base/sum.c: Likewise.
15479 * gdb.base/vforked-prog.c: Likewise.
15480 * gdb.base/watchpoint.c: Likewise.
15481 * gdb.reverse/shr2.c: Likewise.
15482 * gdb.reverse/until-reverse.c: Likewise.
15483 * gdb.reverse/ur1.c: Likewise.
15484 * gdb.reverse/watch-reverse.c: Likewise.
15485
154862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15487
15488 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15489 variant.
15490 * gdb.base/sepdebug.exp: Drop references to removed code.
15491
154922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15493
15494 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15495 variant. Preserve original line numbering.
15496 * gdb.base/list1.c: Likewise.
15497
154982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15499
15500 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15501 variant.
15502 * gdb.base/break1.c: Likewise.
15503 * gdb.base/break.exp: Drop references to removed code.
15504
155052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15506
15507 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15508 variant.
15509
155102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15511
15512 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15513
155142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15515
15516 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15517 logic into perform_all_tests() and invoke it with and without
15518 function header prototypes.
15519 (do_function_calls): Remove conditional XFAIL for PR 5318.
15520 (rerun_and_prepare): Remove duplicate code.
15521 (perform_all_tests): New. Main logic moved here.
15522
155232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15524
15525 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15526 code guarded by #ifdef NO_PROTOTYPES.
15527 (t_double_many_args): Likewise.
15528 (DEF_FUNC_MANY_ARGS_1): Likewise.
15529 (DEF_FUNC_VALUES_1): Likewise.
15530 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15531 guarded by #ifdef PROTOTYPES.
15532
155332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15534
15535 * gdb.mi/mi-console.c: Add eye-catcher.
15536 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15537 instead of literal line number.
15538
155392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15540
15541 * gdb.base/shr2.c: Add eye-catcher.
15542 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15543 line number.
15544
155452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15546
15547 * gdb.base/jump.c: Add eye-catchers.
15548 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15549 numbers.
15550
155512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15552
15553 * gdb.base/execd-prog.c: Add eye-catchers.
15554 * gdb.base/foll-exec.c: Likewise.
15555 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15556 line numbers.
15557
155582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15559
15560 * gdb.base/ending-run.c: Add eye-catchers.
15561 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15562 literal line numbers.
15563
155642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15565
15566 * gdb.base/call-rt-st.c: Add eye-catchers.
15567 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15568 literal line numbers.
15569
155702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15571
15572 * gdb.base/call-ar-st.c: Add eye-catchers.
15573 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15574 literal line numbers.
15575
155762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15577
15578 * gdb.base/average.c: Add eye-catchers.
15579 * gdb.base/sum.c: Likewise.
15580 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15581 regexps dynamically.
15582
155832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15584
15585 * gdb.base/solib1.c: Add eye-catchers.
15586 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15587 literal line numbers.
15588
155892014-11-12 Pedro Alves <palves@redhat.com>
15590
15591 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15592 leader has exited.
15593
155942014-11-12 Pedro Alves <palves@redhat.com>
15595
15596 * gdb.arch/i386-bp_permanent.c: New file.
15597 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15598 (srcfile): Set to i386-bp_permanent.c.
15599 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15600 that stepi does not execute the 'leave' instruction, instead of
15601 testing it does execute.
15602 * gdb.base/bp-permanent.c: New file.
15603 * gdb.base/bp-permanent.exp: New file.
15604
156052014-11-10 Doug Evans <xdje42@gmail.com>
15606
15607 PR symtab/17564
15608 * gdb.base/symtab-search-order.exp: New file.
15609 * gdb.base/symtab-search-order.c: New file.
15610 * gdb.base/symtab-search-order-1.c: New file.
15611 * gdb.base/symtab-search-order-shlib-1.c: New file.
15612
156132014-11-07 Pedro Alves <palves@redhat.com>
15614
15615 PR gdb/17511
15616 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15617 i?86-*-linux*.
15618
156192014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15620
15621 PR c++/17494
15622 * gdb.cp/pr17494.cc: New file.
15623 * gdb.cp/pr17494.exp: New file.
15624
156252014-11-02 Yao Qi <yao@codesourcery.com>
15626
15627 * gdb.python/python.exp: Get working directory and match the
15628 output of "set extended-prompt \\w " with it.
15629
156302014-10-30 Doug Evans <dje@google.com>
15631
15632 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15633 in objfiles.
15634 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15635 in progspaces.
15636
156372014-10-30 Janis Johnson <janisjo@codesourcery.com>
15638
15639 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15640 * gdb.base/realname-expand.exp: Likewise.
15641 * gdb.linespec/macro-relative.exp: Likewise.
15642
156432014-10-29 Pedro Alves <palves@redhat.com>
15644
15645 PR gdb/17408
15646 * gdb.threads/schedlock.c (some_function): New function.
15647 (call_function): New global.
15648 (MAYBE_CALL_SOME_FUNCTION): New macro.
15649 (thread_function): Call it.
15650 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15651 and use it instead of a global counter. Adjust all callers.
15652 (get_current_thread): Use "find current thread" for test message
15653 here rather than having all callers pass down the same string.
15654 (goto_loop): New procedure, factored out from ...
15655 (my_continue): ... this.
15656 (step_ten_loops): Change parameter from test message to command to
15657 use. Adjust.
15658 (list_count): Delete global.
15659 (check_result): New procedure, factored out from duplicate top
15660 level code.
15661 (continue tests): Wrap in with_test_prefix.
15662 (test_step): New procedure, factored out from duplicate top level
15663 code.
15664 (top level): Test "step" in combination with all scheduler-locking
15665 modes. Test "next" in combination with all scheduler-locking
15666 modes, and in combination with stepping over a function call or
15667 not.
15668 * gdb.threads/next-bp-other-thread.c: New file.
15669 * gdb.threads/next-bp-other-thread.exp: New file.
15670
156712014-10-29 Pedro Alves <palves@redhat.com>
15672
15673 PR python/17372
15674 * gdb.python/python.exp: Test a multi-line command that spawns
15675 interactive Python.
15676 * gdb.base/multi-line-starts-subshell.exp: New file.
15677
156782014-10-29 Yao Qi <yao@codesourcery.com>
15679
15680 * gdb.base/fileio.exp: Make directories on host.
15681
156822014-10-29 Yao Qi <yao@codesourcery.com>
15683
15684 * gdb.base/fileio.c (test_write): Close the file.
15685
156862014-10-28 Pedro Alves <palves@redhat.com>
15687
15688 PR gdb/12623
15689 * gdb.base/sigstep.c (no_handler): New global.
15690 (main): If 'no_handler is true, set the signal handlers to
15691 SIG_IGN.
15692 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15693 with_sw_watch and no_handler parameters. Handle them.
15694 (top level) <stepping over handler when stopped at a breakpoint
15695 test>: Add a test axis for testing with a software watchpoint, and
15696 another for testing with the signal handler set to SIG_IGN.
15697 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15698 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15699
157002014-10-28 Pedro Alves <palves@redhat.com>
15701
15702 PR gdb/17511
15703 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15704 * gdb.base/sigstep.exp (other_handler_location): New global.
15705 (advance): Support stepping into the signal handler, and running
15706 commands while in the handler.
15707 (in_handler_map): New global.
15708 (top level): In the advance test, add combinations for getting
15709 into the handler with stepping commands, and for running commands
15710 in the handler. Add comment descripting the advancei tests.
15711
157122014-10-28 Pedro Alves <palves@redhat.com>
15713
15714 * gdb.base/sigstep.exp: Use build_executable instead of
15715 prepare_for_testing.
15716 (top level): Move code that starts GDB, runs to main and creates a
15717 display to ...
15718 (restart): ... this new procedure.
15719 (top level): Move backtrace from signal handler test to ...
15720 (validate_backtrace): ... this new procedure.
15721 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15722 with_test_prefix. Always restart GDB.
15723 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15724 with_test_prefix. Always restart GDB. No need to delete
15725 breakpoints after the test.
15726 (test_skip_handler): Remove prefix parameter.
15727 (skip_over_handler, breakpoint_to_handler)
15728 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15729 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15730 restart GDB. No need to delete breakpoints after the test.
15731 (top level): Use foreach to call the test procedures with
15732 different commands.
15733
157342014-10-28 Pedro Alves <palves@redhat.com>
15735
15736 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15737 instead of GNATS numbers.
15738 * gdb.base/sigbpt.exp: Likewise.
15739 * gdb.base/siginfo.exp: Likewise.
15740 * gdb.base/sigstep.exp: Likewise.
15741
157422014-10-27 Pedro Alves <palves@redhat.com>
15743
15744 * gdb.base/sigstep.c (dummy): New global.
15745 (main): Issue a couple writes to the new global.
15746 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15747 procedures.
15748 (skip_over_handler): Use test_skip_handler.
15749 (top level): Call skip_over_handler for stepi and nexti too.
15750 (breakpoint_over_handler): Use test_skip_handler.
15751 (top level): Call breakpoint_over_handler for stepi and nexti too.
15752
157532014-10-27 Yao Qi <yao@codesourcery.com>
15754
15755 * gdb.trace/tfile.c (adjust_function_address)
15756 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15757 function descriptor.
15758
157592014-10-24 Don Breazeal <donb@codesourcery.com>
15760
15761 * gdb.base/foll-fork.exp (test_follow_fork,
15762 catch_fork_child_follow): Check for updated fork messages emitted
15763 from infrun.c.
15764 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15765 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15766 vfork_and_exec_child_follow_through_step): Check for updated vfork
15767 messages emitted from infrun.c.
15768
157692014-10-24 Pedro Alves <palves@redhat.com>
15770
15771 * gdb.base/corefile.exp: Remove references to ultrix.
15772 * gdb.base/interrupt.exp: Likewise.
15773 * gdb.base/whatis.exp: Likewise.
15774 * gdb.gdb/selftest.exp: Likewise.
15775 * gdb.threads/manythreads.exp: Likewise.
15776 * gdb.threads/print-threads.exp: Likewise.
15777 * gdb.threads/pthreads.exp:: Likewise.
15778 * gdb.threads/schedlock.exp: Likewise.
15779
157802014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15781
15782 * gdb.cp/non-trivial-retval.cc: Add a test case.
15783 * gdb.cp/non-trivial-retval.exp: Add a test.
15784
157852014-10-20 Yao Qi <yao@codesourcery.com>
15786
15787 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15788 * gdb.python/py-objfile-script-gdb.py: New file.
15789 * gdb.python/py-objfile-script.exp: Update reference to
15790 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15791 of remote_download. Remove the dest file.
15792
157932014-10-20 Yao Qi <yao@codesourcery.com>
15794
15795 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15796 * gdb.base/step-line.exp: Likewise.
15797 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15798 * gdb.dwarf2/dw2-basic.exp: Likewise.
15799 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15800 * gdb.dwarf2/dw2-filename.exp: Likewise.
15801 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15802 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15803 * gdb.dwarf2/dw2-producer.exp: Likewise.
15804 * gdb.dwarf2/mac-fileno.exp: Likewise.
15805 * gdb.python/py-frame-args.exp: Likewise.
15806 * gdb.python/py-framefilter.exp: Likewise.
15807 * gdb.python/py-mi.exp: Likewise.
15808 * gdb.python/py-objfile-script.exp: Likewise
15809 * gdb.python/py-pp-integral.exp: Likewise.
15810 * gdb.python/py-pp-re-notag.exp: Likewise.
15811 * gdb.python/py-prettyprint.exp: Likewise.
15812 * gdb.python/py-section-script.exp: Likewise.
15813 * gdb.python/py-typeprint.exp: Likewise.
15814 * gdb.python/py-xmethods.exp: Likewise.
15815 * gdb.stabs/weird.exp: Likewise.
15816 * gdb.xml/tdesc-regs.exp: Likewise.
15817
158182014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15819
15820 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15821 (out_cu): Use addr_len for the size of addresses.
15822 (out_line): Likewise. Size DW_LNE_set_address instruction
15823 according to addr_len.
15824 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15825 (FUNC): Add START_INSNS to definition.
15826
158272014-10-18 Yao Qi <yao@codesourcery.com>
15828
15829 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15830 gdb_has_argv0 return true.
15831 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15832 check [target_info exists noargs], check [gdb_has_argv0]
15833 instead.
15834 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15835 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15836 procedures.
15837
158382014-10-17 Doug Evans <dje@google.com>
15839
15840 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15841 event.
15842 * gdb.python/py-events.py: Add clear_objfiles event.
15843
158442014-10-17 Doug Evans <dje@google.com>
15845
15846 * gdb.python/py-objfile.exp: Test progspace attribute.
15847
158482014-10-17 Luis Machado <lgustavo@codesourcery.com>
15849
15850 * gdb.guile/scm-breakpoint.exp: Do not assume any
15851 directory separators when matching source file paths.
15852 * gdb.python/py-breakpoint.exp: Likewise.
15853 * gdb.reverse/break-precsave.exp: Likewise.
15854 * gdb.reverse/break-reverse.exp: Likewise.
15855 * gdb.reverse/consecutive-precsave.exp: Likewise.
15856 * gdb.reverse/finish-precsave.exp: Likewise.
15857 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15858 * gdb.reverse/finish-reverse.exp: Likewise.
15859 * gdb.reverse/i386-precsave.exp: Likewise.
15860 * gdb.reverse/i387-env-reverse.exp: Likewise.
15861 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15862 * gdb.reverse/machinestate-precsave.exp: Likewise.
15863 * gdb.reverse/machinestate.exp: Likewise.
15864 * gdb.reverse/sigall-precsave.exp: Likewise.
15865 * gdb.reverse/solib-precsave.exp: Likewise.
15866 * gdb.reverse/step-precsave.exp: Likewise.
15867 * gdb.reverse/until-precsave.exp: Likewise.
15868 * gdb.reverse/watch-precsave.exp: Likewise.
15869 * gdb.reverse/watch-reverse.exp: Likewise.
15870
158712014-10-17 Yao Qi <yao@codesourcery.com>
15872
15873 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15874 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15875
158762014-10-17 Pedro Alves <palves@redhat.com>
15877
15878 PR gdb/17471
15879 * gdb.base/bg-execution-repeat.c: New file.
15880 * gdb.base/bg-execution-repeat.exp: New file.
15881
158822014-10-17 Pedro Alves <palves@redhat.com>
15883
15884 PR gdb/17300
15885 * gdb.base/continue-all-already-running.c: New file.
15886 * gdb.base/continue-all-already-running.exp: New file.
15887
158882014-10-17 Pedro Alves <palves@redhat.com>
15889
15890 PR gdb/17472
15891 * gdb.base/annota-input-while-running.c: New file.
15892 * gdb.base/annota-input-while-running.exp: New file.
15893
158942014-10-17 Pedro Alves <palves@redhat.com>
15895
15896 * gdb.base/callfuncs.exp: emove references to osf.
15897 * gdb.base/sigall.exp: Likewise.
15898 * gdb.gdb/selftest.exp: Likewise.
15899 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15900 * gdb.mi/non-stop.c: Likewise.
15901 * gdb.mi/pthreads.c: Likewise.
15902 * gdb.reverse/sigall-precsave.exp: Likewise.
15903 * gdb.reverse/sigall-reverse.exp: Likewise.
15904 * gdb.threads/pthreads.c: Likewise.
15905 * gdb.threads/pthreads.exp: Likewise.
15906
159072014-10-17 Yao Qi <yao@codesourcery.com>
15908
15909 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15910 check 'target_info exists noargs'.
15911 (test_command_prompt_position): Likewise.
15912 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15913 Remove "set args".
15914 (progvar_simple_while_test): Likewise.
15915 (progvar_complex_if_while_test): Likewise.
15916 (if_while_breakpoint_command_test): Likewise.
15917 (infrun_breakpoint_command_test): Likewise.
15918 (breakpoint_command_test): Likewise.
15919 (watchpoint_command_test): Likewise.
15920 (bp_deleted_in_command_test): Likewise.
15921 (temporary_breakpoint_commands): Likewise.
15922
159232014-10-16 Yao Qi <yao@codesourcery.com>
15924
15925 * gdb.base/remotetimeout.exp: Remove noargs checking.
15926
159272014-10-15 Pedro Alves <palves@redhat.com>
15928
15929 PR breakpoints/9649
15930 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15931 * gdb.base/breakpoint-in-ro-region.exp
15932 (probe_target_hardware_step): New procedure.
15933 (top level): Probe hardware stepping and hardware breakpoint
15934 support. Test stepping through a read-only region, with both
15935 "breakpoint auto-hw" on and off and both "always-inserted" on and
15936 off.
15937
159382014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15939
15940 * gdb.dlang/demangle.exp: Update for demangling changes.
15941
159422014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15943
15944 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15945 * gdb.cp/non-trivial-retval.exp: Add new tests.
15946
159472014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15948
15949 PR c++/13403
15950 PR c++/15154
15951 * gdb.cp/non-trivial-retval.cc: New file.
15952 * gdb.cp/non-trivial-retval.exp: New file.
15953
159542014-10-15 Yao Qi <yao@codesourcery.com>
15955
15956 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15957 remote host.
15958
159592014-10-15 Yao Qi <yao@codesourcery.com>
15960
15961 * gdb.python/py-symbol.exp: Match file base name if host is
15962 remote, otherwise match file name with dir name.
15963 * gdb.python/py-symtab.exp: Likewise.
15964 * gdb.python/python.exp: Likewise.
15965
159662014-10-15 Yao Qi <yao@codesourcery.com>
15967
15968 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15969 pattern.
15970 * gdb.python/py-symtab.exp: Likewise.
15971 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15972 locationn.
15973
159742014-10-14 Joel Brobecker <brobecker@adacore.com>
15975
15976 * gdb.ada/addr_arith: New testcase.
15977
159782014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15979
15980 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15981 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15982 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15983 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15984
159852014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15986
15987 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15988 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15989 * gdb.arch/stap-eval-lang-ada.exp: New file.
15990
159912014-10-14 Yao Qi <yao@codesourcery.com>
15992
15993 * gdb.mi/mi-var-child.c (nothing1): New function.
15994 (nothing2): New function.
15995 (do_children_tests): Set function pointers by nothing1 and
15996 nothing2.
15997 * gdb.mi/mi-var-child.exp: Step over new added statements.
15998 Update test to match the new output.
15999 * gdb.mi/var-cmd.c (nothing1): New function.
16000 (nothing2): New function.
16001 (do_children_tests): Set function pointers by nothing1 and
16002 nothing2.
16003 * gdb.mi/mi-var-display.exp: Update test to match output.
16004 Step to the line specified by $line_dct_nothing.
16005 Increase the number of lines to step.
16006
160072014-10-14 Yao Qi <yao@codesourcery.com>
16008
16009 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
16010 tests.
16011 * gdb.mi/mi2-var-child.exp: Likewise.
16012
160132014-10-13 Doug Evans <dje@google.com>
16014
16015 * gdb.python/py-objfile.exp: Change name of file name test.
16016
160172014-10-13 Doug Evans <dje@google.com>
16018
16019 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
16020 from the start of the CU.
16021
160222014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16023 Yao Qi <yao@codesourcery.com>
16024
16025 Fix "save breakpoints" for "catch" command.
16026 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
16027 Remove -nonewline. Match also the added "main" line.
16028
160292014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16030
16031 Fix "save breakpoints" for "disable $bpnum" command.
16032 * gdb.base/save-bp.c (main): Add label.
16033 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
16034
160352014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16036
16037 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
16038
160392014-10-11 Yao Qi <yao@codesourcery.com>
16040
16041 * gdb.server/server-kill.exp: Execute command
16042 "set remote trace-status-packet on" before "tstatus".
16043
160442014-10-11 Yao Qi <yao@codesourcery.com>
16045
16046 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
16047 (main): Call getppid.
16048 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
16049 and continue to it. Read variable "server_pid".
16050
160512014-10-11 Yao Qi <yao@codesourcery.com>
16052
16053 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
16054
160552014-10-11 Yao Qi <yao@codesourcery.com>
16056
16057 * gdb.threads/thread-find.exp: Don't execute command
16058 "info threads".
16059 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
16060 * gdb.threads/linux-dp.exp: Don't check the condition
16061 $threads_created equals to zero.
16062
160632014-10-10 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.base/bigcore.exp: Remove references to IRIX.
16066 * gdb.base/funcargs.exp: Likewise.
16067 * gdb.base/interrupt.exp: Likewise.
16068 * gdb.base/mips_pro.exp: Likewise.
16069 * gdb.base/nodebug.exp: Likewise.
16070 * gdb.base/setvar.exp: Likewise.
16071 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
16072
160732014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16074 Pedro Alves <palves@redhat.com>
16075
16076 PR symtab/14466
16077 * gdb.base/vdso-warning.c: New file.
16078 * gdb.base/vdso-warning.exp: New file.
16079
160802014-10-02 Doug Evans <dje@google.com>
16081
16082 * gdb.base/structs.c (main): Don't run forever.
16083
160842014-10-02 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
16087 (top level) <stop threads 1, stop threads 2>: Use it.
16088
160892014-10-02 Pedro Alves <palves@redhat.com>
16090
16091 * gdb.threads/break-while-running.exp (test): Add new
16092 'update_thread_list' argument. Skip "info threads" if false.
16093 (top level): Add new 'update_thread_list' axis.
16094
160952014-10-02 Pedro Alves <palves@redhat.com>
16096
16097 PR breakpoints/17431
16098 * gdb.base/execl-update-breakpoints.c: New file.
16099 * gdb.base/execl-update-breakpoints.exp: New file.
16100
161012014-10-01 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/breakpoint-in-ro-region.c: New file.
16104 * gdb.base/breakpoint-in-ro-region.exp: New file.
16105
161062014-10-01 Simon Marchi <simon.marchi@ericsson.com>
16107
16108 * gdb.mi/mi-exit-code.exp: New file.
16109 * gdb.mi/mi-exit-code.c: New file.
16110
161112014-09-30 Yao Qi <yao@codesourcery.com>
16112
16113 * lib/prelink-support.exp (build_executable_own_libs): Error if
16114 the target isn't native.
16115
161162014-09-30 Yao Qi <yao@codesourcery.com>
16117
16118 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
16119 false.
16120
161212014-09-22 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.threads/break-while-running.exp: New file.
16124 * gdb.threads/break-while-running.c: New file.
16125
161262014-09-19 Yao Qi <yao@codesourcery.com>
16127
16128 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16129 Invoke test. Restart GDB with --readnow and invoke test again.
16130
161312014-09-19 Yao Qi <yao@codesourcery.com>
16132
16133 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16134 proc set_breakpoint_on_gcd_function. Invoke
16135 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16136 invoke set_breakpoint_on_gcd_function again.
16137
161382014-09-18 Doug Evans <dje@google.com>
16139
16140 * gdb.dwarf2/symtab-producer.exp: New file.
16141
161422014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16143
16144 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16145 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16146 * gdb.base/global-var-nested-by-dso.c: Likewise.
16147 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16148
161492014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16150 Pedro Alves <palves@redhat.com>
16151
16152 * gdb.base/watch-bitfields.exp: Pass string other than test file
16153 name to prepare_for_testing.
16154 (watch): New procedure.
16155 (expect_watchpoint): Use with_test_prefix.
16156 (top level): Factor out tests to ...
16157 (test_watch_location, test_regular_watch): ... these new
16158 procedures, and use with_test_prefix and gdb_continue_to_end.
16159
161602014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16161
16162 PR breakpoints/12526
16163 * gdb.base/watch-bitfields.exp: New file.
16164 * gdb.base/watch-bitfields.c: New file.
16165
161662014-09-16 Pedro Alves <palves@redhat.com>
16167
16168 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16169 software and hardware addresses, not software address against
16170 itself.
16171
161722014-09-16 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16175 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16176
161772014-09-16 Pedro Alves <palves@redhat.com>
16178
16179 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16180 files.
16181 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16182 "*-*-vxworks*" throughout.
16183 * gdb.base/break.exp: Likewise.
16184 * gdb.base/default.exp: Likewise.
16185 * gdb.base/scope.exp: Likewise.
16186 * gdb.base/sepdebug.exp: Likewise.
16187 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16188 throughout.
16189 * gdb.base/run.c: Likewise.
16190 * gdb.base/sepdebug.c: Likewise.
16191 * gdb.hp/gdb.aCC/run.c: Likewise.
16192 * gdb.reverse/until-reverse.c: Likewise.
16193 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16194
161952014-09-16 Yao Qi <yao@codesourcery.com>
16196
16197 * boards/local-remote-host-native.exp: New file.
16198
161992014-09-14 Doug Evans <xdje42@gmail.com>
16200
16201 * gdb.threads/queue-signal.c (thread_count): New variable.
16202 (thread_count_mutex, thread_count_condvar): New variables.
16203 (incr_thread_count, wait_all_threads_running): New functions.
16204 (main): Wait for all threads to be in their thread functions.
16205
162062014-09-13 Doug Evans <xdje42@gmail.com>
16207
16208 * gdb.threads/queue-signal.c: New file.
16209 * gdb.threads/queue-signal.exp: New file.
16210
162112014-09-13 Doug Evans <xdje42@gmail.com>
16212
16213 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16214 be consistent with what default_gdb_init uses.
16215 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16216 the plain text of the prompt. Add some logging printfs.
16217 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16218
162192014-09-12 Pedro Alves <palves@redhat.com>
16220
16221 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16222 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16223 * gdb.arch/i386-size-overlap.exp: Likewise.
16224 * gdb.arch/i386-size.exp: Likewise.
16225 * gdb.arch/i386-unwind.exp: Likewise.
16226 * gdb.base/a2-run.exp: Likewise.
16227 * gdb.base/break.exp: Likewise.
16228 * gdb.base/charset.exp: Likewise.
16229 * gdb.base/chng-syms.exp: Likewise.
16230 * gdb.base/commands.exp: Likewise.
16231 * gdb.base/dbx.exp: Likewise.
16232 * gdb.base/find.exp: Likewise.
16233 * gdb.base/funcargs.exp: Likewise.
16234 * gdb.base/jit-simple.exp: Likewise.
16235 * gdb.base/reread.exp: Likewise.
16236 * gdb.base/sepdebug.exp: Likewise.
16237 * gdb.base/step-bt.exp: Likewise.
16238 * gdb.cp/mb-inline.exp: Likewise.
16239 * gdb.cp/mb-templates.exp: Likewise.
16240 * gdb.objc/basicclass.exp: Likewise.
16241 * gdb.threads/killed.exp: Likewise.
16242
162432014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16244
16245 PR tdep/17379
16246 * gdb.arch/powerpc-stackless.S: New file.
16247 * gdb.arch/powerpc-stackless.exp: New file.
16248
162492014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16250
16251 * gdb.base/attach.c: Include unistd.h.
16252 (main): Call alarm. Add label postloop.
16253 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16254 gdb_breakpoint, gdb_continue_to_breakpoint.
16255 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16256
162572014-09-11 Pedro Alves <palves@redhat.com>
16258
16259 PR gdb/17347
16260 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16261 * gdb.base/attach.exp (test_command_line_attach_run): New
16262 procedure.
16263 (top level): Call it.
16264
162652014-09-11 Pedro Alves <palves@redhat.com>
16266
16267 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16268 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16269 (do_command_attach_tests): Use spawn_wait_for_attach.
16270 * gdb.base/solib-overlap.exp: Likewise.
16271 * gdb.multi/multi-attach.exp: Likewise.
16272 * gdb.python/py-prompt.exp: Likewise.
16273 * gdb.python/py-sync-interp.exp: Likewise.
16274 * gdb.server/ext-attach.exp: Likewise.
16275
162762014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16277
16278 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16279 command in testcase. Simplify testcase.
16280
162812014-09-10 Joel Brobecker <brobecker@adacore.com>
16282
16283 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16284
162852014-09-10 Joel Brobecker <brobecker@adacore.com>
16286
16287 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16288
162892014-09-10 Joel Brobecker <brobecker@adacore.com>
16290
16291 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16292
162932014-09-10 Joel Brobecker <brobecker@adacore.com>
16294
16295 * gdb.dwarf2/dynarr-ptr.c: New file.
16296 * gdb.dwarf2/dynarr-ptr.exp: New file.
16297
162982014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16299
16300 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16301 of 30 rather than hardcoding 120 for a slow test case. Take the
16302 `gdb,timeout' target setting into account for this calculation.
16303 Don't extend the timeout for the test cases that don't need it.
16304
163052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16306
16307 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16308 a factor of 2 for a slow test case. Take the `gdb,timeout'
16309 target setting into account for this calculation.
16310 * gdb.reverse/until-precsave.exp: Increase the timeout by
16311 a factor of 15 and 3 respectively rather than adding 120
16312 for a pair of slow test cases. Take the `gdb,timeout'
16313 target setting into account for this calculation.
16314
163152014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16316
16317 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16318 timeout, don't pass one down to gdb_expect.
16319 (gdb_expect): Rework timeout selection.
16320
163212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16322
16323 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16324 exception on timeout.
16325 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16326 (gdbserver_start_extended): Catch any `gdbserver_start' error
16327 exceptions.
16328 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16329 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16330 `gdbserver_gdb_load' error exceptions.
16331
163322014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16333
16334 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16335 120 on waiting for the TCP socket to open.
16336
163372014-09-09 Doug Evans <xdje42@gmail.com>
16338
16339 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16340 _caller_matches, _any_caller_is, _any_caller_matches.
16341
163422014-09-09 Doug Evans <xdje42@gmail.com>
16343
16344 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16345
163462014-09-09 Yao Qi <yao@codesourcery.com>
16347
16348 * gdb.mi/mi-var-display.exp: Set print symbol off.
16349
163502014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16351
16352 PR gdb/17035
16353 * gdb.base/commands.exp: Add tests to verify user-defined
16354 commands with empty bodies.
16355 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16356 python commands in `show user command`.
16357 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16358 scheme commands in `show user command`.
16359
163602014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16361
16362 PR python/17355
16363 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16364 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16365 * gdb.python/py-framefilter-invalidarg.exp: New file.
16366 * gdb.python/py-framefilter-invalidarg.py: New file.
16367
163682014-09-06 Doug Evans <xdje42@gmail.com>
16369
16370 PR 15276
16371 * gdb.python/py-caller-is.c: New file.
16372 * gdb.python/py-caller-is.exp: New file.
16373
163742014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16375
16376 PR gdb/17235
16377 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16378 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16379
163802014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16381
16382 PR fortran/17237
16383 * gdb.fortran/print-formatted.exp: New file.
16384 * gdb.fortran/print-formatted.f90: Likewise.
16385
163862014-09-03 Sasha Smundak <asmundak@google.com>
16387
16388 * gdb.python/py-frame.exp: Test Frame.read_register.
16389
163902014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16391
16392 PR python/16699
16393 * gdb.python/py-completion.exp: New file.
16394 * gdb.python/py-completion.py: Likewise.
16395
163962014-08-28 Doug Evans <dje@google.com>
16397
16398 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16399 eax,etc. are live with values set by gdb and thus the compiler can't
16400 use them.
16401 * gdb.arch/i386-pseudo.c (main): Ditto.
16402
164032014-08-27 Doug Evans <dje@google.com>
16404
16405 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16406
164072014-08-25 Doug Evans <dje@google.com>
16408
16409 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16410 (main): Ditto.
16411
164122014-08-25 Doug Evans <dje@google.com>
16413
16414 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16415
164162014-08-24 Yao Qi <yao@codesourcery.com>
16417
16418 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16419 symbol off.
16420 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16421
164222014-08-22 Doug Evans <dje@google.com>
16423
16424 PR 17276
16425 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16426 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16427 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16428
164292014-08-22 Yao Qi <yao@codesourcery.com>
16430
16431 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16432 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16433 * gdb.python/python.exp: Likewise. Use .py file on the host
16434 instead of the build.
16435
164362014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16437
16438 * gdb.threads/gcore-stale-thread.c: New file.
16439 * gdb.threads/gcore-stale-thread.exp: New file.
16440
164412014-08-21 Pedro Alves <palves@redhat.com>
16442
16443 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16444 * gdb.base/gcore-relro-pie.exp: Likewise.
16445 * gdb.base/gcore-relro.exp: Likewise.
16446 * gdb.base/gcore.exp: Likewise.
16447 * gdb.base/print-symbol-loading.exp: Likewise.
16448 * gdb.threads/gcore-thread.exp: Likewise.
16449 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16450
164512014-08-20 Pedro Alves <palves@redhat.com>
16452 Jan Kratochvil <jan.kratochvil@redhat.com>
16453
16454 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16455 configure.
16456 (EXPECT): Handle READ1 being set.
16457 (all): Depend on EXTRA_RULES.
16458 (check-read1, expect-read1, read1.so, read1): New rules.
16459 * README (Testsuite Parameters): Document the READ1 make variable.
16460 (Race detection): New section.
16461 * configure: Regenerate.
16462 * configure.ac: If build==host==target, and running under a
16463 GNU/glibc system, add read1 to the extra Makefile rules.
16464 (EXTRA_RULES): AC_SUBST it.
16465 * lib/read1.c: New file.
16466
164672014-08-20 Joel Brobecker <brobecker@adacore.com>
16468
16469 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16470 the handling of variables declared as a typedef to an array
16471 which a DW_AT_data_location attribute.
16472
164732014-08-19 Andrew Burgess <aburgess@broadcom.com>
16474 Pedro Alves <palves@redhat.com>
16475
16476 PR symtab/14604
16477 PR symtab/14605
16478 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16479 gdb_test.
16480
164812014-08-19 Pedro Alves <palves@redhat.com>
16482
16483 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16484
164852014-08-19 Yao Qi <yao@codesourcery.com>
16486
16487 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16488 right line.
16489
164902014-08-18 David Blaikie <dblaikie@gmail.com>
16491
16492 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16493
164942014-08-18 Joel Brobecker <brobecker@adacore.com>
16495
16496 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16497 attribute in array range.
16498
164992014-08-18 Joel Brobecker <brobecker@adacore.com>
16500
16501 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16502
165032014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16504
16505 PR c++/17132
16506 * gdb.cp/pr17132.cc: New file.
16507 * gdb.cp/pr17132.exp: New file.
16508
165092014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16510
16511 * gdb.python/py-xmethods.py (A_getarrayind)
16512 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16513 Use 'print' with function call syntax.
16514 (E_method_matcher.match): Fix tab vs space indentation mixup.
16515
165162014-08-15 Yao Qi <yao@codesourcery.com>
16517
16518 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16519 false.
16520
165212014-08-15 Yao Qi <yao@codesourcery.com>
16522
16523 * gdb.cp/casts.exp: Set print symbol off.
16524 * gdb.cp/class2.exp: Likewise.
16525 * gdb.cp/overload.exp: Likewise.
16526 * gdb.cp/templates.exp: Likewise.
16527
165282014-08-11 Doug Evans <dje@google.com>
16529
16530 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16531 (test_load_shlib): Update.
16532
165332014-08-09 Yao Qi <yao@codesourcery.com>
16534
16535 * gdb.base/display.exp: Invoke is_address_zero_readable.
16536 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16537 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16538 * gdb.base/hbreak-unmapped.exp: Return if
16539 is_address_zero_readable returns true.
16540 * gdb.base/signest.exp: Likewise.
16541 * gdb.base/signull.exp: Likewise.
16542 * gdb.base/sigbpt.exp: Likewise.
16543 * gdb.guile/scm-disasm.exp: Do the test if
16544 is_address_zero_readable returns false.
16545 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16546 * gdb.python/py-arch.exp: Likewise.
16547 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16548 * lib/gdb.exp (is_address_zero_readable): New proc.
16549
165502014-08-09 Yao Qi <yao@codesourcery.com>
16551
16552 PR testsuite/13443
16553 * gdb.mi/mi-var-display.exp: Make test messages unique.
16554
165552014-08-04 Tom Tromey <tromey@redhat.com>
16556
16557 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16558 target 0".
16559
165602014-08-04 Tom Tromey <tromey@redhat.com>
16561
16562 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16563 "target_resume".
16564
165652014-08-01 Joel Brobecker <brobecker@adacore.com>
16566
16567 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16568 inner_vla_struct_object_size.
16569 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16570 as xfail.
16571
165722014-07-30 Pedro Alves <palves@redhat.com>
16573
16574 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16575 comment.
16576
165772014-07-29 Yao Qi <yao@codesourcery.com>
16578
16579 PR gdb/17206
16580 * gdb.base/until-nodebug.exp: New.
16581
165822014-07-28 Doug Evans <xdje42@gmail.com>
16583
16584 PR guile/17203
16585 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16586 previously existing parameter, and previously ambiguously spelled
16587 parameter.
16588
165892014-07-28 Will Newton <will.newton@linaro.org>
16590
16591 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16592
165932014-07-26 Ludovic Courtès <ludo@gnu.org>
16594 Doug Evans <xdje42@gmail.com>
16595
16596 PR guile/17146
16597 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16598
165992014-07-25 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.threads/signal-command-handle-nopass.c: New file.
16602 * gdb.threads/signal-command-handle-nopass.exp: New file.
16603 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16604 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16605 * gdb.threads/signal-delivered-right-thread.c: New file.
16606 * gdb.threads/signal-delivered-right-thread.exp: New file.
16607
166082014-07-25 Pedro Alves <palves@redhat.com>
16609
16610 * gdb.base/double-prompt-target-event-error.exp
16611 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16612 match.
16613 (cancel_pagination_in_target_event): Rework double prompt
16614 detection.
16615 * gdb.base/paginate-after-ctrl-c-running.exp
16616 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16617 <return>' match.
16618 * gdb.base/paginate-bg-execution.exp
16619 (test_bg_execution_pagination_return)
16620 (test_bg_execution_pagination_cancel): Remove '-notransfer
16621 <return>' matches.
16622 * gdb.base/paginate-execution-startup.exp
16623 (test_fg_execution_pagination_return)
16624 (test_fg_execution_pagination_cancel): Remove '-notransfer
16625 <return>' matches.
16626 * gdb.base/paginate-inferior-exit.exp
16627 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16628 match.
16629 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16630 * lib/gdb.exp (pagination_prompt): Run text through
16631 string_to_regexp.
16632 (gdb_test_multiple): Match $pagination_prompt instead of
16633 "<return>".
16634 (string_to_regexp): Move to lib/gdb-utils.exp.
16635
166362014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16637
16638 * gdb.arch/amd64-entry-value-paramref.S: New file.
16639 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16640 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16641 * gdb.arch/amd64-optimout-repeat.S: New file.
16642 * gdb.arch/amd64-optimout-repeat.c: New file.
16643 * gdb.arch/amd64-optimout-repeat.exp: New file.
16644
166452014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16646
16647 PR gdb/17170
16648 * gdb.base/statistics.exp: New file.
16649
166502014-07-17 Doug Evans <dje@google.com>
16651
16652 PR gdb/17170
16653 * gdb.base/maint.exp: Update testing of per-command stats.
16654
166552014-07-16 Pedro Alves <palves@redhat.com>
16656
16657 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16658 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16659 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16660 (tfile_write_buf): New functions.
16661 (add_memory_block): Rewrite using the above.
16662 (adjust_function_address): New function.
16663 (FUNCTION_ADDRESS): New macro.
16664 (write_basic_trace_file): Remove short_x local, and use
16665 tfile_write_16. Change type of func_addr local to unsigned long
16666 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16667 here. Cast argument of add_memory_block to char pointer.
16668 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16669 (main): Remove parameters.
16670 * gdb.trace/tfile.exp: Remove nowarnings.
16671
166722014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16673
16674 * gdb.base/debug-expr.exp: Test string evaluation with
16675 "debug expression" on.
16676
166772014-07-15 Pedro Alves <palves@redhat.com>
16678
16679 * gdb.base/reread.exp: Use clean_restart.
16680
166812014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16682
16683 * gdb.arch/avr-flash-qualifer.c: New.
16684 * gdb.arch/avr-flash-qualifer.exp: New.
16685
166862014-07-14 Pedro Alves <palves@redhat.com>
16687
16688 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16689 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16690
166912014-07-14 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.base/double-prompt-target-event-error.c: New file.
16694 * gdb.base/double-prompt-target-event-error.exp: New file.
16695
166962014-07-14 Pedro Alves <palves@redhat.com>
16697
16698 PR gdb/17072
16699 * gdb.base/paginate-inferior-exit.c: New file.
16700 * gdb.base/paginate-inferior-exit.exp: New file.
16701
167022014-07-14 Pedro Alves <palves@redhat.com>
16703
16704 PR gdb/17072
16705 * gdb.base/paginate-bg-execution.c: New file.
16706 * gdb.base/paginate-bg-execution.exp: New file.
16707
167082014-07-14 Pedro Alves <palves@redhat.com>
16709
16710 PR gdb/17072
16711 * gdb.base/paginate-execution-startup.c: New file.
16712 * gdb.base/paginate-execution-startup.exp: New file.
16713 * lib/gdb.exp (pagination_prompt): New global.
16714 (default_gdb_spawn): New procedure, factored out from
16715 default_gdb_spawn.
16716 (default_gdb_start): Adjust to call default_gdb_spawn.
16717 (gdb_spawn): New procedure.
16718
167192014-07-14 Pedro Alves <palves@redhat.com>
16720
16721 * lib/gdb.exp (gdb_assert): New procedure.
16722 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16723
167242014-07-14 Pedro Alves <palves@redhat.com>
16725
16726 * gdb.base/execution-termios.c: New file.
16727 * gdb.base/execution-termios.exp: New file.
16728
167292014-07-14 Tom Tromey <tromey@redhat.com>
16730
16731 * gdb.cp/vla-cxx.cc: New file.
16732 * gdb.cp/vla-cxx.exp: New file.
16733
167342014-07-14 Tom Tromey <tromey@redhat.com>
16735
16736 * gdb.reverse/rerun-prec.c: New file.
16737 * gdb.reverse/rerun-prec.exp: New file.
16738
167392014-07-12 Maciej W. Rozycki <macro@mips.com>
16740 Maciej W. Rozycki <macro@codesourcery.com>
16741
16742 * lib/gdb-utils.exp: New file.
16743 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16744 inline `gdb_init_command' processing.
16745 (gdb_start_cmd): Likewise.
16746 * lib/mi-support.exp (mi_run_cmd): Likewise.
16747 * README: Document `gdb_init_command' and `gdb_init_commands'.
16748
167492014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16750
16751 Fix false FAIL running under a very long directory name.
16752 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16753 and "set print elements 10000". Twice.
16754
167552014-07-11 Yao Qi <yao@codesourcery.com>
16756
16757 * gdb.base/exprs.exp: "set print symbol off".
16758
167592014-07-11 Pedro Alves <palves@redhat.com>
16760
16761 * gdb.threads/kill.c: New file.
16762 * gdb.threads/kill.exp: New file.
16763
167642014-07-10 Yao Qi <yao@codesourcery.com>
16765
16766 * gdb.trace/tfile.c (write_basic_trace_file)
16767 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16768 address written to trace file.
16769
167702014-07-09 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.base/attach-wait-input.exp: New file.
16773 * gdb.base/attach-wait-input.c: New file.
16774
167752014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16776
16777 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16778 setting up test structures.
16779 (main): Call new test function.
16780 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16781 test function, continue into test function and walk test
16782 structures.
16783
167842014-07-02 Yao Qi <yao@codesourcery.com>
16785
16786 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16787 'bar_start' at the beginning of functions 'foo' and 'bar'
16788 respectively.
16789 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16790 instead of 'foo' and 'bar'.
16791
167922014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16793
16794 * gdb.btrace/segv.exp: New.
16795 * gdb.btrace/segv.c: New.
16796
167972014-07-02 Luis Machado <lgustavo@codesourcery.com>
16798
16799 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16800 instruction.
16801
168022014-06-30 Mark Wielaard <mjw@redhat.com>
16803
16804 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16805 vulture, vilify, villar): New volatile array constants.
16806 (vindictive, vegetation): New const volatile array constants.
16807 * gdb.base/volatile.exp: Test volatile and const volatile array
16808 types.
16809
168102014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16811
16812 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16813 target lacks support for awatch, rwatch, or hbreak.
16814
168152014-06-27 Yao Qi <yao@codesourcery.com>
16816
16817 * gdb.multi/dummy-frame-restore.exp: New.
16818 * gdb.multi/dummy-frame-restore.c: New.
16819
168202014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16821
16822 * gdb.btrace/gcore.exp: New.
16823
168242014-06-23 Pedro Alves <palves@redhat.com>
16825
16826 * gdb.base/watchpoint-reuse-slot.c: New file.
16827 * gdb.base/watchpoint-reuse-slot.exp: New file.
16828
168292014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16830
16831 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16832 progspace's filename in 'info', 'enable' and 'disable' command
16833 tests.
16834
168352014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16836
16837 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16838 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16839 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16840
168412014-06-20 Gary Benson <gbenson@redhat.com>
16842
16843 * gdb.arch/i386-avx.exp: Fix include file location.
16844 * gdb.arch/i386-sse.exp: Likewise.
16845
168462014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16847
16848 * gdb.dlang/expression.exp: New file.
16849
168502014-06-19 Pedro Alves <palves@redhat.com>
16851
16852 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16853 out from ...
16854 (top level): ... here. Iterate running tests under different
16855 scheduler-locking settings.
16856
168572014-06-18 Luis Machado <lgustavo@codesourcery.com>
16858
16859 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16860 to DW_FORM_addr and use non-zero addresses.
16861
168622014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16863
16864 PR gdb/17017
16865 * gdb.python/py-xmethods.cc: Add global function call counters and
16866 increment them in their respective functions. Remove "cout"
16867 statements.
16868 * gdb.python/py-xmethods.exp: Make tests check the global function
16869 call counters instead of depending on inferior IO.
16870
168712014-06-18 Don Breazeal <donb@codesourcery.com>
16872
16873 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16874 Deleted procedure.
16875 (explicit_fork_parent_follow): Deleted procedure.
16876 (explicit_fork_child_follow): Deleted procedure.
16877 (test_follow_fork): New procedure.
16878 (do_fork_tests): Replace calls to deleted procedures with
16879 calls to test_follow_fork and reset GDB for subsequent
16880 procedure calls.
16881
168822014-06-17 Yao Qi <yao@codesourcery.com>
16883
16884 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16885 CP1252.
16886
168872014-06-17 Luis Machado <lgustavo@codesourcery.com>
16888
16889 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16890 Initialize ptr and S explicitly.
16891 (skip_type_update_when_not_use_rtti_test): Likewise.
16892
168932014-06-16 Keith Seitz <keiths@redhat.com>
16894
16895 PR mi/15863
16896 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16897 the inferior is started.
16898
168992014-06-16 Pedro Alves <palves@redhat.com>
16900
16901 * gdb.base/break-main-file-remove-fail.c: New file.
16902 * gdb.base/break-main-file-remove-fail.exp: New file.
16903 * gdb.base/break-unload-file.exp: Use build_executable instead of
16904 prepare_for_testing.
16905 (test_break): New parameter "initial_load". Handle it.
16906 (top level): Add initial_load cmdline/file axis.
16907
169082014-06-12 Tom Tromey <tromey@redhat.com>
16909
16910 * gdb.base/completion.exp: Don't use directory name in test.
16911
169122014-06-09 Gary Benson <gbenson@redhat.com>
16913
16914 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16915 separate the always-available ANSI-standard signals from the
16916 signals that require checking.
16917 (main): Likewise.
16918 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16919 Likewise.
16920 (main): Likewise.
16921
169222014-06-07 Keith Seitz <keiths@redhat.com>
16923
16924 Revert:
16925 PR c++/16253
16926 * gdb.cp/var-tag.cc: New file.
16927 * gdb.cp/var-tag.exp: New file.
16928 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16929 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16930 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16931 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16932
169332014-06-06 Doug Evans <xdje42@gmail.com>
16934
16935 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16936
169372014-06-06 Pedro Alves <palves@redhat.com>
16938
16939 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16940 in target debug output instead of looking at RSP packets,
16941 disabling the test on any target that uses hardware stepping.
16942 Update comments.
16943
169442014-06-06 Pedro Alves <palves@redhat.com>
16945
16946 * gdb.base/break-unload-file.exp: Fix typo.
16947
169482014-06-06 Yao Qi <yao@codesourcery.com>
16949
16950 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16951 from "jit_function" to "^jit_function".
16952
169532014-06-06 Yao Qi <yao@codesourcery.com>
16954
16955 * gdb.base/async.c (foo): Add one statement.
16956 * gdb.base/async.exp: Get the next instruction address and
16957 match the output of "nexti" by instruction address. Match
16958 the hex address in the output of "finish".
16959
169602014-06-06 Gary Benson <gbenson@redhat.com>
16961
16962 * gdb.base/call-signals.c: Remove preprocessor conditionals
16963 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16964 SIGSEGV and SIGTERM.
16965 * gdb.base/sigall.c: Likewise.
16966 * gdb.base/unwindonsignal.c: Likewise.
16967 * gdb.reverse/sigall-reverse.c: Likewise.
16968
169692014-06-06 Yao Qi <yao@codesourcery.com>
16970
16971 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16972 readable, skip the test.
16973
169742014-06-06 Yao Qi <yao@codesourcery.com>
16975
16976 * gdb.threads/staticthreads.c (thread_function): Move the line
16977 setting breakpoint on forward.
16978 * gdb.threads/staticthreads.exp: Update comments.
16979
169802014-06-05 Ludovic Courtès <ludo@gnu.org>
16981
16982 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16983 "history-append! type error".
16984
169852014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16986
16987 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16988 erroneous dprintf expected input.
16989
169902014-06-04 Doug Evans <xdje42@gmail.com>
16991
16992 * gdb.guile/scm-generics.exp: Delete.
16993
169942014-06-04 Doug Evans <xdje42@gmail.com>
16995
16996 * gdb.guile/scm-breakpoint.exp: Update.
16997 Add tests for breakpoint registration.
16998
169992014-06-04 Tom Tromey <tromey@redhat.com>
17000
17001 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
17002 VLA-in-union.
17003 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
17004 inner_vla_struct, vla_union types. Initialize objects of those
17005 types and compute their sizes.
17006
170072014-06-04 Nathan Sidwell <nathan@codesourcery.com>
17008 Hui Zhu <hui@codesourcery.com>
17009
17010 * gdb.base/fileio.exp: Add test for shell not available as well as
17011 available.
17012 * gdb.base/fileio.c (test_system): Check for shell twice.
17013
170142014-06-04 Yao Qi <yao@codesourcery.com>
17015
17016 * gdb.base/auto-connect-native-target.exp: Remove redundant
17017 space from the regexp pattern.
17018
170192014-06-04 Yao Qi <yao@codesourcery.com>
17020
17021 * gdb.base/default.exp: Replace "child" with "native" in
17022 regexp pattern.
17023
170242014-06-03 Siva Chandra Reddy <sivachandra@google.com>
17025
17026 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
17027 * gdb.python/py-xmethods.exp: New tests to test xmethods.
17028 * gdb.python/py-xmethods.py: Python script supporting the
17029 new testcase and tests.
17030
170312014-06-03 Joel Brobecker <brobecker@adacore.com>
17032 Pedro Alves <palves@redhat.com>
17033
17034 PR breakpoints/17000
17035 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
17036 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
17037
170382014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
17039
17040 * gdb.base/subst.exp: Add tests to verify partial path matching
17041 output.
17042
170432014-06-03 Pedro Alves <palves@redhat.com>
17044
17045 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
17046 target that doesn't use software single-stepping.
17047
170482014-06-03 Pedro Alves <palves@redhat.com>
17049
17050 PR breakpoints/17000
17051 * gdb.base/sss-bp-on-user-bp-2.c: New file.
17052 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
17053
170542014-06-02 Doug Evans <xdje42@gmail.com>
17055
17056 * gdb.guile/scm-parameter.exp: New file.
17057
170582014-06-02 Doug Evans <xdje42@gmail.com>
17059
17060 * gdb.guile/scm-cmd.c: New file.
17061 * gdb.guile/scm-cmd.exp: New file.
17062
170632014-06-02 Doug Evans <xdje42@gmail.com>
17064
17065 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
17066 pretty-printer lookup.
17067 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
17068 (make-pp_s-printer): Call it.
17069 (make-pretty-printer-from-dict): New function.
17070 (lookup-pretty-printer-maker-from-dict): New function.
17071 (*pretty-printer*): Simplify.
17072 (make-objfile-pp_s-printer): New function.
17073 (install-objfile-pretty-printers!): New function.
17074 (make-progspace-pp_s-printer): New function.
17075 (install-progspace-pretty-printers!): New function.
17076 * gdb.guile/scm-progspace.c: New file.
17077 * gdb.guile/scm-progspace.exp: New file.
17078
170792014-06-02 Pedro Alves <palves@redhat.com>
17080
17081 * gdb.base/dprintf-bp-same-addr.c: New file.
17082 * gdb.base/dprintf-bp-same-addr.exp: New file.
17083
170842014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
17085
17086 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
17087 * gdb.arch/powerpc-power.s: Likewise.
17088
170892014-06-02 Joel Brobecker <brobecker@adacore.com>
17090
17091 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
17092
170932014-06-01 Yao Qi <yao@codesourcery.com>
17094
17095 * gdb.base/watchpoint.exp (test_watch_location): Check null
17096 pointer can be dereferenced. If not, do the test, otherwise
17097 skip it.
17098
170992014-05-30 Andrew Burgess <aburgess@broadcom.com>
17100
17101 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
17102 results.
17103 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
17104
171052014-05-30 Andrew Burgess <aburgess@broadcom.com>
17106
17107 * gdb.arch/amd64-invalid-stack-middle.S: New file.
17108 * gdb.arch/amd64-invalid-stack-middle.c: New file.
17109 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
17110 * gdb.arch/amd64-invalid-stack-top.c: New file.
17111 * gdb.arch/amd64-invalid-stack-top.exp: New file.
17112
171132014-05-30 Pedro Alves <palves@redhat.com>
17114
17115 PR breakpoints/17000
17116 * gdb.base/sss-bp-on-user-bp.c: New file.
17117 * gdb.base/sss-bp-on-user-bp.exp: New file.
17118
171192014-05-30 David Blaikie <dblaikie@gmail.com>
17120
17121 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
17122 gnu_inline semantics via attribute.
17123 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
17124 source explicitly specifies the required semantics.
17125
171262014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
17127
17128 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17129
171302014-05-29 Pedro Alves <palves@redhat.com>
17131 Tom Tromey <tromey@redhat.com>
17132
17133 * gdb.base/async-shell.exp: Don't enable target-async.
17134 * gdb.base/async.exp
17135 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17136 parameter. Adjust.
17137 (top level): Don't test with "target-async".
17138 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17139 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17140 * gdb.base/inferior-died.exp: Don't enable target-async.
17141 * gdb.base/interrupt-noterm.exp: Likewise.
17142 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17143 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17144 * gdb.mi/mi-nonstop.exp: Likewise.
17145 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17146 * gdb.mi/mi-nsintrall.exp: Likewise.
17147 * gdb.mi/mi-nsmoribund.exp: Likewise.
17148 * gdb.mi/mi-nsthrexec.exp: Likewise.
17149 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17150 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17151 * gdb.python/py-evsignal.exp: Don't enable target-async.
17152 * gdb.python/py-evthreads.exp: Likewise.
17153 * gdb.python/py-prompt.exp: Likewise.
17154 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17155 * gdb.server/solib-list.exp: Don't enable target-async.
17156 * gdb.threads/thread-specific-bp.exp: Likewise.
17157 * lib/mi-support.exp: Adjust to use mi-async.
17158
171592014-05-29 Pedro Alves <palves@redhat.com>
17160
17161 PR gdb/13860
17162 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17163 reason, even in sync mode.
17164
171652014-05-29 Pedro Alves <palves@redhat.com>
17166 Hui Zhu <hui@codesourcery.com>
17167
17168 PR PR15693
17169 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17170 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17171 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17172 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17173
171742014-05-28 Joel Brobecker <brobecker@adacore.com>
17175
17176 * config/monitor.exp (gdb_target_monitor): Replace use of
17177 "set remotebaud" by "set serial baud".
17178
171792014-05-26 Andy Wingo <wingo@igalia.com>
17180
17181 * gdb.guile/scm-breakpoint.exp:
17182 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17183 properties instead of gdb-object-properties.
17184
171852014-05-26 Yao Qi <yao@codesourcery.com>
17186
17187 * gdb.server/no-thread-db.exp: Specify source file name
17188 explicitly when setting a breakpoint.
17189
171902014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17191
17192 * gdb.btrace/vdso.c: New.
17193 * gdb.btrace/vdso.exp: New.
17194
171952014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17196
17197 * gdb.base/gcore.exp (capture_command_output): Move ...
17198 * lib/gdb.exp (capture_command_output): ... here.
17199
172002014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17201
17202 * gdb.btrace/data.exp: Test memory access during btrace replay.
17203
172042014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17205
17206 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17207
172082014-05-21 Pedro Alves <palves@redhat.com>
17209
17210 PR gdb/13860
17211 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17212 (top level): Test that output related to execution commands is
17213 sent to the console with CLI commands, but not with MI commands.
17214 Test that breakpoint events are always mirrored to the console.
17215 Also expect the new source line to be output after a "next" in
17216 async mode too. Make it a pass/fail test.
17217 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17218 output.
17219 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17220
172212014-05-21 Pedro Alves <palves@redhat.com>
17222
17223 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17224 Use them to test variations of "list" after reaching a breakpoint.
17225 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17226 Test "list" with listsize 10 after reaching a breakpoint.
17227 * gdb.python/python.exp (decode_line current location line
17228 number): Adjust expected line number.
17229
172302014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17231
17232 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17233 behavior for $args, pass it directly to "run".
17234
172352014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17236
17237 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17238 30000 to 65536.
17239
172402014-05-21 Pedro Alves <palves@redhat.com>
17241
17242 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17243 auto-connect-native-target off".
17244 * gdb.base/auto-connect-native-target.c: New file.
17245 * gdb.base/auto-connect-native-target.exp: New file.
17246
172472014-05-21 Pedro Alves <palves@redhat.com>
17248
17249 * gdb.base/default.exp: Test "target native" instead of "target
17250 child".
17251
172522014-05-21 Mark Wielaard <mjw@redhat.com>
17253
17254 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17255
172562014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17257
17258 Fix TLS access for -static -pthread.
17259 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17260 <HAVE_TLS> (thread_function, main): Initialize it.
17261 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17262 Add clean_restart.
17263 <$have_tls != "">: Check TLSVAR.
17264
172652014-05-21 Pedro Alves <palves@redhat.com>
17266
17267 * gdb.base/dcache-line-read-error.c: New.
17268 * gdb.base/dcache-line-read-error.exp: New.
17269
172702014-05-20 Pedro Alves <palves@redhat.com>
17271
17272 * gdb.base/compare-sections.c: New file.
17273 * gdb.base/compare-sections.exp: New file.
17274
172752014-05-20 Pedro Alves <palves@redhat.com>
17276
17277 * gdb.base/break-idempotent.c: New file.
17278 * gdb.base/break-idempotent.exp: New file.
17279
172802014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17281
17282 * gdb.btrace/nohist.exp: New.
17283
172842014-05-20 Yao Qi <yao@codesourcery.com>
17285
17286 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17287 gdb.reverse directory and gdb_reverse_timeout exists in board
17288 setting.
17289 * README: Document gdb_reverse_timeout.
17290
172912014-05-20 Yao Qi <yao@codesourcery.com>
17292
17293 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17294 'test_file_name'. Treat args as a string instead of a list.
17295 (gdb_init): Rename argument 'args' by 'test_file_name'.
17296
172972014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17298
17299 * gdb.arch/powerpc-power.exp: New file.
17300 * gdb.arch/powerpc-power.s: New file.
17301
173022014-05-16 Doug Evans <dje@google.com>
17303
17304 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
17305 * gdb.base/completion.exp: Check that all expected files exist
17306 before doing file completion.
17307
173082014-05-16 Doug Evans <dje@google.com>
17309
17310 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17311 Update.
17312 (do_syscall_tests_without_xml): Update.
17313
173142014-05-16 Pedro Alves <palves@redhat.com>
17315
17316 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17317 instead of "unknown output after running".
17318
173192014-05-16 Yao Qi <yao@codesourcery.com>
17320
17321 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17322 file1.txt from host at the end.
17323 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17324
173252014-05-15 Doug Evans <dje@google.com>
17326
17327 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17328 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17329 loading file. Add test for TU lookup.
17330
173312014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17332
17333 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17334 calling "-exec-arguments" or "set args" before running the
17335 inferior.
17336
173372014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17338
17339 * lib/mi-support.exp (mi_expect_stop): Expect message for
17340 inferiors that exit with non-zero exit code.
17341
173422014-05-14 Yao Qi <yao@codesourcery.com>
17343
17344 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17345 match absolute path on remote host.
17346 (test_file_list_exec_source_files): Remove "/" from the
17347 pattern.
17348
173492014-05-14 Yao Qi <yao@codesourcery.com>
17350
17351 * boards/local-remote-host-notty.exp (${board}_file): New
17352 proc.
17353
173542014-05-07 Kyle McMartin <kyle@redhat.com>
17355
17356 Pushed by Joel Brobecker <brobecker@adacore.com>.
17357 * gdb.arch/aarch64-atomic-inst.c: New file.
17358 * gdb.arch/aarch64-atomic-inst.exp: New file.
17359
173602014-05-07 Yao Qi <yao@codesourcery.com>
17361
17362 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17363 in current context" too.
17364
173652014-05-05 Keith Seitz <keiths@redhat.com>
17366
17367 * gdb.linespec/ls-dollar.exp: Add test for linespec
17368 file:convenience_variable.
17369
173702014-05-05 Yao Qi <yao@codesourcery.com>
17371
17372 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17373 traceframes into tfile and ctf trace files. Read data from
17374 trace file and test collected data.
17375 (gdb_collect_locals_test): Likewise.
17376 (gdb_unavailable_registers_test): Likewise.
17377 (gdb_unavailable_floats): Likewise.
17378 (gdb_collect_globals_test): Likewise.
17379 (top-level): Append "ctf" to trace_file_targets if GDB
17380 supports.
17381
173822014-05-05 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17385 code to ...
17386 (gdb_collect_args_test_1): ... it. New proc.
17387 (gdb_collect_locals_test): Move some code to ...
17388 (gdb_collect_locals_test_1): ... it. New proc.
17389 (gdb_unavailable_registers_test): Move some code to ...
17390 (gdb_unavailable_registers_test_1): ... it. New proc.
17391 (gdb_unavailable_floats): Move some code to ...
17392 (gdb_unavailable_floats_1): ... it. New proc.
17393
173942014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17395
17396 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17397 probes to test for bitness recognition.
17398 * gdb.arch/amd64-stap-optional-prefix.exp
17399 (test_probe_value_without_reg): New procedure.
17400 Add code to test for different kinds of bitness.
17401
174022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17403
17404 PR breakpoints/16889
17405 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17406 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17407
174082014-05-01 Pedro Alves <palves@redhat.com>
17409
17410 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17411 gdb_file_cmd if no file is specified.
17412 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17413 last_loaded_file to set the remote exec-file.
17414
174152014-05-01 Pedro Alves <palves@redhat.com>
17416
17417 * boards/local-remote-host.exp: New file.
17418
174192014-05-01 Pedro Alves <palves@redhat.com>
17420
17421 * boards/local-remote-host.exp: Rename to ...
17422 * boards/local-remote-host-notty.exp: ... this.
17423
174242014-04-28 Joel Brobecker <brobecker@adacore.com>
17425
17426 * gdb.ada/dyn_arrayidx: New testcase.
17427
174282014-04-26 Yao Qi <yao@codesourcery.com>
17429
17430 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17431 and compute the length of function main. Save it in
17432 $main_length.
17433 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17434 (top-level): Use gdb_compile to compile objects into
17435 executable and restart GDB. Remove invocation to
17436 prepare_for_testing.
17437
174382014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17439 Pedro Alves <palves@redhat.com>
17440
17441 PR server/16255
17442 * gdb.multi/multi-attach.c: New file.
17443 * gdb.multi/multi-attach.exp: New file.
17444
174452014-04-25 Pedro Alves <palves@redhat.com>
17446
17447 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17448 user.
17449 (top level): Test that "set remote conditional-breakpoints-packet
17450 off" works as intended.
17451 * gdb.base/dprintf.exp: Test that "set remote
17452 breakpoint-commands-packet off" works as intended.
17453 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17454 New function.
17455 (top level): Call it.
17456 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17457 remote fast-tracepoints-packet off" works as intended.
17458 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17459 * lib/gdb.exp (gdb_is_target_remote): ... here.
17460
174612014-04-24 David Blaikie <dblaikie@gmail.com>
17462
17463 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17464 ensure clang would not discard them.
17465 * gdb.base/gdbvars.c: Ditto.
17466 * gdb.base/memattr.c: Ditto.
17467 * gdb.base/whatis.c: Ditto.
17468 * gdb.python/py-prettyprint.c: Ditto.
17469 * gdb.trace/actions.c: Ditto.
17470 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17471 ensure clang would not discard it.
17472
174732014-04-24 David Blaikie <dblaikie@gmail.com>
17474
17475 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17476 clang to emit the full definition of type required by the test
17477 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17478
174792014-04-24 David Blaikie <dblaikie@gmail.com>
17480
17481 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17482 coax Clang into emitting the definition of the type.
17483 * gdb.cp/pr10728-x.h (y): Ditto.
17484 * gdb.cp/pr10728-y.cc (y): Ditto.
17485
174862014-04-24 David Blaikie <dblaikie@gmail.com>
17487
17488 * gdb.base/label.exp: XFAIL label related tests under Clang.
17489 * gdb.cp/cplabel.exp: Ditto.
17490 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17491 under Clang those using labels.
17492
174932014-04-25 Yao Qi <yao@codesourcery.com>
17494
17495 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17496 double_label.
17497 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17498 partial_label and double_label.
17499
175002014-04-24 David Blaikie <dblaikie@gmail.com>
17501
17502 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17503
175042014-04-24 David Blaikie <dblaikie@gmail.com>
17505
17506 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17507 of the function to work across GCC and Clang.
17508 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17509 pointer types (const void ** const V void **).
17510
175112014-04-24 Michael Sturm <michael.sturm@mintel.com>
17512 Walfred Tedeschi <walfred.tedeschi@intel.com>
17513
17514 * Makefile.in (EXECUTABLES): Added i386-avx512.
17515 * gdb.arch/i386-avx512.c: New file.
17516 * gdb.arch/i386-avx512.exp: Likewise.
17517
175182014-04-23 Keith Seitz <keiths@redhat.com>
17519
17520 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17521 (mi_make_breakpoint_table): New procedure.
17522 (mi_create_breakpoint): Use mi_make_breakpoint
17523 and return the result.
17524 (mi_make_breakpoint): New procedure.
17525 (mi_build_kv_pairs): New procedure.
17526
17527 * gdb.mi/mi-break.exp: Remove unused globals,
17528 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17529 All callers updated.
17530 * gdb.mi/mi-dprintf.exp: Use variable to track command
17531 number.
17532 Update all callers of mi_create_breakpoint and use
17533 mi_make_breakpoint_table.
17534 Remove any unused global variables.
17535 * gdb.mi/mi-nonstop.exp: Likewise.
17536 * gdb.mi/mi-nsintrall.exp: Likewise.
17537 * gdb.mi/mi-nsmoribund.exp: Likewise.
17538 * gdb.mi/mi-nsthrexec.exp: Likewise.
17539 * gdb.mi/mi-reverse.exp: Likewise.
17540 * gdb.mi/mi-simplerun.exp: Likewise.
17541 * gdb.mi/mi-stepn.exp: Likewise.
17542 * gdb.mi/mi-syn-frame.exp: Likewise.
17543 * gdb.mi/mi-until.exp: Likewise.
17544 * gdb.mi/mi-var-cp.exp: Likewise.
17545 * gdb.mi/mi-var-display.exp: Likewise.
17546 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17547 * gdb.mi/mi2-var-child.exp: Likewise.
17548 * gdb.mi/mi-vla-c99.exp: Likewise.
17549 * lib/mi-support.exp: Likewise.
17550
17551 From Ian Lance Taylor <iant@cygnus.com>:
17552 * lib/gdb.exp (parse_args): New procedure.
17553
175542014-04-23 Pedro Alves <palves@redhat.com>
17555
17556 * gdb.base/break-unload-file.c: New file.
17557 * gdb.base/break-unload-file.exp: New file.
17558 * gdb.base/sym-file-lib.c (baz): New function.
17559 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17560 field.
17561 (load): Store the segment's mapped size.
17562 (unload): New function.
17563 (unload_shlib): New function.
17564 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17565 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17566 set a breakpoint at baz, and call it.
17567 * gdb.base/sym-file.exp: New tests for stale breakpoint
17568 instructions.
17569
175702014-04-23 Pedro Alves <palves@redhat.com>
17571
17572 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17573 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17574 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17575 * gdb.base/hbreak-unmapped.c: New file.
17576 * gdb.base/hbreak-unmapped.exp: New file.
17577 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17578 * lib/gdb.exp (gdb_is_target_remote): ... here.
17579
175802014-04-22 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.base/consecutive-step-over.c: New file.
17583 * gdb.base/consecutive-step-over.exp: New file.
17584
175852014-04-22 Pedro Alves <palves@redhat.com>
17586
17587 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17588 instead of send_gdb/gdb_expect.
17589
175902014-04-22 Yao Qi <yao@codesourcery.com>
17591
17592 * lib/trace-support.exp (generate_tracefile): New procedure.
17593 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17594 return 0.
17595 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17596 if generate_tracefile returns 1.
17597
175982014-04-18 Tom Tromey <palves@redhat.com>
17599 Pedro alves <tromey@redhat.com>
17600
17601 PR backtrace/15558
17602 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17603 with a backtrace limit.
17604 * gdb.python/py-frame-inline.exp: Test running to an inline
17605 function with a backtrace limit, and printing the newest frame.
17606 * gdb.python/py-frame-inline.c (main): Call f.
17607
176082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17609
17610 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17611
176122014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17613
17614 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17615 Drop prefix from unsupported source file path.
17616
176172014-04-17 Yao Qi <yao@codesourcery.com>
17618
17619 * lib/gdb.exp (with_target_charset): New proc.
17620 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17621 with_target_charset.
17622 (test_print_strings): Likewise.
17623 (test_repeat_bytes): Likewise.
17624 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17625 for some tests.
17626
176272014-04-16 Keith Seitz <keiths@redhat.com>
17628
17629 PR gdb/15827
17630 * gdb.dwarf2/corrupt.c: New file.
17631 * gdb.dwarf2/corrupt.exp: New file.
17632
176332014-04-16 Keith Seitz <keiths@redhat.com>
17634
17635 PR c++/16597
17636 * gdb.cp/namelessclass.cc: New file.
17637 * gdb.cp/namelessclass.exp: New file.
17638 * gdb.cp/namelessclass.S: New file.
17639
176402014-04-16 Doug Evans <dje@google.com>
17641
17642 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17643 Add comment.
17644 (gdbserver_default_get_comm_port): New function.
17645 (gdbserver_start): Check if board file provided
17646 "gdbserver,get_comm_port" and use it if so.
17647 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17648 (gdb,socketport): Set to "stdio".
17649 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17650 (stdio_gdbserver_template): Delete.
17651 (${board}_get_remote_address): Update.
17652 (${board}_build_remote_cmd): Delete.
17653 (${board}_get_comm_port): New function.
17654 (${board}_spawn): Update.
17655 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17656 Delete.
17657 (${board}_get_remote_address): Update.
17658 (${board}_get_comm_port): New function.
17659
176602014-04-16 Andrew Burgess <aburgess@broadcom.com>
17661
17662 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17663 appearing in any order.
17664
176652014-04-15 Doug Evans <dje@google.com>
17666
17667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17668 uninitialized value of "description".
17669
176702014-04-15 Keith Seitz <keiths@redhat.com>
17671
17672 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17673 Remove unused globals.
17674 (test_running_the_program): Likewise.
17675 (test_controlled_execution): Likewise.
17676 (test_controlling_breakpoints): Likewise.
17677 (test_program_termination): Likewise.
17678
176792014-04-15 Keith Seitz <keiths@redhat.com>
17680
17681 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17682 unused globals.
17683 (test_rbreak_creation_and_listing): Likewise.
17684 (test_ignore_count): Likewise.
17685 (test_error): Likewise.
17686
176872014-04-15 Pedro Alves <palves@redhat.com>
17688
17689 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17690 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17691 sym-file-loader.c.
17692 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17693 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17694 to sym-file-loader.c.
17695 (struct library): Forward declare.
17696 (load_shlib, lookup_function): Change prototypes.
17697 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17698 (translate_offset): Remove declarations.
17699 (get_text_addr): New declaration.
17700 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17701 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17702 sym-file-loader.h.
17703 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17704 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17705 here from sym-file-loader.h.
17706 (struct library): New structure.
17707 (load_shlib, lookup_function): Change prototypes and adjust to
17708 work with a struct library.
17709 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17710 (translate_offset): Make static.
17711 (get_text_addr): New function.
17712 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17713
177142014-04-15 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17717
177182014-04-15 Pedro Alves <palves@redhat.com>
17719
17720 * gdb.base/sym-file-loader.c: Include <limits.h>.
17721 (SELF_LINK): New define.
17722 (get_origin): New function.
17723 (load_shlib): Use it.
17724 * gdb.base/sym-file.exp: Don't early return if the target is
17725 remote. Use runto_main, and issue fail is that fails. Use
17726 gdb_load_shlibs.
17727 (shlib_name): Delete.
17728 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17729
177302014-04-15 Pedro Alves <palves@redhat.com>
17731
17732 * gdb.base/sym-file.exp: Remove regex characters from test
17733 message. Don't refer to breakpoint numbers in test messages.
17734
177352014-04-14 Keith Seitz <keiths@redhat.com>
17736
17737 PR c++/16253
17738 * gdb.cp/var-tag.cc: New file.
17739 * gdb.cp/var-tag.exp: New file.
17740 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17741 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17742 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17743 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17744
177452014-04-14 Tom Tromey <tromey@redhat.com>
17746
17747 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17748 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17749 type.
17750 * gdb.cp/enum-class.exp: New file.
17751 * gdb.cp/enum-class.cc: New file.
17752
177532014-04-14 Tom Tromey <tromey@redhat.com>
17754
17755 * gdb.dwarf2/enum-type.exp: New file.
17756
177572014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17758
17759 * gdb.mi/mi-vla-c99.exp: New file.
17760 * gdb.mi/vla.c: New file.
17761
177622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17763
17764 * gdb.base/vla-datatypes.c: New file.
17765 * gdb.base/vla-datatypes.exp: New file.
17766
177672014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17768
17769 * gdb.base/vla-ptr.c: New file.
17770 * gdb.base/vla-ptr.exp: New file.
17771
177722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17773
17774 * gdb.dwarf2/count.exp: New file.
17775
177762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17777
17778 * gdb.base/vla-sideeffect.c: New file.
17779 * gdb.base/vla-sideeffect.exp: New file.
17780
177812014-04-14 David Blaikie <dblaikie@gmail.com>
17782
17783 * gdb.mi/non-stop.c: Add return value for non-void function return
17784 statement.
17785 * gdb.threads/staticthreads.c: Ditto.
17786
177872014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17788 Doug Evans <xdje42@gmail.com>
17789
17790 * gdb.guile/scm-value.c: Improve test case.
17791 * gdb.guile/scm-value.exp: Add new test.
17792
177932014-04-11 David Blaikie <dblaikie@gmail.com>
17794
17795 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17796 override Clang's default.
17797
177982014-04-11 Joel Brobecker <brobecker@adacore.com>
17799
17800 Revert the following changes (regressions):
17801
17802 * gdb.base/vla-sideeffect.c: New file.
17803 * gdb.base/vla-sideeffect.exp: New file.
17804
17805 * gdb.dwarf2/count.exp: New file.
17806
17807 * gdb.base/vla-multi.c: New file.
17808 * gdb.base/vla-multi.exp: New file.
17809
17810 * gdb.base/vla-ptr.c: New file.
17811 * gdb.base/vla-ptr.exp: New file.
17812
17813 * gdb.base/vla-datatypes.c: New file.
17814 * gdb.base/vla-datatypes.exp: New file.
17815
17816 * gdb.mi/mi-vla-c99.exp: New file.
17817 * gdb.mi/vla.c: New file.
17818
178192014-04-11 Keith Seitz <keiths@redhat.com>
17820
17821 PR c++/16675
17822 * gdb.cp/cpsizeof.exp: New file.
17823 * gdb.cp/cpsizeof.cc: New file.
17824
178252014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17826
17827 * gdb.mi/mi-vla-c99.exp: New file.
17828 * gdb.mi/vla.c: New file.
17829
178302014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17831
17832 * gdb.base/vla-datatypes.c: New file.
17833 * gdb.base/vla-datatypes.exp: New file.
17834
178352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17836
17837 * gdb.base/vla-ptr.c: New file.
17838 * gdb.base/vla-ptr.exp: New file.
17839
178402014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17841
17842 * gdb.base/vla-multi.c: New file.
17843 * gdb.base/vla-multi.exp: New file.
17844
178452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17846
17847 * gdb.dwarf2/count.exp: New file.
17848
178492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17850
17851 * gdb.base/vla-sideeffect.c: New file.
17852 * gdb.base/vla-sideeffect.exp: New file.
17853
178542014-04-11 Yao Qi <yao@codesourcery.com>
17855
17856 * gdb.base/completion.exp: Check file exists before running tests
17857 on file completion.
17858
178592014-04-10 Pedro Alves <palves@redhat.com>
17860
17861 * gdb.base/cond-eval-mode.c: New file.
17862 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17863 prepare_for_testing to build the new file. Check result of
17864 runto_main.
17865 (test_break, test_watch): New procedures.
17866 (top level): Use them.
17867
178682014-04-08 Pierre Muller <muller@sourceware.org>
17869
17870 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17871 Ctrl-V use for mingw hosts.
17872
178732014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17874
17875 * gdb.python/py-value.c: Improve test case.
17876 * gdb.python/py-value.exp: Add new test.
17877
178782014-04-07 David Blaikie <dblaikie@gmail.com>
17879
17880 * lib/compiler.c: Identify the clang compiler.
17881 * lib/compiler.cc: Ditto.
17882
178832014-04-03 Yao Qi <yao@codesourcery.com>
17884
17885 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17886
178872014-04-01 Anton Blanchard <anton@samba.org>
17888
17889 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17890 messages unique.
17891
178922014-04-01 Anton Blanchard <anton@samba.org>
17893
17894 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17895 prepare_for_testing.
17896
178972014-04-01 Anton Blanchard <anton@samba.org>
17898
17899 * gdb.arch/ppc64-atomic-inst.c: Remove.
17900 * gdb.arch/ppc64-atomic-inst.S: New file.
17901 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17902
179032014-03-31 Doug Evans <dje@google.com>
17904
17905 * gdb.base/print-symbol-loading-lib.c: New file.
17906 * gdb.base/print-symbol-loading-main.c: New file.
17907 * gdb.base/print-symbol-loading.exp: New file.
17908
179092014-03-31 Yao Qi <yao@codesourcery.com>
17910
17911 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17912
179132014-03-28 Joel Brobecker <brobecker@adacore.com>
17914
17915 * gdb.ada/mi_dyn_arr: New testcase.
17916
179172014-03-27 Doug Evans <dje@google.com>
17918
17919 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17920
179212014-03-27 Yao Qi <yao@codesourcery.com>
17922
17923 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17924 if target is nios2-*-*.
17925
179262014-03-26 Yao Qi <yao@codesourcery.com>
17927
17928 * lib/gdb.exp (readline_is_used): New proc.
17929 * gdb.base/completion.exp: Move tests on command complete up.
17930 Skip the rest of tests if readline is not used.
17931 * gdb.ada/complete.exp: Skp the test if readline is not
17932 used.
17933 * gdb.base/filesym.exp: Likewise.
17934 * gdb.base/macscp.exp: Likewise.
17935 * gdb.base/readline-ask.exp: Likewise.
17936 * gdb.base/readline.exp: Likewise.
17937 * gdb.python/py-cmd.exp: Likewise.
17938 * gdb.trace/tfile.exp: Likewise.
17939
179402014-03-26 Yao Qi <yao@codesourcery.com>
17941
17942 * gdb.base/macscp.exp: Fix code format issues.
17943
179442014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17945
17946 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17947 * gdb.asm/powerpc64le.inc: New file.
17948
179492014-03-25 Pedro Alves <palves@redhat.com>
17950 Doug Evans <dje@google.com>
17951
17952 * gdb.base/source-execution.c: New file.
17953 * gdb.base/source-execution.exp: New file.
17954 * gdb.base/source-execution.gdb: New file.
17955
179562014-03-24 Doug Evans <dje@google.com>
17957
17958 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17959 using fission.
17960
179612014-03-24 Hui Zhu <hui@codesourcery.com>
17962 Pedro Alves <palves@redhat.com>
17963
17964 PR breakpoints/16101
17965 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17966 test pass/fail messages. Detect missing support for dprintf when
17967 breakpoints are actually inserted.
17968 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17969 breakpoints are actually inserted.
17970 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17971 fails.
17972
179732014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17974
17975 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17976
179772014-03-22 Doug Evans <xdje42@gmail.com>
17978
17979 * gdb.python/python.exp (python not supported): Verify multi-line
17980 python command issues an error.
17981 * gdb.guile/guile.exp (guile not supported): Verify multi-line
17982 guile command issues an error.
17983
179842014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17985
17986 * gdb.threads/thread-specific.exp: Handle the lack of usable
17987 $this_breakpoint and $this_thread.
17988
179892014-03-21 Hui Zhu <hui@codesourcery.com>
17990
17991 * gdb.base/attach.exp (do_command_attach_tests): New.
17992
179932014-03-20 Tom Tromey <tromey@redhat.com>
17994 Pedro Alves <palves@redhat.com>
17995
17996 PR cli/15718
17997 * gdb.base/condbreak-call-false.c: New file.
17998 * gdb.base/condbreak-call-false.exp: New file.
17999
180002014-03-20 Pedro Alves <palves@redhat.com>
18001
18002 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
18003 Delete.
18004 (block_signals, unblock_signals): Delete.
18005 (child_function_2, main): Remove references to deleted variable
18006 and functions.
18007
180082014-03-20 Pedro Alves <palves@redhat.com>
18009
18010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
18011 Use pthread_kill to signal thread 2.
18012 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18013 Adjust to make the test send itself a signal rather than using the
18014 host's "kill" command.
18015
180162014-03-20 Pedro Alves <palves@redhat.com>
18017
18018 * gdb.threads/multiple-step-overs.c: New file.
18019 * gdb.threads/multiple-step-overs.exp: New file.
18020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18021 Adjust expected infrun debug output.
18022
180232014-03-20 Pedro Alves <palves@redhat.com>
18024
18025 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
18026 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
18027
180282014-03-20 Pedro Alves <palves@redhat.com>
18029
18030 PR breakpoints/7143
18031 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
18032 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
18033 of gdb_test_multiple.
18034 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
18035 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
18036
180372014-03-20 Pedro Alves <palves@redhat.com>
18038
18039 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18040 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
18041
180422014-03-19 Pedro Alves <palves@redhat.com>
18043
18044 * gdb.base/async.exp: Remove early return.
18045
180462014-03-19 Pedro Alves <palves@redhat.com>
18047
18048 * gdb.base/async.exp (step& tests): Pass explicit test messages.
18049
180502014-03-19 Pedro Alves <palves@redhat.com>
18051
18052 * gdb.base/async.exp (test_background): Expect \r\n after
18053 "completed." in the fail pattern.
18054
180552014-03-19 Pedro Alves <palves@redhat.com>
18056
18057 * gdb.base/async.exp (test_background): New procedure.
18058 Use it for all background execution command tests.
18059
180602014-03-19 Pedro Alves <palves@redhat.com>
18061
18062 * gdb.base/async.exp: Use prepare_for_testing.
18063
180642014-03-19 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
18067 the same line.
18068
180692014-03-19 Pedro Alves <palves@redhat.com>
18070
18071 * gdb.base/async.c (main): Add "jump here" and "until here" line
18072 marker comments.
18073 * gdb.base/async.exp (jump_here): New global.
18074 (jump& test): Use it.
18075 (until_here): New global.
18076 (until& test): Use it.
18077
180782014-03-19 Pedro Alves <palves@redhat.com>
18079
18080 * gdb.base/async.exp: Don't frob gdb_protocol.
18081
180822014-03-18 Doug Evans <xdje42@gmail.com>
18083
18084 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
18085 Fix spelling of exec-done-display.
18086
180872014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
18088
18089 PR gdb/15358
18090 * gdb.base/gdb-sigterm.c: New file.
18091 * gdb.base/gdb-sigterm.exp: New file.
18092
180932014-03-18 Pedro Alves <palves@redhat.com>
18094
18095 PR gdb/13860
18096 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
18097 * lib/mi-support.exp (mi_expect_stop): Add special handling for
18098 solib-event.
18099
181002014-03-17 Joel Brobecker <brobecker@adacore.com>
18101
18102 * gdb.ada/pckd_arr_ren: New testcase.
18103
181042014-03-13 Doug Evans <xdje42@gmail.com>
18105
18106 PR guile/16612
18107 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
18108 collect after discarding symbols.
18109
181102014-03-13 Ludovic Courtès <ludo@gnu.org>
18111 Doug Evans <xdje42@gmail.com>
18112
18113 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
18114 to history survives a gc.
18115
181162014-03-13 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/default.exp: Don't test "target procfs".
18119
181202014-03-13 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.base/default.exp: Update "target child" and "target procfs"
18123 tests to not expect "Unix".
18124
181252014-03-12 Tom Tromey <tromey@redhat.com>
18126
18127 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18128 New procs. Add target-async tests.
18129 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18130 Add target-async tests.
18131
181322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18133
18134 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18135 'func_start' and 'func_end' for the beginning and end of the
18136 function code, respectively.
18137 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18138 'func_end' instead of 'func' and 'main'.
18139
181402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18141
18142 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18143 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18144 generate the debug info assembler source.
18145
181462014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18147
18148 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18149 * gdb.dwarf2/arr-subrange.exp: Likewise.
18150 * gdb.dwarf2/dwz.exp: Likewise.
18151 * gdb.dwarf2/method-ptr.exp: Likewise.
18152 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18153 * gdb.dwarf2/subrange.exp: Likewise.
18154 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18155 * gdb.dwarf2/implptrpiece.exp: Likewise.
18156 * gdb.dwarf2/nostaticblock.exp: Likewise.
18157
181582014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18159
18160 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18161 directory to absolute path name arguments.
18162
181632014-03-10 Joel Brobecker <brobecker@adacore.com>
18164
18165 * gdb.ada/tagged_access: New testcase.
18166
181672014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18168
18169 * gdb.btrace/data.exp: Update expected output.
18170
181712014-03-06 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.trace/pr16508.exp: New file.
18174
181752014-03-05 Pedro Alves <palves@redhat.com>
18176
18177 PR gdb/16575
18178 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18179 procedure.
18180 (top level): Adjust to use it. Add tests that exercise breakpoint
18181 interaction with the code-cache.
18182
181832014-02-26 Ludovic Courtès <ludo@gnu.org>
18184
18185 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18186 test for 'history-append!'.
18187
181882014-02-26 Joel Brobecker <brobecker@adacore.com>
18189
18190 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18191 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18192 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18193 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18194 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18195 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18196
181972014-02-26 Joel Brobecker <brobecker@adacore.com>
18198
18199 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18200 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18201 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18202
182032014-02-26 Joel Brobecker <brobecker@adacore.com>
18204
18205 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18206
182072014-02-26 Joel Brobecker <brobecker@adacore.com>
18208
18209 * gdb.dwarf2/arr-stride.c: New file.
18210 * gdb.dwarf2/arr-stride.exp: New file.
18211
182122014-02-26 Pedro Alves <palves@redhat.com>
18213
18214 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18215 that won't ever trigger. Make sure that GDB reports the correct
18216 breakpoint that caused the stop.
18217
182182014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18219
18220 PR gdb/16626
18221 * gdb.base/auto-load-script: New file.
18222 * gdb.base/auto-load.c: New file.
18223 * gdb.base/auto-load.exp: New file.
18224
18225 PR gdb/16626
18226 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18227
182282014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18229
18230 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18231 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18232
182332014-02-24 Doug Evans <dje@google.com>
18234
18235 * lib/gdb.exp (run_on_host): Log error output if program fails.
18236
182372014-02-21 Pedro Alves <palves@redhat.com>
18238
18239 * gdb.threads/step-after-sr-lock.c: Rename to ...
18240 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18241 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18242 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18243 ... this.
18244
182452014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18246
18247 PR tdep/16397
18248 * gdb.arch/amd64-stap-special-operands.exp: New file.
18249 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18250 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18251 * gdb.arch/amd64-stap-triplet.S: Likewise.
18252 * gdb.arch/amd64-stap-triplet.c: Likewise.
18253
182542014-02-20 Joel Brobecker <brobecker@adacore.com>
18255
18256 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18257 in .section pseudo-op.
18258
182592014-02-20 lin zuojian <manjian2006@gmail.com>
18260 Joel Brobecker <brobecker@adacore.com>
18261 Doug Evans <xdje42@gmail.com>
18262
18263 PR symtab/16581
18264 * gdb.dwarf2/dw2-icycle.S: New file.
18265 * gdb.dwarf2/dw2-icycle.c: New file.
18266 * gdb.dwarf2/dw2-icycle.exp: New file.
18267
182682014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18269
18270 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18271 operations on gdb.Value objects.
18272 * gdb.python/py-value-cc.exp: Add new test to test operations on
18273 gdb.Value objects.
18274
182752014-02-18 Doug Evans <dje@google.com>
18276
18277 * Makefile.in (TESTS): New variable.
18278 (expanded_tests, expanded_tests_or_none): New variables
18279 (check-single): Pass $(expanded_tests_or_none) to runtest.
18280 (check-parallel): Only run tests in $(TESTS) if non-empty.
18281 (check/no-matching-tests-found): New rule.
18282 * README: Document TESTS makefile variable.
18283
182842014-02-18 Doug Evans <dje@google.com>
18285
18286 * Makefile.in (check-parallel): rm -rf outputs temp.
18287
182882014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18289
18290 Fix "ERROR: no fileid for" in the testsuite.
18291 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18292
182932014-02-12 Doug Evans <dje@google.com>
18294
18295 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18296 (MISCELLANEOUS): New variable.
18297 (clean): rm -rf $(MISCELLANEOUS).
18298 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18299 dwp live in the same directory as symlinks, with each symlink pointed
18300 to a differently named file in a different directory.
18301
183022014-02-11 Doug Evans <dje@google.com>
18303
18304 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18305 of Tcl file commands.
18306
183072014-02-10 Mark Kettenis <kettenis@gnu.org>
18308
18309 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18310 "kill -SIGUSR1 -1".
18311
183122014-02-10 Joel Brobecker <brobecker@adacore.com>
18313
18314 * gdb.ada/tick_length_array_enum_idx: New testcase.
18315
183162014-02-10 Doug Evans <xdje42@gmail.com>
18317
18318 * configure.ac (AC_OUTPUT): Add gdb.guile.
18319 * configure: Regenerate.
18320 * lib/gdb-guile.exp: New file.
18321 * lib/gdb.exp (get_target_charset): New function.
18322 * gdb.base/help.exp: Update expected output from "apropos apropos".
18323 * gdb.guile/Makefile.in: New file.
18324 * gdb.guile/guile.exp: New file.
18325 * gdb.guile/scm-arch.c: New file.
18326 * gdb.guile/scm-arch.exp: New file.
18327 * gdb.guile/scm-block.c: New file.
18328 * gdb.guile/scm-block.exp: New file.
18329 * gdb.guile/scm-breakpoint.c: New file.
18330 * gdb.guile/scm-breakpoint.exp: New file.
18331 * gdb.guile/scm-disasm.c: New file.
18332 * gdb.guile/scm-disasm.exp: New file.
18333 * gdb.guile/scm-equal.c: New file.
18334 * gdb.guile/scm-equal.exp: New file.
18335 * gdb.guile/scm-error.exp: New file.
18336 * gdb.guile/scm-error.scm: New file.
18337 * gdb.guile/scm-frame-args.c: New file.
18338 * gdb.guile/scm-frame-args.exp: New file.
18339 * gdb.guile/scm-frame-args.scm: New file.
18340 * gdb.guile/scm-frame-inline.c: New file.
18341 * gdb.guile/scm-frame-inline.exp: New file.
18342 * gdb.guile/scm-frame.c: New file.
18343 * gdb.guile/scm-frame.exp: New file.
18344 * gdb.guile/scm-generics.exp: New file.
18345 * gdb.guile/scm-gsmob.exp: New file.
18346 * gdb.guile/scm-iterator.c: New file.
18347 * gdb.guile/scm-iterator.exp: New file.
18348 * gdb.guile/scm-math.c: New file.
18349 * gdb.guile/scm-math.exp: New file.
18350 * gdb.guile/scm-objfile-script-gdb.in: New file.
18351 * gdb.guile/scm-objfile-script.c: New file.
18352 * gdb.guile/scm-objfile-script.exp: New file.
18353 * gdb.guile/scm-objfile.c: New file.
18354 * gdb.guile/scm-objfile.exp: New file.
18355 * gdb.guile/scm-ports.exp: New file.
18356 * gdb.guile/scm-pretty-print.c: New file.
18357 * gdb.guile/scm-pretty-print.exp: New file.
18358 * gdb.guile/scm-pretty-print.scm: New file.
18359 * gdb.guile/scm-section-script.c: New file.
18360 * gdb.guile/scm-section-script.exp: New file.
18361 * gdb.guile/scm-section-script.scm: New file.
18362 * gdb.guile/scm-symbol.c: New file.
18363 * gdb.guile/scm-symbol.exp: New file.
18364 * gdb.guile/scm-symtab-2.c: New file.
18365 * gdb.guile/scm-symtab.c: New file.
18366 * gdb.guile/scm-symtab.exp: New file.
18367 * gdb.guile/scm-type.c: New file.
18368 * gdb.guile/scm-type.exp: New file.
18369 * gdb.guile/scm-value-cc.cc: New file.
18370 * gdb.guile/scm-value-cc.exp: New file.
18371 * gdb.guile/scm-value.c: New file.
18372 * gdb.guile/scm-value.exp: New file.
18373 * gdb.guile/source2.scm: New file.
18374 * gdb.guile/types-module.cc: New file.
18375 * gdb.guile/types-module.exp: New file.
18376
183772014-02-10 Yao Qi <yao@codesourcery.com>
18378
18379 PR testsuite/16543
18380 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18381 * configure: Regenerated.
18382 * Makefile.in: New file.
18383
183842014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18385
18386 * gdb.python/py-framefilter.exp: Fix typo.
18387
183882014-02-08 Yao Qi <yao@codesourcery.com>
18389
18390 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18391 that no =breakpoint-modified is emitted when breakpoints are
18392 modified through MI commands.
18393
183942014-02-07 Pedro Alves <pedro@codesourcery.com>
18395 Pedro Alves <palves@redhat.com>
18396
18397 * gdb.threads/step-after-sr-lock.c: New file.
18398 * gdb.threads/step-after-sr-lock.exp: New file.
18399
184002014-02-07 Pedro Alves <palves@redhat.com>
18401
18402 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18403
184042014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18405
18406 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18407 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18408
184092014-02-06 Doug Evans <xdje42@gmail.com>
18410
18411 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18412 output.
18413
18414 * gdb.gdb/python-interrupts.exp: New file.
18415
184162014-02-05 Yao Qi <yao@codesourcery.com>
18417
18418 * gdb.trace/report.exp (use_collected_data): Test the output
18419 of "info threads" and "info inferiors".
18420
184212014-02-05 Yao Qi <yao@codesourcery.com>
18422
18423 Revert this patch:
18424
18425 2013-05-24 Yao Qi <yao@codesourcery.com>
18426
18427 * gdb.trace/tfile.exp: Test inferior and thread.
18428
184292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18430
18431 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18432 on a function.
18433 * gdb.base/step-bt.c: Call hello via function pointer to make
18434 sure its first instruction is executed on powerpc64le-linux.
18435
184362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18437
18438 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18439
184402014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18441
18442 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18443 of the test patterns for use on little-endian systems.
18444
184452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18446
18447 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18448 (decimal_vector): Fix for little-endian.
18449
184502014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18451
18452 * gdb.arch/sparc-sysstep.exp: New file.
18453 * gdb.arch/sparc-sysstep.c: Likewise.
18454
18455 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18456
184572014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18458
18459 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18460
184612014-01-23 Tom Tromey <tromey@redhat.com>
18462
18463 * gdb.ada/array_char_idx: New testcase.
18464
184652014-01-23 Tom Tromey <tromey@redhat.com>
18466
18467 PR python/16487:
18468 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18469 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18470 classes.
18471
184722014-01-23 Tom Tromey <tromey@redhat.com>
18473
18474 PR python/16491:
18475 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18476 string from an inferior frame.
18477 * gdb.python/py-framefilter-mi.exp: Update.
18478
184792014-01-22 Doug Evans <dje@google.com>
18480
18481 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18482
184832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18484
18485 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18486
184872014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18488
18489 * gdb.trace/entry-values.exp: Remove excess space character from
18490 regex patterns. Handle s390 call instruction.
18491
184922014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18493
18494 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18495 define "*_start" label. Make "name" static.
18496 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18497 ${name} by references to ${name}_start.
18498
184992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18500
18501 * gdb.base/info-macros.exp: Remove "debug" from the compile
18502 options.
18503
185042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18505
18506 * gdb.dlang/demangle.exp: New file.
18507
185082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18509
18510 * gdb.dlang/primitive-types.exp: New file.
18511
185122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18513
18514 * configure.ac: Create gdb.dlang/Makefile.
18515 * configure: Regenerate.
18516 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18517 * gdb.dlang/Makefile.in: New file.
18518 * lib/d-support.exp: New file.
18519 * lib/gdb.exp (skip_d_tests): New proc.
18520
185212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18522
18523 * gdb.btrace/delta.exp: Check reverse stepi.
18524 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18525 * gdb.btrace/finish.exp: New.
18526 * gdb.btrace/next.exp: New.
18527 * gdb.btrace/nexti.exp: New.
18528 * gdb.btrace/record_goto.c: Add comments.
18529 * gdb.btrace/step.exp: New.
18530 * gdb.btrace/stepi.exp: New.
18531 * gdb.btrace/multi-thread-step.c: New.
18532 * gdb.btrace/multi-thread-step.exp: New.
18533 * gdb.btrace/rn-dl-bind.c: New.
18534 * gdb.btrace/rn-dl-bind.exp: New.
18535 * gdb.btrace/data.c: New.
18536 * gdb.btrace/data.exp: New.
18537 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18538
185392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18540
18541 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18542 * gdb.btrace/exception.exp: Update.
18543 * gdb.btrace/instruction_history.exp: Update.
18544 * gdb.btrace/record_goto.exp: Update.
18545 * gdb.btrace/tailcall.exp: Update.
18546 * gdb.btrace/unknown_functions.exp: Update.
18547 * gdb.btrace/delta.exp: New.
18548
185492014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18550
18551 * gdb.btrace/record_goto.exp: Add backtrace test.
18552 * gdb.btrace/tailcall.exp: Add backtrace test.
18553
185542014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18555
18556 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18557 * gdb.btrace/record_goto.c: New.
18558 * gdb.btrace/record_goto.exp: New.
18559 * gdb.btrace/x86-record_goto.S: New.
18560
185612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18562
18563 * gdb.btrace/function_call_history.exp: Update tests.
18564 * gdb.btrace/instruction_history.exp: Update tests.
18565
185662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18567
18568 * gdb.btrace/function_call_history.exp: Fix expected field
18569 order for "record function-call-history".
18570 Add new tests for "record function-call-history /c".
18571 * gdb.btrace/exception.cc: New.
18572 * gdb.btrace/exception.exp: New.
18573 * gdb.btrace/tailcall.exp: New.
18574 * gdb.btrace/x86-tailcall.S: New.
18575 * gdb.btrace/x86-tailcall.c: New.
18576 * gdb.btrace/unknown_functions.c: New.
18577 * gdb.btrace/unknown_functions.exp: New.
18578 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18579
185802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18581
18582 * gdb.btrace/instruction_history.exp: Update.
18583 * gdb.btrace/function_call_history.exp: Update.
18584
185852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18586
18587 * gdb.btrace/function_call_history.exp: Fix expected function
18588 trace.
18589 * gdb.btrace/instruction_history.exp: Initialize traced.
18590 Remove traced_functions.
18591
185922014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18593
18594 * gdb.btrace/function_call_history.exp: Update
18595 * gdb.btrace/instruction_history.exp: Update.
18596
185972014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18598
18599 * gdb.btrace/enable.exp: Update expected text.
18600
186012014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18602
18603 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18604 bytes.
18605
186062014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18607
18608 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18609
186102014-01-15 Omair Javaid <omair.javaid@linaro.org>
18611
18612 * lib/gdb.exp (supports_process_record): Return true for
18613 arm*-linux*. (supports_reverse): Likewise.
18614
186152014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18616
18617 PR python/15464
18618 PR python/16113
18619 * gdb.python/py-type.c: Enhance test case.
18620 * gdb.python/py-value-cc.cc: Likewise
18621 * gdb.python/py-type.exp: Add new tests.
18622 * gdb.python/py-value-cc.exp: Likewise
18623
186242014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18625 Pedro Alves <palves@redhat.com>
18626
18627 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18628 Make "name" extern.
18629 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18630 references to ${name}_start by references to ${name}.
18631
186322014-01-10 Joel Brobecker <brobecker@adacore.com>
18633
18634 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18635
186362014-01-10 Joel Brobecker <brobecker@adacore.com>
18637
18638 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18639
186402014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18641 Pedro Alves <palves@redhat.com>
18642
18643 * gdb.mi/mi-info-os.exp: Connect to the target with
18644 mi_gdb_target_load.
18645
186462014-01-08 Pedro Alves <palves@redhat.com>
18647
18648 * gdb.threads/reconnect-signal.c: New file.
18649 * gdb.threads/reconnect-signal.exp: New file.
18650
186512014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18652
18653 * gdb.base/source-dir.exp: New file.
18654
186552014-01-07 Joel Brobecker <brobecker@adacore.com>
18656
18657 * gdb.ada/mi_interface: New testcase.
18658
186592014-01-07 Joel Brobecker <brobecker@adacore.com>
18660
18661 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18662 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18663 gdb.ada/pp-rec-component/pck.ads: New files.
18664
186652014-01-07 Joel Brobecker <brobecker@adacore.com>
18666
18667 * gdb.python/py-pp-integral.c: New file.
18668 * gdb.python/py-pp-integral.py: New file.
18669 * gdb.python/py-pp-integral.exp: New file.
18670
18671For older changes see ChangeLog-1993-2013.
18672\f
18673;; Local Variables:
18674;; mode: change-log
18675;; left-margin: 8
18676;; fill-column: 74
18677;; version-control: never
18678;; End:
18679
18680 Copyright 2014-2020 Free Software Foundation, Inc.
18681 Copying and distribution of this file, with or without modification,
18682 are permitted provided the copyright notice and this notice are preserved.